Skip to content

Commit 3aaf2f4

Browse files
committed
build: auto-update snippets to version: 1.33.0
1 parent 5ddc6a0 commit 3aaf2f4

File tree

4 files changed

+42
-5
lines changed

4 files changed

+42
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ Changelog
22
=========
33

44

5-
(unreleased)
6-
------------
5+
1.32.0 (2025-04-17)
6+
-------------------
7+
- Build: auto-update snippets to version: 1.32.0. [Github Actions]
78
- Chore: update repository links to reflect new ownership by
89
'towardsthecloud' [Danny Steenman]
910

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "AWS IAM Actions Snippets",
44
"description": "Adds snippets for all the AWS IAM Actions in VS Code.",
55
"author": "Danny Steenman",
6-
"version": "1.32.0",
6+
"version": "1.33.0",
77
"publisher": "dannysteenman",
88
"icon": "images/iam-actions-snippets-extension-icon.png",
99
"homepage": "https://towardsthecloud.com",

snippets/iam-actions.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106597,6 +106597,24 @@
106597106597
],
106598106598
"url": "https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html#AMP-APIReference-DescribeWorkspace"
106599106599
},
106600+
"DescribeWorkspaceConfiguration": {
106601+
"access_level": "Read",
106602+
"action_name": "aps:DescribeWorkspaceConfiguration",
106603+
"condition_keys": [
106604+
{
106605+
"name": "aws:ResourceTag/${TagKey}",
106606+
"reference_href": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedserviceforprometheus.html#amazonmanagedserviceforprometheus-aws_ResourceTag___TagKey_"
106607+
}
106608+
],
106609+
"description": "Grants permission to describe workspace configuration",
106610+
"resource_types": [
106611+
{
106612+
"name": "workspace*",
106613+
"reference_href": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedserviceforprometheus.html#amazonmanagedserviceforprometheus-workspace"
106614+
}
106615+
],
106616+
"url": "https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html#AMP-APIReference-DescribeWorkspaceConfiguration"
106617+
},
106600106618
"GetAlertManagerSilence": {
106601106619
"access_level": "Read",
106602106620
"action_name": "aps:GetAlertManagerSilence",
@@ -107070,6 +107088,24 @@
107070107088
}
107071107089
],
107072107090
"url": "https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html#AMP-APIReference-UpdateWorkspaceAlias"
107091+
},
107092+
"UpdateWorkspaceConfiguration": {
107093+
"access_level": "Write",
107094+
"action_name": "aps:UpdateWorkspaceConfiguration",
107095+
"condition_keys": [
107096+
{
107097+
"name": "aws:ResourceTag/${TagKey}",
107098+
"reference_href": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedserviceforprometheus.html#amazonmanagedserviceforprometheus-aws_ResourceTag___TagKey_"
107099+
}
107100+
],
107101+
"description": "Grants permission to update workspace configuration",
107102+
"resource_types": [
107103+
{
107104+
"name": "workspace*",
107105+
"reference_href": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedserviceforprometheus.html#amazonmanagedserviceforprometheus-workspace"
107106+
}
107107+
],
107108+
"url": "https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html#AMP-APIReference-UpdateWorkspaceConfiguration"
107073107109
}
107074107110
},
107075107111
"reference_url": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedserviceforprometheus.html",

0 commit comments

Comments
 (0)