Skip to content

Commit 33f79bd

Browse files
committed
build: auto-update snippets to version: 1.30.0
1 parent 1f0b3b5 commit 33f79bd

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
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.29.0 (2025-07-25)
6+
-------------------
7+
- Build: auto-update snippets to version: 1.29.0. [Github Actions]
8+
9+
510
1.28.0 (2025-07-18)
611
-------------------
712
- Build: auto-update snippets to version: 1.28.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.29.0",
6+
"version": "1.30.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: 16 additions & 10 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",
@@ -326,6 +326,16 @@
326326
"policy_generator"
327327
]
328328
},
329+
"arc-region-switch": {
330+
"originalNames": [
331+
"arc-region-switch"
332+
],
333+
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
334+
"servicePrincipal": "arc-region-switch.amazonaws.com",
335+
"sources": [
336+
"policy_generator"
337+
]
338+
},
329339
"arc-zonal-shift": {
330340
"originalNames": [
331341
"arc-zonal-shift"
@@ -494,13 +504,11 @@
494504
},
495505
"batch": {
496506
"originalNames": [
497-
"batch",
498507
"batch"
499508
],
500-
"reference_url": "https://docs.aws.amazon.com/batch/latest/userguide/using-service-linked-roles.html",
509+
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
501510
"servicePrincipal": "batch.amazonaws.com",
502511
"sources": [
503-
"documentation",
504512
"policy_generator"
505513
]
506514
},
@@ -566,13 +574,11 @@
566574
},
567575
"braket": {
568576
"originalNames": [
569-
"braket",
570577
"braket"
571578
],
572-
"reference_url": "https://docs.aws.amazon.com/braket/latest/developerguide/braket-slr.html",
579+
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
573580
"servicePrincipal": "braket.amazonaws.com",
574581
"sources": [
575-
"documentation",
576582
"policy_generator"
577583
]
578584
},
@@ -1552,9 +1558,9 @@
15521558
},
15531559
"email": {
15541560
"originalNames": [
1555-
"cognito",
15561561
"cognitosync",
1557-
"cognitouserpools"
1562+
"cognitouserpools",
1563+
"cognito"
15581564
],
15591565
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15601566
"servicePrincipal": "email.cognito-idp.amazonaws.com",
@@ -3802,8 +3808,8 @@
38023808
},
38033809
"ses": {
38043810
"originalNames": [
3805-
"simpleemailservicemailmanager",
38063811
"simpleemailserviceamazonsesv2",
3812+
"simpleemailservicemailmanager",
38073813
"ses"
38083814
],
38093815
"reference_url": "https://docs.aws.amazon.com/ses/latest/dg/using-service-linked-roles.html",

0 commit comments

Comments
 (0)