aws-sdk-redshift 1.50.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -438,6 +438,8 @@ module Aws::Redshift
438
438
  UsageLimitPeriod = Shapes::StringShape.new(name: 'UsageLimitPeriod')
439
439
  UsageLimits = Shapes::ListShape.new(name: 'UsageLimits')
440
440
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
441
+ VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
442
+ VpcEndpointsList = Shapes::ListShape.new(name: 'VpcEndpointsList')
441
443
  VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
442
444
  VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
443
445
  VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
@@ -579,6 +581,8 @@ module Aws::Redshift
579
581
  Cluster.add_member(:expected_next_snapshot_schedule_time_status, Shapes::ShapeRef.new(shape: String, location_name: "ExpectedNextSnapshotScheduleTimeStatus"))
580
582
  Cluster.add_member(:next_maintenance_window_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "NextMaintenanceWindowStartTime"))
581
583
  Cluster.add_member(:resize_info, Shapes::ShapeRef.new(shape: ResizeInfo, location_name: "ResizeInfo"))
584
+ Cluster.add_member(:availability_zone_relocation_status, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneRelocationStatus"))
585
+ Cluster.add_member(:cluster_namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClusterNamespaceArn"))
582
586
  Cluster.struct_class = Types::Cluster
583
587
 
584
588
  ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
@@ -780,6 +784,7 @@ module Aws::Redshift
780
784
  CreateClusterMessage.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "IamRoles"))
781
785
  CreateClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
782
786
  CreateClusterMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
787
+ CreateClusterMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
783
788
  CreateClusterMessage.struct_class = Types::CreateClusterMessage
784
789
 
785
790
  CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1204,6 +1209,7 @@ module Aws::Redshift
1204
1209
 
1205
1210
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
1206
1211
  Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
1212
+ Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointsList, location_name: "VpcEndpoints"))
1207
1213
  Endpoint.struct_class = Types::Endpoint
1208
1214
 
1209
1215
  Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
@@ -1455,6 +1461,9 @@ module Aws::Redshift
1455
1461
  ModifyClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1456
1462
  ModifyClusterMessage.add_member(:encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Encrypted"))
1457
1463
  ModifyClusterMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1464
+ ModifyClusterMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
1465
+ ModifyClusterMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1466
+ ModifyClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1458
1467
  ModifyClusterMessage.struct_class = Types::ModifyClusterMessage
1459
1468
 
1460
1469
  ModifyClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1670,7 +1679,7 @@ module Aws::Redshift
1670
1679
  ResizeClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1671
1680
  ResizeClusterMessage.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
1672
1681
  ResizeClusterMessage.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1673
- ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
1682
+ ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
1674
1683
  ResizeClusterMessage.add_member(:classic, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Classic"))
1675
1684
  ResizeClusterMessage.struct_class = Types::ResizeClusterMessage
1676
1685
 
@@ -1731,6 +1740,7 @@ module Aws::Redshift
1731
1740
  RestoreFromClusterSnapshotMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1732
1741
  RestoreFromClusterSnapshotMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
1733
1742
  RestoreFromClusterSnapshotMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
1743
+ RestoreFromClusterSnapshotMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
1734
1744
  RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
1735
1745
 
1736
1746
  RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -1852,6 +1862,7 @@ module Aws::Redshift
1852
1862
  Snapshot.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
1853
1863
  Snapshot.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
1854
1864
  Snapshot.add_member(:cluster_version, Shapes::ShapeRef.new(shape: String, location_name: "ClusterVersion"))
1865
+ Snapshot.add_member(:engine_full_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineFullVersion"))
1855
1866
  Snapshot.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
1856
1867
  Snapshot.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1857
1868
  Snapshot.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
@@ -2065,6 +2076,11 @@ module Aws::Redshift
2065
2076
 
2066
2077
  ValueStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
2067
2078
 
2079
+ VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
2080
+ VpcEndpoint.struct_class = Types::VpcEndpoint
2081
+
2082
+ VpcEndpointsList.member = Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint")
2083
+
2068
2084
  VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
2069
2085
 
2070
2086
  VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
@@ -2342,6 +2358,7 @@ module Aws::Redshift
2342
2358
  o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleQuotaExceededFault)
2343
2359
  o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
2344
2360
  o.errors << Shapes::ShapeRef.new(shape: ScheduleDefinitionTypeUnsupportedFault)
2361
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
2345
2362
  end)
2346
2363
 
2347
2364
  api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
@@ -2353,6 +2370,7 @@ module Aws::Redshift
2353
2370
  o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
2354
2371
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2355
2372
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
2373
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
2356
2374
  end)
2357
2375
 
2358
2376
  api.add_operation(:create_usage_limit, Seahorse::Model::Operation.new.tap do |o|
@@ -2520,6 +2538,12 @@ module Aws::Redshift
2520
2538
  o.output = Shapes::ShapeRef.new(shape: ClusterDbRevisionsMessage)
2521
2539
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
2522
2540
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
2541
+ o[:pager] = Aws::Pager.new(
2542
+ limit_key: "max_records",
2543
+ tokens: {
2544
+ "marker" => "marker"
2545
+ }
2546
+ )
2523
2547
  end)
2524
2548
 
2525
2549
  api.add_operation(:describe_cluster_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
@@ -2610,6 +2634,12 @@ module Aws::Redshift
2610
2634
  o.output = Shapes::ShapeRef.new(shape: TrackListMessage)
2611
2635
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterTrackFault)
2612
2636
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
2637
+ o[:pager] = Aws::Pager.new(
2638
+ limit_key: "max_records",
2639
+ tokens: {
2640
+ "marker" => "marker"
2641
+ }
2642
+ )
2613
2643
  end)
2614
2644
 
2615
2645
  api.add_operation(:describe_cluster_versions, Seahorse::Model::Operation.new.tap do |o|
@@ -2834,6 +2864,12 @@ module Aws::Redshift
2834
2864
  o.output = Shapes::ShapeRef.new(shape: SnapshotCopyGrantMessage)
2835
2865
  o.errors << Shapes::ShapeRef.new(shape: SnapshotCopyGrantNotFoundFault)
2836
2866
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
2867
+ o[:pager] = Aws::Pager.new(
2868
+ limit_key: "max_records",
2869
+ tokens: {
2870
+ "marker" => "marker"
2871
+ }
2872
+ )
2837
2873
  end)
2838
2874
 
2839
2875
  api.add_operation(:describe_snapshot_schedules, Seahorse::Model::Operation.new.tap do |o|
@@ -2842,6 +2878,12 @@ module Aws::Redshift
2842
2878
  o.http_request_uri = "/"
2843
2879
  o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotSchedulesMessage)
2844
2880
  o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotSchedulesOutputMessage)
2881
+ o[:pager] = Aws::Pager.new(
2882
+ limit_key: "max_records",
2883
+ tokens: {
2884
+ "marker" => "marker"
2885
+ }
2886
+ )
2845
2887
  end)
2846
2888
 
2847
2889
  api.add_operation(:describe_storage, Seahorse::Model::Operation.new.tap do |o|
@@ -2860,6 +2902,12 @@ module Aws::Redshift
2860
2902
  o.output = Shapes::ShapeRef.new(shape: TableRestoreStatusMessage)
2861
2903
  o.errors << Shapes::ShapeRef.new(shape: TableRestoreNotFoundFault)
2862
2904
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
2905
+ o[:pager] = Aws::Pager.new(
2906
+ limit_key: "max_records",
2907
+ tokens: {
2908
+ "marker" => "marker"
2909
+ }
2910
+ )
2863
2911
  end)
2864
2912
 
2865
2913
  api.add_operation(:describe_tags, Seahorse::Model::Operation.new.tap do |o|
@@ -2870,6 +2918,12 @@ module Aws::Redshift
2870
2918
  o.output = Shapes::ShapeRef.new(shape: TaggedResourceListMessage)
2871
2919
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2872
2920
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
2921
+ o[:pager] = Aws::Pager.new(
2922
+ limit_key: "max_records",
2923
+ tokens: {
2924
+ "marker" => "marker"
2925
+ }
2926
+ )
2873
2927
  end)
2874
2928
 
2875
2929
  api.add_operation(:describe_usage_limits, Seahorse::Model::Operation.new.tap do |o|
@@ -2964,6 +3018,12 @@ module Aws::Redshift
2964
3018
  o.errors << Shapes::ShapeRef.new(shape: ReservedNodeOfferingNotFoundFault)
2965
3019
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
2966
3020
  o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
3021
+ o[:pager] = Aws::Pager.new(
3022
+ limit_key: "max_records",
3023
+ tokens: {
3024
+ "marker" => "marker"
3025
+ }
3026
+ )
2967
3027
  end)
2968
3028
 
2969
3029
  api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
@@ -3250,6 +3310,7 @@ module Aws::Redshift
3250
3310
  o.output = Shapes::ShapeRef.new(shape: ResumeClusterResult)
3251
3311
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3252
3312
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
3313
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientClusterCapacityFault)
3253
3314
  end)
3254
3315
 
3255
3316
  api.add_operation(:revoke_cluster_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -705,6 +705,14 @@ module Aws::Redshift
705
705
  # * ResizeType: Returns ClassicResize
706
706
  # @return [Types::ResizeInfo]
707
707
  #
708
+ # @!attribute [rw] availability_zone_relocation_status
709
+ # Describes the status of the Availability Zone relocation operation.
710
+ # @return [String]
711
+ #
712
+ # @!attribute [rw] cluster_namespace_arn
713
+ # The namespace Amazon Resource Name (ARN) of the cluster.
714
+ # @return [String]
715
+ #
708
716
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
709
717
  #
710
718
  class Cluster < Struct.new(
@@ -753,7 +761,9 @@ module Aws::Redshift
753
761
  :expected_next_snapshot_schedule_time,
754
762
  :expected_next_snapshot_schedule_time_status,
755
763
  :next_maintenance_window_start_time,
756
- :resize_info)
764
+ :resize_info,
765
+ :availability_zone_relocation_status,
766
+ :cluster_namespace_arn)
757
767
  SENSITIVE = []
758
768
  include Aws::Structure
759
769
  end
@@ -1616,6 +1626,7 @@ module Aws::Redshift
1616
1626
  # iam_roles: ["String"],
1617
1627
  # maintenance_track_name: "String",
1618
1628
  # snapshot_schedule_identifier: "String",
1629
+ # availability_zone_relocation: false,
1619
1630
  # }
1620
1631
  #
1621
1632
  # @!attribute [rw] db_name
@@ -1684,8 +1695,8 @@ module Aws::Redshift
1684
1695
  # Redshift Cluster Management Guide*.
1685
1696
  #
1686
1697
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
1687
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
1688
- # `ra3.16xlarge`
1698
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
1699
+ # `ra3.4xlarge` \| `ra3.16xlarge`
1689
1700
  #
1690
1701
  #
1691
1702
  #
@@ -1969,6 +1980,11 @@ module Aws::Redshift
1969
1980
  # A unique identifier for the snapshot schedule.
1970
1981
  # @return [String]
1971
1982
  #
1983
+ # @!attribute [rw] availability_zone_relocation
1984
+ # The option to enable relocation for an Amazon Redshift cluster
1985
+ # between Availability Zones after the cluster is created.
1986
+ # @return [Boolean]
1987
+ #
1972
1988
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterMessage AWS API Documentation
1973
1989
  #
1974
1990
  class CreateClusterMessage < Struct.new(
@@ -2001,7 +2017,8 @@ module Aws::Redshift
2001
2017
  :additional_info,
2002
2018
  :iam_roles,
2003
2019
  :maintenance_track_name,
2004
- :snapshot_schedule_identifier)
2020
+ :snapshot_schedule_identifier,
2021
+ :availability_zone_relocation)
2005
2022
  SENSITIVE = []
2006
2023
  include Aws::Structure
2007
2024
  end
@@ -5436,11 +5453,16 @@ module Aws::Redshift
5436
5453
  # The port that the database engine is listening on.
5437
5454
  # @return [Integer]
5438
5455
  #
5456
+ # @!attribute [rw] vpc_endpoints
5457
+ # Describes a connection endpoint.
5458
+ # @return [Array<Types::VpcEndpoint>]
5459
+ #
5439
5460
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Endpoint AWS API Documentation
5440
5461
  #
5441
5462
  class Endpoint < Struct.new(
5442
5463
  :address,
5443
- :port)
5464
+ :port,
5465
+ :vpc_endpoints)
5444
5466
  SENSITIVE = []
5445
5467
  include Aws::Structure
5446
5468
  end
@@ -6564,6 +6586,9 @@ module Aws::Redshift
6564
6586
  # maintenance_track_name: "String",
6565
6587
  # encrypted: false,
6566
6588
  # kms_key_id: "String",
6589
+ # availability_zone_relocation: false,
6590
+ # availability_zone: "String",
6591
+ # port: 1,
6567
6592
  # }
6568
6593
  #
6569
6594
  # @!attribute [rw] cluster_identifier
@@ -6594,8 +6619,8 @@ module Aws::Redshift
6594
6619
  # Management Guide*.
6595
6620
  #
6596
6621
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
6597
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
6598
- # `ra3.16xlarge`
6622
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
6623
+ # `ra3.4xlarge` \| `ra3.16xlarge`
6599
6624
  #
6600
6625
  #
6601
6626
  #
@@ -6838,6 +6863,21 @@ module Aws::Redshift
6838
6863
  # that you want to use to encrypt data in the cluster.
6839
6864
  # @return [String]
6840
6865
  #
6866
+ # @!attribute [rw] availability_zone_relocation
6867
+ # The option to enable relocation for an Amazon Redshift cluster
6868
+ # between Availability Zones after the cluster modification is
6869
+ # complete.
6870
+ # @return [Boolean]
6871
+ #
6872
+ # @!attribute [rw] availability_zone
6873
+ # The option to initiate relocation for an Amazon Redshift cluster to
6874
+ # the target Availability Zone.
6875
+ # @return [String]
6876
+ #
6877
+ # @!attribute [rw] port
6878
+ # The option to change the port of an Amazon Redshift cluster.
6879
+ # @return [Integer]
6880
+ #
6841
6881
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMessage AWS API Documentation
6842
6882
  #
6843
6883
  class ModifyClusterMessage < Struct.new(
@@ -6862,7 +6902,10 @@ module Aws::Redshift
6862
6902
  :enhanced_vpc_routing,
6863
6903
  :maintenance_track_name,
6864
6904
  :encrypted,
6865
- :kms_key_id)
6905
+ :kms_key_id,
6906
+ :availability_zone_relocation,
6907
+ :availability_zone,
6908
+ :port)
6866
6909
  SENSITIVE = []
6867
6910
  include Aws::Structure
6868
6911
  end
@@ -8342,6 +8385,7 @@ module Aws::Redshift
8342
8385
  # maintenance_track_name: "String",
8343
8386
  # snapshot_schedule_identifier: "String",
8344
8387
  # number_of_nodes: 1,
8388
+ # availability_zone_relocation: false,
8345
8389
  # }
8346
8390
  #
8347
8391
  # @!attribute [rw] cluster_identifier
@@ -8586,6 +8630,11 @@ module Aws::Redshift
8586
8630
  # cluster.
8587
8631
  # @return [Integer]
8588
8632
  #
8633
+ # @!attribute [rw] availability_zone_relocation
8634
+ # The option to enable relocation for an Amazon Redshift cluster
8635
+ # between Availability Zones after the cluster is restored.
8636
+ # @return [Boolean]
8637
+ #
8589
8638
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshotMessage AWS API Documentation
8590
8639
  #
8591
8640
  class RestoreFromClusterSnapshotMessage < Struct.new(
@@ -8614,7 +8663,8 @@ module Aws::Redshift
8614
8663
  :iam_roles,
8615
8664
  :maintenance_track_name,
8616
8665
  :snapshot_schedule_identifier,
8617
- :number_of_nodes)
8666
+ :number_of_nodes,
8667
+ :availability_zone_relocation)
8618
8668
  SENSITIVE = []
8619
8669
  include Aws::Structure
8620
8670
  end
@@ -9248,6 +9298,11 @@ module Aws::Redshift
9248
9298
  # cluster.
9249
9299
  # @return [String]
9250
9300
  #
9301
+ # @!attribute [rw] engine_full_version
9302
+ # The cluster version of the cluster used to create the snapshot. For
9303
+ # example, 1.0.15503.
9304
+ # @return [String]
9305
+ #
9251
9306
  # @!attribute [rw] snapshot_type
9252
9307
  # The snapshot type. Snapshots created using CreateClusterSnapshot and
9253
9308
  # CopyClusterSnapshot are of type "manual".
@@ -9391,6 +9446,7 @@ module Aws::Redshift
9391
9446
  :cluster_create_time,
9392
9447
  :master_username,
9393
9448
  :cluster_version,
9449
+ :engine_full_version,
9394
9450
  :snapshot_type,
9395
9451
  :node_type,
9396
9452
  :number_of_nodes,
@@ -10165,6 +10221,22 @@ module Aws::Redshift
10165
10221
  #
10166
10222
  class UsageLimitNotFoundFault < Aws::EmptyStructure; end
10167
10223
 
10224
+ # The connection endpoint for connecting an Amazon Redshift cluster
10225
+ # through the proxy.
10226
+ #
10227
+ # @!attribute [rw] vpc_endpoint_id
10228
+ # The connection endpoint ID for connecting an Amazon Redshift cluster
10229
+ # through the proxy.
10230
+ # @return [String]
10231
+ #
10232
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/VpcEndpoint AWS API Documentation
10233
+ #
10234
+ class VpcEndpoint < Struct.new(
10235
+ :vpc_endpoint_id)
10236
+ SENSITIVE = []
10237
+ include Aws::Structure
10238
+ end
10239
+
10168
10240
  # Describes the members of a VPC security group.
10169
10241
  #
10170
10242
  # @!attribute [rw] vpc_security_group_id
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
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.50.0
4
+ version: 1.55.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-09-30 00:00:00.000000000 Z
11
+ date: 2021-03-10 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.109.0
22
+ version: 3.112.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.109.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for Amazon Redshift. This gem is part of the AWS
48
48
  SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-redshift.rb
56
59
  - lib/aws-sdk-redshift/client.rb
57
60
  - lib/aws-sdk-redshift/client_api.rb