aws-sdk-redshift 1.50.0 → 1.51.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 +31 -1
- data/lib/aws-sdk-redshift/client_api.rb +43 -0
- data/lib/aws-sdk-redshift/types.rb +6 -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: 9a4a31227133698066deb1c423ebcba10a028541327ab45cfdda943cd29a61cb
|
|
4
|
+
data.tar.gz: 9a6b91962043fda4c8555dd94ffba9bd71c468c95011e2104489c2c9adc91848
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad256bdaeda3c5da023e9cc9f55742e94b126f54bf90aa0f59b44355e5b9a0c0f1525f930a1f7c2607a76802b2f4955cb109290d646b1c7438a2bb4833f5bfdc
|
|
7
|
+
data.tar.gz: d7028ca2376d798607b3652dace85f2366a226c2fe3c942fccc36e3f23ae8ed4becbcd405ac0ee5b7b99ba3762645a17533d1b84b31962ac44eb11e5ff258a06
|
data/lib/aws-sdk-redshift.rb
CHANGED
|
@@ -1304,6 +1304,7 @@ module Aws::Redshift
|
|
|
1304
1304
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
1305
1305
|
# resp.cluster.resize_info.resize_type #=> String
|
|
1306
1306
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
1307
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
1307
1308
|
#
|
|
1308
1309
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
|
|
1309
1310
|
#
|
|
@@ -2495,6 +2496,7 @@ module Aws::Redshift
|
|
|
2495
2496
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
2496
2497
|
# resp.cluster.resize_info.resize_type #=> String
|
|
2497
2498
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
2499
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
2498
2500
|
#
|
|
2499
2501
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
|
|
2500
2502
|
#
|
|
@@ -2932,6 +2934,8 @@ module Aws::Redshift
|
|
|
2932
2934
|
# * {Types::ClusterDbRevisionsMessage#marker #marker} => String
|
|
2933
2935
|
# * {Types::ClusterDbRevisionsMessage#cluster_db_revisions #cluster_db_revisions} => Array<Types::ClusterDbRevision>
|
|
2934
2936
|
#
|
|
2937
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
2938
|
+
#
|
|
2935
2939
|
# @example Request syntax with placeholder values
|
|
2936
2940
|
#
|
|
2937
2941
|
# resp = client.describe_cluster_db_revisions({
|
|
@@ -3605,6 +3609,8 @@ module Aws::Redshift
|
|
|
3605
3609
|
# * {Types::TrackListMessage#maintenance_tracks #maintenance_tracks} => Array<Types::MaintenanceTrack>
|
|
3606
3610
|
# * {Types::TrackListMessage#marker #marker} => String
|
|
3607
3611
|
#
|
|
3612
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
3613
|
+
#
|
|
3608
3614
|
# @example Request syntax with placeholder values
|
|
3609
3615
|
#
|
|
3610
3616
|
# resp = client.describe_cluster_tracks({
|
|
@@ -3895,6 +3901,7 @@ module Aws::Redshift
|
|
|
3895
3901
|
# resp.clusters[0].next_maintenance_window_start_time #=> Time
|
|
3896
3902
|
# resp.clusters[0].resize_info.resize_type #=> String
|
|
3897
3903
|
# resp.clusters[0].resize_info.allow_cancel_resize #=> Boolean
|
|
3904
|
+
# resp.clusters[0].cluster_namespace_arn #=> String
|
|
3898
3905
|
#
|
|
3899
3906
|
#
|
|
3900
3907
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -5049,6 +5056,8 @@ module Aws::Redshift
|
|
|
5049
5056
|
# * {Types::SnapshotCopyGrantMessage#marker #marker} => String
|
|
5050
5057
|
# * {Types::SnapshotCopyGrantMessage#snapshot_copy_grants #snapshot_copy_grants} => Array<Types::SnapshotCopyGrant>
|
|
5051
5058
|
#
|
|
5059
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
5060
|
+
#
|
|
5052
5061
|
# @example Request syntax with placeholder values
|
|
5053
5062
|
#
|
|
5054
5063
|
# resp = client.describe_snapshot_copy_grants({
|
|
@@ -5113,6 +5122,8 @@ module Aws::Redshift
|
|
|
5113
5122
|
# * {Types::DescribeSnapshotSchedulesOutputMessage#snapshot_schedules #snapshot_schedules} => Array<Types::SnapshotSchedule>
|
|
5114
5123
|
# * {Types::DescribeSnapshotSchedulesOutputMessage#marker #marker} => String
|
|
5115
5124
|
#
|
|
5125
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
5126
|
+
#
|
|
5116
5127
|
# @example Request syntax with placeholder values
|
|
5117
5128
|
#
|
|
5118
5129
|
# resp = client.describe_snapshot_schedules({
|
|
@@ -5206,6 +5217,8 @@ module Aws::Redshift
|
|
|
5206
5217
|
# * {Types::TableRestoreStatusMessage#table_restore_status_details #table_restore_status_details} => Array<Types::TableRestoreStatus>
|
|
5207
5218
|
# * {Types::TableRestoreStatusMessage#marker #marker} => String
|
|
5208
5219
|
#
|
|
5220
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
5221
|
+
#
|
|
5209
5222
|
# @example Request syntax with placeholder values
|
|
5210
5223
|
#
|
|
5211
5224
|
# resp = client.describe_table_restore_status({
|
|
@@ -5342,6 +5355,8 @@ module Aws::Redshift
|
|
|
5342
5355
|
# * {Types::TaggedResourceListMessage#tagged_resources #tagged_resources} => Array<Types::TaggedResource>
|
|
5343
5356
|
# * {Types::TaggedResourceListMessage#marker #marker} => String
|
|
5344
5357
|
#
|
|
5358
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
5359
|
+
#
|
|
5345
5360
|
# @example Request syntax with placeholder values
|
|
5346
5361
|
#
|
|
5347
5362
|
# resp = client.describe_tags({
|
|
@@ -5642,6 +5657,7 @@ module Aws::Redshift
|
|
|
5642
5657
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
5643
5658
|
# resp.cluster.resize_info.resize_type #=> String
|
|
5644
5659
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
5660
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
5645
5661
|
#
|
|
5646
5662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
|
|
5647
5663
|
#
|
|
@@ -5876,6 +5892,7 @@ module Aws::Redshift
|
|
|
5876
5892
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
5877
5893
|
# resp.cluster.resize_info.resize_type #=> String
|
|
5878
5894
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
5895
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
5879
5896
|
#
|
|
5880
5897
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
|
|
5881
5898
|
#
|
|
@@ -6066,6 +6083,8 @@ module Aws::Redshift
|
|
|
6066
6083
|
# * {Types::GetReservedNodeExchangeOfferingsOutputMessage#marker #marker} => String
|
|
6067
6084
|
# * {Types::GetReservedNodeExchangeOfferingsOutputMessage#reserved_node_offerings #reserved_node_offerings} => Array<Types::ReservedNodeOffering>
|
|
6068
6085
|
#
|
|
6086
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
6087
|
+
#
|
|
6069
6088
|
# @example Request syntax with placeholder values
|
|
6070
6089
|
#
|
|
6071
6090
|
# resp = client.get_reserved_node_exchange_offerings({
|
|
@@ -6494,6 +6513,7 @@ module Aws::Redshift
|
|
|
6494
6513
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
6495
6514
|
# resp.cluster.resize_info.resize_type #=> String
|
|
6496
6515
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
6516
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
6497
6517
|
#
|
|
6498
6518
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
|
|
6499
6519
|
#
|
|
@@ -6625,6 +6645,7 @@ module Aws::Redshift
|
|
|
6625
6645
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
6626
6646
|
# resp.cluster.resize_info.resize_type #=> String
|
|
6627
6647
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
6648
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
6628
6649
|
#
|
|
6629
6650
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
|
|
6630
6651
|
#
|
|
@@ -6763,6 +6784,7 @@ module Aws::Redshift
|
|
|
6763
6784
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
6764
6785
|
# resp.cluster.resize_info.resize_type #=> String
|
|
6765
6786
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
6787
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
6766
6788
|
#
|
|
6767
6789
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
|
|
6768
6790
|
#
|
|
@@ -6910,6 +6932,7 @@ module Aws::Redshift
|
|
|
6910
6932
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
6911
6933
|
# resp.cluster.resize_info.resize_type #=> String
|
|
6912
6934
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
6935
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
6913
6936
|
#
|
|
6914
6937
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
|
|
6915
6938
|
#
|
|
@@ -7492,6 +7515,7 @@ module Aws::Redshift
|
|
|
7492
7515
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
7493
7516
|
# resp.cluster.resize_info.resize_type #=> String
|
|
7494
7517
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
7518
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
7495
7519
|
#
|
|
7496
7520
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
|
|
7497
7521
|
#
|
|
@@ -7722,6 +7746,7 @@ module Aws::Redshift
|
|
|
7722
7746
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
7723
7747
|
# resp.cluster.resize_info.resize_type #=> String
|
|
7724
7748
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
7749
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
7725
7750
|
#
|
|
7726
7751
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
|
|
7727
7752
|
#
|
|
@@ -7915,6 +7940,7 @@ module Aws::Redshift
|
|
|
7915
7940
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
7916
7941
|
# resp.cluster.resize_info.resize_type #=> String
|
|
7917
7942
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
7943
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
7918
7944
|
#
|
|
7919
7945
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
|
|
7920
7946
|
#
|
|
@@ -8145,6 +8171,7 @@ module Aws::Redshift
|
|
|
8145
8171
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
8146
8172
|
# resp.cluster.resize_info.resize_type #=> String
|
|
8147
8173
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
8174
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
8148
8175
|
#
|
|
8149
8176
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
|
|
8150
8177
|
#
|
|
@@ -8522,6 +8549,7 @@ module Aws::Redshift
|
|
|
8522
8549
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
8523
8550
|
# resp.cluster.resize_info.resize_type #=> String
|
|
8524
8551
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
8552
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
8525
8553
|
#
|
|
8526
8554
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
|
|
8527
8555
|
#
|
|
@@ -8731,6 +8759,7 @@ module Aws::Redshift
|
|
|
8731
8759
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
8732
8760
|
# resp.cluster.resize_info.resize_type #=> String
|
|
8733
8761
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
8762
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
8734
8763
|
#
|
|
8735
8764
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
|
|
8736
8765
|
#
|
|
@@ -9021,6 +9050,7 @@ module Aws::Redshift
|
|
|
9021
9050
|
# resp.cluster.next_maintenance_window_start_time #=> Time
|
|
9022
9051
|
# resp.cluster.resize_info.resize_type #=> String
|
|
9023
9052
|
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
|
9053
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
|
9024
9054
|
#
|
|
9025
9055
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
|
|
9026
9056
|
#
|
|
@@ -9044,7 +9074,7 @@ module Aws::Redshift
|
|
|
9044
9074
|
params: params,
|
|
9045
9075
|
config: config)
|
|
9046
9076
|
context[:gem_name] = 'aws-sdk-redshift'
|
|
9047
|
-
context[:gem_version] = '1.
|
|
9077
|
+
context[:gem_version] = '1.51.0'
|
|
9048
9078
|
Seahorse::Client::Request.new(handlers, context)
|
|
9049
9079
|
end
|
|
9050
9080
|
|
|
@@ -579,6 +579,7 @@ module Aws::Redshift
|
|
|
579
579
|
Cluster.add_member(:expected_next_snapshot_schedule_time_status, Shapes::ShapeRef.new(shape: String, location_name: "ExpectedNextSnapshotScheduleTimeStatus"))
|
|
580
580
|
Cluster.add_member(:next_maintenance_window_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "NextMaintenanceWindowStartTime"))
|
|
581
581
|
Cluster.add_member(:resize_info, Shapes::ShapeRef.new(shape: ResizeInfo, location_name: "ResizeInfo"))
|
|
582
|
+
Cluster.add_member(:cluster_namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClusterNamespaceArn"))
|
|
582
583
|
Cluster.struct_class = Types::Cluster
|
|
583
584
|
|
|
584
585
|
ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
|
|
@@ -2520,6 +2521,12 @@ module Aws::Redshift
|
|
|
2520
2521
|
o.output = Shapes::ShapeRef.new(shape: ClusterDbRevisionsMessage)
|
|
2521
2522
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
|
2522
2523
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
|
2524
|
+
o[:pager] = Aws::Pager.new(
|
|
2525
|
+
limit_key: "max_records",
|
|
2526
|
+
tokens: {
|
|
2527
|
+
"marker" => "marker"
|
|
2528
|
+
}
|
|
2529
|
+
)
|
|
2523
2530
|
end)
|
|
2524
2531
|
|
|
2525
2532
|
api.add_operation(:describe_cluster_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2610,6 +2617,12 @@ module Aws::Redshift
|
|
|
2610
2617
|
o.output = Shapes::ShapeRef.new(shape: TrackListMessage)
|
|
2611
2618
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterTrackFault)
|
|
2612
2619
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
|
|
2620
|
+
o[:pager] = Aws::Pager.new(
|
|
2621
|
+
limit_key: "max_records",
|
|
2622
|
+
tokens: {
|
|
2623
|
+
"marker" => "marker"
|
|
2624
|
+
}
|
|
2625
|
+
)
|
|
2613
2626
|
end)
|
|
2614
2627
|
|
|
2615
2628
|
api.add_operation(:describe_cluster_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2834,6 +2847,12 @@ module Aws::Redshift
|
|
|
2834
2847
|
o.output = Shapes::ShapeRef.new(shape: SnapshotCopyGrantMessage)
|
|
2835
2848
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotCopyGrantNotFoundFault)
|
|
2836
2849
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
|
|
2850
|
+
o[:pager] = Aws::Pager.new(
|
|
2851
|
+
limit_key: "max_records",
|
|
2852
|
+
tokens: {
|
|
2853
|
+
"marker" => "marker"
|
|
2854
|
+
}
|
|
2855
|
+
)
|
|
2837
2856
|
end)
|
|
2838
2857
|
|
|
2839
2858
|
api.add_operation(:describe_snapshot_schedules, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2842,6 +2861,12 @@ module Aws::Redshift
|
|
|
2842
2861
|
o.http_request_uri = "/"
|
|
2843
2862
|
o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotSchedulesMessage)
|
|
2844
2863
|
o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotSchedulesOutputMessage)
|
|
2864
|
+
o[:pager] = Aws::Pager.new(
|
|
2865
|
+
limit_key: "max_records",
|
|
2866
|
+
tokens: {
|
|
2867
|
+
"marker" => "marker"
|
|
2868
|
+
}
|
|
2869
|
+
)
|
|
2845
2870
|
end)
|
|
2846
2871
|
|
|
2847
2872
|
api.add_operation(:describe_storage, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2860,6 +2885,12 @@ module Aws::Redshift
|
|
|
2860
2885
|
o.output = Shapes::ShapeRef.new(shape: TableRestoreStatusMessage)
|
|
2861
2886
|
o.errors << Shapes::ShapeRef.new(shape: TableRestoreNotFoundFault)
|
|
2862
2887
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
|
2888
|
+
o[:pager] = Aws::Pager.new(
|
|
2889
|
+
limit_key: "max_records",
|
|
2890
|
+
tokens: {
|
|
2891
|
+
"marker" => "marker"
|
|
2892
|
+
}
|
|
2893
|
+
)
|
|
2863
2894
|
end)
|
|
2864
2895
|
|
|
2865
2896
|
api.add_operation(:describe_tags, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2870,6 +2901,12 @@ module Aws::Redshift
|
|
|
2870
2901
|
o.output = Shapes::ShapeRef.new(shape: TaggedResourceListMessage)
|
|
2871
2902
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
2872
2903
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
|
|
2904
|
+
o[:pager] = Aws::Pager.new(
|
|
2905
|
+
limit_key: "max_records",
|
|
2906
|
+
tokens: {
|
|
2907
|
+
"marker" => "marker"
|
|
2908
|
+
}
|
|
2909
|
+
)
|
|
2873
2910
|
end)
|
|
2874
2911
|
|
|
2875
2912
|
api.add_operation(:describe_usage_limits, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2964,6 +3001,12 @@ module Aws::Redshift
|
|
|
2964
3001
|
o.errors << Shapes::ShapeRef.new(shape: ReservedNodeOfferingNotFoundFault)
|
|
2965
3002
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
|
2966
3003
|
o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
|
|
3004
|
+
o[:pager] = Aws::Pager.new(
|
|
3005
|
+
limit_key: "max_records",
|
|
3006
|
+
tokens: {
|
|
3007
|
+
"marker" => "marker"
|
|
3008
|
+
}
|
|
3009
|
+
)
|
|
2967
3010
|
end)
|
|
2968
3011
|
|
|
2969
3012
|
api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -705,6 +705,10 @@ module Aws::Redshift
|
|
|
705
705
|
# * ResizeType: Returns ClassicResize
|
|
706
706
|
# @return [Types::ResizeInfo]
|
|
707
707
|
#
|
|
708
|
+
# @!attribute [rw] cluster_namespace_arn
|
|
709
|
+
# The namespace Amazon Resource Name (ARN) of the cluster.
|
|
710
|
+
# @return [String]
|
|
711
|
+
#
|
|
708
712
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
|
|
709
713
|
#
|
|
710
714
|
class Cluster < Struct.new(
|
|
@@ -753,7 +757,8 @@ module Aws::Redshift
|
|
|
753
757
|
:expected_next_snapshot_schedule_time,
|
|
754
758
|
:expected_next_snapshot_schedule_time_status,
|
|
755
759
|
:next_maintenance_window_start_time,
|
|
756
|
-
:resize_info
|
|
760
|
+
:resize_info,
|
|
761
|
+
:cluster_namespace_arn)
|
|
757
762
|
SENSITIVE = []
|
|
758
763
|
include Aws::Structure
|
|
759
764
|
end
|
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.51.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: 2020-
|
|
11
|
+
date: 2020-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|