@aws-sdk/client-opensearch 3.934.0 → 3.936.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 +19 -19
- 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,27 +1,70 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
1
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
3
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
ActionSeverity,
|
|
4
|
+
ActionStatus,
|
|
5
|
+
ActionType,
|
|
6
|
+
AppConfigType,
|
|
7
|
+
ApplicationStatus,
|
|
8
|
+
AutoTuneDesiredState,
|
|
9
|
+
AutoTuneState,
|
|
10
|
+
AutoTuneType,
|
|
11
|
+
AWSServicePrincipal,
|
|
12
|
+
ConfigChangeStatus,
|
|
13
|
+
ConnectionMode,
|
|
14
|
+
DataSourceStatus,
|
|
15
|
+
DeploymentStatus,
|
|
16
|
+
DescribePackagesFilterName,
|
|
17
|
+
DomainHealth,
|
|
18
|
+
DomainPackageStatus,
|
|
19
|
+
DomainProcessingStatusType,
|
|
20
|
+
DomainState,
|
|
21
|
+
DryRunMode,
|
|
22
|
+
EngineType,
|
|
23
|
+
InboundConnectionStatusCode,
|
|
24
|
+
IndexStatus,
|
|
25
|
+
InitiatedBy,
|
|
26
|
+
IPAddressType,
|
|
27
|
+
LogType,
|
|
28
|
+
MaintenanceStatus,
|
|
29
|
+
MaintenanceType,
|
|
30
|
+
MasterNodeStatus,
|
|
31
|
+
NaturalLanguageQueryGenerationCurrentState,
|
|
32
|
+
NaturalLanguageQueryGenerationDesiredState,
|
|
33
|
+
NodeOptionsNodeType,
|
|
34
|
+
NodeStatus,
|
|
35
|
+
NodeType,
|
|
36
|
+
OpenSearchPartitionInstanceType,
|
|
37
|
+
OpenSearchWarmPartitionInstanceType,
|
|
38
|
+
OptionState,
|
|
39
|
+
OutboundConnectionStatusCode,
|
|
40
|
+
OverallChangeStatus,
|
|
41
|
+
PackageScopeOperationEnum,
|
|
42
|
+
PackageStatus,
|
|
43
|
+
PackageType,
|
|
44
|
+
PrincipalType,
|
|
45
|
+
PropertyValueType,
|
|
46
|
+
RequirementLevel,
|
|
47
|
+
ReservedInstancePaymentOption,
|
|
48
|
+
RolesKeyIdCOption,
|
|
49
|
+
RollbackOnDisable,
|
|
50
|
+
ScheduleAt,
|
|
51
|
+
ScheduledAutoTuneActionType,
|
|
52
|
+
ScheduledAutoTuneSeverityType,
|
|
53
|
+
ScheduledBy,
|
|
54
|
+
SkipUnavailableStatus,
|
|
55
|
+
SubjectKeyIdCOption,
|
|
56
|
+
TimeUnit,
|
|
57
|
+
TLSSecurityPolicy,
|
|
58
|
+
UpgradeStatus,
|
|
59
|
+
UpgradeStep,
|
|
60
|
+
VolumeType,
|
|
61
|
+
VpcEndpointErrorCode,
|
|
62
|
+
VpcEndpointStatus,
|
|
63
|
+
ZoneStatus,
|
|
64
|
+
} from "./enums";
|
|
4
65
|
export interface AcceptInboundConnectionRequest {
|
|
5
66
|
ConnectionId: string | undefined;
|
|
6
67
|
}
|
|
7
|
-
export declare const ConnectionMode: {
|
|
8
|
-
readonly DIRECT: "DIRECT";
|
|
9
|
-
readonly VPC_ENDPOINT: "VPC_ENDPOINT";
|
|
10
|
-
};
|
|
11
|
-
export type ConnectionMode =
|
|
12
|
-
(typeof ConnectionMode)[keyof typeof ConnectionMode];
|
|
13
|
-
export declare const InboundConnectionStatusCode: {
|
|
14
|
-
readonly ACTIVE: "ACTIVE";
|
|
15
|
-
readonly APPROVED: "APPROVED";
|
|
16
|
-
readonly DELETED: "DELETED";
|
|
17
|
-
readonly DELETING: "DELETING";
|
|
18
|
-
readonly PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE";
|
|
19
|
-
readonly PROVISIONING: "PROVISIONING";
|
|
20
|
-
readonly REJECTED: "REJECTED";
|
|
21
|
-
readonly REJECTING: "REJECTING";
|
|
22
|
-
};
|
|
23
|
-
export type InboundConnectionStatusCode =
|
|
24
|
-
(typeof InboundConnectionStatusCode)[keyof typeof InboundConnectionStatusCode];
|
|
25
68
|
export interface InboundConnectionStatus {
|
|
26
69
|
StatusCode?: InboundConnectionStatusCode | undefined;
|
|
27
70
|
Message?: string | undefined;
|
|
@@ -44,40 +87,6 @@ export interface InboundConnection {
|
|
|
44
87
|
export interface AcceptInboundConnectionResponse {
|
|
45
88
|
Connection?: InboundConnection | undefined;
|
|
46
89
|
}
|
|
47
|
-
export declare class DisabledOperationException extends __BaseException {
|
|
48
|
-
readonly name: "DisabledOperationException";
|
|
49
|
-
readonly $fault: "client";
|
|
50
|
-
constructor(
|
|
51
|
-
opts: __ExceptionOptionType<DisabledOperationException, __BaseException>
|
|
52
|
-
);
|
|
53
|
-
}
|
|
54
|
-
export declare class LimitExceededException extends __BaseException {
|
|
55
|
-
readonly name: "LimitExceededException";
|
|
56
|
-
readonly $fault: "client";
|
|
57
|
-
constructor(
|
|
58
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
59
|
-
);
|
|
60
|
-
}
|
|
61
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
62
|
-
readonly name: "ResourceNotFoundException";
|
|
63
|
-
readonly $fault: "client";
|
|
64
|
-
constructor(
|
|
65
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
66
|
-
);
|
|
67
|
-
}
|
|
68
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
69
|
-
readonly name: "AccessDeniedException";
|
|
70
|
-
readonly $fault: "client";
|
|
71
|
-
constructor(
|
|
72
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
73
|
-
);
|
|
74
|
-
}
|
|
75
|
-
export declare const OptionState: {
|
|
76
|
-
readonly Active: "Active";
|
|
77
|
-
readonly Processing: "Processing";
|
|
78
|
-
readonly RequiresIndexDocuments: "RequiresIndexDocuments";
|
|
79
|
-
};
|
|
80
|
-
export type OptionState = (typeof OptionState)[keyof typeof OptionState];
|
|
81
90
|
export interface OptionStatus {
|
|
82
91
|
CreationDate: Date | undefined;
|
|
83
92
|
UpdateDate: Date | undefined;
|
|
@@ -89,28 +98,6 @@ export interface AccessPoliciesStatus {
|
|
|
89
98
|
Options: string | undefined;
|
|
90
99
|
Status: OptionStatus | undefined;
|
|
91
100
|
}
|
|
92
|
-
export declare const ActionSeverity: {
|
|
93
|
-
readonly HIGH: "HIGH";
|
|
94
|
-
readonly LOW: "LOW";
|
|
95
|
-
readonly MEDIUM: "MEDIUM";
|
|
96
|
-
};
|
|
97
|
-
export type ActionSeverity =
|
|
98
|
-
(typeof ActionSeverity)[keyof typeof ActionSeverity];
|
|
99
|
-
export declare const ActionStatus: {
|
|
100
|
-
readonly COMPLETED: "COMPLETED";
|
|
101
|
-
readonly ELIGIBLE: "ELIGIBLE";
|
|
102
|
-
readonly FAILED: "FAILED";
|
|
103
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
104
|
-
readonly NOT_ELIGIBLE: "NOT_ELIGIBLE";
|
|
105
|
-
readonly PENDING_UPDATE: "PENDING_UPDATE";
|
|
106
|
-
};
|
|
107
|
-
export type ActionStatus = (typeof ActionStatus)[keyof typeof ActionStatus];
|
|
108
|
-
export declare const ActionType: {
|
|
109
|
-
readonly JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING";
|
|
110
|
-
readonly JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING";
|
|
111
|
-
readonly SERVICE_SOFTWARE_UPDATE: "SERVICE_SOFTWARE_UPDATE";
|
|
112
|
-
};
|
|
113
|
-
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
114
101
|
export interface S3GlueDataCatalog {
|
|
115
102
|
RoleArn?: string | undefined;
|
|
116
103
|
}
|
|
@@ -140,30 +127,6 @@ export interface AddDataSourceRequest {
|
|
|
140
127
|
export interface AddDataSourceResponse {
|
|
141
128
|
Message?: string | undefined;
|
|
142
129
|
}
|
|
143
|
-
export declare class BaseException extends __BaseException {
|
|
144
|
-
readonly name: "BaseException";
|
|
145
|
-
readonly $fault: "client";
|
|
146
|
-
constructor(opts: __ExceptionOptionType<BaseException, __BaseException>);
|
|
147
|
-
}
|
|
148
|
-
export declare class DependencyFailureException extends __BaseException {
|
|
149
|
-
readonly name: "DependencyFailureException";
|
|
150
|
-
readonly $fault: "client";
|
|
151
|
-
constructor(
|
|
152
|
-
opts: __ExceptionOptionType<DependencyFailureException, __BaseException>
|
|
153
|
-
);
|
|
154
|
-
}
|
|
155
|
-
export declare class InternalException extends __BaseException {
|
|
156
|
-
readonly name: "InternalException";
|
|
157
|
-
readonly $fault: "server";
|
|
158
|
-
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
159
|
-
}
|
|
160
|
-
export declare class ValidationException extends __BaseException {
|
|
161
|
-
readonly name: "ValidationException";
|
|
162
|
-
readonly $fault: "client";
|
|
163
|
-
constructor(
|
|
164
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
165
|
-
);
|
|
166
|
-
}
|
|
167
130
|
export interface CloudWatchDirectQueryDataSource {
|
|
168
131
|
RoleArn: string | undefined;
|
|
169
132
|
}
|
|
@@ -291,12 +254,6 @@ export interface AdvancedSecurityOptionsStatus {
|
|
|
291
254
|
Options: AdvancedSecurityOptions | undefined;
|
|
292
255
|
Status: OptionStatus | undefined;
|
|
293
256
|
}
|
|
294
|
-
export declare const NaturalLanguageQueryGenerationDesiredState: {
|
|
295
|
-
readonly Disabled: "DISABLED";
|
|
296
|
-
readonly Enabled: "ENABLED";
|
|
297
|
-
};
|
|
298
|
-
export type NaturalLanguageQueryGenerationDesiredState =
|
|
299
|
-
(typeof NaturalLanguageQueryGenerationDesiredState)[keyof typeof NaturalLanguageQueryGenerationDesiredState];
|
|
300
257
|
export interface NaturalLanguageQueryGenerationOptionsInput {
|
|
301
258
|
DesiredState?: NaturalLanguageQueryGenerationDesiredState | undefined;
|
|
302
259
|
}
|
|
@@ -309,17 +266,6 @@ export interface AIMLOptionsInput {
|
|
|
309
266
|
| undefined;
|
|
310
267
|
S3VectorsEngine?: S3VectorsEngine | undefined;
|
|
311
268
|
}
|
|
312
|
-
export declare const NaturalLanguageQueryGenerationCurrentState: {
|
|
313
|
-
readonly DisableComplete: "DISABLE_COMPLETE";
|
|
314
|
-
readonly DisableFailed: "DISABLE_FAILED";
|
|
315
|
-
readonly DisableInProgress: "DISABLE_IN_PROGRESS";
|
|
316
|
-
readonly EnableComplete: "ENABLE_COMPLETE";
|
|
317
|
-
readonly EnableFailed: "ENABLE_FAILED";
|
|
318
|
-
readonly EnableInProgress: "ENABLE_IN_PROGRESS";
|
|
319
|
-
readonly NotEnabled: "NOT_ENABLED";
|
|
320
|
-
};
|
|
321
|
-
export type NaturalLanguageQueryGenerationCurrentState =
|
|
322
|
-
(typeof NaturalLanguageQueryGenerationCurrentState)[keyof typeof NaturalLanguageQueryGenerationCurrentState];
|
|
323
269
|
export interface NaturalLanguageQueryGenerationOptionsOutput {
|
|
324
270
|
DesiredState?: NaturalLanguageQueryGenerationDesiredState | undefined;
|
|
325
271
|
CurrentState?: NaturalLanguageQueryGenerationCurrentState | undefined;
|
|
@@ -347,26 +293,10 @@ export interface AssociatePackageRequest {
|
|
|
347
293
|
PrerequisitePackageIDList?: string[] | undefined;
|
|
348
294
|
AssociationConfiguration?: PackageAssociationConfiguration | undefined;
|
|
349
295
|
}
|
|
350
|
-
export declare const DomainPackageStatus: {
|
|
351
|
-
readonly ACTIVE: "ACTIVE";
|
|
352
|
-
readonly ASSOCIATING: "ASSOCIATING";
|
|
353
|
-
readonly ASSOCIATION_FAILED: "ASSOCIATION_FAILED";
|
|
354
|
-
readonly DISSOCIATING: "DISSOCIATING";
|
|
355
|
-
readonly DISSOCIATION_FAILED: "DISSOCIATION_FAILED";
|
|
356
|
-
};
|
|
357
|
-
export type DomainPackageStatus =
|
|
358
|
-
(typeof DomainPackageStatus)[keyof typeof DomainPackageStatus];
|
|
359
296
|
export interface ErrorDetails {
|
|
360
297
|
ErrorType?: string | undefined;
|
|
361
298
|
ErrorMessage?: string | undefined;
|
|
362
299
|
}
|
|
363
|
-
export declare const PackageType: {
|
|
364
|
-
readonly PACKAGE_CONFIG: "PACKAGE-CONFIG";
|
|
365
|
-
readonly PACKAGE_LICENSE: "PACKAGE-LICENSE";
|
|
366
|
-
readonly TXT_DICTIONARY: "TXT-DICTIONARY";
|
|
367
|
-
readonly ZIP_PLUGIN: "ZIP-PLUGIN";
|
|
368
|
-
};
|
|
369
|
-
export type PackageType = (typeof PackageType)[keyof typeof PackageType];
|
|
370
300
|
export interface DomainPackageDetails {
|
|
371
301
|
PackageID?: string | undefined;
|
|
372
302
|
PackageName?: string | undefined;
|
|
@@ -383,11 +313,6 @@ export interface DomainPackageDetails {
|
|
|
383
313
|
export interface AssociatePackageResponse {
|
|
384
314
|
DomainPackageDetails?: DomainPackageDetails | undefined;
|
|
385
315
|
}
|
|
386
|
-
export declare class ConflictException extends __BaseException {
|
|
387
|
-
readonly name: "ConflictException";
|
|
388
|
-
readonly $fault: "client";
|
|
389
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
390
|
-
}
|
|
391
316
|
export interface PackageDetailsForAssociation {
|
|
392
317
|
PackageID: string | undefined;
|
|
393
318
|
PrerequisitePackageIDList?: string[] | undefined;
|
|
@@ -400,21 +325,11 @@ export interface AssociatePackagesRequest {
|
|
|
400
325
|
export interface AssociatePackagesResponse {
|
|
401
326
|
DomainPackageDetailsList?: DomainPackageDetails[] | undefined;
|
|
402
327
|
}
|
|
403
|
-
export declare const AWSServicePrincipal: {
|
|
404
|
-
readonly application_opensearchservice_amazonaws_com: "application.opensearchservice.amazonaws.com";
|
|
405
|
-
};
|
|
406
|
-
export type AWSServicePrincipal =
|
|
407
|
-
(typeof AWSServicePrincipal)[keyof typeof AWSServicePrincipal];
|
|
408
328
|
export interface AuthorizeVpcEndpointAccessRequest {
|
|
409
329
|
DomainName: string | undefined;
|
|
410
330
|
Account?: string | undefined;
|
|
411
331
|
Service?: AWSServicePrincipal | undefined;
|
|
412
332
|
}
|
|
413
|
-
export declare const PrincipalType: {
|
|
414
|
-
readonly AWS_ACCOUNT: "AWS_ACCOUNT";
|
|
415
|
-
readonly AWS_SERVICE: "AWS_SERVICE";
|
|
416
|
-
};
|
|
417
|
-
export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
418
333
|
export interface AuthorizedPrincipal {
|
|
419
334
|
PrincipalType?: PrincipalType | undefined;
|
|
420
335
|
Principal?: string | undefined;
|
|
@@ -439,15 +354,6 @@ export interface CancelDomainConfigChangeResponse {
|
|
|
439
354
|
export interface CancelServiceSoftwareUpdateRequest {
|
|
440
355
|
DomainName: string | undefined;
|
|
441
356
|
}
|
|
442
|
-
export declare const DeploymentStatus: {
|
|
443
|
-
readonly COMPLETED: "COMPLETED";
|
|
444
|
-
readonly ELIGIBLE: "ELIGIBLE";
|
|
445
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
446
|
-
readonly NOT_ELIGIBLE: "NOT_ELIGIBLE";
|
|
447
|
-
readonly PENDING_UPDATE: "PENDING_UPDATE";
|
|
448
|
-
};
|
|
449
|
-
export type DeploymentStatus =
|
|
450
|
-
(typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
451
357
|
export interface ServiceSoftwareOptions {
|
|
452
358
|
CurrentVersion?: string | undefined;
|
|
453
359
|
NewVersion?: string | undefined;
|
|
@@ -461,11 +367,6 @@ export interface ServiceSoftwareOptions {
|
|
|
461
367
|
export interface CancelServiceSoftwareUpdateResponse {
|
|
462
368
|
ServiceSoftwareOptions?: ServiceSoftwareOptions | undefined;
|
|
463
369
|
}
|
|
464
|
-
export declare const AppConfigType: {
|
|
465
|
-
readonly OpensearchDashboardAdminGroups: "opensearchDashboards.dashboardAdmin.groups";
|
|
466
|
-
readonly OpensearchDashboardAdminUsers: "opensearchDashboards.dashboardAdmin.users";
|
|
467
|
-
};
|
|
468
|
-
export type AppConfigType = (typeof AppConfigType)[keyof typeof AppConfigType];
|
|
469
370
|
export interface AppConfig {
|
|
470
371
|
key?: AppConfigType | undefined;
|
|
471
372
|
value?: string | undefined;
|
|
@@ -503,16 +404,6 @@ export interface CreateApplicationResponse {
|
|
|
503
404
|
tagList?: Tag[] | undefined;
|
|
504
405
|
createdAt?: Date | undefined;
|
|
505
406
|
}
|
|
506
|
-
export declare const AutoTuneDesiredState: {
|
|
507
|
-
readonly DISABLED: "DISABLED";
|
|
508
|
-
readonly ENABLED: "ENABLED";
|
|
509
|
-
};
|
|
510
|
-
export type AutoTuneDesiredState =
|
|
511
|
-
(typeof AutoTuneDesiredState)[keyof typeof AutoTuneDesiredState];
|
|
512
|
-
export declare const TimeUnit: {
|
|
513
|
-
readonly HOURS: "HOURS";
|
|
514
|
-
};
|
|
515
|
-
export type TimeUnit = (typeof TimeUnit)[keyof typeof TimeUnit];
|
|
516
407
|
export interface Duration {
|
|
517
408
|
Value?: number | undefined;
|
|
518
409
|
Unit?: TimeUnit | undefined;
|
|
@@ -530,134 +421,15 @@ export interface AutoTuneOptionsInput {
|
|
|
530
421
|
export interface ColdStorageOptions {
|
|
531
422
|
Enabled: boolean | undefined;
|
|
532
423
|
}
|
|
533
|
-
export declare const OpenSearchPartitionInstanceType: {
|
|
534
|
-
readonly c4_2xlarge_search: "c4.2xlarge.search";
|
|
535
|
-
readonly c4_4xlarge_search: "c4.4xlarge.search";
|
|
536
|
-
readonly c4_8xlarge_search: "c4.8xlarge.search";
|
|
537
|
-
readonly c4_large_search: "c4.large.search";
|
|
538
|
-
readonly c4_xlarge_search: "c4.xlarge.search";
|
|
539
|
-
readonly c5_18xlarge_search: "c5.18xlarge.search";
|
|
540
|
-
readonly c5_2xlarge_search: "c5.2xlarge.search";
|
|
541
|
-
readonly c5_4xlarge_search: "c5.4xlarge.search";
|
|
542
|
-
readonly c5_9xlarge_search: "c5.9xlarge.search";
|
|
543
|
-
readonly c5_large_search: "c5.large.search";
|
|
544
|
-
readonly c5_xlarge_search: "c5.xlarge.search";
|
|
545
|
-
readonly c6g_12xlarge_search: "c6g.12xlarge.search";
|
|
546
|
-
readonly c6g_2xlarge_search: "c6g.2xlarge.search";
|
|
547
|
-
readonly c6g_4xlarge_search: "c6g.4xlarge.search";
|
|
548
|
-
readonly c6g_8xlarge_search: "c6g.8xlarge.search";
|
|
549
|
-
readonly c6g_large_search: "c6g.large.search";
|
|
550
|
-
readonly c6g_xlarge_search: "c6g.xlarge.search";
|
|
551
|
-
readonly d2_2xlarge_search: "d2.2xlarge.search";
|
|
552
|
-
readonly d2_4xlarge_search: "d2.4xlarge.search";
|
|
553
|
-
readonly d2_8xlarge_search: "d2.8xlarge.search";
|
|
554
|
-
readonly d2_xlarge_search: "d2.xlarge.search";
|
|
555
|
-
readonly i2_2xlarge_search: "i2.2xlarge.search";
|
|
556
|
-
readonly i2_xlarge_search: "i2.xlarge.search";
|
|
557
|
-
readonly i3_16xlarge_search: "i3.16xlarge.search";
|
|
558
|
-
readonly i3_2xlarge_search: "i3.2xlarge.search";
|
|
559
|
-
readonly i3_4xlarge_search: "i3.4xlarge.search";
|
|
560
|
-
readonly i3_8xlarge_search: "i3.8xlarge.search";
|
|
561
|
-
readonly i3_large_search: "i3.large.search";
|
|
562
|
-
readonly i3_xlarge_search: "i3.xlarge.search";
|
|
563
|
-
readonly m3_2xlarge_search: "m3.2xlarge.search";
|
|
564
|
-
readonly m3_large_search: "m3.large.search";
|
|
565
|
-
readonly m3_medium_search: "m3.medium.search";
|
|
566
|
-
readonly m3_xlarge_search: "m3.xlarge.search";
|
|
567
|
-
readonly m4_10xlarge_search: "m4.10xlarge.search";
|
|
568
|
-
readonly m4_2xlarge_search: "m4.2xlarge.search";
|
|
569
|
-
readonly m4_4xlarge_search: "m4.4xlarge.search";
|
|
570
|
-
readonly m4_large_search: "m4.large.search";
|
|
571
|
-
readonly m4_xlarge_search: "m4.xlarge.search";
|
|
572
|
-
readonly m5_12xlarge_search: "m5.12xlarge.search";
|
|
573
|
-
readonly m5_24xlarge_search: "m5.24xlarge.search";
|
|
574
|
-
readonly m5_2xlarge_search: "m5.2xlarge.search";
|
|
575
|
-
readonly m5_4xlarge_search: "m5.4xlarge.search";
|
|
576
|
-
readonly m5_large_search: "m5.large.search";
|
|
577
|
-
readonly m5_xlarge_search: "m5.xlarge.search";
|
|
578
|
-
readonly m6g_12xlarge_search: "m6g.12xlarge.search";
|
|
579
|
-
readonly m6g_2xlarge_search: "m6g.2xlarge.search";
|
|
580
|
-
readonly m6g_4xlarge_search: "m6g.4xlarge.search";
|
|
581
|
-
readonly m6g_8xlarge_search: "m6g.8xlarge.search";
|
|
582
|
-
readonly m6g_large_search: "m6g.large.search";
|
|
583
|
-
readonly m6g_xlarge_search: "m6g.xlarge.search";
|
|
584
|
-
readonly or1_12xlarge_search: "or1.12xlarge.search";
|
|
585
|
-
readonly or1_16xlarge_search: "or1.16xlarge.search";
|
|
586
|
-
readonly or1_2xlarge_search: "or1.2xlarge.search";
|
|
587
|
-
readonly or1_4xlarge_search: "or1.4xlarge.search";
|
|
588
|
-
readonly or1_8xlarge_search: "or1.8xlarge.search";
|
|
589
|
-
readonly or1_large_search: "or1.large.search";
|
|
590
|
-
readonly or1_medium_search: "or1.medium.search";
|
|
591
|
-
readonly or1_xlarge_search: "or1.xlarge.search";
|
|
592
|
-
readonly r3_2xlarge_search: "r3.2xlarge.search";
|
|
593
|
-
readonly r3_4xlarge_search: "r3.4xlarge.search";
|
|
594
|
-
readonly r3_8xlarge_search: "r3.8xlarge.search";
|
|
595
|
-
readonly r3_large_search: "r3.large.search";
|
|
596
|
-
readonly r3_xlarge_search: "r3.xlarge.search";
|
|
597
|
-
readonly r4_16xlarge_search: "r4.16xlarge.search";
|
|
598
|
-
readonly r4_2xlarge_search: "r4.2xlarge.search";
|
|
599
|
-
readonly r4_4xlarge_search: "r4.4xlarge.search";
|
|
600
|
-
readonly r4_8xlarge_search: "r4.8xlarge.search";
|
|
601
|
-
readonly r4_large_search: "r4.large.search";
|
|
602
|
-
readonly r4_xlarge_search: "r4.xlarge.search";
|
|
603
|
-
readonly r5_12xlarge_search: "r5.12xlarge.search";
|
|
604
|
-
readonly r5_24xlarge_search: "r5.24xlarge.search";
|
|
605
|
-
readonly r5_2xlarge_search: "r5.2xlarge.search";
|
|
606
|
-
readonly r5_4xlarge_search: "r5.4xlarge.search";
|
|
607
|
-
readonly r5_large_search: "r5.large.search";
|
|
608
|
-
readonly r5_xlarge_search: "r5.xlarge.search";
|
|
609
|
-
readonly r6g_12xlarge_search: "r6g.12xlarge.search";
|
|
610
|
-
readonly r6g_2xlarge_search: "r6g.2xlarge.search";
|
|
611
|
-
readonly r6g_4xlarge_search: "r6g.4xlarge.search";
|
|
612
|
-
readonly r6g_8xlarge_search: "r6g.8xlarge.search";
|
|
613
|
-
readonly r6g_large_search: "r6g.large.search";
|
|
614
|
-
readonly r6g_xlarge_search: "r6g.xlarge.search";
|
|
615
|
-
readonly r6gd_12xlarge_search: "r6gd.12xlarge.search";
|
|
616
|
-
readonly r6gd_16xlarge_search: "r6gd.16xlarge.search";
|
|
617
|
-
readonly r6gd_2xlarge_search: "r6gd.2xlarge.search";
|
|
618
|
-
readonly r6gd_4xlarge_search: "r6gd.4xlarge.search";
|
|
619
|
-
readonly r6gd_8xlarge_search: "r6gd.8xlarge.search";
|
|
620
|
-
readonly r6gd_large_search: "r6gd.large.search";
|
|
621
|
-
readonly r6gd_xlarge_search: "r6gd.xlarge.search";
|
|
622
|
-
readonly t2_medium_search: "t2.medium.search";
|
|
623
|
-
readonly t2_micro_search: "t2.micro.search";
|
|
624
|
-
readonly t2_small_search: "t2.small.search";
|
|
625
|
-
readonly t3_2xlarge_search: "t3.2xlarge.search";
|
|
626
|
-
readonly t3_large_search: "t3.large.search";
|
|
627
|
-
readonly t3_medium_search: "t3.medium.search";
|
|
628
|
-
readonly t3_micro_search: "t3.micro.search";
|
|
629
|
-
readonly t3_nano_search: "t3.nano.search";
|
|
630
|
-
readonly t3_small_search: "t3.small.search";
|
|
631
|
-
readonly t3_xlarge_search: "t3.xlarge.search";
|
|
632
|
-
readonly t4g_medium_search: "t4g.medium.search";
|
|
633
|
-
readonly t4g_small_search: "t4g.small.search";
|
|
634
|
-
readonly ultrawarm1_large_search: "ultrawarm1.large.search";
|
|
635
|
-
readonly ultrawarm1_medium_search: "ultrawarm1.medium.search";
|
|
636
|
-
readonly ultrawarm1_xlarge_search: "ultrawarm1.xlarge.search";
|
|
637
|
-
};
|
|
638
|
-
export type OpenSearchPartitionInstanceType =
|
|
639
|
-
(typeof OpenSearchPartitionInstanceType)[keyof typeof OpenSearchPartitionInstanceType];
|
|
640
424
|
export interface NodeConfig {
|
|
641
425
|
Enabled?: boolean | undefined;
|
|
642
426
|
Type?: OpenSearchPartitionInstanceType | undefined;
|
|
643
427
|
Count?: number | undefined;
|
|
644
428
|
}
|
|
645
|
-
export declare const NodeOptionsNodeType: {
|
|
646
|
-
readonly COORDINATOR: "coordinator";
|
|
647
|
-
};
|
|
648
|
-
export type NodeOptionsNodeType =
|
|
649
|
-
(typeof NodeOptionsNodeType)[keyof typeof NodeOptionsNodeType];
|
|
650
429
|
export interface NodeOption {
|
|
651
430
|
NodeType?: NodeOptionsNodeType | undefined;
|
|
652
431
|
NodeConfig?: NodeConfig | undefined;
|
|
653
432
|
}
|
|
654
|
-
export declare const OpenSearchWarmPartitionInstanceType: {
|
|
655
|
-
readonly ultrawarm1_large_search: "ultrawarm1.large.search";
|
|
656
|
-
readonly ultrawarm1_medium_search: "ultrawarm1.medium.search";
|
|
657
|
-
readonly ultrawarm1_xlarge_search: "ultrawarm1.xlarge.search";
|
|
658
|
-
};
|
|
659
|
-
export type OpenSearchWarmPartitionInstanceType =
|
|
660
|
-
(typeof OpenSearchWarmPartitionInstanceType)[keyof typeof OpenSearchWarmPartitionInstanceType];
|
|
661
433
|
export interface ZoneAwarenessConfig {
|
|
662
434
|
AvailabilityZoneCount?: number | undefined;
|
|
663
435
|
}
|
|
@@ -682,13 +454,6 @@ export interface CognitoOptions {
|
|
|
682
454
|
IdentityPoolId?: string | undefined;
|
|
683
455
|
RoleArn?: string | undefined;
|
|
684
456
|
}
|
|
685
|
-
export declare const TLSSecurityPolicy: {
|
|
686
|
-
readonly POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07";
|
|
687
|
-
readonly POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07";
|
|
688
|
-
readonly POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10";
|
|
689
|
-
};
|
|
690
|
-
export type TLSSecurityPolicy =
|
|
691
|
-
(typeof TLSSecurityPolicy)[keyof typeof TLSSecurityPolicy];
|
|
692
457
|
export interface DomainEndpointOptions {
|
|
693
458
|
EnforceHTTPS?: boolean | undefined;
|
|
694
459
|
TLSSecurityPolicy?: TLSSecurityPolicy | undefined;
|
|
@@ -696,13 +461,6 @@ export interface DomainEndpointOptions {
|
|
|
696
461
|
CustomEndpoint?: string | undefined;
|
|
697
462
|
CustomEndpointCertificateArn?: string | undefined;
|
|
698
463
|
}
|
|
699
|
-
export declare const VolumeType: {
|
|
700
|
-
readonly gp2: "gp2";
|
|
701
|
-
readonly gp3: "gp3";
|
|
702
|
-
readonly io1: "io1";
|
|
703
|
-
readonly standard: "standard";
|
|
704
|
-
};
|
|
705
|
-
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
706
464
|
export interface EBSOptions {
|
|
707
465
|
EBSEnabled?: boolean | undefined;
|
|
708
466
|
VolumeType?: VolumeType | undefined;
|
|
@@ -714,37 +472,12 @@ export interface EncryptionAtRestOptions {
|
|
|
714
472
|
Enabled?: boolean | undefined;
|
|
715
473
|
KmsKeyId?: string | undefined;
|
|
716
474
|
}
|
|
717
|
-
export declare const RolesKeyIdCOption: {
|
|
718
|
-
readonly GroupId: "GroupId";
|
|
719
|
-
readonly GroupName: "GroupName";
|
|
720
|
-
};
|
|
721
|
-
export type RolesKeyIdCOption =
|
|
722
|
-
(typeof RolesKeyIdCOption)[keyof typeof RolesKeyIdCOption];
|
|
723
|
-
export declare const SubjectKeyIdCOption: {
|
|
724
|
-
readonly Email: "Email";
|
|
725
|
-
readonly UserId: "UserId";
|
|
726
|
-
readonly UserName: "UserName";
|
|
727
|
-
};
|
|
728
|
-
export type SubjectKeyIdCOption =
|
|
729
|
-
(typeof SubjectKeyIdCOption)[keyof typeof SubjectKeyIdCOption];
|
|
730
475
|
export interface IdentityCenterOptionsInput {
|
|
731
476
|
EnabledAPIAccess?: boolean | undefined;
|
|
732
477
|
IdentityCenterInstanceARN?: string | undefined;
|
|
733
478
|
SubjectKey?: SubjectKeyIdCOption | undefined;
|
|
734
479
|
RolesKey?: RolesKeyIdCOption | undefined;
|
|
735
480
|
}
|
|
736
|
-
export declare const IPAddressType: {
|
|
737
|
-
readonly DUALSTACK: "dualstack";
|
|
738
|
-
readonly IPV4: "ipv4";
|
|
739
|
-
};
|
|
740
|
-
export type IPAddressType = (typeof IPAddressType)[keyof typeof IPAddressType];
|
|
741
|
-
export declare const LogType: {
|
|
742
|
-
readonly AUDIT_LOGS: "AUDIT_LOGS";
|
|
743
|
-
readonly ES_APPLICATION_LOGS: "ES_APPLICATION_LOGS";
|
|
744
|
-
readonly INDEX_SLOW_LOGS: "INDEX_SLOW_LOGS";
|
|
745
|
-
readonly SEARCH_SLOW_LOGS: "SEARCH_SLOW_LOGS";
|
|
746
|
-
};
|
|
747
|
-
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
748
481
|
export interface LogPublishingOption {
|
|
749
482
|
CloudWatchLogsLogGroupArn?: string | undefined;
|
|
750
483
|
Enabled?: boolean | undefined;
|
|
@@ -798,40 +531,11 @@ export interface CreateDomainRequest {
|
|
|
798
531
|
SoftwareUpdateOptions?: SoftwareUpdateOptions | undefined;
|
|
799
532
|
AIMLOptions?: AIMLOptionsInput | undefined;
|
|
800
533
|
}
|
|
801
|
-
export declare const AutoTuneState: {
|
|
802
|
-
readonly DISABLED: "DISABLED";
|
|
803
|
-
readonly DISABLED_AND_ROLLBACK_COMPLETE: "DISABLED_AND_ROLLBACK_COMPLETE";
|
|
804
|
-
readonly DISABLED_AND_ROLLBACK_ERROR: "DISABLED_AND_ROLLBACK_ERROR";
|
|
805
|
-
readonly DISABLED_AND_ROLLBACK_IN_PROGRESS: "DISABLED_AND_ROLLBACK_IN_PROGRESS";
|
|
806
|
-
readonly DISABLED_AND_ROLLBACK_SCHEDULED: "DISABLED_AND_ROLLBACK_SCHEDULED";
|
|
807
|
-
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
808
|
-
readonly ENABLED: "ENABLED";
|
|
809
|
-
readonly ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS";
|
|
810
|
-
readonly ERROR: "ERROR";
|
|
811
|
-
};
|
|
812
|
-
export type AutoTuneState = (typeof AutoTuneState)[keyof typeof AutoTuneState];
|
|
813
534
|
export interface AutoTuneOptionsOutput {
|
|
814
535
|
State?: AutoTuneState | undefined;
|
|
815
536
|
ErrorMessage?: string | undefined;
|
|
816
537
|
UseOffPeakWindow?: boolean | undefined;
|
|
817
538
|
}
|
|
818
|
-
export declare const ConfigChangeStatus: {
|
|
819
|
-
readonly APPLYING_CHANGES: "ApplyingChanges";
|
|
820
|
-
readonly CANCELLED: "Cancelled";
|
|
821
|
-
readonly COMPLETED: "Completed";
|
|
822
|
-
readonly INITIALIZING: "Initializing";
|
|
823
|
-
readonly PENDING: "Pending";
|
|
824
|
-
readonly PENDING_USER_INPUT: "PendingUserInput";
|
|
825
|
-
readonly VALIDATING: "Validating";
|
|
826
|
-
readonly VALIDATION_FAILED: "ValidationFailed";
|
|
827
|
-
};
|
|
828
|
-
export type ConfigChangeStatus =
|
|
829
|
-
(typeof ConfigChangeStatus)[keyof typeof ConfigChangeStatus];
|
|
830
|
-
export declare const InitiatedBy: {
|
|
831
|
-
readonly CUSTOMER: "CUSTOMER";
|
|
832
|
-
readonly SERVICE: "SERVICE";
|
|
833
|
-
};
|
|
834
|
-
export type InitiatedBy = (typeof InitiatedBy)[keyof typeof InitiatedBy];
|
|
835
539
|
export interface ChangeProgressDetails {
|
|
836
540
|
ChangeId?: string | undefined;
|
|
837
541
|
Message?: string | undefined;
|
|
@@ -840,17 +544,6 @@ export interface ChangeProgressDetails {
|
|
|
840
544
|
StartTime?: Date | undefined;
|
|
841
545
|
LastUpdatedTime?: Date | undefined;
|
|
842
546
|
}
|
|
843
|
-
export declare const DomainProcessingStatusType: {
|
|
844
|
-
readonly ACTIVE: "Active";
|
|
845
|
-
readonly CREATING: "Creating";
|
|
846
|
-
readonly DELETING: "Deleting";
|
|
847
|
-
readonly ISOLATED: "Isolated";
|
|
848
|
-
readonly MODIFYING: "Modifying";
|
|
849
|
-
readonly UPDATING: "UpdatingServiceSoftware";
|
|
850
|
-
readonly UPGRADING: "UpgradingEngineVersion";
|
|
851
|
-
};
|
|
852
|
-
export type DomainProcessingStatusType =
|
|
853
|
-
(typeof DomainProcessingStatusType)[keyof typeof DomainProcessingStatusType];
|
|
854
547
|
export interface IdentityCenterOptions {
|
|
855
548
|
EnabledAPIAccess?: boolean | undefined;
|
|
856
549
|
IdentityCenterInstanceARN?: string | undefined;
|
|
@@ -859,12 +552,6 @@ export interface IdentityCenterOptions {
|
|
|
859
552
|
IdentityCenterApplicationARN?: string | undefined;
|
|
860
553
|
IdentityStoreId?: string | undefined;
|
|
861
554
|
}
|
|
862
|
-
export declare const PropertyValueType: {
|
|
863
|
-
readonly PLAIN_TEXT: "PLAIN_TEXT";
|
|
864
|
-
readonly STRINGIFIED_JSON: "STRINGIFIED_JSON";
|
|
865
|
-
};
|
|
866
|
-
export type PropertyValueType =
|
|
867
|
-
(typeof PropertyValueType)[keyof typeof PropertyValueType];
|
|
868
555
|
export interface ModifyingProperties {
|
|
869
556
|
Name?: string | undefined;
|
|
870
557
|
ActiveValue?: string | undefined;
|
|
@@ -918,47 +605,14 @@ export interface DomainStatus {
|
|
|
918
605
|
export interface CreateDomainResponse {
|
|
919
606
|
DomainStatus?: DomainStatus | undefined;
|
|
920
607
|
}
|
|
921
|
-
export declare class InvalidTypeException extends __BaseException {
|
|
922
|
-
readonly name: "InvalidTypeException";
|
|
923
|
-
readonly $fault: "client";
|
|
924
|
-
constructor(
|
|
925
|
-
opts: __ExceptionOptionType<InvalidTypeException, __BaseException>
|
|
926
|
-
);
|
|
927
|
-
}
|
|
928
|
-
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
929
|
-
readonly name: "ResourceAlreadyExistsException";
|
|
930
|
-
readonly $fault: "client";
|
|
931
|
-
constructor(
|
|
932
|
-
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
933
|
-
);
|
|
934
|
-
}
|
|
935
608
|
export interface CreateIndexRequest {
|
|
936
609
|
DomainName: string | undefined;
|
|
937
610
|
IndexName: string | undefined;
|
|
938
611
|
IndexSchema: __DocumentType | undefined;
|
|
939
612
|
}
|
|
940
|
-
export declare const IndexStatus: {
|
|
941
|
-
readonly CREATED: "CREATED";
|
|
942
|
-
readonly DELETED: "DELETED";
|
|
943
|
-
readonly UPDATED: "UPDATED";
|
|
944
|
-
};
|
|
945
|
-
export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
|
|
946
613
|
export interface CreateIndexResponse {
|
|
947
614
|
Status: IndexStatus | undefined;
|
|
948
615
|
}
|
|
949
|
-
export declare class ThrottlingException extends __BaseException {
|
|
950
|
-
readonly name: "ThrottlingException";
|
|
951
|
-
readonly $fault: "client";
|
|
952
|
-
constructor(
|
|
953
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
954
|
-
);
|
|
955
|
-
}
|
|
956
|
-
export declare const SkipUnavailableStatus: {
|
|
957
|
-
readonly DISABLED: "DISABLED";
|
|
958
|
-
readonly ENABLED: "ENABLED";
|
|
959
|
-
};
|
|
960
|
-
export type SkipUnavailableStatus =
|
|
961
|
-
(typeof SkipUnavailableStatus)[keyof typeof SkipUnavailableStatus];
|
|
962
616
|
export interface CrossClusterSearchConnectionProperties {
|
|
963
617
|
SkipUnavailable?: SkipUnavailableStatus | undefined;
|
|
964
618
|
}
|
|
@@ -973,20 +627,6 @@ export interface CreateOutboundConnectionRequest {
|
|
|
973
627
|
ConnectionMode?: ConnectionMode | undefined;
|
|
974
628
|
ConnectionProperties?: ConnectionProperties | undefined;
|
|
975
629
|
}
|
|
976
|
-
export declare const OutboundConnectionStatusCode: {
|
|
977
|
-
readonly ACTIVE: "ACTIVE";
|
|
978
|
-
readonly APPROVED: "APPROVED";
|
|
979
|
-
readonly DELETED: "DELETED";
|
|
980
|
-
readonly DELETING: "DELETING";
|
|
981
|
-
readonly PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE";
|
|
982
|
-
readonly PROVISIONING: "PROVISIONING";
|
|
983
|
-
readonly REJECTED: "REJECTED";
|
|
984
|
-
readonly REJECTING: "REJECTING";
|
|
985
|
-
readonly VALIDATING: "VALIDATING";
|
|
986
|
-
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
987
|
-
};
|
|
988
|
-
export type OutboundConnectionStatusCode =
|
|
989
|
-
(typeof OutboundConnectionStatusCode)[keyof typeof OutboundConnectionStatusCode];
|
|
990
630
|
export interface OutboundConnectionStatus {
|
|
991
631
|
StatusCode?: OutboundConnectionStatusCode | undefined;
|
|
992
632
|
Message?: string | undefined;
|
|
@@ -1000,13 +640,6 @@ export interface CreateOutboundConnectionResponse {
|
|
|
1000
640
|
ConnectionMode?: ConnectionMode | undefined;
|
|
1001
641
|
ConnectionProperties?: ConnectionProperties | undefined;
|
|
1002
642
|
}
|
|
1003
|
-
export declare const RequirementLevel: {
|
|
1004
|
-
readonly NONE: "NONE";
|
|
1005
|
-
readonly OPTIONAL: "OPTIONAL";
|
|
1006
|
-
readonly REQUIRED: "REQUIRED";
|
|
1007
|
-
};
|
|
1008
|
-
export type RequirementLevel =
|
|
1009
|
-
(typeof RequirementLevel)[keyof typeof RequirementLevel];
|
|
1010
643
|
export interface PackageConfiguration {
|
|
1011
644
|
LicenseRequirement: RequirementLevel | undefined;
|
|
1012
645
|
LicenseFilepath?: string | undefined;
|
|
@@ -1041,17 +674,6 @@ export interface PluginProperties {
|
|
|
1041
674
|
ClassName?: string | undefined;
|
|
1042
675
|
UncompressedSizeInBytes?: number | undefined;
|
|
1043
676
|
}
|
|
1044
|
-
export declare const PackageStatus: {
|
|
1045
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1046
|
-
readonly COPYING: "COPYING";
|
|
1047
|
-
readonly COPY_FAILED: "COPY_FAILED";
|
|
1048
|
-
readonly DELETED: "DELETED";
|
|
1049
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1050
|
-
readonly DELETING: "DELETING";
|
|
1051
|
-
readonly VALIDATING: "VALIDATING";
|
|
1052
|
-
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
1053
|
-
};
|
|
1054
|
-
export type PackageStatus = (typeof PackageStatus)[keyof typeof PackageStatus];
|
|
1055
677
|
export interface PackageDetails {
|
|
1056
678
|
PackageID?: string | undefined;
|
|
1057
679
|
PackageName?: string | undefined;
|
|
@@ -1078,17 +700,6 @@ export interface CreateVpcEndpointRequest {
|
|
|
1078
700
|
VpcOptions: VPCOptions | undefined;
|
|
1079
701
|
ClientToken?: string | undefined;
|
|
1080
702
|
}
|
|
1081
|
-
export declare const VpcEndpointStatus: {
|
|
1082
|
-
readonly ACTIVE: "ACTIVE";
|
|
1083
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1084
|
-
readonly CREATING: "CREATING";
|
|
1085
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1086
|
-
readonly DELETING: "DELETING";
|
|
1087
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1088
|
-
readonly UPDATING: "UPDATING";
|
|
1089
|
-
};
|
|
1090
|
-
export type VpcEndpointStatus =
|
|
1091
|
-
(typeof VpcEndpointStatus)[keyof typeof VpcEndpointStatus];
|
|
1092
703
|
export interface VpcEndpoint {
|
|
1093
704
|
VpcEndpointId?: string | undefined;
|
|
1094
705
|
VpcEndpointOwner?: string | undefined;
|
|
@@ -1177,19 +788,6 @@ export interface DescribeDomainAutoTunesRequest {
|
|
|
1177
788
|
MaxResults?: number | undefined;
|
|
1178
789
|
NextToken?: string | undefined;
|
|
1179
790
|
}
|
|
1180
|
-
export declare const ScheduledAutoTuneActionType: {
|
|
1181
|
-
readonly JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING";
|
|
1182
|
-
readonly JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING";
|
|
1183
|
-
};
|
|
1184
|
-
export type ScheduledAutoTuneActionType =
|
|
1185
|
-
(typeof ScheduledAutoTuneActionType)[keyof typeof ScheduledAutoTuneActionType];
|
|
1186
|
-
export declare const ScheduledAutoTuneSeverityType: {
|
|
1187
|
-
readonly HIGH: "HIGH";
|
|
1188
|
-
readonly LOW: "LOW";
|
|
1189
|
-
readonly MEDIUM: "MEDIUM";
|
|
1190
|
-
};
|
|
1191
|
-
export type ScheduledAutoTuneSeverityType =
|
|
1192
|
-
(typeof ScheduledAutoTuneSeverityType)[keyof typeof ScheduledAutoTuneSeverityType];
|
|
1193
791
|
export interface ScheduledAutoTuneDetails {
|
|
1194
792
|
Date?: Date | undefined;
|
|
1195
793
|
ActionType?: ScheduledAutoTuneActionType | undefined;
|
|
@@ -1199,10 +797,6 @@ export interface ScheduledAutoTuneDetails {
|
|
|
1199
797
|
export interface AutoTuneDetails {
|
|
1200
798
|
ScheduledAutoTuneDetails?: ScheduledAutoTuneDetails | undefined;
|
|
1201
799
|
}
|
|
1202
|
-
export declare const AutoTuneType: {
|
|
1203
|
-
readonly SCHEDULED_ACTION: "SCHEDULED_ACTION";
|
|
1204
|
-
};
|
|
1205
|
-
export type AutoTuneType = (typeof AutoTuneType)[keyof typeof AutoTuneType];
|
|
1206
800
|
export interface AutoTune {
|
|
1207
801
|
AutoTuneType?: AutoTuneType | undefined;
|
|
1208
802
|
AutoTuneDetails?: AutoTuneDetails | undefined;
|
|
@@ -1221,14 +815,6 @@ export interface ChangeProgressStage {
|
|
|
1221
815
|
Description?: string | undefined;
|
|
1222
816
|
LastUpdated?: Date | undefined;
|
|
1223
817
|
}
|
|
1224
|
-
export declare const OverallChangeStatus: {
|
|
1225
|
-
readonly COMPLETED: "COMPLETED";
|
|
1226
|
-
readonly FAILED: "FAILED";
|
|
1227
|
-
readonly PENDING: "PENDING";
|
|
1228
|
-
readonly PROCESSING: "PROCESSING";
|
|
1229
|
-
};
|
|
1230
|
-
export type OverallChangeStatus =
|
|
1231
|
-
(typeof OverallChangeStatus)[keyof typeof OverallChangeStatus];
|
|
1232
818
|
export interface ChangeProgressStatusDetails {
|
|
1233
819
|
ChangeId?: string | undefined;
|
|
1234
820
|
StartTime?: Date | undefined;
|
|
@@ -1247,12 +833,6 @@ export interface DescribeDomainChangeProgressResponse {
|
|
|
1247
833
|
export interface DescribeDomainConfigRequest {
|
|
1248
834
|
DomainName: string | undefined;
|
|
1249
835
|
}
|
|
1250
|
-
export declare const RollbackOnDisable: {
|
|
1251
|
-
readonly DEFAULT_ROLLBACK: "DEFAULT_ROLLBACK";
|
|
1252
|
-
readonly NO_ROLLBACK: "NO_ROLLBACK";
|
|
1253
|
-
};
|
|
1254
|
-
export type RollbackOnDisable =
|
|
1255
|
-
(typeof RollbackOnDisable)[keyof typeof RollbackOnDisable];
|
|
1256
836
|
export interface AutoTuneOptions {
|
|
1257
837
|
DesiredState?: AutoTuneDesiredState | undefined;
|
|
1258
838
|
RollbackOnDisable?: RollbackOnDisable | undefined;
|
|
@@ -1356,25 +936,6 @@ export interface DescribeDomainConfigResponse {
|
|
|
1356
936
|
export interface DescribeDomainHealthRequest {
|
|
1357
937
|
DomainName: string | undefined;
|
|
1358
938
|
}
|
|
1359
|
-
export declare const DomainHealth: {
|
|
1360
|
-
readonly Green: "Green";
|
|
1361
|
-
readonly NotAvailable: "NotAvailable";
|
|
1362
|
-
readonly Red: "Red";
|
|
1363
|
-
readonly Yellow: "Yellow";
|
|
1364
|
-
};
|
|
1365
|
-
export type DomainHealth = (typeof DomainHealth)[keyof typeof DomainHealth];
|
|
1366
|
-
export declare const DomainState: {
|
|
1367
|
-
readonly Active: "Active";
|
|
1368
|
-
readonly NotAvailable: "NotAvailable";
|
|
1369
|
-
readonly Processing: "Processing";
|
|
1370
|
-
};
|
|
1371
|
-
export type DomainState = (typeof DomainState)[keyof typeof DomainState];
|
|
1372
|
-
export declare const ZoneStatus: {
|
|
1373
|
-
readonly Active: "Active";
|
|
1374
|
-
readonly NotAvailable: "NotAvailable";
|
|
1375
|
-
readonly StandBy: "StandBy";
|
|
1376
|
-
};
|
|
1377
|
-
export type ZoneStatus = (typeof ZoneStatus)[keyof typeof ZoneStatus];
|
|
1378
939
|
export interface AvailabilityZoneInfo {
|
|
1379
940
|
AvailabilityZoneName?: string | undefined;
|
|
1380
941
|
ZoneStatus?: ZoneStatus | undefined;
|
|
@@ -1386,12 +947,6 @@ export interface AvailabilityZoneInfo {
|
|
|
1386
947
|
export interface EnvironmentInfo {
|
|
1387
948
|
AvailabilityZoneInformation?: AvailabilityZoneInfo[] | undefined;
|
|
1388
949
|
}
|
|
1389
|
-
export declare const MasterNodeStatus: {
|
|
1390
|
-
readonly Available: "Available";
|
|
1391
|
-
readonly UnAvailable: "UnAvailable";
|
|
1392
|
-
};
|
|
1393
|
-
export type MasterNodeStatus =
|
|
1394
|
-
(typeof MasterNodeStatus)[keyof typeof MasterNodeStatus];
|
|
1395
950
|
export interface DescribeDomainHealthResponse {
|
|
1396
951
|
DomainState?: DomainState | undefined;
|
|
1397
952
|
AvailabilityZoneCount?: string | undefined;
|
|
@@ -1410,18 +965,6 @@ export interface DescribeDomainHealthResponse {
|
|
|
1410
965
|
export interface DescribeDomainNodesRequest {
|
|
1411
966
|
DomainName: string | undefined;
|
|
1412
967
|
}
|
|
1413
|
-
export declare const NodeStatus: {
|
|
1414
|
-
readonly Active: "Active";
|
|
1415
|
-
readonly NotAvailable: "NotAvailable";
|
|
1416
|
-
readonly StandBy: "StandBy";
|
|
1417
|
-
};
|
|
1418
|
-
export type NodeStatus = (typeof NodeStatus)[keyof typeof NodeStatus];
|
|
1419
|
-
export declare const NodeType: {
|
|
1420
|
-
readonly Data: "Data";
|
|
1421
|
-
readonly Master: "Master";
|
|
1422
|
-
readonly Ultrawarm: "Ultrawarm";
|
|
1423
|
-
};
|
|
1424
|
-
export type NodeType = (typeof NodeType)[keyof typeof NodeType];
|
|
1425
968
|
export interface DomainNodesStatus {
|
|
1426
969
|
NodeId?: string | undefined;
|
|
1427
970
|
NodeType?: NodeType | undefined;
|
|
@@ -1479,16 +1022,6 @@ export interface DescribeInboundConnectionsResponse {
|
|
|
1479
1022
|
Connections?: InboundConnection[] | undefined;
|
|
1480
1023
|
NextToken?: string | undefined;
|
|
1481
1024
|
}
|
|
1482
|
-
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
1483
|
-
readonly name: "InvalidPaginationTokenException";
|
|
1484
|
-
readonly $fault: "client";
|
|
1485
|
-
constructor(
|
|
1486
|
-
opts: __ExceptionOptionType<
|
|
1487
|
-
InvalidPaginationTokenException,
|
|
1488
|
-
__BaseException
|
|
1489
|
-
>
|
|
1490
|
-
);
|
|
1491
|
-
}
|
|
1492
1025
|
export interface DescribeInstanceTypeLimitsRequest {
|
|
1493
1026
|
DomainName?: string | undefined;
|
|
1494
1027
|
InstanceType: OpenSearchPartitionInstanceType | undefined;
|
|
@@ -1527,16 +1060,6 @@ export interface DescribeOutboundConnectionsResponse {
|
|
|
1527
1060
|
Connections?: OutboundConnection[] | undefined;
|
|
1528
1061
|
NextToken?: string | undefined;
|
|
1529
1062
|
}
|
|
1530
|
-
export declare const DescribePackagesFilterName: {
|
|
1531
|
-
readonly EngineVersion: "EngineVersion";
|
|
1532
|
-
readonly PackageID: "PackageID";
|
|
1533
|
-
readonly PackageName: "PackageName";
|
|
1534
|
-
readonly PackageOwner: "PackageOwner";
|
|
1535
|
-
readonly PackageStatus: "PackageStatus";
|
|
1536
|
-
readonly PackageType: "PackageType";
|
|
1537
|
-
};
|
|
1538
|
-
export type DescribePackagesFilterName =
|
|
1539
|
-
(typeof DescribePackagesFilterName)[keyof typeof DescribePackagesFilterName];
|
|
1540
1063
|
export interface DescribePackagesFilter {
|
|
1541
1064
|
Name?: DescribePackagesFilterName | undefined;
|
|
1542
1065
|
Value?: string[] | undefined;
|
|
@@ -1555,13 +1078,6 @@ export interface DescribeReservedInstanceOfferingsRequest {
|
|
|
1555
1078
|
MaxResults?: number | undefined;
|
|
1556
1079
|
NextToken?: string | undefined;
|
|
1557
1080
|
}
|
|
1558
|
-
export declare const ReservedInstancePaymentOption: {
|
|
1559
|
-
readonly ALL_UPFRONT: "ALL_UPFRONT";
|
|
1560
|
-
readonly NO_UPFRONT: "NO_UPFRONT";
|
|
1561
|
-
readonly PARTIAL_UPFRONT: "PARTIAL_UPFRONT";
|
|
1562
|
-
};
|
|
1563
|
-
export type ReservedInstancePaymentOption =
|
|
1564
|
-
(typeof ReservedInstancePaymentOption)[keyof typeof ReservedInstancePaymentOption];
|
|
1565
1081
|
export interface RecurringCharge {
|
|
1566
1082
|
RecurringChargeAmount?: number | undefined;
|
|
1567
1083
|
RecurringChargeFrequency?: string | undefined;
|
|
@@ -1608,12 +1124,6 @@ export interface DescribeReservedInstancesResponse {
|
|
|
1608
1124
|
export interface DescribeVpcEndpointsRequest {
|
|
1609
1125
|
VpcEndpointIds: string[] | undefined;
|
|
1610
1126
|
}
|
|
1611
|
-
export declare const VpcEndpointErrorCode: {
|
|
1612
|
-
readonly ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND";
|
|
1613
|
-
readonly SERVER_ERROR: "SERVER_ERROR";
|
|
1614
|
-
};
|
|
1615
|
-
export type VpcEndpointErrorCode =
|
|
1616
|
-
(typeof VpcEndpointErrorCode)[keyof typeof VpcEndpointErrorCode];
|
|
1617
1127
|
export interface VpcEndpointError {
|
|
1618
1128
|
VpcEndpointId?: string | undefined;
|
|
1619
1129
|
ErrorCode?: VpcEndpointErrorCode | undefined;
|
|
@@ -1640,15 +1150,6 @@ export interface DissociatePackagesResponse {
|
|
|
1640
1150
|
export interface GetApplicationRequest {
|
|
1641
1151
|
id: string | undefined;
|
|
1642
1152
|
}
|
|
1643
|
-
export declare const ApplicationStatus: {
|
|
1644
|
-
readonly ACTIVE: "ACTIVE";
|
|
1645
|
-
readonly CREATING: "CREATING";
|
|
1646
|
-
readonly DELETING: "DELETING";
|
|
1647
|
-
readonly FAILED: "FAILED";
|
|
1648
|
-
readonly UPDATING: "UPDATING";
|
|
1649
|
-
};
|
|
1650
|
-
export type ApplicationStatus =
|
|
1651
|
-
(typeof ApplicationStatus)[keyof typeof ApplicationStatus];
|
|
1652
1153
|
export interface GetApplicationResponse {
|
|
1653
1154
|
id?: string | undefined;
|
|
1654
1155
|
arn?: string | undefined;
|
|
@@ -1675,12 +1176,6 @@ export interface GetDataSourceRequest {
|
|
|
1675
1176
|
DomainName: string | undefined;
|
|
1676
1177
|
Name: string | undefined;
|
|
1677
1178
|
}
|
|
1678
|
-
export declare const DataSourceStatus: {
|
|
1679
|
-
readonly ACTIVE: "ACTIVE";
|
|
1680
|
-
readonly DISABLED: "DISABLED";
|
|
1681
|
-
};
|
|
1682
|
-
export type DataSourceStatus =
|
|
1683
|
-
(typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
1684
1179
|
export interface GetDataSourceResponse {
|
|
1685
1180
|
DataSourceType?: DataSourceType | undefined;
|
|
1686
1181
|
Name?: string | undefined;
|
|
@@ -1705,22 +1200,6 @@ export interface GetDomainMaintenanceStatusRequest {
|
|
|
1705
1200
|
DomainName: string | undefined;
|
|
1706
1201
|
MaintenanceId: string | undefined;
|
|
1707
1202
|
}
|
|
1708
|
-
export declare const MaintenanceType: {
|
|
1709
|
-
readonly REBOOT_NODE: "REBOOT_NODE";
|
|
1710
|
-
readonly RESTART_DASHBOARD: "RESTART_DASHBOARD";
|
|
1711
|
-
readonly RESTART_SEARCH_PROCESS: "RESTART_SEARCH_PROCESS";
|
|
1712
|
-
};
|
|
1713
|
-
export type MaintenanceType =
|
|
1714
|
-
(typeof MaintenanceType)[keyof typeof MaintenanceType];
|
|
1715
|
-
export declare const MaintenanceStatus: {
|
|
1716
|
-
readonly COMPLETED: "COMPLETED";
|
|
1717
|
-
readonly FAILED: "FAILED";
|
|
1718
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1719
|
-
readonly PENDING: "PENDING";
|
|
1720
|
-
readonly TIMED_OUT: "TIMED_OUT";
|
|
1721
|
-
};
|
|
1722
|
-
export type MaintenanceStatus =
|
|
1723
|
-
(typeof MaintenanceStatus)[keyof typeof MaintenanceStatus];
|
|
1724
1203
|
export interface GetDomainMaintenanceStatusResponse {
|
|
1725
1204
|
Status?: MaintenanceStatus | undefined;
|
|
1726
1205
|
StatusMessage?: string | undefined;
|
|
@@ -1758,19 +1237,6 @@ export interface GetUpgradeHistoryRequest {
|
|
|
1758
1237
|
MaxResults?: number | undefined;
|
|
1759
1238
|
NextToken?: string | undefined;
|
|
1760
1239
|
}
|
|
1761
|
-
export declare const UpgradeStep: {
|
|
1762
|
-
readonly PRE_UPGRADE_CHECK: "PRE_UPGRADE_CHECK";
|
|
1763
|
-
readonly SNAPSHOT: "SNAPSHOT";
|
|
1764
|
-
readonly UPGRADE: "UPGRADE";
|
|
1765
|
-
};
|
|
1766
|
-
export type UpgradeStep = (typeof UpgradeStep)[keyof typeof UpgradeStep];
|
|
1767
|
-
export declare const UpgradeStatus: {
|
|
1768
|
-
readonly FAILED: "FAILED";
|
|
1769
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1770
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1771
|
-
readonly SUCCEEDED_WITH_ISSUES: "SUCCEEDED_WITH_ISSUES";
|
|
1772
|
-
};
|
|
1773
|
-
export type UpgradeStatus = (typeof UpgradeStatus)[keyof typeof UpgradeStatus];
|
|
1774
1240
|
export interface UpgradeStepItem {
|
|
1775
1241
|
UpgradeStep?: UpgradeStep | undefined;
|
|
1776
1242
|
UpgradeStepStatus?: UpgradeStatus | undefined;
|
|
@@ -1822,3 +1288,321 @@ export interface DataSourceDetails {
|
|
|
1822
1288
|
Description?: string | undefined;
|
|
1823
1289
|
Status?: DataSourceStatus | undefined;
|
|
1824
1290
|
}
|
|
1291
|
+
export interface ListDataSourcesResponse {
|
|
1292
|
+
DataSources?: DataSourceDetails[] | undefined;
|
|
1293
|
+
}
|
|
1294
|
+
export interface ListDirectQueryDataSourcesRequest {
|
|
1295
|
+
NextToken?: string | undefined;
|
|
1296
|
+
}
|
|
1297
|
+
export interface DirectQueryDataSource {
|
|
1298
|
+
DataSourceName?: string | undefined;
|
|
1299
|
+
DataSourceType?: DirectQueryDataSourceType | undefined;
|
|
1300
|
+
Description?: string | undefined;
|
|
1301
|
+
OpenSearchArns?: string[] | undefined;
|
|
1302
|
+
DataSourceArn?: string | undefined;
|
|
1303
|
+
TagList?: Tag[] | undefined;
|
|
1304
|
+
}
|
|
1305
|
+
export interface ListDirectQueryDataSourcesResponse {
|
|
1306
|
+
NextToken?: string | undefined;
|
|
1307
|
+
DirectQueryDataSources?: DirectQueryDataSource[] | undefined;
|
|
1308
|
+
}
|
|
1309
|
+
export interface ListDomainMaintenancesRequest {
|
|
1310
|
+
DomainName: string | undefined;
|
|
1311
|
+
Action?: MaintenanceType | undefined;
|
|
1312
|
+
Status?: MaintenanceStatus | undefined;
|
|
1313
|
+
MaxResults?: number | undefined;
|
|
1314
|
+
NextToken?: string | undefined;
|
|
1315
|
+
}
|
|
1316
|
+
export interface DomainMaintenanceDetails {
|
|
1317
|
+
MaintenanceId?: string | undefined;
|
|
1318
|
+
DomainName?: string | undefined;
|
|
1319
|
+
Action?: MaintenanceType | undefined;
|
|
1320
|
+
NodeId?: string | undefined;
|
|
1321
|
+
Status?: MaintenanceStatus | undefined;
|
|
1322
|
+
StatusMessage?: string | undefined;
|
|
1323
|
+
CreatedAt?: Date | undefined;
|
|
1324
|
+
UpdatedAt?: Date | undefined;
|
|
1325
|
+
}
|
|
1326
|
+
export interface ListDomainMaintenancesResponse {
|
|
1327
|
+
DomainMaintenances?: DomainMaintenanceDetails[] | undefined;
|
|
1328
|
+
NextToken?: string | undefined;
|
|
1329
|
+
}
|
|
1330
|
+
export interface ListDomainNamesRequest {
|
|
1331
|
+
EngineType?: EngineType | undefined;
|
|
1332
|
+
}
|
|
1333
|
+
export interface DomainInfo {
|
|
1334
|
+
DomainName?: string | undefined;
|
|
1335
|
+
EngineType?: EngineType | undefined;
|
|
1336
|
+
}
|
|
1337
|
+
export interface ListDomainNamesResponse {
|
|
1338
|
+
DomainNames?: DomainInfo[] | undefined;
|
|
1339
|
+
}
|
|
1340
|
+
export interface ListDomainsForPackageRequest {
|
|
1341
|
+
PackageID: string | undefined;
|
|
1342
|
+
MaxResults?: number | undefined;
|
|
1343
|
+
NextToken?: string | undefined;
|
|
1344
|
+
}
|
|
1345
|
+
export interface ListDomainsForPackageResponse {
|
|
1346
|
+
DomainPackageDetailsList?: DomainPackageDetails[] | undefined;
|
|
1347
|
+
NextToken?: string | undefined;
|
|
1348
|
+
}
|
|
1349
|
+
export interface ListInstanceTypeDetailsRequest {
|
|
1350
|
+
EngineVersion: string | undefined;
|
|
1351
|
+
DomainName?: string | undefined;
|
|
1352
|
+
MaxResults?: number | undefined;
|
|
1353
|
+
NextToken?: string | undefined;
|
|
1354
|
+
RetrieveAZs?: boolean | undefined;
|
|
1355
|
+
InstanceType?: string | undefined;
|
|
1356
|
+
}
|
|
1357
|
+
export interface InstanceTypeDetails {
|
|
1358
|
+
InstanceType?: OpenSearchPartitionInstanceType | undefined;
|
|
1359
|
+
EncryptionEnabled?: boolean | undefined;
|
|
1360
|
+
CognitoEnabled?: boolean | undefined;
|
|
1361
|
+
AppLogsEnabled?: boolean | undefined;
|
|
1362
|
+
AdvancedSecurityEnabled?: boolean | undefined;
|
|
1363
|
+
WarmEnabled?: boolean | undefined;
|
|
1364
|
+
InstanceRole?: string[] | undefined;
|
|
1365
|
+
AvailabilityZones?: string[] | undefined;
|
|
1366
|
+
}
|
|
1367
|
+
export interface ListInstanceTypeDetailsResponse {
|
|
1368
|
+
InstanceTypeDetails?: InstanceTypeDetails[] | undefined;
|
|
1369
|
+
NextToken?: string | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface ListPackagesForDomainRequest {
|
|
1372
|
+
DomainName: string | undefined;
|
|
1373
|
+
MaxResults?: number | undefined;
|
|
1374
|
+
NextToken?: string | undefined;
|
|
1375
|
+
}
|
|
1376
|
+
export interface ListPackagesForDomainResponse {
|
|
1377
|
+
DomainPackageDetailsList?: DomainPackageDetails[] | undefined;
|
|
1378
|
+
NextToken?: string | undefined;
|
|
1379
|
+
}
|
|
1380
|
+
export interface ListScheduledActionsRequest {
|
|
1381
|
+
DomainName: string | undefined;
|
|
1382
|
+
MaxResults?: number | undefined;
|
|
1383
|
+
NextToken?: string | undefined;
|
|
1384
|
+
}
|
|
1385
|
+
export interface ScheduledAction {
|
|
1386
|
+
Id: string | undefined;
|
|
1387
|
+
Type: ActionType | undefined;
|
|
1388
|
+
Severity: ActionSeverity | undefined;
|
|
1389
|
+
ScheduledTime: number | undefined;
|
|
1390
|
+
Description?: string | undefined;
|
|
1391
|
+
ScheduledBy?: ScheduledBy | undefined;
|
|
1392
|
+
Status?: ActionStatus | undefined;
|
|
1393
|
+
Mandatory?: boolean | undefined;
|
|
1394
|
+
Cancellable?: boolean | undefined;
|
|
1395
|
+
}
|
|
1396
|
+
export interface ListScheduledActionsResponse {
|
|
1397
|
+
ScheduledActions?: ScheduledAction[] | undefined;
|
|
1398
|
+
NextToken?: string | undefined;
|
|
1399
|
+
}
|
|
1400
|
+
export interface ListTagsRequest {
|
|
1401
|
+
ARN: string | undefined;
|
|
1402
|
+
}
|
|
1403
|
+
export interface ListTagsResponse {
|
|
1404
|
+
TagList?: Tag[] | undefined;
|
|
1405
|
+
}
|
|
1406
|
+
export interface ListVersionsRequest {
|
|
1407
|
+
MaxResults?: number | undefined;
|
|
1408
|
+
NextToken?: string | undefined;
|
|
1409
|
+
}
|
|
1410
|
+
export interface ListVersionsResponse {
|
|
1411
|
+
Versions?: string[] | undefined;
|
|
1412
|
+
NextToken?: string | undefined;
|
|
1413
|
+
}
|
|
1414
|
+
export interface ListVpcEndpointAccessRequest {
|
|
1415
|
+
DomainName: string | undefined;
|
|
1416
|
+
NextToken?: string | undefined;
|
|
1417
|
+
}
|
|
1418
|
+
export interface ListVpcEndpointAccessResponse {
|
|
1419
|
+
AuthorizedPrincipalList: AuthorizedPrincipal[] | undefined;
|
|
1420
|
+
NextToken: string | undefined;
|
|
1421
|
+
}
|
|
1422
|
+
export interface ListVpcEndpointsRequest {
|
|
1423
|
+
NextToken?: string | undefined;
|
|
1424
|
+
}
|
|
1425
|
+
export interface ListVpcEndpointsResponse {
|
|
1426
|
+
VpcEndpointSummaryList: VpcEndpointSummary[] | undefined;
|
|
1427
|
+
NextToken: string | undefined;
|
|
1428
|
+
}
|
|
1429
|
+
export interface ListVpcEndpointsForDomainRequest {
|
|
1430
|
+
DomainName: string | undefined;
|
|
1431
|
+
NextToken?: string | undefined;
|
|
1432
|
+
}
|
|
1433
|
+
export interface ListVpcEndpointsForDomainResponse {
|
|
1434
|
+
VpcEndpointSummaryList: VpcEndpointSummary[] | undefined;
|
|
1435
|
+
NextToken: string | undefined;
|
|
1436
|
+
}
|
|
1437
|
+
export interface PurchaseReservedInstanceOfferingRequest {
|
|
1438
|
+
ReservedInstanceOfferingId: string | undefined;
|
|
1439
|
+
ReservationName: string | undefined;
|
|
1440
|
+
InstanceCount?: number | undefined;
|
|
1441
|
+
}
|
|
1442
|
+
export interface PurchaseReservedInstanceOfferingResponse {
|
|
1443
|
+
ReservedInstanceId?: string | undefined;
|
|
1444
|
+
ReservationName?: string | undefined;
|
|
1445
|
+
}
|
|
1446
|
+
export interface PutDefaultApplicationSettingRequest {
|
|
1447
|
+
applicationArn: string | undefined;
|
|
1448
|
+
setAsDefault: boolean | undefined;
|
|
1449
|
+
}
|
|
1450
|
+
export interface PutDefaultApplicationSettingResponse {
|
|
1451
|
+
applicationArn?: string | undefined;
|
|
1452
|
+
}
|
|
1453
|
+
export interface RejectInboundConnectionRequest {
|
|
1454
|
+
ConnectionId: string | undefined;
|
|
1455
|
+
}
|
|
1456
|
+
export interface RejectInboundConnectionResponse {
|
|
1457
|
+
Connection?: InboundConnection | undefined;
|
|
1458
|
+
}
|
|
1459
|
+
export interface RemoveTagsRequest {
|
|
1460
|
+
ARN: string | undefined;
|
|
1461
|
+
TagKeys: string[] | undefined;
|
|
1462
|
+
}
|
|
1463
|
+
export interface RevokeVpcEndpointAccessRequest {
|
|
1464
|
+
DomainName: string | undefined;
|
|
1465
|
+
Account?: string | undefined;
|
|
1466
|
+
Service?: AWSServicePrincipal | undefined;
|
|
1467
|
+
}
|
|
1468
|
+
export interface RevokeVpcEndpointAccessResponse {}
|
|
1469
|
+
export interface StartDomainMaintenanceRequest {
|
|
1470
|
+
DomainName: string | undefined;
|
|
1471
|
+
Action: MaintenanceType | undefined;
|
|
1472
|
+
NodeId?: string | undefined;
|
|
1473
|
+
}
|
|
1474
|
+
export interface StartDomainMaintenanceResponse {
|
|
1475
|
+
MaintenanceId?: string | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
export interface StartServiceSoftwareUpdateRequest {
|
|
1478
|
+
DomainName: string | undefined;
|
|
1479
|
+
ScheduleAt?: ScheduleAt | undefined;
|
|
1480
|
+
DesiredStartTime?: number | undefined;
|
|
1481
|
+
}
|
|
1482
|
+
export interface StartServiceSoftwareUpdateResponse {
|
|
1483
|
+
ServiceSoftwareOptions?: ServiceSoftwareOptions | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface UpdateApplicationRequest {
|
|
1486
|
+
id: string | undefined;
|
|
1487
|
+
dataSources?: DataSource[] | undefined;
|
|
1488
|
+
appConfigs?: AppConfig[] | undefined;
|
|
1489
|
+
}
|
|
1490
|
+
export interface UpdateApplicationResponse {
|
|
1491
|
+
id?: string | undefined;
|
|
1492
|
+
name?: string | undefined;
|
|
1493
|
+
arn?: string | undefined;
|
|
1494
|
+
dataSources?: DataSource[] | undefined;
|
|
1495
|
+
iamIdentityCenterOptions?: IamIdentityCenterOptions | undefined;
|
|
1496
|
+
appConfigs?: AppConfig[] | undefined;
|
|
1497
|
+
createdAt?: Date | undefined;
|
|
1498
|
+
lastUpdatedAt?: Date | undefined;
|
|
1499
|
+
}
|
|
1500
|
+
export interface UpdateDataSourceRequest {
|
|
1501
|
+
DomainName: string | undefined;
|
|
1502
|
+
Name: string | undefined;
|
|
1503
|
+
DataSourceType: DataSourceType | undefined;
|
|
1504
|
+
Description?: string | undefined;
|
|
1505
|
+
Status?: DataSourceStatus | undefined;
|
|
1506
|
+
}
|
|
1507
|
+
export interface UpdateDataSourceResponse {
|
|
1508
|
+
Message?: string | undefined;
|
|
1509
|
+
}
|
|
1510
|
+
export interface UpdateDirectQueryDataSourceRequest {
|
|
1511
|
+
DataSourceName: string | undefined;
|
|
1512
|
+
DataSourceType: DirectQueryDataSourceType | undefined;
|
|
1513
|
+
Description?: string | undefined;
|
|
1514
|
+
OpenSearchArns: string[] | undefined;
|
|
1515
|
+
}
|
|
1516
|
+
export interface UpdateDirectQueryDataSourceResponse {
|
|
1517
|
+
DataSourceArn?: string | undefined;
|
|
1518
|
+
}
|
|
1519
|
+
export interface UpdateDomainConfigRequest {
|
|
1520
|
+
DomainName: string | undefined;
|
|
1521
|
+
ClusterConfig?: ClusterConfig | undefined;
|
|
1522
|
+
EBSOptions?: EBSOptions | undefined;
|
|
1523
|
+
SnapshotOptions?: SnapshotOptions | undefined;
|
|
1524
|
+
VPCOptions?: VPCOptions | undefined;
|
|
1525
|
+
CognitoOptions?: CognitoOptions | undefined;
|
|
1526
|
+
AdvancedOptions?: Record<string, string> | undefined;
|
|
1527
|
+
AccessPolicies?: string | undefined;
|
|
1528
|
+
IPAddressType?: IPAddressType | undefined;
|
|
1529
|
+
LogPublishingOptions?:
|
|
1530
|
+
| Partial<Record<LogType, LogPublishingOption>>
|
|
1531
|
+
| undefined;
|
|
1532
|
+
EncryptionAtRestOptions?: EncryptionAtRestOptions | undefined;
|
|
1533
|
+
DomainEndpointOptions?: DomainEndpointOptions | undefined;
|
|
1534
|
+
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | undefined;
|
|
1535
|
+
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput | undefined;
|
|
1536
|
+
IdentityCenterOptions?: IdentityCenterOptionsInput | undefined;
|
|
1537
|
+
AutoTuneOptions?: AutoTuneOptions | undefined;
|
|
1538
|
+
DryRun?: boolean | undefined;
|
|
1539
|
+
DryRunMode?: DryRunMode | undefined;
|
|
1540
|
+
OffPeakWindowOptions?: OffPeakWindowOptions | undefined;
|
|
1541
|
+
SoftwareUpdateOptions?: SoftwareUpdateOptions | undefined;
|
|
1542
|
+
AIMLOptions?: AIMLOptionsInput | undefined;
|
|
1543
|
+
}
|
|
1544
|
+
export interface UpdateDomainConfigResponse {
|
|
1545
|
+
DomainConfig: DomainConfig | undefined;
|
|
1546
|
+
DryRunResults?: DryRunResults | undefined;
|
|
1547
|
+
DryRunProgressStatus?: DryRunProgressStatus | undefined;
|
|
1548
|
+
}
|
|
1549
|
+
export interface UpdateIndexRequest {
|
|
1550
|
+
DomainName: string | undefined;
|
|
1551
|
+
IndexName: string | undefined;
|
|
1552
|
+
IndexSchema: __DocumentType | undefined;
|
|
1553
|
+
}
|
|
1554
|
+
export interface UpdateIndexResponse {
|
|
1555
|
+
Status: IndexStatus | undefined;
|
|
1556
|
+
}
|
|
1557
|
+
export interface UpdatePackageRequest {
|
|
1558
|
+
PackageID: string | undefined;
|
|
1559
|
+
PackageSource: PackageSource | undefined;
|
|
1560
|
+
PackageDescription?: string | undefined;
|
|
1561
|
+
CommitMessage?: string | undefined;
|
|
1562
|
+
PackageConfiguration?: PackageConfiguration | undefined;
|
|
1563
|
+
PackageEncryptionOptions?: PackageEncryptionOptions | undefined;
|
|
1564
|
+
}
|
|
1565
|
+
export interface UpdatePackageResponse {
|
|
1566
|
+
PackageDetails?: PackageDetails | undefined;
|
|
1567
|
+
}
|
|
1568
|
+
export interface UpdatePackageScopeRequest {
|
|
1569
|
+
PackageID: string | undefined;
|
|
1570
|
+
Operation: PackageScopeOperationEnum | undefined;
|
|
1571
|
+
PackageUserList: string[] | undefined;
|
|
1572
|
+
}
|
|
1573
|
+
export interface UpdatePackageScopeResponse {
|
|
1574
|
+
PackageID?: string | undefined;
|
|
1575
|
+
Operation?: PackageScopeOperationEnum | undefined;
|
|
1576
|
+
PackageUserList?: string[] | undefined;
|
|
1577
|
+
}
|
|
1578
|
+
export interface UpdateScheduledActionRequest {
|
|
1579
|
+
DomainName: string | undefined;
|
|
1580
|
+
ActionID: string | undefined;
|
|
1581
|
+
ActionType: ActionType | undefined;
|
|
1582
|
+
ScheduleAt: ScheduleAt | undefined;
|
|
1583
|
+
DesiredStartTime?: number | undefined;
|
|
1584
|
+
}
|
|
1585
|
+
export interface UpdateScheduledActionResponse {
|
|
1586
|
+
ScheduledAction?: ScheduledAction | undefined;
|
|
1587
|
+
}
|
|
1588
|
+
export interface UpdateVpcEndpointRequest {
|
|
1589
|
+
VpcEndpointId: string | undefined;
|
|
1590
|
+
VpcOptions: VPCOptions | undefined;
|
|
1591
|
+
}
|
|
1592
|
+
export interface UpdateVpcEndpointResponse {
|
|
1593
|
+
VpcEndpoint: VpcEndpoint | undefined;
|
|
1594
|
+
}
|
|
1595
|
+
export interface UpgradeDomainRequest {
|
|
1596
|
+
DomainName: string | undefined;
|
|
1597
|
+
TargetVersion: string | undefined;
|
|
1598
|
+
PerformCheckOnly?: boolean | undefined;
|
|
1599
|
+
AdvancedOptions?: Record<string, string> | undefined;
|
|
1600
|
+
}
|
|
1601
|
+
export interface UpgradeDomainResponse {
|
|
1602
|
+
UpgradeId?: string | undefined;
|
|
1603
|
+
DomainName?: string | undefined;
|
|
1604
|
+
TargetVersion?: string | undefined;
|
|
1605
|
+
PerformCheckOnly?: boolean | undefined;
|
|
1606
|
+
AdvancedOptions?: Record<string, string> | undefined;
|
|
1607
|
+
ChangeProgressDetails?: ChangeProgressDetails | undefined;
|
|
1608
|
+
}
|