@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,476 +1,1901 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AddClientIDToOpenIDConnectProviderCommandInput,
|
|
8
|
+
AddClientIDToOpenIDConnectProviderCommandOutput,
|
|
9
|
+
} from "../commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
10
|
+
import {
|
|
11
|
+
AddRoleToInstanceProfileCommandInput,
|
|
12
|
+
AddRoleToInstanceProfileCommandOutput,
|
|
13
|
+
} from "../commands/AddRoleToInstanceProfileCommand";
|
|
14
|
+
import {
|
|
15
|
+
AddUserToGroupCommandInput,
|
|
16
|
+
AddUserToGroupCommandOutput,
|
|
17
|
+
} from "../commands/AddUserToGroupCommand";
|
|
18
|
+
import {
|
|
19
|
+
AttachGroupPolicyCommandInput,
|
|
20
|
+
AttachGroupPolicyCommandOutput,
|
|
21
|
+
} from "../commands/AttachGroupPolicyCommand";
|
|
22
|
+
import {
|
|
23
|
+
AttachRolePolicyCommandInput,
|
|
24
|
+
AttachRolePolicyCommandOutput,
|
|
25
|
+
} from "../commands/AttachRolePolicyCommand";
|
|
26
|
+
import {
|
|
27
|
+
AttachUserPolicyCommandInput,
|
|
28
|
+
AttachUserPolicyCommandOutput,
|
|
29
|
+
} from "../commands/AttachUserPolicyCommand";
|
|
30
|
+
import {
|
|
31
|
+
ChangePasswordCommandInput,
|
|
32
|
+
ChangePasswordCommandOutput,
|
|
33
|
+
} from "../commands/ChangePasswordCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateAccessKeyCommandInput,
|
|
36
|
+
CreateAccessKeyCommandOutput,
|
|
37
|
+
} from "../commands/CreateAccessKeyCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateAccountAliasCommandInput,
|
|
40
|
+
CreateAccountAliasCommandOutput,
|
|
41
|
+
} from "../commands/CreateAccountAliasCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateGroupCommandInput,
|
|
44
|
+
CreateGroupCommandOutput,
|
|
45
|
+
} from "../commands/CreateGroupCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateInstanceProfileCommandInput,
|
|
48
|
+
CreateInstanceProfileCommandOutput,
|
|
49
|
+
} from "../commands/CreateInstanceProfileCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateLoginProfileCommandInput,
|
|
52
|
+
CreateLoginProfileCommandOutput,
|
|
53
|
+
} from "../commands/CreateLoginProfileCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateOpenIDConnectProviderCommandInput,
|
|
56
|
+
CreateOpenIDConnectProviderCommandOutput,
|
|
57
|
+
} from "../commands/CreateOpenIDConnectProviderCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreatePolicyCommandInput,
|
|
60
|
+
CreatePolicyCommandOutput,
|
|
61
|
+
} from "../commands/CreatePolicyCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreatePolicyVersionCommandInput,
|
|
64
|
+
CreatePolicyVersionCommandOutput,
|
|
65
|
+
} from "../commands/CreatePolicyVersionCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateRoleCommandInput,
|
|
68
|
+
CreateRoleCommandOutput,
|
|
69
|
+
} from "../commands/CreateRoleCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateSAMLProviderCommandInput,
|
|
72
|
+
CreateSAMLProviderCommandOutput,
|
|
73
|
+
} from "../commands/CreateSAMLProviderCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateServiceLinkedRoleCommandInput,
|
|
76
|
+
CreateServiceLinkedRoleCommandOutput,
|
|
77
|
+
} from "../commands/CreateServiceLinkedRoleCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateServiceSpecificCredentialCommandInput,
|
|
80
|
+
CreateServiceSpecificCredentialCommandOutput,
|
|
81
|
+
} from "../commands/CreateServiceSpecificCredentialCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateUserCommandInput,
|
|
84
|
+
CreateUserCommandOutput,
|
|
85
|
+
} from "../commands/CreateUserCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateVirtualMFADeviceCommandInput,
|
|
88
|
+
CreateVirtualMFADeviceCommandOutput,
|
|
89
|
+
} from "../commands/CreateVirtualMFADeviceCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeactivateMFADeviceCommandInput,
|
|
92
|
+
DeactivateMFADeviceCommandOutput,
|
|
93
|
+
} from "../commands/DeactivateMFADeviceCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteAccessKeyCommandInput,
|
|
96
|
+
DeleteAccessKeyCommandOutput,
|
|
97
|
+
} from "../commands/DeleteAccessKeyCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteAccountAliasCommandInput,
|
|
100
|
+
DeleteAccountAliasCommandOutput,
|
|
101
|
+
} from "../commands/DeleteAccountAliasCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteAccountPasswordPolicyCommandInput,
|
|
104
|
+
DeleteAccountPasswordPolicyCommandOutput,
|
|
105
|
+
} from "../commands/DeleteAccountPasswordPolicyCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteGroupCommandInput,
|
|
108
|
+
DeleteGroupCommandOutput,
|
|
109
|
+
} from "../commands/DeleteGroupCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteGroupPolicyCommandInput,
|
|
112
|
+
DeleteGroupPolicyCommandOutput,
|
|
113
|
+
} from "../commands/DeleteGroupPolicyCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteInstanceProfileCommandInput,
|
|
116
|
+
DeleteInstanceProfileCommandOutput,
|
|
117
|
+
} from "../commands/DeleteInstanceProfileCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteLoginProfileCommandInput,
|
|
120
|
+
DeleteLoginProfileCommandOutput,
|
|
121
|
+
} from "../commands/DeleteLoginProfileCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteOpenIDConnectProviderCommandInput,
|
|
124
|
+
DeleteOpenIDConnectProviderCommandOutput,
|
|
125
|
+
} from "../commands/DeleteOpenIDConnectProviderCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeletePolicyCommandInput,
|
|
128
|
+
DeletePolicyCommandOutput,
|
|
129
|
+
} from "../commands/DeletePolicyCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeletePolicyVersionCommandInput,
|
|
132
|
+
DeletePolicyVersionCommandOutput,
|
|
133
|
+
} from "../commands/DeletePolicyVersionCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteRoleCommandInput,
|
|
136
|
+
DeleteRoleCommandOutput,
|
|
137
|
+
} from "../commands/DeleteRoleCommand";
|
|
138
|
+
import {
|
|
139
|
+
DeleteRolePermissionsBoundaryCommandInput,
|
|
140
|
+
DeleteRolePermissionsBoundaryCommandOutput,
|
|
141
|
+
} from "../commands/DeleteRolePermissionsBoundaryCommand";
|
|
142
|
+
import {
|
|
143
|
+
DeleteRolePolicyCommandInput,
|
|
144
|
+
DeleteRolePolicyCommandOutput,
|
|
145
|
+
} from "../commands/DeleteRolePolicyCommand";
|
|
146
|
+
import {
|
|
147
|
+
DeleteSAMLProviderCommandInput,
|
|
148
|
+
DeleteSAMLProviderCommandOutput,
|
|
149
|
+
} from "../commands/DeleteSAMLProviderCommand";
|
|
150
|
+
import {
|
|
151
|
+
DeleteServerCertificateCommandInput,
|
|
152
|
+
DeleteServerCertificateCommandOutput,
|
|
153
|
+
} from "../commands/DeleteServerCertificateCommand";
|
|
154
|
+
import {
|
|
155
|
+
DeleteServiceLinkedRoleCommandInput,
|
|
156
|
+
DeleteServiceLinkedRoleCommandOutput,
|
|
157
|
+
} from "../commands/DeleteServiceLinkedRoleCommand";
|
|
158
|
+
import {
|
|
159
|
+
DeleteServiceSpecificCredentialCommandInput,
|
|
160
|
+
DeleteServiceSpecificCredentialCommandOutput,
|
|
161
|
+
} from "../commands/DeleteServiceSpecificCredentialCommand";
|
|
162
|
+
import {
|
|
163
|
+
DeleteSigningCertificateCommandInput,
|
|
164
|
+
DeleteSigningCertificateCommandOutput,
|
|
165
|
+
} from "../commands/DeleteSigningCertificateCommand";
|
|
166
|
+
import {
|
|
167
|
+
DeleteSSHPublicKeyCommandInput,
|
|
168
|
+
DeleteSSHPublicKeyCommandOutput,
|
|
169
|
+
} from "../commands/DeleteSSHPublicKeyCommand";
|
|
170
|
+
import {
|
|
171
|
+
DeleteUserCommandInput,
|
|
172
|
+
DeleteUserCommandOutput,
|
|
173
|
+
} from "../commands/DeleteUserCommand";
|
|
174
|
+
import {
|
|
175
|
+
DeleteUserPermissionsBoundaryCommandInput,
|
|
176
|
+
DeleteUserPermissionsBoundaryCommandOutput,
|
|
177
|
+
} from "../commands/DeleteUserPermissionsBoundaryCommand";
|
|
178
|
+
import {
|
|
179
|
+
DeleteUserPolicyCommandInput,
|
|
180
|
+
DeleteUserPolicyCommandOutput,
|
|
181
|
+
} from "../commands/DeleteUserPolicyCommand";
|
|
182
|
+
import {
|
|
183
|
+
DeleteVirtualMFADeviceCommandInput,
|
|
184
|
+
DeleteVirtualMFADeviceCommandOutput,
|
|
185
|
+
} from "../commands/DeleteVirtualMFADeviceCommand";
|
|
186
|
+
import {
|
|
187
|
+
DetachGroupPolicyCommandInput,
|
|
188
|
+
DetachGroupPolicyCommandOutput,
|
|
189
|
+
} from "../commands/DetachGroupPolicyCommand";
|
|
190
|
+
import {
|
|
191
|
+
DetachRolePolicyCommandInput,
|
|
192
|
+
DetachRolePolicyCommandOutput,
|
|
193
|
+
} from "../commands/DetachRolePolicyCommand";
|
|
194
|
+
import {
|
|
195
|
+
DetachUserPolicyCommandInput,
|
|
196
|
+
DetachUserPolicyCommandOutput,
|
|
197
|
+
} from "../commands/DetachUserPolicyCommand";
|
|
198
|
+
import {
|
|
199
|
+
EnableMFADeviceCommandInput,
|
|
200
|
+
EnableMFADeviceCommandOutput,
|
|
201
|
+
} from "../commands/EnableMFADeviceCommand";
|
|
202
|
+
import {
|
|
203
|
+
GenerateCredentialReportCommandInput,
|
|
204
|
+
GenerateCredentialReportCommandOutput,
|
|
205
|
+
} from "../commands/GenerateCredentialReportCommand";
|
|
206
|
+
import {
|
|
207
|
+
GenerateOrganizationsAccessReportCommandInput,
|
|
208
|
+
GenerateOrganizationsAccessReportCommandOutput,
|
|
209
|
+
} from "../commands/GenerateOrganizationsAccessReportCommand";
|
|
210
|
+
import {
|
|
211
|
+
GenerateServiceLastAccessedDetailsCommandInput,
|
|
212
|
+
GenerateServiceLastAccessedDetailsCommandOutput,
|
|
213
|
+
} from "../commands/GenerateServiceLastAccessedDetailsCommand";
|
|
214
|
+
import {
|
|
215
|
+
GetAccessKeyLastUsedCommandInput,
|
|
216
|
+
GetAccessKeyLastUsedCommandOutput,
|
|
217
|
+
} from "../commands/GetAccessKeyLastUsedCommand";
|
|
218
|
+
import {
|
|
219
|
+
GetAccountAuthorizationDetailsCommandInput,
|
|
220
|
+
GetAccountAuthorizationDetailsCommandOutput,
|
|
221
|
+
} from "../commands/GetAccountAuthorizationDetailsCommand";
|
|
222
|
+
import {
|
|
223
|
+
GetAccountPasswordPolicyCommandInput,
|
|
224
|
+
GetAccountPasswordPolicyCommandOutput,
|
|
225
|
+
} from "../commands/GetAccountPasswordPolicyCommand";
|
|
226
|
+
import {
|
|
227
|
+
GetAccountSummaryCommandInput,
|
|
228
|
+
GetAccountSummaryCommandOutput,
|
|
229
|
+
} from "../commands/GetAccountSummaryCommand";
|
|
230
|
+
import {
|
|
231
|
+
GetContextKeysForCustomPolicyCommandInput,
|
|
232
|
+
GetContextKeysForCustomPolicyCommandOutput,
|
|
233
|
+
} from "../commands/GetContextKeysForCustomPolicyCommand";
|
|
234
|
+
import {
|
|
235
|
+
GetContextKeysForPrincipalPolicyCommandInput,
|
|
236
|
+
GetContextKeysForPrincipalPolicyCommandOutput,
|
|
237
|
+
} from "../commands/GetContextKeysForPrincipalPolicyCommand";
|
|
238
|
+
import {
|
|
239
|
+
GetCredentialReportCommandInput,
|
|
240
|
+
GetCredentialReportCommandOutput,
|
|
241
|
+
} from "../commands/GetCredentialReportCommand";
|
|
242
|
+
import {
|
|
243
|
+
GetGroupCommandInput,
|
|
244
|
+
GetGroupCommandOutput,
|
|
245
|
+
} from "../commands/GetGroupCommand";
|
|
246
|
+
import {
|
|
247
|
+
GetGroupPolicyCommandInput,
|
|
248
|
+
GetGroupPolicyCommandOutput,
|
|
249
|
+
} from "../commands/GetGroupPolicyCommand";
|
|
250
|
+
import {
|
|
251
|
+
GetInstanceProfileCommandInput,
|
|
252
|
+
GetInstanceProfileCommandOutput,
|
|
253
|
+
} from "../commands/GetInstanceProfileCommand";
|
|
254
|
+
import {
|
|
255
|
+
GetLoginProfileCommandInput,
|
|
256
|
+
GetLoginProfileCommandOutput,
|
|
257
|
+
} from "../commands/GetLoginProfileCommand";
|
|
258
|
+
import {
|
|
259
|
+
GetOpenIDConnectProviderCommandInput,
|
|
260
|
+
GetOpenIDConnectProviderCommandOutput,
|
|
261
|
+
} from "../commands/GetOpenIDConnectProviderCommand";
|
|
262
|
+
import {
|
|
263
|
+
GetOrganizationsAccessReportCommandInput,
|
|
264
|
+
GetOrganizationsAccessReportCommandOutput,
|
|
265
|
+
} from "../commands/GetOrganizationsAccessReportCommand";
|
|
266
|
+
import {
|
|
267
|
+
GetPolicyCommandInput,
|
|
268
|
+
GetPolicyCommandOutput,
|
|
269
|
+
} from "../commands/GetPolicyCommand";
|
|
270
|
+
import {
|
|
271
|
+
GetPolicyVersionCommandInput,
|
|
272
|
+
GetPolicyVersionCommandOutput,
|
|
273
|
+
} from "../commands/GetPolicyVersionCommand";
|
|
274
|
+
import {
|
|
275
|
+
GetRoleCommandInput,
|
|
276
|
+
GetRoleCommandOutput,
|
|
277
|
+
} from "../commands/GetRoleCommand";
|
|
278
|
+
import {
|
|
279
|
+
GetRolePolicyCommandInput,
|
|
280
|
+
GetRolePolicyCommandOutput,
|
|
281
|
+
} from "../commands/GetRolePolicyCommand";
|
|
282
|
+
import {
|
|
283
|
+
GetSAMLProviderCommandInput,
|
|
284
|
+
GetSAMLProviderCommandOutput,
|
|
285
|
+
} from "../commands/GetSAMLProviderCommand";
|
|
286
|
+
import {
|
|
287
|
+
GetServerCertificateCommandInput,
|
|
288
|
+
GetServerCertificateCommandOutput,
|
|
289
|
+
} from "../commands/GetServerCertificateCommand";
|
|
290
|
+
import {
|
|
291
|
+
GetServiceLastAccessedDetailsCommandInput,
|
|
292
|
+
GetServiceLastAccessedDetailsCommandOutput,
|
|
293
|
+
} from "../commands/GetServiceLastAccessedDetailsCommand";
|
|
294
|
+
import {
|
|
295
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandInput,
|
|
296
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandOutput,
|
|
297
|
+
} from "../commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
|
|
298
|
+
import {
|
|
299
|
+
GetServiceLinkedRoleDeletionStatusCommandInput,
|
|
300
|
+
GetServiceLinkedRoleDeletionStatusCommandOutput,
|
|
301
|
+
} from "../commands/GetServiceLinkedRoleDeletionStatusCommand";
|
|
302
|
+
import {
|
|
303
|
+
GetSSHPublicKeyCommandInput,
|
|
304
|
+
GetSSHPublicKeyCommandOutput,
|
|
305
|
+
} from "../commands/GetSSHPublicKeyCommand";
|
|
306
|
+
import {
|
|
307
|
+
GetUserCommandInput,
|
|
308
|
+
GetUserCommandOutput,
|
|
309
|
+
} from "../commands/GetUserCommand";
|
|
310
|
+
import {
|
|
311
|
+
GetUserPolicyCommandInput,
|
|
312
|
+
GetUserPolicyCommandOutput,
|
|
313
|
+
} from "../commands/GetUserPolicyCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListAccessKeysCommandInput,
|
|
316
|
+
ListAccessKeysCommandOutput,
|
|
317
|
+
} from "../commands/ListAccessKeysCommand";
|
|
318
|
+
import {
|
|
319
|
+
ListAccountAliasesCommandInput,
|
|
320
|
+
ListAccountAliasesCommandOutput,
|
|
321
|
+
} from "../commands/ListAccountAliasesCommand";
|
|
322
|
+
import {
|
|
323
|
+
ListAttachedGroupPoliciesCommandInput,
|
|
324
|
+
ListAttachedGroupPoliciesCommandOutput,
|
|
325
|
+
} from "../commands/ListAttachedGroupPoliciesCommand";
|
|
326
|
+
import {
|
|
327
|
+
ListAttachedRolePoliciesCommandInput,
|
|
328
|
+
ListAttachedRolePoliciesCommandOutput,
|
|
329
|
+
} from "../commands/ListAttachedRolePoliciesCommand";
|
|
330
|
+
import {
|
|
331
|
+
ListAttachedUserPoliciesCommandInput,
|
|
332
|
+
ListAttachedUserPoliciesCommandOutput,
|
|
333
|
+
} from "../commands/ListAttachedUserPoliciesCommand";
|
|
334
|
+
import {
|
|
335
|
+
ListEntitiesForPolicyCommandInput,
|
|
336
|
+
ListEntitiesForPolicyCommandOutput,
|
|
337
|
+
} from "../commands/ListEntitiesForPolicyCommand";
|
|
338
|
+
import {
|
|
339
|
+
ListGroupPoliciesCommandInput,
|
|
340
|
+
ListGroupPoliciesCommandOutput,
|
|
341
|
+
} from "../commands/ListGroupPoliciesCommand";
|
|
342
|
+
import {
|
|
343
|
+
ListGroupsCommandInput,
|
|
344
|
+
ListGroupsCommandOutput,
|
|
345
|
+
} from "../commands/ListGroupsCommand";
|
|
346
|
+
import {
|
|
347
|
+
ListGroupsForUserCommandInput,
|
|
348
|
+
ListGroupsForUserCommandOutput,
|
|
349
|
+
} from "../commands/ListGroupsForUserCommand";
|
|
350
|
+
import {
|
|
351
|
+
ListInstanceProfilesCommandInput,
|
|
352
|
+
ListInstanceProfilesCommandOutput,
|
|
353
|
+
} from "../commands/ListInstanceProfilesCommand";
|
|
354
|
+
import {
|
|
355
|
+
ListInstanceProfilesForRoleCommandInput,
|
|
356
|
+
ListInstanceProfilesForRoleCommandOutput,
|
|
357
|
+
} from "../commands/ListInstanceProfilesForRoleCommand";
|
|
358
|
+
import {
|
|
359
|
+
ListInstanceProfileTagsCommandInput,
|
|
360
|
+
ListInstanceProfileTagsCommandOutput,
|
|
361
|
+
} from "../commands/ListInstanceProfileTagsCommand";
|
|
362
|
+
import {
|
|
363
|
+
ListMFADevicesCommandInput,
|
|
364
|
+
ListMFADevicesCommandOutput,
|
|
365
|
+
} from "../commands/ListMFADevicesCommand";
|
|
366
|
+
import {
|
|
367
|
+
ListMFADeviceTagsCommandInput,
|
|
368
|
+
ListMFADeviceTagsCommandOutput,
|
|
369
|
+
} from "../commands/ListMFADeviceTagsCommand";
|
|
370
|
+
import {
|
|
371
|
+
ListOpenIDConnectProvidersCommandInput,
|
|
372
|
+
ListOpenIDConnectProvidersCommandOutput,
|
|
373
|
+
} from "../commands/ListOpenIDConnectProvidersCommand";
|
|
374
|
+
import {
|
|
375
|
+
ListOpenIDConnectProviderTagsCommandInput,
|
|
376
|
+
ListOpenIDConnectProviderTagsCommandOutput,
|
|
377
|
+
} from "../commands/ListOpenIDConnectProviderTagsCommand";
|
|
378
|
+
import {
|
|
379
|
+
ListPoliciesCommandInput,
|
|
380
|
+
ListPoliciesCommandOutput,
|
|
381
|
+
} from "../commands/ListPoliciesCommand";
|
|
382
|
+
import {
|
|
383
|
+
ListPoliciesGrantingServiceAccessCommandInput,
|
|
384
|
+
ListPoliciesGrantingServiceAccessCommandOutput,
|
|
385
|
+
} from "../commands/ListPoliciesGrantingServiceAccessCommand";
|
|
386
|
+
import {
|
|
387
|
+
ListPolicyTagsCommandInput,
|
|
388
|
+
ListPolicyTagsCommandOutput,
|
|
389
|
+
} from "../commands/ListPolicyTagsCommand";
|
|
390
|
+
import {
|
|
391
|
+
ListPolicyVersionsCommandInput,
|
|
392
|
+
ListPolicyVersionsCommandOutput,
|
|
393
|
+
} from "../commands/ListPolicyVersionsCommand";
|
|
394
|
+
import {
|
|
395
|
+
ListRolePoliciesCommandInput,
|
|
396
|
+
ListRolePoliciesCommandOutput,
|
|
397
|
+
} from "../commands/ListRolePoliciesCommand";
|
|
398
|
+
import {
|
|
399
|
+
ListRolesCommandInput,
|
|
400
|
+
ListRolesCommandOutput,
|
|
401
|
+
} from "../commands/ListRolesCommand";
|
|
402
|
+
import {
|
|
403
|
+
ListRoleTagsCommandInput,
|
|
404
|
+
ListRoleTagsCommandOutput,
|
|
405
|
+
} from "../commands/ListRoleTagsCommand";
|
|
406
|
+
import {
|
|
407
|
+
ListSAMLProvidersCommandInput,
|
|
408
|
+
ListSAMLProvidersCommandOutput,
|
|
409
|
+
} from "../commands/ListSAMLProvidersCommand";
|
|
410
|
+
import {
|
|
411
|
+
ListSAMLProviderTagsCommandInput,
|
|
412
|
+
ListSAMLProviderTagsCommandOutput,
|
|
413
|
+
} from "../commands/ListSAMLProviderTagsCommand";
|
|
414
|
+
import {
|
|
415
|
+
ListServerCertificatesCommandInput,
|
|
416
|
+
ListServerCertificatesCommandOutput,
|
|
417
|
+
} from "../commands/ListServerCertificatesCommand";
|
|
418
|
+
import {
|
|
419
|
+
ListServerCertificateTagsCommandInput,
|
|
420
|
+
ListServerCertificateTagsCommandOutput,
|
|
421
|
+
} from "../commands/ListServerCertificateTagsCommand";
|
|
422
|
+
import {
|
|
423
|
+
ListServiceSpecificCredentialsCommandInput,
|
|
424
|
+
ListServiceSpecificCredentialsCommandOutput,
|
|
425
|
+
} from "../commands/ListServiceSpecificCredentialsCommand";
|
|
426
|
+
import {
|
|
427
|
+
ListSigningCertificatesCommandInput,
|
|
428
|
+
ListSigningCertificatesCommandOutput,
|
|
429
|
+
} from "../commands/ListSigningCertificatesCommand";
|
|
430
|
+
import {
|
|
431
|
+
ListSSHPublicKeysCommandInput,
|
|
432
|
+
ListSSHPublicKeysCommandOutput,
|
|
433
|
+
} from "../commands/ListSSHPublicKeysCommand";
|
|
434
|
+
import {
|
|
435
|
+
ListUserPoliciesCommandInput,
|
|
436
|
+
ListUserPoliciesCommandOutput,
|
|
437
|
+
} from "../commands/ListUserPoliciesCommand";
|
|
438
|
+
import {
|
|
439
|
+
ListUsersCommandInput,
|
|
440
|
+
ListUsersCommandOutput,
|
|
441
|
+
} from "../commands/ListUsersCommand";
|
|
442
|
+
import {
|
|
443
|
+
ListUserTagsCommandInput,
|
|
444
|
+
ListUserTagsCommandOutput,
|
|
445
|
+
} from "../commands/ListUserTagsCommand";
|
|
446
|
+
import {
|
|
447
|
+
ListVirtualMFADevicesCommandInput,
|
|
448
|
+
ListVirtualMFADevicesCommandOutput,
|
|
449
|
+
} from "../commands/ListVirtualMFADevicesCommand";
|
|
450
|
+
import {
|
|
451
|
+
PutGroupPolicyCommandInput,
|
|
452
|
+
PutGroupPolicyCommandOutput,
|
|
453
|
+
} from "../commands/PutGroupPolicyCommand";
|
|
454
|
+
import {
|
|
455
|
+
PutRolePermissionsBoundaryCommandInput,
|
|
456
|
+
PutRolePermissionsBoundaryCommandOutput,
|
|
457
|
+
} from "../commands/PutRolePermissionsBoundaryCommand";
|
|
458
|
+
import {
|
|
459
|
+
PutRolePolicyCommandInput,
|
|
460
|
+
PutRolePolicyCommandOutput,
|
|
461
|
+
} from "../commands/PutRolePolicyCommand";
|
|
462
|
+
import {
|
|
463
|
+
PutUserPermissionsBoundaryCommandInput,
|
|
464
|
+
PutUserPermissionsBoundaryCommandOutput,
|
|
465
|
+
} from "../commands/PutUserPermissionsBoundaryCommand";
|
|
466
|
+
import {
|
|
467
|
+
PutUserPolicyCommandInput,
|
|
468
|
+
PutUserPolicyCommandOutput,
|
|
469
|
+
} from "../commands/PutUserPolicyCommand";
|
|
470
|
+
import {
|
|
471
|
+
RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
472
|
+
RemoveClientIDFromOpenIDConnectProviderCommandOutput,
|
|
473
|
+
} from "../commands/RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
474
|
+
import {
|
|
475
|
+
RemoveRoleFromInstanceProfileCommandInput,
|
|
476
|
+
RemoveRoleFromInstanceProfileCommandOutput,
|
|
477
|
+
} from "../commands/RemoveRoleFromInstanceProfileCommand";
|
|
478
|
+
import {
|
|
479
|
+
RemoveUserFromGroupCommandInput,
|
|
480
|
+
RemoveUserFromGroupCommandOutput,
|
|
481
|
+
} from "../commands/RemoveUserFromGroupCommand";
|
|
482
|
+
import {
|
|
483
|
+
ResetServiceSpecificCredentialCommandInput,
|
|
484
|
+
ResetServiceSpecificCredentialCommandOutput,
|
|
485
|
+
} from "../commands/ResetServiceSpecificCredentialCommand";
|
|
486
|
+
import {
|
|
487
|
+
ResyncMFADeviceCommandInput,
|
|
488
|
+
ResyncMFADeviceCommandOutput,
|
|
489
|
+
} from "../commands/ResyncMFADeviceCommand";
|
|
490
|
+
import {
|
|
491
|
+
SetDefaultPolicyVersionCommandInput,
|
|
492
|
+
SetDefaultPolicyVersionCommandOutput,
|
|
493
|
+
} from "../commands/SetDefaultPolicyVersionCommand";
|
|
494
|
+
import {
|
|
495
|
+
SetSecurityTokenServicePreferencesCommandInput,
|
|
496
|
+
SetSecurityTokenServicePreferencesCommandOutput,
|
|
497
|
+
} from "../commands/SetSecurityTokenServicePreferencesCommand";
|
|
498
|
+
import {
|
|
499
|
+
SimulateCustomPolicyCommandInput,
|
|
500
|
+
SimulateCustomPolicyCommandOutput,
|
|
501
|
+
} from "../commands/SimulateCustomPolicyCommand";
|
|
502
|
+
import {
|
|
503
|
+
SimulatePrincipalPolicyCommandInput,
|
|
504
|
+
SimulatePrincipalPolicyCommandOutput,
|
|
505
|
+
} from "../commands/SimulatePrincipalPolicyCommand";
|
|
506
|
+
import {
|
|
507
|
+
TagInstanceProfileCommandInput,
|
|
508
|
+
TagInstanceProfileCommandOutput,
|
|
509
|
+
} from "../commands/TagInstanceProfileCommand";
|
|
510
|
+
import {
|
|
511
|
+
TagMFADeviceCommandInput,
|
|
512
|
+
TagMFADeviceCommandOutput,
|
|
513
|
+
} from "../commands/TagMFADeviceCommand";
|
|
514
|
+
import {
|
|
515
|
+
TagOpenIDConnectProviderCommandInput,
|
|
516
|
+
TagOpenIDConnectProviderCommandOutput,
|
|
517
|
+
} from "../commands/TagOpenIDConnectProviderCommand";
|
|
518
|
+
import {
|
|
519
|
+
TagPolicyCommandInput,
|
|
520
|
+
TagPolicyCommandOutput,
|
|
521
|
+
} from "../commands/TagPolicyCommand";
|
|
522
|
+
import {
|
|
523
|
+
TagRoleCommandInput,
|
|
524
|
+
TagRoleCommandOutput,
|
|
525
|
+
} from "../commands/TagRoleCommand";
|
|
526
|
+
import {
|
|
527
|
+
TagSAMLProviderCommandInput,
|
|
528
|
+
TagSAMLProviderCommandOutput,
|
|
529
|
+
} from "../commands/TagSAMLProviderCommand";
|
|
530
|
+
import {
|
|
531
|
+
TagServerCertificateCommandInput,
|
|
532
|
+
TagServerCertificateCommandOutput,
|
|
533
|
+
} from "../commands/TagServerCertificateCommand";
|
|
534
|
+
import {
|
|
535
|
+
TagUserCommandInput,
|
|
536
|
+
TagUserCommandOutput,
|
|
537
|
+
} from "../commands/TagUserCommand";
|
|
538
|
+
import {
|
|
539
|
+
UntagInstanceProfileCommandInput,
|
|
540
|
+
UntagInstanceProfileCommandOutput,
|
|
541
|
+
} from "../commands/UntagInstanceProfileCommand";
|
|
542
|
+
import {
|
|
543
|
+
UntagMFADeviceCommandInput,
|
|
544
|
+
UntagMFADeviceCommandOutput,
|
|
545
|
+
} from "../commands/UntagMFADeviceCommand";
|
|
546
|
+
import {
|
|
547
|
+
UntagOpenIDConnectProviderCommandInput,
|
|
548
|
+
UntagOpenIDConnectProviderCommandOutput,
|
|
549
|
+
} from "../commands/UntagOpenIDConnectProviderCommand";
|
|
550
|
+
import {
|
|
551
|
+
UntagPolicyCommandInput,
|
|
552
|
+
UntagPolicyCommandOutput,
|
|
553
|
+
} from "../commands/UntagPolicyCommand";
|
|
554
|
+
import {
|
|
555
|
+
UntagRoleCommandInput,
|
|
556
|
+
UntagRoleCommandOutput,
|
|
557
|
+
} from "../commands/UntagRoleCommand";
|
|
558
|
+
import {
|
|
559
|
+
UntagSAMLProviderCommandInput,
|
|
560
|
+
UntagSAMLProviderCommandOutput,
|
|
561
|
+
} from "../commands/UntagSAMLProviderCommand";
|
|
562
|
+
import {
|
|
563
|
+
UntagServerCertificateCommandInput,
|
|
564
|
+
UntagServerCertificateCommandOutput,
|
|
565
|
+
} from "../commands/UntagServerCertificateCommand";
|
|
566
|
+
import {
|
|
567
|
+
UntagUserCommandInput,
|
|
568
|
+
UntagUserCommandOutput,
|
|
569
|
+
} from "../commands/UntagUserCommand";
|
|
570
|
+
import {
|
|
571
|
+
UpdateAccessKeyCommandInput,
|
|
572
|
+
UpdateAccessKeyCommandOutput,
|
|
573
|
+
} from "../commands/UpdateAccessKeyCommand";
|
|
574
|
+
import {
|
|
575
|
+
UpdateAccountPasswordPolicyCommandInput,
|
|
576
|
+
UpdateAccountPasswordPolicyCommandOutput,
|
|
577
|
+
} from "../commands/UpdateAccountPasswordPolicyCommand";
|
|
578
|
+
import {
|
|
579
|
+
UpdateAssumeRolePolicyCommandInput,
|
|
580
|
+
UpdateAssumeRolePolicyCommandOutput,
|
|
581
|
+
} from "../commands/UpdateAssumeRolePolicyCommand";
|
|
582
|
+
import {
|
|
583
|
+
UpdateGroupCommandInput,
|
|
584
|
+
UpdateGroupCommandOutput,
|
|
585
|
+
} from "../commands/UpdateGroupCommand";
|
|
586
|
+
import {
|
|
587
|
+
UpdateLoginProfileCommandInput,
|
|
588
|
+
UpdateLoginProfileCommandOutput,
|
|
589
|
+
} from "../commands/UpdateLoginProfileCommand";
|
|
590
|
+
import {
|
|
591
|
+
UpdateOpenIDConnectProviderThumbprintCommandInput,
|
|
592
|
+
UpdateOpenIDConnectProviderThumbprintCommandOutput,
|
|
593
|
+
} from "../commands/UpdateOpenIDConnectProviderThumbprintCommand";
|
|
594
|
+
import {
|
|
595
|
+
UpdateRoleCommandInput,
|
|
596
|
+
UpdateRoleCommandOutput,
|
|
597
|
+
} from "../commands/UpdateRoleCommand";
|
|
598
|
+
import {
|
|
599
|
+
UpdateRoleDescriptionCommandInput,
|
|
600
|
+
UpdateRoleDescriptionCommandOutput,
|
|
601
|
+
} from "../commands/UpdateRoleDescriptionCommand";
|
|
602
|
+
import {
|
|
603
|
+
UpdateSAMLProviderCommandInput,
|
|
604
|
+
UpdateSAMLProviderCommandOutput,
|
|
605
|
+
} from "../commands/UpdateSAMLProviderCommand";
|
|
606
|
+
import {
|
|
607
|
+
UpdateServerCertificateCommandInput,
|
|
608
|
+
UpdateServerCertificateCommandOutput,
|
|
609
|
+
} from "../commands/UpdateServerCertificateCommand";
|
|
610
|
+
import {
|
|
611
|
+
UpdateServiceSpecificCredentialCommandInput,
|
|
612
|
+
UpdateServiceSpecificCredentialCommandOutput,
|
|
613
|
+
} from "../commands/UpdateServiceSpecificCredentialCommand";
|
|
614
|
+
import {
|
|
615
|
+
UpdateSigningCertificateCommandInput,
|
|
616
|
+
UpdateSigningCertificateCommandOutput,
|
|
617
|
+
} from "../commands/UpdateSigningCertificateCommand";
|
|
618
|
+
import {
|
|
619
|
+
UpdateSSHPublicKeyCommandInput,
|
|
620
|
+
UpdateSSHPublicKeyCommandOutput,
|
|
621
|
+
} from "../commands/UpdateSSHPublicKeyCommand";
|
|
622
|
+
import {
|
|
623
|
+
UpdateUserCommandInput,
|
|
624
|
+
UpdateUserCommandOutput,
|
|
625
|
+
} from "../commands/UpdateUserCommand";
|
|
626
|
+
import {
|
|
627
|
+
UploadServerCertificateCommandInput,
|
|
628
|
+
UploadServerCertificateCommandOutput,
|
|
629
|
+
} from "../commands/UploadServerCertificateCommand";
|
|
630
|
+
import {
|
|
631
|
+
UploadSigningCertificateCommandInput,
|
|
632
|
+
UploadSigningCertificateCommandOutput,
|
|
633
|
+
} from "../commands/UploadSigningCertificateCommand";
|
|
634
|
+
import {
|
|
635
|
+
UploadSSHPublicKeyCommandInput,
|
|
636
|
+
UploadSSHPublicKeyCommandOutput,
|
|
637
|
+
} from "../commands/UploadSSHPublicKeyCommand";
|
|
638
|
+
export declare const serializeAws_queryAddClientIDToOpenIDConnectProviderCommand: (
|
|
639
|
+
input: AddClientIDToOpenIDConnectProviderCommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
642
|
+
export declare const serializeAws_queryAddRoleToInstanceProfileCommand: (
|
|
643
|
+
input: AddRoleToInstanceProfileCommandInput,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<__HttpRequest>;
|
|
646
|
+
export declare const serializeAws_queryAddUserToGroupCommand: (
|
|
647
|
+
input: AddUserToGroupCommandInput,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<__HttpRequest>;
|
|
650
|
+
export declare const serializeAws_queryAttachGroupPolicyCommand: (
|
|
651
|
+
input: AttachGroupPolicyCommandInput,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<__HttpRequest>;
|
|
654
|
+
export declare const serializeAws_queryAttachRolePolicyCommand: (
|
|
655
|
+
input: AttachRolePolicyCommandInput,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<__HttpRequest>;
|
|
658
|
+
export declare const serializeAws_queryAttachUserPolicyCommand: (
|
|
659
|
+
input: AttachUserPolicyCommandInput,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<__HttpRequest>;
|
|
662
|
+
export declare const serializeAws_queryChangePasswordCommand: (
|
|
663
|
+
input: ChangePasswordCommandInput,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<__HttpRequest>;
|
|
666
|
+
export declare const serializeAws_queryCreateAccessKeyCommand: (
|
|
667
|
+
input: CreateAccessKeyCommandInput,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<__HttpRequest>;
|
|
670
|
+
export declare const serializeAws_queryCreateAccountAliasCommand: (
|
|
671
|
+
input: CreateAccountAliasCommandInput,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<__HttpRequest>;
|
|
674
|
+
export declare const serializeAws_queryCreateGroupCommand: (
|
|
675
|
+
input: CreateGroupCommandInput,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<__HttpRequest>;
|
|
678
|
+
export declare const serializeAws_queryCreateInstanceProfileCommand: (
|
|
679
|
+
input: CreateInstanceProfileCommandInput,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<__HttpRequest>;
|
|
682
|
+
export declare const serializeAws_queryCreateLoginProfileCommand: (
|
|
683
|
+
input: CreateLoginProfileCommandInput,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<__HttpRequest>;
|
|
686
|
+
export declare const serializeAws_queryCreateOpenIDConnectProviderCommand: (
|
|
687
|
+
input: CreateOpenIDConnectProviderCommandInput,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<__HttpRequest>;
|
|
690
|
+
export declare const serializeAws_queryCreatePolicyCommand: (
|
|
691
|
+
input: CreatePolicyCommandInput,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<__HttpRequest>;
|
|
694
|
+
export declare const serializeAws_queryCreatePolicyVersionCommand: (
|
|
695
|
+
input: CreatePolicyVersionCommandInput,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<__HttpRequest>;
|
|
698
|
+
export declare const serializeAws_queryCreateRoleCommand: (
|
|
699
|
+
input: CreateRoleCommandInput,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<__HttpRequest>;
|
|
702
|
+
export declare const serializeAws_queryCreateSAMLProviderCommand: (
|
|
703
|
+
input: CreateSAMLProviderCommandInput,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<__HttpRequest>;
|
|
706
|
+
export declare const serializeAws_queryCreateServiceLinkedRoleCommand: (
|
|
707
|
+
input: CreateServiceLinkedRoleCommandInput,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<__HttpRequest>;
|
|
710
|
+
export declare const serializeAws_queryCreateServiceSpecificCredentialCommand: (
|
|
711
|
+
input: CreateServiceSpecificCredentialCommandInput,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<__HttpRequest>;
|
|
714
|
+
export declare const serializeAws_queryCreateUserCommand: (
|
|
715
|
+
input: CreateUserCommandInput,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<__HttpRequest>;
|
|
718
|
+
export declare const serializeAws_queryCreateVirtualMFADeviceCommand: (
|
|
719
|
+
input: CreateVirtualMFADeviceCommandInput,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<__HttpRequest>;
|
|
722
|
+
export declare const serializeAws_queryDeactivateMFADeviceCommand: (
|
|
723
|
+
input: DeactivateMFADeviceCommandInput,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<__HttpRequest>;
|
|
726
|
+
export declare const serializeAws_queryDeleteAccessKeyCommand: (
|
|
727
|
+
input: DeleteAccessKeyCommandInput,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<__HttpRequest>;
|
|
730
|
+
export declare const serializeAws_queryDeleteAccountAliasCommand: (
|
|
731
|
+
input: DeleteAccountAliasCommandInput,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<__HttpRequest>;
|
|
734
|
+
export declare const serializeAws_queryDeleteAccountPasswordPolicyCommand: (
|
|
735
|
+
input: DeleteAccountPasswordPolicyCommandInput,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<__HttpRequest>;
|
|
738
|
+
export declare const serializeAws_queryDeleteGroupCommand: (
|
|
739
|
+
input: DeleteGroupCommandInput,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<__HttpRequest>;
|
|
742
|
+
export declare const serializeAws_queryDeleteGroupPolicyCommand: (
|
|
743
|
+
input: DeleteGroupPolicyCommandInput,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<__HttpRequest>;
|
|
746
|
+
export declare const serializeAws_queryDeleteInstanceProfileCommand: (
|
|
747
|
+
input: DeleteInstanceProfileCommandInput,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<__HttpRequest>;
|
|
750
|
+
export declare const serializeAws_queryDeleteLoginProfileCommand: (
|
|
751
|
+
input: DeleteLoginProfileCommandInput,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<__HttpRequest>;
|
|
754
|
+
export declare const serializeAws_queryDeleteOpenIDConnectProviderCommand: (
|
|
755
|
+
input: DeleteOpenIDConnectProviderCommandInput,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<__HttpRequest>;
|
|
758
|
+
export declare const serializeAws_queryDeletePolicyCommand: (
|
|
759
|
+
input: DeletePolicyCommandInput,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<__HttpRequest>;
|
|
762
|
+
export declare const serializeAws_queryDeletePolicyVersionCommand: (
|
|
763
|
+
input: DeletePolicyVersionCommandInput,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<__HttpRequest>;
|
|
766
|
+
export declare const serializeAws_queryDeleteRoleCommand: (
|
|
767
|
+
input: DeleteRoleCommandInput,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<__HttpRequest>;
|
|
770
|
+
export declare const serializeAws_queryDeleteRolePermissionsBoundaryCommand: (
|
|
771
|
+
input: DeleteRolePermissionsBoundaryCommandInput,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<__HttpRequest>;
|
|
774
|
+
export declare const serializeAws_queryDeleteRolePolicyCommand: (
|
|
775
|
+
input: DeleteRolePolicyCommandInput,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<__HttpRequest>;
|
|
778
|
+
export declare const serializeAws_queryDeleteSAMLProviderCommand: (
|
|
779
|
+
input: DeleteSAMLProviderCommandInput,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<__HttpRequest>;
|
|
782
|
+
export declare const serializeAws_queryDeleteServerCertificateCommand: (
|
|
783
|
+
input: DeleteServerCertificateCommandInput,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<__HttpRequest>;
|
|
786
|
+
export declare const serializeAws_queryDeleteServiceLinkedRoleCommand: (
|
|
787
|
+
input: DeleteServiceLinkedRoleCommandInput,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<__HttpRequest>;
|
|
790
|
+
export declare const serializeAws_queryDeleteServiceSpecificCredentialCommand: (
|
|
791
|
+
input: DeleteServiceSpecificCredentialCommandInput,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<__HttpRequest>;
|
|
794
|
+
export declare const serializeAws_queryDeleteSigningCertificateCommand: (
|
|
795
|
+
input: DeleteSigningCertificateCommandInput,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<__HttpRequest>;
|
|
798
|
+
export declare const serializeAws_queryDeleteSSHPublicKeyCommand: (
|
|
799
|
+
input: DeleteSSHPublicKeyCommandInput,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<__HttpRequest>;
|
|
802
|
+
export declare const serializeAws_queryDeleteUserCommand: (
|
|
803
|
+
input: DeleteUserCommandInput,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<__HttpRequest>;
|
|
806
|
+
export declare const serializeAws_queryDeleteUserPermissionsBoundaryCommand: (
|
|
807
|
+
input: DeleteUserPermissionsBoundaryCommandInput,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<__HttpRequest>;
|
|
810
|
+
export declare const serializeAws_queryDeleteUserPolicyCommand: (
|
|
811
|
+
input: DeleteUserPolicyCommandInput,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<__HttpRequest>;
|
|
814
|
+
export declare const serializeAws_queryDeleteVirtualMFADeviceCommand: (
|
|
815
|
+
input: DeleteVirtualMFADeviceCommandInput,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<__HttpRequest>;
|
|
818
|
+
export declare const serializeAws_queryDetachGroupPolicyCommand: (
|
|
819
|
+
input: DetachGroupPolicyCommandInput,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<__HttpRequest>;
|
|
822
|
+
export declare const serializeAws_queryDetachRolePolicyCommand: (
|
|
823
|
+
input: DetachRolePolicyCommandInput,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<__HttpRequest>;
|
|
826
|
+
export declare const serializeAws_queryDetachUserPolicyCommand: (
|
|
827
|
+
input: DetachUserPolicyCommandInput,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<__HttpRequest>;
|
|
830
|
+
export declare const serializeAws_queryEnableMFADeviceCommand: (
|
|
831
|
+
input: EnableMFADeviceCommandInput,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<__HttpRequest>;
|
|
834
|
+
export declare const serializeAws_queryGenerateCredentialReportCommand: (
|
|
835
|
+
input: GenerateCredentialReportCommandInput,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<__HttpRequest>;
|
|
838
|
+
export declare const serializeAws_queryGenerateOrganizationsAccessReportCommand: (
|
|
839
|
+
input: GenerateOrganizationsAccessReportCommandInput,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<__HttpRequest>;
|
|
842
|
+
export declare const serializeAws_queryGenerateServiceLastAccessedDetailsCommand: (
|
|
843
|
+
input: GenerateServiceLastAccessedDetailsCommandInput,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<__HttpRequest>;
|
|
846
|
+
export declare const serializeAws_queryGetAccessKeyLastUsedCommand: (
|
|
847
|
+
input: GetAccessKeyLastUsedCommandInput,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<__HttpRequest>;
|
|
850
|
+
export declare const serializeAws_queryGetAccountAuthorizationDetailsCommand: (
|
|
851
|
+
input: GetAccountAuthorizationDetailsCommandInput,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<__HttpRequest>;
|
|
854
|
+
export declare const serializeAws_queryGetAccountPasswordPolicyCommand: (
|
|
855
|
+
input: GetAccountPasswordPolicyCommandInput,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<__HttpRequest>;
|
|
858
|
+
export declare const serializeAws_queryGetAccountSummaryCommand: (
|
|
859
|
+
input: GetAccountSummaryCommandInput,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<__HttpRequest>;
|
|
862
|
+
export declare const serializeAws_queryGetContextKeysForCustomPolicyCommand: (
|
|
863
|
+
input: GetContextKeysForCustomPolicyCommandInput,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<__HttpRequest>;
|
|
866
|
+
export declare const serializeAws_queryGetContextKeysForPrincipalPolicyCommand: (
|
|
867
|
+
input: GetContextKeysForPrincipalPolicyCommandInput,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<__HttpRequest>;
|
|
870
|
+
export declare const serializeAws_queryGetCredentialReportCommand: (
|
|
871
|
+
input: GetCredentialReportCommandInput,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<__HttpRequest>;
|
|
874
|
+
export declare const serializeAws_queryGetGroupCommand: (
|
|
875
|
+
input: GetGroupCommandInput,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<__HttpRequest>;
|
|
878
|
+
export declare const serializeAws_queryGetGroupPolicyCommand: (
|
|
879
|
+
input: GetGroupPolicyCommandInput,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<__HttpRequest>;
|
|
882
|
+
export declare const serializeAws_queryGetInstanceProfileCommand: (
|
|
883
|
+
input: GetInstanceProfileCommandInput,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<__HttpRequest>;
|
|
886
|
+
export declare const serializeAws_queryGetLoginProfileCommand: (
|
|
887
|
+
input: GetLoginProfileCommandInput,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<__HttpRequest>;
|
|
890
|
+
export declare const serializeAws_queryGetOpenIDConnectProviderCommand: (
|
|
891
|
+
input: GetOpenIDConnectProviderCommandInput,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<__HttpRequest>;
|
|
894
|
+
export declare const serializeAws_queryGetOrganizationsAccessReportCommand: (
|
|
895
|
+
input: GetOrganizationsAccessReportCommandInput,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<__HttpRequest>;
|
|
898
|
+
export declare const serializeAws_queryGetPolicyCommand: (
|
|
899
|
+
input: GetPolicyCommandInput,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<__HttpRequest>;
|
|
902
|
+
export declare const serializeAws_queryGetPolicyVersionCommand: (
|
|
903
|
+
input: GetPolicyVersionCommandInput,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<__HttpRequest>;
|
|
906
|
+
export declare const serializeAws_queryGetRoleCommand: (
|
|
907
|
+
input: GetRoleCommandInput,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<__HttpRequest>;
|
|
910
|
+
export declare const serializeAws_queryGetRolePolicyCommand: (
|
|
911
|
+
input: GetRolePolicyCommandInput,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<__HttpRequest>;
|
|
914
|
+
export declare const serializeAws_queryGetSAMLProviderCommand: (
|
|
915
|
+
input: GetSAMLProviderCommandInput,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<__HttpRequest>;
|
|
918
|
+
export declare const serializeAws_queryGetServerCertificateCommand: (
|
|
919
|
+
input: GetServerCertificateCommandInput,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<__HttpRequest>;
|
|
922
|
+
export declare const serializeAws_queryGetServiceLastAccessedDetailsCommand: (
|
|
923
|
+
input: GetServiceLastAccessedDetailsCommandInput,
|
|
924
|
+
context: __SerdeContext
|
|
925
|
+
) => Promise<__HttpRequest>;
|
|
926
|
+
export declare const serializeAws_queryGetServiceLastAccessedDetailsWithEntitiesCommand: (
|
|
927
|
+
input: GetServiceLastAccessedDetailsWithEntitiesCommandInput,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<__HttpRequest>;
|
|
930
|
+
export declare const serializeAws_queryGetServiceLinkedRoleDeletionStatusCommand: (
|
|
931
|
+
input: GetServiceLinkedRoleDeletionStatusCommandInput,
|
|
932
|
+
context: __SerdeContext
|
|
933
|
+
) => Promise<__HttpRequest>;
|
|
934
|
+
export declare const serializeAws_queryGetSSHPublicKeyCommand: (
|
|
935
|
+
input: GetSSHPublicKeyCommandInput,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<__HttpRequest>;
|
|
938
|
+
export declare const serializeAws_queryGetUserCommand: (
|
|
939
|
+
input: GetUserCommandInput,
|
|
940
|
+
context: __SerdeContext
|
|
941
|
+
) => Promise<__HttpRequest>;
|
|
942
|
+
export declare const serializeAws_queryGetUserPolicyCommand: (
|
|
943
|
+
input: GetUserPolicyCommandInput,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<__HttpRequest>;
|
|
946
|
+
export declare const serializeAws_queryListAccessKeysCommand: (
|
|
947
|
+
input: ListAccessKeysCommandInput,
|
|
948
|
+
context: __SerdeContext
|
|
949
|
+
) => Promise<__HttpRequest>;
|
|
950
|
+
export declare const serializeAws_queryListAccountAliasesCommand: (
|
|
951
|
+
input: ListAccountAliasesCommandInput,
|
|
952
|
+
context: __SerdeContext
|
|
953
|
+
) => Promise<__HttpRequest>;
|
|
954
|
+
export declare const serializeAws_queryListAttachedGroupPoliciesCommand: (
|
|
955
|
+
input: ListAttachedGroupPoliciesCommandInput,
|
|
956
|
+
context: __SerdeContext
|
|
957
|
+
) => Promise<__HttpRequest>;
|
|
958
|
+
export declare const serializeAws_queryListAttachedRolePoliciesCommand: (
|
|
959
|
+
input: ListAttachedRolePoliciesCommandInput,
|
|
960
|
+
context: __SerdeContext
|
|
961
|
+
) => Promise<__HttpRequest>;
|
|
962
|
+
export declare const serializeAws_queryListAttachedUserPoliciesCommand: (
|
|
963
|
+
input: ListAttachedUserPoliciesCommandInput,
|
|
964
|
+
context: __SerdeContext
|
|
965
|
+
) => Promise<__HttpRequest>;
|
|
966
|
+
export declare const serializeAws_queryListEntitiesForPolicyCommand: (
|
|
967
|
+
input: ListEntitiesForPolicyCommandInput,
|
|
968
|
+
context: __SerdeContext
|
|
969
|
+
) => Promise<__HttpRequest>;
|
|
970
|
+
export declare const serializeAws_queryListGroupPoliciesCommand: (
|
|
971
|
+
input: ListGroupPoliciesCommandInput,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<__HttpRequest>;
|
|
974
|
+
export declare const serializeAws_queryListGroupsCommand: (
|
|
975
|
+
input: ListGroupsCommandInput,
|
|
976
|
+
context: __SerdeContext
|
|
977
|
+
) => Promise<__HttpRequest>;
|
|
978
|
+
export declare const serializeAws_queryListGroupsForUserCommand: (
|
|
979
|
+
input: ListGroupsForUserCommandInput,
|
|
980
|
+
context: __SerdeContext
|
|
981
|
+
) => Promise<__HttpRequest>;
|
|
982
|
+
export declare const serializeAws_queryListInstanceProfilesCommand: (
|
|
983
|
+
input: ListInstanceProfilesCommandInput,
|
|
984
|
+
context: __SerdeContext
|
|
985
|
+
) => Promise<__HttpRequest>;
|
|
986
|
+
export declare const serializeAws_queryListInstanceProfilesForRoleCommand: (
|
|
987
|
+
input: ListInstanceProfilesForRoleCommandInput,
|
|
988
|
+
context: __SerdeContext
|
|
989
|
+
) => Promise<__HttpRequest>;
|
|
990
|
+
export declare const serializeAws_queryListInstanceProfileTagsCommand: (
|
|
991
|
+
input: ListInstanceProfileTagsCommandInput,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<__HttpRequest>;
|
|
994
|
+
export declare const serializeAws_queryListMFADevicesCommand: (
|
|
995
|
+
input: ListMFADevicesCommandInput,
|
|
996
|
+
context: __SerdeContext
|
|
997
|
+
) => Promise<__HttpRequest>;
|
|
998
|
+
export declare const serializeAws_queryListMFADeviceTagsCommand: (
|
|
999
|
+
input: ListMFADeviceTagsCommandInput,
|
|
1000
|
+
context: __SerdeContext
|
|
1001
|
+
) => Promise<__HttpRequest>;
|
|
1002
|
+
export declare const serializeAws_queryListOpenIDConnectProvidersCommand: (
|
|
1003
|
+
input: ListOpenIDConnectProvidersCommandInput,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<__HttpRequest>;
|
|
1006
|
+
export declare const serializeAws_queryListOpenIDConnectProviderTagsCommand: (
|
|
1007
|
+
input: ListOpenIDConnectProviderTagsCommandInput,
|
|
1008
|
+
context: __SerdeContext
|
|
1009
|
+
) => Promise<__HttpRequest>;
|
|
1010
|
+
export declare const serializeAws_queryListPoliciesCommand: (
|
|
1011
|
+
input: ListPoliciesCommandInput,
|
|
1012
|
+
context: __SerdeContext
|
|
1013
|
+
) => Promise<__HttpRequest>;
|
|
1014
|
+
export declare const serializeAws_queryListPoliciesGrantingServiceAccessCommand: (
|
|
1015
|
+
input: ListPoliciesGrantingServiceAccessCommandInput,
|
|
1016
|
+
context: __SerdeContext
|
|
1017
|
+
) => Promise<__HttpRequest>;
|
|
1018
|
+
export declare const serializeAws_queryListPolicyTagsCommand: (
|
|
1019
|
+
input: ListPolicyTagsCommandInput,
|
|
1020
|
+
context: __SerdeContext
|
|
1021
|
+
) => Promise<__HttpRequest>;
|
|
1022
|
+
export declare const serializeAws_queryListPolicyVersionsCommand: (
|
|
1023
|
+
input: ListPolicyVersionsCommandInput,
|
|
1024
|
+
context: __SerdeContext
|
|
1025
|
+
) => Promise<__HttpRequest>;
|
|
1026
|
+
export declare const serializeAws_queryListRolePoliciesCommand: (
|
|
1027
|
+
input: ListRolePoliciesCommandInput,
|
|
1028
|
+
context: __SerdeContext
|
|
1029
|
+
) => Promise<__HttpRequest>;
|
|
1030
|
+
export declare const serializeAws_queryListRolesCommand: (
|
|
1031
|
+
input: ListRolesCommandInput,
|
|
1032
|
+
context: __SerdeContext
|
|
1033
|
+
) => Promise<__HttpRequest>;
|
|
1034
|
+
export declare const serializeAws_queryListRoleTagsCommand: (
|
|
1035
|
+
input: ListRoleTagsCommandInput,
|
|
1036
|
+
context: __SerdeContext
|
|
1037
|
+
) => Promise<__HttpRequest>;
|
|
1038
|
+
export declare const serializeAws_queryListSAMLProvidersCommand: (
|
|
1039
|
+
input: ListSAMLProvidersCommandInput,
|
|
1040
|
+
context: __SerdeContext
|
|
1041
|
+
) => Promise<__HttpRequest>;
|
|
1042
|
+
export declare const serializeAws_queryListSAMLProviderTagsCommand: (
|
|
1043
|
+
input: ListSAMLProviderTagsCommandInput,
|
|
1044
|
+
context: __SerdeContext
|
|
1045
|
+
) => Promise<__HttpRequest>;
|
|
1046
|
+
export declare const serializeAws_queryListServerCertificatesCommand: (
|
|
1047
|
+
input: ListServerCertificatesCommandInput,
|
|
1048
|
+
context: __SerdeContext
|
|
1049
|
+
) => Promise<__HttpRequest>;
|
|
1050
|
+
export declare const serializeAws_queryListServerCertificateTagsCommand: (
|
|
1051
|
+
input: ListServerCertificateTagsCommandInput,
|
|
1052
|
+
context: __SerdeContext
|
|
1053
|
+
) => Promise<__HttpRequest>;
|
|
1054
|
+
export declare const serializeAws_queryListServiceSpecificCredentialsCommand: (
|
|
1055
|
+
input: ListServiceSpecificCredentialsCommandInput,
|
|
1056
|
+
context: __SerdeContext
|
|
1057
|
+
) => Promise<__HttpRequest>;
|
|
1058
|
+
export declare const serializeAws_queryListSigningCertificatesCommand: (
|
|
1059
|
+
input: ListSigningCertificatesCommandInput,
|
|
1060
|
+
context: __SerdeContext
|
|
1061
|
+
) => Promise<__HttpRequest>;
|
|
1062
|
+
export declare const serializeAws_queryListSSHPublicKeysCommand: (
|
|
1063
|
+
input: ListSSHPublicKeysCommandInput,
|
|
1064
|
+
context: __SerdeContext
|
|
1065
|
+
) => Promise<__HttpRequest>;
|
|
1066
|
+
export declare const serializeAws_queryListUserPoliciesCommand: (
|
|
1067
|
+
input: ListUserPoliciesCommandInput,
|
|
1068
|
+
context: __SerdeContext
|
|
1069
|
+
) => Promise<__HttpRequest>;
|
|
1070
|
+
export declare const serializeAws_queryListUsersCommand: (
|
|
1071
|
+
input: ListUsersCommandInput,
|
|
1072
|
+
context: __SerdeContext
|
|
1073
|
+
) => Promise<__HttpRequest>;
|
|
1074
|
+
export declare const serializeAws_queryListUserTagsCommand: (
|
|
1075
|
+
input: ListUserTagsCommandInput,
|
|
1076
|
+
context: __SerdeContext
|
|
1077
|
+
) => Promise<__HttpRequest>;
|
|
1078
|
+
export declare const serializeAws_queryListVirtualMFADevicesCommand: (
|
|
1079
|
+
input: ListVirtualMFADevicesCommandInput,
|
|
1080
|
+
context: __SerdeContext
|
|
1081
|
+
) => Promise<__HttpRequest>;
|
|
1082
|
+
export declare const serializeAws_queryPutGroupPolicyCommand: (
|
|
1083
|
+
input: PutGroupPolicyCommandInput,
|
|
1084
|
+
context: __SerdeContext
|
|
1085
|
+
) => Promise<__HttpRequest>;
|
|
1086
|
+
export declare const serializeAws_queryPutRolePermissionsBoundaryCommand: (
|
|
1087
|
+
input: PutRolePermissionsBoundaryCommandInput,
|
|
1088
|
+
context: __SerdeContext
|
|
1089
|
+
) => Promise<__HttpRequest>;
|
|
1090
|
+
export declare const serializeAws_queryPutRolePolicyCommand: (
|
|
1091
|
+
input: PutRolePolicyCommandInput,
|
|
1092
|
+
context: __SerdeContext
|
|
1093
|
+
) => Promise<__HttpRequest>;
|
|
1094
|
+
export declare const serializeAws_queryPutUserPermissionsBoundaryCommand: (
|
|
1095
|
+
input: PutUserPermissionsBoundaryCommandInput,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<__HttpRequest>;
|
|
1098
|
+
export declare const serializeAws_queryPutUserPolicyCommand: (
|
|
1099
|
+
input: PutUserPolicyCommandInput,
|
|
1100
|
+
context: __SerdeContext
|
|
1101
|
+
) => Promise<__HttpRequest>;
|
|
1102
|
+
export declare const serializeAws_queryRemoveClientIDFromOpenIDConnectProviderCommand: (
|
|
1103
|
+
input: RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
1104
|
+
context: __SerdeContext
|
|
1105
|
+
) => Promise<__HttpRequest>;
|
|
1106
|
+
export declare const serializeAws_queryRemoveRoleFromInstanceProfileCommand: (
|
|
1107
|
+
input: RemoveRoleFromInstanceProfileCommandInput,
|
|
1108
|
+
context: __SerdeContext
|
|
1109
|
+
) => Promise<__HttpRequest>;
|
|
1110
|
+
export declare const serializeAws_queryRemoveUserFromGroupCommand: (
|
|
1111
|
+
input: RemoveUserFromGroupCommandInput,
|
|
1112
|
+
context: __SerdeContext
|
|
1113
|
+
) => Promise<__HttpRequest>;
|
|
1114
|
+
export declare const serializeAws_queryResetServiceSpecificCredentialCommand: (
|
|
1115
|
+
input: ResetServiceSpecificCredentialCommandInput,
|
|
1116
|
+
context: __SerdeContext
|
|
1117
|
+
) => Promise<__HttpRequest>;
|
|
1118
|
+
export declare const serializeAws_queryResyncMFADeviceCommand: (
|
|
1119
|
+
input: ResyncMFADeviceCommandInput,
|
|
1120
|
+
context: __SerdeContext
|
|
1121
|
+
) => Promise<__HttpRequest>;
|
|
1122
|
+
export declare const serializeAws_querySetDefaultPolicyVersionCommand: (
|
|
1123
|
+
input: SetDefaultPolicyVersionCommandInput,
|
|
1124
|
+
context: __SerdeContext
|
|
1125
|
+
) => Promise<__HttpRequest>;
|
|
1126
|
+
export declare const serializeAws_querySetSecurityTokenServicePreferencesCommand: (
|
|
1127
|
+
input: SetSecurityTokenServicePreferencesCommandInput,
|
|
1128
|
+
context: __SerdeContext
|
|
1129
|
+
) => Promise<__HttpRequest>;
|
|
1130
|
+
export declare const serializeAws_querySimulateCustomPolicyCommand: (
|
|
1131
|
+
input: SimulateCustomPolicyCommandInput,
|
|
1132
|
+
context: __SerdeContext
|
|
1133
|
+
) => Promise<__HttpRequest>;
|
|
1134
|
+
export declare const serializeAws_querySimulatePrincipalPolicyCommand: (
|
|
1135
|
+
input: SimulatePrincipalPolicyCommandInput,
|
|
1136
|
+
context: __SerdeContext
|
|
1137
|
+
) => Promise<__HttpRequest>;
|
|
1138
|
+
export declare const serializeAws_queryTagInstanceProfileCommand: (
|
|
1139
|
+
input: TagInstanceProfileCommandInput,
|
|
1140
|
+
context: __SerdeContext
|
|
1141
|
+
) => Promise<__HttpRequest>;
|
|
1142
|
+
export declare const serializeAws_queryTagMFADeviceCommand: (
|
|
1143
|
+
input: TagMFADeviceCommandInput,
|
|
1144
|
+
context: __SerdeContext
|
|
1145
|
+
) => Promise<__HttpRequest>;
|
|
1146
|
+
export declare const serializeAws_queryTagOpenIDConnectProviderCommand: (
|
|
1147
|
+
input: TagOpenIDConnectProviderCommandInput,
|
|
1148
|
+
context: __SerdeContext
|
|
1149
|
+
) => Promise<__HttpRequest>;
|
|
1150
|
+
export declare const serializeAws_queryTagPolicyCommand: (
|
|
1151
|
+
input: TagPolicyCommandInput,
|
|
1152
|
+
context: __SerdeContext
|
|
1153
|
+
) => Promise<__HttpRequest>;
|
|
1154
|
+
export declare const serializeAws_queryTagRoleCommand: (
|
|
1155
|
+
input: TagRoleCommandInput,
|
|
1156
|
+
context: __SerdeContext
|
|
1157
|
+
) => Promise<__HttpRequest>;
|
|
1158
|
+
export declare const serializeAws_queryTagSAMLProviderCommand: (
|
|
1159
|
+
input: TagSAMLProviderCommandInput,
|
|
1160
|
+
context: __SerdeContext
|
|
1161
|
+
) => Promise<__HttpRequest>;
|
|
1162
|
+
export declare const serializeAws_queryTagServerCertificateCommand: (
|
|
1163
|
+
input: TagServerCertificateCommandInput,
|
|
1164
|
+
context: __SerdeContext
|
|
1165
|
+
) => Promise<__HttpRequest>;
|
|
1166
|
+
export declare const serializeAws_queryTagUserCommand: (
|
|
1167
|
+
input: TagUserCommandInput,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<__HttpRequest>;
|
|
1170
|
+
export declare const serializeAws_queryUntagInstanceProfileCommand: (
|
|
1171
|
+
input: UntagInstanceProfileCommandInput,
|
|
1172
|
+
context: __SerdeContext
|
|
1173
|
+
) => Promise<__HttpRequest>;
|
|
1174
|
+
export declare const serializeAws_queryUntagMFADeviceCommand: (
|
|
1175
|
+
input: UntagMFADeviceCommandInput,
|
|
1176
|
+
context: __SerdeContext
|
|
1177
|
+
) => Promise<__HttpRequest>;
|
|
1178
|
+
export declare const serializeAws_queryUntagOpenIDConnectProviderCommand: (
|
|
1179
|
+
input: UntagOpenIDConnectProviderCommandInput,
|
|
1180
|
+
context: __SerdeContext
|
|
1181
|
+
) => Promise<__HttpRequest>;
|
|
1182
|
+
export declare const serializeAws_queryUntagPolicyCommand: (
|
|
1183
|
+
input: UntagPolicyCommandInput,
|
|
1184
|
+
context: __SerdeContext
|
|
1185
|
+
) => Promise<__HttpRequest>;
|
|
1186
|
+
export declare const serializeAws_queryUntagRoleCommand: (
|
|
1187
|
+
input: UntagRoleCommandInput,
|
|
1188
|
+
context: __SerdeContext
|
|
1189
|
+
) => Promise<__HttpRequest>;
|
|
1190
|
+
export declare const serializeAws_queryUntagSAMLProviderCommand: (
|
|
1191
|
+
input: UntagSAMLProviderCommandInput,
|
|
1192
|
+
context: __SerdeContext
|
|
1193
|
+
) => Promise<__HttpRequest>;
|
|
1194
|
+
export declare const serializeAws_queryUntagServerCertificateCommand: (
|
|
1195
|
+
input: UntagServerCertificateCommandInput,
|
|
1196
|
+
context: __SerdeContext
|
|
1197
|
+
) => Promise<__HttpRequest>;
|
|
1198
|
+
export declare const serializeAws_queryUntagUserCommand: (
|
|
1199
|
+
input: UntagUserCommandInput,
|
|
1200
|
+
context: __SerdeContext
|
|
1201
|
+
) => Promise<__HttpRequest>;
|
|
1202
|
+
export declare const serializeAws_queryUpdateAccessKeyCommand: (
|
|
1203
|
+
input: UpdateAccessKeyCommandInput,
|
|
1204
|
+
context: __SerdeContext
|
|
1205
|
+
) => Promise<__HttpRequest>;
|
|
1206
|
+
export declare const serializeAws_queryUpdateAccountPasswordPolicyCommand: (
|
|
1207
|
+
input: UpdateAccountPasswordPolicyCommandInput,
|
|
1208
|
+
context: __SerdeContext
|
|
1209
|
+
) => Promise<__HttpRequest>;
|
|
1210
|
+
export declare const serializeAws_queryUpdateAssumeRolePolicyCommand: (
|
|
1211
|
+
input: UpdateAssumeRolePolicyCommandInput,
|
|
1212
|
+
context: __SerdeContext
|
|
1213
|
+
) => Promise<__HttpRequest>;
|
|
1214
|
+
export declare const serializeAws_queryUpdateGroupCommand: (
|
|
1215
|
+
input: UpdateGroupCommandInput,
|
|
1216
|
+
context: __SerdeContext
|
|
1217
|
+
) => Promise<__HttpRequest>;
|
|
1218
|
+
export declare const serializeAws_queryUpdateLoginProfileCommand: (
|
|
1219
|
+
input: UpdateLoginProfileCommandInput,
|
|
1220
|
+
context: __SerdeContext
|
|
1221
|
+
) => Promise<__HttpRequest>;
|
|
1222
|
+
export declare const serializeAws_queryUpdateOpenIDConnectProviderThumbprintCommand: (
|
|
1223
|
+
input: UpdateOpenIDConnectProviderThumbprintCommandInput,
|
|
1224
|
+
context: __SerdeContext
|
|
1225
|
+
) => Promise<__HttpRequest>;
|
|
1226
|
+
export declare const serializeAws_queryUpdateRoleCommand: (
|
|
1227
|
+
input: UpdateRoleCommandInput,
|
|
1228
|
+
context: __SerdeContext
|
|
1229
|
+
) => Promise<__HttpRequest>;
|
|
1230
|
+
export declare const serializeAws_queryUpdateRoleDescriptionCommand: (
|
|
1231
|
+
input: UpdateRoleDescriptionCommandInput,
|
|
1232
|
+
context: __SerdeContext
|
|
1233
|
+
) => Promise<__HttpRequest>;
|
|
1234
|
+
export declare const serializeAws_queryUpdateSAMLProviderCommand: (
|
|
1235
|
+
input: UpdateSAMLProviderCommandInput,
|
|
1236
|
+
context: __SerdeContext
|
|
1237
|
+
) => Promise<__HttpRequest>;
|
|
1238
|
+
export declare const serializeAws_queryUpdateServerCertificateCommand: (
|
|
1239
|
+
input: UpdateServerCertificateCommandInput,
|
|
1240
|
+
context: __SerdeContext
|
|
1241
|
+
) => Promise<__HttpRequest>;
|
|
1242
|
+
export declare const serializeAws_queryUpdateServiceSpecificCredentialCommand: (
|
|
1243
|
+
input: UpdateServiceSpecificCredentialCommandInput,
|
|
1244
|
+
context: __SerdeContext
|
|
1245
|
+
) => Promise<__HttpRequest>;
|
|
1246
|
+
export declare const serializeAws_queryUpdateSigningCertificateCommand: (
|
|
1247
|
+
input: UpdateSigningCertificateCommandInput,
|
|
1248
|
+
context: __SerdeContext
|
|
1249
|
+
) => Promise<__HttpRequest>;
|
|
1250
|
+
export declare const serializeAws_queryUpdateSSHPublicKeyCommand: (
|
|
1251
|
+
input: UpdateSSHPublicKeyCommandInput,
|
|
1252
|
+
context: __SerdeContext
|
|
1253
|
+
) => Promise<__HttpRequest>;
|
|
1254
|
+
export declare const serializeAws_queryUpdateUserCommand: (
|
|
1255
|
+
input: UpdateUserCommandInput,
|
|
1256
|
+
context: __SerdeContext
|
|
1257
|
+
) => Promise<__HttpRequest>;
|
|
1258
|
+
export declare const serializeAws_queryUploadServerCertificateCommand: (
|
|
1259
|
+
input: UploadServerCertificateCommandInput,
|
|
1260
|
+
context: __SerdeContext
|
|
1261
|
+
) => Promise<__HttpRequest>;
|
|
1262
|
+
export declare const serializeAws_queryUploadSigningCertificateCommand: (
|
|
1263
|
+
input: UploadSigningCertificateCommandInput,
|
|
1264
|
+
context: __SerdeContext
|
|
1265
|
+
) => Promise<__HttpRequest>;
|
|
1266
|
+
export declare const serializeAws_queryUploadSSHPublicKeyCommand: (
|
|
1267
|
+
input: UploadSSHPublicKeyCommandInput,
|
|
1268
|
+
context: __SerdeContext
|
|
1269
|
+
) => Promise<__HttpRequest>;
|
|
1270
|
+
export declare const deserializeAws_queryAddClientIDToOpenIDConnectProviderCommand: (
|
|
1271
|
+
output: __HttpResponse,
|
|
1272
|
+
context: __SerdeContext
|
|
1273
|
+
) => Promise<AddClientIDToOpenIDConnectProviderCommandOutput>;
|
|
1274
|
+
export declare const deserializeAws_queryAddRoleToInstanceProfileCommand: (
|
|
1275
|
+
output: __HttpResponse,
|
|
1276
|
+
context: __SerdeContext
|
|
1277
|
+
) => Promise<AddRoleToInstanceProfileCommandOutput>;
|
|
1278
|
+
export declare const deserializeAws_queryAddUserToGroupCommand: (
|
|
1279
|
+
output: __HttpResponse,
|
|
1280
|
+
context: __SerdeContext
|
|
1281
|
+
) => Promise<AddUserToGroupCommandOutput>;
|
|
1282
|
+
export declare const deserializeAws_queryAttachGroupPolicyCommand: (
|
|
1283
|
+
output: __HttpResponse,
|
|
1284
|
+
context: __SerdeContext
|
|
1285
|
+
) => Promise<AttachGroupPolicyCommandOutput>;
|
|
1286
|
+
export declare const deserializeAws_queryAttachRolePolicyCommand: (
|
|
1287
|
+
output: __HttpResponse,
|
|
1288
|
+
context: __SerdeContext
|
|
1289
|
+
) => Promise<AttachRolePolicyCommandOutput>;
|
|
1290
|
+
export declare const deserializeAws_queryAttachUserPolicyCommand: (
|
|
1291
|
+
output: __HttpResponse,
|
|
1292
|
+
context: __SerdeContext
|
|
1293
|
+
) => Promise<AttachUserPolicyCommandOutput>;
|
|
1294
|
+
export declare const deserializeAws_queryChangePasswordCommand: (
|
|
1295
|
+
output: __HttpResponse,
|
|
1296
|
+
context: __SerdeContext
|
|
1297
|
+
) => Promise<ChangePasswordCommandOutput>;
|
|
1298
|
+
export declare const deserializeAws_queryCreateAccessKeyCommand: (
|
|
1299
|
+
output: __HttpResponse,
|
|
1300
|
+
context: __SerdeContext
|
|
1301
|
+
) => Promise<CreateAccessKeyCommandOutput>;
|
|
1302
|
+
export declare const deserializeAws_queryCreateAccountAliasCommand: (
|
|
1303
|
+
output: __HttpResponse,
|
|
1304
|
+
context: __SerdeContext
|
|
1305
|
+
) => Promise<CreateAccountAliasCommandOutput>;
|
|
1306
|
+
export declare const deserializeAws_queryCreateGroupCommand: (
|
|
1307
|
+
output: __HttpResponse,
|
|
1308
|
+
context: __SerdeContext
|
|
1309
|
+
) => Promise<CreateGroupCommandOutput>;
|
|
1310
|
+
export declare const deserializeAws_queryCreateInstanceProfileCommand: (
|
|
1311
|
+
output: __HttpResponse,
|
|
1312
|
+
context: __SerdeContext
|
|
1313
|
+
) => Promise<CreateInstanceProfileCommandOutput>;
|
|
1314
|
+
export declare const deserializeAws_queryCreateLoginProfileCommand: (
|
|
1315
|
+
output: __HttpResponse,
|
|
1316
|
+
context: __SerdeContext
|
|
1317
|
+
) => Promise<CreateLoginProfileCommandOutput>;
|
|
1318
|
+
export declare const deserializeAws_queryCreateOpenIDConnectProviderCommand: (
|
|
1319
|
+
output: __HttpResponse,
|
|
1320
|
+
context: __SerdeContext
|
|
1321
|
+
) => Promise<CreateOpenIDConnectProviderCommandOutput>;
|
|
1322
|
+
export declare const deserializeAws_queryCreatePolicyCommand: (
|
|
1323
|
+
output: __HttpResponse,
|
|
1324
|
+
context: __SerdeContext
|
|
1325
|
+
) => Promise<CreatePolicyCommandOutput>;
|
|
1326
|
+
export declare const deserializeAws_queryCreatePolicyVersionCommand: (
|
|
1327
|
+
output: __HttpResponse,
|
|
1328
|
+
context: __SerdeContext
|
|
1329
|
+
) => Promise<CreatePolicyVersionCommandOutput>;
|
|
1330
|
+
export declare const deserializeAws_queryCreateRoleCommand: (
|
|
1331
|
+
output: __HttpResponse,
|
|
1332
|
+
context: __SerdeContext
|
|
1333
|
+
) => Promise<CreateRoleCommandOutput>;
|
|
1334
|
+
export declare const deserializeAws_queryCreateSAMLProviderCommand: (
|
|
1335
|
+
output: __HttpResponse,
|
|
1336
|
+
context: __SerdeContext
|
|
1337
|
+
) => Promise<CreateSAMLProviderCommandOutput>;
|
|
1338
|
+
export declare const deserializeAws_queryCreateServiceLinkedRoleCommand: (
|
|
1339
|
+
output: __HttpResponse,
|
|
1340
|
+
context: __SerdeContext
|
|
1341
|
+
) => Promise<CreateServiceLinkedRoleCommandOutput>;
|
|
1342
|
+
export declare const deserializeAws_queryCreateServiceSpecificCredentialCommand: (
|
|
1343
|
+
output: __HttpResponse,
|
|
1344
|
+
context: __SerdeContext
|
|
1345
|
+
) => Promise<CreateServiceSpecificCredentialCommandOutput>;
|
|
1346
|
+
export declare const deserializeAws_queryCreateUserCommand: (
|
|
1347
|
+
output: __HttpResponse,
|
|
1348
|
+
context: __SerdeContext
|
|
1349
|
+
) => Promise<CreateUserCommandOutput>;
|
|
1350
|
+
export declare const deserializeAws_queryCreateVirtualMFADeviceCommand: (
|
|
1351
|
+
output: __HttpResponse,
|
|
1352
|
+
context: __SerdeContext
|
|
1353
|
+
) => Promise<CreateVirtualMFADeviceCommandOutput>;
|
|
1354
|
+
export declare const deserializeAws_queryDeactivateMFADeviceCommand: (
|
|
1355
|
+
output: __HttpResponse,
|
|
1356
|
+
context: __SerdeContext
|
|
1357
|
+
) => Promise<DeactivateMFADeviceCommandOutput>;
|
|
1358
|
+
export declare const deserializeAws_queryDeleteAccessKeyCommand: (
|
|
1359
|
+
output: __HttpResponse,
|
|
1360
|
+
context: __SerdeContext
|
|
1361
|
+
) => Promise<DeleteAccessKeyCommandOutput>;
|
|
1362
|
+
export declare const deserializeAws_queryDeleteAccountAliasCommand: (
|
|
1363
|
+
output: __HttpResponse,
|
|
1364
|
+
context: __SerdeContext
|
|
1365
|
+
) => Promise<DeleteAccountAliasCommandOutput>;
|
|
1366
|
+
export declare const deserializeAws_queryDeleteAccountPasswordPolicyCommand: (
|
|
1367
|
+
output: __HttpResponse,
|
|
1368
|
+
context: __SerdeContext
|
|
1369
|
+
) => Promise<DeleteAccountPasswordPolicyCommandOutput>;
|
|
1370
|
+
export declare const deserializeAws_queryDeleteGroupCommand: (
|
|
1371
|
+
output: __HttpResponse,
|
|
1372
|
+
context: __SerdeContext
|
|
1373
|
+
) => Promise<DeleteGroupCommandOutput>;
|
|
1374
|
+
export declare const deserializeAws_queryDeleteGroupPolicyCommand: (
|
|
1375
|
+
output: __HttpResponse,
|
|
1376
|
+
context: __SerdeContext
|
|
1377
|
+
) => Promise<DeleteGroupPolicyCommandOutput>;
|
|
1378
|
+
export declare const deserializeAws_queryDeleteInstanceProfileCommand: (
|
|
1379
|
+
output: __HttpResponse,
|
|
1380
|
+
context: __SerdeContext
|
|
1381
|
+
) => Promise<DeleteInstanceProfileCommandOutput>;
|
|
1382
|
+
export declare const deserializeAws_queryDeleteLoginProfileCommand: (
|
|
1383
|
+
output: __HttpResponse,
|
|
1384
|
+
context: __SerdeContext
|
|
1385
|
+
) => Promise<DeleteLoginProfileCommandOutput>;
|
|
1386
|
+
export declare const deserializeAws_queryDeleteOpenIDConnectProviderCommand: (
|
|
1387
|
+
output: __HttpResponse,
|
|
1388
|
+
context: __SerdeContext
|
|
1389
|
+
) => Promise<DeleteOpenIDConnectProviderCommandOutput>;
|
|
1390
|
+
export declare const deserializeAws_queryDeletePolicyCommand: (
|
|
1391
|
+
output: __HttpResponse,
|
|
1392
|
+
context: __SerdeContext
|
|
1393
|
+
) => Promise<DeletePolicyCommandOutput>;
|
|
1394
|
+
export declare const deserializeAws_queryDeletePolicyVersionCommand: (
|
|
1395
|
+
output: __HttpResponse,
|
|
1396
|
+
context: __SerdeContext
|
|
1397
|
+
) => Promise<DeletePolicyVersionCommandOutput>;
|
|
1398
|
+
export declare const deserializeAws_queryDeleteRoleCommand: (
|
|
1399
|
+
output: __HttpResponse,
|
|
1400
|
+
context: __SerdeContext
|
|
1401
|
+
) => Promise<DeleteRoleCommandOutput>;
|
|
1402
|
+
export declare const deserializeAws_queryDeleteRolePermissionsBoundaryCommand: (
|
|
1403
|
+
output: __HttpResponse,
|
|
1404
|
+
context: __SerdeContext
|
|
1405
|
+
) => Promise<DeleteRolePermissionsBoundaryCommandOutput>;
|
|
1406
|
+
export declare const deserializeAws_queryDeleteRolePolicyCommand: (
|
|
1407
|
+
output: __HttpResponse,
|
|
1408
|
+
context: __SerdeContext
|
|
1409
|
+
) => Promise<DeleteRolePolicyCommandOutput>;
|
|
1410
|
+
export declare const deserializeAws_queryDeleteSAMLProviderCommand: (
|
|
1411
|
+
output: __HttpResponse,
|
|
1412
|
+
context: __SerdeContext
|
|
1413
|
+
) => Promise<DeleteSAMLProviderCommandOutput>;
|
|
1414
|
+
export declare const deserializeAws_queryDeleteServerCertificateCommand: (
|
|
1415
|
+
output: __HttpResponse,
|
|
1416
|
+
context: __SerdeContext
|
|
1417
|
+
) => Promise<DeleteServerCertificateCommandOutput>;
|
|
1418
|
+
export declare const deserializeAws_queryDeleteServiceLinkedRoleCommand: (
|
|
1419
|
+
output: __HttpResponse,
|
|
1420
|
+
context: __SerdeContext
|
|
1421
|
+
) => Promise<DeleteServiceLinkedRoleCommandOutput>;
|
|
1422
|
+
export declare const deserializeAws_queryDeleteServiceSpecificCredentialCommand: (
|
|
1423
|
+
output: __HttpResponse,
|
|
1424
|
+
context: __SerdeContext
|
|
1425
|
+
) => Promise<DeleteServiceSpecificCredentialCommandOutput>;
|
|
1426
|
+
export declare const deserializeAws_queryDeleteSigningCertificateCommand: (
|
|
1427
|
+
output: __HttpResponse,
|
|
1428
|
+
context: __SerdeContext
|
|
1429
|
+
) => Promise<DeleteSigningCertificateCommandOutput>;
|
|
1430
|
+
export declare const deserializeAws_queryDeleteSSHPublicKeyCommand: (
|
|
1431
|
+
output: __HttpResponse,
|
|
1432
|
+
context: __SerdeContext
|
|
1433
|
+
) => Promise<DeleteSSHPublicKeyCommandOutput>;
|
|
1434
|
+
export declare const deserializeAws_queryDeleteUserCommand: (
|
|
1435
|
+
output: __HttpResponse,
|
|
1436
|
+
context: __SerdeContext
|
|
1437
|
+
) => Promise<DeleteUserCommandOutput>;
|
|
1438
|
+
export declare const deserializeAws_queryDeleteUserPermissionsBoundaryCommand: (
|
|
1439
|
+
output: __HttpResponse,
|
|
1440
|
+
context: __SerdeContext
|
|
1441
|
+
) => Promise<DeleteUserPermissionsBoundaryCommandOutput>;
|
|
1442
|
+
export declare const deserializeAws_queryDeleteUserPolicyCommand: (
|
|
1443
|
+
output: __HttpResponse,
|
|
1444
|
+
context: __SerdeContext
|
|
1445
|
+
) => Promise<DeleteUserPolicyCommandOutput>;
|
|
1446
|
+
export declare const deserializeAws_queryDeleteVirtualMFADeviceCommand: (
|
|
1447
|
+
output: __HttpResponse,
|
|
1448
|
+
context: __SerdeContext
|
|
1449
|
+
) => Promise<DeleteVirtualMFADeviceCommandOutput>;
|
|
1450
|
+
export declare const deserializeAws_queryDetachGroupPolicyCommand: (
|
|
1451
|
+
output: __HttpResponse,
|
|
1452
|
+
context: __SerdeContext
|
|
1453
|
+
) => Promise<DetachGroupPolicyCommandOutput>;
|
|
1454
|
+
export declare const deserializeAws_queryDetachRolePolicyCommand: (
|
|
1455
|
+
output: __HttpResponse,
|
|
1456
|
+
context: __SerdeContext
|
|
1457
|
+
) => Promise<DetachRolePolicyCommandOutput>;
|
|
1458
|
+
export declare const deserializeAws_queryDetachUserPolicyCommand: (
|
|
1459
|
+
output: __HttpResponse,
|
|
1460
|
+
context: __SerdeContext
|
|
1461
|
+
) => Promise<DetachUserPolicyCommandOutput>;
|
|
1462
|
+
export declare const deserializeAws_queryEnableMFADeviceCommand: (
|
|
1463
|
+
output: __HttpResponse,
|
|
1464
|
+
context: __SerdeContext
|
|
1465
|
+
) => Promise<EnableMFADeviceCommandOutput>;
|
|
1466
|
+
export declare const deserializeAws_queryGenerateCredentialReportCommand: (
|
|
1467
|
+
output: __HttpResponse,
|
|
1468
|
+
context: __SerdeContext
|
|
1469
|
+
) => Promise<GenerateCredentialReportCommandOutput>;
|
|
1470
|
+
export declare const deserializeAws_queryGenerateOrganizationsAccessReportCommand: (
|
|
1471
|
+
output: __HttpResponse,
|
|
1472
|
+
context: __SerdeContext
|
|
1473
|
+
) => Promise<GenerateOrganizationsAccessReportCommandOutput>;
|
|
1474
|
+
export declare const deserializeAws_queryGenerateServiceLastAccessedDetailsCommand: (
|
|
1475
|
+
output: __HttpResponse,
|
|
1476
|
+
context: __SerdeContext
|
|
1477
|
+
) => Promise<GenerateServiceLastAccessedDetailsCommandOutput>;
|
|
1478
|
+
export declare const deserializeAws_queryGetAccessKeyLastUsedCommand: (
|
|
1479
|
+
output: __HttpResponse,
|
|
1480
|
+
context: __SerdeContext
|
|
1481
|
+
) => Promise<GetAccessKeyLastUsedCommandOutput>;
|
|
1482
|
+
export declare const deserializeAws_queryGetAccountAuthorizationDetailsCommand: (
|
|
1483
|
+
output: __HttpResponse,
|
|
1484
|
+
context: __SerdeContext
|
|
1485
|
+
) => Promise<GetAccountAuthorizationDetailsCommandOutput>;
|
|
1486
|
+
export declare const deserializeAws_queryGetAccountPasswordPolicyCommand: (
|
|
1487
|
+
output: __HttpResponse,
|
|
1488
|
+
context: __SerdeContext
|
|
1489
|
+
) => Promise<GetAccountPasswordPolicyCommandOutput>;
|
|
1490
|
+
export declare const deserializeAws_queryGetAccountSummaryCommand: (
|
|
1491
|
+
output: __HttpResponse,
|
|
1492
|
+
context: __SerdeContext
|
|
1493
|
+
) => Promise<GetAccountSummaryCommandOutput>;
|
|
1494
|
+
export declare const deserializeAws_queryGetContextKeysForCustomPolicyCommand: (
|
|
1495
|
+
output: __HttpResponse,
|
|
1496
|
+
context: __SerdeContext
|
|
1497
|
+
) => Promise<GetContextKeysForCustomPolicyCommandOutput>;
|
|
1498
|
+
export declare const deserializeAws_queryGetContextKeysForPrincipalPolicyCommand: (
|
|
1499
|
+
output: __HttpResponse,
|
|
1500
|
+
context: __SerdeContext
|
|
1501
|
+
) => Promise<GetContextKeysForPrincipalPolicyCommandOutput>;
|
|
1502
|
+
export declare const deserializeAws_queryGetCredentialReportCommand: (
|
|
1503
|
+
output: __HttpResponse,
|
|
1504
|
+
context: __SerdeContext
|
|
1505
|
+
) => Promise<GetCredentialReportCommandOutput>;
|
|
1506
|
+
export declare const deserializeAws_queryGetGroupCommand: (
|
|
1507
|
+
output: __HttpResponse,
|
|
1508
|
+
context: __SerdeContext
|
|
1509
|
+
) => Promise<GetGroupCommandOutput>;
|
|
1510
|
+
export declare const deserializeAws_queryGetGroupPolicyCommand: (
|
|
1511
|
+
output: __HttpResponse,
|
|
1512
|
+
context: __SerdeContext
|
|
1513
|
+
) => Promise<GetGroupPolicyCommandOutput>;
|
|
1514
|
+
export declare const deserializeAws_queryGetInstanceProfileCommand: (
|
|
1515
|
+
output: __HttpResponse,
|
|
1516
|
+
context: __SerdeContext
|
|
1517
|
+
) => Promise<GetInstanceProfileCommandOutput>;
|
|
1518
|
+
export declare const deserializeAws_queryGetLoginProfileCommand: (
|
|
1519
|
+
output: __HttpResponse,
|
|
1520
|
+
context: __SerdeContext
|
|
1521
|
+
) => Promise<GetLoginProfileCommandOutput>;
|
|
1522
|
+
export declare const deserializeAws_queryGetOpenIDConnectProviderCommand: (
|
|
1523
|
+
output: __HttpResponse,
|
|
1524
|
+
context: __SerdeContext
|
|
1525
|
+
) => Promise<GetOpenIDConnectProviderCommandOutput>;
|
|
1526
|
+
export declare const deserializeAws_queryGetOrganizationsAccessReportCommand: (
|
|
1527
|
+
output: __HttpResponse,
|
|
1528
|
+
context: __SerdeContext
|
|
1529
|
+
) => Promise<GetOrganizationsAccessReportCommandOutput>;
|
|
1530
|
+
export declare const deserializeAws_queryGetPolicyCommand: (
|
|
1531
|
+
output: __HttpResponse,
|
|
1532
|
+
context: __SerdeContext
|
|
1533
|
+
) => Promise<GetPolicyCommandOutput>;
|
|
1534
|
+
export declare const deserializeAws_queryGetPolicyVersionCommand: (
|
|
1535
|
+
output: __HttpResponse,
|
|
1536
|
+
context: __SerdeContext
|
|
1537
|
+
) => Promise<GetPolicyVersionCommandOutput>;
|
|
1538
|
+
export declare const deserializeAws_queryGetRoleCommand: (
|
|
1539
|
+
output: __HttpResponse,
|
|
1540
|
+
context: __SerdeContext
|
|
1541
|
+
) => Promise<GetRoleCommandOutput>;
|
|
1542
|
+
export declare const deserializeAws_queryGetRolePolicyCommand: (
|
|
1543
|
+
output: __HttpResponse,
|
|
1544
|
+
context: __SerdeContext
|
|
1545
|
+
) => Promise<GetRolePolicyCommandOutput>;
|
|
1546
|
+
export declare const deserializeAws_queryGetSAMLProviderCommand: (
|
|
1547
|
+
output: __HttpResponse,
|
|
1548
|
+
context: __SerdeContext
|
|
1549
|
+
) => Promise<GetSAMLProviderCommandOutput>;
|
|
1550
|
+
export declare const deserializeAws_queryGetServerCertificateCommand: (
|
|
1551
|
+
output: __HttpResponse,
|
|
1552
|
+
context: __SerdeContext
|
|
1553
|
+
) => Promise<GetServerCertificateCommandOutput>;
|
|
1554
|
+
export declare const deserializeAws_queryGetServiceLastAccessedDetailsCommand: (
|
|
1555
|
+
output: __HttpResponse,
|
|
1556
|
+
context: __SerdeContext
|
|
1557
|
+
) => Promise<GetServiceLastAccessedDetailsCommandOutput>;
|
|
1558
|
+
export declare const deserializeAws_queryGetServiceLastAccessedDetailsWithEntitiesCommand: (
|
|
1559
|
+
output: __HttpResponse,
|
|
1560
|
+
context: __SerdeContext
|
|
1561
|
+
) => Promise<GetServiceLastAccessedDetailsWithEntitiesCommandOutput>;
|
|
1562
|
+
export declare const deserializeAws_queryGetServiceLinkedRoleDeletionStatusCommand: (
|
|
1563
|
+
output: __HttpResponse,
|
|
1564
|
+
context: __SerdeContext
|
|
1565
|
+
) => Promise<GetServiceLinkedRoleDeletionStatusCommandOutput>;
|
|
1566
|
+
export declare const deserializeAws_queryGetSSHPublicKeyCommand: (
|
|
1567
|
+
output: __HttpResponse,
|
|
1568
|
+
context: __SerdeContext
|
|
1569
|
+
) => Promise<GetSSHPublicKeyCommandOutput>;
|
|
1570
|
+
export declare const deserializeAws_queryGetUserCommand: (
|
|
1571
|
+
output: __HttpResponse,
|
|
1572
|
+
context: __SerdeContext
|
|
1573
|
+
) => Promise<GetUserCommandOutput>;
|
|
1574
|
+
export declare const deserializeAws_queryGetUserPolicyCommand: (
|
|
1575
|
+
output: __HttpResponse,
|
|
1576
|
+
context: __SerdeContext
|
|
1577
|
+
) => Promise<GetUserPolicyCommandOutput>;
|
|
1578
|
+
export declare const deserializeAws_queryListAccessKeysCommand: (
|
|
1579
|
+
output: __HttpResponse,
|
|
1580
|
+
context: __SerdeContext
|
|
1581
|
+
) => Promise<ListAccessKeysCommandOutput>;
|
|
1582
|
+
export declare const deserializeAws_queryListAccountAliasesCommand: (
|
|
1583
|
+
output: __HttpResponse,
|
|
1584
|
+
context: __SerdeContext
|
|
1585
|
+
) => Promise<ListAccountAliasesCommandOutput>;
|
|
1586
|
+
export declare const deserializeAws_queryListAttachedGroupPoliciesCommand: (
|
|
1587
|
+
output: __HttpResponse,
|
|
1588
|
+
context: __SerdeContext
|
|
1589
|
+
) => Promise<ListAttachedGroupPoliciesCommandOutput>;
|
|
1590
|
+
export declare const deserializeAws_queryListAttachedRolePoliciesCommand: (
|
|
1591
|
+
output: __HttpResponse,
|
|
1592
|
+
context: __SerdeContext
|
|
1593
|
+
) => Promise<ListAttachedRolePoliciesCommandOutput>;
|
|
1594
|
+
export declare const deserializeAws_queryListAttachedUserPoliciesCommand: (
|
|
1595
|
+
output: __HttpResponse,
|
|
1596
|
+
context: __SerdeContext
|
|
1597
|
+
) => Promise<ListAttachedUserPoliciesCommandOutput>;
|
|
1598
|
+
export declare const deserializeAws_queryListEntitiesForPolicyCommand: (
|
|
1599
|
+
output: __HttpResponse,
|
|
1600
|
+
context: __SerdeContext
|
|
1601
|
+
) => Promise<ListEntitiesForPolicyCommandOutput>;
|
|
1602
|
+
export declare const deserializeAws_queryListGroupPoliciesCommand: (
|
|
1603
|
+
output: __HttpResponse,
|
|
1604
|
+
context: __SerdeContext
|
|
1605
|
+
) => Promise<ListGroupPoliciesCommandOutput>;
|
|
1606
|
+
export declare const deserializeAws_queryListGroupsCommand: (
|
|
1607
|
+
output: __HttpResponse,
|
|
1608
|
+
context: __SerdeContext
|
|
1609
|
+
) => Promise<ListGroupsCommandOutput>;
|
|
1610
|
+
export declare const deserializeAws_queryListGroupsForUserCommand: (
|
|
1611
|
+
output: __HttpResponse,
|
|
1612
|
+
context: __SerdeContext
|
|
1613
|
+
) => Promise<ListGroupsForUserCommandOutput>;
|
|
1614
|
+
export declare const deserializeAws_queryListInstanceProfilesCommand: (
|
|
1615
|
+
output: __HttpResponse,
|
|
1616
|
+
context: __SerdeContext
|
|
1617
|
+
) => Promise<ListInstanceProfilesCommandOutput>;
|
|
1618
|
+
export declare const deserializeAws_queryListInstanceProfilesForRoleCommand: (
|
|
1619
|
+
output: __HttpResponse,
|
|
1620
|
+
context: __SerdeContext
|
|
1621
|
+
) => Promise<ListInstanceProfilesForRoleCommandOutput>;
|
|
1622
|
+
export declare const deserializeAws_queryListInstanceProfileTagsCommand: (
|
|
1623
|
+
output: __HttpResponse,
|
|
1624
|
+
context: __SerdeContext
|
|
1625
|
+
) => Promise<ListInstanceProfileTagsCommandOutput>;
|
|
1626
|
+
export declare const deserializeAws_queryListMFADevicesCommand: (
|
|
1627
|
+
output: __HttpResponse,
|
|
1628
|
+
context: __SerdeContext
|
|
1629
|
+
) => Promise<ListMFADevicesCommandOutput>;
|
|
1630
|
+
export declare const deserializeAws_queryListMFADeviceTagsCommand: (
|
|
1631
|
+
output: __HttpResponse,
|
|
1632
|
+
context: __SerdeContext
|
|
1633
|
+
) => Promise<ListMFADeviceTagsCommandOutput>;
|
|
1634
|
+
export declare const deserializeAws_queryListOpenIDConnectProvidersCommand: (
|
|
1635
|
+
output: __HttpResponse,
|
|
1636
|
+
context: __SerdeContext
|
|
1637
|
+
) => Promise<ListOpenIDConnectProvidersCommandOutput>;
|
|
1638
|
+
export declare const deserializeAws_queryListOpenIDConnectProviderTagsCommand: (
|
|
1639
|
+
output: __HttpResponse,
|
|
1640
|
+
context: __SerdeContext
|
|
1641
|
+
) => Promise<ListOpenIDConnectProviderTagsCommandOutput>;
|
|
1642
|
+
export declare const deserializeAws_queryListPoliciesCommand: (
|
|
1643
|
+
output: __HttpResponse,
|
|
1644
|
+
context: __SerdeContext
|
|
1645
|
+
) => Promise<ListPoliciesCommandOutput>;
|
|
1646
|
+
export declare const deserializeAws_queryListPoliciesGrantingServiceAccessCommand: (
|
|
1647
|
+
output: __HttpResponse,
|
|
1648
|
+
context: __SerdeContext
|
|
1649
|
+
) => Promise<ListPoliciesGrantingServiceAccessCommandOutput>;
|
|
1650
|
+
export declare const deserializeAws_queryListPolicyTagsCommand: (
|
|
1651
|
+
output: __HttpResponse,
|
|
1652
|
+
context: __SerdeContext
|
|
1653
|
+
) => Promise<ListPolicyTagsCommandOutput>;
|
|
1654
|
+
export declare const deserializeAws_queryListPolicyVersionsCommand: (
|
|
1655
|
+
output: __HttpResponse,
|
|
1656
|
+
context: __SerdeContext
|
|
1657
|
+
) => Promise<ListPolicyVersionsCommandOutput>;
|
|
1658
|
+
export declare const deserializeAws_queryListRolePoliciesCommand: (
|
|
1659
|
+
output: __HttpResponse,
|
|
1660
|
+
context: __SerdeContext
|
|
1661
|
+
) => Promise<ListRolePoliciesCommandOutput>;
|
|
1662
|
+
export declare const deserializeAws_queryListRolesCommand: (
|
|
1663
|
+
output: __HttpResponse,
|
|
1664
|
+
context: __SerdeContext
|
|
1665
|
+
) => Promise<ListRolesCommandOutput>;
|
|
1666
|
+
export declare const deserializeAws_queryListRoleTagsCommand: (
|
|
1667
|
+
output: __HttpResponse,
|
|
1668
|
+
context: __SerdeContext
|
|
1669
|
+
) => Promise<ListRoleTagsCommandOutput>;
|
|
1670
|
+
export declare const deserializeAws_queryListSAMLProvidersCommand: (
|
|
1671
|
+
output: __HttpResponse,
|
|
1672
|
+
context: __SerdeContext
|
|
1673
|
+
) => Promise<ListSAMLProvidersCommandOutput>;
|
|
1674
|
+
export declare const deserializeAws_queryListSAMLProviderTagsCommand: (
|
|
1675
|
+
output: __HttpResponse,
|
|
1676
|
+
context: __SerdeContext
|
|
1677
|
+
) => Promise<ListSAMLProviderTagsCommandOutput>;
|
|
1678
|
+
export declare const deserializeAws_queryListServerCertificatesCommand: (
|
|
1679
|
+
output: __HttpResponse,
|
|
1680
|
+
context: __SerdeContext
|
|
1681
|
+
) => Promise<ListServerCertificatesCommandOutput>;
|
|
1682
|
+
export declare const deserializeAws_queryListServerCertificateTagsCommand: (
|
|
1683
|
+
output: __HttpResponse,
|
|
1684
|
+
context: __SerdeContext
|
|
1685
|
+
) => Promise<ListServerCertificateTagsCommandOutput>;
|
|
1686
|
+
export declare const deserializeAws_queryListServiceSpecificCredentialsCommand: (
|
|
1687
|
+
output: __HttpResponse,
|
|
1688
|
+
context: __SerdeContext
|
|
1689
|
+
) => Promise<ListServiceSpecificCredentialsCommandOutput>;
|
|
1690
|
+
export declare const deserializeAws_queryListSigningCertificatesCommand: (
|
|
1691
|
+
output: __HttpResponse,
|
|
1692
|
+
context: __SerdeContext
|
|
1693
|
+
) => Promise<ListSigningCertificatesCommandOutput>;
|
|
1694
|
+
export declare const deserializeAws_queryListSSHPublicKeysCommand: (
|
|
1695
|
+
output: __HttpResponse,
|
|
1696
|
+
context: __SerdeContext
|
|
1697
|
+
) => Promise<ListSSHPublicKeysCommandOutput>;
|
|
1698
|
+
export declare const deserializeAws_queryListUserPoliciesCommand: (
|
|
1699
|
+
output: __HttpResponse,
|
|
1700
|
+
context: __SerdeContext
|
|
1701
|
+
) => Promise<ListUserPoliciesCommandOutput>;
|
|
1702
|
+
export declare const deserializeAws_queryListUsersCommand: (
|
|
1703
|
+
output: __HttpResponse,
|
|
1704
|
+
context: __SerdeContext
|
|
1705
|
+
) => Promise<ListUsersCommandOutput>;
|
|
1706
|
+
export declare const deserializeAws_queryListUserTagsCommand: (
|
|
1707
|
+
output: __HttpResponse,
|
|
1708
|
+
context: __SerdeContext
|
|
1709
|
+
) => Promise<ListUserTagsCommandOutput>;
|
|
1710
|
+
export declare const deserializeAws_queryListVirtualMFADevicesCommand: (
|
|
1711
|
+
output: __HttpResponse,
|
|
1712
|
+
context: __SerdeContext
|
|
1713
|
+
) => Promise<ListVirtualMFADevicesCommandOutput>;
|
|
1714
|
+
export declare const deserializeAws_queryPutGroupPolicyCommand: (
|
|
1715
|
+
output: __HttpResponse,
|
|
1716
|
+
context: __SerdeContext
|
|
1717
|
+
) => Promise<PutGroupPolicyCommandOutput>;
|
|
1718
|
+
export declare const deserializeAws_queryPutRolePermissionsBoundaryCommand: (
|
|
1719
|
+
output: __HttpResponse,
|
|
1720
|
+
context: __SerdeContext
|
|
1721
|
+
) => Promise<PutRolePermissionsBoundaryCommandOutput>;
|
|
1722
|
+
export declare const deserializeAws_queryPutRolePolicyCommand: (
|
|
1723
|
+
output: __HttpResponse,
|
|
1724
|
+
context: __SerdeContext
|
|
1725
|
+
) => Promise<PutRolePolicyCommandOutput>;
|
|
1726
|
+
export declare const deserializeAws_queryPutUserPermissionsBoundaryCommand: (
|
|
1727
|
+
output: __HttpResponse,
|
|
1728
|
+
context: __SerdeContext
|
|
1729
|
+
) => Promise<PutUserPermissionsBoundaryCommandOutput>;
|
|
1730
|
+
export declare const deserializeAws_queryPutUserPolicyCommand: (
|
|
1731
|
+
output: __HttpResponse,
|
|
1732
|
+
context: __SerdeContext
|
|
1733
|
+
) => Promise<PutUserPolicyCommandOutput>;
|
|
1734
|
+
export declare const deserializeAws_queryRemoveClientIDFromOpenIDConnectProviderCommand: (
|
|
1735
|
+
output: __HttpResponse,
|
|
1736
|
+
context: __SerdeContext
|
|
1737
|
+
) => Promise<RemoveClientIDFromOpenIDConnectProviderCommandOutput>;
|
|
1738
|
+
export declare const deserializeAws_queryRemoveRoleFromInstanceProfileCommand: (
|
|
1739
|
+
output: __HttpResponse,
|
|
1740
|
+
context: __SerdeContext
|
|
1741
|
+
) => Promise<RemoveRoleFromInstanceProfileCommandOutput>;
|
|
1742
|
+
export declare const deserializeAws_queryRemoveUserFromGroupCommand: (
|
|
1743
|
+
output: __HttpResponse,
|
|
1744
|
+
context: __SerdeContext
|
|
1745
|
+
) => Promise<RemoveUserFromGroupCommandOutput>;
|
|
1746
|
+
export declare const deserializeAws_queryResetServiceSpecificCredentialCommand: (
|
|
1747
|
+
output: __HttpResponse,
|
|
1748
|
+
context: __SerdeContext
|
|
1749
|
+
) => Promise<ResetServiceSpecificCredentialCommandOutput>;
|
|
1750
|
+
export declare const deserializeAws_queryResyncMFADeviceCommand: (
|
|
1751
|
+
output: __HttpResponse,
|
|
1752
|
+
context: __SerdeContext
|
|
1753
|
+
) => Promise<ResyncMFADeviceCommandOutput>;
|
|
1754
|
+
export declare const deserializeAws_querySetDefaultPolicyVersionCommand: (
|
|
1755
|
+
output: __HttpResponse,
|
|
1756
|
+
context: __SerdeContext
|
|
1757
|
+
) => Promise<SetDefaultPolicyVersionCommandOutput>;
|
|
1758
|
+
export declare const deserializeAws_querySetSecurityTokenServicePreferencesCommand: (
|
|
1759
|
+
output: __HttpResponse,
|
|
1760
|
+
context: __SerdeContext
|
|
1761
|
+
) => Promise<SetSecurityTokenServicePreferencesCommandOutput>;
|
|
1762
|
+
export declare const deserializeAws_querySimulateCustomPolicyCommand: (
|
|
1763
|
+
output: __HttpResponse,
|
|
1764
|
+
context: __SerdeContext
|
|
1765
|
+
) => Promise<SimulateCustomPolicyCommandOutput>;
|
|
1766
|
+
export declare const deserializeAws_querySimulatePrincipalPolicyCommand: (
|
|
1767
|
+
output: __HttpResponse,
|
|
1768
|
+
context: __SerdeContext
|
|
1769
|
+
) => Promise<SimulatePrincipalPolicyCommandOutput>;
|
|
1770
|
+
export declare const deserializeAws_queryTagInstanceProfileCommand: (
|
|
1771
|
+
output: __HttpResponse,
|
|
1772
|
+
context: __SerdeContext
|
|
1773
|
+
) => Promise<TagInstanceProfileCommandOutput>;
|
|
1774
|
+
export declare const deserializeAws_queryTagMFADeviceCommand: (
|
|
1775
|
+
output: __HttpResponse,
|
|
1776
|
+
context: __SerdeContext
|
|
1777
|
+
) => Promise<TagMFADeviceCommandOutput>;
|
|
1778
|
+
export declare const deserializeAws_queryTagOpenIDConnectProviderCommand: (
|
|
1779
|
+
output: __HttpResponse,
|
|
1780
|
+
context: __SerdeContext
|
|
1781
|
+
) => Promise<TagOpenIDConnectProviderCommandOutput>;
|
|
1782
|
+
export declare const deserializeAws_queryTagPolicyCommand: (
|
|
1783
|
+
output: __HttpResponse,
|
|
1784
|
+
context: __SerdeContext
|
|
1785
|
+
) => Promise<TagPolicyCommandOutput>;
|
|
1786
|
+
export declare const deserializeAws_queryTagRoleCommand: (
|
|
1787
|
+
output: __HttpResponse,
|
|
1788
|
+
context: __SerdeContext
|
|
1789
|
+
) => Promise<TagRoleCommandOutput>;
|
|
1790
|
+
export declare const deserializeAws_queryTagSAMLProviderCommand: (
|
|
1791
|
+
output: __HttpResponse,
|
|
1792
|
+
context: __SerdeContext
|
|
1793
|
+
) => Promise<TagSAMLProviderCommandOutput>;
|
|
1794
|
+
export declare const deserializeAws_queryTagServerCertificateCommand: (
|
|
1795
|
+
output: __HttpResponse,
|
|
1796
|
+
context: __SerdeContext
|
|
1797
|
+
) => Promise<TagServerCertificateCommandOutput>;
|
|
1798
|
+
export declare const deserializeAws_queryTagUserCommand: (
|
|
1799
|
+
output: __HttpResponse,
|
|
1800
|
+
context: __SerdeContext
|
|
1801
|
+
) => Promise<TagUserCommandOutput>;
|
|
1802
|
+
export declare const deserializeAws_queryUntagInstanceProfileCommand: (
|
|
1803
|
+
output: __HttpResponse,
|
|
1804
|
+
context: __SerdeContext
|
|
1805
|
+
) => Promise<UntagInstanceProfileCommandOutput>;
|
|
1806
|
+
export declare const deserializeAws_queryUntagMFADeviceCommand: (
|
|
1807
|
+
output: __HttpResponse,
|
|
1808
|
+
context: __SerdeContext
|
|
1809
|
+
) => Promise<UntagMFADeviceCommandOutput>;
|
|
1810
|
+
export declare const deserializeAws_queryUntagOpenIDConnectProviderCommand: (
|
|
1811
|
+
output: __HttpResponse,
|
|
1812
|
+
context: __SerdeContext
|
|
1813
|
+
) => Promise<UntagOpenIDConnectProviderCommandOutput>;
|
|
1814
|
+
export declare const deserializeAws_queryUntagPolicyCommand: (
|
|
1815
|
+
output: __HttpResponse,
|
|
1816
|
+
context: __SerdeContext
|
|
1817
|
+
) => Promise<UntagPolicyCommandOutput>;
|
|
1818
|
+
export declare const deserializeAws_queryUntagRoleCommand: (
|
|
1819
|
+
output: __HttpResponse,
|
|
1820
|
+
context: __SerdeContext
|
|
1821
|
+
) => Promise<UntagRoleCommandOutput>;
|
|
1822
|
+
export declare const deserializeAws_queryUntagSAMLProviderCommand: (
|
|
1823
|
+
output: __HttpResponse,
|
|
1824
|
+
context: __SerdeContext
|
|
1825
|
+
) => Promise<UntagSAMLProviderCommandOutput>;
|
|
1826
|
+
export declare const deserializeAws_queryUntagServerCertificateCommand: (
|
|
1827
|
+
output: __HttpResponse,
|
|
1828
|
+
context: __SerdeContext
|
|
1829
|
+
) => Promise<UntagServerCertificateCommandOutput>;
|
|
1830
|
+
export declare const deserializeAws_queryUntagUserCommand: (
|
|
1831
|
+
output: __HttpResponse,
|
|
1832
|
+
context: __SerdeContext
|
|
1833
|
+
) => Promise<UntagUserCommandOutput>;
|
|
1834
|
+
export declare const deserializeAws_queryUpdateAccessKeyCommand: (
|
|
1835
|
+
output: __HttpResponse,
|
|
1836
|
+
context: __SerdeContext
|
|
1837
|
+
) => Promise<UpdateAccessKeyCommandOutput>;
|
|
1838
|
+
export declare const deserializeAws_queryUpdateAccountPasswordPolicyCommand: (
|
|
1839
|
+
output: __HttpResponse,
|
|
1840
|
+
context: __SerdeContext
|
|
1841
|
+
) => Promise<UpdateAccountPasswordPolicyCommandOutput>;
|
|
1842
|
+
export declare const deserializeAws_queryUpdateAssumeRolePolicyCommand: (
|
|
1843
|
+
output: __HttpResponse,
|
|
1844
|
+
context: __SerdeContext
|
|
1845
|
+
) => Promise<UpdateAssumeRolePolicyCommandOutput>;
|
|
1846
|
+
export declare const deserializeAws_queryUpdateGroupCommand: (
|
|
1847
|
+
output: __HttpResponse,
|
|
1848
|
+
context: __SerdeContext
|
|
1849
|
+
) => Promise<UpdateGroupCommandOutput>;
|
|
1850
|
+
export declare const deserializeAws_queryUpdateLoginProfileCommand: (
|
|
1851
|
+
output: __HttpResponse,
|
|
1852
|
+
context: __SerdeContext
|
|
1853
|
+
) => Promise<UpdateLoginProfileCommandOutput>;
|
|
1854
|
+
export declare const deserializeAws_queryUpdateOpenIDConnectProviderThumbprintCommand: (
|
|
1855
|
+
output: __HttpResponse,
|
|
1856
|
+
context: __SerdeContext
|
|
1857
|
+
) => Promise<UpdateOpenIDConnectProviderThumbprintCommandOutput>;
|
|
1858
|
+
export declare const deserializeAws_queryUpdateRoleCommand: (
|
|
1859
|
+
output: __HttpResponse,
|
|
1860
|
+
context: __SerdeContext
|
|
1861
|
+
) => Promise<UpdateRoleCommandOutput>;
|
|
1862
|
+
export declare const deserializeAws_queryUpdateRoleDescriptionCommand: (
|
|
1863
|
+
output: __HttpResponse,
|
|
1864
|
+
context: __SerdeContext
|
|
1865
|
+
) => Promise<UpdateRoleDescriptionCommandOutput>;
|
|
1866
|
+
export declare const deserializeAws_queryUpdateSAMLProviderCommand: (
|
|
1867
|
+
output: __HttpResponse,
|
|
1868
|
+
context: __SerdeContext
|
|
1869
|
+
) => Promise<UpdateSAMLProviderCommandOutput>;
|
|
1870
|
+
export declare const deserializeAws_queryUpdateServerCertificateCommand: (
|
|
1871
|
+
output: __HttpResponse,
|
|
1872
|
+
context: __SerdeContext
|
|
1873
|
+
) => Promise<UpdateServerCertificateCommandOutput>;
|
|
1874
|
+
export declare const deserializeAws_queryUpdateServiceSpecificCredentialCommand: (
|
|
1875
|
+
output: __HttpResponse,
|
|
1876
|
+
context: __SerdeContext
|
|
1877
|
+
) => Promise<UpdateServiceSpecificCredentialCommandOutput>;
|
|
1878
|
+
export declare const deserializeAws_queryUpdateSigningCertificateCommand: (
|
|
1879
|
+
output: __HttpResponse,
|
|
1880
|
+
context: __SerdeContext
|
|
1881
|
+
) => Promise<UpdateSigningCertificateCommandOutput>;
|
|
1882
|
+
export declare const deserializeAws_queryUpdateSSHPublicKeyCommand: (
|
|
1883
|
+
output: __HttpResponse,
|
|
1884
|
+
context: __SerdeContext
|
|
1885
|
+
) => Promise<UpdateSSHPublicKeyCommandOutput>;
|
|
1886
|
+
export declare const deserializeAws_queryUpdateUserCommand: (
|
|
1887
|
+
output: __HttpResponse,
|
|
1888
|
+
context: __SerdeContext
|
|
1889
|
+
) => Promise<UpdateUserCommandOutput>;
|
|
1890
|
+
export declare const deserializeAws_queryUploadServerCertificateCommand: (
|
|
1891
|
+
output: __HttpResponse,
|
|
1892
|
+
context: __SerdeContext
|
|
1893
|
+
) => Promise<UploadServerCertificateCommandOutput>;
|
|
1894
|
+
export declare const deserializeAws_queryUploadSigningCertificateCommand: (
|
|
1895
|
+
output: __HttpResponse,
|
|
1896
|
+
context: __SerdeContext
|
|
1897
|
+
) => Promise<UploadSigningCertificateCommandOutput>;
|
|
1898
|
+
export declare const deserializeAws_queryUploadSSHPublicKeyCommand: (
|
|
1899
|
+
output: __HttpResponse,
|
|
1900
|
+
context: __SerdeContext
|
|
1901
|
+
) => Promise<UploadSSHPublicKeyCommandOutput>;
|