aws-sdk-rds 1.199.0 → 1.200.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: 1417f5f6e20b58cc90909525e86d211a68b1f57a49cbe207a3b8041a3d332891
4
- data.tar.gz: ec8466687914cd2dcf57b33409a91161bbdc5146b1caa6071d99db3ea4ee7306
3
+ metadata.gz: 6bfa524890058e05c95db59a45d73303186f1f7a1a660bc412d450a6c37bc066
4
+ data.tar.gz: 68ef0778c04e750664fa6811a7fe857c60482c07d9bf3bdaa77e01f038fa6c91
5
5
  SHA512:
6
- metadata.gz: 65063eec80ef37c38700eb85190541a6931075937fbed27d6fe32501dd9eee8521c311f9f521d515c53e1c1636ffb045f2392b28744b93de14e00341efa41a7b
7
- data.tar.gz: a48854f75c4ba97a254b3e9d6c6a89a136745b2f9c593ea21918d344683b74dfe060c2ed7375b498debcf14a75f1ce121b24da31b0f8066f699c9e891377e8af
6
+ metadata.gz: 607858b8b4c57eba162ebe75e1b405574aaf8efb50c1ee48d2c7c980c8a8b96c766d97137cc93a7ea89365ac0988a7c1a892380bc7259326a8f9524ddfc8335d
7
+ data.tar.gz: d2cffdf2ab606779837ffc57067e7ccf591cf67e17511decb181dd89a3400e78119dc0ab17effa1a1d1992a419be8b1ce2f9195b401e61b32c4b59d45a998739
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.200.0 (2023-11-01)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for customized networking resources to Amazon RDS Custom.
8
+
4
9
  1.199.0 (2023-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.199.0
1
+ 1.200.0
@@ -2908,6 +2908,9 @@ module Aws::RDS
2908
2908
  #
2909
2909
  # Valid for Cluster Type: Aurora DB clusters only
2910
2910
  #
2911
+ # @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
2912
+ # Reserved for future use.
2913
+ #
2911
2914
  # @option params [Boolean] :deletion_protection
2912
2915
  # Specifies whether the DB cluster has deletion protection enabled. The
2913
2916
  # database can't be deleted when deletion protection is enabled. By
@@ -3452,6 +3455,10 @@ module Aws::RDS
3452
3455
  # timeout_action: "String",
3453
3456
  # seconds_before_timeout: 1,
3454
3457
  # },
3458
+ # rds_custom_cluster_configuration: {
3459
+ # interconnect_subnet_id: "String",
3460
+ # transit_gateway_multicast_domain_id: "String",
3461
+ # },
3455
3462
  # deletion_protection: false,
3456
3463
  # global_cluster_identifier: "String",
3457
3464
  # enable_http_endpoint: false,
@@ -3548,6 +3555,8 @@ module Aws::RDS
3548
3555
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
3549
3556
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
3550
3557
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
3558
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
3559
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
3551
3560
  # resp.db_cluster.deletion_protection #=> Boolean
3552
3561
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
3553
3562
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -3580,6 +3589,8 @@ module Aws::RDS
3580
3589
  # resp.db_cluster.pending_modified_values.engine_version #=> String
3581
3590
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
3582
3591
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
3592
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
3593
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
3583
3594
  # resp.db_cluster.pending_modified_values.iops #=> Integer
3584
3595
  # resp.db_cluster.pending_modified_values.storage_type #=> String
3585
3596
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -8371,6 +8382,8 @@ module Aws::RDS
8371
8382
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
8372
8383
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
8373
8384
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
8385
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
8386
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
8374
8387
  # resp.db_cluster.deletion_protection #=> Boolean
8375
8388
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
8376
8389
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -8403,6 +8416,8 @@ module Aws::RDS
8403
8416
  # resp.db_cluster.pending_modified_values.engine_version #=> String
8404
8417
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
8405
8418
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
8419
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
8420
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
8406
8421
  # resp.db_cluster.pending_modified_values.iops #=> Integer
8407
8422
  # resp.db_cluster.pending_modified_values.storage_type #=> String
8408
8423
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -11638,6 +11653,8 @@ module Aws::RDS
11638
11653
  # resp.db_clusters[0].scaling_configuration_info.seconds_until_auto_pause #=> Integer
11639
11654
  # resp.db_clusters[0].scaling_configuration_info.timeout_action #=> String
11640
11655
  # resp.db_clusters[0].scaling_configuration_info.seconds_before_timeout #=> Integer
11656
+ # resp.db_clusters[0].rds_custom_cluster_configuration.interconnect_subnet_id #=> String
11657
+ # resp.db_clusters[0].rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
11641
11658
  # resp.db_clusters[0].deletion_protection #=> Boolean
11642
11659
  # resp.db_clusters[0].http_endpoint_enabled #=> Boolean
11643
11660
  # resp.db_clusters[0].activity_stream_mode #=> String, one of "sync", "async"
@@ -11670,6 +11687,8 @@ module Aws::RDS
11670
11687
  # resp.db_clusters[0].pending_modified_values.engine_version #=> String
11671
11688
  # resp.db_clusters[0].pending_modified_values.backup_retention_period #=> Integer
11672
11689
  # resp.db_clusters[0].pending_modified_values.allocated_storage #=> Integer
11690
+ # resp.db_clusters[0].pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
11691
+ # resp.db_clusters[0].pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
11673
11692
  # resp.db_clusters[0].pending_modified_values.iops #=> Integer
11674
11693
  # resp.db_clusters[0].pending_modified_values.storage_type #=> String
11675
11694
  # resp.db_clusters[0].db_cluster_instance_class #=> String
@@ -16229,6 +16248,8 @@ module Aws::RDS
16229
16248
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
16230
16249
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
16231
16250
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
16251
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
16252
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
16232
16253
  # resp.db_cluster.deletion_protection #=> Boolean
16233
16254
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
16234
16255
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -16261,6 +16282,8 @@ module Aws::RDS
16261
16282
  # resp.db_cluster.pending_modified_values.engine_version #=> String
16262
16283
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
16263
16284
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
16285
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
16286
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
16264
16287
  # resp.db_cluster.pending_modified_values.iops #=> Integer
16265
16288
  # resp.db_cluster.pending_modified_values.storage_type #=> String
16266
16289
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -17854,6 +17877,8 @@ module Aws::RDS
17854
17877
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
17855
17878
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
17856
17879
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
17880
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
17881
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
17857
17882
  # resp.db_cluster.deletion_protection #=> Boolean
17858
17883
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
17859
17884
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -17886,6 +17911,8 @@ module Aws::RDS
17886
17911
  # resp.db_cluster.pending_modified_values.engine_version #=> String
17887
17912
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
17888
17913
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
17914
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
17915
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
17889
17916
  # resp.db_cluster.pending_modified_values.iops #=> Integer
17890
17917
  # resp.db_cluster.pending_modified_values.storage_type #=> String
17891
17918
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -21111,6 +21138,8 @@ module Aws::RDS
21111
21138
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
21112
21139
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
21113
21140
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
21141
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
21142
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
21114
21143
  # resp.db_cluster.deletion_protection #=> Boolean
21115
21144
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
21116
21145
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -21143,6 +21172,8 @@ module Aws::RDS
21143
21172
  # resp.db_cluster.pending_modified_values.engine_version #=> String
21144
21173
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
21145
21174
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
21175
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
21176
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
21146
21177
  # resp.db_cluster.pending_modified_values.iops #=> Integer
21147
21178
  # resp.db_cluster.pending_modified_values.storage_type #=> String
21148
21179
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -21388,6 +21419,8 @@ module Aws::RDS
21388
21419
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
21389
21420
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
21390
21421
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
21422
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
21423
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
21391
21424
  # resp.db_cluster.deletion_protection #=> Boolean
21392
21425
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
21393
21426
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -21420,6 +21453,8 @@ module Aws::RDS
21420
21453
  # resp.db_cluster.pending_modified_values.engine_version #=> String
21421
21454
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
21422
21455
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
21456
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
21457
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
21423
21458
  # resp.db_cluster.pending_modified_values.iops #=> Integer
21424
21459
  # resp.db_cluster.pending_modified_values.storage_type #=> String
21425
21460
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -22849,6 +22884,8 @@ module Aws::RDS
22849
22884
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
22850
22885
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
22851
22886
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
22887
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
22888
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
22852
22889
  # resp.db_cluster.deletion_protection #=> Boolean
22853
22890
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
22854
22891
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -22881,6 +22918,8 @@ module Aws::RDS
22881
22918
  # resp.db_cluster.pending_modified_values.engine_version #=> String
22882
22919
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
22883
22920
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
22921
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
22922
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
22884
22923
  # resp.db_cluster.pending_modified_values.iops #=> Integer
22885
22924
  # resp.db_cluster.pending_modified_values.storage_type #=> String
22886
22925
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -23358,6 +23397,9 @@ module Aws::RDS
23358
23397
  #
23359
23398
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
23360
23399
  #
23400
+ # @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
23401
+ # Reserved for future use.
23402
+ #
23361
23403
  # @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
23362
23404
  #
23363
23405
  # * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
@@ -23474,6 +23516,10 @@ module Aws::RDS
23474
23516
  # max_capacity: 1.0,
23475
23517
  # },
23476
23518
  # network_type: "String",
23519
+ # rds_custom_cluster_configuration: {
23520
+ # interconnect_subnet_id: "String",
23521
+ # transit_gateway_multicast_domain_id: "String",
23522
+ # },
23477
23523
  # })
23478
23524
  #
23479
23525
  # @example Response structure
@@ -23542,6 +23588,8 @@ module Aws::RDS
23542
23588
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
23543
23589
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
23544
23590
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
23591
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
23592
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
23545
23593
  # resp.db_cluster.deletion_protection #=> Boolean
23546
23594
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
23547
23595
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -23574,6 +23622,8 @@ module Aws::RDS
23574
23622
  # resp.db_cluster.pending_modified_values.engine_version #=> String
23575
23623
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
23576
23624
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
23625
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
23626
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
23577
23627
  # resp.db_cluster.pending_modified_values.iops #=> Integer
23578
23628
  # resp.db_cluster.pending_modified_values.storage_type #=> String
23579
23629
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -24027,6 +24077,9 @@ module Aws::RDS
24027
24077
  # @option params [String] :source_db_cluster_resource_id
24028
24078
  # The resource ID of the source DB cluster from which to restore.
24029
24079
  #
24080
+ # @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
24081
+ # Reserved for future use.
24082
+ #
24030
24083
  # @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
24031
24084
  #
24032
24085
  # * {Types::RestoreDBClusterToPointInTimeResult#db_cluster #db_cluster} => Types::DBCluster
@@ -24142,6 +24195,10 @@ module Aws::RDS
24142
24195
  # },
24143
24196
  # network_type: "String",
24144
24197
  # source_db_cluster_resource_id: "String",
24198
+ # rds_custom_cluster_configuration: {
24199
+ # interconnect_subnet_id: "String",
24200
+ # transit_gateway_multicast_domain_id: "String",
24201
+ # },
24145
24202
  # })
24146
24203
  #
24147
24204
  # @example Response structure
@@ -24210,6 +24267,8 @@ module Aws::RDS
24210
24267
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
24211
24268
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
24212
24269
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
24270
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
24271
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
24213
24272
  # resp.db_cluster.deletion_protection #=> Boolean
24214
24273
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
24215
24274
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -24242,6 +24301,8 @@ module Aws::RDS
24242
24301
  # resp.db_cluster.pending_modified_values.engine_version #=> String
24243
24302
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
24244
24303
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
24304
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
24305
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
24245
24306
  # resp.db_cluster.pending_modified_values.iops #=> Integer
24246
24307
  # resp.db_cluster.pending_modified_values.storage_type #=> String
24247
24308
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -26980,6 +27041,8 @@ module Aws::RDS
26980
27041
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
26981
27042
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
26982
27043
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
27044
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
27045
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
26983
27046
  # resp.db_cluster.deletion_protection #=> Boolean
26984
27047
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
26985
27048
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -27012,6 +27075,8 @@ module Aws::RDS
27012
27075
  # resp.db_cluster.pending_modified_values.engine_version #=> String
27013
27076
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
27014
27077
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
27078
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
27079
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
27015
27080
  # resp.db_cluster.pending_modified_values.iops #=> Integer
27016
27081
  # resp.db_cluster.pending_modified_values.storage_type #=> String
27017
27082
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -27800,6 +27865,8 @@ module Aws::RDS
27800
27865
  # resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
27801
27866
  # resp.db_cluster.scaling_configuration_info.timeout_action #=> String
27802
27867
  # resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
27868
+ # resp.db_cluster.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
27869
+ # resp.db_cluster.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
27803
27870
  # resp.db_cluster.deletion_protection #=> Boolean
27804
27871
  # resp.db_cluster.http_endpoint_enabled #=> Boolean
27805
27872
  # resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
@@ -27832,6 +27899,8 @@ module Aws::RDS
27832
27899
  # resp.db_cluster.pending_modified_values.engine_version #=> String
27833
27900
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
27834
27901
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
27902
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.interconnect_subnet_id #=> String
27903
+ # resp.db_cluster.pending_modified_values.rds_custom_cluster_configuration.transit_gateway_multicast_domain_id #=> String
27835
27904
  # resp.db_cluster.pending_modified_values.iops #=> Integer
27836
27905
  # resp.db_cluster.pending_modified_values.storage_type #=> String
27837
27906
  # resp.db_cluster.db_cluster_instance_class #=> String
@@ -28696,7 +28765,7 @@ module Aws::RDS
28696
28765
  params: params,
28697
28766
  config: config)
28698
28767
  context[:gem_name] = 'aws-sdk-rds'
28699
- context[:gem_version] = '1.199.0'
28768
+ context[:gem_version] = '1.200.0'
28700
28769
  Seahorse::Client::Request.new(handlers, context)
28701
28770
  end
28702
28771
 
@@ -545,6 +545,7 @@ module Aws::RDS
545
545
  PurchaseReservedDBInstancesOfferingResult = Shapes::StructureShape.new(name: 'PurchaseReservedDBInstancesOfferingResult')
546
546
  Range = Shapes::StructureShape.new(name: 'Range')
547
547
  RangeList = Shapes::ListShape.new(name: 'RangeList')
548
+ RdsCustomClusterConfiguration = Shapes::StructureShape.new(name: 'RdsCustomClusterConfiguration')
548
549
  ReadReplicaDBClusterIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaDBClusterIdentifierList')
549
550
  ReadReplicaDBInstanceIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaDBInstanceIdentifierList')
550
551
  ReadReplicaIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaIdentifierList')
@@ -833,6 +834,7 @@ module Aws::RDS
833
834
  ClusterPendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
834
835
  ClusterPendingModifiedValues.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
835
836
  ClusterPendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
837
+ ClusterPendingModifiedValues.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
836
838
  ClusterPendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
837
839
  ClusterPendingModifiedValues.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
838
840
  ClusterPendingModifiedValues.struct_class = Types::ClusterPendingModifiedValues
@@ -967,6 +969,7 @@ module Aws::RDS
967
969
  CreateDBClusterMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
968
970
  CreateDBClusterMessage.add_member(:engine_mode, Shapes::ShapeRef.new(shape: String, location_name: "EngineMode"))
969
971
  CreateDBClusterMessage.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfiguration, location_name: "ScalingConfiguration"))
972
+ CreateDBClusterMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
970
973
  CreateDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
971
974
  CreateDBClusterMessage.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "GlobalClusterIdentifier"))
972
975
  CreateDBClusterMessage.add_member(:enable_http_endpoint, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableHttpEndpoint"))
@@ -1288,6 +1291,7 @@ module Aws::RDS
1288
1291
  DBCluster.add_member(:capacity, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Capacity"))
1289
1292
  DBCluster.add_member(:engine_mode, Shapes::ShapeRef.new(shape: String, location_name: "EngineMode"))
1290
1293
  DBCluster.add_member(:scaling_configuration_info, Shapes::ShapeRef.new(shape: ScalingConfigurationInfo, location_name: "ScalingConfigurationInfo"))
1294
+ DBCluster.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
1291
1295
  DBCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1292
1296
  DBCluster.add_member(:http_endpoint_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "HttpEndpointEnabled"))
1293
1297
  DBCluster.add_member(:activity_stream_mode, Shapes::ShapeRef.new(shape: ActivityStreamMode, location_name: "ActivityStreamMode"))
@@ -3216,6 +3220,10 @@ module Aws::RDS
3216
3220
 
3217
3221
  RangeList.member = Shapes::ShapeRef.new(shape: Range, location_name: "Range")
3218
3222
 
3223
+ RdsCustomClusterConfiguration.add_member(:interconnect_subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "InterconnectSubnetId"))
3224
+ RdsCustomClusterConfiguration.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayMulticastDomainId"))
3225
+ RdsCustomClusterConfiguration.struct_class = Types::RdsCustomClusterConfiguration
3226
+
3219
3227
  ReadReplicaDBClusterIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaDBClusterIdentifier")
3220
3228
 
3221
3229
  ReadReplicaDBInstanceIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaDBInstanceIdentifier")
@@ -3415,6 +3423,7 @@ module Aws::RDS
3415
3423
  RestoreDBClusterFromSnapshotMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
3416
3424
  RestoreDBClusterFromSnapshotMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
3417
3425
  RestoreDBClusterFromSnapshotMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
3426
+ RestoreDBClusterFromSnapshotMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
3418
3427
  RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
3419
3428
 
3420
3429
  RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -3448,6 +3457,7 @@ module Aws::RDS
3448
3457
  RestoreDBClusterToPointInTimeMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
3449
3458
  RestoreDBClusterToPointInTimeMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
3450
3459
  RestoreDBClusterToPointInTimeMessage.add_member(:source_db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbClusterResourceId"))
3460
+ RestoreDBClusterToPointInTimeMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
3451
3461
  RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
3452
3462
 
3453
3463
  RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -364,6 +364,12 @@ module Aws::RDS
364
364
  data[:scaling_configuration_info]
365
365
  end
366
366
 
367
+ # Reserved for future use.
368
+ # @return [Types::RdsCustomClusterConfiguration]
369
+ def rds_custom_cluster_configuration
370
+ data[:rds_custom_cluster_configuration]
371
+ end
372
+
367
373
  # Indicates whether the DB cluster has deletion protection enabled. The
368
374
  # database can't be deleted when deletion protection is enabled.
369
375
  # @return [Boolean]
@@ -846,6 +852,10 @@ module Aws::RDS
846
852
  # timeout_action: "String",
847
853
  # seconds_before_timeout: 1,
848
854
  # },
855
+ # rds_custom_cluster_configuration: {
856
+ # interconnect_subnet_id: "String",
857
+ # transit_gateway_multicast_domain_id: "String",
858
+ # },
849
859
  # deletion_protection: false,
850
860
  # global_cluster_identifier: "String",
851
861
  # enable_http_endpoint: false,
@@ -1269,6 +1279,8 @@ module Aws::RDS
1269
1279
  # of the DB cluster.
1270
1280
  #
1271
1281
  # Valid for Cluster Type: Aurora DB clusters only
1282
+ # @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
1283
+ # Reserved for future use.
1272
1284
  # @option options [Boolean] :deletion_protection
1273
1285
  # Specifies whether the DB cluster has deletion protection enabled. The
1274
1286
  # database can't be deleted when deletion protection is enabled. By
@@ -2484,6 +2496,10 @@ module Aws::RDS
2484
2496
  # },
2485
2497
  # network_type: "String",
2486
2498
  # source_db_cluster_resource_id: "String",
2499
+ # rds_custom_cluster_configuration: {
2500
+ # interconnect_subnet_id: "String",
2501
+ # transit_gateway_multicast_domain_id: "String",
2502
+ # },
2487
2503
  # })
2488
2504
  # @param [Hash] options ({})
2489
2505
  # @option options [required, String] :db_cluster_identifier
@@ -2841,6 +2857,8 @@ module Aws::RDS
2841
2857
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
2842
2858
  # @option options [String] :source_db_cluster_resource_id
2843
2859
  # The resource ID of the source DB cluster from which to restore.
2860
+ # @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
2861
+ # Reserved for future use.
2844
2862
  # @return [DBCluster]
2845
2863
  def restore(options = {})
2846
2864
  options = options.merge(source_db_cluster_identifier: @id)
@@ -576,6 +576,10 @@ module Aws::RDS
576
576
  # max_capacity: 1.0,
577
577
  # },
578
578
  # network_type: "String",
579
+ # rds_custom_cluster_configuration: {
580
+ # interconnect_subnet_id: "String",
581
+ # transit_gateway_multicast_domain_id: "String",
582
+ # },
579
583
  # })
580
584
  # @param [Hash] options ({})
581
585
  # @option options [Array<String>] :availability_zones
@@ -954,6 +958,8 @@ module Aws::RDS
954
958
  #
955
959
  #
956
960
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
961
+ # @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
962
+ # Reserved for future use.
957
963
  # @return [DBCluster]
958
964
  def restore(options = {})
959
965
  options = options.merge(snapshot_identifier: @snapshot_id)
@@ -76,6 +76,10 @@ module Aws::RDS
76
76
  # timeout_action: "String",
77
77
  # seconds_before_timeout: 1,
78
78
  # },
79
+ # rds_custom_cluster_configuration: {
80
+ # interconnect_subnet_id: "String",
81
+ # transit_gateway_multicast_domain_id: "String",
82
+ # },
79
83
  # deletion_protection: false,
80
84
  # global_cluster_identifier: "String",
81
85
  # enable_http_endpoint: false,
@@ -514,6 +518,8 @@ module Aws::RDS
514
518
  # of the DB cluster.
515
519
  #
516
520
  # Valid for Cluster Type: Aurora DB clusters only
521
+ # @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
522
+ # Reserved for future use.
517
523
  # @option options [Boolean] :deletion_protection
518
524
  # Specifies whether the DB cluster has deletion protection enabled. The
519
525
  # database can't be deleted when deletion protection is enabled. By
@@ -926,6 +926,10 @@ module Aws::RDS
926
926
  # instead automatically adjusts as needed.
927
927
  # @return [Integer]
928
928
  #
929
+ # @!attribute [rw] rds_custom_cluster_configuration
930
+ # Reserved for future use.
931
+ # @return [Types::RdsCustomClusterConfiguration]
932
+ #
929
933
  # @!attribute [rw] iops
930
934
  # The Provisioned IOPS (I/O operations per second) value. This setting
931
935
  # is only for non-Aurora Multi-AZ DB clusters.
@@ -945,6 +949,7 @@ module Aws::RDS
945
949
  :engine_version,
946
950
  :backup_retention_period,
947
951
  :allocated_storage,
952
+ :rds_custom_cluster_configuration,
948
953
  :iops,
949
954
  :storage_type)
950
955
  SENSITIVE = []
@@ -2457,6 +2462,10 @@ module Aws::RDS
2457
2462
  # Valid for Cluster Type: Aurora DB clusters only
2458
2463
  # @return [Types::ScalingConfiguration]
2459
2464
  #
2465
+ # @!attribute [rw] rds_custom_cluster_configuration
2466
+ # Reserved for future use.
2467
+ # @return [Types::RdsCustomClusterConfiguration]
2468
+ #
2460
2469
  # @!attribute [rw] deletion_protection
2461
2470
  # Specifies whether the DB cluster has deletion protection enabled.
2462
2471
  # The database can't be deleted when deletion protection is enabled.
@@ -2884,6 +2893,7 @@ module Aws::RDS
2884
2893
  :enable_cloudwatch_logs_exports,
2885
2894
  :engine_mode,
2886
2895
  :scaling_configuration,
2896
+ :rds_custom_cluster_configuration,
2887
2897
  :deletion_protection,
2888
2898
  :global_cluster_identifier,
2889
2899
  :enable_http_endpoint,
@@ -6315,6 +6325,10 @@ module Aws::RDS
6315
6325
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
6316
6326
  # @return [Types::ScalingConfigurationInfo]
6317
6327
  #
6328
+ # @!attribute [rw] rds_custom_cluster_configuration
6329
+ # Reserved for future use.
6330
+ # @return [Types::RdsCustomClusterConfiguration]
6331
+ #
6318
6332
  # @!attribute [rw] deletion_protection
6319
6333
  # Indicates whether the DB cluster has deletion protection enabled.
6320
6334
  # The database can't be deleted when deletion protection is enabled.
@@ -6609,6 +6623,7 @@ module Aws::RDS
6609
6623
  :capacity,
6610
6624
  :engine_mode,
6611
6625
  :scaling_configuration_info,
6626
+ :rds_custom_cluster_configuration,
6612
6627
  :deletion_protection,
6613
6628
  :http_endpoint_enabled,
6614
6629
  :activity_stream_mode,
@@ -19328,6 +19343,25 @@ module Aws::RDS
19328
19343
  include Aws::Structure
19329
19344
  end
19330
19345
 
19346
+ # Reserved for future use.
19347
+ #
19348
+ # @!attribute [rw] interconnect_subnet_id
19349
+ # Reserved for future use.
19350
+ # @return [String]
19351
+ #
19352
+ # @!attribute [rw] transit_gateway_multicast_domain_id
19353
+ # Reserved for future use.
19354
+ # @return [String]
19355
+ #
19356
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RdsCustomClusterConfiguration AWS API Documentation
19357
+ #
19358
+ class RdsCustomClusterConfiguration < Struct.new(
19359
+ :interconnect_subnet_id,
19360
+ :transit_gateway_multicast_domain_id)
19361
+ SENSITIVE = []
19362
+ include Aws::Structure
19363
+ end
19364
+
19331
19365
  # @!attribute [rw] db_cluster_identifier
19332
19366
  # The DB cluster identifier. This parameter is stored as a lowercase
19333
19367
  # string.
@@ -20905,6 +20939,10 @@ module Aws::RDS
20905
20939
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
20906
20940
  # @return [String]
20907
20941
  #
20942
+ # @!attribute [rw] rds_custom_cluster_configuration
20943
+ # Reserved for future use.
20944
+ # @return [Types::RdsCustomClusterConfiguration]
20945
+ #
20908
20946
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshotMessage AWS API Documentation
20909
20947
  #
20910
20948
  class RestoreDBClusterFromSnapshotMessage < Struct.new(
@@ -20935,7 +20973,8 @@ module Aws::RDS
20935
20973
  :iops,
20936
20974
  :publicly_accessible,
20937
20975
  :serverless_v2_scaling_configuration,
20938
- :network_type)
20976
+ :network_type,
20977
+ :rds_custom_cluster_configuration)
20939
20978
  SENSITIVE = []
20940
20979
  include Aws::Structure
20941
20980
  end
@@ -21401,6 +21440,10 @@ module Aws::RDS
21401
21440
  # The resource ID of the source DB cluster from which to restore.
21402
21441
  # @return [String]
21403
21442
  #
21443
+ # @!attribute [rw] rds_custom_cluster_configuration
21444
+ # Reserved for future use.
21445
+ # @return [Types::RdsCustomClusterConfiguration]
21446
+ #
21404
21447
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTimeMessage AWS API Documentation
21405
21448
  #
21406
21449
  class RestoreDBClusterToPointInTimeMessage < Struct.new(
@@ -21431,7 +21474,8 @@ module Aws::RDS
21431
21474
  :iops,
21432
21475
  :serverless_v2_scaling_configuration,
21433
21476
  :network_type,
21434
- :source_db_cluster_resource_id)
21477
+ :source_db_cluster_resource_id,
21478
+ :rds_custom_cluster_configuration)
21435
21479
  SENSITIVE = []
21436
21480
  include Aws::Structure
21437
21481
  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.199.0'
81
+ GEM_VERSION = '1.200.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.199.0
4
+ version: 1.200.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: 2023-10-30 00:00:00.000000000 Z
11
+ date: 2023-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4