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