aws-sdk-redshift 1.110.0 → 1.111.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-redshift/client.rb +8 -1
- data/lib/aws-sdk-redshift/client_api.rb +1 -0
- data/lib/aws-sdk-redshift/types.rb +6 -1
- data/lib/aws-sdk-redshift.rb +1 -1
- data/sig/types.rbs +1 -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: 947a50b4f67edf8e35418de4d1edb247a2223bb921763dc2e91f814fe3c8913b
|
|
4
|
+
data.tar.gz: 696609f21eefe9dc11148dae00a5ec4663250b1b0eb8a352d157d0a7ad35c6aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 605c9afc43905a76f3c016d5069fb45e2813a4f92cb05d28cd7b004ddf06ae2f702e546eeef000f1a6dd06aebe89d1faac46b66d5047d07535486bb42af45fc6
|
|
7
|
+
data.tar.gz: 840a07d6ce5ad699a721681db1c518753096b5b240c6323186740c9b393c386a84ff2df8ec988b270bd8fc52937a8f3fda1c1d4007572677605474c9bc05275c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.111.0
|
|
@@ -840,6 +840,7 @@ module Aws::Redshift
|
|
|
840
840
|
# resp.snapshot.snapshot_retention_start_time #=> Time
|
|
841
841
|
# resp.snapshot.master_password_secret_arn #=> String
|
|
842
842
|
# resp.snapshot.master_password_secret_kms_key_id #=> String
|
|
843
|
+
# resp.snapshot.snapshot_arn #=> String
|
|
843
844
|
#
|
|
844
845
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthorizeSnapshotAccess AWS API Documentation
|
|
845
846
|
#
|
|
@@ -1125,6 +1126,7 @@ module Aws::Redshift
|
|
|
1125
1126
|
# resp.snapshot.snapshot_retention_start_time #=> Time
|
|
1126
1127
|
# resp.snapshot.master_password_secret_arn #=> String
|
|
1127
1128
|
# resp.snapshot.master_password_secret_kms_key_id #=> String
|
|
1129
|
+
# resp.snapshot.snapshot_arn #=> String
|
|
1128
1130
|
#
|
|
1129
1131
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CopyClusterSnapshot AWS API Documentation
|
|
1130
1132
|
#
|
|
@@ -2034,6 +2036,7 @@ module Aws::Redshift
|
|
|
2034
2036
|
# resp.snapshot.snapshot_retention_start_time #=> Time
|
|
2035
2037
|
# resp.snapshot.master_password_secret_arn #=> String
|
|
2036
2038
|
# resp.snapshot.master_password_secret_kms_key_id #=> String
|
|
2039
|
+
# resp.snapshot.snapshot_arn #=> String
|
|
2037
2040
|
#
|
|
2038
2041
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterSnapshot AWS API Documentation
|
|
2039
2042
|
#
|
|
@@ -3445,6 +3448,7 @@ module Aws::Redshift
|
|
|
3445
3448
|
# resp.snapshot.snapshot_retention_start_time #=> Time
|
|
3446
3449
|
# resp.snapshot.master_password_secret_arn #=> String
|
|
3447
3450
|
# resp.snapshot.master_password_secret_kms_key_id #=> String
|
|
3451
|
+
# resp.snapshot.snapshot_arn #=> String
|
|
3448
3452
|
#
|
|
3449
3453
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteClusterSnapshot AWS API Documentation
|
|
3450
3454
|
#
|
|
@@ -4477,6 +4481,7 @@ module Aws::Redshift
|
|
|
4477
4481
|
# resp.snapshots[0].snapshot_retention_start_time #=> Time
|
|
4478
4482
|
# resp.snapshots[0].master_password_secret_arn #=> String
|
|
4479
4483
|
# resp.snapshots[0].master_password_secret_kms_key_id #=> String
|
|
4484
|
+
# resp.snapshots[0].snapshot_arn #=> String
|
|
4480
4485
|
#
|
|
4481
4486
|
#
|
|
4482
4487
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -9655,6 +9660,7 @@ module Aws::Redshift
|
|
|
9655
9660
|
# resp.snapshot.snapshot_retention_start_time #=> Time
|
|
9656
9661
|
# resp.snapshot.master_password_secret_arn #=> String
|
|
9657
9662
|
# resp.snapshot.master_password_secret_kms_key_id #=> String
|
|
9663
|
+
# resp.snapshot.snapshot_arn #=> String
|
|
9658
9664
|
#
|
|
9659
9665
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterSnapshot AWS API Documentation
|
|
9660
9666
|
#
|
|
@@ -12155,6 +12161,7 @@ module Aws::Redshift
|
|
|
12155
12161
|
# resp.snapshot.snapshot_retention_start_time #=> Time
|
|
12156
12162
|
# resp.snapshot.master_password_secret_arn #=> String
|
|
12157
12163
|
# resp.snapshot.master_password_secret_kms_key_id #=> String
|
|
12164
|
+
# resp.snapshot.snapshot_arn #=> String
|
|
12158
12165
|
#
|
|
12159
12166
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RevokeSnapshotAccess AWS API Documentation
|
|
12160
12167
|
#
|
|
@@ -12392,7 +12399,7 @@ module Aws::Redshift
|
|
|
12392
12399
|
params: params,
|
|
12393
12400
|
config: config)
|
|
12394
12401
|
context[:gem_name] = 'aws-sdk-redshift'
|
|
12395
|
-
context[:gem_version] = '1.
|
|
12402
|
+
context[:gem_version] = '1.111.0'
|
|
12396
12403
|
Seahorse::Client::Request.new(handlers, context)
|
|
12397
12404
|
end
|
|
12398
12405
|
|
|
@@ -2668,6 +2668,7 @@ module Aws::Redshift
|
|
|
2668
2668
|
Snapshot.add_member(:snapshot_retention_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotRetentionStartTime"))
|
|
2669
2669
|
Snapshot.add_member(:master_password_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretArn"))
|
|
2670
2670
|
Snapshot.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
|
2671
|
+
Snapshot.add_member(:snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotArn"))
|
|
2671
2672
|
Snapshot.struct_class = Types::Snapshot
|
|
2672
2673
|
|
|
2673
2674
|
SnapshotCopyAlreadyDisabledFault.struct_class = Types::SnapshotCopyAlreadyDisabledFault
|
|
@@ -11277,6 +11277,10 @@ module Aws::Redshift
|
|
|
11277
11277
|
# store the cluster's admin credentials secret.
|
|
11278
11278
|
# @return [String]
|
|
11279
11279
|
#
|
|
11280
|
+
# @!attribute [rw] snapshot_arn
|
|
11281
|
+
# The Amazon Resource Name (ARN) of the snapshot.
|
|
11282
|
+
# @return [String]
|
|
11283
|
+
#
|
|
11280
11284
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Snapshot AWS API Documentation
|
|
11281
11285
|
#
|
|
11282
11286
|
class Snapshot < Struct.new(
|
|
@@ -11315,7 +11319,8 @@ module Aws::Redshift
|
|
|
11315
11319
|
:manual_snapshot_remaining_days,
|
|
11316
11320
|
:snapshot_retention_start_time,
|
|
11317
11321
|
:master_password_secret_arn,
|
|
11318
|
-
:master_password_secret_kms_key_id
|
|
11322
|
+
:master_password_secret_kms_key_id,
|
|
11323
|
+
:snapshot_arn)
|
|
11319
11324
|
SENSITIVE = []
|
|
11320
11325
|
include Aws::Structure
|
|
11321
11326
|
end
|
data/lib/aws-sdk-redshift.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -2611,6 +2611,7 @@ module Aws::Redshift
|
|
|
2611
2611
|
attr_accessor snapshot_retention_start_time: ::Time
|
|
2612
2612
|
attr_accessor master_password_secret_arn: ::String
|
|
2613
2613
|
attr_accessor master_password_secret_kms_key_id: ::String
|
|
2614
|
+
attr_accessor snapshot_arn: ::String
|
|
2614
2615
|
SENSITIVE: []
|
|
2615
2616
|
end
|
|
2616
2617
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-redshift
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.111.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: 2024-
|
|
11
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|