@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
|
@@ -0,0 +1,927 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const ConnectionMode: {
|
|
6
|
+
readonly DIRECT: "DIRECT";
|
|
7
|
+
readonly VPC_ENDPOINT: "VPC_ENDPOINT";
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export type ConnectionMode = (typeof ConnectionMode)[keyof typeof ConnectionMode];
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @enum
|
|
16
|
+
*/
|
|
17
|
+
export declare const InboundConnectionStatusCode: {
|
|
18
|
+
readonly ACTIVE: "ACTIVE";
|
|
19
|
+
readonly APPROVED: "APPROVED";
|
|
20
|
+
readonly DELETED: "DELETED";
|
|
21
|
+
readonly DELETING: "DELETING";
|
|
22
|
+
readonly PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE";
|
|
23
|
+
readonly PROVISIONING: "PROVISIONING";
|
|
24
|
+
readonly REJECTED: "REJECTED";
|
|
25
|
+
readonly REJECTING: "REJECTING";
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export type InboundConnectionStatusCode = (typeof InboundConnectionStatusCode)[keyof typeof InboundConnectionStatusCode];
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
* @enum
|
|
34
|
+
*/
|
|
35
|
+
export declare const OptionState: {
|
|
36
|
+
readonly Active: "Active";
|
|
37
|
+
readonly Processing: "Processing";
|
|
38
|
+
readonly RequiresIndexDocuments: "RequiresIndexDocuments";
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export type OptionState = (typeof OptionState)[keyof typeof OptionState];
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
* @enum
|
|
47
|
+
*/
|
|
48
|
+
export declare const ActionSeverity: {
|
|
49
|
+
readonly HIGH: "HIGH";
|
|
50
|
+
readonly LOW: "LOW";
|
|
51
|
+
readonly MEDIUM: "MEDIUM";
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export type ActionSeverity = (typeof ActionSeverity)[keyof typeof ActionSeverity];
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* @enum
|
|
60
|
+
*/
|
|
61
|
+
export declare const ActionStatus: {
|
|
62
|
+
readonly COMPLETED: "COMPLETED";
|
|
63
|
+
readonly ELIGIBLE: "ELIGIBLE";
|
|
64
|
+
readonly FAILED: "FAILED";
|
|
65
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
66
|
+
readonly NOT_ELIGIBLE: "NOT_ELIGIBLE";
|
|
67
|
+
readonly PENDING_UPDATE: "PENDING_UPDATE";
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export type ActionStatus = (typeof ActionStatus)[keyof typeof ActionStatus];
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
* @enum
|
|
76
|
+
*/
|
|
77
|
+
export declare const ActionType: {
|
|
78
|
+
readonly JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING";
|
|
79
|
+
readonly JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING";
|
|
80
|
+
readonly SERVICE_SOFTWARE_UPDATE: "SERVICE_SOFTWARE_UPDATE";
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
* @enum
|
|
89
|
+
*/
|
|
90
|
+
export declare const NaturalLanguageQueryGenerationDesiredState: {
|
|
91
|
+
readonly Disabled: "DISABLED";
|
|
92
|
+
readonly Enabled: "ENABLED";
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export type NaturalLanguageQueryGenerationDesiredState = (typeof NaturalLanguageQueryGenerationDesiredState)[keyof typeof NaturalLanguageQueryGenerationDesiredState];
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
* @enum
|
|
101
|
+
*/
|
|
102
|
+
export declare const NaturalLanguageQueryGenerationCurrentState: {
|
|
103
|
+
readonly DisableComplete: "DISABLE_COMPLETE";
|
|
104
|
+
readonly DisableFailed: "DISABLE_FAILED";
|
|
105
|
+
readonly DisableInProgress: "DISABLE_IN_PROGRESS";
|
|
106
|
+
readonly EnableComplete: "ENABLE_COMPLETE";
|
|
107
|
+
readonly EnableFailed: "ENABLE_FAILED";
|
|
108
|
+
readonly EnableInProgress: "ENABLE_IN_PROGRESS";
|
|
109
|
+
readonly NotEnabled: "NOT_ENABLED";
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
export type NaturalLanguageQueryGenerationCurrentState = (typeof NaturalLanguageQueryGenerationCurrentState)[keyof typeof NaturalLanguageQueryGenerationCurrentState];
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
* @enum
|
|
118
|
+
*/
|
|
119
|
+
export declare const DomainPackageStatus: {
|
|
120
|
+
readonly ACTIVE: "ACTIVE";
|
|
121
|
+
readonly ASSOCIATING: "ASSOCIATING";
|
|
122
|
+
readonly ASSOCIATION_FAILED: "ASSOCIATION_FAILED";
|
|
123
|
+
readonly DISSOCIATING: "DISSOCIATING";
|
|
124
|
+
readonly DISSOCIATION_FAILED: "DISSOCIATION_FAILED";
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
export type DomainPackageStatus = (typeof DomainPackageStatus)[keyof typeof DomainPackageStatus];
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
* @enum
|
|
133
|
+
*/
|
|
134
|
+
export declare const PackageType: {
|
|
135
|
+
readonly PACKAGE_CONFIG: "PACKAGE-CONFIG";
|
|
136
|
+
readonly PACKAGE_LICENSE: "PACKAGE-LICENSE";
|
|
137
|
+
readonly TXT_DICTIONARY: "TXT-DICTIONARY";
|
|
138
|
+
readonly ZIP_PLUGIN: "ZIP-PLUGIN";
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
export type PackageType = (typeof PackageType)[keyof typeof PackageType];
|
|
144
|
+
/**
|
|
145
|
+
* @public
|
|
146
|
+
* @enum
|
|
147
|
+
*/
|
|
148
|
+
export declare const AWSServicePrincipal: {
|
|
149
|
+
readonly application_opensearchservice_amazonaws_com: "application.opensearchservice.amazonaws.com";
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
export type AWSServicePrincipal = (typeof AWSServicePrincipal)[keyof typeof AWSServicePrincipal];
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
* @enum
|
|
158
|
+
*/
|
|
159
|
+
export declare const PrincipalType: {
|
|
160
|
+
readonly AWS_ACCOUNT: "AWS_ACCOUNT";
|
|
161
|
+
readonly AWS_SERVICE: "AWS_SERVICE";
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
* @enum
|
|
170
|
+
*/
|
|
171
|
+
export declare const DeploymentStatus: {
|
|
172
|
+
readonly COMPLETED: "COMPLETED";
|
|
173
|
+
readonly ELIGIBLE: "ELIGIBLE";
|
|
174
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
175
|
+
readonly NOT_ELIGIBLE: "NOT_ELIGIBLE";
|
|
176
|
+
readonly PENDING_UPDATE: "PENDING_UPDATE";
|
|
177
|
+
};
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
* @enum
|
|
185
|
+
*/
|
|
186
|
+
export declare const AppConfigType: {
|
|
187
|
+
readonly OpensearchDashboardAdminGroups: "opensearchDashboards.dashboardAdmin.groups";
|
|
188
|
+
readonly OpensearchDashboardAdminUsers: "opensearchDashboards.dashboardAdmin.users";
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
export type AppConfigType = (typeof AppConfigType)[keyof typeof AppConfigType];
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
* @enum
|
|
197
|
+
*/
|
|
198
|
+
export declare const AutoTuneDesiredState: {
|
|
199
|
+
readonly DISABLED: "DISABLED";
|
|
200
|
+
readonly ENABLED: "ENABLED";
|
|
201
|
+
};
|
|
202
|
+
/**
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
export type AutoTuneDesiredState = (typeof AutoTuneDesiredState)[keyof typeof AutoTuneDesiredState];
|
|
206
|
+
/**
|
|
207
|
+
* @public
|
|
208
|
+
* @enum
|
|
209
|
+
*/
|
|
210
|
+
export declare const TimeUnit: {
|
|
211
|
+
readonly HOURS: "HOURS";
|
|
212
|
+
};
|
|
213
|
+
/**
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
export type TimeUnit = (typeof TimeUnit)[keyof typeof TimeUnit];
|
|
217
|
+
/**
|
|
218
|
+
* @public
|
|
219
|
+
* @enum
|
|
220
|
+
*/
|
|
221
|
+
export declare const OpenSearchPartitionInstanceType: {
|
|
222
|
+
readonly c4_2xlarge_search: "c4.2xlarge.search";
|
|
223
|
+
readonly c4_4xlarge_search: "c4.4xlarge.search";
|
|
224
|
+
readonly c4_8xlarge_search: "c4.8xlarge.search";
|
|
225
|
+
readonly c4_large_search: "c4.large.search";
|
|
226
|
+
readonly c4_xlarge_search: "c4.xlarge.search";
|
|
227
|
+
readonly c5_18xlarge_search: "c5.18xlarge.search";
|
|
228
|
+
readonly c5_2xlarge_search: "c5.2xlarge.search";
|
|
229
|
+
readonly c5_4xlarge_search: "c5.4xlarge.search";
|
|
230
|
+
readonly c5_9xlarge_search: "c5.9xlarge.search";
|
|
231
|
+
readonly c5_large_search: "c5.large.search";
|
|
232
|
+
readonly c5_xlarge_search: "c5.xlarge.search";
|
|
233
|
+
readonly c6g_12xlarge_search: "c6g.12xlarge.search";
|
|
234
|
+
readonly c6g_2xlarge_search: "c6g.2xlarge.search";
|
|
235
|
+
readonly c6g_4xlarge_search: "c6g.4xlarge.search";
|
|
236
|
+
readonly c6g_8xlarge_search: "c6g.8xlarge.search";
|
|
237
|
+
readonly c6g_large_search: "c6g.large.search";
|
|
238
|
+
readonly c6g_xlarge_search: "c6g.xlarge.search";
|
|
239
|
+
readonly d2_2xlarge_search: "d2.2xlarge.search";
|
|
240
|
+
readonly d2_4xlarge_search: "d2.4xlarge.search";
|
|
241
|
+
readonly d2_8xlarge_search: "d2.8xlarge.search";
|
|
242
|
+
readonly d2_xlarge_search: "d2.xlarge.search";
|
|
243
|
+
readonly i2_2xlarge_search: "i2.2xlarge.search";
|
|
244
|
+
readonly i2_xlarge_search: "i2.xlarge.search";
|
|
245
|
+
readonly i3_16xlarge_search: "i3.16xlarge.search";
|
|
246
|
+
readonly i3_2xlarge_search: "i3.2xlarge.search";
|
|
247
|
+
readonly i3_4xlarge_search: "i3.4xlarge.search";
|
|
248
|
+
readonly i3_8xlarge_search: "i3.8xlarge.search";
|
|
249
|
+
readonly i3_large_search: "i3.large.search";
|
|
250
|
+
readonly i3_xlarge_search: "i3.xlarge.search";
|
|
251
|
+
readonly m3_2xlarge_search: "m3.2xlarge.search";
|
|
252
|
+
readonly m3_large_search: "m3.large.search";
|
|
253
|
+
readonly m3_medium_search: "m3.medium.search";
|
|
254
|
+
readonly m3_xlarge_search: "m3.xlarge.search";
|
|
255
|
+
readonly m4_10xlarge_search: "m4.10xlarge.search";
|
|
256
|
+
readonly m4_2xlarge_search: "m4.2xlarge.search";
|
|
257
|
+
readonly m4_4xlarge_search: "m4.4xlarge.search";
|
|
258
|
+
readonly m4_large_search: "m4.large.search";
|
|
259
|
+
readonly m4_xlarge_search: "m4.xlarge.search";
|
|
260
|
+
readonly m5_12xlarge_search: "m5.12xlarge.search";
|
|
261
|
+
readonly m5_24xlarge_search: "m5.24xlarge.search";
|
|
262
|
+
readonly m5_2xlarge_search: "m5.2xlarge.search";
|
|
263
|
+
readonly m5_4xlarge_search: "m5.4xlarge.search";
|
|
264
|
+
readonly m5_large_search: "m5.large.search";
|
|
265
|
+
readonly m5_xlarge_search: "m5.xlarge.search";
|
|
266
|
+
readonly m6g_12xlarge_search: "m6g.12xlarge.search";
|
|
267
|
+
readonly m6g_2xlarge_search: "m6g.2xlarge.search";
|
|
268
|
+
readonly m6g_4xlarge_search: "m6g.4xlarge.search";
|
|
269
|
+
readonly m6g_8xlarge_search: "m6g.8xlarge.search";
|
|
270
|
+
readonly m6g_large_search: "m6g.large.search";
|
|
271
|
+
readonly m6g_xlarge_search: "m6g.xlarge.search";
|
|
272
|
+
readonly or1_12xlarge_search: "or1.12xlarge.search";
|
|
273
|
+
readonly or1_16xlarge_search: "or1.16xlarge.search";
|
|
274
|
+
readonly or1_2xlarge_search: "or1.2xlarge.search";
|
|
275
|
+
readonly or1_4xlarge_search: "or1.4xlarge.search";
|
|
276
|
+
readonly or1_8xlarge_search: "or1.8xlarge.search";
|
|
277
|
+
readonly or1_large_search: "or1.large.search";
|
|
278
|
+
readonly or1_medium_search: "or1.medium.search";
|
|
279
|
+
readonly or1_xlarge_search: "or1.xlarge.search";
|
|
280
|
+
readonly r3_2xlarge_search: "r3.2xlarge.search";
|
|
281
|
+
readonly r3_4xlarge_search: "r3.4xlarge.search";
|
|
282
|
+
readonly r3_8xlarge_search: "r3.8xlarge.search";
|
|
283
|
+
readonly r3_large_search: "r3.large.search";
|
|
284
|
+
readonly r3_xlarge_search: "r3.xlarge.search";
|
|
285
|
+
readonly r4_16xlarge_search: "r4.16xlarge.search";
|
|
286
|
+
readonly r4_2xlarge_search: "r4.2xlarge.search";
|
|
287
|
+
readonly r4_4xlarge_search: "r4.4xlarge.search";
|
|
288
|
+
readonly r4_8xlarge_search: "r4.8xlarge.search";
|
|
289
|
+
readonly r4_large_search: "r4.large.search";
|
|
290
|
+
readonly r4_xlarge_search: "r4.xlarge.search";
|
|
291
|
+
readonly r5_12xlarge_search: "r5.12xlarge.search";
|
|
292
|
+
readonly r5_24xlarge_search: "r5.24xlarge.search";
|
|
293
|
+
readonly r5_2xlarge_search: "r5.2xlarge.search";
|
|
294
|
+
readonly r5_4xlarge_search: "r5.4xlarge.search";
|
|
295
|
+
readonly r5_large_search: "r5.large.search";
|
|
296
|
+
readonly r5_xlarge_search: "r5.xlarge.search";
|
|
297
|
+
readonly r6g_12xlarge_search: "r6g.12xlarge.search";
|
|
298
|
+
readonly r6g_2xlarge_search: "r6g.2xlarge.search";
|
|
299
|
+
readonly r6g_4xlarge_search: "r6g.4xlarge.search";
|
|
300
|
+
readonly r6g_8xlarge_search: "r6g.8xlarge.search";
|
|
301
|
+
readonly r6g_large_search: "r6g.large.search";
|
|
302
|
+
readonly r6g_xlarge_search: "r6g.xlarge.search";
|
|
303
|
+
readonly r6gd_12xlarge_search: "r6gd.12xlarge.search";
|
|
304
|
+
readonly r6gd_16xlarge_search: "r6gd.16xlarge.search";
|
|
305
|
+
readonly r6gd_2xlarge_search: "r6gd.2xlarge.search";
|
|
306
|
+
readonly r6gd_4xlarge_search: "r6gd.4xlarge.search";
|
|
307
|
+
readonly r6gd_8xlarge_search: "r6gd.8xlarge.search";
|
|
308
|
+
readonly r6gd_large_search: "r6gd.large.search";
|
|
309
|
+
readonly r6gd_xlarge_search: "r6gd.xlarge.search";
|
|
310
|
+
readonly t2_medium_search: "t2.medium.search";
|
|
311
|
+
readonly t2_micro_search: "t2.micro.search";
|
|
312
|
+
readonly t2_small_search: "t2.small.search";
|
|
313
|
+
readonly t3_2xlarge_search: "t3.2xlarge.search";
|
|
314
|
+
readonly t3_large_search: "t3.large.search";
|
|
315
|
+
readonly t3_medium_search: "t3.medium.search";
|
|
316
|
+
readonly t3_micro_search: "t3.micro.search";
|
|
317
|
+
readonly t3_nano_search: "t3.nano.search";
|
|
318
|
+
readonly t3_small_search: "t3.small.search";
|
|
319
|
+
readonly t3_xlarge_search: "t3.xlarge.search";
|
|
320
|
+
readonly t4g_medium_search: "t4g.medium.search";
|
|
321
|
+
readonly t4g_small_search: "t4g.small.search";
|
|
322
|
+
readonly ultrawarm1_large_search: "ultrawarm1.large.search";
|
|
323
|
+
readonly ultrawarm1_medium_search: "ultrawarm1.medium.search";
|
|
324
|
+
readonly ultrawarm1_xlarge_search: "ultrawarm1.xlarge.search";
|
|
325
|
+
};
|
|
326
|
+
/**
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
export type OpenSearchPartitionInstanceType = (typeof OpenSearchPartitionInstanceType)[keyof typeof OpenSearchPartitionInstanceType];
|
|
330
|
+
/**
|
|
331
|
+
* @public
|
|
332
|
+
* @enum
|
|
333
|
+
*/
|
|
334
|
+
export declare const NodeOptionsNodeType: {
|
|
335
|
+
readonly COORDINATOR: "coordinator";
|
|
336
|
+
};
|
|
337
|
+
/**
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
340
|
+
export type NodeOptionsNodeType = (typeof NodeOptionsNodeType)[keyof typeof NodeOptionsNodeType];
|
|
341
|
+
/**
|
|
342
|
+
* @public
|
|
343
|
+
* @enum
|
|
344
|
+
*/
|
|
345
|
+
export declare const OpenSearchWarmPartitionInstanceType: {
|
|
346
|
+
readonly ultrawarm1_large_search: "ultrawarm1.large.search";
|
|
347
|
+
readonly ultrawarm1_medium_search: "ultrawarm1.medium.search";
|
|
348
|
+
readonly ultrawarm1_xlarge_search: "ultrawarm1.xlarge.search";
|
|
349
|
+
};
|
|
350
|
+
/**
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
353
|
+
export type OpenSearchWarmPartitionInstanceType = (typeof OpenSearchWarmPartitionInstanceType)[keyof typeof OpenSearchWarmPartitionInstanceType];
|
|
354
|
+
/**
|
|
355
|
+
* @public
|
|
356
|
+
* @enum
|
|
357
|
+
*/
|
|
358
|
+
export declare const TLSSecurityPolicy: {
|
|
359
|
+
readonly POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07";
|
|
360
|
+
readonly POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07";
|
|
361
|
+
readonly POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10";
|
|
362
|
+
};
|
|
363
|
+
/**
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
366
|
+
export type TLSSecurityPolicy = (typeof TLSSecurityPolicy)[keyof typeof TLSSecurityPolicy];
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
* @enum
|
|
370
|
+
*/
|
|
371
|
+
export declare const VolumeType: {
|
|
372
|
+
readonly gp2: "gp2";
|
|
373
|
+
readonly gp3: "gp3";
|
|
374
|
+
readonly io1: "io1";
|
|
375
|
+
readonly standard: "standard";
|
|
376
|
+
};
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
* @enum
|
|
384
|
+
*/
|
|
385
|
+
export declare const RolesKeyIdCOption: {
|
|
386
|
+
readonly GroupId: "GroupId";
|
|
387
|
+
readonly GroupName: "GroupName";
|
|
388
|
+
};
|
|
389
|
+
/**
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
export type RolesKeyIdCOption = (typeof RolesKeyIdCOption)[keyof typeof RolesKeyIdCOption];
|
|
393
|
+
/**
|
|
394
|
+
* @public
|
|
395
|
+
* @enum
|
|
396
|
+
*/
|
|
397
|
+
export declare const SubjectKeyIdCOption: {
|
|
398
|
+
readonly Email: "Email";
|
|
399
|
+
readonly UserId: "UserId";
|
|
400
|
+
readonly UserName: "UserName";
|
|
401
|
+
};
|
|
402
|
+
/**
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
export type SubjectKeyIdCOption = (typeof SubjectKeyIdCOption)[keyof typeof SubjectKeyIdCOption];
|
|
406
|
+
/**
|
|
407
|
+
* @public
|
|
408
|
+
* @enum
|
|
409
|
+
*/
|
|
410
|
+
export declare const IPAddressType: {
|
|
411
|
+
readonly DUALSTACK: "dualstack";
|
|
412
|
+
readonly IPV4: "ipv4";
|
|
413
|
+
};
|
|
414
|
+
/**
|
|
415
|
+
* @public
|
|
416
|
+
*/
|
|
417
|
+
export type IPAddressType = (typeof IPAddressType)[keyof typeof IPAddressType];
|
|
418
|
+
/**
|
|
419
|
+
* @public
|
|
420
|
+
* @enum
|
|
421
|
+
*/
|
|
422
|
+
export declare const LogType: {
|
|
423
|
+
readonly AUDIT_LOGS: "AUDIT_LOGS";
|
|
424
|
+
readonly ES_APPLICATION_LOGS: "ES_APPLICATION_LOGS";
|
|
425
|
+
readonly INDEX_SLOW_LOGS: "INDEX_SLOW_LOGS";
|
|
426
|
+
readonly SEARCH_SLOW_LOGS: "SEARCH_SLOW_LOGS";
|
|
427
|
+
};
|
|
428
|
+
/**
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
432
|
+
/**
|
|
433
|
+
* @public
|
|
434
|
+
* @enum
|
|
435
|
+
*/
|
|
436
|
+
export declare const AutoTuneState: {
|
|
437
|
+
readonly DISABLED: "DISABLED";
|
|
438
|
+
readonly DISABLED_AND_ROLLBACK_COMPLETE: "DISABLED_AND_ROLLBACK_COMPLETE";
|
|
439
|
+
readonly DISABLED_AND_ROLLBACK_ERROR: "DISABLED_AND_ROLLBACK_ERROR";
|
|
440
|
+
readonly DISABLED_AND_ROLLBACK_IN_PROGRESS: "DISABLED_AND_ROLLBACK_IN_PROGRESS";
|
|
441
|
+
readonly DISABLED_AND_ROLLBACK_SCHEDULED: "DISABLED_AND_ROLLBACK_SCHEDULED";
|
|
442
|
+
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
443
|
+
readonly ENABLED: "ENABLED";
|
|
444
|
+
readonly ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS";
|
|
445
|
+
readonly ERROR: "ERROR";
|
|
446
|
+
};
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
export type AutoTuneState = (typeof AutoTuneState)[keyof typeof AutoTuneState];
|
|
451
|
+
/**
|
|
452
|
+
* @public
|
|
453
|
+
* @enum
|
|
454
|
+
*/
|
|
455
|
+
export declare const ConfigChangeStatus: {
|
|
456
|
+
readonly APPLYING_CHANGES: "ApplyingChanges";
|
|
457
|
+
readonly CANCELLED: "Cancelled";
|
|
458
|
+
readonly COMPLETED: "Completed";
|
|
459
|
+
readonly INITIALIZING: "Initializing";
|
|
460
|
+
readonly PENDING: "Pending";
|
|
461
|
+
readonly PENDING_USER_INPUT: "PendingUserInput";
|
|
462
|
+
readonly VALIDATING: "Validating";
|
|
463
|
+
readonly VALIDATION_FAILED: "ValidationFailed";
|
|
464
|
+
};
|
|
465
|
+
/**
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
468
|
+
export type ConfigChangeStatus = (typeof ConfigChangeStatus)[keyof typeof ConfigChangeStatus];
|
|
469
|
+
/**
|
|
470
|
+
* @public
|
|
471
|
+
* @enum
|
|
472
|
+
*/
|
|
473
|
+
export declare const InitiatedBy: {
|
|
474
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
475
|
+
readonly SERVICE: "SERVICE";
|
|
476
|
+
};
|
|
477
|
+
/**
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
export type InitiatedBy = (typeof InitiatedBy)[keyof typeof InitiatedBy];
|
|
481
|
+
/**
|
|
482
|
+
* @public
|
|
483
|
+
* @enum
|
|
484
|
+
*/
|
|
485
|
+
export declare const DomainProcessingStatusType: {
|
|
486
|
+
readonly ACTIVE: "Active";
|
|
487
|
+
readonly CREATING: "Creating";
|
|
488
|
+
readonly DELETING: "Deleting";
|
|
489
|
+
readonly ISOLATED: "Isolated";
|
|
490
|
+
readonly MODIFYING: "Modifying";
|
|
491
|
+
readonly UPDATING: "UpdatingServiceSoftware";
|
|
492
|
+
readonly UPGRADING: "UpgradingEngineVersion";
|
|
493
|
+
};
|
|
494
|
+
/**
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
export type DomainProcessingStatusType = (typeof DomainProcessingStatusType)[keyof typeof DomainProcessingStatusType];
|
|
498
|
+
/**
|
|
499
|
+
* @public
|
|
500
|
+
* @enum
|
|
501
|
+
*/
|
|
502
|
+
export declare const PropertyValueType: {
|
|
503
|
+
readonly PLAIN_TEXT: "PLAIN_TEXT";
|
|
504
|
+
readonly STRINGIFIED_JSON: "STRINGIFIED_JSON";
|
|
505
|
+
};
|
|
506
|
+
/**
|
|
507
|
+
* @public
|
|
508
|
+
*/
|
|
509
|
+
export type PropertyValueType = (typeof PropertyValueType)[keyof typeof PropertyValueType];
|
|
510
|
+
/**
|
|
511
|
+
* @public
|
|
512
|
+
* @enum
|
|
513
|
+
*/
|
|
514
|
+
export declare const IndexStatus: {
|
|
515
|
+
readonly CREATED: "CREATED";
|
|
516
|
+
readonly DELETED: "DELETED";
|
|
517
|
+
readonly UPDATED: "UPDATED";
|
|
518
|
+
};
|
|
519
|
+
/**
|
|
520
|
+
* @public
|
|
521
|
+
*/
|
|
522
|
+
export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
|
|
523
|
+
/**
|
|
524
|
+
* @public
|
|
525
|
+
* @enum
|
|
526
|
+
*/
|
|
527
|
+
export declare const SkipUnavailableStatus: {
|
|
528
|
+
readonly DISABLED: "DISABLED";
|
|
529
|
+
readonly ENABLED: "ENABLED";
|
|
530
|
+
};
|
|
531
|
+
/**
|
|
532
|
+
* @public
|
|
533
|
+
*/
|
|
534
|
+
export type SkipUnavailableStatus = (typeof SkipUnavailableStatus)[keyof typeof SkipUnavailableStatus];
|
|
535
|
+
/**
|
|
536
|
+
* @public
|
|
537
|
+
* @enum
|
|
538
|
+
*/
|
|
539
|
+
export declare const OutboundConnectionStatusCode: {
|
|
540
|
+
readonly ACTIVE: "ACTIVE";
|
|
541
|
+
readonly APPROVED: "APPROVED";
|
|
542
|
+
readonly DELETED: "DELETED";
|
|
543
|
+
readonly DELETING: "DELETING";
|
|
544
|
+
readonly PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE";
|
|
545
|
+
readonly PROVISIONING: "PROVISIONING";
|
|
546
|
+
readonly REJECTED: "REJECTED";
|
|
547
|
+
readonly REJECTING: "REJECTING";
|
|
548
|
+
readonly VALIDATING: "VALIDATING";
|
|
549
|
+
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
550
|
+
};
|
|
551
|
+
/**
|
|
552
|
+
* @public
|
|
553
|
+
*/
|
|
554
|
+
export type OutboundConnectionStatusCode = (typeof OutboundConnectionStatusCode)[keyof typeof OutboundConnectionStatusCode];
|
|
555
|
+
/**
|
|
556
|
+
* @public
|
|
557
|
+
* @enum
|
|
558
|
+
*/
|
|
559
|
+
export declare const RequirementLevel: {
|
|
560
|
+
readonly NONE: "NONE";
|
|
561
|
+
readonly OPTIONAL: "OPTIONAL";
|
|
562
|
+
readonly REQUIRED: "REQUIRED";
|
|
563
|
+
};
|
|
564
|
+
/**
|
|
565
|
+
* @public
|
|
566
|
+
*/
|
|
567
|
+
export type RequirementLevel = (typeof RequirementLevel)[keyof typeof RequirementLevel];
|
|
568
|
+
/**
|
|
569
|
+
* @public
|
|
570
|
+
* @enum
|
|
571
|
+
*/
|
|
572
|
+
export declare const PackageStatus: {
|
|
573
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
574
|
+
readonly COPYING: "COPYING";
|
|
575
|
+
readonly COPY_FAILED: "COPY_FAILED";
|
|
576
|
+
readonly DELETED: "DELETED";
|
|
577
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
578
|
+
readonly DELETING: "DELETING";
|
|
579
|
+
readonly VALIDATING: "VALIDATING";
|
|
580
|
+
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
581
|
+
};
|
|
582
|
+
/**
|
|
583
|
+
* @public
|
|
584
|
+
*/
|
|
585
|
+
export type PackageStatus = (typeof PackageStatus)[keyof typeof PackageStatus];
|
|
586
|
+
/**
|
|
587
|
+
* @public
|
|
588
|
+
* @enum
|
|
589
|
+
*/
|
|
590
|
+
export declare const VpcEndpointStatus: {
|
|
591
|
+
readonly ACTIVE: "ACTIVE";
|
|
592
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
593
|
+
readonly CREATING: "CREATING";
|
|
594
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
595
|
+
readonly DELETING: "DELETING";
|
|
596
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
597
|
+
readonly UPDATING: "UPDATING";
|
|
598
|
+
};
|
|
599
|
+
/**
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
export type VpcEndpointStatus = (typeof VpcEndpointStatus)[keyof typeof VpcEndpointStatus];
|
|
603
|
+
/**
|
|
604
|
+
* @public
|
|
605
|
+
* @enum
|
|
606
|
+
*/
|
|
607
|
+
export declare const ScheduledAutoTuneActionType: {
|
|
608
|
+
readonly JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING";
|
|
609
|
+
readonly JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING";
|
|
610
|
+
};
|
|
611
|
+
/**
|
|
612
|
+
* @public
|
|
613
|
+
*/
|
|
614
|
+
export type ScheduledAutoTuneActionType = (typeof ScheduledAutoTuneActionType)[keyof typeof ScheduledAutoTuneActionType];
|
|
615
|
+
/**
|
|
616
|
+
* @public
|
|
617
|
+
* @enum
|
|
618
|
+
*/
|
|
619
|
+
export declare const ScheduledAutoTuneSeverityType: {
|
|
620
|
+
readonly HIGH: "HIGH";
|
|
621
|
+
readonly LOW: "LOW";
|
|
622
|
+
readonly MEDIUM: "MEDIUM";
|
|
623
|
+
};
|
|
624
|
+
/**
|
|
625
|
+
* @public
|
|
626
|
+
*/
|
|
627
|
+
export type ScheduledAutoTuneSeverityType = (typeof ScheduledAutoTuneSeverityType)[keyof typeof ScheduledAutoTuneSeverityType];
|
|
628
|
+
/**
|
|
629
|
+
* @public
|
|
630
|
+
* @enum
|
|
631
|
+
*/
|
|
632
|
+
export declare const AutoTuneType: {
|
|
633
|
+
readonly SCHEDULED_ACTION: "SCHEDULED_ACTION";
|
|
634
|
+
};
|
|
635
|
+
/**
|
|
636
|
+
* @public
|
|
637
|
+
*/
|
|
638
|
+
export type AutoTuneType = (typeof AutoTuneType)[keyof typeof AutoTuneType];
|
|
639
|
+
/**
|
|
640
|
+
* @public
|
|
641
|
+
* @enum
|
|
642
|
+
*/
|
|
643
|
+
export declare const OverallChangeStatus: {
|
|
644
|
+
readonly COMPLETED: "COMPLETED";
|
|
645
|
+
readonly FAILED: "FAILED";
|
|
646
|
+
readonly PENDING: "PENDING";
|
|
647
|
+
readonly PROCESSING: "PROCESSING";
|
|
648
|
+
};
|
|
649
|
+
/**
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
export type OverallChangeStatus = (typeof OverallChangeStatus)[keyof typeof OverallChangeStatus];
|
|
653
|
+
/**
|
|
654
|
+
* @public
|
|
655
|
+
* @enum
|
|
656
|
+
*/
|
|
657
|
+
export declare const RollbackOnDisable: {
|
|
658
|
+
readonly DEFAULT_ROLLBACK: "DEFAULT_ROLLBACK";
|
|
659
|
+
readonly NO_ROLLBACK: "NO_ROLLBACK";
|
|
660
|
+
};
|
|
661
|
+
/**
|
|
662
|
+
* @public
|
|
663
|
+
*/
|
|
664
|
+
export type RollbackOnDisable = (typeof RollbackOnDisable)[keyof typeof RollbackOnDisable];
|
|
665
|
+
/**
|
|
666
|
+
* @public
|
|
667
|
+
* @enum
|
|
668
|
+
*/
|
|
669
|
+
export declare const DomainHealth: {
|
|
670
|
+
readonly Green: "Green";
|
|
671
|
+
readonly NotAvailable: "NotAvailable";
|
|
672
|
+
readonly Red: "Red";
|
|
673
|
+
readonly Yellow: "Yellow";
|
|
674
|
+
};
|
|
675
|
+
/**
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
export type DomainHealth = (typeof DomainHealth)[keyof typeof DomainHealth];
|
|
679
|
+
/**
|
|
680
|
+
* @public
|
|
681
|
+
* @enum
|
|
682
|
+
*/
|
|
683
|
+
export declare const DomainState: {
|
|
684
|
+
readonly Active: "Active";
|
|
685
|
+
readonly NotAvailable: "NotAvailable";
|
|
686
|
+
readonly Processing: "Processing";
|
|
687
|
+
};
|
|
688
|
+
/**
|
|
689
|
+
* @public
|
|
690
|
+
*/
|
|
691
|
+
export type DomainState = (typeof DomainState)[keyof typeof DomainState];
|
|
692
|
+
/**
|
|
693
|
+
* @public
|
|
694
|
+
* @enum
|
|
695
|
+
*/
|
|
696
|
+
export declare const ZoneStatus: {
|
|
697
|
+
readonly Active: "Active";
|
|
698
|
+
readonly NotAvailable: "NotAvailable";
|
|
699
|
+
readonly StandBy: "StandBy";
|
|
700
|
+
};
|
|
701
|
+
/**
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
export type ZoneStatus = (typeof ZoneStatus)[keyof typeof ZoneStatus];
|
|
705
|
+
/**
|
|
706
|
+
* @public
|
|
707
|
+
* @enum
|
|
708
|
+
*/
|
|
709
|
+
export declare const MasterNodeStatus: {
|
|
710
|
+
readonly Available: "Available";
|
|
711
|
+
readonly UnAvailable: "UnAvailable";
|
|
712
|
+
};
|
|
713
|
+
/**
|
|
714
|
+
* @public
|
|
715
|
+
*/
|
|
716
|
+
export type MasterNodeStatus = (typeof MasterNodeStatus)[keyof typeof MasterNodeStatus];
|
|
717
|
+
/**
|
|
718
|
+
* @public
|
|
719
|
+
* @enum
|
|
720
|
+
*/
|
|
721
|
+
export declare const NodeStatus: {
|
|
722
|
+
readonly Active: "Active";
|
|
723
|
+
readonly NotAvailable: "NotAvailable";
|
|
724
|
+
readonly StandBy: "StandBy";
|
|
725
|
+
};
|
|
726
|
+
/**
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
export type NodeStatus = (typeof NodeStatus)[keyof typeof NodeStatus];
|
|
730
|
+
/**
|
|
731
|
+
* @public
|
|
732
|
+
* @enum
|
|
733
|
+
*/
|
|
734
|
+
export declare const NodeType: {
|
|
735
|
+
readonly Data: "Data";
|
|
736
|
+
readonly Master: "Master";
|
|
737
|
+
readonly Ultrawarm: "Ultrawarm";
|
|
738
|
+
};
|
|
739
|
+
/**
|
|
740
|
+
* @public
|
|
741
|
+
*/
|
|
742
|
+
export type NodeType = (typeof NodeType)[keyof typeof NodeType];
|
|
743
|
+
/**
|
|
744
|
+
* @public
|
|
745
|
+
* @enum
|
|
746
|
+
*/
|
|
747
|
+
export declare const DescribePackagesFilterName: {
|
|
748
|
+
readonly EngineVersion: "EngineVersion";
|
|
749
|
+
readonly PackageID: "PackageID";
|
|
750
|
+
readonly PackageName: "PackageName";
|
|
751
|
+
readonly PackageOwner: "PackageOwner";
|
|
752
|
+
readonly PackageStatus: "PackageStatus";
|
|
753
|
+
readonly PackageType: "PackageType";
|
|
754
|
+
};
|
|
755
|
+
/**
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
758
|
+
export type DescribePackagesFilterName = (typeof DescribePackagesFilterName)[keyof typeof DescribePackagesFilterName];
|
|
759
|
+
/**
|
|
760
|
+
* @public
|
|
761
|
+
* @enum
|
|
762
|
+
*/
|
|
763
|
+
export declare const ReservedInstancePaymentOption: {
|
|
764
|
+
readonly ALL_UPFRONT: "ALL_UPFRONT";
|
|
765
|
+
readonly NO_UPFRONT: "NO_UPFRONT";
|
|
766
|
+
readonly PARTIAL_UPFRONT: "PARTIAL_UPFRONT";
|
|
767
|
+
};
|
|
768
|
+
/**
|
|
769
|
+
* @public
|
|
770
|
+
*/
|
|
771
|
+
export type ReservedInstancePaymentOption = (typeof ReservedInstancePaymentOption)[keyof typeof ReservedInstancePaymentOption];
|
|
772
|
+
/**
|
|
773
|
+
* @public
|
|
774
|
+
* @enum
|
|
775
|
+
*/
|
|
776
|
+
export declare const VpcEndpointErrorCode: {
|
|
777
|
+
readonly ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND";
|
|
778
|
+
readonly SERVER_ERROR: "SERVER_ERROR";
|
|
779
|
+
};
|
|
780
|
+
/**
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
783
|
+
export type VpcEndpointErrorCode = (typeof VpcEndpointErrorCode)[keyof typeof VpcEndpointErrorCode];
|
|
784
|
+
/**
|
|
785
|
+
* @public
|
|
786
|
+
* @enum
|
|
787
|
+
*/
|
|
788
|
+
export declare const ApplicationStatus: {
|
|
789
|
+
readonly ACTIVE: "ACTIVE";
|
|
790
|
+
readonly CREATING: "CREATING";
|
|
791
|
+
readonly DELETING: "DELETING";
|
|
792
|
+
readonly FAILED: "FAILED";
|
|
793
|
+
readonly UPDATING: "UPDATING";
|
|
794
|
+
};
|
|
795
|
+
/**
|
|
796
|
+
* @public
|
|
797
|
+
*/
|
|
798
|
+
export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
|
|
799
|
+
/**
|
|
800
|
+
* @public
|
|
801
|
+
* @enum
|
|
802
|
+
*/
|
|
803
|
+
export declare const DataSourceStatus: {
|
|
804
|
+
readonly ACTIVE: "ACTIVE";
|
|
805
|
+
readonly DISABLED: "DISABLED";
|
|
806
|
+
};
|
|
807
|
+
/**
|
|
808
|
+
* @public
|
|
809
|
+
*/
|
|
810
|
+
export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
811
|
+
/**
|
|
812
|
+
* @public
|
|
813
|
+
* @enum
|
|
814
|
+
*/
|
|
815
|
+
export declare const MaintenanceType: {
|
|
816
|
+
readonly REBOOT_NODE: "REBOOT_NODE";
|
|
817
|
+
readonly RESTART_DASHBOARD: "RESTART_DASHBOARD";
|
|
818
|
+
readonly RESTART_SEARCH_PROCESS: "RESTART_SEARCH_PROCESS";
|
|
819
|
+
};
|
|
820
|
+
/**
|
|
821
|
+
* @public
|
|
822
|
+
*/
|
|
823
|
+
export type MaintenanceType = (typeof MaintenanceType)[keyof typeof MaintenanceType];
|
|
824
|
+
/**
|
|
825
|
+
* @public
|
|
826
|
+
* @enum
|
|
827
|
+
*/
|
|
828
|
+
export declare const MaintenanceStatus: {
|
|
829
|
+
readonly COMPLETED: "COMPLETED";
|
|
830
|
+
readonly FAILED: "FAILED";
|
|
831
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
832
|
+
readonly PENDING: "PENDING";
|
|
833
|
+
readonly TIMED_OUT: "TIMED_OUT";
|
|
834
|
+
};
|
|
835
|
+
/**
|
|
836
|
+
* @public
|
|
837
|
+
*/
|
|
838
|
+
export type MaintenanceStatus = (typeof MaintenanceStatus)[keyof typeof MaintenanceStatus];
|
|
839
|
+
/**
|
|
840
|
+
* @public
|
|
841
|
+
* @enum
|
|
842
|
+
*/
|
|
843
|
+
export declare const UpgradeStep: {
|
|
844
|
+
readonly PRE_UPGRADE_CHECK: "PRE_UPGRADE_CHECK";
|
|
845
|
+
readonly SNAPSHOT: "SNAPSHOT";
|
|
846
|
+
readonly UPGRADE: "UPGRADE";
|
|
847
|
+
};
|
|
848
|
+
/**
|
|
849
|
+
* @public
|
|
850
|
+
*/
|
|
851
|
+
export type UpgradeStep = (typeof UpgradeStep)[keyof typeof UpgradeStep];
|
|
852
|
+
/**
|
|
853
|
+
* @public
|
|
854
|
+
* @enum
|
|
855
|
+
*/
|
|
856
|
+
export declare const UpgradeStatus: {
|
|
857
|
+
readonly FAILED: "FAILED";
|
|
858
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
859
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
860
|
+
readonly SUCCEEDED_WITH_ISSUES: "SUCCEEDED_WITH_ISSUES";
|
|
861
|
+
};
|
|
862
|
+
/**
|
|
863
|
+
* @public
|
|
864
|
+
*/
|
|
865
|
+
export type UpgradeStatus = (typeof UpgradeStatus)[keyof typeof UpgradeStatus];
|
|
866
|
+
/**
|
|
867
|
+
* @public
|
|
868
|
+
* @enum
|
|
869
|
+
*/
|
|
870
|
+
export declare const EngineType: {
|
|
871
|
+
readonly Elasticsearch: "Elasticsearch";
|
|
872
|
+
readonly OpenSearch: "OpenSearch";
|
|
873
|
+
};
|
|
874
|
+
/**
|
|
875
|
+
* @public
|
|
876
|
+
*/
|
|
877
|
+
export type EngineType = (typeof EngineType)[keyof typeof EngineType];
|
|
878
|
+
/**
|
|
879
|
+
* @public
|
|
880
|
+
* @enum
|
|
881
|
+
*/
|
|
882
|
+
export declare const ScheduledBy: {
|
|
883
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
884
|
+
readonly SYSTEM: "SYSTEM";
|
|
885
|
+
};
|
|
886
|
+
/**
|
|
887
|
+
* @public
|
|
888
|
+
*/
|
|
889
|
+
export type ScheduledBy = (typeof ScheduledBy)[keyof typeof ScheduledBy];
|
|
890
|
+
/**
|
|
891
|
+
* @public
|
|
892
|
+
* @enum
|
|
893
|
+
*/
|
|
894
|
+
export declare const ScheduleAt: {
|
|
895
|
+
readonly NOW: "NOW";
|
|
896
|
+
readonly OFF_PEAK_WINDOW: "OFF_PEAK_WINDOW";
|
|
897
|
+
readonly TIMESTAMP: "TIMESTAMP";
|
|
898
|
+
};
|
|
899
|
+
/**
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
export type ScheduleAt = (typeof ScheduleAt)[keyof typeof ScheduleAt];
|
|
903
|
+
/**
|
|
904
|
+
* @public
|
|
905
|
+
* @enum
|
|
906
|
+
*/
|
|
907
|
+
export declare const DryRunMode: {
|
|
908
|
+
readonly Basic: "Basic";
|
|
909
|
+
readonly Verbose: "Verbose";
|
|
910
|
+
};
|
|
911
|
+
/**
|
|
912
|
+
* @public
|
|
913
|
+
*/
|
|
914
|
+
export type DryRunMode = (typeof DryRunMode)[keyof typeof DryRunMode];
|
|
915
|
+
/**
|
|
916
|
+
* @public
|
|
917
|
+
* @enum
|
|
918
|
+
*/
|
|
919
|
+
export declare const PackageScopeOperationEnum: {
|
|
920
|
+
readonly ADD: "ADD";
|
|
921
|
+
readonly OVERRIDE: "OVERRIDE";
|
|
922
|
+
readonly REMOVE: "REMOVE";
|
|
923
|
+
};
|
|
924
|
+
/**
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
927
|
+
export type PackageScopeOperationEnum = (typeof PackageScopeOperationEnum)[keyof typeof PackageScopeOperationEnum];
|