aws-iam-data 0.0.361 → 0.0.362
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-04-18",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Managed Service for Prometheus": [
|
|
8
|
+
"aps:DescribeWorkspaceConfiguration",
|
|
9
|
+
"aps:UpdateWorkspaceConfiguration"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"removedActions": {}
|
|
13
|
+
},
|
|
2
14
|
{
|
|
3
15
|
"dateOfChange": "2025-04-17",
|
|
4
16
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -252326,6 +252326,29 @@
|
|
|
252326
252326
|
}
|
|
252327
252327
|
]
|
|
252328
252328
|
},
|
|
252329
|
+
{
|
|
252330
|
+
"name": "DescribeWorkspaceConfiguration",
|
|
252331
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html#AMP-APIReference-DescribeWorkspaceConfiguration",
|
|
252332
|
+
"permissionOnly": false,
|
|
252333
|
+
"description": "Grants permission to describe workspace configuration",
|
|
252334
|
+
"accessLevel": "Read",
|
|
252335
|
+
"resourceTypes": [
|
|
252336
|
+
{
|
|
252337
|
+
"resourceType": "workspace",
|
|
252338
|
+
"required": true,
|
|
252339
|
+
"conditionKeys": [],
|
|
252340
|
+
"dependentActions": []
|
|
252341
|
+
},
|
|
252342
|
+
{
|
|
252343
|
+
"resourceType": "",
|
|
252344
|
+
"required": false,
|
|
252345
|
+
"conditionKeys": [
|
|
252346
|
+
"aws:ResourceTag/${TagKey}"
|
|
252347
|
+
],
|
|
252348
|
+
"dependentActions": []
|
|
252349
|
+
}
|
|
252350
|
+
]
|
|
252351
|
+
},
|
|
252329
252352
|
{
|
|
252330
252353
|
"name": "GetAlertManagerSilence",
|
|
252331
252354
|
"apiReferenceUrl": "https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html#AMP-APIReference-GetAlertManagerSilence",
|
|
@@ -252946,6 +252969,29 @@
|
|
|
252946
252969
|
"dependentActions": []
|
|
252947
252970
|
}
|
|
252948
252971
|
]
|
|
252972
|
+
},
|
|
252973
|
+
{
|
|
252974
|
+
"name": "UpdateWorkspaceConfiguration",
|
|
252975
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html#AMP-APIReference-UpdateWorkspaceConfiguration",
|
|
252976
|
+
"permissionOnly": false,
|
|
252977
|
+
"description": "Grants permission to update workspace configuration",
|
|
252978
|
+
"accessLevel": "Write",
|
|
252979
|
+
"resourceTypes": [
|
|
252980
|
+
{
|
|
252981
|
+
"resourceType": "workspace",
|
|
252982
|
+
"required": true,
|
|
252983
|
+
"conditionKeys": [],
|
|
252984
|
+
"dependentActions": []
|
|
252985
|
+
},
|
|
252986
|
+
{
|
|
252987
|
+
"resourceType": "",
|
|
252988
|
+
"required": false,
|
|
252989
|
+
"conditionKeys": [
|
|
252990
|
+
"aws:ResourceTag/${TagKey}"
|
|
252991
|
+
],
|
|
252992
|
+
"dependentActions": []
|
|
252993
|
+
}
|
|
252994
|
+
]
|
|
252949
252995
|
}
|
|
252950
252996
|
],
|
|
252951
252997
|
"resourceTypes": [
|
|
@@ -17862,7 +17862,7 @@
|
|
|
17862
17862
|
"name": "Amazon Managed Service for Prometheus",
|
|
17863
17863
|
"servicePrefix": "aps",
|
|
17864
17864
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedserviceforprometheus.html",
|
|
17865
|
-
"actionsCount":
|
|
17865
|
+
"actionsCount": 45,
|
|
17866
17866
|
"actions": [
|
|
17867
17867
|
"CreateAlertManagerAlerts",
|
|
17868
17868
|
"CreateAlertManagerDefinition",
|
|
@@ -17881,6 +17881,7 @@
|
|
|
17881
17881
|
"DescribeRuleGroupsNamespace",
|
|
17882
17882
|
"DescribeScraper",
|
|
17883
17883
|
"DescribeWorkspace",
|
|
17884
|
+
"DescribeWorkspaceConfiguration",
|
|
17884
17885
|
"GetAlertManagerSilence",
|
|
17885
17886
|
"GetAlertManagerStatus",
|
|
17886
17887
|
"GetDefaultScraperConfiguration",
|
|
@@ -17906,7 +17907,8 @@
|
|
|
17906
17907
|
"UntagResource",
|
|
17907
17908
|
"UpdateLoggingConfiguration",
|
|
17908
17909
|
"UpdateScraper",
|
|
17909
|
-
"UpdateWorkspaceAlias"
|
|
17910
|
+
"UpdateWorkspaceAlias",
|
|
17911
|
+
"UpdateWorkspaceConfiguration"
|
|
17910
17912
|
],
|
|
17911
17913
|
"resourceTypesCount": 4,
|
|
17912
17914
|
"resourceTypes": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.362",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|