@aws-sdk/client-opensearch 3.431.0 → 3.433.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.
- package/README.md +24 -0
- package/dist-cjs/OpenSearch.js +6 -0
- package/dist-cjs/commands/GetDomainMaintenanceStatusCommand.js +51 -0
- package/dist-cjs/commands/ListDomainMaintenancesCommand.js +51 -0
- package/dist-cjs/commands/StartDomainMaintenanceCommand.js +51 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +14 -2
- package/dist-cjs/pagination/ListDomainMaintenancesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +238 -3
- package/dist-es/OpenSearch.js +6 -0
- package/dist-es/commands/GetDomainMaintenanceStatusCommand.js +47 -0
- package/dist-es/commands/ListDomainMaintenancesCommand.js +47 -0
- package/dist-es/commands/StartDomainMaintenanceCommand.js +47 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +12 -0
- package/dist-es/pagination/ListDomainMaintenancesPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +229 -0
- package/dist-types/OpenSearch.d.ts +21 -0
- package/dist-types/OpenSearchClient.d.ts +5 -2
- package/dist-types/commands/GetDomainMaintenanceStatusCommand.d.ts +94 -0
- package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +104 -0
- package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +91 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +219 -6
- package/dist-types/pagination/ListDomainMaintenancesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/OpenSearch.d.ts +51 -0
- package/dist-types/ts3.4/OpenSearchClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetDomainMaintenanceStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +61 -4
- package/dist-types/ts3.4/pagination/ListDomainMaintenancesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +31 -31
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.de_UpgradeDomainCommand = exports.de_UpdateVpcEndpointCommand = exports.de_UpdateScheduledActionCommand = exports.de_UpdatePackageCommand = exports.de_UpdateDomainConfigCommand = exports.de_StartServiceSoftwareUpdateCommand = exports.de_RevokeVpcEndpointAccessCommand = exports.de_RemoveTagsCommand = void 0;
|
|
3
|
+
exports.se_RevokeVpcEndpointAccessCommand = exports.se_RemoveTagsCommand = exports.se_RejectInboundConnectionCommand = exports.se_PurchaseReservedInstanceOfferingCommand = exports.se_ListVpcEndpointsForDomainCommand = exports.se_ListVpcEndpointsCommand = exports.se_ListVpcEndpointAccessCommand = exports.se_ListVersionsCommand = exports.se_ListTagsCommand = exports.se_ListScheduledActionsCommand = exports.se_ListPackagesForDomainCommand = exports.se_ListInstanceTypeDetailsCommand = exports.se_ListDomainsForPackageCommand = exports.se_ListDomainNamesCommand = exports.se_ListDomainMaintenancesCommand = exports.se_GetUpgradeStatusCommand = exports.se_GetUpgradeHistoryCommand = exports.se_GetPackageVersionHistoryCommand = exports.se_GetDomainMaintenanceStatusCommand = exports.se_GetCompatibleVersionsCommand = exports.se_DissociatePackageCommand = exports.se_DescribeVpcEndpointsCommand = exports.se_DescribeReservedInstancesCommand = exports.se_DescribeReservedInstanceOfferingsCommand = exports.se_DescribePackagesCommand = exports.se_DescribeOutboundConnectionsCommand = exports.se_DescribeInstanceTypeLimitsCommand = exports.se_DescribeInboundConnectionsCommand = exports.se_DescribeDryRunProgressCommand = exports.se_DescribeDomainsCommand = exports.se_DescribeDomainNodesCommand = exports.se_DescribeDomainHealthCommand = exports.se_DescribeDomainConfigCommand = exports.se_DescribeDomainChangeProgressCommand = exports.se_DescribeDomainAutoTunesCommand = exports.se_DescribeDomainCommand = exports.se_DeleteVpcEndpointCommand = exports.se_DeletePackageCommand = exports.se_DeleteOutboundConnectionCommand = exports.se_DeleteInboundConnectionCommand = exports.se_DeleteDomainCommand = exports.se_CreateVpcEndpointCommand = exports.se_CreatePackageCommand = exports.se_CreateOutboundConnectionCommand = exports.se_CreateDomainCommand = exports.se_CancelServiceSoftwareUpdateCommand = exports.se_AuthorizeVpcEndpointAccessCommand = exports.se_AssociatePackageCommand = exports.se_AddTagsCommand = exports.se_AcceptInboundConnectionCommand = void 0;
|
|
4
|
+
exports.de_ListVersionsCommand = exports.de_ListTagsCommand = exports.de_ListScheduledActionsCommand = exports.de_ListPackagesForDomainCommand = exports.de_ListInstanceTypeDetailsCommand = exports.de_ListDomainsForPackageCommand = exports.de_ListDomainNamesCommand = exports.de_ListDomainMaintenancesCommand = exports.de_GetUpgradeStatusCommand = exports.de_GetUpgradeHistoryCommand = exports.de_GetPackageVersionHistoryCommand = exports.de_GetDomainMaintenanceStatusCommand = exports.de_GetCompatibleVersionsCommand = exports.de_DissociatePackageCommand = exports.de_DescribeVpcEndpointsCommand = exports.de_DescribeReservedInstancesCommand = exports.de_DescribeReservedInstanceOfferingsCommand = exports.de_DescribePackagesCommand = exports.de_DescribeOutboundConnectionsCommand = exports.de_DescribeInstanceTypeLimitsCommand = exports.de_DescribeInboundConnectionsCommand = exports.de_DescribeDryRunProgressCommand = exports.de_DescribeDomainsCommand = exports.de_DescribeDomainNodesCommand = exports.de_DescribeDomainHealthCommand = exports.de_DescribeDomainConfigCommand = exports.de_DescribeDomainChangeProgressCommand = exports.de_DescribeDomainAutoTunesCommand = exports.de_DescribeDomainCommand = exports.de_DeleteVpcEndpointCommand = exports.de_DeletePackageCommand = exports.de_DeleteOutboundConnectionCommand = exports.de_DeleteInboundConnectionCommand = exports.de_DeleteDomainCommand = exports.de_CreateVpcEndpointCommand = exports.de_CreatePackageCommand = exports.de_CreateOutboundConnectionCommand = exports.de_CreateDomainCommand = exports.de_CancelServiceSoftwareUpdateCommand = exports.de_AuthorizeVpcEndpointAccessCommand = exports.de_AssociatePackageCommand = exports.de_AddTagsCommand = exports.de_AcceptInboundConnectionCommand = exports.se_UpgradeDomainCommand = exports.se_UpdateVpcEndpointCommand = exports.se_UpdateScheduledActionCommand = exports.se_UpdatePackageCommand = exports.se_UpdateDomainConfigCommand = exports.se_StartServiceSoftwareUpdateCommand = exports.se_StartDomainMaintenanceCommand = void 0;
|
|
5
|
+
exports.de_UpgradeDomainCommand = exports.de_UpdateVpcEndpointCommand = exports.de_UpdateScheduledActionCommand = exports.de_UpdatePackageCommand = exports.de_UpdateDomainConfigCommand = exports.de_StartServiceSoftwareUpdateCommand = exports.de_StartDomainMaintenanceCommand = exports.de_RevokeVpcEndpointAccessCommand = exports.de_RemoveTagsCommand = exports.de_RejectInboundConnectionCommand = exports.de_PurchaseReservedInstanceOfferingCommand = exports.de_ListVpcEndpointsForDomainCommand = exports.de_ListVpcEndpointsCommand = exports.de_ListVpcEndpointAccessCommand = void 0;
|
|
6
6
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
@@ -673,6 +673,28 @@ const se_GetCompatibleVersionsCommand = async (input, context) => {
|
|
|
673
673
|
});
|
|
674
674
|
};
|
|
675
675
|
exports.se_GetCompatibleVersionsCommand = se_GetCompatibleVersionsCommand;
|
|
676
|
+
const se_GetDomainMaintenanceStatusCommand = async (input, context) => {
|
|
677
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
678
|
+
const headers = {};
|
|
679
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
680
|
+
"/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance";
|
|
681
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "DomainName", () => input.DomainName, "{DomainName}", false);
|
|
682
|
+
const query = (0, smithy_client_1.map)({
|
|
683
|
+
maintenanceId: [, (0, smithy_client_1.expectNonNull)(input.MaintenanceId, `MaintenanceId`)],
|
|
684
|
+
});
|
|
685
|
+
let body;
|
|
686
|
+
return new protocol_http_1.HttpRequest({
|
|
687
|
+
protocol,
|
|
688
|
+
hostname,
|
|
689
|
+
port,
|
|
690
|
+
method: "GET",
|
|
691
|
+
headers,
|
|
692
|
+
path: resolvedPath,
|
|
693
|
+
query,
|
|
694
|
+
body,
|
|
695
|
+
});
|
|
696
|
+
};
|
|
697
|
+
exports.se_GetDomainMaintenanceStatusCommand = se_GetDomainMaintenanceStatusCommand;
|
|
676
698
|
const se_GetPackageVersionHistoryCommand = async (input, context) => {
|
|
677
699
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
678
700
|
const headers = {};
|
|
@@ -736,6 +758,31 @@ const se_GetUpgradeStatusCommand = async (input, context) => {
|
|
|
736
758
|
});
|
|
737
759
|
};
|
|
738
760
|
exports.se_GetUpgradeStatusCommand = se_GetUpgradeStatusCommand;
|
|
761
|
+
const se_ListDomainMaintenancesCommand = async (input, context) => {
|
|
762
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
763
|
+
const headers = {};
|
|
764
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
765
|
+
"/2021-01-01/opensearch/domain/{DomainName}/domainMaintenances";
|
|
766
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "DomainName", () => input.DomainName, "{DomainName}", false);
|
|
767
|
+
const query = (0, smithy_client_1.map)({
|
|
768
|
+
action: [, input.Action],
|
|
769
|
+
status: [, input.Status],
|
|
770
|
+
maxResults: [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
|
|
771
|
+
nextToken: [, input.NextToken],
|
|
772
|
+
});
|
|
773
|
+
let body;
|
|
774
|
+
return new protocol_http_1.HttpRequest({
|
|
775
|
+
protocol,
|
|
776
|
+
hostname,
|
|
777
|
+
port,
|
|
778
|
+
method: "GET",
|
|
779
|
+
headers,
|
|
780
|
+
path: resolvedPath,
|
|
781
|
+
query,
|
|
782
|
+
body,
|
|
783
|
+
});
|
|
784
|
+
};
|
|
785
|
+
exports.se_ListDomainMaintenancesCommand = se_ListDomainMaintenancesCommand;
|
|
739
786
|
const se_ListDomainNamesCommand = async (input, context) => {
|
|
740
787
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
741
788
|
const headers = {};
|
|
@@ -1041,6 +1088,30 @@ const se_RevokeVpcEndpointAccessCommand = async (input, context) => {
|
|
|
1041
1088
|
});
|
|
1042
1089
|
};
|
|
1043
1090
|
exports.se_RevokeVpcEndpointAccessCommand = se_RevokeVpcEndpointAccessCommand;
|
|
1091
|
+
const se_StartDomainMaintenanceCommand = async (input, context) => {
|
|
1092
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1093
|
+
const headers = {
|
|
1094
|
+
"content-type": "application/json",
|
|
1095
|
+
};
|
|
1096
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
1097
|
+
"/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance";
|
|
1098
|
+
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "DomainName", () => input.DomainName, "{DomainName}", false);
|
|
1099
|
+
let body;
|
|
1100
|
+
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
1101
|
+
Action: [],
|
|
1102
|
+
NodeId: [],
|
|
1103
|
+
}));
|
|
1104
|
+
return new protocol_http_1.HttpRequest({
|
|
1105
|
+
protocol,
|
|
1106
|
+
hostname,
|
|
1107
|
+
port,
|
|
1108
|
+
method: "POST",
|
|
1109
|
+
headers,
|
|
1110
|
+
path: resolvedPath,
|
|
1111
|
+
body,
|
|
1112
|
+
});
|
|
1113
|
+
};
|
|
1114
|
+
exports.se_StartDomainMaintenanceCommand = se_StartDomainMaintenanceCommand;
|
|
1044
1115
|
const se_StartServiceSoftwareUpdateCommand = async (input, context) => {
|
|
1045
1116
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1046
1117
|
const headers = {
|
|
@@ -2599,6 +2670,57 @@ const de_GetCompatibleVersionsCommandError = async (output, context) => {
|
|
|
2599
2670
|
});
|
|
2600
2671
|
}
|
|
2601
2672
|
};
|
|
2673
|
+
const de_GetDomainMaintenanceStatusCommand = async (output, context) => {
|
|
2674
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2675
|
+
return de_GetDomainMaintenanceStatusCommandError(output, context);
|
|
2676
|
+
}
|
|
2677
|
+
const contents = (0, smithy_client_1.map)({
|
|
2678
|
+
$metadata: deserializeMetadata(output),
|
|
2679
|
+
});
|
|
2680
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2681
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
2682
|
+
Action: smithy_client_1.expectString,
|
|
2683
|
+
CreatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
2684
|
+
NodeId: smithy_client_1.expectString,
|
|
2685
|
+
Status: smithy_client_1.expectString,
|
|
2686
|
+
StatusMessage: smithy_client_1.expectString,
|
|
2687
|
+
UpdatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
2688
|
+
});
|
|
2689
|
+
Object.assign(contents, doc);
|
|
2690
|
+
return contents;
|
|
2691
|
+
};
|
|
2692
|
+
exports.de_GetDomainMaintenanceStatusCommand = de_GetDomainMaintenanceStatusCommand;
|
|
2693
|
+
const de_GetDomainMaintenanceStatusCommandError = async (output, context) => {
|
|
2694
|
+
const parsedOutput = {
|
|
2695
|
+
...output,
|
|
2696
|
+
body: await parseErrorBody(output.body, context),
|
|
2697
|
+
};
|
|
2698
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2699
|
+
switch (errorCode) {
|
|
2700
|
+
case "BaseException":
|
|
2701
|
+
case "com.amazonaws.opensearch#BaseException":
|
|
2702
|
+
throw await de_BaseExceptionRes(parsedOutput, context);
|
|
2703
|
+
case "DisabledOperationException":
|
|
2704
|
+
case "com.amazonaws.opensearch#DisabledOperationException":
|
|
2705
|
+
throw await de_DisabledOperationExceptionRes(parsedOutput, context);
|
|
2706
|
+
case "InternalException":
|
|
2707
|
+
case "com.amazonaws.opensearch#InternalException":
|
|
2708
|
+
throw await de_InternalExceptionRes(parsedOutput, context);
|
|
2709
|
+
case "ResourceNotFoundException":
|
|
2710
|
+
case "com.amazonaws.opensearch#ResourceNotFoundException":
|
|
2711
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2712
|
+
case "ValidationException":
|
|
2713
|
+
case "com.amazonaws.opensearch#ValidationException":
|
|
2714
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2715
|
+
default:
|
|
2716
|
+
const parsedBody = parsedOutput.body;
|
|
2717
|
+
return throwDefaultError({
|
|
2718
|
+
output,
|
|
2719
|
+
parsedBody,
|
|
2720
|
+
errorCode,
|
|
2721
|
+
});
|
|
2722
|
+
}
|
|
2723
|
+
};
|
|
2602
2724
|
const de_GetPackageVersionHistoryCommand = async (output, context) => {
|
|
2603
2725
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2604
2726
|
return de_GetPackageVersionHistoryCommandError(output, context);
|
|
@@ -2742,6 +2864,53 @@ const de_GetUpgradeStatusCommandError = async (output, context) => {
|
|
|
2742
2864
|
});
|
|
2743
2865
|
}
|
|
2744
2866
|
};
|
|
2867
|
+
const de_ListDomainMaintenancesCommand = async (output, context) => {
|
|
2868
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2869
|
+
return de_ListDomainMaintenancesCommandError(output, context);
|
|
2870
|
+
}
|
|
2871
|
+
const contents = (0, smithy_client_1.map)({
|
|
2872
|
+
$metadata: deserializeMetadata(output),
|
|
2873
|
+
});
|
|
2874
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
2875
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
2876
|
+
DomainMaintenances: (_) => de_DomainMaintenanceList(_, context),
|
|
2877
|
+
NextToken: smithy_client_1.expectString,
|
|
2878
|
+
});
|
|
2879
|
+
Object.assign(contents, doc);
|
|
2880
|
+
return contents;
|
|
2881
|
+
};
|
|
2882
|
+
exports.de_ListDomainMaintenancesCommand = de_ListDomainMaintenancesCommand;
|
|
2883
|
+
const de_ListDomainMaintenancesCommandError = async (output, context) => {
|
|
2884
|
+
const parsedOutput = {
|
|
2885
|
+
...output,
|
|
2886
|
+
body: await parseErrorBody(output.body, context),
|
|
2887
|
+
};
|
|
2888
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2889
|
+
switch (errorCode) {
|
|
2890
|
+
case "BaseException":
|
|
2891
|
+
case "com.amazonaws.opensearch#BaseException":
|
|
2892
|
+
throw await de_BaseExceptionRes(parsedOutput, context);
|
|
2893
|
+
case "DisabledOperationException":
|
|
2894
|
+
case "com.amazonaws.opensearch#DisabledOperationException":
|
|
2895
|
+
throw await de_DisabledOperationExceptionRes(parsedOutput, context);
|
|
2896
|
+
case "InternalException":
|
|
2897
|
+
case "com.amazonaws.opensearch#InternalException":
|
|
2898
|
+
throw await de_InternalExceptionRes(parsedOutput, context);
|
|
2899
|
+
case "ResourceNotFoundException":
|
|
2900
|
+
case "com.amazonaws.opensearch#ResourceNotFoundException":
|
|
2901
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2902
|
+
case "ValidationException":
|
|
2903
|
+
case "com.amazonaws.opensearch#ValidationException":
|
|
2904
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2905
|
+
default:
|
|
2906
|
+
const parsedBody = parsedOutput.body;
|
|
2907
|
+
return throwDefaultError({
|
|
2908
|
+
output,
|
|
2909
|
+
parsedBody,
|
|
2910
|
+
errorCode,
|
|
2911
|
+
});
|
|
2912
|
+
}
|
|
2913
|
+
};
|
|
2745
2914
|
const de_ListDomainNamesCommand = async (output, context) => {
|
|
2746
2915
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2747
2916
|
return de_ListDomainNamesCommandError(output, context);
|
|
@@ -3345,6 +3514,52 @@ const de_RevokeVpcEndpointAccessCommandError = async (output, context) => {
|
|
|
3345
3514
|
});
|
|
3346
3515
|
}
|
|
3347
3516
|
};
|
|
3517
|
+
const de_StartDomainMaintenanceCommand = async (output, context) => {
|
|
3518
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3519
|
+
return de_StartDomainMaintenanceCommandError(output, context);
|
|
3520
|
+
}
|
|
3521
|
+
const contents = (0, smithy_client_1.map)({
|
|
3522
|
+
$metadata: deserializeMetadata(output),
|
|
3523
|
+
});
|
|
3524
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
3525
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
3526
|
+
MaintenanceId: smithy_client_1.expectString,
|
|
3527
|
+
});
|
|
3528
|
+
Object.assign(contents, doc);
|
|
3529
|
+
return contents;
|
|
3530
|
+
};
|
|
3531
|
+
exports.de_StartDomainMaintenanceCommand = de_StartDomainMaintenanceCommand;
|
|
3532
|
+
const de_StartDomainMaintenanceCommandError = async (output, context) => {
|
|
3533
|
+
const parsedOutput = {
|
|
3534
|
+
...output,
|
|
3535
|
+
body: await parseErrorBody(output.body, context),
|
|
3536
|
+
};
|
|
3537
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3538
|
+
switch (errorCode) {
|
|
3539
|
+
case "BaseException":
|
|
3540
|
+
case "com.amazonaws.opensearch#BaseException":
|
|
3541
|
+
throw await de_BaseExceptionRes(parsedOutput, context);
|
|
3542
|
+
case "DisabledOperationException":
|
|
3543
|
+
case "com.amazonaws.opensearch#DisabledOperationException":
|
|
3544
|
+
throw await de_DisabledOperationExceptionRes(parsedOutput, context);
|
|
3545
|
+
case "InternalException":
|
|
3546
|
+
case "com.amazonaws.opensearch#InternalException":
|
|
3547
|
+
throw await de_InternalExceptionRes(parsedOutput, context);
|
|
3548
|
+
case "ResourceNotFoundException":
|
|
3549
|
+
case "com.amazonaws.opensearch#ResourceNotFoundException":
|
|
3550
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
3551
|
+
case "ValidationException":
|
|
3552
|
+
case "com.amazonaws.opensearch#ValidationException":
|
|
3553
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
3554
|
+
default:
|
|
3555
|
+
const parsedBody = parsedOutput.body;
|
|
3556
|
+
return throwDefaultError({
|
|
3557
|
+
output,
|
|
3558
|
+
parsedBody,
|
|
3559
|
+
errorCode,
|
|
3560
|
+
});
|
|
3561
|
+
}
|
|
3562
|
+
};
|
|
3348
3563
|
const de_StartServiceSoftwareUpdateCommand = async (output, context) => {
|
|
3349
3564
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3350
3565
|
return de_StartServiceSoftwareUpdateCommandError(output, context);
|
|
@@ -3994,6 +4209,26 @@ const de_DomainEndpointOptionsStatus = (output, context) => {
|
|
|
3994
4209
|
Status: (_) => de_OptionStatus(_, context),
|
|
3995
4210
|
});
|
|
3996
4211
|
};
|
|
4212
|
+
const de_DomainMaintenanceDetails = (output, context) => {
|
|
4213
|
+
return (0, smithy_client_1.take)(output, {
|
|
4214
|
+
Action: smithy_client_1.expectString,
|
|
4215
|
+
CreatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4216
|
+
DomainName: smithy_client_1.expectString,
|
|
4217
|
+
MaintenanceId: smithy_client_1.expectString,
|
|
4218
|
+
NodeId: smithy_client_1.expectString,
|
|
4219
|
+
Status: smithy_client_1.expectString,
|
|
4220
|
+
StatusMessage: smithy_client_1.expectString,
|
|
4221
|
+
UpdatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
4222
|
+
});
|
|
4223
|
+
};
|
|
4224
|
+
const de_DomainMaintenanceList = (output, context) => {
|
|
4225
|
+
const retVal = (output || [])
|
|
4226
|
+
.filter((e) => e != null)
|
|
4227
|
+
.map((entry) => {
|
|
4228
|
+
return de_DomainMaintenanceDetails(entry, context);
|
|
4229
|
+
});
|
|
4230
|
+
return retVal;
|
|
4231
|
+
};
|
|
3997
4232
|
const de_DomainPackageDetails = (output, context) => {
|
|
3998
4233
|
return (0, smithy_client_1.take)(output, {
|
|
3999
4234
|
DomainName: smithy_client_1.expectString,
|
package/dist-es/OpenSearch.js
CHANGED
|
@@ -30,9 +30,11 @@ import { DescribeReservedInstancesCommand, } from "./commands/DescribeReservedIn
|
|
|
30
30
|
import { DescribeVpcEndpointsCommand, } from "./commands/DescribeVpcEndpointsCommand";
|
|
31
31
|
import { DissociatePackageCommand, } from "./commands/DissociatePackageCommand";
|
|
32
32
|
import { GetCompatibleVersionsCommand, } from "./commands/GetCompatibleVersionsCommand";
|
|
33
|
+
import { GetDomainMaintenanceStatusCommand, } from "./commands/GetDomainMaintenanceStatusCommand";
|
|
33
34
|
import { GetPackageVersionHistoryCommand, } from "./commands/GetPackageVersionHistoryCommand";
|
|
34
35
|
import { GetUpgradeHistoryCommand, } from "./commands/GetUpgradeHistoryCommand";
|
|
35
36
|
import { GetUpgradeStatusCommand, } from "./commands/GetUpgradeStatusCommand";
|
|
37
|
+
import { ListDomainMaintenancesCommand, } from "./commands/ListDomainMaintenancesCommand";
|
|
36
38
|
import { ListDomainNamesCommand, } from "./commands/ListDomainNamesCommand";
|
|
37
39
|
import { ListDomainsForPackageCommand, } from "./commands/ListDomainsForPackageCommand";
|
|
38
40
|
import { ListInstanceTypeDetailsCommand, } from "./commands/ListInstanceTypeDetailsCommand";
|
|
@@ -47,6 +49,7 @@ import { PurchaseReservedInstanceOfferingCommand, } from "./commands/PurchaseRes
|
|
|
47
49
|
import { RejectInboundConnectionCommand, } from "./commands/RejectInboundConnectionCommand";
|
|
48
50
|
import { RemoveTagsCommand } from "./commands/RemoveTagsCommand";
|
|
49
51
|
import { RevokeVpcEndpointAccessCommand, } from "./commands/RevokeVpcEndpointAccessCommand";
|
|
52
|
+
import { StartDomainMaintenanceCommand, } from "./commands/StartDomainMaintenanceCommand";
|
|
50
53
|
import { StartServiceSoftwareUpdateCommand, } from "./commands/StartServiceSoftwareUpdateCommand";
|
|
51
54
|
import { UpdateDomainConfigCommand, } from "./commands/UpdateDomainConfigCommand";
|
|
52
55
|
import { UpdatePackageCommand, } from "./commands/UpdatePackageCommand";
|
|
@@ -86,9 +89,11 @@ const commands = {
|
|
|
86
89
|
DescribeVpcEndpointsCommand,
|
|
87
90
|
DissociatePackageCommand,
|
|
88
91
|
GetCompatibleVersionsCommand,
|
|
92
|
+
GetDomainMaintenanceStatusCommand,
|
|
89
93
|
GetPackageVersionHistoryCommand,
|
|
90
94
|
GetUpgradeHistoryCommand,
|
|
91
95
|
GetUpgradeStatusCommand,
|
|
96
|
+
ListDomainMaintenancesCommand,
|
|
92
97
|
ListDomainNamesCommand,
|
|
93
98
|
ListDomainsForPackageCommand,
|
|
94
99
|
ListInstanceTypeDetailsCommand,
|
|
@@ -103,6 +108,7 @@ const commands = {
|
|
|
103
108
|
RejectInboundConnectionCommand,
|
|
104
109
|
RemoveTagsCommand,
|
|
105
110
|
RevokeVpcEndpointAccessCommand,
|
|
111
|
+
StartDomainMaintenanceCommand,
|
|
106
112
|
StartServiceSoftwareUpdateCommand,
|
|
107
113
|
UpdateDomainConfigCommand,
|
|
108
114
|
UpdatePackageCommand,
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_GetDomainMaintenanceStatusCommand, se_GetDomainMaintenanceStatusCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetDomainMaintenanceStatusCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetDomainMaintenanceStatusCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "OpenSearchClient";
|
|
26
|
+
const commandName = "GetDomainMaintenanceStatusCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonOpenSearchService",
|
|
35
|
+
operation: "GetDomainMaintenanceStatus",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_GetDomainMaintenanceStatusCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_GetDomainMaintenanceStatusCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListDomainMaintenancesCommand, se_ListDomainMaintenancesCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListDomainMaintenancesCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListDomainMaintenancesCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "OpenSearchClient";
|
|
26
|
+
const commandName = "ListDomainMaintenancesCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonOpenSearchService",
|
|
35
|
+
operation: "ListDomainMaintenances",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ListDomainMaintenancesCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListDomainMaintenancesCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_StartDomainMaintenanceCommand, se_StartDomainMaintenanceCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartDomainMaintenanceCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StartDomainMaintenanceCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "OpenSearchClient";
|
|
26
|
+
const commandName = "StartDomainMaintenanceCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonOpenSearchService",
|
|
35
|
+
operation: "StartDomainMaintenance",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_StartDomainMaintenanceCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_StartDomainMaintenanceCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -29,9 +29,11 @@ export * from "./DescribeReservedInstancesCommand";
|
|
|
29
29
|
export * from "./DescribeVpcEndpointsCommand";
|
|
30
30
|
export * from "./DissociatePackageCommand";
|
|
31
31
|
export * from "./GetCompatibleVersionsCommand";
|
|
32
|
+
export * from "./GetDomainMaintenanceStatusCommand";
|
|
32
33
|
export * from "./GetPackageVersionHistoryCommand";
|
|
33
34
|
export * from "./GetUpgradeHistoryCommand";
|
|
34
35
|
export * from "./GetUpgradeStatusCommand";
|
|
36
|
+
export * from "./ListDomainMaintenancesCommand";
|
|
35
37
|
export * from "./ListDomainNamesCommand";
|
|
36
38
|
export * from "./ListDomainsForPackageCommand";
|
|
37
39
|
export * from "./ListInstanceTypeDetailsCommand";
|
|
@@ -46,6 +48,7 @@ export * from "./PurchaseReservedInstanceOfferingCommand";
|
|
|
46
48
|
export * from "./RejectInboundConnectionCommand";
|
|
47
49
|
export * from "./RemoveTagsCommand";
|
|
48
50
|
export * from "./RevokeVpcEndpointAccessCommand";
|
|
51
|
+
export * from "./StartDomainMaintenanceCommand";
|
|
49
52
|
export * from "./StartServiceSoftwareUpdateCommand";
|
|
50
53
|
export * from "./UpdateDomainConfigCommand";
|
|
51
54
|
export * from "./UpdatePackageCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "isSet",
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
2
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://es-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://es-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://es.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://es.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -442,6 +442,18 @@ export const VpcEndpointErrorCode = {
|
|
|
442
442
|
ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND",
|
|
443
443
|
SERVER_ERROR: "SERVER_ERROR",
|
|
444
444
|
};
|
|
445
|
+
export const MaintenanceType = {
|
|
446
|
+
REBOOT_NODE: "REBOOT_NODE",
|
|
447
|
+
RESTART_DASHBOARD: "RESTART_DASHBOARD",
|
|
448
|
+
RESTART_SEARCH_PROCESS: "RESTART_SEARCH_PROCESS",
|
|
449
|
+
};
|
|
450
|
+
export const MaintenanceStatus = {
|
|
451
|
+
COMPLETED: "COMPLETED",
|
|
452
|
+
FAILED: "FAILED",
|
|
453
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
454
|
+
PENDING: "PENDING",
|
|
455
|
+
TIMED_OUT: "TIMED_OUT",
|
|
456
|
+
};
|
|
445
457
|
export const UpgradeStep = {
|
|
446
458
|
PRE_UPGRADE_CHECK: "PRE_UPGRADE_CHECK",
|
|
447
459
|
SNAPSHOT: "SNAPSHOT",
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ListDomainMaintenancesCommand, } from "../commands/ListDomainMaintenancesCommand";
|
|
2
|
+
import { OpenSearchClient } from "../OpenSearchClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new ListDomainMaintenancesCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateListDomainMaintenances(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.NextToken = token;
|
|
12
|
+
input["MaxResults"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof OpenSearchClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected OpenSearch | OpenSearchClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextToken;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -7,6 +7,7 @@ export * from "./DescribeReservedInstancesPaginator";
|
|
|
7
7
|
export * from "./GetPackageVersionHistoryPaginator";
|
|
8
8
|
export * from "./GetUpgradeHistoryPaginator";
|
|
9
9
|
export * from "./Interfaces";
|
|
10
|
+
export * from "./ListDomainMaintenancesPaginator";
|
|
10
11
|
export * from "./ListDomainsForPackagePaginator";
|
|
11
12
|
export * from "./ListInstanceTypeDetailsPaginator";
|
|
12
13
|
export * from "./ListPackagesForDomainPaginator";
|