We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c0093b + c3e0816 commit e2127efCopy full SHA for e2127ef
lib/aws/commands.js
@@ -11,6 +11,9 @@ const {
11
TagResourceCommand,
12
UntagResourceCommand,
13
UpdateStageCommand,
14
+ GetRestApisCommand,
15
+ GetDeploymentsCommand,
16
+ GetStageCommand,
17
} = require('@aws-sdk/client-api-gateway');
18
19
// API Gateway V2 Commands
@@ -129,6 +132,9 @@ const COMMAND_MAP = {
129
132
tagResource: TagResourceCommand,
130
133
untagResource: UntagResourceCommand,
131
134
updateStage: UpdateStageCommand,
135
+ getRestApis: GetRestApisCommand,
136
+ getDeployments: GetDeploymentsCommand,
137
+ getStage: GetStageCommand,
138
},
139
140
ApiGatewayV2: {
0 commit comments