@aws-sdk/client-iam 3.296.0 → 3.297.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 (194) hide show
  1. package/dist-cjs/protocols/Aws_query.js +159 -783
  2. package/dist-es/protocols/Aws_query.js +159 -783
  3. package/dist-types/IAM.d.ts +162 -2
  4. package/dist-types/IAMClient.d.ts +24 -4
  5. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +16 -0
  6. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -4
  7. package/dist-types/commands/AddUserToGroupCommand.d.ts +16 -0
  8. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +16 -0
  9. package/dist-types/commands/AttachRolePolicyCommand.d.ts +20 -4
  10. package/dist-types/commands/AttachUserPolicyCommand.d.ts +16 -0
  11. package/dist-types/commands/ChangePasswordCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateAccessKeyCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateAccountAliasCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +16 -0
  18. package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
  19. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateRoleCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +16 -0
  26. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +16 -0
  35. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  36. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteRoleCommand.d.ts +20 -4
  38. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +22 -5
  39. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +20 -4
  40. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +16 -0
  41. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +16 -0
  42. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +16 -0
  43. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +16 -0
  44. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +16 -0
  45. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +16 -0
  46. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  47. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +16 -0
  48. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +16 -0
  49. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +16 -0
  50. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +16 -0
  51. package/dist-types/commands/DetachRolePolicyCommand.d.ts +20 -4
  52. package/dist-types/commands/DetachUserPolicyCommand.d.ts +16 -0
  53. package/dist-types/commands/EnableMFADeviceCommand.d.ts +16 -0
  54. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +16 -0
  55. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +16 -0
  56. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +16 -0
  57. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +16 -0
  58. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +16 -0
  59. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +16 -0
  60. package/dist-types/commands/GetAccountSummaryCommand.d.ts +16 -0
  61. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +16 -0
  62. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +16 -0
  63. package/dist-types/commands/GetCredentialReportCommand.d.ts +16 -0
  64. package/dist-types/commands/GetGroupCommand.d.ts +16 -0
  65. package/dist-types/commands/GetGroupPolicyCommand.d.ts +16 -0
  66. package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
  67. package/dist-types/commands/GetLoginProfileCommand.d.ts +16 -0
  68. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +16 -0
  69. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +16 -0
  70. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  71. package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
  72. package/dist-types/commands/GetRoleCommand.d.ts +16 -0
  73. package/dist-types/commands/GetRolePolicyCommand.d.ts +16 -0
  74. package/dist-types/commands/GetSAMLProviderCommand.d.ts +16 -0
  75. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +16 -0
  76. package/dist-types/commands/GetServerCertificateCommand.d.ts +16 -0
  77. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +16 -0
  78. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +16 -0
  79. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +16 -0
  80. package/dist-types/commands/GetUserCommand.d.ts +16 -0
  81. package/dist-types/commands/GetUserPolicyCommand.d.ts +16 -0
  82. package/dist-types/commands/ListAccessKeysCommand.d.ts +16 -0
  83. package/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -0
  84. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +16 -0
  85. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +16 -0
  86. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +16 -0
  87. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +16 -0
  88. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +16 -0
  89. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListGroupsForUserCommand.d.ts +16 -0
  91. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
  93. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +16 -0
  94. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +16 -0
  95. package/dist-types/commands/ListMFADevicesCommand.d.ts +16 -0
  96. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +16 -0
  97. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +16 -0
  98. package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
  99. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +16 -0
  100. package/dist-types/commands/ListPolicyTagsCommand.d.ts +16 -0
  101. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
  102. package/dist-types/commands/ListRolePoliciesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListRoleTagsCommand.d.ts +16 -0
  104. package/dist-types/commands/ListRolesCommand.d.ts +16 -0
  105. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +16 -0
  106. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +16 -0
  107. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +16 -0
  108. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +16 -0
  109. package/dist-types/commands/ListServerCertificatesCommand.d.ts +16 -0
  110. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +16 -0
  111. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +16 -0
  112. package/dist-types/commands/ListUserPoliciesCommand.d.ts +16 -0
  113. package/dist-types/commands/ListUserTagsCommand.d.ts +16 -0
  114. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  115. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +16 -0
  116. package/dist-types/commands/PutGroupPolicyCommand.d.ts +16 -0
  117. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +21 -5
  118. package/dist-types/commands/PutRolePolicyCommand.d.ts +20 -4
  119. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +16 -0
  120. package/dist-types/commands/PutUserPolicyCommand.d.ts +16 -0
  121. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +16 -0
  122. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +20 -4
  123. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +16 -0
  124. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +16 -0
  125. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +16 -0
  126. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
  127. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +16 -0
  128. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +16 -0
  129. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +16 -0
  130. package/dist-types/commands/TagInstanceProfileCommand.d.ts +16 -0
  131. package/dist-types/commands/TagMFADeviceCommand.d.ts +16 -0
  132. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +16 -0
  133. package/dist-types/commands/TagPolicyCommand.d.ts +16 -0
  134. package/dist-types/commands/TagRoleCommand.d.ts +16 -0
  135. package/dist-types/commands/TagSAMLProviderCommand.d.ts +16 -0
  136. package/dist-types/commands/TagServerCertificateCommand.d.ts +16 -0
  137. package/dist-types/commands/TagUserCommand.d.ts +16 -0
  138. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +16 -0
  139. package/dist-types/commands/UntagMFADeviceCommand.d.ts +16 -0
  140. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +16 -0
  141. package/dist-types/commands/UntagPolicyCommand.d.ts +16 -0
  142. package/dist-types/commands/UntagRoleCommand.d.ts +16 -0
  143. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +16 -0
  144. package/dist-types/commands/UntagServerCertificateCommand.d.ts +16 -0
  145. package/dist-types/commands/UntagUserCommand.d.ts +16 -0
  146. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +16 -0
  147. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +16 -0
  148. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +20 -4
  149. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  150. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +16 -0
  151. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +16 -0
  152. package/dist-types/commands/UpdateRoleCommand.d.ts +20 -4
  153. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +20 -4
  154. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +16 -0
  155. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +16 -0
  156. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +16 -0
  157. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +16 -0
  158. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +16 -0
  159. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  160. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +16 -0
  161. package/dist-types/commands/UploadServerCertificateCommand.d.ts +16 -0
  162. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +16 -0
  163. package/dist-types/models/IAMServiceException.d.ts +2 -0
  164. package/dist-types/models/models_0.d.ts +649 -7
  165. package/dist-types/models/models_1.d.ts +83 -1
  166. package/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +3 -0
  167. package/dist-types/pagination/GetGroupPaginator.d.ts +3 -0
  168. package/dist-types/pagination/Interfaces.d.ts +3 -0
  169. package/dist-types/pagination/ListAccessKeysPaginator.d.ts +3 -0
  170. package/dist-types/pagination/ListAccountAliasesPaginator.d.ts +3 -0
  171. package/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +3 -0
  172. package/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +3 -0
  173. package/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +3 -0
  174. package/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +3 -0
  175. package/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +3 -0
  176. package/dist-types/pagination/ListGroupsForUserPaginator.d.ts +3 -0
  177. package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
  178. package/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +3 -0
  179. package/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +3 -0
  180. package/dist-types/pagination/ListMFADevicesPaginator.d.ts +3 -0
  181. package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
  182. package/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +3 -0
  183. package/dist-types/pagination/ListRolePoliciesPaginator.d.ts +3 -0
  184. package/dist-types/pagination/ListRolesPaginator.d.ts +3 -0
  185. package/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +3 -0
  186. package/dist-types/pagination/ListServerCertificatesPaginator.d.ts +3 -0
  187. package/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +3 -0
  188. package/dist-types/pagination/ListUserPoliciesPaginator.d.ts +3 -0
  189. package/dist-types/pagination/ListUserTagsPaginator.d.ts +3 -0
  190. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  191. package/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +3 -0
  192. package/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +3 -0
  193. package/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +3 -0
  194. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { TagServerCertificateRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagServerCertificateCommand}.
8
10
  */
9
11
  export interface TagServerCertificateCommandInput extends TagServerCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagServerCertificateCommand}.
13
17
  */
14
18
  export interface TagServerCertificateCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds one or more tags to an IAM server certificate. If a tag with the same key name
18
23
  * already exists, then that tag is overwritten with the new value.</p>
19
24
  * <note>
@@ -72,6 +77,8 @@ export interface TagServerCertificateCommandOutput extends __MetadataBearer {
72
77
  * const response = await client.send(command);
73
78
  * ```
74
79
  *
80
+ * @param TagServerCertificateCommandInput - {@link TagServerCertificateCommandInput}
81
+ * @returns {@link TagServerCertificateCommandOutput}
75
82
  * @see {@link TagServerCertificateCommandInput} for command's `input` shape.
76
83
  * @see {@link TagServerCertificateCommandOutput} for command's `response` shape.
77
84
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -101,11 +108,20 @@ export interface TagServerCertificateCommandOutput extends __MetadataBearer {
101
108
  export declare class TagServerCertificateCommand extends $Command<TagServerCertificateCommandInput, TagServerCertificateCommandOutput, IAMClientResolvedConfig> {
102
109
  readonly input: TagServerCertificateCommandInput;
103
110
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
+ /**
112
+ * @public
113
+ */
104
114
  constructor(input: TagServerCertificateCommandInput);
105
115
  /**
106
116
  * @internal
107
117
  */
108
118
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagServerCertificateCommandInput, TagServerCertificateCommandOutput>;
119
+ /**
120
+ * @internal
121
+ */
109
122
  private serialize;
123
+ /**
124
+ * @internal
125
+ */
110
126
  private deserialize;
111
127
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { TagUserRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagUserCommand}.
8
10
  */
9
11
  export interface TagUserCommandInput extends TagUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagUserCommand}.
13
17
  */
14
18
  export interface TagUserCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds one or more tags to an IAM user. If a tag with the same key name already exists,
18
23
  * then that tag is overwritten with the new value.</p>
19
24
  * <p>A tag consists of a key name and an associated value. By assigning tags to your
@@ -68,6 +73,8 @@ export interface TagUserCommandOutput extends __MetadataBearer {
68
73
  * const response = await client.send(command);
69
74
  * ```
70
75
  *
76
+ * @param TagUserCommandInput - {@link TagUserCommandInput}
77
+ * @returns {@link TagUserCommandOutput}
71
78
  * @see {@link TagUserCommandInput} for command's `input` shape.
72
79
  * @see {@link TagUserCommandOutput} for command's `response` shape.
73
80
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -118,11 +125,20 @@ export interface TagUserCommandOutput extends __MetadataBearer {
118
125
  export declare class TagUserCommand extends $Command<TagUserCommandInput, TagUserCommandOutput, IAMClientResolvedConfig> {
119
126
  readonly input: TagUserCommandInput;
120
127
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
+ /**
129
+ * @public
130
+ */
121
131
  constructor(input: TagUserCommandInput);
122
132
  /**
123
133
  * @internal
124
134
  */
125
135
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagUserCommandInput, TagUserCommandOutput>;
136
+ /**
137
+ * @internal
138
+ */
126
139
  private serialize;
140
+ /**
141
+ * @internal
142
+ */
127
143
  private deserialize;
128
144
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UntagInstanceProfileRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagInstanceProfileCommand}.
8
10
  */
9
11
  export interface UntagInstanceProfileCommandInput extends UntagInstanceProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagInstanceProfileCommand}.
13
17
  */
14
18
  export interface UntagInstanceProfileCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified tags from the IAM instance profile. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
18
23
  * <i>IAM User Guide</i>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UntagInstanceProfileCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UntagInstanceProfileCommandInput - {@link UntagInstanceProfileCommandInput}
35
+ * @returns {@link UntagInstanceProfileCommandOutput}
29
36
  * @see {@link UntagInstanceProfileCommandInput} for command's `input` shape.
30
37
  * @see {@link UntagInstanceProfileCommandOutput} for command's `response` shape.
31
38
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UntagInstanceProfileCommandOutput extends __MetadataBearer {
51
58
  export declare class UntagInstanceProfileCommand extends $Command<UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput, IAMClientResolvedConfig> {
52
59
  readonly input: UntagInstanceProfileCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UntagInstanceProfileCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UntagMFADeviceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagMFADeviceCommand}.
8
10
  */
9
11
  export interface UntagMFADeviceCommandInput extends UntagMFADeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagMFADeviceCommand}.
13
17
  */
14
18
  export interface UntagMFADeviceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified tags from the IAM virtual multi-factor authentication (MFA)
18
23
  * device. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
19
24
  * <i>IAM User Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface UntagMFADeviceCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UntagMFADeviceCommandInput - {@link UntagMFADeviceCommandInput}
36
+ * @returns {@link UntagMFADeviceCommandOutput}
30
37
  * @see {@link UntagMFADeviceCommandInput} for command's `input` shape.
31
38
  * @see {@link UntagMFADeviceCommandOutput} for command's `response` shape.
32
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UntagMFADeviceCommandOutput extends __MetadataBearer {
52
59
  export declare class UntagMFADeviceCommand extends $Command<UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput, IAMClientResolvedConfig> {
53
60
  readonly input: UntagMFADeviceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UntagMFADeviceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UntagOpenIDConnectProviderRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagOpenIDConnectProviderCommand}.
8
10
  */
9
11
  export interface UntagOpenIDConnectProviderCommandInput extends UntagOpenIDConnectProviderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagOpenIDConnectProviderCommand}.
13
17
  */
14
18
  export interface UntagOpenIDConnectProviderCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified tags from the specified OpenID Connect (OIDC)-compatible identity
18
23
  * provider in IAM. For more information about OIDC providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>.
19
24
  * For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
@@ -28,6 +33,8 @@ export interface UntagOpenIDConnectProviderCommandOutput extends __MetadataBeare
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UntagOpenIDConnectProviderCommandInput - {@link UntagOpenIDConnectProviderCommandInput}
37
+ * @returns {@link UntagOpenIDConnectProviderCommandOutput}
31
38
  * @see {@link UntagOpenIDConnectProviderCommandInput} for command's `input` shape.
32
39
  * @see {@link UntagOpenIDConnectProviderCommandOutput} for command's `response` shape.
33
40
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -53,11 +60,20 @@ export interface UntagOpenIDConnectProviderCommandOutput extends __MetadataBeare
53
60
  export declare class UntagOpenIDConnectProviderCommand extends $Command<UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig> {
54
61
  readonly input: UntagOpenIDConnectProviderCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: UntagOpenIDConnectProviderCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UntagPolicyRequest } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagPolicyCommand}.
8
10
  */
9
11
  export interface UntagPolicyCommandInput extends UntagPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagPolicyCommand}.
13
17
  */
14
18
  export interface UntagPolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified tags from the customer managed policy. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
18
23
  * <i>IAM User Guide</i>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UntagPolicyCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UntagPolicyCommandInput - {@link UntagPolicyCommandInput}
35
+ * @returns {@link UntagPolicyCommandOutput}
29
36
  * @see {@link UntagPolicyCommandInput} for command's `input` shape.
30
37
  * @see {@link UntagPolicyCommandOutput} for command's `response` shape.
31
38
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UntagPolicyCommandOutput extends __MetadataBearer {
51
58
  export declare class UntagPolicyCommand extends $Command<UntagPolicyCommandInput, UntagPolicyCommandOutput, IAMClientResolvedConfig> {
52
59
  readonly input: UntagPolicyCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UntagPolicyCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagPolicyCommandInput, UntagPolicyCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UntagRoleRequest } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagRoleCommand}.
8
10
  */
9
11
  export interface UntagRoleCommandInput extends UntagRoleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagRoleCommand}.
13
17
  */
14
18
  export interface UntagRoleCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified tags from the role. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
18
23
  * <i>IAM User Guide</i>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UntagRoleCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UntagRoleCommandInput - {@link UntagRoleCommandInput}
35
+ * @returns {@link UntagRoleCommandOutput}
29
36
  * @see {@link UntagRoleCommandInput} for command's `input` shape.
30
37
  * @see {@link UntagRoleCommandOutput} for command's `response` shape.
31
38
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -61,11 +68,20 @@ export interface UntagRoleCommandOutput extends __MetadataBearer {
61
68
  export declare class UntagRoleCommand extends $Command<UntagRoleCommandInput, UntagRoleCommandOutput, IAMClientResolvedConfig> {
62
69
  readonly input: UntagRoleCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: UntagRoleCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagRoleCommandInput, UntagRoleCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UntagSAMLProviderRequest } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagSAMLProviderCommand}.
8
10
  */
9
11
  export interface UntagSAMLProviderCommandInput extends UntagSAMLProviderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagSAMLProviderCommand}.
13
17
  */
14
18
  export interface UntagSAMLProviderCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified tags from the specified Security Assertion Markup Language (SAML)
18
23
  * identity provider in IAM. For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity
19
24
  * federation</a>. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
@@ -28,6 +33,8 @@ export interface UntagSAMLProviderCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UntagSAMLProviderCommandInput - {@link UntagSAMLProviderCommandInput}
37
+ * @returns {@link UntagSAMLProviderCommandOutput}
31
38
  * @see {@link UntagSAMLProviderCommandInput} for command's `input` shape.
32
39
  * @see {@link UntagSAMLProviderCommandOutput} for command's `response` shape.
33
40
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -53,11 +60,20 @@ export interface UntagSAMLProviderCommandOutput extends __MetadataBearer {
53
60
  export declare class UntagSAMLProviderCommand extends $Command<UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput, IAMClientResolvedConfig> {
54
61
  readonly input: UntagSAMLProviderCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: UntagSAMLProviderCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UntagServerCertificateRequest } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagServerCertificateCommand}.
8
10
  */
9
11
  export interface UntagServerCertificateCommandInput extends UntagServerCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagServerCertificateCommand}.
13
17
  */
14
18
  export interface UntagServerCertificateCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified tags from the IAM server certificate.
18
23
  * For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
19
24
  * <i>IAM User Guide</i>.</p>
@@ -34,6 +39,8 @@ export interface UntagServerCertificateCommandOutput extends __MetadataBearer {
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param UntagServerCertificateCommandInput - {@link UntagServerCertificateCommandInput}
43
+ * @returns {@link UntagServerCertificateCommandOutput}
37
44
  * @see {@link UntagServerCertificateCommandInput} for command's `input` shape.
38
45
  * @see {@link UntagServerCertificateCommandOutput} for command's `response` shape.
39
46
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -59,11 +66,20 @@ export interface UntagServerCertificateCommandOutput extends __MetadataBearer {
59
66
  export declare class UntagServerCertificateCommand extends $Command<UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput, IAMClientResolvedConfig> {
60
67
  readonly input: UntagServerCertificateCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UntagServerCertificateCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UntagUserRequest } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagUserCommand}.
8
10
  */
9
11
  export interface UntagUserCommandInput extends UntagUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagUserCommand}.
13
17
  */
14
18
  export interface UntagUserCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified tags from the user. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
18
23
  * <i>IAM User Guide</i>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UntagUserCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UntagUserCommandInput - {@link UntagUserCommandInput}
35
+ * @returns {@link UntagUserCommandOutput}
29
36
  * @see {@link UntagUserCommandInput} for command's `input` shape.
30
37
  * @see {@link UntagUserCommandOutput} for command's `response` shape.
31
38
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -61,11 +68,20 @@ export interface UntagUserCommandOutput extends __MetadataBearer {
61
68
  export declare class UntagUserCommand extends $Command<UntagUserCommandInput, UntagUserCommandOutput, IAMClientResolvedConfig> {
62
69
  readonly input: UntagUserCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: UntagUserCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagUserCommandInput, UntagUserCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UpdateAccessKeyRequest } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAccessKeyCommand}.
8
10
  */
9
11
  export interface UpdateAccessKeyCommandInput extends UpdateAccessKeyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAccessKeyCommand}.
13
17
  */
14
18
  export interface UpdateAccessKeyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Changes the status of the specified access key from Active to Inactive, or vice versa.
18
23
  * This operation can be used to disable a user's key as part of a key rotation
19
24
  * workflow.</p>
@@ -35,6 +40,8 @@ export interface UpdateAccessKeyCommandOutput extends __MetadataBearer {
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param UpdateAccessKeyCommandInput - {@link UpdateAccessKeyCommandInput}
44
+ * @returns {@link UpdateAccessKeyCommandOutput}
38
45
  * @see {@link UpdateAccessKeyCommandInput} for command's `input` shape.
39
46
  * @see {@link UpdateAccessKeyCommandOutput} for command's `response` shape.
40
47
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -69,11 +76,20 @@ export interface UpdateAccessKeyCommandOutput extends __MetadataBearer {
69
76
  export declare class UpdateAccessKeyCommand extends $Command<UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput, IAMClientResolvedConfig> {
70
77
  readonly input: UpdateAccessKeyCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: UpdateAccessKeyCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { UpdateAccountPasswordPolicyRequest } from "../models/models_1";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAccountPasswordPolicyCommand}.
8
10
  */
9
11
  export interface UpdateAccountPasswordPolicyCommandInput extends UpdateAccountPasswordPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAccountPasswordPolicyCommand}.
13
17
  */
14
18
  export interface UpdateAccountPasswordPolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the password policy settings for the Amazon Web Services account.</p>
18
23
  * <note>
19
24
  * <p>This operation does not support partial updates. No parameters are required, but
@@ -35,6 +40,8 @@ export interface UpdateAccountPasswordPolicyCommandOutput extends __MetadataBear
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param UpdateAccountPasswordPolicyCommandInput - {@link UpdateAccountPasswordPolicyCommandInput}
44
+ * @returns {@link UpdateAccountPasswordPolicyCommandOutput}
38
45
  * @see {@link UpdateAccountPasswordPolicyCommandInput} for command's `input` shape.
39
46
  * @see {@link UpdateAccountPasswordPolicyCommandOutput} for command's `response` shape.
40
47
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -72,11 +79,20 @@ export interface UpdateAccountPasswordPolicyCommandOutput extends __MetadataBear
72
79
  export declare class UpdateAccountPasswordPolicyCommand extends $Command<UpdateAccountPasswordPolicyCommandInput, UpdateAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig> {
73
80
  readonly input: UpdateAccountPasswordPolicyCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: UpdateAccountPasswordPolicyCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccountPasswordPolicyCommandInput, UpdateAccountPasswordPolicyCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }