aws-sdk-rds 1.296.0 → 1.300.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1bb14b4c651e9903359564097361efff8cc4779b26bc7437d1f9451daebf6fa
4
- data.tar.gz: 8e4a2370ac7e3af0f64af3f6fb88177d0e2693caa445c6b97121f0d17c46381e
3
+ metadata.gz: ba691e6f8db3ec6bdfe008d703882a13176d8b750f07ec110362416ce5be8aac
4
+ data.tar.gz: b2f481ab45004a9ee1ca10a4ef265d2fdc33aa100d8dca63c745dcd5d9f1a8d8
5
5
  SHA512:
6
- metadata.gz: 5918cfc588492770bdada2288e8aa7f331ee16c4791f9a4eacf748be048ed11a2b593dc35cda12b507c74a4740297f0148d2446bd5c6f0425a99677f812e2b41
7
- data.tar.gz: e75e23bb9517095d1d326b1145b26f53c3dcc0a55b29993a8d68ad4533fc3febc2f068b202cc767cfef9191d3f801382ceb5ff14bf0b2e1bb7bd12b003f53c1d
6
+ metadata.gz: c7641a5e12bb48869734d56b17cb6ba4fe0540ff2d6e3c412d65e6ff8d97f7986d023aaa7718175ef377d66beb27e15dc3d5a602c3c4b4d2bd951cdf4b4c792c
7
+ data.tar.gz: 0745bb9f498a526378b73d4d5377c57e8bab29466ab44a9bcc77be1ae4c57783263c3cfe5d13a0e7c82deaffcd4d10a832e56597f9e6b5f061600e490ffe998e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.300.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Add support for Upgrade Rollout Order
8
+
9
+ 1.299.0 (2025-11-20)
10
+ ------------------
11
+
12
+ * Feature - Add support for VPC Encryption Controls.
13
+
14
+ 1.298.0 (2025-11-13)
15
+ ------------------
16
+
17
+ * Feature - Updated endpoint and service metadata
18
+
19
+ 1.297.0 (2025-10-21)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.296.0 (2025-10-10)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.296.0
1
+ 1.300.0
@@ -3261,40 +3261,31 @@ module Aws::RDS
3261
3261
  # @option params [Boolean] :publicly_accessible
3262
3262
  # Specifies whether the DB cluster is publicly accessible.
3263
3263
  #
3264
+ # Valid for Cluster Type: Multi-AZ DB clusters only
3265
+ #
3264
3266
  # When the DB cluster is publicly accessible and you connect from
3265
- # outside of the DB cluster's virtual private cloud (VPC), its Domain
3266
- # Name System (DNS) endpoint resolves to the public IP address. When you
3267
+ # outside of the DB cluster's virtual private cloud (VPC), its domain
3268
+ # name system (DNS) endpoint resolves to the public IP address. When you
3267
3269
  # connect from within the same VPC as the DB cluster, the endpoint
3268
3270
  # resolves to the private IP address. Access to the DB cluster is
3269
- # ultimately controlled by the security group it uses. That public
3270
- # access isn't permitted if the security group assigned to the DB
3271
- # cluster doesn't permit it.
3271
+ # controlled by its security group settings.
3272
3272
  #
3273
3273
  # When the DB cluster isn't publicly accessible, it is an internal DB
3274
3274
  # cluster with a DNS name that resolves to a private IP address.
3275
3275
  #
3276
- # Valid for Cluster Type: Multi-AZ DB clusters only
3277
- #
3278
- # Default: The default behavior varies depending on whether
3279
- # `DBSubnetGroupName` is specified.
3280
- #
3281
- # If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
3282
- # isn't specified, the following applies:
3283
- #
3284
- # * If the default VPC in the target Region doesn’t have an internet
3285
- # gateway attached to it, the DB cluster is private.
3276
+ # The default behavior when `PubliclyAccessible` is not specified
3277
+ # depends on whether a `DBSubnetGroup` is specified.
3286
3278
  #
3287
- # * If the default VPC in the target Region has an internet gateway
3288
- # attached to it, the DB cluster is public.
3279
+ # If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults to
3280
+ # `true`.
3289
3281
  #
3290
- # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't
3291
- # specified, the following applies:
3282
+ # If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
3283
+ # `false` unless the value of `DBSubnetGroup` is `default`, in which
3284
+ # case `PubliclyAccessible` defaults to `true`.
3292
3285
  #
3293
- # * If the subnets are part of a VPC that doesn’t have an internet
3294
- # gateway attached to it, the DB cluster is private.
3295
- #
3296
- # * If the subnets are part of a VPC that has an internet gateway
3297
- # attached to it, the DB cluster is public.
3286
+ # If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
3287
+ # is in doesn't have an internet gateway attached to it, Amazon RDS
3288
+ # returns an error.
3298
3289
  #
3299
3290
  # @option params [Boolean] :auto_minor_version_upgrade
3300
3291
  # Specifies whether minor engine upgrades are applied automatically to
@@ -3852,7 +3843,7 @@ module Aws::RDS
3852
3843
  # performance_insights_kms_key_id: "String",
3853
3844
  # performance_insights_retention_period: 1,
3854
3845
  # enable_limitless_database: false,
3855
- # cluster_scalability_type: "standard", # accepts standard, limitless, scaleout
3846
+ # cluster_scalability_type: "standard", # accepts standard, limitless
3856
3847
  # db_system_id: "String",
3857
3848
  # manage_master_user_password: false,
3858
3849
  # enable_local_write_forwarding: false,
@@ -3892,6 +3883,7 @@ module Aws::RDS
3892
3883
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
3893
3884
  # resp.db_cluster.preferred_backup_window #=> String
3894
3885
  # resp.db_cluster.preferred_maintenance_window #=> String
3886
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
3895
3887
  # resp.db_cluster.replication_source_identifier #=> String
3896
3888
  # resp.db_cluster.read_replica_identifiers #=> Array
3897
3889
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -4003,7 +3995,7 @@ module Aws::RDS
4003
3995
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
4004
3996
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
4005
3997
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
4006
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
3998
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
4007
3999
  # resp.db_cluster.certificate_details.ca_identifier #=> String
4008
4000
  # resp.db_cluster.certificate_details.valid_till #=> Time
4009
4001
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -5197,37 +5189,28 @@ module Aws::RDS
5197
5189
  # Specifies whether the DB instance is publicly accessible.
5198
5190
  #
5199
5191
  # When the DB instance is publicly accessible and you connect from
5200
- # outside of the DB instance's virtual private cloud (VPC), its Domain
5201
- # Name System (DNS) endpoint resolves to the public IP address. When you
5192
+ # outside of the DB instance's virtual private cloud (VPC), its domain
5193
+ # name system (DNS) endpoint resolves to the public IP address. When you
5202
5194
  # connect from within the same VPC as the DB instance, the endpoint
5203
5195
  # resolves to the private IP address. Access to the DB instance is
5204
- # ultimately controlled by the security group it uses. That public
5205
- # access is not permitted if the security group assigned to the DB
5206
- # instance doesn't permit it.
5196
+ # controlled by its security group settings.
5207
5197
  #
5208
5198
  # When the DB instance isn't publicly accessible, it is an internal DB
5209
5199
  # instance with a DNS name that resolves to a private IP address.
5210
5200
  #
5211
- # Default: The default behavior varies depending on whether
5212
- # `DBSubnetGroupName` is specified.
5201
+ # The default behavior when `PubliclyAccessible` is not specified
5202
+ # depends on whether a `DBSubnetGroup` is specified.
5213
5203
  #
5214
- # If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
5215
- # isn't specified, the following applies:
5204
+ # If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults to
5205
+ # `false` for Aurora instances and `true` for non-Aurora instances.
5216
5206
  #
5217
- # * If the default VPC in the target Region doesn’t have an internet
5218
- # gateway attached to it, the DB instance is private.
5207
+ # If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
5208
+ # `false` unless the value of `DBSubnetGroup` is `default`, in which
5209
+ # case `PubliclyAccessible` defaults to `true`.
5219
5210
  #
5220
- # * If the default VPC in the target Region has an internet gateway
5221
- # attached to it, the DB instance is public.
5222
- #
5223
- # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't
5224
- # specified, the following applies:
5225
- #
5226
- # * If the subnets are part of a VPC that doesn’t have an internet
5227
- # gateway attached to it, the DB instance is private.
5228
- #
5229
- # * If the subnets are part of a VPC that has an internet gateway
5230
- # attached to it, the DB instance is public.
5211
+ # If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
5212
+ # is in doesn't have an internet gateway attached to it, Amazon RDS
5213
+ # returns an error.
5231
5214
  #
5232
5215
  # @option params [Array<Types::Tag>] :tags
5233
5216
  # Tags to assign to the DB instance.
@@ -6022,6 +6005,7 @@ module Aws::RDS
6022
6005
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
6023
6006
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
6024
6007
  # resp.db_instance.preferred_maintenance_window #=> String
6008
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
6025
6009
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
6026
6010
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
6027
6011
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -7034,6 +7018,7 @@ module Aws::RDS
7034
7018
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
7035
7019
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
7036
7020
  # resp.db_instance.preferred_maintenance_window #=> String
7021
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
7037
7022
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
7038
7023
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
7039
7024
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -9478,6 +9463,7 @@ module Aws::RDS
9478
9463
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
9479
9464
  # resp.db_cluster.preferred_backup_window #=> String
9480
9465
  # resp.db_cluster.preferred_maintenance_window #=> String
9466
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
9481
9467
  # resp.db_cluster.replication_source_identifier #=> String
9482
9468
  # resp.db_cluster.read_replica_identifiers #=> Array
9483
9469
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -9589,7 +9575,7 @@ module Aws::RDS
9589
9575
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
9590
9576
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
9591
9577
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
9592
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
9578
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
9593
9579
  # resp.db_cluster.certificate_details.ca_identifier #=> String
9594
9580
  # resp.db_cluster.certificate_details.valid_till #=> Time
9595
9581
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -10071,6 +10057,7 @@ module Aws::RDS
10071
10057
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
10072
10058
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
10073
10059
  # resp.db_instance.preferred_maintenance_window #=> String
10060
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
10074
10061
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
10075
10062
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
10076
10063
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -12937,6 +12924,7 @@ module Aws::RDS
12937
12924
  # resp.db_clusters[0].db_cluster_option_group_memberships[0].status #=> String
12938
12925
  # resp.db_clusters[0].preferred_backup_window #=> String
12939
12926
  # resp.db_clusters[0].preferred_maintenance_window #=> String
12927
+ # resp.db_clusters[0].upgrade_rollout_order #=> String, one of "first", "second", "last"
12940
12928
  # resp.db_clusters[0].replication_source_identifier #=> String
12941
12929
  # resp.db_clusters[0].read_replica_identifiers #=> Array
12942
12930
  # resp.db_clusters[0].read_replica_identifiers[0] #=> String
@@ -13048,7 +13036,7 @@ module Aws::RDS
13048
13036
  # resp.db_clusters[0].aws_backup_recovery_point_arn #=> String
13049
13037
  # resp.db_clusters[0].limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
13050
13038
  # resp.db_clusters[0].limitless_database.min_required_acu #=> Float
13051
- # resp.db_clusters[0].cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
13039
+ # resp.db_clusters[0].cluster_scalability_type #=> String, one of "standard", "limitless"
13052
13040
  # resp.db_clusters[0].certificate_details.ca_identifier #=> String
13053
13041
  # resp.db_clusters[0].certificate_details.valid_till #=> Time
13054
13042
  # resp.db_clusters[0].engine_lifecycle_support #=> String
@@ -13671,6 +13659,7 @@ module Aws::RDS
13671
13659
  # resp.db_instances[0].db_subnet_group.supported_network_types #=> Array
13672
13660
  # resp.db_instances[0].db_subnet_group.supported_network_types[0] #=> String
13673
13661
  # resp.db_instances[0].preferred_maintenance_window #=> String
13662
+ # resp.db_instances[0].upgrade_rollout_order #=> String, one of "first", "second", "last"
13674
13663
  # resp.db_instances[0].pending_modified_values.db_instance_class #=> String
13675
13664
  # resp.db_instances[0].pending_modified_values.allocated_storage #=> Integer
13676
13665
  # resp.db_instances[0].pending_modified_values.master_user_password #=> String
@@ -18380,6 +18369,7 @@ module Aws::RDS
18380
18369
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
18381
18370
  # resp.db_cluster.preferred_backup_window #=> String
18382
18371
  # resp.db_cluster.preferred_maintenance_window #=> String
18372
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
18383
18373
  # resp.db_cluster.replication_source_identifier #=> String
18384
18374
  # resp.db_cluster.read_replica_identifiers #=> Array
18385
18375
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -18491,7 +18481,7 @@ module Aws::RDS
18491
18481
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
18492
18482
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
18493
18483
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
18494
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
18484
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
18495
18485
  # resp.db_cluster.certificate_details.ca_identifier #=> String
18496
18486
  # resp.db_cluster.certificate_details.valid_till #=> Time
18497
18487
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -20126,6 +20116,7 @@ module Aws::RDS
20126
20116
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
20127
20117
  # resp.db_cluster.preferred_backup_window #=> String
20128
20118
  # resp.db_cluster.preferred_maintenance_window #=> String
20119
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
20129
20120
  # resp.db_cluster.replication_source_identifier #=> String
20130
20121
  # resp.db_cluster.read_replica_identifiers #=> Array
20131
20122
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -20237,7 +20228,7 @@ module Aws::RDS
20237
20228
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
20238
20229
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
20239
20230
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
20240
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
20231
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
20241
20232
  # resp.db_cluster.certificate_details.ca_identifier #=> String
20242
20233
  # resp.db_cluster.certificate_details.valid_till #=> Time
20243
20234
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -21177,7 +21168,7 @@ module Aws::RDS
21177
21168
  #
21178
21169
  # * Must be in the distinguished name format.
21179
21170
  #
21180
- # * Can't be longer than 64 characters.
21171
+ # ^
21181
21172
  #
21182
21173
  # Example:
21183
21174
  # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
@@ -21931,6 +21922,7 @@ module Aws::RDS
21931
21922
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
21932
21923
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
21933
21924
  # resp.db_instance.preferred_maintenance_window #=> String
21925
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
21934
21926
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
21935
21927
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
21936
21928
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -23880,6 +23872,7 @@ module Aws::RDS
23880
23872
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
23881
23873
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
23882
23874
  # resp.db_instance.preferred_maintenance_window #=> String
23875
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
23883
23876
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
23884
23877
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
23885
23878
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -24069,6 +24062,7 @@ module Aws::RDS
24069
24062
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
24070
24063
  # resp.db_cluster.preferred_backup_window #=> String
24071
24064
  # resp.db_cluster.preferred_maintenance_window #=> String
24065
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
24072
24066
  # resp.db_cluster.replication_source_identifier #=> String
24073
24067
  # resp.db_cluster.read_replica_identifiers #=> Array
24074
24068
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -24180,7 +24174,7 @@ module Aws::RDS
24180
24174
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
24181
24175
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
24182
24176
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
24183
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
24177
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
24184
24178
  # resp.db_cluster.certificate_details.ca_identifier #=> String
24185
24179
  # resp.db_cluster.certificate_details.valid_till #=> Time
24186
24180
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -24374,6 +24368,7 @@ module Aws::RDS
24374
24368
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
24375
24369
  # resp.db_cluster.preferred_backup_window #=> String
24376
24370
  # resp.db_cluster.preferred_maintenance_window #=> String
24371
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
24377
24372
  # resp.db_cluster.replication_source_identifier #=> String
24378
24373
  # resp.db_cluster.read_replica_identifiers #=> Array
24379
24374
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -24485,7 +24480,7 @@ module Aws::RDS
24485
24480
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
24486
24481
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
24487
24482
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
24488
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
24483
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
24489
24484
  # resp.db_cluster.certificate_details.ca_identifier #=> String
24490
24485
  # resp.db_cluster.certificate_details.valid_till #=> Time
24491
24486
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -24610,6 +24605,7 @@ module Aws::RDS
24610
24605
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
24611
24606
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
24612
24607
  # resp.db_instance.preferred_maintenance_window #=> String
24608
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
24613
24609
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
24614
24610
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
24615
24611
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -25978,6 +25974,7 @@ module Aws::RDS
25978
25974
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
25979
25975
  # resp.db_cluster.preferred_backup_window #=> String
25980
25976
  # resp.db_cluster.preferred_maintenance_window #=> String
25977
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
25981
25978
  # resp.db_cluster.replication_source_identifier #=> String
25982
25979
  # resp.db_cluster.read_replica_identifiers #=> Array
25983
25980
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -26089,7 +26086,7 @@ module Aws::RDS
26089
26086
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
26090
26087
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
26091
26088
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
26092
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
26089
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
26093
26090
  # resp.db_cluster.certificate_details.ca_identifier #=> String
26094
26091
  # resp.db_cluster.certificate_details.valid_till #=> Time
26095
26092
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -26804,6 +26801,7 @@ module Aws::RDS
26804
26801
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
26805
26802
  # resp.db_cluster.preferred_backup_window #=> String
26806
26803
  # resp.db_cluster.preferred_maintenance_window #=> String
26804
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
26807
26805
  # resp.db_cluster.replication_source_identifier #=> String
26808
26806
  # resp.db_cluster.read_replica_identifiers #=> Array
26809
26807
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -26915,7 +26913,7 @@ module Aws::RDS
26915
26913
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
26916
26914
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
26917
26915
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
26918
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
26916
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
26919
26917
  # resp.db_cluster.certificate_details.ca_identifier #=> String
26920
26918
  # resp.db_cluster.certificate_details.valid_till #=> Time
26921
26919
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -27613,6 +27611,7 @@ module Aws::RDS
27613
27611
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
27614
27612
  # resp.db_cluster.preferred_backup_window #=> String
27615
27613
  # resp.db_cluster.preferred_maintenance_window #=> String
27614
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
27616
27615
  # resp.db_cluster.replication_source_identifier #=> String
27617
27616
  # resp.db_cluster.read_replica_identifiers #=> Array
27618
27617
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -27724,7 +27723,7 @@ module Aws::RDS
27724
27723
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
27725
27724
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
27726
27725
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
27727
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
27726
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
27728
27727
  # resp.db_cluster.certificate_details.ca_identifier #=> String
27729
27728
  # resp.db_cluster.certificate_details.valid_till #=> Time
27730
27729
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -28546,6 +28545,7 @@ module Aws::RDS
28546
28545
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
28547
28546
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
28548
28547
  # resp.db_instance.preferred_maintenance_window #=> String
28548
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
28549
28549
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
28550
28550
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
28551
28551
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -29364,6 +29364,7 @@ module Aws::RDS
29364
29364
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
29365
29365
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
29366
29366
  # resp.db_instance.preferred_maintenance_window #=> String
29367
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
29367
29368
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
29368
29369
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
29369
29370
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -30375,6 +30376,7 @@ module Aws::RDS
30375
30376
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
30376
30377
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
30377
30378
  # resp.db_instance.preferred_maintenance_window #=> String
30379
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
30378
30380
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
30379
30381
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
30380
30382
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -30792,6 +30794,7 @@ module Aws::RDS
30792
30794
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
30793
30795
  # resp.db_cluster.preferred_backup_window #=> String
30794
30796
  # resp.db_cluster.preferred_maintenance_window #=> String
30797
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
30795
30798
  # resp.db_cluster.replication_source_identifier #=> String
30796
30799
  # resp.db_cluster.read_replica_identifiers #=> Array
30797
30800
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -30903,7 +30906,7 @@ module Aws::RDS
30903
30906
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
30904
30907
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
30905
30908
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
30906
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
30909
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
30907
30910
  # resp.db_cluster.certificate_details.ca_identifier #=> String
30908
30911
  # resp.db_cluster.certificate_details.valid_till #=> Time
30909
30912
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -31000,6 +31003,7 @@ module Aws::RDS
31000
31003
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
31001
31004
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
31002
31005
  # resp.db_instance.preferred_maintenance_window #=> String
31006
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
31003
31007
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
31004
31008
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
31005
31009
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -31628,6 +31632,7 @@ module Aws::RDS
31628
31632
  # resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
31629
31633
  # resp.db_cluster.preferred_backup_window #=> String
31630
31634
  # resp.db_cluster.preferred_maintenance_window #=> String
31635
+ # resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
31631
31636
  # resp.db_cluster.replication_source_identifier #=> String
31632
31637
  # resp.db_cluster.read_replica_identifiers #=> Array
31633
31638
  # resp.db_cluster.read_replica_identifiers[0] #=> String
@@ -31739,7 +31744,7 @@ module Aws::RDS
31739
31744
  # resp.db_cluster.aws_backup_recovery_point_arn #=> String
31740
31745
  # resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
31741
31746
  # resp.db_cluster.limitless_database.min_required_acu #=> Float
31742
- # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless", "scaleout"
31747
+ # resp.db_cluster.cluster_scalability_type #=> String, one of "standard", "limitless"
31743
31748
  # resp.db_cluster.certificate_details.ca_identifier #=> String
31744
31749
  # resp.db_cluster.certificate_details.valid_till #=> Time
31745
31750
  # resp.db_cluster.engine_lifecycle_support #=> String
@@ -31844,6 +31849,7 @@ module Aws::RDS
31844
31849
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
31845
31850
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
31846
31851
  # resp.db_instance.preferred_maintenance_window #=> String
31852
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
31847
31853
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
31848
31854
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
31849
31855
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -32451,6 +32457,7 @@ module Aws::RDS
32451
32457
  # resp.db_instance.db_subnet_group.supported_network_types #=> Array
32452
32458
  # resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
32453
32459
  # resp.db_instance.preferred_maintenance_window #=> String
32460
+ # resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
32454
32461
  # resp.db_instance.pending_modified_values.db_instance_class #=> String
32455
32462
  # resp.db_instance.pending_modified_values.allocated_storage #=> Integer
32456
32463
  # resp.db_instance.pending_modified_values.master_user_password #=> String
@@ -32605,7 +32612,7 @@ module Aws::RDS
32605
32612
  tracer: tracer
32606
32613
  )
32607
32614
  context[:gem_name] = 'aws-sdk-rds'
32608
- context[:gem_version] = '1.296.0'
32615
+ context[:gem_version] = '1.300.0'
32609
32616
  Seahorse::Client::Request.new(handlers, context)
32610
32617
  end
32611
32618
 
@@ -767,6 +767,7 @@ module Aws::RDS
767
767
  TenantDatabasesMessage = Shapes::StructureShape.new(name: 'TenantDatabasesMessage')
768
768
  Timezone = Shapes::StructureShape.new(name: 'Timezone')
769
769
  UnsupportedDBEngineVersionFault = Shapes::StructureShape.new(name: 'UnsupportedDBEngineVersionFault', error: {"code" => "UnsupportedDBEngineVersion", "httpStatusCode" => 400, "senderFault" => true})
770
+ UpgradeRolloutOrder = Shapes::StringShape.new(name: 'UpgradeRolloutOrder')
770
771
  UpgradeTarget = Shapes::StructureShape.new(name: 'UpgradeTarget')
771
772
  UserAuthConfig = Shapes::StructureShape.new(name: 'UserAuthConfig')
772
773
  UserAuthConfigInfo = Shapes::StructureShape.new(name: 'UserAuthConfigInfo')
@@ -776,6 +777,7 @@ module Aws::RDS
776
777
  ValidStorageOptions = Shapes::StructureShape.new(name: 'ValidStorageOptions')
777
778
  ValidStorageOptionsList = Shapes::ListShape.new(name: 'ValidStorageOptionsList')
778
779
  ValidUpgradeTargetList = Shapes::ListShape.new(name: 'ValidUpgradeTargetList')
780
+ VpcEncryptionControlViolationException = Shapes::StructureShape.new(name: 'VpcEncryptionControlViolationException', error: {"code" => "VpcEncryptionControlViolationException", "httpStatusCode" => 400, "senderFault" => true})
779
781
  VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
780
782
  VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
781
783
  VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
@@ -1423,6 +1425,7 @@ module Aws::RDS
1423
1425
  DBCluster.add_member(:db_cluster_option_group_memberships, Shapes::ShapeRef.new(shape: DBClusterOptionGroupMemberships, location_name: "DBClusterOptionGroupMemberships"))
1424
1426
  DBCluster.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
1425
1427
  DBCluster.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
1428
+ DBCluster.add_member(:upgrade_rollout_order, Shapes::ShapeRef.new(shape: UpgradeRolloutOrder, location_name: "UpgradeRolloutOrder"))
1426
1429
  DBCluster.add_member(:replication_source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSourceIdentifier"))
1427
1430
  DBCluster.add_member(:read_replica_identifiers, Shapes::ShapeRef.new(shape: ReadReplicaIdentifierList, location_name: "ReadReplicaIdentifiers"))
1428
1431
  DBCluster.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBClusterStatusInfoList, location_name: "StatusInfos"))
@@ -1746,6 +1749,7 @@ module Aws::RDS
1746
1749
  DBInstance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1747
1750
  DBInstance.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
1748
1751
  DBInstance.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
1752
+ DBInstance.add_member(:upgrade_rollout_order, Shapes::ShapeRef.new(shape: UpgradeRolloutOrder, location_name: "UpgradeRolloutOrder"))
1749
1753
  DBInstance.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: PendingModifiedValues, location_name: "PendingModifiedValues"))
1750
1754
  DBInstance.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
1751
1755
  DBInstance.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
@@ -4421,6 +4425,8 @@ module Aws::RDS
4421
4425
 
4422
4426
  ValidUpgradeTargetList.member = Shapes::ShapeRef.new(shape: UpgradeTarget, location_name: "UpgradeTarget")
4423
4427
 
4428
+ VpcEncryptionControlViolationException.struct_class = Types::VpcEncryptionControlViolationException
4429
+
4424
4430
  VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
4425
4431
 
4426
4432
  VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
@@ -4673,6 +4679,7 @@ module Aws::RDS
4673
4679
  o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
4674
4680
  o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
4675
4681
  o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
4682
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
4676
4683
  end)
4677
4684
 
4678
4685
  api.add_operation(:create_db_cluster_endpoint, Seahorse::Model::Operation.new.tap do |o|
@@ -4740,6 +4747,7 @@ module Aws::RDS
4740
4747
  o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
4741
4748
  o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
4742
4749
  o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
4750
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
4743
4751
  end)
4744
4752
 
4745
4753
  api.add_operation(:create_db_instance_read_replica, Seahorse::Model::Operation.new.tap do |o|
@@ -4772,6 +4780,7 @@ module Aws::RDS
4772
4780
  o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
4773
4781
  o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
4774
4782
  o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
4783
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
4775
4784
  end)
4776
4785
 
4777
4786
  api.add_operation(:create_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
@@ -5958,6 +5967,7 @@ module Aws::RDS
5958
5967
  o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotAvailableFault)
5959
5968
  o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
5960
5969
  o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
5970
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
5961
5971
  end)
5962
5972
 
5963
5973
  api.add_operation(:modify_db_cluster_endpoint, Seahorse::Model::Operation.new.tap do |o|
@@ -6021,6 +6031,7 @@ module Aws::RDS
6021
6031
  o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
6022
6032
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
6023
6033
  o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
6034
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
6024
6035
  end)
6025
6036
 
6026
6037
  api.add_operation(:modify_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
@@ -6403,6 +6414,7 @@ module Aws::RDS
6403
6414
  o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
6404
6415
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
6405
6416
  o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
6417
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
6406
6418
  end)
6407
6419
 
6408
6420
  api.add_operation(:restore_db_cluster_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
@@ -6433,6 +6445,7 @@ module Aws::RDS
6433
6445
  o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
6434
6446
  o.errors << Shapes::ShapeRef.new(shape: DBClusterAutomatedBackupNotFoundFault)
6435
6447
  o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
6448
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
6436
6449
  end)
6437
6450
 
6438
6451
  api.add_operation(:restore_db_instance_from_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
@@ -6465,6 +6478,7 @@ module Aws::RDS
6465
6478
  o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
6466
6479
  o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
6467
6480
  o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
6481
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
6468
6482
  end)
6469
6483
 
6470
6484
  api.add_operation(:restore_db_instance_from_s3, Seahorse::Model::Operation.new.tap do |o|
@@ -6492,6 +6506,7 @@ module Aws::RDS
6492
6506
  o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
6493
6507
  o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
6494
6508
  o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
6509
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
6495
6510
  end)
6496
6511
 
6497
6512
  api.add_operation(:restore_db_instance_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
@@ -6525,6 +6540,7 @@ module Aws::RDS
6525
6540
  o.errors << Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupNotFoundFault)
6526
6541
  o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
6527
6542
  o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
6543
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
6528
6544
  end)
6529
6545
 
6530
6546
  api.add_operation(:revoke_db_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
@@ -6563,6 +6579,7 @@ module Aws::RDS
6563
6579
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
6564
6580
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBShardGroupStateFault)
6565
6581
  o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
6582
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
6566
6583
  end)
6567
6584
 
6568
6585
  api.add_operation(:start_db_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -6582,6 +6599,7 @@ module Aws::RDS
6582
6599
  o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
6583
6600
  o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
6584
6601
  o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
6602
+ o.errors << Shapes::ShapeRef.new(shape: VpcEncryptionControlViolationException)
6585
6603
  end)
6586
6604
 
6587
6605
  api.add_operation(:start_db_instance_automated_backups_replication, Seahorse::Model::Operation.new.tap do |o|
@@ -190,6 +190,20 @@ module Aws::RDS
190
190
  data[:preferred_maintenance_window]
191
191
  end
192
192
 
193
+ # This data type represents the order in which the clusters are
194
+ # upgraded.
195
+ #
196
+ # * \[first\] - Typically used for development or testing environments.
197
+ #
198
+ # * \[second\] - Default order for resources not specifically
199
+ # configured.
200
+ #
201
+ # * \[last\] - Usually reserved for production environments.
202
+ # @return [String]
203
+ def upgrade_rollout_order
204
+ data[:upgrade_rollout_order]
205
+ end
206
+
193
207
  # The identifier of the source DB cluster if this DB cluster is a read
194
208
  # replica.
195
209
  # @return [String]
@@ -986,7 +1000,7 @@ module Aws::RDS
986
1000
  # performance_insights_kms_key_id: "String",
987
1001
  # performance_insights_retention_period: 1,
988
1002
  # enable_limitless_database: false,
989
- # cluster_scalability_type: "standard", # accepts standard, limitless, scaleout
1003
+ # cluster_scalability_type: "standard", # accepts standard, limitless
990
1004
  # db_system_id: "String",
991
1005
  # manage_master_user_password: false,
992
1006
  # enable_local_write_forwarding: false,
@@ -1512,40 +1526,31 @@ module Aws::RDS
1512
1526
  # @option options [Boolean] :publicly_accessible
1513
1527
  # Specifies whether the DB cluster is publicly accessible.
1514
1528
  #
1529
+ # Valid for Cluster Type: Multi-AZ DB clusters only
1530
+ #
1515
1531
  # When the DB cluster is publicly accessible and you connect from
1516
- # outside of the DB cluster's virtual private cloud (VPC), its Domain
1517
- # Name System (DNS) endpoint resolves to the public IP address. When you
1532
+ # outside of the DB cluster's virtual private cloud (VPC), its domain
1533
+ # name system (DNS) endpoint resolves to the public IP address. When you
1518
1534
  # connect from within the same VPC as the DB cluster, the endpoint
1519
1535
  # resolves to the private IP address. Access to the DB cluster is
1520
- # ultimately controlled by the security group it uses. That public
1521
- # access isn't permitted if the security group assigned to the DB
1522
- # cluster doesn't permit it.
1536
+ # controlled by its security group settings.
1523
1537
  #
1524
1538
  # When the DB cluster isn't publicly accessible, it is an internal DB
1525
1539
  # cluster with a DNS name that resolves to a private IP address.
1526
1540
  #
1527
- # Valid for Cluster Type: Multi-AZ DB clusters only
1541
+ # The default behavior when `PubliclyAccessible` is not specified
1542
+ # depends on whether a `DBSubnetGroup` is specified.
1528
1543
  #
1529
- # Default: The default behavior varies depending on whether
1530
- # `DBSubnetGroupName` is specified.
1544
+ # If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults to
1545
+ # `true`.
1531
1546
  #
1532
- # If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
1533
- # isn't specified, the following applies:
1547
+ # If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
1548
+ # `false` unless the value of `DBSubnetGroup` is `default`, in which
1549
+ # case `PubliclyAccessible` defaults to `true`.
1534
1550
  #
1535
- # * If the default VPC in the target Region doesn’t have an internet
1536
- # gateway attached to it, the DB cluster is private.
1537
- #
1538
- # * If the default VPC in the target Region has an internet gateway
1539
- # attached to it, the DB cluster is public.
1540
- #
1541
- # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't
1542
- # specified, the following applies:
1543
- #
1544
- # * If the subnets are part of a VPC that doesn’t have an internet
1545
- # gateway attached to it, the DB cluster is private.
1546
- #
1547
- # * If the subnets are part of a VPC that has an internet gateway
1548
- # attached to it, the DB cluster is public.
1551
+ # If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
1552
+ # is in doesn't have an internet gateway attached to it, Amazon RDS
1553
+ # returns an error.
1549
1554
  # @option options [Boolean] :auto_minor_version_upgrade
1550
1555
  # Specifies whether minor engine upgrades are applied automatically to
1551
1556
  # the DB cluster during the maintenance window. By default, minor engine
@@ -153,6 +153,20 @@ module Aws::RDS
153
153
  data[:preferred_maintenance_window]
154
154
  end
155
155
 
156
+ # This data type represents the order in which the instances are
157
+ # upgraded.
158
+ #
159
+ # * \[first\] - Typically used for development or testing environments.
160
+ #
161
+ # * \[second\] - Default order for resources not specifically
162
+ # configured.
163
+ #
164
+ # * \[last\] - Usually reserved for production environments.
165
+ # @return [String]
166
+ def upgrade_rollout_order
167
+ data[:upgrade_rollout_order]
168
+ end
169
+
156
170
  # Information about pending changes to the DB instance. This information
157
171
  # is returned only when there are pending changes. Specific changes are
158
172
  # identified by subelements.
@@ -1729,37 +1743,28 @@ module Aws::RDS
1729
1743
  # Specifies whether the DB instance is publicly accessible.
1730
1744
  #
1731
1745
  # When the DB instance is publicly accessible and you connect from
1732
- # outside of the DB instance's virtual private cloud (VPC), its Domain
1733
- # Name System (DNS) endpoint resolves to the public IP address. When you
1746
+ # outside of the DB instance's virtual private cloud (VPC), its domain
1747
+ # name system (DNS) endpoint resolves to the public IP address. When you
1734
1748
  # connect from within the same VPC as the DB instance, the endpoint
1735
1749
  # resolves to the private IP address. Access to the DB instance is
1736
- # ultimately controlled by the security group it uses. That public
1737
- # access is not permitted if the security group assigned to the DB
1738
- # instance doesn't permit it.
1750
+ # controlled by its security group settings.
1739
1751
  #
1740
1752
  # When the DB instance isn't publicly accessible, it is an internal DB
1741
1753
  # instance with a DNS name that resolves to a private IP address.
1742
1754
  #
1743
- # Default: The default behavior varies depending on whether
1744
- # `DBSubnetGroupName` is specified.
1745
- #
1746
- # If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
1747
- # isn't specified, the following applies:
1748
- #
1749
- # * If the default VPC in the target Region doesn’t have an internet
1750
- # gateway attached to it, the DB instance is private.
1755
+ # The default behavior when `PubliclyAccessible` is not specified
1756
+ # depends on whether a `DBSubnetGroup` is specified.
1751
1757
  #
1752
- # * If the default VPC in the target Region has an internet gateway
1753
- # attached to it, the DB instance is public.
1758
+ # If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults to
1759
+ # `false` for Aurora instances and `true` for non-Aurora instances.
1754
1760
  #
1755
- # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't
1756
- # specified, the following applies:
1761
+ # If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
1762
+ # `false` unless the value of `DBSubnetGroup` is `default`, in which
1763
+ # case `PubliclyAccessible` defaults to `true`.
1757
1764
  #
1758
- # * If the subnets are part of a VPC that doesn’t have an internet
1759
- # gateway attached to it, the DB instance is private.
1760
- #
1761
- # * If the subnets are part of a VPC that has an internet gateway
1762
- # attached to it, the DB instance is public.
1765
+ # If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
1766
+ # is in doesn't have an internet gateway attached to it, Amazon RDS
1767
+ # returns an error.
1763
1768
  # @option options [Array<Types::Tag>] :tags
1764
1769
  # Tags to assign to the DB instance.
1765
1770
  # @option options [String] :db_cluster_identifier
@@ -3742,7 +3747,7 @@ module Aws::RDS
3742
3747
  #
3743
3748
  # * Must be in the distinguished name format.
3744
3749
  #
3745
- # * Can't be longer than 64 characters.
3750
+ # ^
3746
3751
  #
3747
3752
  # Example:
3748
3753
  # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
@@ -240,6 +240,7 @@ module Aws::RDS
240
240
  # * This error class is not used. `TenantDatabaseQuotaExceeded` is used during parsing instead.
241
241
  # * {UnsupportedDBEngineVersionFault}
242
242
  # * This error class is not used. `UnsupportedDBEngineVersion` is used during parsing instead.
243
+ # * {VpcEncryptionControlViolationException}
243
244
  #
244
245
  # Additionally, error classes are dynamically generated for service errors based on the error code
245
246
  # if they are not defined above.
@@ -1833,5 +1834,15 @@ module Aws::RDS
1833
1834
  end
1834
1835
  end
1835
1836
 
1837
+ class VpcEncryptionControlViolationException < ServiceError
1838
+
1839
+ # @param [Seahorse::Client::RequestContext] context
1840
+ # @param [String] message
1841
+ # @param [Aws::RDS::Types::VpcEncryptionControlViolationException] data
1842
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1843
+ super(context, message, data)
1844
+ end
1845
+ end
1846
+
1836
1847
  end
1837
1848
  end
@@ -107,7 +107,7 @@ module Aws::RDS
107
107
  # performance_insights_kms_key_id: "String",
108
108
  # performance_insights_retention_period: 1,
109
109
  # enable_limitless_database: false,
110
- # cluster_scalability_type: "standard", # accepts standard, limitless, scaleout
110
+ # cluster_scalability_type: "standard", # accepts standard, limitless
111
111
  # db_system_id: "String",
112
112
  # manage_master_user_password: false,
113
113
  # enable_local_write_forwarding: false,
@@ -649,40 +649,31 @@ module Aws::RDS
649
649
  # @option options [Boolean] :publicly_accessible
650
650
  # Specifies whether the DB cluster is publicly accessible.
651
651
  #
652
+ # Valid for Cluster Type: Multi-AZ DB clusters only
653
+ #
652
654
  # When the DB cluster is publicly accessible and you connect from
653
- # outside of the DB cluster's virtual private cloud (VPC), its Domain
654
- # Name System (DNS) endpoint resolves to the public IP address. When you
655
+ # outside of the DB cluster's virtual private cloud (VPC), its domain
656
+ # name system (DNS) endpoint resolves to the public IP address. When you
655
657
  # connect from within the same VPC as the DB cluster, the endpoint
656
658
  # resolves to the private IP address. Access to the DB cluster is
657
- # ultimately controlled by the security group it uses. That public
658
- # access isn't permitted if the security group assigned to the DB
659
- # cluster doesn't permit it.
659
+ # controlled by its security group settings.
660
660
  #
661
661
  # When the DB cluster isn't publicly accessible, it is an internal DB
662
662
  # cluster with a DNS name that resolves to a private IP address.
663
663
  #
664
- # Valid for Cluster Type: Multi-AZ DB clusters only
665
- #
666
- # Default: The default behavior varies depending on whether
667
- # `DBSubnetGroupName` is specified.
668
- #
669
- # If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
670
- # isn't specified, the following applies:
664
+ # The default behavior when `PubliclyAccessible` is not specified
665
+ # depends on whether a `DBSubnetGroup` is specified.
671
666
  #
672
- # * If the default VPC in the target Region doesn’t have an internet
673
- # gateway attached to it, the DB cluster is private.
667
+ # If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults to
668
+ # `true`.
674
669
  #
675
- # * If the default VPC in the target Region has an internet gateway
676
- # attached to it, the DB cluster is public.
670
+ # If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
671
+ # `false` unless the value of `DBSubnetGroup` is `default`, in which
672
+ # case `PubliclyAccessible` defaults to `true`.
677
673
  #
678
- # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't
679
- # specified, the following applies:
680
- #
681
- # * If the subnets are part of a VPC that doesn’t have an internet
682
- # gateway attached to it, the DB cluster is private.
683
- #
684
- # * If the subnets are part of a VPC that has an internet gateway
685
- # attached to it, the DB cluster is public.
674
+ # If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
675
+ # is in doesn't have an internet gateway attached to it, Amazon RDS
676
+ # returns an error.
686
677
  # @option options [Boolean] :auto_minor_version_upgrade
687
678
  # Specifies whether minor engine upgrades are applied automatically to
688
679
  # the DB cluster during the maintenance window. By default, minor engine
@@ -1901,37 +1892,28 @@ module Aws::RDS
1901
1892
  # Specifies whether the DB instance is publicly accessible.
1902
1893
  #
1903
1894
  # When the DB instance is publicly accessible and you connect from
1904
- # outside of the DB instance's virtual private cloud (VPC), its Domain
1905
- # Name System (DNS) endpoint resolves to the public IP address. When you
1895
+ # outside of the DB instance's virtual private cloud (VPC), its domain
1896
+ # name system (DNS) endpoint resolves to the public IP address. When you
1906
1897
  # connect from within the same VPC as the DB instance, the endpoint
1907
1898
  # resolves to the private IP address. Access to the DB instance is
1908
- # ultimately controlled by the security group it uses. That public
1909
- # access is not permitted if the security group assigned to the DB
1910
- # instance doesn't permit it.
1899
+ # controlled by its security group settings.
1911
1900
  #
1912
1901
  # When the DB instance isn't publicly accessible, it is an internal DB
1913
1902
  # instance with a DNS name that resolves to a private IP address.
1914
1903
  #
1915
- # Default: The default behavior varies depending on whether
1916
- # `DBSubnetGroupName` is specified.
1917
- #
1918
- # If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
1919
- # isn't specified, the following applies:
1920
- #
1921
- # * If the default VPC in the target Region doesn’t have an internet
1922
- # gateway attached to it, the DB instance is private.
1923
- #
1924
- # * If the default VPC in the target Region has an internet gateway
1925
- # attached to it, the DB instance is public.
1904
+ # The default behavior when `PubliclyAccessible` is not specified
1905
+ # depends on whether a `DBSubnetGroup` is specified.
1926
1906
  #
1927
- # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't
1928
- # specified, the following applies:
1907
+ # If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults to
1908
+ # `false` for Aurora instances and `true` for non-Aurora instances.
1929
1909
  #
1930
- # * If the subnets are part of a VPC that doesn’t have an internet
1931
- # gateway attached to it, the DB instance is private.
1910
+ # If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
1911
+ # `false` unless the value of `DBSubnetGroup` is `default`, in which
1912
+ # case `PubliclyAccessible` defaults to `true`.
1932
1913
  #
1933
- # * If the subnets are part of a VPC that has an internet gateway
1934
- # attached to it, the DB instance is public.
1914
+ # If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
1915
+ # is in doesn't have an internet gateway attached to it, Amazon RDS
1916
+ # returns an error.
1935
1917
  # @option options [Array<Types::Tag>] :tags
1936
1918
  # Tags to assign to the DB instance.
1937
1919
  # @option options [String] :db_cluster_identifier
@@ -2790,40 +2790,31 @@ module Aws::RDS
2790
2790
  # @!attribute [rw] publicly_accessible
2791
2791
  # Specifies whether the DB cluster is publicly accessible.
2792
2792
  #
2793
+ # Valid for Cluster Type: Multi-AZ DB clusters only
2794
+ #
2793
2795
  # When the DB cluster is publicly accessible and you connect from
2794
- # outside of the DB cluster's virtual private cloud (VPC), its Domain
2795
- # Name System (DNS) endpoint resolves to the public IP address. When
2796
+ # outside of the DB cluster's virtual private cloud (VPC), its domain
2797
+ # name system (DNS) endpoint resolves to the public IP address. When
2796
2798
  # you connect from within the same VPC as the DB cluster, the endpoint
2797
2799
  # resolves to the private IP address. Access to the DB cluster is
2798
- # ultimately controlled by the security group it uses. That public
2799
- # access isn't permitted if the security group assigned to the DB
2800
- # cluster doesn't permit it.
2800
+ # controlled by its security group settings.
2801
2801
  #
2802
2802
  # When the DB cluster isn't publicly accessible, it is an internal DB
2803
2803
  # cluster with a DNS name that resolves to a private IP address.
2804
2804
  #
2805
- # Valid for Cluster Type: Multi-AZ DB clusters only
2805
+ # The default behavior when `PubliclyAccessible` is not specified
2806
+ # depends on whether a `DBSubnetGroup` is specified.
2806
2807
  #
2807
- # Default: The default behavior varies depending on whether
2808
- # `DBSubnetGroupName` is specified.
2808
+ # If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults
2809
+ # to `true`.
2809
2810
  #
2810
- # If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
2811
- # isn't specified, the following applies:
2812
- #
2813
- # * If the default VPC in the target Region doesn’t have an internet
2814
- # gateway attached to it, the DB cluster is private.
2811
+ # If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
2812
+ # `false` unless the value of `DBSubnetGroup` is `default`, in which
2813
+ # case `PubliclyAccessible` defaults to `true`.
2815
2814
  #
2816
- # * If the default VPC in the target Region has an internet gateway
2817
- # attached to it, the DB cluster is public.
2818
- #
2819
- # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't
2820
- # specified, the following applies:
2821
- #
2822
- # * If the subnets are part of a VPC that doesn’t have an internet
2823
- # gateway attached to it, the DB cluster is private.
2824
- #
2825
- # * If the subnets are part of a VPC that has an internet gateway
2826
- # attached to it, the DB cluster is public.
2815
+ # If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
2816
+ # is in doesn't have an internet gateway attached to it, Amazon RDS
2817
+ # returns an error.
2827
2818
  # @return [Boolean]
2828
2819
  #
2829
2820
  # @!attribute [rw] auto_minor_version_upgrade
@@ -4235,36 +4226,27 @@ module Aws::RDS
4235
4226
  #
4236
4227
  # When the DB instance is publicly accessible and you connect from
4237
4228
  # outside of the DB instance's virtual private cloud (VPC), its
4238
- # Domain Name System (DNS) endpoint resolves to the public IP address.
4229
+ # domain name system (DNS) endpoint resolves to the public IP address.
4239
4230
  # When you connect from within the same VPC as the DB instance, the
4240
4231
  # endpoint resolves to the private IP address. Access to the DB
4241
- # instance is ultimately controlled by the security group it uses.
4242
- # That public access is not permitted if the security group assigned
4243
- # to the DB instance doesn't permit it.
4232
+ # instance is controlled by its security group settings.
4244
4233
  #
4245
4234
  # When the DB instance isn't publicly accessible, it is an internal
4246
4235
  # DB instance with a DNS name that resolves to a private IP address.
4247
4236
  #
4248
- # Default: The default behavior varies depending on whether
4249
- # `DBSubnetGroupName` is specified.
4250
- #
4251
- # If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible`
4252
- # isn't specified, the following applies:
4237
+ # The default behavior when `PubliclyAccessible` is not specified
4238
+ # depends on whether a `DBSubnetGroup` is specified.
4253
4239
  #
4254
- # * If the default VPC in the target Region doesn’t have an internet
4255
- # gateway attached to it, the DB instance is private.
4240
+ # If `DBSubnetGroup` isn't specified, `PubliclyAccessible` defaults
4241
+ # to `false` for Aurora instances and `true` for non-Aurora instances.
4256
4242
  #
4257
- # * If the default VPC in the target Region has an internet gateway
4258
- # attached to it, the DB instance is public.
4243
+ # If `DBSubnetGroup` is specified, `PubliclyAccessible` defaults to
4244
+ # `false` unless the value of `DBSubnetGroup` is `default`, in which
4245
+ # case `PubliclyAccessible` defaults to `true`.
4259
4246
  #
4260
- # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't
4261
- # specified, the following applies:
4262
- #
4263
- # * If the subnets are part of a VPC that doesn’t have an internet
4264
- # gateway attached to it, the DB instance is private.
4265
- #
4266
- # * If the subnets are part of a VPC that has an internet gateway
4267
- # attached to it, the DB instance is public.
4247
+ # If `PubliclyAccessible` is true and the VPC that the `DBSubnetGroup`
4248
+ # is in doesn't have an internet gateway attached to it, Amazon RDS
4249
+ # returns an error.
4268
4250
  # @return [Boolean]
4269
4251
  #
4270
4252
  # @!attribute [rw] tags
@@ -7197,6 +7179,19 @@ module Aws::RDS
7197
7179
  # Universal Coordinated Time (UTC).
7198
7180
  # @return [String]
7199
7181
  #
7182
+ # @!attribute [rw] upgrade_rollout_order
7183
+ # This data type represents the order in which the clusters are
7184
+ # upgraded.
7185
+ #
7186
+ # * \[first\] - Typically used for development or testing
7187
+ # environments.
7188
+ #
7189
+ # * \[second\] - Default order for resources not specifically
7190
+ # configured.
7191
+ #
7192
+ # * \[last\] - Usually reserved for production environments.
7193
+ # @return [String]
7194
+ #
7200
7195
  # @!attribute [rw] replication_source_identifier
7201
7196
  # The identifier of the source DB cluster if this DB cluster is a read
7202
7197
  # replica.
@@ -7698,6 +7693,7 @@ module Aws::RDS
7698
7693
  :db_cluster_option_group_memberships,
7699
7694
  :preferred_backup_window,
7700
7695
  :preferred_maintenance_window,
7696
+ :upgrade_rollout_order,
7701
7697
  :replication_source_identifier,
7702
7698
  :read_replica_identifiers,
7703
7699
  :status_infos,
@@ -9166,6 +9162,19 @@ module Aws::RDS
9166
9162
  # Universal Coordinated Time (UTC).
9167
9163
  # @return [String]
9168
9164
  #
9165
+ # @!attribute [rw] upgrade_rollout_order
9166
+ # This data type represents the order in which the instances are
9167
+ # upgraded.
9168
+ #
9169
+ # * \[first\] - Typically used for development or testing
9170
+ # environments.
9171
+ #
9172
+ # * \[second\] - Default order for resources not specifically
9173
+ # configured.
9174
+ #
9175
+ # * \[last\] - Usually reserved for production environments.
9176
+ # @return [String]
9177
+ #
9169
9178
  # @!attribute [rw] pending_modified_values
9170
9179
  # Information about pending changes to the DB instance. This
9171
9180
  # information is returned only when there are pending changes.
@@ -9713,6 +9722,7 @@ module Aws::RDS
9713
9722
  :availability_zone,
9714
9723
  :db_subnet_group,
9715
9724
  :preferred_maintenance_window,
9725
+ :upgrade_rollout_order,
9716
9726
  :pending_modified_values,
9717
9727
  :latest_restorable_time,
9718
9728
  :multi_az,
@@ -19426,7 +19436,7 @@ module Aws::RDS
19426
19436
  #
19427
19437
  # * Must be in the distinguished name format.
19428
19438
  #
19429
- # * Can't be longer than 64 characters.
19439
+ # ^
19430
19440
  #
19431
19441
  # Example:
19432
19442
  # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
@@ -29348,6 +29358,15 @@ module Aws::RDS
29348
29358
  include Aws::Structure
29349
29359
  end
29350
29360
 
29361
+ # The operation violates VPC encryption control settings. Make sure that
29362
+ # your DB instance type supports the Nitro encryption-in-transit
29363
+ # capability, or modify your VPC's encryption controls to not enforce
29364
+ # encryption-in-transit.
29365
+ #
29366
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/VpcEncryptionControlViolationException AWS API Documentation
29367
+ #
29368
+ class VpcEncryptionControlViolationException < Aws::EmptyStructure; end
29369
+
29351
29370
  # This data type is used as a response element for queries on VPC
29352
29371
  # security group membership.
29353
29372
  #
data/lib/aws-sdk-rds.rb CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
80
80
  autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
81
81
  autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
82
82
 
83
- GEM_VERSION = '1.296.0'
83
+ GEM_VERSION = '1.300.0'
84
84
 
85
85
  end
86
86
 
data/sig/client.rbs CHANGED
@@ -447,7 +447,7 @@ module Aws
447
447
  ?performance_insights_kms_key_id: ::String,
448
448
  ?performance_insights_retention_period: ::Integer,
449
449
  ?enable_limitless_database: bool,
450
- ?cluster_scalability_type: ("standard" | "limitless" | "scaleout"),
450
+ ?cluster_scalability_type: ("standard" | "limitless"),
451
451
  ?db_system_id: ::String,
452
452
  ?manage_master_user_password: bool,
453
453
  ?enable_local_write_forwarding: bool,
data/sig/db_cluster.rbs CHANGED
@@ -84,6 +84,9 @@ module Aws
84
84
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#preferred_maintenance_window-instance_method
85
85
  def preferred_maintenance_window: () -> ::String
86
86
 
87
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#upgrade_rollout_order-instance_method
88
+ def upgrade_rollout_order: () -> ("first" | "second" | "last")
89
+
87
90
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#replication_source_identifier-instance_method
88
91
  def replication_source_identifier: () -> ::String
89
92
 
@@ -259,7 +262,7 @@ module Aws
259
262
  def limitless_database: () -> Types::LimitlessDatabase
260
263
 
261
264
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#cluster_scalability_type-instance_method
262
- def cluster_scalability_type: () -> ("standard" | "limitless" | "scaleout")
265
+ def cluster_scalability_type: () -> ("standard" | "limitless")
263
266
 
264
267
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#certificate_details-instance_method
265
268
  def certificate_details: () -> Types::CertificateDetails
@@ -350,7 +353,7 @@ module Aws
350
353
  ?performance_insights_kms_key_id: ::String,
351
354
  ?performance_insights_retention_period: ::Integer,
352
355
  ?enable_limitless_database: bool,
353
- ?cluster_scalability_type: ("standard" | "limitless" | "scaleout"),
356
+ ?cluster_scalability_type: ("standard" | "limitless"),
354
357
  ?db_system_id: ::String,
355
358
  ?manage_master_user_password: bool,
356
359
  ?enable_local_write_forwarding: bool,
data/sig/db_instance.rbs CHANGED
@@ -66,6 +66,9 @@ module Aws
66
66
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#preferred_maintenance_window-instance_method
67
67
  def preferred_maintenance_window: () -> ::String
68
68
 
69
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#upgrade_rollout_order-instance_method
70
+ def upgrade_rollout_order: () -> ("first" | "second" | "last")
71
+
69
72
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#pending_modified_values-instance_method
70
73
  def pending_modified_values: () -> Types::PendingModifiedValues
71
74
 
data/sig/errors.rbs CHANGED
@@ -301,6 +301,8 @@ module Aws
301
301
  end
302
302
  class UnsupportedDBEngineVersionFault < ::Aws::Errors::ServiceError
303
303
  end
304
+ class VpcEncryptionControlViolationException < ::Aws::Errors::ServiceError
305
+ end
304
306
  end
305
307
  end
306
308
  end
data/sig/resource.rbs CHANGED
@@ -151,7 +151,7 @@ module Aws
151
151
  ?performance_insights_kms_key_id: ::String,
152
152
  ?performance_insights_retention_period: ::Integer,
153
153
  ?enable_limitless_database: bool,
154
- ?cluster_scalability_type: ("standard" | "limitless" | "scaleout"),
154
+ ?cluster_scalability_type: ("standard" | "limitless"),
155
155
  ?db_system_id: ::String,
156
156
  ?manage_master_user_password: bool,
157
157
  ?enable_local_write_forwarding: bool,
data/sig/types.rbs CHANGED
@@ -395,7 +395,7 @@ module Aws::RDS
395
395
  attr_accessor performance_insights_kms_key_id: ::String
396
396
  attr_accessor performance_insights_retention_period: ::Integer
397
397
  attr_accessor enable_limitless_database: bool
398
- attr_accessor cluster_scalability_type: ("standard" | "limitless" | "scaleout")
398
+ attr_accessor cluster_scalability_type: ("standard" | "limitless")
399
399
  attr_accessor db_system_id: ::String
400
400
  attr_accessor manage_master_user_password: bool
401
401
  attr_accessor enable_local_write_forwarding: bool
@@ -787,6 +787,7 @@ module Aws::RDS
787
787
  attr_accessor db_cluster_option_group_memberships: ::Array[Types::DBClusterOptionGroupStatus]
788
788
  attr_accessor preferred_backup_window: ::String
789
789
  attr_accessor preferred_maintenance_window: ::String
790
+ attr_accessor upgrade_rollout_order: ("first" | "second" | "last")
790
791
  attr_accessor replication_source_identifier: ::String
791
792
  attr_accessor read_replica_identifiers: ::Array[::String]
792
793
  attr_accessor status_infos: ::Array[Types::DBClusterStatusInfo]
@@ -845,7 +846,7 @@ module Aws::RDS
845
846
  attr_accessor local_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
846
847
  attr_accessor aws_backup_recovery_point_arn: ::String
847
848
  attr_accessor limitless_database: Types::LimitlessDatabase
848
- attr_accessor cluster_scalability_type: ("standard" | "limitless" | "scaleout")
849
+ attr_accessor cluster_scalability_type: ("standard" | "limitless")
849
850
  attr_accessor certificate_details: Types::CertificateDetails
850
851
  attr_accessor engine_lifecycle_support: ::String
851
852
  SENSITIVE: []
@@ -1147,6 +1148,7 @@ module Aws::RDS
1147
1148
  attr_accessor availability_zone: ::String
1148
1149
  attr_accessor db_subnet_group: Types::DBSubnetGroup
1149
1150
  attr_accessor preferred_maintenance_window: ::String
1151
+ attr_accessor upgrade_rollout_order: ("first" | "second" | "last")
1150
1152
  attr_accessor pending_modified_values: Types::PendingModifiedValues
1151
1153
  attr_accessor latest_restorable_time: ::Time
1152
1154
  attr_accessor multi_az: bool
@@ -4404,6 +4406,9 @@ module Aws::RDS
4404
4406
  SENSITIVE: []
4405
4407
  end
4406
4408
 
4409
+ class VpcEncryptionControlViolationException < Aws::EmptyStructure
4410
+ end
4411
+
4407
4412
  class VpcSecurityGroupMembership
4408
4413
  attr_accessor vpc_security_group_id: ::String
4409
4414
  attr_accessor status: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.296.0
4
+ version: 1.300.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.231.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.231.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement