@aws-sdk/client-organizations 3.478.0 → 3.481.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 (225) hide show
  1. package/dist-cjs/commands/AcceptHandshakeCommand.js +18 -41
  2. package/dist-cjs/commands/AttachPolicyCommand.js +18 -41
  3. package/dist-cjs/commands/CancelHandshakeCommand.js +18 -41
  4. package/dist-cjs/commands/CloseAccountCommand.js +18 -41
  5. package/dist-cjs/commands/CreateAccountCommand.js +18 -41
  6. package/dist-cjs/commands/CreateGovCloudAccountCommand.js +18 -41
  7. package/dist-cjs/commands/CreateOrganizationCommand.js +18 -41
  8. package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +18 -41
  9. package/dist-cjs/commands/CreatePolicyCommand.js +18 -41
  10. package/dist-cjs/commands/DeclineHandshakeCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteOrganizationCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +18 -41
  13. package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  15. package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeAccountCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeHandshakeCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeOrganizationCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +18 -41
  22. package/dist-cjs/commands/DescribePolicyCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +18 -41
  24. package/dist-cjs/commands/DetachPolicyCommand.js +18 -41
  25. package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +18 -41
  26. package/dist-cjs/commands/DisablePolicyTypeCommand.js +18 -41
  27. package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +18 -41
  28. package/dist-cjs/commands/EnableAllFeaturesCommand.js +18 -41
  29. package/dist-cjs/commands/EnablePolicyTypeCommand.js +18 -41
  30. package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +18 -41
  31. package/dist-cjs/commands/LeaveOrganizationCommand.js +18 -41
  32. package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +18 -41
  33. package/dist-cjs/commands/ListAccountsCommand.js +18 -41
  34. package/dist-cjs/commands/ListAccountsForParentCommand.js +18 -41
  35. package/dist-cjs/commands/ListChildrenCommand.js +18 -41
  36. package/dist-cjs/commands/ListCreateAccountStatusCommand.js +18 -41
  37. package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +18 -41
  38. package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +18 -41
  39. package/dist-cjs/commands/ListHandshakesForAccountCommand.js +18 -41
  40. package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +18 -41
  41. package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +18 -41
  42. package/dist-cjs/commands/ListParentsCommand.js +18 -41
  43. package/dist-cjs/commands/ListPoliciesCommand.js +18 -41
  44. package/dist-cjs/commands/ListPoliciesForTargetCommand.js +18 -41
  45. package/dist-cjs/commands/ListRootsCommand.js +18 -41
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  47. package/dist-cjs/commands/ListTargetsForPolicyCommand.js +18 -41
  48. package/dist-cjs/commands/MoveAccountCommand.js +18 -41
  49. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  50. package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +18 -41
  51. package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +18 -41
  52. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  53. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +18 -41
  55. package/dist-cjs/commands/UpdatePolicyCommand.js +18 -41
  56. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  57. package/dist-es/commands/AcceptHandshakeCommand.js +18 -41
  58. package/dist-es/commands/AttachPolicyCommand.js +18 -41
  59. package/dist-es/commands/CancelHandshakeCommand.js +18 -41
  60. package/dist-es/commands/CloseAccountCommand.js +18 -41
  61. package/dist-es/commands/CreateAccountCommand.js +18 -41
  62. package/dist-es/commands/CreateGovCloudAccountCommand.js +18 -41
  63. package/dist-es/commands/CreateOrganizationCommand.js +18 -41
  64. package/dist-es/commands/CreateOrganizationalUnitCommand.js +18 -41
  65. package/dist-es/commands/CreatePolicyCommand.js +18 -41
  66. package/dist-es/commands/DeclineHandshakeCommand.js +18 -41
  67. package/dist-es/commands/DeleteOrganizationCommand.js +18 -41
  68. package/dist-es/commands/DeleteOrganizationalUnitCommand.js +18 -41
  69. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  70. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  71. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +18 -41
  72. package/dist-es/commands/DescribeAccountCommand.js +18 -41
  73. package/dist-es/commands/DescribeCreateAccountStatusCommand.js +18 -41
  74. package/dist-es/commands/DescribeEffectivePolicyCommand.js +18 -41
  75. package/dist-es/commands/DescribeHandshakeCommand.js +18 -41
  76. package/dist-es/commands/DescribeOrganizationCommand.js +18 -41
  77. package/dist-es/commands/DescribeOrganizationalUnitCommand.js +18 -41
  78. package/dist-es/commands/DescribePolicyCommand.js +18 -41
  79. package/dist-es/commands/DescribeResourcePolicyCommand.js +18 -41
  80. package/dist-es/commands/DetachPolicyCommand.js +18 -41
  81. package/dist-es/commands/DisableAWSServiceAccessCommand.js +18 -41
  82. package/dist-es/commands/DisablePolicyTypeCommand.js +18 -41
  83. package/dist-es/commands/EnableAWSServiceAccessCommand.js +18 -41
  84. package/dist-es/commands/EnableAllFeaturesCommand.js +18 -41
  85. package/dist-es/commands/EnablePolicyTypeCommand.js +18 -41
  86. package/dist-es/commands/InviteAccountToOrganizationCommand.js +18 -41
  87. package/dist-es/commands/LeaveOrganizationCommand.js +18 -41
  88. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +18 -41
  89. package/dist-es/commands/ListAccountsCommand.js +18 -41
  90. package/dist-es/commands/ListAccountsForParentCommand.js +18 -41
  91. package/dist-es/commands/ListChildrenCommand.js +18 -41
  92. package/dist-es/commands/ListCreateAccountStatusCommand.js +18 -41
  93. package/dist-es/commands/ListDelegatedAdministratorsCommand.js +18 -41
  94. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +18 -41
  95. package/dist-es/commands/ListHandshakesForAccountCommand.js +18 -41
  96. package/dist-es/commands/ListHandshakesForOrganizationCommand.js +18 -41
  97. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +18 -41
  98. package/dist-es/commands/ListParentsCommand.js +18 -41
  99. package/dist-es/commands/ListPoliciesCommand.js +18 -41
  100. package/dist-es/commands/ListPoliciesForTargetCommand.js +18 -41
  101. package/dist-es/commands/ListRootsCommand.js +18 -41
  102. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  103. package/dist-es/commands/ListTargetsForPolicyCommand.js +18 -41
  104. package/dist-es/commands/MoveAccountCommand.js +18 -41
  105. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  106. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +18 -41
  107. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +18 -41
  108. package/dist-es/commands/TagResourceCommand.js +18 -41
  109. package/dist-es/commands/UntagResourceCommand.js +18 -41
  110. package/dist-es/commands/UpdateOrganizationalUnitCommand.js +18 -41
  111. package/dist-es/commands/UpdatePolicyCommand.js +18 -41
  112. package/dist-es/endpoint/EndpointParameters.js +6 -0
  113. package/dist-types/commands/AcceptHandshakeCommand.d.ts +6 -21
  114. package/dist-types/commands/AttachPolicyCommand.d.ts +6 -21
  115. package/dist-types/commands/CancelHandshakeCommand.d.ts +6 -21
  116. package/dist-types/commands/CloseAccountCommand.d.ts +6 -21
  117. package/dist-types/commands/CreateAccountCommand.d.ts +6 -21
  118. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +6 -21
  119. package/dist-types/commands/CreateOrganizationCommand.d.ts +6 -21
  120. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +6 -21
  121. package/dist-types/commands/CreatePolicyCommand.d.ts +6 -21
  122. package/dist-types/commands/DeclineHandshakeCommand.d.ts +6 -21
  123. package/dist-types/commands/DeleteOrganizationCommand.d.ts +6 -21
  124. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +6 -21
  125. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  126. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  127. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +6 -21
  128. package/dist-types/commands/DescribeAccountCommand.d.ts +6 -21
  129. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +6 -21
  130. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +6 -21
  131. package/dist-types/commands/DescribeHandshakeCommand.d.ts +6 -21
  132. package/dist-types/commands/DescribeOrganizationCommand.d.ts +6 -21
  133. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +6 -21
  134. package/dist-types/commands/DescribePolicyCommand.d.ts +6 -21
  135. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -21
  136. package/dist-types/commands/DetachPolicyCommand.d.ts +6 -21
  137. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +6 -21
  138. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +6 -21
  139. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +6 -21
  140. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +6 -21
  141. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +6 -21
  142. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +6 -21
  143. package/dist-types/commands/LeaveOrganizationCommand.d.ts +6 -21
  144. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +6 -21
  145. package/dist-types/commands/ListAccountsCommand.d.ts +6 -21
  146. package/dist-types/commands/ListAccountsForParentCommand.d.ts +6 -21
  147. package/dist-types/commands/ListChildrenCommand.d.ts +6 -21
  148. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +6 -21
  149. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +6 -21
  150. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +6 -21
  151. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +6 -21
  152. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +6 -21
  153. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +6 -21
  154. package/dist-types/commands/ListParentsCommand.d.ts +6 -21
  155. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -21
  156. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +6 -21
  157. package/dist-types/commands/ListRootsCommand.d.ts +6 -21
  158. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  159. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +6 -21
  160. package/dist-types/commands/MoveAccountCommand.d.ts +6 -21
  161. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  162. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +6 -21
  163. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +6 -21
  164. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  165. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  166. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +6 -21
  167. package/dist-types/commands/UpdatePolicyCommand.d.ts +6 -21
  168. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  169. package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +12 -24
  184. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +12 -24
  199. package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  225. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisablePolicyTypeRequest, DisablePolicyTypeResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisablePolicyTypeCommandInput extends DisablePolicyTypeRequest
21
20
  */
22
21
  export interface DisablePolicyTypeCommandOutput extends DisablePolicyTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisablePolicyTypeCommand_base: {
24
+ new (input: DisablePolicyTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables an organizational policy type in a root. A policy of a certain type can be
@@ -437,23 +440,5 @@ export interface DisablePolicyTypeCommandOutput extends DisablePolicyTypeRespons
437
440
  * ```
438
441
  *
439
442
  */
440
- export declare class DisablePolicyTypeCommand extends $Command<DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig> {
441
- readonly input: DisablePolicyTypeCommandInput;
442
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
443
- /**
444
- * @public
445
- */
446
- constructor(input: DisablePolicyTypeCommandInput);
447
- /**
448
- * @internal
449
- */
450
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput>;
451
- /**
452
- * @internal
453
- */
454
- private serialize;
455
- /**
456
- * @internal
457
- */
458
- private deserialize;
443
+ export declare class DisablePolicyTypeCommand extends DisablePolicyTypeCommand_base {
459
444
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EnableAWSServiceAccessRequest } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableAWSServiceAccessCommandInput extends EnableAWSServiceAcce
21
20
  */
22
21
  export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const EnableAWSServiceAccessCommand_base: {
24
+ new (input: EnableAWSServiceAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables the integration of an Amazon Web Services service (the service that is specified by
@@ -396,23 +399,5 @@ export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {
396
399
  * <p>Base exception class for all service exceptions from Organizations service.</p>
397
400
  *
398
401
  */
399
- export declare class EnableAWSServiceAccessCommand extends $Command<EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig> {
400
- readonly input: EnableAWSServiceAccessCommandInput;
401
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
402
- /**
403
- * @public
404
- */
405
- constructor(input: EnableAWSServiceAccessCommandInput);
406
- /**
407
- * @internal
408
- */
409
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput>;
410
- /**
411
- * @internal
412
- */
413
- private serialize;
414
- /**
415
- * @internal
416
- */
417
- private deserialize;
402
+ export declare class EnableAWSServiceAccessCommand extends EnableAWSServiceAccessCommand_base {
418
403
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EnableAllFeaturesRequest, EnableAllFeaturesResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableAllFeaturesCommandInput extends EnableAllFeaturesRequest
21
20
  */
22
21
  export interface EnableAllFeaturesCommandOutput extends EnableAllFeaturesResponse, __MetadataBearer {
23
22
  }
23
+ declare const EnableAllFeaturesCommand_base: {
24
+ new (input: EnableAllFeaturesCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables all features in an organization. This enables the use of organization policies
@@ -320,23 +323,5 @@ export interface EnableAllFeaturesCommandOutput extends EnableAllFeaturesRespons
320
323
  * ```
321
324
  *
322
325
  */
323
- export declare class EnableAllFeaturesCommand extends $Command<EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput, OrganizationsClientResolvedConfig> {
324
- readonly input: EnableAllFeaturesCommandInput;
325
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
326
- /**
327
- * @public
328
- */
329
- constructor(input: EnableAllFeaturesCommandInput);
330
- /**
331
- * @internal
332
- */
333
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput>;
334
- /**
335
- * @internal
336
- */
337
- private serialize;
338
- /**
339
- * @internal
340
- */
341
- private deserialize;
326
+ export declare class EnableAllFeaturesCommand extends EnableAllFeaturesCommand_base {
342
327
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EnablePolicyTypeRequest, EnablePolicyTypeResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnablePolicyTypeCommandInput extends EnablePolicyTypeRequest {
21
20
  */
22
21
  export interface EnablePolicyTypeCommandOutput extends EnablePolicyTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const EnablePolicyTypeCommand_base: {
24
+ new (input: EnablePolicyTypeCommandInput): import("@smithy/smithy-client").CommandImpl<EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables a policy type in a root. After you enable a policy type in a root, you can
@@ -445,23 +448,5 @@ export interface EnablePolicyTypeCommandOutput extends EnablePolicyTypeResponse,
445
448
  * ```
446
449
  *
447
450
  */
448
- export declare class EnablePolicyTypeCommand extends $Command<EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig> {
449
- readonly input: EnablePolicyTypeCommandInput;
450
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
451
- /**
452
- * @public
453
- */
454
- constructor(input: EnablePolicyTypeCommandInput);
455
- /**
456
- * @internal
457
- */
458
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput>;
459
- /**
460
- * @internal
461
- */
462
- private serialize;
463
- /**
464
- * @internal
465
- */
466
- private deserialize;
451
+ export declare class EnablePolicyTypeCommand extends EnablePolicyTypeCommand_base {
467
452
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InviteAccountToOrganizationRequest, InviteAccountToOrganizationResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface InviteAccountToOrganizationCommandInput extends InviteAccountTo
21
20
  */
22
21
  export interface InviteAccountToOrganizationCommandOutput extends InviteAccountToOrganizationResponse, __MetadataBearer {
23
22
  }
23
+ declare const InviteAccountToOrganizationCommand_base: {
24
+ new (input: InviteAccountToOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sends an invitation to another account to join your organization as a member account.
@@ -577,23 +580,5 @@ export interface InviteAccountToOrganizationCommandOutput extends InviteAccountT
577
580
  * ```
578
581
  *
579
582
  */
580
- export declare class InviteAccountToOrganizationCommand extends $Command<InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
581
- readonly input: InviteAccountToOrganizationCommandInput;
582
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
583
- /**
584
- * @public
585
- */
586
- constructor(input: InviteAccountToOrganizationCommandInput);
587
- /**
588
- * @internal
589
- */
590
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput>;
591
- /**
592
- * @internal
593
- */
594
- private serialize;
595
- /**
596
- * @internal
597
- */
598
- private deserialize;
583
+ export declare class InviteAccountToOrganizationCommand extends InviteAccountToOrganizationCommand_base {
599
584
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
5
4
  /**
6
5
  * @public
@@ -20,6 +19,10 @@ export interface LeaveOrganizationCommandInput {
20
19
  */
21
20
  export interface LeaveOrganizationCommandOutput extends __MetadataBearer {
22
21
  }
22
+ declare const LeaveOrganizationCommand_base: {
23
+ new (input: LeaveOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
23
26
  /**
24
27
  * @public
25
28
  * <p>Removes a member account from its parent organization. This version of the operation
@@ -458,23 +461,5 @@ export interface LeaveOrganizationCommandOutput extends __MetadataBearer {
458
461
  * ```
459
462
  *
460
463
  */
461
- export declare class LeaveOrganizationCommand extends $Command<LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
462
- readonly input: LeaveOrganizationCommandInput;
463
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
464
- /**
465
- * @public
466
- */
467
- constructor(input: LeaveOrganizationCommandInput);
468
- /**
469
- * @internal
470
- */
471
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput>;
472
- /**
473
- * @internal
474
- */
475
- private serialize;
476
- /**
477
- * @internal
478
- */
479
- private deserialize;
464
+ export declare class LeaveOrganizationCommand extends LeaveOrganizationCommand_base {
480
465
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAWSServiceAccessForOrganizationRequest, ListAWSServiceAccessForOrganizationResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAWSServiceAccessForOrganizationCommandInput extends ListAWS
21
20
  */
22
21
  export interface ListAWSServiceAccessForOrganizationCommandOutput extends ListAWSServiceAccessForOrganizationResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAWSServiceAccessForOrganizationCommand_base: {
24
+ new (input: ListAWSServiceAccessForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the Amazon Web Services services that you enabled to integrate with your
@@ -390,23 +393,5 @@ export interface ListAWSServiceAccessForOrganizationCommandOutput extends ListAW
390
393
  * <p>Base exception class for all service exceptions from Organizations service.</p>
391
394
  *
392
395
  */
393
- export declare class ListAWSServiceAccessForOrganizationCommand extends $Command<ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
394
- readonly input: ListAWSServiceAccessForOrganizationCommandInput;
395
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
396
- /**
397
- * @public
398
- */
399
- constructor(input: ListAWSServiceAccessForOrganizationCommandInput);
400
- /**
401
- * @internal
402
- */
403
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput>;
404
- /**
405
- * @internal
406
- */
407
- private serialize;
408
- /**
409
- * @internal
410
- */
411
- private deserialize;
396
+ export declare class ListAWSServiceAccessForOrganizationCommand extends ListAWSServiceAccessForOrganizationCommand_base {
412
397
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAccountsCommandInput extends ListAccountsRequest {
21
20
  */
22
21
  export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAccountsCommand_base: {
24
+ new (input: ListAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsCommandInput, ListAccountsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the accounts in the organization. To request only the accounts in a
@@ -249,23 +252,5 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
249
252
  * ```
250
253
  *
251
254
  */
252
- export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, OrganizationsClientResolvedConfig> {
253
- readonly input: ListAccountsCommandInput;
254
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
255
- /**
256
- * @public
257
- */
258
- constructor(input: ListAccountsCommandInput);
259
- /**
260
- * @internal
261
- */
262
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountsCommandInput, ListAccountsCommandOutput>;
263
- /**
264
- * @internal
265
- */
266
- private serialize;
267
- /**
268
- * @internal
269
- */
270
- private deserialize;
255
+ export declare class ListAccountsCommand extends ListAccountsCommand_base {
271
256
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAccountsForParentRequest, ListAccountsForParentResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAccountsForParentCommandInput extends ListAccountsForParent
21
20
  */
22
21
  export interface ListAccountsForParentCommandOutput extends ListAccountsForParentResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAccountsForParentCommand_base: {
24
+ new (input: ListAccountsForParentCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the accounts in an organization that are contained by the specified target root
@@ -240,23 +243,5 @@ export interface ListAccountsForParentCommandOutput extends ListAccountsForParen
240
243
  * ```
241
244
  *
242
245
  */
243
- export declare class ListAccountsForParentCommand extends $Command<ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput, OrganizationsClientResolvedConfig> {
244
- readonly input: ListAccountsForParentCommandInput;
245
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
246
- /**
247
- * @public
248
- */
249
- constructor(input: ListAccountsForParentCommandInput);
250
- /**
251
- * @internal
252
- */
253
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput>;
254
- /**
255
- * @internal
256
- */
257
- private serialize;
258
- /**
259
- * @internal
260
- */
261
- private deserialize;
246
+ export declare class ListAccountsForParentCommand extends ListAccountsForParentCommand_base {
262
247
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListChildrenRequest, ListChildrenResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListChildrenCommandInput extends ListChildrenRequest {
21
20
  */
22
21
  export interface ListChildrenCommandOutput extends ListChildrenResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListChildrenCommand_base: {
24
+ new (input: ListChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<ListChildrenCommandInput, ListChildrenCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all of the organizational units (OUs) or accounts that are contained in the
@@ -225,23 +228,5 @@ export interface ListChildrenCommandOutput extends ListChildrenResponse, __Metad
225
228
  * ```
226
229
  *
227
230
  */
228
- export declare class ListChildrenCommand extends $Command<ListChildrenCommandInput, ListChildrenCommandOutput, OrganizationsClientResolvedConfig> {
229
- readonly input: ListChildrenCommandInput;
230
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
231
- /**
232
- * @public
233
- */
234
- constructor(input: ListChildrenCommandInput);
235
- /**
236
- * @internal
237
- */
238
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChildrenCommandInput, ListChildrenCommandOutput>;
239
- /**
240
- * @internal
241
- */
242
- private serialize;
243
- /**
244
- * @internal
245
- */
246
- private deserialize;
231
+ export declare class ListChildrenCommand extends ListChildrenCommand_base {
247
232
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListCreateAccountStatusRequest, ListCreateAccountStatusResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCreateAccountStatusCommandInput extends ListCreateAccountSt
21
20
  */
22
21
  export interface ListCreateAccountStatusCommandOutput extends ListCreateAccountStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCreateAccountStatusCommand_base: {
24
+ new (input: ListCreateAccountStatusCommandInput): import("@smithy/smithy-client").CommandImpl<ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the account creation requests that match the specified status that is currently
@@ -257,23 +260,5 @@ export interface ListCreateAccountStatusCommandOutput extends ListCreateAccountS
257
260
  * ```
258
261
  *
259
262
  */
260
- export declare class ListCreateAccountStatusCommand extends $Command<ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput, OrganizationsClientResolvedConfig> {
261
- readonly input: ListCreateAccountStatusCommandInput;
262
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
263
- /**
264
- * @public
265
- */
266
- constructor(input: ListCreateAccountStatusCommandInput);
267
- /**
268
- * @internal
269
- */
270
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput>;
271
- /**
272
- * @internal
273
- */
274
- private serialize;
275
- /**
276
- * @internal
277
- */
278
- private deserialize;
263
+ export declare class ListCreateAccountStatusCommand extends ListCreateAccountStatusCommand_base {
279
264
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListDelegatedAdministratorsRequest, ListDelegatedAdministratorsResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDelegatedAdministratorsCommandInput extends ListDelegatedAd
21
20
  */
22
21
  export interface ListDelegatedAdministratorsCommandOutput extends ListDelegatedAdministratorsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDelegatedAdministratorsCommand_base: {
24
+ new (input: ListDelegatedAdministratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the Amazon Web Services accounts that are designated as delegated administrators in this
@@ -393,23 +396,5 @@ export interface ListDelegatedAdministratorsCommandOutput extends ListDelegatedA
393
396
  * <p>Base exception class for all service exceptions from Organizations service.</p>
394
397
  *
395
398
  */
396
- export declare class ListDelegatedAdministratorsCommand extends $Command<ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput, OrganizationsClientResolvedConfig> {
397
- readonly input: ListDelegatedAdministratorsCommandInput;
398
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
399
- /**
400
- * @public
401
- */
402
- constructor(input: ListDelegatedAdministratorsCommandInput);
403
- /**
404
- * @internal
405
- */
406
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput>;
407
- /**
408
- * @internal
409
- */
410
- private serialize;
411
- /**
412
- * @internal
413
- */
414
- private deserialize;
399
+ export declare class ListDelegatedAdministratorsCommand extends ListDelegatedAdministratorsCommand_base {
415
400
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListDelegatedServicesForAccountRequest, ListDelegatedServicesForAccountResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDelegatedServicesForAccountCommandInput extends ListDelegat
21
20
  */
22
21
  export interface ListDelegatedServicesForAccountCommandOutput extends ListDelegatedServicesForAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDelegatedServicesForAccountCommand_base: {
24
+ new (input: ListDelegatedServicesForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the Amazon Web Services services for which the specified account is a delegated
@@ -395,23 +398,5 @@ export interface ListDelegatedServicesForAccountCommandOutput extends ListDelega
395
398
  * <p>Base exception class for all service exceptions from Organizations service.</p>
396
399
  *
397
400
  */
398
- export declare class ListDelegatedServicesForAccountCommand extends $Command<ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput, OrganizationsClientResolvedConfig> {
399
- readonly input: ListDelegatedServicesForAccountCommandInput;
400
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
401
- /**
402
- * @public
403
- */
404
- constructor(input: ListDelegatedServicesForAccountCommandInput);
405
- /**
406
- * @internal
407
- */
408
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput>;
409
- /**
410
- * @internal
411
- */
412
- private serialize;
413
- /**
414
- * @internal
415
- */
416
- private deserialize;
401
+ export declare class ListDelegatedServicesForAccountCommand extends ListDelegatedServicesForAccountCommand_base {
417
402
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListHandshakesForAccountRequest, ListHandshakesForAccountResponse } from "../models/models_0";
5
4
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHandshakesForAccountCommandInput extends ListHandshakesForA
21
20
  */
22
21
  export interface ListHandshakesForAccountCommandOutput extends ListHandshakesForAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListHandshakesForAccountCommand_base: {
24
+ new (input: ListHandshakesForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the current handshakes that are associated with the account of the requesting
@@ -280,23 +283,5 @@ export interface ListHandshakesForAccountCommandOutput extends ListHandshakesFor
280
283
  * ```
281
284
  *
282
285
  */
283
- export declare class ListHandshakesForAccountCommand extends $Command<ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput, OrganizationsClientResolvedConfig> {
284
- readonly input: ListHandshakesForAccountCommandInput;
285
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
286
- /**
287
- * @public
288
- */
289
- constructor(input: ListHandshakesForAccountCommandInput);
290
- /**
291
- * @internal
292
- */
293
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput>;
294
- /**
295
- * @internal
296
- */
297
- private serialize;
298
- /**
299
- * @internal
300
- */
301
- private deserialize;
286
+ export declare class ListHandshakesForAccountCommand extends ListHandshakesForAccountCommand_base {
302
287
  }