@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,795 +1,2744 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
import {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
import {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
import {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
import {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
import {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
import {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
import {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
import {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
import {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
import {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
import {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
import {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
import {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
import {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
import {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
import {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
import {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
import {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
import {
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AddClientIDToOpenIDConnectProviderCommandInput,
|
|
4
|
+
AddClientIDToOpenIDConnectProviderCommandOutput,
|
|
5
|
+
} from "./commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
6
|
+
import {
|
|
7
|
+
AddRoleToInstanceProfileCommandInput,
|
|
8
|
+
AddRoleToInstanceProfileCommandOutput,
|
|
9
|
+
} from "./commands/AddRoleToInstanceProfileCommand";
|
|
10
|
+
import {
|
|
11
|
+
AddUserToGroupCommandInput,
|
|
12
|
+
AddUserToGroupCommandOutput,
|
|
13
|
+
} from "./commands/AddUserToGroupCommand";
|
|
14
|
+
import {
|
|
15
|
+
AttachGroupPolicyCommandInput,
|
|
16
|
+
AttachGroupPolicyCommandOutput,
|
|
17
|
+
} from "./commands/AttachGroupPolicyCommand";
|
|
18
|
+
import {
|
|
19
|
+
AttachRolePolicyCommandInput,
|
|
20
|
+
AttachRolePolicyCommandOutput,
|
|
21
|
+
} from "./commands/AttachRolePolicyCommand";
|
|
22
|
+
import {
|
|
23
|
+
AttachUserPolicyCommandInput,
|
|
24
|
+
AttachUserPolicyCommandOutput,
|
|
25
|
+
} from "./commands/AttachUserPolicyCommand";
|
|
26
|
+
import {
|
|
27
|
+
ChangePasswordCommandInput,
|
|
28
|
+
ChangePasswordCommandOutput,
|
|
29
|
+
} from "./commands/ChangePasswordCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateAccessKeyCommandInput,
|
|
32
|
+
CreateAccessKeyCommandOutput,
|
|
33
|
+
} from "./commands/CreateAccessKeyCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateAccountAliasCommandInput,
|
|
36
|
+
CreateAccountAliasCommandOutput,
|
|
37
|
+
} from "./commands/CreateAccountAliasCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateGroupCommandInput,
|
|
40
|
+
CreateGroupCommandOutput,
|
|
41
|
+
} from "./commands/CreateGroupCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateInstanceProfileCommandInput,
|
|
44
|
+
CreateInstanceProfileCommandOutput,
|
|
45
|
+
} from "./commands/CreateInstanceProfileCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateLoginProfileCommandInput,
|
|
48
|
+
CreateLoginProfileCommandOutput,
|
|
49
|
+
} from "./commands/CreateLoginProfileCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateOpenIDConnectProviderCommandInput,
|
|
52
|
+
CreateOpenIDConnectProviderCommandOutput,
|
|
53
|
+
} from "./commands/CreateOpenIDConnectProviderCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreatePolicyCommandInput,
|
|
56
|
+
CreatePolicyCommandOutput,
|
|
57
|
+
} from "./commands/CreatePolicyCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreatePolicyVersionCommandInput,
|
|
60
|
+
CreatePolicyVersionCommandOutput,
|
|
61
|
+
} from "./commands/CreatePolicyVersionCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateRoleCommandInput,
|
|
64
|
+
CreateRoleCommandOutput,
|
|
65
|
+
} from "./commands/CreateRoleCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateSAMLProviderCommandInput,
|
|
68
|
+
CreateSAMLProviderCommandOutput,
|
|
69
|
+
} from "./commands/CreateSAMLProviderCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateServiceLinkedRoleCommandInput,
|
|
72
|
+
CreateServiceLinkedRoleCommandOutput,
|
|
73
|
+
} from "./commands/CreateServiceLinkedRoleCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateServiceSpecificCredentialCommandInput,
|
|
76
|
+
CreateServiceSpecificCredentialCommandOutput,
|
|
77
|
+
} from "./commands/CreateServiceSpecificCredentialCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateUserCommandInput,
|
|
80
|
+
CreateUserCommandOutput,
|
|
81
|
+
} from "./commands/CreateUserCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateVirtualMFADeviceCommandInput,
|
|
84
|
+
CreateVirtualMFADeviceCommandOutput,
|
|
85
|
+
} from "./commands/CreateVirtualMFADeviceCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeactivateMFADeviceCommandInput,
|
|
88
|
+
DeactivateMFADeviceCommandOutput,
|
|
89
|
+
} from "./commands/DeactivateMFADeviceCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteAccessKeyCommandInput,
|
|
92
|
+
DeleteAccessKeyCommandOutput,
|
|
93
|
+
} from "./commands/DeleteAccessKeyCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteAccountAliasCommandInput,
|
|
96
|
+
DeleteAccountAliasCommandOutput,
|
|
97
|
+
} from "./commands/DeleteAccountAliasCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteAccountPasswordPolicyCommandInput,
|
|
100
|
+
DeleteAccountPasswordPolicyCommandOutput,
|
|
101
|
+
} from "./commands/DeleteAccountPasswordPolicyCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteGroupCommandInput,
|
|
104
|
+
DeleteGroupCommandOutput,
|
|
105
|
+
} from "./commands/DeleteGroupCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteGroupPolicyCommandInput,
|
|
108
|
+
DeleteGroupPolicyCommandOutput,
|
|
109
|
+
} from "./commands/DeleteGroupPolicyCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteInstanceProfileCommandInput,
|
|
112
|
+
DeleteInstanceProfileCommandOutput,
|
|
113
|
+
} from "./commands/DeleteInstanceProfileCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteLoginProfileCommandInput,
|
|
116
|
+
DeleteLoginProfileCommandOutput,
|
|
117
|
+
} from "./commands/DeleteLoginProfileCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteOpenIDConnectProviderCommandInput,
|
|
120
|
+
DeleteOpenIDConnectProviderCommandOutput,
|
|
121
|
+
} from "./commands/DeleteOpenIDConnectProviderCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeletePolicyCommandInput,
|
|
124
|
+
DeletePolicyCommandOutput,
|
|
125
|
+
} from "./commands/DeletePolicyCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeletePolicyVersionCommandInput,
|
|
128
|
+
DeletePolicyVersionCommandOutput,
|
|
129
|
+
} from "./commands/DeletePolicyVersionCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteRoleCommandInput,
|
|
132
|
+
DeleteRoleCommandOutput,
|
|
133
|
+
} from "./commands/DeleteRoleCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteRolePermissionsBoundaryCommandInput,
|
|
136
|
+
DeleteRolePermissionsBoundaryCommandOutput,
|
|
137
|
+
} from "./commands/DeleteRolePermissionsBoundaryCommand";
|
|
138
|
+
import {
|
|
139
|
+
DeleteRolePolicyCommandInput,
|
|
140
|
+
DeleteRolePolicyCommandOutput,
|
|
141
|
+
} from "./commands/DeleteRolePolicyCommand";
|
|
142
|
+
import {
|
|
143
|
+
DeleteSAMLProviderCommandInput,
|
|
144
|
+
DeleteSAMLProviderCommandOutput,
|
|
145
|
+
} from "./commands/DeleteSAMLProviderCommand";
|
|
146
|
+
import {
|
|
147
|
+
DeleteServerCertificateCommandInput,
|
|
148
|
+
DeleteServerCertificateCommandOutput,
|
|
149
|
+
} from "./commands/DeleteServerCertificateCommand";
|
|
150
|
+
import {
|
|
151
|
+
DeleteServiceLinkedRoleCommandInput,
|
|
152
|
+
DeleteServiceLinkedRoleCommandOutput,
|
|
153
|
+
} from "./commands/DeleteServiceLinkedRoleCommand";
|
|
154
|
+
import {
|
|
155
|
+
DeleteServiceSpecificCredentialCommandInput,
|
|
156
|
+
DeleteServiceSpecificCredentialCommandOutput,
|
|
157
|
+
} from "./commands/DeleteServiceSpecificCredentialCommand";
|
|
158
|
+
import {
|
|
159
|
+
DeleteSigningCertificateCommandInput,
|
|
160
|
+
DeleteSigningCertificateCommandOutput,
|
|
161
|
+
} from "./commands/DeleteSigningCertificateCommand";
|
|
162
|
+
import {
|
|
163
|
+
DeleteSSHPublicKeyCommandInput,
|
|
164
|
+
DeleteSSHPublicKeyCommandOutput,
|
|
165
|
+
} from "./commands/DeleteSSHPublicKeyCommand";
|
|
166
|
+
import {
|
|
167
|
+
DeleteUserCommandInput,
|
|
168
|
+
DeleteUserCommandOutput,
|
|
169
|
+
} from "./commands/DeleteUserCommand";
|
|
170
|
+
import {
|
|
171
|
+
DeleteUserPermissionsBoundaryCommandInput,
|
|
172
|
+
DeleteUserPermissionsBoundaryCommandOutput,
|
|
173
|
+
} from "./commands/DeleteUserPermissionsBoundaryCommand";
|
|
174
|
+
import {
|
|
175
|
+
DeleteUserPolicyCommandInput,
|
|
176
|
+
DeleteUserPolicyCommandOutput,
|
|
177
|
+
} from "./commands/DeleteUserPolicyCommand";
|
|
178
|
+
import {
|
|
179
|
+
DeleteVirtualMFADeviceCommandInput,
|
|
180
|
+
DeleteVirtualMFADeviceCommandOutput,
|
|
181
|
+
} from "./commands/DeleteVirtualMFADeviceCommand";
|
|
182
|
+
import {
|
|
183
|
+
DetachGroupPolicyCommandInput,
|
|
184
|
+
DetachGroupPolicyCommandOutput,
|
|
185
|
+
} from "./commands/DetachGroupPolicyCommand";
|
|
186
|
+
import {
|
|
187
|
+
DetachRolePolicyCommandInput,
|
|
188
|
+
DetachRolePolicyCommandOutput,
|
|
189
|
+
} from "./commands/DetachRolePolicyCommand";
|
|
190
|
+
import {
|
|
191
|
+
DetachUserPolicyCommandInput,
|
|
192
|
+
DetachUserPolicyCommandOutput,
|
|
193
|
+
} from "./commands/DetachUserPolicyCommand";
|
|
194
|
+
import {
|
|
195
|
+
EnableMFADeviceCommandInput,
|
|
196
|
+
EnableMFADeviceCommandOutput,
|
|
197
|
+
} from "./commands/EnableMFADeviceCommand";
|
|
198
|
+
import {
|
|
199
|
+
GenerateCredentialReportCommandInput,
|
|
200
|
+
GenerateCredentialReportCommandOutput,
|
|
201
|
+
} from "./commands/GenerateCredentialReportCommand";
|
|
202
|
+
import {
|
|
203
|
+
GenerateOrganizationsAccessReportCommandInput,
|
|
204
|
+
GenerateOrganizationsAccessReportCommandOutput,
|
|
205
|
+
} from "./commands/GenerateOrganizationsAccessReportCommand";
|
|
206
|
+
import {
|
|
207
|
+
GenerateServiceLastAccessedDetailsCommandInput,
|
|
208
|
+
GenerateServiceLastAccessedDetailsCommandOutput,
|
|
209
|
+
} from "./commands/GenerateServiceLastAccessedDetailsCommand";
|
|
210
|
+
import {
|
|
211
|
+
GetAccessKeyLastUsedCommandInput,
|
|
212
|
+
GetAccessKeyLastUsedCommandOutput,
|
|
213
|
+
} from "./commands/GetAccessKeyLastUsedCommand";
|
|
214
|
+
import {
|
|
215
|
+
GetAccountAuthorizationDetailsCommandInput,
|
|
216
|
+
GetAccountAuthorizationDetailsCommandOutput,
|
|
217
|
+
} from "./commands/GetAccountAuthorizationDetailsCommand";
|
|
218
|
+
import {
|
|
219
|
+
GetAccountPasswordPolicyCommandInput,
|
|
220
|
+
GetAccountPasswordPolicyCommandOutput,
|
|
221
|
+
} from "./commands/GetAccountPasswordPolicyCommand";
|
|
222
|
+
import {
|
|
223
|
+
GetAccountSummaryCommandInput,
|
|
224
|
+
GetAccountSummaryCommandOutput,
|
|
225
|
+
} from "./commands/GetAccountSummaryCommand";
|
|
226
|
+
import {
|
|
227
|
+
GetContextKeysForCustomPolicyCommandInput,
|
|
228
|
+
GetContextKeysForCustomPolicyCommandOutput,
|
|
229
|
+
} from "./commands/GetContextKeysForCustomPolicyCommand";
|
|
230
|
+
import {
|
|
231
|
+
GetContextKeysForPrincipalPolicyCommandInput,
|
|
232
|
+
GetContextKeysForPrincipalPolicyCommandOutput,
|
|
233
|
+
} from "./commands/GetContextKeysForPrincipalPolicyCommand";
|
|
234
|
+
import {
|
|
235
|
+
GetCredentialReportCommandInput,
|
|
236
|
+
GetCredentialReportCommandOutput,
|
|
237
|
+
} from "./commands/GetCredentialReportCommand";
|
|
238
|
+
import {
|
|
239
|
+
GetGroupCommandInput,
|
|
240
|
+
GetGroupCommandOutput,
|
|
241
|
+
} from "./commands/GetGroupCommand";
|
|
242
|
+
import {
|
|
243
|
+
GetGroupPolicyCommandInput,
|
|
244
|
+
GetGroupPolicyCommandOutput,
|
|
245
|
+
} from "./commands/GetGroupPolicyCommand";
|
|
246
|
+
import {
|
|
247
|
+
GetInstanceProfileCommandInput,
|
|
248
|
+
GetInstanceProfileCommandOutput,
|
|
249
|
+
} from "./commands/GetInstanceProfileCommand";
|
|
250
|
+
import {
|
|
251
|
+
GetLoginProfileCommandInput,
|
|
252
|
+
GetLoginProfileCommandOutput,
|
|
253
|
+
} from "./commands/GetLoginProfileCommand";
|
|
254
|
+
import {
|
|
255
|
+
GetOpenIDConnectProviderCommandInput,
|
|
256
|
+
GetOpenIDConnectProviderCommandOutput,
|
|
257
|
+
} from "./commands/GetOpenIDConnectProviderCommand";
|
|
258
|
+
import {
|
|
259
|
+
GetOrganizationsAccessReportCommandInput,
|
|
260
|
+
GetOrganizationsAccessReportCommandOutput,
|
|
261
|
+
} from "./commands/GetOrganizationsAccessReportCommand";
|
|
262
|
+
import {
|
|
263
|
+
GetPolicyCommandInput,
|
|
264
|
+
GetPolicyCommandOutput,
|
|
265
|
+
} from "./commands/GetPolicyCommand";
|
|
266
|
+
import {
|
|
267
|
+
GetPolicyVersionCommandInput,
|
|
268
|
+
GetPolicyVersionCommandOutput,
|
|
269
|
+
} from "./commands/GetPolicyVersionCommand";
|
|
270
|
+
import {
|
|
271
|
+
GetRoleCommandInput,
|
|
272
|
+
GetRoleCommandOutput,
|
|
273
|
+
} from "./commands/GetRoleCommand";
|
|
274
|
+
import {
|
|
275
|
+
GetRolePolicyCommandInput,
|
|
276
|
+
GetRolePolicyCommandOutput,
|
|
277
|
+
} from "./commands/GetRolePolicyCommand";
|
|
278
|
+
import {
|
|
279
|
+
GetSAMLProviderCommandInput,
|
|
280
|
+
GetSAMLProviderCommandOutput,
|
|
281
|
+
} from "./commands/GetSAMLProviderCommand";
|
|
282
|
+
import {
|
|
283
|
+
GetServerCertificateCommandInput,
|
|
284
|
+
GetServerCertificateCommandOutput,
|
|
285
|
+
} from "./commands/GetServerCertificateCommand";
|
|
286
|
+
import {
|
|
287
|
+
GetServiceLastAccessedDetailsCommandInput,
|
|
288
|
+
GetServiceLastAccessedDetailsCommandOutput,
|
|
289
|
+
} from "./commands/GetServiceLastAccessedDetailsCommand";
|
|
290
|
+
import {
|
|
291
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandInput,
|
|
292
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandOutput,
|
|
293
|
+
} from "./commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
|
|
294
|
+
import {
|
|
295
|
+
GetServiceLinkedRoleDeletionStatusCommandInput,
|
|
296
|
+
GetServiceLinkedRoleDeletionStatusCommandOutput,
|
|
297
|
+
} from "./commands/GetServiceLinkedRoleDeletionStatusCommand";
|
|
298
|
+
import {
|
|
299
|
+
GetSSHPublicKeyCommandInput,
|
|
300
|
+
GetSSHPublicKeyCommandOutput,
|
|
301
|
+
} from "./commands/GetSSHPublicKeyCommand";
|
|
302
|
+
import {
|
|
303
|
+
GetUserCommandInput,
|
|
304
|
+
GetUserCommandOutput,
|
|
305
|
+
} from "./commands/GetUserCommand";
|
|
306
|
+
import {
|
|
307
|
+
GetUserPolicyCommandInput,
|
|
308
|
+
GetUserPolicyCommandOutput,
|
|
309
|
+
} from "./commands/GetUserPolicyCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListAccessKeysCommandInput,
|
|
312
|
+
ListAccessKeysCommandOutput,
|
|
313
|
+
} from "./commands/ListAccessKeysCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListAccountAliasesCommandInput,
|
|
316
|
+
ListAccountAliasesCommandOutput,
|
|
317
|
+
} from "./commands/ListAccountAliasesCommand";
|
|
318
|
+
import {
|
|
319
|
+
ListAttachedGroupPoliciesCommandInput,
|
|
320
|
+
ListAttachedGroupPoliciesCommandOutput,
|
|
321
|
+
} from "./commands/ListAttachedGroupPoliciesCommand";
|
|
322
|
+
import {
|
|
323
|
+
ListAttachedRolePoliciesCommandInput,
|
|
324
|
+
ListAttachedRolePoliciesCommandOutput,
|
|
325
|
+
} from "./commands/ListAttachedRolePoliciesCommand";
|
|
326
|
+
import {
|
|
327
|
+
ListAttachedUserPoliciesCommandInput,
|
|
328
|
+
ListAttachedUserPoliciesCommandOutput,
|
|
329
|
+
} from "./commands/ListAttachedUserPoliciesCommand";
|
|
330
|
+
import {
|
|
331
|
+
ListEntitiesForPolicyCommandInput,
|
|
332
|
+
ListEntitiesForPolicyCommandOutput,
|
|
333
|
+
} from "./commands/ListEntitiesForPolicyCommand";
|
|
334
|
+
import {
|
|
335
|
+
ListGroupPoliciesCommandInput,
|
|
336
|
+
ListGroupPoliciesCommandOutput,
|
|
337
|
+
} from "./commands/ListGroupPoliciesCommand";
|
|
338
|
+
import {
|
|
339
|
+
ListGroupsCommandInput,
|
|
340
|
+
ListGroupsCommandOutput,
|
|
341
|
+
} from "./commands/ListGroupsCommand";
|
|
342
|
+
import {
|
|
343
|
+
ListGroupsForUserCommandInput,
|
|
344
|
+
ListGroupsForUserCommandOutput,
|
|
345
|
+
} from "./commands/ListGroupsForUserCommand";
|
|
346
|
+
import {
|
|
347
|
+
ListInstanceProfilesCommandInput,
|
|
348
|
+
ListInstanceProfilesCommandOutput,
|
|
349
|
+
} from "./commands/ListInstanceProfilesCommand";
|
|
350
|
+
import {
|
|
351
|
+
ListInstanceProfilesForRoleCommandInput,
|
|
352
|
+
ListInstanceProfilesForRoleCommandOutput,
|
|
353
|
+
} from "./commands/ListInstanceProfilesForRoleCommand";
|
|
354
|
+
import {
|
|
355
|
+
ListInstanceProfileTagsCommandInput,
|
|
356
|
+
ListInstanceProfileTagsCommandOutput,
|
|
357
|
+
} from "./commands/ListInstanceProfileTagsCommand";
|
|
358
|
+
import {
|
|
359
|
+
ListMFADevicesCommandInput,
|
|
360
|
+
ListMFADevicesCommandOutput,
|
|
361
|
+
} from "./commands/ListMFADevicesCommand";
|
|
362
|
+
import {
|
|
363
|
+
ListMFADeviceTagsCommandInput,
|
|
364
|
+
ListMFADeviceTagsCommandOutput,
|
|
365
|
+
} from "./commands/ListMFADeviceTagsCommand";
|
|
366
|
+
import {
|
|
367
|
+
ListOpenIDConnectProvidersCommandInput,
|
|
368
|
+
ListOpenIDConnectProvidersCommandOutput,
|
|
369
|
+
} from "./commands/ListOpenIDConnectProvidersCommand";
|
|
370
|
+
import {
|
|
371
|
+
ListOpenIDConnectProviderTagsCommandInput,
|
|
372
|
+
ListOpenIDConnectProviderTagsCommandOutput,
|
|
373
|
+
} from "./commands/ListOpenIDConnectProviderTagsCommand";
|
|
374
|
+
import {
|
|
375
|
+
ListPoliciesCommandInput,
|
|
376
|
+
ListPoliciesCommandOutput,
|
|
377
|
+
} from "./commands/ListPoliciesCommand";
|
|
378
|
+
import {
|
|
379
|
+
ListPoliciesGrantingServiceAccessCommandInput,
|
|
380
|
+
ListPoliciesGrantingServiceAccessCommandOutput,
|
|
381
|
+
} from "./commands/ListPoliciesGrantingServiceAccessCommand";
|
|
382
|
+
import {
|
|
383
|
+
ListPolicyTagsCommandInput,
|
|
384
|
+
ListPolicyTagsCommandOutput,
|
|
385
|
+
} from "./commands/ListPolicyTagsCommand";
|
|
386
|
+
import {
|
|
387
|
+
ListPolicyVersionsCommandInput,
|
|
388
|
+
ListPolicyVersionsCommandOutput,
|
|
389
|
+
} from "./commands/ListPolicyVersionsCommand";
|
|
390
|
+
import {
|
|
391
|
+
ListRolePoliciesCommandInput,
|
|
392
|
+
ListRolePoliciesCommandOutput,
|
|
393
|
+
} from "./commands/ListRolePoliciesCommand";
|
|
394
|
+
import {
|
|
395
|
+
ListRolesCommandInput,
|
|
396
|
+
ListRolesCommandOutput,
|
|
397
|
+
} from "./commands/ListRolesCommand";
|
|
398
|
+
import {
|
|
399
|
+
ListRoleTagsCommandInput,
|
|
400
|
+
ListRoleTagsCommandOutput,
|
|
401
|
+
} from "./commands/ListRoleTagsCommand";
|
|
402
|
+
import {
|
|
403
|
+
ListSAMLProvidersCommandInput,
|
|
404
|
+
ListSAMLProvidersCommandOutput,
|
|
405
|
+
} from "./commands/ListSAMLProvidersCommand";
|
|
406
|
+
import {
|
|
407
|
+
ListSAMLProviderTagsCommandInput,
|
|
408
|
+
ListSAMLProviderTagsCommandOutput,
|
|
409
|
+
} from "./commands/ListSAMLProviderTagsCommand";
|
|
410
|
+
import {
|
|
411
|
+
ListServerCertificatesCommandInput,
|
|
412
|
+
ListServerCertificatesCommandOutput,
|
|
413
|
+
} from "./commands/ListServerCertificatesCommand";
|
|
414
|
+
import {
|
|
415
|
+
ListServerCertificateTagsCommandInput,
|
|
416
|
+
ListServerCertificateTagsCommandOutput,
|
|
417
|
+
} from "./commands/ListServerCertificateTagsCommand";
|
|
418
|
+
import {
|
|
419
|
+
ListServiceSpecificCredentialsCommandInput,
|
|
420
|
+
ListServiceSpecificCredentialsCommandOutput,
|
|
421
|
+
} from "./commands/ListServiceSpecificCredentialsCommand";
|
|
422
|
+
import {
|
|
423
|
+
ListSigningCertificatesCommandInput,
|
|
424
|
+
ListSigningCertificatesCommandOutput,
|
|
425
|
+
} from "./commands/ListSigningCertificatesCommand";
|
|
426
|
+
import {
|
|
427
|
+
ListSSHPublicKeysCommandInput,
|
|
428
|
+
ListSSHPublicKeysCommandOutput,
|
|
429
|
+
} from "./commands/ListSSHPublicKeysCommand";
|
|
430
|
+
import {
|
|
431
|
+
ListUserPoliciesCommandInput,
|
|
432
|
+
ListUserPoliciesCommandOutput,
|
|
433
|
+
} from "./commands/ListUserPoliciesCommand";
|
|
434
|
+
import {
|
|
435
|
+
ListUsersCommandInput,
|
|
436
|
+
ListUsersCommandOutput,
|
|
437
|
+
} from "./commands/ListUsersCommand";
|
|
438
|
+
import {
|
|
439
|
+
ListUserTagsCommandInput,
|
|
440
|
+
ListUserTagsCommandOutput,
|
|
441
|
+
} from "./commands/ListUserTagsCommand";
|
|
442
|
+
import {
|
|
443
|
+
ListVirtualMFADevicesCommandInput,
|
|
444
|
+
ListVirtualMFADevicesCommandOutput,
|
|
445
|
+
} from "./commands/ListVirtualMFADevicesCommand";
|
|
446
|
+
import {
|
|
447
|
+
PutGroupPolicyCommandInput,
|
|
448
|
+
PutGroupPolicyCommandOutput,
|
|
449
|
+
} from "./commands/PutGroupPolicyCommand";
|
|
450
|
+
import {
|
|
451
|
+
PutRolePermissionsBoundaryCommandInput,
|
|
452
|
+
PutRolePermissionsBoundaryCommandOutput,
|
|
453
|
+
} from "./commands/PutRolePermissionsBoundaryCommand";
|
|
454
|
+
import {
|
|
455
|
+
PutRolePolicyCommandInput,
|
|
456
|
+
PutRolePolicyCommandOutput,
|
|
457
|
+
} from "./commands/PutRolePolicyCommand";
|
|
458
|
+
import {
|
|
459
|
+
PutUserPermissionsBoundaryCommandInput,
|
|
460
|
+
PutUserPermissionsBoundaryCommandOutput,
|
|
461
|
+
} from "./commands/PutUserPermissionsBoundaryCommand";
|
|
462
|
+
import {
|
|
463
|
+
PutUserPolicyCommandInput,
|
|
464
|
+
PutUserPolicyCommandOutput,
|
|
465
|
+
} from "./commands/PutUserPolicyCommand";
|
|
466
|
+
import {
|
|
467
|
+
RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
468
|
+
RemoveClientIDFromOpenIDConnectProviderCommandOutput,
|
|
469
|
+
} from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
470
|
+
import {
|
|
471
|
+
RemoveRoleFromInstanceProfileCommandInput,
|
|
472
|
+
RemoveRoleFromInstanceProfileCommandOutput,
|
|
473
|
+
} from "./commands/RemoveRoleFromInstanceProfileCommand";
|
|
474
|
+
import {
|
|
475
|
+
RemoveUserFromGroupCommandInput,
|
|
476
|
+
RemoveUserFromGroupCommandOutput,
|
|
477
|
+
} from "./commands/RemoveUserFromGroupCommand";
|
|
478
|
+
import {
|
|
479
|
+
ResetServiceSpecificCredentialCommandInput,
|
|
480
|
+
ResetServiceSpecificCredentialCommandOutput,
|
|
481
|
+
} from "./commands/ResetServiceSpecificCredentialCommand";
|
|
482
|
+
import {
|
|
483
|
+
ResyncMFADeviceCommandInput,
|
|
484
|
+
ResyncMFADeviceCommandOutput,
|
|
485
|
+
} from "./commands/ResyncMFADeviceCommand";
|
|
486
|
+
import {
|
|
487
|
+
SetDefaultPolicyVersionCommandInput,
|
|
488
|
+
SetDefaultPolicyVersionCommandOutput,
|
|
489
|
+
} from "./commands/SetDefaultPolicyVersionCommand";
|
|
490
|
+
import {
|
|
491
|
+
SetSecurityTokenServicePreferencesCommandInput,
|
|
492
|
+
SetSecurityTokenServicePreferencesCommandOutput,
|
|
493
|
+
} from "./commands/SetSecurityTokenServicePreferencesCommand";
|
|
494
|
+
import {
|
|
495
|
+
SimulateCustomPolicyCommandInput,
|
|
496
|
+
SimulateCustomPolicyCommandOutput,
|
|
497
|
+
} from "./commands/SimulateCustomPolicyCommand";
|
|
498
|
+
import {
|
|
499
|
+
SimulatePrincipalPolicyCommandInput,
|
|
500
|
+
SimulatePrincipalPolicyCommandOutput,
|
|
501
|
+
} from "./commands/SimulatePrincipalPolicyCommand";
|
|
502
|
+
import {
|
|
503
|
+
TagInstanceProfileCommandInput,
|
|
504
|
+
TagInstanceProfileCommandOutput,
|
|
505
|
+
} from "./commands/TagInstanceProfileCommand";
|
|
506
|
+
import {
|
|
507
|
+
TagMFADeviceCommandInput,
|
|
508
|
+
TagMFADeviceCommandOutput,
|
|
509
|
+
} from "./commands/TagMFADeviceCommand";
|
|
510
|
+
import {
|
|
511
|
+
TagOpenIDConnectProviderCommandInput,
|
|
512
|
+
TagOpenIDConnectProviderCommandOutput,
|
|
513
|
+
} from "./commands/TagOpenIDConnectProviderCommand";
|
|
514
|
+
import {
|
|
515
|
+
TagPolicyCommandInput,
|
|
516
|
+
TagPolicyCommandOutput,
|
|
517
|
+
} from "./commands/TagPolicyCommand";
|
|
518
|
+
import {
|
|
519
|
+
TagRoleCommandInput,
|
|
520
|
+
TagRoleCommandOutput,
|
|
521
|
+
} from "./commands/TagRoleCommand";
|
|
522
|
+
import {
|
|
523
|
+
TagSAMLProviderCommandInput,
|
|
524
|
+
TagSAMLProviderCommandOutput,
|
|
525
|
+
} from "./commands/TagSAMLProviderCommand";
|
|
526
|
+
import {
|
|
527
|
+
TagServerCertificateCommandInput,
|
|
528
|
+
TagServerCertificateCommandOutput,
|
|
529
|
+
} from "./commands/TagServerCertificateCommand";
|
|
530
|
+
import {
|
|
531
|
+
TagUserCommandInput,
|
|
532
|
+
TagUserCommandOutput,
|
|
533
|
+
} from "./commands/TagUserCommand";
|
|
534
|
+
import {
|
|
535
|
+
UntagInstanceProfileCommandInput,
|
|
536
|
+
UntagInstanceProfileCommandOutput,
|
|
537
|
+
} from "./commands/UntagInstanceProfileCommand";
|
|
538
|
+
import {
|
|
539
|
+
UntagMFADeviceCommandInput,
|
|
540
|
+
UntagMFADeviceCommandOutput,
|
|
541
|
+
} from "./commands/UntagMFADeviceCommand";
|
|
542
|
+
import {
|
|
543
|
+
UntagOpenIDConnectProviderCommandInput,
|
|
544
|
+
UntagOpenIDConnectProviderCommandOutput,
|
|
545
|
+
} from "./commands/UntagOpenIDConnectProviderCommand";
|
|
546
|
+
import {
|
|
547
|
+
UntagPolicyCommandInput,
|
|
548
|
+
UntagPolicyCommandOutput,
|
|
549
|
+
} from "./commands/UntagPolicyCommand";
|
|
550
|
+
import {
|
|
551
|
+
UntagRoleCommandInput,
|
|
552
|
+
UntagRoleCommandOutput,
|
|
553
|
+
} from "./commands/UntagRoleCommand";
|
|
554
|
+
import {
|
|
555
|
+
UntagSAMLProviderCommandInput,
|
|
556
|
+
UntagSAMLProviderCommandOutput,
|
|
557
|
+
} from "./commands/UntagSAMLProviderCommand";
|
|
558
|
+
import {
|
|
559
|
+
UntagServerCertificateCommandInput,
|
|
560
|
+
UntagServerCertificateCommandOutput,
|
|
561
|
+
} from "./commands/UntagServerCertificateCommand";
|
|
562
|
+
import {
|
|
563
|
+
UntagUserCommandInput,
|
|
564
|
+
UntagUserCommandOutput,
|
|
565
|
+
} from "./commands/UntagUserCommand";
|
|
566
|
+
import {
|
|
567
|
+
UpdateAccessKeyCommandInput,
|
|
568
|
+
UpdateAccessKeyCommandOutput,
|
|
569
|
+
} from "./commands/UpdateAccessKeyCommand";
|
|
570
|
+
import {
|
|
571
|
+
UpdateAccountPasswordPolicyCommandInput,
|
|
572
|
+
UpdateAccountPasswordPolicyCommandOutput,
|
|
573
|
+
} from "./commands/UpdateAccountPasswordPolicyCommand";
|
|
574
|
+
import {
|
|
575
|
+
UpdateAssumeRolePolicyCommandInput,
|
|
576
|
+
UpdateAssumeRolePolicyCommandOutput,
|
|
577
|
+
} from "./commands/UpdateAssumeRolePolicyCommand";
|
|
578
|
+
import {
|
|
579
|
+
UpdateGroupCommandInput,
|
|
580
|
+
UpdateGroupCommandOutput,
|
|
581
|
+
} from "./commands/UpdateGroupCommand";
|
|
582
|
+
import {
|
|
583
|
+
UpdateLoginProfileCommandInput,
|
|
584
|
+
UpdateLoginProfileCommandOutput,
|
|
585
|
+
} from "./commands/UpdateLoginProfileCommand";
|
|
586
|
+
import {
|
|
587
|
+
UpdateOpenIDConnectProviderThumbprintCommandInput,
|
|
588
|
+
UpdateOpenIDConnectProviderThumbprintCommandOutput,
|
|
589
|
+
} from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
|
|
590
|
+
import {
|
|
591
|
+
UpdateRoleCommandInput,
|
|
592
|
+
UpdateRoleCommandOutput,
|
|
593
|
+
} from "./commands/UpdateRoleCommand";
|
|
594
|
+
import {
|
|
595
|
+
UpdateRoleDescriptionCommandInput,
|
|
596
|
+
UpdateRoleDescriptionCommandOutput,
|
|
597
|
+
} from "./commands/UpdateRoleDescriptionCommand";
|
|
598
|
+
import {
|
|
599
|
+
UpdateSAMLProviderCommandInput,
|
|
600
|
+
UpdateSAMLProviderCommandOutput,
|
|
601
|
+
} from "./commands/UpdateSAMLProviderCommand";
|
|
602
|
+
import {
|
|
603
|
+
UpdateServerCertificateCommandInput,
|
|
604
|
+
UpdateServerCertificateCommandOutput,
|
|
605
|
+
} from "./commands/UpdateServerCertificateCommand";
|
|
606
|
+
import {
|
|
607
|
+
UpdateServiceSpecificCredentialCommandInput,
|
|
608
|
+
UpdateServiceSpecificCredentialCommandOutput,
|
|
609
|
+
} from "./commands/UpdateServiceSpecificCredentialCommand";
|
|
610
|
+
import {
|
|
611
|
+
UpdateSigningCertificateCommandInput,
|
|
612
|
+
UpdateSigningCertificateCommandOutput,
|
|
613
|
+
} from "./commands/UpdateSigningCertificateCommand";
|
|
614
|
+
import {
|
|
615
|
+
UpdateSSHPublicKeyCommandInput,
|
|
616
|
+
UpdateSSHPublicKeyCommandOutput,
|
|
617
|
+
} from "./commands/UpdateSSHPublicKeyCommand";
|
|
618
|
+
import {
|
|
619
|
+
UpdateUserCommandInput,
|
|
620
|
+
UpdateUserCommandOutput,
|
|
621
|
+
} from "./commands/UpdateUserCommand";
|
|
622
|
+
import {
|
|
623
|
+
UploadServerCertificateCommandInput,
|
|
624
|
+
UploadServerCertificateCommandOutput,
|
|
625
|
+
} from "./commands/UploadServerCertificateCommand";
|
|
626
|
+
import {
|
|
627
|
+
UploadSigningCertificateCommandInput,
|
|
628
|
+
UploadSigningCertificateCommandOutput,
|
|
629
|
+
} from "./commands/UploadSigningCertificateCommand";
|
|
630
|
+
import {
|
|
631
|
+
UploadSSHPublicKeyCommandInput,
|
|
632
|
+
UploadSSHPublicKeyCommandOutput,
|
|
633
|
+
} from "./commands/UploadSSHPublicKeyCommand";
|
|
634
|
+
import { IAMClient } from "./IAMClient";
|
|
635
|
+
export declare class IAM extends IAMClient {
|
|
636
|
+
addClientIDToOpenIDConnectProvider(
|
|
637
|
+
args: AddClientIDToOpenIDConnectProviderCommandInput,
|
|
638
|
+
options?: __HttpHandlerOptions
|
|
639
|
+
): Promise<AddClientIDToOpenIDConnectProviderCommandOutput>;
|
|
640
|
+
addClientIDToOpenIDConnectProvider(
|
|
641
|
+
args: AddClientIDToOpenIDConnectProviderCommandInput,
|
|
642
|
+
cb: (
|
|
643
|
+
err: any,
|
|
644
|
+
data?: AddClientIDToOpenIDConnectProviderCommandOutput
|
|
645
|
+
) => void
|
|
646
|
+
): void;
|
|
647
|
+
addClientIDToOpenIDConnectProvider(
|
|
648
|
+
args: AddClientIDToOpenIDConnectProviderCommandInput,
|
|
649
|
+
options: __HttpHandlerOptions,
|
|
650
|
+
cb: (
|
|
651
|
+
err: any,
|
|
652
|
+
data?: AddClientIDToOpenIDConnectProviderCommandOutput
|
|
653
|
+
) => void
|
|
654
|
+
): void;
|
|
655
|
+
addRoleToInstanceProfile(
|
|
656
|
+
args: AddRoleToInstanceProfileCommandInput,
|
|
657
|
+
options?: __HttpHandlerOptions
|
|
658
|
+
): Promise<AddRoleToInstanceProfileCommandOutput>;
|
|
659
|
+
addRoleToInstanceProfile(
|
|
660
|
+
args: AddRoleToInstanceProfileCommandInput,
|
|
661
|
+
cb: (err: any, data?: AddRoleToInstanceProfileCommandOutput) => void
|
|
662
|
+
): void;
|
|
663
|
+
addRoleToInstanceProfile(
|
|
664
|
+
args: AddRoleToInstanceProfileCommandInput,
|
|
665
|
+
options: __HttpHandlerOptions,
|
|
666
|
+
cb: (err: any, data?: AddRoleToInstanceProfileCommandOutput) => void
|
|
667
|
+
): void;
|
|
668
|
+
addUserToGroup(
|
|
669
|
+
args: AddUserToGroupCommandInput,
|
|
670
|
+
options?: __HttpHandlerOptions
|
|
671
|
+
): Promise<AddUserToGroupCommandOutput>;
|
|
672
|
+
addUserToGroup(
|
|
673
|
+
args: AddUserToGroupCommandInput,
|
|
674
|
+
cb: (err: any, data?: AddUserToGroupCommandOutput) => void
|
|
675
|
+
): void;
|
|
676
|
+
addUserToGroup(
|
|
677
|
+
args: AddUserToGroupCommandInput,
|
|
678
|
+
options: __HttpHandlerOptions,
|
|
679
|
+
cb: (err: any, data?: AddUserToGroupCommandOutput) => void
|
|
680
|
+
): void;
|
|
681
|
+
attachGroupPolicy(
|
|
682
|
+
args: AttachGroupPolicyCommandInput,
|
|
683
|
+
options?: __HttpHandlerOptions
|
|
684
|
+
): Promise<AttachGroupPolicyCommandOutput>;
|
|
685
|
+
attachGroupPolicy(
|
|
686
|
+
args: AttachGroupPolicyCommandInput,
|
|
687
|
+
cb: (err: any, data?: AttachGroupPolicyCommandOutput) => void
|
|
688
|
+
): void;
|
|
689
|
+
attachGroupPolicy(
|
|
690
|
+
args: AttachGroupPolicyCommandInput,
|
|
691
|
+
options: __HttpHandlerOptions,
|
|
692
|
+
cb: (err: any, data?: AttachGroupPolicyCommandOutput) => void
|
|
693
|
+
): void;
|
|
694
|
+
attachRolePolicy(
|
|
695
|
+
args: AttachRolePolicyCommandInput,
|
|
696
|
+
options?: __HttpHandlerOptions
|
|
697
|
+
): Promise<AttachRolePolicyCommandOutput>;
|
|
698
|
+
attachRolePolicy(
|
|
699
|
+
args: AttachRolePolicyCommandInput,
|
|
700
|
+
cb: (err: any, data?: AttachRolePolicyCommandOutput) => void
|
|
701
|
+
): void;
|
|
702
|
+
attachRolePolicy(
|
|
703
|
+
args: AttachRolePolicyCommandInput,
|
|
704
|
+
options: __HttpHandlerOptions,
|
|
705
|
+
cb: (err: any, data?: AttachRolePolicyCommandOutput) => void
|
|
706
|
+
): void;
|
|
707
|
+
attachUserPolicy(
|
|
708
|
+
args: AttachUserPolicyCommandInput,
|
|
709
|
+
options?: __HttpHandlerOptions
|
|
710
|
+
): Promise<AttachUserPolicyCommandOutput>;
|
|
711
|
+
attachUserPolicy(
|
|
712
|
+
args: AttachUserPolicyCommandInput,
|
|
713
|
+
cb: (err: any, data?: AttachUserPolicyCommandOutput) => void
|
|
714
|
+
): void;
|
|
715
|
+
attachUserPolicy(
|
|
716
|
+
args: AttachUserPolicyCommandInput,
|
|
717
|
+
options: __HttpHandlerOptions,
|
|
718
|
+
cb: (err: any, data?: AttachUserPolicyCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
changePassword(
|
|
721
|
+
args: ChangePasswordCommandInput,
|
|
722
|
+
options?: __HttpHandlerOptions
|
|
723
|
+
): Promise<ChangePasswordCommandOutput>;
|
|
724
|
+
changePassword(
|
|
725
|
+
args: ChangePasswordCommandInput,
|
|
726
|
+
cb: (err: any, data?: ChangePasswordCommandOutput) => void
|
|
727
|
+
): void;
|
|
728
|
+
changePassword(
|
|
729
|
+
args: ChangePasswordCommandInput,
|
|
730
|
+
options: __HttpHandlerOptions,
|
|
731
|
+
cb: (err: any, data?: ChangePasswordCommandOutput) => void
|
|
732
|
+
): void;
|
|
733
|
+
createAccessKey(
|
|
734
|
+
args: CreateAccessKeyCommandInput,
|
|
735
|
+
options?: __HttpHandlerOptions
|
|
736
|
+
): Promise<CreateAccessKeyCommandOutput>;
|
|
737
|
+
createAccessKey(
|
|
738
|
+
args: CreateAccessKeyCommandInput,
|
|
739
|
+
cb: (err: any, data?: CreateAccessKeyCommandOutput) => void
|
|
740
|
+
): void;
|
|
741
|
+
createAccessKey(
|
|
742
|
+
args: CreateAccessKeyCommandInput,
|
|
743
|
+
options: __HttpHandlerOptions,
|
|
744
|
+
cb: (err: any, data?: CreateAccessKeyCommandOutput) => void
|
|
745
|
+
): void;
|
|
746
|
+
createAccountAlias(
|
|
747
|
+
args: CreateAccountAliasCommandInput,
|
|
748
|
+
options?: __HttpHandlerOptions
|
|
749
|
+
): Promise<CreateAccountAliasCommandOutput>;
|
|
750
|
+
createAccountAlias(
|
|
751
|
+
args: CreateAccountAliasCommandInput,
|
|
752
|
+
cb: (err: any, data?: CreateAccountAliasCommandOutput) => void
|
|
753
|
+
): void;
|
|
754
|
+
createAccountAlias(
|
|
755
|
+
args: CreateAccountAliasCommandInput,
|
|
756
|
+
options: __HttpHandlerOptions,
|
|
757
|
+
cb: (err: any, data?: CreateAccountAliasCommandOutput) => void
|
|
758
|
+
): void;
|
|
759
|
+
createGroup(
|
|
760
|
+
args: CreateGroupCommandInput,
|
|
761
|
+
options?: __HttpHandlerOptions
|
|
762
|
+
): Promise<CreateGroupCommandOutput>;
|
|
763
|
+
createGroup(
|
|
764
|
+
args: CreateGroupCommandInput,
|
|
765
|
+
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
766
|
+
): void;
|
|
767
|
+
createGroup(
|
|
768
|
+
args: CreateGroupCommandInput,
|
|
769
|
+
options: __HttpHandlerOptions,
|
|
770
|
+
cb: (err: any, data?: CreateGroupCommandOutput) => void
|
|
771
|
+
): void;
|
|
772
|
+
createInstanceProfile(
|
|
773
|
+
args: CreateInstanceProfileCommandInput,
|
|
774
|
+
options?: __HttpHandlerOptions
|
|
775
|
+
): Promise<CreateInstanceProfileCommandOutput>;
|
|
776
|
+
createInstanceProfile(
|
|
777
|
+
args: CreateInstanceProfileCommandInput,
|
|
778
|
+
cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
|
|
779
|
+
): void;
|
|
780
|
+
createInstanceProfile(
|
|
781
|
+
args: CreateInstanceProfileCommandInput,
|
|
782
|
+
options: __HttpHandlerOptions,
|
|
783
|
+
cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
|
|
784
|
+
): void;
|
|
785
|
+
createLoginProfile(
|
|
786
|
+
args: CreateLoginProfileCommandInput,
|
|
787
|
+
options?: __HttpHandlerOptions
|
|
788
|
+
): Promise<CreateLoginProfileCommandOutput>;
|
|
789
|
+
createLoginProfile(
|
|
790
|
+
args: CreateLoginProfileCommandInput,
|
|
791
|
+
cb: (err: any, data?: CreateLoginProfileCommandOutput) => void
|
|
792
|
+
): void;
|
|
793
|
+
createLoginProfile(
|
|
794
|
+
args: CreateLoginProfileCommandInput,
|
|
795
|
+
options: __HttpHandlerOptions,
|
|
796
|
+
cb: (err: any, data?: CreateLoginProfileCommandOutput) => void
|
|
797
|
+
): void;
|
|
798
|
+
createOpenIDConnectProvider(
|
|
799
|
+
args: CreateOpenIDConnectProviderCommandInput,
|
|
800
|
+
options?: __HttpHandlerOptions
|
|
801
|
+
): Promise<CreateOpenIDConnectProviderCommandOutput>;
|
|
802
|
+
createOpenIDConnectProvider(
|
|
803
|
+
args: CreateOpenIDConnectProviderCommandInput,
|
|
804
|
+
cb: (err: any, data?: CreateOpenIDConnectProviderCommandOutput) => void
|
|
805
|
+
): void;
|
|
806
|
+
createOpenIDConnectProvider(
|
|
807
|
+
args: CreateOpenIDConnectProviderCommandInput,
|
|
808
|
+
options: __HttpHandlerOptions,
|
|
809
|
+
cb: (err: any, data?: CreateOpenIDConnectProviderCommandOutput) => void
|
|
810
|
+
): void;
|
|
811
|
+
createPolicy(
|
|
812
|
+
args: CreatePolicyCommandInput,
|
|
813
|
+
options?: __HttpHandlerOptions
|
|
814
|
+
): Promise<CreatePolicyCommandOutput>;
|
|
815
|
+
createPolicy(
|
|
816
|
+
args: CreatePolicyCommandInput,
|
|
817
|
+
cb: (err: any, data?: CreatePolicyCommandOutput) => void
|
|
818
|
+
): void;
|
|
819
|
+
createPolicy(
|
|
820
|
+
args: CreatePolicyCommandInput,
|
|
821
|
+
options: __HttpHandlerOptions,
|
|
822
|
+
cb: (err: any, data?: CreatePolicyCommandOutput) => void
|
|
823
|
+
): void;
|
|
824
|
+
createPolicyVersion(
|
|
825
|
+
args: CreatePolicyVersionCommandInput,
|
|
826
|
+
options?: __HttpHandlerOptions
|
|
827
|
+
): Promise<CreatePolicyVersionCommandOutput>;
|
|
828
|
+
createPolicyVersion(
|
|
829
|
+
args: CreatePolicyVersionCommandInput,
|
|
830
|
+
cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void
|
|
831
|
+
): void;
|
|
832
|
+
createPolicyVersion(
|
|
833
|
+
args: CreatePolicyVersionCommandInput,
|
|
834
|
+
options: __HttpHandlerOptions,
|
|
835
|
+
cb: (err: any, data?: CreatePolicyVersionCommandOutput) => void
|
|
836
|
+
): void;
|
|
837
|
+
createRole(
|
|
838
|
+
args: CreateRoleCommandInput,
|
|
839
|
+
options?: __HttpHandlerOptions
|
|
840
|
+
): Promise<CreateRoleCommandOutput>;
|
|
841
|
+
createRole(
|
|
842
|
+
args: CreateRoleCommandInput,
|
|
843
|
+
cb: (err: any, data?: CreateRoleCommandOutput) => void
|
|
844
|
+
): void;
|
|
845
|
+
createRole(
|
|
846
|
+
args: CreateRoleCommandInput,
|
|
847
|
+
options: __HttpHandlerOptions,
|
|
848
|
+
cb: (err: any, data?: CreateRoleCommandOutput) => void
|
|
849
|
+
): void;
|
|
850
|
+
createSAMLProvider(
|
|
851
|
+
args: CreateSAMLProviderCommandInput,
|
|
852
|
+
options?: __HttpHandlerOptions
|
|
853
|
+
): Promise<CreateSAMLProviderCommandOutput>;
|
|
854
|
+
createSAMLProvider(
|
|
855
|
+
args: CreateSAMLProviderCommandInput,
|
|
856
|
+
cb: (err: any, data?: CreateSAMLProviderCommandOutput) => void
|
|
857
|
+
): void;
|
|
858
|
+
createSAMLProvider(
|
|
859
|
+
args: CreateSAMLProviderCommandInput,
|
|
860
|
+
options: __HttpHandlerOptions,
|
|
861
|
+
cb: (err: any, data?: CreateSAMLProviderCommandOutput) => void
|
|
862
|
+
): void;
|
|
863
|
+
createServiceLinkedRole(
|
|
864
|
+
args: CreateServiceLinkedRoleCommandInput,
|
|
865
|
+
options?: __HttpHandlerOptions
|
|
866
|
+
): Promise<CreateServiceLinkedRoleCommandOutput>;
|
|
867
|
+
createServiceLinkedRole(
|
|
868
|
+
args: CreateServiceLinkedRoleCommandInput,
|
|
869
|
+
cb: (err: any, data?: CreateServiceLinkedRoleCommandOutput) => void
|
|
870
|
+
): void;
|
|
871
|
+
createServiceLinkedRole(
|
|
872
|
+
args: CreateServiceLinkedRoleCommandInput,
|
|
873
|
+
options: __HttpHandlerOptions,
|
|
874
|
+
cb: (err: any, data?: CreateServiceLinkedRoleCommandOutput) => void
|
|
875
|
+
): void;
|
|
876
|
+
createServiceSpecificCredential(
|
|
877
|
+
args: CreateServiceSpecificCredentialCommandInput,
|
|
878
|
+
options?: __HttpHandlerOptions
|
|
879
|
+
): Promise<CreateServiceSpecificCredentialCommandOutput>;
|
|
880
|
+
createServiceSpecificCredential(
|
|
881
|
+
args: CreateServiceSpecificCredentialCommandInput,
|
|
882
|
+
cb: (err: any, data?: CreateServiceSpecificCredentialCommandOutput) => void
|
|
883
|
+
): void;
|
|
884
|
+
createServiceSpecificCredential(
|
|
885
|
+
args: CreateServiceSpecificCredentialCommandInput,
|
|
886
|
+
options: __HttpHandlerOptions,
|
|
887
|
+
cb: (err: any, data?: CreateServiceSpecificCredentialCommandOutput) => void
|
|
888
|
+
): void;
|
|
889
|
+
createUser(
|
|
890
|
+
args: CreateUserCommandInput,
|
|
891
|
+
options?: __HttpHandlerOptions
|
|
892
|
+
): Promise<CreateUserCommandOutput>;
|
|
893
|
+
createUser(
|
|
894
|
+
args: CreateUserCommandInput,
|
|
895
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
896
|
+
): void;
|
|
897
|
+
createUser(
|
|
898
|
+
args: CreateUserCommandInput,
|
|
899
|
+
options: __HttpHandlerOptions,
|
|
900
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
901
|
+
): void;
|
|
902
|
+
createVirtualMFADevice(
|
|
903
|
+
args: CreateVirtualMFADeviceCommandInput,
|
|
904
|
+
options?: __HttpHandlerOptions
|
|
905
|
+
): Promise<CreateVirtualMFADeviceCommandOutput>;
|
|
906
|
+
createVirtualMFADevice(
|
|
907
|
+
args: CreateVirtualMFADeviceCommandInput,
|
|
908
|
+
cb: (err: any, data?: CreateVirtualMFADeviceCommandOutput) => void
|
|
909
|
+
): void;
|
|
910
|
+
createVirtualMFADevice(
|
|
911
|
+
args: CreateVirtualMFADeviceCommandInput,
|
|
912
|
+
options: __HttpHandlerOptions,
|
|
913
|
+
cb: (err: any, data?: CreateVirtualMFADeviceCommandOutput) => void
|
|
914
|
+
): void;
|
|
915
|
+
deactivateMFADevice(
|
|
916
|
+
args: DeactivateMFADeviceCommandInput,
|
|
917
|
+
options?: __HttpHandlerOptions
|
|
918
|
+
): Promise<DeactivateMFADeviceCommandOutput>;
|
|
919
|
+
deactivateMFADevice(
|
|
920
|
+
args: DeactivateMFADeviceCommandInput,
|
|
921
|
+
cb: (err: any, data?: DeactivateMFADeviceCommandOutput) => void
|
|
922
|
+
): void;
|
|
923
|
+
deactivateMFADevice(
|
|
924
|
+
args: DeactivateMFADeviceCommandInput,
|
|
925
|
+
options: __HttpHandlerOptions,
|
|
926
|
+
cb: (err: any, data?: DeactivateMFADeviceCommandOutput) => void
|
|
927
|
+
): void;
|
|
928
|
+
deleteAccessKey(
|
|
929
|
+
args: DeleteAccessKeyCommandInput,
|
|
930
|
+
options?: __HttpHandlerOptions
|
|
931
|
+
): Promise<DeleteAccessKeyCommandOutput>;
|
|
932
|
+
deleteAccessKey(
|
|
933
|
+
args: DeleteAccessKeyCommandInput,
|
|
934
|
+
cb: (err: any, data?: DeleteAccessKeyCommandOutput) => void
|
|
935
|
+
): void;
|
|
936
|
+
deleteAccessKey(
|
|
937
|
+
args: DeleteAccessKeyCommandInput,
|
|
938
|
+
options: __HttpHandlerOptions,
|
|
939
|
+
cb: (err: any, data?: DeleteAccessKeyCommandOutput) => void
|
|
940
|
+
): void;
|
|
941
|
+
deleteAccountAlias(
|
|
942
|
+
args: DeleteAccountAliasCommandInput,
|
|
943
|
+
options?: __HttpHandlerOptions
|
|
944
|
+
): Promise<DeleteAccountAliasCommandOutput>;
|
|
945
|
+
deleteAccountAlias(
|
|
946
|
+
args: DeleteAccountAliasCommandInput,
|
|
947
|
+
cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void
|
|
948
|
+
): void;
|
|
949
|
+
deleteAccountAlias(
|
|
950
|
+
args: DeleteAccountAliasCommandInput,
|
|
951
|
+
options: __HttpHandlerOptions,
|
|
952
|
+
cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void
|
|
953
|
+
): void;
|
|
954
|
+
deleteAccountPasswordPolicy(
|
|
955
|
+
args: DeleteAccountPasswordPolicyCommandInput,
|
|
956
|
+
options?: __HttpHandlerOptions
|
|
957
|
+
): Promise<DeleteAccountPasswordPolicyCommandOutput>;
|
|
958
|
+
deleteAccountPasswordPolicy(
|
|
959
|
+
args: DeleteAccountPasswordPolicyCommandInput,
|
|
960
|
+
cb: (err: any, data?: DeleteAccountPasswordPolicyCommandOutput) => void
|
|
961
|
+
): void;
|
|
962
|
+
deleteAccountPasswordPolicy(
|
|
963
|
+
args: DeleteAccountPasswordPolicyCommandInput,
|
|
964
|
+
options: __HttpHandlerOptions,
|
|
965
|
+
cb: (err: any, data?: DeleteAccountPasswordPolicyCommandOutput) => void
|
|
966
|
+
): void;
|
|
967
|
+
deleteGroup(
|
|
968
|
+
args: DeleteGroupCommandInput,
|
|
969
|
+
options?: __HttpHandlerOptions
|
|
970
|
+
): Promise<DeleteGroupCommandOutput>;
|
|
971
|
+
deleteGroup(
|
|
972
|
+
args: DeleteGroupCommandInput,
|
|
973
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
974
|
+
): void;
|
|
975
|
+
deleteGroup(
|
|
976
|
+
args: DeleteGroupCommandInput,
|
|
977
|
+
options: __HttpHandlerOptions,
|
|
978
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
979
|
+
): void;
|
|
980
|
+
deleteGroupPolicy(
|
|
981
|
+
args: DeleteGroupPolicyCommandInput,
|
|
982
|
+
options?: __HttpHandlerOptions
|
|
983
|
+
): Promise<DeleteGroupPolicyCommandOutput>;
|
|
984
|
+
deleteGroupPolicy(
|
|
985
|
+
args: DeleteGroupPolicyCommandInput,
|
|
986
|
+
cb: (err: any, data?: DeleteGroupPolicyCommandOutput) => void
|
|
987
|
+
): void;
|
|
988
|
+
deleteGroupPolicy(
|
|
989
|
+
args: DeleteGroupPolicyCommandInput,
|
|
990
|
+
options: __HttpHandlerOptions,
|
|
991
|
+
cb: (err: any, data?: DeleteGroupPolicyCommandOutput) => void
|
|
992
|
+
): void;
|
|
993
|
+
deleteInstanceProfile(
|
|
994
|
+
args: DeleteInstanceProfileCommandInput,
|
|
995
|
+
options?: __HttpHandlerOptions
|
|
996
|
+
): Promise<DeleteInstanceProfileCommandOutput>;
|
|
997
|
+
deleteInstanceProfile(
|
|
998
|
+
args: DeleteInstanceProfileCommandInput,
|
|
999
|
+
cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
|
|
1000
|
+
): void;
|
|
1001
|
+
deleteInstanceProfile(
|
|
1002
|
+
args: DeleteInstanceProfileCommandInput,
|
|
1003
|
+
options: __HttpHandlerOptions,
|
|
1004
|
+
cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
|
|
1005
|
+
): void;
|
|
1006
|
+
deleteLoginProfile(
|
|
1007
|
+
args: DeleteLoginProfileCommandInput,
|
|
1008
|
+
options?: __HttpHandlerOptions
|
|
1009
|
+
): Promise<DeleteLoginProfileCommandOutput>;
|
|
1010
|
+
deleteLoginProfile(
|
|
1011
|
+
args: DeleteLoginProfileCommandInput,
|
|
1012
|
+
cb: (err: any, data?: DeleteLoginProfileCommandOutput) => void
|
|
1013
|
+
): void;
|
|
1014
|
+
deleteLoginProfile(
|
|
1015
|
+
args: DeleteLoginProfileCommandInput,
|
|
1016
|
+
options: __HttpHandlerOptions,
|
|
1017
|
+
cb: (err: any, data?: DeleteLoginProfileCommandOutput) => void
|
|
1018
|
+
): void;
|
|
1019
|
+
deleteOpenIDConnectProvider(
|
|
1020
|
+
args: DeleteOpenIDConnectProviderCommandInput,
|
|
1021
|
+
options?: __HttpHandlerOptions
|
|
1022
|
+
): Promise<DeleteOpenIDConnectProviderCommandOutput>;
|
|
1023
|
+
deleteOpenIDConnectProvider(
|
|
1024
|
+
args: DeleteOpenIDConnectProviderCommandInput,
|
|
1025
|
+
cb: (err: any, data?: DeleteOpenIDConnectProviderCommandOutput) => void
|
|
1026
|
+
): void;
|
|
1027
|
+
deleteOpenIDConnectProvider(
|
|
1028
|
+
args: DeleteOpenIDConnectProviderCommandInput,
|
|
1029
|
+
options: __HttpHandlerOptions,
|
|
1030
|
+
cb: (err: any, data?: DeleteOpenIDConnectProviderCommandOutput) => void
|
|
1031
|
+
): void;
|
|
1032
|
+
deletePolicy(
|
|
1033
|
+
args: DeletePolicyCommandInput,
|
|
1034
|
+
options?: __HttpHandlerOptions
|
|
1035
|
+
): Promise<DeletePolicyCommandOutput>;
|
|
1036
|
+
deletePolicy(
|
|
1037
|
+
args: DeletePolicyCommandInput,
|
|
1038
|
+
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
1039
|
+
): void;
|
|
1040
|
+
deletePolicy(
|
|
1041
|
+
args: DeletePolicyCommandInput,
|
|
1042
|
+
options: __HttpHandlerOptions,
|
|
1043
|
+
cb: (err: any, data?: DeletePolicyCommandOutput) => void
|
|
1044
|
+
): void;
|
|
1045
|
+
deletePolicyVersion(
|
|
1046
|
+
args: DeletePolicyVersionCommandInput,
|
|
1047
|
+
options?: __HttpHandlerOptions
|
|
1048
|
+
): Promise<DeletePolicyVersionCommandOutput>;
|
|
1049
|
+
deletePolicyVersion(
|
|
1050
|
+
args: DeletePolicyVersionCommandInput,
|
|
1051
|
+
cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void
|
|
1052
|
+
): void;
|
|
1053
|
+
deletePolicyVersion(
|
|
1054
|
+
args: DeletePolicyVersionCommandInput,
|
|
1055
|
+
options: __HttpHandlerOptions,
|
|
1056
|
+
cb: (err: any, data?: DeletePolicyVersionCommandOutput) => void
|
|
1057
|
+
): void;
|
|
1058
|
+
deleteRole(
|
|
1059
|
+
args: DeleteRoleCommandInput,
|
|
1060
|
+
options?: __HttpHandlerOptions
|
|
1061
|
+
): Promise<DeleteRoleCommandOutput>;
|
|
1062
|
+
deleteRole(
|
|
1063
|
+
args: DeleteRoleCommandInput,
|
|
1064
|
+
cb: (err: any, data?: DeleteRoleCommandOutput) => void
|
|
1065
|
+
): void;
|
|
1066
|
+
deleteRole(
|
|
1067
|
+
args: DeleteRoleCommandInput,
|
|
1068
|
+
options: __HttpHandlerOptions,
|
|
1069
|
+
cb: (err: any, data?: DeleteRoleCommandOutput) => void
|
|
1070
|
+
): void;
|
|
1071
|
+
deleteRolePermissionsBoundary(
|
|
1072
|
+
args: DeleteRolePermissionsBoundaryCommandInput,
|
|
1073
|
+
options?: __HttpHandlerOptions
|
|
1074
|
+
): Promise<DeleteRolePermissionsBoundaryCommandOutput>;
|
|
1075
|
+
deleteRolePermissionsBoundary(
|
|
1076
|
+
args: DeleteRolePermissionsBoundaryCommandInput,
|
|
1077
|
+
cb: (err: any, data?: DeleteRolePermissionsBoundaryCommandOutput) => void
|
|
1078
|
+
): void;
|
|
1079
|
+
deleteRolePermissionsBoundary(
|
|
1080
|
+
args: DeleteRolePermissionsBoundaryCommandInput,
|
|
1081
|
+
options: __HttpHandlerOptions,
|
|
1082
|
+
cb: (err: any, data?: DeleteRolePermissionsBoundaryCommandOutput) => void
|
|
1083
|
+
): void;
|
|
1084
|
+
deleteRolePolicy(
|
|
1085
|
+
args: DeleteRolePolicyCommandInput,
|
|
1086
|
+
options?: __HttpHandlerOptions
|
|
1087
|
+
): Promise<DeleteRolePolicyCommandOutput>;
|
|
1088
|
+
deleteRolePolicy(
|
|
1089
|
+
args: DeleteRolePolicyCommandInput,
|
|
1090
|
+
cb: (err: any, data?: DeleteRolePolicyCommandOutput) => void
|
|
1091
|
+
): void;
|
|
1092
|
+
deleteRolePolicy(
|
|
1093
|
+
args: DeleteRolePolicyCommandInput,
|
|
1094
|
+
options: __HttpHandlerOptions,
|
|
1095
|
+
cb: (err: any, data?: DeleteRolePolicyCommandOutput) => void
|
|
1096
|
+
): void;
|
|
1097
|
+
deleteSAMLProvider(
|
|
1098
|
+
args: DeleteSAMLProviderCommandInput,
|
|
1099
|
+
options?: __HttpHandlerOptions
|
|
1100
|
+
): Promise<DeleteSAMLProviderCommandOutput>;
|
|
1101
|
+
deleteSAMLProvider(
|
|
1102
|
+
args: DeleteSAMLProviderCommandInput,
|
|
1103
|
+
cb: (err: any, data?: DeleteSAMLProviderCommandOutput) => void
|
|
1104
|
+
): void;
|
|
1105
|
+
deleteSAMLProvider(
|
|
1106
|
+
args: DeleteSAMLProviderCommandInput,
|
|
1107
|
+
options: __HttpHandlerOptions,
|
|
1108
|
+
cb: (err: any, data?: DeleteSAMLProviderCommandOutput) => void
|
|
1109
|
+
): void;
|
|
1110
|
+
deleteServerCertificate(
|
|
1111
|
+
args: DeleteServerCertificateCommandInput,
|
|
1112
|
+
options?: __HttpHandlerOptions
|
|
1113
|
+
): Promise<DeleteServerCertificateCommandOutput>;
|
|
1114
|
+
deleteServerCertificate(
|
|
1115
|
+
args: DeleteServerCertificateCommandInput,
|
|
1116
|
+
cb: (err: any, data?: DeleteServerCertificateCommandOutput) => void
|
|
1117
|
+
): void;
|
|
1118
|
+
deleteServerCertificate(
|
|
1119
|
+
args: DeleteServerCertificateCommandInput,
|
|
1120
|
+
options: __HttpHandlerOptions,
|
|
1121
|
+
cb: (err: any, data?: DeleteServerCertificateCommandOutput) => void
|
|
1122
|
+
): void;
|
|
1123
|
+
deleteServiceLinkedRole(
|
|
1124
|
+
args: DeleteServiceLinkedRoleCommandInput,
|
|
1125
|
+
options?: __HttpHandlerOptions
|
|
1126
|
+
): Promise<DeleteServiceLinkedRoleCommandOutput>;
|
|
1127
|
+
deleteServiceLinkedRole(
|
|
1128
|
+
args: DeleteServiceLinkedRoleCommandInput,
|
|
1129
|
+
cb: (err: any, data?: DeleteServiceLinkedRoleCommandOutput) => void
|
|
1130
|
+
): void;
|
|
1131
|
+
deleteServiceLinkedRole(
|
|
1132
|
+
args: DeleteServiceLinkedRoleCommandInput,
|
|
1133
|
+
options: __HttpHandlerOptions,
|
|
1134
|
+
cb: (err: any, data?: DeleteServiceLinkedRoleCommandOutput) => void
|
|
1135
|
+
): void;
|
|
1136
|
+
deleteServiceSpecificCredential(
|
|
1137
|
+
args: DeleteServiceSpecificCredentialCommandInput,
|
|
1138
|
+
options?: __HttpHandlerOptions
|
|
1139
|
+
): Promise<DeleteServiceSpecificCredentialCommandOutput>;
|
|
1140
|
+
deleteServiceSpecificCredential(
|
|
1141
|
+
args: DeleteServiceSpecificCredentialCommandInput,
|
|
1142
|
+
cb: (err: any, data?: DeleteServiceSpecificCredentialCommandOutput) => void
|
|
1143
|
+
): void;
|
|
1144
|
+
deleteServiceSpecificCredential(
|
|
1145
|
+
args: DeleteServiceSpecificCredentialCommandInput,
|
|
1146
|
+
options: __HttpHandlerOptions,
|
|
1147
|
+
cb: (err: any, data?: DeleteServiceSpecificCredentialCommandOutput) => void
|
|
1148
|
+
): void;
|
|
1149
|
+
deleteSigningCertificate(
|
|
1150
|
+
args: DeleteSigningCertificateCommandInput,
|
|
1151
|
+
options?: __HttpHandlerOptions
|
|
1152
|
+
): Promise<DeleteSigningCertificateCommandOutput>;
|
|
1153
|
+
deleteSigningCertificate(
|
|
1154
|
+
args: DeleteSigningCertificateCommandInput,
|
|
1155
|
+
cb: (err: any, data?: DeleteSigningCertificateCommandOutput) => void
|
|
1156
|
+
): void;
|
|
1157
|
+
deleteSigningCertificate(
|
|
1158
|
+
args: DeleteSigningCertificateCommandInput,
|
|
1159
|
+
options: __HttpHandlerOptions,
|
|
1160
|
+
cb: (err: any, data?: DeleteSigningCertificateCommandOutput) => void
|
|
1161
|
+
): void;
|
|
1162
|
+
deleteSSHPublicKey(
|
|
1163
|
+
args: DeleteSSHPublicKeyCommandInput,
|
|
1164
|
+
options?: __HttpHandlerOptions
|
|
1165
|
+
): Promise<DeleteSSHPublicKeyCommandOutput>;
|
|
1166
|
+
deleteSSHPublicKey(
|
|
1167
|
+
args: DeleteSSHPublicKeyCommandInput,
|
|
1168
|
+
cb: (err: any, data?: DeleteSSHPublicKeyCommandOutput) => void
|
|
1169
|
+
): void;
|
|
1170
|
+
deleteSSHPublicKey(
|
|
1171
|
+
args: DeleteSSHPublicKeyCommandInput,
|
|
1172
|
+
options: __HttpHandlerOptions,
|
|
1173
|
+
cb: (err: any, data?: DeleteSSHPublicKeyCommandOutput) => void
|
|
1174
|
+
): void;
|
|
1175
|
+
deleteUser(
|
|
1176
|
+
args: DeleteUserCommandInput,
|
|
1177
|
+
options?: __HttpHandlerOptions
|
|
1178
|
+
): Promise<DeleteUserCommandOutput>;
|
|
1179
|
+
deleteUser(
|
|
1180
|
+
args: DeleteUserCommandInput,
|
|
1181
|
+
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
1182
|
+
): void;
|
|
1183
|
+
deleteUser(
|
|
1184
|
+
args: DeleteUserCommandInput,
|
|
1185
|
+
options: __HttpHandlerOptions,
|
|
1186
|
+
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
1187
|
+
): void;
|
|
1188
|
+
deleteUserPermissionsBoundary(
|
|
1189
|
+
args: DeleteUserPermissionsBoundaryCommandInput,
|
|
1190
|
+
options?: __HttpHandlerOptions
|
|
1191
|
+
): Promise<DeleteUserPermissionsBoundaryCommandOutput>;
|
|
1192
|
+
deleteUserPermissionsBoundary(
|
|
1193
|
+
args: DeleteUserPermissionsBoundaryCommandInput,
|
|
1194
|
+
cb: (err: any, data?: DeleteUserPermissionsBoundaryCommandOutput) => void
|
|
1195
|
+
): void;
|
|
1196
|
+
deleteUserPermissionsBoundary(
|
|
1197
|
+
args: DeleteUserPermissionsBoundaryCommandInput,
|
|
1198
|
+
options: __HttpHandlerOptions,
|
|
1199
|
+
cb: (err: any, data?: DeleteUserPermissionsBoundaryCommandOutput) => void
|
|
1200
|
+
): void;
|
|
1201
|
+
deleteUserPolicy(
|
|
1202
|
+
args: DeleteUserPolicyCommandInput,
|
|
1203
|
+
options?: __HttpHandlerOptions
|
|
1204
|
+
): Promise<DeleteUserPolicyCommandOutput>;
|
|
1205
|
+
deleteUserPolicy(
|
|
1206
|
+
args: DeleteUserPolicyCommandInput,
|
|
1207
|
+
cb: (err: any, data?: DeleteUserPolicyCommandOutput) => void
|
|
1208
|
+
): void;
|
|
1209
|
+
deleteUserPolicy(
|
|
1210
|
+
args: DeleteUserPolicyCommandInput,
|
|
1211
|
+
options: __HttpHandlerOptions,
|
|
1212
|
+
cb: (err: any, data?: DeleteUserPolicyCommandOutput) => void
|
|
1213
|
+
): void;
|
|
1214
|
+
deleteVirtualMFADevice(
|
|
1215
|
+
args: DeleteVirtualMFADeviceCommandInput,
|
|
1216
|
+
options?: __HttpHandlerOptions
|
|
1217
|
+
): Promise<DeleteVirtualMFADeviceCommandOutput>;
|
|
1218
|
+
deleteVirtualMFADevice(
|
|
1219
|
+
args: DeleteVirtualMFADeviceCommandInput,
|
|
1220
|
+
cb: (err: any, data?: DeleteVirtualMFADeviceCommandOutput) => void
|
|
1221
|
+
): void;
|
|
1222
|
+
deleteVirtualMFADevice(
|
|
1223
|
+
args: DeleteVirtualMFADeviceCommandInput,
|
|
1224
|
+
options: __HttpHandlerOptions,
|
|
1225
|
+
cb: (err: any, data?: DeleteVirtualMFADeviceCommandOutput) => void
|
|
1226
|
+
): void;
|
|
1227
|
+
detachGroupPolicy(
|
|
1228
|
+
args: DetachGroupPolicyCommandInput,
|
|
1229
|
+
options?: __HttpHandlerOptions
|
|
1230
|
+
): Promise<DetachGroupPolicyCommandOutput>;
|
|
1231
|
+
detachGroupPolicy(
|
|
1232
|
+
args: DetachGroupPolicyCommandInput,
|
|
1233
|
+
cb: (err: any, data?: DetachGroupPolicyCommandOutput) => void
|
|
1234
|
+
): void;
|
|
1235
|
+
detachGroupPolicy(
|
|
1236
|
+
args: DetachGroupPolicyCommandInput,
|
|
1237
|
+
options: __HttpHandlerOptions,
|
|
1238
|
+
cb: (err: any, data?: DetachGroupPolicyCommandOutput) => void
|
|
1239
|
+
): void;
|
|
1240
|
+
detachRolePolicy(
|
|
1241
|
+
args: DetachRolePolicyCommandInput,
|
|
1242
|
+
options?: __HttpHandlerOptions
|
|
1243
|
+
): Promise<DetachRolePolicyCommandOutput>;
|
|
1244
|
+
detachRolePolicy(
|
|
1245
|
+
args: DetachRolePolicyCommandInput,
|
|
1246
|
+
cb: (err: any, data?: DetachRolePolicyCommandOutput) => void
|
|
1247
|
+
): void;
|
|
1248
|
+
detachRolePolicy(
|
|
1249
|
+
args: DetachRolePolicyCommandInput,
|
|
1250
|
+
options: __HttpHandlerOptions,
|
|
1251
|
+
cb: (err: any, data?: DetachRolePolicyCommandOutput) => void
|
|
1252
|
+
): void;
|
|
1253
|
+
detachUserPolicy(
|
|
1254
|
+
args: DetachUserPolicyCommandInput,
|
|
1255
|
+
options?: __HttpHandlerOptions
|
|
1256
|
+
): Promise<DetachUserPolicyCommandOutput>;
|
|
1257
|
+
detachUserPolicy(
|
|
1258
|
+
args: DetachUserPolicyCommandInput,
|
|
1259
|
+
cb: (err: any, data?: DetachUserPolicyCommandOutput) => void
|
|
1260
|
+
): void;
|
|
1261
|
+
detachUserPolicy(
|
|
1262
|
+
args: DetachUserPolicyCommandInput,
|
|
1263
|
+
options: __HttpHandlerOptions,
|
|
1264
|
+
cb: (err: any, data?: DetachUserPolicyCommandOutput) => void
|
|
1265
|
+
): void;
|
|
1266
|
+
enableMFADevice(
|
|
1267
|
+
args: EnableMFADeviceCommandInput,
|
|
1268
|
+
options?: __HttpHandlerOptions
|
|
1269
|
+
): Promise<EnableMFADeviceCommandOutput>;
|
|
1270
|
+
enableMFADevice(
|
|
1271
|
+
args: EnableMFADeviceCommandInput,
|
|
1272
|
+
cb: (err: any, data?: EnableMFADeviceCommandOutput) => void
|
|
1273
|
+
): void;
|
|
1274
|
+
enableMFADevice(
|
|
1275
|
+
args: EnableMFADeviceCommandInput,
|
|
1276
|
+
options: __HttpHandlerOptions,
|
|
1277
|
+
cb: (err: any, data?: EnableMFADeviceCommandOutput) => void
|
|
1278
|
+
): void;
|
|
1279
|
+
generateCredentialReport(
|
|
1280
|
+
args: GenerateCredentialReportCommandInput,
|
|
1281
|
+
options?: __HttpHandlerOptions
|
|
1282
|
+
): Promise<GenerateCredentialReportCommandOutput>;
|
|
1283
|
+
generateCredentialReport(
|
|
1284
|
+
args: GenerateCredentialReportCommandInput,
|
|
1285
|
+
cb: (err: any, data?: GenerateCredentialReportCommandOutput) => void
|
|
1286
|
+
): void;
|
|
1287
|
+
generateCredentialReport(
|
|
1288
|
+
args: GenerateCredentialReportCommandInput,
|
|
1289
|
+
options: __HttpHandlerOptions,
|
|
1290
|
+
cb: (err: any, data?: GenerateCredentialReportCommandOutput) => void
|
|
1291
|
+
): void;
|
|
1292
|
+
generateOrganizationsAccessReport(
|
|
1293
|
+
args: GenerateOrganizationsAccessReportCommandInput,
|
|
1294
|
+
options?: __HttpHandlerOptions
|
|
1295
|
+
): Promise<GenerateOrganizationsAccessReportCommandOutput>;
|
|
1296
|
+
generateOrganizationsAccessReport(
|
|
1297
|
+
args: GenerateOrganizationsAccessReportCommandInput,
|
|
1298
|
+
cb: (
|
|
1299
|
+
err: any,
|
|
1300
|
+
data?: GenerateOrganizationsAccessReportCommandOutput
|
|
1301
|
+
) => void
|
|
1302
|
+
): void;
|
|
1303
|
+
generateOrganizationsAccessReport(
|
|
1304
|
+
args: GenerateOrganizationsAccessReportCommandInput,
|
|
1305
|
+
options: __HttpHandlerOptions,
|
|
1306
|
+
cb: (
|
|
1307
|
+
err: any,
|
|
1308
|
+
data?: GenerateOrganizationsAccessReportCommandOutput
|
|
1309
|
+
) => void
|
|
1310
|
+
): void;
|
|
1311
|
+
generateServiceLastAccessedDetails(
|
|
1312
|
+
args: GenerateServiceLastAccessedDetailsCommandInput,
|
|
1313
|
+
options?: __HttpHandlerOptions
|
|
1314
|
+
): Promise<GenerateServiceLastAccessedDetailsCommandOutput>;
|
|
1315
|
+
generateServiceLastAccessedDetails(
|
|
1316
|
+
args: GenerateServiceLastAccessedDetailsCommandInput,
|
|
1317
|
+
cb: (
|
|
1318
|
+
err: any,
|
|
1319
|
+
data?: GenerateServiceLastAccessedDetailsCommandOutput
|
|
1320
|
+
) => void
|
|
1321
|
+
): void;
|
|
1322
|
+
generateServiceLastAccessedDetails(
|
|
1323
|
+
args: GenerateServiceLastAccessedDetailsCommandInput,
|
|
1324
|
+
options: __HttpHandlerOptions,
|
|
1325
|
+
cb: (
|
|
1326
|
+
err: any,
|
|
1327
|
+
data?: GenerateServiceLastAccessedDetailsCommandOutput
|
|
1328
|
+
) => void
|
|
1329
|
+
): void;
|
|
1330
|
+
getAccessKeyLastUsed(
|
|
1331
|
+
args: GetAccessKeyLastUsedCommandInput,
|
|
1332
|
+
options?: __HttpHandlerOptions
|
|
1333
|
+
): Promise<GetAccessKeyLastUsedCommandOutput>;
|
|
1334
|
+
getAccessKeyLastUsed(
|
|
1335
|
+
args: GetAccessKeyLastUsedCommandInput,
|
|
1336
|
+
cb: (err: any, data?: GetAccessKeyLastUsedCommandOutput) => void
|
|
1337
|
+
): void;
|
|
1338
|
+
getAccessKeyLastUsed(
|
|
1339
|
+
args: GetAccessKeyLastUsedCommandInput,
|
|
1340
|
+
options: __HttpHandlerOptions,
|
|
1341
|
+
cb: (err: any, data?: GetAccessKeyLastUsedCommandOutput) => void
|
|
1342
|
+
): void;
|
|
1343
|
+
getAccountAuthorizationDetails(
|
|
1344
|
+
args: GetAccountAuthorizationDetailsCommandInput,
|
|
1345
|
+
options?: __HttpHandlerOptions
|
|
1346
|
+
): Promise<GetAccountAuthorizationDetailsCommandOutput>;
|
|
1347
|
+
getAccountAuthorizationDetails(
|
|
1348
|
+
args: GetAccountAuthorizationDetailsCommandInput,
|
|
1349
|
+
cb: (err: any, data?: GetAccountAuthorizationDetailsCommandOutput) => void
|
|
1350
|
+
): void;
|
|
1351
|
+
getAccountAuthorizationDetails(
|
|
1352
|
+
args: GetAccountAuthorizationDetailsCommandInput,
|
|
1353
|
+
options: __HttpHandlerOptions,
|
|
1354
|
+
cb: (err: any, data?: GetAccountAuthorizationDetailsCommandOutput) => void
|
|
1355
|
+
): void;
|
|
1356
|
+
getAccountPasswordPolicy(
|
|
1357
|
+
args: GetAccountPasswordPolicyCommandInput,
|
|
1358
|
+
options?: __HttpHandlerOptions
|
|
1359
|
+
): Promise<GetAccountPasswordPolicyCommandOutput>;
|
|
1360
|
+
getAccountPasswordPolicy(
|
|
1361
|
+
args: GetAccountPasswordPolicyCommandInput,
|
|
1362
|
+
cb: (err: any, data?: GetAccountPasswordPolicyCommandOutput) => void
|
|
1363
|
+
): void;
|
|
1364
|
+
getAccountPasswordPolicy(
|
|
1365
|
+
args: GetAccountPasswordPolicyCommandInput,
|
|
1366
|
+
options: __HttpHandlerOptions,
|
|
1367
|
+
cb: (err: any, data?: GetAccountPasswordPolicyCommandOutput) => void
|
|
1368
|
+
): void;
|
|
1369
|
+
getAccountSummary(
|
|
1370
|
+
args: GetAccountSummaryCommandInput,
|
|
1371
|
+
options?: __HttpHandlerOptions
|
|
1372
|
+
): Promise<GetAccountSummaryCommandOutput>;
|
|
1373
|
+
getAccountSummary(
|
|
1374
|
+
args: GetAccountSummaryCommandInput,
|
|
1375
|
+
cb: (err: any, data?: GetAccountSummaryCommandOutput) => void
|
|
1376
|
+
): void;
|
|
1377
|
+
getAccountSummary(
|
|
1378
|
+
args: GetAccountSummaryCommandInput,
|
|
1379
|
+
options: __HttpHandlerOptions,
|
|
1380
|
+
cb: (err: any, data?: GetAccountSummaryCommandOutput) => void
|
|
1381
|
+
): void;
|
|
1382
|
+
getContextKeysForCustomPolicy(
|
|
1383
|
+
args: GetContextKeysForCustomPolicyCommandInput,
|
|
1384
|
+
options?: __HttpHandlerOptions
|
|
1385
|
+
): Promise<GetContextKeysForCustomPolicyCommandOutput>;
|
|
1386
|
+
getContextKeysForCustomPolicy(
|
|
1387
|
+
args: GetContextKeysForCustomPolicyCommandInput,
|
|
1388
|
+
cb: (err: any, data?: GetContextKeysForCustomPolicyCommandOutput) => void
|
|
1389
|
+
): void;
|
|
1390
|
+
getContextKeysForCustomPolicy(
|
|
1391
|
+
args: GetContextKeysForCustomPolicyCommandInput,
|
|
1392
|
+
options: __HttpHandlerOptions,
|
|
1393
|
+
cb: (err: any, data?: GetContextKeysForCustomPolicyCommandOutput) => void
|
|
1394
|
+
): void;
|
|
1395
|
+
getContextKeysForPrincipalPolicy(
|
|
1396
|
+
args: GetContextKeysForPrincipalPolicyCommandInput,
|
|
1397
|
+
options?: __HttpHandlerOptions
|
|
1398
|
+
): Promise<GetContextKeysForPrincipalPolicyCommandOutput>;
|
|
1399
|
+
getContextKeysForPrincipalPolicy(
|
|
1400
|
+
args: GetContextKeysForPrincipalPolicyCommandInput,
|
|
1401
|
+
cb: (err: any, data?: GetContextKeysForPrincipalPolicyCommandOutput) => void
|
|
1402
|
+
): void;
|
|
1403
|
+
getContextKeysForPrincipalPolicy(
|
|
1404
|
+
args: GetContextKeysForPrincipalPolicyCommandInput,
|
|
1405
|
+
options: __HttpHandlerOptions,
|
|
1406
|
+
cb: (err: any, data?: GetContextKeysForPrincipalPolicyCommandOutput) => void
|
|
1407
|
+
): void;
|
|
1408
|
+
getCredentialReport(
|
|
1409
|
+
args: GetCredentialReportCommandInput,
|
|
1410
|
+
options?: __HttpHandlerOptions
|
|
1411
|
+
): Promise<GetCredentialReportCommandOutput>;
|
|
1412
|
+
getCredentialReport(
|
|
1413
|
+
args: GetCredentialReportCommandInput,
|
|
1414
|
+
cb: (err: any, data?: GetCredentialReportCommandOutput) => void
|
|
1415
|
+
): void;
|
|
1416
|
+
getCredentialReport(
|
|
1417
|
+
args: GetCredentialReportCommandInput,
|
|
1418
|
+
options: __HttpHandlerOptions,
|
|
1419
|
+
cb: (err: any, data?: GetCredentialReportCommandOutput) => void
|
|
1420
|
+
): void;
|
|
1421
|
+
getGroup(
|
|
1422
|
+
args: GetGroupCommandInput,
|
|
1423
|
+
options?: __HttpHandlerOptions
|
|
1424
|
+
): Promise<GetGroupCommandOutput>;
|
|
1425
|
+
getGroup(
|
|
1426
|
+
args: GetGroupCommandInput,
|
|
1427
|
+
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
1428
|
+
): void;
|
|
1429
|
+
getGroup(
|
|
1430
|
+
args: GetGroupCommandInput,
|
|
1431
|
+
options: __HttpHandlerOptions,
|
|
1432
|
+
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
1433
|
+
): void;
|
|
1434
|
+
getGroupPolicy(
|
|
1435
|
+
args: GetGroupPolicyCommandInput,
|
|
1436
|
+
options?: __HttpHandlerOptions
|
|
1437
|
+
): Promise<GetGroupPolicyCommandOutput>;
|
|
1438
|
+
getGroupPolicy(
|
|
1439
|
+
args: GetGroupPolicyCommandInput,
|
|
1440
|
+
cb: (err: any, data?: GetGroupPolicyCommandOutput) => void
|
|
1441
|
+
): void;
|
|
1442
|
+
getGroupPolicy(
|
|
1443
|
+
args: GetGroupPolicyCommandInput,
|
|
1444
|
+
options: __HttpHandlerOptions,
|
|
1445
|
+
cb: (err: any, data?: GetGroupPolicyCommandOutput) => void
|
|
1446
|
+
): void;
|
|
1447
|
+
getInstanceProfile(
|
|
1448
|
+
args: GetInstanceProfileCommandInput,
|
|
1449
|
+
options?: __HttpHandlerOptions
|
|
1450
|
+
): Promise<GetInstanceProfileCommandOutput>;
|
|
1451
|
+
getInstanceProfile(
|
|
1452
|
+
args: GetInstanceProfileCommandInput,
|
|
1453
|
+
cb: (err: any, data?: GetInstanceProfileCommandOutput) => void
|
|
1454
|
+
): void;
|
|
1455
|
+
getInstanceProfile(
|
|
1456
|
+
args: GetInstanceProfileCommandInput,
|
|
1457
|
+
options: __HttpHandlerOptions,
|
|
1458
|
+
cb: (err: any, data?: GetInstanceProfileCommandOutput) => void
|
|
1459
|
+
): void;
|
|
1460
|
+
getLoginProfile(
|
|
1461
|
+
args: GetLoginProfileCommandInput,
|
|
1462
|
+
options?: __HttpHandlerOptions
|
|
1463
|
+
): Promise<GetLoginProfileCommandOutput>;
|
|
1464
|
+
getLoginProfile(
|
|
1465
|
+
args: GetLoginProfileCommandInput,
|
|
1466
|
+
cb: (err: any, data?: GetLoginProfileCommandOutput) => void
|
|
1467
|
+
): void;
|
|
1468
|
+
getLoginProfile(
|
|
1469
|
+
args: GetLoginProfileCommandInput,
|
|
1470
|
+
options: __HttpHandlerOptions,
|
|
1471
|
+
cb: (err: any, data?: GetLoginProfileCommandOutput) => void
|
|
1472
|
+
): void;
|
|
1473
|
+
getOpenIDConnectProvider(
|
|
1474
|
+
args: GetOpenIDConnectProviderCommandInput,
|
|
1475
|
+
options?: __HttpHandlerOptions
|
|
1476
|
+
): Promise<GetOpenIDConnectProviderCommandOutput>;
|
|
1477
|
+
getOpenIDConnectProvider(
|
|
1478
|
+
args: GetOpenIDConnectProviderCommandInput,
|
|
1479
|
+
cb: (err: any, data?: GetOpenIDConnectProviderCommandOutput) => void
|
|
1480
|
+
): void;
|
|
1481
|
+
getOpenIDConnectProvider(
|
|
1482
|
+
args: GetOpenIDConnectProviderCommandInput,
|
|
1483
|
+
options: __HttpHandlerOptions,
|
|
1484
|
+
cb: (err: any, data?: GetOpenIDConnectProviderCommandOutput) => void
|
|
1485
|
+
): void;
|
|
1486
|
+
getOrganizationsAccessReport(
|
|
1487
|
+
args: GetOrganizationsAccessReportCommandInput,
|
|
1488
|
+
options?: __HttpHandlerOptions
|
|
1489
|
+
): Promise<GetOrganizationsAccessReportCommandOutput>;
|
|
1490
|
+
getOrganizationsAccessReport(
|
|
1491
|
+
args: GetOrganizationsAccessReportCommandInput,
|
|
1492
|
+
cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void
|
|
1493
|
+
): void;
|
|
1494
|
+
getOrganizationsAccessReport(
|
|
1495
|
+
args: GetOrganizationsAccessReportCommandInput,
|
|
1496
|
+
options: __HttpHandlerOptions,
|
|
1497
|
+
cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void
|
|
1498
|
+
): void;
|
|
1499
|
+
getPolicy(
|
|
1500
|
+
args: GetPolicyCommandInput,
|
|
1501
|
+
options?: __HttpHandlerOptions
|
|
1502
|
+
): Promise<GetPolicyCommandOutput>;
|
|
1503
|
+
getPolicy(
|
|
1504
|
+
args: GetPolicyCommandInput,
|
|
1505
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
1506
|
+
): void;
|
|
1507
|
+
getPolicy(
|
|
1508
|
+
args: GetPolicyCommandInput,
|
|
1509
|
+
options: __HttpHandlerOptions,
|
|
1510
|
+
cb: (err: any, data?: GetPolicyCommandOutput) => void
|
|
1511
|
+
): void;
|
|
1512
|
+
getPolicyVersion(
|
|
1513
|
+
args: GetPolicyVersionCommandInput,
|
|
1514
|
+
options?: __HttpHandlerOptions
|
|
1515
|
+
): Promise<GetPolicyVersionCommandOutput>;
|
|
1516
|
+
getPolicyVersion(
|
|
1517
|
+
args: GetPolicyVersionCommandInput,
|
|
1518
|
+
cb: (err: any, data?: GetPolicyVersionCommandOutput) => void
|
|
1519
|
+
): void;
|
|
1520
|
+
getPolicyVersion(
|
|
1521
|
+
args: GetPolicyVersionCommandInput,
|
|
1522
|
+
options: __HttpHandlerOptions,
|
|
1523
|
+
cb: (err: any, data?: GetPolicyVersionCommandOutput) => void
|
|
1524
|
+
): void;
|
|
1525
|
+
getRole(
|
|
1526
|
+
args: GetRoleCommandInput,
|
|
1527
|
+
options?: __HttpHandlerOptions
|
|
1528
|
+
): Promise<GetRoleCommandOutput>;
|
|
1529
|
+
getRole(
|
|
1530
|
+
args: GetRoleCommandInput,
|
|
1531
|
+
cb: (err: any, data?: GetRoleCommandOutput) => void
|
|
1532
|
+
): void;
|
|
1533
|
+
getRole(
|
|
1534
|
+
args: GetRoleCommandInput,
|
|
1535
|
+
options: __HttpHandlerOptions,
|
|
1536
|
+
cb: (err: any, data?: GetRoleCommandOutput) => void
|
|
1537
|
+
): void;
|
|
1538
|
+
getRolePolicy(
|
|
1539
|
+
args: GetRolePolicyCommandInput,
|
|
1540
|
+
options?: __HttpHandlerOptions
|
|
1541
|
+
): Promise<GetRolePolicyCommandOutput>;
|
|
1542
|
+
getRolePolicy(
|
|
1543
|
+
args: GetRolePolicyCommandInput,
|
|
1544
|
+
cb: (err: any, data?: GetRolePolicyCommandOutput) => void
|
|
1545
|
+
): void;
|
|
1546
|
+
getRolePolicy(
|
|
1547
|
+
args: GetRolePolicyCommandInput,
|
|
1548
|
+
options: __HttpHandlerOptions,
|
|
1549
|
+
cb: (err: any, data?: GetRolePolicyCommandOutput) => void
|
|
1550
|
+
): void;
|
|
1551
|
+
getSAMLProvider(
|
|
1552
|
+
args: GetSAMLProviderCommandInput,
|
|
1553
|
+
options?: __HttpHandlerOptions
|
|
1554
|
+
): Promise<GetSAMLProviderCommandOutput>;
|
|
1555
|
+
getSAMLProvider(
|
|
1556
|
+
args: GetSAMLProviderCommandInput,
|
|
1557
|
+
cb: (err: any, data?: GetSAMLProviderCommandOutput) => void
|
|
1558
|
+
): void;
|
|
1559
|
+
getSAMLProvider(
|
|
1560
|
+
args: GetSAMLProviderCommandInput,
|
|
1561
|
+
options: __HttpHandlerOptions,
|
|
1562
|
+
cb: (err: any, data?: GetSAMLProviderCommandOutput) => void
|
|
1563
|
+
): void;
|
|
1564
|
+
getServerCertificate(
|
|
1565
|
+
args: GetServerCertificateCommandInput,
|
|
1566
|
+
options?: __HttpHandlerOptions
|
|
1567
|
+
): Promise<GetServerCertificateCommandOutput>;
|
|
1568
|
+
getServerCertificate(
|
|
1569
|
+
args: GetServerCertificateCommandInput,
|
|
1570
|
+
cb: (err: any, data?: GetServerCertificateCommandOutput) => void
|
|
1571
|
+
): void;
|
|
1572
|
+
getServerCertificate(
|
|
1573
|
+
args: GetServerCertificateCommandInput,
|
|
1574
|
+
options: __HttpHandlerOptions,
|
|
1575
|
+
cb: (err: any, data?: GetServerCertificateCommandOutput) => void
|
|
1576
|
+
): void;
|
|
1577
|
+
getServiceLastAccessedDetails(
|
|
1578
|
+
args: GetServiceLastAccessedDetailsCommandInput,
|
|
1579
|
+
options?: __HttpHandlerOptions
|
|
1580
|
+
): Promise<GetServiceLastAccessedDetailsCommandOutput>;
|
|
1581
|
+
getServiceLastAccessedDetails(
|
|
1582
|
+
args: GetServiceLastAccessedDetailsCommandInput,
|
|
1583
|
+
cb: (err: any, data?: GetServiceLastAccessedDetailsCommandOutput) => void
|
|
1584
|
+
): void;
|
|
1585
|
+
getServiceLastAccessedDetails(
|
|
1586
|
+
args: GetServiceLastAccessedDetailsCommandInput,
|
|
1587
|
+
options: __HttpHandlerOptions,
|
|
1588
|
+
cb: (err: any, data?: GetServiceLastAccessedDetailsCommandOutput) => void
|
|
1589
|
+
): void;
|
|
1590
|
+
getServiceLastAccessedDetailsWithEntities(
|
|
1591
|
+
args: GetServiceLastAccessedDetailsWithEntitiesCommandInput,
|
|
1592
|
+
options?: __HttpHandlerOptions
|
|
1593
|
+
): Promise<GetServiceLastAccessedDetailsWithEntitiesCommandOutput>;
|
|
1594
|
+
getServiceLastAccessedDetailsWithEntities(
|
|
1595
|
+
args: GetServiceLastAccessedDetailsWithEntitiesCommandInput,
|
|
1596
|
+
cb: (
|
|
1597
|
+
err: any,
|
|
1598
|
+
data?: GetServiceLastAccessedDetailsWithEntitiesCommandOutput
|
|
1599
|
+
) => void
|
|
1600
|
+
): void;
|
|
1601
|
+
getServiceLastAccessedDetailsWithEntities(
|
|
1602
|
+
args: GetServiceLastAccessedDetailsWithEntitiesCommandInput,
|
|
1603
|
+
options: __HttpHandlerOptions,
|
|
1604
|
+
cb: (
|
|
1605
|
+
err: any,
|
|
1606
|
+
data?: GetServiceLastAccessedDetailsWithEntitiesCommandOutput
|
|
1607
|
+
) => void
|
|
1608
|
+
): void;
|
|
1609
|
+
getServiceLinkedRoleDeletionStatus(
|
|
1610
|
+
args: GetServiceLinkedRoleDeletionStatusCommandInput,
|
|
1611
|
+
options?: __HttpHandlerOptions
|
|
1612
|
+
): Promise<GetServiceLinkedRoleDeletionStatusCommandOutput>;
|
|
1613
|
+
getServiceLinkedRoleDeletionStatus(
|
|
1614
|
+
args: GetServiceLinkedRoleDeletionStatusCommandInput,
|
|
1615
|
+
cb: (
|
|
1616
|
+
err: any,
|
|
1617
|
+
data?: GetServiceLinkedRoleDeletionStatusCommandOutput
|
|
1618
|
+
) => void
|
|
1619
|
+
): void;
|
|
1620
|
+
getServiceLinkedRoleDeletionStatus(
|
|
1621
|
+
args: GetServiceLinkedRoleDeletionStatusCommandInput,
|
|
1622
|
+
options: __HttpHandlerOptions,
|
|
1623
|
+
cb: (
|
|
1624
|
+
err: any,
|
|
1625
|
+
data?: GetServiceLinkedRoleDeletionStatusCommandOutput
|
|
1626
|
+
) => void
|
|
1627
|
+
): void;
|
|
1628
|
+
getSSHPublicKey(
|
|
1629
|
+
args: GetSSHPublicKeyCommandInput,
|
|
1630
|
+
options?: __HttpHandlerOptions
|
|
1631
|
+
): Promise<GetSSHPublicKeyCommandOutput>;
|
|
1632
|
+
getSSHPublicKey(
|
|
1633
|
+
args: GetSSHPublicKeyCommandInput,
|
|
1634
|
+
cb: (err: any, data?: GetSSHPublicKeyCommandOutput) => void
|
|
1635
|
+
): void;
|
|
1636
|
+
getSSHPublicKey(
|
|
1637
|
+
args: GetSSHPublicKeyCommandInput,
|
|
1638
|
+
options: __HttpHandlerOptions,
|
|
1639
|
+
cb: (err: any, data?: GetSSHPublicKeyCommandOutput) => void
|
|
1640
|
+
): void;
|
|
1641
|
+
getUser(
|
|
1642
|
+
args: GetUserCommandInput,
|
|
1643
|
+
options?: __HttpHandlerOptions
|
|
1644
|
+
): Promise<GetUserCommandOutput>;
|
|
1645
|
+
getUser(
|
|
1646
|
+
args: GetUserCommandInput,
|
|
1647
|
+
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
1648
|
+
): void;
|
|
1649
|
+
getUser(
|
|
1650
|
+
args: GetUserCommandInput,
|
|
1651
|
+
options: __HttpHandlerOptions,
|
|
1652
|
+
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
1653
|
+
): void;
|
|
1654
|
+
getUserPolicy(
|
|
1655
|
+
args: GetUserPolicyCommandInput,
|
|
1656
|
+
options?: __HttpHandlerOptions
|
|
1657
|
+
): Promise<GetUserPolicyCommandOutput>;
|
|
1658
|
+
getUserPolicy(
|
|
1659
|
+
args: GetUserPolicyCommandInput,
|
|
1660
|
+
cb: (err: any, data?: GetUserPolicyCommandOutput) => void
|
|
1661
|
+
): void;
|
|
1662
|
+
getUserPolicy(
|
|
1663
|
+
args: GetUserPolicyCommandInput,
|
|
1664
|
+
options: __HttpHandlerOptions,
|
|
1665
|
+
cb: (err: any, data?: GetUserPolicyCommandOutput) => void
|
|
1666
|
+
): void;
|
|
1667
|
+
listAccessKeys(
|
|
1668
|
+
args: ListAccessKeysCommandInput,
|
|
1669
|
+
options?: __HttpHandlerOptions
|
|
1670
|
+
): Promise<ListAccessKeysCommandOutput>;
|
|
1671
|
+
listAccessKeys(
|
|
1672
|
+
args: ListAccessKeysCommandInput,
|
|
1673
|
+
cb: (err: any, data?: ListAccessKeysCommandOutput) => void
|
|
1674
|
+
): void;
|
|
1675
|
+
listAccessKeys(
|
|
1676
|
+
args: ListAccessKeysCommandInput,
|
|
1677
|
+
options: __HttpHandlerOptions,
|
|
1678
|
+
cb: (err: any, data?: ListAccessKeysCommandOutput) => void
|
|
1679
|
+
): void;
|
|
1680
|
+
listAccountAliases(
|
|
1681
|
+
args: ListAccountAliasesCommandInput,
|
|
1682
|
+
options?: __HttpHandlerOptions
|
|
1683
|
+
): Promise<ListAccountAliasesCommandOutput>;
|
|
1684
|
+
listAccountAliases(
|
|
1685
|
+
args: ListAccountAliasesCommandInput,
|
|
1686
|
+
cb: (err: any, data?: ListAccountAliasesCommandOutput) => void
|
|
1687
|
+
): void;
|
|
1688
|
+
listAccountAliases(
|
|
1689
|
+
args: ListAccountAliasesCommandInput,
|
|
1690
|
+
options: __HttpHandlerOptions,
|
|
1691
|
+
cb: (err: any, data?: ListAccountAliasesCommandOutput) => void
|
|
1692
|
+
): void;
|
|
1693
|
+
listAttachedGroupPolicies(
|
|
1694
|
+
args: ListAttachedGroupPoliciesCommandInput,
|
|
1695
|
+
options?: __HttpHandlerOptions
|
|
1696
|
+
): Promise<ListAttachedGroupPoliciesCommandOutput>;
|
|
1697
|
+
listAttachedGroupPolicies(
|
|
1698
|
+
args: ListAttachedGroupPoliciesCommandInput,
|
|
1699
|
+
cb: (err: any, data?: ListAttachedGroupPoliciesCommandOutput) => void
|
|
1700
|
+
): void;
|
|
1701
|
+
listAttachedGroupPolicies(
|
|
1702
|
+
args: ListAttachedGroupPoliciesCommandInput,
|
|
1703
|
+
options: __HttpHandlerOptions,
|
|
1704
|
+
cb: (err: any, data?: ListAttachedGroupPoliciesCommandOutput) => void
|
|
1705
|
+
): void;
|
|
1706
|
+
listAttachedRolePolicies(
|
|
1707
|
+
args: ListAttachedRolePoliciesCommandInput,
|
|
1708
|
+
options?: __HttpHandlerOptions
|
|
1709
|
+
): Promise<ListAttachedRolePoliciesCommandOutput>;
|
|
1710
|
+
listAttachedRolePolicies(
|
|
1711
|
+
args: ListAttachedRolePoliciesCommandInput,
|
|
1712
|
+
cb: (err: any, data?: ListAttachedRolePoliciesCommandOutput) => void
|
|
1713
|
+
): void;
|
|
1714
|
+
listAttachedRolePolicies(
|
|
1715
|
+
args: ListAttachedRolePoliciesCommandInput,
|
|
1716
|
+
options: __HttpHandlerOptions,
|
|
1717
|
+
cb: (err: any, data?: ListAttachedRolePoliciesCommandOutput) => void
|
|
1718
|
+
): void;
|
|
1719
|
+
listAttachedUserPolicies(
|
|
1720
|
+
args: ListAttachedUserPoliciesCommandInput,
|
|
1721
|
+
options?: __HttpHandlerOptions
|
|
1722
|
+
): Promise<ListAttachedUserPoliciesCommandOutput>;
|
|
1723
|
+
listAttachedUserPolicies(
|
|
1724
|
+
args: ListAttachedUserPoliciesCommandInput,
|
|
1725
|
+
cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void
|
|
1726
|
+
): void;
|
|
1727
|
+
listAttachedUserPolicies(
|
|
1728
|
+
args: ListAttachedUserPoliciesCommandInput,
|
|
1729
|
+
options: __HttpHandlerOptions,
|
|
1730
|
+
cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void
|
|
1731
|
+
): void;
|
|
1732
|
+
listEntitiesForPolicy(
|
|
1733
|
+
args: ListEntitiesForPolicyCommandInput,
|
|
1734
|
+
options?: __HttpHandlerOptions
|
|
1735
|
+
): Promise<ListEntitiesForPolicyCommandOutput>;
|
|
1736
|
+
listEntitiesForPolicy(
|
|
1737
|
+
args: ListEntitiesForPolicyCommandInput,
|
|
1738
|
+
cb: (err: any, data?: ListEntitiesForPolicyCommandOutput) => void
|
|
1739
|
+
): void;
|
|
1740
|
+
listEntitiesForPolicy(
|
|
1741
|
+
args: ListEntitiesForPolicyCommandInput,
|
|
1742
|
+
options: __HttpHandlerOptions,
|
|
1743
|
+
cb: (err: any, data?: ListEntitiesForPolicyCommandOutput) => void
|
|
1744
|
+
): void;
|
|
1745
|
+
listGroupPolicies(
|
|
1746
|
+
args: ListGroupPoliciesCommandInput,
|
|
1747
|
+
options?: __HttpHandlerOptions
|
|
1748
|
+
): Promise<ListGroupPoliciesCommandOutput>;
|
|
1749
|
+
listGroupPolicies(
|
|
1750
|
+
args: ListGroupPoliciesCommandInput,
|
|
1751
|
+
cb: (err: any, data?: ListGroupPoliciesCommandOutput) => void
|
|
1752
|
+
): void;
|
|
1753
|
+
listGroupPolicies(
|
|
1754
|
+
args: ListGroupPoliciesCommandInput,
|
|
1755
|
+
options: __HttpHandlerOptions,
|
|
1756
|
+
cb: (err: any, data?: ListGroupPoliciesCommandOutput) => void
|
|
1757
|
+
): void;
|
|
1758
|
+
listGroups(
|
|
1759
|
+
args: ListGroupsCommandInput,
|
|
1760
|
+
options?: __HttpHandlerOptions
|
|
1761
|
+
): Promise<ListGroupsCommandOutput>;
|
|
1762
|
+
listGroups(
|
|
1763
|
+
args: ListGroupsCommandInput,
|
|
1764
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
1765
|
+
): void;
|
|
1766
|
+
listGroups(
|
|
1767
|
+
args: ListGroupsCommandInput,
|
|
1768
|
+
options: __HttpHandlerOptions,
|
|
1769
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
1770
|
+
): void;
|
|
1771
|
+
listGroupsForUser(
|
|
1772
|
+
args: ListGroupsForUserCommandInput,
|
|
1773
|
+
options?: __HttpHandlerOptions
|
|
1774
|
+
): Promise<ListGroupsForUserCommandOutput>;
|
|
1775
|
+
listGroupsForUser(
|
|
1776
|
+
args: ListGroupsForUserCommandInput,
|
|
1777
|
+
cb: (err: any, data?: ListGroupsForUserCommandOutput) => void
|
|
1778
|
+
): void;
|
|
1779
|
+
listGroupsForUser(
|
|
1780
|
+
args: ListGroupsForUserCommandInput,
|
|
1781
|
+
options: __HttpHandlerOptions,
|
|
1782
|
+
cb: (err: any, data?: ListGroupsForUserCommandOutput) => void
|
|
1783
|
+
): void;
|
|
1784
|
+
listInstanceProfiles(
|
|
1785
|
+
args: ListInstanceProfilesCommandInput,
|
|
1786
|
+
options?: __HttpHandlerOptions
|
|
1787
|
+
): Promise<ListInstanceProfilesCommandOutput>;
|
|
1788
|
+
listInstanceProfiles(
|
|
1789
|
+
args: ListInstanceProfilesCommandInput,
|
|
1790
|
+
cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void
|
|
1791
|
+
): void;
|
|
1792
|
+
listInstanceProfiles(
|
|
1793
|
+
args: ListInstanceProfilesCommandInput,
|
|
1794
|
+
options: __HttpHandlerOptions,
|
|
1795
|
+
cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void
|
|
1796
|
+
): void;
|
|
1797
|
+
listInstanceProfilesForRole(
|
|
1798
|
+
args: ListInstanceProfilesForRoleCommandInput,
|
|
1799
|
+
options?: __HttpHandlerOptions
|
|
1800
|
+
): Promise<ListInstanceProfilesForRoleCommandOutput>;
|
|
1801
|
+
listInstanceProfilesForRole(
|
|
1802
|
+
args: ListInstanceProfilesForRoleCommandInput,
|
|
1803
|
+
cb: (err: any, data?: ListInstanceProfilesForRoleCommandOutput) => void
|
|
1804
|
+
): void;
|
|
1805
|
+
listInstanceProfilesForRole(
|
|
1806
|
+
args: ListInstanceProfilesForRoleCommandInput,
|
|
1807
|
+
options: __HttpHandlerOptions,
|
|
1808
|
+
cb: (err: any, data?: ListInstanceProfilesForRoleCommandOutput) => void
|
|
1809
|
+
): void;
|
|
1810
|
+
listInstanceProfileTags(
|
|
1811
|
+
args: ListInstanceProfileTagsCommandInput,
|
|
1812
|
+
options?: __HttpHandlerOptions
|
|
1813
|
+
): Promise<ListInstanceProfileTagsCommandOutput>;
|
|
1814
|
+
listInstanceProfileTags(
|
|
1815
|
+
args: ListInstanceProfileTagsCommandInput,
|
|
1816
|
+
cb: (err: any, data?: ListInstanceProfileTagsCommandOutput) => void
|
|
1817
|
+
): void;
|
|
1818
|
+
listInstanceProfileTags(
|
|
1819
|
+
args: ListInstanceProfileTagsCommandInput,
|
|
1820
|
+
options: __HttpHandlerOptions,
|
|
1821
|
+
cb: (err: any, data?: ListInstanceProfileTagsCommandOutput) => void
|
|
1822
|
+
): void;
|
|
1823
|
+
listMFADevices(
|
|
1824
|
+
args: ListMFADevicesCommandInput,
|
|
1825
|
+
options?: __HttpHandlerOptions
|
|
1826
|
+
): Promise<ListMFADevicesCommandOutput>;
|
|
1827
|
+
listMFADevices(
|
|
1828
|
+
args: ListMFADevicesCommandInput,
|
|
1829
|
+
cb: (err: any, data?: ListMFADevicesCommandOutput) => void
|
|
1830
|
+
): void;
|
|
1831
|
+
listMFADevices(
|
|
1832
|
+
args: ListMFADevicesCommandInput,
|
|
1833
|
+
options: __HttpHandlerOptions,
|
|
1834
|
+
cb: (err: any, data?: ListMFADevicesCommandOutput) => void
|
|
1835
|
+
): void;
|
|
1836
|
+
listMFADeviceTags(
|
|
1837
|
+
args: ListMFADeviceTagsCommandInput,
|
|
1838
|
+
options?: __HttpHandlerOptions
|
|
1839
|
+
): Promise<ListMFADeviceTagsCommandOutput>;
|
|
1840
|
+
listMFADeviceTags(
|
|
1841
|
+
args: ListMFADeviceTagsCommandInput,
|
|
1842
|
+
cb: (err: any, data?: ListMFADeviceTagsCommandOutput) => void
|
|
1843
|
+
): void;
|
|
1844
|
+
listMFADeviceTags(
|
|
1845
|
+
args: ListMFADeviceTagsCommandInput,
|
|
1846
|
+
options: __HttpHandlerOptions,
|
|
1847
|
+
cb: (err: any, data?: ListMFADeviceTagsCommandOutput) => void
|
|
1848
|
+
): void;
|
|
1849
|
+
listOpenIDConnectProviders(
|
|
1850
|
+
args: ListOpenIDConnectProvidersCommandInput,
|
|
1851
|
+
options?: __HttpHandlerOptions
|
|
1852
|
+
): Promise<ListOpenIDConnectProvidersCommandOutput>;
|
|
1853
|
+
listOpenIDConnectProviders(
|
|
1854
|
+
args: ListOpenIDConnectProvidersCommandInput,
|
|
1855
|
+
cb: (err: any, data?: ListOpenIDConnectProvidersCommandOutput) => void
|
|
1856
|
+
): void;
|
|
1857
|
+
listOpenIDConnectProviders(
|
|
1858
|
+
args: ListOpenIDConnectProvidersCommandInput,
|
|
1859
|
+
options: __HttpHandlerOptions,
|
|
1860
|
+
cb: (err: any, data?: ListOpenIDConnectProvidersCommandOutput) => void
|
|
1861
|
+
): void;
|
|
1862
|
+
listOpenIDConnectProviderTags(
|
|
1863
|
+
args: ListOpenIDConnectProviderTagsCommandInput,
|
|
1864
|
+
options?: __HttpHandlerOptions
|
|
1865
|
+
): Promise<ListOpenIDConnectProviderTagsCommandOutput>;
|
|
1866
|
+
listOpenIDConnectProviderTags(
|
|
1867
|
+
args: ListOpenIDConnectProviderTagsCommandInput,
|
|
1868
|
+
cb: (err: any, data?: ListOpenIDConnectProviderTagsCommandOutput) => void
|
|
1869
|
+
): void;
|
|
1870
|
+
listOpenIDConnectProviderTags(
|
|
1871
|
+
args: ListOpenIDConnectProviderTagsCommandInput,
|
|
1872
|
+
options: __HttpHandlerOptions,
|
|
1873
|
+
cb: (err: any, data?: ListOpenIDConnectProviderTagsCommandOutput) => void
|
|
1874
|
+
): void;
|
|
1875
|
+
listPolicies(
|
|
1876
|
+
args: ListPoliciesCommandInput,
|
|
1877
|
+
options?: __HttpHandlerOptions
|
|
1878
|
+
): Promise<ListPoliciesCommandOutput>;
|
|
1879
|
+
listPolicies(
|
|
1880
|
+
args: ListPoliciesCommandInput,
|
|
1881
|
+
cb: (err: any, data?: ListPoliciesCommandOutput) => void
|
|
1882
|
+
): void;
|
|
1883
|
+
listPolicies(
|
|
1884
|
+
args: ListPoliciesCommandInput,
|
|
1885
|
+
options: __HttpHandlerOptions,
|
|
1886
|
+
cb: (err: any, data?: ListPoliciesCommandOutput) => void
|
|
1887
|
+
): void;
|
|
1888
|
+
listPoliciesGrantingServiceAccess(
|
|
1889
|
+
args: ListPoliciesGrantingServiceAccessCommandInput,
|
|
1890
|
+
options?: __HttpHandlerOptions
|
|
1891
|
+
): Promise<ListPoliciesGrantingServiceAccessCommandOutput>;
|
|
1892
|
+
listPoliciesGrantingServiceAccess(
|
|
1893
|
+
args: ListPoliciesGrantingServiceAccessCommandInput,
|
|
1894
|
+
cb: (
|
|
1895
|
+
err: any,
|
|
1896
|
+
data?: ListPoliciesGrantingServiceAccessCommandOutput
|
|
1897
|
+
) => void
|
|
1898
|
+
): void;
|
|
1899
|
+
listPoliciesGrantingServiceAccess(
|
|
1900
|
+
args: ListPoliciesGrantingServiceAccessCommandInput,
|
|
1901
|
+
options: __HttpHandlerOptions,
|
|
1902
|
+
cb: (
|
|
1903
|
+
err: any,
|
|
1904
|
+
data?: ListPoliciesGrantingServiceAccessCommandOutput
|
|
1905
|
+
) => void
|
|
1906
|
+
): void;
|
|
1907
|
+
listPolicyTags(
|
|
1908
|
+
args: ListPolicyTagsCommandInput,
|
|
1909
|
+
options?: __HttpHandlerOptions
|
|
1910
|
+
): Promise<ListPolicyTagsCommandOutput>;
|
|
1911
|
+
listPolicyTags(
|
|
1912
|
+
args: ListPolicyTagsCommandInput,
|
|
1913
|
+
cb: (err: any, data?: ListPolicyTagsCommandOutput) => void
|
|
1914
|
+
): void;
|
|
1915
|
+
listPolicyTags(
|
|
1916
|
+
args: ListPolicyTagsCommandInput,
|
|
1917
|
+
options: __HttpHandlerOptions,
|
|
1918
|
+
cb: (err: any, data?: ListPolicyTagsCommandOutput) => void
|
|
1919
|
+
): void;
|
|
1920
|
+
listPolicyVersions(
|
|
1921
|
+
args: ListPolicyVersionsCommandInput,
|
|
1922
|
+
options?: __HttpHandlerOptions
|
|
1923
|
+
): Promise<ListPolicyVersionsCommandOutput>;
|
|
1924
|
+
listPolicyVersions(
|
|
1925
|
+
args: ListPolicyVersionsCommandInput,
|
|
1926
|
+
cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void
|
|
1927
|
+
): void;
|
|
1928
|
+
listPolicyVersions(
|
|
1929
|
+
args: ListPolicyVersionsCommandInput,
|
|
1930
|
+
options: __HttpHandlerOptions,
|
|
1931
|
+
cb: (err: any, data?: ListPolicyVersionsCommandOutput) => void
|
|
1932
|
+
): void;
|
|
1933
|
+
listRolePolicies(
|
|
1934
|
+
args: ListRolePoliciesCommandInput,
|
|
1935
|
+
options?: __HttpHandlerOptions
|
|
1936
|
+
): Promise<ListRolePoliciesCommandOutput>;
|
|
1937
|
+
listRolePolicies(
|
|
1938
|
+
args: ListRolePoliciesCommandInput,
|
|
1939
|
+
cb: (err: any, data?: ListRolePoliciesCommandOutput) => void
|
|
1940
|
+
): void;
|
|
1941
|
+
listRolePolicies(
|
|
1942
|
+
args: ListRolePoliciesCommandInput,
|
|
1943
|
+
options: __HttpHandlerOptions,
|
|
1944
|
+
cb: (err: any, data?: ListRolePoliciesCommandOutput) => void
|
|
1945
|
+
): void;
|
|
1946
|
+
listRoles(
|
|
1947
|
+
args: ListRolesCommandInput,
|
|
1948
|
+
options?: __HttpHandlerOptions
|
|
1949
|
+
): Promise<ListRolesCommandOutput>;
|
|
1950
|
+
listRoles(
|
|
1951
|
+
args: ListRolesCommandInput,
|
|
1952
|
+
cb: (err: any, data?: ListRolesCommandOutput) => void
|
|
1953
|
+
): void;
|
|
1954
|
+
listRoles(
|
|
1955
|
+
args: ListRolesCommandInput,
|
|
1956
|
+
options: __HttpHandlerOptions,
|
|
1957
|
+
cb: (err: any, data?: ListRolesCommandOutput) => void
|
|
1958
|
+
): void;
|
|
1959
|
+
listRoleTags(
|
|
1960
|
+
args: ListRoleTagsCommandInput,
|
|
1961
|
+
options?: __HttpHandlerOptions
|
|
1962
|
+
): Promise<ListRoleTagsCommandOutput>;
|
|
1963
|
+
listRoleTags(
|
|
1964
|
+
args: ListRoleTagsCommandInput,
|
|
1965
|
+
cb: (err: any, data?: ListRoleTagsCommandOutput) => void
|
|
1966
|
+
): void;
|
|
1967
|
+
listRoleTags(
|
|
1968
|
+
args: ListRoleTagsCommandInput,
|
|
1969
|
+
options: __HttpHandlerOptions,
|
|
1970
|
+
cb: (err: any, data?: ListRoleTagsCommandOutput) => void
|
|
1971
|
+
): void;
|
|
1972
|
+
listSAMLProviders(
|
|
1973
|
+
args: ListSAMLProvidersCommandInput,
|
|
1974
|
+
options?: __HttpHandlerOptions
|
|
1975
|
+
): Promise<ListSAMLProvidersCommandOutput>;
|
|
1976
|
+
listSAMLProviders(
|
|
1977
|
+
args: ListSAMLProvidersCommandInput,
|
|
1978
|
+
cb: (err: any, data?: ListSAMLProvidersCommandOutput) => void
|
|
1979
|
+
): void;
|
|
1980
|
+
listSAMLProviders(
|
|
1981
|
+
args: ListSAMLProvidersCommandInput,
|
|
1982
|
+
options: __HttpHandlerOptions,
|
|
1983
|
+
cb: (err: any, data?: ListSAMLProvidersCommandOutput) => void
|
|
1984
|
+
): void;
|
|
1985
|
+
listSAMLProviderTags(
|
|
1986
|
+
args: ListSAMLProviderTagsCommandInput,
|
|
1987
|
+
options?: __HttpHandlerOptions
|
|
1988
|
+
): Promise<ListSAMLProviderTagsCommandOutput>;
|
|
1989
|
+
listSAMLProviderTags(
|
|
1990
|
+
args: ListSAMLProviderTagsCommandInput,
|
|
1991
|
+
cb: (err: any, data?: ListSAMLProviderTagsCommandOutput) => void
|
|
1992
|
+
): void;
|
|
1993
|
+
listSAMLProviderTags(
|
|
1994
|
+
args: ListSAMLProviderTagsCommandInput,
|
|
1995
|
+
options: __HttpHandlerOptions,
|
|
1996
|
+
cb: (err: any, data?: ListSAMLProviderTagsCommandOutput) => void
|
|
1997
|
+
): void;
|
|
1998
|
+
listServerCertificates(
|
|
1999
|
+
args: ListServerCertificatesCommandInput,
|
|
2000
|
+
options?: __HttpHandlerOptions
|
|
2001
|
+
): Promise<ListServerCertificatesCommandOutput>;
|
|
2002
|
+
listServerCertificates(
|
|
2003
|
+
args: ListServerCertificatesCommandInput,
|
|
2004
|
+
cb: (err: any, data?: ListServerCertificatesCommandOutput) => void
|
|
2005
|
+
): void;
|
|
2006
|
+
listServerCertificates(
|
|
2007
|
+
args: ListServerCertificatesCommandInput,
|
|
2008
|
+
options: __HttpHandlerOptions,
|
|
2009
|
+
cb: (err: any, data?: ListServerCertificatesCommandOutput) => void
|
|
2010
|
+
): void;
|
|
2011
|
+
listServerCertificateTags(
|
|
2012
|
+
args: ListServerCertificateTagsCommandInput,
|
|
2013
|
+
options?: __HttpHandlerOptions
|
|
2014
|
+
): Promise<ListServerCertificateTagsCommandOutput>;
|
|
2015
|
+
listServerCertificateTags(
|
|
2016
|
+
args: ListServerCertificateTagsCommandInput,
|
|
2017
|
+
cb: (err: any, data?: ListServerCertificateTagsCommandOutput) => void
|
|
2018
|
+
): void;
|
|
2019
|
+
listServerCertificateTags(
|
|
2020
|
+
args: ListServerCertificateTagsCommandInput,
|
|
2021
|
+
options: __HttpHandlerOptions,
|
|
2022
|
+
cb: (err: any, data?: ListServerCertificateTagsCommandOutput) => void
|
|
2023
|
+
): void;
|
|
2024
|
+
listServiceSpecificCredentials(
|
|
2025
|
+
args: ListServiceSpecificCredentialsCommandInput,
|
|
2026
|
+
options?: __HttpHandlerOptions
|
|
2027
|
+
): Promise<ListServiceSpecificCredentialsCommandOutput>;
|
|
2028
|
+
listServiceSpecificCredentials(
|
|
2029
|
+
args: ListServiceSpecificCredentialsCommandInput,
|
|
2030
|
+
cb: (err: any, data?: ListServiceSpecificCredentialsCommandOutput) => void
|
|
2031
|
+
): void;
|
|
2032
|
+
listServiceSpecificCredentials(
|
|
2033
|
+
args: ListServiceSpecificCredentialsCommandInput,
|
|
2034
|
+
options: __HttpHandlerOptions,
|
|
2035
|
+
cb: (err: any, data?: ListServiceSpecificCredentialsCommandOutput) => void
|
|
2036
|
+
): void;
|
|
2037
|
+
listSigningCertificates(
|
|
2038
|
+
args: ListSigningCertificatesCommandInput,
|
|
2039
|
+
options?: __HttpHandlerOptions
|
|
2040
|
+
): Promise<ListSigningCertificatesCommandOutput>;
|
|
2041
|
+
listSigningCertificates(
|
|
2042
|
+
args: ListSigningCertificatesCommandInput,
|
|
2043
|
+
cb: (err: any, data?: ListSigningCertificatesCommandOutput) => void
|
|
2044
|
+
): void;
|
|
2045
|
+
listSigningCertificates(
|
|
2046
|
+
args: ListSigningCertificatesCommandInput,
|
|
2047
|
+
options: __HttpHandlerOptions,
|
|
2048
|
+
cb: (err: any, data?: ListSigningCertificatesCommandOutput) => void
|
|
2049
|
+
): void;
|
|
2050
|
+
listSSHPublicKeys(
|
|
2051
|
+
args: ListSSHPublicKeysCommandInput,
|
|
2052
|
+
options?: __HttpHandlerOptions
|
|
2053
|
+
): Promise<ListSSHPublicKeysCommandOutput>;
|
|
2054
|
+
listSSHPublicKeys(
|
|
2055
|
+
args: ListSSHPublicKeysCommandInput,
|
|
2056
|
+
cb: (err: any, data?: ListSSHPublicKeysCommandOutput) => void
|
|
2057
|
+
): void;
|
|
2058
|
+
listSSHPublicKeys(
|
|
2059
|
+
args: ListSSHPublicKeysCommandInput,
|
|
2060
|
+
options: __HttpHandlerOptions,
|
|
2061
|
+
cb: (err: any, data?: ListSSHPublicKeysCommandOutput) => void
|
|
2062
|
+
): void;
|
|
2063
|
+
listUserPolicies(
|
|
2064
|
+
args: ListUserPoliciesCommandInput,
|
|
2065
|
+
options?: __HttpHandlerOptions
|
|
2066
|
+
): Promise<ListUserPoliciesCommandOutput>;
|
|
2067
|
+
listUserPolicies(
|
|
2068
|
+
args: ListUserPoliciesCommandInput,
|
|
2069
|
+
cb: (err: any, data?: ListUserPoliciesCommandOutput) => void
|
|
2070
|
+
): void;
|
|
2071
|
+
listUserPolicies(
|
|
2072
|
+
args: ListUserPoliciesCommandInput,
|
|
2073
|
+
options: __HttpHandlerOptions,
|
|
2074
|
+
cb: (err: any, data?: ListUserPoliciesCommandOutput) => void
|
|
2075
|
+
): void;
|
|
2076
|
+
listUsers(
|
|
2077
|
+
args: ListUsersCommandInput,
|
|
2078
|
+
options?: __HttpHandlerOptions
|
|
2079
|
+
): Promise<ListUsersCommandOutput>;
|
|
2080
|
+
listUsers(
|
|
2081
|
+
args: ListUsersCommandInput,
|
|
2082
|
+
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
2083
|
+
): void;
|
|
2084
|
+
listUsers(
|
|
2085
|
+
args: ListUsersCommandInput,
|
|
2086
|
+
options: __HttpHandlerOptions,
|
|
2087
|
+
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
2088
|
+
): void;
|
|
2089
|
+
listUserTags(
|
|
2090
|
+
args: ListUserTagsCommandInput,
|
|
2091
|
+
options?: __HttpHandlerOptions
|
|
2092
|
+
): Promise<ListUserTagsCommandOutput>;
|
|
2093
|
+
listUserTags(
|
|
2094
|
+
args: ListUserTagsCommandInput,
|
|
2095
|
+
cb: (err: any, data?: ListUserTagsCommandOutput) => void
|
|
2096
|
+
): void;
|
|
2097
|
+
listUserTags(
|
|
2098
|
+
args: ListUserTagsCommandInput,
|
|
2099
|
+
options: __HttpHandlerOptions,
|
|
2100
|
+
cb: (err: any, data?: ListUserTagsCommandOutput) => void
|
|
2101
|
+
): void;
|
|
2102
|
+
listVirtualMFADevices(
|
|
2103
|
+
args: ListVirtualMFADevicesCommandInput,
|
|
2104
|
+
options?: __HttpHandlerOptions
|
|
2105
|
+
): Promise<ListVirtualMFADevicesCommandOutput>;
|
|
2106
|
+
listVirtualMFADevices(
|
|
2107
|
+
args: ListVirtualMFADevicesCommandInput,
|
|
2108
|
+
cb: (err: any, data?: ListVirtualMFADevicesCommandOutput) => void
|
|
2109
|
+
): void;
|
|
2110
|
+
listVirtualMFADevices(
|
|
2111
|
+
args: ListVirtualMFADevicesCommandInput,
|
|
2112
|
+
options: __HttpHandlerOptions,
|
|
2113
|
+
cb: (err: any, data?: ListVirtualMFADevicesCommandOutput) => void
|
|
2114
|
+
): void;
|
|
2115
|
+
putGroupPolicy(
|
|
2116
|
+
args: PutGroupPolicyCommandInput,
|
|
2117
|
+
options?: __HttpHandlerOptions
|
|
2118
|
+
): Promise<PutGroupPolicyCommandOutput>;
|
|
2119
|
+
putGroupPolicy(
|
|
2120
|
+
args: PutGroupPolicyCommandInput,
|
|
2121
|
+
cb: (err: any, data?: PutGroupPolicyCommandOutput) => void
|
|
2122
|
+
): void;
|
|
2123
|
+
putGroupPolicy(
|
|
2124
|
+
args: PutGroupPolicyCommandInput,
|
|
2125
|
+
options: __HttpHandlerOptions,
|
|
2126
|
+
cb: (err: any, data?: PutGroupPolicyCommandOutput) => void
|
|
2127
|
+
): void;
|
|
2128
|
+
putRolePermissionsBoundary(
|
|
2129
|
+
args: PutRolePermissionsBoundaryCommandInput,
|
|
2130
|
+
options?: __HttpHandlerOptions
|
|
2131
|
+
): Promise<PutRolePermissionsBoundaryCommandOutput>;
|
|
2132
|
+
putRolePermissionsBoundary(
|
|
2133
|
+
args: PutRolePermissionsBoundaryCommandInput,
|
|
2134
|
+
cb: (err: any, data?: PutRolePermissionsBoundaryCommandOutput) => void
|
|
2135
|
+
): void;
|
|
2136
|
+
putRolePermissionsBoundary(
|
|
2137
|
+
args: PutRolePermissionsBoundaryCommandInput,
|
|
2138
|
+
options: __HttpHandlerOptions,
|
|
2139
|
+
cb: (err: any, data?: PutRolePermissionsBoundaryCommandOutput) => void
|
|
2140
|
+
): void;
|
|
2141
|
+
putRolePolicy(
|
|
2142
|
+
args: PutRolePolicyCommandInput,
|
|
2143
|
+
options?: __HttpHandlerOptions
|
|
2144
|
+
): Promise<PutRolePolicyCommandOutput>;
|
|
2145
|
+
putRolePolicy(
|
|
2146
|
+
args: PutRolePolicyCommandInput,
|
|
2147
|
+
cb: (err: any, data?: PutRolePolicyCommandOutput) => void
|
|
2148
|
+
): void;
|
|
2149
|
+
putRolePolicy(
|
|
2150
|
+
args: PutRolePolicyCommandInput,
|
|
2151
|
+
options: __HttpHandlerOptions,
|
|
2152
|
+
cb: (err: any, data?: PutRolePolicyCommandOutput) => void
|
|
2153
|
+
): void;
|
|
2154
|
+
putUserPermissionsBoundary(
|
|
2155
|
+
args: PutUserPermissionsBoundaryCommandInput,
|
|
2156
|
+
options?: __HttpHandlerOptions
|
|
2157
|
+
): Promise<PutUserPermissionsBoundaryCommandOutput>;
|
|
2158
|
+
putUserPermissionsBoundary(
|
|
2159
|
+
args: PutUserPermissionsBoundaryCommandInput,
|
|
2160
|
+
cb: (err: any, data?: PutUserPermissionsBoundaryCommandOutput) => void
|
|
2161
|
+
): void;
|
|
2162
|
+
putUserPermissionsBoundary(
|
|
2163
|
+
args: PutUserPermissionsBoundaryCommandInput,
|
|
2164
|
+
options: __HttpHandlerOptions,
|
|
2165
|
+
cb: (err: any, data?: PutUserPermissionsBoundaryCommandOutput) => void
|
|
2166
|
+
): void;
|
|
2167
|
+
putUserPolicy(
|
|
2168
|
+
args: PutUserPolicyCommandInput,
|
|
2169
|
+
options?: __HttpHandlerOptions
|
|
2170
|
+
): Promise<PutUserPolicyCommandOutput>;
|
|
2171
|
+
putUserPolicy(
|
|
2172
|
+
args: PutUserPolicyCommandInput,
|
|
2173
|
+
cb: (err: any, data?: PutUserPolicyCommandOutput) => void
|
|
2174
|
+
): void;
|
|
2175
|
+
putUserPolicy(
|
|
2176
|
+
args: PutUserPolicyCommandInput,
|
|
2177
|
+
options: __HttpHandlerOptions,
|
|
2178
|
+
cb: (err: any, data?: PutUserPolicyCommandOutput) => void
|
|
2179
|
+
): void;
|
|
2180
|
+
removeClientIDFromOpenIDConnectProvider(
|
|
2181
|
+
args: RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
2182
|
+
options?: __HttpHandlerOptions
|
|
2183
|
+
): Promise<RemoveClientIDFromOpenIDConnectProviderCommandOutput>;
|
|
2184
|
+
removeClientIDFromOpenIDConnectProvider(
|
|
2185
|
+
args: RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
2186
|
+
cb: (
|
|
2187
|
+
err: any,
|
|
2188
|
+
data?: RemoveClientIDFromOpenIDConnectProviderCommandOutput
|
|
2189
|
+
) => void
|
|
2190
|
+
): void;
|
|
2191
|
+
removeClientIDFromOpenIDConnectProvider(
|
|
2192
|
+
args: RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
2193
|
+
options: __HttpHandlerOptions,
|
|
2194
|
+
cb: (
|
|
2195
|
+
err: any,
|
|
2196
|
+
data?: RemoveClientIDFromOpenIDConnectProviderCommandOutput
|
|
2197
|
+
) => void
|
|
2198
|
+
): void;
|
|
2199
|
+
removeRoleFromInstanceProfile(
|
|
2200
|
+
args: RemoveRoleFromInstanceProfileCommandInput,
|
|
2201
|
+
options?: __HttpHandlerOptions
|
|
2202
|
+
): Promise<RemoveRoleFromInstanceProfileCommandOutput>;
|
|
2203
|
+
removeRoleFromInstanceProfile(
|
|
2204
|
+
args: RemoveRoleFromInstanceProfileCommandInput,
|
|
2205
|
+
cb: (err: any, data?: RemoveRoleFromInstanceProfileCommandOutput) => void
|
|
2206
|
+
): void;
|
|
2207
|
+
removeRoleFromInstanceProfile(
|
|
2208
|
+
args: RemoveRoleFromInstanceProfileCommandInput,
|
|
2209
|
+
options: __HttpHandlerOptions,
|
|
2210
|
+
cb: (err: any, data?: RemoveRoleFromInstanceProfileCommandOutput) => void
|
|
2211
|
+
): void;
|
|
2212
|
+
removeUserFromGroup(
|
|
2213
|
+
args: RemoveUserFromGroupCommandInput,
|
|
2214
|
+
options?: __HttpHandlerOptions
|
|
2215
|
+
): Promise<RemoveUserFromGroupCommandOutput>;
|
|
2216
|
+
removeUserFromGroup(
|
|
2217
|
+
args: RemoveUserFromGroupCommandInput,
|
|
2218
|
+
cb: (err: any, data?: RemoveUserFromGroupCommandOutput) => void
|
|
2219
|
+
): void;
|
|
2220
|
+
removeUserFromGroup(
|
|
2221
|
+
args: RemoveUserFromGroupCommandInput,
|
|
2222
|
+
options: __HttpHandlerOptions,
|
|
2223
|
+
cb: (err: any, data?: RemoveUserFromGroupCommandOutput) => void
|
|
2224
|
+
): void;
|
|
2225
|
+
resetServiceSpecificCredential(
|
|
2226
|
+
args: ResetServiceSpecificCredentialCommandInput,
|
|
2227
|
+
options?: __HttpHandlerOptions
|
|
2228
|
+
): Promise<ResetServiceSpecificCredentialCommandOutput>;
|
|
2229
|
+
resetServiceSpecificCredential(
|
|
2230
|
+
args: ResetServiceSpecificCredentialCommandInput,
|
|
2231
|
+
cb: (err: any, data?: ResetServiceSpecificCredentialCommandOutput) => void
|
|
2232
|
+
): void;
|
|
2233
|
+
resetServiceSpecificCredential(
|
|
2234
|
+
args: ResetServiceSpecificCredentialCommandInput,
|
|
2235
|
+
options: __HttpHandlerOptions,
|
|
2236
|
+
cb: (err: any, data?: ResetServiceSpecificCredentialCommandOutput) => void
|
|
2237
|
+
): void;
|
|
2238
|
+
resyncMFADevice(
|
|
2239
|
+
args: ResyncMFADeviceCommandInput,
|
|
2240
|
+
options?: __HttpHandlerOptions
|
|
2241
|
+
): Promise<ResyncMFADeviceCommandOutput>;
|
|
2242
|
+
resyncMFADevice(
|
|
2243
|
+
args: ResyncMFADeviceCommandInput,
|
|
2244
|
+
cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void
|
|
2245
|
+
): void;
|
|
2246
|
+
resyncMFADevice(
|
|
2247
|
+
args: ResyncMFADeviceCommandInput,
|
|
2248
|
+
options: __HttpHandlerOptions,
|
|
2249
|
+
cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void
|
|
2250
|
+
): void;
|
|
2251
|
+
setDefaultPolicyVersion(
|
|
2252
|
+
args: SetDefaultPolicyVersionCommandInput,
|
|
2253
|
+
options?: __HttpHandlerOptions
|
|
2254
|
+
): Promise<SetDefaultPolicyVersionCommandOutput>;
|
|
2255
|
+
setDefaultPolicyVersion(
|
|
2256
|
+
args: SetDefaultPolicyVersionCommandInput,
|
|
2257
|
+
cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void
|
|
2258
|
+
): void;
|
|
2259
|
+
setDefaultPolicyVersion(
|
|
2260
|
+
args: SetDefaultPolicyVersionCommandInput,
|
|
2261
|
+
options: __HttpHandlerOptions,
|
|
2262
|
+
cb: (err: any, data?: SetDefaultPolicyVersionCommandOutput) => void
|
|
2263
|
+
): void;
|
|
2264
|
+
setSecurityTokenServicePreferences(
|
|
2265
|
+
args: SetSecurityTokenServicePreferencesCommandInput,
|
|
2266
|
+
options?: __HttpHandlerOptions
|
|
2267
|
+
): Promise<SetSecurityTokenServicePreferencesCommandOutput>;
|
|
2268
|
+
setSecurityTokenServicePreferences(
|
|
2269
|
+
args: SetSecurityTokenServicePreferencesCommandInput,
|
|
2270
|
+
cb: (
|
|
2271
|
+
err: any,
|
|
2272
|
+
data?: SetSecurityTokenServicePreferencesCommandOutput
|
|
2273
|
+
) => void
|
|
2274
|
+
): void;
|
|
2275
|
+
setSecurityTokenServicePreferences(
|
|
2276
|
+
args: SetSecurityTokenServicePreferencesCommandInput,
|
|
2277
|
+
options: __HttpHandlerOptions,
|
|
2278
|
+
cb: (
|
|
2279
|
+
err: any,
|
|
2280
|
+
data?: SetSecurityTokenServicePreferencesCommandOutput
|
|
2281
|
+
) => void
|
|
2282
|
+
): void;
|
|
2283
|
+
simulateCustomPolicy(
|
|
2284
|
+
args: SimulateCustomPolicyCommandInput,
|
|
2285
|
+
options?: __HttpHandlerOptions
|
|
2286
|
+
): Promise<SimulateCustomPolicyCommandOutput>;
|
|
2287
|
+
simulateCustomPolicy(
|
|
2288
|
+
args: SimulateCustomPolicyCommandInput,
|
|
2289
|
+
cb: (err: any, data?: SimulateCustomPolicyCommandOutput) => void
|
|
2290
|
+
): void;
|
|
2291
|
+
simulateCustomPolicy(
|
|
2292
|
+
args: SimulateCustomPolicyCommandInput,
|
|
2293
|
+
options: __HttpHandlerOptions,
|
|
2294
|
+
cb: (err: any, data?: SimulateCustomPolicyCommandOutput) => void
|
|
2295
|
+
): void;
|
|
2296
|
+
simulatePrincipalPolicy(
|
|
2297
|
+
args: SimulatePrincipalPolicyCommandInput,
|
|
2298
|
+
options?: __HttpHandlerOptions
|
|
2299
|
+
): Promise<SimulatePrincipalPolicyCommandOutput>;
|
|
2300
|
+
simulatePrincipalPolicy(
|
|
2301
|
+
args: SimulatePrincipalPolicyCommandInput,
|
|
2302
|
+
cb: (err: any, data?: SimulatePrincipalPolicyCommandOutput) => void
|
|
2303
|
+
): void;
|
|
2304
|
+
simulatePrincipalPolicy(
|
|
2305
|
+
args: SimulatePrincipalPolicyCommandInput,
|
|
2306
|
+
options: __HttpHandlerOptions,
|
|
2307
|
+
cb: (err: any, data?: SimulatePrincipalPolicyCommandOutput) => void
|
|
2308
|
+
): void;
|
|
2309
|
+
tagInstanceProfile(
|
|
2310
|
+
args: TagInstanceProfileCommandInput,
|
|
2311
|
+
options?: __HttpHandlerOptions
|
|
2312
|
+
): Promise<TagInstanceProfileCommandOutput>;
|
|
2313
|
+
tagInstanceProfile(
|
|
2314
|
+
args: TagInstanceProfileCommandInput,
|
|
2315
|
+
cb: (err: any, data?: TagInstanceProfileCommandOutput) => void
|
|
2316
|
+
): void;
|
|
2317
|
+
tagInstanceProfile(
|
|
2318
|
+
args: TagInstanceProfileCommandInput,
|
|
2319
|
+
options: __HttpHandlerOptions,
|
|
2320
|
+
cb: (err: any, data?: TagInstanceProfileCommandOutput) => void
|
|
2321
|
+
): void;
|
|
2322
|
+
tagMFADevice(
|
|
2323
|
+
args: TagMFADeviceCommandInput,
|
|
2324
|
+
options?: __HttpHandlerOptions
|
|
2325
|
+
): Promise<TagMFADeviceCommandOutput>;
|
|
2326
|
+
tagMFADevice(
|
|
2327
|
+
args: TagMFADeviceCommandInput,
|
|
2328
|
+
cb: (err: any, data?: TagMFADeviceCommandOutput) => void
|
|
2329
|
+
): void;
|
|
2330
|
+
tagMFADevice(
|
|
2331
|
+
args: TagMFADeviceCommandInput,
|
|
2332
|
+
options: __HttpHandlerOptions,
|
|
2333
|
+
cb: (err: any, data?: TagMFADeviceCommandOutput) => void
|
|
2334
|
+
): void;
|
|
2335
|
+
tagOpenIDConnectProvider(
|
|
2336
|
+
args: TagOpenIDConnectProviderCommandInput,
|
|
2337
|
+
options?: __HttpHandlerOptions
|
|
2338
|
+
): Promise<TagOpenIDConnectProviderCommandOutput>;
|
|
2339
|
+
tagOpenIDConnectProvider(
|
|
2340
|
+
args: TagOpenIDConnectProviderCommandInput,
|
|
2341
|
+
cb: (err: any, data?: TagOpenIDConnectProviderCommandOutput) => void
|
|
2342
|
+
): void;
|
|
2343
|
+
tagOpenIDConnectProvider(
|
|
2344
|
+
args: TagOpenIDConnectProviderCommandInput,
|
|
2345
|
+
options: __HttpHandlerOptions,
|
|
2346
|
+
cb: (err: any, data?: TagOpenIDConnectProviderCommandOutput) => void
|
|
2347
|
+
): void;
|
|
2348
|
+
tagPolicy(
|
|
2349
|
+
args: TagPolicyCommandInput,
|
|
2350
|
+
options?: __HttpHandlerOptions
|
|
2351
|
+
): Promise<TagPolicyCommandOutput>;
|
|
2352
|
+
tagPolicy(
|
|
2353
|
+
args: TagPolicyCommandInput,
|
|
2354
|
+
cb: (err: any, data?: TagPolicyCommandOutput) => void
|
|
2355
|
+
): void;
|
|
2356
|
+
tagPolicy(
|
|
2357
|
+
args: TagPolicyCommandInput,
|
|
2358
|
+
options: __HttpHandlerOptions,
|
|
2359
|
+
cb: (err: any, data?: TagPolicyCommandOutput) => void
|
|
2360
|
+
): void;
|
|
2361
|
+
tagRole(
|
|
2362
|
+
args: TagRoleCommandInput,
|
|
2363
|
+
options?: __HttpHandlerOptions
|
|
2364
|
+
): Promise<TagRoleCommandOutput>;
|
|
2365
|
+
tagRole(
|
|
2366
|
+
args: TagRoleCommandInput,
|
|
2367
|
+
cb: (err: any, data?: TagRoleCommandOutput) => void
|
|
2368
|
+
): void;
|
|
2369
|
+
tagRole(
|
|
2370
|
+
args: TagRoleCommandInput,
|
|
2371
|
+
options: __HttpHandlerOptions,
|
|
2372
|
+
cb: (err: any, data?: TagRoleCommandOutput) => void
|
|
2373
|
+
): void;
|
|
2374
|
+
tagSAMLProvider(
|
|
2375
|
+
args: TagSAMLProviderCommandInput,
|
|
2376
|
+
options?: __HttpHandlerOptions
|
|
2377
|
+
): Promise<TagSAMLProviderCommandOutput>;
|
|
2378
|
+
tagSAMLProvider(
|
|
2379
|
+
args: TagSAMLProviderCommandInput,
|
|
2380
|
+
cb: (err: any, data?: TagSAMLProviderCommandOutput) => void
|
|
2381
|
+
): void;
|
|
2382
|
+
tagSAMLProvider(
|
|
2383
|
+
args: TagSAMLProviderCommandInput,
|
|
2384
|
+
options: __HttpHandlerOptions,
|
|
2385
|
+
cb: (err: any, data?: TagSAMLProviderCommandOutput) => void
|
|
2386
|
+
): void;
|
|
2387
|
+
tagServerCertificate(
|
|
2388
|
+
args: TagServerCertificateCommandInput,
|
|
2389
|
+
options?: __HttpHandlerOptions
|
|
2390
|
+
): Promise<TagServerCertificateCommandOutput>;
|
|
2391
|
+
tagServerCertificate(
|
|
2392
|
+
args: TagServerCertificateCommandInput,
|
|
2393
|
+
cb: (err: any, data?: TagServerCertificateCommandOutput) => void
|
|
2394
|
+
): void;
|
|
2395
|
+
tagServerCertificate(
|
|
2396
|
+
args: TagServerCertificateCommandInput,
|
|
2397
|
+
options: __HttpHandlerOptions,
|
|
2398
|
+
cb: (err: any, data?: TagServerCertificateCommandOutput) => void
|
|
2399
|
+
): void;
|
|
2400
|
+
tagUser(
|
|
2401
|
+
args: TagUserCommandInput,
|
|
2402
|
+
options?: __HttpHandlerOptions
|
|
2403
|
+
): Promise<TagUserCommandOutput>;
|
|
2404
|
+
tagUser(
|
|
2405
|
+
args: TagUserCommandInput,
|
|
2406
|
+
cb: (err: any, data?: TagUserCommandOutput) => void
|
|
2407
|
+
): void;
|
|
2408
|
+
tagUser(
|
|
2409
|
+
args: TagUserCommandInput,
|
|
2410
|
+
options: __HttpHandlerOptions,
|
|
2411
|
+
cb: (err: any, data?: TagUserCommandOutput) => void
|
|
2412
|
+
): void;
|
|
2413
|
+
untagInstanceProfile(
|
|
2414
|
+
args: UntagInstanceProfileCommandInput,
|
|
2415
|
+
options?: __HttpHandlerOptions
|
|
2416
|
+
): Promise<UntagInstanceProfileCommandOutput>;
|
|
2417
|
+
untagInstanceProfile(
|
|
2418
|
+
args: UntagInstanceProfileCommandInput,
|
|
2419
|
+
cb: (err: any, data?: UntagInstanceProfileCommandOutput) => void
|
|
2420
|
+
): void;
|
|
2421
|
+
untagInstanceProfile(
|
|
2422
|
+
args: UntagInstanceProfileCommandInput,
|
|
2423
|
+
options: __HttpHandlerOptions,
|
|
2424
|
+
cb: (err: any, data?: UntagInstanceProfileCommandOutput) => void
|
|
2425
|
+
): void;
|
|
2426
|
+
untagMFADevice(
|
|
2427
|
+
args: UntagMFADeviceCommandInput,
|
|
2428
|
+
options?: __HttpHandlerOptions
|
|
2429
|
+
): Promise<UntagMFADeviceCommandOutput>;
|
|
2430
|
+
untagMFADevice(
|
|
2431
|
+
args: UntagMFADeviceCommandInput,
|
|
2432
|
+
cb: (err: any, data?: UntagMFADeviceCommandOutput) => void
|
|
2433
|
+
): void;
|
|
2434
|
+
untagMFADevice(
|
|
2435
|
+
args: UntagMFADeviceCommandInput,
|
|
2436
|
+
options: __HttpHandlerOptions,
|
|
2437
|
+
cb: (err: any, data?: UntagMFADeviceCommandOutput) => void
|
|
2438
|
+
): void;
|
|
2439
|
+
untagOpenIDConnectProvider(
|
|
2440
|
+
args: UntagOpenIDConnectProviderCommandInput,
|
|
2441
|
+
options?: __HttpHandlerOptions
|
|
2442
|
+
): Promise<UntagOpenIDConnectProviderCommandOutput>;
|
|
2443
|
+
untagOpenIDConnectProvider(
|
|
2444
|
+
args: UntagOpenIDConnectProviderCommandInput,
|
|
2445
|
+
cb: (err: any, data?: UntagOpenIDConnectProviderCommandOutput) => void
|
|
2446
|
+
): void;
|
|
2447
|
+
untagOpenIDConnectProvider(
|
|
2448
|
+
args: UntagOpenIDConnectProviderCommandInput,
|
|
2449
|
+
options: __HttpHandlerOptions,
|
|
2450
|
+
cb: (err: any, data?: UntagOpenIDConnectProviderCommandOutput) => void
|
|
2451
|
+
): void;
|
|
2452
|
+
untagPolicy(
|
|
2453
|
+
args: UntagPolicyCommandInput,
|
|
2454
|
+
options?: __HttpHandlerOptions
|
|
2455
|
+
): Promise<UntagPolicyCommandOutput>;
|
|
2456
|
+
untagPolicy(
|
|
2457
|
+
args: UntagPolicyCommandInput,
|
|
2458
|
+
cb: (err: any, data?: UntagPolicyCommandOutput) => void
|
|
2459
|
+
): void;
|
|
2460
|
+
untagPolicy(
|
|
2461
|
+
args: UntagPolicyCommandInput,
|
|
2462
|
+
options: __HttpHandlerOptions,
|
|
2463
|
+
cb: (err: any, data?: UntagPolicyCommandOutput) => void
|
|
2464
|
+
): void;
|
|
2465
|
+
untagRole(
|
|
2466
|
+
args: UntagRoleCommandInput,
|
|
2467
|
+
options?: __HttpHandlerOptions
|
|
2468
|
+
): Promise<UntagRoleCommandOutput>;
|
|
2469
|
+
untagRole(
|
|
2470
|
+
args: UntagRoleCommandInput,
|
|
2471
|
+
cb: (err: any, data?: UntagRoleCommandOutput) => void
|
|
2472
|
+
): void;
|
|
2473
|
+
untagRole(
|
|
2474
|
+
args: UntagRoleCommandInput,
|
|
2475
|
+
options: __HttpHandlerOptions,
|
|
2476
|
+
cb: (err: any, data?: UntagRoleCommandOutput) => void
|
|
2477
|
+
): void;
|
|
2478
|
+
untagSAMLProvider(
|
|
2479
|
+
args: UntagSAMLProviderCommandInput,
|
|
2480
|
+
options?: __HttpHandlerOptions
|
|
2481
|
+
): Promise<UntagSAMLProviderCommandOutput>;
|
|
2482
|
+
untagSAMLProvider(
|
|
2483
|
+
args: UntagSAMLProviderCommandInput,
|
|
2484
|
+
cb: (err: any, data?: UntagSAMLProviderCommandOutput) => void
|
|
2485
|
+
): void;
|
|
2486
|
+
untagSAMLProvider(
|
|
2487
|
+
args: UntagSAMLProviderCommandInput,
|
|
2488
|
+
options: __HttpHandlerOptions,
|
|
2489
|
+
cb: (err: any, data?: UntagSAMLProviderCommandOutput) => void
|
|
2490
|
+
): void;
|
|
2491
|
+
untagServerCertificate(
|
|
2492
|
+
args: UntagServerCertificateCommandInput,
|
|
2493
|
+
options?: __HttpHandlerOptions
|
|
2494
|
+
): Promise<UntagServerCertificateCommandOutput>;
|
|
2495
|
+
untagServerCertificate(
|
|
2496
|
+
args: UntagServerCertificateCommandInput,
|
|
2497
|
+
cb: (err: any, data?: UntagServerCertificateCommandOutput) => void
|
|
2498
|
+
): void;
|
|
2499
|
+
untagServerCertificate(
|
|
2500
|
+
args: UntagServerCertificateCommandInput,
|
|
2501
|
+
options: __HttpHandlerOptions,
|
|
2502
|
+
cb: (err: any, data?: UntagServerCertificateCommandOutput) => void
|
|
2503
|
+
): void;
|
|
2504
|
+
untagUser(
|
|
2505
|
+
args: UntagUserCommandInput,
|
|
2506
|
+
options?: __HttpHandlerOptions
|
|
2507
|
+
): Promise<UntagUserCommandOutput>;
|
|
2508
|
+
untagUser(
|
|
2509
|
+
args: UntagUserCommandInput,
|
|
2510
|
+
cb: (err: any, data?: UntagUserCommandOutput) => void
|
|
2511
|
+
): void;
|
|
2512
|
+
untagUser(
|
|
2513
|
+
args: UntagUserCommandInput,
|
|
2514
|
+
options: __HttpHandlerOptions,
|
|
2515
|
+
cb: (err: any, data?: UntagUserCommandOutput) => void
|
|
2516
|
+
): void;
|
|
2517
|
+
updateAccessKey(
|
|
2518
|
+
args: UpdateAccessKeyCommandInput,
|
|
2519
|
+
options?: __HttpHandlerOptions
|
|
2520
|
+
): Promise<UpdateAccessKeyCommandOutput>;
|
|
2521
|
+
updateAccessKey(
|
|
2522
|
+
args: UpdateAccessKeyCommandInput,
|
|
2523
|
+
cb: (err: any, data?: UpdateAccessKeyCommandOutput) => void
|
|
2524
|
+
): void;
|
|
2525
|
+
updateAccessKey(
|
|
2526
|
+
args: UpdateAccessKeyCommandInput,
|
|
2527
|
+
options: __HttpHandlerOptions,
|
|
2528
|
+
cb: (err: any, data?: UpdateAccessKeyCommandOutput) => void
|
|
2529
|
+
): void;
|
|
2530
|
+
updateAccountPasswordPolicy(
|
|
2531
|
+
args: UpdateAccountPasswordPolicyCommandInput,
|
|
2532
|
+
options?: __HttpHandlerOptions
|
|
2533
|
+
): Promise<UpdateAccountPasswordPolicyCommandOutput>;
|
|
2534
|
+
updateAccountPasswordPolicy(
|
|
2535
|
+
args: UpdateAccountPasswordPolicyCommandInput,
|
|
2536
|
+
cb: (err: any, data?: UpdateAccountPasswordPolicyCommandOutput) => void
|
|
2537
|
+
): void;
|
|
2538
|
+
updateAccountPasswordPolicy(
|
|
2539
|
+
args: UpdateAccountPasswordPolicyCommandInput,
|
|
2540
|
+
options: __HttpHandlerOptions,
|
|
2541
|
+
cb: (err: any, data?: UpdateAccountPasswordPolicyCommandOutput) => void
|
|
2542
|
+
): void;
|
|
2543
|
+
updateAssumeRolePolicy(
|
|
2544
|
+
args: UpdateAssumeRolePolicyCommandInput,
|
|
2545
|
+
options?: __HttpHandlerOptions
|
|
2546
|
+
): Promise<UpdateAssumeRolePolicyCommandOutput>;
|
|
2547
|
+
updateAssumeRolePolicy(
|
|
2548
|
+
args: UpdateAssumeRolePolicyCommandInput,
|
|
2549
|
+
cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void
|
|
2550
|
+
): void;
|
|
2551
|
+
updateAssumeRolePolicy(
|
|
2552
|
+
args: UpdateAssumeRolePolicyCommandInput,
|
|
2553
|
+
options: __HttpHandlerOptions,
|
|
2554
|
+
cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void
|
|
2555
|
+
): void;
|
|
2556
|
+
updateGroup(
|
|
2557
|
+
args: UpdateGroupCommandInput,
|
|
2558
|
+
options?: __HttpHandlerOptions
|
|
2559
|
+
): Promise<UpdateGroupCommandOutput>;
|
|
2560
|
+
updateGroup(
|
|
2561
|
+
args: UpdateGroupCommandInput,
|
|
2562
|
+
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
2563
|
+
): void;
|
|
2564
|
+
updateGroup(
|
|
2565
|
+
args: UpdateGroupCommandInput,
|
|
2566
|
+
options: __HttpHandlerOptions,
|
|
2567
|
+
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
2568
|
+
): void;
|
|
2569
|
+
updateLoginProfile(
|
|
2570
|
+
args: UpdateLoginProfileCommandInput,
|
|
2571
|
+
options?: __HttpHandlerOptions
|
|
2572
|
+
): Promise<UpdateLoginProfileCommandOutput>;
|
|
2573
|
+
updateLoginProfile(
|
|
2574
|
+
args: UpdateLoginProfileCommandInput,
|
|
2575
|
+
cb: (err: any, data?: UpdateLoginProfileCommandOutput) => void
|
|
2576
|
+
): void;
|
|
2577
|
+
updateLoginProfile(
|
|
2578
|
+
args: UpdateLoginProfileCommandInput,
|
|
2579
|
+
options: __HttpHandlerOptions,
|
|
2580
|
+
cb: (err: any, data?: UpdateLoginProfileCommandOutput) => void
|
|
2581
|
+
): void;
|
|
2582
|
+
updateOpenIDConnectProviderThumbprint(
|
|
2583
|
+
args: UpdateOpenIDConnectProviderThumbprintCommandInput,
|
|
2584
|
+
options?: __HttpHandlerOptions
|
|
2585
|
+
): Promise<UpdateOpenIDConnectProviderThumbprintCommandOutput>;
|
|
2586
|
+
updateOpenIDConnectProviderThumbprint(
|
|
2587
|
+
args: UpdateOpenIDConnectProviderThumbprintCommandInput,
|
|
2588
|
+
cb: (
|
|
2589
|
+
err: any,
|
|
2590
|
+
data?: UpdateOpenIDConnectProviderThumbprintCommandOutput
|
|
2591
|
+
) => void
|
|
2592
|
+
): void;
|
|
2593
|
+
updateOpenIDConnectProviderThumbprint(
|
|
2594
|
+
args: UpdateOpenIDConnectProviderThumbprintCommandInput,
|
|
2595
|
+
options: __HttpHandlerOptions,
|
|
2596
|
+
cb: (
|
|
2597
|
+
err: any,
|
|
2598
|
+
data?: UpdateOpenIDConnectProviderThumbprintCommandOutput
|
|
2599
|
+
) => void
|
|
2600
|
+
): void;
|
|
2601
|
+
updateRole(
|
|
2602
|
+
args: UpdateRoleCommandInput,
|
|
2603
|
+
options?: __HttpHandlerOptions
|
|
2604
|
+
): Promise<UpdateRoleCommandOutput>;
|
|
2605
|
+
updateRole(
|
|
2606
|
+
args: UpdateRoleCommandInput,
|
|
2607
|
+
cb: (err: any, data?: UpdateRoleCommandOutput) => void
|
|
2608
|
+
): void;
|
|
2609
|
+
updateRole(
|
|
2610
|
+
args: UpdateRoleCommandInput,
|
|
2611
|
+
options: __HttpHandlerOptions,
|
|
2612
|
+
cb: (err: any, data?: UpdateRoleCommandOutput) => void
|
|
2613
|
+
): void;
|
|
2614
|
+
updateRoleDescription(
|
|
2615
|
+
args: UpdateRoleDescriptionCommandInput,
|
|
2616
|
+
options?: __HttpHandlerOptions
|
|
2617
|
+
): Promise<UpdateRoleDescriptionCommandOutput>;
|
|
2618
|
+
updateRoleDescription(
|
|
2619
|
+
args: UpdateRoleDescriptionCommandInput,
|
|
2620
|
+
cb: (err: any, data?: UpdateRoleDescriptionCommandOutput) => void
|
|
2621
|
+
): void;
|
|
2622
|
+
updateRoleDescription(
|
|
2623
|
+
args: UpdateRoleDescriptionCommandInput,
|
|
2624
|
+
options: __HttpHandlerOptions,
|
|
2625
|
+
cb: (err: any, data?: UpdateRoleDescriptionCommandOutput) => void
|
|
2626
|
+
): void;
|
|
2627
|
+
updateSAMLProvider(
|
|
2628
|
+
args: UpdateSAMLProviderCommandInput,
|
|
2629
|
+
options?: __HttpHandlerOptions
|
|
2630
|
+
): Promise<UpdateSAMLProviderCommandOutput>;
|
|
2631
|
+
updateSAMLProvider(
|
|
2632
|
+
args: UpdateSAMLProviderCommandInput,
|
|
2633
|
+
cb: (err: any, data?: UpdateSAMLProviderCommandOutput) => void
|
|
2634
|
+
): void;
|
|
2635
|
+
updateSAMLProvider(
|
|
2636
|
+
args: UpdateSAMLProviderCommandInput,
|
|
2637
|
+
options: __HttpHandlerOptions,
|
|
2638
|
+
cb: (err: any, data?: UpdateSAMLProviderCommandOutput) => void
|
|
2639
|
+
): void;
|
|
2640
|
+
updateServerCertificate(
|
|
2641
|
+
args: UpdateServerCertificateCommandInput,
|
|
2642
|
+
options?: __HttpHandlerOptions
|
|
2643
|
+
): Promise<UpdateServerCertificateCommandOutput>;
|
|
2644
|
+
updateServerCertificate(
|
|
2645
|
+
args: UpdateServerCertificateCommandInput,
|
|
2646
|
+
cb: (err: any, data?: UpdateServerCertificateCommandOutput) => void
|
|
2647
|
+
): void;
|
|
2648
|
+
updateServerCertificate(
|
|
2649
|
+
args: UpdateServerCertificateCommandInput,
|
|
2650
|
+
options: __HttpHandlerOptions,
|
|
2651
|
+
cb: (err: any, data?: UpdateServerCertificateCommandOutput) => void
|
|
2652
|
+
): void;
|
|
2653
|
+
updateServiceSpecificCredential(
|
|
2654
|
+
args: UpdateServiceSpecificCredentialCommandInput,
|
|
2655
|
+
options?: __HttpHandlerOptions
|
|
2656
|
+
): Promise<UpdateServiceSpecificCredentialCommandOutput>;
|
|
2657
|
+
updateServiceSpecificCredential(
|
|
2658
|
+
args: UpdateServiceSpecificCredentialCommandInput,
|
|
2659
|
+
cb: (err: any, data?: UpdateServiceSpecificCredentialCommandOutput) => void
|
|
2660
|
+
): void;
|
|
2661
|
+
updateServiceSpecificCredential(
|
|
2662
|
+
args: UpdateServiceSpecificCredentialCommandInput,
|
|
2663
|
+
options: __HttpHandlerOptions,
|
|
2664
|
+
cb: (err: any, data?: UpdateServiceSpecificCredentialCommandOutput) => void
|
|
2665
|
+
): void;
|
|
2666
|
+
updateSigningCertificate(
|
|
2667
|
+
args: UpdateSigningCertificateCommandInput,
|
|
2668
|
+
options?: __HttpHandlerOptions
|
|
2669
|
+
): Promise<UpdateSigningCertificateCommandOutput>;
|
|
2670
|
+
updateSigningCertificate(
|
|
2671
|
+
args: UpdateSigningCertificateCommandInput,
|
|
2672
|
+
cb: (err: any, data?: UpdateSigningCertificateCommandOutput) => void
|
|
2673
|
+
): void;
|
|
2674
|
+
updateSigningCertificate(
|
|
2675
|
+
args: UpdateSigningCertificateCommandInput,
|
|
2676
|
+
options: __HttpHandlerOptions,
|
|
2677
|
+
cb: (err: any, data?: UpdateSigningCertificateCommandOutput) => void
|
|
2678
|
+
): void;
|
|
2679
|
+
updateSSHPublicKey(
|
|
2680
|
+
args: UpdateSSHPublicKeyCommandInput,
|
|
2681
|
+
options?: __HttpHandlerOptions
|
|
2682
|
+
): Promise<UpdateSSHPublicKeyCommandOutput>;
|
|
2683
|
+
updateSSHPublicKey(
|
|
2684
|
+
args: UpdateSSHPublicKeyCommandInput,
|
|
2685
|
+
cb: (err: any, data?: UpdateSSHPublicKeyCommandOutput) => void
|
|
2686
|
+
): void;
|
|
2687
|
+
updateSSHPublicKey(
|
|
2688
|
+
args: UpdateSSHPublicKeyCommandInput,
|
|
2689
|
+
options: __HttpHandlerOptions,
|
|
2690
|
+
cb: (err: any, data?: UpdateSSHPublicKeyCommandOutput) => void
|
|
2691
|
+
): void;
|
|
2692
|
+
updateUser(
|
|
2693
|
+
args: UpdateUserCommandInput,
|
|
2694
|
+
options?: __HttpHandlerOptions
|
|
2695
|
+
): Promise<UpdateUserCommandOutput>;
|
|
2696
|
+
updateUser(
|
|
2697
|
+
args: UpdateUserCommandInput,
|
|
2698
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
2699
|
+
): void;
|
|
2700
|
+
updateUser(
|
|
2701
|
+
args: UpdateUserCommandInput,
|
|
2702
|
+
options: __HttpHandlerOptions,
|
|
2703
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
2704
|
+
): void;
|
|
2705
|
+
uploadServerCertificate(
|
|
2706
|
+
args: UploadServerCertificateCommandInput,
|
|
2707
|
+
options?: __HttpHandlerOptions
|
|
2708
|
+
): Promise<UploadServerCertificateCommandOutput>;
|
|
2709
|
+
uploadServerCertificate(
|
|
2710
|
+
args: UploadServerCertificateCommandInput,
|
|
2711
|
+
cb: (err: any, data?: UploadServerCertificateCommandOutput) => void
|
|
2712
|
+
): void;
|
|
2713
|
+
uploadServerCertificate(
|
|
2714
|
+
args: UploadServerCertificateCommandInput,
|
|
2715
|
+
options: __HttpHandlerOptions,
|
|
2716
|
+
cb: (err: any, data?: UploadServerCertificateCommandOutput) => void
|
|
2717
|
+
): void;
|
|
2718
|
+
uploadSigningCertificate(
|
|
2719
|
+
args: UploadSigningCertificateCommandInput,
|
|
2720
|
+
options?: __HttpHandlerOptions
|
|
2721
|
+
): Promise<UploadSigningCertificateCommandOutput>;
|
|
2722
|
+
uploadSigningCertificate(
|
|
2723
|
+
args: UploadSigningCertificateCommandInput,
|
|
2724
|
+
cb: (err: any, data?: UploadSigningCertificateCommandOutput) => void
|
|
2725
|
+
): void;
|
|
2726
|
+
uploadSigningCertificate(
|
|
2727
|
+
args: UploadSigningCertificateCommandInput,
|
|
2728
|
+
options: __HttpHandlerOptions,
|
|
2729
|
+
cb: (err: any, data?: UploadSigningCertificateCommandOutput) => void
|
|
2730
|
+
): void;
|
|
2731
|
+
uploadSSHPublicKey(
|
|
2732
|
+
args: UploadSSHPublicKeyCommandInput,
|
|
2733
|
+
options?: __HttpHandlerOptions
|
|
2734
|
+
): Promise<UploadSSHPublicKeyCommandOutput>;
|
|
2735
|
+
uploadSSHPublicKey(
|
|
2736
|
+
args: UploadSSHPublicKeyCommandInput,
|
|
2737
|
+
cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void
|
|
2738
|
+
): void;
|
|
2739
|
+
uploadSSHPublicKey(
|
|
2740
|
+
args: UploadSSHPublicKeyCommandInput,
|
|
2741
|
+
options: __HttpHandlerOptions,
|
|
2742
|
+
cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void
|
|
2743
|
+
): void;
|
|
2744
|
+
}
|