aws-sdk-rds 1.159.0 → 1.161.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +457 -6
- data/lib/aws-sdk-rds/client_api.rb +166 -0
- data/lib/aws-sdk-rds/db_cluster.rb +9 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +6 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +16 -0
- data/lib/aws-sdk-rds/db_instance.rb +9 -1
- data/lib/aws-sdk-rds/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-rds/endpoint_provider.rb +101 -101
- data/lib/aws-sdk-rds/endpoints.rb +56 -0
- data/lib/aws-sdk-rds/errors.rb +55 -0
- data/lib/aws-sdk-rds/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-rds/resource.rb +4 -1
- data/lib/aws-sdk-rds/types.rb +615 -9
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
@@ -45,6 +45,18 @@ module Aws::RDS
|
|
45
45
|
AwsBackupRecoveryPointArn = Shapes::StringShape.new(name: 'AwsBackupRecoveryPointArn')
|
46
46
|
BacktrackDBClusterMessage = Shapes::StructureShape.new(name: 'BacktrackDBClusterMessage')
|
47
47
|
BackupPolicyNotFoundFault = Shapes::StructureShape.new(name: 'BackupPolicyNotFoundFault')
|
48
|
+
BlueGreenDeployment = Shapes::StructureShape.new(name: 'BlueGreenDeployment')
|
49
|
+
BlueGreenDeploymentAlreadyExistsFault = Shapes::StructureShape.new(name: 'BlueGreenDeploymentAlreadyExistsFault')
|
50
|
+
BlueGreenDeploymentIdentifier = Shapes::StringShape.new(name: 'BlueGreenDeploymentIdentifier')
|
51
|
+
BlueGreenDeploymentList = Shapes::ListShape.new(name: 'BlueGreenDeploymentList')
|
52
|
+
BlueGreenDeploymentName = Shapes::StringShape.new(name: 'BlueGreenDeploymentName')
|
53
|
+
BlueGreenDeploymentNotFoundFault = Shapes::StructureShape.new(name: 'BlueGreenDeploymentNotFoundFault')
|
54
|
+
BlueGreenDeploymentStatus = Shapes::StringShape.new(name: 'BlueGreenDeploymentStatus')
|
55
|
+
BlueGreenDeploymentStatusDetails = Shapes::StringShape.new(name: 'BlueGreenDeploymentStatusDetails')
|
56
|
+
BlueGreenDeploymentTask = Shapes::StructureShape.new(name: 'BlueGreenDeploymentTask')
|
57
|
+
BlueGreenDeploymentTaskList = Shapes::ListShape.new(name: 'BlueGreenDeploymentTaskList')
|
58
|
+
BlueGreenDeploymentTaskName = Shapes::StringShape.new(name: 'BlueGreenDeploymentTaskName')
|
59
|
+
BlueGreenDeploymentTaskStatus = Shapes::StringShape.new(name: 'BlueGreenDeploymentTaskStatus')
|
48
60
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
49
61
|
BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
|
50
62
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
@@ -68,6 +80,8 @@ module Aws::RDS
|
|
68
80
|
CopyDBSnapshotResult = Shapes::StructureShape.new(name: 'CopyDBSnapshotResult')
|
69
81
|
CopyOptionGroupMessage = Shapes::StructureShape.new(name: 'CopyOptionGroupMessage')
|
70
82
|
CopyOptionGroupResult = Shapes::StructureShape.new(name: 'CopyOptionGroupResult')
|
83
|
+
CreateBlueGreenDeploymentRequest = Shapes::StructureShape.new(name: 'CreateBlueGreenDeploymentRequest')
|
84
|
+
CreateBlueGreenDeploymentResponse = Shapes::StructureShape.new(name: 'CreateBlueGreenDeploymentResponse')
|
71
85
|
CreateCustomDBEngineVersionMessage = Shapes::StructureShape.new(name: 'CreateCustomDBEngineVersionMessage')
|
72
86
|
CreateDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'CreateDBClusterEndpointMessage')
|
73
87
|
CreateDBClusterMessage = Shapes::StructureShape.new(name: 'CreateDBClusterMessage')
|
@@ -228,6 +242,9 @@ module Aws::RDS
|
|
228
242
|
DBSubnetGroups = Shapes::ListShape.new(name: 'DBSubnetGroups')
|
229
243
|
DBSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetQuotaExceededFault')
|
230
244
|
DBUpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'DBUpgradeDependencyFailureFault')
|
245
|
+
DatabaseArn = Shapes::StringShape.new(name: 'DatabaseArn')
|
246
|
+
DeleteBlueGreenDeploymentRequest = Shapes::StructureShape.new(name: 'DeleteBlueGreenDeploymentRequest')
|
247
|
+
DeleteBlueGreenDeploymentResponse = Shapes::StructureShape.new(name: 'DeleteBlueGreenDeploymentResponse')
|
231
248
|
DeleteCustomDBEngineVersionMessage = Shapes::StructureShape.new(name: 'DeleteCustomDBEngineVersionMessage')
|
232
249
|
DeleteDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterEndpointMessage')
|
233
250
|
DeleteDBClusterMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterMessage')
|
@@ -256,6 +273,8 @@ module Aws::RDS
|
|
256
273
|
DeregisterDBProxyTargetsRequest = Shapes::StructureShape.new(name: 'DeregisterDBProxyTargetsRequest')
|
257
274
|
DeregisterDBProxyTargetsResponse = Shapes::StructureShape.new(name: 'DeregisterDBProxyTargetsResponse')
|
258
275
|
DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
|
276
|
+
DescribeBlueGreenDeploymentsRequest = Shapes::StructureShape.new(name: 'DescribeBlueGreenDeploymentsRequest')
|
277
|
+
DescribeBlueGreenDeploymentsResponse = Shapes::StructureShape.new(name: 'DescribeBlueGreenDeploymentsResponse')
|
259
278
|
DescribeCertificatesMessage = Shapes::StructureShape.new(name: 'DescribeCertificatesMessage')
|
260
279
|
DescribeDBClusterBacktracksMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterBacktracksMessage')
|
261
280
|
DescribeDBClusterEndpointsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterEndpointsMessage')
|
@@ -369,6 +388,7 @@ module Aws::RDS
|
|
369
388
|
InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault')
|
370
389
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
371
390
|
IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
|
391
|
+
InvalidBlueGreenDeploymentStateFault = Shapes::StructureShape.new(name: 'InvalidBlueGreenDeploymentStateFault')
|
372
392
|
InvalidCustomDBEngineVersionStateFault = Shapes::StructureShape.new(name: 'InvalidCustomDBEngineVersionStateFault')
|
373
393
|
InvalidDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InvalidDBClusterCapacityFault')
|
374
394
|
InvalidDBClusterEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterEndpointStateFault')
|
@@ -545,6 +565,8 @@ module Aws::RDS
|
|
545
565
|
ServerlessV2ScalingConfigurationInfo = Shapes::StructureShape.new(name: 'ServerlessV2ScalingConfigurationInfo')
|
546
566
|
SharedSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SharedSnapshotQuotaExceededFault')
|
547
567
|
SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault')
|
568
|
+
SourceClusterNotSupportedFault = Shapes::StructureShape.new(name: 'SourceClusterNotSupportedFault')
|
569
|
+
SourceDatabaseNotSupportedFault = Shapes::StructureShape.new(name: 'SourceDatabaseNotSupportedFault')
|
548
570
|
SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
|
549
571
|
SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault')
|
550
572
|
SourceRegion = Shapes::StructureShape.new(name: 'SourceRegion')
|
@@ -582,12 +604,21 @@ module Aws::RDS
|
|
582
604
|
SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault')
|
583
605
|
SupportedCharacterSetsList = Shapes::ListShape.new(name: 'SupportedCharacterSetsList')
|
584
606
|
SupportedTimezonesList = Shapes::ListShape.new(name: 'SupportedTimezonesList')
|
607
|
+
SwitchoverBlueGreenDeploymentRequest = Shapes::StructureShape.new(name: 'SwitchoverBlueGreenDeploymentRequest')
|
608
|
+
SwitchoverBlueGreenDeploymentResponse = Shapes::StructureShape.new(name: 'SwitchoverBlueGreenDeploymentResponse')
|
609
|
+
SwitchoverDetail = Shapes::StructureShape.new(name: 'SwitchoverDetail')
|
610
|
+
SwitchoverDetailList = Shapes::ListShape.new(name: 'SwitchoverDetailList')
|
611
|
+
SwitchoverDetailStatus = Shapes::StringShape.new(name: 'SwitchoverDetailStatus')
|
585
612
|
SwitchoverReadReplicaMessage = Shapes::StructureShape.new(name: 'SwitchoverReadReplicaMessage')
|
586
613
|
SwitchoverReadReplicaResult = Shapes::StructureShape.new(name: 'SwitchoverReadReplicaResult')
|
614
|
+
SwitchoverTimeout = Shapes::IntegerShape.new(name: 'SwitchoverTimeout')
|
587
615
|
TStamp = Shapes::TimestampShape.new(name: 'TStamp')
|
588
616
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
589
617
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
590
618
|
TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
|
619
|
+
TargetDBClusterParameterGroupName = Shapes::StringShape.new(name: 'TargetDBClusterParameterGroupName')
|
620
|
+
TargetDBParameterGroupName = Shapes::StringShape.new(name: 'TargetDBParameterGroupName')
|
621
|
+
TargetEngineVersion = Shapes::StringShape.new(name: 'TargetEngineVersion')
|
591
622
|
TargetGroupList = Shapes::ListShape.new(name: 'TargetGroupList')
|
592
623
|
TargetHealth = Shapes::StructureShape.new(name: 'TargetHealth')
|
593
624
|
TargetHealthReason = Shapes::StringShape.new(name: 'TargetHealthReason')
|
@@ -691,6 +722,31 @@ module Aws::RDS
|
|
691
722
|
|
692
723
|
BackupPolicyNotFoundFault.struct_class = Types::BackupPolicyNotFoundFault
|
693
724
|
|
725
|
+
BlueGreenDeployment.add_member(:blue_green_deployment_identifier, Shapes::ShapeRef.new(shape: BlueGreenDeploymentIdentifier, location_name: "BlueGreenDeploymentIdentifier"))
|
726
|
+
BlueGreenDeployment.add_member(:blue_green_deployment_name, Shapes::ShapeRef.new(shape: BlueGreenDeploymentName, location_name: "BlueGreenDeploymentName"))
|
727
|
+
BlueGreenDeployment.add_member(:source, Shapes::ShapeRef.new(shape: DatabaseArn, location_name: "Source"))
|
728
|
+
BlueGreenDeployment.add_member(:target, Shapes::ShapeRef.new(shape: DatabaseArn, location_name: "Target"))
|
729
|
+
BlueGreenDeployment.add_member(:switchover_details, Shapes::ShapeRef.new(shape: SwitchoverDetailList, location_name: "SwitchoverDetails"))
|
730
|
+
BlueGreenDeployment.add_member(:tasks, Shapes::ShapeRef.new(shape: BlueGreenDeploymentTaskList, location_name: "Tasks"))
|
731
|
+
BlueGreenDeployment.add_member(:status, Shapes::ShapeRef.new(shape: BlueGreenDeploymentStatus, location_name: "Status"))
|
732
|
+
BlueGreenDeployment.add_member(:status_details, Shapes::ShapeRef.new(shape: BlueGreenDeploymentStatusDetails, location_name: "StatusDetails"))
|
733
|
+
BlueGreenDeployment.add_member(:create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreateTime"))
|
734
|
+
BlueGreenDeployment.add_member(:delete_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "DeleteTime"))
|
735
|
+
BlueGreenDeployment.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
736
|
+
BlueGreenDeployment.struct_class = Types::BlueGreenDeployment
|
737
|
+
|
738
|
+
BlueGreenDeploymentAlreadyExistsFault.struct_class = Types::BlueGreenDeploymentAlreadyExistsFault
|
739
|
+
|
740
|
+
BlueGreenDeploymentList.member = Shapes::ShapeRef.new(shape: BlueGreenDeployment)
|
741
|
+
|
742
|
+
BlueGreenDeploymentNotFoundFault.struct_class = Types::BlueGreenDeploymentNotFoundFault
|
743
|
+
|
744
|
+
BlueGreenDeploymentTask.add_member(:name, Shapes::ShapeRef.new(shape: BlueGreenDeploymentTaskName, location_name: "Name"))
|
745
|
+
BlueGreenDeploymentTask.add_member(:status, Shapes::ShapeRef.new(shape: BlueGreenDeploymentTaskStatus, location_name: "Status"))
|
746
|
+
BlueGreenDeploymentTask.struct_class = Types::BlueGreenDeploymentTask
|
747
|
+
|
748
|
+
BlueGreenDeploymentTaskList.member = Shapes::ShapeRef.new(shape: BlueGreenDeploymentTask)
|
749
|
+
|
694
750
|
CancelExportTaskMessage.add_member(:export_task_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ExportTaskIdentifier"))
|
695
751
|
CancelExportTaskMessage.struct_class = Types::CancelExportTaskMessage
|
696
752
|
|
@@ -725,6 +781,9 @@ module Aws::RDS
|
|
725
781
|
ClusterPendingModifiedValues.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
726
782
|
ClusterPendingModifiedValues.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IAMDatabaseAuthenticationEnabled"))
|
727
783
|
ClusterPendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
784
|
+
ClusterPendingModifiedValues.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
785
|
+
ClusterPendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
786
|
+
ClusterPendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
728
787
|
ClusterPendingModifiedValues.struct_class = Types::ClusterPendingModifiedValues
|
729
788
|
|
730
789
|
ConnectionPoolConfiguration.add_member(:max_connections_percent, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxConnectionsPercent"))
|
@@ -794,6 +853,17 @@ module Aws::RDS
|
|
794
853
|
CopyOptionGroupResult.add_member(:option_group, Shapes::ShapeRef.new(shape: OptionGroup, location_name: "OptionGroup"))
|
795
854
|
CopyOptionGroupResult.struct_class = Types::CopyOptionGroupResult
|
796
855
|
|
856
|
+
CreateBlueGreenDeploymentRequest.add_member(:blue_green_deployment_name, Shapes::ShapeRef.new(shape: BlueGreenDeploymentName, required: true, location_name: "BlueGreenDeploymentName"))
|
857
|
+
CreateBlueGreenDeploymentRequest.add_member(:source, Shapes::ShapeRef.new(shape: DatabaseArn, required: true, location_name: "Source"))
|
858
|
+
CreateBlueGreenDeploymentRequest.add_member(:target_engine_version, Shapes::ShapeRef.new(shape: TargetEngineVersion, location_name: "TargetEngineVersion"))
|
859
|
+
CreateBlueGreenDeploymentRequest.add_member(:target_db_parameter_group_name, Shapes::ShapeRef.new(shape: TargetDBParameterGroupName, location_name: "TargetDBParameterGroupName"))
|
860
|
+
CreateBlueGreenDeploymentRequest.add_member(:target_db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: TargetDBClusterParameterGroupName, location_name: "TargetDBClusterParameterGroupName"))
|
861
|
+
CreateBlueGreenDeploymentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
862
|
+
CreateBlueGreenDeploymentRequest.struct_class = Types::CreateBlueGreenDeploymentRequest
|
863
|
+
|
864
|
+
CreateBlueGreenDeploymentResponse.add_member(:blue_green_deployment, Shapes::ShapeRef.new(shape: BlueGreenDeployment, location_name: "BlueGreenDeployment"))
|
865
|
+
CreateBlueGreenDeploymentResponse.struct_class = Types::CreateBlueGreenDeploymentResponse
|
866
|
+
|
797
867
|
CreateCustomDBEngineVersionMessage.add_member(:engine, Shapes::ShapeRef.new(shape: CustomEngineName, required: true, location_name: "Engine"))
|
798
868
|
CreateCustomDBEngineVersionMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: CustomEngineVersion, required: true, location_name: "EngineVersion"))
|
799
869
|
CreateCustomDBEngineVersionMessage.add_member(:database_installation_files_s3_bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "DatabaseInstallationFilesS3BucketName"))
|
@@ -858,6 +928,7 @@ module Aws::RDS
|
|
858
928
|
CreateDBClusterMessage.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
|
859
929
|
CreateDBClusterMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
|
860
930
|
CreateDBClusterMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
931
|
+
CreateDBClusterMessage.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
861
932
|
CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
862
933
|
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
863
934
|
|
@@ -1150,6 +1221,7 @@ module Aws::RDS
|
|
1150
1221
|
DBCluster.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
|
1151
1222
|
DBCluster.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfigurationInfo, location_name: "ServerlessV2ScalingConfiguration"))
|
1152
1223
|
DBCluster.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
1224
|
+
DBCluster.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
1153
1225
|
DBCluster.struct_class = Types::DBCluster
|
1154
1226
|
|
1155
1227
|
DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
|
@@ -1281,6 +1353,7 @@ module Aws::RDS
|
|
1281
1353
|
DBClusterSnapshot.add_member(:source_db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterSnapshotArn"))
|
1282
1354
|
DBClusterSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
1283
1355
|
DBClusterSnapshot.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1356
|
+
DBClusterSnapshot.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
1284
1357
|
DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
|
1285
1358
|
|
1286
1359
|
DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
|
@@ -1329,6 +1402,7 @@ module Aws::RDS
|
|
1329
1402
|
DBEngineVersion.add_member(:create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreateTime"))
|
1330
1403
|
DBEngineVersion.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1331
1404
|
DBEngineVersion.add_member(:supports_babelfish, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsBabelfish"))
|
1405
|
+
DBEngineVersion.add_member(:custom_db_engine_version_manifest, Shapes::ShapeRef.new(shape: CustomDBEngineVersionManifest, location_name: "CustomDBEngineVersionManifest"))
|
1332
1406
|
DBEngineVersion.struct_class = Types::DBEngineVersion
|
1333
1407
|
|
1334
1408
|
DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
|
@@ -1414,6 +1488,7 @@ module Aws::RDS
|
|
1414
1488
|
DBInstance.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
1415
1489
|
DBInstance.add_member(:activity_stream_policy_status, Shapes::ShapeRef.new(shape: ActivityStreamPolicyStatus, location_name: "ActivityStreamPolicyStatus"))
|
1416
1490
|
DBInstance.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1491
|
+
DBInstance.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
1417
1492
|
DBInstance.struct_class = Types::DBInstance
|
1418
1493
|
|
1419
1494
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -1712,6 +1787,13 @@ module Aws::RDS
|
|
1712
1787
|
|
1713
1788
|
DBUpgradeDependencyFailureFault.struct_class = Types::DBUpgradeDependencyFailureFault
|
1714
1789
|
|
1790
|
+
DeleteBlueGreenDeploymentRequest.add_member(:blue_green_deployment_identifier, Shapes::ShapeRef.new(shape: BlueGreenDeploymentIdentifier, required: true, location_name: "BlueGreenDeploymentIdentifier"))
|
1791
|
+
DeleteBlueGreenDeploymentRequest.add_member(:delete_target, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeleteTarget"))
|
1792
|
+
DeleteBlueGreenDeploymentRequest.struct_class = Types::DeleteBlueGreenDeploymentRequest
|
1793
|
+
|
1794
|
+
DeleteBlueGreenDeploymentResponse.add_member(:blue_green_deployment, Shapes::ShapeRef.new(shape: BlueGreenDeployment, location_name: "BlueGreenDeployment"))
|
1795
|
+
DeleteBlueGreenDeploymentResponse.struct_class = Types::DeleteBlueGreenDeploymentResponse
|
1796
|
+
|
1715
1797
|
DeleteCustomDBEngineVersionMessage.add_member(:engine, Shapes::ShapeRef.new(shape: CustomEngineName, required: true, location_name: "Engine"))
|
1716
1798
|
DeleteCustomDBEngineVersionMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: CustomEngineVersion, required: true, location_name: "EngineVersion"))
|
1717
1799
|
DeleteCustomDBEngineVersionMessage.struct_class = Types::DeleteCustomDBEngineVersionMessage
|
@@ -1804,6 +1886,16 @@ module Aws::RDS
|
|
1804
1886
|
|
1805
1887
|
DescribeAccountAttributesMessage.struct_class = Types::DescribeAccountAttributesMessage
|
1806
1888
|
|
1889
|
+
DescribeBlueGreenDeploymentsRequest.add_member(:blue_green_deployment_identifier, Shapes::ShapeRef.new(shape: BlueGreenDeploymentIdentifier, location_name: "BlueGreenDeploymentIdentifier"))
|
1890
|
+
DescribeBlueGreenDeploymentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1891
|
+
DescribeBlueGreenDeploymentsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1892
|
+
DescribeBlueGreenDeploymentsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
|
1893
|
+
DescribeBlueGreenDeploymentsRequest.struct_class = Types::DescribeBlueGreenDeploymentsRequest
|
1894
|
+
|
1895
|
+
DescribeBlueGreenDeploymentsResponse.add_member(:blue_green_deployments, Shapes::ShapeRef.new(shape: BlueGreenDeploymentList, location_name: "BlueGreenDeployments"))
|
1896
|
+
DescribeBlueGreenDeploymentsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1897
|
+
DescribeBlueGreenDeploymentsResponse.struct_class = Types::DescribeBlueGreenDeploymentsResponse
|
1898
|
+
|
1807
1899
|
DescribeCertificatesMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
|
1808
1900
|
DescribeCertificatesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1809
1901
|
DescribeCertificatesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -2314,6 +2406,8 @@ module Aws::RDS
|
|
2314
2406
|
|
2315
2407
|
InsufficientStorageClusterCapacityFault.struct_class = Types::InsufficientStorageClusterCapacityFault
|
2316
2408
|
|
2409
|
+
InvalidBlueGreenDeploymentStateFault.struct_class = Types::InvalidBlueGreenDeploymentStateFault
|
2410
|
+
|
2317
2411
|
InvalidCustomDBEngineVersionStateFault.struct_class = Types::InvalidCustomDBEngineVersionStateFault
|
2318
2412
|
|
2319
2413
|
InvalidDBClusterCapacityFault.struct_class = Types::InvalidDBClusterCapacityFault
|
@@ -3285,6 +3379,10 @@ module Aws::RDS
|
|
3285
3379
|
|
3286
3380
|
SnapshotQuotaExceededFault.struct_class = Types::SnapshotQuotaExceededFault
|
3287
3381
|
|
3382
|
+
SourceClusterNotSupportedFault.struct_class = Types::SourceClusterNotSupportedFault
|
3383
|
+
|
3384
|
+
SourceDatabaseNotSupportedFault.struct_class = Types::SourceDatabaseNotSupportedFault
|
3385
|
+
|
3288
3386
|
SourceIdsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SourceId")
|
3289
3387
|
|
3290
3388
|
SourceNotFoundFault.struct_class = Types::SourceNotFoundFault
|
@@ -3403,6 +3501,20 @@ module Aws::RDS
|
|
3403
3501
|
|
3404
3502
|
SupportedTimezonesList.member = Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone")
|
3405
3503
|
|
3504
|
+
SwitchoverBlueGreenDeploymentRequest.add_member(:blue_green_deployment_identifier, Shapes::ShapeRef.new(shape: BlueGreenDeploymentIdentifier, required: true, location_name: "BlueGreenDeploymentIdentifier"))
|
3505
|
+
SwitchoverBlueGreenDeploymentRequest.add_member(:switchover_timeout, Shapes::ShapeRef.new(shape: SwitchoverTimeout, location_name: "SwitchoverTimeout"))
|
3506
|
+
SwitchoverBlueGreenDeploymentRequest.struct_class = Types::SwitchoverBlueGreenDeploymentRequest
|
3507
|
+
|
3508
|
+
SwitchoverBlueGreenDeploymentResponse.add_member(:blue_green_deployment, Shapes::ShapeRef.new(shape: BlueGreenDeployment, location_name: "BlueGreenDeployment"))
|
3509
|
+
SwitchoverBlueGreenDeploymentResponse.struct_class = Types::SwitchoverBlueGreenDeploymentResponse
|
3510
|
+
|
3511
|
+
SwitchoverDetail.add_member(:source_member, Shapes::ShapeRef.new(shape: DatabaseArn, location_name: "SourceMember"))
|
3512
|
+
SwitchoverDetail.add_member(:target_member, Shapes::ShapeRef.new(shape: DatabaseArn, location_name: "TargetMember"))
|
3513
|
+
SwitchoverDetail.add_member(:status, Shapes::ShapeRef.new(shape: SwitchoverDetailStatus, location_name: "Status"))
|
3514
|
+
SwitchoverDetail.struct_class = Types::SwitchoverDetail
|
3515
|
+
|
3516
|
+
SwitchoverDetailList.member = Shapes::ShapeRef.new(shape: SwitchoverDetail)
|
3517
|
+
|
3406
3518
|
SwitchoverReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
3407
3519
|
SwitchoverReadReplicaMessage.struct_class = Types::SwitchoverReadReplicaMessage
|
3408
3520
|
|
@@ -3653,6 +3765,25 @@ module Aws::RDS
|
|
3653
3765
|
o.errors << Shapes::ShapeRef.new(shape: OptionGroupQuotaExceededFault)
|
3654
3766
|
end)
|
3655
3767
|
|
3768
|
+
api.add_operation(:create_blue_green_deployment, Seahorse::Model::Operation.new.tap do |o|
|
3769
|
+
o.name = "CreateBlueGreenDeployment"
|
3770
|
+
o.http_method = "POST"
|
3771
|
+
o.http_request_uri = "/"
|
3772
|
+
o.input = Shapes::ShapeRef.new(shape: CreateBlueGreenDeploymentRequest)
|
3773
|
+
o.output = Shapes::ShapeRef.new(shape: CreateBlueGreenDeploymentResponse)
|
3774
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
3775
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
3776
|
+
o.errors << Shapes::ShapeRef.new(shape: SourceDatabaseNotSupportedFault)
|
3777
|
+
o.errors << Shapes::ShapeRef.new(shape: SourceClusterNotSupportedFault)
|
3778
|
+
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentAlreadyExistsFault)
|
3779
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
3780
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
3781
|
+
o.errors << Shapes::ShapeRef.new(shape: InstanceQuotaExceededFault)
|
3782
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
|
3783
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
3784
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
3785
|
+
end)
|
3786
|
+
|
3656
3787
|
api.add_operation(:create_custom_db_engine_version, Seahorse::Model::Operation.new.tap do |o|
|
3657
3788
|
o.name = "CreateCustomDBEngineVersion"
|
3658
3789
|
o.http_method = "POST"
|
@@ -3890,6 +4021,16 @@ module Aws::RDS
|
|
3890
4021
|
o.errors << Shapes::ShapeRef.new(shape: OptionGroupQuotaExceededFault)
|
3891
4022
|
end)
|
3892
4023
|
|
4024
|
+
api.add_operation(:delete_blue_green_deployment, Seahorse::Model::Operation.new.tap do |o|
|
4025
|
+
o.name = "DeleteBlueGreenDeployment"
|
4026
|
+
o.http_method = "POST"
|
4027
|
+
o.http_request_uri = "/"
|
4028
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteBlueGreenDeploymentRequest)
|
4029
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteBlueGreenDeploymentResponse)
|
4030
|
+
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
|
4031
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidBlueGreenDeploymentStateFault)
|
4032
|
+
end)
|
4033
|
+
|
3893
4034
|
api.add_operation(:delete_custom_db_engine_version, Seahorse::Model::Operation.new.tap do |o|
|
3894
4035
|
o.name = "DeleteCustomDBEngineVersion"
|
3895
4036
|
o.http_method = "POST"
|
@@ -4079,6 +4220,21 @@ module Aws::RDS
|
|
4079
4220
|
o.output = Shapes::ShapeRef.new(shape: AccountAttributesMessage)
|
4080
4221
|
end)
|
4081
4222
|
|
4223
|
+
api.add_operation(:describe_blue_green_deployments, Seahorse::Model::Operation.new.tap do |o|
|
4224
|
+
o.name = "DescribeBlueGreenDeployments"
|
4225
|
+
o.http_method = "POST"
|
4226
|
+
o.http_request_uri = "/"
|
4227
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeBlueGreenDeploymentsRequest)
|
4228
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeBlueGreenDeploymentsResponse)
|
4229
|
+
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
|
4230
|
+
o[:pager] = Aws::Pager.new(
|
4231
|
+
limit_key: "max_records",
|
4232
|
+
tokens: {
|
4233
|
+
"marker" => "marker"
|
4234
|
+
}
|
4235
|
+
)
|
4236
|
+
end)
|
4237
|
+
|
4082
4238
|
api.add_operation(:describe_certificates, Seahorse::Model::Operation.new.tap do |o|
|
4083
4239
|
o.name = "DescribeCertificates"
|
4084
4240
|
o.http_method = "POST"
|
@@ -5333,6 +5489,16 @@ module Aws::RDS
|
|
5333
5489
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
5334
5490
|
end)
|
5335
5491
|
|
5492
|
+
api.add_operation(:switchover_blue_green_deployment, Seahorse::Model::Operation.new.tap do |o|
|
5493
|
+
o.name = "SwitchoverBlueGreenDeployment"
|
5494
|
+
o.http_method = "POST"
|
5495
|
+
o.http_request_uri = "/"
|
5496
|
+
o.input = Shapes::ShapeRef.new(shape: SwitchoverBlueGreenDeploymentRequest)
|
5497
|
+
o.output = Shapes::ShapeRef.new(shape: SwitchoverBlueGreenDeploymentResponse)
|
5498
|
+
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
|
5499
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidBlueGreenDeploymentStateFault)
|
5500
|
+
end)
|
5501
|
+
|
5336
5502
|
api.add_operation(:switchover_read_replica, Seahorse::Model::Operation.new.tap do |o|
|
5337
5503
|
o.name = "SwitchoverReadReplica"
|
5338
5504
|
o.http_method = "POST"
|
@@ -643,6 +643,12 @@ module Aws::RDS
|
|
643
643
|
data[:network_type]
|
644
644
|
end
|
645
645
|
|
646
|
+
# Reserved for future use.
|
647
|
+
# @return [String]
|
648
|
+
def db_system_id
|
649
|
+
data[:db_system_id]
|
650
|
+
end
|
651
|
+
|
646
652
|
# @!endgroup
|
647
653
|
|
648
654
|
# @return [Client]
|
@@ -840,6 +846,7 @@ module Aws::RDS
|
|
840
846
|
# max_capacity: 1.0,
|
841
847
|
# },
|
842
848
|
# network_type: "String",
|
849
|
+
# db_system_id: "String",
|
843
850
|
# source_region: "String",
|
844
851
|
# })
|
845
852
|
# @param [Hash] options ({})
|
@@ -1549,6 +1556,8 @@ module Aws::RDS
|
|
1549
1556
|
#
|
1550
1557
|
#
|
1551
1558
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
1559
|
+
# @option options [String] :db_system_id
|
1560
|
+
# Reserved for future use.
|
1552
1561
|
# @option options [String] :source_region
|
1553
1562
|
# The source region of the snapshot. This is only needed when the
|
1554
1563
|
# shapshot is encrypted and in a different region.
|
@@ -225,6 +225,22 @@ module Aws::RDS
|
|
225
225
|
data[:supports_babelfish]
|
226
226
|
end
|
227
227
|
|
228
|
+
# JSON string that lists the installation files and parameters that RDS
|
229
|
+
# Custom uses to create a custom engine version (CEV). RDS Custom
|
230
|
+
# applies the patches in the order in which they're listed in the
|
231
|
+
# manifest. You can set the Oracle home, Oracle base, and UNIX/Linux
|
232
|
+
# user and group using the installation parameters. For more
|
233
|
+
# information, see [JSON fields in the CEV manifest][1] in the *Amazon
|
234
|
+
# RDS User Guide*.
|
235
|
+
#
|
236
|
+
#
|
237
|
+
#
|
238
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields
|
239
|
+
# @return [String]
|
240
|
+
def custom_db_engine_version_manifest
|
241
|
+
data[:custom_db_engine_version_manifest]
|
242
|
+
end
|
243
|
+
|
228
244
|
# @!endgroup
|
229
245
|
|
230
246
|
# @return [Client]
|
@@ -733,6 +733,14 @@ module Aws::RDS
|
|
733
733
|
data[:storage_throughput]
|
734
734
|
end
|
735
735
|
|
736
|
+
# The Oracle system ID (Oracle SID) for a container database (CDB). The
|
737
|
+
# Oracle SID is also the name of the CDB. This setting is valid for RDS
|
738
|
+
# Custom only.
|
739
|
+
# @return [String]
|
740
|
+
def db_system_id
|
741
|
+
data[:db_system_id]
|
742
|
+
end
|
743
|
+
|
736
744
|
# @!endgroup
|
737
745
|
|
738
746
|
# @return [Client]
|
@@ -1454,7 +1462,7 @@ module Aws::RDS
|
|
1454
1462
|
#
|
1455
1463
|
# A custom engine version (CEV) that you have previously created. This
|
1456
1464
|
# setting is required for RDS Custom for Oracle. The CEV name has the
|
1457
|
-
# following format:
|
1465
|
+
# following format: 19.*customized\_string*. A valid CEV name is
|
1458
1466
|
# `19.my_cev1`. For more information, see [ Creating an RDS Custom for
|
1459
1467
|
# Oracle DB instance][1] in the *Amazon RDS User Guide*.
|
1460
1468
|
#
|
@@ -50,6 +50,9 @@ module Aws::RDS
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|