@aws-sdk/client-opensearch 3.934.0 → 3.935.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/index.js +530 -530
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +439 -0
- package/dist-es/models/errors.js +171 -0
- package/dist-es/models/models_0.js +1 -574
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -2
- package/dist-types/commands/ListDirectQueryDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainNamesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +1 -1
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +1 -1
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PutDefaultApplicationSettingCommand.d.ts +1 -1
- package/dist-types/commands/RejectInboundConnectionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +1 -1
- package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageScopeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpgradeDomainCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +927 -0
- package/dist-types/models/errors.d.ts +175 -0
- package/dist-types/models/models_0.d.ts +1523 -1031
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListDirectQueryDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstanceOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDefaultApplicationSettingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDirectQueryDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePackageScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +535 -0
- package/dist-types/ts3.4/models/errors.d.ts +98 -0
- package/dist-types/ts3.4/models/models_0.d.ts +381 -597
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -37
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1597
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -406
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
1
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
3
|
-
import {
|
|
2
|
+
import { ActionSeverity, ActionStatus, ActionType, AppConfigType, ApplicationStatus, AutoTuneDesiredState, AutoTuneState, AutoTuneType, AWSServicePrincipal, ConfigChangeStatus, ConnectionMode, DataSourceStatus, DeploymentStatus, DescribePackagesFilterName, DomainHealth, DomainPackageStatus, DomainProcessingStatusType, DomainState, DryRunMode, EngineType, InboundConnectionStatusCode, IndexStatus, InitiatedBy, IPAddressType, LogType, MaintenanceStatus, MaintenanceType, MasterNodeStatus, NaturalLanguageQueryGenerationCurrentState, NaturalLanguageQueryGenerationDesiredState, NodeOptionsNodeType, NodeStatus, NodeType, OpenSearchPartitionInstanceType, OpenSearchWarmPartitionInstanceType, OptionState, OutboundConnectionStatusCode, OverallChangeStatus, PackageScopeOperationEnum, PackageStatus, PackageType, PrincipalType, PropertyValueType, RequirementLevel, ReservedInstancePaymentOption, RolesKeyIdCOption, RollbackOnDisable, ScheduleAt, ScheduledAutoTuneActionType, ScheduledAutoTuneSeverityType, ScheduledBy, SkipUnavailableStatus, SubjectKeyIdCOption, TimeUnit, TLSSecurityPolicy, UpgradeStatus, UpgradeStep, VolumeType, VpcEndpointErrorCode, VpcEndpointStatus, ZoneStatus } from "./enums";
|
|
4
3
|
/**
|
|
5
4
|
* <p>Container for the parameters to the <code>AcceptInboundConnection</code>
|
|
6
5
|
* operation.</p>
|
|
@@ -13,36 +12,6 @@ export interface AcceptInboundConnectionRequest {
|
|
|
13
12
|
*/
|
|
14
13
|
ConnectionId: string | undefined;
|
|
15
14
|
}
|
|
16
|
-
/**
|
|
17
|
-
* @public
|
|
18
|
-
* @enum
|
|
19
|
-
*/
|
|
20
|
-
export declare const ConnectionMode: {
|
|
21
|
-
readonly DIRECT: "DIRECT";
|
|
22
|
-
readonly VPC_ENDPOINT: "VPC_ENDPOINT";
|
|
23
|
-
};
|
|
24
|
-
/**
|
|
25
|
-
* @public
|
|
26
|
-
*/
|
|
27
|
-
export type ConnectionMode = (typeof ConnectionMode)[keyof typeof ConnectionMode];
|
|
28
|
-
/**
|
|
29
|
-
* @public
|
|
30
|
-
* @enum
|
|
31
|
-
*/
|
|
32
|
-
export declare const InboundConnectionStatusCode: {
|
|
33
|
-
readonly ACTIVE: "ACTIVE";
|
|
34
|
-
readonly APPROVED: "APPROVED";
|
|
35
|
-
readonly DELETED: "DELETED";
|
|
36
|
-
readonly DELETING: "DELETING";
|
|
37
|
-
readonly PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE";
|
|
38
|
-
readonly PROVISIONING: "PROVISIONING";
|
|
39
|
-
readonly REJECTED: "REJECTED";
|
|
40
|
-
readonly REJECTING: "REJECTING";
|
|
41
|
-
};
|
|
42
|
-
/**
|
|
43
|
-
* @public
|
|
44
|
-
*/
|
|
45
|
-
export type InboundConnectionStatusCode = (typeof InboundConnectionStatusCode)[keyof typeof InboundConnectionStatusCode];
|
|
46
15
|
/**
|
|
47
16
|
* <p>The status of an inbound cross-cluster connection for OpenSearch Service.</p>
|
|
48
17
|
* @public
|
|
@@ -176,67 +145,6 @@ export interface AcceptInboundConnectionResponse {
|
|
|
176
145
|
*/
|
|
177
146
|
Connection?: InboundConnection | undefined;
|
|
178
147
|
}
|
|
179
|
-
/**
|
|
180
|
-
* <p>An error occured because the client wanted to access an unsupported operation.</p>
|
|
181
|
-
* @public
|
|
182
|
-
*/
|
|
183
|
-
export declare class DisabledOperationException extends __BaseException {
|
|
184
|
-
readonly name: "DisabledOperationException";
|
|
185
|
-
readonly $fault: "client";
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
constructor(opts: __ExceptionOptionType<DisabledOperationException, __BaseException>);
|
|
190
|
-
}
|
|
191
|
-
/**
|
|
192
|
-
* <p>An exception for trying to create more than the allowed number of resources or sub-resources.</p>
|
|
193
|
-
* @public
|
|
194
|
-
*/
|
|
195
|
-
export declare class LimitExceededException extends __BaseException {
|
|
196
|
-
readonly name: "LimitExceededException";
|
|
197
|
-
readonly $fault: "client";
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
202
|
-
}
|
|
203
|
-
/**
|
|
204
|
-
* <p>An exception for accessing or deleting a resource that doesn't exist.</p>
|
|
205
|
-
* @public
|
|
206
|
-
*/
|
|
207
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
208
|
-
readonly name: "ResourceNotFoundException";
|
|
209
|
-
readonly $fault: "client";
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
214
|
-
}
|
|
215
|
-
/**
|
|
216
|
-
* <p>An error occurred because you don't have permissions to access the resource.</p>
|
|
217
|
-
* @public
|
|
218
|
-
*/
|
|
219
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
220
|
-
readonly name: "AccessDeniedException";
|
|
221
|
-
readonly $fault: "client";
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
226
|
-
}
|
|
227
|
-
/**
|
|
228
|
-
* @public
|
|
229
|
-
* @enum
|
|
230
|
-
*/
|
|
231
|
-
export declare const OptionState: {
|
|
232
|
-
readonly Active: "Active";
|
|
233
|
-
readonly Processing: "Processing";
|
|
234
|
-
readonly RequiresIndexDocuments: "RequiresIndexDocuments";
|
|
235
|
-
};
|
|
236
|
-
/**
|
|
237
|
-
* @public
|
|
238
|
-
*/
|
|
239
|
-
export type OptionState = (typeof OptionState)[keyof typeof OptionState];
|
|
240
148
|
/**
|
|
241
149
|
* <p>Provides the current status of an entity.</p>
|
|
242
150
|
* @public
|
|
@@ -286,48 +194,6 @@ export interface AccessPoliciesStatus {
|
|
|
286
194
|
*/
|
|
287
195
|
Status: OptionStatus | undefined;
|
|
288
196
|
}
|
|
289
|
-
/**
|
|
290
|
-
* @public
|
|
291
|
-
* @enum
|
|
292
|
-
*/
|
|
293
|
-
export declare const ActionSeverity: {
|
|
294
|
-
readonly HIGH: "HIGH";
|
|
295
|
-
readonly LOW: "LOW";
|
|
296
|
-
readonly MEDIUM: "MEDIUM";
|
|
297
|
-
};
|
|
298
|
-
/**
|
|
299
|
-
* @public
|
|
300
|
-
*/
|
|
301
|
-
export type ActionSeverity = (typeof ActionSeverity)[keyof typeof ActionSeverity];
|
|
302
|
-
/**
|
|
303
|
-
* @public
|
|
304
|
-
* @enum
|
|
305
|
-
*/
|
|
306
|
-
export declare const ActionStatus: {
|
|
307
|
-
readonly COMPLETED: "COMPLETED";
|
|
308
|
-
readonly ELIGIBLE: "ELIGIBLE";
|
|
309
|
-
readonly FAILED: "FAILED";
|
|
310
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
311
|
-
readonly NOT_ELIGIBLE: "NOT_ELIGIBLE";
|
|
312
|
-
readonly PENDING_UPDATE: "PENDING_UPDATE";
|
|
313
|
-
};
|
|
314
|
-
/**
|
|
315
|
-
* @public
|
|
316
|
-
*/
|
|
317
|
-
export type ActionStatus = (typeof ActionStatus)[keyof typeof ActionStatus];
|
|
318
|
-
/**
|
|
319
|
-
* @public
|
|
320
|
-
* @enum
|
|
321
|
-
*/
|
|
322
|
-
export declare const ActionType: {
|
|
323
|
-
readonly JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING";
|
|
324
|
-
readonly JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING";
|
|
325
|
-
readonly SERVICE_SOFTWARE_UPDATE: "SERVICE_SOFTWARE_UPDATE";
|
|
326
|
-
};
|
|
327
|
-
/**
|
|
328
|
-
* @public
|
|
329
|
-
*/
|
|
330
|
-
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
331
197
|
/**
|
|
332
198
|
* <p>Information about the Amazon S3 Glue Data Catalog.</p>
|
|
333
199
|
* @public
|
|
@@ -409,54 +275,6 @@ export interface AddDataSourceResponse {
|
|
|
409
275
|
*/
|
|
410
276
|
Message?: string | undefined;
|
|
411
277
|
}
|
|
412
|
-
/**
|
|
413
|
-
* <p>An error occurred while processing the request.</p>
|
|
414
|
-
* @public
|
|
415
|
-
*/
|
|
416
|
-
export declare class BaseException extends __BaseException {
|
|
417
|
-
readonly name: "BaseException";
|
|
418
|
-
readonly $fault: "client";
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
|
-
constructor(opts: __ExceptionOptionType<BaseException, __BaseException>);
|
|
423
|
-
}
|
|
424
|
-
/**
|
|
425
|
-
* <p>An exception for when a failure in one of the dependencies results in the service being unable to fetch details about the resource.</p>
|
|
426
|
-
* @public
|
|
427
|
-
*/
|
|
428
|
-
export declare class DependencyFailureException extends __BaseException {
|
|
429
|
-
readonly name: "DependencyFailureException";
|
|
430
|
-
readonly $fault: "client";
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
|
-
constructor(opts: __ExceptionOptionType<DependencyFailureException, __BaseException>);
|
|
435
|
-
}
|
|
436
|
-
/**
|
|
437
|
-
* <p>Request processing failed because of an unknown error, exception, or internal failure.</p>
|
|
438
|
-
* @public
|
|
439
|
-
*/
|
|
440
|
-
export declare class InternalException extends __BaseException {
|
|
441
|
-
readonly name: "InternalException";
|
|
442
|
-
readonly $fault: "server";
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
|
-
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
447
|
-
}
|
|
448
|
-
/**
|
|
449
|
-
* <p>An exception for accessing or deleting a resource that doesn't exist.</p>
|
|
450
|
-
* @public
|
|
451
|
-
*/
|
|
452
|
-
export declare class ValidationException extends __BaseException {
|
|
453
|
-
readonly name: "ValidationException";
|
|
454
|
-
readonly $fault: "client";
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
459
|
-
}
|
|
460
278
|
/**
|
|
461
279
|
* <p> Configuration details for a CloudWatch Logs data source that can be used for direct
|
|
462
280
|
* queries. </p>
|
|
@@ -1006,18 +824,6 @@ export interface AdvancedSecurityOptionsStatus {
|
|
|
1006
824
|
*/
|
|
1007
825
|
Status: OptionStatus | undefined;
|
|
1008
826
|
}
|
|
1009
|
-
/**
|
|
1010
|
-
* @public
|
|
1011
|
-
* @enum
|
|
1012
|
-
*/
|
|
1013
|
-
export declare const NaturalLanguageQueryGenerationDesiredState: {
|
|
1014
|
-
readonly Disabled: "DISABLED";
|
|
1015
|
-
readonly Enabled: "ENABLED";
|
|
1016
|
-
};
|
|
1017
|
-
/**
|
|
1018
|
-
* @public
|
|
1019
|
-
*/
|
|
1020
|
-
export type NaturalLanguageQueryGenerationDesiredState = (typeof NaturalLanguageQueryGenerationDesiredState)[keyof typeof NaturalLanguageQueryGenerationDesiredState];
|
|
1021
827
|
/**
|
|
1022
828
|
* <p>Container for parameters required to enable the natural language query generation
|
|
1023
829
|
* feature.</p>
|
|
@@ -1060,23 +866,6 @@ export interface AIMLOptionsInput {
|
|
|
1060
866
|
*/
|
|
1061
867
|
S3VectorsEngine?: S3VectorsEngine | undefined;
|
|
1062
868
|
}
|
|
1063
|
-
/**
|
|
1064
|
-
* @public
|
|
1065
|
-
* @enum
|
|
1066
|
-
*/
|
|
1067
|
-
export declare const NaturalLanguageQueryGenerationCurrentState: {
|
|
1068
|
-
readonly DisableComplete: "DISABLE_COMPLETE";
|
|
1069
|
-
readonly DisableFailed: "DISABLE_FAILED";
|
|
1070
|
-
readonly DisableInProgress: "DISABLE_IN_PROGRESS";
|
|
1071
|
-
readonly EnableComplete: "ENABLE_COMPLETE";
|
|
1072
|
-
readonly EnableFailed: "ENABLE_FAILED";
|
|
1073
|
-
readonly EnableInProgress: "ENABLE_IN_PROGRESS";
|
|
1074
|
-
readonly NotEnabled: "NOT_ENABLED";
|
|
1075
|
-
};
|
|
1076
|
-
/**
|
|
1077
|
-
* @public
|
|
1078
|
-
*/
|
|
1079
|
-
export type NaturalLanguageQueryGenerationCurrentState = (typeof NaturalLanguageQueryGenerationCurrentState)[keyof typeof NaturalLanguageQueryGenerationCurrentState];
|
|
1080
869
|
/**
|
|
1081
870
|
* <p>Container for parameters representing the state of the natural language query
|
|
1082
871
|
* generation feature on the specified domain.</p>
|
|
@@ -1190,21 +979,6 @@ export interface AssociatePackageRequest {
|
|
|
1190
979
|
*/
|
|
1191
980
|
AssociationConfiguration?: PackageAssociationConfiguration | undefined;
|
|
1192
981
|
}
|
|
1193
|
-
/**
|
|
1194
|
-
* @public
|
|
1195
|
-
* @enum
|
|
1196
|
-
*/
|
|
1197
|
-
export declare const DomainPackageStatus: {
|
|
1198
|
-
readonly ACTIVE: "ACTIVE";
|
|
1199
|
-
readonly ASSOCIATING: "ASSOCIATING";
|
|
1200
|
-
readonly ASSOCIATION_FAILED: "ASSOCIATION_FAILED";
|
|
1201
|
-
readonly DISSOCIATING: "DISSOCIATING";
|
|
1202
|
-
readonly DISSOCIATION_FAILED: "DISSOCIATION_FAILED";
|
|
1203
|
-
};
|
|
1204
|
-
/**
|
|
1205
|
-
* @public
|
|
1206
|
-
*/
|
|
1207
|
-
export type DomainPackageStatus = (typeof DomainPackageStatus)[keyof typeof DomainPackageStatus];
|
|
1208
982
|
/**
|
|
1209
983
|
* <p>Additional information if the package is in an error state. Null otherwise.</p>
|
|
1210
984
|
* @public
|
|
@@ -1221,20 +995,6 @@ export interface ErrorDetails {
|
|
|
1221
995
|
*/
|
|
1222
996
|
ErrorMessage?: string | undefined;
|
|
1223
997
|
}
|
|
1224
|
-
/**
|
|
1225
|
-
* @public
|
|
1226
|
-
* @enum
|
|
1227
|
-
*/
|
|
1228
|
-
export declare const PackageType: {
|
|
1229
|
-
readonly PACKAGE_CONFIG: "PACKAGE-CONFIG";
|
|
1230
|
-
readonly PACKAGE_LICENSE: "PACKAGE-LICENSE";
|
|
1231
|
-
readonly TXT_DICTIONARY: "TXT-DICTIONARY";
|
|
1232
|
-
readonly ZIP_PLUGIN: "ZIP-PLUGIN";
|
|
1233
|
-
};
|
|
1234
|
-
/**
|
|
1235
|
-
* @public
|
|
1236
|
-
*/
|
|
1237
|
-
export type PackageType = (typeof PackageType)[keyof typeof PackageType];
|
|
1238
998
|
/**
|
|
1239
999
|
* <p>Information about a package that is associated with a domain. For more information,
|
|
1240
1000
|
* see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom packages
|
|
@@ -1313,18 +1073,6 @@ export interface AssociatePackageResponse {
|
|
|
1313
1073
|
*/
|
|
1314
1074
|
DomainPackageDetails?: DomainPackageDetails | undefined;
|
|
1315
1075
|
}
|
|
1316
|
-
/**
|
|
1317
|
-
* <p>An error occurred because the client attempts to remove a resource that is currently in use.</p>
|
|
1318
|
-
* @public
|
|
1319
|
-
*/
|
|
1320
|
-
export declare class ConflictException extends __BaseException {
|
|
1321
|
-
readonly name: "ConflictException";
|
|
1322
|
-
readonly $fault: "client";
|
|
1323
|
-
/**
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
1326
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1327
|
-
}
|
|
1328
1076
|
/**
|
|
1329
1077
|
* <p> Details of a package that is associated with a domain.</p>
|
|
1330
1078
|
* @public
|
|
@@ -1373,17 +1121,6 @@ export interface AssociatePackagesResponse {
|
|
|
1373
1121
|
*/
|
|
1374
1122
|
DomainPackageDetailsList?: DomainPackageDetails[] | undefined;
|
|
1375
1123
|
}
|
|
1376
|
-
/**
|
|
1377
|
-
* @public
|
|
1378
|
-
* @enum
|
|
1379
|
-
*/
|
|
1380
|
-
export declare const AWSServicePrincipal: {
|
|
1381
|
-
readonly application_opensearchservice_amazonaws_com: "application.opensearchservice.amazonaws.com";
|
|
1382
|
-
};
|
|
1383
|
-
/**
|
|
1384
|
-
* @public
|
|
1385
|
-
*/
|
|
1386
|
-
export type AWSServicePrincipal = (typeof AWSServicePrincipal)[keyof typeof AWSServicePrincipal];
|
|
1387
1124
|
/**
|
|
1388
1125
|
* @public
|
|
1389
1126
|
*/
|
|
@@ -1404,18 +1141,6 @@ export interface AuthorizeVpcEndpointAccessRequest {
|
|
|
1404
1141
|
*/
|
|
1405
1142
|
Service?: AWSServicePrincipal | undefined;
|
|
1406
1143
|
}
|
|
1407
|
-
/**
|
|
1408
|
-
* @public
|
|
1409
|
-
* @enum
|
|
1410
|
-
*/
|
|
1411
|
-
export declare const PrincipalType: {
|
|
1412
|
-
readonly AWS_ACCOUNT: "AWS_ACCOUNT";
|
|
1413
|
-
readonly AWS_SERVICE: "AWS_SERVICE";
|
|
1414
|
-
};
|
|
1415
|
-
/**
|
|
1416
|
-
* @public
|
|
1417
|
-
*/
|
|
1418
|
-
export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
1419
1144
|
/**
|
|
1420
1145
|
* <p>Information about an Amazon Web Services account or service that has access to an
|
|
1421
1146
|
* Amazon OpenSearch Service domain through the use of an interface VPC endpoint.</p>
|
|
@@ -1517,21 +1242,6 @@ export interface CancelServiceSoftwareUpdateRequest {
|
|
|
1517
1242
|
*/
|
|
1518
1243
|
DomainName: string | undefined;
|
|
1519
1244
|
}
|
|
1520
|
-
/**
|
|
1521
|
-
* @public
|
|
1522
|
-
* @enum
|
|
1523
|
-
*/
|
|
1524
|
-
export declare const DeploymentStatus: {
|
|
1525
|
-
readonly COMPLETED: "COMPLETED";
|
|
1526
|
-
readonly ELIGIBLE: "ELIGIBLE";
|
|
1527
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1528
|
-
readonly NOT_ELIGIBLE: "NOT_ELIGIBLE";
|
|
1529
|
-
readonly PENDING_UPDATE: "PENDING_UPDATE";
|
|
1530
|
-
};
|
|
1531
|
-
/**
|
|
1532
|
-
* @public
|
|
1533
|
-
*/
|
|
1534
|
-
export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
1535
1245
|
/**
|
|
1536
1246
|
* <p>The current status of the service software for an Amazon OpenSearch Service domain.
|
|
1537
1247
|
* For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">Service
|
|
@@ -1596,18 +1306,6 @@ export interface CancelServiceSoftwareUpdateResponse {
|
|
|
1596
1306
|
*/
|
|
1597
1307
|
ServiceSoftwareOptions?: ServiceSoftwareOptions | undefined;
|
|
1598
1308
|
}
|
|
1599
|
-
/**
|
|
1600
|
-
* @public
|
|
1601
|
-
* @enum
|
|
1602
|
-
*/
|
|
1603
|
-
export declare const AppConfigType: {
|
|
1604
|
-
readonly OpensearchDashboardAdminGroups: "opensearchDashboards.dashboardAdmin.groups";
|
|
1605
|
-
readonly OpensearchDashboardAdminUsers: "opensearchDashboards.dashboardAdmin.users";
|
|
1606
|
-
};
|
|
1607
|
-
/**
|
|
1608
|
-
* @public
|
|
1609
|
-
*/
|
|
1610
|
-
export type AppConfigType = (typeof AppConfigType)[keyof typeof AppConfigType];
|
|
1611
1309
|
/**
|
|
1612
1310
|
* <p>Configuration settings for an OpenSearch application. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/application.html">Using the
|
|
1613
1311
|
* OpenSearch user interface in Amazon OpenSearch Service</a>.</p>
|
|
@@ -1783,29 +1481,6 @@ export interface CreateApplicationResponse {
|
|
|
1783
1481
|
*/
|
|
1784
1482
|
createdAt?: Date | undefined;
|
|
1785
1483
|
}
|
|
1786
|
-
/**
|
|
1787
|
-
* @public
|
|
1788
|
-
* @enum
|
|
1789
|
-
*/
|
|
1790
|
-
export declare const AutoTuneDesiredState: {
|
|
1791
|
-
readonly DISABLED: "DISABLED";
|
|
1792
|
-
readonly ENABLED: "ENABLED";
|
|
1793
|
-
};
|
|
1794
|
-
/**
|
|
1795
|
-
* @public
|
|
1796
|
-
*/
|
|
1797
|
-
export type AutoTuneDesiredState = (typeof AutoTuneDesiredState)[keyof typeof AutoTuneDesiredState];
|
|
1798
|
-
/**
|
|
1799
|
-
* @public
|
|
1800
|
-
* @enum
|
|
1801
|
-
*/
|
|
1802
|
-
export declare const TimeUnit: {
|
|
1803
|
-
readonly HOURS: "HOURS";
|
|
1804
|
-
};
|
|
1805
|
-
/**
|
|
1806
|
-
* @public
|
|
1807
|
-
*/
|
|
1808
|
-
export type TimeUnit = (typeof TimeUnit)[keyof typeof TimeUnit];
|
|
1809
1484
|
/**
|
|
1810
1485
|
* <p>The duration of a maintenance schedule. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html">Auto-Tune for Amazon OpenSearch Service</a>.</p>
|
|
1811
1486
|
* @public
|
|
@@ -1889,119 +1564,6 @@ export interface ColdStorageOptions {
|
|
|
1889
1564
|
*/
|
|
1890
1565
|
Enabled: boolean | undefined;
|
|
1891
1566
|
}
|
|
1892
|
-
/**
|
|
1893
|
-
* @public
|
|
1894
|
-
* @enum
|
|
1895
|
-
*/
|
|
1896
|
-
export declare const OpenSearchPartitionInstanceType: {
|
|
1897
|
-
readonly c4_2xlarge_search: "c4.2xlarge.search";
|
|
1898
|
-
readonly c4_4xlarge_search: "c4.4xlarge.search";
|
|
1899
|
-
readonly c4_8xlarge_search: "c4.8xlarge.search";
|
|
1900
|
-
readonly c4_large_search: "c4.large.search";
|
|
1901
|
-
readonly c4_xlarge_search: "c4.xlarge.search";
|
|
1902
|
-
readonly c5_18xlarge_search: "c5.18xlarge.search";
|
|
1903
|
-
readonly c5_2xlarge_search: "c5.2xlarge.search";
|
|
1904
|
-
readonly c5_4xlarge_search: "c5.4xlarge.search";
|
|
1905
|
-
readonly c5_9xlarge_search: "c5.9xlarge.search";
|
|
1906
|
-
readonly c5_large_search: "c5.large.search";
|
|
1907
|
-
readonly c5_xlarge_search: "c5.xlarge.search";
|
|
1908
|
-
readonly c6g_12xlarge_search: "c6g.12xlarge.search";
|
|
1909
|
-
readonly c6g_2xlarge_search: "c6g.2xlarge.search";
|
|
1910
|
-
readonly c6g_4xlarge_search: "c6g.4xlarge.search";
|
|
1911
|
-
readonly c6g_8xlarge_search: "c6g.8xlarge.search";
|
|
1912
|
-
readonly c6g_large_search: "c6g.large.search";
|
|
1913
|
-
readonly c6g_xlarge_search: "c6g.xlarge.search";
|
|
1914
|
-
readonly d2_2xlarge_search: "d2.2xlarge.search";
|
|
1915
|
-
readonly d2_4xlarge_search: "d2.4xlarge.search";
|
|
1916
|
-
readonly d2_8xlarge_search: "d2.8xlarge.search";
|
|
1917
|
-
readonly d2_xlarge_search: "d2.xlarge.search";
|
|
1918
|
-
readonly i2_2xlarge_search: "i2.2xlarge.search";
|
|
1919
|
-
readonly i2_xlarge_search: "i2.xlarge.search";
|
|
1920
|
-
readonly i3_16xlarge_search: "i3.16xlarge.search";
|
|
1921
|
-
readonly i3_2xlarge_search: "i3.2xlarge.search";
|
|
1922
|
-
readonly i3_4xlarge_search: "i3.4xlarge.search";
|
|
1923
|
-
readonly i3_8xlarge_search: "i3.8xlarge.search";
|
|
1924
|
-
readonly i3_large_search: "i3.large.search";
|
|
1925
|
-
readonly i3_xlarge_search: "i3.xlarge.search";
|
|
1926
|
-
readonly m3_2xlarge_search: "m3.2xlarge.search";
|
|
1927
|
-
readonly m3_large_search: "m3.large.search";
|
|
1928
|
-
readonly m3_medium_search: "m3.medium.search";
|
|
1929
|
-
readonly m3_xlarge_search: "m3.xlarge.search";
|
|
1930
|
-
readonly m4_10xlarge_search: "m4.10xlarge.search";
|
|
1931
|
-
readonly m4_2xlarge_search: "m4.2xlarge.search";
|
|
1932
|
-
readonly m4_4xlarge_search: "m4.4xlarge.search";
|
|
1933
|
-
readonly m4_large_search: "m4.large.search";
|
|
1934
|
-
readonly m4_xlarge_search: "m4.xlarge.search";
|
|
1935
|
-
readonly m5_12xlarge_search: "m5.12xlarge.search";
|
|
1936
|
-
readonly m5_24xlarge_search: "m5.24xlarge.search";
|
|
1937
|
-
readonly m5_2xlarge_search: "m5.2xlarge.search";
|
|
1938
|
-
readonly m5_4xlarge_search: "m5.4xlarge.search";
|
|
1939
|
-
readonly m5_large_search: "m5.large.search";
|
|
1940
|
-
readonly m5_xlarge_search: "m5.xlarge.search";
|
|
1941
|
-
readonly m6g_12xlarge_search: "m6g.12xlarge.search";
|
|
1942
|
-
readonly m6g_2xlarge_search: "m6g.2xlarge.search";
|
|
1943
|
-
readonly m6g_4xlarge_search: "m6g.4xlarge.search";
|
|
1944
|
-
readonly m6g_8xlarge_search: "m6g.8xlarge.search";
|
|
1945
|
-
readonly m6g_large_search: "m6g.large.search";
|
|
1946
|
-
readonly m6g_xlarge_search: "m6g.xlarge.search";
|
|
1947
|
-
readonly or1_12xlarge_search: "or1.12xlarge.search";
|
|
1948
|
-
readonly or1_16xlarge_search: "or1.16xlarge.search";
|
|
1949
|
-
readonly or1_2xlarge_search: "or1.2xlarge.search";
|
|
1950
|
-
readonly or1_4xlarge_search: "or1.4xlarge.search";
|
|
1951
|
-
readonly or1_8xlarge_search: "or1.8xlarge.search";
|
|
1952
|
-
readonly or1_large_search: "or1.large.search";
|
|
1953
|
-
readonly or1_medium_search: "or1.medium.search";
|
|
1954
|
-
readonly or1_xlarge_search: "or1.xlarge.search";
|
|
1955
|
-
readonly r3_2xlarge_search: "r3.2xlarge.search";
|
|
1956
|
-
readonly r3_4xlarge_search: "r3.4xlarge.search";
|
|
1957
|
-
readonly r3_8xlarge_search: "r3.8xlarge.search";
|
|
1958
|
-
readonly r3_large_search: "r3.large.search";
|
|
1959
|
-
readonly r3_xlarge_search: "r3.xlarge.search";
|
|
1960
|
-
readonly r4_16xlarge_search: "r4.16xlarge.search";
|
|
1961
|
-
readonly r4_2xlarge_search: "r4.2xlarge.search";
|
|
1962
|
-
readonly r4_4xlarge_search: "r4.4xlarge.search";
|
|
1963
|
-
readonly r4_8xlarge_search: "r4.8xlarge.search";
|
|
1964
|
-
readonly r4_large_search: "r4.large.search";
|
|
1965
|
-
readonly r4_xlarge_search: "r4.xlarge.search";
|
|
1966
|
-
readonly r5_12xlarge_search: "r5.12xlarge.search";
|
|
1967
|
-
readonly r5_24xlarge_search: "r5.24xlarge.search";
|
|
1968
|
-
readonly r5_2xlarge_search: "r5.2xlarge.search";
|
|
1969
|
-
readonly r5_4xlarge_search: "r5.4xlarge.search";
|
|
1970
|
-
readonly r5_large_search: "r5.large.search";
|
|
1971
|
-
readonly r5_xlarge_search: "r5.xlarge.search";
|
|
1972
|
-
readonly r6g_12xlarge_search: "r6g.12xlarge.search";
|
|
1973
|
-
readonly r6g_2xlarge_search: "r6g.2xlarge.search";
|
|
1974
|
-
readonly r6g_4xlarge_search: "r6g.4xlarge.search";
|
|
1975
|
-
readonly r6g_8xlarge_search: "r6g.8xlarge.search";
|
|
1976
|
-
readonly r6g_large_search: "r6g.large.search";
|
|
1977
|
-
readonly r6g_xlarge_search: "r6g.xlarge.search";
|
|
1978
|
-
readonly r6gd_12xlarge_search: "r6gd.12xlarge.search";
|
|
1979
|
-
readonly r6gd_16xlarge_search: "r6gd.16xlarge.search";
|
|
1980
|
-
readonly r6gd_2xlarge_search: "r6gd.2xlarge.search";
|
|
1981
|
-
readonly r6gd_4xlarge_search: "r6gd.4xlarge.search";
|
|
1982
|
-
readonly r6gd_8xlarge_search: "r6gd.8xlarge.search";
|
|
1983
|
-
readonly r6gd_large_search: "r6gd.large.search";
|
|
1984
|
-
readonly r6gd_xlarge_search: "r6gd.xlarge.search";
|
|
1985
|
-
readonly t2_medium_search: "t2.medium.search";
|
|
1986
|
-
readonly t2_micro_search: "t2.micro.search";
|
|
1987
|
-
readonly t2_small_search: "t2.small.search";
|
|
1988
|
-
readonly t3_2xlarge_search: "t3.2xlarge.search";
|
|
1989
|
-
readonly t3_large_search: "t3.large.search";
|
|
1990
|
-
readonly t3_medium_search: "t3.medium.search";
|
|
1991
|
-
readonly t3_micro_search: "t3.micro.search";
|
|
1992
|
-
readonly t3_nano_search: "t3.nano.search";
|
|
1993
|
-
readonly t3_small_search: "t3.small.search";
|
|
1994
|
-
readonly t3_xlarge_search: "t3.xlarge.search";
|
|
1995
|
-
readonly t4g_medium_search: "t4g.medium.search";
|
|
1996
|
-
readonly t4g_small_search: "t4g.small.search";
|
|
1997
|
-
readonly ultrawarm1_large_search: "ultrawarm1.large.search";
|
|
1998
|
-
readonly ultrawarm1_medium_search: "ultrawarm1.medium.search";
|
|
1999
|
-
readonly ultrawarm1_xlarge_search: "ultrawarm1.xlarge.search";
|
|
2000
|
-
};
|
|
2001
|
-
/**
|
|
2002
|
-
* @public
|
|
2003
|
-
*/
|
|
2004
|
-
export type OpenSearchPartitionInstanceType = (typeof OpenSearchPartitionInstanceType)[keyof typeof OpenSearchPartitionInstanceType];
|
|
2005
1567
|
/**
|
|
2006
1568
|
* <p>Configuration options for defining the setup of any node type within the
|
|
2007
1569
|
* cluster.</p>
|
|
@@ -2024,17 +1586,6 @@ export interface NodeConfig {
|
|
|
2024
1586
|
*/
|
|
2025
1587
|
Count?: number | undefined;
|
|
2026
1588
|
}
|
|
2027
|
-
/**
|
|
2028
|
-
* @public
|
|
2029
|
-
* @enum
|
|
2030
|
-
*/
|
|
2031
|
-
export declare const NodeOptionsNodeType: {
|
|
2032
|
-
readonly COORDINATOR: "coordinator";
|
|
2033
|
-
};
|
|
2034
|
-
/**
|
|
2035
|
-
* @public
|
|
2036
|
-
*/
|
|
2037
|
-
export type NodeOptionsNodeType = (typeof NodeOptionsNodeType)[keyof typeof NodeOptionsNodeType];
|
|
2038
1589
|
/**
|
|
2039
1590
|
* <p>Configuration settings for defining the node type within a cluster.</p>
|
|
2040
1591
|
* @public
|
|
@@ -2051,19 +1602,6 @@ export interface NodeOption {
|
|
|
2051
1602
|
*/
|
|
2052
1603
|
NodeConfig?: NodeConfig | undefined;
|
|
2053
1604
|
}
|
|
2054
|
-
/**
|
|
2055
|
-
* @public
|
|
2056
|
-
* @enum
|
|
2057
|
-
*/
|
|
2058
|
-
export declare const OpenSearchWarmPartitionInstanceType: {
|
|
2059
|
-
readonly ultrawarm1_large_search: "ultrawarm1.large.search";
|
|
2060
|
-
readonly ultrawarm1_medium_search: "ultrawarm1.medium.search";
|
|
2061
|
-
readonly ultrawarm1_xlarge_search: "ultrawarm1.xlarge.search";
|
|
2062
|
-
};
|
|
2063
|
-
/**
|
|
2064
|
-
* @public
|
|
2065
|
-
*/
|
|
2066
|
-
export type OpenSearchWarmPartitionInstanceType = (typeof OpenSearchWarmPartitionInstanceType)[keyof typeof OpenSearchWarmPartitionInstanceType];
|
|
2067
1605
|
/**
|
|
2068
1606
|
* <p>The zone awareness configuration for an Amazon OpenSearch Service domain.</p>
|
|
2069
1607
|
* @public
|
|
@@ -2189,19 +1727,6 @@ export interface CognitoOptions {
|
|
|
2189
1727
|
*/
|
|
2190
1728
|
RoleArn?: string | undefined;
|
|
2191
1729
|
}
|
|
2192
|
-
/**
|
|
2193
|
-
* @public
|
|
2194
|
-
* @enum
|
|
2195
|
-
*/
|
|
2196
|
-
export declare const TLSSecurityPolicy: {
|
|
2197
|
-
readonly POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07";
|
|
2198
|
-
readonly POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07";
|
|
2199
|
-
readonly POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10";
|
|
2200
|
-
};
|
|
2201
|
-
/**
|
|
2202
|
-
* @public
|
|
2203
|
-
*/
|
|
2204
|
-
export type TLSSecurityPolicy = (typeof TLSSecurityPolicy)[keyof typeof TLSSecurityPolicy];
|
|
2205
1730
|
/**
|
|
2206
1731
|
* <p>Options to configure a custom endpoint for an OpenSearch Service domain.</p>
|
|
2207
1732
|
* @public
|
|
@@ -2253,20 +1778,6 @@ export interface DomainEndpointOptions {
|
|
|
2253
1778
|
*/
|
|
2254
1779
|
CustomEndpointCertificateArn?: string | undefined;
|
|
2255
1780
|
}
|
|
2256
|
-
/**
|
|
2257
|
-
* @public
|
|
2258
|
-
* @enum
|
|
2259
|
-
*/
|
|
2260
|
-
export declare const VolumeType: {
|
|
2261
|
-
readonly gp2: "gp2";
|
|
2262
|
-
readonly gp3: "gp3";
|
|
2263
|
-
readonly io1: "io1";
|
|
2264
|
-
readonly standard: "standard";
|
|
2265
|
-
};
|
|
2266
|
-
/**
|
|
2267
|
-
* @public
|
|
2268
|
-
*/
|
|
2269
|
-
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
2270
1781
|
/**
|
|
2271
1782
|
* <p>Container for the parameters required to enable EBS-based storage for an OpenSearch
|
|
2272
1783
|
* Service domain.</p>
|
|
@@ -2323,31 +1834,6 @@ export interface EncryptionAtRestOptions {
|
|
|
2323
1834
|
*/
|
|
2324
1835
|
KmsKeyId?: string | undefined;
|
|
2325
1836
|
}
|
|
2326
|
-
/**
|
|
2327
|
-
* @public
|
|
2328
|
-
* @enum
|
|
2329
|
-
*/
|
|
2330
|
-
export declare const RolesKeyIdCOption: {
|
|
2331
|
-
readonly GroupId: "GroupId";
|
|
2332
|
-
readonly GroupName: "GroupName";
|
|
2333
|
-
};
|
|
2334
|
-
/**
|
|
2335
|
-
* @public
|
|
2336
|
-
*/
|
|
2337
|
-
export type RolesKeyIdCOption = (typeof RolesKeyIdCOption)[keyof typeof RolesKeyIdCOption];
|
|
2338
|
-
/**
|
|
2339
|
-
* @public
|
|
2340
|
-
* @enum
|
|
2341
|
-
*/
|
|
2342
|
-
export declare const SubjectKeyIdCOption: {
|
|
2343
|
-
readonly Email: "Email";
|
|
2344
|
-
readonly UserId: "UserId";
|
|
2345
|
-
readonly UserName: "UserName";
|
|
2346
|
-
};
|
|
2347
|
-
/**
|
|
2348
|
-
* @public
|
|
2349
|
-
*/
|
|
2350
|
-
export type SubjectKeyIdCOption = (typeof SubjectKeyIdCOption)[keyof typeof SubjectKeyIdCOption];
|
|
2351
1837
|
/**
|
|
2352
1838
|
* <p>Configuration settings for enabling and managing IAM Identity Center.</p>
|
|
2353
1839
|
* @public
|
|
@@ -2378,32 +1864,6 @@ export interface IdentityCenterOptionsInput {
|
|
|
2378
1864
|
*/
|
|
2379
1865
|
RolesKey?: RolesKeyIdCOption | undefined;
|
|
2380
1866
|
}
|
|
2381
|
-
/**
|
|
2382
|
-
* @public
|
|
2383
|
-
* @enum
|
|
2384
|
-
*/
|
|
2385
|
-
export declare const IPAddressType: {
|
|
2386
|
-
readonly DUALSTACK: "dualstack";
|
|
2387
|
-
readonly IPV4: "ipv4";
|
|
2388
|
-
};
|
|
2389
|
-
/**
|
|
2390
|
-
* @public
|
|
2391
|
-
*/
|
|
2392
|
-
export type IPAddressType = (typeof IPAddressType)[keyof typeof IPAddressType];
|
|
2393
|
-
/**
|
|
2394
|
-
* @public
|
|
2395
|
-
* @enum
|
|
2396
|
-
*/
|
|
2397
|
-
export declare const LogType: {
|
|
2398
|
-
readonly AUDIT_LOGS: "AUDIT_LOGS";
|
|
2399
|
-
readonly ES_APPLICATION_LOGS: "ES_APPLICATION_LOGS";
|
|
2400
|
-
readonly INDEX_SLOW_LOGS: "INDEX_SLOW_LOGS";
|
|
2401
|
-
readonly SEARCH_SLOW_LOGS: "SEARCH_SLOW_LOGS";
|
|
2402
|
-
};
|
|
2403
|
-
/**
|
|
2404
|
-
* @public
|
|
2405
|
-
*/
|
|
2406
|
-
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
2407
1867
|
/**
|
|
2408
1868
|
* <p>Specifies whether the Amazon OpenSearch Service domain publishes the OpenSearch
|
|
2409
1869
|
* application and slow logs to Amazon CloudWatch. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createdomain-configure-slow-logs.html">Monitoring OpenSearch logs with Amazon CloudWatch Logs</a>.</p>
|
|
@@ -2705,25 +2165,6 @@ export interface CreateDomainRequest {
|
|
|
2705
2165
|
*/
|
|
2706
2166
|
AIMLOptions?: AIMLOptionsInput | undefined;
|
|
2707
2167
|
}
|
|
2708
|
-
/**
|
|
2709
|
-
* @public
|
|
2710
|
-
* @enum
|
|
2711
|
-
*/
|
|
2712
|
-
export declare const AutoTuneState: {
|
|
2713
|
-
readonly DISABLED: "DISABLED";
|
|
2714
|
-
readonly DISABLED_AND_ROLLBACK_COMPLETE: "DISABLED_AND_ROLLBACK_COMPLETE";
|
|
2715
|
-
readonly DISABLED_AND_ROLLBACK_ERROR: "DISABLED_AND_ROLLBACK_ERROR";
|
|
2716
|
-
readonly DISABLED_AND_ROLLBACK_IN_PROGRESS: "DISABLED_AND_ROLLBACK_IN_PROGRESS";
|
|
2717
|
-
readonly DISABLED_AND_ROLLBACK_SCHEDULED: "DISABLED_AND_ROLLBACK_SCHEDULED";
|
|
2718
|
-
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
2719
|
-
readonly ENABLED: "ENABLED";
|
|
2720
|
-
readonly ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS";
|
|
2721
|
-
readonly ERROR: "ERROR";
|
|
2722
|
-
};
|
|
2723
|
-
/**
|
|
2724
|
-
* @public
|
|
2725
|
-
*/
|
|
2726
|
-
export type AutoTuneState = (typeof AutoTuneState)[keyof typeof AutoTuneState];
|
|
2727
2168
|
/**
|
|
2728
2169
|
* <p>The Auto-Tune settings for a domain, displayed when enabling or disabling
|
|
2729
2170
|
* Auto-Tune.</p>
|
|
@@ -2747,36 +2188,6 @@ export interface AutoTuneOptionsOutput {
|
|
|
2747
2188
|
*/
|
|
2748
2189
|
UseOffPeakWindow?: boolean | undefined;
|
|
2749
2190
|
}
|
|
2750
|
-
/**
|
|
2751
|
-
* @public
|
|
2752
|
-
* @enum
|
|
2753
|
-
*/
|
|
2754
|
-
export declare const ConfigChangeStatus: {
|
|
2755
|
-
readonly APPLYING_CHANGES: "ApplyingChanges";
|
|
2756
|
-
readonly CANCELLED: "Cancelled";
|
|
2757
|
-
readonly COMPLETED: "Completed";
|
|
2758
|
-
readonly INITIALIZING: "Initializing";
|
|
2759
|
-
readonly PENDING: "Pending";
|
|
2760
|
-
readonly PENDING_USER_INPUT: "PendingUserInput";
|
|
2761
|
-
readonly VALIDATING: "Validating";
|
|
2762
|
-
readonly VALIDATION_FAILED: "ValidationFailed";
|
|
2763
|
-
};
|
|
2764
|
-
/**
|
|
2765
|
-
* @public
|
|
2766
|
-
*/
|
|
2767
|
-
export type ConfigChangeStatus = (typeof ConfigChangeStatus)[keyof typeof ConfigChangeStatus];
|
|
2768
|
-
/**
|
|
2769
|
-
* @public
|
|
2770
|
-
* @enum
|
|
2771
|
-
*/
|
|
2772
|
-
export declare const InitiatedBy: {
|
|
2773
|
-
readonly CUSTOMER: "CUSTOMER";
|
|
2774
|
-
readonly SERVICE: "SERVICE";
|
|
2775
|
-
};
|
|
2776
|
-
/**
|
|
2777
|
-
* @public
|
|
2778
|
-
*/
|
|
2779
|
-
export type InitiatedBy = (typeof InitiatedBy)[keyof typeof InitiatedBy];
|
|
2780
2191
|
/**
|
|
2781
2192
|
* <p>Container for information about a configuration change happening on a domain.</p>
|
|
2782
2193
|
* @public
|
|
@@ -2814,23 +2225,6 @@ export interface ChangeProgressDetails {
|
|
|
2814
2225
|
*/
|
|
2815
2226
|
LastUpdatedTime?: Date | undefined;
|
|
2816
2227
|
}
|
|
2817
|
-
/**
|
|
2818
|
-
* @public
|
|
2819
|
-
* @enum
|
|
2820
|
-
*/
|
|
2821
|
-
export declare const DomainProcessingStatusType: {
|
|
2822
|
-
readonly ACTIVE: "Active";
|
|
2823
|
-
readonly CREATING: "Creating";
|
|
2824
|
-
readonly DELETING: "Deleting";
|
|
2825
|
-
readonly ISOLATED: "Isolated";
|
|
2826
|
-
readonly MODIFYING: "Modifying";
|
|
2827
|
-
readonly UPDATING: "UpdatingServiceSoftware";
|
|
2828
|
-
readonly UPGRADING: "UpgradingEngineVersion";
|
|
2829
|
-
};
|
|
2830
|
-
/**
|
|
2831
|
-
* @public
|
|
2832
|
-
*/
|
|
2833
|
-
export type DomainProcessingStatusType = (typeof DomainProcessingStatusType)[keyof typeof DomainProcessingStatusType];
|
|
2834
2228
|
/**
|
|
2835
2229
|
* <p>Settings container for integrating IAM Identity Center with OpenSearch UI applications,
|
|
2836
2230
|
* which enables enabling secure user authentication and access control across multiple data
|
|
@@ -2873,18 +2267,6 @@ export interface IdentityCenterOptions {
|
|
|
2873
2267
|
*/
|
|
2874
2268
|
IdentityStoreId?: string | undefined;
|
|
2875
2269
|
}
|
|
2876
|
-
/**
|
|
2877
|
-
* @public
|
|
2878
|
-
* @enum
|
|
2879
|
-
*/
|
|
2880
|
-
export declare const PropertyValueType: {
|
|
2881
|
-
readonly PLAIN_TEXT: "PLAIN_TEXT";
|
|
2882
|
-
readonly STRINGIFIED_JSON: "STRINGIFIED_JSON";
|
|
2883
|
-
};
|
|
2884
|
-
/**
|
|
2885
|
-
* @public
|
|
2886
|
-
*/
|
|
2887
|
-
export type PropertyValueType = (typeof PropertyValueType)[keyof typeof PropertyValueType];
|
|
2888
2270
|
/**
|
|
2889
2271
|
* <p>Information about the domain properties that are currently being modified.</p>
|
|
2890
2272
|
* @public
|
|
@@ -3175,30 +2557,6 @@ export interface CreateDomainResponse {
|
|
|
3175
2557
|
*/
|
|
3176
2558
|
DomainStatus?: DomainStatus | undefined;
|
|
3177
2559
|
}
|
|
3178
|
-
/**
|
|
3179
|
-
* <p>An exception for trying to create or access a sub-resource that's either invalid or not supported.</p>
|
|
3180
|
-
* @public
|
|
3181
|
-
*/
|
|
3182
|
-
export declare class InvalidTypeException extends __BaseException {
|
|
3183
|
-
readonly name: "InvalidTypeException";
|
|
3184
|
-
readonly $fault: "client";
|
|
3185
|
-
/**
|
|
3186
|
-
* @internal
|
|
3187
|
-
*/
|
|
3188
|
-
constructor(opts: __ExceptionOptionType<InvalidTypeException, __BaseException>);
|
|
3189
|
-
}
|
|
3190
|
-
/**
|
|
3191
|
-
* <p>An exception for creating a resource that already exists.</p>
|
|
3192
|
-
* @public
|
|
3193
|
-
*/
|
|
3194
|
-
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
3195
|
-
readonly name: "ResourceAlreadyExistsException";
|
|
3196
|
-
readonly $fault: "client";
|
|
3197
|
-
/**
|
|
3198
|
-
* @internal
|
|
3199
|
-
*/
|
|
3200
|
-
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
3201
|
-
}
|
|
3202
2560
|
/**
|
|
3203
2561
|
* @public
|
|
3204
2562
|
*/
|
|
@@ -3220,19 +2578,6 @@ export interface CreateIndexRequest {
|
|
|
3220
2578
|
*/
|
|
3221
2579
|
IndexSchema: __DocumentType | undefined;
|
|
3222
2580
|
}
|
|
3223
|
-
/**
|
|
3224
|
-
* @public
|
|
3225
|
-
* @enum
|
|
3226
|
-
*/
|
|
3227
|
-
export declare const IndexStatus: {
|
|
3228
|
-
readonly CREATED: "CREATED";
|
|
3229
|
-
readonly DELETED: "DELETED";
|
|
3230
|
-
readonly UPDATED: "UPDATED";
|
|
3231
|
-
};
|
|
3232
|
-
/**
|
|
3233
|
-
* @public
|
|
3234
|
-
*/
|
|
3235
|
-
export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
|
|
3236
2581
|
/**
|
|
3237
2582
|
* @public
|
|
3238
2583
|
*/
|
|
@@ -3244,42 +2589,18 @@ export interface CreateIndexResponse {
|
|
|
3244
2589
|
Status: IndexStatus | undefined;
|
|
3245
2590
|
}
|
|
3246
2591
|
/**
|
|
3247
|
-
* <p>
|
|
2592
|
+
* <p>Cross-cluster search specific connection properties.</p>
|
|
3248
2593
|
* @public
|
|
3249
2594
|
*/
|
|
3250
|
-
export
|
|
3251
|
-
readonly name: "ThrottlingException";
|
|
3252
|
-
readonly $fault: "client";
|
|
2595
|
+
export interface CrossClusterSearchConnectionProperties {
|
|
3253
2596
|
/**
|
|
3254
|
-
*
|
|
2597
|
+
* <p>The status of the <code>SkipUnavailable</code> setting for the outbound connection.
|
|
2598
|
+
* This feature allows you to specify some clusters as optional and ensure that your
|
|
2599
|
+
* cross-cluster queries return partial results despite failures on one or more remote
|
|
2600
|
+
* clusters.</p>
|
|
2601
|
+
* @public
|
|
3255
2602
|
*/
|
|
3256
|
-
|
|
3257
|
-
}
|
|
3258
|
-
/**
|
|
3259
|
-
* @public
|
|
3260
|
-
* @enum
|
|
3261
|
-
*/
|
|
3262
|
-
export declare const SkipUnavailableStatus: {
|
|
3263
|
-
readonly DISABLED: "DISABLED";
|
|
3264
|
-
readonly ENABLED: "ENABLED";
|
|
3265
|
-
};
|
|
3266
|
-
/**
|
|
3267
|
-
* @public
|
|
3268
|
-
*/
|
|
3269
|
-
export type SkipUnavailableStatus = (typeof SkipUnavailableStatus)[keyof typeof SkipUnavailableStatus];
|
|
3270
|
-
/**
|
|
3271
|
-
* <p>Cross-cluster search specific connection properties.</p>
|
|
3272
|
-
* @public
|
|
3273
|
-
*/
|
|
3274
|
-
export interface CrossClusterSearchConnectionProperties {
|
|
3275
|
-
/**
|
|
3276
|
-
* <p>The status of the <code>SkipUnavailable</code> setting for the outbound connection.
|
|
3277
|
-
* This feature allows you to specify some clusters as optional and ensure that your
|
|
3278
|
-
* cross-cluster queries return partial results despite failures on one or more remote
|
|
3279
|
-
* clusters.</p>
|
|
3280
|
-
* @public
|
|
3281
|
-
*/
|
|
3282
|
-
SkipUnavailable?: SkipUnavailableStatus | undefined;
|
|
2603
|
+
SkipUnavailable?: SkipUnavailableStatus | undefined;
|
|
3283
2604
|
}
|
|
3284
2605
|
/**
|
|
3285
2606
|
* <p>The connection properties of an outbound connection.</p>
|
|
@@ -3331,26 +2652,6 @@ export interface CreateOutboundConnectionRequest {
|
|
|
3331
2652
|
*/
|
|
3332
2653
|
ConnectionProperties?: ConnectionProperties | undefined;
|
|
3333
2654
|
}
|
|
3334
|
-
/**
|
|
3335
|
-
* @public
|
|
3336
|
-
* @enum
|
|
3337
|
-
*/
|
|
3338
|
-
export declare const OutboundConnectionStatusCode: {
|
|
3339
|
-
readonly ACTIVE: "ACTIVE";
|
|
3340
|
-
readonly APPROVED: "APPROVED";
|
|
3341
|
-
readonly DELETED: "DELETED";
|
|
3342
|
-
readonly DELETING: "DELETING";
|
|
3343
|
-
readonly PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE";
|
|
3344
|
-
readonly PROVISIONING: "PROVISIONING";
|
|
3345
|
-
readonly REJECTED: "REJECTED";
|
|
3346
|
-
readonly REJECTING: "REJECTING";
|
|
3347
|
-
readonly VALIDATING: "VALIDATING";
|
|
3348
|
-
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
3349
|
-
};
|
|
3350
|
-
/**
|
|
3351
|
-
* @public
|
|
3352
|
-
*/
|
|
3353
|
-
export type OutboundConnectionStatusCode = (typeof OutboundConnectionStatusCode)[keyof typeof OutboundConnectionStatusCode];
|
|
3354
2655
|
/**
|
|
3355
2656
|
* <p>The status of an outbound cross-cluster connection.</p>
|
|
3356
2657
|
* @public
|
|
@@ -3462,19 +2763,6 @@ export interface CreateOutboundConnectionResponse {
|
|
|
3462
2763
|
*/
|
|
3463
2764
|
ConnectionProperties?: ConnectionProperties | undefined;
|
|
3464
2765
|
}
|
|
3465
|
-
/**
|
|
3466
|
-
* @public
|
|
3467
|
-
* @enum
|
|
3468
|
-
*/
|
|
3469
|
-
export declare const RequirementLevel: {
|
|
3470
|
-
readonly NONE: "NONE";
|
|
3471
|
-
readonly OPTIONAL: "OPTIONAL";
|
|
3472
|
-
readonly REQUIRED: "REQUIRED";
|
|
3473
|
-
};
|
|
3474
|
-
/**
|
|
3475
|
-
* @public
|
|
3476
|
-
*/
|
|
3477
|
-
export type RequirementLevel = (typeof RequirementLevel)[keyof typeof RequirementLevel];
|
|
3478
2766
|
/**
|
|
3479
2767
|
* <p> The configuration parameters for a package.</p>
|
|
3480
2768
|
* @public
|
|
@@ -3627,24 +2915,6 @@ export interface PluginProperties {
|
|
|
3627
2915
|
*/
|
|
3628
2916
|
UncompressedSizeInBytes?: number | undefined;
|
|
3629
2917
|
}
|
|
3630
|
-
/**
|
|
3631
|
-
* @public
|
|
3632
|
-
* @enum
|
|
3633
|
-
*/
|
|
3634
|
-
export declare const PackageStatus: {
|
|
3635
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
3636
|
-
readonly COPYING: "COPYING";
|
|
3637
|
-
readonly COPY_FAILED: "COPY_FAILED";
|
|
3638
|
-
readonly DELETED: "DELETED";
|
|
3639
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
3640
|
-
readonly DELETING: "DELETING";
|
|
3641
|
-
readonly VALIDATING: "VALIDATING";
|
|
3642
|
-
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
3643
|
-
};
|
|
3644
|
-
/**
|
|
3645
|
-
* @public
|
|
3646
|
-
*/
|
|
3647
|
-
export type PackageStatus = (typeof PackageStatus)[keyof typeof PackageStatus];
|
|
3648
2918
|
/**
|
|
3649
2919
|
* <p>Basic information about a package.</p>
|
|
3650
2920
|
* @public
|
|
@@ -3770,23 +3040,6 @@ export interface CreateVpcEndpointRequest {
|
|
|
3770
3040
|
*/
|
|
3771
3041
|
ClientToken?: string | undefined;
|
|
3772
3042
|
}
|
|
3773
|
-
/**
|
|
3774
|
-
* @public
|
|
3775
|
-
* @enum
|
|
3776
|
-
*/
|
|
3777
|
-
export declare const VpcEndpointStatus: {
|
|
3778
|
-
readonly ACTIVE: "ACTIVE";
|
|
3779
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
3780
|
-
readonly CREATING: "CREATING";
|
|
3781
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
3782
|
-
readonly DELETING: "DELETING";
|
|
3783
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
3784
|
-
readonly UPDATING: "UPDATING";
|
|
3785
|
-
};
|
|
3786
|
-
/**
|
|
3787
|
-
* @public
|
|
3788
|
-
*/
|
|
3789
|
-
export type VpcEndpointStatus = (typeof VpcEndpointStatus)[keyof typeof VpcEndpointStatus];
|
|
3790
3043
|
/**
|
|
3791
3044
|
* <p>The connection endpoint for connecting to an Amazon OpenSearch Service domain through
|
|
3792
3045
|
* a proxy.</p>
|
|
@@ -4146,31 +3399,6 @@ export interface DescribeDomainAutoTunesRequest {
|
|
|
4146
3399
|
*/
|
|
4147
3400
|
NextToken?: string | undefined;
|
|
4148
3401
|
}
|
|
4149
|
-
/**
|
|
4150
|
-
* @public
|
|
4151
|
-
* @enum
|
|
4152
|
-
*/
|
|
4153
|
-
export declare const ScheduledAutoTuneActionType: {
|
|
4154
|
-
readonly JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING";
|
|
4155
|
-
readonly JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING";
|
|
4156
|
-
};
|
|
4157
|
-
/**
|
|
4158
|
-
* @public
|
|
4159
|
-
*/
|
|
4160
|
-
export type ScheduledAutoTuneActionType = (typeof ScheduledAutoTuneActionType)[keyof typeof ScheduledAutoTuneActionType];
|
|
4161
|
-
/**
|
|
4162
|
-
* @public
|
|
4163
|
-
* @enum
|
|
4164
|
-
*/
|
|
4165
|
-
export declare const ScheduledAutoTuneSeverityType: {
|
|
4166
|
-
readonly HIGH: "HIGH";
|
|
4167
|
-
readonly LOW: "LOW";
|
|
4168
|
-
readonly MEDIUM: "MEDIUM";
|
|
4169
|
-
};
|
|
4170
|
-
/**
|
|
4171
|
-
* @public
|
|
4172
|
-
*/
|
|
4173
|
-
export type ScheduledAutoTuneSeverityType = (typeof ScheduledAutoTuneSeverityType)[keyof typeof ScheduledAutoTuneSeverityType];
|
|
4174
3402
|
/**
|
|
4175
3403
|
* <p>Specifies details about a scheduled Auto-Tune action. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html">Auto-Tune for Amazon OpenSearch Service</a>.</p>
|
|
4176
3404
|
* @public
|
|
@@ -4209,17 +3437,6 @@ export interface AutoTuneDetails {
|
|
|
4209
3437
|
*/
|
|
4210
3438
|
ScheduledAutoTuneDetails?: ScheduledAutoTuneDetails | undefined;
|
|
4211
3439
|
}
|
|
4212
|
-
/**
|
|
4213
|
-
* @public
|
|
4214
|
-
* @enum
|
|
4215
|
-
*/
|
|
4216
|
-
export declare const AutoTuneType: {
|
|
4217
|
-
readonly SCHEDULED_ACTION: "SCHEDULED_ACTION";
|
|
4218
|
-
};
|
|
4219
|
-
/**
|
|
4220
|
-
* @public
|
|
4221
|
-
*/
|
|
4222
|
-
export type AutoTuneType = (typeof AutoTuneType)[keyof typeof AutoTuneType];
|
|
4223
3440
|
/**
|
|
4224
3441
|
* <p>Information about an Auto-Tune action. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html">Auto-Tune for Amazon OpenSearch Service</a>.</p>
|
|
4225
3442
|
* @public
|
|
@@ -4298,20 +3515,6 @@ export interface ChangeProgressStage {
|
|
|
4298
3515
|
*/
|
|
4299
3516
|
LastUpdated?: Date | undefined;
|
|
4300
3517
|
}
|
|
4301
|
-
/**
|
|
4302
|
-
* @public
|
|
4303
|
-
* @enum
|
|
4304
|
-
*/
|
|
4305
|
-
export declare const OverallChangeStatus: {
|
|
4306
|
-
readonly COMPLETED: "COMPLETED";
|
|
4307
|
-
readonly FAILED: "FAILED";
|
|
4308
|
-
readonly PENDING: "PENDING";
|
|
4309
|
-
readonly PROCESSING: "PROCESSING";
|
|
4310
|
-
};
|
|
4311
|
-
/**
|
|
4312
|
-
* @public
|
|
4313
|
-
*/
|
|
4314
|
-
export type OverallChangeStatus = (typeof OverallChangeStatus)[keyof typeof OverallChangeStatus];
|
|
4315
3518
|
/**
|
|
4316
3519
|
* <p>The progress details of a specific domain configuration change.</p>
|
|
4317
3520
|
* @public
|
|
@@ -4396,18 +3599,6 @@ export interface DescribeDomainConfigRequest {
|
|
|
4396
3599
|
*/
|
|
4397
3600
|
DomainName: string | undefined;
|
|
4398
3601
|
}
|
|
4399
|
-
/**
|
|
4400
|
-
* @public
|
|
4401
|
-
* @enum
|
|
4402
|
-
*/
|
|
4403
|
-
export declare const RollbackOnDisable: {
|
|
4404
|
-
readonly DEFAULT_ROLLBACK: "DEFAULT_ROLLBACK";
|
|
4405
|
-
readonly NO_ROLLBACK: "NO_ROLLBACK";
|
|
4406
|
-
};
|
|
4407
|
-
/**
|
|
4408
|
-
* @public
|
|
4409
|
-
*/
|
|
4410
|
-
export type RollbackOnDisable = (typeof RollbackOnDisable)[keyof typeof RollbackOnDisable];
|
|
4411
3602
|
/**
|
|
4412
3603
|
* <p>Auto-Tune settings when updating a domain. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html">Auto-Tune for Amazon OpenSearch Service</a>.</p>
|
|
4413
3604
|
* @public
|
|
@@ -4866,46 +4057,6 @@ export interface DescribeDomainHealthRequest {
|
|
|
4866
4057
|
*/
|
|
4867
4058
|
DomainName: string | undefined;
|
|
4868
4059
|
}
|
|
4869
|
-
/**
|
|
4870
|
-
* @public
|
|
4871
|
-
* @enum
|
|
4872
|
-
*/
|
|
4873
|
-
export declare const DomainHealth: {
|
|
4874
|
-
readonly Green: "Green";
|
|
4875
|
-
readonly NotAvailable: "NotAvailable";
|
|
4876
|
-
readonly Red: "Red";
|
|
4877
|
-
readonly Yellow: "Yellow";
|
|
4878
|
-
};
|
|
4879
|
-
/**
|
|
4880
|
-
* @public
|
|
4881
|
-
*/
|
|
4882
|
-
export type DomainHealth = (typeof DomainHealth)[keyof typeof DomainHealth];
|
|
4883
|
-
/**
|
|
4884
|
-
* @public
|
|
4885
|
-
* @enum
|
|
4886
|
-
*/
|
|
4887
|
-
export declare const DomainState: {
|
|
4888
|
-
readonly Active: "Active";
|
|
4889
|
-
readonly NotAvailable: "NotAvailable";
|
|
4890
|
-
readonly Processing: "Processing";
|
|
4891
|
-
};
|
|
4892
|
-
/**
|
|
4893
|
-
* @public
|
|
4894
|
-
*/
|
|
4895
|
-
export type DomainState = (typeof DomainState)[keyof typeof DomainState];
|
|
4896
|
-
/**
|
|
4897
|
-
* @public
|
|
4898
|
-
* @enum
|
|
4899
|
-
*/
|
|
4900
|
-
export declare const ZoneStatus: {
|
|
4901
|
-
readonly Active: "Active";
|
|
4902
|
-
readonly NotAvailable: "NotAvailable";
|
|
4903
|
-
readonly StandBy: "StandBy";
|
|
4904
|
-
};
|
|
4905
|
-
/**
|
|
4906
|
-
* @public
|
|
4907
|
-
*/
|
|
4908
|
-
export type ZoneStatus = (typeof ZoneStatus)[keyof typeof ZoneStatus];
|
|
4909
4060
|
/**
|
|
4910
4061
|
* <p>Information about an Availability Zone on a domain.</p>
|
|
4911
4062
|
* @public
|
|
@@ -4970,18 +4121,6 @@ export interface EnvironmentInfo {
|
|
|
4970
4121
|
*/
|
|
4971
4122
|
AvailabilityZoneInformation?: AvailabilityZoneInfo[] | undefined;
|
|
4972
4123
|
}
|
|
4973
|
-
/**
|
|
4974
|
-
* @public
|
|
4975
|
-
* @enum
|
|
4976
|
-
*/
|
|
4977
|
-
export declare const MasterNodeStatus: {
|
|
4978
|
-
readonly Available: "Available";
|
|
4979
|
-
readonly UnAvailable: "UnAvailable";
|
|
4980
|
-
};
|
|
4981
|
-
/**
|
|
4982
|
-
* @public
|
|
4983
|
-
*/
|
|
4984
|
-
export type MasterNodeStatus = (typeof MasterNodeStatus)[keyof typeof MasterNodeStatus];
|
|
4985
4124
|
/**
|
|
4986
4125
|
* <p>The result of a <code>DescribeDomainHealth</code> request. Contains health information
|
|
4987
4126
|
* for the requested domain.</p>
|
|
@@ -5118,32 +4257,6 @@ export interface DescribeDomainNodesRequest {
|
|
|
5118
4257
|
*/
|
|
5119
4258
|
DomainName: string | undefined;
|
|
5120
4259
|
}
|
|
5121
|
-
/**
|
|
5122
|
-
* @public
|
|
5123
|
-
* @enum
|
|
5124
|
-
*/
|
|
5125
|
-
export declare const NodeStatus: {
|
|
5126
|
-
readonly Active: "Active";
|
|
5127
|
-
readonly NotAvailable: "NotAvailable";
|
|
5128
|
-
readonly StandBy: "StandBy";
|
|
5129
|
-
};
|
|
5130
|
-
/**
|
|
5131
|
-
* @public
|
|
5132
|
-
*/
|
|
5133
|
-
export type NodeStatus = (typeof NodeStatus)[keyof typeof NodeStatus];
|
|
5134
|
-
/**
|
|
5135
|
-
* @public
|
|
5136
|
-
* @enum
|
|
5137
|
-
*/
|
|
5138
|
-
export declare const NodeType: {
|
|
5139
|
-
readonly Data: "Data";
|
|
5140
|
-
readonly Master: "Master";
|
|
5141
|
-
readonly Ultrawarm: "Ultrawarm";
|
|
5142
|
-
};
|
|
5143
|
-
/**
|
|
5144
|
-
* @public
|
|
5145
|
-
*/
|
|
5146
|
-
export type NodeType = (typeof NodeType)[keyof typeof NodeType];
|
|
5147
4260
|
/**
|
|
5148
4261
|
* <p>Container for information about nodes on the domain.</p>
|
|
5149
4262
|
* @public
|
|
@@ -5421,18 +4534,6 @@ export interface DescribeInboundConnectionsResponse {
|
|
|
5421
4534
|
*/
|
|
5422
4535
|
NextToken?: string | undefined;
|
|
5423
4536
|
}
|
|
5424
|
-
/**
|
|
5425
|
-
* <p>Request processing failed because you provided an invalid pagination token.</p>
|
|
5426
|
-
* @public
|
|
5427
|
-
*/
|
|
5428
|
-
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
5429
|
-
readonly name: "InvalidPaginationTokenException";
|
|
5430
|
-
readonly $fault: "client";
|
|
5431
|
-
/**
|
|
5432
|
-
* @internal
|
|
5433
|
-
*/
|
|
5434
|
-
constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
|
|
5435
|
-
}
|
|
5436
4537
|
/**
|
|
5437
4538
|
* <p>Container for the parameters to the <code>DescribeInstanceTypeLimits</code>
|
|
5438
4539
|
* operation.</p>
|
|
@@ -5639,22 +4740,6 @@ export interface DescribeOutboundConnectionsResponse {
|
|
|
5639
4740
|
*/
|
|
5640
4741
|
NextToken?: string | undefined;
|
|
5641
4742
|
}
|
|
5642
|
-
/**
|
|
5643
|
-
* @public
|
|
5644
|
-
* @enum
|
|
5645
|
-
*/
|
|
5646
|
-
export declare const DescribePackagesFilterName: {
|
|
5647
|
-
readonly EngineVersion: "EngineVersion";
|
|
5648
|
-
readonly PackageID: "PackageID";
|
|
5649
|
-
readonly PackageName: "PackageName";
|
|
5650
|
-
readonly PackageOwner: "PackageOwner";
|
|
5651
|
-
readonly PackageStatus: "PackageStatus";
|
|
5652
|
-
readonly PackageType: "PackageType";
|
|
5653
|
-
};
|
|
5654
|
-
/**
|
|
5655
|
-
* @public
|
|
5656
|
-
*/
|
|
5657
|
-
export type DescribePackagesFilterName = (typeof DescribePackagesFilterName)[keyof typeof DescribePackagesFilterName];
|
|
5658
4743
|
/**
|
|
5659
4744
|
* <p>A filter to apply to the <code>DescribePackage</code> response.</p>
|
|
5660
4745
|
* @public
|
|
@@ -5744,19 +4829,6 @@ export interface DescribeReservedInstanceOfferingsRequest {
|
|
|
5744
4829
|
*/
|
|
5745
4830
|
NextToken?: string | undefined;
|
|
5746
4831
|
}
|
|
5747
|
-
/**
|
|
5748
|
-
* @public
|
|
5749
|
-
* @enum
|
|
5750
|
-
*/
|
|
5751
|
-
export declare const ReservedInstancePaymentOption: {
|
|
5752
|
-
readonly ALL_UPFRONT: "ALL_UPFRONT";
|
|
5753
|
-
readonly NO_UPFRONT: "NO_UPFRONT";
|
|
5754
|
-
readonly PARTIAL_UPFRONT: "PARTIAL_UPFRONT";
|
|
5755
|
-
};
|
|
5756
|
-
/**
|
|
5757
|
-
* @public
|
|
5758
|
-
*/
|
|
5759
|
-
export type ReservedInstancePaymentOption = (typeof ReservedInstancePaymentOption)[keyof typeof ReservedInstancePaymentOption];
|
|
5760
4832
|
/**
|
|
5761
4833
|
* <p>Contains the specific price and frequency of a recurring charges for an OpenSearch
|
|
5762
4834
|
* Reserved Instance, or for a Reserved Instance offering.</p>
|
|
@@ -5978,18 +5050,6 @@ export interface DescribeVpcEndpointsRequest {
|
|
|
5978
5050
|
*/
|
|
5979
5051
|
VpcEndpointIds: string[] | undefined;
|
|
5980
5052
|
}
|
|
5981
|
-
/**
|
|
5982
|
-
* @public
|
|
5983
|
-
* @enum
|
|
5984
|
-
*/
|
|
5985
|
-
export declare const VpcEndpointErrorCode: {
|
|
5986
|
-
readonly ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND";
|
|
5987
|
-
readonly SERVER_ERROR: "SERVER_ERROR";
|
|
5988
|
-
};
|
|
5989
|
-
/**
|
|
5990
|
-
* @public
|
|
5991
|
-
*/
|
|
5992
|
-
export type VpcEndpointErrorCode = (typeof VpcEndpointErrorCode)[keyof typeof VpcEndpointErrorCode];
|
|
5993
5053
|
/**
|
|
5994
5054
|
* <p>Error information when attempting to describe an Amazon OpenSearch Service-managed VPC
|
|
5995
5055
|
* endpoint.</p>
|
|
@@ -6094,21 +5154,6 @@ export interface GetApplicationRequest {
|
|
|
6094
5154
|
*/
|
|
6095
5155
|
id: string | undefined;
|
|
6096
5156
|
}
|
|
6097
|
-
/**
|
|
6098
|
-
* @public
|
|
6099
|
-
* @enum
|
|
6100
|
-
*/
|
|
6101
|
-
export declare const ApplicationStatus: {
|
|
6102
|
-
readonly ACTIVE: "ACTIVE";
|
|
6103
|
-
readonly CREATING: "CREATING";
|
|
6104
|
-
readonly DELETING: "DELETING";
|
|
6105
|
-
readonly FAILED: "FAILED";
|
|
6106
|
-
readonly UPDATING: "UPDATING";
|
|
6107
|
-
};
|
|
6108
|
-
/**
|
|
6109
|
-
* @public
|
|
6110
|
-
*/
|
|
6111
|
-
export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
|
|
6112
5157
|
/**
|
|
6113
5158
|
* @public
|
|
6114
5159
|
*/
|
|
@@ -6226,18 +5271,6 @@ export interface GetDataSourceRequest {
|
|
|
6226
5271
|
*/
|
|
6227
5272
|
Name: string | undefined;
|
|
6228
5273
|
}
|
|
6229
|
-
/**
|
|
6230
|
-
* @public
|
|
6231
|
-
* @enum
|
|
6232
|
-
*/
|
|
6233
|
-
export declare const DataSourceStatus: {
|
|
6234
|
-
readonly ACTIVE: "ACTIVE";
|
|
6235
|
-
readonly DISABLED: "DISABLED";
|
|
6236
|
-
};
|
|
6237
|
-
/**
|
|
6238
|
-
* @public
|
|
6239
|
-
*/
|
|
6240
|
-
export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
6241
5274
|
/**
|
|
6242
5275
|
* <p>The result of a <code>GetDataSource</code> operation.</p>
|
|
6243
5276
|
* @public
|
|
@@ -6342,34 +5375,6 @@ export interface GetDomainMaintenanceStatusRequest {
|
|
|
6342
5375
|
*/
|
|
6343
5376
|
MaintenanceId: string | undefined;
|
|
6344
5377
|
}
|
|
6345
|
-
/**
|
|
6346
|
-
* @public
|
|
6347
|
-
* @enum
|
|
6348
|
-
*/
|
|
6349
|
-
export declare const MaintenanceType: {
|
|
6350
|
-
readonly REBOOT_NODE: "REBOOT_NODE";
|
|
6351
|
-
readonly RESTART_DASHBOARD: "RESTART_DASHBOARD";
|
|
6352
|
-
readonly RESTART_SEARCH_PROCESS: "RESTART_SEARCH_PROCESS";
|
|
6353
|
-
};
|
|
6354
|
-
/**
|
|
6355
|
-
* @public
|
|
6356
|
-
*/
|
|
6357
|
-
export type MaintenanceType = (typeof MaintenanceType)[keyof typeof MaintenanceType];
|
|
6358
|
-
/**
|
|
6359
|
-
* @public
|
|
6360
|
-
* @enum
|
|
6361
|
-
*/
|
|
6362
|
-
export declare const MaintenanceStatus: {
|
|
6363
|
-
readonly COMPLETED: "COMPLETED";
|
|
6364
|
-
readonly FAILED: "FAILED";
|
|
6365
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
6366
|
-
readonly PENDING: "PENDING";
|
|
6367
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
6368
|
-
};
|
|
6369
|
-
/**
|
|
6370
|
-
* @public
|
|
6371
|
-
*/
|
|
6372
|
-
export type MaintenanceStatus = (typeof MaintenanceStatus)[keyof typeof MaintenanceStatus];
|
|
6373
5378
|
/**
|
|
6374
5379
|
* <p>The result of a <code>GetDomainMaintenanceStatus</code> request that information about the
|
|
6375
5380
|
* requested action.</p>
|
|
@@ -6538,33 +5543,6 @@ export interface GetUpgradeHistoryRequest {
|
|
|
6538
5543
|
*/
|
|
6539
5544
|
NextToken?: string | undefined;
|
|
6540
5545
|
}
|
|
6541
|
-
/**
|
|
6542
|
-
* @public
|
|
6543
|
-
* @enum
|
|
6544
|
-
*/
|
|
6545
|
-
export declare const UpgradeStep: {
|
|
6546
|
-
readonly PRE_UPGRADE_CHECK: "PRE_UPGRADE_CHECK";
|
|
6547
|
-
readonly SNAPSHOT: "SNAPSHOT";
|
|
6548
|
-
readonly UPGRADE: "UPGRADE";
|
|
6549
|
-
};
|
|
6550
|
-
/**
|
|
6551
|
-
* @public
|
|
6552
|
-
*/
|
|
6553
|
-
export type UpgradeStep = (typeof UpgradeStep)[keyof typeof UpgradeStep];
|
|
6554
|
-
/**
|
|
6555
|
-
* @public
|
|
6556
|
-
* @enum
|
|
6557
|
-
*/
|
|
6558
|
-
export declare const UpgradeStatus: {
|
|
6559
|
-
readonly FAILED: "FAILED";
|
|
6560
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
6561
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
6562
|
-
readonly SUCCEEDED_WITH_ISSUES: "SUCCEEDED_WITH_ISSUES";
|
|
6563
|
-
};
|
|
6564
|
-
/**
|
|
6565
|
-
* @public
|
|
6566
|
-
*/
|
|
6567
|
-
export type UpgradeStatus = (typeof UpgradeStatus)[keyof typeof UpgradeStatus];
|
|
6568
5546
|
/**
|
|
6569
5547
|
* <p>Represents a single step of an upgrade or upgrade eligibility check workflow.</p>
|
|
6570
5548
|
* @public
|
|
@@ -6837,3 +5815,1517 @@ export interface DataSourceDetails {
|
|
|
6837
5815
|
*/
|
|
6838
5816
|
Status?: DataSourceStatus | undefined;
|
|
6839
5817
|
}
|
|
5818
|
+
/**
|
|
5819
|
+
* <p>The result of a <code>ListDataSources</code> operation.</p>
|
|
5820
|
+
* @public
|
|
5821
|
+
*/
|
|
5822
|
+
export interface ListDataSourcesResponse {
|
|
5823
|
+
/**
|
|
5824
|
+
* <p>A list of data sources associated with specified domain.</p>
|
|
5825
|
+
* @public
|
|
5826
|
+
*/
|
|
5827
|
+
DataSources?: DataSourceDetails[] | undefined;
|
|
5828
|
+
}
|
|
5829
|
+
/**
|
|
5830
|
+
* @public
|
|
5831
|
+
*/
|
|
5832
|
+
export interface ListDirectQueryDataSourcesRequest {
|
|
5833
|
+
/**
|
|
5834
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
5835
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
5836
|
+
* again using the returned token to retrieve the next page.</p>
|
|
5837
|
+
* @public
|
|
5838
|
+
*/
|
|
5839
|
+
NextToken?: string | undefined;
|
|
5840
|
+
}
|
|
5841
|
+
/**
|
|
5842
|
+
* <p> The configuration details for a data source that can be directly queried. </p>
|
|
5843
|
+
* @public
|
|
5844
|
+
*/
|
|
5845
|
+
export interface DirectQueryDataSource {
|
|
5846
|
+
/**
|
|
5847
|
+
* <p> A unique, user-defined label to identify the data source within your OpenSearch
|
|
5848
|
+
* Service environment. </p>
|
|
5849
|
+
* @public
|
|
5850
|
+
*/
|
|
5851
|
+
DataSourceName?: string | undefined;
|
|
5852
|
+
/**
|
|
5853
|
+
* <p> The supported Amazon Web Services service that is used as the source for direct
|
|
5854
|
+
* queries in OpenSearch Service. </p>
|
|
5855
|
+
* @public
|
|
5856
|
+
*/
|
|
5857
|
+
DataSourceType?: DirectQueryDataSourceType | undefined;
|
|
5858
|
+
/**
|
|
5859
|
+
* <p> A description that provides additional context and details about the data
|
|
5860
|
+
* source.</p>
|
|
5861
|
+
* @public
|
|
5862
|
+
*/
|
|
5863
|
+
Description?: string | undefined;
|
|
5864
|
+
/**
|
|
5865
|
+
* <p> A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are
|
|
5866
|
+
* associated with the direct query data source. </p>
|
|
5867
|
+
* @public
|
|
5868
|
+
*/
|
|
5869
|
+
OpenSearchArns?: string[] | undefined;
|
|
5870
|
+
/**
|
|
5871
|
+
* <p> The unique, system-generated identifier that represents the data source.</p>
|
|
5872
|
+
* @public
|
|
5873
|
+
*/
|
|
5874
|
+
DataSourceArn?: string | undefined;
|
|
5875
|
+
/**
|
|
5876
|
+
* <p> A list of tags attached to a direct query data source.</p>
|
|
5877
|
+
* @public
|
|
5878
|
+
*/
|
|
5879
|
+
TagList?: Tag[] | undefined;
|
|
5880
|
+
}
|
|
5881
|
+
/**
|
|
5882
|
+
* @public
|
|
5883
|
+
*/
|
|
5884
|
+
export interface ListDirectQueryDataSourcesResponse {
|
|
5885
|
+
/**
|
|
5886
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
5887
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
5888
|
+
* again using the returned token to retrieve the next page.</p>
|
|
5889
|
+
* @public
|
|
5890
|
+
*/
|
|
5891
|
+
NextToken?: string | undefined;
|
|
5892
|
+
/**
|
|
5893
|
+
* <p> A list of the direct query data sources that are returned by the
|
|
5894
|
+
* <code>ListDirectQueryDataSources</code> API operation. </p>
|
|
5895
|
+
* @public
|
|
5896
|
+
*/
|
|
5897
|
+
DirectQueryDataSources?: DirectQueryDataSource[] | undefined;
|
|
5898
|
+
}
|
|
5899
|
+
/**
|
|
5900
|
+
* <p>Container for the parameters to the <code>ListDomainMaintenances</code>
|
|
5901
|
+
* operation.</p>
|
|
5902
|
+
* @public
|
|
5903
|
+
*/
|
|
5904
|
+
export interface ListDomainMaintenancesRequest {
|
|
5905
|
+
/**
|
|
5906
|
+
* <p>The name of the domain.</p>
|
|
5907
|
+
* @public
|
|
5908
|
+
*/
|
|
5909
|
+
DomainName: string | undefined;
|
|
5910
|
+
/**
|
|
5911
|
+
* <p>The name of the action.</p>
|
|
5912
|
+
* @public
|
|
5913
|
+
*/
|
|
5914
|
+
Action?: MaintenanceType | undefined;
|
|
5915
|
+
/**
|
|
5916
|
+
* <p>The status of the action.</p>
|
|
5917
|
+
* @public
|
|
5918
|
+
*/
|
|
5919
|
+
Status?: MaintenanceStatus | undefined;
|
|
5920
|
+
/**
|
|
5921
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can
|
|
5922
|
+
* use <code>nextToken</code> to get the next page of results.</p>
|
|
5923
|
+
* @public
|
|
5924
|
+
*/
|
|
5925
|
+
MaxResults?: number | undefined;
|
|
5926
|
+
/**
|
|
5927
|
+
* <p>If your initial <code>ListDomainMaintenances</code> operation returns a
|
|
5928
|
+
* <code>nextToken</code>, include the returned <code>nextToken</code> in subsequent
|
|
5929
|
+
* <code>ListDomainMaintenances</code> operations, which returns results in the next
|
|
5930
|
+
* page.</p>
|
|
5931
|
+
* @public
|
|
5932
|
+
*/
|
|
5933
|
+
NextToken?: string | undefined;
|
|
5934
|
+
}
|
|
5935
|
+
/**
|
|
5936
|
+
* <p>Container for the domain maintenance details.</p>
|
|
5937
|
+
* @public
|
|
5938
|
+
*/
|
|
5939
|
+
export interface DomainMaintenanceDetails {
|
|
5940
|
+
/**
|
|
5941
|
+
* <p>The ID of the requested action.</p>
|
|
5942
|
+
* @public
|
|
5943
|
+
*/
|
|
5944
|
+
MaintenanceId?: string | undefined;
|
|
5945
|
+
/**
|
|
5946
|
+
* <p>The name of the domain.</p>
|
|
5947
|
+
* @public
|
|
5948
|
+
*/
|
|
5949
|
+
DomainName?: string | undefined;
|
|
5950
|
+
/**
|
|
5951
|
+
* <p>The name of the action.</p>
|
|
5952
|
+
* @public
|
|
5953
|
+
*/
|
|
5954
|
+
Action?: MaintenanceType | undefined;
|
|
5955
|
+
/**
|
|
5956
|
+
* <p>The ID of the data node.</p>
|
|
5957
|
+
* @public
|
|
5958
|
+
*/
|
|
5959
|
+
NodeId?: string | undefined;
|
|
5960
|
+
/**
|
|
5961
|
+
* <p>The status of the action.</p>
|
|
5962
|
+
* @public
|
|
5963
|
+
*/
|
|
5964
|
+
Status?: MaintenanceStatus | undefined;
|
|
5965
|
+
/**
|
|
5966
|
+
* <p>The status message for the action.</p>
|
|
5967
|
+
* @public
|
|
5968
|
+
*/
|
|
5969
|
+
StatusMessage?: string | undefined;
|
|
5970
|
+
/**
|
|
5971
|
+
* <p>The time at which the action was created.</p>
|
|
5972
|
+
* @public
|
|
5973
|
+
*/
|
|
5974
|
+
CreatedAt?: Date | undefined;
|
|
5975
|
+
/**
|
|
5976
|
+
* <p>The time at which the action was updated.</p>
|
|
5977
|
+
* @public
|
|
5978
|
+
*/
|
|
5979
|
+
UpdatedAt?: Date | undefined;
|
|
5980
|
+
}
|
|
5981
|
+
/**
|
|
5982
|
+
* <p>The result of a <code>ListDomainMaintenances</code> request that contains information
|
|
5983
|
+
* about the requested actions. </p>
|
|
5984
|
+
* @public
|
|
5985
|
+
*/
|
|
5986
|
+
export interface ListDomainMaintenancesResponse {
|
|
5987
|
+
/**
|
|
5988
|
+
* <p>A list of the submitted maintenance actions.</p>
|
|
5989
|
+
* @public
|
|
5990
|
+
*/
|
|
5991
|
+
DomainMaintenances?: DomainMaintenanceDetails[] | undefined;
|
|
5992
|
+
/**
|
|
5993
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
5994
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
5995
|
+
* again using the returned token to retrieve the next page.</p>
|
|
5996
|
+
* @public
|
|
5997
|
+
*/
|
|
5998
|
+
NextToken?: string | undefined;
|
|
5999
|
+
}
|
|
6000
|
+
/**
|
|
6001
|
+
* <p>Container for the parameters to the <code>ListDomainNames</code> operation.</p>
|
|
6002
|
+
* @public
|
|
6003
|
+
*/
|
|
6004
|
+
export interface ListDomainNamesRequest {
|
|
6005
|
+
/**
|
|
6006
|
+
* <p>Filters the output by domain engine type.</p>
|
|
6007
|
+
* @public
|
|
6008
|
+
*/
|
|
6009
|
+
EngineType?: EngineType | undefined;
|
|
6010
|
+
}
|
|
6011
|
+
/**
|
|
6012
|
+
* <p>Information about an OpenSearch Service domain.</p>
|
|
6013
|
+
* @public
|
|
6014
|
+
*/
|
|
6015
|
+
export interface DomainInfo {
|
|
6016
|
+
/**
|
|
6017
|
+
* <p>Name of the domain.</p>
|
|
6018
|
+
* @public
|
|
6019
|
+
*/
|
|
6020
|
+
DomainName?: string | undefined;
|
|
6021
|
+
/**
|
|
6022
|
+
* <p>The type of search engine that the domain is running.<code>OpenSearch</code> for an
|
|
6023
|
+
* OpenSearch engine, or <code>Elasticsearch</code> for a legacy Elasticsearch OSS
|
|
6024
|
+
* engine.</p>
|
|
6025
|
+
* @public
|
|
6026
|
+
*/
|
|
6027
|
+
EngineType?: EngineType | undefined;
|
|
6028
|
+
}
|
|
6029
|
+
/**
|
|
6030
|
+
* <p>The results of a <code>ListDomainNames</code> operation. Contains the names of all
|
|
6031
|
+
* domains owned by this account and their respective engine types.</p>
|
|
6032
|
+
* @public
|
|
6033
|
+
*/
|
|
6034
|
+
export interface ListDomainNamesResponse {
|
|
6035
|
+
/**
|
|
6036
|
+
* <p>The names of all OpenSearch Service domains owned by the current user and their
|
|
6037
|
+
* respective engine types.</p>
|
|
6038
|
+
* @public
|
|
6039
|
+
*/
|
|
6040
|
+
DomainNames?: DomainInfo[] | undefined;
|
|
6041
|
+
}
|
|
6042
|
+
/**
|
|
6043
|
+
* <p>Container for the request parameters to the <code>ListDomainsForPackage</code>
|
|
6044
|
+
* operation.</p>
|
|
6045
|
+
* @public
|
|
6046
|
+
*/
|
|
6047
|
+
export interface ListDomainsForPackageRequest {
|
|
6048
|
+
/**
|
|
6049
|
+
* <p>The unique identifier of the package for which to list associated domains.</p>
|
|
6050
|
+
* @public
|
|
6051
|
+
*/
|
|
6052
|
+
PackageID: string | undefined;
|
|
6053
|
+
/**
|
|
6054
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can
|
|
6055
|
+
* use <code>nextToken</code> to get the next page of results.</p>
|
|
6056
|
+
* @public
|
|
6057
|
+
*/
|
|
6058
|
+
MaxResults?: number | undefined;
|
|
6059
|
+
/**
|
|
6060
|
+
* <p>If your initial <code>ListDomainsForPackage</code> operation returns a
|
|
6061
|
+
* <code>nextToken</code>, you can include the returned <code>nextToken</code> in
|
|
6062
|
+
* subsequent <code>ListDomainsForPackage</code> operations, which returns results in the
|
|
6063
|
+
* next page.</p>
|
|
6064
|
+
* @public
|
|
6065
|
+
*/
|
|
6066
|
+
NextToken?: string | undefined;
|
|
6067
|
+
}
|
|
6068
|
+
/**
|
|
6069
|
+
* <p>Container for the response parameters to the <code>ListDomainsForPackage</code>
|
|
6070
|
+
* operation.</p>
|
|
6071
|
+
* @public
|
|
6072
|
+
*/
|
|
6073
|
+
export interface ListDomainsForPackageResponse {
|
|
6074
|
+
/**
|
|
6075
|
+
* <p>Information about all domains associated with a package.</p>
|
|
6076
|
+
* @public
|
|
6077
|
+
*/
|
|
6078
|
+
DomainPackageDetailsList?: DomainPackageDetails[] | undefined;
|
|
6079
|
+
/**
|
|
6080
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
6081
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
6082
|
+
* again using the returned token to retrieve the next page.</p>
|
|
6083
|
+
* @public
|
|
6084
|
+
*/
|
|
6085
|
+
NextToken?: string | undefined;
|
|
6086
|
+
}
|
|
6087
|
+
/**
|
|
6088
|
+
* @public
|
|
6089
|
+
*/
|
|
6090
|
+
export interface ListInstanceTypeDetailsRequest {
|
|
6091
|
+
/**
|
|
6092
|
+
* <p>The version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or
|
|
6093
|
+
* OpenSearch_X.Y. Defaults to the latest version of OpenSearch.</p>
|
|
6094
|
+
* @public
|
|
6095
|
+
*/
|
|
6096
|
+
EngineVersion: string | undefined;
|
|
6097
|
+
/**
|
|
6098
|
+
* <p>The name of the domain.</p>
|
|
6099
|
+
* @public
|
|
6100
|
+
*/
|
|
6101
|
+
DomainName?: string | undefined;
|
|
6102
|
+
/**
|
|
6103
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can
|
|
6104
|
+
* use <code>nextToken</code> to get the next page of results.</p>
|
|
6105
|
+
* @public
|
|
6106
|
+
*/
|
|
6107
|
+
MaxResults?: number | undefined;
|
|
6108
|
+
/**
|
|
6109
|
+
* <p>If your initial <code>ListInstanceTypeDetails</code> operation returns a
|
|
6110
|
+
* <code>nextToken</code>, you can include the returned <code>nextToken</code> in
|
|
6111
|
+
* subsequent <code>ListInstanceTypeDetails</code> operations, which returns results in the
|
|
6112
|
+
* next page.</p>
|
|
6113
|
+
* @public
|
|
6114
|
+
*/
|
|
6115
|
+
NextToken?: string | undefined;
|
|
6116
|
+
/**
|
|
6117
|
+
* <p>An optional parameter that specifies the Availability Zones for the domain.</p>
|
|
6118
|
+
* @public
|
|
6119
|
+
*/
|
|
6120
|
+
RetrieveAZs?: boolean | undefined;
|
|
6121
|
+
/**
|
|
6122
|
+
* <p>An optional parameter that lists information for a given instance type.</p>
|
|
6123
|
+
* @public
|
|
6124
|
+
*/
|
|
6125
|
+
InstanceType?: string | undefined;
|
|
6126
|
+
}
|
|
6127
|
+
/**
|
|
6128
|
+
* <p>Lists all instance types and available features for a given OpenSearch or Elasticsearch
|
|
6129
|
+
* version.</p>
|
|
6130
|
+
* @public
|
|
6131
|
+
*/
|
|
6132
|
+
export interface InstanceTypeDetails {
|
|
6133
|
+
/**
|
|
6134
|
+
* <p>The instance type.</p>
|
|
6135
|
+
* @public
|
|
6136
|
+
*/
|
|
6137
|
+
InstanceType?: OpenSearchPartitionInstanceType | undefined;
|
|
6138
|
+
/**
|
|
6139
|
+
* <p>Whether encryption at rest and node-to-node encryption are supported for the instance
|
|
6140
|
+
* type.</p>
|
|
6141
|
+
* @public
|
|
6142
|
+
*/
|
|
6143
|
+
EncryptionEnabled?: boolean | undefined;
|
|
6144
|
+
/**
|
|
6145
|
+
* <p>Whether Amazon Cognito access is supported for the instance type.</p>
|
|
6146
|
+
* @public
|
|
6147
|
+
*/
|
|
6148
|
+
CognitoEnabled?: boolean | undefined;
|
|
6149
|
+
/**
|
|
6150
|
+
* <p>Whether logging is supported for the instance type.</p>
|
|
6151
|
+
* @public
|
|
6152
|
+
*/
|
|
6153
|
+
AppLogsEnabled?: boolean | undefined;
|
|
6154
|
+
/**
|
|
6155
|
+
* <p>Whether fine-grained access control is supported for the instance type.</p>
|
|
6156
|
+
* @public
|
|
6157
|
+
*/
|
|
6158
|
+
AdvancedSecurityEnabled?: boolean | undefined;
|
|
6159
|
+
/**
|
|
6160
|
+
* <p>Whether UltraWarm is supported for the instance type.</p>
|
|
6161
|
+
* @public
|
|
6162
|
+
*/
|
|
6163
|
+
WarmEnabled?: boolean | undefined;
|
|
6164
|
+
/**
|
|
6165
|
+
* <p>Whether the instance acts as a data node, a dedicated master node, or an UltraWarm
|
|
6166
|
+
* node.</p>
|
|
6167
|
+
* @public
|
|
6168
|
+
*/
|
|
6169
|
+
InstanceRole?: string[] | undefined;
|
|
6170
|
+
/**
|
|
6171
|
+
* <p>The supported Availability Zones for the instance type.</p>
|
|
6172
|
+
* @public
|
|
6173
|
+
*/
|
|
6174
|
+
AvailabilityZones?: string[] | undefined;
|
|
6175
|
+
}
|
|
6176
|
+
/**
|
|
6177
|
+
* @public
|
|
6178
|
+
*/
|
|
6179
|
+
export interface ListInstanceTypeDetailsResponse {
|
|
6180
|
+
/**
|
|
6181
|
+
* <p>Lists all supported instance types and features for the given OpenSearch or
|
|
6182
|
+
* Elasticsearch version.</p>
|
|
6183
|
+
* @public
|
|
6184
|
+
*/
|
|
6185
|
+
InstanceTypeDetails?: InstanceTypeDetails[] | undefined;
|
|
6186
|
+
/**
|
|
6187
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
6188
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
6189
|
+
* again using the returned token to retrieve the next page.</p>
|
|
6190
|
+
* @public
|
|
6191
|
+
*/
|
|
6192
|
+
NextToken?: string | undefined;
|
|
6193
|
+
}
|
|
6194
|
+
/**
|
|
6195
|
+
* <p>Container for the request parameters to the <code>ListPackagesForDomain</code>
|
|
6196
|
+
* operation.</p>
|
|
6197
|
+
* @public
|
|
6198
|
+
*/
|
|
6199
|
+
export interface ListPackagesForDomainRequest {
|
|
6200
|
+
/**
|
|
6201
|
+
* <p>The name of the domain for which you want to list associated packages.</p>
|
|
6202
|
+
* @public
|
|
6203
|
+
*/
|
|
6204
|
+
DomainName: string | undefined;
|
|
6205
|
+
/**
|
|
6206
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can
|
|
6207
|
+
* use <code>nextToken</code> to get the next page of results.</p>
|
|
6208
|
+
* @public
|
|
6209
|
+
*/
|
|
6210
|
+
MaxResults?: number | undefined;
|
|
6211
|
+
/**
|
|
6212
|
+
* <p>If your initial <code>ListPackagesForDomain</code> operation returns a
|
|
6213
|
+
* <code>nextToken</code>, you can include the returned <code>nextToken</code> in
|
|
6214
|
+
* subsequent <code>ListPackagesForDomain</code> operations, which returns results in the
|
|
6215
|
+
* next page.</p>
|
|
6216
|
+
* @public
|
|
6217
|
+
*/
|
|
6218
|
+
NextToken?: string | undefined;
|
|
6219
|
+
}
|
|
6220
|
+
/**
|
|
6221
|
+
* <p>Container for the response parameters to the <code>ListPackagesForDomain</code>
|
|
6222
|
+
* operation.</p>
|
|
6223
|
+
* @public
|
|
6224
|
+
*/
|
|
6225
|
+
export interface ListPackagesForDomainResponse {
|
|
6226
|
+
/**
|
|
6227
|
+
* <p>List of all packages associated with a domain.</p>
|
|
6228
|
+
* @public
|
|
6229
|
+
*/
|
|
6230
|
+
DomainPackageDetailsList?: DomainPackageDetails[] | undefined;
|
|
6231
|
+
/**
|
|
6232
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
6233
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
6234
|
+
* again using the returned token to retrieve the next page.</p>
|
|
6235
|
+
* @public
|
|
6236
|
+
*/
|
|
6237
|
+
NextToken?: string | undefined;
|
|
6238
|
+
}
|
|
6239
|
+
/**
|
|
6240
|
+
* @public
|
|
6241
|
+
*/
|
|
6242
|
+
export interface ListScheduledActionsRequest {
|
|
6243
|
+
/**
|
|
6244
|
+
* <p>The name of the domain.</p>
|
|
6245
|
+
* @public
|
|
6246
|
+
*/
|
|
6247
|
+
DomainName: string | undefined;
|
|
6248
|
+
/**
|
|
6249
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can
|
|
6250
|
+
* use <code>nextToken</code> to get the next page of results.</p>
|
|
6251
|
+
* @public
|
|
6252
|
+
*/
|
|
6253
|
+
MaxResults?: number | undefined;
|
|
6254
|
+
/**
|
|
6255
|
+
* <p>If your initial <code>ListScheduledActions</code> operation returns a
|
|
6256
|
+
* <code>nextToken</code>, you can include the returned <code>nextToken</code> in
|
|
6257
|
+
* subsequent <code>ListScheduledActions</code> operations, which returns results in the
|
|
6258
|
+
* next page.</p>
|
|
6259
|
+
* @public
|
|
6260
|
+
*/
|
|
6261
|
+
NextToken?: string | undefined;
|
|
6262
|
+
}
|
|
6263
|
+
/**
|
|
6264
|
+
* <p>Information about a scheduled configuration change for an OpenSearch Service domain.
|
|
6265
|
+
* This actions can be a <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html">service
|
|
6266
|
+
* software update</a> or a <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html#auto-tune-types">blue/green Auto-Tune enhancement</a>.</p>
|
|
6267
|
+
* @public
|
|
6268
|
+
*/
|
|
6269
|
+
export interface ScheduledAction {
|
|
6270
|
+
/**
|
|
6271
|
+
* <p>The unique identifier of the scheduled action.</p>
|
|
6272
|
+
* @public
|
|
6273
|
+
*/
|
|
6274
|
+
Id: string | undefined;
|
|
6275
|
+
/**
|
|
6276
|
+
* <p>The type of action that will be taken on the domain.</p>
|
|
6277
|
+
* @public
|
|
6278
|
+
*/
|
|
6279
|
+
Type: ActionType | undefined;
|
|
6280
|
+
/**
|
|
6281
|
+
* <p>The severity of the action.</p>
|
|
6282
|
+
* @public
|
|
6283
|
+
*/
|
|
6284
|
+
Severity: ActionSeverity | undefined;
|
|
6285
|
+
/**
|
|
6286
|
+
* <p>The time when the change is scheduled to happen.</p>
|
|
6287
|
+
* @public
|
|
6288
|
+
*/
|
|
6289
|
+
ScheduledTime: number | undefined;
|
|
6290
|
+
/**
|
|
6291
|
+
* <p>A description of the action to be taken.</p>
|
|
6292
|
+
* @public
|
|
6293
|
+
*/
|
|
6294
|
+
Description?: string | undefined;
|
|
6295
|
+
/**
|
|
6296
|
+
* <p>Whether the action was scheduled manually (<code>CUSTOMER</code>, or by OpenSearch
|
|
6297
|
+
* Service automatically (<code>SYSTEM</code>).</p>
|
|
6298
|
+
* @public
|
|
6299
|
+
*/
|
|
6300
|
+
ScheduledBy?: ScheduledBy | undefined;
|
|
6301
|
+
/**
|
|
6302
|
+
* <p>The current status of the scheduled action.</p>
|
|
6303
|
+
* @public
|
|
6304
|
+
*/
|
|
6305
|
+
Status?: ActionStatus | undefined;
|
|
6306
|
+
/**
|
|
6307
|
+
* <p>Whether the action is required or optional.</p>
|
|
6308
|
+
* @public
|
|
6309
|
+
*/
|
|
6310
|
+
Mandatory?: boolean | undefined;
|
|
6311
|
+
/**
|
|
6312
|
+
* <p>Whether or not the scheduled action is cancellable.</p>
|
|
6313
|
+
* @public
|
|
6314
|
+
*/
|
|
6315
|
+
Cancellable?: boolean | undefined;
|
|
6316
|
+
}
|
|
6317
|
+
/**
|
|
6318
|
+
* @public
|
|
6319
|
+
*/
|
|
6320
|
+
export interface ListScheduledActionsResponse {
|
|
6321
|
+
/**
|
|
6322
|
+
* <p>A list of actions that are scheduled for the domain.</p>
|
|
6323
|
+
* @public
|
|
6324
|
+
*/
|
|
6325
|
+
ScheduledActions?: ScheduledAction[] | undefined;
|
|
6326
|
+
/**
|
|
6327
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
6328
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
6329
|
+
* again using the returned token to retrieve the next page.</p>
|
|
6330
|
+
* @public
|
|
6331
|
+
*/
|
|
6332
|
+
NextToken?: string | undefined;
|
|
6333
|
+
}
|
|
6334
|
+
/**
|
|
6335
|
+
* <p>Container for the parameters to the <code>ListTags</code> operation.</p>
|
|
6336
|
+
* @public
|
|
6337
|
+
*/
|
|
6338
|
+
export interface ListTagsRequest {
|
|
6339
|
+
/**
|
|
6340
|
+
* <p>Amazon Resource Name (ARN) for the domain, data source, or application to view tags
|
|
6341
|
+
* for.</p>
|
|
6342
|
+
* @public
|
|
6343
|
+
*/
|
|
6344
|
+
ARN: string | undefined;
|
|
6345
|
+
}
|
|
6346
|
+
/**
|
|
6347
|
+
* <p>The results of a <code>ListTags</code> operation.</p>
|
|
6348
|
+
* @public
|
|
6349
|
+
*/
|
|
6350
|
+
export interface ListTagsResponse {
|
|
6351
|
+
/**
|
|
6352
|
+
* <p>List of resource tags associated with the specified domain, data source, or
|
|
6353
|
+
* application.</p>
|
|
6354
|
+
* @public
|
|
6355
|
+
*/
|
|
6356
|
+
TagList?: Tag[] | undefined;
|
|
6357
|
+
}
|
|
6358
|
+
/**
|
|
6359
|
+
* <p>Container for the request parameters to the <code>ListVersions</code>
|
|
6360
|
+
* operation.</p>
|
|
6361
|
+
* @public
|
|
6362
|
+
*/
|
|
6363
|
+
export interface ListVersionsRequest {
|
|
6364
|
+
/**
|
|
6365
|
+
* <p>An optional parameter that specifies the maximum number of results to return. You can
|
|
6366
|
+
* use <code>nextToken</code> to get the next page of results.</p>
|
|
6367
|
+
* @public
|
|
6368
|
+
*/
|
|
6369
|
+
MaxResults?: number | undefined;
|
|
6370
|
+
/**
|
|
6371
|
+
* <p>If your initial <code>ListVersions</code> operation returns a <code>nextToken</code>,
|
|
6372
|
+
* you can include the returned <code>nextToken</code> in subsequent
|
|
6373
|
+
* <code>ListVersions</code> operations, which returns results in the next page.</p>
|
|
6374
|
+
* @public
|
|
6375
|
+
*/
|
|
6376
|
+
NextToken?: string | undefined;
|
|
6377
|
+
}
|
|
6378
|
+
/**
|
|
6379
|
+
* <p>Container for the parameters for response received from the <code>ListVersions</code>
|
|
6380
|
+
* operation.</p>
|
|
6381
|
+
* @public
|
|
6382
|
+
*/
|
|
6383
|
+
export interface ListVersionsResponse {
|
|
6384
|
+
/**
|
|
6385
|
+
* <p>A list of all versions of OpenSearch and Elasticsearch that Amazon OpenSearch Service
|
|
6386
|
+
* supports.</p>
|
|
6387
|
+
* @public
|
|
6388
|
+
*/
|
|
6389
|
+
Versions?: string[] | undefined;
|
|
6390
|
+
/**
|
|
6391
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
6392
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
6393
|
+
* again using the returned token to retrieve the next page.</p>
|
|
6394
|
+
* @public
|
|
6395
|
+
*/
|
|
6396
|
+
NextToken?: string | undefined;
|
|
6397
|
+
}
|
|
6398
|
+
/**
|
|
6399
|
+
* @public
|
|
6400
|
+
*/
|
|
6401
|
+
export interface ListVpcEndpointAccessRequest {
|
|
6402
|
+
/**
|
|
6403
|
+
* <p>The name of the OpenSearch Service domain to retrieve access information for.</p>
|
|
6404
|
+
* @public
|
|
6405
|
+
*/
|
|
6406
|
+
DomainName: string | undefined;
|
|
6407
|
+
/**
|
|
6408
|
+
* <p>If your initial <code>ListVpcEndpointAccess</code> operation returns a
|
|
6409
|
+
* <code>nextToken</code>, you can include the returned <code>nextToken</code> in
|
|
6410
|
+
* subsequent <code>ListVpcEndpointAccess</code> operations, which returns results in the
|
|
6411
|
+
* next page.</p>
|
|
6412
|
+
* @public
|
|
6413
|
+
*/
|
|
6414
|
+
NextToken?: string | undefined;
|
|
6415
|
+
}
|
|
6416
|
+
/**
|
|
6417
|
+
* @public
|
|
6418
|
+
*/
|
|
6419
|
+
export interface ListVpcEndpointAccessResponse {
|
|
6420
|
+
/**
|
|
6421
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html">IAM
|
|
6422
|
+
* principals</a> that can currently access the domain.</p>
|
|
6423
|
+
* @public
|
|
6424
|
+
*/
|
|
6425
|
+
AuthorizedPrincipalList: AuthorizedPrincipal[] | undefined;
|
|
6426
|
+
/**
|
|
6427
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
6428
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
6429
|
+
* again using the returned token to retrieve the next page.</p>
|
|
6430
|
+
* @public
|
|
6431
|
+
*/
|
|
6432
|
+
NextToken: string | undefined;
|
|
6433
|
+
}
|
|
6434
|
+
/**
|
|
6435
|
+
* @public
|
|
6436
|
+
*/
|
|
6437
|
+
export interface ListVpcEndpointsRequest {
|
|
6438
|
+
/**
|
|
6439
|
+
* <p>If your initial <code>ListVpcEndpoints</code> operation returns a
|
|
6440
|
+
* <code>nextToken</code>, you can include the returned <code>nextToken</code> in
|
|
6441
|
+
* subsequent <code>ListVpcEndpoints</code> operations, which returns results in the next
|
|
6442
|
+
* page.</p>
|
|
6443
|
+
* @public
|
|
6444
|
+
*/
|
|
6445
|
+
NextToken?: string | undefined;
|
|
6446
|
+
}
|
|
6447
|
+
/**
|
|
6448
|
+
* @public
|
|
6449
|
+
*/
|
|
6450
|
+
export interface ListVpcEndpointsResponse {
|
|
6451
|
+
/**
|
|
6452
|
+
* <p>Information about each endpoint.</p>
|
|
6453
|
+
* @public
|
|
6454
|
+
*/
|
|
6455
|
+
VpcEndpointSummaryList: VpcEndpointSummary[] | undefined;
|
|
6456
|
+
/**
|
|
6457
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
6458
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
6459
|
+
* again using the returned token to retrieve the next page.</p>
|
|
6460
|
+
* @public
|
|
6461
|
+
*/
|
|
6462
|
+
NextToken: string | undefined;
|
|
6463
|
+
}
|
|
6464
|
+
/**
|
|
6465
|
+
* @public
|
|
6466
|
+
*/
|
|
6467
|
+
export interface ListVpcEndpointsForDomainRequest {
|
|
6468
|
+
/**
|
|
6469
|
+
* <p>The name of the domain to list associated VPC endpoints for.</p>
|
|
6470
|
+
* @public
|
|
6471
|
+
*/
|
|
6472
|
+
DomainName: string | undefined;
|
|
6473
|
+
/**
|
|
6474
|
+
* <p>If your initial <code>ListEndpointsForDomain</code> operation returns a
|
|
6475
|
+
* <code>nextToken</code>, you can include the returned <code>nextToken</code> in
|
|
6476
|
+
* subsequent <code>ListEndpointsForDomain</code> operations, which returns results in the
|
|
6477
|
+
* next page.</p>
|
|
6478
|
+
* @public
|
|
6479
|
+
*/
|
|
6480
|
+
NextToken?: string | undefined;
|
|
6481
|
+
}
|
|
6482
|
+
/**
|
|
6483
|
+
* @public
|
|
6484
|
+
*/
|
|
6485
|
+
export interface ListVpcEndpointsForDomainResponse {
|
|
6486
|
+
/**
|
|
6487
|
+
* <p>Information about each endpoint associated with the domain.</p>
|
|
6488
|
+
* @public
|
|
6489
|
+
*/
|
|
6490
|
+
VpcEndpointSummaryList: VpcEndpointSummary[] | undefined;
|
|
6491
|
+
/**
|
|
6492
|
+
* <p>When <code>nextToken</code> is returned, there are more results available. The value
|
|
6493
|
+
* of <code>nextToken</code> is a unique pagination token for each page. Send the request
|
|
6494
|
+
* again using the returned token to retrieve the next page.</p>
|
|
6495
|
+
* @public
|
|
6496
|
+
*/
|
|
6497
|
+
NextToken: string | undefined;
|
|
6498
|
+
}
|
|
6499
|
+
/**
|
|
6500
|
+
* <p>Container for request parameters to the <code>PurchaseReservedInstanceOffering</code>
|
|
6501
|
+
* operation.</p>
|
|
6502
|
+
* @public
|
|
6503
|
+
*/
|
|
6504
|
+
export interface PurchaseReservedInstanceOfferingRequest {
|
|
6505
|
+
/**
|
|
6506
|
+
* <p>The ID of the Reserved Instance offering to purchase.</p>
|
|
6507
|
+
* @public
|
|
6508
|
+
*/
|
|
6509
|
+
ReservedInstanceOfferingId: string | undefined;
|
|
6510
|
+
/**
|
|
6511
|
+
* <p>A customer-specified identifier to track this reservation.</p>
|
|
6512
|
+
* @public
|
|
6513
|
+
*/
|
|
6514
|
+
ReservationName: string | undefined;
|
|
6515
|
+
/**
|
|
6516
|
+
* <p>The number of OpenSearch instances to reserve.</p>
|
|
6517
|
+
* @public
|
|
6518
|
+
*/
|
|
6519
|
+
InstanceCount?: number | undefined;
|
|
6520
|
+
}
|
|
6521
|
+
/**
|
|
6522
|
+
* <p>Represents the output of a <code>PurchaseReservedInstanceOffering</code>
|
|
6523
|
+
* operation.</p>
|
|
6524
|
+
* @public
|
|
6525
|
+
*/
|
|
6526
|
+
export interface PurchaseReservedInstanceOfferingResponse {
|
|
6527
|
+
/**
|
|
6528
|
+
* <p>The ID of the Reserved Instance offering that was purchased.</p>
|
|
6529
|
+
* @public
|
|
6530
|
+
*/
|
|
6531
|
+
ReservedInstanceId?: string | undefined;
|
|
6532
|
+
/**
|
|
6533
|
+
* <p>The customer-specified identifier used to track this reservation.</p>
|
|
6534
|
+
* @public
|
|
6535
|
+
*/
|
|
6536
|
+
ReservationName?: string | undefined;
|
|
6537
|
+
}
|
|
6538
|
+
/**
|
|
6539
|
+
* @public
|
|
6540
|
+
*/
|
|
6541
|
+
export interface PutDefaultApplicationSettingRequest {
|
|
6542
|
+
/**
|
|
6543
|
+
* <p>The Amazon Resource Name (ARN) of the domain. See <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html">Identifiers for IAM Entities </a> in
|
|
6544
|
+
* <i>Using Amazon Web Services Identity and Access Management</i> for
|
|
6545
|
+
* more information. </p>
|
|
6546
|
+
* @public
|
|
6547
|
+
*/
|
|
6548
|
+
applicationArn: string | undefined;
|
|
6549
|
+
/**
|
|
6550
|
+
* <p>Set to true to set the specified ARN as the default application. Set to false to clear
|
|
6551
|
+
* the default application.</p>
|
|
6552
|
+
* @public
|
|
6553
|
+
*/
|
|
6554
|
+
setAsDefault: boolean | undefined;
|
|
6555
|
+
}
|
|
6556
|
+
/**
|
|
6557
|
+
* @public
|
|
6558
|
+
*/
|
|
6559
|
+
export interface PutDefaultApplicationSettingResponse {
|
|
6560
|
+
/**
|
|
6561
|
+
* <p>The Amazon Resource Name (ARN) of the domain. See <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html">Identifiers for IAM Entities </a> in
|
|
6562
|
+
* <i>Using Amazon Web Services Identity and Access Management</i> for
|
|
6563
|
+
* more information. </p>
|
|
6564
|
+
* @public
|
|
6565
|
+
*/
|
|
6566
|
+
applicationArn?: string | undefined;
|
|
6567
|
+
}
|
|
6568
|
+
/**
|
|
6569
|
+
* <p>Container for the request parameters to the <code>RejectInboundConnection</code>
|
|
6570
|
+
* operation.</p>
|
|
6571
|
+
* @public
|
|
6572
|
+
*/
|
|
6573
|
+
export interface RejectInboundConnectionRequest {
|
|
6574
|
+
/**
|
|
6575
|
+
* <p>The unique identifier of the inbound connection to reject.</p>
|
|
6576
|
+
* @public
|
|
6577
|
+
*/
|
|
6578
|
+
ConnectionId: string | undefined;
|
|
6579
|
+
}
|
|
6580
|
+
/**
|
|
6581
|
+
* <p>Represents the output of a <code>RejectInboundConnection</code> operation.</p>
|
|
6582
|
+
* @public
|
|
6583
|
+
*/
|
|
6584
|
+
export interface RejectInboundConnectionResponse {
|
|
6585
|
+
/**
|
|
6586
|
+
* <p>Contains details about the rejected inbound connection.</p>
|
|
6587
|
+
* @public
|
|
6588
|
+
*/
|
|
6589
|
+
Connection?: InboundConnection | undefined;
|
|
6590
|
+
}
|
|
6591
|
+
/**
|
|
6592
|
+
* <p>Container for the request parameters to the <code>RemoveTags</code> operation.</p>
|
|
6593
|
+
* @public
|
|
6594
|
+
*/
|
|
6595
|
+
export interface RemoveTagsRequest {
|
|
6596
|
+
/**
|
|
6597
|
+
* <p>The Amazon Resource Name (ARN) of the domain, data source, or application from which
|
|
6598
|
+
* you want to delete the specified tags.</p>
|
|
6599
|
+
* @public
|
|
6600
|
+
*/
|
|
6601
|
+
ARN: string | undefined;
|
|
6602
|
+
/**
|
|
6603
|
+
* <p>The list of tag keys to remove from the domain, data source, or application.</p>
|
|
6604
|
+
* @public
|
|
6605
|
+
*/
|
|
6606
|
+
TagKeys: string[] | undefined;
|
|
6607
|
+
}
|
|
6608
|
+
/**
|
|
6609
|
+
* @public
|
|
6610
|
+
*/
|
|
6611
|
+
export interface RevokeVpcEndpointAccessRequest {
|
|
6612
|
+
/**
|
|
6613
|
+
* <p>The name of the OpenSearch Service domain.</p>
|
|
6614
|
+
* @public
|
|
6615
|
+
*/
|
|
6616
|
+
DomainName: string | undefined;
|
|
6617
|
+
/**
|
|
6618
|
+
* <p>The account ID to revoke access from.</p>
|
|
6619
|
+
* @public
|
|
6620
|
+
*/
|
|
6621
|
+
Account?: string | undefined;
|
|
6622
|
+
/**
|
|
6623
|
+
* <p>The service SP to revoke access from.</p>
|
|
6624
|
+
* @public
|
|
6625
|
+
*/
|
|
6626
|
+
Service?: AWSServicePrincipal | undefined;
|
|
6627
|
+
}
|
|
6628
|
+
/**
|
|
6629
|
+
* @public
|
|
6630
|
+
*/
|
|
6631
|
+
export interface RevokeVpcEndpointAccessResponse {
|
|
6632
|
+
}
|
|
6633
|
+
/**
|
|
6634
|
+
* <p>Container for the parameters to the <code>StartDomainMaintenance</code>
|
|
6635
|
+
* operation.</p>
|
|
6636
|
+
* @public
|
|
6637
|
+
*/
|
|
6638
|
+
export interface StartDomainMaintenanceRequest {
|
|
6639
|
+
/**
|
|
6640
|
+
* <p>The name of the domain.</p>
|
|
6641
|
+
* @public
|
|
6642
|
+
*/
|
|
6643
|
+
DomainName: string | undefined;
|
|
6644
|
+
/**
|
|
6645
|
+
* <p>The name of the action.</p>
|
|
6646
|
+
* @public
|
|
6647
|
+
*/
|
|
6648
|
+
Action: MaintenanceType | undefined;
|
|
6649
|
+
/**
|
|
6650
|
+
* <p>The ID of the data node.</p>
|
|
6651
|
+
* @public
|
|
6652
|
+
*/
|
|
6653
|
+
NodeId?: string | undefined;
|
|
6654
|
+
}
|
|
6655
|
+
/**
|
|
6656
|
+
* <p>The result of a <code>StartDomainMaintenance</code> request that information about the
|
|
6657
|
+
* requested action. </p>
|
|
6658
|
+
* @public
|
|
6659
|
+
*/
|
|
6660
|
+
export interface StartDomainMaintenanceResponse {
|
|
6661
|
+
/**
|
|
6662
|
+
* <p>The request ID of requested action.</p>
|
|
6663
|
+
* @public
|
|
6664
|
+
*/
|
|
6665
|
+
MaintenanceId?: string | undefined;
|
|
6666
|
+
}
|
|
6667
|
+
/**
|
|
6668
|
+
* <p>Container for the request parameters to the <code>StartServiceSoftwareUpdate</code>
|
|
6669
|
+
* operation.</p>
|
|
6670
|
+
* @public
|
|
6671
|
+
*/
|
|
6672
|
+
export interface StartServiceSoftwareUpdateRequest {
|
|
6673
|
+
/**
|
|
6674
|
+
* <p>The name of the domain that you want to update to the latest service software.</p>
|
|
6675
|
+
* @public
|
|
6676
|
+
*/
|
|
6677
|
+
DomainName: string | undefined;
|
|
6678
|
+
/**
|
|
6679
|
+
* <p>When to start the service software update.</p>
|
|
6680
|
+
* <ul>
|
|
6681
|
+
* <li>
|
|
6682
|
+
* <p>
|
|
6683
|
+
* <code>NOW</code> - Immediately schedules the update to happen in the current
|
|
6684
|
+
* hour if there's capacity available.</p>
|
|
6685
|
+
* </li>
|
|
6686
|
+
* <li>
|
|
6687
|
+
* <p>
|
|
6688
|
+
* <code>TIMESTAMP</code> - Lets you specify a custom date and time to apply the
|
|
6689
|
+
* update. If you specify this value, you must also provide a value for
|
|
6690
|
+
* <code>DesiredStartTime</code>.</p>
|
|
6691
|
+
* </li>
|
|
6692
|
+
* <li>
|
|
6693
|
+
* <p>
|
|
6694
|
+
* <code>OFF_PEAK_WINDOW</code> - Marks the update to be picked up during an
|
|
6695
|
+
* upcoming off-peak window. There's no guarantee that the update will happen
|
|
6696
|
+
* during the next immediate window. Depending on capacity, it might happen in
|
|
6697
|
+
* subsequent days.</p>
|
|
6698
|
+
* </li>
|
|
6699
|
+
* </ul>
|
|
6700
|
+
* <p>Default: <code>NOW</code> if you don't specify a value for
|
|
6701
|
+
* <code>DesiredStartTime</code>, and <code>TIMESTAMP</code> if you do.</p>
|
|
6702
|
+
* @public
|
|
6703
|
+
*/
|
|
6704
|
+
ScheduleAt?: ScheduleAt | undefined;
|
|
6705
|
+
/**
|
|
6706
|
+
* <p>The Epoch timestamp when you want the service software update to start. You only need
|
|
6707
|
+
* to specify this parameter if you set <code>ScheduleAt</code> to
|
|
6708
|
+
* <code>TIMESTAMP</code>.</p>
|
|
6709
|
+
* @public
|
|
6710
|
+
*/
|
|
6711
|
+
DesiredStartTime?: number | undefined;
|
|
6712
|
+
}
|
|
6713
|
+
/**
|
|
6714
|
+
* <p>Represents the output of a <code>StartServiceSoftwareUpdate</code> operation. Contains
|
|
6715
|
+
* the status of the update.</p>
|
|
6716
|
+
* @public
|
|
6717
|
+
*/
|
|
6718
|
+
export interface StartServiceSoftwareUpdateResponse {
|
|
6719
|
+
/**
|
|
6720
|
+
* <p>The current status of the OpenSearch Service software update.</p>
|
|
6721
|
+
* @public
|
|
6722
|
+
*/
|
|
6723
|
+
ServiceSoftwareOptions?: ServiceSoftwareOptions | undefined;
|
|
6724
|
+
}
|
|
6725
|
+
/**
|
|
6726
|
+
* @public
|
|
6727
|
+
*/
|
|
6728
|
+
export interface UpdateApplicationRequest {
|
|
6729
|
+
/**
|
|
6730
|
+
* <p>The unique identifier for the OpenSearch application to be updated.</p>
|
|
6731
|
+
* @public
|
|
6732
|
+
*/
|
|
6733
|
+
id: string | undefined;
|
|
6734
|
+
/**
|
|
6735
|
+
* <p>The data sources to associate with the OpenSearch application.</p>
|
|
6736
|
+
* @public
|
|
6737
|
+
*/
|
|
6738
|
+
dataSources?: DataSource[] | undefined;
|
|
6739
|
+
/**
|
|
6740
|
+
* <p>The configuration settings to modify for the OpenSearch application.</p>
|
|
6741
|
+
* @public
|
|
6742
|
+
*/
|
|
6743
|
+
appConfigs?: AppConfig[] | undefined;
|
|
6744
|
+
}
|
|
6745
|
+
/**
|
|
6746
|
+
* @public
|
|
6747
|
+
*/
|
|
6748
|
+
export interface UpdateApplicationResponse {
|
|
6749
|
+
/**
|
|
6750
|
+
* <p>The unique identifier of the updated OpenSearch application.</p>
|
|
6751
|
+
* @public
|
|
6752
|
+
*/
|
|
6753
|
+
id?: string | undefined;
|
|
6754
|
+
/**
|
|
6755
|
+
* <p>The name of the updated OpenSearch application.</p>
|
|
6756
|
+
* @public
|
|
6757
|
+
*/
|
|
6758
|
+
name?: string | undefined;
|
|
6759
|
+
/**
|
|
6760
|
+
* <p>The Amazon Resource Name (ARN) of the domain. See <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html">Identifiers for IAM Entities </a> in
|
|
6761
|
+
* <i>Using Amazon Web Services Identity and Access Management</i> for
|
|
6762
|
+
* more information. </p>
|
|
6763
|
+
* @public
|
|
6764
|
+
*/
|
|
6765
|
+
arn?: string | undefined;
|
|
6766
|
+
/**
|
|
6767
|
+
* <p>The data sources associated with the updated OpenSearch application.</p>
|
|
6768
|
+
* @public
|
|
6769
|
+
*/
|
|
6770
|
+
dataSources?: DataSource[] | undefined;
|
|
6771
|
+
/**
|
|
6772
|
+
* <p>The IAM Identity Center configuration for the updated OpenSearch application.</p>
|
|
6773
|
+
* @public
|
|
6774
|
+
*/
|
|
6775
|
+
iamIdentityCenterOptions?: IamIdentityCenterOptions | undefined;
|
|
6776
|
+
/**
|
|
6777
|
+
* <p>The configuration settings for the updated OpenSearch application.</p>
|
|
6778
|
+
* @public
|
|
6779
|
+
*/
|
|
6780
|
+
appConfigs?: AppConfig[] | undefined;
|
|
6781
|
+
/**
|
|
6782
|
+
* <p>The timestamp when the OpenSearch application was originally created.</p>
|
|
6783
|
+
* @public
|
|
6784
|
+
*/
|
|
6785
|
+
createdAt?: Date | undefined;
|
|
6786
|
+
/**
|
|
6787
|
+
* <p>The timestamp when the OpenSearch application was last updated.</p>
|
|
6788
|
+
* @public
|
|
6789
|
+
*/
|
|
6790
|
+
lastUpdatedAt?: Date | undefined;
|
|
6791
|
+
}
|
|
6792
|
+
/**
|
|
6793
|
+
* <p>Container for the parameters to the <code>UpdateDataSource</code> operation.</p>
|
|
6794
|
+
* @public
|
|
6795
|
+
*/
|
|
6796
|
+
export interface UpdateDataSourceRequest {
|
|
6797
|
+
/**
|
|
6798
|
+
* <p>The name of the domain.</p>
|
|
6799
|
+
* @public
|
|
6800
|
+
*/
|
|
6801
|
+
DomainName: string | undefined;
|
|
6802
|
+
/**
|
|
6803
|
+
* <p>The name of the data source to modify.</p>
|
|
6804
|
+
* @public
|
|
6805
|
+
*/
|
|
6806
|
+
Name: string | undefined;
|
|
6807
|
+
/**
|
|
6808
|
+
* <p>The type of data source.</p>
|
|
6809
|
+
* @public
|
|
6810
|
+
*/
|
|
6811
|
+
DataSourceType: DataSourceType | undefined;
|
|
6812
|
+
/**
|
|
6813
|
+
* <p>A new description of the data source.</p>
|
|
6814
|
+
* @public
|
|
6815
|
+
*/
|
|
6816
|
+
Description?: string | undefined;
|
|
6817
|
+
/**
|
|
6818
|
+
* <p>The status of the data source update.</p>
|
|
6819
|
+
* @public
|
|
6820
|
+
*/
|
|
6821
|
+
Status?: DataSourceStatus | undefined;
|
|
6822
|
+
}
|
|
6823
|
+
/**
|
|
6824
|
+
* <p>The result of an <code>UpdateDataSource</code> operation.</p>
|
|
6825
|
+
* @public
|
|
6826
|
+
*/
|
|
6827
|
+
export interface UpdateDataSourceResponse {
|
|
6828
|
+
/**
|
|
6829
|
+
* <p>A message associated with the updated data source.</p>
|
|
6830
|
+
* @public
|
|
6831
|
+
*/
|
|
6832
|
+
Message?: string | undefined;
|
|
6833
|
+
}
|
|
6834
|
+
/**
|
|
6835
|
+
* @public
|
|
6836
|
+
*/
|
|
6837
|
+
export interface UpdateDirectQueryDataSourceRequest {
|
|
6838
|
+
/**
|
|
6839
|
+
* <p> A unique, user-defined label to identify the data source within your OpenSearch
|
|
6840
|
+
* Service environment. </p>
|
|
6841
|
+
* @public
|
|
6842
|
+
*/
|
|
6843
|
+
DataSourceName: string | undefined;
|
|
6844
|
+
/**
|
|
6845
|
+
* <p> The supported Amazon Web Services service that you want to use as the source for
|
|
6846
|
+
* direct queries in OpenSearch Service. </p>
|
|
6847
|
+
* @public
|
|
6848
|
+
*/
|
|
6849
|
+
DataSourceType: DirectQueryDataSourceType | undefined;
|
|
6850
|
+
/**
|
|
6851
|
+
* <p> An optional text field for providing additional context and details about the data
|
|
6852
|
+
* source. </p>
|
|
6853
|
+
* @public
|
|
6854
|
+
*/
|
|
6855
|
+
Description?: string | undefined;
|
|
6856
|
+
/**
|
|
6857
|
+
* <p> A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are
|
|
6858
|
+
* associated with the direct query data source. </p>
|
|
6859
|
+
* @public
|
|
6860
|
+
*/
|
|
6861
|
+
OpenSearchArns: string[] | undefined;
|
|
6862
|
+
}
|
|
6863
|
+
/**
|
|
6864
|
+
* @public
|
|
6865
|
+
*/
|
|
6866
|
+
export interface UpdateDirectQueryDataSourceResponse {
|
|
6867
|
+
/**
|
|
6868
|
+
* <p> The unique, system-generated identifier that represents the data source. </p>
|
|
6869
|
+
* @public
|
|
6870
|
+
*/
|
|
6871
|
+
DataSourceArn?: string | undefined;
|
|
6872
|
+
}
|
|
6873
|
+
/**
|
|
6874
|
+
* <p>Container for the request parameters to the <code>UpdateDomain</code>
|
|
6875
|
+
* operation.</p>
|
|
6876
|
+
* @public
|
|
6877
|
+
*/
|
|
6878
|
+
export interface UpdateDomainConfigRequest {
|
|
6879
|
+
/**
|
|
6880
|
+
* <p>The name of the domain that you're updating.</p>
|
|
6881
|
+
* @public
|
|
6882
|
+
*/
|
|
6883
|
+
DomainName: string | undefined;
|
|
6884
|
+
/**
|
|
6885
|
+
* <p>Changes that you want to make to the cluster configuration, such as the instance type
|
|
6886
|
+
* and number of EC2 instances.</p>
|
|
6887
|
+
* @public
|
|
6888
|
+
*/
|
|
6889
|
+
ClusterConfig?: ClusterConfig | undefined;
|
|
6890
|
+
/**
|
|
6891
|
+
* <p>The type and size of the EBS volume to attach to instances in the domain.</p>
|
|
6892
|
+
* @public
|
|
6893
|
+
*/
|
|
6894
|
+
EBSOptions?: EBSOptions | undefined;
|
|
6895
|
+
/**
|
|
6896
|
+
* <p>Option to set the time, in UTC format, for the daily automated snapshot. Default value
|
|
6897
|
+
* is <code>0</code> hours. </p>
|
|
6898
|
+
* @public
|
|
6899
|
+
*/
|
|
6900
|
+
SnapshotOptions?: SnapshotOptions | undefined;
|
|
6901
|
+
/**
|
|
6902
|
+
* <p>Options to specify the subnets and security groups for a VPC endpoint. For more
|
|
6903
|
+
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html">Launching your Amazon
|
|
6904
|
+
* OpenSearch Service domains using a VPC</a>.</p>
|
|
6905
|
+
* @public
|
|
6906
|
+
*/
|
|
6907
|
+
VPCOptions?: VPCOptions | undefined;
|
|
6908
|
+
/**
|
|
6909
|
+
* <p>Key-value pairs to configure Amazon Cognito authentication for OpenSearch
|
|
6910
|
+
* Dashboards.</p>
|
|
6911
|
+
* @public
|
|
6912
|
+
*/
|
|
6913
|
+
CognitoOptions?: CognitoOptions | undefined;
|
|
6914
|
+
/**
|
|
6915
|
+
* <p>Key-value pairs to specify advanced configuration options. The following key-value
|
|
6916
|
+
* pairs are supported:</p>
|
|
6917
|
+
* <ul>
|
|
6918
|
+
* <li>
|
|
6919
|
+
* <p>
|
|
6920
|
+
* <code>"rest.action.multi.allow_explicit_index": "true" | "false"</code> - Note
|
|
6921
|
+
* the use of a string rather than a boolean. Specifies whether explicit references
|
|
6922
|
+
* to indexes are allowed inside the body of HTTP requests. If you want to
|
|
6923
|
+
* configure access policies for domain sub-resources, such as specific indexes and
|
|
6924
|
+
* domain APIs, you must disable this property. Default is true.</p>
|
|
6925
|
+
* </li>
|
|
6926
|
+
* <li>
|
|
6927
|
+
* <p>
|
|
6928
|
+
* <code>"indices.fielddata.cache.size": "80" </code> - Note the use of a string
|
|
6929
|
+
* rather than a boolean. Specifies the percentage of heap space allocated to field
|
|
6930
|
+
* data. Default is unbounded.</p>
|
|
6931
|
+
* </li>
|
|
6932
|
+
* <li>
|
|
6933
|
+
* <p>
|
|
6934
|
+
* <code>"indices.query.bool.max_clause_count": "1024"</code> - Note the use of a
|
|
6935
|
+
* string rather than a boolean. Specifies the maximum number of clauses allowed in
|
|
6936
|
+
* a Lucene boolean query. Default is 1,024. Queries with more than the permitted
|
|
6937
|
+
* number of clauses result in a <code>TooManyClauses</code> error.</p>
|
|
6938
|
+
* </li>
|
|
6939
|
+
* </ul>
|
|
6940
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options">Advanced cluster parameters</a>.</p>
|
|
6941
|
+
* @public
|
|
6942
|
+
*/
|
|
6943
|
+
AdvancedOptions?: Record<string, string> | undefined;
|
|
6944
|
+
/**
|
|
6945
|
+
* <p>Identity and Access Management (IAM) access policy as a JSON-formatted string.</p>
|
|
6946
|
+
* @public
|
|
6947
|
+
*/
|
|
6948
|
+
AccessPolicies?: string | undefined;
|
|
6949
|
+
/**
|
|
6950
|
+
* <p>Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to
|
|
6951
|
+
* share domain resources across IPv4 and IPv6 address types, and is the recommended
|
|
6952
|
+
* option. If your IP address type is currently set to dual stack, you can't change it.
|
|
6953
|
+
* </p>
|
|
6954
|
+
* @public
|
|
6955
|
+
*/
|
|
6956
|
+
IPAddressType?: IPAddressType | undefined;
|
|
6957
|
+
/**
|
|
6958
|
+
* <p>Options to publish OpenSearch logs to Amazon CloudWatch Logs.</p>
|
|
6959
|
+
* @public
|
|
6960
|
+
*/
|
|
6961
|
+
LogPublishingOptions?: Partial<Record<LogType, LogPublishingOption>> | undefined;
|
|
6962
|
+
/**
|
|
6963
|
+
* <p>Encryption at rest options for the domain.</p>
|
|
6964
|
+
* @public
|
|
6965
|
+
*/
|
|
6966
|
+
EncryptionAtRestOptions?: EncryptionAtRestOptions | undefined;
|
|
6967
|
+
/**
|
|
6968
|
+
* <p>Additional options for the domain endpoint, such as whether to require HTTPS for all
|
|
6969
|
+
* traffic.</p>
|
|
6970
|
+
* @public
|
|
6971
|
+
*/
|
|
6972
|
+
DomainEndpointOptions?: DomainEndpointOptions | undefined;
|
|
6973
|
+
/**
|
|
6974
|
+
* <p>Node-to-node encryption options for the domain.</p>
|
|
6975
|
+
* @public
|
|
6976
|
+
*/
|
|
6977
|
+
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | undefined;
|
|
6978
|
+
/**
|
|
6979
|
+
* <p>Options for fine-grained access control.</p>
|
|
6980
|
+
* @public
|
|
6981
|
+
*/
|
|
6982
|
+
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput | undefined;
|
|
6983
|
+
/**
|
|
6984
|
+
* <p>Configuration settings for enabling and managing IAM Identity Center.</p>
|
|
6985
|
+
* @public
|
|
6986
|
+
*/
|
|
6987
|
+
IdentityCenterOptions?: IdentityCenterOptionsInput | undefined;
|
|
6988
|
+
/**
|
|
6989
|
+
* <p>Options for Auto-Tune.</p>
|
|
6990
|
+
* @public
|
|
6991
|
+
*/
|
|
6992
|
+
AutoTuneOptions?: AutoTuneOptions | undefined;
|
|
6993
|
+
/**
|
|
6994
|
+
* <p>This flag, when set to True, specifies whether the <code>UpdateDomain</code> request
|
|
6995
|
+
* should return the results of a dry run analysis without actually applying the change. A
|
|
6996
|
+
* dry run determines what type of deployment the update will cause.</p>
|
|
6997
|
+
* @public
|
|
6998
|
+
*/
|
|
6999
|
+
DryRun?: boolean | undefined;
|
|
7000
|
+
/**
|
|
7001
|
+
* <p>The type of dry run to perform.</p>
|
|
7002
|
+
* <ul>
|
|
7003
|
+
* <li>
|
|
7004
|
+
* <p>
|
|
7005
|
+
* <code>Basic</code> only returns the type of deployment (blue/green or dynamic)
|
|
7006
|
+
* that the update will cause.</p>
|
|
7007
|
+
* </li>
|
|
7008
|
+
* <li>
|
|
7009
|
+
* <p>
|
|
7010
|
+
* <code>Verbose</code> runs an additional check to validate the changes you're
|
|
7011
|
+
* making. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes#validation-check">Validating a domain update</a>.</p>
|
|
7012
|
+
* </li>
|
|
7013
|
+
* </ul>
|
|
7014
|
+
* @public
|
|
7015
|
+
*/
|
|
7016
|
+
DryRunMode?: DryRunMode | undefined;
|
|
7017
|
+
/**
|
|
7018
|
+
* <p>Off-peak window options for the domain.</p>
|
|
7019
|
+
* @public
|
|
7020
|
+
*/
|
|
7021
|
+
OffPeakWindowOptions?: OffPeakWindowOptions | undefined;
|
|
7022
|
+
/**
|
|
7023
|
+
* <p>Service software update options for the domain.</p>
|
|
7024
|
+
* @public
|
|
7025
|
+
*/
|
|
7026
|
+
SoftwareUpdateOptions?: SoftwareUpdateOptions | undefined;
|
|
7027
|
+
/**
|
|
7028
|
+
* <p>Options for all machine learning features for the specified domain.</p>
|
|
7029
|
+
* @public
|
|
7030
|
+
*/
|
|
7031
|
+
AIMLOptions?: AIMLOptionsInput | undefined;
|
|
7032
|
+
}
|
|
7033
|
+
/**
|
|
7034
|
+
* <p>The results of an <code>UpdateDomain</code> request. Contains the status of the domain
|
|
7035
|
+
* being updated.</p>
|
|
7036
|
+
* @public
|
|
7037
|
+
*/
|
|
7038
|
+
export interface UpdateDomainConfigResponse {
|
|
7039
|
+
/**
|
|
7040
|
+
* <p>The status of the updated domain.</p>
|
|
7041
|
+
* @public
|
|
7042
|
+
*/
|
|
7043
|
+
DomainConfig: DomainConfig | undefined;
|
|
7044
|
+
/**
|
|
7045
|
+
* <p>Results of the dry run performed in the update domain request.</p>
|
|
7046
|
+
* @public
|
|
7047
|
+
*/
|
|
7048
|
+
DryRunResults?: DryRunResults | undefined;
|
|
7049
|
+
/**
|
|
7050
|
+
* <p>The status of the dry run being performed on the domain, if any.</p>
|
|
7051
|
+
* @public
|
|
7052
|
+
*/
|
|
7053
|
+
DryRunProgressStatus?: DryRunProgressStatus | undefined;
|
|
7054
|
+
}
|
|
7055
|
+
/**
|
|
7056
|
+
* @public
|
|
7057
|
+
*/
|
|
7058
|
+
export interface UpdateIndexRequest {
|
|
7059
|
+
/**
|
|
7060
|
+
* <p>The name of an OpenSearch Service domain. Domain names are unique across the domains
|
|
7061
|
+
* owned by an account within an Amazon Web Services Region.</p>
|
|
7062
|
+
* @public
|
|
7063
|
+
*/
|
|
7064
|
+
DomainName: string | undefined;
|
|
7065
|
+
/**
|
|
7066
|
+
* <p>The name of the index to update.</p>
|
|
7067
|
+
* @public
|
|
7068
|
+
*/
|
|
7069
|
+
IndexName: string | undefined;
|
|
7070
|
+
/**
|
|
7071
|
+
* <p>The updated JSON schema for the index including any changes to mappings, settings, and semantic enrichment configuration.</p>
|
|
7072
|
+
* @public
|
|
7073
|
+
*/
|
|
7074
|
+
IndexSchema: __DocumentType | undefined;
|
|
7075
|
+
}
|
|
7076
|
+
/**
|
|
7077
|
+
* @public
|
|
7078
|
+
*/
|
|
7079
|
+
export interface UpdateIndexResponse {
|
|
7080
|
+
/**
|
|
7081
|
+
* <p>The status of the index update operation.</p>
|
|
7082
|
+
* @public
|
|
7083
|
+
*/
|
|
7084
|
+
Status: IndexStatus | undefined;
|
|
7085
|
+
}
|
|
7086
|
+
/**
|
|
7087
|
+
* <p>Container for request parameters to the <code>UpdatePackage</code> operation.</p>
|
|
7088
|
+
* @public
|
|
7089
|
+
*/
|
|
7090
|
+
export interface UpdatePackageRequest {
|
|
7091
|
+
/**
|
|
7092
|
+
* <p>The unique identifier for the package.</p>
|
|
7093
|
+
* @public
|
|
7094
|
+
*/
|
|
7095
|
+
PackageID: string | undefined;
|
|
7096
|
+
/**
|
|
7097
|
+
* <p>Amazon S3 bucket and key for the package.</p>
|
|
7098
|
+
* @public
|
|
7099
|
+
*/
|
|
7100
|
+
PackageSource: PackageSource | undefined;
|
|
7101
|
+
/**
|
|
7102
|
+
* <p>A new description of the package.</p>
|
|
7103
|
+
* @public
|
|
7104
|
+
*/
|
|
7105
|
+
PackageDescription?: string | undefined;
|
|
7106
|
+
/**
|
|
7107
|
+
* <p>Commit message for the updated file, which is shown as part of
|
|
7108
|
+
* <code>GetPackageVersionHistoryResponse</code>.</p>
|
|
7109
|
+
* @public
|
|
7110
|
+
*/
|
|
7111
|
+
CommitMessage?: string | undefined;
|
|
7112
|
+
/**
|
|
7113
|
+
* <p>The updated configuration details for a package.</p>
|
|
7114
|
+
* @public
|
|
7115
|
+
*/
|
|
7116
|
+
PackageConfiguration?: PackageConfiguration | undefined;
|
|
7117
|
+
/**
|
|
7118
|
+
* <p>Encryption options for a package.</p>
|
|
7119
|
+
* @public
|
|
7120
|
+
*/
|
|
7121
|
+
PackageEncryptionOptions?: PackageEncryptionOptions | undefined;
|
|
7122
|
+
}
|
|
7123
|
+
/**
|
|
7124
|
+
* <p>Container for the response returned by the <code>UpdatePackage</code>
|
|
7125
|
+
* operation.</p>
|
|
7126
|
+
* @public
|
|
7127
|
+
*/
|
|
7128
|
+
export interface UpdatePackageResponse {
|
|
7129
|
+
/**
|
|
7130
|
+
* <p>Information about a package.</p>
|
|
7131
|
+
* @public
|
|
7132
|
+
*/
|
|
7133
|
+
PackageDetails?: PackageDetails | undefined;
|
|
7134
|
+
}
|
|
7135
|
+
/**
|
|
7136
|
+
* @public
|
|
7137
|
+
*/
|
|
7138
|
+
export interface UpdatePackageScopeRequest {
|
|
7139
|
+
/**
|
|
7140
|
+
* <p>ID of the package whose scope is being updated.</p>
|
|
7141
|
+
* @public
|
|
7142
|
+
*/
|
|
7143
|
+
PackageID: string | undefined;
|
|
7144
|
+
/**
|
|
7145
|
+
* <p> The operation to perform on the package scope (e.g., add/remove/override
|
|
7146
|
+
* users).</p>
|
|
7147
|
+
* @public
|
|
7148
|
+
*/
|
|
7149
|
+
Operation: PackageScopeOperationEnum | undefined;
|
|
7150
|
+
/**
|
|
7151
|
+
* <p> List of users to be added or removed from the package scope.</p>
|
|
7152
|
+
* @public
|
|
7153
|
+
*/
|
|
7154
|
+
PackageUserList: string[] | undefined;
|
|
7155
|
+
}
|
|
7156
|
+
/**
|
|
7157
|
+
* @public
|
|
7158
|
+
*/
|
|
7159
|
+
export interface UpdatePackageScopeResponse {
|
|
7160
|
+
/**
|
|
7161
|
+
* <p> ID of the package whose scope was updated.</p>
|
|
7162
|
+
* @public
|
|
7163
|
+
*/
|
|
7164
|
+
PackageID?: string | undefined;
|
|
7165
|
+
/**
|
|
7166
|
+
* <p>The operation that was performed on the package scope.</p>
|
|
7167
|
+
* @public
|
|
7168
|
+
*/
|
|
7169
|
+
Operation?: PackageScopeOperationEnum | undefined;
|
|
7170
|
+
/**
|
|
7171
|
+
* <p> List of users who have access to the package after the scope update.</p>
|
|
7172
|
+
* @public
|
|
7173
|
+
*/
|
|
7174
|
+
PackageUserList?: string[] | undefined;
|
|
7175
|
+
}
|
|
7176
|
+
/**
|
|
7177
|
+
* @public
|
|
7178
|
+
*/
|
|
7179
|
+
export interface UpdateScheduledActionRequest {
|
|
7180
|
+
/**
|
|
7181
|
+
* <p>The name of the domain to reschedule an action for.</p>
|
|
7182
|
+
* @public
|
|
7183
|
+
*/
|
|
7184
|
+
DomainName: string | undefined;
|
|
7185
|
+
/**
|
|
7186
|
+
* <p>The unique identifier of the action to reschedule. To retrieve this ID, send a <a href="https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_ListScheduledActions.html">ListScheduledActions</a> request.</p>
|
|
7187
|
+
* @public
|
|
7188
|
+
*/
|
|
7189
|
+
ActionID: string | undefined;
|
|
7190
|
+
/**
|
|
7191
|
+
* <p>The type of action to reschedule. Can be one of <code>SERVICE_SOFTWARE_UPDATE</code>,
|
|
7192
|
+
* <code>JVM_HEAP_SIZE_TUNING</code>, or <code>JVM_YOUNG_GEN_TUNING</code>. To retrieve
|
|
7193
|
+
* this value, send a <a href="https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_ListScheduledActions.html">ListScheduledActions</a> request.</p>
|
|
7194
|
+
* @public
|
|
7195
|
+
*/
|
|
7196
|
+
ActionType: ActionType | undefined;
|
|
7197
|
+
/**
|
|
7198
|
+
* <p>When to schedule the action.</p>
|
|
7199
|
+
* <ul>
|
|
7200
|
+
* <li>
|
|
7201
|
+
* <p>
|
|
7202
|
+
* <code>NOW</code> - Immediately schedules the update to happen in the current
|
|
7203
|
+
* hour if there's capacity available.</p>
|
|
7204
|
+
* </li>
|
|
7205
|
+
* <li>
|
|
7206
|
+
* <p>
|
|
7207
|
+
* <code>TIMESTAMP</code> - Lets you specify a custom date and time to apply the
|
|
7208
|
+
* update. If you specify this value, you must also provide a value for
|
|
7209
|
+
* <code>DesiredStartTime</code>.</p>
|
|
7210
|
+
* </li>
|
|
7211
|
+
* <li>
|
|
7212
|
+
* <p>
|
|
7213
|
+
* <code>OFF_PEAK_WINDOW</code> - Marks the action to be picked up during an
|
|
7214
|
+
* upcoming off-peak window. There's no guarantee that the change will be
|
|
7215
|
+
* implemented during the next immediate window. Depending on capacity, it might
|
|
7216
|
+
* happen in subsequent days.</p>
|
|
7217
|
+
* </li>
|
|
7218
|
+
* </ul>
|
|
7219
|
+
* @public
|
|
7220
|
+
*/
|
|
7221
|
+
ScheduleAt: ScheduleAt | undefined;
|
|
7222
|
+
/**
|
|
7223
|
+
* <p>The time to implement the change, in Coordinated Universal Time (UTC). Only specify
|
|
7224
|
+
* this parameter if you set <code>ScheduleAt</code> to <code>TIMESTAMP</code>.</p>
|
|
7225
|
+
* @public
|
|
7226
|
+
*/
|
|
7227
|
+
DesiredStartTime?: number | undefined;
|
|
7228
|
+
}
|
|
7229
|
+
/**
|
|
7230
|
+
* @public
|
|
7231
|
+
*/
|
|
7232
|
+
export interface UpdateScheduledActionResponse {
|
|
7233
|
+
/**
|
|
7234
|
+
* <p>Information about the rescheduled action.</p>
|
|
7235
|
+
* @public
|
|
7236
|
+
*/
|
|
7237
|
+
ScheduledAction?: ScheduledAction | undefined;
|
|
7238
|
+
}
|
|
7239
|
+
/**
|
|
7240
|
+
* @public
|
|
7241
|
+
*/
|
|
7242
|
+
export interface UpdateVpcEndpointRequest {
|
|
7243
|
+
/**
|
|
7244
|
+
* <p>The unique identifier of the endpoint.</p>
|
|
7245
|
+
* @public
|
|
7246
|
+
*/
|
|
7247
|
+
VpcEndpointId: string | undefined;
|
|
7248
|
+
/**
|
|
7249
|
+
* <p>The security groups and/or subnets to add, remove, or modify.</p>
|
|
7250
|
+
* @public
|
|
7251
|
+
*/
|
|
7252
|
+
VpcOptions: VPCOptions | undefined;
|
|
7253
|
+
}
|
|
7254
|
+
/**
|
|
7255
|
+
* @public
|
|
7256
|
+
*/
|
|
7257
|
+
export interface UpdateVpcEndpointResponse {
|
|
7258
|
+
/**
|
|
7259
|
+
* <p>The endpoint to be updated.</p>
|
|
7260
|
+
* @public
|
|
7261
|
+
*/
|
|
7262
|
+
VpcEndpoint: VpcEndpoint | undefined;
|
|
7263
|
+
}
|
|
7264
|
+
/**
|
|
7265
|
+
* <p>Container for the request parameters to the <code>UpgradeDomain</code>
|
|
7266
|
+
* operation.</p>
|
|
7267
|
+
* @public
|
|
7268
|
+
*/
|
|
7269
|
+
export interface UpgradeDomainRequest {
|
|
7270
|
+
/**
|
|
7271
|
+
* <p>Name of the OpenSearch Service domain that you want to upgrade.</p>
|
|
7272
|
+
* @public
|
|
7273
|
+
*/
|
|
7274
|
+
DomainName: string | undefined;
|
|
7275
|
+
/**
|
|
7276
|
+
* <p>OpenSearch or Elasticsearch version to which you want to upgrade, in the format
|
|
7277
|
+
* Opensearch_X.Y or Elasticsearch_X.Y.</p>
|
|
7278
|
+
* @public
|
|
7279
|
+
*/
|
|
7280
|
+
TargetVersion: string | undefined;
|
|
7281
|
+
/**
|
|
7282
|
+
* <p>When true, indicates that an upgrade eligibility check needs to be performed. Does not
|
|
7283
|
+
* actually perform the upgrade.</p>
|
|
7284
|
+
* @public
|
|
7285
|
+
*/
|
|
7286
|
+
PerformCheckOnly?: boolean | undefined;
|
|
7287
|
+
/**
|
|
7288
|
+
* <p>Only supports the <code>override_main_response_version</code> parameter and not other
|
|
7289
|
+
* advanced options. You can only include this option when upgrading to an OpenSearch
|
|
7290
|
+
* version. Specifies whether the domain reports its version as 7.10 so that it continues
|
|
7291
|
+
* to work with Elasticsearch OSS clients and plugins.</p>
|
|
7292
|
+
* @public
|
|
7293
|
+
*/
|
|
7294
|
+
AdvancedOptions?: Record<string, string> | undefined;
|
|
7295
|
+
}
|
|
7296
|
+
/**
|
|
7297
|
+
* <p>Container for the response returned by <code>UpgradeDomain</code> operation.</p>
|
|
7298
|
+
* @public
|
|
7299
|
+
*/
|
|
7300
|
+
export interface UpgradeDomainResponse {
|
|
7301
|
+
/**
|
|
7302
|
+
* <p>The unique identifier of the domain upgrade.</p>
|
|
7303
|
+
* @public
|
|
7304
|
+
*/
|
|
7305
|
+
UpgradeId?: string | undefined;
|
|
7306
|
+
/**
|
|
7307
|
+
* <p>The name of the domain that was upgraded.</p>
|
|
7308
|
+
* @public
|
|
7309
|
+
*/
|
|
7310
|
+
DomainName?: string | undefined;
|
|
7311
|
+
/**
|
|
7312
|
+
* <p>OpenSearch or Elasticsearch version that the domain was upgraded to.</p>
|
|
7313
|
+
* @public
|
|
7314
|
+
*/
|
|
7315
|
+
TargetVersion?: string | undefined;
|
|
7316
|
+
/**
|
|
7317
|
+
* <p>When true, indicates that an upgrade eligibility check was performed.</p>
|
|
7318
|
+
* @public
|
|
7319
|
+
*/
|
|
7320
|
+
PerformCheckOnly?: boolean | undefined;
|
|
7321
|
+
/**
|
|
7322
|
+
* <p>The advanced options configuration for the domain.</p>
|
|
7323
|
+
* @public
|
|
7324
|
+
*/
|
|
7325
|
+
AdvancedOptions?: Record<string, string> | undefined;
|
|
7326
|
+
/**
|
|
7327
|
+
* <p>Container for information about a configuration change happening on a domain.</p>
|
|
7328
|
+
* @public
|
|
7329
|
+
*/
|
|
7330
|
+
ChangeProgressDetails?: ChangeProgressDetails | undefined;
|
|
7331
|
+
}
|