@aws-sdk/client-elasticsearch-service 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +50 -49
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -5143,20 +5143,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5143
5143
  // Annotate the CommonJS export names for ESM import in node:
5144
5144
 
5145
5145
  0 && (module.exports = {
5146
+ ElasticsearchServiceServiceException,
5147
+ __Client,
5148
+ ElasticsearchServiceClient,
5149
+ ElasticsearchService,
5150
+ $Command,
5146
5151
  AcceptInboundCrossClusterSearchConnectionCommand,
5147
- AccessDeniedException,
5148
5152
  AddTagsCommand,
5149
- AdvancedSecurityOptionsInputFilterSensitiveLog,
5150
5153
  AssociatePackageCommand,
5151
5154
  AuthorizeVpcEndpointAccessCommand,
5152
- AutoTuneDesiredState,
5153
- AutoTuneState,
5154
- AutoTuneType,
5155
- BaseException,
5156
5155
  CancelElasticsearchServiceSoftwareUpdateCommand,
5157
- ConflictException,
5158
5156
  CreateElasticsearchDomainCommand,
5159
- CreateElasticsearchDomainRequestFilterSensitiveLog,
5160
5157
  CreateOutboundCrossClusterSearchConnectionCommand,
5161
5158
  CreatePackageCommand,
5162
5159
  CreateVpcEndpointCommand,
@@ -5166,7 +5163,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5166
5163
  DeleteOutboundCrossClusterSearchConnectionCommand,
5167
5164
  DeletePackageCommand,
5168
5165
  DeleteVpcEndpointCommand,
5169
- DeploymentStatus,
5170
5166
  DescribeDomainAutoTunesCommand,
5171
5167
  DescribeDomainChangeProgressCommand,
5172
5168
  DescribeElasticsearchDomainCommand,
@@ -5176,28 +5172,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5176
5172
  DescribeInboundCrossClusterSearchConnectionsCommand,
5177
5173
  DescribeOutboundCrossClusterSearchConnectionsCommand,
5178
5174
  DescribePackagesCommand,
5179
- DescribePackagesFilterName,
5180
5175
  DescribeReservedElasticsearchInstanceOfferingsCommand,
5181
5176
  DescribeReservedElasticsearchInstancesCommand,
5182
5177
  DescribeVpcEndpointsCommand,
5183
- DisabledOperationException,
5184
5178
  DissociatePackageCommand,
5185
- DomainPackageStatus,
5186
- ESPartitionInstanceType,
5187
- ESWarmPartitionInstanceType,
5188
- ElasticsearchService,
5189
- ElasticsearchServiceClient,
5190
- ElasticsearchServiceServiceException,
5191
- EngineType,
5192
5179
  GetCompatibleElasticsearchVersionsCommand,
5193
5180
  GetPackageVersionHistoryCommand,
5194
5181
  GetUpgradeHistoryCommand,
5195
5182
  GetUpgradeStatusCommand,
5196
- InboundCrossClusterSearchConnectionStatusCode,
5197
- InternalException,
5198
- InvalidPaginationTokenException,
5199
- InvalidTypeException,
5200
- LimitExceededException,
5201
5183
  ListDomainNamesCommand,
5202
5184
  ListDomainsForPackageCommand,
5203
5185
  ListElasticsearchInstanceTypesCommand,
@@ -5207,40 +5189,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5207
5189
  ListVpcEndpointAccessCommand,
5208
5190
  ListVpcEndpointsCommand,
5209
5191
  ListVpcEndpointsForDomainCommand,
5210
- LogType,
5211
- MasterUserOptionsFilterSensitiveLog,
5212
- OptionState,
5213
- OutboundCrossClusterSearchConnectionStatusCode,
5214
- OverallChangeStatus,
5215
- PackageStatus,
5216
- PackageType,
5217
- PrincipalType,
5218
5192
  PurchaseReservedElasticsearchInstanceOfferingCommand,
5219
5193
  RejectInboundCrossClusterSearchConnectionCommand,
5220
5194
  RemoveTagsCommand,
5221
- ReservedElasticsearchInstancePaymentOption,
5222
- ResourceAlreadyExistsException,
5223
- ResourceNotFoundException,
5224
5195
  RevokeVpcEndpointAccessCommand,
5225
- RollbackOnDisable,
5226
- SAMLOptionsInputFilterSensitiveLog,
5227
- ScheduledAutoTuneActionType,
5228
- ScheduledAutoTuneSeverityType,
5229
5196
  StartElasticsearchServiceSoftwareUpdateCommand,
5230
- TLSSecurityPolicy,
5231
- TimeUnit,
5232
5197
  UpdateElasticsearchDomainConfigCommand,
5233
- UpdateElasticsearchDomainConfigRequestFilterSensitiveLog,
5234
5198
  UpdatePackageCommand,
5235
5199
  UpdateVpcEndpointCommand,
5236
5200
  UpgradeElasticsearchDomainCommand,
5237
- UpgradeStatus,
5238
- UpgradeStep,
5239
- ValidationException,
5240
- VolumeType,
5241
- VpcEndpointErrorCode,
5242
- VpcEndpointStatus,
5243
- __Client,
5244
5201
  paginateDescribeDomainAutoTunes,
5245
5202
  paginateDescribeInboundCrossClusterSearchConnections,
5246
5203
  paginateDescribeOutboundCrossClusterSearchConnections,
@@ -5252,6 +5209,50 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5252
5209
  paginateListDomainsForPackage,
5253
5210
  paginateListElasticsearchInstanceTypes,
5254
5211
  paginateListElasticsearchVersions,
5255
- paginateListPackagesForDomain
5212
+ paginateListPackagesForDomain,
5213
+ InboundCrossClusterSearchConnectionStatusCode,
5214
+ DisabledOperationException,
5215
+ LimitExceededException,
5216
+ ResourceNotFoundException,
5217
+ AccessDeniedException,
5218
+ OptionState,
5219
+ BaseException,
5220
+ InternalException,
5221
+ ValidationException,
5222
+ DomainPackageStatus,
5223
+ PackageType,
5224
+ ConflictException,
5225
+ PrincipalType,
5226
+ DeploymentStatus,
5227
+ AutoTuneDesiredState,
5228
+ TimeUnit,
5229
+ TLSSecurityPolicy,
5230
+ VolumeType,
5231
+ ESPartitionInstanceType,
5232
+ ESWarmPartitionInstanceType,
5233
+ LogType,
5234
+ AutoTuneState,
5235
+ InvalidTypeException,
5236
+ ResourceAlreadyExistsException,
5237
+ OutboundCrossClusterSearchConnectionStatusCode,
5238
+ PackageStatus,
5239
+ VpcEndpointStatus,
5240
+ ScheduledAutoTuneActionType,
5241
+ ScheduledAutoTuneSeverityType,
5242
+ AutoTuneType,
5243
+ OverallChangeStatus,
5244
+ RollbackOnDisable,
5245
+ InvalidPaginationTokenException,
5246
+ DescribePackagesFilterName,
5247
+ ReservedElasticsearchInstancePaymentOption,
5248
+ VpcEndpointErrorCode,
5249
+ UpgradeStep,
5250
+ UpgradeStatus,
5251
+ EngineType,
5252
+ MasterUserOptionsFilterSensitiveLog,
5253
+ SAMLOptionsInputFilterSensitiveLog,
5254
+ AdvancedSecurityOptionsInputFilterSensitiveLog,
5255
+ CreateElasticsearchDomainRequestFilterSensitiveLog,
5256
+ UpdateElasticsearchDomainConfigRequestFilterSensitiveLog
5256
5257
  });
5257
5258
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elasticsearch-service",
3
3
  "description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elasticsearch-service",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",