Skip to content

Commit e2127ef

Browse files
authored
Merge pull request #97 from tazorax/add-restapi
Adding missing AWS SDK v3 commands
2 parents 4c0093b + c3e0816 commit e2127ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/aws/commands.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const {
1111
TagResourceCommand,
1212
UntagResourceCommand,
1313
UpdateStageCommand,
14+
GetRestApisCommand,
15+
GetDeploymentsCommand,
16+
GetStageCommand,
1417
} = require('@aws-sdk/client-api-gateway');
1518

1619
// API Gateway V2 Commands
@@ -129,6 +132,9 @@ const COMMAND_MAP = {
129132
tagResource: TagResourceCommand,
130133
untagResource: UntagResourceCommand,
131134
updateStage: UpdateStageCommand,
135+
getRestApis: GetRestApisCommand,
136+
getDeployments: GetDeploymentsCommand,
137+
getStage: GetStageCommand,
132138
},
133139

134140
ApiGatewayV2: {

0 commit comments

Comments
 (0)