@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.
Files changed (208) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IAM.d.ts +2744 -795
  3. package/dist-types/ts3.4/IAMClient.d.ts +1051 -231
  4. package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +30 -17
  7. package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +31 -17
  8. package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +30 -17
  9. package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +30 -17
  11. package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +31 -17
  13. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +31 -17
  26. package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +31 -17
  28. package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +33 -16
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +30 -17
  30. package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +31 -17
  31. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +31 -17
  33. package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
  35. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +31 -17
  36. package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +30 -17
  37. package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +30 -17
  39. package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +31 -17
  40. package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +31 -17
  41. package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +31 -17
  50. package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +30 -17
  51. package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +30 -17
  52. package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +30 -17
  53. package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +36 -17
  66. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +35 -17
  73. package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +35 -17
  81. package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +35 -17
  82. package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +36 -17
  83. package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +39 -17
  86. package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +39 -17
  87. package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +36 -17
  88. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +36 -17
  90. package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +39 -17
  92. package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +36 -17
  94. package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +35 -17
  95. package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +39 -17
  96. package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +39 -17
  97. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +32 -17
  98. package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +39 -17
  99. package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +35 -17
  100. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +36 -17
  101. package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +35 -17
  102. package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +32 -17
  104. package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +39 -17
  105. package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +36 -17
  106. package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +36 -17
  107. package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +39 -17
  109. package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +39 -17
  110. package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +39 -17
  111. package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +35 -17
  112. package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +32 -17
  113. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  114. package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +39 -17
  115. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +30 -17
  116. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +35 -17
  117. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +30 -17
  118. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +35 -17
  119. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +30 -17
  120. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +35 -17
  121. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +35 -17
  122. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +31 -17
  123. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +39 -17
  124. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +30 -17
  125. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +35 -17
  126. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +35 -17
  127. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +39 -17
  128. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +39 -17
  129. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +31 -17
  130. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +30 -17
  131. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +35 -17
  132. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +30 -17
  133. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +30 -17
  134. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +30 -17
  135. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +34 -17
  136. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +30 -17
  137. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +30 -17
  139. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +35 -17
  140. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +30 -17
  141. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +30 -17
  142. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +31 -17
  143. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +34 -17
  144. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +30 -17
  145. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +30 -17
  146. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +35 -17
  147. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +34 -17
  148. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +30 -17
  149. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +31 -17
  150. package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +35 -17
  151. package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +32 -17
  152. package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +39 -17
  153. package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +36 -17
  154. package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +31 -17
  155. package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +35 -17
  156. package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +35 -17
  157. package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +35 -17
  158. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +30 -17
  159. package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +36 -17
  160. package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +39 -17
  161. package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +39 -17
  162. package/dist-types/ts3.4/commands/index.d.ts +158 -158
  163. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  164. package/dist-types/ts3.4/index.d.ts +7 -7
  165. package/dist-types/ts3.4/models/IAMServiceException.d.ts +7 -6
  166. package/dist-types/ts3.4/models/index.d.ts +2 -2
  167. package/dist-types/ts3.4/models/models_0.d.ts +2296 -2889
  168. package/dist-types/ts3.4/models/models_1.d.ts +261 -301
  169. package/dist-types/ts3.4/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/GetGroupPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  172. package/dist-types/ts3.4/pagination/ListAccessKeysPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/ListAccountAliasesPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/ListAttachedGroupPoliciesPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/ListAttachedRolePoliciesPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/ListAttachedUserPoliciesPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/ListEntitiesForPolicyPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/ListGroupPoliciesPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/ListGroupsForUserPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/ListInstanceProfilesForRolePaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListInstanceProfilesPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListMFADevicesPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListPolicyVersionsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListRolePoliciesPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListRolesPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListSSHPublicKeysPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListServerCertificatesPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListSigningCertificatesPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListUserPoliciesPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListUserTagsPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/ListVirtualMFADevicesPaginator.d.ts +11 -4
  195. package/dist-types/ts3.4/pagination/SimulateCustomPolicyPaginator.d.ts +11 -4
  196. package/dist-types/ts3.4/pagination/SimulatePrincipalPolicyPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/index.d.ts +28 -28
  198. package/dist-types/ts3.4/protocols/Aws_query.d.ts +1901 -476
  199. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  200. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  201. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  202. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  203. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  204. package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +11 -7
  205. package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +11 -7
  206. package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +11 -7
  207. package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +11 -7
  208. package/package.json +35 -35
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListOpenIDConnectProvidersRequest, ListOpenIDConnectProvidersResponse } from "../models/models_0";
5
- export interface ListOpenIDConnectProvidersCommandInput extends ListOpenIDConnectProvidersRequest {
6
- }
7
- export interface ListOpenIDConnectProvidersCommandOutput extends ListOpenIDConnectProvidersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListOpenIDConnectProvidersCommand extends $Command<ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListOpenIDConnectProvidersCommandInput;
12
- constructor(input: ListOpenIDConnectProvidersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import {
14
+ ListOpenIDConnectProvidersRequest,
15
+ ListOpenIDConnectProvidersResponse,
16
+ } from "../models/models_0";
17
+ export interface ListOpenIDConnectProvidersCommandInput
18
+ extends ListOpenIDConnectProvidersRequest {}
19
+ export interface ListOpenIDConnectProvidersCommandOutput
20
+ extends ListOpenIDConnectProvidersResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListOpenIDConnectProvidersCommand extends $Command<
23
+ ListOpenIDConnectProvidersCommandInput,
24
+ ListOpenIDConnectProvidersCommandOutput,
25
+ IAMClientResolvedConfig
26
+ > {
27
+ readonly input: ListOpenIDConnectProvidersCommandInput;
28
+ constructor(input: ListOpenIDConnectProvidersCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IAMClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListOpenIDConnectProvidersCommandInput,
35
+ ListOpenIDConnectProvidersCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
5
- export interface ListPoliciesCommandInput extends ListPoliciesRequest {
6
- }
7
- export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPoliciesCommand extends $Command<ListPoliciesCommandInput, ListPoliciesCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListPoliciesCommandInput;
12
- constructor(input: ListPoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
14
+ export interface ListPoliciesCommandInput extends ListPoliciesRequest {}
15
+ export interface ListPoliciesCommandOutput
16
+ extends ListPoliciesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListPoliciesCommand extends $Command<
19
+ ListPoliciesCommandInput,
20
+ ListPoliciesCommandOutput,
21
+ IAMClientResolvedConfig
22
+ > {
23
+ readonly input: ListPoliciesCommandInput;
24
+ constructor(input: ListPoliciesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: IAMClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListPoliciesGrantingServiceAccessRequest, ListPoliciesGrantingServiceAccessResponse } from "../models/models_0";
5
- export interface ListPoliciesGrantingServiceAccessCommandInput extends ListPoliciesGrantingServiceAccessRequest {
6
- }
7
- export interface ListPoliciesGrantingServiceAccessCommandOutput extends ListPoliciesGrantingServiceAccessResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPoliciesGrantingServiceAccessCommand extends $Command<ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListPoliciesGrantingServiceAccessCommandInput;
12
- constructor(input: ListPoliciesGrantingServiceAccessCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import {
14
+ ListPoliciesGrantingServiceAccessRequest,
15
+ ListPoliciesGrantingServiceAccessResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPoliciesGrantingServiceAccessCommandInput
18
+ extends ListPoliciesGrantingServiceAccessRequest {}
19
+ export interface ListPoliciesGrantingServiceAccessCommandOutput
20
+ extends ListPoliciesGrantingServiceAccessResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPoliciesGrantingServiceAccessCommand extends $Command<
23
+ ListPoliciesGrantingServiceAccessCommandInput,
24
+ ListPoliciesGrantingServiceAccessCommandOutput,
25
+ IAMClientResolvedConfig
26
+ > {
27
+ readonly input: ListPoliciesGrantingServiceAccessCommandInput;
28
+ constructor(input: ListPoliciesGrantingServiceAccessCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IAMClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPoliciesGrantingServiceAccessCommandInput,
35
+ ListPoliciesGrantingServiceAccessCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListPolicyTagsRequest, ListPolicyTagsResponse } from "../models/models_0";
5
- export interface ListPolicyTagsCommandInput extends ListPolicyTagsRequest {
6
- }
7
- export interface ListPolicyTagsCommandOutput extends ListPolicyTagsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPolicyTagsCommand extends $Command<ListPolicyTagsCommandInput, ListPolicyTagsCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListPolicyTagsCommandInput;
12
- constructor(input: ListPolicyTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyTagsCommandInput, ListPolicyTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import {
14
+ ListPolicyTagsRequest,
15
+ ListPolicyTagsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPolicyTagsCommandInput extends ListPolicyTagsRequest {}
18
+ export interface ListPolicyTagsCommandOutput
19
+ extends ListPolicyTagsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListPolicyTagsCommand extends $Command<
22
+ ListPolicyTagsCommandInput,
23
+ ListPolicyTagsCommandOutput,
24
+ IAMClientResolvedConfig
25
+ > {
26
+ readonly input: ListPolicyTagsCommandInput;
27
+ constructor(input: ListPolicyTagsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: IAMClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListPolicyTagsCommandInput, ListPolicyTagsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListPolicyVersionsRequest, ListPolicyVersionsResponse } from "../models/models_0";
5
- export interface ListPolicyVersionsCommandInput extends ListPolicyVersionsRequest {
6
- }
7
- export interface ListPolicyVersionsCommandOutput extends ListPolicyVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPolicyVersionsCommand extends $Command<ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListPolicyVersionsCommandInput;
12
- constructor(input: ListPolicyVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import {
14
+ ListPolicyVersionsRequest,
15
+ ListPolicyVersionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPolicyVersionsCommandInput
18
+ extends ListPolicyVersionsRequest {}
19
+ export interface ListPolicyVersionsCommandOutput
20
+ extends ListPolicyVersionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPolicyVersionsCommand extends $Command<
23
+ ListPolicyVersionsCommandInput,
24
+ ListPolicyVersionsCommandOutput,
25
+ IAMClientResolvedConfig
26
+ > {
27
+ readonly input: ListPolicyVersionsCommandInput;
28
+ constructor(input: ListPolicyVersionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IAMClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListRolePoliciesRequest, ListRolePoliciesResponse } from "../models/models_0";
5
- export interface ListRolePoliciesCommandInput extends ListRolePoliciesRequest {
6
- }
7
- export interface ListRolePoliciesCommandOutput extends ListRolePoliciesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRolePoliciesCommand extends $Command<ListRolePoliciesCommandInput, ListRolePoliciesCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListRolePoliciesCommandInput;
12
- constructor(input: ListRolePoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRolePoliciesCommandInput, ListRolePoliciesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import {
14
+ ListRolePoliciesRequest,
15
+ ListRolePoliciesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListRolePoliciesCommandInput extends ListRolePoliciesRequest {}
18
+ export interface ListRolePoliciesCommandOutput
19
+ extends ListRolePoliciesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListRolePoliciesCommand extends $Command<
22
+ ListRolePoliciesCommandInput,
23
+ ListRolePoliciesCommandOutput,
24
+ IAMClientResolvedConfig
25
+ > {
26
+ readonly input: ListRolePoliciesCommandInput;
27
+ constructor(input: ListRolePoliciesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: IAMClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListRolePoliciesCommandInput, ListRolePoliciesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListRoleTagsRequest, ListRoleTagsResponse } from "../models/models_0";
5
- export interface ListRoleTagsCommandInput extends ListRoleTagsRequest {
6
- }
7
- export interface ListRoleTagsCommandOutput extends ListRoleTagsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRoleTagsCommand extends $Command<ListRoleTagsCommandInput, ListRoleTagsCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListRoleTagsCommandInput;
12
- constructor(input: ListRoleTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRoleTagsCommandInput, ListRoleTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import { ListRoleTagsRequest, ListRoleTagsResponse } from "../models/models_0";
14
+ export interface ListRoleTagsCommandInput extends ListRoleTagsRequest {}
15
+ export interface ListRoleTagsCommandOutput
16
+ extends ListRoleTagsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListRoleTagsCommand extends $Command<
19
+ ListRoleTagsCommandInput,
20
+ ListRoleTagsCommandOutput,
21
+ IAMClientResolvedConfig
22
+ > {
23
+ readonly input: ListRoleTagsCommandInput;
24
+ constructor(input: ListRoleTagsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: IAMClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListRoleTagsCommandInput, ListRoleTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListRolesRequest, ListRolesResponse } from "../models/models_0";
5
- export interface ListRolesCommandInput extends ListRolesRequest {
6
- }
7
- export interface ListRolesCommandOutput extends ListRolesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRolesCommand extends $Command<ListRolesCommandInput, ListRolesCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListRolesCommandInput;
12
- constructor(input: ListRolesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRolesCommandInput, ListRolesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import { ListRolesRequest, ListRolesResponse } from "../models/models_0";
14
+ export interface ListRolesCommandInput extends ListRolesRequest {}
15
+ export interface ListRolesCommandOutput
16
+ extends ListRolesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListRolesCommand extends $Command<
19
+ ListRolesCommandInput,
20
+ ListRolesCommandOutput,
21
+ IAMClientResolvedConfig
22
+ > {
23
+ readonly input: ListRolesCommandInput;
24
+ constructor(input: ListRolesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: IAMClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListRolesCommandInput, ListRolesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListSAMLProviderTagsRequest, ListSAMLProviderTagsResponse } from "../models/models_0";
5
- export interface ListSAMLProviderTagsCommandInput extends ListSAMLProviderTagsRequest {
6
- }
7
- export interface ListSAMLProviderTagsCommandOutput extends ListSAMLProviderTagsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSAMLProviderTagsCommand extends $Command<ListSAMLProviderTagsCommandInput, ListSAMLProviderTagsCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListSAMLProviderTagsCommandInput;
12
- constructor(input: ListSAMLProviderTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSAMLProviderTagsCommandInput, ListSAMLProviderTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import {
14
+ ListSAMLProviderTagsRequest,
15
+ ListSAMLProviderTagsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListSAMLProviderTagsCommandInput
18
+ extends ListSAMLProviderTagsRequest {}
19
+ export interface ListSAMLProviderTagsCommandOutput
20
+ extends ListSAMLProviderTagsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListSAMLProviderTagsCommand extends $Command<
23
+ ListSAMLProviderTagsCommandInput,
24
+ ListSAMLProviderTagsCommandOutput,
25
+ IAMClientResolvedConfig
26
+ > {
27
+ readonly input: ListSAMLProviderTagsCommandInput;
28
+ constructor(input: ListSAMLProviderTagsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IAMClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListSAMLProviderTagsCommandInput,
35
+ ListSAMLProviderTagsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListSAMLProvidersRequest, ListSAMLProvidersResponse } from "../models/models_0";
5
- export interface ListSAMLProvidersCommandInput extends ListSAMLProvidersRequest {
6
- }
7
- export interface ListSAMLProvidersCommandOutput extends ListSAMLProvidersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSAMLProvidersCommand extends $Command<ListSAMLProvidersCommandInput, ListSAMLProvidersCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListSAMLProvidersCommandInput;
12
- constructor(input: ListSAMLProvidersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSAMLProvidersCommandInput, ListSAMLProvidersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import {
14
+ ListSAMLProvidersRequest,
15
+ ListSAMLProvidersResponse,
16
+ } from "../models/models_0";
17
+ export interface ListSAMLProvidersCommandInput
18
+ extends ListSAMLProvidersRequest {}
19
+ export interface ListSAMLProvidersCommandOutput
20
+ extends ListSAMLProvidersResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListSAMLProvidersCommand extends $Command<
23
+ ListSAMLProvidersCommandInput,
24
+ ListSAMLProvidersCommandOutput,
25
+ IAMClientResolvedConfig
26
+ > {
27
+ readonly input: ListSAMLProvidersCommandInput;
28
+ constructor(input: ListSAMLProvidersCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IAMClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListSAMLProvidersCommandInput, ListSAMLProvidersCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ListSSHPublicKeysRequest, ListSSHPublicKeysResponse } from "../models/models_0";
5
- export interface ListSSHPublicKeysCommandInput extends ListSSHPublicKeysRequest {
6
- }
7
- export interface ListSSHPublicKeysCommandOutput extends ListSSHPublicKeysResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSSHPublicKeysCommand extends $Command<ListSSHPublicKeysCommandInput, ListSSHPublicKeysCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: ListSSHPublicKeysCommandInput;
12
- constructor(input: ListSSHPublicKeysCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSSHPublicKeysCommandInput, ListSSHPublicKeysCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IAMClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IAMClient";
13
+ import {
14
+ ListSSHPublicKeysRequest,
15
+ ListSSHPublicKeysResponse,
16
+ } from "../models/models_0";
17
+ export interface ListSSHPublicKeysCommandInput
18
+ extends ListSSHPublicKeysRequest {}
19
+ export interface ListSSHPublicKeysCommandOutput
20
+ extends ListSSHPublicKeysResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListSSHPublicKeysCommand extends $Command<
23
+ ListSSHPublicKeysCommandInput,
24
+ ListSSHPublicKeysCommandOutput,
25
+ IAMClientResolvedConfig
26
+ > {
27
+ readonly input: ListSSHPublicKeysCommandInput;
28
+ constructor(input: ListSSHPublicKeysCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IAMClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListSSHPublicKeysCommandInput, ListSSHPublicKeysCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }