aws-sdk 2.624.0 → 2.628.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 +24 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +1 -0
- package/apis/eventbridge-2015-10-07.min.json +8 -5
- package/apis/events-2015-10-07.min.json +8 -5
- package/apis/fsx-2018-03-01.min.json +28 -19
- package/apis/globalaccelerator-2018-08-08.min.json +235 -30
- package/apis/kafka-2018-11-14.min.json +118 -37
- package/apis/lightsail-2016-11-28.min.json +368 -110
- package/apis/outposts-2019-12-03.min.json +44 -0
- package/apis/sagemaker-2017-07-24.min.json +163 -147
- package/apis/securityhub-2018-10-26.min.json +19 -15
- package/apis/snowball-2016-06-30.min.json +36 -13
- package/apis/states-2016-11-23.min.json +3 -0
- package/apis/transcribe-2017-10-26.min.json +23 -2
- package/clients/cloudwatchevents.d.ts +115 -111
- package/clients/docdb.d.ts +5 -5
- package/clients/ec2.d.ts +7 -7
- package/clients/eventbridge.d.ts +117 -113
- package/clients/fsx.d.ts +30 -7
- package/clients/globalaccelerator.d.ts +240 -23
- package/clients/iotevents.d.ts +22 -22
- package/clients/kafka.d.ts +25 -0
- package/clients/lightsail.d.ts +492 -130
- package/clients/outposts.d.ts +26 -0
- package/clients/sagemaker.d.ts +47 -28
- package/clients/secretsmanager.d.ts +7 -1
- package/clients/securityhub.d.ts +31 -25
- package/clients/snowball.d.ts +32 -3
- package/clients/stepfunctions.d.ts +36 -38
- package/clients/transcribeservice.d.ts +33 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +13 -9
- package/dist/aws-sdk.min.js +45 -45
- package/lib/core.js +1 -1
- package/lib/s3/managed_upload.js +1 -1
- package/package.json +2 -2
package/clients/snowball.d.ts
CHANGED
|
@@ -289,7 +289,7 @@ declare namespace Snowball {
|
|
|
289
289
|
*/
|
|
290
290
|
JobType?: JobType;
|
|
291
291
|
/**
|
|
292
|
-
* The type of AWS Snowball device to use for this cluster. Currently, the only supported device type for cluster jobs is EDGE.
|
|
292
|
+
* The type of AWS Snowball device to use for this cluster. Currently, the only supported device type for cluster jobs is EDGE. For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.
|
|
293
293
|
*/
|
|
294
294
|
SnowballType?: SnowballType;
|
|
295
295
|
/**
|
|
@@ -316,6 +316,10 @@ declare namespace Snowball {
|
|
|
316
316
|
* The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
|
|
317
317
|
*/
|
|
318
318
|
ForwardingAddressId?: AddressId;
|
|
319
|
+
/**
|
|
320
|
+
* The tax documents required in your AWS Region.
|
|
321
|
+
*/
|
|
322
|
+
TaxDocuments?: TaxDocuments;
|
|
319
323
|
}
|
|
320
324
|
export type ClusterState = "AwaitingQuorum"|"Pending"|"InUse"|"Complete"|"Cancelled"|string;
|
|
321
325
|
export interface CompatibleImage {
|
|
@@ -367,7 +371,7 @@ declare namespace Snowball {
|
|
|
367
371
|
*/
|
|
368
372
|
RoleARN: RoleARN;
|
|
369
373
|
/**
|
|
370
|
-
* The type of AWS Snowball device to use for this cluster. Currently, the only supported device type for cluster jobs is EDGE.
|
|
374
|
+
* The type of AWS Snowball device to use for this cluster. Currently, the only supported device type for cluster jobs is EDGE. For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.
|
|
371
375
|
*/
|
|
372
376
|
SnowballType?: SnowballType;
|
|
373
377
|
/**
|
|
@@ -382,6 +386,10 @@ declare namespace Snowball {
|
|
|
382
386
|
* The forwarding address ID for a cluster. This field is not supported in most regions.
|
|
383
387
|
*/
|
|
384
388
|
ForwardingAddressId?: AddressId;
|
|
389
|
+
/**
|
|
390
|
+
* The tax documents required in your AWS Region.
|
|
391
|
+
*/
|
|
392
|
+
TaxDocuments?: TaxDocuments;
|
|
385
393
|
}
|
|
386
394
|
export interface CreateClusterResult {
|
|
387
395
|
/**
|
|
@@ -431,13 +439,17 @@ declare namespace Snowball {
|
|
|
431
439
|
*/
|
|
432
440
|
ClusterId?: ClusterId;
|
|
433
441
|
/**
|
|
434
|
-
* The type of AWS Snowball device to use for this job. Currently, the only supported device type for cluster jobs is EDGE.
|
|
442
|
+
* The type of AWS Snowball device to use for this job. Currently, the only supported device type for cluster jobs is EDGE. For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.
|
|
435
443
|
*/
|
|
436
444
|
SnowballType?: SnowballType;
|
|
437
445
|
/**
|
|
438
446
|
* The forwarding address ID for a job. This field is not supported in most regions.
|
|
439
447
|
*/
|
|
440
448
|
ForwardingAddressId?: AddressId;
|
|
449
|
+
/**
|
|
450
|
+
* The tax documents required in your AWS Region.
|
|
451
|
+
*/
|
|
452
|
+
TaxDocuments?: TaxDocuments;
|
|
441
453
|
}
|
|
442
454
|
export interface CreateJobResult {
|
|
443
455
|
/**
|
|
@@ -541,6 +553,7 @@ declare namespace Snowball {
|
|
|
541
553
|
EventResourceARN?: ResourceARN;
|
|
542
554
|
}
|
|
543
555
|
export type EventTriggerDefinitionList = EventTriggerDefinition[];
|
|
556
|
+
export type GSTIN = string;
|
|
544
557
|
export interface GetJobManifestRequest {
|
|
545
558
|
/**
|
|
546
559
|
* The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.
|
|
@@ -589,6 +602,12 @@ declare namespace Snowball {
|
|
|
589
602
|
*/
|
|
590
603
|
UpdatesURI?: String;
|
|
591
604
|
}
|
|
605
|
+
export interface INDTaxDocuments {
|
|
606
|
+
/**
|
|
607
|
+
* The Goods and Services Tax (GST) documents required in AWS Regions in India.
|
|
608
|
+
*/
|
|
609
|
+
GSTIN?: GSTIN;
|
|
610
|
+
}
|
|
592
611
|
export type Integer = number;
|
|
593
612
|
export type JobId = string;
|
|
594
613
|
export interface JobListEntry {
|
|
@@ -705,6 +724,10 @@ declare namespace Snowball {
|
|
|
705
724
|
* The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
|
|
706
725
|
*/
|
|
707
726
|
ForwardingAddressId?: AddressId;
|
|
727
|
+
/**
|
|
728
|
+
* The metadata associated with the tax documents required in your AWS Region.
|
|
729
|
+
*/
|
|
730
|
+
TaxDocuments?: TaxDocuments;
|
|
708
731
|
}
|
|
709
732
|
export type JobMetadataList = JobMetadata[];
|
|
710
733
|
export interface JobResource {
|
|
@@ -888,6 +911,12 @@ declare namespace Snowball {
|
|
|
888
911
|
export type SnowballType = "STANDARD"|"EDGE"|"EDGE_C"|"EDGE_CG"|string;
|
|
889
912
|
export type SnsTopicARN = string;
|
|
890
913
|
export type String = string;
|
|
914
|
+
export interface TaxDocuments {
|
|
915
|
+
/**
|
|
916
|
+
* The tax documents required in AWS Regions in India.
|
|
917
|
+
*/
|
|
918
|
+
IND?: INDTaxDocuments;
|
|
919
|
+
}
|
|
891
920
|
export type Timestamp = Date;
|
|
892
921
|
export interface UpdateClusterRequest {
|
|
893
922
|
/**
|
|
@@ -20,11 +20,11 @@ declare class StepFunctions extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
createActivity(callback?: (err: AWSError, data: StepFunctions.Types.CreateActivityOutput) => void): Request<StepFunctions.Types.CreateActivityOutput, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Creates a state machine. A state machine consists of a collection of states that can do work (Task states), determine to which states to transition next (Choice states), stop an execution with an error (Fail states), and so on. State machines are specified using a JSON-based, structured language. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. CreateStateMachine is an idempotent API. Subsequent requests won’t create a duplicate resource if it was already created. CreateStateMachine's idempotency check is based on the state machine name and
|
|
23
|
+
* Creates a state machine. A state machine consists of a collection of states that can do work (Task states), determine to which states to transition next (Choice states), stop an execution with an error (Fail states), and so on. State machines are specified using a JSON-based, structured language. For more information, see Amazon States Language in the AWS Step Functions User Guide. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. CreateStateMachine is an idempotent API. Subsequent requests won’t create a duplicate resource if it was already created. CreateStateMachine's idempotency check is based on the state machine name, definition, type, and LoggingConfiguration. If a following request has a different roleArn or tags, Step Functions will ignore these differences and treat it as an idempotent request of the previous. In this case, roleArn and tags will not be updated, even if they are different.
|
|
24
24
|
*/
|
|
25
25
|
createStateMachine(params: StepFunctions.Types.CreateStateMachineInput, callback?: (err: AWSError, data: StepFunctions.Types.CreateStateMachineOutput) => void): Request<StepFunctions.Types.CreateStateMachineOutput, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Creates a state machine. A state machine consists of a collection of states that can do work (Task states), determine to which states to transition next (Choice states), stop an execution with an error (Fail states), and so on. State machines are specified using a JSON-based, structured language. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. CreateStateMachine is an idempotent API. Subsequent requests won’t create a duplicate resource if it was already created. CreateStateMachine's idempotency check is based on the state machine name and
|
|
27
|
+
* Creates a state machine. A state machine consists of a collection of states that can do work (Task states), determine to which states to transition next (Choice states), stop an execution with an error (Fail states), and so on. State machines are specified using a JSON-based, structured language. For more information, see Amazon States Language in the AWS Step Functions User Guide. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. CreateStateMachine is an idempotent API. Subsequent requests won’t create a duplicate resource if it was already created. CreateStateMachine's idempotency check is based on the state machine name, definition, type, and LoggingConfiguration. If a following request has a different roleArn or tags, Step Functions will ignore these differences and treat it as an idempotent request of the previous. In this case, roleArn and tags will not be updated, even if they are different.
|
|
28
28
|
*/
|
|
29
29
|
createStateMachine(callback?: (err: AWSError, data: StepFunctions.Types.CreateStateMachineOutput) => void): Request<StepFunctions.Types.CreateStateMachineOutput, AWSError>;
|
|
30
30
|
/**
|
|
@@ -36,11 +36,11 @@ declare class StepFunctions extends Service {
|
|
|
36
36
|
*/
|
|
37
37
|
deleteActivity(callback?: (err: AWSError, data: StepFunctions.Types.DeleteActivityOutput) => void): Request<StepFunctions.Types.DeleteActivityOutput, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Deletes a state machine. This is an asynchronous operation: It sets the state machine's status to DELETING and begins the deletion process.
|
|
39
|
+
* Deletes a state machine. This is an asynchronous operation: It sets the state machine's status to DELETING and begins the deletion process. For EXPRESSstate machines, the deletion will happen eventually (usually less than a minute). Running executions may emit logs after DeleteStateMachine API is called.
|
|
40
40
|
*/
|
|
41
41
|
deleteStateMachine(params: StepFunctions.Types.DeleteStateMachineInput, callback?: (err: AWSError, data: StepFunctions.Types.DeleteStateMachineOutput) => void): Request<StepFunctions.Types.DeleteStateMachineOutput, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Deletes a state machine. This is an asynchronous operation: It sets the state machine's status to DELETING and begins the deletion process.
|
|
43
|
+
* Deletes a state machine. This is an asynchronous operation: It sets the state machine's status to DELETING and begins the deletion process. For EXPRESSstate machines, the deletion will happen eventually (usually less than a minute). Running executions may emit logs after DeleteStateMachine API is called.
|
|
44
44
|
*/
|
|
45
45
|
deleteStateMachine(callback?: (err: AWSError, data: StepFunctions.Types.DeleteStateMachineOutput) => void): Request<StepFunctions.Types.DeleteStateMachineOutput, AWSError>;
|
|
46
46
|
/**
|
|
@@ -52,11 +52,11 @@ declare class StepFunctions extends Service {
|
|
|
52
52
|
*/
|
|
53
53
|
describeActivity(callback?: (err: AWSError, data: StepFunctions.Types.DescribeActivityOutput) => void): Request<StepFunctions.Types.DescribeActivityOutput, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Describes an execution. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
|
|
55
|
+
* Describes an execution. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
|
|
56
56
|
*/
|
|
57
57
|
describeExecution(params: StepFunctions.Types.DescribeExecutionInput, callback?: (err: AWSError, data: StepFunctions.Types.DescribeExecutionOutput) => void): Request<StepFunctions.Types.DescribeExecutionOutput, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Describes an execution. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
|
|
59
|
+
* Describes an execution. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
|
|
60
60
|
*/
|
|
61
61
|
describeExecution(callback?: (err: AWSError, data: StepFunctions.Types.DescribeExecutionOutput) => void): Request<StepFunctions.Types.DescribeExecutionOutput, AWSError>;
|
|
62
62
|
/**
|
|
@@ -68,11 +68,11 @@ declare class StepFunctions extends Service {
|
|
|
68
68
|
*/
|
|
69
69
|
describeStateMachine(callback?: (err: AWSError, data: StepFunctions.Types.DescribeStateMachineOutput) => void): Request<StepFunctions.Types.DescribeStateMachineOutput, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Describes the state machine associated with a specific execution. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
|
|
71
|
+
* Describes the state machine associated with a specific execution. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
|
|
72
72
|
*/
|
|
73
73
|
describeStateMachineForExecution(params: StepFunctions.Types.DescribeStateMachineForExecutionInput, callback?: (err: AWSError, data: StepFunctions.Types.DescribeStateMachineForExecutionOutput) => void): Request<StepFunctions.Types.DescribeStateMachineForExecutionOutput, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Describes the state machine associated with a specific execution. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
|
|
75
|
+
* Describes the state machine associated with a specific execution. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
|
|
76
76
|
*/
|
|
77
77
|
describeStateMachineForExecution(callback?: (err: AWSError, data: StepFunctions.Types.DescribeStateMachineForExecutionOutput) => void): Request<StepFunctions.Types.DescribeStateMachineForExecutionOutput, AWSError>;
|
|
78
78
|
/**
|
|
@@ -84,11 +84,11 @@ declare class StepFunctions extends Service {
|
|
|
84
84
|
*/
|
|
85
85
|
getActivityTask(callback?: (err: AWSError, data: StepFunctions.Types.GetActivityTaskOutput) => void): Request<StepFunctions.Types.GetActivityTaskOutput, AWSError>;
|
|
86
86
|
/**
|
|
87
|
-
* Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp of the events. Use the reverseOrder parameter to get the latest events first. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
|
|
87
|
+
* Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp of the events. Use the reverseOrder parameter to get the latest events first. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error. This API action is not supported by EXPRESS state machines.
|
|
88
88
|
*/
|
|
89
89
|
getExecutionHistory(params: StepFunctions.Types.GetExecutionHistoryInput, callback?: (err: AWSError, data: StepFunctions.Types.GetExecutionHistoryOutput) => void): Request<StepFunctions.Types.GetExecutionHistoryOutput, AWSError>;
|
|
90
90
|
/**
|
|
91
|
-
* Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp of the events. Use the reverseOrder parameter to get the latest events first. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
|
|
91
|
+
* Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp of the events. Use the reverseOrder parameter to get the latest events first. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error. This API action is not supported by EXPRESS state machines.
|
|
92
92
|
*/
|
|
93
93
|
getExecutionHistory(callback?: (err: AWSError, data: StepFunctions.Types.GetExecutionHistoryOutput) => void): Request<StepFunctions.Types.GetExecutionHistoryOutput, AWSError>;
|
|
94
94
|
/**
|
|
@@ -100,11 +100,11 @@ declare class StepFunctions extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
listActivities(callback?: (err: AWSError, data: StepFunctions.Types.ListActivitiesOutput) => void): Request<StepFunctions.Types.ListActivitiesOutput, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Lists the executions of a state machine that meet the filtering criteria. Results are sorted by time, with the most recent execution first. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
|
|
103
|
+
* Lists the executions of a state machine that meet the filtering criteria. Results are sorted by time, with the most recent execution first. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
|
|
104
104
|
*/
|
|
105
105
|
listExecutions(params: StepFunctions.Types.ListExecutionsInput, callback?: (err: AWSError, data: StepFunctions.Types.ListExecutionsOutput) => void): Request<StepFunctions.Types.ListExecutionsOutput, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Lists the executions of a state machine that meet the filtering criteria. Results are sorted by time, with the most recent execution first. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
|
|
107
|
+
* Lists the executions of a state machine that meet the filtering criteria. Results are sorted by time, with the most recent execution first. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
|
|
108
108
|
*/
|
|
109
109
|
listExecutions(callback?: (err: AWSError, data: StepFunctions.Types.ListExecutionsOutput) => void): Request<StepFunctions.Types.ListExecutionsOutput, AWSError>;
|
|
110
110
|
/**
|
|
@@ -156,11 +156,11 @@ declare class StepFunctions extends Service {
|
|
|
156
156
|
*/
|
|
157
157
|
startExecution(callback?: (err: AWSError, data: StepFunctions.Types.StartExecutionOutput) => void): Request<StepFunctions.Types.StartExecutionOutput, AWSError>;
|
|
158
158
|
/**
|
|
159
|
-
* Stops an execution.
|
|
159
|
+
* Stops an execution. This API action is not supported by EXPRESS state machines.
|
|
160
160
|
*/
|
|
161
161
|
stopExecution(params: StepFunctions.Types.StopExecutionInput, callback?: (err: AWSError, data: StepFunctions.Types.StopExecutionOutput) => void): Request<StepFunctions.Types.StopExecutionOutput, AWSError>;
|
|
162
162
|
/**
|
|
163
|
-
* Stops an execution.
|
|
163
|
+
* Stops an execution. This API action is not supported by EXPRESS state machines.
|
|
164
164
|
*/
|
|
165
165
|
stopExecution(callback?: (err: AWSError, data: StepFunctions.Types.StopExecutionOutput) => void): Request<StepFunctions.Types.StopExecutionOutput, AWSError>;
|
|
166
166
|
/**
|
|
@@ -180,11 +180,11 @@ declare class StepFunctions extends Service {
|
|
|
180
180
|
*/
|
|
181
181
|
untagResource(callback?: (err: AWSError, data: StepFunctions.Types.UntagResourceOutput) => void): Request<StepFunctions.Types.UntagResourceOutput, AWSError>;
|
|
182
182
|
/**
|
|
183
|
-
* Updates an existing state machine by modifying its definition
|
|
183
|
+
* Updates an existing state machine by modifying its definition, roleArn, or loggingConfiguration. Running executions will continue to use the previous definition and roleArn. You must include at least one of definition or roleArn or you will receive a MissingRequiredParameter error. All StartExecution calls within a few seconds will use the updated definition and roleArn. Executions started immediately after calling UpdateStateMachine may use the previous state machine definition and roleArn.
|
|
184
184
|
*/
|
|
185
185
|
updateStateMachine(params: StepFunctions.Types.UpdateStateMachineInput, callback?: (err: AWSError, data: StepFunctions.Types.UpdateStateMachineOutput) => void): Request<StepFunctions.Types.UpdateStateMachineOutput, AWSError>;
|
|
186
186
|
/**
|
|
187
|
-
* Updates an existing state machine by modifying its definition
|
|
187
|
+
* Updates an existing state machine by modifying its definition, roleArn, or loggingConfiguration. Running executions will continue to use the previous definition and roleArn. You must include at least one of definition or roleArn or you will receive a MissingRequiredParameter error. All StartExecution calls within a few seconds will use the updated definition and roleArn. Executions started immediately after calling UpdateStateMachine may use the previous state machine definition and roleArn.
|
|
188
188
|
*/
|
|
189
189
|
updateStateMachine(callback?: (err: AWSError, data: StepFunctions.Types.UpdateStateMachineOutput) => void): Request<StepFunctions.Types.UpdateStateMachineOutput, AWSError>;
|
|
190
190
|
}
|
|
@@ -206,7 +206,7 @@ declare namespace StepFunctions {
|
|
|
206
206
|
*/
|
|
207
207
|
activityArn: Arn;
|
|
208
208
|
/**
|
|
209
|
-
* The name of the activity. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
209
|
+
* The name of the activity. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
210
210
|
*/
|
|
211
211
|
name: Name;
|
|
212
212
|
/**
|
|
@@ -274,7 +274,7 @@ declare namespace StepFunctions {
|
|
|
274
274
|
export type ConnectorParameters = string;
|
|
275
275
|
export interface CreateActivityInput {
|
|
276
276
|
/**
|
|
277
|
-
* The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
277
|
+
* The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
278
278
|
*/
|
|
279
279
|
name: Name;
|
|
280
280
|
/**
|
|
@@ -294,7 +294,7 @@ declare namespace StepFunctions {
|
|
|
294
294
|
}
|
|
295
295
|
export interface CreateStateMachineInput {
|
|
296
296
|
/**
|
|
297
|
-
* The name of the state machine. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
297
|
+
* The name of the state machine. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
298
298
|
*/
|
|
299
299
|
name: Name;
|
|
300
300
|
/**
|
|
@@ -306,11 +306,11 @@ declare namespace StepFunctions {
|
|
|
306
306
|
*/
|
|
307
307
|
roleArn: Arn;
|
|
308
308
|
/**
|
|
309
|
-
* Determines whether a Standard or Express state machine is created.
|
|
309
|
+
* Determines whether a Standard or Express state machine is created. The default is STANDARD. You cannot update the type of a state machine once it has been created.
|
|
310
310
|
*/
|
|
311
311
|
type?: StateMachineType;
|
|
312
312
|
/**
|
|
313
|
-
* Defines what execution history events are logged and where they are logged.
|
|
313
|
+
* Defines what execution history events are logged and where they are logged. By default, the level is set to OFF. For more information see Log Levels in the AWS Step Functions User Guide.
|
|
314
314
|
*/
|
|
315
315
|
loggingConfiguration?: LoggingConfiguration;
|
|
316
316
|
/**
|
|
@@ -357,7 +357,7 @@ declare namespace StepFunctions {
|
|
|
357
357
|
*/
|
|
358
358
|
activityArn: Arn;
|
|
359
359
|
/**
|
|
360
|
-
* The name of the activity. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
360
|
+
* The name of the activity. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
361
361
|
*/
|
|
362
362
|
name: Name;
|
|
363
363
|
/**
|
|
@@ -373,7 +373,7 @@ declare namespace StepFunctions {
|
|
|
373
373
|
}
|
|
374
374
|
export interface DescribeExecutionOutput {
|
|
375
375
|
/**
|
|
376
|
-
* The Amazon Resource Name (ARN) that
|
|
376
|
+
* The Amazon Resource Name (ARN) that id entifies the execution.
|
|
377
377
|
*/
|
|
378
378
|
executionArn: Arn;
|
|
379
379
|
/**
|
|
@@ -381,7 +381,7 @@ declare namespace StepFunctions {
|
|
|
381
381
|
*/
|
|
382
382
|
stateMachineArn: Arn;
|
|
383
383
|
/**
|
|
384
|
-
* The name of the execution. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
384
|
+
* The name of the execution. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
385
385
|
*/
|
|
386
386
|
name?: Name;
|
|
387
387
|
/**
|
|
@@ -432,6 +432,7 @@ declare namespace StepFunctions {
|
|
|
432
432
|
* The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.
|
|
433
433
|
*/
|
|
434
434
|
updateDate: Timestamp;
|
|
435
|
+
loggingConfiguration?: LoggingConfiguration;
|
|
435
436
|
}
|
|
436
437
|
export interface DescribeStateMachineInput {
|
|
437
438
|
/**
|
|
@@ -445,7 +446,7 @@ declare namespace StepFunctions {
|
|
|
445
446
|
*/
|
|
446
447
|
stateMachineArn: Arn;
|
|
447
448
|
/**
|
|
448
|
-
* The name of the state machine. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
449
|
+
* The name of the state machine. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
449
450
|
*/
|
|
450
451
|
name: Name;
|
|
451
452
|
/**
|
|
@@ -461,16 +462,13 @@ declare namespace StepFunctions {
|
|
|
461
462
|
*/
|
|
462
463
|
roleArn: Arn;
|
|
463
464
|
/**
|
|
464
|
-
*
|
|
465
|
+
* The type of the state machine (STANDARD or EXPRESS).
|
|
465
466
|
*/
|
|
466
467
|
type: StateMachineType;
|
|
467
468
|
/**
|
|
468
469
|
* The date the state machine is created.
|
|
469
470
|
*/
|
|
470
471
|
creationDate: Timestamp;
|
|
471
|
-
/**
|
|
472
|
-
*
|
|
473
|
-
*/
|
|
474
472
|
loggingConfiguration?: LoggingConfiguration;
|
|
475
473
|
}
|
|
476
474
|
export type EventId = number;
|
|
@@ -497,7 +495,7 @@ declare namespace StepFunctions {
|
|
|
497
495
|
export type ExecutionList = ExecutionListItem[];
|
|
498
496
|
export interface ExecutionListItem {
|
|
499
497
|
/**
|
|
500
|
-
* The Amazon Resource Name (ARN) that
|
|
498
|
+
* The Amazon Resource Name (ARN) that id entifies the execution.
|
|
501
499
|
*/
|
|
502
500
|
executionArn: Arn;
|
|
503
501
|
/**
|
|
@@ -505,7 +503,7 @@ declare namespace StepFunctions {
|
|
|
505
503
|
*/
|
|
506
504
|
stateMachineArn: Arn;
|
|
507
505
|
/**
|
|
508
|
-
* The name of the execution. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
506
|
+
* The name of the execution. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
509
507
|
*/
|
|
510
508
|
name: Name;
|
|
511
509
|
/**
|
|
@@ -850,11 +848,11 @@ declare namespace StepFunctions {
|
|
|
850
848
|
*/
|
|
851
849
|
level?: LogLevel;
|
|
852
850
|
/**
|
|
853
|
-
* Determines whether execution
|
|
851
|
+
* Determines whether execution data is included in your log. When set to FALSE, data is excluded.
|
|
854
852
|
*/
|
|
855
853
|
includeExecutionData?: IncludeExecutionData;
|
|
856
854
|
/**
|
|
857
|
-
* An
|
|
855
|
+
* An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.
|
|
858
856
|
*/
|
|
859
857
|
destinations?: LogDestinationList;
|
|
860
858
|
}
|
|
@@ -924,7 +922,7 @@ declare namespace StepFunctions {
|
|
|
924
922
|
*/
|
|
925
923
|
stateMachineArn: Arn;
|
|
926
924
|
/**
|
|
927
|
-
* The name of the execution. This name must be unique for your AWS account, region, and state machine for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
925
|
+
* The name of the execution. This name must be unique for your AWS account, region, and state machine for 90 days. For more information, see Limits Related to State Machine Executions in the AWS Step Functions Developer Guide. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
928
926
|
*/
|
|
929
927
|
name?: Name;
|
|
930
928
|
/**
|
|
@@ -934,7 +932,7 @@ declare namespace StepFunctions {
|
|
|
934
932
|
}
|
|
935
933
|
export interface StartExecutionOutput {
|
|
936
934
|
/**
|
|
937
|
-
* The Amazon Resource Name (ARN) that
|
|
935
|
+
* The Amazon Resource Name (ARN) that id entifies the execution.
|
|
938
936
|
*/
|
|
939
937
|
executionArn: Arn;
|
|
940
938
|
/**
|
|
@@ -954,7 +952,7 @@ declare namespace StepFunctions {
|
|
|
954
952
|
}
|
|
955
953
|
export interface StateExitedEventDetails {
|
|
956
954
|
/**
|
|
957
|
-
* The name of the state. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
955
|
+
* The name of the state. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
958
956
|
*/
|
|
959
957
|
name: Name;
|
|
960
958
|
/**
|
|
@@ -969,7 +967,7 @@ declare namespace StepFunctions {
|
|
|
969
967
|
*/
|
|
970
968
|
stateMachineArn: Arn;
|
|
971
969
|
/**
|
|
972
|
-
* The name of the state machine. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F)
|
|
970
|
+
* The name of the state machine. A name must not contain: white space brackets < > { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ & , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
|
|
973
971
|
*/
|
|
974
972
|
name: Name;
|
|
975
973
|
/**
|
|
@@ -1191,7 +1189,7 @@ declare namespace StepFunctions {
|
|
|
1191
1189
|
*/
|
|
1192
1190
|
roleArn?: Arn;
|
|
1193
1191
|
/**
|
|
1194
|
-
*
|
|
1192
|
+
* The LoggingConfiguration data type is used to set CloudWatch Logs options.
|
|
1195
1193
|
*/
|
|
1196
1194
|
loggingConfiguration?: LoggingConfiguration;
|
|
1197
1195
|
}
|
|
@@ -52,11 +52,11 @@ declare class TranscribeService extends Service {
|
|
|
52
52
|
*/
|
|
53
53
|
deleteVocabularyFilter(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in the
|
|
55
|
+
* Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri.
|
|
56
56
|
*/
|
|
57
57
|
getTranscriptionJob(params: TranscribeService.Types.GetTranscriptionJobRequest, callback?: (err: AWSError, data: TranscribeService.Types.GetTranscriptionJobResponse) => void): Request<TranscribeService.Types.GetTranscriptionJobResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in the
|
|
59
|
+
* Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri.
|
|
60
60
|
*/
|
|
61
61
|
getTranscriptionJob(callback?: (err: AWSError, data: TranscribeService.Types.GetTranscriptionJobResponse) => void): Request<TranscribeService.Types.GetTranscriptionJobResponse, AWSError>;
|
|
62
62
|
/**
|
|
@@ -126,6 +126,16 @@ declare class TranscribeService extends Service {
|
|
|
126
126
|
}
|
|
127
127
|
declare namespace TranscribeService {
|
|
128
128
|
export type Boolean = boolean;
|
|
129
|
+
export interface ContentRedaction {
|
|
130
|
+
/**
|
|
131
|
+
* Request parameter that defines the entities to be redacted. The only accepted value is PII.
|
|
132
|
+
*/
|
|
133
|
+
RedactionType: RedactionType;
|
|
134
|
+
/**
|
|
135
|
+
* Request parameter where you choose whether to output only the redacted transcript or generate an additional unredacted transcript. When you choose redacted Amazon Transcribe outputs a JSON file with only the redacted transcript and related information. When you choose redacted_and_unredacted Amazon Transcribe outputs a JSON file with the unredacted transcript and related information in addition to the JSON file with the redacted transcript.
|
|
136
|
+
*/
|
|
137
|
+
RedactionOutput: RedactionOutput;
|
|
138
|
+
}
|
|
129
139
|
export interface CreateVocabularyFilterRequest {
|
|
130
140
|
/**
|
|
131
141
|
* The vocabulary filter name. The name must be unique within the account that contains it.
|
|
@@ -392,7 +402,7 @@ declare namespace TranscribeService {
|
|
|
392
402
|
export type MaxSpeakers = number;
|
|
393
403
|
export interface Media {
|
|
394
404
|
/**
|
|
395
|
-
* The S3 location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
|
|
405
|
+
* The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is: s3://<bucket-name>/<keyprefix>/<objectkey> For example: s3://examplebucket/example.mp4 s3://examplebucket/mediadocs/example.mp4 For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
|
|
396
406
|
*/
|
|
397
407
|
MediaFileUri?: Uri;
|
|
398
408
|
}
|
|
@@ -403,6 +413,8 @@ declare namespace TranscribeService {
|
|
|
403
413
|
export type OutputLocationType = "CUSTOMER_BUCKET"|"SERVICE_BUCKET"|string;
|
|
404
414
|
export type Phrase = string;
|
|
405
415
|
export type Phrases = Phrase[];
|
|
416
|
+
export type RedactionOutput = "redacted"|"redacted_and_unredacted"|string;
|
|
417
|
+
export type RedactionType = "PII"|string;
|
|
406
418
|
export interface Settings {
|
|
407
419
|
/**
|
|
408
420
|
* The name of a vocabulary to use when processing the transcription job.
|
|
@@ -459,7 +471,7 @@ declare namespace TranscribeService {
|
|
|
459
471
|
*/
|
|
460
472
|
Media: Media;
|
|
461
473
|
/**
|
|
462
|
-
* The location where the transcription is stored. If you set the OutputBucketName, Amazon Transcribe puts the
|
|
474
|
+
* The location where the transcription is stored. If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles. You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket. If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.
|
|
463
475
|
*/
|
|
464
476
|
OutputBucketName?: OutputBucketName;
|
|
465
477
|
/**
|
|
@@ -474,6 +486,10 @@ declare namespace TranscribeService {
|
|
|
474
486
|
* Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
|
|
475
487
|
*/
|
|
476
488
|
JobExecutionSettings?: JobExecutionSettings;
|
|
489
|
+
/**
|
|
490
|
+
* An object that contains the request parameters for content redaction.
|
|
491
|
+
*/
|
|
492
|
+
ContentRedaction?: ContentRedaction;
|
|
477
493
|
}
|
|
478
494
|
export interface StartTranscriptionJobResponse {
|
|
479
495
|
/**
|
|
@@ -483,9 +499,13 @@ declare namespace TranscribeService {
|
|
|
483
499
|
}
|
|
484
500
|
export interface Transcript {
|
|
485
501
|
/**
|
|
486
|
-
* The location
|
|
502
|
+
* The S3 object location of the the transcript. Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.
|
|
487
503
|
*/
|
|
488
504
|
TranscriptFileUri?: Uri;
|
|
505
|
+
/**
|
|
506
|
+
* The S3 object location of the redacted transcript. Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.
|
|
507
|
+
*/
|
|
508
|
+
RedactedTranscriptFileUri?: Uri;
|
|
489
509
|
}
|
|
490
510
|
export interface TranscriptionJob {
|
|
491
511
|
/**
|
|
@@ -540,6 +560,10 @@ declare namespace TranscribeService {
|
|
|
540
560
|
* Provides information about how a transcription job is executed.
|
|
541
561
|
*/
|
|
542
562
|
JobExecutionSettings?: JobExecutionSettings;
|
|
563
|
+
/**
|
|
564
|
+
* An object that describes content redaction settings for the transcription job.
|
|
565
|
+
*/
|
|
566
|
+
ContentRedaction?: ContentRedaction;
|
|
543
567
|
}
|
|
544
568
|
export type TranscriptionJobName = string;
|
|
545
569
|
export type TranscriptionJobStatus = "QUEUED"|"IN_PROGRESS"|"FAILED"|"COMPLETED"|string;
|
|
@@ -577,6 +601,10 @@ declare namespace TranscribeService {
|
|
|
577
601
|
* Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation. If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.
|
|
578
602
|
*/
|
|
579
603
|
OutputLocationType?: OutputLocationType;
|
|
604
|
+
/**
|
|
605
|
+
* The content redaction settings of the transcription job.
|
|
606
|
+
*/
|
|
607
|
+
ContentRedaction?: ContentRedaction;
|
|
580
608
|
}
|
|
581
609
|
export interface UpdateVocabularyFilterRequest {
|
|
582
610
|
/**
|