aws-sdk-rds 1.320.0 → 1.321.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 +6 -1
- data/lib/aws-sdk-rds/client_api.rb +1 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +10 -0
- data/lib/aws-sdk-rds/types.rb +10 -1
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/db_snapshot.rbs +3 -0
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea82cd4ee8f30832c7b0a7aa42b738e80749294e93449708c387ef21e444b4b8
|
|
4
|
+
data.tar.gz: 9415fd2177c892b30f714a2c58c56ecfa704087cb273239bfa84360980fab5b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 838069e7d6545b4c9297b23f58e81dd133f90efed773bdff340f125511b69b719f006715669278d3dcf9841af4628f9af52b37851228cec2deab3e5b7a3ed67d
|
|
7
|
+
data.tar.gz: b82b7716a263829e0644135486dc7447b01d7492763484661244ca95d0aa57b1cac5d49b5a7423212c858257708e0c5753dab354d3c09e2c71c7f059fc45de5d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.321.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -1987,6 +1987,7 @@ module Aws::RDS
|
|
|
1987
1987
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
1988
1988
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
1989
1989
|
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
1990
|
+
# resp.db_snapshot.full_snapshot_size_in_bytes #=> Integer
|
|
1990
1991
|
#
|
|
1991
1992
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot AWS API Documentation
|
|
1992
1993
|
#
|
|
@@ -8351,6 +8352,7 @@ module Aws::RDS
|
|
|
8351
8352
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
8352
8353
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
8353
8354
|
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
8355
|
+
# resp.db_snapshot.full_snapshot_size_in_bytes #=> Integer
|
|
8354
8356
|
#
|
|
8355
8357
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot AWS API Documentation
|
|
8356
8358
|
#
|
|
@@ -11131,6 +11133,7 @@ module Aws::RDS
|
|
|
11131
11133
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
11132
11134
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
11133
11135
|
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
11136
|
+
# resp.db_snapshot.full_snapshot_size_in_bytes #=> Integer
|
|
11134
11137
|
#
|
|
11135
11138
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot AWS API Documentation
|
|
11136
11139
|
#
|
|
@@ -16016,6 +16019,7 @@ module Aws::RDS
|
|
|
16016
16019
|
# resp.db_snapshots[0].additional_storage_volumes[0].storage_throughput #=> Integer
|
|
16017
16020
|
# resp.db_snapshots[0].additional_storage_volumes[0].storage_type #=> String
|
|
16018
16021
|
# resp.db_snapshots[0].snapshot_availability_zone #=> String
|
|
16022
|
+
# resp.db_snapshots[0].full_snapshot_size_in_bytes #=> Integer
|
|
16019
16023
|
#
|
|
16020
16024
|
#
|
|
16021
16025
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -23735,6 +23739,7 @@ module Aws::RDS
|
|
|
23735
23739
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
23736
23740
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
23737
23741
|
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
23742
|
+
# resp.db_snapshot.full_snapshot_size_in_bytes #=> Integer
|
|
23738
23743
|
#
|
|
23739
23744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot AWS API Documentation
|
|
23740
23745
|
#
|
|
@@ -34495,7 +34500,7 @@ module Aws::RDS
|
|
|
34495
34500
|
tracer: tracer
|
|
34496
34501
|
)
|
|
34497
34502
|
context[:gem_name] = 'aws-sdk-rds'
|
|
34498
|
-
context[:gem_version] = '1.
|
|
34503
|
+
context[:gem_version] = '1.321.0'
|
|
34499
34504
|
Seahorse::Client::Request.new(handlers, context)
|
|
34500
34505
|
end
|
|
34501
34506
|
|
|
@@ -2236,6 +2236,7 @@ module Aws::RDS
|
|
|
2236
2236
|
DBSnapshot.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
|
2237
2237
|
DBSnapshot.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
2238
2238
|
DBSnapshot.add_member(:snapshot_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotAvailabilityZone"))
|
|
2239
|
+
DBSnapshot.add_member(:full_snapshot_size_in_bytes, Shapes::ShapeRef.new(shape: LongOptional, location_name: "FullSnapshotSizeInBytes"))
|
|
2239
2240
|
DBSnapshot.struct_class = Types::DBSnapshot
|
|
2240
2241
|
|
|
2241
2242
|
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
|
@@ -337,6 +337,16 @@ module Aws::RDS
|
|
|
337
337
|
data[:snapshot_availability_zone]
|
|
338
338
|
end
|
|
339
339
|
|
|
340
|
+
# The full size of the DB snapshot, in bytes.
|
|
341
|
+
#
|
|
342
|
+
# This is not the incremental size of the snapshot. This is the full
|
|
343
|
+
# snapshot size and represents the size of all the blocks that were
|
|
344
|
+
# written to the source volume at the time the snapshot was created.
|
|
345
|
+
# @return [Integer]
|
|
346
|
+
def full_snapshot_size_in_bytes
|
|
347
|
+
data[:full_snapshot_size_in_bytes]
|
|
348
|
+
end
|
|
349
|
+
|
|
340
350
|
# @!endgroup
|
|
341
351
|
|
|
342
352
|
# @return [Client]
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -12051,6 +12051,14 @@ module Aws::RDS
|
|
|
12051
12051
|
# a Dedicated Local Zone.
|
|
12052
12052
|
# @return [String]
|
|
12053
12053
|
#
|
|
12054
|
+
# @!attribute [rw] full_snapshot_size_in_bytes
|
|
12055
|
+
# The full size of the DB snapshot, in bytes.
|
|
12056
|
+
#
|
|
12057
|
+
# This is not the incremental size of the snapshot. This is the full
|
|
12058
|
+
# snapshot size and represents the size of all the blocks that were
|
|
12059
|
+
# written to the source volume at the time the snapshot was created.
|
|
12060
|
+
# @return [Integer]
|
|
12061
|
+
#
|
|
12054
12062
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshot AWS API Documentation
|
|
12055
12063
|
#
|
|
12056
12064
|
class DBSnapshot < Struct.new(
|
|
@@ -12094,7 +12102,8 @@ module Aws::RDS
|
|
|
12094
12102
|
:multi_tenant,
|
|
12095
12103
|
:dedicated_log_volume,
|
|
12096
12104
|
:additional_storage_volumes,
|
|
12097
|
-
:snapshot_availability_zone
|
|
12105
|
+
:snapshot_availability_zone,
|
|
12106
|
+
:full_snapshot_size_in_bytes)
|
|
12098
12107
|
SENSITIVE = []
|
|
12099
12108
|
include Aws::Structure
|
|
12100
12109
|
end
|
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.321.0'
|
|
84
84
|
|
|
85
85
|
end
|
|
86
86
|
|
data/sig/db_snapshot.rbs
CHANGED
|
@@ -139,6 +139,9 @@ module Aws
|
|
|
139
139
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBSnapshot.html#snapshot_availability_zone-instance_method
|
|
140
140
|
def snapshot_availability_zone: () -> ::String
|
|
141
141
|
|
|
142
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBSnapshot.html#full_snapshot_size_in_bytes-instance_method
|
|
143
|
+
def full_snapshot_size_in_bytes: () -> ::Integer
|
|
144
|
+
|
|
142
145
|
def client: () -> Client
|
|
143
146
|
|
|
144
147
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBSnapshot.html#load-instance_method
|
data/sig/types.rbs
CHANGED
|
@@ -1658,6 +1658,7 @@ module Aws::RDS
|
|
|
1658
1658
|
attr_accessor dedicated_log_volume: bool
|
|
1659
1659
|
attr_accessor additional_storage_volumes: ::Array[Types::AdditionalStorageVolume]
|
|
1660
1660
|
attr_accessor snapshot_availability_zone: ::String
|
|
1661
|
+
attr_accessor full_snapshot_size_in_bytes: ::Integer
|
|
1661
1662
|
SENSITIVE: []
|
|
1662
1663
|
end
|
|
1663
1664
|
|