aws-sdk-rds 1.158.0 → 1.160.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e186d04149b250192c3d9ba9411e0fdd98df46f8b22d8577b00b4515bf6a7ad
4
- data.tar.gz: 26658f6fe17e7508f75ea2f70fcbd0288384f09794df3bc0a9f26112b592e12d
3
+ metadata.gz: fce18f166825b7332b6d0d35ccf950ab96f2abeeca91a4a37b165e6ab31a6bc7
4
+ data.tar.gz: 408c5957839212d22ad213d17fb1119995472edb4aa836c71d03452e993f640d
5
5
  SHA512:
6
- metadata.gz: 6380d4878ccb2fa2b7670372f4b46899dc912067b17208eed0f76f45b00253d2a4425b10c54d8c60217119247976d5bb5844c51cc3016bed6270ccc2e12d87e8
7
- data.tar.gz: 197df34651d0be8eb3be089c752067586c8eb3cbdb9e0fa154ed59928ef672e14dc8204d501b0267b646893552996f7359930fc3cb146ac84223a272e233d4d7
6
+ metadata.gz: 996464f912cea25d242a761c5cf5dcc59c852b2fda407bcdd8a7672ec15c6d62c324257f0b6781afdd3bae8387cf2ad0bff66de9484121d93ac5d3054241472f
7
+ data.tar.gz: 357a275f51959c806644c2393657fb2458f5b21d6353a123e0f29d58fd521d0d65664750a544ded0db806a0963c349bb7d3e30a104587c9ea3383e7ff3cb96cc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.160.0 (2022-11-16)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for container databases (CDBs) to Amazon RDS Custom for Oracle. A CDB contains one PDB at creation. You can add more PDBs using Oracle SQL. You can also customize your database installation by setting the Oracle base, Oracle home, and the OS user name and group.
8
+
9
+ 1.159.0 (2022-11-14)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for restoring an RDS Multi-AZ DB cluster snapshot to a Single-AZ deployment or a Multi-AZ DB instance deployment.
13
+
4
14
  1.158.0 (2022-11-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.158.0
1
+ 1.160.0
@@ -1292,6 +1292,7 @@ module Aws::RDS
1292
1292
  # resp.db_cluster_snapshot.tag_list #=> Array
1293
1293
  # resp.db_cluster_snapshot.tag_list[0].key #=> String
1294
1294
  # resp.db_cluster_snapshot.tag_list[0].value #=> String
1295
+ # resp.db_cluster_snapshot.db_system_id #=> String
1295
1296
  #
1296
1297
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterSnapshot AWS API Documentation
1297
1298
  #
@@ -1952,6 +1953,7 @@ module Aws::RDS
1952
1953
  # * {Types::DBEngineVersion#create_time #create_time} => Time
1953
1954
  # * {Types::DBEngineVersion#tag_list #tag_list} => Array<Types::Tag>
1954
1955
  # * {Types::DBEngineVersion#supports_babelfish #supports_babelfish} => Boolean
1956
+ # * {Types::DBEngineVersion#custom_db_engine_version_manifest #custom_db_engine_version_manifest} => String
1955
1957
  #
1956
1958
  # @example Request syntax with placeholder values
1957
1959
  #
@@ -2020,6 +2022,7 @@ module Aws::RDS
2020
2022
  # resp.tag_list[0].key #=> String
2021
2023
  # resp.tag_list[0].value #=> String
2022
2024
  # resp.supports_babelfish #=> Boolean
2025
+ # resp.custom_db_engine_version_manifest #=> String
2023
2026
  #
2024
2027
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomDBEngineVersion AWS API Documentation
2025
2028
  #
@@ -2815,6 +2818,9 @@ module Aws::RDS
2815
2818
  #
2816
2819
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
2817
2820
  #
2821
+ # @option params [String] :db_system_id
2822
+ # Reserved for future use.
2823
+ #
2818
2824
  # @option params [String] :source_region
2819
2825
  # The source region of the snapshot. This is only needed when the
2820
2826
  # shapshot is encrypted and in a different region.
@@ -2914,6 +2920,7 @@ module Aws::RDS
2914
2920
  # max_capacity: 1.0,
2915
2921
  # },
2916
2922
  # network_type: "String",
2923
+ # db_system_id: "String",
2917
2924
  # source_region: "String",
2918
2925
  # })
2919
2926
  #
@@ -3009,6 +3016,9 @@ module Aws::RDS
3009
3016
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
3010
3017
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
3011
3018
  # resp.db_cluster.pending_modified_values.engine_version #=> String
3019
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
3020
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
3021
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
3012
3022
  # resp.db_cluster.db_cluster_instance_class #=> String
3013
3023
  # resp.db_cluster.storage_type #=> String
3014
3024
  # resp.db_cluster.iops #=> Integer
@@ -3022,6 +3032,7 @@ module Aws::RDS
3022
3032
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
3023
3033
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
3024
3034
  # resp.db_cluster.network_type #=> String
3035
+ # resp.db_cluster.db_system_id #=> String
3025
3036
  #
3026
3037
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
3027
3038
  #
@@ -3390,6 +3401,7 @@ module Aws::RDS
3390
3401
  # resp.db_cluster_snapshot.tag_list #=> Array
3391
3402
  # resp.db_cluster_snapshot.tag_list[0].key #=> String
3392
3403
  # resp.db_cluster_snapshot.tag_list[0].value #=> String
3404
+ # resp.db_cluster_snapshot.db_system_id #=> String
3393
3405
  #
3394
3406
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterSnapshot AWS API Documentation
3395
3407
  #
@@ -4520,6 +4532,8 @@ module Aws::RDS
4520
4532
  # @option params [Integer] :storage_throughput
4521
4533
  # Specifies the storage throughput value for the DB instance.
4522
4534
  #
4535
+ # This setting applies only to the `gp3` storage type.
4536
+ #
4523
4537
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
4524
4538
  #
4525
4539
  # @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -4757,6 +4771,7 @@ module Aws::RDS
4757
4771
  # resp.db_instance.network_type #=> String
4758
4772
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
4759
4773
  # resp.db_instance.storage_throughput #=> Integer
4774
+ # resp.db_instance.db_system_id #=> String
4760
4775
  #
4761
4776
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
4762
4777
  #
@@ -5556,6 +5571,7 @@ module Aws::RDS
5556
5571
  # resp.db_instance.network_type #=> String
5557
5572
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
5558
5573
  # resp.db_instance.storage_throughput #=> Integer
5574
+ # resp.db_instance.db_system_id #=> String
5559
5575
  #
5560
5576
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
5561
5577
  #
@@ -6699,6 +6715,7 @@ module Aws::RDS
6699
6715
  # * {Types::DBEngineVersion#create_time #create_time} => Time
6700
6716
  # * {Types::DBEngineVersion#tag_list #tag_list} => Array<Types::Tag>
6701
6717
  # * {Types::DBEngineVersion#supports_babelfish #supports_babelfish} => Boolean
6718
+ # * {Types::DBEngineVersion#custom_db_engine_version_manifest #custom_db_engine_version_manifest} => String
6702
6719
  #
6703
6720
  # @example Request syntax with placeholder values
6704
6721
  #
@@ -6756,6 +6773,7 @@ module Aws::RDS
6756
6773
  # resp.tag_list[0].key #=> String
6757
6774
  # resp.tag_list[0].value #=> String
6758
6775
  # resp.supports_babelfish #=> Boolean
6776
+ # resp.custom_db_engine_version_manifest #=> String
6759
6777
  #
6760
6778
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomDBEngineVersion AWS API Documentation
6761
6779
  #
@@ -6944,6 +6962,9 @@ module Aws::RDS
6944
6962
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
6945
6963
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
6946
6964
  # resp.db_cluster.pending_modified_values.engine_version #=> String
6965
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
6966
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
6967
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
6947
6968
  # resp.db_cluster.db_cluster_instance_class #=> String
6948
6969
  # resp.db_cluster.storage_type #=> String
6949
6970
  # resp.db_cluster.iops #=> Integer
@@ -6957,6 +6978,7 @@ module Aws::RDS
6957
6978
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
6958
6979
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
6959
6980
  # resp.db_cluster.network_type #=> String
6981
+ # resp.db_cluster.db_system_id #=> String
6960
6982
  #
6961
6983
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
6962
6984
  #
@@ -7152,6 +7174,7 @@ module Aws::RDS
7152
7174
  # resp.db_cluster_snapshot.tag_list #=> Array
7153
7175
  # resp.db_cluster_snapshot.tag_list[0].key #=> String
7154
7176
  # resp.db_cluster_snapshot.tag_list[0].value #=> String
7177
+ # resp.db_cluster_snapshot.db_system_id #=> String
7155
7178
  #
7156
7179
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
7157
7180
  #
@@ -7425,6 +7448,7 @@ module Aws::RDS
7425
7448
  # resp.db_instance.network_type #=> String
7426
7449
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
7427
7450
  # resp.db_instance.storage_throughput #=> Integer
7451
+ # resp.db_instance.db_system_id #=> String
7428
7452
  #
7429
7453
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
7430
7454
  #
@@ -8809,6 +8833,7 @@ module Aws::RDS
8809
8833
  # resp.db_cluster_snapshots[0].tag_list #=> Array
8810
8834
  # resp.db_cluster_snapshots[0].tag_list[0].key #=> String
8811
8835
  # resp.db_cluster_snapshots[0].tag_list[0].value #=> String
8836
+ # resp.db_cluster_snapshots[0].db_system_id #=> String
8812
8837
  #
8813
8838
  #
8814
8839
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -9025,6 +9050,9 @@ module Aws::RDS
9025
9050
  # resp.db_clusters[0].pending_modified_values.master_user_password #=> String
9026
9051
  # resp.db_clusters[0].pending_modified_values.iam_database_authentication_enabled #=> Boolean
9027
9052
  # resp.db_clusters[0].pending_modified_values.engine_version #=> String
9053
+ # resp.db_clusters[0].pending_modified_values.backup_retention_period #=> Integer
9054
+ # resp.db_clusters[0].pending_modified_values.allocated_storage #=> Integer
9055
+ # resp.db_clusters[0].pending_modified_values.iops #=> Integer
9028
9056
  # resp.db_clusters[0].db_cluster_instance_class #=> String
9029
9057
  # resp.db_clusters[0].storage_type #=> String
9030
9058
  # resp.db_clusters[0].iops #=> Integer
@@ -9038,6 +9066,7 @@ module Aws::RDS
9038
9066
  # resp.db_clusters[0].serverless_v2_scaling_configuration.min_capacity #=> Float
9039
9067
  # resp.db_clusters[0].serverless_v2_scaling_configuration.max_capacity #=> Float
9040
9068
  # resp.db_clusters[0].network_type #=> String
9069
+ # resp.db_clusters[0].db_system_id #=> String
9041
9070
  #
9042
9071
  #
9043
9072
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -9286,6 +9315,7 @@ module Aws::RDS
9286
9315
  # resp.db_engine_versions[0].tag_list[0].key #=> String
9287
9316
  # resp.db_engine_versions[0].tag_list[0].value #=> String
9288
9317
  # resp.db_engine_versions[0].supports_babelfish #=> Boolean
9318
+ # resp.db_engine_versions[0].custom_db_engine_version_manifest #=> String
9289
9319
  #
9290
9320
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions AWS API Documentation
9291
9321
  #
@@ -9667,6 +9697,7 @@ module Aws::RDS
9667
9697
  # resp.db_instances[0].network_type #=> String
9668
9698
  # resp.db_instances[0].activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
9669
9699
  # resp.db_instances[0].storage_throughput #=> Integer
9700
+ # resp.db_instances[0].db_system_id #=> String
9670
9701
  #
9671
9702
  #
9672
9703
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -12853,6 +12884,9 @@ module Aws::RDS
12853
12884
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
12854
12885
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
12855
12886
  # resp.db_cluster.pending_modified_values.engine_version #=> String
12887
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
12888
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
12889
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
12856
12890
  # resp.db_cluster.db_cluster_instance_class #=> String
12857
12891
  # resp.db_cluster.storage_type #=> String
12858
12892
  # resp.db_cluster.iops #=> Integer
@@ -12866,6 +12900,7 @@ module Aws::RDS
12866
12900
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
12867
12901
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
12868
12902
  # resp.db_cluster.network_type #=> String
12903
+ # resp.db_cluster.db_system_id #=> String
12869
12904
  #
12870
12905
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
12871
12906
  #
@@ -13353,6 +13388,7 @@ module Aws::RDS
13353
13388
  # * {Types::DBEngineVersion#create_time #create_time} => Time
13354
13389
  # * {Types::DBEngineVersion#tag_list #tag_list} => Array<Types::Tag>
13355
13390
  # * {Types::DBEngineVersion#supports_babelfish #supports_babelfish} => Boolean
13391
+ # * {Types::DBEngineVersion#custom_db_engine_version_manifest #custom_db_engine_version_manifest} => String
13356
13392
  #
13357
13393
  # @example Request syntax with placeholder values
13358
13394
  #
@@ -13412,6 +13448,7 @@ module Aws::RDS
13412
13448
  # resp.tag_list[0].key #=> String
13413
13449
  # resp.tag_list[0].value #=> String
13414
13450
  # resp.supports_babelfish #=> Boolean
13451
+ # resp.custom_db_engine_version_manifest #=> String
13415
13452
  #
13416
13453
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCustomDBEngineVersion AWS API Documentation
13417
13454
  #
@@ -14131,6 +14168,9 @@ module Aws::RDS
14131
14168
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
14132
14169
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
14133
14170
  # resp.db_cluster.pending_modified_values.engine_version #=> String
14171
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
14172
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
14173
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
14134
14174
  # resp.db_cluster.db_cluster_instance_class #=> String
14135
14175
  # resp.db_cluster.storage_type #=> String
14136
14176
  # resp.db_cluster.iops #=> Integer
@@ -14144,6 +14184,7 @@ module Aws::RDS
14144
14184
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
14145
14185
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
14146
14186
  # resp.db_cluster.network_type #=> String
14187
+ # resp.db_cluster.db_system_id #=> String
14147
14188
  #
14148
14189
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
14149
14190
  #
@@ -15289,6 +15330,8 @@ module Aws::RDS
15289
15330
  # @option params [Integer] :storage_throughput
15290
15331
  # Specifies the storage throughput value for the DB instance.
15291
15332
  #
15333
+ # This setting applies only to the `gp3` storage type.
15334
+ #
15292
15335
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
15293
15336
  #
15294
15337
  # @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -15523,6 +15566,7 @@ module Aws::RDS
15523
15566
  # resp.db_instance.network_type #=> String
15524
15567
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
15525
15568
  # resp.db_instance.storage_throughput #=> Integer
15569
+ # resp.db_instance.db_system_id #=> String
15526
15570
  #
15527
15571
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
15528
15572
  #
@@ -16757,6 +16801,7 @@ module Aws::RDS
16757
16801
  # resp.db_instance.network_type #=> String
16758
16802
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
16759
16803
  # resp.db_instance.storage_throughput #=> Integer
16804
+ # resp.db_instance.db_system_id #=> String
16760
16805
  #
16761
16806
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
16762
16807
  #
@@ -16883,6 +16928,9 @@ module Aws::RDS
16883
16928
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
16884
16929
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
16885
16930
  # resp.db_cluster.pending_modified_values.engine_version #=> String
16931
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
16932
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
16933
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
16886
16934
  # resp.db_cluster.db_cluster_instance_class #=> String
16887
16935
  # resp.db_cluster.storage_type #=> String
16888
16936
  # resp.db_cluster.iops #=> Integer
@@ -16896,6 +16944,7 @@ module Aws::RDS
16896
16944
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
16897
16945
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
16898
16946
  # resp.db_cluster.network_type #=> String
16947
+ # resp.db_cluster.db_system_id #=> String
16899
16948
  #
16900
16949
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
16901
16950
  #
@@ -17126,6 +17175,9 @@ module Aws::RDS
17126
17175
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
17127
17176
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
17128
17177
  # resp.db_cluster.pending_modified_values.engine_version #=> String
17178
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
17179
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
17180
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
17129
17181
  # resp.db_cluster.db_cluster_instance_class #=> String
17130
17182
  # resp.db_cluster.storage_type #=> String
17131
17183
  # resp.db_cluster.iops #=> Integer
@@ -17139,6 +17191,7 @@ module Aws::RDS
17139
17191
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
17140
17192
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
17141
17193
  # resp.db_cluster.network_type #=> String
17194
+ # resp.db_cluster.db_system_id #=> String
17142
17195
  #
17143
17196
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
17144
17197
  #
@@ -17358,6 +17411,7 @@ module Aws::RDS
17358
17411
  # resp.db_instance.network_type #=> String
17359
17412
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
17360
17413
  # resp.db_instance.storage_throughput #=> Integer
17414
+ # resp.db_instance.db_system_id #=> String
17361
17415
  #
17362
17416
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
17363
17417
  #
@@ -18365,6 +18419,9 @@ module Aws::RDS
18365
18419
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
18366
18420
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
18367
18421
  # resp.db_cluster.pending_modified_values.engine_version #=> String
18422
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
18423
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
18424
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
18368
18425
  # resp.db_cluster.db_cluster_instance_class #=> String
18369
18426
  # resp.db_cluster.storage_type #=> String
18370
18427
  # resp.db_cluster.iops #=> Integer
@@ -18378,6 +18435,7 @@ module Aws::RDS
18378
18435
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
18379
18436
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
18380
18437
  # resp.db_cluster.network_type #=> String
18438
+ # resp.db_cluster.db_system_id #=> String
18381
18439
  #
18382
18440
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
18383
18441
  #
@@ -18999,6 +19057,9 @@ module Aws::RDS
18999
19057
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
19000
19058
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
19001
19059
  # resp.db_cluster.pending_modified_values.engine_version #=> String
19060
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
19061
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
19062
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
19002
19063
  # resp.db_cluster.db_cluster_instance_class #=> String
19003
19064
  # resp.db_cluster.storage_type #=> String
19004
19065
  # resp.db_cluster.iops #=> Integer
@@ -19012,6 +19073,7 @@ module Aws::RDS
19012
19073
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
19013
19074
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
19014
19075
  # resp.db_cluster.network_type #=> String
19076
+ # resp.db_cluster.db_system_id #=> String
19015
19077
  #
19016
19078
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
19017
19079
  #
@@ -19602,6 +19664,9 @@ module Aws::RDS
19602
19664
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
19603
19665
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
19604
19666
  # resp.db_cluster.pending_modified_values.engine_version #=> String
19667
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
19668
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
19669
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
19605
19670
  # resp.db_cluster.db_cluster_instance_class #=> String
19606
19671
  # resp.db_cluster.storage_type #=> String
19607
19672
  # resp.db_cluster.iops #=> Integer
@@ -19615,6 +19680,7 @@ module Aws::RDS
19615
19680
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
19616
19681
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
19617
19682
  # resp.db_cluster.network_type #=> String
19683
+ # resp.db_cluster.db_system_id #=> String
19618
19684
  #
19619
19685
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
19620
19686
  #
@@ -19666,13 +19732,18 @@ module Aws::RDS
19666
19732
  #
19667
19733
  # Example: `my-snapshot-id`
19668
19734
  #
19669
- # @option params [required, String] :db_snapshot_identifier
19735
+ # @option params [String] :db_snapshot_identifier
19670
19736
  # The identifier for the DB snapshot to restore from.
19671
19737
  #
19672
19738
  # Constraints:
19673
19739
  #
19674
19740
  # * Must match the identifier of an existing DBSnapshot.
19675
19741
  #
19742
+ # * Can't be specified when `DBClusterSnapshotIdentifier` is specified.
19743
+ #
19744
+ # * Must be specified when `DBClusterSnapshotIdentifier` isn't
19745
+ # specified.
19746
+ #
19676
19747
  # * If you are restoring from a shared manual DB snapshot, the
19677
19748
  # `DBSnapshotIdentifier` must be the ARN of the shared DB snapshot.
19678
19749
  #
@@ -20051,6 +20122,36 @@ module Aws::RDS
20051
20122
  #
20052
20123
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
20053
20124
  #
20125
+ # @option params [String] :db_cluster_snapshot_identifier
20126
+ # The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to
20127
+ # restore from.
20128
+ #
20129
+ # For more information on Multi-AZ DB clusters, see [ Multi-AZ
20130
+ # deployments with two readable standby DB instances][1] in the *Amazon
20131
+ # RDS User Guide*.
20132
+ #
20133
+ # Constraints:
20134
+ #
20135
+ # * Must match the identifier of an existing Multi-AZ DB cluster
20136
+ # snapshot.
20137
+ #
20138
+ # * Can't be specified when `DBSnapshotIdentifier` is specified.
20139
+ #
20140
+ # * Must be specified when `DBSnapshotIdentifier` isn't specified.
20141
+ #
20142
+ # * If you are restoring from a shared manual Multi-AZ DB cluster
20143
+ # snapshot, the `DBClusterSnapshotIdentifier` must be the ARN of the
20144
+ # shared snapshot.
20145
+ #
20146
+ # * Can't be the identifier of an Aurora DB cluster snapshot.
20147
+ #
20148
+ # * Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB
20149
+ # cluster snapshot.
20150
+ #
20151
+ #
20152
+ #
20153
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
20154
+ #
20054
20155
  # @return [Types::RestoreDBInstanceFromDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
20055
20156
  #
20056
20157
  # * {Types::RestoreDBInstanceFromDBSnapshotResult#db_instance #db_instance} => Types::DBInstance
@@ -20154,7 +20255,7 @@ module Aws::RDS
20154
20255
  #
20155
20256
  # resp = client.restore_db_instance_from_db_snapshot({
20156
20257
  # db_instance_identifier: "String", # required
20157
- # db_snapshot_identifier: "String", # required
20258
+ # db_snapshot_identifier: "String",
20158
20259
  # db_instance_class: "String",
20159
20260
  # port: 1,
20160
20261
  # availability_zone: "String",
@@ -20196,6 +20297,7 @@ module Aws::RDS
20196
20297
  # backup_target: "String",
20197
20298
  # network_type: "String",
20198
20299
  # storage_throughput: 1,
20300
+ # db_cluster_snapshot_identifier: "String",
20199
20301
  # })
20200
20302
  #
20201
20303
  # @example Response structure
@@ -20342,6 +20444,7 @@ module Aws::RDS
20342
20444
  # resp.db_instance.network_type #=> String
20343
20445
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
20344
20446
  # resp.db_instance.storage_throughput #=> Integer
20447
+ # resp.db_instance.db_system_id #=> String
20345
20448
  #
20346
20449
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
20347
20450
  #
@@ -20998,6 +21101,7 @@ module Aws::RDS
20998
21101
  # resp.db_instance.network_type #=> String
20999
21102
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
21000
21103
  # resp.db_instance.storage_throughput #=> Integer
21104
+ # resp.db_instance.db_system_id #=> String
21001
21105
  #
21002
21106
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
21003
21107
  #
@@ -21745,6 +21849,7 @@ module Aws::RDS
21745
21849
  # resp.db_instance.network_type #=> String
21746
21850
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
21747
21851
  # resp.db_instance.storage_throughput #=> Integer
21852
+ # resp.db_instance.db_system_id #=> String
21748
21853
  #
21749
21854
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
21750
21855
  #
@@ -22051,6 +22156,9 @@ module Aws::RDS
22051
22156
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
22052
22157
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
22053
22158
  # resp.db_cluster.pending_modified_values.engine_version #=> String
22159
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
22160
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
22161
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
22054
22162
  # resp.db_cluster.db_cluster_instance_class #=> String
22055
22163
  # resp.db_cluster.storage_type #=> String
22056
22164
  # resp.db_cluster.iops #=> Integer
@@ -22064,6 +22172,7 @@ module Aws::RDS
22064
22172
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
22065
22173
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
22066
22174
  # resp.db_cluster.network_type #=> String
22175
+ # resp.db_cluster.db_system_id #=> String
22067
22176
  #
22068
22177
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
22069
22178
  #
@@ -22247,6 +22356,7 @@ module Aws::RDS
22247
22356
  # resp.db_instance.network_type #=> String
22248
22357
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
22249
22358
  # resp.db_instance.storage_throughput #=> Integer
22359
+ # resp.db_instance.db_system_id #=> String
22250
22360
  #
22251
22361
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
22252
22362
  #
@@ -22675,6 +22785,9 @@ module Aws::RDS
22675
22785
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
22676
22786
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
22677
22787
  # resp.db_cluster.pending_modified_values.engine_version #=> String
22788
+ # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
22789
+ # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
22790
+ # resp.db_cluster.pending_modified_values.iops #=> Integer
22678
22791
  # resp.db_cluster.db_cluster_instance_class #=> String
22679
22792
  # resp.db_cluster.storage_type #=> String
22680
22793
  # resp.db_cluster.iops #=> Integer
@@ -22688,6 +22801,7 @@ module Aws::RDS
22688
22801
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
22689
22802
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
22690
22803
  # resp.db_cluster.network_type #=> String
22804
+ # resp.db_cluster.db_system_id #=> String
22691
22805
  #
22692
22806
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
22693
22807
  #
@@ -22878,6 +22992,7 @@ module Aws::RDS
22878
22992
  # resp.db_instance.network_type #=> String
22879
22993
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
22880
22994
  # resp.db_instance.storage_throughput #=> Integer
22995
+ # resp.db_instance.db_system_id #=> String
22881
22996
  #
22882
22997
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
22883
22998
  #
@@ -23126,6 +23241,7 @@ module Aws::RDS
23126
23241
  # resp.db_instance.network_type #=> String
23127
23242
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
23128
23243
  # resp.db_instance.storage_throughput #=> Integer
23244
+ # resp.db_instance.db_system_id #=> String
23129
23245
  #
23130
23246
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SwitchoverReadReplica AWS API Documentation
23131
23247
  #
@@ -23149,7 +23265,7 @@ module Aws::RDS
23149
23265
  params: params,
23150
23266
  config: config)
23151
23267
  context[:gem_name] = 'aws-sdk-rds'
23152
- context[:gem_version] = '1.158.0'
23268
+ context[:gem_version] = '1.160.0'
23153
23269
  Seahorse::Client::Request.new(handlers, context)
23154
23270
  end
23155
23271
 
@@ -725,6 +725,9 @@ module Aws::RDS
725
725
  ClusterPendingModifiedValues.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
726
726
  ClusterPendingModifiedValues.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IAMDatabaseAuthenticationEnabled"))
727
727
  ClusterPendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
728
+ ClusterPendingModifiedValues.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
729
+ ClusterPendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
730
+ ClusterPendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
728
731
  ClusterPendingModifiedValues.struct_class = Types::ClusterPendingModifiedValues
729
732
 
730
733
  ConnectionPoolConfiguration.add_member(:max_connections_percent, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxConnectionsPercent"))
@@ -858,6 +861,7 @@ module Aws::RDS
858
861
  CreateDBClusterMessage.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
859
862
  CreateDBClusterMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
860
863
  CreateDBClusterMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
864
+ CreateDBClusterMessage.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
861
865
  CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
862
866
  CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
863
867
 
@@ -1150,6 +1154,7 @@ module Aws::RDS
1150
1154
  DBCluster.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
1151
1155
  DBCluster.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfigurationInfo, location_name: "ServerlessV2ScalingConfiguration"))
1152
1156
  DBCluster.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1157
+ DBCluster.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
1153
1158
  DBCluster.struct_class = Types::DBCluster
1154
1159
 
1155
1160
  DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
@@ -1281,6 +1286,7 @@ module Aws::RDS
1281
1286
  DBClusterSnapshot.add_member(:source_db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterSnapshotArn"))
1282
1287
  DBClusterSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
1283
1288
  DBClusterSnapshot.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
1289
+ DBClusterSnapshot.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
1284
1290
  DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
1285
1291
 
1286
1292
  DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
@@ -1329,6 +1335,7 @@ module Aws::RDS
1329
1335
  DBEngineVersion.add_member(:create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreateTime"))
1330
1336
  DBEngineVersion.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
1331
1337
  DBEngineVersion.add_member(:supports_babelfish, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsBabelfish"))
1338
+ DBEngineVersion.add_member(:custom_db_engine_version_manifest, Shapes::ShapeRef.new(shape: CustomDBEngineVersionManifest, location_name: "CustomDBEngineVersionManifest"))
1332
1339
  DBEngineVersion.struct_class = Types::DBEngineVersion
1333
1340
 
1334
1341
  DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
@@ -1414,6 +1421,7 @@ module Aws::RDS
1414
1421
  DBInstance.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1415
1422
  DBInstance.add_member(:activity_stream_policy_status, Shapes::ShapeRef.new(shape: ActivityStreamPolicyStatus, location_name: "ActivityStreamPolicyStatus"))
1416
1423
  DBInstance.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
1424
+ DBInstance.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
1417
1425
  DBInstance.struct_class = Types::DBInstance
1418
1426
 
1419
1427
  DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
@@ -3105,7 +3113,7 @@ module Aws::RDS
3105
3113
  RestoreDBClusterToPointInTimeResult.struct_class = Types::RestoreDBClusterToPointInTimeResult
3106
3114
 
3107
3115
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
3108
- RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
3116
+ RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotIdentifier"))
3109
3117
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
3110
3118
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
3111
3119
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
@@ -3137,6 +3145,7 @@ module Aws::RDS
3137
3145
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:backup_target, Shapes::ShapeRef.new(shape: String, location_name: "BackupTarget"))
3138
3146
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
3139
3147
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
3148
+ RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
3140
3149
  RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
3141
3150
 
3142
3151
  RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -5139,6 +5148,7 @@ module Aws::RDS
5139
5148
  o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
5140
5149
  o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
5141
5150
  o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
5151
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
5142
5152
  end)
5143
5153
 
5144
5154
  api.add_operation(:restore_db_instance_from_s3, Seahorse::Model::Operation.new.tap do |o|
@@ -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.
@@ -191,6 +191,12 @@ module Aws::RDS
191
191
  data[:tag_list]
192
192
  end
193
193
 
194
+ # Reserved for future use.
195
+ # @return [String]
196
+ def db_system_id
197
+ data[:db_system_id]
198
+ end
199
+
194
200
  # @!endgroup
195
201
 
196
202
  # @return [Client]
@@ -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]
@@ -726,11 +726,21 @@ module Aws::RDS
726
726
  end
727
727
 
728
728
  # Specifies the storage throughput for the DB instance.
729
+ #
730
+ # This setting applies only to the `gp3` storage type.
729
731
  # @return [Integer]
730
732
  def storage_throughput
731
733
  data[:storage_throughput]
732
734
  end
733
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
+
734
744
  # @!endgroup
735
745
 
736
746
  # @return [Client]
@@ -1968,6 +1978,8 @@ module Aws::RDS
1968
1978
  # @option options [Integer] :storage_throughput
1969
1979
  # Specifies the storage throughput value for the DB instance.
1970
1980
  #
1981
+ # This setting applies only to the `gp3` storage type.
1982
+ #
1971
1983
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
1972
1984
  # @return [DBInstance]
1973
1985
  def create(options = {})
@@ -3445,6 +3457,8 @@ module Aws::RDS
3445
3457
  # @option options [Integer] :storage_throughput
3446
3458
  # Specifies the storage throughput value for the DB instance.
3447
3459
  #
3460
+ # This setting applies only to the `gp3` storage type.
3461
+ #
3448
3462
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
3449
3463
  # @return [DBInstance]
3450
3464
  def modify(options = {})
@@ -660,6 +660,7 @@ module Aws::RDS
660
660
  # backup_target: "String",
661
661
  # network_type: "String",
662
662
  # storage_throughput: 1,
663
+ # db_cluster_snapshot_identifier: "String",
663
664
  # })
664
665
  # @param [Hash] options ({})
665
666
  # @option options [required, String] :db_instance_identifier
@@ -1019,6 +1020,35 @@ module Aws::RDS
1019
1020
  # Specifies the storage throughput value for the DB instance.
1020
1021
  #
1021
1022
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
1023
+ # @option options [String] :db_cluster_snapshot_identifier
1024
+ # The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to
1025
+ # restore from.
1026
+ #
1027
+ # For more information on Multi-AZ DB clusters, see [ Multi-AZ
1028
+ # deployments with two readable standby DB instances][1] in the *Amazon
1029
+ # RDS User Guide*.
1030
+ #
1031
+ # Constraints:
1032
+ #
1033
+ # * Must match the identifier of an existing Multi-AZ DB cluster
1034
+ # snapshot.
1035
+ #
1036
+ # * Can't be specified when `DBSnapshotIdentifier` is specified.
1037
+ #
1038
+ # * Must be specified when `DBSnapshotIdentifier` isn't specified.
1039
+ #
1040
+ # * If you are restoring from a shared manual Multi-AZ DB cluster
1041
+ # snapshot, the `DBClusterSnapshotIdentifier` must be the ARN of the
1042
+ # shared snapshot.
1043
+ #
1044
+ # * Can't be the identifier of an Aurora DB cluster snapshot.
1045
+ #
1046
+ # * Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB
1047
+ # cluster snapshot.
1048
+ #
1049
+ #
1050
+ #
1051
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
1022
1052
  # @return [DBInstance]
1023
1053
  def restore(options = {})
1024
1054
  options = options.merge(db_snapshot_identifier: @snapshot_id)
@@ -99,6 +99,7 @@ module Aws::RDS
99
99
  # max_capacity: 1.0,
100
100
  # },
101
101
  # network_type: "String",
102
+ # db_system_id: "String",
102
103
  # source_region: "String",
103
104
  # })
104
105
  # @param [Hash] options ({})
@@ -823,6 +824,8 @@ module Aws::RDS
823
824
  #
824
825
  #
825
826
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
827
+ # @option options [String] :db_system_id
828
+ # Reserved for future use.
826
829
  # @option options [String] :source_region
827
830
  # The source region of the snapshot. This is only needed when the
828
831
  # shapshot is encrypted and in a different region.
@@ -2045,6 +2048,8 @@ module Aws::RDS
2045
2048
  # @option options [Integer] :storage_throughput
2046
2049
  # Specifies the storage throughput value for the DB instance.
2047
2050
  #
2051
+ # This setting applies only to the `gp3` storage type.
2052
+ #
2048
2053
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
2049
2054
  # @return [DBInstance]
2050
2055
  def create_db_instance(options = {})
@@ -788,6 +788,22 @@ module Aws::RDS
788
788
  # The database engine version.
789
789
  # @return [String]
790
790
  #
791
+ # @!attribute [rw] backup_retention_period
792
+ # The number of days for which automatic DB snapshots are retained.
793
+ # @return [Integer]
794
+ #
795
+ # @!attribute [rw] allocated_storage
796
+ # The allocated storage size in gibibytes (GiB) for all database
797
+ # engines except Amazon Aurora. For Aurora, `AllocatedStorage` always
798
+ # returns 1, because Aurora DB cluster storage size isn't fixed, but
799
+ # instead automatically adjusts as needed.
800
+ # @return [Integer]
801
+ #
802
+ # @!attribute [rw] iops
803
+ # The Provisioned IOPS (I/O operations per second) value. This setting
804
+ # is only for non-Aurora Multi-AZ DB clusters.
805
+ # @return [Integer]
806
+ #
791
807
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ClusterPendingModifiedValues AWS API Documentation
792
808
  #
793
809
  class ClusterPendingModifiedValues < Struct.new(
@@ -795,7 +811,10 @@ module Aws::RDS
795
811
  :db_cluster_identifier,
796
812
  :master_user_password,
797
813
  :iam_database_authentication_enabled,
798
- :engine_version)
814
+ :engine_version,
815
+ :backup_retention_period,
816
+ :allocated_storage,
817
+ :iops)
799
818
  SENSITIVE = []
800
819
  include Aws::Structure
801
820
  end
@@ -1889,6 +1908,7 @@ module Aws::RDS
1889
1908
  # max_capacity: 1.0,
1890
1909
  # },
1891
1910
  # network_type: "String",
1911
+ # db_system_id: "String",
1892
1912
  # source_region: "String",
1893
1913
  # }
1894
1914
  #
@@ -2710,6 +2730,10 @@ module Aws::RDS
2710
2730
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
2711
2731
  # @return [String]
2712
2732
  #
2733
+ # @!attribute [rw] db_system_id
2734
+ # Reserved for future use.
2735
+ # @return [String]
2736
+ #
2713
2737
  # @!attribute [rw] source_region
2714
2738
  # The source region of the snapshot. This is only needed when the
2715
2739
  # shapshot is encrypted and in a different region.
@@ -2764,6 +2788,7 @@ module Aws::RDS
2764
2788
  :performance_insights_retention_period,
2765
2789
  :serverless_v2_scaling_configuration,
2766
2790
  :network_type,
2791
+ :db_system_id,
2767
2792
  :source_region)
2768
2793
  SENSITIVE = []
2769
2794
  include Aws::Structure
@@ -4224,6 +4249,8 @@ module Aws::RDS
4224
4249
  # @!attribute [rw] storage_throughput
4225
4250
  # Specifies the storage throughput value for the DB instance.
4226
4251
  #
4252
+ # This setting applies only to the `gp3` storage type.
4253
+ #
4227
4254
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
4228
4255
  # @return [Integer]
4229
4256
  #
@@ -6375,6 +6402,10 @@ module Aws::RDS
6375
6402
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
6376
6403
  # @return [String]
6377
6404
  #
6405
+ # @!attribute [rw] db_system_id
6406
+ # Reserved for future use.
6407
+ # @return [String]
6408
+ #
6378
6409
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
6379
6410
  #
6380
6411
  class DBCluster < Struct.new(
@@ -6446,7 +6477,8 @@ module Aws::RDS
6446
6477
  :performance_insights_kms_key_id,
6447
6478
  :performance_insights_retention_period,
6448
6479
  :serverless_v2_scaling_configuration,
6449
- :network_type)
6480
+ :network_type,
6481
+ :db_system_id)
6450
6482
  SENSITIVE = []
6451
6483
  include Aws::Structure
6452
6484
  end
@@ -7079,6 +7111,10 @@ module Aws::RDS
7079
7111
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
7080
7112
  # @return [Array<Types::Tag>]
7081
7113
  #
7114
+ # @!attribute [rw] db_system_id
7115
+ # Reserved for future use.
7116
+ # @return [String]
7117
+ #
7082
7118
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshot AWS API Documentation
7083
7119
  #
7084
7120
  class DBClusterSnapshot < Struct.new(
@@ -7103,7 +7139,8 @@ module Aws::RDS
7103
7139
  :db_cluster_snapshot_arn,
7104
7140
  :source_db_cluster_snapshot_arn,
7105
7141
  :iam_database_authentication_enabled,
7106
- :tag_list)
7142
+ :tag_list,
7143
+ :db_system_id)
7107
7144
  SENSITIVE = []
7108
7145
  include Aws::Structure
7109
7146
  end
@@ -7355,6 +7392,20 @@ module Aws::RDS
7355
7392
  # for Aurora PostgreSQL.
7356
7393
  # @return [Boolean]
7357
7394
  #
7395
+ # @!attribute [rw] custom_db_engine_version_manifest
7396
+ # JSON string that lists the installation files and parameters that
7397
+ # RDS Custom uses to create a custom engine version (CEV). RDS Custom
7398
+ # applies the patches in the order in which they're listed in the
7399
+ # manifest. You can set the Oracle home, Oracle base, and UNIX/Linux
7400
+ # user and group using the installation parameters. For more
7401
+ # information, see [JSON fields in the CEV manifest][1] in the *Amazon
7402
+ # RDS User Guide*.
7403
+ #
7404
+ #
7405
+ #
7406
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields
7407
+ # @return [String]
7408
+ #
7358
7409
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBEngineVersion AWS API Documentation
7359
7410
  #
7360
7411
  class DBEngineVersion < Struct.new(
@@ -7383,7 +7434,8 @@ module Aws::RDS
7383
7434
  :kms_key_id,
7384
7435
  :create_time,
7385
7436
  :tag_list,
7386
- :supports_babelfish)
7437
+ :supports_babelfish,
7438
+ :custom_db_engine_version_manifest)
7387
7439
  SENSITIVE = []
7388
7440
  include Aws::Structure
7389
7441
  end
@@ -7970,8 +8022,16 @@ module Aws::RDS
7970
8022
  #
7971
8023
  # @!attribute [rw] storage_throughput
7972
8024
  # Specifies the storage throughput for the DB instance.
8025
+ #
8026
+ # This setting applies only to the `gp3` storage type.
7973
8027
  # @return [Integer]
7974
8028
  #
8029
+ # @!attribute [rw] db_system_id
8030
+ # The Oracle system ID (Oracle SID) for a container database (CDB).
8031
+ # The Oracle SID is also the name of the CDB. This setting is valid
8032
+ # for RDS Custom only.
8033
+ # @return [String]
8034
+ #
7975
8035
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
7976
8036
  #
7977
8037
  class DBInstance < Struct.new(
@@ -8051,7 +8111,8 @@ module Aws::RDS
8051
8111
  :backup_target,
8052
8112
  :network_type,
8053
8113
  :activity_stream_policy_status,
8054
- :storage_throughput)
8114
+ :storage_throughput,
8115
+ :db_system_id)
8055
8116
  SENSITIVE = []
8056
8117
  include Aws::Structure
8057
8118
  end
@@ -16687,6 +16748,8 @@ module Aws::RDS
16687
16748
  # @!attribute [rw] storage_throughput
16688
16749
  # Specifies the storage throughput value for the DB instance.
16689
16750
  #
16751
+ # This setting applies only to the `gp3` storage type.
16752
+ #
16690
16753
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
16691
16754
  # @return [Integer]
16692
16755
  #
@@ -21322,7 +21385,7 @@ module Aws::RDS
21322
21385
  #
21323
21386
  # {
21324
21387
  # db_instance_identifier: "String", # required
21325
- # db_snapshot_identifier: "String", # required
21388
+ # db_snapshot_identifier: "String",
21326
21389
  # db_instance_class: "String",
21327
21390
  # port: 1,
21328
21391
  # availability_zone: "String",
@@ -21364,6 +21427,7 @@ module Aws::RDS
21364
21427
  # backup_target: "String",
21365
21428
  # network_type: "String",
21366
21429
  # storage_throughput: 1,
21430
+ # db_cluster_snapshot_identifier: "String",
21367
21431
  # }
21368
21432
  #
21369
21433
  # @!attribute [rw] db_instance_identifier
@@ -21388,6 +21452,12 @@ module Aws::RDS
21388
21452
  #
21389
21453
  # * Must match the identifier of an existing DBSnapshot.
21390
21454
  #
21455
+ # * Can't be specified when `DBClusterSnapshotIdentifier` is
21456
+ # specified.
21457
+ #
21458
+ # * Must be specified when `DBClusterSnapshotIdentifier` isn't
21459
+ # specified.
21460
+ #
21391
21461
  # * If you are restoring from a shared manual DB snapshot, the
21392
21462
  # `DBSnapshotIdentifier` must be the ARN of the shared DB snapshot.
21393
21463
  # @return [String]
@@ -21803,6 +21873,37 @@ module Aws::RDS
21803
21873
  # This setting doesn't apply to RDS Custom or Amazon Aurora.
21804
21874
  # @return [Integer]
21805
21875
  #
21876
+ # @!attribute [rw] db_cluster_snapshot_identifier
21877
+ # The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to
21878
+ # restore from.
21879
+ #
21880
+ # For more information on Multi-AZ DB clusters, see [ Multi-AZ
21881
+ # deployments with two readable standby DB instances][1] in the
21882
+ # *Amazon RDS User Guide*.
21883
+ #
21884
+ # Constraints:
21885
+ #
21886
+ # * Must match the identifier of an existing Multi-AZ DB cluster
21887
+ # snapshot.
21888
+ #
21889
+ # * Can't be specified when `DBSnapshotIdentifier` is specified.
21890
+ #
21891
+ # * Must be specified when `DBSnapshotIdentifier` isn't specified.
21892
+ #
21893
+ # * If you are restoring from a shared manual Multi-AZ DB cluster
21894
+ # snapshot, the `DBClusterSnapshotIdentifier` must be the ARN of the
21895
+ # shared snapshot.
21896
+ #
21897
+ # * Can't be the identifier of an Aurora DB cluster snapshot.
21898
+ #
21899
+ # * Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB
21900
+ # cluster snapshot.
21901
+ #
21902
+ #
21903
+ #
21904
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
21905
+ # @return [String]
21906
+ #
21806
21907
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshotMessage AWS API Documentation
21807
21908
  #
21808
21909
  class RestoreDBInstanceFromDBSnapshotMessage < Struct.new(
@@ -21838,7 +21939,8 @@ module Aws::RDS
21838
21939
  :custom_iam_instance_profile,
21839
21940
  :backup_target,
21840
21941
  :network_type,
21841
- :storage_throughput)
21942
+ :storage_throughput,
21943
+ :db_cluster_snapshot_identifier)
21842
21944
  SENSITIVE = []
21843
21945
  include Aws::Structure
21844
21946
  end
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.158.0'
81
+ GEM_VERSION = '1.160.0'
82
82
 
83
83
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.158.0
4
+ version: 1.160.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-01 00:00:00.000000000 Z
11
+ date: 2022-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4