Skip to content

Commit df03af1

Browse files
cloudformation describeStackResources
1 parent 5bbf847 commit df03af1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/aws/commands.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const {
2626
UpdateStackCommand,
2727
DeleteStackCommand,
2828
DescribeStacksCommand,
29+
DescribeStackResourcesCommand,
2930
ValidateTemplateCommand,
3031
SetStackPolicyCommand,
3132
GetTemplateCommand,
@@ -143,6 +144,7 @@ const COMMAND_MAP = {
143144
updateStack: UpdateStackCommand,
144145
deleteStack: DeleteStackCommand,
145146
describeStacks: DescribeStacksCommand,
147+
describeStackResources: DescribeStackResourcesCommand,
146148
validateTemplate: ValidateTemplateCommand,
147149
setStackPolicy: SetStackPolicyCommand,
148150
getTemplate: GetTemplateCommand,

0 commit comments

Comments
 (0)