@aws-sdk/client-iam 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/IAM.d.ts +2744 -795
- package/dist-types/ts3.4/IAMClient.d.ts +1051 -231
- package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +33 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +158 -158
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/IAMServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2296 -2889
- package/dist-types/ts3.4/models/models_1.d.ts +261 -301
- package/dist-types/ts3.4/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetGroupPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccessKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedGroupPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedRolePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedUserPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntitiesForPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsForUserPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceProfilesForRolePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMFADevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRolePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRolesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSSHPublicKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServerCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSigningCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualMFADevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SimulateCustomPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SimulatePrincipalPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +28 -28
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +1901 -476
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,158 +1,158 @@
|
|
|
1
|
-
export * from "./AddClientIDToOpenIDConnectProviderCommand";
|
|
2
|
-
export * from "./AddRoleToInstanceProfileCommand";
|
|
3
|
-
export * from "./AddUserToGroupCommand";
|
|
4
|
-
export * from "./AttachGroupPolicyCommand";
|
|
5
|
-
export * from "./AttachRolePolicyCommand";
|
|
6
|
-
export * from "./AttachUserPolicyCommand";
|
|
7
|
-
export * from "./ChangePasswordCommand";
|
|
8
|
-
export * from "./CreateAccessKeyCommand";
|
|
9
|
-
export * from "./CreateAccountAliasCommand";
|
|
10
|
-
export * from "./CreateGroupCommand";
|
|
11
|
-
export * from "./CreateInstanceProfileCommand";
|
|
12
|
-
export * from "./CreateLoginProfileCommand";
|
|
13
|
-
export * from "./CreateOpenIDConnectProviderCommand";
|
|
14
|
-
export * from "./CreatePolicyCommand";
|
|
15
|
-
export * from "./CreatePolicyVersionCommand";
|
|
16
|
-
export * from "./CreateRoleCommand";
|
|
17
|
-
export * from "./CreateSAMLProviderCommand";
|
|
18
|
-
export * from "./CreateServiceLinkedRoleCommand";
|
|
19
|
-
export * from "./CreateServiceSpecificCredentialCommand";
|
|
20
|
-
export * from "./CreateUserCommand";
|
|
21
|
-
export * from "./CreateVirtualMFADeviceCommand";
|
|
22
|
-
export * from "./DeactivateMFADeviceCommand";
|
|
23
|
-
export * from "./DeleteAccessKeyCommand";
|
|
24
|
-
export * from "./DeleteAccountAliasCommand";
|
|
25
|
-
export * from "./DeleteAccountPasswordPolicyCommand";
|
|
26
|
-
export * from "./DeleteGroupCommand";
|
|
27
|
-
export * from "./DeleteGroupPolicyCommand";
|
|
28
|
-
export * from "./DeleteInstanceProfileCommand";
|
|
29
|
-
export * from "./DeleteLoginProfileCommand";
|
|
30
|
-
export * from "./DeleteOpenIDConnectProviderCommand";
|
|
31
|
-
export * from "./DeletePolicyCommand";
|
|
32
|
-
export * from "./DeletePolicyVersionCommand";
|
|
33
|
-
export * from "./DeleteRoleCommand";
|
|
34
|
-
export * from "./DeleteRolePermissionsBoundaryCommand";
|
|
35
|
-
export * from "./DeleteRolePolicyCommand";
|
|
36
|
-
export * from "./DeleteSAMLProviderCommand";
|
|
37
|
-
export * from "./DeleteSSHPublicKeyCommand";
|
|
38
|
-
export * from "./DeleteServerCertificateCommand";
|
|
39
|
-
export * from "./DeleteServiceLinkedRoleCommand";
|
|
40
|
-
export * from "./DeleteServiceSpecificCredentialCommand";
|
|
41
|
-
export * from "./DeleteSigningCertificateCommand";
|
|
42
|
-
export * from "./DeleteUserCommand";
|
|
43
|
-
export * from "./DeleteUserPermissionsBoundaryCommand";
|
|
44
|
-
export * from "./DeleteUserPolicyCommand";
|
|
45
|
-
export * from "./DeleteVirtualMFADeviceCommand";
|
|
46
|
-
export * from "./DetachGroupPolicyCommand";
|
|
47
|
-
export * from "./DetachRolePolicyCommand";
|
|
48
|
-
export * from "./DetachUserPolicyCommand";
|
|
49
|
-
export * from "./EnableMFADeviceCommand";
|
|
50
|
-
export * from "./GenerateCredentialReportCommand";
|
|
51
|
-
export * from "./GenerateOrganizationsAccessReportCommand";
|
|
52
|
-
export * from "./GenerateServiceLastAccessedDetailsCommand";
|
|
53
|
-
export * from "./GetAccessKeyLastUsedCommand";
|
|
54
|
-
export * from "./GetAccountAuthorizationDetailsCommand";
|
|
55
|
-
export * from "./GetAccountPasswordPolicyCommand";
|
|
56
|
-
export * from "./GetAccountSummaryCommand";
|
|
57
|
-
export * from "./GetContextKeysForCustomPolicyCommand";
|
|
58
|
-
export * from "./GetContextKeysForPrincipalPolicyCommand";
|
|
59
|
-
export * from "./GetCredentialReportCommand";
|
|
60
|
-
export * from "./GetGroupCommand";
|
|
61
|
-
export * from "./GetGroupPolicyCommand";
|
|
62
|
-
export * from "./GetInstanceProfileCommand";
|
|
63
|
-
export * from "./GetLoginProfileCommand";
|
|
64
|
-
export * from "./GetOpenIDConnectProviderCommand";
|
|
65
|
-
export * from "./GetOrganizationsAccessReportCommand";
|
|
66
|
-
export * from "./GetPolicyCommand";
|
|
67
|
-
export * from "./GetPolicyVersionCommand";
|
|
68
|
-
export * from "./GetRoleCommand";
|
|
69
|
-
export * from "./GetRolePolicyCommand";
|
|
70
|
-
export * from "./GetSAMLProviderCommand";
|
|
71
|
-
export * from "./GetSSHPublicKeyCommand";
|
|
72
|
-
export * from "./GetServerCertificateCommand";
|
|
73
|
-
export * from "./GetServiceLastAccessedDetailsCommand";
|
|
74
|
-
export * from "./GetServiceLastAccessedDetailsWithEntitiesCommand";
|
|
75
|
-
export * from "./GetServiceLinkedRoleDeletionStatusCommand";
|
|
76
|
-
export * from "./GetUserCommand";
|
|
77
|
-
export * from "./GetUserPolicyCommand";
|
|
78
|
-
export * from "./ListAccessKeysCommand";
|
|
79
|
-
export * from "./ListAccountAliasesCommand";
|
|
80
|
-
export * from "./ListAttachedGroupPoliciesCommand";
|
|
81
|
-
export * from "./ListAttachedRolePoliciesCommand";
|
|
82
|
-
export * from "./ListAttachedUserPoliciesCommand";
|
|
83
|
-
export * from "./ListEntitiesForPolicyCommand";
|
|
84
|
-
export * from "./ListGroupPoliciesCommand";
|
|
85
|
-
export * from "./ListGroupsCommand";
|
|
86
|
-
export * from "./ListGroupsForUserCommand";
|
|
87
|
-
export * from "./ListInstanceProfileTagsCommand";
|
|
88
|
-
export * from "./ListInstanceProfilesCommand";
|
|
89
|
-
export * from "./ListInstanceProfilesForRoleCommand";
|
|
90
|
-
export * from "./ListMFADeviceTagsCommand";
|
|
91
|
-
export * from "./ListMFADevicesCommand";
|
|
92
|
-
export * from "./ListOpenIDConnectProviderTagsCommand";
|
|
93
|
-
export * from "./ListOpenIDConnectProvidersCommand";
|
|
94
|
-
export * from "./ListPoliciesCommand";
|
|
95
|
-
export * from "./ListPoliciesGrantingServiceAccessCommand";
|
|
96
|
-
export * from "./ListPolicyTagsCommand";
|
|
97
|
-
export * from "./ListPolicyVersionsCommand";
|
|
98
|
-
export * from "./ListRolePoliciesCommand";
|
|
99
|
-
export * from "./ListRoleTagsCommand";
|
|
100
|
-
export * from "./ListRolesCommand";
|
|
101
|
-
export * from "./ListSAMLProviderTagsCommand";
|
|
102
|
-
export * from "./ListSAMLProvidersCommand";
|
|
103
|
-
export * from "./ListSSHPublicKeysCommand";
|
|
104
|
-
export * from "./ListServerCertificateTagsCommand";
|
|
105
|
-
export * from "./ListServerCertificatesCommand";
|
|
106
|
-
export * from "./ListServiceSpecificCredentialsCommand";
|
|
107
|
-
export * from "./ListSigningCertificatesCommand";
|
|
108
|
-
export * from "./ListUserPoliciesCommand";
|
|
109
|
-
export * from "./ListUserTagsCommand";
|
|
110
|
-
export * from "./ListUsersCommand";
|
|
111
|
-
export * from "./ListVirtualMFADevicesCommand";
|
|
112
|
-
export * from "./PutGroupPolicyCommand";
|
|
113
|
-
export * from "./PutRolePermissionsBoundaryCommand";
|
|
114
|
-
export * from "./PutRolePolicyCommand";
|
|
115
|
-
export * from "./PutUserPermissionsBoundaryCommand";
|
|
116
|
-
export * from "./PutUserPolicyCommand";
|
|
117
|
-
export * from "./RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
118
|
-
export * from "./RemoveRoleFromInstanceProfileCommand";
|
|
119
|
-
export * from "./RemoveUserFromGroupCommand";
|
|
120
|
-
export * from "./ResetServiceSpecificCredentialCommand";
|
|
121
|
-
export * from "./ResyncMFADeviceCommand";
|
|
122
|
-
export * from "./SetDefaultPolicyVersionCommand";
|
|
123
|
-
export * from "./SetSecurityTokenServicePreferencesCommand";
|
|
124
|
-
export * from "./SimulateCustomPolicyCommand";
|
|
125
|
-
export * from "./SimulatePrincipalPolicyCommand";
|
|
126
|
-
export * from "./TagInstanceProfileCommand";
|
|
127
|
-
export * from "./TagMFADeviceCommand";
|
|
128
|
-
export * from "./TagOpenIDConnectProviderCommand";
|
|
129
|
-
export * from "./TagPolicyCommand";
|
|
130
|
-
export * from "./TagRoleCommand";
|
|
131
|
-
export * from "./TagSAMLProviderCommand";
|
|
132
|
-
export * from "./TagServerCertificateCommand";
|
|
133
|
-
export * from "./TagUserCommand";
|
|
134
|
-
export * from "./UntagInstanceProfileCommand";
|
|
135
|
-
export * from "./UntagMFADeviceCommand";
|
|
136
|
-
export * from "./UntagOpenIDConnectProviderCommand";
|
|
137
|
-
export * from "./UntagPolicyCommand";
|
|
138
|
-
export * from "./UntagRoleCommand";
|
|
139
|
-
export * from "./UntagSAMLProviderCommand";
|
|
140
|
-
export * from "./UntagServerCertificateCommand";
|
|
141
|
-
export * from "./UntagUserCommand";
|
|
142
|
-
export * from "./UpdateAccessKeyCommand";
|
|
143
|
-
export * from "./UpdateAccountPasswordPolicyCommand";
|
|
144
|
-
export * from "./UpdateAssumeRolePolicyCommand";
|
|
145
|
-
export * from "./UpdateGroupCommand";
|
|
146
|
-
export * from "./UpdateLoginProfileCommand";
|
|
147
|
-
export * from "./UpdateOpenIDConnectProviderThumbprintCommand";
|
|
148
|
-
export * from "./UpdateRoleCommand";
|
|
149
|
-
export * from "./UpdateRoleDescriptionCommand";
|
|
150
|
-
export * from "./UpdateSAMLProviderCommand";
|
|
151
|
-
export * from "./UpdateSSHPublicKeyCommand";
|
|
152
|
-
export * from "./UpdateServerCertificateCommand";
|
|
153
|
-
export * from "./UpdateServiceSpecificCredentialCommand";
|
|
154
|
-
export * from "./UpdateSigningCertificateCommand";
|
|
155
|
-
export * from "./UpdateUserCommand";
|
|
156
|
-
export * from "./UploadSSHPublicKeyCommand";
|
|
157
|
-
export * from "./UploadServerCertificateCommand";
|
|
158
|
-
export * from "./UploadSigningCertificateCommand";
|
|
1
|
+
export * from "./AddClientIDToOpenIDConnectProviderCommand";
|
|
2
|
+
export * from "./AddRoleToInstanceProfileCommand";
|
|
3
|
+
export * from "./AddUserToGroupCommand";
|
|
4
|
+
export * from "./AttachGroupPolicyCommand";
|
|
5
|
+
export * from "./AttachRolePolicyCommand";
|
|
6
|
+
export * from "./AttachUserPolicyCommand";
|
|
7
|
+
export * from "./ChangePasswordCommand";
|
|
8
|
+
export * from "./CreateAccessKeyCommand";
|
|
9
|
+
export * from "./CreateAccountAliasCommand";
|
|
10
|
+
export * from "./CreateGroupCommand";
|
|
11
|
+
export * from "./CreateInstanceProfileCommand";
|
|
12
|
+
export * from "./CreateLoginProfileCommand";
|
|
13
|
+
export * from "./CreateOpenIDConnectProviderCommand";
|
|
14
|
+
export * from "./CreatePolicyCommand";
|
|
15
|
+
export * from "./CreatePolicyVersionCommand";
|
|
16
|
+
export * from "./CreateRoleCommand";
|
|
17
|
+
export * from "./CreateSAMLProviderCommand";
|
|
18
|
+
export * from "./CreateServiceLinkedRoleCommand";
|
|
19
|
+
export * from "./CreateServiceSpecificCredentialCommand";
|
|
20
|
+
export * from "./CreateUserCommand";
|
|
21
|
+
export * from "./CreateVirtualMFADeviceCommand";
|
|
22
|
+
export * from "./DeactivateMFADeviceCommand";
|
|
23
|
+
export * from "./DeleteAccessKeyCommand";
|
|
24
|
+
export * from "./DeleteAccountAliasCommand";
|
|
25
|
+
export * from "./DeleteAccountPasswordPolicyCommand";
|
|
26
|
+
export * from "./DeleteGroupCommand";
|
|
27
|
+
export * from "./DeleteGroupPolicyCommand";
|
|
28
|
+
export * from "./DeleteInstanceProfileCommand";
|
|
29
|
+
export * from "./DeleteLoginProfileCommand";
|
|
30
|
+
export * from "./DeleteOpenIDConnectProviderCommand";
|
|
31
|
+
export * from "./DeletePolicyCommand";
|
|
32
|
+
export * from "./DeletePolicyVersionCommand";
|
|
33
|
+
export * from "./DeleteRoleCommand";
|
|
34
|
+
export * from "./DeleteRolePermissionsBoundaryCommand";
|
|
35
|
+
export * from "./DeleteRolePolicyCommand";
|
|
36
|
+
export * from "./DeleteSAMLProviderCommand";
|
|
37
|
+
export * from "./DeleteSSHPublicKeyCommand";
|
|
38
|
+
export * from "./DeleteServerCertificateCommand";
|
|
39
|
+
export * from "./DeleteServiceLinkedRoleCommand";
|
|
40
|
+
export * from "./DeleteServiceSpecificCredentialCommand";
|
|
41
|
+
export * from "./DeleteSigningCertificateCommand";
|
|
42
|
+
export * from "./DeleteUserCommand";
|
|
43
|
+
export * from "./DeleteUserPermissionsBoundaryCommand";
|
|
44
|
+
export * from "./DeleteUserPolicyCommand";
|
|
45
|
+
export * from "./DeleteVirtualMFADeviceCommand";
|
|
46
|
+
export * from "./DetachGroupPolicyCommand";
|
|
47
|
+
export * from "./DetachRolePolicyCommand";
|
|
48
|
+
export * from "./DetachUserPolicyCommand";
|
|
49
|
+
export * from "./EnableMFADeviceCommand";
|
|
50
|
+
export * from "./GenerateCredentialReportCommand";
|
|
51
|
+
export * from "./GenerateOrganizationsAccessReportCommand";
|
|
52
|
+
export * from "./GenerateServiceLastAccessedDetailsCommand";
|
|
53
|
+
export * from "./GetAccessKeyLastUsedCommand";
|
|
54
|
+
export * from "./GetAccountAuthorizationDetailsCommand";
|
|
55
|
+
export * from "./GetAccountPasswordPolicyCommand";
|
|
56
|
+
export * from "./GetAccountSummaryCommand";
|
|
57
|
+
export * from "./GetContextKeysForCustomPolicyCommand";
|
|
58
|
+
export * from "./GetContextKeysForPrincipalPolicyCommand";
|
|
59
|
+
export * from "./GetCredentialReportCommand";
|
|
60
|
+
export * from "./GetGroupCommand";
|
|
61
|
+
export * from "./GetGroupPolicyCommand";
|
|
62
|
+
export * from "./GetInstanceProfileCommand";
|
|
63
|
+
export * from "./GetLoginProfileCommand";
|
|
64
|
+
export * from "./GetOpenIDConnectProviderCommand";
|
|
65
|
+
export * from "./GetOrganizationsAccessReportCommand";
|
|
66
|
+
export * from "./GetPolicyCommand";
|
|
67
|
+
export * from "./GetPolicyVersionCommand";
|
|
68
|
+
export * from "./GetRoleCommand";
|
|
69
|
+
export * from "./GetRolePolicyCommand";
|
|
70
|
+
export * from "./GetSAMLProviderCommand";
|
|
71
|
+
export * from "./GetSSHPublicKeyCommand";
|
|
72
|
+
export * from "./GetServerCertificateCommand";
|
|
73
|
+
export * from "./GetServiceLastAccessedDetailsCommand";
|
|
74
|
+
export * from "./GetServiceLastAccessedDetailsWithEntitiesCommand";
|
|
75
|
+
export * from "./GetServiceLinkedRoleDeletionStatusCommand";
|
|
76
|
+
export * from "./GetUserCommand";
|
|
77
|
+
export * from "./GetUserPolicyCommand";
|
|
78
|
+
export * from "./ListAccessKeysCommand";
|
|
79
|
+
export * from "./ListAccountAliasesCommand";
|
|
80
|
+
export * from "./ListAttachedGroupPoliciesCommand";
|
|
81
|
+
export * from "./ListAttachedRolePoliciesCommand";
|
|
82
|
+
export * from "./ListAttachedUserPoliciesCommand";
|
|
83
|
+
export * from "./ListEntitiesForPolicyCommand";
|
|
84
|
+
export * from "./ListGroupPoliciesCommand";
|
|
85
|
+
export * from "./ListGroupsCommand";
|
|
86
|
+
export * from "./ListGroupsForUserCommand";
|
|
87
|
+
export * from "./ListInstanceProfileTagsCommand";
|
|
88
|
+
export * from "./ListInstanceProfilesCommand";
|
|
89
|
+
export * from "./ListInstanceProfilesForRoleCommand";
|
|
90
|
+
export * from "./ListMFADeviceTagsCommand";
|
|
91
|
+
export * from "./ListMFADevicesCommand";
|
|
92
|
+
export * from "./ListOpenIDConnectProviderTagsCommand";
|
|
93
|
+
export * from "./ListOpenIDConnectProvidersCommand";
|
|
94
|
+
export * from "./ListPoliciesCommand";
|
|
95
|
+
export * from "./ListPoliciesGrantingServiceAccessCommand";
|
|
96
|
+
export * from "./ListPolicyTagsCommand";
|
|
97
|
+
export * from "./ListPolicyVersionsCommand";
|
|
98
|
+
export * from "./ListRolePoliciesCommand";
|
|
99
|
+
export * from "./ListRoleTagsCommand";
|
|
100
|
+
export * from "./ListRolesCommand";
|
|
101
|
+
export * from "./ListSAMLProviderTagsCommand";
|
|
102
|
+
export * from "./ListSAMLProvidersCommand";
|
|
103
|
+
export * from "./ListSSHPublicKeysCommand";
|
|
104
|
+
export * from "./ListServerCertificateTagsCommand";
|
|
105
|
+
export * from "./ListServerCertificatesCommand";
|
|
106
|
+
export * from "./ListServiceSpecificCredentialsCommand";
|
|
107
|
+
export * from "./ListSigningCertificatesCommand";
|
|
108
|
+
export * from "./ListUserPoliciesCommand";
|
|
109
|
+
export * from "./ListUserTagsCommand";
|
|
110
|
+
export * from "./ListUsersCommand";
|
|
111
|
+
export * from "./ListVirtualMFADevicesCommand";
|
|
112
|
+
export * from "./PutGroupPolicyCommand";
|
|
113
|
+
export * from "./PutRolePermissionsBoundaryCommand";
|
|
114
|
+
export * from "./PutRolePolicyCommand";
|
|
115
|
+
export * from "./PutUserPermissionsBoundaryCommand";
|
|
116
|
+
export * from "./PutUserPolicyCommand";
|
|
117
|
+
export * from "./RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
118
|
+
export * from "./RemoveRoleFromInstanceProfileCommand";
|
|
119
|
+
export * from "./RemoveUserFromGroupCommand";
|
|
120
|
+
export * from "./ResetServiceSpecificCredentialCommand";
|
|
121
|
+
export * from "./ResyncMFADeviceCommand";
|
|
122
|
+
export * from "./SetDefaultPolicyVersionCommand";
|
|
123
|
+
export * from "./SetSecurityTokenServicePreferencesCommand";
|
|
124
|
+
export * from "./SimulateCustomPolicyCommand";
|
|
125
|
+
export * from "./SimulatePrincipalPolicyCommand";
|
|
126
|
+
export * from "./TagInstanceProfileCommand";
|
|
127
|
+
export * from "./TagMFADeviceCommand";
|
|
128
|
+
export * from "./TagOpenIDConnectProviderCommand";
|
|
129
|
+
export * from "./TagPolicyCommand";
|
|
130
|
+
export * from "./TagRoleCommand";
|
|
131
|
+
export * from "./TagSAMLProviderCommand";
|
|
132
|
+
export * from "./TagServerCertificateCommand";
|
|
133
|
+
export * from "./TagUserCommand";
|
|
134
|
+
export * from "./UntagInstanceProfileCommand";
|
|
135
|
+
export * from "./UntagMFADeviceCommand";
|
|
136
|
+
export * from "./UntagOpenIDConnectProviderCommand";
|
|
137
|
+
export * from "./UntagPolicyCommand";
|
|
138
|
+
export * from "./UntagRoleCommand";
|
|
139
|
+
export * from "./UntagSAMLProviderCommand";
|
|
140
|
+
export * from "./UntagServerCertificateCommand";
|
|
141
|
+
export * from "./UntagUserCommand";
|
|
142
|
+
export * from "./UpdateAccessKeyCommand";
|
|
143
|
+
export * from "./UpdateAccountPasswordPolicyCommand";
|
|
144
|
+
export * from "./UpdateAssumeRolePolicyCommand";
|
|
145
|
+
export * from "./UpdateGroupCommand";
|
|
146
|
+
export * from "./UpdateLoginProfileCommand";
|
|
147
|
+
export * from "./UpdateOpenIDConnectProviderThumbprintCommand";
|
|
148
|
+
export * from "./UpdateRoleCommand";
|
|
149
|
+
export * from "./UpdateRoleDescriptionCommand";
|
|
150
|
+
export * from "./UpdateSAMLProviderCommand";
|
|
151
|
+
export * from "./UpdateSSHPublicKeyCommand";
|
|
152
|
+
export * from "./UpdateServerCertificateCommand";
|
|
153
|
+
export * from "./UpdateServiceSpecificCredentialCommand";
|
|
154
|
+
export * from "./UpdateSigningCertificateCommand";
|
|
155
|
+
export * from "./UpdateUserCommand";
|
|
156
|
+
export * from "./UploadSSHPublicKeyCommand";
|
|
157
|
+
export * from "./UploadServerCertificateCommand";
|
|
158
|
+
export * from "./UploadSigningCertificateCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./IAM";
|
|
2
|
-
export * from "./IAMClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { IAMServiceException } from "./models/IAMServiceException";
|
|
1
|
+
export * from "./IAM";
|
|
2
|
+
export * from "./IAMClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { IAMServiceException } from "./models/IAMServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class IAMServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
2
|
-
export * from "./models_1";
|
|
1
|
+
export * from "./models_0";
|
|
2
|
+
export * from "./models_1";
|