@aws-sdk/client-elasticsearch-service 3.414.0 → 3.421.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 (102) hide show
  1. package/README.md +7 -13
  2. package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +5 -0
  3. package/dist-cjs/commands/AddTagsCommand.js +5 -0
  4. package/dist-cjs/commands/AssociatePackageCommand.js +5 -0
  5. package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +5 -0
  6. package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +5 -0
  7. package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +5 -0
  8. package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +5 -0
  9. package/dist-cjs/commands/CreatePackageCommand.js +5 -0
  10. package/dist-cjs/commands/CreateVpcEndpointCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +5 -0
  15. package/dist-cjs/commands/DeletePackageCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +5 -0
  25. package/dist-cjs/commands/DescribePackagesCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +5 -0
  29. package/dist-cjs/commands/DissociatePackageCommand.js +5 -0
  30. package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +5 -0
  31. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +5 -0
  32. package/dist-cjs/commands/GetUpgradeHistoryCommand.js +5 -0
  33. package/dist-cjs/commands/GetUpgradeStatusCommand.js +5 -0
  34. package/dist-cjs/commands/ListDomainNamesCommand.js +5 -0
  35. package/dist-cjs/commands/ListDomainsForPackageCommand.js +5 -0
  36. package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +5 -0
  37. package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +5 -0
  38. package/dist-cjs/commands/ListPackagesForDomainCommand.js +5 -0
  39. package/dist-cjs/commands/ListTagsCommand.js +5 -0
  40. package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +5 -0
  41. package/dist-cjs/commands/ListVpcEndpointsCommand.js +5 -0
  42. package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +5 -0
  43. package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +5 -0
  44. package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +5 -0
  45. package/dist-cjs/commands/RemoveTagsCommand.js +5 -0
  46. package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +5 -0
  47. package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +5 -0
  48. package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +5 -0
  49. package/dist-cjs/commands/UpdatePackageCommand.js +5 -0
  50. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +5 -0
  51. package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +5 -0
  52. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +5 -0
  53. package/dist-es/commands/AddTagsCommand.js +5 -0
  54. package/dist-es/commands/AssociatePackageCommand.js +5 -0
  55. package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +5 -0
  56. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +5 -0
  57. package/dist-es/commands/CreateElasticsearchDomainCommand.js +5 -0
  58. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +5 -0
  59. package/dist-es/commands/CreatePackageCommand.js +5 -0
  60. package/dist-es/commands/CreateVpcEndpointCommand.js +5 -0
  61. package/dist-es/commands/DeleteElasticsearchDomainCommand.js +5 -0
  62. package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +5 -0
  63. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +5 -0
  64. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +5 -0
  65. package/dist-es/commands/DeletePackageCommand.js +5 -0
  66. package/dist-es/commands/DeleteVpcEndpointCommand.js +5 -0
  67. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +5 -0
  68. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +5 -0
  69. package/dist-es/commands/DescribeElasticsearchDomainCommand.js +5 -0
  70. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +5 -0
  71. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +5 -0
  72. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +5 -0
  73. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +5 -0
  74. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +5 -0
  75. package/dist-es/commands/DescribePackagesCommand.js +5 -0
  76. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +5 -0
  77. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +5 -0
  78. package/dist-es/commands/DescribeVpcEndpointsCommand.js +5 -0
  79. package/dist-es/commands/DissociatePackageCommand.js +5 -0
  80. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +5 -0
  81. package/dist-es/commands/GetPackageVersionHistoryCommand.js +5 -0
  82. package/dist-es/commands/GetUpgradeHistoryCommand.js +5 -0
  83. package/dist-es/commands/GetUpgradeStatusCommand.js +5 -0
  84. package/dist-es/commands/ListDomainNamesCommand.js +5 -0
  85. package/dist-es/commands/ListDomainsForPackageCommand.js +5 -0
  86. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +5 -0
  87. package/dist-es/commands/ListElasticsearchVersionsCommand.js +5 -0
  88. package/dist-es/commands/ListPackagesForDomainCommand.js +5 -0
  89. package/dist-es/commands/ListTagsCommand.js +5 -0
  90. package/dist-es/commands/ListVpcEndpointAccessCommand.js +5 -0
  91. package/dist-es/commands/ListVpcEndpointsCommand.js +5 -0
  92. package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +5 -0
  93. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +5 -0
  94. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +5 -0
  95. package/dist-es/commands/RemoveTagsCommand.js +5 -0
  96. package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +5 -0
  97. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +5 -0
  98. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +5 -0
  99. package/dist-es/commands/UpdatePackageCommand.js +5 -0
  100. package/dist-es/commands/UpdateVpcEndpointCommand.js +5 -0
  101. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +5 -0
  102. package/package.json +31 -31
package/README.md CHANGED
@@ -30,22 +30,16 @@ using your favorite package manager:
30
30
 
31
31
  The AWS SDK is modulized by clients and commands.
32
32
  To send a request, you only need to import the `ElasticsearchServiceClient` and
33
- the commands you need, for example `AcceptInboundCrossClusterSearchConnectionCommand`:
33
+ the commands you need, for example `ListDomainNamesCommand`:
34
34
 
35
35
  ```js
36
36
  // ES5 example
37
- const {
38
- ElasticsearchServiceClient,
39
- AcceptInboundCrossClusterSearchConnectionCommand,
40
- } = require("@aws-sdk/client-elasticsearch-service");
37
+ const { ElasticsearchServiceClient, ListDomainNamesCommand } = require("@aws-sdk/client-elasticsearch-service");
41
38
  ```
42
39
 
43
40
  ```ts
44
41
  // ES6+ example
45
- import {
46
- ElasticsearchServiceClient,
47
- AcceptInboundCrossClusterSearchConnectionCommand,
48
- } from "@aws-sdk/client-elasticsearch-service";
42
+ import { ElasticsearchServiceClient, ListDomainNamesCommand } from "@aws-sdk/client-elasticsearch-service";
49
43
  ```
50
44
 
51
45
  ### Usage
@@ -64,7 +58,7 @@ const client = new ElasticsearchServiceClient({ region: "REGION" });
64
58
  const params = {
65
59
  /** input parameters */
66
60
  };
67
- const command = new AcceptInboundCrossClusterSearchConnectionCommand(params);
61
+ const command = new ListDomainNamesCommand(params);
68
62
  ```
69
63
 
70
64
  #### Async/await
@@ -143,7 +137,7 @@ const client = new AWS.ElasticsearchService({ region: "REGION" });
143
137
 
144
138
  // async/await.
145
139
  try {
146
- const data = await client.acceptInboundCrossClusterSearchConnection(params);
140
+ const data = await client.listDomainNames(params);
147
141
  // process data.
148
142
  } catch (error) {
149
143
  // error handling.
@@ -151,7 +145,7 @@ try {
151
145
 
152
146
  // Promises.
153
147
  client
154
- .acceptInboundCrossClusterSearchConnection(params)
148
+ .listDomainNames(params)
155
149
  .then((data) => {
156
150
  // process data.
157
151
  })
@@ -160,7 +154,7 @@ client
160
154
  });
161
155
 
162
156
  // callbacks.
163
- client.acceptInboundCrossClusterSearchConnection(params, (err, data) => {
157
+ client.listDomainNames(params, (err, data) => {
164
158
  // process err and data.
165
159
  });
166
160
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AcceptInboundCrossClusterSearchConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AcceptInboundCrossClusterSearchConnectionCommand extends smithy_client_1.C
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "AcceptInboundCrossClusterSearchConnection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AddTagsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AddTagsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "AddTags",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AssociatePackageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociatePackageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "AssociatePackage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AuthorizeVpcEndpointAccessCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AuthorizeVpcEndpointAccessCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "AuthorizeVpcEndpointAccess",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CancelElasticsearchServiceSoftwareUpdateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CancelElasticsearchServiceSoftwareUpdateCommand extends smithy_client_1.Co
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "CancelElasticsearchServiceSoftwareUpdate",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateElasticsearchDomainCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateElasticsearchDomainCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateElasticsearchDomainRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonElasticsearchService2015",
39
+ operation: "CreateElasticsearchDomain",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateOutboundCrossClusterSearchConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateOutboundCrossClusterSearchConnectionCommand extends smithy_client_1.
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "CreateOutboundCrossClusterSearchConnection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreatePackageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreatePackageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "CreatePackage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateVpcEndpointCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateVpcEndpointCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "CreateVpcEndpoint",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteElasticsearchDomainCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteElasticsearchDomainCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DeleteElasticsearchDomain",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteElasticsearchServiceRoleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteElasticsearchServiceRoleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DeleteElasticsearchServiceRole",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteInboundCrossClusterSearchConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteInboundCrossClusterSearchConnectionCommand extends smithy_client_1.C
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DeleteInboundCrossClusterSearchConnection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteOutboundCrossClusterSearchConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteOutboundCrossClusterSearchConnectionCommand extends smithy_client_1.
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DeleteOutboundCrossClusterSearchConnection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeletePackageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeletePackageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DeletePackage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteVpcEndpointCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVpcEndpointCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DeleteVpcEndpoint",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeDomainAutoTunesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeDomainAutoTunesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeDomainAutoTunes",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeDomainChangeProgressCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeDomainChangeProgressCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeDomainChangeProgress",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeElasticsearchDomainCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeElasticsearchDomainCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeElasticsearchDomain",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeElasticsearchDomainConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeElasticsearchDomainConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeElasticsearchDomainConfig",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeElasticsearchDomainsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeElasticsearchDomainsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeElasticsearchDomains",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeElasticsearchInstanceTypeLimitsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeElasticsearchInstanceTypeLimitsCommand extends smithy_client_1.Com
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeElasticsearchInstanceTypeLimits",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeInboundCrossClusterSearchConnectionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeInboundCrossClusterSearchConnectionsCommand extends smithy_client_
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeInboundCrossClusterSearchConnections",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeOutboundCrossClusterSearchConnectionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeOutboundCrossClusterSearchConnectionsCommand extends smithy_client
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeOutboundCrossClusterSearchConnections",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribePackagesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribePackagesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribePackages",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeReservedElasticsearchInstanceOfferingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeReservedElasticsearchInstanceOfferingsCommand extends smithy_clien
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeReservedElasticsearchInstanceOfferings",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeReservedElasticsearchInstancesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeReservedElasticsearchInstancesCommand extends smithy_client_1.Comm
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeReservedElasticsearchInstances",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeVpcEndpointsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeVpcEndpointsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DescribeVpcEndpoints",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DissociatePackageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DissociatePackageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "DissociatePackage",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetCompatibleElasticsearchVersionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetCompatibleElasticsearchVersionsCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonElasticsearchService2015",
38
+ operation: "GetCompatibleElasticsearchVersions",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);