@aws-sdk/client-elasticsearch-service 3.529.1 → 3.535.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 (115) hide show
  1. package/dist-types/ElasticsearchService.d.ts +11 -1
  2. package/dist-types/ElasticsearchServiceClient.d.ts +1 -1
  3. package/dist-types/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +2 -1
  4. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociatePackageCommand.d.ts +2 -1
  6. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -1
  7. package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateElasticsearchDomainCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreatePackageCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteElasticsearchDomainCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +2 -1
  17. package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeElasticsearchDomainCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeElasticsearchDomainConfigCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeElasticsearchDomainsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribePackagesCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
  31. package/dist-types/commands/DissociatePackageCommand.d.ts +2 -1
  32. package/dist-types/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +2 -1
  33. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +2 -1
  34. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +2 -1
  35. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +2 -1
  36. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +2 -1
  38. package/dist-types/commands/ListElasticsearchInstanceTypesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListElasticsearchVersionsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +2 -1
  41. package/dist-types/commands/ListTagsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +2 -1
  43. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +2 -1
  45. package/dist-types/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +2 -1
  46. package/dist-types/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +2 -1
  47. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  48. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +2 -1
  49. package/dist-types/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateElasticsearchDomainConfigCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdatePackageCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -1
  53. package/dist-types/commands/UpgradeElasticsearchDomainCommand.d.ts +2 -1
  54. package/dist-types/models/models_0.d.ts +694 -694
  55. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  56. package/dist-types/runtimeConfig.d.ts +2 -2
  57. package/dist-types/runtimeConfig.native.d.ts +2 -2
  58. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  59. package/dist-types/ts3.4/ElasticsearchService.d.ts +10 -0
  60. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  62. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +11 -0
  86. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  112. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  113. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  115. package/package.json +40 -40
@@ -121,6 +121,7 @@ export interface ElasticsearchService {
121
121
  /**
122
122
  * @see {@link DeleteElasticsearchServiceRoleCommand}
123
123
  */
124
+ deleteElasticsearchServiceRole(): Promise<DeleteElasticsearchServiceRoleCommandOutput>;
124
125
  deleteElasticsearchServiceRole(args: DeleteElasticsearchServiceRoleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteElasticsearchServiceRoleCommandOutput>;
125
126
  deleteElasticsearchServiceRole(args: DeleteElasticsearchServiceRoleCommandInput, cb: (err: any, data?: DeleteElasticsearchServiceRoleCommandOutput) => void): void;
126
127
  deleteElasticsearchServiceRole(args: DeleteElasticsearchServiceRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteElasticsearchServiceRoleCommandOutput) => void): void;
@@ -187,30 +188,35 @@ export interface ElasticsearchService {
187
188
  /**
188
189
  * @see {@link DescribeInboundCrossClusterSearchConnectionsCommand}
189
190
  */
191
+ describeInboundCrossClusterSearchConnections(): Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
190
192
  describeInboundCrossClusterSearchConnections(args: DescribeInboundCrossClusterSearchConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInboundCrossClusterSearchConnectionsCommandOutput>;
191
193
  describeInboundCrossClusterSearchConnections(args: DescribeInboundCrossClusterSearchConnectionsCommandInput, cb: (err: any, data?: DescribeInboundCrossClusterSearchConnectionsCommandOutput) => void): void;
192
194
  describeInboundCrossClusterSearchConnections(args: DescribeInboundCrossClusterSearchConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInboundCrossClusterSearchConnectionsCommandOutput) => void): void;
193
195
  /**
194
196
  * @see {@link DescribeOutboundCrossClusterSearchConnectionsCommand}
195
197
  */
198
+ describeOutboundCrossClusterSearchConnections(): Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
196
199
  describeOutboundCrossClusterSearchConnections(args: DescribeOutboundCrossClusterSearchConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOutboundCrossClusterSearchConnectionsCommandOutput>;
197
200
  describeOutboundCrossClusterSearchConnections(args: DescribeOutboundCrossClusterSearchConnectionsCommandInput, cb: (err: any, data?: DescribeOutboundCrossClusterSearchConnectionsCommandOutput) => void): void;
198
201
  describeOutboundCrossClusterSearchConnections(args: DescribeOutboundCrossClusterSearchConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOutboundCrossClusterSearchConnectionsCommandOutput) => void): void;
199
202
  /**
200
203
  * @see {@link DescribePackagesCommand}
201
204
  */
205
+ describePackages(): Promise<DescribePackagesCommandOutput>;
202
206
  describePackages(args: DescribePackagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePackagesCommandOutput>;
203
207
  describePackages(args: DescribePackagesCommandInput, cb: (err: any, data?: DescribePackagesCommandOutput) => void): void;
204
208
  describePackages(args: DescribePackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePackagesCommandOutput) => void): void;
205
209
  /**
206
210
  * @see {@link DescribeReservedElasticsearchInstanceOfferingsCommand}
207
211
  */
212
+ describeReservedElasticsearchInstanceOfferings(): Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
208
213
  describeReservedElasticsearchInstanceOfferings(args: DescribeReservedElasticsearchInstanceOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedElasticsearchInstanceOfferingsCommandOutput>;
209
214
  describeReservedElasticsearchInstanceOfferings(args: DescribeReservedElasticsearchInstanceOfferingsCommandInput, cb: (err: any, data?: DescribeReservedElasticsearchInstanceOfferingsCommandOutput) => void): void;
210
215
  describeReservedElasticsearchInstanceOfferings(args: DescribeReservedElasticsearchInstanceOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedElasticsearchInstanceOfferingsCommandOutput) => void): void;
211
216
  /**
212
217
  * @see {@link DescribeReservedElasticsearchInstancesCommand}
213
218
  */
219
+ describeReservedElasticsearchInstances(): Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
214
220
  describeReservedElasticsearchInstances(args: DescribeReservedElasticsearchInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedElasticsearchInstancesCommandOutput>;
215
221
  describeReservedElasticsearchInstances(args: DescribeReservedElasticsearchInstancesCommandInput, cb: (err: any, data?: DescribeReservedElasticsearchInstancesCommandOutput) => void): void;
216
222
  describeReservedElasticsearchInstances(args: DescribeReservedElasticsearchInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedElasticsearchInstancesCommandOutput) => void): void;
@@ -229,6 +235,7 @@ export interface ElasticsearchService {
229
235
  /**
230
236
  * @see {@link GetCompatibleElasticsearchVersionsCommand}
231
237
  */
238
+ getCompatibleElasticsearchVersions(): Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
232
239
  getCompatibleElasticsearchVersions(args: GetCompatibleElasticsearchVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetCompatibleElasticsearchVersionsCommandOutput>;
233
240
  getCompatibleElasticsearchVersions(args: GetCompatibleElasticsearchVersionsCommandInput, cb: (err: any, data?: GetCompatibleElasticsearchVersionsCommandOutput) => void): void;
234
241
  getCompatibleElasticsearchVersions(args: GetCompatibleElasticsearchVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCompatibleElasticsearchVersionsCommandOutput) => void): void;
@@ -253,6 +260,7 @@ export interface ElasticsearchService {
253
260
  /**
254
261
  * @see {@link ListDomainNamesCommand}
255
262
  */
263
+ listDomainNames(): Promise<ListDomainNamesCommandOutput>;
256
264
  listDomainNames(args: ListDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainNamesCommandOutput>;
257
265
  listDomainNames(args: ListDomainNamesCommandInput, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
258
266
  listDomainNames(args: ListDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
@@ -271,6 +279,7 @@ export interface ElasticsearchService {
271
279
  /**
272
280
  * @see {@link ListElasticsearchVersionsCommand}
273
281
  */
282
+ listElasticsearchVersions(): Promise<ListElasticsearchVersionsCommandOutput>;
274
283
  listElasticsearchVersions(args: ListElasticsearchVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListElasticsearchVersionsCommandOutput>;
275
284
  listElasticsearchVersions(args: ListElasticsearchVersionsCommandInput, cb: (err: any, data?: ListElasticsearchVersionsCommandOutput) => void): void;
276
285
  listElasticsearchVersions(args: ListElasticsearchVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListElasticsearchVersionsCommandOutput) => void): void;
@@ -295,6 +304,7 @@ export interface ElasticsearchService {
295
304
  /**
296
305
  * @see {@link ListVpcEndpointsCommand}
297
306
  */
307
+ listVpcEndpoints(): Promise<ListVpcEndpointsCommandOutput>;
298
308
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcEndpointsCommandOutput>;
299
309
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void): void;
300
310
  listVpcEndpoints(args: ListVpcEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcEndpointsCommandOutput) => void): void;
@@ -360,7 +370,6 @@ export interface ElasticsearchService {
360
370
  upgradeElasticsearchDomain(args: UpgradeElasticsearchDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpgradeElasticsearchDomainCommandOutput) => void): void;
361
371
  }
362
372
  /**
363
- * @public
364
373
  * <fullname>Amazon Elasticsearch Configuration Service</fullname>
365
374
  * <p>Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.</p>
366
375
  * <p>For sample code that uses the Configuration API, see the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-samples.html">Amazon Elasticsearch Service Developer Guide</a>.
@@ -368,6 +377,7 @@ export interface ElasticsearchService {
368
377
  * <p>The endpoint for configuration service requests is region-specific: es.<i>region</i>.amazonaws.com.
369
378
  * For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
370
379
  * see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions" target="_blank">Regions and Endpoints</a>.</p>
380
+ * @public
371
381
  */
372
382
  export declare class ElasticsearchService extends ElasticsearchServiceClient implements ElasticsearchService {
373
383
  }
@@ -202,7 +202,6 @@ export type ElasticsearchServiceClientResolvedConfigType = __SmithyResolvedConfi
202
202
  export interface ElasticsearchServiceClientResolvedConfig extends ElasticsearchServiceClientResolvedConfigType {
203
203
  }
204
204
  /**
205
- * @public
206
205
  * <fullname>Amazon Elasticsearch Configuration Service</fullname>
207
206
  * <p>Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.</p>
208
207
  * <p>For sample code that uses the Configuration API, see the <a href="https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-samples.html">Amazon Elasticsearch Service Developer Guide</a>.
@@ -210,6 +209,7 @@ export interface ElasticsearchServiceClientResolvedConfig extends ElasticsearchS
210
209
  * <p>The endpoint for configuration service requests is region-specific: es.<i>region</i>.amazonaws.com.
211
210
  * For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
212
211
  * see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions" target="_blank">Regions and Endpoints</a>.</p>
212
+ * @public
213
213
  */
214
214
  export declare class ElasticsearchServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticsearchServiceClientResolvedConfig> {
215
215
  /**
@@ -22,10 +22,10 @@ export interface AcceptInboundCrossClusterSearchConnectionCommandOutput extends
22
22
  }
23
23
  declare const AcceptInboundCrossClusterSearchConnectionCommand_base: {
24
24
  new (input: AcceptInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AcceptInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInboundCrossClusterSearchConnectionCommandInput, AcceptInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows the destination domain owner to accept an inbound cross-cluster search connection request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const AcceptInboundCrossClusterSearchConnectionCommand_base: {
78
78
  * @throws {@link ElasticsearchServiceServiceException}
79
79
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class AcceptInboundCrossClusterSearchConnectionCommand extends AcceptInboundCrossClusterSearchConnectionCommand_base {
83
84
  }
@@ -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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-awsresorcetagging" target="_blank">
30
30
  * Tagging Amazon Elasticsearch Service Domains for more information.</a></p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const AddTagsCommand_base: {
70
70
  * @throws {@link ElasticsearchServiceServiceException}
71
71
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class AddTagsCommand extends AddTagsCommand_base {
75
76
  }
@@ -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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePackageCommandInput, AssociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, 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 ES domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const AssociatePackageCommand_base: {
85
85
  * @throws {@link ElasticsearchServiceServiceException}
86
86
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class AssociatePackageCommand extends AssociatePackageCommand_base {
90
91
  }
@@ -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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AuthorizeVpcEndpointAccessCommandInput): import("@smithy/smithy-client").CommandImpl<AuthorizeVpcEndpointAccessCommandInput, AuthorizeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig, 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 endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const AuthorizeVpcEndpointAccessCommand_base: {
75
75
  * @throws {@link ElasticsearchServiceServiceException}
76
76
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class AuthorizeVpcEndpointAccessCommand extends AuthorizeVpcEndpointAccessCommand_base {
80
81
  }
@@ -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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelDomainConfigChangeCommandInput): import("@smithy/smithy-client").CommandImpl<CancelDomainConfigChangeCommandInput, CancelDomainConfigChangeCommandOutput, ElasticsearchServiceClientResolvedConfig, 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 ElasticsearchServiceServiceException}
80
80
  * <p>Base exception class for all service exceptions from ElasticsearchService 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 CancelElasticsearchServiceSoftwareUpdateCommandOutput extends C
22
22
  }
23
23
  declare const CancelElasticsearchServiceSoftwareUpdateCommand_base: {
24
24
  new (input: CancelElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelElasticsearchServiceSoftwareUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<CancelElasticsearchServiceSoftwareUpdateCommandInput, CancelElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig, 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 ES domain. You can only perform this operation before the <code>AutomatedUpdateDate</code> and when the <code>UpdateStatus</code> is in the <code>PENDING_UPDATE</code> state.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const CancelElasticsearchServiceSoftwareUpdateCommand_base: {
74
74
  * @throws {@link ElasticsearchServiceServiceException}
75
75
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class CancelElasticsearchServiceSoftwareUpdateCommand extends CancelElasticsearchServiceSoftwareUpdateCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface CreateElasticsearchDomainCommandOutput extends CreateElasticsea
22
22
  }
23
23
  declare const CreateElasticsearchDomainCommand_base: {
24
24
  new (input: CreateElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateElasticsearchDomainCommandInput, CreateElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Elasticsearch domain. For more information,
30
30
  * see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains" target="_blank">Creating Elasticsearch Domains</a> in the <i>Amazon Elasticsearch Service Developer Guide</i>.</p>
31
31
  * @example
@@ -311,6 +311,7 @@ declare const CreateElasticsearchDomainCommand_base: {
311
311
  * @throws {@link ElasticsearchServiceServiceException}
312
312
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
313
313
  *
314
+ * @public
314
315
  */
315
316
  export declare class CreateElasticsearchDomainCommand extends CreateElasticsearchDomainCommand_base {
316
317
  }
@@ -22,10 +22,10 @@ export interface CreateOutboundCrossClusterSearchConnectionCommandOutput extends
22
22
  }
23
23
  declare const CreateOutboundCrossClusterSearchConnectionCommand_base: {
24
24
  new (input: CreateOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOutboundCrossClusterSearchConnectionCommandInput, CreateOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, 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 domain to a destination domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const CreateOutboundCrossClusterSearchConnectionCommand_base: {
90
90
  * @throws {@link ElasticsearchServiceServiceException}
91
91
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class CreateOutboundCrossClusterSearchConnectionCommand extends CreateOutboundCrossClusterSearchConnectionCommand_base {
95
96
  }
@@ -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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePackageCommandInput, CreatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a package for use with Amazon ES domains.</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 CreatePackageCommand_base: {
93
93
  * @throws {@link ElasticsearchServiceServiceException}
94
94
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CreatePackageCommand extends CreatePackageCommand_base {
98
99
  }
@@ -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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, 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 ElasticsearchServiceServiceException}
99
99
  * <p>Base exception class for all service exceptions from ElasticsearchService 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 DeleteElasticsearchDomainCommandOutput extends DeleteElasticsea
22
22
  }
23
23
  declare const DeleteElasticsearchDomainCommand_base: {
24
24
  new (input: DeleteElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteElasticsearchDomainCommandInput, DeleteElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -194,6 +194,7 @@ declare const DeleteElasticsearchDomainCommand_base: {
194
194
  * @throws {@link ElasticsearchServiceServiceException}
195
195
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
196
196
  *
197
+ * @public
197
198
  */
198
199
  export declare class DeleteElasticsearchDomainCommand extends DeleteElasticsearchDomainCommand_base {
199
200
  }
@@ -21,10 +21,10 @@ export interface DeleteElasticsearchServiceRoleCommandOutput extends __MetadataB
21
21
  }
22
22
  declare const DeleteElasticsearchServiceRoleCommand_base: {
23
23
  new (input: DeleteElasticsearchServiceRoleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
24
+ new (...[input]: [] | [DeleteElasticsearchServiceRoleCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteElasticsearchServiceRoleCommandInput, DeleteElasticsearchServiceRoleCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
24
25
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
26
  };
26
27
  /**
27
- * @public
28
28
  * <p>Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-enabling-slr" target="_blank">Deleting Elasticsearch Service Role</a> in <i>VPC Endpoints for Amazon Elasticsearch Service Domains</i>.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeleteElasticsearchServiceRoleCommand_base: {
57
57
  * @throws {@link ElasticsearchServiceServiceException}
58
58
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeleteElasticsearchServiceRoleCommand extends DeleteElasticsearchServiceRoleCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface DeleteInboundCrossClusterSearchConnectionCommandOutput extends
22
22
  }
23
23
  declare const DeleteInboundCrossClusterSearchConnectionCommand_base: {
24
24
  new (input: DeleteInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteInboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows the destination domain owner to delete an existing inbound cross-cluster search connection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const DeleteInboundCrossClusterSearchConnectionCommand_base: {
75
75
  * @throws {@link ElasticsearchServiceServiceException}
76
76
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteInboundCrossClusterSearchConnectionCommand extends DeleteInboundCrossClusterSearchConnectionCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput extends
22
22
  }
23
23
  declare const DeleteOutboundCrossClusterSearchConnectionCommand_base: {
24
24
  new (input: DeleteOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteOutboundCrossClusterSearchConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows the source domain owner to delete an existing outbound cross-cluster search connection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DeleteOutboundCrossClusterSearchConnectionCommand_base: {
76
76
  * @throws {@link ElasticsearchServiceServiceException}
77
77
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteOutboundCrossClusterSearchConnectionCommand extends DeleteOutboundCrossClusterSearchConnectionCommand_base {
81
82
  }
@@ -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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete the package.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const DeletePackageCommand_base: {
84
84
  * @throws {@link ElasticsearchServiceServiceException}
85
85
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DeletePackageCommand extends DeletePackageCommand_base {
89
90
  }
@@ -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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig, 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 ElasticsearchServiceServiceException}
71
71
  * <p>Base exception class for all service exceptions from ElasticsearchService 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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDomainAutoTunesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DescribeDomainAutoTunesCommand_base: {
80
80
  * @throws {@link ElasticsearchServiceServiceException}
81
81
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeDomainAutoTunesCommand extends DescribeDomainAutoTunesCommand_base {
85
86
  }
@@ -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, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDomainChangeProgressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, ElasticsearchServiceClientResolvedConfig, 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 a domain, including
30
30
  * a change ID, status, and progress stages.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const DescribeDomainChangeProgressCommand_base: {
89
89
  * @throws {@link ElasticsearchServiceServiceException}
90
90
  * <p>Base exception class for all service exceptions from ElasticsearchService 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 DescribeElasticsearchDomainCommandOutput extends DescribeElasti
22
22
  }
23
23
  declare const DescribeElasticsearchDomainCommand_base: {
24
24
  new (input: DescribeElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeElasticsearchDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -194,6 +194,7 @@ declare const DescribeElasticsearchDomainCommand_base: {
194
194
  * @throws {@link ElasticsearchServiceServiceException}
195
195
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
196
196
  *
197
+ * @public
197
198
  */
198
199
  export declare class DescribeElasticsearchDomainCommand extends DescribeElasticsearchDomainCommand_base {
199
200
  }
@@ -22,10 +22,10 @@ export interface DescribeElasticsearchDomainConfigCommandOutput extends Describe
22
22
  }
23
23
  declare const DescribeElasticsearchDomainConfigCommand_base: {
24
24
  new (input: DescribeElasticsearchDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeElasticsearchDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -261,6 +261,7 @@ declare const DescribeElasticsearchDomainConfigCommand_base: {
261
261
  * @throws {@link ElasticsearchServiceServiceException}
262
262
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
263
263
  *
264
+ * @public
264
265
  */
265
266
  export declare class DescribeElasticsearchDomainConfigCommand extends DescribeElasticsearchDomainConfigCommand_base {
266
267
  }
@@ -22,10 +22,10 @@ export interface DescribeElasticsearchDomainsCommandOutput extends DescribeElast
22
22
  }
23
23
  declare const DescribeElasticsearchDomainsCommand_base: {
24
24
  new (input: DescribeElasticsearchDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeElasticsearchDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -195,6 +195,7 @@ declare const DescribeElasticsearchDomainsCommand_base: {
195
195
  * @throws {@link ElasticsearchServiceServiceException}
196
196
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
197
197
  *
198
+ * @public
198
199
  */
199
200
  export declare class DescribeElasticsearchDomainsCommand extends DescribeElasticsearchDomainsCommand_base {
200
201
  }
@@ -22,10 +22,10 @@ export interface DescribeElasticsearchInstanceTypeLimitsCommandOutput extends De
22
22
  }
23
23
  declare const DescribeElasticsearchInstanceTypeLimitsCommand_base: {
24
24
  new (input: DescribeElasticsearchInstanceTypeLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeElasticsearchInstanceTypeLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeElasticsearchInstanceTypeLimitsCommandInput, DescribeElasticsearchInstanceTypeLimitsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion.
31
31
  * When modifying existing Domain, specify the
@@ -111,6 +111,7 @@ declare const DescribeElasticsearchInstanceTypeLimitsCommand_base: {
111
111
  * @throws {@link ElasticsearchServiceServiceException}
112
112
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class DescribeElasticsearchInstanceTypeLimitsCommand extends DescribeElasticsearchInstanceTypeLimitsCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface DescribeInboundCrossClusterSearchConnectionsCommandOutput exten
22
22
  }
23
23
  declare const DescribeInboundCrossClusterSearchConnectionsCommand_base: {
24
24
  new (input: DescribeInboundCrossClusterSearchConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeInboundCrossClusterSearchConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeInboundCrossClusterSearchConnectionsCommandInput, DescribeInboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the inbound cross-cluster search connections for a destination domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const DescribeInboundCrossClusterSearchConnectionsCommand_base: {
87
87
  * @throws {@link ElasticsearchServiceServiceException}
88
88
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class DescribeInboundCrossClusterSearchConnectionsCommand extends DescribeInboundCrossClusterSearchConnectionsCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DescribeOutboundCrossClusterSearchConnectionsCommandOutput exte
22
22
  }
23
23
  declare const DescribeOutboundCrossClusterSearchConnectionsCommand_base: {
24
24
  new (input: DescribeOutboundCrossClusterSearchConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeOutboundCrossClusterSearchConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOutboundCrossClusterSearchConnectionsCommandInput, DescribeOutboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the outbound cross-cluster search connections for a source domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const DescribeOutboundCrossClusterSearchConnectionsCommand_base: {
88
88
  * @throws {@link ElasticsearchServiceServiceException}
89
89
  * <p>Base exception class for all service exceptions from ElasticsearchService service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class DescribeOutboundCrossClusterSearchConnectionsCommand extends DescribeOutboundCrossClusterSearchConnectionsCommand_base {
93
94
  }