aws-iam-data 0.0.3 → 0.0.4
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/README.md +1 -1
- package/data/iam.json +90 -0
- package/data/metadata.json +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,4 +31,4 @@ console.log(JSON.stringify(ec2ResourceTypes, null, 2));
|
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
## Automatic updates
|
|
34
|
-
The CI pipeline will check for AWS IAM docs updates everyday at 4AM, and automatically publish a new patch version if updates are detected.
|
|
34
|
+
The CI pipeline will check for AWS IAM docs updates everyday at 4AM UTC, and automatically publish a new patch version if updates are detected.
|
package/data/iam.json
CHANGED
|
@@ -208158,6 +208158,21 @@
|
|
|
208158
208158
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonomics.html",
|
|
208159
208159
|
"servicePrefix": "omics",
|
|
208160
208160
|
"actions": [
|
|
208161
|
+
{
|
|
208162
|
+
"name": "AbortMultipartReadSetUpload",
|
|
208163
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_AbortMultipartReadSetUpload.html",
|
|
208164
|
+
"permissionOnly": false,
|
|
208165
|
+
"description": "Grants permission to abort multipart read set uploads",
|
|
208166
|
+
"accessLevel": "Write",
|
|
208167
|
+
"resourceTypes": [
|
|
208168
|
+
{
|
|
208169
|
+
"resourceType": "sequenceStore",
|
|
208170
|
+
"required": true,
|
|
208171
|
+
"conditionKeys": [],
|
|
208172
|
+
"dependentActions": []
|
|
208173
|
+
}
|
|
208174
|
+
]
|
|
208175
|
+
},
|
|
208161
208176
|
{
|
|
208162
208177
|
"name": "BatchDeleteReadSet",
|
|
208163
208178
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_BatchDeleteReadSet.html",
|
|
@@ -208218,6 +208233,21 @@
|
|
|
208218
208233
|
}
|
|
208219
208234
|
]
|
|
208220
208235
|
},
|
|
208236
|
+
{
|
|
208237
|
+
"name": "CompleteMultipartReadSetUpload",
|
|
208238
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CompleteMultipartReadSetUpload.html",
|
|
208239
|
+
"permissionOnly": false,
|
|
208240
|
+
"description": "Grants permission to complete a multipart read set upload",
|
|
208241
|
+
"accessLevel": "Write",
|
|
208242
|
+
"resourceTypes": [
|
|
208243
|
+
{
|
|
208244
|
+
"resourceType": "sequenceStore",
|
|
208245
|
+
"required": true,
|
|
208246
|
+
"conditionKeys": [],
|
|
208247
|
+
"dependentActions": []
|
|
208248
|
+
}
|
|
208249
|
+
]
|
|
208250
|
+
},
|
|
208221
208251
|
{
|
|
208222
208252
|
"name": "CreateAnnotationStore",
|
|
208223
208253
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CreateAnnotationStore.html",
|
|
@@ -208233,6 +208263,21 @@
|
|
|
208233
208263
|
}
|
|
208234
208264
|
]
|
|
208235
208265
|
},
|
|
208266
|
+
{
|
|
208267
|
+
"name": "CreateMultipartReadSetUpload",
|
|
208268
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CreateMultipartReadSetUpload.html",
|
|
208269
|
+
"permissionOnly": false,
|
|
208270
|
+
"description": "Grants permission to create a multipart read set upload",
|
|
208271
|
+
"accessLevel": "Write",
|
|
208272
|
+
"resourceTypes": [
|
|
208273
|
+
{
|
|
208274
|
+
"resourceType": "sequenceStore",
|
|
208275
|
+
"required": true,
|
|
208276
|
+
"conditionKeys": [],
|
|
208277
|
+
"dependentActions": []
|
|
208278
|
+
}
|
|
208279
|
+
]
|
|
208280
|
+
},
|
|
208236
208281
|
{
|
|
208237
208282
|
"name": "CreateReferenceStore",
|
|
208238
208283
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CreateReferenceStore.html",
|
|
@@ -208776,6 +208821,21 @@
|
|
|
208776
208821
|
}
|
|
208777
208822
|
]
|
|
208778
208823
|
},
|
|
208824
|
+
{
|
|
208825
|
+
"name": "ListMultipartReadSetUploads",
|
|
208826
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListMultipartReadSetUploads.html",
|
|
208827
|
+
"permissionOnly": false,
|
|
208828
|
+
"description": "Grants permission to list multipart read set uploads",
|
|
208829
|
+
"accessLevel": "List",
|
|
208830
|
+
"resourceTypes": [
|
|
208831
|
+
{
|
|
208832
|
+
"resourceType": "sequenceStore",
|
|
208833
|
+
"required": true,
|
|
208834
|
+
"conditionKeys": [],
|
|
208835
|
+
"dependentActions": []
|
|
208836
|
+
}
|
|
208837
|
+
]
|
|
208838
|
+
},
|
|
208779
208839
|
{
|
|
208780
208840
|
"name": "ListReadSetActivationJobs",
|
|
208781
208841
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListReadSetActivationJobs.html",
|
|
@@ -208821,6 +208881,21 @@
|
|
|
208821
208881
|
}
|
|
208822
208882
|
]
|
|
208823
208883
|
},
|
|
208884
|
+
{
|
|
208885
|
+
"name": "ListReadSetUploadParts",
|
|
208886
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListReadSetUploadParts.html",
|
|
208887
|
+
"permissionOnly": false,
|
|
208888
|
+
"description": "Grants permission to list read set upload parts",
|
|
208889
|
+
"accessLevel": "List",
|
|
208890
|
+
"resourceTypes": [
|
|
208891
|
+
{
|
|
208892
|
+
"resourceType": "sequenceStore",
|
|
208893
|
+
"required": true,
|
|
208894
|
+
"conditionKeys": [],
|
|
208895
|
+
"dependentActions": []
|
|
208896
|
+
}
|
|
208897
|
+
]
|
|
208898
|
+
},
|
|
208824
208899
|
{
|
|
208825
208900
|
"name": "ListReadSets",
|
|
208826
208901
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListReadSets.html",
|
|
@@ -209287,6 +209362,21 @@
|
|
|
209287
209362
|
"dependentActions": []
|
|
209288
209363
|
}
|
|
209289
209364
|
]
|
|
209365
|
+
},
|
|
209366
|
+
{
|
|
209367
|
+
"name": "UploadReadSetPart",
|
|
209368
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_UploadReadSetPart.html",
|
|
209369
|
+
"permissionOnly": false,
|
|
209370
|
+
"description": "Grants permission to upload read set parts",
|
|
209371
|
+
"accessLevel": "Write",
|
|
209372
|
+
"resourceTypes": [
|
|
209373
|
+
{
|
|
209374
|
+
"resourceType": "sequenceStore",
|
|
209375
|
+
"required": true,
|
|
209376
|
+
"conditionKeys": [],
|
|
209377
|
+
"dependentActions": []
|
|
209378
|
+
}
|
|
209379
|
+
]
|
|
209290
209380
|
}
|
|
209291
209381
|
],
|
|
209292
209382
|
"resourceTypes": [
|
package/data/metadata.json
CHANGED
|
@@ -15405,13 +15405,16 @@
|
|
|
15405
15405
|
"name": "Amazon Omics",
|
|
15406
15406
|
"servicePrefix": "omics",
|
|
15407
15407
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonomics.html",
|
|
15408
|
-
"actionsCount":
|
|
15408
|
+
"actionsCount": 72,
|
|
15409
15409
|
"actions": [
|
|
15410
|
+
"AbortMultipartReadSetUpload",
|
|
15410
15411
|
"BatchDeleteReadSet",
|
|
15411
15412
|
"CancelAnnotationImportJob",
|
|
15412
15413
|
"CancelRun",
|
|
15413
15414
|
"CancelVariantImportJob",
|
|
15415
|
+
"CompleteMultipartReadSetUpload",
|
|
15414
15416
|
"CreateAnnotationStore",
|
|
15417
|
+
"CreateMultipartReadSetUpload",
|
|
15415
15418
|
"CreateReferenceStore",
|
|
15416
15419
|
"CreateRunGroup",
|
|
15417
15420
|
"CreateSequenceStore",
|
|
@@ -15445,9 +15448,11 @@
|
|
|
15445
15448
|
"GetWorkflow",
|
|
15446
15449
|
"ListAnnotationImportJobs",
|
|
15447
15450
|
"ListAnnotationStores",
|
|
15451
|
+
"ListMultipartReadSetUploads",
|
|
15448
15452
|
"ListReadSetActivationJobs",
|
|
15449
15453
|
"ListReadSetExportJobs",
|
|
15450
15454
|
"ListReadSetImportJobs",
|
|
15455
|
+
"ListReadSetUploadParts",
|
|
15451
15456
|
"ListReadSets",
|
|
15452
15457
|
"ListReferenceImportJobs",
|
|
15453
15458
|
"ListReferenceStores",
|
|
@@ -15472,7 +15477,8 @@
|
|
|
15472
15477
|
"UpdateAnnotationStore",
|
|
15473
15478
|
"UpdateRunGroup",
|
|
15474
15479
|
"UpdateVariantStore",
|
|
15475
|
-
"UpdateWorkflow"
|
|
15480
|
+
"UpdateWorkflow",
|
|
15481
|
+
"UploadReadSetPart"
|
|
15476
15482
|
],
|
|
15477
15483
|
"resourceTypesCount": 13,
|
|
15478
15484
|
"resourceTypes": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
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": "./src/index.js",
|
|
6
6
|
"types": "./src/awsIamData.d.ts",
|