@aws-sdk/client-organizations 3.303.0 → 3.309.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 (115) hide show
  1. package/dist-cjs/commands/AcceptHandshakeCommand.js +2 -2
  2. package/dist-cjs/commands/AttachPolicyCommand.js +2 -2
  3. package/dist-cjs/commands/CancelHandshakeCommand.js +2 -2
  4. package/dist-cjs/commands/CloseAccountCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAccountCommand.js +2 -2
  6. package/dist-cjs/commands/CreateGovCloudAccountCommand.js +2 -2
  7. package/dist-cjs/commands/CreateOrganizationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +2 -2
  9. package/dist-cjs/commands/CreatePolicyCommand.js +2 -2
  10. package/dist-cjs/commands/DeclineHandshakeCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteOrganizationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +2 -2
  13. package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  15. package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeAccountCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeHandshakeCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeOrganizationCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +2 -2
  22. package/dist-cjs/commands/DescribePolicyCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
  24. package/dist-cjs/commands/DetachPolicyCommand.js +2 -2
  25. package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +2 -2
  26. package/dist-cjs/commands/DisablePolicyTypeCommand.js +2 -2
  27. package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +2 -2
  28. package/dist-cjs/commands/EnableAllFeaturesCommand.js +2 -2
  29. package/dist-cjs/commands/EnablePolicyTypeCommand.js +2 -2
  30. package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +2 -2
  31. package/dist-cjs/commands/LeaveOrganizationCommand.js +2 -2
  32. package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +2 -2
  33. package/dist-cjs/commands/ListAccountsCommand.js +2 -2
  34. package/dist-cjs/commands/ListAccountsForParentCommand.js +2 -2
  35. package/dist-cjs/commands/ListChildrenCommand.js +2 -2
  36. package/dist-cjs/commands/ListCreateAccountStatusCommand.js +2 -2
  37. package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +2 -2
  38. package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +2 -2
  39. package/dist-cjs/commands/ListHandshakesForAccountCommand.js +2 -2
  40. package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +2 -2
  41. package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +2 -2
  42. package/dist-cjs/commands/ListParentsCommand.js +2 -2
  43. package/dist-cjs/commands/ListPoliciesCommand.js +2 -2
  44. package/dist-cjs/commands/ListPoliciesForTargetCommand.js +2 -2
  45. package/dist-cjs/commands/ListRootsCommand.js +2 -2
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  47. package/dist-cjs/commands/ListTargetsForPolicyCommand.js +2 -2
  48. package/dist-cjs/commands/MoveAccountCommand.js +2 -2
  49. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  50. package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +2 -2
  51. package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +2 -2
  52. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  53. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +2 -2
  55. package/dist-cjs/commands/UpdatePolicyCommand.js +2 -2
  56. package/dist-cjs/protocols/Aws_json1_1.js +1213 -1233
  57. package/dist-es/commands/AcceptHandshakeCommand.js +3 -3
  58. package/dist-es/commands/AttachPolicyCommand.js +3 -3
  59. package/dist-es/commands/CancelHandshakeCommand.js +3 -3
  60. package/dist-es/commands/CloseAccountCommand.js +3 -3
  61. package/dist-es/commands/CreateAccountCommand.js +3 -3
  62. package/dist-es/commands/CreateGovCloudAccountCommand.js +3 -3
  63. package/dist-es/commands/CreateOrganizationCommand.js +3 -3
  64. package/dist-es/commands/CreateOrganizationalUnitCommand.js +3 -3
  65. package/dist-es/commands/CreatePolicyCommand.js +3 -3
  66. package/dist-es/commands/DeclineHandshakeCommand.js +3 -3
  67. package/dist-es/commands/DeleteOrganizationCommand.js +3 -3
  68. package/dist-es/commands/DeleteOrganizationalUnitCommand.js +3 -3
  69. package/dist-es/commands/DeletePolicyCommand.js +3 -3
  70. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  71. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +3 -3
  72. package/dist-es/commands/DescribeAccountCommand.js +3 -3
  73. package/dist-es/commands/DescribeCreateAccountStatusCommand.js +3 -3
  74. package/dist-es/commands/DescribeEffectivePolicyCommand.js +3 -3
  75. package/dist-es/commands/DescribeHandshakeCommand.js +3 -3
  76. package/dist-es/commands/DescribeOrganizationCommand.js +3 -3
  77. package/dist-es/commands/DescribeOrganizationalUnitCommand.js +3 -3
  78. package/dist-es/commands/DescribePolicyCommand.js +3 -3
  79. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
  80. package/dist-es/commands/DetachPolicyCommand.js +3 -3
  81. package/dist-es/commands/DisableAWSServiceAccessCommand.js +3 -3
  82. package/dist-es/commands/DisablePolicyTypeCommand.js +3 -3
  83. package/dist-es/commands/EnableAWSServiceAccessCommand.js +3 -3
  84. package/dist-es/commands/EnableAllFeaturesCommand.js +3 -3
  85. package/dist-es/commands/EnablePolicyTypeCommand.js +3 -3
  86. package/dist-es/commands/InviteAccountToOrganizationCommand.js +3 -3
  87. package/dist-es/commands/LeaveOrganizationCommand.js +3 -3
  88. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +3 -3
  89. package/dist-es/commands/ListAccountsCommand.js +3 -3
  90. package/dist-es/commands/ListAccountsForParentCommand.js +3 -3
  91. package/dist-es/commands/ListChildrenCommand.js +3 -3
  92. package/dist-es/commands/ListCreateAccountStatusCommand.js +3 -3
  93. package/dist-es/commands/ListDelegatedAdministratorsCommand.js +3 -3
  94. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +3 -3
  95. package/dist-es/commands/ListHandshakesForAccountCommand.js +3 -3
  96. package/dist-es/commands/ListHandshakesForOrganizationCommand.js +3 -3
  97. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +3 -3
  98. package/dist-es/commands/ListParentsCommand.js +3 -3
  99. package/dist-es/commands/ListPoliciesCommand.js +3 -3
  100. package/dist-es/commands/ListPoliciesForTargetCommand.js +3 -3
  101. package/dist-es/commands/ListRootsCommand.js +3 -3
  102. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  103. package/dist-es/commands/ListTargetsForPolicyCommand.js +3 -3
  104. package/dist-es/commands/MoveAccountCommand.js +3 -3
  105. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  106. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +3 -3
  107. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +3 -3
  108. package/dist-es/commands/TagResourceCommand.js +3 -3
  109. package/dist-es/commands/UntagResourceCommand.js +3 -3
  110. package/dist-es/commands/UpdateOrganizationalUnitCommand.js +3 -3
  111. package/dist-es/commands/UpdatePolicyCommand.js +3 -3
  112. package/dist-es/protocols/Aws_json1_1.js +1100 -1120
  113. package/dist-types/protocols/Aws_json1_1.d.ts +440 -110
  114. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +110 -110
  115. package/package.json +29 -29
@@ -37,10 +37,10 @@ class AcceptHandshakeCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1AcceptHandshakeCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_AcceptHandshakeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1AcceptHandshakeCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_AcceptHandshakeCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.AcceptHandshakeCommand = AcceptHandshakeCommand;
@@ -36,10 +36,10 @@ class AttachPolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1AttachPolicyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_AttachPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1AttachPolicyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_AttachPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AttachPolicyCommand = AttachPolicyCommand;
@@ -37,10 +37,10 @@ class CancelHandshakeCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1CancelHandshakeCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_CancelHandshakeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1CancelHandshakeCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_CancelHandshakeCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CancelHandshakeCommand = CancelHandshakeCommand;
@@ -36,10 +36,10 @@ class CloseAccountCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CloseAccountCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CloseAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CloseAccountCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CloseAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CloseAccountCommand = CloseAccountCommand;
@@ -37,10 +37,10 @@ class CreateAccountCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateAccountCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_CreateAccountCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateAccountCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_CreateAccountCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateAccountCommand = CreateAccountCommand;
@@ -37,10 +37,10 @@ class CreateGovCloudAccountCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateGovCloudAccountCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_CreateGovCloudAccountCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateGovCloudAccountCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_CreateGovCloudAccountCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateGovCloudAccountCommand = CreateGovCloudAccountCommand;
@@ -37,10 +37,10 @@ class CreateOrganizationCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateOrganizationCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_CreateOrganizationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateOrganizationCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_CreateOrganizationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateOrganizationCommand = CreateOrganizationCommand;
@@ -36,10 +36,10 @@ class CreateOrganizationalUnitCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateOrganizationalUnitCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateOrganizationalUnitCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateOrganizationalUnitCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateOrganizationalUnitCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateOrganizationalUnitCommand = CreateOrganizationalUnitCommand;
@@ -36,10 +36,10 @@ class CreatePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreatePolicyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreatePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreatePolicyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreatePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreatePolicyCommand = CreatePolicyCommand;
@@ -37,10 +37,10 @@ class DeclineHandshakeCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1DeclineHandshakeCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_DeclineHandshakeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeclineHandshakeCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_DeclineHandshakeCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DeclineHandshakeCommand = DeclineHandshakeCommand;
@@ -36,10 +36,10 @@ class DeleteOrganizationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteOrganizationCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteOrganizationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteOrganizationCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteOrganizationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteOrganizationCommand = DeleteOrganizationCommand;
@@ -36,10 +36,10 @@ class DeleteOrganizationalUnitCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteOrganizationalUnitCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteOrganizationalUnitCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteOrganizationalUnitCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteOrganizationalUnitCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteOrganizationalUnitCommand = DeleteOrganizationalUnitCommand;
@@ -36,10 +36,10 @@ class DeletePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeletePolicyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeletePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeletePolicyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeletePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePolicyCommand = DeletePolicyCommand;
@@ -36,10 +36,10 @@ class DeleteResourcePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteResourcePolicyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteResourcePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteResourcePolicyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteResourcePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
@@ -36,10 +36,10 @@ class DeregisterDelegatedAdministratorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeregisterDelegatedAdministratorCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeregisterDelegatedAdministratorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeregisterDelegatedAdministratorCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeregisterDelegatedAdministratorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeregisterDelegatedAdministratorCommand = DeregisterDelegatedAdministratorCommand;
@@ -37,10 +37,10 @@ class DescribeAccountCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeAccountCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_DescribeAccountCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeAccountCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_DescribeAccountCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeAccountCommand = DescribeAccountCommand;
@@ -37,10 +37,10 @@ class DescribeCreateAccountStatusCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeCreateAccountStatusCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_DescribeCreateAccountStatusCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeCreateAccountStatusCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_DescribeCreateAccountStatusCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeCreateAccountStatusCommand = DescribeCreateAccountStatusCommand;
@@ -36,10 +36,10 @@ class DescribeEffectivePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeEffectivePolicyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeEffectivePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeEffectivePolicyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeEffectivePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeEffectivePolicyCommand = DescribeEffectivePolicyCommand;
@@ -37,10 +37,10 @@ class DescribeHandshakeCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeHandshakeCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_DescribeHandshakeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeHandshakeCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_DescribeHandshakeCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeHandshakeCommand = DescribeHandshakeCommand;
@@ -37,10 +37,10 @@ class DescribeOrganizationCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeOrganizationCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_DescribeOrganizationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeOrganizationCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_DescribeOrganizationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeOrganizationCommand = DescribeOrganizationCommand;
@@ -36,10 +36,10 @@ class DescribeOrganizationalUnitCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeOrganizationalUnitCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeOrganizationalUnitCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeOrganizationalUnitCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeOrganizationalUnitCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeOrganizationalUnitCommand = DescribeOrganizationalUnitCommand;
@@ -36,10 +36,10 @@ class DescribePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribePolicyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribePolicyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribePolicyCommand = DescribePolicyCommand;
@@ -36,10 +36,10 @@ class DescribeResourcePolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeResourcePolicyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeResourcePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeResourcePolicyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeResourcePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeResourcePolicyCommand = DescribeResourcePolicyCommand;
@@ -36,10 +36,10 @@ class DetachPolicyCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DetachPolicyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DetachPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DetachPolicyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DetachPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DetachPolicyCommand = DetachPolicyCommand;
@@ -36,10 +36,10 @@ class DisableAWSServiceAccessCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DisableAWSServiceAccessCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DisableAWSServiceAccessCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DisableAWSServiceAccessCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DisableAWSServiceAccessCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisableAWSServiceAccessCommand = DisableAWSServiceAccessCommand;
@@ -36,10 +36,10 @@ class DisablePolicyTypeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DisablePolicyTypeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DisablePolicyTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DisablePolicyTypeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DisablePolicyTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisablePolicyTypeCommand = DisablePolicyTypeCommand;
@@ -36,10 +36,10 @@ class EnableAWSServiceAccessCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1EnableAWSServiceAccessCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_EnableAWSServiceAccessCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1EnableAWSServiceAccessCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_EnableAWSServiceAccessCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.EnableAWSServiceAccessCommand = EnableAWSServiceAccessCommand;
@@ -37,10 +37,10 @@ class EnableAllFeaturesCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1EnableAllFeaturesCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_EnableAllFeaturesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1EnableAllFeaturesCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_EnableAllFeaturesCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.EnableAllFeaturesCommand = EnableAllFeaturesCommand;
@@ -36,10 +36,10 @@ class EnablePolicyTypeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1EnablePolicyTypeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_EnablePolicyTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1EnablePolicyTypeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_EnablePolicyTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.EnablePolicyTypeCommand = EnablePolicyTypeCommand;
@@ -37,10 +37,10 @@ class InviteAccountToOrganizationCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1InviteAccountToOrganizationCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_InviteAccountToOrganizationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1InviteAccountToOrganizationCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_InviteAccountToOrganizationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.InviteAccountToOrganizationCommand = InviteAccountToOrganizationCommand;
@@ -36,10 +36,10 @@ class LeaveOrganizationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1LeaveOrganizationCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_LeaveOrganizationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1LeaveOrganizationCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_LeaveOrganizationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.LeaveOrganizationCommand = LeaveOrganizationCommand;
@@ -36,10 +36,10 @@ class ListAWSServiceAccessForOrganizationCommand extends smithy_client_1.Command
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListAWSServiceAccessForOrganizationCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListAWSServiceAccessForOrganizationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListAWSServiceAccessForOrganizationCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListAWSServiceAccessForOrganizationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAWSServiceAccessForOrganizationCommand = ListAWSServiceAccessForOrganizationCommand;
@@ -37,10 +37,10 @@ class ListAccountsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1ListAccountsCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_ListAccountsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListAccountsCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_ListAccountsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListAccountsCommand = ListAccountsCommand;
@@ -37,10 +37,10 @@ class ListAccountsForParentCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1ListAccountsForParentCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_ListAccountsForParentCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListAccountsForParentCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_ListAccountsForParentCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListAccountsForParentCommand = ListAccountsForParentCommand;
@@ -36,10 +36,10 @@ class ListChildrenCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListChildrenCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListChildrenCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListChildrenCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListChildrenCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListChildrenCommand = ListChildrenCommand;
@@ -37,10 +37,10 @@ class ListCreateAccountStatusCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1ListCreateAccountStatusCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_ListCreateAccountStatusCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListCreateAccountStatusCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_ListCreateAccountStatusCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListCreateAccountStatusCommand = ListCreateAccountStatusCommand;
@@ -37,10 +37,10 @@ class ListDelegatedAdministratorsCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1ListDelegatedAdministratorsCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_ListDelegatedAdministratorsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListDelegatedAdministratorsCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_ListDelegatedAdministratorsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListDelegatedAdministratorsCommand = ListDelegatedAdministratorsCommand;
@@ -36,10 +36,10 @@ class ListDelegatedServicesForAccountCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListDelegatedServicesForAccountCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListDelegatedServicesForAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListDelegatedServicesForAccountCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListDelegatedServicesForAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDelegatedServicesForAccountCommand = ListDelegatedServicesForAccountCommand;
@@ -37,10 +37,10 @@ class ListHandshakesForAccountCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1ListHandshakesForAccountCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_ListHandshakesForAccountCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListHandshakesForAccountCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_ListHandshakesForAccountCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListHandshakesForAccountCommand = ListHandshakesForAccountCommand;
@@ -37,10 +37,10 @@ class ListHandshakesForOrganizationCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1ListHandshakesForOrganizationCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_ListHandshakesForOrganizationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListHandshakesForOrganizationCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_ListHandshakesForOrganizationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListHandshakesForOrganizationCommand = ListHandshakesForOrganizationCommand;
@@ -36,10 +36,10 @@ class ListOrganizationalUnitsForParentCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListOrganizationalUnitsForParentCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListOrganizationalUnitsForParentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListOrganizationalUnitsForParentCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListOrganizationalUnitsForParentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListOrganizationalUnitsForParentCommand = ListOrganizationalUnitsForParentCommand;
@@ -36,10 +36,10 @@ class ListParentsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListParentsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListParentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListParentsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListParentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListParentsCommand = ListParentsCommand;
@@ -36,10 +36,10 @@ class ListPoliciesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListPoliciesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListPoliciesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListPoliciesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListPoliciesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPoliciesCommand = ListPoliciesCommand;