@aws-lite/iam-types 0.0.1 → 0.0.3

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.
Files changed (2) hide show
  1. package/index.d.ts +521 -25
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -13,71 +13,136 @@ import {
13
13
  CreateGroupCommandOutput as CreateGroupResponse,
14
14
  CreateInstanceProfileCommandOutput as CreateInstanceProfileResponse,
15
15
  CreateLoginProfileCommandOutput as CreateLoginProfileResponse,
16
+ CreateOpenIDConnectProviderCommandOutput as CreateOpenIDConnectProviderResponse,
16
17
  CreatePolicyCommandOutput as CreatePolicyResponse,
18
+ CreatePolicyVersionCommandOutput as CreatePolicyVersionResponse,
17
19
  CreateRoleCommandOutput as CreateRoleResponse,
18
20
  CreateServiceLinkedRoleCommandOutput as CreateServiceLinkedRoleResponse,
21
+ CreateServiceSpecificCredentialCommandOutput as CreateServiceSpecificCredentialResponse,
19
22
  CreateUserCommandOutput as CreateUserResponse,
23
+ CreateVirtualMFADeviceCommandOutput as CreateVirtualMFADeviceResponse,
20
24
  DeleteAccessKeyCommandOutput as DeleteAccessKeyResponse,
21
25
  DeleteAccountAliasCommandOutput as DeleteAccountAliasResponse,
26
+ DeleteAccountPasswordPolicyCommandOutput as DeleteAccountPasswordPolicyResponse,
22
27
  DeleteGroupCommandOutput as DeleteGroupResponse,
23
28
  DeleteGroupPolicyCommandOutput as DeleteGroupPolicyResponse,
24
29
  DeleteInstanceProfileCommandOutput as DeleteInstanceProfileResponse,
25
30
  DeleteLoginProfileCommandOutput as DeleteLoginProfileResponse,
31
+ DeleteOpenIDConnectProviderCommandOutput as DeleteOpenIDConnectProviderResponse,
26
32
  DeletePolicyCommandOutput as DeletePolicyResponse,
33
+ DeletePolicyVersionCommandOutput as DeletePolicyVersionResponse,
27
34
  DeleteRoleCommandOutput as DeleteRoleResponse,
35
+ DeleteRolePermissionsBoundaryCommandOutput as DeleteRolePermissionsBoundaryResponse,
28
36
  DeleteRolePolicyCommandOutput as DeleteRolePolicyResponse,
37
+ DeleteServerCertificateCommandOutput as DeleteServerCertificateResponse,
29
38
  DeleteServiceLinkedRoleCommandOutput as DeleteServiceLinkedRoleResponse,
39
+ DeleteServiceSpecificCredentialCommandOutput as DeleteServiceSpecificCredentialResponse,
40
+ DeleteSigningCertificateCommandOutput as DeleteSigningCertificateResponse,
41
+ DeleteSSHPublicKeyCommandOutput as DeleteSSHPublicKeyResponse,
30
42
  DeleteUserCommandOutput as DeleteUserResponse,
43
+ DeleteUserPermissionsBoundaryCommandOutput as DeleteUserPermissionsBoundaryResponse,
31
44
  DeleteUserPolicyCommandOutput as DeleteUserPolicyResponse,
45
+ DeleteVirtualMFADeviceCommandOutput as DeleteVirtualMFADeviceResponse,
32
46
  DetachGroupPolicyCommandOutput as DetachGroupPolicyResponse,
33
47
  DetachRolePolicyCommandOutput as DetachRolePolicyResponse,
34
48
  DetachUserPolicyCommandOutput as DetachUserPolicyResponse,
49
+ GenerateCredentialReportCommandOutput as GenerateCredentialReportResponse,
50
+ GenerateOrganizationsAccessReportCommandOutput as GenerateOrganizationsAccessReportResponse,
51
+ GenerateServiceLastAccessedDetailsCommandOutput as GenerateServiceLastAccessedDetailsResponse,
35
52
  GetAccessKeyLastUsedCommandOutput as GetAccessKeyLastUsedResponse,
53
+ GetAccountAuthorizationDetailsCommandOutput as GetAccountAuthorizationDetailsResponse,
54
+ GetAccountPasswordPolicyCommandOutput as GetAccountPasswordPolicyResponse,
55
+ GetAccountSummaryCommandOutput as GetAccountSummaryResponse,
56
+ GetContextKeysForCustomPolicyCommandOutput as GetContextKeysForCustomPolicyResponse,
57
+ GetContextKeysForPrincipalPolicyCommandOutput as GetContextKeysForPrincipalPolicyResponse,
58
+ GetCredentialReportCommandOutput as GetCredentialReportResponse,
36
59
  GetGroupCommandOutput as GetGroupResponse,
60
+ GetGroupPolicyCommandOutput as GetGroupPolicyResponse,
37
61
  GetInstanceProfileCommandOutput as GetInstanceProfileResponse,
38
62
  GetLoginProfileCommandOutput as GetLoginProfileResponse,
63
+ GetOpenIDConnectProviderCommandOutput as GetOpenIDConnectProviderResponse,
64
+ GetOrganizationsAccessReportCommandOutput as GetOrganizationsAccessReportResponse,
39
65
  GetPolicyCommandOutput as GetPolicyResponse,
66
+ GetPolicyVersionCommandOutput as GetPolicyVersionResponse,
40
67
  GetRoleCommandOutput as GetRoleResponse,
68
+ GetRolePolicyCommandOutput as GetRolePolicyResponse,
69
+ GetServerCertificateCommandOutput as GetServerCertificateResponse,
70
+ GetServiceLastAccessedDetailsCommandOutput as GetServiceLastAccessedDetailsResponse,
71
+ GetServiceLastAccessedDetailsWithEntitiesCommandOutput as GetServiceLastAccessedDetailsWithEntitiesResponse,
72
+ GetSSHPublicKeyCommandOutput as GetSSHPublicKeyResponse,
41
73
  GetUserCommandOutput as GetUserResponse,
74
+ GetUserPolicyCommandOutput as GetUserPolicyResponse,
42
75
  ListAccessKeysCommandOutput as ListAccessKeysResponse,
43
76
  ListAccountAliasesCommandOutput as ListAccountAliasesResponse,
44
77
  ListAttachedGroupPoliciesCommandOutput as ListAttachedGroupPoliciesResponse,
45
78
  ListAttachedRolePoliciesCommandOutput as ListAttachedRolePoliciesResponse,
46
79
  ListAttachedUserPoliciesCommandOutput as ListAttachedUserPoliciesResponse,
80
+ ListEntitiesForPolicyCommandOutput as ListEntitiesForPolicyResponse,
47
81
  ListGroupPoliciesCommandOutput as ListGroupPoliciesResponse,
48
82
  ListGroupsCommandOutput as ListGroupsResponse,
49
83
  ListGroupsForUserCommandOutput as ListGroupsForUserResponse,
50
84
  ListInstanceProfilesCommandOutput as ListInstanceProfilesResponse,
51
85
  ListInstanceProfilesForRoleCommandOutput as ListInstanceProfilesForRoleResponse,
52
86
  ListInstanceProfileTagsCommandOutput as ListInstanceProfileTagsResponse,
87
+ ListOpenIDConnectProvidersCommandOutput as ListOpenIDConnectProvidersResponse,
88
+ ListOpenIDConnectProviderTagsCommandOutput as ListOpenIDConnectProviderTagsResponse,
53
89
  ListPoliciesCommandOutput as ListPoliciesResponse,
90
+ ListPoliciesGrantingServiceAccessCommandOutput as ListPoliciesGrantingServiceAccessResponse,
54
91
  ListPolicyTagsCommandOutput as ListPolicyTagsResponse,
92
+ ListPolicyVersionsCommandOutput as ListPolicyVersionsResponse,
55
93
  ListRolePoliciesCommandOutput as ListRolePoliciesResponse,
56
94
  ListRolesCommandOutput as ListRolesResponse,
57
95
  ListRoleTagsCommandOutput as ListRoleTagsResponse,
96
+ ListServerCertificatesCommandOutput as ListServerCertificatesResponse,
97
+ ListServerCertificateTagsCommandOutput as ListServerCertificateTagsResponse,
98
+ ListServiceSpecificCredentialsCommandOutput as ListServiceSpecificCredentialsResponse,
99
+ ListSigningCertificatesCommandOutput as ListSigningCertificatesResponse,
100
+ ListSSHPublicKeysCommandOutput as ListSSHPublicKeysResponse,
58
101
  ListUserPoliciesCommandOutput as ListUserPoliciesResponse,
59
102
  ListUsersCommandOutput as ListUsersResponse,
60
103
  ListUserTagsCommandOutput as ListUserTagsResponse,
104
+ ListVirtualMFADevicesCommandOutput as ListVirtualMFADevicesResponse,
61
105
  PutGroupPolicyCommandOutput as PutGroupPolicyResponse,
106
+ PutRolePermissionsBoundaryCommandOutput as PutRolePermissionsBoundaryResponse,
62
107
  PutRolePolicyCommandOutput as PutRolePolicyResponse,
108
+ PutUserPermissionsBoundaryCommandOutput as PutUserPermissionsBoundaryResponse,
63
109
  PutUserPolicyCommandOutput as PutUserPolicyResponse,
64
- RemoveUserFromGroupCommandOutput as RemoveUserFromGroupResponse,
110
+ RemoveClientIDFromOpenIDConnectProviderCommandOutput as RemoveClientIDFromOpenIDConnectProviderResponse,
65
111
  RemoveRoleFromInstanceProfileCommandOutput as RemoveRoleFromInstanceProfileResponse,
112
+ RemoveUserFromGroupCommandOutput as RemoveUserFromGroupResponse,
113
+ ResetServiceSpecificCredentialCommandOutput as ResetServiceSpecificCredentialResponse,
114
+ SetDefaultPolicyVersionCommandOutput as SetDefaultPolicyVersionResponse,
115
+ SetSecurityTokenServicePreferencesCommandOutput as SetSecurityTokenServicePreferencesResponse,
116
+ SimulateCustomPolicyCommandOutput as SimulateCustomPolicyResponse,
117
+ SimulatePrincipalPolicyCommandOutput as SimulatePrincipalPolicyResponse,
66
118
  TagInstanceProfileCommandOutput as TagInstanceProfileResponse,
119
+ TagOpenIDConnectProviderCommandOutput as TagOpenIDConnectProviderResponse,
67
120
  TagPolicyCommandOutput as TagPolicyResponse,
68
121
  TagRoleCommandOutput as TagRoleResponse,
122
+ TagServerCertificateCommandOutput as TagServerCertificateResponse,
69
123
  TagUserCommandOutput as TagUserResponse,
70
124
  UntagInstanceProfileCommandOutput as UntagInstanceProfileResponse,
125
+ UntagOpenIDConnectProviderCommandOutput as UntagOpenIDConnectProviderResponse,
71
126
  UntagPolicyCommandOutput as UntagPolicyResponse,
72
127
  UntagRoleCommandOutput as UntagRoleResponse,
128
+ UntagServerCertificateCommandOutput as UntagServerCertificateResponse,
73
129
  UntagUserCommandOutput as UntagUserResponse,
74
130
  UpdateAccessKeyCommandOutput as UpdateAccessKeyResponse,
131
+ UpdateAccountPasswordPolicyCommandOutput as UpdateAccountPasswordPolicyResponse,
75
132
  UpdateAssumeRolePolicyCommandOutput as UpdateAssumeRolePolicyResponse,
76
133
  UpdateGroupCommandOutput as UpdateGroupResponse,
77
134
  UpdateLoginProfileCommandOutput as UpdateLoginProfileResponse,
135
+ UpdateOpenIDConnectProviderThumbprintCommandOutput as UpdateOpenIDConnectProviderThumbprintResponse,
78
136
  UpdateRoleCommandOutput as UpdateRoleResponse,
79
137
  UpdateRoleDescriptionCommandOutput as UpdateRoleDescriptionResponse,
138
+ UpdateServerCertificateCommandOutput as UpdateServerCertificateResponse,
139
+ UpdateServiceSpecificCredentialCommandOutput as UpdateServiceSpecificCredentialResponse,
140
+ UpdateSigningCertificateCommandOutput as UpdateSigningCertificateResponse,
141
+ UpdateSSHPublicKeyCommandOutput as UpdateSSHPublicKeyResponse,
80
142
  UpdateUserCommandOutput as UpdateUserResponse,
143
+ UploadServerCertificateCommandOutput as UploadServerCertificateResponse,
144
+ UploadSigningCertificateCommandOutput as UploadSigningCertificateResponse,
145
+ UploadSSHPublicKeyCommandOutput as UploadSSHPublicKeyResponse,
81
146
  // $IMPORTS_END
82
147
  } from "@aws-sdk/client-iam";
83
148
 
@@ -156,12 +221,24 @@ declare interface AwsLiteIAM {
156
221
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateLoginProfile IAM: CreateLoginProfile}
157
222
  */
158
223
  CreateLoginProfile: (input: { Password: string, UserName: string, PasswordResetRequired?: boolean }) => Promise<CreateLoginProfileResponse>
224
+ /**
225
+ * @description
226
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html IAM: CreateOpenIDConnectProvider}
227
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateOpenIDConnectProvider IAM: CreateOpenIDConnectProvider}
228
+ */
229
+ CreateOpenIDConnectProvider: (input: { Url: string, ClientIDList?: any[], Tags?: any[], ThumbprintList?: any[] }) => Promise<CreateOpenIDConnectProviderResponse>
159
230
  /**
160
231
  * @description
161
232
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html IAM: CreatePolicy}
162
233
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreatePolicy IAM: CreatePolicy}
163
234
  */
164
235
  CreatePolicy: (input: { PolicyDocument: string | Record<string, any>, PolicyName: string, Description?: string, Path?: string, Tags?: any[] }) => Promise<CreatePolicyResponse>
236
+ /**
237
+ * @description
238
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicyVersion.html IAM: CreatePolicyVersion}
239
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreatePolicyVersion IAM: CreatePolicyVersion}
240
+ */
241
+ CreatePolicyVersion: (input: { PolicyArn: string, PolicyDocument: string | Record<string, any>, SetAsDefault?: boolean }) => Promise<CreatePolicyVersionResponse>
165
242
  /**
166
243
  * @description
167
244
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html IAM: CreateRole}
@@ -174,12 +251,24 @@ declare interface AwsLiteIAM {
174
251
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateServiceLinkedRole IAM: CreateServiceLinkedRole}
175
252
  */
176
253
  CreateServiceLinkedRole: (input: { AWSServiceName: string, CustomSuffix?: string, Description?: string }) => Promise<CreateServiceLinkedRoleResponse>
254
+ /**
255
+ * @description
256
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateServiceSpecificCredential.html IAM: CreateServiceSpecificCredential}
257
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateServiceSpecificCredential IAM: CreateServiceSpecificCredential}
258
+ */
259
+ CreateServiceSpecificCredential: (input: { ServiceName: string, UserName: string }) => Promise<CreateServiceSpecificCredentialResponse>
177
260
  /**
178
261
  * @description
179
262
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateUser.html IAM: CreateUser}
180
263
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateUser IAM: CreateUser}
181
264
  */
182
265
  CreateUser: (input: { UserName: string, Path?: string, PermissionsBoundary?: string, Tags?: any[] }) => Promise<CreateUserResponse>
266
+ /**
267
+ * @description
268
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateVirtualMFADevice.html IAM: CreateVirtualMFADevice}
269
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateVirtualMFADevice IAM: CreateVirtualMFADevice}
270
+ */
271
+ CreateVirtualMFADevice: (input: { VirtualMFADeviceName: string, Path?: string, Tags?: any[] }) => Promise<CreateVirtualMFADeviceResponse>
183
272
  /**
184
273
  * @description
185
274
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteAccessKey.html IAM: DeleteAccessKey}
@@ -192,6 +281,8 @@ declare interface AwsLiteIAM {
192
281
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteAccountAlias IAM: DeleteAccountAlias}
193
282
  */
194
283
  DeleteAccountAlias: (input: { AccountAlias: string }) => Promise<DeleteAccountAliasResponse>
284
+ /** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteAccountPasswordPolicy IAM: DeleteAccountPasswordPolicy} */
285
+ DeleteAccountPasswordPolicy: () => Promise<DeleteAccountPasswordPolicyResponse>
195
286
  /**
196
287
  * @description
197
288
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroup.html IAM: DeleteGroup}
@@ -216,42 +307,96 @@ declare interface AwsLiteIAM {
216
307
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteLoginProfile IAM: DeleteLoginProfile}
217
308
  */
218
309
  DeleteLoginProfile: (input: { UserName: string }) => Promise<DeleteLoginProfileResponse>
310
+ /**
311
+ * @description
312
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteOpenIDConnectProvider.html IAM: DeleteOpenIDConnectProvider}
313
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteOpenIDConnectProvider IAM: DeleteOpenIDConnectProvider}
314
+ */
315
+ DeleteOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string }) => Promise<DeleteOpenIDConnectProviderResponse>
219
316
  /**
220
317
  * @description
221
318
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicy.html IAM: DeletePolicy}
222
319
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeletePolicy IAM: DeletePolicy}
223
320
  */
224
321
  DeletePolicy: (input: { PolicyArn: string }) => Promise<DeletePolicyResponse>
322
+ /**
323
+ * @description
324
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicyVersion.html IAM: DeletePolicyVersion}
325
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeletePolicyVersion IAM: DeletePolicyVersion}
326
+ */
327
+ DeletePolicyVersion: (input: { PolicyArn: string, VersionId: string }) => Promise<DeletePolicyVersionResponse>
225
328
  /**
226
329
  * @description
227
330
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRole.html IAM: DeleteRole}
228
331
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteRole IAM: DeleteRole}
229
332
  */
230
333
  DeleteRole: (input: { RoleName: string }) => Promise<DeleteRoleResponse>
334
+ /**
335
+ * @description
336
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRolePermissionsBoundary.html IAM: DeleteRolePermissionsBoundary}
337
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteRolePermissionsBoundary IAM: DeleteRolePermissionsBoundary}
338
+ */
339
+ DeleteRolePermissionsBoundary: (input: { RoleName: string }) => Promise<DeleteRolePermissionsBoundaryResponse>
231
340
  /**
232
341
  * @description
233
342
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRolePolicy.html IAM: DeleteRolePolicy}
234
343
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteRolePolicy IAM: DeleteRolePolicy}
235
344
  */
236
345
  DeleteRolePolicy: (input: { RoleName: string, PolicyName: string }) => Promise<DeleteRolePolicyResponse>
346
+ /**
347
+ * @description
348
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServerCertificate.html IAM: DeleteServerCertificate}
349
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteServerCertificate IAM: DeleteServerCertificate}
350
+ */
351
+ DeleteServerCertificate: (input: { ServerCertificateName: string }) => Promise<DeleteServerCertificateResponse>
237
352
  /**
238
353
  * @description
239
354
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceLinkedRole.html IAM: DeleteServiceLinkedRole}
240
355
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteServiceLinkedRole IAM: DeleteServiceLinkedRole}
241
356
  */
242
357
  DeleteServiceLinkedRole: (input: { RoleName: string }) => Promise<DeleteServiceLinkedRoleResponse>
358
+ /**
359
+ * @description
360
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceSpecificCredential.html IAM: DeleteServiceSpecificCredential}
361
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteServiceSpecificCredential IAM: DeleteServiceSpecificCredential}
362
+ */
363
+ DeleteServiceSpecificCredential: (input: { ServiceSpecificCredentialId: string, UserName: string }) => Promise<DeleteServiceSpecificCredentialResponse>
364
+ /**
365
+ * @description
366
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteSigningCertificate.html IAM: DeleteSigningCertificate}
367
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteSigningCertificate IAM: DeleteSigningCertificate}
368
+ */
369
+ DeleteSigningCertificate: (input: { CertificateId: string, UserName?: string }) => Promise<DeleteSigningCertificateResponse>
370
+ /**
371
+ * @description
372
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteSSHPublicKey.html IAM: DeleteSSHPublicKey}
373
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteSSHPublicKey IAM: DeleteSSHPublicKey}
374
+ */
375
+ DeleteSSHPublicKey: (input: { SSHPublicKeyId: string, UserName: string }) => Promise<DeleteSSHPublicKeyResponse>
243
376
  /**
244
377
  * @description
245
378
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUser.html IAM: DeleteUser}
246
379
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteUser IAM: DeleteUser}
247
380
  */
248
381
  DeleteUser: (input: { UserName: string }) => Promise<DeleteUserResponse>
382
+ /**
383
+ * @description
384
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPermissionsBoundary.html IAM: DeleteUserPermissionsBoundary}
385
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteUserPermissionsBoundary IAM: DeleteUserPermissionsBoundary}
386
+ */
387
+ DeleteUserPermissionsBoundary: (input: { UserName: string }) => Promise<DeleteUserPermissionsBoundaryResponse>
249
388
  /**
250
389
  * @description
251
390
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPolicy.html IAM: DeleteUserPolicy}
252
391
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteUserPolicy IAM: DeleteUserPolicy}
253
392
  */
254
393
  DeleteUserPolicy: (input: { PolicyName: string, UserName: string }) => Promise<DeleteUserPolicyResponse>
394
+ /**
395
+ * @description
396
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteVirtualMFADevice.html IAM: DeleteVirtualMFADevice}
397
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteVirtualMFADevice IAM: DeleteVirtualMFADevice}
398
+ */
399
+ DeleteVirtualMFADevice: (input: { SerialNumber: string }) => Promise<DeleteVirtualMFADeviceResponse>
255
400
  /**
256
401
  * @description
257
402
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachGroupPolicy.html IAM: DetachGroupPolicy}
@@ -270,18 +415,62 @@ declare interface AwsLiteIAM {
270
415
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DetachUserPolicy IAM: DetachUserPolicy}
271
416
  */
272
417
  DetachUserPolicy: (input: { PolicyArn: string, UserName: string }) => Promise<DetachUserPolicyResponse>
418
+ /** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GenerateCredentialReport IAM: GenerateCredentialReport} */
419
+ GenerateCredentialReport: () => Promise<GenerateCredentialReportResponse>
420
+ /**
421
+ * @description
422
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateOrganizationsAccessReport.html IAM: GenerateOrganizationsAccessReport}
423
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GenerateOrganizationsAccessReport IAM: GenerateOrganizationsAccessReport}
424
+ */
425
+ GenerateOrganizationsAccessReport: (input: { EntityPath: string, OrganizationsPolicyId?: string }) => Promise<GenerateOrganizationsAccessReportResponse>
426
+ /**
427
+ * @description
428
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateServiceLastAccessedDetails.html IAM: GenerateServiceLastAccessedDetails}
429
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GenerateServiceLastAccessedDetails IAM: GenerateServiceLastAccessedDetails}
430
+ */
431
+ GenerateServiceLastAccessedDetails: (input: { Arn: string, Granularity?: string }) => Promise<GenerateServiceLastAccessedDetailsResponse>
273
432
  /**
274
433
  * @description
275
434
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccessKeyLastUsed.html IAM: GetAccessKeyLastUsed}
276
435
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetAccessKeyLastUsed IAM: GetAccessKeyLastUsed}
277
436
  */
278
437
  GetAccessKeyLastUsed: (input: { AccessKeyId: string }) => Promise<GetAccessKeyLastUsedResponse>
438
+ /**
439
+ * @description
440
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html IAM: GetAccountAuthorizationDetails}
441
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetAccountAuthorizationDetails IAM: GetAccountAuthorizationDetails}
442
+ */
443
+ GetAccountAuthorizationDetails: (input: { Filter?: any[], Marker?: string, MaxItems?: number, paginate?: string }) => Promise<GetAccountAuthorizationDetailsResponse>
444
+ /** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetAccountPasswordPolicy IAM: GetAccountPasswordPolicy} */
445
+ GetAccountPasswordPolicy: () => Promise<GetAccountPasswordPolicyResponse>
446
+ /** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetAccountSummary IAM: GetAccountSummary} */
447
+ GetAccountSummary: () => Promise<GetAccountSummaryResponse>
448
+ /**
449
+ * @description
450
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html IAM: GetContextKeysForCustomPolicy}
451
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetContextKeysForCustomPolicy IAM: GetContextKeysForCustomPolicy}
452
+ */
453
+ GetContextKeysForCustomPolicy: (input: { PolicyInputList: any[] }) => Promise<GetContextKeysForCustomPolicyResponse>
454
+ /**
455
+ * @description
456
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html IAM: GetContextKeysForPrincipalPolicy}
457
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetContextKeysForPrincipalPolicy IAM: GetContextKeysForPrincipalPolicy}
458
+ */
459
+ GetContextKeysForPrincipalPolicy: (input: { PolicySourceArn: string, PolicyInputList?: any[] }) => Promise<GetContextKeysForPrincipalPolicyResponse>
460
+ /** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetCredentialReport IAM: GetCredentialReport} */
461
+ GetCredentialReport: () => Promise<GetCredentialReportResponse>
279
462
  /**
280
463
  * @description
281
464
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroup.html IAM: GetGroup}
282
465
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetGroup IAM: GetGroup}
283
466
  */
284
- GetGroup: (input: { GroupName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<GetGroupResponse>
467
+ GetGroup: (input: { GroupName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<GetGroupResponse>
468
+ /**
469
+ * @description
470
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroupPolicy.html IAM: GetGroupPolicy}
471
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetGroupPolicy IAM: GetGroupPolicy}
472
+ */
473
+ GetGroupPolicy: (input: { GroupName: string, PolicyName: string }) => Promise<GetGroupPolicyResponse>
285
474
  /**
286
475
  * @description
287
476
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html IAM: GetInstanceProfile}
@@ -294,150 +483,278 @@ declare interface AwsLiteIAM {
294
483
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetLoginProfile IAM: GetLoginProfile}
295
484
  */
296
485
  GetLoginProfile: (input: { UserName: string }) => Promise<GetLoginProfileResponse>
486
+ /**
487
+ * @description
488
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOpenIDConnectProvider.html IAM: GetOpenIDConnectProvider}
489
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetOpenIDConnectProvider IAM: GetOpenIDConnectProvider}
490
+ */
491
+ GetOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string }) => Promise<GetOpenIDConnectProviderResponse>
492
+ /**
493
+ * @description
494
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOrganizationsAccessReport.html IAM: GetOrganizationsAccessReport}
495
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetOrganizationsAccessReport IAM: GetOrganizationsAccessReport}
496
+ */
497
+ GetOrganizationsAccessReport: (input: { JobId: string, Marker?: string, MaxItems?: number, SortKey?: string, paginate?: boolean | string }) => Promise<GetOrganizationsAccessReportResponse>
297
498
  /**
298
499
  * @description
299
500
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html IAM: GetPolicy}
300
501
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetPolicy IAM: GetPolicy}
301
502
  */
302
503
  GetPolicy: (input: { PolicyArn: string }) => Promise<GetPolicyResponse>
504
+ /**
505
+ * @description
506
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicyVersion.html IAM: GetPolicyVersion}
507
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetPolicyVersion IAM: GetPolicyVersion}
508
+ */
509
+ GetPolicyVersion: (input: { PolicyArn: string, VersionId: string }) => Promise<GetPolicyVersionResponse>
303
510
  /**
304
511
  * @description
305
512
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetRole.html IAM: GetRole}
306
513
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetRole IAM: GetRole}
307
514
  */
308
515
  GetRole: (input: { RoleName: string }) => Promise<GetRoleResponse>
516
+ /**
517
+ * @description
518
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetRolePolicy.html IAM: GetRolePolicy}
519
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetRolePolicy IAM: GetRolePolicy}
520
+ */
521
+ GetRolePolicy: (input: { PolicyName: string, RoleName: string }) => Promise<GetRolePolicyResponse>
522
+ /**
523
+ * @description
524
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServerCertificate.html IAM: GetServerCertificate}
525
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetServerCertificate IAM: GetServerCertificate}
526
+ */
527
+ GetServerCertificate: (input: { ServerCertificateName: string }) => Promise<GetServerCertificateResponse>
528
+ /**
529
+ * @description
530
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetails.html IAM: GetServiceLastAccessedDetails}
531
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetServiceLastAccessedDetails IAM: GetServiceLastAccessedDetails}
532
+ */
533
+ GetServiceLastAccessedDetails: (input: { JobId: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<GetServiceLastAccessedDetailsResponse>
534
+ /**
535
+ * @description
536
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetailsWithEntities.html IAM: GetServiceLastAccessedDetailsWithEntities}
537
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetServiceLastAccessedDetailsWithEntities IAM: GetServiceLastAccessedDetailsWithEntities}
538
+ */
539
+ GetServiceLastAccessedDetailsWithEntities: (input: { JobId: string, ServiceNamespace: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<GetServiceLastAccessedDetailsWithEntitiesResponse>
540
+ /**
541
+ * @description
542
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetSSHPublicKey.html IAM: GetSSHPublicKey}
543
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetSSHPublicKey IAM: GetSSHPublicKey}
544
+ */
545
+ GetSSHPublicKey: (input: { Encoding: string, SSHPublicKeyId: string, UserName: string }) => Promise<GetSSHPublicKeyResponse>
309
546
  /**
310
547
  * @description
311
548
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html IAM: GetUser}
312
549
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetUser IAM: GetUser}
313
550
  */
314
551
  GetUser: (input: { UserName: string }) => Promise<GetUserResponse>
552
+ /**
553
+ * @description
554
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUserPolicy.html IAM: GetUserPolicy}
555
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetUserPolicy IAM: GetUserPolicy}
556
+ */
557
+ GetUserPolicy: (input: { PolicyName: string, UserName: string }) => Promise<GetUserPolicyResponse>
315
558
  /**
316
559
  * @description
317
560
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html IAM: ListAccessKeys}
318
561
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAccessKeys IAM: ListAccessKeys}
319
562
  */
320
- ListAccessKeys: (input: { Marker?: string, MaxItems?: number, UserName?: string, paginate?: boolean }) => Promise<ListAccessKeysResponse>
563
+ ListAccessKeys: (input: { Marker?: string, MaxItems?: number, UserName?: string, paginate?: boolean | string }) => Promise<ListAccessKeysResponse>
321
564
  /**
322
565
  * @description
323
566
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccountAliases.html IAM: ListAccountAliases}
324
567
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAccountAliases IAM: ListAccountAliases}
325
568
  */
326
- ListAccountAliases: (input: { Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListAccountAliasesResponse>
569
+ ListAccountAliases: (input: { Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListAccountAliasesResponse>
327
570
  /**
328
571
  * @description
329
572
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedGroupPolicies.html IAM: ListAttachedGroupPolicies}
330
573
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAttachedGroupPolicies IAM: ListAttachedGroupPolicies}
331
574
  */
332
- ListAttachedGroupPolicies: (input: { GroupName: string, Marker?: string, PathPrefix?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListAttachedGroupPoliciesResponse>
575
+ ListAttachedGroupPolicies: (input: { GroupName: string, Marker?: string, PathPrefix?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListAttachedGroupPoliciesResponse>
333
576
  /**
334
577
  * @description
335
578
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedRolePolicies.html IAM: ListAttachedRolePolicies}
336
579
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAttachedRolePolicies IAM: ListAttachedRolePolicies}
337
580
  */
338
- ListAttachedRolePolicies: (input: { RoleName: string, Marker?: string, PathPrefix?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListAttachedRolePoliciesResponse>
581
+ ListAttachedRolePolicies: (input: { RoleName: string, Marker?: string, PathPrefix?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListAttachedRolePoliciesResponse>
339
582
  /**
340
583
  * @description
341
584
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedUserPolicies.html IAM: ListAttachedUserPolicies}
342
585
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAttachedUserPolicies IAM: ListAttachedUserPolicies}
343
586
  */
344
- ListAttachedUserPolicies: (input: { UserName: string, Marker?: string, PathPrefix?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListAttachedUserPoliciesResponse>
587
+ ListAttachedUserPolicies: (input: { UserName: string, Marker?: string, PathPrefix?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListAttachedUserPoliciesResponse>
588
+ /**
589
+ * @description
590
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListEntitiesForPolicy.html IAM: ListEntitiesForPolicy}
591
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListEntitiesForPolicy IAM: ListEntitiesForPolicy}
592
+ */
593
+ ListEntitiesForPolicy: (input: { PolicyArn: string, EntityFilter?: string, Marker?: string, MaxItems?: number, PathPrefix?: string, PolicyUsageFilter?: string, paginate?: string }) => Promise<ListEntitiesForPolicyResponse>
345
594
  /**
346
595
  * @description
347
596
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroupPolicies.html IAM: ListGroupPolicies}
348
597
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListGroupPolicies IAM: ListGroupPolicies}
349
598
  */
350
- ListGroupPolicies: (input: { GroupName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListGroupPoliciesResponse>
599
+ ListGroupPolicies: (input: { GroupName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListGroupPoliciesResponse>
351
600
  /**
352
601
  * @description
353
602
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroups.html IAM: ListGroups}
354
603
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListGroups IAM: ListGroups}
355
604
  */
356
- ListGroups: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListGroupsResponse>
605
+ ListGroups: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean | string }) => Promise<ListGroupsResponse>
357
606
  /**
358
607
  * @description
359
608
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroupsForUser.html IAM: ListGroupsForUser}
360
609
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListGroupsForUser IAM: ListGroupsForUser}
361
610
  */
362
- ListGroupsForUser: (input: { UserName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListGroupsForUserResponse>
611
+ ListGroupsForUser: (input: { UserName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListGroupsForUserResponse>
363
612
  /**
364
613
  * @description
365
614
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfiles.html IAM: ListInstanceProfiles}
366
615
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListInstanceProfiles IAM: ListInstanceProfiles}
367
616
  */
368
- ListInstanceProfiles: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListInstanceProfilesResponse>
617
+ ListInstanceProfiles: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean | string }) => Promise<ListInstanceProfilesResponse>
369
618
  /**
370
619
  * @description
371
620
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfilesForRole.html IAM: ListInstanceProfilesForRole}
372
621
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListInstanceProfilesForRole IAM: ListInstanceProfilesForRole}
373
622
  */
374
- ListInstanceProfilesForRole: (input: { RoleName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListInstanceProfilesForRoleResponse>
623
+ ListInstanceProfilesForRole: (input: { RoleName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListInstanceProfilesForRoleResponse>
375
624
  /**
376
625
  * @description
377
626
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfileTags.html IAM: ListInstanceProfileTags}
378
627
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListInstanceProfileTags IAM: ListInstanceProfileTags}
379
628
  */
380
- ListInstanceProfileTags: (input: { InstanceProfileName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListInstanceProfileTagsResponse>
629
+ ListInstanceProfileTags: (input: { InstanceProfileName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListInstanceProfileTagsResponse>
630
+ /** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListOpenIDConnectProviders IAM: ListOpenIDConnectProviders} */
631
+ ListOpenIDConnectProviders: () => Promise<ListOpenIDConnectProvidersResponse>
632
+ /**
633
+ * @description
634
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviderTags.html IAM: ListOpenIDConnectProviderTags}
635
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListOpenIDConnectProviderTags IAM: ListOpenIDConnectProviderTags}
636
+ */
637
+ ListOpenIDConnectProviderTags: (input: { OpenIDConnectProviderArn: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListOpenIDConnectProviderTagsResponse>
381
638
  /**
382
639
  * @description
383
640
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicies.html IAM: ListPolicies}
384
641
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListPolicies IAM: ListPolicies}
385
642
  */
386
- ListPolicies: (input: { Marker?: string, MaxItems?: number, OnlyAttached?: boolean, PathPrefix?: string, PolicyUsageFilter?: string, Scope?: string, paginate?: boolean }) => Promise<ListPoliciesResponse>
643
+ ListPolicies: (input: { Marker?: string, MaxItems?: number, OnlyAttached?: boolean, PathPrefix?: string, PolicyUsageFilter?: string, Scope?: string, paginate?: boolean | string }) => Promise<ListPoliciesResponse>
644
+ /**
645
+ * @description
646
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPoliciesGrantingServiceAccess.html IAM: ListPoliciesGrantingServiceAccess}
647
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListPoliciesGrantingServiceAccess IAM: ListPoliciesGrantingServiceAccess}
648
+ */
649
+ ListPoliciesGrantingServiceAccess: (input: { Arn: string, ServiceNamespaces: any[], Marker?: string, paginate?: boolean | string }) => Promise<ListPoliciesGrantingServiceAccessResponse>
387
650
  /**
388
651
  * @description
389
652
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyTags.html IAM: ListPolicyTags}
390
653
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListPolicyTags IAM: ListPolicyTags}
391
654
  */
392
- ListPolicyTags: (input: { PolicyArn: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListPolicyTagsResponse>
655
+ ListPolicyTags: (input: { PolicyArn: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListPolicyTagsResponse>
656
+ /**
657
+ * @description
658
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html IAM: ListPolicyVersions}
659
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListPolicyVersions IAM: ListPolicyVersions}
660
+ */
661
+ ListPolicyVersions: (input: { PolicyArn: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListPolicyVersionsResponse>
393
662
  /**
394
663
  * @description
395
664
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRolePolicies.html IAM: ListRolePolicies}
396
665
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListRolePolicies IAM: ListRolePolicies}
397
666
  */
398
- ListRolePolicies: (input: { RoleName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListRolePoliciesResponse>
667
+ ListRolePolicies: (input: { RoleName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListRolePoliciesResponse>
399
668
  /**
400
669
  * @description
401
670
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRoles.html IAM: ListRoles}
402
671
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListRoles IAM: ListRoles}
403
672
  */
404
- ListRoles: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListRolesResponse>
673
+ ListRoles: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean | string }) => Promise<ListRolesResponse>
405
674
  /**
406
675
  * @description
407
676
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRoleTags.html IAM: ListRoleTags}
408
677
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListRoleTags IAM: ListRoleTags}
409
678
  */
410
- ListRoleTags: (input: { RoleName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListRoleTagsResponse>
679
+ ListRoleTags: (input: { RoleName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListRoleTagsResponse>
680
+ /**
681
+ * @description
682
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServerCertificates.html IAM: ListServerCertificates}
683
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListServerCertificates IAM: ListServerCertificates}
684
+ */
685
+ ListServerCertificates: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean | string }) => Promise<ListServerCertificatesResponse>
686
+ /**
687
+ * @description
688
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServerCertificateTags.html IAM: ListServerCertificateTags}
689
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListServerCertificateTags IAM: ListServerCertificateTags}
690
+ */
691
+ ListServerCertificateTags: (input: { ServerCertificateName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListServerCertificateTagsResponse>
692
+ /**
693
+ * @description
694
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServiceSpecificCredentials.html IAM: ListServiceSpecificCredentials}
695
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListServiceSpecificCredentials IAM: ListServiceSpecificCredentials}
696
+ */
697
+ ListServiceSpecificCredentials: (input: { ServiceName?: string, UserName?: string }) => Promise<ListServiceSpecificCredentialsResponse>
698
+ /**
699
+ * @description
700
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListSigningCertificates.html IAM: ListSigningCertificates}
701
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListSigningCertificates IAM: ListSigningCertificates}
702
+ */
703
+ ListSigningCertificates: (input: { Marker?: string, MaxItems?: number, UserName?: string }) => Promise<ListSigningCertificatesResponse>
704
+ /**
705
+ * @description
706
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListSSHPublicKeys.html IAM: ListSSHPublicKeys}
707
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListSSHPublicKeys IAM: ListSSHPublicKeys}
708
+ */
709
+ ListSSHPublicKeys: (input: { Marker?: string, MaxItems?: number, UserName?: string }) => Promise<ListSSHPublicKeysResponse>
411
710
  /**
412
711
  * @description
413
712
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserPolicies.html IAM: ListUserPolicies}
414
713
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListUserPolicies IAM: ListUserPolicies}
415
714
  */
416
- ListUserPolicies: (input: { UserName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListUserPoliciesResponse>
715
+ ListUserPolicies: (input: { UserName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListUserPoliciesResponse>
417
716
  /**
418
717
  * @description
419
718
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUsers.html IAM: ListUsers}
420
719
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListUsers IAM: ListUsers}
421
720
  */
422
- ListUsers: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListUsersResponse>
721
+ ListUsers: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean | string }) => Promise<ListUsersResponse>
423
722
  /**
424
723
  * @description
425
724
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserTags.html IAM: ListUserTags}
426
725
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListUserTags IAM: ListUserTags}
427
726
  */
428
- ListUserTags: (input: { UserName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListUserTagsResponse>
727
+ ListUserTags: (input: { UserName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListUserTagsResponse>
728
+ /**
729
+ * @description
730
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListVirtualMFADevices.html IAM: ListVirtualMFADevices}
731
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListVirtualMFADevices IAM: ListVirtualMFADevices}
732
+ */
733
+ ListVirtualMFADevices: (input: { AssignmentStatus?: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListVirtualMFADevicesResponse>
429
734
  /**
430
735
  * @description
431
736
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutGroupPolicy.html IAM: PutGroupPolicy}
432
737
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#PutGroupPolicy IAM: PutGroupPolicy}
433
738
  */
434
739
  PutGroupPolicy: (input: { GroupName: string, PolicyDocument: string | Record<string, any>, PolicyName: string }) => Promise<PutGroupPolicyResponse>
740
+ /**
741
+ * @description
742
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutRolePermissionsBoundary.html IAM: PutRolePermissionsBoundary}
743
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#PutRolePermissionsBoundary IAM: PutRolePermissionsBoundary}
744
+ */
745
+ PutRolePermissionsBoundary: (input: { PermissionsBoundary: string, RoleName: string }) => Promise<PutRolePermissionsBoundaryResponse>
435
746
  /**
436
747
  * @description
437
748
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutRolePolicy.html IAM: PutRolePolicy}
438
749
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#PutRolePolicy IAM: PutRolePolicy}
439
750
  */
440
751
  PutRolePolicy: (input: { PolicyDocument: string | Record<string, any>, PolicyName: string, RoleName: string }) => Promise<PutRolePolicyResponse>
752
+ /**
753
+ * @description
754
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPermissionsBoundary.html IAM: PutUserPermissionsBoundary}
755
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#PutUserPermissionsBoundary IAM: PutUserPermissionsBoundary}
756
+ */
757
+ PutUserPermissionsBoundary: (input: { PermissionsBoundary: string, UserName: string }) => Promise<PutUserPermissionsBoundaryResponse>
441
758
  /**
442
759
  * @description
443
760
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html IAM: PutUserPolicy}
@@ -446,22 +763,64 @@ declare interface AwsLiteIAM {
446
763
  PutUserPolicy: (input: { PolicyDocument: string | Record<string, any>, PolicyName: string, UserName: string }) => Promise<PutUserPolicyResponse>
447
764
  /**
448
765
  * @description
449
- * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveUserFromGroup.html IAM: RemoveUserFromGroup}
450
- * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#RemoveUserFromGroup IAM: RemoveUserFromGroup}
766
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveClientIDFromOpenIDConnectProvider.html IAM: RemoveClientIDFromOpenIDConnectProvider}
767
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#RemoveClientIDFromOpenIDConnectProvider IAM: RemoveClientIDFromOpenIDConnectProvider}
451
768
  */
452
- RemoveUserFromGroup: (input: { GroupName: string, UserName: string }) => Promise<RemoveUserFromGroupResponse>
769
+ RemoveClientIDFromOpenIDConnectProvider: (input: { ClientID: string, OpenIDConnectProviderArn: string }) => Promise<RemoveClientIDFromOpenIDConnectProviderResponse>
453
770
  /**
454
771
  * @description
455
772
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveRoleFromInstanceProfile.html IAM: RemoveRoleFromInstanceProfile}
456
773
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#RemoveRoleFromInstanceProfile IAM: RemoveRoleFromInstanceProfile}
457
774
  */
458
775
  RemoveRoleFromInstanceProfile: (input: { InstanceProfileName: string, RoleName: string }) => Promise<RemoveRoleFromInstanceProfileResponse>
776
+ /**
777
+ * @description
778
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveUserFromGroup.html IAM: RemoveUserFromGroup}
779
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#RemoveUserFromGroup IAM: RemoveUserFromGroup}
780
+ */
781
+ RemoveUserFromGroup: (input: { GroupName: string, UserName: string }) => Promise<RemoveUserFromGroupResponse>
782
+ /**
783
+ * @description
784
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ResetServiceSpecificCredential.html IAM: ResetServiceSpecificCredential}
785
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ResetServiceSpecificCredential IAM: ResetServiceSpecificCredential}
786
+ */
787
+ ResetServiceSpecificCredential: (input: { ServiceSpecificCredentialId: string, UserName?: string }) => Promise<ResetServiceSpecificCredentialResponse>
788
+ /**
789
+ * @description
790
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_SetDefaultPolicyVersion.html IAM: SetDefaultPolicyVersion}
791
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#SetDefaultPolicyVersion IAM: SetDefaultPolicyVersion}
792
+ */
793
+ SetDefaultPolicyVersion: (input: { PolicyArn: string, VersionId: string }) => Promise<SetDefaultPolicyVersionResponse>
794
+ /**
795
+ * @description
796
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_SetSecurityTokenServicePreferences.html IAM: SetSecurityTokenServicePreferences}
797
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#SetSecurityTokenServicePreferences IAM: SetSecurityTokenServicePreferences}
798
+ */
799
+ SetSecurityTokenServicePreferences: (input: { GlobalEndpointTokenVersion: string }) => Promise<SetSecurityTokenServicePreferencesResponse>
800
+ /**
801
+ * @description
802
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html IAM: SimulateCustomPolicy}
803
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#SimulateCustomPolicy IAM: SimulateCustomPolicy}
804
+ */
805
+ SimulateCustomPolicy: (input: { ActionNames: any[], PolicyInputList: any[], CallerArn?: string, ContextEntries?: any[], Marker?: string, MaxItems?: number, PermissionsBoundaryPolicyInputList?: any[], ResourceArns?: any[], ResourceHandlingOption?: string, ResourceOwner?: string, ResourcePolicy?: string | Record<string, any>, paginate?: boolean | string }) => Promise<SimulateCustomPolicyResponse>
806
+ /**
807
+ * @description
808
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html IAM: SimulatePrincipalPolicy}
809
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#SimulatePrincipalPolicy IAM: SimulatePrincipalPolicy}
810
+ */
811
+ SimulatePrincipalPolicy: (input: { ActionNames: any[], PolicySourceArn: string, CallerArn?: string, ContextEntries?: any[], Marker?: string, MaxItems?: number, PermissionsBoundaryPolicyInputList?: any[], PolicyInputList?: any[], ResourceArns?: any[], ResourceHandlingOption?: string, ResourceOwner?: string, ResourcePolicy?: string | Record<string, any>, paginate?: boolean | string }) => Promise<SimulatePrincipalPolicyResponse>
459
812
  /**
460
813
  * @description
461
814
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagInstanceProfile.html IAM: TagInstanceProfile}
462
815
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagInstanceProfile IAM: TagInstanceProfile}
463
816
  */
464
817
  TagInstanceProfile: (input: { InstanceProfileName: string, Tags: any[] }) => Promise<TagInstanceProfileResponse>
818
+ /**
819
+ * @description
820
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagOpenIDConnectProvider.html IAM: TagOpenIDConnectProvider}
821
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagOpenIDConnectProvider IAM: TagOpenIDConnectProvider}
822
+ */
823
+ TagOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string, Tags: any[] }) => Promise<TagOpenIDConnectProviderResponse>
465
824
  /**
466
825
  * @description
467
826
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagPolicy.html IAM: TagPolicy}
@@ -474,6 +833,12 @@ declare interface AwsLiteIAM {
474
833
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagRole IAM: TagRole}
475
834
  */
476
835
  TagRole: (input: { RoleName: string, Tags: any[] }) => Promise<TagRoleResponse>
836
+ /**
837
+ * @description
838
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagServerCertificate.html IAM: TagServerCertificate}
839
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagServerCertificate IAM: TagServerCertificate}
840
+ */
841
+ TagServerCertificate: (input: { ServerCertificateName: string, Tags: any[] }) => Promise<TagServerCertificateResponse>
477
842
  /**
478
843
  * @description
479
844
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagUser.html IAM: TagUser}
@@ -486,6 +851,12 @@ declare interface AwsLiteIAM {
486
851
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagInstanceProfile IAM: UntagInstanceProfile}
487
852
  */
488
853
  UntagInstanceProfile: (input: { InstanceProfileName: string, TagKeys: any[] }) => Promise<UntagInstanceProfileResponse>
854
+ /**
855
+ * @description
856
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagOpenIDConnectProvider.html IAM: UntagOpenIDConnectProvider}
857
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagOpenIDConnectProvider IAM: UntagOpenIDConnectProvider}
858
+ */
859
+ UntagOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string, TagKeys: any[] }) => Promise<UntagOpenIDConnectProviderResponse>
489
860
  /**
490
861
  * @description
491
862
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagPolicy.html IAM: UntagPolicy}
@@ -498,6 +869,12 @@ declare interface AwsLiteIAM {
498
869
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagRole IAM: UntagRole}
499
870
  */
500
871
  UntagRole: (input: { RoleName: string, TagKeys: any[] }) => Promise<UntagRoleResponse>
872
+ /**
873
+ * @description
874
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagServerCertificate.html IAM: UntagServerCertificate}
875
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagServerCertificate IAM: UntagServerCertificate}
876
+ */
877
+ UntagServerCertificate: (input: { ServerCertificateName: string, TagKeys: any[] }) => Promise<UntagServerCertificateResponse>
501
878
  /**
502
879
  * @description
503
880
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagUser.html IAM: UntagUser}
@@ -510,6 +887,12 @@ declare interface AwsLiteIAM {
510
887
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateAccessKey IAM: UpdateAccessKey}
511
888
  */
512
889
  UpdateAccessKey: (input: { AccessKeyId: string, Status: string, UserName?: string }) => Promise<UpdateAccessKeyResponse>
890
+ /**
891
+ * @description
892
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAccountPasswordPolicy.html IAM: UpdateAccountPasswordPolicy}
893
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateAccountPasswordPolicy IAM: UpdateAccountPasswordPolicy}
894
+ */
895
+ UpdateAccountPasswordPolicy: (input: { AllowUsersToChangePassword?: boolean, HardExpiry?: boolean, MaxPasswordAge?: number, MinimumPasswordLength?: number, PasswordReusePrevention?: number, RequireLowercaseCharacters?: boolean, RequireNumbers?: boolean, RequireSymbols?: boolean, RequireUppercaseCharacters?: boolean }) => Promise<UpdateAccountPasswordPolicyResponse>
513
896
  /**
514
897
  * @description
515
898
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAssumeRolePolicy.html IAM: UpdateAssumeRolePolicy}
@@ -528,6 +911,12 @@ declare interface AwsLiteIAM {
528
911
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateLoginProfile IAM: UpdateLoginProfile}
529
912
  */
530
913
  UpdateLoginProfile: (input: { UserName: string, Password?: string, PasswordResetRequired?: boolean }) => Promise<UpdateLoginProfileResponse>
914
+ /**
915
+ * @description
916
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateOpenIDConnectProviderThumbprint.html IAM: UpdateOpenIDConnectProviderThumbprint}
917
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateOpenIDConnectProviderThumbprint IAM: UpdateOpenIDConnectProviderThumbprint}
918
+ */
919
+ UpdateOpenIDConnectProviderThumbprint: (input: { OpenIDConnectProviderArn: string, ThumbprintList: any[] }) => Promise<UpdateOpenIDConnectProviderThumbprintResponse>
531
920
  /**
532
921
  * @description
533
922
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateRole.html IAM: UpdateRole}
@@ -540,12 +929,54 @@ declare interface AwsLiteIAM {
540
929
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateRoleDescription IAM: UpdateRoleDescription}
541
930
  */
542
931
  UpdateRoleDescription: (input: { RoleName: string, Description?: string }) => Promise<UpdateRoleDescriptionResponse>
932
+ /**
933
+ * @description
934
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateServerCertificate.html IAM: UpdateServerCertificate}
935
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateServerCertificate IAM: UpdateServerCertificate}
936
+ */
937
+ UpdateServerCertificate: (input: { ServerCertificateName: string, NewPath?: string, NewServerCertificateName?: string }) => Promise<UpdateServerCertificateResponse>
938
+ /**
939
+ * @description
940
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateServiceSpecificCredential.html IAM: UpdateServiceSpecificCredential}
941
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateServiceSpecificCredential IAM: UpdateServiceSpecificCredential}
942
+ */
943
+ UpdateServiceSpecificCredential: (input: { ServiceSpecificCredentialId: string, Status: string, UserName?: string }) => Promise<UpdateServiceSpecificCredentialResponse>
944
+ /**
945
+ * @description
946
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateSigningCertificate.html IAM: UpdateSigningCertificate}
947
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateSigningCertificate IAM: UpdateSigningCertificate}
948
+ */
949
+ UpdateSigningCertificate: (input: { CertificateId: string, Status: string, UserName?: string }) => Promise<UpdateSigningCertificateResponse>
950
+ /**
951
+ * @description
952
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateSSHPublicKey.html IAM: UpdateSSHPublicKey}
953
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateSSHPublicKey IAM: UpdateSSHPublicKey}
954
+ */
955
+ UpdateSSHPublicKey: (input: { SSHPublicKeyId: string, Status: string, UserName: string }) => Promise<UpdateSSHPublicKeyResponse>
543
956
  /**
544
957
  * @description
545
958
  * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateUser.html IAM: UpdateUser}
546
959
  * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateUser IAM: UpdateUser}
547
960
  */
548
961
  UpdateUser: (input: { UserName: string, NewPath?: string, NewUserName?: string }) => Promise<UpdateUserResponse>
962
+ /**
963
+ * @description
964
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadServerCertificate.html IAM: UploadServerCertificate}
965
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UploadServerCertificate IAM: UploadServerCertificate}
966
+ */
967
+ UploadServerCertificate: (input: { CertificateBody: string, PrivateKey: string, ServerCertificateName: string, CertificateChain?: string, Path?: string, Tags?: any[] }) => Promise<UploadServerCertificateResponse>
968
+ /**
969
+ * @description
970
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadSigningCertificate.html IAM: UploadSigningCertificate}
971
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UploadSigningCertificate IAM: UploadSigningCertificate}
972
+ */
973
+ UploadSigningCertificate: (input: { CertificateBody: string, UserName?: string }) => Promise<UploadSigningCertificateResponse>
974
+ /**
975
+ * @description
976
+ * - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadSSHPublicKey.html IAM: UploadSSHPublicKey}
977
+ * - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UploadSSHPublicKey IAM: UploadSSHPublicKey}
978
+ */
979
+ UploadSSHPublicKey: (input: { SSHPublicKeyBody: string, UserName: string }) => Promise<UploadSSHPublicKeyResponse>
549
980
  // $METHODS_END
550
981
  }
551
982
 
@@ -571,70 +1002,135 @@ export type {
571
1002
  CreateGroupResponse,
572
1003
  CreateInstanceProfileResponse,
573
1004
  CreateLoginProfileResponse,
1005
+ CreateOpenIDConnectProviderResponse,
574
1006
  CreatePolicyResponse,
1007
+ CreatePolicyVersionResponse,
575
1008
  CreateRoleResponse,
576
1009
  CreateServiceLinkedRoleResponse,
1010
+ CreateServiceSpecificCredentialResponse,
577
1011
  CreateUserResponse,
1012
+ CreateVirtualMFADeviceResponse,
578
1013
  DeleteAccessKeyResponse,
579
1014
  DeleteAccountAliasResponse,
1015
+ DeleteAccountPasswordPolicyResponse,
580
1016
  DeleteGroupResponse,
581
1017
  DeleteGroupPolicyResponse,
582
1018
  DeleteInstanceProfileResponse,
583
1019
  DeleteLoginProfileResponse,
1020
+ DeleteOpenIDConnectProviderResponse,
584
1021
  DeletePolicyResponse,
1022
+ DeletePolicyVersionResponse,
585
1023
  DeleteRoleResponse,
1024
+ DeleteRolePermissionsBoundaryResponse,
586
1025
  DeleteRolePolicyResponse,
1026
+ DeleteServerCertificateResponse,
587
1027
  DeleteServiceLinkedRoleResponse,
1028
+ DeleteServiceSpecificCredentialResponse,
1029
+ DeleteSigningCertificateResponse,
1030
+ DeleteSSHPublicKeyResponse,
588
1031
  DeleteUserResponse,
1032
+ DeleteUserPermissionsBoundaryResponse,
589
1033
  DeleteUserPolicyResponse,
1034
+ DeleteVirtualMFADeviceResponse,
590
1035
  DetachGroupPolicyResponse,
591
1036
  DetachRolePolicyResponse,
592
1037
  DetachUserPolicyResponse,
1038
+ GenerateCredentialReportResponse,
1039
+ GenerateOrganizationsAccessReportResponse,
1040
+ GenerateServiceLastAccessedDetailsResponse,
593
1041
  GetAccessKeyLastUsedResponse,
1042
+ GetAccountAuthorizationDetailsResponse,
1043
+ GetAccountPasswordPolicyResponse,
1044
+ GetAccountSummaryResponse,
1045
+ GetContextKeysForCustomPolicyResponse,
1046
+ GetContextKeysForPrincipalPolicyResponse,
1047
+ GetCredentialReportResponse,
594
1048
  GetGroupResponse,
1049
+ GetGroupPolicyResponse,
595
1050
  GetInstanceProfileResponse,
596
1051
  GetLoginProfileResponse,
1052
+ GetOpenIDConnectProviderResponse,
1053
+ GetOrganizationsAccessReportResponse,
597
1054
  GetPolicyResponse,
1055
+ GetPolicyVersionResponse,
598
1056
  GetRoleResponse,
1057
+ GetRolePolicyResponse,
1058
+ GetServerCertificateResponse,
1059
+ GetServiceLastAccessedDetailsResponse,
1060
+ GetServiceLastAccessedDetailsWithEntitiesResponse,
1061
+ GetSSHPublicKeyResponse,
599
1062
  GetUserResponse,
1063
+ GetUserPolicyResponse,
600
1064
  ListAccessKeysResponse,
601
1065
  ListAccountAliasesResponse,
602
1066
  ListAttachedGroupPoliciesResponse,
603
1067
  ListAttachedRolePoliciesResponse,
604
1068
  ListAttachedUserPoliciesResponse,
1069
+ ListEntitiesForPolicyResponse,
605
1070
  ListGroupPoliciesResponse,
606
1071
  ListGroupsResponse,
607
1072
  ListGroupsForUserResponse,
608
1073
  ListInstanceProfilesResponse,
609
1074
  ListInstanceProfilesForRoleResponse,
610
1075
  ListInstanceProfileTagsResponse,
1076
+ ListOpenIDConnectProvidersResponse,
1077
+ ListOpenIDConnectProviderTagsResponse,
611
1078
  ListPoliciesResponse,
1079
+ ListPoliciesGrantingServiceAccessResponse,
612
1080
  ListPolicyTagsResponse,
1081
+ ListPolicyVersionsResponse,
613
1082
  ListRolePoliciesResponse,
614
1083
  ListRolesResponse,
615
1084
  ListRoleTagsResponse,
1085
+ ListServerCertificatesResponse,
1086
+ ListServerCertificateTagsResponse,
1087
+ ListServiceSpecificCredentialsResponse,
1088
+ ListSigningCertificatesResponse,
1089
+ ListSSHPublicKeysResponse,
616
1090
  ListUserPoliciesResponse,
617
1091
  ListUsersResponse,
618
1092
  ListUserTagsResponse,
1093
+ ListVirtualMFADevicesResponse,
619
1094
  PutGroupPolicyResponse,
1095
+ PutRolePermissionsBoundaryResponse,
620
1096
  PutRolePolicyResponse,
1097
+ PutUserPermissionsBoundaryResponse,
621
1098
  PutUserPolicyResponse,
622
- RemoveUserFromGroupResponse,
1099
+ RemoveClientIDFromOpenIDConnectProviderResponse,
623
1100
  RemoveRoleFromInstanceProfileResponse,
1101
+ RemoveUserFromGroupResponse,
1102
+ ResetServiceSpecificCredentialResponse,
1103
+ SetDefaultPolicyVersionResponse,
1104
+ SetSecurityTokenServicePreferencesResponse,
1105
+ SimulateCustomPolicyResponse,
1106
+ SimulatePrincipalPolicyResponse,
624
1107
  TagInstanceProfileResponse,
1108
+ TagOpenIDConnectProviderResponse,
625
1109
  TagPolicyResponse,
626
1110
  TagRoleResponse,
1111
+ TagServerCertificateResponse,
627
1112
  TagUserResponse,
628
1113
  UntagInstanceProfileResponse,
1114
+ UntagOpenIDConnectProviderResponse,
629
1115
  UntagPolicyResponse,
630
1116
  UntagRoleResponse,
1117
+ UntagServerCertificateResponse,
631
1118
  UntagUserResponse,
632
1119
  UpdateAccessKeyResponse,
1120
+ UpdateAccountPasswordPolicyResponse,
633
1121
  UpdateAssumeRolePolicyResponse,
634
1122
  UpdateGroupResponse,
635
1123
  UpdateLoginProfileResponse,
1124
+ UpdateOpenIDConnectProviderThumbprintResponse,
636
1125
  UpdateRoleResponse,
637
1126
  UpdateRoleDescriptionResponse,
1127
+ UpdateServerCertificateResponse,
1128
+ UpdateServiceSpecificCredentialResponse,
1129
+ UpdateSigningCertificateResponse,
1130
+ UpdateSSHPublicKeyResponse,
638
1131
  UpdateUserResponse,
1132
+ UploadServerCertificateResponse,
1133
+ UploadSigningCertificateResponse,
1134
+ UploadSSHPublicKeyResponse,
639
1135
  // $EXPORT_END
640
1136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-lite/iam-types",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Type definitions for the `@aws-lite/iam` plugin",
5
5
  "homepage": "https://aws-lite.org/services/iam",
6
6
  "repository": {