@aws-sdk/client-opensearch 3.986.0 → 3.988.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 OpenSearchServiceException = require('./models/OpenSearchServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,2908 +113,6 @@ class OpenSearchClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class OpenSearchServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, OpenSearchServiceException.prototype);
117
- }
118
- }
119
-
120
- class DisabledOperationException extends OpenSearchServiceException {
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 OpenSearchServiceException {
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 OpenSearchServiceException {
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 OpenSearchServiceException {
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 OpenSearchServiceException {
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 DependencyFailureException extends OpenSearchServiceException {
181
- name = "DependencyFailureException";
182
- $fault = "client";
183
- constructor(opts) {
184
- super({
185
- name: "DependencyFailureException",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- Object.setPrototypeOf(this, DependencyFailureException.prototype);
190
- }
191
- }
192
- class InternalException extends OpenSearchServiceException {
193
- name = "InternalException";
194
- $fault = "server";
195
- constructor(opts) {
196
- super({
197
- name: "InternalException",
198
- $fault: "server",
199
- ...opts,
200
- });
201
- Object.setPrototypeOf(this, InternalException.prototype);
202
- }
203
- }
204
- class ValidationException extends OpenSearchServiceException {
205
- name = "ValidationException";
206
- $fault = "client";
207
- constructor(opts) {
208
- super({
209
- name: "ValidationException",
210
- $fault: "client",
211
- ...opts,
212
- });
213
- Object.setPrototypeOf(this, ValidationException.prototype);
214
- }
215
- }
216
- class ConflictException extends OpenSearchServiceException {
217
- name = "ConflictException";
218
- $fault = "client";
219
- constructor(opts) {
220
- super({
221
- name: "ConflictException",
222
- $fault: "client",
223
- ...opts,
224
- });
225
- Object.setPrototypeOf(this, ConflictException.prototype);
226
- }
227
- }
228
- class InvalidTypeException extends OpenSearchServiceException {
229
- name = "InvalidTypeException";
230
- $fault = "client";
231
- constructor(opts) {
232
- super({
233
- name: "InvalidTypeException",
234
- $fault: "client",
235
- ...opts,
236
- });
237
- Object.setPrototypeOf(this, InvalidTypeException.prototype);
238
- }
239
- }
240
- class ResourceAlreadyExistsException extends OpenSearchServiceException {
241
- name = "ResourceAlreadyExistsException";
242
- $fault = "client";
243
- constructor(opts) {
244
- super({
245
- name: "ResourceAlreadyExistsException",
246
- $fault: "client",
247
- ...opts,
248
- });
249
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
250
- }
251
- }
252
- class ThrottlingException extends OpenSearchServiceException {
253
- name = "ThrottlingException";
254
- $fault = "client";
255
- constructor(opts) {
256
- super({
257
- name: "ThrottlingException",
258
- $fault: "client",
259
- ...opts,
260
- });
261
- Object.setPrototypeOf(this, ThrottlingException.prototype);
262
- }
263
- }
264
- class InvalidPaginationTokenException extends OpenSearchServiceException {
265
- name = "InvalidPaginationTokenException";
266
- $fault = "client";
267
- constructor(opts) {
268
- super({
269
- name: "InvalidPaginationTokenException",
270
- $fault: "client",
271
- ...opts,
272
- });
273
- Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
274
- }
275
- }
276
- class SlotNotAvailableException extends OpenSearchServiceException {
277
- name = "SlotNotAvailableException";
278
- $fault = "client";
279
- SlotSuggestions;
280
- constructor(opts) {
281
- super({
282
- name: "SlotNotAvailableException",
283
- $fault: "client",
284
- ...opts,
285
- });
286
- Object.setPrototypeOf(this, SlotNotAvailableException.prototype);
287
- this.SlotSuggestions = opts.SlotSuggestions;
288
- }
289
- }
290
-
291
- const _A = "Account";
292
- const _AADD = "AnonymousAuthDisableDate";
293
- const _AAE = "AnonymousAuthEnabled";
294
- const _AAZC = "ActiveAvailabilityZoneCount";
295
- const _AC = "AppConfig";
296
- const _ACp = "AppConfigs";
297
- const _ACs = "AssociationConfiguration";
298
- const _ADE = "AccessDeniedException";
299
- const _ADNC = "AvailableDataNodeCount";
300
- const _ADQDS = "AddDirectQueryDataSource";
301
- const _ADQDSR = "AddDirectQueryDataSourceRequest";
302
- const _ADQDSRd = "AddDirectQueryDataSourceResponse";
303
- const _ADS = "AddDataSource";
304
- const _ADSR = "AddDataSourceRequest";
305
- const _ADSRd = "AddDataSourceResponse";
306
- const _AIC = "AcceptInboundConnection";
307
- const _AICR = "AcceptInboundConnectionRequest";
308
- const _AICRc = "AcceptInboundConnectionResponse";
309
- const _AID = "ActionID";
310
- const _AIMLO = "AIMLOptions";
311
- const _AIMLOI = "AIMLOptionsInput";
312
- const _AIMLOO = "AIMLOptionsOutput";
313
- const _AIMLOS = "AIMLOptionsStatus";
314
- const _AL = "AdditionalLimit";
315
- const _ALE = "AppLogsEnabled";
316
- const _ALL = "AdditionalLimitList";
317
- const _ALUL = "AllowListedUserList";
318
- const _ALd = "AdditionalLimits";
319
- const _AO = "AdvancedOptions";
320
- const _AOS = "AdvancedOptionsStatus";
321
- const _AP = "AuthorizedPrincipal";
322
- const _APC = "AvailablePackageConfiguration";
323
- const _APL = "AuthorizedPrincipalList";
324
- const _APP = "AvailablePluginProperties";
325
- const _APR = "AssociatePackageRequest";
326
- const _APRs = "AssociatePackageResponse";
327
- const _APRss = "AssociatePackagesRequest";
328
- const _APRsso = "AssociatePackagesResponse";
329
- const _APS = "AccessPoliciesStatus";
330
- const _APV = "AvailablePackageVersion";
331
- const _APc = "AccessPolicies";
332
- const _APs = "AssociatePackage";
333
- const _APss = "AssociatePackages";
334
- const _ARN = "ARN";
335
- const _AS = "ApplicationSummary";
336
- const _ASE = "AdvancedSecurityEnabled";
337
- const _ASO = "AdvancedSecurityOptions";
338
- const _ASOI = "AdvancedSecurityOptionsInput";
339
- const _ASOS = "AdvancedSecurityOptionsStatus";
340
- const _ASSH = "AutomatedSnapshotStartHour";
341
- const _ASUE = "AutoSoftwareUpdateEnabled";
342
- const _ASp = "ApplicationSummaries";
343
- const _AT = "AutoTune";
344
- const _ATD = "AutoTuneDetails";
345
- const _ATL = "AutoTuneList";
346
- const _ATMS = "AutoTuneMaintenanceSchedule";
347
- const _ATMSL = "AutoTuneMaintenanceScheduleList";
348
- const _ATO = "AutoTuneOptions";
349
- const _ATOI = "AutoTuneOptionsInput";
350
- const _ATOO = "AutoTuneOptionsOutput";
351
- const _ATOS = "AutoTuneOptionsStatus";
352
- const _ATR = "AddTagsRequest";
353
- const _ATS = "AutoTuneStatus";
354
- const _ATT = "AutoTuneType";
355
- const _ATc = "ActionType";
356
- const _ATd = "AddTags";
357
- const _ATu = "AutoTunes";
358
- const _AUD = "AutomatedUpdateDate";
359
- const _AV = "ActiveValue";
360
- const _AVEA = "AuthorizeVpcEndpointAccess";
361
- const _AVEAR = "AuthorizeVpcEndpointAccessRequest";
362
- const _AVEARu = "AuthorizeVpcEndpointAccessResponse";
363
- const _AWSDI = "AWSDomainInformation";
364
- const _AZ = "AvailabilityZone";
365
- const _AZC = "AvailabilityZoneCount";
366
- const _AZI = "AvailabilityZoneInfo";
367
- const _AZIL = "AvailabilityZoneInfoList";
368
- const _AZIv = "AvailabilityZoneInformation";
369
- const _AZN = "AvailabilityZoneName";
370
- const _AZv = "AvailabilityZones";
371
- const _Ac = "Action";
372
- const _BE = "BaseException";
373
- const _BSI = "BillingSubscriptionId";
374
- const _C = "Connection";
375
- const _CA = "ConnectionAlias";
376
- const _CAR = "CreateApplicationRequest";
377
- const _CARr = "CreateApplicationResponse";
378
- const _CAr = "CreatedAt";
379
- const _CAre = "CreateApplication";
380
- const _CC = "ClusterConfig";
381
- const _CCI = "CancelledChangeIds";
382
- const _CCP = "CancelledChangeProperties";
383
- const _CCPL = "CancelledChangePropertyList";
384
- const _CCPa = "CancelledChangeProperty";
385
- const _CCS = "ConfigChangeStatus";
386
- const _CCSCP = "CrossClusterSearchConnectionProperties";
387
- const _CCSl = "ClusterConfigStatus";
388
- const _CCSr = "CrossClusterSearch";
389
- const _CCu = "CurrencyCode";
390
- const _CD = "CreationDate";
391
- const _CDCC = "CancelDomainConfigChange";
392
- const _CDCCR = "CancelDomainConfigChangeRequest";
393
- const _CDCCRa = "CancelDomainConfigChangeResponse";
394
- const _CDNC = "ConfiguredDataNodeCount";
395
- const _CDR = "CreateDomainRequest";
396
- const _CDRr = "CreateDomainResponse";
397
- const _CDr = "CreateDomain";
398
- const _CE = "ConflictException";
399
- const _CECA = "CustomEndpointCertificateArn";
400
- const _CEE = "CustomEndpointEnabled";
401
- const _CEFR = "CronExpressionForRecurrence";
402
- const _CEo = "CognitoEnabled";
403
- const _CEu = "CustomEndpoint";
404
- const _CH = "ClusterHealth";
405
- const _CI = "ConnectionId";
406
- const _CIR = "CreateIndexRequest";
407
- const _CIRr = "CreateIndexResponse";
408
- const _CIh = "ChangeId";
409
- const _CIr = "CreateIndex";
410
- const _CM = "ConnectionMode";
411
- const _CMo = "CommitMessage";
412
- const _CN = "ClassName";
413
- const _CO = "CognitoOptions";
414
- const _COC = "CreateOutboundConnection";
415
- const _COCR = "CreateOutboundConnectionRequest";
416
- const _COCRr = "CreateOutboundConnectionResponse";
417
- const _COS = "CognitoOptionsStatus";
418
- const _CP = "CompletedProperties";
419
- const _CPD = "ChangeProgressDetails";
420
- const _CPR = "CreatePackageRequest";
421
- const _CPRr = "CreatePackageResponse";
422
- const _CPS = "ChangeProgressStage";
423
- const _CPSD = "ChangeProgressStatusDetails";
424
- const _CPSL = "ChangeProgressStageList";
425
- const _CPSh = "ChangeProgressStages";
426
- const _CPSha = "ChangeProgressStatus";
427
- const _CPo = "ConnectionProperties";
428
- const _CPr = "CreatePackage";
429
- const _CR = "ConfigurationRequirement";
430
- const _CS = "ConnectionStatus";
431
- const _CSO = "ColdStorageOptions";
432
- const _CSSU = "CancelServiceSoftwareUpdate";
433
- const _CSSUR = "CancelServiceSoftwareUpdateRequest";
434
- const _CSSURa = "CancelServiceSoftwareUpdateResponse";
435
- const _CSu = "CurrentState";
436
- const _CT = "ClientToken";
437
- const _CV = "CancelledValue";
438
- const _CVE = "CreateVpcEndpoint";
439
- const _CVER = "CreateVpcEndpointRequest";
440
- const _CVERr = "CreateVpcEndpointResponse";
441
- const _CVL = "CompatibleVersionsList";
442
- const _CVM = "CompatibleVersionsMap";
443
- const _CVo = "CompatibleVersions";
444
- const _CVu = "CurrentVersion";
445
- const _CWDQDS = "CloudWatchDirectQueryDataSource";
446
- const _CWL = "CloudWatchLog";
447
- const _CWLLGA = "CloudWatchLogsLogGroupArn";
448
- const _Ca = "Cancellable";
449
- const _Co = "Connections";
450
- const _Cod = "Code";
451
- const _Cou = "Count";
452
- const _Cr = "Created";
453
- const _D = "Description";
454
- const _DA = "DomainArn";
455
- const _DAR = "DeleteApplicationRequest";
456
- const _DARe = "DeleteApplicationResponse";
457
- const _DAe = "DeleteApplication";
458
- const _DC = "DomainConfig";
459
- const _DD = "DeleteDomain";
460
- const _DDAT = "DescribeDomainAutoTunes";
461
- const _DDATR = "DescribeDomainAutoTunesRequest";
462
- const _DDATRe = "DescribeDomainAutoTunesResponse";
463
- const _DDC = "DescribeDomainConfig";
464
- const _DDCP = "DescribeDomainChangeProgress";
465
- const _DDCPR = "DescribeDomainChangeProgressRequest";
466
- const _DDCPRe = "DescribeDomainChangeProgressResponse";
467
- const _DDCR = "DescribeDomainConfigRequest";
468
- const _DDCRe = "DescribeDomainConfigResponse";
469
- const _DDH = "DescribeDomainHealth";
470
- const _DDHR = "DescribeDomainHealthRequest";
471
- const _DDHRe = "DescribeDomainHealthResponse";
472
- const _DDN = "DescribeDomainNodes";
473
- const _DDNR = "DescribeDomainNodesRequest";
474
- const _DDNRe = "DescribeDomainNodesResponse";
475
- const _DDQDS = "DeleteDirectQueryDataSource";
476
- const _DDQDSR = "DeleteDirectQueryDataSourceRequest";
477
- const _DDR = "DeleteDomainRequest";
478
- const _DDRP = "DescribeDryRunProgress";
479
- const _DDRPR = "DescribeDryRunProgressRequest";
480
- const _DDRPRe = "DescribeDryRunProgressResponse";
481
- const _DDRe = "DeleteDomainResponse";
482
- const _DDRes = "DescribeDomainRequest";
483
- const _DDResc = "DescribeDomainResponse";
484
- const _DDRescr = "DescribeDomainsRequest";
485
- const _DDRescri = "DescribeDomainsResponse";
486
- const _DDS = "DeleteDataSource";
487
- const _DDSR = "DeleteDataSourceRequest";
488
- const _DDSRe = "DeleteDataSourceResponse";
489
- const _DDe = "DescribeDomain";
490
- const _DDes = "DescribeDomains";
491
- const _DEO = "DomainEndpointOptions";
492
- const _DEOS = "DomainEndpointOptionsStatus";
493
- const _DEVHZI = "DomainEndpointV2HostedZoneId";
494
- const _DFE = "DependencyFailureException";
495
- const _DI = "DomainInfo";
496
- const _DIC = "DomainInformationContainer";
497
- const _DICR = "DeleteInboundConnectionRequest";
498
- const _DICRe = "DeleteInboundConnectionResponse";
499
- const _DICRes = "DescribeInboundConnectionsRequest";
500
- const _DICResc = "DescribeInboundConnectionsResponse";
501
- const _DICe = "DeleteInboundConnection";
502
- const _DICes = "DescribeInboundConnections";
503
- const _DIL = "DomainInfoList";
504
- const _DIR = "DeleteIndexRequest";
505
- const _DIRe = "DeleteIndexResponse";
506
- const _DITL = "DescribeInstanceTypeLimits";
507
- const _DITLR = "DescribeInstanceTypeLimitsRequest";
508
- const _DITLRe = "DescribeInstanceTypeLimitsResponse";
509
- const _DIe = "DeleteIndex";
510
- const _DIo = "DomainId";
511
- const _DM = "DedicatedMaster";
512
- const _DMC = "DedicatedMasterCount";
513
- const _DMD = "DomainMaintenanceDetails";
514
- const _DME = "DedicatedMasterEnabled";
515
- const _DML = "DomainMaintenanceList";
516
- const _DMT = "DedicatedMasterType";
517
- const _DMo = "DomainMaintenances";
518
- const _DN = "DomainName";
519
- const _DNC = "DataNodeCount";
520
- const _DNS = "DomainNodesStatus";
521
- const _DNSL = "DomainNodesStatusList";
522
- const _DNo = "DomainNames";
523
- const _DOC = "DeleteOutboundConnection";
524
- const _DOCR = "DeleteOutboundConnectionRequest";
525
- const _DOCRe = "DeleteOutboundConnectionResponse";
526
- const _DOCRes = "DescribeOutboundConnectionsRequest";
527
- const _DOCResc = "DescribeOutboundConnectionsResponse";
528
- const _DOCe = "DescribeOutboundConnections";
529
- const _DOE = "DisabledOperationException";
530
- const _DP = "DeletePackage";
531
- const _DPD = "DomainPackageDetails";
532
- const _DPDL = "DomainPackageDetailsList";
533
- const _DPF = "DescribePackagesFilter";
534
- const _DPFL = "DescribePackagesFilterList";
535
- const _DPR = "DeletePackageRequest";
536
- const _DPRe = "DeletePackageResponse";
537
- const _DPRes = "DescribePackagesRequest";
538
- const _DPResc = "DescribePackagesResponse";
539
- const _DPRi = "DissociatePackageRequest";
540
- const _DPRis = "DissociatePackageResponse";
541
- const _DPRiss = "DissociatePackagesRequest";
542
- const _DPRisso = "DissociatePackagesResponse";
543
- const _DPS = "DomainPackageStatus";
544
- const _DPSo = "DomainProcessingStatus";
545
- const _DPe = "DescribePackages";
546
- const _DPi = "DissociatePackage";
547
- const _DPis = "DissociatePackages";
548
- const _DQDS = "DirectQueryDataSource";
549
- const _DQDSL = "DirectQueryDataSourceList";
550
- const _DQDST = "DirectQueryDataSourceType";
551
- const _DQDSi = "DirectQueryDataSources";
552
- const _DR = "DryRun";
553
- const _DRC = "DryRunConfig";
554
- const _DRI = "DryRunId";
555
- const _DRIO = "DescribeReservedInstanceOfferings";
556
- const _DRIOR = "DescribeReservedInstanceOfferingsRequest";
557
- const _DRIORe = "DescribeReservedInstanceOfferingsResponse";
558
- const _DRIR = "DescribeReservedInstancesRequest";
559
- const _DRIRe = "DescribeReservedInstancesResponse";
560
- const _DRIe = "DescribeReservedInstances";
561
- const _DRM = "DryRunMode";
562
- const _DRPS = "DryRunProgressStatus";
563
- const _DRR = "DryRunResults";
564
- const _DRS = "DryRunStatus";
565
- const _DS = "DesiredState";
566
- const _DSA = "DataSourceArn";
567
- const _DSD = "DataSourceDetails";
568
- const _DSL = "DomainStatusList";
569
- const _DSLa = "DataSourceList";
570
- const _DSN = "DataSourceName";
571
- const _DST = "DataSourceType";
572
- const _DSTe = "DesiredStartTime";
573
- const _DSa = "DataSource";
574
- const _DSat = "DataSources";
575
- const _DSo = "DomainStatus";
576
- const _DSom = "DomainState";
577
- const _DT = "DeploymentType";
578
- const _DVE = "DeleteVpcEndpoint";
579
- const _DVER = "DeleteVpcEndpointRequest";
580
- const _DVERe = "DeleteVpcEndpointResponse";
581
- const _DVERes = "DescribeVpcEndpointsRequest";
582
- const _DVEResc = "DescribeVpcEndpointsResponse";
583
- const _DVEe = "DescribeVpcEndpoints";
584
- const _Da = "Date";
585
- const _De = "Deleted";
586
- const _Du = "Duration";
587
- const _E = "Enabled";
588
- const _EAPIA = "EnabledAPIAccess";
589
- const _EARO = "EncryptionAtRestOptions";
590
- const _EAROS = "EncryptionAtRestOptionsStatus";
591
- const _EBSE = "EBSEnabled";
592
- const _EBSO = "EBSOptions";
593
- const _EBSOS = "EBSOptionsStatus";
594
- const _EC = "ErrorCode";
595
- const _ED = "ErrorDetails";
596
- const _EE = "EncryptionEnabled";
597
- const _EHTTPS = "EnforceHTTPS";
598
- const _EI = "EnvironmentInformation";
599
- const _EIL = "EnvironmentInfoList";
600
- const _EIn = "EnvironmentInfo";
601
- const _EInt = "EntityId";
602
- const _EM = "ErrorMessage";
603
- const _ET = "EngineType";
604
- const _ETr = "ErrorType";
605
- const _EV = "EngineVersion";
606
- const _EVn = "EndpointV2";
607
- const _En = "Endpoint";
608
- const _End = "Endpoints";
609
- const _F = "Filters";
610
- const _FL = "FilterList";
611
- const _FP = "FixedPrice";
612
- const _Fi = "Filter";
613
- const _GA = "GetApplication";
614
- const _GAR = "GetApplicationRequest";
615
- const _GARe = "GetApplicationResponse";
616
- const _GCV = "GetCompatibleVersions";
617
- const _GCVR = "GetCompatibleVersionsRequest";
618
- const _GCVRe = "GetCompatibleVersionsResponse";
619
- const _GDAS = "GetDefaultApplicationSetting";
620
- const _GDASR = "GetDefaultApplicationSettingRequest";
621
- const _GDASRe = "GetDefaultApplicationSettingResponse";
622
- const _GDMS = "GetDomainMaintenanceStatus";
623
- const _GDMSR = "GetDomainMaintenanceStatusRequest";
624
- const _GDMSRe = "GetDomainMaintenanceStatusResponse";
625
- const _GDQDS = "GetDirectQueryDataSource";
626
- const _GDQDSR = "GetDirectQueryDataSourceRequest";
627
- const _GDQDSRe = "GetDirectQueryDataSourceResponse";
628
- const _GDS = "GetDataSource";
629
- const _GDSR = "GetDataSourceRequest";
630
- const _GDSRe = "GetDataSourceResponse";
631
- const _GI = "GetIndex";
632
- const _GIR = "GetIndexRequest";
633
- const _GIRe = "GetIndexResponse";
634
- const _GPVH = "GetPackageVersionHistory";
635
- const _GPVHR = "GetPackageVersionHistoryRequest";
636
- const _GPVHRe = "GetPackageVersionHistoryResponse";
637
- const _GUH = "GetUpgradeHistory";
638
- const _GUHR = "GetUpgradeHistoryRequest";
639
- const _GUHRe = "GetUpgradeHistoryResponse";
640
- const _GUS = "GetUpgradeStatus";
641
- const _GUSR = "GetUpgradeStatusRequest";
642
- const _GUSRe = "GetUpgradeStatusResponse";
643
- const _H = "Hours";
644
- const _I = "Iops";
645
- const _IAMFO = "IAMFederationOptions";
646
- const _IAMFOI = "IAMFederationOptionsInput";
647
- const _IAMFOO = "IAMFederationOptionsOutput";
648
- const _IB = "InitiatedBy";
649
- const _IC = "InstanceCount";
650
- const _ICAARN = "IdentityCenterApplicationARN";
651
- const _ICIARN = "IdentityCenterInstanceARN";
652
- const _ICL = "InstanceCountLimits";
653
- const _ICO = "IdentityCenterOptions";
654
- const _ICOI = "IdentityCenterOptionsInput";
655
- const _ICOS = "IdentityCenterOptionsStatus";
656
- const _ICS = "InboundConnectionStatus";
657
- const _ICn = "InboundConnection";
658
- const _ICnb = "InboundConnections";
659
- const _IE = "InternalException";
660
- const _IICO = "IamIdentityCenterOptions";
661
- const _IICOI = "IamIdentityCenterOptionsInput";
662
- const _IL = "InstanceLimits";
663
- const _IN = "IndexName";
664
- const _IPAT = "IPAddressType";
665
- const _IPATS = "IPAddressTypeStatus";
666
- const _IPI = "IdentityPoolId";
667
- const _IPTE = "InvalidPaginationTokenException";
668
- const _IR = "InstanceRole";
669
- const _IS = "IndexSchema";
670
- const _ISI = "IdentityStoreId";
671
- const _IT = "InstanceType";
672
- const _ITD = "InstanceTypeDetails";
673
- const _ITDL = "InstanceTypeDetailsList";
674
- const _ITE = "InvalidTypeException";
675
- const _IUDE = "InternalUserDatabaseEnabled";
676
- const _Id = "Idp";
677
- const _Id_ = "Id";
678
- const _Is = "Issues";
679
- const _JWTO = "JWTOptions";
680
- const _JWTOI = "JWTOptionsInput";
681
- const _JWTOO = "JWTOptionsOutput";
682
- const _K = "Key";
683
- const _KARA = "KeyAccessRoleArn";
684
- const _KKI = "KmsKeyId";
685
- const _KKIm = "KmsKeyIdentifier";
686
- const _KSAE = "KeyStoreAccessEnabled";
687
- const _KSAO = "KeyStoreAccessOption";
688
- const _L = "Limits";
689
- const _LA = "ListApplications";
690
- const _LAR = "ListApplicationsRequest";
691
- const _LARi = "ListApplicationsResponse";
692
- const _LBR = "LimitsByRole";
693
- const _LDFP = "ListDomainsForPackage";
694
- const _LDFPR = "ListDomainsForPackageRequest";
695
- const _LDFPRi = "ListDomainsForPackageResponse";
696
- const _LDI = "LocalDomainInfo";
697
- const _LDM = "ListDomainMaintenances";
698
- const _LDMR = "ListDomainMaintenancesRequest";
699
- const _LDMRi = "ListDomainMaintenancesResponse";
700
- const _LDN = "ListDomainNames";
701
- const _LDNR = "ListDomainNamesRequest";
702
- const _LDNRi = "ListDomainNamesResponse";
703
- const _LDQDS = "ListDirectQueryDataSources";
704
- const _LDQDSR = "ListDirectQueryDataSourcesRequest";
705
- const _LDQDSRi = "ListDirectQueryDataSourcesResponse";
706
- const _LDRC = "LoadDryRunConfig";
707
- const _LDS = "ListDataSources";
708
- const _LDSR = "ListDataSourcesRequest";
709
- const _LDSRi = "ListDataSourcesResponse";
710
- const _LEE = "LimitExceededException";
711
- const _LF = "LicenseFilepath";
712
- const _LITD = "ListInstanceTypeDetails";
713
- const _LITDR = "ListInstanceTypeDetailsRequest";
714
- const _LITDRi = "ListInstanceTypeDetailsResponse";
715
- const _LN = "LimitName";
716
- const _LPFD = "ListPackagesForDomain";
717
- const _LPFDR = "ListPackagesForDomainRequest";
718
- const _LPFDRi = "ListPackagesForDomainResponse";
719
- const _LPO = "LogPublishingOptions";
720
- const _LPOS = "LogPublishingOptionsStatus";
721
- const _LPOo = "LogPublishingOption";
722
- const _LR = "LicenseRequirement";
723
- const _LSA = "ListScheduledActions";
724
- const _LSAR = "ListScheduledActionsRequest";
725
- const _LSARi = "ListScheduledActionsResponse";
726
- const _LT = "ListTags";
727
- const _LTR = "ListTagsRequest";
728
- const _LTRi = "ListTagsResponse";
729
- const _LU = "LastUpdated";
730
- const _LUA = "LastUpdatedAt";
731
- const _LUT = "LastUpdatedTime";
732
- const _LV = "LimitValues";
733
- const _LVE = "ListVpcEndpoints";
734
- const _LVEA = "ListVpcEndpointAccess";
735
- const _LVEAR = "ListVpcEndpointAccessRequest";
736
- const _LVEARi = "ListVpcEndpointAccessResponse";
737
- const _LVEFD = "ListVpcEndpointsForDomain";
738
- const _LVEFDR = "ListVpcEndpointsForDomainRequest";
739
- const _LVEFDRi = "ListVpcEndpointsForDomainResponse";
740
- const _LVER = "ListVpcEndpointsRequest";
741
- const _LVERi = "ListVpcEndpointsResponse";
742
- const _LVR = "ListVersionsRequest";
743
- const _LVRi = "ListVersionsResponse";
744
- const _LVi = "ListVersions";
745
- const _M = "Message";
746
- const _MAZWSE = "MultiAZWithStandbyEnabled";
747
- const _MBR = "MasterBackendRole";
748
- const _MC = "MetadataContent";
749
- const _MENC = "MasterEligibleNodeCount";
750
- const _MI = "MaintenanceId";
751
- const _MIC = "MinimumInstanceCount";
752
- const _MICa = "MaximumInstanceCount";
753
- const _MN = "MasterNode";
754
- const _MP = "ModifyingProperties";
755
- const _MPL = "ModifyingPropertiesList";
756
- const _MR = "MaxResults";
757
- const _MS = "MaintenanceSchedules";
758
- const _MUARN = "MasterUserARN";
759
- const _MUN = "MasterUserName";
760
- const _MUO = "MasterUserOptions";
761
- const _MUP = "MasterUserPassword";
762
- const _Ma = "Mandatory";
763
- const _Mi = "Minutes";
764
- const _N = "Name";
765
- const _NC = "NodeConfig";
766
- const _NI = "NodeId";
767
- const _NLQGO = "NaturalLanguageQueryGenerationOptions";
768
- const _NLQGOI = "NaturalLanguageQueryGenerationOptionsInput";
769
- const _NLQGOO = "NaturalLanguageQueryGenerationOptionsOutput";
770
- const _NO = "NodeOptions";
771
- const _NOL = "NodeOptionsList";
772
- const _NOo = "NodeOption";
773
- const _NS = "NodeStatus";
774
- const _NT = "NextToken";
775
- const _NTNEO = "NodeToNodeEncryptionOptions";
776
- const _NTNEOS = "NodeToNodeEncryptionOptionsStatus";
777
- const _NTo = "NodeType";
778
- const _NV = "NewVersion";
779
- const _O = "Options";
780
- const _OC = "OutboundConnection";
781
- const _OCS = "OutboundConnectionStatus";
782
- const _OCu = "OutboundConnections";
783
- const _OD = "OptionalDeployment";
784
- const _OI = "OwnerId";
785
- const _OPW = "OffPeakWindow";
786
- const _OPWO = "OffPeakWindowOptions";
787
- const _OPWOS = "OffPeakWindowOptionsStatus";
788
- const _OS = "OptionStatus";
789
- const _OSA = "OpenSearchArns";
790
- const _Op = "Operation";
791
- const _P = "Password";
792
- const _PAC = "PackageAssociationConfiguration";
793
- const _PC = "PackageConfiguration";
794
- const _PCO = "PerformCheckOnly";
795
- const _PD = "PendingDeletion";
796
- const _PDAS = "PutDefaultApplicationSetting";
797
- const _PDASR = "PutDefaultApplicationSettingRequest";
798
- const _PDASRu = "PutDefaultApplicationSettingResponse";
799
- const _PDFA = "PackageDetailsForAssociation";
800
- const _PDFAL = "PackageDetailsForAssociationList";
801
- const _PDL = "PackageDetailsList";
802
- const _PDa = "PackageDescription";
803
- const _PDac = "PackageDetails";
804
- const _PEO = "PackageEncryptionOptions";
805
- const _PID = "PackageID";
806
- const _PK = "PublicKey";
807
- const _PL = "PackageList";
808
- const _PN = "PropertyName";
809
- const _PNa = "PackageName";
810
- const _PO = "PackageOwner";
811
- const _POa = "PaymentOption";
812
- const _PP = "PendingProperties";
813
- const _PPIDL = "PrerequisitePackageIDList";
814
- const _PPl = "PluginProperties";
815
- const _PPr = "ProgressPercent";
816
- const _PRIO = "PurchaseReservedInstanceOffering";
817
- const _PRIOR = "PurchaseReservedInstanceOfferingRequest";
818
- const _PRIORu = "PurchaseReservedInstanceOfferingResponse";
819
- const _PS = "PackageSource";
820
- const _PSa = "PackageStatus";
821
- const _PT = "PrincipalType";
822
- const _PTa = "PackageType";
823
- const _PUL = "PackageUserList";
824
- const _PV = "PackageVersion";
825
- const _PVH = "PackageVersionHistory";
826
- const _PVHL = "PackageVersionHistoryList";
827
- const _PVO = "PackageVendingOptions";
828
- const _PVe = "PendingValue";
829
- const _Pr = "Principal";
830
- const _Pro = "Processing";
831
- const _R = "Region";
832
- const _RA = "RoleArn";
833
- const _RAEE = "ResourceAlreadyExistsException";
834
- const _RAZ = "RetrieveAZs";
835
- const _RC = "RecurringCharge";
836
- const _RCA = "RecurringChargeAmount";
837
- const _RCF = "RecurringChargeFrequency";
838
- const _RCL = "RecurringChargeList";
839
- const _RCe = "RecurringCharges";
840
- const _RDI = "RemoteDomainInfo";
841
- const _RI = "ReservedInstances";
842
- const _RIC = "RejectInboundConnection";
843
- const _RICR = "RejectInboundConnectionRequest";
844
- const _RICRe = "RejectInboundConnectionResponse";
845
- const _RII = "ReservedInstanceId";
846
- const _RIL = "ReservedInstanceList";
847
- const _RIO = "ReservedInstanceOfferings";
848
- const _RIOI = "ReservedInstanceOfferingId";
849
- const _RIOL = "ReservedInstanceOfferingList";
850
- const _RIOe = "ReservedInstanceOffering";
851
- const _RIe = "ReservedInstance";
852
- const _RK = "RolesKey";
853
- const _RN = "ReservationName";
854
- const _RNFE = "ResourceNotFoundException";
855
- const _ROD = "RollbackOnDisable";
856
- const _RP = "ReferencePath";
857
- const _RRFCU = "RequiresRestartForConfigurationUpdate";
858
- const _RT = "RemoveTags";
859
- const _RTR = "RemoveTagsRequest";
860
- const _RVEA = "RevokeVpcEndpointAccess";
861
- const _RVEAR = "RevokeVpcEndpointAccessRequest";
862
- const _RVEARe = "RevokeVpcEndpointAccessResponse";
863
- const _S = "Status";
864
- const _SA = "StartAt";
865
- const _SAL = "ScheduledActionsList";
866
- const _SAMLI = "SAMLIdp";
867
- const _SAMLO = "SAMLOptions";
868
- const _SAMLOI = "SAMLOptionsInput";
869
- const _SAMLOO = "SAMLOptionsOutput";
870
- const _SATD = "ScheduledAutoTuneDetails";
871
- const _SAc = "ScheduledActions";
872
- const _SAch = "ScheduledAction";
873
- const _SAche = "ScheduleAt";
874
- const _SB = "ScheduledBy";
875
- const _SBAZC = "StandByAvailabilityZoneCount";
876
- const _SBN = "S3BucketName";
877
- const _SC = "StatusCode";
878
- const _SDM = "StartDomainMaintenance";
879
- const _SDMR = "StartDomainMaintenanceRequest";
880
- const _SDMRt = "StartDomainMaintenanceResponse";
881
- const _SGDC = "S3GlueDataCatalog";
882
- const _SGI = "SecurityGroupIds";
883
- const _SI = "SubnetIds";
884
- const _SK = "SubjectKey";
885
- const _SKe = "S3Key";
886
- const _SL = "StepsList";
887
- const _SLDQDS = "SecurityLakeDirectQueryDataSource";
888
- const _SLe = "SecurityLake";
889
- const _SM = "StatusMessage";
890
- const _SNAE = "SlotNotAvailableException";
891
- const _SO = "SnapshotOptions";
892
- const _SOS = "SnapshotOptionsStatus";
893
- const _SS = "StorageSize";
894
- const _SSO = "ServiceSoftwareOptions";
895
- const _SSSU = "StartServiceSoftwareUpdate";
896
- const _SSSUR = "StartServiceSoftwareUpdateRequest";
897
- const _SSSURt = "StartServiceSoftwareUpdateResponse";
898
- const _SSTN = "StorageSubTypeName";
899
- const _SSl = "SlotSuggestions";
900
- const _SSt = "StepStatus";
901
- const _ST = "StartTime";
902
- const _STL = "StorageTypeLimits";
903
- const _STLL = "StorageTypeLimitList";
904
- const _STLt = "StorageTypeLimit";
905
- const _STLto = "StorageTypeList";
906
- const _STM = "SessionTimeoutMinutes";
907
- const _STN = "StorageTypeName";
908
- const _STc = "ScheduledTime";
909
- const _STt = "StorageType";
910
- const _STta = "StartTimestamp";
911
- const _STto = "StorageTypes";
912
- const _SU = "SkipUnavailable";
913
- const _SUO = "SoftwareUpdateOptions";
914
- const _SUOS = "SoftwareUpdateOptionsStatus";
915
- const _SV = "SourceVersion";
916
- const _SVA = "ServerlessVectorAcceleration";
917
- const _SVE = "S3VectorsEngine";
918
- const _SVT = "StorageVolumeType";
919
- const _Se = "Service";
920
- const _Sev = "Severity";
921
- const _St = "State";
922
- const _T = "Throughput";
923
- const _TE = "ThrottlingException";
924
- const _TK = "TagKeys";
925
- const _TL = "TagList";
926
- const _TLSSP = "TLSSecurityPolicy";
927
- const _TNOS = "TotalNumberOfStages";
928
- const _TS = "TotalShards";
929
- const _TUAS = "TotalUnAssignedShards";
930
- const _TV = "TargetVersions";
931
- const _TVa = "TargetVersion";
932
- const _Ta = "Tag";
933
- const _Ty = "Type";
934
- const _U = "Username";
935
- const _UA = "UpdatedAt";
936
- const _UAR = "UpdateApplicationRequest";
937
- const _UARp = "UpdateApplicationResponse";
938
- const _UAp = "UpdateAvailable";
939
- const _UApd = "UpdateApplication";
940
- const _UD = "UpdateDate";
941
- const _UDC = "UpdateDomainConfig";
942
- const _UDCR = "UpdateDomainConfigRequest";
943
- const _UDCRp = "UpdateDomainConfigResponse";
944
- const _UDQDS = "UpdateDirectQueryDataSource";
945
- const _UDQDSR = "UpdateDirectQueryDataSourceRequest";
946
- const _UDQDSRp = "UpdateDirectQueryDataSourceResponse";
947
- const _UDR = "UpgradeDomainRequest";
948
- const _UDRp = "UpgradeDomainResponse";
949
- const _UDS = "UpdateDataSource";
950
- const _UDSR = "UpdateDataSourceRequest";
951
- const _UDSRp = "UpdateDataSourceResponse";
952
- const _UDp = "UpgradeDomain";
953
- const _UH = "UpgradeHistories";
954
- const _UHL = "UpgradeHistoryList";
955
- const _UHp = "UpgradeHistory";
956
- const _UI = "UpgradeId";
957
- const _UIR = "UpdateIndexRequest";
958
- const _UIRp = "UpdateIndexResponse";
959
- const _UIp = "UpdateIndex";
960
- const _UN = "UpgradeName";
961
- const _UOPW = "UseOffPeakWindow";
962
- const _UP = "UpgradeProcessing";
963
- const _UPI = "UserPoolId";
964
- const _UPR = "UpdatePackageRequest";
965
- const _UPRp = "UpdatePackageResponse";
966
- const _UPS = "UpdatePackageScope";
967
- const _UPSR = "UpdatePackageScopeRequest";
968
- const _UPSRp = "UpdatePackageScopeResponse";
969
- const _UPp = "UpdatePackage";
970
- const _UPs = "UsagePrice";
971
- const _US = "UpgradeStep";
972
- const _USA = "UpdateScheduledAction";
973
- const _USAR = "UpdateScheduledActionRequest";
974
- const _USARp = "UpdateScheduledActionResponse";
975
- const _USI = "UpgradeStepItem";
976
- const _USIB = "UncompressedSizeInBytes";
977
- const _USL = "UpgradeStepsList";
978
- const _USS = "UpgradeStepStatus";
979
- const _USp = "UpdateStatus";
980
- const _USpg = "UpgradeStatus";
981
- const _UV = "UpdateVersion";
982
- const _UVE = "UpdateVpcEndpoint";
983
- const _UVER = "UpdateVpcEndpointRequest";
984
- const _UVERp = "UpdateVpcEndpointResponse";
985
- const _Un = "Unit";
986
- const _V = "Value";
987
- const _VE = "VpcEndpoint";
988
- const _VEE = "VpcEndpointErrors";
989
- const _VEEL = "VpcEndpointErrorList";
990
- const _VEEp = "VpcEndpointError";
991
- const _VEI = "VpcEndpointId";
992
- const _VEIp = "VpcEndpointIds";
993
- const _VEO = "VpcEndpointOwner";
994
- const _VES = "VpcEndpointSummary";
995
- const _VESL = "VpcEndpointSummaryList";
996
- const _VEa = "ValidationException";
997
- const _VEe = "VendingEnabled";
998
- const _VEp = "VpcEndpoints";
999
- const _VF = "ValidationFailures";
1000
- const _VFa = "ValidationFailure";
1001
- const _VO = "VpcOptions";
1002
- const _VPCDI = "VPCDerivedInfo";
1003
- const _VPCDIS = "VPCDerivedInfoStatus";
1004
- const _VPCI = "VPCId";
1005
- const _VPCO = "VPCOptions";
1006
- const _VS = "VolumeSize";
1007
- const _VSe = "VersionStatus";
1008
- const _VT = "VolumeType";
1009
- const _VTa = "ValueType";
1010
- const _Va = "Values";
1011
- const _Ve = "Versions";
1012
- const _Ver = "Version";
1013
- const _WC = "WarmCount";
1014
- const _WE = "WarmEnabled";
1015
- const _WNC = "WarmNodeCount";
1016
- const _WST = "WindowStartTime";
1017
- const _WT = "WarmType";
1018
- const _ZAC = "ZoneAwarenessConfig";
1019
- const _ZAE = "ZoneAwarenessEnabled";
1020
- const _ZS = "ZoneStatus";
1021
- const _a = "arn";
1022
- const _aA = "applicationArn";
1023
- const _aC = "appConfigs";
1024
- const _ac = "action";
1025
- const _c = "client";
1026
- const _cA = "createdAt";
1027
- const _cT = "clientToken";
1028
- const _ch = "changeid";
1029
- const _dN = "domainName";
1030
- const _dRI = "dryRunId";
1031
- const _dS = "dataSources";
1032
- const _dSA = "dataSourceArn";
1033
- const _dSD = "dataSourceDescription";
1034
- const _e = "error";
1035
- const _eT = "engineType";
1036
- const _en = "endpoint";
1037
- const _ena = "enabled";
1038
- const _h = "http";
1039
- const _hE = "httpError";
1040
- const _hQ = "httpQuery";
1041
- const _i = "id";
1042
- const _iICAA = "iamIdentityCenterApplicationArn";
1043
- const _iICIA = "iamIdentityCenterInstanceArn";
1044
- const _iICO = "iamIdentityCenterOptions";
1045
- const _iRFICAA = "iamRoleForIdentityCenterApplicationArn";
1046
- const _iT = "instanceType";
1047
- const _k = "key";
1048
- const _kKA = "kmsKeyArn";
1049
- const _lDRC = "loadDryRunConfig";
1050
- const _lUA = "lastUpdatedAt";
1051
- const _m = "message";
1052
- const _mI = "maintenanceId";
1053
- const _mR = "maxResults";
1054
- const _n = "name";
1055
- const _nT = "nextToken";
1056
- const _ne = "nexttoken";
1057
- const _oI = "offeringId";
1058
- const _rAZ = "retrieveAZs";
1059
- const _rI = "reservationId";
1060
- const _s = "status";
1061
- const _sAD = "setAsDefault";
1062
- const _se = "server";
1063
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.opensearch";
1064
- const _st = "statuses";
1065
- const _tL = "tagList";
1066
- const _v = "value";
1067
- const _xN = "xmlName";
1068
- const n0 = "com.amazonaws.opensearch";
1069
- var Password = [0, n0, _P, 8, 0];
1070
- var Username = [0, n0, _U, 8, 0];
1071
- var AcceptInboundConnectionRequest$ = [3, n0, _AICR,
1072
- 0,
1073
- [_CI],
1074
- [[0, 1]], 1
1075
- ];
1076
- var AcceptInboundConnectionResponse$ = [3, n0, _AICRc,
1077
- 0,
1078
- [_C],
1079
- [() => InboundConnection$]
1080
- ];
1081
- var AccessDeniedException$ = [-3, n0, _ADE,
1082
- { [_e]: _c, [_hE]: 403 },
1083
- [_m],
1084
- [0]
1085
- ];
1086
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1087
- var AccessPoliciesStatus$ = [3, n0, _APS,
1088
- 0,
1089
- [_O, _S],
1090
- [0, () => OptionStatus$], 2
1091
- ];
1092
- var AddDataSourceRequest$ = [3, n0, _ADSR,
1093
- 0,
1094
- [_DN, _N, _DST, _D],
1095
- [[0, 1], 0, () => DataSourceType$, 0], 3
1096
- ];
1097
- var AddDataSourceResponse$ = [3, n0, _ADSRd,
1098
- 0,
1099
- [_M],
1100
- [0]
1101
- ];
1102
- var AddDirectQueryDataSourceRequest$ = [3, n0, _ADQDSR,
1103
- 0,
1104
- [_DSN, _DST, _OSA, _D, _TL],
1105
- [0, () => DirectQueryDataSourceType$, 64 | 0, 0, () => TagList], 3
1106
- ];
1107
- var AddDirectQueryDataSourceResponse$ = [3, n0, _ADQDSRd,
1108
- 0,
1109
- [_DSA],
1110
- [0]
1111
- ];
1112
- var AdditionalLimit$ = [3, n0, _AL,
1113
- 0,
1114
- [_LN, _LV],
1115
- [0, 64 | 0]
1116
- ];
1117
- var AddTagsRequest$ = [3, n0, _ATR,
1118
- 0,
1119
- [_ARN, _TL],
1120
- [0, () => TagList], 2
1121
- ];
1122
- var AdvancedOptionsStatus$ = [3, n0, _AOS,
1123
- 0,
1124
- [_O, _S],
1125
- [128 | 0, () => OptionStatus$], 2
1126
- ];
1127
- var AdvancedSecurityOptions$ = [3, n0, _ASO,
1128
- 0,
1129
- [_E, _IUDE, _SAMLO, _JWTO, _IAMFO, _AADD, _AAE],
1130
- [2, 2, () => SAMLOptionsOutput$, () => JWTOptionsOutput$, () => IAMFederationOptionsOutput$, 4, 2]
1131
- ];
1132
- var AdvancedSecurityOptionsInput$ = [3, n0, _ASOI,
1133
- 0,
1134
- [_E, _IUDE, _MUO, _SAMLO, _JWTO, _IAMFO, _AAE],
1135
- [2, 2, [() => MasterUserOptions$, 0], [() => SAMLOptionsInput$, 0], () => JWTOptionsInput$, () => IAMFederationOptionsInput$, 2]
1136
- ];
1137
- var AdvancedSecurityOptionsStatus$ = [3, n0, _ASOS,
1138
- 0,
1139
- [_O, _S],
1140
- [() => AdvancedSecurityOptions$, () => OptionStatus$], 2
1141
- ];
1142
- var AIMLOptionsInput$ = [3, n0, _AIMLOI,
1143
- 0,
1144
- [_NLQGO, _SVE, _SVA],
1145
- [() => NaturalLanguageQueryGenerationOptionsInput$, () => S3VectorsEngine$, () => ServerlessVectorAcceleration$]
1146
- ];
1147
- var AIMLOptionsOutput$ = [3, n0, _AIMLOO,
1148
- 0,
1149
- [_NLQGO, _SVE, _SVA],
1150
- [() => NaturalLanguageQueryGenerationOptionsOutput$, () => S3VectorsEngine$, () => ServerlessVectorAcceleration$]
1151
- ];
1152
- var AIMLOptionsStatus$ = [3, n0, _AIMLOS,
1153
- 0,
1154
- [_O, _S],
1155
- [() => AIMLOptionsOutput$, () => OptionStatus$]
1156
- ];
1157
- var AppConfig$ = [3, n0, _AC,
1158
- 0,
1159
- [_k, _v],
1160
- [0, 0]
1161
- ];
1162
- var ApplicationSummary$ = [3, n0, _AS,
1163
- 0,
1164
- [_i, _a, _n, _en, _s, _cA, _lUA],
1165
- [0, 0, 0, 0, 0, 4, 4]
1166
- ];
1167
- var AssociatePackageRequest$ = [3, n0, _APR,
1168
- 0,
1169
- [_PID, _DN, _PPIDL, _ACs],
1170
- [[0, 1], [0, 1], 64 | 0, () => PackageAssociationConfiguration$], 2
1171
- ];
1172
- var AssociatePackageResponse$ = [3, n0, _APRs,
1173
- 0,
1174
- [_DPD],
1175
- [() => DomainPackageDetails$]
1176
- ];
1177
- var AssociatePackagesRequest$ = [3, n0, _APRss,
1178
- 0,
1179
- [_PL, _DN],
1180
- [() => PackageDetailsForAssociationList, 0], 2
1181
- ];
1182
- var AssociatePackagesResponse$ = [3, n0, _APRsso,
1183
- 0,
1184
- [_DPDL],
1185
- [() => DomainPackageDetailsList]
1186
- ];
1187
- var AuthorizedPrincipal$ = [3, n0, _AP,
1188
- 0,
1189
- [_PT, _Pr],
1190
- [0, 0]
1191
- ];
1192
- var AuthorizeVpcEndpointAccessRequest$ = [3, n0, _AVEAR,
1193
- 0,
1194
- [_DN, _A, _Se],
1195
- [[0, 1], 0, 0], 1
1196
- ];
1197
- var AuthorizeVpcEndpointAccessResponse$ = [3, n0, _AVEARu,
1198
- 0,
1199
- [_AP],
1200
- [() => AuthorizedPrincipal$], 1
1201
- ];
1202
- var AutoTune$ = [3, n0, _AT,
1203
- 0,
1204
- [_ATT, _ATD],
1205
- [0, () => AutoTuneDetails$]
1206
- ];
1207
- var AutoTuneDetails$ = [3, n0, _ATD,
1208
- 0,
1209
- [_SATD],
1210
- [() => ScheduledAutoTuneDetails$]
1211
- ];
1212
- var AutoTuneMaintenanceSchedule$ = [3, n0, _ATMS,
1213
- 0,
1214
- [_SA, _Du, _CEFR],
1215
- [4, () => Duration$, 0]
1216
- ];
1217
- var AutoTuneOptions$ = [3, n0, _ATO,
1218
- 0,
1219
- [_DS, _ROD, _MS, _UOPW],
1220
- [0, 0, () => AutoTuneMaintenanceScheduleList, 2]
1221
- ];
1222
- var AutoTuneOptionsInput$ = [3, n0, _ATOI,
1223
- 0,
1224
- [_DS, _MS, _UOPW],
1225
- [0, () => AutoTuneMaintenanceScheduleList, 2]
1226
- ];
1227
- var AutoTuneOptionsOutput$ = [3, n0, _ATOO,
1228
- 0,
1229
- [_St, _EM, _UOPW],
1230
- [0, 0, 2]
1231
- ];
1232
- var AutoTuneOptionsStatus$ = [3, n0, _ATOS,
1233
- 0,
1234
- [_O, _S],
1235
- [() => AutoTuneOptions$, () => AutoTuneStatus$]
1236
- ];
1237
- var AutoTuneStatus$ = [3, n0, _ATS,
1238
- 0,
1239
- [_CD, _UD, _St, _UV, _EM, _PD],
1240
- [4, 4, 0, 1, 0, 2], 3
1241
- ];
1242
- var AvailabilityZoneInfo$ = [3, n0, _AZI,
1243
- 0,
1244
- [_AZN, _ZS, _CDNC, _ADNC, _TS, _TUAS],
1245
- [0, 0, 0, 0, 0, 0]
1246
- ];
1247
- var AWSDomainInformation$ = [3, n0, _AWSDI,
1248
- 0,
1249
- [_DN, _OI, _R],
1250
- [0, 0, 0], 1
1251
- ];
1252
- var BaseException$ = [-3, n0, _BE,
1253
- { [_e]: _c },
1254
- [_m],
1255
- [0]
1256
- ];
1257
- schema.TypeRegistry.for(n0).registerError(BaseException$, BaseException);
1258
- var CancelDomainConfigChangeRequest$ = [3, n0, _CDCCR,
1259
- 0,
1260
- [_DN, _DR],
1261
- [[0, 1], 2], 1
1262
- ];
1263
- var CancelDomainConfigChangeResponse$ = [3, n0, _CDCCRa,
1264
- 0,
1265
- [_CCI, _CCP, _DR],
1266
- [64 | 0, () => CancelledChangePropertyList, 2]
1267
- ];
1268
- var CancelledChangeProperty$ = [3, n0, _CCPa,
1269
- 0,
1270
- [_PN, _CV, _AV],
1271
- [0, 0, 0]
1272
- ];
1273
- var CancelServiceSoftwareUpdateRequest$ = [3, n0, _CSSUR,
1274
- 0,
1275
- [_DN],
1276
- [0], 1
1277
- ];
1278
- var CancelServiceSoftwareUpdateResponse$ = [3, n0, _CSSURa,
1279
- 0,
1280
- [_SSO],
1281
- [() => ServiceSoftwareOptions$]
1282
- ];
1283
- var ChangeProgressDetails$ = [3, n0, _CPD,
1284
- 0,
1285
- [_CIh, _M, _CCS, _IB, _ST, _LUT],
1286
- [0, 0, 0, 0, 4, 4]
1287
- ];
1288
- var ChangeProgressStage$ = [3, n0, _CPS,
1289
- 0,
1290
- [_N, _S, _D, _LU],
1291
- [0, 0, 0, 4]
1292
- ];
1293
- var ChangeProgressStatusDetails$ = [3, n0, _CPSD,
1294
- 0,
1295
- [_CIh, _ST, _S, _PP, _CP, _TNOS, _CPSh, _LUT, _CCS, _IB],
1296
- [0, 4, 0, 64 | 0, 64 | 0, 1, () => ChangeProgressStageList, 4, 0, 0]
1297
- ];
1298
- var CloudWatchDirectQueryDataSource$ = [3, n0, _CWDQDS,
1299
- 0,
1300
- [_RA],
1301
- [0], 1
1302
- ];
1303
- var ClusterConfig$ = [3, n0, _CC,
1304
- 0,
1305
- [_IT, _IC, _DME, _ZAE, _ZAC, _DMT, _DMC, _WE, _WT, _WC, _CSO, _MAZWSE, _NO],
1306
- [0, 1, 2, 2, () => ZoneAwarenessConfig$, 0, 1, 2, 0, 1, () => ColdStorageOptions$, 2, () => NodeOptionsList]
1307
- ];
1308
- var ClusterConfigStatus$ = [3, n0, _CCSl,
1309
- 0,
1310
- [_O, _S],
1311
- [() => ClusterConfig$, () => OptionStatus$], 2
1312
- ];
1313
- var CognitoOptions$ = [3, n0, _CO,
1314
- 0,
1315
- [_E, _UPI, _IPI, _RA],
1316
- [2, 0, 0, 0]
1317
- ];
1318
- var CognitoOptionsStatus$ = [3, n0, _COS,
1319
- 0,
1320
- [_O, _S],
1321
- [() => CognitoOptions$, () => OptionStatus$], 2
1322
- ];
1323
- var ColdStorageOptions$ = [3, n0, _CSO,
1324
- 0,
1325
- [_E],
1326
- [2], 1
1327
- ];
1328
- var CompatibleVersionsMap$ = [3, n0, _CVM,
1329
- 0,
1330
- [_SV, _TV],
1331
- [0, 64 | 0]
1332
- ];
1333
- var ConflictException$ = [-3, n0, _CE,
1334
- { [_e]: _c, [_hE]: 409 },
1335
- [_m],
1336
- [0]
1337
- ];
1338
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1339
- var ConnectionProperties$ = [3, n0, _CPo,
1340
- 0,
1341
- [_En, _CCSr],
1342
- [0, () => CrossClusterSearchConnectionProperties$]
1343
- ];
1344
- var CreateApplicationRequest$ = [3, n0, _CAR,
1345
- 0,
1346
- [_n, _cT, _dS, _iICO, _aC, _tL, _kKA],
1347
- [0, [0, 4], () => DataSources, () => IamIdentityCenterOptionsInput$, () => AppConfigs, () => TagList, 0], 1
1348
- ];
1349
- var CreateApplicationResponse$ = [3, n0, _CARr,
1350
- 0,
1351
- [_i, _n, _a, _dS, _iICO, _aC, _tL, _cA, _kKA],
1352
- [0, 0, 0, () => DataSources, () => IamIdentityCenterOptions$, () => AppConfigs, () => TagList, 4, 0]
1353
- ];
1354
- var CreateDomainRequest$ = [3, n0, _CDR,
1355
- 0,
1356
- [_DN, _EV, _CC, _EBSO, _APc, _IPAT, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ICO, _TL, _ATO, _OPWO, _SUO, _AIMLO],
1357
- [0, 0, () => ClusterConfig$, () => EBSOptions$, 0, 0, () => SnapshotOptions$, () => VPCOptions$, () => CognitoOptions$, () => EncryptionAtRestOptions$, () => NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => DomainEndpointOptions$, [() => AdvancedSecurityOptionsInput$, 0], () => IdentityCenterOptionsInput$, () => TagList, () => AutoTuneOptionsInput$, () => OffPeakWindowOptions$, () => SoftwareUpdateOptions$, () => AIMLOptionsInput$], 1
1358
- ];
1359
- var CreateDomainResponse$ = [3, n0, _CDRr,
1360
- 0,
1361
- [_DSo],
1362
- [() => DomainStatus$]
1363
- ];
1364
- var CreateIndexRequest$ = [3, n0, _CIR,
1365
- 0,
1366
- [_DN, _IN, _IS],
1367
- [[0, 1], 0, 15], 3
1368
- ];
1369
- var CreateIndexResponse$ = [3, n0, _CIRr,
1370
- 0,
1371
- [_S],
1372
- [0], 1
1373
- ];
1374
- var CreateOutboundConnectionRequest$ = [3, n0, _COCR,
1375
- 0,
1376
- [_LDI, _RDI, _CA, _CM, _CPo],
1377
- [() => DomainInformationContainer$, () => DomainInformationContainer$, 0, 0, () => ConnectionProperties$], 3
1378
- ];
1379
- var CreateOutboundConnectionResponse$ = [3, n0, _COCRr,
1380
- 0,
1381
- [_LDI, _RDI, _CA, _CS, _CI, _CM, _CPo],
1382
- [() => DomainInformationContainer$, () => DomainInformationContainer$, 0, () => OutboundConnectionStatus$, 0, 0, () => ConnectionProperties$]
1383
- ];
1384
- var CreatePackageRequest$ = [3, n0, _CPR,
1385
- 0,
1386
- [_PNa, _PTa, _PS, _PDa, _PC, _EV, _PVO, _PEO],
1387
- [0, 0, () => PackageSource$, 0, () => PackageConfiguration$, 0, () => PackageVendingOptions$, () => PackageEncryptionOptions$], 3
1388
- ];
1389
- var CreatePackageResponse$ = [3, n0, _CPRr,
1390
- 0,
1391
- [_PDac],
1392
- [() => PackageDetails$]
1393
- ];
1394
- var CreateVpcEndpointRequest$ = [3, n0, _CVER,
1395
- 0,
1396
- [_DA, _VO, _CT],
1397
- [0, () => VPCOptions$, 0], 2
1398
- ];
1399
- var CreateVpcEndpointResponse$ = [3, n0, _CVERr,
1400
- 0,
1401
- [_VE],
1402
- [() => VpcEndpoint$], 1
1403
- ];
1404
- var CrossClusterSearchConnectionProperties$ = [3, n0, _CCSCP,
1405
- 0,
1406
- [_SU],
1407
- [0]
1408
- ];
1409
- var DataSource$ = [3, n0, _DSa,
1410
- 0,
1411
- [_dSA, _dSD],
1412
- [0, 0]
1413
- ];
1414
- var DataSourceDetails$ = [3, n0, _DSD,
1415
- 0,
1416
- [_DST, _N, _D, _S],
1417
- [() => DataSourceType$, 0, 0, 0]
1418
- ];
1419
- var DeleteApplicationRequest$ = [3, n0, _DAR,
1420
- 0,
1421
- [_i],
1422
- [[0, 1]], 1
1423
- ];
1424
- var DeleteApplicationResponse$ = [3, n0, _DARe,
1425
- 0,
1426
- [],
1427
- []
1428
- ];
1429
- var DeleteDataSourceRequest$ = [3, n0, _DDSR,
1430
- 0,
1431
- [_DN, _N],
1432
- [[0, 1], [0, 1]], 2
1433
- ];
1434
- var DeleteDataSourceResponse$ = [3, n0, _DDSRe,
1435
- 0,
1436
- [_M],
1437
- [0]
1438
- ];
1439
- var DeleteDirectQueryDataSourceRequest$ = [3, n0, _DDQDSR,
1440
- 0,
1441
- [_DSN],
1442
- [[0, 1]], 1
1443
- ];
1444
- var DeleteDomainRequest$ = [3, n0, _DDR,
1445
- 0,
1446
- [_DN],
1447
- [[0, 1]], 1
1448
- ];
1449
- var DeleteDomainResponse$ = [3, n0, _DDRe,
1450
- 0,
1451
- [_DSo],
1452
- [() => DomainStatus$]
1453
- ];
1454
- var DeleteInboundConnectionRequest$ = [3, n0, _DICR,
1455
- 0,
1456
- [_CI],
1457
- [[0, 1]], 1
1458
- ];
1459
- var DeleteInboundConnectionResponse$ = [3, n0, _DICRe,
1460
- 0,
1461
- [_C],
1462
- [() => InboundConnection$]
1463
- ];
1464
- var DeleteIndexRequest$ = [3, n0, _DIR,
1465
- 0,
1466
- [_DN, _IN],
1467
- [[0, 1], [0, 1]], 2
1468
- ];
1469
- var DeleteIndexResponse$ = [3, n0, _DIRe,
1470
- 0,
1471
- [_S],
1472
- [0], 1
1473
- ];
1474
- var DeleteOutboundConnectionRequest$ = [3, n0, _DOCR,
1475
- 0,
1476
- [_CI],
1477
- [[0, 1]], 1
1478
- ];
1479
- var DeleteOutboundConnectionResponse$ = [3, n0, _DOCRe,
1480
- 0,
1481
- [_C],
1482
- [() => OutboundConnection$]
1483
- ];
1484
- var DeletePackageRequest$ = [3, n0, _DPR,
1485
- 0,
1486
- [_PID],
1487
- [[0, 1]], 1
1488
- ];
1489
- var DeletePackageResponse$ = [3, n0, _DPRe,
1490
- 0,
1491
- [_PDac],
1492
- [() => PackageDetails$]
1493
- ];
1494
- var DeleteVpcEndpointRequest$ = [3, n0, _DVER,
1495
- 0,
1496
- [_VEI],
1497
- [[0, 1]], 1
1498
- ];
1499
- var DeleteVpcEndpointResponse$ = [3, n0, _DVERe,
1500
- 0,
1501
- [_VES],
1502
- [() => VpcEndpointSummary$], 1
1503
- ];
1504
- var DependencyFailureException$ = [-3, n0, _DFE,
1505
- { [_e]: _c, [_hE]: 424 },
1506
- [_m],
1507
- [0]
1508
- ];
1509
- schema.TypeRegistry.for(n0).registerError(DependencyFailureException$, DependencyFailureException);
1510
- var DescribeDomainAutoTunesRequest$ = [3, n0, _DDATR,
1511
- 0,
1512
- [_DN, _MR, _NT],
1513
- [[0, 1], 1, 0], 1
1514
- ];
1515
- var DescribeDomainAutoTunesResponse$ = [3, n0, _DDATRe,
1516
- 0,
1517
- [_ATu, _NT],
1518
- [() => AutoTuneList, 0]
1519
- ];
1520
- var DescribeDomainChangeProgressRequest$ = [3, n0, _DDCPR,
1521
- 0,
1522
- [_DN, _CIh],
1523
- [[0, 1], [0, { [_hQ]: _ch }]], 1
1524
- ];
1525
- var DescribeDomainChangeProgressResponse$ = [3, n0, _DDCPRe,
1526
- 0,
1527
- [_CPSha],
1528
- [() => ChangeProgressStatusDetails$]
1529
- ];
1530
- var DescribeDomainConfigRequest$ = [3, n0, _DDCR,
1531
- 0,
1532
- [_DN],
1533
- [[0, 1]], 1
1534
- ];
1535
- var DescribeDomainConfigResponse$ = [3, n0, _DDCRe,
1536
- 0,
1537
- [_DC],
1538
- [() => DomainConfig$], 1
1539
- ];
1540
- var DescribeDomainHealthRequest$ = [3, n0, _DDHR,
1541
- 0,
1542
- [_DN],
1543
- [[0, 1]], 1
1544
- ];
1545
- var DescribeDomainHealthResponse$ = [3, n0, _DDHRe,
1546
- 0,
1547
- [_DSom, _AZC, _AAZC, _SBAZC, _DNC, _DM, _MENC, _WNC, _MN, _CH, _TS, _TUAS, _EI],
1548
- [0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, () => EnvironmentInfoList]
1549
- ];
1550
- var DescribeDomainNodesRequest$ = [3, n0, _DDNR,
1551
- 0,
1552
- [_DN],
1553
- [[0, 1]], 1
1554
- ];
1555
- var DescribeDomainNodesResponse$ = [3, n0, _DDNRe,
1556
- 0,
1557
- [_DNSL],
1558
- [() => DomainNodesStatusList]
1559
- ];
1560
- var DescribeDomainRequest$ = [3, n0, _DDRes,
1561
- 0,
1562
- [_DN],
1563
- [[0, 1]], 1
1564
- ];
1565
- var DescribeDomainResponse$ = [3, n0, _DDResc,
1566
- 0,
1567
- [_DSo],
1568
- [() => DomainStatus$], 1
1569
- ];
1570
- var DescribeDomainsRequest$ = [3, n0, _DDRescr,
1571
- 0,
1572
- [_DNo],
1573
- [64 | 0], 1
1574
- ];
1575
- var DescribeDomainsResponse$ = [3, n0, _DDRescri,
1576
- 0,
1577
- [_DSL],
1578
- [() => DomainStatusList], 1
1579
- ];
1580
- var DescribeDryRunProgressRequest$ = [3, n0, _DDRPR,
1581
- 0,
1582
- [_DN, _DRI, _LDRC],
1583
- [[0, 1], [0, { [_hQ]: _dRI }], [2, { [_hQ]: _lDRC }]], 1
1584
- ];
1585
- var DescribeDryRunProgressResponse$ = [3, n0, _DDRPRe,
1586
- 0,
1587
- [_DRPS, _DRC, _DRR],
1588
- [() => DryRunProgressStatus$, () => DomainStatus$, () => DryRunResults$]
1589
- ];
1590
- var DescribeInboundConnectionsRequest$ = [3, n0, _DICRes,
1591
- 0,
1592
- [_F, _MR, _NT],
1593
- [() => FilterList, 1, 0]
1594
- ];
1595
- var DescribeInboundConnectionsResponse$ = [3, n0, _DICResc,
1596
- 0,
1597
- [_Co, _NT],
1598
- [() => InboundConnections, 0]
1599
- ];
1600
- var DescribeInstanceTypeLimitsRequest$ = [3, n0, _DITLR,
1601
- 0,
1602
- [_IT, _EV, _DN],
1603
- [[0, 1], [0, 1], [0, { [_hQ]: _dN }]], 2
1604
- ];
1605
- var DescribeInstanceTypeLimitsResponse$ = [3, n0, _DITLRe,
1606
- 0,
1607
- [_LBR],
1608
- [() => LimitsByRole]
1609
- ];
1610
- var DescribeOutboundConnectionsRequest$ = [3, n0, _DOCRes,
1611
- 0,
1612
- [_F, _MR, _NT],
1613
- [() => FilterList, 1, 0]
1614
- ];
1615
- var DescribeOutboundConnectionsResponse$ = [3, n0, _DOCResc,
1616
- 0,
1617
- [_Co, _NT],
1618
- [() => OutboundConnections, 0]
1619
- ];
1620
- var DescribePackagesFilter$ = [3, n0, _DPF,
1621
- 0,
1622
- [_N, _V],
1623
- [0, 64 | 0]
1624
- ];
1625
- var DescribePackagesRequest$ = [3, n0, _DPRes,
1626
- 0,
1627
- [_F, _MR, _NT],
1628
- [() => DescribePackagesFilterList, 1, 0]
1629
- ];
1630
- var DescribePackagesResponse$ = [3, n0, _DPResc,
1631
- 0,
1632
- [_PDL, _NT],
1633
- [() => PackageDetailsList, 0]
1634
- ];
1635
- var DescribeReservedInstanceOfferingsRequest$ = [3, n0, _DRIOR,
1636
- 0,
1637
- [_RIOI, _MR, _NT],
1638
- [[0, { [_hQ]: _oI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1639
- ];
1640
- var DescribeReservedInstanceOfferingsResponse$ = [3, n0, _DRIORe,
1641
- 0,
1642
- [_NT, _RIO],
1643
- [0, [() => ReservedInstanceOfferingList, 0]]
1644
- ];
1645
- var DescribeReservedInstancesRequest$ = [3, n0, _DRIR,
1646
- 0,
1647
- [_RII, _MR, _NT],
1648
- [[0, { [_hQ]: _rI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1649
- ];
1650
- var DescribeReservedInstancesResponse$ = [3, n0, _DRIRe,
1651
- 0,
1652
- [_NT, _RI],
1653
- [0, [() => ReservedInstanceList, 0]]
1654
- ];
1655
- var DescribeVpcEndpointsRequest$ = [3, n0, _DVERes,
1656
- 0,
1657
- [_VEIp],
1658
- [64 | 0], 1
1659
- ];
1660
- var DescribeVpcEndpointsResponse$ = [3, n0, _DVEResc,
1661
- 0,
1662
- [_VEp, _VEE],
1663
- [() => VpcEndpoints, () => VpcEndpointErrorList], 2
1664
- ];
1665
- var DirectQueryDataSource$ = [3, n0, _DQDS,
1666
- 0,
1667
- [_DSN, _DST, _D, _OSA, _DSA, _TL],
1668
- [0, () => DirectQueryDataSourceType$, 0, 64 | 0, 0, () => TagList]
1669
- ];
1670
- var DisabledOperationException$ = [-3, n0, _DOE,
1671
- { [_e]: _c, [_hE]: 409 },
1672
- [_m],
1673
- [0]
1674
- ];
1675
- schema.TypeRegistry.for(n0).registerError(DisabledOperationException$, DisabledOperationException);
1676
- var DissociatePackageRequest$ = [3, n0, _DPRi,
1677
- 0,
1678
- [_PID, _DN],
1679
- [[0, 1], [0, 1]], 2
1680
- ];
1681
- var DissociatePackageResponse$ = [3, n0, _DPRis,
1682
- 0,
1683
- [_DPD],
1684
- [() => DomainPackageDetails$]
1685
- ];
1686
- var DissociatePackagesRequest$ = [3, n0, _DPRiss,
1687
- 0,
1688
- [_PL, _DN],
1689
- [64 | 0, 0], 2
1690
- ];
1691
- var DissociatePackagesResponse$ = [3, n0, _DPRisso,
1692
- 0,
1693
- [_DPDL],
1694
- [() => DomainPackageDetailsList]
1695
- ];
1696
- var DomainConfig$ = [3, n0, _DC,
1697
- 0,
1698
- [_EV, _CC, _EBSO, _APc, _IPAT, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _DEO, _ASO, _ICO, _ATO, _CPD, _OPWO, _SUO, _MP, _AIMLO],
1699
- [() => VersionStatus$, () => ClusterConfigStatus$, () => EBSOptionsStatus$, () => AccessPoliciesStatus$, () => IPAddressTypeStatus$, () => SnapshotOptionsStatus$, () => VPCDerivedInfoStatus$, () => CognitoOptionsStatus$, () => EncryptionAtRestOptionsStatus$, () => NodeToNodeEncryptionOptionsStatus$, () => AdvancedOptionsStatus$, () => LogPublishingOptionsStatus$, () => DomainEndpointOptionsStatus$, () => AdvancedSecurityOptionsStatus$, () => IdentityCenterOptionsStatus$, () => AutoTuneOptionsStatus$, () => ChangeProgressDetails$, () => OffPeakWindowOptionsStatus$, () => SoftwareUpdateOptionsStatus$, () => ModifyingPropertiesList, () => AIMLOptionsStatus$]
1700
- ];
1701
- var DomainEndpointOptions$ = [3, n0, _DEO,
1702
- 0,
1703
- [_EHTTPS, _TLSSP, _CEE, _CEu, _CECA],
1704
- [2, 0, 2, 0, 0]
1705
- ];
1706
- var DomainEndpointOptionsStatus$ = [3, n0, _DEOS,
1707
- 0,
1708
- [_O, _S],
1709
- [() => DomainEndpointOptions$, () => OptionStatus$], 2
1710
- ];
1711
- var DomainInfo$ = [3, n0, _DI,
1712
- 0,
1713
- [_DN, _ET],
1714
- [0, 0]
1715
- ];
1716
- var DomainInformationContainer$ = [3, n0, _DIC,
1717
- 0,
1718
- [_AWSDI],
1719
- [() => AWSDomainInformation$]
1720
- ];
1721
- var DomainMaintenanceDetails$ = [3, n0, _DMD,
1722
- 0,
1723
- [_MI, _DN, _Ac, _NI, _S, _SM, _CAr, _UA],
1724
- [0, 0, 0, 0, 0, 0, 4, 4]
1725
- ];
1726
- var DomainNodesStatus$ = [3, n0, _DNS,
1727
- 0,
1728
- [_NI, _NTo, _AZ, _IT, _NS, _STt, _SVT, _SS],
1729
- [0, 0, 0, 0, 0, 0, 0, 0]
1730
- ];
1731
- var DomainPackageDetails$ = [3, n0, _DPD,
1732
- 0,
1733
- [_PID, _PNa, _PTa, _LU, _DN, _DPS, _PV, _PPIDL, _RP, _ED, _ACs],
1734
- [0, 0, 0, 4, 0, 0, 0, 64 | 0, 0, () => ErrorDetails$, () => PackageAssociationConfiguration$]
1735
- ];
1736
- var DomainStatus$ = [3, n0, _DSo,
1737
- 0,
1738
- [_DIo, _DN, _ARN, _CC, _Cr, _De, _En, _EVn, _End, _DEVHZI, _Pro, _UP, _EV, _EBSO, _APc, _IPAT, _SO, _VPCO, _CO, _EARO, _NTNEO, _AO, _LPO, _SSO, _DEO, _ASO, _ICO, _ATO, _CPD, _OPWO, _SUO, _DPSo, _MP, _AIMLO],
1739
- [0, 0, 0, () => ClusterConfig$, 2, 2, 0, 0, 128 | 0, 0, 2, 2, 0, () => EBSOptions$, 0, 0, () => SnapshotOptions$, () => VPCDerivedInfo$, () => CognitoOptions$, () => EncryptionAtRestOptions$, () => NodeToNodeEncryptionOptions$, 128 | 0, () => LogPublishingOptions, () => ServiceSoftwareOptions$, () => DomainEndpointOptions$, () => AdvancedSecurityOptions$, () => IdentityCenterOptions$, () => AutoTuneOptionsOutput$, () => ChangeProgressDetails$, () => OffPeakWindowOptions$, () => SoftwareUpdateOptions$, 0, () => ModifyingPropertiesList, () => AIMLOptionsOutput$], 4
1740
- ];
1741
- var DryRunProgressStatus$ = [3, n0, _DRPS,
1742
- 0,
1743
- [_DRI, _DRS, _CD, _UD, _VF],
1744
- [0, 0, 0, 0, () => ValidationFailures], 4
1745
- ];
1746
- var DryRunResults$ = [3, n0, _DRR,
1747
- 0,
1748
- [_DT, _M],
1749
- [0, 0]
1750
- ];
1751
- var Duration$ = [3, n0, _Du,
1752
- 0,
1753
- [_V, _Un],
1754
- [1, 0]
1755
- ];
1756
- var EBSOptions$ = [3, n0, _EBSO,
1757
- 0,
1758
- [_EBSE, _VT, _VS, _I, _T],
1759
- [2, 0, 1, 1, 1]
1760
- ];
1761
- var EBSOptionsStatus$ = [3, n0, _EBSOS,
1762
- 0,
1763
- [_O, _S],
1764
- [() => EBSOptions$, () => OptionStatus$], 2
1765
- ];
1766
- var EncryptionAtRestOptions$ = [3, n0, _EARO,
1767
- 0,
1768
- [_E, _KKI],
1769
- [2, 0]
1770
- ];
1771
- var EncryptionAtRestOptionsStatus$ = [3, n0, _EAROS,
1772
- 0,
1773
- [_O, _S],
1774
- [() => EncryptionAtRestOptions$, () => OptionStatus$], 2
1775
- ];
1776
- var EnvironmentInfo$ = [3, n0, _EIn,
1777
- 0,
1778
- [_AZIv],
1779
- [() => AvailabilityZoneInfoList]
1780
- ];
1781
- var ErrorDetails$ = [3, n0, _ED,
1782
- 0,
1783
- [_ETr, _EM],
1784
- [0, 0]
1785
- ];
1786
- var Filter$ = [3, n0, _Fi,
1787
- 0,
1788
- [_N, _Va],
1789
- [0, 64 | 0]
1790
- ];
1791
- var GetApplicationRequest$ = [3, n0, _GAR,
1792
- 0,
1793
- [_i],
1794
- [[0, 1]], 1
1795
- ];
1796
- var GetApplicationResponse$ = [3, n0, _GARe,
1797
- 0,
1798
- [_i, _a, _n, _en, _s, _iICO, _dS, _aC, _cA, _lUA, _kKA],
1799
- [0, 0, 0, 0, 0, () => IamIdentityCenterOptions$, () => DataSources, () => AppConfigs, 4, 4, 0]
1800
- ];
1801
- var GetCompatibleVersionsRequest$ = [3, n0, _GCVR,
1802
- 0,
1803
- [_DN],
1804
- [[0, { [_hQ]: _dN }]]
1805
- ];
1806
- var GetCompatibleVersionsResponse$ = [3, n0, _GCVRe,
1807
- 0,
1808
- [_CVo],
1809
- [() => CompatibleVersionsList]
1810
- ];
1811
- var GetDataSourceRequest$ = [3, n0, _GDSR,
1812
- 0,
1813
- [_DN, _N],
1814
- [[0, 1], [0, 1]], 2
1815
- ];
1816
- var GetDataSourceResponse$ = [3, n0, _GDSRe,
1817
- 0,
1818
- [_DST, _N, _D, _S],
1819
- [() => DataSourceType$, 0, 0, 0]
1820
- ];
1821
- var GetDefaultApplicationSettingRequest$ = [3, n0, _GDASR,
1822
- 0,
1823
- [],
1824
- []
1825
- ];
1826
- var GetDefaultApplicationSettingResponse$ = [3, n0, _GDASRe,
1827
- 0,
1828
- [_aA],
1829
- [0]
1830
- ];
1831
- var GetDirectQueryDataSourceRequest$ = [3, n0, _GDQDSR,
1832
- 0,
1833
- [_DSN],
1834
- [[0, 1]], 1
1835
- ];
1836
- var GetDirectQueryDataSourceResponse$ = [3, n0, _GDQDSRe,
1837
- 0,
1838
- [_DSN, _DST, _D, _OSA, _DSA],
1839
- [0, () => DirectQueryDataSourceType$, 0, 64 | 0, 0]
1840
- ];
1841
- var GetDomainMaintenanceStatusRequest$ = [3, n0, _GDMSR,
1842
- 0,
1843
- [_DN, _MI],
1844
- [[0, 1], [0, { [_hQ]: _mI }]], 2
1845
- ];
1846
- var GetDomainMaintenanceStatusResponse$ = [3, n0, _GDMSRe,
1847
- 0,
1848
- [_S, _SM, _NI, _Ac, _CAr, _UA],
1849
- [0, 0, 0, 0, 4, 4]
1850
- ];
1851
- var GetIndexRequest$ = [3, n0, _GIR,
1852
- 0,
1853
- [_DN, _IN],
1854
- [[0, 1], [0, 1]], 2
1855
- ];
1856
- var GetIndexResponse$ = [3, n0, _GIRe,
1857
- 0,
1858
- [_IS],
1859
- [15], 1
1860
- ];
1861
- var GetPackageVersionHistoryRequest$ = [3, n0, _GPVHR,
1862
- 0,
1863
- [_PID, _MR, _NT],
1864
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1865
- ];
1866
- var GetPackageVersionHistoryResponse$ = [3, n0, _GPVHRe,
1867
- 0,
1868
- [_PID, _PVHL, _NT],
1869
- [0, () => PackageVersionHistoryList, 0]
1870
- ];
1871
- var GetUpgradeHistoryRequest$ = [3, n0, _GUHR,
1872
- 0,
1873
- [_DN, _MR, _NT],
1874
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1875
- ];
1876
- var GetUpgradeHistoryResponse$ = [3, n0, _GUHRe,
1877
- 0,
1878
- [_UH, _NT],
1879
- [() => UpgradeHistoryList, 0]
1880
- ];
1881
- var GetUpgradeStatusRequest$ = [3, n0, _GUSR,
1882
- 0,
1883
- [_DN],
1884
- [[0, 1]], 1
1885
- ];
1886
- var GetUpgradeStatusResponse$ = [3, n0, _GUSRe,
1887
- 0,
1888
- [_US, _SSt, _UN],
1889
- [0, 0, 0]
1890
- ];
1891
- var IAMFederationOptionsInput$ = [3, n0, _IAMFOI,
1892
- 0,
1893
- [_E, _SK, _RK],
1894
- [2, 0, 0]
1895
- ];
1896
- var IAMFederationOptionsOutput$ = [3, n0, _IAMFOO,
1897
- 0,
1898
- [_E, _SK, _RK],
1899
- [2, 0, 0]
1900
- ];
1901
- var IamIdentityCenterOptions$ = [3, n0, _IICO,
1902
- 0,
1903
- [_ena, _iICIA, _iRFICAA, _iICAA],
1904
- [2, 0, 0, 0]
1905
- ];
1906
- var IamIdentityCenterOptionsInput$ = [3, n0, _IICOI,
1907
- 0,
1908
- [_ena, _iICIA, _iRFICAA],
1909
- [2, 0, 0]
1910
- ];
1911
- var IdentityCenterOptions$ = [3, n0, _ICO,
1912
- 0,
1913
- [_EAPIA, _ICIARN, _SK, _RK, _ICAARN, _ISI],
1914
- [2, 0, 0, 0, 0, 0]
1915
- ];
1916
- var IdentityCenterOptionsInput$ = [3, n0, _ICOI,
1917
- 0,
1918
- [_EAPIA, _ICIARN, _SK, _RK],
1919
- [2, 0, 0, 0]
1920
- ];
1921
- var IdentityCenterOptionsStatus$ = [3, n0, _ICOS,
1922
- 0,
1923
- [_O, _S],
1924
- [() => IdentityCenterOptions$, () => OptionStatus$], 2
1925
- ];
1926
- var InboundConnection$ = [3, n0, _ICn,
1927
- 0,
1928
- [_LDI, _RDI, _CI, _CS, _CM],
1929
- [() => DomainInformationContainer$, () => DomainInformationContainer$, 0, () => InboundConnectionStatus$, 0]
1930
- ];
1931
- var InboundConnectionStatus$ = [3, n0, _ICS,
1932
- 0,
1933
- [_SC, _M],
1934
- [0, 0]
1935
- ];
1936
- var InstanceCountLimits$ = [3, n0, _ICL,
1937
- 0,
1938
- [_MIC, _MICa],
1939
- [1, 1]
1940
- ];
1941
- var InstanceLimits$ = [3, n0, _IL,
1942
- 0,
1943
- [_ICL],
1944
- [() => InstanceCountLimits$]
1945
- ];
1946
- var InstanceTypeDetails$ = [3, n0, _ITD,
1947
- 0,
1948
- [_IT, _EE, _CEo, _ALE, _ASE, _WE, _IR, _AZv],
1949
- [0, 2, 2, 2, 2, 2, 64 | 0, 64 | 0]
1950
- ];
1951
- var InternalException$ = [-3, n0, _IE,
1952
- { [_e]: _se, [_hE]: 500 },
1953
- [_m],
1954
- [0]
1955
- ];
1956
- schema.TypeRegistry.for(n0).registerError(InternalException$, InternalException);
1957
- var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
1958
- { [_e]: _c, [_hE]: 400 },
1959
- [_m],
1960
- [0]
1961
- ];
1962
- schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
1963
- var InvalidTypeException$ = [-3, n0, _ITE,
1964
- { [_e]: _c, [_hE]: 409 },
1965
- [_m],
1966
- [0]
1967
- ];
1968
- schema.TypeRegistry.for(n0).registerError(InvalidTypeException$, InvalidTypeException);
1969
- var IPAddressTypeStatus$ = [3, n0, _IPATS,
1970
- 0,
1971
- [_O, _S],
1972
- [0, () => OptionStatus$], 2
1973
- ];
1974
- var JWTOptionsInput$ = [3, n0, _JWTOI,
1975
- 0,
1976
- [_E, _SK, _RK, _PK],
1977
- [2, 0, 0, 0]
1978
- ];
1979
- var JWTOptionsOutput$ = [3, n0, _JWTOO,
1980
- 0,
1981
- [_E, _SK, _RK, _PK],
1982
- [2, 0, 0, 0]
1983
- ];
1984
- var KeyStoreAccessOption$ = [3, n0, _KSAO,
1985
- 0,
1986
- [_KSAE, _KARA],
1987
- [2, 0], 1
1988
- ];
1989
- var LimitExceededException$ = [-3, n0, _LEE,
1990
- { [_e]: _c, [_hE]: 409 },
1991
- [_m],
1992
- [0]
1993
- ];
1994
- schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1995
- var Limits$ = [3, n0, _L,
1996
- 0,
1997
- [_STto, _IL, _ALd],
1998
- [() => StorageTypeList, () => InstanceLimits$, () => AdditionalLimitList]
1999
- ];
2000
- var ListApplicationsRequest$ = [3, n0, _LAR,
2001
- 0,
2002
- [_nT, _st, _mR],
2003
- [[0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _st }], [1, { [_hQ]: _mR }]]
2004
- ];
2005
- var ListApplicationsResponse$ = [3, n0, _LARi,
2006
- 0,
2007
- [_ASp, _nT],
2008
- [() => ApplicationSummaries, 0]
2009
- ];
2010
- var ListDataSourcesRequest$ = [3, n0, _LDSR,
2011
- 0,
2012
- [_DN],
2013
- [[0, 1]], 1
2014
- ];
2015
- var ListDataSourcesResponse$ = [3, n0, _LDSRi,
2016
- 0,
2017
- [_DSat],
2018
- [() => DataSourceList]
2019
- ];
2020
- var ListDirectQueryDataSourcesRequest$ = [3, n0, _LDQDSR,
2021
- 0,
2022
- [_NT],
2023
- [[0, { [_hQ]: _ne }]]
2024
- ];
2025
- var ListDirectQueryDataSourcesResponse$ = [3, n0, _LDQDSRi,
2026
- 0,
2027
- [_NT, _DQDSi],
2028
- [0, () => DirectQueryDataSourceList]
2029
- ];
2030
- var ListDomainMaintenancesRequest$ = [3, n0, _LDMR,
2031
- 0,
2032
- [_DN, _Ac, _S, _MR, _NT],
2033
- [[0, 1], [0, { [_hQ]: _ac }], [0, { [_hQ]: _s }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
2034
- ];
2035
- var ListDomainMaintenancesResponse$ = [3, n0, _LDMRi,
2036
- 0,
2037
- [_DMo, _NT],
2038
- [() => DomainMaintenanceList, 0]
2039
- ];
2040
- var ListDomainNamesRequest$ = [3, n0, _LDNR,
2041
- 0,
2042
- [_ET],
2043
- [[0, { [_hQ]: _eT }]]
2044
- ];
2045
- var ListDomainNamesResponse$ = [3, n0, _LDNRi,
2046
- 0,
2047
- [_DNo],
2048
- [() => DomainInfoList]
2049
- ];
2050
- var ListDomainsForPackageRequest$ = [3, n0, _LDFPR,
2051
- 0,
2052
- [_PID, _MR, _NT],
2053
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
2054
- ];
2055
- var ListDomainsForPackageResponse$ = [3, n0, _LDFPRi,
2056
- 0,
2057
- [_DPDL, _NT],
2058
- [() => DomainPackageDetailsList, 0]
2059
- ];
2060
- var ListInstanceTypeDetailsRequest$ = [3, n0, _LITDR,
2061
- 0,
2062
- [_EV, _DN, _MR, _NT, _RAZ, _IT],
2063
- [[0, 1], [0, { [_hQ]: _dN }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [2, { [_hQ]: _rAZ }], [0, { [_hQ]: _iT }]], 1
2064
- ];
2065
- var ListInstanceTypeDetailsResponse$ = [3, n0, _LITDRi,
2066
- 0,
2067
- [_ITD, _NT],
2068
- [() => InstanceTypeDetailsList, 0]
2069
- ];
2070
- var ListPackagesForDomainRequest$ = [3, n0, _LPFDR,
2071
- 0,
2072
- [_DN, _MR, _NT],
2073
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
2074
- ];
2075
- var ListPackagesForDomainResponse$ = [3, n0, _LPFDRi,
2076
- 0,
2077
- [_DPDL, _NT],
2078
- [() => DomainPackageDetailsList, 0]
2079
- ];
2080
- var ListScheduledActionsRequest$ = [3, n0, _LSAR,
2081
- 0,
2082
- [_DN, _MR, _NT],
2083
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
2084
- ];
2085
- var ListScheduledActionsResponse$ = [3, n0, _LSARi,
2086
- 0,
2087
- [_SAc, _NT],
2088
- [() => ScheduledActionsList, 0]
2089
- ];
2090
- var ListTagsRequest$ = [3, n0, _LTR,
2091
- 0,
2092
- [_ARN],
2093
- [[0, { [_hQ]: _a }]], 1
2094
- ];
2095
- var ListTagsResponse$ = [3, n0, _LTRi,
2096
- 0,
2097
- [_TL],
2098
- [() => TagList]
2099
- ];
2100
- var ListVersionsRequest$ = [3, n0, _LVR,
2101
- 0,
2102
- [_MR, _NT],
2103
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
2104
- ];
2105
- var ListVersionsResponse$ = [3, n0, _LVRi,
2106
- 0,
2107
- [_Ve, _NT],
2108
- [64 | 0, 0]
2109
- ];
2110
- var ListVpcEndpointAccessRequest$ = [3, n0, _LVEAR,
2111
- 0,
2112
- [_DN, _NT],
2113
- [[0, 1], [0, { [_hQ]: _nT }]], 1
2114
- ];
2115
- var ListVpcEndpointAccessResponse$ = [3, n0, _LVEARi,
2116
- 0,
2117
- [_APL, _NT],
2118
- [() => AuthorizedPrincipalList, 0], 2
2119
- ];
2120
- var ListVpcEndpointsForDomainRequest$ = [3, n0, _LVEFDR,
2121
- 0,
2122
- [_DN, _NT],
2123
- [[0, 1], [0, { [_hQ]: _nT }]], 1
2124
- ];
2125
- var ListVpcEndpointsForDomainResponse$ = [3, n0, _LVEFDRi,
2126
- 0,
2127
- [_VESL, _NT],
2128
- [() => VpcEndpointSummaryList, 0], 2
2129
- ];
2130
- var ListVpcEndpointsRequest$ = [3, n0, _LVER,
2131
- 0,
2132
- [_NT],
2133
- [[0, { [_hQ]: _nT }]]
2134
- ];
2135
- var ListVpcEndpointsResponse$ = [3, n0, _LVERi,
2136
- 0,
2137
- [_VESL, _NT],
2138
- [() => VpcEndpointSummaryList, 0], 2
2139
- ];
2140
- var LogPublishingOption$ = [3, n0, _LPOo,
2141
- 0,
2142
- [_CWLLGA, _E],
2143
- [0, 2]
2144
- ];
2145
- var LogPublishingOptionsStatus$ = [3, n0, _LPOS,
2146
- 0,
2147
- [_O, _S],
2148
- [() => LogPublishingOptions, () => OptionStatus$]
2149
- ];
2150
- var MasterUserOptions$ = [3, n0, _MUO,
2151
- 0,
2152
- [_MUARN, _MUN, _MUP],
2153
- [0, [() => Username, 0], [() => Password, 0]]
2154
- ];
2155
- var ModifyingProperties$ = [3, n0, _MP,
2156
- 0,
2157
- [_N, _AV, _PVe, _VTa],
2158
- [0, 0, 0, 0]
2159
- ];
2160
- var NaturalLanguageQueryGenerationOptionsInput$ = [3, n0, _NLQGOI,
2161
- 0,
2162
- [_DS],
2163
- [0]
2164
- ];
2165
- var NaturalLanguageQueryGenerationOptionsOutput$ = [3, n0, _NLQGOO,
2166
- 0,
2167
- [_DS, _CSu],
2168
- [0, 0]
2169
- ];
2170
- var NodeConfig$ = [3, n0, _NC,
2171
- 0,
2172
- [_E, _Ty, _Cou],
2173
- [2, 0, 1]
2174
- ];
2175
- var NodeOption$ = [3, n0, _NOo,
2176
- 0,
2177
- [_NTo, _NC],
2178
- [0, () => NodeConfig$]
2179
- ];
2180
- var NodeToNodeEncryptionOptions$ = [3, n0, _NTNEO,
2181
- 0,
2182
- [_E],
2183
- [2]
2184
- ];
2185
- var NodeToNodeEncryptionOptionsStatus$ = [3, n0, _NTNEOS,
2186
- 0,
2187
- [_O, _S],
2188
- [() => NodeToNodeEncryptionOptions$, () => OptionStatus$], 2
2189
- ];
2190
- var OffPeakWindow$ = [3, n0, _OPW,
2191
- 0,
2192
- [_WST],
2193
- [() => WindowStartTime$]
2194
- ];
2195
- var OffPeakWindowOptions$ = [3, n0, _OPWO,
2196
- 0,
2197
- [_E, _OPW],
2198
- [2, () => OffPeakWindow$]
2199
- ];
2200
- var OffPeakWindowOptionsStatus$ = [3, n0, _OPWOS,
2201
- 0,
2202
- [_O, _S],
2203
- [() => OffPeakWindowOptions$, () => OptionStatus$]
2204
- ];
2205
- var OptionStatus$ = [3, n0, _OS,
2206
- 0,
2207
- [_CD, _UD, _St, _UV, _PD],
2208
- [4, 4, 0, 1, 2], 3
2209
- ];
2210
- var OutboundConnection$ = [3, n0, _OC,
2211
- 0,
2212
- [_LDI, _RDI, _CI, _CA, _CS, _CM, _CPo],
2213
- [() => DomainInformationContainer$, () => DomainInformationContainer$, 0, 0, () => OutboundConnectionStatus$, 0, () => ConnectionProperties$]
2214
- ];
2215
- var OutboundConnectionStatus$ = [3, n0, _OCS,
2216
- 0,
2217
- [_SC, _M],
2218
- [0, 0]
2219
- ];
2220
- var PackageAssociationConfiguration$ = [3, n0, _PAC,
2221
- 0,
2222
- [_KSAO],
2223
- [() => KeyStoreAccessOption$]
2224
- ];
2225
- var PackageConfiguration$ = [3, n0, _PC,
2226
- 0,
2227
- [_LR, _CR, _LF, _RRFCU],
2228
- [0, 0, 0, 2], 2
2229
- ];
2230
- var PackageDetails$ = [3, n0, _PDac,
2231
- 0,
2232
- [_PID, _PNa, _PTa, _PDa, _PSa, _CAr, _LUA, _APV, _ED, _EV, _APP, _APC, _ALUL, _PO, _PVO, _PEO],
2233
- [0, 0, 0, 0, 0, 4, 4, 0, () => ErrorDetails$, 0, () => PluginProperties$, () => PackageConfiguration$, 64 | 0, 0, () => PackageVendingOptions$, () => PackageEncryptionOptions$]
2234
- ];
2235
- var PackageDetailsForAssociation$ = [3, n0, _PDFA,
2236
- 0,
2237
- [_PID, _PPIDL, _ACs],
2238
- [0, 64 | 0, () => PackageAssociationConfiguration$], 1
2239
- ];
2240
- var PackageEncryptionOptions$ = [3, n0, _PEO,
2241
- 0,
2242
- [_EE, _KKIm],
2243
- [2, 0], 1
2244
- ];
2245
- var PackageSource$ = [3, n0, _PS,
2246
- 0,
2247
- [_SBN, _SKe],
2248
- [0, 0]
2249
- ];
2250
- var PackageVendingOptions$ = [3, n0, _PVO,
2251
- 0,
2252
- [_VEe],
2253
- [2], 1
2254
- ];
2255
- var PackageVersionHistory$ = [3, n0, _PVH,
2256
- 0,
2257
- [_PV, _CMo, _CAr, _PPl, _PC],
2258
- [0, 0, 4, () => PluginProperties$, () => PackageConfiguration$]
2259
- ];
2260
- var PluginProperties$ = [3, n0, _PPl,
2261
- 0,
2262
- [_N, _D, _Ver, _CN, _USIB],
2263
- [0, 0, 0, 0, 1]
2264
- ];
2265
- var PurchaseReservedInstanceOfferingRequest$ = [3, n0, _PRIOR,
2266
- 0,
2267
- [_RIOI, _RN, _IC],
2268
- [0, 0, 1], 2
2269
- ];
2270
- var PurchaseReservedInstanceOfferingResponse$ = [3, n0, _PRIORu,
2271
- 0,
2272
- [_RII, _RN],
2273
- [0, 0]
2274
- ];
2275
- var PutDefaultApplicationSettingRequest$ = [3, n0, _PDASR,
2276
- 0,
2277
- [_aA, _sAD],
2278
- [0, 2], 2
2279
- ];
2280
- var PutDefaultApplicationSettingResponse$ = [3, n0, _PDASRu,
2281
- 0,
2282
- [_aA],
2283
- [0]
2284
- ];
2285
- var RecurringCharge$ = [3, n0, _RC,
2286
- 0,
2287
- [_RCA, _RCF],
2288
- [1, 0]
2289
- ];
2290
- var RejectInboundConnectionRequest$ = [3, n0, _RICR,
2291
- 0,
2292
- [_CI],
2293
- [[0, 1]], 1
2294
- ];
2295
- var RejectInboundConnectionResponse$ = [3, n0, _RICRe,
2296
- 0,
2297
- [_C],
2298
- [() => InboundConnection$]
2299
- ];
2300
- var RemoveTagsRequest$ = [3, n0, _RTR,
2301
- 0,
2302
- [_ARN, _TK],
2303
- [0, 64 | 0], 2
2304
- ];
2305
- var ReservedInstance$ = [3, n0, _RIe,
2306
- 0,
2307
- [_RN, _RII, _BSI, _RIOI, _IT, _ST, _Du, _FP, _UPs, _CCu, _IC, _St, _POa, _RCe],
2308
- [0, 0, 1, 0, 0, 4, 1, 1, 1, 0, 1, 0, 0, [() => RecurringChargeList, 0]]
2309
- ];
2310
- var ReservedInstanceOffering$ = [3, n0, _RIOe,
2311
- 0,
2312
- [_RIOI, _IT, _Du, _FP, _UPs, _CCu, _POa, _RCe],
2313
- [0, 0, 1, 1, 1, 0, 0, [() => RecurringChargeList, 0]]
2314
- ];
2315
- var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
2316
- { [_e]: _c, [_hE]: 409 },
2317
- [_m],
2318
- [0]
2319
- ];
2320
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
2321
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
2322
- { [_e]: _c, [_hE]: 409 },
2323
- [_m],
2324
- [0]
2325
- ];
2326
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2327
- var RevokeVpcEndpointAccessRequest$ = [3, n0, _RVEAR,
2328
- 0,
2329
- [_DN, _A, _Se],
2330
- [[0, 1], 0, 0], 1
2331
- ];
2332
- var RevokeVpcEndpointAccessResponse$ = [3, n0, _RVEARe,
2333
- 0,
2334
- [],
2335
- []
2336
- ];
2337
- var S3GlueDataCatalog$ = [3, n0, _SGDC,
2338
- 0,
2339
- [_RA],
2340
- [0]
2341
- ];
2342
- var S3VectorsEngine$ = [3, n0, _SVE,
2343
- 0,
2344
- [_E],
2345
- [2]
2346
- ];
2347
- var SAMLIdp$ = [3, n0, _SAMLI,
2348
- 0,
2349
- [_MC, _EInt],
2350
- [0, 0], 2
2351
- ];
2352
- var SAMLOptionsInput$ = [3, n0, _SAMLOI,
2353
- 0,
2354
- [_E, _Id, _MUN, _MBR, _SK, _RK, _STM],
2355
- [2, () => SAMLIdp$, [() => Username, 0], 0, 0, 0, 1]
2356
- ];
2357
- var SAMLOptionsOutput$ = [3, n0, _SAMLOO,
2358
- 0,
2359
- [_E, _Id, _SK, _RK, _STM],
2360
- [2, () => SAMLIdp$, 0, 0, 1]
2361
- ];
2362
- var ScheduledAction$ = [3, n0, _SAch,
2363
- 0,
2364
- [_Id_, _Ty, _Sev, _STc, _D, _SB, _S, _Ma, _Ca],
2365
- [0, 0, 0, 1, 0, 0, 0, 2, 2], 4
2366
- ];
2367
- var ScheduledAutoTuneDetails$ = [3, n0, _SATD,
2368
- 0,
2369
- [_Da, _ATc, _Ac, _Sev],
2370
- [4, 0, 0, 0]
2371
- ];
2372
- var SecurityLakeDirectQueryDataSource$ = [3, n0, _SLDQDS,
2373
- 0,
2374
- [_RA],
2375
- [0], 1
2376
- ];
2377
- var ServerlessVectorAcceleration$ = [3, n0, _SVA,
2378
- 0,
2379
- [_E],
2380
- [2]
2381
- ];
2382
- var ServiceSoftwareOptions$ = [3, n0, _SSO,
2383
- 0,
2384
- [_CVu, _NV, _UAp, _Ca, _USp, _D, _AUD, _OD],
2385
- [0, 0, 2, 2, 0, 0, 4, 2]
2386
- ];
2387
- var SlotNotAvailableException$ = [-3, n0, _SNAE,
2388
- { [_e]: _c, [_hE]: 409 },
2389
- [_SSl, _m],
2390
- [64 | 1, 0]
2391
- ];
2392
- schema.TypeRegistry.for(n0).registerError(SlotNotAvailableException$, SlotNotAvailableException);
2393
- var SnapshotOptions$ = [3, n0, _SO,
2394
- 0,
2395
- [_ASSH],
2396
- [1]
2397
- ];
2398
- var SnapshotOptionsStatus$ = [3, n0, _SOS,
2399
- 0,
2400
- [_O, _S],
2401
- [() => SnapshotOptions$, () => OptionStatus$], 2
2402
- ];
2403
- var SoftwareUpdateOptions$ = [3, n0, _SUO,
2404
- 0,
2405
- [_ASUE],
2406
- [2]
2407
- ];
2408
- var SoftwareUpdateOptionsStatus$ = [3, n0, _SUOS,
2409
- 0,
2410
- [_O, _S],
2411
- [() => SoftwareUpdateOptions$, () => OptionStatus$]
2412
- ];
2413
- var StartDomainMaintenanceRequest$ = [3, n0, _SDMR,
2414
- 0,
2415
- [_DN, _Ac, _NI],
2416
- [[0, 1], 0, 0], 2
2417
- ];
2418
- var StartDomainMaintenanceResponse$ = [3, n0, _SDMRt,
2419
- 0,
2420
- [_MI],
2421
- [0]
2422
- ];
2423
- var StartServiceSoftwareUpdateRequest$ = [3, n0, _SSSUR,
2424
- 0,
2425
- [_DN, _SAche, _DSTe],
2426
- [0, 0, 1], 1
2427
- ];
2428
- var StartServiceSoftwareUpdateResponse$ = [3, n0, _SSSURt,
2429
- 0,
2430
- [_SSO],
2431
- [() => ServiceSoftwareOptions$]
2432
- ];
2433
- var StorageType$ = [3, n0, _STt,
2434
- 0,
2435
- [_STN, _SSTN, _STL],
2436
- [0, 0, () => StorageTypeLimitList]
2437
- ];
2438
- var StorageTypeLimit$ = [3, n0, _STLt,
2439
- 0,
2440
- [_LN, _LV],
2441
- [0, 64 | 0]
2442
- ];
2443
- var Tag$ = [3, n0, _Ta,
2444
- 0,
2445
- [_K, _V],
2446
- [0, 0], 2
2447
- ];
2448
- var ThrottlingException$ = [-3, n0, _TE,
2449
- { [_e]: _c, [_hE]: 429 },
2450
- [_m],
2451
- [0]
2452
- ];
2453
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2454
- var UpdateApplicationRequest$ = [3, n0, _UAR,
2455
- 0,
2456
- [_i, _dS, _aC],
2457
- [[0, 1], () => DataSources, () => AppConfigs], 1
2458
- ];
2459
- var UpdateApplicationResponse$ = [3, n0, _UARp,
2460
- 0,
2461
- [_i, _n, _a, _dS, _iICO, _aC, _cA, _lUA],
2462
- [0, 0, 0, () => DataSources, () => IamIdentityCenterOptions$, () => AppConfigs, 4, 4]
2463
- ];
2464
- var UpdateDataSourceRequest$ = [3, n0, _UDSR,
2465
- 0,
2466
- [_DN, _N, _DST, _D, _S],
2467
- [[0, 1], [0, 1], () => DataSourceType$, 0, 0], 3
2468
- ];
2469
- var UpdateDataSourceResponse$ = [3, n0, _UDSRp,
2470
- 0,
2471
- [_M],
2472
- [0]
2473
- ];
2474
- var UpdateDirectQueryDataSourceRequest$ = [3, n0, _UDQDSR,
2475
- 0,
2476
- [_DSN, _DST, _OSA, _D],
2477
- [[0, 1], () => DirectQueryDataSourceType$, 64 | 0, 0], 3
2478
- ];
2479
- var UpdateDirectQueryDataSourceResponse$ = [3, n0, _UDQDSRp,
2480
- 0,
2481
- [_DSA],
2482
- [0]
2483
- ];
2484
- var UpdateDomainConfigRequest$ = [3, n0, _UDCR,
2485
- 0,
2486
- [_DN, _CC, _EBSO, _SO, _VPCO, _CO, _AO, _APc, _IPAT, _LPO, _EARO, _DEO, _NTNEO, _ASO, _ICO, _ATO, _DR, _DRM, _OPWO, _SUO, _AIMLO],
2487
- [[0, 1], () => ClusterConfig$, () => EBSOptions$, () => SnapshotOptions$, () => VPCOptions$, () => CognitoOptions$, 128 | 0, 0, 0, () => LogPublishingOptions, () => EncryptionAtRestOptions$, () => DomainEndpointOptions$, () => NodeToNodeEncryptionOptions$, [() => AdvancedSecurityOptionsInput$, 0], () => IdentityCenterOptionsInput$, () => AutoTuneOptions$, 2, 0, () => OffPeakWindowOptions$, () => SoftwareUpdateOptions$, () => AIMLOptionsInput$], 1
2488
- ];
2489
- var UpdateDomainConfigResponse$ = [3, n0, _UDCRp,
2490
- 0,
2491
- [_DC, _DRR, _DRPS],
2492
- [() => DomainConfig$, () => DryRunResults$, () => DryRunProgressStatus$], 1
2493
- ];
2494
- var UpdateIndexRequest$ = [3, n0, _UIR,
2495
- 0,
2496
- [_DN, _IN, _IS],
2497
- [[0, 1], [0, 1], 15], 3
2498
- ];
2499
- var UpdateIndexResponse$ = [3, n0, _UIRp,
2500
- 0,
2501
- [_S],
2502
- [0], 1
2503
- ];
2504
- var UpdatePackageRequest$ = [3, n0, _UPR,
2505
- 0,
2506
- [_PID, _PS, _PDa, _CMo, _PC, _PEO],
2507
- [0, () => PackageSource$, 0, 0, () => PackageConfiguration$, () => PackageEncryptionOptions$], 2
2508
- ];
2509
- var UpdatePackageResponse$ = [3, n0, _UPRp,
2510
- 0,
2511
- [_PDac],
2512
- [() => PackageDetails$]
2513
- ];
2514
- var UpdatePackageScopeRequest$ = [3, n0, _UPSR,
2515
- 0,
2516
- [_PID, _Op, _PUL],
2517
- [0, 0, 64 | 0], 3
2518
- ];
2519
- var UpdatePackageScopeResponse$ = [3, n0, _UPSRp,
2520
- 0,
2521
- [_PID, _Op, _PUL],
2522
- [0, 0, 64 | 0]
2523
- ];
2524
- var UpdateScheduledActionRequest$ = [3, n0, _USAR,
2525
- 0,
2526
- [_DN, _AID, _ATc, _SAche, _DSTe],
2527
- [[0, 1], 0, 0, 0, 1], 4
2528
- ];
2529
- var UpdateScheduledActionResponse$ = [3, n0, _USARp,
2530
- 0,
2531
- [_SAch],
2532
- [() => ScheduledAction$]
2533
- ];
2534
- var UpdateVpcEndpointRequest$ = [3, n0, _UVER,
2535
- 0,
2536
- [_VEI, _VO],
2537
- [0, () => VPCOptions$], 2
2538
- ];
2539
- var UpdateVpcEndpointResponse$ = [3, n0, _UVERp,
2540
- 0,
2541
- [_VE],
2542
- [() => VpcEndpoint$], 1
2543
- ];
2544
- var UpgradeDomainRequest$ = [3, n0, _UDR,
2545
- 0,
2546
- [_DN, _TVa, _PCO, _AO],
2547
- [0, 0, 2, 128 | 0], 2
2548
- ];
2549
- var UpgradeDomainResponse$ = [3, n0, _UDRp,
2550
- 0,
2551
- [_UI, _DN, _TVa, _PCO, _AO, _CPD],
2552
- [0, 0, 0, 2, 128 | 0, () => ChangeProgressDetails$]
2553
- ];
2554
- var UpgradeHistory$ = [3, n0, _UHp,
2555
- 0,
2556
- [_UN, _STta, _USpg, _SL],
2557
- [0, 4, 0, () => UpgradeStepsList]
2558
- ];
2559
- var UpgradeStepItem$ = [3, n0, _USI,
2560
- 0,
2561
- [_US, _USS, _Is, _PPr],
2562
- [0, 0, 64 | 0, 1]
2563
- ];
2564
- var ValidationException$ = [-3, n0, _VEa,
2565
- { [_e]: _c, [_hE]: 400 },
2566
- [_m],
2567
- [0]
2568
- ];
2569
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2570
- var ValidationFailure$ = [3, n0, _VFa,
2571
- 0,
2572
- [_Cod, _M],
2573
- [0, 0]
2574
- ];
2575
- var VersionStatus$ = [3, n0, _VSe,
2576
- 0,
2577
- [_O, _S],
2578
- [0, () => OptionStatus$], 2
2579
- ];
2580
- var VPCDerivedInfo$ = [3, n0, _VPCDI,
2581
- 0,
2582
- [_VPCI, _SI, _AZv, _SGI],
2583
- [0, 64 | 0, 64 | 0, 64 | 0]
2584
- ];
2585
- var VPCDerivedInfoStatus$ = [3, n0, _VPCDIS,
2586
- 0,
2587
- [_O, _S],
2588
- [() => VPCDerivedInfo$, () => OptionStatus$], 2
2589
- ];
2590
- var VpcEndpoint$ = [3, n0, _VE,
2591
- 0,
2592
- [_VEI, _VEO, _DA, _VO, _S, _En],
2593
- [0, 0, 0, () => VPCDerivedInfo$, 0, 0]
2594
- ];
2595
- var VpcEndpointError$ = [3, n0, _VEEp,
2596
- 0,
2597
- [_VEI, _EC, _EM],
2598
- [0, 0, 0]
2599
- ];
2600
- var VpcEndpointSummary$ = [3, n0, _VES,
2601
- 0,
2602
- [_VEI, _VEO, _DA, _S],
2603
- [0, 0, 0, 0]
2604
- ];
2605
- var VPCOptions$ = [3, n0, _VPCO,
2606
- 0,
2607
- [_SI, _SGI],
2608
- [64 | 0, 64 | 0]
2609
- ];
2610
- var WindowStartTime$ = [3, n0, _WST,
2611
- 0,
2612
- [_H, _Mi],
2613
- [1, 1], 2
2614
- ];
2615
- var ZoneAwarenessConfig$ = [3, n0, _ZAC,
2616
- 0,
2617
- [_AZC],
2618
- [1]
2619
- ];
2620
- var __Unit = "unit";
2621
- var OpenSearchServiceException$ = [-3, _sm, "OpenSearchServiceException", 0, [], []];
2622
- schema.TypeRegistry.for(_sm).registerError(OpenSearchServiceException$, OpenSearchServiceException);
2623
- var AdditionalLimitList = [1, n0, _ALL,
2624
- 0, () => AdditionalLimit$
2625
- ];
2626
- var AppConfigs = [1, n0, _ACp,
2627
- 0, () => AppConfig$
2628
- ];
2629
- var ApplicationSummaries = [1, n0, _ASp,
2630
- 0, () => ApplicationSummary$
2631
- ];
2632
- var AuthorizedPrincipalList = [1, n0, _APL,
2633
- 0, () => AuthorizedPrincipal$
2634
- ];
2635
- var AutoTuneList = [1, n0, _ATL,
2636
- 0, () => AutoTune$
2637
- ];
2638
- var AutoTuneMaintenanceScheduleList = [1, n0, _ATMSL,
2639
- 0, () => AutoTuneMaintenanceSchedule$
2640
- ];
2641
- var AvailabilityZoneInfoList = [1, n0, _AZIL,
2642
- 0, () => AvailabilityZoneInfo$
2643
- ];
2644
- var CancelledChangePropertyList = [1, n0, _CCPL,
2645
- 0, () => CancelledChangeProperty$
2646
- ];
2647
- var ChangeProgressStageList = [1, n0, _CPSL,
2648
- 0, () => ChangeProgressStage$
2649
- ];
2650
- var CompatibleVersionsList = [1, n0, _CVL,
2651
- 0, () => CompatibleVersionsMap$
2652
- ];
2653
- var DataSourceList = [1, n0, _DSLa,
2654
- 0, () => DataSourceDetails$
2655
- ];
2656
- var DataSources = [1, n0, _DSat,
2657
- 0, () => DataSource$
2658
- ];
2659
- var DescribePackagesFilterList = [1, n0, _DPFL,
2660
- 0, () => DescribePackagesFilter$
2661
- ];
2662
- var DirectQueryDataSourceList = [1, n0, _DQDSL,
2663
- 0, () => DirectQueryDataSource$
2664
- ];
2665
- var DomainInfoList = [1, n0, _DIL,
2666
- 0, () => DomainInfo$
2667
- ];
2668
- var DomainMaintenanceList = [1, n0, _DML,
2669
- 0, () => DomainMaintenanceDetails$
2670
- ];
2671
- var DomainNodesStatusList = [1, n0, _DNSL,
2672
- 0, () => DomainNodesStatus$
2673
- ];
2674
- var DomainPackageDetailsList = [1, n0, _DPDL,
2675
- 0, () => DomainPackageDetails$
2676
- ];
2677
- var DomainStatusList = [1, n0, _DSL,
2678
- 0, () => DomainStatus$
2679
- ];
2680
- var EnvironmentInfoList = [1, n0, _EIL,
2681
- 0, () => EnvironmentInfo$
2682
- ];
2683
- var FilterList = [1, n0, _FL,
2684
- 0, () => Filter$
2685
- ];
2686
- var InboundConnections = [1, n0, _ICnb,
2687
- 0, () => InboundConnection$
2688
- ];
2689
- var InstanceTypeDetailsList = [1, n0, _ITDL,
2690
- 0, () => InstanceTypeDetails$
2691
- ];
2692
- var ModifyingPropertiesList = [1, n0, _MPL,
2693
- 0, () => ModifyingProperties$
2694
- ];
2695
- var NodeOptionsList = [1, n0, _NOL,
2696
- 0, () => NodeOption$
2697
- ];
2698
- var OutboundConnections = [1, n0, _OCu,
2699
- 0, () => OutboundConnection$
2700
- ];
2701
- var PackageDetailsForAssociationList = [1, n0, _PDFAL,
2702
- 0, () => PackageDetailsForAssociation$
2703
- ];
2704
- var PackageDetailsList = [1, n0, _PDL,
2705
- 0, () => PackageDetails$
2706
- ];
2707
- var PackageVersionHistoryList = [1, n0, _PVHL,
2708
- 0, () => PackageVersionHistory$
2709
- ];
2710
- var RecurringChargeList = [1, n0, _RCL,
2711
- 0, [() => RecurringCharge$,
2712
- { [_xN]: _RC }]
2713
- ];
2714
- var ReservedInstanceList = [1, n0, _RIL,
2715
- 0, [() => ReservedInstance$,
2716
- 0]
2717
- ];
2718
- var ReservedInstanceOfferingList = [1, n0, _RIOL,
2719
- 0, [() => ReservedInstanceOffering$,
2720
- { [_xN]: _RIOe }]
2721
- ];
2722
- var ScheduledActionsList = [1, n0, _SAL,
2723
- 0, () => ScheduledAction$
2724
- ];
2725
- var StorageTypeLimitList = [1, n0, _STLL,
2726
- 0, () => StorageTypeLimit$
2727
- ];
2728
- var StorageTypeList = [1, n0, _STLto,
2729
- 0, () => StorageType$
2730
- ];
2731
- var TagList = [1, n0, _TL,
2732
- 0, () => Tag$
2733
- ];
2734
- var UpgradeHistoryList = [1, n0, _UHL,
2735
- 0, () => UpgradeHistory$
2736
- ];
2737
- var UpgradeStepsList = [1, n0, _USL,
2738
- 0, () => UpgradeStepItem$
2739
- ];
2740
- var ValidationFailures = [1, n0, _VF,
2741
- 0, () => ValidationFailure$
2742
- ];
2743
- var VpcEndpointErrorList = [1, n0, _VEEL,
2744
- 0, () => VpcEndpointError$
2745
- ];
2746
- var VpcEndpoints = [1, n0, _VEp,
2747
- 0, () => VpcEndpoint$
2748
- ];
2749
- var VpcEndpointSummaryList = [1, n0, _VESL,
2750
- 0, () => VpcEndpointSummary$
2751
- ];
2752
- var LimitsByRole = [2, n0, _LBR,
2753
- 0, 0, () => Limits$
2754
- ];
2755
- var LogPublishingOptions = [2, n0, _LPO,
2756
- 0, 0, () => LogPublishingOption$
2757
- ];
2758
- var DataSourceType$ = [4, n0, _DST,
2759
- 0,
2760
- [_SGDC],
2761
- [() => S3GlueDataCatalog$]
2762
- ];
2763
- var DirectQueryDataSourceType$ = [4, n0, _DQDST,
2764
- 0,
2765
- [_CWL, _SLe],
2766
- [() => CloudWatchDirectQueryDataSource$, () => SecurityLakeDirectQueryDataSource$]
2767
- ];
2768
- var AcceptInboundConnection$ = [9, n0, _AIC,
2769
- { [_h]: ["PUT", "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/accept", 200] }, () => AcceptInboundConnectionRequest$, () => AcceptInboundConnectionResponse$
2770
- ];
2771
- var AddDataSource$ = [9, n0, _ADS,
2772
- { [_h]: ["POST", "/2021-01-01/opensearch/domain/{DomainName}/dataSource", 200] }, () => AddDataSourceRequest$, () => AddDataSourceResponse$
2773
- ];
2774
- var AddDirectQueryDataSource$ = [9, n0, _ADQDS,
2775
- { [_h]: ["POST", "/2021-01-01/opensearch/directQueryDataSource", 200] }, () => AddDirectQueryDataSourceRequest$, () => AddDirectQueryDataSourceResponse$
2776
- ];
2777
- var AddTags$ = [9, n0, _ATd,
2778
- { [_h]: ["POST", "/2021-01-01/tags", 200] }, () => AddTagsRequest$, () => __Unit
2779
- ];
2780
- var AssociatePackage$ = [9, n0, _APs,
2781
- { [_h]: ["POST", "/2021-01-01/packages/associate/{PackageID}/{DomainName}", 200] }, () => AssociatePackageRequest$, () => AssociatePackageResponse$
2782
- ];
2783
- var AssociatePackages$ = [9, n0, _APss,
2784
- { [_h]: ["POST", "/2021-01-01/packages/associateMultiple", 200] }, () => AssociatePackagesRequest$, () => AssociatePackagesResponse$
2785
- ];
2786
- var AuthorizeVpcEndpointAccess$ = [9, n0, _AVEA,
2787
- { [_h]: ["POST", "/2021-01-01/opensearch/domain/{DomainName}/authorizeVpcEndpointAccess", 200] }, () => AuthorizeVpcEndpointAccessRequest$, () => AuthorizeVpcEndpointAccessResponse$
2788
- ];
2789
- var CancelDomainConfigChange$ = [9, n0, _CDCC,
2790
- { [_h]: ["POST", "/2021-01-01/opensearch/domain/{DomainName}/config/cancel", 200] }, () => CancelDomainConfigChangeRequest$, () => CancelDomainConfigChangeResponse$
2791
- ];
2792
- var CancelServiceSoftwareUpdate$ = [9, n0, _CSSU,
2793
- { [_h]: ["POST", "/2021-01-01/opensearch/serviceSoftwareUpdate/cancel", 200] }, () => CancelServiceSoftwareUpdateRequest$, () => CancelServiceSoftwareUpdateResponse$
2794
- ];
2795
- var CreateApplication$ = [9, n0, _CAre,
2796
- { [_h]: ["POST", "/2021-01-01/opensearch/application", 200] }, () => CreateApplicationRequest$, () => CreateApplicationResponse$
2797
- ];
2798
- var CreateDomain$ = [9, n0, _CDr,
2799
- { [_h]: ["POST", "/2021-01-01/opensearch/domain", 200] }, () => CreateDomainRequest$, () => CreateDomainResponse$
2800
- ];
2801
- var CreateIndex$ = [9, n0, _CIr,
2802
- { [_h]: ["POST", "/2021-01-01/opensearch/domain/{DomainName}/index", 200] }, () => CreateIndexRequest$, () => CreateIndexResponse$
2803
- ];
2804
- var CreateOutboundConnection$ = [9, n0, _COC,
2805
- { [_h]: ["POST", "/2021-01-01/opensearch/cc/outboundConnection", 200] }, () => CreateOutboundConnectionRequest$, () => CreateOutboundConnectionResponse$
2806
- ];
2807
- var CreatePackage$ = [9, n0, _CPr,
2808
- { [_h]: ["POST", "/2021-01-01/packages", 200] }, () => CreatePackageRequest$, () => CreatePackageResponse$
2809
- ];
2810
- var CreateVpcEndpoint$ = [9, n0, _CVE,
2811
- { [_h]: ["POST", "/2021-01-01/opensearch/vpcEndpoints", 200] }, () => CreateVpcEndpointRequest$, () => CreateVpcEndpointResponse$
2812
- ];
2813
- var DeleteApplication$ = [9, n0, _DAe,
2814
- { [_h]: ["DELETE", "/2021-01-01/opensearch/application/{id}", 200] }, () => DeleteApplicationRequest$, () => DeleteApplicationResponse$
2815
- ];
2816
- var DeleteDataSource$ = [9, n0, _DDS,
2817
- { [_h]: ["DELETE", "/2021-01-01/opensearch/domain/{DomainName}/dataSource/{Name}", 200] }, () => DeleteDataSourceRequest$, () => DeleteDataSourceResponse$
2818
- ];
2819
- var DeleteDirectQueryDataSource$ = [9, n0, _DDQDS,
2820
- { [_h]: ["DELETE", "/2021-01-01/opensearch/directQueryDataSource/{DataSourceName}", 200] }, () => DeleteDirectQueryDataSourceRequest$, () => __Unit
2821
- ];
2822
- var DeleteDomain$ = [9, n0, _DD,
2823
- { [_h]: ["DELETE", "/2021-01-01/opensearch/domain/{DomainName}", 200] }, () => DeleteDomainRequest$, () => DeleteDomainResponse$
2824
- ];
2825
- var DeleteInboundConnection$ = [9, n0, _DICe,
2826
- { [_h]: ["DELETE", "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}", 200] }, () => DeleteInboundConnectionRequest$, () => DeleteInboundConnectionResponse$
2827
- ];
2828
- var DeleteIndex$ = [9, n0, _DIe,
2829
- { [_h]: ["DELETE", "/2021-01-01/opensearch/domain/{DomainName}/index/{IndexName}", 200] }, () => DeleteIndexRequest$, () => DeleteIndexResponse$
2830
- ];
2831
- var DeleteOutboundConnection$ = [9, n0, _DOC,
2832
- { [_h]: ["DELETE", "/2021-01-01/opensearch/cc/outboundConnection/{ConnectionId}", 200] }, () => DeleteOutboundConnectionRequest$, () => DeleteOutboundConnectionResponse$
2833
- ];
2834
- var DeletePackage$ = [9, n0, _DP,
2835
- { [_h]: ["DELETE", "/2021-01-01/packages/{PackageID}", 200] }, () => DeletePackageRequest$, () => DeletePackageResponse$
2836
- ];
2837
- var DeleteVpcEndpoint$ = [9, n0, _DVE,
2838
- { [_h]: ["DELETE", "/2021-01-01/opensearch/vpcEndpoints/{VpcEndpointId}", 200] }, () => DeleteVpcEndpointRequest$, () => DeleteVpcEndpointResponse$
2839
- ];
2840
- var DescribeDomain$ = [9, n0, _DDe,
2841
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}", 200] }, () => DescribeDomainRequest$, () => DescribeDomainResponse$
2842
- ];
2843
- var DescribeDomainAutoTunes$ = [9, n0, _DDAT,
2844
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/autoTunes", 200] }, () => DescribeDomainAutoTunesRequest$, () => DescribeDomainAutoTunesResponse$
2845
- ];
2846
- var DescribeDomainChangeProgress$ = [9, n0, _DDCP,
2847
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/progress", 200] }, () => DescribeDomainChangeProgressRequest$, () => DescribeDomainChangeProgressResponse$
2848
- ];
2849
- var DescribeDomainConfig$ = [9, n0, _DDC,
2850
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/config", 200] }, () => DescribeDomainConfigRequest$, () => DescribeDomainConfigResponse$
2851
- ];
2852
- var DescribeDomainHealth$ = [9, n0, _DDH,
2853
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/health", 200] }, () => DescribeDomainHealthRequest$, () => DescribeDomainHealthResponse$
2854
- ];
2855
- var DescribeDomainNodes$ = [9, n0, _DDN,
2856
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/nodes", 200] }, () => DescribeDomainNodesRequest$, () => DescribeDomainNodesResponse$
2857
- ];
2858
- var DescribeDomains$ = [9, n0, _DDes,
2859
- { [_h]: ["POST", "/2021-01-01/opensearch/domain-info", 200] }, () => DescribeDomainsRequest$, () => DescribeDomainsResponse$
2860
- ];
2861
- var DescribeDryRunProgress$ = [9, n0, _DDRP,
2862
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/dryRun", 200] }, () => DescribeDryRunProgressRequest$, () => DescribeDryRunProgressResponse$
2863
- ];
2864
- var DescribeInboundConnections$ = [9, n0, _DICes,
2865
- { [_h]: ["POST", "/2021-01-01/opensearch/cc/inboundConnection/search", 200] }, () => DescribeInboundConnectionsRequest$, () => DescribeInboundConnectionsResponse$
2866
- ];
2867
- var DescribeInstanceTypeLimits$ = [9, n0, _DITL,
2868
- { [_h]: ["GET", "/2021-01-01/opensearch/instanceTypeLimits/{EngineVersion}/{InstanceType}", 200] }, () => DescribeInstanceTypeLimitsRequest$, () => DescribeInstanceTypeLimitsResponse$
2869
- ];
2870
- var DescribeOutboundConnections$ = [9, n0, _DOCe,
2871
- { [_h]: ["POST", "/2021-01-01/opensearch/cc/outboundConnection/search", 200] }, () => DescribeOutboundConnectionsRequest$, () => DescribeOutboundConnectionsResponse$
2872
- ];
2873
- var DescribePackages$ = [9, n0, _DPe,
2874
- { [_h]: ["POST", "/2021-01-01/packages/describe", 200] }, () => DescribePackagesRequest$, () => DescribePackagesResponse$
2875
- ];
2876
- var DescribeReservedInstanceOfferings$ = [9, n0, _DRIO,
2877
- { [_h]: ["GET", "/2021-01-01/opensearch/reservedInstanceOfferings", 200] }, () => DescribeReservedInstanceOfferingsRequest$, () => DescribeReservedInstanceOfferingsResponse$
2878
- ];
2879
- var DescribeReservedInstances$ = [9, n0, _DRIe,
2880
- { [_h]: ["GET", "/2021-01-01/opensearch/reservedInstances", 200] }, () => DescribeReservedInstancesRequest$, () => DescribeReservedInstancesResponse$
2881
- ];
2882
- var DescribeVpcEndpoints$ = [9, n0, _DVEe,
2883
- { [_h]: ["POST", "/2021-01-01/opensearch/vpcEndpoints/describe", 200] }, () => DescribeVpcEndpointsRequest$, () => DescribeVpcEndpointsResponse$
2884
- ];
2885
- var DissociatePackage$ = [9, n0, _DPi,
2886
- { [_h]: ["POST", "/2021-01-01/packages/dissociate/{PackageID}/{DomainName}", 200] }, () => DissociatePackageRequest$, () => DissociatePackageResponse$
2887
- ];
2888
- var DissociatePackages$ = [9, n0, _DPis,
2889
- { [_h]: ["POST", "/2021-01-01/packages/dissociateMultiple", 200] }, () => DissociatePackagesRequest$, () => DissociatePackagesResponse$
2890
- ];
2891
- var GetApplication$ = [9, n0, _GA,
2892
- { [_h]: ["GET", "/2021-01-01/opensearch/application/{id}", 200] }, () => GetApplicationRequest$, () => GetApplicationResponse$
2893
- ];
2894
- var GetCompatibleVersions$ = [9, n0, _GCV,
2895
- { [_h]: ["GET", "/2021-01-01/opensearch/compatibleVersions", 200] }, () => GetCompatibleVersionsRequest$, () => GetCompatibleVersionsResponse$
2896
- ];
2897
- var GetDataSource$ = [9, n0, _GDS,
2898
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/dataSource/{Name}", 200] }, () => GetDataSourceRequest$, () => GetDataSourceResponse$
2899
- ];
2900
- var GetDefaultApplicationSetting$ = [9, n0, _GDAS,
2901
- { [_h]: ["GET", "/2021-01-01/opensearch/defaultApplicationSetting", 200] }, () => GetDefaultApplicationSettingRequest$, () => GetDefaultApplicationSettingResponse$
2902
- ];
2903
- var GetDirectQueryDataSource$ = [9, n0, _GDQDS,
2904
- { [_h]: ["GET", "/2021-01-01/opensearch/directQueryDataSource/{DataSourceName}", 200] }, () => GetDirectQueryDataSourceRequest$, () => GetDirectQueryDataSourceResponse$
2905
- ];
2906
- var GetDomainMaintenanceStatus$ = [9, n0, _GDMS,
2907
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance", 200] }, () => GetDomainMaintenanceStatusRequest$, () => GetDomainMaintenanceStatusResponse$
2908
- ];
2909
- var GetIndex$ = [9, n0, _GI,
2910
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/index/{IndexName}", 200] }, () => GetIndexRequest$, () => GetIndexResponse$
2911
- ];
2912
- var GetPackageVersionHistory$ = [9, n0, _GPVH,
2913
- { [_h]: ["GET", "/2021-01-01/packages/{PackageID}/history", 200] }, () => GetPackageVersionHistoryRequest$, () => GetPackageVersionHistoryResponse$
2914
- ];
2915
- var GetUpgradeHistory$ = [9, n0, _GUH,
2916
- { [_h]: ["GET", "/2021-01-01/opensearch/upgradeDomain/{DomainName}/history", 200] }, () => GetUpgradeHistoryRequest$, () => GetUpgradeHistoryResponse$
2917
- ];
2918
- var GetUpgradeStatus$ = [9, n0, _GUS,
2919
- { [_h]: ["GET", "/2021-01-01/opensearch/upgradeDomain/{DomainName}/status", 200] }, () => GetUpgradeStatusRequest$, () => GetUpgradeStatusResponse$
2920
- ];
2921
- var ListApplications$ = [9, n0, _LA,
2922
- { [_h]: ["GET", "/2021-01-01/opensearch/list-applications", 200] }, () => ListApplicationsRequest$, () => ListApplicationsResponse$
2923
- ];
2924
- var ListDataSources$ = [9, n0, _LDS,
2925
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/dataSource", 200] }, () => ListDataSourcesRequest$, () => ListDataSourcesResponse$
2926
- ];
2927
- var ListDirectQueryDataSources$ = [9, n0, _LDQDS,
2928
- { [_h]: ["GET", "/2021-01-01/opensearch/directQueryDataSource", 200] }, () => ListDirectQueryDataSourcesRequest$, () => ListDirectQueryDataSourcesResponse$
2929
- ];
2930
- var ListDomainMaintenances$ = [9, n0, _LDM,
2931
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenances", 200] }, () => ListDomainMaintenancesRequest$, () => ListDomainMaintenancesResponse$
2932
- ];
2933
- var ListDomainNames$ = [9, n0, _LDN,
2934
- { [_h]: ["GET", "/2021-01-01/domain", 200] }, () => ListDomainNamesRequest$, () => ListDomainNamesResponse$
2935
- ];
2936
- var ListDomainsForPackage$ = [9, n0, _LDFP,
2937
- { [_h]: ["GET", "/2021-01-01/packages/{PackageID}/domains", 200] }, () => ListDomainsForPackageRequest$, () => ListDomainsForPackageResponse$
2938
- ];
2939
- var ListInstanceTypeDetails$ = [9, n0, _LITD,
2940
- { [_h]: ["GET", "/2021-01-01/opensearch/instanceTypeDetails/{EngineVersion}", 200] }, () => ListInstanceTypeDetailsRequest$, () => ListInstanceTypeDetailsResponse$
2941
- ];
2942
- var ListPackagesForDomain$ = [9, n0, _LPFD,
2943
- { [_h]: ["GET", "/2021-01-01/domain/{DomainName}/packages", 200] }, () => ListPackagesForDomainRequest$, () => ListPackagesForDomainResponse$
2944
- ];
2945
- var ListScheduledActions$ = [9, n0, _LSA,
2946
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/scheduledActions", 200] }, () => ListScheduledActionsRequest$, () => ListScheduledActionsResponse$
2947
- ];
2948
- var ListTags$ = [9, n0, _LT,
2949
- { [_h]: ["GET", "/2021-01-01/tags", 200] }, () => ListTagsRequest$, () => ListTagsResponse$
2950
- ];
2951
- var ListVersions$ = [9, n0, _LVi,
2952
- { [_h]: ["GET", "/2021-01-01/opensearch/versions", 200] }, () => ListVersionsRequest$, () => ListVersionsResponse$
2953
- ];
2954
- var ListVpcEndpointAccess$ = [9, n0, _LVEA,
2955
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/listVpcEndpointAccess", 200] }, () => ListVpcEndpointAccessRequest$, () => ListVpcEndpointAccessResponse$
2956
- ];
2957
- var ListVpcEndpoints$ = [9, n0, _LVE,
2958
- { [_h]: ["GET", "/2021-01-01/opensearch/vpcEndpoints", 200] }, () => ListVpcEndpointsRequest$, () => ListVpcEndpointsResponse$
2959
- ];
2960
- var ListVpcEndpointsForDomain$ = [9, n0, _LVEFD,
2961
- { [_h]: ["GET", "/2021-01-01/opensearch/domain/{DomainName}/vpcEndpoints", 200] }, () => ListVpcEndpointsForDomainRequest$, () => ListVpcEndpointsForDomainResponse$
2962
- ];
2963
- var PurchaseReservedInstanceOffering$ = [9, n0, _PRIO,
2964
- { [_h]: ["POST", "/2021-01-01/opensearch/purchaseReservedInstanceOffering", 200] }, () => PurchaseReservedInstanceOfferingRequest$, () => PurchaseReservedInstanceOfferingResponse$
2965
- ];
2966
- var PutDefaultApplicationSetting$ = [9, n0, _PDAS,
2967
- { [_h]: ["PUT", "/2021-01-01/opensearch/defaultApplicationSetting", 200] }, () => PutDefaultApplicationSettingRequest$, () => PutDefaultApplicationSettingResponse$
2968
- ];
2969
- var RejectInboundConnection$ = [9, n0, _RIC,
2970
- { [_h]: ["PUT", "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/reject", 200] }, () => RejectInboundConnectionRequest$, () => RejectInboundConnectionResponse$
2971
- ];
2972
- var RemoveTags$ = [9, n0, _RT,
2973
- { [_h]: ["POST", "/2021-01-01/tags-removal", 200] }, () => RemoveTagsRequest$, () => __Unit
2974
- ];
2975
- var RevokeVpcEndpointAccess$ = [9, n0, _RVEA,
2976
- { [_h]: ["POST", "/2021-01-01/opensearch/domain/{DomainName}/revokeVpcEndpointAccess", 200] }, () => RevokeVpcEndpointAccessRequest$, () => RevokeVpcEndpointAccessResponse$
2977
- ];
2978
- var StartDomainMaintenance$ = [9, n0, _SDM,
2979
- { [_h]: ["POST", "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance", 200] }, () => StartDomainMaintenanceRequest$, () => StartDomainMaintenanceResponse$
2980
- ];
2981
- var StartServiceSoftwareUpdate$ = [9, n0, _SSSU,
2982
- { [_h]: ["POST", "/2021-01-01/opensearch/serviceSoftwareUpdate/start", 200] }, () => StartServiceSoftwareUpdateRequest$, () => StartServiceSoftwareUpdateResponse$
2983
- ];
2984
- var UpdateApplication$ = [9, n0, _UApd,
2985
- { [_h]: ["PUT", "/2021-01-01/opensearch/application/{id}", 200] }, () => UpdateApplicationRequest$, () => UpdateApplicationResponse$
2986
- ];
2987
- var UpdateDataSource$ = [9, n0, _UDS,
2988
- { [_h]: ["PUT", "/2021-01-01/opensearch/domain/{DomainName}/dataSource/{Name}", 200] }, () => UpdateDataSourceRequest$, () => UpdateDataSourceResponse$
2989
- ];
2990
- var UpdateDirectQueryDataSource$ = [9, n0, _UDQDS,
2991
- { [_h]: ["PUT", "/2021-01-01/opensearch/directQueryDataSource/{DataSourceName}", 200] }, () => UpdateDirectQueryDataSourceRequest$, () => UpdateDirectQueryDataSourceResponse$
2992
- ];
2993
- var UpdateDomainConfig$ = [9, n0, _UDC,
2994
- { [_h]: ["POST", "/2021-01-01/opensearch/domain/{DomainName}/config", 200] }, () => UpdateDomainConfigRequest$, () => UpdateDomainConfigResponse$
2995
- ];
2996
- var UpdateIndex$ = [9, n0, _UIp,
2997
- { [_h]: ["PUT", "/2021-01-01/opensearch/domain/{DomainName}/index/{IndexName}", 200] }, () => UpdateIndexRequest$, () => UpdateIndexResponse$
2998
- ];
2999
- var UpdatePackage$ = [9, n0, _UPp,
3000
- { [_h]: ["POST", "/2021-01-01/packages/update", 200] }, () => UpdatePackageRequest$, () => UpdatePackageResponse$
3001
- ];
3002
- var UpdatePackageScope$ = [9, n0, _UPS,
3003
- { [_h]: ["POST", "/2021-01-01/packages/updateScope", 200] }, () => UpdatePackageScopeRequest$, () => UpdatePackageScopeResponse$
3004
- ];
3005
- var UpdateScheduledAction$ = [9, n0, _USA,
3006
- { [_h]: ["PUT", "/2021-01-01/opensearch/domain/{DomainName}/scheduledAction/update", 200] }, () => UpdateScheduledActionRequest$, () => UpdateScheduledActionResponse$
3007
- ];
3008
- var UpdateVpcEndpoint$ = [9, n0, _UVE,
3009
- { [_h]: ["POST", "/2021-01-01/opensearch/vpcEndpoints/update", 200] }, () => UpdateVpcEndpointRequest$, () => UpdateVpcEndpointResponse$
3010
- ];
3011
- var UpgradeDomain$ = [9, n0, _UDp,
3012
- { [_h]: ["POST", "/2021-01-01/opensearch/upgradeDomain", 200] }, () => UpgradeDomainRequest$, () => UpgradeDomainResponse$
3013
- ];
3014
-
3015
116
  class AcceptInboundConnectionCommand extends smithyClient.Command
3016
117
  .classBuilder()
3017
118
  .ep(commonParams)
@@ -3020,7 +121,7 @@ class AcceptInboundConnectionCommand extends smithyClient.Command
3020
121
  })
3021
122
  .s("AmazonOpenSearchService", "AcceptInboundConnection", {})
3022
123
  .n("OpenSearchClient", "AcceptInboundConnectionCommand")
3023
- .sc(AcceptInboundConnection$)
124
+ .sc(schemas_0.AcceptInboundConnection$)
3024
125
  .build() {
3025
126
  }
3026
127
 
@@ -3032,7 +133,7 @@ class AddDataSourceCommand extends smithyClient.Command
3032
133
  })
3033
134
  .s("AmazonOpenSearchService", "AddDataSource", {})
3034
135
  .n("OpenSearchClient", "AddDataSourceCommand")
3035
- .sc(AddDataSource$)
136
+ .sc(schemas_0.AddDataSource$)
3036
137
  .build() {
3037
138
  }
3038
139
 
@@ -3044,7 +145,7 @@ class AddDirectQueryDataSourceCommand extends smithyClient.Command
3044
145
  })
3045
146
  .s("AmazonOpenSearchService", "AddDirectQueryDataSource", {})
3046
147
  .n("OpenSearchClient", "AddDirectQueryDataSourceCommand")
3047
- .sc(AddDirectQueryDataSource$)
148
+ .sc(schemas_0.AddDirectQueryDataSource$)
3048
149
  .build() {
3049
150
  }
3050
151
 
@@ -3056,7 +157,7 @@ class AddTagsCommand extends smithyClient.Command
3056
157
  })
3057
158
  .s("AmazonOpenSearchService", "AddTags", {})
3058
159
  .n("OpenSearchClient", "AddTagsCommand")
3059
- .sc(AddTags$)
160
+ .sc(schemas_0.AddTags$)
3060
161
  .build() {
3061
162
  }
3062
163
 
@@ -3068,7 +169,7 @@ class AssociatePackageCommand extends smithyClient.Command
3068
169
  })
3069
170
  .s("AmazonOpenSearchService", "AssociatePackage", {})
3070
171
  .n("OpenSearchClient", "AssociatePackageCommand")
3071
- .sc(AssociatePackage$)
172
+ .sc(schemas_0.AssociatePackage$)
3072
173
  .build() {
3073
174
  }
3074
175
 
@@ -3080,7 +181,7 @@ class AssociatePackagesCommand extends smithyClient.Command
3080
181
  })
3081
182
  .s("AmazonOpenSearchService", "AssociatePackages", {})
3082
183
  .n("OpenSearchClient", "AssociatePackagesCommand")
3083
- .sc(AssociatePackages$)
184
+ .sc(schemas_0.AssociatePackages$)
3084
185
  .build() {
3085
186
  }
3086
187
 
@@ -3092,7 +193,7 @@ class AuthorizeVpcEndpointAccessCommand extends smithyClient.Command
3092
193
  })
3093
194
  .s("AmazonOpenSearchService", "AuthorizeVpcEndpointAccess", {})
3094
195
  .n("OpenSearchClient", "AuthorizeVpcEndpointAccessCommand")
3095
- .sc(AuthorizeVpcEndpointAccess$)
196
+ .sc(schemas_0.AuthorizeVpcEndpointAccess$)
3096
197
  .build() {
3097
198
  }
3098
199
 
@@ -3104,7 +205,7 @@ class CancelDomainConfigChangeCommand extends smithyClient.Command
3104
205
  })
3105
206
  .s("AmazonOpenSearchService", "CancelDomainConfigChange", {})
3106
207
  .n("OpenSearchClient", "CancelDomainConfigChangeCommand")
3107
- .sc(CancelDomainConfigChange$)
208
+ .sc(schemas_0.CancelDomainConfigChange$)
3108
209
  .build() {
3109
210
  }
3110
211
 
@@ -3116,7 +217,7 @@ class CancelServiceSoftwareUpdateCommand extends smithyClient.Command
3116
217
  })
3117
218
  .s("AmazonOpenSearchService", "CancelServiceSoftwareUpdate", {})
3118
219
  .n("OpenSearchClient", "CancelServiceSoftwareUpdateCommand")
3119
- .sc(CancelServiceSoftwareUpdate$)
220
+ .sc(schemas_0.CancelServiceSoftwareUpdate$)
3120
221
  .build() {
3121
222
  }
3122
223
 
@@ -3128,7 +229,7 @@ class CreateApplicationCommand extends smithyClient.Command
3128
229
  })
3129
230
  .s("AmazonOpenSearchService", "CreateApplication", {})
3130
231
  .n("OpenSearchClient", "CreateApplicationCommand")
3131
- .sc(CreateApplication$)
232
+ .sc(schemas_0.CreateApplication$)
3132
233
  .build() {
3133
234
  }
3134
235
 
@@ -3140,7 +241,7 @@ class CreateDomainCommand extends smithyClient.Command
3140
241
  })
3141
242
  .s("AmazonOpenSearchService", "CreateDomain", {})
3142
243
  .n("OpenSearchClient", "CreateDomainCommand")
3143
- .sc(CreateDomain$)
244
+ .sc(schemas_0.CreateDomain$)
3144
245
  .build() {
3145
246
  }
3146
247
 
@@ -3152,7 +253,7 @@ class CreateIndexCommand extends smithyClient.Command
3152
253
  })
3153
254
  .s("AmazonOpenSearchService", "CreateIndex", {})
3154
255
  .n("OpenSearchClient", "CreateIndexCommand")
3155
- .sc(CreateIndex$)
256
+ .sc(schemas_0.CreateIndex$)
3156
257
  .build() {
3157
258
  }
3158
259
 
@@ -3164,7 +265,7 @@ class CreateOutboundConnectionCommand extends smithyClient.Command
3164
265
  })
3165
266
  .s("AmazonOpenSearchService", "CreateOutboundConnection", {})
3166
267
  .n("OpenSearchClient", "CreateOutboundConnectionCommand")
3167
- .sc(CreateOutboundConnection$)
268
+ .sc(schemas_0.CreateOutboundConnection$)
3168
269
  .build() {
3169
270
  }
3170
271
 
@@ -3176,7 +277,7 @@ class CreatePackageCommand extends smithyClient.Command
3176
277
  })
3177
278
  .s("AmazonOpenSearchService", "CreatePackage", {})
3178
279
  .n("OpenSearchClient", "CreatePackageCommand")
3179
- .sc(CreatePackage$)
280
+ .sc(schemas_0.CreatePackage$)
3180
281
  .build() {
3181
282
  }
3182
283
 
@@ -3188,7 +289,7 @@ class CreateVpcEndpointCommand extends smithyClient.Command
3188
289
  })
3189
290
  .s("AmazonOpenSearchService", "CreateVpcEndpoint", {})
3190
291
  .n("OpenSearchClient", "CreateVpcEndpointCommand")
3191
- .sc(CreateVpcEndpoint$)
292
+ .sc(schemas_0.CreateVpcEndpoint$)
3192
293
  .build() {
3193
294
  }
3194
295
 
@@ -3200,7 +301,7 @@ class DeleteApplicationCommand extends smithyClient.Command
3200
301
  })
3201
302
  .s("AmazonOpenSearchService", "DeleteApplication", {})
3202
303
  .n("OpenSearchClient", "DeleteApplicationCommand")
3203
- .sc(DeleteApplication$)
304
+ .sc(schemas_0.DeleteApplication$)
3204
305
  .build() {
3205
306
  }
3206
307
 
@@ -3212,7 +313,7 @@ class DeleteDataSourceCommand extends smithyClient.Command
3212
313
  })
3213
314
  .s("AmazonOpenSearchService", "DeleteDataSource", {})
3214
315
  .n("OpenSearchClient", "DeleteDataSourceCommand")
3215
- .sc(DeleteDataSource$)
316
+ .sc(schemas_0.DeleteDataSource$)
3216
317
  .build() {
3217
318
  }
3218
319
 
@@ -3224,7 +325,7 @@ class DeleteDirectQueryDataSourceCommand extends smithyClient.Command
3224
325
  })
3225
326
  .s("AmazonOpenSearchService", "DeleteDirectQueryDataSource", {})
3226
327
  .n("OpenSearchClient", "DeleteDirectQueryDataSourceCommand")
3227
- .sc(DeleteDirectQueryDataSource$)
328
+ .sc(schemas_0.DeleteDirectQueryDataSource$)
3228
329
  .build() {
3229
330
  }
3230
331
 
@@ -3236,7 +337,7 @@ class DeleteDomainCommand extends smithyClient.Command
3236
337
  })
3237
338
  .s("AmazonOpenSearchService", "DeleteDomain", {})
3238
339
  .n("OpenSearchClient", "DeleteDomainCommand")
3239
- .sc(DeleteDomain$)
340
+ .sc(schemas_0.DeleteDomain$)
3240
341
  .build() {
3241
342
  }
3242
343
 
@@ -3248,7 +349,7 @@ class DeleteInboundConnectionCommand extends smithyClient.Command
3248
349
  })
3249
350
  .s("AmazonOpenSearchService", "DeleteInboundConnection", {})
3250
351
  .n("OpenSearchClient", "DeleteInboundConnectionCommand")
3251
- .sc(DeleteInboundConnection$)
352
+ .sc(schemas_0.DeleteInboundConnection$)
3252
353
  .build() {
3253
354
  }
3254
355
 
@@ -3260,7 +361,7 @@ class DeleteIndexCommand extends smithyClient.Command
3260
361
  })
3261
362
  .s("AmazonOpenSearchService", "DeleteIndex", {})
3262
363
  .n("OpenSearchClient", "DeleteIndexCommand")
3263
- .sc(DeleteIndex$)
364
+ .sc(schemas_0.DeleteIndex$)
3264
365
  .build() {
3265
366
  }
3266
367
 
@@ -3272,7 +373,7 @@ class DeleteOutboundConnectionCommand extends smithyClient.Command
3272
373
  })
3273
374
  .s("AmazonOpenSearchService", "DeleteOutboundConnection", {})
3274
375
  .n("OpenSearchClient", "DeleteOutboundConnectionCommand")
3275
- .sc(DeleteOutboundConnection$)
376
+ .sc(schemas_0.DeleteOutboundConnection$)
3276
377
  .build() {
3277
378
  }
3278
379
 
@@ -3284,7 +385,7 @@ class DeletePackageCommand extends smithyClient.Command
3284
385
  })
3285
386
  .s("AmazonOpenSearchService", "DeletePackage", {})
3286
387
  .n("OpenSearchClient", "DeletePackageCommand")
3287
- .sc(DeletePackage$)
388
+ .sc(schemas_0.DeletePackage$)
3288
389
  .build() {
3289
390
  }
3290
391
 
@@ -3296,7 +397,7 @@ class DeleteVpcEndpointCommand extends smithyClient.Command
3296
397
  })
3297
398
  .s("AmazonOpenSearchService", "DeleteVpcEndpoint", {})
3298
399
  .n("OpenSearchClient", "DeleteVpcEndpointCommand")
3299
- .sc(DeleteVpcEndpoint$)
400
+ .sc(schemas_0.DeleteVpcEndpoint$)
3300
401
  .build() {
3301
402
  }
3302
403
 
@@ -3308,7 +409,7 @@ class DescribeDomainAutoTunesCommand extends smithyClient.Command
3308
409
  })
3309
410
  .s("AmazonOpenSearchService", "DescribeDomainAutoTunes", {})
3310
411
  .n("OpenSearchClient", "DescribeDomainAutoTunesCommand")
3311
- .sc(DescribeDomainAutoTunes$)
412
+ .sc(schemas_0.DescribeDomainAutoTunes$)
3312
413
  .build() {
3313
414
  }
3314
415
 
@@ -3320,7 +421,7 @@ class DescribeDomainChangeProgressCommand extends smithyClient.Command
3320
421
  })
3321
422
  .s("AmazonOpenSearchService", "DescribeDomainChangeProgress", {})
3322
423
  .n("OpenSearchClient", "DescribeDomainChangeProgressCommand")
3323
- .sc(DescribeDomainChangeProgress$)
424
+ .sc(schemas_0.DescribeDomainChangeProgress$)
3324
425
  .build() {
3325
426
  }
3326
427
 
@@ -3332,7 +433,7 @@ class DescribeDomainCommand extends smithyClient.Command
3332
433
  })
3333
434
  .s("AmazonOpenSearchService", "DescribeDomain", {})
3334
435
  .n("OpenSearchClient", "DescribeDomainCommand")
3335
- .sc(DescribeDomain$)
436
+ .sc(schemas_0.DescribeDomain$)
3336
437
  .build() {
3337
438
  }
3338
439
 
@@ -3344,7 +445,7 @@ class DescribeDomainConfigCommand extends smithyClient.Command
3344
445
  })
3345
446
  .s("AmazonOpenSearchService", "DescribeDomainConfig", {})
3346
447
  .n("OpenSearchClient", "DescribeDomainConfigCommand")
3347
- .sc(DescribeDomainConfig$)
448
+ .sc(schemas_0.DescribeDomainConfig$)
3348
449
  .build() {
3349
450
  }
3350
451
 
@@ -3356,7 +457,7 @@ class DescribeDomainHealthCommand extends smithyClient.Command
3356
457
  })
3357
458
  .s("AmazonOpenSearchService", "DescribeDomainHealth", {})
3358
459
  .n("OpenSearchClient", "DescribeDomainHealthCommand")
3359
- .sc(DescribeDomainHealth$)
460
+ .sc(schemas_0.DescribeDomainHealth$)
3360
461
  .build() {
3361
462
  }
3362
463
 
@@ -3368,7 +469,7 @@ class DescribeDomainNodesCommand extends smithyClient.Command
3368
469
  })
3369
470
  .s("AmazonOpenSearchService", "DescribeDomainNodes", {})
3370
471
  .n("OpenSearchClient", "DescribeDomainNodesCommand")
3371
- .sc(DescribeDomainNodes$)
472
+ .sc(schemas_0.DescribeDomainNodes$)
3372
473
  .build() {
3373
474
  }
3374
475
 
@@ -3380,7 +481,7 @@ class DescribeDomainsCommand extends smithyClient.Command
3380
481
  })
3381
482
  .s("AmazonOpenSearchService", "DescribeDomains", {})
3382
483
  .n("OpenSearchClient", "DescribeDomainsCommand")
3383
- .sc(DescribeDomains$)
484
+ .sc(schemas_0.DescribeDomains$)
3384
485
  .build() {
3385
486
  }
3386
487
 
@@ -3392,7 +493,7 @@ class DescribeDryRunProgressCommand extends smithyClient.Command
3392
493
  })
3393
494
  .s("AmazonOpenSearchService", "DescribeDryRunProgress", {})
3394
495
  .n("OpenSearchClient", "DescribeDryRunProgressCommand")
3395
- .sc(DescribeDryRunProgress$)
496
+ .sc(schemas_0.DescribeDryRunProgress$)
3396
497
  .build() {
3397
498
  }
3398
499
 
@@ -3404,7 +505,7 @@ class DescribeInboundConnectionsCommand extends smithyClient.Command
3404
505
  })
3405
506
  .s("AmazonOpenSearchService", "DescribeInboundConnections", {})
3406
507
  .n("OpenSearchClient", "DescribeInboundConnectionsCommand")
3407
- .sc(DescribeInboundConnections$)
508
+ .sc(schemas_0.DescribeInboundConnections$)
3408
509
  .build() {
3409
510
  }
3410
511
 
@@ -3416,7 +517,7 @@ class DescribeInstanceTypeLimitsCommand extends smithyClient.Command
3416
517
  })
3417
518
  .s("AmazonOpenSearchService", "DescribeInstanceTypeLimits", {})
3418
519
  .n("OpenSearchClient", "DescribeInstanceTypeLimitsCommand")
3419
- .sc(DescribeInstanceTypeLimits$)
520
+ .sc(schemas_0.DescribeInstanceTypeLimits$)
3420
521
  .build() {
3421
522
  }
3422
523
 
@@ -3428,7 +529,7 @@ class DescribeOutboundConnectionsCommand extends smithyClient.Command
3428
529
  })
3429
530
  .s("AmazonOpenSearchService", "DescribeOutboundConnections", {})
3430
531
  .n("OpenSearchClient", "DescribeOutboundConnectionsCommand")
3431
- .sc(DescribeOutboundConnections$)
532
+ .sc(schemas_0.DescribeOutboundConnections$)
3432
533
  .build() {
3433
534
  }
3434
535
 
@@ -3440,7 +541,7 @@ class DescribePackagesCommand extends smithyClient.Command
3440
541
  })
3441
542
  .s("AmazonOpenSearchService", "DescribePackages", {})
3442
543
  .n("OpenSearchClient", "DescribePackagesCommand")
3443
- .sc(DescribePackages$)
544
+ .sc(schemas_0.DescribePackages$)
3444
545
  .build() {
3445
546
  }
3446
547
 
@@ -3452,7 +553,7 @@ class DescribeReservedInstanceOfferingsCommand extends smithyClient.Command
3452
553
  })
3453
554
  .s("AmazonOpenSearchService", "DescribeReservedInstanceOfferings", {})
3454
555
  .n("OpenSearchClient", "DescribeReservedInstanceOfferingsCommand")
3455
- .sc(DescribeReservedInstanceOfferings$)
556
+ .sc(schemas_0.DescribeReservedInstanceOfferings$)
3456
557
  .build() {
3457
558
  }
3458
559
 
@@ -3464,7 +565,7 @@ class DescribeReservedInstancesCommand extends smithyClient.Command
3464
565
  })
3465
566
  .s("AmazonOpenSearchService", "DescribeReservedInstances", {})
3466
567
  .n("OpenSearchClient", "DescribeReservedInstancesCommand")
3467
- .sc(DescribeReservedInstances$)
568
+ .sc(schemas_0.DescribeReservedInstances$)
3468
569
  .build() {
3469
570
  }
3470
571
 
@@ -3476,7 +577,7 @@ class DescribeVpcEndpointsCommand extends smithyClient.Command
3476
577
  })
3477
578
  .s("AmazonOpenSearchService", "DescribeVpcEndpoints", {})
3478
579
  .n("OpenSearchClient", "DescribeVpcEndpointsCommand")
3479
- .sc(DescribeVpcEndpoints$)
580
+ .sc(schemas_0.DescribeVpcEndpoints$)
3480
581
  .build() {
3481
582
  }
3482
583
 
@@ -3488,7 +589,7 @@ class DissociatePackageCommand extends smithyClient.Command
3488
589
  })
3489
590
  .s("AmazonOpenSearchService", "DissociatePackage", {})
3490
591
  .n("OpenSearchClient", "DissociatePackageCommand")
3491
- .sc(DissociatePackage$)
592
+ .sc(schemas_0.DissociatePackage$)
3492
593
  .build() {
3493
594
  }
3494
595
 
@@ -3500,7 +601,7 @@ class DissociatePackagesCommand extends smithyClient.Command
3500
601
  })
3501
602
  .s("AmazonOpenSearchService", "DissociatePackages", {})
3502
603
  .n("OpenSearchClient", "DissociatePackagesCommand")
3503
- .sc(DissociatePackages$)
604
+ .sc(schemas_0.DissociatePackages$)
3504
605
  .build() {
3505
606
  }
3506
607
 
@@ -3512,7 +613,7 @@ class GetApplicationCommand extends smithyClient.Command
3512
613
  })
3513
614
  .s("AmazonOpenSearchService", "GetApplication", {})
3514
615
  .n("OpenSearchClient", "GetApplicationCommand")
3515
- .sc(GetApplication$)
616
+ .sc(schemas_0.GetApplication$)
3516
617
  .build() {
3517
618
  }
3518
619
 
@@ -3524,7 +625,7 @@ class GetCompatibleVersionsCommand extends smithyClient.Command
3524
625
  })
3525
626
  .s("AmazonOpenSearchService", "GetCompatibleVersions", {})
3526
627
  .n("OpenSearchClient", "GetCompatibleVersionsCommand")
3527
- .sc(GetCompatibleVersions$)
628
+ .sc(schemas_0.GetCompatibleVersions$)
3528
629
  .build() {
3529
630
  }
3530
631
 
@@ -3536,7 +637,7 @@ class GetDataSourceCommand extends smithyClient.Command
3536
637
  })
3537
638
  .s("AmazonOpenSearchService", "GetDataSource", {})
3538
639
  .n("OpenSearchClient", "GetDataSourceCommand")
3539
- .sc(GetDataSource$)
640
+ .sc(schemas_0.GetDataSource$)
3540
641
  .build() {
3541
642
  }
3542
643
 
@@ -3548,7 +649,7 @@ class GetDefaultApplicationSettingCommand extends smithyClient.Command
3548
649
  })
3549
650
  .s("AmazonOpenSearchService", "GetDefaultApplicationSetting", {})
3550
651
  .n("OpenSearchClient", "GetDefaultApplicationSettingCommand")
3551
- .sc(GetDefaultApplicationSetting$)
652
+ .sc(schemas_0.GetDefaultApplicationSetting$)
3552
653
  .build() {
3553
654
  }
3554
655
 
@@ -3560,7 +661,7 @@ class GetDirectQueryDataSourceCommand extends smithyClient.Command
3560
661
  })
3561
662
  .s("AmazonOpenSearchService", "GetDirectQueryDataSource", {})
3562
663
  .n("OpenSearchClient", "GetDirectQueryDataSourceCommand")
3563
- .sc(GetDirectQueryDataSource$)
664
+ .sc(schemas_0.GetDirectQueryDataSource$)
3564
665
  .build() {
3565
666
  }
3566
667
 
@@ -3572,7 +673,7 @@ class GetDomainMaintenanceStatusCommand extends smithyClient.Command
3572
673
  })
3573
674
  .s("AmazonOpenSearchService", "GetDomainMaintenanceStatus", {})
3574
675
  .n("OpenSearchClient", "GetDomainMaintenanceStatusCommand")
3575
- .sc(GetDomainMaintenanceStatus$)
676
+ .sc(schemas_0.GetDomainMaintenanceStatus$)
3576
677
  .build() {
3577
678
  }
3578
679
 
@@ -3584,7 +685,7 @@ class GetIndexCommand extends smithyClient.Command
3584
685
  })
3585
686
  .s("AmazonOpenSearchService", "GetIndex", {})
3586
687
  .n("OpenSearchClient", "GetIndexCommand")
3587
- .sc(GetIndex$)
688
+ .sc(schemas_0.GetIndex$)
3588
689
  .build() {
3589
690
  }
3590
691
 
@@ -3596,7 +697,7 @@ class GetPackageVersionHistoryCommand extends smithyClient.Command
3596
697
  })
3597
698
  .s("AmazonOpenSearchService", "GetPackageVersionHistory", {})
3598
699
  .n("OpenSearchClient", "GetPackageVersionHistoryCommand")
3599
- .sc(GetPackageVersionHistory$)
700
+ .sc(schemas_0.GetPackageVersionHistory$)
3600
701
  .build() {
3601
702
  }
3602
703
 
@@ -3608,7 +709,7 @@ class GetUpgradeHistoryCommand extends smithyClient.Command
3608
709
  })
3609
710
  .s("AmazonOpenSearchService", "GetUpgradeHistory", {})
3610
711
  .n("OpenSearchClient", "GetUpgradeHistoryCommand")
3611
- .sc(GetUpgradeHistory$)
712
+ .sc(schemas_0.GetUpgradeHistory$)
3612
713
  .build() {
3613
714
  }
3614
715
 
@@ -3620,7 +721,7 @@ class GetUpgradeStatusCommand extends smithyClient.Command
3620
721
  })
3621
722
  .s("AmazonOpenSearchService", "GetUpgradeStatus", {})
3622
723
  .n("OpenSearchClient", "GetUpgradeStatusCommand")
3623
- .sc(GetUpgradeStatus$)
724
+ .sc(schemas_0.GetUpgradeStatus$)
3624
725
  .build() {
3625
726
  }
3626
727
 
@@ -3632,7 +733,7 @@ class ListApplicationsCommand extends smithyClient.Command
3632
733
  })
3633
734
  .s("AmazonOpenSearchService", "ListApplications", {})
3634
735
  .n("OpenSearchClient", "ListApplicationsCommand")
3635
- .sc(ListApplications$)
736
+ .sc(schemas_0.ListApplications$)
3636
737
  .build() {
3637
738
  }
3638
739
 
@@ -3644,7 +745,7 @@ class ListDataSourcesCommand extends smithyClient.Command
3644
745
  })
3645
746
  .s("AmazonOpenSearchService", "ListDataSources", {})
3646
747
  .n("OpenSearchClient", "ListDataSourcesCommand")
3647
- .sc(ListDataSources$)
748
+ .sc(schemas_0.ListDataSources$)
3648
749
  .build() {
3649
750
  }
3650
751
 
@@ -3656,7 +757,7 @@ class ListDirectQueryDataSourcesCommand extends smithyClient.Command
3656
757
  })
3657
758
  .s("AmazonOpenSearchService", "ListDirectQueryDataSources", {})
3658
759
  .n("OpenSearchClient", "ListDirectQueryDataSourcesCommand")
3659
- .sc(ListDirectQueryDataSources$)
760
+ .sc(schemas_0.ListDirectQueryDataSources$)
3660
761
  .build() {
3661
762
  }
3662
763
 
@@ -3668,7 +769,7 @@ class ListDomainMaintenancesCommand extends smithyClient.Command
3668
769
  })
3669
770
  .s("AmazonOpenSearchService", "ListDomainMaintenances", {})
3670
771
  .n("OpenSearchClient", "ListDomainMaintenancesCommand")
3671
- .sc(ListDomainMaintenances$)
772
+ .sc(schemas_0.ListDomainMaintenances$)
3672
773
  .build() {
3673
774
  }
3674
775
 
@@ -3680,7 +781,7 @@ class ListDomainNamesCommand extends smithyClient.Command
3680
781
  })
3681
782
  .s("AmazonOpenSearchService", "ListDomainNames", {})
3682
783
  .n("OpenSearchClient", "ListDomainNamesCommand")
3683
- .sc(ListDomainNames$)
784
+ .sc(schemas_0.ListDomainNames$)
3684
785
  .build() {
3685
786
  }
3686
787
 
@@ -3692,7 +793,7 @@ class ListDomainsForPackageCommand extends smithyClient.Command
3692
793
  })
3693
794
  .s("AmazonOpenSearchService", "ListDomainsForPackage", {})
3694
795
  .n("OpenSearchClient", "ListDomainsForPackageCommand")
3695
- .sc(ListDomainsForPackage$)
796
+ .sc(schemas_0.ListDomainsForPackage$)
3696
797
  .build() {
3697
798
  }
3698
799
 
@@ -3704,7 +805,7 @@ class ListInstanceTypeDetailsCommand extends smithyClient.Command
3704
805
  })
3705
806
  .s("AmazonOpenSearchService", "ListInstanceTypeDetails", {})
3706
807
  .n("OpenSearchClient", "ListInstanceTypeDetailsCommand")
3707
- .sc(ListInstanceTypeDetails$)
808
+ .sc(schemas_0.ListInstanceTypeDetails$)
3708
809
  .build() {
3709
810
  }
3710
811
 
@@ -3716,7 +817,7 @@ class ListPackagesForDomainCommand extends smithyClient.Command
3716
817
  })
3717
818
  .s("AmazonOpenSearchService", "ListPackagesForDomain", {})
3718
819
  .n("OpenSearchClient", "ListPackagesForDomainCommand")
3719
- .sc(ListPackagesForDomain$)
820
+ .sc(schemas_0.ListPackagesForDomain$)
3720
821
  .build() {
3721
822
  }
3722
823
 
@@ -3728,7 +829,7 @@ class ListScheduledActionsCommand extends smithyClient.Command
3728
829
  })
3729
830
  .s("AmazonOpenSearchService", "ListScheduledActions", {})
3730
831
  .n("OpenSearchClient", "ListScheduledActionsCommand")
3731
- .sc(ListScheduledActions$)
832
+ .sc(schemas_0.ListScheduledActions$)
3732
833
  .build() {
3733
834
  }
3734
835
 
@@ -3740,7 +841,7 @@ class ListTagsCommand extends smithyClient.Command
3740
841
  })
3741
842
  .s("AmazonOpenSearchService", "ListTags", {})
3742
843
  .n("OpenSearchClient", "ListTagsCommand")
3743
- .sc(ListTags$)
844
+ .sc(schemas_0.ListTags$)
3744
845
  .build() {
3745
846
  }
3746
847
 
@@ -3752,7 +853,7 @@ class ListVersionsCommand extends smithyClient.Command
3752
853
  })
3753
854
  .s("AmazonOpenSearchService", "ListVersions", {})
3754
855
  .n("OpenSearchClient", "ListVersionsCommand")
3755
- .sc(ListVersions$)
856
+ .sc(schemas_0.ListVersions$)
3756
857
  .build() {
3757
858
  }
3758
859
 
@@ -3764,7 +865,7 @@ class ListVpcEndpointAccessCommand extends smithyClient.Command
3764
865
  })
3765
866
  .s("AmazonOpenSearchService", "ListVpcEndpointAccess", {})
3766
867
  .n("OpenSearchClient", "ListVpcEndpointAccessCommand")
3767
- .sc(ListVpcEndpointAccess$)
868
+ .sc(schemas_0.ListVpcEndpointAccess$)
3768
869
  .build() {
3769
870
  }
3770
871
 
@@ -3776,7 +877,7 @@ class ListVpcEndpointsCommand extends smithyClient.Command
3776
877
  })
3777
878
  .s("AmazonOpenSearchService", "ListVpcEndpoints", {})
3778
879
  .n("OpenSearchClient", "ListVpcEndpointsCommand")
3779
- .sc(ListVpcEndpoints$)
880
+ .sc(schemas_0.ListVpcEndpoints$)
3780
881
  .build() {
3781
882
  }
3782
883
 
@@ -3788,7 +889,7 @@ class ListVpcEndpointsForDomainCommand extends smithyClient.Command
3788
889
  })
3789
890
  .s("AmazonOpenSearchService", "ListVpcEndpointsForDomain", {})
3790
891
  .n("OpenSearchClient", "ListVpcEndpointsForDomainCommand")
3791
- .sc(ListVpcEndpointsForDomain$)
892
+ .sc(schemas_0.ListVpcEndpointsForDomain$)
3792
893
  .build() {
3793
894
  }
3794
895
 
@@ -3800,7 +901,7 @@ class PurchaseReservedInstanceOfferingCommand extends smithyClient.Command
3800
901
  })
3801
902
  .s("AmazonOpenSearchService", "PurchaseReservedInstanceOffering", {})
3802
903
  .n("OpenSearchClient", "PurchaseReservedInstanceOfferingCommand")
3803
- .sc(PurchaseReservedInstanceOffering$)
904
+ .sc(schemas_0.PurchaseReservedInstanceOffering$)
3804
905
  .build() {
3805
906
  }
3806
907
 
@@ -3812,7 +913,7 @@ class PutDefaultApplicationSettingCommand extends smithyClient.Command
3812
913
  })
3813
914
  .s("AmazonOpenSearchService", "PutDefaultApplicationSetting", {})
3814
915
  .n("OpenSearchClient", "PutDefaultApplicationSettingCommand")
3815
- .sc(PutDefaultApplicationSetting$)
916
+ .sc(schemas_0.PutDefaultApplicationSetting$)
3816
917
  .build() {
3817
918
  }
3818
919
 
@@ -3824,7 +925,7 @@ class RejectInboundConnectionCommand extends smithyClient.Command
3824
925
  })
3825
926
  .s("AmazonOpenSearchService", "RejectInboundConnection", {})
3826
927
  .n("OpenSearchClient", "RejectInboundConnectionCommand")
3827
- .sc(RejectInboundConnection$)
928
+ .sc(schemas_0.RejectInboundConnection$)
3828
929
  .build() {
3829
930
  }
3830
931
 
@@ -3836,7 +937,7 @@ class RemoveTagsCommand extends smithyClient.Command
3836
937
  })
3837
938
  .s("AmazonOpenSearchService", "RemoveTags", {})
3838
939
  .n("OpenSearchClient", "RemoveTagsCommand")
3839
- .sc(RemoveTags$)
940
+ .sc(schemas_0.RemoveTags$)
3840
941
  .build() {
3841
942
  }
3842
943
 
@@ -3848,7 +949,7 @@ class RevokeVpcEndpointAccessCommand extends smithyClient.Command
3848
949
  })
3849
950
  .s("AmazonOpenSearchService", "RevokeVpcEndpointAccess", {})
3850
951
  .n("OpenSearchClient", "RevokeVpcEndpointAccessCommand")
3851
- .sc(RevokeVpcEndpointAccess$)
952
+ .sc(schemas_0.RevokeVpcEndpointAccess$)
3852
953
  .build() {
3853
954
  }
3854
955
 
@@ -3860,7 +961,7 @@ class StartDomainMaintenanceCommand extends smithyClient.Command
3860
961
  })
3861
962
  .s("AmazonOpenSearchService", "StartDomainMaintenance", {})
3862
963
  .n("OpenSearchClient", "StartDomainMaintenanceCommand")
3863
- .sc(StartDomainMaintenance$)
964
+ .sc(schemas_0.StartDomainMaintenance$)
3864
965
  .build() {
3865
966
  }
3866
967
 
@@ -3872,7 +973,7 @@ class StartServiceSoftwareUpdateCommand extends smithyClient.Command
3872
973
  })
3873
974
  .s("AmazonOpenSearchService", "StartServiceSoftwareUpdate", {})
3874
975
  .n("OpenSearchClient", "StartServiceSoftwareUpdateCommand")
3875
- .sc(StartServiceSoftwareUpdate$)
976
+ .sc(schemas_0.StartServiceSoftwareUpdate$)
3876
977
  .build() {
3877
978
  }
3878
979
 
@@ -3884,7 +985,7 @@ class UpdateApplicationCommand extends smithyClient.Command
3884
985
  })
3885
986
  .s("AmazonOpenSearchService", "UpdateApplication", {})
3886
987
  .n("OpenSearchClient", "UpdateApplicationCommand")
3887
- .sc(UpdateApplication$)
988
+ .sc(schemas_0.UpdateApplication$)
3888
989
  .build() {
3889
990
  }
3890
991
 
@@ -3896,7 +997,7 @@ class UpdateDataSourceCommand extends smithyClient.Command
3896
997
  })
3897
998
  .s("AmazonOpenSearchService", "UpdateDataSource", {})
3898
999
  .n("OpenSearchClient", "UpdateDataSourceCommand")
3899
- .sc(UpdateDataSource$)
1000
+ .sc(schemas_0.UpdateDataSource$)
3900
1001
  .build() {
3901
1002
  }
3902
1003
 
@@ -3908,7 +1009,7 @@ class UpdateDirectQueryDataSourceCommand extends smithyClient.Command
3908
1009
  })
3909
1010
  .s("AmazonOpenSearchService", "UpdateDirectQueryDataSource", {})
3910
1011
  .n("OpenSearchClient", "UpdateDirectQueryDataSourceCommand")
3911
- .sc(UpdateDirectQueryDataSource$)
1012
+ .sc(schemas_0.UpdateDirectQueryDataSource$)
3912
1013
  .build() {
3913
1014
  }
3914
1015
 
@@ -3920,7 +1021,7 @@ class UpdateDomainConfigCommand extends smithyClient.Command
3920
1021
  })
3921
1022
  .s("AmazonOpenSearchService", "UpdateDomainConfig", {})
3922
1023
  .n("OpenSearchClient", "UpdateDomainConfigCommand")
3923
- .sc(UpdateDomainConfig$)
1024
+ .sc(schemas_0.UpdateDomainConfig$)
3924
1025
  .build() {
3925
1026
  }
3926
1027
 
@@ -3932,7 +1033,7 @@ class UpdateIndexCommand extends smithyClient.Command
3932
1033
  })
3933
1034
  .s("AmazonOpenSearchService", "UpdateIndex", {})
3934
1035
  .n("OpenSearchClient", "UpdateIndexCommand")
3935
- .sc(UpdateIndex$)
1036
+ .sc(schemas_0.UpdateIndex$)
3936
1037
  .build() {
3937
1038
  }
3938
1039
 
@@ -3944,7 +1045,7 @@ class UpdatePackageCommand extends smithyClient.Command
3944
1045
  })
3945
1046
  .s("AmazonOpenSearchService", "UpdatePackage", {})
3946
1047
  .n("OpenSearchClient", "UpdatePackageCommand")
3947
- .sc(UpdatePackage$)
1048
+ .sc(schemas_0.UpdatePackage$)
3948
1049
  .build() {
3949
1050
  }
3950
1051
 
@@ -3956,7 +1057,7 @@ class UpdatePackageScopeCommand extends smithyClient.Command
3956
1057
  })
3957
1058
  .s("AmazonOpenSearchService", "UpdatePackageScope", {})
3958
1059
  .n("OpenSearchClient", "UpdatePackageScopeCommand")
3959
- .sc(UpdatePackageScope$)
1060
+ .sc(schemas_0.UpdatePackageScope$)
3960
1061
  .build() {
3961
1062
  }
3962
1063
 
@@ -3968,7 +1069,7 @@ class UpdateScheduledActionCommand extends smithyClient.Command
3968
1069
  })
3969
1070
  .s("AmazonOpenSearchService", "UpdateScheduledAction", {})
3970
1071
  .n("OpenSearchClient", "UpdateScheduledActionCommand")
3971
- .sc(UpdateScheduledAction$)
1072
+ .sc(schemas_0.UpdateScheduledAction$)
3972
1073
  .build() {
3973
1074
  }
3974
1075
 
@@ -3980,7 +1081,7 @@ class UpdateVpcEndpointCommand extends smithyClient.Command
3980
1081
  })
3981
1082
  .s("AmazonOpenSearchService", "UpdateVpcEndpoint", {})
3982
1083
  .n("OpenSearchClient", "UpdateVpcEndpointCommand")
3983
- .sc(UpdateVpcEndpoint$)
1084
+ .sc(schemas_0.UpdateVpcEndpoint$)
3984
1085
  .build() {
3985
1086
  }
3986
1087
 
@@ -3992,7 +1093,7 @@ class UpgradeDomainCommand extends smithyClient.Command
3992
1093
  })
3993
1094
  .s("AmazonOpenSearchService", "UpgradeDomain", {})
3994
1095
  .n("OpenSearchClient", "UpgradeDomainCommand")
3995
- .sc(UpgradeDomain$)
1096
+ .sc(schemas_0.UpgradeDomain$)
3996
1097
  .build() {
3997
1098
  }
3998
1099
 
@@ -4580,557 +1681,154 @@ Object.defineProperty(exports, "__Client", {
4580
1681
  enumerable: true,
4581
1682
  get: function () { return smithyClient.Client; }
4582
1683
  });
4583
- exports.AIMLOptionsInput$ = AIMLOptionsInput$;
4584
- exports.AIMLOptionsOutput$ = AIMLOptionsOutput$;
4585
- exports.AIMLOptionsStatus$ = AIMLOptionsStatus$;
4586
- exports.AWSDomainInformation$ = AWSDomainInformation$;
1684
+ Object.defineProperty(exports, "OpenSearchServiceException", {
1685
+ enumerable: true,
1686
+ get: function () { return OpenSearchServiceException.OpenSearchServiceException; }
1687
+ });
4587
1688
  exports.AWSServicePrincipal = AWSServicePrincipal;
4588
- exports.AcceptInboundConnection$ = AcceptInboundConnection$;
4589
1689
  exports.AcceptInboundConnectionCommand = AcceptInboundConnectionCommand;
4590
- exports.AcceptInboundConnectionRequest$ = AcceptInboundConnectionRequest$;
4591
- exports.AcceptInboundConnectionResponse$ = AcceptInboundConnectionResponse$;
4592
- exports.AccessDeniedException = AccessDeniedException;
4593
- exports.AccessDeniedException$ = AccessDeniedException$;
4594
- exports.AccessPoliciesStatus$ = AccessPoliciesStatus$;
4595
1690
  exports.ActionSeverity = ActionSeverity;
4596
1691
  exports.ActionStatus = ActionStatus;
4597
1692
  exports.ActionType = ActionType;
4598
- exports.AddDataSource$ = AddDataSource$;
4599
1693
  exports.AddDataSourceCommand = AddDataSourceCommand;
4600
- exports.AddDataSourceRequest$ = AddDataSourceRequest$;
4601
- exports.AddDataSourceResponse$ = AddDataSourceResponse$;
4602
- exports.AddDirectQueryDataSource$ = AddDirectQueryDataSource$;
4603
1694
  exports.AddDirectQueryDataSourceCommand = AddDirectQueryDataSourceCommand;
4604
- exports.AddDirectQueryDataSourceRequest$ = AddDirectQueryDataSourceRequest$;
4605
- exports.AddDirectQueryDataSourceResponse$ = AddDirectQueryDataSourceResponse$;
4606
- exports.AddTags$ = AddTags$;
4607
1695
  exports.AddTagsCommand = AddTagsCommand;
4608
- exports.AddTagsRequest$ = AddTagsRequest$;
4609
- exports.AdditionalLimit$ = AdditionalLimit$;
4610
- exports.AdvancedOptionsStatus$ = AdvancedOptionsStatus$;
4611
- exports.AdvancedSecurityOptions$ = AdvancedSecurityOptions$;
4612
- exports.AdvancedSecurityOptionsInput$ = AdvancedSecurityOptionsInput$;
4613
- exports.AdvancedSecurityOptionsStatus$ = AdvancedSecurityOptionsStatus$;
4614
- exports.AppConfig$ = AppConfig$;
4615
1696
  exports.AppConfigType = AppConfigType;
4616
1697
  exports.ApplicationStatus = ApplicationStatus;
4617
- exports.ApplicationSummary$ = ApplicationSummary$;
4618
- exports.AssociatePackage$ = AssociatePackage$;
4619
1698
  exports.AssociatePackageCommand = AssociatePackageCommand;
4620
- exports.AssociatePackageRequest$ = AssociatePackageRequest$;
4621
- exports.AssociatePackageResponse$ = AssociatePackageResponse$;
4622
- exports.AssociatePackages$ = AssociatePackages$;
4623
1699
  exports.AssociatePackagesCommand = AssociatePackagesCommand;
4624
- exports.AssociatePackagesRequest$ = AssociatePackagesRequest$;
4625
- exports.AssociatePackagesResponse$ = AssociatePackagesResponse$;
4626
- exports.AuthorizeVpcEndpointAccess$ = AuthorizeVpcEndpointAccess$;
4627
1700
  exports.AuthorizeVpcEndpointAccessCommand = AuthorizeVpcEndpointAccessCommand;
4628
- exports.AuthorizeVpcEndpointAccessRequest$ = AuthorizeVpcEndpointAccessRequest$;
4629
- exports.AuthorizeVpcEndpointAccessResponse$ = AuthorizeVpcEndpointAccessResponse$;
4630
- exports.AuthorizedPrincipal$ = AuthorizedPrincipal$;
4631
- exports.AutoTune$ = AutoTune$;
4632
1701
  exports.AutoTuneDesiredState = AutoTuneDesiredState;
4633
- exports.AutoTuneDetails$ = AutoTuneDetails$;
4634
- exports.AutoTuneMaintenanceSchedule$ = AutoTuneMaintenanceSchedule$;
4635
- exports.AutoTuneOptions$ = AutoTuneOptions$;
4636
- exports.AutoTuneOptionsInput$ = AutoTuneOptionsInput$;
4637
- exports.AutoTuneOptionsOutput$ = AutoTuneOptionsOutput$;
4638
- exports.AutoTuneOptionsStatus$ = AutoTuneOptionsStatus$;
4639
1702
  exports.AutoTuneState = AutoTuneState;
4640
- exports.AutoTuneStatus$ = AutoTuneStatus$;
4641
1703
  exports.AutoTuneType = AutoTuneType;
4642
- exports.AvailabilityZoneInfo$ = AvailabilityZoneInfo$;
4643
- exports.BaseException = BaseException;
4644
- exports.BaseException$ = BaseException$;
4645
- exports.CancelDomainConfigChange$ = CancelDomainConfigChange$;
4646
1704
  exports.CancelDomainConfigChangeCommand = CancelDomainConfigChangeCommand;
4647
- exports.CancelDomainConfigChangeRequest$ = CancelDomainConfigChangeRequest$;
4648
- exports.CancelDomainConfigChangeResponse$ = CancelDomainConfigChangeResponse$;
4649
- exports.CancelServiceSoftwareUpdate$ = CancelServiceSoftwareUpdate$;
4650
1705
  exports.CancelServiceSoftwareUpdateCommand = CancelServiceSoftwareUpdateCommand;
4651
- exports.CancelServiceSoftwareUpdateRequest$ = CancelServiceSoftwareUpdateRequest$;
4652
- exports.CancelServiceSoftwareUpdateResponse$ = CancelServiceSoftwareUpdateResponse$;
4653
- exports.CancelledChangeProperty$ = CancelledChangeProperty$;
4654
- exports.ChangeProgressDetails$ = ChangeProgressDetails$;
4655
- exports.ChangeProgressStage$ = ChangeProgressStage$;
4656
- exports.ChangeProgressStatusDetails$ = ChangeProgressStatusDetails$;
4657
- exports.CloudWatchDirectQueryDataSource$ = CloudWatchDirectQueryDataSource$;
4658
- exports.ClusterConfig$ = ClusterConfig$;
4659
- exports.ClusterConfigStatus$ = ClusterConfigStatus$;
4660
- exports.CognitoOptions$ = CognitoOptions$;
4661
- exports.CognitoOptionsStatus$ = CognitoOptionsStatus$;
4662
- exports.ColdStorageOptions$ = ColdStorageOptions$;
4663
- exports.CompatibleVersionsMap$ = CompatibleVersionsMap$;
4664
1706
  exports.ConfigChangeStatus = ConfigChangeStatus;
4665
- exports.ConflictException = ConflictException;
4666
- exports.ConflictException$ = ConflictException$;
4667
1707
  exports.ConnectionMode = ConnectionMode;
4668
- exports.ConnectionProperties$ = ConnectionProperties$;
4669
- exports.CreateApplication$ = CreateApplication$;
4670
1708
  exports.CreateApplicationCommand = CreateApplicationCommand;
4671
- exports.CreateApplicationRequest$ = CreateApplicationRequest$;
4672
- exports.CreateApplicationResponse$ = CreateApplicationResponse$;
4673
- exports.CreateDomain$ = CreateDomain$;
4674
1709
  exports.CreateDomainCommand = CreateDomainCommand;
4675
- exports.CreateDomainRequest$ = CreateDomainRequest$;
4676
- exports.CreateDomainResponse$ = CreateDomainResponse$;
4677
- exports.CreateIndex$ = CreateIndex$;
4678
1710
  exports.CreateIndexCommand = CreateIndexCommand;
4679
- exports.CreateIndexRequest$ = CreateIndexRequest$;
4680
- exports.CreateIndexResponse$ = CreateIndexResponse$;
4681
- exports.CreateOutboundConnection$ = CreateOutboundConnection$;
4682
1711
  exports.CreateOutboundConnectionCommand = CreateOutboundConnectionCommand;
4683
- exports.CreateOutboundConnectionRequest$ = CreateOutboundConnectionRequest$;
4684
- exports.CreateOutboundConnectionResponse$ = CreateOutboundConnectionResponse$;
4685
- exports.CreatePackage$ = CreatePackage$;
4686
1712
  exports.CreatePackageCommand = CreatePackageCommand;
4687
- exports.CreatePackageRequest$ = CreatePackageRequest$;
4688
- exports.CreatePackageResponse$ = CreatePackageResponse$;
4689
- exports.CreateVpcEndpoint$ = CreateVpcEndpoint$;
4690
1713
  exports.CreateVpcEndpointCommand = CreateVpcEndpointCommand;
4691
- exports.CreateVpcEndpointRequest$ = CreateVpcEndpointRequest$;
4692
- exports.CreateVpcEndpointResponse$ = CreateVpcEndpointResponse$;
4693
- exports.CrossClusterSearchConnectionProperties$ = CrossClusterSearchConnectionProperties$;
4694
- exports.DataSource$ = DataSource$;
4695
- exports.DataSourceDetails$ = DataSourceDetails$;
4696
1714
  exports.DataSourceStatus = DataSourceStatus;
4697
- exports.DataSourceType$ = DataSourceType$;
4698
- exports.DeleteApplication$ = DeleteApplication$;
4699
1715
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
4700
- exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
4701
- exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
4702
- exports.DeleteDataSource$ = DeleteDataSource$;
4703
1716
  exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
4704
- exports.DeleteDataSourceRequest$ = DeleteDataSourceRequest$;
4705
- exports.DeleteDataSourceResponse$ = DeleteDataSourceResponse$;
4706
- exports.DeleteDirectQueryDataSource$ = DeleteDirectQueryDataSource$;
4707
1717
  exports.DeleteDirectQueryDataSourceCommand = DeleteDirectQueryDataSourceCommand;
4708
- exports.DeleteDirectQueryDataSourceRequest$ = DeleteDirectQueryDataSourceRequest$;
4709
- exports.DeleteDomain$ = DeleteDomain$;
4710
1718
  exports.DeleteDomainCommand = DeleteDomainCommand;
4711
- exports.DeleteDomainRequest$ = DeleteDomainRequest$;
4712
- exports.DeleteDomainResponse$ = DeleteDomainResponse$;
4713
- exports.DeleteInboundConnection$ = DeleteInboundConnection$;
4714
1719
  exports.DeleteInboundConnectionCommand = DeleteInboundConnectionCommand;
4715
- exports.DeleteInboundConnectionRequest$ = DeleteInboundConnectionRequest$;
4716
- exports.DeleteInboundConnectionResponse$ = DeleteInboundConnectionResponse$;
4717
- exports.DeleteIndex$ = DeleteIndex$;
4718
1720
  exports.DeleteIndexCommand = DeleteIndexCommand;
4719
- exports.DeleteIndexRequest$ = DeleteIndexRequest$;
4720
- exports.DeleteIndexResponse$ = DeleteIndexResponse$;
4721
- exports.DeleteOutboundConnection$ = DeleteOutboundConnection$;
4722
1721
  exports.DeleteOutboundConnectionCommand = DeleteOutboundConnectionCommand;
4723
- exports.DeleteOutboundConnectionRequest$ = DeleteOutboundConnectionRequest$;
4724
- exports.DeleteOutboundConnectionResponse$ = DeleteOutboundConnectionResponse$;
4725
- exports.DeletePackage$ = DeletePackage$;
4726
1722
  exports.DeletePackageCommand = DeletePackageCommand;
4727
- exports.DeletePackageRequest$ = DeletePackageRequest$;
4728
- exports.DeletePackageResponse$ = DeletePackageResponse$;
4729
- exports.DeleteVpcEndpoint$ = DeleteVpcEndpoint$;
4730
1723
  exports.DeleteVpcEndpointCommand = DeleteVpcEndpointCommand;
4731
- exports.DeleteVpcEndpointRequest$ = DeleteVpcEndpointRequest$;
4732
- exports.DeleteVpcEndpointResponse$ = DeleteVpcEndpointResponse$;
4733
- exports.DependencyFailureException = DependencyFailureException;
4734
- exports.DependencyFailureException$ = DependencyFailureException$;
4735
1724
  exports.DeploymentStatus = DeploymentStatus;
4736
- exports.DescribeDomain$ = DescribeDomain$;
4737
- exports.DescribeDomainAutoTunes$ = DescribeDomainAutoTunes$;
4738
1725
  exports.DescribeDomainAutoTunesCommand = DescribeDomainAutoTunesCommand;
4739
- exports.DescribeDomainAutoTunesRequest$ = DescribeDomainAutoTunesRequest$;
4740
- exports.DescribeDomainAutoTunesResponse$ = DescribeDomainAutoTunesResponse$;
4741
- exports.DescribeDomainChangeProgress$ = DescribeDomainChangeProgress$;
4742
1726
  exports.DescribeDomainChangeProgressCommand = DescribeDomainChangeProgressCommand;
4743
- exports.DescribeDomainChangeProgressRequest$ = DescribeDomainChangeProgressRequest$;
4744
- exports.DescribeDomainChangeProgressResponse$ = DescribeDomainChangeProgressResponse$;
4745
1727
  exports.DescribeDomainCommand = DescribeDomainCommand;
4746
- exports.DescribeDomainConfig$ = DescribeDomainConfig$;
4747
1728
  exports.DescribeDomainConfigCommand = DescribeDomainConfigCommand;
4748
- exports.DescribeDomainConfigRequest$ = DescribeDomainConfigRequest$;
4749
- exports.DescribeDomainConfigResponse$ = DescribeDomainConfigResponse$;
4750
- exports.DescribeDomainHealth$ = DescribeDomainHealth$;
4751
1729
  exports.DescribeDomainHealthCommand = DescribeDomainHealthCommand;
4752
- exports.DescribeDomainHealthRequest$ = DescribeDomainHealthRequest$;
4753
- exports.DescribeDomainHealthResponse$ = DescribeDomainHealthResponse$;
4754
- exports.DescribeDomainNodes$ = DescribeDomainNodes$;
4755
1730
  exports.DescribeDomainNodesCommand = DescribeDomainNodesCommand;
4756
- exports.DescribeDomainNodesRequest$ = DescribeDomainNodesRequest$;
4757
- exports.DescribeDomainNodesResponse$ = DescribeDomainNodesResponse$;
4758
- exports.DescribeDomainRequest$ = DescribeDomainRequest$;
4759
- exports.DescribeDomainResponse$ = DescribeDomainResponse$;
4760
- exports.DescribeDomains$ = DescribeDomains$;
4761
1731
  exports.DescribeDomainsCommand = DescribeDomainsCommand;
4762
- exports.DescribeDomainsRequest$ = DescribeDomainsRequest$;
4763
- exports.DescribeDomainsResponse$ = DescribeDomainsResponse$;
4764
- exports.DescribeDryRunProgress$ = DescribeDryRunProgress$;
4765
1732
  exports.DescribeDryRunProgressCommand = DescribeDryRunProgressCommand;
4766
- exports.DescribeDryRunProgressRequest$ = DescribeDryRunProgressRequest$;
4767
- exports.DescribeDryRunProgressResponse$ = DescribeDryRunProgressResponse$;
4768
- exports.DescribeInboundConnections$ = DescribeInboundConnections$;
4769
1733
  exports.DescribeInboundConnectionsCommand = DescribeInboundConnectionsCommand;
4770
- exports.DescribeInboundConnectionsRequest$ = DescribeInboundConnectionsRequest$;
4771
- exports.DescribeInboundConnectionsResponse$ = DescribeInboundConnectionsResponse$;
4772
- exports.DescribeInstanceTypeLimits$ = DescribeInstanceTypeLimits$;
4773
1734
  exports.DescribeInstanceTypeLimitsCommand = DescribeInstanceTypeLimitsCommand;
4774
- exports.DescribeInstanceTypeLimitsRequest$ = DescribeInstanceTypeLimitsRequest$;
4775
- exports.DescribeInstanceTypeLimitsResponse$ = DescribeInstanceTypeLimitsResponse$;
4776
- exports.DescribeOutboundConnections$ = DescribeOutboundConnections$;
4777
1735
  exports.DescribeOutboundConnectionsCommand = DescribeOutboundConnectionsCommand;
4778
- exports.DescribeOutboundConnectionsRequest$ = DescribeOutboundConnectionsRequest$;
4779
- exports.DescribeOutboundConnectionsResponse$ = DescribeOutboundConnectionsResponse$;
4780
- exports.DescribePackages$ = DescribePackages$;
4781
1736
  exports.DescribePackagesCommand = DescribePackagesCommand;
4782
- exports.DescribePackagesFilter$ = DescribePackagesFilter$;
4783
1737
  exports.DescribePackagesFilterName = DescribePackagesFilterName;
4784
- exports.DescribePackagesRequest$ = DescribePackagesRequest$;
4785
- exports.DescribePackagesResponse$ = DescribePackagesResponse$;
4786
- exports.DescribeReservedInstanceOfferings$ = DescribeReservedInstanceOfferings$;
4787
1738
  exports.DescribeReservedInstanceOfferingsCommand = DescribeReservedInstanceOfferingsCommand;
4788
- exports.DescribeReservedInstanceOfferingsRequest$ = DescribeReservedInstanceOfferingsRequest$;
4789
- exports.DescribeReservedInstanceOfferingsResponse$ = DescribeReservedInstanceOfferingsResponse$;
4790
- exports.DescribeReservedInstances$ = DescribeReservedInstances$;
4791
1739
  exports.DescribeReservedInstancesCommand = DescribeReservedInstancesCommand;
4792
- exports.DescribeReservedInstancesRequest$ = DescribeReservedInstancesRequest$;
4793
- exports.DescribeReservedInstancesResponse$ = DescribeReservedInstancesResponse$;
4794
- exports.DescribeVpcEndpoints$ = DescribeVpcEndpoints$;
4795
1740
  exports.DescribeVpcEndpointsCommand = DescribeVpcEndpointsCommand;
4796
- exports.DescribeVpcEndpointsRequest$ = DescribeVpcEndpointsRequest$;
4797
- exports.DescribeVpcEndpointsResponse$ = DescribeVpcEndpointsResponse$;
4798
- exports.DirectQueryDataSource$ = DirectQueryDataSource$;
4799
- exports.DirectQueryDataSourceType$ = DirectQueryDataSourceType$;
4800
- exports.DisabledOperationException = DisabledOperationException;
4801
- exports.DisabledOperationException$ = DisabledOperationException$;
4802
- exports.DissociatePackage$ = DissociatePackage$;
4803
1741
  exports.DissociatePackageCommand = DissociatePackageCommand;
4804
- exports.DissociatePackageRequest$ = DissociatePackageRequest$;
4805
- exports.DissociatePackageResponse$ = DissociatePackageResponse$;
4806
- exports.DissociatePackages$ = DissociatePackages$;
4807
1742
  exports.DissociatePackagesCommand = DissociatePackagesCommand;
4808
- exports.DissociatePackagesRequest$ = DissociatePackagesRequest$;
4809
- exports.DissociatePackagesResponse$ = DissociatePackagesResponse$;
4810
- exports.DomainConfig$ = DomainConfig$;
4811
- exports.DomainEndpointOptions$ = DomainEndpointOptions$;
4812
- exports.DomainEndpointOptionsStatus$ = DomainEndpointOptionsStatus$;
4813
1743
  exports.DomainHealth = DomainHealth;
4814
- exports.DomainInfo$ = DomainInfo$;
4815
- exports.DomainInformationContainer$ = DomainInformationContainer$;
4816
- exports.DomainMaintenanceDetails$ = DomainMaintenanceDetails$;
4817
- exports.DomainNodesStatus$ = DomainNodesStatus$;
4818
- exports.DomainPackageDetails$ = DomainPackageDetails$;
4819
1744
  exports.DomainPackageStatus = DomainPackageStatus;
4820
1745
  exports.DomainProcessingStatusType = DomainProcessingStatusType;
4821
1746
  exports.DomainState = DomainState;
4822
- exports.DomainStatus$ = DomainStatus$;
4823
1747
  exports.DryRunMode = DryRunMode;
4824
- exports.DryRunProgressStatus$ = DryRunProgressStatus$;
4825
- exports.DryRunResults$ = DryRunResults$;
4826
- exports.Duration$ = Duration$;
4827
- exports.EBSOptions$ = EBSOptions$;
4828
- exports.EBSOptionsStatus$ = EBSOptionsStatus$;
4829
- exports.EncryptionAtRestOptions$ = EncryptionAtRestOptions$;
4830
- exports.EncryptionAtRestOptionsStatus$ = EncryptionAtRestOptionsStatus$;
4831
1748
  exports.EngineType = EngineType;
4832
- exports.EnvironmentInfo$ = EnvironmentInfo$;
4833
- exports.ErrorDetails$ = ErrorDetails$;
4834
- exports.Filter$ = Filter$;
4835
- exports.GetApplication$ = GetApplication$;
4836
1749
  exports.GetApplicationCommand = GetApplicationCommand;
4837
- exports.GetApplicationRequest$ = GetApplicationRequest$;
4838
- exports.GetApplicationResponse$ = GetApplicationResponse$;
4839
- exports.GetCompatibleVersions$ = GetCompatibleVersions$;
4840
1750
  exports.GetCompatibleVersionsCommand = GetCompatibleVersionsCommand;
4841
- exports.GetCompatibleVersionsRequest$ = GetCompatibleVersionsRequest$;
4842
- exports.GetCompatibleVersionsResponse$ = GetCompatibleVersionsResponse$;
4843
- exports.GetDataSource$ = GetDataSource$;
4844
1751
  exports.GetDataSourceCommand = GetDataSourceCommand;
4845
- exports.GetDataSourceRequest$ = GetDataSourceRequest$;
4846
- exports.GetDataSourceResponse$ = GetDataSourceResponse$;
4847
- exports.GetDefaultApplicationSetting$ = GetDefaultApplicationSetting$;
4848
1752
  exports.GetDefaultApplicationSettingCommand = GetDefaultApplicationSettingCommand;
4849
- exports.GetDefaultApplicationSettingRequest$ = GetDefaultApplicationSettingRequest$;
4850
- exports.GetDefaultApplicationSettingResponse$ = GetDefaultApplicationSettingResponse$;
4851
- exports.GetDirectQueryDataSource$ = GetDirectQueryDataSource$;
4852
1753
  exports.GetDirectQueryDataSourceCommand = GetDirectQueryDataSourceCommand;
4853
- exports.GetDirectQueryDataSourceRequest$ = GetDirectQueryDataSourceRequest$;
4854
- exports.GetDirectQueryDataSourceResponse$ = GetDirectQueryDataSourceResponse$;
4855
- exports.GetDomainMaintenanceStatus$ = GetDomainMaintenanceStatus$;
4856
1754
  exports.GetDomainMaintenanceStatusCommand = GetDomainMaintenanceStatusCommand;
4857
- exports.GetDomainMaintenanceStatusRequest$ = GetDomainMaintenanceStatusRequest$;
4858
- exports.GetDomainMaintenanceStatusResponse$ = GetDomainMaintenanceStatusResponse$;
4859
- exports.GetIndex$ = GetIndex$;
4860
1755
  exports.GetIndexCommand = GetIndexCommand;
4861
- exports.GetIndexRequest$ = GetIndexRequest$;
4862
- exports.GetIndexResponse$ = GetIndexResponse$;
4863
- exports.GetPackageVersionHistory$ = GetPackageVersionHistory$;
4864
1756
  exports.GetPackageVersionHistoryCommand = GetPackageVersionHistoryCommand;
4865
- exports.GetPackageVersionHistoryRequest$ = GetPackageVersionHistoryRequest$;
4866
- exports.GetPackageVersionHistoryResponse$ = GetPackageVersionHistoryResponse$;
4867
- exports.GetUpgradeHistory$ = GetUpgradeHistory$;
4868
1757
  exports.GetUpgradeHistoryCommand = GetUpgradeHistoryCommand;
4869
- exports.GetUpgradeHistoryRequest$ = GetUpgradeHistoryRequest$;
4870
- exports.GetUpgradeHistoryResponse$ = GetUpgradeHistoryResponse$;
4871
- exports.GetUpgradeStatus$ = GetUpgradeStatus$;
4872
1758
  exports.GetUpgradeStatusCommand = GetUpgradeStatusCommand;
4873
- exports.GetUpgradeStatusRequest$ = GetUpgradeStatusRequest$;
4874
- exports.GetUpgradeStatusResponse$ = GetUpgradeStatusResponse$;
4875
- exports.IAMFederationOptionsInput$ = IAMFederationOptionsInput$;
4876
- exports.IAMFederationOptionsOutput$ = IAMFederationOptionsOutput$;
4877
1759
  exports.IPAddressType = IPAddressType;
4878
- exports.IPAddressTypeStatus$ = IPAddressTypeStatus$;
4879
- exports.IamIdentityCenterOptions$ = IamIdentityCenterOptions$;
4880
- exports.IamIdentityCenterOptionsInput$ = IamIdentityCenterOptionsInput$;
4881
- exports.IdentityCenterOptions$ = IdentityCenterOptions$;
4882
- exports.IdentityCenterOptionsInput$ = IdentityCenterOptionsInput$;
4883
- exports.IdentityCenterOptionsStatus$ = IdentityCenterOptionsStatus$;
4884
- exports.InboundConnection$ = InboundConnection$;
4885
- exports.InboundConnectionStatus$ = InboundConnectionStatus$;
4886
1760
  exports.InboundConnectionStatusCode = InboundConnectionStatusCode;
4887
1761
  exports.IndexStatus = IndexStatus;
4888
1762
  exports.InitiatedBy = InitiatedBy;
4889
- exports.InstanceCountLimits$ = InstanceCountLimits$;
4890
- exports.InstanceLimits$ = InstanceLimits$;
4891
- exports.InstanceTypeDetails$ = InstanceTypeDetails$;
4892
- exports.InternalException = InternalException;
4893
- exports.InternalException$ = InternalException$;
4894
- exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
4895
- exports.InvalidPaginationTokenException$ = InvalidPaginationTokenException$;
4896
- exports.InvalidTypeException = InvalidTypeException;
4897
- exports.InvalidTypeException$ = InvalidTypeException$;
4898
- exports.JWTOptionsInput$ = JWTOptionsInput$;
4899
- exports.JWTOptionsOutput$ = JWTOptionsOutput$;
4900
- exports.KeyStoreAccessOption$ = KeyStoreAccessOption$;
4901
- exports.LimitExceededException = LimitExceededException;
4902
- exports.LimitExceededException$ = LimitExceededException$;
4903
- exports.Limits$ = Limits$;
4904
- exports.ListApplications$ = ListApplications$;
4905
1763
  exports.ListApplicationsCommand = ListApplicationsCommand;
4906
- exports.ListApplicationsRequest$ = ListApplicationsRequest$;
4907
- exports.ListApplicationsResponse$ = ListApplicationsResponse$;
4908
- exports.ListDataSources$ = ListDataSources$;
4909
1764
  exports.ListDataSourcesCommand = ListDataSourcesCommand;
4910
- exports.ListDataSourcesRequest$ = ListDataSourcesRequest$;
4911
- exports.ListDataSourcesResponse$ = ListDataSourcesResponse$;
4912
- exports.ListDirectQueryDataSources$ = ListDirectQueryDataSources$;
4913
1765
  exports.ListDirectQueryDataSourcesCommand = ListDirectQueryDataSourcesCommand;
4914
- exports.ListDirectQueryDataSourcesRequest$ = ListDirectQueryDataSourcesRequest$;
4915
- exports.ListDirectQueryDataSourcesResponse$ = ListDirectQueryDataSourcesResponse$;
4916
- exports.ListDomainMaintenances$ = ListDomainMaintenances$;
4917
1766
  exports.ListDomainMaintenancesCommand = ListDomainMaintenancesCommand;
4918
- exports.ListDomainMaintenancesRequest$ = ListDomainMaintenancesRequest$;
4919
- exports.ListDomainMaintenancesResponse$ = ListDomainMaintenancesResponse$;
4920
- exports.ListDomainNames$ = ListDomainNames$;
4921
1767
  exports.ListDomainNamesCommand = ListDomainNamesCommand;
4922
- exports.ListDomainNamesRequest$ = ListDomainNamesRequest$;
4923
- exports.ListDomainNamesResponse$ = ListDomainNamesResponse$;
4924
- exports.ListDomainsForPackage$ = ListDomainsForPackage$;
4925
1768
  exports.ListDomainsForPackageCommand = ListDomainsForPackageCommand;
4926
- exports.ListDomainsForPackageRequest$ = ListDomainsForPackageRequest$;
4927
- exports.ListDomainsForPackageResponse$ = ListDomainsForPackageResponse$;
4928
- exports.ListInstanceTypeDetails$ = ListInstanceTypeDetails$;
4929
1769
  exports.ListInstanceTypeDetailsCommand = ListInstanceTypeDetailsCommand;
4930
- exports.ListInstanceTypeDetailsRequest$ = ListInstanceTypeDetailsRequest$;
4931
- exports.ListInstanceTypeDetailsResponse$ = ListInstanceTypeDetailsResponse$;
4932
- exports.ListPackagesForDomain$ = ListPackagesForDomain$;
4933
1770
  exports.ListPackagesForDomainCommand = ListPackagesForDomainCommand;
4934
- exports.ListPackagesForDomainRequest$ = ListPackagesForDomainRequest$;
4935
- exports.ListPackagesForDomainResponse$ = ListPackagesForDomainResponse$;
4936
- exports.ListScheduledActions$ = ListScheduledActions$;
4937
1771
  exports.ListScheduledActionsCommand = ListScheduledActionsCommand;
4938
- exports.ListScheduledActionsRequest$ = ListScheduledActionsRequest$;
4939
- exports.ListScheduledActionsResponse$ = ListScheduledActionsResponse$;
4940
- exports.ListTags$ = ListTags$;
4941
1772
  exports.ListTagsCommand = ListTagsCommand;
4942
- exports.ListTagsRequest$ = ListTagsRequest$;
4943
- exports.ListTagsResponse$ = ListTagsResponse$;
4944
- exports.ListVersions$ = ListVersions$;
4945
1773
  exports.ListVersionsCommand = ListVersionsCommand;
4946
- exports.ListVersionsRequest$ = ListVersionsRequest$;
4947
- exports.ListVersionsResponse$ = ListVersionsResponse$;
4948
- exports.ListVpcEndpointAccess$ = ListVpcEndpointAccess$;
4949
1774
  exports.ListVpcEndpointAccessCommand = ListVpcEndpointAccessCommand;
4950
- exports.ListVpcEndpointAccessRequest$ = ListVpcEndpointAccessRequest$;
4951
- exports.ListVpcEndpointAccessResponse$ = ListVpcEndpointAccessResponse$;
4952
- exports.ListVpcEndpoints$ = ListVpcEndpoints$;
4953
1775
  exports.ListVpcEndpointsCommand = ListVpcEndpointsCommand;
4954
- exports.ListVpcEndpointsForDomain$ = ListVpcEndpointsForDomain$;
4955
1776
  exports.ListVpcEndpointsForDomainCommand = ListVpcEndpointsForDomainCommand;
4956
- exports.ListVpcEndpointsForDomainRequest$ = ListVpcEndpointsForDomainRequest$;
4957
- exports.ListVpcEndpointsForDomainResponse$ = ListVpcEndpointsForDomainResponse$;
4958
- exports.ListVpcEndpointsRequest$ = ListVpcEndpointsRequest$;
4959
- exports.ListVpcEndpointsResponse$ = ListVpcEndpointsResponse$;
4960
- exports.LogPublishingOption$ = LogPublishingOption$;
4961
- exports.LogPublishingOptionsStatus$ = LogPublishingOptionsStatus$;
4962
1777
  exports.LogType = LogType;
4963
1778
  exports.MaintenanceStatus = MaintenanceStatus;
4964
1779
  exports.MaintenanceType = MaintenanceType;
4965
1780
  exports.MasterNodeStatus = MasterNodeStatus;
4966
- exports.MasterUserOptions$ = MasterUserOptions$;
4967
- exports.ModifyingProperties$ = ModifyingProperties$;
4968
1781
  exports.NaturalLanguageQueryGenerationCurrentState = NaturalLanguageQueryGenerationCurrentState;
4969
1782
  exports.NaturalLanguageQueryGenerationDesiredState = NaturalLanguageQueryGenerationDesiredState;
4970
- exports.NaturalLanguageQueryGenerationOptionsInput$ = NaturalLanguageQueryGenerationOptionsInput$;
4971
- exports.NaturalLanguageQueryGenerationOptionsOutput$ = NaturalLanguageQueryGenerationOptionsOutput$;
4972
- exports.NodeConfig$ = NodeConfig$;
4973
- exports.NodeOption$ = NodeOption$;
4974
1783
  exports.NodeOptionsNodeType = NodeOptionsNodeType;
4975
1784
  exports.NodeStatus = NodeStatus;
4976
- exports.NodeToNodeEncryptionOptions$ = NodeToNodeEncryptionOptions$;
4977
- exports.NodeToNodeEncryptionOptionsStatus$ = NodeToNodeEncryptionOptionsStatus$;
4978
1785
  exports.NodeType = NodeType;
4979
- exports.OffPeakWindow$ = OffPeakWindow$;
4980
- exports.OffPeakWindowOptions$ = OffPeakWindowOptions$;
4981
- exports.OffPeakWindowOptionsStatus$ = OffPeakWindowOptionsStatus$;
4982
1786
  exports.OpenSearch = OpenSearch;
4983
1787
  exports.OpenSearchClient = OpenSearchClient;
4984
1788
  exports.OpenSearchPartitionInstanceType = OpenSearchPartitionInstanceType;
4985
- exports.OpenSearchServiceException = OpenSearchServiceException;
4986
- exports.OpenSearchServiceException$ = OpenSearchServiceException$;
4987
1789
  exports.OpenSearchWarmPartitionInstanceType = OpenSearchWarmPartitionInstanceType;
4988
1790
  exports.OptionState = OptionState;
4989
- exports.OptionStatus$ = OptionStatus$;
4990
- exports.OutboundConnection$ = OutboundConnection$;
4991
- exports.OutboundConnectionStatus$ = OutboundConnectionStatus$;
4992
1791
  exports.OutboundConnectionStatusCode = OutboundConnectionStatusCode;
4993
1792
  exports.OverallChangeStatus = OverallChangeStatus;
4994
- exports.PackageAssociationConfiguration$ = PackageAssociationConfiguration$;
4995
- exports.PackageConfiguration$ = PackageConfiguration$;
4996
- exports.PackageDetails$ = PackageDetails$;
4997
- exports.PackageDetailsForAssociation$ = PackageDetailsForAssociation$;
4998
- exports.PackageEncryptionOptions$ = PackageEncryptionOptions$;
4999
1793
  exports.PackageScopeOperationEnum = PackageScopeOperationEnum;
5000
- exports.PackageSource$ = PackageSource$;
5001
1794
  exports.PackageStatus = PackageStatus;
5002
1795
  exports.PackageType = PackageType;
5003
- exports.PackageVendingOptions$ = PackageVendingOptions$;
5004
- exports.PackageVersionHistory$ = PackageVersionHistory$;
5005
- exports.PluginProperties$ = PluginProperties$;
5006
1796
  exports.PrincipalType = PrincipalType;
5007
1797
  exports.PropertyValueType = PropertyValueType;
5008
- exports.PurchaseReservedInstanceOffering$ = PurchaseReservedInstanceOffering$;
5009
1798
  exports.PurchaseReservedInstanceOfferingCommand = PurchaseReservedInstanceOfferingCommand;
5010
- exports.PurchaseReservedInstanceOfferingRequest$ = PurchaseReservedInstanceOfferingRequest$;
5011
- exports.PurchaseReservedInstanceOfferingResponse$ = PurchaseReservedInstanceOfferingResponse$;
5012
- exports.PutDefaultApplicationSetting$ = PutDefaultApplicationSetting$;
5013
1799
  exports.PutDefaultApplicationSettingCommand = PutDefaultApplicationSettingCommand;
5014
- exports.PutDefaultApplicationSettingRequest$ = PutDefaultApplicationSettingRequest$;
5015
- exports.PutDefaultApplicationSettingResponse$ = PutDefaultApplicationSettingResponse$;
5016
- exports.RecurringCharge$ = RecurringCharge$;
5017
- exports.RejectInboundConnection$ = RejectInboundConnection$;
5018
1800
  exports.RejectInboundConnectionCommand = RejectInboundConnectionCommand;
5019
- exports.RejectInboundConnectionRequest$ = RejectInboundConnectionRequest$;
5020
- exports.RejectInboundConnectionResponse$ = RejectInboundConnectionResponse$;
5021
- exports.RemoveTags$ = RemoveTags$;
5022
1801
  exports.RemoveTagsCommand = RemoveTagsCommand;
5023
- exports.RemoveTagsRequest$ = RemoveTagsRequest$;
5024
1802
  exports.RequirementLevel = RequirementLevel;
5025
- exports.ReservedInstance$ = ReservedInstance$;
5026
- exports.ReservedInstanceOffering$ = ReservedInstanceOffering$;
5027
1803
  exports.ReservedInstancePaymentOption = ReservedInstancePaymentOption;
5028
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
5029
- exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
5030
- exports.ResourceNotFoundException = ResourceNotFoundException;
5031
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
5032
- exports.RevokeVpcEndpointAccess$ = RevokeVpcEndpointAccess$;
5033
1804
  exports.RevokeVpcEndpointAccessCommand = RevokeVpcEndpointAccessCommand;
5034
- exports.RevokeVpcEndpointAccessRequest$ = RevokeVpcEndpointAccessRequest$;
5035
- exports.RevokeVpcEndpointAccessResponse$ = RevokeVpcEndpointAccessResponse$;
5036
1805
  exports.RolesKeyIdCOption = RolesKeyIdCOption;
5037
1806
  exports.RollbackOnDisable = RollbackOnDisable;
5038
- exports.S3GlueDataCatalog$ = S3GlueDataCatalog$;
5039
- exports.S3VectorsEngine$ = S3VectorsEngine$;
5040
- exports.SAMLIdp$ = SAMLIdp$;
5041
- exports.SAMLOptionsInput$ = SAMLOptionsInput$;
5042
- exports.SAMLOptionsOutput$ = SAMLOptionsOutput$;
5043
1807
  exports.ScheduleAt = ScheduleAt;
5044
- exports.ScheduledAction$ = ScheduledAction$;
5045
1808
  exports.ScheduledAutoTuneActionType = ScheduledAutoTuneActionType;
5046
- exports.ScheduledAutoTuneDetails$ = ScheduledAutoTuneDetails$;
5047
1809
  exports.ScheduledAutoTuneSeverityType = ScheduledAutoTuneSeverityType;
5048
1810
  exports.ScheduledBy = ScheduledBy;
5049
- exports.SecurityLakeDirectQueryDataSource$ = SecurityLakeDirectQueryDataSource$;
5050
- exports.ServerlessVectorAcceleration$ = ServerlessVectorAcceleration$;
5051
- exports.ServiceSoftwareOptions$ = ServiceSoftwareOptions$;
5052
1811
  exports.SkipUnavailableStatus = SkipUnavailableStatus;
5053
- exports.SlotNotAvailableException = SlotNotAvailableException;
5054
- exports.SlotNotAvailableException$ = SlotNotAvailableException$;
5055
- exports.SnapshotOptions$ = SnapshotOptions$;
5056
- exports.SnapshotOptionsStatus$ = SnapshotOptionsStatus$;
5057
- exports.SoftwareUpdateOptions$ = SoftwareUpdateOptions$;
5058
- exports.SoftwareUpdateOptionsStatus$ = SoftwareUpdateOptionsStatus$;
5059
- exports.StartDomainMaintenance$ = StartDomainMaintenance$;
5060
1812
  exports.StartDomainMaintenanceCommand = StartDomainMaintenanceCommand;
5061
- exports.StartDomainMaintenanceRequest$ = StartDomainMaintenanceRequest$;
5062
- exports.StartDomainMaintenanceResponse$ = StartDomainMaintenanceResponse$;
5063
- exports.StartServiceSoftwareUpdate$ = StartServiceSoftwareUpdate$;
5064
1813
  exports.StartServiceSoftwareUpdateCommand = StartServiceSoftwareUpdateCommand;
5065
- exports.StartServiceSoftwareUpdateRequest$ = StartServiceSoftwareUpdateRequest$;
5066
- exports.StartServiceSoftwareUpdateResponse$ = StartServiceSoftwareUpdateResponse$;
5067
- exports.StorageType$ = StorageType$;
5068
- exports.StorageTypeLimit$ = StorageTypeLimit$;
5069
1814
  exports.SubjectKeyIdCOption = SubjectKeyIdCOption;
5070
1815
  exports.TLSSecurityPolicy = TLSSecurityPolicy;
5071
- exports.Tag$ = Tag$;
5072
- exports.ThrottlingException = ThrottlingException;
5073
- exports.ThrottlingException$ = ThrottlingException$;
5074
1816
  exports.TimeUnit = TimeUnit;
5075
- exports.UpdateApplication$ = UpdateApplication$;
5076
1817
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
5077
- exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
5078
- exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
5079
- exports.UpdateDataSource$ = UpdateDataSource$;
5080
1818
  exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
5081
- exports.UpdateDataSourceRequest$ = UpdateDataSourceRequest$;
5082
- exports.UpdateDataSourceResponse$ = UpdateDataSourceResponse$;
5083
- exports.UpdateDirectQueryDataSource$ = UpdateDirectQueryDataSource$;
5084
1819
  exports.UpdateDirectQueryDataSourceCommand = UpdateDirectQueryDataSourceCommand;
5085
- exports.UpdateDirectQueryDataSourceRequest$ = UpdateDirectQueryDataSourceRequest$;
5086
- exports.UpdateDirectQueryDataSourceResponse$ = UpdateDirectQueryDataSourceResponse$;
5087
- exports.UpdateDomainConfig$ = UpdateDomainConfig$;
5088
1820
  exports.UpdateDomainConfigCommand = UpdateDomainConfigCommand;
5089
- exports.UpdateDomainConfigRequest$ = UpdateDomainConfigRequest$;
5090
- exports.UpdateDomainConfigResponse$ = UpdateDomainConfigResponse$;
5091
- exports.UpdateIndex$ = UpdateIndex$;
5092
1821
  exports.UpdateIndexCommand = UpdateIndexCommand;
5093
- exports.UpdateIndexRequest$ = UpdateIndexRequest$;
5094
- exports.UpdateIndexResponse$ = UpdateIndexResponse$;
5095
- exports.UpdatePackage$ = UpdatePackage$;
5096
1822
  exports.UpdatePackageCommand = UpdatePackageCommand;
5097
- exports.UpdatePackageRequest$ = UpdatePackageRequest$;
5098
- exports.UpdatePackageResponse$ = UpdatePackageResponse$;
5099
- exports.UpdatePackageScope$ = UpdatePackageScope$;
5100
1823
  exports.UpdatePackageScopeCommand = UpdatePackageScopeCommand;
5101
- exports.UpdatePackageScopeRequest$ = UpdatePackageScopeRequest$;
5102
- exports.UpdatePackageScopeResponse$ = UpdatePackageScopeResponse$;
5103
- exports.UpdateScheduledAction$ = UpdateScheduledAction$;
5104
1824
  exports.UpdateScheduledActionCommand = UpdateScheduledActionCommand;
5105
- exports.UpdateScheduledActionRequest$ = UpdateScheduledActionRequest$;
5106
- exports.UpdateScheduledActionResponse$ = UpdateScheduledActionResponse$;
5107
- exports.UpdateVpcEndpoint$ = UpdateVpcEndpoint$;
5108
1825
  exports.UpdateVpcEndpointCommand = UpdateVpcEndpointCommand;
5109
- exports.UpdateVpcEndpointRequest$ = UpdateVpcEndpointRequest$;
5110
- exports.UpdateVpcEndpointResponse$ = UpdateVpcEndpointResponse$;
5111
- exports.UpgradeDomain$ = UpgradeDomain$;
5112
1826
  exports.UpgradeDomainCommand = UpgradeDomainCommand;
5113
- exports.UpgradeDomainRequest$ = UpgradeDomainRequest$;
5114
- exports.UpgradeDomainResponse$ = UpgradeDomainResponse$;
5115
- exports.UpgradeHistory$ = UpgradeHistory$;
5116
1827
  exports.UpgradeStatus = UpgradeStatus;
5117
1828
  exports.UpgradeStep = UpgradeStep;
5118
- exports.UpgradeStepItem$ = UpgradeStepItem$;
5119
- exports.VPCDerivedInfo$ = VPCDerivedInfo$;
5120
- exports.VPCDerivedInfoStatus$ = VPCDerivedInfoStatus$;
5121
- exports.VPCOptions$ = VPCOptions$;
5122
- exports.ValidationException = ValidationException;
5123
- exports.ValidationException$ = ValidationException$;
5124
- exports.ValidationFailure$ = ValidationFailure$;
5125
- exports.VersionStatus$ = VersionStatus$;
5126
1829
  exports.VolumeType = VolumeType;
5127
- exports.VpcEndpoint$ = VpcEndpoint$;
5128
- exports.VpcEndpointError$ = VpcEndpointError$;
5129
1830
  exports.VpcEndpointErrorCode = VpcEndpointErrorCode;
5130
1831
  exports.VpcEndpointStatus = VpcEndpointStatus;
5131
- exports.VpcEndpointSummary$ = VpcEndpointSummary$;
5132
- exports.WindowStartTime$ = WindowStartTime$;
5133
- exports.ZoneAwarenessConfig$ = ZoneAwarenessConfig$;
5134
1832
  exports.ZoneStatus = ZoneStatus;
5135
1833
  exports.paginateDescribeDomainAutoTunes = paginateDescribeDomainAutoTunes;
5136
1834
  exports.paginateDescribeInboundConnections = paginateDescribeInboundConnections;
@@ -5147,3 +1845,15 @@ exports.paginateListInstanceTypeDetails = paginateListInstanceTypeDetails;
5147
1845
  exports.paginateListPackagesForDomain = paginateListPackagesForDomain;
5148
1846
  exports.paginateListScheduledActions = paginateListScheduledActions;
5149
1847
  exports.paginateListVersions = paginateListVersions;
1848
+ Object.keys(schemas_0).forEach(function (k) {
1849
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1850
+ enumerable: true,
1851
+ get: function () { return schemas_0[k]; }
1852
+ });
1853
+ });
1854
+ Object.keys(errors).forEach(function (k) {
1855
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1856
+ enumerable: true,
1857
+ get: function () { return errors[k]; }
1858
+ });
1859
+ });