@aws-sdk/client-opensearch 3.533.0 → 3.540.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 (137) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/OpenSearch.d.ts +10 -1
  6. package/dist-types/OpenSearchClient.d.ts +1 -1
  7. package/dist-types/commands/AcceptInboundConnectionCommand.d.ts +2 -1
  8. package/dist-types/commands/AddDataSourceCommand.d.ts +2 -1
  9. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  10. package/dist-types/commands/AssociatePackageCommand.d.ts +2 -1
  11. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -1
  12. package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +2 -1
  13. package/dist-types/commands/CancelServiceSoftwareUpdateCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateOutboundConnectionCommand.d.ts +2 -1
  16. package/dist-types/commands/CreatePackageCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteOutboundConnectionCommand.d.ts +2 -1
  22. package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeDomainConfigCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeDomainHealthCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeDomainNodesCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribePackagesCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
  39. package/dist-types/commands/DissociatePackageCommand.d.ts +2 -1
  40. package/dist-types/commands/GetCompatibleVersionsCommand.d.ts +2 -1
  41. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  42. package/dist-types/commands/GetDomainMaintenanceStatusCommand.d.ts +2 -1
  43. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +2 -1
  44. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +2 -1
  45. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +2 -1
  46. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
  47. package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +2 -1
  48. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +2 -1
  50. package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +2 -1
  52. package/dist-types/commands/ListScheduledActionsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListTagsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListVersionsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +2 -1
  56. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +2 -1
  58. package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +2 -1
  59. package/dist-types/commands/RejectInboundConnectionCommand.d.ts +2 -1
  60. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  61. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +2 -1
  62. package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +2 -1
  63. package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateDomainConfigCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdatePackageCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -1
  69. package/dist-types/commands/UpgradeDomainCommand.d.ts +2 -1
  70. package/dist-types/index.d.ts +0 -1
  71. package/dist-types/models/models_0.d.ts +915 -915
  72. package/dist-types/ts3.4/OpenSearch.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/AcceptInboundConnectionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/AddDataSourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  76. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CancelServiceSoftwareUpdateCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateOutboundConnectionCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteInboundConnectionCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteOutboundConnectionCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DescribeDomainConfigCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribeDomainHealthCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DescribeDomainNodesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DescribeDryRunProgressCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DescribeInboundConnectionsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DescribeInstanceTypeLimitsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DescribeOutboundConnectionsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DescribeReservedInstanceOfferingsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetCompatibleVersionsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetDomainMaintenanceStatusCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/PurchaseReservedInstanceOfferingCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/index.d.ts +0 -1
  137. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -4720,9 +4720,6 @@ var paginateListScheduledActions = (0, import_core.createPaginator)(OpenSearchCl
4720
4720
  // src/pagination/ListVersionsPaginator.ts
4721
4721
 
4722
4722
  var paginateListVersions = (0, import_core.createPaginator)(OpenSearchClient, ListVersionsCommand, "NextToken", "NextToken", "MaxResults");
4723
-
4724
- // src/index.ts
4725
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
4726
4723
  // Annotate the CommonJS export names for ESM import in node:
4727
4724
 
4728
4725
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./OpenSearch";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { OpenSearchServiceException } from "./models/OpenSearchServiceException";
@@ -217,6 +217,7 @@ export interface OpenSearch {
217
217
  /**
218
218
  * @see {@link DescribeInboundConnectionsCommand}
219
219
  */
220
+ describeInboundConnections(): Promise<DescribeInboundConnectionsCommandOutput>;
220
221
  describeInboundConnections(args: DescribeInboundConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInboundConnectionsCommandOutput>;
221
222
  describeInboundConnections(args: DescribeInboundConnectionsCommandInput, cb: (err: any, data?: DescribeInboundConnectionsCommandOutput) => void): void;
222
223
  describeInboundConnections(args: DescribeInboundConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInboundConnectionsCommandOutput) => void): void;
@@ -229,24 +230,28 @@ export interface OpenSearch {
229
230
  /**
230
231
  * @see {@link DescribeOutboundConnectionsCommand}
231
232
  */
233
+ describeOutboundConnections(): Promise<DescribeOutboundConnectionsCommandOutput>;
232
234
  describeOutboundConnections(args: DescribeOutboundConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOutboundConnectionsCommandOutput>;
233
235
  describeOutboundConnections(args: DescribeOutboundConnectionsCommandInput, cb: (err: any, data?: DescribeOutboundConnectionsCommandOutput) => void): void;
234
236
  describeOutboundConnections(args: DescribeOutboundConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOutboundConnectionsCommandOutput) => void): void;
235
237
  /**
236
238
  * @see {@link DescribePackagesCommand}
237
239
  */
240
+ describePackages(): Promise<DescribePackagesCommandOutput>;
238
241
  describePackages(args: DescribePackagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePackagesCommandOutput>;
239
242
  describePackages(args: DescribePackagesCommandInput, cb: (err: any, data?: DescribePackagesCommandOutput) => void): void;
240
243
  describePackages(args: DescribePackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePackagesCommandOutput) => void): void;
241
244
  /**
242
245
  * @see {@link DescribeReservedInstanceOfferingsCommand}
243
246
  */
247
+ describeReservedInstanceOfferings(): Promise<DescribeReservedInstanceOfferingsCommandOutput>;
244
248
  describeReservedInstanceOfferings(args: DescribeReservedInstanceOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedInstanceOfferingsCommandOutput>;
245
249
  describeReservedInstanceOfferings(args: DescribeReservedInstanceOfferingsCommandInput, cb: (err: any, data?: DescribeReservedInstanceOfferingsCommandOutput) => void): void;
246
250
  describeReservedInstanceOfferings(args: DescribeReservedInstanceOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedInstanceOfferingsCommandOutput) => void): void;
247
251
  /**
248
252
  * @see {@link DescribeReservedInstancesCommand}
249
253
  */
254
+ describeReservedInstances(): Promise<DescribeReservedInstancesCommandOutput>;
250
255
  describeReservedInstances(args: DescribeReservedInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedInstancesCommandOutput>;
251
256
  describeReservedInstances(args: DescribeReservedInstancesCommandInput, cb: (err: any, data?: DescribeReservedInstancesCommandOutput) => void): void;
252
257
  describeReservedInstances(args: DescribeReservedInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedInstancesCommandOutput) => void): void;
@@ -265,6 +270,7 @@ export interface OpenSearch {
265
270
  /**
266
271
  * @see {@link GetCompatibleVersionsCommand}
267
272
  */
273
+ getCompatibleVersions(): Promise<GetCompatibleVersionsCommandOutput>;
268
274
  getCompatibleVersions(args: GetCompatibleVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetCompatibleVersionsCommandOutput>;
269
275
  getCompatibleVersions(args: GetCompatibleVersionsCommandInput, cb: (err: any, data?: GetCompatibleVersionsCommandOutput) => void): void;
270
276
  getCompatibleVersions(args: GetCompatibleVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCompatibleVersionsCommandOutput) => void): void;
@@ -313,6 +319,7 @@ export interface OpenSearch {
313
319
  /**
314
320
  * @see {@link ListDomainNamesCommand}
315
321
  */
322
+ listDomainNames(): Promise<ListDomainNamesCommandOutput>;
316
323
  listDomainNames(args: ListDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainNamesCommandOutput>;
317
324
  listDomainNames(args: ListDomainNamesCommandInput, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
318
325
  listDomainNames(args: ListDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
@@ -349,6 +356,7 @@ export interface OpenSearch {
349
356
  /**
350
357
  * @see {@link ListVersionsCommand}
351
358
  */
359
+ listVersions(): Promise<ListVersionsCommandOutput>;
352
360
  listVersions(args: ListVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListVersionsCommandOutput>;
353
361
  listVersions(args: ListVersionsCommandInput, cb: (err: any, data?: ListVersionsCommandOutput) => void): void;
354
362
  listVersions(args: ListVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVersionsCommandOutput) => void): void;
@@ -361,6 +369,7 @@ export interface OpenSearch {
361
369
  /**
362
370
  * @see {@link ListVpcEndpointsCommand}
363
371
  */
372
+ listVpcEndpoints(): Promise<ListVpcEndpointsCommandOutput>;
364
373
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcEndpointsCommandOutput>;
365
374
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void): void;
366
375
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void): void;
@@ -444,12 +453,12 @@ export interface OpenSearch {
444
453
  upgradeDomain(args: UpgradeDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpgradeDomainCommandOutput) => void): void;
445
454
  }
446
455
  /**
447
- * @public
448
456
  * <p>Use the Amazon OpenSearch Service configuration API to create, configure, and manage
449
457
  * OpenSearch Service domains. The endpoint for configuration service requests is Region specific:
450
458
  * es.<i>region</i>.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a
451
459
  * current list of supported Regions and endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#service-regions">Amazon Web Services service
452
460
  * endpoints</a>.</p>
461
+ * @public
453
462
  */
454
463
  export declare class OpenSearch extends OpenSearchClient implements OpenSearch {
455
464
  }
@@ -214,12 +214,12 @@ export type OpenSearchClientResolvedConfigType = __SmithyResolvedConfiguration<_
214
214
  export interface OpenSearchClientResolvedConfig extends OpenSearchClientResolvedConfigType {
215
215
  }
216
216
  /**
217
- * @public
218
217
  * <p>Use the Amazon OpenSearch Service configuration API to create, configure, and manage
219
218
  * OpenSearch Service domains. The endpoint for configuration service requests is Region specific:
220
219
  * es.<i>region</i>.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a
221
220
  * current list of supported Regions and endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#service-regions">Amazon Web Services service
222
221
  * endpoints</a>.</p>
222
+ * @public
223
223
  */
224
224
  export declare class OpenSearchClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, OpenSearchClientResolvedConfig> {
225
225
  /**
@@ -22,10 +22,10 @@ export interface AcceptInboundConnectionCommandOutput extends AcceptInboundConne
22
22
  }
23
23
  declare const AcceptInboundConnectionCommand_base: {
24
24
  new (input: AcceptInboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInboundConnectionCommandInput, AcceptInboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AcceptInboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInboundConnectionCommandInput, AcceptInboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows the destination Amazon OpenSearch Service domain owner to accept an inbound
30
30
  * cross-cluster search connection request. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html">Cross-cluster search
31
31
  * for Amazon OpenSearch Service</a>.</p>
@@ -85,6 +85,7 @@ declare const AcceptInboundConnectionCommand_base: {
85
85
  * @throws {@link OpenSearchServiceException}
86
86
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class AcceptInboundConnectionCommand extends AcceptInboundConnectionCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface AddDataSourceCommandOutput extends AddDataSourceResponse, __Met
22
22
  }
23
23
  declare const AddDataSourceCommand_base: {
24
24
  new (input: AddDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<AddDataSourceCommandInput, AddDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<AddDataSourceCommandInput, AddDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new direct-query data source to the specified domain. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-creating.html">Creating Amazon OpenSearch Service data source integrations with Amazon S3</a>.</p>
31
31
  * @example
@@ -82,6 +82,7 @@ declare const AddDataSourceCommand_base: {
82
82
  * @throws {@link OpenSearchServiceException}
83
83
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class AddDataSourceCommand extends AddDataSourceCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface AddTagsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AddTagsCommand_base: {
24
24
  new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of
30
30
  * case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see
31
31
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-awsresourcetagging.html">Tagging Amazon OpenSearch Service domains</a>.</p>
@@ -71,6 +71,7 @@ declare const AddTagsCommand_base: {
71
71
  * @throws {@link OpenSearchServiceException}
72
72
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class AddTagsCommand extends AddTagsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface AssociatePackageCommandOutput extends AssociatePackageResponse,
22
22
  }
23
23
  declare const AssociatePackageCommand_base: {
24
24
  new (input: AssociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePackageCommandInput, AssociatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePackageCommandInput, AssociatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates a package with an Amazon OpenSearch Service domain. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages
31
31
  * for Amazon OpenSearch Service</a>.</p>
@@ -87,6 +87,7 @@ declare const AssociatePackageCommand_base: {
87
87
  * @throws {@link OpenSearchServiceException}
88
88
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class AssociatePackageCommand extends AssociatePackageCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface AuthorizeVpcEndpointAccessCommandOutput extends AuthorizeVpcEnd
22
22
  }
23
23
  declare const AuthorizeVpcEndpointAccessCommand_base: {
24
24
  new (input: AuthorizeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AuthorizeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC
30
30
  * endpoint.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const AuthorizeVpcEndpointAccessCommand_base: {
76
76
  * @throws {@link OpenSearchServiceException}
77
77
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class AuthorizeVpcEndpointAccessCommand extends AuthorizeVpcEndpointAccessCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CancelDomainConfigChangeCommandOutput extends CancelDomainConfi
22
22
  }
23
23
  declare const CancelDomainConfigChangeCommand_base: {
24
24
  new (input: CancelDomainConfigChangeCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelDomainConfigChangeCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a pending configuration change on an Amazon OpenSearch Service domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const CancelDomainConfigChangeCommand_base: {
79
79
  * @throws {@link OpenSearchServiceException}
80
80
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class CancelDomainConfigChangeCommand extends CancelDomainConfigChangeCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface CancelServiceSoftwareUpdateCommandOutput extends CancelServiceS
22
22
  }
23
23
  declare const CancelServiceSoftwareUpdateCommand_base: {
24
24
  new (input: CancelServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<CancelServiceSoftwareUpdateCommandInput, CancelServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<CancelServiceSoftwareUpdateCommandInput, CancelServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a scheduled service software update for an Amazon OpenSearch Service domain. You can
30
30
  * only perform this operation before the <code>AutomatedUpdateDate</code> and when the domain's
31
31
  * <code>UpdateStatus</code> is <code>PENDING_UPDATE</code>. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">Service software updates in Amazon OpenSearch Service</a>.</p>
@@ -76,6 +76,7 @@ declare const CancelServiceSoftwareUpdateCommand_base: {
76
76
  * @throws {@link OpenSearchServiceException}
77
77
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CancelServiceSoftwareUpdateCommand extends CancelServiceSoftwareUpdateCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
22
22
  }
23
23
  declare const CreateDomainCommand_base: {
24
24
  new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon OpenSearch Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html">Creating and managing Amazon OpenSearch Service domains</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -341,6 +341,7 @@ declare const CreateDomainCommand_base: {
341
341
  * @throws {@link OpenSearchServiceException}
342
342
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
343
343
  *
344
+ * @public
344
345
  */
345
346
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
346
347
  }
@@ -22,10 +22,10 @@ export interface CreateOutboundConnectionCommandOutput extends CreateOutboundCon
22
22
  }
23
23
  declare const CreateOutboundConnectionCommand_base: {
24
24
  new (input: CreateOutboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOutboundConnectionCommandInput, CreateOutboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateOutboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOutboundConnectionCommandInput, CreateOutboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain
30
30
  * to a destination domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html">Cross-cluster search
31
31
  * for Amazon OpenSearch Service</a>.</p>
@@ -114,6 +114,7 @@ declare const CreateOutboundConnectionCommand_base: {
114
114
  * @throws {@link OpenSearchServiceException}
115
115
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class CreateOutboundConnectionCommand extends CreateOutboundConnectionCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface CreatePackageCommandOutput extends CreatePackageResponse, __Met
22
22
  }
23
23
  declare const CreatePackageCommand_base: {
24
24
  new (input: CreatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a package for use with Amazon OpenSearch Service domains. For more information, see
30
30
  * <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages for Amazon OpenSearch Service</a>.</p>
31
31
  * @example
@@ -102,6 +102,7 @@ declare const CreatePackageCommand_base: {
102
102
  * @throws {@link OpenSearchServiceException}
103
103
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class CreatePackageCommand extends CreatePackageCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointRespons
22
22
  }
23
23
  declare const CreateVpcEndpointCommand_base: {
24
24
  new (input: CreateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon OpenSearch Service-managed VPC endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const CreateVpcEndpointCommand_base: {
98
98
  * @throws {@link OpenSearchServiceException}
99
99
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
22
22
  }
23
23
  declare const DeleteDataSourceCommand_base: {
24
24
  new (input: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a direct-query data source. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/direct-query-s3-delete.html">Deleting an Amazon OpenSearch Service data source with Amazon S3</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteDataSourceCommand_base: {
72
72
  * @throws {@link OpenSearchServiceException}
73
73
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
22
22
  }
23
23
  declare const DeleteDomainCommand_base: {
24
24
  new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon OpenSearch Service domain and all of its data. You can't recover a domain
30
30
  * after you delete it.</p>
31
31
  * @example
@@ -211,6 +211,7 @@ declare const DeleteDomainCommand_base: {
211
211
  * @throws {@link OpenSearchServiceException}
212
212
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
213
213
  *
214
+ * @public
214
215
  */
215
216
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
216
217
  }
@@ -22,10 +22,10 @@ export interface DeleteInboundConnectionCommandOutput extends DeleteInboundConne
22
22
  }
23
23
  declare const DeleteInboundConnectionCommand_base: {
24
24
  new (input: DeleteInboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInboundConnectionCommandInput, DeleteInboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteInboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInboundConnectionCommandInput, DeleteInboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound
30
30
  * cross-cluster search connection. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html">Cross-cluster search
31
31
  * for Amazon OpenSearch Service</a>.</p>
@@ -82,6 +82,7 @@ declare const DeleteInboundConnectionCommand_base: {
82
82
  * @throws {@link OpenSearchServiceException}
83
83
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DeleteInboundConnectionCommand extends DeleteInboundConnectionCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DeleteOutboundConnectionCommandOutput extends DeleteOutboundCon
22
22
  }
23
23
  declare const DeleteOutboundConnectionCommand_base: {
24
24
  new (input: DeleteOutboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutboundConnectionCommandInput, DeleteOutboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteOutboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutboundConnectionCommandInput, DeleteOutboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound
30
30
  * cross-cluster search connection. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cross-cluster-search.html">Cross-cluster search
31
31
  * for Amazon OpenSearch Service</a>.</p>
@@ -89,6 +89,7 @@ declare const DeleteOutboundConnectionCommand_base: {
89
89
  * @throws {@link OpenSearchServiceException}
90
90
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DeleteOutboundConnectionCommand extends DeleteOutboundConnectionCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface DeletePackageCommandOutput extends DeletePackageResponse, __Met
22
22
  }
23
23
  declare const DeletePackageCommand_base: {
24
24
  new (input: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon OpenSearch Service package. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom
30
30
  * packages for Amazon OpenSearch Service</a>.</p>
31
31
  * @example
@@ -93,6 +93,7 @@ declare const DeletePackageCommand_base: {
93
93
  * @throws {@link OpenSearchServiceException}
94
94
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class DeletePackageCommand extends DeletePackageCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface DeleteVpcEndpointCommandOutput extends DeleteVpcEndpointRespons
22
22
  }
23
23
  declare const DeleteVpcEndpointCommand_base: {
24
24
  new (input: DeleteVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DeleteVpcEndpointCommand_base: {
70
70
  * @throws {@link OpenSearchServiceException}
71
71
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteVpcEndpointCommand extends DeleteVpcEndpointCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DescribeDomainAutoTunesCommandOutput extends DescribeDomainAuto
22
22
  }
23
23
  declare const DescribeDomainAutoTunesCommand_base: {
24
24
  new (input: DescribeDomainAutoTunesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDomainAutoTunesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the list of optimizations that Auto-Tune has made to an Amazon OpenSearch Service
30
30
  * domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html">Auto-Tune for Amazon OpenSearch
31
31
  * Service</a>.</p>
@@ -82,6 +82,7 @@ declare const DescribeDomainAutoTunesCommand_base: {
82
82
  * @throws {@link OpenSearchServiceException}
83
83
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DescribeDomainAutoTunesCommand extends DescribeDomainAutoTunesCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DescribeDomainChangeProgressCommandOutput extends DescribeDomai
22
22
  }
23
23
  declare const DescribeDomainChangeProgressCommand_base: {
24
24
  new (input: DescribeDomainChangeProgressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDomainChangeProgressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the current blue/green deployment happening on an Amazon
30
30
  * OpenSearch Service domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html">Making configuration changes in Amazon OpenSearch Service</a>.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const DescribeDomainChangeProgressCommand_base: {
89
89
  * @throws {@link OpenSearchServiceException}
90
90
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DescribeDomainChangeProgressCommand extends DescribeDomainChangeProgressCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
22
22
  }
23
23
  declare const DescribeDomainCommand_base: {
24
24
  new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the domain configuration for the specified Amazon OpenSearch Service domain,
30
30
  * including the domain ID, domain service endpoint, and domain ARN.</p>
31
31
  * @example
@@ -211,6 +211,7 @@ declare const DescribeDomainCommand_base: {
211
211
  * @throws {@link OpenSearchServiceException}
212
212
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
213
213
  *
214
+ * @public
214
215
  */
215
216
  export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
216
217
  }
@@ -22,10 +22,10 @@ export interface DescribeDomainConfigCommandOutput extends DescribeDomainConfigR
22
22
  }
23
23
  declare const DescribeDomainConfigCommand_base: {
24
24
  new (input: DescribeDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainConfigCommandInput, DescribeDomainConfigCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainConfigCommandInput, DescribeDomainConfigCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the configuration of an Amazon OpenSearch Service domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -285,6 +285,7 @@ declare const DescribeDomainConfigCommand_base: {
285
285
  * @throws {@link OpenSearchServiceException}
286
286
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
287
287
  *
288
+ * @public
288
289
  */
289
290
  export declare class DescribeDomainConfigCommand extends DescribeDomainConfigCommand_base {
290
291
  }
@@ -22,10 +22,10 @@ export interface DescribeDomainHealthCommandOutput extends DescribeDomainHealthR
22
22
  }
23
23
  declare const DescribeDomainHealthCommand_base: {
24
24
  new (input: DescribeDomainHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainHealthCommandInput, DescribeDomainHealthCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDomainHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainHealthCommandInput, DescribeDomainHealthCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const DescribeDomainHealthCommand_base: {
93
93
  * @throws {@link OpenSearchServiceException}
94
94
  * <p>Base exception class for all service exceptions from OpenSearch service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class DescribeDomainHealthCommand extends DescribeDomainHealthCommand_base {
98
99
  }