Skip to content

Commit 31129be

Browse files
author
AWS
committed
AmazonApiGatewayV2 Update: Added DISABLE IN PROGRESS and DISABLE FAILED Portal statuses.
1 parent e505b1e commit 31129be

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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": "AmazonApiGatewayV2",
4+
"contributor": "",
5+
"description": "Added DISABLE IN PROGRESS and DISABLE FAILED Portal statuses."
6+
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10364,6 +10364,8 @@
1036410364
"PUBLISHED",
1036510365
"PUBLISH_IN_PROGRESS",
1036610366
"PUBLISH_FAILED",
10367+
"DISABLE_IN_PROGRESS",
10368+
"DISABLE_FAILED",
1036710369
"DISABLED"
1036810370
]
1036910371
},

0 commit comments

Comments
 (0)