aws-iam-data 0.0.78 → 0.0.79
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 +7 -0
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -4624,6 +4624,7 @@
|
|
|
4624
4624
|
"resourceTypes": [
|
|
4625
4625
|
{
|
|
4626
4626
|
"name": "execute-api-general",
|
|
4627
|
+
"apiReferenceUrl": "",
|
|
4627
4628
|
"arnPattern": "arn:${Partition}:execute-api:${Region}:${Account}:${ApiId}/${Stage}/${Method}/${ApiSpecificResourcePath}",
|
|
4628
4629
|
"conditionKeys": []
|
|
4629
4630
|
}
|
|
@@ -77781,16 +77782,19 @@
|
|
|
77781
77782
|
"resourceTypes": [
|
|
77782
77783
|
{
|
|
77783
77784
|
"name": "device",
|
|
77785
|
+
"apiReferenceUrl": "",
|
|
77784
77786
|
"arnPattern": "arn:${Partition}:deeplens:${Region}:${Account}:device/${DeviceName}",
|
|
77785
77787
|
"conditionKeys": []
|
|
77786
77788
|
},
|
|
77787
77789
|
{
|
|
77788
77790
|
"name": "project",
|
|
77791
|
+
"apiReferenceUrl": "",
|
|
77789
77792
|
"arnPattern": "arn:${Partition}:deeplens:${Region}:${Account}:project/${ProjectName}",
|
|
77790
77793
|
"conditionKeys": []
|
|
77791
77794
|
},
|
|
77792
77795
|
{
|
|
77793
77796
|
"name": "model",
|
|
77797
|
+
"apiReferenceUrl": "",
|
|
77794
77798
|
"arnPattern": "arn:${Partition}:deeplens:${Region}:${Account}:model/${ModelName}",
|
|
77795
77799
|
"conditionKeys": []
|
|
77796
77800
|
}
|
|
@@ -117377,6 +117381,7 @@
|
|
|
117377
117381
|
"resourceTypes": [
|
|
117378
117382
|
{
|
|
117379
117383
|
"name": "accelerator",
|
|
117384
|
+
"apiReferenceUrl": "",
|
|
117380
117385
|
"arnPattern": "arn:${Partition}:elastic-inference:${Region}:${Account}:elastic-inference-accelerator/${AcceleratorId}",
|
|
117381
117386
|
"conditionKeys": []
|
|
117382
117387
|
}
|
|
@@ -221246,11 +221251,13 @@
|
|
|
221246
221251
|
"resourceTypes": [
|
|
221247
221252
|
{
|
|
221248
221253
|
"name": "server",
|
|
221254
|
+
"apiReferenceUrl": "",
|
|
221249
221255
|
"arnPattern": "arn:${Partition}:opsworks-cm::${Account}:server/${ServerName}/${UniqueId}",
|
|
221250
221256
|
"conditionKeys": []
|
|
221251
221257
|
},
|
|
221252
221258
|
{
|
|
221253
221259
|
"name": "backup",
|
|
221260
|
+
"apiReferenceUrl": "",
|
|
221254
221261
|
"arnPattern": "arn:${Partition}:opsworks-cm::${Account}:backup/${ServerName}-{Date-and-Time-Stamp-of-Backup}",
|
|
221255
221262
|
"conditionKeys": []
|
|
221256
221263
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.79",
|
|
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",
|