aws-sdk-rds 1.99.0 → 1.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/lib/aws-sdk-rds.rb +1 -1
 - data/lib/aws-sdk-rds/client.rb +164 -32
 - data/lib/aws-sdk-rds/client_api.rb +13 -0
 - data/lib/aws-sdk-rds/db_cluster.rb +31 -14
 - data/lib/aws-sdk-rds/db_cluster_snapshot.rb +17 -0
 - data/lib/aws-sdk-rds/db_engine_version.rb +8 -7
 - data/lib/aws-sdk-rds/db_instance.rb +33 -3
 - data/lib/aws-sdk-rds/db_snapshot.rb +13 -2
 - data/lib/aws-sdk-rds/errors.rb +11 -0
 - data/lib/aws-sdk-rds/pending_maintenance_action.rb +6 -3
 - data/lib/aws-sdk-rds/resource.rb +25 -9
 - data/lib/aws-sdk-rds/types.rb +142 -59
 - metadata +4 -4
 
| 
         @@ -341,6 +341,7 @@ module Aws::RDS 
     | 
|
| 
       341 
341 
     | 
    
         
             
                InstallationMediaMessage = Shapes::StructureShape.new(name: 'InstallationMediaMessage')
         
     | 
| 
       342 
342 
     | 
    
         
             
                InstallationMediaNotFoundFault = Shapes::StructureShape.new(name: 'InstallationMediaNotFoundFault')
         
     | 
| 
       343 
343 
     | 
    
         
             
                InstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'InstanceQuotaExceededFault')
         
     | 
| 
      
 344 
     | 
    
         
            +
                InsufficientAvailableIPsInSubnetFault = Shapes::StructureShape.new(name: 'InsufficientAvailableIPsInSubnetFault')
         
     | 
| 
       344 
345 
     | 
    
         
             
                InsufficientDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBClusterCapacityFault')
         
     | 
| 
       345 
346 
     | 
    
         
             
                InsufficientDBInstanceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBInstanceCapacityFault')
         
     | 
| 
       346 
347 
     | 
    
         
             
                InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault')
         
     | 
| 
         @@ -841,6 +842,7 @@ module Aws::RDS 
     | 
|
| 
       841 
842 
     | 
    
         
             
                CreateDBInstanceMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
         
     | 
| 
       842 
843 
     | 
    
         
             
                CreateDBInstanceMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
         
     | 
| 
       843 
844 
     | 
    
         
             
                CreateDBInstanceMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
         
     | 
| 
      
 845 
     | 
    
         
            +
                CreateDBInstanceMessage.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
         
     | 
| 
       844 
846 
     | 
    
         
             
                CreateDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
         
     | 
| 
       845 
847 
     | 
    
         
             
                CreateDBInstanceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
         
     | 
| 
       846 
848 
     | 
    
         
             
                CreateDBInstanceMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
         
     | 
| 
         @@ -1060,6 +1062,7 @@ module Aws::RDS 
     | 
|
| 
       1060 
1062 
     | 
    
         
             
                DBCluster.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
         
     | 
| 
       1061 
1063 
     | 
    
         
             
                DBCluster.add_member(:cross_account_clone, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CrossAccountClone"))
         
     | 
| 
       1062 
1064 
     | 
    
         
             
                DBCluster.add_member(:domain_memberships, Shapes::ShapeRef.new(shape: DomainMembershipList, location_name: "DomainMemberships"))
         
     | 
| 
      
 1065 
     | 
    
         
            +
                DBCluster.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
         
     | 
| 
       1063 
1066 
     | 
    
         
             
                DBCluster.add_member(:global_write_forwarding_status, Shapes::ShapeRef.new(shape: WriteForwardingStatus, location_name: "GlobalWriteForwardingStatus"))
         
     | 
| 
       1064 
1067 
     | 
    
         
             
                DBCluster.add_member(:global_write_forwarding_requested, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "GlobalWriteForwardingRequested"))
         
     | 
| 
       1065 
1068 
     | 
    
         
             
                DBCluster.struct_class = Types::DBCluster
         
     | 
| 
         @@ -1191,6 +1194,7 @@ module Aws::RDS 
     | 
|
| 
       1191 
1194 
     | 
    
         
             
                DBClusterSnapshot.add_member(:db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotArn"))
         
     | 
| 
       1192 
1195 
     | 
    
         
             
                DBClusterSnapshot.add_member(:source_db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterSnapshotArn"))
         
     | 
| 
       1193 
1196 
     | 
    
         
             
                DBClusterSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
         
     | 
| 
      
 1197 
     | 
    
         
            +
                DBClusterSnapshot.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
         
     | 
| 
       1194 
1198 
     | 
    
         
             
                DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
         
     | 
| 
       1195 
1199 
     | 
    
         | 
| 
       1196 
1200 
     | 
    
         
             
                DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
         
     | 
| 
         @@ -1220,6 +1224,7 @@ module Aws::RDS 
     | 
|
| 
       1220 
1224 
     | 
    
         
             
                DBEngineVersion.add_member(:db_engine_version_description, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineVersionDescription"))
         
     | 
| 
       1221 
1225 
     | 
    
         
             
                DBEngineVersion.add_member(:default_character_set, Shapes::ShapeRef.new(shape: CharacterSet, location_name: "DefaultCharacterSet"))
         
     | 
| 
       1222 
1226 
     | 
    
         
             
                DBEngineVersion.add_member(:supported_character_sets, Shapes::ShapeRef.new(shape: SupportedCharacterSetsList, location_name: "SupportedCharacterSets"))
         
     | 
| 
      
 1227 
     | 
    
         
            +
                DBEngineVersion.add_member(:supported_nchar_character_sets, Shapes::ShapeRef.new(shape: SupportedCharacterSetsList, location_name: "SupportedNcharCharacterSets"))
         
     | 
| 
       1223 
1228 
     | 
    
         
             
                DBEngineVersion.add_member(:valid_upgrade_target, Shapes::ShapeRef.new(shape: ValidUpgradeTargetList, location_name: "ValidUpgradeTarget"))
         
     | 
| 
       1224 
1229 
     | 
    
         
             
                DBEngineVersion.add_member(:supported_timezones, Shapes::ShapeRef.new(shape: SupportedTimezonesList, location_name: "SupportedTimezones"))
         
     | 
| 
       1225 
1230 
     | 
    
         
             
                DBEngineVersion.add_member(:exportable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "ExportableLogTypes"))
         
     | 
| 
         @@ -1268,6 +1273,7 @@ module Aws::RDS 
     | 
|
| 
       1268 
1273 
     | 
    
         
             
                DBInstance.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
         
     | 
| 
       1269 
1274 
     | 
    
         
             
                DBInstance.add_member(:option_group_memberships, Shapes::ShapeRef.new(shape: OptionGroupMembershipList, location_name: "OptionGroupMemberships"))
         
     | 
| 
       1270 
1275 
     | 
    
         
             
                DBInstance.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
         
     | 
| 
      
 1276 
     | 
    
         
            +
                DBInstance.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
         
     | 
| 
       1271 
1277 
     | 
    
         
             
                DBInstance.add_member(:secondary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SecondaryAvailabilityZone"))
         
     | 
| 
       1272 
1278 
     | 
    
         
             
                DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAccessible"))
         
     | 
| 
       1273 
1279 
     | 
    
         
             
                DBInstance.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBInstanceStatusInfoList, location_name: "StatusInfos"))
         
     | 
| 
         @@ -1297,6 +1303,7 @@ module Aws::RDS 
     | 
|
| 
       1297 
1303 
     | 
    
         
             
                DBInstance.add_member(:associated_roles, Shapes::ShapeRef.new(shape: DBInstanceRoles, location_name: "AssociatedRoles"))
         
     | 
| 
       1298 
1304 
     | 
    
         
             
                DBInstance.add_member(:listener_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ListenerEndpoint"))
         
     | 
| 
       1299 
1305 
     | 
    
         
             
                DBInstance.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
         
     | 
| 
      
 1306 
     | 
    
         
            +
                DBInstance.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
         
     | 
| 
       1300 
1307 
     | 
    
         
             
                DBInstance.struct_class = Types::DBInstance
         
     | 
| 
       1301 
1308 
     | 
    
         | 
| 
       1302 
1309 
     | 
    
         
             
                DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
         
     | 
| 
         @@ -1506,6 +1513,7 @@ module Aws::RDS 
     | 
|
| 
       1506 
1513 
     | 
    
         
             
                DBSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
         
     | 
| 
       1507 
1514 
     | 
    
         
             
                DBSnapshot.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
         
     | 
| 
       1508 
1515 
     | 
    
         
             
                DBSnapshot.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
         
     | 
| 
      
 1516 
     | 
    
         
            +
                DBSnapshot.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
         
     | 
| 
       1509 
1517 
     | 
    
         
             
                DBSnapshot.struct_class = Types::DBSnapshot
         
     | 
| 
       1510 
1518 
     | 
    
         | 
| 
       1511 
1519 
     | 
    
         
             
                DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
         
     | 
| 
         @@ -2163,6 +2171,8 @@ module Aws::RDS 
     | 
|
| 
       2163 
2171 
     | 
    
         | 
| 
       2164 
2172 
     | 
    
         
             
                InstanceQuotaExceededFault.struct_class = Types::InstanceQuotaExceededFault
         
     | 
| 
       2165 
2173 
     | 
    
         | 
| 
      
 2174 
     | 
    
         
            +
                InsufficientAvailableIPsInSubnetFault.struct_class = Types::InsufficientAvailableIPsInSubnetFault
         
     | 
| 
      
 2175 
     | 
    
         
            +
             
     | 
| 
       2166 
2176 
     | 
    
         
             
                InsufficientDBClusterCapacityFault.struct_class = Types::InsufficientDBClusterCapacityFault
         
     | 
| 
       2167 
2177 
     | 
    
         | 
| 
       2168 
2178 
     | 
    
         
             
                InsufficientDBInstanceCapacityFault.struct_class = Types::InsufficientDBInstanceCapacityFault
         
     | 
| 
         @@ -2949,6 +2959,7 @@ module Aws::RDS 
     | 
|
| 
       2949 
2959 
     | 
    
         
             
                RestoreDBInstanceFromS3Message.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
         
     | 
| 
       2950 
2960 
     | 
    
         
             
                RestoreDBInstanceFromS3Message.add_member(:use_default_processor_features, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseDefaultProcessorFeatures"))
         
     | 
| 
       2951 
2961 
     | 
    
         
             
                RestoreDBInstanceFromS3Message.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
         
     | 
| 
      
 2962 
     | 
    
         
            +
                RestoreDBInstanceFromS3Message.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
         
     | 
| 
       2952 
2963 
     | 
    
         
             
                RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
         
     | 
| 
       2953 
2964 
     | 
    
         | 
| 
       2954 
2965 
     | 
    
         
             
                RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
         
     | 
| 
         @@ -2985,6 +2996,7 @@ module Aws::RDS 
     | 
|
| 
       2985 
2996 
     | 
    
         
             
                RestoreDBInstanceToPointInTimeMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
         
     | 
| 
       2986 
2997 
     | 
    
         
             
                RestoreDBInstanceToPointInTimeMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
         
     | 
| 
       2987 
2998 
     | 
    
         
             
                RestoreDBInstanceToPointInTimeMessage.add_member(:source_dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbiResourceId"))
         
     | 
| 
      
 2999 
     | 
    
         
            +
                RestoreDBInstanceToPointInTimeMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
         
     | 
| 
       2988 
3000 
     | 
    
         
             
                RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
         
     | 
| 
       2989 
3001 
     | 
    
         | 
| 
       2990 
3002 
     | 
    
         
             
                RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
         
     | 
| 
         @@ -4627,6 +4639,7 @@ module Aws::RDS 
     | 
|
| 
       4627 
4639 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
         
     | 
| 
       4628 
4640 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
         
     | 
| 
       4629 
4641 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
         
     | 
| 
      
 4642 
     | 
    
         
            +
                    o.errors << Shapes::ShapeRef.new(shape: InsufficientAvailableIPsInSubnetFault)
         
     | 
| 
       4630 
4643 
     | 
    
         
             
                  end)
         
     | 
| 
       4631 
4644 
     | 
    
         | 
| 
       4632 
4645 
     | 
    
         
             
                  api.add_operation(:remove_from_global_cluster, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
         @@ -336,14 +336,11 @@ module Aws::RDS 
     | 
|
| 
       336 
336 
     | 
    
         
             
                # The DB engine mode of the DB cluster, either `provisioned`,
         
     | 
| 
       337 
337 
     | 
    
         
             
                # `serverless`, `parallelquery`, `global`, or `multimaster`.
         
     | 
| 
       338 
338 
     | 
    
         
             
                #
         
     | 
| 
       339 
     | 
    
         
            -
                #  
     | 
| 
       340 
     | 
    
         
            -
                # 
     | 
| 
       341 
     | 
    
         
            -
                # 
     | 
| 
       342 
     | 
    
         
            -
                # 
     | 
| 
       343 
     | 
    
         
            -
                #  
     | 
| 
       344 
     | 
    
         
            -
                # value from `DescribeDBClusters`.
         
     | 
| 
       345 
     | 
    
         
            -
                #
         
     | 
| 
       346 
     | 
    
         
            -
                #  </note>
         
     | 
| 
      
 339 
     | 
    
         
            +
                # For more information, see [ CreateDBCluster][1].
         
     | 
| 
      
 340 
     | 
    
         
            +
                #
         
     | 
| 
      
 341 
     | 
    
         
            +
                #
         
     | 
| 
      
 342 
     | 
    
         
            +
                #
         
     | 
| 
      
 343 
     | 
    
         
            +
                # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html
         
     | 
| 
       347 
344 
     | 
    
         
             
                # @return [String]
         
     | 
| 
       348 
345 
     | 
    
         
             
                def engine_mode
         
     | 
| 
       349 
346 
     | 
    
         
             
                  data[:engine_mode]
         
     | 
| 
         @@ -439,6 +436,17 @@ module Aws::RDS 
     | 
|
| 
       439 
436 
     | 
    
         
             
                  data[:domain_memberships]
         
     | 
| 
       440 
437 
     | 
    
         
             
                end
         
     | 
| 
       441 
438 
     | 
    
         | 
| 
      
 439 
     | 
    
         
            +
                # A list of tags. For more information, see [Tagging Amazon RDS
         
     | 
| 
      
 440 
     | 
    
         
            +
                # Resources][1] in the *Amazon RDS User Guide.*
         
     | 
| 
      
 441 
     | 
    
         
            +
                #
         
     | 
| 
      
 442 
     | 
    
         
            +
                #
         
     | 
| 
      
 443 
     | 
    
         
            +
                #
         
     | 
| 
      
 444 
     | 
    
         
            +
                # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
         
     | 
| 
      
 445 
     | 
    
         
            +
                # @return [Array<Types::Tag>]
         
     | 
| 
      
 446 
     | 
    
         
            +
                def tag_list
         
     | 
| 
      
 447 
     | 
    
         
            +
                  data[:tag_list]
         
     | 
| 
      
 448 
     | 
    
         
            +
                end
         
     | 
| 
      
 449 
     | 
    
         
            +
             
     | 
| 
       442 
450 
     | 
    
         
             
                # Specifies whether a secondary cluster in an Aurora global database has
         
     | 
| 
       443 
451 
     | 
    
         
             
                # write forwarding enabled, not enabled, or is in the process of
         
     | 
| 
       444 
452 
     | 
    
         
             
                # enabling it.
         
     | 
| 
         @@ -916,14 +924,23 @@ module Aws::RDS 
     | 
|
| 
       916 
924 
     | 
    
         
             
                #
         
     | 
| 
       917 
925 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
         
     | 
| 
       918 
926 
     | 
    
         
             
                # @option options [String] :engine_mode
         
     | 
| 
       919 
     | 
    
         
            -
                #   The DB engine mode of the DB cluster, either `provisioned 
     | 
| 
      
 927 
     | 
    
         
            +
                #   The DB engine mode of the DB cluster, either `provisioned`
         
     | 
| 
       920 
928 
     | 
    
         
             
                #   `serverless`, `parallelquery`, `global`, or `multimaster`.
         
     | 
| 
       921 
929 
     | 
    
         
             
                #
         
     | 
| 
       922 
     | 
    
         
            -
                #    
     | 
| 
       923 
     | 
    
         
            -
                #    
     | 
| 
       924 
     | 
    
         
            -
                #    
     | 
| 
      
 930 
     | 
    
         
            +
                #   The `parallelquery` engine mode isn't required for Aurora MySQL
         
     | 
| 
      
 931 
     | 
    
         
            +
                #   version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x
         
     | 
| 
      
 932 
     | 
    
         
            +
                #   versions.
         
     | 
| 
       925 
933 
     | 
    
         
             
                #
         
     | 
| 
       926 
     | 
    
         
            -
                # 
     | 
| 
      
 934 
     | 
    
         
            +
                #   The `global` engine mode isn't required for Aurora MySQL version 1.22
         
     | 
| 
      
 935 
     | 
    
         
            +
                #   and higher 1.x versions, and `global` engine mode isn't required for
         
     | 
| 
      
 936 
     | 
    
         
            +
                #   any 2.x versions.
         
     | 
| 
      
 937 
     | 
    
         
            +
                #
         
     | 
| 
      
 938 
     | 
    
         
            +
                #   The `multimaster` engine mode only applies for DB clusters created
         
     | 
| 
      
 939 
     | 
    
         
            +
                #   with Aurora MySQL version 5.6.10a.
         
     | 
| 
      
 940 
     | 
    
         
            +
                #
         
     | 
| 
      
 941 
     | 
    
         
            +
                #   For Aurora PostgreSQL, the `global` engine mode isn't required, and
         
     | 
| 
      
 942 
     | 
    
         
            +
                #   both the `parallelquery` and the `multimaster` engine modes currently
         
     | 
| 
      
 943 
     | 
    
         
            +
                #   aren't supported.
         
     | 
| 
       927 
944 
     | 
    
         
             
                #
         
     | 
| 
       928 
945 
     | 
    
         
             
                #   Limitations and requirements apply to some DB engine modes. For more
         
     | 
| 
       929 
946 
     | 
    
         
             
                #   information, see the following sections in the *Amazon Aurora User
         
     | 
| 
         @@ -933,7 +950,7 @@ module Aws::RDS 
     | 
|
| 
       933 
950 
     | 
    
         
             
                #
         
     | 
| 
       934 
951 
     | 
    
         
             
                #   * [ Limitations of Parallel Query][2]
         
     | 
| 
       935 
952 
     | 
    
         
             
                #
         
     | 
| 
       936 
     | 
    
         
            -
                #   * [  
     | 
| 
      
 953 
     | 
    
         
            +
                #   * [ Limitations of Aurora Global Databases][3]
         
     | 
| 
       937 
954 
     | 
    
         
             
                #
         
     | 
| 
       938 
955 
     | 
    
         
             
                #   * [ Limitations of Multi-Master Clusters][4]
         
     | 
| 
       939 
956 
     | 
    
         
             
                #
         
     | 
| 
         @@ -162,6 +162,17 @@ module Aws::RDS 
     | 
|
| 
       162 
162 
     | 
    
         
             
                  data[:iam_database_authentication_enabled]
         
     | 
| 
       163 
163 
     | 
    
         
             
                end
         
     | 
| 
       164 
164 
     | 
    
         | 
| 
      
 165 
     | 
    
         
            +
                # A list of tags. For more information, see [Tagging Amazon RDS
         
     | 
| 
      
 166 
     | 
    
         
            +
                # Resources][1] in the *Amazon RDS User Guide.*
         
     | 
| 
      
 167 
     | 
    
         
            +
                #
         
     | 
| 
      
 168 
     | 
    
         
            +
                #
         
     | 
| 
      
 169 
     | 
    
         
            +
                #
         
     | 
| 
      
 170 
     | 
    
         
            +
                # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
         
     | 
| 
      
 171 
     | 
    
         
            +
                # @return [Array<Types::Tag>]
         
     | 
| 
      
 172 
     | 
    
         
            +
                def tag_list
         
     | 
| 
      
 173 
     | 
    
         
            +
                  data[:tag_list]
         
     | 
| 
      
 174 
     | 
    
         
            +
                end
         
     | 
| 
      
 175 
     | 
    
         
            +
             
     | 
| 
       165 
176 
     | 
    
         
             
                # @!endgroup
         
     | 
| 
       166 
177 
     | 
    
         | 
| 
       167 
178 
     | 
    
         
             
                # @return [Client]
         
     | 
| 
         @@ -639,6 +650,12 @@ module Aws::RDS 
     | 
|
| 
       639 
650 
     | 
    
         
             
                # @option options [String] :engine_mode
         
     | 
| 
       640 
651 
     | 
    
         
             
                #   The DB engine mode of the DB cluster, either `provisioned`,
         
     | 
| 
       641 
652 
     | 
    
         
             
                #   `serverless`, `parallelquery`, `global`, or `multimaster`.
         
     | 
| 
      
 653 
     | 
    
         
            +
                #
         
     | 
| 
      
 654 
     | 
    
         
            +
                #   For more information, see [ CreateDBCluster][1].
         
     | 
| 
      
 655 
     | 
    
         
            +
                #
         
     | 
| 
      
 656 
     | 
    
         
            +
                #
         
     | 
| 
      
 657 
     | 
    
         
            +
                #
         
     | 
| 
      
 658 
     | 
    
         
            +
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html
         
     | 
| 
       642 
659 
     | 
    
         
             
                # @option options [Types::ScalingConfiguration] :scaling_configuration
         
     | 
| 
       643 
660 
     | 
    
         
             
                #   For DB clusters in `serverless` DB engine mode, the scaling properties
         
     | 
| 
       644 
661 
     | 
    
         
             
                #   of the DB cluster.
         
     | 
| 
         @@ -71,12 +71,19 @@ module Aws::RDS 
     | 
|
| 
       71 
71 
     | 
    
         
             
                end
         
     | 
| 
       72 
72 
     | 
    
         | 
| 
       73 
73 
     | 
    
         
             
                # A list of the character sets supported by this engine for the
         
     | 
| 
       74 
     | 
    
         
            -
                # `CharacterSetName` parameter of the `CreateDBInstance`  
     | 
| 
      
 74 
     | 
    
         
            +
                # `CharacterSetName` parameter of the `CreateDBInstance` operation.
         
     | 
| 
       75 
75 
     | 
    
         
             
                # @return [Array<Types::CharacterSet>]
         
     | 
| 
       76 
76 
     | 
    
         
             
                def supported_character_sets
         
     | 
| 
       77 
77 
     | 
    
         
             
                  data[:supported_character_sets]
         
     | 
| 
       78 
78 
     | 
    
         
             
                end
         
     | 
| 
       79 
79 
     | 
    
         | 
| 
      
 80 
     | 
    
         
            +
                # A list of the character sets supported by the Oracle DB engine for the
         
     | 
| 
      
 81 
     | 
    
         
            +
                # `NcharCharacterSetName` parameter of the `CreateDBInstance` operation.
         
     | 
| 
      
 82 
     | 
    
         
            +
                # @return [Array<Types::CharacterSet>]
         
     | 
| 
      
 83 
     | 
    
         
            +
                def supported_nchar_character_sets
         
     | 
| 
      
 84 
     | 
    
         
            +
                  data[:supported_nchar_character_sets]
         
     | 
| 
      
 85 
     | 
    
         
            +
                end
         
     | 
| 
      
 86 
     | 
    
         
            +
             
     | 
| 
       80 
87 
     | 
    
         
             
                # A list of engine versions that this database engine version can be
         
     | 
| 
       81 
88 
     | 
    
         
             
                # upgraded to.
         
     | 
| 
       82 
89 
     | 
    
         
             
                # @return [Array<Types::UpgradeTarget>]
         
     | 
| 
         @@ -112,12 +119,6 @@ module Aws::RDS 
     | 
|
| 
       112 
119 
     | 
    
         
             
                end
         
     | 
| 
       113 
120 
     | 
    
         | 
| 
       114 
121 
     | 
    
         
             
                # A list of the supported DB engine modes.
         
     | 
| 
       115 
     | 
    
         
            -
                #
         
     | 
| 
       116 
     | 
    
         
            -
                # <note markdown="1"> `global` engine mode only applies for global database clusters created
         
     | 
| 
       117 
     | 
    
         
            -
                # with Aurora MySQL version 5.6.10a. For higher Aurora MySQL versions,
         
     | 
| 
       118 
     | 
    
         
            -
                # the clusters in a global database use `provisioned` engine mode.
         
     | 
| 
       119 
     | 
    
         
            -
                #
         
     | 
| 
       120 
     | 
    
         
            -
                #  </note>
         
     | 
| 
       121 
122 
     | 
    
         
             
                # @return [Array<String>]
         
     | 
| 
       122 
123 
     | 
    
         
             
                def supported_engine_modes
         
     | 
| 
       123 
124 
     | 
    
         
             
                  data[:supported_engine_modes]
         
     | 
| 
         @@ -265,6 +265,14 @@ module Aws::RDS 
     | 
|
| 
       265 
265 
     | 
    
         
             
                  data[:character_set_name]
         
     | 
| 
       266 
266 
     | 
    
         
             
                end
         
     | 
| 
       267 
267 
     | 
    
         | 
| 
      
 268 
     | 
    
         
            +
                # The name of the NCHAR character set for the Oracle DB instance. This
         
     | 
| 
      
 269 
     | 
    
         
            +
                # character set specifies the Unicode encoding for data stored in table
         
     | 
| 
      
 270 
     | 
    
         
            +
                # columns of type NCHAR, NCLOB, or NVARCHAR2.
         
     | 
| 
      
 271 
     | 
    
         
            +
                # @return [String]
         
     | 
| 
      
 272 
     | 
    
         
            +
                def nchar_character_set_name
         
     | 
| 
      
 273 
     | 
    
         
            +
                  data[:nchar_character_set_name]
         
     | 
| 
      
 274 
     | 
    
         
            +
                end
         
     | 
| 
      
 275 
     | 
    
         
            +
             
     | 
| 
       268 
276 
     | 
    
         
             
                # If present, specifies the name of the secondary Availability Zone for
         
     | 
| 
       269 
277 
     | 
    
         
             
                # a DB instance with multi-AZ support.
         
     | 
| 
       270 
278 
     | 
    
         
             
                # @return [String]
         
     | 
| 
         @@ -514,6 +522,17 @@ module Aws::RDS 
     | 
|
| 
       514 
522 
     | 
    
         
             
                  data[:max_allocated_storage]
         
     | 
| 
       515 
523 
     | 
    
         
             
                end
         
     | 
| 
       516 
524 
     | 
    
         | 
| 
      
 525 
     | 
    
         
            +
                # A list of tags. For more information, see [Tagging Amazon RDS
         
     | 
| 
      
 526 
     | 
    
         
            +
                # Resources][1] in the *Amazon RDS User Guide.*
         
     | 
| 
      
 527 
     | 
    
         
            +
                #
         
     | 
| 
      
 528 
     | 
    
         
            +
                #
         
     | 
| 
      
 529 
     | 
    
         
            +
                #
         
     | 
| 
      
 530 
     | 
    
         
            +
                # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
         
     | 
| 
      
 531 
     | 
    
         
            +
                # @return [Array<Types::Tag>]
         
     | 
| 
      
 532 
     | 
    
         
            +
                def tag_list
         
     | 
| 
      
 533 
     | 
    
         
            +
                  data[:tag_list]
         
     | 
| 
      
 534 
     | 
    
         
            +
                end
         
     | 
| 
      
 535 
     | 
    
         
            +
             
     | 
| 
       517 
536 
     | 
    
         
             
                # @!endgroup
         
     | 
| 
       518 
537 
     | 
    
         | 
| 
       519 
538 
     | 
    
         
             
                # @return [Client]
         
     | 
| 
         @@ -673,6 +692,7 @@ module Aws::RDS 
     | 
|
| 
       673 
692 
     | 
    
         
             
                #     iops: 1,
         
     | 
| 
       674 
693 
     | 
    
         
             
                #     option_group_name: "String",
         
     | 
| 
       675 
694 
     | 
    
         
             
                #     character_set_name: "String",
         
     | 
| 
      
 695 
     | 
    
         
            +
                #     nchar_character_set_name: "String",
         
     | 
| 
       676 
696 
     | 
    
         
             
                #     publicly_accessible: false,
         
     | 
| 
       677 
697 
     | 
    
         
             
                #     tags: [
         
     | 
| 
       678 
698 
     | 
    
         
             
                #       {
         
     | 
| 
         @@ -1207,8 +1227,8 @@ module Aws::RDS 
     | 
|
| 
       1207 
1227 
     | 
    
         
             
                #
         
     | 
| 
       1208 
1228 
     | 
    
         
             
                #   **Microsoft SQL Server**
         
     | 
| 
       1209 
1229 
     | 
    
         
             
                #
         
     | 
| 
       1210 
     | 
    
         
            -
                #   See [ 
     | 
| 
       1211 
     | 
    
         
            -
                #   User Guide.*
         
     | 
| 
      
 1230 
     | 
    
         
            +
                #   See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon
         
     | 
| 
      
 1231 
     | 
    
         
            +
                #   RDS User Guide.*
         
     | 
| 
       1212 
1232 
     | 
    
         
             
                #
         
     | 
| 
       1213 
1233 
     | 
    
         
             
                #   **MySQL**
         
     | 
| 
       1214 
1234 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1227,7 +1247,7 @@ module Aws::RDS 
     | 
|
| 
       1227 
1247 
     | 
    
         
             
                #
         
     | 
| 
       1228 
1248 
     | 
    
         
             
                #
         
     | 
| 
       1229 
1249 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
         
     | 
| 
       1230 
     | 
    
         
            -
                #   [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General. 
     | 
| 
      
 1250 
     | 
    
         
            +
                #   [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
         
     | 
| 
       1231 
1251 
     | 
    
         
             
                #   [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
         
     | 
| 
       1232 
1252 
     | 
    
         
             
                #   [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
         
     | 
| 
       1233 
1253 
     | 
    
         
             
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
         
     | 
| 
         @@ -1270,6 +1290,8 @@ module Aws::RDS 
     | 
|
| 
       1270 
1290 
     | 
    
         
             
                #
         
     | 
| 
       1271 
1291 
     | 
    
         
             
                #   Not applicable. The character set is managed by the DB cluster. For
         
     | 
| 
       1272 
1292 
     | 
    
         
             
                #   more information, see `CreateDBCluster`.
         
     | 
| 
      
 1293 
     | 
    
         
            +
                # @option options [String] :nchar_character_set_name
         
     | 
| 
      
 1294 
     | 
    
         
            +
                #   The name of the NCHAR character set for the Oracle DB instance.
         
     | 
| 
       1273 
1295 
     | 
    
         
             
                # @option options [Boolean] :publicly_accessible
         
     | 
| 
       1274 
1296 
     | 
    
         
             
                #   A value that indicates whether the DB instance is publicly accessible.
         
     | 
| 
       1275 
1297 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1478,6 +1500,10 @@ module Aws::RDS 
     | 
|
| 
       1478 
1500 
     | 
    
         
             
                #   CloudWatch Logs ][1] in the *Amazon Relational Database Service User
         
     | 
| 
       1479 
1501 
     | 
    
         
             
                #   Guide*.
         
     | 
| 
       1480 
1502 
     | 
    
         
             
                #
         
     | 
| 
      
 1503 
     | 
    
         
            +
                #   **Amazon Aurora**
         
     | 
| 
      
 1504 
     | 
    
         
            +
                #
         
     | 
| 
      
 1505 
     | 
    
         
            +
                #   Not applicable. CloudWatch Logs exports are managed by the DB cluster.
         
     | 
| 
      
 1506 
     | 
    
         
            +
                #
         
     | 
| 
       1481 
1507 
     | 
    
         
             
                #   **MariaDB**
         
     | 
| 
       1482 
1508 
     | 
    
         
             
                #
         
     | 
| 
       1483 
1509 
     | 
    
         
             
                #   Possible values are `audit`, `error`, `general`, and `slowquery`.
         
     | 
| 
         @@ -2798,6 +2824,7 @@ module Aws::RDS 
     | 
|
| 
       2798 
2824 
     | 
    
         
             
                #     db_parameter_group_name: "String",
         
     | 
| 
       2799 
2825 
     | 
    
         
             
                #     deletion_protection: false,
         
     | 
| 
       2800 
2826 
     | 
    
         
             
                #     source_dbi_resource_id: "String",
         
     | 
| 
      
 2827 
     | 
    
         
            +
                #     max_allocated_storage: 1,
         
     | 
| 
       2801 
2828 
     | 
    
         
             
                #   })
         
     | 
| 
       2802 
2829 
     | 
    
         
             
                # @param [Hash] options ({})
         
     | 
| 
       2803 
2830 
     | 
    
         
             
                # @option options [required, String] :target_db_instance_identifier
         
     | 
| 
         @@ -3048,6 +3075,9 @@ module Aws::RDS 
     | 
|
| 
       3048 
3075 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
         
     | 
| 
       3049 
3076 
     | 
    
         
             
                # @option options [String] :source_dbi_resource_id
         
     | 
| 
       3050 
3077 
     | 
    
         
             
                #   The resource ID of the source DB instance from which to restore.
         
     | 
| 
      
 3078 
     | 
    
         
            +
                # @option options [Integer] :max_allocated_storage
         
     | 
| 
      
 3079 
     | 
    
         
            +
                #   The upper limit to which Amazon RDS can automatically scale the
         
     | 
| 
      
 3080 
     | 
    
         
            +
                #   storage of the DB instance.
         
     | 
| 
       3051 
3081 
     | 
    
         
             
                # @return [DBInstance]
         
     | 
| 
       3052 
3082 
     | 
    
         
             
                def restore(options = {})
         
     | 
| 
       3053 
3083 
     | 
    
         
             
                  options = options.merge(source_db_instance_identifier: @id)
         
     | 
| 
         @@ -215,6 +215,17 @@ module Aws::RDS 
     | 
|
| 
       215 
215 
     | 
    
         
             
                  data[:dbi_resource_id]
         
     | 
| 
       216 
216 
     | 
    
         
             
                end
         
     | 
| 
       217 
217 
     | 
    
         | 
| 
      
 218 
     | 
    
         
            +
                # A list of tags. For more information, see [Tagging Amazon RDS
         
     | 
| 
      
 219 
     | 
    
         
            +
                # Resources][1] in the *Amazon RDS User Guide.*
         
     | 
| 
      
 220 
     | 
    
         
            +
                #
         
     | 
| 
      
 221 
     | 
    
         
            +
                #
         
     | 
| 
      
 222 
     | 
    
         
            +
                #
         
     | 
| 
      
 223 
     | 
    
         
            +
                # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
         
     | 
| 
      
 224 
     | 
    
         
            +
                # @return [Array<Types::Tag>]
         
     | 
| 
      
 225 
     | 
    
         
            +
                def tag_list
         
     | 
| 
      
 226 
     | 
    
         
            +
                  data[:tag_list]
         
     | 
| 
      
 227 
     | 
    
         
            +
                end
         
     | 
| 
      
 228 
     | 
    
         
            +
             
     | 
| 
       218 
229 
     | 
    
         
             
                # @!endgroup
         
     | 
| 
       219 
230 
     | 
    
         | 
| 
       220 
231 
     | 
    
         
             
                # @return [Client]
         
     | 
| 
         @@ -792,11 +803,11 @@ module Aws::RDS 
     | 
|
| 
       792 
803 
     | 
    
         
             
                #   The list of logs that the restored DB instance is to export to
         
     | 
| 
       793 
804 
     | 
    
         
             
                #   CloudWatch Logs. The values in the list depend on the DB engine being
         
     | 
| 
       794 
805 
     | 
    
         
             
                #   used. For more information, see [Publishing Database Logs to Amazon
         
     | 
| 
       795 
     | 
    
         
            -
                #   CloudWatch Logs][1] in the *Amazon  
     | 
| 
      
 806 
     | 
    
         
            +
                #   CloudWatch Logs][1] in the *Amazon RDS User Guide*.
         
     | 
| 
       796 
807 
     | 
    
         
             
                #
         
     | 
| 
       797 
808 
     | 
    
         
             
                #
         
     | 
| 
       798 
809 
     | 
    
         
             
                #
         
     | 
| 
       799 
     | 
    
         
            -
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/ 
     | 
| 
      
 810 
     | 
    
         
            +
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
         
     | 
| 
       800 
811 
     | 
    
         
             
                # @option options [Array<Types::ProcessorFeature>] :processor_features
         
     | 
| 
       801 
812 
     | 
    
         
             
                #   The number of CPU cores and the number of threads per core for the DB
         
     | 
| 
       802 
813 
     | 
    
         
             
                #   instance class of the DB instance.
         
     | 
    
        data/lib/aws-sdk-rds/errors.rb
    CHANGED
    
    | 
         @@ -90,6 +90,7 @@ module Aws::RDS 
     | 
|
| 
       90 
90 
     | 
    
         
             
              # * {InstallationMediaAlreadyExistsFault}
         
     | 
| 
       91 
91 
     | 
    
         
             
              # * {InstallationMediaNotFoundFault}
         
     | 
| 
       92 
92 
     | 
    
         
             
              # * {InstanceQuotaExceededFault}
         
     | 
| 
      
 93 
     | 
    
         
            +
              # * {InsufficientAvailableIPsInSubnetFault}
         
     | 
| 
       93 
94 
     | 
    
         
             
              # * {InsufficientDBClusterCapacityFault}
         
     | 
| 
       94 
95 
     | 
    
         
             
              # * {InsufficientDBInstanceCapacityFault}
         
     | 
| 
       95 
96 
     | 
    
         
             
              # * {InsufficientStorageClusterCapacityFault}
         
     | 
| 
         @@ -776,6 +777,16 @@ module Aws::RDS 
     | 
|
| 
       776 
777 
     | 
    
         
             
                  end
         
     | 
| 
       777 
778 
     | 
    
         
             
                end
         
     | 
| 
       778 
779 
     | 
    
         | 
| 
      
 780 
     | 
    
         
            +
                class InsufficientAvailableIPsInSubnetFault < ServiceError
         
     | 
| 
      
 781 
     | 
    
         
            +
             
     | 
| 
      
 782 
     | 
    
         
            +
                  # @param [Seahorse::Client::RequestContext] context
         
     | 
| 
      
 783 
     | 
    
         
            +
                  # @param [String] message
         
     | 
| 
      
 784 
     | 
    
         
            +
                  # @param [Aws::RDS::Types::InsufficientAvailableIPsInSubnetFault] data
         
     | 
| 
      
 785 
     | 
    
         
            +
                  def initialize(context, message, data = Aws::EmptyStructure.new)
         
     | 
| 
      
 786 
     | 
    
         
            +
                    super(context, message, data)
         
     | 
| 
      
 787 
     | 
    
         
            +
                  end
         
     | 
| 
      
 788 
     | 
    
         
            +
                end
         
     | 
| 
      
 789 
     | 
    
         
            +
             
     | 
| 
       779 
790 
     | 
    
         
             
                class InsufficientDBClusterCapacityFault < ServiceError
         
     | 
| 
       780 
791 
     | 
    
         | 
| 
       781 
792 
     | 
    
         
             
                  # @param [Seahorse::Client::RequestContext] context
         
     | 
| 
         @@ -51,9 +51,12 @@ module Aws::RDS 
     | 
|
| 
       51 
51 
     | 
    
         
             
                  data[:auto_applied_after_date]
         
     | 
| 
       52 
52 
     | 
    
         
             
                end
         
     | 
| 
       53 
53 
     | 
    
         | 
| 
       54 
     | 
    
         
            -
                # The date when the maintenance action is automatically applied. 
     | 
| 
       55 
     | 
    
         
            -
                # 
     | 
| 
       56 
     | 
    
         
            -
                #  
     | 
| 
      
 54 
     | 
    
         
            +
                # The date when the maintenance action is automatically applied.
         
     | 
| 
      
 55 
     | 
    
         
            +
                #
         
     | 
| 
      
 56 
     | 
    
         
            +
                # On this date, the maintenance action is applied to the resource as
         
     | 
| 
      
 57 
     | 
    
         
            +
                # soon as possible, regardless of the maintenance window for the
         
     | 
| 
      
 58 
     | 
    
         
            +
                # resource. There might be a delay of one or more days from this date
         
     | 
| 
      
 59 
     | 
    
         
            +
                # before the maintenance action is applied.
         
     | 
| 
       57 
60 
     | 
    
         
             
                # @return [Time]
         
     | 
| 
       58 
61 
     | 
    
         
             
                def forced_apply_date
         
     | 
| 
       59 
62 
     | 
    
         
             
                  data[:forced_apply_date]
         
     | 
    
        data/lib/aws-sdk-rds/resource.rb
    CHANGED
    
    | 
         @@ -374,14 +374,23 @@ module Aws::RDS 
     | 
|
| 
       374 
374 
     | 
    
         
             
                #
         
     | 
| 
       375 
375 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
         
     | 
| 
       376 
376 
     | 
    
         
             
                # @option options [String] :engine_mode
         
     | 
| 
       377 
     | 
    
         
            -
                #   The DB engine mode of the DB cluster, either `provisioned 
     | 
| 
      
 377 
     | 
    
         
            +
                #   The DB engine mode of the DB cluster, either `provisioned`
         
     | 
| 
       378 
378 
     | 
    
         
             
                #   `serverless`, `parallelquery`, `global`, or `multimaster`.
         
     | 
| 
       379 
379 
     | 
    
         
             
                #
         
     | 
| 
       380 
     | 
    
         
            -
                #    
     | 
| 
       381 
     | 
    
         
            -
                #    
     | 
| 
       382 
     | 
    
         
            -
                #    
     | 
| 
      
 380 
     | 
    
         
            +
                #   The `parallelquery` engine mode isn't required for Aurora MySQL
         
     | 
| 
      
 381 
     | 
    
         
            +
                #   version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x
         
     | 
| 
      
 382 
     | 
    
         
            +
                #   versions.
         
     | 
| 
       383 
383 
     | 
    
         
             
                #
         
     | 
| 
       384 
     | 
    
         
            -
                # 
     | 
| 
      
 384 
     | 
    
         
            +
                #   The `global` engine mode isn't required for Aurora MySQL version 1.22
         
     | 
| 
      
 385 
     | 
    
         
            +
                #   and higher 1.x versions, and `global` engine mode isn't required for
         
     | 
| 
      
 386 
     | 
    
         
            +
                #   any 2.x versions.
         
     | 
| 
      
 387 
     | 
    
         
            +
                #
         
     | 
| 
      
 388 
     | 
    
         
            +
                #   The `multimaster` engine mode only applies for DB clusters created
         
     | 
| 
      
 389 
     | 
    
         
            +
                #   with Aurora MySQL version 5.6.10a.
         
     | 
| 
      
 390 
     | 
    
         
            +
                #
         
     | 
| 
      
 391 
     | 
    
         
            +
                #   For Aurora PostgreSQL, the `global` engine mode isn't required, and
         
     | 
| 
      
 392 
     | 
    
         
            +
                #   both the `parallelquery` and the `multimaster` engine modes currently
         
     | 
| 
      
 393 
     | 
    
         
            +
                #   aren't supported.
         
     | 
| 
       385 
394 
     | 
    
         
             
                #
         
     | 
| 
       386 
395 
     | 
    
         
             
                #   Limitations and requirements apply to some DB engine modes. For more
         
     | 
| 
       387 
396 
     | 
    
         
             
                #   information, see the following sections in the *Amazon Aurora User
         
     | 
| 
         @@ -391,7 +400,7 @@ module Aws::RDS 
     | 
|
| 
       391 
400 
     | 
    
         
             
                #
         
     | 
| 
       392 
401 
     | 
    
         
             
                #   * [ Limitations of Parallel Query][2]
         
     | 
| 
       393 
402 
     | 
    
         
             
                #
         
     | 
| 
       394 
     | 
    
         
            -
                #   * [  
     | 
| 
      
 403 
     | 
    
         
            +
                #   * [ Limitations of Aurora Global Databases][3]
         
     | 
| 
       395 
404 
     | 
    
         
             
                #
         
     | 
| 
       396 
405 
     | 
    
         
             
                #   * [ Limitations of Multi-Master Clusters][4]
         
     | 
| 
       397 
406 
     | 
    
         
             
                #
         
     | 
| 
         @@ -545,6 +554,7 @@ module Aws::RDS 
     | 
|
| 
       545 
554 
     | 
    
         
             
                #     iops: 1,
         
     | 
| 
       546 
555 
     | 
    
         
             
                #     option_group_name: "String",
         
     | 
| 
       547 
556 
     | 
    
         
             
                #     character_set_name: "String",
         
     | 
| 
      
 557 
     | 
    
         
            +
                #     nchar_character_set_name: "String",
         
     | 
| 
       548 
558 
     | 
    
         
             
                #     publicly_accessible: false,
         
     | 
| 
       549 
559 
     | 
    
         
             
                #     tags: [
         
     | 
| 
       550 
560 
     | 
    
         
             
                #       {
         
     | 
| 
         @@ -1092,8 +1102,8 @@ module Aws::RDS 
     | 
|
| 
       1092 
1102 
     | 
    
         
             
                #
         
     | 
| 
       1093 
1103 
     | 
    
         
             
                #   **Microsoft SQL Server**
         
     | 
| 
       1094 
1104 
     | 
    
         
             
                #
         
     | 
| 
       1095 
     | 
    
         
            -
                #   See [ 
     | 
| 
       1096 
     | 
    
         
            -
                #   User Guide.*
         
     | 
| 
      
 1105 
     | 
    
         
            +
                #   See [Microsoft SQL Server Versions on Amazon RDS][2] in the *Amazon
         
     | 
| 
      
 1106 
     | 
    
         
            +
                #   RDS User Guide.*
         
     | 
| 
       1097 
1107 
     | 
    
         
             
                #
         
     | 
| 
       1098 
1108 
     | 
    
         
             
                #   **MySQL**
         
     | 
| 
       1099 
1109 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1112,7 +1122,7 @@ module Aws::RDS 
     | 
|
| 
       1112 
1122 
     | 
    
         
             
                #
         
     | 
| 
       1113 
1123 
     | 
    
         
             
                #
         
     | 
| 
       1114 
1124 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
         
     | 
| 
       1115 
     | 
    
         
            -
                #   [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General. 
     | 
| 
      
 1125 
     | 
    
         
            +
                #   [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
         
     | 
| 
       1116 
1126 
     | 
    
         
             
                #   [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
         
     | 
| 
       1117 
1127 
     | 
    
         
             
                #   [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
         
     | 
| 
       1118 
1128 
     | 
    
         
             
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
         
     | 
| 
         @@ -1155,6 +1165,8 @@ module Aws::RDS 
     | 
|
| 
       1155 
1165 
     | 
    
         
             
                #
         
     | 
| 
       1156 
1166 
     | 
    
         
             
                #   Not applicable. The character set is managed by the DB cluster. For
         
     | 
| 
       1157 
1167 
     | 
    
         
             
                #   more information, see `CreateDBCluster`.
         
     | 
| 
      
 1168 
     | 
    
         
            +
                # @option options [String] :nchar_character_set_name
         
     | 
| 
      
 1169 
     | 
    
         
            +
                #   The name of the NCHAR character set for the Oracle DB instance.
         
     | 
| 
       1158 
1170 
     | 
    
         
             
                # @option options [Boolean] :publicly_accessible
         
     | 
| 
       1159 
1171 
     | 
    
         
             
                #   A value that indicates whether the DB instance is publicly accessible.
         
     | 
| 
       1160 
1172 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1363,6 +1375,10 @@ module Aws::RDS 
     | 
|
| 
       1363 
1375 
     | 
    
         
             
                #   CloudWatch Logs ][1] in the *Amazon Relational Database Service User
         
     | 
| 
       1364 
1376 
     | 
    
         
             
                #   Guide*.
         
     | 
| 
       1365 
1377 
     | 
    
         
             
                #
         
     | 
| 
      
 1378 
     | 
    
         
            +
                #   **Amazon Aurora**
         
     | 
| 
      
 1379 
     | 
    
         
            +
                #
         
     | 
| 
      
 1380 
     | 
    
         
            +
                #   Not applicable. CloudWatch Logs exports are managed by the DB cluster.
         
     | 
| 
      
 1381 
     | 
    
         
            +
                #
         
     | 
| 
       1366 
1382 
     | 
    
         
             
                #   **MariaDB**
         
     | 
| 
       1367 
1383 
     | 
    
         
             
                #
         
     | 
| 
       1368 
1384 
     | 
    
         
             
                #   Possible values are `audit`, `error`, `general`, and `slowquery`.
         
     |