@aws-sdk/client-elasticsearch-service 3.49.0 → 3.50.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 (84) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/ElasticsearchService.js +15 -0
  3. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +41 -4
  6. package/dist-cjs/protocols/Aws_restJson1.js +160 -2
  7. package/dist-es/ElasticsearchService.js +15 -0
  8. package/dist-es/commands/DescribeDomainChangeProgressCommand.js +39 -0
  9. package/dist-es/commands/index.js +1 -0
  10. package/dist-es/models/models_0.js +27 -0
  11. package/dist-es/protocols/Aws_restJson1.js +175 -0
  12. package/dist-types/ElasticsearchService.d.ts +8 -0
  13. package/dist-types/ElasticsearchServiceClient.d.ts +3 -2
  14. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +36 -0
  15. package/dist-types/commands/index.d.ts +1 -0
  16. package/dist-types/models/models_0.d.ts +144 -0
  17. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  18. package/package.json +25 -25
  19. package/dist-types/ts3.4/ElasticsearchService.d.ts +0 -205
  20. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +0 -113
  21. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +0 -16
  30. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/index.d.ts +0 -40
  62. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  63. package/dist-types/ts3.4/index.d.ts +0 -5
  64. package/dist-types/ts3.4/models/index.d.ts +0 -1
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -2066
  66. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +0 -4
  67. package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +0 -4
  68. package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +0 -4
  69. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +0 -4
  70. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +0 -4
  71. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +0 -4
  72. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +0 -4
  73. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +0 -4
  74. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  75. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +0 -4
  76. package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +0 -4
  77. package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +0 -4
  78. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +0 -4
  79. package/dist-types/ts3.4/pagination/index.d.ts +0 -13
  80. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -122
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -428,6 +428,40 @@ export var serializeAws_restJson1DescribeDomainAutoTunesCommand = function (inpu
428
428
  }
429
429
  });
430
430
  }); };
431
+ export var serializeAws_restJson1DescribeDomainChangeProgressCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
432
+ var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, query, body;
433
+ return __generator(this, function (_c) {
434
+ switch (_c.label) {
435
+ case 0: return [4, context.endpoint()];
436
+ case 1:
437
+ _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
438
+ headers = {};
439
+ resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
440
+ "/2015-01-01/es/domain/{DomainName}/progress";
441
+ if (input.DomainName !== undefined) {
442
+ labelValue = input.DomainName;
443
+ if (labelValue.length <= 0) {
444
+ throw new Error("Empty value provided for input HTTP label: DomainName.");
445
+ }
446
+ resolvedPath = resolvedPath.replace("{DomainName}", __extendedEncodeURIComponent(labelValue));
447
+ }
448
+ else {
449
+ throw new Error("No value provided for input HTTP label: DomainName.");
450
+ }
451
+ query = __assign({}, (input.ChangeId !== undefined && { changeid: input.ChangeId }));
452
+ return [2, new __HttpRequest({
453
+ protocol: protocol,
454
+ hostname: hostname,
455
+ port: port,
456
+ method: "GET",
457
+ headers: headers,
458
+ path: resolvedPath,
459
+ query: query,
460
+ body: body,
461
+ })];
462
+ }
463
+ });
464
+ }); };
431
465
  export var serializeAws_restJson1DescribeElasticsearchDomainCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
432
466
  var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body;
433
467
  return __generator(this, function (_c) {
@@ -2408,6 +2442,92 @@ var deserializeAws_restJson1DescribeDomainAutoTunesCommandError = function (outp
2408
2442
  }
2409
2443
  });
2410
2444
  }); };
2445
+ export var deserializeAws_restJson1DescribeDomainChangeProgressCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
2446
+ var contents, data, _a, _b;
2447
+ return __generator(this, function (_c) {
2448
+ switch (_c.label) {
2449
+ case 0:
2450
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2451
+ return [2, deserializeAws_restJson1DescribeDomainChangeProgressCommandError(output, context)];
2452
+ }
2453
+ contents = {
2454
+ $metadata: deserializeMetadata(output),
2455
+ ChangeProgressStatus: undefined,
2456
+ };
2457
+ _a = __expectNonNull;
2458
+ _b = __expectObject;
2459
+ return [4, parseBody(output.body, context)];
2460
+ case 1:
2461
+ data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
2462
+ if (data.ChangeProgressStatus !== undefined && data.ChangeProgressStatus !== null) {
2463
+ contents.ChangeProgressStatus = deserializeAws_restJson1ChangeProgressStatusDetails(data.ChangeProgressStatus, context);
2464
+ }
2465
+ return [2, Promise.resolve(contents)];
2466
+ }
2467
+ });
2468
+ }); };
2469
+ var deserializeAws_restJson1DescribeDomainChangeProgressCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
2470
+ var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, _f, parsedBody, message;
2471
+ var _g;
2472
+ return __generator(this, function (_h) {
2473
+ switch (_h.label) {
2474
+ case 0:
2475
+ _a = [__assign({}, output)];
2476
+ _g = {};
2477
+ return [4, parseBody(output.body, context)];
2478
+ case 1:
2479
+ parsedOutput = __assign.apply(void 0, _a.concat([(_g.body = _h.sent(), _g)]));
2480
+ errorCode = "UnknownError";
2481
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2482
+ _b = errorCode;
2483
+ switch (_b) {
2484
+ case "BaseException": return [3, 2];
2485
+ case "com.amazonaws.elasticsearchservice#BaseException": return [3, 2];
2486
+ case "InternalException": return [3, 4];
2487
+ case "com.amazonaws.elasticsearchservice#InternalException": return [3, 4];
2488
+ case "ResourceNotFoundException": return [3, 6];
2489
+ case "com.amazonaws.elasticsearchservice#ResourceNotFoundException": return [3, 6];
2490
+ case "ValidationException": return [3, 8];
2491
+ case "com.amazonaws.elasticsearchservice#ValidationException": return [3, 8];
2492
+ }
2493
+ return [3, 10];
2494
+ case 2:
2495
+ _c = [{}];
2496
+ return [4, deserializeAws_restJson1BaseExceptionResponse(parsedOutput, context)];
2497
+ case 3:
2498
+ response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2499
+ return [3, 11];
2500
+ case 4:
2501
+ _d = [{}];
2502
+ return [4, deserializeAws_restJson1InternalExceptionResponse(parsedOutput, context)];
2503
+ case 5:
2504
+ response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2505
+ return [3, 11];
2506
+ case 6:
2507
+ _e = [{}];
2508
+ return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
2509
+ case 7:
2510
+ response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2511
+ return [3, 11];
2512
+ case 8:
2513
+ _f = [{}];
2514
+ return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
2515
+ case 9:
2516
+ response = __assign.apply(void 0, [__assign.apply(void 0, _f.concat([(_h.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
2517
+ return [3, 11];
2518
+ case 10:
2519
+ parsedBody = parsedOutput.body;
2520
+ errorCode = parsedBody.code || parsedBody.Code || errorCode;
2521
+ response = __assign(__assign({}, parsedBody), { name: "" + errorCode, message: parsedBody.message || parsedBody.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
2522
+ _h.label = 11;
2523
+ case 11:
2524
+ message = response.message || response.Message || errorCode;
2525
+ response.message = message;
2526
+ delete response.Message;
2527
+ return [2, Promise.reject(Object.assign(new Error(message), response))];
2528
+ }
2529
+ });
2530
+ }); };
2411
2531
  export var deserializeAws_restJson1DescribeElasticsearchDomainCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
2412
2532
  var contents, data, _a, _b;
2413
2533
  return __generator(this, function (_c) {
@@ -4769,6 +4889,7 @@ export var deserializeAws_restJson1UpgradeElasticsearchDomainCommand = function
4769
4889
  }
4770
4890
  contents = {
4771
4891
  $metadata: deserializeMetadata(output),
4892
+ ChangeProgressDetails: undefined,
4772
4893
  DomainName: undefined,
4773
4894
  PerformCheckOnly: undefined,
4774
4895
  TargetVersion: undefined,
@@ -4778,6 +4899,9 @@ export var deserializeAws_restJson1UpgradeElasticsearchDomainCommand = function
4778
4899
  return [4, parseBody(output.body, context)];
4779
4900
  case 1:
4780
4901
  data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
4902
+ if (data.ChangeProgressDetails !== undefined && data.ChangeProgressDetails !== null) {
4903
+ contents.ChangeProgressDetails = deserializeAws_restJson1ChangeProgressDetails(data.ChangeProgressDetails, context);
4904
+ }
4781
4905
  if (data.DomainName !== undefined && data.DomainName !== null) {
4782
4906
  contents.DomainName = __expectString(data.DomainName);
4783
4907
  }
@@ -5421,6 +5545,51 @@ var deserializeAws_restJson1AutoTuneStatus = function (output, context) {
5421
5545
  UpdateVersion: __expectInt32(output.UpdateVersion),
5422
5546
  };
5423
5547
  };
5548
+ var deserializeAws_restJson1ChangeProgressDetails = function (output, context) {
5549
+ return {
5550
+ ChangeId: __expectString(output.ChangeId),
5551
+ Message: __expectString(output.Message),
5552
+ };
5553
+ };
5554
+ var deserializeAws_restJson1ChangeProgressStage = function (output, context) {
5555
+ return {
5556
+ Description: __expectString(output.Description),
5557
+ LastUpdated: output.LastUpdated !== undefined && output.LastUpdated !== null
5558
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastUpdated)))
5559
+ : undefined,
5560
+ Name: __expectString(output.Name),
5561
+ Status: __expectString(output.Status),
5562
+ };
5563
+ };
5564
+ var deserializeAws_restJson1ChangeProgressStageList = function (output, context) {
5565
+ return (output || [])
5566
+ .filter(function (e) { return e != null; })
5567
+ .map(function (entry) {
5568
+ if (entry === null) {
5569
+ return null;
5570
+ }
5571
+ return deserializeAws_restJson1ChangeProgressStage(entry, context);
5572
+ });
5573
+ };
5574
+ var deserializeAws_restJson1ChangeProgressStatusDetails = function (output, context) {
5575
+ return {
5576
+ ChangeId: __expectString(output.ChangeId),
5577
+ ChangeProgressStages: output.ChangeProgressStages !== undefined && output.ChangeProgressStages !== null
5578
+ ? deserializeAws_restJson1ChangeProgressStageList(output.ChangeProgressStages, context)
5579
+ : undefined,
5580
+ CompletedProperties: output.CompletedProperties !== undefined && output.CompletedProperties !== null
5581
+ ? deserializeAws_restJson1StringList(output.CompletedProperties, context)
5582
+ : undefined,
5583
+ PendingProperties: output.PendingProperties !== undefined && output.PendingProperties !== null
5584
+ ? deserializeAws_restJson1StringList(output.PendingProperties, context)
5585
+ : undefined,
5586
+ StartTime: output.StartTime !== undefined && output.StartTime !== null
5587
+ ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartTime)))
5588
+ : undefined,
5589
+ Status: __expectString(output.Status),
5590
+ TotalNumberOfStages: __expectInt32(output.TotalNumberOfStages),
5591
+ };
5592
+ };
5424
5593
  var deserializeAws_restJson1CognitoOptions = function (output, context) {
5425
5594
  return {
5426
5595
  Enabled: __expectBoolean(output.Enabled),
@@ -5604,6 +5773,9 @@ var deserializeAws_restJson1ElasticsearchDomainConfig = function (output, contex
5604
5773
  AutoTuneOptions: output.AutoTuneOptions !== undefined && output.AutoTuneOptions !== null
5605
5774
  ? deserializeAws_restJson1AutoTuneOptionsStatus(output.AutoTuneOptions, context)
5606
5775
  : undefined,
5776
+ ChangeProgressDetails: output.ChangeProgressDetails !== undefined && output.ChangeProgressDetails !== null
5777
+ ? deserializeAws_restJson1ChangeProgressDetails(output.ChangeProgressDetails, context)
5778
+ : undefined,
5607
5779
  CognitoOptions: output.CognitoOptions !== undefined && output.CognitoOptions !== null
5608
5780
  ? deserializeAws_restJson1CognitoOptionsStatus(output.CognitoOptions, context)
5609
5781
  : undefined,
@@ -5649,6 +5821,9 @@ var deserializeAws_restJson1ElasticsearchDomainStatus = function (output, contex
5649
5821
  AutoTuneOptions: output.AutoTuneOptions !== undefined && output.AutoTuneOptions !== null
5650
5822
  ? deserializeAws_restJson1AutoTuneOptionsOutput(output.AutoTuneOptions, context)
5651
5823
  : undefined,
5824
+ ChangeProgressDetails: output.ChangeProgressDetails !== undefined && output.ChangeProgressDetails !== null
5825
+ ? deserializeAws_restJson1ChangeProgressDetails(output.ChangeProgressDetails, context)
5826
+ : undefined,
5652
5827
  CognitoOptions: output.CognitoOptions !== undefined && output.CognitoOptions !== null
5653
5828
  ? deserializeAws_restJson1CognitoOptions(output.CognitoOptions, context)
5654
5829
  : undefined,
@@ -12,6 +12,7 @@ import { DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCro
12
12
  import { DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput } from "./commands/DeleteOutboundCrossClusterSearchConnectionCommand";
13
13
  import { DeletePackageCommandInput, DeletePackageCommandOutput } from "./commands/DeletePackageCommand";
14
14
  import { DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput } from "./commands/DescribeDomainAutoTunesCommand";
15
+ import { DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput } from "./commands/DescribeDomainChangeProgressCommand";
15
16
  import { DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput } from "./commands/DescribeElasticsearchDomainCommand";
16
17
  import { DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput } from "./commands/DescribeElasticsearchDomainConfigCommand";
17
18
  import { DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput } from "./commands/DescribeElasticsearchDomainsCommand";
@@ -130,6 +131,13 @@ export declare class ElasticsearchService extends ElasticsearchServiceClient {
130
131
  describeDomainAutoTunes(args: DescribeDomainAutoTunesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainAutoTunesCommandOutput>;
131
132
  describeDomainAutoTunes(args: DescribeDomainAutoTunesCommandInput, cb: (err: any, data?: DescribeDomainAutoTunesCommandOutput) => void): void;
132
133
  describeDomainAutoTunes(args: DescribeDomainAutoTunesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainAutoTunesCommandOutput) => void): void;
134
+ /**
135
+ * <p>Returns information about the current blue/green deployment happening on a domain, including
136
+ * a change ID, status, and progress stages.</p>
137
+ */
138
+ describeDomainChangeProgress(args: DescribeDomainChangeProgressCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainChangeProgressCommandOutput>;
139
+ describeDomainChangeProgress(args: DescribeDomainChangeProgressCommandInput, cb: (err: any, data?: DescribeDomainChangeProgressCommandOutput) => void): void;
140
+ describeDomainChangeProgress(args: DescribeDomainChangeProgressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainChangeProgressCommandOutput) => void): void;
133
141
  /**
134
142
  * <p>Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.</p>
135
143
  */
@@ -19,6 +19,7 @@ import { DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCro
19
19
  import { DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput } from "./commands/DeleteOutboundCrossClusterSearchConnectionCommand";
20
20
  import { DeletePackageCommandInput, DeletePackageCommandOutput } from "./commands/DeletePackageCommand";
21
21
  import { DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput } from "./commands/DescribeDomainAutoTunesCommand";
22
+ import { DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput } from "./commands/DescribeDomainChangeProgressCommand";
22
23
  import { DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput } from "./commands/DescribeElasticsearchDomainCommand";
23
24
  import { DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput } from "./commands/DescribeElasticsearchDomainConfigCommand";
24
25
  import { DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput } from "./commands/DescribeElasticsearchDomainsCommand";
@@ -46,8 +47,8 @@ import { StartElasticsearchServiceSoftwareUpdateCommandInput, StartElasticsearch
46
47
  import { UpdateElasticsearchDomainConfigCommandInput, UpdateElasticsearchDomainConfigCommandOutput } from "./commands/UpdateElasticsearchDomainConfigCommand";
47
48
  import { UpdatePackageCommandInput, UpdatePackageCommandOutput } from "./commands/UpdatePackageCommand";
48
49
  import { UpgradeElasticsearchDomainCommandInput, UpgradeElasticsearchDomainCommandOutput } from "./commands/UpgradeElasticsearchDomainCommand";
49
- export declare type ServiceInputTypes = AcceptInboundCrossClusterSearchConnectionCommandInput | AddTagsCommandInput | AssociatePackageCommandInput | CancelElasticsearchServiceSoftwareUpdateCommandInput | CreateElasticsearchDomainCommandInput | CreateOutboundCrossClusterSearchConnectionCommandInput | CreatePackageCommandInput | DeleteElasticsearchDomainCommandInput | DeleteElasticsearchServiceRoleCommandInput | DeleteInboundCrossClusterSearchConnectionCommandInput | DeleteOutboundCrossClusterSearchConnectionCommandInput | DeletePackageCommandInput | DescribeDomainAutoTunesCommandInput | DescribeElasticsearchDomainCommandInput | DescribeElasticsearchDomainConfigCommandInput | DescribeElasticsearchDomainsCommandInput | DescribeElasticsearchInstanceTypeLimitsCommandInput | DescribeInboundCrossClusterSearchConnectionsCommandInput | DescribeOutboundCrossClusterSearchConnectionsCommandInput | DescribePackagesCommandInput | DescribeReservedElasticsearchInstanceOfferingsCommandInput | DescribeReservedElasticsearchInstancesCommandInput | DissociatePackageCommandInput | GetCompatibleElasticsearchVersionsCommandInput | GetPackageVersionHistoryCommandInput | GetUpgradeHistoryCommandInput | GetUpgradeStatusCommandInput | ListDomainNamesCommandInput | ListDomainsForPackageCommandInput | ListElasticsearchInstanceTypesCommandInput | ListElasticsearchVersionsCommandInput | ListPackagesForDomainCommandInput | ListTagsCommandInput | PurchaseReservedElasticsearchInstanceOfferingCommandInput | RejectInboundCrossClusterSearchConnectionCommandInput | RemoveTagsCommandInput | StartElasticsearchServiceSoftwareUpdateCommandInput | UpdateElasticsearchDomainConfigCommandInput | UpdatePackageCommandInput | UpgradeElasticsearchDomainCommandInput;
50
- export declare type ServiceOutputTypes = AcceptInboundCrossClusterSearchConnectionCommandOutput | AddTagsCommandOutput | AssociatePackageCommandOutput | CancelElasticsearchServiceSoftwareUpdateCommandOutput | CreateElasticsearchDomainCommandOutput | CreateOutboundCrossClusterSearchConnectionCommandOutput | CreatePackageCommandOutput | DeleteElasticsearchDomainCommandOutput | DeleteElasticsearchServiceRoleCommandOutput | DeleteInboundCrossClusterSearchConnectionCommandOutput | DeleteOutboundCrossClusterSearchConnectionCommandOutput | DeletePackageCommandOutput | DescribeDomainAutoTunesCommandOutput | DescribeElasticsearchDomainCommandOutput | DescribeElasticsearchDomainConfigCommandOutput | DescribeElasticsearchDomainsCommandOutput | DescribeElasticsearchInstanceTypeLimitsCommandOutput | DescribeInboundCrossClusterSearchConnectionsCommandOutput | DescribeOutboundCrossClusterSearchConnectionsCommandOutput | DescribePackagesCommandOutput | DescribeReservedElasticsearchInstanceOfferingsCommandOutput | DescribeReservedElasticsearchInstancesCommandOutput | DissociatePackageCommandOutput | GetCompatibleElasticsearchVersionsCommandOutput | GetPackageVersionHistoryCommandOutput | GetUpgradeHistoryCommandOutput | GetUpgradeStatusCommandOutput | ListDomainNamesCommandOutput | ListDomainsForPackageCommandOutput | ListElasticsearchInstanceTypesCommandOutput | ListElasticsearchVersionsCommandOutput | ListPackagesForDomainCommandOutput | ListTagsCommandOutput | PurchaseReservedElasticsearchInstanceOfferingCommandOutput | RejectInboundCrossClusterSearchConnectionCommandOutput | RemoveTagsCommandOutput | StartElasticsearchServiceSoftwareUpdateCommandOutput | UpdateElasticsearchDomainConfigCommandOutput | UpdatePackageCommandOutput | UpgradeElasticsearchDomainCommandOutput;
50
+ export declare type ServiceInputTypes = AcceptInboundCrossClusterSearchConnectionCommandInput | AddTagsCommandInput | AssociatePackageCommandInput | CancelElasticsearchServiceSoftwareUpdateCommandInput | CreateElasticsearchDomainCommandInput | CreateOutboundCrossClusterSearchConnectionCommandInput | CreatePackageCommandInput | DeleteElasticsearchDomainCommandInput | DeleteElasticsearchServiceRoleCommandInput | DeleteInboundCrossClusterSearchConnectionCommandInput | DeleteOutboundCrossClusterSearchConnectionCommandInput | DeletePackageCommandInput | DescribeDomainAutoTunesCommandInput | DescribeDomainChangeProgressCommandInput | DescribeElasticsearchDomainCommandInput | DescribeElasticsearchDomainConfigCommandInput | DescribeElasticsearchDomainsCommandInput | DescribeElasticsearchInstanceTypeLimitsCommandInput | DescribeInboundCrossClusterSearchConnectionsCommandInput | DescribeOutboundCrossClusterSearchConnectionsCommandInput | DescribePackagesCommandInput | DescribeReservedElasticsearchInstanceOfferingsCommandInput | DescribeReservedElasticsearchInstancesCommandInput | DissociatePackageCommandInput | GetCompatibleElasticsearchVersionsCommandInput | GetPackageVersionHistoryCommandInput | GetUpgradeHistoryCommandInput | GetUpgradeStatusCommandInput | ListDomainNamesCommandInput | ListDomainsForPackageCommandInput | ListElasticsearchInstanceTypesCommandInput | ListElasticsearchVersionsCommandInput | ListPackagesForDomainCommandInput | ListTagsCommandInput | PurchaseReservedElasticsearchInstanceOfferingCommandInput | RejectInboundCrossClusterSearchConnectionCommandInput | RemoveTagsCommandInput | StartElasticsearchServiceSoftwareUpdateCommandInput | UpdateElasticsearchDomainConfigCommandInput | UpdatePackageCommandInput | UpgradeElasticsearchDomainCommandInput;
51
+ export declare type ServiceOutputTypes = AcceptInboundCrossClusterSearchConnectionCommandOutput | AddTagsCommandOutput | AssociatePackageCommandOutput | CancelElasticsearchServiceSoftwareUpdateCommandOutput | CreateElasticsearchDomainCommandOutput | CreateOutboundCrossClusterSearchConnectionCommandOutput | CreatePackageCommandOutput | DeleteElasticsearchDomainCommandOutput | DeleteElasticsearchServiceRoleCommandOutput | DeleteInboundCrossClusterSearchConnectionCommandOutput | DeleteOutboundCrossClusterSearchConnectionCommandOutput | DeletePackageCommandOutput | DescribeDomainAutoTunesCommandOutput | DescribeDomainChangeProgressCommandOutput | DescribeElasticsearchDomainCommandOutput | DescribeElasticsearchDomainConfigCommandOutput | DescribeElasticsearchDomainsCommandOutput | DescribeElasticsearchInstanceTypeLimitsCommandOutput | DescribeInboundCrossClusterSearchConnectionsCommandOutput | DescribeOutboundCrossClusterSearchConnectionsCommandOutput | DescribePackagesCommandOutput | DescribeReservedElasticsearchInstanceOfferingsCommandOutput | DescribeReservedElasticsearchInstancesCommandOutput | DissociatePackageCommandOutput | GetCompatibleElasticsearchVersionsCommandOutput | GetPackageVersionHistoryCommandOutput | GetUpgradeHistoryCommandOutput | GetUpgradeStatusCommandOutput | ListDomainNamesCommandOutput | ListDomainsForPackageCommandOutput | ListElasticsearchInstanceTypesCommandOutput | ListElasticsearchVersionsCommandOutput | ListPackagesForDomainCommandOutput | ListTagsCommandOutput | PurchaseReservedElasticsearchInstanceOfferingCommandOutput | RejectInboundCrossClusterSearchConnectionCommandOutput | RemoveTagsCommandOutput | StartElasticsearchServiceSoftwareUpdateCommandOutput | UpdateElasticsearchDomainConfigCommandOutput | UpdatePackageCommandOutput | UpgradeElasticsearchDomainCommandOutput;
51
52
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
52
53
  /**
53
54
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ElasticsearchServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticsearchServiceClient";
4
+ import { DescribeDomainChangeProgressRequest, DescribeDomainChangeProgressResponse } from "../models/models_0";
5
+ export interface DescribeDomainChangeProgressCommandInput extends DescribeDomainChangeProgressRequest {
6
+ }
7
+ export interface DescribeDomainChangeProgressCommandOutput extends DescribeDomainChangeProgressResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns information about the current blue/green deployment happening on a domain, including
11
+ * a change ID, status, and progress stages.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { ElasticsearchServiceClient, DescribeDomainChangeProgressCommand } from "@aws-sdk/client-elasticsearch-service"; // ES Modules import
16
+ * // const { ElasticsearchServiceClient, DescribeDomainChangeProgressCommand } = require("@aws-sdk/client-elasticsearch-service"); // CommonJS import
17
+ * const client = new ElasticsearchServiceClient(config);
18
+ * const command = new DescribeDomainChangeProgressCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link DescribeDomainChangeProgressCommandInput} for command's `input` shape.
23
+ * @see {@link DescribeDomainChangeProgressCommandOutput} for command's `response` shape.
24
+ * @see {@link ElasticsearchServiceClientResolvedConfig | config} for ElasticsearchServiceClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class DescribeDomainChangeProgressCommand extends $Command<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, ElasticsearchServiceClientResolvedConfig> {
28
+ readonly input: DescribeDomainChangeProgressCommandInput;
29
+ constructor(input: DescribeDomainChangeProgressCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticsearchServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -11,6 +11,7 @@ export * from "./DeleteInboundCrossClusterSearchConnectionCommand";
11
11
  export * from "./DeleteOutboundCrossClusterSearchConnectionCommand";
12
12
  export * from "./DeletePackageCommand";
13
13
  export * from "./DescribeDomainAutoTunesCommand";
14
+ export * from "./DescribeDomainChangeProgressCommand";
14
15
  export * from "./DescribeElasticsearchDomainCommand";
15
16
  export * from "./DescribeElasticsearchDomainConfigCommand";
16
17
  export * from "./DescribeElasticsearchDomainsCommand";
@@ -1189,6 +1189,25 @@ export declare namespace AutoTuneOptionsOutput {
1189
1189
  */
1190
1190
  const filterSensitiveLog: (obj: AutoTuneOptionsOutput) => any;
1191
1191
  }
1192
+ /**
1193
+ * <p>Specifies change details of the domain configuration change.</p>
1194
+ */
1195
+ export interface ChangeProgressDetails {
1196
+ /**
1197
+ * <p>The unique change identifier associated with a specific domain configuration change.</p>
1198
+ */
1199
+ ChangeId?: string;
1200
+ /**
1201
+ * <p>Contains an optional message associated with the domain configuration change.</p>
1202
+ */
1203
+ Message?: string;
1204
+ }
1205
+ export declare namespace ChangeProgressDetails {
1206
+ /**
1207
+ * @internal
1208
+ */
1209
+ const filterSensitiveLog: (obj: ChangeProgressDetails) => any;
1210
+ }
1192
1211
  /**
1193
1212
  * <p>Options to specify the subnets and security groups for VPC endpoint. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html" target="_blank"> VPC Endpoints for Amazon Elasticsearch Service Domains</a>.</p>
1194
1213
  */
@@ -1319,6 +1338,10 @@ export interface ElasticsearchDomainStatus {
1319
1338
  * <p>The current status of the Elasticsearch domain's Auto-Tune options.</p>
1320
1339
  */
1321
1340
  AutoTuneOptions?: AutoTuneOptionsOutput;
1341
+ /**
1342
+ * <p>Specifies change details of the domain configuration change.</p>
1343
+ */
1344
+ ChangeProgressDetails?: ChangeProgressDetails;
1322
1345
  }
1323
1346
  export declare namespace ElasticsearchDomainStatus {
1324
1347
  /**
@@ -1849,6 +1872,119 @@ export declare namespace DescribeDomainAutoTunesResponse {
1849
1872
  */
1850
1873
  const filterSensitiveLog: (obj: DescribeDomainAutoTunesResponse) => any;
1851
1874
  }
1875
+ /**
1876
+ * <p>Container for the parameters to the <code>DescribeDomainChangeProgress</code> operation. Specifies the
1877
+ * domain name and optional change specific identity for which you want progress information.
1878
+ * </p>
1879
+ */
1880
+ export interface DescribeDomainChangeProgressRequest {
1881
+ /**
1882
+ * <p>The domain you want to get the progress information about.</p>
1883
+ */
1884
+ DomainName: string | undefined;
1885
+ /**
1886
+ * <p>The specific change ID for which you want to get progress information. This is an optional parameter.
1887
+ * If omitted, the service returns information about the most recent configuration change.
1888
+ * </p>
1889
+ */
1890
+ ChangeId?: string;
1891
+ }
1892
+ export declare namespace DescribeDomainChangeProgressRequest {
1893
+ /**
1894
+ * @internal
1895
+ */
1896
+ const filterSensitiveLog: (obj: DescribeDomainChangeProgressRequest) => any;
1897
+ }
1898
+ /**
1899
+ * <p>A progress stage details of a specific domain configuration change.</p>
1900
+ */
1901
+ export interface ChangeProgressStage {
1902
+ /**
1903
+ * <p>The name of the specific progress stage.</p>
1904
+ */
1905
+ Name?: string;
1906
+ /**
1907
+ * <p>The overall status of a specific progress stage.</p>
1908
+ */
1909
+ Status?: string;
1910
+ /**
1911
+ * <p>The description of the progress stage.</p>
1912
+ */
1913
+ Description?: string;
1914
+ /**
1915
+ * <p>The last updated timestamp of the progress stage.</p>
1916
+ */
1917
+ LastUpdated?: Date;
1918
+ }
1919
+ export declare namespace ChangeProgressStage {
1920
+ /**
1921
+ * @internal
1922
+ */
1923
+ const filterSensitiveLog: (obj: ChangeProgressStage) => any;
1924
+ }
1925
+ export declare enum OverallChangeStatus {
1926
+ COMPLETED = "COMPLETED",
1927
+ FAILED = "FAILED",
1928
+ PENDING = "PENDING",
1929
+ PROCESSING = "PROCESSING"
1930
+ }
1931
+ /**
1932
+ * <p>The progress details of a specific domain configuration change.</p>
1933
+ */
1934
+ export interface ChangeProgressStatusDetails {
1935
+ /**
1936
+ * <p>The unique change identifier associated with a specific domain configuration change.</p>
1937
+ */
1938
+ ChangeId?: string;
1939
+ /**
1940
+ * <p>The time at which the configuration change is made on the domain.</p>
1941
+ */
1942
+ StartTime?: Date;
1943
+ /**
1944
+ * <p>The overall status of the domain configuration change. This field can take the following values: <code>PENDING</code>, <code>PROCESSING</code>, <code>COMPLETED</code> and <code>FAILED</code></p>
1945
+ */
1946
+ Status?: OverallChangeStatus | string;
1947
+ /**
1948
+ * <p>The list of properties involved in the domain configuration change that are still in pending.</p>
1949
+ */
1950
+ PendingProperties?: string[];
1951
+ /**
1952
+ * <p>The list of properties involved in the domain configuration change that are completed.</p>
1953
+ */
1954
+ CompletedProperties?: string[];
1955
+ /**
1956
+ * <p>The total number of stages required for the configuration change.</p>
1957
+ */
1958
+ TotalNumberOfStages?: number;
1959
+ /**
1960
+ * <p>The specific stages that the domain is going through to perform the configuration change.</p>
1961
+ */
1962
+ ChangeProgressStages?: ChangeProgressStage[];
1963
+ }
1964
+ export declare namespace ChangeProgressStatusDetails {
1965
+ /**
1966
+ * @internal
1967
+ */
1968
+ const filterSensitiveLog: (obj: ChangeProgressStatusDetails) => any;
1969
+ }
1970
+ /**
1971
+ * <p>The result of a <code>DescribeDomainChangeProgress</code> request. Contains the progress information of
1972
+ * the requested domain change.
1973
+ * </p>
1974
+ */
1975
+ export interface DescribeDomainChangeProgressResponse {
1976
+ /**
1977
+ * <p>Progress information for the configuration change that is requested in the <code>DescribeDomainChangeProgress</code> request.
1978
+ * </p>
1979
+ */
1980
+ ChangeProgressStatus?: ChangeProgressStatusDetails;
1981
+ }
1982
+ export declare namespace DescribeDomainChangeProgressResponse {
1983
+ /**
1984
+ * @internal
1985
+ */
1986
+ const filterSensitiveLog: (obj: DescribeDomainChangeProgressResponse) => any;
1987
+ }
1852
1988
  /**
1853
1989
  * <p>Container for the parameters to the <code><a>DescribeElasticsearchDomain</a></code> operation.</p>
1854
1990
  */
@@ -2227,6 +2363,10 @@ export interface ElasticsearchDomainConfig {
2227
2363
  * <p>Specifies <code>AutoTuneOptions</code> for the domain. </p>
2228
2364
  */
2229
2365
  AutoTuneOptions?: AutoTuneOptionsStatus;
2366
+ /**
2367
+ * <p>Specifies change details of the domain configuration change.</p>
2368
+ */
2369
+ ChangeProgressDetails?: ChangeProgressDetails;
2230
2370
  }
2231
2371
  export declare namespace ElasticsearchDomainConfig {
2232
2372
  /**
@@ -4083,6 +4223,10 @@ export interface UpgradeElasticsearchDomainResponse {
4083
4223
  * </p>
4084
4224
  */
4085
4225
  PerformCheckOnly?: boolean;
4226
+ /**
4227
+ * <p>Specifies change details of the domain configuration change.</p>
4228
+ */
4229
+ ChangeProgressDetails?: ChangeProgressDetails;
4086
4230
  }
4087
4231
  export declare namespace UpgradeElasticsearchDomainResponse {
4088
4232
  /**
@@ -13,6 +13,7 @@ import { DeleteInboundCrossClusterSearchConnectionCommandInput, DeleteInboundCro
13
13
  import { DeleteOutboundCrossClusterSearchConnectionCommandInput, DeleteOutboundCrossClusterSearchConnectionCommandOutput } from "../commands/DeleteOutboundCrossClusterSearchConnectionCommand";
14
14
  import { DeletePackageCommandInput, DeletePackageCommandOutput } from "../commands/DeletePackageCommand";
15
15
  import { DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput } from "../commands/DescribeDomainAutoTunesCommand";
16
+ import { DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput } from "../commands/DescribeDomainChangeProgressCommand";
16
17
  import { DescribeElasticsearchDomainCommandInput, DescribeElasticsearchDomainCommandOutput } from "../commands/DescribeElasticsearchDomainCommand";
17
18
  import { DescribeElasticsearchDomainConfigCommandInput, DescribeElasticsearchDomainConfigCommandOutput } from "../commands/DescribeElasticsearchDomainConfigCommand";
18
19
  import { DescribeElasticsearchDomainsCommandInput, DescribeElasticsearchDomainsCommandOutput } from "../commands/DescribeElasticsearchDomainsCommand";
@@ -53,6 +54,7 @@ export declare const serializeAws_restJson1DeleteInboundCrossClusterSearchConnec
53
54
  export declare const serializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand: (input: DeleteOutboundCrossClusterSearchConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
55
  export declare const serializeAws_restJson1DeletePackageCommand: (input: DeletePackageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
56
  export declare const serializeAws_restJson1DescribeDomainAutoTunesCommand: (input: DescribeDomainAutoTunesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_restJson1DescribeDomainChangeProgressCommand: (input: DescribeDomainChangeProgressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
58
  export declare const serializeAws_restJson1DescribeElasticsearchDomainCommand: (input: DescribeElasticsearchDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
59
  export declare const serializeAws_restJson1DescribeElasticsearchDomainConfigCommand: (input: DescribeElasticsearchDomainConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
60
  export declare const serializeAws_restJson1DescribeElasticsearchDomainsCommand: (input: DescribeElasticsearchDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -93,6 +95,7 @@ export declare const deserializeAws_restJson1DeleteInboundCrossClusterSearchConn
93
95
  export declare const deserializeAws_restJson1DeleteOutboundCrossClusterSearchConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutboundCrossClusterSearchConnectionCommandOutput>;
94
96
  export declare const deserializeAws_restJson1DeletePackageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePackageCommandOutput>;
95
97
  export declare const deserializeAws_restJson1DescribeDomainAutoTunesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainAutoTunesCommandOutput>;
98
+ export declare const deserializeAws_restJson1DescribeDomainChangeProgressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainChangeProgressCommandOutput>;
96
99
  export declare const deserializeAws_restJson1DescribeElasticsearchDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainCommandOutput>;
97
100
  export declare const deserializeAws_restJson1DescribeElasticsearchDomainConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainConfigCommandOutput>;
98
101
  export declare const deserializeAws_restJson1DescribeElasticsearchDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeElasticsearchDomainsCommandOutput>;
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.49.0",
4
+ "version": "3.50.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,34 +18,34 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.49.0",
22
- "@aws-sdk/config-resolver": "3.49.0",
23
- "@aws-sdk/credential-provider-node": "3.49.0",
24
- "@aws-sdk/fetch-http-handler": "3.49.0",
25
- "@aws-sdk/hash-node": "3.49.0",
26
- "@aws-sdk/invalid-dependency": "3.49.0",
27
- "@aws-sdk/middleware-content-length": "3.49.0",
28
- "@aws-sdk/middleware-host-header": "3.49.0",
29
- "@aws-sdk/middleware-logger": "3.49.0",
30
- "@aws-sdk/middleware-retry": "3.49.0",
31
- "@aws-sdk/middleware-serde": "3.49.0",
32
- "@aws-sdk/middleware-signing": "3.49.0",
33
- "@aws-sdk/middleware-stack": "3.49.0",
34
- "@aws-sdk/middleware-user-agent": "3.49.0",
35
- "@aws-sdk/node-config-provider": "3.49.0",
36
- "@aws-sdk/node-http-handler": "3.49.0",
37
- "@aws-sdk/protocol-http": "3.49.0",
38
- "@aws-sdk/smithy-client": "3.49.0",
39
- "@aws-sdk/types": "3.49.0",
40
- "@aws-sdk/url-parser": "3.49.0",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
41
  "@aws-sdk/util-base64-browser": "3.49.0",
42
42
  "@aws-sdk/util-base64-node": "3.49.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.49.0",
44
44
  "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.49.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.49.0",
47
- "@aws-sdk/util-user-agent-browser": "3.49.0",
48
- "@aws-sdk/util-user-agent-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.49.0",
50
50
  "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"