aws-sdk-rds 1.303.0 → 1.305.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +178 -176
- data/lib/aws-sdk-rds/client_api.rb +378 -372
- data/lib/aws-sdk-rds/db_engine_version.rb +16 -16
- data/lib/aws-sdk-rds/db_instance.rb +64 -64
- data/lib/aws-sdk-rds/db_parameter_group_family.rb +10 -24
- data/lib/aws-sdk-rds/db_snapshot.rb +24 -24
- data/lib/aws-sdk-rds/resource.rb +16 -16
- data/lib/aws-sdk-rds/types.rb +111 -95
- data/lib/aws-sdk-rds/waiters.rb +108 -108
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +73 -73
- data/sig/db_engine_version.rbs +6 -6
- data/sig/db_instance.rbs +44 -44
- data/sig/db_parameter_group_family.rbs +1 -3
- data/sig/db_snapshot.rbs +14 -14
- data/sig/resource.rbs +11 -11
- data/sig/types.rbs +13 -13
- metadata +3 -3
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -1975,7 +1975,6 @@ module Aws::RDS
|
|
|
1975
1975
|
# resp.db_snapshot.db_system_id #=> String
|
|
1976
1976
|
# resp.db_snapshot.multi_tenant #=> Boolean
|
|
1977
1977
|
# resp.db_snapshot.dedicated_log_volume #=> Boolean
|
|
1978
|
-
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
1979
1978
|
# resp.db_snapshot.additional_storage_volumes #=> Array
|
|
1980
1979
|
# resp.db_snapshot.additional_storage_volumes[0].volume_name #=> String
|
|
1981
1980
|
# resp.db_snapshot.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
@@ -1983,6 +1982,7 @@ module Aws::RDS
|
|
|
1983
1982
|
# resp.db_snapshot.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
1984
1983
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
1985
1984
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
1985
|
+
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
1986
1986
|
#
|
|
1987
1987
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot AWS API Documentation
|
|
1988
1988
|
#
|
|
@@ -2265,7 +2265,7 @@ module Aws::RDS
|
|
|
2265
2265
|
# blue_green_deployment: {
|
|
2266
2266
|
# blue_green_deployment_identifier: "bgd-v53303651eexfake",
|
|
2267
2267
|
# blue_green_deployment_name: "bgd-cli-test-instance",
|
|
2268
|
-
# create_time: Time.parse("2022-02-25T21:18:51.
|
|
2268
|
+
# create_time: Time.parse("2022-02-25T21:18:51.183Z"),
|
|
2269
2269
|
# source: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
2270
2270
|
# status: "PROVISIONING",
|
|
2271
2271
|
# switchover_details: [
|
|
@@ -2320,7 +2320,7 @@ module Aws::RDS
|
|
|
2320
2320
|
# blue_green_deployment: {
|
|
2321
2321
|
# blue_green_deployment_identifier: "bgd-wi89nwzglccsfake",
|
|
2322
2322
|
# blue_green_deployment_name: "my-blue-green-deployment",
|
|
2323
|
-
# create_time: Time.parse("2022-02-25T21:12:00.
|
|
2323
|
+
# create_time: Time.parse("2022-02-25T21:12:00.288Z"),
|
|
2324
2324
|
# source: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
2325
2325
|
# status: "PROVISIONING",
|
|
2326
2326
|
# switchover_details: [
|
|
@@ -2472,6 +2472,10 @@ module Aws::RDS
|
|
|
2472
2472
|
# for your CEV. For example, a valid bucket name is `123456789012/cev1`.
|
|
2473
2473
|
# If this setting isn't specified, no prefix is assumed.
|
|
2474
2474
|
#
|
|
2475
|
+
# @option params [Array<String>] :database_installation_files
|
|
2476
|
+
# The database installation files (ISO and EXE) uploaded to Amazon S3
|
|
2477
|
+
# for your database engine version to import to Amazon RDS.
|
|
2478
|
+
#
|
|
2475
2479
|
# @option params [String] :image_id
|
|
2476
2480
|
# The ID of the Amazon Machine Image (AMI). For RDS Custom for SQL
|
|
2477
2481
|
# Server, an AMI ID is required to create a CEV. For RDS Custom for
|
|
@@ -2566,10 +2570,6 @@ module Aws::RDS
|
|
|
2566
2570
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
|
2567
2571
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
|
|
2568
2572
|
#
|
|
2569
|
-
# @option params [Array<String>] :database_installation_files
|
|
2570
|
-
# The database installation files (ISO and EXE) uploaded to Amazon S3
|
|
2571
|
-
# for your database engine version to import to Amazon RDS.
|
|
2572
|
-
#
|
|
2573
2573
|
# @return [Types::DBEngineVersion] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2574
2574
|
#
|
|
2575
2575
|
# * {Types::DBEngineVersion#engine #engine} => String
|
|
@@ -2577,12 +2577,14 @@ module Aws::RDS
|
|
|
2577
2577
|
# * {Types::DBEngineVersion#engine_version #engine_version} => String
|
|
2578
2578
|
# * {Types::DBEngineVersion#database_installation_files_s3_bucket_name #database_installation_files_s3_bucket_name} => String
|
|
2579
2579
|
# * {Types::DBEngineVersion#database_installation_files_s3_prefix #database_installation_files_s3_prefix} => String
|
|
2580
|
+
# * {Types::DBEngineVersion#database_installation_files #database_installation_files} => Array<String>
|
|
2580
2581
|
# * {Types::DBEngineVersion#custom_db_engine_version_manifest #custom_db_engine_version_manifest} => String
|
|
2581
2582
|
# * {Types::DBEngineVersion#db_parameter_group_family #db_parameter_group_family} => String
|
|
2582
2583
|
# * {Types::DBEngineVersion#db_engine_description #db_engine_description} => String
|
|
2583
2584
|
# * {Types::DBEngineVersion#db_engine_version_arn #db_engine_version_arn} => String
|
|
2584
2585
|
# * {Types::DBEngineVersion#db_engine_version_description #db_engine_version_description} => String
|
|
2585
2586
|
# * {Types::DBEngineVersion#default_character_set #default_character_set} => Types::CharacterSet
|
|
2587
|
+
# * {Types::DBEngineVersion#failure_reason #failure_reason} => String
|
|
2586
2588
|
# * {Types::DBEngineVersion#image #image} => Types::CustomDBEngineVersionAMI
|
|
2587
2589
|
# * {Types::DBEngineVersion#db_engine_media_type #db_engine_media_type} => String
|
|
2588
2590
|
# * {Types::DBEngineVersion#kms_key_id #kms_key_id} => String
|
|
@@ -2607,8 +2609,6 @@ module Aws::RDS
|
|
|
2607
2609
|
# * {Types::DBEngineVersion#supports_local_write_forwarding #supports_local_write_forwarding} => Boolean
|
|
2608
2610
|
# * {Types::DBEngineVersion#supports_integrations #supports_integrations} => Boolean
|
|
2609
2611
|
# * {Types::DBEngineVersion#serverless_v2_features_support #serverless_v2_features_support} => Types::ServerlessV2FeaturesSupport
|
|
2610
|
-
# * {Types::DBEngineVersion#database_installation_files #database_installation_files} => Array<String>
|
|
2611
|
-
# * {Types::DBEngineVersion#failure_reason #failure_reason} => String
|
|
2612
2612
|
#
|
|
2613
2613
|
# @example Request syntax with placeholder values
|
|
2614
2614
|
#
|
|
@@ -2617,6 +2617,7 @@ module Aws::RDS
|
|
|
2617
2617
|
# engine_version: "CustomEngineVersion", # required
|
|
2618
2618
|
# database_installation_files_s3_bucket_name: "BucketName",
|
|
2619
2619
|
# database_installation_files_s3_prefix: "String255",
|
|
2620
|
+
# database_installation_files: ["String"],
|
|
2620
2621
|
# image_id: "String255",
|
|
2621
2622
|
# kms_key_id: "KmsKeyIdOrArn",
|
|
2622
2623
|
# source_custom_db_engine_version_identifier: "String255",
|
|
@@ -2629,7 +2630,6 @@ module Aws::RDS
|
|
|
2629
2630
|
# value: "String",
|
|
2630
2631
|
# },
|
|
2631
2632
|
# ],
|
|
2632
|
-
# database_installation_files: ["String"],
|
|
2633
2633
|
# })
|
|
2634
2634
|
#
|
|
2635
2635
|
# @example Response structure
|
|
@@ -2639,6 +2639,8 @@ module Aws::RDS
|
|
|
2639
2639
|
# resp.engine_version #=> String
|
|
2640
2640
|
# resp.database_installation_files_s3_bucket_name #=> String
|
|
2641
2641
|
# resp.database_installation_files_s3_prefix #=> String
|
|
2642
|
+
# resp.database_installation_files #=> Array
|
|
2643
|
+
# resp.database_installation_files[0] #=> String
|
|
2642
2644
|
# resp.custom_db_engine_version_manifest #=> String
|
|
2643
2645
|
# resp.db_parameter_group_family #=> String
|
|
2644
2646
|
# resp.db_engine_description #=> String
|
|
@@ -2646,6 +2648,7 @@ module Aws::RDS
|
|
|
2646
2648
|
# resp.db_engine_version_description #=> String
|
|
2647
2649
|
# resp.default_character_set.character_set_name #=> String
|
|
2648
2650
|
# resp.default_character_set.character_set_description #=> String
|
|
2651
|
+
# resp.failure_reason #=> String
|
|
2649
2652
|
# resp.image.image_id #=> String
|
|
2650
2653
|
# resp.image.status #=> String
|
|
2651
2654
|
# resp.db_engine_media_type #=> String
|
|
@@ -2696,9 +2699,6 @@ module Aws::RDS
|
|
|
2696
2699
|
# resp.supports_integrations #=> Boolean
|
|
2697
2700
|
# resp.serverless_v2_features_support.min_capacity #=> Float
|
|
2698
2701
|
# resp.serverless_v2_features_support.max_capacity #=> Float
|
|
2699
|
-
# resp.database_installation_files #=> Array
|
|
2700
|
-
# resp.database_installation_files[0] #=> String
|
|
2701
|
-
# resp.failure_reason #=> String
|
|
2702
2702
|
#
|
|
2703
2703
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomDBEngineVersion AWS API Documentation
|
|
2704
2704
|
#
|
|
@@ -5817,6 +5817,13 @@ module Aws::RDS
|
|
|
5817
5817
|
#
|
|
5818
5818
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
|
5819
5819
|
#
|
|
5820
|
+
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
5821
|
+
# A list of additional storage volumes to create for the DB instance.
|
|
5822
|
+
# You can create up to three additional storage volumes using the names
|
|
5823
|
+
# `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
|
|
5824
|
+
# volumes are supported for RDS for Oracle and RDS for SQL Server DB
|
|
5825
|
+
# instances only.
|
|
5826
|
+
#
|
|
5820
5827
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
5821
5828
|
# Tags to assign to resources associated with the DB instance.
|
|
5822
5829
|
#
|
|
@@ -5840,13 +5847,6 @@ module Aws::RDS
|
|
|
5840
5847
|
# This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
|
|
5841
5848
|
# engines.
|
|
5842
5849
|
#
|
|
5843
|
-
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
5844
|
-
# A list of additional storage volumes to create for the DB instance.
|
|
5845
|
-
# You can create up to three additional storage volumes using the names
|
|
5846
|
-
# `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
|
|
5847
|
-
# volumes are supported for RDS for Oracle and RDS for SQL Server DB
|
|
5848
|
-
# instances only.
|
|
5849
|
-
#
|
|
5850
5850
|
# @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5851
5851
|
#
|
|
5852
5852
|
# * {Types::CreateDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
|
@@ -6038,6 +6038,16 @@ module Aws::RDS
|
|
|
6038
6038
|
# multi_tenant: false,
|
|
6039
6039
|
# dedicated_log_volume: false,
|
|
6040
6040
|
# engine_lifecycle_support: "String",
|
|
6041
|
+
# additional_storage_volumes: [
|
|
6042
|
+
# {
|
|
6043
|
+
# volume_name: "String", # required
|
|
6044
|
+
# allocated_storage: 1,
|
|
6045
|
+
# iops: 1,
|
|
6046
|
+
# max_allocated_storage: 1,
|
|
6047
|
+
# storage_throughput: 1,
|
|
6048
|
+
# storage_type: "String",
|
|
6049
|
+
# },
|
|
6050
|
+
# ],
|
|
6041
6051
|
# tag_specifications: [
|
|
6042
6052
|
# {
|
|
6043
6053
|
# resource_type: "String",
|
|
@@ -6050,16 +6060,6 @@ module Aws::RDS
|
|
|
6050
6060
|
# },
|
|
6051
6061
|
# ],
|
|
6052
6062
|
# master_user_authentication_type: "password", # accepts password, iam-db-auth
|
|
6053
|
-
# additional_storage_volumes: [
|
|
6054
|
-
# {
|
|
6055
|
-
# volume_name: "String", # required
|
|
6056
|
-
# allocated_storage: 1,
|
|
6057
|
-
# iops: 1,
|
|
6058
|
-
# max_allocated_storage: 1,
|
|
6059
|
-
# storage_throughput: 1,
|
|
6060
|
-
# storage_type: "String",
|
|
6061
|
-
# },
|
|
6062
|
-
# ],
|
|
6063
6063
|
# })
|
|
6064
6064
|
#
|
|
6065
6065
|
# @example Response structure
|
|
@@ -6998,6 +6998,13 @@ module Aws::RDS
|
|
|
6998
6998
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
|
6999
6999
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
|
7000
7000
|
#
|
|
7001
|
+
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
7002
|
+
# A list of additional storage volumes to create for the DB instance.
|
|
7003
|
+
# You can create up to three additional storage volumes using the names
|
|
7004
|
+
# `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
|
|
7005
|
+
# volumes are supported for RDS for Oracle and RDS for SQL Server DB
|
|
7006
|
+
# instances only.
|
|
7007
|
+
#
|
|
7001
7008
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
7002
7009
|
# Tags to assign to resources associated with the DB instance.
|
|
7003
7010
|
#
|
|
@@ -7007,13 +7014,6 @@ module Aws::RDS
|
|
|
7007
7014
|
#
|
|
7008
7015
|
# ^
|
|
7009
7016
|
#
|
|
7010
|
-
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
7011
|
-
# A list of additional storage volumes to create for the DB instance.
|
|
7012
|
-
# You can create up to three additional storage volumes using the names
|
|
7013
|
-
# `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
|
|
7014
|
-
# volumes are supported for RDS for Oracle and RDS for SQL Server DB
|
|
7015
|
-
# instances only.
|
|
7016
|
-
#
|
|
7017
7017
|
# @option params [String] :source_region
|
|
7018
7018
|
# The source region of the snapshot. This is only needed when the
|
|
7019
7019
|
# shapshot is encrypted and in a different region.
|
|
@@ -7041,7 +7041,7 @@ module Aws::RDS
|
|
|
7041
7041
|
# iam_database_authentication_enabled: false,
|
|
7042
7042
|
# monitoring_interval: 0,
|
|
7043
7043
|
# read_replica_source_db_instance_identifier: "test-instance",
|
|
7044
|
-
# },
|
|
7044
|
+
# },
|
|
7045
7045
|
# }
|
|
7046
7046
|
#
|
|
7047
7047
|
# @example Request syntax with placeholder values
|
|
@@ -7104,6 +7104,16 @@ module Aws::RDS
|
|
|
7104
7104
|
# dedicated_log_volume: false,
|
|
7105
7105
|
# upgrade_storage_config: false,
|
|
7106
7106
|
# ca_certificate_identifier: "String",
|
|
7107
|
+
# additional_storage_volumes: [
|
|
7108
|
+
# {
|
|
7109
|
+
# volume_name: "String", # required
|
|
7110
|
+
# allocated_storage: 1,
|
|
7111
|
+
# iops: 1,
|
|
7112
|
+
# max_allocated_storage: 1,
|
|
7113
|
+
# storage_throughput: 1,
|
|
7114
|
+
# storage_type: "String",
|
|
7115
|
+
# },
|
|
7116
|
+
# ],
|
|
7107
7117
|
# tag_specifications: [
|
|
7108
7118
|
# {
|
|
7109
7119
|
# resource_type: "String",
|
|
@@ -7115,16 +7125,6 @@ module Aws::RDS
|
|
|
7115
7125
|
# ],
|
|
7116
7126
|
# },
|
|
7117
7127
|
# ],
|
|
7118
|
-
# additional_storage_volumes: [
|
|
7119
|
-
# {
|
|
7120
|
-
# volume_name: "String", # required
|
|
7121
|
-
# allocated_storage: 1,
|
|
7122
|
-
# iops: 1,
|
|
7123
|
-
# max_allocated_storage: 1,
|
|
7124
|
-
# storage_throughput: 1,
|
|
7125
|
-
# storage_type: "String",
|
|
7126
|
-
# },
|
|
7127
|
-
# ],
|
|
7128
7128
|
# source_region: "String",
|
|
7129
7129
|
# })
|
|
7130
7130
|
#
|
|
@@ -8123,7 +8123,6 @@ module Aws::RDS
|
|
|
8123
8123
|
# resp.db_snapshot.db_system_id #=> String
|
|
8124
8124
|
# resp.db_snapshot.multi_tenant #=> Boolean
|
|
8125
8125
|
# resp.db_snapshot.dedicated_log_volume #=> Boolean
|
|
8126
|
-
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
8127
8126
|
# resp.db_snapshot.additional_storage_volumes #=> Array
|
|
8128
8127
|
# resp.db_snapshot.additional_storage_volumes[0].volume_name #=> String
|
|
8129
8128
|
# resp.db_snapshot.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
@@ -8131,6 +8130,7 @@ module Aws::RDS
|
|
|
8131
8130
|
# resp.db_snapshot.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
8132
8131
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
8133
8132
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
8133
|
+
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
8134
8134
|
#
|
|
8135
8135
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot AWS API Documentation
|
|
8136
8136
|
#
|
|
@@ -9172,8 +9172,8 @@ module Aws::RDS
|
|
|
9172
9172
|
# blue_green_deployment: {
|
|
9173
9173
|
# blue_green_deployment_identifier: "bgd-v53303651eexfake",
|
|
9174
9174
|
# blue_green_deployment_name: "bgd-cli-test-instance",
|
|
9175
|
-
# create_time: Time.parse("2022-02-25T21:18:51.
|
|
9176
|
-
# delete_time: Time.parse("2022-02-25T22:25:31.
|
|
9175
|
+
# create_time: Time.parse("2022-02-25T21:18:51.183Z"),
|
|
9176
|
+
# delete_time: Time.parse("2022-02-25T22:25:31.331Z"),
|
|
9177
9177
|
# source: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
9178
9178
|
# status: "DELETING",
|
|
9179
9179
|
# switchover_details: [
|
|
@@ -9234,8 +9234,8 @@ module Aws::RDS
|
|
|
9234
9234
|
# blue_green_deployment: {
|
|
9235
9235
|
# blue_green_deployment_identifier: "bgd-wi89nwzglccsfake",
|
|
9236
9236
|
# blue_green_deployment_name: "my-blue-green-deployment",
|
|
9237
|
-
# create_time: Time.parse("2022-02-25T21:12:00.
|
|
9238
|
-
# delete_time: Time.parse("2022-02-25T22:29:11.
|
|
9237
|
+
# create_time: Time.parse("2022-02-25T21:12:00.288Z"),
|
|
9238
|
+
# delete_time: Time.parse("2022-02-25T22:29:11.336Z"),
|
|
9239
9239
|
# source: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
9240
9240
|
# status: "DELETING",
|
|
9241
9241
|
# switchover_details: [
|
|
@@ -9396,12 +9396,14 @@ module Aws::RDS
|
|
|
9396
9396
|
# * {Types::DBEngineVersion#engine_version #engine_version} => String
|
|
9397
9397
|
# * {Types::DBEngineVersion#database_installation_files_s3_bucket_name #database_installation_files_s3_bucket_name} => String
|
|
9398
9398
|
# * {Types::DBEngineVersion#database_installation_files_s3_prefix #database_installation_files_s3_prefix} => String
|
|
9399
|
+
# * {Types::DBEngineVersion#database_installation_files #database_installation_files} => Array<String>
|
|
9399
9400
|
# * {Types::DBEngineVersion#custom_db_engine_version_manifest #custom_db_engine_version_manifest} => String
|
|
9400
9401
|
# * {Types::DBEngineVersion#db_parameter_group_family #db_parameter_group_family} => String
|
|
9401
9402
|
# * {Types::DBEngineVersion#db_engine_description #db_engine_description} => String
|
|
9402
9403
|
# * {Types::DBEngineVersion#db_engine_version_arn #db_engine_version_arn} => String
|
|
9403
9404
|
# * {Types::DBEngineVersion#db_engine_version_description #db_engine_version_description} => String
|
|
9404
9405
|
# * {Types::DBEngineVersion#default_character_set #default_character_set} => Types::CharacterSet
|
|
9406
|
+
# * {Types::DBEngineVersion#failure_reason #failure_reason} => String
|
|
9405
9407
|
# * {Types::DBEngineVersion#image #image} => Types::CustomDBEngineVersionAMI
|
|
9406
9408
|
# * {Types::DBEngineVersion#db_engine_media_type #db_engine_media_type} => String
|
|
9407
9409
|
# * {Types::DBEngineVersion#kms_key_id #kms_key_id} => String
|
|
@@ -9426,8 +9428,6 @@ module Aws::RDS
|
|
|
9426
9428
|
# * {Types::DBEngineVersion#supports_local_write_forwarding #supports_local_write_forwarding} => Boolean
|
|
9427
9429
|
# * {Types::DBEngineVersion#supports_integrations #supports_integrations} => Boolean
|
|
9428
9430
|
# * {Types::DBEngineVersion#serverless_v2_features_support #serverless_v2_features_support} => Types::ServerlessV2FeaturesSupport
|
|
9429
|
-
# * {Types::DBEngineVersion#database_installation_files #database_installation_files} => Array<String>
|
|
9430
|
-
# * {Types::DBEngineVersion#failure_reason #failure_reason} => String
|
|
9431
9431
|
#
|
|
9432
9432
|
# @example Request syntax with placeholder values
|
|
9433
9433
|
#
|
|
@@ -9443,6 +9443,8 @@ module Aws::RDS
|
|
|
9443
9443
|
# resp.engine_version #=> String
|
|
9444
9444
|
# resp.database_installation_files_s3_bucket_name #=> String
|
|
9445
9445
|
# resp.database_installation_files_s3_prefix #=> String
|
|
9446
|
+
# resp.database_installation_files #=> Array
|
|
9447
|
+
# resp.database_installation_files[0] #=> String
|
|
9446
9448
|
# resp.custom_db_engine_version_manifest #=> String
|
|
9447
9449
|
# resp.db_parameter_group_family #=> String
|
|
9448
9450
|
# resp.db_engine_description #=> String
|
|
@@ -9450,6 +9452,7 @@ module Aws::RDS
|
|
|
9450
9452
|
# resp.db_engine_version_description #=> String
|
|
9451
9453
|
# resp.default_character_set.character_set_name #=> String
|
|
9452
9454
|
# resp.default_character_set.character_set_description #=> String
|
|
9455
|
+
# resp.failure_reason #=> String
|
|
9453
9456
|
# resp.image.image_id #=> String
|
|
9454
9457
|
# resp.image.status #=> String
|
|
9455
9458
|
# resp.db_engine_media_type #=> String
|
|
@@ -9500,9 +9503,6 @@ module Aws::RDS
|
|
|
9500
9503
|
# resp.supports_integrations #=> Boolean
|
|
9501
9504
|
# resp.serverless_v2_features_support.min_capacity #=> Float
|
|
9502
9505
|
# resp.serverless_v2_features_support.max_capacity #=> Float
|
|
9503
|
-
# resp.database_installation_files #=> Array
|
|
9504
|
-
# resp.database_installation_files[0] #=> String
|
|
9505
|
-
# resp.failure_reason #=> String
|
|
9506
9506
|
#
|
|
9507
9507
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomDBEngineVersion AWS API Documentation
|
|
9508
9508
|
#
|
|
@@ -9611,7 +9611,7 @@ module Aws::RDS
|
|
|
9611
9611
|
# db_cluster_parameter_group: "default.aurora-postgresql10",
|
|
9612
9612
|
# db_subnet_group: "default-vpc-aa11bb22",
|
|
9613
9613
|
# status: "available",
|
|
9614
|
-
# },
|
|
9614
|
+
# },
|
|
9615
9615
|
# }
|
|
9616
9616
|
#
|
|
9617
9617
|
# @example Request syntax with placeholder values
|
|
@@ -10199,7 +10199,7 @@ module Aws::RDS
|
|
|
10199
10199
|
# db_instance: {
|
|
10200
10200
|
# db_instance_identifier: "test-instance",
|
|
10201
10201
|
# db_instance_status: "deleting",
|
|
10202
|
-
# },
|
|
10202
|
+
# },
|
|
10203
10203
|
# }
|
|
10204
10204
|
#
|
|
10205
10205
|
# @example Request syntax with placeholder values
|
|
@@ -10876,7 +10876,6 @@ module Aws::RDS
|
|
|
10876
10876
|
# resp.db_snapshot.db_system_id #=> String
|
|
10877
10877
|
# resp.db_snapshot.multi_tenant #=> Boolean
|
|
10878
10878
|
# resp.db_snapshot.dedicated_log_volume #=> Boolean
|
|
10879
|
-
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
10880
10879
|
# resp.db_snapshot.additional_storage_volumes #=> Array
|
|
10881
10880
|
# resp.db_snapshot.additional_storage_volumes[0].volume_name #=> String
|
|
10882
10881
|
# resp.db_snapshot.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
@@ -10884,6 +10883,7 @@ module Aws::RDS
|
|
|
10884
10883
|
# resp.db_snapshot.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
10885
10884
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
10886
10885
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
10886
|
+
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
10887
10887
|
#
|
|
10888
10888
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot AWS API Documentation
|
|
10889
10889
|
#
|
|
@@ -11520,7 +11520,7 @@ module Aws::RDS
|
|
|
11520
11520
|
# {
|
|
11521
11521
|
# blue_green_deployment_identifier: "bgd-v53303651eexfake",
|
|
11522
11522
|
# blue_green_deployment_name: "bgd-cli-test-instance",
|
|
11523
|
-
# create_time: Time.parse("2022-02-25T21:18:51.
|
|
11523
|
+
# create_time: Time.parse("2022-02-25T21:18:51.183Z"),
|
|
11524
11524
|
# source: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
11525
11525
|
# status: "AVAILABLE",
|
|
11526
11526
|
# switchover_details: [
|
|
@@ -11582,7 +11582,7 @@ module Aws::RDS
|
|
|
11582
11582
|
# {
|
|
11583
11583
|
# blue_green_deployment_identifier: "bgd-wi89nwzglccsfake",
|
|
11584
11584
|
# blue_green_deployment_name: "my-blue-green-deployment",
|
|
11585
|
-
# create_time: Time.parse("2022-02-25T21:12:00.
|
|
11585
|
+
# create_time: Time.parse("2022-02-25T21:12:00.288Z"),
|
|
11586
11586
|
# source: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
11587
11587
|
# status: "AVAILABLE",
|
|
11588
11588
|
# switchover_details: [
|
|
@@ -11655,7 +11655,7 @@ module Aws::RDS
|
|
|
11655
11655
|
# {
|
|
11656
11656
|
# blue_green_deployment_identifier: "bgd-wi89nwzglccsfake",
|
|
11657
11657
|
# blue_green_deployment_name: "my-blue-green-deployment",
|
|
11658
|
-
# create_time: Time.parse("2022-02-25T22:38:49.
|
|
11658
|
+
# create_time: Time.parse("2022-02-25T22:38:49.522Z"),
|
|
11659
11659
|
# source: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster-old1",
|
|
11660
11660
|
# status: "SWITCHOVER_COMPLETED",
|
|
11661
11661
|
# switchover_details: [
|
|
@@ -11827,8 +11827,8 @@ module Aws::RDS
|
|
|
11827
11827
|
# certificate_type: "CA",
|
|
11828
11828
|
# customer_override: false,
|
|
11829
11829
|
# thumbprint: "24a97b91cbe86911190576c35c36aab4fEXAMPLE",
|
|
11830
|
-
# valid_from: Time.parse("2021-05-25T22:41:
|
|
11831
|
-
# valid_till: Time.parse("2121-05-25T23:41:
|
|
11830
|
+
# valid_from: Time.parse("2021-05-25T22:41:55Z"),
|
|
11831
|
+
# valid_till: Time.parse("2121-05-25T23:41:55Z"),
|
|
11832
11832
|
# },
|
|
11833
11833
|
# {
|
|
11834
11834
|
# certificate_arn: "arn:aws:rds:us-east-1::cert:rds-ca-rsa4096-g1",
|
|
@@ -11836,18 +11836,18 @@ module Aws::RDS
|
|
|
11836
11836
|
# certificate_type: "CA",
|
|
11837
11837
|
# customer_override: false,
|
|
11838
11838
|
# thumbprint: "9da6fa7fd2ec09c569a400d876b01b0c1EXAMPLE",
|
|
11839
|
-
# valid_from: Time.parse("2021-05-25T22:38:
|
|
11840
|
-
# valid_till: Time.parse("2121-05-25T23:38:
|
|
11839
|
+
# valid_from: Time.parse("2021-05-25T22:38:35Z"),
|
|
11840
|
+
# valid_till: Time.parse("2121-05-25T23:38:35Z"),
|
|
11841
11841
|
# },
|
|
11842
11842
|
# {
|
|
11843
11843
|
# certificate_arn: "arn:aws:rds:us-east-1::cert:rds-ca-rsa2048-g1",
|
|
11844
11844
|
# certificate_identifier: "rds-ca-rsa2048-g1",
|
|
11845
11845
|
# certificate_type: "CA",
|
|
11846
11846
|
# customer_override: true,
|
|
11847
|
-
# customer_override_valid_till: Time.parse("2061-05-25T23:34:
|
|
11847
|
+
# customer_override_valid_till: Time.parse("2061-05-25T23:34:57Z"),
|
|
11848
11848
|
# thumbprint: "2fa77ef894d983ba9d37ad699c84ab0f6EXAMPLE",
|
|
11849
|
-
# valid_from: Time.parse("2021-05-25T22:34:
|
|
11850
|
-
# valid_till: Time.parse("2061-05-25T23:34:
|
|
11849
|
+
# valid_from: Time.parse("2021-05-25T22:34:57Z"),
|
|
11850
|
+
# valid_till: Time.parse("2061-05-25T23:34:57Z"),
|
|
11851
11851
|
# },
|
|
11852
11852
|
# {
|
|
11853
11853
|
# certificate_arn: "arn:aws:rds:us-east-1::cert:rds-ca-2019",
|
|
@@ -11855,8 +11855,8 @@ module Aws::RDS
|
|
|
11855
11855
|
# certificate_type: "CA",
|
|
11856
11856
|
# customer_override: false,
|
|
11857
11857
|
# thumbprint: "f0ed823ed14447bab557fdf3e49274669EXAMPLE",
|
|
11858
|
-
# valid_from: Time.parse("2019-09-19T18:16:
|
|
11859
|
-
# valid_till: Time.parse("2024-08-22T17:08:
|
|
11858
|
+
# valid_from: Time.parse("2019-09-19T18:16:53Z"),
|
|
11859
|
+
# valid_till: Time.parse("2024-08-22T17:08:50Z"),
|
|
11860
11860
|
# },
|
|
11861
11861
|
# ],
|
|
11862
11862
|
# }
|
|
@@ -12554,7 +12554,7 @@ module Aws::RDS
|
|
|
12554
12554
|
# "provisioned",
|
|
12555
12555
|
# ],
|
|
12556
12556
|
# },
|
|
12557
|
-
# ],
|
|
12557
|
+
# ],
|
|
12558
12558
|
# }
|
|
12559
12559
|
#
|
|
12560
12560
|
# @example Request syntax with placeholder values
|
|
@@ -13468,7 +13468,7 @@ module Aws::RDS
|
|
|
13468
13468
|
# },
|
|
13469
13469
|
# ],
|
|
13470
13470
|
# },
|
|
13471
|
-
# ],
|
|
13471
|
+
# ],
|
|
13472
13472
|
# }
|
|
13473
13473
|
#
|
|
13474
13474
|
# @example Request syntax with placeholder values
|
|
@@ -13500,6 +13500,8 @@ module Aws::RDS
|
|
|
13500
13500
|
# resp.db_engine_versions[0].engine_version #=> String
|
|
13501
13501
|
# resp.db_engine_versions[0].database_installation_files_s3_bucket_name #=> String
|
|
13502
13502
|
# resp.db_engine_versions[0].database_installation_files_s3_prefix #=> String
|
|
13503
|
+
# resp.db_engine_versions[0].database_installation_files #=> Array
|
|
13504
|
+
# resp.db_engine_versions[0].database_installation_files[0] #=> String
|
|
13503
13505
|
# resp.db_engine_versions[0].custom_db_engine_version_manifest #=> String
|
|
13504
13506
|
# resp.db_engine_versions[0].db_parameter_group_family #=> String
|
|
13505
13507
|
# resp.db_engine_versions[0].db_engine_description #=> String
|
|
@@ -13507,6 +13509,7 @@ module Aws::RDS
|
|
|
13507
13509
|
# resp.db_engine_versions[0].db_engine_version_description #=> String
|
|
13508
13510
|
# resp.db_engine_versions[0].default_character_set.character_set_name #=> String
|
|
13509
13511
|
# resp.db_engine_versions[0].default_character_set.character_set_description #=> String
|
|
13512
|
+
# resp.db_engine_versions[0].failure_reason #=> String
|
|
13510
13513
|
# resp.db_engine_versions[0].image.image_id #=> String
|
|
13511
13514
|
# resp.db_engine_versions[0].image.status #=> String
|
|
13512
13515
|
# resp.db_engine_versions[0].db_engine_media_type #=> String
|
|
@@ -13557,9 +13560,6 @@ module Aws::RDS
|
|
|
13557
13560
|
# resp.db_engine_versions[0].supports_integrations #=> Boolean
|
|
13558
13561
|
# resp.db_engine_versions[0].serverless_v2_features_support.min_capacity #=> Float
|
|
13559
13562
|
# resp.db_engine_versions[0].serverless_v2_features_support.max_capacity #=> Float
|
|
13560
|
-
# resp.db_engine_versions[0].database_installation_files #=> Array
|
|
13561
|
-
# resp.db_engine_versions[0].database_installation_files[0] #=> String
|
|
13562
|
-
# resp.db_engine_versions[0].failure_reason #=> String
|
|
13563
13563
|
#
|
|
13564
13564
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions AWS API Documentation
|
|
13565
13565
|
#
|
|
@@ -13843,7 +13843,7 @@ module Aws::RDS
|
|
|
13843
13843
|
# engine: "mysql",
|
|
13844
13844
|
# master_username: "admin",
|
|
13845
13845
|
# },
|
|
13846
|
-
# ],
|
|
13846
|
+
# ],
|
|
13847
13847
|
# }
|
|
13848
13848
|
#
|
|
13849
13849
|
# @example Request syntax with placeholder values
|
|
@@ -14357,7 +14357,7 @@ module Aws::RDS
|
|
|
14357
14357
|
# db_parameter_group_name: "default.mariadb10.1",
|
|
14358
14358
|
# description: "Default parameter group for mariadb10.1",
|
|
14359
14359
|
# },
|
|
14360
|
-
# ],
|
|
14360
|
+
# ],
|
|
14361
14361
|
# }
|
|
14362
14362
|
#
|
|
14363
14363
|
# @example Request syntax with placeholder values
|
|
@@ -14472,7 +14472,7 @@ module Aws::RDS
|
|
|
14472
14472
|
# parameter_name: "auto_generate_certs",
|
|
14473
14473
|
# source: "engine-default",
|
|
14474
14474
|
# },
|
|
14475
|
-
# ],
|
|
14475
|
+
# ],
|
|
14476
14476
|
# }
|
|
14477
14477
|
#
|
|
14478
14478
|
# @example Request syntax with placeholder values
|
|
@@ -15663,7 +15663,6 @@ module Aws::RDS
|
|
|
15663
15663
|
# resp.db_snapshots[0].db_system_id #=> String
|
|
15664
15664
|
# resp.db_snapshots[0].multi_tenant #=> Boolean
|
|
15665
15665
|
# resp.db_snapshots[0].dedicated_log_volume #=> Boolean
|
|
15666
|
-
# resp.db_snapshots[0].snapshot_availability_zone #=> String
|
|
15667
15666
|
# resp.db_snapshots[0].additional_storage_volumes #=> Array
|
|
15668
15667
|
# resp.db_snapshots[0].additional_storage_volumes[0].volume_name #=> String
|
|
15669
15668
|
# resp.db_snapshots[0].additional_storage_volumes[0].allocated_storage #=> Integer
|
|
@@ -15671,6 +15670,7 @@ module Aws::RDS
|
|
|
15671
15670
|
# resp.db_snapshots[0].additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
15672
15671
|
# resp.db_snapshots[0].additional_storage_volumes[0].storage_throughput #=> Integer
|
|
15673
15672
|
# resp.db_snapshots[0].additional_storage_volumes[0].storage_type #=> String
|
|
15673
|
+
# resp.db_snapshots[0].snapshot_availability_zone #=> String
|
|
15674
15674
|
#
|
|
15675
15675
|
#
|
|
15676
15676
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -15854,6 +15854,8 @@ module Aws::RDS
|
|
|
15854
15854
|
#
|
|
15855
15855
|
# * {Types::DescribeEngineDefaultClusterParametersResult#engine_defaults #engine_defaults} => Types::EngineDefaults
|
|
15856
15856
|
#
|
|
15857
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
15858
|
+
#
|
|
15857
15859
|
#
|
|
15858
15860
|
# @example Example: To describe the default engine and system parameter information for the Aurora database engine
|
|
15859
15861
|
#
|
|
@@ -15880,7 +15882,7 @@ module Aws::RDS
|
|
|
15880
15882
|
# ],
|
|
15881
15883
|
# },
|
|
15882
15884
|
# ],
|
|
15883
|
-
# },
|
|
15885
|
+
# },
|
|
15884
15886
|
# }
|
|
15885
15887
|
#
|
|
15886
15888
|
# @example Request syntax with placeholder values
|
|
@@ -16082,7 +16084,7 @@ module Aws::RDS
|
|
|
16082
16084
|
# source: "engine-default",
|
|
16083
16085
|
# },
|
|
16084
16086
|
# ],
|
|
16085
|
-
# },
|
|
16087
|
+
# },
|
|
16086
16088
|
# }
|
|
16087
16089
|
#
|
|
16088
16090
|
# @example Request syntax with placeholder values
|
|
@@ -16315,7 +16317,7 @@ module Aws::RDS
|
|
|
16315
16317
|
# status: "creating",
|
|
16316
16318
|
# subscription_creation_time: "2018-07-31 23:22:01.893",
|
|
16317
16319
|
# },
|
|
16318
|
-
# ],
|
|
16320
|
+
# ],
|
|
16319
16321
|
# }
|
|
16320
16322
|
#
|
|
16321
16323
|
# @example Request syntax with placeholder values
|
|
@@ -17049,7 +17051,7 @@ module Aws::RDS
|
|
|
17049
17051
|
# requires_auto_minor_engine_version_upgrade: false,
|
|
17050
17052
|
# vpc_only: false,
|
|
17051
17053
|
# },
|
|
17052
|
-
# ],
|
|
17054
|
+
# ],
|
|
17053
17055
|
# }
|
|
17054
17056
|
#
|
|
17055
17057
|
# @example Request syntax with placeholder values
|
|
@@ -17415,7 +17417,7 @@ module Aws::RDS
|
|
|
17415
17417
|
# supports_storage_encryption: true,
|
|
17416
17418
|
# vpc: true,
|
|
17417
17419
|
# },
|
|
17418
|
-
# ],
|
|
17420
|
+
# ],
|
|
17419
17421
|
# }
|
|
17420
17422
|
#
|
|
17421
17423
|
# @example Request syntax with placeholder values
|
|
@@ -17483,8 +17485,8 @@ module Aws::RDS
|
|
|
17483
17485
|
# resp.orderable_db_instance_options[0].supported_network_types[0] #=> String
|
|
17484
17486
|
# resp.orderable_db_instance_options[0].supports_clusters #=> Boolean
|
|
17485
17487
|
# resp.orderable_db_instance_options[0].supports_dedicated_log_volume #=> Boolean
|
|
17486
|
-
# resp.orderable_db_instance_options[0].supports_http_endpoint #=> Boolean
|
|
17487
17488
|
# resp.orderable_db_instance_options[0].supports_additional_storage_volumes #=> Boolean
|
|
17489
|
+
# resp.orderable_db_instance_options[0].supports_http_endpoint #=> Boolean
|
|
17488
17490
|
# resp.orderable_db_instance_options[0].available_additional_storage_volumes_options #=> Array
|
|
17489
17491
|
# resp.orderable_db_instance_options[0].available_additional_storage_volumes_options[0].supports_storage_autoscaling #=> Boolean
|
|
17490
17492
|
# resp.orderable_db_instance_options[0].available_additional_storage_volumes_options[0].supports_storage_throughput #=> Boolean
|
|
@@ -17870,7 +17872,7 @@ module Aws::RDS
|
|
|
17870
17872
|
# reserved_db_instances_offering_id: "005bdee3-9ef4-4182-aa0c-58ef7cb6c2f8",
|
|
17871
17873
|
# usage_price: 0,
|
|
17872
17874
|
# },
|
|
17873
|
-
# ],
|
|
17875
|
+
# ],
|
|
17874
17876
|
# }
|
|
17875
17877
|
#
|
|
17876
17878
|
# @example Request syntax with placeholder values
|
|
@@ -18290,7 +18292,7 @@ module Aws::RDS
|
|
|
18290
18292
|
# storage_type: "gp2",
|
|
18291
18293
|
# },
|
|
18292
18294
|
# ],
|
|
18293
|
-
# },
|
|
18295
|
+
# },
|
|
18294
18296
|
# }
|
|
18295
18297
|
#
|
|
18296
18298
|
# @example Request syntax with placeholder values
|
|
@@ -19388,12 +19390,14 @@ module Aws::RDS
|
|
|
19388
19390
|
# * {Types::DBEngineVersion#engine_version #engine_version} => String
|
|
19389
19391
|
# * {Types::DBEngineVersion#database_installation_files_s3_bucket_name #database_installation_files_s3_bucket_name} => String
|
|
19390
19392
|
# * {Types::DBEngineVersion#database_installation_files_s3_prefix #database_installation_files_s3_prefix} => String
|
|
19393
|
+
# * {Types::DBEngineVersion#database_installation_files #database_installation_files} => Array<String>
|
|
19391
19394
|
# * {Types::DBEngineVersion#custom_db_engine_version_manifest #custom_db_engine_version_manifest} => String
|
|
19392
19395
|
# * {Types::DBEngineVersion#db_parameter_group_family #db_parameter_group_family} => String
|
|
19393
19396
|
# * {Types::DBEngineVersion#db_engine_description #db_engine_description} => String
|
|
19394
19397
|
# * {Types::DBEngineVersion#db_engine_version_arn #db_engine_version_arn} => String
|
|
19395
19398
|
# * {Types::DBEngineVersion#db_engine_version_description #db_engine_version_description} => String
|
|
19396
19399
|
# * {Types::DBEngineVersion#default_character_set #default_character_set} => Types::CharacterSet
|
|
19400
|
+
# * {Types::DBEngineVersion#failure_reason #failure_reason} => String
|
|
19397
19401
|
# * {Types::DBEngineVersion#image #image} => Types::CustomDBEngineVersionAMI
|
|
19398
19402
|
# * {Types::DBEngineVersion#db_engine_media_type #db_engine_media_type} => String
|
|
19399
19403
|
# * {Types::DBEngineVersion#kms_key_id #kms_key_id} => String
|
|
@@ -19418,8 +19422,6 @@ module Aws::RDS
|
|
|
19418
19422
|
# * {Types::DBEngineVersion#supports_local_write_forwarding #supports_local_write_forwarding} => Boolean
|
|
19419
19423
|
# * {Types::DBEngineVersion#supports_integrations #supports_integrations} => Boolean
|
|
19420
19424
|
# * {Types::DBEngineVersion#serverless_v2_features_support #serverless_v2_features_support} => Types::ServerlessV2FeaturesSupport
|
|
19421
|
-
# * {Types::DBEngineVersion#database_installation_files #database_installation_files} => Array<String>
|
|
19422
|
-
# * {Types::DBEngineVersion#failure_reason #failure_reason} => String
|
|
19423
19425
|
#
|
|
19424
19426
|
# @example Request syntax with placeholder values
|
|
19425
19427
|
#
|
|
@@ -19437,6 +19439,8 @@ module Aws::RDS
|
|
|
19437
19439
|
# resp.engine_version #=> String
|
|
19438
19440
|
# resp.database_installation_files_s3_bucket_name #=> String
|
|
19439
19441
|
# resp.database_installation_files_s3_prefix #=> String
|
|
19442
|
+
# resp.database_installation_files #=> Array
|
|
19443
|
+
# resp.database_installation_files[0] #=> String
|
|
19440
19444
|
# resp.custom_db_engine_version_manifest #=> String
|
|
19441
19445
|
# resp.db_parameter_group_family #=> String
|
|
19442
19446
|
# resp.db_engine_description #=> String
|
|
@@ -19444,6 +19448,7 @@ module Aws::RDS
|
|
|
19444
19448
|
# resp.db_engine_version_description #=> String
|
|
19445
19449
|
# resp.default_character_set.character_set_name #=> String
|
|
19446
19450
|
# resp.default_character_set.character_set_description #=> String
|
|
19451
|
+
# resp.failure_reason #=> String
|
|
19447
19452
|
# resp.image.image_id #=> String
|
|
19448
19453
|
# resp.image.status #=> String
|
|
19449
19454
|
# resp.db_engine_media_type #=> String
|
|
@@ -19494,9 +19499,6 @@ module Aws::RDS
|
|
|
19494
19499
|
# resp.supports_integrations #=> Boolean
|
|
19495
19500
|
# resp.serverless_v2_features_support.min_capacity #=> Float
|
|
19496
19501
|
# resp.serverless_v2_features_support.max_capacity #=> Float
|
|
19497
|
-
# resp.database_installation_files #=> Array
|
|
19498
|
-
# resp.database_installation_files[0] #=> String
|
|
19499
|
-
# resp.failure_reason #=> String
|
|
19500
19502
|
#
|
|
19501
19503
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCustomDBEngineVersion AWS API Documentation
|
|
19502
19504
|
#
|
|
@@ -22060,6 +22062,12 @@ module Aws::RDS
|
|
|
22060
22062
|
# parameter group with `--db-parameter-group-name` and a new option
|
|
22061
22063
|
# group with `--option-group-name`.
|
|
22062
22064
|
#
|
|
22065
|
+
# @option params [Array<Types::ModifyAdditionalStorageVolume>] :additional_storage_volumes
|
|
22066
|
+
# A list of additional storage volumes to modify or delete for the DB
|
|
22067
|
+
# instance. You can create up to 3 additional storage volumes.
|
|
22068
|
+
# Additional storage volumes are supported for RDS for Oracle and RDS
|
|
22069
|
+
# for SQL Server DB instances only.
|
|
22070
|
+
#
|
|
22063
22071
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
22064
22072
|
# Tags to assign to resources associated with the DB instance.
|
|
22065
22073
|
#
|
|
@@ -22083,12 +22091,6 @@ module Aws::RDS
|
|
|
22083
22091
|
# This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL
|
|
22084
22092
|
# engines.
|
|
22085
22093
|
#
|
|
22086
|
-
# @option params [Array<Types::ModifyAdditionalStorageVolume>] :additional_storage_volumes
|
|
22087
|
-
# A list of additional storage volumes to modify or delete for the DB
|
|
22088
|
-
# instance. You can create up to 3 additional storage volumes.
|
|
22089
|
-
# Additional storage volumes are supported for RDS for Oracle and RDS
|
|
22090
|
-
# for SQL Server DB instances only.
|
|
22091
|
-
#
|
|
22092
22094
|
# @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
22093
22095
|
#
|
|
22094
22096
|
# * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
|
@@ -22141,7 +22143,7 @@ module Aws::RDS
|
|
|
22141
22143
|
# ],
|
|
22142
22144
|
# secondary_availability_zone: "us-west-2c",
|
|
22143
22145
|
# storage_type: "gp2",
|
|
22144
|
-
# },
|
|
22146
|
+
# },
|
|
22145
22147
|
# }
|
|
22146
22148
|
#
|
|
22147
22149
|
# @example Request syntax with placeholder values
|
|
@@ -22216,6 +22218,17 @@ module Aws::RDS
|
|
|
22216
22218
|
# multi_tenant: false,
|
|
22217
22219
|
# dedicated_log_volume: false,
|
|
22218
22220
|
# engine: "String",
|
|
22221
|
+
# additional_storage_volumes: [
|
|
22222
|
+
# {
|
|
22223
|
+
# volume_name: "String", # required
|
|
22224
|
+
# allocated_storage: 1,
|
|
22225
|
+
# iops: 1,
|
|
22226
|
+
# max_allocated_storage: 1,
|
|
22227
|
+
# storage_throughput: 1,
|
|
22228
|
+
# storage_type: "String",
|
|
22229
|
+
# set_for_delete: false,
|
|
22230
|
+
# },
|
|
22231
|
+
# ],
|
|
22219
22232
|
# tag_specifications: [
|
|
22220
22233
|
# {
|
|
22221
22234
|
# resource_type: "String",
|
|
@@ -22228,17 +22241,6 @@ module Aws::RDS
|
|
|
22228
22241
|
# },
|
|
22229
22242
|
# ],
|
|
22230
22243
|
# master_user_authentication_type: "password", # accepts password, iam-db-auth
|
|
22231
|
-
# additional_storage_volumes: [
|
|
22232
|
-
# {
|
|
22233
|
-
# volume_name: "String", # required
|
|
22234
|
-
# allocated_storage: 1,
|
|
22235
|
-
# iops: 1,
|
|
22236
|
-
# max_allocated_storage: 1,
|
|
22237
|
-
# storage_throughput: 1,
|
|
22238
|
-
# storage_type: "String",
|
|
22239
|
-
# set_for_delete: false,
|
|
22240
|
-
# },
|
|
22241
|
-
# ],
|
|
22242
22244
|
# })
|
|
22243
22245
|
#
|
|
22244
22246
|
# @example Response structure
|
|
@@ -22757,7 +22759,7 @@ module Aws::RDS
|
|
|
22757
22759
|
# max_idle_connections_percent: 1,
|
|
22758
22760
|
# connection_borrow_timeout: 1,
|
|
22759
22761
|
# session_pinning_filters: ["String"],
|
|
22760
|
-
# init_query: "
|
|
22762
|
+
# init_query: "OperatorSensitiveString",
|
|
22761
22763
|
# },
|
|
22762
22764
|
# new_name: "String",
|
|
22763
22765
|
# })
|
|
@@ -23150,7 +23152,6 @@ module Aws::RDS
|
|
|
23150
23152
|
# resp.db_snapshot.db_system_id #=> String
|
|
23151
23153
|
# resp.db_snapshot.multi_tenant #=> Boolean
|
|
23152
23154
|
# resp.db_snapshot.dedicated_log_volume #=> Boolean
|
|
23153
|
-
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
23154
23155
|
# resp.db_snapshot.additional_storage_volumes #=> Array
|
|
23155
23156
|
# resp.db_snapshot.additional_storage_volumes[0].volume_name #=> String
|
|
23156
23157
|
# resp.db_snapshot.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
@@ -23158,6 +23159,7 @@ module Aws::RDS
|
|
|
23158
23159
|
# resp.db_snapshot.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
23159
23160
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
23160
23161
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
23162
|
+
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
23161
23163
|
#
|
|
23162
23164
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot AWS API Documentation
|
|
23163
23165
|
#
|
|
@@ -24212,7 +24214,7 @@ module Aws::RDS
|
|
|
24212
24214
|
# db_instance_status: "modifying",
|
|
24213
24215
|
# read_replica_source_db_instance_identifier: "test-instance",
|
|
24214
24216
|
# storage_type: "standard",
|
|
24215
|
-
# },
|
|
24217
|
+
# },
|
|
24216
24218
|
# }
|
|
24217
24219
|
#
|
|
24218
24220
|
# @example Request syntax with placeholder values
|
|
@@ -24973,7 +24975,7 @@ module Aws::RDS
|
|
|
24973
24975
|
# },
|
|
24974
24976
|
# engine: "mysql",
|
|
24975
24977
|
# master_username: "admin",
|
|
24976
|
-
# },
|
|
24978
|
+
# },
|
|
24977
24979
|
# }
|
|
24978
24980
|
#
|
|
24979
24981
|
# @example Request syntax with placeholder values
|
|
@@ -28858,6 +28860,13 @@ module Aws::RDS
|
|
|
28858
28860
|
#
|
|
28859
28861
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
|
28860
28862
|
#
|
|
28863
|
+
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
28864
|
+
# A list of additional storage volumes to create for the DB instance.
|
|
28865
|
+
# You can create up to three additional storage volumes using the names
|
|
28866
|
+
# `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
|
|
28867
|
+
# volumes are supported for RDS for Oracle and RDS for SQL Server DB
|
|
28868
|
+
# instances only.
|
|
28869
|
+
#
|
|
28861
28870
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
28862
28871
|
# Tags to assign to resources associated with the DB instance.
|
|
28863
28872
|
#
|
|
@@ -28907,13 +28916,6 @@ module Aws::RDS
|
|
|
28907
28916
|
# Amazon Web Services account has a different default KMS key for each
|
|
28908
28917
|
# Amazon Web Services Region.
|
|
28909
28918
|
#
|
|
28910
|
-
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
28911
|
-
# A list of additional storage volumes to create for the DB instance.
|
|
28912
|
-
# You can create up to three additional storage volumes using the names
|
|
28913
|
-
# `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
|
|
28914
|
-
# volumes are supported for RDS for Oracle and RDS for SQL Server DB
|
|
28915
|
-
# instances only.
|
|
28916
|
-
#
|
|
28917
28919
|
# @return [Types::RestoreDBInstanceFromDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
28918
28920
|
#
|
|
28919
28921
|
# * {Types::RestoreDBInstanceFromDBSnapshotResult#db_instance #db_instance} => Types::DBInstance
|
|
@@ -28953,7 +28955,7 @@ module Aws::RDS
|
|
|
28953
28955
|
# preferred_maintenance_window: "mon:07:37-mon:08:07",
|
|
28954
28956
|
# read_replica_db_instance_identifiers: [
|
|
28955
28957
|
# ],
|
|
28956
|
-
# },
|
|
28958
|
+
# },
|
|
28957
28959
|
# }
|
|
28958
28960
|
#
|
|
28959
28961
|
# @example Request syntax with placeholder values
|
|
@@ -29011,6 +29013,16 @@ module Aws::RDS
|
|
|
29011
29013
|
# dedicated_log_volume: false,
|
|
29012
29014
|
# ca_certificate_identifier: "String",
|
|
29013
29015
|
# engine_lifecycle_support: "String",
|
|
29016
|
+
# additional_storage_volumes: [
|
|
29017
|
+
# {
|
|
29018
|
+
# volume_name: "String", # required
|
|
29019
|
+
# allocated_storage: 1,
|
|
29020
|
+
# iops: 1,
|
|
29021
|
+
# max_allocated_storage: 1,
|
|
29022
|
+
# storage_throughput: 1,
|
|
29023
|
+
# storage_type: "String",
|
|
29024
|
+
# },
|
|
29025
|
+
# ],
|
|
29014
29026
|
# tag_specifications: [
|
|
29015
29027
|
# {
|
|
29016
29028
|
# resource_type: "String",
|
|
@@ -29024,16 +29036,6 @@ module Aws::RDS
|
|
|
29024
29036
|
# ],
|
|
29025
29037
|
# manage_master_user_password: false,
|
|
29026
29038
|
# master_user_secret_kms_key_id: "String",
|
|
29027
|
-
# additional_storage_volumes: [
|
|
29028
|
-
# {
|
|
29029
|
-
# volume_name: "String", # required
|
|
29030
|
-
# allocated_storage: 1,
|
|
29031
|
-
# iops: 1,
|
|
29032
|
-
# max_allocated_storage: 1,
|
|
29033
|
-
# storage_throughput: 1,
|
|
29034
|
-
# storage_type: "String",
|
|
29035
|
-
# },
|
|
29036
|
-
# ],
|
|
29037
29039
|
# })
|
|
29038
29040
|
#
|
|
29039
29041
|
# @example Response structure
|
|
@@ -29800,6 +29802,13 @@ module Aws::RDS
|
|
|
29800
29802
|
#
|
|
29801
29803
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
|
29802
29804
|
#
|
|
29805
|
+
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
29806
|
+
# A list of additional storage volumes to modify or delete for the DB
|
|
29807
|
+
# instance. You can modify or delete up to three additional storage
|
|
29808
|
+
# volumes using the names `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`.
|
|
29809
|
+
# Additional storage volumes are supported for RDS for Oracle and RDS
|
|
29810
|
+
# for SQL Server DB instances only.
|
|
29811
|
+
#
|
|
29803
29812
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
29804
29813
|
# Tags to assign to resources associated with the DB instance.
|
|
29805
29814
|
#
|
|
@@ -29809,13 +29818,6 @@ module Aws::RDS
|
|
|
29809
29818
|
#
|
|
29810
29819
|
# ^
|
|
29811
29820
|
#
|
|
29812
|
-
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
29813
|
-
# A list of additional storage volumes to modify or delete for the DB
|
|
29814
|
-
# instance. You can modify or delete up to three additional storage
|
|
29815
|
-
# volumes using the names `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`.
|
|
29816
|
-
# Additional storage volumes are supported for RDS for Oracle and RDS
|
|
29817
|
-
# for SQL Server DB instances only.
|
|
29818
|
-
#
|
|
29819
29821
|
# @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
29820
29822
|
#
|
|
29821
29823
|
# * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance
|
|
@@ -29885,6 +29887,16 @@ module Aws::RDS
|
|
|
29885
29887
|
# dedicated_log_volume: false,
|
|
29886
29888
|
# ca_certificate_identifier: "String",
|
|
29887
29889
|
# engine_lifecycle_support: "String",
|
|
29890
|
+
# additional_storage_volumes: [
|
|
29891
|
+
# {
|
|
29892
|
+
# volume_name: "String", # required
|
|
29893
|
+
# allocated_storage: 1,
|
|
29894
|
+
# iops: 1,
|
|
29895
|
+
# max_allocated_storage: 1,
|
|
29896
|
+
# storage_throughput: 1,
|
|
29897
|
+
# storage_type: "String",
|
|
29898
|
+
# },
|
|
29899
|
+
# ],
|
|
29888
29900
|
# tag_specifications: [
|
|
29889
29901
|
# {
|
|
29890
29902
|
# resource_type: "String",
|
|
@@ -29896,16 +29908,6 @@ module Aws::RDS
|
|
|
29896
29908
|
# ],
|
|
29897
29909
|
# },
|
|
29898
29910
|
# ],
|
|
29899
|
-
# additional_storage_volumes: [
|
|
29900
|
-
# {
|
|
29901
|
-
# volume_name: "String", # required
|
|
29902
|
-
# allocated_storage: 1,
|
|
29903
|
-
# iops: 1,
|
|
29904
|
-
# max_allocated_storage: 1,
|
|
29905
|
-
# storage_throughput: 1,
|
|
29906
|
-
# storage_type: "String",
|
|
29907
|
-
# },
|
|
29908
|
-
# ],
|
|
29909
29911
|
# })
|
|
29910
29912
|
#
|
|
29911
29913
|
# @example Response structure
|
|
@@ -30732,6 +30734,13 @@ module Aws::RDS
|
|
|
30732
30734
|
#
|
|
30733
30735
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
|
30734
30736
|
#
|
|
30737
|
+
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
30738
|
+
# A list of additional storage volumes to restore to the DB instance.
|
|
30739
|
+
# You can restore up to three additional storage volumes using the names
|
|
30740
|
+
# `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
|
|
30741
|
+
# volumes are supported for RDS for Oracle and RDS for SQL Server DB
|
|
30742
|
+
# instances only.
|
|
30743
|
+
#
|
|
30735
30744
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
|
30736
30745
|
# Tags to assign to resources associated with the DB instance.
|
|
30737
30746
|
#
|
|
@@ -30781,13 +30790,6 @@ module Aws::RDS
|
|
|
30781
30790
|
# Amazon Web Services account has a different default KMS key for each
|
|
30782
30791
|
# Amazon Web Services Region.
|
|
30783
30792
|
#
|
|
30784
|
-
# @option params [Array<Types::AdditionalStorageVolume>] :additional_storage_volumes
|
|
30785
|
-
# A list of additional storage volumes to restore to the DB instance.
|
|
30786
|
-
# You can restore up to three additional storage volumes using the names
|
|
30787
|
-
# `rdsdbdata2`, `rdsdbdata3`, and `rdsdbdata4`. Additional storage
|
|
30788
|
-
# volumes are supported for RDS for Oracle and RDS for SQL Server DB
|
|
30789
|
-
# instances only.
|
|
30790
|
-
#
|
|
30791
30793
|
# @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
30792
30794
|
#
|
|
30793
30795
|
# * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
|
|
@@ -30948,6 +30950,16 @@ module Aws::RDS
|
|
|
30948
30950
|
# dedicated_log_volume: false,
|
|
30949
30951
|
# ca_certificate_identifier: "String",
|
|
30950
30952
|
# engine_lifecycle_support: "String",
|
|
30953
|
+
# additional_storage_volumes: [
|
|
30954
|
+
# {
|
|
30955
|
+
# volume_name: "String", # required
|
|
30956
|
+
# allocated_storage: 1,
|
|
30957
|
+
# iops: 1,
|
|
30958
|
+
# max_allocated_storage: 1,
|
|
30959
|
+
# storage_throughput: 1,
|
|
30960
|
+
# storage_type: "String",
|
|
30961
|
+
# },
|
|
30962
|
+
# ],
|
|
30951
30963
|
# tag_specifications: [
|
|
30952
30964
|
# {
|
|
30953
30965
|
# resource_type: "String",
|
|
@@ -30961,16 +30973,6 @@ module Aws::RDS
|
|
|
30961
30973
|
# ],
|
|
30962
30974
|
# manage_master_user_password: false,
|
|
30963
30975
|
# master_user_secret_kms_key_id: "String",
|
|
30964
|
-
# additional_storage_volumes: [
|
|
30965
|
-
# {
|
|
30966
|
-
# volume_name: "String", # required
|
|
30967
|
-
# allocated_storage: 1,
|
|
30968
|
-
# iops: 1,
|
|
30969
|
-
# max_allocated_storage: 1,
|
|
30970
|
-
# storage_throughput: 1,
|
|
30971
|
-
# storage_type: "String",
|
|
30972
|
-
# },
|
|
30973
|
-
# ],
|
|
30974
30976
|
# })
|
|
30975
30977
|
#
|
|
30976
30978
|
# @example Response structure
|
|
@@ -31407,7 +31409,7 @@ module Aws::RDS
|
|
|
31407
31409
|
# backup_retention_period: 1,
|
|
31408
31410
|
# db_cluster_identifier: "mydbcluster",
|
|
31409
31411
|
# database_name: "mydb",
|
|
31410
|
-
# },
|
|
31412
|
+
# },
|
|
31411
31413
|
# }
|
|
31412
31414
|
#
|
|
31413
31415
|
# @example Request syntax with placeholder values
|
|
@@ -31607,7 +31609,7 @@ module Aws::RDS
|
|
|
31607
31609
|
# {
|
|
31608
31610
|
# db_instance: {
|
|
31609
31611
|
# db_instance_status: "starting",
|
|
31610
|
-
# },
|
|
31612
|
+
# },
|
|
31611
31613
|
# }
|
|
31612
31614
|
#
|
|
31613
31615
|
# @example Request syntax with placeholder values
|
|
@@ -32280,7 +32282,7 @@ module Aws::RDS
|
|
|
32280
32282
|
# backup_retention_period: 1,
|
|
32281
32283
|
# db_cluster_identifier: "mydbcluster",
|
|
32282
32284
|
# database_name: "mydb",
|
|
32283
|
-
# },
|
|
32285
|
+
# },
|
|
32284
32286
|
# }
|
|
32285
32287
|
#
|
|
32286
32288
|
# @example Request syntax with placeholder values
|
|
@@ -32487,7 +32489,7 @@ module Aws::RDS
|
|
|
32487
32489
|
# {
|
|
32488
32490
|
# db_instance: {
|
|
32489
32491
|
# db_instance_status: "stopping",
|
|
32490
|
-
# },
|
|
32492
|
+
# },
|
|
32491
32493
|
# }
|
|
32492
32494
|
#
|
|
32493
32495
|
# @example Request syntax with placeholder values
|
|
@@ -32860,7 +32862,7 @@ module Aws::RDS
|
|
|
32860
32862
|
# blue_green_deployment: {
|
|
32861
32863
|
# blue_green_deployment_identifier: "bgd-v53303651eexfake",
|
|
32862
32864
|
# blue_green_deployment_name: "bgd-cli-test-instance",
|
|
32863
|
-
# create_time: Time.parse("2022-02-25T22:33:22.
|
|
32865
|
+
# create_time: Time.parse("2022-02-25T22:33:22.225Z"),
|
|
32864
32866
|
# source: "arn:aws:rds:us-east-1:123456789012:db:my-db-instance",
|
|
32865
32867
|
# status: "SWITCHOVER_IN_PROGRESS",
|
|
32866
32868
|
# switchover_details: [
|
|
@@ -32921,7 +32923,7 @@ module Aws::RDS
|
|
|
32921
32923
|
# blue_green_deployment: {
|
|
32922
32924
|
# blue_green_deployment_identifier: "bgd-wi89nwzglccsfake",
|
|
32923
32925
|
# blue_green_deployment_name: "my-blue-green-deployment",
|
|
32924
|
-
# create_time: Time.parse("2022-02-25T22:38:49.
|
|
32926
|
+
# create_time: Time.parse("2022-02-25T22:38:49.522Z"),
|
|
32925
32927
|
# source: "arn:aws:rds:us-east-1:123456789012:cluster:my-aurora-mysql-cluster",
|
|
32926
32928
|
# status: "SWITCHOVER_IN_PROGRESS",
|
|
32927
32929
|
# switchover_details: [
|
|
@@ -33340,7 +33342,7 @@ module Aws::RDS
|
|
|
33340
33342
|
tracer: tracer
|
|
33341
33343
|
)
|
|
33342
33344
|
context[:gem_name] = 'aws-sdk-rds'
|
|
33343
|
-
context[:gem_version] = '1.
|
|
33345
|
+
context[:gem_version] = '1.305.0'
|
|
33344
33346
|
Seahorse::Client::Request.new(handlers, context)
|
|
33345
33347
|
end
|
|
33346
33348
|
|