@effect-aws/client-organizations 1.10.3 → 1.10.7
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.
- package/dist/cjs/Errors.d.ts +5 -2
- package/dist/cjs/Errors.d.ts.map +1 -1
- package/dist/cjs/Errors.js +3 -0
- package/dist/cjs/Errors.js.map +1 -1
- package/dist/cjs/OrganizationsService.d.ts +36 -4
- package/dist/cjs/OrganizationsService.d.ts.map +1 -1
- package/dist/cjs/OrganizationsService.js +8 -0
- package/dist/cjs/OrganizationsService.js.map +1 -1
- package/dist/dts/Errors.d.ts +5 -2
- package/dist/dts/Errors.d.ts.map +1 -1
- package/dist/dts/OrganizationsService.d.ts +36 -4
- package/dist/dts/OrganizationsService.d.ts.map +1 -1
- package/dist/esm/Errors.js +3 -0
- package/dist/esm/Errors.js.map +1 -1
- package/dist/esm/OrganizationsService.js +9 -1
- package/dist/esm/OrganizationsService.js.map +1 -1
- package/package.json +1 -1
- package/src/Errors.ts +13 -0
- package/src/OrganizationsService.ts +202 -0
package/dist/cjs/Errors.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { AccessDeniedException, AccessDeniedForDependencyException, AccountAlreadyClosedException, AccountAlreadyRegisteredException, AccountNotFoundException, AccountNotRegisteredException, AccountOwnerNotVerifiedException, AlreadyInOrganizationException, AWSOrganizationsNotInUseException, ChildNotFoundException, ConcurrentModificationException, ConflictException, ConstraintViolationException, CreateAccountStatusNotFoundException, DestinationParentNotFoundException, DuplicateAccountException, DuplicateHandshakeException, DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException, DuplicatePolicyException, EffectivePolicyNotFoundException, FinalizingOrganizationException, HandshakeAlreadyInStateException, HandshakeConstraintViolationException, HandshakeNotFoundException, InvalidHandshakeTransitionException, InvalidInputException, MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException, OrganizationNotEmptyException, ParentNotFoundException, PolicyChangesInProgressException, PolicyInUseException, PolicyNotAttachedException, PolicyNotFoundException, PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException, ResourcePolicyNotFoundException, RootNotFoundException, ServiceException, SourceParentNotFoundException, TargetNotFoundException, TooManyRequestsException, UnsupportedAPIEndpointException } from "@aws-sdk/client-organizations";
|
|
1
|
+
import type { AccessDeniedException, AccessDeniedForDependencyException, AccountAlreadyClosedException, AccountAlreadyRegisteredException, AccountNotFoundException, AccountNotRegisteredException, AccountOwnerNotVerifiedException, AlreadyInOrganizationException, AWSOrganizationsNotInUseException, ChildNotFoundException, ConcurrentModificationException, ConflictException, ConstraintViolationException, CreateAccountStatusNotFoundException, DestinationParentNotFoundException, DuplicateAccountException, DuplicateHandshakeException, DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException, DuplicatePolicyException, EffectivePolicyNotFoundException, FinalizingOrganizationException, HandshakeAlreadyInStateException, HandshakeConstraintViolationException, HandshakeNotFoundException, InvalidHandshakeTransitionException, InvalidInputException, InvalidResponsibilityTransferTransitionException, MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException, OrganizationNotEmptyException, ParentNotFoundException, PolicyChangesInProgressException, PolicyInUseException, PolicyNotAttachedException, PolicyNotFoundException, PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException, ResourcePolicyNotFoundException, ResponsibilityTransferAlreadyInStatusException, ResponsibilityTransferNotFoundException, RootNotFoundException, ServiceException, SourceParentNotFoundException, TargetNotFoundException, TooManyRequestsException, UnsupportedAPIEndpointException } from "@aws-sdk/client-organizations";
|
|
2
2
|
import type { TaggedException } from "@effect-aws/commons";
|
|
3
|
-
export declare const AllServiceErrors: readonly ["AWSOrganizationsNotInUseException", "AccessDeniedException", "AccessDeniedForDependencyException", "AccountAlreadyClosedException", "AccountAlreadyRegisteredException", "AccountNotFoundException", "AccountNotRegisteredException", "AccountOwnerNotVerifiedException", "AlreadyInOrganizationException", "ChildNotFoundException", "ConcurrentModificationException", "ConflictException", "ConstraintViolationException", "CreateAccountStatusNotFoundException", "DestinationParentNotFoundException", "DuplicateAccountException", "DuplicateHandshakeException", "DuplicateOrganizationalUnitException", "DuplicatePolicyAttachmentException", "DuplicatePolicyException", "EffectivePolicyNotFoundException", "FinalizingOrganizationException", "HandshakeAlreadyInStateException", "HandshakeConstraintViolationException", "HandshakeNotFoundException", "InvalidHandshakeTransitionException", "InvalidInputException", "MalformedPolicyDocumentException", "MasterCannotLeaveOrganizationException", "OrganizationNotEmptyException", "OrganizationalUnitNotEmptyException", "OrganizationalUnitNotFoundException", "ParentNotFoundException", "PolicyChangesInProgressException", "PolicyInUseException", "PolicyNotAttachedException", "PolicyNotFoundException", "PolicyTypeAlreadyEnabledException", "PolicyTypeNotAvailableForOrganizationException", "PolicyTypeNotEnabledException", "ResourcePolicyNotFoundException", "RootNotFoundException", "ServiceException", "SourceParentNotFoundException", "TargetNotFoundException", "TooManyRequestsException", "UnsupportedAPIEndpointException"];
|
|
3
|
+
export declare const AllServiceErrors: readonly ["AWSOrganizationsNotInUseException", "AccessDeniedException", "AccessDeniedForDependencyException", "AccountAlreadyClosedException", "AccountAlreadyRegisteredException", "AccountNotFoundException", "AccountNotRegisteredException", "AccountOwnerNotVerifiedException", "AlreadyInOrganizationException", "ChildNotFoundException", "ConcurrentModificationException", "ConflictException", "ConstraintViolationException", "CreateAccountStatusNotFoundException", "DestinationParentNotFoundException", "DuplicateAccountException", "DuplicateHandshakeException", "DuplicateOrganizationalUnitException", "DuplicatePolicyAttachmentException", "DuplicatePolicyException", "EffectivePolicyNotFoundException", "FinalizingOrganizationException", "HandshakeAlreadyInStateException", "HandshakeConstraintViolationException", "HandshakeNotFoundException", "InvalidHandshakeTransitionException", "InvalidInputException", "InvalidResponsibilityTransferTransitionException", "MalformedPolicyDocumentException", "MasterCannotLeaveOrganizationException", "OrganizationNotEmptyException", "OrganizationalUnitNotEmptyException", "OrganizationalUnitNotFoundException", "ParentNotFoundException", "PolicyChangesInProgressException", "PolicyInUseException", "PolicyNotAttachedException", "PolicyNotFoundException", "PolicyTypeAlreadyEnabledException", "PolicyTypeNotAvailableForOrganizationException", "PolicyTypeNotEnabledException", "ResourcePolicyNotFoundException", "ResponsibilityTransferAlreadyInStatusException", "ResponsibilityTransferNotFoundException", "RootNotFoundException", "ServiceException", "SourceParentNotFoundException", "TargetNotFoundException", "TooManyRequestsException", "UnsupportedAPIEndpointException"];
|
|
4
4
|
export type AWSOrganizationsNotInUseError = TaggedException<AWSOrganizationsNotInUseException>;
|
|
5
5
|
export type AccessDeniedError = TaggedException<AccessDeniedException>;
|
|
6
6
|
export type AccessDeniedForDependencyError = TaggedException<AccessDeniedForDependencyException>;
|
|
@@ -28,6 +28,7 @@ export type HandshakeConstraintViolationError = TaggedException<HandshakeConstra
|
|
|
28
28
|
export type HandshakeNotFoundError = TaggedException<HandshakeNotFoundException>;
|
|
29
29
|
export type InvalidHandshakeTransitionError = TaggedException<InvalidHandshakeTransitionException>;
|
|
30
30
|
export type InvalidInputError = TaggedException<InvalidInputException>;
|
|
31
|
+
export type InvalidResponsibilityTransferTransitionError = TaggedException<InvalidResponsibilityTransferTransitionException>;
|
|
31
32
|
export type MalformedPolicyDocumentError = TaggedException<MalformedPolicyDocumentException>;
|
|
32
33
|
export type MasterCannotLeaveOrganizationError = TaggedException<MasterCannotLeaveOrganizationException>;
|
|
33
34
|
export type OrganizationNotEmptyError = TaggedException<OrganizationNotEmptyException>;
|
|
@@ -42,6 +43,8 @@ export type PolicyTypeAlreadyEnabledError = TaggedException<PolicyTypeAlreadyEna
|
|
|
42
43
|
export type PolicyTypeNotAvailableForOrganizationError = TaggedException<PolicyTypeNotAvailableForOrganizationException>;
|
|
43
44
|
export type PolicyTypeNotEnabledError = TaggedException<PolicyTypeNotEnabledException>;
|
|
44
45
|
export type ResourcePolicyNotFoundError = TaggedException<ResourcePolicyNotFoundException>;
|
|
46
|
+
export type ResponsibilityTransferAlreadyInStatusError = TaggedException<ResponsibilityTransferAlreadyInStatusException>;
|
|
47
|
+
export type ResponsibilityTransferNotFoundError = TaggedException<ResponsibilityTransferNotFoundException>;
|
|
45
48
|
export type RootNotFoundError = TaggedException<RootNotFoundException>;
|
|
46
49
|
export type ServiceError = TaggedException<ServiceException>;
|
|
47
50
|
export type SourceParentNotFoundError = TaggedException<SourceParentNotFoundException>;
|
package/dist/cjs/Errors.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,kCAAkC,EAClC,6BAA6B,EAC7B,iCAAiC,EACjC,wBAAwB,EACxB,6BAA6B,EAC7B,gCAAgC,EAChC,8BAA8B,EAC9B,iCAAiC,EACjC,sBAAsB,EACtB,+BAA+B,EAC/B,iBAAiB,EACjB,4BAA4B,EAC5B,oCAAoC,EACpC,kCAAkC,EAClC,yBAAyB,EACzB,2BAA2B,EAC3B,oCAAoC,EACpC,kCAAkC,EAClC,wBAAwB,EACxB,gCAAgC,EAChC,+BAA+B,EAC/B,gCAAgC,EAChC,qCAAqC,EACrC,0BAA0B,EAC1B,mCAAmC,EACnC,qBAAqB,EACrB,gCAAgC,EAChC,sCAAsC,EACtC,mCAAmC,EACnC,mCAAmC,EACnC,6BAA6B,EAC7B,uBAAuB,EACvB,gCAAgC,EAChC,oBAAoB,EACpB,0BAA0B,EAC1B,uBAAuB,EACvB,iCAAiC,EACjC,8CAA8C,EAC9C,6BAA6B,EAC7B,+BAA+B,EAC/B,qBAAqB,EACrB,gBAAgB,EAChB,6BAA6B,EAC7B,uBAAuB,EACvB,wBAAwB,EACxB,+BAA+B,EAChC,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"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"}
|
package/dist/cjs/Errors.js
CHANGED
|
@@ -29,6 +29,7 @@ exports.AllServiceErrors = [
|
|
|
29
29
|
"HandshakeNotFoundException",
|
|
30
30
|
"InvalidHandshakeTransitionException",
|
|
31
31
|
"InvalidInputException",
|
|
32
|
+
"InvalidResponsibilityTransferTransitionException",
|
|
32
33
|
"MalformedPolicyDocumentException",
|
|
33
34
|
"MasterCannotLeaveOrganizationException",
|
|
34
35
|
"OrganizationNotEmptyException",
|
|
@@ -43,6 +44,8 @@ exports.AllServiceErrors = [
|
|
|
43
44
|
"PolicyTypeNotAvailableForOrganizationException",
|
|
44
45
|
"PolicyTypeNotEnabledException",
|
|
45
46
|
"ResourcePolicyNotFoundException",
|
|
47
|
+
"ResponsibilityTransferAlreadyInStatusException",
|
|
48
|
+
"ResponsibilityTransferNotFoundException",
|
|
46
49
|
"RootNotFoundException",
|
|
47
50
|
"ServiceException",
|
|
48
51
|
"SourceParentNotFoundException",
|
package/dist/cjs/Errors.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Errors.js","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Errors.js","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":";;;AAsDa,QAAA,gBAAgB,GAAG;IAC9B,mCAAmC;IACnC,uBAAuB;IACvB,oCAAoC;IACpC,+BAA+B;IAC/B,mCAAmC;IACnC,0BAA0B;IAC1B,+BAA+B;IAC/B,kCAAkC;IAClC,gCAAgC;IAChC,wBAAwB;IACxB,iCAAiC;IACjC,mBAAmB;IACnB,8BAA8B;IAC9B,sCAAsC;IACtC,oCAAoC;IACpC,2BAA2B;IAC3B,6BAA6B;IAC7B,sCAAsC;IACtC,oCAAoC;IACpC,0BAA0B;IAC1B,kCAAkC;IAClC,iCAAiC;IACjC,kCAAkC;IAClC,uCAAuC;IACvC,4BAA4B;IAC5B,qCAAqC;IACrC,uBAAuB;IACvB,kDAAkD;IAClD,kCAAkC;IAClC,wCAAwC;IACxC,+BAA+B;IAC/B,qCAAqC;IACrC,qCAAqC;IACrC,yBAAyB;IACzB,kCAAkC;IAClC,sBAAsB;IACtB,4BAA4B;IAC5B,yBAAyB;IACzB,mCAAmC;IACnC,gDAAgD;IAChD,+BAA+B;IAC/B,iCAAiC;IACjC,gDAAgD;IAChD,yCAAyC;IACzC,uBAAuB;IACvB,kBAAkB;IAClB,+BAA+B;IAC/B,yBAAyB;IACzB,0BAA0B;IAC1B,iCAAiC;CACzB,CAAC"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
|
-
import { type AcceptHandshakeCommandInput, type AcceptHandshakeCommandOutput, type AttachPolicyCommandInput, type AttachPolicyCommandOutput, type CancelHandshakeCommandInput, type CancelHandshakeCommandOutput, type CloseAccountCommandInput, type CloseAccountCommandOutput, type CreateAccountCommandInput, type CreateAccountCommandOutput, type CreateGovCloudAccountCommandInput, type CreateGovCloudAccountCommandOutput, type CreateOrganizationalUnitCommandInput, type CreateOrganizationalUnitCommandOutput, type CreateOrganizationCommandInput, type CreateOrganizationCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type DeclineHandshakeCommandInput, type DeclineHandshakeCommandOutput, type DeleteOrganizationalUnitCommandInput, type DeleteOrganizationalUnitCommandOutput, type DeleteOrganizationCommandInput, type DeleteOrganizationCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DeregisterDelegatedAdministratorCommandInput, type DeregisterDelegatedAdministratorCommandOutput, type DescribeAccountCommandInput, type DescribeAccountCommandOutput, type DescribeCreateAccountStatusCommandInput, type DescribeCreateAccountStatusCommandOutput, type DescribeEffectivePolicyCommandInput, type DescribeEffectivePolicyCommandOutput, type DescribeHandshakeCommandInput, type DescribeHandshakeCommandOutput, type DescribeOrganizationalUnitCommandInput, type DescribeOrganizationalUnitCommandOutput, type DescribeOrganizationCommandInput, type DescribeOrganizationCommandOutput, type DescribePolicyCommandInput, type DescribePolicyCommandOutput, type DescribeResourcePolicyCommandInput, type DescribeResourcePolicyCommandOutput, type DetachPolicyCommandInput, type DetachPolicyCommandOutput, type DisableAWSServiceAccessCommandInput, type DisableAWSServiceAccessCommandOutput, type DisablePolicyTypeCommandInput, type DisablePolicyTypeCommandOutput, type EnableAllFeaturesCommandInput, type EnableAllFeaturesCommandOutput, type EnableAWSServiceAccessCommandInput, type EnableAWSServiceAccessCommandOutput, type EnablePolicyTypeCommandInput, type EnablePolicyTypeCommandOutput, type InviteAccountToOrganizationCommandInput, type InviteAccountToOrganizationCommandOutput, type LeaveOrganizationCommandInput, type LeaveOrganizationCommandOutput, type ListAccountsCommandInput, type ListAccountsCommandOutput, type ListAccountsForParentCommandInput, type ListAccountsForParentCommandOutput, type ListAWSServiceAccessForOrganizationCommandInput, type ListAWSServiceAccessForOrganizationCommandOutput, type ListChildrenCommandInput, type ListChildrenCommandOutput, type ListCreateAccountStatusCommandInput, type ListCreateAccountStatusCommandOutput, type ListDelegatedAdministratorsCommandInput, type ListDelegatedAdministratorsCommandOutput, type ListDelegatedServicesForAccountCommandInput, type ListDelegatedServicesForAccountCommandOutput, type ListHandshakesForAccountCommandInput, type ListHandshakesForAccountCommandOutput, type ListHandshakesForOrganizationCommandInput, type ListHandshakesForOrganizationCommandOutput, type ListOrganizationalUnitsForParentCommandInput, type ListOrganizationalUnitsForParentCommandOutput, type ListParentsCommandInput, type ListParentsCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPoliciesForTargetCommandInput, type ListPoliciesForTargetCommandOutput, type ListRootsCommandInput, type ListRootsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListTargetsForPolicyCommandInput, type ListTargetsForPolicyCommandOutput, type MoveAccountCommandInput, type MoveAccountCommandOutput, type OrganizationsClient, type OrganizationsClientConfig, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type RegisterDelegatedAdministratorCommandInput, type RegisterDelegatedAdministratorCommandOutput, type RemoveAccountFromOrganizationCommandInput, type RemoveAccountFromOrganizationCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateOrganizationalUnitCommandInput, type UpdateOrganizationalUnitCommandOutput, type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput } from "@aws-sdk/client-organizations";
|
|
4
|
+
import { type AcceptHandshakeCommandInput, type AcceptHandshakeCommandOutput, type AttachPolicyCommandInput, type AttachPolicyCommandOutput, type CancelHandshakeCommandInput, type CancelHandshakeCommandOutput, type CloseAccountCommandInput, type CloseAccountCommandOutput, type CreateAccountCommandInput, type CreateAccountCommandOutput, type CreateGovCloudAccountCommandInput, type CreateGovCloudAccountCommandOutput, type CreateOrganizationalUnitCommandInput, type CreateOrganizationalUnitCommandOutput, type CreateOrganizationCommandInput, type CreateOrganizationCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type DeclineHandshakeCommandInput, type DeclineHandshakeCommandOutput, type DeleteOrganizationalUnitCommandInput, type DeleteOrganizationalUnitCommandOutput, type DeleteOrganizationCommandInput, type DeleteOrganizationCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DeregisterDelegatedAdministratorCommandInput, type DeregisterDelegatedAdministratorCommandOutput, type DescribeAccountCommandInput, type DescribeAccountCommandOutput, type DescribeCreateAccountStatusCommandInput, type DescribeCreateAccountStatusCommandOutput, type DescribeEffectivePolicyCommandInput, type DescribeEffectivePolicyCommandOutput, type DescribeHandshakeCommandInput, type DescribeHandshakeCommandOutput, type DescribeOrganizationalUnitCommandInput, type DescribeOrganizationalUnitCommandOutput, type DescribeOrganizationCommandInput, type DescribeOrganizationCommandOutput, type DescribePolicyCommandInput, type DescribePolicyCommandOutput, type DescribeResourcePolicyCommandInput, type DescribeResourcePolicyCommandOutput, type DescribeResponsibilityTransferCommandInput, type DescribeResponsibilityTransferCommandOutput, type DetachPolicyCommandInput, type DetachPolicyCommandOutput, type DisableAWSServiceAccessCommandInput, type DisableAWSServiceAccessCommandOutput, type DisablePolicyTypeCommandInput, type DisablePolicyTypeCommandOutput, type EnableAllFeaturesCommandInput, type EnableAllFeaturesCommandOutput, type EnableAWSServiceAccessCommandInput, type EnableAWSServiceAccessCommandOutput, type EnablePolicyTypeCommandInput, type EnablePolicyTypeCommandOutput, type InviteAccountToOrganizationCommandInput, type InviteAccountToOrganizationCommandOutput, type InviteOrganizationToTransferResponsibilityCommandInput, type InviteOrganizationToTransferResponsibilityCommandOutput, type LeaveOrganizationCommandInput, type LeaveOrganizationCommandOutput, type ListAccountsCommandInput, type ListAccountsCommandOutput, type ListAccountsForParentCommandInput, type ListAccountsForParentCommandOutput, type ListAccountsWithInvalidEffectivePolicyCommandInput, type ListAccountsWithInvalidEffectivePolicyCommandOutput, type ListAWSServiceAccessForOrganizationCommandInput, type ListAWSServiceAccessForOrganizationCommandOutput, type ListChildrenCommandInput, type ListChildrenCommandOutput, type ListCreateAccountStatusCommandInput, type ListCreateAccountStatusCommandOutput, type ListDelegatedAdministratorsCommandInput, type ListDelegatedAdministratorsCommandOutput, type ListDelegatedServicesForAccountCommandInput, type ListDelegatedServicesForAccountCommandOutput, type ListEffectivePolicyValidationErrorsCommandInput, type ListEffectivePolicyValidationErrorsCommandOutput, type ListHandshakesForAccountCommandInput, type ListHandshakesForAccountCommandOutput, type ListHandshakesForOrganizationCommandInput, type ListHandshakesForOrganizationCommandOutput, type ListInboundResponsibilityTransfersCommandInput, type ListInboundResponsibilityTransfersCommandOutput, type ListOrganizationalUnitsForParentCommandInput, type ListOrganizationalUnitsForParentCommandOutput, type ListOutboundResponsibilityTransfersCommandInput, type ListOutboundResponsibilityTransfersCommandOutput, type ListParentsCommandInput, type ListParentsCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPoliciesForTargetCommandInput, type ListPoliciesForTargetCommandOutput, type ListRootsCommandInput, type ListRootsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListTargetsForPolicyCommandInput, type ListTargetsForPolicyCommandOutput, type MoveAccountCommandInput, type MoveAccountCommandOutput, type OrganizationsClient, type OrganizationsClientConfig, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type RegisterDelegatedAdministratorCommandInput, type RegisterDelegatedAdministratorCommandOutput, type RemoveAccountFromOrganizationCommandInput, type RemoveAccountFromOrganizationCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type TerminateResponsibilityTransferCommandInput, type TerminateResponsibilityTransferCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateOrganizationalUnitCommandInput, type UpdateOrganizationalUnitCommandOutput, type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput, type UpdateResponsibilityTransferCommandInput, type UpdateResponsibilityTransferCommandOutput } from "@aws-sdk/client-organizations";
|
|
5
5
|
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
6
6
|
import type { Cause } from "effect";
|
|
7
7
|
import { Effect, Layer } from "effect";
|
|
8
|
-
import type { AccessDeniedError, AccessDeniedForDependencyError, AccountAlreadyClosedError, AccountAlreadyRegisteredError, AccountNotFoundError, AccountNotRegisteredError, AccountOwnerNotVerifiedError, AlreadyInOrganizationError, AWSOrganizationsNotInUseError, ChildNotFoundError, ConcurrentModificationError, ConflictError, ConstraintViolationError, CreateAccountStatusNotFoundError, DestinationParentNotFoundError, DuplicateAccountError, DuplicateHandshakeError, DuplicateOrganizationalUnitError, DuplicatePolicyAttachmentError, DuplicatePolicyError, EffectivePolicyNotFoundError, FinalizingOrganizationError, HandshakeAlreadyInStateError, HandshakeConstraintViolationError, HandshakeNotFoundError, InvalidHandshakeTransitionError, InvalidInputError, MalformedPolicyDocumentError, MasterCannotLeaveOrganizationError, OrganizationalUnitNotEmptyError, OrganizationalUnitNotFoundError, OrganizationNotEmptyError, ParentNotFoundError, PolicyChangesInProgressError, PolicyInUseError, PolicyNotAttachedError, PolicyNotFoundError, PolicyTypeAlreadyEnabledError, PolicyTypeNotAvailableForOrganizationError, PolicyTypeNotEnabledError, ResourcePolicyNotFoundError, RootNotFoundError, SdkError, ServiceError, SourceParentNotFoundError, TargetNotFoundError, TooManyRequestsError, UnsupportedAPIEndpointError } from "./Errors.js";
|
|
8
|
+
import type { AccessDeniedError, AccessDeniedForDependencyError, AccountAlreadyClosedError, AccountAlreadyRegisteredError, AccountNotFoundError, AccountNotRegisteredError, AccountOwnerNotVerifiedError, AlreadyInOrganizationError, AWSOrganizationsNotInUseError, ChildNotFoundError, ConcurrentModificationError, ConflictError, ConstraintViolationError, CreateAccountStatusNotFoundError, DestinationParentNotFoundError, DuplicateAccountError, DuplicateHandshakeError, DuplicateOrganizationalUnitError, DuplicatePolicyAttachmentError, DuplicatePolicyError, EffectivePolicyNotFoundError, FinalizingOrganizationError, HandshakeAlreadyInStateError, HandshakeConstraintViolationError, HandshakeNotFoundError, InvalidHandshakeTransitionError, InvalidInputError, InvalidResponsibilityTransferTransitionError, MalformedPolicyDocumentError, MasterCannotLeaveOrganizationError, OrganizationalUnitNotEmptyError, OrganizationalUnitNotFoundError, OrganizationNotEmptyError, ParentNotFoundError, PolicyChangesInProgressError, PolicyInUseError, PolicyNotAttachedError, PolicyNotFoundError, PolicyTypeAlreadyEnabledError, PolicyTypeNotAvailableForOrganizationError, PolicyTypeNotEnabledError, ResourcePolicyNotFoundError, ResponsibilityTransferAlreadyInStatusError, ResponsibilityTransferNotFoundError, RootNotFoundError, SdkError, ServiceError, SourceParentNotFoundError, TargetNotFoundError, TooManyRequestsError, UnsupportedAPIEndpointError } from "./Errors.js";
|
|
9
9
|
import * as Instance from "./OrganizationsClientInstance.js";
|
|
10
10
|
interface OrganizationsService$ {
|
|
11
11
|
readonly _: unique symbol;
|
|
12
12
|
/**
|
|
13
13
|
* @see {@link AcceptHandshakeCommand}
|
|
14
14
|
*/
|
|
15
|
-
acceptHandshake(args: AcceptHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptHandshakeCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccessDeniedForDependencyError | AWSOrganizationsNotInUseError | ConcurrentModificationError | HandshakeAlreadyInStateError | HandshakeConstraintViolationError | HandshakeNotFoundError | InvalidHandshakeTransitionError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
15
|
+
acceptHandshake(args: AcceptHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptHandshakeCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccessDeniedForDependencyError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | HandshakeAlreadyInStateError | HandshakeConstraintViolationError | HandshakeNotFoundError | InvalidHandshakeTransitionError | InvalidInputError | MasterCannotLeaveOrganizationError | ServiceError | TooManyRequestsError>;
|
|
16
16
|
/**
|
|
17
17
|
* @see {@link AttachPolicyCommand}
|
|
18
18
|
*/
|
|
@@ -52,7 +52,7 @@ interface OrganizationsService$ {
|
|
|
52
52
|
/**
|
|
53
53
|
* @see {@link DeleteOrganizationCommand}
|
|
54
54
|
*/
|
|
55
|
-
deleteOrganization(args: DeleteOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOrganizationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | InvalidInputError | OrganizationNotEmptyError | ServiceError | TooManyRequestsError>;
|
|
55
|
+
deleteOrganization(args: DeleteOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOrganizationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | OrganizationNotEmptyError | ServiceError | TooManyRequestsError>;
|
|
56
56
|
/**
|
|
57
57
|
* @see {@link DeleteOrganizationalUnitCommand}
|
|
58
58
|
*/
|
|
@@ -101,6 +101,10 @@ interface OrganizationsService$ {
|
|
|
101
101
|
* @see {@link DescribeResourcePolicyCommand}
|
|
102
102
|
*/
|
|
103
103
|
describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | ResourcePolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
104
|
+
/**
|
|
105
|
+
* @see {@link DescribeResponsibilityTransferCommand}
|
|
106
|
+
*/
|
|
107
|
+
describeResponsibilityTransfer(args: DescribeResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResponsibilityTransferCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
104
108
|
/**
|
|
105
109
|
* @see {@link DetachPolicyCommand}
|
|
106
110
|
*/
|
|
@@ -129,6 +133,10 @@ interface OrganizationsService$ {
|
|
|
129
133
|
* @see {@link InviteAccountToOrganizationCommand}
|
|
130
134
|
*/
|
|
131
135
|
inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<InviteAccountToOrganizationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccountOwnerNotVerifiedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicateHandshakeError | FinalizingOrganizationError | HandshakeConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
136
|
+
/**
|
|
137
|
+
* @see {@link InviteOrganizationToTransferResponsibilityCommand}
|
|
138
|
+
*/
|
|
139
|
+
inviteOrganizationToTransferResponsibility(args: InviteOrganizationToTransferResponsibilityCommandInput, options?: HttpHandlerOptions): Effect.Effect<InviteOrganizationToTransferResponsibilityCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicateHandshakeError | HandshakeConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
132
140
|
/**
|
|
133
141
|
* @see {@link LeaveOrganizationCommand}
|
|
134
142
|
*/
|
|
@@ -145,6 +153,10 @@ interface OrganizationsService$ {
|
|
|
145
153
|
* @see {@link ListAccountsForParentCommand}
|
|
146
154
|
*/
|
|
147
155
|
listAccountsForParent(args: ListAccountsForParentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsForParentCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ParentNotFoundError | ServiceError | TooManyRequestsError>;
|
|
156
|
+
/**
|
|
157
|
+
* @see {@link ListAccountsWithInvalidEffectivePolicyCommand}
|
|
158
|
+
*/
|
|
159
|
+
listAccountsWithInvalidEffectivePolicy(args: ListAccountsWithInvalidEffectivePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsWithInvalidEffectivePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | EffectivePolicyNotFoundError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
148
160
|
/**
|
|
149
161
|
* @see {@link ListChildrenCommand}
|
|
150
162
|
*/
|
|
@@ -161,6 +173,10 @@ interface OrganizationsService$ {
|
|
|
161
173
|
* @see {@link ListDelegatedServicesForAccountCommand}
|
|
162
174
|
*/
|
|
163
175
|
listDelegatedServicesForAccount(args: ListDelegatedServicesForAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDelegatedServicesForAccountCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccountNotFoundError | AccountNotRegisteredError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
176
|
+
/**
|
|
177
|
+
* @see {@link ListEffectivePolicyValidationErrorsCommand}
|
|
178
|
+
*/
|
|
179
|
+
listEffectivePolicyValidationErrors(args: ListEffectivePolicyValidationErrorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEffectivePolicyValidationErrorsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccountNotFoundError | AWSOrganizationsNotInUseError | ConstraintViolationError | EffectivePolicyNotFoundError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
164
180
|
/**
|
|
165
181
|
* @see {@link ListHandshakesForAccountCommand}
|
|
166
182
|
*/
|
|
@@ -169,10 +185,18 @@ interface OrganizationsService$ {
|
|
|
169
185
|
* @see {@link ListHandshakesForOrganizationCommand}
|
|
170
186
|
*/
|
|
171
187
|
listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHandshakesForOrganizationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
188
|
+
/**
|
|
189
|
+
* @see {@link ListInboundResponsibilityTransfersCommand}
|
|
190
|
+
*/
|
|
191
|
+
listInboundResponsibilityTransfers(args: ListInboundResponsibilityTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInboundResponsibilityTransfersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
172
192
|
/**
|
|
173
193
|
* @see {@link ListOrganizationalUnitsForParentCommand}
|
|
174
194
|
*/
|
|
175
195
|
listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOrganizationalUnitsForParentCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ParentNotFoundError | ServiceError | TooManyRequestsError>;
|
|
196
|
+
/**
|
|
197
|
+
* @see {@link ListOutboundResponsibilityTransfersCommand}
|
|
198
|
+
*/
|
|
199
|
+
listOutboundResponsibilityTransfers(args: ListOutboundResponsibilityTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOutboundResponsibilityTransfersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
176
200
|
/**
|
|
177
201
|
* @see {@link ListParentsCommand}
|
|
178
202
|
*/
|
|
@@ -217,6 +241,10 @@ interface OrganizationsService$ {
|
|
|
217
241
|
* @see {@link TagResourceCommand}
|
|
218
242
|
*/
|
|
219
243
|
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TargetNotFoundError | TooManyRequestsError>;
|
|
244
|
+
/**
|
|
245
|
+
* @see {@link TerminateResponsibilityTransferCommand}
|
|
246
|
+
*/
|
|
247
|
+
terminateResponsibilityTransfer(args: TerminateResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateResponsibilityTransferCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | InvalidResponsibilityTransferTransitionError | ResponsibilityTransferAlreadyInStatusError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
220
248
|
/**
|
|
221
249
|
* @see {@link UntagResourceCommand}
|
|
222
250
|
*/
|
|
@@ -229,6 +257,10 @@ interface OrganizationsService$ {
|
|
|
229
257
|
* @see {@link UpdatePolicyCommand}
|
|
230
258
|
*/
|
|
231
259
|
updatePolicy(args: UpdatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicatePolicyError | InvalidInputError | MalformedPolicyDocumentError | PolicyChangesInProgressError | PolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
260
|
+
/**
|
|
261
|
+
* @see {@link UpdateResponsibilityTransferCommand}
|
|
262
|
+
*/
|
|
263
|
+
updateResponsibilityTransfer(args: UpdateResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateResponsibilityTransferCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
232
264
|
}
|
|
233
265
|
/**
|
|
234
266
|
* @since 1.0.0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationsService.d.ts","sourceRoot":"","sources":["../../src/OrganizationsService.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"OrganizationsService.d.ts","sourceRoot":"","sources":["../../src/OrganizationsService.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAEL,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EAEjC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EAEjC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAE/B,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EAEvC,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EAEpC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAElC,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EAEpC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,4CAA4C,EACjD,KAAK,6CAA6C,EAElD,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EAEjC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,EAE7C,KAAK,mCAAmC,EACxC,KAAK,oCAAoC,EAEzC,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,sCAAsC,EAC3C,KAAK,uCAAuC,EAE5C,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,0BAA0B,EAC/B,KAAK,2BAA2B,EAEhC,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,0CAA0C,EAC/C,KAAK,2CAA2C,EAEhD,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,mCAAmC,EACxC,KAAK,oCAAoC,EAEzC,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAElC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,EAE7C,KAAK,sDAAsD,EAC3D,KAAK,uDAAuD,EAE5D,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EAEvC,KAAK,kDAAkD,EACvD,KAAK,mDAAmD,EAExD,KAAK,+CAA+C,EACpD,KAAK,gDAAgD,EAErD,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,mCAAmC,EACxC,KAAK,oCAAoC,EAEzC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,EAE7C,KAAK,2CAA2C,EAChD,KAAK,4CAA4C,EAEjD,KAAK,+CAA+C,EACpD,KAAK,gDAAgD,EAErD,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,yCAAyC,EAC9C,KAAK,0CAA0C,EAE/C,KAAK,8CAA8C,EACnD,KAAK,+CAA+C,EAEpD,KAAK,4CAA4C,EACjD,KAAK,6CAA6C,EAElD,KAAK,+CAA+C,EACpD,KAAK,gDAAgD,EAErD,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAE7B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EAEvC,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAE3B,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EAErC,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,yBAAyB,EAE9B,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,0CAA0C,EAC/C,KAAK,2CAA2C,EAEhD,KAAK,yCAAyC,EAC9C,KAAK,0CAA0C,EAE/C,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAE7B,KAAK,2CAA2C,EAChD,KAAK,4CAA4C,EAEjD,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAE/B,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,wCAAwC,EAC7C,KAAK,yCAAyC,EAC/C,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAE7E,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AACvC,OAAO,KAAK,EACV,iBAAiB,EACjB,8BAA8B,EAC9B,yBAAyB,EACzB,6BAA6B,EAC7B,oBAAoB,EACpB,yBAAyB,EACzB,4BAA4B,EAC5B,0BAA0B,EAC1B,6BAA6B,EAC7B,kBAAkB,EAClB,2BAA2B,EAC3B,aAAa,EACb,wBAAwB,EACxB,gCAAgC,EAChC,8BAA8B,EAC9B,qBAAqB,EACrB,uBAAuB,EACvB,gCAAgC,EAChC,8BAA8B,EAC9B,oBAAoB,EACpB,4BAA4B,EAC5B,2BAA2B,EAC3B,4BAA4B,EAC5B,iCAAiC,EACjC,sBAAsB,EACtB,+BAA+B,EAC/B,iBAAiB,EACjB,4CAA4C,EAC5C,4BAA4B,EAC5B,kCAAkC,EAClC,+BAA+B,EAC/B,+BAA+B,EAC/B,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,gBAAgB,EAChB,sBAAsB,EACtB,mBAAmB,EACnB,6BAA6B,EAC7B,0CAA0C,EAC1C,yBAAyB,EACzB,2BAA2B,EAC3B,0CAA0C,EAC1C,mCAAmC,EACnC,iBAAiB,EACjB,QAAQ,EACR,YAAY,EACZ,yBAAyB,EACzB,mBAAmB,EACnB,oBAAoB,EACpB,2BAA2B,EAC5B,MAAM,aAAa,CAAC;AAErB,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAqE7D,UAAU,qBAAqB;IAC7B,QAAQ,CAAC,CAAC,EAAE,OAAO,MAAM,CAAC;IAE1B;;OAEG;IACH,eAAe,CACb,IAAI,EAAE,2BAA2B,EACjC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,4BAA4B,EAC1B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,8BAA8B,GAC9B,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,4BAA4B,GAC5B,iCAAiC,GACjC,sBAAsB,GACtB,+BAA+B,GAC/B,iBAAiB,GACjB,kCAAkC,GAClC,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,8BAA8B,GAC9B,iBAAiB,GACjB,4BAA4B,GAC5B,mBAAmB,GACnB,yBAAyB,GACzB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,eAAe,CACb,IAAI,EAAE,2BAA2B,EACjC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,4BAA4B,EAC1B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,2BAA2B,GAC3B,4BAA4B,GAC5B,sBAAsB,GACtB,+BAA+B,GAC/B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,yBAAyB,GACzB,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,aAAa,GACb,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,aAAa,CACX,IAAI,EAAE,yBAAyB,EAC/B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,0BAA0B,EACxB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,2BAA2B,GAC3B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,qBAAqB,CACnB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kCAAkC,EAChC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,2BAA2B,GAC3B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,kBAAkB,CAChB,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+BAA+B,EAC7B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,8BAA8B,GAC9B,0BAA0B,GAC1B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACnC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,gCAAgC,GAChC,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,oBAAoB,GACpB,iBAAiB,GACjB,4BAA4B,GAC5B,0CAA0C,GAC1C,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,gBAAgB,CACd,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,6BAA6B,EAC3B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,2BAA2B,GAC3B,4BAA4B,GAC5B,sBAAsB,GACtB,+BAA+B,GAC/B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,kBAAkB,CAChB,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+BAA+B,EAC7B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,yBAAyB,GACzB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACnC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,iBAAiB,GACjB,+BAA+B,GAC/B,+BAA+B,GAC/B,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,iBAAiB,GACjB,gBAAgB,GAChB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EAC/B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,2BAA2B,GAC3B,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,gCAAgC,CAC9B,IAAI,EAAE,4CAA4C,EAClD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,6CAA6C,EAC3C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,yBAAyB,GACzB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,eAAe,CACb,IAAI,EAAE,2BAA2B,EACjC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,4BAA4B,EAC1B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,2BAA2B,CACzB,IAAI,EAAE,uCAAuC,EAC7C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wCAAwC,EACtC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,gCAAgC,GAChC,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,uBAAuB,CACrB,IAAI,EAAE,mCAAmC,EACzC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,oCAAoC,EAClC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,4BAA4B,GAC5B,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,2BAA2B,GAC3B,sBAAsB,GACtB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EAC/B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,0BAA0B,CACxB,IAAI,EAAE,sCAAsC,EAC5C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,uCAAuC,EACrC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,+BAA+B,GAC/B,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,cAAc,CACZ,IAAI,EAAE,0BAA0B,EAChC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2BAA2B,EACzB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACjC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,2BAA2B,GAC3B,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,8BAA8B,CAC5B,IAAI,EAAE,0CAA0C,EAChD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2CAA2C,EACzC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mCAAmC,GACnC,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,4BAA4B,GAC5B,sBAAsB,GACtB,mBAAmB,GACnB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,uBAAuB,CACrB,IAAI,EAAE,mCAAmC,EACzC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,oCAAoC,EAClC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,4BAA4B,GAC5B,yBAAyB,GACzB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACjC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iCAAiC,GACjC,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,gBAAgB,CACd,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,6BAA6B,EAC3B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,4BAA4B,GAC5B,6BAA6B,GAC7B,0CAA0C,GAC1C,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,2BAA2B,CACzB,IAAI,EAAE,uCAAuC,EAC7C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wCAAwC,EACtC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,4BAA4B,GAC5B,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,uBAAuB,GACvB,2BAA2B,GAC3B,iCAAiC,GACjC,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,0CAA0C,CACxC,IAAI,EAAE,sDAAsD,EAC5D,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,uDAAuD,EACrD,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,uBAAuB,GACvB,iCAAiC,GACjC,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,kCAAkC,GAClC,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,mCAAmC,CACjC,IAAI,EAAE,+CAA+C,EACrD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gDAAgD,EAC9C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,qBAAqB,CACnB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kCAAkC,EAChC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,sCAAsC,CACpC,IAAI,EAAE,kDAAkD,EACxD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mDAAmD,EACjD,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,4BAA4B,GAC5B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,uBAAuB,CACrB,IAAI,EAAE,mCAAmC,EACzC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,oCAAoC,EAClC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,2BAA2B,CACzB,IAAI,EAAE,uCAAuC,EAC7C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wCAAwC,EACtC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,+BAA+B,CAC7B,IAAI,EAAE,2CAA2C,EACjD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,4CAA4C,EAC1C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,yBAAyB,GACzB,6BAA6B,GAC7B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,mCAAmC,CACjC,IAAI,EAAE,+CAA+C,EACrD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gDAAgD,EAC9C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,6BAA6B,GAC7B,wBAAwB,GACxB,4BAA4B,GAC5B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACnC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,2BAA2B,GAC3B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,6BAA6B,CAC3B,IAAI,EAAE,yCAAyC,EAC/C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,0CAA0C,EACxC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,kCAAkC,CAChC,IAAI,EAAE,8CAA8C,EACpD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+CAA+C,EAC7C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,iBAAiB,GACjB,mCAAmC,GACnC,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,gCAAgC,CAC9B,IAAI,EAAE,4CAA4C,EAClD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,6CAA6C,EAC3C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,mCAAmC,CACjC,IAAI,EAAE,+CAA+C,EACrD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gDAAgD,EAC9C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,WAAW,CACT,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wBAAwB,EACtB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,kBAAkB,GAClB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,qBAAqB,CACnB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kCAAkC,EAChC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,SAAS,CACP,IAAI,EAAE,qBAAqB,EAC3B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,sBAAsB,EACpB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,mBAAmB,CACjB,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gCAAgC,EAC9B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EAC/B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,WAAW,CACT,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wBAAwB,EACtB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,8BAA8B,GAC9B,qBAAqB,GACrB,iBAAiB,GACjB,YAAY,GACZ,yBAAyB,GACzB,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,8BAA8B,CAC5B,IAAI,EAAE,0CAA0C,EAChD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2CAA2C,EACzC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,6BAA6B,CAC3B,IAAI,EAAE,yCAAyC,EAC/C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,0CAA0C,EACxC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,kCAAkC,GAClC,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,WAAW,CACT,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wBAAwB,EACtB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,+BAA+B,CAC7B,IAAI,EAAE,2CAA2C,EACjD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,4CAA4C,EAC1C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,4CAA4C,GAC5C,0CAA0C,GAC1C,mCAAmC,GACnC,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,aAAa,CACX,IAAI,EAAE,yBAAyB,EAC/B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,0BAA0B,EACxB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACnC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,gCAAgC,GAChC,iBAAiB,GACjB,+BAA+B,GAC/B,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,oBAAoB,GACpB,iBAAiB,GACjB,4BAA4B,GAC5B,4BAA4B,GAC5B,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,4BAA4B,CAC1B,IAAI,EAAE,wCAAwC,EAC9C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yCAAyC,EACvC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,iBAAiB,GACjB,mCAAmC,GACnC,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;CACH;AAED;;;GAGG;AACH,eAAO,MAAM,wBAAwB,mFAWnC,CAAC;;;;AAEH;;;GAGG;AACH,qBAAa,oBAAqB,SAAQ,yBAGvC;IACD,MAAM,CAAC,QAAQ,CAAC,YAAY,kDAAoF;IAChH,MAAM,CAAC,QAAQ,CAAC,KAAK,WAAY,qBAAqB,MAAM,qDAIxD;IACJ,MAAM,CAAC,QAAQ,CAAC,SAAS,aACb,CAAC,aAAa,EAAE,yBAAyB,KAAK,mBAAmB,qDASzE;CACL;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,WAAW,oBAAoB,CAAC;IAC5C;;OAEG;IACH,UAAiB,MAAO,SAAQ,IAAI,CAAC,yBAAyB,EAAE,QAAQ,CAAC;QACvE,QAAQ,CAAC,MAAM,CAAC,EAAE,aAAa,CAAC,6BAA6B,GAAG,IAAI,CAAC;KACtE;IAED;;OAEG;IACH,KAAY,IAAI,GAAG,qBAAqB,CAAC;CAC1C"}
|
|
@@ -57,6 +57,7 @@ const commands = {
|
|
|
57
57
|
DescribeOrganizationalUnitCommand: client_organizations_1.DescribeOrganizationalUnitCommand,
|
|
58
58
|
DescribePolicyCommand: client_organizations_1.DescribePolicyCommand,
|
|
59
59
|
DescribeResourcePolicyCommand: client_organizations_1.DescribeResourcePolicyCommand,
|
|
60
|
+
DescribeResponsibilityTransferCommand: client_organizations_1.DescribeResponsibilityTransferCommand,
|
|
60
61
|
DetachPolicyCommand: client_organizations_1.DetachPolicyCommand,
|
|
61
62
|
DisableAWSServiceAccessCommand: client_organizations_1.DisableAWSServiceAccessCommand,
|
|
62
63
|
DisablePolicyTypeCommand: client_organizations_1.DisablePolicyTypeCommand,
|
|
@@ -64,17 +65,22 @@ const commands = {
|
|
|
64
65
|
EnableAllFeaturesCommand: client_organizations_1.EnableAllFeaturesCommand,
|
|
65
66
|
EnablePolicyTypeCommand: client_organizations_1.EnablePolicyTypeCommand,
|
|
66
67
|
InviteAccountToOrganizationCommand: client_organizations_1.InviteAccountToOrganizationCommand,
|
|
68
|
+
InviteOrganizationToTransferResponsibilityCommand: client_organizations_1.InviteOrganizationToTransferResponsibilityCommand,
|
|
67
69
|
LeaveOrganizationCommand: client_organizations_1.LeaveOrganizationCommand,
|
|
68
70
|
ListAWSServiceAccessForOrganizationCommand: client_organizations_1.ListAWSServiceAccessForOrganizationCommand,
|
|
69
71
|
ListAccountsCommand: client_organizations_1.ListAccountsCommand,
|
|
70
72
|
ListAccountsForParentCommand: client_organizations_1.ListAccountsForParentCommand,
|
|
73
|
+
ListAccountsWithInvalidEffectivePolicyCommand: client_organizations_1.ListAccountsWithInvalidEffectivePolicyCommand,
|
|
71
74
|
ListChildrenCommand: client_organizations_1.ListChildrenCommand,
|
|
72
75
|
ListCreateAccountStatusCommand: client_organizations_1.ListCreateAccountStatusCommand,
|
|
73
76
|
ListDelegatedAdministratorsCommand: client_organizations_1.ListDelegatedAdministratorsCommand,
|
|
74
77
|
ListDelegatedServicesForAccountCommand: client_organizations_1.ListDelegatedServicesForAccountCommand,
|
|
78
|
+
ListEffectivePolicyValidationErrorsCommand: client_organizations_1.ListEffectivePolicyValidationErrorsCommand,
|
|
75
79
|
ListHandshakesForAccountCommand: client_organizations_1.ListHandshakesForAccountCommand,
|
|
76
80
|
ListHandshakesForOrganizationCommand: client_organizations_1.ListHandshakesForOrganizationCommand,
|
|
81
|
+
ListInboundResponsibilityTransfersCommand: client_organizations_1.ListInboundResponsibilityTransfersCommand,
|
|
77
82
|
ListOrganizationalUnitsForParentCommand: client_organizations_1.ListOrganizationalUnitsForParentCommand,
|
|
83
|
+
ListOutboundResponsibilityTransfersCommand: client_organizations_1.ListOutboundResponsibilityTransfersCommand,
|
|
78
84
|
ListParentsCommand: client_organizations_1.ListParentsCommand,
|
|
79
85
|
ListPoliciesCommand: client_organizations_1.ListPoliciesCommand,
|
|
80
86
|
ListPoliciesForTargetCommand: client_organizations_1.ListPoliciesForTargetCommand,
|
|
@@ -86,9 +92,11 @@ const commands = {
|
|
|
86
92
|
RegisterDelegatedAdministratorCommand: client_organizations_1.RegisterDelegatedAdministratorCommand,
|
|
87
93
|
RemoveAccountFromOrganizationCommand: client_organizations_1.RemoveAccountFromOrganizationCommand,
|
|
88
94
|
TagResourceCommand: client_organizations_1.TagResourceCommand,
|
|
95
|
+
TerminateResponsibilityTransferCommand: client_organizations_1.TerminateResponsibilityTransferCommand,
|
|
89
96
|
UntagResourceCommand: client_organizations_1.UntagResourceCommand,
|
|
90
97
|
UpdateOrganizationalUnitCommand: client_organizations_1.UpdateOrganizationalUnitCommand,
|
|
91
98
|
UpdatePolicyCommand: client_organizations_1.UpdatePolicyCommand,
|
|
99
|
+
UpdateResponsibilityTransferCommand: client_organizations_1.UpdateResponsibilityTransferCommand,
|
|
92
100
|
};
|
|
93
101
|
/**
|
|
94
102
|
* @since 1.0.0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationsService.js","sourceRoot":"","sources":["../../src/OrganizationsService.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"OrganizationsService.js","sourceRoot":"","sources":["../../src/OrganizationsService.ts"],"names":[],"mappings":"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"}
|
package/dist/dts/Errors.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { AccessDeniedException, AccessDeniedForDependencyException, AccountAlreadyClosedException, AccountAlreadyRegisteredException, AccountNotFoundException, AccountNotRegisteredException, AccountOwnerNotVerifiedException, AlreadyInOrganizationException, AWSOrganizationsNotInUseException, ChildNotFoundException, ConcurrentModificationException, ConflictException, ConstraintViolationException, CreateAccountStatusNotFoundException, DestinationParentNotFoundException, DuplicateAccountException, DuplicateHandshakeException, DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException, DuplicatePolicyException, EffectivePolicyNotFoundException, FinalizingOrganizationException, HandshakeAlreadyInStateException, HandshakeConstraintViolationException, HandshakeNotFoundException, InvalidHandshakeTransitionException, InvalidInputException, MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException, OrganizationNotEmptyException, ParentNotFoundException, PolicyChangesInProgressException, PolicyInUseException, PolicyNotAttachedException, PolicyNotFoundException, PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException, ResourcePolicyNotFoundException, RootNotFoundException, ServiceException, SourceParentNotFoundException, TargetNotFoundException, TooManyRequestsException, UnsupportedAPIEndpointException } from "@aws-sdk/client-organizations";
|
|
1
|
+
import type { AccessDeniedException, AccessDeniedForDependencyException, AccountAlreadyClosedException, AccountAlreadyRegisteredException, AccountNotFoundException, AccountNotRegisteredException, AccountOwnerNotVerifiedException, AlreadyInOrganizationException, AWSOrganizationsNotInUseException, ChildNotFoundException, ConcurrentModificationException, ConflictException, ConstraintViolationException, CreateAccountStatusNotFoundException, DestinationParentNotFoundException, DuplicateAccountException, DuplicateHandshakeException, DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException, DuplicatePolicyException, EffectivePolicyNotFoundException, FinalizingOrganizationException, HandshakeAlreadyInStateException, HandshakeConstraintViolationException, HandshakeNotFoundException, InvalidHandshakeTransitionException, InvalidInputException, InvalidResponsibilityTransferTransitionException, MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException, OrganizationNotEmptyException, ParentNotFoundException, PolicyChangesInProgressException, PolicyInUseException, PolicyNotAttachedException, PolicyNotFoundException, PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException, ResourcePolicyNotFoundException, ResponsibilityTransferAlreadyInStatusException, ResponsibilityTransferNotFoundException, RootNotFoundException, ServiceException, SourceParentNotFoundException, TargetNotFoundException, TooManyRequestsException, UnsupportedAPIEndpointException } from "@aws-sdk/client-organizations";
|
|
2
2
|
import type { TaggedException } from "@effect-aws/commons";
|
|
3
|
-
export declare const AllServiceErrors: readonly ["AWSOrganizationsNotInUseException", "AccessDeniedException", "AccessDeniedForDependencyException", "AccountAlreadyClosedException", "AccountAlreadyRegisteredException", "AccountNotFoundException", "AccountNotRegisteredException", "AccountOwnerNotVerifiedException", "AlreadyInOrganizationException", "ChildNotFoundException", "ConcurrentModificationException", "ConflictException", "ConstraintViolationException", "CreateAccountStatusNotFoundException", "DestinationParentNotFoundException", "DuplicateAccountException", "DuplicateHandshakeException", "DuplicateOrganizationalUnitException", "DuplicatePolicyAttachmentException", "DuplicatePolicyException", "EffectivePolicyNotFoundException", "FinalizingOrganizationException", "HandshakeAlreadyInStateException", "HandshakeConstraintViolationException", "HandshakeNotFoundException", "InvalidHandshakeTransitionException", "InvalidInputException", "MalformedPolicyDocumentException", "MasterCannotLeaveOrganizationException", "OrganizationNotEmptyException", "OrganizationalUnitNotEmptyException", "OrganizationalUnitNotFoundException", "ParentNotFoundException", "PolicyChangesInProgressException", "PolicyInUseException", "PolicyNotAttachedException", "PolicyNotFoundException", "PolicyTypeAlreadyEnabledException", "PolicyTypeNotAvailableForOrganizationException", "PolicyTypeNotEnabledException", "ResourcePolicyNotFoundException", "RootNotFoundException", "ServiceException", "SourceParentNotFoundException", "TargetNotFoundException", "TooManyRequestsException", "UnsupportedAPIEndpointException"];
|
|
3
|
+
export declare const AllServiceErrors: readonly ["AWSOrganizationsNotInUseException", "AccessDeniedException", "AccessDeniedForDependencyException", "AccountAlreadyClosedException", "AccountAlreadyRegisteredException", "AccountNotFoundException", "AccountNotRegisteredException", "AccountOwnerNotVerifiedException", "AlreadyInOrganizationException", "ChildNotFoundException", "ConcurrentModificationException", "ConflictException", "ConstraintViolationException", "CreateAccountStatusNotFoundException", "DestinationParentNotFoundException", "DuplicateAccountException", "DuplicateHandshakeException", "DuplicateOrganizationalUnitException", "DuplicatePolicyAttachmentException", "DuplicatePolicyException", "EffectivePolicyNotFoundException", "FinalizingOrganizationException", "HandshakeAlreadyInStateException", "HandshakeConstraintViolationException", "HandshakeNotFoundException", "InvalidHandshakeTransitionException", "InvalidInputException", "InvalidResponsibilityTransferTransitionException", "MalformedPolicyDocumentException", "MasterCannotLeaveOrganizationException", "OrganizationNotEmptyException", "OrganizationalUnitNotEmptyException", "OrganizationalUnitNotFoundException", "ParentNotFoundException", "PolicyChangesInProgressException", "PolicyInUseException", "PolicyNotAttachedException", "PolicyNotFoundException", "PolicyTypeAlreadyEnabledException", "PolicyTypeNotAvailableForOrganizationException", "PolicyTypeNotEnabledException", "ResourcePolicyNotFoundException", "ResponsibilityTransferAlreadyInStatusException", "ResponsibilityTransferNotFoundException", "RootNotFoundException", "ServiceException", "SourceParentNotFoundException", "TargetNotFoundException", "TooManyRequestsException", "UnsupportedAPIEndpointException"];
|
|
4
4
|
export type AWSOrganizationsNotInUseError = TaggedException<AWSOrganizationsNotInUseException>;
|
|
5
5
|
export type AccessDeniedError = TaggedException<AccessDeniedException>;
|
|
6
6
|
export type AccessDeniedForDependencyError = TaggedException<AccessDeniedForDependencyException>;
|
|
@@ -28,6 +28,7 @@ export type HandshakeConstraintViolationError = TaggedException<HandshakeConstra
|
|
|
28
28
|
export type HandshakeNotFoundError = TaggedException<HandshakeNotFoundException>;
|
|
29
29
|
export type InvalidHandshakeTransitionError = TaggedException<InvalidHandshakeTransitionException>;
|
|
30
30
|
export type InvalidInputError = TaggedException<InvalidInputException>;
|
|
31
|
+
export type InvalidResponsibilityTransferTransitionError = TaggedException<InvalidResponsibilityTransferTransitionException>;
|
|
31
32
|
export type MalformedPolicyDocumentError = TaggedException<MalformedPolicyDocumentException>;
|
|
32
33
|
export type MasterCannotLeaveOrganizationError = TaggedException<MasterCannotLeaveOrganizationException>;
|
|
33
34
|
export type OrganizationNotEmptyError = TaggedException<OrganizationNotEmptyException>;
|
|
@@ -42,6 +43,8 @@ export type PolicyTypeAlreadyEnabledError = TaggedException<PolicyTypeAlreadyEna
|
|
|
42
43
|
export type PolicyTypeNotAvailableForOrganizationError = TaggedException<PolicyTypeNotAvailableForOrganizationException>;
|
|
43
44
|
export type PolicyTypeNotEnabledError = TaggedException<PolicyTypeNotEnabledException>;
|
|
44
45
|
export type ResourcePolicyNotFoundError = TaggedException<ResourcePolicyNotFoundException>;
|
|
46
|
+
export type ResponsibilityTransferAlreadyInStatusError = TaggedException<ResponsibilityTransferAlreadyInStatusException>;
|
|
47
|
+
export type ResponsibilityTransferNotFoundError = TaggedException<ResponsibilityTransferNotFoundException>;
|
|
45
48
|
export type RootNotFoundError = TaggedException<RootNotFoundException>;
|
|
46
49
|
export type ServiceError = TaggedException<ServiceException>;
|
|
47
50
|
export type SourceParentNotFoundError = TaggedException<SourceParentNotFoundException>;
|
package/dist/dts/Errors.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,kCAAkC,EAClC,6BAA6B,EAC7B,iCAAiC,EACjC,wBAAwB,EACxB,6BAA6B,EAC7B,gCAAgC,EAChC,8BAA8B,EAC9B,iCAAiC,EACjC,sBAAsB,EACtB,+BAA+B,EAC/B,iBAAiB,EACjB,4BAA4B,EAC5B,oCAAoC,EACpC,kCAAkC,EAClC,yBAAyB,EACzB,2BAA2B,EAC3B,oCAAoC,EACpC,kCAAkC,EAClC,wBAAwB,EACxB,gCAAgC,EAChC,+BAA+B,EAC/B,gCAAgC,EAChC,qCAAqC,EACrC,0BAA0B,EAC1B,mCAAmC,EACnC,qBAAqB,EACrB,gCAAgC,EAChC,sCAAsC,EACtC,mCAAmC,EACnC,mCAAmC,EACnC,6BAA6B,EAC7B,uBAAuB,EACvB,gCAAgC,EAChC,oBAAoB,EACpB,0BAA0B,EAC1B,uBAAuB,EACvB,iCAAiC,EACjC,8CAA8C,EAC9C,6BAA6B,EAC7B,+BAA+B,EAC/B,qBAAqB,EACrB,gBAAgB,EAChB,6BAA6B,EAC7B,uBAAuB,EACvB,wBAAwB,EACxB,+BAA+B,EAChC,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
|
-
import { type AcceptHandshakeCommandInput, type AcceptHandshakeCommandOutput, type AttachPolicyCommandInput, type AttachPolicyCommandOutput, type CancelHandshakeCommandInput, type CancelHandshakeCommandOutput, type CloseAccountCommandInput, type CloseAccountCommandOutput, type CreateAccountCommandInput, type CreateAccountCommandOutput, type CreateGovCloudAccountCommandInput, type CreateGovCloudAccountCommandOutput, type CreateOrganizationalUnitCommandInput, type CreateOrganizationalUnitCommandOutput, type CreateOrganizationCommandInput, type CreateOrganizationCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type DeclineHandshakeCommandInput, type DeclineHandshakeCommandOutput, type DeleteOrganizationalUnitCommandInput, type DeleteOrganizationalUnitCommandOutput, type DeleteOrganizationCommandInput, type DeleteOrganizationCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DeregisterDelegatedAdministratorCommandInput, type DeregisterDelegatedAdministratorCommandOutput, type DescribeAccountCommandInput, type DescribeAccountCommandOutput, type DescribeCreateAccountStatusCommandInput, type DescribeCreateAccountStatusCommandOutput, type DescribeEffectivePolicyCommandInput, type DescribeEffectivePolicyCommandOutput, type DescribeHandshakeCommandInput, type DescribeHandshakeCommandOutput, type DescribeOrganizationalUnitCommandInput, type DescribeOrganizationalUnitCommandOutput, type DescribeOrganizationCommandInput, type DescribeOrganizationCommandOutput, type DescribePolicyCommandInput, type DescribePolicyCommandOutput, type DescribeResourcePolicyCommandInput, type DescribeResourcePolicyCommandOutput, type DetachPolicyCommandInput, type DetachPolicyCommandOutput, type DisableAWSServiceAccessCommandInput, type DisableAWSServiceAccessCommandOutput, type DisablePolicyTypeCommandInput, type DisablePolicyTypeCommandOutput, type EnableAllFeaturesCommandInput, type EnableAllFeaturesCommandOutput, type EnableAWSServiceAccessCommandInput, type EnableAWSServiceAccessCommandOutput, type EnablePolicyTypeCommandInput, type EnablePolicyTypeCommandOutput, type InviteAccountToOrganizationCommandInput, type InviteAccountToOrganizationCommandOutput, type LeaveOrganizationCommandInput, type LeaveOrganizationCommandOutput, type ListAccountsCommandInput, type ListAccountsCommandOutput, type ListAccountsForParentCommandInput, type ListAccountsForParentCommandOutput, type ListAWSServiceAccessForOrganizationCommandInput, type ListAWSServiceAccessForOrganizationCommandOutput, type ListChildrenCommandInput, type ListChildrenCommandOutput, type ListCreateAccountStatusCommandInput, type ListCreateAccountStatusCommandOutput, type ListDelegatedAdministratorsCommandInput, type ListDelegatedAdministratorsCommandOutput, type ListDelegatedServicesForAccountCommandInput, type ListDelegatedServicesForAccountCommandOutput, type ListHandshakesForAccountCommandInput, type ListHandshakesForAccountCommandOutput, type ListHandshakesForOrganizationCommandInput, type ListHandshakesForOrganizationCommandOutput, type ListOrganizationalUnitsForParentCommandInput, type ListOrganizationalUnitsForParentCommandOutput, type ListParentsCommandInput, type ListParentsCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPoliciesForTargetCommandInput, type ListPoliciesForTargetCommandOutput, type ListRootsCommandInput, type ListRootsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListTargetsForPolicyCommandInput, type ListTargetsForPolicyCommandOutput, type MoveAccountCommandInput, type MoveAccountCommandOutput, type OrganizationsClient, type OrganizationsClientConfig, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type RegisterDelegatedAdministratorCommandInput, type RegisterDelegatedAdministratorCommandOutput, type RemoveAccountFromOrganizationCommandInput, type RemoveAccountFromOrganizationCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateOrganizationalUnitCommandInput, type UpdateOrganizationalUnitCommandOutput, type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput } from "@aws-sdk/client-organizations";
|
|
4
|
+
import { type AcceptHandshakeCommandInput, type AcceptHandshakeCommandOutput, type AttachPolicyCommandInput, type AttachPolicyCommandOutput, type CancelHandshakeCommandInput, type CancelHandshakeCommandOutput, type CloseAccountCommandInput, type CloseAccountCommandOutput, type CreateAccountCommandInput, type CreateAccountCommandOutput, type CreateGovCloudAccountCommandInput, type CreateGovCloudAccountCommandOutput, type CreateOrganizationalUnitCommandInput, type CreateOrganizationalUnitCommandOutput, type CreateOrganizationCommandInput, type CreateOrganizationCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type DeclineHandshakeCommandInput, type DeclineHandshakeCommandOutput, type DeleteOrganizationalUnitCommandInput, type DeleteOrganizationalUnitCommandOutput, type DeleteOrganizationCommandInput, type DeleteOrganizationCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DeregisterDelegatedAdministratorCommandInput, type DeregisterDelegatedAdministratorCommandOutput, type DescribeAccountCommandInput, type DescribeAccountCommandOutput, type DescribeCreateAccountStatusCommandInput, type DescribeCreateAccountStatusCommandOutput, type DescribeEffectivePolicyCommandInput, type DescribeEffectivePolicyCommandOutput, type DescribeHandshakeCommandInput, type DescribeHandshakeCommandOutput, type DescribeOrganizationalUnitCommandInput, type DescribeOrganizationalUnitCommandOutput, type DescribeOrganizationCommandInput, type DescribeOrganizationCommandOutput, type DescribePolicyCommandInput, type DescribePolicyCommandOutput, type DescribeResourcePolicyCommandInput, type DescribeResourcePolicyCommandOutput, type DescribeResponsibilityTransferCommandInput, type DescribeResponsibilityTransferCommandOutput, type DetachPolicyCommandInput, type DetachPolicyCommandOutput, type DisableAWSServiceAccessCommandInput, type DisableAWSServiceAccessCommandOutput, type DisablePolicyTypeCommandInput, type DisablePolicyTypeCommandOutput, type EnableAllFeaturesCommandInput, type EnableAllFeaturesCommandOutput, type EnableAWSServiceAccessCommandInput, type EnableAWSServiceAccessCommandOutput, type EnablePolicyTypeCommandInput, type EnablePolicyTypeCommandOutput, type InviteAccountToOrganizationCommandInput, type InviteAccountToOrganizationCommandOutput, type InviteOrganizationToTransferResponsibilityCommandInput, type InviteOrganizationToTransferResponsibilityCommandOutput, type LeaveOrganizationCommandInput, type LeaveOrganizationCommandOutput, type ListAccountsCommandInput, type ListAccountsCommandOutput, type ListAccountsForParentCommandInput, type ListAccountsForParentCommandOutput, type ListAccountsWithInvalidEffectivePolicyCommandInput, type ListAccountsWithInvalidEffectivePolicyCommandOutput, type ListAWSServiceAccessForOrganizationCommandInput, type ListAWSServiceAccessForOrganizationCommandOutput, type ListChildrenCommandInput, type ListChildrenCommandOutput, type ListCreateAccountStatusCommandInput, type ListCreateAccountStatusCommandOutput, type ListDelegatedAdministratorsCommandInput, type ListDelegatedAdministratorsCommandOutput, type ListDelegatedServicesForAccountCommandInput, type ListDelegatedServicesForAccountCommandOutput, type ListEffectivePolicyValidationErrorsCommandInput, type ListEffectivePolicyValidationErrorsCommandOutput, type ListHandshakesForAccountCommandInput, type ListHandshakesForAccountCommandOutput, type ListHandshakesForOrganizationCommandInput, type ListHandshakesForOrganizationCommandOutput, type ListInboundResponsibilityTransfersCommandInput, type ListInboundResponsibilityTransfersCommandOutput, type ListOrganizationalUnitsForParentCommandInput, type ListOrganizationalUnitsForParentCommandOutput, type ListOutboundResponsibilityTransfersCommandInput, type ListOutboundResponsibilityTransfersCommandOutput, type ListParentsCommandInput, type ListParentsCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPoliciesForTargetCommandInput, type ListPoliciesForTargetCommandOutput, type ListRootsCommandInput, type ListRootsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListTargetsForPolicyCommandInput, type ListTargetsForPolicyCommandOutput, type MoveAccountCommandInput, type MoveAccountCommandOutput, type OrganizationsClient, type OrganizationsClientConfig, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type RegisterDelegatedAdministratorCommandInput, type RegisterDelegatedAdministratorCommandOutput, type RemoveAccountFromOrganizationCommandInput, type RemoveAccountFromOrganizationCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type TerminateResponsibilityTransferCommandInput, type TerminateResponsibilityTransferCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateOrganizationalUnitCommandInput, type UpdateOrganizationalUnitCommandOutput, type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput, type UpdateResponsibilityTransferCommandInput, type UpdateResponsibilityTransferCommandOutput } from "@aws-sdk/client-organizations";
|
|
5
5
|
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
6
6
|
import type { Cause } from "effect";
|
|
7
7
|
import { Effect, Layer } from "effect";
|
|
8
|
-
import type { AccessDeniedError, AccessDeniedForDependencyError, AccountAlreadyClosedError, AccountAlreadyRegisteredError, AccountNotFoundError, AccountNotRegisteredError, AccountOwnerNotVerifiedError, AlreadyInOrganizationError, AWSOrganizationsNotInUseError, ChildNotFoundError, ConcurrentModificationError, ConflictError, ConstraintViolationError, CreateAccountStatusNotFoundError, DestinationParentNotFoundError, DuplicateAccountError, DuplicateHandshakeError, DuplicateOrganizationalUnitError, DuplicatePolicyAttachmentError, DuplicatePolicyError, EffectivePolicyNotFoundError, FinalizingOrganizationError, HandshakeAlreadyInStateError, HandshakeConstraintViolationError, HandshakeNotFoundError, InvalidHandshakeTransitionError, InvalidInputError, MalformedPolicyDocumentError, MasterCannotLeaveOrganizationError, OrganizationalUnitNotEmptyError, OrganizationalUnitNotFoundError, OrganizationNotEmptyError, ParentNotFoundError, PolicyChangesInProgressError, PolicyInUseError, PolicyNotAttachedError, PolicyNotFoundError, PolicyTypeAlreadyEnabledError, PolicyTypeNotAvailableForOrganizationError, PolicyTypeNotEnabledError, ResourcePolicyNotFoundError, RootNotFoundError, SdkError, ServiceError, SourceParentNotFoundError, TargetNotFoundError, TooManyRequestsError, UnsupportedAPIEndpointError } from "./Errors.js";
|
|
8
|
+
import type { AccessDeniedError, AccessDeniedForDependencyError, AccountAlreadyClosedError, AccountAlreadyRegisteredError, AccountNotFoundError, AccountNotRegisteredError, AccountOwnerNotVerifiedError, AlreadyInOrganizationError, AWSOrganizationsNotInUseError, ChildNotFoundError, ConcurrentModificationError, ConflictError, ConstraintViolationError, CreateAccountStatusNotFoundError, DestinationParentNotFoundError, DuplicateAccountError, DuplicateHandshakeError, DuplicateOrganizationalUnitError, DuplicatePolicyAttachmentError, DuplicatePolicyError, EffectivePolicyNotFoundError, FinalizingOrganizationError, HandshakeAlreadyInStateError, HandshakeConstraintViolationError, HandshakeNotFoundError, InvalidHandshakeTransitionError, InvalidInputError, InvalidResponsibilityTransferTransitionError, MalformedPolicyDocumentError, MasterCannotLeaveOrganizationError, OrganizationalUnitNotEmptyError, OrganizationalUnitNotFoundError, OrganizationNotEmptyError, ParentNotFoundError, PolicyChangesInProgressError, PolicyInUseError, PolicyNotAttachedError, PolicyNotFoundError, PolicyTypeAlreadyEnabledError, PolicyTypeNotAvailableForOrganizationError, PolicyTypeNotEnabledError, ResourcePolicyNotFoundError, ResponsibilityTransferAlreadyInStatusError, ResponsibilityTransferNotFoundError, RootNotFoundError, SdkError, ServiceError, SourceParentNotFoundError, TargetNotFoundError, TooManyRequestsError, UnsupportedAPIEndpointError } from "./Errors.js";
|
|
9
9
|
import * as Instance from "./OrganizationsClientInstance.js";
|
|
10
10
|
interface OrganizationsService$ {
|
|
11
11
|
readonly _: unique symbol;
|
|
12
12
|
/**
|
|
13
13
|
* @see {@link AcceptHandshakeCommand}
|
|
14
14
|
*/
|
|
15
|
-
acceptHandshake(args: AcceptHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptHandshakeCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccessDeniedForDependencyError | AWSOrganizationsNotInUseError | ConcurrentModificationError | HandshakeAlreadyInStateError | HandshakeConstraintViolationError | HandshakeNotFoundError | InvalidHandshakeTransitionError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
15
|
+
acceptHandshake(args: AcceptHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptHandshakeCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccessDeniedForDependencyError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | HandshakeAlreadyInStateError | HandshakeConstraintViolationError | HandshakeNotFoundError | InvalidHandshakeTransitionError | InvalidInputError | MasterCannotLeaveOrganizationError | ServiceError | TooManyRequestsError>;
|
|
16
16
|
/**
|
|
17
17
|
* @see {@link AttachPolicyCommand}
|
|
18
18
|
*/
|
|
@@ -52,7 +52,7 @@ interface OrganizationsService$ {
|
|
|
52
52
|
/**
|
|
53
53
|
* @see {@link DeleteOrganizationCommand}
|
|
54
54
|
*/
|
|
55
|
-
deleteOrganization(args: DeleteOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOrganizationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | InvalidInputError | OrganizationNotEmptyError | ServiceError | TooManyRequestsError>;
|
|
55
|
+
deleteOrganization(args: DeleteOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOrganizationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | OrganizationNotEmptyError | ServiceError | TooManyRequestsError>;
|
|
56
56
|
/**
|
|
57
57
|
* @see {@link DeleteOrganizationalUnitCommand}
|
|
58
58
|
*/
|
|
@@ -101,6 +101,10 @@ interface OrganizationsService$ {
|
|
|
101
101
|
* @see {@link DescribeResourcePolicyCommand}
|
|
102
102
|
*/
|
|
103
103
|
describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | ResourcePolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
104
|
+
/**
|
|
105
|
+
* @see {@link DescribeResponsibilityTransferCommand}
|
|
106
|
+
*/
|
|
107
|
+
describeResponsibilityTransfer(args: DescribeResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResponsibilityTransferCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
104
108
|
/**
|
|
105
109
|
* @see {@link DetachPolicyCommand}
|
|
106
110
|
*/
|
|
@@ -129,6 +133,10 @@ interface OrganizationsService$ {
|
|
|
129
133
|
* @see {@link InviteAccountToOrganizationCommand}
|
|
130
134
|
*/
|
|
131
135
|
inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<InviteAccountToOrganizationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccountOwnerNotVerifiedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicateHandshakeError | FinalizingOrganizationError | HandshakeConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
136
|
+
/**
|
|
137
|
+
* @see {@link InviteOrganizationToTransferResponsibilityCommand}
|
|
138
|
+
*/
|
|
139
|
+
inviteOrganizationToTransferResponsibility(args: InviteOrganizationToTransferResponsibilityCommandInput, options?: HttpHandlerOptions): Effect.Effect<InviteOrganizationToTransferResponsibilityCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicateHandshakeError | HandshakeConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
132
140
|
/**
|
|
133
141
|
* @see {@link LeaveOrganizationCommand}
|
|
134
142
|
*/
|
|
@@ -145,6 +153,10 @@ interface OrganizationsService$ {
|
|
|
145
153
|
* @see {@link ListAccountsForParentCommand}
|
|
146
154
|
*/
|
|
147
155
|
listAccountsForParent(args: ListAccountsForParentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsForParentCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ParentNotFoundError | ServiceError | TooManyRequestsError>;
|
|
156
|
+
/**
|
|
157
|
+
* @see {@link ListAccountsWithInvalidEffectivePolicyCommand}
|
|
158
|
+
*/
|
|
159
|
+
listAccountsWithInvalidEffectivePolicy(args: ListAccountsWithInvalidEffectivePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsWithInvalidEffectivePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | EffectivePolicyNotFoundError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
148
160
|
/**
|
|
149
161
|
* @see {@link ListChildrenCommand}
|
|
150
162
|
*/
|
|
@@ -161,6 +173,10 @@ interface OrganizationsService$ {
|
|
|
161
173
|
* @see {@link ListDelegatedServicesForAccountCommand}
|
|
162
174
|
*/
|
|
163
175
|
listDelegatedServicesForAccount(args: ListDelegatedServicesForAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDelegatedServicesForAccountCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccountNotFoundError | AccountNotRegisteredError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
176
|
+
/**
|
|
177
|
+
* @see {@link ListEffectivePolicyValidationErrorsCommand}
|
|
178
|
+
*/
|
|
179
|
+
listEffectivePolicyValidationErrors(args: ListEffectivePolicyValidationErrorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEffectivePolicyValidationErrorsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AccountNotFoundError | AWSOrganizationsNotInUseError | ConstraintViolationError | EffectivePolicyNotFoundError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
164
180
|
/**
|
|
165
181
|
* @see {@link ListHandshakesForAccountCommand}
|
|
166
182
|
*/
|
|
@@ -169,10 +185,18 @@ interface OrganizationsService$ {
|
|
|
169
185
|
* @see {@link ListHandshakesForOrganizationCommand}
|
|
170
186
|
*/
|
|
171
187
|
listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHandshakesForOrganizationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
188
|
+
/**
|
|
189
|
+
* @see {@link ListInboundResponsibilityTransfersCommand}
|
|
190
|
+
*/
|
|
191
|
+
listInboundResponsibilityTransfers(args: ListInboundResponsibilityTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInboundResponsibilityTransfersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
172
192
|
/**
|
|
173
193
|
* @see {@link ListOrganizationalUnitsForParentCommand}
|
|
174
194
|
*/
|
|
175
195
|
listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOrganizationalUnitsForParentCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ParentNotFoundError | ServiceError | TooManyRequestsError>;
|
|
196
|
+
/**
|
|
197
|
+
* @see {@link ListOutboundResponsibilityTransfersCommand}
|
|
198
|
+
*/
|
|
199
|
+
listOutboundResponsibilityTransfers(args: ListOutboundResponsibilityTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOutboundResponsibilityTransfersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
176
200
|
/**
|
|
177
201
|
* @see {@link ListParentsCommand}
|
|
178
202
|
*/
|
|
@@ -217,6 +241,10 @@ interface OrganizationsService$ {
|
|
|
217
241
|
* @see {@link TagResourceCommand}
|
|
218
242
|
*/
|
|
219
243
|
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TargetNotFoundError | TooManyRequestsError>;
|
|
244
|
+
/**
|
|
245
|
+
* @see {@link TerminateResponsibilityTransferCommand}
|
|
246
|
+
*/
|
|
247
|
+
terminateResponsibilityTransfer(args: TerminateResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateResponsibilityTransferCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | InvalidResponsibilityTransferTransitionError | ResponsibilityTransferAlreadyInStatusError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
220
248
|
/**
|
|
221
249
|
* @see {@link UntagResourceCommand}
|
|
222
250
|
*/
|
|
@@ -229,6 +257,10 @@ interface OrganizationsService$ {
|
|
|
229
257
|
* @see {@link UpdatePolicyCommand}
|
|
230
258
|
*/
|
|
231
259
|
updatePolicy(args: UpdatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicatePolicyError | InvalidInputError | MalformedPolicyDocumentError | PolicyChangesInProgressError | PolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
260
|
+
/**
|
|
261
|
+
* @see {@link UpdateResponsibilityTransferCommand}
|
|
262
|
+
*/
|
|
263
|
+
updateResponsibilityTransfer(args: UpdateResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateResponsibilityTransferCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
232
264
|
}
|
|
233
265
|
/**
|
|
234
266
|
* @since 1.0.0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationsService.d.ts","sourceRoot":"","sources":["../../src/OrganizationsService.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAEL,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EAEjC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EAEjC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAE/B,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EAEvC,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EAEpC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAElC,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EAEpC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,4CAA4C,EACjD,KAAK,6CAA6C,EAElD,KAAK,2BAA2B,EAChC,KAAK,4BAA4B,EAEjC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,EAE7C,KAAK,mCAAmC,EACxC,KAAK,oCAAoC,EAEzC,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,sCAAsC,EAC3C,KAAK,uCAAuC,EAE5C,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,0BAA0B,EAC/B,KAAK,2BAA2B,EAEhC,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,mCAAmC,EACxC,KAAK,oCAAoC,EAEzC,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAElC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,EAE7C,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EAEvC,KAAK,+CAA+C,EACpD,KAAK,gDAAgD,EAErD,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,mCAAmC,EACxC,KAAK,oCAAoC,EAEzC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,EAE7C,KAAK,2CAA2C,EAChD,KAAK,4CAA4C,EAEjD,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,yCAAyC,EAC9C,KAAK,0CAA0C,EAE/C,KAAK,4CAA4C,EACjD,KAAK,6CAA6C,EAElD,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAE7B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EAEvC,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAE3B,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EAErC,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,yBAAyB,EAE9B,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,0CAA0C,EAC/C,KAAK,2CAA2C,EAEhD,KAAK,yCAAyC,EAC9C,KAAK,0CAA0C,EAE/C,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAE7B,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAE/B,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC/B,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAE7E,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AACvC,OAAO,KAAK,EACV,iBAAiB,EACjB,8BAA8B,EAC9B,yBAAyB,EACzB,6BAA6B,EAC7B,oBAAoB,EACpB,yBAAyB,EACzB,4BAA4B,EAC5B,0BAA0B,EAC1B,6BAA6B,EAC7B,kBAAkB,EAClB,2BAA2B,EAC3B,aAAa,EACb,wBAAwB,EACxB,gCAAgC,EAChC,8BAA8B,EAC9B,qBAAqB,EACrB,uBAAuB,EACvB,gCAAgC,EAChC,8BAA8B,EAC9B,oBAAoB,EACpB,4BAA4B,EAC5B,2BAA2B,EAC3B,4BAA4B,EAC5B,iCAAiC,EACjC,sBAAsB,EACtB,+BAA+B,EAC/B,iBAAiB,EACjB,4BAA4B,EAC5B,kCAAkC,EAClC,+BAA+B,EAC/B,+BAA+B,EAC/B,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,gBAAgB,EAChB,sBAAsB,EACtB,mBAAmB,EACnB,6BAA6B,EAC7B,0CAA0C,EAC1C,yBAAyB,EACzB,2BAA2B,EAC3B,iBAAiB,EACjB,QAAQ,EACR,YAAY,EACZ,yBAAyB,EACzB,mBAAmB,EACnB,oBAAoB,EACpB,2BAA2B,EAC5B,MAAM,aAAa,CAAC;AAErB,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AA6D7D,UAAU,qBAAqB;IAC7B,QAAQ,CAAC,CAAC,EAAE,OAAO,MAAM,CAAC;IAE1B;;OAEG;IACH,eAAe,CACb,IAAI,EAAE,2BAA2B,EACjC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,4BAA4B,EAC1B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,8BAA8B,GAC9B,6BAA6B,GAC7B,2BAA2B,GAC3B,4BAA4B,GAC5B,iCAAiC,GACjC,sBAAsB,GACtB,+BAA+B,GAC/B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,8BAA8B,GAC9B,iBAAiB,GACjB,4BAA4B,GAC5B,mBAAmB,GACnB,yBAAyB,GACzB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,eAAe,CACb,IAAI,EAAE,2BAA2B,EACjC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,4BAA4B,EAC1B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,2BAA2B,GAC3B,4BAA4B,GAC5B,sBAAsB,GACtB,+BAA+B,GAC/B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,yBAAyB,GACzB,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,aAAa,GACb,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,aAAa,CACX,IAAI,EAAE,yBAAyB,EAC/B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,0BAA0B,EACxB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,2BAA2B,GAC3B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,qBAAqB,CACnB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kCAAkC,EAChC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,2BAA2B,GAC3B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,kBAAkB,CAChB,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+BAA+B,EAC7B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,8BAA8B,GAC9B,0BAA0B,GAC1B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACnC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,gCAAgC,GAChC,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,oBAAoB,GACpB,iBAAiB,GACjB,4BAA4B,GAC5B,0CAA0C,GAC1C,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,gBAAgB,CACd,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,6BAA6B,EAC3B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,2BAA2B,GAC3B,4BAA4B,GAC5B,sBAAsB,GACtB,+BAA+B,GAC/B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,kBAAkB,CAChB,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+BAA+B,EAC7B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,iBAAiB,GACjB,yBAAyB,GACzB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACnC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,iBAAiB,GACjB,+BAA+B,GAC/B,+BAA+B,GAC/B,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,iBAAiB,GACjB,gBAAgB,GAChB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EAC/B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,2BAA2B,GAC3B,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,gCAAgC,CAC9B,IAAI,EAAE,4CAA4C,EAClD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,6CAA6C,EAC3C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,yBAAyB,GACzB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,eAAe,CACb,IAAI,EAAE,2BAA2B,EACjC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,4BAA4B,EAC1B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,2BAA2B,CACzB,IAAI,EAAE,uCAAuC,EAC7C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wCAAwC,EACtC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,gCAAgC,GAChC,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,uBAAuB,CACrB,IAAI,EAAE,mCAAmC,EACzC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,oCAAoC,EAClC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,4BAA4B,GAC5B,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,2BAA2B,GAC3B,sBAAsB,GACtB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EAC/B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,0BAA0B,CACxB,IAAI,EAAE,sCAAsC,EAC5C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,uCAAuC,EACrC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,+BAA+B,GAC/B,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,cAAc,CACZ,IAAI,EAAE,0BAA0B,EAChC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2BAA2B,EACzB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACjC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,2BAA2B,GAC3B,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,4BAA4B,GAC5B,sBAAsB,GACtB,mBAAmB,GACnB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,uBAAuB,CACrB,IAAI,EAAE,mCAAmC,EACzC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,oCAAoC,EAClC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,4BAA4B,GAC5B,yBAAyB,GACzB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACjC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iCAAiC,GACjC,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,gBAAgB,CACd,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,6BAA6B,EAC3B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,4BAA4B,GAC5B,6BAA6B,GAC7B,0CAA0C,GAC1C,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,2BAA2B,CACzB,IAAI,EAAE,uCAAuC,EAC7C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wCAAwC,EACtC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,4BAA4B,GAC5B,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,uBAAuB,GACvB,2BAA2B,GAC3B,iCAAiC,GACjC,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,kCAAkC,GAClC,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,mCAAmC,CACjC,IAAI,EAAE,+CAA+C,EACrD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gDAAgD,EAC9C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,qBAAqB,CACnB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kCAAkC,EAChC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,uBAAuB,CACrB,IAAI,EAAE,mCAAmC,EACzC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,oCAAoC,EAClC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,2BAA2B,CACzB,IAAI,EAAE,uCAAuC,EAC7C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wCAAwC,EACtC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,+BAA+B,CAC7B,IAAI,EAAE,2CAA2C,EACjD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,4CAA4C,EAC1C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,yBAAyB,GACzB,6BAA6B,GAC7B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACnC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,2BAA2B,GAC3B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,6BAA6B,CAC3B,IAAI,EAAE,yCAAyC,EAC/C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,0CAA0C,EACxC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,gCAAgC,CAC9B,IAAI,EAAE,4CAA4C,EAClD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,6CAA6C,EAC3C,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,WAAW,CACT,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wBAAwB,EACtB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,kBAAkB,GAClB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,qBAAqB,CACnB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kCAAkC,EAChC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,SAAS,CACP,IAAI,EAAE,qBAAqB,EAC3B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,sBAAsB,EACpB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,mBAAmB,CACjB,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gCAAgC,EAC9B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EAC/B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,WAAW,CACT,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wBAAwB,EACtB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,8BAA8B,GAC9B,qBAAqB,GACrB,iBAAiB,GACjB,YAAY,GACZ,yBAAyB,GACzB,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,8BAA8B,CAC5B,IAAI,EAAE,0CAA0C,EAChD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2CAA2C,EACzC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;IAEF;;OAEG;IACH,6BAA6B,CAC3B,IAAI,EAAE,yCAAyC,EAC/C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,0CAA0C,EACxC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,oBAAoB,GACpB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,kCAAkC,GAClC,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,WAAW,CACT,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wBAAwB,EACtB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,aAAa,CACX,IAAI,EAAE,yBAAyB,EAC/B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,0BAA0B,EACxB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,iBAAiB,GACjB,YAAY,GACZ,mBAAmB,GACnB,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACnC,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,gCAAgC,GAChC,iBAAiB,GACjB,+BAA+B,GAC/B,YAAY,GACZ,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,gBAAgB,GACtB,QAAQ,GACR,iBAAiB,GACjB,6BAA6B,GAC7B,2BAA2B,GAC3B,wBAAwB,GACxB,oBAAoB,GACpB,iBAAiB,GACjB,4BAA4B,GAC5B,4BAA4B,GAC5B,mBAAmB,GACnB,YAAY,GACZ,oBAAoB,GACpB,2BAA2B,CAC9B,CAAC;CACH;AAED;;;GAGG;AACH,eAAO,MAAM,wBAAwB,mFAWnC,CAAC;;;;AAEH;;;GAGG;AACH,qBAAa,oBAAqB,SAAQ,yBAGvC;IACD,MAAM,CAAC,QAAQ,CAAC,YAAY,kDAAoF;IAChH,MAAM,CAAC,QAAQ,CAAC,KAAK,WAAY,qBAAqB,MAAM,qDAIxD;IACJ,MAAM,CAAC,QAAQ,CAAC,SAAS,aACb,CAAC,aAAa,EAAE,yBAAyB,KAAK,mBAAmB,qDASzE;CACL;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,WAAW,oBAAoB,CAAC;IAC5C;;OAEG;IACH,UAAiB,MAAO,SAAQ,IAAI,CAAC,yBAAyB,EAAE,QAAQ,CAAC;QACvE,QAAQ,CAAC,MAAM,CAAC,EAAE,aAAa,CAAC,6BAA6B,GAAG,IAAI,CAAC;KACtE;IAED;;OAEG;IACH,KAAY,IAAI,GAAG,qBAAqB,CAAC;CAC1C"}
|
|
1
|
+
{"version":3,"file":"OrganizationsService.d.ts","sourceRoot":"","sources":["../../src/OrganizationsService.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/Errors.js
CHANGED
|
@@ -26,6 +26,7 @@ export const AllServiceErrors = [
|
|
|
26
26
|
"HandshakeNotFoundException",
|
|
27
27
|
"InvalidHandshakeTransitionException",
|
|
28
28
|
"InvalidInputException",
|
|
29
|
+
"InvalidResponsibilityTransferTransitionException",
|
|
29
30
|
"MalformedPolicyDocumentException",
|
|
30
31
|
"MasterCannotLeaveOrganizationException",
|
|
31
32
|
"OrganizationNotEmptyException",
|
|
@@ -40,6 +41,8 @@ export const AllServiceErrors = [
|
|
|
40
41
|
"PolicyTypeNotAvailableForOrganizationException",
|
|
41
42
|
"PolicyTypeNotEnabledException",
|
|
42
43
|
"ResourcePolicyNotFoundException",
|
|
44
|
+
"ResponsibilityTransferAlreadyInStatusException",
|
|
45
|
+
"ResponsibilityTransferNotFoundException",
|
|
43
46
|
"RootNotFoundException",
|
|
44
47
|
"ServiceException",
|
|
45
48
|
"SourceParentNotFoundException",
|
package/dist/esm/Errors.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Errors.js","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Errors.js","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"AAsDA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,mCAAmC;IACnC,uBAAuB;IACvB,oCAAoC;IACpC,+BAA+B;IAC/B,mCAAmC;IACnC,0BAA0B;IAC1B,+BAA+B;IAC/B,kCAAkC;IAClC,gCAAgC;IAChC,wBAAwB;IACxB,iCAAiC;IACjC,mBAAmB;IACnB,8BAA8B;IAC9B,sCAAsC;IACtC,oCAAoC;IACpC,2BAA2B;IAC3B,6BAA6B;IAC7B,sCAAsC;IACtC,oCAAoC;IACpC,0BAA0B;IAC1B,kCAAkC;IAClC,iCAAiC;IACjC,kCAAkC;IAClC,uCAAuC;IACvC,4BAA4B;IAC5B,qCAAqC;IACrC,uBAAuB;IACvB,kDAAkD;IAClD,kCAAkC;IAClC,wCAAwC;IACxC,+BAA+B;IAC/B,qCAAqC;IACrC,qCAAqC;IACrC,yBAAyB;IACzB,kCAAkC;IAClC,sBAAsB;IACtB,4BAA4B;IAC5B,yBAAyB;IACzB,mCAAmC;IACnC,gDAAgD;IAChD,+BAA+B;IAC/B,iCAAiC;IACjC,gDAAgD;IAChD,yCAAyC;IACzC,uBAAuB;IACvB,kBAAkB;IAClB,+BAA+B;IAC/B,yBAAyB;IACzB,0BAA0B;IAC1B,iCAAiC;CACzB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
|
-
import { AcceptHandshakeCommand, AttachPolicyCommand, CancelHandshakeCommand, CloseAccountCommand, CreateAccountCommand, CreateGovCloudAccountCommand, CreateOrganizationalUnitCommand, CreateOrganizationCommand, CreatePolicyCommand, DeclineHandshakeCommand, DeleteOrganizationalUnitCommand, DeleteOrganizationCommand, DeletePolicyCommand, DeleteResourcePolicyCommand, DeregisterDelegatedAdministratorCommand, DescribeAccountCommand, DescribeCreateAccountStatusCommand, DescribeEffectivePolicyCommand, DescribeHandshakeCommand, DescribeOrganizationalUnitCommand, DescribeOrganizationCommand, DescribePolicyCommand, DescribeResourcePolicyCommand, DetachPolicyCommand, DisableAWSServiceAccessCommand, DisablePolicyTypeCommand, EnableAllFeaturesCommand, EnableAWSServiceAccessCommand, EnablePolicyTypeCommand, InviteAccountToOrganizationCommand, LeaveOrganizationCommand, ListAccountsCommand, ListAccountsForParentCommand, ListAWSServiceAccessForOrganizationCommand, ListChildrenCommand, ListCreateAccountStatusCommand, ListDelegatedAdministratorsCommand, ListDelegatedServicesForAccountCommand, ListHandshakesForAccountCommand, ListHandshakesForOrganizationCommand, ListOrganizationalUnitsForParentCommand, ListParentsCommand, ListPoliciesCommand, ListPoliciesForTargetCommand, ListRootsCommand, ListTagsForResourceCommand, ListTargetsForPolicyCommand, MoveAccountCommand, PutResourcePolicyCommand, RegisterDelegatedAdministratorCommand, RemoveAccountFromOrganizationCommand, TagResourceCommand, UntagResourceCommand, UpdateOrganizationalUnitCommand, UpdatePolicyCommand, } from "@aws-sdk/client-organizations";
|
|
4
|
+
import { AcceptHandshakeCommand, AttachPolicyCommand, CancelHandshakeCommand, CloseAccountCommand, CreateAccountCommand, CreateGovCloudAccountCommand, CreateOrganizationalUnitCommand, CreateOrganizationCommand, CreatePolicyCommand, DeclineHandshakeCommand, DeleteOrganizationalUnitCommand, DeleteOrganizationCommand, DeletePolicyCommand, DeleteResourcePolicyCommand, DeregisterDelegatedAdministratorCommand, DescribeAccountCommand, DescribeCreateAccountStatusCommand, DescribeEffectivePolicyCommand, DescribeHandshakeCommand, DescribeOrganizationalUnitCommand, DescribeOrganizationCommand, DescribePolicyCommand, DescribeResourcePolicyCommand, DescribeResponsibilityTransferCommand, DetachPolicyCommand, DisableAWSServiceAccessCommand, DisablePolicyTypeCommand, EnableAllFeaturesCommand, EnableAWSServiceAccessCommand, EnablePolicyTypeCommand, InviteAccountToOrganizationCommand, InviteOrganizationToTransferResponsibilityCommand, LeaveOrganizationCommand, ListAccountsCommand, ListAccountsForParentCommand, ListAccountsWithInvalidEffectivePolicyCommand, ListAWSServiceAccessForOrganizationCommand, ListChildrenCommand, ListCreateAccountStatusCommand, ListDelegatedAdministratorsCommand, ListDelegatedServicesForAccountCommand, ListEffectivePolicyValidationErrorsCommand, ListHandshakesForAccountCommand, ListHandshakesForOrganizationCommand, ListInboundResponsibilityTransfersCommand, ListOrganizationalUnitsForParentCommand, ListOutboundResponsibilityTransfersCommand, ListParentsCommand, ListPoliciesCommand, ListPoliciesForTargetCommand, ListRootsCommand, ListTagsForResourceCommand, ListTargetsForPolicyCommand, MoveAccountCommand, PutResourcePolicyCommand, RegisterDelegatedAdministratorCommand, RemoveAccountFromOrganizationCommand, TagResourceCommand, TerminateResponsibilityTransferCommand, UntagResourceCommand, UpdateOrganizationalUnitCommand, UpdatePolicyCommand, UpdateResponsibilityTransferCommand, } from "@aws-sdk/client-organizations";
|
|
5
5
|
import { Service } from "@effect-aws/commons";
|
|
6
6
|
import { Effect, Layer } from "effect";
|
|
7
7
|
import { AllServiceErrors } from "./Errors.js";
|
|
@@ -31,6 +31,7 @@ const commands = {
|
|
|
31
31
|
DescribeOrganizationalUnitCommand,
|
|
32
32
|
DescribePolicyCommand,
|
|
33
33
|
DescribeResourcePolicyCommand,
|
|
34
|
+
DescribeResponsibilityTransferCommand,
|
|
34
35
|
DetachPolicyCommand,
|
|
35
36
|
DisableAWSServiceAccessCommand,
|
|
36
37
|
DisablePolicyTypeCommand,
|
|
@@ -38,17 +39,22 @@ const commands = {
|
|
|
38
39
|
EnableAllFeaturesCommand,
|
|
39
40
|
EnablePolicyTypeCommand,
|
|
40
41
|
InviteAccountToOrganizationCommand,
|
|
42
|
+
InviteOrganizationToTransferResponsibilityCommand,
|
|
41
43
|
LeaveOrganizationCommand,
|
|
42
44
|
ListAWSServiceAccessForOrganizationCommand,
|
|
43
45
|
ListAccountsCommand,
|
|
44
46
|
ListAccountsForParentCommand,
|
|
47
|
+
ListAccountsWithInvalidEffectivePolicyCommand,
|
|
45
48
|
ListChildrenCommand,
|
|
46
49
|
ListCreateAccountStatusCommand,
|
|
47
50
|
ListDelegatedAdministratorsCommand,
|
|
48
51
|
ListDelegatedServicesForAccountCommand,
|
|
52
|
+
ListEffectivePolicyValidationErrorsCommand,
|
|
49
53
|
ListHandshakesForAccountCommand,
|
|
50
54
|
ListHandshakesForOrganizationCommand,
|
|
55
|
+
ListInboundResponsibilityTransfersCommand,
|
|
51
56
|
ListOrganizationalUnitsForParentCommand,
|
|
57
|
+
ListOutboundResponsibilityTransfersCommand,
|
|
52
58
|
ListParentsCommand,
|
|
53
59
|
ListPoliciesCommand,
|
|
54
60
|
ListPoliciesForTargetCommand,
|
|
@@ -60,9 +66,11 @@ const commands = {
|
|
|
60
66
|
RegisterDelegatedAdministratorCommand,
|
|
61
67
|
RemoveAccountFromOrganizationCommand,
|
|
62
68
|
TagResourceCommand,
|
|
69
|
+
TerminateResponsibilityTransferCommand,
|
|
63
70
|
UntagResourceCommand,
|
|
64
71
|
UpdateOrganizationalUnitCommand,
|
|
65
72
|
UpdatePolicyCommand,
|
|
73
|
+
UpdateResponsibilityTransferCommand,
|
|
66
74
|
};
|
|
67
75
|
/**
|
|
68
76
|
* @since 1.0.0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationsService.js","sourceRoot":"","sources":["../../src/OrganizationsService.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EACL,sBAAsB,EAGtB,mBAAmB,EAGnB,sBAAsB,EAGtB,mBAAmB,EAGnB,oBAAoB,EAGpB,4BAA4B,EAG5B,+BAA+B,EAG/B,yBAAyB,EAGzB,mBAAmB,EAGnB,uBAAuB,EAGvB,+BAA+B,EAG/B,yBAAyB,EAGzB,mBAAmB,EAGnB,2BAA2B,EAG3B,uCAAuC,EAGvC,sBAAsB,EAGtB,kCAAkC,EAGlC,8BAA8B,EAG9B,wBAAwB,EAGxB,iCAAiC,EAGjC,2BAA2B,EAG3B,qBAAqB,EAGrB,6BAA6B,EAG7B,mBAAmB,EAGnB,8BAA8B,EAG9B,wBAAwB,EAGxB,wBAAwB,EAGxB,6BAA6B,EAG7B,uBAAuB,EAGvB,kCAAkC,EAGlC,wBAAwB,EAGxB,mBAAmB,EAGnB,4BAA4B,EAG5B,0CAA0C,EAG1C,mBAAmB,EAGnB,8BAA8B,EAG9B,kCAAkC,EAGlC,sCAAsC,EAGtC,+BAA+B,EAG/B,oCAAoC,EAGpC,uCAAuC,EAGvC,kBAAkB,EAGlB,mBAAmB,EAGnB,4BAA4B,EAG5B,gBAAgB,EAGhB,0BAA0B,EAG1B,2BAA2B,EAG3B,kBAAkB,EAKlB,wBAAwB,EAGxB,qCAAqC,EAGrC,oCAAoC,EAGpC,kBAAkB,EAGlB,oBAAoB,EAGpB,+BAA+B,EAG/B,mBAAmB,
|
|
1
|
+
{"version":3,"file":"OrganizationsService.js","sourceRoot":"","sources":["../../src/OrganizationsService.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/src/Errors.ts
CHANGED
|
@@ -26,6 +26,7 @@ import type {
|
|
|
26
26
|
HandshakeNotFoundException,
|
|
27
27
|
InvalidHandshakeTransitionException,
|
|
28
28
|
InvalidInputException,
|
|
29
|
+
InvalidResponsibilityTransferTransitionException,
|
|
29
30
|
MalformedPolicyDocumentException,
|
|
30
31
|
MasterCannotLeaveOrganizationException,
|
|
31
32
|
OrganizationalUnitNotEmptyException,
|
|
@@ -40,6 +41,8 @@ import type {
|
|
|
40
41
|
PolicyTypeNotAvailableForOrganizationException,
|
|
41
42
|
PolicyTypeNotEnabledException,
|
|
42
43
|
ResourcePolicyNotFoundException,
|
|
44
|
+
ResponsibilityTransferAlreadyInStatusException,
|
|
45
|
+
ResponsibilityTransferNotFoundException,
|
|
43
46
|
RootNotFoundException,
|
|
44
47
|
ServiceException,
|
|
45
48
|
SourceParentNotFoundException,
|
|
@@ -77,6 +80,7 @@ export const AllServiceErrors = [
|
|
|
77
80
|
"HandshakeNotFoundException",
|
|
78
81
|
"InvalidHandshakeTransitionException",
|
|
79
82
|
"InvalidInputException",
|
|
83
|
+
"InvalidResponsibilityTransferTransitionException",
|
|
80
84
|
"MalformedPolicyDocumentException",
|
|
81
85
|
"MasterCannotLeaveOrganizationException",
|
|
82
86
|
"OrganizationNotEmptyException",
|
|
@@ -91,6 +95,8 @@ export const AllServiceErrors = [
|
|
|
91
95
|
"PolicyTypeNotAvailableForOrganizationException",
|
|
92
96
|
"PolicyTypeNotEnabledException",
|
|
93
97
|
"ResourcePolicyNotFoundException",
|
|
98
|
+
"ResponsibilityTransferAlreadyInStatusException",
|
|
99
|
+
"ResponsibilityTransferNotFoundException",
|
|
94
100
|
"RootNotFoundException",
|
|
95
101
|
"ServiceException",
|
|
96
102
|
"SourceParentNotFoundException",
|
|
@@ -126,6 +132,9 @@ export type HandshakeConstraintViolationError = TaggedException<HandshakeConstra
|
|
|
126
132
|
export type HandshakeNotFoundError = TaggedException<HandshakeNotFoundException>;
|
|
127
133
|
export type InvalidHandshakeTransitionError = TaggedException<InvalidHandshakeTransitionException>;
|
|
128
134
|
export type InvalidInputError = TaggedException<InvalidInputException>;
|
|
135
|
+
export type InvalidResponsibilityTransferTransitionError = TaggedException<
|
|
136
|
+
InvalidResponsibilityTransferTransitionException
|
|
137
|
+
>;
|
|
129
138
|
export type MalformedPolicyDocumentError = TaggedException<MalformedPolicyDocumentException>;
|
|
130
139
|
export type MasterCannotLeaveOrganizationError = TaggedException<MasterCannotLeaveOrganizationException>;
|
|
131
140
|
export type OrganizationNotEmptyError = TaggedException<OrganizationNotEmptyException>;
|
|
@@ -142,6 +151,10 @@ export type PolicyTypeNotAvailableForOrganizationError = TaggedException<
|
|
|
142
151
|
>;
|
|
143
152
|
export type PolicyTypeNotEnabledError = TaggedException<PolicyTypeNotEnabledException>;
|
|
144
153
|
export type ResourcePolicyNotFoundError = TaggedException<ResourcePolicyNotFoundException>;
|
|
154
|
+
export type ResponsibilityTransferAlreadyInStatusError = TaggedException<
|
|
155
|
+
ResponsibilityTransferAlreadyInStatusException
|
|
156
|
+
>;
|
|
157
|
+
export type ResponsibilityTransferNotFoundError = TaggedException<ResponsibilityTransferNotFoundException>;
|
|
145
158
|
export type RootNotFoundError = TaggedException<RootNotFoundException>;
|
|
146
159
|
export type ServiceError = TaggedException<ServiceException>;
|
|
147
160
|
export type SourceParentNotFoundError = TaggedException<SourceParentNotFoundException>;
|
|
@@ -71,6 +71,9 @@ import {
|
|
|
71
71
|
DescribeResourcePolicyCommand,
|
|
72
72
|
type DescribeResourcePolicyCommandInput,
|
|
73
73
|
type DescribeResourcePolicyCommandOutput,
|
|
74
|
+
DescribeResponsibilityTransferCommand,
|
|
75
|
+
type DescribeResponsibilityTransferCommandInput,
|
|
76
|
+
type DescribeResponsibilityTransferCommandOutput,
|
|
74
77
|
DetachPolicyCommand,
|
|
75
78
|
type DetachPolicyCommandInput,
|
|
76
79
|
type DetachPolicyCommandOutput,
|
|
@@ -92,6 +95,9 @@ import {
|
|
|
92
95
|
InviteAccountToOrganizationCommand,
|
|
93
96
|
type InviteAccountToOrganizationCommandInput,
|
|
94
97
|
type InviteAccountToOrganizationCommandOutput,
|
|
98
|
+
InviteOrganizationToTransferResponsibilityCommand,
|
|
99
|
+
type InviteOrganizationToTransferResponsibilityCommandInput,
|
|
100
|
+
type InviteOrganizationToTransferResponsibilityCommandOutput,
|
|
95
101
|
LeaveOrganizationCommand,
|
|
96
102
|
type LeaveOrganizationCommandInput,
|
|
97
103
|
type LeaveOrganizationCommandOutput,
|
|
@@ -101,6 +107,9 @@ import {
|
|
|
101
107
|
ListAccountsForParentCommand,
|
|
102
108
|
type ListAccountsForParentCommandInput,
|
|
103
109
|
type ListAccountsForParentCommandOutput,
|
|
110
|
+
ListAccountsWithInvalidEffectivePolicyCommand,
|
|
111
|
+
type ListAccountsWithInvalidEffectivePolicyCommandInput,
|
|
112
|
+
type ListAccountsWithInvalidEffectivePolicyCommandOutput,
|
|
104
113
|
ListAWSServiceAccessForOrganizationCommand,
|
|
105
114
|
type ListAWSServiceAccessForOrganizationCommandInput,
|
|
106
115
|
type ListAWSServiceAccessForOrganizationCommandOutput,
|
|
@@ -116,15 +125,24 @@ import {
|
|
|
116
125
|
ListDelegatedServicesForAccountCommand,
|
|
117
126
|
type ListDelegatedServicesForAccountCommandInput,
|
|
118
127
|
type ListDelegatedServicesForAccountCommandOutput,
|
|
128
|
+
ListEffectivePolicyValidationErrorsCommand,
|
|
129
|
+
type ListEffectivePolicyValidationErrorsCommandInput,
|
|
130
|
+
type ListEffectivePolicyValidationErrorsCommandOutput,
|
|
119
131
|
ListHandshakesForAccountCommand,
|
|
120
132
|
type ListHandshakesForAccountCommandInput,
|
|
121
133
|
type ListHandshakesForAccountCommandOutput,
|
|
122
134
|
ListHandshakesForOrganizationCommand,
|
|
123
135
|
type ListHandshakesForOrganizationCommandInput,
|
|
124
136
|
type ListHandshakesForOrganizationCommandOutput,
|
|
137
|
+
ListInboundResponsibilityTransfersCommand,
|
|
138
|
+
type ListInboundResponsibilityTransfersCommandInput,
|
|
139
|
+
type ListInboundResponsibilityTransfersCommandOutput,
|
|
125
140
|
ListOrganizationalUnitsForParentCommand,
|
|
126
141
|
type ListOrganizationalUnitsForParentCommandInput,
|
|
127
142
|
type ListOrganizationalUnitsForParentCommandOutput,
|
|
143
|
+
ListOutboundResponsibilityTransfersCommand,
|
|
144
|
+
type ListOutboundResponsibilityTransfersCommandInput,
|
|
145
|
+
type ListOutboundResponsibilityTransfersCommandOutput,
|
|
128
146
|
ListParentsCommand,
|
|
129
147
|
type ListParentsCommandInput,
|
|
130
148
|
type ListParentsCommandOutput,
|
|
@@ -160,6 +178,9 @@ import {
|
|
|
160
178
|
TagResourceCommand,
|
|
161
179
|
type TagResourceCommandInput,
|
|
162
180
|
type TagResourceCommandOutput,
|
|
181
|
+
TerminateResponsibilityTransferCommand,
|
|
182
|
+
type TerminateResponsibilityTransferCommandInput,
|
|
183
|
+
type TerminateResponsibilityTransferCommandOutput,
|
|
163
184
|
UntagResourceCommand,
|
|
164
185
|
type UntagResourceCommandInput,
|
|
165
186
|
type UntagResourceCommandOutput,
|
|
@@ -169,6 +190,9 @@ import {
|
|
|
169
190
|
UpdatePolicyCommand,
|
|
170
191
|
type UpdatePolicyCommandInput,
|
|
171
192
|
type UpdatePolicyCommandOutput,
|
|
193
|
+
UpdateResponsibilityTransferCommand,
|
|
194
|
+
type UpdateResponsibilityTransferCommandInput,
|
|
195
|
+
type UpdateResponsibilityTransferCommandOutput,
|
|
172
196
|
} from "@aws-sdk/client-organizations";
|
|
173
197
|
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
174
198
|
import { Service } from "@effect-aws/commons";
|
|
@@ -202,6 +226,7 @@ import type {
|
|
|
202
226
|
HandshakeNotFoundError,
|
|
203
227
|
InvalidHandshakeTransitionError,
|
|
204
228
|
InvalidInputError,
|
|
229
|
+
InvalidResponsibilityTransferTransitionError,
|
|
205
230
|
MalformedPolicyDocumentError,
|
|
206
231
|
MasterCannotLeaveOrganizationError,
|
|
207
232
|
OrganizationalUnitNotEmptyError,
|
|
@@ -216,6 +241,8 @@ import type {
|
|
|
216
241
|
PolicyTypeNotAvailableForOrganizationError,
|
|
217
242
|
PolicyTypeNotEnabledError,
|
|
218
243
|
ResourcePolicyNotFoundError,
|
|
244
|
+
ResponsibilityTransferAlreadyInStatusError,
|
|
245
|
+
ResponsibilityTransferNotFoundError,
|
|
219
246
|
RootNotFoundError,
|
|
220
247
|
SdkError,
|
|
221
248
|
ServiceError,
|
|
@@ -252,6 +279,7 @@ const commands = {
|
|
|
252
279
|
DescribeOrganizationalUnitCommand,
|
|
253
280
|
DescribePolicyCommand,
|
|
254
281
|
DescribeResourcePolicyCommand,
|
|
282
|
+
DescribeResponsibilityTransferCommand,
|
|
255
283
|
DetachPolicyCommand,
|
|
256
284
|
DisableAWSServiceAccessCommand,
|
|
257
285
|
DisablePolicyTypeCommand,
|
|
@@ -259,17 +287,22 @@ const commands = {
|
|
|
259
287
|
EnableAllFeaturesCommand,
|
|
260
288
|
EnablePolicyTypeCommand,
|
|
261
289
|
InviteAccountToOrganizationCommand,
|
|
290
|
+
InviteOrganizationToTransferResponsibilityCommand,
|
|
262
291
|
LeaveOrganizationCommand,
|
|
263
292
|
ListAWSServiceAccessForOrganizationCommand,
|
|
264
293
|
ListAccountsCommand,
|
|
265
294
|
ListAccountsForParentCommand,
|
|
295
|
+
ListAccountsWithInvalidEffectivePolicyCommand,
|
|
266
296
|
ListChildrenCommand,
|
|
267
297
|
ListCreateAccountStatusCommand,
|
|
268
298
|
ListDelegatedAdministratorsCommand,
|
|
269
299
|
ListDelegatedServicesForAccountCommand,
|
|
300
|
+
ListEffectivePolicyValidationErrorsCommand,
|
|
270
301
|
ListHandshakesForAccountCommand,
|
|
271
302
|
ListHandshakesForOrganizationCommand,
|
|
303
|
+
ListInboundResponsibilityTransfersCommand,
|
|
272
304
|
ListOrganizationalUnitsForParentCommand,
|
|
305
|
+
ListOutboundResponsibilityTransfersCommand,
|
|
273
306
|
ListParentsCommand,
|
|
274
307
|
ListPoliciesCommand,
|
|
275
308
|
ListPoliciesForTargetCommand,
|
|
@@ -281,9 +314,11 @@ const commands = {
|
|
|
281
314
|
RegisterDelegatedAdministratorCommand,
|
|
282
315
|
RemoveAccountFromOrganizationCommand,
|
|
283
316
|
TagResourceCommand,
|
|
317
|
+
TerminateResponsibilityTransferCommand,
|
|
284
318
|
UntagResourceCommand,
|
|
285
319
|
UpdateOrganizationalUnitCommand,
|
|
286
320
|
UpdatePolicyCommand,
|
|
321
|
+
UpdateResponsibilityTransferCommand,
|
|
287
322
|
};
|
|
288
323
|
|
|
289
324
|
interface OrganizationsService$ {
|
|
@@ -303,11 +338,13 @@ interface OrganizationsService$ {
|
|
|
303
338
|
| AccessDeniedForDependencyError
|
|
304
339
|
| AWSOrganizationsNotInUseError
|
|
305
340
|
| ConcurrentModificationError
|
|
341
|
+
| ConstraintViolationError
|
|
306
342
|
| HandshakeAlreadyInStateError
|
|
307
343
|
| HandshakeConstraintViolationError
|
|
308
344
|
| HandshakeNotFoundError
|
|
309
345
|
| InvalidHandshakeTransitionError
|
|
310
346
|
| InvalidInputError
|
|
347
|
+
| MasterCannotLeaveOrganizationError
|
|
311
348
|
| ServiceError
|
|
312
349
|
| TooManyRequestsError
|
|
313
350
|
>;
|
|
@@ -519,6 +556,7 @@ interface OrganizationsService$ {
|
|
|
519
556
|
| AccessDeniedError
|
|
520
557
|
| AWSOrganizationsNotInUseError
|
|
521
558
|
| ConcurrentModificationError
|
|
559
|
+
| ConstraintViolationError
|
|
522
560
|
| InvalidInputError
|
|
523
561
|
| OrganizationNotEmptyError
|
|
524
562
|
| ServiceError
|
|
@@ -757,6 +795,25 @@ interface OrganizationsService$ {
|
|
|
757
795
|
| UnsupportedAPIEndpointError
|
|
758
796
|
>;
|
|
759
797
|
|
|
798
|
+
/**
|
|
799
|
+
* @see {@link DescribeResponsibilityTransferCommand}
|
|
800
|
+
*/
|
|
801
|
+
describeResponsibilityTransfer(
|
|
802
|
+
args: DescribeResponsibilityTransferCommandInput,
|
|
803
|
+
options?: HttpHandlerOptions,
|
|
804
|
+
): Effect.Effect<
|
|
805
|
+
DescribeResponsibilityTransferCommandOutput,
|
|
806
|
+
| Cause.TimeoutException
|
|
807
|
+
| SdkError
|
|
808
|
+
| AccessDeniedError
|
|
809
|
+
| AWSOrganizationsNotInUseError
|
|
810
|
+
| InvalidInputError
|
|
811
|
+
| ResponsibilityTransferNotFoundError
|
|
812
|
+
| ServiceError
|
|
813
|
+
| TooManyRequestsError
|
|
814
|
+
| UnsupportedAPIEndpointError
|
|
815
|
+
>;
|
|
816
|
+
|
|
760
817
|
/**
|
|
761
818
|
* @see {@link DetachPolicyCommand}
|
|
762
819
|
*/
|
|
@@ -911,6 +968,28 @@ interface OrganizationsService$ {
|
|
|
911
968
|
| TooManyRequestsError
|
|
912
969
|
>;
|
|
913
970
|
|
|
971
|
+
/**
|
|
972
|
+
* @see {@link InviteOrganizationToTransferResponsibilityCommand}
|
|
973
|
+
*/
|
|
974
|
+
inviteOrganizationToTransferResponsibility(
|
|
975
|
+
args: InviteOrganizationToTransferResponsibilityCommandInput,
|
|
976
|
+
options?: HttpHandlerOptions,
|
|
977
|
+
): Effect.Effect<
|
|
978
|
+
InviteOrganizationToTransferResponsibilityCommandOutput,
|
|
979
|
+
| Cause.TimeoutException
|
|
980
|
+
| SdkError
|
|
981
|
+
| AccessDeniedError
|
|
982
|
+
| AWSOrganizationsNotInUseError
|
|
983
|
+
| ConcurrentModificationError
|
|
984
|
+
| ConstraintViolationError
|
|
985
|
+
| DuplicateHandshakeError
|
|
986
|
+
| HandshakeConstraintViolationError
|
|
987
|
+
| InvalidInputError
|
|
988
|
+
| ServiceError
|
|
989
|
+
| TooManyRequestsError
|
|
990
|
+
| UnsupportedAPIEndpointError
|
|
991
|
+
>;
|
|
992
|
+
|
|
914
993
|
/**
|
|
915
994
|
* @see {@link LeaveOrganizationCommand}
|
|
916
995
|
*/
|
|
@@ -986,6 +1065,26 @@ interface OrganizationsService$ {
|
|
|
986
1065
|
| TooManyRequestsError
|
|
987
1066
|
>;
|
|
988
1067
|
|
|
1068
|
+
/**
|
|
1069
|
+
* @see {@link ListAccountsWithInvalidEffectivePolicyCommand}
|
|
1070
|
+
*/
|
|
1071
|
+
listAccountsWithInvalidEffectivePolicy(
|
|
1072
|
+
args: ListAccountsWithInvalidEffectivePolicyCommandInput,
|
|
1073
|
+
options?: HttpHandlerOptions,
|
|
1074
|
+
): Effect.Effect<
|
|
1075
|
+
ListAccountsWithInvalidEffectivePolicyCommandOutput,
|
|
1076
|
+
| Cause.TimeoutException
|
|
1077
|
+
| SdkError
|
|
1078
|
+
| AccessDeniedError
|
|
1079
|
+
| AWSOrganizationsNotInUseError
|
|
1080
|
+
| ConstraintViolationError
|
|
1081
|
+
| EffectivePolicyNotFoundError
|
|
1082
|
+
| InvalidInputError
|
|
1083
|
+
| ServiceError
|
|
1084
|
+
| TooManyRequestsError
|
|
1085
|
+
| UnsupportedAPIEndpointError
|
|
1086
|
+
>;
|
|
1087
|
+
|
|
989
1088
|
/**
|
|
990
1089
|
* @see {@link ListChildrenCommand}
|
|
991
1090
|
*/
|
|
@@ -1062,6 +1161,27 @@ interface OrganizationsService$ {
|
|
|
1062
1161
|
| UnsupportedAPIEndpointError
|
|
1063
1162
|
>;
|
|
1064
1163
|
|
|
1164
|
+
/**
|
|
1165
|
+
* @see {@link ListEffectivePolicyValidationErrorsCommand}
|
|
1166
|
+
*/
|
|
1167
|
+
listEffectivePolicyValidationErrors(
|
|
1168
|
+
args: ListEffectivePolicyValidationErrorsCommandInput,
|
|
1169
|
+
options?: HttpHandlerOptions,
|
|
1170
|
+
): Effect.Effect<
|
|
1171
|
+
ListEffectivePolicyValidationErrorsCommandOutput,
|
|
1172
|
+
| Cause.TimeoutException
|
|
1173
|
+
| SdkError
|
|
1174
|
+
| AccessDeniedError
|
|
1175
|
+
| AccountNotFoundError
|
|
1176
|
+
| AWSOrganizationsNotInUseError
|
|
1177
|
+
| ConstraintViolationError
|
|
1178
|
+
| EffectivePolicyNotFoundError
|
|
1179
|
+
| InvalidInputError
|
|
1180
|
+
| ServiceError
|
|
1181
|
+
| TooManyRequestsError
|
|
1182
|
+
| UnsupportedAPIEndpointError
|
|
1183
|
+
>;
|
|
1184
|
+
|
|
1065
1185
|
/**
|
|
1066
1186
|
* @see {@link ListHandshakesForAccountCommand}
|
|
1067
1187
|
*/
|
|
@@ -1097,6 +1217,26 @@ interface OrganizationsService$ {
|
|
|
1097
1217
|
| TooManyRequestsError
|
|
1098
1218
|
>;
|
|
1099
1219
|
|
|
1220
|
+
/**
|
|
1221
|
+
* @see {@link ListInboundResponsibilityTransfersCommand}
|
|
1222
|
+
*/
|
|
1223
|
+
listInboundResponsibilityTransfers(
|
|
1224
|
+
args: ListInboundResponsibilityTransfersCommandInput,
|
|
1225
|
+
options?: HttpHandlerOptions,
|
|
1226
|
+
): Effect.Effect<
|
|
1227
|
+
ListInboundResponsibilityTransfersCommandOutput,
|
|
1228
|
+
| Cause.TimeoutException
|
|
1229
|
+
| SdkError
|
|
1230
|
+
| AccessDeniedError
|
|
1231
|
+
| AWSOrganizationsNotInUseError
|
|
1232
|
+
| ConstraintViolationError
|
|
1233
|
+
| InvalidInputError
|
|
1234
|
+
| ResponsibilityTransferNotFoundError
|
|
1235
|
+
| ServiceError
|
|
1236
|
+
| TooManyRequestsError
|
|
1237
|
+
| UnsupportedAPIEndpointError
|
|
1238
|
+
>;
|
|
1239
|
+
|
|
1100
1240
|
/**
|
|
1101
1241
|
* @see {@link ListOrganizationalUnitsForParentCommand}
|
|
1102
1242
|
*/
|
|
@@ -1115,6 +1255,25 @@ interface OrganizationsService$ {
|
|
|
1115
1255
|
| TooManyRequestsError
|
|
1116
1256
|
>;
|
|
1117
1257
|
|
|
1258
|
+
/**
|
|
1259
|
+
* @see {@link ListOutboundResponsibilityTransfersCommand}
|
|
1260
|
+
*/
|
|
1261
|
+
listOutboundResponsibilityTransfers(
|
|
1262
|
+
args: ListOutboundResponsibilityTransfersCommandInput,
|
|
1263
|
+
options?: HttpHandlerOptions,
|
|
1264
|
+
): Effect.Effect<
|
|
1265
|
+
ListOutboundResponsibilityTransfersCommandOutput,
|
|
1266
|
+
| Cause.TimeoutException
|
|
1267
|
+
| SdkError
|
|
1268
|
+
| AccessDeniedError
|
|
1269
|
+
| AWSOrganizationsNotInUseError
|
|
1270
|
+
| ConstraintViolationError
|
|
1271
|
+
| InvalidInputError
|
|
1272
|
+
| ServiceError
|
|
1273
|
+
| TooManyRequestsError
|
|
1274
|
+
| UnsupportedAPIEndpointError
|
|
1275
|
+
>;
|
|
1276
|
+
|
|
1118
1277
|
/**
|
|
1119
1278
|
* @see {@link ListParentsCommand}
|
|
1120
1279
|
*/
|
|
@@ -1329,6 +1488,29 @@ interface OrganizationsService$ {
|
|
|
1329
1488
|
| TooManyRequestsError
|
|
1330
1489
|
>;
|
|
1331
1490
|
|
|
1491
|
+
/**
|
|
1492
|
+
* @see {@link TerminateResponsibilityTransferCommand}
|
|
1493
|
+
*/
|
|
1494
|
+
terminateResponsibilityTransfer(
|
|
1495
|
+
args: TerminateResponsibilityTransferCommandInput,
|
|
1496
|
+
options?: HttpHandlerOptions,
|
|
1497
|
+
): Effect.Effect<
|
|
1498
|
+
TerminateResponsibilityTransferCommandOutput,
|
|
1499
|
+
| Cause.TimeoutException
|
|
1500
|
+
| SdkError
|
|
1501
|
+
| AccessDeniedError
|
|
1502
|
+
| AWSOrganizationsNotInUseError
|
|
1503
|
+
| ConcurrentModificationError
|
|
1504
|
+
| ConstraintViolationError
|
|
1505
|
+
| InvalidInputError
|
|
1506
|
+
| InvalidResponsibilityTransferTransitionError
|
|
1507
|
+
| ResponsibilityTransferAlreadyInStatusError
|
|
1508
|
+
| ResponsibilityTransferNotFoundError
|
|
1509
|
+
| ServiceError
|
|
1510
|
+
| TooManyRequestsError
|
|
1511
|
+
| UnsupportedAPIEndpointError
|
|
1512
|
+
>;
|
|
1513
|
+
|
|
1332
1514
|
/**
|
|
1333
1515
|
* @see {@link UntagResourceCommand}
|
|
1334
1516
|
*/
|
|
@@ -1392,6 +1574,26 @@ interface OrganizationsService$ {
|
|
|
1392
1574
|
| TooManyRequestsError
|
|
1393
1575
|
| UnsupportedAPIEndpointError
|
|
1394
1576
|
>;
|
|
1577
|
+
|
|
1578
|
+
/**
|
|
1579
|
+
* @see {@link UpdateResponsibilityTransferCommand}
|
|
1580
|
+
*/
|
|
1581
|
+
updateResponsibilityTransfer(
|
|
1582
|
+
args: UpdateResponsibilityTransferCommandInput,
|
|
1583
|
+
options?: HttpHandlerOptions,
|
|
1584
|
+
): Effect.Effect<
|
|
1585
|
+
UpdateResponsibilityTransferCommandOutput,
|
|
1586
|
+
| Cause.TimeoutException
|
|
1587
|
+
| SdkError
|
|
1588
|
+
| AccessDeniedError
|
|
1589
|
+
| AWSOrganizationsNotInUseError
|
|
1590
|
+
| ConstraintViolationError
|
|
1591
|
+
| InvalidInputError
|
|
1592
|
+
| ResponsibilityTransferNotFoundError
|
|
1593
|
+
| ServiceError
|
|
1594
|
+
| TooManyRequestsError
|
|
1595
|
+
| UnsupportedAPIEndpointError
|
|
1596
|
+
>;
|
|
1395
1597
|
}
|
|
1396
1598
|
|
|
1397
1599
|
/**
|