@aws-sdk/client-organizations 3.414.0 → 3.418.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 (111) hide show
  1. package/dist-cjs/commands/AcceptHandshakeCommand.js +5 -0
  2. package/dist-cjs/commands/AttachPolicyCommand.js +5 -0
  3. package/dist-cjs/commands/CancelHandshakeCommand.js +5 -0
  4. package/dist-cjs/commands/CloseAccountCommand.js +5 -0
  5. package/dist-cjs/commands/CreateAccountCommand.js +5 -0
  6. package/dist-cjs/commands/CreateGovCloudAccountCommand.js +5 -0
  7. package/dist-cjs/commands/CreateOrganizationCommand.js +5 -0
  8. package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +5 -0
  9. package/dist-cjs/commands/CreatePolicyCommand.js +5 -0
  10. package/dist-cjs/commands/DeclineHandshakeCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteOrganizationCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +5 -0
  13. package/dist-cjs/commands/DeletePolicyCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +5 -0
  15. package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +5 -0
  16. package/dist-cjs/commands/DescribeAccountCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeHandshakeCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeOrganizationCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +5 -0
  22. package/dist-cjs/commands/DescribePolicyCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +5 -0
  24. package/dist-cjs/commands/DetachPolicyCommand.js +5 -0
  25. package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +5 -0
  26. package/dist-cjs/commands/DisablePolicyTypeCommand.js +5 -0
  27. package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +5 -0
  28. package/dist-cjs/commands/EnableAllFeaturesCommand.js +5 -0
  29. package/dist-cjs/commands/EnablePolicyTypeCommand.js +5 -0
  30. package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +5 -0
  31. package/dist-cjs/commands/LeaveOrganizationCommand.js +5 -0
  32. package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +5 -0
  33. package/dist-cjs/commands/ListAccountsCommand.js +5 -0
  34. package/dist-cjs/commands/ListAccountsForParentCommand.js +5 -0
  35. package/dist-cjs/commands/ListChildrenCommand.js +5 -0
  36. package/dist-cjs/commands/ListCreateAccountStatusCommand.js +5 -0
  37. package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +5 -0
  38. package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +5 -0
  39. package/dist-cjs/commands/ListHandshakesForAccountCommand.js +5 -0
  40. package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +5 -0
  41. package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +5 -0
  42. package/dist-cjs/commands/ListParentsCommand.js +5 -0
  43. package/dist-cjs/commands/ListPoliciesCommand.js +5 -0
  44. package/dist-cjs/commands/ListPoliciesForTargetCommand.js +5 -0
  45. package/dist-cjs/commands/ListRootsCommand.js +5 -0
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  47. package/dist-cjs/commands/ListTargetsForPolicyCommand.js +5 -0
  48. package/dist-cjs/commands/MoveAccountCommand.js +5 -0
  49. package/dist-cjs/commands/PutResourcePolicyCommand.js +5 -0
  50. package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +5 -0
  51. package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +5 -0
  52. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  53. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  54. package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +5 -0
  55. package/dist-cjs/commands/UpdatePolicyCommand.js +5 -0
  56. package/dist-es/commands/AcceptHandshakeCommand.js +5 -0
  57. package/dist-es/commands/AttachPolicyCommand.js +5 -0
  58. package/dist-es/commands/CancelHandshakeCommand.js +5 -0
  59. package/dist-es/commands/CloseAccountCommand.js +5 -0
  60. package/dist-es/commands/CreateAccountCommand.js +5 -0
  61. package/dist-es/commands/CreateGovCloudAccountCommand.js +5 -0
  62. package/dist-es/commands/CreateOrganizationCommand.js +5 -0
  63. package/dist-es/commands/CreateOrganizationalUnitCommand.js +5 -0
  64. package/dist-es/commands/CreatePolicyCommand.js +5 -0
  65. package/dist-es/commands/DeclineHandshakeCommand.js +5 -0
  66. package/dist-es/commands/DeleteOrganizationCommand.js +5 -0
  67. package/dist-es/commands/DeleteOrganizationalUnitCommand.js +5 -0
  68. package/dist-es/commands/DeletePolicyCommand.js +5 -0
  69. package/dist-es/commands/DeleteResourcePolicyCommand.js +5 -0
  70. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +5 -0
  71. package/dist-es/commands/DescribeAccountCommand.js +5 -0
  72. package/dist-es/commands/DescribeCreateAccountStatusCommand.js +5 -0
  73. package/dist-es/commands/DescribeEffectivePolicyCommand.js +5 -0
  74. package/dist-es/commands/DescribeHandshakeCommand.js +5 -0
  75. package/dist-es/commands/DescribeOrganizationCommand.js +5 -0
  76. package/dist-es/commands/DescribeOrganizationalUnitCommand.js +5 -0
  77. package/dist-es/commands/DescribePolicyCommand.js +5 -0
  78. package/dist-es/commands/DescribeResourcePolicyCommand.js +5 -0
  79. package/dist-es/commands/DetachPolicyCommand.js +5 -0
  80. package/dist-es/commands/DisableAWSServiceAccessCommand.js +5 -0
  81. package/dist-es/commands/DisablePolicyTypeCommand.js +5 -0
  82. package/dist-es/commands/EnableAWSServiceAccessCommand.js +5 -0
  83. package/dist-es/commands/EnableAllFeaturesCommand.js +5 -0
  84. package/dist-es/commands/EnablePolicyTypeCommand.js +5 -0
  85. package/dist-es/commands/InviteAccountToOrganizationCommand.js +5 -0
  86. package/dist-es/commands/LeaveOrganizationCommand.js +5 -0
  87. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +5 -0
  88. package/dist-es/commands/ListAccountsCommand.js +5 -0
  89. package/dist-es/commands/ListAccountsForParentCommand.js +5 -0
  90. package/dist-es/commands/ListChildrenCommand.js +5 -0
  91. package/dist-es/commands/ListCreateAccountStatusCommand.js +5 -0
  92. package/dist-es/commands/ListDelegatedAdministratorsCommand.js +5 -0
  93. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +5 -0
  94. package/dist-es/commands/ListHandshakesForAccountCommand.js +5 -0
  95. package/dist-es/commands/ListHandshakesForOrganizationCommand.js +5 -0
  96. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +5 -0
  97. package/dist-es/commands/ListParentsCommand.js +5 -0
  98. package/dist-es/commands/ListPoliciesCommand.js +5 -0
  99. package/dist-es/commands/ListPoliciesForTargetCommand.js +5 -0
  100. package/dist-es/commands/ListRootsCommand.js +5 -0
  101. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  102. package/dist-es/commands/ListTargetsForPolicyCommand.js +5 -0
  103. package/dist-es/commands/MoveAccountCommand.js +5 -0
  104. package/dist-es/commands/PutResourcePolicyCommand.js +5 -0
  105. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +5 -0
  106. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +5 -0
  107. package/dist-es/commands/TagResourceCommand.js +5 -0
  108. package/dist-es/commands/UntagResourceCommand.js +5 -0
  109. package/dist-es/commands/UpdateOrganizationalUnitCommand.js +5 -0
  110. package/dist-es/commands/UpdatePolicyCommand.js +5 -0
  111. package/package.json +31 -31
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DeclineHandshakeResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DeclineHandshakeCommand, se_DeclineHandshakeCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DeclineHandshakeCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DeclineHandshakeResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "DeclineHandshake",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteOrganizationCommand, se_DeleteOrganizationCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteOrganizationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteOrganizationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DeleteOrganization",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteOrganizationalUnitCommand, se_DeleteOrganizationalUnitCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteOrganizationalUnitCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteOrganizationalUnitCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DeleteOrganizationalUnit",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeletePolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeletePolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DeletePolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteResourcePolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteResourcePolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DeleteResourcePolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeregisterDelegatedAdministratorCommand, se_DeregisterDelegatedAdministratorCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeregisterDelegatedAdministratorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeregisterDelegatedAdministratorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DeregisterDelegatedAdministrator",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeAccountResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeAccountCommand, se_DescribeAccountCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeAccountCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeAccountResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "DescribeAccount",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeCreateAccountStatusResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeCreateAccountStatusCommand, se_DescribeCreateAccountStatusCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeCreateAccountStatusCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeCreateAccountStatusResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "DescribeCreateAccountStatus",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeEffectivePolicyCommand, se_DescribeEffectivePolicyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeEffectivePolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeEffectivePolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DescribeEffectivePolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeHandshakeResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeHandshakeCommand, se_DescribeHandshakeCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeHandshakeCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeHandshakeResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "DescribeHandshake",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeOrganizationResponseFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_DescribeOrganizationCommand, se_DescribeOrganizationCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeOrganizationCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeOrganizationResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "DescribeOrganization",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeOrganizationalUnitCommand, se_DescribeOrganizationalUnitCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeOrganizationalUnitCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeOrganizationalUnitCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DescribeOrganizationalUnit",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribePolicyCommand, se_DescribePolicyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribePolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribePolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DescribePolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeResourcePolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeResourcePolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DescribeResourcePolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetachPolicyCommand, se_DetachPolicyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DetachPolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetachPolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DetachPolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisableAWSServiceAccessCommand, se_DisableAWSServiceAccessCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisableAWSServiceAccessCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisableAWSServiceAccessCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DisableAWSServiceAccess",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisablePolicyTypeCommand, se_DisablePolicyTypeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisablePolicyTypeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisablePolicyTypeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "DisablePolicyType",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_EnableAWSServiceAccessCommand, se_EnableAWSServiceAccessCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class EnableAWSServiceAccessCommand extends $Command {
@@ -29,6 +30,10 @@ export class EnableAWSServiceAccessCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "EnableAWSServiceAccess",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { EnableAllFeaturesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_EnableAllFeaturesCommand, se_EnableAllFeaturesCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class EnableAllFeaturesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: EnableAllFeaturesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "EnableAllFeatures",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_EnablePolicyTypeCommand, se_EnablePolicyTypeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class EnablePolicyTypeCommand extends $Command {
@@ -29,6 +30,10 @@ export class EnablePolicyTypeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "EnablePolicyType",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { InviteAccountToOrganizationRequestFilterSensitiveLog, InviteAccountToOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_InviteAccountToOrganizationCommand, se_InviteAccountToOrganizationCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class InviteAccountToOrganizationCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: InviteAccountToOrganizationRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: InviteAccountToOrganizationResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "InviteAccountToOrganization",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_LeaveOrganizationCommand, se_LeaveOrganizationCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class LeaveOrganizationCommand extends $Command {
@@ -29,6 +30,10 @@ export class LeaveOrganizationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "LeaveOrganization",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAWSServiceAccessForOrganizationCommand, se_ListAWSServiceAccessForOrganizationCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListAWSServiceAccessForOrganizationCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAWSServiceAccessForOrganizationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "ListAWSServiceAccessForOrganization",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListAccountsResponseFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_ListAccountsCommand, se_ListAccountsCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListAccountsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListAccountsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "ListAccounts",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListAccountsForParentResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListAccountsForParentCommand, se_ListAccountsForParentCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListAccountsForParentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListAccountsForParentResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "ListAccountsForParent",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListChildrenCommand, se_ListChildrenCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListChildrenCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListChildrenCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "ListChildren",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListCreateAccountStatusResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListCreateAccountStatusCommand, se_ListCreateAccountStatusCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListCreateAccountStatusCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListCreateAccountStatusResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "ListCreateAccountStatus",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListDelegatedAdministratorsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListDelegatedAdministratorsCommand, se_ListDelegatedAdministratorsCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListDelegatedAdministratorsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListDelegatedAdministratorsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "ListDelegatedAdministrators",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDelegatedServicesForAccountCommand, se_ListDelegatedServicesForAccountCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDelegatedServicesForAccountCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDelegatedServicesForAccountCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "ListDelegatedServicesForAccount",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListHandshakesForAccountResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListHandshakesForAccountCommand, se_ListHandshakesForAccountCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListHandshakesForAccountCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListHandshakesForAccountResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "ListHandshakesForAccount",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListHandshakesForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListHandshakesForOrganizationCommand, se_ListHandshakesForOrganizationCommand, } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListHandshakesForOrganizationCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListHandshakesForOrganizationResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSOrganizationsV20161128",
36
+ operation: "ListHandshakesForOrganization",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListOrganizationalUnitsForParentCommand, se_ListOrganizationalUnitsForParentCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListOrganizationalUnitsForParentCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListOrganizationalUnitsForParentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSOrganizationsV20161128",
35
+ operation: "ListOrganizationalUnitsForParent",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);