@aws-sdk/client-connectcases 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultConnectCasesHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2022-10-03",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.connectcases",
30
+ errorTypeRegistries,
29
31
  version: "2022-10-03",
30
32
  serviceTarget: "AmazonConnectCases",
31
33
  },
@@ -39,9 +39,9 @@ const _CCu = "CustomContent";
39
39
  const _CD = "CreateDomain";
40
40
  const _CDR = "CreateDomainRequest";
41
41
  const _CDRr = "CreateDomainResponse";
42
- const _CE = "CustomEntity";
42
+ const _CE = "ConflictException";
43
43
  const _CEID = "CaseEventIncludedData";
44
- const _CEo = "ConflictException";
44
+ const _CEu = "CustomEntity";
45
45
  const _CF = "CommentFilter";
46
46
  const _CFF = "CustomFieldsFilter";
47
47
  const _CFFL = "CustomFieldsFilterList";
@@ -356,12 +356,12 @@ const _rID = "relatedItemData";
356
356
  const _rII = "relatedItemId";
357
357
  const _rIT = "relatedItemType";
358
358
  const _rIe = "relatedItems";
359
- const _rT = "ruleType";
360
- const _rTe = "resourceType";
359
+ const _rT = "resourceType";
360
+ const _rTu = "ruleType";
361
361
  const _re = "required";
362
362
  const _ru = "rule";
363
363
  const _rul = "rules";
364
- const _s = "status";
364
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.connectcases";
365
365
  const _sC = "slaConfiguration";
366
366
  const _sIC = "slaInputConfiguration";
367
367
  const _sO = "sortOrder";
@@ -371,9 +371,9 @@ const _sV = "stringValue";
371
371
  const _se = "server";
372
372
  const _sec = "sections";
373
373
  const _sl = "sla";
374
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connectcases";
375
374
  const _so = "sorts";
376
375
  const _sp = "sparse";
376
+ const _st = "status";
377
377
  const _t = "type";
378
378
  const _tA = "templateArn";
379
379
  const _tC = "totalCount";
@@ -399,14 +399,58 @@ const n0 = "com.amazonaws.connectcases";
399
399
  import { TypeRegistry } from "@smithy/core/schema";
400
400
  import { ConnectCasesServiceException } from "../models/ConnectCasesServiceException";
401
401
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
402
- var CustomEntity = [0, n0, _CE, 8, 0];
403
- var SlaName = [0, n0, _SN, 8, 0];
402
+ const _s_registry = TypeRegistry.for(_s);
403
+ export var ConnectCasesServiceException$ = [-3, _s, "ConnectCasesServiceException", 0, [], []];
404
+ _s_registry.registerError(ConnectCasesServiceException$, ConnectCasesServiceException);
405
+ const n0_registry = TypeRegistry.for(n0);
404
406
  export var AccessDeniedException$ = [-3, n0, _ADE,
405
407
  { [_e]: _c, [_hE]: 403 },
406
408
  [_m],
407
409
  [0], 1
408
410
  ];
409
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
411
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
412
+ export var ConflictException$ = [-3, n0, _CE,
413
+ { [_e]: _c, [_hE]: 409 },
414
+ [_m],
415
+ [0], 1
416
+ ];
417
+ n0_registry.registerError(ConflictException$, ConflictException);
418
+ export var InternalServerException$ = [-3, n0, _ISE,
419
+ { [_e]: _se, [_hE]: 500 },
420
+ [_m, _rAS],
421
+ [0, [1, { [_hH]: _RA }]], 1
422
+ ];
423
+ n0_registry.registerError(InternalServerException$, InternalServerException);
424
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
425
+ { [_e]: _c, [_hE]: 404 },
426
+ [_m, _rI, _rT],
427
+ [0, 0, 0], 3
428
+ ];
429
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
430
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
431
+ { [_e]: _c, [_hE]: 402 },
432
+ [_m],
433
+ [0], 1
434
+ ];
435
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
436
+ export var ThrottlingException$ = [-3, n0, _TE,
437
+ { [_e]: _c, [_hE]: 429 },
438
+ [_m],
439
+ [0], 1
440
+ ];
441
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
442
+ export var ValidationException$ = [-3, n0, _VE,
443
+ { [_e]: _c, [_hE]: 400 },
444
+ [_m],
445
+ [0], 1
446
+ ];
447
+ n0_registry.registerError(ValidationException$, ValidationException);
448
+ export const errorTypeRegistries = [
449
+ _s_registry,
450
+ n0_registry,
451
+ ];
452
+ var CustomEntity = [0, n0, _CEu, 8, 0];
453
+ var SlaName = [0, n0, _SN, 8, 0];
410
454
  export var AuditEvent$ = [3, n0, _AE,
411
455
  0,
412
456
  [_eI, _t, _pT, _f, _rIT, _pB],
@@ -479,7 +523,7 @@ export var CaseRuleIdentifier$ = [3, n0, _CRI,
479
523
  ];
480
524
  export var CaseRuleSummary$ = [3, n0, _CRS,
481
525
  0,
482
- [_cRI, _n, _cRA, _rT, _d],
526
+ [_cRI, _n, _cRA, _rTu, _d],
483
527
  [0, 0, 0, 0, 0], 4
484
528
  ];
485
529
  export var CaseSummary$ = [3, n0, _CS,
@@ -497,12 +541,6 @@ export var CommentFilter$ = [3, n0, _CF,
497
541
  [],
498
542
  []
499
543
  ];
500
- export var ConflictException$ = [-3, n0, _CEo,
501
- { [_e]: _c, [_hE]: 409 },
502
- [_m],
503
- [0], 1
504
- ];
505
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
506
544
  export var ConnectCaseContent$ = [3, n0, _CCC,
507
545
  0,
508
546
  [_cI],
@@ -595,7 +633,7 @@ export var CreateRelatedItemResponse$ = [3, n0, _CRIRr,
595
633
  ];
596
634
  export var CreateTemplateRequest$ = [3, n0, _CTR,
597
635
  0,
598
- [_dI, _n, _d, _lC, _rF, _s, _rul, _tPC],
636
+ [_dI, _n, _d, _lC, _rF, _st, _rul, _tPC],
599
637
  [[0, 1], 0, 0, () => LayoutConfiguration$, () => RequiredFieldList, 0, () => TemplateCaseRuleList, () => TagPropagationConfigurationList], 2
600
638
  ];
601
639
  export var CreateTemplateResponse$ = [3, n0, _CTRr,
@@ -835,7 +873,7 @@ export var GetTemplateRequest$ = [3, n0, _GTR,
835
873
  ];
836
874
  export var GetTemplateResponse$ = [3, n0, _GTRe,
837
875
  0,
838
- [_tI, _tA, _n, _s, _d, _lC, _rF, _ta, _de, _cTr, _lMT, _rul, _tPC],
876
+ [_tI, _tA, _n, _st, _d, _lC, _rF, _ta, _de, _cTr, _lMT, _rul, _tPC],
839
877
  [0, 0, 0, 0, 0, () => LayoutConfiguration$, () => RequiredFieldList, [() => Tags, 0], 2, 5, 5, () => TemplateCaseRuleList, () => TagPropagationConfigurationList], 4
840
878
  ];
841
879
  export var HiddenCaseRule$ = [3, n0, _HCR,
@@ -843,12 +881,6 @@ export var HiddenCaseRule$ = [3, n0, _HCR,
843
881
  [_dV, _con],
844
882
  [2, () => BooleanConditionList], 2
845
883
  ];
846
- export var InternalServerException$ = [-3, n0, _ISE,
847
- { [_e]: _se, [_hE]: 500 },
848
- [_m, _rAS],
849
- [0, [1, { [_hH]: _RA }]], 1
850
- ];
851
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
852
884
  export var LayoutConfiguration$ = [3, n0, _LC,
853
885
  0,
854
886
  [_dL],
@@ -936,8 +968,8 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
936
968
  ];
937
969
  export var ListTemplatesRequest$ = [3, n0, _LTR,
938
970
  0,
939
- [_dI, _mR, _nT, _s],
940
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _s }]], 1
971
+ [_dI, _mR, _nT, _st],
972
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _st }]], 1
941
973
  ];
942
974
  export var ListTemplatesResponse$ = [3, n0, _LTRi,
943
975
  0,
@@ -974,12 +1006,6 @@ export var RequiredField$ = [3, n0, _RF,
974
1006
  [_fI],
975
1007
  [0], 1
976
1008
  ];
977
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
978
- { [_e]: _c, [_hE]: 404 },
979
- [_m, _rI, _rTe],
980
- [0, 0, 0], 3
981
- ];
982
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
983
1009
  export var SearchAllRelatedItemsRequest$ = [3, n0, _SARIR,
984
1010
  0,
985
1011
  [_dI, _mR, _nT, _fi, _so],
@@ -1030,15 +1056,9 @@ export var SearchRelatedItemsResponseItem$ = [3, n0, _SRIRI,
1030
1056
  [_rII, _t, _aT, _co, _ta, _pB],
1031
1057
  [0, 0, 5, [() => RelatedItemContent$, 0], [() => Tags, 0], [() => UserUnion$, 0]], 4
1032
1058
  ];
1033
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1034
- { [_e]: _c, [_hE]: 402 },
1035
- [_m],
1036
- [0], 1
1037
- ];
1038
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1039
1059
  export var SlaConfiguration$ = [3, n0, _SC,
1040
1060
  0,
1041
- [_n, _t, _s, _tT, _fI, _tFV, _cTo],
1061
+ [_n, _t, _st, _tT, _fI, _tFV, _cTo],
1042
1062
  [[() => SlaName, 0], 0, 0, 5, 0, () => SlaFieldValueUnionList, 5], 4
1043
1063
  ];
1044
1064
  export var SlaContent$ = [3, n0, _SCl,
@@ -1048,7 +1068,7 @@ export var SlaContent$ = [3, n0, _SCl,
1048
1068
  ];
1049
1069
  export var SlaFilter$ = [3, n0, _SF,
1050
1070
  0,
1051
- [_n, _s],
1071
+ [_n, _st],
1052
1072
  [[() => SlaName, 0], 0]
1053
1073
  ];
1054
1074
  export var SlaInputConfiguration$ = [3, n0, _SIC,
@@ -1063,7 +1083,7 @@ export var Sort$ = [3, n0, _S,
1063
1083
  ];
1064
1084
  export var TagPropagationConfiguration$ = [3, n0, _TPC,
1065
1085
  0,
1066
- [_rTe, _tM],
1086
+ [_rT, _tM],
1067
1087
  [0, 128 | 0], 2
1068
1088
  ];
1069
1089
  export var TagResourceRequest$ = [3, n0, _TRR,
@@ -1083,7 +1103,7 @@ export var TemplateRule$ = [3, n0, _TR,
1083
1103
  ];
1084
1104
  export var TemplateSummary$ = [3, n0, _TS,
1085
1105
  0,
1086
- [_tI, _tA, _n, _s, _tPC],
1106
+ [_tI, _tA, _n, _st, _tPC],
1087
1107
  [0, 0, 0, 0, () => TagPropagationConfigurationList], 4
1088
1108
  ];
1089
1109
  export var TextAttributes$ = [3, n0, _TA,
@@ -1091,12 +1111,6 @@ export var TextAttributes$ = [3, n0, _TA,
1091
1111
  [_iM],
1092
1112
  [2], 1
1093
1113
  ];
1094
- export var ThrottlingException$ = [-3, n0, _TE,
1095
- { [_e]: _c, [_hE]: 429 },
1096
- [_m],
1097
- [0], 1
1098
- ];
1099
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1100
1114
  export var UntagResourceRequest$ = [3, n0, _URR,
1101
1115
  0,
1102
1116
  [_ar, _tK],
@@ -1144,7 +1158,7 @@ export var UpdateLayoutResponse$ = [3, n0, _ULRp,
1144
1158
  ];
1145
1159
  export var UpdateTemplateRequest$ = [3, n0, _UTR,
1146
1160
  0,
1147
- [_dI, _tI, _n, _d, _lC, _rF, _s, _rul, _tPC],
1161
+ [_dI, _tI, _n, _d, _lC, _rF, _st, _rul, _tPC],
1148
1162
  [[0, 1], [0, 1], 0, 0, () => LayoutConfiguration$, () => RequiredFieldList, 0, () => TemplateCaseRuleList, () => TagPropagationConfigurationList], 2
1149
1163
  ];
1150
1164
  export var UpdateTemplateResponse$ = [3, n0, _UTRp,
@@ -1152,15 +1166,7 @@ export var UpdateTemplateResponse$ = [3, n0, _UTRp,
1152
1166
  [],
1153
1167
  []
1154
1168
  ];
1155
- export var ValidationException$ = [-3, n0, _VE,
1156
- { [_e]: _c, [_hE]: 400 },
1157
- [_m],
1158
- [0], 1
1159
- ];
1160
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1161
1169
  var __Unit = "unit";
1162
- export var ConnectCasesServiceException$ = [-3, _sm, "ConnectCasesServiceException", 0, [], []];
1163
- TypeRegistry.for(_sm).registerError(ConnectCasesServiceException$, ConnectCasesServiceException);
1164
1170
  var AuditEventFieldList = [1, n0, _AEFL,
1165
1171
  { [_sp]: 1 }, () => AuditEventField$
1166
1172
  ];
@@ -1,5 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var ConnectCasesServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
3
17
  export declare var AuditEvent$: StaticStructureSchema;
4
18
  export declare var AuditEventField$: StaticStructureSchema;
5
19
  export declare var AuditEventPerformedBy$: StaticStructureSchema;
@@ -18,7 +32,6 @@ export declare var CaseRuleSummary$: StaticStructureSchema;
18
32
  export declare var CaseSummary$: StaticStructureSchema;
19
33
  export declare var CommentContent$: StaticStructureSchema;
20
34
  export declare var CommentFilter$: StaticStructureSchema;
21
- export declare var ConflictException$: StaticErrorSchema;
22
35
  export declare var ConnectCaseContent$: StaticStructureSchema;
23
36
  export declare var ConnectCaseFilter$: StaticStructureSchema;
24
37
  export declare var ConnectCaseInputContent$: StaticStructureSchema;
@@ -87,7 +100,6 @@ export declare var GetLayoutResponse$: StaticStructureSchema;
87
100
  export declare var GetTemplateRequest$: StaticStructureSchema;
88
101
  export declare var GetTemplateResponse$: StaticStructureSchema;
89
102
  export declare var HiddenCaseRule$: StaticStructureSchema;
90
- export declare var InternalServerException$: StaticErrorSchema;
91
103
  export declare var LayoutConfiguration$: StaticStructureSchema;
92
104
  export declare var LayoutSections$: StaticStructureSchema;
93
105
  export declare var LayoutSummary$: StaticStructureSchema;
@@ -113,7 +125,6 @@ export declare var PutCaseEventConfigurationResponse$: StaticStructureSchema;
113
125
  export declare var RelatedItemEventIncludedData$: StaticStructureSchema;
114
126
  export declare var RequiredCaseRule$: StaticStructureSchema;
115
127
  export declare var RequiredField$: StaticStructureSchema;
116
- export declare var ResourceNotFoundException$: StaticErrorSchema;
117
128
  export declare var SearchAllRelatedItemsRequest$: StaticStructureSchema;
118
129
  export declare var SearchAllRelatedItemsResponse$: StaticStructureSchema;
119
130
  export declare var SearchAllRelatedItemsResponseItem$: StaticStructureSchema;
@@ -124,7 +135,6 @@ export declare var SearchCasesResponseItem$: StaticStructureSchema;
124
135
  export declare var SearchRelatedItemsRequest$: StaticStructureSchema;
125
136
  export declare var SearchRelatedItemsResponse$: StaticStructureSchema;
126
137
  export declare var SearchRelatedItemsResponseItem$: StaticStructureSchema;
127
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
128
138
  export declare var SlaConfiguration$: StaticStructureSchema;
129
139
  export declare var SlaContent$: StaticStructureSchema;
130
140
  export declare var SlaFilter$: StaticStructureSchema;
@@ -136,7 +146,6 @@ export declare var TagValue$: StaticStructureSchema;
136
146
  export declare var TemplateRule$: StaticStructureSchema;
137
147
  export declare var TemplateSummary$: StaticStructureSchema;
138
148
  export declare var TextAttributes$: StaticStructureSchema;
139
- export declare var ThrottlingException$: StaticErrorSchema;
140
149
  export declare var UntagResourceRequest$: StaticStructureSchema;
141
150
  export declare var UpdateCaseRequest$: StaticStructureSchema;
142
151
  export declare var UpdateCaseResponse$: StaticStructureSchema;
@@ -148,8 +157,6 @@ export declare var UpdateLayoutRequest$: StaticStructureSchema;
148
157
  export declare var UpdateLayoutResponse$: StaticStructureSchema;
149
158
  export declare var UpdateTemplateRequest$: StaticStructureSchema;
150
159
  export declare var UpdateTemplateResponse$: StaticStructureSchema;
151
- export declare var ValidationException$: StaticErrorSchema;
152
- export declare var ConnectCasesServiceException$: StaticErrorSchema;
153
160
  export declare var AuditEventFieldValueUnion$: StaticUnionSchema;
154
161
  export declare var BooleanCondition$: StaticUnionSchema;
155
162
  export declare var CaseFilter$: StaticUnionSchema;
@@ -1,10 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var ConnectCasesServiceException$: StaticErrorSchema;
7
9
  export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var InternalServerException$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
14
+ export declare var ThrottlingException$: StaticErrorSchema;
15
+ export declare var ValidationException$: StaticErrorSchema;
16
+ export declare const errorTypeRegistries: TypeRegistry[];
8
17
  export declare var AuditEvent$: StaticStructureSchema;
9
18
  export declare var AuditEventField$: StaticStructureSchema;
10
19
  export declare var AuditEventPerformedBy$: StaticStructureSchema;
@@ -23,7 +32,6 @@ export declare var CaseRuleSummary$: StaticStructureSchema;
23
32
  export declare var CaseSummary$: StaticStructureSchema;
24
33
  export declare var CommentContent$: StaticStructureSchema;
25
34
  export declare var CommentFilter$: StaticStructureSchema;
26
- export declare var ConflictException$: StaticErrorSchema;
27
35
  export declare var ConnectCaseContent$: StaticStructureSchema;
28
36
  export declare var ConnectCaseFilter$: StaticStructureSchema;
29
37
  export declare var ConnectCaseInputContent$: StaticStructureSchema;
@@ -92,7 +100,6 @@ export declare var GetLayoutResponse$: StaticStructureSchema;
92
100
  export declare var GetTemplateRequest$: StaticStructureSchema;
93
101
  export declare var GetTemplateResponse$: StaticStructureSchema;
94
102
  export declare var HiddenCaseRule$: StaticStructureSchema;
95
- export declare var InternalServerException$: StaticErrorSchema;
96
103
  export declare var LayoutConfiguration$: StaticStructureSchema;
97
104
  export declare var LayoutSections$: StaticStructureSchema;
98
105
  export declare var LayoutSummary$: StaticStructureSchema;
@@ -118,7 +125,6 @@ export declare var PutCaseEventConfigurationResponse$: StaticStructureSchema;
118
125
  export declare var RelatedItemEventIncludedData$: StaticStructureSchema;
119
126
  export declare var RequiredCaseRule$: StaticStructureSchema;
120
127
  export declare var RequiredField$: StaticStructureSchema;
121
- export declare var ResourceNotFoundException$: StaticErrorSchema;
122
128
  export declare var SearchAllRelatedItemsRequest$: StaticStructureSchema;
123
129
  export declare var SearchAllRelatedItemsResponse$: StaticStructureSchema;
124
130
  export declare var SearchAllRelatedItemsResponseItem$: StaticStructureSchema;
@@ -129,7 +135,6 @@ export declare var SearchCasesResponseItem$: StaticStructureSchema;
129
135
  export declare var SearchRelatedItemsRequest$: StaticStructureSchema;
130
136
  export declare var SearchRelatedItemsResponse$: StaticStructureSchema;
131
137
  export declare var SearchRelatedItemsResponseItem$: StaticStructureSchema;
132
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
133
138
  export declare var SlaConfiguration$: StaticStructureSchema;
134
139
  export declare var SlaContent$: StaticStructureSchema;
135
140
  export declare var SlaFilter$: StaticStructureSchema;
@@ -141,7 +146,6 @@ export declare var TagValue$: StaticStructureSchema;
141
146
  export declare var TemplateRule$: StaticStructureSchema;
142
147
  export declare var TemplateSummary$: StaticStructureSchema;
143
148
  export declare var TextAttributes$: StaticStructureSchema;
144
- export declare var ThrottlingException$: StaticErrorSchema;
145
149
  export declare var UntagResourceRequest$: StaticStructureSchema;
146
150
  export declare var UpdateCaseRequest$: StaticStructureSchema;
147
151
  export declare var UpdateCaseResponse$: StaticStructureSchema;
@@ -153,8 +157,6 @@ export declare var UpdateLayoutRequest$: StaticStructureSchema;
153
157
  export declare var UpdateLayoutResponse$: StaticStructureSchema;
154
158
  export declare var UpdateTemplateRequest$: StaticStructureSchema;
155
159
  export declare var UpdateTemplateResponse$: StaticStructureSchema;
156
- export declare var ValidationException$: StaticErrorSchema;
157
- export declare var ConnectCasesServiceException$: StaticErrorSchema;
158
160
  export declare var AuditEventFieldValueUnion$: StaticUnionSchema;
159
161
  export declare var BooleanCondition$: StaticUnionSchema;
160
162
  export declare var CaseFilter$: StaticUnionSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connectcases",
3
3
  "description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-connectcases",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",