@aws-sdk/client-iam 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/protocols/Aws_query.js +159 -783
- package/dist-es/protocols/Aws_query.js +159 -783
- package/dist-types/IAM.d.ts +162 -2
- package/dist-types/IAMClient.d.ts +24 -4
- package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -4
- package/dist-types/commands/AddUserToGroupCommand.d.ts +16 -0
- package/dist-types/commands/AttachGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/AttachRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/AttachUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ChangePasswordCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccessKeyCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccountAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRoleCommand.d.ts +16 -0
- package/dist-types/commands/CreateSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +16 -0
- package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccessKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRoleCommand.d.ts +20 -4
- package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +22 -5
- package/dist-types/commands/DeleteRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/DetachGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/DetachUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/EnableMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/GenerateCredentialReportCommand.d.ts +16 -0
- package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +16 -0
- package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountSummaryCommand.d.ts +16 -0
- package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetCredentialReportCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetRoleCommand.d.ts +16 -0
- package/dist-types/commands/GetRolePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/GetServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetUserCommand.d.ts +16 -0
- package/dist-types/commands/GetUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsForUserCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +16 -0
- package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListMFADevicesCommand.d.ts +16 -0
- package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListRolePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListRoleTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListRolesCommand.d.ts +16 -0
- package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListSAMLProvidersCommand.d.ts +16 -0
- package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListServerCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/ListSigningCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListUserPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListUserTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +16 -0
- package/dist-types/commands/PutGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +21 -5
- package/dist-types/commands/PutRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +16 -0
- package/dist-types/commands/PutUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +20 -4
- package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +16 -0
- package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/ResyncMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +16 -0
- package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +16 -0
- package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/TagMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/TagPolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagRoleCommand.d.ts +16 -0
- package/dist-types/commands/TagSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/TagServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/TagUserCommand.d.ts +16 -0
- package/dist-types/commands/UntagInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/UntagMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/UntagPolicyCommand.d.ts +16 -0
- package/dist-types/commands/UntagRoleCommand.d.ts +16 -0
- package/dist-types/commands/UntagSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/UntagServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UntagUserCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccessKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRoleCommand.d.ts +20 -4
- package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +20 -4
- package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
- package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/UploadServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UploadSigningCertificateCommand.d.ts +16 -0
- package/dist-types/models/IAMServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +649 -7
- package/dist-types/models/models_1.d.ts +83 -1
- package/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetGroupPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccessKeysPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAccountAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupsForUserPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMFADevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRolePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRolesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +3 -0
- package/dist-types/pagination/ListServerCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUserPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUserTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +3 -0
- package/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
3
3
|
import { Role, ServerCertificateMetadata, SigningCertificate, SSHPublicKey, StatusType, Tag } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export interface UntagPolicyRequest {
|
|
5
8
|
/**
|
|
6
9
|
* <p>The ARN of the IAM customer managed policy from which you want to remove
|
|
@@ -15,6 +18,9 @@ export interface UntagPolicyRequest {
|
|
|
15
18
|
*/
|
|
16
19
|
TagKeys: string[] | undefined;
|
|
17
20
|
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
18
24
|
export interface UntagRoleRequest {
|
|
19
25
|
/**
|
|
20
26
|
* <p>The name of the IAM role from which you want to remove tags.</p>
|
|
@@ -28,6 +34,9 @@ export interface UntagRoleRequest {
|
|
|
28
34
|
*/
|
|
29
35
|
TagKeys: string[] | undefined;
|
|
30
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
31
40
|
export interface UntagSAMLProviderRequest {
|
|
32
41
|
/**
|
|
33
42
|
* <p>The ARN of the SAML identity provider in IAM from which you want to remove
|
|
@@ -42,6 +51,9 @@ export interface UntagSAMLProviderRequest {
|
|
|
42
51
|
*/
|
|
43
52
|
TagKeys: string[] | undefined;
|
|
44
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
45
57
|
export interface UntagServerCertificateRequest {
|
|
46
58
|
/**
|
|
47
59
|
* <p>The name of the IAM server certificate from which you want to remove tags.</p>
|
|
@@ -55,6 +67,9 @@ export interface UntagServerCertificateRequest {
|
|
|
55
67
|
*/
|
|
56
68
|
TagKeys: string[] | undefined;
|
|
57
69
|
}
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
58
73
|
export interface UntagUserRequest {
|
|
59
74
|
/**
|
|
60
75
|
* <p>The name of the IAM user from which you want to remove tags.</p>
|
|
@@ -68,6 +83,9 @@ export interface UntagUserRequest {
|
|
|
68
83
|
*/
|
|
69
84
|
TagKeys: string[] | undefined;
|
|
70
85
|
}
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
71
89
|
export interface UpdateAccessKeyRequest {
|
|
72
90
|
/**
|
|
73
91
|
* <p>The name of the user whose key you want to update.</p>
|
|
@@ -88,6 +106,9 @@ export interface UpdateAccessKeyRequest {
|
|
|
88
106
|
*/
|
|
89
107
|
Status: StatusType | string | undefined;
|
|
90
108
|
}
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
91
112
|
export interface UpdateAccountPasswordPolicyRequest {
|
|
92
113
|
/**
|
|
93
114
|
* <p>The minimum number of characters allowed in an IAM user password.</p>
|
|
@@ -98,7 +119,7 @@ export interface UpdateAccountPasswordPolicyRequest {
|
|
|
98
119
|
/**
|
|
99
120
|
* <p>Specifies whether IAM user passwords must contain at least one of the following
|
|
100
121
|
* non-alphanumeric characters:</p>
|
|
101
|
-
* <p>! @ # $ % ^ & * ( ) _ + - = [ ] { } | '</p>
|
|
122
|
+
* <p>! @ # $ % ^ & * ( ) _ + - = [ ] \{ \} | '</p>
|
|
102
123
|
* <p>If you do not specify a value for this parameter, then the operation uses the default
|
|
103
124
|
* value of <code>false</code>. The result is that passwords do not require at least one
|
|
104
125
|
* symbol character.</p>
|
|
@@ -172,6 +193,9 @@ export interface UpdateAccountPasswordPolicyRequest {
|
|
|
172
193
|
*/
|
|
173
194
|
HardExpiry?: boolean;
|
|
174
195
|
}
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
175
199
|
export interface UpdateAssumeRolePolicyRequest {
|
|
176
200
|
/**
|
|
177
201
|
* <p>The name of the role to update with the new policy.</p>
|
|
@@ -203,6 +227,9 @@ export interface UpdateAssumeRolePolicyRequest {
|
|
|
203
227
|
*/
|
|
204
228
|
PolicyDocument: string | undefined;
|
|
205
229
|
}
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
206
233
|
export interface UpdateGroupRequest {
|
|
207
234
|
/**
|
|
208
235
|
* <p>Name of the IAM group to update. If you're changing the name of the group, this is
|
|
@@ -227,6 +254,9 @@ export interface UpdateGroupRequest {
|
|
|
227
254
|
*/
|
|
228
255
|
NewGroupName?: string;
|
|
229
256
|
}
|
|
257
|
+
/**
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
230
260
|
export interface UpdateLoginProfileRequest {
|
|
231
261
|
/**
|
|
232
262
|
* <p>The name of the user whose password you want to update.</p>
|
|
@@ -262,6 +292,9 @@ export interface UpdateLoginProfileRequest {
|
|
|
262
292
|
*/
|
|
263
293
|
PasswordResetRequired?: boolean;
|
|
264
294
|
}
|
|
295
|
+
/**
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
265
298
|
export interface UpdateOpenIDConnectProviderThumbprintRequest {
|
|
266
299
|
/**
|
|
267
300
|
* <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which
|
|
@@ -276,6 +309,9 @@ export interface UpdateOpenIDConnectProviderThumbprintRequest {
|
|
|
276
309
|
*/
|
|
277
310
|
ThumbprintList: string[] | undefined;
|
|
278
311
|
}
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
279
315
|
export interface UpdateRoleRequest {
|
|
280
316
|
/**
|
|
281
317
|
* <p>The name of the role that you want to modify.</p>
|
|
@@ -302,8 +338,14 @@ export interface UpdateRoleRequest {
|
|
|
302
338
|
*/
|
|
303
339
|
MaxSessionDuration?: number;
|
|
304
340
|
}
|
|
341
|
+
/**
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
305
344
|
export interface UpdateRoleResponse {
|
|
306
345
|
}
|
|
346
|
+
/**
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
307
349
|
export interface UpdateRoleDescriptionRequest {
|
|
308
350
|
/**
|
|
309
351
|
* <p>The name of the role that you want to modify.</p>
|
|
@@ -314,12 +356,18 @@ export interface UpdateRoleDescriptionRequest {
|
|
|
314
356
|
*/
|
|
315
357
|
Description: string | undefined;
|
|
316
358
|
}
|
|
359
|
+
/**
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
317
362
|
export interface UpdateRoleDescriptionResponse {
|
|
318
363
|
/**
|
|
319
364
|
* <p>A structure that contains details about the modified role.</p>
|
|
320
365
|
*/
|
|
321
366
|
Role?: Role;
|
|
322
367
|
}
|
|
368
|
+
/**
|
|
369
|
+
* @public
|
|
370
|
+
*/
|
|
323
371
|
export interface UpdateSAMLProviderRequest {
|
|
324
372
|
/**
|
|
325
373
|
* <p>An XML document generated by an identity provider (IdP) that supports SAML 2.0. The
|
|
@@ -336,6 +384,7 @@ export interface UpdateSAMLProviderRequest {
|
|
|
336
384
|
SAMLProviderArn: string | undefined;
|
|
337
385
|
}
|
|
338
386
|
/**
|
|
387
|
+
* @public
|
|
339
388
|
* <p>Contains the response to a successful <a>UpdateSAMLProvider</a> request.
|
|
340
389
|
* </p>
|
|
341
390
|
*/
|
|
@@ -345,6 +394,9 @@ export interface UpdateSAMLProviderResponse {
|
|
|
345
394
|
*/
|
|
346
395
|
SAMLProviderArn?: string;
|
|
347
396
|
}
|
|
397
|
+
/**
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
348
400
|
export interface UpdateServerCertificateRequest {
|
|
349
401
|
/**
|
|
350
402
|
* <p>The name of the server certificate that you want to update.</p>
|
|
@@ -369,6 +421,9 @@ export interface UpdateServerCertificateRequest {
|
|
|
369
421
|
*/
|
|
370
422
|
NewServerCertificateName?: string;
|
|
371
423
|
}
|
|
424
|
+
/**
|
|
425
|
+
* @public
|
|
426
|
+
*/
|
|
372
427
|
export interface UpdateServiceSpecificCredentialRequest {
|
|
373
428
|
/**
|
|
374
429
|
* <p>The name of the IAM user associated with the service-specific credential. If you do
|
|
@@ -389,6 +444,9 @@ export interface UpdateServiceSpecificCredentialRequest {
|
|
|
389
444
|
*/
|
|
390
445
|
Status: StatusType | string | undefined;
|
|
391
446
|
}
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
392
450
|
export interface UpdateSigningCertificateRequest {
|
|
393
451
|
/**
|
|
394
452
|
* <p>The name of the IAM user the signing certificate belongs to.</p>
|
|
@@ -409,6 +467,9 @@ export interface UpdateSigningCertificateRequest {
|
|
|
409
467
|
*/
|
|
410
468
|
Status: StatusType | string | undefined;
|
|
411
469
|
}
|
|
470
|
+
/**
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
412
473
|
export interface UpdateSSHPublicKeyRequest {
|
|
413
474
|
/**
|
|
414
475
|
* <p>The name of the IAM user associated with the SSH public key.</p>
|
|
@@ -429,6 +490,9 @@ export interface UpdateSSHPublicKeyRequest {
|
|
|
429
490
|
*/
|
|
430
491
|
Status: StatusType | string | undefined;
|
|
431
492
|
}
|
|
493
|
+
/**
|
|
494
|
+
* @public
|
|
495
|
+
*/
|
|
432
496
|
export interface UpdateUserRequest {
|
|
433
497
|
/**
|
|
434
498
|
* <p>Name of the user to update. If you're changing the name of the user, this is the
|
|
@@ -456,6 +520,7 @@ export interface UpdateUserRequest {
|
|
|
456
520
|
NewUserName?: string;
|
|
457
521
|
}
|
|
458
522
|
/**
|
|
523
|
+
* @public
|
|
459
524
|
* <p>The request was rejected because the public key certificate and the private key do not
|
|
460
525
|
* match.</p>
|
|
461
526
|
*/
|
|
@@ -468,6 +533,7 @@ export declare class KeyPairMismatchException extends __BaseException {
|
|
|
468
533
|
constructor(opts: __ExceptionOptionType<KeyPairMismatchException, __BaseException>);
|
|
469
534
|
}
|
|
470
535
|
/**
|
|
536
|
+
* @public
|
|
471
537
|
* <p>The request was rejected because the certificate was malformed or expired. The error
|
|
472
538
|
* message describes the specific error.</p>
|
|
473
539
|
*/
|
|
@@ -479,6 +545,9 @@ export declare class MalformedCertificateException extends __BaseException {
|
|
|
479
545
|
*/
|
|
480
546
|
constructor(opts: __ExceptionOptionType<MalformedCertificateException, __BaseException>);
|
|
481
547
|
}
|
|
548
|
+
/**
|
|
549
|
+
* @public
|
|
550
|
+
*/
|
|
482
551
|
export interface UploadServerCertificateRequest {
|
|
483
552
|
/**
|
|
484
553
|
* <p>The path for the server certificate. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
@@ -576,6 +645,7 @@ export interface UploadServerCertificateRequest {
|
|
|
576
645
|
Tags?: Tag[];
|
|
577
646
|
}
|
|
578
647
|
/**
|
|
648
|
+
* @public
|
|
579
649
|
* <p>Contains the response to a successful <a>UploadServerCertificate</a>
|
|
580
650
|
* request. </p>
|
|
581
651
|
*/
|
|
@@ -593,6 +663,7 @@ export interface UploadServerCertificateResponse {
|
|
|
593
663
|
Tags?: Tag[];
|
|
594
664
|
}
|
|
595
665
|
/**
|
|
666
|
+
* @public
|
|
596
667
|
* <p>The request was rejected because the same certificate is associated with an IAM user in
|
|
597
668
|
* the account.</p>
|
|
598
669
|
*/
|
|
@@ -605,6 +676,7 @@ export declare class DuplicateCertificateException extends __BaseException {
|
|
|
605
676
|
constructor(opts: __ExceptionOptionType<DuplicateCertificateException, __BaseException>);
|
|
606
677
|
}
|
|
607
678
|
/**
|
|
679
|
+
* @public
|
|
608
680
|
* <p>The request was rejected because the certificate is invalid.</p>
|
|
609
681
|
*/
|
|
610
682
|
export declare class InvalidCertificateException extends __BaseException {
|
|
@@ -615,6 +687,9 @@ export declare class InvalidCertificateException extends __BaseException {
|
|
|
615
687
|
*/
|
|
616
688
|
constructor(opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>);
|
|
617
689
|
}
|
|
690
|
+
/**
|
|
691
|
+
* @public
|
|
692
|
+
*/
|
|
618
693
|
export interface UploadSigningCertificateRequest {
|
|
619
694
|
/**
|
|
620
695
|
* <p>The name of the user the signing certificate is for.</p>
|
|
@@ -644,6 +719,7 @@ export interface UploadSigningCertificateRequest {
|
|
|
644
719
|
CertificateBody: string | undefined;
|
|
645
720
|
}
|
|
646
721
|
/**
|
|
722
|
+
* @public
|
|
647
723
|
* <p>Contains the response to a successful <a>UploadSigningCertificate</a>
|
|
648
724
|
* request. </p>
|
|
649
725
|
*/
|
|
@@ -654,6 +730,7 @@ export interface UploadSigningCertificateResponse {
|
|
|
654
730
|
Certificate: SigningCertificate | undefined;
|
|
655
731
|
}
|
|
656
732
|
/**
|
|
733
|
+
* @public
|
|
657
734
|
* <p>The request was rejected because the SSH public key is already associated with the
|
|
658
735
|
* specified IAM user.</p>
|
|
659
736
|
*/
|
|
@@ -666,6 +743,7 @@ export declare class DuplicateSSHPublicKeyException extends __BaseException {
|
|
|
666
743
|
constructor(opts: __ExceptionOptionType<DuplicateSSHPublicKeyException, __BaseException>);
|
|
667
744
|
}
|
|
668
745
|
/**
|
|
746
|
+
* @public
|
|
669
747
|
* <p>The request was rejected because the public key is malformed or otherwise invalid.</p>
|
|
670
748
|
*/
|
|
671
749
|
export declare class InvalidPublicKeyException extends __BaseException {
|
|
@@ -676,6 +754,9 @@ export declare class InvalidPublicKeyException extends __BaseException {
|
|
|
676
754
|
*/
|
|
677
755
|
constructor(opts: __ExceptionOptionType<InvalidPublicKeyException, __BaseException>);
|
|
678
756
|
}
|
|
757
|
+
/**
|
|
758
|
+
* @public
|
|
759
|
+
*/
|
|
679
760
|
export interface UploadSSHPublicKeyRequest {
|
|
680
761
|
/**
|
|
681
762
|
* <p>The name of the IAM user to associate the SSH public key with.</p>
|
|
@@ -707,6 +788,7 @@ export interface UploadSSHPublicKeyRequest {
|
|
|
707
788
|
SSHPublicKeyBody: string | undefined;
|
|
708
789
|
}
|
|
709
790
|
/**
|
|
791
|
+
* @public
|
|
710
792
|
* <p>Contains the response to a successful <a>UploadSSHPublicKey</a>
|
|
711
793
|
* request.</p>
|
|
712
794
|
*/
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput } from "../commands/GetAccountAuthorizationDetailsCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetAccountAuthorizationDetails(config: IAMPaginationConfiguration, input: GetAccountAuthorizationDetailsCommandInput, ...additionalArguments: any): Paginator<GetAccountAuthorizationDetailsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetGroup(config: IAMPaginationConfiguration, input: GetGroupCommandInput, ...additionalArguments: any): Paginator<GetGroupCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAccessKeysCommandInput, ListAccessKeysCommandOutput } from "../commands/ListAccessKeysCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAccessKeys(config: IAMPaginationConfiguration, input: ListAccessKeysCommandInput, ...additionalArguments: any): Paginator<ListAccessKeysCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput } from "../commands/ListAccountAliasesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAccountAliases(config: IAMPaginationConfiguration, input: ListAccountAliasesCommandInput, ...additionalArguments: any): Paginator<ListAccountAliasesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAttachedGroupPoliciesCommandInput, ListAttachedGroupPoliciesCommandOutput } from "../commands/ListAttachedGroupPoliciesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAttachedGroupPolicies(config: IAMPaginationConfiguration, input: ListAttachedGroupPoliciesCommandInput, ...additionalArguments: any): Paginator<ListAttachedGroupPoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAttachedRolePoliciesCommandInput, ListAttachedRolePoliciesCommandOutput } from "../commands/ListAttachedRolePoliciesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAttachedRolePolicies(config: IAMPaginationConfiguration, input: ListAttachedRolePoliciesCommandInput, ...additionalArguments: any): Paginator<ListAttachedRolePoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAttachedUserPoliciesCommandInput, ListAttachedUserPoliciesCommandOutput } from "../commands/ListAttachedUserPoliciesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAttachedUserPolicies(config: IAMPaginationConfiguration, input: ListAttachedUserPoliciesCommandInput, ...additionalArguments: any): Paginator<ListAttachedUserPoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListEntitiesForPolicyCommandInput, ListEntitiesForPolicyCommandOutput } from "../commands/ListEntitiesForPolicyCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListEntitiesForPolicy(config: IAMPaginationConfiguration, input: ListEntitiesForPolicyCommandInput, ...additionalArguments: any): Paginator<ListEntitiesForPolicyCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput } from "../commands/ListGroupPoliciesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListGroupPolicies(config: IAMPaginationConfiguration, input: ListGroupPoliciesCommandInput, ...additionalArguments: any): Paginator<ListGroupPoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListGroupsForUserCommandInput, ListGroupsForUserCommandOutput } from "../commands/ListGroupsForUserCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListGroupsForUser(config: IAMPaginationConfiguration, input: ListGroupsForUserCommandInput, ...additionalArguments: any): Paginator<ListGroupsForUserCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListGroups(config: IAMPaginationConfiguration, input: ListGroupsCommandInput, ...additionalArguments: any): Paginator<ListGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListInstanceProfilesForRoleCommandInput, ListInstanceProfilesForRoleCommandOutput } from "../commands/ListInstanceProfilesForRoleCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListInstanceProfilesForRole(config: IAMPaginationConfiguration, input: ListInstanceProfilesForRoleCommandInput, ...additionalArguments: any): Paginator<ListInstanceProfilesForRoleCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "../commands/ListInstanceProfilesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListInstanceProfiles(config: IAMPaginationConfiguration, input: ListInstanceProfilesCommandInput, ...additionalArguments: any): Paginator<ListInstanceProfilesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListMFADevicesCommandInput, ListMFADevicesCommandOutput } from "../commands/ListMFADevicesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListMFADevices(config: IAMPaginationConfiguration, input: ListMFADevicesCommandInput, ...additionalArguments: any): Paginator<ListMFADevicesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPolicies(config: IAMPaginationConfiguration, input: ListPoliciesCommandInput, ...additionalArguments: any): Paginator<ListPoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "../commands/ListPolicyVersionsCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPolicyVersions(config: IAMPaginationConfiguration, input: ListPolicyVersionsCommandInput, ...additionalArguments: any): Paginator<ListPolicyVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRolePoliciesCommandInput, ListRolePoliciesCommandOutput } from "../commands/ListRolePoliciesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRolePolicies(config: IAMPaginationConfiguration, input: ListRolePoliciesCommandInput, ...additionalArguments: any): Paginator<ListRolePoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRolesCommandInput, ListRolesCommandOutput } from "../commands/ListRolesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRoles(config: IAMPaginationConfiguration, input: ListRolesCommandInput, ...additionalArguments: any): Paginator<ListRolesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSSHPublicKeysCommandInput, ListSSHPublicKeysCommandOutput } from "../commands/ListSSHPublicKeysCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSSHPublicKeys(config: IAMPaginationConfiguration, input: ListSSHPublicKeysCommandInput, ...additionalArguments: any): Paginator<ListSSHPublicKeysCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListServerCertificatesCommandInput, ListServerCertificatesCommandOutput } from "../commands/ListServerCertificatesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListServerCertificates(config: IAMPaginationConfiguration, input: ListServerCertificatesCommandInput, ...additionalArguments: any): Paginator<ListServerCertificatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSigningCertificatesCommandInput, ListSigningCertificatesCommandOutput } from "../commands/ListSigningCertificatesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSigningCertificates(config: IAMPaginationConfiguration, input: ListSigningCertificatesCommandInput, ...additionalArguments: any): Paginator<ListSigningCertificatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListUserPoliciesCommandInput, ListUserPoliciesCommandOutput } from "../commands/ListUserPoliciesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListUserPolicies(config: IAMPaginationConfiguration, input: ListUserPoliciesCommandInput, ...additionalArguments: any): Paginator<ListUserPoliciesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListUserTagsCommandInput, ListUserTagsCommandOutput } from "../commands/ListUserTagsCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListUserTags(config: IAMPaginationConfiguration, input: ListUserTagsCommandInput, ...additionalArguments: any): Paginator<ListUserTagsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListUsers(config: IAMPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListVirtualMFADevicesCommandInput, ListVirtualMFADevicesCommandOutput } from "../commands/ListVirtualMFADevicesCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListVirtualMFADevices(config: IAMPaginationConfiguration, input: ListVirtualMFADevicesCommandInput, ...additionalArguments: any): Paginator<ListVirtualMFADevicesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput } from "../commands/SimulateCustomPolicyCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSimulateCustomPolicy(config: IAMPaginationConfiguration, input: SimulateCustomPolicyCommandInput, ...additionalArguments: any): Paginator<SimulateCustomPolicyCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SimulatePrincipalPolicyCommandInput, SimulatePrincipalPolicyCommandOutput } from "../commands/SimulatePrincipalPolicyCommand";
|
|
3
3
|
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSimulatePrincipalPolicy(config: IAMPaginationConfiguration, input: SimulatePrincipalPolicyCommandInput, ...additionalArguments: any): Paginator<SimulatePrincipalPolicyCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iam",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|