@aws-sdk/client-iam 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/IAM.d.ts +2744 -795
- package/dist-types/ts3.4/IAMClient.d.ts +1051 -231
- package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +33 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +158 -158
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/IAMServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2296 -2889
- package/dist-types/ts3.4/models/models_1.d.ts +261 -301
- package/dist-types/ts3.4/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetGroupPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccessKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedGroupPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedRolePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedUserPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntitiesForPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsForUserPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceProfilesForRolePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMFADevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRolePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRolesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSSHPublicKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServerCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSigningCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualMFADevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SimulateCustomPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SimulatePrincipalPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +28 -28
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +1901 -476
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,301 +1,261 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
90
|
-
export interface
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
}
|
|
100
|
-
export interface
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
export
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
export
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}
|
|
175
|
-
export interface
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
export
|
|
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
|
-
export
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
export declare
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
export
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
export declare const
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
export declare const
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
export declare const
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
|
|
264
|
-
|
|
265
|
-
export declare const UpdateLoginProfileRequestFilterSensitiveLog: (obj: UpdateLoginProfileRequest) => any;
|
|
266
|
-
|
|
267
|
-
export declare const UpdateOpenIDConnectProviderThumbprintRequestFilterSensitiveLog: (obj: UpdateOpenIDConnectProviderThumbprintRequest) => any;
|
|
268
|
-
|
|
269
|
-
export declare const UpdateRoleRequestFilterSensitiveLog: (obj: UpdateRoleRequest) => any;
|
|
270
|
-
|
|
271
|
-
export declare const UpdateRoleResponseFilterSensitiveLog: (obj: UpdateRoleResponse) => any;
|
|
272
|
-
|
|
273
|
-
export declare const UpdateRoleDescriptionRequestFilterSensitiveLog: (obj: UpdateRoleDescriptionRequest) => any;
|
|
274
|
-
|
|
275
|
-
export declare const UpdateRoleDescriptionResponseFilterSensitiveLog: (obj: UpdateRoleDescriptionResponse) => any;
|
|
276
|
-
|
|
277
|
-
export declare const UpdateSAMLProviderRequestFilterSensitiveLog: (obj: UpdateSAMLProviderRequest) => any;
|
|
278
|
-
|
|
279
|
-
export declare const UpdateSAMLProviderResponseFilterSensitiveLog: (obj: UpdateSAMLProviderResponse) => any;
|
|
280
|
-
|
|
281
|
-
export declare const UpdateServerCertificateRequestFilterSensitiveLog: (obj: UpdateServerCertificateRequest) => any;
|
|
282
|
-
|
|
283
|
-
export declare const UpdateServiceSpecificCredentialRequestFilterSensitiveLog: (obj: UpdateServiceSpecificCredentialRequest) => any;
|
|
284
|
-
|
|
285
|
-
export declare const UpdateSigningCertificateRequestFilterSensitiveLog: (obj: UpdateSigningCertificateRequest) => any;
|
|
286
|
-
|
|
287
|
-
export declare const UpdateSSHPublicKeyRequestFilterSensitiveLog: (obj: UpdateSSHPublicKeyRequest) => any;
|
|
288
|
-
|
|
289
|
-
export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
|
|
290
|
-
|
|
291
|
-
export declare const UploadServerCertificateRequestFilterSensitiveLog: (obj: UploadServerCertificateRequest) => any;
|
|
292
|
-
|
|
293
|
-
export declare const UploadServerCertificateResponseFilterSensitiveLog: (obj: UploadServerCertificateResponse) => any;
|
|
294
|
-
|
|
295
|
-
export declare const UploadSigningCertificateRequestFilterSensitiveLog: (obj: UploadSigningCertificateRequest) => any;
|
|
296
|
-
|
|
297
|
-
export declare const UploadSigningCertificateResponseFilterSensitiveLog: (obj: UploadSigningCertificateResponse) => any;
|
|
298
|
-
|
|
299
|
-
export declare const UploadSSHPublicKeyRequestFilterSensitiveLog: (obj: UploadSSHPublicKeyRequest) => any;
|
|
300
|
-
|
|
301
|
-
export declare const UploadSSHPublicKeyResponseFilterSensitiveLog: (obj: UploadSSHPublicKeyResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
3
|
+
import {
|
|
4
|
+
Role,
|
|
5
|
+
ServerCertificateMetadata,
|
|
6
|
+
SigningCertificate,
|
|
7
|
+
SSHPublicKey,
|
|
8
|
+
StatusType,
|
|
9
|
+
Tag,
|
|
10
|
+
} from "./models_0";
|
|
11
|
+
export interface UntagPolicyRequest {
|
|
12
|
+
PolicyArn: string | undefined;
|
|
13
|
+
TagKeys: string[] | undefined;
|
|
14
|
+
}
|
|
15
|
+
export interface UntagRoleRequest {
|
|
16
|
+
RoleName: string | undefined;
|
|
17
|
+
TagKeys: string[] | undefined;
|
|
18
|
+
}
|
|
19
|
+
export interface UntagSAMLProviderRequest {
|
|
20
|
+
SAMLProviderArn: string | undefined;
|
|
21
|
+
TagKeys: string[] | undefined;
|
|
22
|
+
}
|
|
23
|
+
export interface UntagServerCertificateRequest {
|
|
24
|
+
ServerCertificateName: string | undefined;
|
|
25
|
+
TagKeys: string[] | undefined;
|
|
26
|
+
}
|
|
27
|
+
export interface UntagUserRequest {
|
|
28
|
+
UserName: string | undefined;
|
|
29
|
+
TagKeys: string[] | undefined;
|
|
30
|
+
}
|
|
31
|
+
export interface UpdateAccessKeyRequest {
|
|
32
|
+
UserName?: string;
|
|
33
|
+
AccessKeyId: string | undefined;
|
|
34
|
+
Status: StatusType | string | undefined;
|
|
35
|
+
}
|
|
36
|
+
export interface UpdateAccountPasswordPolicyRequest {
|
|
37
|
+
MinimumPasswordLength?: number;
|
|
38
|
+
RequireSymbols?: boolean;
|
|
39
|
+
RequireNumbers?: boolean;
|
|
40
|
+
RequireUppercaseCharacters?: boolean;
|
|
41
|
+
RequireLowercaseCharacters?: boolean;
|
|
42
|
+
AllowUsersToChangePassword?: boolean;
|
|
43
|
+
MaxPasswordAge?: number;
|
|
44
|
+
PasswordReusePrevention?: number;
|
|
45
|
+
HardExpiry?: boolean;
|
|
46
|
+
}
|
|
47
|
+
export interface UpdateAssumeRolePolicyRequest {
|
|
48
|
+
RoleName: string | undefined;
|
|
49
|
+
PolicyDocument: string | undefined;
|
|
50
|
+
}
|
|
51
|
+
export interface UpdateGroupRequest {
|
|
52
|
+
GroupName: string | undefined;
|
|
53
|
+
NewPath?: string;
|
|
54
|
+
NewGroupName?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface UpdateLoginProfileRequest {
|
|
57
|
+
UserName: string | undefined;
|
|
58
|
+
Password?: string;
|
|
59
|
+
PasswordResetRequired?: boolean;
|
|
60
|
+
}
|
|
61
|
+
export interface UpdateOpenIDConnectProviderThumbprintRequest {
|
|
62
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
63
|
+
ThumbprintList: string[] | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface UpdateRoleRequest {
|
|
66
|
+
RoleName: string | undefined;
|
|
67
|
+
Description?: string;
|
|
68
|
+
MaxSessionDuration?: number;
|
|
69
|
+
}
|
|
70
|
+
export interface UpdateRoleResponse {}
|
|
71
|
+
export interface UpdateRoleDescriptionRequest {
|
|
72
|
+
RoleName: string | undefined;
|
|
73
|
+
Description: string | undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface UpdateRoleDescriptionResponse {
|
|
76
|
+
Role?: Role;
|
|
77
|
+
}
|
|
78
|
+
export interface UpdateSAMLProviderRequest {
|
|
79
|
+
SAMLMetadataDocument: string | undefined;
|
|
80
|
+
SAMLProviderArn: string | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface UpdateSAMLProviderResponse {
|
|
83
|
+
SAMLProviderArn?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface UpdateServerCertificateRequest {
|
|
86
|
+
ServerCertificateName: string | undefined;
|
|
87
|
+
NewPath?: string;
|
|
88
|
+
NewServerCertificateName?: string;
|
|
89
|
+
}
|
|
90
|
+
export interface UpdateServiceSpecificCredentialRequest {
|
|
91
|
+
UserName?: string;
|
|
92
|
+
ServiceSpecificCredentialId: string | undefined;
|
|
93
|
+
Status: StatusType | string | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface UpdateSigningCertificateRequest {
|
|
96
|
+
UserName?: string;
|
|
97
|
+
CertificateId: string | undefined;
|
|
98
|
+
Status: StatusType | string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface UpdateSSHPublicKeyRequest {
|
|
101
|
+
UserName: string | undefined;
|
|
102
|
+
SSHPublicKeyId: string | undefined;
|
|
103
|
+
Status: StatusType | string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface UpdateUserRequest {
|
|
106
|
+
UserName: string | undefined;
|
|
107
|
+
NewPath?: string;
|
|
108
|
+
NewUserName?: string;
|
|
109
|
+
}
|
|
110
|
+
export declare class KeyPairMismatchException extends __BaseException {
|
|
111
|
+
readonly name: "KeyPairMismatchException";
|
|
112
|
+
readonly $fault: "client";
|
|
113
|
+
constructor(
|
|
114
|
+
opts: __ExceptionOptionType<KeyPairMismatchException, __BaseException>
|
|
115
|
+
);
|
|
116
|
+
}
|
|
117
|
+
export declare class MalformedCertificateException extends __BaseException {
|
|
118
|
+
readonly name: "MalformedCertificateException";
|
|
119
|
+
readonly $fault: "client";
|
|
120
|
+
constructor(
|
|
121
|
+
opts: __ExceptionOptionType<MalformedCertificateException, __BaseException>
|
|
122
|
+
);
|
|
123
|
+
}
|
|
124
|
+
export interface UploadServerCertificateRequest {
|
|
125
|
+
Path?: string;
|
|
126
|
+
ServerCertificateName: string | undefined;
|
|
127
|
+
CertificateBody: string | undefined;
|
|
128
|
+
PrivateKey: string | undefined;
|
|
129
|
+
CertificateChain?: string;
|
|
130
|
+
Tags?: Tag[];
|
|
131
|
+
}
|
|
132
|
+
export interface UploadServerCertificateResponse {
|
|
133
|
+
ServerCertificateMetadata?: ServerCertificateMetadata;
|
|
134
|
+
Tags?: Tag[];
|
|
135
|
+
}
|
|
136
|
+
export declare class DuplicateCertificateException extends __BaseException {
|
|
137
|
+
readonly name: "DuplicateCertificateException";
|
|
138
|
+
readonly $fault: "client";
|
|
139
|
+
constructor(
|
|
140
|
+
opts: __ExceptionOptionType<DuplicateCertificateException, __BaseException>
|
|
141
|
+
);
|
|
142
|
+
}
|
|
143
|
+
export declare class InvalidCertificateException extends __BaseException {
|
|
144
|
+
readonly name: "InvalidCertificateException";
|
|
145
|
+
readonly $fault: "client";
|
|
146
|
+
constructor(
|
|
147
|
+
opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>
|
|
148
|
+
);
|
|
149
|
+
}
|
|
150
|
+
export interface UploadSigningCertificateRequest {
|
|
151
|
+
UserName?: string;
|
|
152
|
+
CertificateBody: string | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface UploadSigningCertificateResponse {
|
|
155
|
+
Certificate: SigningCertificate | undefined;
|
|
156
|
+
}
|
|
157
|
+
export declare class DuplicateSSHPublicKeyException extends __BaseException {
|
|
158
|
+
readonly name: "DuplicateSSHPublicKeyException";
|
|
159
|
+
readonly $fault: "client";
|
|
160
|
+
constructor(
|
|
161
|
+
opts: __ExceptionOptionType<DuplicateSSHPublicKeyException, __BaseException>
|
|
162
|
+
);
|
|
163
|
+
}
|
|
164
|
+
export declare class InvalidPublicKeyException extends __BaseException {
|
|
165
|
+
readonly name: "InvalidPublicKeyException";
|
|
166
|
+
readonly $fault: "client";
|
|
167
|
+
constructor(
|
|
168
|
+
opts: __ExceptionOptionType<InvalidPublicKeyException, __BaseException>
|
|
169
|
+
);
|
|
170
|
+
}
|
|
171
|
+
export interface UploadSSHPublicKeyRequest {
|
|
172
|
+
UserName: string | undefined;
|
|
173
|
+
SSHPublicKeyBody: string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface UploadSSHPublicKeyResponse {
|
|
176
|
+
SSHPublicKey?: SSHPublicKey;
|
|
177
|
+
}
|
|
178
|
+
export declare const UntagPolicyRequestFilterSensitiveLog: (
|
|
179
|
+
obj: UntagPolicyRequest
|
|
180
|
+
) => any;
|
|
181
|
+
export declare const UntagRoleRequestFilterSensitiveLog: (
|
|
182
|
+
obj: UntagRoleRequest
|
|
183
|
+
) => any;
|
|
184
|
+
export declare const UntagSAMLProviderRequestFilterSensitiveLog: (
|
|
185
|
+
obj: UntagSAMLProviderRequest
|
|
186
|
+
) => any;
|
|
187
|
+
export declare const UntagServerCertificateRequestFilterSensitiveLog: (
|
|
188
|
+
obj: UntagServerCertificateRequest
|
|
189
|
+
) => any;
|
|
190
|
+
export declare const UntagUserRequestFilterSensitiveLog: (
|
|
191
|
+
obj: UntagUserRequest
|
|
192
|
+
) => any;
|
|
193
|
+
export declare const UpdateAccessKeyRequestFilterSensitiveLog: (
|
|
194
|
+
obj: UpdateAccessKeyRequest
|
|
195
|
+
) => any;
|
|
196
|
+
export declare const UpdateAccountPasswordPolicyRequestFilterSensitiveLog: (
|
|
197
|
+
obj: UpdateAccountPasswordPolicyRequest
|
|
198
|
+
) => any;
|
|
199
|
+
export declare const UpdateAssumeRolePolicyRequestFilterSensitiveLog: (
|
|
200
|
+
obj: UpdateAssumeRolePolicyRequest
|
|
201
|
+
) => any;
|
|
202
|
+
export declare const UpdateGroupRequestFilterSensitiveLog: (
|
|
203
|
+
obj: UpdateGroupRequest
|
|
204
|
+
) => any;
|
|
205
|
+
export declare const UpdateLoginProfileRequestFilterSensitiveLog: (
|
|
206
|
+
obj: UpdateLoginProfileRequest
|
|
207
|
+
) => any;
|
|
208
|
+
export declare const UpdateOpenIDConnectProviderThumbprintRequestFilterSensitiveLog: (
|
|
209
|
+
obj: UpdateOpenIDConnectProviderThumbprintRequest
|
|
210
|
+
) => any;
|
|
211
|
+
export declare const UpdateRoleRequestFilterSensitiveLog: (
|
|
212
|
+
obj: UpdateRoleRequest
|
|
213
|
+
) => any;
|
|
214
|
+
export declare const UpdateRoleResponseFilterSensitiveLog: (
|
|
215
|
+
obj: UpdateRoleResponse
|
|
216
|
+
) => any;
|
|
217
|
+
export declare const UpdateRoleDescriptionRequestFilterSensitiveLog: (
|
|
218
|
+
obj: UpdateRoleDescriptionRequest
|
|
219
|
+
) => any;
|
|
220
|
+
export declare const UpdateRoleDescriptionResponseFilterSensitiveLog: (
|
|
221
|
+
obj: UpdateRoleDescriptionResponse
|
|
222
|
+
) => any;
|
|
223
|
+
export declare const UpdateSAMLProviderRequestFilterSensitiveLog: (
|
|
224
|
+
obj: UpdateSAMLProviderRequest
|
|
225
|
+
) => any;
|
|
226
|
+
export declare const UpdateSAMLProviderResponseFilterSensitiveLog: (
|
|
227
|
+
obj: UpdateSAMLProviderResponse
|
|
228
|
+
) => any;
|
|
229
|
+
export declare const UpdateServerCertificateRequestFilterSensitiveLog: (
|
|
230
|
+
obj: UpdateServerCertificateRequest
|
|
231
|
+
) => any;
|
|
232
|
+
export declare const UpdateServiceSpecificCredentialRequestFilterSensitiveLog: (
|
|
233
|
+
obj: UpdateServiceSpecificCredentialRequest
|
|
234
|
+
) => any;
|
|
235
|
+
export declare const UpdateSigningCertificateRequestFilterSensitiveLog: (
|
|
236
|
+
obj: UpdateSigningCertificateRequest
|
|
237
|
+
) => any;
|
|
238
|
+
export declare const UpdateSSHPublicKeyRequestFilterSensitiveLog: (
|
|
239
|
+
obj: UpdateSSHPublicKeyRequest
|
|
240
|
+
) => any;
|
|
241
|
+
export declare const UpdateUserRequestFilterSensitiveLog: (
|
|
242
|
+
obj: UpdateUserRequest
|
|
243
|
+
) => any;
|
|
244
|
+
export declare const UploadServerCertificateRequestFilterSensitiveLog: (
|
|
245
|
+
obj: UploadServerCertificateRequest
|
|
246
|
+
) => any;
|
|
247
|
+
export declare const UploadServerCertificateResponseFilterSensitiveLog: (
|
|
248
|
+
obj: UploadServerCertificateResponse
|
|
249
|
+
) => any;
|
|
250
|
+
export declare const UploadSigningCertificateRequestFilterSensitiveLog: (
|
|
251
|
+
obj: UploadSigningCertificateRequest
|
|
252
|
+
) => any;
|
|
253
|
+
export declare const UploadSigningCertificateResponseFilterSensitiveLog: (
|
|
254
|
+
obj: UploadSigningCertificateResponse
|
|
255
|
+
) => any;
|
|
256
|
+
export declare const UploadSSHPublicKeyRequestFilterSensitiveLog: (
|
|
257
|
+
obj: UploadSSHPublicKeyRequest
|
|
258
|
+
) => any;
|
|
259
|
+
export declare const UploadSSHPublicKeyResponseFilterSensitiveLog: (
|
|
260
|
+
obj: UploadSSHPublicKeyResponse
|
|
261
|
+
) => any;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetAccountAuthorizationDetailsCommandInput,
|
|
4
|
+
GetAccountAuthorizationDetailsCommandOutput,
|
|
5
|
+
} from "../commands/GetAccountAuthorizationDetailsCommand";
|
|
6
|
+
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetAccountAuthorizationDetails(
|
|
8
|
+
config: IAMPaginationConfiguration,
|
|
9
|
+
input: GetAccountAuthorizationDetailsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetAccountAuthorizationDetailsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetGroupCommandInput,
|
|
4
|
+
GetGroupCommandOutput,
|
|
5
|
+
} from "../commands/GetGroupCommand";
|
|
6
|
+
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetGroup(
|
|
8
|
+
config: IAMPaginationConfiguration,
|
|
9
|
+
input: GetGroupCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetGroupCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { IAM } from "../IAM";
|
|
3
|
-
import { IAMClient } from "../IAMClient";
|
|
4
|
-
export interface IAMPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { IAM } from "../IAM";
|
|
3
|
+
import { IAMClient } from "../IAMClient";
|
|
4
|
+
export interface IAMPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: IAM | IAMClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccessKeysCommandInput,
|
|
4
|
+
ListAccessKeysCommandOutput,
|
|
5
|
+
} from "../commands/ListAccessKeysCommand";
|
|
6
|
+
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccessKeys(
|
|
8
|
+
config: IAMPaginationConfiguration,
|
|
9
|
+
input: ListAccessKeysCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccessKeysCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAccountAliasesCommandInput,
|
|
4
|
+
ListAccountAliasesCommandOutput,
|
|
5
|
+
} from "../commands/ListAccountAliasesCommand";
|
|
6
|
+
import { IAMPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAccountAliases(
|
|
8
|
+
config: IAMPaginationConfiguration,
|
|
9
|
+
input: ListAccountAliasesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAccountAliasesCommandOutput>;
|