@aws-sdk/client-elasticsearch-service 3.987.0 → 3.989.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var ElasticsearchServiceServiceException = require('./models/ElasticsearchServiceServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1846 +113,6 @@ class ElasticsearchServiceClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class ElasticsearchServiceServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, ElasticsearchServiceServiceException.prototype);
117
- }
118
- }
119
-
120
- class DisabledOperationException extends ElasticsearchServiceServiceException {
121
- name = "DisabledOperationException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "DisabledOperationException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, DisabledOperationException.prototype);
130
- }
131
- }
132
- class LimitExceededException extends ElasticsearchServiceServiceException {
133
- name = "LimitExceededException";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "LimitExceededException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, LimitExceededException.prototype);
142
- }
143
- }
144
- class ResourceNotFoundException extends ElasticsearchServiceServiceException {
145
- name = "ResourceNotFoundException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "ResourceNotFoundException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
154
- }
155
- }
156
- class AccessDeniedException extends ElasticsearchServiceServiceException {
157
- name = "AccessDeniedException";
158
- $fault = "client";
159
- constructor(opts) {
160
- super({
161
- name: "AccessDeniedException",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
166
- }
167
- }
168
- class BaseException extends ElasticsearchServiceServiceException {
169
- name = "BaseException";
170
- $fault = "client";
171
- constructor(opts) {
172
- super({
173
- name: "BaseException",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- Object.setPrototypeOf(this, BaseException.prototype);
178
- }
179
- }
180
- class InternalException extends ElasticsearchServiceServiceException {
181
- name = "InternalException";
182
- $fault = "server";
183
- constructor(opts) {
184
- super({
185
- name: "InternalException",
186
- $fault: "server",
187
- ...opts,
188
- });
189
- Object.setPrototypeOf(this, InternalException.prototype);
190
- }
191
- }
192
- class ValidationException extends ElasticsearchServiceServiceException {
193
- name = "ValidationException";
194
- $fault = "client";
195
- constructor(opts) {
196
- super({
197
- name: "ValidationException",
198
- $fault: "client",
199
- ...opts,
200
- });
201
- Object.setPrototypeOf(this, ValidationException.prototype);
202
- }
203
- }
204
- class ConflictException extends ElasticsearchServiceServiceException {
205
- name = "ConflictException";
206
- $fault = "client";
207
- constructor(opts) {
208
- super({
209
- name: "ConflictException",
210
- $fault: "client",
211
- ...opts,
212
- });
213
- Object.setPrototypeOf(this, ConflictException.prototype);
214
- }
215
- }
216
- class InvalidTypeException extends ElasticsearchServiceServiceException {
217
- name = "InvalidTypeException";
218
- $fault = "client";
219
- constructor(opts) {
220
- super({
221
- name: "InvalidTypeException",
222
- $fault: "client",
223
- ...opts,
224
- });
225
- Object.setPrototypeOf(this, InvalidTypeException.prototype);
226
- }
227
- }
228
- class ResourceAlreadyExistsException extends ElasticsearchServiceServiceException {
229
- name = "ResourceAlreadyExistsException";
230
- $fault = "client";
231
- constructor(opts) {
232
- super({
233
- name: "ResourceAlreadyExistsException",
234
- $fault: "client",
235
- ...opts,
236
- });
237
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
238
- }
239
- }
240
- class InvalidPaginationTokenException extends ElasticsearchServiceServiceException {
241
- name = "InvalidPaginationTokenException";
242
- $fault = "client";
243
- constructor(opts) {
244
- super({
245
- name: "InvalidPaginationTokenException",
246
- $fault: "client",
247
- ...opts,
248
- });
249
- Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
250
- }
251
- }
252
-
253
- const _A = "Account";
254
- const _AADD = "AnonymousAuthDisableDate";
255
- const _AAE = "AnonymousAuthEnabled";
256
- const _ADE = "AccessDeniedException";
257
- const _AICCSC = "AcceptInboundCrossClusterSearchConnection";
258
- const _AICCSCR = "AcceptInboundCrossClusterSearchConnectionRequest";
259
- const _AICCSCRc = "AcceptInboundCrossClusterSearchConnectionResponse";
260
- const _AL = "AdditionalLimit";
261
- const _ALL = "AdditionalLimitList";
262
- const _ALd = "AdditionalLimits";
263
- const _AO = "AdvancedOptions";
264
- const _AOS = "AdvancedOptionsStatus";
265
- const _AP = "AuthorizedPrincipal";
266
- const _APL = "AuthorizedPrincipalList";
267
- const _APR = "AssociatePackageRequest";
268
- const _APRs = "AssociatePackageResponse";
269
- const _APS = "AccessPoliciesStatus";
270
- const _APV = "AvailablePackageVersion";
271
- const _APc = "AccessPolicies";
272
- const _APs = "AssociatePackage";
273
- const _ARN = "ARN";
274
- const _ASO = "AdvancedSecurityOptions";
275
- const _ASOI = "AdvancedSecurityOptionsInput";
276
- const _ASOS = "AdvancedSecurityOptionsStatus";
277
- const _ASSH = "AutomatedSnapshotStartHour";
278
- const _AT = "AutoTune";
279
- const _ATD = "AutoTuneDetails";
280
- const _ATL = "AutoTuneList";
281
- const _ATMS = "AutoTuneMaintenanceSchedule";
282
- const _ATMSL = "AutoTuneMaintenanceScheduleList";
283
- const _ATO = "AutoTuneOptions";
284
- const _ATOI = "AutoTuneOptionsInput";
285
- const _ATOO = "AutoTuneOptionsOutput";
286
- const _ATOS = "AutoTuneOptionsStatus";
287
- const _ATR = "AddTagsRequest";
288
- const _ATS = "AutoTuneStatus";
289
- const _ATT = "AutoTuneType";
290
- const _ATc = "ActionType";
291
- const _ATd = "AddTags";
292
- const _ATu = "AutoTunes";
293
- const _AUD = "AutomatedUpdateDate";
294
- const _AV = "ActiveValue";
295
- const _AVEA = "AuthorizeVpcEndpointAccess";
296
- const _AVEAR = "AuthorizeVpcEndpointAccessRequest";
297
- const _AVEARu = "AuthorizeVpcEndpointAccessResponse";
298
- const _AZ = "AvailabilityZones";
299
- const _AZC = "AvailabilityZoneCount";
300
- const _Ac = "Action";
301
- const _BE = "BaseException";
302
- const _C = "Created";
303
- const _CA = "ConnectionAlias";
304
- const _CAr = "CreatedAt";
305
- const _CC = "CurrencyCode";
306
- const _CCI = "CancelledChangeIds";
307
- const _CCP = "CancelledChangeProperties";
308
- const _CCPL = "CancelledChangePropertyList";
309
- const _CCPa = "CancelledChangeProperty";
310
- const _CCS = "ConfigChangeStatus";
311
- const _CCSC = "CrossClusterSearchConnection";
312
- const _CCSCI = "CrossClusterSearchConnectionId";
313
- const _CCSCr = "CrossClusterSearchConnections";
314
- const _CD = "CreationDate";
315
- const _CDCC = "CancelDomainConfigChange";
316
- const _CDCCR = "CancelDomainConfigChangeRequest";
317
- const _CDCCRa = "CancelDomainConfigChangeResponse";
318
- const _CE = "ConflictException";
319
- const _CECA = "CustomEndpointCertificateArn";
320
- const _CED = "CreateElasticsearchDomain";
321
- const _CEDR = "CreateElasticsearchDomainRequest";
322
- const _CEDRr = "CreateElasticsearchDomainResponse";
323
- const _CEE = "CustomEndpointEnabled";
324
- const _CEFR = "CronExpressionForRecurrence";
325
- const _CESSU = "CancelElasticsearchServiceSoftwareUpdate";
326
- const _CESSUR = "CancelElasticsearchServiceSoftwareUpdateRequest";
327
- const _CESSURa = "CancelElasticsearchServiceSoftwareUpdateResponse";
328
- const _CEV = "CompatibleElasticsearchVersions";
329
- const _CEVL = "CompatibleElasticsearchVersionsList";
330
- const _CEu = "CustomEndpoint";
331
- const _CI = "ChangeId";
332
- const _CM = "CommitMessage";
333
- const _CO = "CognitoOptions";
334
- const _COCCSC = "CreateOutboundCrossClusterSearchConnection";
335
- const _COCCSCR = "CreateOutboundCrossClusterSearchConnectionRequest";
336
- const _COCCSCRr = "CreateOutboundCrossClusterSearchConnectionResponse";
337
- const _COS = "CognitoOptionsStatus";
338
- const _CP = "CompletedProperties";
339
- const _CPD = "ChangeProgressDetails";
340
- const _CPR = "CreatePackageRequest";
341
- const _CPRr = "CreatePackageResponse";
342
- const _CPS = "ChangeProgressStage";
343
- const _CPSD = "ChangeProgressStatusDetails";
344
- const _CPSL = "ChangeProgressStageList";
345
- const _CPSh = "ChangeProgressStages";
346
- const _CPSha = "ChangeProgressStatus";
347
- const _CPr = "CreatePackage";
348
- const _CS = "ConnectionStatus";
349
- const _CSO = "ColdStorageOptions";
350
- const _CT = "ClientToken";
351
- const _CV = "CancelledValue";
352
- const _CVE = "CreateVpcEndpoint";
353
- const _CVER = "CreateVpcEndpointRequest";
354
- const _CVERr = "CreateVpcEndpointResponse";
355
- const _CVM = "CompatibleVersionsMap";
356
- const _CVu = "CurrentVersion";
357
- const _CWLLGA = "CloudWatchLogsLogGroupArn";
358
- const _Ca = "Cancellable";
359
- const _D = "Duration";
360
- const _DA = "DomainArn";
361
- const _DC = "DomainConfig";
362
- const _DDAT = "DescribeDomainAutoTunes";
363
- const _DDATR = "DescribeDomainAutoTunesRequest";
364
- const _DDATRe = "DescribeDomainAutoTunesResponse";
365
- const _DDCP = "DescribeDomainChangeProgress";
366
- const _DDCPR = "DescribeDomainChangeProgressRequest";
367
- const _DDCPRe = "DescribeDomainChangeProgressResponse";
368
- const _DDI = "DestinationDomainInfo";
369
- const _DED = "DeleteElasticsearchDomain";
370
- const _DEDC = "DescribeElasticsearchDomainConfig";
371
- const _DEDCR = "DescribeElasticsearchDomainConfigRequest";
372
- const _DEDCRe = "DescribeElasticsearchDomainConfigResponse";
373
- const _DEDR = "DeleteElasticsearchDomainRequest";
374
- const _DEDRe = "DeleteElasticsearchDomainResponse";
375
- const _DEDRes = "DescribeElasticsearchDomainRequest";
376
- const _DEDResc = "DescribeElasticsearchDomainResponse";
377
- const _DEDRescr = "DescribeElasticsearchDomainsRequest";
378
- const _DEDRescri = "DescribeElasticsearchDomainsResponse";
379
- const _DEDe = "DescribeElasticsearchDomain";
380
- const _DEDes = "DescribeElasticsearchDomains";
381
- const _DEITL = "DescribeElasticsearchInstanceTypeLimits";
382
- const _DEITLR = "DescribeElasticsearchInstanceTypeLimitsRequest";
383
- const _DEITLRe = "DescribeElasticsearchInstanceTypeLimitsResponse";
384
- const _DEO = "DomainEndpointOptions";
385
- const _DEOS = "DomainEndpointOptionsStatus";
386
- const _DESR = "DeleteElasticsearchServiceRole";
387
- const _DI = "DomainInfo";
388
- const _DICCSC = "DeleteInboundCrossClusterSearchConnection";
389
- const _DICCSCR = "DeleteInboundCrossClusterSearchConnectionRequest";
390
- const _DICCSCRe = "DeleteInboundCrossClusterSearchConnectionResponse";
391
- const _DICCSCRes = "DescribeInboundCrossClusterSearchConnectionsRequest";
392
- const _DICCSCResc = "DescribeInboundCrossClusterSearchConnectionsResponse";
393
- const _DICCSCe = "DescribeInboundCrossClusterSearchConnections";
394
- const _DIL = "DomainInfoList";
395
- const _DIo = "DomainInformation";
396
- const _DIom = "DomainId";
397
- const _DMC = "DedicatedMasterCount";
398
- const _DME = "DedicatedMasterEnabled";
399
- const _DMT = "DedicatedMasterType";
400
- const _DN = "DomainName";
401
- const _DNo = "DomainNames";
402
- const _DOCCSC = "DeleteOutboundCrossClusterSearchConnection";
403
- const _DOCCSCR = "DeleteOutboundCrossClusterSearchConnectionRequest";
404
- const _DOCCSCRe = "DeleteOutboundCrossClusterSearchConnectionResponse";
405
- const _DOCCSCRes = "DescribeOutboundCrossClusterSearchConnectionsRequest";
406
- const _DOCCSCResc = "DescribeOutboundCrossClusterSearchConnectionsResponse";
407
- const _DOCCSCe = "DescribeOutboundCrossClusterSearchConnections";
408
- const _DOE = "DisabledOperationException";
409
- const _DP = "DeletePackage";
410
- const _DPD = "DomainPackageDetails";
411
- const _DPDL = "DomainPackageDetailsList";
412
- const _DPF = "DescribePackagesFilter";
413
- const _DPFL = "DescribePackagesFilterList";
414
- const _DPR = "DeletePackageRequest";
415
- const _DPRe = "DeletePackageResponse";
416
- const _DPRes = "DescribePackagesRequest";
417
- const _DPResc = "DescribePackagesResponse";
418
- const _DPRi = "DissociatePackageRequest";
419
- const _DPRis = "DissociatePackageResponse";
420
- const _DPS = "DomainPackageStatus";
421
- const _DPSo = "DomainProcessingStatus";
422
- const _DPe = "DescribePackages";
423
- const _DPi = "DissociatePackage";
424
- const _DR = "DryRun";
425
- const _DREI = "DescribeReservedElasticsearchInstances";
426
- const _DREIO = "DescribeReservedElasticsearchInstanceOfferings";
427
- const _DREIOR = "DescribeReservedElasticsearchInstanceOfferingsRequest";
428
- const _DREIORe = "DescribeReservedElasticsearchInstanceOfferingsResponse";
429
- const _DREIR = "DescribeReservedElasticsearchInstancesRequest";
430
- const _DREIRe = "DescribeReservedElasticsearchInstancesResponse";
431
- const _DRR = "DryRunResults";
432
- const _DS = "DesiredState";
433
- const _DSL = "DomainStatusList";
434
- const _DSo = "DomainStatus";
435
- const _DT = "DeploymentType";
436
- const _DVE = "DeleteVpcEndpoint";
437
- const _DVER = "DeleteVpcEndpointRequest";
438
- const _DVERe = "DeleteVpcEndpointResponse";
439
- const _DVERes = "DescribeVpcEndpointsRequest";
440
- const _DVEResc = "DescribeVpcEndpointsResponse";
441
- const _DVEe = "DescribeVpcEndpoints";
442
- const _Da = "Date";
443
- const _De = "Description";
444
- const _Del = "Deleted";
445
- const _E = "Enabled";
446
- const _EARO = "EncryptionAtRestOptions";
447
- const _EAROS = "EncryptionAtRestOptionsStatus";
448
- const _EBSE = "EBSEnabled";
449
- const _EBSO = "EBSOptions";
450
- const _EBSOS = "EBSOptionsStatus";
451
- const _EC = "ErrorCode";
452
- const _ECC = "ElasticsearchClusterConfig";
453
- const _ECCS = "ElasticsearchClusterConfigStatus";
454
- const _ED = "ErrorDetails";
455
- const _EDC = "ElasticsearchDomainConfig";
456
- const _EDS = "ElasticsearchDomainStatus";
457
- const _EDSL = "ElasticsearchDomainStatusList";
458
- const _EHTTPS = "EnforceHTTPS";
459
- const _EI = "EntityId";
460
- const _EIC = "ElasticsearchInstanceCount";
461
- const _EIT = "ElasticsearchInstanceTypes";
462
- const _EITl = "ElasticsearchInstanceType";
463
- const _EM = "ErrorMessage";
464
- const _ET = "EngineType";
465
- const _ETr = "ErrorType";
466
- const _EV = "ElasticsearchVersion";
467
- const _EVS = "ElasticsearchVersionStatus";
468
- const _EVl = "ElasticsearchVersions";
469
- const _En = "Endpoint";
470
- const _End = "Endpoints";
471
- const _F = "Filters";
472
- const _FL = "FilterList";
473
- const _FP = "FixedPrice";
474
- const _Fi = "Filter";
475
- const _GCEV = "GetCompatibleElasticsearchVersions";
476
- const _GCEVR = "GetCompatibleElasticsearchVersionsRequest";
477
- const _GCEVRe = "GetCompatibleElasticsearchVersionsResponse";
478
- const _GPVH = "GetPackageVersionHistory";
479
- const _GPVHR = "GetPackageVersionHistoryRequest";
480
- const _GPVHRe = "GetPackageVersionHistoryResponse";
481
- const _GUH = "GetUpgradeHistory";
482
- const _GUHR = "GetUpgradeHistoryRequest";
483
- const _GUHRe = "GetUpgradeHistoryResponse";
484
- const _GUS = "GetUpgradeStatus";
485
- const _GUSR = "GetUpgradeStatusRequest";
486
- const _GUSRe = "GetUpgradeStatusResponse";
487
- const _I = "Iops";
488
- const _IB = "InitiatedBy";
489
- const _IC = "InstanceCount";
490
- const _ICCSC = "InboundCrossClusterSearchConnection";
491
- const _ICCSCS = "InboundCrossClusterSearchConnectionStatus";
492
- const _ICCSCn = "InboundCrossClusterSearchConnections";
493
- const _ICL = "InstanceCountLimits";
494
- const _IE = "InternalException";
495
- const _IL = "InstanceLimits";
496
- const _IPI = "IdentityPoolId";
497
- const _IPTE = "InvalidPaginationTokenException";
498
- const _IT = "InstanceType";
499
- const _ITE = "InvalidTypeException";
500
- const _IUDE = "InternalUserDatabaseEnabled";
501
- const _Id = "Idp";
502
- const _Is = "Issues";
503
- const _K = "Key";
504
- const _KKI = "KmsKeyId";
505
- const _L = "Limits";
506
- const _LBR = "LimitsByRole";
507
- const _LDFP = "ListDomainsForPackage";
508
- const _LDFPR = "ListDomainsForPackageRequest";
509
- const _LDFPRi = "ListDomainsForPackageResponse";
510
- const _LDN = "ListDomainNames";
511
- const _LDNR = "ListDomainNamesRequest";
512
- const _LDNRi = "ListDomainNamesResponse";
513
- const _LEE = "LimitExceededException";
514
- const _LEIT = "ListElasticsearchInstanceTypes";
515
- const _LEITR = "ListElasticsearchInstanceTypesRequest";
516
- const _LEITRi = "ListElasticsearchInstanceTypesResponse";
517
- const _LEV = "ListElasticsearchVersions";
518
- const _LEVR = "ListElasticsearchVersionsRequest";
519
- const _LEVRi = "ListElasticsearchVersionsResponse";
520
- const _LN = "LimitName";
521
- const _LPFD = "ListPackagesForDomain";
522
- const _LPFDR = "ListPackagesForDomainRequest";
523
- const _LPFDRi = "ListPackagesForDomainResponse";
524
- const _LPO = "LogPublishingOptions";
525
- const _LPOS = "LogPublishingOptionsStatus";
526
- const _LPOo = "LogPublishingOption";
527
- const _LT = "ListTags";
528
- const _LTR = "ListTagsRequest";
529
- const _LTRi = "ListTagsResponse";
530
- const _LU = "LastUpdated";
531
- const _LUA = "LastUpdatedAt";
532
- const _LUT = "LastUpdatedTime";
533
- const _LV = "LimitValues";
534
- const _LVE = "ListVpcEndpoints";
535
- const _LVEA = "ListVpcEndpointAccess";
536
- const _LVEAR = "ListVpcEndpointAccessRequest";
537
- const _LVEARi = "ListVpcEndpointAccessResponse";
538
- const _LVEFD = "ListVpcEndpointsForDomain";
539
- const _LVEFDR = "ListVpcEndpointsForDomainRequest";
540
- const _LVEFDRi = "ListVpcEndpointsForDomainResponse";
541
- const _LVER = "ListVpcEndpointsRequest";
542
- const _LVERi = "ListVpcEndpointsResponse";
543
- const _M = "Message";
544
- const _MBR = "MasterBackendRole";
545
- const _MC = "MetadataContent";
546
- const _MIC = "MinimumInstanceCount";
547
- const _MICa = "MaximumInstanceCount";
548
- const _MP = "ModifyingProperties";
549
- const _MPL = "ModifyingPropertiesList";
550
- const _MR = "MaxResults";
551
- const _MS = "MaintenanceSchedules";
552
- const _MUARN = "MasterUserARN";
553
- const _MUN = "MasterUserName";
554
- const _MUO = "MasterUserOptions";
555
- const _MUP = "MasterUserPassword";
556
- const _N = "Name";
557
- const _NT = "NextToken";
558
- const _NTNEO = "NodeToNodeEncryptionOptions";
559
- const _NTNEOS = "NodeToNodeEncryptionOptionsStatus";
560
- const _NV = "NewVersion";
561
- const _O = "Options";
562
- const _OCCSC = "OutboundCrossClusterSearchConnection";
563
- const _OCCSCS = "OutboundCrossClusterSearchConnectionStatus";
564
- const _OCCSCu = "OutboundCrossClusterSearchConnections";
565
- const _OD = "OptionalDeployment";
566
- const _OI = "OwnerId";
567
- const _OS = "OptionStatus";
568
- const _P = "Password";
569
- const _PCO = "PerformCheckOnly";
570
- const _PD = "PendingDeletion";
571
- const _PDL = "PackageDetailsList";
572
- const _PDa = "PackageDescription";
573
- const _PDac = "PackageDetails";
574
- const _PID = "PackageID";
575
- const _PN = "PropertyName";
576
- const _PNa = "PackageName";
577
- const _PO = "PaymentOption";
578
- const _PP = "PendingProperties";
579
- const _PPr = "ProgressPercent";
580
- const _PREIO = "PurchaseReservedElasticsearchInstanceOffering";
581
- const _PREIOR = "PurchaseReservedElasticsearchInstanceOfferingRequest";
582
- const _PREIORu = "PurchaseReservedElasticsearchInstanceOfferingResponse";
583
- const _PS = "PackageSource";
584
- const _PSa = "PackageStatus";
585
- const _PT = "PrincipalType";
586
- const _PTa = "PackageType";
587
- const _PV = "PackageVersion";
588
- const _PVH = "PackageVersionHistory";
589
- const _PVHL = "PackageVersionHistoryList";
590
- const _PVe = "PendingValue";
591
- const _Pr = "Principal";
592
- const _Pro = "Processing";
593
- const _R = "Region";
594
- const _RA = "RoleArn";
595
- const _RAEE = "ResourceAlreadyExistsException";
596
- const _RC = "RecurringCharge";
597
- const _RCA = "RecurringChargeAmount";
598
- const _RCF = "RecurringChargeFrequency";
599
- const _RCL = "RecurringChargeList";
600
- const _RCe = "RecurringCharges";
601
- const _REI = "ReservedElasticsearchInstances";
602
- const _REII = "ReservedElasticsearchInstanceId";
603
- const _REIL = "ReservedElasticsearchInstanceList";
604
- const _REIO = "ReservedElasticsearchInstanceOfferings";
605
- const _REIOI = "ReservedElasticsearchInstanceOfferingId";
606
- const _REIOL = "ReservedElasticsearchInstanceOfferingList";
607
- const _REIOe = "ReservedElasticsearchInstanceOffering";
608
- const _REIe = "ReservedElasticsearchInstance";
609
- const _RICCSC = "RejectInboundCrossClusterSearchConnection";
610
- const _RICCSCR = "RejectInboundCrossClusterSearchConnectionRequest";
611
- const _RICCSCRe = "RejectInboundCrossClusterSearchConnectionResponse";
612
- const _RK = "RolesKey";
613
- const _RN = "ReservationName";
614
- const _RNFE = "ResourceNotFoundException";
615
- const _ROD = "RollbackOnDisable";
616
- const _RP = "ReferencePath";
617
- const _RT = "RemoveTags";
618
- const _RTR = "RemoveTagsRequest";
619
- const _RVEA = "RevokeVpcEndpointAccess";
620
- const _RVEAR = "RevokeVpcEndpointAccessRequest";
621
- const _RVEARe = "RevokeVpcEndpointAccessResponse";
622
- const _S = "Status";
623
- const _SA = "StartAt";
624
- const _SAMLI = "SAMLIdp";
625
- const _SAMLO = "SAMLOptions";
626
- const _SAMLOI = "SAMLOptionsInput";
627
- const _SAMLOO = "SAMLOptionsOutput";
628
- const _SATD = "ScheduledAutoTuneDetails";
629
- const _SBN = "S3BucketName";
630
- const _SC = "StatusCode";
631
- const _SDI = "SourceDomainInfo";
632
- const _SESSU = "StartElasticsearchServiceSoftwareUpdate";
633
- const _SESSUR = "StartElasticsearchServiceSoftwareUpdateRequest";
634
- const _SESSURt = "StartElasticsearchServiceSoftwareUpdateResponse";
635
- const _SGI = "SecurityGroupIds";
636
- const _SI = "SubnetIds";
637
- const _SK = "S3Key";
638
- const _SKu = "SubjectKey";
639
- const _SL = "StepsList";
640
- const _SO = "SnapshotOptions";
641
- const _SOS = "SnapshotOptionsStatus";
642
- const _SS = "StepStatus";
643
- const _SSO = "ServiceSoftwareOptions";
644
- const _SSTN = "StorageSubTypeName";
645
- const _ST = "StartTime";
646
- const _STL = "StorageTypeLimits";
647
- const _STLL = "StorageTypeLimitList";
648
- const _STLt = "StorageTypeLimit";
649
- const _STLto = "StorageTypeList";
650
- const _STM = "SessionTimeoutMinutes";
651
- const _STN = "StorageTypeName";
652
- const _STt = "StorageTypes";
653
- const _STta = "StartTimestamp";
654
- const _STto = "StorageType";
655
- const _SV = "SourceVersion";
656
- const _Se = "Severity";
657
- const _St = "State";
658
- const _T = "Throughput";
659
- const _TK = "TagKeys";
660
- const _TL = "TagList";
661
- const _TLSSP = "TLSSecurityPolicy";
662
- const _TNOS = "TotalNumberOfStages";
663
- const _TV = "TargetVersions";
664
- const _TVa = "TargetVersion";
665
- const _Ta = "Tag";
666
- const _U = "Username";
667
- const _UA = "UpdateAvailable";
668
- const _UD = "UpdateDate";
669
- const _UED = "UpgradeElasticsearchDomain";
670
- const _UEDC = "UpdateElasticsearchDomainConfig";
671
- const _UEDCR = "UpdateElasticsearchDomainConfigRequest";
672
- const _UEDCRp = "UpdateElasticsearchDomainConfigResponse";
673
- const _UEDR = "UpgradeElasticsearchDomainRequest";
674
- const _UEDRp = "UpgradeElasticsearchDomainResponse";
675
- const _UH = "UpgradeHistories";
676
- const _UHL = "UpgradeHistoryList";
677
- const _UHp = "UpgradeHistory";
678
- const _UN = "UpgradeName";
679
- const _UP = "UpgradeProcessing";
680
- const _UPI = "UserPoolId";
681
- const _UPR = "UpdatePackageRequest";
682
- const _UPRp = "UpdatePackageResponse";
683
- const _UPp = "UpdatePackage";
684
- const _UPs = "UsagePrice";
685
- const _US = "UpgradeStep";
686
- const _USI = "UpgradeStepItem";
687
- const _USL = "UpgradeStepsList";
688
- const _USS = "UpgradeStepStatus";
689
- const _USp = "UpdateStatus";
690
- const _USpg = "UpgradeStatus";
691
- const _UV = "UpdateVersion";
692
- const _UVE = "UpdateVpcEndpoint";
693
- const _UVER = "UpdateVpcEndpointRequest";
694
- const _UVERp = "UpdateVpcEndpointResponse";
695
- const _Un = "Unit";
696
- const _V = "Value";
697
- const _VE = "VpcEndpoint";
698
- const _VEE = "VpcEndpointErrors";
699
- const _VEEL = "VpcEndpointErrorList";
700
- const _VEEp = "VpcEndpointError";
701
- const _VEI = "VpcEndpointId";
702
- const _VEIp = "VpcEndpointIds";
703
- const _VEO = "VpcEndpointOwner";
704
- const _VES = "VpcEndpointSummary";
705
- const _VESL = "VpcEndpointSummaryList";
706
- const _VEa = "ValidationException";
707
- const _VEp = "VpcEndpoints";
708
- const _VO = "VpcOptions";
709
- const _VPCDI = "VPCDerivedInfo";
710
- const _VPCDIS = "VPCDerivedInfoStatus";
711
- const _VPCI = "VPCId";
712
- const _VPCO = "VPCOptions";
713
- const _VS = "VolumeSize";
714
- const _VT = "VolumeType";
715
- const _VTa = "ValueType";
716
- const _Va = "Values";
717
- const _WC = "WarmCount";
718
- const _WE = "WarmEnabled";
719
- const _WT = "WarmType";
720
- const _ZAC = "ZoneAwarenessConfig";
721
- const _ZAE = "ZoneAwarenessEnabled";
722
- const _a = "arn";
723
- const _c = "client";
724
- const _ch = "changeid";
725
- const _dN = "domainName";
726
- const _e = "error";
727
- const _eT = "engineType";
728
- const _h = "http";
729
- const _hE = "httpError";
730
- const _hQ = "httpQuery";
731
- const _m = "message";
732
- const _mR = "maxResults";
733
- const _nT = "nextToken";
734
- const _oI = "offeringId";
735
- const _rI = "reservationId";
736
- const _s = "server";
737
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.elasticsearchservice";
738
- const _xN = "xmlName";
739
- const n0 = "com.amazonaws.elasticsearchservice";
740
- var Password = [0, n0, _P, 8, 0];
741
- var Username = [0, n0, _U, 8, 0];
742
- var AcceptInboundCrossClusterSearchConnectionRequest$ = [3, n0, _AICCSCR,
743
- 0,
744
- [_CCSCI],
745
- [[0, 1]], 1
746
- ];
747
- var AcceptInboundCrossClusterSearchConnectionResponse$ = [3, n0, _AICCSCRc,
748
- 0,
749
- [_CCSC],
750
- [() => InboundCrossClusterSearchConnection$]
751
- ];
752
- var AccessDeniedException$ = [-3, n0, _ADE,
753
- { [_e]: _c, [_hE]: 403 },
754
- [_m],
755
- [0]
756
- ];
757
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
758
- var AccessPoliciesStatus$ = [3, n0, _APS,
759
- 0,
760
- [_O, _S],
761
- [0, () => OptionStatus$], 2
762
- ];
763
- var AdditionalLimit$ = [3, n0, _AL,
764
- 0,
765
- [_LN, _LV],
766
- [0, 64 | 0]
767
- ];
768
- var AddTagsRequest$ = [3, n0, _ATR,
769
- 0,
770
- [_ARN, _TL],
771
- [0, () => TagList], 2
772
- ];
773
- var AdvancedOptionsStatus$ = [3, n0, _AOS,
774
- 0,
775
- [_O, _S],
776
- [128 | 0, () => OptionStatus$], 2
777
- ];
778
- var AdvancedSecurityOptions$ = [3, n0, _ASO,
779
- 0,
780
- [_E, _IUDE, _SAMLO, _AADD, _AAE],
781
- [2, 2, () => SAMLOptionsOutput$, 4, 2]
782
- ];
783
- var AdvancedSecurityOptionsInput$ = [3, n0, _ASOI,
784
- 0,
785
- [_E, _IUDE, _MUO, _SAMLO, _AAE],
786
- [2, 2, [() => MasterUserOptions$, 0], [() => SAMLOptionsInput$, 0], 2]
787
- ];
788
- var AdvancedSecurityOptionsStatus$ = [3, n0, _ASOS,
789
- 0,
790
- [_O, _S],
791
- [() => AdvancedSecurityOptions$, () => OptionStatus$], 2
792
- ];
793
- var AssociatePackageRequest$ = [3, n0, _APR,
794
- 0,
795
- [_PID, _DN],
796
- [[0, 1], [0, 1]], 2
797
- ];
798
- var AssociatePackageResponse$ = [3, n0, _APRs,
799
- 0,
800
- [_DPD],
801
- [() => DomainPackageDetails$]
802
- ];
803
- var AuthorizedPrincipal$ = [3, n0, _AP,
804
- 0,
805
- [_PT, _Pr],
806
- [0, 0]
807
- ];
808
- var AuthorizeVpcEndpointAccessRequest$ = [3, n0, _AVEAR,
809
- 0,
810
- [_DN, _A],
811
- [[0, 1], 0], 2
812
- ];
813
- var AuthorizeVpcEndpointAccessResponse$ = [3, n0, _AVEARu,
814
- 0,
815
- [_AP],
816
- [() => AuthorizedPrincipal$], 1
817
- ];
818
- var AutoTune$ = [3, n0, _AT,
819
- 0,
820
- [_ATT, _ATD],
821
- [0, () => AutoTuneDetails$]
822
- ];
823
- var AutoTuneDetails$ = [3, n0, _ATD,
824
- 0,
825
- [_SATD],
826
- [() => ScheduledAutoTuneDetails$]
827
- ];
828
- var AutoTuneMaintenanceSchedule$ = [3, n0, _ATMS,
829
- 0,
830
- [_SA, _D, _CEFR],
831
- [4, () => Duration$, 0]
832
- ];
833
- var AutoTuneOptions$ = [3, n0, _ATO,
834
- 0,
835
- [_DS, _ROD, _MS],
836
- [0, 0, () => AutoTuneMaintenanceScheduleList]
837
- ];
838
- var AutoTuneOptionsInput$ = [3, n0, _ATOI,
839
- 0,
840
- [_DS, _MS],
841
- [0, () => AutoTuneMaintenanceScheduleList]
842
- ];
843
- var AutoTuneOptionsOutput$ = [3, n0, _ATOO,
844
- 0,
845
- [_St, _EM],
846
- [0, 0]
847
- ];
848
- var AutoTuneOptionsStatus$ = [3, n0, _ATOS,
849
- 0,
850
- [_O, _S],
851
- [() => AutoTuneOptions$, () => AutoTuneStatus$]
852
- ];
853
- var AutoTuneStatus$ = [3, n0, _ATS,
854
- 0,
855
- [_CD, _UD, _St, _UV, _EM, _PD],
856
- [4, 4, 0, 1, 0, 2], 3
857
- ];
858
- var BaseException$ = [-3, n0, _BE,
859
- { [_e]: _c },
860
- [_m],
861
- [0]
862
- ];
863
- schema.TypeRegistry.for(n0).registerError(BaseException$, BaseException);
864
- var CancelDomainConfigChangeRequest$ = [3, n0, _CDCCR,
865
- 0,
866
- [_DN, _DR],
867
- [[0, 1], 2], 1
868
- ];
869
- var CancelDomainConfigChangeResponse$ = [3, n0, _CDCCRa,
870
- 0,
871
- [_DR, _CCI, _CCP],
872
- [2, 64 | 0, () => CancelledChangePropertyList]
873
- ];
874
- var CancelElasticsearchServiceSoftwareUpdateRequest$ = [3, n0, _CESSUR,
875
- 0,
876
- [_DN],
877
- [0], 1
878
- ];
879
- var CancelElasticsearchServiceSoftwareUpdateResponse$ = [3, n0, _CESSURa,
880
- 0,
881
- [_SSO],
882
- [() => ServiceSoftwareOptions$]
883
- ];
884
- var CancelledChangeProperty$ = [3, n0, _CCPa,
885
- 0,
886
- [_PN, _CV, _AV],
887
- [0, 0, 0]
888
- ];
889
- var ChangeProgressDetails$ = [3, n0, _CPD,
890
- 0,
891
- [_CI, _M, _CCS, _ST, _LUT, _IB],
892
- [0, 0, 0, 4, 4, 0]
893
- ];
894
- var ChangeProgressStage$ = [3, n0, _CPS,
895
- 0,
896
- [_N, _S, _De, _LU],
897
- [0, 0, 0, 4]
898
- ];
899
- var ChangeProgressStatusDetails$ = [3, n0, _CPSD,
900
- 0,
901
- [_CI, _ST, _S, _PP, _CP, _TNOS, _CPSh, _CCS, _LUT, _IB],
902
- [0, 4, 0, 64 | 0, 64 | 0, 1, () => ChangeProgressStageList, 0, 4, 0]
903
- ];
904
- var CognitoOptions$ = [3, n0, _CO,
905
- 0,
906
- [_E, _UPI, _IPI, _RA],
907
- [2, 0, 0, 0]
908
- ];
909
- var CognitoOptionsStatus$ = [3, n0, _COS,
910
- 0,
911
- [_O, _S],
912
- [() => CognitoOptions$, () => OptionStatus$], 2
913
- ];
914
- var ColdStorageOptions$ = [3, n0, _CSO,
915
- 0,
916
- [_E],
917
- [2], 1
918
- ];
919
- var CompatibleVersionsMap$ = [3, n0, _CVM,
920
- 0,
921
- [_SV, _TV],
922
- [0, 64 | 0]
923
- ];
924
- var ConflictException$ = [-3, n0, _CE,
925
- { [_e]: _c, [_hE]: 409 },
926
- [_m],
927
- [0]
928
- ];
929
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
930
- var CreateElasticsearchDomainRequest$ = [3, n0, _CEDR,
931
- 0,
932
- [_DN, _EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _TL],
933
- [0, 0, () => ElasticsearchClusterConfig$, () => EBSOptions$, 0, () => SnapshotOptions$, () => VPCOptions$, () => CognitoOptions$, () => EncryptionAtRestOptions$, () => NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => DomainEndpointOptions$, [() => AdvancedSecurityOptionsInput$, 0], () => AutoTuneOptionsInput$, () => TagList], 1
934
- ];
935
- var CreateElasticsearchDomainResponse$ = [3, n0, _CEDRr,
936
- 0,
937
- [_DSo],
938
- [() => ElasticsearchDomainStatus$]
939
- ];
940
- var CreateOutboundCrossClusterSearchConnectionRequest$ = [3, n0, _COCCSCR,
941
- 0,
942
- [_SDI, _DDI, _CA],
943
- [() => DomainInformation$, () => DomainInformation$, 0], 3
944
- ];
945
- var CreateOutboundCrossClusterSearchConnectionResponse$ = [3, n0, _COCCSCRr,
946
- 0,
947
- [_SDI, _DDI, _CA, _CS, _CCSCI],
948
- [() => DomainInformation$, () => DomainInformation$, 0, () => OutboundCrossClusterSearchConnectionStatus$, 0]
949
- ];
950
- var CreatePackageRequest$ = [3, n0, _CPR,
951
- 0,
952
- [_PNa, _PTa, _PS, _PDa],
953
- [0, 0, () => PackageSource$, 0], 3
954
- ];
955
- var CreatePackageResponse$ = [3, n0, _CPRr,
956
- 0,
957
- [_PDac],
958
- [() => PackageDetails$]
959
- ];
960
- var CreateVpcEndpointRequest$ = [3, n0, _CVER,
961
- 0,
962
- [_DA, _VO, _CT],
963
- [0, () => VPCOptions$, 0], 2
964
- ];
965
- var CreateVpcEndpointResponse$ = [3, n0, _CVERr,
966
- 0,
967
- [_VE],
968
- [() => VpcEndpoint$], 1
969
- ];
970
- var DeleteElasticsearchDomainRequest$ = [3, n0, _DEDR,
971
- 0,
972
- [_DN],
973
- [[0, 1]], 1
974
- ];
975
- var DeleteElasticsearchDomainResponse$ = [3, n0, _DEDRe,
976
- 0,
977
- [_DSo],
978
- [() => ElasticsearchDomainStatus$]
979
- ];
980
- var DeleteInboundCrossClusterSearchConnectionRequest$ = [3, n0, _DICCSCR,
981
- 0,
982
- [_CCSCI],
983
- [[0, 1]], 1
984
- ];
985
- var DeleteInboundCrossClusterSearchConnectionResponse$ = [3, n0, _DICCSCRe,
986
- 0,
987
- [_CCSC],
988
- [() => InboundCrossClusterSearchConnection$]
989
- ];
990
- var DeleteOutboundCrossClusterSearchConnectionRequest$ = [3, n0, _DOCCSCR,
991
- 0,
992
- [_CCSCI],
993
- [[0, 1]], 1
994
- ];
995
- var DeleteOutboundCrossClusterSearchConnectionResponse$ = [3, n0, _DOCCSCRe,
996
- 0,
997
- [_CCSC],
998
- [() => OutboundCrossClusterSearchConnection$]
999
- ];
1000
- var DeletePackageRequest$ = [3, n0, _DPR,
1001
- 0,
1002
- [_PID],
1003
- [[0, 1]], 1
1004
- ];
1005
- var DeletePackageResponse$ = [3, n0, _DPRe,
1006
- 0,
1007
- [_PDac],
1008
- [() => PackageDetails$]
1009
- ];
1010
- var DeleteVpcEndpointRequest$ = [3, n0, _DVER,
1011
- 0,
1012
- [_VEI],
1013
- [[0, 1]], 1
1014
- ];
1015
- var DeleteVpcEndpointResponse$ = [3, n0, _DVERe,
1016
- 0,
1017
- [_VES],
1018
- [() => VpcEndpointSummary$], 1
1019
- ];
1020
- var DescribeDomainAutoTunesRequest$ = [3, n0, _DDATR,
1021
- 0,
1022
- [_DN, _MR, _NT],
1023
- [[0, 1], 1, 0], 1
1024
- ];
1025
- var DescribeDomainAutoTunesResponse$ = [3, n0, _DDATRe,
1026
- 0,
1027
- [_ATu, _NT],
1028
- [() => AutoTuneList, 0]
1029
- ];
1030
- var DescribeDomainChangeProgressRequest$ = [3, n0, _DDCPR,
1031
- 0,
1032
- [_DN, _CI],
1033
- [[0, 1], [0, { [_hQ]: _ch }]], 1
1034
- ];
1035
- var DescribeDomainChangeProgressResponse$ = [3, n0, _DDCPRe,
1036
- 0,
1037
- [_CPSha],
1038
- [() => ChangeProgressStatusDetails$]
1039
- ];
1040
- var DescribeElasticsearchDomainConfigRequest$ = [3, n0, _DEDCR,
1041
- 0,
1042
- [_DN],
1043
- [[0, 1]], 1
1044
- ];
1045
- var DescribeElasticsearchDomainConfigResponse$ = [3, n0, _DEDCRe,
1046
- 0,
1047
- [_DC],
1048
- [() => ElasticsearchDomainConfig$], 1
1049
- ];
1050
- var DescribeElasticsearchDomainRequest$ = [3, n0, _DEDRes,
1051
- 0,
1052
- [_DN],
1053
- [[0, 1]], 1
1054
- ];
1055
- var DescribeElasticsearchDomainResponse$ = [3, n0, _DEDResc,
1056
- 0,
1057
- [_DSo],
1058
- [() => ElasticsearchDomainStatus$], 1
1059
- ];
1060
- var DescribeElasticsearchDomainsRequest$ = [3, n0, _DEDRescr,
1061
- 0,
1062
- [_DNo],
1063
- [64 | 0], 1
1064
- ];
1065
- var DescribeElasticsearchDomainsResponse$ = [3, n0, _DEDRescri,
1066
- 0,
1067
- [_DSL],
1068
- [() => ElasticsearchDomainStatusList], 1
1069
- ];
1070
- var DescribeElasticsearchInstanceTypeLimitsRequest$ = [3, n0, _DEITLR,
1071
- 0,
1072
- [_IT, _EV, _DN],
1073
- [[0, 1], [0, 1], [0, { [_hQ]: _dN }]], 2
1074
- ];
1075
- var DescribeElasticsearchInstanceTypeLimitsResponse$ = [3, n0, _DEITLRe,
1076
- 0,
1077
- [_LBR],
1078
- [() => LimitsByRole]
1079
- ];
1080
- var DescribeInboundCrossClusterSearchConnectionsRequest$ = [3, n0, _DICCSCRes,
1081
- 0,
1082
- [_F, _MR, _NT],
1083
- [() => FilterList, 1, 0]
1084
- ];
1085
- var DescribeInboundCrossClusterSearchConnectionsResponse$ = [3, n0, _DICCSCResc,
1086
- 0,
1087
- [_CCSCr, _NT],
1088
- [() => InboundCrossClusterSearchConnections, 0]
1089
- ];
1090
- var DescribeOutboundCrossClusterSearchConnectionsRequest$ = [3, n0, _DOCCSCRes,
1091
- 0,
1092
- [_F, _MR, _NT],
1093
- [() => FilterList, 1, 0]
1094
- ];
1095
- var DescribeOutboundCrossClusterSearchConnectionsResponse$ = [3, n0, _DOCCSCResc,
1096
- 0,
1097
- [_CCSCr, _NT],
1098
- [() => OutboundCrossClusterSearchConnections, 0]
1099
- ];
1100
- var DescribePackagesFilter$ = [3, n0, _DPF,
1101
- 0,
1102
- [_N, _V],
1103
- [0, 64 | 0]
1104
- ];
1105
- var DescribePackagesRequest$ = [3, n0, _DPRes,
1106
- 0,
1107
- [_F, _MR, _NT],
1108
- [() => DescribePackagesFilterList, 1, 0]
1109
- ];
1110
- var DescribePackagesResponse$ = [3, n0, _DPResc,
1111
- 0,
1112
- [_PDL, _NT],
1113
- [() => PackageDetailsList, 0]
1114
- ];
1115
- var DescribeReservedElasticsearchInstanceOfferingsRequest$ = [3, n0, _DREIOR,
1116
- 0,
1117
- [_REIOI, _MR, _NT],
1118
- [[0, { [_hQ]: _oI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1119
- ];
1120
- var DescribeReservedElasticsearchInstanceOfferingsResponse$ = [3, n0, _DREIORe,
1121
- 0,
1122
- [_NT, _REIO],
1123
- [0, [() => ReservedElasticsearchInstanceOfferingList, 0]]
1124
- ];
1125
- var DescribeReservedElasticsearchInstancesRequest$ = [3, n0, _DREIR,
1126
- 0,
1127
- [_REII, _MR, _NT],
1128
- [[0, { [_hQ]: _rI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1129
- ];
1130
- var DescribeReservedElasticsearchInstancesResponse$ = [3, n0, _DREIRe,
1131
- 0,
1132
- [_NT, _REI],
1133
- [0, [() => ReservedElasticsearchInstanceList, 0]]
1134
- ];
1135
- var DescribeVpcEndpointsRequest$ = [3, n0, _DVERes,
1136
- 0,
1137
- [_VEIp],
1138
- [64 | 0], 1
1139
- ];
1140
- var DescribeVpcEndpointsResponse$ = [3, n0, _DVEResc,
1141
- 0,
1142
- [_VEp, _VEE],
1143
- [() => VpcEndpoints, () => VpcEndpointErrorList], 2
1144
- ];
1145
- var DisabledOperationException$ = [-3, n0, _DOE,
1146
- { [_e]: _c, [_hE]: 409 },
1147
- [_m],
1148
- [0]
1149
- ];
1150
- schema.TypeRegistry.for(n0).registerError(DisabledOperationException$, DisabledOperationException);
1151
- var DissociatePackageRequest$ = [3, n0, _DPRi,
1152
- 0,
1153
- [_PID, _DN],
1154
- [[0, 1], [0, 1]], 2
1155
- ];
1156
- var DissociatePackageResponse$ = [3, n0, _DPRis,
1157
- 0,
1158
- [_DPD],
1159
- [() => DomainPackageDetails$]
1160
- ];
1161
- var DomainEndpointOptions$ = [3, n0, _DEO,
1162
- 0,
1163
- [_EHTTPS, _TLSSP, _CEE, _CEu, _CECA],
1164
- [2, 0, 2, 0, 0]
1165
- ];
1166
- var DomainEndpointOptionsStatus$ = [3, n0, _DEOS,
1167
- 0,
1168
- [_O, _S],
1169
- [() => DomainEndpointOptions$, () => OptionStatus$], 2
1170
- ];
1171
- var DomainInfo$ = [3, n0, _DI,
1172
- 0,
1173
- [_DN, _ET],
1174
- [0, 0]
1175
- ];
1176
- var DomainInformation$ = [3, n0, _DIo,
1177
- 0,
1178
- [_DN, _OI, _R],
1179
- [0, 0, 0], 1
1180
- ];
1181
- var DomainPackageDetails$ = [3, n0, _DPD,
1182
- 0,
1183
- [_PID, _PNa, _PTa, _LU, _DN, _DPS, _PV, _RP, _ED],
1184
- [0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails$]
1185
- ];
1186
- var DryRunResults$ = [3, n0, _DRR,
1187
- 0,
1188
- [_DT, _M],
1189
- [0, 0]
1190
- ];
1191
- var Duration$ = [3, n0, _D,
1192
- 0,
1193
- [_V, _Un],
1194
- [1, 0]
1195
- ];
1196
- var EBSOptions$ = [3, n0, _EBSO,
1197
- 0,
1198
- [_EBSE, _VT, _VS, _I, _T],
1199
- [2, 0, 1, 1, 1]
1200
- ];
1201
- var EBSOptionsStatus$ = [3, n0, _EBSOS,
1202
- 0,
1203
- [_O, _S],
1204
- [() => EBSOptions$, () => OptionStatus$], 2
1205
- ];
1206
- var ElasticsearchClusterConfig$ = [3, n0, _ECC,
1207
- 0,
1208
- [_IT, _IC, _DME, _ZAE, _ZAC, _DMT, _DMC, _WE, _WT, _WC, _CSO],
1209
- [0, 1, 2, 2, () => ZoneAwarenessConfig$, 0, 1, 2, 0, 1, () => ColdStorageOptions$]
1210
- ];
1211
- var ElasticsearchClusterConfigStatus$ = [3, n0, _ECCS,
1212
- 0,
1213
- [_O, _S],
1214
- [() => ElasticsearchClusterConfig$, () => OptionStatus$], 2
1215
- ];
1216
- var ElasticsearchDomainConfig$ = [3, n0, _EDC,
1217
- 0,
1218
- [_EV, _ECC, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ATO, _CPD, _MP],
1219
- [() => ElasticsearchVersionStatus$, () => ElasticsearchClusterConfigStatus$, () => EBSOptionsStatus$, () => AccessPoliciesStatus$, () => SnapshotOptionsStatus$, () => VPCDerivedInfoStatus$, () => CognitoOptionsStatus$, () => EncryptionAtRestOptionsStatus$, () => NodeToNodeEncryptionOptionsStatus$, () => AdvancedOptionsStatus$, () => LogPublishingOptionsStatus$, () => DomainEndpointOptionsStatus$, () => AdvancedSecurityOptionsStatus$, () => AutoTuneOptionsStatus$, () => ChangeProgressDetails$, () => ModifyingPropertiesList]
1220
- ];
1221
- var ElasticsearchDomainStatus$ = [3, n0, _EDS,
1222
- 0,
1223
- [_DIom, _DN, _ARN, _ECC, _C, _Del, _En, _End, _Pro, _UP, _EV, _EBSO, _APc, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _SSO, _DEO, _ASO, _ATO, _CPD, _DPSo, _MP],
1224
- [0, 0, 0, () => ElasticsearchClusterConfig$, 2, 2, 0, 128 | 0, 2, 2, 0, () => EBSOptions$, 0, () => SnapshotOptions$, () => VPCDerivedInfo$, () => CognitoOptions$, () => EncryptionAtRestOptions$, () => NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => ServiceSoftwareOptions$, () => DomainEndpointOptions$, () => AdvancedSecurityOptions$, () => AutoTuneOptionsOutput$, () => ChangeProgressDetails$, 0, () => ModifyingPropertiesList], 4
1225
- ];
1226
- var ElasticsearchVersionStatus$ = [3, n0, _EVS,
1227
- 0,
1228
- [_O, _S],
1229
- [0, () => OptionStatus$], 2
1230
- ];
1231
- var EncryptionAtRestOptions$ = [3, n0, _EARO,
1232
- 0,
1233
- [_E, _KKI],
1234
- [2, 0]
1235
- ];
1236
- var EncryptionAtRestOptionsStatus$ = [3, n0, _EAROS,
1237
- 0,
1238
- [_O, _S],
1239
- [() => EncryptionAtRestOptions$, () => OptionStatus$], 2
1240
- ];
1241
- var ErrorDetails$ = [3, n0, _ED,
1242
- 0,
1243
- [_ETr, _EM],
1244
- [0, 0]
1245
- ];
1246
- var Filter$ = [3, n0, _Fi,
1247
- 0,
1248
- [_N, _Va],
1249
- [0, 64 | 0]
1250
- ];
1251
- var GetCompatibleElasticsearchVersionsRequest$ = [3, n0, _GCEVR,
1252
- 0,
1253
- [_DN],
1254
- [[0, { [_hQ]: _dN }]]
1255
- ];
1256
- var GetCompatibleElasticsearchVersionsResponse$ = [3, n0, _GCEVRe,
1257
- 0,
1258
- [_CEV],
1259
- [() => CompatibleElasticsearchVersionsList]
1260
- ];
1261
- var GetPackageVersionHistoryRequest$ = [3, n0, _GPVHR,
1262
- 0,
1263
- [_PID, _MR, _NT],
1264
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1265
- ];
1266
- var GetPackageVersionHistoryResponse$ = [3, n0, _GPVHRe,
1267
- 0,
1268
- [_PID, _PVHL, _NT],
1269
- [0, () => PackageVersionHistoryList, 0]
1270
- ];
1271
- var GetUpgradeHistoryRequest$ = [3, n0, _GUHR,
1272
- 0,
1273
- [_DN, _MR, _NT],
1274
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1275
- ];
1276
- var GetUpgradeHistoryResponse$ = [3, n0, _GUHRe,
1277
- 0,
1278
- [_UH, _NT],
1279
- [() => UpgradeHistoryList, 0]
1280
- ];
1281
- var GetUpgradeStatusRequest$ = [3, n0, _GUSR,
1282
- 0,
1283
- [_DN],
1284
- [[0, 1]], 1
1285
- ];
1286
- var GetUpgradeStatusResponse$ = [3, n0, _GUSRe,
1287
- 0,
1288
- [_US, _SS, _UN],
1289
- [0, 0, 0]
1290
- ];
1291
- var InboundCrossClusterSearchConnection$ = [3, n0, _ICCSC,
1292
- 0,
1293
- [_SDI, _DDI, _CCSCI, _CS],
1294
- [() => DomainInformation$, () => DomainInformation$, 0, () => InboundCrossClusterSearchConnectionStatus$]
1295
- ];
1296
- var InboundCrossClusterSearchConnectionStatus$ = [3, n0, _ICCSCS,
1297
- 0,
1298
- [_SC, _M],
1299
- [0, 0]
1300
- ];
1301
- var InstanceCountLimits$ = [3, n0, _ICL,
1302
- 0,
1303
- [_MIC, _MICa],
1304
- [1, 1]
1305
- ];
1306
- var InstanceLimits$ = [3, n0, _IL,
1307
- 0,
1308
- [_ICL],
1309
- [() => InstanceCountLimits$]
1310
- ];
1311
- var InternalException$ = [-3, n0, _IE,
1312
- { [_e]: _s, [_hE]: 500 },
1313
- [_m],
1314
- [0]
1315
- ];
1316
- schema.TypeRegistry.for(n0).registerError(InternalException$, InternalException);
1317
- var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
1318
- { [_e]: _c, [_hE]: 400 },
1319
- [_m],
1320
- [0]
1321
- ];
1322
- schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
1323
- var InvalidTypeException$ = [-3, n0, _ITE,
1324
- { [_e]: _c, [_hE]: 409 },
1325
- [_m],
1326
- [0]
1327
- ];
1328
- schema.TypeRegistry.for(n0).registerError(InvalidTypeException$, InvalidTypeException);
1329
- var LimitExceededException$ = [-3, n0, _LEE,
1330
- { [_e]: _c, [_hE]: 409 },
1331
- [_m],
1332
- [0]
1333
- ];
1334
- schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1335
- var Limits$ = [3, n0, _L,
1336
- 0,
1337
- [_STt, _IL, _ALd],
1338
- [() => StorageTypeList, () => InstanceLimits$, () => AdditionalLimitList]
1339
- ];
1340
- var ListDomainNamesRequest$ = [3, n0, _LDNR,
1341
- 0,
1342
- [_ET],
1343
- [[0, { [_hQ]: _eT }]]
1344
- ];
1345
- var ListDomainNamesResponse$ = [3, n0, _LDNRi,
1346
- 0,
1347
- [_DNo],
1348
- [() => DomainInfoList]
1349
- ];
1350
- var ListDomainsForPackageRequest$ = [3, n0, _LDFPR,
1351
- 0,
1352
- [_PID, _MR, _NT],
1353
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1354
- ];
1355
- var ListDomainsForPackageResponse$ = [3, n0, _LDFPRi,
1356
- 0,
1357
- [_DPDL, _NT],
1358
- [() => DomainPackageDetailsList, 0]
1359
- ];
1360
- var ListElasticsearchInstanceTypesRequest$ = [3, n0, _LEITR,
1361
- 0,
1362
- [_EV, _DN, _MR, _NT],
1363
- [[0, 1], [0, { [_hQ]: _dN }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1364
- ];
1365
- var ListElasticsearchInstanceTypesResponse$ = [3, n0, _LEITRi,
1366
- 0,
1367
- [_EIT, _NT],
1368
- [64 | 0, 0]
1369
- ];
1370
- var ListElasticsearchVersionsRequest$ = [3, n0, _LEVR,
1371
- 0,
1372
- [_MR, _NT],
1373
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1374
- ];
1375
- var ListElasticsearchVersionsResponse$ = [3, n0, _LEVRi,
1376
- 0,
1377
- [_EVl, _NT],
1378
- [64 | 0, 0]
1379
- ];
1380
- var ListPackagesForDomainRequest$ = [3, n0, _LPFDR,
1381
- 0,
1382
- [_DN, _MR, _NT],
1383
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1384
- ];
1385
- var ListPackagesForDomainResponse$ = [3, n0, _LPFDRi,
1386
- 0,
1387
- [_DPDL, _NT],
1388
- [() => DomainPackageDetailsList, 0]
1389
- ];
1390
- var ListTagsRequest$ = [3, n0, _LTR,
1391
- 0,
1392
- [_ARN],
1393
- [[0, { [_hQ]: _a }]], 1
1394
- ];
1395
- var ListTagsResponse$ = [3, n0, _LTRi,
1396
- 0,
1397
- [_TL],
1398
- [() => TagList]
1399
- ];
1400
- var ListVpcEndpointAccessRequest$ = [3, n0, _LVEAR,
1401
- 0,
1402
- [_DN, _NT],
1403
- [[0, 1], [0, { [_hQ]: _nT }]], 1
1404
- ];
1405
- var ListVpcEndpointAccessResponse$ = [3, n0, _LVEARi,
1406
- 0,
1407
- [_APL, _NT],
1408
- [() => AuthorizedPrincipalList, 0], 2
1409
- ];
1410
- var ListVpcEndpointsForDomainRequest$ = [3, n0, _LVEFDR,
1411
- 0,
1412
- [_DN, _NT],
1413
- [[0, 1], [0, { [_hQ]: _nT }]], 1
1414
- ];
1415
- var ListVpcEndpointsForDomainResponse$ = [3, n0, _LVEFDRi,
1416
- 0,
1417
- [_VESL, _NT],
1418
- [() => VpcEndpointSummaryList, 0], 2
1419
- ];
1420
- var ListVpcEndpointsRequest$ = [3, n0, _LVER,
1421
- 0,
1422
- [_NT],
1423
- [[0, { [_hQ]: _nT }]]
1424
- ];
1425
- var ListVpcEndpointsResponse$ = [3, n0, _LVERi,
1426
- 0,
1427
- [_VESL, _NT],
1428
- [() => VpcEndpointSummaryList, 0], 2
1429
- ];
1430
- var LogPublishingOption$ = [3, n0, _LPOo,
1431
- 0,
1432
- [_CWLLGA, _E],
1433
- [0, 2]
1434
- ];
1435
- var LogPublishingOptionsStatus$ = [3, n0, _LPOS,
1436
- 0,
1437
- [_O, _S],
1438
- [() => LogPublishingOptions, () => OptionStatus$]
1439
- ];
1440
- var MasterUserOptions$ = [3, n0, _MUO,
1441
- 0,
1442
- [_MUARN, _MUN, _MUP],
1443
- [0, [() => Username, 0], [() => Password, 0]]
1444
- ];
1445
- var ModifyingProperties$ = [3, n0, _MP,
1446
- 0,
1447
- [_N, _AV, _PVe, _VTa],
1448
- [0, 0, 0, 0]
1449
- ];
1450
- var NodeToNodeEncryptionOptions$ = [3, n0, _NTNEO,
1451
- 0,
1452
- [_E],
1453
- [2]
1454
- ];
1455
- var NodeToNodeEncryptionOptionsStatus$ = [3, n0, _NTNEOS,
1456
- 0,
1457
- [_O, _S],
1458
- [() => NodeToNodeEncryptionOptions$, () => OptionStatus$], 2
1459
- ];
1460
- var OptionStatus$ = [3, n0, _OS,
1461
- 0,
1462
- [_CD, _UD, _St, _UV, _PD],
1463
- [4, 4, 0, 1, 2], 3
1464
- ];
1465
- var OutboundCrossClusterSearchConnection$ = [3, n0, _OCCSC,
1466
- 0,
1467
- [_SDI, _DDI, _CCSCI, _CA, _CS],
1468
- [() => DomainInformation$, () => DomainInformation$, 0, 0, () => OutboundCrossClusterSearchConnectionStatus$]
1469
- ];
1470
- var OutboundCrossClusterSearchConnectionStatus$ = [3, n0, _OCCSCS,
1471
- 0,
1472
- [_SC, _M],
1473
- [0, 0]
1474
- ];
1475
- var PackageDetails$ = [3, n0, _PDac,
1476
- 0,
1477
- [_PID, _PNa, _PTa, _PDa, _PSa, _CAr, _LUA, _APV, _ED],
1478
- [0, 0, 0, 0, 0, 4, 4, 0, () => ErrorDetails$]
1479
- ];
1480
- var PackageSource$ = [3, n0, _PS,
1481
- 0,
1482
- [_SBN, _SK],
1483
- [0, 0]
1484
- ];
1485
- var PackageVersionHistory$ = [3, n0, _PVH,
1486
- 0,
1487
- [_PV, _CM, _CAr],
1488
- [0, 0, 4]
1489
- ];
1490
- var PurchaseReservedElasticsearchInstanceOfferingRequest$ = [3, n0, _PREIOR,
1491
- 0,
1492
- [_REIOI, _RN, _IC],
1493
- [0, 0, 1], 2
1494
- ];
1495
- var PurchaseReservedElasticsearchInstanceOfferingResponse$ = [3, n0, _PREIORu,
1496
- 0,
1497
- [_REII, _RN],
1498
- [0, 0]
1499
- ];
1500
- var RecurringCharge$ = [3, n0, _RC,
1501
- 0,
1502
- [_RCA, _RCF],
1503
- [1, 0]
1504
- ];
1505
- var RejectInboundCrossClusterSearchConnectionRequest$ = [3, n0, _RICCSCR,
1506
- 0,
1507
- [_CCSCI],
1508
- [[0, 1]], 1
1509
- ];
1510
- var RejectInboundCrossClusterSearchConnectionResponse$ = [3, n0, _RICCSCRe,
1511
- 0,
1512
- [_CCSC],
1513
- [() => InboundCrossClusterSearchConnection$]
1514
- ];
1515
- var RemoveTagsRequest$ = [3, n0, _RTR,
1516
- 0,
1517
- [_ARN, _TK],
1518
- [0, 64 | 0], 2
1519
- ];
1520
- var ReservedElasticsearchInstance$ = [3, n0, _REIe,
1521
- 0,
1522
- [_RN, _REII, _REIOI, _EITl, _ST, _D, _FP, _UPs, _CC, _EIC, _St, _PO, _RCe],
1523
- [0, 0, 0, 0, 4, 1, 1, 1, 0, 1, 0, 0, [() => RecurringChargeList, 0]]
1524
- ];
1525
- var ReservedElasticsearchInstanceOffering$ = [3, n0, _REIOe,
1526
- 0,
1527
- [_REIOI, _EITl, _D, _FP, _UPs, _CC, _PO, _RCe],
1528
- [0, 0, 1, 1, 1, 0, 0, [() => RecurringChargeList, 0]]
1529
- ];
1530
- var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
1531
- { [_e]: _c, [_hE]: 409 },
1532
- [_m],
1533
- [0]
1534
- ];
1535
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
1536
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1537
- { [_e]: _c, [_hE]: 409 },
1538
- [_m],
1539
- [0]
1540
- ];
1541
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1542
- var RevokeVpcEndpointAccessRequest$ = [3, n0, _RVEAR,
1543
- 0,
1544
- [_DN, _A],
1545
- [[0, 1], 0], 2
1546
- ];
1547
- var RevokeVpcEndpointAccessResponse$ = [3, n0, _RVEARe,
1548
- 0,
1549
- [],
1550
- []
1551
- ];
1552
- var SAMLIdp$ = [3, n0, _SAMLI,
1553
- 0,
1554
- [_MC, _EI],
1555
- [0, 0], 2
1556
- ];
1557
- var SAMLOptionsInput$ = [3, n0, _SAMLOI,
1558
- 0,
1559
- [_E, _Id, _MUN, _MBR, _SKu, _RK, _STM],
1560
- [2, () => SAMLIdp$, [() => Username, 0], 0, 0, 0, 1]
1561
- ];
1562
- var SAMLOptionsOutput$ = [3, n0, _SAMLOO,
1563
- 0,
1564
- [_E, _Id, _SKu, _RK, _STM],
1565
- [2, () => SAMLIdp$, 0, 0, 1]
1566
- ];
1567
- var ScheduledAutoTuneDetails$ = [3, n0, _SATD,
1568
- 0,
1569
- [_Da, _ATc, _Ac, _Se],
1570
- [4, 0, 0, 0]
1571
- ];
1572
- var ServiceSoftwareOptions$ = [3, n0, _SSO,
1573
- 0,
1574
- [_CVu, _NV, _UA, _Ca, _USp, _De, _AUD, _OD],
1575
- [0, 0, 2, 2, 0, 0, 4, 2]
1576
- ];
1577
- var SnapshotOptions$ = [3, n0, _SO,
1578
- 0,
1579
- [_ASSH],
1580
- [1]
1581
- ];
1582
- var SnapshotOptionsStatus$ = [3, n0, _SOS,
1583
- 0,
1584
- [_O, _S],
1585
- [() => SnapshotOptions$, () => OptionStatus$], 2
1586
- ];
1587
- var StartElasticsearchServiceSoftwareUpdateRequest$ = [3, n0, _SESSUR,
1588
- 0,
1589
- [_DN],
1590
- [0], 1
1591
- ];
1592
- var StartElasticsearchServiceSoftwareUpdateResponse$ = [3, n0, _SESSURt,
1593
- 0,
1594
- [_SSO],
1595
- [() => ServiceSoftwareOptions$]
1596
- ];
1597
- var StorageType$ = [3, n0, _STto,
1598
- 0,
1599
- [_STN, _SSTN, _STL],
1600
- [0, 0, () => StorageTypeLimitList]
1601
- ];
1602
- var StorageTypeLimit$ = [3, n0, _STLt,
1603
- 0,
1604
- [_LN, _LV],
1605
- [0, 64 | 0]
1606
- ];
1607
- var Tag$ = [3, n0, _Ta,
1608
- 0,
1609
- [_K, _V],
1610
- [0, 0], 2
1611
- ];
1612
- var UpdateElasticsearchDomainConfigRequest$ = [3, n0, _UEDCR,
1613
- 0,
1614
- [_DN, _ECC, _EBSO, _SO, _VPCO, _CO, _AO, _APc, _LPO, _DEO, _ASO, _NTNEO, _EARO, _ATO, _DR],
1615
- [[0, 1], () => ElasticsearchClusterConfig$, () => EBSOptions$, () => SnapshotOptions$, () => VPCOptions$, () => CognitoOptions$, 128 | 0, 0, () => LogPublishingOptions, () => DomainEndpointOptions$, [() => AdvancedSecurityOptionsInput$, 0], () => NodeToNodeEncryptionOptions$, () => EncryptionAtRestOptions$, () => AutoTuneOptions$, 2], 1
1616
- ];
1617
- var UpdateElasticsearchDomainConfigResponse$ = [3, n0, _UEDCRp,
1618
- 0,
1619
- [_DC, _DRR],
1620
- [() => ElasticsearchDomainConfig$, () => DryRunResults$], 1
1621
- ];
1622
- var UpdatePackageRequest$ = [3, n0, _UPR,
1623
- 0,
1624
- [_PID, _PS, _PDa, _CM],
1625
- [0, () => PackageSource$, 0, 0], 2
1626
- ];
1627
- var UpdatePackageResponse$ = [3, n0, _UPRp,
1628
- 0,
1629
- [_PDac],
1630
- [() => PackageDetails$]
1631
- ];
1632
- var UpdateVpcEndpointRequest$ = [3, n0, _UVER,
1633
- 0,
1634
- [_VEI, _VO],
1635
- [0, () => VPCOptions$], 2
1636
- ];
1637
- var UpdateVpcEndpointResponse$ = [3, n0, _UVERp,
1638
- 0,
1639
- [_VE],
1640
- [() => VpcEndpoint$], 1
1641
- ];
1642
- var UpgradeElasticsearchDomainRequest$ = [3, n0, _UEDR,
1643
- 0,
1644
- [_DN, _TVa, _PCO],
1645
- [0, 0, 2], 2
1646
- ];
1647
- var UpgradeElasticsearchDomainResponse$ = [3, n0, _UEDRp,
1648
- 0,
1649
- [_DN, _TVa, _PCO, _CPD],
1650
- [0, 0, 2, () => ChangeProgressDetails$]
1651
- ];
1652
- var UpgradeHistory$ = [3, n0, _UHp,
1653
- 0,
1654
- [_UN, _STta, _USpg, _SL],
1655
- [0, 4, 0, () => UpgradeStepsList]
1656
- ];
1657
- var UpgradeStepItem$ = [3, n0, _USI,
1658
- 0,
1659
- [_US, _USS, _Is, _PPr],
1660
- [0, 0, 64 | 0, 1]
1661
- ];
1662
- var ValidationException$ = [-3, n0, _VEa,
1663
- { [_e]: _c, [_hE]: 400 },
1664
- [_m],
1665
- [0]
1666
- ];
1667
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1668
- var VPCDerivedInfo$ = [3, n0, _VPCDI,
1669
- 0,
1670
- [_VPCI, _SI, _AZ, _SGI],
1671
- [0, 64 | 0, 64 | 0, 64 | 0]
1672
- ];
1673
- var VPCDerivedInfoStatus$ = [3, n0, _VPCDIS,
1674
- 0,
1675
- [_O, _S],
1676
- [() => VPCDerivedInfo$, () => OptionStatus$], 2
1677
- ];
1678
- var VpcEndpoint$ = [3, n0, _VE,
1679
- 0,
1680
- [_VEI, _VEO, _DA, _VO, _S, _En],
1681
- [0, 0, 0, () => VPCDerivedInfo$, 0, 0]
1682
- ];
1683
- var VpcEndpointError$ = [3, n0, _VEEp,
1684
- 0,
1685
- [_VEI, _EC, _EM],
1686
- [0, 0, 0]
1687
- ];
1688
- var VpcEndpointSummary$ = [3, n0, _VES,
1689
- 0,
1690
- [_VEI, _VEO, _DA, _S],
1691
- [0, 0, 0, 0]
1692
- ];
1693
- var VPCOptions$ = [3, n0, _VPCO,
1694
- 0,
1695
- [_SI, _SGI],
1696
- [64 | 0, 64 | 0]
1697
- ];
1698
- var ZoneAwarenessConfig$ = [3, n0, _ZAC,
1699
- 0,
1700
- [_AZC],
1701
- [1]
1702
- ];
1703
- var __Unit = "unit";
1704
- var ElasticsearchServiceServiceException$ = [-3, _sm, "ElasticsearchServiceServiceException", 0, [], []];
1705
- schema.TypeRegistry.for(_sm).registerError(ElasticsearchServiceServiceException$, ElasticsearchServiceServiceException);
1706
- var AdditionalLimitList = [1, n0, _ALL,
1707
- 0, () => AdditionalLimit$
1708
- ];
1709
- var AuthorizedPrincipalList = [1, n0, _APL,
1710
- 0, () => AuthorizedPrincipal$
1711
- ];
1712
- var AutoTuneList = [1, n0, _ATL,
1713
- 0, () => AutoTune$
1714
- ];
1715
- var AutoTuneMaintenanceScheduleList = [1, n0, _ATMSL,
1716
- 0, () => AutoTuneMaintenanceSchedule$
1717
- ];
1718
- var CancelledChangePropertyList = [1, n0, _CCPL,
1719
- 0, () => CancelledChangeProperty$
1720
- ];
1721
- var ChangeProgressStageList = [1, n0, _CPSL,
1722
- 0, () => ChangeProgressStage$
1723
- ];
1724
- var CompatibleElasticsearchVersionsList = [1, n0, _CEVL,
1725
- 0, () => CompatibleVersionsMap$
1726
- ];
1727
- var DescribePackagesFilterList = [1, n0, _DPFL,
1728
- 0, () => DescribePackagesFilter$
1729
- ];
1730
- var DomainInfoList = [1, n0, _DIL,
1731
- 0, () => DomainInfo$
1732
- ];
1733
- var DomainPackageDetailsList = [1, n0, _DPDL,
1734
- 0, () => DomainPackageDetails$
1735
- ];
1736
- var ElasticsearchDomainStatusList = [1, n0, _EDSL,
1737
- 0, () => ElasticsearchDomainStatus$
1738
- ];
1739
- var FilterList = [1, n0, _FL,
1740
- 0, () => Filter$
1741
- ];
1742
- var InboundCrossClusterSearchConnections = [1, n0, _ICCSCn,
1743
- 0, () => InboundCrossClusterSearchConnection$
1744
- ];
1745
- var ModifyingPropertiesList = [1, n0, _MPL,
1746
- 0, () => ModifyingProperties$
1747
- ];
1748
- var OutboundCrossClusterSearchConnections = [1, n0, _OCCSCu,
1749
- 0, () => OutboundCrossClusterSearchConnection$
1750
- ];
1751
- var PackageDetailsList = [1, n0, _PDL,
1752
- 0, () => PackageDetails$
1753
- ];
1754
- var PackageVersionHistoryList = [1, n0, _PVHL,
1755
- 0, () => PackageVersionHistory$
1756
- ];
1757
- var RecurringChargeList = [1, n0, _RCL,
1758
- 0, [() => RecurringCharge$,
1759
- { [_xN]: _RC }]
1760
- ];
1761
- var ReservedElasticsearchInstanceList = [1, n0, _REIL,
1762
- 0, [() => ReservedElasticsearchInstance$,
1763
- 0]
1764
- ];
1765
- var ReservedElasticsearchInstanceOfferingList = [1, n0, _REIOL,
1766
- 0, [() => ReservedElasticsearchInstanceOffering$,
1767
- { [_xN]: _REIOe }]
1768
- ];
1769
- var StorageTypeLimitList = [1, n0, _STLL,
1770
- 0, () => StorageTypeLimit$
1771
- ];
1772
- var StorageTypeList = [1, n0, _STLto,
1773
- 0, () => StorageType$
1774
- ];
1775
- var TagList = [1, n0, _TL,
1776
- 0, () => Tag$
1777
- ];
1778
- var UpgradeHistoryList = [1, n0, _UHL,
1779
- 0, () => UpgradeHistory$
1780
- ];
1781
- var UpgradeStepsList = [1, n0, _USL,
1782
- 0, () => UpgradeStepItem$
1783
- ];
1784
- var VpcEndpointErrorList = [1, n0, _VEEL,
1785
- 0, () => VpcEndpointError$
1786
- ];
1787
- var VpcEndpoints = [1, n0, _VEp,
1788
- 0, () => VpcEndpoint$
1789
- ];
1790
- var VpcEndpointSummaryList = [1, n0, _VESL,
1791
- 0, () => VpcEndpointSummary$
1792
- ];
1793
- var LimitsByRole = [2, n0, _LBR,
1794
- 0, 0, () => Limits$
1795
- ];
1796
- var LogPublishingOptions = [2, n0, _LPO,
1797
- 0, 0, () => LogPublishingOption$
1798
- ];
1799
- var AcceptInboundCrossClusterSearchConnection$ = [9, n0, _AICCSC,
1800
- { [_h]: ["PUT", "/2015-01-01/es/ccs/inboundConnection/{CrossClusterSearchConnectionId}/accept", 200] }, () => AcceptInboundCrossClusterSearchConnectionRequest$, () => AcceptInboundCrossClusterSearchConnectionResponse$
1801
- ];
1802
- var AddTags$ = [9, n0, _ATd,
1803
- { [_h]: ["POST", "/2015-01-01/tags", 200] }, () => AddTagsRequest$, () => __Unit
1804
- ];
1805
- var AssociatePackage$ = [9, n0, _APs,
1806
- { [_h]: ["POST", "/2015-01-01/packages/associate/{PackageID}/{DomainName}", 200] }, () => AssociatePackageRequest$, () => AssociatePackageResponse$
1807
- ];
1808
- var AuthorizeVpcEndpointAccess$ = [9, n0, _AVEA,
1809
- { [_h]: ["POST", "/2015-01-01/es/domain/{DomainName}/authorizeVpcEndpointAccess", 200] }, () => AuthorizeVpcEndpointAccessRequest$, () => AuthorizeVpcEndpointAccessResponse$
1810
- ];
1811
- var CancelDomainConfigChange$ = [9, n0, _CDCC,
1812
- { [_h]: ["POST", "/2015-01-01/es/domain/{DomainName}/config/cancel", 200] }, () => CancelDomainConfigChangeRequest$, () => CancelDomainConfigChangeResponse$
1813
- ];
1814
- var CancelElasticsearchServiceSoftwareUpdate$ = [9, n0, _CESSU,
1815
- { [_h]: ["POST", "/2015-01-01/es/serviceSoftwareUpdate/cancel", 200] }, () => CancelElasticsearchServiceSoftwareUpdateRequest$, () => CancelElasticsearchServiceSoftwareUpdateResponse$
1816
- ];
1817
- var CreateElasticsearchDomain$ = [9, n0, _CED,
1818
- { [_h]: ["POST", "/2015-01-01/es/domain", 200] }, () => CreateElasticsearchDomainRequest$, () => CreateElasticsearchDomainResponse$
1819
- ];
1820
- var CreateOutboundCrossClusterSearchConnection$ = [9, n0, _COCCSC,
1821
- { [_h]: ["POST", "/2015-01-01/es/ccs/outboundConnection", 200] }, () => CreateOutboundCrossClusterSearchConnectionRequest$, () => CreateOutboundCrossClusterSearchConnectionResponse$
1822
- ];
1823
- var CreatePackage$ = [9, n0, _CPr,
1824
- { [_h]: ["POST", "/2015-01-01/packages", 200] }, () => CreatePackageRequest$, () => CreatePackageResponse$
1825
- ];
1826
- var CreateVpcEndpoint$ = [9, n0, _CVE,
1827
- { [_h]: ["POST", "/2015-01-01/es/vpcEndpoints", 200] }, () => CreateVpcEndpointRequest$, () => CreateVpcEndpointResponse$
1828
- ];
1829
- var DeleteElasticsearchDomain$ = [9, n0, _DED,
1830
- { [_h]: ["DELETE", "/2015-01-01/es/domain/{DomainName}", 200] }, () => DeleteElasticsearchDomainRequest$, () => DeleteElasticsearchDomainResponse$
1831
- ];
1832
- var DeleteElasticsearchServiceRole$ = [9, n0, _DESR,
1833
- { [_h]: ["DELETE", "/2015-01-01/es/role", 200] }, () => __Unit, () => __Unit
1834
- ];
1835
- var DeleteInboundCrossClusterSearchConnection$ = [9, n0, _DICCSC,
1836
- { [_h]: ["DELETE", "/2015-01-01/es/ccs/inboundConnection/{CrossClusterSearchConnectionId}", 200] }, () => DeleteInboundCrossClusterSearchConnectionRequest$, () => DeleteInboundCrossClusterSearchConnectionResponse$
1837
- ];
1838
- var DeleteOutboundCrossClusterSearchConnection$ = [9, n0, _DOCCSC,
1839
- { [_h]: ["DELETE", "/2015-01-01/es/ccs/outboundConnection/{CrossClusterSearchConnectionId}", 200] }, () => DeleteOutboundCrossClusterSearchConnectionRequest$, () => DeleteOutboundCrossClusterSearchConnectionResponse$
1840
- ];
1841
- var DeletePackage$ = [9, n0, _DP,
1842
- { [_h]: ["DELETE", "/2015-01-01/packages/{PackageID}", 200] }, () => DeletePackageRequest$, () => DeletePackageResponse$
1843
- ];
1844
- var DeleteVpcEndpoint$ = [9, n0, _DVE,
1845
- { [_h]: ["DELETE", "/2015-01-01/es/vpcEndpoints/{VpcEndpointId}", 200] }, () => DeleteVpcEndpointRequest$, () => DeleteVpcEndpointResponse$
1846
- ];
1847
- var DescribeDomainAutoTunes$ = [9, n0, _DDAT,
1848
- { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/autoTunes", 200] }, () => DescribeDomainAutoTunesRequest$, () => DescribeDomainAutoTunesResponse$
1849
- ];
1850
- var DescribeDomainChangeProgress$ = [9, n0, _DDCP,
1851
- { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/progress", 200] }, () => DescribeDomainChangeProgressRequest$, () => DescribeDomainChangeProgressResponse$
1852
- ];
1853
- var DescribeElasticsearchDomain$ = [9, n0, _DEDe,
1854
- { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}", 200] }, () => DescribeElasticsearchDomainRequest$, () => DescribeElasticsearchDomainResponse$
1855
- ];
1856
- var DescribeElasticsearchDomainConfig$ = [9, n0, _DEDC,
1857
- { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/config", 200] }, () => DescribeElasticsearchDomainConfigRequest$, () => DescribeElasticsearchDomainConfigResponse$
1858
- ];
1859
- var DescribeElasticsearchDomains$ = [9, n0, _DEDes,
1860
- { [_h]: ["POST", "/2015-01-01/es/domain-info", 200] }, () => DescribeElasticsearchDomainsRequest$, () => DescribeElasticsearchDomainsResponse$
1861
- ];
1862
- var DescribeElasticsearchInstanceTypeLimits$ = [9, n0, _DEITL,
1863
- { [_h]: ["GET", "/2015-01-01/es/instanceTypeLimits/{ElasticsearchVersion}/{InstanceType}", 200] }, () => DescribeElasticsearchInstanceTypeLimitsRequest$, () => DescribeElasticsearchInstanceTypeLimitsResponse$
1864
- ];
1865
- var DescribeInboundCrossClusterSearchConnections$ = [9, n0, _DICCSCe,
1866
- { [_h]: ["POST", "/2015-01-01/es/ccs/inboundConnection/search", 200] }, () => DescribeInboundCrossClusterSearchConnectionsRequest$, () => DescribeInboundCrossClusterSearchConnectionsResponse$
1867
- ];
1868
- var DescribeOutboundCrossClusterSearchConnections$ = [9, n0, _DOCCSCe,
1869
- { [_h]: ["POST", "/2015-01-01/es/ccs/outboundConnection/search", 200] }, () => DescribeOutboundCrossClusterSearchConnectionsRequest$, () => DescribeOutboundCrossClusterSearchConnectionsResponse$
1870
- ];
1871
- var DescribePackages$ = [9, n0, _DPe,
1872
- { [_h]: ["POST", "/2015-01-01/packages/describe", 200] }, () => DescribePackagesRequest$, () => DescribePackagesResponse$
1873
- ];
1874
- var DescribeReservedElasticsearchInstanceOfferings$ = [9, n0, _DREIO,
1875
- { [_h]: ["GET", "/2015-01-01/es/reservedInstanceOfferings", 200] }, () => DescribeReservedElasticsearchInstanceOfferingsRequest$, () => DescribeReservedElasticsearchInstanceOfferingsResponse$
1876
- ];
1877
- var DescribeReservedElasticsearchInstances$ = [9, n0, _DREI,
1878
- { [_h]: ["GET", "/2015-01-01/es/reservedInstances", 200] }, () => DescribeReservedElasticsearchInstancesRequest$, () => DescribeReservedElasticsearchInstancesResponse$
1879
- ];
1880
- var DescribeVpcEndpoints$ = [9, n0, _DVEe,
1881
- { [_h]: ["POST", "/2015-01-01/es/vpcEndpoints/describe", 200] }, () => DescribeVpcEndpointsRequest$, () => DescribeVpcEndpointsResponse$
1882
- ];
1883
- var DissociatePackage$ = [9, n0, _DPi,
1884
- { [_h]: ["POST", "/2015-01-01/packages/dissociate/{PackageID}/{DomainName}", 200] }, () => DissociatePackageRequest$, () => DissociatePackageResponse$
1885
- ];
1886
- var GetCompatibleElasticsearchVersions$ = [9, n0, _GCEV,
1887
- { [_h]: ["GET", "/2015-01-01/es/compatibleVersions", 200] }, () => GetCompatibleElasticsearchVersionsRequest$, () => GetCompatibleElasticsearchVersionsResponse$
1888
- ];
1889
- var GetPackageVersionHistory$ = [9, n0, _GPVH,
1890
- { [_h]: ["GET", "/2015-01-01/packages/{PackageID}/history", 200] }, () => GetPackageVersionHistoryRequest$, () => GetPackageVersionHistoryResponse$
1891
- ];
1892
- var GetUpgradeHistory$ = [9, n0, _GUH,
1893
- { [_h]: ["GET", "/2015-01-01/es/upgradeDomain/{DomainName}/history", 200] }, () => GetUpgradeHistoryRequest$, () => GetUpgradeHistoryResponse$
1894
- ];
1895
- var GetUpgradeStatus$ = [9, n0, _GUS,
1896
- { [_h]: ["GET", "/2015-01-01/es/upgradeDomain/{DomainName}/status", 200] }, () => GetUpgradeStatusRequest$, () => GetUpgradeStatusResponse$
1897
- ];
1898
- var ListDomainNames$ = [9, n0, _LDN,
1899
- { [_h]: ["GET", "/2015-01-01/domain", 200] }, () => ListDomainNamesRequest$, () => ListDomainNamesResponse$
1900
- ];
1901
- var ListDomainsForPackage$ = [9, n0, _LDFP,
1902
- { [_h]: ["GET", "/2015-01-01/packages/{PackageID}/domains", 200] }, () => ListDomainsForPackageRequest$, () => ListDomainsForPackageResponse$
1903
- ];
1904
- var ListElasticsearchInstanceTypes$ = [9, n0, _LEIT,
1905
- { [_h]: ["GET", "/2015-01-01/es/instanceTypes/{ElasticsearchVersion}", 200] }, () => ListElasticsearchInstanceTypesRequest$, () => ListElasticsearchInstanceTypesResponse$
1906
- ];
1907
- var ListElasticsearchVersions$ = [9, n0, _LEV,
1908
- { [_h]: ["GET", "/2015-01-01/es/versions", 200] }, () => ListElasticsearchVersionsRequest$, () => ListElasticsearchVersionsResponse$
1909
- ];
1910
- var ListPackagesForDomain$ = [9, n0, _LPFD,
1911
- { [_h]: ["GET", "/2015-01-01/domain/{DomainName}/packages", 200] }, () => ListPackagesForDomainRequest$, () => ListPackagesForDomainResponse$
1912
- ];
1913
- var ListTags$ = [9, n0, _LT,
1914
- { [_h]: ["GET", "/2015-01-01/tags", 200] }, () => ListTagsRequest$, () => ListTagsResponse$
1915
- ];
1916
- var ListVpcEndpointAccess$ = [9, n0, _LVEA,
1917
- { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/listVpcEndpointAccess", 200] }, () => ListVpcEndpointAccessRequest$, () => ListVpcEndpointAccessResponse$
1918
- ];
1919
- var ListVpcEndpoints$ = [9, n0, _LVE,
1920
- { [_h]: ["GET", "/2015-01-01/es/vpcEndpoints", 200] }, () => ListVpcEndpointsRequest$, () => ListVpcEndpointsResponse$
1921
- ];
1922
- var ListVpcEndpointsForDomain$ = [9, n0, _LVEFD,
1923
- { [_h]: ["GET", "/2015-01-01/es/domain/{DomainName}/vpcEndpoints", 200] }, () => ListVpcEndpointsForDomainRequest$, () => ListVpcEndpointsForDomainResponse$
1924
- ];
1925
- var PurchaseReservedElasticsearchInstanceOffering$ = [9, n0, _PREIO,
1926
- { [_h]: ["POST", "/2015-01-01/es/purchaseReservedInstanceOffering", 200] }, () => PurchaseReservedElasticsearchInstanceOfferingRequest$, () => PurchaseReservedElasticsearchInstanceOfferingResponse$
1927
- ];
1928
- var RejectInboundCrossClusterSearchConnection$ = [9, n0, _RICCSC,
1929
- { [_h]: ["PUT", "/2015-01-01/es/ccs/inboundConnection/{CrossClusterSearchConnectionId}/reject", 200] }, () => RejectInboundCrossClusterSearchConnectionRequest$, () => RejectInboundCrossClusterSearchConnectionResponse$
1930
- ];
1931
- var RemoveTags$ = [9, n0, _RT,
1932
- { [_h]: ["POST", "/2015-01-01/tags-removal", 200] }, () => RemoveTagsRequest$, () => __Unit
1933
- ];
1934
- var RevokeVpcEndpointAccess$ = [9, n0, _RVEA,
1935
- { [_h]: ["POST", "/2015-01-01/es/domain/{DomainName}/revokeVpcEndpointAccess", 200] }, () => RevokeVpcEndpointAccessRequest$, () => RevokeVpcEndpointAccessResponse$
1936
- ];
1937
- var StartElasticsearchServiceSoftwareUpdate$ = [9, n0, _SESSU,
1938
- { [_h]: ["POST", "/2015-01-01/es/serviceSoftwareUpdate/start", 200] }, () => StartElasticsearchServiceSoftwareUpdateRequest$, () => StartElasticsearchServiceSoftwareUpdateResponse$
1939
- ];
1940
- var UpdateElasticsearchDomainConfig$ = [9, n0, _UEDC,
1941
- { [_h]: ["POST", "/2015-01-01/es/domain/{DomainName}/config", 200] }, () => UpdateElasticsearchDomainConfigRequest$, () => UpdateElasticsearchDomainConfigResponse$
1942
- ];
1943
- var UpdatePackage$ = [9, n0, _UPp,
1944
- { [_h]: ["POST", "/2015-01-01/packages/update", 200] }, () => UpdatePackageRequest$, () => UpdatePackageResponse$
1945
- ];
1946
- var UpdateVpcEndpoint$ = [9, n0, _UVE,
1947
- { [_h]: ["POST", "/2015-01-01/es/vpcEndpoints/update", 200] }, () => UpdateVpcEndpointRequest$, () => UpdateVpcEndpointResponse$
1948
- ];
1949
- var UpgradeElasticsearchDomain$ = [9, n0, _UED,
1950
- { [_h]: ["POST", "/2015-01-01/es/upgradeDomain", 200] }, () => UpgradeElasticsearchDomainRequest$, () => UpgradeElasticsearchDomainResponse$
1951
- ];
1952
-
1953
116
  class AcceptInboundCrossClusterSearchConnectionCommand extends smithyClient.Command
1954
117
  .classBuilder()
1955
118
  .ep(commonParams)
@@ -1958,7 +121,7 @@ class AcceptInboundCrossClusterSearchConnectionCommand extends smithyClient.Comm
1958
121
  })
1959
122
  .s("AmazonElasticsearchService2015", "AcceptInboundCrossClusterSearchConnection", {})
1960
123
  .n("ElasticsearchServiceClient", "AcceptInboundCrossClusterSearchConnectionCommand")
1961
- .sc(AcceptInboundCrossClusterSearchConnection$)
124
+ .sc(schemas_0.AcceptInboundCrossClusterSearchConnection$)
1962
125
  .build() {
1963
126
  }
1964
127
 
@@ -1970,7 +133,7 @@ class AddTagsCommand extends smithyClient.Command
1970
133
  })
1971
134
  .s("AmazonElasticsearchService2015", "AddTags", {})
1972
135
  .n("ElasticsearchServiceClient", "AddTagsCommand")
1973
- .sc(AddTags$)
136
+ .sc(schemas_0.AddTags$)
1974
137
  .build() {
1975
138
  }
1976
139
 
@@ -1982,7 +145,7 @@ class AssociatePackageCommand extends smithyClient.Command
1982
145
  })
1983
146
  .s("AmazonElasticsearchService2015", "AssociatePackage", {})
1984
147
  .n("ElasticsearchServiceClient", "AssociatePackageCommand")
1985
- .sc(AssociatePackage$)
148
+ .sc(schemas_0.AssociatePackage$)
1986
149
  .build() {
1987
150
  }
1988
151
 
@@ -1994,7 +157,7 @@ class AuthorizeVpcEndpointAccessCommand extends smithyClient.Command
1994
157
  })
1995
158
  .s("AmazonElasticsearchService2015", "AuthorizeVpcEndpointAccess", {})
1996
159
  .n("ElasticsearchServiceClient", "AuthorizeVpcEndpointAccessCommand")
1997
- .sc(AuthorizeVpcEndpointAccess$)
160
+ .sc(schemas_0.AuthorizeVpcEndpointAccess$)
1998
161
  .build() {
1999
162
  }
2000
163
 
@@ -2006,7 +169,7 @@ class CancelDomainConfigChangeCommand extends smithyClient.Command
2006
169
  })
2007
170
  .s("AmazonElasticsearchService2015", "CancelDomainConfigChange", {})
2008
171
  .n("ElasticsearchServiceClient", "CancelDomainConfigChangeCommand")
2009
- .sc(CancelDomainConfigChange$)
172
+ .sc(schemas_0.CancelDomainConfigChange$)
2010
173
  .build() {
2011
174
  }
2012
175
 
@@ -2018,7 +181,7 @@ class CancelElasticsearchServiceSoftwareUpdateCommand extends smithyClient.Comma
2018
181
  })
2019
182
  .s("AmazonElasticsearchService2015", "CancelElasticsearchServiceSoftwareUpdate", {})
2020
183
  .n("ElasticsearchServiceClient", "CancelElasticsearchServiceSoftwareUpdateCommand")
2021
- .sc(CancelElasticsearchServiceSoftwareUpdate$)
184
+ .sc(schemas_0.CancelElasticsearchServiceSoftwareUpdate$)
2022
185
  .build() {
2023
186
  }
2024
187
 
@@ -2030,7 +193,7 @@ class CreateElasticsearchDomainCommand extends smithyClient.Command
2030
193
  })
2031
194
  .s("AmazonElasticsearchService2015", "CreateElasticsearchDomain", {})
2032
195
  .n("ElasticsearchServiceClient", "CreateElasticsearchDomainCommand")
2033
- .sc(CreateElasticsearchDomain$)
196
+ .sc(schemas_0.CreateElasticsearchDomain$)
2034
197
  .build() {
2035
198
  }
2036
199
 
@@ -2042,7 +205,7 @@ class CreateOutboundCrossClusterSearchConnectionCommand extends smithyClient.Com
2042
205
  })
2043
206
  .s("AmazonElasticsearchService2015", "CreateOutboundCrossClusterSearchConnection", {})
2044
207
  .n("ElasticsearchServiceClient", "CreateOutboundCrossClusterSearchConnectionCommand")
2045
- .sc(CreateOutboundCrossClusterSearchConnection$)
208
+ .sc(schemas_0.CreateOutboundCrossClusterSearchConnection$)
2046
209
  .build() {
2047
210
  }
2048
211
 
@@ -2054,7 +217,7 @@ class CreatePackageCommand extends smithyClient.Command
2054
217
  })
2055
218
  .s("AmazonElasticsearchService2015", "CreatePackage", {})
2056
219
  .n("ElasticsearchServiceClient", "CreatePackageCommand")
2057
- .sc(CreatePackage$)
220
+ .sc(schemas_0.CreatePackage$)
2058
221
  .build() {
2059
222
  }
2060
223
 
@@ -2066,7 +229,7 @@ class CreateVpcEndpointCommand extends smithyClient.Command
2066
229
  })
2067
230
  .s("AmazonElasticsearchService2015", "CreateVpcEndpoint", {})
2068
231
  .n("ElasticsearchServiceClient", "CreateVpcEndpointCommand")
2069
- .sc(CreateVpcEndpoint$)
232
+ .sc(schemas_0.CreateVpcEndpoint$)
2070
233
  .build() {
2071
234
  }
2072
235
 
@@ -2078,7 +241,7 @@ class DeleteElasticsearchDomainCommand extends smithyClient.Command
2078
241
  })
2079
242
  .s("AmazonElasticsearchService2015", "DeleteElasticsearchDomain", {})
2080
243
  .n("ElasticsearchServiceClient", "DeleteElasticsearchDomainCommand")
2081
- .sc(DeleteElasticsearchDomain$)
244
+ .sc(schemas_0.DeleteElasticsearchDomain$)
2082
245
  .build() {
2083
246
  }
2084
247
 
@@ -2090,7 +253,7 @@ class DeleteElasticsearchServiceRoleCommand extends smithyClient.Command
2090
253
  })
2091
254
  .s("AmazonElasticsearchService2015", "DeleteElasticsearchServiceRole", {})
2092
255
  .n("ElasticsearchServiceClient", "DeleteElasticsearchServiceRoleCommand")
2093
- .sc(DeleteElasticsearchServiceRole$)
256
+ .sc(schemas_0.DeleteElasticsearchServiceRole$)
2094
257
  .build() {
2095
258
  }
2096
259
 
@@ -2102,7 +265,7 @@ class DeleteInboundCrossClusterSearchConnectionCommand extends smithyClient.Comm
2102
265
  })
2103
266
  .s("AmazonElasticsearchService2015", "DeleteInboundCrossClusterSearchConnection", {})
2104
267
  .n("ElasticsearchServiceClient", "DeleteInboundCrossClusterSearchConnectionCommand")
2105
- .sc(DeleteInboundCrossClusterSearchConnection$)
268
+ .sc(schemas_0.DeleteInboundCrossClusterSearchConnection$)
2106
269
  .build() {
2107
270
  }
2108
271
 
@@ -2114,7 +277,7 @@ class DeleteOutboundCrossClusterSearchConnectionCommand extends smithyClient.Com
2114
277
  })
2115
278
  .s("AmazonElasticsearchService2015", "DeleteOutboundCrossClusterSearchConnection", {})
2116
279
  .n("ElasticsearchServiceClient", "DeleteOutboundCrossClusterSearchConnectionCommand")
2117
- .sc(DeleteOutboundCrossClusterSearchConnection$)
280
+ .sc(schemas_0.DeleteOutboundCrossClusterSearchConnection$)
2118
281
  .build() {
2119
282
  }
2120
283
 
@@ -2126,7 +289,7 @@ class DeletePackageCommand extends smithyClient.Command
2126
289
  })
2127
290
  .s("AmazonElasticsearchService2015", "DeletePackage", {})
2128
291
  .n("ElasticsearchServiceClient", "DeletePackageCommand")
2129
- .sc(DeletePackage$)
292
+ .sc(schemas_0.DeletePackage$)
2130
293
  .build() {
2131
294
  }
2132
295
 
@@ -2138,7 +301,7 @@ class DeleteVpcEndpointCommand extends smithyClient.Command
2138
301
  })
2139
302
  .s("AmazonElasticsearchService2015", "DeleteVpcEndpoint", {})
2140
303
  .n("ElasticsearchServiceClient", "DeleteVpcEndpointCommand")
2141
- .sc(DeleteVpcEndpoint$)
304
+ .sc(schemas_0.DeleteVpcEndpoint$)
2142
305
  .build() {
2143
306
  }
2144
307
 
@@ -2150,7 +313,7 @@ class DescribeDomainAutoTunesCommand extends smithyClient.Command
2150
313
  })
2151
314
  .s("AmazonElasticsearchService2015", "DescribeDomainAutoTunes", {})
2152
315
  .n("ElasticsearchServiceClient", "DescribeDomainAutoTunesCommand")
2153
- .sc(DescribeDomainAutoTunes$)
316
+ .sc(schemas_0.DescribeDomainAutoTunes$)
2154
317
  .build() {
2155
318
  }
2156
319
 
@@ -2162,7 +325,7 @@ class DescribeDomainChangeProgressCommand extends smithyClient.Command
2162
325
  })
2163
326
  .s("AmazonElasticsearchService2015", "DescribeDomainChangeProgress", {})
2164
327
  .n("ElasticsearchServiceClient", "DescribeDomainChangeProgressCommand")
2165
- .sc(DescribeDomainChangeProgress$)
328
+ .sc(schemas_0.DescribeDomainChangeProgress$)
2166
329
  .build() {
2167
330
  }
2168
331
 
@@ -2174,7 +337,7 @@ class DescribeElasticsearchDomainCommand extends smithyClient.Command
2174
337
  })
2175
338
  .s("AmazonElasticsearchService2015", "DescribeElasticsearchDomain", {})
2176
339
  .n("ElasticsearchServiceClient", "DescribeElasticsearchDomainCommand")
2177
- .sc(DescribeElasticsearchDomain$)
340
+ .sc(schemas_0.DescribeElasticsearchDomain$)
2178
341
  .build() {
2179
342
  }
2180
343
 
@@ -2186,7 +349,7 @@ class DescribeElasticsearchDomainConfigCommand extends smithyClient.Command
2186
349
  })
2187
350
  .s("AmazonElasticsearchService2015", "DescribeElasticsearchDomainConfig", {})
2188
351
  .n("ElasticsearchServiceClient", "DescribeElasticsearchDomainConfigCommand")
2189
- .sc(DescribeElasticsearchDomainConfig$)
352
+ .sc(schemas_0.DescribeElasticsearchDomainConfig$)
2190
353
  .build() {
2191
354
  }
2192
355
 
@@ -2198,7 +361,7 @@ class DescribeElasticsearchDomainsCommand extends smithyClient.Command
2198
361
  })
2199
362
  .s("AmazonElasticsearchService2015", "DescribeElasticsearchDomains", {})
2200
363
  .n("ElasticsearchServiceClient", "DescribeElasticsearchDomainsCommand")
2201
- .sc(DescribeElasticsearchDomains$)
364
+ .sc(schemas_0.DescribeElasticsearchDomains$)
2202
365
  .build() {
2203
366
  }
2204
367
 
@@ -2210,7 +373,7 @@ class DescribeElasticsearchInstanceTypeLimitsCommand extends smithyClient.Comman
2210
373
  })
2211
374
  .s("AmazonElasticsearchService2015", "DescribeElasticsearchInstanceTypeLimits", {})
2212
375
  .n("ElasticsearchServiceClient", "DescribeElasticsearchInstanceTypeLimitsCommand")
2213
- .sc(DescribeElasticsearchInstanceTypeLimits$)
376
+ .sc(schemas_0.DescribeElasticsearchInstanceTypeLimits$)
2214
377
  .build() {
2215
378
  }
2216
379
 
@@ -2222,7 +385,7 @@ class DescribeInboundCrossClusterSearchConnectionsCommand extends smithyClient.C
2222
385
  })
2223
386
  .s("AmazonElasticsearchService2015", "DescribeInboundCrossClusterSearchConnections", {})
2224
387
  .n("ElasticsearchServiceClient", "DescribeInboundCrossClusterSearchConnectionsCommand")
2225
- .sc(DescribeInboundCrossClusterSearchConnections$)
388
+ .sc(schemas_0.DescribeInboundCrossClusterSearchConnections$)
2226
389
  .build() {
2227
390
  }
2228
391
 
@@ -2234,7 +397,7 @@ class DescribeOutboundCrossClusterSearchConnectionsCommand extends smithyClient.
2234
397
  })
2235
398
  .s("AmazonElasticsearchService2015", "DescribeOutboundCrossClusterSearchConnections", {})
2236
399
  .n("ElasticsearchServiceClient", "DescribeOutboundCrossClusterSearchConnectionsCommand")
2237
- .sc(DescribeOutboundCrossClusterSearchConnections$)
400
+ .sc(schemas_0.DescribeOutboundCrossClusterSearchConnections$)
2238
401
  .build() {
2239
402
  }
2240
403
 
@@ -2246,7 +409,7 @@ class DescribePackagesCommand extends smithyClient.Command
2246
409
  })
2247
410
  .s("AmazonElasticsearchService2015", "DescribePackages", {})
2248
411
  .n("ElasticsearchServiceClient", "DescribePackagesCommand")
2249
- .sc(DescribePackages$)
412
+ .sc(schemas_0.DescribePackages$)
2250
413
  .build() {
2251
414
  }
2252
415
 
@@ -2258,7 +421,7 @@ class DescribeReservedElasticsearchInstanceOfferingsCommand extends smithyClient
2258
421
  })
2259
422
  .s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstanceOfferings", {})
2260
423
  .n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstanceOfferingsCommand")
2261
- .sc(DescribeReservedElasticsearchInstanceOfferings$)
424
+ .sc(schemas_0.DescribeReservedElasticsearchInstanceOfferings$)
2262
425
  .build() {
2263
426
  }
2264
427
 
@@ -2270,7 +433,7 @@ class DescribeReservedElasticsearchInstancesCommand extends smithyClient.Command
2270
433
  })
2271
434
  .s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstances", {})
2272
435
  .n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstancesCommand")
2273
- .sc(DescribeReservedElasticsearchInstances$)
436
+ .sc(schemas_0.DescribeReservedElasticsearchInstances$)
2274
437
  .build() {
2275
438
  }
2276
439
 
@@ -2282,7 +445,7 @@ class DescribeVpcEndpointsCommand extends smithyClient.Command
2282
445
  })
2283
446
  .s("AmazonElasticsearchService2015", "DescribeVpcEndpoints", {})
2284
447
  .n("ElasticsearchServiceClient", "DescribeVpcEndpointsCommand")
2285
- .sc(DescribeVpcEndpoints$)
448
+ .sc(schemas_0.DescribeVpcEndpoints$)
2286
449
  .build() {
2287
450
  }
2288
451
 
@@ -2294,7 +457,7 @@ class DissociatePackageCommand extends smithyClient.Command
2294
457
  })
2295
458
  .s("AmazonElasticsearchService2015", "DissociatePackage", {})
2296
459
  .n("ElasticsearchServiceClient", "DissociatePackageCommand")
2297
- .sc(DissociatePackage$)
460
+ .sc(schemas_0.DissociatePackage$)
2298
461
  .build() {
2299
462
  }
2300
463
 
@@ -2306,7 +469,7 @@ class GetCompatibleElasticsearchVersionsCommand extends smithyClient.Command
2306
469
  })
2307
470
  .s("AmazonElasticsearchService2015", "GetCompatibleElasticsearchVersions", {})
2308
471
  .n("ElasticsearchServiceClient", "GetCompatibleElasticsearchVersionsCommand")
2309
- .sc(GetCompatibleElasticsearchVersions$)
472
+ .sc(schemas_0.GetCompatibleElasticsearchVersions$)
2310
473
  .build() {
2311
474
  }
2312
475
 
@@ -2318,7 +481,7 @@ class GetPackageVersionHistoryCommand extends smithyClient.Command
2318
481
  })
2319
482
  .s("AmazonElasticsearchService2015", "GetPackageVersionHistory", {})
2320
483
  .n("ElasticsearchServiceClient", "GetPackageVersionHistoryCommand")
2321
- .sc(GetPackageVersionHistory$)
484
+ .sc(schemas_0.GetPackageVersionHistory$)
2322
485
  .build() {
2323
486
  }
2324
487
 
@@ -2330,7 +493,7 @@ class GetUpgradeHistoryCommand extends smithyClient.Command
2330
493
  })
2331
494
  .s("AmazonElasticsearchService2015", "GetUpgradeHistory", {})
2332
495
  .n("ElasticsearchServiceClient", "GetUpgradeHistoryCommand")
2333
- .sc(GetUpgradeHistory$)
496
+ .sc(schemas_0.GetUpgradeHistory$)
2334
497
  .build() {
2335
498
  }
2336
499
 
@@ -2342,7 +505,7 @@ class GetUpgradeStatusCommand extends smithyClient.Command
2342
505
  })
2343
506
  .s("AmazonElasticsearchService2015", "GetUpgradeStatus", {})
2344
507
  .n("ElasticsearchServiceClient", "GetUpgradeStatusCommand")
2345
- .sc(GetUpgradeStatus$)
508
+ .sc(schemas_0.GetUpgradeStatus$)
2346
509
  .build() {
2347
510
  }
2348
511
 
@@ -2354,7 +517,7 @@ class ListDomainNamesCommand extends smithyClient.Command
2354
517
  })
2355
518
  .s("AmazonElasticsearchService2015", "ListDomainNames", {})
2356
519
  .n("ElasticsearchServiceClient", "ListDomainNamesCommand")
2357
- .sc(ListDomainNames$)
520
+ .sc(schemas_0.ListDomainNames$)
2358
521
  .build() {
2359
522
  }
2360
523
 
@@ -2366,7 +529,7 @@ class ListDomainsForPackageCommand extends smithyClient.Command
2366
529
  })
2367
530
  .s("AmazonElasticsearchService2015", "ListDomainsForPackage", {})
2368
531
  .n("ElasticsearchServiceClient", "ListDomainsForPackageCommand")
2369
- .sc(ListDomainsForPackage$)
532
+ .sc(schemas_0.ListDomainsForPackage$)
2370
533
  .build() {
2371
534
  }
2372
535
 
@@ -2378,7 +541,7 @@ class ListElasticsearchInstanceTypesCommand extends smithyClient.Command
2378
541
  })
2379
542
  .s("AmazonElasticsearchService2015", "ListElasticsearchInstanceTypes", {})
2380
543
  .n("ElasticsearchServiceClient", "ListElasticsearchInstanceTypesCommand")
2381
- .sc(ListElasticsearchInstanceTypes$)
544
+ .sc(schemas_0.ListElasticsearchInstanceTypes$)
2382
545
  .build() {
2383
546
  }
2384
547
 
@@ -2390,7 +553,7 @@ class ListElasticsearchVersionsCommand extends smithyClient.Command
2390
553
  })
2391
554
  .s("AmazonElasticsearchService2015", "ListElasticsearchVersions", {})
2392
555
  .n("ElasticsearchServiceClient", "ListElasticsearchVersionsCommand")
2393
- .sc(ListElasticsearchVersions$)
556
+ .sc(schemas_0.ListElasticsearchVersions$)
2394
557
  .build() {
2395
558
  }
2396
559
 
@@ -2402,7 +565,7 @@ class ListPackagesForDomainCommand extends smithyClient.Command
2402
565
  })
2403
566
  .s("AmazonElasticsearchService2015", "ListPackagesForDomain", {})
2404
567
  .n("ElasticsearchServiceClient", "ListPackagesForDomainCommand")
2405
- .sc(ListPackagesForDomain$)
568
+ .sc(schemas_0.ListPackagesForDomain$)
2406
569
  .build() {
2407
570
  }
2408
571
 
@@ -2414,7 +577,7 @@ class ListTagsCommand extends smithyClient.Command
2414
577
  })
2415
578
  .s("AmazonElasticsearchService2015", "ListTags", {})
2416
579
  .n("ElasticsearchServiceClient", "ListTagsCommand")
2417
- .sc(ListTags$)
580
+ .sc(schemas_0.ListTags$)
2418
581
  .build() {
2419
582
  }
2420
583
 
@@ -2426,7 +589,7 @@ class ListVpcEndpointAccessCommand extends smithyClient.Command
2426
589
  })
2427
590
  .s("AmazonElasticsearchService2015", "ListVpcEndpointAccess", {})
2428
591
  .n("ElasticsearchServiceClient", "ListVpcEndpointAccessCommand")
2429
- .sc(ListVpcEndpointAccess$)
592
+ .sc(schemas_0.ListVpcEndpointAccess$)
2430
593
  .build() {
2431
594
  }
2432
595
 
@@ -2438,7 +601,7 @@ class ListVpcEndpointsCommand extends smithyClient.Command
2438
601
  })
2439
602
  .s("AmazonElasticsearchService2015", "ListVpcEndpoints", {})
2440
603
  .n("ElasticsearchServiceClient", "ListVpcEndpointsCommand")
2441
- .sc(ListVpcEndpoints$)
604
+ .sc(schemas_0.ListVpcEndpoints$)
2442
605
  .build() {
2443
606
  }
2444
607
 
@@ -2450,7 +613,7 @@ class ListVpcEndpointsForDomainCommand extends smithyClient.Command
2450
613
  })
2451
614
  .s("AmazonElasticsearchService2015", "ListVpcEndpointsForDomain", {})
2452
615
  .n("ElasticsearchServiceClient", "ListVpcEndpointsForDomainCommand")
2453
- .sc(ListVpcEndpointsForDomain$)
616
+ .sc(schemas_0.ListVpcEndpointsForDomain$)
2454
617
  .build() {
2455
618
  }
2456
619
 
@@ -2462,7 +625,7 @@ class PurchaseReservedElasticsearchInstanceOfferingCommand extends smithyClient.
2462
625
  })
2463
626
  .s("AmazonElasticsearchService2015", "PurchaseReservedElasticsearchInstanceOffering", {})
2464
627
  .n("ElasticsearchServiceClient", "PurchaseReservedElasticsearchInstanceOfferingCommand")
2465
- .sc(PurchaseReservedElasticsearchInstanceOffering$)
628
+ .sc(schemas_0.PurchaseReservedElasticsearchInstanceOffering$)
2466
629
  .build() {
2467
630
  }
2468
631
 
@@ -2474,7 +637,7 @@ class RejectInboundCrossClusterSearchConnectionCommand extends smithyClient.Comm
2474
637
  })
2475
638
  .s("AmazonElasticsearchService2015", "RejectInboundCrossClusterSearchConnection", {})
2476
639
  .n("ElasticsearchServiceClient", "RejectInboundCrossClusterSearchConnectionCommand")
2477
- .sc(RejectInboundCrossClusterSearchConnection$)
640
+ .sc(schemas_0.RejectInboundCrossClusterSearchConnection$)
2478
641
  .build() {
2479
642
  }
2480
643
 
@@ -2486,7 +649,7 @@ class RemoveTagsCommand extends smithyClient.Command
2486
649
  })
2487
650
  .s("AmazonElasticsearchService2015", "RemoveTags", {})
2488
651
  .n("ElasticsearchServiceClient", "RemoveTagsCommand")
2489
- .sc(RemoveTags$)
652
+ .sc(schemas_0.RemoveTags$)
2490
653
  .build() {
2491
654
  }
2492
655
 
@@ -2498,7 +661,7 @@ class RevokeVpcEndpointAccessCommand extends smithyClient.Command
2498
661
  })
2499
662
  .s("AmazonElasticsearchService2015", "RevokeVpcEndpointAccess", {})
2500
663
  .n("ElasticsearchServiceClient", "RevokeVpcEndpointAccessCommand")
2501
- .sc(RevokeVpcEndpointAccess$)
664
+ .sc(schemas_0.RevokeVpcEndpointAccess$)
2502
665
  .build() {
2503
666
  }
2504
667
 
@@ -2510,7 +673,7 @@ class StartElasticsearchServiceSoftwareUpdateCommand extends smithyClient.Comman
2510
673
  })
2511
674
  .s("AmazonElasticsearchService2015", "StartElasticsearchServiceSoftwareUpdate", {})
2512
675
  .n("ElasticsearchServiceClient", "StartElasticsearchServiceSoftwareUpdateCommand")
2513
- .sc(StartElasticsearchServiceSoftwareUpdate$)
676
+ .sc(schemas_0.StartElasticsearchServiceSoftwareUpdate$)
2514
677
  .build() {
2515
678
  }
2516
679
 
@@ -2522,7 +685,7 @@ class UpdateElasticsearchDomainConfigCommand extends smithyClient.Command
2522
685
  })
2523
686
  .s("AmazonElasticsearchService2015", "UpdateElasticsearchDomainConfig", {})
2524
687
  .n("ElasticsearchServiceClient", "UpdateElasticsearchDomainConfigCommand")
2525
- .sc(UpdateElasticsearchDomainConfig$)
688
+ .sc(schemas_0.UpdateElasticsearchDomainConfig$)
2526
689
  .build() {
2527
690
  }
2528
691
 
@@ -2534,7 +697,7 @@ class UpdatePackageCommand extends smithyClient.Command
2534
697
  })
2535
698
  .s("AmazonElasticsearchService2015", "UpdatePackage", {})
2536
699
  .n("ElasticsearchServiceClient", "UpdatePackageCommand")
2537
- .sc(UpdatePackage$)
700
+ .sc(schemas_0.UpdatePackage$)
2538
701
  .build() {
2539
702
  }
2540
703
 
@@ -2546,7 +709,7 @@ class UpdateVpcEndpointCommand extends smithyClient.Command
2546
709
  })
2547
710
  .s("AmazonElasticsearchService2015", "UpdateVpcEndpoint", {})
2548
711
  .n("ElasticsearchServiceClient", "UpdateVpcEndpointCommand")
2549
- .sc(UpdateVpcEndpoint$)
712
+ .sc(schemas_0.UpdateVpcEndpoint$)
2550
713
  .build() {
2551
714
  }
2552
715
 
@@ -2558,7 +721,7 @@ class UpgradeElasticsearchDomainCommand extends smithyClient.Command
2558
721
  })
2559
722
  .s("AmazonElasticsearchService2015", "UpgradeElasticsearchDomain", {})
2560
723
  .n("ElasticsearchServiceClient", "UpgradeElasticsearchDomainCommand")
2561
- .sc(UpgradeElasticsearchDomain$)
724
+ .sc(schemas_0.UpgradeElasticsearchDomain$)
2562
725
  .build() {
2563
726
  }
2564
727
 
@@ -2906,345 +1069,95 @@ Object.defineProperty(exports, "__Client", {
2906
1069
  enumerable: true,
2907
1070
  get: function () { return smithyClient.Client; }
2908
1071
  });
2909
- exports.AcceptInboundCrossClusterSearchConnection$ = AcceptInboundCrossClusterSearchConnection$;
1072
+ Object.defineProperty(exports, "ElasticsearchServiceServiceException", {
1073
+ enumerable: true,
1074
+ get: function () { return ElasticsearchServiceServiceException.ElasticsearchServiceServiceException; }
1075
+ });
2910
1076
  exports.AcceptInboundCrossClusterSearchConnectionCommand = AcceptInboundCrossClusterSearchConnectionCommand;
2911
- exports.AcceptInboundCrossClusterSearchConnectionRequest$ = AcceptInboundCrossClusterSearchConnectionRequest$;
2912
- exports.AcceptInboundCrossClusterSearchConnectionResponse$ = AcceptInboundCrossClusterSearchConnectionResponse$;
2913
- exports.AccessDeniedException = AccessDeniedException;
2914
- exports.AccessDeniedException$ = AccessDeniedException$;
2915
- exports.AccessPoliciesStatus$ = AccessPoliciesStatus$;
2916
- exports.AddTags$ = AddTags$;
2917
1077
  exports.AddTagsCommand = AddTagsCommand;
2918
- exports.AddTagsRequest$ = AddTagsRequest$;
2919
- exports.AdditionalLimit$ = AdditionalLimit$;
2920
- exports.AdvancedOptionsStatus$ = AdvancedOptionsStatus$;
2921
- exports.AdvancedSecurityOptions$ = AdvancedSecurityOptions$;
2922
- exports.AdvancedSecurityOptionsInput$ = AdvancedSecurityOptionsInput$;
2923
- exports.AdvancedSecurityOptionsStatus$ = AdvancedSecurityOptionsStatus$;
2924
- exports.AssociatePackage$ = AssociatePackage$;
2925
1078
  exports.AssociatePackageCommand = AssociatePackageCommand;
2926
- exports.AssociatePackageRequest$ = AssociatePackageRequest$;
2927
- exports.AssociatePackageResponse$ = AssociatePackageResponse$;
2928
- exports.AuthorizeVpcEndpointAccess$ = AuthorizeVpcEndpointAccess$;
2929
1079
  exports.AuthorizeVpcEndpointAccessCommand = AuthorizeVpcEndpointAccessCommand;
2930
- exports.AuthorizeVpcEndpointAccessRequest$ = AuthorizeVpcEndpointAccessRequest$;
2931
- exports.AuthorizeVpcEndpointAccessResponse$ = AuthorizeVpcEndpointAccessResponse$;
2932
- exports.AuthorizedPrincipal$ = AuthorizedPrincipal$;
2933
- exports.AutoTune$ = AutoTune$;
2934
1080
  exports.AutoTuneDesiredState = AutoTuneDesiredState;
2935
- exports.AutoTuneDetails$ = AutoTuneDetails$;
2936
- exports.AutoTuneMaintenanceSchedule$ = AutoTuneMaintenanceSchedule$;
2937
- exports.AutoTuneOptions$ = AutoTuneOptions$;
2938
- exports.AutoTuneOptionsInput$ = AutoTuneOptionsInput$;
2939
- exports.AutoTuneOptionsOutput$ = AutoTuneOptionsOutput$;
2940
- exports.AutoTuneOptionsStatus$ = AutoTuneOptionsStatus$;
2941
1081
  exports.AutoTuneState = AutoTuneState;
2942
- exports.AutoTuneStatus$ = AutoTuneStatus$;
2943
1082
  exports.AutoTuneType = AutoTuneType;
2944
- exports.BaseException = BaseException;
2945
- exports.BaseException$ = BaseException$;
2946
- exports.CancelDomainConfigChange$ = CancelDomainConfigChange$;
2947
1083
  exports.CancelDomainConfigChangeCommand = CancelDomainConfigChangeCommand;
2948
- exports.CancelDomainConfigChangeRequest$ = CancelDomainConfigChangeRequest$;
2949
- exports.CancelDomainConfigChangeResponse$ = CancelDomainConfigChangeResponse$;
2950
- exports.CancelElasticsearchServiceSoftwareUpdate$ = CancelElasticsearchServiceSoftwareUpdate$;
2951
1084
  exports.CancelElasticsearchServiceSoftwareUpdateCommand = CancelElasticsearchServiceSoftwareUpdateCommand;
2952
- exports.CancelElasticsearchServiceSoftwareUpdateRequest$ = CancelElasticsearchServiceSoftwareUpdateRequest$;
2953
- exports.CancelElasticsearchServiceSoftwareUpdateResponse$ = CancelElasticsearchServiceSoftwareUpdateResponse$;
2954
- exports.CancelledChangeProperty$ = CancelledChangeProperty$;
2955
- exports.ChangeProgressDetails$ = ChangeProgressDetails$;
2956
- exports.ChangeProgressStage$ = ChangeProgressStage$;
2957
- exports.ChangeProgressStatusDetails$ = ChangeProgressStatusDetails$;
2958
- exports.CognitoOptions$ = CognitoOptions$;
2959
- exports.CognitoOptionsStatus$ = CognitoOptionsStatus$;
2960
- exports.ColdStorageOptions$ = ColdStorageOptions$;
2961
- exports.CompatibleVersionsMap$ = CompatibleVersionsMap$;
2962
1085
  exports.ConfigChangeStatus = ConfigChangeStatus;
2963
- exports.ConflictException = ConflictException;
2964
- exports.ConflictException$ = ConflictException$;
2965
- exports.CreateElasticsearchDomain$ = CreateElasticsearchDomain$;
2966
1086
  exports.CreateElasticsearchDomainCommand = CreateElasticsearchDomainCommand;
2967
- exports.CreateElasticsearchDomainRequest$ = CreateElasticsearchDomainRequest$;
2968
- exports.CreateElasticsearchDomainResponse$ = CreateElasticsearchDomainResponse$;
2969
- exports.CreateOutboundCrossClusterSearchConnection$ = CreateOutboundCrossClusterSearchConnection$;
2970
1087
  exports.CreateOutboundCrossClusterSearchConnectionCommand = CreateOutboundCrossClusterSearchConnectionCommand;
2971
- exports.CreateOutboundCrossClusterSearchConnectionRequest$ = CreateOutboundCrossClusterSearchConnectionRequest$;
2972
- exports.CreateOutboundCrossClusterSearchConnectionResponse$ = CreateOutboundCrossClusterSearchConnectionResponse$;
2973
- exports.CreatePackage$ = CreatePackage$;
2974
1088
  exports.CreatePackageCommand = CreatePackageCommand;
2975
- exports.CreatePackageRequest$ = CreatePackageRequest$;
2976
- exports.CreatePackageResponse$ = CreatePackageResponse$;
2977
- exports.CreateVpcEndpoint$ = CreateVpcEndpoint$;
2978
1089
  exports.CreateVpcEndpointCommand = CreateVpcEndpointCommand;
2979
- exports.CreateVpcEndpointRequest$ = CreateVpcEndpointRequest$;
2980
- exports.CreateVpcEndpointResponse$ = CreateVpcEndpointResponse$;
2981
- exports.DeleteElasticsearchDomain$ = DeleteElasticsearchDomain$;
2982
1090
  exports.DeleteElasticsearchDomainCommand = DeleteElasticsearchDomainCommand;
2983
- exports.DeleteElasticsearchDomainRequest$ = DeleteElasticsearchDomainRequest$;
2984
- exports.DeleteElasticsearchDomainResponse$ = DeleteElasticsearchDomainResponse$;
2985
- exports.DeleteElasticsearchServiceRole$ = DeleteElasticsearchServiceRole$;
2986
1091
  exports.DeleteElasticsearchServiceRoleCommand = DeleteElasticsearchServiceRoleCommand;
2987
- exports.DeleteInboundCrossClusterSearchConnection$ = DeleteInboundCrossClusterSearchConnection$;
2988
1092
  exports.DeleteInboundCrossClusterSearchConnectionCommand = DeleteInboundCrossClusterSearchConnectionCommand;
2989
- exports.DeleteInboundCrossClusterSearchConnectionRequest$ = DeleteInboundCrossClusterSearchConnectionRequest$;
2990
- exports.DeleteInboundCrossClusterSearchConnectionResponse$ = DeleteInboundCrossClusterSearchConnectionResponse$;
2991
- exports.DeleteOutboundCrossClusterSearchConnection$ = DeleteOutboundCrossClusterSearchConnection$;
2992
1093
  exports.DeleteOutboundCrossClusterSearchConnectionCommand = DeleteOutboundCrossClusterSearchConnectionCommand;
2993
- exports.DeleteOutboundCrossClusterSearchConnectionRequest$ = DeleteOutboundCrossClusterSearchConnectionRequest$;
2994
- exports.DeleteOutboundCrossClusterSearchConnectionResponse$ = DeleteOutboundCrossClusterSearchConnectionResponse$;
2995
- exports.DeletePackage$ = DeletePackage$;
2996
1094
  exports.DeletePackageCommand = DeletePackageCommand;
2997
- exports.DeletePackageRequest$ = DeletePackageRequest$;
2998
- exports.DeletePackageResponse$ = DeletePackageResponse$;
2999
- exports.DeleteVpcEndpoint$ = DeleteVpcEndpoint$;
3000
1095
  exports.DeleteVpcEndpointCommand = DeleteVpcEndpointCommand;
3001
- exports.DeleteVpcEndpointRequest$ = DeleteVpcEndpointRequest$;
3002
- exports.DeleteVpcEndpointResponse$ = DeleteVpcEndpointResponse$;
3003
1096
  exports.DeploymentStatus = DeploymentStatus;
3004
- exports.DescribeDomainAutoTunes$ = DescribeDomainAutoTunes$;
3005
1097
  exports.DescribeDomainAutoTunesCommand = DescribeDomainAutoTunesCommand;
3006
- exports.DescribeDomainAutoTunesRequest$ = DescribeDomainAutoTunesRequest$;
3007
- exports.DescribeDomainAutoTunesResponse$ = DescribeDomainAutoTunesResponse$;
3008
- exports.DescribeDomainChangeProgress$ = DescribeDomainChangeProgress$;
3009
1098
  exports.DescribeDomainChangeProgressCommand = DescribeDomainChangeProgressCommand;
3010
- exports.DescribeDomainChangeProgressRequest$ = DescribeDomainChangeProgressRequest$;
3011
- exports.DescribeDomainChangeProgressResponse$ = DescribeDomainChangeProgressResponse$;
3012
- exports.DescribeElasticsearchDomain$ = DescribeElasticsearchDomain$;
3013
1099
  exports.DescribeElasticsearchDomainCommand = DescribeElasticsearchDomainCommand;
3014
- exports.DescribeElasticsearchDomainConfig$ = DescribeElasticsearchDomainConfig$;
3015
1100
  exports.DescribeElasticsearchDomainConfigCommand = DescribeElasticsearchDomainConfigCommand;
3016
- exports.DescribeElasticsearchDomainConfigRequest$ = DescribeElasticsearchDomainConfigRequest$;
3017
- exports.DescribeElasticsearchDomainConfigResponse$ = DescribeElasticsearchDomainConfigResponse$;
3018
- exports.DescribeElasticsearchDomainRequest$ = DescribeElasticsearchDomainRequest$;
3019
- exports.DescribeElasticsearchDomainResponse$ = DescribeElasticsearchDomainResponse$;
3020
- exports.DescribeElasticsearchDomains$ = DescribeElasticsearchDomains$;
3021
1101
  exports.DescribeElasticsearchDomainsCommand = DescribeElasticsearchDomainsCommand;
3022
- exports.DescribeElasticsearchDomainsRequest$ = DescribeElasticsearchDomainsRequest$;
3023
- exports.DescribeElasticsearchDomainsResponse$ = DescribeElasticsearchDomainsResponse$;
3024
- exports.DescribeElasticsearchInstanceTypeLimits$ = DescribeElasticsearchInstanceTypeLimits$;
3025
1102
  exports.DescribeElasticsearchInstanceTypeLimitsCommand = DescribeElasticsearchInstanceTypeLimitsCommand;
3026
- exports.DescribeElasticsearchInstanceTypeLimitsRequest$ = DescribeElasticsearchInstanceTypeLimitsRequest$;
3027
- exports.DescribeElasticsearchInstanceTypeLimitsResponse$ = DescribeElasticsearchInstanceTypeLimitsResponse$;
3028
- exports.DescribeInboundCrossClusterSearchConnections$ = DescribeInboundCrossClusterSearchConnections$;
3029
1103
  exports.DescribeInboundCrossClusterSearchConnectionsCommand = DescribeInboundCrossClusterSearchConnectionsCommand;
3030
- exports.DescribeInboundCrossClusterSearchConnectionsRequest$ = DescribeInboundCrossClusterSearchConnectionsRequest$;
3031
- exports.DescribeInboundCrossClusterSearchConnectionsResponse$ = DescribeInboundCrossClusterSearchConnectionsResponse$;
3032
- exports.DescribeOutboundCrossClusterSearchConnections$ = DescribeOutboundCrossClusterSearchConnections$;
3033
1104
  exports.DescribeOutboundCrossClusterSearchConnectionsCommand = DescribeOutboundCrossClusterSearchConnectionsCommand;
3034
- exports.DescribeOutboundCrossClusterSearchConnectionsRequest$ = DescribeOutboundCrossClusterSearchConnectionsRequest$;
3035
- exports.DescribeOutboundCrossClusterSearchConnectionsResponse$ = DescribeOutboundCrossClusterSearchConnectionsResponse$;
3036
- exports.DescribePackages$ = DescribePackages$;
3037
1105
  exports.DescribePackagesCommand = DescribePackagesCommand;
3038
- exports.DescribePackagesFilter$ = DescribePackagesFilter$;
3039
1106
  exports.DescribePackagesFilterName = DescribePackagesFilterName;
3040
- exports.DescribePackagesRequest$ = DescribePackagesRequest$;
3041
- exports.DescribePackagesResponse$ = DescribePackagesResponse$;
3042
- exports.DescribeReservedElasticsearchInstanceOfferings$ = DescribeReservedElasticsearchInstanceOfferings$;
3043
1107
  exports.DescribeReservedElasticsearchInstanceOfferingsCommand = DescribeReservedElasticsearchInstanceOfferingsCommand;
3044
- exports.DescribeReservedElasticsearchInstanceOfferingsRequest$ = DescribeReservedElasticsearchInstanceOfferingsRequest$;
3045
- exports.DescribeReservedElasticsearchInstanceOfferingsResponse$ = DescribeReservedElasticsearchInstanceOfferingsResponse$;
3046
- exports.DescribeReservedElasticsearchInstances$ = DescribeReservedElasticsearchInstances$;
3047
1108
  exports.DescribeReservedElasticsearchInstancesCommand = DescribeReservedElasticsearchInstancesCommand;
3048
- exports.DescribeReservedElasticsearchInstancesRequest$ = DescribeReservedElasticsearchInstancesRequest$;
3049
- exports.DescribeReservedElasticsearchInstancesResponse$ = DescribeReservedElasticsearchInstancesResponse$;
3050
- exports.DescribeVpcEndpoints$ = DescribeVpcEndpoints$;
3051
1109
  exports.DescribeVpcEndpointsCommand = DescribeVpcEndpointsCommand;
3052
- exports.DescribeVpcEndpointsRequest$ = DescribeVpcEndpointsRequest$;
3053
- exports.DescribeVpcEndpointsResponse$ = DescribeVpcEndpointsResponse$;
3054
- exports.DisabledOperationException = DisabledOperationException;
3055
- exports.DisabledOperationException$ = DisabledOperationException$;
3056
- exports.DissociatePackage$ = DissociatePackage$;
3057
1110
  exports.DissociatePackageCommand = DissociatePackageCommand;
3058
- exports.DissociatePackageRequest$ = DissociatePackageRequest$;
3059
- exports.DissociatePackageResponse$ = DissociatePackageResponse$;
3060
- exports.DomainEndpointOptions$ = DomainEndpointOptions$;
3061
- exports.DomainEndpointOptionsStatus$ = DomainEndpointOptionsStatus$;
3062
- exports.DomainInfo$ = DomainInfo$;
3063
- exports.DomainInformation$ = DomainInformation$;
3064
- exports.DomainPackageDetails$ = DomainPackageDetails$;
3065
1111
  exports.DomainPackageStatus = DomainPackageStatus;
3066
1112
  exports.DomainProcessingStatusType = DomainProcessingStatusType;
3067
- exports.DryRunResults$ = DryRunResults$;
3068
- exports.Duration$ = Duration$;
3069
- exports.EBSOptions$ = EBSOptions$;
3070
- exports.EBSOptionsStatus$ = EBSOptionsStatus$;
3071
1113
  exports.ESPartitionInstanceType = ESPartitionInstanceType;
3072
1114
  exports.ESWarmPartitionInstanceType = ESWarmPartitionInstanceType;
3073
- exports.ElasticsearchClusterConfig$ = ElasticsearchClusterConfig$;
3074
- exports.ElasticsearchClusterConfigStatus$ = ElasticsearchClusterConfigStatus$;
3075
- exports.ElasticsearchDomainConfig$ = ElasticsearchDomainConfig$;
3076
- exports.ElasticsearchDomainStatus$ = ElasticsearchDomainStatus$;
3077
1115
  exports.ElasticsearchService = ElasticsearchService;
3078
1116
  exports.ElasticsearchServiceClient = ElasticsearchServiceClient;
3079
- exports.ElasticsearchServiceServiceException = ElasticsearchServiceServiceException;
3080
- exports.ElasticsearchServiceServiceException$ = ElasticsearchServiceServiceException$;
3081
- exports.ElasticsearchVersionStatus$ = ElasticsearchVersionStatus$;
3082
- exports.EncryptionAtRestOptions$ = EncryptionAtRestOptions$;
3083
- exports.EncryptionAtRestOptionsStatus$ = EncryptionAtRestOptionsStatus$;
3084
1117
  exports.EngineType = EngineType;
3085
- exports.ErrorDetails$ = ErrorDetails$;
3086
- exports.Filter$ = Filter$;
3087
- exports.GetCompatibleElasticsearchVersions$ = GetCompatibleElasticsearchVersions$;
3088
1118
  exports.GetCompatibleElasticsearchVersionsCommand = GetCompatibleElasticsearchVersionsCommand;
3089
- exports.GetCompatibleElasticsearchVersionsRequest$ = GetCompatibleElasticsearchVersionsRequest$;
3090
- exports.GetCompatibleElasticsearchVersionsResponse$ = GetCompatibleElasticsearchVersionsResponse$;
3091
- exports.GetPackageVersionHistory$ = GetPackageVersionHistory$;
3092
1119
  exports.GetPackageVersionHistoryCommand = GetPackageVersionHistoryCommand;
3093
- exports.GetPackageVersionHistoryRequest$ = GetPackageVersionHistoryRequest$;
3094
- exports.GetPackageVersionHistoryResponse$ = GetPackageVersionHistoryResponse$;
3095
- exports.GetUpgradeHistory$ = GetUpgradeHistory$;
3096
1120
  exports.GetUpgradeHistoryCommand = GetUpgradeHistoryCommand;
3097
- exports.GetUpgradeHistoryRequest$ = GetUpgradeHistoryRequest$;
3098
- exports.GetUpgradeHistoryResponse$ = GetUpgradeHistoryResponse$;
3099
- exports.GetUpgradeStatus$ = GetUpgradeStatus$;
3100
1121
  exports.GetUpgradeStatusCommand = GetUpgradeStatusCommand;
3101
- exports.GetUpgradeStatusRequest$ = GetUpgradeStatusRequest$;
3102
- exports.GetUpgradeStatusResponse$ = GetUpgradeStatusResponse$;
3103
- exports.InboundCrossClusterSearchConnection$ = InboundCrossClusterSearchConnection$;
3104
- exports.InboundCrossClusterSearchConnectionStatus$ = InboundCrossClusterSearchConnectionStatus$;
3105
1122
  exports.InboundCrossClusterSearchConnectionStatusCode = InboundCrossClusterSearchConnectionStatusCode;
3106
1123
  exports.InitiatedBy = InitiatedBy;
3107
- exports.InstanceCountLimits$ = InstanceCountLimits$;
3108
- exports.InstanceLimits$ = InstanceLimits$;
3109
- exports.InternalException = InternalException;
3110
- exports.InternalException$ = InternalException$;
3111
- exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
3112
- exports.InvalidPaginationTokenException$ = InvalidPaginationTokenException$;
3113
- exports.InvalidTypeException = InvalidTypeException;
3114
- exports.InvalidTypeException$ = InvalidTypeException$;
3115
- exports.LimitExceededException = LimitExceededException;
3116
- exports.LimitExceededException$ = LimitExceededException$;
3117
- exports.Limits$ = Limits$;
3118
- exports.ListDomainNames$ = ListDomainNames$;
3119
1124
  exports.ListDomainNamesCommand = ListDomainNamesCommand;
3120
- exports.ListDomainNamesRequest$ = ListDomainNamesRequest$;
3121
- exports.ListDomainNamesResponse$ = ListDomainNamesResponse$;
3122
- exports.ListDomainsForPackage$ = ListDomainsForPackage$;
3123
1125
  exports.ListDomainsForPackageCommand = ListDomainsForPackageCommand;
3124
- exports.ListDomainsForPackageRequest$ = ListDomainsForPackageRequest$;
3125
- exports.ListDomainsForPackageResponse$ = ListDomainsForPackageResponse$;
3126
- exports.ListElasticsearchInstanceTypes$ = ListElasticsearchInstanceTypes$;
3127
1126
  exports.ListElasticsearchInstanceTypesCommand = ListElasticsearchInstanceTypesCommand;
3128
- exports.ListElasticsearchInstanceTypesRequest$ = ListElasticsearchInstanceTypesRequest$;
3129
- exports.ListElasticsearchInstanceTypesResponse$ = ListElasticsearchInstanceTypesResponse$;
3130
- exports.ListElasticsearchVersions$ = ListElasticsearchVersions$;
3131
1127
  exports.ListElasticsearchVersionsCommand = ListElasticsearchVersionsCommand;
3132
- exports.ListElasticsearchVersionsRequest$ = ListElasticsearchVersionsRequest$;
3133
- exports.ListElasticsearchVersionsResponse$ = ListElasticsearchVersionsResponse$;
3134
- exports.ListPackagesForDomain$ = ListPackagesForDomain$;
3135
1128
  exports.ListPackagesForDomainCommand = ListPackagesForDomainCommand;
3136
- exports.ListPackagesForDomainRequest$ = ListPackagesForDomainRequest$;
3137
- exports.ListPackagesForDomainResponse$ = ListPackagesForDomainResponse$;
3138
- exports.ListTags$ = ListTags$;
3139
1129
  exports.ListTagsCommand = ListTagsCommand;
3140
- exports.ListTagsRequest$ = ListTagsRequest$;
3141
- exports.ListTagsResponse$ = ListTagsResponse$;
3142
- exports.ListVpcEndpointAccess$ = ListVpcEndpointAccess$;
3143
1130
  exports.ListVpcEndpointAccessCommand = ListVpcEndpointAccessCommand;
3144
- exports.ListVpcEndpointAccessRequest$ = ListVpcEndpointAccessRequest$;
3145
- exports.ListVpcEndpointAccessResponse$ = ListVpcEndpointAccessResponse$;
3146
- exports.ListVpcEndpoints$ = ListVpcEndpoints$;
3147
1131
  exports.ListVpcEndpointsCommand = ListVpcEndpointsCommand;
3148
- exports.ListVpcEndpointsForDomain$ = ListVpcEndpointsForDomain$;
3149
1132
  exports.ListVpcEndpointsForDomainCommand = ListVpcEndpointsForDomainCommand;
3150
- exports.ListVpcEndpointsForDomainRequest$ = ListVpcEndpointsForDomainRequest$;
3151
- exports.ListVpcEndpointsForDomainResponse$ = ListVpcEndpointsForDomainResponse$;
3152
- exports.ListVpcEndpointsRequest$ = ListVpcEndpointsRequest$;
3153
- exports.ListVpcEndpointsResponse$ = ListVpcEndpointsResponse$;
3154
- exports.LogPublishingOption$ = LogPublishingOption$;
3155
- exports.LogPublishingOptionsStatus$ = LogPublishingOptionsStatus$;
3156
1133
  exports.LogType = LogType;
3157
- exports.MasterUserOptions$ = MasterUserOptions$;
3158
- exports.ModifyingProperties$ = ModifyingProperties$;
3159
- exports.NodeToNodeEncryptionOptions$ = NodeToNodeEncryptionOptions$;
3160
- exports.NodeToNodeEncryptionOptionsStatus$ = NodeToNodeEncryptionOptionsStatus$;
3161
1134
  exports.OptionState = OptionState;
3162
- exports.OptionStatus$ = OptionStatus$;
3163
- exports.OutboundCrossClusterSearchConnection$ = OutboundCrossClusterSearchConnection$;
3164
- exports.OutboundCrossClusterSearchConnectionStatus$ = OutboundCrossClusterSearchConnectionStatus$;
3165
1135
  exports.OutboundCrossClusterSearchConnectionStatusCode = OutboundCrossClusterSearchConnectionStatusCode;
3166
1136
  exports.OverallChangeStatus = OverallChangeStatus;
3167
- exports.PackageDetails$ = PackageDetails$;
3168
- exports.PackageSource$ = PackageSource$;
3169
1137
  exports.PackageStatus = PackageStatus;
3170
1138
  exports.PackageType = PackageType;
3171
- exports.PackageVersionHistory$ = PackageVersionHistory$;
3172
1139
  exports.PrincipalType = PrincipalType;
3173
1140
  exports.PropertyValueType = PropertyValueType;
3174
- exports.PurchaseReservedElasticsearchInstanceOffering$ = PurchaseReservedElasticsearchInstanceOffering$;
3175
1141
  exports.PurchaseReservedElasticsearchInstanceOfferingCommand = PurchaseReservedElasticsearchInstanceOfferingCommand;
3176
- exports.PurchaseReservedElasticsearchInstanceOfferingRequest$ = PurchaseReservedElasticsearchInstanceOfferingRequest$;
3177
- exports.PurchaseReservedElasticsearchInstanceOfferingResponse$ = PurchaseReservedElasticsearchInstanceOfferingResponse$;
3178
- exports.RecurringCharge$ = RecurringCharge$;
3179
- exports.RejectInboundCrossClusterSearchConnection$ = RejectInboundCrossClusterSearchConnection$;
3180
1142
  exports.RejectInboundCrossClusterSearchConnectionCommand = RejectInboundCrossClusterSearchConnectionCommand;
3181
- exports.RejectInboundCrossClusterSearchConnectionRequest$ = RejectInboundCrossClusterSearchConnectionRequest$;
3182
- exports.RejectInboundCrossClusterSearchConnectionResponse$ = RejectInboundCrossClusterSearchConnectionResponse$;
3183
- exports.RemoveTags$ = RemoveTags$;
3184
1143
  exports.RemoveTagsCommand = RemoveTagsCommand;
3185
- exports.RemoveTagsRequest$ = RemoveTagsRequest$;
3186
- exports.ReservedElasticsearchInstance$ = ReservedElasticsearchInstance$;
3187
- exports.ReservedElasticsearchInstanceOffering$ = ReservedElasticsearchInstanceOffering$;
3188
1144
  exports.ReservedElasticsearchInstancePaymentOption = ReservedElasticsearchInstancePaymentOption;
3189
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
3190
- exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
3191
- exports.ResourceNotFoundException = ResourceNotFoundException;
3192
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3193
- exports.RevokeVpcEndpointAccess$ = RevokeVpcEndpointAccess$;
3194
1145
  exports.RevokeVpcEndpointAccessCommand = RevokeVpcEndpointAccessCommand;
3195
- exports.RevokeVpcEndpointAccessRequest$ = RevokeVpcEndpointAccessRequest$;
3196
- exports.RevokeVpcEndpointAccessResponse$ = RevokeVpcEndpointAccessResponse$;
3197
1146
  exports.RollbackOnDisable = RollbackOnDisable;
3198
- exports.SAMLIdp$ = SAMLIdp$;
3199
- exports.SAMLOptionsInput$ = SAMLOptionsInput$;
3200
- exports.SAMLOptionsOutput$ = SAMLOptionsOutput$;
3201
1147
  exports.ScheduledAutoTuneActionType = ScheduledAutoTuneActionType;
3202
- exports.ScheduledAutoTuneDetails$ = ScheduledAutoTuneDetails$;
3203
1148
  exports.ScheduledAutoTuneSeverityType = ScheduledAutoTuneSeverityType;
3204
- exports.ServiceSoftwareOptions$ = ServiceSoftwareOptions$;
3205
- exports.SnapshotOptions$ = SnapshotOptions$;
3206
- exports.SnapshotOptionsStatus$ = SnapshotOptionsStatus$;
3207
- exports.StartElasticsearchServiceSoftwareUpdate$ = StartElasticsearchServiceSoftwareUpdate$;
3208
1149
  exports.StartElasticsearchServiceSoftwareUpdateCommand = StartElasticsearchServiceSoftwareUpdateCommand;
3209
- exports.StartElasticsearchServiceSoftwareUpdateRequest$ = StartElasticsearchServiceSoftwareUpdateRequest$;
3210
- exports.StartElasticsearchServiceSoftwareUpdateResponse$ = StartElasticsearchServiceSoftwareUpdateResponse$;
3211
- exports.StorageType$ = StorageType$;
3212
- exports.StorageTypeLimit$ = StorageTypeLimit$;
3213
1150
  exports.TLSSecurityPolicy = TLSSecurityPolicy;
3214
- exports.Tag$ = Tag$;
3215
1151
  exports.TimeUnit = TimeUnit;
3216
- exports.UpdateElasticsearchDomainConfig$ = UpdateElasticsearchDomainConfig$;
3217
1152
  exports.UpdateElasticsearchDomainConfigCommand = UpdateElasticsearchDomainConfigCommand;
3218
- exports.UpdateElasticsearchDomainConfigRequest$ = UpdateElasticsearchDomainConfigRequest$;
3219
- exports.UpdateElasticsearchDomainConfigResponse$ = UpdateElasticsearchDomainConfigResponse$;
3220
- exports.UpdatePackage$ = UpdatePackage$;
3221
1153
  exports.UpdatePackageCommand = UpdatePackageCommand;
3222
- exports.UpdatePackageRequest$ = UpdatePackageRequest$;
3223
- exports.UpdatePackageResponse$ = UpdatePackageResponse$;
3224
- exports.UpdateVpcEndpoint$ = UpdateVpcEndpoint$;
3225
1154
  exports.UpdateVpcEndpointCommand = UpdateVpcEndpointCommand;
3226
- exports.UpdateVpcEndpointRequest$ = UpdateVpcEndpointRequest$;
3227
- exports.UpdateVpcEndpointResponse$ = UpdateVpcEndpointResponse$;
3228
- exports.UpgradeElasticsearchDomain$ = UpgradeElasticsearchDomain$;
3229
1155
  exports.UpgradeElasticsearchDomainCommand = UpgradeElasticsearchDomainCommand;
3230
- exports.UpgradeElasticsearchDomainRequest$ = UpgradeElasticsearchDomainRequest$;
3231
- exports.UpgradeElasticsearchDomainResponse$ = UpgradeElasticsearchDomainResponse$;
3232
- exports.UpgradeHistory$ = UpgradeHistory$;
3233
1156
  exports.UpgradeStatus = UpgradeStatus;
3234
1157
  exports.UpgradeStep = UpgradeStep;
3235
- exports.UpgradeStepItem$ = UpgradeStepItem$;
3236
- exports.VPCDerivedInfo$ = VPCDerivedInfo$;
3237
- exports.VPCDerivedInfoStatus$ = VPCDerivedInfoStatus$;
3238
- exports.VPCOptions$ = VPCOptions$;
3239
- exports.ValidationException = ValidationException;
3240
- exports.ValidationException$ = ValidationException$;
3241
1158
  exports.VolumeType = VolumeType;
3242
- exports.VpcEndpoint$ = VpcEndpoint$;
3243
- exports.VpcEndpointError$ = VpcEndpointError$;
3244
1159
  exports.VpcEndpointErrorCode = VpcEndpointErrorCode;
3245
1160
  exports.VpcEndpointStatus = VpcEndpointStatus;
3246
- exports.VpcEndpointSummary$ = VpcEndpointSummary$;
3247
- exports.ZoneAwarenessConfig$ = ZoneAwarenessConfig$;
3248
1161
  exports.paginateDescribeDomainAutoTunes = paginateDescribeDomainAutoTunes;
3249
1162
  exports.paginateDescribeInboundCrossClusterSearchConnections = paginateDescribeInboundCrossClusterSearchConnections;
3250
1163
  exports.paginateDescribeOutboundCrossClusterSearchConnections = paginateDescribeOutboundCrossClusterSearchConnections;
@@ -3257,3 +1170,15 @@ exports.paginateListDomainsForPackage = paginateListDomainsForPackage;
3257
1170
  exports.paginateListElasticsearchInstanceTypes = paginateListElasticsearchInstanceTypes;
3258
1171
  exports.paginateListElasticsearchVersions = paginateListElasticsearchVersions;
3259
1172
  exports.paginateListPackagesForDomain = paginateListPackagesForDomain;
1173
+ Object.keys(schemas_0).forEach(function (k) {
1174
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1175
+ enumerable: true,
1176
+ get: function () { return schemas_0[k]; }
1177
+ });
1178
+ });
1179
+ Object.keys(errors).forEach(function (k) {
1180
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1181
+ enumerable: true,
1182
+ get: function () { return errors[k]; }
1183
+ });
1184
+ });