aws-iam-data 0.0.319 → 0.0.320
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.
- package/dist/data/json/iam.json +4 -4
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -57431,9 +57431,9 @@
|
|
|
57431
57431
|
},
|
|
57432
57432
|
{
|
|
57433
57433
|
"name": "DeleteAccountPolicy",
|
|
57434
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/
|
|
57434
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DeleteAccountPolicy.html",
|
|
57435
57435
|
"permissionOnly": false,
|
|
57436
|
-
"description": "Grants permission to delete
|
|
57436
|
+
"description": "Grants permission to delete an account policy",
|
|
57437
57437
|
"accessLevel": "Write",
|
|
57438
57438
|
"resourceTypes": [
|
|
57439
57439
|
{
|
|
@@ -57718,7 +57718,7 @@
|
|
|
57718
57718
|
"name": "DescribeAccountPolicies",
|
|
57719
57719
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeAccountPolicies.html",
|
|
57720
57720
|
"permissionOnly": false,
|
|
57721
|
-
"description": "Grants permission to retrieve
|
|
57721
|
+
"description": "Grants permission to retrieve account policies",
|
|
57722
57722
|
"accessLevel": "List",
|
|
57723
57723
|
"resourceTypes": [
|
|
57724
57724
|
{
|
|
@@ -58363,7 +58363,7 @@
|
|
|
58363
58363
|
"name": "PutAccountPolicy",
|
|
58364
58364
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutAccountPolicy.html",
|
|
58365
58365
|
"permissionOnly": false,
|
|
58366
|
-
"description": "Grants permission to attach
|
|
58366
|
+
"description": "Grants permission to attach an account policy",
|
|
58367
58367
|
"accessLevel": "Write",
|
|
58368
58368
|
"resourceTypes": [
|
|
58369
58369
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.320",
|
|
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",
|