@aws-sdk/client-lex-model-building-service 3.987.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultLexModelBuildingServiceHttpAuthSchemeProvider } 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: "2017-04-19",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.lexmodelbuildingservice",
30
+ errorTypeRegistries,
29
31
  version: "2017-04-19",
30
32
  serviceTarget: "AWSDeepSenseModelBuildingService",
31
33
  },
@@ -280,10 +280,10 @@ const _rC = "responseCard";
280
280
  const _rCe = "regexConfiguration";
281
281
  const _rP = "resourcePrefix";
282
282
  const _rS = "rejectionStatement";
283
- const _rT = "resourceType";
284
- const _rTe = "referenceType";
283
+ const _rT = "referenceType";
284
+ const _rTe = "resourceType";
285
285
  const _rURL = "referenceURLs";
286
- const _s = "status";
286
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.lexmodelbuildingservice";
287
287
  const _sBA = "sortByAttribute";
288
288
  const _sBO = "sortByOrder";
289
289
  const _sC = "signatureContains";
@@ -298,8 +298,8 @@ const _sU = "sampleUtterances";
298
298
  const _se = "server";
299
299
  const _si = "signature";
300
300
  const _sl = "slots";
301
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.lexmodelbuildingservice";
302
- const _st = "status_type";
301
+ const _st = "status";
302
+ const _st_ = "status_type";
303
303
  const _sy = "synonyms";
304
304
  const _t = "type";
305
305
  const _tK = "tagKeys";
@@ -328,18 +328,62 @@ const n0 = "com.amazonaws.lexmodelbuildingservice";
328
328
  import { TypeRegistry } from "@smithy/core/schema";
329
329
  import { AccessDeniedException, BadRequestException, ConflictException, InternalFailureException, LimitExceededException, NotFoundException, PreconditionFailedException, ResourceInUseException, } from "../models/errors";
330
330
  import { LexModelBuildingServiceServiceException } from "../models/LexModelBuildingServiceServiceException";
331
+ const _s_registry = TypeRegistry.for(_s);
332
+ export var LexModelBuildingServiceServiceException$ = [-3, _s, "LexModelBuildingServiceServiceException", 0, [], []];
333
+ _s_registry.registerError(LexModelBuildingServiceServiceException$, LexModelBuildingServiceServiceException);
334
+ const n0_registry = TypeRegistry.for(n0);
331
335
  export var AccessDeniedException$ = [-3, n0, _ADE,
332
336
  { [_e]: _c, [_hE]: 403 },
333
337
  [_m],
334
338
  [0]
335
339
  ];
336
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
340
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
337
341
  export var BadRequestException$ = [-3, n0, _BRE,
338
342
  { [_e]: _c, [_hE]: 400 },
339
343
  [_m],
340
344
  [0]
341
345
  ];
342
- TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
346
+ n0_registry.registerError(BadRequestException$, BadRequestException);
347
+ export var ConflictException$ = [-3, n0, _CE,
348
+ { [_e]: _c, [_hE]: 409 },
349
+ [_m],
350
+ [0]
351
+ ];
352
+ n0_registry.registerError(ConflictException$, ConflictException);
353
+ export var InternalFailureException$ = [-3, n0, _IFE,
354
+ { [_e]: _se, [_hE]: 500 },
355
+ [_m],
356
+ [0]
357
+ ];
358
+ n0_registry.registerError(InternalFailureException$, InternalFailureException);
359
+ export var LimitExceededException$ = [-3, n0, _LEE,
360
+ { [_e]: _c, [_hE]: 429 },
361
+ [_rAS, _m],
362
+ [[0, { [_hH]: _RA }], 0]
363
+ ];
364
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
365
+ export var NotFoundException$ = [-3, n0, _NFE,
366
+ { [_e]: _c, [_hE]: 404 },
367
+ [_m],
368
+ [0]
369
+ ];
370
+ n0_registry.registerError(NotFoundException$, NotFoundException);
371
+ export var PreconditionFailedException$ = [-3, n0, _PFE,
372
+ { [_e]: _c, [_hE]: 412 },
373
+ [_m],
374
+ [0]
375
+ ];
376
+ n0_registry.registerError(PreconditionFailedException$, PreconditionFailedException);
377
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
378
+ { [_e]: _c, [_hE]: 400 },
379
+ [_rT, _eR],
380
+ [0, () => ResourceReference$]
381
+ ];
382
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
383
+ export const errorTypeRegistries = [
384
+ _s_registry,
385
+ n0_registry,
386
+ ];
343
387
  export var BotAliasMetadata$ = [3, n0, _BAM,
344
388
  0,
345
389
  [_n, _d, _bV, _bN, _lUD, _cD, _ch, _cL],
@@ -347,12 +391,12 @@ export var BotAliasMetadata$ = [3, n0, _BAM,
347
391
  ];
348
392
  export var BotChannelAssociation$ = [3, n0, _BCA,
349
393
  0,
350
- [_n, _d, _bA, _bN, _cD, _t, _bC, _s, _fR],
394
+ [_n, _d, _bA, _bN, _cD, _t, _bC, _st, _fR],
351
395
  [0, 0, 0, 0, 4, 0, [() => ChannelConfigurationMap, 0], 0, 0]
352
396
  ];
353
397
  export var BotMetadata$ = [3, n0, _BM,
354
398
  0,
355
- [_n, _d, _s, _lUD, _cD, _v],
399
+ [_n, _d, _st, _lUD, _cD, _v],
356
400
  [0, 0, 0, 4, 4, 0]
357
401
  ];
358
402
  export var BuiltinIntentMetadata$ = [3, n0, _BIM,
@@ -375,12 +419,6 @@ export var CodeHook$ = [3, n0, _CH,
375
419
  [_u, _mV],
376
420
  [0, 0], 2
377
421
  ];
378
- export var ConflictException$ = [-3, n0, _CE,
379
- { [_e]: _c, [_hE]: 409 },
380
- [_m],
381
- [0]
382
- ];
383
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
384
422
  export var ConversationLogsRequest$ = [3, n0, _CLR,
385
423
  0,
386
424
  [_lS, _iRA],
@@ -398,7 +436,7 @@ export var CreateBotVersionRequest$ = [3, n0, _CBVR,
398
436
  ];
399
437
  export var CreateBotVersionResponse$ = [3, n0, _CBVRr,
400
438
  0,
401
- [_n, _d, _i, _cP, _aS, _s, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _eMI, _dS],
439
+ [_n, _d, _i, _cP, _aS, _st, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _eMI, _dS],
402
440
  [0, 0, () => IntentList, () => Prompt$, () => Statement$, 0, 0, 4, 4, 1, 0, 0, 0, 0, 2, 2, 2]
403
441
  ];
404
442
  export var CreateIntentVersionRequest$ = [3, n0, _CIVR,
@@ -508,7 +546,7 @@ export var GetBotChannelAssociationRequest$ = [3, n0, _GBCAR,
508
546
  ];
509
547
  export var GetBotChannelAssociationResponse$ = [3, n0, _GBCARe,
510
548
  0,
511
- [_n, _d, _bA, _bN, _cD, _t, _bC, _s, _fR],
549
+ [_n, _d, _bA, _bN, _cD, _t, _bC, _st, _fR],
512
550
  [0, 0, 0, 0, 4, 0, [() => ChannelConfigurationMap, 0], 0, 0]
513
551
  ];
514
552
  export var GetBotChannelAssociationsRequest$ = [3, n0, _GBCARet,
@@ -528,7 +566,7 @@ export var GetBotRequest$ = [3, n0, _GBR,
528
566
  ];
529
567
  export var GetBotResponse$ = [3, n0, _GBRe,
530
568
  0,
531
- [_n, _d, _i, _eMI, _nICT, _cP, _aS, _s, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _dS],
569
+ [_n, _d, _i, _eMI, _nICT, _cP, _aS, _st, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _dS],
532
570
  [0, 0, () => IntentList, 2, 1, () => Prompt$, () => Statement$, 0, 0, 4, 4, 1, 0, 0, 0, 0, 2, 2]
533
571
  ];
534
572
  export var GetBotsRequest$ = [3, n0, _GBRet,
@@ -583,12 +621,12 @@ export var GetBuiltinSlotTypesResponse$ = [3, n0, _GBSTRe,
583
621
  ];
584
622
  export var GetExportRequest$ = [3, n0, _GER,
585
623
  0,
586
- [_n, _v, _rT, _eT],
587
- [[0, { [_hQ]: _n }], [0, { [_hQ]: _v }], [0, { [_hQ]: _rT }], [0, { [_hQ]: _eT }]], 4
624
+ [_n, _v, _rTe, _eT],
625
+ [[0, { [_hQ]: _n }], [0, { [_hQ]: _v }], [0, { [_hQ]: _rTe }], [0, { [_hQ]: _eT }]], 4
588
626
  ];
589
627
  export var GetExportResponse$ = [3, n0, _GERe,
590
628
  0,
591
- [_n, _v, _rT, _eT, _eS, _fR, _ur],
629
+ [_n, _v, _rTe, _eT, _eS, _fR, _ur],
592
630
  [0, 0, 0, 0, 0, 0, 0]
593
631
  ];
594
632
  export var GetImportRequest$ = [3, n0, _GIR,
@@ -598,7 +636,7 @@ export var GetImportRequest$ = [3, n0, _GIR,
598
636
  ];
599
637
  export var GetImportResponse$ = [3, n0, _GIRe,
600
638
  0,
601
- [_n, _rT, _mS, _iI, _iS, _fR, _cD],
639
+ [_n, _rTe, _mS, _iI, _iS, _fR, _cD],
602
640
  [0, 0, 0, 0, 0, 64 | 0, 4]
603
641
  ];
604
642
  export var GetIntentRequest$ = [3, n0, _GIRet,
@@ -684,7 +722,7 @@ export var GetSlotTypeVersionsResponse$ = [3, n0, _GSTVRe,
684
722
  export var GetUtterancesViewRequest$ = [3, n0, _GUVR,
685
723
  0,
686
724
  [_bN, _bVo, _sTt],
687
- [[0, 1], [64 | 0, { [_hQ]: _bv }], [0, { [_hQ]: _st }]], 3
725
+ [[0, 1], [64 | 0, { [_hQ]: _bv }], [0, { [_hQ]: _st_ }]], 3
688
726
  ];
689
727
  export var GetUtterancesViewResponse$ = [3, n0, _GUVRe,
690
728
  0,
@@ -706,23 +744,11 @@ export var IntentMetadata$ = [3, n0, _IM,
706
744
  [_n, _d, _lUD, _cD, _v],
707
745
  [0, 0, 4, 4, 0]
708
746
  ];
709
- export var InternalFailureException$ = [-3, n0, _IFE,
710
- { [_e]: _se, [_hE]: 500 },
711
- [_m],
712
- [0]
713
- ];
714
- TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
715
747
  export var KendraConfiguration$ = [3, n0, _KC,
716
748
  0,
717
749
  [_kI, _r, _qFS],
718
750
  [0, 0, 0], 2
719
751
  ];
720
- export var LimitExceededException$ = [-3, n0, _LEE,
721
- { [_e]: _c, [_hE]: 429 },
722
- [_rAS, _m],
723
- [[0, { [_hH]: _RA }], 0]
724
- ];
725
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
726
752
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
727
753
  0,
728
754
  [_rA],
@@ -758,23 +784,11 @@ export var MigrationSummary$ = [3, n0, _MS,
758
784
  [_mI, _vBN, _vBV, _vBL, _vBI, _vBR, _mSi, _mSig, _mT],
759
785
  [0, 0, 0, 0, 0, 0, 0, 0, 4]
760
786
  ];
761
- export var NotFoundException$ = [-3, n0, _NFE,
762
- { [_e]: _c, [_hE]: 404 },
763
- [_m],
764
- [0]
765
- ];
766
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
767
787
  export var OutputContext$ = [3, n0, _OC,
768
788
  0,
769
789
  [_n, _tTLIS, _tTL],
770
790
  [0, 1, 1], 3
771
791
  ];
772
- export var PreconditionFailedException$ = [-3, n0, _PFE,
773
- { [_e]: _c, [_hE]: 412 },
774
- [_m],
775
- [0]
776
- ];
777
- TypeRegistry.for(n0).registerError(PreconditionFailedException$, PreconditionFailedException);
778
792
  export var Prompt$ = [3, n0, _P,
779
793
  0,
780
794
  [_me, _mA, _rC],
@@ -797,7 +811,7 @@ export var PutBotRequest$ = [3, n0, _PBR,
797
811
  ];
798
812
  export var PutBotResponse$ = [3, n0, _PBRu,
799
813
  0,
800
- [_n, _d, _i, _eMI, _nICT, _cP, _aS, _s, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _cV, _dS, _ta],
814
+ [_n, _d, _i, _eMI, _nICT, _cP, _aS, _st, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _cV, _dS, _ta],
801
815
  [0, 0, () => IntentList, 2, 1, () => Prompt$, () => Statement$, 0, 0, 4, 4, 1, 0, 0, 0, 0, 2, 2, 2, () => TagList]
802
816
  ];
803
817
  export var PutIntentRequest$ = [3, n0, _PIR,
@@ -820,12 +834,6 @@ export var PutSlotTypeResponse$ = [3, n0, _PSTRu,
820
834
  [_n, _d, _eV, _lUD, _cD, _v, _ch, _vSS, _cV, _pSTS, _sTC],
821
835
  [0, 0, () => EnumerationValues, 4, 4, 0, 0, 0, 2, 0, () => SlotTypeConfigurations]
822
836
  ];
823
- export var ResourceInUseException$ = [-3, n0, _RIUE,
824
- { [_e]: _c, [_hE]: 400 },
825
- [_rTe, _eR],
826
- [0, () => ResourceReference$]
827
- ];
828
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
829
837
  export var ResourceReference$ = [3, n0, _RR,
830
838
  0,
831
839
  [_n, _v],
@@ -863,12 +871,12 @@ export var SlotTypeRegexConfiguration$ = [3, n0, _STRC,
863
871
  ];
864
872
  export var StartImportRequest$ = [3, n0, _SIR,
865
873
  0,
866
- [_pay, _rT, _mS, _ta],
874
+ [_pay, _rTe, _mS, _ta],
867
875
  [21, 0, 0, () => TagList], 3
868
876
  ];
869
877
  export var StartImportResponse$ = [3, n0, _SIRt,
870
878
  0,
871
- [_n, _rT, _mS, _iI, _iS, _ta, _cD],
879
+ [_n, _rTe, _mS, _iI, _iS, _ta, _cD],
872
880
  [0, 0, 0, 0, 0, () => TagList, 4]
873
881
  ];
874
882
  export var StartMigrationRequest$ = [3, n0, _SMR,
@@ -922,8 +930,6 @@ export var UtteranceList$ = [3, n0, _UL,
922
930
  [0, () => ListOfUtterance]
923
931
  ];
924
932
  var __Unit = "unit";
925
- export var LexModelBuildingServiceServiceException$ = [-3, _sm, "LexModelBuildingServiceServiceException", 0, [], []];
926
- TypeRegistry.for(_sm).registerError(LexModelBuildingServiceServiceException$, LexModelBuildingServiceServiceException);
927
933
  var BotAliasMetadataList = [1, n0, _BAML,
928
934
  0, () => BotAliasMetadata$
929
935
  ];
@@ -1,6 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var LexModelBuildingServiceServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
3
5
  export declare var BadRequestException$: StaticErrorSchema;
6
+ export declare var ConflictException$: StaticErrorSchema;
7
+ export declare var InternalFailureException$: StaticErrorSchema;
8
+ export declare var LimitExceededException$: StaticErrorSchema;
9
+ export declare var NotFoundException$: StaticErrorSchema;
10
+ export declare var PreconditionFailedException$: StaticErrorSchema;
11
+ export declare var ResourceInUseException$: StaticErrorSchema;
12
+ /**
13
+ * TypeRegistry instances containing modeled errors.
14
+ * @internal
15
+ *
16
+ */
17
+ export declare const errorTypeRegistries: TypeRegistry[];
4
18
  export declare var BotAliasMetadata$: StaticStructureSchema;
5
19
  export declare var BotChannelAssociation$: StaticStructureSchema;
6
20
  export declare var BotMetadata$: StaticStructureSchema;
@@ -8,7 +22,6 @@ export declare var BuiltinIntentMetadata$: StaticStructureSchema;
8
22
  export declare var BuiltinIntentSlot$: StaticStructureSchema;
9
23
  export declare var BuiltinSlotTypeMetadata$: StaticStructureSchema;
10
24
  export declare var CodeHook$: StaticStructureSchema;
11
- export declare var ConflictException$: StaticErrorSchema;
12
25
  export declare var ConversationLogsRequest$: StaticStructureSchema;
13
26
  export declare var ConversationLogsResponse$: StaticStructureSchema;
14
27
  export declare var CreateBotVersionRequest$: StaticStructureSchema;
@@ -74,9 +87,7 @@ export declare var GetUtterancesViewResponse$: StaticStructureSchema;
74
87
  export declare var InputContext$: StaticStructureSchema;
75
88
  export declare var Intent$: StaticStructureSchema;
76
89
  export declare var IntentMetadata$: StaticStructureSchema;
77
- export declare var InternalFailureException$: StaticErrorSchema;
78
90
  export declare var KendraConfiguration$: StaticStructureSchema;
79
- export declare var LimitExceededException$: StaticErrorSchema;
80
91
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
81
92
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
82
93
  export declare var LogSettingsRequest$: StaticStructureSchema;
@@ -84,9 +95,7 @@ export declare var LogSettingsResponse$: StaticStructureSchema;
84
95
  export declare var Message$: StaticStructureSchema;
85
96
  export declare var MigrationAlert$: StaticStructureSchema;
86
97
  export declare var MigrationSummary$: StaticStructureSchema;
87
- export declare var NotFoundException$: StaticErrorSchema;
88
98
  export declare var OutputContext$: StaticStructureSchema;
89
- export declare var PreconditionFailedException$: StaticErrorSchema;
90
99
  export declare var Prompt$: StaticStructureSchema;
91
100
  export declare var PutBotAliasRequest$: StaticStructureSchema;
92
101
  export declare var PutBotAliasResponse$: StaticStructureSchema;
@@ -96,7 +105,6 @@ export declare var PutIntentRequest$: StaticStructureSchema;
96
105
  export declare var PutIntentResponse$: StaticStructureSchema;
97
106
  export declare var PutSlotTypeRequest$: StaticStructureSchema;
98
107
  export declare var PutSlotTypeResponse$: StaticStructureSchema;
99
- export declare var ResourceInUseException$: StaticErrorSchema;
100
108
  export declare var ResourceReference$: StaticStructureSchema;
101
109
  export declare var Slot$: StaticStructureSchema;
102
110
  export declare var SlotDefaultValue$: StaticStructureSchema;
@@ -116,7 +124,6 @@ export declare var UntagResourceRequest$: StaticStructureSchema;
116
124
  export declare var UntagResourceResponse$: StaticStructureSchema;
117
125
  export declare var UtteranceData$: StaticStructureSchema;
118
126
  export declare var UtteranceList$: StaticStructureSchema;
119
- export declare var LexModelBuildingServiceServiceException$: StaticErrorSchema;
120
127
  export declare var CreateBotVersion$: StaticOperationSchema;
121
128
  export declare var CreateIntentVersion$: StaticOperationSchema;
122
129
  export declare var CreateSlotTypeVersion$: StaticOperationSchema;
@@ -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
  } from "@smithy/types";
7
+ export declare var LexModelBuildingServiceServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
7
9
  export declare var BadRequestException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var InternalFailureException$: StaticErrorSchema;
12
+ export declare var LimitExceededException$: StaticErrorSchema;
13
+ export declare var NotFoundException$: StaticErrorSchema;
14
+ export declare var PreconditionFailedException$: StaticErrorSchema;
15
+ export declare var ResourceInUseException$: StaticErrorSchema;
16
+ export declare const errorTypeRegistries: TypeRegistry[];
8
17
  export declare var BotAliasMetadata$: StaticStructureSchema;
9
18
  export declare var BotChannelAssociation$: StaticStructureSchema;
10
19
  export declare var BotMetadata$: StaticStructureSchema;
@@ -12,7 +21,6 @@ export declare var BuiltinIntentMetadata$: StaticStructureSchema;
12
21
  export declare var BuiltinIntentSlot$: StaticStructureSchema;
13
22
  export declare var BuiltinSlotTypeMetadata$: StaticStructureSchema;
14
23
  export declare var CodeHook$: StaticStructureSchema;
15
- export declare var ConflictException$: StaticErrorSchema;
16
24
  export declare var ConversationLogsRequest$: StaticStructureSchema;
17
25
  export declare var ConversationLogsResponse$: StaticStructureSchema;
18
26
  export declare var CreateBotVersionRequest$: StaticStructureSchema;
@@ -78,9 +86,7 @@ export declare var GetUtterancesViewResponse$: StaticStructureSchema;
78
86
  export declare var InputContext$: StaticStructureSchema;
79
87
  export declare var Intent$: StaticStructureSchema;
80
88
  export declare var IntentMetadata$: StaticStructureSchema;
81
- export declare var InternalFailureException$: StaticErrorSchema;
82
89
  export declare var KendraConfiguration$: StaticStructureSchema;
83
- export declare var LimitExceededException$: StaticErrorSchema;
84
90
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
85
91
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
86
92
  export declare var LogSettingsRequest$: StaticStructureSchema;
@@ -88,9 +94,7 @@ export declare var LogSettingsResponse$: StaticStructureSchema;
88
94
  export declare var Message$: StaticStructureSchema;
89
95
  export declare var MigrationAlert$: StaticStructureSchema;
90
96
  export declare var MigrationSummary$: StaticStructureSchema;
91
- export declare var NotFoundException$: StaticErrorSchema;
92
97
  export declare var OutputContext$: StaticStructureSchema;
93
- export declare var PreconditionFailedException$: StaticErrorSchema;
94
98
  export declare var Prompt$: StaticStructureSchema;
95
99
  export declare var PutBotAliasRequest$: StaticStructureSchema;
96
100
  export declare var PutBotAliasResponse$: StaticStructureSchema;
@@ -100,7 +104,6 @@ export declare var PutIntentRequest$: StaticStructureSchema;
100
104
  export declare var PutIntentResponse$: StaticStructureSchema;
101
105
  export declare var PutSlotTypeRequest$: StaticStructureSchema;
102
106
  export declare var PutSlotTypeResponse$: StaticStructureSchema;
103
- export declare var ResourceInUseException$: StaticErrorSchema;
104
107
  export declare var ResourceReference$: StaticStructureSchema;
105
108
  export declare var Slot$: StaticStructureSchema;
106
109
  export declare var SlotDefaultValue$: StaticStructureSchema;
@@ -120,7 +123,6 @@ export declare var UntagResourceRequest$: StaticStructureSchema;
120
123
  export declare var UntagResourceResponse$: StaticStructureSchema;
121
124
  export declare var UtteranceData$: StaticStructureSchema;
122
125
  export declare var UtteranceList$: StaticStructureSchema;
123
- export declare var LexModelBuildingServiceServiceException$: StaticErrorSchema;
124
126
  export declare var CreateBotVersion$: StaticOperationSchema;
125
127
  export declare var CreateIntentVersion$: StaticOperationSchema;
126
128
  export declare var CreateSlotTypeVersion$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lex-model-building-service",
3
3
  "description": "AWS SDK for JavaScript Lex Model Building Service Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.988.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-lex-model-building-service",
@@ -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.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.7",
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.8",
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.988.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.6",
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",