aws-sdk-rds 1.159.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: f6ccd836131c67f7bccab927d6f2e1a1bcdf4cfa1f18ebdee1e3d6cd03e1e76c
4
- data.tar.gz: 3d4e46ae22d3f8ee83727c2fd62f7d079363f77615b19082279265a44e3eecd2
3
+ metadata.gz: fce18f166825b7332b6d0d35ccf950ab96f2abeeca91a4a37b165e6ab31a6bc7
4
+ data.tar.gz: 408c5957839212d22ad213d17fb1119995472edb4aa836c71d03452e993f640d
5
5
  SHA512:
6
- metadata.gz: a1230ccc9f46122d10bbcb2461fbaec11608453afbb1ff9edb6a27eb0e6fb2c6c7c499171f4a7301d25be4db1b1a42af1aac32889a7b2df75f1c66c3803df95c
7
- data.tar.gz: a1cd670ddb5c1d98cdbfb0c8c8a22b3b4ef0d9e68c7841ae9054e7b62211a650cedd2353fe21e4e845c356be9e372db0c27a2869eaa1b5b142f55d9ddb10dff5
6
+ metadata.gz: 996464f912cea25d242a761c5cf5dcc59c852b2fda407bcdd8a7672ec15c6d62c324257f0b6781afdd3bae8387cf2ad0bff66de9484121d93ac5d3054241472f
7
+ data.tar.gz: 357a275f51959c806644c2393657fb2458f5b21d6353a123e0f29d58fd521d0d65664750a544ded0db806a0963c349bb7d3e30a104587c9ea3383e7ff3cb96cc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.159.0 (2022-11-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.159.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
  #
@@ -4759,6 +4771,7 @@ module Aws::RDS
4759
4771
  # resp.db_instance.network_type #=> String
4760
4772
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
4761
4773
  # resp.db_instance.storage_throughput #=> Integer
4774
+ # resp.db_instance.db_system_id #=> String
4762
4775
  #
4763
4776
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
4764
4777
  #
@@ -5558,6 +5571,7 @@ module Aws::RDS
5558
5571
  # resp.db_instance.network_type #=> String
5559
5572
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
5560
5573
  # resp.db_instance.storage_throughput #=> Integer
5574
+ # resp.db_instance.db_system_id #=> String
5561
5575
  #
5562
5576
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
5563
5577
  #
@@ -6701,6 +6715,7 @@ module Aws::RDS
6701
6715
  # * {Types::DBEngineVersion#create_time #create_time} => Time
6702
6716
  # * {Types::DBEngineVersion#tag_list #tag_list} => Array<Types::Tag>
6703
6717
  # * {Types::DBEngineVersion#supports_babelfish #supports_babelfish} => Boolean
6718
+ # * {Types::DBEngineVersion#custom_db_engine_version_manifest #custom_db_engine_version_manifest} => String
6704
6719
  #
6705
6720
  # @example Request syntax with placeholder values
6706
6721
  #
@@ -6758,6 +6773,7 @@ module Aws::RDS
6758
6773
  # resp.tag_list[0].key #=> String
6759
6774
  # resp.tag_list[0].value #=> String
6760
6775
  # resp.supports_babelfish #=> Boolean
6776
+ # resp.custom_db_engine_version_manifest #=> String
6761
6777
  #
6762
6778
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomDBEngineVersion AWS API Documentation
6763
6779
  #
@@ -6946,6 +6962,9 @@ module Aws::RDS
6946
6962
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
6947
6963
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
6948
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
6949
6968
  # resp.db_cluster.db_cluster_instance_class #=> String
6950
6969
  # resp.db_cluster.storage_type #=> String
6951
6970
  # resp.db_cluster.iops #=> Integer
@@ -6959,6 +6978,7 @@ module Aws::RDS
6959
6978
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
6960
6979
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
6961
6980
  # resp.db_cluster.network_type #=> String
6981
+ # resp.db_cluster.db_system_id #=> String
6962
6982
  #
6963
6983
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
6964
6984
  #
@@ -7154,6 +7174,7 @@ module Aws::RDS
7154
7174
  # resp.db_cluster_snapshot.tag_list #=> Array
7155
7175
  # resp.db_cluster_snapshot.tag_list[0].key #=> String
7156
7176
  # resp.db_cluster_snapshot.tag_list[0].value #=> String
7177
+ # resp.db_cluster_snapshot.db_system_id #=> String
7157
7178
  #
7158
7179
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
7159
7180
  #
@@ -7427,6 +7448,7 @@ module Aws::RDS
7427
7448
  # resp.db_instance.network_type #=> String
7428
7449
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
7429
7450
  # resp.db_instance.storage_throughput #=> Integer
7451
+ # resp.db_instance.db_system_id #=> String
7430
7452
  #
7431
7453
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
7432
7454
  #
@@ -8811,6 +8833,7 @@ module Aws::RDS
8811
8833
  # resp.db_cluster_snapshots[0].tag_list #=> Array
8812
8834
  # resp.db_cluster_snapshots[0].tag_list[0].key #=> String
8813
8835
  # resp.db_cluster_snapshots[0].tag_list[0].value #=> String
8836
+ # resp.db_cluster_snapshots[0].db_system_id #=> String
8814
8837
  #
8815
8838
  #
8816
8839
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -9027,6 +9050,9 @@ module Aws::RDS
9027
9050
  # resp.db_clusters[0].pending_modified_values.master_user_password #=> String
9028
9051
  # resp.db_clusters[0].pending_modified_values.iam_database_authentication_enabled #=> Boolean
9029
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
9030
9056
  # resp.db_clusters[0].db_cluster_instance_class #=> String
9031
9057
  # resp.db_clusters[0].storage_type #=> String
9032
9058
  # resp.db_clusters[0].iops #=> Integer
@@ -9040,6 +9066,7 @@ module Aws::RDS
9040
9066
  # resp.db_clusters[0].serverless_v2_scaling_configuration.min_capacity #=> Float
9041
9067
  # resp.db_clusters[0].serverless_v2_scaling_configuration.max_capacity #=> Float
9042
9068
  # resp.db_clusters[0].network_type #=> String
9069
+ # resp.db_clusters[0].db_system_id #=> String
9043
9070
  #
9044
9071
  #
9045
9072
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -9288,6 +9315,7 @@ module Aws::RDS
9288
9315
  # resp.db_engine_versions[0].tag_list[0].key #=> String
9289
9316
  # resp.db_engine_versions[0].tag_list[0].value #=> String
9290
9317
  # resp.db_engine_versions[0].supports_babelfish #=> Boolean
9318
+ # resp.db_engine_versions[0].custom_db_engine_version_manifest #=> String
9291
9319
  #
9292
9320
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions AWS API Documentation
9293
9321
  #
@@ -9669,6 +9697,7 @@ module Aws::RDS
9669
9697
  # resp.db_instances[0].network_type #=> String
9670
9698
  # resp.db_instances[0].activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
9671
9699
  # resp.db_instances[0].storage_throughput #=> Integer
9700
+ # resp.db_instances[0].db_system_id #=> String
9672
9701
  #
9673
9702
  #
9674
9703
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -12855,6 +12884,9 @@ module Aws::RDS
12855
12884
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
12856
12885
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
12857
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
12858
12890
  # resp.db_cluster.db_cluster_instance_class #=> String
12859
12891
  # resp.db_cluster.storage_type #=> String
12860
12892
  # resp.db_cluster.iops #=> Integer
@@ -12868,6 +12900,7 @@ module Aws::RDS
12868
12900
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
12869
12901
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
12870
12902
  # resp.db_cluster.network_type #=> String
12903
+ # resp.db_cluster.db_system_id #=> String
12871
12904
  #
12872
12905
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
12873
12906
  #
@@ -13355,6 +13388,7 @@ module Aws::RDS
13355
13388
  # * {Types::DBEngineVersion#create_time #create_time} => Time
13356
13389
  # * {Types::DBEngineVersion#tag_list #tag_list} => Array<Types::Tag>
13357
13390
  # * {Types::DBEngineVersion#supports_babelfish #supports_babelfish} => Boolean
13391
+ # * {Types::DBEngineVersion#custom_db_engine_version_manifest #custom_db_engine_version_manifest} => String
13358
13392
  #
13359
13393
  # @example Request syntax with placeholder values
13360
13394
  #
@@ -13414,6 +13448,7 @@ module Aws::RDS
13414
13448
  # resp.tag_list[0].key #=> String
13415
13449
  # resp.tag_list[0].value #=> String
13416
13450
  # resp.supports_babelfish #=> Boolean
13451
+ # resp.custom_db_engine_version_manifest #=> String
13417
13452
  #
13418
13453
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCustomDBEngineVersion AWS API Documentation
13419
13454
  #
@@ -14133,6 +14168,9 @@ module Aws::RDS
14133
14168
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
14134
14169
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
14135
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
14136
14174
  # resp.db_cluster.db_cluster_instance_class #=> String
14137
14175
  # resp.db_cluster.storage_type #=> String
14138
14176
  # resp.db_cluster.iops #=> Integer
@@ -14146,6 +14184,7 @@ module Aws::RDS
14146
14184
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
14147
14185
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
14148
14186
  # resp.db_cluster.network_type #=> String
14187
+ # resp.db_cluster.db_system_id #=> String
14149
14188
  #
14150
14189
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
14151
14190
  #
@@ -15527,6 +15566,7 @@ module Aws::RDS
15527
15566
  # resp.db_instance.network_type #=> String
15528
15567
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
15529
15568
  # resp.db_instance.storage_throughput #=> Integer
15569
+ # resp.db_instance.db_system_id #=> String
15530
15570
  #
15531
15571
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
15532
15572
  #
@@ -16761,6 +16801,7 @@ module Aws::RDS
16761
16801
  # resp.db_instance.network_type #=> String
16762
16802
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
16763
16803
  # resp.db_instance.storage_throughput #=> Integer
16804
+ # resp.db_instance.db_system_id #=> String
16764
16805
  #
16765
16806
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
16766
16807
  #
@@ -16887,6 +16928,9 @@ module Aws::RDS
16887
16928
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
16888
16929
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
16889
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
16890
16934
  # resp.db_cluster.db_cluster_instance_class #=> String
16891
16935
  # resp.db_cluster.storage_type #=> String
16892
16936
  # resp.db_cluster.iops #=> Integer
@@ -16900,6 +16944,7 @@ module Aws::RDS
16900
16944
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
16901
16945
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
16902
16946
  # resp.db_cluster.network_type #=> String
16947
+ # resp.db_cluster.db_system_id #=> String
16903
16948
  #
16904
16949
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
16905
16950
  #
@@ -17130,6 +17175,9 @@ module Aws::RDS
17130
17175
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
17131
17176
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
17132
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
17133
17181
  # resp.db_cluster.db_cluster_instance_class #=> String
17134
17182
  # resp.db_cluster.storage_type #=> String
17135
17183
  # resp.db_cluster.iops #=> Integer
@@ -17143,6 +17191,7 @@ module Aws::RDS
17143
17191
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
17144
17192
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
17145
17193
  # resp.db_cluster.network_type #=> String
17194
+ # resp.db_cluster.db_system_id #=> String
17146
17195
  #
17147
17196
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
17148
17197
  #
@@ -17362,6 +17411,7 @@ module Aws::RDS
17362
17411
  # resp.db_instance.network_type #=> String
17363
17412
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
17364
17413
  # resp.db_instance.storage_throughput #=> Integer
17414
+ # resp.db_instance.db_system_id #=> String
17365
17415
  #
17366
17416
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
17367
17417
  #
@@ -18369,6 +18419,9 @@ module Aws::RDS
18369
18419
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
18370
18420
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
18371
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
18372
18425
  # resp.db_cluster.db_cluster_instance_class #=> String
18373
18426
  # resp.db_cluster.storage_type #=> String
18374
18427
  # resp.db_cluster.iops #=> Integer
@@ -18382,6 +18435,7 @@ module Aws::RDS
18382
18435
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
18383
18436
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
18384
18437
  # resp.db_cluster.network_type #=> String
18438
+ # resp.db_cluster.db_system_id #=> String
18385
18439
  #
18386
18440
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
18387
18441
  #
@@ -19003,6 +19057,9 @@ module Aws::RDS
19003
19057
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
19004
19058
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
19005
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
19006
19063
  # resp.db_cluster.db_cluster_instance_class #=> String
19007
19064
  # resp.db_cluster.storage_type #=> String
19008
19065
  # resp.db_cluster.iops #=> Integer
@@ -19016,6 +19073,7 @@ module Aws::RDS
19016
19073
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
19017
19074
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
19018
19075
  # resp.db_cluster.network_type #=> String
19076
+ # resp.db_cluster.db_system_id #=> String
19019
19077
  #
19020
19078
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
19021
19079
  #
@@ -19606,6 +19664,9 @@ module Aws::RDS
19606
19664
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
19607
19665
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
19608
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
19609
19670
  # resp.db_cluster.db_cluster_instance_class #=> String
19610
19671
  # resp.db_cluster.storage_type #=> String
19611
19672
  # resp.db_cluster.iops #=> Integer
@@ -19619,6 +19680,7 @@ module Aws::RDS
19619
19680
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
19620
19681
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
19621
19682
  # resp.db_cluster.network_type #=> String
19683
+ # resp.db_cluster.db_system_id #=> String
19622
19684
  #
19623
19685
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
19624
19686
  #
@@ -20382,6 +20444,7 @@ module Aws::RDS
20382
20444
  # resp.db_instance.network_type #=> String
20383
20445
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
20384
20446
  # resp.db_instance.storage_throughput #=> Integer
20447
+ # resp.db_instance.db_system_id #=> String
20385
20448
  #
20386
20449
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
20387
20450
  #
@@ -21038,6 +21101,7 @@ module Aws::RDS
21038
21101
  # resp.db_instance.network_type #=> String
21039
21102
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
21040
21103
  # resp.db_instance.storage_throughput #=> Integer
21104
+ # resp.db_instance.db_system_id #=> String
21041
21105
  #
21042
21106
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
21043
21107
  #
@@ -21785,6 +21849,7 @@ module Aws::RDS
21785
21849
  # resp.db_instance.network_type #=> String
21786
21850
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
21787
21851
  # resp.db_instance.storage_throughput #=> Integer
21852
+ # resp.db_instance.db_system_id #=> String
21788
21853
  #
21789
21854
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
21790
21855
  #
@@ -22091,6 +22156,9 @@ module Aws::RDS
22091
22156
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
22092
22157
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
22093
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
22094
22162
  # resp.db_cluster.db_cluster_instance_class #=> String
22095
22163
  # resp.db_cluster.storage_type #=> String
22096
22164
  # resp.db_cluster.iops #=> Integer
@@ -22104,6 +22172,7 @@ module Aws::RDS
22104
22172
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
22105
22173
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
22106
22174
  # resp.db_cluster.network_type #=> String
22175
+ # resp.db_cluster.db_system_id #=> String
22107
22176
  #
22108
22177
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
22109
22178
  #
@@ -22287,6 +22356,7 @@ module Aws::RDS
22287
22356
  # resp.db_instance.network_type #=> String
22288
22357
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
22289
22358
  # resp.db_instance.storage_throughput #=> Integer
22359
+ # resp.db_instance.db_system_id #=> String
22290
22360
  #
22291
22361
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
22292
22362
  #
@@ -22715,6 +22785,9 @@ module Aws::RDS
22715
22785
  # resp.db_cluster.pending_modified_values.master_user_password #=> String
22716
22786
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
22717
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
22718
22791
  # resp.db_cluster.db_cluster_instance_class #=> String
22719
22792
  # resp.db_cluster.storage_type #=> String
22720
22793
  # resp.db_cluster.iops #=> Integer
@@ -22728,6 +22801,7 @@ module Aws::RDS
22728
22801
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
22729
22802
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
22730
22803
  # resp.db_cluster.network_type #=> String
22804
+ # resp.db_cluster.db_system_id #=> String
22731
22805
  #
22732
22806
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
22733
22807
  #
@@ -22918,6 +22992,7 @@ module Aws::RDS
22918
22992
  # resp.db_instance.network_type #=> String
22919
22993
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
22920
22994
  # resp.db_instance.storage_throughput #=> Integer
22995
+ # resp.db_instance.db_system_id #=> String
22921
22996
  #
22922
22997
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
22923
22998
  #
@@ -23166,6 +23241,7 @@ module Aws::RDS
23166
23241
  # resp.db_instance.network_type #=> String
23167
23242
  # resp.db_instance.activity_stream_policy_status #=> String, one of "locked", "unlocked", "locking-policy", "unlocking-policy"
23168
23243
  # resp.db_instance.storage_throughput #=> Integer
23244
+ # resp.db_instance.db_system_id #=> String
23169
23245
  #
23170
23246
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SwitchoverReadReplica AWS API Documentation
23171
23247
  #
@@ -23189,7 +23265,7 @@ module Aws::RDS
23189
23265
  params: params,
23190
23266
  config: config)
23191
23267
  context[:gem_name] = 'aws-sdk-rds'
23192
- context[:gem_version] = '1.159.0'
23268
+ context[:gem_version] = '1.160.0'
23193
23269
  Seahorse::Client::Request.new(handlers, context)
23194
23270
  end
23195
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
@@ -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]
@@ -733,6 +733,14 @@ module Aws::RDS
733
733
  data[:storage_throughput]
734
734
  end
735
735
 
736
+ # The Oracle system ID (Oracle SID) for a container database (CDB). The
737
+ # Oracle SID is also the name of the CDB. This setting is valid for RDS
738
+ # Custom only.
739
+ # @return [String]
740
+ def db_system_id
741
+ data[:db_system_id]
742
+ end
743
+
736
744
  # @!endgroup
737
745
 
738
746
  # @return [Client]
@@ -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.
@@ -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
@@ -6377,6 +6402,10 @@ module Aws::RDS
6377
6402
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
6378
6403
  # @return [String]
6379
6404
  #
6405
+ # @!attribute [rw] db_system_id
6406
+ # Reserved for future use.
6407
+ # @return [String]
6408
+ #
6380
6409
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
6381
6410
  #
6382
6411
  class DBCluster < Struct.new(
@@ -6448,7 +6477,8 @@ module Aws::RDS
6448
6477
  :performance_insights_kms_key_id,
6449
6478
  :performance_insights_retention_period,
6450
6479
  :serverless_v2_scaling_configuration,
6451
- :network_type)
6480
+ :network_type,
6481
+ :db_system_id)
6452
6482
  SENSITIVE = []
6453
6483
  include Aws::Structure
6454
6484
  end
@@ -7081,6 +7111,10 @@ module Aws::RDS
7081
7111
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
7082
7112
  # @return [Array<Types::Tag>]
7083
7113
  #
7114
+ # @!attribute [rw] db_system_id
7115
+ # Reserved for future use.
7116
+ # @return [String]
7117
+ #
7084
7118
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshot AWS API Documentation
7085
7119
  #
7086
7120
  class DBClusterSnapshot < Struct.new(
@@ -7105,7 +7139,8 @@ module Aws::RDS
7105
7139
  :db_cluster_snapshot_arn,
7106
7140
  :source_db_cluster_snapshot_arn,
7107
7141
  :iam_database_authentication_enabled,
7108
- :tag_list)
7142
+ :tag_list,
7143
+ :db_system_id)
7109
7144
  SENSITIVE = []
7110
7145
  include Aws::Structure
7111
7146
  end
@@ -7357,6 +7392,20 @@ module Aws::RDS
7357
7392
  # for Aurora PostgreSQL.
7358
7393
  # @return [Boolean]
7359
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
+ #
7360
7409
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBEngineVersion AWS API Documentation
7361
7410
  #
7362
7411
  class DBEngineVersion < Struct.new(
@@ -7385,7 +7434,8 @@ module Aws::RDS
7385
7434
  :kms_key_id,
7386
7435
  :create_time,
7387
7436
  :tag_list,
7388
- :supports_babelfish)
7437
+ :supports_babelfish,
7438
+ :custom_db_engine_version_manifest)
7389
7439
  SENSITIVE = []
7390
7440
  include Aws::Structure
7391
7441
  end
@@ -7976,6 +8026,12 @@ module Aws::RDS
7976
8026
  # This setting applies only to the `gp3` storage type.
7977
8027
  # @return [Integer]
7978
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
+ #
7979
8035
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
7980
8036
  #
7981
8037
  class DBInstance < Struct.new(
@@ -8055,7 +8111,8 @@ module Aws::RDS
8055
8111
  :backup_target,
8056
8112
  :network_type,
8057
8113
  :activity_stream_policy_status,
8058
- :storage_throughput)
8114
+ :storage_throughput,
8115
+ :db_system_id)
8059
8116
  SENSITIVE = []
8060
8117
  include Aws::Structure
8061
8118
  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.159.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.159.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-14 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