@aws-sdk/client-iam 3.295.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 +30 -30
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteRolePolicyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRolePolicyCommand}.
8
10
  */
9
11
  export interface DeleteRolePolicyCommandInput extends DeleteRolePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRolePolicyCommand}.
13
17
  */
14
18
  export interface DeleteRolePolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified inline policy that is embedded in the specified IAM
18
23
  * role.</p>
19
24
  * <p>A role can also have managed policies attached to it. To detach a managed policy from
@@ -30,6 +35,8 @@ export interface DeleteRolePolicyCommandOutput extends __MetadataBearer {
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteRolePolicyCommandInput - {@link DeleteRolePolicyCommandInput}
39
+ * @returns {@link DeleteRolePolicyCommandOutput}
33
40
  * @see {@link DeleteRolePolicyCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteRolePolicyCommandOutput} for command's `response` shape.
35
42
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -47,10 +54,10 @@ export interface DeleteRolePolicyCommandOutput extends __MetadataBearer {
47
54
  * failure.</p>
48
55
  *
49
56
  * @throws {@link UnmodifiableEntityException} (client fault)
50
- * <p>The request was rejected because only the service that depends on the service-linked role
51
- * can modify or delete the role on your behalf. The error message includes the name of the
52
- * service that depends on this service-linked role. You must request the change through that
53
- * service.</p>
57
+ * <p>The request was rejected because service-linked roles are protected Amazon Web Services resources. Only
58
+ * the service that depends on the service-linked role can modify or delete the role on your
59
+ * behalf. The error message includes the name of the service that depends on this service-linked
60
+ * role. You must request the change through that service.</p>
54
61
  *
55
62
  *
56
63
  * @example To remove a policy from an IAM role
@@ -69,11 +76,20 @@ export interface DeleteRolePolicyCommandOutput extends __MetadataBearer {
69
76
  export declare class DeleteRolePolicyCommand extends $Command<DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput, IAMClientResolvedConfig> {
70
77
  readonly input: DeleteRolePolicyCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: DeleteRolePolicyCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput>;
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 { DeleteSAMLProviderRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSAMLProviderCommand}.
8
10
  */
9
11
  export interface DeleteSAMLProviderCommandInput extends DeleteSAMLProviderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSAMLProviderCommand}.
13
17
  */
14
18
  export interface DeleteSAMLProviderCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a SAML provider resource in IAM.</p>
18
23
  * <p>Deleting the provider resource from IAM does not update any roles that reference the
19
24
  * SAML provider resource's ARN as a principal in their trust policies. Any attempt to
@@ -31,6 +36,8 @@ export interface DeleteSAMLProviderCommandOutput extends __MetadataBearer {
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DeleteSAMLProviderCommandInput - {@link DeleteSAMLProviderCommandInput}
40
+ * @returns {@link DeleteSAMLProviderCommandOutput}
34
41
  * @see {@link DeleteSAMLProviderCommandInput} for command's `input` shape.
35
42
  * @see {@link DeleteSAMLProviderCommandOutput} for command's `response` shape.
36
43
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DeleteSAMLProviderCommandOutput extends __MetadataBearer {
56
63
  export declare class DeleteSAMLProviderCommand extends $Command<DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput, IAMClientResolvedConfig> {
57
64
  readonly input: DeleteSAMLProviderCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DeleteSAMLProviderCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteSSHPublicKeyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSSHPublicKeyCommand}.
8
10
  */
9
11
  export interface DeleteSSHPublicKeyCommandInput extends DeleteSSHPublicKeyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSSHPublicKeyCommand}.
13
17
  */
14
18
  export interface DeleteSSHPublicKeyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified SSH public key.</p>
18
23
  * <p>The SSH public key deleted by this operation is used only for authenticating the
19
24
  * associated IAM user to an CodeCommit repository. For more information about using SSH keys
@@ -29,6 +34,8 @@ export interface DeleteSSHPublicKeyCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteSSHPublicKeyCommandInput - {@link DeleteSSHPublicKeyCommandInput}
38
+ * @returns {@link DeleteSSHPublicKeyCommandOutput}
32
39
  * @see {@link DeleteSSHPublicKeyCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteSSHPublicKeyCommandOutput} for command's `response` shape.
34
41
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DeleteSSHPublicKeyCommandOutput extends __MetadataBearer {
42
49
  export declare class DeleteSSHPublicKeyCommand extends $Command<DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput, IAMClientResolvedConfig> {
43
50
  readonly input: DeleteSSHPublicKeyCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DeleteSSHPublicKeyCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteServerCertificateRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteServerCertificateCommand}.
8
10
  */
9
11
  export interface DeleteServerCertificateCommandInput extends DeleteServerCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteServerCertificateCommand}.
13
17
  */
14
18
  export interface DeleteServerCertificateCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified server certificate.</p>
18
23
  * <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working
19
24
  * with server certificates</a> in the <i>IAM User Guide</i>. This
@@ -39,6 +44,8 @@ export interface DeleteServerCertificateCommandOutput extends __MetadataBearer {
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param DeleteServerCertificateCommandInput - {@link DeleteServerCertificateCommandInput}
48
+ * @returns {@link DeleteServerCertificateCommandOutput}
42
49
  * @see {@link DeleteServerCertificateCommandInput} for command's `input` shape.
43
50
  * @see {@link DeleteServerCertificateCommandOutput} for command's `response` shape.
44
51
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -64,11 +71,20 @@ export interface DeleteServerCertificateCommandOutput extends __MetadataBearer {
64
71
  export declare class DeleteServerCertificateCommand extends $Command<DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput, IAMClientResolvedConfig> {
65
72
  readonly input: DeleteServerCertificateCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: DeleteServerCertificateCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteServiceLinkedRoleRequest, DeleteServiceLinkedRoleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteServiceLinkedRoleCommand}.
8
10
  */
9
11
  export interface DeleteServiceLinkedRoleCommandInput extends DeleteServiceLinkedRoleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteServiceLinkedRoleCommand}.
13
17
  */
14
18
  export interface DeleteServiceLinkedRoleCommandOutput extends DeleteServiceLinkedRoleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Submits a service-linked role deletion request and returns a
18
23
  * <code>DeletionTaskId</code>, which you can use to check the status of the deletion.
19
24
  * Before you call this operation, confirm that the role has no active sessions and that
@@ -41,6 +46,8 @@ export interface DeleteServiceLinkedRoleCommandOutput extends DeleteServiceLinke
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param DeleteServiceLinkedRoleCommandInput - {@link DeleteServiceLinkedRoleCommandInput}
50
+ * @returns {@link DeleteServiceLinkedRoleCommandOutput}
44
51
  * @see {@link DeleteServiceLinkedRoleCommandInput} for command's `input` shape.
45
52
  * @see {@link DeleteServiceLinkedRoleCommandOutput} for command's `response` shape.
46
53
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -62,11 +69,20 @@ export interface DeleteServiceLinkedRoleCommandOutput extends DeleteServiceLinke
62
69
  export declare class DeleteServiceLinkedRoleCommand extends $Command<DeleteServiceLinkedRoleCommandInput, DeleteServiceLinkedRoleCommandOutput, IAMClientResolvedConfig> {
63
70
  readonly input: DeleteServiceLinkedRoleCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: DeleteServiceLinkedRoleCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceLinkedRoleCommandInput, DeleteServiceLinkedRoleCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteServiceSpecificCredentialRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteServiceSpecificCredentialCommand}.
8
10
  */
9
11
  export interface DeleteServiceSpecificCredentialCommandInput extends DeleteServiceSpecificCredentialRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteServiceSpecificCredentialCommand}.
13
17
  */
14
18
  export interface DeleteServiceSpecificCredentialCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified service-specific credential.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteServiceSpecificCredentialCommandOutput extends __Metadata
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteServiceSpecificCredentialCommandInput - {@link DeleteServiceSpecificCredentialCommandInput}
34
+ * @returns {@link DeleteServiceSpecificCredentialCommandOutput}
28
35
  * @see {@link DeleteServiceSpecificCredentialCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteServiceSpecificCredentialCommandOutput} for command's `response` shape.
30
37
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -38,11 +45,20 @@ export interface DeleteServiceSpecificCredentialCommandOutput extends __Metadata
38
45
  export declare class DeleteServiceSpecificCredentialCommand extends $Command<DeleteServiceSpecificCredentialCommandInput, DeleteServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig> {
39
46
  readonly input: DeleteServiceSpecificCredentialCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: DeleteServiceSpecificCredentialCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceSpecificCredentialCommandInput, DeleteServiceSpecificCredentialCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteSigningCertificateRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSigningCertificateCommand}.
8
10
  */
9
11
  export interface DeleteSigningCertificateCommandInput extends DeleteSigningCertificateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSigningCertificateCommand}.
13
17
  */
14
18
  export interface DeleteSigningCertificateCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a signing certificate associated with the specified IAM user.</p>
18
23
  * <p>If you do not specify a user name, IAM determines the user name implicitly based on
19
24
  * the Amazon Web Services access key ID signing the request. This operation works for access keys under
@@ -29,6 +34,8 @@ export interface DeleteSigningCertificateCommandOutput extends __MetadataBearer
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteSigningCertificateCommandInput - {@link DeleteSigningCertificateCommandInput}
38
+ * @returns {@link DeleteSigningCertificateCommandOutput}
32
39
  * @see {@link DeleteSigningCertificateCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteSigningCertificateCommandOutput} for command's `response` shape.
34
41
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -62,11 +69,20 @@ export interface DeleteSigningCertificateCommandOutput extends __MetadataBearer
62
69
  export declare class DeleteSigningCertificateCommand extends $Command<DeleteSigningCertificateCommandInput, DeleteSigningCertificateCommandOutput, IAMClientResolvedConfig> {
63
70
  readonly input: DeleteSigningCertificateCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: DeleteSigningCertificateCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSigningCertificateCommandInput, DeleteSigningCertificateCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteUserRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserCommand}.
8
10
  */
9
11
  export interface DeleteUserCommandInput extends DeleteUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserCommand}.
13
17
  */
14
18
  export interface DeleteUserCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified IAM user. Unlike the Amazon Web Services Management Console, when you delete a user
18
23
  * programmatically, you must delete the items attached to the user manually, or the
19
24
  * deletion fails. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_deleting_cli">Deleting an IAM
@@ -57,6 +62,8 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
57
62
  * const response = await client.send(command);
58
63
  * ```
59
64
  *
65
+ * @param DeleteUserCommandInput - {@link DeleteUserCommandInput}
66
+ * @returns {@link DeleteUserCommandOutput}
60
67
  * @see {@link DeleteUserCommandInput} for command's `input` shape.
61
68
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
62
69
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -97,11 +104,20 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
97
104
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, IAMClientResolvedConfig> {
98
105
  readonly input: DeleteUserCommandInput;
99
106
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
+ /**
108
+ * @public
109
+ */
100
110
  constructor(input: DeleteUserCommandInput);
101
111
  /**
102
112
  * @internal
103
113
  */
104
114
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
115
+ /**
116
+ * @internal
117
+ */
105
118
  private serialize;
119
+ /**
120
+ * @internal
121
+ */
106
122
  private deserialize;
107
123
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteUserPermissionsBoundaryRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserPermissionsBoundaryCommand}.
8
10
  */
9
11
  export interface DeleteUserPermissionsBoundaryCommandInput extends DeleteUserPermissionsBoundaryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserPermissionsBoundaryCommand}.
13
17
  */
14
18
  export interface DeleteUserPermissionsBoundaryCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the permissions boundary for the specified IAM user.</p>
18
23
  * <important>
19
24
  * <p>Deleting the permissions boundary for a user might increase its permissions by
@@ -30,6 +35,8 @@ export interface DeleteUserPermissionsBoundaryCommandOutput extends __MetadataBe
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteUserPermissionsBoundaryCommandInput - {@link DeleteUserPermissionsBoundaryCommandInput}
39
+ * @returns {@link DeleteUserPermissionsBoundaryCommandOutput}
33
40
  * @see {@link DeleteUserPermissionsBoundaryCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteUserPermissionsBoundaryCommandOutput} for command's `response` shape.
35
42
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteUserPermissionsBoundaryCommandOutput extends __MetadataBe
47
54
  export declare class DeleteUserPermissionsBoundaryCommand extends $Command<DeleteUserPermissionsBoundaryCommandInput, DeleteUserPermissionsBoundaryCommandOutput, IAMClientResolvedConfig> {
48
55
  readonly input: DeleteUserPermissionsBoundaryCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteUserPermissionsBoundaryCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserPermissionsBoundaryCommandInput, DeleteUserPermissionsBoundaryCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteUserPolicyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUserPolicyCommand}.
8
10
  */
9
11
  export interface DeleteUserPolicyCommandInput extends DeleteUserPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUserPolicyCommand}.
13
17
  */
14
18
  export interface DeleteUserPolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified inline policy that is embedded in the specified IAM
18
23
  * user.</p>
19
24
  * <p>A user can also have managed policies attached to it. To detach a managed policy from
@@ -30,6 +35,8 @@ export interface DeleteUserPolicyCommandOutput extends __MetadataBearer {
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteUserPolicyCommandInput - {@link DeleteUserPolicyCommandInput}
39
+ * @returns {@link DeleteUserPolicyCommandOutput}
33
40
  * @see {@link DeleteUserPolicyCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteUserPolicyCommandOutput} for command's `response` shape.
35
42
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -63,11 +70,20 @@ export interface DeleteUserPolicyCommandOutput extends __MetadataBearer {
63
70
  export declare class DeleteUserPolicyCommand extends $Command<DeleteUserPolicyCommandInput, DeleteUserPolicyCommandOutput, IAMClientResolvedConfig> {
64
71
  readonly input: DeleteUserPolicyCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DeleteUserPolicyCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserPolicyCommandInput, DeleteUserPolicyCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DeleteVirtualMFADeviceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVirtualMFADeviceCommand}.
8
10
  */
9
11
  export interface DeleteVirtualMFADeviceCommandInput extends DeleteVirtualMFADeviceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVirtualMFADeviceCommand}.
13
17
  */
14
18
  export interface DeleteVirtualMFADeviceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a virtual MFA device.</p>
18
23
  * <note>
19
24
  * <p> You must deactivate a user's virtual MFA device before you can delete it. For
@@ -29,6 +34,8 @@ export interface DeleteVirtualMFADeviceCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteVirtualMFADeviceCommandInput - {@link DeleteVirtualMFADeviceCommandInput}
38
+ * @returns {@link DeleteVirtualMFADeviceCommandOutput}
32
39
  * @see {@link DeleteVirtualMFADeviceCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteVirtualMFADeviceCommandOutput} for command's `response` shape.
34
41
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -65,11 +72,20 @@ export interface DeleteVirtualMFADeviceCommandOutput extends __MetadataBearer {
65
72
  export declare class DeleteVirtualMFADeviceCommand extends $Command<DeleteVirtualMFADeviceCommandInput, DeleteVirtualMFADeviceCommandOutput, IAMClientResolvedConfig> {
66
73
  readonly input: DeleteVirtualMFADeviceCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: DeleteVirtualMFADeviceCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVirtualMFADeviceCommandInput, DeleteVirtualMFADeviceCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
5
5
  import { DetachGroupPolicyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DetachGroupPolicyCommand}.
8
10
  */
9
11
  export interface DetachGroupPolicyCommandInput extends DetachGroupPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DetachGroupPolicyCommand}.
13
17
  */
14
18
  export interface DetachGroupPolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified managed policy from the specified IAM group.</p>
18
23
  * <p>A group can also have inline policies embedded with it. To delete an inline policy,
19
24
  * use <a>DeleteGroupPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed
@@ -29,6 +34,8 @@ export interface DetachGroupPolicyCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DetachGroupPolicyCommandInput - {@link DetachGroupPolicyCommandInput}
38
+ * @returns {@link DetachGroupPolicyCommandOutput}
32
39
  * @see {@link DetachGroupPolicyCommandInput} for command's `input` shape.
33
40
  * @see {@link DetachGroupPolicyCommandOutput} for command's `response` shape.
34
41
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
@@ -54,11 +61,20 @@ export interface DetachGroupPolicyCommandOutput extends __MetadataBearer {
54
61
  export declare class DetachGroupPolicyCommand extends $Command<DetachGroupPolicyCommandInput, DetachGroupPolicyCommandOutput, IAMClientResolvedConfig> {
55
62
  readonly input: DetachGroupPolicyCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DetachGroupPolicyCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachGroupPolicyCommandInput, DetachGroupPolicyCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }