Skip to content

Commit 176987b

Browse files
committed
build: auto-update snippets to version: 1.17.0
1 parent cc34af7 commit 176987b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Changelog
22
=========
33

44

5+
1.16.0 (2025-04-25)
6+
-------------------
7+
- Build: auto-update snippets to version: 1.16.0. [Github Actions]
8+
9+
510
1.15.0 (2025-04-18)
611
-------------------
712
- Build: auto-update snippets to version: 1.15.0. [Github Actions]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "AWS IAM Service Principal Snippets",
44
"description": "This VS Code extension provides autocompletion of all AWS services that can be used as Service Principals in your IAM policies.",
55
"author": "Danny Steenman",
6-
"version": "1.16.0",
6+
"version": "1.17.0",
77
"publisher": "dannysteenman",
88
"icon": "images/iam-service-principal-snippets-extension-icon.png",
99
"homepage": "https://towardsthecloud.com",

snippets/service-principals.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,8 +1547,8 @@
15471547
"email": {
15481548
"originalNames": [
15491549
"cognito",
1550-
"cognitosync",
1551-
"cognitouserpools"
1550+
"cognitouserpools",
1551+
"cognitosync"
15521552
],
15531553
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15541554
"servicePrincipal": "email.cognito-idp.amazonaws.com",
@@ -3754,8 +3754,8 @@
37543754
},
37553755
"ses": {
37563756
"originalNames": [
3757-
"simpleemailservicemailmanager",
37583757
"simpleemailserviceamazonsesv2",
3758+
"simpleemailservicemailmanager",
37593759
"ses"
37603760
],
37613761
"reference_url": "https://docs.aws.amazon.com/ses/latest/dg/using-service-linked-roles.html",
@@ -4331,8 +4331,8 @@
43314331
},
43324332
"waf": {
43334333
"originalNames": [
4334-
"wafregional",
43354334
"wafclassic",
4335+
"wafregional",
43364336
"waf"
43374337
],
43384338
"reference_url": "https://docs.aws.amazon.com/waf/latest/developerguide/classic-using-service-linked-roles.html",

0 commit comments

Comments
 (0)