@aws-sdk/client-iam 3.278.0 → 3.281.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 (160) hide show
  1. package/README.md +1267 -0
  2. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +6 -0
  3. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +6 -0
  4. package/dist-types/commands/AddUserToGroupCommand.d.ts +6 -0
  5. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +6 -0
  6. package/dist-types/commands/AttachRolePolicyCommand.d.ts +6 -0
  7. package/dist-types/commands/AttachUserPolicyCommand.d.ts +6 -0
  8. package/dist-types/commands/ChangePasswordCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateAccessKeyCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateAccountAliasCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateLoginProfileCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +6 -0
  15. package/dist-types/commands/CreatePolicyCommand.d.ts +6 -0
  16. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateRoleCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +6 -0
  20. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateUserCommand.d.ts +6 -0
  22. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +6 -0
  23. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +6 -0
  31. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +6 -0
  32. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
  33. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +6 -0
  34. package/dist-types/commands/DeleteRoleCommand.d.ts +6 -0
  35. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +6 -0
  36. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +6 -0
  37. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +6 -0
  38. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +6 -0
  39. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +6 -0
  40. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +6 -0
  41. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +6 -0
  42. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +6 -0
  43. package/dist-types/commands/DeleteUserCommand.d.ts +6 -0
  44. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +6 -0
  45. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +6 -0
  46. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +6 -0
  47. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +6 -0
  48. package/dist-types/commands/DetachRolePolicyCommand.d.ts +6 -0
  49. package/dist-types/commands/DetachUserPolicyCommand.d.ts +6 -0
  50. package/dist-types/commands/EnableMFADeviceCommand.d.ts +6 -0
  51. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +6 -0
  52. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +6 -0
  53. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +6 -0
  54. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +6 -0
  55. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +6 -0
  56. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +6 -0
  57. package/dist-types/commands/GetAccountSummaryCommand.d.ts +6 -0
  58. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +6 -0
  59. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +6 -0
  60. package/dist-types/commands/GetCredentialReportCommand.d.ts +6 -0
  61. package/dist-types/commands/GetGroupCommand.d.ts +6 -0
  62. package/dist-types/commands/GetGroupPolicyCommand.d.ts +6 -0
  63. package/dist-types/commands/GetInstanceProfileCommand.d.ts +6 -0
  64. package/dist-types/commands/GetLoginProfileCommand.d.ts +6 -0
  65. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +6 -0
  66. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +6 -0
  67. package/dist-types/commands/GetPolicyCommand.d.ts +6 -0
  68. package/dist-types/commands/GetPolicyVersionCommand.d.ts +6 -0
  69. package/dist-types/commands/GetRoleCommand.d.ts +6 -0
  70. package/dist-types/commands/GetRolePolicyCommand.d.ts +6 -0
  71. package/dist-types/commands/GetSAMLProviderCommand.d.ts +6 -0
  72. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +6 -0
  73. package/dist-types/commands/GetServerCertificateCommand.d.ts +6 -0
  74. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +6 -0
  75. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +6 -0
  76. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +6 -0
  77. package/dist-types/commands/GetUserCommand.d.ts +6 -0
  78. package/dist-types/commands/GetUserPolicyCommand.d.ts +6 -0
  79. package/dist-types/commands/ListAccessKeysCommand.d.ts +6 -0
  80. package/dist-types/commands/ListAccountAliasesCommand.d.ts +6 -0
  81. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +6 -0
  82. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +6 -0
  83. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +6 -0
  84. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +6 -0
  85. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +6 -0
  86. package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
  87. package/dist-types/commands/ListGroupsForUserCommand.d.ts +6 -0
  88. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +6 -0
  89. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +6 -0
  90. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +6 -0
  91. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +6 -0
  92. package/dist-types/commands/ListMFADevicesCommand.d.ts +6 -0
  93. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +6 -0
  94. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +6 -0
  95. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -0
  96. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +6 -0
  97. package/dist-types/commands/ListPolicyTagsCommand.d.ts +6 -0
  98. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +6 -0
  99. package/dist-types/commands/ListRolePoliciesCommand.d.ts +6 -0
  100. package/dist-types/commands/ListRoleTagsCommand.d.ts +6 -0
  101. package/dist-types/commands/ListRolesCommand.d.ts +6 -0
  102. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +6 -0
  103. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +6 -0
  104. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +6 -0
  105. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +6 -0
  106. package/dist-types/commands/ListServerCertificatesCommand.d.ts +6 -0
  107. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +6 -0
  108. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +6 -0
  109. package/dist-types/commands/ListUserPoliciesCommand.d.ts +6 -0
  110. package/dist-types/commands/ListUserTagsCommand.d.ts +6 -0
  111. package/dist-types/commands/ListUsersCommand.d.ts +6 -0
  112. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +6 -0
  113. package/dist-types/commands/PutGroupPolicyCommand.d.ts +6 -0
  114. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +6 -0
  115. package/dist-types/commands/PutRolePolicyCommand.d.ts +6 -0
  116. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +6 -0
  117. package/dist-types/commands/PutUserPolicyCommand.d.ts +6 -0
  118. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +6 -0
  119. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +6 -0
  120. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +6 -0
  121. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +6 -0
  122. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +6 -0
  123. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +6 -0
  124. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +6 -0
  125. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +6 -0
  126. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +6 -0
  127. package/dist-types/commands/TagInstanceProfileCommand.d.ts +6 -0
  128. package/dist-types/commands/TagMFADeviceCommand.d.ts +6 -0
  129. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +6 -0
  130. package/dist-types/commands/TagPolicyCommand.d.ts +6 -0
  131. package/dist-types/commands/TagRoleCommand.d.ts +6 -0
  132. package/dist-types/commands/TagSAMLProviderCommand.d.ts +6 -0
  133. package/dist-types/commands/TagServerCertificateCommand.d.ts +6 -0
  134. package/dist-types/commands/TagUserCommand.d.ts +6 -0
  135. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +6 -0
  136. package/dist-types/commands/UntagMFADeviceCommand.d.ts +6 -0
  137. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +6 -0
  138. package/dist-types/commands/UntagPolicyCommand.d.ts +6 -0
  139. package/dist-types/commands/UntagRoleCommand.d.ts +6 -0
  140. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +6 -0
  141. package/dist-types/commands/UntagServerCertificateCommand.d.ts +6 -0
  142. package/dist-types/commands/UntagUserCommand.d.ts +6 -0
  143. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +6 -0
  144. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +6 -0
  145. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +6 -0
  146. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
  147. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +6 -0
  148. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +6 -0
  149. package/dist-types/commands/UpdateRoleCommand.d.ts +6 -0
  150. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +6 -0
  151. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +6 -0
  152. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +6 -0
  153. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +6 -0
  154. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +6 -0
  155. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +6 -0
  156. package/dist-types/commands/UpdateUserCommand.d.ts +6 -0
  157. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +6 -0
  158. package/dist-types/commands/UploadServerCertificateCommand.d.ts +6 -0
  159. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +6 -0
  160. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteServiceSpecificCredentialRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteServiceSpecificCredentialCommand}.
8
+ */
6
9
  export interface DeleteServiceSpecificCredentialCommandInput extends DeleteServiceSpecificCredentialRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteServiceSpecificCredentialCommand}.
13
+ */
8
14
  export interface DeleteServiceSpecificCredentialCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteSigningCertificateRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSigningCertificateCommand}.
8
+ */
6
9
  export interface DeleteSigningCertificateCommandInput extends DeleteSigningCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSigningCertificateCommand}.
13
+ */
8
14
  export interface DeleteSigningCertificateCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteUserRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteUserCommand}.
8
+ */
6
9
  export interface DeleteUserCommandInput extends DeleteUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteUserCommand}.
13
+ */
8
14
  export interface DeleteUserCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteUserPermissionsBoundaryRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteUserPermissionsBoundaryCommand}.
8
+ */
6
9
  export interface DeleteUserPermissionsBoundaryCommandInput extends DeleteUserPermissionsBoundaryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteUserPermissionsBoundaryCommand}.
13
+ */
8
14
  export interface DeleteUserPermissionsBoundaryCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteUserPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteUserPolicyCommand}.
8
+ */
6
9
  export interface DeleteUserPolicyCommandInput extends DeleteUserPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteUserPolicyCommand}.
13
+ */
8
14
  export interface DeleteUserPolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteVirtualMFADeviceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVirtualMFADeviceCommand}.
8
+ */
6
9
  export interface DeleteVirtualMFADeviceCommandInput extends DeleteVirtualMFADeviceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVirtualMFADeviceCommand}.
13
+ */
8
14
  export interface DeleteVirtualMFADeviceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DetachGroupPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetachGroupPolicyCommand}.
8
+ */
6
9
  export interface DetachGroupPolicyCommandInput extends DetachGroupPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DetachGroupPolicyCommand}.
13
+ */
8
14
  export interface DetachGroupPolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DetachRolePolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetachRolePolicyCommand}.
8
+ */
6
9
  export interface DetachRolePolicyCommandInput extends DetachRolePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DetachRolePolicyCommand}.
13
+ */
8
14
  export interface DetachRolePolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DetachUserPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DetachUserPolicyCommand}.
8
+ */
6
9
  export interface DetachUserPolicyCommandInput extends DetachUserPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DetachUserPolicyCommand}.
13
+ */
8
14
  export interface DetachUserPolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { EnableMFADeviceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link EnableMFADeviceCommand}.
8
+ */
6
9
  export interface EnableMFADeviceCommandInput extends EnableMFADeviceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link EnableMFADeviceCommand}.
13
+ */
8
14
  export interface EnableMFADeviceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GenerateCredentialReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GenerateCredentialReportCommand}.
8
+ */
6
9
  export interface GenerateCredentialReportCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GenerateCredentialReportCommand}.
13
+ */
8
14
  export interface GenerateCredentialReportCommandOutput extends GenerateCredentialReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GenerateOrganizationsAccessReportRequest, GenerateOrganizationsAccessReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GenerateOrganizationsAccessReportCommand}.
8
+ */
6
9
  export interface GenerateOrganizationsAccessReportCommandInput extends GenerateOrganizationsAccessReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GenerateOrganizationsAccessReportCommand}.
13
+ */
8
14
  export interface GenerateOrganizationsAccessReportCommandOutput extends GenerateOrganizationsAccessReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GenerateServiceLastAccessedDetailsRequest, GenerateServiceLastAccessedDetailsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GenerateServiceLastAccessedDetailsCommand}.
8
+ */
6
9
  export interface GenerateServiceLastAccessedDetailsCommandInput extends GenerateServiceLastAccessedDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GenerateServiceLastAccessedDetailsCommand}.
13
+ */
8
14
  export interface GenerateServiceLastAccessedDetailsCommandOutput extends GenerateServiceLastAccessedDetailsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetAccessKeyLastUsedRequest, GetAccessKeyLastUsedResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAccessKeyLastUsedCommand}.
8
+ */
6
9
  export interface GetAccessKeyLastUsedCommandInput extends GetAccessKeyLastUsedRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccessKeyLastUsedCommand}.
13
+ */
8
14
  export interface GetAccessKeyLastUsedCommandOutput extends GetAccessKeyLastUsedResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetAccountAuthorizationDetailsRequest, GetAccountAuthorizationDetailsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAccountAuthorizationDetailsCommand}.
8
+ */
6
9
  export interface GetAccountAuthorizationDetailsCommandInput extends GetAccountAuthorizationDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountAuthorizationDetailsCommand}.
13
+ */
8
14
  export interface GetAccountAuthorizationDetailsCommandOutput extends GetAccountAuthorizationDetailsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetAccountPasswordPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAccountPasswordPolicyCommand}.
8
+ */
6
9
  export interface GetAccountPasswordPolicyCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountPasswordPolicyCommand}.
13
+ */
8
14
  export interface GetAccountPasswordPolicyCommandOutput extends GetAccountPasswordPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetAccountSummaryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAccountSummaryCommand}.
8
+ */
6
9
  export interface GetAccountSummaryCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountSummaryCommand}.
13
+ */
8
14
  export interface GetAccountSummaryCommandOutput extends GetAccountSummaryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetContextKeysForCustomPolicyRequest, GetContextKeysForPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetContextKeysForCustomPolicyCommand}.
8
+ */
6
9
  export interface GetContextKeysForCustomPolicyCommandInput extends GetContextKeysForCustomPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetContextKeysForCustomPolicyCommand}.
13
+ */
8
14
  export interface GetContextKeysForCustomPolicyCommandOutput extends GetContextKeysForPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetContextKeysForPolicyResponse, GetContextKeysForPrincipalPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetContextKeysForPrincipalPolicyCommand}.
8
+ */
6
9
  export interface GetContextKeysForPrincipalPolicyCommandInput extends GetContextKeysForPrincipalPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetContextKeysForPrincipalPolicyCommand}.
13
+ */
8
14
  export interface GetContextKeysForPrincipalPolicyCommandOutput extends GetContextKeysForPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetCredentialReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCredentialReportCommand}.
8
+ */
6
9
  export interface GetCredentialReportCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCredentialReportCommand}.
13
+ */
8
14
  export interface GetCredentialReportCommandOutput extends GetCredentialReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGroupCommand}.
8
+ */
6
9
  export interface GetGroupCommandInput extends GetGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGroupCommand}.
13
+ */
8
14
  export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetGroupPolicyRequest, GetGroupPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGroupPolicyCommand}.
8
+ */
6
9
  export interface GetGroupPolicyCommandInput extends GetGroupPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGroupPolicyCommand}.
13
+ */
8
14
  export interface GetGroupPolicyCommandOutput extends GetGroupPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetInstanceProfileRequest, GetInstanceProfileResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetInstanceProfileCommand}.
8
+ */
6
9
  export interface GetInstanceProfileCommandInput extends GetInstanceProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetInstanceProfileCommand}.
13
+ */
8
14
  export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetLoginProfileRequest, GetLoginProfileResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetLoginProfileCommand}.
8
+ */
6
9
  export interface GetLoginProfileCommandInput extends GetLoginProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetLoginProfileCommand}.
13
+ */
8
14
  export interface GetLoginProfileCommandOutput extends GetLoginProfileResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetOpenIDConnectProviderRequest, GetOpenIDConnectProviderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetOpenIDConnectProviderCommand}.
8
+ */
6
9
  export interface GetOpenIDConnectProviderCommandInput extends GetOpenIDConnectProviderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetOpenIDConnectProviderCommand}.
13
+ */
8
14
  export interface GetOpenIDConnectProviderCommandOutput extends GetOpenIDConnectProviderResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetOrganizationsAccessReportRequest, GetOrganizationsAccessReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetOrganizationsAccessReportCommand}.
8
+ */
6
9
  export interface GetOrganizationsAccessReportCommandInput extends GetOrganizationsAccessReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetOrganizationsAccessReportCommand}.
13
+ */
8
14
  export interface GetOrganizationsAccessReportCommandOutput extends GetOrganizationsAccessReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPolicyCommand}.
8
+ */
6
9
  export interface GetPolicyCommandInput extends GetPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPolicyCommand}.
13
+ */
8
14
  export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetPolicyVersionRequest, GetPolicyVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPolicyVersionCommand}.
8
+ */
6
9
  export interface GetPolicyVersionCommandInput extends GetPolicyVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPolicyVersionCommand}.
13
+ */
8
14
  export interface GetPolicyVersionCommandOutput extends GetPolicyVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetRoleRequest, GetRoleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRoleCommand}.
8
+ */
6
9
  export interface GetRoleCommandInput extends GetRoleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRoleCommand}.
13
+ */
8
14
  export interface GetRoleCommandOutput extends GetRoleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetRolePolicyRequest, GetRolePolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRolePolicyCommand}.
8
+ */
6
9
  export interface GetRolePolicyCommandInput extends GetRolePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRolePolicyCommand}.
13
+ */
8
14
  export interface GetRolePolicyCommandOutput extends GetRolePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetSAMLProviderRequest, GetSAMLProviderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSAMLProviderCommand}.
8
+ */
6
9
  export interface GetSAMLProviderCommandInput extends GetSAMLProviderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSAMLProviderCommand}.
13
+ */
8
14
  export interface GetSAMLProviderCommandOutput extends GetSAMLProviderResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetSSHPublicKeyRequest, GetSSHPublicKeyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSSHPublicKeyCommand}.
8
+ */
6
9
  export interface GetSSHPublicKeyCommandInput extends GetSSHPublicKeyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSSHPublicKeyCommand}.
13
+ */
8
14
  export interface GetSSHPublicKeyCommandOutput extends GetSSHPublicKeyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetServerCertificateRequest, GetServerCertificateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetServerCertificateCommand}.
8
+ */
6
9
  export interface GetServerCertificateCommandInput extends GetServerCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetServerCertificateCommand}.
13
+ */
8
14
  export interface GetServerCertificateCommandOutput extends GetServerCertificateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetServiceLastAccessedDetailsRequest, GetServiceLastAccessedDetailsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetServiceLastAccessedDetailsCommand}.
8
+ */
6
9
  export interface GetServiceLastAccessedDetailsCommandInput extends GetServiceLastAccessedDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetServiceLastAccessedDetailsCommand}.
13
+ */
8
14
  export interface GetServiceLastAccessedDetailsCommandOutput extends GetServiceLastAccessedDetailsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetServiceLastAccessedDetailsWithEntitiesRequest, GetServiceLastAccessedDetailsWithEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetServiceLastAccessedDetailsWithEntitiesCommand}.
8
+ */
6
9
  export interface GetServiceLastAccessedDetailsWithEntitiesCommandInput extends GetServiceLastAccessedDetailsWithEntitiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetServiceLastAccessedDetailsWithEntitiesCommand}.
13
+ */
8
14
  export interface GetServiceLastAccessedDetailsWithEntitiesCommandOutput extends GetServiceLastAccessedDetailsWithEntitiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetServiceLinkedRoleDeletionStatusRequest, GetServiceLinkedRoleDeletionStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetServiceLinkedRoleDeletionStatusCommand}.
8
+ */
6
9
  export interface GetServiceLinkedRoleDeletionStatusCommandInput extends GetServiceLinkedRoleDeletionStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetServiceLinkedRoleDeletionStatusCommand}.
13
+ */
8
14
  export interface GetServiceLinkedRoleDeletionStatusCommandOutput extends GetServiceLinkedRoleDeletionStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetUserRequest, GetUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUserCommand}.
8
+ */
6
9
  export interface GetUserCommandInput extends GetUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUserCommand}.
13
+ */
8
14
  export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { GetUserPolicyRequest, GetUserPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUserPolicyCommand}.
8
+ */
6
9
  export interface GetUserPolicyCommandInput extends GetUserPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUserPolicyCommand}.
13
+ */
8
14
  export interface GetUserPolicyCommandOutput extends GetUserPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { ListAccessKeysRequest, ListAccessKeysResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAccessKeysCommand}.
8
+ */
6
9
  export interface ListAccessKeysCommandInput extends ListAccessKeysRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccessKeysCommand}.
13
+ */
8
14
  export interface ListAccessKeysCommandOutput extends ListAccessKeysResponse, __MetadataBearer {
9
15
  }
10
16
  /**