aws-iam-data 0.0.315 → 0.0.316
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
|
@@ -5306,9 +5306,15 @@
|
|
|
5306
5306
|
"description": "Used to invoke an API upon a client request",
|
|
5307
5307
|
"accessLevel": "Write",
|
|
5308
5308
|
"resourceTypes": [
|
|
5309
|
+
{
|
|
5310
|
+
"resourceType": "execute-api-domain",
|
|
5311
|
+
"required": false,
|
|
5312
|
+
"conditionKeys": [],
|
|
5313
|
+
"dependentActions": []
|
|
5314
|
+
},
|
|
5309
5315
|
{
|
|
5310
5316
|
"resourceType": "execute-api-general",
|
|
5311
|
-
"required":
|
|
5317
|
+
"required": false,
|
|
5312
5318
|
"conditionKeys": [],
|
|
5313
5319
|
"dependentActions": []
|
|
5314
5320
|
}
|
|
@@ -5333,12 +5339,27 @@
|
|
|
5333
5339
|
"resourceTypes": [
|
|
5334
5340
|
{
|
|
5335
5341
|
"name": "execute-api-general",
|
|
5336
|
-
"apiReferenceUrl": "",
|
|
5342
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
5337
5343
|
"arnPattern": "arn:${Partition}:execute-api:${Region}:${Account}:${ApiId}/${Stage}/${Method}/${ApiSpecificResourcePath}",
|
|
5344
|
+
"conditionKeys": [
|
|
5345
|
+
"execute-api:viaDomainArn"
|
|
5346
|
+
]
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
"name": "execute-api-domain",
|
|
5350
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
5351
|
+
"arnPattern": "arn:${Partition}:execute-api:${Region}:${Account}:/domainnames/${DomainName}+${DomainIdentifier}",
|
|
5338
5352
|
"conditionKeys": []
|
|
5339
5353
|
}
|
|
5340
5354
|
],
|
|
5341
|
-
"conditionKeys": [
|
|
5355
|
+
"conditionKeys": [
|
|
5356
|
+
{
|
|
5357
|
+
"name": "execute-api:viaDomainArn",
|
|
5358
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
5359
|
+
"description": "Filters access by the domain name ARN the API is called from",
|
|
5360
|
+
"type": "String"
|
|
5361
|
+
}
|
|
5362
|
+
]
|
|
5342
5363
|
},
|
|
5343
5364
|
{
|
|
5344
5365
|
"name": "Amazon API Gateway Management",
|
|
@@ -460,12 +460,15 @@
|
|
|
460
460
|
"Invoke",
|
|
461
461
|
"ManageConnections"
|
|
462
462
|
],
|
|
463
|
-
"resourceTypesCount":
|
|
463
|
+
"resourceTypesCount": 2,
|
|
464
464
|
"resourceTypes": [
|
|
465
|
-
"execute-api-general"
|
|
465
|
+
"execute-api-general",
|
|
466
|
+
"execute-api-domain"
|
|
466
467
|
],
|
|
467
|
-
"conditionKeysCount":
|
|
468
|
-
"conditionKeys": [
|
|
468
|
+
"conditionKeysCount": 1,
|
|
469
|
+
"conditionKeys": [
|
|
470
|
+
"execute-api:viaDomainArn"
|
|
471
|
+
]
|
|
469
472
|
},
|
|
470
473
|
{
|
|
471
474
|
"name": "Amazon API Gateway Management",
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
+
{
|
|
4
|
+
"key": "Write Actions",
|
|
5
|
+
"value": 10101
|
|
6
|
+
},
|
|
3
7
|
{
|
|
4
8
|
"key": "Read Actions",
|
|
5
9
|
"value": 4904
|
|
@@ -11,10 +15,6 @@
|
|
|
11
15
|
{
|
|
12
16
|
"key": "Permissions Actions",
|
|
13
17
|
"value": 316
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"key": "Write Actions",
|
|
17
|
-
"value": 10101
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1873
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1003
|
|
418
418
|
}
|
|
419
419
|
]
|
|
420
420
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.316",
|
|
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",
|