@rio-cloud/cdk-v2-constructs 7.13.9 → 7.13.11

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 (195) hide show
  1. package/.jsii +52 -10
  2. package/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +3200 -3065
  3. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +4143 -4177
  4. package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +4367 -4232
  5. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +4847 -4901
  6. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +4847 -4901
  7. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +5175 -5320
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +109 -3610
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +12 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +439 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +2 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +2741 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +2 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +182 -176
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +37 -30
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -30
  17. package/node_modules/@aws-sdk/client-cloudformation/package.json +13 -13
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +66 -3902
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/CodeDeployServiceException.js +12 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/errors.js +1436 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +2 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/schemas/schemas_0.js +2155 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +2 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-es/schemas/schemas_0.js +778 -772
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/schemas/schemas_0.d.ts +102 -95
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/schemas/schemas_0.d.ts +97 -95
  27. package/node_modules/@aws-sdk/client-codedeploy/package.json +13 -13
  28. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +83 -3897
  29. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/ECSServiceException.js +12 -0
  30. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +370 -0
  31. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +2 -0
  32. package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +3113 -0
  33. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +2 -0
  34. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +247 -241
  35. package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +36 -29
  36. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
  37. package/node_modules/@aws-sdk/client-ecs/package.json +13 -13
  38. package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +82 -2633
  39. package/node_modules/@aws-sdk/client-organizations/dist-cjs/models/OrganizationsServiceException.js +12 -0
  40. package/node_modules/@aws-sdk/client-organizations/dist-cjs/models/errors.js +764 -0
  41. package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.shared.js +2 -0
  42. package/node_modules/@aws-sdk/client-organizations/dist-cjs/schemas/schemas_0.js +1575 -0
  43. package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.shared.js +2 -0
  44. package/node_modules/@aws-sdk/client-organizations/dist-es/schemas/schemas_0.js +291 -285
  45. package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +6 -0
  46. package/node_modules/@aws-sdk/client-organizations/dist-types/schemas/schemas_0.d.ts +53 -46
  47. package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -46
  48. package/node_modules/@aws-sdk/client-organizations/package.json +13 -13
  49. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +42 -947
  50. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  51. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  52. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -0
  53. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  54. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +2 -0
  55. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +82 -76
  56. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +20 -13
  57. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
  58. package/node_modules/@aws-sdk/client-secrets-manager/package.json +13 -13
  59. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +165 -8461
  60. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  61. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  62. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -0
  63. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5615 -0
  64. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +2 -0
  65. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +1631 -1625
  66. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +146 -139
  67. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -139
  68. package/node_modules/@aws-sdk/client-ssm/package.json +13 -13
  69. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +23 -234
  70. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
  71. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
  72. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  73. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
  74. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  75. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
  76. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
  77. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
  78. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  79. package/node_modules/@aws-sdk/client-sso/package.json +12 -12
  80. package/node_modules/@aws-sdk/core/dist-cjs/index.js +26 -6
  81. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +26 -6
  82. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
  83. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +14 -6
  84. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
  85. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
  86. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  87. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  89. package/node_modules/@aws-sdk/core/package.json +4 -4
  90. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  91. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  92. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  93. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  94. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  95. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  96. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  97. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  98. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  99. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  100. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +20 -198
  101. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  102. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  103. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
  104. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  105. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +20 -347
  106. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  107. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  108. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  109. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  110. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +21 -308
  111. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  112. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  113. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
  127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -3
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -3
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  136. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -4
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -3
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
  146. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  147. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  148. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  149. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  150. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  151. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  152. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
  153. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
  154. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -1
  155. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
  156. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  157. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
  158. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
  159. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
  160. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  161. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  162. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  163. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  164. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  165. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  166. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  167. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  168. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  169. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  170. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  171. package/node_modules/@smithy/core/package.json +2 -2
  172. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  173. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  174. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
  175. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
  176. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  177. package/node_modules/@smithy/smithy-client/package.json +4 -4
  178. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  179. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  180. package/node_modules/@smithy/util-stream/package.json +2 -2
  181. package/node_modules/fast-xml-parser/CHANGELOG.md +13 -0
  182. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  183. package/node_modules/fast-xml-parser/lib/fxp.d.cts +83 -14
  184. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  185. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  186. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  187. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  188. package/node_modules/fast-xml-parser/package.json +4 -4
  189. package/node_modules/fast-xml-parser/src/fxp.d.ts +74 -12
  190. package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +7 -5
  191. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +65 -53
  192. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +84 -44
  193. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +255 -187
  194. package/package.json +11 -11
  195. package/version.json +1 -1
@@ -0,0 +1,1575 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TooManyRequestsException$ = exports.TargetNotFoundException$ = exports.SourceParentNotFoundException$ = exports.ServiceException$ = exports.RootNotFoundException$ = exports.ResponsibilityTransferNotFoundException$ = exports.ResponsibilityTransferAlreadyInStatusException$ = exports.ResourcePolicyNotFoundException$ = exports.PolicyTypeNotEnabledException$ = exports.PolicyTypeNotAvailableForOrganizationException$ = exports.PolicyTypeAlreadyEnabledException$ = exports.PolicyNotFoundException$ = exports.PolicyNotAttachedException$ = exports.PolicyInUseException$ = exports.PolicyChangesInProgressException$ = exports.ParentNotFoundException$ = exports.OrganizationNotEmptyException$ = exports.OrganizationalUnitNotFoundException$ = exports.OrganizationalUnitNotEmptyException$ = exports.MasterCannotLeaveOrganizationException$ = exports.MalformedPolicyDocumentException$ = exports.InvalidResponsibilityTransferTransitionException$ = exports.InvalidInputException$ = exports.InvalidHandshakeTransitionException$ = exports.HandshakeNotFoundException$ = exports.HandshakeConstraintViolationException$ = exports.HandshakeAlreadyInStateException$ = exports.FinalizingOrganizationException$ = exports.EffectivePolicyNotFoundException$ = exports.DuplicatePolicyException$ = exports.DuplicatePolicyAttachmentException$ = exports.DuplicateOrganizationalUnitException$ = exports.DuplicateHandshakeException$ = exports.DuplicateAccountException$ = exports.DestinationParentNotFoundException$ = exports.CreateAccountStatusNotFoundException$ = exports.ConstraintViolationException$ = exports.ConflictException$ = exports.ConcurrentModificationException$ = exports.ChildNotFoundException$ = exports.AWSOrganizationsNotInUseException$ = exports.AlreadyInOrganizationException$ = exports.AccountOwnerNotVerifiedException$ = exports.AccountNotRegisteredException$ = exports.AccountNotFoundException$ = exports.AccountAlreadyRegisteredException$ = exports.AccountAlreadyClosedException$ = exports.AccessDeniedForDependencyException$ = exports.AccessDeniedException$ = exports.OrganizationsServiceException$ = void 0;
4
+ exports.EffectivePolicyValidationError$ = exports.EffectivePolicy$ = exports.DisablePolicyTypeResponse$ = exports.DisablePolicyTypeRequest$ = exports.DisableAWSServiceAccessRequest$ = exports.DetachPolicyRequest$ = exports.DescribeResponsibilityTransferResponse$ = exports.DescribeResponsibilityTransferRequest$ = exports.DescribeResourcePolicyResponse$ = exports.DescribePolicyResponse$ = exports.DescribePolicyRequest$ = exports.DescribeOrganizationResponse$ = exports.DescribeOrganizationalUnitResponse$ = exports.DescribeOrganizationalUnitRequest$ = exports.DescribeHandshakeResponse$ = exports.DescribeHandshakeRequest$ = exports.DescribeEffectivePolicyResponse$ = exports.DescribeEffectivePolicyRequest$ = exports.DescribeCreateAccountStatusResponse$ = exports.DescribeCreateAccountStatusRequest$ = exports.DescribeAccountResponse$ = exports.DescribeAccountRequest$ = exports.DeregisterDelegatedAdministratorRequest$ = exports.DeletePolicyRequest$ = exports.DeleteOrganizationalUnitRequest$ = exports.DelegatedService$ = exports.DelegatedAdministrator$ = exports.DeclineHandshakeResponse$ = exports.DeclineHandshakeRequest$ = exports.CreatePolicyResponse$ = exports.CreatePolicyRequest$ = exports.CreateOrganizationResponse$ = exports.CreateOrganizationRequest$ = exports.CreateOrganizationalUnitResponse$ = exports.CreateOrganizationalUnitRequest$ = exports.CreateGovCloudAccountResponse$ = exports.CreateGovCloudAccountRequest$ = exports.CreateAccountStatus$ = exports.CreateAccountResponse$ = exports.CreateAccountRequest$ = exports.CloseAccountRequest$ = exports.Child$ = exports.CancelHandshakeResponse$ = exports.CancelHandshakeRequest$ = exports.AttachPolicyRequest$ = exports.Account$ = exports.AcceptHandshakeResponse$ = exports.AcceptHandshakeRequest$ = exports.errorTypeRegistries = exports.UnsupportedAPIEndpointException$ = void 0;
5
+ exports.ListRootsResponse$ = exports.ListRootsRequest$ = exports.ListPoliciesResponse$ = exports.ListPoliciesRequest$ = exports.ListPoliciesForTargetResponse$ = exports.ListPoliciesForTargetRequest$ = exports.ListParentsResponse$ = exports.ListParentsRequest$ = exports.ListOutboundResponsibilityTransfersResponse$ = exports.ListOutboundResponsibilityTransfersRequest$ = exports.ListOrganizationalUnitsForParentResponse$ = exports.ListOrganizationalUnitsForParentRequest$ = exports.ListInboundResponsibilityTransfersResponse$ = exports.ListInboundResponsibilityTransfersRequest$ = exports.ListHandshakesForOrganizationResponse$ = exports.ListHandshakesForOrganizationRequest$ = exports.ListHandshakesForAccountResponse$ = exports.ListHandshakesForAccountRequest$ = exports.ListEffectivePolicyValidationErrorsResponse$ = exports.ListEffectivePolicyValidationErrorsRequest$ = exports.ListDelegatedServicesForAccountResponse$ = exports.ListDelegatedServicesForAccountRequest$ = exports.ListDelegatedAdministratorsResponse$ = exports.ListDelegatedAdministratorsRequest$ = exports.ListCreateAccountStatusResponse$ = exports.ListCreateAccountStatusRequest$ = exports.ListChildrenResponse$ = exports.ListChildrenRequest$ = exports.ListAWSServiceAccessForOrganizationResponse$ = exports.ListAWSServiceAccessForOrganizationRequest$ = exports.ListAccountsWithInvalidEffectivePolicyResponse$ = exports.ListAccountsWithInvalidEffectivePolicyRequest$ = exports.ListAccountsResponse$ = exports.ListAccountsRequest$ = exports.ListAccountsForParentResponse$ = exports.ListAccountsForParentRequest$ = exports.InviteOrganizationToTransferResponsibilityResponse$ = exports.InviteOrganizationToTransferResponsibilityRequest$ = exports.InviteAccountToOrganizationResponse$ = exports.InviteAccountToOrganizationRequest$ = exports.HandshakeResource$ = exports.HandshakeParty$ = exports.HandshakeFilter$ = exports.Handshake$ = exports.EnablePolicyTypeResponse$ = exports.EnablePolicyTypeRequest$ = exports.EnabledServicePrincipal$ = exports.EnableAWSServiceAccessRequest$ = exports.EnableAllFeaturesResponse$ = exports.EnableAllFeaturesRequest$ = void 0;
6
+ exports.DescribeEffectivePolicy$ = exports.DescribeCreateAccountStatus$ = exports.DescribeAccount$ = exports.DeregisterDelegatedAdministrator$ = exports.DeleteResourcePolicy$ = exports.DeletePolicy$ = exports.DeleteOrganizationalUnit$ = exports.DeleteOrganization$ = exports.DeclineHandshake$ = exports.CreatePolicy$ = exports.CreateOrganizationalUnit$ = exports.CreateOrganization$ = exports.CreateGovCloudAccount$ = exports.CreateAccount$ = exports.CloseAccount$ = exports.CancelHandshake$ = exports.AttachPolicy$ = exports.AcceptHandshake$ = exports.UpdateResponsibilityTransferResponse$ = exports.UpdateResponsibilityTransferRequest$ = exports.UpdatePolicyResponse$ = exports.UpdatePolicyRequest$ = exports.UpdateOrganizationalUnitResponse$ = exports.UpdateOrganizationalUnitRequest$ = exports.UntagResourceRequest$ = exports.TransferParticipant$ = exports.TerminateResponsibilityTransferResponse$ = exports.TerminateResponsibilityTransferRequest$ = exports.TagResourceRequest$ = exports.Tag$ = exports.Root$ = exports.ResponsibilityTransfer$ = exports.ResourcePolicySummary$ = exports.ResourcePolicy$ = exports.RemoveAccountFromOrganizationRequest$ = exports.RegisterDelegatedAdministratorRequest$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.PolicyTypeSummary$ = exports.PolicyTargetSummary$ = exports.PolicySummary$ = exports.Policy$ = exports.Parent$ = exports.OrganizationalUnit$ = exports.Organization$ = exports.MoveAccountRequest$ = exports.ListTargetsForPolicyResponse$ = exports.ListTargetsForPolicyRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = void 0;
7
+ exports.UpdateResponsibilityTransfer$ = exports.UpdatePolicy$ = exports.UpdateOrganizationalUnit$ = exports.UntagResource$ = exports.TerminateResponsibilityTransfer$ = exports.TagResource$ = exports.RemoveAccountFromOrganization$ = exports.RegisterDelegatedAdministrator$ = exports.PutResourcePolicy$ = exports.MoveAccount$ = exports.ListTargetsForPolicy$ = exports.ListTagsForResource$ = exports.ListRoots$ = exports.ListPoliciesForTarget$ = exports.ListPolicies$ = exports.ListParents$ = exports.ListOutboundResponsibilityTransfers$ = exports.ListOrganizationalUnitsForParent$ = exports.ListInboundResponsibilityTransfers$ = exports.ListHandshakesForOrganization$ = exports.ListHandshakesForAccount$ = exports.ListEffectivePolicyValidationErrors$ = exports.ListDelegatedServicesForAccount$ = exports.ListDelegatedAdministrators$ = exports.ListCreateAccountStatus$ = exports.ListChildren$ = exports.ListAWSServiceAccessForOrganization$ = exports.ListAccountsWithInvalidEffectivePolicy$ = exports.ListAccountsForParent$ = exports.ListAccounts$ = exports.LeaveOrganization$ = exports.InviteOrganizationToTransferResponsibility$ = exports.InviteAccountToOrganization$ = exports.EnablePolicyType$ = exports.EnableAWSServiceAccess$ = exports.EnableAllFeatures$ = exports.DisablePolicyType$ = exports.DisableAWSServiceAccess$ = exports.DetachPolicy$ = exports.DescribeResponsibilityTransfer$ = exports.DescribeResourcePolicy$ = exports.DescribePolicy$ = exports.DescribeOrganizationalUnit$ = exports.DescribeOrganization$ = exports.DescribeHandshake$ = void 0;
8
+ const _A = "Account";
9
+ const _AACE = "AccountAlreadyClosedException";
10
+ const _AARE = "AccountAlreadyRegisteredException";
11
+ const _ADE = "AccessDeniedException";
12
+ const _ADFDE = "AccessDeniedForDependencyException";
13
+ const _AH = "AcceptHandshake";
14
+ const _AHI = "ActiveHandshakeId";
15
+ const _AHR = "AcceptHandshakeRequest";
16
+ const _AHRc = "AcceptHandshakeResponse";
17
+ const _AI = "AccountId";
18
+ const _AIOE = "AlreadyInOrganizationException";
19
+ const _AM = "AwsManaged";
20
+ const _AN = "AccountName";
21
+ const _ANFE = "AccountNotFoundException";
22
+ const _ANRE = "AccountNotRegisteredException";
23
+ const _AONVE = "AccountOwnerNotVerifiedException";
24
+ const _AP = "AttachPolicy";
25
+ const _APR = "AttachPolicyRequest";
26
+ const _APT = "AvailablePolicyTypes";
27
+ const _AT = "ActionType";
28
+ const _AWSONIUE = "AWSOrganizationsNotInUseException";
29
+ const _Ac = "Action";
30
+ const _Acc = "Accounts";
31
+ const _Ar = "Arn";
32
+ const _C = "Child";
33
+ const _CA = "CloseAccount";
34
+ const _CAN = "CreateAccountName";
35
+ const _CAR = "CloseAccountRequest";
36
+ const _CARI = "CreateAccountRequestId";
37
+ const _CARr = "CreateAccountRequest";
38
+ const _CARre = "CreateAccountResponse";
39
+ const _CAS = "CreateAccountStatus";
40
+ const _CASNFE = "CreateAccountStatusNotFoundException";
41
+ const _CASr = "CreateAccountStatuses";
42
+ const _CAr = "CreateAccount";
43
+ const _CE = "ConflictException";
44
+ const _CGCA = "CreateGovCloudAccount";
45
+ const _CGCAR = "CreateGovCloudAccountRequest";
46
+ const _CGCARr = "CreateGovCloudAccountResponse";
47
+ const _CH = "CancelHandshake";
48
+ const _CHR = "CancelHandshakeRequest";
49
+ const _CHRa = "CancelHandshakeResponse";
50
+ const _CI = "ChildId";
51
+ const _CME = "ConcurrentModificationException";
52
+ const _CNFE = "ChildNotFoundException";
53
+ const _CO = "CreateOrganization";
54
+ const _COR = "CreateOrganizationRequest";
55
+ const _CORr = "CreateOrganizationResponse";
56
+ const _COU = "CreateOrganizationalUnit";
57
+ const _COUR = "CreateOrganizationalUnitRequest";
58
+ const _COURr = "CreateOrganizationalUnitResponse";
59
+ const _CP = "ContributingPolicies";
60
+ const _CPR = "CreatePolicyRequest";
61
+ const _CPRr = "CreatePolicyResponse";
62
+ const _CPr = "CreatePolicy";
63
+ const _CT = "CompletedTimestamp";
64
+ const _CTh = "ChildType";
65
+ const _CVE = "ConstraintViolationException";
66
+ const _Ch = "Children";
67
+ const _Co = "Content";
68
+ const _D = "Description";
69
+ const _DA = "DelegatedAdministrator";
70
+ const _DAE = "DuplicateAccountException";
71
+ const _DAR = "DescribeAccountRequest";
72
+ const _DARe = "DescribeAccountResponse";
73
+ const _DAWSSA = "DisableAWSServiceAccess";
74
+ const _DAWSSAR = "DisableAWSServiceAccessRequest";
75
+ const _DAe = "DelegatedAdministrators";
76
+ const _DAes = "DescribeAccount";
77
+ const _DCAS = "DescribeCreateAccountStatus";
78
+ const _DCASR = "DescribeCreateAccountStatusRequest";
79
+ const _DCASRe = "DescribeCreateAccountStatusResponse";
80
+ const _DDA = "DeregisterDelegatedAdministrator";
81
+ const _DDAR = "DeregisterDelegatedAdministratorRequest";
82
+ const _DE = "DateEnabled";
83
+ const _DED = "DelegationEnabledDate";
84
+ const _DEP = "DescribeEffectivePolicy";
85
+ const _DEPR = "DescribeEffectivePolicyRequest";
86
+ const _DEPRe = "DescribeEffectivePolicyResponse";
87
+ const _DH = "DeclineHandshake";
88
+ const _DHE = "DuplicateHandshakeException";
89
+ const _DHR = "DeclineHandshakeRequest";
90
+ const _DHRe = "DeclineHandshakeResponse";
91
+ const _DHRes = "DescribeHandshakeRequest";
92
+ const _DHResc = "DescribeHandshakeResponse";
93
+ const _DHe = "DescribeHandshake";
94
+ const _DO = "DeleteOrganization";
95
+ const _DOR = "DescribeOrganizationResponse";
96
+ const _DOU = "DeleteOrganizationalUnit";
97
+ const _DOUE = "DuplicateOrganizationalUnitException";
98
+ const _DOUR = "DeleteOrganizationalUnitRequest";
99
+ const _DOURe = "DescribeOrganizationalUnitRequest";
100
+ const _DOURes = "DescribeOrganizationalUnitResponse";
101
+ const _DOUe = "DescribeOrganizationalUnit";
102
+ const _DOe = "DescribeOrganization";
103
+ const _DP = "DeletePolicy";
104
+ const _DPAE = "DuplicatePolicyAttachmentException";
105
+ const _DPE = "DuplicatePolicyException";
106
+ const _DPI = "DestinationParentId";
107
+ const _DPNFE = "DestinationParentNotFoundException";
108
+ const _DPR = "DeletePolicyRequest";
109
+ const _DPRe = "DescribePolicyRequest";
110
+ const _DPRes = "DescribePolicyResponse";
111
+ const _DPRet = "DetachPolicyRequest";
112
+ const _DPT = "DisablePolicyType";
113
+ const _DPTR = "DisablePolicyTypeRequest";
114
+ const _DPTRi = "DisablePolicyTypeResponse";
115
+ const _DPe = "DescribePolicy";
116
+ const _DPet = "DetachPolicy";
117
+ const _DRP = "DeleteResourcePolicy";
118
+ const _DRPR = "DescribeResourcePolicyResponse";
119
+ const _DRPe = "DescribeResourcePolicy";
120
+ const _DRT = "DescribeResponsibilityTransfer";
121
+ const _DRTR = "DescribeResponsibilityTransferRequest";
122
+ const _DRTRe = "DescribeResponsibilityTransferResponse";
123
+ const _DS = "DelegatedService";
124
+ const _DSe = "DelegatedServices";
125
+ const _E = "Email";
126
+ const _EAF = "EnableAllFeatures";
127
+ const _EAFR = "EnableAllFeaturesRequest";
128
+ const _EAFRn = "EnableAllFeaturesResponse";
129
+ const _EAWSSA = "EnableAWSServiceAccess";
130
+ const _EAWSSAR = "EnableAWSServiceAccessRequest";
131
+ const _EC = "ErrorCode";
132
+ const _EM = "ErrorMessage";
133
+ const _EP = "EffectivePolicy";
134
+ const _EPNFE = "EffectivePolicyNotFoundException";
135
+ const _EPT = "EnablePolicyType";
136
+ const _EPTR = "EnablePolicyTypeRequest";
137
+ const _EPTRn = "EnablePolicyTypeResponse";
138
+ const _EPVE = "EffectivePolicyValidationError";
139
+ const _EPVEf = "EffectivePolicyValidationErrors";
140
+ const _ESP = "EnabledServicePrincipal";
141
+ const _ESPn = "EnabledServicePrincipals";
142
+ const _ET = "ExpirationTimestamp";
143
+ const _ETn = "EndTimestamp";
144
+ const _ETv = "EvaluationTimestamp";
145
+ const _F = "Filter";
146
+ const _FOE = "FinalizingOrganizationException";
147
+ const _FR = "FailureReason";
148
+ const _FS = "FeatureSet";
149
+ const _GCAI = "GovCloudAccountId";
150
+ const _H = "Handshake";
151
+ const _HAISE = "HandshakeAlreadyInStateException";
152
+ const _HCVE = "HandshakeConstraintViolationException";
153
+ const _HF = "HandshakeFilter";
154
+ const _HI = "HandshakeId";
155
+ const _HN = "HandshakeNotes";
156
+ const _HNFE = "HandshakeNotFoundException";
157
+ const _HP = "HandshakeParty";
158
+ const _HPI = "HandshakePartyId";
159
+ const _HPa = "HandshakeParties";
160
+ const _HR = "HandshakeResource";
161
+ const _HRV = "HandshakeResourceValue";
162
+ const _HRa = "HandshakeResources";
163
+ const _Ha = "Handshakes";
164
+ const _I = "Id";
165
+ const _IATO = "InviteAccountToOrganization";
166
+ const _IATOR = "InviteAccountToOrganizationRequest";
167
+ const _IATORn = "InviteAccountToOrganizationResponse";
168
+ const _IHTE = "InvalidHandshakeTransitionException";
169
+ const _IIE = "InvalidInputException";
170
+ const _IOTTR = "InviteOrganizationToTransferResponsibility";
171
+ const _IOTTRR = "InviteOrganizationToTransferResponsibilityRequest";
172
+ const _IOTTRRn = "InviteOrganizationToTransferResponsibilityResponse";
173
+ const _IRTTE = "InvalidResponsibilityTransferTransitionException";
174
+ const _IUATB = "IamUserAccessToBilling";
175
+ const _JM = "JoinedMethod";
176
+ const _JT = "JoinedTimestamp";
177
+ const _K = "Key";
178
+ const _LA = "ListAccounts";
179
+ const _LAFP = "ListAccountsForParent";
180
+ const _LAFPR = "ListAccountsForParentRequest";
181
+ const _LAFPRi = "ListAccountsForParentResponse";
182
+ const _LAR = "ListAccountsRequest";
183
+ const _LARi = "ListAccountsResponse";
184
+ const _LAWIEP = "ListAccountsWithInvalidEffectivePolicy";
185
+ const _LAWIEPR = "ListAccountsWithInvalidEffectivePolicyRequest";
186
+ const _LAWIEPRi = "ListAccountsWithInvalidEffectivePolicyResponse";
187
+ const _LAWSSAFO = "ListAWSServiceAccessForOrganization";
188
+ const _LAWSSAFOR = "ListAWSServiceAccessForOrganizationRequest";
189
+ const _LAWSSAFORi = "ListAWSServiceAccessForOrganizationResponse";
190
+ const _LC = "ListChildren";
191
+ const _LCAS = "ListCreateAccountStatus";
192
+ const _LCASR = "ListCreateAccountStatusRequest";
193
+ const _LCASRi = "ListCreateAccountStatusResponse";
194
+ const _LCR = "ListChildrenRequest";
195
+ const _LCRi = "ListChildrenResponse";
196
+ const _LDA = "ListDelegatedAdministrators";
197
+ const _LDAR = "ListDelegatedAdministratorsRequest";
198
+ const _LDARi = "ListDelegatedAdministratorsResponse";
199
+ const _LDSFA = "ListDelegatedServicesForAccount";
200
+ const _LDSFAR = "ListDelegatedServicesForAccountRequest";
201
+ const _LDSFARi = "ListDelegatedServicesForAccountResponse";
202
+ const _LEPVE = "ListEffectivePolicyValidationErrors";
203
+ const _LEPVER = "ListEffectivePolicyValidationErrorsRequest";
204
+ const _LEPVERi = "ListEffectivePolicyValidationErrorsResponse";
205
+ const _LHFA = "ListHandshakesForAccount";
206
+ const _LHFAR = "ListHandshakesForAccountRequest";
207
+ const _LHFARi = "ListHandshakesForAccountResponse";
208
+ const _LHFO = "ListHandshakesForOrganization";
209
+ const _LHFOR = "ListHandshakesForOrganizationRequest";
210
+ const _LHFORi = "ListHandshakesForOrganizationResponse";
211
+ const _LIRT = "ListInboundResponsibilityTransfers";
212
+ const _LIRTR = "ListInboundResponsibilityTransfersRequest";
213
+ const _LIRTRi = "ListInboundResponsibilityTransfersResponse";
214
+ const _LO = "LeaveOrganization";
215
+ const _LORT = "ListOutboundResponsibilityTransfers";
216
+ const _LORTR = "ListOutboundResponsibilityTransfersRequest";
217
+ const _LORTRi = "ListOutboundResponsibilityTransfersResponse";
218
+ const _LOUFP = "ListOrganizationalUnitsForParent";
219
+ const _LOUFPR = "ListOrganizationalUnitsForParentRequest";
220
+ const _LOUFPRi = "ListOrganizationalUnitsForParentResponse";
221
+ const _LP = "ListParents";
222
+ const _LPFT = "ListPoliciesForTarget";
223
+ const _LPFTR = "ListPoliciesForTargetRequest";
224
+ const _LPFTRi = "ListPoliciesForTargetResponse";
225
+ const _LPR = "ListParentsRequest";
226
+ const _LPRi = "ListParentsResponse";
227
+ const _LPRis = "ListPoliciesRequest";
228
+ const _LPRist = "ListPoliciesResponse";
229
+ const _LPi = "ListPolicies";
230
+ const _LR = "ListRoots";
231
+ const _LRR = "ListRootsRequest";
232
+ const _LRRi = "ListRootsResponse";
233
+ const _LTFP = "ListTargetsForPolicy";
234
+ const _LTFPR = "ListTargetsForPolicyRequest";
235
+ const _LTFPRi = "ListTargetsForPolicyResponse";
236
+ const _LTFR = "ListTagsForResource";
237
+ const _LTFRR = "ListTagsForResourceRequest";
238
+ const _LTFRRi = "ListTagsForResourceResponse";
239
+ const _LUT = "LastUpdatedTimestamp";
240
+ const _M = "Message";
241
+ const _MA = "MoveAccount";
242
+ const _MAA = "MasterAccountArn";
243
+ const _MAE = "MasterAccountEmail";
244
+ const _MAEa = "ManagementAccountEmail";
245
+ const _MAI = "MasterAccountId";
246
+ const _MAIa = "ManagementAccountId";
247
+ const _MAR = "MoveAccountRequest";
248
+ const _MCLOE = "MasterCannotLeaveOrganizationException";
249
+ const _MPDE = "MalformedPolicyDocumentException";
250
+ const _MR = "MaxResults";
251
+ const _N = "Name";
252
+ const _NT = "NextToken";
253
+ const _No = "Notes";
254
+ const _O = "Organization";
255
+ const _ONEE = "OrganizationNotEmptyException";
256
+ const _OU = "OrganizationalUnit";
257
+ const _OUI = "OrganizationalUnitId";
258
+ const _OUNEE = "OrganizationalUnitNotEmptyException";
259
+ const _OUNFE = "OrganizationalUnitNotFoundException";
260
+ const _OUr = "OrganizationalUnits";
261
+ const _P = "Policy";
262
+ const _PC = "PolicyContent";
263
+ const _PCIPE = "PolicyChangesInProgressException";
264
+ const _PHI = "ParentHandshakeId";
265
+ const _PI = "PolicyId";
266
+ const _PIUE = "PolicyInUseException";
267
+ const _PIa = "ParentId";
268
+ const _PNAE = "PolicyNotAttachedException";
269
+ const _PNFE = "ParentNotFoundException";
270
+ const _PNFEo = "PolicyNotFoundException";
271
+ const _PRP = "PutResourcePolicy";
272
+ const _PRPR = "PutResourcePolicyRequest";
273
+ const _PRPRu = "PutResourcePolicyResponse";
274
+ const _PS = "PolicySummary";
275
+ const _PT = "PolicyType";
276
+ const _PTAEE = "PolicyTypeAlreadyEnabledException";
277
+ const _PTE = "PathToError";
278
+ const _PTNAFOE = "PolicyTypeNotAvailableForOrganizationException";
279
+ const _PTNEE = "PolicyTypeNotEnabledException";
280
+ const _PTS = "PolicyTargetSummary";
281
+ const _PTSo = "PolicyTypeSummary";
282
+ const _PTo = "PolicyTypes";
283
+ const _PTol = "PolicyTargets";
284
+ const _Pa = "Parties";
285
+ const _Par = "Parents";
286
+ const _Pare = "Parent";
287
+ const _Pat = "Path";
288
+ const _Po = "Policies";
289
+ const _R = "Reason";
290
+ const _RAFO = "RemoveAccountFromOrganization";
291
+ const _RAFOR = "RemoveAccountFromOrganizationRequest";
292
+ const _RDA = "RegisterDelegatedAdministrator";
293
+ const _RDAR = "RegisterDelegatedAdministratorRequest";
294
+ const _RI = "RootId";
295
+ const _RIe = "ResourceId";
296
+ const _RN = "RoleName";
297
+ const _RNFE = "RootNotFoundException";
298
+ const _RP = "ResourcePolicy";
299
+ const _RPNFE = "ResourcePolicyNotFoundException";
300
+ const _RPS = "ResourcePolicySummary";
301
+ const _RT = "RequestedTimestamp";
302
+ const _RTAISE = "ResponsibilityTransferAlreadyInStatusException";
303
+ const _RTN = "ResponsibilityTransferName";
304
+ const _RTNFE = "ResponsibilityTransferNotFoundException";
305
+ const _RTe = "ResponsibilityTransfer";
306
+ const _RTes = "ResponsibilityTransfers";
307
+ const _Re = "Resources";
308
+ const _Ro = "Root";
309
+ const _Roo = "Roots";
310
+ const _S = "Status";
311
+ const _SE = "ServiceException";
312
+ const _SN = "SourceName";
313
+ const _SP = "ServicePrincipal";
314
+ const _SPI = "SourceParentId";
315
+ const _SPNFE = "SourceParentNotFoundException";
316
+ const _ST = "StartTimestamp";
317
+ const _So = "Source";
318
+ const _St = "State";
319
+ const _Sta = "States";
320
+ const _T = "Type";
321
+ const _TI = "TargetId";
322
+ const _TK = "TagKeys";
323
+ const _TMRE = "TooManyRequestsException";
324
+ const _TNFE = "TargetNotFoundException";
325
+ const _TP = "TransferParticipant";
326
+ const _TR = "TagResource";
327
+ const _TRR = "TagResourceRequest";
328
+ const _TRT = "TerminateResponsibilityTransfer";
329
+ const _TRTR = "TerminateResponsibilityTransferRequest";
330
+ const _TRTRe = "TerminateResponsibilityTransferResponse";
331
+ const _Ta = "Tags";
332
+ const _Tag = "Tag";
333
+ const _Tar = "Target";
334
+ const _Targ = "Targets";
335
+ const _UAPIEE = "UnsupportedAPIEndpointException";
336
+ const _UOU = "UpdateOrganizationalUnit";
337
+ const _UOUR = "UpdateOrganizationalUnitRequest";
338
+ const _UOURp = "UpdateOrganizationalUnitResponse";
339
+ const _UP = "UpdatePolicy";
340
+ const _UPR = "UpdatePolicyRequest";
341
+ const _UPRp = "UpdatePolicyResponse";
342
+ const _UR = "UntagResource";
343
+ const _URR = "UntagResourceRequest";
344
+ const _URT = "UpdateResponsibilityTransfer";
345
+ const _URTR = "UpdateResponsibilityTransferRequest";
346
+ const _URTRp = "UpdateResponsibilityTransferResponse";
347
+ const _V = "Value";
348
+ const _c = "client";
349
+ const _e = "error";
350
+ const _hE = "httpError";
351
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.organizations";
352
+ const _se = "server";
353
+ const n0 = "com.amazonaws.organizations";
354
+ const schema_1 = require("@smithy/core/schema");
355
+ const errors_1 = require("../models/errors");
356
+ const OrganizationsServiceException_1 = require("../models/OrganizationsServiceException");
357
+ const _s_registry = schema_1.TypeRegistry.for(_s);
358
+ exports.OrganizationsServiceException$ = [-3, _s, "OrganizationsServiceException", 0, [], []];
359
+ _s_registry.registerError(exports.OrganizationsServiceException$, OrganizationsServiceException_1.OrganizationsServiceException);
360
+ const n0_registry = schema_1.TypeRegistry.for(n0);
361
+ exports.AccessDeniedException$ = [-3, n0, _ADE,
362
+ { [_e]: _c, [_hE]: 403 },
363
+ [_M],
364
+ [0]
365
+ ];
366
+ n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
367
+ exports.AccessDeniedForDependencyException$ = [-3, n0, _ADFDE,
368
+ { [_e]: _c, [_hE]: 403 },
369
+ [_M, _R],
370
+ [0, 0]
371
+ ];
372
+ n0_registry.registerError(exports.AccessDeniedForDependencyException$, errors_1.AccessDeniedForDependencyException);
373
+ exports.AccountAlreadyClosedException$ = [-3, n0, _AACE,
374
+ { [_e]: _c, [_hE]: 409 },
375
+ [_M],
376
+ [0]
377
+ ];
378
+ n0_registry.registerError(exports.AccountAlreadyClosedException$, errors_1.AccountAlreadyClosedException);
379
+ exports.AccountAlreadyRegisteredException$ = [-3, n0, _AARE,
380
+ { [_e]: _c, [_hE]: 409 },
381
+ [_M],
382
+ [0]
383
+ ];
384
+ n0_registry.registerError(exports.AccountAlreadyRegisteredException$, errors_1.AccountAlreadyRegisteredException);
385
+ exports.AccountNotFoundException$ = [-3, n0, _ANFE,
386
+ { [_e]: _c, [_hE]: 404 },
387
+ [_M],
388
+ [0]
389
+ ];
390
+ n0_registry.registerError(exports.AccountNotFoundException$, errors_1.AccountNotFoundException);
391
+ exports.AccountNotRegisteredException$ = [-3, n0, _ANRE,
392
+ { [_e]: _c, [_hE]: 409 },
393
+ [_M],
394
+ [0]
395
+ ];
396
+ n0_registry.registerError(exports.AccountNotRegisteredException$, errors_1.AccountNotRegisteredException);
397
+ exports.AccountOwnerNotVerifiedException$ = [-3, n0, _AONVE,
398
+ { [_e]: _c, [_hE]: 403 },
399
+ [_M],
400
+ [0]
401
+ ];
402
+ n0_registry.registerError(exports.AccountOwnerNotVerifiedException$, errors_1.AccountOwnerNotVerifiedException);
403
+ exports.AlreadyInOrganizationException$ = [-3, n0, _AIOE,
404
+ { [_e]: _c, [_hE]: 409 },
405
+ [_M],
406
+ [0]
407
+ ];
408
+ n0_registry.registerError(exports.AlreadyInOrganizationException$, errors_1.AlreadyInOrganizationException);
409
+ exports.AWSOrganizationsNotInUseException$ = [-3, n0, _AWSONIUE,
410
+ { [_e]: _c, [_hE]: 404 },
411
+ [_M],
412
+ [0]
413
+ ];
414
+ n0_registry.registerError(exports.AWSOrganizationsNotInUseException$, errors_1.AWSOrganizationsNotInUseException);
415
+ exports.ChildNotFoundException$ = [-3, n0, _CNFE,
416
+ { [_e]: _c, [_hE]: 404 },
417
+ [_M],
418
+ [0]
419
+ ];
420
+ n0_registry.registerError(exports.ChildNotFoundException$, errors_1.ChildNotFoundException);
421
+ exports.ConcurrentModificationException$ = [-3, n0, _CME,
422
+ { [_e]: _c, [_hE]: 409 },
423
+ [_M],
424
+ [0]
425
+ ];
426
+ n0_registry.registerError(exports.ConcurrentModificationException$, errors_1.ConcurrentModificationException);
427
+ exports.ConflictException$ = [-3, n0, _CE,
428
+ { [_e]: _c, [_hE]: 409 },
429
+ [_M],
430
+ [0]
431
+ ];
432
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
433
+ exports.ConstraintViolationException$ = [-3, n0, _CVE,
434
+ { [_e]: _c, [_hE]: 409 },
435
+ [_M, _R],
436
+ [0, 0]
437
+ ];
438
+ n0_registry.registerError(exports.ConstraintViolationException$, errors_1.ConstraintViolationException);
439
+ exports.CreateAccountStatusNotFoundException$ = [-3, n0, _CASNFE,
440
+ { [_e]: _c, [_hE]: 404 },
441
+ [_M],
442
+ [0]
443
+ ];
444
+ n0_registry.registerError(exports.CreateAccountStatusNotFoundException$, errors_1.CreateAccountStatusNotFoundException);
445
+ exports.DestinationParentNotFoundException$ = [-3, n0, _DPNFE,
446
+ { [_e]: _c, [_hE]: 404 },
447
+ [_M],
448
+ [0]
449
+ ];
450
+ n0_registry.registerError(exports.DestinationParentNotFoundException$, errors_1.DestinationParentNotFoundException);
451
+ exports.DuplicateAccountException$ = [-3, n0, _DAE,
452
+ { [_e]: _c, [_hE]: 409 },
453
+ [_M],
454
+ [0]
455
+ ];
456
+ n0_registry.registerError(exports.DuplicateAccountException$, errors_1.DuplicateAccountException);
457
+ exports.DuplicateHandshakeException$ = [-3, n0, _DHE,
458
+ { [_e]: _c, [_hE]: 409 },
459
+ [_M],
460
+ [0]
461
+ ];
462
+ n0_registry.registerError(exports.DuplicateHandshakeException$, errors_1.DuplicateHandshakeException);
463
+ exports.DuplicateOrganizationalUnitException$ = [-3, n0, _DOUE,
464
+ { [_e]: _c, [_hE]: 409 },
465
+ [_M],
466
+ [0]
467
+ ];
468
+ n0_registry.registerError(exports.DuplicateOrganizationalUnitException$, errors_1.DuplicateOrganizationalUnitException);
469
+ exports.DuplicatePolicyAttachmentException$ = [-3, n0, _DPAE,
470
+ { [_e]: _c, [_hE]: 409 },
471
+ [_M],
472
+ [0]
473
+ ];
474
+ n0_registry.registerError(exports.DuplicatePolicyAttachmentException$, errors_1.DuplicatePolicyAttachmentException);
475
+ exports.DuplicatePolicyException$ = [-3, n0, _DPE,
476
+ { [_e]: _c, [_hE]: 409 },
477
+ [_M],
478
+ [0]
479
+ ];
480
+ n0_registry.registerError(exports.DuplicatePolicyException$, errors_1.DuplicatePolicyException);
481
+ exports.EffectivePolicyNotFoundException$ = [-3, n0, _EPNFE,
482
+ { [_e]: _c },
483
+ [_M],
484
+ [0]
485
+ ];
486
+ n0_registry.registerError(exports.EffectivePolicyNotFoundException$, errors_1.EffectivePolicyNotFoundException);
487
+ exports.FinalizingOrganizationException$ = [-3, n0, _FOE,
488
+ { [_e]: _c, [_hE]: 409 },
489
+ [_M],
490
+ [0]
491
+ ];
492
+ n0_registry.registerError(exports.FinalizingOrganizationException$, errors_1.FinalizingOrganizationException);
493
+ exports.HandshakeAlreadyInStateException$ = [-3, n0, _HAISE,
494
+ { [_e]: _c, [_hE]: 409 },
495
+ [_M],
496
+ [0]
497
+ ];
498
+ n0_registry.registerError(exports.HandshakeAlreadyInStateException$, errors_1.HandshakeAlreadyInStateException);
499
+ exports.HandshakeConstraintViolationException$ = [-3, n0, _HCVE,
500
+ { [_e]: _c, [_hE]: 409 },
501
+ [_M, _R],
502
+ [0, 0]
503
+ ];
504
+ n0_registry.registerError(exports.HandshakeConstraintViolationException$, errors_1.HandshakeConstraintViolationException);
505
+ exports.HandshakeNotFoundException$ = [-3, n0, _HNFE,
506
+ { [_e]: _c, [_hE]: 404 },
507
+ [_M],
508
+ [0]
509
+ ];
510
+ n0_registry.registerError(exports.HandshakeNotFoundException$, errors_1.HandshakeNotFoundException);
511
+ exports.InvalidHandshakeTransitionException$ = [-3, n0, _IHTE,
512
+ { [_e]: _c, [_hE]: 409 },
513
+ [_M],
514
+ [0]
515
+ ];
516
+ n0_registry.registerError(exports.InvalidHandshakeTransitionException$, errors_1.InvalidHandshakeTransitionException);
517
+ exports.InvalidInputException$ = [-3, n0, _IIE,
518
+ { [_e]: _c, [_hE]: 400 },
519
+ [_M, _R],
520
+ [0, 0]
521
+ ];
522
+ n0_registry.registerError(exports.InvalidInputException$, errors_1.InvalidInputException);
523
+ exports.InvalidResponsibilityTransferTransitionException$ = [-3, n0, _IRTTE,
524
+ { [_e]: _c, [_hE]: 409 },
525
+ [_M],
526
+ [0]
527
+ ];
528
+ n0_registry.registerError(exports.InvalidResponsibilityTransferTransitionException$, errors_1.InvalidResponsibilityTransferTransitionException);
529
+ exports.MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
530
+ { [_e]: _c, [_hE]: 400 },
531
+ [_M],
532
+ [0]
533
+ ];
534
+ n0_registry.registerError(exports.MalformedPolicyDocumentException$, errors_1.MalformedPolicyDocumentException);
535
+ exports.MasterCannotLeaveOrganizationException$ = [-3, n0, _MCLOE,
536
+ { [_e]: _c, [_hE]: 409 },
537
+ [_M],
538
+ [0]
539
+ ];
540
+ n0_registry.registerError(exports.MasterCannotLeaveOrganizationException$, errors_1.MasterCannotLeaveOrganizationException);
541
+ exports.OrganizationalUnitNotEmptyException$ = [-3, n0, _OUNEE,
542
+ { [_e]: _c, [_hE]: 409 },
543
+ [_M],
544
+ [0]
545
+ ];
546
+ n0_registry.registerError(exports.OrganizationalUnitNotEmptyException$, errors_1.OrganizationalUnitNotEmptyException);
547
+ exports.OrganizationalUnitNotFoundException$ = [-3, n0, _OUNFE,
548
+ { [_e]: _c, [_hE]: 404 },
549
+ [_M],
550
+ [0]
551
+ ];
552
+ n0_registry.registerError(exports.OrganizationalUnitNotFoundException$, errors_1.OrganizationalUnitNotFoundException);
553
+ exports.OrganizationNotEmptyException$ = [-3, n0, _ONEE,
554
+ { [_e]: _c, [_hE]: 409 },
555
+ [_M],
556
+ [0]
557
+ ];
558
+ n0_registry.registerError(exports.OrganizationNotEmptyException$, errors_1.OrganizationNotEmptyException);
559
+ exports.ParentNotFoundException$ = [-3, n0, _PNFE,
560
+ { [_e]: _c, [_hE]: 404 },
561
+ [_M],
562
+ [0]
563
+ ];
564
+ n0_registry.registerError(exports.ParentNotFoundException$, errors_1.ParentNotFoundException);
565
+ exports.PolicyChangesInProgressException$ = [-3, n0, _PCIPE,
566
+ { [_e]: _c },
567
+ [_M],
568
+ [0]
569
+ ];
570
+ n0_registry.registerError(exports.PolicyChangesInProgressException$, errors_1.PolicyChangesInProgressException);
571
+ exports.PolicyInUseException$ = [-3, n0, _PIUE,
572
+ { [_e]: _c, [_hE]: 409 },
573
+ [_M],
574
+ [0]
575
+ ];
576
+ n0_registry.registerError(exports.PolicyInUseException$, errors_1.PolicyInUseException);
577
+ exports.PolicyNotAttachedException$ = [-3, n0, _PNAE,
578
+ { [_e]: _c, [_hE]: 409 },
579
+ [_M],
580
+ [0]
581
+ ];
582
+ n0_registry.registerError(exports.PolicyNotAttachedException$, errors_1.PolicyNotAttachedException);
583
+ exports.PolicyNotFoundException$ = [-3, n0, _PNFEo,
584
+ { [_e]: _c, [_hE]: 404 },
585
+ [_M],
586
+ [0]
587
+ ];
588
+ n0_registry.registerError(exports.PolicyNotFoundException$, errors_1.PolicyNotFoundException);
589
+ exports.PolicyTypeAlreadyEnabledException$ = [-3, n0, _PTAEE,
590
+ { [_e]: _c, [_hE]: 409 },
591
+ [_M],
592
+ [0]
593
+ ];
594
+ n0_registry.registerError(exports.PolicyTypeAlreadyEnabledException$, errors_1.PolicyTypeAlreadyEnabledException);
595
+ exports.PolicyTypeNotAvailableForOrganizationException$ = [-3, n0, _PTNAFOE,
596
+ { [_e]: _c, [_hE]: 409 },
597
+ [_M],
598
+ [0]
599
+ ];
600
+ n0_registry.registerError(exports.PolicyTypeNotAvailableForOrganizationException$, errors_1.PolicyTypeNotAvailableForOrganizationException);
601
+ exports.PolicyTypeNotEnabledException$ = [-3, n0, _PTNEE,
602
+ { [_e]: _c, [_hE]: 409 },
603
+ [_M],
604
+ [0]
605
+ ];
606
+ n0_registry.registerError(exports.PolicyTypeNotEnabledException$, errors_1.PolicyTypeNotEnabledException);
607
+ exports.ResourcePolicyNotFoundException$ = [-3, n0, _RPNFE,
608
+ { [_e]: _c, [_hE]: 404 },
609
+ [_M],
610
+ [0]
611
+ ];
612
+ n0_registry.registerError(exports.ResourcePolicyNotFoundException$, errors_1.ResourcePolicyNotFoundException);
613
+ exports.ResponsibilityTransferAlreadyInStatusException$ = [-3, n0, _RTAISE,
614
+ { [_e]: _c, [_hE]: 409 },
615
+ [_M],
616
+ [0]
617
+ ];
618
+ n0_registry.registerError(exports.ResponsibilityTransferAlreadyInStatusException$, errors_1.ResponsibilityTransferAlreadyInStatusException);
619
+ exports.ResponsibilityTransferNotFoundException$ = [-3, n0, _RTNFE,
620
+ { [_e]: _c, [_hE]: 404 },
621
+ [_M],
622
+ [0]
623
+ ];
624
+ n0_registry.registerError(exports.ResponsibilityTransferNotFoundException$, errors_1.ResponsibilityTransferNotFoundException);
625
+ exports.RootNotFoundException$ = [-3, n0, _RNFE,
626
+ { [_e]: _c, [_hE]: 404 },
627
+ [_M],
628
+ [0]
629
+ ];
630
+ n0_registry.registerError(exports.RootNotFoundException$, errors_1.RootNotFoundException);
631
+ exports.ServiceException$ = [-3, n0, _SE,
632
+ { [_e]: _se, [_hE]: 500 },
633
+ [_M],
634
+ [0]
635
+ ];
636
+ n0_registry.registerError(exports.ServiceException$, errors_1.ServiceException);
637
+ exports.SourceParentNotFoundException$ = [-3, n0, _SPNFE,
638
+ { [_e]: _c, [_hE]: 404 },
639
+ [_M],
640
+ [0]
641
+ ];
642
+ n0_registry.registerError(exports.SourceParentNotFoundException$, errors_1.SourceParentNotFoundException);
643
+ exports.TargetNotFoundException$ = [-3, n0, _TNFE,
644
+ { [_e]: _c, [_hE]: 404 },
645
+ [_M],
646
+ [0]
647
+ ];
648
+ n0_registry.registerError(exports.TargetNotFoundException$, errors_1.TargetNotFoundException);
649
+ exports.TooManyRequestsException$ = [-3, n0, _TMRE,
650
+ { [_e]: _c, [_hE]: 429 },
651
+ [_T, _M],
652
+ [0, 0]
653
+ ];
654
+ n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
655
+ exports.UnsupportedAPIEndpointException$ = [-3, n0, _UAPIEE,
656
+ { [_e]: _c, [_hE]: 403 },
657
+ [_M],
658
+ [0]
659
+ ];
660
+ n0_registry.registerError(exports.UnsupportedAPIEndpointException$, errors_1.UnsupportedAPIEndpointException);
661
+ exports.errorTypeRegistries = [
662
+ _s_registry,
663
+ n0_registry,
664
+ ];
665
+ var AccountName = [0, n0, _AN, 8, 0];
666
+ var CreateAccountName = [0, n0, _CAN, 8, 0];
667
+ var Email = [0, n0, _E, 8, 0];
668
+ var HandshakeNotes = [0, n0, _HN, 8, 0];
669
+ var HandshakePartyId = [0, n0, _HPI, 8, 0];
670
+ var HandshakeResourceValue = [0, n0, _HRV, 8, 0];
671
+ var ResponsibilityTransferName = [0, n0, _RTN, 8, 0];
672
+ exports.AcceptHandshakeRequest$ = [3, n0, _AHR,
673
+ 0,
674
+ [_HI],
675
+ [0], 1
676
+ ];
677
+ exports.AcceptHandshakeResponse$ = [3, n0, _AHRc,
678
+ 0,
679
+ [_H],
680
+ [[() => exports.Handshake$, 0]]
681
+ ];
682
+ exports.Account$ = [3, n0, _A,
683
+ 0,
684
+ [_I, _Ar, _E, _N, _S, _St, _JM, _JT],
685
+ [0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4]
686
+ ];
687
+ exports.AttachPolicyRequest$ = [3, n0, _APR,
688
+ 0,
689
+ [_PI, _TI],
690
+ [0, 0], 2
691
+ ];
692
+ exports.CancelHandshakeRequest$ = [3, n0, _CHR,
693
+ 0,
694
+ [_HI],
695
+ [0], 1
696
+ ];
697
+ exports.CancelHandshakeResponse$ = [3, n0, _CHRa,
698
+ 0,
699
+ [_H],
700
+ [[() => exports.Handshake$, 0]]
701
+ ];
702
+ exports.Child$ = [3, n0, _C,
703
+ 0,
704
+ [_I, _T],
705
+ [0, 0]
706
+ ];
707
+ exports.CloseAccountRequest$ = [3, n0, _CAR,
708
+ 0,
709
+ [_AI],
710
+ [0], 1
711
+ ];
712
+ exports.CreateAccountRequest$ = [3, n0, _CARr,
713
+ 0,
714
+ [_E, _AN, _RN, _IUATB, _Ta],
715
+ [[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags], 2
716
+ ];
717
+ exports.CreateAccountResponse$ = [3, n0, _CARre,
718
+ 0,
719
+ [_CAS],
720
+ [[() => exports.CreateAccountStatus$, 0]]
721
+ ];
722
+ exports.CreateAccountStatus$ = [3, n0, _CAS,
723
+ 0,
724
+ [_I, _AN, _St, _RT, _CT, _AI, _GCAI, _FR],
725
+ [0, [() => CreateAccountName, 0], 0, 4, 4, 0, 0, 0]
726
+ ];
727
+ exports.CreateGovCloudAccountRequest$ = [3, n0, _CGCAR,
728
+ 0,
729
+ [_E, _AN, _RN, _IUATB, _Ta],
730
+ [[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags], 2
731
+ ];
732
+ exports.CreateGovCloudAccountResponse$ = [3, n0, _CGCARr,
733
+ 0,
734
+ [_CAS],
735
+ [[() => exports.CreateAccountStatus$, 0]]
736
+ ];
737
+ exports.CreateOrganizationalUnitRequest$ = [3, n0, _COUR,
738
+ 0,
739
+ [_PIa, _N, _Ta],
740
+ [0, 0, () => Tags], 2
741
+ ];
742
+ exports.CreateOrganizationalUnitResponse$ = [3, n0, _COURr,
743
+ 0,
744
+ [_OU],
745
+ [() => exports.OrganizationalUnit$]
746
+ ];
747
+ exports.CreateOrganizationRequest$ = [3, n0, _COR,
748
+ 0,
749
+ [_FS],
750
+ [0]
751
+ ];
752
+ exports.CreateOrganizationResponse$ = [3, n0, _CORr,
753
+ 0,
754
+ [_O],
755
+ [[() => exports.Organization$, 0]]
756
+ ];
757
+ exports.CreatePolicyRequest$ = [3, n0, _CPR,
758
+ 0,
759
+ [_Co, _D, _N, _T, _Ta],
760
+ [0, 0, 0, 0, () => Tags], 4
761
+ ];
762
+ exports.CreatePolicyResponse$ = [3, n0, _CPRr,
763
+ 0,
764
+ [_P],
765
+ [() => exports.Policy$]
766
+ ];
767
+ exports.DeclineHandshakeRequest$ = [3, n0, _DHR,
768
+ 0,
769
+ [_HI],
770
+ [0], 1
771
+ ];
772
+ exports.DeclineHandshakeResponse$ = [3, n0, _DHRe,
773
+ 0,
774
+ [_H],
775
+ [[() => exports.Handshake$, 0]]
776
+ ];
777
+ exports.DelegatedAdministrator$ = [3, n0, _DA,
778
+ 0,
779
+ [_I, _Ar, _E, _N, _S, _St, _JM, _JT, _DED],
780
+ [0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4, 4]
781
+ ];
782
+ exports.DelegatedService$ = [3, n0, _DS,
783
+ 0,
784
+ [_SP, _DED],
785
+ [0, 4]
786
+ ];
787
+ exports.DeleteOrganizationalUnitRequest$ = [3, n0, _DOUR,
788
+ 0,
789
+ [_OUI],
790
+ [0], 1
791
+ ];
792
+ exports.DeletePolicyRequest$ = [3, n0, _DPR,
793
+ 0,
794
+ [_PI],
795
+ [0], 1
796
+ ];
797
+ exports.DeregisterDelegatedAdministratorRequest$ = [3, n0, _DDAR,
798
+ 0,
799
+ [_AI, _SP],
800
+ [0, 0], 2
801
+ ];
802
+ exports.DescribeAccountRequest$ = [3, n0, _DAR,
803
+ 0,
804
+ [_AI],
805
+ [0], 1
806
+ ];
807
+ exports.DescribeAccountResponse$ = [3, n0, _DARe,
808
+ 0,
809
+ [_A],
810
+ [[() => exports.Account$, 0]]
811
+ ];
812
+ exports.DescribeCreateAccountStatusRequest$ = [3, n0, _DCASR,
813
+ 0,
814
+ [_CARI],
815
+ [0], 1
816
+ ];
817
+ exports.DescribeCreateAccountStatusResponse$ = [3, n0, _DCASRe,
818
+ 0,
819
+ [_CAS],
820
+ [[() => exports.CreateAccountStatus$, 0]]
821
+ ];
822
+ exports.DescribeEffectivePolicyRequest$ = [3, n0, _DEPR,
823
+ 0,
824
+ [_PT, _TI],
825
+ [0, 0], 1
826
+ ];
827
+ exports.DescribeEffectivePolicyResponse$ = [3, n0, _DEPRe,
828
+ 0,
829
+ [_EP],
830
+ [() => exports.EffectivePolicy$]
831
+ ];
832
+ exports.DescribeHandshakeRequest$ = [3, n0, _DHRes,
833
+ 0,
834
+ [_HI],
835
+ [0], 1
836
+ ];
837
+ exports.DescribeHandshakeResponse$ = [3, n0, _DHResc,
838
+ 0,
839
+ [_H],
840
+ [[() => exports.Handshake$, 0]]
841
+ ];
842
+ exports.DescribeOrganizationalUnitRequest$ = [3, n0, _DOURe,
843
+ 0,
844
+ [_OUI],
845
+ [0], 1
846
+ ];
847
+ exports.DescribeOrganizationalUnitResponse$ = [3, n0, _DOURes,
848
+ 0,
849
+ [_OU],
850
+ [() => exports.OrganizationalUnit$]
851
+ ];
852
+ exports.DescribeOrganizationResponse$ = [3, n0, _DOR,
853
+ 0,
854
+ [_O],
855
+ [[() => exports.Organization$, 0]]
856
+ ];
857
+ exports.DescribePolicyRequest$ = [3, n0, _DPRe,
858
+ 0,
859
+ [_PI],
860
+ [0], 1
861
+ ];
862
+ exports.DescribePolicyResponse$ = [3, n0, _DPRes,
863
+ 0,
864
+ [_P],
865
+ [() => exports.Policy$]
866
+ ];
867
+ exports.DescribeResourcePolicyResponse$ = [3, n0, _DRPR,
868
+ 0,
869
+ [_RP],
870
+ [() => exports.ResourcePolicy$]
871
+ ];
872
+ exports.DescribeResponsibilityTransferRequest$ = [3, n0, _DRTR,
873
+ 0,
874
+ [_I],
875
+ [0], 1
876
+ ];
877
+ exports.DescribeResponsibilityTransferResponse$ = [3, n0, _DRTRe,
878
+ 0,
879
+ [_RTe],
880
+ [[() => exports.ResponsibilityTransfer$, 0]]
881
+ ];
882
+ exports.DetachPolicyRequest$ = [3, n0, _DPRet,
883
+ 0,
884
+ [_PI, _TI],
885
+ [0, 0], 2
886
+ ];
887
+ exports.DisableAWSServiceAccessRequest$ = [3, n0, _DAWSSAR,
888
+ 0,
889
+ [_SP],
890
+ [0], 1
891
+ ];
892
+ exports.DisablePolicyTypeRequest$ = [3, n0, _DPTR,
893
+ 0,
894
+ [_RI, _PT],
895
+ [0, 0], 2
896
+ ];
897
+ exports.DisablePolicyTypeResponse$ = [3, n0, _DPTRi,
898
+ 0,
899
+ [_Ro],
900
+ [() => exports.Root$]
901
+ ];
902
+ exports.EffectivePolicy$ = [3, n0, _EP,
903
+ 0,
904
+ [_PC, _LUT, _TI, _PT],
905
+ [0, 4, 0, 0]
906
+ ];
907
+ exports.EffectivePolicyValidationError$ = [3, n0, _EPVE,
908
+ 0,
909
+ [_EC, _EM, _PTE, _CP],
910
+ [0, 0, 0, 64 | 0]
911
+ ];
912
+ exports.EnableAllFeaturesRequest$ = [3, n0, _EAFR,
913
+ 0,
914
+ [],
915
+ []
916
+ ];
917
+ exports.EnableAllFeaturesResponse$ = [3, n0, _EAFRn,
918
+ 0,
919
+ [_H],
920
+ [[() => exports.Handshake$, 0]]
921
+ ];
922
+ exports.EnableAWSServiceAccessRequest$ = [3, n0, _EAWSSAR,
923
+ 0,
924
+ [_SP],
925
+ [0], 1
926
+ ];
927
+ exports.EnabledServicePrincipal$ = [3, n0, _ESP,
928
+ 0,
929
+ [_SP, _DE],
930
+ [0, 4]
931
+ ];
932
+ exports.EnablePolicyTypeRequest$ = [3, n0, _EPTR,
933
+ 0,
934
+ [_RI, _PT],
935
+ [0, 0], 2
936
+ ];
937
+ exports.EnablePolicyTypeResponse$ = [3, n0, _EPTRn,
938
+ 0,
939
+ [_Ro],
940
+ [() => exports.Root$]
941
+ ];
942
+ exports.Handshake$ = [3, n0, _H,
943
+ 0,
944
+ [_I, _Ar, _Pa, _St, _RT, _ET, _Ac, _Re],
945
+ [0, 0, [() => HandshakeParties, 0], 0, 4, 4, 0, [() => HandshakeResources, 0]]
946
+ ];
947
+ exports.HandshakeFilter$ = [3, n0, _HF,
948
+ 0,
949
+ [_AT, _PHI],
950
+ [0, 0]
951
+ ];
952
+ exports.HandshakeParty$ = [3, n0, _HP,
953
+ 0,
954
+ [_I, _T],
955
+ [[() => HandshakePartyId, 0], 0], 2
956
+ ];
957
+ exports.HandshakeResource$ = [3, n0, _HR,
958
+ 0,
959
+ [_V, _T, _Re],
960
+ [[() => HandshakeResourceValue, 0], 0, [() => HandshakeResources, 0]]
961
+ ];
962
+ exports.InviteAccountToOrganizationRequest$ = [3, n0, _IATOR,
963
+ 0,
964
+ [_Tar, _No, _Ta],
965
+ [[() => exports.HandshakeParty$, 0], [() => HandshakeNotes, 0], () => Tags], 1
966
+ ];
967
+ exports.InviteAccountToOrganizationResponse$ = [3, n0, _IATORn,
968
+ 0,
969
+ [_H],
970
+ [[() => exports.Handshake$, 0]]
971
+ ];
972
+ exports.InviteOrganizationToTransferResponsibilityRequest$ = [3, n0, _IOTTRR,
973
+ 0,
974
+ [_T, _Tar, _ST, _SN, _No, _Ta],
975
+ [0, [() => exports.HandshakeParty$, 0], 4, [() => ResponsibilityTransferName, 0], [() => HandshakeNotes, 0], () => Tags], 4
976
+ ];
977
+ exports.InviteOrganizationToTransferResponsibilityResponse$ = [3, n0, _IOTTRRn,
978
+ 0,
979
+ [_H],
980
+ [[() => exports.Handshake$, 0]]
981
+ ];
982
+ exports.ListAccountsForParentRequest$ = [3, n0, _LAFPR,
983
+ 0,
984
+ [_PIa, _NT, _MR],
985
+ [0, 0, 1], 1
986
+ ];
987
+ exports.ListAccountsForParentResponse$ = [3, n0, _LAFPRi,
988
+ 0,
989
+ [_Acc, _NT],
990
+ [[() => Accounts, 0], 0]
991
+ ];
992
+ exports.ListAccountsRequest$ = [3, n0, _LAR,
993
+ 0,
994
+ [_NT, _MR],
995
+ [0, 1]
996
+ ];
997
+ exports.ListAccountsResponse$ = [3, n0, _LARi,
998
+ 0,
999
+ [_Acc, _NT],
1000
+ [[() => Accounts, 0], 0]
1001
+ ];
1002
+ exports.ListAccountsWithInvalidEffectivePolicyRequest$ = [3, n0, _LAWIEPR,
1003
+ 0,
1004
+ [_PT, _NT, _MR],
1005
+ [0, 0, 1], 1
1006
+ ];
1007
+ exports.ListAccountsWithInvalidEffectivePolicyResponse$ = [3, n0, _LAWIEPRi,
1008
+ 0,
1009
+ [_Acc, _PT, _NT],
1010
+ [[() => Accounts, 0], 0, 0]
1011
+ ];
1012
+ exports.ListAWSServiceAccessForOrganizationRequest$ = [3, n0, _LAWSSAFOR,
1013
+ 0,
1014
+ [_NT, _MR],
1015
+ [0, 1]
1016
+ ];
1017
+ exports.ListAWSServiceAccessForOrganizationResponse$ = [3, n0, _LAWSSAFORi,
1018
+ 0,
1019
+ [_ESPn, _NT],
1020
+ [() => EnabledServicePrincipals, 0]
1021
+ ];
1022
+ exports.ListChildrenRequest$ = [3, n0, _LCR,
1023
+ 0,
1024
+ [_PIa, _CTh, _NT, _MR],
1025
+ [0, 0, 0, 1], 2
1026
+ ];
1027
+ exports.ListChildrenResponse$ = [3, n0, _LCRi,
1028
+ 0,
1029
+ [_Ch, _NT],
1030
+ [() => Children, 0]
1031
+ ];
1032
+ exports.ListCreateAccountStatusRequest$ = [3, n0, _LCASR,
1033
+ 0,
1034
+ [_Sta, _NT, _MR],
1035
+ [64 | 0, 0, 1]
1036
+ ];
1037
+ exports.ListCreateAccountStatusResponse$ = [3, n0, _LCASRi,
1038
+ 0,
1039
+ [_CASr, _NT],
1040
+ [[() => CreateAccountStatuses, 0], 0]
1041
+ ];
1042
+ exports.ListDelegatedAdministratorsRequest$ = [3, n0, _LDAR,
1043
+ 0,
1044
+ [_SP, _NT, _MR],
1045
+ [0, 0, 1]
1046
+ ];
1047
+ exports.ListDelegatedAdministratorsResponse$ = [3, n0, _LDARi,
1048
+ 0,
1049
+ [_DAe, _NT],
1050
+ [[() => DelegatedAdministrators, 0], 0]
1051
+ ];
1052
+ exports.ListDelegatedServicesForAccountRequest$ = [3, n0, _LDSFAR,
1053
+ 0,
1054
+ [_AI, _NT, _MR],
1055
+ [0, 0, 1], 1
1056
+ ];
1057
+ exports.ListDelegatedServicesForAccountResponse$ = [3, n0, _LDSFARi,
1058
+ 0,
1059
+ [_DSe, _NT],
1060
+ [() => DelegatedServices, 0]
1061
+ ];
1062
+ exports.ListEffectivePolicyValidationErrorsRequest$ = [3, n0, _LEPVER,
1063
+ 0,
1064
+ [_AI, _PT, _NT, _MR],
1065
+ [0, 0, 0, 1], 2
1066
+ ];
1067
+ exports.ListEffectivePolicyValidationErrorsResponse$ = [3, n0, _LEPVERi,
1068
+ 0,
1069
+ [_AI, _PT, _Pat, _ETv, _NT, _EPVEf],
1070
+ [0, 0, 0, 4, 0, () => EffectivePolicyValidationErrors]
1071
+ ];
1072
+ exports.ListHandshakesForAccountRequest$ = [3, n0, _LHFAR,
1073
+ 0,
1074
+ [_F, _NT, _MR],
1075
+ [() => exports.HandshakeFilter$, 0, 1]
1076
+ ];
1077
+ exports.ListHandshakesForAccountResponse$ = [3, n0, _LHFARi,
1078
+ 0,
1079
+ [_Ha, _NT],
1080
+ [[() => Handshakes, 0], 0]
1081
+ ];
1082
+ exports.ListHandshakesForOrganizationRequest$ = [3, n0, _LHFOR,
1083
+ 0,
1084
+ [_F, _NT, _MR],
1085
+ [() => exports.HandshakeFilter$, 0, 1]
1086
+ ];
1087
+ exports.ListHandshakesForOrganizationResponse$ = [3, n0, _LHFORi,
1088
+ 0,
1089
+ [_Ha, _NT],
1090
+ [[() => Handshakes, 0], 0]
1091
+ ];
1092
+ exports.ListInboundResponsibilityTransfersRequest$ = [3, n0, _LIRTR,
1093
+ 0,
1094
+ [_T, _I, _NT, _MR],
1095
+ [0, 0, 0, 1], 1
1096
+ ];
1097
+ exports.ListInboundResponsibilityTransfersResponse$ = [3, n0, _LIRTRi,
1098
+ 0,
1099
+ [_RTes, _NT],
1100
+ [[() => ResponsibilityTransfers, 0], 0]
1101
+ ];
1102
+ exports.ListOrganizationalUnitsForParentRequest$ = [3, n0, _LOUFPR,
1103
+ 0,
1104
+ [_PIa, _NT, _MR],
1105
+ [0, 0, 1], 1
1106
+ ];
1107
+ exports.ListOrganizationalUnitsForParentResponse$ = [3, n0, _LOUFPRi,
1108
+ 0,
1109
+ [_OUr, _NT],
1110
+ [() => OrganizationalUnits, 0]
1111
+ ];
1112
+ exports.ListOutboundResponsibilityTransfersRequest$ = [3, n0, _LORTR,
1113
+ 0,
1114
+ [_T, _NT, _MR],
1115
+ [0, 0, 1], 1
1116
+ ];
1117
+ exports.ListOutboundResponsibilityTransfersResponse$ = [3, n0, _LORTRi,
1118
+ 0,
1119
+ [_RTes, _NT],
1120
+ [[() => ResponsibilityTransfers, 0], 0]
1121
+ ];
1122
+ exports.ListParentsRequest$ = [3, n0, _LPR,
1123
+ 0,
1124
+ [_CI, _NT, _MR],
1125
+ [0, 0, 1], 1
1126
+ ];
1127
+ exports.ListParentsResponse$ = [3, n0, _LPRi,
1128
+ 0,
1129
+ [_Par, _NT],
1130
+ [() => Parents, 0]
1131
+ ];
1132
+ exports.ListPoliciesForTargetRequest$ = [3, n0, _LPFTR,
1133
+ 0,
1134
+ [_TI, _F, _NT, _MR],
1135
+ [0, 0, 0, 1], 2
1136
+ ];
1137
+ exports.ListPoliciesForTargetResponse$ = [3, n0, _LPFTRi,
1138
+ 0,
1139
+ [_Po, _NT],
1140
+ [() => Policies, 0]
1141
+ ];
1142
+ exports.ListPoliciesRequest$ = [3, n0, _LPRis,
1143
+ 0,
1144
+ [_F, _NT, _MR],
1145
+ [0, 0, 1], 1
1146
+ ];
1147
+ exports.ListPoliciesResponse$ = [3, n0, _LPRist,
1148
+ 0,
1149
+ [_Po, _NT],
1150
+ [() => Policies, 0]
1151
+ ];
1152
+ exports.ListRootsRequest$ = [3, n0, _LRR,
1153
+ 0,
1154
+ [_NT, _MR],
1155
+ [0, 1]
1156
+ ];
1157
+ exports.ListRootsResponse$ = [3, n0, _LRRi,
1158
+ 0,
1159
+ [_Roo, _NT],
1160
+ [() => Roots, 0]
1161
+ ];
1162
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1163
+ 0,
1164
+ [_RIe, _NT],
1165
+ [0, 0], 1
1166
+ ];
1167
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1168
+ 0,
1169
+ [_Ta, _NT],
1170
+ [() => Tags, 0]
1171
+ ];
1172
+ exports.ListTargetsForPolicyRequest$ = [3, n0, _LTFPR,
1173
+ 0,
1174
+ [_PI, _NT, _MR],
1175
+ [0, 0, 1], 1
1176
+ ];
1177
+ exports.ListTargetsForPolicyResponse$ = [3, n0, _LTFPRi,
1178
+ 0,
1179
+ [_Targ, _NT],
1180
+ [() => PolicyTargets, 0]
1181
+ ];
1182
+ exports.MoveAccountRequest$ = [3, n0, _MAR,
1183
+ 0,
1184
+ [_AI, _SPI, _DPI],
1185
+ [0, 0, 0], 3
1186
+ ];
1187
+ exports.Organization$ = [3, n0, _O,
1188
+ 0,
1189
+ [_I, _Ar, _FS, _MAA, _MAI, _MAE, _APT],
1190
+ [0, 0, 0, 0, 0, [() => Email, 0], () => PolicyTypes]
1191
+ ];
1192
+ exports.OrganizationalUnit$ = [3, n0, _OU,
1193
+ 0,
1194
+ [_I, _Ar, _N],
1195
+ [0, 0, 0]
1196
+ ];
1197
+ exports.Parent$ = [3, n0, _Pare,
1198
+ 0,
1199
+ [_I, _T],
1200
+ [0, 0]
1201
+ ];
1202
+ exports.Policy$ = [3, n0, _P,
1203
+ 0,
1204
+ [_PS, _Co],
1205
+ [() => exports.PolicySummary$, 0]
1206
+ ];
1207
+ exports.PolicySummary$ = [3, n0, _PS,
1208
+ 0,
1209
+ [_I, _Ar, _N, _D, _T, _AM],
1210
+ [0, 0, 0, 0, 0, 2]
1211
+ ];
1212
+ exports.PolicyTargetSummary$ = [3, n0, _PTS,
1213
+ 0,
1214
+ [_TI, _Ar, _N, _T],
1215
+ [0, 0, 0, 0]
1216
+ ];
1217
+ exports.PolicyTypeSummary$ = [3, n0, _PTSo,
1218
+ 0,
1219
+ [_T, _S],
1220
+ [0, 0]
1221
+ ];
1222
+ exports.PutResourcePolicyRequest$ = [3, n0, _PRPR,
1223
+ 0,
1224
+ [_Co, _Ta],
1225
+ [0, () => Tags], 1
1226
+ ];
1227
+ exports.PutResourcePolicyResponse$ = [3, n0, _PRPRu,
1228
+ 0,
1229
+ [_RP],
1230
+ [() => exports.ResourcePolicy$]
1231
+ ];
1232
+ exports.RegisterDelegatedAdministratorRequest$ = [3, n0, _RDAR,
1233
+ 0,
1234
+ [_AI, _SP],
1235
+ [0, 0], 2
1236
+ ];
1237
+ exports.RemoveAccountFromOrganizationRequest$ = [3, n0, _RAFOR,
1238
+ 0,
1239
+ [_AI],
1240
+ [0], 1
1241
+ ];
1242
+ exports.ResourcePolicy$ = [3, n0, _RP,
1243
+ 0,
1244
+ [_RPS, _Co],
1245
+ [() => exports.ResourcePolicySummary$, 0]
1246
+ ];
1247
+ exports.ResourcePolicySummary$ = [3, n0, _RPS,
1248
+ 0,
1249
+ [_I, _Ar],
1250
+ [0, 0]
1251
+ ];
1252
+ exports.ResponsibilityTransfer$ = [3, n0, _RTe,
1253
+ 0,
1254
+ [_Ar, _N, _I, _T, _S, _So, _Tar, _ST, _ETn, _AHI],
1255
+ [0, [() => ResponsibilityTransferName, 0], 0, 0, 0, [() => exports.TransferParticipant$, 0], [() => exports.TransferParticipant$, 0], 4, 4, 0]
1256
+ ];
1257
+ exports.Root$ = [3, n0, _Ro,
1258
+ 0,
1259
+ [_I, _Ar, _N, _PTo],
1260
+ [0, 0, 0, () => PolicyTypes]
1261
+ ];
1262
+ exports.Tag$ = [3, n0, _Tag,
1263
+ 0,
1264
+ [_K, _V],
1265
+ [0, 0], 2
1266
+ ];
1267
+ exports.TagResourceRequest$ = [3, n0, _TRR,
1268
+ 0,
1269
+ [_RIe, _Ta],
1270
+ [0, () => Tags], 2
1271
+ ];
1272
+ exports.TerminateResponsibilityTransferRequest$ = [3, n0, _TRTR,
1273
+ 0,
1274
+ [_I, _ETn],
1275
+ [0, 4], 1
1276
+ ];
1277
+ exports.TerminateResponsibilityTransferResponse$ = [3, n0, _TRTRe,
1278
+ 0,
1279
+ [_RTe],
1280
+ [[() => exports.ResponsibilityTransfer$, 0]]
1281
+ ];
1282
+ exports.TransferParticipant$ = [3, n0, _TP,
1283
+ 0,
1284
+ [_MAIa, _MAEa],
1285
+ [0, [() => Email, 0]]
1286
+ ];
1287
+ exports.UntagResourceRequest$ = [3, n0, _URR,
1288
+ 0,
1289
+ [_RIe, _TK],
1290
+ [0, 64 | 0], 2
1291
+ ];
1292
+ exports.UpdateOrganizationalUnitRequest$ = [3, n0, _UOUR,
1293
+ 0,
1294
+ [_OUI, _N],
1295
+ [0, 0], 1
1296
+ ];
1297
+ exports.UpdateOrganizationalUnitResponse$ = [3, n0, _UOURp,
1298
+ 0,
1299
+ [_OU],
1300
+ [() => exports.OrganizationalUnit$]
1301
+ ];
1302
+ exports.UpdatePolicyRequest$ = [3, n0, _UPR,
1303
+ 0,
1304
+ [_PI, _N, _D, _Co],
1305
+ [0, 0, 0, 0], 1
1306
+ ];
1307
+ exports.UpdatePolicyResponse$ = [3, n0, _UPRp,
1308
+ 0,
1309
+ [_P],
1310
+ [() => exports.Policy$]
1311
+ ];
1312
+ exports.UpdateResponsibilityTransferRequest$ = [3, n0, _URTR,
1313
+ 0,
1314
+ [_I, _N],
1315
+ [0, [() => ResponsibilityTransferName, 0]], 2
1316
+ ];
1317
+ exports.UpdateResponsibilityTransferResponse$ = [3, n0, _URTRp,
1318
+ 0,
1319
+ [_RTe],
1320
+ [[() => exports.ResponsibilityTransfer$, 0]]
1321
+ ];
1322
+ var __Unit = "unit";
1323
+ var Accounts = [1, n0, _Acc,
1324
+ 0, [() => exports.Account$,
1325
+ 0]
1326
+ ];
1327
+ var Children = [1, n0, _Ch,
1328
+ 0, () => exports.Child$
1329
+ ];
1330
+ var CreateAccountStates = 64 | 0;
1331
+ var CreateAccountStatuses = [1, n0, _CASr,
1332
+ 0, [() => exports.CreateAccountStatus$,
1333
+ 0]
1334
+ ];
1335
+ var DelegatedAdministrators = [1, n0, _DAe,
1336
+ 0, [() => exports.DelegatedAdministrator$,
1337
+ 0]
1338
+ ];
1339
+ var DelegatedServices = [1, n0, _DSe,
1340
+ 0, () => exports.DelegatedService$
1341
+ ];
1342
+ var EffectivePolicyValidationErrors = [1, n0, _EPVEf,
1343
+ 0, () => exports.EffectivePolicyValidationError$
1344
+ ];
1345
+ var EnabledServicePrincipals = [1, n0, _ESPn,
1346
+ 0, () => exports.EnabledServicePrincipal$
1347
+ ];
1348
+ var HandshakeParties = [1, n0, _HPa,
1349
+ 0, [() => exports.HandshakeParty$,
1350
+ 0]
1351
+ ];
1352
+ var HandshakeResources = [1, n0, _HRa,
1353
+ 0, [() => exports.HandshakeResource$,
1354
+ 0]
1355
+ ];
1356
+ var Handshakes = [1, n0, _Ha,
1357
+ 0, [() => exports.Handshake$,
1358
+ 0]
1359
+ ];
1360
+ var OrganizationalUnits = [1, n0, _OUr,
1361
+ 0, () => exports.OrganizationalUnit$
1362
+ ];
1363
+ var Parents = [1, n0, _Par,
1364
+ 0, () => exports.Parent$
1365
+ ];
1366
+ var Policies = [1, n0, _Po,
1367
+ 0, () => exports.PolicySummary$
1368
+ ];
1369
+ var PolicyIds = 64 | 0;
1370
+ var PolicyTargets = [1, n0, _PTol,
1371
+ 0, () => exports.PolicyTargetSummary$
1372
+ ];
1373
+ var PolicyTypes = [1, n0, _PTo,
1374
+ 0, () => exports.PolicyTypeSummary$
1375
+ ];
1376
+ var ResponsibilityTransfers = [1, n0, _RTes,
1377
+ 0, [() => exports.ResponsibilityTransfer$,
1378
+ 0]
1379
+ ];
1380
+ var Roots = [1, n0, _Roo,
1381
+ 0, () => exports.Root$
1382
+ ];
1383
+ var TagKeys = 64 | 0;
1384
+ var Tags = [1, n0, _Ta,
1385
+ 0, () => exports.Tag$
1386
+ ];
1387
+ exports.AcceptHandshake$ = [9, n0, _AH,
1388
+ 0, () => exports.AcceptHandshakeRequest$, () => exports.AcceptHandshakeResponse$
1389
+ ];
1390
+ exports.AttachPolicy$ = [9, n0, _AP,
1391
+ 0, () => exports.AttachPolicyRequest$, () => __Unit
1392
+ ];
1393
+ exports.CancelHandshake$ = [9, n0, _CH,
1394
+ 0, () => exports.CancelHandshakeRequest$, () => exports.CancelHandshakeResponse$
1395
+ ];
1396
+ exports.CloseAccount$ = [9, n0, _CA,
1397
+ 0, () => exports.CloseAccountRequest$, () => __Unit
1398
+ ];
1399
+ exports.CreateAccount$ = [9, n0, _CAr,
1400
+ 0, () => exports.CreateAccountRequest$, () => exports.CreateAccountResponse$
1401
+ ];
1402
+ exports.CreateGovCloudAccount$ = [9, n0, _CGCA,
1403
+ 0, () => exports.CreateGovCloudAccountRequest$, () => exports.CreateGovCloudAccountResponse$
1404
+ ];
1405
+ exports.CreateOrganization$ = [9, n0, _CO,
1406
+ 0, () => exports.CreateOrganizationRequest$, () => exports.CreateOrganizationResponse$
1407
+ ];
1408
+ exports.CreateOrganizationalUnit$ = [9, n0, _COU,
1409
+ 0, () => exports.CreateOrganizationalUnitRequest$, () => exports.CreateOrganizationalUnitResponse$
1410
+ ];
1411
+ exports.CreatePolicy$ = [9, n0, _CPr,
1412
+ 0, () => exports.CreatePolicyRequest$, () => exports.CreatePolicyResponse$
1413
+ ];
1414
+ exports.DeclineHandshake$ = [9, n0, _DH,
1415
+ 0, () => exports.DeclineHandshakeRequest$, () => exports.DeclineHandshakeResponse$
1416
+ ];
1417
+ exports.DeleteOrganization$ = [9, n0, _DO,
1418
+ 0, () => __Unit, () => __Unit
1419
+ ];
1420
+ exports.DeleteOrganizationalUnit$ = [9, n0, _DOU,
1421
+ 0, () => exports.DeleteOrganizationalUnitRequest$, () => __Unit
1422
+ ];
1423
+ exports.DeletePolicy$ = [9, n0, _DP,
1424
+ 0, () => exports.DeletePolicyRequest$, () => __Unit
1425
+ ];
1426
+ exports.DeleteResourcePolicy$ = [9, n0, _DRP,
1427
+ 0, () => __Unit, () => __Unit
1428
+ ];
1429
+ exports.DeregisterDelegatedAdministrator$ = [9, n0, _DDA,
1430
+ 0, () => exports.DeregisterDelegatedAdministratorRequest$, () => __Unit
1431
+ ];
1432
+ exports.DescribeAccount$ = [9, n0, _DAes,
1433
+ 0, () => exports.DescribeAccountRequest$, () => exports.DescribeAccountResponse$
1434
+ ];
1435
+ exports.DescribeCreateAccountStatus$ = [9, n0, _DCAS,
1436
+ 0, () => exports.DescribeCreateAccountStatusRequest$, () => exports.DescribeCreateAccountStatusResponse$
1437
+ ];
1438
+ exports.DescribeEffectivePolicy$ = [9, n0, _DEP,
1439
+ 0, () => exports.DescribeEffectivePolicyRequest$, () => exports.DescribeEffectivePolicyResponse$
1440
+ ];
1441
+ exports.DescribeHandshake$ = [9, n0, _DHe,
1442
+ 0, () => exports.DescribeHandshakeRequest$, () => exports.DescribeHandshakeResponse$
1443
+ ];
1444
+ exports.DescribeOrganization$ = [9, n0, _DOe,
1445
+ 0, () => __Unit, () => exports.DescribeOrganizationResponse$
1446
+ ];
1447
+ exports.DescribeOrganizationalUnit$ = [9, n0, _DOUe,
1448
+ 0, () => exports.DescribeOrganizationalUnitRequest$, () => exports.DescribeOrganizationalUnitResponse$
1449
+ ];
1450
+ exports.DescribePolicy$ = [9, n0, _DPe,
1451
+ 0, () => exports.DescribePolicyRequest$, () => exports.DescribePolicyResponse$
1452
+ ];
1453
+ exports.DescribeResourcePolicy$ = [9, n0, _DRPe,
1454
+ 0, () => __Unit, () => exports.DescribeResourcePolicyResponse$
1455
+ ];
1456
+ exports.DescribeResponsibilityTransfer$ = [9, n0, _DRT,
1457
+ 0, () => exports.DescribeResponsibilityTransferRequest$, () => exports.DescribeResponsibilityTransferResponse$
1458
+ ];
1459
+ exports.DetachPolicy$ = [9, n0, _DPet,
1460
+ 0, () => exports.DetachPolicyRequest$, () => __Unit
1461
+ ];
1462
+ exports.DisableAWSServiceAccess$ = [9, n0, _DAWSSA,
1463
+ 0, () => exports.DisableAWSServiceAccessRequest$, () => __Unit
1464
+ ];
1465
+ exports.DisablePolicyType$ = [9, n0, _DPT,
1466
+ 0, () => exports.DisablePolicyTypeRequest$, () => exports.DisablePolicyTypeResponse$
1467
+ ];
1468
+ exports.EnableAllFeatures$ = [9, n0, _EAF,
1469
+ 0, () => exports.EnableAllFeaturesRequest$, () => exports.EnableAllFeaturesResponse$
1470
+ ];
1471
+ exports.EnableAWSServiceAccess$ = [9, n0, _EAWSSA,
1472
+ 0, () => exports.EnableAWSServiceAccessRequest$, () => __Unit
1473
+ ];
1474
+ exports.EnablePolicyType$ = [9, n0, _EPT,
1475
+ 0, () => exports.EnablePolicyTypeRequest$, () => exports.EnablePolicyTypeResponse$
1476
+ ];
1477
+ exports.InviteAccountToOrganization$ = [9, n0, _IATO,
1478
+ 0, () => exports.InviteAccountToOrganizationRequest$, () => exports.InviteAccountToOrganizationResponse$
1479
+ ];
1480
+ exports.InviteOrganizationToTransferResponsibility$ = [9, n0, _IOTTR,
1481
+ 0, () => exports.InviteOrganizationToTransferResponsibilityRequest$, () => exports.InviteOrganizationToTransferResponsibilityResponse$
1482
+ ];
1483
+ exports.LeaveOrganization$ = [9, n0, _LO,
1484
+ 0, () => __Unit, () => __Unit
1485
+ ];
1486
+ exports.ListAccounts$ = [9, n0, _LA,
1487
+ 0, () => exports.ListAccountsRequest$, () => exports.ListAccountsResponse$
1488
+ ];
1489
+ exports.ListAccountsForParent$ = [9, n0, _LAFP,
1490
+ 0, () => exports.ListAccountsForParentRequest$, () => exports.ListAccountsForParentResponse$
1491
+ ];
1492
+ exports.ListAccountsWithInvalidEffectivePolicy$ = [9, n0, _LAWIEP,
1493
+ 0, () => exports.ListAccountsWithInvalidEffectivePolicyRequest$, () => exports.ListAccountsWithInvalidEffectivePolicyResponse$
1494
+ ];
1495
+ exports.ListAWSServiceAccessForOrganization$ = [9, n0, _LAWSSAFO,
1496
+ 0, () => exports.ListAWSServiceAccessForOrganizationRequest$, () => exports.ListAWSServiceAccessForOrganizationResponse$
1497
+ ];
1498
+ exports.ListChildren$ = [9, n0, _LC,
1499
+ 0, () => exports.ListChildrenRequest$, () => exports.ListChildrenResponse$
1500
+ ];
1501
+ exports.ListCreateAccountStatus$ = [9, n0, _LCAS,
1502
+ 0, () => exports.ListCreateAccountStatusRequest$, () => exports.ListCreateAccountStatusResponse$
1503
+ ];
1504
+ exports.ListDelegatedAdministrators$ = [9, n0, _LDA,
1505
+ 0, () => exports.ListDelegatedAdministratorsRequest$, () => exports.ListDelegatedAdministratorsResponse$
1506
+ ];
1507
+ exports.ListDelegatedServicesForAccount$ = [9, n0, _LDSFA,
1508
+ 0, () => exports.ListDelegatedServicesForAccountRequest$, () => exports.ListDelegatedServicesForAccountResponse$
1509
+ ];
1510
+ exports.ListEffectivePolicyValidationErrors$ = [9, n0, _LEPVE,
1511
+ 0, () => exports.ListEffectivePolicyValidationErrorsRequest$, () => exports.ListEffectivePolicyValidationErrorsResponse$
1512
+ ];
1513
+ exports.ListHandshakesForAccount$ = [9, n0, _LHFA,
1514
+ 0, () => exports.ListHandshakesForAccountRequest$, () => exports.ListHandshakesForAccountResponse$
1515
+ ];
1516
+ exports.ListHandshakesForOrganization$ = [9, n0, _LHFO,
1517
+ 0, () => exports.ListHandshakesForOrganizationRequest$, () => exports.ListHandshakesForOrganizationResponse$
1518
+ ];
1519
+ exports.ListInboundResponsibilityTransfers$ = [9, n0, _LIRT,
1520
+ 0, () => exports.ListInboundResponsibilityTransfersRequest$, () => exports.ListInboundResponsibilityTransfersResponse$
1521
+ ];
1522
+ exports.ListOrganizationalUnitsForParent$ = [9, n0, _LOUFP,
1523
+ 0, () => exports.ListOrganizationalUnitsForParentRequest$, () => exports.ListOrganizationalUnitsForParentResponse$
1524
+ ];
1525
+ exports.ListOutboundResponsibilityTransfers$ = [9, n0, _LORT,
1526
+ 0, () => exports.ListOutboundResponsibilityTransfersRequest$, () => exports.ListOutboundResponsibilityTransfersResponse$
1527
+ ];
1528
+ exports.ListParents$ = [9, n0, _LP,
1529
+ 0, () => exports.ListParentsRequest$, () => exports.ListParentsResponse$
1530
+ ];
1531
+ exports.ListPolicies$ = [9, n0, _LPi,
1532
+ 0, () => exports.ListPoliciesRequest$, () => exports.ListPoliciesResponse$
1533
+ ];
1534
+ exports.ListPoliciesForTarget$ = [9, n0, _LPFT,
1535
+ 0, () => exports.ListPoliciesForTargetRequest$, () => exports.ListPoliciesForTargetResponse$
1536
+ ];
1537
+ exports.ListRoots$ = [9, n0, _LR,
1538
+ 0, () => exports.ListRootsRequest$, () => exports.ListRootsResponse$
1539
+ ];
1540
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
1541
+ 0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1542
+ ];
1543
+ exports.ListTargetsForPolicy$ = [9, n0, _LTFP,
1544
+ 0, () => exports.ListTargetsForPolicyRequest$, () => exports.ListTargetsForPolicyResponse$
1545
+ ];
1546
+ exports.MoveAccount$ = [9, n0, _MA,
1547
+ 0, () => exports.MoveAccountRequest$, () => __Unit
1548
+ ];
1549
+ exports.PutResourcePolicy$ = [9, n0, _PRP,
1550
+ 0, () => exports.PutResourcePolicyRequest$, () => exports.PutResourcePolicyResponse$
1551
+ ];
1552
+ exports.RegisterDelegatedAdministrator$ = [9, n0, _RDA,
1553
+ 0, () => exports.RegisterDelegatedAdministratorRequest$, () => __Unit
1554
+ ];
1555
+ exports.RemoveAccountFromOrganization$ = [9, n0, _RAFO,
1556
+ 0, () => exports.RemoveAccountFromOrganizationRequest$, () => __Unit
1557
+ ];
1558
+ exports.TagResource$ = [9, n0, _TR,
1559
+ 0, () => exports.TagResourceRequest$, () => __Unit
1560
+ ];
1561
+ exports.TerminateResponsibilityTransfer$ = [9, n0, _TRT,
1562
+ 0, () => exports.TerminateResponsibilityTransferRequest$, () => exports.TerminateResponsibilityTransferResponse$
1563
+ ];
1564
+ exports.UntagResource$ = [9, n0, _UR,
1565
+ 0, () => exports.UntagResourceRequest$, () => __Unit
1566
+ ];
1567
+ exports.UpdateOrganizationalUnit$ = [9, n0, _UOU,
1568
+ 0, () => exports.UpdateOrganizationalUnitRequest$, () => exports.UpdateOrganizationalUnitResponse$
1569
+ ];
1570
+ exports.UpdatePolicy$ = [9, n0, _UP,
1571
+ 0, () => exports.UpdatePolicyRequest$, () => exports.UpdatePolicyResponse$
1572
+ ];
1573
+ exports.UpdateResponsibilityTransfer$ = [9, n0, _URT,
1574
+ 0, () => exports.UpdateResponsibilityTransferRequest$, () => exports.UpdateResponsibilityTransferResponse$
1575
+ ];