@aws-sdk/client-opensearch 3.489.0 → 3.495.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/dist-cjs/OpenSearch.js +1 -135
- package/dist-cjs/OpenSearchClient.js +1 -43
- package/dist-cjs/commands/AcceptInboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/AddDataSourceCommand.js +1 -28
- package/dist-cjs/commands/AddTagsCommand.js +1 -28
- package/dist-cjs/commands/AssociatePackageCommand.js +1 -28
- package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/CancelServiceSoftwareUpdateCommand.js +1 -28
- package/dist-cjs/commands/CreateDomainCommand.js +1 -29
- package/dist-cjs/commands/CreateOutboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/CreatePackageCommand.js +1 -28
- package/dist-cjs/commands/CreateVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
- package/dist-cjs/commands/DeleteInboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteOutboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeletePackageCommand.js +1 -28
- package/dist-cjs/commands/DeleteVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainConfigCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainHealthCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainNodesCommand.js +1 -28
- package/dist-cjs/commands/DescribeDomainsCommand.js +1 -28
- package/dist-cjs/commands/DescribeDryRunProgressCommand.js +1 -28
- package/dist-cjs/commands/DescribeInboundConnectionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeInstanceTypeLimitsCommand.js +1 -28
- package/dist-cjs/commands/DescribeOutboundConnectionsCommand.js +1 -28
- package/dist-cjs/commands/DescribePackagesCommand.js +1 -28
- package/dist-cjs/commands/DescribeReservedInstanceOfferingsCommand.js +1 -28
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +1 -28
- package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +1 -28
- package/dist-cjs/commands/DissociatePackageCommand.js +1 -28
- package/dist-cjs/commands/GetCompatibleVersionsCommand.js +1 -28
- package/dist-cjs/commands/GetDataSourceCommand.js +1 -28
- package/dist-cjs/commands/GetDomainMaintenanceStatusCommand.js +1 -28
- package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +1 -28
- package/dist-cjs/commands/GetUpgradeHistoryCommand.js +1 -28
- package/dist-cjs/commands/GetUpgradeStatusCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListDomainMaintenancesCommand.js +1 -28
- package/dist-cjs/commands/ListDomainNamesCommand.js +1 -28
- package/dist-cjs/commands/ListDomainsForPackageCommand.js +1 -28
- package/dist-cjs/commands/ListInstanceTypeDetailsCommand.js +1 -28
- package/dist-cjs/commands/ListPackagesForDomainCommand.js +1 -28
- package/dist-cjs/commands/ListScheduledActionsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsCommand.js +1 -28
- package/dist-cjs/commands/ListVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/ListVpcEndpointsCommand.js +1 -28
- package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +1 -28
- package/dist-cjs/commands/PurchaseReservedInstanceOfferingCommand.js +1 -28
- package/dist-cjs/commands/RejectInboundConnectionCommand.js +1 -28
- package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
- package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +1 -28
- package/dist-cjs/commands/StartDomainMaintenanceCommand.js +1 -28
- package/dist-cjs/commands/StartServiceSoftwareUpdateCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateDomainConfigCommand.js +1 -29
- package/dist-cjs/commands/UpdatePackageCommand.js +1 -28
- package/dist-cjs/commands/UpdateScheduledActionCommand.js +1 -28
- package/dist-cjs/commands/UpdateVpcEndpointCommand.js +1 -28
- package/dist-cjs/commands/UpgradeDomainCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -65
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6555 -11
- package/dist-cjs/models/OpenSearchServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -558
- package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeInboundConnectionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeOutboundConnectionsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribePackagesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeReservedInstanceOfferingsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeReservedInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDomainMaintenancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +1 -7
- package/dist-cjs/pagination/ListInstanceTypeDetailsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +1 -7
- package/dist-cjs/pagination/ListScheduledActionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -18
- package/dist-cjs/protocols/Aws_restJson1.js +1 -4458
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OpenSearchServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class OpenSearchServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, OpenSearchServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.OpenSearchServiceException = OpenSearchServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,558 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VpcEndpointErrorCode = exports.ReservedInstancePaymentOption = exports.DescribePackagesFilterName = exports.InvalidPaginationTokenException = exports.NodeType = exports.NodeStatus = exports.MasterNodeStatus = exports.ZoneStatus = exports.DomainState = exports.DomainHealth = exports.RollbackOnDisable = exports.OverallChangeStatus = exports.AutoTuneType = exports.ScheduledAutoTuneSeverityType = exports.ScheduledAutoTuneActionType = exports.VpcEndpointStatus = exports.PackageStatus = exports.OutboundConnectionStatusCode = exports.SkipUnavailableStatus = exports.ResourceAlreadyExistsException = exports.InvalidTypeException = exports.AutoTuneState = exports.LogType = exports.IPAddressType = exports.VolumeType = exports.TLSSecurityPolicy = exports.OpenSearchWarmPartitionInstanceType = exports.OpenSearchPartitionInstanceType = exports.TimeUnit = exports.AutoTuneDesiredState = exports.DeploymentStatus = exports.PrincipalType = exports.ConflictException = exports.PackageType = exports.DomainPackageStatus = exports.ValidationException = exports.InternalException = exports.DependencyFailureException = exports.BaseException = exports.DataSourceType = exports.ActionType = exports.ActionStatus = exports.ActionSeverity = exports.OptionState = exports.AccessDeniedException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.DisabledOperationException = exports.InboundConnectionStatusCode = exports.ConnectionMode = void 0;
|
|
4
|
-
exports.UpdateDomainConfigRequestFilterSensitiveLog = exports.CreateDomainRequestFilterSensitiveLog = exports.AdvancedSecurityOptionsInputFilterSensitiveLog = exports.SAMLOptionsInputFilterSensitiveLog = exports.MasterUserOptionsFilterSensitiveLog = exports.SlotNotAvailableException = exports.DryRunMode = exports.ScheduleAt = exports.ScheduledBy = exports.EngineType = exports.UpgradeStatus = exports.UpgradeStep = exports.MaintenanceStatus = exports.MaintenanceType = void 0;
|
|
5
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
-
const OpenSearchServiceException_1 = require("./OpenSearchServiceException");
|
|
7
|
-
exports.ConnectionMode = {
|
|
8
|
-
DIRECT: "DIRECT",
|
|
9
|
-
VPC_ENDPOINT: "VPC_ENDPOINT",
|
|
10
|
-
};
|
|
11
|
-
exports.InboundConnectionStatusCode = {
|
|
12
|
-
ACTIVE: "ACTIVE",
|
|
13
|
-
APPROVED: "APPROVED",
|
|
14
|
-
DELETED: "DELETED",
|
|
15
|
-
DELETING: "DELETING",
|
|
16
|
-
PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE",
|
|
17
|
-
PROVISIONING: "PROVISIONING",
|
|
18
|
-
REJECTED: "REJECTED",
|
|
19
|
-
REJECTING: "REJECTING",
|
|
20
|
-
};
|
|
21
|
-
class DisabledOperationException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
22
|
-
constructor(opts) {
|
|
23
|
-
super({
|
|
24
|
-
name: "DisabledOperationException",
|
|
25
|
-
$fault: "client",
|
|
26
|
-
...opts,
|
|
27
|
-
});
|
|
28
|
-
this.name = "DisabledOperationException";
|
|
29
|
-
this.$fault = "client";
|
|
30
|
-
Object.setPrototypeOf(this, DisabledOperationException.prototype);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
exports.DisabledOperationException = DisabledOperationException;
|
|
34
|
-
class LimitExceededException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
35
|
-
constructor(opts) {
|
|
36
|
-
super({
|
|
37
|
-
name: "LimitExceededException",
|
|
38
|
-
$fault: "client",
|
|
39
|
-
...opts,
|
|
40
|
-
});
|
|
41
|
-
this.name = "LimitExceededException";
|
|
42
|
-
this.$fault = "client";
|
|
43
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.LimitExceededException = LimitExceededException;
|
|
47
|
-
class ResourceNotFoundException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
48
|
-
constructor(opts) {
|
|
49
|
-
super({
|
|
50
|
-
name: "ResourceNotFoundException",
|
|
51
|
-
$fault: "client",
|
|
52
|
-
...opts,
|
|
53
|
-
});
|
|
54
|
-
this.name = "ResourceNotFoundException";
|
|
55
|
-
this.$fault = "client";
|
|
56
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
60
|
-
class AccessDeniedException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
61
|
-
constructor(opts) {
|
|
62
|
-
super({
|
|
63
|
-
name: "AccessDeniedException",
|
|
64
|
-
$fault: "client",
|
|
65
|
-
...opts,
|
|
66
|
-
});
|
|
67
|
-
this.name = "AccessDeniedException";
|
|
68
|
-
this.$fault = "client";
|
|
69
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
73
|
-
exports.OptionState = {
|
|
74
|
-
Active: "Active",
|
|
75
|
-
Processing: "Processing",
|
|
76
|
-
RequiresIndexDocuments: "RequiresIndexDocuments",
|
|
77
|
-
};
|
|
78
|
-
exports.ActionSeverity = {
|
|
79
|
-
HIGH: "HIGH",
|
|
80
|
-
LOW: "LOW",
|
|
81
|
-
MEDIUM: "MEDIUM",
|
|
82
|
-
};
|
|
83
|
-
exports.ActionStatus = {
|
|
84
|
-
COMPLETED: "COMPLETED",
|
|
85
|
-
ELIGIBLE: "ELIGIBLE",
|
|
86
|
-
FAILED: "FAILED",
|
|
87
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
88
|
-
NOT_ELIGIBLE: "NOT_ELIGIBLE",
|
|
89
|
-
PENDING_UPDATE: "PENDING_UPDATE",
|
|
90
|
-
};
|
|
91
|
-
exports.ActionType = {
|
|
92
|
-
JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING",
|
|
93
|
-
JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING",
|
|
94
|
-
SERVICE_SOFTWARE_UPDATE: "SERVICE_SOFTWARE_UPDATE",
|
|
95
|
-
};
|
|
96
|
-
var DataSourceType;
|
|
97
|
-
(function (DataSourceType) {
|
|
98
|
-
DataSourceType.visit = (value, visitor) => {
|
|
99
|
-
if (value.S3GlueDataCatalog !== undefined)
|
|
100
|
-
return visitor.S3GlueDataCatalog(value.S3GlueDataCatalog);
|
|
101
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
102
|
-
};
|
|
103
|
-
})(DataSourceType = exports.DataSourceType || (exports.DataSourceType = {}));
|
|
104
|
-
class BaseException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
105
|
-
constructor(opts) {
|
|
106
|
-
super({
|
|
107
|
-
name: "BaseException",
|
|
108
|
-
$fault: "client",
|
|
109
|
-
...opts,
|
|
110
|
-
});
|
|
111
|
-
this.name = "BaseException";
|
|
112
|
-
this.$fault = "client";
|
|
113
|
-
Object.setPrototypeOf(this, BaseException.prototype);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
exports.BaseException = BaseException;
|
|
117
|
-
class DependencyFailureException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
118
|
-
constructor(opts) {
|
|
119
|
-
super({
|
|
120
|
-
name: "DependencyFailureException",
|
|
121
|
-
$fault: "client",
|
|
122
|
-
...opts,
|
|
123
|
-
});
|
|
124
|
-
this.name = "DependencyFailureException";
|
|
125
|
-
this.$fault = "client";
|
|
126
|
-
Object.setPrototypeOf(this, DependencyFailureException.prototype);
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
exports.DependencyFailureException = DependencyFailureException;
|
|
130
|
-
class InternalException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
131
|
-
constructor(opts) {
|
|
132
|
-
super({
|
|
133
|
-
name: "InternalException",
|
|
134
|
-
$fault: "server",
|
|
135
|
-
...opts,
|
|
136
|
-
});
|
|
137
|
-
this.name = "InternalException";
|
|
138
|
-
this.$fault = "server";
|
|
139
|
-
Object.setPrototypeOf(this, InternalException.prototype);
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
exports.InternalException = InternalException;
|
|
143
|
-
class ValidationException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
144
|
-
constructor(opts) {
|
|
145
|
-
super({
|
|
146
|
-
name: "ValidationException",
|
|
147
|
-
$fault: "client",
|
|
148
|
-
...opts,
|
|
149
|
-
});
|
|
150
|
-
this.name = "ValidationException";
|
|
151
|
-
this.$fault = "client";
|
|
152
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
exports.ValidationException = ValidationException;
|
|
156
|
-
exports.DomainPackageStatus = {
|
|
157
|
-
ACTIVE: "ACTIVE",
|
|
158
|
-
ASSOCIATING: "ASSOCIATING",
|
|
159
|
-
ASSOCIATION_FAILED: "ASSOCIATION_FAILED",
|
|
160
|
-
DISSOCIATING: "DISSOCIATING",
|
|
161
|
-
DISSOCIATION_FAILED: "DISSOCIATION_FAILED",
|
|
162
|
-
};
|
|
163
|
-
exports.PackageType = {
|
|
164
|
-
TXT_DICTIONARY: "TXT-DICTIONARY",
|
|
165
|
-
ZIP_PLUGIN: "ZIP-PLUGIN",
|
|
166
|
-
};
|
|
167
|
-
class ConflictException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
168
|
-
constructor(opts) {
|
|
169
|
-
super({
|
|
170
|
-
name: "ConflictException",
|
|
171
|
-
$fault: "client",
|
|
172
|
-
...opts,
|
|
173
|
-
});
|
|
174
|
-
this.name = "ConflictException";
|
|
175
|
-
this.$fault = "client";
|
|
176
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
exports.ConflictException = ConflictException;
|
|
180
|
-
exports.PrincipalType = {
|
|
181
|
-
AWS_ACCOUNT: "AWS_ACCOUNT",
|
|
182
|
-
AWS_SERVICE: "AWS_SERVICE",
|
|
183
|
-
};
|
|
184
|
-
exports.DeploymentStatus = {
|
|
185
|
-
COMPLETED: "COMPLETED",
|
|
186
|
-
ELIGIBLE: "ELIGIBLE",
|
|
187
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
188
|
-
NOT_ELIGIBLE: "NOT_ELIGIBLE",
|
|
189
|
-
PENDING_UPDATE: "PENDING_UPDATE",
|
|
190
|
-
};
|
|
191
|
-
exports.AutoTuneDesiredState = {
|
|
192
|
-
DISABLED: "DISABLED",
|
|
193
|
-
ENABLED: "ENABLED",
|
|
194
|
-
};
|
|
195
|
-
exports.TimeUnit = {
|
|
196
|
-
HOURS: "HOURS",
|
|
197
|
-
};
|
|
198
|
-
exports.OpenSearchPartitionInstanceType = {
|
|
199
|
-
c4_2xlarge_search: "c4.2xlarge.search",
|
|
200
|
-
c4_4xlarge_search: "c4.4xlarge.search",
|
|
201
|
-
c4_8xlarge_search: "c4.8xlarge.search",
|
|
202
|
-
c4_large_search: "c4.large.search",
|
|
203
|
-
c4_xlarge_search: "c4.xlarge.search",
|
|
204
|
-
c5_18xlarge_search: "c5.18xlarge.search",
|
|
205
|
-
c5_2xlarge_search: "c5.2xlarge.search",
|
|
206
|
-
c5_4xlarge_search: "c5.4xlarge.search",
|
|
207
|
-
c5_9xlarge_search: "c5.9xlarge.search",
|
|
208
|
-
c5_large_search: "c5.large.search",
|
|
209
|
-
c5_xlarge_search: "c5.xlarge.search",
|
|
210
|
-
c6g_12xlarge_search: "c6g.12xlarge.search",
|
|
211
|
-
c6g_2xlarge_search: "c6g.2xlarge.search",
|
|
212
|
-
c6g_4xlarge_search: "c6g.4xlarge.search",
|
|
213
|
-
c6g_8xlarge_search: "c6g.8xlarge.search",
|
|
214
|
-
c6g_large_search: "c6g.large.search",
|
|
215
|
-
c6g_xlarge_search: "c6g.xlarge.search",
|
|
216
|
-
d2_2xlarge_search: "d2.2xlarge.search",
|
|
217
|
-
d2_4xlarge_search: "d2.4xlarge.search",
|
|
218
|
-
d2_8xlarge_search: "d2.8xlarge.search",
|
|
219
|
-
d2_xlarge_search: "d2.xlarge.search",
|
|
220
|
-
i2_2xlarge_search: "i2.2xlarge.search",
|
|
221
|
-
i2_xlarge_search: "i2.xlarge.search",
|
|
222
|
-
i3_16xlarge_search: "i3.16xlarge.search",
|
|
223
|
-
i3_2xlarge_search: "i3.2xlarge.search",
|
|
224
|
-
i3_4xlarge_search: "i3.4xlarge.search",
|
|
225
|
-
i3_8xlarge_search: "i3.8xlarge.search",
|
|
226
|
-
i3_large_search: "i3.large.search",
|
|
227
|
-
i3_xlarge_search: "i3.xlarge.search",
|
|
228
|
-
m3_2xlarge_search: "m3.2xlarge.search",
|
|
229
|
-
m3_large_search: "m3.large.search",
|
|
230
|
-
m3_medium_search: "m3.medium.search",
|
|
231
|
-
m3_xlarge_search: "m3.xlarge.search",
|
|
232
|
-
m4_10xlarge_search: "m4.10xlarge.search",
|
|
233
|
-
m4_2xlarge_search: "m4.2xlarge.search",
|
|
234
|
-
m4_4xlarge_search: "m4.4xlarge.search",
|
|
235
|
-
m4_large_search: "m4.large.search",
|
|
236
|
-
m4_xlarge_search: "m4.xlarge.search",
|
|
237
|
-
m5_12xlarge_search: "m5.12xlarge.search",
|
|
238
|
-
m5_24xlarge_search: "m5.24xlarge.search",
|
|
239
|
-
m5_2xlarge_search: "m5.2xlarge.search",
|
|
240
|
-
m5_4xlarge_search: "m5.4xlarge.search",
|
|
241
|
-
m5_large_search: "m5.large.search",
|
|
242
|
-
m5_xlarge_search: "m5.xlarge.search",
|
|
243
|
-
m6g_12xlarge_search: "m6g.12xlarge.search",
|
|
244
|
-
m6g_2xlarge_search: "m6g.2xlarge.search",
|
|
245
|
-
m6g_4xlarge_search: "m6g.4xlarge.search",
|
|
246
|
-
m6g_8xlarge_search: "m6g.8xlarge.search",
|
|
247
|
-
m6g_large_search: "m6g.large.search",
|
|
248
|
-
m6g_xlarge_search: "m6g.xlarge.search",
|
|
249
|
-
r3_2xlarge_search: "r3.2xlarge.search",
|
|
250
|
-
r3_4xlarge_search: "r3.4xlarge.search",
|
|
251
|
-
r3_8xlarge_search: "r3.8xlarge.search",
|
|
252
|
-
r3_large_search: "r3.large.search",
|
|
253
|
-
r3_xlarge_search: "r3.xlarge.search",
|
|
254
|
-
r4_16xlarge_search: "r4.16xlarge.search",
|
|
255
|
-
r4_2xlarge_search: "r4.2xlarge.search",
|
|
256
|
-
r4_4xlarge_search: "r4.4xlarge.search",
|
|
257
|
-
r4_8xlarge_search: "r4.8xlarge.search",
|
|
258
|
-
r4_large_search: "r4.large.search",
|
|
259
|
-
r4_xlarge_search: "r4.xlarge.search",
|
|
260
|
-
r5_12xlarge_search: "r5.12xlarge.search",
|
|
261
|
-
r5_24xlarge_search: "r5.24xlarge.search",
|
|
262
|
-
r5_2xlarge_search: "r5.2xlarge.search",
|
|
263
|
-
r5_4xlarge_search: "r5.4xlarge.search",
|
|
264
|
-
r5_large_search: "r5.large.search",
|
|
265
|
-
r5_xlarge_search: "r5.xlarge.search",
|
|
266
|
-
r6g_12xlarge_search: "r6g.12xlarge.search",
|
|
267
|
-
r6g_2xlarge_search: "r6g.2xlarge.search",
|
|
268
|
-
r6g_4xlarge_search: "r6g.4xlarge.search",
|
|
269
|
-
r6g_8xlarge_search: "r6g.8xlarge.search",
|
|
270
|
-
r6g_large_search: "r6g.large.search",
|
|
271
|
-
r6g_xlarge_search: "r6g.xlarge.search",
|
|
272
|
-
r6gd_12xlarge_search: "r6gd.12xlarge.search",
|
|
273
|
-
r6gd_16xlarge_search: "r6gd.16xlarge.search",
|
|
274
|
-
r6gd_2xlarge_search: "r6gd.2xlarge.search",
|
|
275
|
-
r6gd_4xlarge_search: "r6gd.4xlarge.search",
|
|
276
|
-
r6gd_8xlarge_search: "r6gd.8xlarge.search",
|
|
277
|
-
r6gd_large_search: "r6gd.large.search",
|
|
278
|
-
r6gd_xlarge_search: "r6gd.xlarge.search",
|
|
279
|
-
t2_medium_search: "t2.medium.search",
|
|
280
|
-
t2_micro_search: "t2.micro.search",
|
|
281
|
-
t2_small_search: "t2.small.search",
|
|
282
|
-
t3_2xlarge_search: "t3.2xlarge.search",
|
|
283
|
-
t3_large_search: "t3.large.search",
|
|
284
|
-
t3_medium_search: "t3.medium.search",
|
|
285
|
-
t3_micro_search: "t3.micro.search",
|
|
286
|
-
t3_nano_search: "t3.nano.search",
|
|
287
|
-
t3_small_search: "t3.small.search",
|
|
288
|
-
t3_xlarge_search: "t3.xlarge.search",
|
|
289
|
-
t4g_medium_search: "t4g.medium.search",
|
|
290
|
-
t4g_small_search: "t4g.small.search",
|
|
291
|
-
ultrawarm1_large_search: "ultrawarm1.large.search",
|
|
292
|
-
ultrawarm1_medium_search: "ultrawarm1.medium.search",
|
|
293
|
-
ultrawarm1_xlarge_search: "ultrawarm1.xlarge.search",
|
|
294
|
-
};
|
|
295
|
-
exports.OpenSearchWarmPartitionInstanceType = {
|
|
296
|
-
ultrawarm1_large_search: "ultrawarm1.large.search",
|
|
297
|
-
ultrawarm1_medium_search: "ultrawarm1.medium.search",
|
|
298
|
-
ultrawarm1_xlarge_search: "ultrawarm1.xlarge.search",
|
|
299
|
-
};
|
|
300
|
-
exports.TLSSecurityPolicy = {
|
|
301
|
-
POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07",
|
|
302
|
-
POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07",
|
|
303
|
-
POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10",
|
|
304
|
-
};
|
|
305
|
-
exports.VolumeType = {
|
|
306
|
-
gp2: "gp2",
|
|
307
|
-
gp3: "gp3",
|
|
308
|
-
io1: "io1",
|
|
309
|
-
standard: "standard",
|
|
310
|
-
};
|
|
311
|
-
exports.IPAddressType = {
|
|
312
|
-
DUALSTACK: "dualstack",
|
|
313
|
-
IPV4: "ipv4",
|
|
314
|
-
};
|
|
315
|
-
exports.LogType = {
|
|
316
|
-
AUDIT_LOGS: "AUDIT_LOGS",
|
|
317
|
-
ES_APPLICATION_LOGS: "ES_APPLICATION_LOGS",
|
|
318
|
-
INDEX_SLOW_LOGS: "INDEX_SLOW_LOGS",
|
|
319
|
-
SEARCH_SLOW_LOGS: "SEARCH_SLOW_LOGS",
|
|
320
|
-
};
|
|
321
|
-
exports.AutoTuneState = {
|
|
322
|
-
DISABLED: "DISABLED",
|
|
323
|
-
DISABLED_AND_ROLLBACK_COMPLETE: "DISABLED_AND_ROLLBACK_COMPLETE",
|
|
324
|
-
DISABLED_AND_ROLLBACK_ERROR: "DISABLED_AND_ROLLBACK_ERROR",
|
|
325
|
-
DISABLED_AND_ROLLBACK_IN_PROGRESS: "DISABLED_AND_ROLLBACK_IN_PROGRESS",
|
|
326
|
-
DISABLED_AND_ROLLBACK_SCHEDULED: "DISABLED_AND_ROLLBACK_SCHEDULED",
|
|
327
|
-
DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
|
|
328
|
-
ENABLED: "ENABLED",
|
|
329
|
-
ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
|
|
330
|
-
ERROR: "ERROR",
|
|
331
|
-
};
|
|
332
|
-
class InvalidTypeException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
333
|
-
constructor(opts) {
|
|
334
|
-
super({
|
|
335
|
-
name: "InvalidTypeException",
|
|
336
|
-
$fault: "client",
|
|
337
|
-
...opts,
|
|
338
|
-
});
|
|
339
|
-
this.name = "InvalidTypeException";
|
|
340
|
-
this.$fault = "client";
|
|
341
|
-
Object.setPrototypeOf(this, InvalidTypeException.prototype);
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
exports.InvalidTypeException = InvalidTypeException;
|
|
345
|
-
class ResourceAlreadyExistsException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
346
|
-
constructor(opts) {
|
|
347
|
-
super({
|
|
348
|
-
name: "ResourceAlreadyExistsException",
|
|
349
|
-
$fault: "client",
|
|
350
|
-
...opts,
|
|
351
|
-
});
|
|
352
|
-
this.name = "ResourceAlreadyExistsException";
|
|
353
|
-
this.$fault = "client";
|
|
354
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
358
|
-
exports.SkipUnavailableStatus = {
|
|
359
|
-
DISABLED: "DISABLED",
|
|
360
|
-
ENABLED: "ENABLED",
|
|
361
|
-
};
|
|
362
|
-
exports.OutboundConnectionStatusCode = {
|
|
363
|
-
ACTIVE: "ACTIVE",
|
|
364
|
-
APPROVED: "APPROVED",
|
|
365
|
-
DELETED: "DELETED",
|
|
366
|
-
DELETING: "DELETING",
|
|
367
|
-
PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE",
|
|
368
|
-
PROVISIONING: "PROVISIONING",
|
|
369
|
-
REJECTED: "REJECTED",
|
|
370
|
-
REJECTING: "REJECTING",
|
|
371
|
-
VALIDATING: "VALIDATING",
|
|
372
|
-
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
373
|
-
};
|
|
374
|
-
exports.PackageStatus = {
|
|
375
|
-
AVAILABLE: "AVAILABLE",
|
|
376
|
-
COPYING: "COPYING",
|
|
377
|
-
COPY_FAILED: "COPY_FAILED",
|
|
378
|
-
DELETED: "DELETED",
|
|
379
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
380
|
-
DELETING: "DELETING",
|
|
381
|
-
VALIDATING: "VALIDATING",
|
|
382
|
-
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
383
|
-
};
|
|
384
|
-
exports.VpcEndpointStatus = {
|
|
385
|
-
ACTIVE: "ACTIVE",
|
|
386
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
387
|
-
CREATING: "CREATING",
|
|
388
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
389
|
-
DELETING: "DELETING",
|
|
390
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
391
|
-
UPDATING: "UPDATING",
|
|
392
|
-
};
|
|
393
|
-
exports.ScheduledAutoTuneActionType = {
|
|
394
|
-
JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING",
|
|
395
|
-
JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING",
|
|
396
|
-
};
|
|
397
|
-
exports.ScheduledAutoTuneSeverityType = {
|
|
398
|
-
HIGH: "HIGH",
|
|
399
|
-
LOW: "LOW",
|
|
400
|
-
MEDIUM: "MEDIUM",
|
|
401
|
-
};
|
|
402
|
-
exports.AutoTuneType = {
|
|
403
|
-
SCHEDULED_ACTION: "SCHEDULED_ACTION",
|
|
404
|
-
};
|
|
405
|
-
exports.OverallChangeStatus = {
|
|
406
|
-
COMPLETED: "COMPLETED",
|
|
407
|
-
FAILED: "FAILED",
|
|
408
|
-
PENDING: "PENDING",
|
|
409
|
-
PROCESSING: "PROCESSING",
|
|
410
|
-
};
|
|
411
|
-
exports.RollbackOnDisable = {
|
|
412
|
-
DEFAULT_ROLLBACK: "DEFAULT_ROLLBACK",
|
|
413
|
-
NO_ROLLBACK: "NO_ROLLBACK",
|
|
414
|
-
};
|
|
415
|
-
exports.DomainHealth = {
|
|
416
|
-
Green: "Green",
|
|
417
|
-
NotAvailable: "NotAvailable",
|
|
418
|
-
Red: "Red",
|
|
419
|
-
Yellow: "Yellow",
|
|
420
|
-
};
|
|
421
|
-
exports.DomainState = {
|
|
422
|
-
Active: "Active",
|
|
423
|
-
NotAvailable: "NotAvailable",
|
|
424
|
-
Processing: "Processing",
|
|
425
|
-
};
|
|
426
|
-
exports.ZoneStatus = {
|
|
427
|
-
Active: "Active",
|
|
428
|
-
NotAvailable: "NotAvailable",
|
|
429
|
-
StandBy: "StandBy",
|
|
430
|
-
};
|
|
431
|
-
exports.MasterNodeStatus = {
|
|
432
|
-
Available: "Available",
|
|
433
|
-
UnAvailable: "UnAvailable",
|
|
434
|
-
};
|
|
435
|
-
exports.NodeStatus = {
|
|
436
|
-
Active: "Active",
|
|
437
|
-
NotAvailable: "NotAvailable",
|
|
438
|
-
StandBy: "StandBy",
|
|
439
|
-
};
|
|
440
|
-
exports.NodeType = {
|
|
441
|
-
Data: "Data",
|
|
442
|
-
Master: "Master",
|
|
443
|
-
Ultrawarm: "Ultrawarm",
|
|
444
|
-
};
|
|
445
|
-
class InvalidPaginationTokenException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
446
|
-
constructor(opts) {
|
|
447
|
-
super({
|
|
448
|
-
name: "InvalidPaginationTokenException",
|
|
449
|
-
$fault: "client",
|
|
450
|
-
...opts,
|
|
451
|
-
});
|
|
452
|
-
this.name = "InvalidPaginationTokenException";
|
|
453
|
-
this.$fault = "client";
|
|
454
|
-
Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
|
|
458
|
-
exports.DescribePackagesFilterName = {
|
|
459
|
-
EngineVersion: "EngineVersion",
|
|
460
|
-
PackageID: "PackageID",
|
|
461
|
-
PackageName: "PackageName",
|
|
462
|
-
PackageStatus: "PackageStatus",
|
|
463
|
-
PackageType: "PackageType",
|
|
464
|
-
};
|
|
465
|
-
exports.ReservedInstancePaymentOption = {
|
|
466
|
-
ALL_UPFRONT: "ALL_UPFRONT",
|
|
467
|
-
NO_UPFRONT: "NO_UPFRONT",
|
|
468
|
-
PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
|
|
469
|
-
};
|
|
470
|
-
exports.VpcEndpointErrorCode = {
|
|
471
|
-
ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND",
|
|
472
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
473
|
-
};
|
|
474
|
-
exports.MaintenanceType = {
|
|
475
|
-
REBOOT_NODE: "REBOOT_NODE",
|
|
476
|
-
RESTART_DASHBOARD: "RESTART_DASHBOARD",
|
|
477
|
-
RESTART_SEARCH_PROCESS: "RESTART_SEARCH_PROCESS",
|
|
478
|
-
};
|
|
479
|
-
exports.MaintenanceStatus = {
|
|
480
|
-
COMPLETED: "COMPLETED",
|
|
481
|
-
FAILED: "FAILED",
|
|
482
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
483
|
-
PENDING: "PENDING",
|
|
484
|
-
TIMED_OUT: "TIMED_OUT",
|
|
485
|
-
};
|
|
486
|
-
exports.UpgradeStep = {
|
|
487
|
-
PRE_UPGRADE_CHECK: "PRE_UPGRADE_CHECK",
|
|
488
|
-
SNAPSHOT: "SNAPSHOT",
|
|
489
|
-
UPGRADE: "UPGRADE",
|
|
490
|
-
};
|
|
491
|
-
exports.UpgradeStatus = {
|
|
492
|
-
FAILED: "FAILED",
|
|
493
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
494
|
-
SUCCEEDED: "SUCCEEDED",
|
|
495
|
-
SUCCEEDED_WITH_ISSUES: "SUCCEEDED_WITH_ISSUES",
|
|
496
|
-
};
|
|
497
|
-
exports.EngineType = {
|
|
498
|
-
Elasticsearch: "Elasticsearch",
|
|
499
|
-
OpenSearch: "OpenSearch",
|
|
500
|
-
};
|
|
501
|
-
exports.ScheduledBy = {
|
|
502
|
-
CUSTOMER: "CUSTOMER",
|
|
503
|
-
SYSTEM: "SYSTEM",
|
|
504
|
-
};
|
|
505
|
-
exports.ScheduleAt = {
|
|
506
|
-
NOW: "NOW",
|
|
507
|
-
OFF_PEAK_WINDOW: "OFF_PEAK_WINDOW",
|
|
508
|
-
TIMESTAMP: "TIMESTAMP",
|
|
509
|
-
};
|
|
510
|
-
exports.DryRunMode = {
|
|
511
|
-
Basic: "Basic",
|
|
512
|
-
Verbose: "Verbose",
|
|
513
|
-
};
|
|
514
|
-
class SlotNotAvailableException extends OpenSearchServiceException_1.OpenSearchServiceException {
|
|
515
|
-
constructor(opts) {
|
|
516
|
-
super({
|
|
517
|
-
name: "SlotNotAvailableException",
|
|
518
|
-
$fault: "client",
|
|
519
|
-
...opts,
|
|
520
|
-
});
|
|
521
|
-
this.name = "SlotNotAvailableException";
|
|
522
|
-
this.$fault = "client";
|
|
523
|
-
Object.setPrototypeOf(this, SlotNotAvailableException.prototype);
|
|
524
|
-
this.SlotSuggestions = opts.SlotSuggestions;
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
exports.SlotNotAvailableException = SlotNotAvailableException;
|
|
528
|
-
const MasterUserOptionsFilterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
...(obj.MasterUserName && { MasterUserName: smithy_client_1.SENSITIVE_STRING }),
|
|
531
|
-
...(obj.MasterUserPassword && { MasterUserPassword: smithy_client_1.SENSITIVE_STRING }),
|
|
532
|
-
});
|
|
533
|
-
exports.MasterUserOptionsFilterSensitiveLog = MasterUserOptionsFilterSensitiveLog;
|
|
534
|
-
const SAMLOptionsInputFilterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
...(obj.MasterUserName && { MasterUserName: smithy_client_1.SENSITIVE_STRING }),
|
|
537
|
-
});
|
|
538
|
-
exports.SAMLOptionsInputFilterSensitiveLog = SAMLOptionsInputFilterSensitiveLog;
|
|
539
|
-
const AdvancedSecurityOptionsInputFilterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
...(obj.MasterUserOptions && { MasterUserOptions: (0, exports.MasterUserOptionsFilterSensitiveLog)(obj.MasterUserOptions) }),
|
|
542
|
-
...(obj.SAMLOptions && { SAMLOptions: (0, exports.SAMLOptionsInputFilterSensitiveLog)(obj.SAMLOptions) }),
|
|
543
|
-
});
|
|
544
|
-
exports.AdvancedSecurityOptionsInputFilterSensitiveLog = AdvancedSecurityOptionsInputFilterSensitiveLog;
|
|
545
|
-
const CreateDomainRequestFilterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
...(obj.AdvancedSecurityOptions && {
|
|
548
|
-
AdvancedSecurityOptions: (0, exports.AdvancedSecurityOptionsInputFilterSensitiveLog)(obj.AdvancedSecurityOptions),
|
|
549
|
-
}),
|
|
550
|
-
});
|
|
551
|
-
exports.CreateDomainRequestFilterSensitiveLog = CreateDomainRequestFilterSensitiveLog;
|
|
552
|
-
const UpdateDomainConfigRequestFilterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
...(obj.AdvancedSecurityOptions && {
|
|
555
|
-
AdvancedSecurityOptions: (0, exports.AdvancedSecurityOptionsInputFilterSensitiveLog)(obj.AdvancedSecurityOptions),
|
|
556
|
-
}),
|
|
557
|
-
});
|
|
558
|
-
exports.UpdateDomainConfigRequestFilterSensitiveLog = UpdateDomainConfigRequestFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeDomainAutoTunes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeDomainAutoTunesCommand_1 = require("../commands/DescribeDomainAutoTunesCommand");
|
|
6
|
-
const OpenSearchClient_1 = require("../OpenSearchClient");
|
|
7
|
-
exports.paginateDescribeDomainAutoTunes = (0, core_1.createPaginator)(OpenSearchClient_1.OpenSearchClient, DescribeDomainAutoTunesCommand_1.DescribeDomainAutoTunesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeInboundConnections = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeInboundConnectionsCommand_1 = require("../commands/DescribeInboundConnectionsCommand");
|
|
6
|
-
const OpenSearchClient_1 = require("../OpenSearchClient");
|
|
7
|
-
exports.paginateDescribeInboundConnections = (0, core_1.createPaginator)(OpenSearchClient_1.OpenSearchClient, DescribeInboundConnectionsCommand_1.DescribeInboundConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeOutboundConnections = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeOutboundConnectionsCommand_1 = require("../commands/DescribeOutboundConnectionsCommand");
|
|
6
|
-
const OpenSearchClient_1 = require("../OpenSearchClient");
|
|
7
|
-
exports.paginateDescribeOutboundConnections = (0, core_1.createPaginator)(OpenSearchClient_1.OpenSearchClient, DescribeOutboundConnectionsCommand_1.DescribeOutboundConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribePackages = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribePackagesCommand_1 = require("../commands/DescribePackagesCommand");
|
|
6
|
-
const OpenSearchClient_1 = require("../OpenSearchClient");
|
|
7
|
-
exports.paginateDescribePackages = (0, core_1.createPaginator)(OpenSearchClient_1.OpenSearchClient, DescribePackagesCommand_1.DescribePackagesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeReservedInstanceOfferings = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeReservedInstanceOfferingsCommand_1 = require("../commands/DescribeReservedInstanceOfferingsCommand");
|
|
6
|
-
const OpenSearchClient_1 = require("../OpenSearchClient");
|
|
7
|
-
exports.paginateDescribeReservedInstanceOfferings = (0, core_1.createPaginator)(OpenSearchClient_1.OpenSearchClient, DescribeReservedInstanceOfferingsCommand_1.DescribeReservedInstanceOfferingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeReservedInstances = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeReservedInstancesCommand_1 = require("../commands/DescribeReservedInstancesCommand");
|
|
6
|
-
const OpenSearchClient_1 = require("../OpenSearchClient");
|
|
7
|
-
exports.paginateDescribeReservedInstances = (0, core_1.createPaginator)(OpenSearchClient_1.OpenSearchClient, DescribeReservedInstancesCommand_1.DescribeReservedInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetPackageVersionHistory = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const GetPackageVersionHistoryCommand_1 = require("../commands/GetPackageVersionHistoryCommand");
|
|
6
|
-
const OpenSearchClient_1 = require("../OpenSearchClient");
|
|
7
|
-
exports.paginateGetPackageVersionHistory = (0, core_1.createPaginator)(OpenSearchClient_1.OpenSearchClient, GetPackageVersionHistoryCommand_1.GetPackageVersionHistoryCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetUpgradeHistory = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const GetUpgradeHistoryCommand_1 = require("../commands/GetUpgradeHistoryCommand");
|
|
6
|
-
const OpenSearchClient_1 = require("../OpenSearchClient");
|
|
7
|
-
exports.paginateGetUpgradeHistory = (0, core_1.createPaginator)(OpenSearchClient_1.OpenSearchClient, GetUpgradeHistoryCommand_1.GetUpgradeHistoryCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDomainMaintenances = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDomainMaintenancesCommand_1 = require("../commands/ListDomainMaintenancesCommand");
|
|
6
|
-
const OpenSearchClient_1 = require("../OpenSearchClient");
|
|
7
|
-
exports.paginateListDomainMaintenances = (0, core_1.createPaginator)(OpenSearchClient_1.OpenSearchClient, ListDomainMaintenancesCommand_1.ListDomainMaintenancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|