Skip to content

Commit 12f5207

Browse files
committed
build: auto-update snippets to version: 1.33.0
1 parent a543bde commit 12f5207

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
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.32.0 (2025-08-15)
6+
-------------------
7+
- Build: auto-update snippets to version: 1.32.0. [Github Actions]
8+
9+
510
1.31.0 (2025-08-08)
611
-------------------
712
- Build: auto-update snippets to version: 1.31.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.32.0",
6+
"version": "1.33.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: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@
235235
},
236236
"appmesh": {
237237
"originalNames": [
238-
"appmesh",
239238
"appmeshpreview",
239+
"appmesh",
240240
"appmesh"
241241
],
242242
"reference_url": "https://docs.aws.amazon.com/app-mesh/latest/userguide/using-service-linked-roles.html",
@@ -512,6 +512,16 @@
512512
"policy_generator"
513513
]
514514
},
515+
"bcm-dashboards": {
516+
"originalNames": [
517+
"bcm-dashboards"
518+
],
519+
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
520+
"servicePrincipal": "bcm-dashboards.amazonaws.com",
521+
"sources": [
522+
"policy_generator"
523+
]
524+
},
515525
"bcm-data-exports": {
516526
"originalNames": [
517527
"bcm-data-exports"
@@ -1570,9 +1580,9 @@
15701580
},
15711581
"email": {
15721582
"originalNames": [
1573-
"cognitosync",
1583+
"cognito",
15741584
"cognitouserpools",
1575-
"cognito"
1585+
"cognitosync"
15761586
],
15771587
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15781588
"servicePrincipal": "email.cognito-idp.amazonaws.com",
@@ -3820,8 +3830,8 @@
38203830
},
38213831
"ses": {
38223832
"originalNames": [
3823-
"simpleemailservicemailmanager",
38243833
"simpleemailserviceamazonsesv2",
3834+
"simpleemailservicemailmanager",
38253835
"ses"
38263836
],
38273837
"reference_url": "https://docs.aws.amazon.com/ses/latest/dg/using-service-linked-roles.html",
@@ -4417,8 +4427,8 @@
44174427
},
44184428
"waf": {
44194429
"originalNames": [
4420-
"wafclassic",
44214430
"wafregional",
4431+
"wafclassic",
44224432
"waf"
44234433
],
44244434
"reference_url": "https://docs.aws.amazon.com/waf/latest/developerguide/classic-using-service-linked-roles.html",

0 commit comments

Comments
 (0)