Skip to content

Commit 94f3e37

Browse files
committed
build: auto-update snippets to version: 1.37.0
1 parent 71b378c commit 94f3e37

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

44

5+
(unreleased)
6+
------------
7+
- Update README.md. [Danny Steenman]
8+
9+
10+
1.36.0 (2025-09-12)
11+
-------------------
12+
- Build: auto-update snippets to version: 1.36.0. [Github Actions]
13+
14+
515
1.35.0 (2025-09-05)
616
-------------------
717
- Build: auto-update snippets to version: 1.35.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.36.0",
6+
"version": "1.37.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
@@ -1580,9 +1580,9 @@
15801580
},
15811581
"email": {
15821582
"originalNames": [
1583+
"cognitosync",
15831584
"cognito",
1584-
"cognitouserpools",
1585-
"cognitosync"
1585+
"cognitouserpools"
15861586
],
15871587
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15881588
"servicePrincipal": "email.cognito-idp.amazonaws.com",
@@ -3828,8 +3828,8 @@
38283828
},
38293829
"ses": {
38303830
"originalNames": [
3831-
"simpleemailserviceamazonsesv2",
38323831
"simpleemailservicemailmanager",
3832+
"simpleemailserviceamazonsesv2",
38333833
"ses"
38343834
],
38353835
"reference_url": "https://docs.aws.amazon.com/ses/latest/dg/using-service-linked-roles.html",

0 commit comments

Comments
 (0)