@effect-aws/client-organizations 1.10.7 → 2.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/dts/OrganizationsClientInstance.d.ts +2 -2
- package/dist/dts/OrganizationsClientInstance.d.ts.map +1 -1
- package/dist/dts/OrganizationsService.d.ts +65 -67
- package/dist/dts/OrganizationsService.d.ts.map +1 -1
- package/dist/dts/OrganizationsServiceConfig.d.ts.map +1 -1
- package/dist/esm/OrganizationsClientInstance.js +3 -3
- package/dist/esm/OrganizationsClientInstance.js.map +1 -1
- package/dist/esm/OrganizationsService.js +2 -2
- package/dist/esm/OrganizationsService.js.map +1 -1
- package/dist/esm/OrganizationsServiceConfig.js +5 -6
- package/dist/esm/OrganizationsServiceConfig.js.map +1 -1
- package/package.json +8 -14
- package/src/OrganizationsClientInstance.ts +4 -4
- package/src/OrganizationsService.ts +66 -66
- package/src/OrganizationsServiceConfig.ts +6 -7
- package/dist/cjs/Errors.d.ts +0 -57
- package/dist/cjs/Errors.d.ts.map +0 -1
- package/dist/cjs/Errors.js +0 -56
- package/dist/cjs/Errors.js.map +0 -1
- package/dist/cjs/OrganizationsClientInstance.d.ts +0 -24
- package/dist/cjs/OrganizationsClientInstance.d.ts.map +0 -1
- package/dist/cjs/OrganizationsClientInstance.js +0 -50
- package/dist/cjs/OrganizationsClientInstance.js.map +0 -1
- package/dist/cjs/OrganizationsService.d.ts +0 -298
- package/dist/cjs/OrganizationsService.d.ts.map +0 -1
- package/dist/cjs/OrganizationsService.js +0 -122
- package/dist/cjs/OrganizationsService.js.map +0 -1
- package/dist/cjs/OrganizationsServiceConfig.d.ts +0 -25
- package/dist/cjs/OrganizationsServiceConfig.d.ts.map +0 -1
- package/dist/cjs/OrganizationsServiceConfig.js +0 -35
- package/dist/cjs/OrganizationsServiceConfig.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -44
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -56
- package/dist/cjs/index.js.map +0 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ With default OrganizationsClient instance:
|
|
|
16
16
|
```typescript
|
|
17
17
|
import { Organizations } from "@effect-aws/client-organizations";
|
|
18
18
|
|
|
19
|
-
const program = Organizations.describeOrganization(args);
|
|
19
|
+
const program = Organizations.use((svc) => svc.describeOrganization(args));
|
|
20
20
|
|
|
21
21
|
const result = pipe(
|
|
22
22
|
program,
|
|
@@ -30,7 +30,7 @@ With custom OrganizationsClient instance:
|
|
|
30
30
|
```typescript
|
|
31
31
|
import { Organizations } from "@effect-aws/client-organizations";
|
|
32
32
|
|
|
33
|
-
const program = Organizations.describeOrganization(args);
|
|
33
|
+
const program = Organizations.use((svc) => svc.describeOrganization(args));
|
|
34
34
|
|
|
35
35
|
const result = await pipe(
|
|
36
36
|
program,
|
|
@@ -46,7 +46,7 @@ With custom OrganizationsClient configuration:
|
|
|
46
46
|
```typescript
|
|
47
47
|
import { Organizations } from "@effect-aws/client-organizations";
|
|
48
48
|
|
|
49
|
-
const program = Organizations.describeOrganization(args);
|
|
49
|
+
const program = Organizations.use((svc) => svc.describeOrganization(args));
|
|
50
50
|
|
|
51
51
|
const result = await pipe(
|
|
52
52
|
program,
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
4
|
import { OrganizationsClient } from "@aws-sdk/client-organizations";
|
|
5
|
-
import {
|
|
6
|
-
declare const OrganizationsClientInstance_base:
|
|
5
|
+
import { Effect, Layer, ServiceMap } from "effect";
|
|
6
|
+
declare const OrganizationsClientInstance_base: ServiceMap.ServiceClass<OrganizationsClientInstance, "@effect-aws/client-organizations/OrganizationsClientInstance", OrganizationsClient>;
|
|
7
7
|
/**
|
|
8
8
|
* @since 1.0.0
|
|
9
9
|
* @category tags
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationsClientInstance.d.ts","sourceRoot":"","sources":["../../src/OrganizationsClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"OrganizationsClientInstance.d.ts","sourceRoot":"","sources":["../../src/OrganizationsClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;;AAGnD;;;GAGG;AACH,qBAAa,2BAA4B,SAAQ,gCAEhD;CAAG;AAEJ;;;GAGG;AACH,eAAO,MAAM,IAAI,yEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,wDAAkD,CAAC"}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
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
|
-
import { Effect, Layer } from "effect";
|
|
7
|
+
import { Effect, Layer, ServiceMap } from "effect";
|
|
8
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$ {
|
|
@@ -12,264 +12,262 @@ interface OrganizationsService$ {
|
|
|
12
12
|
/**
|
|
13
13
|
* @see {@link AcceptHandshakeCommand}
|
|
14
14
|
*/
|
|
15
|
-
acceptHandshake(args: AcceptHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptHandshakeCommandOutput, Cause.
|
|
15
|
+
acceptHandshake(args: AcceptHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptHandshakeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccessDeniedForDependencyError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | HandshakeAlreadyInStateError | HandshakeConstraintViolationError | HandshakeNotFoundError | InvalidHandshakeTransitionError | InvalidInputError | MasterCannotLeaveOrganizationError | ServiceError | TooManyRequestsError>;
|
|
16
16
|
/**
|
|
17
17
|
* @see {@link AttachPolicyCommand}
|
|
18
18
|
*/
|
|
19
|
-
attachPolicy(args: AttachPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachPolicyCommandOutput, Cause.
|
|
19
|
+
attachPolicy(args: AttachPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachPolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicatePolicyAttachmentError | InvalidInputError | PolicyChangesInProgressError | PolicyNotFoundError | PolicyTypeNotEnabledError | ServiceError | TargetNotFoundError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
20
20
|
/**
|
|
21
21
|
* @see {@link CancelHandshakeCommand}
|
|
22
22
|
*/
|
|
23
|
-
cancelHandshake(args: CancelHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelHandshakeCommandOutput, Cause.
|
|
23
|
+
cancelHandshake(args: CancelHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelHandshakeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConcurrentModificationError | HandshakeAlreadyInStateError | HandshakeNotFoundError | InvalidHandshakeTransitionError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
24
24
|
/**
|
|
25
25
|
* @see {@link CloseAccountCommand}
|
|
26
26
|
*/
|
|
27
|
-
closeAccount(args: CloseAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<CloseAccountCommandOutput, Cause.
|
|
27
|
+
closeAccount(args: CloseAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<CloseAccountCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountAlreadyClosedError | AccountNotFoundError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConflictError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
28
28
|
/**
|
|
29
29
|
* @see {@link CreateAccountCommand}
|
|
30
30
|
*/
|
|
31
|
-
createAccount(args: CreateAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAccountCommandOutput, Cause.
|
|
31
|
+
createAccount(args: CreateAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAccountCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | FinalizingOrganizationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
32
32
|
/**
|
|
33
33
|
* @see {@link CreateGovCloudAccountCommand}
|
|
34
34
|
*/
|
|
35
|
-
createGovCloudAccount(args: CreateGovCloudAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGovCloudAccountCommandOutput, Cause.
|
|
35
|
+
createGovCloudAccount(args: CreateGovCloudAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGovCloudAccountCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | FinalizingOrganizationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
36
36
|
/**
|
|
37
37
|
* @see {@link CreateOrganizationCommand}
|
|
38
38
|
*/
|
|
39
|
-
createOrganization(args: CreateOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOrganizationCommandOutput, Cause.
|
|
39
|
+
createOrganization(args: CreateOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOrganizationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccessDeniedForDependencyError | AlreadyInOrganizationError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
40
40
|
/**
|
|
41
41
|
* @see {@link CreateOrganizationalUnitCommand}
|
|
42
42
|
*/
|
|
43
|
-
createOrganizationalUnit(args: CreateOrganizationalUnitCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOrganizationalUnitCommandOutput, Cause.
|
|
43
|
+
createOrganizationalUnit(args: CreateOrganizationalUnitCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOrganizationalUnitCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicateOrganizationalUnitError | InvalidInputError | ParentNotFoundError | ServiceError | TooManyRequestsError>;
|
|
44
44
|
/**
|
|
45
45
|
* @see {@link CreatePolicyCommand}
|
|
46
46
|
*/
|
|
47
|
-
createPolicy(args: CreatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePolicyCommandOutput, Cause.
|
|
47
|
+
createPolicy(args: CreatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicatePolicyError | InvalidInputError | MalformedPolicyDocumentError | PolicyTypeNotAvailableForOrganizationError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
48
48
|
/**
|
|
49
49
|
* @see {@link DeclineHandshakeCommand}
|
|
50
50
|
*/
|
|
51
|
-
declineHandshake(args: DeclineHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeclineHandshakeCommandOutput, Cause.
|
|
51
|
+
declineHandshake(args: DeclineHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeclineHandshakeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConcurrentModificationError | HandshakeAlreadyInStateError | HandshakeNotFoundError | InvalidHandshakeTransitionError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
52
52
|
/**
|
|
53
53
|
* @see {@link DeleteOrganizationCommand}
|
|
54
54
|
*/
|
|
55
|
-
deleteOrganization(args: DeleteOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOrganizationCommandOutput, Cause.
|
|
55
|
+
deleteOrganization(args: DeleteOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOrganizationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | OrganizationNotEmptyError | ServiceError | TooManyRequestsError>;
|
|
56
56
|
/**
|
|
57
57
|
* @see {@link DeleteOrganizationalUnitCommand}
|
|
58
58
|
*/
|
|
59
|
-
deleteOrganizationalUnit(args: DeleteOrganizationalUnitCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOrganizationalUnitCommandOutput, Cause.
|
|
59
|
+
deleteOrganizationalUnit(args: DeleteOrganizationalUnitCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOrganizationalUnitCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | InvalidInputError | OrganizationalUnitNotEmptyError | OrganizationalUnitNotFoundError | ServiceError | TooManyRequestsError>;
|
|
60
60
|
/**
|
|
61
61
|
* @see {@link DeletePolicyCommand}
|
|
62
62
|
*/
|
|
63
|
-
deletePolicy(args: DeletePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePolicyCommandOutput, Cause.
|
|
63
|
+
deletePolicy(args: DeletePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | InvalidInputError | PolicyInUseError | PolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
64
64
|
/**
|
|
65
65
|
* @see {@link DeleteResourcePolicyCommand}
|
|
66
66
|
*/
|
|
67
|
-
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourcePolicyCommandOutput, Cause.
|
|
67
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | ResourcePolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
68
68
|
/**
|
|
69
69
|
* @see {@link DeregisterDelegatedAdministratorCommand}
|
|
70
70
|
*/
|
|
71
|
-
deregisterDelegatedAdministrator(args: DeregisterDelegatedAdministratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterDelegatedAdministratorCommandOutput, Cause.
|
|
71
|
+
deregisterDelegatedAdministrator(args: DeregisterDelegatedAdministratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeregisterDelegatedAdministratorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountNotFoundError | AccountNotRegisteredError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
72
72
|
/**
|
|
73
73
|
* @see {@link DescribeAccountCommand}
|
|
74
74
|
*/
|
|
75
|
-
describeAccount(args: DescribeAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAccountCommandOutput, Cause.
|
|
75
|
+
describeAccount(args: DescribeAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAccountCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountNotFoundError | AWSOrganizationsNotInUseError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
76
76
|
/**
|
|
77
77
|
* @see {@link DescribeCreateAccountStatusCommand}
|
|
78
78
|
*/
|
|
79
|
-
describeCreateAccountStatus(args: DescribeCreateAccountStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCreateAccountStatusCommandOutput, Cause.
|
|
79
|
+
describeCreateAccountStatus(args: DescribeCreateAccountStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeCreateAccountStatusCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | CreateAccountStatusNotFoundError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
80
80
|
/**
|
|
81
81
|
* @see {@link DescribeEffectivePolicyCommand}
|
|
82
82
|
*/
|
|
83
|
-
describeEffectivePolicy(args: DescribeEffectivePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeEffectivePolicyCommandOutput, Cause.
|
|
83
|
+
describeEffectivePolicy(args: DescribeEffectivePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeEffectivePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | EffectivePolicyNotFoundError | InvalidInputError | ServiceError | TargetNotFoundError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
84
84
|
/**
|
|
85
85
|
* @see {@link DescribeHandshakeCommand}
|
|
86
86
|
*/
|
|
87
|
-
describeHandshake(args: DescribeHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeHandshakeCommandOutput, Cause.
|
|
87
|
+
describeHandshake(args: DescribeHandshakeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeHandshakeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConcurrentModificationError | HandshakeNotFoundError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
88
88
|
/**
|
|
89
89
|
* @see {@link DescribeOrganizationCommand}
|
|
90
90
|
*/
|
|
91
|
-
describeOrganization(args: DescribeOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOrganizationCommandOutput, Cause.
|
|
91
|
+
describeOrganization(args: DescribeOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOrganizationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ServiceError | TooManyRequestsError>;
|
|
92
92
|
/**
|
|
93
93
|
* @see {@link DescribeOrganizationalUnitCommand}
|
|
94
94
|
*/
|
|
95
|
-
describeOrganizationalUnit(args: DescribeOrganizationalUnitCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOrganizationalUnitCommandOutput, Cause.
|
|
95
|
+
describeOrganizationalUnit(args: DescribeOrganizationalUnitCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOrganizationalUnitCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | OrganizationalUnitNotFoundError | ServiceError | TooManyRequestsError>;
|
|
96
96
|
/**
|
|
97
97
|
* @see {@link DescribePolicyCommand}
|
|
98
98
|
*/
|
|
99
|
-
describePolicy(args: DescribePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePolicyCommandOutput, Cause.
|
|
99
|
+
describePolicy(args: DescribePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | PolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
100
100
|
/**
|
|
101
101
|
* @see {@link DescribeResourcePolicyCommand}
|
|
102
102
|
*/
|
|
103
|
-
describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResourcePolicyCommandOutput, Cause.
|
|
103
|
+
describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | ResourcePolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
104
104
|
/**
|
|
105
105
|
* @see {@link DescribeResponsibilityTransferCommand}
|
|
106
106
|
*/
|
|
107
|
-
describeResponsibilityTransfer(args: DescribeResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResponsibilityTransferCommandOutput, Cause.
|
|
107
|
+
describeResponsibilityTransfer(args: DescribeResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResponsibilityTransferCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
108
108
|
/**
|
|
109
109
|
* @see {@link DetachPolicyCommand}
|
|
110
110
|
*/
|
|
111
|
-
detachPolicy(args: DetachPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachPolicyCommandOutput, Cause.
|
|
111
|
+
detachPolicy(args: DetachPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachPolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | PolicyChangesInProgressError | PolicyNotAttachedError | PolicyNotFoundError | ServiceError | TargetNotFoundError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
112
112
|
/**
|
|
113
113
|
* @see {@link DisableAWSServiceAccessCommand}
|
|
114
114
|
*/
|
|
115
|
-
disableAWSServiceAccess(args: DisableAWSServiceAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableAWSServiceAccessCommandOutput, Cause.
|
|
115
|
+
disableAWSServiceAccess(args: DisableAWSServiceAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisableAWSServiceAccessCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
116
116
|
/**
|
|
117
117
|
* @see {@link DisablePolicyTypeCommand}
|
|
118
118
|
*/
|
|
119
|
-
disablePolicyType(args: DisablePolicyTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisablePolicyTypeCommandOutput, Cause.
|
|
119
|
+
disablePolicyType(args: DisablePolicyTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisablePolicyTypeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | PolicyChangesInProgressError | PolicyTypeNotEnabledError | RootNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
120
120
|
/**
|
|
121
121
|
* @see {@link EnableAWSServiceAccessCommand}
|
|
122
122
|
*/
|
|
123
|
-
enableAWSServiceAccess(args: EnableAWSServiceAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAWSServiceAccessCommandOutput, Cause.
|
|
123
|
+
enableAWSServiceAccess(args: EnableAWSServiceAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAWSServiceAccessCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
124
124
|
/**
|
|
125
125
|
* @see {@link EnableAllFeaturesCommand}
|
|
126
126
|
*/
|
|
127
|
-
enableAllFeatures(args: EnableAllFeaturesCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAllFeaturesCommandOutput, Cause.
|
|
127
|
+
enableAllFeatures(args: EnableAllFeaturesCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableAllFeaturesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | HandshakeConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
128
128
|
/**
|
|
129
129
|
* @see {@link EnablePolicyTypeCommand}
|
|
130
130
|
*/
|
|
131
|
-
enablePolicyType(args: EnablePolicyTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnablePolicyTypeCommandOutput, Cause.
|
|
131
|
+
enablePolicyType(args: EnablePolicyTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnablePolicyTypeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | PolicyChangesInProgressError | PolicyTypeAlreadyEnabledError | PolicyTypeNotAvailableForOrganizationError | RootNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
132
132
|
/**
|
|
133
133
|
* @see {@link InviteAccountToOrganizationCommand}
|
|
134
134
|
*/
|
|
135
|
-
inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<InviteAccountToOrganizationCommandOutput, Cause.
|
|
135
|
+
inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<InviteAccountToOrganizationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountOwnerNotVerifiedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicateHandshakeError | FinalizingOrganizationError | HandshakeConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
136
136
|
/**
|
|
137
137
|
* @see {@link InviteOrganizationToTransferResponsibilityCommand}
|
|
138
138
|
*/
|
|
139
|
-
inviteOrganizationToTransferResponsibility(args: InviteOrganizationToTransferResponsibilityCommandInput, options?: HttpHandlerOptions): Effect.Effect<InviteOrganizationToTransferResponsibilityCommandOutput, Cause.
|
|
139
|
+
inviteOrganizationToTransferResponsibility(args: InviteOrganizationToTransferResponsibilityCommandInput, options?: HttpHandlerOptions): Effect.Effect<InviteOrganizationToTransferResponsibilityCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicateHandshakeError | HandshakeConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
140
140
|
/**
|
|
141
141
|
* @see {@link LeaveOrganizationCommand}
|
|
142
142
|
*/
|
|
143
|
-
leaveOrganization(args: LeaveOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<LeaveOrganizationCommandOutput, Cause.
|
|
143
|
+
leaveOrganization(args: LeaveOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<LeaveOrganizationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountNotFoundError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | MasterCannotLeaveOrganizationError | ServiceError | TooManyRequestsError>;
|
|
144
144
|
/**
|
|
145
145
|
* @see {@link ListAWSServiceAccessForOrganizationCommand}
|
|
146
146
|
*/
|
|
147
|
-
listAWSServiceAccessForOrganization(args: ListAWSServiceAccessForOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAWSServiceAccessForOrganizationCommandOutput, Cause.
|
|
147
|
+
listAWSServiceAccessForOrganization(args: ListAWSServiceAccessForOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAWSServiceAccessForOrganizationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
148
148
|
/**
|
|
149
149
|
* @see {@link ListAccountsCommand}
|
|
150
150
|
*/
|
|
151
|
-
listAccounts(args: ListAccountsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsCommandOutput, Cause.
|
|
151
|
+
listAccounts(args: ListAccountsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
152
152
|
/**
|
|
153
153
|
* @see {@link ListAccountsForParentCommand}
|
|
154
154
|
*/
|
|
155
|
-
listAccountsForParent(args: ListAccountsForParentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsForParentCommandOutput, Cause.
|
|
155
|
+
listAccountsForParent(args: ListAccountsForParentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsForParentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ParentNotFoundError | ServiceError | TooManyRequestsError>;
|
|
156
156
|
/**
|
|
157
157
|
* @see {@link ListAccountsWithInvalidEffectivePolicyCommand}
|
|
158
158
|
*/
|
|
159
|
-
listAccountsWithInvalidEffectivePolicy(args: ListAccountsWithInvalidEffectivePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsWithInvalidEffectivePolicyCommandOutput, Cause.
|
|
159
|
+
listAccountsWithInvalidEffectivePolicy(args: ListAccountsWithInvalidEffectivePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountsWithInvalidEffectivePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | EffectivePolicyNotFoundError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
160
160
|
/**
|
|
161
161
|
* @see {@link ListChildrenCommand}
|
|
162
162
|
*/
|
|
163
|
-
listChildren(args: ListChildrenCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListChildrenCommandOutput, Cause.
|
|
163
|
+
listChildren(args: ListChildrenCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListChildrenCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ParentNotFoundError | ServiceError | TooManyRequestsError>;
|
|
164
164
|
/**
|
|
165
165
|
* @see {@link ListCreateAccountStatusCommand}
|
|
166
166
|
*/
|
|
167
|
-
listCreateAccountStatus(args: ListCreateAccountStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCreateAccountStatusCommandOutput, Cause.
|
|
167
|
+
listCreateAccountStatus(args: ListCreateAccountStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCreateAccountStatusCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
168
168
|
/**
|
|
169
169
|
* @see {@link ListDelegatedAdministratorsCommand}
|
|
170
170
|
*/
|
|
171
|
-
listDelegatedAdministrators(args: ListDelegatedAdministratorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDelegatedAdministratorsCommandOutput, Cause.
|
|
171
|
+
listDelegatedAdministrators(args: ListDelegatedAdministratorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDelegatedAdministratorsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
172
172
|
/**
|
|
173
173
|
* @see {@link ListDelegatedServicesForAccountCommand}
|
|
174
174
|
*/
|
|
175
|
-
listDelegatedServicesForAccount(args: ListDelegatedServicesForAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDelegatedServicesForAccountCommandOutput, Cause.
|
|
175
|
+
listDelegatedServicesForAccount(args: ListDelegatedServicesForAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDelegatedServicesForAccountCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountNotFoundError | AccountNotRegisteredError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
176
176
|
/**
|
|
177
177
|
* @see {@link ListEffectivePolicyValidationErrorsCommand}
|
|
178
178
|
*/
|
|
179
|
-
listEffectivePolicyValidationErrors(args: ListEffectivePolicyValidationErrorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEffectivePolicyValidationErrorsCommandOutput, Cause.
|
|
179
|
+
listEffectivePolicyValidationErrors(args: ListEffectivePolicyValidationErrorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEffectivePolicyValidationErrorsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountNotFoundError | AWSOrganizationsNotInUseError | ConstraintViolationError | EffectivePolicyNotFoundError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
180
180
|
/**
|
|
181
181
|
* @see {@link ListHandshakesForAccountCommand}
|
|
182
182
|
*/
|
|
183
|
-
listHandshakesForAccount(args: ListHandshakesForAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHandshakesForAccountCommandOutput, Cause.
|
|
183
|
+
listHandshakesForAccount(args: ListHandshakesForAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHandshakesForAccountCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConcurrentModificationError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
184
184
|
/**
|
|
185
185
|
* @see {@link ListHandshakesForOrganizationCommand}
|
|
186
186
|
*/
|
|
187
|
-
listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHandshakesForOrganizationCommandOutput, Cause.
|
|
187
|
+
listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHandshakesForOrganizationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
188
188
|
/**
|
|
189
189
|
* @see {@link ListInboundResponsibilityTransfersCommand}
|
|
190
190
|
*/
|
|
191
|
-
listInboundResponsibilityTransfers(args: ListInboundResponsibilityTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInboundResponsibilityTransfersCommandOutput, Cause.
|
|
191
|
+
listInboundResponsibilityTransfers(args: ListInboundResponsibilityTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInboundResponsibilityTransfersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
192
192
|
/**
|
|
193
193
|
* @see {@link ListOrganizationalUnitsForParentCommand}
|
|
194
194
|
*/
|
|
195
|
-
listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOrganizationalUnitsForParentCommandOutput, Cause.
|
|
195
|
+
listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOrganizationalUnitsForParentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ParentNotFoundError | ServiceError | TooManyRequestsError>;
|
|
196
196
|
/**
|
|
197
197
|
* @see {@link ListOutboundResponsibilityTransfersCommand}
|
|
198
198
|
*/
|
|
199
|
-
listOutboundResponsibilityTransfers(args: ListOutboundResponsibilityTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOutboundResponsibilityTransfersCommandOutput, Cause.
|
|
199
|
+
listOutboundResponsibilityTransfers(args: ListOutboundResponsibilityTransfersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOutboundResponsibilityTransfersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
200
200
|
/**
|
|
201
201
|
* @see {@link ListParentsCommand}
|
|
202
202
|
*/
|
|
203
|
-
listParents(args: ListParentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListParentsCommandOutput, Cause.
|
|
203
|
+
listParents(args: ListParentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListParentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ChildNotFoundError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
204
204
|
/**
|
|
205
205
|
* @see {@link ListPoliciesCommand}
|
|
206
206
|
*/
|
|
207
|
-
listPolicies(args: ListPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPoliciesCommandOutput, Cause.
|
|
207
|
+
listPolicies(args: ListPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPoliciesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
208
208
|
/**
|
|
209
209
|
* @see {@link ListPoliciesForTargetCommand}
|
|
210
210
|
*/
|
|
211
|
-
listPoliciesForTarget(args: ListPoliciesForTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPoliciesForTargetCommandOutput, Cause.
|
|
211
|
+
listPoliciesForTarget(args: ListPoliciesForTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPoliciesForTargetCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ServiceError | TargetNotFoundError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
212
212
|
/**
|
|
213
213
|
* @see {@link ListRootsCommand}
|
|
214
214
|
*/
|
|
215
|
-
listRoots(args: ListRootsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListRootsCommandOutput, Cause.
|
|
215
|
+
listRoots(args: ListRootsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListRootsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ServiceError | TooManyRequestsError>;
|
|
216
216
|
/**
|
|
217
217
|
* @see {@link ListTagsForResourceCommand}
|
|
218
218
|
*/
|
|
219
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.
|
|
219
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | ServiceError | TargetNotFoundError | TooManyRequestsError>;
|
|
220
220
|
/**
|
|
221
221
|
* @see {@link ListTargetsForPolicyCommand}
|
|
222
222
|
*/
|
|
223
|
-
listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTargetsForPolicyCommandOutput, Cause.
|
|
223
|
+
listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTargetsForPolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | InvalidInputError | PolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
224
224
|
/**
|
|
225
225
|
* @see {@link MoveAccountCommand}
|
|
226
226
|
*/
|
|
227
|
-
moveAccount(args: MoveAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<MoveAccountCommandOutput, Cause.
|
|
227
|
+
moveAccount(args: MoveAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<MoveAccountCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountNotFoundError | AWSOrganizationsNotInUseError | ConcurrentModificationError | DestinationParentNotFoundError | DuplicateAccountError | InvalidInputError | ServiceError | SourceParentNotFoundError | TooManyRequestsError>;
|
|
228
228
|
/**
|
|
229
229
|
* @see {@link PutResourcePolicyCommand}
|
|
230
230
|
*/
|
|
231
|
-
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutResourcePolicyCommandOutput, Cause.
|
|
231
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
232
232
|
/**
|
|
233
233
|
* @see {@link RegisterDelegatedAdministratorCommand}
|
|
234
234
|
*/
|
|
235
|
-
registerDelegatedAdministrator(args: RegisterDelegatedAdministratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterDelegatedAdministratorCommandOutput, Cause.
|
|
235
|
+
registerDelegatedAdministrator(args: RegisterDelegatedAdministratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<RegisterDelegatedAdministratorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountAlreadyRegisteredError | AccountNotFoundError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
236
236
|
/**
|
|
237
237
|
* @see {@link RemoveAccountFromOrganizationCommand}
|
|
238
238
|
*/
|
|
239
|
-
removeAccountFromOrganization(args: RemoveAccountFromOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveAccountFromOrganizationCommandOutput, Cause.
|
|
239
|
+
removeAccountFromOrganization(args: RemoveAccountFromOrganizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveAccountFromOrganizationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AccountNotFoundError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | MasterCannotLeaveOrganizationError | ServiceError | TooManyRequestsError>;
|
|
240
240
|
/**
|
|
241
241
|
* @see {@link TagResourceCommand}
|
|
242
242
|
*/
|
|
243
|
-
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.
|
|
243
|
+
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TargetNotFoundError | TooManyRequestsError>;
|
|
244
244
|
/**
|
|
245
245
|
* @see {@link TerminateResponsibilityTransferCommand}
|
|
246
246
|
*/
|
|
247
|
-
terminateResponsibilityTransfer(args: TerminateResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateResponsibilityTransferCommandOutput, Cause.
|
|
247
|
+
terminateResponsibilityTransfer(args: TerminateResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<TerminateResponsibilityTransferCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | InvalidResponsibilityTransferTransitionError | ResponsibilityTransferAlreadyInStatusError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
248
248
|
/**
|
|
249
249
|
* @see {@link UntagResourceCommand}
|
|
250
250
|
*/
|
|
251
|
-
untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.
|
|
251
|
+
untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | InvalidInputError | ServiceError | TargetNotFoundError | TooManyRequestsError>;
|
|
252
252
|
/**
|
|
253
253
|
* @see {@link UpdateOrganizationalUnitCommand}
|
|
254
254
|
*/
|
|
255
|
-
updateOrganizationalUnit(args: UpdateOrganizationalUnitCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateOrganizationalUnitCommandOutput, Cause.
|
|
255
|
+
updateOrganizationalUnit(args: UpdateOrganizationalUnitCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateOrganizationalUnitCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | DuplicateOrganizationalUnitError | InvalidInputError | OrganizationalUnitNotFoundError | ServiceError | TooManyRequestsError>;
|
|
256
256
|
/**
|
|
257
257
|
* @see {@link UpdatePolicyCommand}
|
|
258
258
|
*/
|
|
259
|
-
updatePolicy(args: UpdatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyCommandOutput, Cause.
|
|
259
|
+
updatePolicy(args: UpdatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConcurrentModificationError | ConstraintViolationError | DuplicatePolicyError | InvalidInputError | MalformedPolicyDocumentError | PolicyChangesInProgressError | PolicyNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
260
260
|
/**
|
|
261
261
|
* @see {@link UpdateResponsibilityTransferCommand}
|
|
262
262
|
*/
|
|
263
|
-
updateResponsibilityTransfer(args: UpdateResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateResponsibilityTransferCommandOutput, Cause.
|
|
263
|
+
updateResponsibilityTransfer(args: UpdateResponsibilityTransferCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateResponsibilityTransferCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | AWSOrganizationsNotInUseError | ConstraintViolationError | InvalidInputError | ResponsibilityTransferNotFoundError | ServiceError | TooManyRequestsError | UnsupportedAPIEndpointError>;
|
|
264
264
|
}
|
|
265
265
|
/**
|
|
266
266
|
* @since 1.0.0
|
|
267
267
|
* @category constructors
|
|
268
268
|
*/
|
|
269
269
|
export declare const makeOrganizationsService: Effect.Effect<OrganizationsService$, never, Instance.OrganizationsClientInstance>;
|
|
270
|
-
declare const OrganizationsService_base:
|
|
271
|
-
use: <X>(body: (_: OrganizationsService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, OrganizationsService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, OrganizationsService> : Effect.Effect<X, never, OrganizationsService>;
|
|
272
|
-
};
|
|
270
|
+
declare const OrganizationsService_base: ServiceMap.ServiceClass<OrganizationsService, "@effect-aws/client-organizations/OrganizationsService", OrganizationsService$>;
|
|
273
271
|
/**
|
|
274
272
|
* @since 1.0.0
|
|
275
273
|
* @category models
|
|
@@ -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,UAAU,EAAE,MAAM,QAAQ,CAAC;AACnD,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,YAAY,GAClB,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,yBAGkB;IAC1D,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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationsServiceConfig.d.ts","sourceRoot":"","sources":["../../src/OrganizationsServiceConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAE/E,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"OrganizationsServiceConfig.d.ts","sourceRoot":"","sources":["../../src/OrganizationsServiceConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAE/E,OAAO,EAAE,MAAM,EAAE,KAAK,EAAc,MAAM,QAAQ,CAAC;AAEnD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAWtE;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE;IAC3C,CAAC,MAAM,EAAE,oBAAoB,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC3G,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,oBAAoB,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CAKxG,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B,WAAY,qBAAqB,MAAM,qCACvB,CAAC;AAE3D;;;GAGG;AACH,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,MAAM,CAAC,yBAAyB,CAQ/E,CAAC"}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
4
|
import { OrganizationsClient } from "@aws-sdk/client-organizations";
|
|
5
|
-
import {
|
|
5
|
+
import { Effect, Layer, ServiceMap } from "effect";
|
|
6
6
|
import * as OrganizationsServiceConfig from "./OrganizationsServiceConfig.js";
|
|
7
7
|
/**
|
|
8
8
|
* @since 1.0.0
|
|
9
9
|
* @category tags
|
|
10
10
|
*/
|
|
11
|
-
export class OrganizationsClientInstance extends
|
|
11
|
+
export class OrganizationsClientInstance extends ServiceMap.Service()("@effect-aws/client-organizations/OrganizationsClientInstance") {
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
14
|
* @since 1.0.0
|
|
@@ -19,5 +19,5 @@ export const make = Effect.flatMap(OrganizationsServiceConfig.toOrganizationsCli
|
|
|
19
19
|
* @since 1.0.0
|
|
20
20
|
* @category layers
|
|
21
21
|
*/
|
|
22
|
-
export const layer = Layer.
|
|
22
|
+
export const layer = Layer.effect(OrganizationsClientInstance, make);
|
|
23
23
|
//# sourceMappingURL=OrganizationsClientInstance.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationsClientInstance.js","sourceRoot":"","sources":["../../src/OrganizationsClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"OrganizationsClientInstance.js","sourceRoot":"","sources":["../../src/OrganizationsClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACnD,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAE9E;;;GAGG;AACH,MAAM,OAAO,2BAA4B,SAAQ,UAAU,CAAC,OAAO,EAAoD,CACrH,8DAA8D,CAC/D;CAAG;AAEJ;;;GAGG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAChC,0BAA0B,CAAC,2BAA2B,EACtD,CAAC,MAAM,EAAE,EAAE,CACT,MAAM,CAAC,cAAc,CACnB,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,mBAAmB,CAAC,MAAM,CAAC,CAAC,EAClD,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAChD,CACJ,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,2BAA2B,EAAE,IAAI,CAAC,CAAC"}
|