aws-sdk-rds 1.280.0 → 1.283.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: 2853e9f356af260ed3fd570cc4d68f2e634a983847f365738a23428a370e16a3
4
- data.tar.gz: 23edb5b225280d21c97e84c5a0c1cb24c8e3f7a22a4dc5bec4b038d4135b95a4
3
+ metadata.gz: 05b2720a38ea4312bfc6e654c867063843ea2ddddcdb8f3db228019a57d3eead
4
+ data.tar.gz: bc87799c70b4533745e6323e1efc78f4c8f8d2fda3a89782e76f34752caf0fa3
5
5
  SHA512:
6
- metadata.gz: c6b9e66a3a724bcd1fa9ebb3fbed94769f6983bf3e61d2b2dd026a0a7dcbecd537e124bdc6b912e7d2b0b6110498fee09d365f16dc94b745dbf5c16fb81c67af
7
- data.tar.gz: 16ce31748f483d12130db990a01f580542b52fd6b739cce4c4e22c38d394cf2e0888fcda0c738828e5c10e1721f5b0563af1cb57ef659c2d6e11d075d9608837
6
+ metadata.gz: bc743870333e95cc0ed6a6fa46c9b035c13552da12ad7bc65e8433a4f8b383e55a9f1484f70484f30c7583f58b86eb4550958a47156b806dcc50b3f6dffdad57
7
+ data.tar.gz: 13a3b9d2f35ed42a4a6a515c207687a9ccfa641580b84deac424c33bfe15a7949f24f7cced9496dd4134e4fcc114be01287636493a9cd60329f1ccf3f6bbeb36
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.283.0 (2025-07-01)
5
+ ------------------
6
+
7
+ * Feature - Amazon RDS Custom for Oracle now supports multi-AZ database instances.
8
+
9
+ 1.282.0 (2025-06-27)
10
+ ------------------
11
+
12
+ * Feature - StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault.
13
+
14
+ 1.281.0 (2025-06-24)
15
+ ------------------
16
+
17
+ * Feature - Adding support for RDS on Dedicated Local Zones, including local backup target, snapshot availability zone and snapshot target
18
+
4
19
  1.280.0 (2025-06-11)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.280.0
1
+ 1.283.0
@@ -1841,6 +1841,22 @@ module Aws::RDS
1841
1841
  # associate with the target DB snapshot. The associated option group can
1842
1842
  # be copied only with cross-account snapshot copy calls.
1843
1843
  #
1844
+ # @option params [String] :snapshot_availability_zone
1845
+ # Specifies the name of the Availability Zone where RDS stores the DB
1846
+ # snapshot. This value is valid only for snapshots that RDS stores on a
1847
+ # Dedicated Local Zone.
1848
+ #
1849
+ # @option params [String] :snapshot_target
1850
+ # Configures the location where RDS will store copied snapshots.
1851
+ #
1852
+ # Valid Values:
1853
+ #
1854
+ # * `local` (Dedicated Local Zone)
1855
+ #
1856
+ # * `outposts` (Amazon Web Services Outposts)
1857
+ #
1858
+ # * `region` (Amazon Web Services Region)
1859
+ #
1844
1860
  # @option params [String] :source_region
1845
1861
  # The source region of the snapshot. This is only needed when the
1846
1862
  # shapshot is encrypted and in a different region.
@@ -1908,6 +1924,8 @@ module Aws::RDS
1908
1924
  # option_group_name: "String",
1909
1925
  # target_custom_availability_zone: "String",
1910
1926
  # copy_option_group: false,
1927
+ # snapshot_availability_zone: "String",
1928
+ # snapshot_target: "String",
1911
1929
  # source_region: "String",
1912
1930
  # })
1913
1931
  #
@@ -1953,6 +1971,7 @@ module Aws::RDS
1953
1971
  # resp.db_snapshot.db_system_id #=> String
1954
1972
  # resp.db_snapshot.dedicated_log_volume #=> Boolean
1955
1973
  # resp.db_snapshot.multi_tenant #=> Boolean
1974
+ # resp.db_snapshot.snapshot_availability_zone #=> String
1956
1975
  #
1957
1976
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot AWS API Documentation
1958
1977
  #
@@ -4959,12 +4978,8 @@ module Aws::RDS
4959
4978
  # set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ
4960
4979
  # deployment.
4961
4980
  #
4962
- # This setting doesn't apply to the following DB instances:
4963
- #
4964
- # * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
4965
- # the DB cluster.)
4966
- #
4967
- # * RDS Custom
4981
+ # This setting doesn't apply to Amazon Aurora because the DB instance
4982
+ # Availability Zones (AZs) are managed by the DB cluster.
4968
4983
  #
4969
4984
  # @option params [String] :engine_version
4970
4985
  # The version number of the database engine to use.
@@ -5571,6 +5586,8 @@ module Aws::RDS
5571
5586
  #
5572
5587
  # Valid Values:
5573
5588
  #
5589
+ # * `local` (Dedicated Local Zone)
5590
+ #
5574
5591
  # * `outposts` (Amazon Web Services Outposts)
5575
5592
  #
5576
5593
  # * `region` (Amazon Web Services Region)
@@ -6779,6 +6796,15 @@ module Aws::RDS
6779
6796
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
6780
6797
  # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing
6781
6798
  #
6799
+ # @option params [String] :backup_target
6800
+ # The location where RDS stores automated backups and manual snapshots.
6801
+ #
6802
+ # Valid Values:
6803
+ #
6804
+ # * `local` for Dedicated Local Zones
6805
+ #
6806
+ # * `region` for Amazon Web Services Region
6807
+ #
6782
6808
  # @option params [Integer] :allocated_storage
6783
6809
  # The amount of storage (in gibibytes) to allocate initially for the
6784
6810
  # read replica. Follow the allocation rules specified in
@@ -6918,6 +6944,7 @@ module Aws::RDS
6918
6944
  # network_type: "String",
6919
6945
  # storage_throughput: 1,
6920
6946
  # enable_customer_owned_ip: false,
6947
+ # backup_target: "String",
6921
6948
  # allocated_storage: 1,
6922
6949
  # source_db_cluster_identifier: "String",
6923
6950
  # dedicated_log_volume: false,
@@ -7824,6 +7851,7 @@ module Aws::RDS
7824
7851
  # resp.db_snapshot.db_system_id #=> String
7825
7852
  # resp.db_snapshot.dedicated_log_volume #=> Boolean
7826
7853
  # resp.db_snapshot.multi_tenant #=> Boolean
7854
+ # resp.db_snapshot.snapshot_availability_zone #=> String
7827
7855
  #
7828
7856
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot AWS API Documentation
7829
7857
  #
@@ -10515,6 +10543,7 @@ module Aws::RDS
10515
10543
  # resp.db_snapshot.db_system_id #=> String
10516
10544
  # resp.db_snapshot.dedicated_log_volume #=> Boolean
10517
10545
  # resp.db_snapshot.multi_tenant #=> Boolean
10546
+ # resp.db_snapshot.snapshot_availability_zone #=> String
10518
10547
  #
10519
10548
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot AWS API Documentation
10520
10549
  #
@@ -15255,6 +15284,7 @@ module Aws::RDS
15255
15284
  # resp.db_snapshots[0].db_system_id #=> String
15256
15285
  # resp.db_snapshots[0].dedicated_log_volume #=> Boolean
15257
15286
  # resp.db_snapshots[0].multi_tenant #=> Boolean
15287
+ # resp.db_snapshots[0].snapshot_availability_zone #=> String
15258
15288
  #
15259
15289
  #
15260
15290
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -22565,6 +22595,7 @@ module Aws::RDS
22565
22595
  # resp.db_snapshot.db_system_id #=> String
22566
22596
  # resp.db_snapshot.dedicated_log_volume #=> Boolean
22567
22597
  # resp.db_snapshot.multi_tenant #=> Boolean
22598
+ # resp.db_snapshot.snapshot_availability_zone #=> String
22568
22599
  #
22569
22600
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot AWS API Documentation
22570
22601
  #
@@ -28015,8 +28046,9 @@ module Aws::RDS
28015
28046
  # Specifies where automated backups and manual snapshots are stored for
28016
28047
  # the restored DB instance.
28017
28048
  #
28018
- # Possible values are `outposts` (Amazon Web Services Outposts) and
28019
- # `region` (Amazon Web Services Region). The default is `region`.
28049
+ # Possible values are `local` (Dedicated Local Zone), `outposts` (Amazon
28050
+ # Web Services Outposts), and `region` (Amazon Web Services Region). The
28051
+ # default is `region`.
28020
28052
  #
28021
28053
  # For more information, see [Working with Amazon RDS on Amazon Web
28022
28054
  # Services Outposts][1] in the *Amazon RDS User Guide*.
@@ -29800,6 +29832,8 @@ module Aws::RDS
29800
29832
  #
29801
29833
  # Valid Values:
29802
29834
  #
29835
+ # * `local` (Dedicated Local Zone)
29836
+ #
29803
29837
  # * `outposts` (Amazon Web Services Outposts)
29804
29838
  #
29805
29839
  # * `region` (Amazon Web Services Region)
@@ -32373,7 +32407,7 @@ module Aws::RDS
32373
32407
  tracer: tracer
32374
32408
  )
32375
32409
  context[:gem_name] = 'aws-sdk-rds'
32376
- context[:gem_version] = '1.280.0'
32410
+ context[:gem_version] = '1.283.0'
32377
32411
  Seahorse::Client::Request.new(handlers, context)
32378
32412
  end
32379
32413
 
@@ -987,6 +987,8 @@ module Aws::RDS
987
987
  CopyDBSnapshotMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
988
988
  CopyDBSnapshotMessage.add_member(:target_custom_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "TargetCustomAvailabilityZone"))
989
989
  CopyDBSnapshotMessage.add_member(:copy_option_group, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyOptionGroup"))
990
+ CopyDBSnapshotMessage.add_member(:snapshot_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotAvailabilityZone"))
991
+ CopyDBSnapshotMessage.add_member(:snapshot_target, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotTarget"))
990
992
  CopyDBSnapshotMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
991
993
  CopyDBSnapshotMessage.struct_class = Types::CopyDBSnapshotMessage
992
994
 
@@ -1228,6 +1230,7 @@ module Aws::RDS
1228
1230
  CreateDBInstanceReadReplicaMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1229
1231
  CreateDBInstanceReadReplicaMessage.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
1230
1232
  CreateDBInstanceReadReplicaMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
1233
+ CreateDBInstanceReadReplicaMessage.add_member(:backup_target, Shapes::ShapeRef.new(shape: String, location_name: "BackupTarget"))
1231
1234
  CreateDBInstanceReadReplicaMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
1232
1235
  CreateDBInstanceReadReplicaMessage.add_member(:source_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterIdentifier"))
1233
1236
  CreateDBInstanceReadReplicaMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
@@ -2110,6 +2113,7 @@ module Aws::RDS
2110
2113
  DBSnapshot.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
2111
2114
  DBSnapshot.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
2112
2115
  DBSnapshot.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
2116
+ DBSnapshot.add_member(:snapshot_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotAvailabilityZone"))
2113
2117
  DBSnapshot.struct_class = Types::DBSnapshot
2114
2118
 
2115
2119
  DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
@@ -6496,6 +6500,7 @@ module Aws::RDS
6496
6500
  o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
6497
6501
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
6498
6502
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
6503
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBShardGroupStateFault)
6499
6504
  end)
6500
6505
 
6501
6506
  api.add_operation(:start_db_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -6570,6 +6575,7 @@ module Aws::RDS
6570
6575
  o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
6571
6576
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
6572
6577
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
6578
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBShardGroupStateFault)
6573
6579
  end)
6574
6580
 
6575
6581
  api.add_operation(:stop_db_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -697,7 +697,8 @@ module Aws::RDS
697
697
  end
698
698
 
699
699
  # The location where automated backups and manual snapshots are stored:
700
- # Amazon Web Services Outposts or the Amazon Web Services Region.
700
+ # Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web
701
+ # Services Region.
701
702
  # @return [String]
702
703
  def backup_target
703
704
  data[:backup_target]
@@ -1550,12 +1551,8 @@ module Aws::RDS
1550
1551
  # set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ
1551
1552
  # deployment.
1552
1553
  #
1553
- # This setting doesn't apply to the following DB instances:
1554
- #
1555
- # * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
1556
- # the DB cluster.)
1557
- #
1558
- # * RDS Custom
1554
+ # This setting doesn't apply to Amazon Aurora because the DB instance
1555
+ # Availability Zones (AZs) are managed by the DB cluster.
1559
1556
  # @option options [String] :engine_version
1560
1557
  # The version number of the database engine to use.
1561
1558
  #
@@ -2124,6 +2121,8 @@ module Aws::RDS
2124
2121
  #
2125
2122
  # Valid Values:
2126
2123
  #
2124
+ # * `local` (Dedicated Local Zone)
2125
+ #
2127
2126
  # * `outposts` (Amazon Web Services Outposts)
2128
2127
  #
2129
2128
  # * `region` (Amazon Web Services Region)
@@ -2335,6 +2334,7 @@ module Aws::RDS
2335
2334
  # network_type: "String",
2336
2335
  # storage_throughput: 1,
2337
2336
  # enable_customer_owned_ip: false,
2337
+ # backup_target: "String",
2338
2338
  # allocated_storage: 1,
2339
2339
  # source_db_cluster_identifier: "String",
2340
2340
  # dedicated_log_volume: false,
@@ -2919,6 +2919,14 @@ module Aws::RDS
2919
2919
  #
2920
2920
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
2921
2921
  # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing
2922
+ # @option options [String] :backup_target
2923
+ # The location where RDS stores automated backups and manual snapshots.
2924
+ #
2925
+ # Valid Values:
2926
+ #
2927
+ # * `local` for Dedicated Local Zones
2928
+ #
2929
+ # * `region` for Amazon Web Services Region
2922
2930
  # @option options [Integer] :allocated_storage
2923
2931
  # The amount of storage (in gibibytes) to allocate initially for the
2924
2932
  # read replica. Follow the allocation rules specified in
@@ -4877,6 +4885,8 @@ module Aws::RDS
4877
4885
  #
4878
4886
  # Valid Values:
4879
4887
  #
4888
+ # * `local` (Dedicated Local Zone)
4889
+ #
4880
4890
  # * `outposts` (Amazon Web Services Outposts)
4881
4891
  #
4882
4892
  # * `region` (Amazon Web Services Region)
@@ -256,8 +256,8 @@ module Aws::RDS
256
256
  data[:snapshot_database_time]
257
257
  end
258
258
 
259
- # Specifies where manual snapshots are stored: Amazon Web Services
260
- # Outposts or the Amazon Web Services Region.
259
+ # Specifies where manual snapshots are stored: Dedicated Local Zones,
260
+ # Amazon Web Services Outposts or the Amazon Web Services Region.
261
261
  # @return [String]
262
262
  def snapshot_target
263
263
  data[:snapshot_target]
@@ -292,6 +292,14 @@ module Aws::RDS
292
292
  data[:multi_tenant]
293
293
  end
294
294
 
295
+ # Specifies the name of the Availability Zone where RDS stores the DB
296
+ # snapshot. This value is valid only for snapshots that RDS stores on a
297
+ # Dedicated Local Zone.
298
+ # @return [String]
299
+ def snapshot_availability_zone
300
+ data[:snapshot_availability_zone]
301
+ end
302
+
295
303
  # @!endgroup
296
304
 
297
305
  # @return [Client]
@@ -485,6 +493,8 @@ module Aws::RDS
485
493
  # option_group_name: "String",
486
494
  # target_custom_availability_zone: "String",
487
495
  # copy_option_group: false,
496
+ # snapshot_availability_zone: "String",
497
+ # snapshot_target: "String",
488
498
  # source_region: "String",
489
499
  # })
490
500
  # @param [Hash] options ({})
@@ -631,6 +641,20 @@ module Aws::RDS
631
641
  # source DB snapshot to the target Amazon Web Services account and
632
642
  # associate with the target DB snapshot. The associated option group can
633
643
  # be copied only with cross-account snapshot copy calls.
644
+ # @option options [String] :snapshot_availability_zone
645
+ # Specifies the name of the Availability Zone where RDS stores the DB
646
+ # snapshot. This value is valid only for snapshots that RDS stores on a
647
+ # Dedicated Local Zone.
648
+ # @option options [String] :snapshot_target
649
+ # Configures the location where RDS will store copied snapshots.
650
+ #
651
+ # Valid Values:
652
+ #
653
+ # * `local` (Dedicated Local Zone)
654
+ #
655
+ # * `outposts` (Amazon Web Services Outposts)
656
+ #
657
+ # * `region` (Amazon Web Services Region)
634
658
  # @option options [String] :source_region
635
659
  # The source region of the snapshot. This is only needed when the
636
660
  # shapshot is encrypted and in a different region.
@@ -1139,8 +1163,9 @@ module Aws::RDS
1139
1163
  # Specifies where automated backups and manual snapshots are stored for
1140
1164
  # the restored DB instance.
1141
1165
  #
1142
- # Possible values are `outposts` (Amazon Web Services Outposts) and
1143
- # `region` (Amazon Web Services Region). The default is `region`.
1166
+ # Possible values are `local` (Dedicated Local Zone), `outposts` (Amazon
1167
+ # Web Services Outposts), and `region` (Amazon Web Services Region). The
1168
+ # default is `region`.
1144
1169
  #
1145
1170
  # For more information, see [Working with Amazon RDS on Amazon Web
1146
1171
  # Services Outposts][1] in the *Amazon RDS User Guide*.
@@ -243,7 +243,6 @@ module Aws::RDS
243
243
  #
244
244
  # Additionally, error classes are dynamically generated for service errors based on the error code
245
245
  # if they are not defined above.
246
- # Some existing error classes may use a different class name than the one documented.
247
246
  module Errors
248
247
 
249
248
  extend Aws::Errors::DynamicErrors
@@ -1696,12 +1696,8 @@ module Aws::RDS
1696
1696
  # set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ
1697
1697
  # deployment.
1698
1698
  #
1699
- # This setting doesn't apply to the following DB instances:
1700
- #
1701
- # * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
1702
- # the DB cluster.)
1703
- #
1704
- # * RDS Custom
1699
+ # This setting doesn't apply to Amazon Aurora because the DB instance
1700
+ # Availability Zones (AZs) are managed by the DB cluster.
1705
1701
  # @option options [String] :engine_version
1706
1702
  # The version number of the database engine to use.
1707
1703
  #
@@ -2270,6 +2266,8 @@ module Aws::RDS
2270
2266
  #
2271
2267
  # Valid Values:
2272
2268
  #
2269
+ # * `local` (Dedicated Local Zone)
2270
+ #
2273
2271
  # * `outposts` (Amazon Web Services Outposts)
2274
2272
  #
2275
2273
  # * `region` (Amazon Web Services Region)
@@ -1725,6 +1725,24 @@ module Aws::RDS
1725
1725
  # can be copied only with cross-account snapshot copy calls.
1726
1726
  # @return [Boolean]
1727
1727
  #
1728
+ # @!attribute [rw] snapshot_availability_zone
1729
+ # Specifies the name of the Availability Zone where RDS stores the DB
1730
+ # snapshot. This value is valid only for snapshots that RDS stores on
1731
+ # a Dedicated Local Zone.
1732
+ # @return [String]
1733
+ #
1734
+ # @!attribute [rw] snapshot_target
1735
+ # Configures the location where RDS will store copied snapshots.
1736
+ #
1737
+ # Valid Values:
1738
+ #
1739
+ # * `local` (Dedicated Local Zone)
1740
+ #
1741
+ # * `outposts` (Amazon Web Services Outposts)
1742
+ #
1743
+ # * `region` (Amazon Web Services Region)
1744
+ # @return [String]
1745
+ #
1728
1746
  # @!attribute [rw] source_region
1729
1747
  # The source region of the snapshot. This is only needed when the
1730
1748
  # shapshot is encrypted and in a different region.
@@ -1742,6 +1760,8 @@ module Aws::RDS
1742
1760
  :option_group_name,
1743
1761
  :target_custom_availability_zone,
1744
1762
  :copy_option_group,
1763
+ :snapshot_availability_zone,
1764
+ :snapshot_target,
1745
1765
  :source_region)
1746
1766
  SENSITIVE = []
1747
1767
  include Aws::Structure
@@ -3992,12 +4012,8 @@ module Aws::RDS
3992
4012
  # can't set the `AvailabilityZone` parameter if the DB instance is a
3993
4013
  # Multi-AZ deployment.
3994
4014
  #
3995
- # This setting doesn't apply to the following DB instances:
3996
- #
3997
- # * Amazon Aurora (DB instance Availability Zones (AZs) are managed by
3998
- # the DB cluster.)
3999
- #
4000
- # * RDS Custom
4015
+ # This setting doesn't apply to Amazon Aurora because the DB instance
4016
+ # Availability Zones (AZs) are managed by the DB cluster.
4001
4017
  # @return [Boolean]
4002
4018
  #
4003
4019
  # @!attribute [rw] engine_version
@@ -4648,6 +4664,8 @@ module Aws::RDS
4648
4664
  #
4649
4665
  # Valid Values:
4650
4666
  #
4667
+ # * `local` (Dedicated Local Zone)
4668
+ #
4651
4669
  # * `outposts` (Amazon Web Services Outposts)
4652
4670
  #
4653
4671
  # * `region` (Amazon Web Services Region)
@@ -5597,6 +5615,17 @@ module Aws::RDS
5597
5615
  # [2]: https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing
5598
5616
  # @return [Boolean]
5599
5617
  #
5618
+ # @!attribute [rw] backup_target
5619
+ # The location where RDS stores automated backups and manual
5620
+ # snapshots.
5621
+ #
5622
+ # Valid Values:
5623
+ #
5624
+ # * `local` for Dedicated Local Zones
5625
+ #
5626
+ # * `region` for Amazon Web Services Region
5627
+ # @return [String]
5628
+ #
5600
5629
  # @!attribute [rw] allocated_storage
5601
5630
  # The amount of storage (in gibibytes) to allocate initially for the
5602
5631
  # read replica. Follow the allocation rules specified in
@@ -5708,6 +5737,7 @@ module Aws::RDS
5708
5737
  :network_type,
5709
5738
  :storage_throughput,
5710
5739
  :enable_customer_owned_ip,
5740
+ :backup_target,
5711
5741
  :allocated_storage,
5712
5742
  :source_db_cluster_identifier,
5713
5743
  :dedicated_log_volume,
@@ -9438,8 +9468,8 @@ module Aws::RDS
9438
9468
  #
9439
9469
  # @!attribute [rw] backup_target
9440
9470
  # The location where automated backups and manual snapshots are
9441
- # stored: Amazon Web Services Outposts or the Amazon Web Services
9442
- # Region.
9471
+ # stored: Dedicated Local Zones, Amazon Web Services Outposts or the
9472
+ # Amazon Web Services Region.
9443
9473
  # @return [String]
9444
9474
  #
9445
9475
  # @!attribute [rw] network_type
@@ -9769,8 +9799,9 @@ module Aws::RDS
9769
9799
  # @return [Array<Types::DBInstanceAutomatedBackupsReplication>]
9770
9800
  #
9771
9801
  # @!attribute [rw] backup_target
9772
- # The location where automated backups are stored: Amazon Web Services
9773
- # Outposts or the Amazon Web Services Region.
9802
+ # The location where automated backups are stored: Dedicated Local
9803
+ # Zones, Amazon Web Services Outposts or the Amazon Web Services
9804
+ # Region.
9774
9805
  # @return [String]
9775
9806
  #
9776
9807
  # @!attribute [rw] storage_throughput
@@ -11198,8 +11229,8 @@ module Aws::RDS
11198
11229
  # @return [Time]
11199
11230
  #
11200
11231
  # @!attribute [rw] snapshot_target
11201
- # Specifies where manual snapshots are stored: Amazon Web Services
11202
- # Outposts or the Amazon Web Services Region.
11232
+ # Specifies where manual snapshots are stored: Dedicated Local Zones,
11233
+ # Amazon Web Services Outposts or the Amazon Web Services Region.
11203
11234
  # @return [String]
11204
11235
  #
11205
11236
  # @!attribute [rw] storage_throughput
@@ -11223,6 +11254,12 @@ module Aws::RDS
11223
11254
  # (FALSE).
11224
11255
  # @return [Boolean]
11225
11256
  #
11257
+ # @!attribute [rw] snapshot_availability_zone
11258
+ # Specifies the name of the Availability Zone where RDS stores the DB
11259
+ # snapshot. This value is valid only for snapshots that RDS stores on
11260
+ # a Dedicated Local Zone.
11261
+ # @return [String]
11262
+ #
11226
11263
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshot AWS API Documentation
11227
11264
  #
11228
11265
  class DBSnapshot < Struct.new(
@@ -11261,7 +11298,8 @@ module Aws::RDS
11261
11298
  :storage_throughput,
11262
11299
  :db_system_id,
11263
11300
  :dedicated_log_volume,
11264
- :multi_tenant)
11301
+ :multi_tenant,
11302
+ :snapshot_availability_zone)
11265
11303
  SENSITIVE = []
11266
11304
  include Aws::Structure
11267
11305
  end
@@ -25451,8 +25489,9 @@ module Aws::RDS
25451
25489
  # Specifies where automated backups and manual snapshots are stored
25452
25490
  # for the restored DB instance.
25453
25491
  #
25454
- # Possible values are `outposts` (Amazon Web Services Outposts) and
25455
- # `region` (Amazon Web Services Region). The default is `region`.
25492
+ # Possible values are `local` (Dedicated Local Zone), `outposts`
25493
+ # (Amazon Web Services Outposts), and `region` (Amazon Web Services
25494
+ # Region). The default is `region`.
25456
25495
  #
25457
25496
  # For more information, see [Working with Amazon RDS on Amazon Web
25458
25497
  # Services Outposts][1] in the *Amazon RDS User Guide*.
@@ -26952,6 +26991,8 @@ module Aws::RDS
26952
26991
  #
26953
26992
  # Valid Values:
26954
26993
  #
26994
+ # * `local` (Dedicated Local Zone)
26995
+ #
26955
26996
  # * `outposts` (Amazon Web Services Outposts)
26956
26997
  #
26957
26998
  # * `region` (Amazon Web Services Region)
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.280.0'
83
+ GEM_VERSION = '1.283.0'
84
84
 
85
85
  end
86
86
 
data/sig/client.rbs CHANGED
@@ -262,6 +262,8 @@ module Aws
262
262
  ?option_group_name: ::String,
263
263
  ?target_custom_availability_zone: ::String,
264
264
  ?copy_option_group: bool,
265
+ ?snapshot_availability_zone: ::String,
266
+ ?snapshot_target: ::String,
265
267
  ?source_region: ::String
266
268
  ) -> _CopyDBSnapshotResponseSuccess
267
269
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBSnapshotResponseSuccess
@@ -659,6 +661,7 @@ module Aws
659
661
  ?network_type: ::String,
660
662
  ?storage_throughput: ::Integer,
661
663
  ?enable_customer_owned_ip: bool,
664
+ ?backup_target: ::String,
662
665
  ?allocated_storage: ::Integer,
663
666
  ?source_db_cluster_identifier: ::String,
664
667
  ?dedicated_log_volume: bool,
data/sig/db_instance.rbs CHANGED
@@ -419,6 +419,7 @@ module Aws
419
419
  ?network_type: ::String,
420
420
  ?storage_throughput: ::Integer,
421
421
  ?enable_customer_owned_ip: bool,
422
+ ?backup_target: ::String,
422
423
  ?allocated_storage: ::Integer,
423
424
  ?source_db_cluster_identifier: ::String,
424
425
  ?dedicated_log_volume: bool,
data/sig/db_snapshot.rbs CHANGED
@@ -124,6 +124,9 @@ module Aws
124
124
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBSnapshot.html#multi_tenant-instance_method
125
125
  def multi_tenant: () -> bool
126
126
 
127
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBSnapshot.html#snapshot_availability_zone-instance_method
128
+ def snapshot_availability_zone: () -> ::String
129
+
127
130
  def client: () -> Client
128
131
 
129
132
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBSnapshot.html#load-instance_method
@@ -163,6 +166,8 @@ module Aws
163
166
  ?option_group_name: ::String,
164
167
  ?target_custom_availability_zone: ::String,
165
168
  ?copy_option_group: bool,
169
+ ?snapshot_availability_zone: ::String,
170
+ ?snapshot_target: ::String,
166
171
  ?source_region: ::String
167
172
  ) -> DBSnapshot
168
173
  | (?Hash[Symbol, untyped]) -> DBSnapshot
data/sig/types.rbs CHANGED
@@ -272,6 +272,8 @@ module Aws::RDS
272
272
  attr_accessor option_group_name: ::String
273
273
  attr_accessor target_custom_availability_zone: ::String
274
274
  attr_accessor copy_option_group: bool
275
+ attr_accessor snapshot_availability_zone: ::String
276
+ attr_accessor snapshot_target: ::String
275
277
  attr_accessor source_region: ::String
276
278
  SENSITIVE: []
277
279
  end
@@ -544,6 +546,7 @@ module Aws::RDS
544
546
  attr_accessor network_type: ::String
545
547
  attr_accessor storage_throughput: ::Integer
546
548
  attr_accessor enable_customer_owned_ip: bool
549
+ attr_accessor backup_target: ::String
547
550
  attr_accessor allocated_storage: ::Integer
548
551
  attr_accessor source_db_cluster_identifier: ::String
549
552
  attr_accessor dedicated_log_volume: bool
@@ -1564,6 +1567,7 @@ module Aws::RDS
1564
1567
  attr_accessor db_system_id: ::String
1565
1568
  attr_accessor dedicated_log_volume: bool
1566
1569
  attr_accessor multi_tenant: bool
1570
+ attr_accessor snapshot_availability_zone: ::String
1567
1571
  SENSITIVE: []
1568
1572
  end
1569
1573
 
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.280.0
4
+ version: 1.283.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services