Skip to content

Commit a543bde

Browse files
committed
build: auto-update snippets to version: 1.32.0
1 parent 26cb021 commit a543bde

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
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.31.0 (2025-08-08)
6+
-------------------
7+
- Build: auto-update snippets to version: 1.31.0. [Github Actions]
8+
9+
510
1.30.0 (2025-08-01)
611
-------------------
712
- Build: auto-update snippets to version: 1.30.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.31.0",
6+
"version": "1.32.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: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@
235235
},
236236
"appmesh": {
237237
"originalNames": [
238-
"appmeshpreview",
239238
"appmesh",
239+
"appmeshpreview",
240240
"appmesh"
241241
],
242242
"reference_url": "https://docs.aws.amazon.com/app-mesh/latest/userguide/using-service-linked-roles.html",
@@ -532,6 +532,16 @@
532532
"policy_generator"
533533
]
534534
},
535+
"bcm-recommended-actions": {
536+
"originalNames": [
537+
"bcm-recommended-actions"
538+
],
539+
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
540+
"servicePrincipal": "bcm-recommended-actions.amazonaws.com",
541+
"sources": [
542+
"policy_generator"
543+
]
544+
},
535545
"bedrock": {
536546
"originalNames": [
537547
"bedrock"
@@ -1560,9 +1570,9 @@
15601570
},
15611571
"email": {
15621572
"originalNames": [
1563-
"cognito",
1573+
"cognitosync",
15641574
"cognitouserpools",
1565-
"cognitosync"
1575+
"cognito"
15661576
],
15671577
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15681578
"servicePrincipal": "email.cognito-idp.amazonaws.com",
@@ -4313,6 +4323,16 @@
43134323
"policy_generator"
43144324
]
43154325
},
4326+
"uxc": {
4327+
"originalNames": [
4328+
"uxc"
4329+
],
4330+
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
4331+
"servicePrincipal": "uxc.amazonaws.com",
4332+
"sources": [
4333+
"policy_generator"
4334+
]
4335+
},
43164336
"vendor-insights": {
43174337
"originalNames": [
43184338
"vendor-insights"

0 commit comments

Comments
 (0)