aws-sdk-redshift 1.52.0 → 1.57.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.
@@ -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
 
@@ -21,6 +21,9 @@ module Aws::Redshift
21
21
  AccountWithRestoreAccess = Shapes::StructureShape.new(name: 'AccountWithRestoreAccess')
22
22
  AccountsWithRestoreAccessList = Shapes::ListShape.new(name: 'AccountsWithRestoreAccessList')
23
23
  ActionType = Shapes::StringShape.new(name: 'ActionType')
24
+ AquaConfiguration = Shapes::StructureShape.new(name: 'AquaConfiguration')
25
+ AquaConfigurationStatus = Shapes::StringShape.new(name: 'AquaConfigurationStatus')
26
+ AquaStatus = Shapes::StringShape.new(name: 'AquaStatus')
24
27
  AssociatedClusterList = Shapes::ListShape.new(name: 'AssociatedClusterList')
25
28
  AttributeList = Shapes::ListShape.new(name: 'AttributeList')
26
29
  AttributeNameList = Shapes::ListShape.new(name: 'AttributeNameList')
@@ -261,6 +264,8 @@ module Aws::Redshift
261
264
  LongOptional = Shapes::IntegerShape.new(name: 'LongOptional')
262
265
  MaintenanceTrack = Shapes::StructureShape.new(name: 'MaintenanceTrack')
263
266
  Mode = Shapes::StringShape.new(name: 'Mode')
267
+ ModifyAquaInputMessage = Shapes::StructureShape.new(name: 'ModifyAquaInputMessage')
268
+ ModifyAquaOutputMessage = Shapes::StructureShape.new(name: 'ModifyAquaOutputMessage')
264
269
  ModifyClusterDbRevisionMessage = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionMessage')
265
270
  ModifyClusterDbRevisionResult = Shapes::StructureShape.new(name: 'ModifyClusterDbRevisionResult')
266
271
  ModifyClusterIamRolesMessage = Shapes::StructureShape.new(name: 'ModifyClusterIamRolesMessage')
@@ -282,6 +287,8 @@ module Aws::Redshift
282
287
  ModifySnapshotCopyRetentionPeriodResult = Shapes::StructureShape.new(name: 'ModifySnapshotCopyRetentionPeriodResult')
283
288
  ModifySnapshotScheduleMessage = Shapes::StructureShape.new(name: 'ModifySnapshotScheduleMessage')
284
289
  ModifyUsageLimitMessage = Shapes::StructureShape.new(name: 'ModifyUsageLimitMessage')
290
+ NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
291
+ NetworkInterfaceList = Shapes::ListShape.new(name: 'NetworkInterfaceList')
285
292
  NodeConfigurationOption = Shapes::StructureShape.new(name: 'NodeConfigurationOption')
286
293
  NodeConfigurationOptionList = Shapes::ListShape.new(name: 'NodeConfigurationOptionList')
287
294
  NodeConfigurationOptionsFilter = Shapes::StructureShape.new(name: 'NodeConfigurationOptionsFilter')
@@ -392,8 +399,6 @@ module Aws::Redshift
392
399
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
393
400
  SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault')
394
401
  SourceType = Shapes::StringShape.new(name: 'SourceType')
395
- SpartaProxyVpcEndpoint = Shapes::StructureShape.new(name: 'SpartaProxyVpcEndpoint')
396
- SpartaProxyVpcEndpointList = Shapes::ListShape.new(name: 'SpartaProxyVpcEndpointList')
397
402
  String = Shapes::StringShape.new(name: 'String')
398
403
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
399
404
  SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse')
@@ -440,6 +445,8 @@ module Aws::Redshift
440
445
  UsageLimitPeriod = Shapes::StringShape.new(name: 'UsageLimitPeriod')
441
446
  UsageLimits = Shapes::ListShape.new(name: 'UsageLimits')
442
447
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
448
+ VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
449
+ VpcEndpointsList = Shapes::ListShape.new(name: 'VpcEndpointsList')
443
450
  VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
444
451
  VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
445
452
  VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
@@ -466,6 +473,10 @@ module Aws::Redshift
466
473
 
467
474
  AccountsWithRestoreAccessList.member = Shapes::ShapeRef.new(shape: AccountWithRestoreAccess, location_name: "AccountWithRestoreAccess")
468
475
 
476
+ AquaConfiguration.add_member(:aqua_status, Shapes::ShapeRef.new(shape: AquaStatus, location_name: "AquaStatus"))
477
+ AquaConfiguration.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
478
+ AquaConfiguration.struct_class = Types::AquaConfiguration
479
+
469
480
  AssociatedClusterList.member = Shapes::ShapeRef.new(shape: ClusterAssociatedToSchedule, location_name: "ClusterAssociatedToSchedule")
470
481
 
471
482
  AttributeList.member = Shapes::ShapeRef.new(shape: AccountAttribute, location_name: "AccountAttribute")
@@ -583,6 +594,8 @@ module Aws::Redshift
583
594
  Cluster.add_member(:resize_info, Shapes::ShapeRef.new(shape: ResizeInfo, location_name: "ResizeInfo"))
584
595
  Cluster.add_member(:availability_zone_relocation_status, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneRelocationStatus"))
585
596
  Cluster.add_member(:cluster_namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClusterNamespaceArn"))
597
+ Cluster.add_member(:total_storage_capacity_in_mega_bytes, Shapes::ShapeRef.new(shape: LongOptional, location_name: "TotalStorageCapacityInMegaBytes"))
598
+ Cluster.add_member(:aqua_configuration, Shapes::ShapeRef.new(shape: AquaConfiguration, location_name: "AquaConfiguration"))
586
599
  Cluster.struct_class = Types::Cluster
587
600
 
588
601
  ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
@@ -785,6 +798,7 @@ module Aws::Redshift
785
798
  CreateClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
786
799
  CreateClusterMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
787
800
  CreateClusterMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
801
+ CreateClusterMessage.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
788
802
  CreateClusterMessage.struct_class = Types::CreateClusterMessage
789
803
 
790
804
  CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1209,7 +1223,7 @@ module Aws::Redshift
1209
1223
 
1210
1224
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
1211
1225
  Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
1212
- Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: SpartaProxyVpcEndpointList, location_name: "VpcEndpoints"))
1226
+ Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointsList, location_name: "VpcEndpoints"))
1213
1227
  Endpoint.struct_class = Types::Endpoint
1214
1228
 
1215
1229
  Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
@@ -1413,6 +1427,13 @@ module Aws::Redshift
1413
1427
  MaintenanceTrack.add_member(:update_targets, Shapes::ShapeRef.new(shape: EligibleTracksToUpdateList, location_name: "UpdateTargets"))
1414
1428
  MaintenanceTrack.struct_class = Types::MaintenanceTrack
1415
1429
 
1430
+ ModifyAquaInputMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1431
+ ModifyAquaInputMessage.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
1432
+ ModifyAquaInputMessage.struct_class = Types::ModifyAquaInputMessage
1433
+
1434
+ ModifyAquaOutputMessage.add_member(:aqua_configuration, Shapes::ShapeRef.new(shape: AquaConfiguration, location_name: "AquaConfiguration"))
1435
+ ModifyAquaOutputMessage.struct_class = Types::ModifyAquaOutputMessage
1436
+
1416
1437
  ModifyClusterDbRevisionMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1417
1438
  ModifyClusterDbRevisionMessage.add_member(:revision_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RevisionTarget"))
1418
1439
  ModifyClusterDbRevisionMessage.struct_class = Types::ModifyClusterDbRevisionMessage
@@ -1533,6 +1554,14 @@ module Aws::Redshift
1533
1554
  ModifyUsageLimitMessage.add_member(:breach_action, Shapes::ShapeRef.new(shape: UsageLimitBreachAction, location_name: "BreachAction"))
1534
1555
  ModifyUsageLimitMessage.struct_class = Types::ModifyUsageLimitMessage
1535
1556
 
1557
+ NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "NetworkInterfaceId"))
1558
+ NetworkInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "SubnetId"))
1559
+ NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "PrivateIpAddress"))
1560
+ NetworkInterface.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1561
+ NetworkInterface.struct_class = Types::NetworkInterface
1562
+
1563
+ NetworkInterfaceList.member = Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "NetworkInterface")
1564
+
1536
1565
  NodeConfigurationOption.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1537
1566
  NodeConfigurationOption.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
1538
1567
  NodeConfigurationOption.add_member(:estimated_disk_utilization_percent, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "EstimatedDiskUtilizationPercent"))
@@ -1741,6 +1770,7 @@ module Aws::Redshift
1741
1770
  RestoreFromClusterSnapshotMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
1742
1771
  RestoreFromClusterSnapshotMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
1743
1772
  RestoreFromClusterSnapshotMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
1773
+ RestoreFromClusterSnapshotMessage.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
1744
1774
  RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
1745
1775
 
1746
1776
  RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -1955,11 +1985,6 @@ module Aws::Redshift
1955
1985
 
1956
1986
  SourceNotFoundFault.struct_class = Types::SourceNotFoundFault
1957
1987
 
1958
- SpartaProxyVpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
1959
- SpartaProxyVpcEndpoint.struct_class = Types::SpartaProxyVpcEndpoint
1960
-
1961
- SpartaProxyVpcEndpointList.member = Shapes::ShapeRef.new(shape: SpartaProxyVpcEndpoint, location_name: "SpartaProxyVpcEndpoint")
1962
-
1963
1988
  Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
1964
1989
  Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
1965
1990
  Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
@@ -2081,6 +2106,13 @@ module Aws::Redshift
2081
2106
 
2082
2107
  ValueStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
2083
2108
 
2109
+ VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
2110
+ VpcEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
2111
+ VpcEndpoint.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaceList, location_name: "NetworkInterfaces"))
2112
+ VpcEndpoint.struct_class = Types::VpcEndpoint
2113
+
2114
+ VpcEndpointsList.member = Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint")
2115
+
2084
2116
  VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
2085
2117
 
2086
2118
  VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
@@ -3026,6 +3058,16 @@ module Aws::Redshift
3026
3058
  )
3027
3059
  end)
3028
3060
 
3061
+ api.add_operation(:modify_aqua_configuration, Seahorse::Model::Operation.new.tap do |o|
3062
+ o.name = "ModifyAquaConfiguration"
3063
+ o.http_method = "POST"
3064
+ o.http_request_uri = "/"
3065
+ o.input = Shapes::ShapeRef.new(shape: ModifyAquaInputMessage)
3066
+ o.output = Shapes::ShapeRef.new(shape: ModifyAquaOutputMessage)
3067
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3068
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3069
+ end)
3070
+
3029
3071
  api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
3030
3072
  o.name = "ModifyCluster"
3031
3073
  o.http_method = "POST"
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
@@ -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
 
@@ -109,6 +109,40 @@ module Aws::Redshift
109
109
  include Aws::Structure
110
110
  end
111
111
 
112
+ # The AQUA (Advanced Query Accelerator) configuration of the cluster.
113
+ #
114
+ # @!attribute [rw] aqua_status
115
+ # The value indicates the status of AQUA on the cluster. Possible
116
+ # values include the following.
117
+ #
118
+ # * enabled - AQUA is enabled.
119
+ #
120
+ # * disabled - AQUA is not enabled.
121
+ #
122
+ # * applying - AQUA status is being applied.
123
+ # @return [String]
124
+ #
125
+ # @!attribute [rw] aqua_configuration_status
126
+ # The value represents how the cluster is configured to use AQUA.
127
+ # Possible values include the following.
128
+ #
129
+ # * enabled - Use AQUA if it is available for the current AWS Region
130
+ # and Amazon Redshift node type.
131
+ #
132
+ # * disabled - Don't use AQUA.
133
+ #
134
+ # * auto - Amazon Redshift determines whether to use AQUA.
135
+ # @return [String]
136
+ #
137
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AquaConfiguration AWS API Documentation
138
+ #
139
+ class AquaConfiguration < Struct.new(
140
+ :aqua_status,
141
+ :aqua_configuration_status)
142
+ SENSITIVE = []
143
+ include Aws::Structure
144
+ end
145
+
112
146
  # Describes an attribute value.
113
147
  #
114
148
  # @!attribute [rw] attribute_value
@@ -713,6 +747,14 @@ module Aws::Redshift
713
747
  # The namespace Amazon Resource Name (ARN) of the cluster.
714
748
  # @return [String]
715
749
  #
750
+ # @!attribute [rw] total_storage_capacity_in_mega_bytes
751
+ # The total storage capacity of the cluster in megabytes.
752
+ # @return [Integer]
753
+ #
754
+ # @!attribute [rw] aqua_configuration
755
+ # The AQUA (Advanced Query Accelerator) configuration of the cluster.
756
+ # @return [Types::AquaConfiguration]
757
+ #
716
758
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
717
759
  #
718
760
  class Cluster < Struct.new(
@@ -763,7 +805,9 @@ module Aws::Redshift
763
805
  :next_maintenance_window_start_time,
764
806
  :resize_info,
765
807
  :availability_zone_relocation_status,
766
- :cluster_namespace_arn)
808
+ :cluster_namespace_arn,
809
+ :total_storage_capacity_in_mega_bytes,
810
+ :aqua_configuration)
767
811
  SENSITIVE = []
768
812
  include Aws::Structure
769
813
  end
@@ -1627,6 +1671,7 @@ module Aws::Redshift
1627
1671
  # maintenance_track_name: "String",
1628
1672
  # snapshot_schedule_identifier: "String",
1629
1673
  # availability_zone_relocation: false,
1674
+ # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
1630
1675
  # }
1631
1676
  #
1632
1677
  # @!attribute [rw] db_name
@@ -1825,6 +1870,9 @@ module Aws::Redshift
1825
1870
  # snapshots are disabled, you can still create manual snapshots when
1826
1871
  # you want with CreateClusterSnapshot.
1827
1872
  #
1873
+ # You can't disable automated snapshots for RA3 node types. Set the
1874
+ # automated retention period from 1-35 days.
1875
+ #
1828
1876
  # Default: `1`
1829
1877
  #
1830
1878
  # Constraints: Must be a value from 0 to 35.
@@ -1985,6 +2033,19 @@ module Aws::Redshift
1985
2033
  # between Availability Zones after the cluster is created.
1986
2034
  # @return [Boolean]
1987
2035
  #
2036
+ # @!attribute [rw] aqua_configuration_status
2037
+ # The value represents how the cluster is configured to use AQUA
2038
+ # (Advanced Query Accelerator) when it is created. Possible values
2039
+ # include the following.
2040
+ #
2041
+ # * enabled - Use AQUA if it is available for the current AWS Region
2042
+ # and Amazon Redshift node type.
2043
+ #
2044
+ # * disabled - Don't use AQUA.
2045
+ #
2046
+ # * auto - Amazon Redshift determines whether to use AQUA.
2047
+ # @return [String]
2048
+ #
1988
2049
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterMessage AWS API Documentation
1989
2050
  #
1990
2051
  class CreateClusterMessage < Struct.new(
@@ -2018,7 +2079,8 @@ module Aws::Redshift
2018
2079
  :iam_roles,
2019
2080
  :maintenance_track_name,
2020
2081
  :snapshot_schedule_identifier,
2021
- :availability_zone_relocation)
2082
+ :availability_zone_relocation,
2083
+ :aqua_configuration_status)
2022
2084
  SENSITIVE = []
2023
2085
  include Aws::Structure
2024
2086
  end
@@ -5455,7 +5517,7 @@ module Aws::Redshift
5455
5517
  #
5456
5518
  # @!attribute [rw] vpc_endpoints
5457
5519
  # Describes a connection endpoint.
5458
- # @return [Array<Types::SpartaProxyVpcEndpoint>]
5520
+ # @return [Array<Types::VpcEndpoint>]
5459
5521
  #
5460
5522
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Endpoint AWS API Documentation
5461
5523
  #
@@ -6405,6 +6467,51 @@ module Aws::Redshift
6405
6467
  include Aws::Structure
6406
6468
  end
6407
6469
 
6470
+ # @note When making an API call, you may pass ModifyAquaInputMessage
6471
+ # data as a hash:
6472
+ #
6473
+ # {
6474
+ # cluster_identifier: "String", # required
6475
+ # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
6476
+ # }
6477
+ #
6478
+ # @!attribute [rw] cluster_identifier
6479
+ # The identifier of the cluster to be modified.
6480
+ # @return [String]
6481
+ #
6482
+ # @!attribute [rw] aqua_configuration_status
6483
+ # The new value of AQUA configuration status. Possible values include
6484
+ # the following.
6485
+ #
6486
+ # * enabled - Use AQUA if it is available for the current AWS Region
6487
+ # and Amazon Redshift node type.
6488
+ #
6489
+ # * disabled - Don't use AQUA.
6490
+ #
6491
+ # * auto - Amazon Redshift determines whether to use AQUA.
6492
+ # @return [String]
6493
+ #
6494
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAquaInputMessage AWS API Documentation
6495
+ #
6496
+ class ModifyAquaInputMessage < Struct.new(
6497
+ :cluster_identifier,
6498
+ :aqua_configuration_status)
6499
+ SENSITIVE = []
6500
+ include Aws::Structure
6501
+ end
6502
+
6503
+ # @!attribute [rw] aqua_configuration
6504
+ # The updated AQUA configuration of the cluster.
6505
+ # @return [Types::AquaConfiguration]
6506
+ #
6507
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyAquaOutputMessage AWS API Documentation
6508
+ #
6509
+ class ModifyAquaOutputMessage < Struct.new(
6510
+ :aqua_configuration)
6511
+ SENSITIVE = []
6512
+ include Aws::Structure
6513
+ end
6514
+
6408
6515
  # @note When making an API call, you may pass ModifyClusterDbRevisionMessage
6409
6516
  # data as a hash:
6410
6517
  #
@@ -6714,6 +6821,9 @@ module Aws::Redshift
6714
6821
  # current value, existing automated snapshots that fall outside of the
6715
6822
  # new retention period will be immediately deleted.
6716
6823
  #
6824
+ # You can't disable automated snapshots for RA3 node types. Set the
6825
+ # automated retention period from 1-35 days.
6826
+ #
6717
6827
  # Default: Uses existing setting.
6718
6828
  #
6719
6829
  # Constraints: Must be a value from 0 to 35.
@@ -7402,6 +7512,35 @@ module Aws::Redshift
7402
7512
  include Aws::Structure
7403
7513
  end
7404
7514
 
7515
+ # Describes a network interface.
7516
+ #
7517
+ # @!attribute [rw] network_interface_id
7518
+ # The network interface identifier.
7519
+ # @return [String]
7520
+ #
7521
+ # @!attribute [rw] subnet_id
7522
+ # The subnet identifier.
7523
+ # @return [String]
7524
+ #
7525
+ # @!attribute [rw] private_ip_address
7526
+ # The IPv4 address of the network interface within the subnet.
7527
+ # @return [String]
7528
+ #
7529
+ # @!attribute [rw] availability_zone
7530
+ # The Availability Zone.
7531
+ # @return [String]
7532
+ #
7533
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/NetworkInterface AWS API Documentation
7534
+ #
7535
+ class NetworkInterface < Struct.new(
7536
+ :network_interface_id,
7537
+ :subnet_id,
7538
+ :private_ip_address,
7539
+ :availability_zone)
7540
+ SENSITIVE = []
7541
+ include Aws::Structure
7542
+ end
7543
+
7405
7544
  # A list of node configurations.
7406
7545
  #
7407
7546
  # @!attribute [rw] node_type
@@ -7587,7 +7726,9 @@ module Aws::Redshift
7587
7726
  # @return [String]
7588
7727
  #
7589
7728
  # @!attribute [rw] parameter_value
7590
- # The value of the parameter.
7729
+ # The value of the parameter. If `ParameterName` is
7730
+ # `wlm_json_configuration`, then the maximum size of `ParameterValue`
7731
+ # is 8000 characters.
7591
7732
  # @return [String]
7592
7733
  #
7593
7734
  # @!attribute [rw] description
@@ -8386,6 +8527,7 @@ module Aws::Redshift
8386
8527
  # snapshot_schedule_identifier: "String",
8387
8528
  # number_of_nodes: 1,
8388
8529
  # availability_zone_relocation: false,
8530
+ # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
8389
8531
  # }
8390
8532
  #
8391
8533
  # @!attribute [rw] cluster_identifier
@@ -8540,6 +8682,9 @@ module Aws::Redshift
8540
8682
  # snapshots are disabled, you can still create manual snapshots when
8541
8683
  # you want with CreateClusterSnapshot.
8542
8684
  #
8685
+ # You can't disable automated snapshots for RA3 node types. Set the
8686
+ # automated retention period from 1-35 days.
8687
+ #
8543
8688
  # Default: The value selected for the cluster from which the snapshot
8544
8689
  # was taken.
8545
8690
  #
@@ -8635,6 +8780,19 @@ module Aws::Redshift
8635
8780
  # between Availability Zones after the cluster is restored.
8636
8781
  # @return [Boolean]
8637
8782
  #
8783
+ # @!attribute [rw] aqua_configuration_status
8784
+ # The value represents how the cluster is configured to use AQUA
8785
+ # (Advanced Query Accelerator) after the cluster is restored. Possible
8786
+ # values include the following.
8787
+ #
8788
+ # * enabled - Use AQUA if it is available for the current AWS Region
8789
+ # and Amazon Redshift node type.
8790
+ #
8791
+ # * disabled - Don't use AQUA.
8792
+ #
8793
+ # * auto - Amazon Redshift determines whether to use AQUA.
8794
+ # @return [String]
8795
+ #
8638
8796
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshotMessage AWS API Documentation
8639
8797
  #
8640
8798
  class RestoreFromClusterSnapshotMessage < Struct.new(
@@ -8664,7 +8822,8 @@ module Aws::Redshift
8664
8822
  :maintenance_track_name,
8665
8823
  :snapshot_schedule_identifier,
8666
8824
  :number_of_nodes,
8667
- :availability_zone_relocation)
8825
+ :availability_zone_relocation,
8826
+ :aqua_configuration_status)
8668
8827
  SENSITIVE = []
8669
8828
  include Aws::Structure
8670
8829
  end
@@ -9733,22 +9892,6 @@ module Aws::Redshift
9733
9892
  #
9734
9893
  class SourceNotFoundFault < Aws::EmptyStructure; end
9735
9894
 
9736
- # The connection endpoint for connecting an Amazon Redshift cluster
9737
- # through the proxy.
9738
- #
9739
- # @!attribute [rw] vpc_endpoint_id
9740
- # The connection endpoint ID for connecting an Amazon Redshift cluster
9741
- # through the proxy.
9742
- # @return [String]
9743
- #
9744
- # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SpartaProxyVpcEndpoint AWS API Documentation
9745
- #
9746
- class SpartaProxyVpcEndpoint < Struct.new(
9747
- :vpc_endpoint_id)
9748
- SENSITIVE = []
9749
- include Aws::Structure
9750
- end
9751
-
9752
9895
  # Describes a subnet.
9753
9896
  #
9754
9897
  # @!attribute [rw] subnet_identifier
@@ -10237,6 +10380,33 @@ module Aws::Redshift
10237
10380
  #
10238
10381
  class UsageLimitNotFoundFault < Aws::EmptyStructure; end
10239
10382
 
10383
+ # The connection endpoint for connecting an Amazon Redshift cluster
10384
+ # through the proxy.
10385
+ #
10386
+ # @!attribute [rw] vpc_endpoint_id
10387
+ # The connection endpoint ID for connecting an Amazon Redshift cluster
10388
+ # through the proxy.
10389
+ # @return [String]
10390
+ #
10391
+ # @!attribute [rw] vpc_id
10392
+ # The VPC identifier that the endpoint is associated.
10393
+ # @return [String]
10394
+ #
10395
+ # @!attribute [rw] network_interfaces
10396
+ # One or more network interfaces of the endpoint. Also known as an
10397
+ # interface endpoint.
10398
+ # @return [Array<Types::NetworkInterface>]
10399
+ #
10400
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/VpcEndpoint AWS API Documentation
10401
+ #
10402
+ class VpcEndpoint < Struct.new(
10403
+ :vpc_endpoint_id,
10404
+ :vpc_id,
10405
+ :network_interfaces)
10406
+ SENSITIVE = []
10407
+ include Aws::Structure
10408
+ end
10409
+
10240
10410
  # Describes the members of a VPC security group.
10241
10411
  #
10242
10412
  # @!attribute [rw] vpc_security_group_id