Skip to content

Commit 9638649

Browse files
committed
add nat related actions in vpc service
1 parent 1437335 commit 9638649

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

kscore/data/vpc/2016-03-04/service-2.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,30 @@ operations:
129129
name: DescribeSubnetAvailableAddresses
130130
http:
131131
method: GET
132+
CreateNat:
133+
name: CreateNat
134+
http:
135+
method: GET
136+
DeleteNat:
137+
name: DeleteNat
138+
http:
139+
method: GET
132140
ModifyNat:
133141
name: ModifyNat
134142
http:
135143
method: GET
144+
DescribeNats:
145+
name: DescribeNats
146+
http:
147+
method: GET
148+
AssociateNat:
149+
name: AssociateNat
150+
http:
151+
method: GET
152+
DisassociateNat:
153+
name: DisassociateNat
154+
http:
155+
method: GET
136156

137157
shapes:
138158
Id:

0 commit comments

Comments
 (0)