aws-sdk-rds 1.124.0 → 1.125.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: f2fec97059c513838ce6e5bff4d4d0f08feec5b0cb938edbb612815bd1d628b1
4
- data.tar.gz: 307c610c8545b17e7aef3636a46a9d34338ca6b330d8d9a890d2598f684a1fed
3
+ metadata.gz: 8fe85265f4ea65ea7ab83125bae8f66b3cef1c68255b8d61366cc9d7d25ca135
4
+ data.tar.gz: af59ca3a0f2f5f553a890c46c384b9ac7320a70146da11a65337182e6131ec70
5
5
  SHA512:
6
- metadata.gz: 1562e1a965dcb7d9946b82833c6b465a9806e7c81bb07bc4cd45abf0b2debfa8f10d38f123f81369f2e8d9241b261b7363487ee304fd4b8fb5520213a5d37c28
7
- data.tar.gz: 819a5d5ac6073641e182c013e3d824080b1e33e026b956e71450b1fca66cd4a8467c4ac7d4658f469dabc367859471052b795456e3e24684573207dddd920761
6
+ metadata.gz: 61859695d0c7a68763f5d3aaf8f057278460c263d715c0ece69344fc11dae208c0053f02b16deb10ec7585803b13df0918923bf306ef01ee23301928e6561988
7
+ data.tar.gz: c9e9262b7aa2c64b7c64898c553269f9e7190ff9d76f678e6152c6aac77dc1f0bcc8aa66cfaf3d0036bc947861a6fd26205843093618a2f29bb62419f59c8e93
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.125.0 (2021-08-04)
5
+ ------------------
6
+
7
+ * Feature - This release adds AutomaticRestartTime to the DescribeDBInstances and DescribeDBClusters operations. AutomaticRestartTime indicates the time when a stopped DB instance or DB cluster is restarted automatically.
8
+
4
9
  1.124.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.124.0
1
+ 1.125.0
data/lib/aws-sdk-rds.rb CHANGED
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-rds/customizations'
74
74
  # @!group service
75
75
  module Aws::RDS
76
76
 
77
- GEM_VERSION = '1.124.0'
77
+ GEM_VERSION = '1.125.0'
78
78
 
79
79
  end
@@ -2383,6 +2383,7 @@ module Aws::RDS
2383
2383
  # resp.db_cluster.db_cluster_parameter_group #=> String
2384
2384
  # resp.db_cluster.db_subnet_group #=> String
2385
2385
  # resp.db_cluster.status #=> String
2386
+ # resp.db_cluster.automatic_restart_time #=> Time
2386
2387
  # resp.db_cluster.percent_progress #=> String
2387
2388
  # resp.db_cluster.earliest_restorable_time #=> Time
2388
2389
  # resp.db_cluster.endpoint #=> String
@@ -2928,7 +2929,8 @@ module Aws::RDS
2928
2929
  # Example: `mydbinstance`
2929
2930
  #
2930
2931
  # @option params [Integer] :allocated_storage
2931
- # The amount of storage (in gibibytes) to allocate for the DB instance.
2932
+ # The amount of storage in gibibytes (GiB) to allocate for the DB
2933
+ # instance.
2932
2934
  #
2933
2935
  # Type: Integer
2934
2936
  #
@@ -3694,8 +3696,8 @@ module Aws::RDS
3694
3696
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
3695
3697
  #
3696
3698
  # @option params [Integer] :max_allocated_storage
3697
- # The upper limit to which Amazon RDS can automatically scale the
3698
- # storage of the DB instance.
3699
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
3700
+ # automatically scale the storage of the DB instance.
3699
3701
  #
3700
3702
  # For more information about this setting, including limitations that
3701
3703
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -3819,6 +3821,7 @@ module Aws::RDS
3819
3821
  # resp.db_instance.db_instance_class #=> String
3820
3822
  # resp.db_instance.engine #=> String
3821
3823
  # resp.db_instance.db_instance_status #=> String
3824
+ # resp.db_instance.automatic_restart_time #=> Time
3822
3825
  # resp.db_instance.master_username #=> String
3823
3826
  # resp.db_instance.db_name #=> String
3824
3827
  # resp.db_instance.endpoint.address #=> String
@@ -4392,8 +4395,8 @@ module Aws::RDS
4392
4395
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
4393
4396
  #
4394
4397
  # @option params [Integer] :max_allocated_storage
4395
- # The upper limit to which Amazon RDS can automatically scale the
4396
- # storage of the DB instance.
4398
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
4399
+ # automatically scale the storage of the DB instance.
4397
4400
  #
4398
4401
  # For more information about this setting, including limitations that
4399
4402
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -4492,6 +4495,7 @@ module Aws::RDS
4492
4495
  # resp.db_instance.db_instance_class #=> String
4493
4496
  # resp.db_instance.engine #=> String
4494
4497
  # resp.db_instance.db_instance_status #=> String
4498
+ # resp.db_instance.automatic_restart_time #=> Time
4495
4499
  # resp.db_instance.master_username #=> String
4496
4500
  # resp.db_instance.db_name #=> String
4497
4501
  # resp.db_instance.endpoint.address #=> String
@@ -5792,6 +5796,7 @@ module Aws::RDS
5792
5796
  # resp.db_cluster.db_cluster_parameter_group #=> String
5793
5797
  # resp.db_cluster.db_subnet_group #=> String
5794
5798
  # resp.db_cluster.status #=> String
5799
+ # resp.db_cluster.automatic_restart_time #=> Time
5795
5800
  # resp.db_cluster.percent_progress #=> String
5796
5801
  # resp.db_cluster.earliest_restorable_time #=> Time
5797
5802
  # resp.db_cluster.endpoint #=> String
@@ -6192,6 +6197,7 @@ module Aws::RDS
6192
6197
  # resp.db_instance.db_instance_class #=> String
6193
6198
  # resp.db_instance.engine #=> String
6194
6199
  # resp.db_instance.db_instance_status #=> String
6200
+ # resp.db_instance.automatic_restart_time #=> Time
6195
6201
  # resp.db_instance.master_username #=> String
6196
6202
  # resp.db_instance.db_name #=> String
6197
6203
  # resp.db_instance.endpoint.address #=> String
@@ -7938,6 +7944,7 @@ module Aws::RDS
7938
7944
  # resp.db_clusters[0].db_cluster_parameter_group #=> String
7939
7945
  # resp.db_clusters[0].db_subnet_group #=> String
7940
7946
  # resp.db_clusters[0].status #=> String
7947
+ # resp.db_clusters[0].automatic_restart_time #=> Time
7941
7948
  # resp.db_clusters[0].percent_progress #=> String
7942
7949
  # resp.db_clusters[0].earliest_restorable_time #=> Time
7943
7950
  # resp.db_clusters[0].endpoint #=> String
@@ -8441,6 +8448,7 @@ module Aws::RDS
8441
8448
  # resp.db_instances[0].db_instance_class #=> String
8442
8449
  # resp.db_instances[0].engine #=> String
8443
8450
  # resp.db_instances[0].db_instance_status #=> String
8451
+ # resp.db_instances[0].automatic_restart_time #=> Time
8444
8452
  # resp.db_instances[0].master_username #=> String
8445
8453
  # resp.db_instances[0].db_name #=> String
8446
8454
  # resp.db_instances[0].endpoint.address #=> String
@@ -11544,6 +11552,7 @@ module Aws::RDS
11544
11552
  # resp.db_cluster.db_cluster_parameter_group #=> String
11545
11553
  # resp.db_cluster.db_subnet_group #=> String
11546
11554
  # resp.db_cluster.status #=> String
11555
+ # resp.db_cluster.automatic_restart_time #=> Time
11547
11556
  # resp.db_cluster.percent_progress #=> String
11548
11557
  # resp.db_cluster.earliest_restorable_time #=> Time
11549
11558
  # resp.db_cluster.endpoint #=> String
@@ -12428,6 +12437,7 @@ module Aws::RDS
12428
12437
  # resp.db_cluster.db_cluster_parameter_group #=> String
12429
12438
  # resp.db_cluster.db_subnet_group #=> String
12430
12439
  # resp.db_cluster.status #=> String
12440
+ # resp.db_cluster.automatic_restart_time #=> Time
12431
12441
  # resp.db_cluster.percent_progress #=> String
12432
12442
  # resp.db_cluster.earliest_restorable_time #=> Time
12433
12443
  # resp.db_cluster.endpoint #=> String
@@ -12841,7 +12851,7 @@ module Aws::RDS
12841
12851
  # ^
12842
12852
  #
12843
12853
  # @option params [Integer] :allocated_storage
12844
- # The new amount of storage (in gibibytes) to allocate for the DB
12854
+ # The new amount of storage in gibibytes (GiB) to allocate for the DB
12845
12855
  # instance.
12846
12856
  #
12847
12857
  # For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must be
@@ -13437,8 +13447,8 @@ module Aws::RDS
13437
13447
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
13438
13448
  #
13439
13449
  # @option params [Integer] :max_allocated_storage
13440
- # The upper limit to which Amazon RDS can automatically scale the
13441
- # storage of the DB instance.
13450
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
13451
+ # automatically scale the storage of the DB instance.
13442
13452
  #
13443
13453
  # For more information about this setting, including limitations that
13444
13454
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -13611,6 +13621,7 @@ module Aws::RDS
13611
13621
  # resp.db_instance.db_instance_class #=> String
13612
13622
  # resp.db_instance.engine #=> String
13613
13623
  # resp.db_instance.db_instance_status #=> String
13624
+ # resp.db_instance.automatic_restart_time #=> Time
13614
13625
  # resp.db_instance.master_username #=> String
13615
13626
  # resp.db_instance.db_name #=> String
13616
13627
  # resp.db_instance.endpoint.address #=> String
@@ -14814,6 +14825,7 @@ module Aws::RDS
14814
14825
  # resp.db_instance.db_instance_class #=> String
14815
14826
  # resp.db_instance.engine #=> String
14816
14827
  # resp.db_instance.db_instance_status #=> String
14828
+ # resp.db_instance.automatic_restart_time #=> Time
14817
14829
  # resp.db_instance.master_username #=> String
14818
14830
  # resp.db_instance.db_name #=> String
14819
14831
  # resp.db_instance.endpoint.address #=> String
@@ -14989,6 +15001,7 @@ module Aws::RDS
14989
15001
  # resp.db_cluster.db_cluster_parameter_group #=> String
14990
15002
  # resp.db_cluster.db_subnet_group #=> String
14991
15003
  # resp.db_cluster.status #=> String
15004
+ # resp.db_cluster.automatic_restart_time #=> Time
14992
15005
  # resp.db_cluster.percent_progress #=> String
14993
15006
  # resp.db_cluster.earliest_restorable_time #=> Time
14994
15007
  # resp.db_cluster.endpoint #=> String
@@ -15232,6 +15245,7 @@ module Aws::RDS
15232
15245
  # resp.db_instance.db_instance_class #=> String
15233
15246
  # resp.db_instance.engine #=> String
15234
15247
  # resp.db_instance.db_instance_status #=> String
15248
+ # resp.db_instance.automatic_restart_time #=> Time
15235
15249
  # resp.db_instance.master_username #=> String
15236
15250
  # resp.db_instance.db_name #=> String
15237
15251
  # resp.db_instance.endpoint.address #=> String
@@ -16243,6 +16257,7 @@ module Aws::RDS
16243
16257
  # resp.db_cluster.db_cluster_parameter_group #=> String
16244
16258
  # resp.db_cluster.db_subnet_group #=> String
16245
16259
  # resp.db_cluster.status #=> String
16260
+ # resp.db_cluster.automatic_restart_time #=> Time
16246
16261
  # resp.db_cluster.percent_progress #=> String
16247
16262
  # resp.db_cluster.earliest_restorable_time #=> Time
16248
16263
  # resp.db_cluster.endpoint #=> String
@@ -16646,6 +16661,7 @@ module Aws::RDS
16646
16661
  # resp.db_cluster.db_cluster_parameter_group #=> String
16647
16662
  # resp.db_cluster.db_subnet_group #=> String
16648
16663
  # resp.db_cluster.status #=> String
16664
+ # resp.db_cluster.automatic_restart_time #=> Time
16649
16665
  # resp.db_cluster.percent_progress #=> String
16650
16666
  # resp.db_cluster.earliest_restorable_time #=> Time
16651
16667
  # resp.db_cluster.endpoint #=> String
@@ -17047,6 +17063,7 @@ module Aws::RDS
17047
17063
  # resp.db_cluster.db_cluster_parameter_group #=> String
17048
17064
  # resp.db_cluster.db_subnet_group #=> String
17049
17065
  # resp.db_cluster.status #=> String
17066
+ # resp.db_cluster.automatic_restart_time #=> Time
17050
17067
  # resp.db_cluster.percent_progress #=> String
17051
17068
  # resp.db_cluster.earliest_restorable_time #=> Time
17052
17069
  # resp.db_cluster.endpoint #=> String
@@ -17607,6 +17624,7 @@ module Aws::RDS
17607
17624
  # resp.db_instance.db_instance_class #=> String
17608
17625
  # resp.db_instance.engine #=> String
17609
17626
  # resp.db_instance.db_instance_status #=> String
17627
+ # resp.db_instance.automatic_restart_time #=> Time
17610
17628
  # resp.db_instance.master_username #=> String
17611
17629
  # resp.db_instance.db_name #=> String
17612
17630
  # resp.db_instance.endpoint.address #=> String
@@ -18117,8 +18135,8 @@ module Aws::RDS
18117
18135
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
18118
18136
  #
18119
18137
  # @option params [Integer] :max_allocated_storage
18120
- # The upper limit to which Amazon RDS can automatically scale the
18121
- # storage of the DB instance.
18138
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
18139
+ # automatically scale the storage of the DB instance.
18122
18140
  #
18123
18141
  # For more information about this setting, including limitations that
18124
18142
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -18197,6 +18215,7 @@ module Aws::RDS
18197
18215
  # resp.db_instance.db_instance_class #=> String
18198
18216
  # resp.db_instance.engine #=> String
18199
18217
  # resp.db_instance.db_instance_status #=> String
18218
+ # resp.db_instance.automatic_restart_time #=> Time
18200
18219
  # resp.db_instance.master_username #=> String
18201
18220
  # resp.db_instance.db_name #=> String
18202
18221
  # resp.db_instance.endpoint.address #=> String
@@ -18638,8 +18657,8 @@ module Aws::RDS
18638
18657
  # The resource ID of the source DB instance from which to restore.
18639
18658
  #
18640
18659
  # @option params [Integer] :max_allocated_storage
18641
- # The upper limit to which Amazon RDS can automatically scale the
18642
- # storage of the DB instance.
18660
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
18661
+ # automatically scale the storage of the DB instance.
18643
18662
  #
18644
18663
  # For more information about this setting, including limitations that
18645
18664
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -18830,6 +18849,7 @@ module Aws::RDS
18830
18849
  # resp.db_instance.db_instance_class #=> String
18831
18850
  # resp.db_instance.engine #=> String
18832
18851
  # resp.db_instance.db_instance_status #=> String
18852
+ # resp.db_instance.automatic_restart_time #=> Time
18833
18853
  # resp.db_instance.master_username #=> String
18834
18854
  # resp.db_instance.db_name #=> String
18835
18855
  # resp.db_instance.endpoint.address #=> String
@@ -19166,6 +19186,7 @@ module Aws::RDS
19166
19186
  # resp.db_cluster.db_cluster_parameter_group #=> String
19167
19187
  # resp.db_cluster.db_subnet_group #=> String
19168
19188
  # resp.db_cluster.status #=> String
19189
+ # resp.db_cluster.automatic_restart_time #=> Time
19169
19190
  # resp.db_cluster.percent_progress #=> String
19170
19191
  # resp.db_cluster.earliest_restorable_time #=> Time
19171
19192
  # resp.db_cluster.endpoint #=> String
@@ -19289,6 +19310,7 @@ module Aws::RDS
19289
19310
  # resp.db_instance.db_instance_class #=> String
19290
19311
  # resp.db_instance.engine #=> String
19291
19312
  # resp.db_instance.db_instance_status #=> String
19313
+ # resp.db_instance.automatic_restart_time #=> Time
19292
19314
  # resp.db_instance.master_username #=> String
19293
19315
  # resp.db_instance.db_name #=> String
19294
19316
  # resp.db_instance.endpoint.address #=> String
@@ -19733,6 +19755,7 @@ module Aws::RDS
19733
19755
  # resp.db_cluster.db_cluster_parameter_group #=> String
19734
19756
  # resp.db_cluster.db_subnet_group #=> String
19735
19757
  # resp.db_cluster.status #=> String
19758
+ # resp.db_cluster.automatic_restart_time #=> Time
19736
19759
  # resp.db_cluster.percent_progress #=> String
19737
19760
  # resp.db_cluster.earliest_restorable_time #=> Time
19738
19761
  # resp.db_cluster.endpoint #=> String
@@ -19863,6 +19886,7 @@ module Aws::RDS
19863
19886
  # resp.db_instance.db_instance_class #=> String
19864
19887
  # resp.db_instance.engine #=> String
19865
19888
  # resp.db_instance.db_instance_status #=> String
19889
+ # resp.db_instance.automatic_restart_time #=> Time
19866
19890
  # resp.db_instance.master_username #=> String
19867
19891
  # resp.db_instance.db_name #=> String
19868
19892
  # resp.db_instance.endpoint.address #=> String
@@ -20075,7 +20099,7 @@ module Aws::RDS
20075
20099
  params: params,
20076
20100
  config: config)
20077
20101
  context[:gem_name] = 'aws-sdk-rds'
20078
- context[:gem_version] = '1.124.0'
20102
+ context[:gem_version] = '1.125.0'
20079
20103
  Seahorse::Client::Request.new(handlers, context)
20080
20104
  end
20081
20105
 
@@ -1072,6 +1072,7 @@ module Aws::RDS
1072
1072
  DBCluster.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroup"))
1073
1073
  DBCluster.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroup"))
1074
1074
  DBCluster.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
1075
+ DBCluster.add_member(:automatic_restart_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "AutomaticRestartTime"))
1075
1076
  DBCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: String, location_name: "PercentProgress"))
1076
1077
  DBCluster.add_member(:earliest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EarliestRestorableTime"))
1077
1078
  DBCluster.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
@@ -1302,6 +1303,7 @@ module Aws::RDS
1302
1303
  DBInstance.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
1303
1304
  DBInstance.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
1304
1305
  DBInstance.add_member(:db_instance_status, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceStatus"))
1306
+ DBInstance.add_member(:automatic_restart_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "AutomaticRestartTime"))
1305
1307
  DBInstance.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
1306
1308
  DBInstance.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
1307
1309
  DBInstance.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
@@ -94,6 +94,12 @@ module Aws::RDS
94
94
  data[:status]
95
95
  end
96
96
 
97
+ # The time when a stopped DB cluster is restarted automatically.
98
+ # @return [Time]
99
+ def automatic_restart_time
100
+ data[:automatic_restart_time]
101
+ end
102
+
97
103
  # Specifies the progress of the operation as a percentage.
98
104
  # @return [String]
99
105
  def percent_progress
@@ -61,6 +61,12 @@ module Aws::RDS
61
61
  data[:db_instance_status]
62
62
  end
63
63
 
64
+ # The time when a stopped DB instance is restarted automatically.
65
+ # @return [Time]
66
+ def automatic_restart_time
67
+ data[:automatic_restart_time]
68
+ end
69
+
64
70
  # Contains the master username for the DB instance.
65
71
  # @return [String]
66
72
  def master_username
@@ -89,12 +95,17 @@ module Aws::RDS
89
95
  end
90
96
 
91
97
  # Specifies the connection endpoint.
98
+ #
99
+ # <note markdown="1"> The endpoint might not be shown for instances whose status is
100
+ # `creating`.
101
+ #
102
+ # </note>
92
103
  # @return [Types::Endpoint]
93
104
  def endpoint
94
105
  data[:endpoint]
95
106
  end
96
107
 
97
- # Specifies the allocated storage size specified in gibibytes.
108
+ # Specifies the allocated storage size specified in gibibytes (GiB).
98
109
  # @return [Integer]
99
110
  def allocated_storage
100
111
  data[:allocated_storage]
@@ -524,8 +535,8 @@ module Aws::RDS
524
535
  data[:listener_endpoint]
525
536
  end
526
537
 
527
- # The upper limit to which Amazon RDS can automatically scale the
528
- # storage of the DB instance.
538
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
539
+ # automatically scale the storage of the DB instance.
529
540
  # @return [Integer]
530
541
  def max_allocated_storage
531
542
  data[:max_allocated_storage]
@@ -910,7 +921,8 @@ module Aws::RDS
910
921
  #
911
922
  # * It can't be a word reserved by the database engine.
912
923
  # @option options [Integer] :allocated_storage
913
- # The amount of storage (in gibibytes) to allocate for the DB instance.
924
+ # The amount of storage in gibibytes (GiB) to allocate for the DB
925
+ # instance.
914
926
  #
915
927
  # Type: Integer
916
928
  #
@@ -1632,8 +1644,8 @@ module Aws::RDS
1632
1644
  #
1633
1645
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
1634
1646
  # @option options [Integer] :max_allocated_storage
1635
- # The upper limit to which Amazon RDS can automatically scale the
1636
- # storage of the DB instance.
1647
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
1648
+ # automatically scale the storage of the DB instance.
1637
1649
  #
1638
1650
  # For more information about this setting, including limitations that
1639
1651
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -2066,8 +2078,8 @@ module Aws::RDS
2066
2078
  #
2067
2079
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
2068
2080
  # @option options [Integer] :max_allocated_storage
2069
- # The upper limit to which Amazon RDS can automatically scale the
2070
- # storage of the DB instance.
2081
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
2082
+ # automatically scale the storage of the DB instance.
2071
2083
  #
2072
2084
  # For more information about this setting, including limitations that
2073
2085
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -2252,7 +2264,7 @@ module Aws::RDS
2252
2264
  # })
2253
2265
  # @param [Hash] options ({})
2254
2266
  # @option options [Integer] :allocated_storage
2255
- # The new amount of storage (in gibibytes) to allocate for the DB
2267
+ # The new amount of storage in gibibytes (GiB) to allocate for the DB
2256
2268
  # instance.
2257
2269
  #
2258
2270
  # For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must be
@@ -2809,8 +2821,8 @@ module Aws::RDS
2809
2821
  #
2810
2822
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
2811
2823
  # @option options [Integer] :max_allocated_storage
2812
- # The upper limit to which Amazon RDS can automatically scale the
2813
- # storage of the DB instance.
2824
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
2825
+ # automatically scale the storage of the DB instance.
2814
2826
  #
2815
2827
  # For more information about this setting, including limitations that
2816
2828
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -3271,8 +3283,8 @@ module Aws::RDS
3271
3283
  # @option options [String] :source_dbi_resource_id
3272
3284
  # The resource ID of the source DB instance from which to restore.
3273
3285
  # @option options [Integer] :max_allocated_storage
3274
- # The upper limit to which Amazon RDS can automatically scale the
3275
- # storage of the DB instance.
3286
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
3287
+ # automatically scale the storage of the DB instance.
3276
3288
  #
3277
3289
  # For more information about this setting, including limitations that
3278
3290
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -736,7 +736,8 @@ module Aws::RDS
736
736
  #
737
737
  # Example: `mydbinstance`
738
738
  # @option options [Integer] :allocated_storage
739
- # The amount of storage (in gibibytes) to allocate for the DB instance.
739
+ # The amount of storage in gibibytes (GiB) to allocate for the DB
740
+ # instance.
740
741
  #
741
742
  # Type: Integer
742
743
  #
@@ -1458,8 +1459,8 @@ module Aws::RDS
1458
1459
  #
1459
1460
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
1460
1461
  # @option options [Integer] :max_allocated_storage
1461
- # The upper limit to which Amazon RDS can automatically scale the
1462
- # storage of the DB instance.
1462
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
1463
+ # automatically scale the storage of the DB instance.
1463
1464
  #
1464
1465
  # For more information about this setting, including limitations that
1465
1466
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -2653,7 +2653,7 @@ module Aws::RDS
2653
2653
  # @return [String]
2654
2654
  #
2655
2655
  # @!attribute [rw] allocated_storage
2656
- # The amount of storage (in gibibytes) to allocate for the DB
2656
+ # The amount of storage in gibibytes (GiB) to allocate for the DB
2657
2657
  # instance.
2658
2658
  #
2659
2659
  # Type: Integer
@@ -3469,8 +3469,8 @@ module Aws::RDS
3469
3469
  # @return [Boolean]
3470
3470
  #
3471
3471
  # @!attribute [rw] max_allocated_storage
3472
- # The upper limit to which Amazon RDS can automatically scale the
3473
- # storage of the DB instance.
3472
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
3473
+ # automatically scale the storage of the DB instance.
3474
3474
  #
3475
3475
  # For more information about this setting, including limitations that
3476
3476
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -4064,8 +4064,8 @@ module Aws::RDS
4064
4064
  # @return [String]
4065
4065
  #
4066
4066
  # @!attribute [rw] max_allocated_storage
4067
- # The upper limit to which Amazon RDS can automatically scale the
4068
- # storage of the DB instance.
4067
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
4068
+ # automatically scale the storage of the DB instance.
4069
4069
  #
4070
4070
  # For more information about this setting, including limitations that
4071
4071
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -5098,6 +5098,10 @@ module Aws::RDS
5098
5098
  # Specifies the current state of this DB cluster.
5099
5099
  # @return [String]
5100
5100
  #
5101
+ # @!attribute [rw] automatic_restart_time
5102
+ # The time when a stopped DB cluster is restarted automatically.
5103
+ # @return [Time]
5104
+ #
5101
5105
  # @!attribute [rw] percent_progress
5102
5106
  # Specifies the progress of the operation as a percentage.
5103
5107
  # @return [String]
@@ -5409,6 +5413,7 @@ module Aws::RDS
5409
5413
  :db_cluster_parameter_group,
5410
5414
  :db_subnet_group,
5411
5415
  :status,
5416
+ :automatic_restart_time,
5412
5417
  :percent_progress,
5413
5418
  :earliest_restorable_time,
5414
5419
  :endpoint,
@@ -6381,6 +6386,10 @@ module Aws::RDS
6381
6386
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/accessing-monitoring.html#Overview.DBInstance.Status
6382
6387
  # @return [String]
6383
6388
  #
6389
+ # @!attribute [rw] automatic_restart_time
6390
+ # The time when a stopped DB instance is restarted automatically.
6391
+ # @return [Time]
6392
+ #
6384
6393
  # @!attribute [rw] master_username
6385
6394
  # Contains the master username for the DB instance.
6386
6395
  # @return [String]
@@ -6407,10 +6416,15 @@ module Aws::RDS
6407
6416
  #
6408
6417
  # @!attribute [rw] endpoint
6409
6418
  # Specifies the connection endpoint.
6419
+ #
6420
+ # <note markdown="1"> The endpoint might not be shown for instances whose status is
6421
+ # `creating`.
6422
+ #
6423
+ # </note>
6410
6424
  # @return [Types::Endpoint]
6411
6425
  #
6412
6426
  # @!attribute [rw] allocated_storage
6413
- # Specifies the allocated storage size specified in gibibytes.
6427
+ # Specifies the allocated storage size specified in gibibytes (GiB).
6414
6428
  # @return [Integer]
6415
6429
  #
6416
6430
  # @!attribute [rw] instance_create_time
@@ -6740,8 +6754,8 @@ module Aws::RDS
6740
6754
  # @return [Types::Endpoint]
6741
6755
  #
6742
6756
  # @!attribute [rw] max_allocated_storage
6743
- # The upper limit to which Amazon RDS can automatically scale the
6744
- # storage of the DB instance.
6757
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
6758
+ # automatically scale the storage of the DB instance.
6745
6759
  # @return [Integer]
6746
6760
  #
6747
6761
  # @!attribute [rw] tag_list
@@ -6820,6 +6834,7 @@ module Aws::RDS
6820
6834
  :db_instance_class,
6821
6835
  :engine,
6822
6836
  :db_instance_status,
6837
+ :automatic_restart_time,
6823
6838
  :master_username,
6824
6839
  :db_name,
6825
6840
  :endpoint,
@@ -14206,7 +14221,7 @@ module Aws::RDS
14206
14221
  # @return [String]
14207
14222
  #
14208
14223
  # @!attribute [rw] allocated_storage
14209
- # The new amount of storage (in gibibytes) to allocate for the DB
14224
+ # The new amount of storage in gibibytes (GiB) to allocate for the DB
14210
14225
  # instance.
14211
14226
  #
14212
14227
  # For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must
@@ -14850,8 +14865,8 @@ module Aws::RDS
14850
14865
  # @return [Boolean]
14851
14866
  #
14852
14867
  # @!attribute [rw] max_allocated_storage
14853
- # The upper limit to which Amazon RDS can automatically scale the
14854
- # storage of the DB instance.
14868
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
14869
+ # automatically scale the storage of the DB instance.
14855
14870
  #
14856
14871
  # For more information about this setting, including limitations that
14857
14872
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -16670,7 +16685,7 @@ module Aws::RDS
16670
16685
  #
16671
16686
  # @!attribute [rw] allocated_storage
16672
16687
  # The allocated storage size for the DB instance specified in
16673
- # gibibytes .
16688
+ # gibibytes (GiB).
16674
16689
  # @return [Integer]
16675
16690
  #
16676
16691
  # @!attribute [rw] master_user_password
@@ -19716,8 +19731,8 @@ module Aws::RDS
19716
19731
  # @return [Boolean]
19717
19732
  #
19718
19733
  # @!attribute [rw] max_allocated_storage
19719
- # The upper limit to which Amazon RDS can automatically scale the
19720
- # storage of the DB instance.
19734
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
19735
+ # automatically scale the storage of the DB instance.
19721
19736
  #
19722
19737
  # For more information about this setting, including limitations that
19723
19738
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -20166,8 +20181,8 @@ module Aws::RDS
20166
20181
  # @return [String]
20167
20182
  #
20168
20183
  # @!attribute [rw] max_allocated_storage
20169
- # The upper limit to which Amazon RDS can automatically scale the
20170
- # storage of the DB instance.
20184
+ # The upper limit in gibibytes (GiB) to which Amazon RDS can
20185
+ # automatically scale the storage of the DB instance.
20171
20186
  #
20172
20187
  # For more information about this setting, including limitations that
20173
20188
  # apply to it, see [ Managing capacity automatically with Amazon RDS
@@ -21454,7 +21469,8 @@ module Aws::RDS
21454
21469
  # @return [String]
21455
21470
  #
21456
21471
  # @!attribute [rw] storage_size
21457
- # The valid range of storage in gibibytes. For example, 100 to 16384.
21472
+ # The valid range of storage in gibibytes (GiB). For example, 100 to
21473
+ # 16384.
21458
21474
  # @return [Array<Types::Range>]
21459
21475
  #
21460
21476
  # @!attribute [rw] provisioned_iops
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.124.0
4
+ version: 1.125.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4