@effect-aws/client-opensearch 1.3.0 → 1.9.3

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 (69) hide show
  1. package/Errors/package.json +6 -0
  2. package/OpenSearchClientInstance/package.json +6 -0
  3. package/OpenSearchService/package.json +6 -0
  4. package/OpenSearchServiceConfig/package.json +6 -0
  5. package/{lib → dist/cjs}/Errors.d.ts +6 -11
  6. package/dist/cjs/Errors.d.ts.map +1 -0
  7. package/dist/cjs/Errors.js +21 -0
  8. package/dist/cjs/Errors.js.map +1 -0
  9. package/dist/cjs/OpenSearchClientInstance.d.ts +24 -0
  10. package/dist/cjs/OpenSearchClientInstance.d.ts.map +1 -0
  11. package/dist/cjs/OpenSearchClientInstance.js +50 -0
  12. package/dist/cjs/OpenSearchClientInstance.js.map +1 -0
  13. package/dist/cjs/OpenSearchService.d.ts +345 -0
  14. package/dist/cjs/OpenSearchService.d.ts.map +1 -0
  15. package/dist/cjs/OpenSearchService.js +135 -0
  16. package/dist/cjs/OpenSearchService.js.map +1 -0
  17. package/dist/cjs/OpenSearchServiceConfig.d.ts +25 -0
  18. package/dist/cjs/OpenSearchServiceConfig.d.ts.map +1 -0
  19. package/dist/cjs/OpenSearchServiceConfig.js +35 -0
  20. package/dist/cjs/OpenSearchServiceConfig.js.map +1 -0
  21. package/dist/cjs/index.d.ts +39 -0
  22. package/dist/cjs/index.d.ts.map +1 -0
  23. package/dist/cjs/index.js +56 -0
  24. package/dist/cjs/index.js.map +1 -0
  25. package/dist/dts/Errors.d.ts +20 -0
  26. package/dist/dts/Errors.d.ts.map +1 -0
  27. package/dist/dts/OpenSearchClientInstance.d.ts +24 -0
  28. package/dist/dts/OpenSearchClientInstance.d.ts.map +1 -0
  29. package/dist/dts/OpenSearchService.d.ts +345 -0
  30. package/dist/dts/OpenSearchService.d.ts.map +1 -0
  31. package/dist/dts/OpenSearchServiceConfig.d.ts +25 -0
  32. package/dist/dts/OpenSearchServiceConfig.d.ts.map +1 -0
  33. package/dist/dts/index.d.ts +39 -0
  34. package/dist/dts/index.d.ts.map +1 -0
  35. package/dist/esm/Errors.js +18 -0
  36. package/dist/esm/Errors.js.map +1 -0
  37. package/dist/esm/OpenSearchClientInstance.js +23 -0
  38. package/dist/esm/OpenSearchClientInstance.js.map +1 -0
  39. package/dist/esm/OpenSearchService.js +108 -0
  40. package/dist/esm/OpenSearchService.js.map +1 -0
  41. package/dist/esm/OpenSearchServiceConfig.js +31 -0
  42. package/dist/esm/OpenSearchServiceConfig.js.map +1 -0
  43. package/dist/esm/index.js +27 -0
  44. package/dist/esm/index.js.map +1 -0
  45. package/dist/esm/package.json +4 -0
  46. package/package.json +60 -43
  47. package/src/Errors.ts +50 -0
  48. package/src/OpenSearchClientInstance.ts +33 -0
  49. package/src/OpenSearchService.ts +1375 -0
  50. package/src/OpenSearchServiceConfig.ts +52 -0
  51. package/src/index.ts +44 -0
  52. package/CHANGELOG.md +0 -31
  53. package/docgen.json +0 -8
  54. package/lib/Errors.js +0 -21
  55. package/lib/OpenSearchClientInstance.d.ts +0 -31
  56. package/lib/OpenSearchClientInstance.js +0 -57
  57. package/lib/OpenSearchClientInstanceConfig.d.ts +0 -23
  58. package/lib/OpenSearchClientInstanceConfig.js +0 -44
  59. package/lib/OpenSearchService.d.ts +0 -445
  60. package/lib/OpenSearchService.js +0 -164
  61. package/lib/esm/Errors.js +0 -18
  62. package/lib/esm/OpenSearchClientInstance.js +0 -30
  63. package/lib/esm/OpenSearchClientInstanceConfig.js +0 -40
  64. package/lib/esm/OpenSearchService.js +0 -160
  65. package/lib/esm/index.js +0 -5
  66. package/lib/index.d.ts +0 -4
  67. package/lib/index.js +0 -21
  68. package/project.json +0 -77
  69. package/vitest.config.ts +0 -3
@@ -1,445 +0,0 @@
1
- /**
2
- * @since 1.0.0
3
- */
4
- import { type OpenSearchClient, type OpenSearchClientConfig, 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 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 DeleteOutboundConnectionCommandInput, type DeleteOutboundConnectionCommandOutput, type DeletePackageCommandInput, type DeletePackageCommandOutput, type DeleteVpcEndpointCommandInput, type DeleteVpcEndpointCommandOutput, type DescribeDomainCommandInput, type DescribeDomainCommandOutput, type DescribeDomainAutoTunesCommandInput, type DescribeDomainAutoTunesCommandOutput, type DescribeDomainChangeProgressCommandInput, type DescribeDomainChangeProgressCommandOutput, 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 GetDirectQueryDataSourceCommandInput, type GetDirectQueryDataSourceCommandOutput, type GetDomainMaintenanceStatusCommandInput, type GetDomainMaintenanceStatusCommandOutput, 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 PurchaseReservedInstanceOfferingCommandInput, type PurchaseReservedInstanceOfferingCommandOutput, 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 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
- import { Effect, Layer } from "effect";
6
- import { AccessDeniedError, BaseError, ConflictError, DependencyFailureError, DisabledOperationError, InternalError, InvalidPaginationTokenError, InvalidTypeError, LimitExceededError, ResourceAlreadyExistsError, ResourceNotFoundError, SlotNotAvailableError, ValidationError, SdkError } from "./Errors";
7
- import { OpenSearchClientInstance } from "./OpenSearchClientInstance";
8
- import { OpenSearchClientInstanceConfig } from "./OpenSearchClientInstanceConfig";
9
- /**
10
- * @since 1.0.0
11
- */
12
- export interface HttpHandlerOptions {
13
- /**
14
- * The maximum time in milliseconds that the connection phase of a request
15
- * may take before the connection attempt is abandoned.
16
- */
17
- requestTimeout?: number;
18
- }
19
- interface OpenSearchService$ {
20
- readonly _: unique symbol;
21
- /**
22
- * @see {@link AcceptInboundConnectionCommand}
23
- */
24
- acceptInboundConnection(args: AcceptInboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AcceptInboundConnectionCommandOutput, SdkError | DisabledOperationError | LimitExceededError | ResourceNotFoundError>;
25
- /**
26
- * @see {@link AddDataSourceCommand}
27
- */
28
- addDataSource(args: AddDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddDataSourceCommandOutput, SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
29
- /**
30
- * @see {@link AddDirectQueryDataSourceCommand}
31
- */
32
- addDirectQueryDataSource(args: AddDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddDirectQueryDataSourceCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
33
- /**
34
- * @see {@link AddTagsCommand}
35
- */
36
- addTags(args: AddTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddTagsCommandOutput, SdkError | BaseError | InternalError | LimitExceededError | ValidationError>;
37
- /**
38
- * @see {@link AssociatePackageCommand}
39
- */
40
- associatePackage(args: AssociatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociatePackageCommandOutput, SdkError | AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError>;
41
- /**
42
- * @see {@link AssociatePackagesCommand}
43
- */
44
- associatePackages(args: AssociatePackagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociatePackagesCommandOutput, SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
45
- /**
46
- * @see {@link AuthorizeVpcEndpointAccessCommand}
47
- */
48
- authorizeVpcEndpointAccess(args: AuthorizeVpcEndpointAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<AuthorizeVpcEndpointAccessCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
49
- /**
50
- * @see {@link CancelDomainConfigChangeCommand}
51
- */
52
- cancelDomainConfigChange(args: CancelDomainConfigChangeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelDomainConfigChangeCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
53
- /**
54
- * @see {@link CancelServiceSoftwareUpdateCommand}
55
- */
56
- cancelServiceSoftwareUpdate(args: CancelServiceSoftwareUpdateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelServiceSoftwareUpdateCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
57
- /**
58
- * @see {@link CreateApplicationCommand}
59
- */
60
- createApplication(args: CreateApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateApplicationCommandOutput, SdkError | AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ValidationError>;
61
- /**
62
- * @see {@link CreateDomainCommand}
63
- */
64
- createDomain(args: CreateDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDomainCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | InvalidTypeError | LimitExceededError | ResourceAlreadyExistsError | ValidationError>;
65
- /**
66
- * @see {@link CreateOutboundConnectionCommand}
67
- */
68
- createOutboundConnection(args: CreateOutboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOutboundConnectionCommandOutput, SdkError | DisabledOperationError | InternalError | LimitExceededError | ResourceAlreadyExistsError>;
69
- /**
70
- * @see {@link CreatePackageCommand}
71
- */
72
- createPackage(args: CreatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePackageCommandOutput, SdkError | AccessDeniedError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceAlreadyExistsError | ValidationError>;
73
- /**
74
- * @see {@link CreateVpcEndpointCommand}
75
- */
76
- createVpcEndpoint(args: CreateVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcEndpointCommandOutput, SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | LimitExceededError | ValidationError>;
77
- /**
78
- * @see {@link DeleteApplicationCommand}
79
- */
80
- deleteApplication(args: DeleteApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteApplicationCommandOutput, SdkError | AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
81
- /**
82
- * @see {@link DeleteDataSourceCommand}
83
- */
84
- deleteDataSource(args: DeleteDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataSourceCommandOutput, SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
85
- /**
86
- * @see {@link DeleteDirectQueryDataSourceCommand}
87
- */
88
- deleteDirectQueryDataSource(args: DeleteDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDirectQueryDataSourceCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
89
- /**
90
- * @see {@link DeleteDomainCommand}
91
- */
92
- deleteDomain(args: DeleteDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDomainCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
93
- /**
94
- * @see {@link DeleteInboundConnectionCommand}
95
- */
96
- deleteInboundConnection(args: DeleteInboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInboundConnectionCommandOutput, SdkError | DisabledOperationError | ResourceNotFoundError>;
97
- /**
98
- * @see {@link DeleteOutboundConnectionCommand}
99
- */
100
- deleteOutboundConnection(args: DeleteOutboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOutboundConnectionCommandOutput, SdkError | DisabledOperationError | ResourceNotFoundError>;
101
- /**
102
- * @see {@link DeletePackageCommand}
103
- */
104
- deletePackage(args: DeletePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePackageCommandOutput, SdkError | AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError>;
105
- /**
106
- * @see {@link DeleteVpcEndpointCommand}
107
- */
108
- deleteVpcEndpoint(args: DeleteVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcEndpointCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError>;
109
- /**
110
- * @see {@link DescribeDomainCommand}
111
- */
112
- describeDomain(args: DescribeDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
113
- /**
114
- * @see {@link DescribeDomainAutoTunesCommand}
115
- */
116
- describeDomainAutoTunes(args: DescribeDomainAutoTunesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainAutoTunesCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
117
- /**
118
- * @see {@link DescribeDomainChangeProgressCommand}
119
- */
120
- describeDomainChangeProgress(args: DescribeDomainChangeProgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainChangeProgressCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
121
- /**
122
- * @see {@link DescribeDomainConfigCommand}
123
- */
124
- describeDomainConfig(args: DescribeDomainConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainConfigCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
125
- /**
126
- * @see {@link DescribeDomainHealthCommand}
127
- */
128
- describeDomainHealth(args: DescribeDomainHealthCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainHealthCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
129
- /**
130
- * @see {@link DescribeDomainNodesCommand}
131
- */
132
- describeDomainNodes(args: DescribeDomainNodesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainNodesCommandOutput, SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
133
- /**
134
- * @see {@link DescribeDomainsCommand}
135
- */
136
- describeDomains(args: DescribeDomainsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDomainsCommandOutput, SdkError | BaseError | InternalError | ValidationError>;
137
- /**
138
- * @see {@link DescribeDryRunProgressCommand}
139
- */
140
- describeDryRunProgress(args: DescribeDryRunProgressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDryRunProgressCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
141
- /**
142
- * @see {@link DescribeInboundConnectionsCommand}
143
- */
144
- describeInboundConnections(args: DescribeInboundConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInboundConnectionsCommandOutput, SdkError | DisabledOperationError | InvalidPaginationTokenError>;
145
- /**
146
- * @see {@link DescribeInstanceTypeLimitsCommand}
147
- */
148
- describeInstanceTypeLimits(args: DescribeInstanceTypeLimitsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeInstanceTypeLimitsCommandOutput, SdkError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceNotFoundError | ValidationError>;
149
- /**
150
- * @see {@link DescribeOutboundConnectionsCommand}
151
- */
152
- describeOutboundConnections(args: DescribeOutboundConnectionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeOutboundConnectionsCommandOutput, SdkError | DisabledOperationError | InvalidPaginationTokenError>;
153
- /**
154
- * @see {@link DescribePackagesCommand}
155
- */
156
- describePackages(args: DescribePackagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribePackagesCommandOutput, SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
157
- /**
158
- * @see {@link DescribeReservedInstanceOfferingsCommand}
159
- */
160
- describeReservedInstanceOfferings(args: DescribeReservedInstanceOfferingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstanceOfferingsCommandOutput, SdkError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
161
- /**
162
- * @see {@link DescribeReservedInstancesCommand}
163
- */
164
- describeReservedInstances(args: DescribeReservedInstancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReservedInstancesCommandOutput, SdkError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
165
- /**
166
- * @see {@link DescribeVpcEndpointsCommand}
167
- */
168
- describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeVpcEndpointsCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ValidationError>;
169
- /**
170
- * @see {@link DissociatePackageCommand}
171
- */
172
- dissociatePackage(args: DissociatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DissociatePackageCommandOutput, SdkError | AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError>;
173
- /**
174
- * @see {@link DissociatePackagesCommand}
175
- */
176
- dissociatePackages(args: DissociatePackagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DissociatePackagesCommandOutput, SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
177
- /**
178
- * @see {@link GetApplicationCommand}
179
- */
180
- getApplication(args: GetApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApplicationCommandOutput, SdkError | AccessDeniedError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
181
- /**
182
- * @see {@link GetCompatibleVersionsCommand}
183
- */
184
- getCompatibleVersions(args: GetCompatibleVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCompatibleVersionsCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
185
- /**
186
- * @see {@link GetDataSourceCommand}
187
- */
188
- getDataSource(args: GetDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataSourceCommandOutput, SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
189
- /**
190
- * @see {@link GetDirectQueryDataSourceCommand}
191
- */
192
- getDirectQueryDataSource(args: GetDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDirectQueryDataSourceCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
193
- /**
194
- * @see {@link GetDomainMaintenanceStatusCommand}
195
- */
196
- getDomainMaintenanceStatus(args: GetDomainMaintenanceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDomainMaintenanceStatusCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
197
- /**
198
- * @see {@link GetPackageVersionHistoryCommand}
199
- */
200
- getPackageVersionHistory(args: GetPackageVersionHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPackageVersionHistoryCommandOutput, SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
201
- /**
202
- * @see {@link GetUpgradeHistoryCommand}
203
- */
204
- getUpgradeHistory(args: GetUpgradeHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUpgradeHistoryCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
205
- /**
206
- * @see {@link GetUpgradeStatusCommand}
207
- */
208
- getUpgradeStatus(args: GetUpgradeStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUpgradeStatusCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
209
- /**
210
- * @see {@link ListApplicationsCommand}
211
- */
212
- listApplications(args: ListApplicationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListApplicationsCommandOutput, SdkError | AccessDeniedError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
213
- /**
214
- * @see {@link ListDataSourcesCommand}
215
- */
216
- listDataSources(args: ListDataSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDataSourcesCommandOutput, SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
217
- /**
218
- * @see {@link ListDirectQueryDataSourcesCommand}
219
- */
220
- listDirectQueryDataSources(args: ListDirectQueryDataSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDirectQueryDataSourcesCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
221
- /**
222
- * @see {@link ListDomainMaintenancesCommand}
223
- */
224
- listDomainMaintenances(args: ListDomainMaintenancesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDomainMaintenancesCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
225
- /**
226
- * @see {@link ListDomainNamesCommand}
227
- */
228
- listDomainNames(args: ListDomainNamesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDomainNamesCommandOutput, SdkError | BaseError | ValidationError>;
229
- /**
230
- * @see {@link ListDomainsForPackageCommand}
231
- */
232
- listDomainsForPackage(args: ListDomainsForPackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDomainsForPackageCommandOutput, SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
233
- /**
234
- * @see {@link ListInstanceTypeDetailsCommand}
235
- */
236
- listInstanceTypeDetails(args: ListInstanceTypeDetailsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInstanceTypeDetailsCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
237
- /**
238
- * @see {@link ListPackagesForDomainCommand}
239
- */
240
- listPackagesForDomain(args: ListPackagesForDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPackagesForDomainCommandOutput, SdkError | AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
241
- /**
242
- * @see {@link ListScheduledActionsCommand}
243
- */
244
- listScheduledActions(args: ListScheduledActionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListScheduledActionsCommandOutput, SdkError | BaseError | InternalError | InvalidPaginationTokenError | ResourceNotFoundError | ValidationError>;
245
- /**
246
- * @see {@link ListTagsCommand}
247
- */
248
- listTags(args: ListTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
249
- /**
250
- * @see {@link ListVersionsCommand}
251
- */
252
- listVersions(args: ListVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVersionsCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
253
- /**
254
- * @see {@link ListVpcEndpointAccessCommand}
255
- */
256
- listVpcEndpointAccess(args: ListVpcEndpointAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVpcEndpointAccessCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError>;
257
- /**
258
- * @see {@link ListVpcEndpointsCommand}
259
- */
260
- listVpcEndpoints(args: ListVpcEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVpcEndpointsCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError>;
261
- /**
262
- * @see {@link ListVpcEndpointsForDomainCommand}
263
- */
264
- listVpcEndpointsForDomain(args: ListVpcEndpointsForDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVpcEndpointsForDomainCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError>;
265
- /**
266
- * @see {@link PurchaseReservedInstanceOfferingCommand}
267
- */
268
- purchaseReservedInstanceOffering(args: PurchaseReservedInstanceOfferingCommandInput, options?: HttpHandlerOptions): Effect.Effect<PurchaseReservedInstanceOfferingCommandOutput, SdkError | DisabledOperationError | InternalError | LimitExceededError | ResourceAlreadyExistsError | ResourceNotFoundError | ValidationError>;
269
- /**
270
- * @see {@link RejectInboundConnectionCommand}
271
- */
272
- rejectInboundConnection(args: RejectInboundConnectionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectInboundConnectionCommandOutput, SdkError | DisabledOperationError | ResourceNotFoundError>;
273
- /**
274
- * @see {@link RemoveTagsCommand}
275
- */
276
- removeTags(args: RemoveTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveTagsCommandOutput, SdkError | BaseError | InternalError | ValidationError>;
277
- /**
278
- * @see {@link RevokeVpcEndpointAccessCommand}
279
- */
280
- revokeVpcEndpointAccess(args: RevokeVpcEndpointAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeVpcEndpointAccessCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
281
- /**
282
- * @see {@link StartDomainMaintenanceCommand}
283
- */
284
- startDomainMaintenance(args: StartDomainMaintenanceCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartDomainMaintenanceCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
285
- /**
286
- * @see {@link StartServiceSoftwareUpdateCommand}
287
- */
288
- startServiceSoftwareUpdate(args: StartServiceSoftwareUpdateCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartServiceSoftwareUpdateCommandOutput, SdkError | BaseError | InternalError | ResourceNotFoundError | ValidationError>;
289
- /**
290
- * @see {@link UpdateApplicationCommand}
291
- */
292
- updateApplication(args: UpdateApplicationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateApplicationCommandOutput, SdkError | AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
293
- /**
294
- * @see {@link UpdateDataSourceCommand}
295
- */
296
- updateDataSource(args: UpdateDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataSourceCommandOutput, SdkError | BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
297
- /**
298
- * @see {@link UpdateDirectQueryDataSourceCommand}
299
- */
300
- updateDirectQueryDataSource(args: UpdateDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDirectQueryDataSourceCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
301
- /**
302
- * @see {@link UpdateDomainConfigCommand}
303
- */
304
- updateDomainConfig(args: UpdateDomainConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDomainConfigCommandOutput, SdkError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceNotFoundError | ValidationError>;
305
- /**
306
- * @see {@link UpdatePackageCommand}
307
- */
308
- updatePackage(args: UpdatePackageCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePackageCommandOutput, SdkError | AccessDeniedError | BaseError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError>;
309
- /**
310
- * @see {@link UpdatePackageScopeCommand}
311
- */
312
- updatePackageScope(args: UpdatePackageScopeCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePackageScopeCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
313
- /**
314
- * @see {@link UpdateScheduledActionCommand}
315
- */
316
- updateScheduledAction(args: UpdateScheduledActionCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateScheduledActionCommandOutput, SdkError | BaseError | ConflictError | InternalError | LimitExceededError | ResourceNotFoundError | SlotNotAvailableError | ValidationError>;
317
- /**
318
- * @see {@link UpdateVpcEndpointCommand}
319
- */
320
- updateVpcEndpoint(args: UpdateVpcEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateVpcEndpointCommandOutput, SdkError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError>;
321
- /**
322
- * @see {@link UpgradeDomainCommand}
323
- */
324
- upgradeDomain(args: UpgradeDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpgradeDomainCommandOutput, SdkError | BaseError | DisabledOperationError | InternalError | ResourceAlreadyExistsError | ResourceNotFoundError | ValidationError>;
325
- }
326
- /**
327
- * @since 1.0.0
328
- * @category constructors
329
- */
330
- export declare const makeOpenSearchService: Effect.Effect<OpenSearchService$, never, OpenSearchClientInstance>;
331
- declare const OpenSearchService_base: import("effect/Context").TagClass<OpenSearchService, "@effect-aws/client-opensearch/OpenSearchService", OpenSearchService$> & {
332
- readonly _: Effect.Effect<OpenSearchService$["_"], never, OpenSearchService>;
333
- acceptInboundConnection: (args: AcceptInboundConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AcceptInboundConnectionCommandOutput, DisabledOperationError | LimitExceededError | ResourceNotFoundError | SdkError, OpenSearchService>;
334
- addDataSource: (args: AddDataSourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AddDataSourceCommandOutput, BaseError | DependencyFailureError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
335
- addDirectQueryDataSource: (args: AddDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AddDirectQueryDataSourceCommandOutput, BaseError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
336
- addTags: (args: AddTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AddTagsCommandOutput, BaseError | InternalError | LimitExceededError | ValidationError | SdkError, OpenSearchService>;
337
- associatePackage: (args: AssociatePackageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociatePackageCommandOutput, AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
338
- associatePackages: (args: AssociatePackagesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AssociatePackagesCommandOutput, BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
339
- authorizeVpcEndpointAccess: (args: AuthorizeVpcEndpointAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AuthorizeVpcEndpointAccessCommandOutput, BaseError | DisabledOperationError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
340
- cancelDomainConfigChange: (args: CancelDomainConfigChangeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelDomainConfigChangeCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
341
- cancelServiceSoftwareUpdate: (args: CancelServiceSoftwareUpdateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CancelServiceSoftwareUpdateCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
342
- createApplication: (args: CreateApplicationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateApplicationCommandOutput, AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ValidationError | SdkError, OpenSearchService>;
343
- createDomain: (args: CreateDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateDomainCommandOutput, BaseError | DisabledOperationError | InternalError | InvalidTypeError | LimitExceededError | ResourceAlreadyExistsError | ValidationError | SdkError, OpenSearchService>;
344
- createOutboundConnection: (args: CreateOutboundConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateOutboundConnectionCommandOutput, DisabledOperationError | InternalError | LimitExceededError | ResourceAlreadyExistsError | SdkError, OpenSearchService>;
345
- createPackage: (args: CreatePackageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreatePackageCommandOutput, AccessDeniedError | BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceAlreadyExistsError | ValidationError | SdkError, OpenSearchService>;
346
- createVpcEndpoint: (args: CreateVpcEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVpcEndpointCommandOutput, BaseError | ConflictError | DisabledOperationError | InternalError | LimitExceededError | ValidationError | SdkError, OpenSearchService>;
347
- deleteApplication: (args: DeleteApplicationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteApplicationCommandOutput, AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
348
- deleteDataSource: (args: DeleteDataSourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteDataSourceCommandOutput, BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
349
- deleteDirectQueryDataSource: (args: DeleteDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteDirectQueryDataSourceCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
350
- deleteDomain: (args: DeleteDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteDomainCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
351
- deleteInboundConnection: (args: DeleteInboundConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteInboundConnectionCommandOutput, DisabledOperationError | ResourceNotFoundError | SdkError, OpenSearchService>;
352
- deleteOutboundConnection: (args: DeleteOutboundConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteOutboundConnectionCommandOutput, DisabledOperationError | ResourceNotFoundError | SdkError, OpenSearchService>;
353
- deletePackage: (args: DeletePackageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeletePackageCommandOutput, AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
354
- deleteVpcEndpoint: (args: DeleteVpcEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVpcEndpointCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | SdkError, OpenSearchService>;
355
- describeDomain: (args: DescribeDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDomainCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
356
- describeDomainAutoTunes: (args: DescribeDomainAutoTunesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDomainAutoTunesCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
357
- describeDomainChangeProgress: (args: DescribeDomainChangeProgressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDomainChangeProgressCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
358
- describeDomainConfig: (args: DescribeDomainConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDomainConfigCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
359
- describeDomainHealth: (args: DescribeDomainHealthCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDomainHealthCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
360
- describeDomainNodes: (args: DescribeDomainNodesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDomainNodesCommandOutput, BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
361
- describeDomains: (args: DescribeDomainsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDomainsCommandOutput, BaseError | InternalError | ValidationError | SdkError, OpenSearchService>;
362
- describeDryRunProgress: (args: DescribeDryRunProgressCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeDryRunProgressCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
363
- describeInboundConnections: (args: DescribeInboundConnectionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInboundConnectionsCommandOutput, DisabledOperationError | InvalidPaginationTokenError | SdkError, OpenSearchService>;
364
- describeInstanceTypeLimits: (args: DescribeInstanceTypeLimitsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeInstanceTypeLimitsCommandOutput, BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
365
- describeOutboundConnections: (args: DescribeOutboundConnectionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeOutboundConnectionsCommandOutput, DisabledOperationError | InvalidPaginationTokenError | SdkError, OpenSearchService>;
366
- describePackages: (args: DescribePackagesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribePackagesCommandOutput, AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
367
- describeReservedInstanceOfferings: (args: DescribeReservedInstanceOfferingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeReservedInstanceOfferingsCommandOutput, DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
368
- describeReservedInstances: (args: DescribeReservedInstancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeReservedInstancesCommandOutput, DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
369
- describeVpcEndpoints: (args: DescribeVpcEndpointsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DescribeVpcEndpointsCommandOutput, BaseError | DisabledOperationError | InternalError | ValidationError | SdkError, OpenSearchService>;
370
- dissociatePackage: (args: DissociatePackageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DissociatePackageCommandOutput, AccessDeniedError | BaseError | ConflictError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
371
- dissociatePackages: (args: DissociatePackagesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DissociatePackagesCommandOutput, BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
372
- getApplication: (args: GetApplicationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetApplicationCommandOutput, AccessDeniedError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
373
- getCompatibleVersions: (args: GetCompatibleVersionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetCompatibleVersionsCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
374
- getDataSource: (args: GetDataSourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetDataSourceCommandOutput, BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
375
- getDirectQueryDataSource: (args: GetDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetDirectQueryDataSourceCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
376
- getDomainMaintenanceStatus: (args: GetDomainMaintenanceStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetDomainMaintenanceStatusCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
377
- getPackageVersionHistory: (args: GetPackageVersionHistoryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetPackageVersionHistoryCommandOutput, AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
378
- getUpgradeHistory: (args: GetUpgradeHistoryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetUpgradeHistoryCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
379
- getUpgradeStatus: (args: GetUpgradeStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetUpgradeStatusCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
380
- listApplications: (args: ListApplicationsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListApplicationsCommandOutput, AccessDeniedError | BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
381
- listDataSources: (args: ListDataSourcesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListDataSourcesCommandOutput, BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
382
- listDirectQueryDataSources: (args: ListDirectQueryDataSourcesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListDirectQueryDataSourcesCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
383
- listDomainMaintenances: (args: ListDomainMaintenancesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListDomainMaintenancesCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
384
- listDomainNames: (args: ListDomainNamesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListDomainNamesCommandOutput, BaseError | ValidationError | SdkError, OpenSearchService>;
385
- listDomainsForPackage: (args: ListDomainsForPackageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListDomainsForPackageCommandOutput, AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
386
- listInstanceTypeDetails: (args: ListInstanceTypeDetailsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListInstanceTypeDetailsCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
387
- listPackagesForDomain: (args: ListPackagesForDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListPackagesForDomainCommandOutput, AccessDeniedError | BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
388
- listScheduledActions: (args: ListScheduledActionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListScheduledActionsCommandOutput, BaseError | InternalError | InvalidPaginationTokenError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
389
- listTags: (args: ListTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListTagsCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
390
- listVersions: (args: ListVersionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListVersionsCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
391
- listVpcEndpointAccess: (args: ListVpcEndpointAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListVpcEndpointAccessCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | SdkError, OpenSearchService>;
392
- listVpcEndpoints: (args: ListVpcEndpointsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListVpcEndpointsCommandOutput, BaseError | DisabledOperationError | InternalError | SdkError, OpenSearchService>;
393
- listVpcEndpointsForDomain: (args: ListVpcEndpointsForDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListVpcEndpointsForDomainCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | SdkError, OpenSearchService>;
394
- purchaseReservedInstanceOffering: (args: PurchaseReservedInstanceOfferingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PurchaseReservedInstanceOfferingCommandOutput, DisabledOperationError | InternalError | LimitExceededError | ResourceAlreadyExistsError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
395
- rejectInboundConnection: (args: RejectInboundConnectionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RejectInboundConnectionCommandOutput, DisabledOperationError | ResourceNotFoundError | SdkError, OpenSearchService>;
396
- removeTags: (args: RemoveTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RemoveTagsCommandOutput, BaseError | InternalError | ValidationError | SdkError, OpenSearchService>;
397
- revokeVpcEndpointAccess: (args: RevokeVpcEndpointAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RevokeVpcEndpointAccessCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
398
- startDomainMaintenance: (args: StartDomainMaintenanceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<StartDomainMaintenanceCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
399
- startServiceSoftwareUpdate: (args: StartServiceSoftwareUpdateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<StartServiceSoftwareUpdateCommandOutput, BaseError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
400
- updateApplication: (args: UpdateApplicationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateApplicationCommandOutput, AccessDeniedError | BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
401
- updateDataSource: (args: UpdateDataSourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateDataSourceCommandOutput, BaseError | DependencyFailureError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
402
- updateDirectQueryDataSource: (args: UpdateDirectQueryDataSourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateDirectQueryDataSourceCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
403
- updateDomainConfig: (args: UpdateDomainConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateDomainConfigCommandOutput, BaseError | InternalError | InvalidTypeError | LimitExceededError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
404
- updatePackage: (args: UpdatePackageCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdatePackageCommandOutput, AccessDeniedError | BaseError | InternalError | LimitExceededError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
405
- updatePackageScope: (args: UpdatePackageScopeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdatePackageScopeCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
406
- updateScheduledAction: (args: UpdateScheduledActionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateScheduledActionCommandOutput, BaseError | ConflictError | InternalError | LimitExceededError | ResourceNotFoundError | SlotNotAvailableError | ValidationError | SdkError, OpenSearchService>;
407
- updateVpcEndpoint: (args: UpdateVpcEndpointCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateVpcEndpointCommandOutput, BaseError | ConflictError | DisabledOperationError | InternalError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
408
- upgradeDomain: (args: UpgradeDomainCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpgradeDomainCommandOutput, BaseError | DisabledOperationError | InternalError | ResourceAlreadyExistsError | ResourceNotFoundError | ValidationError | SdkError, OpenSearchService>;
409
- } & {
410
- use: <X>(body: (_: OpenSearchService$) => X) => X extends Effect.Effect<infer A, infer E, infer R> ? Effect.Effect<A, E, R | OpenSearchService> : Effect.Effect<X, never, OpenSearchService>;
411
- };
412
- /**
413
- * @since 1.0.0
414
- * @category models
415
- */
416
- export declare class OpenSearchService extends OpenSearchService_base {
417
- static readonly defaultLayer: Layer.Layer<OpenSearchService, never, never>;
418
- static readonly layer: (config: OpenSearchClientConfig) => Layer.Layer<OpenSearchService, never, never>;
419
- static readonly baseLayer: (evaluate: (defaultConfig: OpenSearchClientConfig) => OpenSearchClient) => Layer.Layer<OpenSearchService, never, never>;
420
- }
421
- /**
422
- * @since 1.0.0
423
- * @category models
424
- * @alias OpenSearchService
425
- */
426
- export declare const OpenSearch: typeof OpenSearchService;
427
- /**
428
- * @since 1.0.0
429
- * @category layers
430
- * @deprecated use OpenSearch.baseLayer instead
431
- */
432
- export declare const BaseOpenSearchServiceLayer: Layer.Layer<OpenSearchService, never, OpenSearchClientInstance>;
433
- /**
434
- * @since 1.0.0
435
- * @category layers
436
- * @deprecated use OpenSearch.layer instead
437
- */
438
- export declare const OpenSearchServiceLayer: Layer.Layer<OpenSearchService, never, OpenSearchClientInstanceConfig>;
439
- /**
440
- * @since 1.0.0
441
- * @category layers
442
- * @deprecated use OpenSearch.defaultLayer instead
443
- */
444
- export declare const DefaultOpenSearchServiceLayer: Layer.Layer<OpenSearchService, never, never>;
445
- export {};