@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListHandshakesForOrganizationRequest,
11
5
  ListHandshakesForOrganizationResponse,
@@ -21,22 +15,16 @@ export interface ListHandshakesForOrganizationCommandInput
21
15
  export interface ListHandshakesForOrganizationCommandOutput
22
16
  extends ListHandshakesForOrganizationResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListHandshakesForOrganizationCommand extends $Command<
25
- ListHandshakesForOrganizationCommandInput,
26
- ListHandshakesForOrganizationCommandOutput,
27
- OrganizationsClientResolvedConfig
28
- > {
29
- readonly input: ListHandshakesForOrganizationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListHandshakesForOrganizationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: OrganizationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListHandshakesForOrganizationCommand_base: {
19
+ new (
20
+ input: ListHandshakesForOrganizationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListHandshakesForOrganizationCommandInput,
38
- ListHandshakesForOrganizationCommandOutput
23
+ ListHandshakesForOrganizationCommandOutput,
24
+ OrganizationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListHandshakesForOrganizationCommand extends ListHandshakesForOrganizationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListOrganizationalUnitsForParentRequest,
11
5
  ListOrganizationalUnitsForParentResponse,
@@ -21,22 +15,16 @@ export interface ListOrganizationalUnitsForParentCommandInput
21
15
  export interface ListOrganizationalUnitsForParentCommandOutput
22
16
  extends ListOrganizationalUnitsForParentResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListOrganizationalUnitsForParentCommand extends $Command<
25
- ListOrganizationalUnitsForParentCommandInput,
26
- ListOrganizationalUnitsForParentCommandOutput,
27
- OrganizationsClientResolvedConfig
28
- > {
29
- readonly input: ListOrganizationalUnitsForParentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListOrganizationalUnitsForParentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: OrganizationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListOrganizationalUnitsForParentCommand_base: {
19
+ new (
20
+ input: ListOrganizationalUnitsForParentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListOrganizationalUnitsForParentCommandInput,
38
- ListOrganizationalUnitsForParentCommandOutput
23
+ ListOrganizationalUnitsForParentCommandOutput,
24
+ OrganizationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListOrganizationalUnitsForParentCommand extends ListOrganizationalUnitsForParentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListParentsRequest, ListParentsResponse } from "../models/models_0";
10
4
  import {
11
5
  OrganizationsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ListParentsCommandInput extends ListParentsRequest {}
17
11
  export interface ListParentsCommandOutput
18
12
  extends ListParentsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListParentsCommand extends $Command<
21
- ListParentsCommandInput,
22
- ListParentsCommandOutput,
23
- OrganizationsClientResolvedConfig
24
- > {
25
- readonly input: ListParentsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListParentsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OrganizationsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListParentsCommandInput, ListParentsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListParentsCommand_base: {
15
+ new (
16
+ input: ListParentsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListParentsCommandInput,
19
+ ListParentsCommandOutput,
20
+ OrganizationsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListParentsCommand extends ListParentsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
10
4
  import {
11
5
  OrganizationsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ListPoliciesCommandInput extends ListPoliciesRequest {}
17
11
  export interface ListPoliciesCommandOutput
18
12
  extends ListPoliciesResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListPoliciesCommand extends $Command<
21
- ListPoliciesCommandInput,
22
- ListPoliciesCommandOutput,
23
- OrganizationsClientResolvedConfig
24
- > {
25
- readonly input: ListPoliciesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListPoliciesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OrganizationsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListPoliciesCommand_base: {
15
+ new (
16
+ input: ListPoliciesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListPoliciesCommandInput,
19
+ ListPoliciesCommandOutput,
20
+ OrganizationsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListPoliciesCommand extends ListPoliciesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPoliciesForTargetRequest,
11
5
  ListPoliciesForTargetResponse,
@@ -21,22 +15,16 @@ export interface ListPoliciesForTargetCommandInput
21
15
  export interface ListPoliciesForTargetCommandOutput
22
16
  extends ListPoliciesForTargetResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListPoliciesForTargetCommand extends $Command<
25
- ListPoliciesForTargetCommandInput,
26
- ListPoliciesForTargetCommandOutput,
27
- OrganizationsClientResolvedConfig
28
- > {
29
- readonly input: ListPoliciesForTargetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPoliciesForTargetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: OrganizationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPoliciesForTargetCommand_base: {
19
+ new (
20
+ input: ListPoliciesForTargetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPoliciesForTargetCommandInput,
38
- ListPoliciesForTargetCommandOutput
23
+ ListPoliciesForTargetCommandOutput,
24
+ OrganizationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPoliciesForTargetCommand extends ListPoliciesForTargetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListRootsRequest, ListRootsResponse } from "../models/models_0";
10
4
  import {
11
5
  OrganizationsClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ListRootsCommandInput extends ListRootsRequest {}
17
11
  export interface ListRootsCommandOutput
18
12
  extends ListRootsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListRootsCommand extends $Command<
21
- ListRootsCommandInput,
22
- ListRootsCommandOutput,
23
- OrganizationsClientResolvedConfig
24
- > {
25
- readonly input: ListRootsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListRootsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OrganizationsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListRootsCommandInput, ListRootsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListRootsCommand_base: {
15
+ new (
16
+ input: ListRootsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListRootsCommandInput,
19
+ ListRootsCommandOutput,
20
+ OrganizationsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListRootsCommand extends ListRootsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTagsForResourceRequest,
11
5
  ListTagsForResourceResponse,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- OrganizationsClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: OrganizationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ OrganizationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTargetsForPolicyRequest,
11
5
  ListTargetsForPolicyResponse,
@@ -21,22 +15,16 @@ export interface ListTargetsForPolicyCommandInput
21
15
  export interface ListTargetsForPolicyCommandOutput
22
16
  extends ListTargetsForPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTargetsForPolicyCommand extends $Command<
25
- ListTargetsForPolicyCommandInput,
26
- ListTargetsForPolicyCommandOutput,
27
- OrganizationsClientResolvedConfig
28
- > {
29
- readonly input: ListTargetsForPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTargetsForPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: OrganizationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListTargetsForPolicyCommand_base: {
19
+ new (
20
+ input: ListTargetsForPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListTargetsForPolicyCommandInput,
38
- ListTargetsForPolicyCommandOutput
23
+ ListTargetsForPolicyCommandOutput,
24
+ OrganizationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTargetsForPolicyCommand extends ListTargetsForPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { MoveAccountRequest } from "../models/models_0";
10
4
  import {
11
5
  OrganizationsClientResolvedConfig,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface MoveAccountCommandInput extends MoveAccountRequest {}
17
11
  export interface MoveAccountCommandOutput extends __MetadataBearer {}
18
- export declare class MoveAccountCommand extends $Command<
19
- MoveAccountCommandInput,
20
- MoveAccountCommandOutput,
21
- OrganizationsClientResolvedConfig
22
- > {
23
- readonly input: MoveAccountCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: MoveAccountCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: OrganizationsClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<MoveAccountCommandInput, MoveAccountCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const MoveAccountCommand_base: {
13
+ new (
14
+ input: MoveAccountCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ MoveAccountCommandInput,
17
+ MoveAccountCommandOutput,
18
+ OrganizationsClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class MoveAccountCommand extends MoveAccountCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  PutResourcePolicyRequest,
11
5
  PutResourcePolicyResponse,
@@ -21,19 +15,16 @@ export interface PutResourcePolicyCommandInput
21
15
  export interface PutResourcePolicyCommandOutput
22
16
  extends PutResourcePolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutResourcePolicyCommand extends $Command<
25
- PutResourcePolicyCommandInput,
26
- PutResourcePolicyCommandOutput,
27
- OrganizationsClientResolvedConfig
28
- > {
29
- readonly input: PutResourcePolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutResourcePolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: OrganizationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const PutResourcePolicyCommand_base: {
19
+ new (
20
+ input: PutResourcePolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ PutResourcePolicyCommandInput,
23
+ PutResourcePolicyCommandOutput,
24
+ OrganizationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { RegisterDelegatedAdministratorRequest } from "../models/models_0";
10
4
  import {
11
5
  OrganizationsClientResolvedConfig,
@@ -17,22 +11,16 @@ export interface RegisterDelegatedAdministratorCommandInput
17
11
  extends RegisterDelegatedAdministratorRequest {}
18
12
  export interface RegisterDelegatedAdministratorCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class RegisterDelegatedAdministratorCommand extends $Command<
21
- RegisterDelegatedAdministratorCommandInput,
22
- RegisterDelegatedAdministratorCommandOutput,
23
- OrganizationsClientResolvedConfig
24
- > {
25
- readonly input: RegisterDelegatedAdministratorCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RegisterDelegatedAdministratorCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OrganizationsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const RegisterDelegatedAdministratorCommand_base: {
15
+ new (
16
+ input: RegisterDelegatedAdministratorCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  RegisterDelegatedAdministratorCommandInput,
34
- RegisterDelegatedAdministratorCommandOutput
19
+ RegisterDelegatedAdministratorCommandOutput,
20
+ OrganizationsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RegisterDelegatedAdministratorCommand extends RegisterDelegatedAdministratorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { RemoveAccountFromOrganizationRequest } from "../models/models_0";
10
4
  import {
11
5
  OrganizationsClientResolvedConfig,
@@ -17,22 +11,16 @@ export interface RemoveAccountFromOrganizationCommandInput
17
11
  extends RemoveAccountFromOrganizationRequest {}
18
12
  export interface RemoveAccountFromOrganizationCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class RemoveAccountFromOrganizationCommand extends $Command<
21
- RemoveAccountFromOrganizationCommandInput,
22
- RemoveAccountFromOrganizationCommandOutput,
23
- OrganizationsClientResolvedConfig
24
- > {
25
- readonly input: RemoveAccountFromOrganizationCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RemoveAccountFromOrganizationCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: OrganizationsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const RemoveAccountFromOrganizationCommand_base: {
15
+ new (
16
+ input: RemoveAccountFromOrganizationCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  RemoveAccountFromOrganizationCommandInput,
34
- RemoveAccountFromOrganizationCommandOutput
19
+ RemoveAccountFromOrganizationCommandOutput,
20
+ OrganizationsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RemoveAccountFromOrganizationCommand extends RemoveAccountFromOrganizationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { TagResourceRequest } from "../models/models_0";
10
4
  import {
11
5
  OrganizationsClientResolvedConfig,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput extends __MetadataBearer {}
18
- export declare class TagResourceCommand extends $Command<
19
- TagResourceCommandInput,
20
- TagResourceCommandOutput,
21
- OrganizationsClientResolvedConfig
22
- > {
23
- readonly input: TagResourceCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: TagResourceCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: OrganizationsClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const TagResourceCommand_base: {
13
+ new (
14
+ input: TagResourceCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ TagResourceCommandInput,
17
+ TagResourceCommandOutput,
18
+ OrganizationsClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { UntagResourceRequest } from "../models/models_0";
10
4
  import {
11
5
  OrganizationsClientResolvedConfig,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
17
11
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
18
- export declare class UntagResourceCommand extends $Command<
19
- UntagResourceCommandInput,
20
- UntagResourceCommandOutput,
21
- OrganizationsClientResolvedConfig
22
- > {
23
- readonly input: UntagResourceCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: UntagResourceCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: OrganizationsClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const UntagResourceCommand_base: {
13
+ new (
14
+ input: UntagResourceCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ UntagResourceCommandInput,
17
+ UntagResourceCommandOutput,
18
+ OrganizationsClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}