@effect-aws/client-opensearch 1.10.9 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/dist/dts/OpenSearchClientInstance.d.ts +4 -2
  4. package/dist/dts/OpenSearchClientInstance.d.ts.map +1 -1
  5. package/dist/dts/OpenSearchService.d.ts +87 -87
  6. package/dist/dts/OpenSearchService.d.ts.map +1 -1
  7. package/dist/dts/OpenSearchServiceConfig.d.ts +2 -1
  8. package/dist/dts/OpenSearchServiceConfig.d.ts.map +1 -1
  9. package/dist/esm/OpenSearchClientInstance.js +5 -3
  10. package/dist/esm/OpenSearchClientInstance.js.map +1 -1
  11. package/dist/esm/OpenSearchService.js +4 -2
  12. package/dist/esm/OpenSearchService.js.map +1 -1
  13. package/dist/esm/OpenSearchServiceConfig.js +7 -6
  14. package/dist/esm/OpenSearchServiceConfig.js.map +1 -1
  15. package/package.json +8 -14
  16. package/src/OpenSearchClientInstance.ts +6 -4
  17. package/src/OpenSearchService.ts +88 -86
  18. package/src/OpenSearchServiceConfig.ts +8 -7
  19. package/dist/cjs/Errors.d.ts +0 -21
  20. package/dist/cjs/Errors.d.ts.map +0 -1
  21. package/dist/cjs/Errors.js +0 -20
  22. package/dist/cjs/Errors.js.map +0 -1
  23. package/dist/cjs/OpenSearchClientInstance.d.ts +0 -24
  24. package/dist/cjs/OpenSearchClientInstance.d.ts.map +0 -1
  25. package/dist/cjs/OpenSearchClientInstance.js +0 -50
  26. package/dist/cjs/OpenSearchClientInstance.js.map +0 -1
  27. package/dist/cjs/OpenSearchService.d.ts +0 -374
  28. package/dist/cjs/OpenSearchService.d.ts.map +0 -1
  29. package/dist/cjs/OpenSearchService.js +0 -141
  30. package/dist/cjs/OpenSearchService.js.map +0 -1
  31. package/dist/cjs/OpenSearchServiceConfig.d.ts +0 -25
  32. package/dist/cjs/OpenSearchServiceConfig.d.ts.map +0 -1
  33. package/dist/cjs/OpenSearchServiceConfig.js +0 -35
  34. package/dist/cjs/OpenSearchServiceConfig.js.map +0 -1
  35. package/dist/cjs/index.d.ts +0 -44
  36. package/dist/cjs/index.d.ts.map +0 -1
  37. package/dist/cjs/index.js +0 -56
  38. package/dist/cjs/index.js.map +0 -1
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2025 Victor Korzunin
1
+ Copyright (c) 2026 Victor Korzunin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -16,7 +16,7 @@ With default OpenSearchClient instance:
16
16
  ```typescript
17
17
  import { OpenSearch } from "@effect-aws/client-opensearch";
18
18
 
19
- const program = OpenSearch.describeDomains(args);
19
+ const program = OpenSearch.use((svc) => svc.describeDomains(args));
20
20
 
21
21
  const result = pipe(
22
22
  program,
@@ -30,7 +30,7 @@ With custom OpenSearchClient instance:
30
30
  ```typescript
31
31
  import { OpenSearch } from "@effect-aws/client-opensearch";
32
32
 
33
- const program = OpenSearch.describeDomains(args);
33
+ const program = OpenSearch.use((svc) => svc.describeDomains(args));
34
34
 
35
35
  const result = await pipe(
36
36
  program,
@@ -46,7 +46,7 @@ With custom OpenSearchClient configuration:
46
46
  ```typescript
47
47
  import { OpenSearch } from "@effect-aws/client-opensearch";
48
48
 
49
- const program = OpenSearch.describeDomains(args);
49
+ const program = OpenSearch.use((svc) => svc.describeDomains(args));
50
50
 
51
51
  const result = await pipe(
52
52
  program,
@@ -2,8 +2,10 @@
2
2
  * @since 1.0.0
3
3
  */
4
4
  import { OpenSearchClient } from "@aws-sdk/client-opensearch";
5
- import { Context, Effect, Layer } from "effect";
6
- declare const OpenSearchClientInstance_base: Context.TagClass<OpenSearchClientInstance, "@effect-aws/client-opensearch/OpenSearchClientInstance", OpenSearchClient>;
5
+ import * as Effect from "effect/Effect";
6
+ import * as Layer from "effect/Layer";
7
+ import * as ServiceMap from "effect/ServiceMap";
8
+ declare const OpenSearchClientInstance_base: ServiceMap.ServiceClass<OpenSearchClientInstance, "@effect-aws/client-opensearch/OpenSearchClientInstance", OpenSearchClient>;
7
9
  /**
8
10
  * @since 1.0.0
9
11
  * @category tags
@@ -1 +1 @@
1
- {"version":3,"file":"OpenSearchClientInstance.d.ts","sourceRoot":"","sources":["../../src/OpenSearchClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;;AAGhD;;;GAGG;AACH,qBAAa,wBAAyB,SAAQ,6BAEC;CAAG;AAElD;;;GAGG;AACH,eAAO,MAAM,IAAI,sEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,qDAA+C,CAAC"}
1
+ {"version":3,"file":"OpenSearchClientInstance.d.ts","sourceRoot":"","sources":["../../src/OpenSearchClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,UAAU,MAAM,mBAAmB,CAAC;;AAGhD;;;GAGG;AACH,qBAAa,wBAAyB,SAAQ,6BAE7C;CAAG;AAEJ;;;GAGG;AACH,eAAO,MAAM,IAAI,sEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,qDAA+C,CAAC"}
@@ -3,8 +3,10 @@
3
3
  */
4
4
  import { type AcceptInboundConnectionCommandInput, type AcceptInboundConnectionCommandOutput, type AddDataSourceCommandInput, type AddDataSourceCommandOutput, type AddDirectQueryDataSourceCommandInput, type AddDirectQueryDataSourceCommandOutput, type AddTagsCommandInput, type AddTagsCommandOutput, type AssociatePackageCommandInput, type AssociatePackageCommandOutput, type AssociatePackagesCommandInput, type AssociatePackagesCommandOutput, type AuthorizeVpcEndpointAccessCommandInput, type AuthorizeVpcEndpointAccessCommandOutput, type CancelDomainConfigChangeCommandInput, type CancelDomainConfigChangeCommandOutput, type CancelServiceSoftwareUpdateCommandInput, type CancelServiceSoftwareUpdateCommandOutput, type CreateApplicationCommandInput, type CreateApplicationCommandOutput, type CreateDomainCommandInput, type CreateDomainCommandOutput, type CreateIndexCommandInput, type CreateIndexCommandOutput, type CreateOutboundConnectionCommandInput, type CreateOutboundConnectionCommandOutput, type CreatePackageCommandInput, type CreatePackageCommandOutput, type CreateVpcEndpointCommandInput, type CreateVpcEndpointCommandOutput, type DeleteApplicationCommandInput, type DeleteApplicationCommandOutput, type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput, type DeleteDirectQueryDataSourceCommandInput, type DeleteDirectQueryDataSourceCommandOutput, type DeleteDomainCommandInput, type DeleteDomainCommandOutput, type DeleteInboundConnectionCommandInput, type DeleteInboundConnectionCommandOutput, type DeleteIndexCommandInput, type DeleteIndexCommandOutput, type DeleteOutboundConnectionCommandInput, type DeleteOutboundConnectionCommandOutput, type DeletePackageCommandInput, type DeletePackageCommandOutput, type DeleteVpcEndpointCommandInput, type DeleteVpcEndpointCommandOutput, type DescribeDomainAutoTunesCommandInput, type DescribeDomainAutoTunesCommandOutput, type DescribeDomainChangeProgressCommandInput, type DescribeDomainChangeProgressCommandOutput, type DescribeDomainCommandInput, type DescribeDomainCommandOutput, type DescribeDomainConfigCommandInput, type DescribeDomainConfigCommandOutput, type DescribeDomainHealthCommandInput, type DescribeDomainHealthCommandOutput, type DescribeDomainNodesCommandInput, type DescribeDomainNodesCommandOutput, type DescribeDomainsCommandInput, type DescribeDomainsCommandOutput, type DescribeDryRunProgressCommandInput, type DescribeDryRunProgressCommandOutput, type DescribeInboundConnectionsCommandInput, type DescribeInboundConnectionsCommandOutput, type DescribeInstanceTypeLimitsCommandInput, type DescribeInstanceTypeLimitsCommandOutput, type DescribeOutboundConnectionsCommandInput, type DescribeOutboundConnectionsCommandOutput, type DescribePackagesCommandInput, type DescribePackagesCommandOutput, type DescribeReservedInstanceOfferingsCommandInput, type DescribeReservedInstanceOfferingsCommandOutput, type DescribeReservedInstancesCommandInput, type DescribeReservedInstancesCommandOutput, type DescribeVpcEndpointsCommandInput, type DescribeVpcEndpointsCommandOutput, type DissociatePackageCommandInput, type DissociatePackageCommandOutput, type DissociatePackagesCommandInput, type DissociatePackagesCommandOutput, type GetApplicationCommandInput, type GetApplicationCommandOutput, type GetCompatibleVersionsCommandInput, type GetCompatibleVersionsCommandOutput, type GetDataSourceCommandInput, type GetDataSourceCommandOutput, type GetDefaultApplicationSettingCommandInput, type GetDefaultApplicationSettingCommandOutput, type GetDirectQueryDataSourceCommandInput, type GetDirectQueryDataSourceCommandOutput, type GetDomainMaintenanceStatusCommandInput, type GetDomainMaintenanceStatusCommandOutput, type GetIndexCommandInput, type GetIndexCommandOutput, type GetPackageVersionHistoryCommandInput, type GetPackageVersionHistoryCommandOutput, type GetUpgradeHistoryCommandInput, type GetUpgradeHistoryCommandOutput, type GetUpgradeStatusCommandInput, type GetUpgradeStatusCommandOutput, type ListApplicationsCommandInput, type ListApplicationsCommandOutput, type ListDataSourcesCommandInput, type ListDataSourcesCommandOutput, type ListDirectQueryDataSourcesCommandInput, type ListDirectQueryDataSourcesCommandOutput, type ListDomainMaintenancesCommandInput, type ListDomainMaintenancesCommandOutput, type ListDomainNamesCommandInput, type ListDomainNamesCommandOutput, type ListDomainsForPackageCommandInput, type ListDomainsForPackageCommandOutput, type ListInstanceTypeDetailsCommandInput, type ListInstanceTypeDetailsCommandOutput, type ListPackagesForDomainCommandInput, type ListPackagesForDomainCommandOutput, type ListScheduledActionsCommandInput, type ListScheduledActionsCommandOutput, type ListTagsCommandInput, type ListTagsCommandOutput, type ListVersionsCommandInput, type ListVersionsCommandOutput, type ListVpcEndpointAccessCommandInput, type ListVpcEndpointAccessCommandOutput, type ListVpcEndpointsCommandInput, type ListVpcEndpointsCommandOutput, type ListVpcEndpointsForDomainCommandInput, type ListVpcEndpointsForDomainCommandOutput, type OpenSearchClient, type OpenSearchClientConfig, type PurchaseReservedInstanceOfferingCommandInput, type PurchaseReservedInstanceOfferingCommandOutput, type PutDefaultApplicationSettingCommandInput, type PutDefaultApplicationSettingCommandOutput, type RejectInboundConnectionCommandInput, type RejectInboundConnectionCommandOutput, type RemoveTagsCommandInput, type RemoveTagsCommandOutput, type RevokeVpcEndpointAccessCommandInput, type RevokeVpcEndpointAccessCommandOutput, type StartDomainMaintenanceCommandInput, type StartDomainMaintenanceCommandOutput, type StartServiceSoftwareUpdateCommandInput, type StartServiceSoftwareUpdateCommandOutput, type UpdateApplicationCommandInput, type UpdateApplicationCommandOutput, type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput, type UpdateDirectQueryDataSourceCommandInput, type UpdateDirectQueryDataSourceCommandOutput, type UpdateDomainConfigCommandInput, type UpdateDomainConfigCommandOutput, type UpdateIndexCommandInput, type UpdateIndexCommandOutput, type UpdatePackageCommandInput, type UpdatePackageCommandOutput, type UpdatePackageScopeCommandInput, type UpdatePackageScopeCommandOutput, type UpdateScheduledActionCommandInput, type UpdateScheduledActionCommandOutput, type UpdateVpcEndpointCommandInput, type UpdateVpcEndpointCommandOutput, type UpgradeDomainCommandInput, type UpgradeDomainCommandOutput } from "@aws-sdk/client-opensearch";
5
5
  import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
6
- import type { Cause } from "effect";
7
- import { Effect, Layer } from "effect";
6
+ import type * as Cause from "effect/Cause";
7
+ import * as Effect from "effect/Effect";
8
+ import * as Layer from "effect/Layer";
9
+ import * as ServiceMap from "effect/ServiceMap";
8
10
  import type { AccessDeniedError, BaseError, ConflictError, DependencyFailureError, DisabledOperationError, InternalError, InvalidPaginationTokenError, InvalidTypeError, LimitExceededError, ResourceAlreadyExistsError, ResourceNotFoundError, SdkError, SlotNotAvailableError, ThrottlingError, ValidationError } from "./Errors.js";
9
11
  import * as Instance from "./OpenSearchClientInstance.js";
10
12
  interface OpenSearchService$ {
@@ -12,340 +14,338 @@ interface OpenSearchService$ {
12
14
  /**
13
15
  * @see {@link AcceptInboundConnectionCommand}
14
16
  */
15
- acceptInboundConnection(args: AcceptInboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptInboundConnectionCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | LimitExceededError | ResourceNotFoundError>;
17
+ acceptInboundConnection(args: AcceptInboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptInboundConnectionCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | LimitExceededError | ResourceNotFoundError>;
16
18
  /**
17
19
  * @see {@link AddDataSourceCommand}
18
20
  */
19
- addDataSource(args: AddDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddDataSourceCommandOutput, Cause.TimeoutException | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
21
+ addDataSource(args: AddDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddDataSourceCommandOutput, Cause.TimeoutError | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
20
22
  /**
21
23
  * @see {@link AddDirectQueryDataSourceCommand}
22
24
  */
23
- addDirectQueryDataSource(args: AddDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddDirectQueryDataSourceCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
25
+ addDirectQueryDataSource(args: AddDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddDirectQueryDataSourceCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
24
26
  /**
25
27
  * @see {@link AddTagsCommand}
26
28
  */
27
- addTags(args: AddTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddTagsCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | LimitExceededError | ValidationError>;
29
+ addTags(args: AddTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddTagsCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | LimitExceededError | ValidationError>;
28
30
  /**
29
31
  * @see {@link AssociatePackageCommand}
30
32
  */
31
- associatePackage(args: AssociatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociatePackageCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError>;
33
+ associatePackage(args: AssociatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociatePackageCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError>;
32
34
  /**
33
35
  * @see {@link AssociatePackagesCommand}
34
36
  */
35
- associatePackages(args: AssociatePackagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociatePackagesCommandOutput, Cause.TimeoutException | SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
37
+ associatePackages(args: AssociatePackagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociatePackagesCommandOutput, Cause.TimeoutError | SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
36
38
  /**
37
39
  * @see {@link AuthorizeVpcEndpointAccessCommand}
38
40
  */
39
- authorizeVpcEndpointAccess(args: AuthorizeVpcEndpointAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<AuthorizeVpcEndpointAccessCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
41
+ authorizeVpcEndpointAccess(args: AuthorizeVpcEndpointAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<AuthorizeVpcEndpointAccessCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
40
42
  /**
41
43
  * @see {@link CancelDomainConfigChangeCommand}
42
44
  */
43
- cancelDomainConfigChange(args: CancelDomainConfigChangeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelDomainConfigChangeCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
45
+ cancelDomainConfigChange(args: CancelDomainConfigChangeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelDomainConfigChangeCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
44
46
  /**
45
47
  * @see {@link CancelServiceSoftwareUpdateCommand}
46
48
  */
47
- cancelServiceSoftwareUpdate(args: CancelServiceSoftwareUpdateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelServiceSoftwareUpdateCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
49
+ cancelServiceSoftwareUpdate(args: CancelServiceSoftwareUpdateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelServiceSoftwareUpdateCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
48
50
  /**
49
51
  * @see {@link CreateApplicationCommand}
50
52
  */
51
- createApplication(args: CreateApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateApplicationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ValidationError>;
53
+ createApplication(args: CreateApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateApplicationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ValidationError>;
52
54
  /**
53
55
  * @see {@link CreateDomainCommand}
54
56
  */
55
- createDomain(args: CreateDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDomainCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | InvalidTypeError | LimitExceededError | ResourceAlreadyExistsError | ValidationError>;
57
+ createDomain(args: CreateDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDomainCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | InvalidTypeError | LimitExceededError | ResourceAlreadyExistsError | ValidationError>;
56
58
  /**
57
59
  * @see {@link CreateIndexCommand}
58
60
  */
59
- createIndex(args: CreateIndexCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIndexCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | DependencyFailureError | DisabledOperationError | InternalError | ResourceAlreadyExistsError | ResourceNotFoundError | ThrottlingError | ValidationError>;
61
+ createIndex(args: CreateIndexCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIndexCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | DependencyFailureError | DisabledOperationError | InternalError | ResourceAlreadyExistsError | ResourceNotFoundError | ThrottlingError | ValidationError>;
60
62
  /**
61
63
  * @see {@link CreateOutboundConnectionCommand}
62
64
  */
63
- createOutboundConnection(args: CreateOutboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOutboundConnectionCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | InternalError | LimitExceededError | ResourceAlreadyExistsError>;
65
+ createOutboundConnection(args: CreateOutboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOutboundConnectionCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | InternalError | LimitExceededError | ResourceAlreadyExistsError>;
64
66
  /**
65
67
  * @see {@link CreatePackageCommand}
66
68
  */
67
- createPackage(args: CreatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePackageCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceAlreadyExistsError | ValidationError>;
69
+ createPackage(args: CreatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePackageCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceAlreadyExistsError | ValidationError>;
68
70
  /**
69
71
  * @see {@link CreateVpcEndpointCommand}
70
72
  */
71
- createVpcEndpoint(args: CreateVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEndpointCommandOutput, Cause.TimeoutException | SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | LimitExceededError | ValidationError>;
73
+ createVpcEndpoint(args: CreateVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEndpointCommandOutput, Cause.TimeoutError | SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | LimitExceededError | ValidationError>;
72
74
  /**
73
75
  * @see {@link DeleteApplicationCommand}
74
76
  */
75
- deleteApplication(args: DeleteApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteApplicationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
77
+ deleteApplication(args: DeleteApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteApplicationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
76
78
  /**
77
79
  * @see {@link DeleteDataSourceCommand}
78
80
  */
79
- deleteDataSource(args: DeleteDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataSourceCommandOutput, Cause.TimeoutException | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
81
+ deleteDataSource(args: DeleteDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataSourceCommandOutput, Cause.TimeoutError | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
80
82
  /**
81
83
  * @see {@link DeleteDirectQueryDataSourceCommand}
82
84
  */
83
- deleteDirectQueryDataSource(args: DeleteDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDirectQueryDataSourceCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
85
+ deleteDirectQueryDataSource(args: DeleteDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDirectQueryDataSourceCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
84
86
  /**
85
87
  * @see {@link DeleteDomainCommand}
86
88
  */
87
- deleteDomain(args: DeleteDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDomainCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
89
+ deleteDomain(args: DeleteDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDomainCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
88
90
  /**
89
91
  * @see {@link DeleteInboundConnectionCommand}
90
92
  */
91
- deleteInboundConnection(args: DeleteInboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInboundConnectionCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | ResourceNotFoundError>;
93
+ deleteInboundConnection(args: DeleteInboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInboundConnectionCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | ResourceNotFoundError>;
92
94
  /**
93
95
  * @see {@link DeleteIndexCommand}
94
96
  */
95
- deleteIndex(args: DeleteIndexCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIndexCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ThrottlingError | ValidationError>;
97
+ deleteIndex(args: DeleteIndexCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIndexCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ThrottlingError | ValidationError>;
96
98
  /**
97
99
  * @see {@link DeleteOutboundConnectionCommand}
98
100
  */
99
- deleteOutboundConnection(args: DeleteOutboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOutboundConnectionCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | ResourceNotFoundError>;
101
+ deleteOutboundConnection(args: DeleteOutboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOutboundConnectionCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | ResourceNotFoundError>;
100
102
  /**
101
103
  * @see {@link DeletePackageCommand}
102
104
  */
103
- deletePackage(args: DeletePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePackageCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError>;
105
+ deletePackage(args: DeletePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePackageCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError>;
104
106
  /**
105
107
  * @see {@link DeleteVpcEndpointCommand}
106
108
  */
107
- deleteVpcEndpoint(args: DeleteVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEndpointCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError>;
109
+ deleteVpcEndpoint(args: DeleteVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEndpointCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError>;
108
110
  /**
109
111
  * @see {@link DescribeDomainCommand}
110
112
  */
111
- describeDomain(args: DescribeDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
113
+ describeDomain(args: DescribeDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
112
114
  /**
113
115
  * @see {@link DescribeDomainAutoTunesCommand}
114
116
  */
115
- describeDomainAutoTunes(args: DescribeDomainAutoTunesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainAutoTunesCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
117
+ describeDomainAutoTunes(args: DescribeDomainAutoTunesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainAutoTunesCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
116
118
  /**
117
119
  * @see {@link DescribeDomainChangeProgressCommand}
118
120
  */
119
- describeDomainChangeProgress(args: DescribeDomainChangeProgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainChangeProgressCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
121
+ describeDomainChangeProgress(args: DescribeDomainChangeProgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainChangeProgressCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
120
122
  /**
121
123
  * @see {@link DescribeDomainConfigCommand}
122
124
  */
123
- describeDomainConfig(args: DescribeDomainConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainConfigCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
125
+ describeDomainConfig(args: DescribeDomainConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainConfigCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
124
126
  /**
125
127
  * @see {@link DescribeDomainHealthCommand}
126
128
  */
127
- describeDomainHealth(args: DescribeDomainHealthCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainHealthCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
129
+ describeDomainHealth(args: DescribeDomainHealthCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainHealthCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
128
130
  /**
129
131
  * @see {@link DescribeDomainNodesCommand}
130
132
  */
131
- describeDomainNodes(args: DescribeDomainNodesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainNodesCommandOutput, Cause.TimeoutException | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
133
+ describeDomainNodes(args: DescribeDomainNodesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainNodesCommandOutput, Cause.TimeoutError | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
132
134
  /**
133
135
  * @see {@link DescribeDomainsCommand}
134
136
  */
135
- describeDomains(args: DescribeDomainsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainsCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ValidationError>;
137
+ describeDomains(args: DescribeDomainsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainsCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ValidationError>;
136
138
  /**
137
139
  * @see {@link DescribeDryRunProgressCommand}
138
140
  */
139
- describeDryRunProgress(args: DescribeDryRunProgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDryRunProgressCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
141
+ describeDryRunProgress(args: DescribeDryRunProgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDryRunProgressCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
140
142
  /**
141
143
  * @see {@link DescribeInboundConnectionsCommand}
142
144
  */
143
- describeInboundConnections(args: DescribeInboundConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInboundConnectionsCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | InvalidPaginationTokenError>;
145
+ describeInboundConnections(args: DescribeInboundConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInboundConnectionsCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | InvalidPaginationTokenError>;
144
146
  /**
145
147
  * @see {@link DescribeInstanceTypeLimitsCommand}
146
148
  */
147
- describeInstanceTypeLimits(args: DescribeInstanceTypeLimitsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceTypeLimitsCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceNotFoundError | ValidationError>;
149
+ describeInstanceTypeLimits(args: DescribeInstanceTypeLimitsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceTypeLimitsCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceNotFoundError | ValidationError>;
148
150
  /**
149
151
  * @see {@link DescribeOutboundConnectionsCommand}
150
152
  */
151
- describeOutboundConnections(args: DescribeOutboundConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOutboundConnectionsCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | InvalidPaginationTokenError>;
153
+ describeOutboundConnections(args: DescribeOutboundConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOutboundConnectionsCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | InvalidPaginationTokenError>;
152
154
  /**
153
155
  * @see {@link DescribePackagesCommand}
154
156
  */
155
- describePackages(args: DescribePackagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePackagesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
157
+ describePackages(args: DescribePackagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePackagesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
156
158
  /**
157
159
  * @see {@link DescribeReservedInstanceOfferingsCommand}
158
160
  */
159
- describeReservedInstanceOfferings(args: DescribeReservedInstanceOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstanceOfferingsCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
161
+ describeReservedInstanceOfferings(args: DescribeReservedInstanceOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstanceOfferingsCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
160
162
  /**
161
163
  * @see {@link DescribeReservedInstancesCommand}
162
164
  */
163
- describeReservedInstances(args: DescribeReservedInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
165
+ describeReservedInstances(args: DescribeReservedInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
164
166
  /**
165
167
  * @see {@link DescribeVpcEndpointsCommand}
166
168
  */
167
- describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointsCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ValidationError>;
169
+ describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointsCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ValidationError>;
168
170
  /**
169
171
  * @see {@link DissociatePackageCommand}
170
172
  */
171
- dissociatePackage(args: DissociatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DissociatePackageCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError>;
173
+ dissociatePackage(args: DissociatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DissociatePackageCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError>;
172
174
  /**
173
175
  * @see {@link DissociatePackagesCommand}
174
176
  */
175
- dissociatePackages(args: DissociatePackagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DissociatePackagesCommandOutput, Cause.TimeoutException | SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
177
+ dissociatePackages(args: DissociatePackagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DissociatePackagesCommandOutput, Cause.TimeoutError | SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
176
178
  /**
177
179
  * @see {@link GetApplicationCommand}
178
180
  */
179
- getApplication(args: GetApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApplicationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
181
+ getApplication(args: GetApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApplicationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
180
182
  /**
181
183
  * @see {@link GetCompatibleVersionsCommand}
182
184
  */
183
- getCompatibleVersions(args: GetCompatibleVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCompatibleVersionsCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
185
+ getCompatibleVersions(args: GetCompatibleVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCompatibleVersionsCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
184
186
  /**
185
187
  * @see {@link GetDataSourceCommand}
186
188
  */
187
- getDataSource(args: GetDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataSourceCommandOutput, Cause.TimeoutException | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
189
+ getDataSource(args: GetDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataSourceCommandOutput, Cause.TimeoutError | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
188
190
  /**
189
191
  * @see {@link GetDefaultApplicationSettingCommand}
190
192
  */
191
- getDefaultApplicationSetting(args: GetDefaultApplicationSettingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDefaultApplicationSettingCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalError | ResourceNotFoundError | ValidationError>;
193
+ getDefaultApplicationSetting(args: GetDefaultApplicationSettingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDefaultApplicationSettingCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalError | ResourceNotFoundError | ValidationError>;
192
194
  /**
193
195
  * @see {@link GetDirectQueryDataSourceCommand}
194
196
  */
195
- getDirectQueryDataSource(args: GetDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDirectQueryDataSourceCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
197
+ getDirectQueryDataSource(args: GetDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDirectQueryDataSourceCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
196
198
  /**
197
199
  * @see {@link GetDomainMaintenanceStatusCommand}
198
200
  */
199
- getDomainMaintenanceStatus(args: GetDomainMaintenanceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDomainMaintenanceStatusCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
201
+ getDomainMaintenanceStatus(args: GetDomainMaintenanceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDomainMaintenanceStatusCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
200
202
  /**
201
203
  * @see {@link GetIndexCommand}
202
204
  */
203
- getIndex(args: GetIndexCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIndexCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ThrottlingError | ValidationError>;
205
+ getIndex(args: GetIndexCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIndexCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ThrottlingError | ValidationError>;
204
206
  /**
205
207
  * @see {@link GetPackageVersionHistoryCommand}
206
208
  */
207
- getPackageVersionHistory(args: GetPackageVersionHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPackageVersionHistoryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
209
+ getPackageVersionHistory(args: GetPackageVersionHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPackageVersionHistoryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
208
210
  /**
209
211
  * @see {@link GetUpgradeHistoryCommand}
210
212
  */
211
- getUpgradeHistory(args: GetUpgradeHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUpgradeHistoryCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
213
+ getUpgradeHistory(args: GetUpgradeHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUpgradeHistoryCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
212
214
  /**
213
215
  * @see {@link GetUpgradeStatusCommand}
214
216
  */
215
- getUpgradeStatus(args: GetUpgradeStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUpgradeStatusCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
217
+ getUpgradeStatus(args: GetUpgradeStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUpgradeStatusCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
216
218
  /**
217
219
  * @see {@link ListApplicationsCommand}
218
220
  */
219
- listApplications(args: ListApplicationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListApplicationsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
221
+ listApplications(args: ListApplicationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListApplicationsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
220
222
  /**
221
223
  * @see {@link ListDataSourcesCommand}
222
224
  */
223
- listDataSources(args: ListDataSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDataSourcesCommandOutput, Cause.TimeoutException | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
225
+ listDataSources(args: ListDataSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDataSourcesCommandOutput, Cause.TimeoutError | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
224
226
  /**
225
227
  * @see {@link ListDirectQueryDataSourcesCommand}
226
228
  */
227
- listDirectQueryDataSources(args: ListDirectQueryDataSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDirectQueryDataSourcesCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
229
+ listDirectQueryDataSources(args: ListDirectQueryDataSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDirectQueryDataSourcesCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
228
230
  /**
229
231
  * @see {@link ListDomainMaintenancesCommand}
230
232
  */
231
- listDomainMaintenances(args: ListDomainMaintenancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDomainMaintenancesCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
233
+ listDomainMaintenances(args: ListDomainMaintenancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDomainMaintenancesCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
232
234
  /**
233
235
  * @see {@link ListDomainNamesCommand}
234
236
  */
235
- listDomainNames(args: ListDomainNamesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDomainNamesCommandOutput, Cause.TimeoutException | SdkError | BaseError | ValidationError>;
237
+ listDomainNames(args: ListDomainNamesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDomainNamesCommandOutput, Cause.TimeoutError | SdkError | BaseError | ValidationError>;
236
238
  /**
237
239
  * @see {@link ListDomainsForPackageCommand}
238
240
  */
239
- listDomainsForPackage(args: ListDomainsForPackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDomainsForPackageCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
241
+ listDomainsForPackage(args: ListDomainsForPackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDomainsForPackageCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
240
242
  /**
241
243
  * @see {@link ListInstanceTypeDetailsCommand}
242
244
  */
243
- listInstanceTypeDetails(args: ListInstanceTypeDetailsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInstanceTypeDetailsCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
245
+ listInstanceTypeDetails(args: ListInstanceTypeDetailsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInstanceTypeDetailsCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
244
246
  /**
245
247
  * @see {@link ListPackagesForDomainCommand}
246
248
  */
247
- listPackagesForDomain(args: ListPackagesForDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPackagesForDomainCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
249
+ listPackagesForDomain(args: ListPackagesForDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPackagesForDomainCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
248
250
  /**
249
251
  * @see {@link ListScheduledActionsCommand}
250
252
  */
251
- listScheduledActions(args: ListScheduledActionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListScheduledActionsCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | InvalidPaginationTokenError | ResourceNotFoundError | ValidationError>;
253
+ listScheduledActions(args: ListScheduledActionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListScheduledActionsCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | InvalidPaginationTokenError | ResourceNotFoundError | ValidationError>;
252
254
  /**
253
255
  * @see {@link ListTagsCommand}
254
256
  */
255
- listTags(args: ListTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
257
+ listTags(args: ListTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
256
258
  /**
257
259
  * @see {@link ListVersionsCommand}
258
260
  */
259
- listVersions(args: ListVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVersionsCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
261
+ listVersions(args: ListVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVersionsCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
260
262
  /**
261
263
  * @see {@link ListVpcEndpointAccessCommand}
262
264
  */
263
- listVpcEndpointAccess(args: ListVpcEndpointAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVpcEndpointAccessCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError>;
265
+ listVpcEndpointAccess(args: ListVpcEndpointAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVpcEndpointAccessCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError>;
264
266
  /**
265
267
  * @see {@link ListVpcEndpointsCommand}
266
268
  */
267
- listVpcEndpoints(args: ListVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVpcEndpointsCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError>;
269
+ listVpcEndpoints(args: ListVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVpcEndpointsCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError>;
268
270
  /**
269
271
  * @see {@link ListVpcEndpointsForDomainCommand}
270
272
  */
271
- listVpcEndpointsForDomain(args: ListVpcEndpointsForDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVpcEndpointsForDomainCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError>;
273
+ listVpcEndpointsForDomain(args: ListVpcEndpointsForDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVpcEndpointsForDomainCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError>;
272
274
  /**
273
275
  * @see {@link PurchaseReservedInstanceOfferingCommand}
274
276
  */
275
- purchaseReservedInstanceOffering(args: PurchaseReservedInstanceOfferingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseReservedInstanceOfferingCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | InternalError | LimitExceededError | ResourceAlreadyExistsError | ResourceNotFoundError | ValidationError>;
277
+ purchaseReservedInstanceOffering(args: PurchaseReservedInstanceOfferingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseReservedInstanceOfferingCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | InternalError | LimitExceededError | ResourceAlreadyExistsError | ResourceNotFoundError | ValidationError>;
276
278
  /**
277
279
  * @see {@link PutDefaultApplicationSettingCommand}
278
280
  */
279
- putDefaultApplicationSetting(args: PutDefaultApplicationSettingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDefaultApplicationSettingCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalError | ResourceNotFoundError | ValidationError>;
281
+ putDefaultApplicationSetting(args: PutDefaultApplicationSettingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDefaultApplicationSettingCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalError | ResourceNotFoundError | ValidationError>;
280
282
  /**
281
283
  * @see {@link RejectInboundConnectionCommand}
282
284
  */
283
- rejectInboundConnection(args: RejectInboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectInboundConnectionCommandOutput, Cause.TimeoutException | SdkError | DisabledOperationError | ResourceNotFoundError>;
285
+ rejectInboundConnection(args: RejectInboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectInboundConnectionCommandOutput, Cause.TimeoutError | SdkError | DisabledOperationError | ResourceNotFoundError>;
284
286
  /**
285
287
  * @see {@link RemoveTagsCommand}
286
288
  */
287
- removeTags(args: RemoveTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveTagsCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ValidationError>;
289
+ removeTags(args: RemoveTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveTagsCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ValidationError>;
288
290
  /**
289
291
  * @see {@link RevokeVpcEndpointAccessCommand}
290
292
  */
291
- revokeVpcEndpointAccess(args: RevokeVpcEndpointAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeVpcEndpointAccessCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
293
+ revokeVpcEndpointAccess(args: RevokeVpcEndpointAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeVpcEndpointAccessCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
292
294
  /**
293
295
  * @see {@link StartDomainMaintenanceCommand}
294
296
  */
295
- startDomainMaintenance(args: StartDomainMaintenanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartDomainMaintenanceCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
297
+ startDomainMaintenance(args: StartDomainMaintenanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartDomainMaintenanceCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
296
298
  /**
297
299
  * @see {@link StartServiceSoftwareUpdateCommand}
298
300
  */
299
- startServiceSoftwareUpdate(args: StartServiceSoftwareUpdateCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartServiceSoftwareUpdateCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
301
+ startServiceSoftwareUpdate(args: StartServiceSoftwareUpdateCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartServiceSoftwareUpdateCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
300
302
  /**
301
303
  * @see {@link UpdateApplicationCommand}
302
304
  */
303
- updateApplication(args: UpdateApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateApplicationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
305
+ updateApplication(args: UpdateApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateApplicationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
304
306
  /**
305
307
  * @see {@link UpdateDataSourceCommand}
306
308
  */
307
- updateDataSource(args: UpdateDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataSourceCommandOutput, Cause.TimeoutException | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
309
+ updateDataSource(args: UpdateDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataSourceCommandOutput, Cause.TimeoutError | SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
308
310
  /**
309
311
  * @see {@link UpdateDirectQueryDataSourceCommand}
310
312
  */
311
- updateDirectQueryDataSource(args: UpdateDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDirectQueryDataSourceCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
313
+ updateDirectQueryDataSource(args: UpdateDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDirectQueryDataSourceCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
312
314
  /**
313
315
  * @see {@link UpdateDomainConfigCommand}
314
316
  */
315
- updateDomainConfig(args: UpdateDomainConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDomainConfigCommandOutput, Cause.TimeoutException | SdkError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceNotFoundError | ValidationError>;
317
+ updateDomainConfig(args: UpdateDomainConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDomainConfigCommandOutput, Cause.TimeoutError | SdkError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceNotFoundError | ValidationError>;
316
318
  /**
317
319
  * @see {@link UpdateIndexCommand}
318
320
  */
319
- updateIndex(args: UpdateIndexCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateIndexCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ThrottlingError | ValidationError>;
321
+ updateIndex(args: UpdateIndexCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateIndexCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ThrottlingError | ValidationError>;
320
322
  /**
321
323
  * @see {@link UpdatePackageCommand}
322
324
  */
323
- updatePackage(args: UpdatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePackageCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BaseError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
325
+ updatePackage(args: UpdatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePackageCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | BaseError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
324
326
  /**
325
327
  * @see {@link UpdatePackageScopeCommand}
326
328
  */
327
- updatePackageScope(args: UpdatePackageScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePackageScopeCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
329
+ updatePackageScope(args: UpdatePackageScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePackageScopeCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
328
330
  /**
329
331
  * @see {@link UpdateScheduledActionCommand}
330
332
  */
331
- updateScheduledAction(args: UpdateScheduledActionCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateScheduledActionCommandOutput, Cause.TimeoutException | SdkError | BaseError | ConflictError | InternalError | LimitExceededError | ResourceNotFoundError | SlotNotAvailableError | ValidationError>;
333
+ updateScheduledAction(args: UpdateScheduledActionCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateScheduledActionCommandOutput, Cause.TimeoutError | SdkError | BaseError | ConflictError | InternalError | LimitExceededError | ResourceNotFoundError | SlotNotAvailableError | ValidationError>;
332
334
  /**
333
335
  * @see {@link UpdateVpcEndpointCommand}
334
336
  */
335
- updateVpcEndpoint(args: UpdateVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateVpcEndpointCommandOutput, Cause.TimeoutException | SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
337
+ updateVpcEndpoint(args: UpdateVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateVpcEndpointCommandOutput, Cause.TimeoutError | SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
336
338
  /**
337
339
  * @see {@link UpgradeDomainCommand}
338
340
  */
339
- upgradeDomain(args: UpgradeDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpgradeDomainCommandOutput, Cause.TimeoutException | SdkError | BaseError | DisabledOperationError | InternalError | ResourceAlreadyExistsError | ResourceNotFoundError | ValidationError>;
341
+ upgradeDomain(args: UpgradeDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpgradeDomainCommandOutput, Cause.TimeoutError | SdkError | BaseError | DisabledOperationError | InternalError | ResourceAlreadyExistsError | ResourceNotFoundError | ValidationError>;
340
342
  }
341
343
  /**
342
344
  * @since 1.0.0
343
345
  * @category constructors
344
346
  */
345
347
  export declare const makeOpenSearchService: Effect.Effect<OpenSearchService$, never, Instance.OpenSearchClientInstance>;
346
- declare const OpenSearchService_base: import("effect/Context").TagClass<OpenSearchService, "@effect-aws/client-opensearch/OpenSearchService", OpenSearchService$> & Effect.Tag.Proxy<OpenSearchService, OpenSearchService$> & {
347
- use: <X>(body: (_: OpenSearchService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, OpenSearchService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, OpenSearchService> : Effect.Effect<X, never, OpenSearchService>;
348
- };
348
+ declare const OpenSearchService_base: ServiceMap.ServiceClass<OpenSearchService, "@effect-aws/client-opensearch/OpenSearchService", OpenSearchService$>;
349
349
  /**
350
350
  * @since 1.0.0
351
351
  * @category models