Skip to content

Commit 7786639

Browse files
author
AWS
committed
AWS DataSync Update: Task executions now display a CANCELLING status when an execution is in the process of being cancelled.
1 parent 2e9ea6e commit 7786639

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS DataSync",
4+
"contributor": "",
5+
"description": "Task executions now display a CANCELLING status when an execution is in the process of being cancelled."
6+
}

services/datasync/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4707,6 +4707,7 @@
47074707
"type":"string",
47084708
"enum":[
47094709
"QUEUED",
4710+
"CANCELLING",
47104711
"LAUNCHING",
47114712
"PREPARING",
47124713
"TRANSFERRING",

0 commit comments

Comments
 (0)