@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 { ListAccountAliasesRequest, ListAccountAliasesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAccountAliasesCommand}.
8
+ */
6
9
  export interface ListAccountAliasesCommandInput extends ListAccountAliasesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccountAliasesCommand}.
13
+ */
8
14
  export interface ListAccountAliasesCommandOutput extends ListAccountAliasesResponse, __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 { ListAttachedGroupPoliciesRequest, ListAttachedGroupPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAttachedGroupPoliciesCommand}.
8
+ */
6
9
  export interface ListAttachedGroupPoliciesCommandInput extends ListAttachedGroupPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAttachedGroupPoliciesCommand}.
13
+ */
8
14
  export interface ListAttachedGroupPoliciesCommandOutput extends ListAttachedGroupPoliciesResponse, __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 { ListAttachedRolePoliciesRequest, ListAttachedRolePoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAttachedRolePoliciesCommand}.
8
+ */
6
9
  export interface ListAttachedRolePoliciesCommandInput extends ListAttachedRolePoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAttachedRolePoliciesCommand}.
13
+ */
8
14
  export interface ListAttachedRolePoliciesCommandOutput extends ListAttachedRolePoliciesResponse, __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 { ListAttachedUserPoliciesRequest, ListAttachedUserPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAttachedUserPoliciesCommand}.
8
+ */
6
9
  export interface ListAttachedUserPoliciesCommandInput extends ListAttachedUserPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAttachedUserPoliciesCommand}.
13
+ */
8
14
  export interface ListAttachedUserPoliciesCommandOutput extends ListAttachedUserPoliciesResponse, __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 { ListEntitiesForPolicyRequest, ListEntitiesForPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListEntitiesForPolicyCommand}.
8
+ */
6
9
  export interface ListEntitiesForPolicyCommandInput extends ListEntitiesForPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEntitiesForPolicyCommand}.
13
+ */
8
14
  export interface ListEntitiesForPolicyCommandOutput extends ListEntitiesForPolicyResponse, __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 { ListGroupPoliciesRequest, ListGroupPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListGroupPoliciesCommand}.
8
+ */
6
9
  export interface ListGroupPoliciesCommandInput extends ListGroupPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGroupPoliciesCommand}.
13
+ */
8
14
  export interface ListGroupPoliciesCommandOutput extends ListGroupPoliciesResponse, __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 { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListGroupsCommand}.
8
+ */
6
9
  export interface ListGroupsCommandInput extends ListGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGroupsCommand}.
13
+ */
8
14
  export interface ListGroupsCommandOutput extends ListGroupsResponse, __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 { ListGroupsForUserRequest, ListGroupsForUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListGroupsForUserCommand}.
8
+ */
6
9
  export interface ListGroupsForUserCommandInput extends ListGroupsForUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGroupsForUserCommand}.
13
+ */
8
14
  export interface ListGroupsForUserCommandOutput extends ListGroupsForUserResponse, __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 { ListInstanceProfileTagsRequest, ListInstanceProfileTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListInstanceProfileTagsCommand}.
8
+ */
6
9
  export interface ListInstanceProfileTagsCommandInput extends ListInstanceProfileTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListInstanceProfileTagsCommand}.
13
+ */
8
14
  export interface ListInstanceProfileTagsCommandOutput extends ListInstanceProfileTagsResponse, __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 { ListInstanceProfilesRequest, ListInstanceProfilesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListInstanceProfilesCommand}.
8
+ */
6
9
  export interface ListInstanceProfilesCommandInput extends ListInstanceProfilesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListInstanceProfilesCommand}.
13
+ */
8
14
  export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesResponse, __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 { ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListInstanceProfilesForRoleCommand}.
8
+ */
6
9
  export interface ListInstanceProfilesForRoleCommandInput extends ListInstanceProfilesForRoleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListInstanceProfilesForRoleCommand}.
13
+ */
8
14
  export interface ListInstanceProfilesForRoleCommandOutput extends ListInstanceProfilesForRoleResponse, __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 { ListMFADeviceTagsRequest, ListMFADeviceTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListMFADeviceTagsCommand}.
8
+ */
6
9
  export interface ListMFADeviceTagsCommandInput extends ListMFADeviceTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMFADeviceTagsCommand}.
13
+ */
8
14
  export interface ListMFADeviceTagsCommandOutput extends ListMFADeviceTagsResponse, __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 { ListMFADevicesRequest, ListMFADevicesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListMFADevicesCommand}.
8
+ */
6
9
  export interface ListMFADevicesCommandInput extends ListMFADevicesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMFADevicesCommand}.
13
+ */
8
14
  export interface ListMFADevicesCommandOutput extends ListMFADevicesResponse, __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 { ListOpenIDConnectProviderTagsRequest, ListOpenIDConnectProviderTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListOpenIDConnectProviderTagsCommand}.
8
+ */
6
9
  export interface ListOpenIDConnectProviderTagsCommandInput extends ListOpenIDConnectProviderTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListOpenIDConnectProviderTagsCommand}.
13
+ */
8
14
  export interface ListOpenIDConnectProviderTagsCommandOutput extends ListOpenIDConnectProviderTagsResponse, __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 { ListOpenIDConnectProvidersRequest, ListOpenIDConnectProvidersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListOpenIDConnectProvidersCommand}.
8
+ */
6
9
  export interface ListOpenIDConnectProvidersCommandInput extends ListOpenIDConnectProvidersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListOpenIDConnectProvidersCommand}.
13
+ */
8
14
  export interface ListOpenIDConnectProvidersCommandOutput extends ListOpenIDConnectProvidersResponse, __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 { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPoliciesCommand}.
8
+ */
6
9
  export interface ListPoliciesCommandInput extends ListPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPoliciesCommand}.
13
+ */
8
14
  export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __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 { ListPoliciesGrantingServiceAccessRequest, ListPoliciesGrantingServiceAccessResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPoliciesGrantingServiceAccessCommand}.
8
+ */
6
9
  export interface ListPoliciesGrantingServiceAccessCommandInput extends ListPoliciesGrantingServiceAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPoliciesGrantingServiceAccessCommand}.
13
+ */
8
14
  export interface ListPoliciesGrantingServiceAccessCommandOutput extends ListPoliciesGrantingServiceAccessResponse, __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 { ListPolicyTagsRequest, ListPolicyTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPolicyTagsCommand}.
8
+ */
6
9
  export interface ListPolicyTagsCommandInput extends ListPolicyTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPolicyTagsCommand}.
13
+ */
8
14
  export interface ListPolicyTagsCommandOutput extends ListPolicyTagsResponse, __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 { ListPolicyVersionsRequest, ListPolicyVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPolicyVersionsCommand}.
8
+ */
6
9
  export interface ListPolicyVersionsCommandInput extends ListPolicyVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPolicyVersionsCommand}.
13
+ */
8
14
  export interface ListPolicyVersionsCommandOutput extends ListPolicyVersionsResponse, __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 { ListRolePoliciesRequest, ListRolePoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListRolePoliciesCommand}.
8
+ */
6
9
  export interface ListRolePoliciesCommandInput extends ListRolePoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRolePoliciesCommand}.
13
+ */
8
14
  export interface ListRolePoliciesCommandOutput extends ListRolePoliciesResponse, __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 { ListRoleTagsRequest, ListRoleTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListRoleTagsCommand}.
8
+ */
6
9
  export interface ListRoleTagsCommandInput extends ListRoleTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRoleTagsCommand}.
13
+ */
8
14
  export interface ListRoleTagsCommandOutput extends ListRoleTagsResponse, __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 { ListRolesRequest, ListRolesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListRolesCommand}.
8
+ */
6
9
  export interface ListRolesCommandInput extends ListRolesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRolesCommand}.
13
+ */
8
14
  export interface ListRolesCommandOutput extends ListRolesResponse, __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 { ListSAMLProviderTagsRequest, ListSAMLProviderTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSAMLProviderTagsCommand}.
8
+ */
6
9
  export interface ListSAMLProviderTagsCommandInput extends ListSAMLProviderTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSAMLProviderTagsCommand}.
13
+ */
8
14
  export interface ListSAMLProviderTagsCommandOutput extends ListSAMLProviderTagsResponse, __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 { ListSAMLProvidersRequest, ListSAMLProvidersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSAMLProvidersCommand}.
8
+ */
6
9
  export interface ListSAMLProvidersCommandInput extends ListSAMLProvidersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSAMLProvidersCommand}.
13
+ */
8
14
  export interface ListSAMLProvidersCommandOutput extends ListSAMLProvidersResponse, __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 { ListSSHPublicKeysRequest, ListSSHPublicKeysResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSSHPublicKeysCommand}.
8
+ */
6
9
  export interface ListSSHPublicKeysCommandInput extends ListSSHPublicKeysRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSSHPublicKeysCommand}.
13
+ */
8
14
  export interface ListSSHPublicKeysCommandOutput extends ListSSHPublicKeysResponse, __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 { ListServerCertificateTagsRequest, ListServerCertificateTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListServerCertificateTagsCommand}.
8
+ */
6
9
  export interface ListServerCertificateTagsCommandInput extends ListServerCertificateTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListServerCertificateTagsCommand}.
13
+ */
8
14
  export interface ListServerCertificateTagsCommandOutput extends ListServerCertificateTagsResponse, __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 { ListServerCertificatesRequest, ListServerCertificatesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListServerCertificatesCommand}.
8
+ */
6
9
  export interface ListServerCertificatesCommandInput extends ListServerCertificatesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListServerCertificatesCommand}.
13
+ */
8
14
  export interface ListServerCertificatesCommandOutput extends ListServerCertificatesResponse, __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 { ListServiceSpecificCredentialsRequest, ListServiceSpecificCredentialsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListServiceSpecificCredentialsCommand}.
8
+ */
6
9
  export interface ListServiceSpecificCredentialsCommandInput extends ListServiceSpecificCredentialsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListServiceSpecificCredentialsCommand}.
13
+ */
8
14
  export interface ListServiceSpecificCredentialsCommandOutput extends ListServiceSpecificCredentialsResponse, __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 { ListSigningCertificatesRequest, ListSigningCertificatesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSigningCertificatesCommand}.
8
+ */
6
9
  export interface ListSigningCertificatesCommandInput extends ListSigningCertificatesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSigningCertificatesCommand}.
13
+ */
8
14
  export interface ListSigningCertificatesCommandOutput extends ListSigningCertificatesResponse, __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 { ListUserPoliciesRequest, ListUserPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListUserPoliciesCommand}.
8
+ */
6
9
  export interface ListUserPoliciesCommandInput extends ListUserPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListUserPoliciesCommand}.
13
+ */
8
14
  export interface ListUserPoliciesCommandOutput extends ListUserPoliciesResponse, __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 { ListUserTagsRequest, ListUserTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListUserTagsCommand}.
8
+ */
6
9
  export interface ListUserTagsCommandInput extends ListUserTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListUserTagsCommand}.
13
+ */
8
14
  export interface ListUserTagsCommandOutput extends ListUserTagsResponse, __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 { ListUsersRequest, ListUsersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListUsersCommand}.
8
+ */
6
9
  export interface ListUsersCommandInput extends ListUsersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListUsersCommand}.
13
+ */
8
14
  export interface ListUsersCommandOutput extends ListUsersResponse, __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 { ListVirtualMFADevicesRequest, ListVirtualMFADevicesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListVirtualMFADevicesCommand}.
8
+ */
6
9
  export interface ListVirtualMFADevicesCommandInput extends ListVirtualMFADevicesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVirtualMFADevicesCommand}.
13
+ */
8
14
  export interface ListVirtualMFADevicesCommandOutput extends ListVirtualMFADevicesResponse, __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 { PutGroupPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutGroupPolicyCommand}.
8
+ */
6
9
  export interface PutGroupPolicyCommandInput extends PutGroupPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutGroupPolicyCommand}.
13
+ */
8
14
  export interface PutGroupPolicyCommandOutput 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 { PutRolePermissionsBoundaryRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutRolePermissionsBoundaryCommand}.
8
+ */
6
9
  export interface PutRolePermissionsBoundaryCommandInput extends PutRolePermissionsBoundaryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutRolePermissionsBoundaryCommand}.
13
+ */
8
14
  export interface PutRolePermissionsBoundaryCommandOutput 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 { PutRolePolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutRolePolicyCommand}.
8
+ */
6
9
  export interface PutRolePolicyCommandInput extends PutRolePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutRolePolicyCommand}.
13
+ */
8
14
  export interface PutRolePolicyCommandOutput 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 { PutUserPermissionsBoundaryRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutUserPermissionsBoundaryCommand}.
8
+ */
6
9
  export interface PutUserPermissionsBoundaryCommandInput extends PutUserPermissionsBoundaryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutUserPermissionsBoundaryCommand}.
13
+ */
8
14
  export interface PutUserPermissionsBoundaryCommandOutput 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 { PutUserPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutUserPolicyCommand}.
8
+ */
6
9
  export interface PutUserPolicyCommandInput extends PutUserPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutUserPolicyCommand}.
13
+ */
8
14
  export interface PutUserPolicyCommandOutput 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 { RemoveClientIDFromOpenIDConnectProviderRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RemoveClientIDFromOpenIDConnectProviderCommand}.
8
+ */
6
9
  export interface RemoveClientIDFromOpenIDConnectProviderCommandInput extends RemoveClientIDFromOpenIDConnectProviderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RemoveClientIDFromOpenIDConnectProviderCommand}.
13
+ */
8
14
  export interface RemoveClientIDFromOpenIDConnectProviderCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**