Skip to content

Commit 95b9d59

Browse files
committed
Adding missing AWS SDK v3 commands
1 parent 4c0093b commit 95b9d59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/aws/commands.js

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

1618
// API Gateway V2 Commands
@@ -129,6 +131,8 @@ const COMMAND_MAP = {
129131
tagResource: TagResourceCommand,
130132
untagResource: UntagResourceCommand,
131133
updateStage: UpdateStageCommand,
134+
getRestApis: GetRestApisCommand,
135+
getDeployments: GetDeploymentsCommand,
132136
},
133137

134138
ApiGatewayV2: {

0 commit comments

Comments
 (0)