cdk-lambda-subminute 2.0.280 → 2.0.282
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +14 -2
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +86 -78
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +121 -113
- package/node_modules/aws-sdk/clients/emr.d.ts +56 -40
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +3 -3
- package/node_modules/aws-sdk/clients/redshift.d.ts +24 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +20 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +138 -118
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -13,11 +13,11 @@ declare class EMR extends Service {
|
|
13
13
|
constructor(options?: EMR.Types.ClientConfiguration)
|
14
14
|
config: Config & EMR.Types.ClientConfiguration;
|
15
15
|
/**
|
16
|
-
* Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
16
|
+
* Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x.
|
17
17
|
*/
|
18
18
|
addInstanceFleet(params: EMR.Types.AddInstanceFleetInput, callback?: (err: AWSError, data: EMR.Types.AddInstanceFleetOutput) => void): Request<EMR.Types.AddInstanceFleetOutput, AWSError>;
|
19
19
|
/**
|
20
|
-
* Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
20
|
+
* Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x.
|
21
21
|
*/
|
22
22
|
addInstanceFleet(callback?: (err: AWSError, data: EMR.Types.AddInstanceFleetOutput) => void): Request<EMR.Types.AddInstanceFleetOutput, AWSError>;
|
23
23
|
/**
|
@@ -45,11 +45,11 @@ declare class EMR extends Service {
|
|
45
45
|
*/
|
46
46
|
addTags(callback?: (err: AWSError, data: EMR.Types.AddTagsOutput) => void): Request<EMR.Types.AddTagsOutput, AWSError>;
|
47
47
|
/**
|
48
|
-
* Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and
|
48
|
+
* Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and higher, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee that a step will be canceled, even if the request is successfully submitted. When you use Amazon EMR releases 5.28.0 and higher, you can cancel steps that are in a PENDING or RUNNING state. In earlier versions of Amazon EMR, you can only cancel steps that are in a PENDING state.
|
49
49
|
*/
|
50
50
|
cancelSteps(params: EMR.Types.CancelStepsInput, callback?: (err: AWSError, data: EMR.Types.CancelStepsOutput) => void): Request<EMR.Types.CancelStepsOutput, AWSError>;
|
51
51
|
/**
|
52
|
-
* Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and
|
52
|
+
* Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and higher, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee that a step will be canceled, even if the request is successfully submitted. When you use Amazon EMR releases 5.28.0 and higher, you can cancel steps that are in a PENDING or RUNNING state. In earlier versions of Amazon EMR, you can only cancel steps that are in a PENDING state.
|
53
53
|
*/
|
54
54
|
cancelSteps(callback?: (err: AWSError, data: EMR.Types.CancelStepsOutput) => void): Request<EMR.Types.CancelStepsOutput, AWSError>;
|
55
55
|
/**
|
@@ -213,11 +213,11 @@ declare class EMR extends Service {
|
|
213
213
|
*/
|
214
214
|
listClusters(callback?: (err: AWSError, data: EMR.Types.ListClustersOutput) => void): Request<EMR.Types.ListClustersOutput, AWSError>;
|
215
215
|
/**
|
216
|
-
* Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
216
|
+
* Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
|
217
217
|
*/
|
218
218
|
listInstanceFleets(params: EMR.Types.ListInstanceFleetsInput, callback?: (err: AWSError, data: EMR.Types.ListInstanceFleetsOutput) => void): Request<EMR.Types.ListInstanceFleetsOutput, AWSError>;
|
219
219
|
/**
|
220
|
-
* Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
220
|
+
* Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
|
221
221
|
*/
|
222
222
|
listInstanceFleets(callback?: (err: AWSError, data: EMR.Types.ListInstanceFleetsOutput) => void): Request<EMR.Types.ListInstanceFleetsOutput, AWSError>;
|
223
223
|
/**
|
@@ -301,11 +301,11 @@ declare class EMR extends Service {
|
|
301
301
|
*/
|
302
302
|
modifyCluster(callback?: (err: AWSError, data: EMR.Types.ModifyClusterOutput) => void): Request<EMR.Types.ModifyClusterOutput, AWSError>;
|
303
303
|
/**
|
304
|
-
* Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
304
|
+
* Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
|
305
305
|
*/
|
306
306
|
modifyInstanceFleet(params: EMR.Types.ModifyInstanceFleetInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
307
307
|
/**
|
308
|
-
* Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
308
|
+
* Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
|
309
309
|
*/
|
310
310
|
modifyInstanceFleet(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
311
311
|
/**
|
@@ -325,11 +325,11 @@ declare class EMR extends Service {
|
|
325
325
|
*/
|
326
326
|
putAutoScalingPolicy(callback?: (err: AWSError, data: EMR.Types.PutAutoScalingPolicyOutput) => void): Request<EMR.Types.PutAutoScalingPolicyOutput, AWSError>;
|
327
327
|
/**
|
328
|
-
* Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and
|
328
|
+
* Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and higher. For more information, see Using an auto-termination policy. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
|
329
329
|
*/
|
330
330
|
putAutoTerminationPolicy(params: EMR.Types.PutAutoTerminationPolicyInput, callback?: (err: AWSError, data: EMR.Types.PutAutoTerminationPolicyOutput) => void): Request<EMR.Types.PutAutoTerminationPolicyOutput, AWSError>;
|
331
331
|
/**
|
332
|
-
* Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and
|
332
|
+
* Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and higher. For more information, see Using an auto-termination policy. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
|
333
333
|
*/
|
334
334
|
putAutoTerminationPolicy(callback?: (err: AWSError, data: EMR.Types.PutAutoTerminationPolicyOutput) => void): Request<EMR.Types.PutAutoTerminationPolicyOutput, AWSError>;
|
335
335
|
/**
|
@@ -381,11 +381,11 @@ declare class EMR extends Service {
|
|
381
381
|
*/
|
382
382
|
removeTags(callback?: (err: AWSError, data: EMR.Types.RemoveTagsOutput) => void): Request<EMR.Types.RemoveTagsOutput, AWSError>;
|
383
383
|
/**
|
384
|
-
* RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR releases 4.8.0 and
|
384
|
+
* RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
|
385
385
|
*/
|
386
386
|
runJobFlow(params: EMR.Types.RunJobFlowInput, callback?: (err: AWSError, data: EMR.Types.RunJobFlowOutput) => void): Request<EMR.Types.RunJobFlowOutput, AWSError>;
|
387
387
|
/**
|
388
|
-
* RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR releases 4.8.0 and
|
388
|
+
* RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
|
389
389
|
*/
|
390
390
|
runJobFlow(callback?: (err: AWSError, data: EMR.Types.RunJobFlowOutput) => void): Request<EMR.Types.RunJobFlowOutput, AWSError>;
|
391
391
|
/**
|
@@ -757,7 +757,7 @@ declare namespace EMR {
|
|
757
757
|
*/
|
758
758
|
Ec2InstanceAttributes?: Ec2InstanceAttributes;
|
759
759
|
/**
|
760
|
-
* The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
760
|
+
* The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. The instance group configuration of the cluster. A value of INSTANCE_GROUP indicates a uniform instance group configuration. A value of INSTANCE_FLEET indicates an instance fleets configuration.
|
761
761
|
*/
|
762
762
|
InstanceCollectionType?: InstanceCollectionType;
|
763
763
|
/**
|
@@ -765,7 +765,7 @@ declare namespace EMR {
|
|
765
765
|
*/
|
766
766
|
LogUri?: String;
|
767
767
|
/**
|
768
|
-
* The KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and
|
768
|
+
* The KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and higher, excluding Amazon EMR 6.0.0.
|
769
769
|
*/
|
770
770
|
LogEncryptionKmsKeyId?: String;
|
771
771
|
/**
|
@@ -777,7 +777,7 @@ declare namespace EMR {
|
|
777
777
|
*/
|
778
778
|
RunningAmiVersion?: String;
|
779
779
|
/**
|
780
|
-
* The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and
|
780
|
+
* The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and higher. Earlier versions use AmiVersion.
|
781
781
|
*/
|
782
782
|
ReleaseLabel?: String;
|
783
783
|
/**
|
@@ -813,7 +813,7 @@ declare namespace EMR {
|
|
813
813
|
*/
|
814
814
|
MasterPublicDnsName?: String;
|
815
815
|
/**
|
816
|
-
* Applies only to Amazon EMR releases 4.x and
|
816
|
+
* Applies only to Amazon EMR releases 4.x and higher. The list of configurations that are supplied to the Amazon EMR cluster.
|
817
817
|
*/
|
818
818
|
Configurations?: ConfigurationList;
|
819
819
|
/**
|
@@ -825,15 +825,15 @@ declare namespace EMR {
|
|
825
825
|
*/
|
826
826
|
AutoScalingRole?: XmlString;
|
827
827
|
/**
|
828
|
-
* The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and
|
828
|
+
* The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and higher and is the default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATE_AT_TASK_COMPLETION is available only in Amazon EMR releases 4.1.0 and higher, and is the default for versions of Amazon EMR earlier than 5.1.0.
|
829
829
|
*/
|
830
830
|
ScaleDownBehavior?: ScaleDownBehavior;
|
831
831
|
/**
|
832
|
-
* Available only in Amazon EMR releases 5.7.0 and
|
832
|
+
* Available only in Amazon EMR releases 5.7.0 and higher. The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.
|
833
833
|
*/
|
834
834
|
CustomAmiId?: XmlStringMaxLen256;
|
835
835
|
/**
|
836
|
-
* The size, in GiB, of the Amazon EBS root device volume
|
836
|
+
* The size, in GiB, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 4.x and higher.
|
837
837
|
*/
|
838
838
|
EbsRootVolumeSize?: Integer;
|
839
839
|
/**
|
@@ -864,6 +864,14 @@ declare namespace EMR {
|
|
864
864
|
* The Amazon Linux release specified in a cluster launch RunJobFlow request. If no Amazon Linux release was specified, the default Amazon Linux release is shown in the response.
|
865
865
|
*/
|
866
866
|
OSReleaseLabel?: String;
|
867
|
+
/**
|
868
|
+
* The IOPS, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 6.15.0 and higher.
|
869
|
+
*/
|
870
|
+
EbsRootVolumeIops?: Integer;
|
871
|
+
/**
|
872
|
+
* The throughput, in MiB/s, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 6.15.0 and higher.
|
873
|
+
*/
|
874
|
+
EbsRootVolumeThroughput?: Integer;
|
867
875
|
}
|
868
876
|
export type ClusterId = string;
|
869
877
|
export type ClusterState = "STARTING"|"BOOTSTRAPPING"|"RUNNING"|"WAITING"|"TERMINATING"|"TERMINATED"|"TERMINATED_WITH_ERRORS"|string;
|
@@ -1423,7 +1431,7 @@ declare namespace EMR {
|
|
1423
1431
|
}
|
1424
1432
|
export interface GetBlockPublicAccessConfigurationOutput {
|
1425
1433
|
/**
|
1426
|
-
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port.
|
1434
|
+
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. To change this, update the block public access configuration to remove the exception. For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not create an Amazon EMR cluster in a Region before this date, block public access is enabled by default in that Region.
|
1427
1435
|
*/
|
1428
1436
|
BlockPublicAccessConfiguration: BlockPublicAccessConfiguration;
|
1429
1437
|
/**
|
@@ -1679,7 +1687,7 @@ declare namespace EMR {
|
|
1679
1687
|
*/
|
1680
1688
|
SpotSpecification?: SpotProvisioningSpecification;
|
1681
1689
|
/**
|
1682
|
-
* The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
1690
|
+
* The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and higher.
|
1683
1691
|
*/
|
1684
1692
|
OnDemandSpecification?: OnDemandProvisioningSpecification;
|
1685
1693
|
}
|
@@ -1772,7 +1780,7 @@ declare namespace EMR {
|
|
1772
1780
|
*/
|
1773
1781
|
Status?: InstanceGroupStatus;
|
1774
1782
|
/**
|
1775
|
-
* Amazon EMR releases 4.x or
|
1783
|
+
* Amazon EMR releases 4.x or higher. The list of configurations supplied for an Amazon EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).
|
1776
1784
|
*/
|
1777
1785
|
Configurations?: ConfigurationList;
|
1778
1786
|
/**
|
@@ -1834,7 +1842,7 @@ declare namespace EMR {
|
|
1834
1842
|
*/
|
1835
1843
|
InstanceCount: Integer;
|
1836
1844
|
/**
|
1837
|
-
* Amazon EMR releases 4.x or
|
1845
|
+
* Amazon EMR releases 4.x or higher. The list of configurations supplied for an Amazon EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).
|
1838
1846
|
*/
|
1839
1847
|
Configurations?: ConfigurationList;
|
1840
1848
|
/**
|
@@ -2126,11 +2134,11 @@ declare namespace EMR {
|
|
2126
2134
|
*/
|
2127
2135
|
LogUri?: XmlString;
|
2128
2136
|
/**
|
2129
|
-
* The KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and
|
2137
|
+
* The KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and higher, excluding 6.0.0.
|
2130
2138
|
*/
|
2131
2139
|
LogEncryptionKmsKeyId?: XmlString;
|
2132
2140
|
/**
|
2133
|
-
* Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and
|
2141
|
+
* Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and higher, ReleaseLabel is used. To specify a custom AMI, use CustomAmiID.
|
2134
2142
|
*/
|
2135
2143
|
AmiVersion?: XmlStringMaxLen256;
|
2136
2144
|
/**
|
@@ -2170,7 +2178,7 @@ declare namespace EMR {
|
|
2170
2178
|
*/
|
2171
2179
|
AutoScalingRole?: XmlString;
|
2172
2180
|
/**
|
2173
|
-
* The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and
|
2181
|
+
* The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and higher and is the default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATE_AT_TASK_COMPLETION available only in Amazon EMR releases 4.1.0 and higher, and is the default for releases of Amazon EMR earlier than 5.1.0.
|
2174
2182
|
*/
|
2175
2183
|
ScaleDownBehavior?: ScaleDownBehavior;
|
2176
2184
|
}
|
@@ -2221,7 +2229,7 @@ declare namespace EMR {
|
|
2221
2229
|
*/
|
2222
2230
|
InstanceGroups?: InstanceGroupConfigList;
|
2223
2231
|
/**
|
2224
|
-
* The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
2232
|
+
* The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. Describes the Amazon EC2 instances and instance configurations for clusters that use the instance fleet configuration.
|
2225
2233
|
*/
|
2226
2234
|
InstanceFleets?: InstanceFleetConfigList;
|
2227
2235
|
/**
|
@@ -2249,7 +2257,7 @@ declare namespace EMR {
|
|
2249
2257
|
*/
|
2250
2258
|
Ec2SubnetId?: XmlStringMaxLen256;
|
2251
2259
|
/**
|
2252
|
-
* Applies to clusters that use the instance fleet configuration. When multiple Amazon EC2 subnet IDs are specified, Amazon EMR evaluates them and launches instances in the optimal subnet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
2260
|
+
* Applies to clusters that use the instance fleet configuration. When multiple Amazon EC2 subnet IDs are specified, Amazon EMR evaluates them and launches instances in the optimal subnet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
|
2253
2261
|
*/
|
2254
2262
|
Ec2SubnetIds?: XmlStringMaxLen256List;
|
2255
2263
|
/**
|
@@ -2917,7 +2925,7 @@ declare namespace EMR {
|
|
2917
2925
|
*/
|
2918
2926
|
AvailabilityZone?: XmlString;
|
2919
2927
|
/**
|
2920
|
-
* When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone. AvailabilityZones is used for instance fleets, while AvailabilityZone (singular) is used for uniform instance groups. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and
|
2928
|
+
* When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone. AvailabilityZones is used for instance fleets, while AvailabilityZone (singular) is used for uniform instance groups. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
|
2921
2929
|
*/
|
2922
2930
|
AvailabilityZones?: XmlStringMaxLen256List;
|
2923
2931
|
}
|
@@ -3060,7 +3068,7 @@ declare namespace EMR {
|
|
3060
3068
|
*/
|
3061
3069
|
LogUri?: XmlString;
|
3062
3070
|
/**
|
3063
|
-
* The KMS key used for encrypting log files. If a value is not provided, the logs remain encrypted by AES-256. This attribute is only available with Amazon EMR releases 5.30.0 and
|
3071
|
+
* The KMS key used for encrypting log files. If a value is not provided, the logs remain encrypted by AES-256. This attribute is only available with Amazon EMR releases 5.30.0 and higher, excluding Amazon EMR 6.0.0.
|
3064
3072
|
*/
|
3065
3073
|
LogEncryptionKmsKeyId?: XmlString;
|
3066
3074
|
/**
|
@@ -3068,11 +3076,11 @@ declare namespace EMR {
|
|
3068
3076
|
*/
|
3069
3077
|
AdditionalInfo?: XmlString;
|
3070
3078
|
/**
|
3071
|
-
* Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and
|
3079
|
+
* Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and higher, ReleaseLabel is used. To specify a custom AMI, use CustomAmiID.
|
3072
3080
|
*/
|
3073
3081
|
AmiVersion?: XmlStringMaxLen256;
|
3074
3082
|
/**
|
3075
|
-
* The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and
|
3083
|
+
* The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and higher. Earlier versions use AmiVersion.
|
3076
3084
|
*/
|
3077
3085
|
ReleaseLabel?: XmlStringMaxLen256;
|
3078
3086
|
/**
|
@@ -3088,19 +3096,19 @@ declare namespace EMR {
|
|
3088
3096
|
*/
|
3089
3097
|
BootstrapActions?: BootstrapActionConfigList;
|
3090
3098
|
/**
|
3091
|
-
* For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and
|
3099
|
+
* For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and higher, use Applications. A list of strings that indicates third-party software to use. For more information, see the Amazon EMR Developer Guide. Currently supported values are: "mapr-m3" - launch the job flow using MapR M3 Edition. "mapr-m5" - launch the job flow using MapR M5 Edition.
|
3092
3100
|
*/
|
3093
3101
|
SupportedProducts?: SupportedProductsList;
|
3094
3102
|
/**
|
3095
|
-
* For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and
|
3103
|
+
* For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and higher, use Applications. A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see "Launch a Job Flow on the MapR Distribution for Hadoop" in the Amazon EMR Developer Guide. Supported values are: "mapr-m3" - launch the cluster using MapR M3 Edition. "mapr-m5" - launch the cluster using MapR M5 Edition. "mapr" with the user arguments specifying "--edition,m3" or "--edition,m5" - launch the job flow using MapR M3 or M5 Edition respectively. "mapr-m7" - launch the cluster using MapR M7 Edition. "hunk" - launch the cluster with the Hunk Big Data Analytics Platform. "hue"- launch the cluster with Hue installed. "spark" - launch the cluster with Apache Spark installed. "ganglia" - launch the cluster with the Ganglia Monitoring System installed.
|
3096
3104
|
*/
|
3097
3105
|
NewSupportedProducts?: NewSupportedProductsList;
|
3098
3106
|
/**
|
3099
|
-
* Applies to Amazon EMR releases 4.0 and
|
3107
|
+
* Applies to Amazon EMR releases 4.0 and higher. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster. For a list of applications available for each Amazon EMR release version, see the Amazon EMRRelease Guide.
|
3100
3108
|
*/
|
3101
3109
|
Applications?: ApplicationList;
|
3102
3110
|
/**
|
3103
|
-
* For Amazon EMR releases 4.0 and
|
3111
|
+
* For Amazon EMR releases 4.0 and higher. The list of configurations supplied for the Amazon EMR cluster that you are creating.
|
3104
3112
|
*/
|
3105
3113
|
Configurations?: ConfigurationList;
|
3106
3114
|
/**
|
@@ -3128,15 +3136,15 @@ declare namespace EMR {
|
|
3128
3136
|
*/
|
3129
3137
|
AutoScalingRole?: XmlString;
|
3130
3138
|
/**
|
3131
|
-
* Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and
|
3139
|
+
* Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and higher and is the default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATE_AT_TASK_COMPLETION available only in Amazon EMR releases 4.1.0 and higher, and is the default for releases of Amazon EMR earlier than 5.1.0.
|
3132
3140
|
*/
|
3133
3141
|
ScaleDownBehavior?: ScaleDownBehavior;
|
3134
3142
|
/**
|
3135
|
-
* Available only in Amazon EMR releases 5.7.0 and
|
3143
|
+
* Available only in Amazon EMR releases 5.7.0 and higher. The ID of a custom Amazon EBS-backed Linux AMI. If specified, Amazon EMR uses this AMI when it launches cluster Amazon EC2 instances. For more information about custom AMIs in Amazon EMR, see Using a Custom AMI in the Amazon EMR Management Guide. If omitted, the cluster uses the base Linux AMI for the ReleaseLabel specified. For Amazon EMR releases 2.x and 3.x, use AmiVersion instead. For information about creating a custom AMI, see Creating an Amazon EBS-Backed Linux AMI in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For information about finding an AMI ID, see Finding a Linux AMI.
|
3136
3144
|
*/
|
3137
3145
|
CustomAmiId?: XmlStringMaxLen256;
|
3138
3146
|
/**
|
3139
|
-
* The size, in GiB, of the Amazon EBS root device volume
|
3147
|
+
* The size, in GiB, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 4.x and higher.
|
3140
3148
|
*/
|
3141
3149
|
EbsRootVolumeSize?: Integer;
|
3142
3150
|
/**
|
@@ -3164,6 +3172,14 @@ declare namespace EMR {
|
|
3164
3172
|
* Specifies a particular Amazon Linux release for all nodes in a cluster launch RunJobFlow request. If a release is not specified, Amazon EMR uses the latest validated Amazon Linux release for cluster launch.
|
3165
3173
|
*/
|
3166
3174
|
OSReleaseLabel?: XmlStringMaxLen256;
|
3175
|
+
/**
|
3176
|
+
* The IOPS for the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 6.15.0 and higher.
|
3177
|
+
*/
|
3178
|
+
EbsRootVolumeIops?: Integer;
|
3179
|
+
/**
|
3180
|
+
* The throughput, in MiB/s, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 6.15.0 and higher.
|
3181
|
+
*/
|
3182
|
+
EbsRootVolumeThroughput?: Integer;
|
3167
3183
|
}
|
3168
3184
|
export interface RunJobFlowOutput {
|
3169
3185
|
/**
|
@@ -3370,7 +3386,7 @@ declare namespace EMR {
|
|
3370
3386
|
*/
|
3371
3387
|
BlockDurationMinutes?: WholeNumber;
|
3372
3388
|
/**
|
3373
|
-
*
|
3389
|
+
* Specifies one of the following strategies to launch Spot Instance fleets: price-capacity-optimized, capacity-optimized, lowest-price, or diversified. For more information on the provisioning strategies, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide for Linux Instances. When you launch a Spot Instance fleet with the old console, it automatically launches with the capacity-optimized strategy. You can't change the allocation strategy from the old console.
|
3374
3390
|
*/
|
3375
3391
|
AllocationStrategy?: SpotProvisioningAllocationStrategy;
|
3376
3392
|
}
|
@@ -899,11 +899,11 @@ declare namespace Neptune {
|
|
899
899
|
*/
|
900
900
|
OptionGroupName?: String;
|
901
901
|
/**
|
902
|
-
* The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region. To see the time blocks available, see
|
902
|
+
* The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region. To see the time blocks available, see Neptune Maintenance Window in the Amazon Neptune User Guide. Constraints: Must be in the format hh24:mi-hh24:mi. Must be in Universal Coordinated Time (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
|
903
903
|
*/
|
904
904
|
PreferredBackupWindow?: String;
|
905
905
|
/**
|
906
|
-
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region, occurring on a random day of the week. To see the time blocks available, see
|
906
|
+
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ddd:hh24:mi-ddd:hh24:mi The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region, occurring on a random day of the week. To see the time blocks available, see Neptune Maintenance Window in the Amazon Neptune User Guide. Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. Constraints: Minimum 30-minute window.
|
907
907
|
*/
|
908
908
|
PreferredMaintenanceWindow?: String;
|
909
909
|
/**
|
@@ -938,6 +938,9 @@ declare namespace Neptune {
|
|
938
938
|
* A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is enabled.
|
939
939
|
*/
|
940
940
|
DeletionProtection?: BooleanOptional;
|
941
|
+
/**
|
942
|
+
* Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
943
|
+
*/
|
941
944
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
942
945
|
/**
|
943
946
|
* The ID of the Neptune global database to which this new DB cluster should be added.
|
@@ -1101,7 +1104,7 @@ declare namespace Neptune {
|
|
1101
1104
|
/**
|
1102
1105
|
* The password for the given ARN from the key store in order to access the device.
|
1103
1106
|
*/
|
1104
|
-
TdeCredentialPassword?:
|
1107
|
+
TdeCredentialPassword?: SensitiveString;
|
1105
1108
|
/**
|
1106
1109
|
* Specifies whether the DB instance is encrypted. Not applicable. The encryption for DB instances is managed by the DB cluster. For more information, see CreateDBCluster. Default: false
|
1107
1110
|
*/
|
@@ -1431,6 +1434,9 @@ declare namespace Neptune {
|
|
1431
1434
|
* Time at which the DB cluster will be automatically restarted.
|
1432
1435
|
*/
|
1433
1436
|
AutomaticRestartTime?: TStamp;
|
1437
|
+
/**
|
1438
|
+
* Shows the scaling configuration for a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
1439
|
+
*/
|
1434
1440
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo;
|
1435
1441
|
/**
|
1436
1442
|
* Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database.
|
@@ -3084,6 +3090,9 @@ declare namespace Neptune {
|
|
3084
3090
|
* If set to true, tags are copied to any snapshot of the DB cluster that is created.
|
3085
3091
|
*/
|
3086
3092
|
CopyTagsToSnapshot?: BooleanOptional;
|
3093
|
+
/**
|
3094
|
+
* Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
3095
|
+
*/
|
3087
3096
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
3088
3097
|
}
|
3089
3098
|
export interface ModifyDBClusterParameterGroupMessage {
|
@@ -3212,7 +3221,7 @@ declare namespace Neptune {
|
|
3212
3221
|
/**
|
3213
3222
|
* The password for the given ARN from the key store in order to access the device.
|
3214
3223
|
*/
|
3215
|
-
TdeCredentialPassword?:
|
3224
|
+
TdeCredentialPassword?: SensitiveString;
|
3216
3225
|
/**
|
3217
3226
|
* Indicates the certificate that needs to be associated with the instance.
|
3218
3227
|
*/
|
@@ -3805,6 +3814,9 @@ declare namespace Neptune {
|
|
3805
3814
|
* If set to true, tags are copied to any snapshot of the restored DB cluster that is created.
|
3806
3815
|
*/
|
3807
3816
|
CopyTagsToSnapshot?: BooleanOptional;
|
3817
|
+
/**
|
3818
|
+
* Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
3819
|
+
*/
|
3808
3820
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
3809
3821
|
}
|
3810
3822
|
export interface RestoreDBClusterFromSnapshotResult {
|
@@ -3871,11 +3883,15 @@ declare namespace Neptune {
|
|
3871
3883
|
* A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
|
3872
3884
|
*/
|
3873
3885
|
DeletionProtection?: BooleanOptional;
|
3886
|
+
/**
|
3887
|
+
* Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
|
3888
|
+
*/
|
3874
3889
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
3875
3890
|
}
|
3876
3891
|
export interface RestoreDBClusterToPointInTimeResult {
|
3877
3892
|
DBCluster?: DBCluster;
|
3878
3893
|
}
|
3894
|
+
export type SensitiveString = string;
|
3879
3895
|
export interface ServerlessV2ScalingConfiguration {
|
3880
3896
|
/**
|
3881
3897
|
* The minimum number of Neptune capacity units (NCUs) for a DB instance in a Neptune Serverless cluster. You can specify NCU values in half-step increments, such as 8, 8.5, 9, and so on.
|
@@ -2723,7 +2723,7 @@ declare namespace Pinpoint {
|
|
2723
2723
|
*/
|
2724
2724
|
ApplicationId: __string;
|
2725
2725
|
/**
|
2726
|
-
* The unique identifier for the endpoint.
|
2726
|
+
* The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
|
2727
2727
|
*/
|
2728
2728
|
EndpointId: __string;
|
2729
2729
|
}
|
@@ -4103,7 +4103,7 @@ declare namespace Pinpoint {
|
|
4103
4103
|
*/
|
4104
4104
|
ApplicationId: __string;
|
4105
4105
|
/**
|
4106
|
-
* The unique identifier for the endpoint.
|
4106
|
+
* The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
|
4107
4107
|
*/
|
4108
4108
|
EndpointId: __string;
|
4109
4109
|
}
|
@@ -6946,7 +6946,7 @@ declare namespace Pinpoint {
|
|
6946
6946
|
*/
|
6947
6947
|
ApplicationId: __string;
|
6948
6948
|
/**
|
6949
|
-
* The unique identifier for the endpoint.
|
6949
|
+
* The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
|
6950
6950
|
*/
|
6951
6951
|
EndpointId: __string;
|
6952
6952
|
EndpointRequest: EndpointRequest;
|
@@ -1537,6 +1537,10 @@ declare namespace Redshift {
|
|
1537
1537
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
|
1538
1538
|
*/
|
1539
1539
|
MasterPasswordSecretKmsKeyId?: String;
|
1540
|
+
/**
|
1541
|
+
* The IP address type for the cluster. Possible values are ipv4 and dualstack.
|
1542
|
+
*/
|
1543
|
+
IpAddressType?: String;
|
1540
1544
|
}
|
1541
1545
|
export interface ClusterAssociatedToSchedule {
|
1542
1546
|
/**
|
@@ -1802,6 +1806,10 @@ declare namespace Redshift {
|
|
1802
1806
|
* The list of tags for the cluster subnet group.
|
1803
1807
|
*/
|
1804
1808
|
Tags?: TagList;
|
1809
|
+
/**
|
1810
|
+
* The IP address types supported by this cluster subnet group. Possible values are ipv4 and dualstack.
|
1811
|
+
*/
|
1812
|
+
SupportedClusterIpAddressTypes?: ValueStringList;
|
1805
1813
|
}
|
1806
1814
|
export interface ClusterSubnetGroupMessage {
|
1807
1815
|
/**
|
@@ -2035,6 +2043,10 @@ declare namespace Redshift {
|
|
2035
2043
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
|
2036
2044
|
*/
|
2037
2045
|
MasterPasswordSecretKmsKeyId?: String;
|
2046
|
+
/**
|
2047
|
+
* The IP address types that the cluster supports. Possible values are ipv4 and dualstack.
|
2048
|
+
*/
|
2049
|
+
IpAddressType?: String;
|
2038
2050
|
}
|
2039
2051
|
export interface CreateClusterParameterGroupMessage {
|
2040
2052
|
/**
|
@@ -4340,6 +4352,10 @@ declare namespace Redshift {
|
|
4340
4352
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
|
4341
4353
|
*/
|
4342
4354
|
MasterPasswordSecretKmsKeyId?: String;
|
4355
|
+
/**
|
4356
|
+
* The IP address types that the cluster supports. Possible values are ipv4 and dualstack.
|
4357
|
+
*/
|
4358
|
+
IpAddressType?: String;
|
4343
4359
|
}
|
4344
4360
|
export interface ModifyClusterParameterGroupMessage {
|
4345
4361
|
/**
|
@@ -4569,6 +4585,10 @@ declare namespace Redshift {
|
|
4569
4585
|
* The Availability Zone.
|
4570
4586
|
*/
|
4571
4587
|
AvailabilityZone?: String;
|
4588
|
+
/**
|
4589
|
+
* The IPv6 address of the network interface within the subnet.
|
4590
|
+
*/
|
4591
|
+
Ipv6Address?: String;
|
4572
4592
|
}
|
4573
4593
|
export type NetworkInterfaceList = NetworkInterface[];
|
4574
4594
|
export interface NodeConfigurationOption {
|
@@ -5299,6 +5319,10 @@ declare namespace Redshift {
|
|
5299
5319
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
|
5300
5320
|
*/
|
5301
5321
|
MasterPasswordSecretKmsKeyId?: String;
|
5322
|
+
/**
|
5323
|
+
* The IP address type for the cluster. Possible values are ipv4 and dualstack.
|
5324
|
+
*/
|
5325
|
+
IpAddressType?: String;
|
5302
5326
|
}
|
5303
5327
|
export interface RestoreFromClusterSnapshotResult {
|
5304
5328
|
Cluster?: Cluster;
|