aws-sdk-redshift 1.51.0 → 1.56.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
 
@@ -282,6 +282,8 @@ module Aws::Redshift
282
282
  ModifySnapshotCopyRetentionPeriodResult = Shapes::StructureShape.new(name: 'ModifySnapshotCopyRetentionPeriodResult')
283
283
  ModifySnapshotScheduleMessage = Shapes::StructureShape.new(name: 'ModifySnapshotScheduleMessage')
284
284
  ModifyUsageLimitMessage = Shapes::StructureShape.new(name: 'ModifyUsageLimitMessage')
285
+ NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
286
+ NetworkInterfaceList = Shapes::ListShape.new(name: 'NetworkInterfaceList')
285
287
  NodeConfigurationOption = Shapes::StructureShape.new(name: 'NodeConfigurationOption')
286
288
  NodeConfigurationOptionList = Shapes::ListShape.new(name: 'NodeConfigurationOptionList')
287
289
  NodeConfigurationOptionsFilter = Shapes::StructureShape.new(name: 'NodeConfigurationOptionsFilter')
@@ -438,6 +440,8 @@ module Aws::Redshift
438
440
  UsageLimitPeriod = Shapes::StringShape.new(name: 'UsageLimitPeriod')
439
441
  UsageLimits = Shapes::ListShape.new(name: 'UsageLimits')
440
442
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
443
+ VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
444
+ VpcEndpointsList = Shapes::ListShape.new(name: 'VpcEndpointsList')
441
445
  VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
442
446
  VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
443
447
  VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
@@ -579,7 +583,9 @@ module Aws::Redshift
579
583
  Cluster.add_member(:expected_next_snapshot_schedule_time_status, Shapes::ShapeRef.new(shape: String, location_name: "ExpectedNextSnapshotScheduleTimeStatus"))
580
584
  Cluster.add_member(:next_maintenance_window_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "NextMaintenanceWindowStartTime"))
581
585
  Cluster.add_member(:resize_info, Shapes::ShapeRef.new(shape: ResizeInfo, location_name: "ResizeInfo"))
586
+ Cluster.add_member(:availability_zone_relocation_status, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneRelocationStatus"))
582
587
  Cluster.add_member(:cluster_namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClusterNamespaceArn"))
588
+ Cluster.add_member(:total_storage_capacity_in_mega_bytes, Shapes::ShapeRef.new(shape: LongOptional, location_name: "TotalStorageCapacityInMegaBytes"))
583
589
  Cluster.struct_class = Types::Cluster
584
590
 
585
591
  ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
@@ -781,6 +787,7 @@ module Aws::Redshift
781
787
  CreateClusterMessage.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "IamRoles"))
782
788
  CreateClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
783
789
  CreateClusterMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
790
+ CreateClusterMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
784
791
  CreateClusterMessage.struct_class = Types::CreateClusterMessage
785
792
 
786
793
  CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1205,6 +1212,7 @@ module Aws::Redshift
1205
1212
 
1206
1213
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
1207
1214
  Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
1215
+ Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointsList, location_name: "VpcEndpoints"))
1208
1216
  Endpoint.struct_class = Types::Endpoint
1209
1217
 
1210
1218
  Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
@@ -1456,6 +1464,9 @@ module Aws::Redshift
1456
1464
  ModifyClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1457
1465
  ModifyClusterMessage.add_member(:encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Encrypted"))
1458
1466
  ModifyClusterMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1467
+ ModifyClusterMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
1468
+ ModifyClusterMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1469
+ ModifyClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1459
1470
  ModifyClusterMessage.struct_class = Types::ModifyClusterMessage
1460
1471
 
1461
1472
  ModifyClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1525,6 +1536,14 @@ module Aws::Redshift
1525
1536
  ModifyUsageLimitMessage.add_member(:breach_action, Shapes::ShapeRef.new(shape: UsageLimitBreachAction, location_name: "BreachAction"))
1526
1537
  ModifyUsageLimitMessage.struct_class = Types::ModifyUsageLimitMessage
1527
1538
 
1539
+ NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "NetworkInterfaceId"))
1540
+ NetworkInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "SubnetId"))
1541
+ NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "PrivateIpAddress"))
1542
+ NetworkInterface.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1543
+ NetworkInterface.struct_class = Types::NetworkInterface
1544
+
1545
+ NetworkInterfaceList.member = Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "NetworkInterface")
1546
+
1528
1547
  NodeConfigurationOption.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1529
1548
  NodeConfigurationOption.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
1530
1549
  NodeConfigurationOption.add_member(:estimated_disk_utilization_percent, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "EstimatedDiskUtilizationPercent"))
@@ -1671,7 +1690,7 @@ module Aws::Redshift
1671
1690
  ResizeClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1672
1691
  ResizeClusterMessage.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
1673
1692
  ResizeClusterMessage.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1674
- ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
1693
+ ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
1675
1694
  ResizeClusterMessage.add_member(:classic, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Classic"))
1676
1695
  ResizeClusterMessage.struct_class = Types::ResizeClusterMessage
1677
1696
 
@@ -1732,6 +1751,7 @@ module Aws::Redshift
1732
1751
  RestoreFromClusterSnapshotMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1733
1752
  RestoreFromClusterSnapshotMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
1734
1753
  RestoreFromClusterSnapshotMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
1754
+ RestoreFromClusterSnapshotMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
1735
1755
  RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
1736
1756
 
1737
1757
  RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -1853,6 +1873,7 @@ module Aws::Redshift
1853
1873
  Snapshot.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
1854
1874
  Snapshot.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
1855
1875
  Snapshot.add_member(:cluster_version, Shapes::ShapeRef.new(shape: String, location_name: "ClusterVersion"))
1876
+ Snapshot.add_member(:engine_full_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineFullVersion"))
1856
1877
  Snapshot.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
1857
1878
  Snapshot.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1858
1879
  Snapshot.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
@@ -2066,6 +2087,13 @@ module Aws::Redshift
2066
2087
 
2067
2088
  ValueStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
2068
2089
 
2090
+ VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
2091
+ VpcEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
2092
+ VpcEndpoint.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaceList, location_name: "NetworkInterfaces"))
2093
+ VpcEndpoint.struct_class = Types::VpcEndpoint
2094
+
2095
+ VpcEndpointsList.member = Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint")
2096
+
2069
2097
  VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
2070
2098
 
2071
2099
  VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
@@ -2343,6 +2371,7 @@ module Aws::Redshift
2343
2371
  o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleQuotaExceededFault)
2344
2372
  o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
2345
2373
  o.errors << Shapes::ShapeRef.new(shape: ScheduleDefinitionTypeUnsupportedFault)
2374
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
2346
2375
  end)
2347
2376
 
2348
2377
  api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
@@ -2354,6 +2383,7 @@ module Aws::Redshift
2354
2383
  o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
2355
2384
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2356
2385
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
2386
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
2357
2387
  end)
2358
2388
 
2359
2389
  api.add_operation(:create_usage_limit, Seahorse::Model::Operation.new.tap do |o|
@@ -3293,6 +3323,7 @@ module Aws::Redshift
3293
3323
  o.output = Shapes::ShapeRef.new(shape: ResumeClusterResult)
3294
3324
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3295
3325
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
3326
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientClusterCapacityFault)
3296
3327
  end)
3297
3328
 
3298
3329
  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,10 +705,18 @@ 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
+ #
708
712
  # @!attribute [rw] cluster_namespace_arn
709
713
  # The namespace Amazon Resource Name (ARN) of the cluster.
710
714
  # @return [String]
711
715
  #
716
+ # @!attribute [rw] total_storage_capacity_in_mega_bytes
717
+ # The total storage capacity of the cluster in megabytes.
718
+ # @return [Integer]
719
+ #
712
720
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
713
721
  #
714
722
  class Cluster < Struct.new(
@@ -758,7 +766,9 @@ module Aws::Redshift
758
766
  :expected_next_snapshot_schedule_time_status,
759
767
  :next_maintenance_window_start_time,
760
768
  :resize_info,
761
- :cluster_namespace_arn)
769
+ :availability_zone_relocation_status,
770
+ :cluster_namespace_arn,
771
+ :total_storage_capacity_in_mega_bytes)
762
772
  SENSITIVE = []
763
773
  include Aws::Structure
764
774
  end
@@ -1621,6 +1631,7 @@ module Aws::Redshift
1621
1631
  # iam_roles: ["String"],
1622
1632
  # maintenance_track_name: "String",
1623
1633
  # snapshot_schedule_identifier: "String",
1634
+ # availability_zone_relocation: false,
1624
1635
  # }
1625
1636
  #
1626
1637
  # @!attribute [rw] db_name
@@ -1689,8 +1700,8 @@ module Aws::Redshift
1689
1700
  # Redshift Cluster Management Guide*.
1690
1701
  #
1691
1702
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
1692
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
1693
- # `ra3.16xlarge`
1703
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
1704
+ # `ra3.4xlarge` \| `ra3.16xlarge`
1694
1705
  #
1695
1706
  #
1696
1707
  #
@@ -1819,6 +1830,9 @@ module Aws::Redshift
1819
1830
  # snapshots are disabled, you can still create manual snapshots when
1820
1831
  # you want with CreateClusterSnapshot.
1821
1832
  #
1833
+ # You can't disable automated snapshots for RA3 node types. Set the
1834
+ # automated retention period from 1-35 days.
1835
+ #
1822
1836
  # Default: `1`
1823
1837
  #
1824
1838
  # Constraints: Must be a value from 0 to 35.
@@ -1974,6 +1988,11 @@ module Aws::Redshift
1974
1988
  # A unique identifier for the snapshot schedule.
1975
1989
  # @return [String]
1976
1990
  #
1991
+ # @!attribute [rw] availability_zone_relocation
1992
+ # The option to enable relocation for an Amazon Redshift cluster
1993
+ # between Availability Zones after the cluster is created.
1994
+ # @return [Boolean]
1995
+ #
1977
1996
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterMessage AWS API Documentation
1978
1997
  #
1979
1998
  class CreateClusterMessage < Struct.new(
@@ -2006,7 +2025,8 @@ module Aws::Redshift
2006
2025
  :additional_info,
2007
2026
  :iam_roles,
2008
2027
  :maintenance_track_name,
2009
- :snapshot_schedule_identifier)
2028
+ :snapshot_schedule_identifier,
2029
+ :availability_zone_relocation)
2010
2030
  SENSITIVE = []
2011
2031
  include Aws::Structure
2012
2032
  end
@@ -5441,11 +5461,16 @@ module Aws::Redshift
5441
5461
  # The port that the database engine is listening on.
5442
5462
  # @return [Integer]
5443
5463
  #
5464
+ # @!attribute [rw] vpc_endpoints
5465
+ # Describes a connection endpoint.
5466
+ # @return [Array<Types::VpcEndpoint>]
5467
+ #
5444
5468
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Endpoint AWS API Documentation
5445
5469
  #
5446
5470
  class Endpoint < Struct.new(
5447
5471
  :address,
5448
- :port)
5472
+ :port,
5473
+ :vpc_endpoints)
5449
5474
  SENSITIVE = []
5450
5475
  include Aws::Structure
5451
5476
  end
@@ -6569,6 +6594,9 @@ module Aws::Redshift
6569
6594
  # maintenance_track_name: "String",
6570
6595
  # encrypted: false,
6571
6596
  # kms_key_id: "String",
6597
+ # availability_zone_relocation: false,
6598
+ # availability_zone: "String",
6599
+ # port: 1,
6572
6600
  # }
6573
6601
  #
6574
6602
  # @!attribute [rw] cluster_identifier
@@ -6599,8 +6627,8 @@ module Aws::Redshift
6599
6627
  # Management Guide*.
6600
6628
  #
6601
6629
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
6602
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
6603
- # `ra3.16xlarge`
6630
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
6631
+ # `ra3.4xlarge` \| `ra3.16xlarge`
6604
6632
  #
6605
6633
  #
6606
6634
  #
@@ -6694,6 +6722,9 @@ module Aws::Redshift
6694
6722
  # current value, existing automated snapshots that fall outside of the
6695
6723
  # new retention period will be immediately deleted.
6696
6724
  #
6725
+ # You can't disable automated snapshots for RA3 node types. Set the
6726
+ # automated retention period from 1-35 days.
6727
+ #
6697
6728
  # Default: Uses existing setting.
6698
6729
  #
6699
6730
  # Constraints: Must be a value from 0 to 35.
@@ -6843,6 +6874,21 @@ module Aws::Redshift
6843
6874
  # that you want to use to encrypt data in the cluster.
6844
6875
  # @return [String]
6845
6876
  #
6877
+ # @!attribute [rw] availability_zone_relocation
6878
+ # The option to enable relocation for an Amazon Redshift cluster
6879
+ # between Availability Zones after the cluster modification is
6880
+ # complete.
6881
+ # @return [Boolean]
6882
+ #
6883
+ # @!attribute [rw] availability_zone
6884
+ # The option to initiate relocation for an Amazon Redshift cluster to
6885
+ # the target Availability Zone.
6886
+ # @return [String]
6887
+ #
6888
+ # @!attribute [rw] port
6889
+ # The option to change the port of an Amazon Redshift cluster.
6890
+ # @return [Integer]
6891
+ #
6846
6892
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMessage AWS API Documentation
6847
6893
  #
6848
6894
  class ModifyClusterMessage < Struct.new(
@@ -6867,7 +6913,10 @@ module Aws::Redshift
6867
6913
  :enhanced_vpc_routing,
6868
6914
  :maintenance_track_name,
6869
6915
  :encrypted,
6870
- :kms_key_id)
6916
+ :kms_key_id,
6917
+ :availability_zone_relocation,
6918
+ :availability_zone,
6919
+ :port)
6871
6920
  SENSITIVE = []
6872
6921
  include Aws::Structure
6873
6922
  end
@@ -7364,6 +7413,35 @@ module Aws::Redshift
7364
7413
  include Aws::Structure
7365
7414
  end
7366
7415
 
7416
+ # Describes a network interface.
7417
+ #
7418
+ # @!attribute [rw] network_interface_id
7419
+ # The network interface identifier.
7420
+ # @return [String]
7421
+ #
7422
+ # @!attribute [rw] subnet_id
7423
+ # The subnet identifier.
7424
+ # @return [String]
7425
+ #
7426
+ # @!attribute [rw] private_ip_address
7427
+ # The IPv4 address of the network interface within the subnet.
7428
+ # @return [String]
7429
+ #
7430
+ # @!attribute [rw] availability_zone
7431
+ # The Availability Zone.
7432
+ # @return [String]
7433
+ #
7434
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/NetworkInterface AWS API Documentation
7435
+ #
7436
+ class NetworkInterface < Struct.new(
7437
+ :network_interface_id,
7438
+ :subnet_id,
7439
+ :private_ip_address,
7440
+ :availability_zone)
7441
+ SENSITIVE = []
7442
+ include Aws::Structure
7443
+ end
7444
+
7367
7445
  # A list of node configurations.
7368
7446
  #
7369
7447
  # @!attribute [rw] node_type
@@ -7549,7 +7627,9 @@ module Aws::Redshift
7549
7627
  # @return [String]
7550
7628
  #
7551
7629
  # @!attribute [rw] parameter_value
7552
- # The value of the parameter.
7630
+ # The value of the parameter. If `ParameterName` is
7631
+ # `wlm_json_configuration`, then the maximum size of `ParameterValue`
7632
+ # is 8000 characters.
7553
7633
  # @return [String]
7554
7634
  #
7555
7635
  # @!attribute [rw] description
@@ -8347,6 +8427,7 @@ module Aws::Redshift
8347
8427
  # maintenance_track_name: "String",
8348
8428
  # snapshot_schedule_identifier: "String",
8349
8429
  # number_of_nodes: 1,
8430
+ # availability_zone_relocation: false,
8350
8431
  # }
8351
8432
  #
8352
8433
  # @!attribute [rw] cluster_identifier
@@ -8501,6 +8582,9 @@ module Aws::Redshift
8501
8582
  # snapshots are disabled, you can still create manual snapshots when
8502
8583
  # you want with CreateClusterSnapshot.
8503
8584
  #
8585
+ # You can't disable automated snapshots for RA3 node types. Set the
8586
+ # automated retention period from 1-35 days.
8587
+ #
8504
8588
  # Default: The value selected for the cluster from which the snapshot
8505
8589
  # was taken.
8506
8590
  #
@@ -8591,6 +8675,11 @@ module Aws::Redshift
8591
8675
  # cluster.
8592
8676
  # @return [Integer]
8593
8677
  #
8678
+ # @!attribute [rw] availability_zone_relocation
8679
+ # The option to enable relocation for an Amazon Redshift cluster
8680
+ # between Availability Zones after the cluster is restored.
8681
+ # @return [Boolean]
8682
+ #
8594
8683
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshotMessage AWS API Documentation
8595
8684
  #
8596
8685
  class RestoreFromClusterSnapshotMessage < Struct.new(
@@ -8619,7 +8708,8 @@ module Aws::Redshift
8619
8708
  :iam_roles,
8620
8709
  :maintenance_track_name,
8621
8710
  :snapshot_schedule_identifier,
8622
- :number_of_nodes)
8711
+ :number_of_nodes,
8712
+ :availability_zone_relocation)
8623
8713
  SENSITIVE = []
8624
8714
  include Aws::Structure
8625
8715
  end
@@ -9253,6 +9343,11 @@ module Aws::Redshift
9253
9343
  # cluster.
9254
9344
  # @return [String]
9255
9345
  #
9346
+ # @!attribute [rw] engine_full_version
9347
+ # The cluster version of the cluster used to create the snapshot. For
9348
+ # example, 1.0.15503.
9349
+ # @return [String]
9350
+ #
9256
9351
  # @!attribute [rw] snapshot_type
9257
9352
  # The snapshot type. Snapshots created using CreateClusterSnapshot and
9258
9353
  # CopyClusterSnapshot are of type "manual".
@@ -9396,6 +9491,7 @@ module Aws::Redshift
9396
9491
  :cluster_create_time,
9397
9492
  :master_username,
9398
9493
  :cluster_version,
9494
+ :engine_full_version,
9399
9495
  :snapshot_type,
9400
9496
  :node_type,
9401
9497
  :number_of_nodes,
@@ -10170,6 +10266,33 @@ module Aws::Redshift
10170
10266
  #
10171
10267
  class UsageLimitNotFoundFault < Aws::EmptyStructure; end
10172
10268
 
10269
+ # The connection endpoint for connecting an Amazon Redshift cluster
10270
+ # through the proxy.
10271
+ #
10272
+ # @!attribute [rw] vpc_endpoint_id
10273
+ # The connection endpoint ID for connecting an Amazon Redshift cluster
10274
+ # through the proxy.
10275
+ # @return [String]
10276
+ #
10277
+ # @!attribute [rw] vpc_id
10278
+ # The VPC identifier that the endpoint is associated.
10279
+ # @return [String]
10280
+ #
10281
+ # @!attribute [rw] network_interfaces
10282
+ # One or more network interfaces of the endpoint. Also known as an
10283
+ # interface endpoint.
10284
+ # @return [Array<Types::NetworkInterface>]
10285
+ #
10286
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/VpcEndpoint AWS API Documentation
10287
+ #
10288
+ class VpcEndpoint < Struct.new(
10289
+ :vpc_endpoint_id,
10290
+ :vpc_id,
10291
+ :network_interfaces)
10292
+ SENSITIVE = []
10293
+ include Aws::Structure
10294
+ end
10295
+
10173
10296
  # Describes the members of a VPC security group.
10174
10297
  #
10175
10298
  # @!attribute [rw] vpc_security_group_id