Skip to content

Commit 47d4cb9

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds internal validation on the GatewayAssociationState field
1 parent e0266cb commit 47d4cb9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
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": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release adds internal validation on the GatewayAssociationState field"
6+
}

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23546,6 +23546,15 @@
2354623546
"max":1000,
2354723547
"min":200
2354823548
},
23549+
"GatewayAssociationState":{
23550+
"type":"string",
23551+
"enum":[
23552+
"associated",
23553+
"not-associated",
23554+
"associating",
23555+
"disassociating"
23556+
]
23557+
},
2354923558
"GatewayType":{
2355023559
"type":"string",
2355123560
"enum":["ipsec.1"]
@@ -46070,7 +46079,7 @@
4607046079
"locationName":"coreNetworkAttachmentArn"
4607146080
},
4607246081
"GatewayAssociationState":{
46073-
"shape":"String",
46082+
"shape":"GatewayAssociationState",
4607446083
"documentation":"<p>The current state of the gateway association.</p>",
4607546084
"locationName":"gatewayAssociationState"
4607646085
},

0 commit comments

Comments
 (0)