Skip to content

Commit 52abc8a

Browse files
committed
build: auto-update snippets to version: 1.40.0
1 parent 31aede6 commit 52abc8a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-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.39.0 (2025-10-03)
6+
-------------------
7+
- Build: auto-update snippets to version: 1.39.0. [Github Actions]
8+
9+
510
1.38.0 (2025-09-26)
611
-------------------
712
- Build: auto-update snippets to version: 1.38.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.39.0",
6+
"version": "1.40.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@
225225
},
226226
"appmesh": {
227227
"originalNames": [
228-
"appmesh",
229228
"appmeshpreview",
229+
"appmesh",
230230
"appmesh"
231231
],
232232
"reference_url": "https://docs.aws.amazon.com/app-mesh/latest/userguide/using-service-linked-roles.html",
@@ -1568,9 +1568,9 @@
15681568
},
15691569
"email": {
15701570
"originalNames": [
1571+
"cognito",
15711572
"cognitosync",
1572-
"cognitouserpools",
1573-
"cognito"
1573+
"cognitouserpools"
15741574
],
15751575
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15761576
"servicePrincipal": "email.cognito-idp.amazonaws.com",

0 commit comments

Comments
 (0)