aws-iam-data 0.0.291 → 0.0.293
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.
|
@@ -1,4 +1,47 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-11-02",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon SageMaker": [
|
|
8
|
+
"sagemaker:BatchDeleteClusterNodes"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"dateOfChange": "2024-11-01",
|
|
15
|
+
"addedServices": [],
|
|
16
|
+
"removedServices": [],
|
|
17
|
+
"addedActions": {
|
|
18
|
+
"Amazon Bedrock": [
|
|
19
|
+
"bedrock:CreateInferenceProfile",
|
|
20
|
+
"bedrock:DeleteInferenceProfile"
|
|
21
|
+
],
|
|
22
|
+
"Amazon OpenSearch Service": [
|
|
23
|
+
"es:CreateApplication",
|
|
24
|
+
"es:DeleteApplication",
|
|
25
|
+
"es:GetApplication",
|
|
26
|
+
"es:ListApplications",
|
|
27
|
+
"es:UpdateApplication"
|
|
28
|
+
],
|
|
29
|
+
"AWS Payment Cryptography": [
|
|
30
|
+
"payment-cryptography:GenerateMacEmvPinChange"
|
|
31
|
+
],
|
|
32
|
+
"Amazon WorkMail": [
|
|
33
|
+
"workmail:CreateIdentityCenterApplication",
|
|
34
|
+
"workmail:DeleteIdentityCenterApplication",
|
|
35
|
+
"workmail:DeleteIdentityProviderConfiguration",
|
|
36
|
+
"workmail:DeletePersonalAccessToken",
|
|
37
|
+
"workmail:DescribeIdentityProviderConfiguration",
|
|
38
|
+
"workmail:GetPersonalAccessTokenMetadata",
|
|
39
|
+
"workmail:ListPersonalAccessTokens",
|
|
40
|
+
"workmail:PutIdentityProviderConfiguration"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"removedActions": {}
|
|
44
|
+
},
|
|
2
45
|
{
|
|
3
46
|
"dateOfChange": "2024-10-30",
|
|
4
47
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -26272,6 +26272,42 @@
|
|
|
26272
26272
|
}
|
|
26273
26273
|
]
|
|
26274
26274
|
},
|
|
26275
|
+
{
|
|
26276
|
+
"name": "CreateInferenceProfile",
|
|
26277
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateInferenceProfile.html",
|
|
26278
|
+
"permissionOnly": false,
|
|
26279
|
+
"description": "Grants permission to create inference profiles",
|
|
26280
|
+
"accessLevel": "Write",
|
|
26281
|
+
"resourceTypes": [
|
|
26282
|
+
{
|
|
26283
|
+
"resourceType": "application-inference-profile",
|
|
26284
|
+
"required": true,
|
|
26285
|
+
"conditionKeys": [],
|
|
26286
|
+
"dependentActions": []
|
|
26287
|
+
},
|
|
26288
|
+
{
|
|
26289
|
+
"resourceType": "foundation-model",
|
|
26290
|
+
"required": true,
|
|
26291
|
+
"conditionKeys": [],
|
|
26292
|
+
"dependentActions": []
|
|
26293
|
+
},
|
|
26294
|
+
{
|
|
26295
|
+
"resourceType": "inference-profile",
|
|
26296
|
+
"required": true,
|
|
26297
|
+
"conditionKeys": [],
|
|
26298
|
+
"dependentActions": []
|
|
26299
|
+
},
|
|
26300
|
+
{
|
|
26301
|
+
"resourceType": "",
|
|
26302
|
+
"required": false,
|
|
26303
|
+
"conditionKeys": [
|
|
26304
|
+
"aws:RequestTag/${TagKey}",
|
|
26305
|
+
"aws:TagKeys"
|
|
26306
|
+
],
|
|
26307
|
+
"dependentActions": []
|
|
26308
|
+
}
|
|
26309
|
+
]
|
|
26310
|
+
},
|
|
26275
26311
|
{
|
|
26276
26312
|
"name": "CreateKnowledgeBase",
|
|
26277
26313
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateKnowledgeBase.html",
|
|
@@ -26695,6 +26731,21 @@
|
|
|
26695
26731
|
}
|
|
26696
26732
|
]
|
|
26697
26733
|
},
|
|
26734
|
+
{
|
|
26735
|
+
"name": "DeleteInferenceProfile",
|
|
26736
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_DeleteInferenceProfile.html",
|
|
26737
|
+
"permissionOnly": false,
|
|
26738
|
+
"description": "Grants permission to delete inference profiles",
|
|
26739
|
+
"accessLevel": "Write",
|
|
26740
|
+
"resourceTypes": [
|
|
26741
|
+
{
|
|
26742
|
+
"resourceType": "application-inference-profile",
|
|
26743
|
+
"required": true,
|
|
26744
|
+
"conditionKeys": [],
|
|
26745
|
+
"dependentActions": []
|
|
26746
|
+
}
|
|
26747
|
+
]
|
|
26748
|
+
},
|
|
26698
26749
|
{
|
|
26699
26750
|
"name": "DeleteKnowledgeBase",
|
|
26700
26751
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_DeleteKnowledgeBase.html",
|
|
@@ -27065,6 +27116,12 @@
|
|
|
27065
27116
|
"description": "Grants permission to get the properties associated with an inference profile",
|
|
27066
27117
|
"accessLevel": "Read",
|
|
27067
27118
|
"resourceTypes": [
|
|
27119
|
+
{
|
|
27120
|
+
"resourceType": "application-inference-profile",
|
|
27121
|
+
"required": true,
|
|
27122
|
+
"conditionKeys": [],
|
|
27123
|
+
"dependentActions": []
|
|
27124
|
+
},
|
|
27068
27125
|
{
|
|
27069
27126
|
"resourceType": "inference-profile",
|
|
27070
27127
|
"required": true,
|
|
@@ -27311,6 +27368,12 @@
|
|
|
27311
27368
|
"description": "Grants permission to invoke the specified Bedrock model to run inference using the input provided in the request body",
|
|
27312
27369
|
"accessLevel": "Read",
|
|
27313
27370
|
"resourceTypes": [
|
|
27371
|
+
{
|
|
27372
|
+
"resourceType": "application-inference-profile",
|
|
27373
|
+
"required": true,
|
|
27374
|
+
"conditionKeys": [],
|
|
27375
|
+
"dependentActions": []
|
|
27376
|
+
},
|
|
27314
27377
|
{
|
|
27315
27378
|
"resourceType": "foundation-model",
|
|
27316
27379
|
"required": true,
|
|
@@ -27352,6 +27415,12 @@
|
|
|
27352
27415
|
"description": "Grants permission to invoke the specified Bedrock model to run inference using the input provided in the request body with streaming response",
|
|
27353
27416
|
"accessLevel": "Read",
|
|
27354
27417
|
"resourceTypes": [
|
|
27418
|
+
{
|
|
27419
|
+
"resourceType": "application-inference-profile",
|
|
27420
|
+
"required": true,
|
|
27421
|
+
"conditionKeys": [],
|
|
27422
|
+
"dependentActions": []
|
|
27423
|
+
},
|
|
27355
27424
|
{
|
|
27356
27425
|
"resourceType": "foundation-model",
|
|
27357
27426
|
"required": true,
|
|
@@ -27780,6 +27849,12 @@
|
|
|
27780
27849
|
"conditionKeys": [],
|
|
27781
27850
|
"dependentActions": []
|
|
27782
27851
|
},
|
|
27852
|
+
{
|
|
27853
|
+
"resourceType": "application-inference-profile",
|
|
27854
|
+
"required": true,
|
|
27855
|
+
"conditionKeys": [],
|
|
27856
|
+
"dependentActions": []
|
|
27857
|
+
},
|
|
27783
27858
|
{
|
|
27784
27859
|
"resourceType": "custom-model",
|
|
27785
27860
|
"required": true,
|
|
@@ -28095,6 +28170,12 @@
|
|
|
28095
28170
|
"conditionKeys": [],
|
|
28096
28171
|
"dependentActions": []
|
|
28097
28172
|
},
|
|
28173
|
+
{
|
|
28174
|
+
"resourceType": "application-inference-profile",
|
|
28175
|
+
"required": false,
|
|
28176
|
+
"conditionKeys": [],
|
|
28177
|
+
"dependentActions": []
|
|
28178
|
+
},
|
|
28098
28179
|
{
|
|
28099
28180
|
"resourceType": "custom-model",
|
|
28100
28181
|
"required": false,
|
|
@@ -28215,6 +28296,12 @@
|
|
|
28215
28296
|
"conditionKeys": [],
|
|
28216
28297
|
"dependentActions": []
|
|
28217
28298
|
},
|
|
28299
|
+
{
|
|
28300
|
+
"resourceType": "application-inference-profile",
|
|
28301
|
+
"required": false,
|
|
28302
|
+
"conditionKeys": [],
|
|
28303
|
+
"dependentActions": []
|
|
28304
|
+
},
|
|
28218
28305
|
{
|
|
28219
28306
|
"resourceType": "custom-model",
|
|
28220
28307
|
"required": false,
|
|
@@ -28512,6 +28599,14 @@
|
|
|
28512
28599
|
"arnPattern": "arn:${Partition}:bedrock:${Region}:${Account}:inference-profile/${ResourceId}",
|
|
28513
28600
|
"conditionKeys": []
|
|
28514
28601
|
},
|
|
28602
|
+
{
|
|
28603
|
+
"name": "application-inference-profile",
|
|
28604
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html",
|
|
28605
|
+
"arnPattern": "arn:${Partition}:bedrock:${Region}:${Account}:application-inference-profile/${ResourceId}",
|
|
28606
|
+
"conditionKeys": [
|
|
28607
|
+
"aws:ResourceTag/${TagKey}"
|
|
28608
|
+
]
|
|
28609
|
+
},
|
|
28515
28610
|
{
|
|
28516
28611
|
"name": "custom-model",
|
|
28517
28612
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html",
|
|
@@ -250636,6 +250731,12 @@
|
|
|
250636
250731
|
"description": "Grants permission to attach resource tags to an OpenSearch Service domain",
|
|
250637
250732
|
"accessLevel": "Tagging",
|
|
250638
250733
|
"resourceTypes": [
|
|
250734
|
+
{
|
|
250735
|
+
"resourceType": "application",
|
|
250736
|
+
"required": true,
|
|
250737
|
+
"conditionKeys": [],
|
|
250738
|
+
"dependentActions": []
|
|
250739
|
+
},
|
|
250639
250740
|
{
|
|
250640
250741
|
"resourceType": "domain",
|
|
250641
250742
|
"required": true,
|
|
@@ -250728,6 +250829,24 @@
|
|
|
250728
250829
|
}
|
|
250729
250830
|
]
|
|
250730
250831
|
},
|
|
250832
|
+
{
|
|
250833
|
+
"name": "CreateApplication",
|
|
250834
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_CreateApplication.html",
|
|
250835
|
+
"permissionOnly": false,
|
|
250836
|
+
"description": "Grants permission to create an OpenSearch Application",
|
|
250837
|
+
"accessLevel": "Write",
|
|
250838
|
+
"resourceTypes": [
|
|
250839
|
+
{
|
|
250840
|
+
"resourceType": "",
|
|
250841
|
+
"required": false,
|
|
250842
|
+
"conditionKeys": [
|
|
250843
|
+
"aws:RequestTag/${TagKey}",
|
|
250844
|
+
"aws:TagKeys"
|
|
250845
|
+
],
|
|
250846
|
+
"dependentActions": []
|
|
250847
|
+
}
|
|
250848
|
+
]
|
|
250849
|
+
},
|
|
250731
250850
|
{
|
|
250732
250851
|
"name": "CreateDomain",
|
|
250733
250852
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_CreateDomain.html",
|
|
@@ -250866,6 +250985,21 @@
|
|
|
250866
250985
|
}
|
|
250867
250986
|
]
|
|
250868
250987
|
},
|
|
250988
|
+
{
|
|
250989
|
+
"name": "DeleteApplication",
|
|
250990
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_DeleteApplication.html",
|
|
250991
|
+
"permissionOnly": false,
|
|
250992
|
+
"description": "Grants permission to delete an OpenSearch Application",
|
|
250993
|
+
"accessLevel": "Write",
|
|
250994
|
+
"resourceTypes": [
|
|
250995
|
+
{
|
|
250996
|
+
"resourceType": "application",
|
|
250997
|
+
"required": true,
|
|
250998
|
+
"conditionKeys": [],
|
|
250999
|
+
"dependentActions": []
|
|
251000
|
+
}
|
|
251001
|
+
]
|
|
251002
|
+
},
|
|
250869
251003
|
{
|
|
250870
251004
|
"name": "DeleteDataSource",
|
|
250871
251005
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_DeleteDataSource.html",
|
|
@@ -251481,6 +251615,21 @@
|
|
|
251481
251615
|
}
|
|
251482
251616
|
]
|
|
251483
251617
|
},
|
|
251618
|
+
{
|
|
251619
|
+
"name": "GetApplication",
|
|
251620
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetApplication.html",
|
|
251621
|
+
"permissionOnly": false,
|
|
251622
|
+
"description": "Grants permission to get information about an OpenSearch Application",
|
|
251623
|
+
"accessLevel": "Read",
|
|
251624
|
+
"resourceTypes": [
|
|
251625
|
+
{
|
|
251626
|
+
"resourceType": "application",
|
|
251627
|
+
"required": true,
|
|
251628
|
+
"conditionKeys": [],
|
|
251629
|
+
"dependentActions": []
|
|
251630
|
+
}
|
|
251631
|
+
]
|
|
251632
|
+
},
|
|
251484
251633
|
{
|
|
251485
251634
|
"name": "GetCompatibleElasticsearchVersions",
|
|
251486
251635
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetCompatibleVersions.html",
|
|
@@ -251586,6 +251735,21 @@
|
|
|
251586
251735
|
}
|
|
251587
251736
|
]
|
|
251588
251737
|
},
|
|
251738
|
+
{
|
|
251739
|
+
"name": "ListApplications",
|
|
251740
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_ListApplications.html",
|
|
251741
|
+
"permissionOnly": false,
|
|
251742
|
+
"description": "Grants permission to list OpenSearch Applications",
|
|
251743
|
+
"accessLevel": "List",
|
|
251744
|
+
"resourceTypes": [
|
|
251745
|
+
{
|
|
251746
|
+
"resourceType": "application",
|
|
251747
|
+
"required": true,
|
|
251748
|
+
"conditionKeys": [],
|
|
251749
|
+
"dependentActions": []
|
|
251750
|
+
}
|
|
251751
|
+
]
|
|
251752
|
+
},
|
|
251589
251753
|
{
|
|
251590
251754
|
"name": "ListDataSources",
|
|
251591
251755
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_ListDataSources.html",
|
|
@@ -251743,6 +251907,12 @@
|
|
|
251743
251907
|
"description": "Grants permission to display all resource tags for an OpenSearch Service domain",
|
|
251744
251908
|
"accessLevel": "Read",
|
|
251745
251909
|
"resourceTypes": [
|
|
251910
|
+
{
|
|
251911
|
+
"resourceType": "application",
|
|
251912
|
+
"required": true,
|
|
251913
|
+
"conditionKeys": [],
|
|
251914
|
+
"dependentActions": []
|
|
251915
|
+
},
|
|
251746
251916
|
{
|
|
251747
251917
|
"resourceType": "domain",
|
|
251748
251918
|
"required": true,
|
|
@@ -251878,6 +252048,12 @@
|
|
|
251878
252048
|
"description": "Grants permission to remove resource tags from an OpenSearch Service domain",
|
|
251879
252049
|
"accessLevel": "Tagging",
|
|
251880
252050
|
"resourceTypes": [
|
|
252051
|
+
{
|
|
252052
|
+
"resourceType": "application",
|
|
252053
|
+
"required": true,
|
|
252054
|
+
"conditionKeys": [],
|
|
252055
|
+
"dependentActions": []
|
|
252056
|
+
},
|
|
251881
252057
|
{
|
|
251882
252058
|
"resourceType": "domain",
|
|
251883
252059
|
"required": true,
|
|
@@ -251954,6 +252130,21 @@
|
|
|
251954
252130
|
}
|
|
251955
252131
|
]
|
|
251956
252132
|
},
|
|
252133
|
+
{
|
|
252134
|
+
"name": "UpdateApplication",
|
|
252135
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_UpdateApplication.html",
|
|
252136
|
+
"permissionOnly": false,
|
|
252137
|
+
"description": "Grants permission to update an OpenSearch Application",
|
|
252138
|
+
"accessLevel": "Write",
|
|
252139
|
+
"resourceTypes": [
|
|
252140
|
+
{
|
|
252141
|
+
"resourceType": "application",
|
|
252142
|
+
"required": true,
|
|
252143
|
+
"conditionKeys": [],
|
|
252144
|
+
"dependentActions": []
|
|
252145
|
+
}
|
|
252146
|
+
]
|
|
252147
|
+
},
|
|
251957
252148
|
{
|
|
251958
252149
|
"name": "UpdateDataSource",
|
|
251959
252150
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_UpdateDataSource.html",
|
|
@@ -252084,6 +252275,14 @@
|
|
|
252084
252275
|
"aws:ResourceTag/${TagKey}"
|
|
252085
252276
|
]
|
|
252086
252277
|
},
|
|
252278
|
+
{
|
|
252279
|
+
"name": "application",
|
|
252280
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ac.html",
|
|
252281
|
+
"arnPattern": "arn:${Partition}:opensearch:${Region}:${Account}:application/${AppId}",
|
|
252282
|
+
"conditionKeys": [
|
|
252283
|
+
"aws:ResourceTag/${TagKey}"
|
|
252284
|
+
]
|
|
252285
|
+
},
|
|
252087
252286
|
{
|
|
252088
252287
|
"name": "es_role",
|
|
252089
252288
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/developerguide/slr.html",
|
|
@@ -256757,6 +256956,27 @@
|
|
|
256757
256956
|
}
|
|
256758
256957
|
]
|
|
256759
256958
|
},
|
|
256959
|
+
{
|
|
256960
|
+
"name": "GenerateMacEmvPinChange",
|
|
256961
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/payment-cryptography/latest/DataAPIReference/API_GenerateMacEmvPinChange.html",
|
|
256962
|
+
"permissionOnly": false,
|
|
256963
|
+
"description": "Grants permission to generate a MAC (Message Authentication Code) cryptogram",
|
|
256964
|
+
"accessLevel": "Write",
|
|
256965
|
+
"resourceTypes": [
|
|
256966
|
+
{
|
|
256967
|
+
"resourceType": "alias",
|
|
256968
|
+
"required": true,
|
|
256969
|
+
"conditionKeys": [],
|
|
256970
|
+
"dependentActions": []
|
|
256971
|
+
},
|
|
256972
|
+
{
|
|
256973
|
+
"resourceType": "key",
|
|
256974
|
+
"required": true,
|
|
256975
|
+
"conditionKeys": [],
|
|
256976
|
+
"dependentActions": []
|
|
256977
|
+
}
|
|
256978
|
+
]
|
|
256979
|
+
},
|
|
256760
256980
|
{
|
|
256761
256981
|
"name": "GeneratePinData",
|
|
256762
256982
|
"apiReferenceUrl": "https://docs.aws.amazon.com/payment-cryptography/latest/DataAPIReference/API_GeneratePinData.html",
|
|
@@ -299397,7 +299617,7 @@
|
|
|
299397
299617
|
"name": "GetAccessPointPolicy",
|
|
299398
299618
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html",
|
|
299399
299619
|
"permissionOnly": false,
|
|
299400
|
-
"description": "Grants permission to
|
|
299620
|
+
"description": "Grants permission to return the access point policy associated with the specified access point",
|
|
299401
299621
|
"accessLevel": "Read",
|
|
299402
299622
|
"resourceTypes": [
|
|
299403
299623
|
{
|
|
@@ -299428,7 +299648,7 @@
|
|
|
299428
299648
|
"name": "GetAccessPointPolicyForObjectLambda",
|
|
299429
299649
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html",
|
|
299430
299650
|
"permissionOnly": false,
|
|
299431
|
-
"description": "Grants permission to
|
|
299651
|
+
"description": "Grants permission to return the access point policy associated with the specified object lambda enabled access point",
|
|
299432
299652
|
"accessLevel": "Read",
|
|
299433
299653
|
"resourceTypes": [
|
|
299434
299654
|
{
|
|
@@ -300190,7 +300410,7 @@
|
|
|
300190
300410
|
"name": "GetMultiRegionAccessPointPolicy",
|
|
300191
300411
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html",
|
|
300192
300412
|
"permissionOnly": false,
|
|
300193
|
-
"description": "Grants permission to
|
|
300413
|
+
"description": "Grants permission to return the access point policy associated with the specified Multi-Region Access Point",
|
|
300194
300414
|
"accessLevel": "Read",
|
|
300195
300415
|
"resourceTypes": [
|
|
300196
300416
|
{
|
|
@@ -306624,6 +306844,23 @@
|
|
|
306624
306844
|
}
|
|
306625
306845
|
]
|
|
306626
306846
|
},
|
|
306847
|
+
{
|
|
306848
|
+
"name": "BatchDeleteClusterNodes",
|
|
306849
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_BatchDeleteClusterNodes.html",
|
|
306850
|
+
"permissionOnly": false,
|
|
306851
|
+
"description": "Grants permission to batch delete SageMaker HyperPod cluster nodes",
|
|
306852
|
+
"accessLevel": "Write",
|
|
306853
|
+
"resourceTypes": [
|
|
306854
|
+
{
|
|
306855
|
+
"resourceType": "cluster",
|
|
306856
|
+
"required": true,
|
|
306857
|
+
"conditionKeys": [],
|
|
306858
|
+
"dependentActions": [
|
|
306859
|
+
"eks:DescribeCluster"
|
|
306860
|
+
]
|
|
306861
|
+
}
|
|
306862
|
+
]
|
|
306863
|
+
},
|
|
306627
306864
|
{
|
|
306628
306865
|
"name": "BatchDescribeModelPackage",
|
|
306629
306866
|
"apiReferenceUrl": "https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_BatchDescribeModelPackage.html",
|
|
@@ -313123,7 +313360,8 @@
|
|
|
313123
313360
|
"eks:DeleteAccessEntry",
|
|
313124
313361
|
"eks:DescribeAccessEntry",
|
|
313125
313362
|
"eks:DescribeCluster",
|
|
313126
|
-
"iam:PassRole"
|
|
313363
|
+
"iam:PassRole",
|
|
313364
|
+
"sagemaker:BatchDeleteClusterNodes"
|
|
313127
313365
|
]
|
|
313128
313366
|
}
|
|
313129
313367
|
]
|
|
@@ -359772,6 +360010,21 @@
|
|
|
359772
360010
|
}
|
|
359773
360011
|
]
|
|
359774
360012
|
},
|
|
360013
|
+
{
|
|
360014
|
+
"name": "CreateIdentityCenterApplication",
|
|
360015
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_CreateIdentityCenterApplication.html",
|
|
360016
|
+
"permissionOnly": false,
|
|
360017
|
+
"description": "Grants permission to create an Identity Center application for WorkMail",
|
|
360018
|
+
"accessLevel": "Write",
|
|
360019
|
+
"resourceTypes": [
|
|
360020
|
+
{
|
|
360021
|
+
"resourceType": "",
|
|
360022
|
+
"required": false,
|
|
360023
|
+
"conditionKeys": [],
|
|
360024
|
+
"dependentActions": []
|
|
360025
|
+
}
|
|
360026
|
+
]
|
|
360027
|
+
},
|
|
359775
360028
|
{
|
|
359776
360029
|
"name": "CreateImpersonationRole",
|
|
359777
360030
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_CreateImpersonationRole.html",
|
|
@@ -359982,6 +360235,36 @@
|
|
|
359982
360235
|
}
|
|
359983
360236
|
]
|
|
359984
360237
|
},
|
|
360238
|
+
{
|
|
360239
|
+
"name": "DeleteIdentityCenterApplication",
|
|
360240
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_DeleteIdentityCenterApplication.html",
|
|
360241
|
+
"permissionOnly": false,
|
|
360242
|
+
"description": "Grants permission to delete an Identity Center application for WorkMail",
|
|
360243
|
+
"accessLevel": "Write",
|
|
360244
|
+
"resourceTypes": [
|
|
360245
|
+
{
|
|
360246
|
+
"resourceType": "",
|
|
360247
|
+
"required": false,
|
|
360248
|
+
"conditionKeys": [],
|
|
360249
|
+
"dependentActions": []
|
|
360250
|
+
}
|
|
360251
|
+
]
|
|
360252
|
+
},
|
|
360253
|
+
{
|
|
360254
|
+
"name": "DeleteIdentityProviderConfiguration",
|
|
360255
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_DeleteIdentityProviderConfiguration.html",
|
|
360256
|
+
"permissionOnly": false,
|
|
360257
|
+
"description": "Grants permission to delete the identity provider configuration for the organization",
|
|
360258
|
+
"accessLevel": "Write",
|
|
360259
|
+
"resourceTypes": [
|
|
360260
|
+
{
|
|
360261
|
+
"resourceType": "organization",
|
|
360262
|
+
"required": true,
|
|
360263
|
+
"conditionKeys": [],
|
|
360264
|
+
"dependentActions": []
|
|
360265
|
+
}
|
|
360266
|
+
]
|
|
360267
|
+
},
|
|
359985
360268
|
{
|
|
359986
360269
|
"name": "DeleteImpersonationRole",
|
|
359987
360270
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_DeleteImpersonationRole.html",
|
|
@@ -360117,6 +360400,21 @@
|
|
|
360117
360400
|
}
|
|
360118
360401
|
]
|
|
360119
360402
|
},
|
|
360403
|
+
{
|
|
360404
|
+
"name": "DeletePersonalAccessToken",
|
|
360405
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_DeletePersonalAccessToken.html",
|
|
360406
|
+
"permissionOnly": false,
|
|
360407
|
+
"description": "Grants permission to delete a personal access token",
|
|
360408
|
+
"accessLevel": "Write",
|
|
360409
|
+
"resourceTypes": [
|
|
360410
|
+
{
|
|
360411
|
+
"resourceType": "organization",
|
|
360412
|
+
"required": true,
|
|
360413
|
+
"conditionKeys": [],
|
|
360414
|
+
"dependentActions": []
|
|
360415
|
+
}
|
|
360416
|
+
]
|
|
360417
|
+
},
|
|
360120
360418
|
{
|
|
360121
360419
|
"name": "DeleteResource",
|
|
360122
360420
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_DeleteResource.html",
|
|
@@ -360267,6 +360565,21 @@
|
|
|
360267
360565
|
}
|
|
360268
360566
|
]
|
|
360269
360567
|
},
|
|
360568
|
+
{
|
|
360569
|
+
"name": "DescribeIdentityProviderConfiguration",
|
|
360570
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_DescribeIdentityProviderConfiguration.html",
|
|
360571
|
+
"permissionOnly": false,
|
|
360572
|
+
"description": "Grants permission to read the identity provider configuration for the organization",
|
|
360573
|
+
"accessLevel": "Read",
|
|
360574
|
+
"resourceTypes": [
|
|
360575
|
+
{
|
|
360576
|
+
"resourceType": "organization",
|
|
360577
|
+
"required": true,
|
|
360578
|
+
"conditionKeys": [],
|
|
360579
|
+
"dependentActions": []
|
|
360580
|
+
}
|
|
360581
|
+
]
|
|
360582
|
+
},
|
|
360270
360583
|
{
|
|
360271
360584
|
"name": "DescribeInboundDmarcSettings",
|
|
360272
360585
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_DescribeInboundDmarcSettings.html",
|
|
@@ -360642,6 +360955,21 @@
|
|
|
360642
360955
|
}
|
|
360643
360956
|
]
|
|
360644
360957
|
},
|
|
360958
|
+
{
|
|
360959
|
+
"name": "GetPersonalAccessTokenMetadata",
|
|
360960
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_GetPersonalAccessTokenMetadata.html",
|
|
360961
|
+
"permissionOnly": false,
|
|
360962
|
+
"description": "Grants permission to read metadata for a personal access token",
|
|
360963
|
+
"accessLevel": "Read",
|
|
360964
|
+
"resourceTypes": [
|
|
360965
|
+
{
|
|
360966
|
+
"resourceType": "organization",
|
|
360967
|
+
"required": true,
|
|
360968
|
+
"conditionKeys": [],
|
|
360969
|
+
"dependentActions": []
|
|
360970
|
+
}
|
|
360971
|
+
]
|
|
360972
|
+
},
|
|
360645
360973
|
{
|
|
360646
360974
|
"name": "ListAccessControlRules",
|
|
360647
360975
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_ListAccessControlRules.html",
|
|
@@ -360867,6 +361195,21 @@
|
|
|
360867
361195
|
}
|
|
360868
361196
|
]
|
|
360869
361197
|
},
|
|
361198
|
+
{
|
|
361199
|
+
"name": "ListPersonalAccessTokens",
|
|
361200
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_ListPersonalAccessTokens.html",
|
|
361201
|
+
"permissionOnly": false,
|
|
361202
|
+
"description": "Grants permission to list metadata for personal access tokens",
|
|
361203
|
+
"accessLevel": "List",
|
|
361204
|
+
"resourceTypes": [
|
|
361205
|
+
{
|
|
361206
|
+
"resourceType": "organization",
|
|
361207
|
+
"required": true,
|
|
361208
|
+
"conditionKeys": [],
|
|
361209
|
+
"dependentActions": []
|
|
361210
|
+
}
|
|
361211
|
+
]
|
|
361212
|
+
},
|
|
360870
361213
|
{
|
|
360871
361214
|
"name": "ListResourceDelegates",
|
|
360872
361215
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_ListResourceDelegates.html",
|
|
@@ -360981,6 +361324,21 @@
|
|
|
360981
361324
|
}
|
|
360982
361325
|
]
|
|
360983
361326
|
},
|
|
361327
|
+
{
|
|
361328
|
+
"name": "PutIdentityProviderConfiguration",
|
|
361329
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_PutIdentityProviderConfiguration.html",
|
|
361330
|
+
"permissionOnly": false,
|
|
361331
|
+
"description": "Grants permission to add or update the identity provider configuration for the organization",
|
|
361332
|
+
"accessLevel": "Write",
|
|
361333
|
+
"resourceTypes": [
|
|
361334
|
+
{
|
|
361335
|
+
"resourceType": "organization",
|
|
361336
|
+
"required": true,
|
|
361337
|
+
"conditionKeys": [],
|
|
361338
|
+
"dependentActions": []
|
|
361339
|
+
}
|
|
361340
|
+
]
|
|
361341
|
+
},
|
|
360984
361342
|
{
|
|
360985
361343
|
"name": "PutInboundDmarcSettings",
|
|
360986
361344
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_PutInboundDmarcSettings.html",
|
|
@@ -2061,7 +2061,7 @@
|
|
|
2061
2061
|
"name": "Amazon Bedrock",
|
|
2062
2062
|
"servicePrefix": "bedrock",
|
|
2063
2063
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2064
|
-
"actionsCount":
|
|
2064
|
+
"actionsCount": 133,
|
|
2065
2065
|
"actions": [
|
|
2066
2066
|
"AllowVendedLogDeliveryForResource",
|
|
2067
2067
|
"ApplyGuardrail",
|
|
@@ -2079,6 +2079,7 @@
|
|
|
2079
2079
|
"CreateFoundationModelAgreement",
|
|
2080
2080
|
"CreateGuardrail",
|
|
2081
2081
|
"CreateGuardrailVersion",
|
|
2082
|
+
"CreateInferenceProfile",
|
|
2082
2083
|
"CreateKnowledgeBase",
|
|
2083
2084
|
"CreateModelCopyJob",
|
|
2084
2085
|
"CreateModelCustomizationJob",
|
|
@@ -2101,6 +2102,7 @@
|
|
|
2101
2102
|
"DeleteFoundationModelAgreement",
|
|
2102
2103
|
"DeleteGuardrail",
|
|
2103
2104
|
"DeleteImportedModel",
|
|
2105
|
+
"DeleteInferenceProfile",
|
|
2104
2106
|
"DeleteKnowledgeBase",
|
|
2105
2107
|
"DeleteModelInvocationLoggingConfiguration",
|
|
2106
2108
|
"DeletePrompt",
|
|
@@ -2195,10 +2197,11 @@
|
|
|
2195
2197
|
"UpdatePrompt",
|
|
2196
2198
|
"UpdateProvisionedModelThroughput"
|
|
2197
2199
|
],
|
|
2198
|
-
"resourceTypesCount":
|
|
2200
|
+
"resourceTypesCount": 20,
|
|
2199
2201
|
"resourceTypes": [
|
|
2200
2202
|
"foundation-model",
|
|
2201
2203
|
"inference-profile",
|
|
2204
|
+
"application-inference-profile",
|
|
2202
2205
|
"custom-model",
|
|
2203
2206
|
"provisioned-model",
|
|
2204
2207
|
"model-customization-job",
|
|
@@ -18267,7 +18270,7 @@
|
|
|
18267
18270
|
"name": "Amazon OpenSearch Service",
|
|
18268
18271
|
"servicePrefix": "es",
|
|
18269
18272
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearchservice.html",
|
|
18270
|
-
"actionsCount":
|
|
18273
|
+
"actionsCount": 102,
|
|
18271
18274
|
"actions": [
|
|
18272
18275
|
"AcceptInboundConnection",
|
|
18273
18276
|
"AcceptInboundCrossClusterSearchConnection",
|
|
@@ -18278,6 +18281,7 @@
|
|
|
18278
18281
|
"CancelDomainConfigChange",
|
|
18279
18282
|
"CancelElasticsearchServiceSoftwareUpdate",
|
|
18280
18283
|
"CancelServiceSoftwareUpdate",
|
|
18284
|
+
"CreateApplication",
|
|
18281
18285
|
"CreateDomain",
|
|
18282
18286
|
"CreateElasticsearchDomain",
|
|
18283
18287
|
"CreateElasticsearchServiceRole",
|
|
@@ -18286,6 +18290,7 @@
|
|
|
18286
18290
|
"CreatePackage",
|
|
18287
18291
|
"CreateServiceRole",
|
|
18288
18292
|
"CreateVpcEndpoint",
|
|
18293
|
+
"DeleteApplication",
|
|
18289
18294
|
"DeleteDataSource",
|
|
18290
18295
|
"DeleteDomain",
|
|
18291
18296
|
"DeleteElasticsearchDomain",
|
|
@@ -18327,6 +18332,7 @@
|
|
|
18327
18332
|
"ESHttpPatch",
|
|
18328
18333
|
"ESHttpPost",
|
|
18329
18334
|
"ESHttpPut",
|
|
18335
|
+
"GetApplication",
|
|
18330
18336
|
"GetCompatibleElasticsearchVersions",
|
|
18331
18337
|
"GetCompatibleVersions",
|
|
18332
18338
|
"GetDataSource",
|
|
@@ -18334,6 +18340,7 @@
|
|
|
18334
18340
|
"GetPackageVersionHistory",
|
|
18335
18341
|
"GetUpgradeHistory",
|
|
18336
18342
|
"GetUpgradeStatus",
|
|
18343
|
+
"ListApplications",
|
|
18337
18344
|
"ListDataSources",
|
|
18338
18345
|
"ListDomainMaintenances",
|
|
18339
18346
|
"ListDomainNames",
|
|
@@ -18358,6 +18365,7 @@
|
|
|
18358
18365
|
"StartDomainMaintenance",
|
|
18359
18366
|
"StartElasticsearchServiceSoftwareUpdate",
|
|
18360
18367
|
"StartServiceSoftwareUpdate",
|
|
18368
|
+
"UpdateApplication",
|
|
18361
18369
|
"UpdateDataSource",
|
|
18362
18370
|
"UpdateDomainConfig",
|
|
18363
18371
|
"UpdateElasticsearchDomainConfig",
|
|
@@ -18367,9 +18375,10 @@
|
|
|
18367
18375
|
"UpgradeDomain",
|
|
18368
18376
|
"UpgradeElasticsearchDomain"
|
|
18369
18377
|
],
|
|
18370
|
-
"resourceTypesCount":
|
|
18378
|
+
"resourceTypesCount": 4,
|
|
18371
18379
|
"resourceTypes": [
|
|
18372
18380
|
"domain",
|
|
18381
|
+
"application",
|
|
18373
18382
|
"es_role",
|
|
18374
18383
|
"opensearchservice_role"
|
|
18375
18384
|
],
|
|
@@ -18750,7 +18759,7 @@
|
|
|
18750
18759
|
"name": "AWS Payment Cryptography",
|
|
18751
18760
|
"servicePrefix": "payment-cryptography",
|
|
18752
18761
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awspaymentcryptography.html",
|
|
18753
|
-
"actionsCount":
|
|
18762
|
+
"actionsCount": 32,
|
|
18754
18763
|
"actions": [
|
|
18755
18764
|
"CreateAlias",
|
|
18756
18765
|
"CreateKey",
|
|
@@ -18761,6 +18770,7 @@
|
|
|
18761
18770
|
"ExportKey",
|
|
18762
18771
|
"GenerateCardValidationData",
|
|
18763
18772
|
"GenerateMac",
|
|
18773
|
+
"GenerateMacEmvPinChange",
|
|
18764
18774
|
"GeneratePinData",
|
|
18765
18775
|
"GetAlias",
|
|
18766
18776
|
"GetKey",
|
|
@@ -22271,11 +22281,12 @@
|
|
|
22271
22281
|
"name": "Amazon SageMaker",
|
|
22272
22282
|
"servicePrefix": "sagemaker",
|
|
22273
22283
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html",
|
|
22274
|
-
"actionsCount":
|
|
22284
|
+
"actionsCount": 367,
|
|
22275
22285
|
"actions": [
|
|
22276
22286
|
"AddAssociation",
|
|
22277
22287
|
"AddTags",
|
|
22278
22288
|
"AssociateTrialComponent",
|
|
22289
|
+
"BatchDeleteClusterNodes",
|
|
22279
22290
|
"BatchDescribeModelPackage",
|
|
22280
22291
|
"BatchGetMetrics",
|
|
22281
22292
|
"BatchGetRecord",
|
|
@@ -26352,7 +26363,7 @@
|
|
|
26352
26363
|
"name": "Amazon WorkMail",
|
|
26353
26364
|
"servicePrefix": "workmail",
|
|
26354
26365
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkmail.html",
|
|
26355
|
-
"actionsCount":
|
|
26366
|
+
"actionsCount": 126,
|
|
26356
26367
|
"actions": [
|
|
26357
26368
|
"AllowVendedLogDeliveryForResource",
|
|
26358
26369
|
"AssociateDelegateToResource",
|
|
@@ -26362,6 +26373,7 @@
|
|
|
26362
26373
|
"CreateAlias",
|
|
26363
26374
|
"CreateAvailabilityConfiguration",
|
|
26364
26375
|
"CreateGroup",
|
|
26376
|
+
"CreateIdentityCenterApplication",
|
|
26365
26377
|
"CreateImpersonationRole",
|
|
26366
26378
|
"CreateInboundMailFlowRule",
|
|
26367
26379
|
"CreateMailDomain",
|
|
@@ -26376,6 +26388,8 @@
|
|
|
26376
26388
|
"DeleteAvailabilityConfiguration",
|
|
26377
26389
|
"DeleteEmailMonitoringConfiguration",
|
|
26378
26390
|
"DeleteGroup",
|
|
26391
|
+
"DeleteIdentityCenterApplication",
|
|
26392
|
+
"DeleteIdentityProviderConfiguration",
|
|
26379
26393
|
"DeleteImpersonationRole",
|
|
26380
26394
|
"DeleteInboundMailFlowRule",
|
|
26381
26395
|
"DeleteMailDomain",
|
|
@@ -26385,6 +26399,7 @@
|
|
|
26385
26399
|
"DeleteMobileDeviceAccessRule",
|
|
26386
26400
|
"DeleteOrganization",
|
|
26387
26401
|
"DeleteOutboundMailFlowRule",
|
|
26402
|
+
"DeletePersonalAccessToken",
|
|
26388
26403
|
"DeleteResource",
|
|
26389
26404
|
"DeleteRetentionPolicy",
|
|
26390
26405
|
"DeleteSmtpGateway",
|
|
@@ -26395,6 +26410,7 @@
|
|
|
26395
26410
|
"DescribeEmailMonitoringConfiguration",
|
|
26396
26411
|
"DescribeEntity",
|
|
26397
26412
|
"DescribeGroup",
|
|
26413
|
+
"DescribeIdentityProviderConfiguration",
|
|
26398
26414
|
"DescribeInboundDmarcSettings",
|
|
26399
26415
|
"DescribeInboundMailFlowRule",
|
|
26400
26416
|
"DescribeMailDomains",
|
|
@@ -26420,6 +26436,7 @@
|
|
|
26420
26436
|
"GetMobileDeviceDetails",
|
|
26421
26437
|
"GetMobileDevicesForUser",
|
|
26422
26438
|
"GetMobilePolicyDetails",
|
|
26439
|
+
"GetPersonalAccessTokenMetadata",
|
|
26423
26440
|
"ListAccessControlRules",
|
|
26424
26441
|
"ListAliases",
|
|
26425
26442
|
"ListAvailabilityConfigurations",
|
|
@@ -26435,6 +26452,7 @@
|
|
|
26435
26452
|
"ListMobileDeviceAccessRules",
|
|
26436
26453
|
"ListOrganizations",
|
|
26437
26454
|
"ListOutboundMailFlowRules",
|
|
26455
|
+
"ListPersonalAccessTokens",
|
|
26438
26456
|
"ListResourceDelegates",
|
|
26439
26457
|
"ListResources",
|
|
26440
26458
|
"ListSmtpGateways",
|
|
@@ -26442,6 +26460,7 @@
|
|
|
26442
26460
|
"ListUsers",
|
|
26443
26461
|
"PutAccessControlRule",
|
|
26444
26462
|
"PutEmailMonitoringConfiguration",
|
|
26463
|
+
"PutIdentityProviderConfiguration",
|
|
26445
26464
|
"PutInboundDmarcSettings",
|
|
26446
26465
|
"PutMailboxPermissions",
|
|
26447
26466
|
"PutMobileDeviceAccessOverride",
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
+
{
|
|
4
|
+
"key": "Write Actions",
|
|
5
|
+
"value": 9630
|
|
6
|
+
},
|
|
3
7
|
{
|
|
4
8
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
9
|
+
"value": 4673
|
|
6
10
|
},
|
|
7
11
|
{
|
|
8
12
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
13
|
+
"value": 2825
|
|
10
14
|
},
|
|
11
15
|
{
|
|
12
16
|
"key": "Permissions Actions",
|
|
13
17
|
"value": 298
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"key": "Write Actions",
|
|
17
|
-
"value": 9618
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"Most referenced resource ARNs": [
|
|
147
147
|
{
|
|
148
148
|
"key": "organization - arn:${Partition}:workmail:${Region}:${Account}:organization/${ResourceId}",
|
|
149
|
-
"value":
|
|
149
|
+
"value": 122
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"key": "Amazon SageMaker",
|
|
237
|
-
"value":
|
|
237
|
+
"value": 367
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
"key": "Amazon Chime",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1780
|
|
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.293",
|
|
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",
|