aws-iam-data 0.0.574 → 0.0.575
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 +52 -6
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -63002,7 +63002,10 @@
|
|
|
63002
63002
|
{
|
|
63003
63003
|
"resourceType": "",
|
|
63004
63004
|
"required": false,
|
|
63005
|
-
"conditionKeys": [
|
|
63005
|
+
"conditionKeys": [
|
|
63006
|
+
"aws:RequestTag/${TagKey}",
|
|
63007
|
+
"aws:TagKeys"
|
|
63008
|
+
],
|
|
63006
63009
|
"dependentActions": []
|
|
63007
63010
|
}
|
|
63008
63011
|
]
|
|
@@ -63062,7 +63065,10 @@
|
|
|
63062
63065
|
{
|
|
63063
63066
|
"resourceType": "",
|
|
63064
63067
|
"required": false,
|
|
63065
|
-
"conditionKeys": [
|
|
63068
|
+
"conditionKeys": [
|
|
63069
|
+
"aws:RequestTag/${TagKey}",
|
|
63070
|
+
"aws:TagKeys"
|
|
63071
|
+
],
|
|
63066
63072
|
"dependentActions": []
|
|
63067
63073
|
}
|
|
63068
63074
|
]
|
|
@@ -64874,6 +64880,18 @@
|
|
|
64874
64880
|
"conditionKeys": [],
|
|
64875
64881
|
"dependentActions": []
|
|
64876
64882
|
},
|
|
64883
|
+
{
|
|
64884
|
+
"resourceType": "function",
|
|
64885
|
+
"required": false,
|
|
64886
|
+
"conditionKeys": [],
|
|
64887
|
+
"dependentActions": []
|
|
64888
|
+
},
|
|
64889
|
+
{
|
|
64890
|
+
"resourceType": "key-value-store",
|
|
64891
|
+
"required": false,
|
|
64892
|
+
"conditionKeys": [],
|
|
64893
|
+
"dependentActions": []
|
|
64894
|
+
},
|
|
64877
64895
|
{
|
|
64878
64896
|
"resourceType": "trust-store",
|
|
64879
64897
|
"required": false,
|
|
@@ -65015,6 +65033,18 @@
|
|
|
65015
65033
|
"conditionKeys": [],
|
|
65016
65034
|
"dependentActions": []
|
|
65017
65035
|
},
|
|
65036
|
+
{
|
|
65037
|
+
"resourceType": "function",
|
|
65038
|
+
"required": false,
|
|
65039
|
+
"conditionKeys": [],
|
|
65040
|
+
"dependentActions": []
|
|
65041
|
+
},
|
|
65042
|
+
{
|
|
65043
|
+
"resourceType": "key-value-store",
|
|
65044
|
+
"required": false,
|
|
65045
|
+
"conditionKeys": [],
|
|
65046
|
+
"dependentActions": []
|
|
65047
|
+
},
|
|
65018
65048
|
{
|
|
65019
65049
|
"resourceType": "streaming-distribution",
|
|
65020
65050
|
"required": false,
|
|
@@ -65111,6 +65141,18 @@
|
|
|
65111
65141
|
"conditionKeys": [],
|
|
65112
65142
|
"dependentActions": []
|
|
65113
65143
|
},
|
|
65144
|
+
{
|
|
65145
|
+
"resourceType": "function",
|
|
65146
|
+
"required": false,
|
|
65147
|
+
"conditionKeys": [],
|
|
65148
|
+
"dependentActions": []
|
|
65149
|
+
},
|
|
65150
|
+
{
|
|
65151
|
+
"resourceType": "key-value-store",
|
|
65152
|
+
"required": false,
|
|
65153
|
+
"conditionKeys": [],
|
|
65154
|
+
"dependentActions": []
|
|
65155
|
+
},
|
|
65114
65156
|
{
|
|
65115
65157
|
"resourceType": "streaming-distribution",
|
|
65116
65158
|
"required": false,
|
|
@@ -65578,13 +65620,17 @@
|
|
|
65578
65620
|
"name": "function",
|
|
65579
65621
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-functions.html",
|
|
65580
65622
|
"arnPattern": "arn:${Partition}:cloudfront::${Account}:function/${Name}",
|
|
65581
|
-
"conditionKeys": [
|
|
65623
|
+
"conditionKeys": [
|
|
65624
|
+
"aws:ResourceTag/${TagKey}"
|
|
65625
|
+
]
|
|
65582
65626
|
},
|
|
65583
65627
|
{
|
|
65584
65628
|
"name": "key-value-store",
|
|
65585
65629
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/kvs-with-functions.html",
|
|
65586
65630
|
"arnPattern": "arn:${Partition}:cloudfront::${Account}:key-value-store/${Name}",
|
|
65587
|
-
"conditionKeys": [
|
|
65631
|
+
"conditionKeys": [
|
|
65632
|
+
"aws:ResourceTag/${TagKey}"
|
|
65633
|
+
]
|
|
65588
65634
|
},
|
|
65589
65635
|
{
|
|
65590
65636
|
"name": "response-headers-policy",
|
|
@@ -65638,7 +65684,7 @@
|
|
|
65638
65684
|
},
|
|
65639
65685
|
{
|
|
65640
65686
|
"name": "trust-store",
|
|
65641
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
65687
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/trust-stores-certificate-management.html",
|
|
65642
65688
|
"arnPattern": "arn:${Partition}:cloudfront::${Account}:trust-store/${Id}",
|
|
65643
65689
|
"conditionKeys": [
|
|
65644
65690
|
"aws:ResourceTag/${TagKey}"
|
|
@@ -65646,7 +65692,7 @@
|
|
|
65646
65692
|
},
|
|
65647
65693
|
{
|
|
65648
65694
|
"name": "connection-function",
|
|
65649
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
65695
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/connection-functions.html",
|
|
65650
65696
|
"arnPattern": "arn:${Partition}:cloudfront::${Account}:connection-function/${Id}",
|
|
65651
65697
|
"conditionKeys": [
|
|
65652
65698
|
"aws:ResourceTag/${TagKey}"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.575",
|
|
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",
|