aws-iam-data 0.0.73 → 0.0.74
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
|
@@ -24244,7 +24244,7 @@
|
|
|
24244
24244
|
},
|
|
24245
24245
|
{
|
|
24246
24246
|
"name": "AWS Billing and Cost Management",
|
|
24247
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/
|
|
24247
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbilling.html",
|
|
24248
24248
|
"servicePrefix": "billing",
|
|
24249
24249
|
"actions": [
|
|
24250
24250
|
{
|
|
@@ -26350,7 +26350,12 @@
|
|
|
26350
26350
|
"required": false,
|
|
26351
26351
|
"conditionKeys": [
|
|
26352
26352
|
"aws:RequestTag/${TagKey}",
|
|
26353
|
-
"aws:TagKeys"
|
|
26353
|
+
"aws:TagKeys",
|
|
26354
|
+
"acm:DomainNames",
|
|
26355
|
+
"acm:CertificateTransparencyLogging",
|
|
26356
|
+
"acm:ValidationMethod",
|
|
26357
|
+
"acm:KeyAlgorithm",
|
|
26358
|
+
"acm:CertificateAuthority"
|
|
26354
26359
|
],
|
|
26355
26360
|
"dependentActions": []
|
|
26356
26361
|
}
|
|
@@ -26390,7 +26395,7 @@
|
|
|
26390
26395
|
"resourceTypes": [
|
|
26391
26396
|
{
|
|
26392
26397
|
"name": "certificate",
|
|
26393
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/acm/latest/userguide/
|
|
26398
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-acm-cert",
|
|
26394
26399
|
"arnPattern": "arn:${Partition}:acm:${Region}:${Account}:certificate/${CertificateId}",
|
|
26395
26400
|
"conditionKeys": [
|
|
26396
26401
|
"aws:ResourceTag/${TagKey}"
|
|
@@ -26398,16 +26403,46 @@
|
|
|
26398
26403
|
}
|
|
26399
26404
|
],
|
|
26400
26405
|
"conditionKeys": [
|
|
26406
|
+
{
|
|
26407
|
+
"name": "acm:CertificateAuthority",
|
|
26408
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/acm/latest/userguide/security-iam.html",
|
|
26409
|
+
"description": "Filters access by certificateAuthority in the request. Can be used to restrict which Certificate Authorites certificates can be issued from",
|
|
26410
|
+
"type": "String"
|
|
26411
|
+
},
|
|
26412
|
+
{
|
|
26413
|
+
"name": "acm:CertificateTransparencyLogging",
|
|
26414
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/acm/latest/userguide/security-iam.html",
|
|
26415
|
+
"description": "Filters access by certificateTransparencyLogging option in the request. Default 'ENABLED' if no key is present in the request",
|
|
26416
|
+
"type": "String"
|
|
26417
|
+
},
|
|
26418
|
+
{
|
|
26419
|
+
"name": "acm:DomainNames",
|
|
26420
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/acm/latest/userguide/security-iam.html",
|
|
26421
|
+
"description": "Filters access by domainNames in the request. This key can be used to restrict which domains can be in certificate requests",
|
|
26422
|
+
"type": "String"
|
|
26423
|
+
},
|
|
26424
|
+
{
|
|
26425
|
+
"name": "acm:KeyAlgorithm",
|
|
26426
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/acm/latest/userguide/security-iam.html",
|
|
26427
|
+
"description": "Filters access by keyAlgorithm in the request",
|
|
26428
|
+
"type": "String"
|
|
26429
|
+
},
|
|
26430
|
+
{
|
|
26431
|
+
"name": "acm:ValidationMethod",
|
|
26432
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/acm/latest/userguide/security-iam.html",
|
|
26433
|
+
"description": "Filters access by validationMethod in the request. Default 'EMAIL' if no key is present in the request",
|
|
26434
|
+
"type": "String"
|
|
26435
|
+
},
|
|
26401
26436
|
{
|
|
26402
26437
|
"name": "aws:RequestTag/${TagKey}",
|
|
26403
26438
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
|
|
26404
|
-
"description": "
|
|
26439
|
+
"description": "Filters access by the presence of tag key-value pairs in the request",
|
|
26405
26440
|
"type": "String"
|
|
26406
26441
|
},
|
|
26407
26442
|
{
|
|
26408
26443
|
"name": "aws:ResourceTag/${TagKey}",
|
|
26409
26444
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
|
|
26410
|
-
"description": "
|
|
26445
|
+
"description": "Filters access by tag key-value pairs attached to the resource",
|
|
26411
26446
|
"type": "String"
|
|
26412
26447
|
},
|
|
26413
26448
|
{
|
|
@@ -138837,7 +138872,7 @@
|
|
|
138837
138872
|
"name": "GetFreeTierAlertPreference",
|
|
138838
138873
|
"apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/tracking-free-tier-usage.html",
|
|
138839
138874
|
"permissionOnly": true,
|
|
138840
|
-
"description": "
|
|
138875
|
+
"description": "Grants permission to get free tier alert preference (email address)",
|
|
138841
138876
|
"accessLevel": "Read",
|
|
138842
138877
|
"resourceTypes": [
|
|
138843
138878
|
{
|
|
@@ -138852,7 +138887,7 @@
|
|
|
138852
138887
|
"name": "GetFreeTierUsage",
|
|
138853
138888
|
"apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/tracking-free-tier-usage.html",
|
|
138854
138889
|
"permissionOnly": true,
|
|
138855
|
-
"description": "
|
|
138890
|
+
"description": "Grants permission to get free tier usage limits and MTD usage status",
|
|
138856
138891
|
"accessLevel": "Read",
|
|
138857
138892
|
"resourceTypes": [
|
|
138858
138893
|
{
|
|
@@ -138867,7 +138902,7 @@
|
|
|
138867
138902
|
"name": "PutFreeTierAlertPreference",
|
|
138868
138903
|
"apiReferenceUrl": "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/tracking-free-tier-usage.html",
|
|
138869
138904
|
"permissionOnly": true,
|
|
138870
|
-
"description": "
|
|
138905
|
+
"description": "Grants permission to set free tier alert preference (email address)",
|
|
138871
138906
|
"accessLevel": "Write",
|
|
138872
138907
|
"resourceTypes": [
|
|
138873
138908
|
{
|
|
@@ -246122,6 +246157,12 @@
|
|
|
246122
246157
|
"description": "Grants permission to create a collection in an AWS Region",
|
|
246123
246158
|
"accessLevel": "Write",
|
|
246124
246159
|
"resourceTypes": [
|
|
246160
|
+
{
|
|
246161
|
+
"resourceType": "collection",
|
|
246162
|
+
"required": true,
|
|
246163
|
+
"conditionKeys": [],
|
|
246164
|
+
"dependentActions": []
|
|
246165
|
+
},
|
|
246125
246166
|
{
|
|
246126
246167
|
"resourceType": "",
|
|
246127
246168
|
"required": false,
|
|
@@ -1942,7 +1942,7 @@
|
|
|
1942
1942
|
{
|
|
1943
1943
|
"name": "AWS Billing and Cost Management",
|
|
1944
1944
|
"servicePrefix": "billing",
|
|
1945
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/
|
|
1945
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbilling.html",
|
|
1946
1946
|
"actionsCount": 13,
|
|
1947
1947
|
"actions": [
|
|
1948
1948
|
"GetBillingData",
|
|
@@ -2155,8 +2155,13 @@
|
|
|
2155
2155
|
"resourceTypes": [
|
|
2156
2156
|
"certificate"
|
|
2157
2157
|
],
|
|
2158
|
-
"conditionKeysCount":
|
|
2158
|
+
"conditionKeysCount": 8,
|
|
2159
2159
|
"conditionKeys": [
|
|
2160
|
+
"acm:CertificateAuthority",
|
|
2161
|
+
"acm:CertificateTransparencyLogging",
|
|
2162
|
+
"acm:DomainNames",
|
|
2163
|
+
"acm:KeyAlgorithm",
|
|
2164
|
+
"acm:ValidationMethod",
|
|
2160
2165
|
"aws:RequestTag/${TagKey}",
|
|
2161
2166
|
"aws:ResourceTag/${TagKey}",
|
|
2162
2167
|
"aws:TagKeys"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.74",
|
|
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",
|