aws-sdk-rds 1.102.0 → 1.107.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +517 -215
- data/lib/aws-sdk-rds/client_api.rb +68 -5
- data/lib/aws-sdk-rds/db_cluster.rb +60 -43
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +40 -22
- data/lib/aws-sdk-rds/db_engine_version.rb +0 -6
- data/lib/aws-sdk-rds/db_instance.rb +94 -72
- data/lib/aws-sdk-rds/db_snapshot.rb +38 -20
- data/lib/aws-sdk-rds/plugins/cross_region_copying.rb +11 -12
- data/lib/aws-sdk-rds/resource.rb +54 -67
- data/lib/aws-sdk-rds/types.rb +476 -260
- metadata +2 -2
@@ -146,6 +146,8 @@ module Aws::RDS
|
|
146
146
|
DBInstanceAutomatedBackupMessage = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupMessage')
|
147
147
|
DBInstanceAutomatedBackupNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupNotFoundFault')
|
148
148
|
DBInstanceAutomatedBackupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupQuotaExceededFault')
|
149
|
+
DBInstanceAutomatedBackupsReplication = Shapes::StructureShape.new(name: 'DBInstanceAutomatedBackupsReplication')
|
150
|
+
DBInstanceAutomatedBackupsReplicationList = Shapes::ListShape.new(name: 'DBInstanceAutomatedBackupsReplicationList')
|
149
151
|
DBInstanceList = Shapes::ListShape.new(name: 'DBInstanceList')
|
150
152
|
DBInstanceMessage = Shapes::StructureShape.new(name: 'DBInstanceMessage')
|
151
153
|
DBInstanceNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceNotFoundFault')
|
@@ -520,6 +522,8 @@ module Aws::RDS
|
|
520
522
|
StartActivityStreamResponse = Shapes::StructureShape.new(name: 'StartActivityStreamResponse')
|
521
523
|
StartDBClusterMessage = Shapes::StructureShape.new(name: 'StartDBClusterMessage')
|
522
524
|
StartDBClusterResult = Shapes::StructureShape.new(name: 'StartDBClusterResult')
|
525
|
+
StartDBInstanceAutomatedBackupsReplicationMessage = Shapes::StructureShape.new(name: 'StartDBInstanceAutomatedBackupsReplicationMessage')
|
526
|
+
StartDBInstanceAutomatedBackupsReplicationResult = Shapes::StructureShape.new(name: 'StartDBInstanceAutomatedBackupsReplicationResult')
|
523
527
|
StartDBInstanceMessage = Shapes::StructureShape.new(name: 'StartDBInstanceMessage')
|
524
528
|
StartDBInstanceResult = Shapes::StructureShape.new(name: 'StartDBInstanceResult')
|
525
529
|
StartExportTaskMessage = Shapes::StructureShape.new(name: 'StartExportTaskMessage')
|
@@ -527,6 +531,8 @@ module Aws::RDS
|
|
527
531
|
StopActivityStreamResponse = Shapes::StructureShape.new(name: 'StopActivityStreamResponse')
|
528
532
|
StopDBClusterMessage = Shapes::StructureShape.new(name: 'StopDBClusterMessage')
|
529
533
|
StopDBClusterResult = Shapes::StructureShape.new(name: 'StopDBClusterResult')
|
534
|
+
StopDBInstanceAutomatedBackupsReplicationMessage = Shapes::StructureShape.new(name: 'StopDBInstanceAutomatedBackupsReplicationMessage')
|
535
|
+
StopDBInstanceAutomatedBackupsReplicationResult = Shapes::StructureShape.new(name: 'StopDBInstanceAutomatedBackupsReplicationResult')
|
530
536
|
StopDBInstanceMessage = Shapes::StructureShape.new(name: 'StopDBInstanceMessage')
|
531
537
|
StopDBInstanceResult = Shapes::StructureShape.new(name: 'StopDBInstanceResult')
|
532
538
|
StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault')
|
@@ -706,7 +712,6 @@ module Aws::RDS
|
|
706
712
|
CopyDBClusterSnapshotMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
|
707
713
|
CopyDBClusterSnapshotMessage.add_member(:copy_tags, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTags"))
|
708
714
|
CopyDBClusterSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
709
|
-
CopyDBClusterSnapshotMessage.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "DestinationRegion", metadata: {"documented"=>false}))
|
710
715
|
CopyDBClusterSnapshotMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
711
716
|
CopyDBClusterSnapshotMessage.struct_class = Types::CopyDBClusterSnapshotMessage
|
712
717
|
|
@@ -729,7 +734,7 @@ module Aws::RDS
|
|
729
734
|
CopyDBSnapshotMessage.add_member(:copy_tags, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTags"))
|
730
735
|
CopyDBSnapshotMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
|
731
736
|
CopyDBSnapshotMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
732
|
-
CopyDBSnapshotMessage.add_member(:
|
737
|
+
CopyDBSnapshotMessage.add_member(:target_custom_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "TargetCustomAvailabilityZone"))
|
733
738
|
CopyDBSnapshotMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
734
739
|
CopyDBSnapshotMessage.struct_class = Types::CopyDBSnapshotMessage
|
735
740
|
|
@@ -795,7 +800,6 @@ module Aws::RDS
|
|
795
800
|
CreateDBClusterMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
796
801
|
CreateDBClusterMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
797
802
|
CreateDBClusterMessage.add_member(:enable_global_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableGlobalWriteForwarding"))
|
798
|
-
CreateDBClusterMessage.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "DestinationRegion", metadata: {"documented"=>false}))
|
799
803
|
CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
800
804
|
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
801
805
|
|
@@ -899,7 +903,7 @@ module Aws::RDS
|
|
899
903
|
CreateDBInstanceReadReplicaMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
900
904
|
CreateDBInstanceReadReplicaMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
901
905
|
CreateDBInstanceReadReplicaMessage.add_member(:replica_mode, Shapes::ShapeRef.new(shape: ReplicaMode, location_name: "ReplicaMode"))
|
902
|
-
CreateDBInstanceReadReplicaMessage.add_member(:
|
906
|
+
CreateDBInstanceReadReplicaMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
903
907
|
CreateDBInstanceReadReplicaMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
904
908
|
CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
|
905
909
|
|
@@ -1062,6 +1066,7 @@ module Aws::RDS
|
|
1062
1066
|
DBCluster.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
1063
1067
|
DBCluster.add_member(:cross_account_clone, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CrossAccountClone"))
|
1064
1068
|
DBCluster.add_member(:domain_memberships, Shapes::ShapeRef.new(shape: DomainMembershipList, location_name: "DomainMemberships"))
|
1069
|
+
DBCluster.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1065
1070
|
DBCluster.add_member(:global_write_forwarding_status, Shapes::ShapeRef.new(shape: WriteForwardingStatus, location_name: "GlobalWriteForwardingStatus"))
|
1066
1071
|
DBCluster.add_member(:global_write_forwarding_requested, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "GlobalWriteForwardingRequested"))
|
1067
1072
|
DBCluster.struct_class = Types::DBCluster
|
@@ -1193,6 +1198,7 @@ module Aws::RDS
|
|
1193
1198
|
DBClusterSnapshot.add_member(:db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotArn"))
|
1194
1199
|
DBClusterSnapshot.add_member(:source_db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterSnapshotArn"))
|
1195
1200
|
DBClusterSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
1201
|
+
DBClusterSnapshot.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1196
1202
|
DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
|
1197
1203
|
|
1198
1204
|
DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
|
@@ -1301,6 +1307,8 @@ module Aws::RDS
|
|
1301
1307
|
DBInstance.add_member(:associated_roles, Shapes::ShapeRef.new(shape: DBInstanceRoles, location_name: "AssociatedRoles"))
|
1302
1308
|
DBInstance.add_member(:listener_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ListenerEndpoint"))
|
1303
1309
|
DBInstance.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
1310
|
+
DBInstance.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1311
|
+
DBInstance.add_member(:db_instance_automated_backups_replications, Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupsReplicationList, location_name: "DBInstanceAutomatedBackupsReplications"))
|
1304
1312
|
DBInstance.struct_class = Types::DBInstance
|
1305
1313
|
|
1306
1314
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -1328,6 +1336,9 @@ module Aws::RDS
|
|
1328
1336
|
DBInstanceAutomatedBackup.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
1329
1337
|
DBInstanceAutomatedBackup.add_member(:timezone, Shapes::ShapeRef.new(shape: String, location_name: "Timezone"))
|
1330
1338
|
DBInstanceAutomatedBackup.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
1339
|
+
DBInstanceAutomatedBackup.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
1340
|
+
DBInstanceAutomatedBackup.add_member(:db_instance_automated_backups_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceAutomatedBackupsArn"))
|
1341
|
+
DBInstanceAutomatedBackup.add_member(:db_instance_automated_backups_replications, Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupsReplicationList, location_name: "DBInstanceAutomatedBackupsReplications"))
|
1331
1342
|
DBInstanceAutomatedBackup.struct_class = Types::DBInstanceAutomatedBackup
|
1332
1343
|
|
1333
1344
|
DBInstanceAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup")
|
@@ -1340,6 +1351,11 @@ module Aws::RDS
|
|
1340
1351
|
|
1341
1352
|
DBInstanceAutomatedBackupQuotaExceededFault.struct_class = Types::DBInstanceAutomatedBackupQuotaExceededFault
|
1342
1353
|
|
1354
|
+
DBInstanceAutomatedBackupsReplication.add_member(:db_instance_automated_backups_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceAutomatedBackupsArn"))
|
1355
|
+
DBInstanceAutomatedBackupsReplication.struct_class = Types::DBInstanceAutomatedBackupsReplication
|
1356
|
+
|
1357
|
+
DBInstanceAutomatedBackupsReplicationList.member = Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupsReplication, location_name: "DBInstanceAutomatedBackupsReplication")
|
1358
|
+
|
1343
1359
|
DBInstanceList.member = Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance")
|
1344
1360
|
|
1345
1361
|
DBInstanceMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
@@ -1510,6 +1526,7 @@ module Aws::RDS
|
|
1510
1526
|
DBSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
1511
1527
|
DBSnapshot.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
|
1512
1528
|
DBSnapshot.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
|
1529
|
+
DBSnapshot.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1513
1530
|
DBSnapshot.struct_class = Types::DBSnapshot
|
1514
1531
|
|
1515
1532
|
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
@@ -1586,7 +1603,8 @@ module Aws::RDS
|
|
1586
1603
|
DeleteDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
|
1587
1604
|
DeleteDBClusterSnapshotResult.struct_class = Types::DeleteDBClusterSnapshotResult
|
1588
1605
|
|
1589
|
-
DeleteDBInstanceAutomatedBackupMessage.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String,
|
1606
|
+
DeleteDBInstanceAutomatedBackupMessage.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
|
1607
|
+
DeleteDBInstanceAutomatedBackupMessage.add_member(:db_instance_automated_backups_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceAutomatedBackupsArn"))
|
1590
1608
|
DeleteDBInstanceAutomatedBackupMessage.struct_class = Types::DeleteDBInstanceAutomatedBackupMessage
|
1591
1609
|
|
1592
1610
|
DeleteDBInstanceAutomatedBackupResult.add_member(:db_instance_automated_backup, Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup"))
|
@@ -1729,6 +1747,7 @@ module Aws::RDS
|
|
1729
1747
|
DescribeDBInstanceAutomatedBackupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1730
1748
|
DescribeDBInstanceAutomatedBackupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1731
1749
|
DescribeDBInstanceAutomatedBackupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1750
|
+
DescribeDBInstanceAutomatedBackupsMessage.add_member(:db_instance_automated_backups_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceAutomatedBackupsArn"))
|
1732
1751
|
DescribeDBInstanceAutomatedBackupsMessage.struct_class = Types::DescribeDBInstanceAutomatedBackupsMessage
|
1733
1752
|
|
1734
1753
|
DescribeDBInstancesMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
@@ -2955,6 +2974,7 @@ module Aws::RDS
|
|
2955
2974
|
RestoreDBInstanceFromS3Message.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
|
2956
2975
|
RestoreDBInstanceFromS3Message.add_member(:use_default_processor_features, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseDefaultProcessorFeatures"))
|
2957
2976
|
RestoreDBInstanceFromS3Message.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2977
|
+
RestoreDBInstanceFromS3Message.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
2958
2978
|
RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
|
2959
2979
|
|
2960
2980
|
RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -2991,6 +3011,8 @@ module Aws::RDS
|
|
2991
3011
|
RestoreDBInstanceToPointInTimeMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
2992
3012
|
RestoreDBInstanceToPointInTimeMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2993
3013
|
RestoreDBInstanceToPointInTimeMessage.add_member(:source_dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbiResourceId"))
|
3014
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
3015
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:source_db_instance_automated_backups_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBInstanceAutomatedBackupsArn"))
|
2994
3016
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
2995
3017
|
|
2996
3018
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3041,6 +3063,7 @@ module Aws::RDS
|
|
3041
3063
|
SourceRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
|
3042
3064
|
SourceRegion.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
3043
3065
|
SourceRegion.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
3066
|
+
SourceRegion.add_member(:supports_db_instance_automated_backups_replication, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDBInstanceAutomatedBackupsReplication"))
|
3044
3067
|
SourceRegion.struct_class = Types::SourceRegion
|
3045
3068
|
|
3046
3069
|
SourceRegionList.member = Shapes::ShapeRef.new(shape: SourceRegion, location_name: "SourceRegion")
|
@@ -3068,6 +3091,16 @@ module Aws::RDS
|
|
3068
3091
|
StartDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
3069
3092
|
StartDBClusterResult.struct_class = Types::StartDBClusterResult
|
3070
3093
|
|
3094
|
+
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:source_db_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBInstanceArn"))
|
3095
|
+
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
3096
|
+
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
3097
|
+
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
|
3098
|
+
StartDBInstanceAutomatedBackupsReplicationMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
3099
|
+
StartDBInstanceAutomatedBackupsReplicationMessage.struct_class = Types::StartDBInstanceAutomatedBackupsReplicationMessage
|
3100
|
+
|
3101
|
+
StartDBInstanceAutomatedBackupsReplicationResult.add_member(:db_instance_automated_backup, Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup"))
|
3102
|
+
StartDBInstanceAutomatedBackupsReplicationResult.struct_class = Types::StartDBInstanceAutomatedBackupsReplicationResult
|
3103
|
+
|
3071
3104
|
StartDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
3072
3105
|
StartDBInstanceMessage.struct_class = Types::StartDBInstanceMessage
|
3073
3106
|
|
@@ -3098,6 +3131,12 @@ module Aws::RDS
|
|
3098
3131
|
StopDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
3099
3132
|
StopDBClusterResult.struct_class = Types::StopDBClusterResult
|
3100
3133
|
|
3134
|
+
StopDBInstanceAutomatedBackupsReplicationMessage.add_member(:source_db_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBInstanceArn"))
|
3135
|
+
StopDBInstanceAutomatedBackupsReplicationMessage.struct_class = Types::StopDBInstanceAutomatedBackupsReplicationMessage
|
3136
|
+
|
3137
|
+
StopDBInstanceAutomatedBackupsReplicationResult.add_member(:db_instance_automated_backup, Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup"))
|
3138
|
+
StopDBInstanceAutomatedBackupsReplicationResult.struct_class = Types::StopDBInstanceAutomatedBackupsReplicationResult
|
3139
|
+
|
3101
3140
|
StopDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
3102
3141
|
StopDBInstanceMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotIdentifier"))
|
3103
3142
|
StopDBInstanceMessage.struct_class = Types::StopDBInstanceMessage
|
@@ -3365,6 +3404,7 @@ module Aws::RDS
|
|
3365
3404
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
3366
3405
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
3367
3406
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
3407
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomAvailabilityZoneNotFoundFault)
|
3368
3408
|
end)
|
3369
3409
|
|
3370
3410
|
api.add_operation(:copy_option_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4925,6 +4965,19 @@ module Aws::RDS
|
|
4925
4965
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
4926
4966
|
end)
|
4927
4967
|
|
4968
|
+
api.add_operation(:start_db_instance_automated_backups_replication, Seahorse::Model::Operation.new.tap do |o|
|
4969
|
+
o.name = "StartDBInstanceAutomatedBackupsReplication"
|
4970
|
+
o.http_method = "POST"
|
4971
|
+
o.http_request_uri = "/"
|
4972
|
+
o.input = Shapes::ShapeRef.new(shape: StartDBInstanceAutomatedBackupsReplicationMessage)
|
4973
|
+
o.output = Shapes::ShapeRef.new(shape: StartDBInstanceAutomatedBackupsReplicationResult)
|
4974
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
4975
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
4976
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
4977
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupQuotaExceededFault)
|
4978
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
4979
|
+
end)
|
4980
|
+
|
4928
4981
|
api.add_operation(:start_export_task, Seahorse::Model::Operation.new.tap do |o|
|
4929
4982
|
o.name = "StartExportTask"
|
4930
4983
|
o.http_method = "POST"
|
@@ -4978,6 +5031,16 @@ module Aws::RDS
|
|
4978
5031
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
4979
5032
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
4980
5033
|
end)
|
5034
|
+
|
5035
|
+
api.add_operation(:stop_db_instance_automated_backups_replication, Seahorse::Model::Operation.new.tap do |o|
|
5036
|
+
o.name = "StopDBInstanceAutomatedBackupsReplication"
|
5037
|
+
o.http_method = "POST"
|
5038
|
+
o.http_request_uri = "/"
|
5039
|
+
o.input = Shapes::ShapeRef.new(shape: StopDBInstanceAutomatedBackupsReplicationMessage)
|
5040
|
+
o.output = Shapes::ShapeRef.new(shape: StopDBInstanceAutomatedBackupsReplicationResult)
|
5041
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
5042
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
5043
|
+
end)
|
4981
5044
|
end
|
4982
5045
|
|
4983
5046
|
end
|
@@ -236,6 +236,9 @@ module Aws::RDS
|
|
236
236
|
|
237
237
|
# If `StorageEncrypted` is enabled, the AWS KMS key identifier for the
|
238
238
|
# encrypted DB cluster.
|
239
|
+
#
|
240
|
+
# The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
|
241
|
+
# name for the AWS KMS customer master key (CMK).
|
239
242
|
# @return [String]
|
240
243
|
def kms_key_id
|
241
244
|
data[:kms_key_id]
|
@@ -243,7 +246,7 @@ module Aws::RDS
|
|
243
246
|
|
244
247
|
# The AWS Region-unique, immutable identifier for the DB cluster. This
|
245
248
|
# identifier is found in AWS CloudTrail log entries whenever the AWS KMS
|
246
|
-
#
|
249
|
+
# CMK for the DB cluster is accessed.
|
247
250
|
# @return [String]
|
248
251
|
def db_cluster_resource_id
|
249
252
|
data[:db_cluster_resource_id]
|
@@ -336,14 +339,11 @@ module Aws::RDS
|
|
336
339
|
# The DB engine mode of the DB cluster, either `provisioned`,
|
337
340
|
# `serverless`, `parallelquery`, `global`, or `multimaster`.
|
338
341
|
#
|
339
|
-
#
|
340
|
-
#
|
341
|
-
#
|
342
|
-
# check if a DB cluster is part of a global database, use
|
343
|
-
# `DescribeGlobalClusters` instead of checking the `EngineMode` return
|
344
|
-
# value from `DescribeDBClusters`.
|
342
|
+
# For more information, see [ CreateDBCluster][1].
|
343
|
+
#
|
344
|
+
#
|
345
345
|
#
|
346
|
-
#
|
346
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html
|
347
347
|
# @return [String]
|
348
348
|
def engine_mode
|
349
349
|
data[:engine_mode]
|
@@ -406,6 +406,9 @@ module Aws::RDS
|
|
406
406
|
|
407
407
|
# The AWS KMS key identifier used for encrypting messages in the
|
408
408
|
# database activity stream.
|
409
|
+
#
|
410
|
+
# The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
|
411
|
+
# name for the AWS KMS customer master key (CMK).
|
409
412
|
# @return [String]
|
410
413
|
def activity_stream_kms_key_id
|
411
414
|
data[:activity_stream_kms_key_id]
|
@@ -439,6 +442,17 @@ module Aws::RDS
|
|
439
442
|
data[:domain_memberships]
|
440
443
|
end
|
441
444
|
|
445
|
+
# A list of tags. For more information, see [Tagging Amazon RDS
|
446
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
447
|
+
#
|
448
|
+
#
|
449
|
+
#
|
450
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
451
|
+
# @return [Array<Types::Tag>]
|
452
|
+
def tag_list
|
453
|
+
data[:tag_list]
|
454
|
+
end
|
455
|
+
|
442
456
|
# Specifies whether a secondary cluster in an Aurora global database has
|
443
457
|
# write forwarding enabled, not enabled, or is in the process of
|
444
458
|
# enabling it.
|
@@ -800,30 +814,27 @@ module Aws::RDS
|
|
800
814
|
# @option options [String] :kms_key_id
|
801
815
|
# The AWS KMS key identifier for an encrypted DB cluster.
|
802
816
|
#
|
803
|
-
# The KMS key identifier is the
|
804
|
-
#
|
805
|
-
# account
|
806
|
-
# cluster, then you can use the KMS key alias instead of the ARN for the
|
807
|
-
# KMS encryption key.
|
817
|
+
# The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
|
818
|
+
# name for the AWS KMS customer master key (CMK). To use a CMK in a
|
819
|
+
# different AWS account, specify the key ARN or alias ARN.
|
808
820
|
#
|
809
|
-
#
|
821
|
+
# When a CMK isn't specified in `KmsKeyId`\:
|
810
822
|
#
|
811
823
|
# * If `ReplicationSourceIdentifier` identifies an encrypted source,
|
812
|
-
# then Amazon RDS will use the
|
813
|
-
#
|
824
|
+
# then Amazon RDS will use the CMK used to encrypt the source.
|
825
|
+
# Otherwise, Amazon RDS will use your default CMK.
|
814
826
|
#
|
815
827
|
# * If the `StorageEncrypted` parameter is enabled and
|
816
828
|
# `ReplicationSourceIdentifier` isn't specified, then Amazon RDS will
|
817
|
-
# use your default
|
829
|
+
# use your default CMK.
|
818
830
|
#
|
819
|
-
#
|
820
|
-
#
|
821
|
-
# Region.
|
831
|
+
# There is a default CMK for your AWS account. Your AWS account has a
|
832
|
+
# different default CMK for each AWS Region.
|
822
833
|
#
|
823
834
|
# If you create a read replica of an encrypted DB cluster in another AWS
|
824
|
-
# Region, you must set `KmsKeyId` to a KMS key
|
825
|
-
# destination AWS Region. This
|
826
|
-
# in that AWS Region.
|
835
|
+
# Region, you must set `KmsKeyId` to a AWS KMS key identifier that is
|
836
|
+
# valid in the destination AWS Region. This CMK is used to encrypt the
|
837
|
+
# read replica in that AWS Region.
|
827
838
|
# @option options [String] :pre_signed_url
|
828
839
|
# A URL that contains a Signature Version 4 signed request for the
|
829
840
|
# `CreateDBCluster` action to be called in the source AWS Region where
|
@@ -840,9 +851,9 @@ module Aws::RDS
|
|
840
851
|
#
|
841
852
|
# * `KmsKeyId` - The AWS KMS key identifier for the key to use to
|
842
853
|
# encrypt the copy of the DB cluster in the destination AWS Region.
|
843
|
-
# This should refer to the same KMS
|
844
|
-
# action that is called in the destination AWS
|
845
|
-
# contained in the pre-signed URL.
|
854
|
+
# This should refer to the same AWS KMS CMK for both the
|
855
|
+
# `CreateDBCluster` action that is called in the destination AWS
|
856
|
+
# Region, and the action contained in the pre-signed URL.
|
846
857
|
#
|
847
858
|
# * `DestinationRegion` - The name of the AWS Region that Aurora read
|
848
859
|
# replica will be created in.
|
@@ -916,14 +927,23 @@ module Aws::RDS
|
|
916
927
|
#
|
917
928
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
918
929
|
# @option options [String] :engine_mode
|
919
|
-
# The DB engine mode of the DB cluster, either `provisioned
|
930
|
+
# The DB engine mode of the DB cluster, either `provisioned`
|
920
931
|
# `serverless`, `parallelquery`, `global`, or `multimaster`.
|
921
932
|
#
|
922
|
-
#
|
923
|
-
#
|
924
|
-
#
|
933
|
+
# The `parallelquery` engine mode isn't required for Aurora MySQL
|
934
|
+
# version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x
|
935
|
+
# versions.
|
925
936
|
#
|
926
|
-
#
|
937
|
+
# The `global` engine mode isn't required for Aurora MySQL version 1.22
|
938
|
+
# and higher 1.x versions, and `global` engine mode isn't required for
|
939
|
+
# any 2.x versions.
|
940
|
+
#
|
941
|
+
# The `multimaster` engine mode only applies for DB clusters created
|
942
|
+
# with Aurora MySQL version 5.6.10a.
|
943
|
+
#
|
944
|
+
# For Aurora PostgreSQL, the `global` engine mode isn't required, and
|
945
|
+
# both the `parallelquery` and the `multimaster` engine modes currently
|
946
|
+
# aren't supported.
|
927
947
|
#
|
928
948
|
# Limitations and requirements apply to some DB engine modes. For more
|
929
949
|
# information, see the following sections in the *Amazon Aurora User
|
@@ -933,7 +953,7 @@ module Aws::RDS
|
|
933
953
|
#
|
934
954
|
# * [ Limitations of Parallel Query][2]
|
935
955
|
#
|
936
|
-
# * [
|
956
|
+
# * [ Limitations of Aurora Global Databases][3]
|
937
957
|
#
|
938
958
|
# * [ Limitations of Multi-Master Clusters][4]
|
939
959
|
#
|
@@ -993,7 +1013,6 @@ module Aws::RDS
|
|
993
1013
|
# This parameter only applies to DB clusters that are secondary clusters
|
994
1014
|
# in an Aurora global database. By default, Aurora disallows write
|
995
1015
|
# operations for secondary clusters.
|
996
|
-
# @option options [String] :destination_region
|
997
1016
|
# @option options [String] :source_region
|
998
1017
|
# The source region of the snapshot. This is only needed when the
|
999
1018
|
# shapshot is encrypted and in a different region.
|
@@ -1508,23 +1527,21 @@ module Aws::RDS
|
|
1508
1527
|
# The AWS KMS key identifier to use when restoring an encrypted DB
|
1509
1528
|
# cluster from an encrypted DB cluster.
|
1510
1529
|
#
|
1511
|
-
# The KMS key identifier is the
|
1512
|
-
#
|
1513
|
-
# account
|
1514
|
-
# cluster, then you can use the KMS key alias instead of the ARN for the
|
1515
|
-
# KMS encryption key.
|
1530
|
+
# The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
|
1531
|
+
# name for the AWS KMS customer master key (CMK). To use a CMK in a
|
1532
|
+
# different AWS account, specify the key ARN or alias ARN.
|
1516
1533
|
#
|
1517
1534
|
# You can restore to a new DB cluster and encrypt the new DB cluster
|
1518
|
-
# with a KMS
|
1519
|
-
# source DB cluster. The new DB cluster is encrypted with
|
1520
|
-
# identified by the `KmsKeyId` parameter.
|
1535
|
+
# with a AWS KMS CMK that is different than the AWS KMS key used to
|
1536
|
+
# encrypt the source DB cluster. The new DB cluster is encrypted with
|
1537
|
+
# the AWS KMS CMK identified by the `KmsKeyId` parameter.
|
1521
1538
|
#
|
1522
1539
|
# If you don't specify a value for the `KmsKeyId` parameter, then the
|
1523
1540
|
# following occurs:
|
1524
1541
|
#
|
1525
1542
|
# * If the DB cluster is encrypted, then the restored DB cluster is
|
1526
|
-
# encrypted using the KMS
|
1527
|
-
# cluster.
|
1543
|
+
# encrypted using the AWS KMS CMK that was used to encrypt the source
|
1544
|
+
# DB cluster.
|
1528
1545
|
#
|
1529
1546
|
# * If the DB cluster isn't encrypted, then the restored DB cluster
|
1530
1547
|
# isn't encrypted.
|
@@ -136,6 +136,9 @@ module Aws::RDS
|
|
136
136
|
|
137
137
|
# If `StorageEncrypted` is true, the AWS KMS key identifier for the
|
138
138
|
# encrypted DB cluster snapshot.
|
139
|
+
#
|
140
|
+
# The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
|
141
|
+
# name for the AWS KMS customer master key (CMK).
|
139
142
|
# @return [String]
|
140
143
|
def kms_key_id
|
141
144
|
data[:kms_key_id]
|
@@ -162,6 +165,17 @@ module Aws::RDS
|
|
162
165
|
data[:iam_database_authentication_enabled]
|
163
166
|
end
|
164
167
|
|
168
|
+
# A list of tags. For more information, see [Tagging Amazon RDS
|
169
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
170
|
+
#
|
171
|
+
#
|
172
|
+
#
|
173
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
174
|
+
# @return [Array<Types::Tag>]
|
175
|
+
def tag_list
|
176
|
+
data[:tag_list]
|
177
|
+
end
|
178
|
+
|
165
179
|
# @!endgroup
|
166
180
|
|
167
181
|
# @return [Client]
|
@@ -354,25 +368,25 @@ module Aws::RDS
|
|
354
368
|
#
|
355
369
|
# Example: `my-cluster-snapshot2`
|
356
370
|
# @option options [String] :kms_key_id
|
357
|
-
# The AWS KMS key
|
358
|
-
#
|
359
|
-
#
|
371
|
+
# The AWS KMS key identifier for an encrypted DB cluster snapshot. The
|
372
|
+
# AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
|
373
|
+
# name for the AWS KMS customer master key (CMK).
|
360
374
|
#
|
361
375
|
# If you copy an encrypted DB cluster snapshot from your AWS account,
|
362
376
|
# you can specify a value for `KmsKeyId` to encrypt the copy with a new
|
363
|
-
# KMS
|
364
|
-
#
|
377
|
+
# AWS KMS CMK. If you don't specify a value for `KmsKeyId`, then the
|
378
|
+
# copy of the DB cluster snapshot is encrypted with the same AWS KMS key
|
365
379
|
# as the source DB cluster snapshot.
|
366
380
|
#
|
367
381
|
# If you copy an encrypted DB cluster snapshot that is shared from
|
368
382
|
# another AWS account, then you must specify a value for `KmsKeyId`.
|
369
383
|
#
|
370
384
|
# To copy an encrypted DB cluster snapshot to another AWS Region, you
|
371
|
-
# must set `KmsKeyId` to the KMS key
|
372
|
-
# copy of the DB cluster snapshot in the destination AWS
|
373
|
-
#
|
374
|
-
# in, and you can't use
|
375
|
-
#
|
385
|
+
# must set `KmsKeyId` to the AWS KMS key identifier you want to use to
|
386
|
+
# encrypt the copy of the DB cluster snapshot in the destination AWS
|
387
|
+
# Region. AWS KMS CMKs are specific to the AWS Region that they are
|
388
|
+
# created in, and you can't use CMKs from one AWS Region in another AWS
|
389
|
+
# Region.
|
376
390
|
#
|
377
391
|
# If you copy an unencrypted DB cluster snapshot and specify a value for
|
378
392
|
# the `KmsKeyId` parameter, an error is returned.
|
@@ -390,9 +404,9 @@ module Aws::RDS
|
|
390
404
|
# copied. The pre-signed URL request must contain the following
|
391
405
|
# parameter values:
|
392
406
|
#
|
393
|
-
# * `KmsKeyId` - The AWS KMS key identifier for the
|
394
|
-
# encrypt the copy of the DB cluster snapshot in the
|
395
|
-
# Region. This is the same identifier for both the
|
407
|
+
# * `KmsKeyId` - The AWS KMS key identifier for the customer master key
|
408
|
+
# (CMK) to use to encrypt the copy of the DB cluster snapshot in the
|
409
|
+
# destination AWS Region. This is the same identifier for both the
|
396
410
|
# `CopyDBClusterSnapshot` action that is called in the destination AWS
|
397
411
|
# Region, and the action contained in the pre-signed URL.
|
398
412
|
#
|
@@ -435,7 +449,6 @@ module Aws::RDS
|
|
435
449
|
#
|
436
450
|
#
|
437
451
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
438
|
-
# @option options [String] :destination_region
|
439
452
|
# @option options [String] :source_region
|
440
453
|
# The source region of the snapshot. This is only needed when the
|
441
454
|
# shapshot is encrypted and in a different region.
|
@@ -585,18 +598,17 @@ module Aws::RDS
|
|
585
598
|
# The AWS KMS key identifier to use when restoring an encrypted DB
|
586
599
|
# cluster from a DB snapshot or DB cluster snapshot.
|
587
600
|
#
|
588
|
-
# The KMS key identifier is the
|
589
|
-
#
|
590
|
-
# account
|
591
|
-
# cluster, then you can use the KMS key alias instead of the ARN for the
|
592
|
-
# KMS encryption key.
|
601
|
+
# The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias
|
602
|
+
# name for the AWS KMS customer master key (CMK). To use a CMK in a
|
603
|
+
# different AWS account, specify the key ARN or alias ARN.
|
593
604
|
#
|
594
|
-
#
|
605
|
+
# When you don't specify a value for the `KmsKeyId` parameter, then the
|
595
606
|
# following occurs:
|
596
607
|
#
|
597
608
|
# * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier` is
|
598
|
-
# encrypted, then the restored DB cluster is encrypted using the
|
599
|
-
#
|
609
|
+
# encrypted, then the restored DB cluster is encrypted using the AWS
|
610
|
+
# KMS CMK that was used to encrypt the DB snapshot or DB cluster
|
611
|
+
# snapshot.
|
600
612
|
#
|
601
613
|
# * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
|
602
614
|
# isn't encrypted, then the restored DB cluster isn't encrypted.
|
@@ -639,6 +651,12 @@ module Aws::RDS
|
|
639
651
|
# @option options [String] :engine_mode
|
640
652
|
# The DB engine mode of the DB cluster, either `provisioned`,
|
641
653
|
# `serverless`, `parallelquery`, `global`, or `multimaster`.
|
654
|
+
#
|
655
|
+
# For more information, see [ CreateDBCluster][1].
|
656
|
+
#
|
657
|
+
#
|
658
|
+
#
|
659
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html
|
642
660
|
# @option options [Types::ScalingConfiguration] :scaling_configuration
|
643
661
|
# For DB clusters in `serverless` DB engine mode, the scaling properties
|
644
662
|
# of the DB cluster.
|