aws-iam-data 0.0.124 → 0.0.125

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-12-15",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon EC2 Image Builder": [
8
+ "imagebuilder:CreateWorkflow",
9
+ "imagebuilder:DeleteWorkflow",
10
+ "imagebuilder:GetWorkflow",
11
+ "imagebuilder:ListWaitingWorkflowSteps",
12
+ "imagebuilder:ListWorkflowBuildVersions",
13
+ "imagebuilder:ListWorkflows",
14
+ "imagebuilder:SendWorkflowStepAction"
15
+ ],
16
+ "Amazon Monitron": [
17
+ "monitron:CreateProjectUserAssociation",
18
+ "monitron:CreateUserAccessRoleAssociation",
19
+ "monitron:DeleteProjectUserAssociation",
20
+ "monitron:DeleteUserAccessRoleAssociation",
21
+ "monitron:ListProjectUserAssociations",
22
+ "monitron:ListUserAccessRoleAssociations"
23
+ ]
24
+ },
25
+ "removedActions": {}
26
+ },
2
27
  {
3
28
  "dateOfChange": "2023-12-13",
4
29
  "addedServices": [],
@@ -56564,7 +56564,9 @@
56564
56564
  "name": "association",
56565
56565
  "apiReferenceUrl": "https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/working-with-repositories.html",
56566
56566
  "arnPattern": "arn:${Partition}:codeguru-reviewer:${Region}:${Account}:association:${ResourceId}",
56567
- "conditionKeys": []
56567
+ "conditionKeys": [
56568
+ "aws:ResourceTag/${TagKey}"
56569
+ ]
56568
56570
  },
56569
56571
  {
56570
56572
  "name": "codereview",
@@ -118838,10 +118840,12 @@
118838
118840
  "conditionKeys": [],
118839
118841
  "dependentActions": [
118840
118842
  "iam:CreateServiceLinkedRole",
118843
+ "iam:PassRole",
118841
118844
  "imagebuilder:GetContainerRecipe",
118842
118845
  "imagebuilder:GetDistributionConfiguration",
118843
118846
  "imagebuilder:GetImageRecipe",
118844
118847
  "imagebuilder:GetInfrastructureConfiguration",
118848
+ "imagebuilder:GetWorkflow",
118845
118849
  "imagebuilder:TagResource"
118846
118850
  ]
118847
118851
  },
@@ -118869,8 +118873,12 @@
118869
118873
  "conditionKeys": [],
118870
118874
  "dependentActions": [
118871
118875
  "iam:CreateServiceLinkedRole",
118876
+ "iam:PassRole",
118872
118877
  "imagebuilder:GetContainerRecipe",
118878
+ "imagebuilder:GetDistributionConfiguration",
118873
118879
  "imagebuilder:GetImageRecipe",
118880
+ "imagebuilder:GetInfrastructureConfiguration",
118881
+ "imagebuilder:GetWorkflow",
118874
118882
  "imagebuilder:TagResource"
118875
118883
  ]
118876
118884
  },
@@ -118976,6 +118984,37 @@
118976
118984
  }
118977
118985
  ]
118978
118986
  },
118987
+ {
118988
+ "name": "CreateWorkflow",
118989
+ "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_CreateWorkflow.html",
118990
+ "permissionOnly": false,
118991
+ "description": "Grants permission to create a new workflow",
118992
+ "accessLevel": "Write",
118993
+ "resourceTypes": [
118994
+ {
118995
+ "resourceType": "workflow",
118996
+ "required": true,
118997
+ "conditionKeys": [],
118998
+ "dependentActions": [
118999
+ "imagebuilder:TagResource",
119000
+ "kms:Encrypt",
119001
+ "kms:GenerateDataKey",
119002
+ "kms:GenerateDataKeyWithoutPlaintext",
119003
+ "s3:GetObject",
119004
+ "s3:ListBucket"
119005
+ ]
119006
+ },
119007
+ {
119008
+ "resourceType": "",
119009
+ "required": false,
119010
+ "conditionKeys": [
119011
+ "aws:RequestTag/${TagKey}",
119012
+ "aws:TagKeys"
119013
+ ],
119014
+ "dependentActions": []
119015
+ }
119016
+ ]
119017
+ },
118979
119018
  {
118980
119019
  "name": "DeleteComponent",
118981
119020
  "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_DeleteComponent.html",
@@ -119096,6 +119135,21 @@
119096
119135
  }
119097
119136
  ]
119098
119137
  },
119138
+ {
119139
+ "name": "DeleteWorkflow",
119140
+ "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_DeleteWorkflow.html",
119141
+ "permissionOnly": false,
119142
+ "description": "Grants permission to delete a workflow",
119143
+ "accessLevel": "Write",
119144
+ "resourceTypes": [
119145
+ {
119146
+ "resourceType": "workflow",
119147
+ "required": true,
119148
+ "conditionKeys": [],
119149
+ "dependentActions": []
119150
+ }
119151
+ ]
119152
+ },
119099
119153
  {
119100
119154
  "name": "GetComponent",
119101
119155
  "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_GetComponent.html",
@@ -119301,6 +119355,23 @@
119301
119355
  }
119302
119356
  ]
119303
119357
  },
119358
+ {
119359
+ "name": "GetWorkflow",
119360
+ "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_GetWorkflow.html",
119361
+ "permissionOnly": false,
119362
+ "description": "Grants permission to view details about a workflow",
119363
+ "accessLevel": "Read",
119364
+ "resourceTypes": [
119365
+ {
119366
+ "resourceType": "workflow",
119367
+ "required": true,
119368
+ "conditionKeys": [],
119369
+ "dependentActions": [
119370
+ "kms:Decrypt"
119371
+ ]
119372
+ }
119373
+ ]
119374
+ },
119304
119375
  {
119305
119376
  "name": "GetWorkflowExecution",
119306
119377
  "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_GetWorkflowExecution.html",
@@ -119717,6 +119788,12 @@
119717
119788
  "conditionKeys": [],
119718
119789
  "dependentActions": []
119719
119790
  },
119791
+ {
119792
+ "resourceType": "workflow",
119793
+ "required": false,
119794
+ "conditionKeys": [],
119795
+ "dependentActions": []
119796
+ },
119720
119797
  {
119721
119798
  "resourceType": "",
119722
119799
  "required": false,
@@ -119727,6 +119804,36 @@
119727
119804
  }
119728
119805
  ]
119729
119806
  },
119807
+ {
119808
+ "name": "ListWaitingWorkflowSteps",
119809
+ "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListWaitingWorkflowSteps.html",
119810
+ "permissionOnly": false,
119811
+ "description": "Grants permission to list waiting workflow steps for the caller account",
119812
+ "accessLevel": "List",
119813
+ "resourceTypes": [
119814
+ {
119815
+ "resourceType": "",
119816
+ "required": false,
119817
+ "conditionKeys": [],
119818
+ "dependentActions": []
119819
+ }
119820
+ ]
119821
+ },
119822
+ {
119823
+ "name": "ListWorkflowBuildVersions",
119824
+ "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListWorkflowBuildVersions.html",
119825
+ "permissionOnly": false,
119826
+ "description": "Grants permission to list the workflow build versions in your account",
119827
+ "accessLevel": "List",
119828
+ "resourceTypes": [
119829
+ {
119830
+ "resourceType": "workflowVersion",
119831
+ "required": true,
119832
+ "conditionKeys": [],
119833
+ "dependentActions": []
119834
+ }
119835
+ ]
119836
+ },
119730
119837
  {
119731
119838
  "name": "ListWorkflowExecutions",
119732
119839
  "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListWorkflowExecutions.html",
@@ -119757,6 +119864,21 @@
119757
119864
  }
119758
119865
  ]
119759
119866
  },
119867
+ {
119868
+ "name": "ListWorkflows",
119869
+ "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_ListWorkflows.html",
119870
+ "permissionOnly": false,
119871
+ "description": "Grants permission to list the workflow versions owned by or shared with your account",
119872
+ "accessLevel": "List",
119873
+ "resourceTypes": [
119874
+ {
119875
+ "resourceType": "",
119876
+ "required": false,
119877
+ "conditionKeys": [],
119878
+ "dependentActions": []
119879
+ }
119880
+ ]
119881
+ },
119760
119882
  {
119761
119883
  "name": "PutComponentPolicy",
119762
119884
  "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_PutComponentPolicy.html",
@@ -119817,6 +119939,27 @@
119817
119939
  }
119818
119940
  ]
119819
119941
  },
119942
+ {
119943
+ "name": "SendWorkflowStepAction",
119944
+ "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_SendWorkflowStepAction.html",
119945
+ "permissionOnly": false,
119946
+ "description": "Grants permission to send an action to a workflow step",
119947
+ "accessLevel": "Write",
119948
+ "resourceTypes": [
119949
+ {
119950
+ "resourceType": "image",
119951
+ "required": true,
119952
+ "conditionKeys": [],
119953
+ "dependentActions": []
119954
+ },
119955
+ {
119956
+ "resourceType": "workflowStepExecution",
119957
+ "required": true,
119958
+ "conditionKeys": [],
119959
+ "dependentActions": []
119960
+ }
119961
+ ]
119962
+ },
119820
119963
  {
119821
119964
  "name": "StartImagePipelineExecution",
119822
119965
  "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_StartImagePipelineExecution.html",
@@ -119905,6 +120048,12 @@
119905
120048
  "conditionKeys": [],
119906
120049
  "dependentActions": []
119907
120050
  },
120051
+ {
120052
+ "resourceType": "workflow",
120053
+ "required": false,
120054
+ "conditionKeys": [],
120055
+ "dependentActions": []
120056
+ },
119908
120057
  {
119909
120058
  "resourceType": "",
119910
120059
  "required": false,
@@ -119972,6 +120121,12 @@
119972
120121
  "conditionKeys": [],
119973
120122
  "dependentActions": []
119974
120123
  },
120124
+ {
120125
+ "resourceType": "workflow",
120126
+ "required": false,
120127
+ "conditionKeys": [],
120128
+ "dependentActions": []
120129
+ },
119975
120130
  {
119976
120131
  "resourceType": "",
119977
120132
  "required": false,
@@ -120009,7 +120164,15 @@
120009
120164
  "resourceType": "imagePipeline",
120010
120165
  "required": true,
120011
120166
  "conditionKeys": [],
120012
- "dependentActions": []
120167
+ "dependentActions": [
120168
+ "iam:CreateServiceLinkedRole",
120169
+ "iam:PassRole",
120170
+ "imagebuilder:GetContainerRecipe",
120171
+ "imagebuilder:GetDistributionConfiguration",
120172
+ "imagebuilder:GetImageRecipe",
120173
+ "imagebuilder:GetInfrastructureConfiguration",
120174
+ "imagebuilder:GetWorkflow"
120175
+ ]
120013
120176
  }
120014
120177
  ]
120015
120178
  },
@@ -120162,6 +120325,22 @@
120162
120325
  "aws:ResourceTag/${TagKey}"
120163
120326
  ]
120164
120327
  },
120328
+ {
120329
+ "name": "workflow",
120330
+ "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_Workflow.html",
120331
+ "arnPattern": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow/${WorkflowType}/${WorkflowName}/${WorkflowVersion}/${WorkflowBuildVersion}",
120332
+ "conditionKeys": [
120333
+ "aws:ResourceTag/${TagKey}"
120334
+ ]
120335
+ },
120336
+ {
120337
+ "name": "workflowVersion",
120338
+ "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_WorkflowVersion.html",
120339
+ "arnPattern": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow/${WorkflowType}/${WorkflowName}/${WorkflowVersion}",
120340
+ "conditionKeys": [
120341
+ "aws:ResourceTag/${TagKey}"
120342
+ ]
120343
+ },
120165
120344
  {
120166
120345
  "name": "workflowExecution",
120167
120346
  "apiReferenceUrl": "https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_WorkflowExecutionMetadata.html",
@@ -225776,7 +225955,7 @@
225776
225955
  "actions": [
225777
225956
  {
225778
225957
  "name": "AssociateProjectAdminUser",
225779
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/user-management-chapter.html",
225958
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/user-management-chapter.html",
225780
225959
  "permissionOnly": true,
225781
225960
  "description": "Grants permission to associate a user with the project as an administrator",
225782
225961
  "accessLevel": "Permissions management",
@@ -225799,7 +225978,7 @@
225799
225978
  },
225800
225979
  {
225801
225980
  "name": "CreateProject",
225802
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/mp-creating-project.html",
225981
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/mp-creating-project.html",
225803
225982
  "permissionOnly": true,
225804
225983
  "description": "Grants permission to create a project",
225805
225984
  "accessLevel": "Write",
@@ -225815,14 +225994,60 @@
225815
225994
  "iam:CreateServiceLinkedRole",
225816
225995
  "kms:CreateGrant",
225817
225996
  "sso:CreateManagedApplicationInstance",
225818
- "sso:DeleteManagedApplicationInstance"
225997
+ "sso:DeleteManagedApplicationInstance",
225998
+ "sso:DescribeRegisteredRegions"
225999
+ ]
226000
+ }
226001
+ ]
226002
+ },
226003
+ {
226004
+ "name": "CreateProjectUserAssociation",
226005
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/adding-user.html",
226006
+ "permissionOnly": true,
226007
+ "description": "Grants permission to associate a user with the project",
226008
+ "accessLevel": "Permissions management",
226009
+ "resourceTypes": [
226010
+ {
226011
+ "resourceType": "project",
226012
+ "required": true,
226013
+ "conditionKeys": [],
226014
+ "dependentActions": [
226015
+ "sso-directory:DescribeUsers",
226016
+ "sso:AssociateProfile",
226017
+ "sso:GetManagedApplicationInstance",
226018
+ "sso:GetProfile",
226019
+ "sso:ListDirectoryAssociations",
226020
+ "sso:ListProfileAssociations",
226021
+ "sso:ListProfiles"
226022
+ ]
226023
+ }
226024
+ ]
226025
+ },
226026
+ {
226027
+ "name": "CreateUserAccessRoleAssociation",
226028
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/adding-user.html",
226029
+ "permissionOnly": true,
226030
+ "description": "Grants permission to associate an access role with the user",
226031
+ "accessLevel": "Permissions management",
226032
+ "resourceTypes": [
226033
+ {
226034
+ "resourceType": "project",
226035
+ "required": true,
226036
+ "conditionKeys": [],
226037
+ "dependentActions": [
226038
+ "sso-directory:DescribeUsers",
226039
+ "sso:GetManagedApplicationInstance",
226040
+ "sso:GetProfile",
226041
+ "sso:ListDirectoryAssociations",
226042
+ "sso:ListProfileAssociations",
226043
+ "sso:ListProfiles"
225819
226044
  ]
225820
226045
  }
225821
226046
  ]
225822
226047
  },
225823
226048
  {
225824
226049
  "name": "DeleteProject",
225825
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/mp-delete-project.html",
226050
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/mp-delete-project.html",
225826
226051
  "permissionOnly": true,
225827
226052
  "description": "Grants permission to delete a project",
225828
226053
  "accessLevel": "Write",
@@ -225837,9 +226062,46 @@
225837
226062
  }
225838
226063
  ]
225839
226064
  },
226065
+ {
226066
+ "name": "DeleteProjectUserAssociation",
226067
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/deleting-user.html",
226068
+ "permissionOnly": true,
226069
+ "description": "Grants permission to disassociate a user from the project",
226070
+ "accessLevel": "Permissions management",
226071
+ "resourceTypes": [
226072
+ {
226073
+ "resourceType": "project",
226074
+ "required": true,
226075
+ "conditionKeys": [],
226076
+ "dependentActions": [
226077
+ "sso-directory:DescribeUsers",
226078
+ "sso:DisassociateProfile",
226079
+ "sso:GetManagedApplicationInstance",
226080
+ "sso:GetProfile",
226081
+ "sso:ListDirectoryAssociations",
226082
+ "sso:ListProfiles"
226083
+ ]
226084
+ }
226085
+ ]
226086
+ },
226087
+ {
226088
+ "name": "DeleteUserAccessRoleAssociation",
226089
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/deleting-user.html",
226090
+ "permissionOnly": true,
226091
+ "description": "Grants permission to disassociate an access role from the user",
226092
+ "accessLevel": "Permissions management",
226093
+ "resourceTypes": [
226094
+ {
226095
+ "resourceType": "project",
226096
+ "required": true,
226097
+ "conditionKeys": [],
226098
+ "dependentActions": []
226099
+ }
226100
+ ]
226101
+ },
225840
226102
  {
225841
226103
  "name": "DisassociateProjectAdminUser",
225842
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/mu-remove-project-admin.html",
226104
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/mu-remove-project-admin.html",
225843
226105
  "permissionOnly": true,
225844
226106
  "description": "Grants permission to disassociate an administrator from the project",
225845
226107
  "accessLevel": "Permissions management",
@@ -225861,7 +226123,7 @@
225861
226123
  },
225862
226124
  {
225863
226125
  "name": "GetProject",
225864
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/mp-project-tasks.html",
226126
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/mp-project-tasks.html",
225865
226127
  "permissionOnly": true,
225866
226128
  "description": "Grants permission to get information about a project",
225867
226129
  "accessLevel": "Read",
@@ -225876,7 +226138,7 @@
225876
226138
  },
225877
226139
  {
225878
226140
  "name": "GetProjectAdminUser",
225879
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/mp-project-tasks.html",
226141
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/mp-project-tasks.html",
225880
226142
  "permissionOnly": true,
225881
226143
  "description": "Grants permission to describe an administrator who is associated with the project",
225882
226144
  "accessLevel": "Read",
@@ -225895,7 +226157,7 @@
225895
226157
  },
225896
226158
  {
225897
226159
  "name": "ListProjectAdminUsers",
225898
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/user-management-chapter.html",
226160
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/user-management-chapter.html",
225899
226161
  "permissionOnly": true,
225900
226162
  "description": "Grants permission to list all administrators associated with the project",
225901
226163
  "accessLevel": "Permissions management",
@@ -225911,9 +226173,30 @@
225911
226173
  }
225912
226174
  ]
225913
226175
  },
226176
+ {
226177
+ "name": "ListProjectUserAssociations",
226178
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/user-management-chapter.html",
226179
+ "permissionOnly": true,
226180
+ "description": "Grants permission to list all users associated with the project",
226181
+ "accessLevel": "List",
226182
+ "resourceTypes": [
226183
+ {
226184
+ "resourceType": "project",
226185
+ "required": true,
226186
+ "conditionKeys": [],
226187
+ "dependentActions": [
226188
+ "sso:GetManagedApplicationInstance",
226189
+ "sso:GetProfile",
226190
+ "sso:ListDirectoryAssociations",
226191
+ "sso:ListProfileAssociations",
226192
+ "sso:ListProfiles"
226193
+ ]
226194
+ }
226195
+ ]
226196
+ },
225914
226197
  {
225915
226198
  "name": "ListProjects",
225916
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/mp-project-tasks.html",
226199
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/mp-project-tasks.html",
225917
226200
  "permissionOnly": true,
225918
226201
  "description": "Grants permission to list all projects",
225919
226202
  "accessLevel": "List",
@@ -225928,7 +226211,7 @@
225928
226211
  },
225929
226212
  {
225930
226213
  "name": "ListTagsForResource",
225931
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/tagging.html",
226214
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/tagging.html",
225932
226215
  "permissionOnly": true,
225933
226216
  "description": "Grants permission to list all tags for a resource",
225934
226217
  "accessLevel": "Read",
@@ -225938,21 +226221,27 @@
225938
226221
  "required": false,
225939
226222
  "conditionKeys": [],
225940
226223
  "dependentActions": []
225941
- },
226224
+ }
226225
+ ]
226226
+ },
226227
+ {
226228
+ "name": "ListUserAccessRoleAssociations",
226229
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/user-management-chapter.html",
226230
+ "permissionOnly": true,
226231
+ "description": "Grants permission to list all access roles associated with the user",
226232
+ "accessLevel": "List",
226233
+ "resourceTypes": [
225942
226234
  {
225943
- "resourceType": "",
225944
- "required": false,
225945
- "conditionKeys": [
225946
- "aws:TagKeys",
225947
- "aws:RequestTag/${TagKey}"
225948
- ],
226235
+ "resourceType": "project",
226236
+ "required": true,
226237
+ "conditionKeys": [],
225949
226238
  "dependentActions": []
225950
226239
  }
225951
226240
  ]
225952
226241
  },
225953
226242
  {
225954
226243
  "name": "TagResource",
225955
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/tagging.html",
226244
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/tagging.html",
225956
226245
  "permissionOnly": true,
225957
226246
  "description": "Grants permission to tag a resource",
225958
226247
  "accessLevel": "Tagging",
@@ -225976,7 +226265,7 @@
225976
226265
  },
225977
226266
  {
225978
226267
  "name": "UntagResource",
225979
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/tagging.html#modify-tag-1",
226268
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/tagging.html#modify-tag-1",
225980
226269
  "permissionOnly": true,
225981
226270
  "description": "Grants permission to untag a resource",
225982
226271
  "accessLevel": "Tagging",
@@ -225999,7 +226288,7 @@
225999
226288
  },
226000
226289
  {
226001
226290
  "name": "UpdateProject",
226002
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/mp-updating-project.html",
226291
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/mp-updating-project.html",
226003
226292
  "permissionOnly": true,
226004
226293
  "description": "Grants permission to update a project",
226005
226294
  "accessLevel": "Write",
@@ -226009,15 +226298,6 @@
226009
226298
  "required": true,
226010
226299
  "conditionKeys": [],
226011
226300
  "dependentActions": []
226012
- },
226013
- {
226014
- "resourceType": "",
226015
- "required": false,
226016
- "conditionKeys": [
226017
- "aws:TagKeys",
226018
- "aws:RequestTag/${TagKey}"
226019
- ],
226020
- "dependentActions": []
226021
226301
  }
226022
226302
  ]
226023
226303
  }
@@ -226025,7 +226305,7 @@
226025
226305
  "resourceTypes": [
226026
226306
  {
226027
226307
  "name": "project",
226028
- "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/admin-guide/projects-chapter.html",
226308
+ "apiReferenceUrl": "https://docs.aws.amazon.com/Monitron/latest/user-guide/projects-chapter.html",
226029
226309
  "arnPattern": "arn:${Partition}:monitron:${Region}:${Account}:project/${ResourceId}",
226030
226310
  "conditionKeys": [
226031
226311
  "aws:ResourceTag/${TagKey}"
@@ -226048,7 +226328,7 @@
226048
226328
  {
226049
226329
  "name": "aws:TagKeys",
226050
226330
  "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
226051
- "description": "Filters actions by the tag keys in the request",
226331
+ "description": "Filters access by the tag keys that are passed in the request",
226052
226332
  "type": "ArrayOfString"
226053
226333
  }
226054
226334
  ]
@@ -8244,7 +8244,7 @@
8244
8244
  "name": "Amazon EC2 Image Builder",
8245
8245
  "servicePrefix": "imagebuilder",
8246
8246
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2imagebuilder.html",
8247
- "actionsCount": 66,
8247
+ "actionsCount": 73,
8248
8248
  "actions": [
8249
8249
  "CancelImageCreation",
8250
8250
  "CancelLifecycleExecution",
@@ -8256,6 +8256,7 @@
8256
8256
  "CreateImageRecipe",
8257
8257
  "CreateInfrastructureConfiguration",
8258
8258
  "CreateLifecyclePolicy",
8259
+ "CreateWorkflow",
8259
8260
  "DeleteComponent",
8260
8261
  "DeleteContainerRecipe",
8261
8262
  "DeleteDistributionConfiguration",
@@ -8264,6 +8265,7 @@
8264
8265
  "DeleteImageRecipe",
8265
8266
  "DeleteInfrastructureConfiguration",
8266
8267
  "DeleteLifecyclePolicy",
8268
+ "DeleteWorkflow",
8267
8269
  "GetComponent",
8268
8270
  "GetComponentPolicy",
8269
8271
  "GetContainerRecipe",
@@ -8277,6 +8279,7 @@
8277
8279
  "GetInfrastructureConfiguration",
8278
8280
  "GetLifecycleExecution",
8279
8281
  "GetLifecyclePolicy",
8282
+ "GetWorkflow",
8280
8283
  "GetWorkflowExecution",
8281
8284
  "GetWorkflowStepExecution",
8282
8285
  "ImportComponent",
@@ -8298,12 +8301,16 @@
8298
8301
  "ListLifecycleExecutions",
8299
8302
  "ListLifecyclePolicies",
8300
8303
  "ListTagsForResource",
8304
+ "ListWaitingWorkflowSteps",
8305
+ "ListWorkflowBuildVersions",
8301
8306
  "ListWorkflowExecutions",
8302
8307
  "ListWorkflowStepExecutions",
8308
+ "ListWorkflows",
8303
8309
  "PutComponentPolicy",
8304
8310
  "PutContainerRecipePolicy",
8305
8311
  "PutImagePolicy",
8306
8312
  "PutImageRecipePolicy",
8313
+ "SendWorkflowStepAction",
8307
8314
  "StartImagePipelineExecution",
8308
8315
  "StartResourceStateUpdate",
8309
8316
  "TagResource",
@@ -8313,7 +8320,7 @@
8313
8320
  "UpdateInfrastructureConfiguration",
8314
8321
  "UpdateLifecyclePolicy"
8315
8322
  ],
8316
- "resourceTypesCount": 14,
8323
+ "resourceTypesCount": 16,
8317
8324
  "resourceTypes": [
8318
8325
  "component",
8319
8326
  "componentVersion",
@@ -8327,6 +8334,8 @@
8327
8334
  "kmsKey",
8328
8335
  "lifecycleExecution",
8329
8336
  "lifecyclePolicy",
8337
+ "workflow",
8338
+ "workflowVersion",
8330
8339
  "workflowExecution",
8331
8340
  "workflowStepExecution"
8332
8341
  ],
@@ -16587,17 +16596,23 @@
16587
16596
  "name": "Amazon Monitron",
16588
16597
  "servicePrefix": "monitron",
16589
16598
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmonitron.html",
16590
- "actionsCount": 12,
16599
+ "actionsCount": 18,
16591
16600
  "actions": [
16592
16601
  "AssociateProjectAdminUser",
16593
16602
  "CreateProject",
16603
+ "CreateProjectUserAssociation",
16604
+ "CreateUserAccessRoleAssociation",
16594
16605
  "DeleteProject",
16606
+ "DeleteProjectUserAssociation",
16607
+ "DeleteUserAccessRoleAssociation",
16595
16608
  "DisassociateProjectAdminUser",
16596
16609
  "GetProject",
16597
16610
  "GetProjectAdminUser",
16598
16611
  "ListProjectAdminUsers",
16612
+ "ListProjectUserAssociations",
16599
16613
  "ListProjects",
16600
16614
  "ListTagsForResource",
16615
+ "ListUserAccessRoleAssociations",
16601
16616
  "TagResource",
16602
16617
  "UntagResource",
16603
16618
  "UpdateProject"
@@ -2,19 +2,19 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 8984
5
+ "value": 8987
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4385
9
+ "value": 4386
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2607
13
+ "value": 2612
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
17
- "value": 247
17
+ "value": 251
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -410,7 +410,7 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1664
413
+ "value": 1666
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.124",
3
+ "version": "0.0.125",
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",