aws-iam-data 0.0.32 → 0.0.33
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/changelog.json +371 -0
- package/dist/data/json/iam.json +336 -38
- package/dist/data/json/metadata.json +31 -12
- package/dist/data/json/reports.json +12 -12
- package/package.json +1 -1
|
@@ -1,4 +1,375 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2023-06-24",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"AWS Identity and Access Management (IAM)"
|
|
6
|
+
],
|
|
7
|
+
"removedServices": [
|
|
8
|
+
"AWS Identity and Access Management"
|
|
9
|
+
],
|
|
10
|
+
"addedActions": {
|
|
11
|
+
"Amazon Kendra": [
|
|
12
|
+
"kendra:Retrieve"
|
|
13
|
+
],
|
|
14
|
+
"AWS Step Functions": [
|
|
15
|
+
"states:CreateStateMachineAlias",
|
|
16
|
+
"states:DeleteStateMachineAlias",
|
|
17
|
+
"states:DeleteStateMachineVersion",
|
|
18
|
+
"states:DescribeStateMachineAlias",
|
|
19
|
+
"states:ListStateMachineAliases",
|
|
20
|
+
"states:ListStateMachineVersions",
|
|
21
|
+
"states:PublishStateMachineVersion",
|
|
22
|
+
"states:UpdateStateMachineAlias"
|
|
23
|
+
],
|
|
24
|
+
"AWS Identity and Access Management (IAM)": [
|
|
25
|
+
"iam:AddClientIDToOpenIDConnectProvider",
|
|
26
|
+
"iam:AddRoleToInstanceProfile",
|
|
27
|
+
"iam:AddUserToGroup",
|
|
28
|
+
"iam:AttachGroupPolicy",
|
|
29
|
+
"iam:AttachRolePolicy",
|
|
30
|
+
"iam:AttachUserPolicy",
|
|
31
|
+
"iam:ChangePassword",
|
|
32
|
+
"iam:CreateAccessKey",
|
|
33
|
+
"iam:CreateAccountAlias",
|
|
34
|
+
"iam:CreateGroup",
|
|
35
|
+
"iam:CreateInstanceProfile",
|
|
36
|
+
"iam:CreateLoginProfile",
|
|
37
|
+
"iam:CreateOpenIDConnectProvider",
|
|
38
|
+
"iam:CreatePolicy",
|
|
39
|
+
"iam:CreatePolicyVersion",
|
|
40
|
+
"iam:CreateRole",
|
|
41
|
+
"iam:CreateSAMLProvider",
|
|
42
|
+
"iam:CreateServiceLinkedRole",
|
|
43
|
+
"iam:CreateServiceSpecificCredential",
|
|
44
|
+
"iam:CreateUser",
|
|
45
|
+
"iam:CreateVirtualMFADevice",
|
|
46
|
+
"iam:DeactivateMFADevice",
|
|
47
|
+
"iam:DeleteAccessKey",
|
|
48
|
+
"iam:DeleteAccountAlias",
|
|
49
|
+
"iam:DeleteAccountPasswordPolicy",
|
|
50
|
+
"iam:DeleteCloudFrontPublicKey",
|
|
51
|
+
"iam:DeleteGroup",
|
|
52
|
+
"iam:DeleteGroupPolicy",
|
|
53
|
+
"iam:DeleteInstanceProfile",
|
|
54
|
+
"iam:DeleteLoginProfile",
|
|
55
|
+
"iam:DeleteOpenIDConnectProvider",
|
|
56
|
+
"iam:DeletePolicy",
|
|
57
|
+
"iam:DeletePolicyVersion",
|
|
58
|
+
"iam:DeleteRole",
|
|
59
|
+
"iam:DeleteRolePermissionsBoundary",
|
|
60
|
+
"iam:DeleteRolePolicy",
|
|
61
|
+
"iam:DeleteSAMLProvider",
|
|
62
|
+
"iam:DeleteSSHPublicKey",
|
|
63
|
+
"iam:DeleteServerCertificate",
|
|
64
|
+
"iam:DeleteServiceLinkedRole",
|
|
65
|
+
"iam:DeleteServiceSpecificCredential",
|
|
66
|
+
"iam:DeleteSigningCertificate",
|
|
67
|
+
"iam:DeleteUser",
|
|
68
|
+
"iam:DeleteUserPermissionsBoundary",
|
|
69
|
+
"iam:DeleteUserPolicy",
|
|
70
|
+
"iam:DeleteVirtualMFADevice",
|
|
71
|
+
"iam:DetachGroupPolicy",
|
|
72
|
+
"iam:DetachRolePolicy",
|
|
73
|
+
"iam:DetachUserPolicy",
|
|
74
|
+
"iam:EnableMFADevice",
|
|
75
|
+
"iam:GenerateCredentialReport",
|
|
76
|
+
"iam:GenerateOrganizationsAccessReport",
|
|
77
|
+
"iam:GenerateServiceLastAccessedDetails",
|
|
78
|
+
"iam:GetAccessKeyLastUsed",
|
|
79
|
+
"iam:GetAccountAuthorizationDetails",
|
|
80
|
+
"iam:GetAccountEmailAddress",
|
|
81
|
+
"iam:GetAccountName",
|
|
82
|
+
"iam:GetAccountPasswordPolicy",
|
|
83
|
+
"iam:GetAccountSummary",
|
|
84
|
+
"iam:GetCloudFrontPublicKey",
|
|
85
|
+
"iam:GetContextKeysForCustomPolicy",
|
|
86
|
+
"iam:GetContextKeysForPrincipalPolicy",
|
|
87
|
+
"iam:GetCredentialReport",
|
|
88
|
+
"iam:GetGroup",
|
|
89
|
+
"iam:GetGroupPolicy",
|
|
90
|
+
"iam:GetInstanceProfile",
|
|
91
|
+
"iam:GetLoginProfile",
|
|
92
|
+
"iam:GetMFADevice",
|
|
93
|
+
"iam:GetOpenIDConnectProvider",
|
|
94
|
+
"iam:GetOrganizationsAccessReport",
|
|
95
|
+
"iam:GetPolicy",
|
|
96
|
+
"iam:GetPolicyVersion",
|
|
97
|
+
"iam:GetRole",
|
|
98
|
+
"iam:GetRolePolicy",
|
|
99
|
+
"iam:GetSAMLProvider",
|
|
100
|
+
"iam:GetSSHPublicKey",
|
|
101
|
+
"iam:GetServerCertificate",
|
|
102
|
+
"iam:GetServiceLastAccessedDetails",
|
|
103
|
+
"iam:GetServiceLastAccessedDetailsWithEntities",
|
|
104
|
+
"iam:GetServiceLinkedRoleDeletionStatus",
|
|
105
|
+
"iam:GetUser",
|
|
106
|
+
"iam:GetUserPolicy",
|
|
107
|
+
"iam:ListAccessKeys",
|
|
108
|
+
"iam:ListAccountAliases",
|
|
109
|
+
"iam:ListAttachedGroupPolicies",
|
|
110
|
+
"iam:ListAttachedRolePolicies",
|
|
111
|
+
"iam:ListAttachedUserPolicies",
|
|
112
|
+
"iam:ListCloudFrontPublicKeys",
|
|
113
|
+
"iam:ListEntitiesForPolicy",
|
|
114
|
+
"iam:ListGroupPolicies",
|
|
115
|
+
"iam:ListGroups",
|
|
116
|
+
"iam:ListGroupsForUser",
|
|
117
|
+
"iam:ListInstanceProfileTags",
|
|
118
|
+
"iam:ListInstanceProfiles",
|
|
119
|
+
"iam:ListInstanceProfilesForRole",
|
|
120
|
+
"iam:ListMFADeviceTags",
|
|
121
|
+
"iam:ListMFADevices",
|
|
122
|
+
"iam:ListOpenIDConnectProviderTags",
|
|
123
|
+
"iam:ListOpenIDConnectProviders",
|
|
124
|
+
"iam:ListPolicies",
|
|
125
|
+
"iam:ListPoliciesGrantingServiceAccess",
|
|
126
|
+
"iam:ListPolicyTags",
|
|
127
|
+
"iam:ListPolicyVersions",
|
|
128
|
+
"iam:ListRolePolicies",
|
|
129
|
+
"iam:ListRoleTags",
|
|
130
|
+
"iam:ListRoles",
|
|
131
|
+
"iam:ListSAMLProviderTags",
|
|
132
|
+
"iam:ListSAMLProviders",
|
|
133
|
+
"iam:ListSSHPublicKeys",
|
|
134
|
+
"iam:ListSTSRegionalEndpointsStatus",
|
|
135
|
+
"iam:ListServerCertificateTags",
|
|
136
|
+
"iam:ListServerCertificates",
|
|
137
|
+
"iam:ListServiceSpecificCredentials",
|
|
138
|
+
"iam:ListSigningCertificates",
|
|
139
|
+
"iam:ListUserPolicies",
|
|
140
|
+
"iam:ListUserTags",
|
|
141
|
+
"iam:ListUsers",
|
|
142
|
+
"iam:ListVirtualMFADevices",
|
|
143
|
+
"iam:PassRole",
|
|
144
|
+
"iam:PutGroupPolicy",
|
|
145
|
+
"iam:PutRolePermissionsBoundary",
|
|
146
|
+
"iam:PutRolePolicy",
|
|
147
|
+
"iam:PutUserPermissionsBoundary",
|
|
148
|
+
"iam:PutUserPolicy",
|
|
149
|
+
"iam:RemoveClientIDFromOpenIDConnectProvider",
|
|
150
|
+
"iam:RemoveRoleFromInstanceProfile",
|
|
151
|
+
"iam:RemoveUserFromGroup",
|
|
152
|
+
"iam:ResetServiceSpecificCredential",
|
|
153
|
+
"iam:ResyncMFADevice",
|
|
154
|
+
"iam:SetDefaultPolicyVersion",
|
|
155
|
+
"iam:SetSTSRegionalEndpointStatus",
|
|
156
|
+
"iam:SetSecurityTokenServicePreferences",
|
|
157
|
+
"iam:SimulateCustomPolicy",
|
|
158
|
+
"iam:SimulatePrincipalPolicy",
|
|
159
|
+
"iam:TagInstanceProfile",
|
|
160
|
+
"iam:TagMFADevice",
|
|
161
|
+
"iam:TagOpenIDConnectProvider",
|
|
162
|
+
"iam:TagPolicy",
|
|
163
|
+
"iam:TagRole",
|
|
164
|
+
"iam:TagSAMLProvider",
|
|
165
|
+
"iam:TagServerCertificate",
|
|
166
|
+
"iam:TagUser",
|
|
167
|
+
"iam:UntagInstanceProfile",
|
|
168
|
+
"iam:UntagMFADevice",
|
|
169
|
+
"iam:UntagOpenIDConnectProvider",
|
|
170
|
+
"iam:UntagPolicy",
|
|
171
|
+
"iam:UntagRole",
|
|
172
|
+
"iam:UntagSAMLProvider",
|
|
173
|
+
"iam:UntagServerCertificate",
|
|
174
|
+
"iam:UntagUser",
|
|
175
|
+
"iam:UpdateAccessKey",
|
|
176
|
+
"iam:UpdateAccountEmailAddress",
|
|
177
|
+
"iam:UpdateAccountName",
|
|
178
|
+
"iam:UpdateAccountPasswordPolicy",
|
|
179
|
+
"iam:UpdateAssumeRolePolicy",
|
|
180
|
+
"iam:UpdateCloudFrontPublicKey",
|
|
181
|
+
"iam:UpdateGroup",
|
|
182
|
+
"iam:UpdateLoginProfile",
|
|
183
|
+
"iam:UpdateOpenIDConnectProviderThumbprint",
|
|
184
|
+
"iam:UpdateRole",
|
|
185
|
+
"iam:UpdateRoleDescription",
|
|
186
|
+
"iam:UpdateSAMLProvider",
|
|
187
|
+
"iam:UpdateSSHPublicKey",
|
|
188
|
+
"iam:UpdateServerCertificate",
|
|
189
|
+
"iam:UpdateServiceSpecificCredential",
|
|
190
|
+
"iam:UpdateSigningCertificate",
|
|
191
|
+
"iam:UpdateUser",
|
|
192
|
+
"iam:UploadCloudFrontPublicKey",
|
|
193
|
+
"iam:UploadSSHPublicKey",
|
|
194
|
+
"iam:UploadServerCertificate",
|
|
195
|
+
"iam:UploadSigningCertificate"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"removedActions": {
|
|
199
|
+
"AWS Identity and Access Management": [
|
|
200
|
+
"iam:AddClientIDToOpenIDConnectProvider",
|
|
201
|
+
"iam:AddRoleToInstanceProfile",
|
|
202
|
+
"iam:AddUserToGroup",
|
|
203
|
+
"iam:AttachGroupPolicy",
|
|
204
|
+
"iam:AttachRolePolicy",
|
|
205
|
+
"iam:AttachUserPolicy",
|
|
206
|
+
"iam:ChangePassword",
|
|
207
|
+
"iam:CreateAccessKey",
|
|
208
|
+
"iam:CreateAccountAlias",
|
|
209
|
+
"iam:CreateGroup",
|
|
210
|
+
"iam:CreateInstanceProfile",
|
|
211
|
+
"iam:CreateLoginProfile",
|
|
212
|
+
"iam:CreateOpenIDConnectProvider",
|
|
213
|
+
"iam:CreatePolicy",
|
|
214
|
+
"iam:CreatePolicyVersion",
|
|
215
|
+
"iam:CreateRole",
|
|
216
|
+
"iam:CreateSAMLProvider",
|
|
217
|
+
"iam:CreateServiceLinkedRole",
|
|
218
|
+
"iam:CreateServiceSpecificCredential",
|
|
219
|
+
"iam:CreateUser",
|
|
220
|
+
"iam:CreateVirtualMFADevice",
|
|
221
|
+
"iam:DeactivateMFADevice",
|
|
222
|
+
"iam:DeleteAccessKey",
|
|
223
|
+
"iam:DeleteAccountAlias",
|
|
224
|
+
"iam:DeleteAccountPasswordPolicy",
|
|
225
|
+
"iam:DeleteCloudFrontPublicKey",
|
|
226
|
+
"iam:DeleteGroup",
|
|
227
|
+
"iam:DeleteGroupPolicy",
|
|
228
|
+
"iam:DeleteInstanceProfile",
|
|
229
|
+
"iam:DeleteLoginProfile",
|
|
230
|
+
"iam:DeleteOpenIDConnectProvider",
|
|
231
|
+
"iam:DeletePolicy",
|
|
232
|
+
"iam:DeletePolicyVersion",
|
|
233
|
+
"iam:DeleteRole",
|
|
234
|
+
"iam:DeleteRolePermissionsBoundary",
|
|
235
|
+
"iam:DeleteRolePolicy",
|
|
236
|
+
"iam:DeleteSAMLProvider",
|
|
237
|
+
"iam:DeleteSSHPublicKey",
|
|
238
|
+
"iam:DeleteServerCertificate",
|
|
239
|
+
"iam:DeleteServiceLinkedRole",
|
|
240
|
+
"iam:DeleteServiceSpecificCredential",
|
|
241
|
+
"iam:DeleteSigningCertificate",
|
|
242
|
+
"iam:DeleteUser",
|
|
243
|
+
"iam:DeleteUserPermissionsBoundary",
|
|
244
|
+
"iam:DeleteUserPolicy",
|
|
245
|
+
"iam:DeleteVirtualMFADevice",
|
|
246
|
+
"iam:DetachGroupPolicy",
|
|
247
|
+
"iam:DetachRolePolicy",
|
|
248
|
+
"iam:DetachUserPolicy",
|
|
249
|
+
"iam:EnableMFADevice",
|
|
250
|
+
"iam:GenerateCredentialReport",
|
|
251
|
+
"iam:GenerateOrganizationsAccessReport",
|
|
252
|
+
"iam:GenerateServiceLastAccessedDetails",
|
|
253
|
+
"iam:GetAccessKeyLastUsed",
|
|
254
|
+
"iam:GetAccountAuthorizationDetails",
|
|
255
|
+
"iam:GetAccountEmailAddress",
|
|
256
|
+
"iam:GetAccountName",
|
|
257
|
+
"iam:GetAccountPasswordPolicy",
|
|
258
|
+
"iam:GetAccountSummary",
|
|
259
|
+
"iam:GetCloudFrontPublicKey",
|
|
260
|
+
"iam:GetContextKeysForCustomPolicy",
|
|
261
|
+
"iam:GetContextKeysForPrincipalPolicy",
|
|
262
|
+
"iam:GetCredentialReport",
|
|
263
|
+
"iam:GetGroup",
|
|
264
|
+
"iam:GetGroupPolicy",
|
|
265
|
+
"iam:GetInstanceProfile",
|
|
266
|
+
"iam:GetLoginProfile",
|
|
267
|
+
"iam:GetOpenIDConnectProvider",
|
|
268
|
+
"iam:GetOrganizationsAccessReport",
|
|
269
|
+
"iam:GetPolicy",
|
|
270
|
+
"iam:GetPolicyVersion",
|
|
271
|
+
"iam:GetRole",
|
|
272
|
+
"iam:GetRolePolicy",
|
|
273
|
+
"iam:GetSAMLProvider",
|
|
274
|
+
"iam:GetSSHPublicKey",
|
|
275
|
+
"iam:GetServerCertificate",
|
|
276
|
+
"iam:GetServiceLastAccessedDetails",
|
|
277
|
+
"iam:GetServiceLastAccessedDetailsWithEntities",
|
|
278
|
+
"iam:GetServiceLinkedRoleDeletionStatus",
|
|
279
|
+
"iam:GetUser",
|
|
280
|
+
"iam:GetUserPolicy",
|
|
281
|
+
"iam:ListAccessKeys",
|
|
282
|
+
"iam:ListAccountAliases",
|
|
283
|
+
"iam:ListAttachedGroupPolicies",
|
|
284
|
+
"iam:ListAttachedRolePolicies",
|
|
285
|
+
"iam:ListAttachedUserPolicies",
|
|
286
|
+
"iam:ListCloudFrontPublicKeys",
|
|
287
|
+
"iam:ListEntitiesForPolicy",
|
|
288
|
+
"iam:ListGroupPolicies",
|
|
289
|
+
"iam:ListGroups",
|
|
290
|
+
"iam:ListGroupsForUser",
|
|
291
|
+
"iam:ListInstanceProfileTags",
|
|
292
|
+
"iam:ListInstanceProfiles",
|
|
293
|
+
"iam:ListInstanceProfilesForRole",
|
|
294
|
+
"iam:ListMFADeviceTags",
|
|
295
|
+
"iam:ListMFADevices",
|
|
296
|
+
"iam:ListOpenIDConnectProviderTags",
|
|
297
|
+
"iam:ListOpenIDConnectProviders",
|
|
298
|
+
"iam:ListPolicies",
|
|
299
|
+
"iam:ListPoliciesGrantingServiceAccess",
|
|
300
|
+
"iam:ListPolicyTags",
|
|
301
|
+
"iam:ListPolicyVersions",
|
|
302
|
+
"iam:ListRolePolicies",
|
|
303
|
+
"iam:ListRoleTags",
|
|
304
|
+
"iam:ListRoles",
|
|
305
|
+
"iam:ListSAMLProviderTags",
|
|
306
|
+
"iam:ListSAMLProviders",
|
|
307
|
+
"iam:ListSSHPublicKeys",
|
|
308
|
+
"iam:ListSTSRegionalEndpointsStatus",
|
|
309
|
+
"iam:ListServerCertificateTags",
|
|
310
|
+
"iam:ListServerCertificates",
|
|
311
|
+
"iam:ListServiceSpecificCredentials",
|
|
312
|
+
"iam:ListSigningCertificates",
|
|
313
|
+
"iam:ListUserPolicies",
|
|
314
|
+
"iam:ListUserTags",
|
|
315
|
+
"iam:ListUsers",
|
|
316
|
+
"iam:ListVirtualMFADevices",
|
|
317
|
+
"iam:PassRole",
|
|
318
|
+
"iam:PutGroupPolicy",
|
|
319
|
+
"iam:PutRolePermissionsBoundary",
|
|
320
|
+
"iam:PutRolePolicy",
|
|
321
|
+
"iam:PutUserPermissionsBoundary",
|
|
322
|
+
"iam:PutUserPolicy",
|
|
323
|
+
"iam:RemoveClientIDFromOpenIDConnectProvider",
|
|
324
|
+
"iam:RemoveRoleFromInstanceProfile",
|
|
325
|
+
"iam:RemoveUserFromGroup",
|
|
326
|
+
"iam:ResetServiceSpecificCredential",
|
|
327
|
+
"iam:ResyncMFADevice",
|
|
328
|
+
"iam:SetDefaultPolicyVersion",
|
|
329
|
+
"iam:SetSTSRegionalEndpointStatus",
|
|
330
|
+
"iam:SetSecurityTokenServicePreferences",
|
|
331
|
+
"iam:SimulateCustomPolicy",
|
|
332
|
+
"iam:SimulatePrincipalPolicy",
|
|
333
|
+
"iam:TagInstanceProfile",
|
|
334
|
+
"iam:TagMFADevice",
|
|
335
|
+
"iam:TagOpenIDConnectProvider",
|
|
336
|
+
"iam:TagPolicy",
|
|
337
|
+
"iam:TagRole",
|
|
338
|
+
"iam:TagSAMLProvider",
|
|
339
|
+
"iam:TagServerCertificate",
|
|
340
|
+
"iam:TagUser",
|
|
341
|
+
"iam:UntagInstanceProfile",
|
|
342
|
+
"iam:UntagMFADevice",
|
|
343
|
+
"iam:UntagOpenIDConnectProvider",
|
|
344
|
+
"iam:UntagPolicy",
|
|
345
|
+
"iam:UntagRole",
|
|
346
|
+
"iam:UntagSAMLProvider",
|
|
347
|
+
"iam:UntagServerCertificate",
|
|
348
|
+
"iam:UntagUser",
|
|
349
|
+
"iam:UpdateAccessKey",
|
|
350
|
+
"iam:UpdateAccountEmailAddress",
|
|
351
|
+
"iam:UpdateAccountName",
|
|
352
|
+
"iam:UpdateAccountPasswordPolicy",
|
|
353
|
+
"iam:UpdateAssumeRolePolicy",
|
|
354
|
+
"iam:UpdateCloudFrontPublicKey",
|
|
355
|
+
"iam:UpdateGroup",
|
|
356
|
+
"iam:UpdateLoginProfile",
|
|
357
|
+
"iam:UpdateOpenIDConnectProviderThumbprint",
|
|
358
|
+
"iam:UpdateRole",
|
|
359
|
+
"iam:UpdateRoleDescription",
|
|
360
|
+
"iam:UpdateSAMLProvider",
|
|
361
|
+
"iam:UpdateSSHPublicKey",
|
|
362
|
+
"iam:UpdateServerCertificate",
|
|
363
|
+
"iam:UpdateServiceSpecificCredential",
|
|
364
|
+
"iam:UpdateSigningCertificate",
|
|
365
|
+
"iam:UpdateUser",
|
|
366
|
+
"iam:UploadCloudFrontPublicKey",
|
|
367
|
+
"iam:UploadSSHPublicKey",
|
|
368
|
+
"iam:UploadServerCertificate",
|
|
369
|
+
"iam:UploadSigningCertificate"
|
|
370
|
+
]
|
|
371
|
+
}
|
|
372
|
+
},
|
|
2
373
|
{
|
|
3
374
|
"dateOfChange": "2023-06-22",
|
|
4
375
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -12191,7 +12191,9 @@
|
|
|
12191
12191
|
{
|
|
12192
12192
|
"resourceType": "",
|
|
12193
12193
|
"required": false,
|
|
12194
|
-
"conditionKeys": [
|
|
12194
|
+
"conditionKeys": [
|
|
12195
|
+
"aws:TagKeys"
|
|
12196
|
+
],
|
|
12195
12197
|
"dependentActions": []
|
|
12196
12198
|
}
|
|
12197
12199
|
]
|
|
@@ -12200,7 +12202,7 @@
|
|
|
12200
12202
|
"name": "DescribeAgents",
|
|
12201
12203
|
"apiReferenceUrl": "https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeAgents.html",
|
|
12202
12204
|
"permissionOnly": false,
|
|
12203
|
-
"description": "Grants permission to DescribeAgents API. DescribeAgents lists agents or the Connector by ID or lists all agents/Connectors associated with your user
|
|
12205
|
+
"description": "Grants permission to DescribeAgents API. DescribeAgents lists agents or the Connector by ID or lists all agents/Connectors associated with your user if you did not specify an ID",
|
|
12204
12206
|
"accessLevel": "Read",
|
|
12205
12207
|
"resourceTypes": [
|
|
12206
12208
|
{
|
|
@@ -12230,7 +12232,7 @@
|
|
|
12230
12232
|
"name": "DescribeContinuousExports",
|
|
12231
12233
|
"apiReferenceUrl": "https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeContinuousExports.html",
|
|
12232
12234
|
"permissionOnly": false,
|
|
12233
|
-
"description": "Grants permission to DescribeContinuousExports API. DescribeContinuousExports lists exports as specified by ID. All continuous exports associated with your user
|
|
12235
|
+
"description": "Grants permission to DescribeContinuousExports API. DescribeContinuousExports lists exports as specified by ID. All continuous exports associated with your user can be listed if you call DescribeContinuousExports as is without passing any parameters",
|
|
12234
12236
|
"accessLevel": "Read",
|
|
12235
12237
|
"resourceTypes": [
|
|
12236
12238
|
{
|
|
@@ -12275,7 +12277,7 @@
|
|
|
12275
12277
|
"name": "DescribeImportTasks",
|
|
12276
12278
|
"apiReferenceUrl": "https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeImportTasks.html",
|
|
12277
12279
|
"permissionOnly": false,
|
|
12278
|
-
"description": "Grants permission to DescribeImportTasks API. DescribeImportTasks returns an array of import tasks for your
|
|
12280
|
+
"description": "Grants permission to DescribeImportTasks API. DescribeImportTasks returns an array of import tasks for your user, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more",
|
|
12279
12281
|
"accessLevel": "List",
|
|
12280
12282
|
"resourceTypes": [
|
|
12281
12283
|
{
|
|
@@ -12456,7 +12458,9 @@
|
|
|
12456
12458
|
"discovery:AssociateConfigurationItemsToApplication",
|
|
12457
12459
|
"discovery:CreateApplication",
|
|
12458
12460
|
"discovery:CreateTags",
|
|
12459
|
-
"discovery:
|
|
12461
|
+
"discovery:GetDiscoverySummary",
|
|
12462
|
+
"discovery:ListConfigurations",
|
|
12463
|
+
"s3:GetObject"
|
|
12460
12464
|
]
|
|
12461
12465
|
}
|
|
12462
12466
|
]
|
|
@@ -12508,7 +12512,14 @@
|
|
|
12508
12512
|
}
|
|
12509
12513
|
],
|
|
12510
12514
|
"resourceTypes": [],
|
|
12511
|
-
"conditionKeys": [
|
|
12515
|
+
"conditionKeys": [
|
|
12516
|
+
{
|
|
12517
|
+
"name": "aws:TagKeys",
|
|
12518
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
12519
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
12520
|
+
"type": "ArrayOfString"
|
|
12521
|
+
}
|
|
12522
|
+
]
|
|
12512
12523
|
},
|
|
12513
12524
|
{
|
|
12514
12525
|
"name": "AWS Application Migration Service",
|
|
@@ -108180,19 +108191,19 @@
|
|
|
108180
108191
|
"name": "ec2-instance-connect:maxTunnelDuration",
|
|
108181
108192
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#instance-connect-max-duration",
|
|
108182
108193
|
"description": "Filters access by maximum session duration associated with the instance",
|
|
108183
|
-
"type": "
|
|
108194
|
+
"type": "Numeric"
|
|
108184
108195
|
},
|
|
108185
108196
|
{
|
|
108186
108197
|
"name": "ec2-instance-connect:privateIpAddress",
|
|
108187
108198
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#instance-connect-pvt-ip",
|
|
108188
108199
|
"description": "Filters access by private IP Address associated with the instance",
|
|
108189
|
-
"type": "
|
|
108200
|
+
"type": "IPAddress"
|
|
108190
108201
|
},
|
|
108191
108202
|
{
|
|
108192
108203
|
"name": "ec2-instance-connect:remotePort",
|
|
108193
108204
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#instance-connect-remote-port",
|
|
108194
108205
|
"description": "Filters access by port number associated with the instance",
|
|
108195
|
-
"type": "
|
|
108206
|
+
"type": "Numeric"
|
|
108196
108207
|
},
|
|
108197
108208
|
{
|
|
108198
108209
|
"name": "ec2:ResourceTag/${TagKey}",
|
|
@@ -152697,8 +152708,8 @@
|
|
|
152697
152708
|
"conditionKeys": []
|
|
152698
152709
|
},
|
|
152699
152710
|
{
|
|
152700
|
-
"name": "AWS Identity and Access Management",
|
|
152701
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/
|
|
152711
|
+
"name": "AWS Identity and Access Management (IAM)",
|
|
152712
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsidentityandaccessmanagementiam.html",
|
|
152702
152713
|
"servicePrefix": "iam",
|
|
152703
152714
|
"actions": [
|
|
152704
152715
|
{
|
|
@@ -152823,7 +152834,7 @@
|
|
|
152823
152834
|
"name": "ChangePassword",
|
|
152824
152835
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/APIReference/API_ChangePassword.html",
|
|
152825
152836
|
"permissionOnly": false,
|
|
152826
|
-
"description": "Grants permission
|
|
152837
|
+
"description": "Grants permission to an IAM user to change their own password",
|
|
152827
152838
|
"accessLevel": "Write",
|
|
152828
152839
|
"resourceTypes": [
|
|
152829
152840
|
{
|
|
@@ -153613,6 +153624,17 @@
|
|
|
153613
153624
|
"required": true,
|
|
153614
153625
|
"conditionKeys": [],
|
|
153615
153626
|
"dependentActions": []
|
|
153627
|
+
},
|
|
153628
|
+
{
|
|
153629
|
+
"resourceType": "",
|
|
153630
|
+
"required": false,
|
|
153631
|
+
"conditionKeys": [
|
|
153632
|
+
"iam:RegisterSecurityKey",
|
|
153633
|
+
"iam:FIDO-FIPS-140-2-certification",
|
|
153634
|
+
"iam:FIDO-FIPS-140-3-certification",
|
|
153635
|
+
"iam:FIDO-certification"
|
|
153636
|
+
],
|
|
153637
|
+
"dependentActions": []
|
|
153616
153638
|
}
|
|
153617
153639
|
]
|
|
153618
153640
|
},
|
|
@@ -153916,6 +153938,21 @@
|
|
|
153916
153938
|
}
|
|
153917
153939
|
]
|
|
153918
153940
|
},
|
|
153941
|
+
{
|
|
153942
|
+
"name": "GetMFADevice",
|
|
153943
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetMFADevice.html",
|
|
153944
|
+
"permissionOnly": false,
|
|
153945
|
+
"description": "Grants permission to retrieve information about an MFA device for the specified user",
|
|
153946
|
+
"accessLevel": "Read",
|
|
153947
|
+
"resourceTypes": [
|
|
153948
|
+
{
|
|
153949
|
+
"resourceType": "user",
|
|
153950
|
+
"required": true,
|
|
153951
|
+
"conditionKeys": [],
|
|
153952
|
+
"dependentActions": []
|
|
153953
|
+
}
|
|
153954
|
+
]
|
|
153955
|
+
},
|
|
153919
153956
|
{
|
|
153920
153957
|
"name": "GetOpenIDConnectProvider",
|
|
153921
153958
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOpenIDConnectProvider.html",
|
|
@@ -154299,8 +154336,8 @@
|
|
|
154299
154336
|
"accessLevel": "List",
|
|
154300
154337
|
"resourceTypes": [
|
|
154301
154338
|
{
|
|
154302
|
-
"resourceType": "
|
|
154303
|
-
"required":
|
|
154339
|
+
"resourceType": "",
|
|
154340
|
+
"required": false,
|
|
154304
154341
|
"conditionKeys": [],
|
|
154305
154342
|
"dependentActions": []
|
|
154306
154343
|
}
|
|
@@ -155798,9 +155835,27 @@
|
|
|
155798
155835
|
{
|
|
155799
155836
|
"name": "iam:AssociatedResourceArn",
|
|
155800
155837
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_AssociatedResourceArn",
|
|
155801
|
-
"description": "Filters by the resource that the role will be used on behalf of",
|
|
155838
|
+
"description": "Filters access by the resource that the role will be used on behalf of",
|
|
155802
155839
|
"type": "ARN"
|
|
155803
155840
|
},
|
|
155841
|
+
{
|
|
155842
|
+
"name": "iam:FIDO-FIPS-140-2-certification",
|
|
155843
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_FIDO-FIPS-140-2-certification",
|
|
155844
|
+
"description": "Filters access by the MFA device FIPS-140-2 validation certification level at the time of registration of a FIDO security key",
|
|
155845
|
+
"type": "String"
|
|
155846
|
+
},
|
|
155847
|
+
{
|
|
155848
|
+
"name": "iam:FIDO-FIPS-140-3-certification",
|
|
155849
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_FIDO-FIPS-140-3-certification",
|
|
155850
|
+
"description": "Filters access by the MFA device FIPS-140-3 validation certification level at the time of registration of a FIDO security key",
|
|
155851
|
+
"type": "String"
|
|
155852
|
+
},
|
|
155853
|
+
{
|
|
155854
|
+
"name": "iam:FIDO-certification",
|
|
155855
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_FIDO-certification",
|
|
155856
|
+
"description": "Filters access by the MFA device FIDO certification level at the time of registration of a FIDO security key",
|
|
155857
|
+
"type": "String"
|
|
155858
|
+
},
|
|
155804
155859
|
{
|
|
155805
155860
|
"name": "iam:OrganizationsPolicyId",
|
|
155806
155861
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_OrganizationsPolicyId",
|
|
@@ -155825,6 +155880,12 @@
|
|
|
155825
155880
|
"description": "Filters access by the ARN of an IAM policy",
|
|
155826
155881
|
"type": "ARN"
|
|
155827
155882
|
},
|
|
155883
|
+
{
|
|
155884
|
+
"name": "iam:RegisterSecurityKey",
|
|
155885
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_RegisterSecurityKey",
|
|
155886
|
+
"description": "Filters access by the current state of MFA device enablement",
|
|
155887
|
+
"type": "String"
|
|
155888
|
+
},
|
|
155828
155889
|
{
|
|
155829
155890
|
"name": "iam:ResourceTag/${TagKey}",
|
|
155830
155891
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_ResourceTag",
|
|
@@ -178106,6 +178167,21 @@
|
|
|
178106
178167
|
}
|
|
178107
178168
|
]
|
|
178108
178169
|
},
|
|
178170
|
+
{
|
|
178171
|
+
"name": "Retrieve",
|
|
178172
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/kendra/latest/dg/API_Retrieve.html",
|
|
178173
|
+
"permissionOnly": false,
|
|
178174
|
+
"description": "Grants permission to retrieve relevant content from an index",
|
|
178175
|
+
"accessLevel": "Read",
|
|
178176
|
+
"resourceTypes": [
|
|
178177
|
+
{
|
|
178178
|
+
"resourceType": "index",
|
|
178179
|
+
"required": true,
|
|
178180
|
+
"conditionKeys": [],
|
|
178181
|
+
"dependentActions": []
|
|
178182
|
+
}
|
|
178183
|
+
]
|
|
178184
|
+
},
|
|
178109
178185
|
{
|
|
178110
178186
|
"name": "StartDataSourceSyncJob",
|
|
178111
178187
|
"apiReferenceUrl": "https://docs.aws.amazon.com/kendra/latest/dg/API_StartDataSourceSyncJob.html",
|
|
@@ -210221,43 +210297,43 @@
|
|
|
210221
210297
|
"name": "networkmanager:cgwArn",
|
|
210222
210298
|
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc/latest/tgw/nm-security-iam.html",
|
|
210223
210299
|
"description": "Filters access by which customer gateways can be associated or disassociated",
|
|
210224
|
-
"type": "
|
|
210300
|
+
"type": "ARN"
|
|
210225
210301
|
},
|
|
210226
210302
|
{
|
|
210227
210303
|
"name": "networkmanager:subnetArns",
|
|
210228
210304
|
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc/latest/tgw/nm-security-iam.html",
|
|
210229
210305
|
"description": "Filters access by which VPC subnets can be added or removed from a VPC attachment",
|
|
210230
|
-
"type": "
|
|
210306
|
+
"type": "ArrayOfARN"
|
|
210231
210307
|
},
|
|
210232
210308
|
{
|
|
210233
210309
|
"name": "networkmanager:tgwArn",
|
|
210234
210310
|
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc/latest/tgw/nm-security-iam.html",
|
|
210235
210311
|
"description": "Filters access by which transit gateways can be registered, deregistered, or peered",
|
|
210236
|
-
"type": "
|
|
210312
|
+
"type": "ARN"
|
|
210237
210313
|
},
|
|
210238
210314
|
{
|
|
210239
210315
|
"name": "networkmanager:tgwConnectPeerArn",
|
|
210240
210316
|
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc/latest/tgw/nm-security-iam.html",
|
|
210241
210317
|
"description": "Filters access by which transit gateway connect peers can be associated or disassociated",
|
|
210242
|
-
"type": "
|
|
210318
|
+
"type": "ARN"
|
|
210243
210319
|
},
|
|
210244
210320
|
{
|
|
210245
210321
|
"name": "networkmanager:tgwRtbArn",
|
|
210246
210322
|
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc/latest/tgw/nm-security-iam.html",
|
|
210247
210323
|
"description": "Filters access by which Transit Gateway Route Table can be used to create an attachment",
|
|
210248
|
-
"type": "
|
|
210324
|
+
"type": "ARN"
|
|
210249
210325
|
},
|
|
210250
210326
|
{
|
|
210251
210327
|
"name": "networkmanager:vpcArn",
|
|
210252
210328
|
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc/latest/tgw/nm-security-iam.html",
|
|
210253
210329
|
"description": "Filters access by which VPC can be used to a create/update attachment",
|
|
210254
|
-
"type": "
|
|
210330
|
+
"type": "ARN"
|
|
210255
210331
|
},
|
|
210256
210332
|
{
|
|
210257
210333
|
"name": "networkmanager:vpnConnectionArn",
|
|
210258
210334
|
"apiReferenceUrl": "https://docs.aws.amazon.com/vpc/latest/tgw/nm-security-iam.html",
|
|
210259
210335
|
"description": "Filters access by which Site-to-Site VPN can be used to a create/update attachment",
|
|
210260
|
-
"type": "
|
|
210336
|
+
"type": "ARN"
|
|
210261
210337
|
}
|
|
210262
210338
|
]
|
|
210263
210339
|
},
|
|
@@ -282729,7 +282805,9 @@
|
|
|
282729
282805
|
"resourceType": "statemachine",
|
|
282730
282806
|
"required": true,
|
|
282731
282807
|
"conditionKeys": [],
|
|
282732
|
-
"dependentActions": [
|
|
282808
|
+
"dependentActions": [
|
|
282809
|
+
"states:PublishStateMachineVersion"
|
|
282810
|
+
]
|
|
282733
282811
|
},
|
|
282734
282812
|
{
|
|
282735
282813
|
"resourceType": "",
|
|
@@ -282742,6 +282820,29 @@
|
|
|
282742
282820
|
}
|
|
282743
282821
|
]
|
|
282744
282822
|
},
|
|
282823
|
+
{
|
|
282824
|
+
"name": "CreateStateMachineAlias",
|
|
282825
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_CreateStateMachineAlias.html",
|
|
282826
|
+
"permissionOnly": false,
|
|
282827
|
+
"description": "Grants permission to create a state machine alias",
|
|
282828
|
+
"accessLevel": "Write",
|
|
282829
|
+
"resourceTypes": [
|
|
282830
|
+
{
|
|
282831
|
+
"resourceType": "statemachine",
|
|
282832
|
+
"required": true,
|
|
282833
|
+
"conditionKeys": [],
|
|
282834
|
+
"dependentActions": []
|
|
282835
|
+
},
|
|
282836
|
+
{
|
|
282837
|
+
"resourceType": "",
|
|
282838
|
+
"required": false,
|
|
282839
|
+
"conditionKeys": [
|
|
282840
|
+
"states:StateMachineQualifier"
|
|
282841
|
+
],
|
|
282842
|
+
"dependentActions": []
|
|
282843
|
+
}
|
|
282844
|
+
]
|
|
282845
|
+
},
|
|
282745
282846
|
{
|
|
282746
282847
|
"name": "DeleteActivity",
|
|
282747
282848
|
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_DeleteActivity.html",
|
|
@@ -282772,6 +282873,52 @@
|
|
|
282772
282873
|
}
|
|
282773
282874
|
]
|
|
282774
282875
|
},
|
|
282876
|
+
{
|
|
282877
|
+
"name": "DeleteStateMachineAlias",
|
|
282878
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_DeleteStateMachineAlias.html",
|
|
282879
|
+
"permissionOnly": false,
|
|
282880
|
+
"description": "Grants permission to delete a state machine alias",
|
|
282881
|
+
"accessLevel": "Write",
|
|
282882
|
+
"resourceTypes": [
|
|
282883
|
+
{
|
|
282884
|
+
"resourceType": "statemachine",
|
|
282885
|
+
"required": true,
|
|
282886
|
+
"conditionKeys": [],
|
|
282887
|
+
"dependentActions": []
|
|
282888
|
+
},
|
|
282889
|
+
{
|
|
282890
|
+
"resourceType": "",
|
|
282891
|
+
"required": false,
|
|
282892
|
+
"conditionKeys": [
|
|
282893
|
+
"states:StateMachineQualifier"
|
|
282894
|
+
],
|
|
282895
|
+
"dependentActions": []
|
|
282896
|
+
}
|
|
282897
|
+
]
|
|
282898
|
+
},
|
|
282899
|
+
{
|
|
282900
|
+
"name": "DeleteStateMachineVersion",
|
|
282901
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_DeleteStateMachineVersion.html",
|
|
282902
|
+
"permissionOnly": false,
|
|
282903
|
+
"description": "Grants permission to delete a state machine version",
|
|
282904
|
+
"accessLevel": "Write",
|
|
282905
|
+
"resourceTypes": [
|
|
282906
|
+
{
|
|
282907
|
+
"resourceType": "statemachine",
|
|
282908
|
+
"required": true,
|
|
282909
|
+
"conditionKeys": [],
|
|
282910
|
+
"dependentActions": []
|
|
282911
|
+
},
|
|
282912
|
+
{
|
|
282913
|
+
"resourceType": "",
|
|
282914
|
+
"required": false,
|
|
282915
|
+
"conditionKeys": [
|
|
282916
|
+
"states:StateMachineQualifier"
|
|
282917
|
+
],
|
|
282918
|
+
"dependentActions": []
|
|
282919
|
+
}
|
|
282920
|
+
]
|
|
282921
|
+
},
|
|
282775
282922
|
{
|
|
282776
282923
|
"name": "DescribeActivity",
|
|
282777
282924
|
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_DescribeActivity.html",
|
|
@@ -282835,6 +282982,37 @@
|
|
|
282835
282982
|
"required": true,
|
|
282836
282983
|
"conditionKeys": [],
|
|
282837
282984
|
"dependentActions": []
|
|
282985
|
+
},
|
|
282986
|
+
{
|
|
282987
|
+
"resourceType": "",
|
|
282988
|
+
"required": false,
|
|
282989
|
+
"conditionKeys": [
|
|
282990
|
+
"states:StateMachineQualifier"
|
|
282991
|
+
],
|
|
282992
|
+
"dependentActions": []
|
|
282993
|
+
}
|
|
282994
|
+
]
|
|
282995
|
+
},
|
|
282996
|
+
{
|
|
282997
|
+
"name": "DescribeStateMachineAlias",
|
|
282998
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_DescribeStateMachineAlias.html",
|
|
282999
|
+
"permissionOnly": false,
|
|
283000
|
+
"description": "Grants permission to describe a state machine alias",
|
|
283001
|
+
"accessLevel": "Read",
|
|
283002
|
+
"resourceTypes": [
|
|
283003
|
+
{
|
|
283004
|
+
"resourceType": "statemachine",
|
|
283005
|
+
"required": true,
|
|
283006
|
+
"conditionKeys": [],
|
|
283007
|
+
"dependentActions": []
|
|
283008
|
+
},
|
|
283009
|
+
{
|
|
283010
|
+
"resourceType": "",
|
|
283011
|
+
"required": false,
|
|
283012
|
+
"conditionKeys": [
|
|
283013
|
+
"states:StateMachineQualifier"
|
|
283014
|
+
],
|
|
283015
|
+
"dependentActions": []
|
|
282838
283016
|
}
|
|
282839
283017
|
]
|
|
282840
283018
|
},
|
|
@@ -282903,7 +283081,7 @@
|
|
|
282903
283081
|
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_ListExecutions.html",
|
|
282904
283082
|
"permissionOnly": false,
|
|
282905
283083
|
"description": "Grants permission to list the executions of a state machine",
|
|
282906
|
-
"accessLevel": "
|
|
283084
|
+
"accessLevel": "List",
|
|
282907
283085
|
"resourceTypes": [
|
|
282908
283086
|
{
|
|
282909
283087
|
"resourceType": "maprun",
|
|
@@ -282916,6 +283094,14 @@
|
|
|
282916
283094
|
"required": true,
|
|
282917
283095
|
"conditionKeys": [],
|
|
282918
283096
|
"dependentActions": []
|
|
283097
|
+
},
|
|
283098
|
+
{
|
|
283099
|
+
"resourceType": "",
|
|
283100
|
+
"required": false,
|
|
283101
|
+
"conditionKeys": [
|
|
283102
|
+
"states:StateMachineQualifier"
|
|
283103
|
+
],
|
|
283104
|
+
"dependentActions": []
|
|
282919
283105
|
}
|
|
282920
283106
|
]
|
|
282921
283107
|
},
|
|
@@ -282934,6 +283120,44 @@
|
|
|
282934
283120
|
}
|
|
282935
283121
|
]
|
|
282936
283122
|
},
|
|
283123
|
+
{
|
|
283124
|
+
"name": "ListStateMachineAliases",
|
|
283125
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_ListStateMachineAliases.html",
|
|
283126
|
+
"permissionOnly": false,
|
|
283127
|
+
"description": "Grants permission to list the aliases of a state machine",
|
|
283128
|
+
"accessLevel": "List",
|
|
283129
|
+
"resourceTypes": [
|
|
283130
|
+
{
|
|
283131
|
+
"resourceType": "statemachine",
|
|
283132
|
+
"required": true,
|
|
283133
|
+
"conditionKeys": [],
|
|
283134
|
+
"dependentActions": []
|
|
283135
|
+
},
|
|
283136
|
+
{
|
|
283137
|
+
"resourceType": "",
|
|
283138
|
+
"required": false,
|
|
283139
|
+
"conditionKeys": [
|
|
283140
|
+
"states:StateMachineQualifier"
|
|
283141
|
+
],
|
|
283142
|
+
"dependentActions": []
|
|
283143
|
+
}
|
|
283144
|
+
]
|
|
283145
|
+
},
|
|
283146
|
+
{
|
|
283147
|
+
"name": "ListStateMachineVersions",
|
|
283148
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_ListStateMachineVersions.html",
|
|
283149
|
+
"permissionOnly": false,
|
|
283150
|
+
"description": "Grants permission to list the versions of a state machine",
|
|
283151
|
+
"accessLevel": "List",
|
|
283152
|
+
"resourceTypes": [
|
|
283153
|
+
{
|
|
283154
|
+
"resourceType": "statemachine",
|
|
283155
|
+
"required": true,
|
|
283156
|
+
"conditionKeys": [],
|
|
283157
|
+
"dependentActions": []
|
|
283158
|
+
}
|
|
283159
|
+
]
|
|
283160
|
+
},
|
|
282937
283161
|
{
|
|
282938
283162
|
"name": "ListStateMachines",
|
|
282939
283163
|
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_ListStateMachines.html",
|
|
@@ -282954,7 +283178,7 @@
|
|
|
282954
283178
|
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_ListTagsForResource.html",
|
|
282955
283179
|
"permissionOnly": false,
|
|
282956
283180
|
"description": "Grants permission to list tags for an AWS Step Functions resource",
|
|
282957
|
-
"accessLevel": "
|
|
283181
|
+
"accessLevel": "List",
|
|
282958
283182
|
"resourceTypes": [
|
|
282959
283183
|
{
|
|
282960
283184
|
"resourceType": "activity",
|
|
@@ -282970,6 +283194,21 @@
|
|
|
282970
283194
|
}
|
|
282971
283195
|
]
|
|
282972
283196
|
},
|
|
283197
|
+
{
|
|
283198
|
+
"name": "PublishStateMachineVersion",
|
|
283199
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_PublishStateMachineVersion.html",
|
|
283200
|
+
"permissionOnly": false,
|
|
283201
|
+
"description": "Grants permission to publish a state machine version",
|
|
283202
|
+
"accessLevel": "Write",
|
|
283203
|
+
"resourceTypes": [
|
|
283204
|
+
{
|
|
283205
|
+
"resourceType": "statemachine",
|
|
283206
|
+
"required": true,
|
|
283207
|
+
"conditionKeys": [],
|
|
283208
|
+
"dependentActions": []
|
|
283209
|
+
}
|
|
283210
|
+
]
|
|
283211
|
+
},
|
|
282973
283212
|
{
|
|
282974
283213
|
"name": "SendTaskFailure",
|
|
282975
283214
|
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_SendTaskFailure.html",
|
|
@@ -283027,6 +283266,14 @@
|
|
|
283027
283266
|
"required": true,
|
|
283028
283267
|
"conditionKeys": [],
|
|
283029
283268
|
"dependentActions": []
|
|
283269
|
+
},
|
|
283270
|
+
{
|
|
283271
|
+
"resourceType": "",
|
|
283272
|
+
"required": false,
|
|
283273
|
+
"conditionKeys": [
|
|
283274
|
+
"states:StateMachineQualifier"
|
|
283275
|
+
],
|
|
283276
|
+
"dependentActions": []
|
|
283030
283277
|
}
|
|
283031
283278
|
]
|
|
283032
283279
|
},
|
|
@@ -283042,6 +283289,14 @@
|
|
|
283042
283289
|
"required": true,
|
|
283043
283290
|
"conditionKeys": [],
|
|
283044
283291
|
"dependentActions": []
|
|
283292
|
+
},
|
|
283293
|
+
{
|
|
283294
|
+
"resourceType": "",
|
|
283295
|
+
"required": false,
|
|
283296
|
+
"conditionKeys": [
|
|
283297
|
+
"states:StateMachineQualifier"
|
|
283298
|
+
],
|
|
283299
|
+
"dependentActions": []
|
|
283045
283300
|
}
|
|
283046
283301
|
]
|
|
283047
283302
|
},
|
|
@@ -283145,7 +283400,9 @@
|
|
|
283145
283400
|
"resourceType": "statemachine",
|
|
283146
283401
|
"required": true,
|
|
283147
283402
|
"conditionKeys": [],
|
|
283148
|
-
"dependentActions": [
|
|
283403
|
+
"dependentActions": [
|
|
283404
|
+
"states:PublishStateMachineVersion"
|
|
283405
|
+
]
|
|
283149
283406
|
},
|
|
283150
283407
|
{
|
|
283151
283408
|
"resourceType": "",
|
|
@@ -283157,6 +283414,29 @@
|
|
|
283157
283414
|
"dependentActions": []
|
|
283158
283415
|
}
|
|
283159
283416
|
]
|
|
283417
|
+
},
|
|
283418
|
+
{
|
|
283419
|
+
"name": "UpdateStateMachineAlias",
|
|
283420
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/apireference/API_UpdateStateMachineAlias.html",
|
|
283421
|
+
"permissionOnly": false,
|
|
283422
|
+
"description": "Grants permission to update a state machine alias",
|
|
283423
|
+
"accessLevel": "Write",
|
|
283424
|
+
"resourceTypes": [
|
|
283425
|
+
{
|
|
283426
|
+
"resourceType": "statemachine",
|
|
283427
|
+
"required": true,
|
|
283428
|
+
"conditionKeys": [],
|
|
283429
|
+
"dependentActions": []
|
|
283430
|
+
},
|
|
283431
|
+
{
|
|
283432
|
+
"resourceType": "",
|
|
283433
|
+
"required": false,
|
|
283434
|
+
"conditionKeys": [
|
|
283435
|
+
"states:StateMachineQualifier"
|
|
283436
|
+
],
|
|
283437
|
+
"dependentActions": []
|
|
283438
|
+
}
|
|
283439
|
+
]
|
|
283160
283440
|
}
|
|
283161
283441
|
],
|
|
283162
283442
|
"resourceTypes": [
|
|
@@ -283190,6 +283470,18 @@
|
|
|
283190
283470
|
"aws:ResourceTag/${TagKey}"
|
|
283191
283471
|
]
|
|
283192
283472
|
},
|
|
283473
|
+
{
|
|
283474
|
+
"name": "statemachineversion",
|
|
283475
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/dg/concepts-cd-aliasing-versioning.html",
|
|
283476
|
+
"arnPattern": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineVersionId}",
|
|
283477
|
+
"conditionKeys": []
|
|
283478
|
+
},
|
|
283479
|
+
{
|
|
283480
|
+
"name": "statemachinealias",
|
|
283481
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/dg/concepts-cd-aliasing-versioning.html",
|
|
283482
|
+
"arnPattern": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineAliasName}",
|
|
283483
|
+
"conditionKeys": []
|
|
283484
|
+
},
|
|
283193
283485
|
{
|
|
283194
283486
|
"name": "maprun",
|
|
283195
283487
|
"apiReferenceUrl": "https://docs.aws.amazon.com/step-functions/latest/dg/concepts-examine-map-run.html",
|
|
@@ -283215,6 +283507,12 @@
|
|
|
283215
283507
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
283216
283508
|
"description": "Filters access by a list of tag keys that are allowed in the request",
|
|
283217
283509
|
"type": "ArrayOfString"
|
|
283510
|
+
},
|
|
283511
|
+
{
|
|
283512
|
+
"name": "states:StateMachineQualifier",
|
|
283513
|
+
"apiReferenceUrl": "concepts-cd-aliasing-versioning.html",
|
|
283514
|
+
"description": "Filters access by the qualifier of a state machine ARN",
|
|
283515
|
+
"type": "String"
|
|
283218
283516
|
}
|
|
283219
283517
|
]
|
|
283220
283518
|
},
|
|
@@ -284212,8 +284510,8 @@
|
|
|
284212
284510
|
"accessLevel": "List",
|
|
284213
284511
|
"resourceTypes": [
|
|
284214
284512
|
{
|
|
284215
|
-
"resourceType": "
|
|
284216
|
-
"required":
|
|
284513
|
+
"resourceType": "",
|
|
284514
|
+
"required": false,
|
|
284217
284515
|
"conditionKeys": [],
|
|
284218
284516
|
"dependentActions": []
|
|
284219
284517
|
}
|
|
@@ -284227,8 +284525,8 @@
|
|
|
284227
284525
|
"accessLevel": "List",
|
|
284228
284526
|
"resourceTypes": [
|
|
284229
284527
|
{
|
|
284230
|
-
"resourceType": "
|
|
284231
|
-
"required":
|
|
284528
|
+
"resourceType": "",
|
|
284529
|
+
"required": false,
|
|
284232
284530
|
"conditionKeys": [],
|
|
284233
284531
|
"dependentActions": []
|
|
284234
284532
|
}
|
|
@@ -284242,8 +284540,8 @@
|
|
|
284242
284540
|
"accessLevel": "List",
|
|
284243
284541
|
"resourceTypes": [
|
|
284244
284542
|
{
|
|
284245
|
-
"resourceType": "
|
|
284246
|
-
"required":
|
|
284543
|
+
"resourceType": "",
|
|
284544
|
+
"required": false,
|
|
284247
284545
|
"conditionKeys": [],
|
|
284248
284546
|
"dependentActions": []
|
|
284249
284547
|
}
|
|
@@ -284320,8 +284618,8 @@
|
|
|
284320
284618
|
"accessLevel": "List",
|
|
284321
284619
|
"resourceTypes": [
|
|
284322
284620
|
{
|
|
284323
|
-
"resourceType": "
|
|
284324
|
-
"required":
|
|
284621
|
+
"resourceType": "",
|
|
284622
|
+
"required": false,
|
|
284325
284623
|
"conditionKeys": [],
|
|
284326
284624
|
"dependentActions": []
|
|
284327
284625
|
}
|
|
@@ -284335,8 +284633,8 @@
|
|
|
284335
284633
|
"accessLevel": "List",
|
|
284336
284634
|
"resourceTypes": [
|
|
284337
284635
|
{
|
|
284338
|
-
"resourceType": "
|
|
284339
|
-
"required":
|
|
284636
|
+
"resourceType": "",
|
|
284637
|
+
"required": false,
|
|
284340
284638
|
"conditionKeys": [],
|
|
284341
284639
|
"dependentActions": []
|
|
284342
284640
|
}
|
|
@@ -284380,8 +284678,8 @@
|
|
|
284380
284678
|
"accessLevel": "List",
|
|
284381
284679
|
"resourceTypes": [
|
|
284382
284680
|
{
|
|
284383
|
-
"resourceType": "
|
|
284384
|
-
"required":
|
|
284681
|
+
"resourceType": "",
|
|
284682
|
+
"required": false,
|
|
284385
284683
|
"conditionKeys": [],
|
|
284386
284684
|
"dependentActions": []
|
|
284387
284685
|
}
|
|
@@ -1042,8 +1042,10 @@
|
|
|
1042
1042
|
],
|
|
1043
1043
|
"resourceTypesCount": 0,
|
|
1044
1044
|
"resourceTypes": [],
|
|
1045
|
-
"conditionKeysCount":
|
|
1046
|
-
"conditionKeys": [
|
|
1045
|
+
"conditionKeysCount": 1,
|
|
1046
|
+
"conditionKeys": [
|
|
1047
|
+
"aws:TagKeys"
|
|
1048
|
+
]
|
|
1047
1049
|
},
|
|
1048
1050
|
{
|
|
1049
1051
|
"name": "AWS Application Migration Service",
|
|
@@ -10942,10 +10944,10 @@
|
|
|
10942
10944
|
"conditionKeys": []
|
|
10943
10945
|
},
|
|
10944
10946
|
{
|
|
10945
|
-
"name": "AWS Identity and Access Management",
|
|
10947
|
+
"name": "AWS Identity and Access Management (IAM)",
|
|
10946
10948
|
"servicePrefix": "iam",
|
|
10947
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/
|
|
10948
|
-
"actionsCount":
|
|
10949
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsidentityandaccessmanagementiam.html",
|
|
10950
|
+
"actionsCount": 171,
|
|
10949
10951
|
"actions": [
|
|
10950
10952
|
"AddClientIDToOpenIDConnectProvider",
|
|
10951
10953
|
"AddRoleToInstanceProfile",
|
|
@@ -11014,6 +11016,7 @@
|
|
|
11014
11016
|
"GetGroupPolicy",
|
|
11015
11017
|
"GetInstanceProfile",
|
|
11016
11018
|
"GetLoginProfile",
|
|
11019
|
+
"GetMFADevice",
|
|
11017
11020
|
"GetOpenIDConnectProvider",
|
|
11018
11021
|
"GetOrganizationsAccessReport",
|
|
11019
11022
|
"GetPolicy",
|
|
@@ -11134,17 +11137,21 @@
|
|
|
11134
11137
|
"sms-mfa",
|
|
11135
11138
|
"user"
|
|
11136
11139
|
],
|
|
11137
|
-
"conditionKeysCount":
|
|
11140
|
+
"conditionKeysCount": 14,
|
|
11138
11141
|
"conditionKeys": [
|
|
11139
11142
|
"aws:RequestTag/${TagKey}",
|
|
11140
11143
|
"aws:ResourceTag/${TagKey}",
|
|
11141
11144
|
"aws:TagKeys",
|
|
11142
11145
|
"iam:AWSServiceName",
|
|
11143
11146
|
"iam:AssociatedResourceArn",
|
|
11147
|
+
"iam:FIDO-FIPS-140-2-certification",
|
|
11148
|
+
"iam:FIDO-FIPS-140-3-certification",
|
|
11149
|
+
"iam:FIDO-certification",
|
|
11144
11150
|
"iam:OrganizationsPolicyId",
|
|
11145
11151
|
"iam:PassedToService",
|
|
11146
11152
|
"iam:PermissionsBoundary",
|
|
11147
11153
|
"iam:PolicyARN",
|
|
11154
|
+
"iam:RegisterSecurityKey",
|
|
11148
11155
|
"iam:ResourceTag/${TagKey}"
|
|
11149
11156
|
]
|
|
11150
11157
|
},
|
|
@@ -12808,7 +12815,7 @@
|
|
|
12808
12815
|
"name": "Amazon Kendra",
|
|
12809
12816
|
"servicePrefix": "kendra",
|
|
12810
12817
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonkendra.html",
|
|
12811
|
-
"actionsCount":
|
|
12818
|
+
"actionsCount": 66,
|
|
12812
12819
|
"actions": [
|
|
12813
12820
|
"AssociateEntitiesToExperience",
|
|
12814
12821
|
"AssociatePersonasToEntities",
|
|
@@ -12862,6 +12869,7 @@
|
|
|
12862
12869
|
"ListThesauri",
|
|
12863
12870
|
"PutPrincipalMapping",
|
|
12864
12871
|
"Query",
|
|
12872
|
+
"Retrieve",
|
|
12865
12873
|
"StartDataSourceSyncJob",
|
|
12866
12874
|
"StopDataSourceSyncJob",
|
|
12867
12875
|
"SubmitFeedback",
|
|
@@ -20878,24 +20886,31 @@
|
|
|
20878
20886
|
"name": "AWS Step Functions",
|
|
20879
20887
|
"servicePrefix": "states",
|
|
20880
20888
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsstepfunctions.html",
|
|
20881
|
-
"actionsCount":
|
|
20889
|
+
"actionsCount": 34,
|
|
20882
20890
|
"actions": [
|
|
20883
20891
|
"CreateActivity",
|
|
20884
20892
|
"CreateStateMachine",
|
|
20893
|
+
"CreateStateMachineAlias",
|
|
20885
20894
|
"DeleteActivity",
|
|
20886
20895
|
"DeleteStateMachine",
|
|
20896
|
+
"DeleteStateMachineAlias",
|
|
20897
|
+
"DeleteStateMachineVersion",
|
|
20887
20898
|
"DescribeActivity",
|
|
20888
20899
|
"DescribeExecution",
|
|
20889
20900
|
"DescribeMapRun",
|
|
20890
20901
|
"DescribeStateMachine",
|
|
20902
|
+
"DescribeStateMachineAlias",
|
|
20891
20903
|
"DescribeStateMachineForExecution",
|
|
20892
20904
|
"GetActivityTask",
|
|
20893
20905
|
"GetExecutionHistory",
|
|
20894
20906
|
"ListActivities",
|
|
20895
20907
|
"ListExecutions",
|
|
20896
20908
|
"ListMapRuns",
|
|
20909
|
+
"ListStateMachineAliases",
|
|
20910
|
+
"ListStateMachineVersions",
|
|
20897
20911
|
"ListStateMachines",
|
|
20898
20912
|
"ListTagsForResource",
|
|
20913
|
+
"PublishStateMachineVersion",
|
|
20899
20914
|
"SendTaskFailure",
|
|
20900
20915
|
"SendTaskHeartbeat",
|
|
20901
20916
|
"SendTaskSuccess",
|
|
@@ -20905,21 +20920,25 @@
|
|
|
20905
20920
|
"TagResource",
|
|
20906
20921
|
"UntagResource",
|
|
20907
20922
|
"UpdateMapRun",
|
|
20908
|
-
"UpdateStateMachine"
|
|
20923
|
+
"UpdateStateMachine",
|
|
20924
|
+
"UpdateStateMachineAlias"
|
|
20909
20925
|
],
|
|
20910
|
-
"resourceTypesCount":
|
|
20926
|
+
"resourceTypesCount": 7,
|
|
20911
20927
|
"resourceTypes": [
|
|
20912
20928
|
"activity",
|
|
20913
20929
|
"execution",
|
|
20914
20930
|
"express",
|
|
20915
20931
|
"statemachine",
|
|
20932
|
+
"statemachineversion",
|
|
20933
|
+
"statemachinealias",
|
|
20916
20934
|
"maprun"
|
|
20917
20935
|
],
|
|
20918
|
-
"conditionKeysCount":
|
|
20936
|
+
"conditionKeysCount": 4,
|
|
20919
20937
|
"conditionKeys": [
|
|
20920
20938
|
"aws:RequestTag/${TagKey}",
|
|
20921
20939
|
"aws:ResourceTag/${TagKey}",
|
|
20922
|
-
"aws:TagKeys"
|
|
20940
|
+
"aws:TagKeys",
|
|
20941
|
+
"states:StateMachineQualifier"
|
|
20923
20942
|
]
|
|
20924
20943
|
},
|
|
20925
20944
|
{
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 8266
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4016
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2345
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
"value": 66
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
|
-
"key": "
|
|
173
|
-
"value":
|
|
172
|
+
"key": "index - arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}",
|
|
173
|
+
"value": 64
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
|
-
"key": "
|
|
176
|
+
"key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
|
|
177
177
|
"value": 63
|
|
178
178
|
},
|
|
179
179
|
{
|
|
@@ -181,8 +181,8 @@
|
|
|
181
181
|
"value": 61
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
|
-
"key": "
|
|
185
|
-
"value":
|
|
184
|
+
"key": "app-instance-user - arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/user/${AppInstanceUserId}",
|
|
185
|
+
"value": 55
|
|
186
186
|
}
|
|
187
187
|
],
|
|
188
188
|
"Services with least actions": [
|
|
@@ -257,8 +257,8 @@
|
|
|
257
257
|
"value": 183
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
"key": "AWS Identity and Access Management",
|
|
261
|
-
"value":
|
|
260
|
+
"key": "AWS Identity and Access Management (IAM)",
|
|
261
|
+
"value": 171
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon Lightsail",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1525
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 792
|
|
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.
|
|
3
|
+
"version": "0.0.33",
|
|
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/awsIamData.d.ts",
|