@aws-sdk/client-elasticsearch-service 3.183.0 → 3.186.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 (66) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +2 -2
  3. package/dist-es/ElasticsearchService.js +173 -166
  4. package/dist-es/ElasticsearchServiceClient.js +28 -22
  5. package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +28 -21
  6. package/dist-es/commands/AddTagsCommand.js +29 -22
  7. package/dist-es/commands/AssociatePackageCommand.js +28 -21
  8. package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +28 -21
  9. package/dist-es/commands/CreateElasticsearchDomainCommand.js +28 -21
  10. package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +28 -21
  11. package/dist-es/commands/CreatePackageCommand.js +28 -21
  12. package/dist-es/commands/DeleteElasticsearchDomainCommand.js +28 -21
  13. package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +30 -23
  14. package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +28 -21
  15. package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +28 -21
  16. package/dist-es/commands/DeletePackageCommand.js +28 -21
  17. package/dist-es/commands/DescribeDomainAutoTunesCommand.js +28 -21
  18. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +28 -21
  19. package/dist-es/commands/DescribeElasticsearchDomainCommand.js +28 -21
  20. package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +28 -21
  21. package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +28 -21
  22. package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +28 -21
  23. package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +28 -21
  24. package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +28 -21
  25. package/dist-es/commands/DescribePackagesCommand.js +28 -21
  26. package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +28 -21
  27. package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +28 -21
  28. package/dist-es/commands/DissociatePackageCommand.js +28 -21
  29. package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +28 -21
  30. package/dist-es/commands/GetPackageVersionHistoryCommand.js +28 -21
  31. package/dist-es/commands/GetUpgradeHistoryCommand.js +28 -21
  32. package/dist-es/commands/GetUpgradeStatusCommand.js +28 -21
  33. package/dist-es/commands/ListDomainNamesCommand.js +28 -21
  34. package/dist-es/commands/ListDomainsForPackageCommand.js +28 -21
  35. package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +28 -21
  36. package/dist-es/commands/ListElasticsearchVersionsCommand.js +28 -21
  37. package/dist-es/commands/ListPackagesForDomainCommand.js +28 -21
  38. package/dist-es/commands/ListTagsCommand.js +28 -21
  39. package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +28 -21
  40. package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +28 -21
  41. package/dist-es/commands/RemoveTagsCommand.js +29 -22
  42. package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +28 -21
  43. package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +28 -21
  44. package/dist-es/commands/UpdatePackageCommand.js +28 -21
  45. package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +28 -21
  46. package/dist-es/endpoints.js +8 -8
  47. package/dist-es/models/ElasticsearchServiceServiceException.js +10 -5
  48. package/dist-es/models/models_0.js +279 -591
  49. package/dist-es/pagination/DescribeDomainAutoTunesPaginator.js +68 -25
  50. package/dist-es/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +68 -25
  51. package/dist-es/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +68 -25
  52. package/dist-es/pagination/DescribePackagesPaginator.js +68 -25
  53. package/dist-es/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +68 -25
  54. package/dist-es/pagination/DescribeReservedElasticsearchInstancesPaginator.js +68 -25
  55. package/dist-es/pagination/GetPackageVersionHistoryPaginator.js +68 -25
  56. package/dist-es/pagination/GetUpgradeHistoryPaginator.js +68 -25
  57. package/dist-es/pagination/ListDomainsForPackagePaginator.js +68 -25
  58. package/dist-es/pagination/ListElasticsearchInstanceTypesPaginator.js +68 -25
  59. package/dist-es/pagination/ListElasticsearchVersionsPaginator.js +68 -25
  60. package/dist-es/pagination/ListPackagesForDomainPaginator.js +68 -25
  61. package/dist-es/protocols/Aws_restJson1.js +4382 -3228
  62. package/dist-es/runtimeConfig.browser.js +12 -26
  63. package/dist-es/runtimeConfig.js +12 -30
  64. package/dist-es/runtimeConfig.native.js +5 -8
  65. package/dist-es/runtimeConfig.shared.js +11 -8
  66. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-elasticsearch-service
9
+
10
+
11
+
12
+
13
+
14
+ # [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
7
26
 
8
27
  **Note:** Version bump only for package @aws-sdk/client-elasticsearch-service
@@ -4169,10 +4169,10 @@ const deserializeAws_restJson1ZoneAwarenessConfig = (output, context) => {
4169
4169
  };
4170
4170
  };
4171
4171
  const deserializeMetadata = (output) => {
4172
- var _a;
4172
+ var _a, _b;
4173
4173
  return ({
4174
4174
  httpStatusCode: output.statusCode,
4175
- requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
4175
+ requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
4176
4176
  extendedRequestId: output.headers["x-amz-id-2"],
4177
4177
  cfId: output.headers["x-amz-cf-id"],
4178
4178
  });