aws-iam-data 0.0.419 → 0.0.421
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 +20 -0
- package/dist/data/json/iam.json +589 -310
- package/dist/data/json/metadata.json +19 -8
- package/dist/data/json/reports.json +4 -4
- package/package.json +1 -1
|
@@ -10020,7 +10020,6 @@
|
|
|
10020
10020
|
"resourceTypesCount": 16,
|
|
10021
10021
|
"resourceTypes": [
|
|
10022
10022
|
"component",
|
|
10023
|
-
"componentVersion",
|
|
10024
10023
|
"distributionConfiguration",
|
|
10025
10024
|
"image",
|
|
10026
10025
|
"imageVersion",
|
|
@@ -10028,20 +10027,21 @@
|
|
|
10028
10027
|
"containerRecipe",
|
|
10029
10028
|
"imagePipeline",
|
|
10030
10029
|
"infrastructureConfiguration",
|
|
10031
|
-
"kmsKey",
|
|
10032
10030
|
"lifecycleExecution",
|
|
10033
10031
|
"lifecyclePolicy",
|
|
10034
10032
|
"workflow",
|
|
10035
|
-
"workflowVersion",
|
|
10036
10033
|
"workflowExecution",
|
|
10037
|
-
"workflowStepExecution"
|
|
10034
|
+
"workflowStepExecution",
|
|
10035
|
+
"allComponentBuildVersions",
|
|
10036
|
+
"allImageBuildVersions",
|
|
10037
|
+
"allWorkflowBuildVersions"
|
|
10038
10038
|
],
|
|
10039
10039
|
"conditionKeysCount": 8,
|
|
10040
10040
|
"conditionKeys": [
|
|
10041
10041
|
"aws:RequestTag/${TagKey}",
|
|
10042
10042
|
"aws:ResourceTag/${TagKey}",
|
|
10043
10043
|
"aws:TagKeys",
|
|
10044
|
-
"imagebuilder:CreatedResourceTag
|
|
10044
|
+
"imagebuilder:CreatedResourceTag/${TagKey}",
|
|
10045
10045
|
"imagebuilder:CreatedResourceTagKeys",
|
|
10046
10046
|
"imagebuilder:Ec2MetadataHttpTokens",
|
|
10047
10047
|
"imagebuilder:LifecyclePolicyResourceType",
|
|
@@ -15894,7 +15894,7 @@
|
|
|
15894
15894
|
"name": "AWS IoT SiteWise",
|
|
15895
15895
|
"servicePrefix": "iotsitewise",
|
|
15896
15896
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotsitewise.html",
|
|
15897
|
-
"actionsCount":
|
|
15897
|
+
"actionsCount": 102,
|
|
15898
15898
|
"actions": [
|
|
15899
15899
|
"AssociateAssets",
|
|
15900
15900
|
"AssociateTimeSeriesToAssetProperty",
|
|
@@ -15909,6 +15909,7 @@
|
|
|
15909
15909
|
"CreateAssetModel",
|
|
15910
15910
|
"CreateAssetModelCompositeModel",
|
|
15911
15911
|
"CreateBulkImportJob",
|
|
15912
|
+
"CreateComputationModel",
|
|
15912
15913
|
"CreateDashboard",
|
|
15913
15914
|
"CreateDataset",
|
|
15914
15915
|
"CreateGateway",
|
|
@@ -15918,6 +15919,7 @@
|
|
|
15918
15919
|
"DeleteAsset",
|
|
15919
15920
|
"DeleteAssetModel",
|
|
15920
15921
|
"DeleteAssetModelCompositeModel",
|
|
15922
|
+
"DeleteComputationModel",
|
|
15921
15923
|
"DeleteDashboard",
|
|
15922
15924
|
"DeleteDataset",
|
|
15923
15925
|
"DeleteGateway",
|
|
@@ -15932,9 +15934,12 @@
|
|
|
15932
15934
|
"DescribeAssetModelCompositeModel",
|
|
15933
15935
|
"DescribeAssetProperty",
|
|
15934
15936
|
"DescribeBulkImportJob",
|
|
15937
|
+
"DescribeComputationModel",
|
|
15938
|
+
"DescribeComputationModelExecutionSummary",
|
|
15935
15939
|
"DescribeDashboard",
|
|
15936
15940
|
"DescribeDataset",
|
|
15937
15941
|
"DescribeDefaultEncryptionConfiguration",
|
|
15942
|
+
"DescribeExecution",
|
|
15938
15943
|
"DescribeGateway",
|
|
15939
15944
|
"DescribeGatewayCapabilityConfiguration",
|
|
15940
15945
|
"DescribeLoggingOptions",
|
|
@@ -15963,8 +15968,12 @@
|
|
|
15963
15968
|
"ListAssociatedAssets",
|
|
15964
15969
|
"ListBulkImportJobs",
|
|
15965
15970
|
"ListCompositionRelationships",
|
|
15971
|
+
"ListComputationModelDataBindingUsages",
|
|
15972
|
+
"ListComputationModelResolveToResources",
|
|
15973
|
+
"ListComputationModels",
|
|
15966
15974
|
"ListDashboards",
|
|
15967
15975
|
"ListDatasets",
|
|
15976
|
+
"ListExecutions",
|
|
15968
15977
|
"ListGateways",
|
|
15969
15978
|
"ListPortals",
|
|
15970
15979
|
"ListProjectAssets",
|
|
@@ -15982,6 +15991,7 @@
|
|
|
15982
15991
|
"UpdateAssetModelCompositeModel",
|
|
15983
15992
|
"UpdateAssetModelPropertyRouting",
|
|
15984
15993
|
"UpdateAssetProperty",
|
|
15994
|
+
"UpdateComputationModel",
|
|
15985
15995
|
"UpdateDashboard",
|
|
15986
15996
|
"UpdateDataset",
|
|
15987
15997
|
"UpdateGateway",
|
|
@@ -15989,7 +15999,7 @@
|
|
|
15989
15999
|
"UpdatePortal",
|
|
15990
16000
|
"UpdateProject"
|
|
15991
16001
|
],
|
|
15992
|
-
"resourceTypesCount":
|
|
16002
|
+
"resourceTypesCount": 10,
|
|
15993
16003
|
"resourceTypes": [
|
|
15994
16004
|
"asset",
|
|
15995
16005
|
"asset-model",
|
|
@@ -15999,7 +16009,8 @@
|
|
|
15999
16009
|
"project",
|
|
16000
16010
|
"dashboard",
|
|
16001
16011
|
"access-policy",
|
|
16002
|
-
"dataset"
|
|
16012
|
+
"dataset",
|
|
16013
|
+
"computation-model"
|
|
16003
16014
|
],
|
|
16004
16015
|
"conditionKeysCount": 13,
|
|
16005
16016
|
"conditionKeys": [
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10465
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5091
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3134
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1951
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.421",
|
|
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",
|