Skip to content

Commit 3ef3c4f

Browse files
author
AWS
committed
AWS Application Discovery Service Update: The Application Discovery Service's DescribeImportTasks and BatchDeleteImportData APIs now return additional statuses for error reporting.
1 parent acd445b commit 3ef3c4f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "AWS Application Discovery Service",
3+
"type": "feature",
4+
"description": "The Application Discovery Service's DescribeImportTasks and BatchDeleteImportData APIs now return additional statuses for error reporting."
5+
}

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,8 @@
591591
"type":"string",
592592
"enum":[
593593
"NOT_FOUND",
594-
"INTERNAL_SERVER_ERROR"
594+
"INTERNAL_SERVER_ERROR",
595+
"OVER_LIMIT"
595596
]
596597
},
597598
"BatchDeleteImportDataErrorDescription":{"type":"string"},
@@ -1359,13 +1360,15 @@
13591360
"enum":[
13601361
"IMPORT_IN_PROGRESS",
13611362
"IMPORT_COMPLETE",
1363+
"IMPORT_COMPLETE_WITH_ERRORS",
13621364
"IMPORT_FAILED",
13631365
"IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
13641366
"IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
13651367
"DELETE_IN_PROGRESS",
13661368
"DELETE_COMPLETE",
13671369
"DELETE_FAILED",
1368-
"DELETE_FAILED_LIMIT_EXCEEDED"
1370+
"DELETE_FAILED_LIMIT_EXCEEDED",
1371+
"INTERNAL_ERROR"
13691372
]
13701373
},
13711374
"ImportTask":{

0 commit comments

Comments
 (0)