aws-sdk-redshift 1.110.0 → 1.111.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12ff5641eca1cb59ba0daafe618acdd9bff0df739e3dcda9b641093dcb59e2e3
4
- data.tar.gz: 9f0191b4796c662b88c864bd2dc8dde02d6b2b292af87847c47794774dc207ba
3
+ metadata.gz: 947a50b4f67edf8e35418de4d1edb247a2223bb921763dc2e91f814fe3c8913b
4
+ data.tar.gz: 696609f21eefe9dc11148dae00a5ec4663250b1b0eb8a352d157d0a7ad35c6aa
5
5
  SHA512:
6
- metadata.gz: 7d45a1276a7d3910a41d50d84956562cf9a09e4f74104d26f8b528b12f9dfb74f95b739624a34a4d63fa09d3664a41f7b60022fa96406505f807a9a380baad82
7
- data.tar.gz: 333248b0b27526876ee6190b6a9677134c9b83b3c3cc418f1fc867a4b1abccefe9830530c0a8d7afe2795a079c43f44d7715afc6c0f6018e398519bdf4a7dde6
6
+ metadata.gz: 605c9afc43905a76f3c016d5069fb45e2813a4f92cb05d28cd7b004ddf06ae2f702e546eeef000f1a6dd06aebe89d1faac46b66d5047d07535486bb42af45fc6
7
+ data.tar.gz: 840a07d6ce5ad699a721681db1c518753096b5b240c6323186740c9b393c386a84ff2df8ec988b270bd8fc52937a8f3fda1c1d4007572677605474c9bc05275c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2024-04-12)
5
+ ------------------
6
+
7
+ * Feature - Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
8
+
4
9
  1.110.0 (2024-03-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
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.110.0'
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-redshift/customizations'
53
53
  # @!group service
54
54
  module Aws::Redshift
55
55
 
56
- GEM_VERSION = '1.110.0'
56
+ GEM_VERSION = '1.111.0'
57
57
 
58
58
  end
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.110.0
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-03-06 00:00:00.000000000 Z
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