File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
clients/client-datasync/src
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutio
4343 * const response = await client.send(command);
4444 * // { // DescribeTaskExecutionResponse
4545 * // TaskExecutionArn: "STRING_VALUE",
46- * // Status: "QUEUED" || "LAUNCHING" || "PREPARING" || "TRANSFERRING" || "VERIFYING" || "SUCCESS" || "ERROR",
46+ * // Status: "QUEUED" || "CANCELLING" || " LAUNCHING" || "PREPARING" || "TRANSFERRING" || "VERIFYING" || "SUCCESS" || "ERROR",
4747 * // Options: { // Options
4848 * // VerifyMode: "POINT_IN_TIME_CONSISTENT" || "ONLY_FILES_TRANSFERRED" || "NONE",
4949 * // OverwriteMode: "ALWAYS" || "NEVER",
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export interface ListTaskExecutionsCommandOutput extends ListTaskExecutionsRespo
4545 * // TaskExecutions: [ // TaskExecutionList
4646 * // { // TaskExecutionListEntry
4747 * // TaskExecutionArn: "STRING_VALUE",
48- * // Status: "QUEUED" || "LAUNCHING" || "PREPARING" || "TRANSFERRING" || "VERIFYING" || "SUCCESS" || "ERROR",
48+ * // Status: "QUEUED" || "CANCELLING" || " LAUNCHING" || "PREPARING" || "TRANSFERRING" || "VERIFYING" || "SUCCESS" || "ERROR",
4949 * // },
5050 * // ],
5151 * // NextToken: "STRING_VALUE",
Original file line number Diff line number Diff line change @@ -4871,6 +4871,7 @@ export interface TaskExecutionResultDetail {
48714871 * @enum
48724872 */
48734873export const TaskExecutionStatus = {
4874+ CANCELLING : "CANCELLING" ,
48744875 ERROR : "ERROR" ,
48754876 LAUNCHING : "LAUNCHING" ,
48764877 PREPARING : "PREPARING" ,
Original file line number Diff line number Diff line change 85338533 "smithy.api#enumValue" : " QUEUED"
85348534 }
85358535 },
8536+ "CANCELLING" : {
8537+ "target" : " smithy.api#Unit" ,
8538+ "traits" : {
8539+ "smithy.api#enumValue" : " CANCELLING"
8540+ }
8541+ },
85368542 "LAUNCHING" : {
85378543 "target" : " smithy.api#Unit" ,
85388544 "traits" : {
You can’t perform that action at this time.
0 commit comments