aws-sdk-rds 1.125.0 → 1.129.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/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1296 -262
- data/lib/aws-sdk-rds/client_api.rb +95 -0
- data/lib/aws-sdk-rds/db_cluster.rb +33 -34
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +21 -24
- data/lib/aws-sdk-rds/db_engine.rb +8 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +66 -4
- data/lib/aws-sdk-rds/db_instance.rb +514 -139
- data/lib/aws-sdk-rds/db_snapshot.rb +78 -30
- data/lib/aws-sdk-rds/errors.rb +44 -0
- data/lib/aws-sdk-rds/resource.rb +187 -59
- data/lib/aws-sdk-rds/types.rb +1090 -291
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +5 -5
@@ -34,6 +34,7 @@ module Aws::RDS
|
|
34
34
|
AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault')
|
35
35
|
AuthorizeDBSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeDBSecurityGroupIngressMessage')
|
36
36
|
AuthorizeDBSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeDBSecurityGroupIngressResult')
|
37
|
+
AutomationMode = Shapes::StringShape.new(name: 'AutomationMode')
|
37
38
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
38
39
|
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
39
40
|
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
@@ -44,6 +45,7 @@ module Aws::RDS
|
|
44
45
|
BackupPolicyNotFoundFault = Shapes::StructureShape.new(name: 'BackupPolicyNotFoundFault')
|
45
46
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
46
47
|
BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
|
48
|
+
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
47
49
|
CancelExportTaskMessage = Shapes::StructureShape.new(name: 'CancelExportTaskMessage')
|
48
50
|
Certificate = Shapes::StructureShape.new(name: 'Certificate')
|
49
51
|
CertificateList = Shapes::ListShape.new(name: 'CertificateList')
|
@@ -66,6 +68,7 @@ module Aws::RDS
|
|
66
68
|
CopyOptionGroupResult = Shapes::StructureShape.new(name: 'CopyOptionGroupResult')
|
67
69
|
CreateCustomAvailabilityZoneMessage = Shapes::StructureShape.new(name: 'CreateCustomAvailabilityZoneMessage')
|
68
70
|
CreateCustomAvailabilityZoneResult = Shapes::StructureShape.new(name: 'CreateCustomAvailabilityZoneResult')
|
71
|
+
CreateCustomDBEngineVersionMessage = Shapes::StructureShape.new(name: 'CreateCustomDBEngineVersionMessage')
|
69
72
|
CreateDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'CreateDBClusterEndpointMessage')
|
70
73
|
CreateDBClusterMessage = Shapes::StructureShape.new(name: 'CreateDBClusterMessage')
|
71
74
|
CreateDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupMessage')
|
@@ -101,6 +104,13 @@ module Aws::RDS
|
|
101
104
|
CustomAvailabilityZoneMessage = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneMessage')
|
102
105
|
CustomAvailabilityZoneNotFoundFault = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneNotFoundFault')
|
103
106
|
CustomAvailabilityZoneQuotaExceededFault = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneQuotaExceededFault')
|
107
|
+
CustomDBEngineVersionAlreadyExistsFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionAlreadyExistsFault')
|
108
|
+
CustomDBEngineVersionManifest = Shapes::StringShape.new(name: 'CustomDBEngineVersionManifest')
|
109
|
+
CustomDBEngineVersionNotFoundFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionNotFoundFault')
|
110
|
+
CustomDBEngineVersionQuotaExceededFault = Shapes::StructureShape.new(name: 'CustomDBEngineVersionQuotaExceededFault')
|
111
|
+
CustomEngineName = Shapes::StringShape.new(name: 'CustomEngineName')
|
112
|
+
CustomEngineVersion = Shapes::StringShape.new(name: 'CustomEngineVersion')
|
113
|
+
CustomEngineVersionStatus = Shapes::StringShape.new(name: 'CustomEngineVersionStatus')
|
104
114
|
DBCluster = Shapes::StructureShape.new(name: 'DBCluster')
|
105
115
|
DBClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterAlreadyExistsFault')
|
106
116
|
DBClusterBacktrack = Shapes::StructureShape.new(name: 'DBClusterBacktrack')
|
@@ -225,6 +235,7 @@ module Aws::RDS
|
|
225
235
|
DBUpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'DBUpgradeDependencyFailureFault')
|
226
236
|
DeleteCustomAvailabilityZoneMessage = Shapes::StructureShape.new(name: 'DeleteCustomAvailabilityZoneMessage')
|
227
237
|
DeleteCustomAvailabilityZoneResult = Shapes::StructureShape.new(name: 'DeleteCustomAvailabilityZoneResult')
|
238
|
+
DeleteCustomDBEngineVersionMessage = Shapes::StructureShape.new(name: 'DeleteCustomDBEngineVersionMessage')
|
228
239
|
DeleteDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterEndpointMessage')
|
229
240
|
DeleteDBClusterMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterMessage')
|
230
241
|
DeleteDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterParameterGroupMessage')
|
@@ -304,6 +315,7 @@ module Aws::RDS
|
|
304
315
|
DescribeSourceRegionsMessage = Shapes::StructureShape.new(name: 'DescribeSourceRegionsMessage')
|
305
316
|
DescribeValidDBInstanceModificationsMessage = Shapes::StructureShape.new(name: 'DescribeValidDBInstanceModificationsMessage')
|
306
317
|
DescribeValidDBInstanceModificationsResult = Shapes::StructureShape.new(name: 'DescribeValidDBInstanceModificationsResult')
|
318
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
307
319
|
DomainMembership = Shapes::StructureShape.new(name: 'DomainMembership')
|
308
320
|
DomainMembershipList = Shapes::ListShape.new(name: 'DomainMembershipList')
|
309
321
|
DomainNotFoundFault = Shapes::StructureShape.new(name: 'DomainNotFoundFault')
|
@@ -373,6 +385,7 @@ module Aws::RDS
|
|
373
385
|
InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault')
|
374
386
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
375
387
|
IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
|
388
|
+
InvalidCustomDBEngineVersionStateFault = Shapes::StructureShape.new(name: 'InvalidCustomDBEngineVersionStateFault')
|
376
389
|
InvalidDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InvalidDBClusterCapacityFault')
|
377
390
|
InvalidDBClusterEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterEndpointStateFault')
|
378
391
|
InvalidDBClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterSnapshotStateFault')
|
@@ -399,6 +412,7 @@ module Aws::RDS
|
|
399
412
|
InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
|
400
413
|
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
|
401
414
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
415
|
+
KmsKeyIdOrArn = Shapes::StringShape.new(name: 'KmsKeyIdOrArn')
|
402
416
|
ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
|
403
417
|
LogTypeList = Shapes::ListShape.new(name: 'LogTypeList')
|
404
418
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
@@ -409,6 +423,7 @@ module Aws::RDS
|
|
409
423
|
ModifyCertificatesMessage = Shapes::StructureShape.new(name: 'ModifyCertificatesMessage')
|
410
424
|
ModifyCertificatesResult = Shapes::StructureShape.new(name: 'ModifyCertificatesResult')
|
411
425
|
ModifyCurrentDBClusterCapacityMessage = Shapes::StructureShape.new(name: 'ModifyCurrentDBClusterCapacityMessage')
|
426
|
+
ModifyCustomDBEngineVersionMessage = Shapes::StructureShape.new(name: 'ModifyCustomDBEngineVersionMessage')
|
412
427
|
ModifyDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterEndpointMessage')
|
413
428
|
ModifyDBClusterMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterMessage')
|
414
429
|
ModifyDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterParameterGroupMessage')
|
@@ -565,6 +580,7 @@ module Aws::RDS
|
|
565
580
|
StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault')
|
566
581
|
StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault')
|
567
582
|
String = Shapes::StringShape.new(name: 'String')
|
583
|
+
String255 = Shapes::StringShape.new(name: 'String255')
|
568
584
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
569
585
|
StringSensitive = Shapes::StringShape.new(name: 'StringSensitive')
|
570
586
|
Subnet = Shapes::StructureShape.new(name: 'Subnet')
|
@@ -796,6 +812,16 @@ module Aws::RDS
|
|
796
812
|
CreateCustomAvailabilityZoneResult.add_member(:custom_availability_zone, Shapes::ShapeRef.new(shape: CustomAvailabilityZone, location_name: "CustomAvailabilityZone"))
|
797
813
|
CreateCustomAvailabilityZoneResult.struct_class = Types::CreateCustomAvailabilityZoneResult
|
798
814
|
|
815
|
+
CreateCustomDBEngineVersionMessage.add_member(:engine, Shapes::ShapeRef.new(shape: CustomEngineName, required: true, location_name: "Engine"))
|
816
|
+
CreateCustomDBEngineVersionMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: CustomEngineVersion, required: true, location_name: "EngineVersion"))
|
817
|
+
CreateCustomDBEngineVersionMessage.add_member(:database_installation_files_s3_bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "DatabaseInstallationFilesS3BucketName"))
|
818
|
+
CreateCustomDBEngineVersionMessage.add_member(:database_installation_files_s3_prefix, Shapes::ShapeRef.new(shape: String255, location_name: "DatabaseInstallationFilesS3Prefix"))
|
819
|
+
CreateCustomDBEngineVersionMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyIdOrArn, required: true, location_name: "KMSKeyId"))
|
820
|
+
CreateCustomDBEngineVersionMessage.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
821
|
+
CreateCustomDBEngineVersionMessage.add_member(:manifest, Shapes::ShapeRef.new(shape: CustomDBEngineVersionManifest, required: true, location_name: "Manifest"))
|
822
|
+
CreateCustomDBEngineVersionMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
823
|
+
CreateCustomDBEngineVersionMessage.struct_class = Types::CreateCustomDBEngineVersionMessage
|
824
|
+
|
799
825
|
CreateDBClusterEndpointMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
800
826
|
CreateDBClusterEndpointMessage.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterEndpointIdentifier"))
|
801
827
|
CreateDBClusterEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointType"))
|
@@ -908,6 +934,7 @@ module Aws::RDS
|
|
908
934
|
CreateDBInstanceMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
909
935
|
CreateDBInstanceMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
910
936
|
CreateDBInstanceMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
937
|
+
CreateDBInstanceMessage.add_member(:custom_iam_instance_profile, Shapes::ShapeRef.new(shape: String, location_name: "CustomIamInstanceProfile"))
|
911
938
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
912
939
|
|
913
940
|
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
@@ -942,6 +969,7 @@ module Aws::RDS
|
|
942
969
|
CreateDBInstanceReadReplicaMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
943
970
|
CreateDBInstanceReadReplicaMessage.add_member(:replica_mode, Shapes::ShapeRef.new(shape: ReplicaMode, location_name: "ReplicaMode"))
|
944
971
|
CreateDBInstanceReadReplicaMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
972
|
+
CreateDBInstanceReadReplicaMessage.add_member(:custom_iam_instance_profile, Shapes::ShapeRef.new(shape: String, location_name: "CustomIamInstanceProfile"))
|
945
973
|
CreateDBInstanceReadReplicaMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
946
974
|
CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
|
947
975
|
|
@@ -1063,6 +1091,12 @@ module Aws::RDS
|
|
1063
1091
|
|
1064
1092
|
CustomAvailabilityZoneQuotaExceededFault.struct_class = Types::CustomAvailabilityZoneQuotaExceededFault
|
1065
1093
|
|
1094
|
+
CustomDBEngineVersionAlreadyExistsFault.struct_class = Types::CustomDBEngineVersionAlreadyExistsFault
|
1095
|
+
|
1096
|
+
CustomDBEngineVersionNotFoundFault.struct_class = Types::CustomDBEngineVersionNotFoundFault
|
1097
|
+
|
1098
|
+
CustomDBEngineVersionQuotaExceededFault.struct_class = Types::CustomDBEngineVersionQuotaExceededFault
|
1099
|
+
|
1066
1100
|
DBCluster.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
1067
1101
|
DBCluster.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
1068
1102
|
DBCluster.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
@@ -1291,6 +1325,13 @@ module Aws::RDS
|
|
1291
1325
|
DBEngineVersion.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1292
1326
|
DBEngineVersion.add_member(:supports_parallel_query, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsParallelQuery"))
|
1293
1327
|
DBEngineVersion.add_member(:supports_global_databases, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsGlobalDatabases"))
|
1328
|
+
DBEngineVersion.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MajorEngineVersion"))
|
1329
|
+
DBEngineVersion.add_member(:database_installation_files_s3_bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseInstallationFilesS3BucketName"))
|
1330
|
+
DBEngineVersion.add_member(:database_installation_files_s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseInstallationFilesS3Prefix"))
|
1331
|
+
DBEngineVersion.add_member(:db_engine_version_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineVersionArn"))
|
1332
|
+
DBEngineVersion.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KMSKeyId"))
|
1333
|
+
DBEngineVersion.add_member(:create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreateTime"))
|
1334
|
+
DBEngineVersion.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1294
1335
|
DBEngineVersion.struct_class = Types::DBEngineVersion
|
1295
1336
|
|
1296
1337
|
DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
|
@@ -1369,6 +1410,9 @@ module Aws::RDS
|
|
1369
1410
|
DBInstance.add_member(:activity_stream_kinesis_stream_name, Shapes::ShapeRef.new(shape: String, location_name: "ActivityStreamKinesisStreamName"))
|
1370
1411
|
DBInstance.add_member(:activity_stream_mode, Shapes::ShapeRef.new(shape: ActivityStreamMode, location_name: "ActivityStreamMode"))
|
1371
1412
|
DBInstance.add_member(:activity_stream_engine_native_audit_fields_included, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ActivityStreamEngineNativeAuditFieldsIncluded"))
|
1413
|
+
DBInstance.add_member(:automation_mode, Shapes::ShapeRef.new(shape: AutomationMode, location_name: "AutomationMode"))
|
1414
|
+
DBInstance.add_member(:resume_full_automation_mode_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ResumeFullAutomationModeTime"))
|
1415
|
+
DBInstance.add_member(:custom_iam_instance_profile, Shapes::ShapeRef.new(shape: String, location_name: "CustomIamInstanceProfile"))
|
1372
1416
|
DBInstance.struct_class = Types::DBInstance
|
1373
1417
|
|
1374
1418
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -1667,6 +1711,10 @@ module Aws::RDS
|
|
1667
1711
|
DeleteCustomAvailabilityZoneResult.add_member(:custom_availability_zone, Shapes::ShapeRef.new(shape: CustomAvailabilityZone, location_name: "CustomAvailabilityZone"))
|
1668
1712
|
DeleteCustomAvailabilityZoneResult.struct_class = Types::DeleteCustomAvailabilityZoneResult
|
1669
1713
|
|
1714
|
+
DeleteCustomDBEngineVersionMessage.add_member(:engine, Shapes::ShapeRef.new(shape: CustomEngineName, required: true, location_name: "Engine"))
|
1715
|
+
DeleteCustomDBEngineVersionMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: CustomEngineVersion, required: true, location_name: "EngineVersion"))
|
1716
|
+
DeleteCustomDBEngineVersionMessage.struct_class = Types::DeleteCustomDBEngineVersionMessage
|
1717
|
+
|
1670
1718
|
DeleteDBClusterEndpointMessage.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterEndpointIdentifier"))
|
1671
1719
|
DeleteDBClusterEndpointMessage.struct_class = Types::DeleteDBClusterEndpointMessage
|
1672
1720
|
|
@@ -2308,6 +2356,8 @@ module Aws::RDS
|
|
2308
2356
|
|
2309
2357
|
InsufficientStorageClusterCapacityFault.struct_class = Types::InsufficientStorageClusterCapacityFault
|
2310
2358
|
|
2359
|
+
InvalidCustomDBEngineVersionStateFault.struct_class = Types::InvalidCustomDBEngineVersionStateFault
|
2360
|
+
|
2311
2361
|
InvalidDBClusterCapacityFault.struct_class = Types::InvalidDBClusterCapacityFault
|
2312
2362
|
|
2313
2363
|
InvalidDBClusterEndpointStateFault.struct_class = Types::InvalidDBClusterEndpointStateFault
|
@@ -2385,6 +2435,12 @@ module Aws::RDS
|
|
2385
2435
|
ModifyCurrentDBClusterCapacityMessage.add_member(:timeout_action, Shapes::ShapeRef.new(shape: String, location_name: "TimeoutAction"))
|
2386
2436
|
ModifyCurrentDBClusterCapacityMessage.struct_class = Types::ModifyCurrentDBClusterCapacityMessage
|
2387
2437
|
|
2438
|
+
ModifyCustomDBEngineVersionMessage.add_member(:engine, Shapes::ShapeRef.new(shape: CustomEngineName, required: true, location_name: "Engine"))
|
2439
|
+
ModifyCustomDBEngineVersionMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: CustomEngineVersion, required: true, location_name: "EngineVersion"))
|
2440
|
+
ModifyCustomDBEngineVersionMessage.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2441
|
+
ModifyCustomDBEngineVersionMessage.add_member(:status, Shapes::ShapeRef.new(shape: CustomEngineVersionStatus, location_name: "Status"))
|
2442
|
+
ModifyCustomDBEngineVersionMessage.struct_class = Types::ModifyCustomDBEngineVersionMessage
|
2443
|
+
|
2388
2444
|
ModifyDBClusterEndpointMessage.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterEndpointIdentifier"))
|
2389
2445
|
ModifyDBClusterEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "EndpointType"))
|
2390
2446
|
ModifyDBClusterEndpointMessage.add_member(:static_members, Shapes::ShapeRef.new(shape: StringList, location_name: "StaticMembers"))
|
@@ -2478,6 +2534,8 @@ module Aws::RDS
|
|
2478
2534
|
ModifyDBInstanceMessage.add_member(:replica_mode, Shapes::ShapeRef.new(shape: ReplicaMode, location_name: "ReplicaMode"))
|
2479
2535
|
ModifyDBInstanceMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
2480
2536
|
ModifyDBInstanceMessage.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: AwsBackupRecoveryPointArn, location_name: "AwsBackupRecoveryPointArn"))
|
2537
|
+
ModifyDBInstanceMessage.add_member(:automation_mode, Shapes::ShapeRef.new(shape: AutomationMode, location_name: "AutomationMode"))
|
2538
|
+
ModifyDBInstanceMessage.add_member(:resume_full_automation_mode_minutes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ResumeFullAutomationModeMinutes"))
|
2481
2539
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
2482
2540
|
|
2483
2541
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -2775,6 +2833,8 @@ module Aws::RDS
|
|
2775
2833
|
PendingModifiedValues.add_member(:pending_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: PendingCloudwatchLogsExports, location_name: "PendingCloudwatchLogsExports"))
|
2776
2834
|
PendingModifiedValues.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
|
2777
2835
|
PendingModifiedValues.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IAMDatabaseAuthenticationEnabled"))
|
2836
|
+
PendingModifiedValues.add_member(:automation_mode, Shapes::ShapeRef.new(shape: AutomationMode, location_name: "AutomationMode"))
|
2837
|
+
PendingModifiedValues.add_member(:resume_full_automation_mode_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ResumeFullAutomationModeTime"))
|
2778
2838
|
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
2779
2839
|
|
2780
2840
|
PointInTimeRestoreNotEnabledFault.struct_class = Types::PointInTimeRestoreNotEnabledFault
|
@@ -3059,6 +3119,7 @@ module Aws::RDS
|
|
3059
3119
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
3060
3120
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
3061
3121
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
3122
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:custom_iam_instance_profile, Shapes::ShapeRef.new(shape: String, location_name: "CustomIamInstanceProfile"))
|
3062
3123
|
RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
|
3063
3124
|
|
3064
3125
|
RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3147,6 +3208,7 @@ module Aws::RDS
|
|
3147
3208
|
RestoreDBInstanceToPointInTimeMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
3148
3209
|
RestoreDBInstanceToPointInTimeMessage.add_member(:source_db_instance_automated_backups_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBInstanceAutomatedBackupsArn"))
|
3149
3210
|
RestoreDBInstanceToPointInTimeMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
3211
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:custom_iam_instance_profile, Shapes::ShapeRef.new(shape: String, location_name: "CustomIamInstanceProfile"))
|
3150
3212
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
3151
3213
|
|
3152
3214
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3177,6 +3239,7 @@ module Aws::RDS
|
|
3177
3239
|
ScalingConfiguration.add_member(:auto_pause, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoPause"))
|
3178
3240
|
ScalingConfiguration.add_member(:seconds_until_auto_pause, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SecondsUntilAutoPause"))
|
3179
3241
|
ScalingConfiguration.add_member(:timeout_action, Shapes::ShapeRef.new(shape: String, location_name: "TimeoutAction"))
|
3242
|
+
ScalingConfiguration.add_member(:seconds_before_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SecondsBeforeTimeout"))
|
3180
3243
|
ScalingConfiguration.struct_class = Types::ScalingConfiguration
|
3181
3244
|
|
3182
3245
|
ScalingConfigurationInfo.add_member(:min_capacity, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinCapacity"))
|
@@ -3184,6 +3247,7 @@ module Aws::RDS
|
|
3184
3247
|
ScalingConfigurationInfo.add_member(:auto_pause, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoPause"))
|
3185
3248
|
ScalingConfigurationInfo.add_member(:seconds_until_auto_pause, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SecondsUntilAutoPause"))
|
3186
3249
|
ScalingConfigurationInfo.add_member(:timeout_action, Shapes::ShapeRef.new(shape: String, location_name: "TimeoutAction"))
|
3250
|
+
ScalingConfigurationInfo.add_member(:seconds_before_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SecondsBeforeTimeout"))
|
3187
3251
|
ScalingConfigurationInfo.struct_class = Types::ScalingConfigurationInfo
|
3188
3252
|
|
3189
3253
|
SharedSnapshotQuotaExceededFault.struct_class = Types::SharedSnapshotQuotaExceededFault
|
@@ -3568,6 +3632,17 @@ module Aws::RDS
|
|
3568
3632
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
3569
3633
|
end)
|
3570
3634
|
|
3635
|
+
api.add_operation(:create_custom_db_engine_version, Seahorse::Model::Operation.new.tap do |o|
|
3636
|
+
o.name = "CreateCustomDBEngineVersion"
|
3637
|
+
o.http_method = "POST"
|
3638
|
+
o.http_request_uri = "/"
|
3639
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCustomDBEngineVersionMessage)
|
3640
|
+
o.output = Shapes::ShapeRef.new(shape: DBEngineVersion)
|
3641
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomDBEngineVersionAlreadyExistsFault)
|
3642
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomDBEngineVersionQuotaExceededFault)
|
3643
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
3644
|
+
end)
|
3645
|
+
|
3571
3646
|
api.add_operation(:create_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
3572
3647
|
o.name = "CreateDBCluster"
|
3573
3648
|
o.http_method = "POST"
|
@@ -3802,6 +3877,16 @@ module Aws::RDS
|
|
3802
3877
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
3803
3878
|
end)
|
3804
3879
|
|
3880
|
+
api.add_operation(:delete_custom_db_engine_version, Seahorse::Model::Operation.new.tap do |o|
|
3881
|
+
o.name = "DeleteCustomDBEngineVersion"
|
3882
|
+
o.http_method = "POST"
|
3883
|
+
o.http_request_uri = "/"
|
3884
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCustomDBEngineVersionMessage)
|
3885
|
+
o.output = Shapes::ShapeRef.new(shape: DBEngineVersion)
|
3886
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomDBEngineVersionNotFoundFault)
|
3887
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidCustomDBEngineVersionStateFault)
|
3888
|
+
end)
|
3889
|
+
|
3805
3890
|
api.add_operation(:delete_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
3806
3891
|
o.name = "DeleteDBCluster"
|
3807
3892
|
o.http_method = "POST"
|
@@ -4628,6 +4713,16 @@ module Aws::RDS
|
|
4628
4713
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterCapacityFault)
|
4629
4714
|
end)
|
4630
4715
|
|
4716
|
+
api.add_operation(:modify_custom_db_engine_version, Seahorse::Model::Operation.new.tap do |o|
|
4717
|
+
o.name = "ModifyCustomDBEngineVersion"
|
4718
|
+
o.http_method = "POST"
|
4719
|
+
o.http_request_uri = "/"
|
4720
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyCustomDBEngineVersionMessage)
|
4721
|
+
o.output = Shapes::ShapeRef.new(shape: DBEngineVersion)
|
4722
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomDBEngineVersionNotFoundFault)
|
4723
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidCustomDBEngineVersionStateFault)
|
4724
|
+
end)
|
4725
|
+
|
4631
4726
|
api.add_operation(:modify_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
4632
4727
|
o.name = "ModifyDBCluster"
|
4633
4728
|
o.http_method = "POST"
|
@@ -244,8 +244,7 @@ module Aws::RDS
|
|
244
244
|
# identifier for the encrypted DB cluster.
|
245
245
|
#
|
246
246
|
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
247
|
-
# alias ARN, or alias name for the
|
248
|
-
# master key (CMK).
|
247
|
+
# alias ARN, or alias name for the KMS key.
|
249
248
|
# @return [String]
|
250
249
|
def kms_key_id
|
251
250
|
data[:kms_key_id]
|
@@ -253,8 +252,7 @@ module Aws::RDS
|
|
253
252
|
|
254
253
|
# The Amazon Web Services Region-unique, immutable identifier for the DB
|
255
254
|
# cluster. This identifier is found in Amazon Web Services CloudTrail
|
256
|
-
# log entries whenever the
|
257
|
-
# cluster is accessed.
|
255
|
+
# log entries whenever the KMS key for the DB cluster is accessed.
|
258
256
|
# @return [String]
|
259
257
|
def db_cluster_resource_id
|
260
258
|
data[:db_cluster_resource_id]
|
@@ -417,8 +415,7 @@ module Aws::RDS
|
|
417
415
|
# messages in the database activity stream.
|
418
416
|
#
|
419
417
|
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
420
|
-
# alias ARN, or alias name for the
|
421
|
-
# master key (CMK).
|
418
|
+
# alias ARN, or alias name for the KMS key.
|
422
419
|
# @return [String]
|
423
420
|
def activity_stream_kms_key_id
|
424
421
|
data[:activity_stream_kms_key_id]
|
@@ -661,6 +658,7 @@ module Aws::RDS
|
|
661
658
|
# auto_pause: false,
|
662
659
|
# seconds_until_auto_pause: 1,
|
663
660
|
# timeout_action: "String",
|
661
|
+
# seconds_before_timeout: 1,
|
664
662
|
# },
|
665
663
|
# deletion_protection: false,
|
666
664
|
# global_cluster_identifier: "String",
|
@@ -835,29 +833,29 @@ module Aws::RDS
|
|
835
833
|
# cluster.
|
836
834
|
#
|
837
835
|
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
838
|
-
# alias ARN, or alias name for the
|
839
|
-
#
|
840
|
-
#
|
836
|
+
# alias ARN, or alias name for the KMS key. To use a KMS key in a
|
837
|
+
# different Amazon Web Services account, specify the key ARN or alias
|
838
|
+
# ARN.
|
841
839
|
#
|
842
|
-
# When a
|
840
|
+
# When a KMS key isn't specified in `KmsKeyId`\:
|
843
841
|
#
|
844
842
|
# * If `ReplicationSourceIdentifier` identifies an encrypted source,
|
845
|
-
# then Amazon RDS will use the
|
846
|
-
# Otherwise, Amazon RDS will use your default
|
843
|
+
# then Amazon RDS will use the KMS key used to encrypt the source.
|
844
|
+
# Otherwise, Amazon RDS will use your default KMS key.
|
847
845
|
#
|
848
846
|
# * If the `StorageEncrypted` parameter is enabled and
|
849
847
|
# `ReplicationSourceIdentifier` isn't specified, then Amazon RDS will
|
850
|
-
# use your default
|
848
|
+
# use your default KMS key.
|
851
849
|
#
|
852
|
-
# There is a default
|
853
|
-
# Amazon Web Services account has a different default
|
850
|
+
# There is a default KMS key for your Amazon Web Services account. Your
|
851
|
+
# Amazon Web Services account has a different default KMS key for each
|
854
852
|
# Amazon Web Services Region.
|
855
853
|
#
|
856
854
|
# If you create a read replica of an encrypted DB cluster in another
|
857
|
-
# Amazon Web Services Region, you must set `KmsKeyId` to a
|
858
|
-
#
|
859
|
-
#
|
860
|
-
#
|
855
|
+
# Amazon Web Services Region, you must set `KmsKeyId` to a KMS key
|
856
|
+
# identifier that is valid in the destination Amazon Web Services
|
857
|
+
# Region. This KMS key is used to encrypt the read replica in that
|
858
|
+
# Amazon Web Services Region.
|
861
859
|
# @option options [String] :pre_signed_url
|
862
860
|
# A URL that contains a Signature Version 4 signed request for the
|
863
861
|
# `CreateDBCluster` action to be called in the source Amazon Web
|
@@ -872,12 +870,12 @@ module Aws::RDS
|
|
872
870
|
# The pre-signed URL request must contain the following parameter
|
873
871
|
# values:
|
874
872
|
#
|
875
|
-
# * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
|
876
|
-
# to use to encrypt the copy of the DB cluster in the destination
|
877
|
-
# Amazon Web Services Region. This should refer to the same
|
878
|
-
#
|
879
|
-
#
|
880
|
-
#
|
873
|
+
# * `KmsKeyId` - The Amazon Web Services KMS key identifier for the KMS
|
874
|
+
# key to use to encrypt the copy of the DB cluster in the destination
|
875
|
+
# Amazon Web Services Region. This should refer to the same KMS key
|
876
|
+
# for both the `CreateDBCluster` action that is called in the
|
877
|
+
# destination Amazon Web Services Region, and the action contained in
|
878
|
+
# the pre-signed URL.
|
881
879
|
#
|
882
880
|
# * `DestinationRegion` - The name of the Amazon Web Services Region
|
883
881
|
# that Aurora read replica will be created in.
|
@@ -1198,6 +1196,7 @@ module Aws::RDS
|
|
1198
1196
|
# auto_pause: false,
|
1199
1197
|
# seconds_until_auto_pause: 1,
|
1200
1198
|
# timeout_action: "String",
|
1199
|
+
# seconds_before_timeout: 1,
|
1201
1200
|
# },
|
1202
1201
|
# deletion_protection: false,
|
1203
1202
|
# enable_http_endpoint: false,
|
@@ -1492,6 +1491,7 @@ module Aws::RDS
|
|
1492
1491
|
# auto_pause: false,
|
1493
1492
|
# seconds_until_auto_pause: 1,
|
1494
1493
|
# timeout_action: "String",
|
1494
|
+
# seconds_before_timeout: 1,
|
1495
1495
|
# },
|
1496
1496
|
# engine_mode: "String",
|
1497
1497
|
# })
|
@@ -1577,22 +1577,21 @@ module Aws::RDS
|
|
1577
1577
|
# encrypted DB cluster from an encrypted DB cluster.
|
1578
1578
|
#
|
1579
1579
|
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
1580
|
-
# alias ARN, or alias name for the
|
1581
|
-
#
|
1582
|
-
#
|
1580
|
+
# alias ARN, or alias name for the KMS key. To use a KMS key in a
|
1581
|
+
# different Amazon Web Services account, specify the key ARN or alias
|
1582
|
+
# ARN.
|
1583
1583
|
#
|
1584
1584
|
# You can restore to a new DB cluster and encrypt the new DB cluster
|
1585
|
-
# with a
|
1586
|
-
#
|
1587
|
-
#
|
1588
|
-
# by the `KmsKeyId` parameter.
|
1585
|
+
# with a KMS key that is different from the KMS key used to encrypt the
|
1586
|
+
# source DB cluster. The new DB cluster is encrypted with the KMS key
|
1587
|
+
# identified by the `KmsKeyId` parameter.
|
1589
1588
|
#
|
1590
1589
|
# If you don't specify a value for the `KmsKeyId` parameter, then the
|
1591
1590
|
# following occurs:
|
1592
1591
|
#
|
1593
1592
|
# * If the DB cluster is encrypted, then the restored DB cluster is
|
1594
|
-
# encrypted using the
|
1595
|
-
#
|
1593
|
+
# encrypted using the KMS key that was used to encrypt the source DB
|
1594
|
+
# cluster.
|
1596
1595
|
#
|
1597
1596
|
# * If the DB cluster isn't encrypted, then the restored DB cluster
|
1598
1597
|
# isn't encrypted.
|
@@ -146,8 +146,7 @@ module Aws::RDS
|
|
146
146
|
# identifier for the encrypted DB cluster snapshot.
|
147
147
|
#
|
148
148
|
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
149
|
-
# alias ARN, or alias name for the
|
150
|
-
# master key (CMK).
|
149
|
+
# alias ARN, or alias name for the KMS key.
|
151
150
|
# @return [String]
|
152
151
|
def kms_key_id
|
153
152
|
data[:kms_key_id]
|
@@ -379,15 +378,13 @@ module Aws::RDS
|
|
379
378
|
# @option options [String] :kms_key_id
|
380
379
|
# The Amazon Web Services KMS key identifier for an encrypted DB cluster
|
381
380
|
# snapshot. The Amazon Web Services KMS key identifier is the key ARN,
|
382
|
-
# key ID, alias ARN, or alias name for the Amazon Web Services KMS
|
383
|
-
# customer master key (CMK).
|
381
|
+
# key ID, alias ARN, or alias name for the Amazon Web Services KMS key.
|
384
382
|
#
|
385
383
|
# If you copy an encrypted DB cluster snapshot from your Amazon Web
|
386
384
|
# Services account, you can specify a value for `KmsKeyId` to encrypt
|
387
|
-
# the copy with a new
|
388
|
-
#
|
389
|
-
#
|
390
|
-
# cluster snapshot.
|
385
|
+
# the copy with a new KMS key. If you don't specify a value for
|
386
|
+
# `KmsKeyId`, then the copy of the DB cluster snapshot is encrypted with
|
387
|
+
# the same KMS key as the source DB cluster snapshot.
|
391
388
|
#
|
392
389
|
# If you copy an encrypted DB cluster snapshot that is shared from
|
393
390
|
# another Amazon Web Services account, then you must specify a value for
|
@@ -396,10 +393,10 @@ module Aws::RDS
|
|
396
393
|
# To copy an encrypted DB cluster snapshot to another Amazon Web
|
397
394
|
# Services Region, you must set `KmsKeyId` to the Amazon Web Services
|
398
395
|
# KMS key identifier you want to use to encrypt the copy of the DB
|
399
|
-
# cluster snapshot in the destination Amazon Web Services Region.
|
400
|
-
#
|
401
|
-
#
|
402
|
-
#
|
396
|
+
# cluster snapshot in the destination Amazon Web Services Region. KMS
|
397
|
+
# keys are specific to the Amazon Web Services Region that they are
|
398
|
+
# created in, and you can't use KMS keys from one Amazon Web Services
|
399
|
+
# Region in another Amazon Web Services Region.
|
403
400
|
#
|
404
401
|
# If you copy an unencrypted DB cluster snapshot and specify a value for
|
405
402
|
# the `KmsKeyId` parameter, an error is returned.
|
@@ -418,12 +415,12 @@ module Aws::RDS
|
|
418
415
|
# snapshot to be copied. The pre-signed URL request must contain the
|
419
416
|
# following parameter values:
|
420
417
|
#
|
421
|
-
# * `KmsKeyId` - The Amazon Web Services KMS key identifier for the
|
422
|
-
#
|
423
|
-
#
|
424
|
-
#
|
425
|
-
#
|
426
|
-
# the
|
418
|
+
# * `KmsKeyId` - The Amazon Web Services KMS key identifier for the KMS
|
419
|
+
# key to use to encrypt the copy of the DB cluster snapshot in the
|
420
|
+
# destination Amazon Web Services Region. This is the same identifier
|
421
|
+
# for both the `CopyDBClusterSnapshot` action that is called in the
|
422
|
+
# destination Amazon Web Services Region, and the action contained in
|
423
|
+
# the pre-signed URL.
|
427
424
|
#
|
428
425
|
# * `DestinationRegion` - The name of the Amazon Web Services Region
|
429
426
|
# that the DB cluster snapshot is to be created in.
|
@@ -526,6 +523,7 @@ module Aws::RDS
|
|
526
523
|
# auto_pause: false,
|
527
524
|
# seconds_until_auto_pause: 1,
|
528
525
|
# timeout_action: "String",
|
526
|
+
# seconds_before_timeout: 1,
|
529
527
|
# },
|
530
528
|
# db_cluster_parameter_group_name: "String",
|
531
529
|
# deletion_protection: false,
|
@@ -616,17 +614,16 @@ module Aws::RDS
|
|
616
614
|
# encrypted DB cluster from a DB snapshot or DB cluster snapshot.
|
617
615
|
#
|
618
616
|
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
619
|
-
# alias ARN, or alias name for the
|
620
|
-
#
|
621
|
-
#
|
617
|
+
# alias ARN, or alias name for the KMS key. To use a KMS key in a
|
618
|
+
# different Amazon Web Services account, specify the key ARN or alias
|
619
|
+
# ARN.
|
622
620
|
#
|
623
621
|
# When you don't specify a value for the `KmsKeyId` parameter, then the
|
624
622
|
# following occurs:
|
625
623
|
#
|
626
624
|
# * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier` is
|
627
|
-
# encrypted, then the restored DB cluster is encrypted using the
|
628
|
-
#
|
629
|
-
# or DB cluster snapshot.
|
625
|
+
# encrypted, then the restored DB cluster is encrypted using the KMS
|
626
|
+
# key that was used to encrypt the DB snapshot or DB cluster snapshot.
|
630
627
|
#
|
631
628
|
# * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier`
|
632
629
|
# isn't encrypted, then the restored DB cluster isn't encrypted.
|
@@ -292,6 +292,10 @@ module Aws::RDS
|
|
292
292
|
# If this parameter is enabled and the requested engine supports the
|
293
293
|
# `CharacterSetName` parameter for `CreateDBInstance`, the response
|
294
294
|
# includes a list of supported character sets for each engine version.
|
295
|
+
#
|
296
|
+
# For RDS Custom, the default is not to list supported character sets.
|
297
|
+
# If you set `ListSupportedCharacterSets` to `true`, RDS Custom returns
|
298
|
+
# no results.
|
295
299
|
# @option options [Boolean] :list_supported_timezones
|
296
300
|
# A value that indicates whether to list the supported time zones for
|
297
301
|
# each engine version.
|
@@ -299,6 +303,10 @@ module Aws::RDS
|
|
299
303
|
# If this parameter is enabled and the requested engine supports the
|
300
304
|
# `TimeZone` parameter for `CreateDBInstance`, the response includes a
|
301
305
|
# list of supported time zones for each engine version.
|
306
|
+
#
|
307
|
+
# For RDS Custom, the default is not to list supported time zones. If
|
308
|
+
# you set `ListSupportedTimezones` to `true`, RDS Custom returns no
|
309
|
+
# results.
|
302
310
|
# @option options [Boolean] :include_all
|
303
311
|
# A value that indicates whether to include engine versions that aren't
|
304
312
|
# available in the list. The default is to list only available engine
|
@@ -124,12 +124,24 @@ module Aws::RDS
|
|
124
124
|
data[:supported_engine_modes]
|
125
125
|
end
|
126
126
|
|
127
|
-
# A list of features supported by the DB engine.
|
128
|
-
# include the following.
|
127
|
+
# A list of features supported by the DB engine.
|
129
128
|
#
|
130
|
-
#
|
129
|
+
# The supported features vary by DB engine and DB engine version.
|
131
130
|
#
|
132
|
-
#
|
131
|
+
# To determine the supported features for a specific DB engine and DB
|
132
|
+
# engine version using the CLI, use the following command:
|
133
|
+
#
|
134
|
+
# `aws rds describe-db-engine-versions --engine <engine_name>
|
135
|
+
# --engine-version <engine_version>`
|
136
|
+
#
|
137
|
+
# For example, to determine the supported features for RDS for
|
138
|
+
# PostgreSQL version 13.3 using the CLI, use the following command:
|
139
|
+
#
|
140
|
+
# `aws rds describe-db-engine-versions --engine postgres
|
141
|
+
# --engine-version 13.3`
|
142
|
+
#
|
143
|
+
# The supported features are listed under `SupportedFeatureNames` in the
|
144
|
+
# output.
|
133
145
|
# @return [Array<String>]
|
134
146
|
def supported_feature_names
|
135
147
|
data[:supported_feature_names]
|
@@ -156,6 +168,56 @@ module Aws::RDS
|
|
156
168
|
data[:supports_global_databases]
|
157
169
|
end
|
158
170
|
|
171
|
+
# The major engine version of the CEV.
|
172
|
+
# @return [String]
|
173
|
+
def major_engine_version
|
174
|
+
data[:major_engine_version]
|
175
|
+
end
|
176
|
+
|
177
|
+
# The name of the Amazon S3 bucket that contains your database
|
178
|
+
# installation files.
|
179
|
+
# @return [String]
|
180
|
+
def database_installation_files_s3_bucket_name
|
181
|
+
data[:database_installation_files_s3_bucket_name]
|
182
|
+
end
|
183
|
+
|
184
|
+
# The Amazon S3 directory that contains the database installation files.
|
185
|
+
# If not specified, then no prefix is assumed.
|
186
|
+
# @return [String]
|
187
|
+
def database_installation_files_s3_prefix
|
188
|
+
data[:database_installation_files_s3_prefix]
|
189
|
+
end
|
190
|
+
|
191
|
+
# The ARN of the custom engine version.
|
192
|
+
# @return [String]
|
193
|
+
def db_engine_version_arn
|
194
|
+
data[:db_engine_version_arn]
|
195
|
+
end
|
196
|
+
|
197
|
+
# The Amazon Web Services KMS key identifier for an encrypted CEV. This
|
198
|
+
# parameter is required for RDS Custom, but optional for Amazon RDS.
|
199
|
+
# @return [String]
|
200
|
+
def kms_key_id
|
201
|
+
data[:kms_key_id]
|
202
|
+
end
|
203
|
+
|
204
|
+
# The creation time of the DB engine version.
|
205
|
+
# @return [Time]
|
206
|
+
def create_time
|
207
|
+
data[:create_time]
|
208
|
+
end
|
209
|
+
|
210
|
+
# A list of tags. For more information, see [Tagging Amazon RDS
|
211
|
+
# Resources][1] in the *Amazon RDS User Guide.*
|
212
|
+
#
|
213
|
+
#
|
214
|
+
#
|
215
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
216
|
+
# @return [Array<Types::Tag>]
|
217
|
+
def tag_list
|
218
|
+
data[:tag_list]
|
219
|
+
end
|
220
|
+
|
159
221
|
# @!endgroup
|
160
222
|
|
161
223
|
# @return [Client]
|