aws-iam-data 0.0.379 → 0.0.380
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
CHANGED
|
@@ -24530,8 +24530,8 @@
|
|
|
24530
24530
|
{
|
|
24531
24531
|
"name": "dsql:WitnessRegion",
|
|
24532
24532
|
"apiReferenceUrl": "https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/using-iam-condition-keys.html#using-iam-condition-keys-create-mr-cluster-witness",
|
|
24533
|
-
"description": "Filters access by the witness region of
|
|
24534
|
-
"type": "
|
|
24533
|
+
"description": "Filters access by the witness region of multi-Region clusters",
|
|
24534
|
+
"type": "String"
|
|
24535
24535
|
}
|
|
24536
24536
|
]
|
|
24537
24537
|
},
|
|
@@ -27801,6 +27801,7 @@
|
|
|
27801
27801
|
"required": false,
|
|
27802
27802
|
"conditionKeys": [
|
|
27803
27803
|
"aws:RequestTag/${TagKey}",
|
|
27804
|
+
"aws:ResourceTag/${TagKey}",
|
|
27804
27805
|
"aws:TagKeys"
|
|
27805
27806
|
],
|
|
27806
27807
|
"dependentActions": []
|
|
@@ -170321,6 +170322,18 @@
|
|
|
170321
170322
|
"required": true,
|
|
170322
170323
|
"conditionKeys": [],
|
|
170323
170324
|
"dependentActions": []
|
|
170325
|
+
},
|
|
170326
|
+
{
|
|
170327
|
+
"resourceType": "alias",
|
|
170328
|
+
"required": false,
|
|
170329
|
+
"conditionKeys": [],
|
|
170330
|
+
"dependentActions": []
|
|
170331
|
+
},
|
|
170332
|
+
{
|
|
170333
|
+
"resourceType": "key",
|
|
170334
|
+
"required": false,
|
|
170335
|
+
"conditionKeys": [],
|
|
170336
|
+
"dependentActions": []
|
|
170324
170337
|
}
|
|
170325
170338
|
]
|
|
170326
170339
|
},
|
|
@@ -171335,6 +171348,18 @@
|
|
|
171335
171348
|
"required": true,
|
|
171336
171349
|
"conditionKeys": [],
|
|
171337
171350
|
"dependentActions": []
|
|
171351
|
+
},
|
|
171352
|
+
{
|
|
171353
|
+
"resourceType": "alias",
|
|
171354
|
+
"required": false,
|
|
171355
|
+
"conditionKeys": [],
|
|
171356
|
+
"dependentActions": []
|
|
171357
|
+
},
|
|
171358
|
+
{
|
|
171359
|
+
"resourceType": "key",
|
|
171360
|
+
"required": false,
|
|
171361
|
+
"conditionKeys": [],
|
|
171362
|
+
"dependentActions": []
|
|
171338
171363
|
}
|
|
171339
171364
|
]
|
|
171340
171365
|
},
|
|
@@ -171476,6 +171501,18 @@
|
|
|
171476
171501
|
"apiReferenceUrl": "https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-manage-iam-access.html#eventbridge-arn-format",
|
|
171477
171502
|
"arnPattern": "arn:${Partition}:events:${Region}:${Account}:target/terminate-instance",
|
|
171478
171503
|
"conditionKeys": []
|
|
171504
|
+
},
|
|
171505
|
+
{
|
|
171506
|
+
"name": "alias",
|
|
171507
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html",
|
|
171508
|
+
"arnPattern": "arn:${Partition}:kms:${Region}:${Account}:alias/${Alias}",
|
|
171509
|
+
"conditionKeys": []
|
|
171510
|
+
},
|
|
171511
|
+
{
|
|
171512
|
+
"name": "key",
|
|
171513
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html",
|
|
171514
|
+
"arnPattern": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}",
|
|
171515
|
+
"conditionKeys": []
|
|
171479
171516
|
}
|
|
171480
171517
|
],
|
|
171481
171518
|
"conditionKeys": [
|
|
@@ -11776,7 +11776,7 @@
|
|
|
11776
11776
|
"UpdateEndpoint",
|
|
11777
11777
|
"UpdateEventBus"
|
|
11778
11778
|
],
|
|
11779
|
-
"resourceTypesCount":
|
|
11779
|
+
"resourceTypesCount": 15,
|
|
11780
11780
|
"resourceTypes": [
|
|
11781
11781
|
"event-source",
|
|
11782
11782
|
"event-bus",
|
|
@@ -11790,7 +11790,9 @@
|
|
|
11790
11790
|
"create-snapshot",
|
|
11791
11791
|
"reboot-instance",
|
|
11792
11792
|
"stop-instance",
|
|
11793
|
-
"terminate-instance"
|
|
11793
|
+
"terminate-instance",
|
|
11794
|
+
"alias",
|
|
11795
|
+
"key"
|
|
11794
11796
|
],
|
|
11795
11797
|
"conditionKeysCount": 13,
|
|
11796
11798
|
"conditionKeys": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.380",
|
|
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",
|