aws-sdk-redshift 1.109.0 → 1.110.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 +47 -20
- data/lib/aws-sdk-redshift/types.rb +48 -24
- data/lib/aws-sdk-redshift.rb +1 -1
- 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: 12ff5641eca1cb59ba0daafe618acdd9bff0df739e3dcda9b641093dcb59e2e3
|
|
4
|
+
data.tar.gz: 9f0191b4796c662b88c864bd2dc8dde02d6b2b292af87847c47794774dc207ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d45a1276a7d3910a41d50d84956562cf9a09e4f74104d26f8b528b12f9dfb74f95b739624a34a4d63fa09d3664a41f7b60022fa96406505f807a9a380baad82
|
|
7
|
+
data.tar.gz: 333248b0b27526876ee6190b6a9677134c9b83b3c3cc418f1fc867a4b1abccefe9830530c0a8d7afe2795a079c43f44d7715afc6c0f6018e398519bdf4a7dde6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.110.0 (2024-03-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.
|
|
8
|
+
|
|
4
9
|
1.109.0 (2024-02-07)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.110.0
|
|
@@ -492,15 +492,15 @@ module Aws::Redshift
|
|
|
492
492
|
#
|
|
493
493
|
# @option params [required, String] :data_share_arn
|
|
494
494
|
# The Amazon Resource Name (ARN) of the datashare that the consumer is
|
|
495
|
-
# to use
|
|
495
|
+
# to use.
|
|
496
496
|
#
|
|
497
497
|
# @option params [Boolean] :associate_entire_account
|
|
498
498
|
# A value that specifies whether the datashare is associated with the
|
|
499
499
|
# entire account.
|
|
500
500
|
#
|
|
501
501
|
# @option params [String] :consumer_arn
|
|
502
|
-
# The Amazon Resource Name (ARN) of the consumer
|
|
503
|
-
# the datashare.
|
|
502
|
+
# The Amazon Resource Name (ARN) of the consumer namespace associated
|
|
503
|
+
# with the datashare.
|
|
504
504
|
#
|
|
505
505
|
# @option params [String] :consumer_region
|
|
506
506
|
# From a datashare consumer account, associates a datashare with all
|
|
@@ -644,8 +644,8 @@ module Aws::Redshift
|
|
|
644
644
|
# correct access permissions.
|
|
645
645
|
#
|
|
646
646
|
# @option params [required, String] :data_share_arn
|
|
647
|
-
# The Amazon Resource Name (ARN) of the datashare that
|
|
648
|
-
# authorize sharing for.
|
|
647
|
+
# The Amazon Resource Name (ARN) of the datashare namespace that
|
|
648
|
+
# producers are to authorize sharing for.
|
|
649
649
|
#
|
|
650
650
|
# @option params [required, String] :consumer_identifier
|
|
651
651
|
# The identifier of the data consumer that is authorized to access the
|
|
@@ -766,10 +766,16 @@ module Aws::Redshift
|
|
|
766
766
|
# The Amazon Resource Name (ARN) of the snapshot to authorize access to.
|
|
767
767
|
#
|
|
768
768
|
# @option params [String] :snapshot_cluster_identifier
|
|
769
|
-
# The identifier of the cluster the snapshot was created from.
|
|
770
|
-
#
|
|
771
|
-
# snapshot
|
|
772
|
-
#
|
|
769
|
+
# The identifier of the cluster the snapshot was created from.
|
|
770
|
+
#
|
|
771
|
+
# * *If the snapshot to access doesn't exist and the associated IAM
|
|
772
|
+
# policy doesn't allow access to all (*) snapshots* - This parameter
|
|
773
|
+
# is required. Otherwise, permissions aren't available to check if
|
|
774
|
+
# the snapshot exists.
|
|
775
|
+
#
|
|
776
|
+
# * *If the snapshot to access exists* - This parameter isn't required.
|
|
777
|
+
# Redshift can retrieve the cluster identifier and use it to validate
|
|
778
|
+
# snapshot authorization.
|
|
773
779
|
#
|
|
774
780
|
# @option params [required, String] :account_with_restore_access
|
|
775
781
|
# The identifier of the Amazon Web Services account authorized to
|
|
@@ -1391,7 +1397,15 @@ module Aws::Redshift
|
|
|
1391
1397
|
#
|
|
1392
1398
|
# Default: `5439`
|
|
1393
1399
|
#
|
|
1394
|
-
# Valid Values:
|
|
1400
|
+
# Valid Values:
|
|
1401
|
+
#
|
|
1402
|
+
# * For clusters with ra3 nodes - Select a port within the ranges
|
|
1403
|
+
# `5431-5455` or `8191-8215`. (If you have an existing cluster with
|
|
1404
|
+
# ra3 nodes, it isn't required that you change the port to these
|
|
1405
|
+
# ranges.)
|
|
1406
|
+
#
|
|
1407
|
+
# * For clusters with ds2 or dc2 nodes - Select a port within the range
|
|
1408
|
+
# `1150-65535`.
|
|
1395
1409
|
#
|
|
1396
1410
|
# @option params [String] :cluster_version
|
|
1397
1411
|
# The version of the Amazon Redshift engine software that you want to
|
|
@@ -2983,7 +2997,7 @@ module Aws::Redshift
|
|
|
2983
2997
|
# specified datashare.
|
|
2984
2998
|
#
|
|
2985
2999
|
# @option params [required, String] :data_share_arn
|
|
2986
|
-
# The Amazon Resource Name (ARN) of the datashare to remove
|
|
3000
|
+
# The namespace Amazon Resource Name (ARN) of the datashare to remove
|
|
2987
3001
|
# authorization from.
|
|
2988
3002
|
#
|
|
2989
3003
|
# @option params [required, String] :consumer_identifier
|
|
@@ -5004,7 +5018,8 @@ module Aws::Redshift
|
|
|
5004
5018
|
# the specified account.
|
|
5005
5019
|
#
|
|
5006
5020
|
# @option params [String] :data_share_arn
|
|
5007
|
-
# The
|
|
5021
|
+
# The Amazon resource name (ARN) of the datashare to describe details
|
|
5022
|
+
# of.
|
|
5008
5023
|
#
|
|
5009
5024
|
# @option params [Integer] :max_records
|
|
5010
5025
|
# The maximum number of response records to return in each call. If the
|
|
@@ -5067,8 +5082,8 @@ module Aws::Redshift
|
|
|
5067
5082
|
# is a consumer account identifier.
|
|
5068
5083
|
#
|
|
5069
5084
|
# @option params [String] :consumer_arn
|
|
5070
|
-
# The Amazon Resource Name (ARN) of the consumer that returns
|
|
5071
|
-
# list of datashares.
|
|
5085
|
+
# The Amazon Resource Name (ARN) of the consumer namespace that returns
|
|
5086
|
+
# in the list of datashares.
|
|
5072
5087
|
#
|
|
5073
5088
|
# @option params [String] :status
|
|
5074
5089
|
# An identifier giving the status of a datashare in the consumer
|
|
@@ -5137,8 +5152,8 @@ module Aws::Redshift
|
|
|
5137
5152
|
# is a producer account identifier.
|
|
5138
5153
|
#
|
|
5139
5154
|
# @option params [String] :producer_arn
|
|
5140
|
-
# The Amazon Resource Name (ARN) of the producer that returns
|
|
5141
|
-
# list of datashares.
|
|
5155
|
+
# The Amazon Resource Name (ARN) of the producer namespace that returns
|
|
5156
|
+
# in the list of datashares.
|
|
5142
5157
|
#
|
|
5143
5158
|
# @option params [String] :status
|
|
5144
5159
|
# An identifier giving the status of a datashare in the producer. If
|
|
@@ -7414,8 +7429,8 @@ module Aws::Redshift
|
|
|
7414
7429
|
# removed from the entire account.
|
|
7415
7430
|
#
|
|
7416
7431
|
# @option params [String] :consumer_arn
|
|
7417
|
-
# The Amazon Resource Name (ARN) of the consumer that
|
|
7418
|
-
# the datashare is removed from.
|
|
7432
|
+
# The Amazon Resource Name (ARN) of the consumer namespace that
|
|
7433
|
+
# association for the datashare is removed from.
|
|
7419
7434
|
#
|
|
7420
7435
|
# @option params [String] :consumer_region
|
|
7421
7436
|
# From a datashare consumer account, removes association of a datashare
|
|
@@ -8756,6 +8771,16 @@ module Aws::Redshift
|
|
|
8756
8771
|
# @option params [Integer] :port
|
|
8757
8772
|
# The option to change the port of an Amazon Redshift cluster.
|
|
8758
8773
|
#
|
|
8774
|
+
# Valid Values:
|
|
8775
|
+
#
|
|
8776
|
+
# * For clusters with ra3 nodes - Select a port within the ranges
|
|
8777
|
+
# `5431-5455` or `8191-8215`. (If you have an existing cluster with
|
|
8778
|
+
# ra3 nodes, it isn't required that you change the port to these
|
|
8779
|
+
# ranges.)
|
|
8780
|
+
#
|
|
8781
|
+
# * For clusters with ds2 or dc2 nodes - Select a port within the range
|
|
8782
|
+
# `1150-65535`.
|
|
8783
|
+
#
|
|
8759
8784
|
# @option params [Boolean] :manage_master_password
|
|
8760
8785
|
# If `true`, Amazon Redshift uses Secrets Manager to manage this
|
|
8761
8786
|
# cluster's admin credentials. You can't use `MasterUserPassword` if
|
|
@@ -11220,7 +11245,9 @@ module Aws::Redshift
|
|
|
11220
11245
|
#
|
|
11221
11246
|
# Default: The same port as the original cluster.
|
|
11222
11247
|
#
|
|
11223
|
-
#
|
|
11248
|
+
# Valid values: For clusters with ds2 or dc2 nodes, must be within the
|
|
11249
|
+
# range `1150`-`65535`. For clusters with ra3 nodes, must be within the
|
|
11250
|
+
# ranges `5431`-`5455` or `8191`-`8215`.
|
|
11224
11251
|
#
|
|
11225
11252
|
# @option params [String] :availability_zone
|
|
11226
11253
|
# The Amazon EC2 Availability Zone in which to restore the cluster.
|
|
@@ -12365,7 +12392,7 @@ module Aws::Redshift
|
|
|
12365
12392
|
params: params,
|
|
12366
12393
|
config: config)
|
|
12367
12394
|
context[:gem_name] = 'aws-sdk-redshift'
|
|
12368
|
-
context[:gem_version] = '1.
|
|
12395
|
+
context[:gem_version] = '1.110.0'
|
|
12369
12396
|
Seahorse::Client::Request.new(handlers, context)
|
|
12370
12397
|
end
|
|
12371
12398
|
|
|
@@ -133,7 +133,7 @@ module Aws::Redshift
|
|
|
133
133
|
|
|
134
134
|
# @!attribute [rw] data_share_arn
|
|
135
135
|
# The Amazon Resource Name (ARN) of the datashare that the consumer is
|
|
136
|
-
# to use
|
|
136
|
+
# to use.
|
|
137
137
|
# @return [String]
|
|
138
138
|
#
|
|
139
139
|
# @!attribute [rw] associate_entire_account
|
|
@@ -142,7 +142,7 @@ module Aws::Redshift
|
|
|
142
142
|
# @return [Boolean]
|
|
143
143
|
#
|
|
144
144
|
# @!attribute [rw] consumer_arn
|
|
145
|
-
# The Amazon Resource Name (ARN) of the consumer
|
|
145
|
+
# The Amazon Resource Name (ARN) of the consumer namespace associated
|
|
146
146
|
# with the datashare.
|
|
147
147
|
# @return [String]
|
|
148
148
|
#
|
|
@@ -315,8 +315,8 @@ module Aws::Redshift
|
|
|
315
315
|
end
|
|
316
316
|
|
|
317
317
|
# @!attribute [rw] data_share_arn
|
|
318
|
-
# The Amazon Resource Name (ARN) of the datashare that
|
|
319
|
-
# to authorize sharing for.
|
|
318
|
+
# The Amazon Resource Name (ARN) of the datashare namespace that
|
|
319
|
+
# producers are to authorize sharing for.
|
|
320
320
|
# @return [String]
|
|
321
321
|
#
|
|
322
322
|
# @!attribute [rw] consumer_identifier
|
|
@@ -371,10 +371,16 @@ module Aws::Redshift
|
|
|
371
371
|
# @return [String]
|
|
372
372
|
#
|
|
373
373
|
# @!attribute [rw] snapshot_cluster_identifier
|
|
374
|
-
# The identifier of the cluster the snapshot was created from.
|
|
375
|
-
#
|
|
376
|
-
# snapshot
|
|
377
|
-
#
|
|
374
|
+
# The identifier of the cluster the snapshot was created from.
|
|
375
|
+
#
|
|
376
|
+
# * *If the snapshot to access doesn't exist and the associated IAM
|
|
377
|
+
# policy doesn't allow access to all (*) snapshots* - This
|
|
378
|
+
# parameter is required. Otherwise, permissions aren't available to
|
|
379
|
+
# check if the snapshot exists.
|
|
380
|
+
#
|
|
381
|
+
# * *If the snapshot to access exists* - This parameter isn't
|
|
382
|
+
# required. Redshift can retrieve the cluster identifier and use it
|
|
383
|
+
# to validate snapshot authorization.
|
|
378
384
|
# @return [String]
|
|
379
385
|
#
|
|
380
386
|
# @!attribute [rw] account_with_restore_access
|
|
@@ -2132,7 +2138,15 @@ module Aws::Redshift
|
|
|
2132
2138
|
#
|
|
2133
2139
|
# Default: `5439`
|
|
2134
2140
|
#
|
|
2135
|
-
# Valid Values:
|
|
2141
|
+
# Valid Values:
|
|
2142
|
+
#
|
|
2143
|
+
# * For clusters with ra3 nodes - Select a port within the ranges
|
|
2144
|
+
# `5431-5455` or `8191-8215`. (If you have an existing cluster with
|
|
2145
|
+
# ra3 nodes, it isn't required that you change the port to these
|
|
2146
|
+
# ranges.)
|
|
2147
|
+
#
|
|
2148
|
+
# * For clusters with ds2 or dc2 nodes - Select a port within the
|
|
2149
|
+
# range `1150-65535`.
|
|
2136
2150
|
# @return [Integer]
|
|
2137
2151
|
#
|
|
2138
2152
|
# @!attribute [rw] cluster_version
|
|
@@ -3229,15 +3243,12 @@ module Aws::Redshift
|
|
|
3229
3243
|
end
|
|
3230
3244
|
|
|
3231
3245
|
# @!attribute [rw] data_share_arn
|
|
3232
|
-
#
|
|
3233
|
-
#
|
|
3234
|
-
# ARN is in the
|
|
3235
|
-
# `arn:aws:redshift:\{region\}:\{account-id\}:\{datashare\}:\{namespace-guid\}/\{datashare-name\}`
|
|
3236
|
-
# format.
|
|
3246
|
+
# The Amazon Resource Name (ARN) of the datashare that the consumer is
|
|
3247
|
+
# to use.
|
|
3237
3248
|
# @return [String]
|
|
3238
3249
|
#
|
|
3239
3250
|
# @!attribute [rw] producer_arn
|
|
3240
|
-
# The Amazon Resource Name (ARN) of the producer.
|
|
3251
|
+
# The Amazon Resource Name (ARN) of the producer namespace.
|
|
3241
3252
|
# @return [String]
|
|
3242
3253
|
#
|
|
3243
3254
|
# @!attribute [rw] allow_publicly_accessible_consumers
|
|
@@ -3360,7 +3371,7 @@ module Aws::Redshift
|
|
|
3360
3371
|
end
|
|
3361
3372
|
|
|
3362
3373
|
# @!attribute [rw] data_share_arn
|
|
3363
|
-
# The Amazon Resource Name (ARN) of the datashare to remove
|
|
3374
|
+
# The namespace Amazon Resource Name (ARN) of the datashare to remove
|
|
3364
3375
|
# authorization from.
|
|
3365
3376
|
# @return [String]
|
|
3366
3377
|
#
|
|
@@ -4425,8 +4436,8 @@ module Aws::Redshift
|
|
|
4425
4436
|
end
|
|
4426
4437
|
|
|
4427
4438
|
# @!attribute [rw] consumer_arn
|
|
4428
|
-
# The Amazon Resource Name (ARN) of the consumer that
|
|
4429
|
-
# list of datashares.
|
|
4439
|
+
# The Amazon Resource Name (ARN) of the consumer namespace that
|
|
4440
|
+
# returns in the list of datashares.
|
|
4430
4441
|
# @return [String]
|
|
4431
4442
|
#
|
|
4432
4443
|
# @!attribute [rw] status
|
|
@@ -4488,8 +4499,8 @@ module Aws::Redshift
|
|
|
4488
4499
|
end
|
|
4489
4500
|
|
|
4490
4501
|
# @!attribute [rw] producer_arn
|
|
4491
|
-
# The Amazon Resource Name (ARN) of the producer that
|
|
4492
|
-
# list of datashares.
|
|
4502
|
+
# The Amazon Resource Name (ARN) of the producer namespace that
|
|
4503
|
+
# returns in the list of datashares.
|
|
4493
4504
|
# @return [String]
|
|
4494
4505
|
#
|
|
4495
4506
|
# @!attribute [rw] status
|
|
@@ -4551,7 +4562,8 @@ module Aws::Redshift
|
|
|
4551
4562
|
end
|
|
4552
4563
|
|
|
4553
4564
|
# @!attribute [rw] data_share_arn
|
|
4554
|
-
# The
|
|
4565
|
+
# The Amazon resource name (ARN) of the datashare to describe details
|
|
4566
|
+
# of.
|
|
4555
4567
|
# @return [String]
|
|
4556
4568
|
#
|
|
4557
4569
|
# @!attribute [rw] max_records
|
|
@@ -5911,8 +5923,8 @@ module Aws::Redshift
|
|
|
5911
5923
|
# @return [Boolean]
|
|
5912
5924
|
#
|
|
5913
5925
|
# @!attribute [rw] consumer_arn
|
|
5914
|
-
# The Amazon Resource Name (ARN) of the consumer that
|
|
5915
|
-
# the datashare is removed from.
|
|
5926
|
+
# The Amazon Resource Name (ARN) of the consumer namespace that
|
|
5927
|
+
# association for the datashare is removed from.
|
|
5916
5928
|
# @return [String]
|
|
5917
5929
|
#
|
|
5918
5930
|
# @!attribute [rw] consumer_region
|
|
@@ -8151,6 +8163,16 @@ module Aws::Redshift
|
|
|
8151
8163
|
#
|
|
8152
8164
|
# @!attribute [rw] port
|
|
8153
8165
|
# The option to change the port of an Amazon Redshift cluster.
|
|
8166
|
+
#
|
|
8167
|
+
# Valid Values:
|
|
8168
|
+
#
|
|
8169
|
+
# * For clusters with ra3 nodes - Select a port within the ranges
|
|
8170
|
+
# `5431-5455` or `8191-8215`. (If you have an existing cluster with
|
|
8171
|
+
# ra3 nodes, it isn't required that you change the port to these
|
|
8172
|
+
# ranges.)
|
|
8173
|
+
#
|
|
8174
|
+
# * For clusters with ds2 or dc2 nodes - Select a port within the
|
|
8175
|
+
# range `1150-65535`.
|
|
8154
8176
|
# @return [Integer]
|
|
8155
8177
|
#
|
|
8156
8178
|
# @!attribute [rw] manage_master_password
|
|
@@ -10146,7 +10168,9 @@ module Aws::Redshift
|
|
|
10146
10168
|
#
|
|
10147
10169
|
# Default: The same port as the original cluster.
|
|
10148
10170
|
#
|
|
10149
|
-
#
|
|
10171
|
+
# Valid values: For clusters with ds2 or dc2 nodes, must be within the
|
|
10172
|
+
# range `1150`-`65535`. For clusters with ra3 nodes, must be within
|
|
10173
|
+
# the ranges `5431`-`5455` or `8191`-`8215`.
|
|
10150
10174
|
# @return [Integer]
|
|
10151
10175
|
#
|
|
10152
10176
|
# @!attribute [rw] availability_zone
|
data/lib/aws-sdk-redshift.rb
CHANGED
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.110.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-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|