@aws-lite/iam-types 0.0.2 → 0.0.4
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/index.d.ts +175 -175
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -152,829 +152,829 @@ declare interface AwsLiteIAM {
|
|
|
152
152
|
/**
|
|
153
153
|
* @description
|
|
154
154
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AddClientIDToOpenIDConnectProvider.html IAM: AddClientIDToOpenIDConnectProvider}
|
|
155
|
-
* - aws-lite docs: {@link https://github.com/
|
|
155
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#AddClientIDToOpenIDConnectProvider IAM: AddClientIDToOpenIDConnectProvider}
|
|
156
156
|
*/
|
|
157
157
|
AddClientIDToOpenIDConnectProvider: (input: { ClientID: string, OpenIDConnectProviderArn: string }) => Promise<AddClientIDToOpenIDConnectProviderResponse>
|
|
158
158
|
/**
|
|
159
159
|
* @description
|
|
160
160
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AddRoleToInstanceProfile.html IAM: AddRoleToInstanceProfile}
|
|
161
|
-
* - aws-lite docs: {@link https://github.com/
|
|
161
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#AddRoleToInstanceProfile IAM: AddRoleToInstanceProfile}
|
|
162
162
|
*/
|
|
163
163
|
AddRoleToInstanceProfile: (input: { InstanceProfileName: string, RoleName: string }) => Promise<AddRoleToInstanceProfileResponse>
|
|
164
164
|
/**
|
|
165
165
|
* @description
|
|
166
166
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AddUserToGroup.html IAM: AddUserToGroup}
|
|
167
|
-
* - aws-lite docs: {@link https://github.com/
|
|
167
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#AddUserToGroup IAM: AddUserToGroup}
|
|
168
168
|
*/
|
|
169
169
|
AddUserToGroup: (input: { GroupName: string, UserName: string }) => Promise<AddUserToGroupResponse>
|
|
170
170
|
/**
|
|
171
171
|
* @description
|
|
172
172
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AttachGroupPolicy.html IAM: AttachGroupPolicy}
|
|
173
|
-
* - aws-lite docs: {@link https://github.com/
|
|
173
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#AttachGroupPolicy IAM: AttachGroupPolicy}
|
|
174
174
|
*/
|
|
175
175
|
AttachGroupPolicy: (input: { GroupName: string, PolicyArn: string }) => Promise<AttachGroupPolicyResponse>
|
|
176
176
|
/**
|
|
177
177
|
* @description
|
|
178
178
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AttachRolePolicy.html IAM: AttachRolePolicy}
|
|
179
|
-
* - aws-lite docs: {@link https://github.com/
|
|
179
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#AttachRolePolicy IAM: AttachRolePolicy}
|
|
180
180
|
*/
|
|
181
181
|
AttachRolePolicy: (input: { PolicyArn: string, RoleName: string }) => Promise<AttachRolePolicyResponse>
|
|
182
182
|
/**
|
|
183
183
|
* @description
|
|
184
184
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AttachUserPolicy.html IAM: AttachUserPolicy}
|
|
185
|
-
* - aws-lite docs: {@link https://github.com/
|
|
185
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#AttachUserPolicy IAM: AttachUserPolicy}
|
|
186
186
|
*/
|
|
187
187
|
AttachUserPolicy: (input: { PolicyArn: string, UserName: string }) => Promise<AttachUserPolicyResponse>
|
|
188
188
|
/**
|
|
189
189
|
* @description
|
|
190
190
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ChangePassword.html IAM: ChangePassword}
|
|
191
|
-
* - aws-lite docs: {@link https://github.com/
|
|
191
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ChangePassword IAM: ChangePassword}
|
|
192
192
|
*/
|
|
193
193
|
ChangePassword: (input: { NewPassword: string, OldPassword: string }) => Promise<ChangePasswordResponse>
|
|
194
194
|
/**
|
|
195
195
|
* @description
|
|
196
196
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html IAM: CreateAccessKey}
|
|
197
|
-
* - aws-lite docs: {@link https://github.com/
|
|
197
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateAccessKey IAM: CreateAccessKey}
|
|
198
198
|
*/
|
|
199
199
|
CreateAccessKey: (input: { UserName: string }) => Promise<CreateAccessKeyResponse>
|
|
200
200
|
/**
|
|
201
201
|
* @description
|
|
202
202
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccountAlias.html IAM: CreateAccountAlias}
|
|
203
|
-
* - aws-lite docs: {@link https://github.com/
|
|
203
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateAccountAlias IAM: CreateAccountAlias}
|
|
204
204
|
*/
|
|
205
205
|
CreateAccountAlias: (input: { AccountAlias: string }) => Promise<CreateAccountAliasResponse>
|
|
206
206
|
/**
|
|
207
207
|
* @description
|
|
208
208
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateGroup.html IAM: CreateGroup}
|
|
209
|
-
* - aws-lite docs: {@link https://github.com/
|
|
209
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateGroup IAM: CreateGroup}
|
|
210
210
|
*/
|
|
211
211
|
CreateGroup: (input: { GroupName: string, Path?: string }) => Promise<CreateGroupResponse>
|
|
212
212
|
/**
|
|
213
213
|
* @description
|
|
214
214
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateInstanceProfile.html IAM: CreateInstanceProfile}
|
|
215
|
-
* - aws-lite docs: {@link https://github.com/
|
|
215
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateInstanceProfile IAM: CreateInstanceProfile}
|
|
216
216
|
*/
|
|
217
217
|
CreateInstanceProfile: (input: { InstanceProfileName: string, Path?: string, Tags?: any[] }) => Promise<CreateInstanceProfileResponse>
|
|
218
218
|
/**
|
|
219
219
|
* @description
|
|
220
220
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateLoginProfile.html IAM: CreateLoginProfile}
|
|
221
|
-
* - aws-lite docs: {@link https://github.com/
|
|
221
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateLoginProfile IAM: CreateLoginProfile}
|
|
222
222
|
*/
|
|
223
223
|
CreateLoginProfile: (input: { Password: string, UserName: string, PasswordResetRequired?: boolean }) => Promise<CreateLoginProfileResponse>
|
|
224
224
|
/**
|
|
225
225
|
* @description
|
|
226
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/
|
|
227
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateOpenIDConnectProvider IAM: CreateOpenIDConnectProvider}
|
|
228
228
|
*/
|
|
229
229
|
CreateOpenIDConnectProvider: (input: { Url: string, ClientIDList?: any[], Tags?: any[], ThumbprintList?: any[] }) => Promise<CreateOpenIDConnectProviderResponse>
|
|
230
230
|
/**
|
|
231
231
|
* @description
|
|
232
232
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html IAM: CreatePolicy}
|
|
233
|
-
* - aws-lite docs: {@link https://github.com/
|
|
233
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreatePolicy IAM: CreatePolicy}
|
|
234
234
|
*/
|
|
235
235
|
CreatePolicy: (input: { PolicyDocument: string | Record<string, any>, PolicyName: string, Description?: string, Path?: string, Tags?: any[] }) => Promise<CreatePolicyResponse>
|
|
236
236
|
/**
|
|
237
237
|
* @description
|
|
238
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/
|
|
239
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreatePolicyVersion IAM: CreatePolicyVersion}
|
|
240
240
|
*/
|
|
241
241
|
CreatePolicyVersion: (input: { PolicyArn: string, PolicyDocument: string | Record<string, any>, SetAsDefault?: boolean }) => Promise<CreatePolicyVersionResponse>
|
|
242
242
|
/**
|
|
243
243
|
* @description
|
|
244
244
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html IAM: CreateRole}
|
|
245
|
-
* - aws-lite docs: {@link https://github.com/
|
|
245
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateRole IAM: CreateRole}
|
|
246
246
|
*/
|
|
247
247
|
CreateRole: (input: { AssumeRolePolicyDocument: string | Record<string, any>, RoleName: string, Description?: string, MaxSessionDuration?: number, Path?: string, PermissionsBoundary?: string, Tags?: any[] }) => Promise<CreateRoleResponse>
|
|
248
248
|
/**
|
|
249
249
|
* @description
|
|
250
250
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateServiceLinkedRole.html IAM: CreateServiceLinkedRole}
|
|
251
|
-
* - aws-lite docs: {@link https://github.com/
|
|
251
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateServiceLinkedRole IAM: CreateServiceLinkedRole}
|
|
252
252
|
*/
|
|
253
253
|
CreateServiceLinkedRole: (input: { AWSServiceName: string, CustomSuffix?: string, Description?: string }) => Promise<CreateServiceLinkedRoleResponse>
|
|
254
254
|
/**
|
|
255
255
|
* @description
|
|
256
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/
|
|
257
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateServiceSpecificCredential IAM: CreateServiceSpecificCredential}
|
|
258
258
|
*/
|
|
259
259
|
CreateServiceSpecificCredential: (input: { ServiceName: string, UserName: string }) => Promise<CreateServiceSpecificCredentialResponse>
|
|
260
260
|
/**
|
|
261
261
|
* @description
|
|
262
262
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateUser.html IAM: CreateUser}
|
|
263
|
-
* - aws-lite docs: {@link https://github.com/
|
|
263
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateUser IAM: CreateUser}
|
|
264
264
|
*/
|
|
265
265
|
CreateUser: (input: { UserName: string, Path?: string, PermissionsBoundary?: string, Tags?: any[] }) => Promise<CreateUserResponse>
|
|
266
266
|
/**
|
|
267
267
|
* @description
|
|
268
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/
|
|
269
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#CreateVirtualMFADevice IAM: CreateVirtualMFADevice}
|
|
270
270
|
*/
|
|
271
271
|
CreateVirtualMFADevice: (input: { VirtualMFADeviceName: string, Path?: string, Tags?: any[] }) => Promise<CreateVirtualMFADeviceResponse>
|
|
272
272
|
/**
|
|
273
273
|
* @description
|
|
274
274
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteAccessKey.html IAM: DeleteAccessKey}
|
|
275
|
-
* - aws-lite docs: {@link https://github.com/
|
|
275
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteAccessKey IAM: DeleteAccessKey}
|
|
276
276
|
*/
|
|
277
277
|
DeleteAccessKey: (input: { AccessKeyId: string, UserName?: string }) => Promise<DeleteAccessKeyResponse>
|
|
278
278
|
/**
|
|
279
279
|
* @description
|
|
280
280
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteAccountAlias.html IAM: DeleteAccountAlias}
|
|
281
|
-
* - aws-lite docs: {@link https://github.com/
|
|
281
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteAccountAlias IAM: DeleteAccountAlias}
|
|
282
282
|
*/
|
|
283
283
|
DeleteAccountAlias: (input: { AccountAlias: string }) => Promise<DeleteAccountAliasResponse>
|
|
284
|
-
/** @description aws-lite docs: {@link https://github.com/
|
|
284
|
+
/** @description aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteAccountPasswordPolicy IAM: DeleteAccountPasswordPolicy} */
|
|
285
285
|
DeleteAccountPasswordPolicy: () => Promise<DeleteAccountPasswordPolicyResponse>
|
|
286
286
|
/**
|
|
287
287
|
* @description
|
|
288
288
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroup.html IAM: DeleteGroup}
|
|
289
|
-
* - aws-lite docs: {@link https://github.com/
|
|
289
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteGroup IAM: DeleteGroup}
|
|
290
290
|
*/
|
|
291
291
|
DeleteGroup: (input: { GroupName: string }) => Promise<DeleteGroupResponse>
|
|
292
292
|
/**
|
|
293
293
|
* @description
|
|
294
294
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroupPolicy.html IAM: DeleteGroupPolicy}
|
|
295
|
-
* - aws-lite docs: {@link https://github.com/
|
|
295
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteGroupPolicy IAM: DeleteGroupPolicy}
|
|
296
296
|
*/
|
|
297
297
|
DeleteGroupPolicy: (input: { GroupName: string, PolicyName: string }) => Promise<DeleteGroupPolicyResponse>
|
|
298
298
|
/**
|
|
299
299
|
* @description
|
|
300
300
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteInstanceProfile.html IAM: DeleteInstanceProfile}
|
|
301
|
-
* - aws-lite docs: {@link https://github.com/
|
|
301
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteInstanceProfile IAM: DeleteInstanceProfile}
|
|
302
302
|
*/
|
|
303
303
|
DeleteInstanceProfile: (input: { InstanceProfileName: string }) => Promise<DeleteInstanceProfileResponse>
|
|
304
304
|
/**
|
|
305
305
|
* @description
|
|
306
306
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteLoginProfile.html IAM: DeleteLoginProfile}
|
|
307
|
-
* - aws-lite docs: {@link https://github.com/
|
|
307
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteLoginProfile IAM: DeleteLoginProfile}
|
|
308
308
|
*/
|
|
309
309
|
DeleteLoginProfile: (input: { UserName: string }) => Promise<DeleteLoginProfileResponse>
|
|
310
310
|
/**
|
|
311
311
|
* @description
|
|
312
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/
|
|
313
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteOpenIDConnectProvider IAM: DeleteOpenIDConnectProvider}
|
|
314
314
|
*/
|
|
315
315
|
DeleteOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string }) => Promise<DeleteOpenIDConnectProviderResponse>
|
|
316
316
|
/**
|
|
317
317
|
* @description
|
|
318
318
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicy.html IAM: DeletePolicy}
|
|
319
|
-
* - aws-lite docs: {@link https://github.com/
|
|
319
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeletePolicy IAM: DeletePolicy}
|
|
320
320
|
*/
|
|
321
321
|
DeletePolicy: (input: { PolicyArn: string }) => Promise<DeletePolicyResponse>
|
|
322
322
|
/**
|
|
323
323
|
* @description
|
|
324
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/
|
|
325
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeletePolicyVersion IAM: DeletePolicyVersion}
|
|
326
326
|
*/
|
|
327
327
|
DeletePolicyVersion: (input: { PolicyArn: string, VersionId: string }) => Promise<DeletePolicyVersionResponse>
|
|
328
328
|
/**
|
|
329
329
|
* @description
|
|
330
330
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRole.html IAM: DeleteRole}
|
|
331
|
-
* - aws-lite docs: {@link https://github.com/
|
|
331
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteRole IAM: DeleteRole}
|
|
332
332
|
*/
|
|
333
333
|
DeleteRole: (input: { RoleName: string }) => Promise<DeleteRoleResponse>
|
|
334
334
|
/**
|
|
335
335
|
* @description
|
|
336
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/
|
|
337
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteRolePermissionsBoundary IAM: DeleteRolePermissionsBoundary}
|
|
338
338
|
*/
|
|
339
339
|
DeleteRolePermissionsBoundary: (input: { RoleName: string }) => Promise<DeleteRolePermissionsBoundaryResponse>
|
|
340
340
|
/**
|
|
341
341
|
* @description
|
|
342
342
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRolePolicy.html IAM: DeleteRolePolicy}
|
|
343
|
-
* - aws-lite docs: {@link https://github.com/
|
|
343
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteRolePolicy IAM: DeleteRolePolicy}
|
|
344
344
|
*/
|
|
345
345
|
DeleteRolePolicy: (input: { RoleName: string, PolicyName: string }) => Promise<DeleteRolePolicyResponse>
|
|
346
346
|
/**
|
|
347
347
|
* @description
|
|
348
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/
|
|
349
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteServerCertificate IAM: DeleteServerCertificate}
|
|
350
350
|
*/
|
|
351
351
|
DeleteServerCertificate: (input: { ServerCertificateName: string }) => Promise<DeleteServerCertificateResponse>
|
|
352
352
|
/**
|
|
353
353
|
* @description
|
|
354
354
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceLinkedRole.html IAM: DeleteServiceLinkedRole}
|
|
355
|
-
* - aws-lite docs: {@link https://github.com/
|
|
355
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteServiceLinkedRole IAM: DeleteServiceLinkedRole}
|
|
356
356
|
*/
|
|
357
357
|
DeleteServiceLinkedRole: (input: { RoleName: string }) => Promise<DeleteServiceLinkedRoleResponse>
|
|
358
358
|
/**
|
|
359
359
|
* @description
|
|
360
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/
|
|
361
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteServiceSpecificCredential IAM: DeleteServiceSpecificCredential}
|
|
362
362
|
*/
|
|
363
363
|
DeleteServiceSpecificCredential: (input: { ServiceSpecificCredentialId: string, UserName: string }) => Promise<DeleteServiceSpecificCredentialResponse>
|
|
364
364
|
/**
|
|
365
365
|
* @description
|
|
366
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/
|
|
367
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteSigningCertificate IAM: DeleteSigningCertificate}
|
|
368
368
|
*/
|
|
369
369
|
DeleteSigningCertificate: (input: { CertificateId: string, UserName?: string }) => Promise<DeleteSigningCertificateResponse>
|
|
370
370
|
/**
|
|
371
371
|
* @description
|
|
372
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/
|
|
373
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteSSHPublicKey IAM: DeleteSSHPublicKey}
|
|
374
374
|
*/
|
|
375
375
|
DeleteSSHPublicKey: (input: { SSHPublicKeyId: string, UserName: string }) => Promise<DeleteSSHPublicKeyResponse>
|
|
376
376
|
/**
|
|
377
377
|
* @description
|
|
378
378
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUser.html IAM: DeleteUser}
|
|
379
|
-
* - aws-lite docs: {@link https://github.com/
|
|
379
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteUser IAM: DeleteUser}
|
|
380
380
|
*/
|
|
381
381
|
DeleteUser: (input: { UserName: string }) => Promise<DeleteUserResponse>
|
|
382
382
|
/**
|
|
383
383
|
* @description
|
|
384
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/
|
|
385
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteUserPermissionsBoundary IAM: DeleteUserPermissionsBoundary}
|
|
386
386
|
*/
|
|
387
387
|
DeleteUserPermissionsBoundary: (input: { UserName: string }) => Promise<DeleteUserPermissionsBoundaryResponse>
|
|
388
388
|
/**
|
|
389
389
|
* @description
|
|
390
390
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPolicy.html IAM: DeleteUserPolicy}
|
|
391
|
-
* - aws-lite docs: {@link https://github.com/
|
|
391
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteUserPolicy IAM: DeleteUserPolicy}
|
|
392
392
|
*/
|
|
393
393
|
DeleteUserPolicy: (input: { PolicyName: string, UserName: string }) => Promise<DeleteUserPolicyResponse>
|
|
394
394
|
/**
|
|
395
395
|
* @description
|
|
396
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/
|
|
397
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DeleteVirtualMFADevice IAM: DeleteVirtualMFADevice}
|
|
398
398
|
*/
|
|
399
399
|
DeleteVirtualMFADevice: (input: { SerialNumber: string }) => Promise<DeleteVirtualMFADeviceResponse>
|
|
400
400
|
/**
|
|
401
401
|
* @description
|
|
402
402
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachGroupPolicy.html IAM: DetachGroupPolicy}
|
|
403
|
-
* - aws-lite docs: {@link https://github.com/
|
|
403
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DetachGroupPolicy IAM: DetachGroupPolicy}
|
|
404
404
|
*/
|
|
405
405
|
DetachGroupPolicy: (input: { GroupName: string, PolicyArn: string }) => Promise<DetachGroupPolicyResponse>
|
|
406
406
|
/**
|
|
407
407
|
* @description
|
|
408
408
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachRolePolicy.html IAM: DetachRolePolicy}
|
|
409
|
-
* - aws-lite docs: {@link https://github.com/
|
|
409
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DetachRolePolicy IAM: DetachRolePolicy}
|
|
410
410
|
*/
|
|
411
411
|
DetachRolePolicy: (input: { PolicyArn: string, RoleName: string }) => Promise<DetachRolePolicyResponse>
|
|
412
412
|
/**
|
|
413
413
|
* @description
|
|
414
414
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachUserPolicy.html IAM: DetachUserPolicy}
|
|
415
|
-
* - aws-lite docs: {@link https://github.com/
|
|
415
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#DetachUserPolicy IAM: DetachUserPolicy}
|
|
416
416
|
*/
|
|
417
417
|
DetachUserPolicy: (input: { PolicyArn: string, UserName: string }) => Promise<DetachUserPolicyResponse>
|
|
418
|
-
/** @description aws-lite docs: {@link https://github.com/
|
|
418
|
+
/** @description aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GenerateCredentialReport IAM: GenerateCredentialReport} */
|
|
419
419
|
GenerateCredentialReport: () => Promise<GenerateCredentialReportResponse>
|
|
420
420
|
/**
|
|
421
421
|
* @description
|
|
422
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/
|
|
423
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GenerateOrganizationsAccessReport IAM: GenerateOrganizationsAccessReport}
|
|
424
424
|
*/
|
|
425
425
|
GenerateOrganizationsAccessReport: (input: { EntityPath: string, OrganizationsPolicyId?: string }) => Promise<GenerateOrganizationsAccessReportResponse>
|
|
426
426
|
/**
|
|
427
427
|
* @description
|
|
428
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/
|
|
429
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GenerateServiceLastAccessedDetails IAM: GenerateServiceLastAccessedDetails}
|
|
430
430
|
*/
|
|
431
431
|
GenerateServiceLastAccessedDetails: (input: { Arn: string, Granularity?: string }) => Promise<GenerateServiceLastAccessedDetailsResponse>
|
|
432
432
|
/**
|
|
433
433
|
* @description
|
|
434
434
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccessKeyLastUsed.html IAM: GetAccessKeyLastUsed}
|
|
435
|
-
* - aws-lite docs: {@link https://github.com/
|
|
435
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetAccessKeyLastUsed IAM: GetAccessKeyLastUsed}
|
|
436
436
|
*/
|
|
437
437
|
GetAccessKeyLastUsed: (input: { AccessKeyId: string }) => Promise<GetAccessKeyLastUsedResponse>
|
|
438
438
|
/**
|
|
439
439
|
* @description
|
|
440
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/
|
|
441
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetAccountAuthorizationDetails IAM: GetAccountAuthorizationDetails}
|
|
442
442
|
*/
|
|
443
|
-
GetAccountAuthorizationDetails: (input: { Filter?: any[], Marker?: string, MaxItems?: number }) => Promise<GetAccountAuthorizationDetailsResponse>
|
|
444
|
-
/** @description aws-lite docs: {@link https://github.com/
|
|
443
|
+
GetAccountAuthorizationDetails: (input: { Filter?: any[], Marker?: string, MaxItems?: number, paginate?: string }) => Promise<GetAccountAuthorizationDetailsResponse>
|
|
444
|
+
/** @description aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetAccountPasswordPolicy IAM: GetAccountPasswordPolicy} */
|
|
445
445
|
GetAccountPasswordPolicy: () => Promise<GetAccountPasswordPolicyResponse>
|
|
446
|
-
/** @description aws-lite docs: {@link https://github.com/
|
|
446
|
+
/** @description aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetAccountSummary IAM: GetAccountSummary} */
|
|
447
447
|
GetAccountSummary: () => Promise<GetAccountSummaryResponse>
|
|
448
448
|
/**
|
|
449
449
|
* @description
|
|
450
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/
|
|
451
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetContextKeysForCustomPolicy IAM: GetContextKeysForCustomPolicy}
|
|
452
452
|
*/
|
|
453
453
|
GetContextKeysForCustomPolicy: (input: { PolicyInputList: any[] }) => Promise<GetContextKeysForCustomPolicyResponse>
|
|
454
454
|
/**
|
|
455
455
|
* @description
|
|
456
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/
|
|
457
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetContextKeysForPrincipalPolicy IAM: GetContextKeysForPrincipalPolicy}
|
|
458
458
|
*/
|
|
459
459
|
GetContextKeysForPrincipalPolicy: (input: { PolicySourceArn: string, PolicyInputList?: any[] }) => Promise<GetContextKeysForPrincipalPolicyResponse>
|
|
460
|
-
/** @description aws-lite docs: {@link https://github.com/
|
|
460
|
+
/** @description aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetCredentialReport IAM: GetCredentialReport} */
|
|
461
461
|
GetCredentialReport: () => Promise<GetCredentialReportResponse>
|
|
462
462
|
/**
|
|
463
463
|
* @description
|
|
464
464
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroup.html IAM: GetGroup}
|
|
465
|
-
* - aws-lite docs: {@link https://github.com/
|
|
465
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetGroup IAM: GetGroup}
|
|
466
466
|
*/
|
|
467
|
-
GetGroup: (input: { GroupName: string, Marker?: string, MaxItems?: number }) => Promise<GetGroupResponse>
|
|
467
|
+
GetGroup: (input: { GroupName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<GetGroupResponse>
|
|
468
468
|
/**
|
|
469
469
|
* @description
|
|
470
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/
|
|
471
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetGroupPolicy IAM: GetGroupPolicy}
|
|
472
472
|
*/
|
|
473
473
|
GetGroupPolicy: (input: { GroupName: string, PolicyName: string }) => Promise<GetGroupPolicyResponse>
|
|
474
474
|
/**
|
|
475
475
|
* @description
|
|
476
476
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html IAM: GetInstanceProfile}
|
|
477
|
-
* - aws-lite docs: {@link https://github.com/
|
|
477
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetInstanceProfile IAM: GetInstanceProfile}
|
|
478
478
|
*/
|
|
479
479
|
GetInstanceProfile: (input: { InstanceProfileName: string }) => Promise<GetInstanceProfileResponse>
|
|
480
480
|
/**
|
|
481
481
|
* @description
|
|
482
482
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetLoginProfile.html IAM: GetLoginProfile}
|
|
483
|
-
* - aws-lite docs: {@link https://github.com/
|
|
483
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetLoginProfile IAM: GetLoginProfile}
|
|
484
484
|
*/
|
|
485
485
|
GetLoginProfile: (input: { UserName: string }) => Promise<GetLoginProfileResponse>
|
|
486
486
|
/**
|
|
487
487
|
* @description
|
|
488
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/
|
|
489
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetOpenIDConnectProvider IAM: GetOpenIDConnectProvider}
|
|
490
490
|
*/
|
|
491
491
|
GetOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string }) => Promise<GetOpenIDConnectProviderResponse>
|
|
492
492
|
/**
|
|
493
493
|
* @description
|
|
494
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/
|
|
495
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetOrganizationsAccessReport IAM: GetOrganizationsAccessReport}
|
|
496
496
|
*/
|
|
497
|
-
GetOrganizationsAccessReport: (input: { JobId: string, Marker?: string, MaxItems?: number, SortKey?: string, paginate?: boolean }) => Promise<GetOrganizationsAccessReportResponse>
|
|
497
|
+
GetOrganizationsAccessReport: (input: { JobId: string, Marker?: string, MaxItems?: number, SortKey?: string, paginate?: boolean | string }) => Promise<GetOrganizationsAccessReportResponse>
|
|
498
498
|
/**
|
|
499
499
|
* @description
|
|
500
500
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html IAM: GetPolicy}
|
|
501
|
-
* - aws-lite docs: {@link https://github.com/
|
|
501
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetPolicy IAM: GetPolicy}
|
|
502
502
|
*/
|
|
503
503
|
GetPolicy: (input: { PolicyArn: string }) => Promise<GetPolicyResponse>
|
|
504
504
|
/**
|
|
505
505
|
* @description
|
|
506
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/
|
|
507
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetPolicyVersion IAM: GetPolicyVersion}
|
|
508
508
|
*/
|
|
509
509
|
GetPolicyVersion: (input: { PolicyArn: string, VersionId: string }) => Promise<GetPolicyVersionResponse>
|
|
510
510
|
/**
|
|
511
511
|
* @description
|
|
512
512
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetRole.html IAM: GetRole}
|
|
513
|
-
* - aws-lite docs: {@link https://github.com/
|
|
513
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetRole IAM: GetRole}
|
|
514
514
|
*/
|
|
515
515
|
GetRole: (input: { RoleName: string }) => Promise<GetRoleResponse>
|
|
516
516
|
/**
|
|
517
517
|
* @description
|
|
518
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/
|
|
519
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetRolePolicy IAM: GetRolePolicy}
|
|
520
520
|
*/
|
|
521
521
|
GetRolePolicy: (input: { PolicyName: string, RoleName: string }) => Promise<GetRolePolicyResponse>
|
|
522
522
|
/**
|
|
523
523
|
* @description
|
|
524
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/
|
|
525
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetServerCertificate IAM: GetServerCertificate}
|
|
526
526
|
*/
|
|
527
527
|
GetServerCertificate: (input: { ServerCertificateName: string }) => Promise<GetServerCertificateResponse>
|
|
528
528
|
/**
|
|
529
529
|
* @description
|
|
530
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/
|
|
531
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetServiceLastAccessedDetails IAM: GetServiceLastAccessedDetails}
|
|
532
532
|
*/
|
|
533
|
-
GetServiceLastAccessedDetails: (input: { JobId: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<GetServiceLastAccessedDetailsResponse>
|
|
533
|
+
GetServiceLastAccessedDetails: (input: { JobId: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<GetServiceLastAccessedDetailsResponse>
|
|
534
534
|
/**
|
|
535
535
|
* @description
|
|
536
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/
|
|
537
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetServiceLastAccessedDetailsWithEntities IAM: GetServiceLastAccessedDetailsWithEntities}
|
|
538
538
|
*/
|
|
539
|
-
GetServiceLastAccessedDetailsWithEntities: (input: { JobId: string, ServiceNamespace: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<GetServiceLastAccessedDetailsWithEntitiesResponse>
|
|
539
|
+
GetServiceLastAccessedDetailsWithEntities: (input: { JobId: string, ServiceNamespace: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<GetServiceLastAccessedDetailsWithEntitiesResponse>
|
|
540
540
|
/**
|
|
541
541
|
* @description
|
|
542
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/
|
|
543
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetSSHPublicKey IAM: GetSSHPublicKey}
|
|
544
544
|
*/
|
|
545
545
|
GetSSHPublicKey: (input: { Encoding: string, SSHPublicKeyId: string, UserName: string }) => Promise<GetSSHPublicKeyResponse>
|
|
546
546
|
/**
|
|
547
547
|
* @description
|
|
548
548
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html IAM: GetUser}
|
|
549
|
-
* - aws-lite docs: {@link https://github.com/
|
|
549
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetUser IAM: GetUser}
|
|
550
550
|
*/
|
|
551
551
|
GetUser: (input: { UserName: string }) => Promise<GetUserResponse>
|
|
552
552
|
/**
|
|
553
553
|
* @description
|
|
554
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/
|
|
555
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#GetUserPolicy IAM: GetUserPolicy}
|
|
556
556
|
*/
|
|
557
557
|
GetUserPolicy: (input: { PolicyName: string, UserName: string }) => Promise<GetUserPolicyResponse>
|
|
558
558
|
/**
|
|
559
559
|
* @description
|
|
560
560
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html IAM: ListAccessKeys}
|
|
561
|
-
* - aws-lite docs: {@link https://github.com/
|
|
561
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListAccessKeys IAM: ListAccessKeys}
|
|
562
562
|
*/
|
|
563
|
-
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>
|
|
564
564
|
/**
|
|
565
565
|
* @description
|
|
566
566
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccountAliases.html IAM: ListAccountAliases}
|
|
567
|
-
* - aws-lite docs: {@link https://github.com/
|
|
567
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListAccountAliases IAM: ListAccountAliases}
|
|
568
568
|
*/
|
|
569
|
-
ListAccountAliases: (input: { Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListAccountAliasesResponse>
|
|
569
|
+
ListAccountAliases: (input: { Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListAccountAliasesResponse>
|
|
570
570
|
/**
|
|
571
571
|
* @description
|
|
572
572
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedGroupPolicies.html IAM: ListAttachedGroupPolicies}
|
|
573
|
-
* - aws-lite docs: {@link https://github.com/
|
|
573
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListAttachedGroupPolicies IAM: ListAttachedGroupPolicies}
|
|
574
574
|
*/
|
|
575
|
-
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>
|
|
576
576
|
/**
|
|
577
577
|
* @description
|
|
578
578
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedRolePolicies.html IAM: ListAttachedRolePolicies}
|
|
579
|
-
* - aws-lite docs: {@link https://github.com/
|
|
579
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListAttachedRolePolicies IAM: ListAttachedRolePolicies}
|
|
580
580
|
*/
|
|
581
|
-
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>
|
|
582
582
|
/**
|
|
583
583
|
* @description
|
|
584
584
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedUserPolicies.html IAM: ListAttachedUserPolicies}
|
|
585
|
-
* - aws-lite docs: {@link https://github.com/
|
|
585
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListAttachedUserPolicies IAM: ListAttachedUserPolicies}
|
|
586
586
|
*/
|
|
587
|
-
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
588
|
/**
|
|
589
589
|
* @description
|
|
590
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/
|
|
591
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListEntitiesForPolicy IAM: ListEntitiesForPolicy}
|
|
592
592
|
*/
|
|
593
|
-
ListEntitiesForPolicy: (input: { PolicyArn: string, EntityFilter?: string, Marker?: string, MaxItems?: number, PathPrefix?: string, PolicyUsageFilter?: string }) => Promise<ListEntitiesForPolicyResponse>
|
|
593
|
+
ListEntitiesForPolicy: (input: { PolicyArn: string, EntityFilter?: string, Marker?: string, MaxItems?: number, PathPrefix?: string, PolicyUsageFilter?: string, paginate?: string }) => Promise<ListEntitiesForPolicyResponse>
|
|
594
594
|
/**
|
|
595
595
|
* @description
|
|
596
596
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroupPolicies.html IAM: ListGroupPolicies}
|
|
597
|
-
* - aws-lite docs: {@link https://github.com/
|
|
597
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListGroupPolicies IAM: ListGroupPolicies}
|
|
598
598
|
*/
|
|
599
|
-
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>
|
|
600
600
|
/**
|
|
601
601
|
* @description
|
|
602
602
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroups.html IAM: ListGroups}
|
|
603
|
-
* - aws-lite docs: {@link https://github.com/
|
|
603
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListGroups IAM: ListGroups}
|
|
604
604
|
*/
|
|
605
|
-
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>
|
|
606
606
|
/**
|
|
607
607
|
* @description
|
|
608
608
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroupsForUser.html IAM: ListGroupsForUser}
|
|
609
|
-
* - aws-lite docs: {@link https://github.com/
|
|
609
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListGroupsForUser IAM: ListGroupsForUser}
|
|
610
610
|
*/
|
|
611
|
-
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>
|
|
612
612
|
/**
|
|
613
613
|
* @description
|
|
614
614
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfiles.html IAM: ListInstanceProfiles}
|
|
615
|
-
* - aws-lite docs: {@link https://github.com/
|
|
615
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListInstanceProfiles IAM: ListInstanceProfiles}
|
|
616
616
|
*/
|
|
617
|
-
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>
|
|
618
618
|
/**
|
|
619
619
|
* @description
|
|
620
620
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfilesForRole.html IAM: ListInstanceProfilesForRole}
|
|
621
|
-
* - aws-lite docs: {@link https://github.com/
|
|
621
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListInstanceProfilesForRole IAM: ListInstanceProfilesForRole}
|
|
622
622
|
*/
|
|
623
|
-
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>
|
|
624
624
|
/**
|
|
625
625
|
* @description
|
|
626
626
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfileTags.html IAM: ListInstanceProfileTags}
|
|
627
|
-
* - aws-lite docs: {@link https://github.com/
|
|
627
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListInstanceProfileTags IAM: ListInstanceProfileTags}
|
|
628
628
|
*/
|
|
629
|
-
ListInstanceProfileTags: (input: { InstanceProfileName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListInstanceProfileTagsResponse>
|
|
630
|
-
/** @description aws-lite docs: {@link https://github.com/
|
|
629
|
+
ListInstanceProfileTags: (input: { InstanceProfileName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListInstanceProfileTagsResponse>
|
|
630
|
+
/** @description aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListOpenIDConnectProviders IAM: ListOpenIDConnectProviders} */
|
|
631
631
|
ListOpenIDConnectProviders: () => Promise<ListOpenIDConnectProvidersResponse>
|
|
632
632
|
/**
|
|
633
633
|
* @description
|
|
634
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/
|
|
635
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListOpenIDConnectProviderTags IAM: ListOpenIDConnectProviderTags}
|
|
636
636
|
*/
|
|
637
|
-
ListOpenIDConnectProviderTags: (input: { OpenIDConnectProviderArn: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListOpenIDConnectProviderTagsResponse>
|
|
637
|
+
ListOpenIDConnectProviderTags: (input: { OpenIDConnectProviderArn: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListOpenIDConnectProviderTagsResponse>
|
|
638
638
|
/**
|
|
639
639
|
* @description
|
|
640
640
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicies.html IAM: ListPolicies}
|
|
641
|
-
* - aws-lite docs: {@link https://github.com/
|
|
641
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListPolicies IAM: ListPolicies}
|
|
642
642
|
*/
|
|
643
|
-
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
644
|
/**
|
|
645
645
|
* @description
|
|
646
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/
|
|
647
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListPoliciesGrantingServiceAccess IAM: ListPoliciesGrantingServiceAccess}
|
|
648
648
|
*/
|
|
649
|
-
ListPoliciesGrantingServiceAccess: (input: { Arn: string, ServiceNamespaces: any[], Marker?: string, paginate?: boolean }) => Promise<ListPoliciesGrantingServiceAccessResponse>
|
|
649
|
+
ListPoliciesGrantingServiceAccess: (input: { Arn: string, ServiceNamespaces: any[], Marker?: string, paginate?: boolean | string }) => Promise<ListPoliciesGrantingServiceAccessResponse>
|
|
650
650
|
/**
|
|
651
651
|
* @description
|
|
652
652
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyTags.html IAM: ListPolicyTags}
|
|
653
|
-
* - aws-lite docs: {@link https://github.com/
|
|
653
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListPolicyTags IAM: ListPolicyTags}
|
|
654
654
|
*/
|
|
655
|
-
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
656
|
/**
|
|
657
657
|
* @description
|
|
658
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/
|
|
659
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListPolicyVersions IAM: ListPolicyVersions}
|
|
660
660
|
*/
|
|
661
|
-
ListPolicyVersions: (input: { PolicyArn: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListPolicyVersionsResponse>
|
|
661
|
+
ListPolicyVersions: (input: { PolicyArn: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListPolicyVersionsResponse>
|
|
662
662
|
/**
|
|
663
663
|
* @description
|
|
664
664
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRolePolicies.html IAM: ListRolePolicies}
|
|
665
|
-
* - aws-lite docs: {@link https://github.com/
|
|
665
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListRolePolicies IAM: ListRolePolicies}
|
|
666
666
|
*/
|
|
667
|
-
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>
|
|
668
668
|
/**
|
|
669
669
|
* @description
|
|
670
670
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRoles.html IAM: ListRoles}
|
|
671
|
-
* - aws-lite docs: {@link https://github.com/
|
|
671
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListRoles IAM: ListRoles}
|
|
672
672
|
*/
|
|
673
|
-
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>
|
|
674
674
|
/**
|
|
675
675
|
* @description
|
|
676
676
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRoleTags.html IAM: ListRoleTags}
|
|
677
|
-
* - aws-lite docs: {@link https://github.com/
|
|
677
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListRoleTags IAM: ListRoleTags}
|
|
678
678
|
*/
|
|
679
|
-
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
680
|
/**
|
|
681
681
|
* @description
|
|
682
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/
|
|
683
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListServerCertificates IAM: ListServerCertificates}
|
|
684
684
|
*/
|
|
685
|
-
ListServerCertificates: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListServerCertificatesResponse>
|
|
685
|
+
ListServerCertificates: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean | string }) => Promise<ListServerCertificatesResponse>
|
|
686
686
|
/**
|
|
687
687
|
* @description
|
|
688
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/
|
|
689
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListServerCertificateTags IAM: ListServerCertificateTags}
|
|
690
690
|
*/
|
|
691
|
-
ListServerCertificateTags: (input: { ServerCertificateName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListServerCertificateTagsResponse>
|
|
691
|
+
ListServerCertificateTags: (input: { ServerCertificateName: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListServerCertificateTagsResponse>
|
|
692
692
|
/**
|
|
693
693
|
* @description
|
|
694
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/
|
|
695
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListServiceSpecificCredentials IAM: ListServiceSpecificCredentials}
|
|
696
696
|
*/
|
|
697
697
|
ListServiceSpecificCredentials: (input: { ServiceName?: string, UserName?: string }) => Promise<ListServiceSpecificCredentialsResponse>
|
|
698
698
|
/**
|
|
699
699
|
* @description
|
|
700
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/
|
|
701
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListSigningCertificates IAM: ListSigningCertificates}
|
|
702
702
|
*/
|
|
703
703
|
ListSigningCertificates: (input: { Marker?: string, MaxItems?: number, UserName?: string }) => Promise<ListSigningCertificatesResponse>
|
|
704
704
|
/**
|
|
705
705
|
* @description
|
|
706
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/
|
|
707
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListSSHPublicKeys IAM: ListSSHPublicKeys}
|
|
708
708
|
*/
|
|
709
709
|
ListSSHPublicKeys: (input: { Marker?: string, MaxItems?: number, UserName?: string }) => Promise<ListSSHPublicKeysResponse>
|
|
710
710
|
/**
|
|
711
711
|
* @description
|
|
712
712
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserPolicies.html IAM: ListUserPolicies}
|
|
713
|
-
* - aws-lite docs: {@link https://github.com/
|
|
713
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListUserPolicies IAM: ListUserPolicies}
|
|
714
714
|
*/
|
|
715
|
-
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>
|
|
716
716
|
/**
|
|
717
717
|
* @description
|
|
718
718
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUsers.html IAM: ListUsers}
|
|
719
|
-
* - aws-lite docs: {@link https://github.com/
|
|
719
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListUsers IAM: ListUsers}
|
|
720
720
|
*/
|
|
721
|
-
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>
|
|
722
722
|
/**
|
|
723
723
|
* @description
|
|
724
724
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserTags.html IAM: ListUserTags}
|
|
725
|
-
* - aws-lite docs: {@link https://github.com/
|
|
725
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListUserTags IAM: ListUserTags}
|
|
726
726
|
*/
|
|
727
|
-
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
728
|
/**
|
|
729
729
|
* @description
|
|
730
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/
|
|
731
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ListVirtualMFADevices IAM: ListVirtualMFADevices}
|
|
732
732
|
*/
|
|
733
|
-
ListVirtualMFADevices: (input: { AssignmentStatus?: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListVirtualMFADevicesResponse>
|
|
733
|
+
ListVirtualMFADevices: (input: { AssignmentStatus?: string, Marker?: string, MaxItems?: number, paginate?: boolean | string }) => Promise<ListVirtualMFADevicesResponse>
|
|
734
734
|
/**
|
|
735
735
|
* @description
|
|
736
736
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutGroupPolicy.html IAM: PutGroupPolicy}
|
|
737
|
-
* - aws-lite docs: {@link https://github.com/
|
|
737
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#PutGroupPolicy IAM: PutGroupPolicy}
|
|
738
738
|
*/
|
|
739
739
|
PutGroupPolicy: (input: { GroupName: string, PolicyDocument: string | Record<string, any>, PolicyName: string }) => Promise<PutGroupPolicyResponse>
|
|
740
740
|
/**
|
|
741
741
|
* @description
|
|
742
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/
|
|
743
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#PutRolePermissionsBoundary IAM: PutRolePermissionsBoundary}
|
|
744
744
|
*/
|
|
745
745
|
PutRolePermissionsBoundary: (input: { PermissionsBoundary: string, RoleName: string }) => Promise<PutRolePermissionsBoundaryResponse>
|
|
746
746
|
/**
|
|
747
747
|
* @description
|
|
748
748
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutRolePolicy.html IAM: PutRolePolicy}
|
|
749
|
-
* - aws-lite docs: {@link https://github.com/
|
|
749
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#PutRolePolicy IAM: PutRolePolicy}
|
|
750
750
|
*/
|
|
751
751
|
PutRolePolicy: (input: { PolicyDocument: string | Record<string, any>, PolicyName: string, RoleName: string }) => Promise<PutRolePolicyResponse>
|
|
752
752
|
/**
|
|
753
753
|
* @description
|
|
754
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/
|
|
755
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#PutUserPermissionsBoundary IAM: PutUserPermissionsBoundary}
|
|
756
756
|
*/
|
|
757
757
|
PutUserPermissionsBoundary: (input: { PermissionsBoundary: string, UserName: string }) => Promise<PutUserPermissionsBoundaryResponse>
|
|
758
758
|
/**
|
|
759
759
|
* @description
|
|
760
760
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html IAM: PutUserPolicy}
|
|
761
|
-
* - aws-lite docs: {@link https://github.com/
|
|
761
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#PutUserPolicy IAM: PutUserPolicy}
|
|
762
762
|
*/
|
|
763
763
|
PutUserPolicy: (input: { PolicyDocument: string | Record<string, any>, PolicyName: string, UserName: string }) => Promise<PutUserPolicyResponse>
|
|
764
764
|
/**
|
|
765
765
|
* @description
|
|
766
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/
|
|
767
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#RemoveClientIDFromOpenIDConnectProvider IAM: RemoveClientIDFromOpenIDConnectProvider}
|
|
768
768
|
*/
|
|
769
769
|
RemoveClientIDFromOpenIDConnectProvider: (input: { ClientID: string, OpenIDConnectProviderArn: string }) => Promise<RemoveClientIDFromOpenIDConnectProviderResponse>
|
|
770
770
|
/**
|
|
771
771
|
* @description
|
|
772
772
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveRoleFromInstanceProfile.html IAM: RemoveRoleFromInstanceProfile}
|
|
773
|
-
* - aws-lite docs: {@link https://github.com/
|
|
773
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#RemoveRoleFromInstanceProfile IAM: RemoveRoleFromInstanceProfile}
|
|
774
774
|
*/
|
|
775
775
|
RemoveRoleFromInstanceProfile: (input: { InstanceProfileName: string, RoleName: string }) => Promise<RemoveRoleFromInstanceProfileResponse>
|
|
776
776
|
/**
|
|
777
777
|
* @description
|
|
778
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/
|
|
779
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#RemoveUserFromGroup IAM: RemoveUserFromGroup}
|
|
780
780
|
*/
|
|
781
781
|
RemoveUserFromGroup: (input: { GroupName: string, UserName: string }) => Promise<RemoveUserFromGroupResponse>
|
|
782
782
|
/**
|
|
783
783
|
* @description
|
|
784
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/
|
|
785
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#ResetServiceSpecificCredential IAM: ResetServiceSpecificCredential}
|
|
786
786
|
*/
|
|
787
787
|
ResetServiceSpecificCredential: (input: { ServiceSpecificCredentialId: string, UserName?: string }) => Promise<ResetServiceSpecificCredentialResponse>
|
|
788
788
|
/**
|
|
789
789
|
* @description
|
|
790
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/
|
|
791
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#SetDefaultPolicyVersion IAM: SetDefaultPolicyVersion}
|
|
792
792
|
*/
|
|
793
793
|
SetDefaultPolicyVersion: (input: { PolicyArn: string, VersionId: string }) => Promise<SetDefaultPolicyVersionResponse>
|
|
794
794
|
/**
|
|
795
795
|
* @description
|
|
796
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/
|
|
797
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#SetSecurityTokenServicePreferences IAM: SetSecurityTokenServicePreferences}
|
|
798
798
|
*/
|
|
799
799
|
SetSecurityTokenServicePreferences: (input: { GlobalEndpointTokenVersion: string }) => Promise<SetSecurityTokenServicePreferencesResponse>
|
|
800
800
|
/**
|
|
801
801
|
* @description
|
|
802
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/
|
|
803
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#SimulateCustomPolicy IAM: SimulateCustomPolicy}
|
|
804
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 }) => Promise<SimulateCustomPolicyResponse>
|
|
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
806
|
/**
|
|
807
807
|
* @description
|
|
808
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/
|
|
809
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#SimulatePrincipalPolicy IAM: SimulatePrincipalPolicy}
|
|
810
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 }) => Promise<SimulatePrincipalPolicyResponse>
|
|
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>
|
|
812
812
|
/**
|
|
813
813
|
* @description
|
|
814
814
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagInstanceProfile.html IAM: TagInstanceProfile}
|
|
815
|
-
* - aws-lite docs: {@link https://github.com/
|
|
815
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#TagInstanceProfile IAM: TagInstanceProfile}
|
|
816
816
|
*/
|
|
817
817
|
TagInstanceProfile: (input: { InstanceProfileName: string, Tags: any[] }) => Promise<TagInstanceProfileResponse>
|
|
818
818
|
/**
|
|
819
819
|
* @description
|
|
820
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/
|
|
821
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#TagOpenIDConnectProvider IAM: TagOpenIDConnectProvider}
|
|
822
822
|
*/
|
|
823
823
|
TagOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string, Tags: any[] }) => Promise<TagOpenIDConnectProviderResponse>
|
|
824
824
|
/**
|
|
825
825
|
* @description
|
|
826
826
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagPolicy.html IAM: TagPolicy}
|
|
827
|
-
* - aws-lite docs: {@link https://github.com/
|
|
827
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#TagPolicy IAM: TagPolicy}
|
|
828
828
|
*/
|
|
829
829
|
TagPolicy: (input: { PolicyArn: string, Tags: any[] }) => Promise<TagPolicyResponse>
|
|
830
830
|
/**
|
|
831
831
|
* @description
|
|
832
832
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagRole.html IAM: TagRole}
|
|
833
|
-
* - aws-lite docs: {@link https://github.com/
|
|
833
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#TagRole IAM: TagRole}
|
|
834
834
|
*/
|
|
835
835
|
TagRole: (input: { RoleName: string, Tags: any[] }) => Promise<TagRoleResponse>
|
|
836
836
|
/**
|
|
837
837
|
* @description
|
|
838
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/
|
|
839
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#TagServerCertificate IAM: TagServerCertificate}
|
|
840
840
|
*/
|
|
841
841
|
TagServerCertificate: (input: { ServerCertificateName: string, Tags: any[] }) => Promise<TagServerCertificateResponse>
|
|
842
842
|
/**
|
|
843
843
|
* @description
|
|
844
844
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagUser.html IAM: TagUser}
|
|
845
|
-
* - aws-lite docs: {@link https://github.com/
|
|
845
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#TagUser IAM: TagUser}
|
|
846
846
|
*/
|
|
847
847
|
TagUser: (input: { UserName: string, Tags: any[] }) => Promise<TagUserResponse>
|
|
848
848
|
/**
|
|
849
849
|
* @description
|
|
850
850
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagInstanceProfile.html IAM: UntagInstanceProfile}
|
|
851
|
-
* - aws-lite docs: {@link https://github.com/
|
|
851
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UntagInstanceProfile IAM: UntagInstanceProfile}
|
|
852
852
|
*/
|
|
853
853
|
UntagInstanceProfile: (input: { InstanceProfileName: string, TagKeys: any[] }) => Promise<UntagInstanceProfileResponse>
|
|
854
854
|
/**
|
|
855
855
|
* @description
|
|
856
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/
|
|
857
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UntagOpenIDConnectProvider IAM: UntagOpenIDConnectProvider}
|
|
858
858
|
*/
|
|
859
859
|
UntagOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string, TagKeys: any[] }) => Promise<UntagOpenIDConnectProviderResponse>
|
|
860
860
|
/**
|
|
861
861
|
* @description
|
|
862
862
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagPolicy.html IAM: UntagPolicy}
|
|
863
|
-
* - aws-lite docs: {@link https://github.com/
|
|
863
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UntagPolicy IAM: UntagPolicy}
|
|
864
864
|
*/
|
|
865
865
|
UntagPolicy: (input: { PolicyArn: string, TagKeys: any[] }) => Promise<UntagPolicyResponse>
|
|
866
866
|
/**
|
|
867
867
|
* @description
|
|
868
868
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagRole.html IAM: UntagRole}
|
|
869
|
-
* - aws-lite docs: {@link https://github.com/
|
|
869
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UntagRole IAM: UntagRole}
|
|
870
870
|
*/
|
|
871
871
|
UntagRole: (input: { RoleName: string, TagKeys: any[] }) => Promise<UntagRoleResponse>
|
|
872
872
|
/**
|
|
873
873
|
* @description
|
|
874
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/
|
|
875
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UntagServerCertificate IAM: UntagServerCertificate}
|
|
876
876
|
*/
|
|
877
877
|
UntagServerCertificate: (input: { ServerCertificateName: string, TagKeys: any[] }) => Promise<UntagServerCertificateResponse>
|
|
878
878
|
/**
|
|
879
879
|
* @description
|
|
880
880
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagUser.html IAM: UntagUser}
|
|
881
|
-
* - aws-lite docs: {@link https://github.com/
|
|
881
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UntagUser IAM: UntagUser}
|
|
882
882
|
*/
|
|
883
883
|
UntagUser: (input: { UserName: string, TagKeys: any[] }) => Promise<UntagUserResponse>
|
|
884
884
|
/**
|
|
885
885
|
* @description
|
|
886
886
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAccessKey.html IAM: UpdateAccessKey}
|
|
887
|
-
* - aws-lite docs: {@link https://github.com/
|
|
887
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateAccessKey IAM: UpdateAccessKey}
|
|
888
888
|
*/
|
|
889
889
|
UpdateAccessKey: (input: { AccessKeyId: string, Status: string, UserName?: string }) => Promise<UpdateAccessKeyResponse>
|
|
890
890
|
/**
|
|
891
891
|
* @description
|
|
892
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/
|
|
893
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateAccountPasswordPolicy IAM: UpdateAccountPasswordPolicy}
|
|
894
894
|
*/
|
|
895
895
|
UpdateAccountPasswordPolicy: (input: { AllowUsersToChangePassword?: boolean, HardExpiry?: boolean, MaxPasswordAge?: number, MinimumPasswordLength?: number, PasswordReusePrevention?: number, RequireLowercaseCharacters?: boolean, RequireNumbers?: boolean, RequireSymbols?: boolean, RequireUppercaseCharacters?: boolean }) => Promise<UpdateAccountPasswordPolicyResponse>
|
|
896
896
|
/**
|
|
897
897
|
* @description
|
|
898
898
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAssumeRolePolicy.html IAM: UpdateAssumeRolePolicy}
|
|
899
|
-
* - aws-lite docs: {@link https://github.com/
|
|
899
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateAssumeRolePolicy IAM: UpdateAssumeRolePolicy}
|
|
900
900
|
*/
|
|
901
901
|
UpdateAssumeRolePolicy: (input: { PolicyDocument: string | Record<string, any>, RoleName: string }) => Promise<UpdateAssumeRolePolicyResponse>
|
|
902
902
|
/**
|
|
903
903
|
* @description
|
|
904
904
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateGroup.html IAM: UpdateGroup}
|
|
905
|
-
* - aws-lite docs: {@link https://github.com/
|
|
905
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateGroup IAM: UpdateGroup}
|
|
906
906
|
*/
|
|
907
907
|
UpdateGroup: (input: { GroupName: string, NewGroupName?: string, NewPath?: string }) => Promise<UpdateGroupResponse>
|
|
908
908
|
/**
|
|
909
909
|
* @description
|
|
910
910
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateLoginProfile.html IAM: UpdateLoginProfile}
|
|
911
|
-
* - aws-lite docs: {@link https://github.com/
|
|
911
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateLoginProfile IAM: UpdateLoginProfile}
|
|
912
912
|
*/
|
|
913
913
|
UpdateLoginProfile: (input: { UserName: string, Password?: string, PasswordResetRequired?: boolean }) => Promise<UpdateLoginProfileResponse>
|
|
914
914
|
/**
|
|
915
915
|
* @description
|
|
916
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/
|
|
917
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateOpenIDConnectProviderThumbprint IAM: UpdateOpenIDConnectProviderThumbprint}
|
|
918
918
|
*/
|
|
919
919
|
UpdateOpenIDConnectProviderThumbprint: (input: { OpenIDConnectProviderArn: string, ThumbprintList: any[] }) => Promise<UpdateOpenIDConnectProviderThumbprintResponse>
|
|
920
920
|
/**
|
|
921
921
|
* @description
|
|
922
922
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateRole.html IAM: UpdateRole}
|
|
923
|
-
* - aws-lite docs: {@link https://github.com/
|
|
923
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateRole IAM: UpdateRole}
|
|
924
924
|
*/
|
|
925
925
|
UpdateRole: (input: { RoleName: string, Description?: string, MaxSessionDuration?: number }) => Promise<UpdateRoleResponse>
|
|
926
926
|
/**
|
|
927
927
|
* @description
|
|
928
928
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateRoleDescription.html IAM: UpdateRoleDescription}
|
|
929
|
-
* - aws-lite docs: {@link https://github.com/
|
|
929
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateRoleDescription IAM: UpdateRoleDescription}
|
|
930
930
|
*/
|
|
931
931
|
UpdateRoleDescription: (input: { RoleName: string, Description?: string }) => Promise<UpdateRoleDescriptionResponse>
|
|
932
932
|
/**
|
|
933
933
|
* @description
|
|
934
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/
|
|
935
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateServerCertificate IAM: UpdateServerCertificate}
|
|
936
936
|
*/
|
|
937
937
|
UpdateServerCertificate: (input: { ServerCertificateName: string, NewPath?: string, NewServerCertificateName?: string }) => Promise<UpdateServerCertificateResponse>
|
|
938
938
|
/**
|
|
939
939
|
* @description
|
|
940
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/
|
|
941
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateServiceSpecificCredential IAM: UpdateServiceSpecificCredential}
|
|
942
942
|
*/
|
|
943
943
|
UpdateServiceSpecificCredential: (input: { ServiceSpecificCredentialId: string, Status: string, UserName?: string }) => Promise<UpdateServiceSpecificCredentialResponse>
|
|
944
944
|
/**
|
|
945
945
|
* @description
|
|
946
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/
|
|
947
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateSigningCertificate IAM: UpdateSigningCertificate}
|
|
948
948
|
*/
|
|
949
949
|
UpdateSigningCertificate: (input: { CertificateId: string, Status: string, UserName?: string }) => Promise<UpdateSigningCertificateResponse>
|
|
950
950
|
/**
|
|
951
951
|
* @description
|
|
952
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/
|
|
953
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateSSHPublicKey IAM: UpdateSSHPublicKey}
|
|
954
954
|
*/
|
|
955
955
|
UpdateSSHPublicKey: (input: { SSHPublicKeyId: string, Status: string, UserName: string }) => Promise<UpdateSSHPublicKeyResponse>
|
|
956
956
|
/**
|
|
957
957
|
* @description
|
|
958
958
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateUser.html IAM: UpdateUser}
|
|
959
|
-
* - aws-lite docs: {@link https://github.com/
|
|
959
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UpdateUser IAM: UpdateUser}
|
|
960
960
|
*/
|
|
961
961
|
UpdateUser: (input: { UserName: string, NewPath?: string, NewUserName?: string }) => Promise<UpdateUserResponse>
|
|
962
962
|
/**
|
|
963
963
|
* @description
|
|
964
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/
|
|
965
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UploadServerCertificate IAM: UploadServerCertificate}
|
|
966
966
|
*/
|
|
967
967
|
UploadServerCertificate: (input: { CertificateBody: string, PrivateKey: string, ServerCertificateName: string, CertificateChain?: string, Path?: string, Tags?: any[] }) => Promise<UploadServerCertificateResponse>
|
|
968
968
|
/**
|
|
969
969
|
* @description
|
|
970
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/
|
|
971
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UploadSigningCertificate IAM: UploadSigningCertificate}
|
|
972
972
|
*/
|
|
973
973
|
UploadSigningCertificate: (input: { CertificateBody: string, UserName?: string }) => Promise<UploadSigningCertificateResponse>
|
|
974
974
|
/**
|
|
975
975
|
* @description
|
|
976
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/
|
|
977
|
+
* - aws-lite docs: {@link https://github.com/aws-lite/aws-lite/blob/main/plugins/iam/readme.md#UploadSSHPublicKey IAM: UploadSSHPublicKey}
|
|
978
978
|
*/
|
|
979
979
|
UploadSSHPublicKey: (input: { SSHPublicKeyBody: string, UserName: string }) => Promise<UploadSSHPublicKeyResponse>
|
|
980
980
|
// $METHODS_END
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-lite/iam-types",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Type definitions for the `@aws-lite/iam` plugin",
|
|
5
5
|
"homepage": "https://aws-lite.org/services/iam",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/aws-lite/aws-lite.git",
|
|
9
9
|
"directory": "plugins/iam/types"
|
|
10
10
|
},
|
|
11
|
-
"bugs": "https://github.com/
|
|
11
|
+
"bugs": "https://github.com/aws-lite/aws-lite/issues",
|
|
12
12
|
"main": "",
|
|
13
13
|
"engines": {
|
|
14
14
|
"node": ">=16"
|