PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::RDS::DBEngineVersion; use Moose; has DBEngineDescription => (is => 'ro', isa => 'Str'); has DBEngineVersionDescription => (is => 'ro', isa => 'Str'); has DBParameterGroupFamily => (is => 'ro', isa => 'Str'); has DefaultCharacterSet => (is => 'ro', isa => 'Paws::RDS::CharacterSet'); has Engine => (is => 'ro', isa => 'Str'); has EngineVersion => (is => 'ro', isa => 'Str'); has ExportableLogTypes => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Status => (is => 'ro', isa => 'Str'); has SupportedCharacterSets => (is => 'ro', isa => 'ArrayRef[Paws::RDS::CharacterSet]', request_name => 'CharacterSet', traits => ['NameInRequest']); has SupportedEngineModes => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has SupportedFeatureNames => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has SupportedNcharCharacterSets => (is => 'ro', isa => 'ArrayRef[Paws::RDS::CharacterSet]', request_name => 'CharacterSet', traits => ['NameInRequest']); has SupportedTimezones => (is => 'ro', isa => 'ArrayRef[Paws::RDS::Timezone]', request_name => 'Timezone', traits => ['NameInRequest']); has SupportsGlobalDatabases => (is => 'ro', isa => 'Bool'); has SupportsLogExportsToCloudwatchLogs => (is => 'ro', isa => 'Bool'); has SupportsParallelQuery => (is => 'ro', isa => 'Bool'); has SupportsReadReplica => (is => 'ro', isa => 'Bool'); has ValidUpgradeTarget => (is => 'ro', isa => 'ArrayRef[Paws::RDS::UpgradeTarget]', request_name => 'UpgradeTarget', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::RDS::DBEngineVersion =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::RDS::DBEngineVersion object: $service_obj->Method(Att1 => { DBEngineDescription => $value, ..., ValidUpgradeTarget => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::RDS::DBEngineVersion object: $result = $service_obj->Method(...); $result->Att1->DBEngineDescription =head1 DESCRIPTION This data type is used as a response element in the action C. =head1 ATTRIBUTES =head2 DBEngineDescription => Str The description of the database engine. =head2 DBEngineVersionDescription => Str The description of the database engine version. =head2 DBParameterGroupFamily => Str The name of the DB parameter group family for the database engine. =head2 DefaultCharacterSet => L The default character set for new instances of this engine version, if the C parameter of the CreateDBInstance API isn't specified. =head2 Engine => Str The name of the database engine. =head2 EngineVersion => Str The version number of the database engine. =head2 ExportableLogTypes => ArrayRef[Str|Undef] The types of logs that the database engine has available for export to CloudWatch Logs. =head2 Status => Str The status of the DB engine version, either C or C. =head2 SupportedCharacterSets => ArrayRef[L] A list of the character sets supported by this engine for the C parameter of the C operation. =head2 SupportedEngineModes => ArrayRef[Str|Undef] A list of the supported DB engine modes. =head2 SupportedFeatureNames => ArrayRef[Str|Undef] A list of features supported by the DB engine. Supported feature names include the following. =over =item * s3Import =back =head2 SupportedNcharCharacterSets => ArrayRef[L] A list of the character sets supported by the Oracle DB engine for the C parameter of the C operation. =head2 SupportedTimezones => ArrayRef[L] A list of the time zones supported by this engine for the C parameter of the C action. =head2 SupportsGlobalDatabases => Bool A value that indicates whether you can use Aurora global databases with a specific DB engine version. =head2 SupportsLogExportsToCloudwatchLogs => Bool A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs. =head2 SupportsParallelQuery => Bool A value that indicates whether you can use Aurora parallel query with a specific DB engine version. =head2 SupportsReadReplica => Bool Indicates whether the database engine version supports read replicas. =head2 ValidUpgradeTarget => ArrayRef[L] A list of engine versions that this database engine version can be upgraded to. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut