aws-sdk-rds 1.105.0 → 1.106.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +8 -1
- data/lib/aws-sdk-rds/client_api.rb +2 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +6 -0
- data/lib/aws-sdk-rds/types.rb +9 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4418206992a01b1349c95a28e301de23f52cb89125967a94465155108631bb1a
|
4
|
+
data.tar.gz: de186c18fd6f2291ccf1f46cc5ed2e30f3690a44861ee7730d3ca73980f1d5de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cd083c744ff46f90bbbd3278c8664c5ab222829bef4d67aea33f87a1e1d606d1baf56f12390aa00fcd8b905b7cb816d6aa34af9db45118d3d0e4bc227d84e73
|
7
|
+
data.tar.gz: d3c1a89457f0776aafebeb4338da12948fb0093169b84d0114d98ae7ae9e5c9259c871ab641caf090ad04059d5d871ce34d3744bb84134a274c3d095475fa4fc
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -1553,6 +1553,12 @@ module Aws::RDS
|
|
1553
1553
|
#
|
1554
1554
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopySnapshot.Options
|
1555
1555
|
#
|
1556
|
+
# @option params [String] :target_custom_availability_zone
|
1557
|
+
# The external custom Availability Zone (CAZ) identifier for the target
|
1558
|
+
# CAZ.
|
1559
|
+
#
|
1560
|
+
# Example: `rds-caz-aiqhTgQv`.
|
1561
|
+
#
|
1556
1562
|
# @option params [String] :source_region
|
1557
1563
|
# The source region of the snapshot. This is only needed when the
|
1558
1564
|
# shapshot is encrypted and in a different region.
|
@@ -1592,6 +1598,7 @@ module Aws::RDS
|
|
1592
1598
|
# copy_tags: false,
|
1593
1599
|
# pre_signed_url: "String",
|
1594
1600
|
# option_group_name: "String",
|
1601
|
+
# target_custom_availability_zone: "String",
|
1595
1602
|
# source_region: "String",
|
1596
1603
|
# })
|
1597
1604
|
#
|
@@ -18775,7 +18782,7 @@ module Aws::RDS
|
|
18775
18782
|
params: params,
|
18776
18783
|
config: config)
|
18777
18784
|
context[:gem_name] = 'aws-sdk-rds'
|
18778
|
-
context[:gem_version] = '1.
|
18785
|
+
context[:gem_version] = '1.106.0'
|
18779
18786
|
Seahorse::Client::Request.new(handlers, context)
|
18780
18787
|
end
|
18781
18788
|
|
@@ -729,6 +729,7 @@ module Aws::RDS
|
|
729
729
|
CopyDBSnapshotMessage.add_member(:copy_tags, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTags"))
|
730
730
|
CopyDBSnapshotMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
|
731
731
|
CopyDBSnapshotMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
732
|
+
CopyDBSnapshotMessage.add_member(:target_custom_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "TargetCustomAvailabilityZone"))
|
732
733
|
CopyDBSnapshotMessage.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "DestinationRegion", metadata: {"documented"=>false}))
|
733
734
|
CopyDBSnapshotMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
734
735
|
CopyDBSnapshotMessage.struct_class = Types::CopyDBSnapshotMessage
|
@@ -3372,6 +3373,7 @@ module Aws::RDS
|
|
3372
3373
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
3373
3374
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
3374
3375
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
3376
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomAvailabilityZoneNotFoundFault)
|
3375
3377
|
end)
|
3376
3378
|
|
3377
3379
|
api.add_operation(:copy_option_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -407,6 +407,7 @@ module Aws::RDS
|
|
407
407
|
# copy_tags: false,
|
408
408
|
# pre_signed_url: "String",
|
409
409
|
# option_group_name: "String",
|
410
|
+
# target_custom_availability_zone: "String",
|
410
411
|
# source_region: "String",
|
411
412
|
# })
|
412
413
|
# @param [Hash] options ({})
|
@@ -525,6 +526,11 @@ module Aws::RDS
|
|
525
526
|
#
|
526
527
|
#
|
527
528
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopySnapshot.Options
|
529
|
+
# @option options [String] :target_custom_availability_zone
|
530
|
+
# The external custom Availability Zone (CAZ) identifier for the target
|
531
|
+
# CAZ.
|
532
|
+
#
|
533
|
+
# Example: `rds-caz-aiqhTgQv`.
|
528
534
|
# @option options [String] :destination_region
|
529
535
|
# @option options [String] :source_region
|
530
536
|
# The source region of the snapshot. This is only needed when the
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -1280,6 +1280,7 @@ module Aws::RDS
|
|
1280
1280
|
# copy_tags: false,
|
1281
1281
|
# pre_signed_url: "String",
|
1282
1282
|
# option_group_name: "String",
|
1283
|
+
# target_custom_availability_zone: "String",
|
1283
1284
|
# source_region: "String",
|
1284
1285
|
# }
|
1285
1286
|
#
|
@@ -1443,6 +1444,13 @@ module Aws::RDS
|
|
1443
1444
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopySnapshot.Options
|
1444
1445
|
# @return [String]
|
1445
1446
|
#
|
1447
|
+
# @!attribute [rw] target_custom_availability_zone
|
1448
|
+
# The external custom Availability Zone (CAZ) identifier for the
|
1449
|
+
# target CAZ.
|
1450
|
+
#
|
1451
|
+
# Example: `rds-caz-aiqhTgQv`.
|
1452
|
+
# @return [String]
|
1453
|
+
#
|
1446
1454
|
# @!attribute [rw] destination_region
|
1447
1455
|
# @return [String]
|
1448
1456
|
#
|
@@ -1461,6 +1469,7 @@ module Aws::RDS
|
|
1461
1469
|
:copy_tags,
|
1462
1470
|
:pre_signed_url,
|
1463
1471
|
:option_group_name,
|
1472
|
+
:target_custom_availability_zone,
|
1464
1473
|
:destination_region,
|
1465
1474
|
:source_region)
|
1466
1475
|
SENSITIVE = []
|
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.
|
4
|
+
version: 1.106.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: 2020-11-
|
11
|
+
date: 2020-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|