aws-sdk-redshift 1.15.1 → 1.16.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/lib/aws-sdk-redshift.rb +1 -1
- data/lib/aws-sdk-redshift/client.rb +40 -34
- data/lib/aws-sdk-redshift/types.rb +38 -33
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ed76d189755902837c9d4d036e67a3893d52513
|
4
|
+
data.tar.gz: 402143b94451596fba97a66460b0d25d6c0a000c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a1366ad507236999e5dca20e99a5b6a183bdba1d2335c07454132b6b9be9c7a1578c466a87b01249b8c63d12f0fe2ffd8c15760ce0f623e4d0d49b4c780a933
|
7
|
+
data.tar.gz: cd53aae67155e85bda646296ae81c7b09f12b112130be67c0aeeb37fd405b93f19ca1935ac9eee92ff6c1802e49cd635ad7a86889e19f50f9037728e7f237d17
|
data/lib/aws-sdk-redshift.rb
CHANGED
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
|
|
16
16
|
require 'aws-sdk-core/plugins/global_configuration.rb'
|
17
17
|
require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
18
18
|
require 'aws-sdk-core/plugins/endpoint_discovery.rb'
|
19
|
+
require 'aws-sdk-core/plugins/endpoint_pattern.rb'
|
19
20
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
20
21
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
21
22
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
@@ -47,6 +48,7 @@ module Aws::Redshift
|
|
47
48
|
add_plugin(Aws::Plugins::GlobalConfiguration)
|
48
49
|
add_plugin(Aws::Plugins::RegionalEndpoint)
|
49
50
|
add_plugin(Aws::Plugins::EndpointDiscovery)
|
51
|
+
add_plugin(Aws::Plugins::EndpointPattern)
|
50
52
|
add_plugin(Aws::Plugins::ResponsePaging)
|
51
53
|
add_plugin(Aws::Plugins::StubResponses)
|
52
54
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
@@ -124,6 +126,10 @@ module Aws::Redshift
|
|
124
126
|
# When `true`, an attempt is made to coerce request parameters into
|
125
127
|
# the required types.
|
126
128
|
#
|
129
|
+
# @option options [Boolean] :disable_host_prefix_injection (false)
|
130
|
+
# Set to true to disable SDK automatically adding host prefix
|
131
|
+
# to default service endpoint when available.
|
132
|
+
#
|
127
133
|
# @option options [String] :endpoint
|
128
134
|
# The client endpoint is normally constructed from the `:region`
|
129
135
|
# option. You should only configure an `:endpoint` when connecting
|
@@ -260,7 +266,7 @@ module Aws::Redshift
|
|
260
266
|
# If you authorize access to an Amazon EC2 security group, specify
|
261
267
|
# *EC2SecurityGroupName* and *EC2SecurityGroupOwnerId*. The Amazon EC2
|
262
268
|
# security group and Amazon Redshift cluster must be in the same AWS
|
263
|
-
#
|
269
|
+
# Region.
|
264
270
|
#
|
265
271
|
# If you authorize access to a CIDR/IP address range, specify *CIDRIP*.
|
266
272
|
# For an overview of CIDR blocks, see the Wikipedia article on
|
@@ -427,7 +433,7 @@ module Aws::Redshift
|
|
427
433
|
# Deletes a set of cluster snapshots.
|
428
434
|
#
|
429
435
|
# @option params [required, Array<Types::DeleteClusterSnapshotMessage>] :identifiers
|
430
|
-
# A list of
|
436
|
+
# A list of identifiers for the snapshots that you want to delete.
|
431
437
|
#
|
432
438
|
# @return [Types::BatchDeleteClusterSnapshotsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
433
439
|
#
|
@@ -904,10 +910,10 @@ module Aws::Redshift
|
|
904
910
|
#
|
905
911
|
# @option params [Integer] :manual_snapshot_retention_period
|
906
912
|
# The default number of days to retain a manual snapshot. If the value
|
907
|
-
# is -1, the snapshot is retained indefinitely. This setting
|
913
|
+
# is -1, the snapshot is retained indefinitely. This setting doesn't
|
908
914
|
# change the retention period of existing snapshots.
|
909
915
|
#
|
910
|
-
# The value must be either -1 or an integer between 1 and 3,653
|
916
|
+
# The value must be either -1 or an integer between 1 and 3,653.
|
911
917
|
#
|
912
918
|
# @option params [Integer] :port
|
913
919
|
# The port number on which the cluster accepts incoming connections.
|
@@ -1614,8 +1620,8 @@ module Aws::Redshift
|
|
1614
1620
|
# Values: ERROR, INFO
|
1615
1621
|
#
|
1616
1622
|
# @option params [Boolean] :enabled
|
1617
|
-
# A
|
1618
|
-
# `false` to create the subscription but not
|
1623
|
+
# A boolean value; set to `true` to activate the subscription, and set
|
1624
|
+
# to `false` to create the subscription but not activate it.
|
1619
1625
|
#
|
1620
1626
|
# @option params [Array<Types::Tag>] :tags
|
1621
1627
|
# A list of tag instances.
|
@@ -1878,7 +1884,7 @@ module Aws::Redshift
|
|
1878
1884
|
#
|
1879
1885
|
# @option params [Array<String>] :schedule_definitions
|
1880
1886
|
# The definition of the snapshot schedule. The definition is made up of
|
1881
|
-
# schedule expressions
|
1887
|
+
# schedule expressions, for example "cron(30 12 *)" or "rate(12
|
1882
1888
|
# hours)".
|
1883
1889
|
#
|
1884
1890
|
# @option params [String] :schedule_identifier
|
@@ -4068,7 +4074,7 @@ module Aws::Redshift
|
|
4068
4074
|
|
4069
4075
|
# Returns a list of orderable cluster options. Before you create a new
|
4070
4076
|
# cluster you can use this operation to find what options are available,
|
4071
|
-
# such as the EC2 Availability Zones (AZ) in the specific AWS
|
4077
|
+
# such as the EC2 Availability Zones (AZ) in the specific AWS Region
|
4072
4078
|
# that you can specify, and the node types you can request. The node
|
4073
4079
|
# types differ by available storage, memory, CPU and price. With the
|
4074
4080
|
# cost involved you might want to obtain a list of cluster options in
|
@@ -4990,11 +4996,11 @@ module Aws::Redshift
|
|
4990
4996
|
# not already have cross-region snapshot copy enabled.
|
4991
4997
|
#
|
4992
4998
|
# @option params [required, String] :destination_region
|
4993
|
-
# The destination
|
4999
|
+
# The destination AWS Region that you want to copy snapshots to.
|
4994
5000
|
#
|
4995
|
-
# Constraints: Must be the name of a valid
|
4996
|
-
# see [Regions and Endpoints][1] in the Amazon Web Services
|
4997
|
-
# Reference.
|
5001
|
+
# Constraints: Must be the name of a valid AWS Region. For more
|
5002
|
+
# information, see [Regions and Endpoints][1] in the Amazon Web Services
|
5003
|
+
# General Reference.
|
4998
5004
|
#
|
4999
5005
|
#
|
5000
5006
|
#
|
@@ -5014,8 +5020,8 @@ module Aws::Redshift
|
|
5014
5020
|
#
|
5015
5021
|
# @option params [Integer] :manual_snapshot_retention_period
|
5016
5022
|
# The number of days to retain newly copied snapshots in the destination
|
5017
|
-
#
|
5018
|
-
# -1, the manual snapshot is retained indefinitely.
|
5023
|
+
# AWS Region after they are copied from the source AWS Region. If the
|
5024
|
+
# value is -1, the manual snapshot is retained indefinitely.
|
5019
5025
|
#
|
5020
5026
|
# The value must be either -1 or an integer between 1 and 3,653.
|
5021
5027
|
#
|
@@ -5490,8 +5496,8 @@ module Aws::Redshift
|
|
5490
5496
|
# @option params [Integer] :manual_snapshot_retention_period
|
5491
5497
|
# The default for number of days that a newly created manual snapshot is
|
5492
5498
|
# retained. If the value is -1, the manual snapshot is retained
|
5493
|
-
# indefinitely. This value
|
5494
|
-
# periods of existing manual snapshots
|
5499
|
+
# indefinitely. This value doesn't retroactively change the retention
|
5500
|
+
# periods of existing manual snapshots.
|
5495
5501
|
#
|
5496
5502
|
# The value must be either -1 or an integer between 1 and 3,653.
|
5497
5503
|
#
|
@@ -6304,7 +6310,7 @@ module Aws::Redshift
|
|
6304
6310
|
# to modify.
|
6305
6311
|
#
|
6306
6312
|
# @option params [String] :schedule_identifier
|
6307
|
-
# A unique alphanumeric identifier for the schedule you want to
|
6313
|
+
# A unique alphanumeric identifier for the schedule that you want to
|
6308
6314
|
# associate with the cluster.
|
6309
6315
|
#
|
6310
6316
|
# @option params [Boolean] :disassociate_schedule
|
@@ -6471,34 +6477,34 @@ module Aws::Redshift
|
|
6471
6477
|
req.send_request(options)
|
6472
6478
|
end
|
6473
6479
|
|
6474
|
-
# Modifies the number of days to retain snapshots in the destination
|
6475
|
-
#
|
6476
|
-
# only changes the retention period of copied automated
|
6477
|
-
# retention periods for both new and existing copied
|
6478
|
-
#
|
6479
|
-
# option to change only the retention periods of copied
|
6480
|
-
# snapshots. If you set this option only newly copied manual
|
6481
|
-
#
|
6480
|
+
# Modifies the number of days to retain snapshots in the destination AWS
|
6481
|
+
# Region after they are copied from the source AWS Region. By default,
|
6482
|
+
# this operation only changes the retention period of copied automated
|
6483
|
+
# snapshots. The retention periods for both new and existing copied
|
6484
|
+
# automated snapshots are updated with the new retention period. You can
|
6485
|
+
# set the manual option to change only the retention periods of copied
|
6486
|
+
# manual snapshots. If you set this option, only newly copied manual
|
6487
|
+
# snapshots have the new retention period.
|
6482
6488
|
#
|
6483
6489
|
# @option params [required, String] :cluster_identifier
|
6484
6490
|
# The unique identifier of the cluster for which you want to change the
|
6485
6491
|
# retention period for either automated or manual snapshots that are
|
6486
|
-
# copied to a destination
|
6492
|
+
# copied to a destination AWS Region.
|
6487
6493
|
#
|
6488
6494
|
# Constraints: Must be the valid name of an existing cluster that has
|
6489
6495
|
# cross-region snapshot copy enabled.
|
6490
6496
|
#
|
6491
6497
|
# @option params [required, Integer] :retention_period
|
6492
6498
|
# The number of days to retain automated snapshots in the destination
|
6493
|
-
#
|
6499
|
+
# AWS Region after they are copied from the source AWS Region.
|
6494
6500
|
#
|
6495
6501
|
# By default, this only changes the retention period of copied automated
|
6496
6502
|
# snapshots.
|
6497
6503
|
#
|
6498
6504
|
# If you decrease the retention period for automated snapshots that are
|
6499
|
-
# copied to a destination
|
6500
|
-
# existing automated snapshots that were copied to the destination
|
6501
|
-
#
|
6505
|
+
# copied to a destination AWS Region, Amazon Redshift deletes any
|
6506
|
+
# existing automated snapshots that were copied to the destination AWS
|
6507
|
+
# Region and that fall outside of the new retention period.
|
6502
6508
|
#
|
6503
6509
|
# Constraints: Must be at least 1 and no more than 35 for automated
|
6504
6510
|
# snapshots.
|
@@ -6631,15 +6637,15 @@ module Aws::Redshift
|
|
6631
6637
|
req.send_request(options)
|
6632
6638
|
end
|
6633
6639
|
|
6634
|
-
# Modifies a snapshot schedule. Any schedule
|
6635
|
-
#
|
6640
|
+
# Modifies a snapshot schedule. Any schedule associated with a cluster
|
6641
|
+
# is modified asynchronously.
|
6636
6642
|
#
|
6637
6643
|
# @option params [required, String] :schedule_identifier
|
6638
6644
|
# A unique alphanumeric identifier of the schedule to modify.
|
6639
6645
|
#
|
6640
6646
|
# @option params [required, Array<String>] :schedule_definitions
|
6641
6647
|
# An updated list of schedule definitions. A schedule definition is made
|
6642
|
-
# up of schedule expressions
|
6648
|
+
# up of schedule expressions, for example, "cron(30 12 *)" or
|
6643
6649
|
# "rate(12 hours)".
|
6644
6650
|
#
|
6645
6651
|
# @return [Types::SnapshotSchedule] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -7833,7 +7839,7 @@ module Aws::Redshift
|
|
7833
7839
|
params: params,
|
7834
7840
|
config: config)
|
7835
7841
|
context[:gem_name] = 'aws-sdk-redshift'
|
7836
|
-
context[:gem_version] = '1.
|
7842
|
+
context[:gem_version] = '1.16.0'
|
7837
7843
|
Seahorse::Client::Request.new(handlers, context)
|
7838
7844
|
end
|
7839
7845
|
|
@@ -241,7 +241,7 @@ module Aws::Redshift
|
|
241
241
|
# }
|
242
242
|
#
|
243
243
|
# @!attribute [rw] identifiers
|
244
|
-
# A list of
|
244
|
+
# A list of identifiers for the snapshots that you want to delete.
|
245
245
|
# @return [Array<Types::DeleteClusterSnapshotMessage>]
|
246
246
|
#
|
247
247
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/BatchDeleteClusterSnapshotsRequest AWS API Documentation
|
@@ -356,6 +356,10 @@ module Aws::Redshift
|
|
356
356
|
#
|
357
357
|
# * `available`
|
358
358
|
#
|
359
|
+
# * `available, prep-for-resize`
|
360
|
+
#
|
361
|
+
# * `available, resize-cleanup`
|
362
|
+
#
|
359
363
|
# * `cancelling-resize`
|
360
364
|
#
|
361
365
|
# * `creating`
|
@@ -419,10 +423,10 @@ module Aws::Redshift
|
|
419
423
|
#
|
420
424
|
# @!attribute [rw] manual_snapshot_retention_period
|
421
425
|
# The default number of days to retain a manual snapshot. If the value
|
422
|
-
# is -1, the snapshot is retained indefinitely. This setting
|
426
|
+
# is -1, the snapshot is retained indefinitely. This setting doesn't
|
423
427
|
# change the retention period of existing snapshots.
|
424
428
|
#
|
425
|
-
# The value must be either -1 or an integer between 1 and 3,653
|
429
|
+
# The value must be either -1 or an integer between 1 and 3,653.
|
426
430
|
# @return [Integer]
|
427
431
|
#
|
428
432
|
# @!attribute [rw] cluster_security_groups
|
@@ -479,7 +483,7 @@ module Aws::Redshift
|
|
479
483
|
# @return [String]
|
480
484
|
#
|
481
485
|
# @!attribute [rw] allow_version_upgrade
|
482
|
-
# A
|
486
|
+
# A boolean value that, if `true`, indicates that major version
|
483
487
|
# upgrades will be applied automatically to the cluster during the
|
484
488
|
# maintenance window.
|
485
489
|
# @return [Boolean]
|
@@ -489,12 +493,12 @@ module Aws::Redshift
|
|
489
493
|
# @return [Integer]
|
490
494
|
#
|
491
495
|
# @!attribute [rw] publicly_accessible
|
492
|
-
# A
|
496
|
+
# A boolean value that, if `true`, indicates that the cluster can be
|
493
497
|
# accessed from a public network.
|
494
498
|
# @return [Boolean]
|
495
499
|
#
|
496
500
|
# @!attribute [rw] encrypted
|
497
|
-
# A
|
501
|
+
# A boolean value that, if `true`, indicates that data in the cluster
|
498
502
|
# is encrypted at rest.
|
499
503
|
# @return [Boolean]
|
500
504
|
#
|
@@ -1524,10 +1528,10 @@ module Aws::Redshift
|
|
1524
1528
|
#
|
1525
1529
|
# @!attribute [rw] manual_snapshot_retention_period
|
1526
1530
|
# The default number of days to retain a manual snapshot. If the value
|
1527
|
-
# is -1, the snapshot is retained indefinitely. This setting
|
1531
|
+
# is -1, the snapshot is retained indefinitely. This setting doesn't
|
1528
1532
|
# change the retention period of existing snapshots.
|
1529
1533
|
#
|
1530
|
-
# The value must be either -1 or an integer between 1 and 3,653
|
1534
|
+
# The value must be either -1 or an integer between 1 and 3,653.
|
1531
1535
|
# @return [Integer]
|
1532
1536
|
#
|
1533
1537
|
# @!attribute [rw] port
|
@@ -2067,8 +2071,8 @@ module Aws::Redshift
|
|
2067
2071
|
# @return [String]
|
2068
2072
|
#
|
2069
2073
|
# @!attribute [rw] enabled
|
2070
|
-
# A
|
2071
|
-
# `false` to create the subscription but not
|
2074
|
+
# A boolean value; set to `true` to activate the subscription, and set
|
2075
|
+
# to `false` to create the subscription but not activate it.
|
2072
2076
|
# @return [Boolean]
|
2073
2077
|
#
|
2074
2078
|
# @!attribute [rw] tags
|
@@ -2313,8 +2317,8 @@ module Aws::Redshift
|
|
2313
2317
|
#
|
2314
2318
|
# @!attribute [rw] schedule_definitions
|
2315
2319
|
# The definition of the snapshot schedule. The definition is made up
|
2316
|
-
# of schedule expressions
|
2317
|
-
#
|
2320
|
+
# of schedule expressions, for example "cron(30 12 *)" or "rate(12
|
2321
|
+
# hours)".
|
2318
2322
|
# @return [Array<String>]
|
2319
2323
|
#
|
2320
2324
|
# @!attribute [rw] schedule_identifier
|
@@ -4529,9 +4533,9 @@ module Aws::Redshift
|
|
4529
4533
|
# @return [String]
|
4530
4534
|
#
|
4531
4535
|
# @!attribute [rw] destination_region
|
4532
|
-
# The destination
|
4536
|
+
# The destination AWS Region that you want to copy snapshots to.
|
4533
4537
|
#
|
4534
|
-
# Constraints: Must be the name of a valid
|
4538
|
+
# Constraints: Must be the name of a valid AWS Region. For more
|
4535
4539
|
# information, see [Regions and Endpoints][1] in the Amazon Web
|
4536
4540
|
# Services General Reference.
|
4537
4541
|
#
|
@@ -4556,8 +4560,9 @@ module Aws::Redshift
|
|
4556
4560
|
#
|
4557
4561
|
# @!attribute [rw] manual_snapshot_retention_period
|
4558
4562
|
# The number of days to retain newly copied snapshots in the
|
4559
|
-
# destination
|
4560
|
-
# the value is -1, the manual snapshot is retained
|
4563
|
+
# destination AWS Region after they are copied from the source AWS
|
4564
|
+
# Region. If the value is -1, the manual snapshot is retained
|
4565
|
+
# indefinitely.
|
4561
4566
|
#
|
4562
4567
|
# The value must be either -1 or an integer between 1 and 3,653.
|
4563
4568
|
# @return [Integer]
|
@@ -4769,8 +4774,8 @@ module Aws::Redshift
|
|
4769
4774
|
# @return [String]
|
4770
4775
|
#
|
4771
4776
|
# @!attribute [rw] enabled
|
4772
|
-
# A
|
4773
|
-
# `true` indicates the subscription is enabled.
|
4777
|
+
# A boolean value indicating whether the subscription is enabled;
|
4778
|
+
# `true` indicates that the subscription is enabled.
|
4774
4779
|
# @return [Boolean]
|
4775
4780
|
#
|
4776
4781
|
# @!attribute [rw] tags
|
@@ -5559,8 +5564,8 @@ module Aws::Redshift
|
|
5559
5564
|
# @!attribute [rw] manual_snapshot_retention_period
|
5560
5565
|
# The default for number of days that a newly created manual snapshot
|
5561
5566
|
# is retained. If the value is -1, the manual snapshot is retained
|
5562
|
-
# indefinitely. This value
|
5563
|
-
# periods of existing manual snapshots
|
5567
|
+
# indefinitely. This value doesn't retroactively change the retention
|
5568
|
+
# periods of existing manual snapshots.
|
5564
5569
|
#
|
5565
5570
|
# The value must be either -1 or an integer between 1 and 3,653.
|
5566
5571
|
#
|
@@ -5845,7 +5850,7 @@ module Aws::Redshift
|
|
5845
5850
|
# @return [String]
|
5846
5851
|
#
|
5847
5852
|
# @!attribute [rw] schedule_identifier
|
5848
|
-
# A unique alphanumeric identifier for the schedule you want to
|
5853
|
+
# A unique alphanumeric identifier for the schedule that you want to
|
5849
5854
|
# associate with the cluster.
|
5850
5855
|
# @return [String]
|
5851
5856
|
#
|
@@ -6008,7 +6013,7 @@ module Aws::Redshift
|
|
6008
6013
|
# @!attribute [rw] cluster_identifier
|
6009
6014
|
# The unique identifier of the cluster for which you want to change
|
6010
6015
|
# the retention period for either automated or manual snapshots that
|
6011
|
-
# are copied to a destination
|
6016
|
+
# are copied to a destination AWS Region.
|
6012
6017
|
#
|
6013
6018
|
# Constraints: Must be the valid name of an existing cluster that has
|
6014
6019
|
# cross-region snapshot copy enabled.
|
@@ -6016,15 +6021,15 @@ module Aws::Redshift
|
|
6016
6021
|
#
|
6017
6022
|
# @!attribute [rw] retention_period
|
6018
6023
|
# The number of days to retain automated snapshots in the destination
|
6019
|
-
#
|
6024
|
+
# AWS Region after they are copied from the source AWS Region.
|
6020
6025
|
#
|
6021
6026
|
# By default, this only changes the retention period of copied
|
6022
6027
|
# automated snapshots.
|
6023
6028
|
#
|
6024
6029
|
# If you decrease the retention period for automated snapshots that
|
6025
|
-
# are copied to a destination
|
6026
|
-
# existing automated snapshots that were copied to the destination
|
6027
|
-
#
|
6030
|
+
# are copied to a destination AWS Region, Amazon Redshift deletes any
|
6031
|
+
# existing automated snapshots that were copied to the destination AWS
|
6032
|
+
# Region and that fall outside of the new retention period.
|
6028
6033
|
#
|
6029
6034
|
# Constraints: Must be at least 1 and no more than 35 for automated
|
6030
6035
|
# snapshots.
|
@@ -6078,7 +6083,7 @@ module Aws::Redshift
|
|
6078
6083
|
#
|
6079
6084
|
# @!attribute [rw] schedule_definitions
|
6080
6085
|
# An updated list of schedule definitions. A schedule definition is
|
6081
|
-
# made up of schedule expressions
|
6086
|
+
# made up of schedule expressions, for example, "cron(30 12 *)" or
|
6082
6087
|
# "rate(12 hours)".
|
6083
6088
|
# @return [Array<String>]
|
6084
6089
|
#
|
@@ -7425,13 +7430,13 @@ module Aws::Redshift
|
|
7425
7430
|
# @return [String]
|
7426
7431
|
#
|
7427
7432
|
# @!attribute [rw] snapshot_create_time
|
7428
|
-
# The time (UTC) when Amazon Redshift began the snapshot. A
|
7429
|
-
# contains a copy of the cluster data as of this exact time.
|
7433
|
+
# The time (in UTC format) when Amazon Redshift began the snapshot. A
|
7434
|
+
# snapshot contains a copy of the cluster data as of this exact time.
|
7430
7435
|
# @return [Time]
|
7431
7436
|
#
|
7432
7437
|
# @!attribute [rw] status
|
7433
7438
|
# The snapshot status. The value of the status depends on the API
|
7434
|
-
# operation used
|
7439
|
+
# operation used:
|
7435
7440
|
#
|
7436
7441
|
# * CreateClusterSnapshot and CopyClusterSnapshot returns status as
|
7437
7442
|
# "creating".
|
@@ -7465,7 +7470,7 @@ module Aws::Redshift
|
|
7465
7470
|
#
|
7466
7471
|
# @!attribute [rw] snapshot_type
|
7467
7472
|
# The snapshot type. Snapshots created using CreateClusterSnapshot and
|
7468
|
-
# CopyClusterSnapshot
|
7473
|
+
# CopyClusterSnapshot are of type "manual".
|
7469
7474
|
# @return [String]
|
7470
7475
|
#
|
7471
7476
|
# @!attribute [rw] node_type
|
@@ -7993,8 +7998,8 @@ module Aws::Redshift
|
|
7993
7998
|
# @return [Types::Tag]
|
7994
7999
|
#
|
7995
8000
|
# @!attribute [rw] resource_name
|
7996
|
-
# The Amazon Resource Name (ARN) with which the tag is associated
|
7997
|
-
# example
|
8001
|
+
# The Amazon Resource Name (ARN) with which the tag is associated, for
|
8002
|
+
# example: `arn:aws:redshift:us-east-1:123456789:cluster:t1`.
|
7998
8003
|
# @return [String]
|
7999
8004
|
#
|
8000
8005
|
# @!attribute [rw] resource_type
|
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.16.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: 2018-11-
|
11
|
+
date: 2018-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.39.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.39.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|