Skip to content

Commit b403621

Browse files
committed
build: auto-update snippets to version: 1.34.0
1 parent 12f5207 commit b403621

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.33.0 (2025-08-22)
6+
-------------------
7+
- Build: auto-update snippets to version: 1.33.0. [Github Actions]
8+
9+
510
1.32.0 (2025-08-15)
611
-------------------
712
- Build: auto-update snippets to version: 1.32.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.33.0",
6+
"version": "1.34.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
@@ -1581,8 +1581,8 @@
15811581
"email": {
15821582
"originalNames": [
15831583
"cognito",
1584-
"cognitouserpools",
1585-
"cognitosync"
1584+
"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",
@@ -4427,8 +4427,8 @@
44274427
},
44284428
"waf": {
44294429
"originalNames": [
4430-
"wafregional",
44314430
"wafclassic",
4431+
"wafregional",
44324432
"waf"
44334433
],
44344434
"reference_url": "https://docs.aws.amazon.com/waf/latest/developerguide/classic-using-service-linked-roles.html",

0 commit comments

Comments
 (0)