@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.
Files changed (208) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/IAM.d.ts +2902 -795
  3. package/dist-types/ts3.4/IAMClient.d.ts +1076 -231
  4. package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +33 -17
  8. package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +33 -17
  13. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +33 -17
  26. package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +33 -17
  28. package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +35 -16
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +33 -17
  33. package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +33 -17
  40. package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +33 -17
  41. package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +33 -17
  50. package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +34 -17
  63. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
  66. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  80. package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +37 -17
  82. package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +37 -17
  95. package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +37 -17
  100. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +38 -17
  101. package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +37 -17
  102. package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +34 -17
  103. package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +34 -17
  104. package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +41 -17
  105. package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +38 -17
  106. package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +38 -17
  107. package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +37 -17
  112. package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +34 -17
  113. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  114. package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +32 -17
  116. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +37 -17
  117. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +32 -17
  118. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +32 -17
  120. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +37 -17
  121. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +37 -17
  122. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +33 -17
  123. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +32 -17
  125. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +37 -17
  126. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +37 -17
  127. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +33 -17
  130. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +32 -17
  131. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +37 -17
  132. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +32 -17
  133. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +32 -17
  134. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +32 -17
  135. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +36 -17
  136. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +32 -17
  137. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +36 -17
  138. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +32 -17
  139. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +37 -17
  140. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +32 -17
  142. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +33 -17
  143. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +36 -17
  144. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +32 -17
  145. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +32 -17
  146. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +37 -17
  147. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +36 -17
  148. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  149. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +33 -17
  150. package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +37 -17
  151. package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +34 -17
  152. package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +38 -17
  154. package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +33 -17
  155. package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +37 -17
  156. package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +37 -17
  158. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
  159. package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +38 -17
  160. package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +41 -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 +8 -6
  166. package/dist-types/ts3.4/models/index.d.ts +2 -2
  167. package/dist-types/ts3.4/models/models_0.d.ts +3204 -2889
  168. package/dist-types/ts3.4/models/models_1.d.ts +348 -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 +66 -38
  200. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  201. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  202. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  203. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  204. package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +13 -7
  205. package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +13 -7
  206. package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +13 -7
  207. package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +13 -7
  208. package/package.json +35 -35
@@ -1,17 +1,41 @@
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 { GetContextKeysForPolicyResponse, GetContextKeysForPrincipalPolicyRequest } from "../models/models_0";
5
- export interface GetContextKeysForPrincipalPolicyCommandInput extends GetContextKeysForPrincipalPolicyRequest {
6
- }
7
- export interface GetContextKeysForPrincipalPolicyCommandOutput extends GetContextKeysForPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetContextKeysForPrincipalPolicyCommand extends $Command<GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetContextKeysForPrincipalPolicyCommandInput;
12
- constructor(input: GetContextKeysForPrincipalPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput>;
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
+ GetContextKeysForPolicyResponse,
15
+ GetContextKeysForPrincipalPolicyRequest,
16
+ } from "../models/models_0";
17
+ export interface GetContextKeysForPrincipalPolicyCommandInput
18
+ extends GetContextKeysForPrincipalPolicyRequest {}
19
+ export interface GetContextKeysForPrincipalPolicyCommandOutput
20
+ extends GetContextKeysForPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetContextKeysForPrincipalPolicyCommand extends $Command<
24
+ GetContextKeysForPrincipalPolicyCommandInput,
25
+ GetContextKeysForPrincipalPolicyCommandOutput,
26
+ IAMClientResolvedConfig
27
+ > {
28
+ readonly input: GetContextKeysForPrincipalPolicyCommandInput;
29
+ constructor(input: GetContextKeysForPrincipalPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IAMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetContextKeysForPrincipalPolicyCommandInput,
37
+ GetContextKeysForPrincipalPolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { GetCredentialReportResponse } from "../models/models_0";
5
- export interface GetCredentialReportCommandInput {
6
- }
7
- export interface GetCredentialReportCommandOutput extends GetCredentialReportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCredentialReportCommand extends $Command<GetCredentialReportCommandInput, GetCredentialReportCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetCredentialReportCommandInput;
12
- constructor(input: GetCredentialReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCredentialReportCommandInput, GetCredentialReportCommandOutput>;
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 { GetCredentialReportResponse } from "../models/models_0";
14
+ export interface GetCredentialReportCommandInput {}
15
+ export interface GetCredentialReportCommandOutput
16
+ extends GetCredentialReportResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetCredentialReportCommand extends $Command<
20
+ GetCredentialReportCommandInput,
21
+ GetCredentialReportCommandOutput,
22
+ IAMClientResolvedConfig
23
+ > {
24
+ readonly input: GetCredentialReportCommandInput;
25
+ constructor(input: GetCredentialReportCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IAMClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetCredentialReportCommandInput, GetCredentialReportCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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 { GetGroupRequest, GetGroupResponse } from "../models/models_0";
5
- export interface GetGroupCommandInput extends GetGroupRequest {
6
- }
7
- export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetGroupCommandInput;
12
- constructor(input: GetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
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 { GetGroupRequest, GetGroupResponse } from "../models/models_0";
14
+ export interface GetGroupCommandInput extends GetGroupRequest {}
15
+ export interface GetGroupCommandOutput
16
+ extends GetGroupResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetGroupCommand extends $Command<
20
+ GetGroupCommandInput,
21
+ GetGroupCommandOutput,
22
+ IAMClientResolvedConfig
23
+ > {
24
+ readonly input: GetGroupCommandInput;
25
+ constructor(input: GetGroupCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IAMClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { GetGroupPolicyRequest, GetGroupPolicyResponse } from "../models/models_0";
5
- export interface GetGroupPolicyCommandInput extends GetGroupPolicyRequest {
6
- }
7
- export interface GetGroupPolicyCommandOutput extends GetGroupPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGroupPolicyCommand extends $Command<GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetGroupPolicyCommandInput;
12
- constructor(input: GetGroupPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput>;
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
+ GetGroupPolicyRequest,
15
+ GetGroupPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface GetGroupPolicyCommandInput extends GetGroupPolicyRequest {}
18
+ export interface GetGroupPolicyCommandOutput
19
+ extends GetGroupPolicyResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetGroupPolicyCommand extends $Command<
23
+ GetGroupPolicyCommandInput,
24
+ GetGroupPolicyCommandOutput,
25
+ IAMClientResolvedConfig
26
+ > {
27
+ readonly input: GetGroupPolicyCommandInput;
28
+ constructor(input: GetGroupPolicyCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: IAMClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { GetInstanceProfileRequest, GetInstanceProfileResponse } from "../models/models_0";
5
- export interface GetInstanceProfileCommandInput extends GetInstanceProfileRequest {
6
- }
7
- export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetInstanceProfileCommand extends $Command<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetInstanceProfileCommandInput;
12
- constructor(input: GetInstanceProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput>;
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
+ GetInstanceProfileRequest,
15
+ GetInstanceProfileResponse,
16
+ } from "../models/models_0";
17
+ export interface GetInstanceProfileCommandInput
18
+ extends GetInstanceProfileRequest {}
19
+ export interface GetInstanceProfileCommandOutput
20
+ extends GetInstanceProfileResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetInstanceProfileCommand extends $Command<
24
+ GetInstanceProfileCommandInput,
25
+ GetInstanceProfileCommandOutput,
26
+ IAMClientResolvedConfig
27
+ > {
28
+ readonly input: GetInstanceProfileCommandInput;
29
+ constructor(input: GetInstanceProfileCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IAMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { GetLoginProfileRequest, GetLoginProfileResponse } from "../models/models_0";
5
- export interface GetLoginProfileCommandInput extends GetLoginProfileRequest {
6
- }
7
- export interface GetLoginProfileCommandOutput extends GetLoginProfileResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLoginProfileCommand extends $Command<GetLoginProfileCommandInput, GetLoginProfileCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetLoginProfileCommandInput;
12
- constructor(input: GetLoginProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoginProfileCommandInput, GetLoginProfileCommandOutput>;
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
+ GetLoginProfileRequest,
15
+ GetLoginProfileResponse,
16
+ } from "../models/models_0";
17
+ export interface GetLoginProfileCommandInput extends GetLoginProfileRequest {}
18
+ export interface GetLoginProfileCommandOutput
19
+ extends GetLoginProfileResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetLoginProfileCommand extends $Command<
23
+ GetLoginProfileCommandInput,
24
+ GetLoginProfileCommandOutput,
25
+ IAMClientResolvedConfig
26
+ > {
27
+ readonly input: GetLoginProfileCommandInput;
28
+ constructor(input: GetLoginProfileCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: IAMClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetLoginProfileCommandInput, GetLoginProfileCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { GetOpenIDConnectProviderRequest, GetOpenIDConnectProviderResponse } from "../models/models_0";
5
- export interface GetOpenIDConnectProviderCommandInput extends GetOpenIDConnectProviderRequest {
6
- }
7
- export interface GetOpenIDConnectProviderCommandOutput extends GetOpenIDConnectProviderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetOpenIDConnectProviderCommand extends $Command<GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetOpenIDConnectProviderCommandInput;
12
- constructor(input: GetOpenIDConnectProviderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput>;
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
+ GetOpenIDConnectProviderRequest,
15
+ GetOpenIDConnectProviderResponse,
16
+ } from "../models/models_0";
17
+ export interface GetOpenIDConnectProviderCommandInput
18
+ extends GetOpenIDConnectProviderRequest {}
19
+ export interface GetOpenIDConnectProviderCommandOutput
20
+ extends GetOpenIDConnectProviderResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetOpenIDConnectProviderCommand extends $Command<
24
+ GetOpenIDConnectProviderCommandInput,
25
+ GetOpenIDConnectProviderCommandOutput,
26
+ IAMClientResolvedConfig
27
+ > {
28
+ readonly input: GetOpenIDConnectProviderCommandInput;
29
+ constructor(input: GetOpenIDConnectProviderCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IAMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetOpenIDConnectProviderCommandInput,
37
+ GetOpenIDConnectProviderCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetOrganizationsAccessReportRequest, GetOrganizationsAccessReportResponse } from "../models/models_0";
5
- export interface GetOrganizationsAccessReportCommandInput extends GetOrganizationsAccessReportRequest {
6
- }
7
- export interface GetOrganizationsAccessReportCommandOutput extends GetOrganizationsAccessReportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetOrganizationsAccessReportCommand extends $Command<GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetOrganizationsAccessReportCommandInput;
12
- constructor(input: GetOrganizationsAccessReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput>;
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
+ GetOrganizationsAccessReportRequest,
15
+ GetOrganizationsAccessReportResponse,
16
+ } from "../models/models_0";
17
+ export interface GetOrganizationsAccessReportCommandInput
18
+ extends GetOrganizationsAccessReportRequest {}
19
+ export interface GetOrganizationsAccessReportCommandOutput
20
+ extends GetOrganizationsAccessReportResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetOrganizationsAccessReportCommand extends $Command<
24
+ GetOrganizationsAccessReportCommandInput,
25
+ GetOrganizationsAccessReportCommandOutput,
26
+ IAMClientResolvedConfig
27
+ > {
28
+ readonly input: GetOrganizationsAccessReportCommandInput;
29
+ constructor(input: GetOrganizationsAccessReportCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: IAMClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetOrganizationsAccessReportCommandInput,
37
+ GetOrganizationsAccessReportCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
5
- export interface GetPolicyCommandInput extends GetPolicyRequest {
6
- }
7
- export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetPolicyCommandInput;
12
- constructor(input: GetPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
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 { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
14
+ export interface GetPolicyCommandInput extends GetPolicyRequest {}
15
+ export interface GetPolicyCommandOutput
16
+ extends GetPolicyResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetPolicyCommand extends $Command<
20
+ GetPolicyCommandInput,
21
+ GetPolicyCommandOutput,
22
+ IAMClientResolvedConfig
23
+ > {
24
+ readonly input: GetPolicyCommandInput;
25
+ constructor(input: GetPolicyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IAMClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { GetPolicyVersionRequest, GetPolicyVersionResponse } from "../models/models_0";
5
- export interface GetPolicyVersionCommandInput extends GetPolicyVersionRequest {
6
- }
7
- export interface GetPolicyVersionCommandOutput extends GetPolicyVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPolicyVersionCommand extends $Command<GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetPolicyVersionCommandInput;
12
- constructor(input: GetPolicyVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput>;
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
+ GetPolicyVersionRequest,
15
+ GetPolicyVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetPolicyVersionCommandInput extends GetPolicyVersionRequest {}
18
+ export interface GetPolicyVersionCommandOutput
19
+ extends GetPolicyVersionResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetPolicyVersionCommand extends $Command<
23
+ GetPolicyVersionCommandInput,
24
+ GetPolicyVersionCommandOutput,
25
+ IAMClientResolvedConfig
26
+ > {
27
+ readonly input: GetPolicyVersionCommandInput;
28
+ constructor(input: GetPolicyVersionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: IAMClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { GetRoleRequest, GetRoleResponse } from "../models/models_0";
5
- export interface GetRoleCommandInput extends GetRoleRequest {
6
- }
7
- export interface GetRoleCommandOutput extends GetRoleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRoleCommand extends $Command<GetRoleCommandInput, GetRoleCommandOutput, IAMClientResolvedConfig> {
11
- readonly input: GetRoleCommandInput;
12
- constructor(input: GetRoleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRoleCommandInput, GetRoleCommandOutput>;
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 { GetRoleRequest, GetRoleResponse } from "../models/models_0";
14
+ export interface GetRoleCommandInput extends GetRoleRequest {}
15
+ export interface GetRoleCommandOutput
16
+ extends GetRoleResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetRoleCommand extends $Command<
20
+ GetRoleCommandInput,
21
+ GetRoleCommandOutput,
22
+ IAMClientResolvedConfig
23
+ > {
24
+ readonly input: GetRoleCommandInput;
25
+ constructor(input: GetRoleCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: IAMClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetRoleCommandInput, GetRoleCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }