Skip to content

Commit 31aede6

Browse files
committed
build: auto-update snippets to version: 1.39.0
1 parent dadd56a commit 31aede6

File tree

3 files changed

+10
-27
lines changed

3 files changed

+10
-27
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.38.0 (2025-09-26)
6+
-------------------
7+
- Build: auto-update snippets to version: 1.38.0. [Github Actions]
8+
9+
510
1.37.0 (2025-09-19)
611
-------------------
712
- Build: auto-update snippets to version: 1.37.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.38.0",
6+
"version": "1.39.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 & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,6 @@
193193
"policy_generator"
194194
]
195195
},
196-
"application-cost-profiler": {
197-
"originalNames": [
198-
"application-cost-profiler"
199-
],
200-
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
201-
"servicePrincipal": "application-cost-profiler.amazonaws.com",
202-
"sources": [
203-
"policy_generator"
204-
]
205-
},
206196
"application-signals": {
207197
"originalNames": [
208198
"application-signals"
@@ -1442,13 +1432,11 @@
14421432
},
14431433
"ecs": {
14441434
"originalNames": [
1445-
"elasticcontainerserviceamazonecs",
14461435
"ecs"
14471436
],
1448-
"reference_url": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html",
1437+
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
14491438
"servicePrincipal": "ecs.amazonaws.com",
14501439
"sources": [
1451-
"documentation",
14521440
"policy_generator"
14531441
]
14541442
},
@@ -1580,9 +1568,9 @@
15801568
},
15811569
"email": {
15821570
"originalNames": [
1583-
"cognito",
1571+
"cognitosync",
15841572
"cognitouserpools",
1585-
"cognitosync"
1573+
"cognito"
15861574
],
15871575
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15881576
"servicePrincipal": "email.cognito-idp.amazonaws.com",
@@ -2090,16 +2078,6 @@
20902078
"policy_generator"
20912079
]
20922080
},
2093-
"iot1click": {
2094-
"originalNames": [
2095-
"iot1click"
2096-
],
2097-
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
2098-
"servicePrincipal": "iot1click.amazonaws.com",
2099-
"sources": [
2100-
"policy_generator"
2101-
]
2102-
},
21032081
"iotanalytics": {
21042082
"originalNames": [
21052083
"iotanalytics"
@@ -3828,8 +3806,8 @@
38283806
},
38293807
"ses": {
38303808
"originalNames": [
3831-
"simpleemailservicemailmanager",
38323809
"simpleemailserviceamazonsesv2",
3810+
"simpleemailservicemailmanager",
38333811
"ses"
38343812
],
38353813
"reference_url": "https://docs.aws.amazon.com/ses/latest/dg/using-service-linked-roles.html",

0 commit comments

Comments
 (0)