@aws-sdk/client-connectcases 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 ConnectCasesServiceException = require('./models/ConnectCasesServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1595 +113,6 @@ class ConnectCasesClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class ConnectCasesServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, ConnectCasesServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends ConnectCasesServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class ConflictException extends ConnectCasesServiceException {
133
- name = "ConflictException";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "ConflictException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, ConflictException.prototype);
142
- }
143
- }
144
- class InternalServerException extends ConnectCasesServiceException {
145
- name = "InternalServerException";
146
- $fault = "server";
147
- $retryable = {};
148
- retryAfterSeconds;
149
- constructor(opts) {
150
- super({
151
- name: "InternalServerException",
152
- $fault: "server",
153
- ...opts,
154
- });
155
- Object.setPrototypeOf(this, InternalServerException.prototype);
156
- this.retryAfterSeconds = opts.retryAfterSeconds;
157
- }
158
- }
159
- class ResourceNotFoundException extends ConnectCasesServiceException {
160
- name = "ResourceNotFoundException";
161
- $fault = "client";
162
- resourceId;
163
- resourceType;
164
- constructor(opts) {
165
- super({
166
- name: "ResourceNotFoundException",
167
- $fault: "client",
168
- ...opts,
169
- });
170
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
171
- this.resourceId = opts.resourceId;
172
- this.resourceType = opts.resourceType;
173
- }
174
- }
175
- class ThrottlingException extends ConnectCasesServiceException {
176
- name = "ThrottlingException";
177
- $fault = "client";
178
- $retryable = {};
179
- constructor(opts) {
180
- super({
181
- name: "ThrottlingException",
182
- $fault: "client",
183
- ...opts,
184
- });
185
- Object.setPrototypeOf(this, ThrottlingException.prototype);
186
- }
187
- }
188
- class ValidationException extends ConnectCasesServiceException {
189
- name = "ValidationException";
190
- $fault = "client";
191
- constructor(opts) {
192
- super({
193
- name: "ValidationException",
194
- $fault: "client",
195
- ...opts,
196
- });
197
- Object.setPrototypeOf(this, ValidationException.prototype);
198
- }
199
- }
200
- class ServiceQuotaExceededException extends ConnectCasesServiceException {
201
- name = "ServiceQuotaExceededException";
202
- $fault = "client";
203
- constructor(opts) {
204
- super({
205
- name: "ServiceQuotaExceededException",
206
- $fault: "client",
207
- ...opts,
208
- });
209
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
210
- }
211
- }
212
-
213
- const _ADE = "AccessDeniedException";
214
- const _AE = "AuditEvent";
215
- const _AEF = "AuditEventField";
216
- const _AEFL = "AuditEventFieldList";
217
- const _AEFVU = "AuditEventFieldValueUnion";
218
- const _AEL = "AuditEventsList";
219
- const _AEPB = "AuditEventPerformedBy";
220
- const _BC = "BooleanCondition";
221
- const _BCL = "BooleanConditionList";
222
- const _BGCR = "BatchGetCaseRule";
223
- const _BGCREL = "BatchGetCaseRuleErrorList";
224
- const _BGCRL = "BatchGetCaseRuleList";
225
- const _BGCRR = "BatchGetCaseRuleRequest";
226
- const _BGCRRa = "BatchGetCaseRuleResponse";
227
- const _BGF = "BatchGetField";
228
- const _BGFEL = "BatchGetFieldErrorList";
229
- const _BGFIL = "BatchGetFieldIdentifierList";
230
- const _BGFL = "BatchGetFieldList";
231
- const _BGFR = "BatchGetFieldRequest";
232
- const _BGFRa = "BatchGetFieldResponse";
233
- const _BL = "BasicLayout";
234
- const _BO = "BooleanOperands";
235
- const _BPFO = "BatchPutFieldOptions";
236
- const _BPFOR = "BatchPutFieldOptionsRequest";
237
- const _BPFORa = "BatchPutFieldOptionsResponse";
238
- const _C = "Contact";
239
- const _CC = "CommentContent";
240
- const _CCC = "ConnectCaseContent";
241
- const _CCF = "ConnectCaseFilter";
242
- const _CCIC = "ConnectCaseInputContent";
243
- const _CCR = "CreateCaseRequest";
244
- const _CCRR = "CreateCaseRuleRequest";
245
- const _CCRRr = "CreateCaseRuleResponse";
246
- const _CCRr = "CreateCaseResponse";
247
- const _CCRre = "CreateCaseRule";
248
- const _CCo = "ContactContent";
249
- const _CCr = "CreateCase";
250
- const _CCu = "CustomContent";
251
- const _CD = "CreateDomain";
252
- const _CDR = "CreateDomainRequest";
253
- const _CDRr = "CreateDomainResponse";
254
- const _CE = "CustomEntity";
255
- const _CEID = "CaseEventIncludedData";
256
- const _CEo = "ConflictException";
257
- const _CF = "CommentFilter";
258
- const _CFF = "CustomFieldsFilter";
259
- const _CFFL = "CustomFieldsFilterList";
260
- const _CFL = "CaseFilterList";
261
- const _CFR = "CreateFieldRequest";
262
- const _CFRr = "CreateFieldResponse";
263
- const _CFa = "CaseFilter";
264
- const _CFo = "ContactFilter";
265
- const _CFr = "CreateField";
266
- const _CFu = "CustomFilter";
267
- const _CIC = "CustomInputContent";
268
- const _CL = "CreateLayout";
269
- const _CLR = "CreateLayoutRequest";
270
- const _CLRr = "CreateLayoutResponse";
271
- const _CRD = "CaseRuleDetails";
272
- const _CRE = "CaseRuleError";
273
- const _CRI = "CaseRuleIdentifier";
274
- const _CRIL = "CaseRuleIdentifierList";
275
- const _CRIR = "CreateRelatedItemRequest";
276
- const _CRIRr = "CreateRelatedItemResponse";
277
- const _CRIr = "CreateRelatedItem";
278
- const _CRS = "CaseRuleSummary";
279
- const _CRSL = "CaseRuleSummaryList";
280
- const _CS = "CaseSummary";
281
- const _CSL = "CaseSummaryList";
282
- const _CT = "CreateTemplate";
283
- const _CTR = "CreateTemplateRequest";
284
- const _CTRr = "CreateTemplateResponse";
285
- const _DC = "DeleteCase";
286
- const _DCR = "DeleteCaseRequest";
287
- const _DCRR = "DeleteCaseRuleRequest";
288
- const _DCRRe = "DeleteCaseRuleResponse";
289
- const _DCRe = "DeleteCaseResponse";
290
- const _DCRel = "DeleteCaseRule";
291
- const _DD = "DeleteDomain";
292
- const _DDR = "DeleteDomainRequest";
293
- const _DDRe = "DeleteDomainResponse";
294
- const _DF = "DeleteField";
295
- const _DFR = "DeleteFieldRequest";
296
- const _DFRe = "DeleteFieldResponse";
297
- const _DL = "DeleteLayout";
298
- const _DLR = "DeleteLayoutRequest";
299
- const _DLRe = "DeleteLayoutResponse";
300
- const _DRI = "DeleteRelatedItem";
301
- const _DRIR = "DeleteRelatedItemRequest";
302
- const _DRIRe = "DeleteRelatedItemResponse";
303
- const _DS = "DomainSummary";
304
- const _DSL = "DomainSummaryList";
305
- const _DT = "DeleteTemplate";
306
- const _DTR = "DeleteTemplateRequest";
307
- const _DTRe = "DeleteTemplateResponse";
308
- const _EBC = "EventBridgeConfiguration";
309
- const _EFV = "EmptyFieldValue";
310
- const _EID = "EventIncludedData";
311
- const _EOV = "EmptyOperandValue";
312
- const _FA = "FieldAttributes";
313
- const _FC = "FileContent";
314
- const _FE = "FieldError";
315
- const _FF = "FileFilter";
316
- const _FFi = "FieldFilter";
317
- const _FG = "FieldGroup";
318
- const _FI = "FieldIdentifier";
319
- const _FIL = "FieldIdentifierList";
320
- const _FIi = "FieldItem";
321
- const _FL = "FieldList";
322
- const _FO = "FieldOption";
323
- const _FOCR = "FieldOptionsCaseRule";
324
- const _FOE = "FieldOptionError";
325
- const _FOEL = "FieldOptionErrorList";
326
- const _FOL = "FieldOptionsList";
327
- const _FS = "FieldSummary";
328
- const _FSL = "FieldSummaryList";
329
- const _FV = "FieldValue";
330
- const _FVL = "FieldValueList";
331
- const _FVU = "FieldValueUnion";
332
- const _GC = "GetCase";
333
- const _GCAE = "GetCaseAuditEvents";
334
- const _GCAER = "GetCaseAuditEventsRequest";
335
- const _GCAERe = "GetCaseAuditEventsResponse";
336
- const _GCEC = "GetCaseEventConfiguration";
337
- const _GCECR = "GetCaseEventConfigurationRequest";
338
- const _GCECRe = "GetCaseEventConfigurationResponse";
339
- const _GCR = "GetCaseRequest";
340
- const _GCRR = "GetCaseRuleResponse";
341
- const _GCRe = "GetCaseResponse";
342
- const _GD = "GetDomain";
343
- const _GDR = "GetDomainRequest";
344
- const _GDRe = "GetDomainResponse";
345
- const _GFR = "GetFieldResponse";
346
- const _GL = "GetLayout";
347
- const _GLR = "GetLayoutRequest";
348
- const _GLRe = "GetLayoutResponse";
349
- const _GT = "GetTemplate";
350
- const _GTR = "GetTemplateRequest";
351
- const _GTRe = "GetTemplateResponse";
352
- const _HCR = "HiddenCaseRule";
353
- const _ISE = "InternalServerException";
354
- const _LC = "LayoutConfiguration";
355
- const _LCFC = "ListCasesForContact";
356
- const _LCFCR = "ListCasesForContactRequest";
357
- const _LCFCRi = "ListCasesForContactResponse";
358
- const _LCR = "ListCaseRules";
359
- const _LCRR = "ListCaseRulesRequest";
360
- const _LCRRi = "ListCaseRulesResponse";
361
- const _LCa = "LayoutContent";
362
- const _LD = "ListDomains";
363
- const _LDR = "ListDomainsRequest";
364
- const _LDRi = "ListDomainsResponse";
365
- const _LF = "ListFields";
366
- const _LFO = "ListFieldOptions";
367
- const _LFOR = "ListFieldOptionsRequest";
368
- const _LFORi = "ListFieldOptionsResponse";
369
- const _LFR = "ListFieldsRequest";
370
- const _LFRi = "ListFieldsResponse";
371
- const _LL = "ListLayouts";
372
- const _LLR = "ListLayoutsRequest";
373
- const _LLRi = "ListLayoutsResponse";
374
- const _LS = "LayoutSections";
375
- const _LSL = "LayoutSummaryList";
376
- const _LSa = "LayoutSummary";
377
- const _LT = "ListTemplates";
378
- const _LTFR = "ListTagsForResource";
379
- const _LTFRR = "ListTagsForResourceRequest";
380
- const _LTFRRi = "ListTagsForResourceResponse";
381
- const _LTR = "ListTemplatesRequest";
382
- const _LTRi = "ListTemplatesResponse";
383
- const _OO = "OperandOne";
384
- const _OT = "OperandTwo";
385
- const _PCEC = "PutCaseEventConfiguration";
386
- const _PCECR = "PutCaseEventConfigurationRequest";
387
- const _PCECRu = "PutCaseEventConfigurationResponse";
388
- const _PCFOM = "ParentChildFieldOptionsMapping";
389
- const _PCFOML = "ParentChildFieldOptionsMappingList";
390
- const _RA = "Retry-After";
391
- const _RCR = "RequiredCaseRule";
392
- const _RF = "RequiredField";
393
- const _RFL = "RequiredFieldList";
394
- const _RIC = "RelatedItemContent";
395
- const _RIEID = "RelatedItemEventIncludedData";
396
- const _RIFL = "RelatedItemFilterList";
397
- const _RIIC = "RelatedItemInputContent";
398
- const _RITF = "RelatedItemTypeFilter";
399
- const _RNFE = "ResourceNotFoundException";
400
- const _S = "Sort";
401
- const _SARI = "SearchAllRelatedItems";
402
- const _SARIR = "SearchAllRelatedItemsRequest";
403
- const _SARIRI = "SearchAllRelatedItemsResponseItem";
404
- const _SARIRIL = "SearchAllRelatedItemsResponseItemList";
405
- const _SARIRe = "SearchAllRelatedItemsResponse";
406
- const _SARIS = "SearchAllRelatedItemsSort";
407
- const _SARISL = "SearchAllRelatedItemsSortList";
408
- const _SC = "SlaConfiguration";
409
- const _SCR = "SearchCasesRequest";
410
- const _SCRI = "SearchCasesResponseItem";
411
- const _SCRIL = "SearchCasesResponseItemList";
412
- const _SCRe = "SearchCasesResponse";
413
- const _SCe = "SearchCases";
414
- const _SCl = "SlaContent";
415
- const _SF = "SlaFilter";
416
- const _SFVUL = "SlaFieldValueUnionList";
417
- const _SIC = "SlaInputConfiguration";
418
- const _SICl = "SlaInputContent";
419
- const _SL = "SectionsList";
420
- const _SLo = "SortList";
421
- const _SN = "SlaName";
422
- const _SQEE = "ServiceQuotaExceededException";
423
- const _SRI = "SearchRelatedItems";
424
- const _SRIR = "SearchRelatedItemsRequest";
425
- const _SRIRI = "SearchRelatedItemsResponseItem";
426
- const _SRIRIL = "SearchRelatedItemsResponseItemList";
427
- const _SRIRe = "SearchRelatedItemsResponse";
428
- const _Se = "Section";
429
- const _T = "Tags";
430
- const _TA = "TextAttributes";
431
- const _TCRL = "TemplateCaseRuleList";
432
- const _TE = "ThrottlingException";
433
- const _TF = "TagFilter";
434
- const _TPC = "TagPropagationConfiguration";
435
- const _TPCL = "TagPropagationConfigurationList";
436
- const _TR = "TemplateRule";
437
- const _TRR = "TagResourceRequest";
438
- const _TRa = "TagResource";
439
- const _TS = "TemplateSummary";
440
- const _TSL = "TemplateSummaryList";
441
- const _TV = "TagValue";
442
- const _UC = "UpdateCase";
443
- const _UCR = "UpdateCaseRequest";
444
- const _UCRR = "UpdateCaseRuleRequest";
445
- const _UCRRp = "UpdateCaseRuleResponse";
446
- const _UCRp = "UpdateCaseResponse";
447
- const _UCRpd = "UpdateCaseRule";
448
- const _UF = "UpdateField";
449
- const _UFR = "UpdateFieldRequest";
450
- const _UFRp = "UpdateFieldResponse";
451
- const _UL = "UpdateLayout";
452
- const _ULR = "UpdateLayoutRequest";
453
- const _ULRp = "UpdateLayoutResponse";
454
- const _UR = "UntagResource";
455
- const _URR = "UntagResourceRequest";
456
- const _UT = "UpdateTemplate";
457
- const _UTR = "UpdateTemplateRequest";
458
- const _UTRp = "UpdateTemplateResponse";
459
- const _UU = "UserUnion";
460
- const _VE = "ValidationException";
461
- const _a = "attributes";
462
- const _aA = "andAll";
463
- const _aE = "auditEvents";
464
- const _aT = "associationTime";
465
- const _ac = "active";
466
- const _ar = "arn";
467
- const _b = "body";
468
- const _bV = "booleanValue";
469
- const _ba = "basic";
470
- const _c = "client";
471
- const _cA = "contactArn";
472
- const _cAa = "caseArn";
473
- const _cC = "connectCase";
474
- const _cD = "caseData";
475
- const _cE = "customEntity";
476
- const _cFI = "childFieldId";
477
- const _cFOV = "childFieldOptionValues";
478
- const _cI = "caseId";
479
- const _cR = "caseRules";
480
- const _cRA = "caseRuleArn";
481
- const _cRI = "caseRuleId";
482
- const _cT = "contentType";
483
- const _cTST = "connectedToSystemTime";
484
- const _cTl = "clientToken";
485
- const _cTo = "completionTime";
486
- const _cTr = "createdTime";
487
- const _ca = "cases";
488
- const _ch = "channel";
489
- const _co = "content";
490
- const _com = "comment";
491
- const _con = "conditions";
492
- const _cont = "contains";
493
- const _conta = "contact";
494
- const _cu = "custom";
495
- const _d = "description";
496
- const _dA = "domainArn";
497
- const _dI = "domainId";
498
- const _dL = "defaultLayout";
499
- const _dS = "domainStatus";
500
- const _dV = "defaultValue";
501
- const _dVo = "doubleValue";
502
- const _de = "deleted";
503
- const _do = "domains";
504
- const _e = "error";
505
- const _eB = "eventBridge";
506
- const _eC = "errorCode";
507
- const _eFI = "eventFieldId";
508
- const _eI = "eventId";
509
- const _eT = "equalTo";
510
- const _eV = "emptyValue";
511
- const _en = "enabled";
512
- const _er = "errors";
513
- const _f = "fields";
514
- const _fA = "fieldArn";
515
- const _fAi = "fileArn";
516
- const _fG = "fieldGroup";
517
- const _fI = "fieldId";
518
- const _fO = "fieldOptions";
519
- const _fi = "filters";
520
- const _fie = "field";
521
- const _fil = "filter";
522
- const _file = "file";
523
- const _gT = "greaterThan";
524
- const _gTOET = "greaterThanOrEqualTo";
525
- const _h = "hidden";
526
- const _hE = "httpError";
527
- const _hH = "httpHeader";
528
- const _hQ = "httpQuery";
529
- const _ht = "http";
530
- const _i = "id";
531
- const _iC = "includeContent";
532
- const _iD = "includedData";
533
- const _iM = "isMultiline";
534
- const _iPA = "iamPrincipalArn";
535
- const _k = "key";
536
- const _l = "layouts";
537
- const _lA = "layoutArn";
538
- const _lC = "layoutConfiguration";
539
- const _lI = "layoutId";
540
- const _lMT = "lastModifiedTime";
541
- const _lT = "lessThan";
542
- const _lTOET = "lessThanOrEqualTo";
543
- const _m = "message";
544
- const _mI = "moreInfo";
545
- const _mR = "maxResults";
546
- const _n = "name";
547
- const _nET = "notEqualTo";
548
- const _nT = "nextToken";
549
- const _nV = "newValue";
550
- const _na = "namespace";
551
- const _no = "not";
552
- const _o = "options";
553
- const _oA = "orAll";
554
- const _oO = "operandOne";
555
- const _oT = "operandTwo";
556
- const _oV = "oldValue";
557
- const _pB = "performedBy";
558
- const _pCFOM = "parentChildFieldOptionsMappings";
559
- const _pFI = "parentFieldId";
560
- const _pFOV = "parentFieldOptionValue";
561
- const _pT = "performedTime";
562
- const _r = "result";
563
- const _rAS = "retryAfterSeconds";
564
- const _rF = "requiredFields";
565
- const _rI = "resourceId";
566
- const _rIA = "relatedItemArn";
567
- const _rID = "relatedItemData";
568
- const _rII = "relatedItemId";
569
- const _rIT = "relatedItemType";
570
- const _rIe = "relatedItems";
571
- const _rT = "ruleType";
572
- const _rTe = "resourceType";
573
- const _re = "required";
574
- const _ru = "rule";
575
- const _rul = "rules";
576
- const _s = "status";
577
- const _sC = "slaConfiguration";
578
- const _sIC = "slaInputConfiguration";
579
- const _sO = "sortOrder";
580
- const _sP = "sortProperty";
581
- const _sT = "searchTerm";
582
- const _sV = "stringValue";
583
- const _se = "server";
584
- const _sec = "sections";
585
- const _sl = "sla";
586
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connectcases";
587
- const _so = "sorts";
588
- const _sp = "sparse";
589
- const _t = "type";
590
- const _tA = "templateArn";
591
- const _tC = "totalCount";
592
- const _tFV = "targetFieldValues";
593
- const _tI = "templateId";
594
- const _tK = "tagKeys";
595
- const _tM = "tagMap";
596
- const _tP = "topPanel";
597
- const _tPC = "tagPropagationConfigurations";
598
- const _tSM = "targetSlaMinutes";
599
- const _tT = "targetTime";
600
- const _ta = "tags";
601
- const _tag = "tag";
602
- const _te = "templates";
603
- const _tex = "text";
604
- const _u = "user";
605
- const _uA = "userArn";
606
- const _uAV = "userArnValue";
607
- const _uCR = "unprocessedCaseRules";
608
- const _v = "value";
609
- const _va = "values";
610
- const n0 = "com.amazonaws.connectcases";
611
- var CustomEntity = [0, n0, _CE, 8, 0];
612
- var SlaName = [0, n0, _SN, 8, 0];
613
- var AccessDeniedException$ = [-3, n0, _ADE,
614
- { [_e]: _c, [_hE]: 403 },
615
- [_m],
616
- [0], 1
617
- ];
618
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
619
- var AuditEvent$ = [3, n0, _AE,
620
- 0,
621
- [_eI, _t, _pT, _f, _rIT, _pB],
622
- [0, 0, 5, [() => AuditEventFieldList, 0], 0, [() => AuditEventPerformedBy$, 0]], 4
623
- ];
624
- var AuditEventField$ = [3, n0, _AEF,
625
- 0,
626
- [_eFI, _nV, _oV],
627
- [0, () => AuditEventFieldValueUnion$, () => AuditEventFieldValueUnion$], 2
628
- ];
629
- var AuditEventPerformedBy$ = [3, n0, _AEPB,
630
- 0,
631
- [_iPA, _u],
632
- [0, [() => UserUnion$, 0]], 1
633
- ];
634
- var BasicLayout$ = [3, n0, _BL,
635
- 0,
636
- [_tP, _mI],
637
- [() => LayoutSections$, () => LayoutSections$]
638
- ];
639
- var BatchGetCaseRuleRequest$ = [3, n0, _BGCRR,
640
- 0,
641
- [_dI, _cR],
642
- [[0, 1], () => CaseRuleIdentifierList], 2
643
- ];
644
- var BatchGetCaseRuleResponse$ = [3, n0, _BGCRRa,
645
- 0,
646
- [_cR, _er, _uCR],
647
- [[() => BatchGetCaseRuleList, 0], () => BatchGetCaseRuleErrorList, 64 | 0], 2
648
- ];
649
- var BatchGetFieldRequest$ = [3, n0, _BGFR,
650
- 0,
651
- [_dI, _f],
652
- [[0, 1], () => BatchGetFieldIdentifierList], 2
653
- ];
654
- var BatchGetFieldResponse$ = [3, n0, _BGFRa,
655
- 0,
656
- [_f, _er],
657
- [[() => BatchGetFieldList, 0], () => BatchGetFieldErrorList], 2
658
- ];
659
- var BatchPutFieldOptionsRequest$ = [3, n0, _BPFOR,
660
- 0,
661
- [_dI, _fI, _o],
662
- [[0, 1], [0, 1], () => FieldOptionsList], 3
663
- ];
664
- var BatchPutFieldOptionsResponse$ = [3, n0, _BPFORa,
665
- 0,
666
- [_er],
667
- [() => FieldOptionErrorList]
668
- ];
669
- var BooleanOperands$ = [3, n0, _BO,
670
- 0,
671
- [_oO, _oT, _r],
672
- [() => OperandOne$, () => OperandTwo$, 2], 3
673
- ];
674
- var CaseEventIncludedData$ = [3, n0, _CEID,
675
- 0,
676
- [_f],
677
- [() => FieldIdentifierList], 1
678
- ];
679
- var CaseRuleError$ = [3, n0, _CRE,
680
- 0,
681
- [_i, _eC, _m],
682
- [0, 0, 0], 2
683
- ];
684
- var CaseRuleIdentifier$ = [3, n0, _CRI,
685
- 0,
686
- [_i],
687
- [0], 1
688
- ];
689
- var CaseRuleSummary$ = [3, n0, _CRS,
690
- 0,
691
- [_cRI, _n, _cRA, _rT, _d],
692
- [0, 0, 0, 0, 0], 4
693
- ];
694
- var CaseSummary$ = [3, n0, _CS,
695
- 0,
696
- [_cI, _tI],
697
- [0, 0], 2
698
- ];
699
- var CommentContent$ = [3, n0, _CC,
700
- 0,
701
- [_b, _cT],
702
- [0, 0], 2
703
- ];
704
- var CommentFilter$ = [3, n0, _CF,
705
- 0,
706
- [],
707
- []
708
- ];
709
- var ConflictException$ = [-3, n0, _CEo,
710
- { [_e]: _c, [_hE]: 409 },
711
- [_m],
712
- [0], 1
713
- ];
714
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
715
- var ConnectCaseContent$ = [3, n0, _CCC,
716
- 0,
717
- [_cI],
718
- [0], 1
719
- ];
720
- var ConnectCaseFilter$ = [3, n0, _CCF,
721
- 0,
722
- [_cI],
723
- [0]
724
- ];
725
- var ConnectCaseInputContent$ = [3, n0, _CCIC,
726
- 0,
727
- [_cI],
728
- [0], 1
729
- ];
730
- var Contact$ = [3, n0, _C,
731
- 0,
732
- [_cA],
733
- [0], 1
734
- ];
735
- var ContactContent$ = [3, n0, _CCo,
736
- 0,
737
- [_cA, _ch, _cTST],
738
- [0, 0, 5], 3
739
- ];
740
- var ContactFilter$ = [3, n0, _CFo,
741
- 0,
742
- [_ch, _cA],
743
- [64 | 0, 0]
744
- ];
745
- var CreateCaseRequest$ = [3, n0, _CCR,
746
- 0,
747
- [_dI, _tI, _f, _cTl, _pB, _ta],
748
- [[0, 1], 0, () => FieldValueList, [0, 4], [() => UserUnion$, 0], 128 | 0], 3
749
- ];
750
- var CreateCaseResponse$ = [3, n0, _CCRr,
751
- 0,
752
- [_cI, _cAa],
753
- [0, 0], 2
754
- ];
755
- var CreateCaseRuleRequest$ = [3, n0, _CCRR,
756
- 0,
757
- [_dI, _n, _ru, _d],
758
- [[0, 1], 0, () => CaseRuleDetails$, 0], 3
759
- ];
760
- var CreateCaseRuleResponse$ = [3, n0, _CCRRr,
761
- 0,
762
- [_cRI, _cRA],
763
- [0, 0], 2
764
- ];
765
- var CreateDomainRequest$ = [3, n0, _CDR,
766
- 0,
767
- [_n],
768
- [0], 1
769
- ];
770
- var CreateDomainResponse$ = [3, n0, _CDRr,
771
- 0,
772
- [_dI, _dA, _dS],
773
- [0, 0, 0], 3
774
- ];
775
- var CreateFieldRequest$ = [3, n0, _CFR,
776
- 0,
777
- [_dI, _n, _t, _d, _a],
778
- [[0, 1], 0, 0, 0, () => FieldAttributes$], 3
779
- ];
780
- var CreateFieldResponse$ = [3, n0, _CFRr,
781
- 0,
782
- [_fI, _fA],
783
- [0, 0], 2
784
- ];
785
- var CreateLayoutRequest$ = [3, n0, _CLR,
786
- 0,
787
- [_dI, _n, _co],
788
- [[0, 1], 0, () => LayoutContent$], 3
789
- ];
790
- var CreateLayoutResponse$ = [3, n0, _CLRr,
791
- 0,
792
- [_lI, _lA],
793
- [0, 0], 2
794
- ];
795
- var CreateRelatedItemRequest$ = [3, n0, _CRIR,
796
- 0,
797
- [_dI, _cI, _t, _co, _pB],
798
- [[0, 1], [0, 1], 0, [() => RelatedItemInputContent$, 0], [() => UserUnion$, 0]], 4
799
- ];
800
- var CreateRelatedItemResponse$ = [3, n0, _CRIRr,
801
- 0,
802
- [_rII, _rIA],
803
- [0, 0], 2
804
- ];
805
- var CreateTemplateRequest$ = [3, n0, _CTR,
806
- 0,
807
- [_dI, _n, _d, _lC, _rF, _s, _rul, _tPC],
808
- [[0, 1], 0, 0, () => LayoutConfiguration$, () => RequiredFieldList, 0, () => TemplateCaseRuleList, () => TagPropagationConfigurationList], 2
809
- ];
810
- var CreateTemplateResponse$ = [3, n0, _CTRr,
811
- 0,
812
- [_tI, _tA],
813
- [0, 0], 2
814
- ];
815
- var CustomContent$ = [3, n0, _CCu,
816
- 0,
817
- [_f],
818
- [() => FieldValueList], 1
819
- ];
820
- var CustomFilter$ = [3, n0, _CFu,
821
- 0,
822
- [_f],
823
- [() => CustomFieldsFilter$]
824
- ];
825
- var CustomInputContent$ = [3, n0, _CIC,
826
- 0,
827
- [_f],
828
- [() => FieldValueList], 1
829
- ];
830
- var DeleteCaseRequest$ = [3, n0, _DCR,
831
- 0,
832
- [_dI, _cI],
833
- [[0, 1], [0, 1]], 2
834
- ];
835
- var DeleteCaseResponse$ = [3, n0, _DCRe,
836
- 0,
837
- [],
838
- []
839
- ];
840
- var DeleteCaseRuleRequest$ = [3, n0, _DCRR,
841
- 0,
842
- [_dI, _cRI],
843
- [[0, 1], [0, 1]], 2
844
- ];
845
- var DeleteCaseRuleResponse$ = [3, n0, _DCRRe,
846
- 0,
847
- [],
848
- []
849
- ];
850
- var DeleteDomainRequest$ = [3, n0, _DDR,
851
- 0,
852
- [_dI],
853
- [[0, 1]], 1
854
- ];
855
- var DeleteDomainResponse$ = [3, n0, _DDRe,
856
- 0,
857
- [],
858
- []
859
- ];
860
- var DeleteFieldRequest$ = [3, n0, _DFR,
861
- 0,
862
- [_dI, _fI],
863
- [[0, 1], [0, 1]], 2
864
- ];
865
- var DeleteFieldResponse$ = [3, n0, _DFRe,
866
- 0,
867
- [],
868
- []
869
- ];
870
- var DeleteLayoutRequest$ = [3, n0, _DLR,
871
- 0,
872
- [_dI, _lI],
873
- [[0, 1], [0, 1]], 2
874
- ];
875
- var DeleteLayoutResponse$ = [3, n0, _DLRe,
876
- 0,
877
- [],
878
- []
879
- ];
880
- var DeleteRelatedItemRequest$ = [3, n0, _DRIR,
881
- 0,
882
- [_dI, _cI, _rII],
883
- [[0, 1], [0, 1], [0, 1]], 3
884
- ];
885
- var DeleteRelatedItemResponse$ = [3, n0, _DRIRe,
886
- 0,
887
- [],
888
- []
889
- ];
890
- var DeleteTemplateRequest$ = [3, n0, _DTR,
891
- 0,
892
- [_dI, _tI],
893
- [[0, 1], [0, 1]], 2
894
- ];
895
- var DeleteTemplateResponse$ = [3, n0, _DTRe,
896
- 0,
897
- [],
898
- []
899
- ];
900
- var DomainSummary$ = [3, n0, _DS,
901
- 0,
902
- [_dI, _dA, _n],
903
- [0, 0, 0], 3
904
- ];
905
- var EmptyFieldValue$ = [3, n0, _EFV,
906
- 0,
907
- [],
908
- []
909
- ];
910
- var EmptyOperandValue$ = [3, n0, _EOV,
911
- 0,
912
- [],
913
- []
914
- ];
915
- var EventBridgeConfiguration$ = [3, n0, _EBC,
916
- 0,
917
- [_en, _iD],
918
- [2, () => EventIncludedData$], 1
919
- ];
920
- var EventIncludedData$ = [3, n0, _EID,
921
- 0,
922
- [_cD, _rID],
923
- [() => CaseEventIncludedData$, () => RelatedItemEventIncludedData$]
924
- ];
925
- var FieldError$ = [3, n0, _FE,
926
- 0,
927
- [_i, _eC, _m],
928
- [0, 0, 0], 2
929
- ];
930
- var FieldGroup$ = [3, n0, _FG,
931
- 0,
932
- [_f, _n],
933
- [() => FieldList, 0], 1
934
- ];
935
- var FieldIdentifier$ = [3, n0, _FI,
936
- 0,
937
- [_i],
938
- [0], 1
939
- ];
940
- var FieldItem$ = [3, n0, _FIi,
941
- 0,
942
- [_i],
943
- [0], 1
944
- ];
945
- var FieldOption$ = [3, n0, _FO,
946
- 0,
947
- [_n, _v, _ac],
948
- [0, 0, 2], 3
949
- ];
950
- var FieldOptionError$ = [3, n0, _FOE,
951
- 0,
952
- [_m, _eC, _v],
953
- [0, 0, 0], 3
954
- ];
955
- var FieldOptionsCaseRule$ = [3, n0, _FOCR,
956
- 0,
957
- [_pCFOM, _pFI, _cFI],
958
- [() => ParentChildFieldOptionsMappingList, 0, 0], 1
959
- ];
960
- var FieldSummary$ = [3, n0, _FS,
961
- 0,
962
- [_fI, _fA, _n, _t, _na, _a],
963
- [0, 0, 0, 0, 0, () => FieldAttributes$], 5
964
- ];
965
- var FieldValue$ = [3, n0, _FV,
966
- 0,
967
- [_i, _v],
968
- [0, () => FieldValueUnion$], 2
969
- ];
970
- var FileContent$ = [3, n0, _FC,
971
- 0,
972
- [_fAi],
973
- [0], 1
974
- ];
975
- var FileFilter$ = [3, n0, _FF,
976
- 0,
977
- [_fAi],
978
- [0]
979
- ];
980
- var GetCaseAuditEventsRequest$ = [3, n0, _GCAER,
981
- 0,
982
- [_cI, _dI, _mR, _nT],
983
- [[0, 1], [0, 1], 1, 0], 2
984
- ];
985
- var GetCaseAuditEventsResponse$ = [3, n0, _GCAERe,
986
- 0,
987
- [_aE, _nT],
988
- [[() => AuditEventsList, 0], 0], 1
989
- ];
990
- var GetCaseEventConfigurationRequest$ = [3, n0, _GCECR,
991
- 0,
992
- [_dI],
993
- [[0, 1]], 1
994
- ];
995
- var GetCaseEventConfigurationResponse$ = [3, n0, _GCECRe,
996
- 0,
997
- [_eB],
998
- [() => EventBridgeConfiguration$], 1
999
- ];
1000
- var GetCaseRequest$ = [3, n0, _GCR,
1001
- 0,
1002
- [_cI, _dI, _f, _nT],
1003
- [[0, 1], [0, 1], () => FieldIdentifierList, 0], 3
1004
- ];
1005
- var GetCaseResponse$ = [3, n0, _GCRe,
1006
- 0,
1007
- [_f, _tI, _nT, _ta],
1008
- [() => FieldValueList, 0, 0, [() => Tags, 0]], 2
1009
- ];
1010
- var GetCaseRuleResponse$ = [3, n0, _GCRR,
1011
- 0,
1012
- [_cRI, _n, _cRA, _ru, _d, _de, _cTr, _lMT, _ta],
1013
- [0, 0, 0, () => CaseRuleDetails$, 0, 2, 5, 5, [() => Tags, 0]], 4
1014
- ];
1015
- var GetDomainRequest$ = [3, n0, _GDR,
1016
- 0,
1017
- [_dI],
1018
- [[0, 1]], 1
1019
- ];
1020
- var GetDomainResponse$ = [3, n0, _GDRe,
1021
- 0,
1022
- [_dI, _dA, _n, _cTr, _dS, _ta],
1023
- [0, 0, 0, 5, 0, [() => Tags, 0]], 5
1024
- ];
1025
- var GetFieldResponse$ = [3, n0, _GFR,
1026
- 0,
1027
- [_fI, _n, _fA, _t, _na, _d, _ta, _de, _cTr, _lMT, _a],
1028
- [0, 0, 0, 0, 0, 0, [() => Tags, 0], 2, 5, 5, () => FieldAttributes$], 5
1029
- ];
1030
- var GetLayoutRequest$ = [3, n0, _GLR,
1031
- 0,
1032
- [_dI, _lI],
1033
- [[0, 1], [0, 1]], 2
1034
- ];
1035
- var GetLayoutResponse$ = [3, n0, _GLRe,
1036
- 0,
1037
- [_lI, _lA, _n, _co, _ta, _de, _cTr, _lMT],
1038
- [0, 0, 0, () => LayoutContent$, [() => Tags, 0], 2, 5, 5], 4
1039
- ];
1040
- var GetTemplateRequest$ = [3, n0, _GTR,
1041
- 0,
1042
- [_dI, _tI],
1043
- [[0, 1], [0, 1]], 2
1044
- ];
1045
- var GetTemplateResponse$ = [3, n0, _GTRe,
1046
- 0,
1047
- [_tI, _tA, _n, _s, _d, _lC, _rF, _ta, _de, _cTr, _lMT, _rul, _tPC],
1048
- [0, 0, 0, 0, 0, () => LayoutConfiguration$, () => RequiredFieldList, [() => Tags, 0], 2, 5, 5, () => TemplateCaseRuleList, () => TagPropagationConfigurationList], 4
1049
- ];
1050
- var HiddenCaseRule$ = [3, n0, _HCR,
1051
- 0,
1052
- [_dV, _con],
1053
- [2, () => BooleanConditionList], 2
1054
- ];
1055
- var InternalServerException$ = [-3, n0, _ISE,
1056
- { [_e]: _se, [_hE]: 500 },
1057
- [_m, _rAS],
1058
- [0, [1, { [_hH]: _RA }]], 1
1059
- ];
1060
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1061
- var LayoutConfiguration$ = [3, n0, _LC,
1062
- 0,
1063
- [_dL],
1064
- [0]
1065
- ];
1066
- var LayoutSections$ = [3, n0, _LS,
1067
- 0,
1068
- [_sec],
1069
- [() => SectionsList]
1070
- ];
1071
- var LayoutSummary$ = [3, n0, _LSa,
1072
- 0,
1073
- [_lI, _lA, _n],
1074
- [0, 0, 0], 3
1075
- ];
1076
- var ListCaseRulesRequest$ = [3, n0, _LCRR,
1077
- 0,
1078
- [_dI, _mR, _nT],
1079
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1080
- ];
1081
- var ListCaseRulesResponse$ = [3, n0, _LCRRi,
1082
- 0,
1083
- [_cR, _nT],
1084
- [() => CaseRuleSummaryList, 0], 1
1085
- ];
1086
- var ListCasesForContactRequest$ = [3, n0, _LCFCR,
1087
- 0,
1088
- [_dI, _cA, _mR, _nT],
1089
- [[0, 1], 0, 1, 0], 2
1090
- ];
1091
- var ListCasesForContactResponse$ = [3, n0, _LCFCRi,
1092
- 0,
1093
- [_ca, _nT],
1094
- [() => CaseSummaryList, 0], 1
1095
- ];
1096
- var ListDomainsRequest$ = [3, n0, _LDR,
1097
- 0,
1098
- [_mR, _nT],
1099
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1100
- ];
1101
- var ListDomainsResponse$ = [3, n0, _LDRi,
1102
- 0,
1103
- [_do, _nT],
1104
- [() => DomainSummaryList, 0], 1
1105
- ];
1106
- var ListFieldOptionsRequest$ = [3, n0, _LFOR,
1107
- 0,
1108
- [_dI, _fI, _mR, _nT, _va],
1109
- [[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _va }]], 2
1110
- ];
1111
- var ListFieldOptionsResponse$ = [3, n0, _LFORi,
1112
- 0,
1113
- [_o, _nT],
1114
- [() => FieldOptionsList, 0], 1
1115
- ];
1116
- var ListFieldsRequest$ = [3, n0, _LFR,
1117
- 0,
1118
- [_dI, _mR, _nT],
1119
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1120
- ];
1121
- var ListFieldsResponse$ = [3, n0, _LFRi,
1122
- 0,
1123
- [_f, _nT],
1124
- [() => FieldSummaryList, 0], 1
1125
- ];
1126
- var ListLayoutsRequest$ = [3, n0, _LLR,
1127
- 0,
1128
- [_dI, _mR, _nT],
1129
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1130
- ];
1131
- var ListLayoutsResponse$ = [3, n0, _LLRi,
1132
- 0,
1133
- [_l, _nT],
1134
- [() => LayoutSummaryList, 0], 1
1135
- ];
1136
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1137
- 0,
1138
- [_ar],
1139
- [[0, 1]], 1
1140
- ];
1141
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1142
- 0,
1143
- [_ta],
1144
- [[() => Tags, 0]]
1145
- ];
1146
- var ListTemplatesRequest$ = [3, n0, _LTR,
1147
- 0,
1148
- [_dI, _mR, _nT, _s],
1149
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _s }]], 1
1150
- ];
1151
- var ListTemplatesResponse$ = [3, n0, _LTRi,
1152
- 0,
1153
- [_te, _nT],
1154
- [() => TemplateSummaryList, 0], 1
1155
- ];
1156
- var ParentChildFieldOptionsMapping$ = [3, n0, _PCFOM,
1157
- 0,
1158
- [_pFOV, _cFOV],
1159
- [0, 64 | 0], 2
1160
- ];
1161
- var PutCaseEventConfigurationRequest$ = [3, n0, _PCECR,
1162
- 0,
1163
- [_dI, _eB],
1164
- [[0, 1], () => EventBridgeConfiguration$], 2
1165
- ];
1166
- var PutCaseEventConfigurationResponse$ = [3, n0, _PCECRu,
1167
- 0,
1168
- [],
1169
- []
1170
- ];
1171
- var RelatedItemEventIncludedData$ = [3, n0, _RIEID,
1172
- 0,
1173
- [_iC],
1174
- [2], 1
1175
- ];
1176
- var RequiredCaseRule$ = [3, n0, _RCR,
1177
- 0,
1178
- [_dV, _con],
1179
- [2, () => BooleanConditionList], 2
1180
- ];
1181
- var RequiredField$ = [3, n0, _RF,
1182
- 0,
1183
- [_fI],
1184
- [0], 1
1185
- ];
1186
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1187
- { [_e]: _c, [_hE]: 404 },
1188
- [_m, _rI, _rTe],
1189
- [0, 0, 0], 3
1190
- ];
1191
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1192
- var SearchAllRelatedItemsRequest$ = [3, n0, _SARIR,
1193
- 0,
1194
- [_dI, _mR, _nT, _fi, _so],
1195
- [[0, 1], 1, 0, [() => RelatedItemFilterList, 0], () => SearchAllRelatedItemsSortList], 1
1196
- ];
1197
- var SearchAllRelatedItemsResponse$ = [3, n0, _SARIRe,
1198
- 0,
1199
- [_rIe, _nT],
1200
- [[() => SearchAllRelatedItemsResponseItemList, 0], 0], 1
1201
- ];
1202
- var SearchAllRelatedItemsResponseItem$ = [3, n0, _SARIRI,
1203
- 0,
1204
- [_rII, _cI, _t, _aT, _co, _pB, _ta],
1205
- [0, 0, 0, 5, [() => RelatedItemContent$, 0], [() => UserUnion$, 0], [() => Tags, 0]], 5
1206
- ];
1207
- var SearchAllRelatedItemsSort$ = [3, n0, _SARIS,
1208
- 0,
1209
- [_sP, _sO],
1210
- [0, 0], 2
1211
- ];
1212
- var SearchCasesRequest$ = [3, n0, _SCR,
1213
- 0,
1214
- [_dI, _mR, _nT, _sT, _fil, _so, _f],
1215
- [[0, 1], 1, 0, 0, () => CaseFilter$, () => SortList, () => FieldIdentifierList], 1
1216
- ];
1217
- var SearchCasesResponse$ = [3, n0, _SCRe,
1218
- 0,
1219
- [_ca, _nT, _tC],
1220
- [[() => SearchCasesResponseItemList, 0], 0, 1], 1
1221
- ];
1222
- var SearchCasesResponseItem$ = [3, n0, _SCRI,
1223
- 0,
1224
- [_cI, _tI, _f, _ta],
1225
- [0, 0, () => FieldValueList, [() => Tags, 0]], 3
1226
- ];
1227
- var SearchRelatedItemsRequest$ = [3, n0, _SRIR,
1228
- 0,
1229
- [_dI, _cI, _mR, _nT, _fi],
1230
- [[0, 1], [0, 1], 1, 0, [() => RelatedItemFilterList, 0]], 2
1231
- ];
1232
- var SearchRelatedItemsResponse$ = [3, n0, _SRIRe,
1233
- 0,
1234
- [_rIe, _nT],
1235
- [[() => SearchRelatedItemsResponseItemList, 0], 0], 1
1236
- ];
1237
- var SearchRelatedItemsResponseItem$ = [3, n0, _SRIRI,
1238
- 0,
1239
- [_rII, _t, _aT, _co, _ta, _pB],
1240
- [0, 0, 5, [() => RelatedItemContent$, 0], [() => Tags, 0], [() => UserUnion$, 0]], 4
1241
- ];
1242
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1243
- { [_e]: _c, [_hE]: 402 },
1244
- [_m],
1245
- [0], 1
1246
- ];
1247
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1248
- var SlaConfiguration$ = [3, n0, _SC,
1249
- 0,
1250
- [_n, _t, _s, _tT, _fI, _tFV, _cTo],
1251
- [[() => SlaName, 0], 0, 0, 5, 0, () => SlaFieldValueUnionList, 5], 4
1252
- ];
1253
- var SlaContent$ = [3, n0, _SCl,
1254
- 0,
1255
- [_sC],
1256
- [[() => SlaConfiguration$, 0]], 1
1257
- ];
1258
- var SlaFilter$ = [3, n0, _SF,
1259
- 0,
1260
- [_n, _s],
1261
- [[() => SlaName, 0], 0]
1262
- ];
1263
- var SlaInputConfiguration$ = [3, n0, _SIC,
1264
- 0,
1265
- [_n, _t, _tSM, _fI, _tFV],
1266
- [[() => SlaName, 0], 0, 1, 0, () => SlaFieldValueUnionList], 3
1267
- ];
1268
- var Sort$ = [3, n0, _S,
1269
- 0,
1270
- [_fI, _sO],
1271
- [0, 0], 2
1272
- ];
1273
- var TagPropagationConfiguration$ = [3, n0, _TPC,
1274
- 0,
1275
- [_rTe, _tM],
1276
- [0, 128 | 0], 2
1277
- ];
1278
- var TagResourceRequest$ = [3, n0, _TRR,
1279
- 0,
1280
- [_ar, _ta],
1281
- [[0, 1], [() => Tags, 0]], 2
1282
- ];
1283
- var TagValue$ = [3, n0, _TV,
1284
- 0,
1285
- [_k, _v],
1286
- [0, 0]
1287
- ];
1288
- var TemplateRule$ = [3, n0, _TR,
1289
- 0,
1290
- [_cRI, _fI],
1291
- [0, 0], 1
1292
- ];
1293
- var TemplateSummary$ = [3, n0, _TS,
1294
- 0,
1295
- [_tI, _tA, _n, _s, _tPC],
1296
- [0, 0, 0, 0, () => TagPropagationConfigurationList], 4
1297
- ];
1298
- var TextAttributes$ = [3, n0, _TA,
1299
- 0,
1300
- [_iM],
1301
- [2], 1
1302
- ];
1303
- var ThrottlingException$ = [-3, n0, _TE,
1304
- { [_e]: _c, [_hE]: 429 },
1305
- [_m],
1306
- [0], 1
1307
- ];
1308
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1309
- var UntagResourceRequest$ = [3, n0, _URR,
1310
- 0,
1311
- [_ar, _tK],
1312
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1313
- ];
1314
- var UpdateCaseRequest$ = [3, n0, _UCR,
1315
- 0,
1316
- [_dI, _cI, _f, _pB],
1317
- [[0, 1], [0, 1], () => FieldValueList, [() => UserUnion$, 0]], 3
1318
- ];
1319
- var UpdateCaseResponse$ = [3, n0, _UCRp,
1320
- 0,
1321
- [],
1322
- []
1323
- ];
1324
- var UpdateCaseRuleRequest$ = [3, n0, _UCRR,
1325
- 0,
1326
- [_dI, _cRI, _n, _d, _ru],
1327
- [[0, 1], [0, 1], 0, 0, () => CaseRuleDetails$], 2
1328
- ];
1329
- var UpdateCaseRuleResponse$ = [3, n0, _UCRRp,
1330
- 0,
1331
- [],
1332
- []
1333
- ];
1334
- var UpdateFieldRequest$ = [3, n0, _UFR,
1335
- 0,
1336
- [_dI, _fI, _n, _d, _a],
1337
- [[0, 1], [0, 1], 0, 0, () => FieldAttributes$], 2
1338
- ];
1339
- var UpdateFieldResponse$ = [3, n0, _UFRp,
1340
- 0,
1341
- [],
1342
- []
1343
- ];
1344
- var UpdateLayoutRequest$ = [3, n0, _ULR,
1345
- 0,
1346
- [_dI, _lI, _n, _co],
1347
- [[0, 1], [0, 1], 0, () => LayoutContent$], 2
1348
- ];
1349
- var UpdateLayoutResponse$ = [3, n0, _ULRp,
1350
- 0,
1351
- [],
1352
- []
1353
- ];
1354
- var UpdateTemplateRequest$ = [3, n0, _UTR,
1355
- 0,
1356
- [_dI, _tI, _n, _d, _lC, _rF, _s, _rul, _tPC],
1357
- [[0, 1], [0, 1], 0, 0, () => LayoutConfiguration$, () => RequiredFieldList, 0, () => TemplateCaseRuleList, () => TagPropagationConfigurationList], 2
1358
- ];
1359
- var UpdateTemplateResponse$ = [3, n0, _UTRp,
1360
- 0,
1361
- [],
1362
- []
1363
- ];
1364
- var ValidationException$ = [-3, n0, _VE,
1365
- { [_e]: _c, [_hE]: 400 },
1366
- [_m],
1367
- [0], 1
1368
- ];
1369
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1370
- var __Unit = "unit";
1371
- var ConnectCasesServiceException$ = [-3, _sm, "ConnectCasesServiceException", 0, [], []];
1372
- schema.TypeRegistry.for(_sm).registerError(ConnectCasesServiceException$, ConnectCasesServiceException);
1373
- var AuditEventFieldList = [1, n0, _AEFL,
1374
- { [_sp]: 1 }, () => AuditEventField$
1375
- ];
1376
- var AuditEventsList = [1, n0, _AEL,
1377
- { [_sp]: 1 }, [() => AuditEvent$,
1378
- 0]
1379
- ];
1380
- var BatchGetCaseRuleErrorList = [1, n0, _BGCREL,
1381
- 0, () => CaseRuleError$
1382
- ];
1383
- var BatchGetCaseRuleList = [1, n0, _BGCRL,
1384
- 0, [() => GetCaseRuleResponse$,
1385
- 0]
1386
- ];
1387
- var BatchGetFieldErrorList = [1, n0, _BGFEL,
1388
- 0, () => FieldError$
1389
- ];
1390
- var BatchGetFieldIdentifierList = [1, n0, _BGFIL,
1391
- 0, () => FieldIdentifier$
1392
- ];
1393
- var BatchGetFieldList = [1, n0, _BGFL,
1394
- 0, [() => GetFieldResponse$,
1395
- 0]
1396
- ];
1397
- var BooleanConditionList = [1, n0, _BCL,
1398
- 0, () => BooleanCondition$
1399
- ];
1400
- var CaseFilterList = [1, n0, _CFL,
1401
- 0, () => CaseFilter$
1402
- ];
1403
- var CaseRuleIdentifierList = [1, n0, _CRIL,
1404
- 0, () => CaseRuleIdentifier$
1405
- ];
1406
- var CaseRuleSummaryList = [1, n0, _CRSL,
1407
- 0, () => CaseRuleSummary$
1408
- ];
1409
- var CaseSummaryList = [1, n0, _CSL,
1410
- 0, () => CaseSummary$
1411
- ];
1412
- var CustomFieldsFilterList = [1, n0, _CFFL,
1413
- 0, () => CustomFieldsFilter$
1414
- ];
1415
- var DomainSummaryList = [1, n0, _DSL,
1416
- 0, () => DomainSummary$
1417
- ];
1418
- var FieldIdentifierList = [1, n0, _FIL,
1419
- 0, () => FieldIdentifier$
1420
- ];
1421
- var FieldList = [1, n0, _FL,
1422
- 0, () => FieldItem$
1423
- ];
1424
- var FieldOptionErrorList = [1, n0, _FOEL,
1425
- 0, () => FieldOptionError$
1426
- ];
1427
- var FieldOptionsList = [1, n0, _FOL,
1428
- 0, () => FieldOption$
1429
- ];
1430
- var FieldSummaryList = [1, n0, _FSL,
1431
- 0, () => FieldSummary$
1432
- ];
1433
- var FieldValueList = [1, n0, _FVL,
1434
- 0, () => FieldValue$
1435
- ];
1436
- var LayoutSummaryList = [1, n0, _LSL,
1437
- 0, () => LayoutSummary$
1438
- ];
1439
- var ParentChildFieldOptionsMappingList = [1, n0, _PCFOML,
1440
- 0, () => ParentChildFieldOptionsMapping$
1441
- ];
1442
- var RelatedItemFilterList = [1, n0, _RIFL,
1443
- 0, [() => RelatedItemTypeFilter$,
1444
- 0]
1445
- ];
1446
- var RequiredFieldList = [1, n0, _RFL,
1447
- 0, () => RequiredField$
1448
- ];
1449
- var SearchAllRelatedItemsResponseItemList = [1, n0, _SARIRIL,
1450
- { [_sp]: 1 }, [() => SearchAllRelatedItemsResponseItem$,
1451
- 0]
1452
- ];
1453
- var SearchAllRelatedItemsSortList = [1, n0, _SARISL,
1454
- 0, () => SearchAllRelatedItemsSort$
1455
- ];
1456
- var SearchCasesResponseItemList = [1, n0, _SCRIL,
1457
- { [_sp]: 1 }, [() => SearchCasesResponseItem$,
1458
- 0]
1459
- ];
1460
- var SearchRelatedItemsResponseItemList = [1, n0, _SRIRIL,
1461
- { [_sp]: 1 }, [() => SearchRelatedItemsResponseItem$,
1462
- 0]
1463
- ];
1464
- var SectionsList = [1, n0, _SL,
1465
- 0, () => Section$
1466
- ];
1467
- var SlaFieldValueUnionList = [1, n0, _SFVUL,
1468
- 0, () => FieldValueUnion$
1469
- ];
1470
- var SortList = [1, n0, _SLo,
1471
- 0, () => Sort$
1472
- ];
1473
- var TagPropagationConfigurationList = [1, n0, _TPCL,
1474
- 0, () => TagPropagationConfiguration$
1475
- ];
1476
- var TemplateCaseRuleList = [1, n0, _TCRL,
1477
- 0, () => TemplateRule$
1478
- ];
1479
- var TemplateSummaryList = [1, n0, _TSL,
1480
- 0, () => TemplateSummary$
1481
- ];
1482
- var Tags = [2, n0, _T,
1483
- { [_sp]: 1 }, 0, 0
1484
- ];
1485
- var AuditEventFieldValueUnion$ = [4, n0, _AEFVU,
1486
- 0,
1487
- [_sV, _dVo, _bV, _eV, _uAV],
1488
- [0, 1, 2, () => EmptyFieldValue$, 0]
1489
- ];
1490
- var BooleanCondition$ = [4, n0, _BC,
1491
- 0,
1492
- [_eT, _nET],
1493
- [() => BooleanOperands$, () => BooleanOperands$]
1494
- ];
1495
- var CaseFilter$ = [4, n0, _CFa,
1496
- 0,
1497
- [_fie, _no, _tag, _aA, _oA],
1498
- [() => FieldFilter$, () => CaseFilter$, () => TagFilter$, () => CaseFilterList, () => CaseFilterList]
1499
- ];
1500
- var CaseRuleDetails$ = [4, n0, _CRD,
1501
- 0,
1502
- [_re, _fO, _h],
1503
- [() => RequiredCaseRule$, () => FieldOptionsCaseRule$, () => HiddenCaseRule$]
1504
- ];
1505
- var CustomFieldsFilter$ = [4, n0, _CFF,
1506
- 0,
1507
- [_fie, _no, _aA, _oA],
1508
- [() => FieldFilter$, () => CustomFieldsFilter$, () => CustomFieldsFilterList, () => CustomFieldsFilterList]
1509
- ];
1510
- var FieldAttributes$ = [4, n0, _FA,
1511
- 0,
1512
- [_tex],
1513
- [() => TextAttributes$]
1514
- ];
1515
- var FieldFilter$ = [4, n0, _FFi,
1516
- 0,
1517
- [_eT, _cont, _gT, _gTOET, _lT, _lTOET],
1518
- [() => FieldValue$, () => FieldValue$, () => FieldValue$, () => FieldValue$, () => FieldValue$, () => FieldValue$]
1519
- ];
1520
- var FieldValueUnion$ = [4, n0, _FVU,
1521
- 0,
1522
- [_sV, _dVo, _bV, _eV, _uAV],
1523
- [0, 1, 2, () => EmptyFieldValue$, 0]
1524
- ];
1525
- var LayoutContent$ = [4, n0, _LCa,
1526
- 0,
1527
- [_ba],
1528
- [() => BasicLayout$]
1529
- ];
1530
- var OperandOne$ = [4, n0, _OO,
1531
- 0,
1532
- [_fI],
1533
- [0]
1534
- ];
1535
- var OperandTwo$ = [4, n0, _OT,
1536
- 0,
1537
- [_sV, _bV, _dVo, _eV],
1538
- [0, 2, 1, () => EmptyOperandValue$]
1539
- ];
1540
- var RelatedItemContent$ = [4, n0, _RIC,
1541
- 0,
1542
- [_conta, _com, _file, _sl, _cC, _cu],
1543
- [() => ContactContent$, () => CommentContent$, () => FileContent$, [() => SlaContent$, 0], () => ConnectCaseContent$, () => CustomContent$]
1544
- ];
1545
- var RelatedItemInputContent$ = [4, n0, _RIIC,
1546
- 0,
1547
- [_conta, _com, _file, _sl, _cC, _cu],
1548
- [() => Contact$, () => CommentContent$, () => FileContent$, [() => SlaInputContent$, 0], () => ConnectCaseInputContent$, () => CustomInputContent$]
1549
- ];
1550
- var RelatedItemTypeFilter$ = [4, n0, _RITF,
1551
- 0,
1552
- [_conta, _com, _file, _sl, _cC, _cu],
1553
- [() => ContactFilter$, () => CommentFilter$, () => FileFilter$, [() => SlaFilter$, 0], () => ConnectCaseFilter$, () => CustomFilter$]
1554
- ];
1555
- var Section$ = [4, n0, _Se,
1556
- 0,
1557
- [_fG],
1558
- [() => FieldGroup$]
1559
- ];
1560
- var SlaInputContent$ = [4, n0, _SICl,
1561
- 0,
1562
- [_sIC],
1563
- [[() => SlaInputConfiguration$, 0]]
1564
- ];
1565
- var TagFilter$ = [4, n0, _TF,
1566
- 0,
1567
- [_eT],
1568
- [() => TagValue$]
1569
- ];
1570
- var UserUnion$ = [4, n0, _UU,
1571
- 0,
1572
- [_uA, _cE],
1573
- [0, [() => CustomEntity, 0]]
1574
- ];
1575
- var BatchGetCaseRule$ = [9, n0, _BGCR,
1576
- { [_ht]: ["POST", "/domains/{domainId}/rules-batch", 200] }, () => BatchGetCaseRuleRequest$, () => BatchGetCaseRuleResponse$
1577
- ];
1578
- var BatchGetField$ = [9, n0, _BGF,
1579
- { [_ht]: ["POST", "/domains/{domainId}/fields-batch", 200] }, () => BatchGetFieldRequest$, () => BatchGetFieldResponse$
1580
- ];
1581
- var BatchPutFieldOptions$ = [9, n0, _BPFO,
1582
- { [_ht]: ["PUT", "/domains/{domainId}/fields/{fieldId}/options", 200] }, () => BatchPutFieldOptionsRequest$, () => BatchPutFieldOptionsResponse$
1583
- ];
1584
- var CreateCase$ = [9, n0, _CCr,
1585
- { [_ht]: ["POST", "/domains/{domainId}/cases", 200] }, () => CreateCaseRequest$, () => CreateCaseResponse$
1586
- ];
1587
- var CreateCaseRule$ = [9, n0, _CCRre,
1588
- { [_ht]: ["POST", "/domains/{domainId}/case-rules", 200] }, () => CreateCaseRuleRequest$, () => CreateCaseRuleResponse$
1589
- ];
1590
- var CreateDomain$ = [9, n0, _CD,
1591
- { [_ht]: ["POST", "/domains", 200] }, () => CreateDomainRequest$, () => CreateDomainResponse$
1592
- ];
1593
- var CreateField$ = [9, n0, _CFr,
1594
- { [_ht]: ["POST", "/domains/{domainId}/fields", 200] }, () => CreateFieldRequest$, () => CreateFieldResponse$
1595
- ];
1596
- var CreateLayout$ = [9, n0, _CL,
1597
- { [_ht]: ["POST", "/domains/{domainId}/layouts", 200] }, () => CreateLayoutRequest$, () => CreateLayoutResponse$
1598
- ];
1599
- var CreateRelatedItem$ = [9, n0, _CRIr,
1600
- { [_ht]: ["POST", "/domains/{domainId}/cases/{caseId}/related-items/", 200] }, () => CreateRelatedItemRequest$, () => CreateRelatedItemResponse$
1601
- ];
1602
- var CreateTemplate$ = [9, n0, _CT,
1603
- { [_ht]: ["POST", "/domains/{domainId}/templates", 200] }, () => CreateTemplateRequest$, () => CreateTemplateResponse$
1604
- ];
1605
- var DeleteCase$ = [9, n0, _DC,
1606
- { [_ht]: ["DELETE", "/domains/{domainId}/cases/{caseId}", 200] }, () => DeleteCaseRequest$, () => DeleteCaseResponse$
1607
- ];
1608
- var DeleteCaseRule$ = [9, n0, _DCRel,
1609
- { [_ht]: ["DELETE", "/domains/{domainId}/case-rules/{caseRuleId}", 200] }, () => DeleteCaseRuleRequest$, () => DeleteCaseRuleResponse$
1610
- ];
1611
- var DeleteDomain$ = [9, n0, _DD,
1612
- { [_ht]: ["DELETE", "/domains/{domainId}", 200] }, () => DeleteDomainRequest$, () => DeleteDomainResponse$
1613
- ];
1614
- var DeleteField$ = [9, n0, _DF,
1615
- { [_ht]: ["DELETE", "/domains/{domainId}/fields/{fieldId}", 200] }, () => DeleteFieldRequest$, () => DeleteFieldResponse$
1616
- ];
1617
- var DeleteLayout$ = [9, n0, _DL,
1618
- { [_ht]: ["DELETE", "/domains/{domainId}/layouts/{layoutId}", 200] }, () => DeleteLayoutRequest$, () => DeleteLayoutResponse$
1619
- ];
1620
- var DeleteRelatedItem$ = [9, n0, _DRI,
1621
- { [_ht]: ["DELETE", "/domains/{domainId}/cases/{caseId}/related-items/{relatedItemId}", 200] }, () => DeleteRelatedItemRequest$, () => DeleteRelatedItemResponse$
1622
- ];
1623
- var DeleteTemplate$ = [9, n0, _DT,
1624
- { [_ht]: ["DELETE", "/domains/{domainId}/templates/{templateId}", 200] }, () => DeleteTemplateRequest$, () => DeleteTemplateResponse$
1625
- ];
1626
- var GetCase$ = [9, n0, _GC,
1627
- { [_ht]: ["POST", "/domains/{domainId}/cases/{caseId}", 200] }, () => GetCaseRequest$, () => GetCaseResponse$
1628
- ];
1629
- var GetCaseAuditEvents$ = [9, n0, _GCAE,
1630
- { [_ht]: ["POST", "/domains/{domainId}/cases/{caseId}/audit-history", 200] }, () => GetCaseAuditEventsRequest$, () => GetCaseAuditEventsResponse$
1631
- ];
1632
- var GetCaseEventConfiguration$ = [9, n0, _GCEC,
1633
- { [_ht]: ["POST", "/domains/{domainId}/case-event-configuration", 200] }, () => GetCaseEventConfigurationRequest$, () => GetCaseEventConfigurationResponse$
1634
- ];
1635
- var GetDomain$ = [9, n0, _GD,
1636
- { [_ht]: ["POST", "/domains/{domainId}", 200] }, () => GetDomainRequest$, () => GetDomainResponse$
1637
- ];
1638
- var GetLayout$ = [9, n0, _GL,
1639
- { [_ht]: ["POST", "/domains/{domainId}/layouts/{layoutId}", 200] }, () => GetLayoutRequest$, () => GetLayoutResponse$
1640
- ];
1641
- var GetTemplate$ = [9, n0, _GT,
1642
- { [_ht]: ["POST", "/domains/{domainId}/templates/{templateId}", 200] }, () => GetTemplateRequest$, () => GetTemplateResponse$
1643
- ];
1644
- var ListCaseRules$ = [9, n0, _LCR,
1645
- { [_ht]: ["POST", "/domains/{domainId}/rules-list/", 200] }, () => ListCaseRulesRequest$, () => ListCaseRulesResponse$
1646
- ];
1647
- var ListCasesForContact$ = [9, n0, _LCFC,
1648
- { [_ht]: ["POST", "/domains/{domainId}/list-cases-for-contact", 200] }, () => ListCasesForContactRequest$, () => ListCasesForContactResponse$
1649
- ];
1650
- var ListDomains$ = [9, n0, _LD,
1651
- { [_ht]: ["POST", "/domains-list", 200] }, () => ListDomainsRequest$, () => ListDomainsResponse$
1652
- ];
1653
- var ListFieldOptions$ = [9, n0, _LFO,
1654
- { [_ht]: ["POST", "/domains/{domainId}/fields/{fieldId}/options-list", 200] }, () => ListFieldOptionsRequest$, () => ListFieldOptionsResponse$
1655
- ];
1656
- var ListFields$ = [9, n0, _LF,
1657
- { [_ht]: ["POST", "/domains/{domainId}/fields-list", 200] }, () => ListFieldsRequest$, () => ListFieldsResponse$
1658
- ];
1659
- var ListLayouts$ = [9, n0, _LL,
1660
- { [_ht]: ["POST", "/domains/{domainId}/layouts-list", 200] }, () => ListLayoutsRequest$, () => ListLayoutsResponse$
1661
- ];
1662
- var ListTagsForResource$ = [9, n0, _LTFR,
1663
- { [_ht]: ["GET", "/tags/{arn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1664
- ];
1665
- var ListTemplates$ = [9, n0, _LT,
1666
- { [_ht]: ["POST", "/domains/{domainId}/templates-list", 200] }, () => ListTemplatesRequest$, () => ListTemplatesResponse$
1667
- ];
1668
- var PutCaseEventConfiguration$ = [9, n0, _PCEC,
1669
- { [_ht]: ["PUT", "/domains/{domainId}/case-event-configuration", 200] }, () => PutCaseEventConfigurationRequest$, () => PutCaseEventConfigurationResponse$
1670
- ];
1671
- var SearchAllRelatedItems$ = [9, n0, _SARI,
1672
- { [_ht]: ["POST", "/domains/{domainId}/related-items-search", 200] }, () => SearchAllRelatedItemsRequest$, () => SearchAllRelatedItemsResponse$
1673
- ];
1674
- var SearchCases$ = [9, n0, _SCe,
1675
- { [_ht]: ["POST", "/domains/{domainId}/cases-search", 200] }, () => SearchCasesRequest$, () => SearchCasesResponse$
1676
- ];
1677
- var SearchRelatedItems$ = [9, n0, _SRI,
1678
- { [_ht]: ["POST", "/domains/{domainId}/cases/{caseId}/related-items-search", 200] }, () => SearchRelatedItemsRequest$, () => SearchRelatedItemsResponse$
1679
- ];
1680
- var TagResource$ = [9, n0, _TRa,
1681
- { [_ht]: ["POST", "/tags/{arn}", 200] }, () => TagResourceRequest$, () => __Unit
1682
- ];
1683
- var UntagResource$ = [9, n0, _UR,
1684
- { [_ht]: ["DELETE", "/tags/{arn}", 200] }, () => UntagResourceRequest$, () => __Unit
1685
- ];
1686
- var UpdateCase$ = [9, n0, _UC,
1687
- { [_ht]: ["PUT", "/domains/{domainId}/cases/{caseId}", 200] }, () => UpdateCaseRequest$, () => UpdateCaseResponse$
1688
- ];
1689
- var UpdateCaseRule$ = [9, n0, _UCRpd,
1690
- { [_ht]: ["PUT", "/domains/{domainId}/case-rules/{caseRuleId}", 200] }, () => UpdateCaseRuleRequest$, () => UpdateCaseRuleResponse$
1691
- ];
1692
- var UpdateField$ = [9, n0, _UF,
1693
- { [_ht]: ["PUT", "/domains/{domainId}/fields/{fieldId}", 200] }, () => UpdateFieldRequest$, () => UpdateFieldResponse$
1694
- ];
1695
- var UpdateLayout$ = [9, n0, _UL,
1696
- { [_ht]: ["PUT", "/domains/{domainId}/layouts/{layoutId}", 200] }, () => UpdateLayoutRequest$, () => UpdateLayoutResponse$
1697
- ];
1698
- var UpdateTemplate$ = [9, n0, _UT,
1699
- { [_ht]: ["PUT", "/domains/{domainId}/templates/{templateId}", 200] }, () => UpdateTemplateRequest$, () => UpdateTemplateResponse$
1700
- ];
1701
-
1702
116
  class BatchGetCaseRuleCommand extends smithyClient.Command
1703
117
  .classBuilder()
1704
118
  .ep(commonParams)
@@ -1707,7 +121,7 @@ class BatchGetCaseRuleCommand extends smithyClient.Command
1707
121
  })
1708
122
  .s("AmazonConnectCases", "BatchGetCaseRule", {})
1709
123
  .n("ConnectCasesClient", "BatchGetCaseRuleCommand")
1710
- .sc(BatchGetCaseRule$)
124
+ .sc(schemas_0.BatchGetCaseRule$)
1711
125
  .build() {
1712
126
  }
1713
127
 
@@ -1719,7 +133,7 @@ class BatchGetFieldCommand extends smithyClient.Command
1719
133
  })
1720
134
  .s("AmazonConnectCases", "BatchGetField", {})
1721
135
  .n("ConnectCasesClient", "BatchGetFieldCommand")
1722
- .sc(BatchGetField$)
136
+ .sc(schemas_0.BatchGetField$)
1723
137
  .build() {
1724
138
  }
1725
139
 
@@ -1731,7 +145,7 @@ class BatchPutFieldOptionsCommand extends smithyClient.Command
1731
145
  })
1732
146
  .s("AmazonConnectCases", "BatchPutFieldOptions", {})
1733
147
  .n("ConnectCasesClient", "BatchPutFieldOptionsCommand")
1734
- .sc(BatchPutFieldOptions$)
148
+ .sc(schemas_0.BatchPutFieldOptions$)
1735
149
  .build() {
1736
150
  }
1737
151
 
@@ -1743,7 +157,7 @@ class CreateCaseCommand extends smithyClient.Command
1743
157
  })
1744
158
  .s("AmazonConnectCases", "CreateCase", {})
1745
159
  .n("ConnectCasesClient", "CreateCaseCommand")
1746
- .sc(CreateCase$)
160
+ .sc(schemas_0.CreateCase$)
1747
161
  .build() {
1748
162
  }
1749
163
 
@@ -1755,7 +169,7 @@ class CreateCaseRuleCommand extends smithyClient.Command
1755
169
  })
1756
170
  .s("AmazonConnectCases", "CreateCaseRule", {})
1757
171
  .n("ConnectCasesClient", "CreateCaseRuleCommand")
1758
- .sc(CreateCaseRule$)
172
+ .sc(schemas_0.CreateCaseRule$)
1759
173
  .build() {
1760
174
  }
1761
175
 
@@ -1767,7 +181,7 @@ class CreateDomainCommand extends smithyClient.Command
1767
181
  })
1768
182
  .s("AmazonConnectCases", "CreateDomain", {})
1769
183
  .n("ConnectCasesClient", "CreateDomainCommand")
1770
- .sc(CreateDomain$)
184
+ .sc(schemas_0.CreateDomain$)
1771
185
  .build() {
1772
186
  }
1773
187
 
@@ -1779,7 +193,7 @@ class CreateFieldCommand extends smithyClient.Command
1779
193
  })
1780
194
  .s("AmazonConnectCases", "CreateField", {})
1781
195
  .n("ConnectCasesClient", "CreateFieldCommand")
1782
- .sc(CreateField$)
196
+ .sc(schemas_0.CreateField$)
1783
197
  .build() {
1784
198
  }
1785
199
 
@@ -1791,7 +205,7 @@ class CreateLayoutCommand extends smithyClient.Command
1791
205
  })
1792
206
  .s("AmazonConnectCases", "CreateLayout", {})
1793
207
  .n("ConnectCasesClient", "CreateLayoutCommand")
1794
- .sc(CreateLayout$)
208
+ .sc(schemas_0.CreateLayout$)
1795
209
  .build() {
1796
210
  }
1797
211
 
@@ -1803,7 +217,7 @@ class CreateRelatedItemCommand extends smithyClient.Command
1803
217
  })
1804
218
  .s("AmazonConnectCases", "CreateRelatedItem", {})
1805
219
  .n("ConnectCasesClient", "CreateRelatedItemCommand")
1806
- .sc(CreateRelatedItem$)
220
+ .sc(schemas_0.CreateRelatedItem$)
1807
221
  .build() {
1808
222
  }
1809
223
 
@@ -1815,7 +229,7 @@ class CreateTemplateCommand extends smithyClient.Command
1815
229
  })
1816
230
  .s("AmazonConnectCases", "CreateTemplate", {})
1817
231
  .n("ConnectCasesClient", "CreateTemplateCommand")
1818
- .sc(CreateTemplate$)
232
+ .sc(schemas_0.CreateTemplate$)
1819
233
  .build() {
1820
234
  }
1821
235
 
@@ -1827,7 +241,7 @@ class DeleteCaseCommand extends smithyClient.Command
1827
241
  })
1828
242
  .s("AmazonConnectCases", "DeleteCase", {})
1829
243
  .n("ConnectCasesClient", "DeleteCaseCommand")
1830
- .sc(DeleteCase$)
244
+ .sc(schemas_0.DeleteCase$)
1831
245
  .build() {
1832
246
  }
1833
247
 
@@ -1839,7 +253,7 @@ class DeleteCaseRuleCommand extends smithyClient.Command
1839
253
  })
1840
254
  .s("AmazonConnectCases", "DeleteCaseRule", {})
1841
255
  .n("ConnectCasesClient", "DeleteCaseRuleCommand")
1842
- .sc(DeleteCaseRule$)
256
+ .sc(schemas_0.DeleteCaseRule$)
1843
257
  .build() {
1844
258
  }
1845
259
 
@@ -1851,7 +265,7 @@ class DeleteDomainCommand extends smithyClient.Command
1851
265
  })
1852
266
  .s("AmazonConnectCases", "DeleteDomain", {})
1853
267
  .n("ConnectCasesClient", "DeleteDomainCommand")
1854
- .sc(DeleteDomain$)
268
+ .sc(schemas_0.DeleteDomain$)
1855
269
  .build() {
1856
270
  }
1857
271
 
@@ -1863,7 +277,7 @@ class DeleteFieldCommand extends smithyClient.Command
1863
277
  })
1864
278
  .s("AmazonConnectCases", "DeleteField", {})
1865
279
  .n("ConnectCasesClient", "DeleteFieldCommand")
1866
- .sc(DeleteField$)
280
+ .sc(schemas_0.DeleteField$)
1867
281
  .build() {
1868
282
  }
1869
283
 
@@ -1875,7 +289,7 @@ class DeleteLayoutCommand extends smithyClient.Command
1875
289
  })
1876
290
  .s("AmazonConnectCases", "DeleteLayout", {})
1877
291
  .n("ConnectCasesClient", "DeleteLayoutCommand")
1878
- .sc(DeleteLayout$)
292
+ .sc(schemas_0.DeleteLayout$)
1879
293
  .build() {
1880
294
  }
1881
295
 
@@ -1887,7 +301,7 @@ class DeleteRelatedItemCommand extends smithyClient.Command
1887
301
  })
1888
302
  .s("AmazonConnectCases", "DeleteRelatedItem", {})
1889
303
  .n("ConnectCasesClient", "DeleteRelatedItemCommand")
1890
- .sc(DeleteRelatedItem$)
304
+ .sc(schemas_0.DeleteRelatedItem$)
1891
305
  .build() {
1892
306
  }
1893
307
 
@@ -1899,7 +313,7 @@ class DeleteTemplateCommand extends smithyClient.Command
1899
313
  })
1900
314
  .s("AmazonConnectCases", "DeleteTemplate", {})
1901
315
  .n("ConnectCasesClient", "DeleteTemplateCommand")
1902
- .sc(DeleteTemplate$)
316
+ .sc(schemas_0.DeleteTemplate$)
1903
317
  .build() {
1904
318
  }
1905
319
 
@@ -1911,7 +325,7 @@ class GetCaseAuditEventsCommand extends smithyClient.Command
1911
325
  })
1912
326
  .s("AmazonConnectCases", "GetCaseAuditEvents", {})
1913
327
  .n("ConnectCasesClient", "GetCaseAuditEventsCommand")
1914
- .sc(GetCaseAuditEvents$)
328
+ .sc(schemas_0.GetCaseAuditEvents$)
1915
329
  .build() {
1916
330
  }
1917
331
 
@@ -1923,7 +337,7 @@ class GetCaseCommand extends smithyClient.Command
1923
337
  })
1924
338
  .s("AmazonConnectCases", "GetCase", {})
1925
339
  .n("ConnectCasesClient", "GetCaseCommand")
1926
- .sc(GetCase$)
340
+ .sc(schemas_0.GetCase$)
1927
341
  .build() {
1928
342
  }
1929
343
 
@@ -1935,7 +349,7 @@ class GetCaseEventConfigurationCommand extends smithyClient.Command
1935
349
  })
1936
350
  .s("AmazonConnectCases", "GetCaseEventConfiguration", {})
1937
351
  .n("ConnectCasesClient", "GetCaseEventConfigurationCommand")
1938
- .sc(GetCaseEventConfiguration$)
352
+ .sc(schemas_0.GetCaseEventConfiguration$)
1939
353
  .build() {
1940
354
  }
1941
355
 
@@ -1947,7 +361,7 @@ class GetDomainCommand extends smithyClient.Command
1947
361
  })
1948
362
  .s("AmazonConnectCases", "GetDomain", {})
1949
363
  .n("ConnectCasesClient", "GetDomainCommand")
1950
- .sc(GetDomain$)
364
+ .sc(schemas_0.GetDomain$)
1951
365
  .build() {
1952
366
  }
1953
367
 
@@ -1959,7 +373,7 @@ class GetLayoutCommand extends smithyClient.Command
1959
373
  })
1960
374
  .s("AmazonConnectCases", "GetLayout", {})
1961
375
  .n("ConnectCasesClient", "GetLayoutCommand")
1962
- .sc(GetLayout$)
376
+ .sc(schemas_0.GetLayout$)
1963
377
  .build() {
1964
378
  }
1965
379
 
@@ -1971,7 +385,7 @@ class GetTemplateCommand extends smithyClient.Command
1971
385
  })
1972
386
  .s("AmazonConnectCases", "GetTemplate", {})
1973
387
  .n("ConnectCasesClient", "GetTemplateCommand")
1974
- .sc(GetTemplate$)
388
+ .sc(schemas_0.GetTemplate$)
1975
389
  .build() {
1976
390
  }
1977
391
 
@@ -1983,7 +397,7 @@ class ListCaseRulesCommand extends smithyClient.Command
1983
397
  })
1984
398
  .s("AmazonConnectCases", "ListCaseRules", {})
1985
399
  .n("ConnectCasesClient", "ListCaseRulesCommand")
1986
- .sc(ListCaseRules$)
400
+ .sc(schemas_0.ListCaseRules$)
1987
401
  .build() {
1988
402
  }
1989
403
 
@@ -1995,7 +409,7 @@ class ListCasesForContactCommand extends smithyClient.Command
1995
409
  })
1996
410
  .s("AmazonConnectCases", "ListCasesForContact", {})
1997
411
  .n("ConnectCasesClient", "ListCasesForContactCommand")
1998
- .sc(ListCasesForContact$)
412
+ .sc(schemas_0.ListCasesForContact$)
1999
413
  .build() {
2000
414
  }
2001
415
 
@@ -2007,7 +421,7 @@ class ListDomainsCommand extends smithyClient.Command
2007
421
  })
2008
422
  .s("AmazonConnectCases", "ListDomains", {})
2009
423
  .n("ConnectCasesClient", "ListDomainsCommand")
2010
- .sc(ListDomains$)
424
+ .sc(schemas_0.ListDomains$)
2011
425
  .build() {
2012
426
  }
2013
427
 
@@ -2019,7 +433,7 @@ class ListFieldOptionsCommand extends smithyClient.Command
2019
433
  })
2020
434
  .s("AmazonConnectCases", "ListFieldOptions", {})
2021
435
  .n("ConnectCasesClient", "ListFieldOptionsCommand")
2022
- .sc(ListFieldOptions$)
436
+ .sc(schemas_0.ListFieldOptions$)
2023
437
  .build() {
2024
438
  }
2025
439
 
@@ -2031,7 +445,7 @@ class ListFieldsCommand extends smithyClient.Command
2031
445
  })
2032
446
  .s("AmazonConnectCases", "ListFields", {})
2033
447
  .n("ConnectCasesClient", "ListFieldsCommand")
2034
- .sc(ListFields$)
448
+ .sc(schemas_0.ListFields$)
2035
449
  .build() {
2036
450
  }
2037
451
 
@@ -2043,7 +457,7 @@ class ListLayoutsCommand extends smithyClient.Command
2043
457
  })
2044
458
  .s("AmazonConnectCases", "ListLayouts", {})
2045
459
  .n("ConnectCasesClient", "ListLayoutsCommand")
2046
- .sc(ListLayouts$)
460
+ .sc(schemas_0.ListLayouts$)
2047
461
  .build() {
2048
462
  }
2049
463
 
@@ -2055,7 +469,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2055
469
  })
2056
470
  .s("AmazonConnectCases", "ListTagsForResource", {})
2057
471
  .n("ConnectCasesClient", "ListTagsForResourceCommand")
2058
- .sc(ListTagsForResource$)
472
+ .sc(schemas_0.ListTagsForResource$)
2059
473
  .build() {
2060
474
  }
2061
475
 
@@ -2067,7 +481,7 @@ class ListTemplatesCommand extends smithyClient.Command
2067
481
  })
2068
482
  .s("AmazonConnectCases", "ListTemplates", {})
2069
483
  .n("ConnectCasesClient", "ListTemplatesCommand")
2070
- .sc(ListTemplates$)
484
+ .sc(schemas_0.ListTemplates$)
2071
485
  .build() {
2072
486
  }
2073
487
 
@@ -2079,7 +493,7 @@ class PutCaseEventConfigurationCommand extends smithyClient.Command
2079
493
  })
2080
494
  .s("AmazonConnectCases", "PutCaseEventConfiguration", {})
2081
495
  .n("ConnectCasesClient", "PutCaseEventConfigurationCommand")
2082
- .sc(PutCaseEventConfiguration$)
496
+ .sc(schemas_0.PutCaseEventConfiguration$)
2083
497
  .build() {
2084
498
  }
2085
499
 
@@ -2091,7 +505,7 @@ class SearchAllRelatedItemsCommand extends smithyClient.Command
2091
505
  })
2092
506
  .s("AmazonConnectCases", "SearchAllRelatedItems", {})
2093
507
  .n("ConnectCasesClient", "SearchAllRelatedItemsCommand")
2094
- .sc(SearchAllRelatedItems$)
508
+ .sc(schemas_0.SearchAllRelatedItems$)
2095
509
  .build() {
2096
510
  }
2097
511
 
@@ -2103,7 +517,7 @@ class SearchCasesCommand extends smithyClient.Command
2103
517
  })
2104
518
  .s("AmazonConnectCases", "SearchCases", {})
2105
519
  .n("ConnectCasesClient", "SearchCasesCommand")
2106
- .sc(SearchCases$)
520
+ .sc(schemas_0.SearchCases$)
2107
521
  .build() {
2108
522
  }
2109
523
 
@@ -2115,7 +529,7 @@ class SearchRelatedItemsCommand extends smithyClient.Command
2115
529
  })
2116
530
  .s("AmazonConnectCases", "SearchRelatedItems", {})
2117
531
  .n("ConnectCasesClient", "SearchRelatedItemsCommand")
2118
- .sc(SearchRelatedItems$)
532
+ .sc(schemas_0.SearchRelatedItems$)
2119
533
  .build() {
2120
534
  }
2121
535
 
@@ -2127,7 +541,7 @@ class TagResourceCommand extends smithyClient.Command
2127
541
  })
2128
542
  .s("AmazonConnectCases", "TagResource", {})
2129
543
  .n("ConnectCasesClient", "TagResourceCommand")
2130
- .sc(TagResource$)
544
+ .sc(schemas_0.TagResource$)
2131
545
  .build() {
2132
546
  }
2133
547
 
@@ -2139,7 +553,7 @@ class UntagResourceCommand extends smithyClient.Command
2139
553
  })
2140
554
  .s("AmazonConnectCases", "UntagResource", {})
2141
555
  .n("ConnectCasesClient", "UntagResourceCommand")
2142
- .sc(UntagResource$)
556
+ .sc(schemas_0.UntagResource$)
2143
557
  .build() {
2144
558
  }
2145
559
 
@@ -2151,7 +565,7 @@ class UpdateCaseCommand extends smithyClient.Command
2151
565
  })
2152
566
  .s("AmazonConnectCases", "UpdateCase", {})
2153
567
  .n("ConnectCasesClient", "UpdateCaseCommand")
2154
- .sc(UpdateCase$)
568
+ .sc(schemas_0.UpdateCase$)
2155
569
  .build() {
2156
570
  }
2157
571
 
@@ -2163,7 +577,7 @@ class UpdateCaseRuleCommand extends smithyClient.Command
2163
577
  })
2164
578
  .s("AmazonConnectCases", "UpdateCaseRule", {})
2165
579
  .n("ConnectCasesClient", "UpdateCaseRuleCommand")
2166
- .sc(UpdateCaseRule$)
580
+ .sc(schemas_0.UpdateCaseRule$)
2167
581
  .build() {
2168
582
  }
2169
583
 
@@ -2175,7 +589,7 @@ class UpdateFieldCommand extends smithyClient.Command
2175
589
  })
2176
590
  .s("AmazonConnectCases", "UpdateField", {})
2177
591
  .n("ConnectCasesClient", "UpdateFieldCommand")
2178
- .sc(UpdateField$)
592
+ .sc(schemas_0.UpdateField$)
2179
593
  .build() {
2180
594
  }
2181
595
 
@@ -2187,7 +601,7 @@ class UpdateLayoutCommand extends smithyClient.Command
2187
601
  })
2188
602
  .s("AmazonConnectCases", "UpdateLayout", {})
2189
603
  .n("ConnectCasesClient", "UpdateLayoutCommand")
2190
- .sc(UpdateLayout$)
604
+ .sc(schemas_0.UpdateLayout$)
2191
605
  .build() {
2192
606
  }
2193
607
 
@@ -2199,7 +613,7 @@ class UpdateTemplateCommand extends smithyClient.Command
2199
613
  })
2200
614
  .s("AmazonConnectCases", "UpdateTemplate", {})
2201
615
  .n("ConnectCasesClient", "UpdateTemplateCommand")
2202
- .sc(UpdateTemplate$)
616
+ .sc(schemas_0.UpdateTemplate$)
2203
617
  .build() {
2204
618
  }
2205
619
 
@@ -2361,282 +775,67 @@ Object.defineProperty(exports, "__Client", {
2361
775
  enumerable: true,
2362
776
  get: function () { return smithyClient.Client; }
2363
777
  });
2364
- exports.AccessDeniedException = AccessDeniedException;
2365
- exports.AccessDeniedException$ = AccessDeniedException$;
2366
- exports.AuditEvent$ = AuditEvent$;
2367
- exports.AuditEventField$ = AuditEventField$;
2368
- exports.AuditEventFieldValueUnion$ = AuditEventFieldValueUnion$;
2369
- exports.AuditEventPerformedBy$ = AuditEventPerformedBy$;
778
+ Object.defineProperty(exports, "ConnectCasesServiceException", {
779
+ enumerable: true,
780
+ get: function () { return ConnectCasesServiceException.ConnectCasesServiceException; }
781
+ });
2370
782
  exports.AuditEventType = AuditEventType;
2371
- exports.BasicLayout$ = BasicLayout$;
2372
- exports.BatchGetCaseRule$ = BatchGetCaseRule$;
2373
783
  exports.BatchGetCaseRuleCommand = BatchGetCaseRuleCommand;
2374
- exports.BatchGetCaseRuleRequest$ = BatchGetCaseRuleRequest$;
2375
- exports.BatchGetCaseRuleResponse$ = BatchGetCaseRuleResponse$;
2376
- exports.BatchGetField$ = BatchGetField$;
2377
784
  exports.BatchGetFieldCommand = BatchGetFieldCommand;
2378
- exports.BatchGetFieldRequest$ = BatchGetFieldRequest$;
2379
- exports.BatchGetFieldResponse$ = BatchGetFieldResponse$;
2380
- exports.BatchPutFieldOptions$ = BatchPutFieldOptions$;
2381
785
  exports.BatchPutFieldOptionsCommand = BatchPutFieldOptionsCommand;
2382
- exports.BatchPutFieldOptionsRequest$ = BatchPutFieldOptionsRequest$;
2383
- exports.BatchPutFieldOptionsResponse$ = BatchPutFieldOptionsResponse$;
2384
- exports.BooleanCondition$ = BooleanCondition$;
2385
- exports.BooleanOperands$ = BooleanOperands$;
2386
- exports.CaseEventIncludedData$ = CaseEventIncludedData$;
2387
- exports.CaseFilter$ = CaseFilter$;
2388
- exports.CaseRuleDetails$ = CaseRuleDetails$;
2389
- exports.CaseRuleError$ = CaseRuleError$;
2390
- exports.CaseRuleIdentifier$ = CaseRuleIdentifier$;
2391
- exports.CaseRuleSummary$ = CaseRuleSummary$;
2392
- exports.CaseSummary$ = CaseSummary$;
2393
786
  exports.CommentBodyTextType = CommentBodyTextType;
2394
- exports.CommentContent$ = CommentContent$;
2395
- exports.CommentFilter$ = CommentFilter$;
2396
- exports.ConflictException = ConflictException;
2397
- exports.ConflictException$ = ConflictException$;
2398
- exports.ConnectCaseContent$ = ConnectCaseContent$;
2399
- exports.ConnectCaseFilter$ = ConnectCaseFilter$;
2400
- exports.ConnectCaseInputContent$ = ConnectCaseInputContent$;
2401
787
  exports.ConnectCases = ConnectCases;
2402
788
  exports.ConnectCasesClient = ConnectCasesClient;
2403
- exports.ConnectCasesServiceException = ConnectCasesServiceException;
2404
- exports.ConnectCasesServiceException$ = ConnectCasesServiceException$;
2405
- exports.Contact$ = Contact$;
2406
- exports.ContactContent$ = ContactContent$;
2407
- exports.ContactFilter$ = ContactFilter$;
2408
- exports.CreateCase$ = CreateCase$;
2409
789
  exports.CreateCaseCommand = CreateCaseCommand;
2410
- exports.CreateCaseRequest$ = CreateCaseRequest$;
2411
- exports.CreateCaseResponse$ = CreateCaseResponse$;
2412
- exports.CreateCaseRule$ = CreateCaseRule$;
2413
790
  exports.CreateCaseRuleCommand = CreateCaseRuleCommand;
2414
- exports.CreateCaseRuleRequest$ = CreateCaseRuleRequest$;
2415
- exports.CreateCaseRuleResponse$ = CreateCaseRuleResponse$;
2416
- exports.CreateDomain$ = CreateDomain$;
2417
791
  exports.CreateDomainCommand = CreateDomainCommand;
2418
- exports.CreateDomainRequest$ = CreateDomainRequest$;
2419
- exports.CreateDomainResponse$ = CreateDomainResponse$;
2420
- exports.CreateField$ = CreateField$;
2421
792
  exports.CreateFieldCommand = CreateFieldCommand;
2422
- exports.CreateFieldRequest$ = CreateFieldRequest$;
2423
- exports.CreateFieldResponse$ = CreateFieldResponse$;
2424
- exports.CreateLayout$ = CreateLayout$;
2425
793
  exports.CreateLayoutCommand = CreateLayoutCommand;
2426
- exports.CreateLayoutRequest$ = CreateLayoutRequest$;
2427
- exports.CreateLayoutResponse$ = CreateLayoutResponse$;
2428
- exports.CreateRelatedItem$ = CreateRelatedItem$;
2429
794
  exports.CreateRelatedItemCommand = CreateRelatedItemCommand;
2430
- exports.CreateRelatedItemRequest$ = CreateRelatedItemRequest$;
2431
- exports.CreateRelatedItemResponse$ = CreateRelatedItemResponse$;
2432
- exports.CreateTemplate$ = CreateTemplate$;
2433
795
  exports.CreateTemplateCommand = CreateTemplateCommand;
2434
- exports.CreateTemplateRequest$ = CreateTemplateRequest$;
2435
- exports.CreateTemplateResponse$ = CreateTemplateResponse$;
2436
- exports.CustomContent$ = CustomContent$;
2437
- exports.CustomFieldsFilter$ = CustomFieldsFilter$;
2438
- exports.CustomFilter$ = CustomFilter$;
2439
- exports.CustomInputContent$ = CustomInputContent$;
2440
- exports.DeleteCase$ = DeleteCase$;
2441
796
  exports.DeleteCaseCommand = DeleteCaseCommand;
2442
- exports.DeleteCaseRequest$ = DeleteCaseRequest$;
2443
- exports.DeleteCaseResponse$ = DeleteCaseResponse$;
2444
- exports.DeleteCaseRule$ = DeleteCaseRule$;
2445
797
  exports.DeleteCaseRuleCommand = DeleteCaseRuleCommand;
2446
- exports.DeleteCaseRuleRequest$ = DeleteCaseRuleRequest$;
2447
- exports.DeleteCaseRuleResponse$ = DeleteCaseRuleResponse$;
2448
- exports.DeleteDomain$ = DeleteDomain$;
2449
798
  exports.DeleteDomainCommand = DeleteDomainCommand;
2450
- exports.DeleteDomainRequest$ = DeleteDomainRequest$;
2451
- exports.DeleteDomainResponse$ = DeleteDomainResponse$;
2452
- exports.DeleteField$ = DeleteField$;
2453
799
  exports.DeleteFieldCommand = DeleteFieldCommand;
2454
- exports.DeleteFieldRequest$ = DeleteFieldRequest$;
2455
- exports.DeleteFieldResponse$ = DeleteFieldResponse$;
2456
- exports.DeleteLayout$ = DeleteLayout$;
2457
800
  exports.DeleteLayoutCommand = DeleteLayoutCommand;
2458
- exports.DeleteLayoutRequest$ = DeleteLayoutRequest$;
2459
- exports.DeleteLayoutResponse$ = DeleteLayoutResponse$;
2460
- exports.DeleteRelatedItem$ = DeleteRelatedItem$;
2461
801
  exports.DeleteRelatedItemCommand = DeleteRelatedItemCommand;
2462
- exports.DeleteRelatedItemRequest$ = DeleteRelatedItemRequest$;
2463
- exports.DeleteRelatedItemResponse$ = DeleteRelatedItemResponse$;
2464
- exports.DeleteTemplate$ = DeleteTemplate$;
2465
802
  exports.DeleteTemplateCommand = DeleteTemplateCommand;
2466
- exports.DeleteTemplateRequest$ = DeleteTemplateRequest$;
2467
- exports.DeleteTemplateResponse$ = DeleteTemplateResponse$;
2468
803
  exports.DomainStatus = DomainStatus;
2469
- exports.DomainSummary$ = DomainSummary$;
2470
- exports.EmptyFieldValue$ = EmptyFieldValue$;
2471
- exports.EmptyOperandValue$ = EmptyOperandValue$;
2472
- exports.EventBridgeConfiguration$ = EventBridgeConfiguration$;
2473
- exports.EventIncludedData$ = EventIncludedData$;
2474
- exports.FieldAttributes$ = FieldAttributes$;
2475
- exports.FieldError$ = FieldError$;
2476
- exports.FieldFilter$ = FieldFilter$;
2477
- exports.FieldGroup$ = FieldGroup$;
2478
- exports.FieldIdentifier$ = FieldIdentifier$;
2479
- exports.FieldItem$ = FieldItem$;
2480
804
  exports.FieldNamespace = FieldNamespace;
2481
- exports.FieldOption$ = FieldOption$;
2482
- exports.FieldOptionError$ = FieldOptionError$;
2483
- exports.FieldOptionsCaseRule$ = FieldOptionsCaseRule$;
2484
- exports.FieldSummary$ = FieldSummary$;
2485
805
  exports.FieldType = FieldType;
2486
- exports.FieldValue$ = FieldValue$;
2487
- exports.FieldValueUnion$ = FieldValueUnion$;
2488
- exports.FileContent$ = FileContent$;
2489
- exports.FileFilter$ = FileFilter$;
2490
- exports.GetCase$ = GetCase$;
2491
- exports.GetCaseAuditEvents$ = GetCaseAuditEvents$;
2492
806
  exports.GetCaseAuditEventsCommand = GetCaseAuditEventsCommand;
2493
- exports.GetCaseAuditEventsRequest$ = GetCaseAuditEventsRequest$;
2494
- exports.GetCaseAuditEventsResponse$ = GetCaseAuditEventsResponse$;
2495
807
  exports.GetCaseCommand = GetCaseCommand;
2496
- exports.GetCaseEventConfiguration$ = GetCaseEventConfiguration$;
2497
808
  exports.GetCaseEventConfigurationCommand = GetCaseEventConfigurationCommand;
2498
- exports.GetCaseEventConfigurationRequest$ = GetCaseEventConfigurationRequest$;
2499
- exports.GetCaseEventConfigurationResponse$ = GetCaseEventConfigurationResponse$;
2500
- exports.GetCaseRequest$ = GetCaseRequest$;
2501
- exports.GetCaseResponse$ = GetCaseResponse$;
2502
- exports.GetCaseRuleResponse$ = GetCaseRuleResponse$;
2503
- exports.GetDomain$ = GetDomain$;
2504
809
  exports.GetDomainCommand = GetDomainCommand;
2505
- exports.GetDomainRequest$ = GetDomainRequest$;
2506
- exports.GetDomainResponse$ = GetDomainResponse$;
2507
- exports.GetFieldResponse$ = GetFieldResponse$;
2508
- exports.GetLayout$ = GetLayout$;
2509
810
  exports.GetLayoutCommand = GetLayoutCommand;
2510
- exports.GetLayoutRequest$ = GetLayoutRequest$;
2511
- exports.GetLayoutResponse$ = GetLayoutResponse$;
2512
- exports.GetTemplate$ = GetTemplate$;
2513
811
  exports.GetTemplateCommand = GetTemplateCommand;
2514
- exports.GetTemplateRequest$ = GetTemplateRequest$;
2515
- exports.GetTemplateResponse$ = GetTemplateResponse$;
2516
- exports.HiddenCaseRule$ = HiddenCaseRule$;
2517
- exports.InternalServerException = InternalServerException;
2518
- exports.InternalServerException$ = InternalServerException$;
2519
- exports.LayoutConfiguration$ = LayoutConfiguration$;
2520
- exports.LayoutContent$ = LayoutContent$;
2521
- exports.LayoutSections$ = LayoutSections$;
2522
- exports.LayoutSummary$ = LayoutSummary$;
2523
- exports.ListCaseRules$ = ListCaseRules$;
2524
812
  exports.ListCaseRulesCommand = ListCaseRulesCommand;
2525
- exports.ListCaseRulesRequest$ = ListCaseRulesRequest$;
2526
- exports.ListCaseRulesResponse$ = ListCaseRulesResponse$;
2527
- exports.ListCasesForContact$ = ListCasesForContact$;
2528
813
  exports.ListCasesForContactCommand = ListCasesForContactCommand;
2529
- exports.ListCasesForContactRequest$ = ListCasesForContactRequest$;
2530
- exports.ListCasesForContactResponse$ = ListCasesForContactResponse$;
2531
- exports.ListDomains$ = ListDomains$;
2532
814
  exports.ListDomainsCommand = ListDomainsCommand;
2533
- exports.ListDomainsRequest$ = ListDomainsRequest$;
2534
- exports.ListDomainsResponse$ = ListDomainsResponse$;
2535
- exports.ListFieldOptions$ = ListFieldOptions$;
2536
815
  exports.ListFieldOptionsCommand = ListFieldOptionsCommand;
2537
- exports.ListFieldOptionsRequest$ = ListFieldOptionsRequest$;
2538
- exports.ListFieldOptionsResponse$ = ListFieldOptionsResponse$;
2539
- exports.ListFields$ = ListFields$;
2540
816
  exports.ListFieldsCommand = ListFieldsCommand;
2541
- exports.ListFieldsRequest$ = ListFieldsRequest$;
2542
- exports.ListFieldsResponse$ = ListFieldsResponse$;
2543
- exports.ListLayouts$ = ListLayouts$;
2544
817
  exports.ListLayoutsCommand = ListLayoutsCommand;
2545
- exports.ListLayoutsRequest$ = ListLayoutsRequest$;
2546
- exports.ListLayoutsResponse$ = ListLayoutsResponse$;
2547
- exports.ListTagsForResource$ = ListTagsForResource$;
2548
818
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2549
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2550
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2551
- exports.ListTemplates$ = ListTemplates$;
2552
819
  exports.ListTemplatesCommand = ListTemplatesCommand;
2553
- exports.ListTemplatesRequest$ = ListTemplatesRequest$;
2554
- exports.ListTemplatesResponse$ = ListTemplatesResponse$;
2555
- exports.OperandOne$ = OperandOne$;
2556
- exports.OperandTwo$ = OperandTwo$;
2557
820
  exports.Order = Order;
2558
- exports.ParentChildFieldOptionsMapping$ = ParentChildFieldOptionsMapping$;
2559
- exports.PutCaseEventConfiguration$ = PutCaseEventConfiguration$;
2560
821
  exports.PutCaseEventConfigurationCommand = PutCaseEventConfigurationCommand;
2561
- exports.PutCaseEventConfigurationRequest$ = PutCaseEventConfigurationRequest$;
2562
- exports.PutCaseEventConfigurationResponse$ = PutCaseEventConfigurationResponse$;
2563
- exports.RelatedItemContent$ = RelatedItemContent$;
2564
- exports.RelatedItemEventIncludedData$ = RelatedItemEventIncludedData$;
2565
- exports.RelatedItemInputContent$ = RelatedItemInputContent$;
2566
822
  exports.RelatedItemType = RelatedItemType;
2567
- exports.RelatedItemTypeFilter$ = RelatedItemTypeFilter$;
2568
- exports.RequiredCaseRule$ = RequiredCaseRule$;
2569
- exports.RequiredField$ = RequiredField$;
2570
- exports.ResourceNotFoundException = ResourceNotFoundException;
2571
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2572
823
  exports.RuleType = RuleType;
2573
- exports.SearchAllRelatedItems$ = SearchAllRelatedItems$;
2574
824
  exports.SearchAllRelatedItemsCommand = SearchAllRelatedItemsCommand;
2575
- exports.SearchAllRelatedItemsRequest$ = SearchAllRelatedItemsRequest$;
2576
- exports.SearchAllRelatedItemsResponse$ = SearchAllRelatedItemsResponse$;
2577
- exports.SearchAllRelatedItemsResponseItem$ = SearchAllRelatedItemsResponseItem$;
2578
- exports.SearchAllRelatedItemsSort$ = SearchAllRelatedItemsSort$;
2579
825
  exports.SearchAllRelatedItemsSortProperty = SearchAllRelatedItemsSortProperty;
2580
- exports.SearchCases$ = SearchCases$;
2581
826
  exports.SearchCasesCommand = SearchCasesCommand;
2582
- exports.SearchCasesRequest$ = SearchCasesRequest$;
2583
- exports.SearchCasesResponse$ = SearchCasesResponse$;
2584
- exports.SearchCasesResponseItem$ = SearchCasesResponseItem$;
2585
- exports.SearchRelatedItems$ = SearchRelatedItems$;
2586
827
  exports.SearchRelatedItemsCommand = SearchRelatedItemsCommand;
2587
- exports.SearchRelatedItemsRequest$ = SearchRelatedItemsRequest$;
2588
- exports.SearchRelatedItemsResponse$ = SearchRelatedItemsResponse$;
2589
- exports.SearchRelatedItemsResponseItem$ = SearchRelatedItemsResponseItem$;
2590
- exports.Section$ = Section$;
2591
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2592
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2593
- exports.SlaConfiguration$ = SlaConfiguration$;
2594
- exports.SlaContent$ = SlaContent$;
2595
- exports.SlaFilter$ = SlaFilter$;
2596
- exports.SlaInputConfiguration$ = SlaInputConfiguration$;
2597
- exports.SlaInputContent$ = SlaInputContent$;
2598
828
  exports.SlaStatus = SlaStatus;
2599
829
  exports.SlaType = SlaType;
2600
- exports.Sort$ = Sort$;
2601
- exports.TagFilter$ = TagFilter$;
2602
- exports.TagPropagationConfiguration$ = TagPropagationConfiguration$;
2603
830
  exports.TagPropagationResourceType = TagPropagationResourceType;
2604
- exports.TagResource$ = TagResource$;
2605
831
  exports.TagResourceCommand = TagResourceCommand;
2606
- exports.TagResourceRequest$ = TagResourceRequest$;
2607
- exports.TagValue$ = TagValue$;
2608
- exports.TemplateRule$ = TemplateRule$;
2609
832
  exports.TemplateStatus = TemplateStatus;
2610
- exports.TemplateSummary$ = TemplateSummary$;
2611
- exports.TextAttributes$ = TextAttributes$;
2612
- exports.ThrottlingException = ThrottlingException;
2613
- exports.ThrottlingException$ = ThrottlingException$;
2614
- exports.UntagResource$ = UntagResource$;
2615
833
  exports.UntagResourceCommand = UntagResourceCommand;
2616
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2617
- exports.UpdateCase$ = UpdateCase$;
2618
834
  exports.UpdateCaseCommand = UpdateCaseCommand;
2619
- exports.UpdateCaseRequest$ = UpdateCaseRequest$;
2620
- exports.UpdateCaseResponse$ = UpdateCaseResponse$;
2621
- exports.UpdateCaseRule$ = UpdateCaseRule$;
2622
835
  exports.UpdateCaseRuleCommand = UpdateCaseRuleCommand;
2623
- exports.UpdateCaseRuleRequest$ = UpdateCaseRuleRequest$;
2624
- exports.UpdateCaseRuleResponse$ = UpdateCaseRuleResponse$;
2625
- exports.UpdateField$ = UpdateField$;
2626
836
  exports.UpdateFieldCommand = UpdateFieldCommand;
2627
- exports.UpdateFieldRequest$ = UpdateFieldRequest$;
2628
- exports.UpdateFieldResponse$ = UpdateFieldResponse$;
2629
- exports.UpdateLayout$ = UpdateLayout$;
2630
837
  exports.UpdateLayoutCommand = UpdateLayoutCommand;
2631
- exports.UpdateLayoutRequest$ = UpdateLayoutRequest$;
2632
- exports.UpdateLayoutResponse$ = UpdateLayoutResponse$;
2633
- exports.UpdateTemplate$ = UpdateTemplate$;
2634
838
  exports.UpdateTemplateCommand = UpdateTemplateCommand;
2635
- exports.UpdateTemplateRequest$ = UpdateTemplateRequest$;
2636
- exports.UpdateTemplateResponse$ = UpdateTemplateResponse$;
2637
- exports.UserUnion$ = UserUnion$;
2638
- exports.ValidationException = ValidationException;
2639
- exports.ValidationException$ = ValidationException$;
2640
839
  exports.paginateGetCase = paginateGetCase;
2641
840
  exports.paginateGetCaseAuditEvents = paginateGetCaseAuditEvents;
2642
841
  exports.paginateListCaseRules = paginateListCaseRules;
@@ -2649,3 +848,15 @@ exports.paginateListTemplates = paginateListTemplates;
2649
848
  exports.paginateSearchAllRelatedItems = paginateSearchAllRelatedItems;
2650
849
  exports.paginateSearchCases = paginateSearchCases;
2651
850
  exports.paginateSearchRelatedItems = paginateSearchRelatedItems;
851
+ Object.keys(schemas_0).forEach(function (k) {
852
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
853
+ enumerable: true,
854
+ get: function () { return schemas_0[k]; }
855
+ });
856
+ });
857
+ Object.keys(errors).forEach(function (k) {
858
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
859
+ enumerable: true,
860
+ get: function () { return errors[k]; }
861
+ });
862
+ });