aws-iam-data 0.0.278 → 0.0.279
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
|
@@ -71181,7 +71181,7 @@
|
|
|
71181
71181
|
"dependentActions": []
|
|
71182
71182
|
},
|
|
71183
71183
|
{
|
|
71184
|
-
"resourceType": "
|
|
71184
|
+
"resourceType": "wildcard-phone-number",
|
|
71185
71185
|
"required": true,
|
|
71186
71186
|
"conditionKeys": [],
|
|
71187
71187
|
"dependentActions": []
|
|
@@ -71546,7 +71546,7 @@
|
|
|
71546
71546
|
"accessLevel": "List",
|
|
71547
71547
|
"resourceTypes": [
|
|
71548
71548
|
{
|
|
71549
|
-
"resourceType": "
|
|
71549
|
+
"resourceType": "wildcard-phone-number",
|
|
71550
71550
|
"required": true,
|
|
71551
71551
|
"conditionKeys": [],
|
|
71552
71552
|
"dependentActions": []
|
|
@@ -73791,7 +73791,7 @@
|
|
|
73791
73791
|
"accessLevel": "Write",
|
|
73792
73792
|
"resourceTypes": [
|
|
73793
73793
|
{
|
|
73794
|
-
"resourceType": "
|
|
73794
|
+
"resourceType": "wildcard-phone-number",
|
|
73795
73795
|
"required": true,
|
|
73796
73796
|
"conditionKeys": [],
|
|
73797
73797
|
"dependentActions": []
|
|
@@ -74253,7 +74253,7 @@
|
|
|
74253
74253
|
"accessLevel": "Read",
|
|
74254
74254
|
"resourceTypes": [
|
|
74255
74255
|
{
|
|
74256
|
-
"resourceType": "
|
|
74256
|
+
"resourceType": "wildcard-phone-number",
|
|
74257
74257
|
"required": true,
|
|
74258
74258
|
"conditionKeys": [],
|
|
74259
74259
|
"dependentActions": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.279",
|
|
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",
|