aws-iam-data 0.0.145 → 0.0.146
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/changelog.json +44 -0
- package/dist/data/json/iam.json +403 -1161
- package/dist/data/json/metadata.json +3 -2
- package/dist/data/json/reports.json +5 -5
- package/package.json +1 -1
|
@@ -2152,7 +2152,7 @@
|
|
|
2152
2152
|
"conditionKeys": []
|
|
2153
2153
|
},
|
|
2154
2154
|
{
|
|
2155
|
-
"name": "AWS Billing And Cost Management Data Exports",
|
|
2155
|
+
"name": "AWS Billing and Cost Management And Cost Management Data Exports",
|
|
2156
2156
|
"servicePrefix": "bcm-data-exports",
|
|
2157
2157
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbillingandcostmanagementdataexports.html",
|
|
2158
2158
|
"actionsCount": 12,
|
|
@@ -20996,7 +20996,7 @@
|
|
|
20996
20996
|
"name": "Amazon SageMaker",
|
|
20997
20997
|
"servicePrefix": "sagemaker",
|
|
20998
20998
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html",
|
|
20999
|
-
"actionsCount":
|
|
20999
|
+
"actionsCount": 346,
|
|
21000
21000
|
"actions": [
|
|
21001
21001
|
"AddAssociation",
|
|
21002
21002
|
"AddTags",
|
|
@@ -21087,6 +21087,7 @@
|
|
|
21087
21087
|
"DeleteHubContent",
|
|
21088
21088
|
"DeleteHumanLoop",
|
|
21089
21089
|
"DeleteHumanTaskUi",
|
|
21090
|
+
"DeleteHyperParameterTuningJob",
|
|
21090
21091
|
"DeleteImage",
|
|
21091
21092
|
"DeleteImageVersion",
|
|
21092
21093
|
"DeleteInferenceComponent",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
-
{
|
|
4
|
-
"key": "Write Actions",
|
|
5
|
-
"value": 9042
|
|
6
|
-
},
|
|
7
3
|
{
|
|
8
4
|
"key": "Read Actions",
|
|
9
5
|
"value": 4404
|
|
10
6
|
},
|
|
7
|
+
{
|
|
8
|
+
"key": "Write Actions",
|
|
9
|
+
"value": 9043
|
|
10
|
+
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
13
|
"value": 2630
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"key": "Amazon SageMaker",
|
|
237
|
-
"value":
|
|
237
|
+
"value": 346
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
"key": "Amazon Chime",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.146",
|
|
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",
|