aws-iam-data 0.0.69 → 0.0.71

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.
@@ -309,7 +309,7 @@
309
309
  "name": "AWS Amplify UI Builder",
310
310
  "servicePrefix": "amplifyuibuilder",
311
311
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsamplifyuibuilder.html",
312
- "actionsCount": 21,
312
+ "actionsCount": 24,
313
313
  "actions": [
314
314
  "CreateComponent",
315
315
  "CreateForm",
@@ -320,27 +320,34 @@
320
320
  "ExportComponents",
321
321
  "ExportForms",
322
322
  "ExportThemes",
323
+ "GetCodegenJob",
323
324
  "GetComponent",
324
325
  "GetForm",
325
326
  "GetMetadata",
326
327
  "GetTheme",
328
+ "ListCodegenJobs",
327
329
  "ListComponents",
328
330
  "ListForms",
329
331
  "ListThemes",
330
332
  "PutMetadataFlag",
331
333
  "ResetMetadataFlag",
334
+ "StartCodegenJob",
332
335
  "UpdateComponent",
333
336
  "UpdateForm",
334
337
  "UpdateTheme"
335
338
  ],
336
- "resourceTypesCount": 3,
339
+ "resourceTypesCount": 4,
337
340
  "resourceTypes": [
341
+ "CodegenJobResource",
338
342
  "ComponentResource",
339
343
  "FormResource",
340
344
  "ThemeResource"
341
345
  ],
342
- "conditionKeysCount": 12,
346
+ "conditionKeysCount": 15,
343
347
  "conditionKeys": [
348
+ "amplifyuibuilder:CodegenJobResourceAppId",
349
+ "amplifyuibuilder:CodegenJobResourceEnvironmentName",
350
+ "amplifyuibuilder:CodegenJobResourceId",
344
351
  "amplifyuibuilder:ComponentResourceAppId",
345
352
  "amplifyuibuilder:ComponentResourceEnvironmentName",
346
353
  "amplifyuibuilder:ComponentResourceId",
@@ -8043,11 +8050,12 @@
8043
8050
  "capacity-provider",
8044
8051
  "task-set"
8045
8052
  ],
8046
- "conditionKeysCount": 14,
8053
+ "conditionKeysCount": 15,
8047
8054
  "conditionKeys": [
8048
8055
  "aws:RequestTag/${TagKey}",
8049
8056
  "aws:ResourceTag/${TagKey}",
8050
8057
  "aws:TagKeys",
8058
+ "ecs:CreateAction",
8051
8059
  "ecs:ResourceTag/${TagKey}",
8052
8060
  "ecs:capacity-provider",
8053
8061
  "ecs:cluster",
@@ -8994,12 +9002,10 @@
8994
9002
  "UpdateChannelGroup",
8995
9003
  "UpdateOriginEndpoint"
8996
9004
  ],
8997
- "resourceTypesCount": 5,
9005
+ "resourceTypesCount": 3,
8998
9006
  "resourceTypes": [
8999
9007
  "ChannelGroup",
9000
- "ChannelPolicy",
9001
9008
  "Channel",
9002
- "OriginEndpointPolicy",
9003
9009
  "OriginEndpoint"
9004
9010
  ],
9005
9011
  "conditionKeysCount": 3,
@@ -10875,31 +10881,37 @@
10875
10881
  "name": "AWS HealthOmics",
10876
10882
  "servicePrefix": "omics",
10877
10883
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthomics.html",
10878
- "actionsCount": 72,
10884
+ "actionsCount": 82,
10879
10885
  "actions": [
10880
10886
  "AbortMultipartReadSetUpload",
10887
+ "AcceptShare",
10881
10888
  "BatchDeleteReadSet",
10882
10889
  "CancelAnnotationImportJob",
10883
10890
  "CancelRun",
10884
10891
  "CancelVariantImportJob",
10885
10892
  "CompleteMultipartReadSetUpload",
10886
10893
  "CreateAnnotationStore",
10894
+ "CreateAnnotationStoreVersion",
10887
10895
  "CreateMultipartReadSetUpload",
10888
10896
  "CreateReferenceStore",
10889
10897
  "CreateRunGroup",
10890
10898
  "CreateSequenceStore",
10899
+ "CreateShare",
10891
10900
  "CreateVariantStore",
10892
10901
  "CreateWorkflow",
10893
10902
  "DeleteAnnotationStore",
10903
+ "DeleteAnnotationStoreVersions",
10894
10904
  "DeleteReference",
10895
10905
  "DeleteReferenceStore",
10896
10906
  "DeleteRun",
10897
10907
  "DeleteRunGroup",
10898
10908
  "DeleteSequenceStore",
10909
+ "DeleteShare",
10899
10910
  "DeleteVariantStore",
10900
10911
  "DeleteWorkflow",
10901
10912
  "GetAnnotationImportJob",
10902
10913
  "GetAnnotationStore",
10914
+ "GetAnnotationStoreVersion",
10903
10915
  "GetReadSet",
10904
10916
  "GetReadSetActivationJob",
10905
10917
  "GetReadSetExportJob",
@@ -10913,10 +10925,12 @@
10913
10925
  "GetRunGroup",
10914
10926
  "GetRunTask",
10915
10927
  "GetSequenceStore",
10928
+ "GetShare",
10916
10929
  "GetVariantImportJob",
10917
10930
  "GetVariantStore",
10918
10931
  "GetWorkflow",
10919
10932
  "ListAnnotationImportJobs",
10933
+ "ListAnnotationStoreVersions",
10920
10934
  "ListAnnotationStores",
10921
10935
  "ListMultipartReadSetUploads",
10922
10936
  "ListReadSetActivationJobs",
@@ -10931,6 +10945,7 @@
10931
10945
  "ListRunTasks",
10932
10946
  "ListRuns",
10933
10947
  "ListSequenceStores",
10948
+ "ListShares",
10934
10949
  "ListTagsForResource",
10935
10950
  "ListVariantImportJobs",
10936
10951
  "ListVariantStores",
@@ -10945,15 +10960,17 @@
10945
10960
  "TagResource",
10946
10961
  "UntagResource",
10947
10962
  "UpdateAnnotationStore",
10963
+ "UpdateAnnotationStoreVersion",
10948
10964
  "UpdateRunGroup",
10949
10965
  "UpdateVariantStore",
10950
10966
  "UpdateWorkflow",
10951
10967
  "UploadReadSetPart"
10952
10968
  ],
10953
- "resourceTypesCount": 13,
10969
+ "resourceTypesCount": 14,
10954
10970
  "resourceTypes": [
10955
10971
  "AnnotationImportJob",
10956
10972
  "AnnotationStore",
10973
+ "AnnotationStoreVersion",
10957
10974
  "readSet",
10958
10975
  "reference",
10959
10976
  "referenceStore",
@@ -10966,13 +10983,14 @@
10966
10983
  "VariantStore",
10967
10984
  "workflow"
10968
10985
  ],
10969
- "conditionKeysCount": 7,
10986
+ "conditionKeysCount": 8,
10970
10987
  "conditionKeys": [
10971
10988
  "aws:RequestTag/${TagKey}",
10972
10989
  "aws:ResourceTag/${TagKey}",
10973
10990
  "aws:TagKeys",
10974
10991
  "omics:AnnotationImportJobJobId",
10975
10992
  "omics:AnnotationStoreName",
10993
+ "omics:AnnotationStoreVersionName",
10976
10994
  "omics:VariantImportJobJobId",
10977
10995
  "omics:VariantStoreName"
10978
10996
  ]
@@ -15292,7 +15310,7 @@
15292
15310
  "name": "AWS Marketplace Vendor Insights",
15293
15311
  "servicePrefix": "vendor-insights",
15294
15312
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplacevendorinsights.html",
15295
- "actionsCount": 23,
15313
+ "actionsCount": 24,
15296
15314
  "actions": [
15297
15315
  "ActivateSecurityProfile",
15298
15316
  "AssociateDataSource",
@@ -15314,6 +15332,7 @@
15314
15332
  "ListTagsForResource",
15315
15333
  "TagResource",
15316
15334
  "UntagResource",
15335
+ "UpdateDataSource",
15317
15336
  "UpdateSecurityProfile",
15318
15337
  "UpdateSecurityProfileSnapshotCreationConfiguration",
15319
15338
  "UpdateSecurityProfileSnapshotReleaseConfiguration"
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 8387
5
+ "value": 8395
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4081
9
+ "value": 4084
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2405
13
+ "value": 2408
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -76,6 +76,10 @@
76
76
  "key": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
77
77
  "value": 51
78
78
  },
79
+ {
80
+ "key": "amplifyuibuilder:CodegenJobResourceEnvironmentName",
81
+ "value": 50
82
+ },
79
83
  {
80
84
  "key": "route53-recovery-cluster:AllowSafetyRulesOverrides",
81
85
  "value": 50
@@ -95,10 +99,6 @@
95
99
  {
96
100
  "key": "codestar-notifications:NotificationsForResource",
97
101
  "value": 47
98
- },
99
- {
100
- "key": "fsx:NfsDataRepositoryEncryptionInTransitEnabled",
101
- "value": 47
102
102
  }
103
103
  ],
104
104
  "Longest service prefixes": [
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1551
413
+ "value": 1553
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 797
417
+ "value": 801
418
418
  }
419
419
  ]
420
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
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",