aws-iam-data 0.0.69 → 0.0.70

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,29 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2023-08-17",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS Amplify UI Builder": [
8
+ "amplifyuibuilder:GetCodegenJob",
9
+ "amplifyuibuilder:ListCodegenJobs",
10
+ "amplifyuibuilder:StartCodegenJob"
11
+ ],
12
+ "AWS HealthOmics": [
13
+ "omics:AcceptShare",
14
+ "omics:CreateAnnotationStoreVersion",
15
+ "omics:CreateShare",
16
+ "omics:DeleteAnnotationStoreVersions",
17
+ "omics:DeleteShare",
18
+ "omics:GetAnnotationStoreVersion",
19
+ "omics:GetShare",
20
+ "omics:ListAnnotationStoreVersions",
21
+ "omics:ListShares",
22
+ "omics:UpdateAnnotationStoreVersion"
23
+ ]
24
+ },
25
+ "removedActions": {}
26
+ },
2
27
  {
3
28
  "dateOfChange": "2023-08-16",
4
29
  "addedServices": [],
@@ -3783,6 +3783,23 @@
3783
3783
  }
3784
3784
  ]
3785
3785
  },
3786
+ {
3787
+ "name": "GetCodegenJob",
3788
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amplifyuibuilder/latest/APIReference/API_GetCodegenJob.html",
3789
+ "permissionOnly": false,
3790
+ "description": "Grants permission to get an existing codegen job",
3791
+ "accessLevel": "Read",
3792
+ "resourceTypes": [
3793
+ {
3794
+ "resourceType": "CodegenJobResource",
3795
+ "required": true,
3796
+ "conditionKeys": [],
3797
+ "dependentActions": [
3798
+ "amplify:GetApp"
3799
+ ]
3800
+ }
3801
+ ]
3802
+ },
3786
3803
  {
3787
3804
  "name": "GetComponent",
3788
3805
  "apiReferenceUrl": "https://docs.aws.amazon.com/amplifyuibuilder/latest/APIReference/API_GetComponent.html",
@@ -3849,6 +3866,23 @@
3849
3866
  }
3850
3867
  ]
3851
3868
  },
3869
+ {
3870
+ "name": "ListCodegenJobs",
3871
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amplifyuibuilder/latest/APIReference/API_ListCodegenJobs.html",
3872
+ "permissionOnly": false,
3873
+ "description": "Grants permission to list codegen jobs",
3874
+ "accessLevel": "List",
3875
+ "resourceTypes": [
3876
+ {
3877
+ "resourceType": "",
3878
+ "required": false,
3879
+ "conditionKeys": [],
3880
+ "dependentActions": [
3881
+ "amplify:GetApp"
3882
+ ]
3883
+ }
3884
+ ]
3885
+ },
3852
3886
  {
3853
3887
  "name": "ListComponents",
3854
3888
  "apiReferenceUrl": "https://docs.aws.amazon.com/amplifyuibuilder/latest/APIReference/API_ListComponents.html",
@@ -3930,6 +3964,26 @@
3930
3964
  }
3931
3965
  ]
3932
3966
  },
3967
+ {
3968
+ "name": "StartCodegenJob",
3969
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amplifyuibuilder/latest/APIReference/API_StartCodegenJob.html",
3970
+ "permissionOnly": false,
3971
+ "description": "Grants permission to start a codegen job",
3972
+ "accessLevel": "Write",
3973
+ "resourceTypes": [
3974
+ {
3975
+ "resourceType": "",
3976
+ "required": false,
3977
+ "conditionKeys": [
3978
+ "aws:RequestTag/${TagKey}",
3979
+ "aws:TagKeys"
3980
+ ],
3981
+ "dependentActions": [
3982
+ "amplify:GetApp"
3983
+ ]
3984
+ }
3985
+ ]
3986
+ },
3933
3987
  {
3934
3988
  "name": "UpdateComponent",
3935
3989
  "apiReferenceUrl": "https://docs.aws.amazon.com/amplifyuibuilder/latest/APIReference/API_UpdateComponent.html",
@@ -3983,6 +4037,17 @@
3983
4037
  }
3984
4038
  ],
3985
4039
  "resourceTypes": [
4040
+ {
4041
+ "name": "CodegenJobResource",
4042
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amplifyuibuilder/latest/APIReference/API_CodegenJob.html",
4043
+ "arnPattern": "arn:${Partition}:amplifyuibuilder:${Region}:${Account}:app/${AppId}/environment/${EnvironmentName}/codegen-jobs/${Id}",
4044
+ "conditionKeys": [
4045
+ "amplifyuibuilder:CodegenJobResourceAppId",
4046
+ "amplifyuibuilder:CodegenJobResourceEnvironmentName",
4047
+ "amplifyuibuilder:CodegenJobResourceId",
4048
+ "aws:ResourceTag/${TagKey}"
4049
+ ]
4050
+ },
3986
4051
  {
3987
4052
  "name": "ComponentResource",
3988
4053
  "apiReferenceUrl": "https://docs.aws.amazon.com/amplifyuibuilder/latest/APIReference/API_Component.html",
@@ -4018,6 +4083,24 @@
4018
4083
  }
4019
4084
  ],
4020
4085
  "conditionKeys": [
4086
+ {
4087
+ "name": "amplifyuibuilder:CodegenJobResourceAppId",
4088
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amplify/latest/APIReference/API_App.html",
4089
+ "description": "Filters access by the app ID",
4090
+ "type": "String"
4091
+ },
4092
+ {
4093
+ "name": "amplifyuibuilder:CodegenJobResourceEnvironmentName",
4094
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amplify/latest/APIReference/API_BackendEnvironment.html",
4095
+ "description": "Filters access by the backend environment name",
4096
+ "type": "String"
4097
+ },
4098
+ {
4099
+ "name": "amplifyuibuilder:CodegenJobResourceId",
4100
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amplifyuibuilder/latest/APIReference/API_CodegenJob.html",
4101
+ "description": "Filters access by the codegen job ID",
4102
+ "type": "String"
4103
+ },
4021
4104
  {
4022
4105
  "name": "amplifyuibuilder:ComponentResourceAppId",
4023
4106
  "apiReferenceUrl": "https://docs.aws.amazon.com/amplify/latest/APIReference/API_App.html",
@@ -152114,6 +152197,21 @@
152114
152197
  }
152115
152198
  ]
152116
152199
  },
152200
+ {
152201
+ "name": "AcceptShare",
152202
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_AcceptShare.html",
152203
+ "permissionOnly": false,
152204
+ "description": "Grants permission to accept a share",
152205
+ "accessLevel": "Write",
152206
+ "resourceTypes": [
152207
+ {
152208
+ "resourceType": "",
152209
+ "required": false,
152210
+ "conditionKeys": [],
152211
+ "dependentActions": []
152212
+ }
152213
+ ]
152214
+ },
152117
152215
  {
152118
152216
  "name": "BatchDeleteReadSet",
152119
152217
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_BatchDeleteReadSet.html",
@@ -152204,6 +152302,21 @@
152204
152302
  }
152205
152303
  ]
152206
152304
  },
152305
+ {
152306
+ "name": "CreateAnnotationStoreVersion",
152307
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CreateAnnotationStoreVersion.html",
152308
+ "permissionOnly": false,
152309
+ "description": "Grants permission to create a Version in an Annotation Store",
152310
+ "accessLevel": "Write",
152311
+ "resourceTypes": [
152312
+ {
152313
+ "resourceType": "AnnotationStore",
152314
+ "required": true,
152315
+ "conditionKeys": [],
152316
+ "dependentActions": []
152317
+ }
152318
+ ]
152319
+ },
152207
152320
  {
152208
152321
  "name": "CreateMultipartReadSetUpload",
152209
152322
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CreateMultipartReadSetUpload.html",
@@ -152273,6 +152386,21 @@
152273
152386
  }
152274
152387
  ]
152275
152388
  },
152389
+ {
152390
+ "name": "CreateShare",
152391
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CreateShare.html",
152392
+ "permissionOnly": false,
152393
+ "description": "Grants permission to create a share",
152394
+ "accessLevel": "Write",
152395
+ "resourceTypes": [
152396
+ {
152397
+ "resourceType": "",
152398
+ "required": false,
152399
+ "conditionKeys": [],
152400
+ "dependentActions": []
152401
+ }
152402
+ ]
152403
+ },
152276
152404
  {
152277
152405
  "name": "CreateVariantStore",
152278
152406
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CreateVariantStore.html",
@@ -152321,6 +152449,27 @@
152321
152449
  }
152322
152450
  ]
152323
152451
  },
152452
+ {
152453
+ "name": "DeleteAnnotationStoreVersions",
152454
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_DeleteAnnotationStoreVersions.html",
152455
+ "permissionOnly": false,
152456
+ "description": "Grants permission to delete Versions in an Annotation Store",
152457
+ "accessLevel": "Write",
152458
+ "resourceTypes": [
152459
+ {
152460
+ "resourceType": "AnnotationStore",
152461
+ "required": true,
152462
+ "conditionKeys": [],
152463
+ "dependentActions": []
152464
+ },
152465
+ {
152466
+ "resourceType": "AnnotationStoreVersion",
152467
+ "required": true,
152468
+ "conditionKeys": [],
152469
+ "dependentActions": []
152470
+ }
152471
+ ]
152472
+ },
152324
152473
  {
152325
152474
  "name": "DeleteReference",
152326
152475
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_DeleteReference.html",
@@ -152402,6 +152551,21 @@
152402
152551
  }
152403
152552
  ]
152404
152553
  },
152554
+ {
152555
+ "name": "DeleteShare",
152556
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_DeleteShare.html",
152557
+ "permissionOnly": false,
152558
+ "description": "Grants permission to delete a share",
152559
+ "accessLevel": "Write",
152560
+ "resourceTypes": [
152561
+ {
152562
+ "resourceType": "",
152563
+ "required": false,
152564
+ "conditionKeys": [],
152565
+ "dependentActions": []
152566
+ }
152567
+ ]
152568
+ },
152405
152569
  {
152406
152570
  "name": "DeleteVariantStore",
152407
152571
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_DeleteVariantStore.html",
@@ -152462,6 +152626,27 @@
152462
152626
  }
152463
152627
  ]
152464
152628
  },
152629
+ {
152630
+ "name": "GetAnnotationStoreVersion",
152631
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_GetAnnotationStoreVersion.html",
152632
+ "permissionOnly": false,
152633
+ "description": "Grants permission to get detailed information about a version in an Annotation Store",
152634
+ "accessLevel": "Read",
152635
+ "resourceTypes": [
152636
+ {
152637
+ "resourceType": "AnnotationStore",
152638
+ "required": true,
152639
+ "conditionKeys": [],
152640
+ "dependentActions": []
152641
+ },
152642
+ {
152643
+ "resourceType": "AnnotationStoreVersion",
152644
+ "required": true,
152645
+ "conditionKeys": [],
152646
+ "dependentActions": []
152647
+ }
152648
+ ]
152649
+ },
152465
152650
  {
152466
152651
  "name": "GetReadSet",
152467
152652
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_GetReadSet.html",
@@ -152687,6 +152872,21 @@
152687
152872
  }
152688
152873
  ]
152689
152874
  },
152875
+ {
152876
+ "name": "GetShare",
152877
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_GetShare.html",
152878
+ "permissionOnly": false,
152879
+ "description": "Grants permission to get detailed information about a Share",
152880
+ "accessLevel": "Read",
152881
+ "resourceTypes": [
152882
+ {
152883
+ "resourceType": "",
152884
+ "required": false,
152885
+ "conditionKeys": [],
152886
+ "dependentActions": []
152887
+ }
152888
+ ]
152889
+ },
152690
152890
  {
152691
152891
  "name": "GetVariantImportJob",
152692
152892
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_GetVariantImportJob.html",
@@ -152747,6 +152947,21 @@
152747
152947
  }
152748
152948
  ]
152749
152949
  },
152950
+ {
152951
+ "name": "ListAnnotationStoreVersions",
152952
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListAnnotationStoreVersions.html",
152953
+ "permissionOnly": false,
152954
+ "description": "Grants permission to retrieve a list of information about Versions in an Annotation Store",
152955
+ "accessLevel": "List",
152956
+ "resourceTypes": [
152957
+ {
152958
+ "resourceType": "AnnotationStore",
152959
+ "required": true,
152960
+ "conditionKeys": [],
152961
+ "dependentActions": []
152962
+ }
152963
+ ]
152964
+ },
152750
152965
  {
152751
152966
  "name": "ListAnnotationStores",
152752
152967
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListAnnotationStores.html",
@@ -152957,6 +153172,21 @@
152957
153172
  }
152958
153173
  ]
152959
153174
  },
153175
+ {
153176
+ "name": "ListShares",
153177
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListShares.html",
153178
+ "permissionOnly": false,
153179
+ "description": "Grants permission to retrieve a list of information about shares",
153180
+ "accessLevel": "List",
153181
+ "resourceTypes": [
153182
+ {
153183
+ "resourceType": "",
153184
+ "required": false,
153185
+ "conditionKeys": [],
153186
+ "dependentActions": []
153187
+ }
153188
+ ]
153189
+ },
152960
153190
  {
152961
153191
  "name": "ListTagsForResource",
152962
153192
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListTagsForResource.html",
@@ -153259,6 +153489,27 @@
153259
153489
  }
153260
153490
  ]
153261
153491
  },
153492
+ {
153493
+ "name": "UpdateAnnotationStoreVersion",
153494
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_UpdateAnnotationStoreVersion.html",
153495
+ "permissionOnly": false,
153496
+ "description": "Grants permission to update information about the Version in an Annotation Store",
153497
+ "accessLevel": "Write",
153498
+ "resourceTypes": [
153499
+ {
153500
+ "resourceType": "AnnotationStore",
153501
+ "required": true,
153502
+ "conditionKeys": [],
153503
+ "dependentActions": []
153504
+ },
153505
+ {
153506
+ "resourceType": "AnnotationStoreVersion",
153507
+ "required": true,
153508
+ "conditionKeys": [],
153509
+ "dependentActions": []
153510
+ }
153511
+ ]
153512
+ },
153262
153513
  {
153263
153514
  "name": "UpdateRunGroup",
153264
153515
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_UpdateRunGroup.html",
@@ -153337,6 +153588,14 @@
153337
153588
  "omics:AnnotationStoreName"
153338
153589
  ]
153339
153590
  },
153591
+ {
153592
+ "name": "AnnotationStoreVersion",
153593
+ "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_AnnotationStoreVersionItem.html",
153594
+ "arnPattern": "arn:${Partition}:omics:${Region}:${Account}:annotationStore/${AnnotationStoreName}/version/${AnnotationStoreVersionName}",
153595
+ "conditionKeys": [
153596
+ "omics:AnnotationStoreVersionName"
153597
+ ]
153598
+ },
153340
153599
  {
153341
153600
  "name": "readSet",
153342
153601
  "apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ReadSetFiles.html",
@@ -153453,6 +153712,12 @@
153453
153712
  "description": "Filters access by the name of the store",
153454
153713
  "type": "String"
153455
153714
  },
153715
+ {
153716
+ "name": "omics:AnnotationStoreVersionName",
153717
+ "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-annotation-store-version-name",
153718
+ "description": "Filters access by the name of the annotation store version",
153719
+ "type": "String"
153720
+ },
153456
153721
  {
153457
153722
  "name": "omics:VariantImportJobJobId",
153458
153723
  "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-variant-import-job-id",
@@ -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",
@@ -10875,31 +10882,37 @@
10875
10882
  "name": "AWS HealthOmics",
10876
10883
  "servicePrefix": "omics",
10877
10884
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthomics.html",
10878
- "actionsCount": 72,
10885
+ "actionsCount": 82,
10879
10886
  "actions": [
10880
10887
  "AbortMultipartReadSetUpload",
10888
+ "AcceptShare",
10881
10889
  "BatchDeleteReadSet",
10882
10890
  "CancelAnnotationImportJob",
10883
10891
  "CancelRun",
10884
10892
  "CancelVariantImportJob",
10885
10893
  "CompleteMultipartReadSetUpload",
10886
10894
  "CreateAnnotationStore",
10895
+ "CreateAnnotationStoreVersion",
10887
10896
  "CreateMultipartReadSetUpload",
10888
10897
  "CreateReferenceStore",
10889
10898
  "CreateRunGroup",
10890
10899
  "CreateSequenceStore",
10900
+ "CreateShare",
10891
10901
  "CreateVariantStore",
10892
10902
  "CreateWorkflow",
10893
10903
  "DeleteAnnotationStore",
10904
+ "DeleteAnnotationStoreVersions",
10894
10905
  "DeleteReference",
10895
10906
  "DeleteReferenceStore",
10896
10907
  "DeleteRun",
10897
10908
  "DeleteRunGroup",
10898
10909
  "DeleteSequenceStore",
10910
+ "DeleteShare",
10899
10911
  "DeleteVariantStore",
10900
10912
  "DeleteWorkflow",
10901
10913
  "GetAnnotationImportJob",
10902
10914
  "GetAnnotationStore",
10915
+ "GetAnnotationStoreVersion",
10903
10916
  "GetReadSet",
10904
10917
  "GetReadSetActivationJob",
10905
10918
  "GetReadSetExportJob",
@@ -10913,10 +10926,12 @@
10913
10926
  "GetRunGroup",
10914
10927
  "GetRunTask",
10915
10928
  "GetSequenceStore",
10929
+ "GetShare",
10916
10930
  "GetVariantImportJob",
10917
10931
  "GetVariantStore",
10918
10932
  "GetWorkflow",
10919
10933
  "ListAnnotationImportJobs",
10934
+ "ListAnnotationStoreVersions",
10920
10935
  "ListAnnotationStores",
10921
10936
  "ListMultipartReadSetUploads",
10922
10937
  "ListReadSetActivationJobs",
@@ -10931,6 +10946,7 @@
10931
10946
  "ListRunTasks",
10932
10947
  "ListRuns",
10933
10948
  "ListSequenceStores",
10949
+ "ListShares",
10934
10950
  "ListTagsForResource",
10935
10951
  "ListVariantImportJobs",
10936
10952
  "ListVariantStores",
@@ -10945,15 +10961,17 @@
10945
10961
  "TagResource",
10946
10962
  "UntagResource",
10947
10963
  "UpdateAnnotationStore",
10964
+ "UpdateAnnotationStoreVersion",
10948
10965
  "UpdateRunGroup",
10949
10966
  "UpdateVariantStore",
10950
10967
  "UpdateWorkflow",
10951
10968
  "UploadReadSetPart"
10952
10969
  ],
10953
- "resourceTypesCount": 13,
10970
+ "resourceTypesCount": 14,
10954
10971
  "resourceTypes": [
10955
10972
  "AnnotationImportJob",
10956
10973
  "AnnotationStore",
10974
+ "AnnotationStoreVersion",
10957
10975
  "readSet",
10958
10976
  "reference",
10959
10977
  "referenceStore",
@@ -10966,13 +10984,14 @@
10966
10984
  "VariantStore",
10967
10985
  "workflow"
10968
10986
  ],
10969
- "conditionKeysCount": 7,
10987
+ "conditionKeysCount": 8,
10970
10988
  "conditionKeys": [
10971
10989
  "aws:RequestTag/${TagKey}",
10972
10990
  "aws:ResourceTag/${TagKey}",
10973
10991
  "aws:TagKeys",
10974
10992
  "omics:AnnotationImportJobJobId",
10975
10993
  "omics:AnnotationStoreName",
10994
+ "omics:AnnotationStoreVersionName",
10976
10995
  "omics:VariantImportJobJobId",
10977
10996
  "omics:VariantStoreName"
10978
10997
  ]
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 8387
5
+ "value": 8394
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.70",
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",