Skip to content

Commit faece28

Browse files
committed
build: auto-update snippets to version: 1.21.0
1 parent 9f4d216 commit faece28

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changelog
44

55
(unreleased)
66
------------
7+
- Refactor(extension): Improve debug logging and context detection
8+
logic. [Danny Steenman]
9+
10+
11+
1.20.0 (2025-02-05)
12+
-------------------
13+
- Build: auto-update snippets to version: 1.20.0. [Github Actions]
714
- Refactor(extension): Simplify action key detection logic. [Danny
815
Steenman]
916

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "AWS IAM Actions Snippets",
44
"description": "Adds snippets for all the AWS IAM Actions in VS Code.",
55
"author": "Danny Steenman",
6-
"version": "1.20.0",
6+
"version": "1.21.0",
77
"publisher": "dannysteenman",
88
"icon": "images/iam-actions-snippets-extension-icon.png",
99
"homepage": "https://towardsthecloud.com",

snippets/iam-actions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39955,6 +39955,10 @@
3995539955
"name": "ec2:InstanceAutoRecovery",
3995639956
"reference_href": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html#amazonec2-ec2_InstanceAutoRecovery"
3995739957
},
39958+
{
39959+
"name": "ec2:InstanceBandwidthWeighting",
39960+
"reference_href": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html#amazonec2-ec2_InstanceBandwidthWeighting"
39961+
},
3995839962
{
3995939963
"name": "ec2:InstanceID",
3996039964
"reference_href": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html#amazonec2-ec2_InstanceID"
@@ -298017,4 +298021,4 @@
298017298021
"serviceName": "Tag Editor",
298018298022
"service_prefix": "resource-explorer"
298019298023
}
298020-
}
298024+
}

0 commit comments

Comments
 (0)