aws-sdk 2.950.0 → 2.954.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.
- package/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/codebuild-2016-10-06.min.json +134 -131
- package/apis/databrew-2017-07-25.min.json +177 -61
- package/apis/ec2-2016-11-15.min.json +1298 -982
- package/apis/elasticmapreduce-2009-03-31.min.json +84 -28
- package/apis/elasticmapreduce-2009-03-31.paginators.json +5 -0
- package/apis/kendra-2019-02-03.min.json +59 -35
- package/apis/medialive-2017-10-14.min.json +221 -201
- package/apis/monitoring-2010-08-01.min.json +23 -22
- package/apis/personalize-2018-05-22.min.json +1 -2
- package/apis/qldb-2019-01-02.min.json +51 -28
- package/apis/rds-2014-10-31.min.json +3 -0
- package/apis/s3control-2018-08-20.min.json +64 -55
- package/apis/s3outposts-2017-07-25.min.json +9 -2
- package/apis/securityhub-2018-10-26.min.json +409 -207
- package/apis/synthetics-2017-10-11.min.json +40 -3
- package/apis/textract-2018-06-27.min.json +144 -46
- package/clients/cloudwatch.d.ts +19 -14
- package/clients/codebuild.d.ts +130 -126
- package/clients/databrew.d.ts +123 -8
- package/clients/ec2.d.ts +424 -109
- package/clients/elbv2.d.ts +1 -1
- package/clients/emr.d.ts +146 -56
- package/clients/iam.d.ts +4 -4
- package/clients/identitystore.d.ts +15 -15
- package/clients/imagebuilder.d.ts +1 -1
- package/clients/kendra.d.ts +39 -8
- package/clients/lambda.d.ts +14 -14
- package/clients/medialive.d.ts +16 -0
- package/clients/personalize.d.ts +15 -15
- package/clients/proton.d.ts +54 -54
- package/clients/qldb.d.ts +51 -15
- package/clients/rds.d.ts +8 -4
- package/clients/s3control.d.ts +100 -78
- package/clients/s3outposts.d.ts +44 -13
- package/clients/securityhub.d.ts +473 -143
- package/clients/synthetics.d.ts +27 -10
- package/clients/textract.d.ts +92 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +1551 -1168
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/elbv2.d.ts
CHANGED
|
@@ -1204,7 +1204,7 @@ declare namespace ELBv2 {
|
|
|
1204
1204
|
export type LoadBalancerArns = LoadBalancerArn[];
|
|
1205
1205
|
export interface LoadBalancerAttribute {
|
|
1206
1206
|
/**
|
|
1207
|
-
* The name of the attribute. The following attribute is supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. The following attributes are supported by both Application Load Balancers and Network Load Balancers: access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. The following attributes are supported by only Application Load Balancers: idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The value is true or false. The default is false. The following attribute is supported by Network Load Balancers and Gateway Load Balancers: load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.
|
|
1207
|
+
* The name of the attribute. The following attribute is supported by all load balancers: deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. The following attributes are supported by both Application Load Balancers and Network Load Balancers: access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. The following attributes are supported by only Application Load Balancers: idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. routing.http2.enabled - Indicates whether HTTP/2 is enabled. The value is true or false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The value is true or false. The default is false. The following attribute is supported by Network Load Balancers and Gateway Load Balancers: load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The value is true or false. The default is false.
|
|
1208
1208
|
*/
|
|
1209
1209
|
Key?: LoadBalancerAttributeKey;
|
|
1210
1210
|
/**
|
package/clients/emr.d.ts
CHANGED
|
@@ -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 later, 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.
|
|
48
|
+
* Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and later, 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 versions 5.28.0 and later, 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 later, 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.
|
|
52
|
+
* Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and later, 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 versions 5.28.0 and later, 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
|
/**
|
|
@@ -124,6 +124,14 @@ declare class EMR extends Service {
|
|
|
124
124
|
* Provides details of a notebook execution.
|
|
125
125
|
*/
|
|
126
126
|
describeNotebookExecution(callback?: (err: AWSError, data: EMR.Types.DescribeNotebookExecutionOutput) => void): Request<EMR.Types.DescribeNotebookExecutionOutput, AWSError>;
|
|
127
|
+
/**
|
|
128
|
+
* Provides EMR release label details, such as releases available the region where the API request is run, and the available applications for a specific EMR release label. Can also list EMR release versions that support a specified version of Spark.
|
|
129
|
+
*/
|
|
130
|
+
describeReleaseLabel(params: EMR.Types.DescribeReleaseLabelInput, callback?: (err: AWSError, data: EMR.Types.DescribeReleaseLabelOutput) => void): Request<EMR.Types.DescribeReleaseLabelOutput, AWSError>;
|
|
131
|
+
/**
|
|
132
|
+
* Provides EMR release label details, such as releases available the region where the API request is run, and the available applications for a specific EMR release label. Can also list EMR release versions that support a specified version of Spark.
|
|
133
|
+
*/
|
|
134
|
+
describeReleaseLabel(callback?: (err: AWSError, data: EMR.Types.DescribeReleaseLabelOutput) => void): Request<EMR.Types.DescribeReleaseLabelOutput, AWSError>;
|
|
127
135
|
/**
|
|
128
136
|
* Provides the details of a security configuration by returning the configuration JSON.
|
|
129
137
|
*/
|
|
@@ -149,11 +157,11 @@ declare class EMR extends Service {
|
|
|
149
157
|
*/
|
|
150
158
|
describeStudio(callback?: (err: AWSError, data: EMR.Types.DescribeStudioOutput) => void): Request<EMR.Types.DescribeStudioOutput, AWSError>;
|
|
151
159
|
/**
|
|
152
|
-
* Returns the Amazon EMR block public access configuration for your
|
|
160
|
+
* Returns the Amazon EMR block public access configuration for your account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
153
161
|
*/
|
|
154
162
|
getBlockPublicAccessConfiguration(params: EMR.Types.GetBlockPublicAccessConfigurationInput, callback?: (err: AWSError, data: EMR.Types.GetBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.GetBlockPublicAccessConfigurationOutput, AWSError>;
|
|
155
163
|
/**
|
|
156
|
-
* Returns the Amazon EMR block public access configuration for your
|
|
164
|
+
* Returns the Amazon EMR block public access configuration for your account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
157
165
|
*/
|
|
158
166
|
getBlockPublicAccessConfiguration(callback?: (err: AWSError, data: EMR.Types.GetBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.GetBlockPublicAccessConfigurationOutput, AWSError>;
|
|
159
167
|
/**
|
|
@@ -181,11 +189,11 @@ declare class EMR extends Service {
|
|
|
181
189
|
*/
|
|
182
190
|
listBootstrapActions(callback?: (err: AWSError, data: EMR.Types.ListBootstrapActionsOutput) => void): Request<EMR.Types.ListBootstrapActionsOutput, AWSError>;
|
|
183
191
|
/**
|
|
184
|
-
* Provides the status of all clusters visible to this
|
|
192
|
+
* Provides the status of all clusters visible to this account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
|
|
185
193
|
*/
|
|
186
194
|
listClusters(params: EMR.Types.ListClustersInput, callback?: (err: AWSError, data: EMR.Types.ListClustersOutput) => void): Request<EMR.Types.ListClustersOutput, AWSError>;
|
|
187
195
|
/**
|
|
188
|
-
* Provides the status of all clusters visible to this
|
|
196
|
+
* Provides the status of all clusters visible to this account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
|
|
189
197
|
*/
|
|
190
198
|
listClusters(callback?: (err: AWSError, data: EMR.Types.ListClustersOutput) => void): Request<EMR.Types.ListClustersOutput, AWSError>;
|
|
191
199
|
/**
|
|
@@ -220,6 +228,14 @@ declare class EMR extends Service {
|
|
|
220
228
|
* Provides summaries of all notebook executions. You can filter the list based on multiple criteria such as status, time range, and editor id. Returns a maximum of 50 notebook executions and a marker to track the paging of a longer notebook execution list across multiple ListNotebookExecution calls.
|
|
221
229
|
*/
|
|
222
230
|
listNotebookExecutions(callback?: (err: AWSError, data: EMR.Types.ListNotebookExecutionsOutput) => void): Request<EMR.Types.ListNotebookExecutionsOutput, AWSError>;
|
|
231
|
+
/**
|
|
232
|
+
* Retrieves release labels of EMR services in the region where the API is called.
|
|
233
|
+
*/
|
|
234
|
+
listReleaseLabels(params: EMR.Types.ListReleaseLabelsInput, callback?: (err: AWSError, data: EMR.Types.ListReleaseLabelsOutput) => void): Request<EMR.Types.ListReleaseLabelsOutput, AWSError>;
|
|
235
|
+
/**
|
|
236
|
+
* Retrieves release labels of EMR services in the region where the API is called.
|
|
237
|
+
*/
|
|
238
|
+
listReleaseLabels(callback?: (err: AWSError, data: EMR.Types.ListReleaseLabelsOutput) => void): Request<EMR.Types.ListReleaseLabelsOutput, AWSError>;
|
|
223
239
|
/**
|
|
224
240
|
* Lists all the security configurations visible to this account, providing their creation dates and times, and their names. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListSecurityConfigurations calls.
|
|
225
241
|
*/
|
|
@@ -229,11 +245,11 @@ declare class EMR extends Service {
|
|
|
229
245
|
*/
|
|
230
246
|
listSecurityConfigurations(callback?: (err: AWSError, data: EMR.Types.ListSecurityConfigurationsOutput) => void): Request<EMR.Types.ListSecurityConfigurationsOutput, AWSError>;
|
|
231
247
|
/**
|
|
232
|
-
* Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request
|
|
248
|
+
* Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request or filter by StepStates. You can specify a maximum of 10 stepIDs. The CLI automatically paginates results to return a list greater than 50 steps. To return more than 50 steps using the CLI, specify a Marker, which is a pagination token that indicates the next set of steps to retrieve.
|
|
233
249
|
*/
|
|
234
250
|
listSteps(params: EMR.Types.ListStepsInput, callback?: (err: AWSError, data: EMR.Types.ListStepsOutput) => void): Request<EMR.Types.ListStepsOutput, AWSError>;
|
|
235
251
|
/**
|
|
236
|
-
* Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request
|
|
252
|
+
* Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request or filter by StepStates. You can specify a maximum of 10 stepIDs. The CLI automatically paginates results to return a list greater than 50 steps. To return more than 50 steps using the CLI, specify a Marker, which is a pagination token that indicates the next set of steps to retrieve.
|
|
237
253
|
*/
|
|
238
254
|
listSteps(callback?: (err: AWSError, data: EMR.Types.ListStepsOutput) => void): Request<EMR.Types.ListStepsOutput, AWSError>;
|
|
239
255
|
/**
|
|
@@ -245,11 +261,11 @@ declare class EMR extends Service {
|
|
|
245
261
|
*/
|
|
246
262
|
listStudioSessionMappings(callback?: (err: AWSError, data: EMR.Types.ListStudioSessionMappingsOutput) => void): Request<EMR.Types.ListStudioSessionMappingsOutput, AWSError>;
|
|
247
263
|
/**
|
|
248
|
-
* Returns a list of all Amazon EMR Studios associated with the
|
|
264
|
+
* Returns a list of all Amazon EMR Studios associated with the account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
|
|
249
265
|
*/
|
|
250
266
|
listStudios(params: EMR.Types.ListStudiosInput, callback?: (err: AWSError, data: EMR.Types.ListStudiosOutput) => void): Request<EMR.Types.ListStudiosOutput, AWSError>;
|
|
251
267
|
/**
|
|
252
|
-
* Returns a list of all Amazon EMR Studios associated with the
|
|
268
|
+
* Returns a list of all Amazon EMR Studios associated with the account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
|
|
253
269
|
*/
|
|
254
270
|
listStudios(callback?: (err: AWSError, data: EMR.Types.ListStudiosOutput) => void): Request<EMR.Types.ListStudiosOutput, AWSError>;
|
|
255
271
|
/**
|
|
@@ -285,11 +301,11 @@ declare class EMR extends Service {
|
|
|
285
301
|
*/
|
|
286
302
|
putAutoScalingPolicy(callback?: (err: AWSError, data: EMR.Types.PutAutoScalingPolicyOutput) => void): Request<EMR.Types.PutAutoScalingPolicyOutput, AWSError>;
|
|
287
303
|
/**
|
|
288
|
-
* Creates or updates an Amazon EMR block public access configuration for your
|
|
304
|
+
* Creates or updates an Amazon EMR block public access configuration for your account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
289
305
|
*/
|
|
290
306
|
putBlockPublicAccessConfiguration(params: EMR.Types.PutBlockPublicAccessConfigurationInput, callback?: (err: AWSError, data: EMR.Types.PutBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.PutBlockPublicAccessConfigurationOutput, AWSError>;
|
|
291
307
|
/**
|
|
292
|
-
* Creates or updates an Amazon EMR block public access configuration for your
|
|
308
|
+
* Creates or updates an Amazon EMR block public access configuration for your account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
293
309
|
*/
|
|
294
310
|
putBlockPublicAccessConfiguration(callback?: (err: AWSError, data: EMR.Types.PutBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.PutBlockPublicAccessConfigurationOutput, AWSError>;
|
|
295
311
|
/**
|
|
@@ -341,11 +357,11 @@ declare class EMR extends Service {
|
|
|
341
357
|
*/
|
|
342
358
|
setTerminationProtection(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
343
359
|
/**
|
|
344
|
-
* Sets the Cluster$VisibleToAllUsers value
|
|
360
|
+
* Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMR Management Guide.
|
|
345
361
|
*/
|
|
346
362
|
setVisibleToAllUsers(params: EMR.Types.SetVisibleToAllUsersInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
347
363
|
/**
|
|
348
|
-
* Sets the Cluster$VisibleToAllUsers value
|
|
364
|
+
* Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMR Management Guide.
|
|
349
365
|
*/
|
|
350
366
|
setVisibleToAllUsers(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
351
367
|
/**
|
|
@@ -699,7 +715,7 @@ declare namespace EMR {
|
|
|
699
715
|
*/
|
|
700
716
|
LogUri?: String;
|
|
701
717
|
/**
|
|
702
|
-
* The
|
|
718
|
+
* The KMS key used for encrypting log files. This attribute is only available with EMR version 5.30.0 and later, excluding EMR 6.0.0.
|
|
703
719
|
*/
|
|
704
720
|
LogEncryptionKmsKeyId?: String;
|
|
705
721
|
/**
|
|
@@ -723,7 +739,7 @@ declare namespace EMR {
|
|
|
723
739
|
*/
|
|
724
740
|
TerminationProtected?: Boolean;
|
|
725
741
|
/**
|
|
726
|
-
* Indicates whether the cluster is visible to
|
|
742
|
+
* Indicates whether the cluster is visible to IAM principals in the account associated with the cluster. When true, IAM principals in the account can perform EMR cluster actions on the cluster that their IAM policies allow. When false, only the IAM principal that created the cluster and the account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is false if a value is not provided when creating a cluster using the EMR API RunJobFlow command or the CLI create-cluster command. The default value is true when a cluster is created using the Management Console. IAM principals that are allowed to perform actions on the cluster can use the SetVisibleToAllUsers action to change the value on a running cluster. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMR Management Guide.
|
|
727
743
|
*/
|
|
728
744
|
VisibleToAllUsers?: Boolean;
|
|
729
745
|
/**
|
|
@@ -735,7 +751,7 @@ declare namespace EMR {
|
|
|
735
751
|
*/
|
|
736
752
|
Tags?: TagList;
|
|
737
753
|
/**
|
|
738
|
-
* The IAM role that will be assumed by the Amazon EMR service to access
|
|
754
|
+
* The IAM role that will be assumed by the Amazon EMR service to access Amazon Web Services resources on your behalf.
|
|
739
755
|
*/
|
|
740
756
|
ServiceRole?: String;
|
|
741
757
|
/**
|
|
@@ -960,7 +976,7 @@ declare namespace EMR {
|
|
|
960
976
|
*/
|
|
961
977
|
SubnetIds: SubnetIdList;
|
|
962
978
|
/**
|
|
963
|
-
* The IAM role that will be assumed by the Amazon EMR Studio. The service role provides a way for Amazon EMR Studio to interoperate with other
|
|
979
|
+
* The IAM role that will be assumed by the Amazon EMR Studio. The service role provides a way for Amazon EMR Studio to interoperate with other Amazon Web Services services.
|
|
964
980
|
*/
|
|
965
981
|
ServiceRole: XmlString;
|
|
966
982
|
/**
|
|
@@ -1000,11 +1016,11 @@ declare namespace EMR {
|
|
|
1000
1016
|
*/
|
|
1001
1017
|
StudioId: XmlStringMaxLen256;
|
|
1002
1018
|
/**
|
|
1003
|
-
* The globally unique identifier (GUID) of the user or group from the
|
|
1019
|
+
* The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
|
|
1004
1020
|
*/
|
|
1005
1021
|
IdentityId?: XmlStringMaxLen256;
|
|
1006
1022
|
/**
|
|
1007
|
-
* The name of the user or group. For more information, see UserName and DisplayName in the
|
|
1023
|
+
* The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
|
|
1008
1024
|
*/
|
|
1009
1025
|
IdentityName?: XmlStringMaxLen256;
|
|
1010
1026
|
/**
|
|
@@ -1012,7 +1028,7 @@ declare namespace EMR {
|
|
|
1012
1028
|
*/
|
|
1013
1029
|
IdentityType: IdentityType;
|
|
1014
1030
|
/**
|
|
1015
|
-
* The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.
|
|
1031
|
+
* The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. You should specify the ARN for the session policy that you want to apply, not the ARN of your user role. For more information, see Create an EMR Studio User Role with Session Policies.
|
|
1016
1032
|
*/
|
|
1017
1033
|
SessionPolicyArn: XmlStringMaxLen256;
|
|
1018
1034
|
}
|
|
@@ -1037,11 +1053,11 @@ declare namespace EMR {
|
|
|
1037
1053
|
*/
|
|
1038
1054
|
StudioId: XmlStringMaxLen256;
|
|
1039
1055
|
/**
|
|
1040
|
-
* The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. For more information, see UserId and GroupId in the
|
|
1056
|
+
* The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
|
|
1041
1057
|
*/
|
|
1042
1058
|
IdentityId?: XmlStringMaxLen256;
|
|
1043
1059
|
/**
|
|
1044
|
-
* The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the
|
|
1060
|
+
* The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the Amazon Web Services SSO Store API Reference. Either IdentityName or IdentityId must be specified.
|
|
1045
1061
|
*/
|
|
1046
1062
|
IdentityName?: XmlStringMaxLen256;
|
|
1047
1063
|
/**
|
|
@@ -1097,6 +1113,34 @@ declare namespace EMR {
|
|
|
1097
1113
|
*/
|
|
1098
1114
|
NotebookExecution?: NotebookExecution;
|
|
1099
1115
|
}
|
|
1116
|
+
export interface DescribeReleaseLabelInput {
|
|
1117
|
+
/**
|
|
1118
|
+
* The target release label to be described.
|
|
1119
|
+
*/
|
|
1120
|
+
ReleaseLabel?: String;
|
|
1121
|
+
/**
|
|
1122
|
+
* The pagination token. Reserved for future use. Currently set to null.
|
|
1123
|
+
*/
|
|
1124
|
+
NextToken?: String;
|
|
1125
|
+
/**
|
|
1126
|
+
* Reserved for future use. Currently set to null.
|
|
1127
|
+
*/
|
|
1128
|
+
MaxResults?: MaxResultsNumber;
|
|
1129
|
+
}
|
|
1130
|
+
export interface DescribeReleaseLabelOutput {
|
|
1131
|
+
/**
|
|
1132
|
+
* The target release label described in the response.
|
|
1133
|
+
*/
|
|
1134
|
+
ReleaseLabel?: String;
|
|
1135
|
+
/**
|
|
1136
|
+
* The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.
|
|
1137
|
+
*/
|
|
1138
|
+
Applications?: SimplifiedApplicationList;
|
|
1139
|
+
/**
|
|
1140
|
+
* The pagination token. Reserved for future use. Currently set to null.
|
|
1141
|
+
*/
|
|
1142
|
+
NextToken?: String;
|
|
1143
|
+
}
|
|
1100
1144
|
export interface DescribeSecurityConfigurationInput {
|
|
1101
1145
|
/**
|
|
1102
1146
|
* The name of the security configuration.
|
|
@@ -1273,7 +1317,7 @@ declare namespace EMR {
|
|
|
1273
1317
|
*/
|
|
1274
1318
|
BlockPublicAccessConfiguration: BlockPublicAccessConfiguration;
|
|
1275
1319
|
/**
|
|
1276
|
-
* Properties that describe the
|
|
1320
|
+
* Properties that describe the Amazon Web Services principal that created the BlockPublicAccessConfiguration using the PutBlockPublicAccessConfiguration action as well as the date and time that the configuration was created. Each time a configuration for block public access is updated, Amazon EMR updates this metadata.
|
|
1277
1321
|
*/
|
|
1278
1322
|
BlockPublicAccessConfigurationMetadata: BlockPublicAccessConfigurationMetadata;
|
|
1279
1323
|
}
|
|
@@ -1295,11 +1339,11 @@ declare namespace EMR {
|
|
|
1295
1339
|
*/
|
|
1296
1340
|
StudioId: XmlStringMaxLen256;
|
|
1297
1341
|
/**
|
|
1298
|
-
* The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the
|
|
1342
|
+
* The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
|
|
1299
1343
|
*/
|
|
1300
1344
|
IdentityId?: XmlStringMaxLen256;
|
|
1301
1345
|
/**
|
|
1302
|
-
* The name of the user or group to fetch. For more information, see UserName and DisplayName in the
|
|
1346
|
+
* The name of the user or group to fetch. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
|
|
1303
1347
|
*/
|
|
1304
1348
|
IdentityName?: XmlStringMaxLen256;
|
|
1305
1349
|
/**
|
|
@@ -1396,7 +1440,7 @@ declare namespace EMR {
|
|
|
1396
1440
|
*/
|
|
1397
1441
|
InstanceType?: InstanceType;
|
|
1398
1442
|
/**
|
|
1399
|
-
* The list of EBS volumes that are attached to this instance.
|
|
1443
|
+
* The list of Amazon EBS volumes that are attached to this instance.
|
|
1400
1444
|
*/
|
|
1401
1445
|
EbsVolumes?: EbsVolumeList;
|
|
1402
1446
|
}
|
|
@@ -1435,7 +1479,7 @@ declare namespace EMR {
|
|
|
1435
1479
|
*/
|
|
1436
1480
|
ProvisionedSpotCapacity?: WholeNumber;
|
|
1437
1481
|
/**
|
|
1438
|
-
*
|
|
1482
|
+
* An array of specifications for the instance types that comprise an instance fleet.
|
|
1439
1483
|
*/
|
|
1440
1484
|
InstanceTypeSpecifications?: InstanceTypeSpecificationList;
|
|
1441
1485
|
/**
|
|
@@ -1575,7 +1619,7 @@ declare namespace EMR {
|
|
|
1575
1619
|
*/
|
|
1576
1620
|
Status?: InstanceGroupStatus;
|
|
1577
1621
|
/**
|
|
1578
|
-
* Amazon EMR releases 4.x or later. The list of configurations supplied for an EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).
|
|
1622
|
+
* Amazon EMR releases 4.x or later. 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).
|
|
1579
1623
|
*/
|
|
1580
1624
|
Configurations?: ConfigurationList;
|
|
1581
1625
|
/**
|
|
@@ -1850,7 +1894,7 @@ declare namespace EMR {
|
|
|
1850
1894
|
*/
|
|
1851
1895
|
BidPriceAsPercentageOfOnDemandPrice?: NonNegativeDouble;
|
|
1852
1896
|
/**
|
|
1853
|
-
* The configuration of Amazon Elastic Block
|
|
1897
|
+
* The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by InstanceType.
|
|
1854
1898
|
*/
|
|
1855
1899
|
EbsConfiguration?: EbsConfiguration;
|
|
1856
1900
|
/**
|
|
@@ -1881,7 +1925,7 @@ declare namespace EMR {
|
|
|
1881
1925
|
*/
|
|
1882
1926
|
Configurations?: ConfigurationList;
|
|
1883
1927
|
/**
|
|
1884
|
-
* The configuration of Amazon Elastic Block
|
|
1928
|
+
* The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by InstanceType.
|
|
1885
1929
|
*/
|
|
1886
1930
|
EbsBlockDevices?: EbsBlockDeviceList;
|
|
1887
1931
|
/**
|
|
@@ -1905,7 +1949,7 @@ declare namespace EMR {
|
|
|
1905
1949
|
*/
|
|
1906
1950
|
LogUri?: XmlString;
|
|
1907
1951
|
/**
|
|
1908
|
-
* The
|
|
1952
|
+
* The KMS key used for encrypting log files. This attribute is only available with EMR version 5.30.0 and later, excluding EMR 6.0.0.
|
|
1909
1953
|
*/
|
|
1910
1954
|
LogEncryptionKmsKeyId?: XmlString;
|
|
1911
1955
|
/**
|
|
@@ -1933,7 +1977,7 @@ declare namespace EMR {
|
|
|
1933
1977
|
*/
|
|
1934
1978
|
SupportedProducts?: SupportedProductsList;
|
|
1935
1979
|
/**
|
|
1936
|
-
* Indicates whether the cluster is visible to
|
|
1980
|
+
* Indicates whether the cluster is visible to IAM principals in the account associated with the cluster. When true, IAM principals in the account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is false if a value is not provided when creating a cluster using the EMR API RunJobFlow command or the CLI create-cluster command. The default value is true when a cluster is created using the Management Console. IAM principals that are authorized to perform actions on the cluster can use the SetVisibleToAllUsers action to change the value on a running cluster. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMR Management Guide.
|
|
1937
1981
|
*/
|
|
1938
1982
|
VisibleToAllUsers?: Boolean;
|
|
1939
1983
|
/**
|
|
@@ -1941,7 +1985,7 @@ declare namespace EMR {
|
|
|
1941
1985
|
*/
|
|
1942
1986
|
JobFlowRole?: XmlString;
|
|
1943
1987
|
/**
|
|
1944
|
-
* The IAM role that is assumed by the Amazon EMR service to access
|
|
1988
|
+
* The IAM role that is assumed by the Amazon EMR service to access Amazon Web Services resources on your behalf.
|
|
1945
1989
|
*/
|
|
1946
1990
|
ServiceRole?: XmlString;
|
|
1947
1991
|
/**
|
|
@@ -2012,7 +2056,7 @@ declare namespace EMR {
|
|
|
2012
2056
|
*/
|
|
2013
2057
|
Placement?: PlacementType;
|
|
2014
2058
|
/**
|
|
2015
|
-
* Specifies whether the cluster should remain available after completing all steps.
|
|
2059
|
+
* Specifies whether the cluster should remain available after completing all steps. Defaults to true. For more information about configuring cluster termination, see Control Cluster Termination in the EMR Management Guide.
|
|
2016
2060
|
*/
|
|
2017
2061
|
KeepJobFlowAliveWhenNoSteps?: Boolean;
|
|
2018
2062
|
/**
|
|
@@ -2032,11 +2076,11 @@ declare namespace EMR {
|
|
|
2032
2076
|
*/
|
|
2033
2077
|
Ec2SubnetIds?: XmlStringMaxLen256List;
|
|
2034
2078
|
/**
|
|
2035
|
-
* The identifier of the Amazon EC2 security group for the master node.
|
|
2079
|
+
* The identifier of the Amazon EC2 security group for the master node. If you specify EmrManagedMasterSecurityGroup, you must also specify EmrManagedSlaveSecurityGroup.
|
|
2036
2080
|
*/
|
|
2037
2081
|
EmrManagedMasterSecurityGroup?: XmlStringMaxLen256;
|
|
2038
2082
|
/**
|
|
2039
|
-
* The identifier of the Amazon EC2 security group for the core and task nodes.
|
|
2083
|
+
* The identifier of the Amazon EC2 security group for the core and task nodes. If you specify EmrManagedSlaveSecurityGroup, you must also specify EmrManagedMasterSecurityGroup.
|
|
2040
2084
|
*/
|
|
2041
2085
|
EmrManagedSlaveSecurityGroup?: XmlStringMaxLen256;
|
|
2042
2086
|
/**
|
|
@@ -2169,7 +2213,7 @@ declare namespace EMR {
|
|
|
2169
2213
|
*/
|
|
2170
2214
|
CreatedBefore?: _Date;
|
|
2171
2215
|
/**
|
|
2172
|
-
* The cluster state filters to apply when listing clusters.
|
|
2216
|
+
* The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
|
|
2173
2217
|
*/
|
|
2174
2218
|
ClusterStates?: ClusterStateList;
|
|
2175
2219
|
/**
|
|
@@ -2299,6 +2343,30 @@ declare namespace EMR {
|
|
|
2299
2343
|
*/
|
|
2300
2344
|
Marker?: Marker;
|
|
2301
2345
|
}
|
|
2346
|
+
export interface ListReleaseLabelsInput {
|
|
2347
|
+
/**
|
|
2348
|
+
* Filters the results of the request. Prefix specifies the prefix of release labels to return. Application specifies the application (with/without version) of release labels to return.
|
|
2349
|
+
*/
|
|
2350
|
+
Filters?: ReleaseLabelFilter;
|
|
2351
|
+
/**
|
|
2352
|
+
* Specifies the next page of results. If NextToken is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The ListReleaseLabels request fails if the identity (AWS AccountID) and all filtering parameters are different from the original request, or if the NextToken is expired or tampered with.
|
|
2353
|
+
*/
|
|
2354
|
+
NextToken?: String;
|
|
2355
|
+
/**
|
|
2356
|
+
* Defines the maximum number of release labels to return in a single response. The default is 100.
|
|
2357
|
+
*/
|
|
2358
|
+
MaxResults?: MaxResultsNumber;
|
|
2359
|
+
}
|
|
2360
|
+
export interface ListReleaseLabelsOutput {
|
|
2361
|
+
/**
|
|
2362
|
+
* The returned release labels.
|
|
2363
|
+
*/
|
|
2364
|
+
ReleaseLabels?: StringList;
|
|
2365
|
+
/**
|
|
2366
|
+
* Used to paginate the next page of results if specified in the next ListReleaseLabels request.
|
|
2367
|
+
*/
|
|
2368
|
+
NextToken?: String;
|
|
2369
|
+
}
|
|
2302
2370
|
export interface ListSecurityConfigurationsInput {
|
|
2303
2371
|
/**
|
|
2304
2372
|
* The pagination token that indicates the set of results to retrieve.
|
|
@@ -2329,7 +2397,7 @@ declare namespace EMR {
|
|
|
2329
2397
|
*/
|
|
2330
2398
|
StepIds?: XmlStringList;
|
|
2331
2399
|
/**
|
|
2332
|
-
* The pagination token that indicates the next set of results to retrieve.
|
|
2400
|
+
* The maximum number of steps that a single ListSteps action returns is 50. To return a longer list of steps, use multiple ListSteps actions along with the Marker parameter, which is a pagination token that indicates the next set of results to retrieve.
|
|
2333
2401
|
*/
|
|
2334
2402
|
Marker?: Marker;
|
|
2335
2403
|
}
|
|
@@ -2339,7 +2407,7 @@ declare namespace EMR {
|
|
|
2339
2407
|
*/
|
|
2340
2408
|
Steps?: StepSummaryList;
|
|
2341
2409
|
/**
|
|
2342
|
-
* The pagination token that indicates the next set of results to retrieve.
|
|
2410
|
+
* The maximum number of steps that a single ListSteps action returns is 50. To return a longer list of steps, use multiple ListSteps actions along with the Marker parameter, which is a pagination token that indicates the next set of results to retrieve.
|
|
2343
2411
|
*/
|
|
2344
2412
|
Marker?: Marker;
|
|
2345
2413
|
}
|
|
@@ -2392,6 +2460,7 @@ declare namespace EMR {
|
|
|
2392
2460
|
}
|
|
2393
2461
|
export type Marker = string;
|
|
2394
2462
|
export type MarketType = "ON_DEMAND"|"SPOT"|string;
|
|
2463
|
+
export type MaxResultsNumber = number;
|
|
2395
2464
|
export interface MetricDimension {
|
|
2396
2465
|
/**
|
|
2397
2466
|
* The dimension name.
|
|
@@ -2409,7 +2478,7 @@ declare namespace EMR {
|
|
|
2409
2478
|
*/
|
|
2410
2479
|
ClusterId: String;
|
|
2411
2480
|
/**
|
|
2412
|
-
* The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps.
|
|
2481
|
+
* The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.
|
|
2413
2482
|
*/
|
|
2414
2483
|
StepConcurrencyLevel?: Integer;
|
|
2415
2484
|
}
|
|
@@ -2425,7 +2494,7 @@ declare namespace EMR {
|
|
|
2425
2494
|
*/
|
|
2426
2495
|
ClusterId: ClusterId;
|
|
2427
2496
|
/**
|
|
2428
|
-
* The
|
|
2497
|
+
* The configuration parameters of the instance fleet.
|
|
2429
2498
|
*/
|
|
2430
2499
|
InstanceFleet: InstanceFleetModifyConfig;
|
|
2431
2500
|
}
|
|
@@ -2525,7 +2594,7 @@ declare namespace EMR {
|
|
|
2525
2594
|
export type NotebookExecutionSummaryList = NotebookExecutionSummary[];
|
|
2526
2595
|
export interface OnDemandCapacityReservationOptions {
|
|
2527
2596
|
/**
|
|
2528
|
-
* Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity. If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price). If you do not specify a value, the fleet
|
|
2597
|
+
* Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity. If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price). If you do not specify a value, the fleet fulfills the On-Demand capacity according to the chosen On-Demand allocation strategy.
|
|
2529
2598
|
*/
|
|
2530
2599
|
UsageStrategy?: OnDemandCapacityReservationUsageStrategy;
|
|
2531
2600
|
/**
|
|
@@ -2637,6 +2706,16 @@ declare namespace EMR {
|
|
|
2637
2706
|
}
|
|
2638
2707
|
export interface PutManagedScalingPolicyOutput {
|
|
2639
2708
|
}
|
|
2709
|
+
export interface ReleaseLabelFilter {
|
|
2710
|
+
/**
|
|
2711
|
+
* Optional release label version prefix filter. For example, emr-5.
|
|
2712
|
+
*/
|
|
2713
|
+
Prefix?: String;
|
|
2714
|
+
/**
|
|
2715
|
+
* Optional release label application filter. For example, spark@2.1.0.
|
|
2716
|
+
*/
|
|
2717
|
+
Application?: String;
|
|
2718
|
+
}
|
|
2640
2719
|
export interface RemoveAutoScalingPolicyInput {
|
|
2641
2720
|
/**
|
|
2642
2721
|
* Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
|
|
@@ -2681,7 +2760,7 @@ declare namespace EMR {
|
|
|
2681
2760
|
*/
|
|
2682
2761
|
LogUri?: XmlString;
|
|
2683
2762
|
/**
|
|
2684
|
-
* The
|
|
2763
|
+
* 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 version 5.30.0 and later, excluding Amazon EMR 6.0.0.
|
|
2685
2764
|
*/
|
|
2686
2765
|
LogEncryptionKmsKeyId?: XmlString;
|
|
2687
2766
|
/**
|
|
@@ -2725,7 +2804,7 @@ declare namespace EMR {
|
|
|
2725
2804
|
*/
|
|
2726
2805
|
Configurations?: ConfigurationList;
|
|
2727
2806
|
/**
|
|
2728
|
-
*
|
|
2807
|
+
* Set this value to true so that IAM principals in the account associated with the cluster can perform EMR actions on the cluster that their IAM policies allow. This value defaults to false for clusters created using the EMR API or the CLI create-cluster command. When set to false, only the IAM principal that created the cluster and the account root user can perform EMR actions for the cluster, regardless of the IAM permissions policies attached to other IAM principals. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMR Management Guide.
|
|
2729
2808
|
*/
|
|
2730
2809
|
VisibleToAllUsers?: Boolean;
|
|
2731
2810
|
/**
|
|
@@ -2733,7 +2812,7 @@ declare namespace EMR {
|
|
|
2733
2812
|
*/
|
|
2734
2813
|
JobFlowRole?: XmlString;
|
|
2735
2814
|
/**
|
|
2736
|
-
* The IAM role that will be assumed by the Amazon EMR service to access
|
|
2815
|
+
* The IAM role that will be assumed by the Amazon EMR service to access Amazon Web Services resources on your behalf.
|
|
2737
2816
|
*/
|
|
2738
2817
|
ServiceRole?: XmlString;
|
|
2739
2818
|
/**
|
|
@@ -2839,7 +2918,7 @@ declare namespace EMR {
|
|
|
2839
2918
|
}
|
|
2840
2919
|
export interface ScriptBootstrapActionConfig {
|
|
2841
2920
|
/**
|
|
2842
|
-
* Location of the script to run during a bootstrap action.
|
|
2921
|
+
* Location in Amazon S3 of the script to run during a bootstrap action.
|
|
2843
2922
|
*/
|
|
2844
2923
|
Path: XmlString;
|
|
2845
2924
|
/**
|
|
@@ -2869,7 +2948,7 @@ declare namespace EMR {
|
|
|
2869
2948
|
*/
|
|
2870
2949
|
IdentityId?: XmlStringMaxLen256;
|
|
2871
2950
|
/**
|
|
2872
|
-
* The name of the user or group. For more information, see UserName and DisplayName in the
|
|
2951
|
+
* The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.
|
|
2873
2952
|
*/
|
|
2874
2953
|
IdentityName?: XmlStringMaxLen256;
|
|
2875
2954
|
/**
|
|
@@ -2895,11 +2974,11 @@ declare namespace EMR {
|
|
|
2895
2974
|
*/
|
|
2896
2975
|
StudioId?: XmlStringMaxLen256;
|
|
2897
2976
|
/**
|
|
2898
|
-
* The globally unique identifier (GUID) of the user or group from the
|
|
2977
|
+
* The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
|
|
2899
2978
|
*/
|
|
2900
2979
|
IdentityId?: XmlStringMaxLen256;
|
|
2901
2980
|
/**
|
|
2902
|
-
* The name of the user or group. For more information, see UserName and DisplayName in the
|
|
2981
|
+
* The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.
|
|
2903
2982
|
*/
|
|
2904
2983
|
IdentityName?: XmlStringMaxLen256;
|
|
2905
2984
|
/**
|
|
@@ -2932,7 +3011,7 @@ declare namespace EMR {
|
|
|
2932
3011
|
*/
|
|
2933
3012
|
JobFlowIds: XmlStringList;
|
|
2934
3013
|
/**
|
|
2935
|
-
* A value of true indicates that
|
|
3014
|
+
* A value of true indicates that an IAM principal in the account can perform EMR actions on the cluster that the IAM policies attached to the principal allow. A value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform EMR actions on the cluster.
|
|
2936
3015
|
*/
|
|
2937
3016
|
VisibleToAllUsers: Boolean;
|
|
2938
3017
|
}
|
|
@@ -2960,6 +3039,17 @@ declare namespace EMR {
|
|
|
2960
3039
|
*/
|
|
2961
3040
|
CoolDown?: Integer;
|
|
2962
3041
|
}
|
|
3042
|
+
export interface SimplifiedApplication {
|
|
3043
|
+
/**
|
|
3044
|
+
* The returned release label application name. For example, hadoop.
|
|
3045
|
+
*/
|
|
3046
|
+
Name?: String;
|
|
3047
|
+
/**
|
|
3048
|
+
* The returned release label application version. For example, 3.2.1.
|
|
3049
|
+
*/
|
|
3050
|
+
Version?: String;
|
|
3051
|
+
}
|
|
3052
|
+
export type SimplifiedApplicationList = SimplifiedApplication[];
|
|
2963
3053
|
export type SpotProvisioningAllocationStrategy = "capacity-optimized"|string;
|
|
2964
3054
|
export interface SpotProvisioningSpecification {
|
|
2965
3055
|
/**
|
|
@@ -3035,7 +3125,7 @@ declare namespace EMR {
|
|
|
3035
3125
|
*/
|
|
3036
3126
|
Config?: HadoopStepConfig;
|
|
3037
3127
|
/**
|
|
3038
|
-
* The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.
|
|
3128
|
+
* The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead. If a cluster's StepConcurrencyLevel is greater than 1, do not use AddJobFlowSteps to submit a step with this parameter set to CANCEL_AND_WAIT or TERMINATE_CLUSTER. The step is not submitted and the action fails with a message that the ActionOnFailure setting is not valid. If you change a cluster's StepConcurrencyLevel to be greater than 1 while a step is running, the ActionOnFailure parameter may not behave as you expect. In this case, for a step that fails with this parameter set to CANCEL_AND_WAIT, pending steps and the running step are not canceled; for a step that fails with this parameter set to TERMINATE_CLUSTER, the cluster does not terminate.
|
|
3039
3129
|
*/
|
|
3040
3130
|
ActionOnFailure?: ActionOnFailure;
|
|
3041
3131
|
/**
|
|
@@ -3050,7 +3140,7 @@ declare namespace EMR {
|
|
|
3050
3140
|
*/
|
|
3051
3141
|
Name: XmlStringMaxLen256;
|
|
3052
3142
|
/**
|
|
3053
|
-
* The action to take when the
|
|
3143
|
+
* The action to take when the step fails. Use one of the following values: TERMINATE_CLUSTER - Shuts down the cluster. CANCEL_AND_WAIT - Cancels any pending steps and returns the cluster to the WAITING state. CONTINUE - Continues to the next step in the queue. TERMINATE_JOB_FLOW - Shuts down the cluster. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead. If a cluster's StepConcurrencyLevel is greater than 1, do not use AddJobFlowSteps to submit a step with this parameter set to CANCEL_AND_WAIT or TERMINATE_CLUSTER. The step is not submitted and the action fails with a message that the ActionOnFailure setting is not valid. If you change a cluster's StepConcurrencyLevel to be greater than 1 while a step is running, the ActionOnFailure parameter may not behave as you expect. In this case, for a step that fails with this parameter set to CANCEL_AND_WAIT, pending steps and the running step are not canceled; for a step that fails with this parameter set to TERMINATE_CLUSTER, the cluster does not terminate.
|
|
3054
3144
|
*/
|
|
3055
3145
|
ActionOnFailure?: ActionOnFailure;
|
|
3056
3146
|
/**
|
|
@@ -3140,7 +3230,7 @@ declare namespace EMR {
|
|
|
3140
3230
|
*/
|
|
3141
3231
|
Config?: HadoopStepConfig;
|
|
3142
3232
|
/**
|
|
3143
|
-
* The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
|
|
3233
|
+
* The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
|
|
3144
3234
|
*/
|
|
3145
3235
|
ActionOnFailure?: ActionOnFailure;
|
|
3146
3236
|
/**
|
|
@@ -3319,11 +3409,11 @@ declare namespace EMR {
|
|
|
3319
3409
|
*/
|
|
3320
3410
|
StudioId: XmlStringMaxLen256;
|
|
3321
3411
|
/**
|
|
3322
|
-
* The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the
|
|
3412
|
+
* The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
|
|
3323
3413
|
*/
|
|
3324
3414
|
IdentityId?: XmlStringMaxLen256;
|
|
3325
3415
|
/**
|
|
3326
|
-
* The name of the user or group to update. For more information, see UserName and DisplayName in the
|
|
3416
|
+
* The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
|
|
3327
3417
|
*/
|
|
3328
3418
|
IdentityName?: XmlStringMaxLen256;
|
|
3329
3419
|
/**
|