@aws-sdk/client-iam 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/IAM.d.ts +2902 -795
- package/dist-types/ts3.4/IAMClient.d.ts +1076 -231
- package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3204 -2889
- package/dist-types/ts3.4/models/models_1.d.ts +348 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,231 +1,1076 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
import {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
import {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
import {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
import {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
import {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
import {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
import {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
import {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
import {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
import {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
import {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
import {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
import {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
import {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
import {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
import {
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
import {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddClientIDToOpenIDConnectProviderCommandInput,
|
|
47
|
+
AddClientIDToOpenIDConnectProviderCommandOutput,
|
|
48
|
+
} from "./commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
49
|
+
import {
|
|
50
|
+
AddRoleToInstanceProfileCommandInput,
|
|
51
|
+
AddRoleToInstanceProfileCommandOutput,
|
|
52
|
+
} from "./commands/AddRoleToInstanceProfileCommand";
|
|
53
|
+
import {
|
|
54
|
+
AddUserToGroupCommandInput,
|
|
55
|
+
AddUserToGroupCommandOutput,
|
|
56
|
+
} from "./commands/AddUserToGroupCommand";
|
|
57
|
+
import {
|
|
58
|
+
AttachGroupPolicyCommandInput,
|
|
59
|
+
AttachGroupPolicyCommandOutput,
|
|
60
|
+
} from "./commands/AttachGroupPolicyCommand";
|
|
61
|
+
import {
|
|
62
|
+
AttachRolePolicyCommandInput,
|
|
63
|
+
AttachRolePolicyCommandOutput,
|
|
64
|
+
} from "./commands/AttachRolePolicyCommand";
|
|
65
|
+
import {
|
|
66
|
+
AttachUserPolicyCommandInput,
|
|
67
|
+
AttachUserPolicyCommandOutput,
|
|
68
|
+
} from "./commands/AttachUserPolicyCommand";
|
|
69
|
+
import {
|
|
70
|
+
ChangePasswordCommandInput,
|
|
71
|
+
ChangePasswordCommandOutput,
|
|
72
|
+
} from "./commands/ChangePasswordCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateAccessKeyCommandInput,
|
|
75
|
+
CreateAccessKeyCommandOutput,
|
|
76
|
+
} from "./commands/CreateAccessKeyCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateAccountAliasCommandInput,
|
|
79
|
+
CreateAccountAliasCommandOutput,
|
|
80
|
+
} from "./commands/CreateAccountAliasCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateGroupCommandInput,
|
|
83
|
+
CreateGroupCommandOutput,
|
|
84
|
+
} from "./commands/CreateGroupCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateInstanceProfileCommandInput,
|
|
87
|
+
CreateInstanceProfileCommandOutput,
|
|
88
|
+
} from "./commands/CreateInstanceProfileCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateLoginProfileCommandInput,
|
|
91
|
+
CreateLoginProfileCommandOutput,
|
|
92
|
+
} from "./commands/CreateLoginProfileCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateOpenIDConnectProviderCommandInput,
|
|
95
|
+
CreateOpenIDConnectProviderCommandOutput,
|
|
96
|
+
} from "./commands/CreateOpenIDConnectProviderCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreatePolicyCommandInput,
|
|
99
|
+
CreatePolicyCommandOutput,
|
|
100
|
+
} from "./commands/CreatePolicyCommand";
|
|
101
|
+
import {
|
|
102
|
+
CreatePolicyVersionCommandInput,
|
|
103
|
+
CreatePolicyVersionCommandOutput,
|
|
104
|
+
} from "./commands/CreatePolicyVersionCommand";
|
|
105
|
+
import {
|
|
106
|
+
CreateRoleCommandInput,
|
|
107
|
+
CreateRoleCommandOutput,
|
|
108
|
+
} from "./commands/CreateRoleCommand";
|
|
109
|
+
import {
|
|
110
|
+
CreateSAMLProviderCommandInput,
|
|
111
|
+
CreateSAMLProviderCommandOutput,
|
|
112
|
+
} from "./commands/CreateSAMLProviderCommand";
|
|
113
|
+
import {
|
|
114
|
+
CreateServiceLinkedRoleCommandInput,
|
|
115
|
+
CreateServiceLinkedRoleCommandOutput,
|
|
116
|
+
} from "./commands/CreateServiceLinkedRoleCommand";
|
|
117
|
+
import {
|
|
118
|
+
CreateServiceSpecificCredentialCommandInput,
|
|
119
|
+
CreateServiceSpecificCredentialCommandOutput,
|
|
120
|
+
} from "./commands/CreateServiceSpecificCredentialCommand";
|
|
121
|
+
import {
|
|
122
|
+
CreateUserCommandInput,
|
|
123
|
+
CreateUserCommandOutput,
|
|
124
|
+
} from "./commands/CreateUserCommand";
|
|
125
|
+
import {
|
|
126
|
+
CreateVirtualMFADeviceCommandInput,
|
|
127
|
+
CreateVirtualMFADeviceCommandOutput,
|
|
128
|
+
} from "./commands/CreateVirtualMFADeviceCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeactivateMFADeviceCommandInput,
|
|
131
|
+
DeactivateMFADeviceCommandOutput,
|
|
132
|
+
} from "./commands/DeactivateMFADeviceCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteAccessKeyCommandInput,
|
|
135
|
+
DeleteAccessKeyCommandOutput,
|
|
136
|
+
} from "./commands/DeleteAccessKeyCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeleteAccountAliasCommandInput,
|
|
139
|
+
DeleteAccountAliasCommandOutput,
|
|
140
|
+
} from "./commands/DeleteAccountAliasCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteAccountPasswordPolicyCommandInput,
|
|
143
|
+
DeleteAccountPasswordPolicyCommandOutput,
|
|
144
|
+
} from "./commands/DeleteAccountPasswordPolicyCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteGroupCommandInput,
|
|
147
|
+
DeleteGroupCommandOutput,
|
|
148
|
+
} from "./commands/DeleteGroupCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteGroupPolicyCommandInput,
|
|
151
|
+
DeleteGroupPolicyCommandOutput,
|
|
152
|
+
} from "./commands/DeleteGroupPolicyCommand";
|
|
153
|
+
import {
|
|
154
|
+
DeleteInstanceProfileCommandInput,
|
|
155
|
+
DeleteInstanceProfileCommandOutput,
|
|
156
|
+
} from "./commands/DeleteInstanceProfileCommand";
|
|
157
|
+
import {
|
|
158
|
+
DeleteLoginProfileCommandInput,
|
|
159
|
+
DeleteLoginProfileCommandOutput,
|
|
160
|
+
} from "./commands/DeleteLoginProfileCommand";
|
|
161
|
+
import {
|
|
162
|
+
DeleteOpenIDConnectProviderCommandInput,
|
|
163
|
+
DeleteOpenIDConnectProviderCommandOutput,
|
|
164
|
+
} from "./commands/DeleteOpenIDConnectProviderCommand";
|
|
165
|
+
import {
|
|
166
|
+
DeletePolicyCommandInput,
|
|
167
|
+
DeletePolicyCommandOutput,
|
|
168
|
+
} from "./commands/DeletePolicyCommand";
|
|
169
|
+
import {
|
|
170
|
+
DeletePolicyVersionCommandInput,
|
|
171
|
+
DeletePolicyVersionCommandOutput,
|
|
172
|
+
} from "./commands/DeletePolicyVersionCommand";
|
|
173
|
+
import {
|
|
174
|
+
DeleteRoleCommandInput,
|
|
175
|
+
DeleteRoleCommandOutput,
|
|
176
|
+
} from "./commands/DeleteRoleCommand";
|
|
177
|
+
import {
|
|
178
|
+
DeleteRolePermissionsBoundaryCommandInput,
|
|
179
|
+
DeleteRolePermissionsBoundaryCommandOutput,
|
|
180
|
+
} from "./commands/DeleteRolePermissionsBoundaryCommand";
|
|
181
|
+
import {
|
|
182
|
+
DeleteRolePolicyCommandInput,
|
|
183
|
+
DeleteRolePolicyCommandOutput,
|
|
184
|
+
} from "./commands/DeleteRolePolicyCommand";
|
|
185
|
+
import {
|
|
186
|
+
DeleteSAMLProviderCommandInput,
|
|
187
|
+
DeleteSAMLProviderCommandOutput,
|
|
188
|
+
} from "./commands/DeleteSAMLProviderCommand";
|
|
189
|
+
import {
|
|
190
|
+
DeleteServerCertificateCommandInput,
|
|
191
|
+
DeleteServerCertificateCommandOutput,
|
|
192
|
+
} from "./commands/DeleteServerCertificateCommand";
|
|
193
|
+
import {
|
|
194
|
+
DeleteServiceLinkedRoleCommandInput,
|
|
195
|
+
DeleteServiceLinkedRoleCommandOutput,
|
|
196
|
+
} from "./commands/DeleteServiceLinkedRoleCommand";
|
|
197
|
+
import {
|
|
198
|
+
DeleteServiceSpecificCredentialCommandInput,
|
|
199
|
+
DeleteServiceSpecificCredentialCommandOutput,
|
|
200
|
+
} from "./commands/DeleteServiceSpecificCredentialCommand";
|
|
201
|
+
import {
|
|
202
|
+
DeleteSigningCertificateCommandInput,
|
|
203
|
+
DeleteSigningCertificateCommandOutput,
|
|
204
|
+
} from "./commands/DeleteSigningCertificateCommand";
|
|
205
|
+
import {
|
|
206
|
+
DeleteSSHPublicKeyCommandInput,
|
|
207
|
+
DeleteSSHPublicKeyCommandOutput,
|
|
208
|
+
} from "./commands/DeleteSSHPublicKeyCommand";
|
|
209
|
+
import {
|
|
210
|
+
DeleteUserCommandInput,
|
|
211
|
+
DeleteUserCommandOutput,
|
|
212
|
+
} from "./commands/DeleteUserCommand";
|
|
213
|
+
import {
|
|
214
|
+
DeleteUserPermissionsBoundaryCommandInput,
|
|
215
|
+
DeleteUserPermissionsBoundaryCommandOutput,
|
|
216
|
+
} from "./commands/DeleteUserPermissionsBoundaryCommand";
|
|
217
|
+
import {
|
|
218
|
+
DeleteUserPolicyCommandInput,
|
|
219
|
+
DeleteUserPolicyCommandOutput,
|
|
220
|
+
} from "./commands/DeleteUserPolicyCommand";
|
|
221
|
+
import {
|
|
222
|
+
DeleteVirtualMFADeviceCommandInput,
|
|
223
|
+
DeleteVirtualMFADeviceCommandOutput,
|
|
224
|
+
} from "./commands/DeleteVirtualMFADeviceCommand";
|
|
225
|
+
import {
|
|
226
|
+
DetachGroupPolicyCommandInput,
|
|
227
|
+
DetachGroupPolicyCommandOutput,
|
|
228
|
+
} from "./commands/DetachGroupPolicyCommand";
|
|
229
|
+
import {
|
|
230
|
+
DetachRolePolicyCommandInput,
|
|
231
|
+
DetachRolePolicyCommandOutput,
|
|
232
|
+
} from "./commands/DetachRolePolicyCommand";
|
|
233
|
+
import {
|
|
234
|
+
DetachUserPolicyCommandInput,
|
|
235
|
+
DetachUserPolicyCommandOutput,
|
|
236
|
+
} from "./commands/DetachUserPolicyCommand";
|
|
237
|
+
import {
|
|
238
|
+
EnableMFADeviceCommandInput,
|
|
239
|
+
EnableMFADeviceCommandOutput,
|
|
240
|
+
} from "./commands/EnableMFADeviceCommand";
|
|
241
|
+
import {
|
|
242
|
+
GenerateCredentialReportCommandInput,
|
|
243
|
+
GenerateCredentialReportCommandOutput,
|
|
244
|
+
} from "./commands/GenerateCredentialReportCommand";
|
|
245
|
+
import {
|
|
246
|
+
GenerateOrganizationsAccessReportCommandInput,
|
|
247
|
+
GenerateOrganizationsAccessReportCommandOutput,
|
|
248
|
+
} from "./commands/GenerateOrganizationsAccessReportCommand";
|
|
249
|
+
import {
|
|
250
|
+
GenerateServiceLastAccessedDetailsCommandInput,
|
|
251
|
+
GenerateServiceLastAccessedDetailsCommandOutput,
|
|
252
|
+
} from "./commands/GenerateServiceLastAccessedDetailsCommand";
|
|
253
|
+
import {
|
|
254
|
+
GetAccessKeyLastUsedCommandInput,
|
|
255
|
+
GetAccessKeyLastUsedCommandOutput,
|
|
256
|
+
} from "./commands/GetAccessKeyLastUsedCommand";
|
|
257
|
+
import {
|
|
258
|
+
GetAccountAuthorizationDetailsCommandInput,
|
|
259
|
+
GetAccountAuthorizationDetailsCommandOutput,
|
|
260
|
+
} from "./commands/GetAccountAuthorizationDetailsCommand";
|
|
261
|
+
import {
|
|
262
|
+
GetAccountPasswordPolicyCommandInput,
|
|
263
|
+
GetAccountPasswordPolicyCommandOutput,
|
|
264
|
+
} from "./commands/GetAccountPasswordPolicyCommand";
|
|
265
|
+
import {
|
|
266
|
+
GetAccountSummaryCommandInput,
|
|
267
|
+
GetAccountSummaryCommandOutput,
|
|
268
|
+
} from "./commands/GetAccountSummaryCommand";
|
|
269
|
+
import {
|
|
270
|
+
GetContextKeysForCustomPolicyCommandInput,
|
|
271
|
+
GetContextKeysForCustomPolicyCommandOutput,
|
|
272
|
+
} from "./commands/GetContextKeysForCustomPolicyCommand";
|
|
273
|
+
import {
|
|
274
|
+
GetContextKeysForPrincipalPolicyCommandInput,
|
|
275
|
+
GetContextKeysForPrincipalPolicyCommandOutput,
|
|
276
|
+
} from "./commands/GetContextKeysForPrincipalPolicyCommand";
|
|
277
|
+
import {
|
|
278
|
+
GetCredentialReportCommandInput,
|
|
279
|
+
GetCredentialReportCommandOutput,
|
|
280
|
+
} from "./commands/GetCredentialReportCommand";
|
|
281
|
+
import {
|
|
282
|
+
GetGroupCommandInput,
|
|
283
|
+
GetGroupCommandOutput,
|
|
284
|
+
} from "./commands/GetGroupCommand";
|
|
285
|
+
import {
|
|
286
|
+
GetGroupPolicyCommandInput,
|
|
287
|
+
GetGroupPolicyCommandOutput,
|
|
288
|
+
} from "./commands/GetGroupPolicyCommand";
|
|
289
|
+
import {
|
|
290
|
+
GetInstanceProfileCommandInput,
|
|
291
|
+
GetInstanceProfileCommandOutput,
|
|
292
|
+
} from "./commands/GetInstanceProfileCommand";
|
|
293
|
+
import {
|
|
294
|
+
GetLoginProfileCommandInput,
|
|
295
|
+
GetLoginProfileCommandOutput,
|
|
296
|
+
} from "./commands/GetLoginProfileCommand";
|
|
297
|
+
import {
|
|
298
|
+
GetOpenIDConnectProviderCommandInput,
|
|
299
|
+
GetOpenIDConnectProviderCommandOutput,
|
|
300
|
+
} from "./commands/GetOpenIDConnectProviderCommand";
|
|
301
|
+
import {
|
|
302
|
+
GetOrganizationsAccessReportCommandInput,
|
|
303
|
+
GetOrganizationsAccessReportCommandOutput,
|
|
304
|
+
} from "./commands/GetOrganizationsAccessReportCommand";
|
|
305
|
+
import {
|
|
306
|
+
GetPolicyCommandInput,
|
|
307
|
+
GetPolicyCommandOutput,
|
|
308
|
+
} from "./commands/GetPolicyCommand";
|
|
309
|
+
import {
|
|
310
|
+
GetPolicyVersionCommandInput,
|
|
311
|
+
GetPolicyVersionCommandOutput,
|
|
312
|
+
} from "./commands/GetPolicyVersionCommand";
|
|
313
|
+
import {
|
|
314
|
+
GetRoleCommandInput,
|
|
315
|
+
GetRoleCommandOutput,
|
|
316
|
+
} from "./commands/GetRoleCommand";
|
|
317
|
+
import {
|
|
318
|
+
GetRolePolicyCommandInput,
|
|
319
|
+
GetRolePolicyCommandOutput,
|
|
320
|
+
} from "./commands/GetRolePolicyCommand";
|
|
321
|
+
import {
|
|
322
|
+
GetSAMLProviderCommandInput,
|
|
323
|
+
GetSAMLProviderCommandOutput,
|
|
324
|
+
} from "./commands/GetSAMLProviderCommand";
|
|
325
|
+
import {
|
|
326
|
+
GetServerCertificateCommandInput,
|
|
327
|
+
GetServerCertificateCommandOutput,
|
|
328
|
+
} from "./commands/GetServerCertificateCommand";
|
|
329
|
+
import {
|
|
330
|
+
GetServiceLastAccessedDetailsCommandInput,
|
|
331
|
+
GetServiceLastAccessedDetailsCommandOutput,
|
|
332
|
+
} from "./commands/GetServiceLastAccessedDetailsCommand";
|
|
333
|
+
import {
|
|
334
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandInput,
|
|
335
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandOutput,
|
|
336
|
+
} from "./commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
|
|
337
|
+
import {
|
|
338
|
+
GetServiceLinkedRoleDeletionStatusCommandInput,
|
|
339
|
+
GetServiceLinkedRoleDeletionStatusCommandOutput,
|
|
340
|
+
} from "./commands/GetServiceLinkedRoleDeletionStatusCommand";
|
|
341
|
+
import {
|
|
342
|
+
GetSSHPublicKeyCommandInput,
|
|
343
|
+
GetSSHPublicKeyCommandOutput,
|
|
344
|
+
} from "./commands/GetSSHPublicKeyCommand";
|
|
345
|
+
import {
|
|
346
|
+
GetUserCommandInput,
|
|
347
|
+
GetUserCommandOutput,
|
|
348
|
+
} from "./commands/GetUserCommand";
|
|
349
|
+
import {
|
|
350
|
+
GetUserPolicyCommandInput,
|
|
351
|
+
GetUserPolicyCommandOutput,
|
|
352
|
+
} from "./commands/GetUserPolicyCommand";
|
|
353
|
+
import {
|
|
354
|
+
ListAccessKeysCommandInput,
|
|
355
|
+
ListAccessKeysCommandOutput,
|
|
356
|
+
} from "./commands/ListAccessKeysCommand";
|
|
357
|
+
import {
|
|
358
|
+
ListAccountAliasesCommandInput,
|
|
359
|
+
ListAccountAliasesCommandOutput,
|
|
360
|
+
} from "./commands/ListAccountAliasesCommand";
|
|
361
|
+
import {
|
|
362
|
+
ListAttachedGroupPoliciesCommandInput,
|
|
363
|
+
ListAttachedGroupPoliciesCommandOutput,
|
|
364
|
+
} from "./commands/ListAttachedGroupPoliciesCommand";
|
|
365
|
+
import {
|
|
366
|
+
ListAttachedRolePoliciesCommandInput,
|
|
367
|
+
ListAttachedRolePoliciesCommandOutput,
|
|
368
|
+
} from "./commands/ListAttachedRolePoliciesCommand";
|
|
369
|
+
import {
|
|
370
|
+
ListAttachedUserPoliciesCommandInput,
|
|
371
|
+
ListAttachedUserPoliciesCommandOutput,
|
|
372
|
+
} from "./commands/ListAttachedUserPoliciesCommand";
|
|
373
|
+
import {
|
|
374
|
+
ListEntitiesForPolicyCommandInput,
|
|
375
|
+
ListEntitiesForPolicyCommandOutput,
|
|
376
|
+
} from "./commands/ListEntitiesForPolicyCommand";
|
|
377
|
+
import {
|
|
378
|
+
ListGroupPoliciesCommandInput,
|
|
379
|
+
ListGroupPoliciesCommandOutput,
|
|
380
|
+
} from "./commands/ListGroupPoliciesCommand";
|
|
381
|
+
import {
|
|
382
|
+
ListGroupsCommandInput,
|
|
383
|
+
ListGroupsCommandOutput,
|
|
384
|
+
} from "./commands/ListGroupsCommand";
|
|
385
|
+
import {
|
|
386
|
+
ListGroupsForUserCommandInput,
|
|
387
|
+
ListGroupsForUserCommandOutput,
|
|
388
|
+
} from "./commands/ListGroupsForUserCommand";
|
|
389
|
+
import {
|
|
390
|
+
ListInstanceProfilesCommandInput,
|
|
391
|
+
ListInstanceProfilesCommandOutput,
|
|
392
|
+
} from "./commands/ListInstanceProfilesCommand";
|
|
393
|
+
import {
|
|
394
|
+
ListInstanceProfilesForRoleCommandInput,
|
|
395
|
+
ListInstanceProfilesForRoleCommandOutput,
|
|
396
|
+
} from "./commands/ListInstanceProfilesForRoleCommand";
|
|
397
|
+
import {
|
|
398
|
+
ListInstanceProfileTagsCommandInput,
|
|
399
|
+
ListInstanceProfileTagsCommandOutput,
|
|
400
|
+
} from "./commands/ListInstanceProfileTagsCommand";
|
|
401
|
+
import {
|
|
402
|
+
ListMFADevicesCommandInput,
|
|
403
|
+
ListMFADevicesCommandOutput,
|
|
404
|
+
} from "./commands/ListMFADevicesCommand";
|
|
405
|
+
import {
|
|
406
|
+
ListMFADeviceTagsCommandInput,
|
|
407
|
+
ListMFADeviceTagsCommandOutput,
|
|
408
|
+
} from "./commands/ListMFADeviceTagsCommand";
|
|
409
|
+
import {
|
|
410
|
+
ListOpenIDConnectProvidersCommandInput,
|
|
411
|
+
ListOpenIDConnectProvidersCommandOutput,
|
|
412
|
+
} from "./commands/ListOpenIDConnectProvidersCommand";
|
|
413
|
+
import {
|
|
414
|
+
ListOpenIDConnectProviderTagsCommandInput,
|
|
415
|
+
ListOpenIDConnectProviderTagsCommandOutput,
|
|
416
|
+
} from "./commands/ListOpenIDConnectProviderTagsCommand";
|
|
417
|
+
import {
|
|
418
|
+
ListPoliciesCommandInput,
|
|
419
|
+
ListPoliciesCommandOutput,
|
|
420
|
+
} from "./commands/ListPoliciesCommand";
|
|
421
|
+
import {
|
|
422
|
+
ListPoliciesGrantingServiceAccessCommandInput,
|
|
423
|
+
ListPoliciesGrantingServiceAccessCommandOutput,
|
|
424
|
+
} from "./commands/ListPoliciesGrantingServiceAccessCommand";
|
|
425
|
+
import {
|
|
426
|
+
ListPolicyTagsCommandInput,
|
|
427
|
+
ListPolicyTagsCommandOutput,
|
|
428
|
+
} from "./commands/ListPolicyTagsCommand";
|
|
429
|
+
import {
|
|
430
|
+
ListPolicyVersionsCommandInput,
|
|
431
|
+
ListPolicyVersionsCommandOutput,
|
|
432
|
+
} from "./commands/ListPolicyVersionsCommand";
|
|
433
|
+
import {
|
|
434
|
+
ListRolePoliciesCommandInput,
|
|
435
|
+
ListRolePoliciesCommandOutput,
|
|
436
|
+
} from "./commands/ListRolePoliciesCommand";
|
|
437
|
+
import {
|
|
438
|
+
ListRolesCommandInput,
|
|
439
|
+
ListRolesCommandOutput,
|
|
440
|
+
} from "./commands/ListRolesCommand";
|
|
441
|
+
import {
|
|
442
|
+
ListRoleTagsCommandInput,
|
|
443
|
+
ListRoleTagsCommandOutput,
|
|
444
|
+
} from "./commands/ListRoleTagsCommand";
|
|
445
|
+
import {
|
|
446
|
+
ListSAMLProvidersCommandInput,
|
|
447
|
+
ListSAMLProvidersCommandOutput,
|
|
448
|
+
} from "./commands/ListSAMLProvidersCommand";
|
|
449
|
+
import {
|
|
450
|
+
ListSAMLProviderTagsCommandInput,
|
|
451
|
+
ListSAMLProviderTagsCommandOutput,
|
|
452
|
+
} from "./commands/ListSAMLProviderTagsCommand";
|
|
453
|
+
import {
|
|
454
|
+
ListServerCertificatesCommandInput,
|
|
455
|
+
ListServerCertificatesCommandOutput,
|
|
456
|
+
} from "./commands/ListServerCertificatesCommand";
|
|
457
|
+
import {
|
|
458
|
+
ListServerCertificateTagsCommandInput,
|
|
459
|
+
ListServerCertificateTagsCommandOutput,
|
|
460
|
+
} from "./commands/ListServerCertificateTagsCommand";
|
|
461
|
+
import {
|
|
462
|
+
ListServiceSpecificCredentialsCommandInput,
|
|
463
|
+
ListServiceSpecificCredentialsCommandOutput,
|
|
464
|
+
} from "./commands/ListServiceSpecificCredentialsCommand";
|
|
465
|
+
import {
|
|
466
|
+
ListSigningCertificatesCommandInput,
|
|
467
|
+
ListSigningCertificatesCommandOutput,
|
|
468
|
+
} from "./commands/ListSigningCertificatesCommand";
|
|
469
|
+
import {
|
|
470
|
+
ListSSHPublicKeysCommandInput,
|
|
471
|
+
ListSSHPublicKeysCommandOutput,
|
|
472
|
+
} from "./commands/ListSSHPublicKeysCommand";
|
|
473
|
+
import {
|
|
474
|
+
ListUserPoliciesCommandInput,
|
|
475
|
+
ListUserPoliciesCommandOutput,
|
|
476
|
+
} from "./commands/ListUserPoliciesCommand";
|
|
477
|
+
import {
|
|
478
|
+
ListUsersCommandInput,
|
|
479
|
+
ListUsersCommandOutput,
|
|
480
|
+
} from "./commands/ListUsersCommand";
|
|
481
|
+
import {
|
|
482
|
+
ListUserTagsCommandInput,
|
|
483
|
+
ListUserTagsCommandOutput,
|
|
484
|
+
} from "./commands/ListUserTagsCommand";
|
|
485
|
+
import {
|
|
486
|
+
ListVirtualMFADevicesCommandInput,
|
|
487
|
+
ListVirtualMFADevicesCommandOutput,
|
|
488
|
+
} from "./commands/ListVirtualMFADevicesCommand";
|
|
489
|
+
import {
|
|
490
|
+
PutGroupPolicyCommandInput,
|
|
491
|
+
PutGroupPolicyCommandOutput,
|
|
492
|
+
} from "./commands/PutGroupPolicyCommand";
|
|
493
|
+
import {
|
|
494
|
+
PutRolePermissionsBoundaryCommandInput,
|
|
495
|
+
PutRolePermissionsBoundaryCommandOutput,
|
|
496
|
+
} from "./commands/PutRolePermissionsBoundaryCommand";
|
|
497
|
+
import {
|
|
498
|
+
PutRolePolicyCommandInput,
|
|
499
|
+
PutRolePolicyCommandOutput,
|
|
500
|
+
} from "./commands/PutRolePolicyCommand";
|
|
501
|
+
import {
|
|
502
|
+
PutUserPermissionsBoundaryCommandInput,
|
|
503
|
+
PutUserPermissionsBoundaryCommandOutput,
|
|
504
|
+
} from "./commands/PutUserPermissionsBoundaryCommand";
|
|
505
|
+
import {
|
|
506
|
+
PutUserPolicyCommandInput,
|
|
507
|
+
PutUserPolicyCommandOutput,
|
|
508
|
+
} from "./commands/PutUserPolicyCommand";
|
|
509
|
+
import {
|
|
510
|
+
RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
511
|
+
RemoveClientIDFromOpenIDConnectProviderCommandOutput,
|
|
512
|
+
} from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
513
|
+
import {
|
|
514
|
+
RemoveRoleFromInstanceProfileCommandInput,
|
|
515
|
+
RemoveRoleFromInstanceProfileCommandOutput,
|
|
516
|
+
} from "./commands/RemoveRoleFromInstanceProfileCommand";
|
|
517
|
+
import {
|
|
518
|
+
RemoveUserFromGroupCommandInput,
|
|
519
|
+
RemoveUserFromGroupCommandOutput,
|
|
520
|
+
} from "./commands/RemoveUserFromGroupCommand";
|
|
521
|
+
import {
|
|
522
|
+
ResetServiceSpecificCredentialCommandInput,
|
|
523
|
+
ResetServiceSpecificCredentialCommandOutput,
|
|
524
|
+
} from "./commands/ResetServiceSpecificCredentialCommand";
|
|
525
|
+
import {
|
|
526
|
+
ResyncMFADeviceCommandInput,
|
|
527
|
+
ResyncMFADeviceCommandOutput,
|
|
528
|
+
} from "./commands/ResyncMFADeviceCommand";
|
|
529
|
+
import {
|
|
530
|
+
SetDefaultPolicyVersionCommandInput,
|
|
531
|
+
SetDefaultPolicyVersionCommandOutput,
|
|
532
|
+
} from "./commands/SetDefaultPolicyVersionCommand";
|
|
533
|
+
import {
|
|
534
|
+
SetSecurityTokenServicePreferencesCommandInput,
|
|
535
|
+
SetSecurityTokenServicePreferencesCommandOutput,
|
|
536
|
+
} from "./commands/SetSecurityTokenServicePreferencesCommand";
|
|
537
|
+
import {
|
|
538
|
+
SimulateCustomPolicyCommandInput,
|
|
539
|
+
SimulateCustomPolicyCommandOutput,
|
|
540
|
+
} from "./commands/SimulateCustomPolicyCommand";
|
|
541
|
+
import {
|
|
542
|
+
SimulatePrincipalPolicyCommandInput,
|
|
543
|
+
SimulatePrincipalPolicyCommandOutput,
|
|
544
|
+
} from "./commands/SimulatePrincipalPolicyCommand";
|
|
545
|
+
import {
|
|
546
|
+
TagInstanceProfileCommandInput,
|
|
547
|
+
TagInstanceProfileCommandOutput,
|
|
548
|
+
} from "./commands/TagInstanceProfileCommand";
|
|
549
|
+
import {
|
|
550
|
+
TagMFADeviceCommandInput,
|
|
551
|
+
TagMFADeviceCommandOutput,
|
|
552
|
+
} from "./commands/TagMFADeviceCommand";
|
|
553
|
+
import {
|
|
554
|
+
TagOpenIDConnectProviderCommandInput,
|
|
555
|
+
TagOpenIDConnectProviderCommandOutput,
|
|
556
|
+
} from "./commands/TagOpenIDConnectProviderCommand";
|
|
557
|
+
import {
|
|
558
|
+
TagPolicyCommandInput,
|
|
559
|
+
TagPolicyCommandOutput,
|
|
560
|
+
} from "./commands/TagPolicyCommand";
|
|
561
|
+
import {
|
|
562
|
+
TagRoleCommandInput,
|
|
563
|
+
TagRoleCommandOutput,
|
|
564
|
+
} from "./commands/TagRoleCommand";
|
|
565
|
+
import {
|
|
566
|
+
TagSAMLProviderCommandInput,
|
|
567
|
+
TagSAMLProviderCommandOutput,
|
|
568
|
+
} from "./commands/TagSAMLProviderCommand";
|
|
569
|
+
import {
|
|
570
|
+
TagServerCertificateCommandInput,
|
|
571
|
+
TagServerCertificateCommandOutput,
|
|
572
|
+
} from "./commands/TagServerCertificateCommand";
|
|
573
|
+
import {
|
|
574
|
+
TagUserCommandInput,
|
|
575
|
+
TagUserCommandOutput,
|
|
576
|
+
} from "./commands/TagUserCommand";
|
|
577
|
+
import {
|
|
578
|
+
UntagInstanceProfileCommandInput,
|
|
579
|
+
UntagInstanceProfileCommandOutput,
|
|
580
|
+
} from "./commands/UntagInstanceProfileCommand";
|
|
581
|
+
import {
|
|
582
|
+
UntagMFADeviceCommandInput,
|
|
583
|
+
UntagMFADeviceCommandOutput,
|
|
584
|
+
} from "./commands/UntagMFADeviceCommand";
|
|
585
|
+
import {
|
|
586
|
+
UntagOpenIDConnectProviderCommandInput,
|
|
587
|
+
UntagOpenIDConnectProviderCommandOutput,
|
|
588
|
+
} from "./commands/UntagOpenIDConnectProviderCommand";
|
|
589
|
+
import {
|
|
590
|
+
UntagPolicyCommandInput,
|
|
591
|
+
UntagPolicyCommandOutput,
|
|
592
|
+
} from "./commands/UntagPolicyCommand";
|
|
593
|
+
import {
|
|
594
|
+
UntagRoleCommandInput,
|
|
595
|
+
UntagRoleCommandOutput,
|
|
596
|
+
} from "./commands/UntagRoleCommand";
|
|
597
|
+
import {
|
|
598
|
+
UntagSAMLProviderCommandInput,
|
|
599
|
+
UntagSAMLProviderCommandOutput,
|
|
600
|
+
} from "./commands/UntagSAMLProviderCommand";
|
|
601
|
+
import {
|
|
602
|
+
UntagServerCertificateCommandInput,
|
|
603
|
+
UntagServerCertificateCommandOutput,
|
|
604
|
+
} from "./commands/UntagServerCertificateCommand";
|
|
605
|
+
import {
|
|
606
|
+
UntagUserCommandInput,
|
|
607
|
+
UntagUserCommandOutput,
|
|
608
|
+
} from "./commands/UntagUserCommand";
|
|
609
|
+
import {
|
|
610
|
+
UpdateAccessKeyCommandInput,
|
|
611
|
+
UpdateAccessKeyCommandOutput,
|
|
612
|
+
} from "./commands/UpdateAccessKeyCommand";
|
|
613
|
+
import {
|
|
614
|
+
UpdateAccountPasswordPolicyCommandInput,
|
|
615
|
+
UpdateAccountPasswordPolicyCommandOutput,
|
|
616
|
+
} from "./commands/UpdateAccountPasswordPolicyCommand";
|
|
617
|
+
import {
|
|
618
|
+
UpdateAssumeRolePolicyCommandInput,
|
|
619
|
+
UpdateAssumeRolePolicyCommandOutput,
|
|
620
|
+
} from "./commands/UpdateAssumeRolePolicyCommand";
|
|
621
|
+
import {
|
|
622
|
+
UpdateGroupCommandInput,
|
|
623
|
+
UpdateGroupCommandOutput,
|
|
624
|
+
} from "./commands/UpdateGroupCommand";
|
|
625
|
+
import {
|
|
626
|
+
UpdateLoginProfileCommandInput,
|
|
627
|
+
UpdateLoginProfileCommandOutput,
|
|
628
|
+
} from "./commands/UpdateLoginProfileCommand";
|
|
629
|
+
import {
|
|
630
|
+
UpdateOpenIDConnectProviderThumbprintCommandInput,
|
|
631
|
+
UpdateOpenIDConnectProviderThumbprintCommandOutput,
|
|
632
|
+
} from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
|
|
633
|
+
import {
|
|
634
|
+
UpdateRoleCommandInput,
|
|
635
|
+
UpdateRoleCommandOutput,
|
|
636
|
+
} from "./commands/UpdateRoleCommand";
|
|
637
|
+
import {
|
|
638
|
+
UpdateRoleDescriptionCommandInput,
|
|
639
|
+
UpdateRoleDescriptionCommandOutput,
|
|
640
|
+
} from "./commands/UpdateRoleDescriptionCommand";
|
|
641
|
+
import {
|
|
642
|
+
UpdateSAMLProviderCommandInput,
|
|
643
|
+
UpdateSAMLProviderCommandOutput,
|
|
644
|
+
} from "./commands/UpdateSAMLProviderCommand";
|
|
645
|
+
import {
|
|
646
|
+
UpdateServerCertificateCommandInput,
|
|
647
|
+
UpdateServerCertificateCommandOutput,
|
|
648
|
+
} from "./commands/UpdateServerCertificateCommand";
|
|
649
|
+
import {
|
|
650
|
+
UpdateServiceSpecificCredentialCommandInput,
|
|
651
|
+
UpdateServiceSpecificCredentialCommandOutput,
|
|
652
|
+
} from "./commands/UpdateServiceSpecificCredentialCommand";
|
|
653
|
+
import {
|
|
654
|
+
UpdateSigningCertificateCommandInput,
|
|
655
|
+
UpdateSigningCertificateCommandOutput,
|
|
656
|
+
} from "./commands/UpdateSigningCertificateCommand";
|
|
657
|
+
import {
|
|
658
|
+
UpdateSSHPublicKeyCommandInput,
|
|
659
|
+
UpdateSSHPublicKeyCommandOutput,
|
|
660
|
+
} from "./commands/UpdateSSHPublicKeyCommand";
|
|
661
|
+
import {
|
|
662
|
+
UpdateUserCommandInput,
|
|
663
|
+
UpdateUserCommandOutput,
|
|
664
|
+
} from "./commands/UpdateUserCommand";
|
|
665
|
+
import {
|
|
666
|
+
UploadServerCertificateCommandInput,
|
|
667
|
+
UploadServerCertificateCommandOutput,
|
|
668
|
+
} from "./commands/UploadServerCertificateCommand";
|
|
669
|
+
import {
|
|
670
|
+
UploadSigningCertificateCommandInput,
|
|
671
|
+
UploadSigningCertificateCommandOutput,
|
|
672
|
+
} from "./commands/UploadSigningCertificateCommand";
|
|
673
|
+
import {
|
|
674
|
+
UploadSSHPublicKeyCommandInput,
|
|
675
|
+
UploadSSHPublicKeyCommandOutput,
|
|
676
|
+
} from "./commands/UploadSSHPublicKeyCommand";
|
|
677
|
+
export declare type ServiceInputTypes =
|
|
678
|
+
| AddClientIDToOpenIDConnectProviderCommandInput
|
|
679
|
+
| AddRoleToInstanceProfileCommandInput
|
|
680
|
+
| AddUserToGroupCommandInput
|
|
681
|
+
| AttachGroupPolicyCommandInput
|
|
682
|
+
| AttachRolePolicyCommandInput
|
|
683
|
+
| AttachUserPolicyCommandInput
|
|
684
|
+
| ChangePasswordCommandInput
|
|
685
|
+
| CreateAccessKeyCommandInput
|
|
686
|
+
| CreateAccountAliasCommandInput
|
|
687
|
+
| CreateGroupCommandInput
|
|
688
|
+
| CreateInstanceProfileCommandInput
|
|
689
|
+
| CreateLoginProfileCommandInput
|
|
690
|
+
| CreateOpenIDConnectProviderCommandInput
|
|
691
|
+
| CreatePolicyCommandInput
|
|
692
|
+
| CreatePolicyVersionCommandInput
|
|
693
|
+
| CreateRoleCommandInput
|
|
694
|
+
| CreateSAMLProviderCommandInput
|
|
695
|
+
| CreateServiceLinkedRoleCommandInput
|
|
696
|
+
| CreateServiceSpecificCredentialCommandInput
|
|
697
|
+
| CreateUserCommandInput
|
|
698
|
+
| CreateVirtualMFADeviceCommandInput
|
|
699
|
+
| DeactivateMFADeviceCommandInput
|
|
700
|
+
| DeleteAccessKeyCommandInput
|
|
701
|
+
| DeleteAccountAliasCommandInput
|
|
702
|
+
| DeleteAccountPasswordPolicyCommandInput
|
|
703
|
+
| DeleteGroupCommandInput
|
|
704
|
+
| DeleteGroupPolicyCommandInput
|
|
705
|
+
| DeleteInstanceProfileCommandInput
|
|
706
|
+
| DeleteLoginProfileCommandInput
|
|
707
|
+
| DeleteOpenIDConnectProviderCommandInput
|
|
708
|
+
| DeletePolicyCommandInput
|
|
709
|
+
| DeletePolicyVersionCommandInput
|
|
710
|
+
| DeleteRoleCommandInput
|
|
711
|
+
| DeleteRolePermissionsBoundaryCommandInput
|
|
712
|
+
| DeleteRolePolicyCommandInput
|
|
713
|
+
| DeleteSAMLProviderCommandInput
|
|
714
|
+
| DeleteSSHPublicKeyCommandInput
|
|
715
|
+
| DeleteServerCertificateCommandInput
|
|
716
|
+
| DeleteServiceLinkedRoleCommandInput
|
|
717
|
+
| DeleteServiceSpecificCredentialCommandInput
|
|
718
|
+
| DeleteSigningCertificateCommandInput
|
|
719
|
+
| DeleteUserCommandInput
|
|
720
|
+
| DeleteUserPermissionsBoundaryCommandInput
|
|
721
|
+
| DeleteUserPolicyCommandInput
|
|
722
|
+
| DeleteVirtualMFADeviceCommandInput
|
|
723
|
+
| DetachGroupPolicyCommandInput
|
|
724
|
+
| DetachRolePolicyCommandInput
|
|
725
|
+
| DetachUserPolicyCommandInput
|
|
726
|
+
| EnableMFADeviceCommandInput
|
|
727
|
+
| GenerateCredentialReportCommandInput
|
|
728
|
+
| GenerateOrganizationsAccessReportCommandInput
|
|
729
|
+
| GenerateServiceLastAccessedDetailsCommandInput
|
|
730
|
+
| GetAccessKeyLastUsedCommandInput
|
|
731
|
+
| GetAccountAuthorizationDetailsCommandInput
|
|
732
|
+
| GetAccountPasswordPolicyCommandInput
|
|
733
|
+
| GetAccountSummaryCommandInput
|
|
734
|
+
| GetContextKeysForCustomPolicyCommandInput
|
|
735
|
+
| GetContextKeysForPrincipalPolicyCommandInput
|
|
736
|
+
| GetCredentialReportCommandInput
|
|
737
|
+
| GetGroupCommandInput
|
|
738
|
+
| GetGroupPolicyCommandInput
|
|
739
|
+
| GetInstanceProfileCommandInput
|
|
740
|
+
| GetLoginProfileCommandInput
|
|
741
|
+
| GetOpenIDConnectProviderCommandInput
|
|
742
|
+
| GetOrganizationsAccessReportCommandInput
|
|
743
|
+
| GetPolicyCommandInput
|
|
744
|
+
| GetPolicyVersionCommandInput
|
|
745
|
+
| GetRoleCommandInput
|
|
746
|
+
| GetRolePolicyCommandInput
|
|
747
|
+
| GetSAMLProviderCommandInput
|
|
748
|
+
| GetSSHPublicKeyCommandInput
|
|
749
|
+
| GetServerCertificateCommandInput
|
|
750
|
+
| GetServiceLastAccessedDetailsCommandInput
|
|
751
|
+
| GetServiceLastAccessedDetailsWithEntitiesCommandInput
|
|
752
|
+
| GetServiceLinkedRoleDeletionStatusCommandInput
|
|
753
|
+
| GetUserCommandInput
|
|
754
|
+
| GetUserPolicyCommandInput
|
|
755
|
+
| ListAccessKeysCommandInput
|
|
756
|
+
| ListAccountAliasesCommandInput
|
|
757
|
+
| ListAttachedGroupPoliciesCommandInput
|
|
758
|
+
| ListAttachedRolePoliciesCommandInput
|
|
759
|
+
| ListAttachedUserPoliciesCommandInput
|
|
760
|
+
| ListEntitiesForPolicyCommandInput
|
|
761
|
+
| ListGroupPoliciesCommandInput
|
|
762
|
+
| ListGroupsCommandInput
|
|
763
|
+
| ListGroupsForUserCommandInput
|
|
764
|
+
| ListInstanceProfileTagsCommandInput
|
|
765
|
+
| ListInstanceProfilesCommandInput
|
|
766
|
+
| ListInstanceProfilesForRoleCommandInput
|
|
767
|
+
| ListMFADeviceTagsCommandInput
|
|
768
|
+
| ListMFADevicesCommandInput
|
|
769
|
+
| ListOpenIDConnectProviderTagsCommandInput
|
|
770
|
+
| ListOpenIDConnectProvidersCommandInput
|
|
771
|
+
| ListPoliciesCommandInput
|
|
772
|
+
| ListPoliciesGrantingServiceAccessCommandInput
|
|
773
|
+
| ListPolicyTagsCommandInput
|
|
774
|
+
| ListPolicyVersionsCommandInput
|
|
775
|
+
| ListRolePoliciesCommandInput
|
|
776
|
+
| ListRoleTagsCommandInput
|
|
777
|
+
| ListRolesCommandInput
|
|
778
|
+
| ListSAMLProviderTagsCommandInput
|
|
779
|
+
| ListSAMLProvidersCommandInput
|
|
780
|
+
| ListSSHPublicKeysCommandInput
|
|
781
|
+
| ListServerCertificateTagsCommandInput
|
|
782
|
+
| ListServerCertificatesCommandInput
|
|
783
|
+
| ListServiceSpecificCredentialsCommandInput
|
|
784
|
+
| ListSigningCertificatesCommandInput
|
|
785
|
+
| ListUserPoliciesCommandInput
|
|
786
|
+
| ListUserTagsCommandInput
|
|
787
|
+
| ListUsersCommandInput
|
|
788
|
+
| ListVirtualMFADevicesCommandInput
|
|
789
|
+
| PutGroupPolicyCommandInput
|
|
790
|
+
| PutRolePermissionsBoundaryCommandInput
|
|
791
|
+
| PutRolePolicyCommandInput
|
|
792
|
+
| PutUserPermissionsBoundaryCommandInput
|
|
793
|
+
| PutUserPolicyCommandInput
|
|
794
|
+
| RemoveClientIDFromOpenIDConnectProviderCommandInput
|
|
795
|
+
| RemoveRoleFromInstanceProfileCommandInput
|
|
796
|
+
| RemoveUserFromGroupCommandInput
|
|
797
|
+
| ResetServiceSpecificCredentialCommandInput
|
|
798
|
+
| ResyncMFADeviceCommandInput
|
|
799
|
+
| SetDefaultPolicyVersionCommandInput
|
|
800
|
+
| SetSecurityTokenServicePreferencesCommandInput
|
|
801
|
+
| SimulateCustomPolicyCommandInput
|
|
802
|
+
| SimulatePrincipalPolicyCommandInput
|
|
803
|
+
| TagInstanceProfileCommandInput
|
|
804
|
+
| TagMFADeviceCommandInput
|
|
805
|
+
| TagOpenIDConnectProviderCommandInput
|
|
806
|
+
| TagPolicyCommandInput
|
|
807
|
+
| TagRoleCommandInput
|
|
808
|
+
| TagSAMLProviderCommandInput
|
|
809
|
+
| TagServerCertificateCommandInput
|
|
810
|
+
| TagUserCommandInput
|
|
811
|
+
| UntagInstanceProfileCommandInput
|
|
812
|
+
| UntagMFADeviceCommandInput
|
|
813
|
+
| UntagOpenIDConnectProviderCommandInput
|
|
814
|
+
| UntagPolicyCommandInput
|
|
815
|
+
| UntagRoleCommandInput
|
|
816
|
+
| UntagSAMLProviderCommandInput
|
|
817
|
+
| UntagServerCertificateCommandInput
|
|
818
|
+
| UntagUserCommandInput
|
|
819
|
+
| UpdateAccessKeyCommandInput
|
|
820
|
+
| UpdateAccountPasswordPolicyCommandInput
|
|
821
|
+
| UpdateAssumeRolePolicyCommandInput
|
|
822
|
+
| UpdateGroupCommandInput
|
|
823
|
+
| UpdateLoginProfileCommandInput
|
|
824
|
+
| UpdateOpenIDConnectProviderThumbprintCommandInput
|
|
825
|
+
| UpdateRoleCommandInput
|
|
826
|
+
| UpdateRoleDescriptionCommandInput
|
|
827
|
+
| UpdateSAMLProviderCommandInput
|
|
828
|
+
| UpdateSSHPublicKeyCommandInput
|
|
829
|
+
| UpdateServerCertificateCommandInput
|
|
830
|
+
| UpdateServiceSpecificCredentialCommandInput
|
|
831
|
+
| UpdateSigningCertificateCommandInput
|
|
832
|
+
| UpdateUserCommandInput
|
|
833
|
+
| UploadSSHPublicKeyCommandInput
|
|
834
|
+
| UploadServerCertificateCommandInput
|
|
835
|
+
| UploadSigningCertificateCommandInput;
|
|
836
|
+
export declare type ServiceOutputTypes =
|
|
837
|
+
| AddClientIDToOpenIDConnectProviderCommandOutput
|
|
838
|
+
| AddRoleToInstanceProfileCommandOutput
|
|
839
|
+
| AddUserToGroupCommandOutput
|
|
840
|
+
| AttachGroupPolicyCommandOutput
|
|
841
|
+
| AttachRolePolicyCommandOutput
|
|
842
|
+
| AttachUserPolicyCommandOutput
|
|
843
|
+
| ChangePasswordCommandOutput
|
|
844
|
+
| CreateAccessKeyCommandOutput
|
|
845
|
+
| CreateAccountAliasCommandOutput
|
|
846
|
+
| CreateGroupCommandOutput
|
|
847
|
+
| CreateInstanceProfileCommandOutput
|
|
848
|
+
| CreateLoginProfileCommandOutput
|
|
849
|
+
| CreateOpenIDConnectProviderCommandOutput
|
|
850
|
+
| CreatePolicyCommandOutput
|
|
851
|
+
| CreatePolicyVersionCommandOutput
|
|
852
|
+
| CreateRoleCommandOutput
|
|
853
|
+
| CreateSAMLProviderCommandOutput
|
|
854
|
+
| CreateServiceLinkedRoleCommandOutput
|
|
855
|
+
| CreateServiceSpecificCredentialCommandOutput
|
|
856
|
+
| CreateUserCommandOutput
|
|
857
|
+
| CreateVirtualMFADeviceCommandOutput
|
|
858
|
+
| DeactivateMFADeviceCommandOutput
|
|
859
|
+
| DeleteAccessKeyCommandOutput
|
|
860
|
+
| DeleteAccountAliasCommandOutput
|
|
861
|
+
| DeleteAccountPasswordPolicyCommandOutput
|
|
862
|
+
| DeleteGroupCommandOutput
|
|
863
|
+
| DeleteGroupPolicyCommandOutput
|
|
864
|
+
| DeleteInstanceProfileCommandOutput
|
|
865
|
+
| DeleteLoginProfileCommandOutput
|
|
866
|
+
| DeleteOpenIDConnectProviderCommandOutput
|
|
867
|
+
| DeletePolicyCommandOutput
|
|
868
|
+
| DeletePolicyVersionCommandOutput
|
|
869
|
+
| DeleteRoleCommandOutput
|
|
870
|
+
| DeleteRolePermissionsBoundaryCommandOutput
|
|
871
|
+
| DeleteRolePolicyCommandOutput
|
|
872
|
+
| DeleteSAMLProviderCommandOutput
|
|
873
|
+
| DeleteSSHPublicKeyCommandOutput
|
|
874
|
+
| DeleteServerCertificateCommandOutput
|
|
875
|
+
| DeleteServiceLinkedRoleCommandOutput
|
|
876
|
+
| DeleteServiceSpecificCredentialCommandOutput
|
|
877
|
+
| DeleteSigningCertificateCommandOutput
|
|
878
|
+
| DeleteUserCommandOutput
|
|
879
|
+
| DeleteUserPermissionsBoundaryCommandOutput
|
|
880
|
+
| DeleteUserPolicyCommandOutput
|
|
881
|
+
| DeleteVirtualMFADeviceCommandOutput
|
|
882
|
+
| DetachGroupPolicyCommandOutput
|
|
883
|
+
| DetachRolePolicyCommandOutput
|
|
884
|
+
| DetachUserPolicyCommandOutput
|
|
885
|
+
| EnableMFADeviceCommandOutput
|
|
886
|
+
| GenerateCredentialReportCommandOutput
|
|
887
|
+
| GenerateOrganizationsAccessReportCommandOutput
|
|
888
|
+
| GenerateServiceLastAccessedDetailsCommandOutput
|
|
889
|
+
| GetAccessKeyLastUsedCommandOutput
|
|
890
|
+
| GetAccountAuthorizationDetailsCommandOutput
|
|
891
|
+
| GetAccountPasswordPolicyCommandOutput
|
|
892
|
+
| GetAccountSummaryCommandOutput
|
|
893
|
+
| GetContextKeysForCustomPolicyCommandOutput
|
|
894
|
+
| GetContextKeysForPrincipalPolicyCommandOutput
|
|
895
|
+
| GetCredentialReportCommandOutput
|
|
896
|
+
| GetGroupCommandOutput
|
|
897
|
+
| GetGroupPolicyCommandOutput
|
|
898
|
+
| GetInstanceProfileCommandOutput
|
|
899
|
+
| GetLoginProfileCommandOutput
|
|
900
|
+
| GetOpenIDConnectProviderCommandOutput
|
|
901
|
+
| GetOrganizationsAccessReportCommandOutput
|
|
902
|
+
| GetPolicyCommandOutput
|
|
903
|
+
| GetPolicyVersionCommandOutput
|
|
904
|
+
| GetRoleCommandOutput
|
|
905
|
+
| GetRolePolicyCommandOutput
|
|
906
|
+
| GetSAMLProviderCommandOutput
|
|
907
|
+
| GetSSHPublicKeyCommandOutput
|
|
908
|
+
| GetServerCertificateCommandOutput
|
|
909
|
+
| GetServiceLastAccessedDetailsCommandOutput
|
|
910
|
+
| GetServiceLastAccessedDetailsWithEntitiesCommandOutput
|
|
911
|
+
| GetServiceLinkedRoleDeletionStatusCommandOutput
|
|
912
|
+
| GetUserCommandOutput
|
|
913
|
+
| GetUserPolicyCommandOutput
|
|
914
|
+
| ListAccessKeysCommandOutput
|
|
915
|
+
| ListAccountAliasesCommandOutput
|
|
916
|
+
| ListAttachedGroupPoliciesCommandOutput
|
|
917
|
+
| ListAttachedRolePoliciesCommandOutput
|
|
918
|
+
| ListAttachedUserPoliciesCommandOutput
|
|
919
|
+
| ListEntitiesForPolicyCommandOutput
|
|
920
|
+
| ListGroupPoliciesCommandOutput
|
|
921
|
+
| ListGroupsCommandOutput
|
|
922
|
+
| ListGroupsForUserCommandOutput
|
|
923
|
+
| ListInstanceProfileTagsCommandOutput
|
|
924
|
+
| ListInstanceProfilesCommandOutput
|
|
925
|
+
| ListInstanceProfilesForRoleCommandOutput
|
|
926
|
+
| ListMFADeviceTagsCommandOutput
|
|
927
|
+
| ListMFADevicesCommandOutput
|
|
928
|
+
| ListOpenIDConnectProviderTagsCommandOutput
|
|
929
|
+
| ListOpenIDConnectProvidersCommandOutput
|
|
930
|
+
| ListPoliciesCommandOutput
|
|
931
|
+
| ListPoliciesGrantingServiceAccessCommandOutput
|
|
932
|
+
| ListPolicyTagsCommandOutput
|
|
933
|
+
| ListPolicyVersionsCommandOutput
|
|
934
|
+
| ListRolePoliciesCommandOutput
|
|
935
|
+
| ListRoleTagsCommandOutput
|
|
936
|
+
| ListRolesCommandOutput
|
|
937
|
+
| ListSAMLProviderTagsCommandOutput
|
|
938
|
+
| ListSAMLProvidersCommandOutput
|
|
939
|
+
| ListSSHPublicKeysCommandOutput
|
|
940
|
+
| ListServerCertificateTagsCommandOutput
|
|
941
|
+
| ListServerCertificatesCommandOutput
|
|
942
|
+
| ListServiceSpecificCredentialsCommandOutput
|
|
943
|
+
| ListSigningCertificatesCommandOutput
|
|
944
|
+
| ListUserPoliciesCommandOutput
|
|
945
|
+
| ListUserTagsCommandOutput
|
|
946
|
+
| ListUsersCommandOutput
|
|
947
|
+
| ListVirtualMFADevicesCommandOutput
|
|
948
|
+
| PutGroupPolicyCommandOutput
|
|
949
|
+
| PutRolePermissionsBoundaryCommandOutput
|
|
950
|
+
| PutRolePolicyCommandOutput
|
|
951
|
+
| PutUserPermissionsBoundaryCommandOutput
|
|
952
|
+
| PutUserPolicyCommandOutput
|
|
953
|
+
| RemoveClientIDFromOpenIDConnectProviderCommandOutput
|
|
954
|
+
| RemoveRoleFromInstanceProfileCommandOutput
|
|
955
|
+
| RemoveUserFromGroupCommandOutput
|
|
956
|
+
| ResetServiceSpecificCredentialCommandOutput
|
|
957
|
+
| ResyncMFADeviceCommandOutput
|
|
958
|
+
| SetDefaultPolicyVersionCommandOutput
|
|
959
|
+
| SetSecurityTokenServicePreferencesCommandOutput
|
|
960
|
+
| SimulateCustomPolicyCommandOutput
|
|
961
|
+
| SimulatePrincipalPolicyCommandOutput
|
|
962
|
+
| TagInstanceProfileCommandOutput
|
|
963
|
+
| TagMFADeviceCommandOutput
|
|
964
|
+
| TagOpenIDConnectProviderCommandOutput
|
|
965
|
+
| TagPolicyCommandOutput
|
|
966
|
+
| TagRoleCommandOutput
|
|
967
|
+
| TagSAMLProviderCommandOutput
|
|
968
|
+
| TagServerCertificateCommandOutput
|
|
969
|
+
| TagUserCommandOutput
|
|
970
|
+
| UntagInstanceProfileCommandOutput
|
|
971
|
+
| UntagMFADeviceCommandOutput
|
|
972
|
+
| UntagOpenIDConnectProviderCommandOutput
|
|
973
|
+
| UntagPolicyCommandOutput
|
|
974
|
+
| UntagRoleCommandOutput
|
|
975
|
+
| UntagSAMLProviderCommandOutput
|
|
976
|
+
| UntagServerCertificateCommandOutput
|
|
977
|
+
| UntagUserCommandOutput
|
|
978
|
+
| UpdateAccessKeyCommandOutput
|
|
979
|
+
| UpdateAccountPasswordPolicyCommandOutput
|
|
980
|
+
| UpdateAssumeRolePolicyCommandOutput
|
|
981
|
+
| UpdateGroupCommandOutput
|
|
982
|
+
| UpdateLoginProfileCommandOutput
|
|
983
|
+
| UpdateOpenIDConnectProviderThumbprintCommandOutput
|
|
984
|
+
| UpdateRoleCommandOutput
|
|
985
|
+
| UpdateRoleDescriptionCommandOutput
|
|
986
|
+
| UpdateSAMLProviderCommandOutput
|
|
987
|
+
| UpdateSSHPublicKeyCommandOutput
|
|
988
|
+
| UpdateServerCertificateCommandOutput
|
|
989
|
+
| UpdateServiceSpecificCredentialCommandOutput
|
|
990
|
+
| UpdateSigningCertificateCommandOutput
|
|
991
|
+
| UpdateUserCommandOutput
|
|
992
|
+
| UploadSSHPublicKeyCommandOutput
|
|
993
|
+
| UploadServerCertificateCommandOutput
|
|
994
|
+
| UploadSigningCertificateCommandOutput;
|
|
995
|
+
export interface ClientDefaults
|
|
996
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
997
|
+
requestHandler?: __HttpHandler;
|
|
998
|
+
|
|
999
|
+
sha256?: __HashConstructor;
|
|
1000
|
+
|
|
1001
|
+
urlParser?: __UrlParser;
|
|
1002
|
+
|
|
1003
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
1004
|
+
|
|
1005
|
+
streamCollector?: __StreamCollector;
|
|
1006
|
+
|
|
1007
|
+
base64Decoder?: __Decoder;
|
|
1008
|
+
|
|
1009
|
+
base64Encoder?: __Encoder;
|
|
1010
|
+
|
|
1011
|
+
utf8Decoder?: __Decoder;
|
|
1012
|
+
|
|
1013
|
+
utf8Encoder?: __Encoder;
|
|
1014
|
+
|
|
1015
|
+
runtime?: string;
|
|
1016
|
+
|
|
1017
|
+
disableHostPrefix?: boolean;
|
|
1018
|
+
|
|
1019
|
+
maxAttempts?: number | __Provider<number>;
|
|
1020
|
+
|
|
1021
|
+
retryMode?: string | __Provider<string>;
|
|
1022
|
+
|
|
1023
|
+
logger?: __Logger;
|
|
1024
|
+
|
|
1025
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
1026
|
+
|
|
1027
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1028
|
+
|
|
1029
|
+
serviceId?: string;
|
|
1030
|
+
|
|
1031
|
+
region?: string | __Provider<string>;
|
|
1032
|
+
|
|
1033
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
1034
|
+
|
|
1035
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
1036
|
+
|
|
1037
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
1038
|
+
|
|
1039
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
1040
|
+
}
|
|
1041
|
+
declare type IAMClientConfigType = Partial<
|
|
1042
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
1043
|
+
> &
|
|
1044
|
+
ClientDefaults &
|
|
1045
|
+
RegionInputConfig &
|
|
1046
|
+
EndpointsInputConfig &
|
|
1047
|
+
RetryInputConfig &
|
|
1048
|
+
HostHeaderInputConfig &
|
|
1049
|
+
AwsAuthInputConfig &
|
|
1050
|
+
UserAgentInputConfig;
|
|
1051
|
+
|
|
1052
|
+
export interface IAMClientConfig extends IAMClientConfigType {}
|
|
1053
|
+
declare type IAMClientResolvedConfigType =
|
|
1054
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
1055
|
+
Required<ClientDefaults> &
|
|
1056
|
+
RegionResolvedConfig &
|
|
1057
|
+
EndpointsResolvedConfig &
|
|
1058
|
+
RetryResolvedConfig &
|
|
1059
|
+
HostHeaderResolvedConfig &
|
|
1060
|
+
AwsAuthResolvedConfig &
|
|
1061
|
+
UserAgentResolvedConfig;
|
|
1062
|
+
|
|
1063
|
+
export interface IAMClientResolvedConfig extends IAMClientResolvedConfigType {}
|
|
1064
|
+
|
|
1065
|
+
export declare class IAMClient extends __Client<
|
|
1066
|
+
__HttpHandlerOptions,
|
|
1067
|
+
ServiceInputTypes,
|
|
1068
|
+
ServiceOutputTypes,
|
|
1069
|
+
IAMClientResolvedConfig
|
|
1070
|
+
> {
|
|
1071
|
+
readonly config: IAMClientResolvedConfig;
|
|
1072
|
+
constructor(configuration: IAMClientConfig);
|
|
1073
|
+
|
|
1074
|
+
destroy(): void;
|
|
1075
|
+
}
|
|
1076
|
+
export {};
|