@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 { AddClientIDToOpenIDConnectProviderRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddClientIDToOpenIDConnectProviderCommand}.
8
+ */
6
9
  export interface AddClientIDToOpenIDConnectProviderCommandInput extends AddClientIDToOpenIDConnectProviderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AddClientIDToOpenIDConnectProviderCommand}.
13
+ */
8
14
  export interface AddClientIDToOpenIDConnectProviderCommandOutput 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 { AddRoleToInstanceProfileRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddRoleToInstanceProfileCommand}.
8
+ */
6
9
  export interface AddRoleToInstanceProfileCommandInput extends AddRoleToInstanceProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AddRoleToInstanceProfileCommand}.
13
+ */
8
14
  export interface AddRoleToInstanceProfileCommandOutput 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 { AddUserToGroupRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddUserToGroupCommand}.
8
+ */
6
9
  export interface AddUserToGroupCommandInput extends AddUserToGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AddUserToGroupCommand}.
13
+ */
8
14
  export interface AddUserToGroupCommandOutput 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 { AttachGroupPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AttachGroupPolicyCommand}.
8
+ */
6
9
  export interface AttachGroupPolicyCommandInput extends AttachGroupPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AttachGroupPolicyCommand}.
13
+ */
8
14
  export interface AttachGroupPolicyCommandOutput 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 { AttachRolePolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AttachRolePolicyCommand}.
8
+ */
6
9
  export interface AttachRolePolicyCommandInput extends AttachRolePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AttachRolePolicyCommand}.
13
+ */
8
14
  export interface AttachRolePolicyCommandOutput 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 { AttachUserPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AttachUserPolicyCommand}.
8
+ */
6
9
  export interface AttachUserPolicyCommandInput extends AttachUserPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AttachUserPolicyCommand}.
13
+ */
8
14
  export interface AttachUserPolicyCommandOutput 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 { ChangePasswordRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ChangePasswordCommand}.
8
+ */
6
9
  export interface ChangePasswordCommandInput extends ChangePasswordRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ChangePasswordCommand}.
13
+ */
8
14
  export interface ChangePasswordCommandOutput 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 { CreateAccessKeyRequest, CreateAccessKeyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAccessKeyCommand}.
8
+ */
6
9
  export interface CreateAccessKeyCommandInput extends CreateAccessKeyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAccessKeyCommand}.
13
+ */
8
14
  export interface CreateAccessKeyCommandOutput extends CreateAccessKeyResponse, __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 { CreateAccountAliasRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAccountAliasCommand}.
8
+ */
6
9
  export interface CreateAccountAliasCommandInput extends CreateAccountAliasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAccountAliasCommand}.
13
+ */
8
14
  export interface CreateAccountAliasCommandOutput 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 { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateGroupCommand}.
8
+ */
6
9
  export interface CreateGroupCommandInput extends CreateGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateGroupCommand}.
13
+ */
8
14
  export interface CreateGroupCommandOutput extends CreateGroupResponse, __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 { CreateInstanceProfileRequest, CreateInstanceProfileResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateInstanceProfileCommand}.
8
+ */
6
9
  export interface CreateInstanceProfileCommandInput extends CreateInstanceProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateInstanceProfileCommand}.
13
+ */
8
14
  export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfileResponse, __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 { CreateLoginProfileRequest, CreateLoginProfileResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLoginProfileCommand}.
8
+ */
6
9
  export interface CreateLoginProfileCommandInput extends CreateLoginProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLoginProfileCommand}.
13
+ */
8
14
  export interface CreateLoginProfileCommandOutput extends CreateLoginProfileResponse, __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 { CreateOpenIDConnectProviderRequest, CreateOpenIDConnectProviderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateOpenIDConnectProviderCommand}.
8
+ */
6
9
  export interface CreateOpenIDConnectProviderCommandInput extends CreateOpenIDConnectProviderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateOpenIDConnectProviderCommand}.
13
+ */
8
14
  export interface CreateOpenIDConnectProviderCommandOutput extends CreateOpenIDConnectProviderResponse, __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 { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePolicyCommand}.
8
+ */
6
9
  export interface CreatePolicyCommandInput extends CreatePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePolicyCommand}.
13
+ */
8
14
  export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __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 { CreatePolicyVersionRequest, CreatePolicyVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePolicyVersionCommand}.
8
+ */
6
9
  export interface CreatePolicyVersionCommandInput extends CreatePolicyVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePolicyVersionCommand}.
13
+ */
8
14
  export interface CreatePolicyVersionCommandOutput extends CreatePolicyVersionResponse, __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 { CreateRoleRequest, CreateRoleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateRoleCommand}.
8
+ */
6
9
  export interface CreateRoleCommandInput extends CreateRoleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRoleCommand}.
13
+ */
8
14
  export interface CreateRoleCommandOutput extends CreateRoleResponse, __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 { CreateSAMLProviderRequest, CreateSAMLProviderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSAMLProviderCommand}.
8
+ */
6
9
  export interface CreateSAMLProviderCommandInput extends CreateSAMLProviderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSAMLProviderCommand}.
13
+ */
8
14
  export interface CreateSAMLProviderCommandOutput extends CreateSAMLProviderResponse, __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 { CreateServiceLinkedRoleRequest, CreateServiceLinkedRoleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateServiceLinkedRoleCommand}.
8
+ */
6
9
  export interface CreateServiceLinkedRoleCommandInput extends CreateServiceLinkedRoleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateServiceLinkedRoleCommand}.
13
+ */
8
14
  export interface CreateServiceLinkedRoleCommandOutput extends CreateServiceLinkedRoleResponse, __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 { CreateServiceSpecificCredentialRequest, CreateServiceSpecificCredentialResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateServiceSpecificCredentialCommand}.
8
+ */
6
9
  export interface CreateServiceSpecificCredentialCommandInput extends CreateServiceSpecificCredentialRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateServiceSpecificCredentialCommand}.
13
+ */
8
14
  export interface CreateServiceSpecificCredentialCommandOutput extends CreateServiceSpecificCredentialResponse, __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 { CreateUserRequest, CreateUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateUserCommand}.
8
+ */
6
9
  export interface CreateUserCommandInput extends CreateUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateUserCommand}.
13
+ */
8
14
  export interface CreateUserCommandOutput extends CreateUserResponse, __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 { CreateVirtualMFADeviceRequest, CreateVirtualMFADeviceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateVirtualMFADeviceCommand}.
8
+ */
6
9
  export interface CreateVirtualMFADeviceCommandInput extends CreateVirtualMFADeviceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVirtualMFADeviceCommand}.
13
+ */
8
14
  export interface CreateVirtualMFADeviceCommandOutput extends CreateVirtualMFADeviceResponse, __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 { DeactivateMFADeviceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeactivateMFADeviceCommand}.
8
+ */
6
9
  export interface DeactivateMFADeviceCommandInput extends DeactivateMFADeviceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeactivateMFADeviceCommand}.
13
+ */
8
14
  export interface DeactivateMFADeviceCommandOutput 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 { DeleteAccessKeyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAccessKeyCommand}.
8
+ */
6
9
  export interface DeleteAccessKeyCommandInput extends DeleteAccessKeyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAccessKeyCommand}.
13
+ */
8
14
  export interface DeleteAccessKeyCommandOutput 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 { DeleteAccountAliasRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAccountAliasCommand}.
8
+ */
6
9
  export interface DeleteAccountAliasCommandInput extends DeleteAccountAliasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAccountAliasCommand}.
13
+ */
8
14
  export interface DeleteAccountAliasCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -2,8 +2,14 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  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
+ /**
6
+ * The input for {@link DeleteAccountPasswordPolicyCommand}.
7
+ */
5
8
  export interface DeleteAccountPasswordPolicyCommandInput {
6
9
  }
10
+ /**
11
+ * The output of {@link DeleteAccountPasswordPolicyCommand}.
12
+ */
7
13
  export interface DeleteAccountPasswordPolicyCommandOutput extends __MetadataBearer {
8
14
  }
9
15
  /**
@@ -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 { DeleteGroupRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteGroupCommand}.
8
+ */
6
9
  export interface DeleteGroupCommandInput extends DeleteGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteGroupCommand}.
13
+ */
8
14
  export interface DeleteGroupCommandOutput 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 { DeleteGroupPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteGroupPolicyCommand}.
8
+ */
6
9
  export interface DeleteGroupPolicyCommandInput extends DeleteGroupPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteGroupPolicyCommand}.
13
+ */
8
14
  export interface DeleteGroupPolicyCommandOutput 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 { DeleteInstanceProfileRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteInstanceProfileCommand}.
8
+ */
6
9
  export interface DeleteInstanceProfileCommandInput extends DeleteInstanceProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteInstanceProfileCommand}.
13
+ */
8
14
  export interface DeleteInstanceProfileCommandOutput 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 { DeleteLoginProfileRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteLoginProfileCommand}.
8
+ */
6
9
  export interface DeleteLoginProfileCommandInput extends DeleteLoginProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteLoginProfileCommand}.
13
+ */
8
14
  export interface DeleteLoginProfileCommandOutput 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 { DeleteOpenIDConnectProviderRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteOpenIDConnectProviderCommand}.
8
+ */
6
9
  export interface DeleteOpenIDConnectProviderCommandInput extends DeleteOpenIDConnectProviderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteOpenIDConnectProviderCommand}.
13
+ */
8
14
  export interface DeleteOpenIDConnectProviderCommandOutput 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 { DeletePolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePolicyCommand}.
8
+ */
6
9
  export interface DeletePolicyCommandInput extends DeletePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePolicyCommand}.
13
+ */
8
14
  export interface DeletePolicyCommandOutput 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 { DeletePolicyVersionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePolicyVersionCommand}.
8
+ */
6
9
  export interface DeletePolicyVersionCommandInput extends DeletePolicyVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePolicyVersionCommand}.
13
+ */
8
14
  export interface DeletePolicyVersionCommandOutput 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 { DeleteRoleRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRoleCommand}.
8
+ */
6
9
  export interface DeleteRoleCommandInput extends DeleteRoleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRoleCommand}.
13
+ */
8
14
  export interface DeleteRoleCommandOutput 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 { DeleteRolePermissionsBoundaryRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRolePermissionsBoundaryCommand}.
8
+ */
6
9
  export interface DeleteRolePermissionsBoundaryCommandInput extends DeleteRolePermissionsBoundaryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRolePermissionsBoundaryCommand}.
13
+ */
8
14
  export interface DeleteRolePermissionsBoundaryCommandOutput 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 { DeleteRolePolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRolePolicyCommand}.
8
+ */
6
9
  export interface DeleteRolePolicyCommandInput extends DeleteRolePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRolePolicyCommand}.
13
+ */
8
14
  export interface DeleteRolePolicyCommandOutput 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 { DeleteSAMLProviderRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSAMLProviderCommand}.
8
+ */
6
9
  export interface DeleteSAMLProviderCommandInput extends DeleteSAMLProviderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSAMLProviderCommand}.
13
+ */
8
14
  export interface DeleteSAMLProviderCommandOutput 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 { DeleteSSHPublicKeyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSSHPublicKeyCommand}.
8
+ */
6
9
  export interface DeleteSSHPublicKeyCommandInput extends DeleteSSHPublicKeyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSSHPublicKeyCommand}.
13
+ */
8
14
  export interface DeleteSSHPublicKeyCommandOutput 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 { DeleteServerCertificateRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteServerCertificateCommand}.
8
+ */
6
9
  export interface DeleteServerCertificateCommandInput extends DeleteServerCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteServerCertificateCommand}.
13
+ */
8
14
  export interface DeleteServerCertificateCommandOutput 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 { DeleteServiceLinkedRoleRequest, DeleteServiceLinkedRoleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteServiceLinkedRoleCommand}.
8
+ */
6
9
  export interface DeleteServiceLinkedRoleCommandInput extends DeleteServiceLinkedRoleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteServiceLinkedRoleCommand}.
13
+ */
8
14
  export interface DeleteServiceLinkedRoleCommandOutput extends DeleteServiceLinkedRoleResponse, __MetadataBearer {
9
15
  }
10
16
  /**