aws-sdk-rds 1.299.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +26 -1
- data/lib/aws-sdk-rds/client_api.rb +3 -0
- data/lib/aws-sdk-rds/db_cluster.rb +14 -0
- data/lib/aws-sdk-rds/db_instance.rb +14 -0
- data/lib/aws-sdk-rds/types.rb +28 -0
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/db_cluster.rbs +3 -0
- data/sig/db_instance.rbs +3 -0
- data/sig/types.rbs +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba691e6f8db3ec6bdfe008d703882a13176d8b750f07ec110362416ce5be8aac
|
|
4
|
+
data.tar.gz: b2f481ab45004a9ee1ca10a4ef265d2fdc33aa100d8dca63c745dcd5d9f1a8d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7641a5e12bb48869734d56b17cb6ba4fe0540ff2d6e3c412d65e6ff8d97f7986d023aaa7718175ef377d66beb27e15dc3d5a602c3c4b4d2bd951cdf4b4c792c
|
|
7
|
+
data.tar.gz: 0745bb9f498a526378b73d4d5377c57e8bab29466ab44a9bcc77be1ae4c57783263c3cfe5d13a0e7c82deaffcd4d10a832e56597f9e6b5f061600e490ffe998e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.300.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -3883,6 +3883,7 @@ module Aws::RDS
|
|
|
3883
3883
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
3884
3884
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
3885
3885
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
3886
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
3886
3887
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
3887
3888
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
3888
3889
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -6004,6 +6005,7 @@ module Aws::RDS
|
|
|
6004
6005
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
6005
6006
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
6006
6007
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
6008
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
6007
6009
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
6008
6010
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
6009
6011
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -7016,6 +7018,7 @@ module Aws::RDS
|
|
|
7016
7018
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
7017
7019
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
7018
7020
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
7021
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
7019
7022
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
7020
7023
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
7021
7024
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -9460,6 +9463,7 @@ module Aws::RDS
|
|
|
9460
9463
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
9461
9464
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
9462
9465
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
9466
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
9463
9467
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
9464
9468
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
9465
9469
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -10053,6 +10057,7 @@ module Aws::RDS
|
|
|
10053
10057
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
10054
10058
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
10055
10059
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
10060
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
10056
10061
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
10057
10062
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
10058
10063
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -12919,6 +12924,7 @@ module Aws::RDS
|
|
|
12919
12924
|
# resp.db_clusters[0].db_cluster_option_group_memberships[0].status #=> String
|
|
12920
12925
|
# resp.db_clusters[0].preferred_backup_window #=> String
|
|
12921
12926
|
# resp.db_clusters[0].preferred_maintenance_window #=> String
|
|
12927
|
+
# resp.db_clusters[0].upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
12922
12928
|
# resp.db_clusters[0].replication_source_identifier #=> String
|
|
12923
12929
|
# resp.db_clusters[0].read_replica_identifiers #=> Array
|
|
12924
12930
|
# resp.db_clusters[0].read_replica_identifiers[0] #=> String
|
|
@@ -13653,6 +13659,7 @@ module Aws::RDS
|
|
|
13653
13659
|
# resp.db_instances[0].db_subnet_group.supported_network_types #=> Array
|
|
13654
13660
|
# resp.db_instances[0].db_subnet_group.supported_network_types[0] #=> String
|
|
13655
13661
|
# resp.db_instances[0].preferred_maintenance_window #=> String
|
|
13662
|
+
# resp.db_instances[0].upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
13656
13663
|
# resp.db_instances[0].pending_modified_values.db_instance_class #=> String
|
|
13657
13664
|
# resp.db_instances[0].pending_modified_values.allocated_storage #=> Integer
|
|
13658
13665
|
# resp.db_instances[0].pending_modified_values.master_user_password #=> String
|
|
@@ -18362,6 +18369,7 @@ module Aws::RDS
|
|
|
18362
18369
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
18363
18370
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
18364
18371
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
18372
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
18365
18373
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
18366
18374
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
18367
18375
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -20108,6 +20116,7 @@ module Aws::RDS
|
|
|
20108
20116
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
20109
20117
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
20110
20118
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
20119
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
20111
20120
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
20112
20121
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
20113
20122
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -21913,6 +21922,7 @@ module Aws::RDS
|
|
|
21913
21922
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
21914
21923
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
21915
21924
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
21925
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
21916
21926
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
21917
21927
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
21918
21928
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -23862,6 +23872,7 @@ module Aws::RDS
|
|
|
23862
23872
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
23863
23873
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
23864
23874
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
23875
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
23865
23876
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
23866
23877
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
23867
23878
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -24051,6 +24062,7 @@ module Aws::RDS
|
|
|
24051
24062
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
24052
24063
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
24053
24064
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
24065
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
24054
24066
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
24055
24067
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
24056
24068
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -24356,6 +24368,7 @@ module Aws::RDS
|
|
|
24356
24368
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
24357
24369
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
24358
24370
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
24371
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
24359
24372
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
24360
24373
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
24361
24374
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -24592,6 +24605,7 @@ module Aws::RDS
|
|
|
24592
24605
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
24593
24606
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
24594
24607
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
24608
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
24595
24609
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
24596
24610
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
24597
24611
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -25960,6 +25974,7 @@ module Aws::RDS
|
|
|
25960
25974
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
25961
25975
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
25962
25976
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
25977
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
25963
25978
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
25964
25979
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
25965
25980
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -26786,6 +26801,7 @@ module Aws::RDS
|
|
|
26786
26801
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
26787
26802
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
26788
26803
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
26804
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
26789
26805
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
26790
26806
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
26791
26807
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -27595,6 +27611,7 @@ module Aws::RDS
|
|
|
27595
27611
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
27596
27612
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
27597
27613
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
27614
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
27598
27615
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
27599
27616
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
27600
27617
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -28528,6 +28545,7 @@ module Aws::RDS
|
|
|
28528
28545
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
28529
28546
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
28530
28547
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
28548
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
28531
28549
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
28532
28550
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
28533
28551
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -29346,6 +29364,7 @@ module Aws::RDS
|
|
|
29346
29364
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
29347
29365
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
29348
29366
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
29367
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
29349
29368
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
29350
29369
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
29351
29370
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -30357,6 +30376,7 @@ module Aws::RDS
|
|
|
30357
30376
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
30358
30377
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
30359
30378
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
30379
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
30360
30380
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
30361
30381
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
30362
30382
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -30774,6 +30794,7 @@ module Aws::RDS
|
|
|
30774
30794
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
30775
30795
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
30776
30796
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
30797
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
30777
30798
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
30778
30799
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
30779
30800
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -30982,6 +31003,7 @@ module Aws::RDS
|
|
|
30982
31003
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
30983
31004
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
30984
31005
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
31006
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
30985
31007
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
30986
31008
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
30987
31009
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -31610,6 +31632,7 @@ module Aws::RDS
|
|
|
31610
31632
|
# resp.db_cluster.db_cluster_option_group_memberships[0].status #=> String
|
|
31611
31633
|
# resp.db_cluster.preferred_backup_window #=> String
|
|
31612
31634
|
# resp.db_cluster.preferred_maintenance_window #=> String
|
|
31635
|
+
# resp.db_cluster.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
31613
31636
|
# resp.db_cluster.replication_source_identifier #=> String
|
|
31614
31637
|
# resp.db_cluster.read_replica_identifiers #=> Array
|
|
31615
31638
|
# resp.db_cluster.read_replica_identifiers[0] #=> String
|
|
@@ -31826,6 +31849,7 @@ module Aws::RDS
|
|
|
31826
31849
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
31827
31850
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
31828
31851
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
31852
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
31829
31853
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
31830
31854
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
31831
31855
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -32433,6 +32457,7 @@ module Aws::RDS
|
|
|
32433
32457
|
# resp.db_instance.db_subnet_group.supported_network_types #=> Array
|
|
32434
32458
|
# resp.db_instance.db_subnet_group.supported_network_types[0] #=> String
|
|
32435
32459
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
32460
|
+
# resp.db_instance.upgrade_rollout_order #=> String, one of "first", "second", "last"
|
|
32436
32461
|
# resp.db_instance.pending_modified_values.db_instance_class #=> String
|
|
32437
32462
|
# resp.db_instance.pending_modified_values.allocated_storage #=> Integer
|
|
32438
32463
|
# resp.db_instance.pending_modified_values.master_user_password #=> String
|
|
@@ -32587,7 +32612,7 @@ module Aws::RDS
|
|
|
32587
32612
|
tracer: tracer
|
|
32588
32613
|
)
|
|
32589
32614
|
context[:gem_name] = 'aws-sdk-rds'
|
|
32590
|
-
context[:gem_version] = '1.
|
|
32615
|
+
context[:gem_version] = '1.300.0'
|
|
32591
32616
|
Seahorse::Client::Request.new(handlers, context)
|
|
32592
32617
|
end
|
|
32593
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')
|
|
@@ -1424,6 +1425,7 @@ module Aws::RDS
|
|
|
1424
1425
|
DBCluster.add_member(:db_cluster_option_group_memberships, Shapes::ShapeRef.new(shape: DBClusterOptionGroupMemberships, location_name: "DBClusterOptionGroupMemberships"))
|
|
1425
1426
|
DBCluster.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
|
1426
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"))
|
|
1427
1429
|
DBCluster.add_member(:replication_source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSourceIdentifier"))
|
|
1428
1430
|
DBCluster.add_member(:read_replica_identifiers, Shapes::ShapeRef.new(shape: ReadReplicaIdentifierList, location_name: "ReadReplicaIdentifiers"))
|
|
1429
1431
|
DBCluster.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBClusterStatusInfoList, location_name: "StatusInfos"))
|
|
@@ -1747,6 +1749,7 @@ module Aws::RDS
|
|
|
1747
1749
|
DBInstance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
|
1748
1750
|
DBInstance.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
|
|
1749
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"))
|
|
1750
1753
|
DBInstance.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: PendingModifiedValues, location_name: "PendingModifiedValues"))
|
|
1751
1754
|
DBInstance.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
|
|
1752
1755
|
DBInstance.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
|
|
@@ -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]
|
|
@@ -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.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -7179,6 +7179,19 @@ module Aws::RDS
|
|
|
7179
7179
|
# Universal Coordinated Time (UTC).
|
|
7180
7180
|
# @return [String]
|
|
7181
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
|
+
#
|
|
7182
7195
|
# @!attribute [rw] replication_source_identifier
|
|
7183
7196
|
# The identifier of the source DB cluster if this DB cluster is a read
|
|
7184
7197
|
# replica.
|
|
@@ -7680,6 +7693,7 @@ module Aws::RDS
|
|
|
7680
7693
|
:db_cluster_option_group_memberships,
|
|
7681
7694
|
:preferred_backup_window,
|
|
7682
7695
|
:preferred_maintenance_window,
|
|
7696
|
+
:upgrade_rollout_order,
|
|
7683
7697
|
:replication_source_identifier,
|
|
7684
7698
|
:read_replica_identifiers,
|
|
7685
7699
|
:status_infos,
|
|
@@ -9148,6 +9162,19 @@ module Aws::RDS
|
|
|
9148
9162
|
# Universal Coordinated Time (UTC).
|
|
9149
9163
|
# @return [String]
|
|
9150
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
|
+
#
|
|
9151
9178
|
# @!attribute [rw] pending_modified_values
|
|
9152
9179
|
# Information about pending changes to the DB instance. This
|
|
9153
9180
|
# information is returned only when there are pending changes.
|
|
@@ -9695,6 +9722,7 @@ module Aws::RDS
|
|
|
9695
9722
|
:availability_zone,
|
|
9696
9723
|
:db_subnet_group,
|
|
9697
9724
|
:preferred_maintenance_window,
|
|
9725
|
+
:upgrade_rollout_order,
|
|
9698
9726
|
:pending_modified_values,
|
|
9699
9727
|
:latest_restorable_time,
|
|
9700
9728
|
:multi_az,
|
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.
|
|
83
|
+
GEM_VERSION = '1.300.0'
|
|
84
84
|
|
|
85
85
|
end
|
|
86
86
|
|
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
|
|
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/types.rbs
CHANGED
|
@@ -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]
|
|
@@ -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
|
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.
|
|
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.
|
|
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.
|
|
31
|
+
version: 3.239.1
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|