@aws-sdk/client-comprehend 3.952.0 → 3.953.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.
Files changed (105) hide show
  1. package/dist-cjs/index.js +1239 -871
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +2 -2
  4. package/dist-es/commands/BatchDetectEntitiesCommand.js +2 -2
  5. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +2 -2
  6. package/dist-es/commands/BatchDetectSentimentCommand.js +2 -2
  7. package/dist-es/commands/BatchDetectSyntaxCommand.js +2 -2
  8. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +2 -2
  9. package/dist-es/commands/ClassifyDocumentCommand.js +2 -2
  10. package/dist-es/commands/ContainsPiiEntitiesCommand.js +2 -2
  11. package/dist-es/commands/CreateDatasetCommand.js +2 -2
  12. package/dist-es/commands/CreateDocumentClassifierCommand.js +2 -2
  13. package/dist-es/commands/CreateEndpointCommand.js +2 -2
  14. package/dist-es/commands/CreateEntityRecognizerCommand.js +2 -2
  15. package/dist-es/commands/CreateFlywheelCommand.js +2 -2
  16. package/dist-es/commands/DeleteDocumentClassifierCommand.js +2 -2
  17. package/dist-es/commands/DeleteEndpointCommand.js +2 -2
  18. package/dist-es/commands/DeleteEntityRecognizerCommand.js +2 -2
  19. package/dist-es/commands/DeleteFlywheelCommand.js +2 -2
  20. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  21. package/dist-es/commands/DescribeDatasetCommand.js +2 -2
  22. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +2 -2
  23. package/dist-es/commands/DescribeDocumentClassifierCommand.js +2 -2
  24. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -2
  25. package/dist-es/commands/DescribeEndpointCommand.js +2 -2
  26. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +2 -2
  27. package/dist-es/commands/DescribeEntityRecognizerCommand.js +2 -2
  28. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +2 -2
  29. package/dist-es/commands/DescribeFlywheelCommand.js +2 -2
  30. package/dist-es/commands/DescribeFlywheelIterationCommand.js +2 -2
  31. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -2
  32. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -2
  33. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -2
  34. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +2 -2
  35. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -2
  36. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +2 -2
  37. package/dist-es/commands/DetectDominantLanguageCommand.js +2 -2
  38. package/dist-es/commands/DetectEntitiesCommand.js +2 -2
  39. package/dist-es/commands/DetectKeyPhrasesCommand.js +2 -2
  40. package/dist-es/commands/DetectPiiEntitiesCommand.js +2 -2
  41. package/dist-es/commands/DetectSentimentCommand.js +2 -2
  42. package/dist-es/commands/DetectSyntaxCommand.js +2 -2
  43. package/dist-es/commands/DetectTargetedSentimentCommand.js +2 -2
  44. package/dist-es/commands/DetectToxicContentCommand.js +2 -2
  45. package/dist-es/commands/ImportModelCommand.js +2 -2
  46. package/dist-es/commands/ListDatasetsCommand.js +2 -2
  47. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +2 -2
  48. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +2 -2
  49. package/dist-es/commands/ListDocumentClassifiersCommand.js +2 -2
  50. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +2 -2
  51. package/dist-es/commands/ListEndpointsCommand.js +2 -2
  52. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +2 -2
  53. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +2 -2
  54. package/dist-es/commands/ListEntityRecognizersCommand.js +2 -2
  55. package/dist-es/commands/ListEventsDetectionJobsCommand.js +2 -2
  56. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +2 -2
  57. package/dist-es/commands/ListFlywheelsCommand.js +2 -2
  58. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -2
  59. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -2
  60. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +2 -2
  61. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  62. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -2
  63. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +2 -2
  64. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  65. package/dist-es/commands/StartDocumentClassificationJobCommand.js +2 -2
  66. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +2 -2
  67. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +2 -2
  68. package/dist-es/commands/StartEventsDetectionJobCommand.js +2 -2
  69. package/dist-es/commands/StartFlywheelIterationCommand.js +2 -2
  70. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +2 -2
  71. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +2 -2
  72. package/dist-es/commands/StartSentimentDetectionJobCommand.js +2 -2
  73. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +2 -2
  74. package/dist-es/commands/StartTopicsDetectionJobCommand.js +2 -2
  75. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +2 -2
  76. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +2 -2
  77. package/dist-es/commands/StopEventsDetectionJobCommand.js +2 -2
  78. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +2 -2
  79. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +2 -2
  80. package/dist-es/commands/StopSentimentDetectionJobCommand.js +2 -2
  81. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +2 -2
  82. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +2 -2
  83. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +2 -2
  84. package/dist-es/commands/TagResourceCommand.js +2 -2
  85. package/dist-es/commands/UntagResourceCommand.js +2 -2
  86. package/dist-es/commands/UpdateEndpointCommand.js +2 -2
  87. package/dist-es/commands/UpdateFlywheelCommand.js +2 -2
  88. package/dist-es/index.js +1 -0
  89. package/dist-es/runtimeConfig.shared.js +6 -6
  90. package/dist-es/schemas/schemas_0.js +748 -757
  91. package/dist-types/ComprehendClient.d.ts +1 -10
  92. package/dist-types/index.d.ts +1 -0
  93. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  94. package/dist-types/runtimeConfig.d.ts +6 -2
  95. package/dist-types/runtimeConfig.native.d.ts +6 -2
  96. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  97. package/dist-types/schemas/schemas_0.d.ts +378 -442
  98. package/dist-types/ts3.4/ComprehendClient.d.ts +0 -4
  99. package/dist-types/ts3.4/index.d.ts +1 -0
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  104. package/dist-types/ts3.4/schemas/schemas_0.d.ts +377 -443
  105. package/package.json +34 -34
@@ -606,10 +606,10 @@ const _s = "server";
606
606
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.comprehend";
607
607
  const n0 = "com.amazonaws.comprehend";
608
608
  import { TypeRegistry } from "@smithy/core/schema";
609
- import { ComprehendServiceException as __ComprehendServiceException } from "../models/ComprehendServiceException";
610
- import { BatchSizeLimitExceededException as __BatchSizeLimitExceededException, ConcurrentModificationException as __ConcurrentModificationException, InternalServerException as __InternalServerException, InvalidFilterException as __InvalidFilterException, InvalidRequestException as __InvalidRequestException, JobNotFoundException as __JobNotFoundException, KmsKeyValidationException as __KmsKeyValidationException, ResourceInUseException as __ResourceInUseException, ResourceLimitExceededException as __ResourceLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ResourceUnavailableException as __ResourceUnavailableException, TextSizeLimitExceededException as __TextSizeLimitExceededException, TooManyRequestsException as __TooManyRequestsException, TooManyTagKeysException as __TooManyTagKeysException, TooManyTagsException as __TooManyTagsException, UnsupportedLanguageException as __UnsupportedLanguageException, } from "../models/errors";
611
- export var CustomerInputString = [0, n0, _CIS, 8, 0];
612
- export var AugmentedManifestsListItem = [
609
+ import { ComprehendServiceException } from "../models/ComprehendServiceException";
610
+ import { BatchSizeLimitExceededException, ConcurrentModificationException, InternalServerException, InvalidFilterException, InvalidRequestException, JobNotFoundException, KmsKeyValidationException, ResourceInUseException, ResourceLimitExceededException, ResourceNotFoundException, ResourceUnavailableException, TextSizeLimitExceededException, TooManyRequestsException, TooManyTagKeysException, TooManyTagsException, UnsupportedLanguageException, } from "../models/errors";
611
+ var CustomerInputString = [0, n0, _CIS, 8, 0];
612
+ export var AugmentedManifestsListItem$ = [
613
613
  3,
614
614
  n0,
615
615
  _AMLI,
@@ -617,7 +617,7 @@ export var AugmentedManifestsListItem = [
617
617
  [_SU, _S, _AN, _ADSU, _SDSU, _DT],
618
618
  [0, 0, 64 | 0, 0, 0, 0],
619
619
  ];
620
- export var BatchDetectDominantLanguageItemResult = [
620
+ export var BatchDetectDominantLanguageItemResult$ = [
621
621
  3,
622
622
  n0,
623
623
  _BDDLIR,
@@ -625,7 +625,7 @@ export var BatchDetectDominantLanguageItemResult = [
625
625
  [_I, _L],
626
626
  [1, () => ListOfDominantLanguages],
627
627
  ];
628
- export var BatchDetectDominantLanguageRequest = [
628
+ export var BatchDetectDominantLanguageRequest$ = [
629
629
  3,
630
630
  n0,
631
631
  _BDDLR,
@@ -633,7 +633,7 @@ export var BatchDetectDominantLanguageRequest = [
633
633
  [_TL],
634
634
  [[() => CustomerInputStringList, 0]],
635
635
  ];
636
- export var BatchDetectDominantLanguageResponse = [
636
+ export var BatchDetectDominantLanguageResponse$ = [
637
637
  3,
638
638
  n0,
639
639
  _BDDLRa,
@@ -641,7 +641,7 @@ export var BatchDetectDominantLanguageResponse = [
641
641
  [_RL, _EL],
642
642
  [() => ListOfDetectDominantLanguageResult, () => BatchItemErrorList],
643
643
  ];
644
- export var BatchDetectEntitiesItemResult = [
644
+ export var BatchDetectEntitiesItemResult$ = [
645
645
  3,
646
646
  n0,
647
647
  _BDEIR,
@@ -649,7 +649,7 @@ export var BatchDetectEntitiesItemResult = [
649
649
  [_I, _E],
650
650
  [1, () => ListOfEntities],
651
651
  ];
652
- export var BatchDetectEntitiesRequest = [
652
+ export var BatchDetectEntitiesRequest$ = [
653
653
  3,
654
654
  n0,
655
655
  _BDER,
@@ -657,7 +657,7 @@ export var BatchDetectEntitiesRequest = [
657
657
  [_TL, _LC],
658
658
  [[() => CustomerInputStringList, 0], 0],
659
659
  ];
660
- export var BatchDetectEntitiesResponse = [
660
+ export var BatchDetectEntitiesResponse$ = [
661
661
  3,
662
662
  n0,
663
663
  _BDERa,
@@ -665,7 +665,7 @@ export var BatchDetectEntitiesResponse = [
665
665
  [_RL, _EL],
666
666
  [() => ListOfDetectEntitiesResult, () => BatchItemErrorList],
667
667
  ];
668
- export var BatchDetectKeyPhrasesItemResult = [
668
+ export var BatchDetectKeyPhrasesItemResult$ = [
669
669
  3,
670
670
  n0,
671
671
  _BDKPIR,
@@ -673,7 +673,7 @@ export var BatchDetectKeyPhrasesItemResult = [
673
673
  [_I, _KP],
674
674
  [1, () => ListOfKeyPhrases],
675
675
  ];
676
- export var BatchDetectKeyPhrasesRequest = [
676
+ export var BatchDetectKeyPhrasesRequest$ = [
677
677
  3,
678
678
  n0,
679
679
  _BDKPR,
@@ -681,7 +681,7 @@ export var BatchDetectKeyPhrasesRequest = [
681
681
  [_TL, _LC],
682
682
  [[() => CustomerInputStringList, 0], 0],
683
683
  ];
684
- export var BatchDetectKeyPhrasesResponse = [
684
+ export var BatchDetectKeyPhrasesResponse$ = [
685
685
  3,
686
686
  n0,
687
687
  _BDKPRa,
@@ -689,15 +689,15 @@ export var BatchDetectKeyPhrasesResponse = [
689
689
  [_RL, _EL],
690
690
  [() => ListOfDetectKeyPhrasesResult, () => BatchItemErrorList],
691
691
  ];
692
- export var BatchDetectSentimentItemResult = [
692
+ export var BatchDetectSentimentItemResult$ = [
693
693
  3,
694
694
  n0,
695
695
  _BDSIR,
696
696
  0,
697
697
  [_I, _Se, _SS],
698
- [1, 0, () => SentimentScore],
698
+ [1, 0, () => SentimentScore$],
699
699
  ];
700
- export var BatchDetectSentimentRequest = [
700
+ export var BatchDetectSentimentRequest$ = [
701
701
  3,
702
702
  n0,
703
703
  _BDSR,
@@ -705,7 +705,7 @@ export var BatchDetectSentimentRequest = [
705
705
  [_TL, _LC],
706
706
  [[() => CustomerInputStringList, 0], 0],
707
707
  ];
708
- export var BatchDetectSentimentResponse = [
708
+ export var BatchDetectSentimentResponse$ = [
709
709
  3,
710
710
  n0,
711
711
  _BDSRa,
@@ -713,7 +713,7 @@ export var BatchDetectSentimentResponse = [
713
713
  [_RL, _EL],
714
714
  [() => ListOfDetectSentimentResult, () => BatchItemErrorList],
715
715
  ];
716
- export var BatchDetectSyntaxItemResult = [
716
+ export var BatchDetectSyntaxItemResult$ = [
717
717
  3,
718
718
  n0,
719
719
  _BDSIRa,
@@ -721,7 +721,7 @@ export var BatchDetectSyntaxItemResult = [
721
721
  [_I, _ST],
722
722
  [1, () => ListOfSyntaxTokens],
723
723
  ];
724
- export var BatchDetectSyntaxRequest = [
724
+ export var BatchDetectSyntaxRequest$ = [
725
725
  3,
726
726
  n0,
727
727
  _BDSRat,
@@ -729,7 +729,7 @@ export var BatchDetectSyntaxRequest = [
729
729
  [_TL, _LC],
730
730
  [[() => CustomerInputStringList, 0], 0],
731
731
  ];
732
- export var BatchDetectSyntaxResponse = [
732
+ export var BatchDetectSyntaxResponse$ = [
733
733
  3,
734
734
  n0,
735
735
  _BDSRatc,
@@ -737,7 +737,7 @@ export var BatchDetectSyntaxResponse = [
737
737
  [_RL, _EL],
738
738
  [() => ListOfDetectSyntaxResult, () => BatchItemErrorList],
739
739
  ];
740
- export var BatchDetectTargetedSentimentItemResult = [
740
+ export var BatchDetectTargetedSentimentItemResult$ = [
741
741
  3,
742
742
  n0,
743
743
  _BDTSIR,
@@ -745,7 +745,7 @@ export var BatchDetectTargetedSentimentItemResult = [
745
745
  [_I, _E],
746
746
  [1, () => ListOfTargetedSentimentEntities],
747
747
  ];
748
- export var BatchDetectTargetedSentimentRequest = [
748
+ export var BatchDetectTargetedSentimentRequest$ = [
749
749
  3,
750
750
  n0,
751
751
  _BDTSR,
@@ -753,7 +753,7 @@ export var BatchDetectTargetedSentimentRequest = [
753
753
  [_TL, _LC],
754
754
  [[() => CustomerInputStringList, 0], 0],
755
755
  ];
756
- export var BatchDetectTargetedSentimentResponse = [
756
+ export var BatchDetectTargetedSentimentResponse$ = [
757
757
  3,
758
758
  n0,
759
759
  _BDTSRa,
@@ -761,18 +761,18 @@ export var BatchDetectTargetedSentimentResponse = [
761
761
  [_RL, _EL],
762
762
  [() => ListOfDetectTargetedSentimentResult, () => BatchItemErrorList],
763
763
  ];
764
- export var BatchItemError = [3, n0, _BIE, 0, [_I, _EC, _EM], [1, 0, 0]];
765
- export var BatchSizeLimitExceededException = [-3, n0, _BSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
766
- TypeRegistry.for(n0).registerError(BatchSizeLimitExceededException, __BatchSizeLimitExceededException);
767
- export var Block = [
764
+ export var BatchItemError$ = [3, n0, _BIE, 0, [_I, _EC, _EM], [1, 0, 0]];
765
+ export var BatchSizeLimitExceededException$ = [-3, n0, _BSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
766
+ TypeRegistry.for(n0).registerError(BatchSizeLimitExceededException$, BatchSizeLimitExceededException);
767
+ export var Block$ = [
768
768
  3,
769
769
  n0,
770
770
  _B,
771
771
  0,
772
772
  [_Id, _BT, _T, _P, _G, _R],
773
- [0, 0, 0, 1, () => Geometry, () => ListOfRelationships],
773
+ [0, 0, 0, 1, () => Geometry$, () => ListOfRelationships],
774
774
  ];
775
- export var BlockReference = [
775
+ export var BlockReference$ = [
776
776
  3,
777
777
  n0,
778
778
  _BR,
@@ -780,9 +780,9 @@ export var BlockReference = [
780
780
  [_BI, _BO, _EO, _CB],
781
781
  [0, 1, 1, () => ListOfChildBlocks],
782
782
  ];
783
- export var BoundingBox = [3, n0, _BB, 0, [_H, _Le, _To, _W], [1, 1, 1, 1]];
784
- export var ChildBlock = [3, n0, _CBh, 0, [_CBI, _BO, _EO], [0, 1, 1]];
785
- export var ClassifierEvaluationMetrics = [
783
+ export var BoundingBox$ = [3, n0, _BB, 0, [_H, _Le, _To, _W], [1, 1, 1, 1]];
784
+ export var ChildBlock$ = [3, n0, _CBh, 0, [_CBI, _BO, _EO], [0, 1, 1]];
785
+ export var ClassifierEvaluationMetrics$ = [
786
786
  3,
787
787
  n0,
788
788
  _CEM,
@@ -790,23 +790,23 @@ export var ClassifierEvaluationMetrics = [
790
790
  [_A, _Pr, _Re, _FS, _MP, _MR, _MFS, _HL],
791
791
  [1, 1, 1, 1, 1, 1, 1, 1],
792
792
  ];
793
- export var ClassifierMetadata = [
793
+ export var ClassifierMetadata$ = [
794
794
  3,
795
795
  n0,
796
796
  _CM,
797
797
  8,
798
798
  [_NOL, _NOTD, _NOTDu, _EMv],
799
- [1, 1, 1, () => ClassifierEvaluationMetrics],
799
+ [1, 1, 1, () => ClassifierEvaluationMetrics$],
800
800
  ];
801
- export var ClassifyDocumentRequest = [
801
+ export var ClassifyDocumentRequest$ = [
802
802
  3,
803
803
  n0,
804
804
  _CDR,
805
805
  0,
806
806
  [_T, _EA, _By, _DRC],
807
- [[() => CustomerInputString, 0], 0, 21, () => DocumentReaderConfig],
807
+ [[() => CustomerInputString, 0], 0, 21, () => DocumentReaderConfig$],
808
808
  ];
809
- export var ClassifyDocumentResponse = [
809
+ export var ClassifyDocumentResponse$ = [
810
810
  3,
811
811
  n0,
812
812
  _CDRl,
@@ -815,26 +815,26 @@ export var ClassifyDocumentResponse = [
815
815
  [
816
816
  () => ListOfClasses,
817
817
  () => ListOfLabels,
818
- () => DocumentMetadata,
818
+ () => DocumentMetadata$,
819
819
  () => ListOfDocumentType,
820
820
  () => ListOfErrors,
821
821
  () => ListOfWarnings,
822
822
  ],
823
823
  ];
824
- export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
825
- TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
826
- export var ContainsPiiEntitiesRequest = [3, n0, _CPER, 0, [_T, _LC], [0, 0]];
827
- export var ContainsPiiEntitiesResponse = [3, n0, _CPERo, 0, [_La], [() => ListOfEntityLabels]];
828
- export var CreateDatasetRequest = [
824
+ export var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
825
+ TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
826
+ export var ContainsPiiEntitiesRequest$ = [3, n0, _CPER, 0, [_T, _LC], [0, 0]];
827
+ export var ContainsPiiEntitiesResponse$ = [3, n0, _CPERo, 0, [_La], [() => ListOfEntityLabels]];
828
+ export var CreateDatasetRequest$ = [
829
829
  3,
830
830
  n0,
831
831
  _CDRr,
832
832
  0,
833
833
  [_FA, _DN, _DTa, _D, _IDC, _CRT, _Ta],
834
- [0, 0, 0, 0, () => DatasetInputDataConfig, [0, 4], () => TagList],
834
+ [0, 0, 0, 0, () => DatasetInputDataConfig$, [0, 4], () => TagList],
835
835
  ];
836
- export var CreateDatasetResponse = [3, n0, _CDRre, 0, [_DA], [0]];
837
- export var CreateDocumentClassifierRequest = [
836
+ export var CreateDatasetResponse$ = [3, n0, _CDRre, 0, [_DA], [0]];
837
+ export var CreateDocumentClassifierRequest$ = [
838
838
  3,
839
839
  n0,
840
840
  _CDCR,
@@ -845,19 +845,19 @@ export var CreateDocumentClassifierRequest = [
845
845
  0,
846
846
  0,
847
847
  () => TagList,
848
- () => DocumentClassifierInputDataConfig,
849
- () => DocumentClassifierOutputDataConfig,
848
+ () => DocumentClassifierInputDataConfig$,
849
+ () => DocumentClassifierOutputDataConfig$,
850
850
  [0, 4],
851
851
  0,
852
852
  0,
853
- () => VpcConfig,
853
+ () => VpcConfig$,
854
854
  0,
855
855
  0,
856
856
  0,
857
857
  ],
858
858
  ];
859
- export var CreateDocumentClassifierResponse = [3, n0, _CDCRr, 0, [_DCA], [0]];
860
- export var CreateEndpointRequest = [
859
+ export var CreateDocumentClassifierResponse$ = [3, n0, _CDCRr, 0, [_DCA], [0]];
860
+ export var CreateEndpointRequest$ = [
861
861
  3,
862
862
  n0,
863
863
  _CER,
@@ -865,34 +865,34 @@ export var CreateEndpointRequest = [
865
865
  [_EN, _MA, _DIU, _CRT, _Ta, _DARA, _FA],
866
866
  [0, 0, 1, [0, 4], () => TagList, 0, 0],
867
867
  ];
868
- export var CreateEndpointResponse = [3, n0, _CERr, 0, [_EA, _MA], [0, 0]];
869
- export var CreateEntityRecognizerRequest = [
868
+ export var CreateEndpointResponse$ = [3, n0, _CERr, 0, [_EA, _MA], [0, 0]];
869
+ export var CreateEntityRecognizerRequest$ = [
870
870
  3,
871
871
  n0,
872
872
  _CERR,
873
873
  0,
874
874
  [_RN, _VN, _DARA, _Ta, _IDC, _CRT, _LC, _VKKI, _VC, _MKKI, _MPo],
875
- [0, 0, 0, () => TagList, () => EntityRecognizerInputDataConfig, [0, 4], 0, 0, () => VpcConfig, 0, 0],
875
+ [0, 0, 0, () => TagList, () => EntityRecognizerInputDataConfig$, [0, 4], 0, 0, () => VpcConfig$, 0, 0],
876
876
  ];
877
- export var CreateEntityRecognizerResponse = [3, n0, _CERRr, 0, [_ERA], [0]];
878
- export var CreateFlywheelRequest = [
877
+ export var CreateEntityRecognizerResponse$ = [3, n0, _CERRr, 0, [_ERA], [0]];
878
+ export var CreateFlywheelRequest$ = [
879
879
  3,
880
880
  n0,
881
881
  _CFR,
882
882
  0,
883
883
  [_FN, _AMA, _DARA, _TC, _MT, _DLSU, _DSC, _CRT, _Ta],
884
- [0, 0, 0, () => TaskConfig, 0, 0, () => DataSecurityConfig, [0, 4], () => TagList],
884
+ [0, 0, 0, () => TaskConfig$, 0, 0, () => DataSecurityConfig$, [0, 4], () => TagList],
885
885
  ];
886
- export var CreateFlywheelResponse = [3, n0, _CFRr, 0, [_FA, _AMA], [0, 0]];
887
- export var DataSecurityConfig = [
886
+ export var CreateFlywheelResponse$ = [3, n0, _CFRr, 0, [_FA, _AMA], [0, 0]];
887
+ export var DataSecurityConfig$ = [
888
888
  3,
889
889
  n0,
890
890
  _DSC,
891
891
  0,
892
892
  [_MKKI, _VKKI, _DLKKI, _VC],
893
- [0, 0, 0, () => VpcConfig],
893
+ [0, 0, 0, () => VpcConfig$],
894
894
  ];
895
- export var DatasetAugmentedManifestsListItem = [
895
+ export var DatasetAugmentedManifestsListItem$ = [
896
896
  3,
897
897
  n0,
898
898
  _DAMLI,
@@ -900,24 +900,24 @@ export var DatasetAugmentedManifestsListItem = [
900
900
  [_AN, _SU, _ADSU, _SDSU, _DT],
901
901
  [64 | 0, 0, 0, 0, 0],
902
902
  ];
903
- export var DatasetDocumentClassifierInputDataConfig = [3, n0, _DDCIDC, 0, [_SU, _LD], [0, 0]];
904
- export var DatasetEntityRecognizerAnnotations = [3, n0, _DERA, 0, [_SU], [0]];
905
- export var DatasetEntityRecognizerDocuments = [3, n0, _DERD, 0, [_SU, _IF], [0, 0]];
906
- export var DatasetEntityRecognizerEntityList = [3, n0, _DEREL, 0, [_SU], [0]];
907
- export var DatasetEntityRecognizerInputDataConfig = [
903
+ export var DatasetDocumentClassifierInputDataConfig$ = [3, n0, _DDCIDC, 0, [_SU, _LD], [0, 0]];
904
+ export var DatasetEntityRecognizerAnnotations$ = [3, n0, _DERA, 0, [_SU], [0]];
905
+ export var DatasetEntityRecognizerDocuments$ = [3, n0, _DERD, 0, [_SU, _IF], [0, 0]];
906
+ export var DatasetEntityRecognizerEntityList$ = [3, n0, _DEREL, 0, [_SU], [0]];
907
+ export var DatasetEntityRecognizerInputDataConfig$ = [
908
908
  3,
909
909
  n0,
910
910
  _DERIDC,
911
911
  0,
912
912
  [_An, _Do, _ELn],
913
913
  [
914
- () => DatasetEntityRecognizerAnnotations,
915
- () => DatasetEntityRecognizerDocuments,
916
- () => DatasetEntityRecognizerEntityList,
914
+ () => DatasetEntityRecognizerAnnotations$,
915
+ () => DatasetEntityRecognizerDocuments$,
916
+ () => DatasetEntityRecognizerEntityList$,
917
917
  ],
918
918
  ];
919
- export var DatasetFilter = [3, n0, _DF, 0, [_St, _DTa, _CTA, _CTB], [0, 0, 4, 4]];
920
- export var DatasetInputDataConfig = [
919
+ export var DatasetFilter$ = [3, n0, _DF, 0, [_St, _DTa, _CTA, _CTB], [0, 0, 4, 4]];
920
+ export var DatasetInputDataConfig$ = [
921
921
  3,
922
922
  n0,
923
923
  _DIDC,
@@ -926,11 +926,11 @@ export var DatasetInputDataConfig = [
926
926
  [
927
927
  () => DatasetAugmentedManifestsList,
928
928
  0,
929
- () => DatasetDocumentClassifierInputDataConfig,
930
- () => DatasetEntityRecognizerInputDataConfig,
929
+ () => DatasetDocumentClassifierInputDataConfig$,
930
+ () => DatasetEntityRecognizerInputDataConfig$,
931
931
  ],
932
932
  ];
933
- export var DatasetProperties = [
933
+ export var DatasetProperties$ = [
934
934
  3,
935
935
  n0,
936
936
  _DP,
@@ -938,105 +938,105 @@ export var DatasetProperties = [
938
938
  [_DA, _DN, _DTa, _DSU, _D, _St, _M, _NOD, _CT, _ET],
939
939
  [0, 0, 0, 0, 0, 0, 0, 1, 4, 4],
940
940
  ];
941
- export var DeleteDocumentClassifierRequest = [3, n0, _DDCR, 0, [_DCA], [0]];
942
- export var DeleteDocumentClassifierResponse = [3, n0, _DDCRe, 0, [], []];
943
- export var DeleteEndpointRequest = [3, n0, _DER, 0, [_EA], [0]];
944
- export var DeleteEndpointResponse = [3, n0, _DERe, 0, [], []];
945
- export var DeleteEntityRecognizerRequest = [3, n0, _DERR, 0, [_ERA], [0]];
946
- export var DeleteEntityRecognizerResponse = [3, n0, _DERRe, 0, [], []];
947
- export var DeleteFlywheelRequest = [3, n0, _DFR, 0, [_FA], [0]];
948
- export var DeleteFlywheelResponse = [3, n0, _DFRe, 0, [], []];
949
- export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_RA, _PRI], [0, 0]];
950
- export var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
951
- export var DescribeDatasetRequest = [3, n0, _DDR, 0, [_DA], [0]];
952
- export var DescribeDatasetResponse = [3, n0, _DDRe, 0, [_DP], [() => DatasetProperties]];
953
- export var DescribeDocumentClassificationJobRequest = [3, n0, _DDCJR, 0, [_JI], [0]];
954
- export var DescribeDocumentClassificationJobResponse = [
941
+ export var DeleteDocumentClassifierRequest$ = [3, n0, _DDCR, 0, [_DCA], [0]];
942
+ export var DeleteDocumentClassifierResponse$ = [3, n0, _DDCRe, 0, [], []];
943
+ export var DeleteEndpointRequest$ = [3, n0, _DER, 0, [_EA], [0]];
944
+ export var DeleteEndpointResponse$ = [3, n0, _DERe, 0, [], []];
945
+ export var DeleteEntityRecognizerRequest$ = [3, n0, _DERR, 0, [_ERA], [0]];
946
+ export var DeleteEntityRecognizerResponse$ = [3, n0, _DERRe, 0, [], []];
947
+ export var DeleteFlywheelRequest$ = [3, n0, _DFR, 0, [_FA], [0]];
948
+ export var DeleteFlywheelResponse$ = [3, n0, _DFRe, 0, [], []];
949
+ export var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_RA, _PRI], [0, 0]];
950
+ export var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe, 0, [], []];
951
+ export var DescribeDatasetRequest$ = [3, n0, _DDR, 0, [_DA], [0]];
952
+ export var DescribeDatasetResponse$ = [3, n0, _DDRe, 0, [_DP], [() => DatasetProperties$]];
953
+ export var DescribeDocumentClassificationJobRequest$ = [3, n0, _DDCJR, 0, [_JI], [0]];
954
+ export var DescribeDocumentClassificationJobResponse$ = [
955
955
  3,
956
956
  n0,
957
957
  _DDCJRe,
958
958
  0,
959
959
  [_DCJP],
960
- [() => DocumentClassificationJobProperties],
960
+ [() => DocumentClassificationJobProperties$],
961
961
  ];
962
- export var DescribeDocumentClassifierRequest = [3, n0, _DDCRes, 0, [_DCA], [0]];
963
- export var DescribeDocumentClassifierResponse = [
962
+ export var DescribeDocumentClassifierRequest$ = [3, n0, _DDCRes, 0, [_DCA], [0]];
963
+ export var DescribeDocumentClassifierResponse$ = [
964
964
  3,
965
965
  n0,
966
966
  _DDCResc,
967
967
  0,
968
968
  [_DCP],
969
- [[() => DocumentClassifierProperties, 0]],
969
+ [[() => DocumentClassifierProperties$, 0]],
970
970
  ];
971
- export var DescribeDominantLanguageDetectionJobRequest = [3, n0, _DDLDJR, 0, [_JI], [0]];
972
- export var DescribeDominantLanguageDetectionJobResponse = [
971
+ export var DescribeDominantLanguageDetectionJobRequest$ = [3, n0, _DDLDJR, 0, [_JI], [0]];
972
+ export var DescribeDominantLanguageDetectionJobResponse$ = [
973
973
  3,
974
974
  n0,
975
975
  _DDLDJRe,
976
976
  0,
977
977
  [_DLDJP],
978
- [() => DominantLanguageDetectionJobProperties],
978
+ [() => DominantLanguageDetectionJobProperties$],
979
979
  ];
980
- export var DescribeEndpointRequest = [3, n0, _DERes, 0, [_EA], [0]];
981
- export var DescribeEndpointResponse = [3, n0, _DEResc, 0, [_EP], [() => EndpointProperties]];
982
- export var DescribeEntitiesDetectionJobRequest = [3, n0, _DEDJR, 0, [_JI], [0]];
983
- export var DescribeEntitiesDetectionJobResponse = [
980
+ export var DescribeEndpointRequest$ = [3, n0, _DERes, 0, [_EA], [0]];
981
+ export var DescribeEndpointResponse$ = [3, n0, _DEResc, 0, [_EP], [() => EndpointProperties$]];
982
+ export var DescribeEntitiesDetectionJobRequest$ = [3, n0, _DEDJR, 0, [_JI], [0]];
983
+ export var DescribeEntitiesDetectionJobResponse$ = [
984
984
  3,
985
985
  n0,
986
986
  _DEDJRe,
987
987
  0,
988
988
  [_EDJP],
989
- [() => EntitiesDetectionJobProperties],
989
+ [() => EntitiesDetectionJobProperties$],
990
990
  ];
991
- export var DescribeEntityRecognizerRequest = [3, n0, _DERRes, 0, [_ERA], [0]];
992
- export var DescribeEntityRecognizerResponse = [
991
+ export var DescribeEntityRecognizerRequest$ = [3, n0, _DERRes, 0, [_ERA], [0]];
992
+ export var DescribeEntityRecognizerResponse$ = [
993
993
  3,
994
994
  n0,
995
995
  _DERResc,
996
996
  0,
997
997
  [_ERP],
998
- [[() => EntityRecognizerProperties, 0]],
998
+ [[() => EntityRecognizerProperties$, 0]],
999
999
  ];
1000
- export var DescribeEventsDetectionJobRequest = [3, n0, _DEDJRes, 0, [_JI], [0]];
1001
- export var DescribeEventsDetectionJobResponse = [
1000
+ export var DescribeEventsDetectionJobRequest$ = [3, n0, _DEDJRes, 0, [_JI], [0]];
1001
+ export var DescribeEventsDetectionJobResponse$ = [
1002
1002
  3,
1003
1003
  n0,
1004
1004
  _DEDJResc,
1005
1005
  0,
1006
1006
  [_EDJPv],
1007
- [() => EventsDetectionJobProperties],
1007
+ [() => EventsDetectionJobProperties$],
1008
1008
  ];
1009
- export var DescribeFlywheelIterationRequest = [3, n0, _DFIR, 0, [_FA, _FII], [0, 0]];
1010
- export var DescribeFlywheelIterationResponse = [
1009
+ export var DescribeFlywheelIterationRequest$ = [3, n0, _DFIR, 0, [_FA, _FII], [0, 0]];
1010
+ export var DescribeFlywheelIterationResponse$ = [
1011
1011
  3,
1012
1012
  n0,
1013
1013
  _DFIRe,
1014
1014
  0,
1015
1015
  [_FIP],
1016
- [() => FlywheelIterationProperties],
1016
+ [() => FlywheelIterationProperties$],
1017
1017
  ];
1018
- export var DescribeFlywheelRequest = [3, n0, _DFRes, 0, [_FA], [0]];
1019
- export var DescribeFlywheelResponse = [3, n0, _DFResc, 0, [_FP], [() => FlywheelProperties]];
1020
- export var DescribeKeyPhrasesDetectionJobRequest = [3, n0, _DKPDJR, 0, [_JI], [0]];
1021
- export var DescribeKeyPhrasesDetectionJobResponse = [
1018
+ export var DescribeFlywheelRequest$ = [3, n0, _DFRes, 0, [_FA], [0]];
1019
+ export var DescribeFlywheelResponse$ = [3, n0, _DFResc, 0, [_FP], [() => FlywheelProperties$]];
1020
+ export var DescribeKeyPhrasesDetectionJobRequest$ = [3, n0, _DKPDJR, 0, [_JI], [0]];
1021
+ export var DescribeKeyPhrasesDetectionJobResponse$ = [
1022
1022
  3,
1023
1023
  n0,
1024
1024
  _DKPDJRe,
1025
1025
  0,
1026
1026
  [_KPDJP],
1027
- [() => KeyPhrasesDetectionJobProperties],
1027
+ [() => KeyPhrasesDetectionJobProperties$],
1028
1028
  ];
1029
- export var DescribePiiEntitiesDetectionJobRequest = [3, n0, _DPEDJR, 0, [_JI], [0]];
1030
- export var DescribePiiEntitiesDetectionJobResponse = [
1029
+ export var DescribePiiEntitiesDetectionJobRequest$ = [3, n0, _DPEDJR, 0, [_JI], [0]];
1030
+ export var DescribePiiEntitiesDetectionJobResponse$ = [
1031
1031
  3,
1032
1032
  n0,
1033
1033
  _DPEDJRe,
1034
1034
  0,
1035
1035
  [_PEDJP],
1036
- [() => PiiEntitiesDetectionJobProperties],
1036
+ [() => PiiEntitiesDetectionJobProperties$],
1037
1037
  ];
1038
- export var DescribeResourcePolicyRequest = [3, n0, _DRPRes, 0, [_RA], [0]];
1039
- export var DescribeResourcePolicyResponse = [
1038
+ export var DescribeResourcePolicyRequest$ = [3, n0, _DRPRes, 0, [_RA], [0]];
1039
+ export var DescribeResourcePolicyResponse$ = [
1040
1040
  3,
1041
1041
  n0,
1042
1042
  _DRPResc,
@@ -1044,34 +1044,34 @@ export var DescribeResourcePolicyResponse = [
1044
1044
  [_RP, _CT, _LMT, _PRI],
1045
1045
  [0, 4, 4, 0],
1046
1046
  ];
1047
- export var DescribeSentimentDetectionJobRequest = [3, n0, _DSDJR, 0, [_JI], [0]];
1048
- export var DescribeSentimentDetectionJobResponse = [
1047
+ export var DescribeSentimentDetectionJobRequest$ = [3, n0, _DSDJR, 0, [_JI], [0]];
1048
+ export var DescribeSentimentDetectionJobResponse$ = [
1049
1049
  3,
1050
1050
  n0,
1051
1051
  _DSDJRe,
1052
1052
  0,
1053
1053
  [_SDJP],
1054
- [() => SentimentDetectionJobProperties],
1054
+ [() => SentimentDetectionJobProperties$],
1055
1055
  ];
1056
- export var DescribeTargetedSentimentDetectionJobRequest = [3, n0, _DTSDJR, 0, [_JI], [0]];
1057
- export var DescribeTargetedSentimentDetectionJobResponse = [
1056
+ export var DescribeTargetedSentimentDetectionJobRequest$ = [3, n0, _DTSDJR, 0, [_JI], [0]];
1057
+ export var DescribeTargetedSentimentDetectionJobResponse$ = [
1058
1058
  3,
1059
1059
  n0,
1060
1060
  _DTSDJRe,
1061
1061
  0,
1062
1062
  [_TSDJP],
1063
- [() => TargetedSentimentDetectionJobProperties],
1063
+ [() => TargetedSentimentDetectionJobProperties$],
1064
1064
  ];
1065
- export var DescribeTopicsDetectionJobRequest = [3, n0, _DTDJR, 0, [_JI], [0]];
1066
- export var DescribeTopicsDetectionJobResponse = [
1065
+ export var DescribeTopicsDetectionJobRequest$ = [3, n0, _DTDJR, 0, [_JI], [0]];
1066
+ export var DescribeTopicsDetectionJobResponse$ = [
1067
1067
  3,
1068
1068
  n0,
1069
1069
  _DTDJRe,
1070
1070
  0,
1071
1071
  [_TDJP],
1072
- [() => TopicsDetectionJobProperties],
1072
+ [() => TopicsDetectionJobProperties$],
1073
1073
  ];
1074
- export var DetectDominantLanguageRequest = [
1074
+ export var DetectDominantLanguageRequest$ = [
1075
1075
  3,
1076
1076
  n0,
1077
1077
  _DDLR,
@@ -1079,7 +1079,7 @@ export var DetectDominantLanguageRequest = [
1079
1079
  [_T],
1080
1080
  [[() => CustomerInputString, 0]],
1081
1081
  ];
1082
- export var DetectDominantLanguageResponse = [
1082
+ export var DetectDominantLanguageResponse$ = [
1083
1083
  3,
1084
1084
  n0,
1085
1085
  _DDLRe,
@@ -1087,23 +1087,23 @@ export var DetectDominantLanguageResponse = [
1087
1087
  [_L],
1088
1088
  [() => ListOfDominantLanguages],
1089
1089
  ];
1090
- export var DetectEntitiesRequest = [
1090
+ export var DetectEntitiesRequest$ = [
1091
1091
  3,
1092
1092
  n0,
1093
1093
  _DERet,
1094
1094
  0,
1095
1095
  [_T, _LC, _EA, _By, _DRC],
1096
- [[() => CustomerInputString, 0], 0, 0, 21, () => DocumentReaderConfig],
1096
+ [[() => CustomerInputString, 0], 0, 0, 21, () => DocumentReaderConfig$],
1097
1097
  ];
1098
- export var DetectEntitiesResponse = [
1098
+ export var DetectEntitiesResponse$ = [
1099
1099
  3,
1100
1100
  n0,
1101
1101
  _DERete,
1102
1102
  8,
1103
1103
  [_E, _DM, _DT, _Bl, _Er],
1104
- [() => ListOfEntities, () => DocumentMetadata, () => ListOfDocumentType, () => ListOfBlocks, () => ListOfErrors],
1104
+ [() => ListOfEntities, () => DocumentMetadata$, () => ListOfDocumentType, () => ListOfBlocks, () => ListOfErrors],
1105
1105
  ];
1106
- export var DetectKeyPhrasesRequest = [
1106
+ export var DetectKeyPhrasesRequest$ = [
1107
1107
  3,
1108
1108
  n0,
1109
1109
  _DKPR,
@@ -1111,10 +1111,10 @@ export var DetectKeyPhrasesRequest = [
1111
1111
  [_T, _LC],
1112
1112
  [[() => CustomerInputString, 0], 0],
1113
1113
  ];
1114
- export var DetectKeyPhrasesResponse = [3, n0, _DKPRe, 8, [_KP], [() => ListOfKeyPhrases]];
1115
- export var DetectPiiEntitiesRequest = [3, n0, _DPER, 0, [_T, _LC], [0, 0]];
1116
- export var DetectPiiEntitiesResponse = [3, n0, _DPERe, 0, [_E], [() => ListOfPiiEntities]];
1117
- export var DetectSentimentRequest = [
1114
+ export var DetectKeyPhrasesResponse$ = [3, n0, _DKPRe, 8, [_KP], [() => ListOfKeyPhrases]];
1115
+ export var DetectPiiEntitiesRequest$ = [3, n0, _DPER, 0, [_T, _LC], [0, 0]];
1116
+ export var DetectPiiEntitiesResponse$ = [3, n0, _DPERe, 0, [_E], [() => ListOfPiiEntities]];
1117
+ export var DetectSentimentRequest$ = [
1118
1118
  3,
1119
1119
  n0,
1120
1120
  _DSR,
@@ -1122,8 +1122,8 @@ export var DetectSentimentRequest = [
1122
1122
  [_T, _LC],
1123
1123
  [[() => CustomerInputString, 0], 0],
1124
1124
  ];
1125
- export var DetectSentimentResponse = [3, n0, _DSRe, 8, [_Se, _SS], [0, () => SentimentScore]];
1126
- export var DetectSyntaxRequest = [
1125
+ export var DetectSentimentResponse$ = [3, n0, _DSRe, 8, [_Se, _SS], [0, () => SentimentScore$]];
1126
+ export var DetectSyntaxRequest$ = [
1127
1127
  3,
1128
1128
  n0,
1129
1129
  _DSRet,
@@ -1131,8 +1131,8 @@ export var DetectSyntaxRequest = [
1131
1131
  [_T, _LC],
1132
1132
  [[() => CustomerInputString, 0], 0],
1133
1133
  ];
1134
- export var DetectSyntaxResponse = [3, n0, _DSRete, 8, [_ST], [() => ListOfSyntaxTokens]];
1135
- export var DetectTargetedSentimentRequest = [
1134
+ export var DetectSyntaxResponse$ = [3, n0, _DSRete, 8, [_ST], [() => ListOfSyntaxTokens]];
1135
+ export var DetectTargetedSentimentRequest$ = [
1136
1136
  3,
1137
1137
  n0,
1138
1138
  _DTSR,
@@ -1140,7 +1140,7 @@ export var DetectTargetedSentimentRequest = [
1140
1140
  [_T, _LC],
1141
1141
  [[() => CustomerInputString, 0], 0],
1142
1142
  ];
1143
- export var DetectTargetedSentimentResponse = [
1143
+ export var DetectTargetedSentimentResponse$ = [
1144
1144
  3,
1145
1145
  n0,
1146
1146
  _DTSRe,
@@ -1148,7 +1148,7 @@ export var DetectTargetedSentimentResponse = [
1148
1148
  [_E],
1149
1149
  [() => ListOfTargetedSentimentEntities],
1150
1150
  ];
1151
- export var DetectToxicContentRequest = [
1151
+ export var DetectToxicContentRequest$ = [
1152
1152
  3,
1153
1153
  n0,
1154
1154
  _DTCR,
@@ -1156,10 +1156,10 @@ export var DetectToxicContentRequest = [
1156
1156
  [_TS, _LC],
1157
1157
  [[() => ListOfTextSegments, 0], 0],
1158
1158
  ];
1159
- export var DetectToxicContentResponse = [3, n0, _DTCRe, 0, [_RL], [() => ListOfToxicLabels]];
1160
- export var DocumentClass = [3, n0, _DC, 0, [_N, _Sc, _P], [0, 1, 1]];
1161
- export var DocumentClassificationConfig = [3, n0, _DCC, 0, [_Mo, _La], [0, 64 | 0]];
1162
- export var DocumentClassificationJobFilter = [
1159
+ export var DetectToxicContentResponse$ = [3, n0, _DTCRe, 0, [_RL], [() => ListOfToxicLabels]];
1160
+ export var DocumentClass$ = [3, n0, _DC, 0, [_N, _Sc, _P], [0, 1, 1]];
1161
+ export var DocumentClassificationConfig$ = [3, n0, _DCC, 0, [_Mo, _La], [0, 64 | 0]];
1162
+ export var DocumentClassificationJobFilter$ = [
1163
1163
  3,
1164
1164
  n0,
1165
1165
  _DCJF,
@@ -1167,17 +1167,17 @@ export var DocumentClassificationJobFilter = [
1167
1167
  [_JN, _JS, _STB, _STA],
1168
1168
  [0, 0, 4, 4],
1169
1169
  ];
1170
- export var DocumentClassificationJobProperties = [
1170
+ export var DocumentClassificationJobProperties$ = [
1171
1171
  3,
1172
1172
  n0,
1173
1173
  _DCJP,
1174
1174
  0,
1175
1175
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _DCA, _IDC, _ODC, _DARA, _VKKI, _VC, _FA],
1176
- [0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig, () => OutputDataConfig, 0, 0, () => VpcConfig, 0],
1176
+ [0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, () => VpcConfig$, 0],
1177
1177
  ];
1178
- export var DocumentClassifierDocuments = [3, n0, _DCD, 0, [_SU, _TSU], [0, 0]];
1179
- export var DocumentClassifierFilter = [3, n0, _DCF, 0, [_St, _DCN, _STB, _STA], [0, 0, 4, 4]];
1180
- export var DocumentClassifierInputDataConfig = [
1178
+ export var DocumentClassifierDocuments$ = [3, n0, _DCD, 0, [_SU, _TSU], [0, 0]];
1179
+ export var DocumentClassifierFilter$ = [3, n0, _DCF, 0, [_St, _DCN, _STB, _STA], [0, 0, 4, 4]];
1180
+ export var DocumentClassifierInputDataConfig$ = [
1181
1181
  3,
1182
1182
  n0,
1183
1183
  _DCIDC,
@@ -1190,11 +1190,11 @@ export var DocumentClassifierInputDataConfig = [
1190
1190
  0,
1191
1191
  () => DocumentClassifierAugmentedManifestsList,
1192
1192
  0,
1193
- () => DocumentClassifierDocuments,
1194
- () => DocumentReaderConfig,
1193
+ () => DocumentClassifierDocuments$,
1194
+ () => DocumentReaderConfig$,
1195
1195
  ],
1196
1196
  ];
1197
- export var DocumentClassifierOutputDataConfig = [
1197
+ export var DocumentClassifierOutputDataConfig$ = [
1198
1198
  3,
1199
1199
  n0,
1200
1200
  _DCODC,
@@ -1202,7 +1202,7 @@ export var DocumentClassifierOutputDataConfig = [
1202
1202
  [_SU, _KKI, _FSSP],
1203
1203
  [0, 0, 0],
1204
1204
  ];
1205
- export var DocumentClassifierProperties = [
1205
+ export var DocumentClassifierProperties$ = [
1206
1206
  3,
1207
1207
  n0,
1208
1208
  _DCP,
@@ -1217,12 +1217,12 @@ export var DocumentClassifierProperties = [
1217
1217
  4,
1218
1218
  4,
1219
1219
  4,
1220
- () => DocumentClassifierInputDataConfig,
1221
- () => DocumentClassifierOutputDataConfig,
1222
- [() => ClassifierMetadata, 0],
1220
+ () => DocumentClassifierInputDataConfig$,
1221
+ () => DocumentClassifierOutputDataConfig$,
1222
+ [() => ClassifierMetadata$, 0],
1223
1223
  0,
1224
1224
  0,
1225
- () => VpcConfig,
1225
+ () => VpcConfig$,
1226
1226
  0,
1227
1227
  0,
1228
1228
  0,
@@ -1230,7 +1230,7 @@ export var DocumentClassifierProperties = [
1230
1230
  0,
1231
1231
  ],
1232
1232
  ];
1233
- export var DocumentClassifierSummary = [
1233
+ export var DocumentClassifierSummary$ = [
1234
1234
  3,
1235
1235
  n0,
1236
1236
  _DCS,
@@ -1238,12 +1238,19 @@ export var DocumentClassifierSummary = [
1238
1238
  [_DCN, _NOV, _LVCA, _LVN, _LVS],
1239
1239
  [0, 1, 4, 0, 0],
1240
1240
  ];
1241
- export var DocumentLabel = [3, n0, _DL, 0, [_N, _Sc, _P], [0, 1, 1]];
1242
- export var DocumentMetadata = [3, n0, _DM, 0, [_Pa, _ECx], [1, () => ListOfExtractedCharacters]];
1243
- export var DocumentReaderConfig = [3, n0, _DRC, 0, [_DRA, _DRM, _FT], [0, 0, 64 | 0]];
1244
- export var DocumentTypeListItem = [3, n0, _DTLI, 0, [_P, _Ty], [1, 0]];
1245
- export var DominantLanguage = [3, n0, _DLo, 0, [_LC, _Sc], [0, 1]];
1246
- export var DominantLanguageDetectionJobFilter = [
1241
+ export var DocumentLabel$ = [3, n0, _DL, 0, [_N, _Sc, _P], [0, 1, 1]];
1242
+ export var DocumentMetadata$ = [
1243
+ 3,
1244
+ n0,
1245
+ _DM,
1246
+ 0,
1247
+ [_Pa, _ECx],
1248
+ [1, () => ListOfExtractedCharacters],
1249
+ ];
1250
+ export var DocumentReaderConfig$ = [3, n0, _DRC, 0, [_DRA, _DRM, _FT], [0, 0, 64 | 0]];
1251
+ export var DocumentTypeListItem$ = [3, n0, _DTLI, 0, [_P, _Ty], [1, 0]];
1252
+ export var DominantLanguage$ = [3, n0, _DLo, 0, [_LC, _Sc], [0, 1]];
1253
+ export var DominantLanguageDetectionJobFilter$ = [
1247
1254
  3,
1248
1255
  n0,
1249
1256
  _DLDJF,
@@ -1251,16 +1258,16 @@ export var DominantLanguageDetectionJobFilter = [
1251
1258
  [_JN, _JS, _STB, _STA],
1252
1259
  [0, 0, 4, 4],
1253
1260
  ];
1254
- export var DominantLanguageDetectionJobProperties = [
1261
+ export var DominantLanguageDetectionJobProperties$ = [
1255
1262
  3,
1256
1263
  n0,
1257
1264
  _DLDJP,
1258
1265
  0,
1259
1266
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _DARA, _VKKI, _VC],
1260
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, () => VpcConfig],
1267
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, () => VpcConfig$],
1261
1268
  ];
1262
- export var EndpointFilter = [3, n0, _EF, 0, [_MA, _St, _CTB, _CTA], [0, 0, 4, 4]];
1263
- export var EndpointProperties = [
1269
+ export var EndpointFilter$ = [3, n0, _EF, 0, [_MA, _St, _CTB, _CTA], [0, 0, 4, 4]];
1270
+ export var EndpointProperties$ = [
1264
1271
  3,
1265
1272
  n0,
1266
1273
  _EP,
@@ -1268,16 +1275,16 @@ export var EndpointProperties = [
1268
1275
  [_EA, _St, _M, _MA, _DMA, _DIU, _CIU, _CT, _LMT, _DARA, _DDARA, _FA],
1269
1276
  [0, 0, 0, 0, 0, 1, 1, 4, 4, 0, 0, 0],
1270
1277
  ];
1271
- export var EntitiesDetectionJobFilter = [3, n0, _EDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1272
- export var EntitiesDetectionJobProperties = [
1278
+ export var EntitiesDetectionJobFilter$ = [3, n0, _EDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1279
+ export var EntitiesDetectionJobProperties$ = [
1273
1280
  3,
1274
1281
  n0,
1275
1282
  _EDJP,
1276
1283
  0,
1277
1284
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _ERA, _IDC, _ODC, _LC, _DARA, _VKKI, _VC, _FA],
1278
- [0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig, 0],
1285
+ [0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, () => VpcConfig$, 0],
1279
1286
  ];
1280
- export var Entity = [
1287
+ export var Entity$ = [
1281
1288
  3,
1282
1289
  n0,
1283
1290
  _En,
@@ -1285,14 +1292,14 @@ export var Entity = [
1285
1292
  [_Sc, _Ty, _T, _BO, _EO, _BRl],
1286
1293
  [1, 0, 0, 1, 1, () => ListOfBlockReferences],
1287
1294
  ];
1288
- export var EntityLabel = [3, n0, _ELnt, 0, [_N, _Sc], [0, 1]];
1289
- export var EntityRecognitionConfig = [3, n0, _ERC, 0, [_ETn], [() => EntityTypesList]];
1290
- export var EntityRecognizerAnnotations = [3, n0, _ERAn, 0, [_SU, _TSU], [0, 0]];
1291
- export var EntityRecognizerDocuments = [3, n0, _ERD, 0, [_SU, _TSU, _IF], [0, 0, 0]];
1292
- export var EntityRecognizerEntityList = [3, n0, _EREL, 0, [_SU], [0]];
1293
- export var EntityRecognizerEvaluationMetrics = [3, n0, _EREM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
1294
- export var EntityRecognizerFilter = [3, n0, _ERF, 0, [_St, _RN, _STB, _STA], [0, 0, 4, 4]];
1295
- export var EntityRecognizerInputDataConfig = [
1295
+ export var EntityLabel$ = [3, n0, _ELnt, 0, [_N, _Sc], [0, 1]];
1296
+ export var EntityRecognitionConfig$ = [3, n0, _ERC, 0, [_ETn], [() => EntityTypesList]];
1297
+ export var EntityRecognizerAnnotations$ = [3, n0, _ERAn, 0, [_SU, _TSU], [0, 0]];
1298
+ export var EntityRecognizerDocuments$ = [3, n0, _ERD, 0, [_SU, _TSU, _IF], [0, 0, 0]];
1299
+ export var EntityRecognizerEntityList$ = [3, n0, _EREL, 0, [_SU], [0]];
1300
+ export var EntityRecognizerEvaluationMetrics$ = [3, n0, _EREM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
1301
+ export var EntityRecognizerFilter$ = [3, n0, _ERF, 0, [_St, _RN, _STB, _STA], [0, 0, 4, 4]];
1302
+ export var EntityRecognizerInputDataConfig$ = [
1296
1303
  3,
1297
1304
  n0,
1298
1305
  _ERIDC,
@@ -1301,30 +1308,30 @@ export var EntityRecognizerInputDataConfig = [
1301
1308
  [
1302
1309
  0,
1303
1310
  () => EntityTypesList,
1304
- () => EntityRecognizerDocuments,
1305
- () => EntityRecognizerAnnotations,
1306
- () => EntityRecognizerEntityList,
1311
+ () => EntityRecognizerDocuments$,
1312
+ () => EntityRecognizerAnnotations$,
1313
+ () => EntityRecognizerEntityList$,
1307
1314
  () => EntityRecognizerAugmentedManifestsList,
1308
1315
  ],
1309
1316
  ];
1310
- export var EntityRecognizerMetadata = [
1317
+ export var EntityRecognizerMetadata$ = [
1311
1318
  3,
1312
1319
  n0,
1313
1320
  _ERM,
1314
1321
  8,
1315
1322
  [_NOTD, _NOTDu, _EMv, _ETn],
1316
- [1, 1, () => EntityRecognizerEvaluationMetrics, () => EntityRecognizerMetadataEntityTypesList],
1323
+ [1, 1, () => EntityRecognizerEvaluationMetrics$, () => EntityRecognizerMetadataEntityTypesList],
1317
1324
  ];
1318
- export var EntityRecognizerMetadataEntityTypesListItem = [
1325
+ export var EntityRecognizerMetadataEntityTypesListItem$ = [
1319
1326
  3,
1320
1327
  n0,
1321
1328
  _ERMETLI,
1322
1329
  0,
1323
1330
  [_Ty, _EMv, _NOTM],
1324
- [0, () => EntityTypesEvaluationMetrics, 1],
1331
+ [0, () => EntityTypesEvaluationMetrics$, 1],
1325
1332
  ];
1326
- export var EntityRecognizerOutputDataConfig = [3, n0, _ERODC, 0, [_FSSP], [0]];
1327
- export var EntityRecognizerProperties = [
1333
+ export var EntityRecognizerOutputDataConfig$ = [3, n0, _ERODC, 0, [_FSSP], [0]];
1334
+ export var EntityRecognizerProperties$ = [
1328
1335
  3,
1329
1336
  n0,
1330
1337
  _ERP,
@@ -1339,19 +1346,19 @@ export var EntityRecognizerProperties = [
1339
1346
  4,
1340
1347
  4,
1341
1348
  4,
1342
- () => EntityRecognizerInputDataConfig,
1343
- [() => EntityRecognizerMetadata, 0],
1349
+ () => EntityRecognizerInputDataConfig$,
1350
+ [() => EntityRecognizerMetadata$, 0],
1344
1351
  0,
1345
1352
  0,
1346
- () => VpcConfig,
1353
+ () => VpcConfig$,
1347
1354
  0,
1348
1355
  0,
1349
1356
  0,
1350
1357
  0,
1351
- () => EntityRecognizerOutputDataConfig,
1358
+ () => EntityRecognizerOutputDataConfig$,
1352
1359
  ],
1353
1360
  ];
1354
- export var EntityRecognizerSummary = [
1361
+ export var EntityRecognizerSummary$ = [
1355
1362
  3,
1356
1363
  n0,
1357
1364
  _ERS,
@@ -1359,30 +1366,30 @@ export var EntityRecognizerSummary = [
1359
1366
  [_RN, _NOV, _LVCA, _LVN, _LVS],
1360
1367
  [0, 1, 4, 0, 0],
1361
1368
  ];
1362
- export var EntityTypesEvaluationMetrics = [3, n0, _ETEM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
1363
- export var EntityTypesListItem = [3, n0, _ETLI, 0, [_Ty], [0]];
1364
- export var ErrorsListItem = [3, n0, _ELI, 0, [_P, _EC, _EM], [1, 0, 0]];
1365
- export var EventsDetectionJobFilter = [3, n0, _EDJFv, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1366
- export var EventsDetectionJobProperties = [
1369
+ export var EntityTypesEvaluationMetrics$ = [3, n0, _ETEM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
1370
+ export var EntityTypesListItem$ = [3, n0, _ETLI, 0, [_Ty], [0]];
1371
+ export var ErrorsListItem$ = [3, n0, _ELI, 0, [_P, _EC, _EM], [1, 0, 0]];
1372
+ export var EventsDetectionJobFilter$ = [3, n0, _EDJFv, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1373
+ export var EventsDetectionJobProperties$ = [
1367
1374
  3,
1368
1375
  n0,
1369
1376
  _EDJPv,
1370
1377
  0,
1371
1378
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _TETa],
1372
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 64 | 0],
1379
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 64 | 0],
1373
1380
  ];
1374
- export var ExtractedCharactersListItem = [3, n0, _ECLI, 0, [_P, _Co], [1, 1]];
1375
- export var FlywheelFilter = [3, n0, _FF, 0, [_St, _CTA, _CTB], [0, 4, 4]];
1376
- export var FlywheelIterationFilter = [3, n0, _FIF, 0, [_CTA, _CTB], [4, 4]];
1377
- export var FlywheelIterationProperties = [
1381
+ export var ExtractedCharactersListItem$ = [3, n0, _ECLI, 0, [_P, _Co], [1, 1]];
1382
+ export var FlywheelFilter$ = [3, n0, _FF, 0, [_St, _CTA, _CTB], [0, 4, 4]];
1383
+ export var FlywheelIterationFilter$ = [3, n0, _FIF, 0, [_CTA, _CTB], [4, 4]];
1384
+ export var FlywheelIterationProperties$ = [
1378
1385
  3,
1379
1386
  n0,
1380
1387
  _FIP,
1381
1388
  0,
1382
1389
  [_FA, _FII, _CT, _ET, _St, _M, _EMA, _EMM, _TMA, _TMM, _EMSP],
1383
- [0, 0, 4, 4, 0, 0, 0, () => FlywheelModelEvaluationMetrics, 0, () => FlywheelModelEvaluationMetrics, 0],
1390
+ [0, 0, 4, 4, 0, 0, 0, () => FlywheelModelEvaluationMetrics$, 0, () => FlywheelModelEvaluationMetrics$, 0],
1384
1391
  ];
1385
- export var FlywheelModelEvaluationMetrics = [
1392
+ export var FlywheelModelEvaluationMetrics$ = [
1386
1393
  3,
1387
1394
  n0,
1388
1395
  _FMEM,
@@ -1390,15 +1397,15 @@ export var FlywheelModelEvaluationMetrics = [
1390
1397
  [_AFS, _AP, _AR, _AA],
1391
1398
  [1, 1, 1, 1],
1392
1399
  ];
1393
- export var FlywheelProperties = [
1400
+ export var FlywheelProperties$ = [
1394
1401
  3,
1395
1402
  n0,
1396
1403
  _FP,
1397
1404
  0,
1398
1405
  [_FA, _AMA, _DARA, _TC, _DLSU, _DSC, _St, _MT, _M, _CT, _LMT, _LFI],
1399
- [0, 0, 0, () => TaskConfig, 0, () => DataSecurityConfig, 0, 0, 0, 4, 4, 0],
1406
+ [0, 0, 0, () => TaskConfig$, 0, () => DataSecurityConfig$, 0, 0, 0, 4, 4, 0],
1400
1407
  ];
1401
- export var FlywheelSummary = [
1408
+ export var FlywheelSummary$ = [
1402
1409
  3,
1403
1410
  n0,
1404
1411
  _FSl,
@@ -1406,8 +1413,8 @@ export var FlywheelSummary = [
1406
1413
  [_FA, _AMA, _DLSU, _St, _MT, _M, _CT, _LMT, _LFI],
1407
1414
  [0, 0, 0, 0, 0, 0, 4, 4, 0],
1408
1415
  ];
1409
- export var Geometry = [3, n0, _G, 0, [_BB, _Po], [() => BoundingBox, () => Polygon]];
1410
- export var ImportModelRequest = [
1416
+ export var Geometry$ = [3, n0, _G, 0, [_BB, _Po], [() => BoundingBox$, () => Polygon]];
1417
+ export var ImportModelRequest$ = [
1411
1418
  3,
1412
1419
  n0,
1413
1420
  _IMR,
@@ -1415,33 +1422,33 @@ export var ImportModelRequest = [
1415
1422
  [_SMA, _MN, _VN, _MKKI, _DARA, _Ta],
1416
1423
  [0, 0, 0, 0, 0, () => TagList],
1417
1424
  ];
1418
- export var ImportModelResponse = [3, n0, _IMRm, 0, [_MA], [0]];
1419
- export var InputDataConfig = [
1425
+ export var ImportModelResponse$ = [3, n0, _IMRm, 0, [_MA], [0]];
1426
+ export var InputDataConfig$ = [
1420
1427
  3,
1421
1428
  n0,
1422
1429
  _IDC,
1423
1430
  0,
1424
1431
  [_SU, _IF, _DRC],
1425
- [0, 0, () => DocumentReaderConfig],
1426
- ];
1427
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1428
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1429
- export var InvalidFilterException = [-3, n0, _IFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1430
- TypeRegistry.for(n0).registerError(InvalidFilterException, __InvalidFilterException);
1431
- export var InvalidRequestDetail = [3, n0, _IRD, 0, [_Rea], [0]];
1432
- export var InvalidRequestException = [
1432
+ [0, 0, () => DocumentReaderConfig$],
1433
+ ];
1434
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1435
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1436
+ export var InvalidFilterException$ = [-3, n0, _IFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1437
+ TypeRegistry.for(n0).registerError(InvalidFilterException$, InvalidFilterException);
1438
+ export var InvalidRequestDetail$ = [3, n0, _IRD, 0, [_Rea], [0]];
1439
+ export var InvalidRequestException$ = [
1433
1440
  -3,
1434
1441
  n0,
1435
1442
  _IRE,
1436
1443
  { [_e]: _c, [_hE]: 400 },
1437
1444
  [_M, _Rea, _De],
1438
- [0, 0, () => InvalidRequestDetail],
1445
+ [0, 0, () => InvalidRequestDetail$],
1439
1446
  ];
1440
- TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
1441
- export var JobNotFoundException = [-3, n0, _JNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1442
- TypeRegistry.for(n0).registerError(JobNotFoundException, __JobNotFoundException);
1443
- export var KeyPhrase = [3, n0, _KPe, 0, [_Sc, _T, _BO, _EO], [1, 0, 1, 1]];
1444
- export var KeyPhrasesDetectionJobFilter = [
1447
+ TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1448
+ export var JobNotFoundException$ = [-3, n0, _JNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1449
+ TypeRegistry.for(n0).registerError(JobNotFoundException$, JobNotFoundException);
1450
+ export var KeyPhrase$ = [3, n0, _KPe, 0, [_Sc, _T, _BO, _EO], [1, 0, 1, 1]];
1451
+ export var KeyPhrasesDetectionJobFilter$ = [
1445
1452
  3,
1446
1453
  n0,
1447
1454
  _KPDJF,
@@ -1449,25 +1456,25 @@ export var KeyPhrasesDetectionJobFilter = [
1449
1456
  [_JN, _JS, _STB, _STA],
1450
1457
  [0, 0, 4, 4],
1451
1458
  ];
1452
- export var KeyPhrasesDetectionJobProperties = [
1459
+ export var KeyPhrasesDetectionJobProperties$ = [
1453
1460
  3,
1454
1461
  n0,
1455
1462
  _KPDJP,
1456
1463
  0,
1457
1464
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _VKKI, _VC],
1458
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig],
1465
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, () => VpcConfig$],
1459
1466
  ];
1460
- export var KmsKeyValidationException = [-3, n0, _KKVE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1461
- TypeRegistry.for(n0).registerError(KmsKeyValidationException, __KmsKeyValidationException);
1462
- export var ListDatasetsRequest = [
1467
+ export var KmsKeyValidationException$ = [-3, n0, _KKVE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1468
+ TypeRegistry.for(n0).registerError(KmsKeyValidationException$, KmsKeyValidationException);
1469
+ export var ListDatasetsRequest$ = [
1463
1470
  3,
1464
1471
  n0,
1465
1472
  _LDR,
1466
1473
  0,
1467
1474
  [_FA, _F, _NT, _MRa],
1468
- [0, () => DatasetFilter, 0, 1],
1475
+ [0, () => DatasetFilter$, 0, 1],
1469
1476
  ];
1470
- export var ListDatasetsResponse = [
1477
+ export var ListDatasetsResponse$ = [
1471
1478
  3,
1472
1479
  n0,
1473
1480
  _LDRi,
@@ -1475,15 +1482,15 @@ export var ListDatasetsResponse = [
1475
1482
  [_DPL, _NT],
1476
1483
  [() => DatasetPropertiesList, 0],
1477
1484
  ];
1478
- export var ListDocumentClassificationJobsRequest = [
1485
+ export var ListDocumentClassificationJobsRequest$ = [
1479
1486
  3,
1480
1487
  n0,
1481
1488
  _LDCJR,
1482
1489
  0,
1483
1490
  [_F, _NT, _MRa],
1484
- [() => DocumentClassificationJobFilter, 0, 1],
1491
+ [() => DocumentClassificationJobFilter$, 0, 1],
1485
1492
  ];
1486
- export var ListDocumentClassificationJobsResponse = [
1493
+ export var ListDocumentClassificationJobsResponse$ = [
1487
1494
  3,
1488
1495
  n0,
1489
1496
  _LDCJRi,
@@ -1491,15 +1498,15 @@ export var ListDocumentClassificationJobsResponse = [
1491
1498
  [_DCJPL, _NT],
1492
1499
  [() => DocumentClassificationJobPropertiesList, 0],
1493
1500
  ];
1494
- export var ListDocumentClassifiersRequest = [
1501
+ export var ListDocumentClassifiersRequest$ = [
1495
1502
  3,
1496
1503
  n0,
1497
1504
  _LDCR,
1498
1505
  0,
1499
1506
  [_F, _NT, _MRa],
1500
- [() => DocumentClassifierFilter, 0, 1],
1507
+ [() => DocumentClassifierFilter$, 0, 1],
1501
1508
  ];
1502
- export var ListDocumentClassifiersResponse = [
1509
+ export var ListDocumentClassifiersResponse$ = [
1503
1510
  3,
1504
1511
  n0,
1505
1512
  _LDCRi,
@@ -1507,8 +1514,8 @@ export var ListDocumentClassifiersResponse = [
1507
1514
  [_DCPL, _NT],
1508
1515
  [[() => DocumentClassifierPropertiesList, 0], 0],
1509
1516
  ];
1510
- export var ListDocumentClassifierSummariesRequest = [3, n0, _LDCSR, 0, [_NT, _MRa], [0, 1]];
1511
- export var ListDocumentClassifierSummariesResponse = [
1517
+ export var ListDocumentClassifierSummariesRequest$ = [3, n0, _LDCSR, 0, [_NT, _MRa], [0, 1]];
1518
+ export var ListDocumentClassifierSummariesResponse$ = [
1512
1519
  3,
1513
1520
  n0,
1514
1521
  _LDCSRi,
@@ -1516,15 +1523,15 @@ export var ListDocumentClassifierSummariesResponse = [
1516
1523
  [_DCSL, _NT],
1517
1524
  [() => DocumentClassifierSummariesList, 0],
1518
1525
  ];
1519
- export var ListDominantLanguageDetectionJobsRequest = [
1526
+ export var ListDominantLanguageDetectionJobsRequest$ = [
1520
1527
  3,
1521
1528
  n0,
1522
1529
  _LDLDJR,
1523
1530
  0,
1524
1531
  [_F, _NT, _MRa],
1525
- [() => DominantLanguageDetectionJobFilter, 0, 1],
1532
+ [() => DominantLanguageDetectionJobFilter$, 0, 1],
1526
1533
  ];
1527
- export var ListDominantLanguageDetectionJobsResponse = [
1534
+ export var ListDominantLanguageDetectionJobsResponse$ = [
1528
1535
  3,
1529
1536
  n0,
1530
1537
  _LDLDJRi,
@@ -1532,15 +1539,15 @@ export var ListDominantLanguageDetectionJobsResponse = [
1532
1539
  [_DLDJPL, _NT],
1533
1540
  [() => DominantLanguageDetectionJobPropertiesList, 0],
1534
1541
  ];
1535
- export var ListEndpointsRequest = [
1542
+ export var ListEndpointsRequest$ = [
1536
1543
  3,
1537
1544
  n0,
1538
1545
  _LER,
1539
1546
  0,
1540
1547
  [_F, _NT, _MRa],
1541
- [() => EndpointFilter, 0, 1],
1548
+ [() => EndpointFilter$, 0, 1],
1542
1549
  ];
1543
- export var ListEndpointsResponse = [
1550
+ export var ListEndpointsResponse$ = [
1544
1551
  3,
1545
1552
  n0,
1546
1553
  _LERi,
@@ -1548,15 +1555,15 @@ export var ListEndpointsResponse = [
1548
1555
  [_EPL, _NT],
1549
1556
  [() => EndpointPropertiesList, 0],
1550
1557
  ];
1551
- export var ListEntitiesDetectionJobsRequest = [
1558
+ export var ListEntitiesDetectionJobsRequest$ = [
1552
1559
  3,
1553
1560
  n0,
1554
1561
  _LEDJR,
1555
1562
  0,
1556
1563
  [_F, _NT, _MRa],
1557
- [() => EntitiesDetectionJobFilter, 0, 1],
1564
+ [() => EntitiesDetectionJobFilter$, 0, 1],
1558
1565
  ];
1559
- export var ListEntitiesDetectionJobsResponse = [
1566
+ export var ListEntitiesDetectionJobsResponse$ = [
1560
1567
  3,
1561
1568
  n0,
1562
1569
  _LEDJRi,
@@ -1564,15 +1571,15 @@ export var ListEntitiesDetectionJobsResponse = [
1564
1571
  [_EDJPL, _NT],
1565
1572
  [() => EntitiesDetectionJobPropertiesList, 0],
1566
1573
  ];
1567
- export var ListEntityRecognizersRequest = [
1574
+ export var ListEntityRecognizersRequest$ = [
1568
1575
  3,
1569
1576
  n0,
1570
1577
  _LERR,
1571
1578
  0,
1572
1579
  [_F, _NT, _MRa],
1573
- [() => EntityRecognizerFilter, 0, 1],
1580
+ [() => EntityRecognizerFilter$, 0, 1],
1574
1581
  ];
1575
- export var ListEntityRecognizersResponse = [
1582
+ export var ListEntityRecognizersResponse$ = [
1576
1583
  3,
1577
1584
  n0,
1578
1585
  _LERRi,
@@ -1580,8 +1587,8 @@ export var ListEntityRecognizersResponse = [
1580
1587
  [_ERPL, _NT],
1581
1588
  [[() => EntityRecognizerPropertiesList, 0], 0],
1582
1589
  ];
1583
- export var ListEntityRecognizerSummariesRequest = [3, n0, _LERSR, 0, [_NT, _MRa], [0, 1]];
1584
- export var ListEntityRecognizerSummariesResponse = [
1590
+ export var ListEntityRecognizerSummariesRequest$ = [3, n0, _LERSR, 0, [_NT, _MRa], [0, 1]];
1591
+ export var ListEntityRecognizerSummariesResponse$ = [
1585
1592
  3,
1586
1593
  n0,
1587
1594
  _LERSRi,
@@ -1589,15 +1596,15 @@ export var ListEntityRecognizerSummariesResponse = [
1589
1596
  [_ERSL, _NT],
1590
1597
  [() => EntityRecognizerSummariesList, 0],
1591
1598
  ];
1592
- export var ListEventsDetectionJobsRequest = [
1599
+ export var ListEventsDetectionJobsRequest$ = [
1593
1600
  3,
1594
1601
  n0,
1595
1602
  _LEDJRis,
1596
1603
  0,
1597
1604
  [_F, _NT, _MRa],
1598
- [() => EventsDetectionJobFilter, 0, 1],
1605
+ [() => EventsDetectionJobFilter$, 0, 1],
1599
1606
  ];
1600
- export var ListEventsDetectionJobsResponse = [
1607
+ export var ListEventsDetectionJobsResponse$ = [
1601
1608
  3,
1602
1609
  n0,
1603
1610
  _LEDJRist,
@@ -1605,15 +1612,15 @@ export var ListEventsDetectionJobsResponse = [
1605
1612
  [_EDJPLv, _NT],
1606
1613
  [() => EventsDetectionJobPropertiesList, 0],
1607
1614
  ];
1608
- export var ListFlywheelIterationHistoryRequest = [
1615
+ export var ListFlywheelIterationHistoryRequest$ = [
1609
1616
  3,
1610
1617
  n0,
1611
1618
  _LFIHR,
1612
1619
  0,
1613
1620
  [_FA, _F, _NT, _MRa],
1614
- [0, () => FlywheelIterationFilter, 0, 1],
1621
+ [0, () => FlywheelIterationFilter$, 0, 1],
1615
1622
  ];
1616
- export var ListFlywheelIterationHistoryResponse = [
1623
+ export var ListFlywheelIterationHistoryResponse$ = [
1617
1624
  3,
1618
1625
  n0,
1619
1626
  _LFIHRi,
@@ -1621,15 +1628,15 @@ export var ListFlywheelIterationHistoryResponse = [
1621
1628
  [_FIPL, _NT],
1622
1629
  [() => FlywheelIterationPropertiesList, 0],
1623
1630
  ];
1624
- export var ListFlywheelsRequest = [
1631
+ export var ListFlywheelsRequest$ = [
1625
1632
  3,
1626
1633
  n0,
1627
1634
  _LFR,
1628
1635
  0,
1629
1636
  [_F, _NT, _MRa],
1630
- [() => FlywheelFilter, 0, 1],
1637
+ [() => FlywheelFilter$, 0, 1],
1631
1638
  ];
1632
- export var ListFlywheelsResponse = [
1639
+ export var ListFlywheelsResponse$ = [
1633
1640
  3,
1634
1641
  n0,
1635
1642
  _LFRi,
@@ -1637,15 +1644,15 @@ export var ListFlywheelsResponse = [
1637
1644
  [_FSL, _NT],
1638
1645
  [() => FlywheelSummaryList, 0],
1639
1646
  ];
1640
- export var ListKeyPhrasesDetectionJobsRequest = [
1647
+ export var ListKeyPhrasesDetectionJobsRequest$ = [
1641
1648
  3,
1642
1649
  n0,
1643
1650
  _LKPDJR,
1644
1651
  0,
1645
1652
  [_F, _NT, _MRa],
1646
- [() => KeyPhrasesDetectionJobFilter, 0, 1],
1653
+ [() => KeyPhrasesDetectionJobFilter$, 0, 1],
1647
1654
  ];
1648
- export var ListKeyPhrasesDetectionJobsResponse = [
1655
+ export var ListKeyPhrasesDetectionJobsResponse$ = [
1649
1656
  3,
1650
1657
  n0,
1651
1658
  _LKPDJRi,
@@ -1653,15 +1660,15 @@ export var ListKeyPhrasesDetectionJobsResponse = [
1653
1660
  [_KPDJPL, _NT],
1654
1661
  [() => KeyPhrasesDetectionJobPropertiesList, 0],
1655
1662
  ];
1656
- export var ListPiiEntitiesDetectionJobsRequest = [
1663
+ export var ListPiiEntitiesDetectionJobsRequest$ = [
1657
1664
  3,
1658
1665
  n0,
1659
1666
  _LPEDJR,
1660
1667
  0,
1661
1668
  [_F, _NT, _MRa],
1662
- [() => PiiEntitiesDetectionJobFilter, 0, 1],
1669
+ [() => PiiEntitiesDetectionJobFilter$, 0, 1],
1663
1670
  ];
1664
- export var ListPiiEntitiesDetectionJobsResponse = [
1671
+ export var ListPiiEntitiesDetectionJobsResponse$ = [
1665
1672
  3,
1666
1673
  n0,
1667
1674
  _LPEDJRi,
@@ -1669,15 +1676,15 @@ export var ListPiiEntitiesDetectionJobsResponse = [
1669
1676
  [_PEDJPL, _NT],
1670
1677
  [() => PiiEntitiesDetectionJobPropertiesList, 0],
1671
1678
  ];
1672
- export var ListSentimentDetectionJobsRequest = [
1679
+ export var ListSentimentDetectionJobsRequest$ = [
1673
1680
  3,
1674
1681
  n0,
1675
1682
  _LSDJR,
1676
1683
  0,
1677
1684
  [_F, _NT, _MRa],
1678
- [() => SentimentDetectionJobFilter, 0, 1],
1685
+ [() => SentimentDetectionJobFilter$, 0, 1],
1679
1686
  ];
1680
- export var ListSentimentDetectionJobsResponse = [
1687
+ export var ListSentimentDetectionJobsResponse$ = [
1681
1688
  3,
1682
1689
  n0,
1683
1690
  _LSDJRi,
@@ -1685,17 +1692,17 @@ export var ListSentimentDetectionJobsResponse = [
1685
1692
  [_SDJPL, _NT],
1686
1693
  [() => SentimentDetectionJobPropertiesList, 0],
1687
1694
  ];
1688
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
1689
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RA, _Ta], [0, () => TagList]];
1690
- export var ListTargetedSentimentDetectionJobsRequest = [
1695
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
1696
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_RA, _Ta], [0, () => TagList]];
1697
+ export var ListTargetedSentimentDetectionJobsRequest$ = [
1691
1698
  3,
1692
1699
  n0,
1693
1700
  _LTSDJR,
1694
1701
  0,
1695
1702
  [_F, _NT, _MRa],
1696
- [() => TargetedSentimentDetectionJobFilter, 0, 1],
1703
+ [() => TargetedSentimentDetectionJobFilter$, 0, 1],
1697
1704
  ];
1698
- export var ListTargetedSentimentDetectionJobsResponse = [
1705
+ export var ListTargetedSentimentDetectionJobsResponse$ = [
1699
1706
  3,
1700
1707
  n0,
1701
1708
  _LTSDJRi,
@@ -1703,15 +1710,15 @@ export var ListTargetedSentimentDetectionJobsResponse = [
1703
1710
  [_TSDJPL, _NT],
1704
1711
  [() => TargetedSentimentDetectionJobPropertiesList, 0],
1705
1712
  ];
1706
- export var ListTopicsDetectionJobsRequest = [
1713
+ export var ListTopicsDetectionJobsRequest$ = [
1707
1714
  3,
1708
1715
  n0,
1709
1716
  _LTDJR,
1710
1717
  0,
1711
1718
  [_F, _NT, _MRa],
1712
- [() => TopicsDetectionJobFilter, 0, 1],
1719
+ [() => TopicsDetectionJobFilter$, 0, 1],
1713
1720
  ];
1714
- export var ListTopicsDetectionJobsResponse = [
1721
+ export var ListTopicsDetectionJobsResponse$ = [
1715
1722
  3,
1716
1723
  n0,
1717
1724
  _LTDJRi,
@@ -1719,10 +1726,10 @@ export var ListTopicsDetectionJobsResponse = [
1719
1726
  [_TDJPL, _NT],
1720
1727
  [() => TopicsDetectionJobPropertiesList, 0],
1721
1728
  ];
1722
- export var MentionSentiment = [3, n0, _MS, 0, [_Se, _SS], [0, () => SentimentScore]];
1723
- export var OutputDataConfig = [3, n0, _ODC, 0, [_SU, _KKI], [0, 0]];
1724
- export var PartOfSpeechTag = [3, n0, _POST, 0, [_Tag, _Sc], [0, 1]];
1725
- export var PiiEntitiesDetectionJobFilter = [
1729
+ export var MentionSentiment$ = [3, n0, _MS, 0, [_Se, _SS], [0, () => SentimentScore$]];
1730
+ export var OutputDataConfig$ = [3, n0, _ODC, 0, [_SU, _KKI], [0, 0]];
1731
+ export var PartOfSpeechTag$ = [3, n0, _POST, 0, [_Tag, _Sc], [0, 1]];
1732
+ export var PiiEntitiesDetectionJobFilter$ = [
1726
1733
  3,
1727
1734
  n0,
1728
1735
  _PEDJF,
@@ -1730,48 +1737,55 @@ export var PiiEntitiesDetectionJobFilter = [
1730
1737
  [_JN, _JS, _STB, _STA],
1731
1738
  [0, 0, 4, 4],
1732
1739
  ];
1733
- export var PiiEntitiesDetectionJobProperties = [
1740
+ export var PiiEntitiesDetectionJobProperties$ = [
1734
1741
  3,
1735
1742
  n0,
1736
1743
  _PEDJP,
1737
1744
  0,
1738
1745
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _RC, _LC, _DARA, _Mo],
1739
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => PiiOutputDataConfig, () => RedactionConfig, 0, 0, 0],
1740
- ];
1741
- export var PiiEntity = [3, n0, _PE, 0, [_Sc, _Ty, _BO, _EO], [1, 0, 1, 1]];
1742
- export var PiiOutputDataConfig = [3, n0, _PODC, 0, [_SU, _KKI], [0, 0]];
1743
- export var Point = [3, n0, _Poi, 0, [_X, _Y], [1, 1]];
1744
- export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_RA, _RP, _PRI], [0, 0, 0]];
1745
- export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_PRI], [0]];
1746
- export var RedactionConfig = [3, n0, _RC, 0, [_PET, _MM, _MC], [64 | 0, 0, 0]];
1747
- export var RelationshipsListItem = [3, n0, _RLI, 0, [_Ids, _Ty], [64 | 0, 0]];
1748
- export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1749
- TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
1750
- export var ResourceLimitExceededException = [-3, n0, _RLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1751
- TypeRegistry.for(n0).registerError(ResourceLimitExceededException, __ResourceLimitExceededException);
1752
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1753
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1754
- export var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1755
- TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
1756
- export var SentimentDetectionJobFilter = [3, n0, _SDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1757
- export var SentimentDetectionJobProperties = [
1746
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => PiiOutputDataConfig$, () => RedactionConfig$, 0, 0, 0],
1747
+ ];
1748
+ export var PiiEntity$ = [3, n0, _PE, 0, [_Sc, _Ty, _BO, _EO], [1, 0, 1, 1]];
1749
+ export var PiiOutputDataConfig$ = [3, n0, _PODC, 0, [_SU, _KKI], [0, 0]];
1750
+ export var Point$ = [3, n0, _Poi, 0, [_X, _Y], [1, 1]];
1751
+ export var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_RA, _RP, _PRI], [0, 0, 0]];
1752
+ export var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_PRI], [0]];
1753
+ export var RedactionConfig$ = [3, n0, _RC, 0, [_PET, _MM, _MC], [64 | 0, 0, 0]];
1754
+ export var RelationshipsListItem$ = [3, n0, _RLI, 0, [_Ids, _Ty], [64 | 0, 0]];
1755
+ export var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1756
+ TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1757
+ export var ResourceLimitExceededException$ = [-3, n0, _RLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1758
+ TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
1759
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1760
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1761
+ export var ResourceUnavailableException$ = [-3, n0, _RUE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1762
+ TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
1763
+ export var SentimentDetectionJobFilter$ = [
1764
+ 3,
1765
+ n0,
1766
+ _SDJF,
1767
+ 0,
1768
+ [_JN, _JS, _STB, _STA],
1769
+ [0, 0, 4, 4],
1770
+ ];
1771
+ export var SentimentDetectionJobProperties$ = [
1758
1772
  3,
1759
1773
  n0,
1760
1774
  _SDJP,
1761
1775
  0,
1762
1776
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _VKKI, _VC],
1763
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig],
1777
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, () => VpcConfig$],
1764
1778
  ];
1765
- export var SentimentScore = [3, n0, _SS, 0, [_Pos, _Ne, _Neu, _Mi], [1, 1, 1, 1]];
1766
- export var StartDocumentClassificationJobRequest = [
1779
+ export var SentimentScore$ = [3, n0, _SS, 0, [_Pos, _Ne, _Neu, _Mi], [1, 1, 1, 1]];
1780
+ export var StartDocumentClassificationJobRequest$ = [
1767
1781
  3,
1768
1782
  n0,
1769
1783
  _SDCJR,
1770
1784
  0,
1771
1785
  [_JN, _DCA, _IDC, _ODC, _DARA, _CRT, _VKKI, _VC, _Ta, _FA],
1772
- [0, 0, () => InputDataConfig, () => OutputDataConfig, 0, [0, 4], 0, () => VpcConfig, () => TagList, 0],
1786
+ [0, 0, () => InputDataConfig$, () => OutputDataConfig$, 0, [0, 4], 0, () => VpcConfig$, () => TagList, 0],
1773
1787
  ];
1774
- export var StartDocumentClassificationJobResponse = [
1788
+ export var StartDocumentClassificationJobResponse$ = [
1775
1789
  3,
1776
1790
  n0,
1777
1791
  _SDCJRt,
@@ -1779,15 +1793,15 @@ export var StartDocumentClassificationJobResponse = [
1779
1793
  [_JI, _JA, _JS, _DCA],
1780
1794
  [0, 0, 0, 0],
1781
1795
  ];
1782
- export var StartDominantLanguageDetectionJobRequest = [
1796
+ export var StartDominantLanguageDetectionJobRequest$ = [
1783
1797
  3,
1784
1798
  n0,
1785
1799
  _SDLDJR,
1786
1800
  0,
1787
1801
  [_IDC, _ODC, _DARA, _JN, _CRT, _VKKI, _VC, _Ta],
1788
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
1802
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList],
1789
1803
  ];
1790
- export var StartDominantLanguageDetectionJobResponse = [
1804
+ export var StartDominantLanguageDetectionJobResponse$ = [
1791
1805
  3,
1792
1806
  n0,
1793
1807
  _SDLDJRt,
@@ -1795,15 +1809,15 @@ export var StartDominantLanguageDetectionJobResponse = [
1795
1809
  [_JI, _JA, _JS],
1796
1810
  [0, 0, 0],
1797
1811
  ];
1798
- export var StartEntitiesDetectionJobRequest = [
1812
+ export var StartEntitiesDetectionJobRequest$ = [
1799
1813
  3,
1800
1814
  n0,
1801
1815
  _SEDJR,
1802
1816
  0,
1803
1817
  [_IDC, _ODC, _DARA, _JN, _ERA, _LC, _CRT, _VKKI, _VC, _Ta, _FA],
1804
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList, 0],
1818
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList, 0],
1805
1819
  ];
1806
- export var StartEntitiesDetectionJobResponse = [
1820
+ export var StartEntitiesDetectionJobResponse$ = [
1807
1821
  3,
1808
1822
  n0,
1809
1823
  _SEDJRt,
@@ -1811,26 +1825,26 @@ export var StartEntitiesDetectionJobResponse = [
1811
1825
  [_JI, _JA, _JS, _ERA],
1812
1826
  [0, 0, 0, 0],
1813
1827
  ];
1814
- export var StartEventsDetectionJobRequest = [
1828
+ export var StartEventsDetectionJobRequest$ = [
1815
1829
  3,
1816
1830
  n0,
1817
1831
  _SEDJRta,
1818
1832
  0,
1819
1833
  [_IDC, _ODC, _DARA, _JN, _LC, _CRT, _TETa, _Ta],
1820
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 64 | 0, () => TagList],
1834
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 64 | 0, () => TagList],
1821
1835
  ];
1822
- export var StartEventsDetectionJobResponse = [3, n0, _SEDJRtar, 0, [_JI, _JA, _JS], [0, 0, 0]];
1823
- export var StartFlywheelIterationRequest = [3, n0, _SFIR, 0, [_FA, _CRT], [0, 0]];
1824
- export var StartFlywheelIterationResponse = [3, n0, _SFIRt, 0, [_FA, _FII], [0, 0]];
1825
- export var StartKeyPhrasesDetectionJobRequest = [
1836
+ export var StartEventsDetectionJobResponse$ = [3, n0, _SEDJRtar, 0, [_JI, _JA, _JS], [0, 0, 0]];
1837
+ export var StartFlywheelIterationRequest$ = [3, n0, _SFIR, 0, [_FA, _CRT], [0, 0]];
1838
+ export var StartFlywheelIterationResponse$ = [3, n0, _SFIRt, 0, [_FA, _FII], [0, 0]];
1839
+ export var StartKeyPhrasesDetectionJobRequest$ = [
1826
1840
  3,
1827
1841
  n0,
1828
1842
  _SKPDJR,
1829
1843
  0,
1830
1844
  [_IDC, _ODC, _DARA, _JN, _LC, _CRT, _VKKI, _VC, _Ta],
1831
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
1845
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList],
1832
1846
  ];
1833
- export var StartKeyPhrasesDetectionJobResponse = [
1847
+ export var StartKeyPhrasesDetectionJobResponse$ = [
1834
1848
  3,
1835
1849
  n0,
1836
1850
  _SKPDJRt,
@@ -1838,15 +1852,15 @@ export var StartKeyPhrasesDetectionJobResponse = [
1838
1852
  [_JI, _JA, _JS],
1839
1853
  [0, 0, 0],
1840
1854
  ];
1841
- export var StartPiiEntitiesDetectionJobRequest = [
1855
+ export var StartPiiEntitiesDetectionJobRequest$ = [
1842
1856
  3,
1843
1857
  n0,
1844
1858
  _SPEDJR,
1845
1859
  0,
1846
1860
  [_IDC, _ODC, _Mo, _RC, _DARA, _JN, _LC, _CRT, _Ta],
1847
- [() => InputDataConfig, () => OutputDataConfig, 0, () => RedactionConfig, 0, 0, 0, [0, 4], () => TagList],
1861
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, () => RedactionConfig$, 0, 0, 0, [0, 4], () => TagList],
1848
1862
  ];
1849
- export var StartPiiEntitiesDetectionJobResponse = [
1863
+ export var StartPiiEntitiesDetectionJobResponse$ = [
1850
1864
  3,
1851
1865
  n0,
1852
1866
  _SPEDJRt,
@@ -1854,24 +1868,24 @@ export var StartPiiEntitiesDetectionJobResponse = [
1854
1868
  [_JI, _JA, _JS],
1855
1869
  [0, 0, 0],
1856
1870
  ];
1857
- export var StartSentimentDetectionJobRequest = [
1871
+ export var StartSentimentDetectionJobRequest$ = [
1858
1872
  3,
1859
1873
  n0,
1860
1874
  _SSDJR,
1861
1875
  0,
1862
1876
  [_IDC, _ODC, _DARA, _JN, _LC, _CRT, _VKKI, _VC, _Ta],
1863
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
1877
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList],
1864
1878
  ];
1865
- export var StartSentimentDetectionJobResponse = [3, n0, _SSDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
1866
- export var StartTargetedSentimentDetectionJobRequest = [
1879
+ export var StartSentimentDetectionJobResponse$ = [3, n0, _SSDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
1880
+ export var StartTargetedSentimentDetectionJobRequest$ = [
1867
1881
  3,
1868
1882
  n0,
1869
1883
  _STSDJR,
1870
1884
  0,
1871
1885
  [_IDC, _ODC, _DARA, _JN, _LC, _CRT, _VKKI, _VC, _Ta],
1872
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
1886
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList],
1873
1887
  ];
1874
- export var StartTargetedSentimentDetectionJobResponse = [
1888
+ export var StartTargetedSentimentDetectionJobResponse$ = [
1875
1889
  3,
1876
1890
  n0,
1877
1891
  _STSDJRt,
@@ -1879,29 +1893,36 @@ export var StartTargetedSentimentDetectionJobResponse = [
1879
1893
  [_JI, _JA, _JS],
1880
1894
  [0, 0, 0],
1881
1895
  ];
1882
- export var StartTopicsDetectionJobRequest = [
1896
+ export var StartTopicsDetectionJobRequest$ = [
1883
1897
  3,
1884
1898
  n0,
1885
1899
  _STDJR,
1886
1900
  0,
1887
1901
  [_IDC, _ODC, _DARA, _JN, _NOT, _CRT, _VKKI, _VC, _Ta],
1888
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 1, [0, 4], 0, () => VpcConfig, () => TagList],
1889
- ];
1890
- export var StartTopicsDetectionJobResponse = [3, n0, _STDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
1891
- export var StopDominantLanguageDetectionJobRequest = [3, n0, _SDLDJRto, 0, [_JI], [0]];
1892
- export var StopDominantLanguageDetectionJobResponse = [3, n0, _SDLDJRtop, 0, [_JI, _JS], [0, 0]];
1893
- export var StopEntitiesDetectionJobRequest = [3, n0, _SEDJRto, 0, [_JI], [0]];
1894
- export var StopEntitiesDetectionJobResponse = [3, n0, _SEDJRtop, 0, [_JI, _JS], [0, 0]];
1895
- export var StopEventsDetectionJobRequest = [3, n0, _SEDJRtopv, 0, [_JI], [0]];
1896
- export var StopEventsDetectionJobResponse = [3, n0, _SEDJRtopve, 0, [_JI, _JS], [0, 0]];
1897
- export var StopKeyPhrasesDetectionJobRequest = [3, n0, _SKPDJRto, 0, [_JI], [0]];
1898
- export var StopKeyPhrasesDetectionJobResponse = [3, n0, _SKPDJRtop, 0, [_JI, _JS], [0, 0]];
1899
- export var StopPiiEntitiesDetectionJobRequest = [3, n0, _SPEDJRto, 0, [_JI], [0]];
1900
- export var StopPiiEntitiesDetectionJobResponse = [3, n0, _SPEDJRtop, 0, [_JI, _JS], [0, 0]];
1901
- export var StopSentimentDetectionJobRequest = [3, n0, _SSDJRto, 0, [_JI], [0]];
1902
- export var StopSentimentDetectionJobResponse = [3, n0, _SSDJRtop, 0, [_JI, _JS], [0, 0]];
1903
- export var StopTargetedSentimentDetectionJobRequest = [3, n0, _STSDJRto, 0, [_JI], [0]];
1904
- export var StopTargetedSentimentDetectionJobResponse = [
1902
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 1, [0, 4], 0, () => VpcConfig$, () => TagList],
1903
+ ];
1904
+ export var StartTopicsDetectionJobResponse$ = [3, n0, _STDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
1905
+ export var StopDominantLanguageDetectionJobRequest$ = [3, n0, _SDLDJRto, 0, [_JI], [0]];
1906
+ export var StopDominantLanguageDetectionJobResponse$ = [
1907
+ 3,
1908
+ n0,
1909
+ _SDLDJRtop,
1910
+ 0,
1911
+ [_JI, _JS],
1912
+ [0, 0],
1913
+ ];
1914
+ export var StopEntitiesDetectionJobRequest$ = [3, n0, _SEDJRto, 0, [_JI], [0]];
1915
+ export var StopEntitiesDetectionJobResponse$ = [3, n0, _SEDJRtop, 0, [_JI, _JS], [0, 0]];
1916
+ export var StopEventsDetectionJobRequest$ = [3, n0, _SEDJRtopv, 0, [_JI], [0]];
1917
+ export var StopEventsDetectionJobResponse$ = [3, n0, _SEDJRtopve, 0, [_JI, _JS], [0, 0]];
1918
+ export var StopKeyPhrasesDetectionJobRequest$ = [3, n0, _SKPDJRto, 0, [_JI], [0]];
1919
+ export var StopKeyPhrasesDetectionJobResponse$ = [3, n0, _SKPDJRtop, 0, [_JI, _JS], [0, 0]];
1920
+ export var StopPiiEntitiesDetectionJobRequest$ = [3, n0, _SPEDJRto, 0, [_JI], [0]];
1921
+ export var StopPiiEntitiesDetectionJobResponse$ = [3, n0, _SPEDJRtop, 0, [_JI, _JS], [0, 0]];
1922
+ export var StopSentimentDetectionJobRequest$ = [3, n0, _SSDJRto, 0, [_JI], [0]];
1923
+ export var StopSentimentDetectionJobResponse$ = [3, n0, _SSDJRtop, 0, [_JI, _JS], [0, 0]];
1924
+ export var StopTargetedSentimentDetectionJobRequest$ = [3, n0, _STSDJRto, 0, [_JI], [0]];
1925
+ export var StopTargetedSentimentDetectionJobResponse$ = [
1905
1926
  3,
1906
1927
  n0,
1907
1928
  _STSDJRtop,
@@ -1909,22 +1930,22 @@ export var StopTargetedSentimentDetectionJobResponse = [
1909
1930
  [_JI, _JS],
1910
1931
  [0, 0],
1911
1932
  ];
1912
- export var StopTrainingDocumentClassifierRequest = [3, n0, _STDCR, 0, [_DCA], [0]];
1913
- export var StopTrainingDocumentClassifierResponse = [3, n0, _STDCRt, 0, [], []];
1914
- export var StopTrainingEntityRecognizerRequest = [3, n0, _STERR, 0, [_ERA], [0]];
1915
- export var StopTrainingEntityRecognizerResponse = [3, n0, _STERRt, 0, [], []];
1916
- export var SyntaxToken = [
1933
+ export var StopTrainingDocumentClassifierRequest$ = [3, n0, _STDCR, 0, [_DCA], [0]];
1934
+ export var StopTrainingDocumentClassifierResponse$ = [3, n0, _STDCRt, 0, [], []];
1935
+ export var StopTrainingEntityRecognizerRequest$ = [3, n0, _STERR, 0, [_ERA], [0]];
1936
+ export var StopTrainingEntityRecognizerResponse$ = [3, n0, _STERRt, 0, [], []];
1937
+ export var SyntaxToken$ = [
1917
1938
  3,
1918
1939
  n0,
1919
1940
  _STy,
1920
1941
  0,
1921
1942
  [_TI, _T, _BO, _EO, _POS],
1922
- [1, 0, 1, 1, () => PartOfSpeechTag],
1943
+ [1, 0, 1, 1, () => PartOfSpeechTag$],
1923
1944
  ];
1924
- export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1925
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1926
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1927
- export var TargetedSentimentDetectionJobFilter = [
1945
+ export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1946
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1947
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1948
+ export var TargetedSentimentDetectionJobFilter$ = [
1928
1949
  3,
1929
1950
  n0,
1930
1951
  _TSDJF,
@@ -1932,15 +1953,15 @@ export var TargetedSentimentDetectionJobFilter = [
1932
1953
  [_JN, _JS, _STB, _STA],
1933
1954
  [0, 0, 4, 4],
1934
1955
  ];
1935
- export var TargetedSentimentDetectionJobProperties = [
1956
+ export var TargetedSentimentDetectionJobProperties$ = [
1936
1957
  3,
1937
1958
  n0,
1938
1959
  _TSDJP,
1939
1960
  0,
1940
1961
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _VKKI, _VC],
1941
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig],
1962
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, () => VpcConfig$],
1942
1963
  ];
1943
- export var TargetedSentimentEntity = [
1964
+ export var TargetedSentimentEntity$ = [
1944
1965
  3,
1945
1966
  n0,
1946
1967
  _TSE,
@@ -1948,55 +1969,55 @@ export var TargetedSentimentEntity = [
1948
1969
  [_DMI, _Me],
1949
1970
  [64 | 1, () => ListOfMentions],
1950
1971
  ];
1951
- export var TargetedSentimentMention = [
1972
+ export var TargetedSentimentMention$ = [
1952
1973
  3,
1953
1974
  n0,
1954
1975
  _TSM,
1955
1976
  0,
1956
1977
  [_Sc, _GS, _T, _Ty, _MS, _BO, _EO],
1957
- [1, 1, 0, 0, () => MentionSentiment, 1, 1],
1978
+ [1, 1, 0, 0, () => MentionSentiment$, 1, 1],
1958
1979
  ];
1959
- export var TaskConfig = [
1980
+ export var TaskConfig$ = [
1960
1981
  3,
1961
1982
  n0,
1962
1983
  _TC,
1963
1984
  0,
1964
1985
  [_LC, _DCC, _ERC],
1965
- [0, () => DocumentClassificationConfig, () => EntityRecognitionConfig],
1986
+ [0, () => DocumentClassificationConfig$, () => EntityRecognitionConfig$],
1966
1987
  ];
1967
- export var TextSegment = [3, n0, _TSe, 0, [_T], [[() => CustomerInputString, 0]]];
1968
- export var TextSizeLimitExceededException = [-3, n0, _TSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1969
- TypeRegistry.for(n0).registerError(TextSizeLimitExceededException, __TextSizeLimitExceededException);
1970
- export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1971
- TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
1972
- export var TooManyTagKeysException = [-3, n0, _TMTKE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1973
- TypeRegistry.for(n0).registerError(TooManyTagKeysException, __TooManyTagKeysException);
1974
- export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1975
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1976
- export var TopicsDetectionJobFilter = [3, n0, _TDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1977
- export var TopicsDetectionJobProperties = [
1988
+ export var TextSegment$ = [3, n0, _TSe, 0, [_T], [[() => CustomerInputString, 0]]];
1989
+ export var TextSizeLimitExceededException$ = [-3, n0, _TSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1990
+ TypeRegistry.for(n0).registerError(TextSizeLimitExceededException$, TextSizeLimitExceededException);
1991
+ export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1992
+ TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
1993
+ export var TooManyTagKeysException$ = [-3, n0, _TMTKE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1994
+ TypeRegistry.for(n0).registerError(TooManyTagKeysException$, TooManyTagKeysException);
1995
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1996
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1997
+ export var TopicsDetectionJobFilter$ = [3, n0, _TDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1998
+ export var TopicsDetectionJobProperties$ = [
1978
1999
  3,
1979
2000
  n0,
1980
2001
  _TDJP,
1981
2002
  0,
1982
2003
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _NOT, _DARA, _VKKI, _VC],
1983
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 1, 0, 0, () => VpcConfig],
2004
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 1, 0, 0, () => VpcConfig$],
1984
2005
  ];
1985
- export var ToxicContent = [3, n0, _TCo, 0, [_N, _Sc], [0, 1]];
1986
- export var ToxicLabels = [3, n0, _TLo, 0, [_La, _Tox], [() => ListOfToxicContent, 1]];
1987
- export var UnsupportedLanguageException = [-3, n0, _ULE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1988
- TypeRegistry.for(n0).registerError(UnsupportedLanguageException, __UnsupportedLanguageException);
1989
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
1990
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1991
- export var UpdateDataSecurityConfig = [
2006
+ export var ToxicContent$ = [3, n0, _TCo, 0, [_N, _Sc], [0, 1]];
2007
+ export var ToxicLabels$ = [3, n0, _TLo, 0, [_La, _Tox], [() => ListOfToxicContent, 1]];
2008
+ export var UnsupportedLanguageException$ = [-3, n0, _ULE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2009
+ TypeRegistry.for(n0).registerError(UnsupportedLanguageException$, UnsupportedLanguageException);
2010
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
2011
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2012
+ export var UpdateDataSecurityConfig$ = [
1992
2013
  3,
1993
2014
  n0,
1994
2015
  _UDSC,
1995
2016
  0,
1996
2017
  [_MKKI, _VKKI, _VC],
1997
- [0, 0, () => VpcConfig],
2018
+ [0, 0, () => VpcConfig$],
1998
2019
  ];
1999
- export var UpdateEndpointRequest = [
2020
+ export var UpdateEndpointRequest$ = [
2000
2021
  3,
2001
2022
  n0,
2002
2023
  _UER,
@@ -2004,824 +2025,794 @@ export var UpdateEndpointRequest = [
2004
2025
  [_EA, _DMA, _DIU, _DDARA, _FA],
2005
2026
  [0, 0, 1, 0, 0],
2006
2027
  ];
2007
- export var UpdateEndpointResponse = [3, n0, _UERp, 0, [_DMA], [0]];
2008
- export var UpdateFlywheelRequest = [
2028
+ export var UpdateEndpointResponse$ = [3, n0, _UERp, 0, [_DMA], [0]];
2029
+ export var UpdateFlywheelRequest$ = [
2009
2030
  3,
2010
2031
  n0,
2011
2032
  _UFR,
2012
2033
  0,
2013
2034
  [_FA, _AMA, _DARA, _DSC],
2014
- [0, 0, 0, () => UpdateDataSecurityConfig],
2015
- ];
2016
- export var UpdateFlywheelResponse = [3, n0, _UFRp, 0, [_FP], [() => FlywheelProperties]];
2017
- export var VpcConfig = [3, n0, _VC, 0, [_SGI, _Su], [64 | 0, 64 | 0]];
2018
- export var WarningsListItem = [3, n0, _WLI, 0, [_P, _WC, _WM], [1, 0, 0]];
2019
- export var ComprehendServiceException = [-3, _sm, "ComprehendServiceException", 0, [], []];
2020
- TypeRegistry.for(_sm).registerError(ComprehendServiceException, __ComprehendServiceException);
2021
- export var AttributeNamesList = 64 | 0;
2022
- export var BatchItemErrorList = [1, n0, _BIEL, 0, () => BatchItemError];
2023
- export var CustomerInputStringList = [1, n0, _CISL, 8, [() => CustomerInputString, 0]];
2024
- export var DatasetAugmentedManifestsList = [1, n0, _DAML, 0, () => DatasetAugmentedManifestsListItem];
2025
- export var DatasetPropertiesList = [1, n0, _DPL, 0, () => DatasetProperties];
2026
- export var DocumentClassificationJobPropertiesList = [
2035
+ [0, 0, 0, () => UpdateDataSecurityConfig$],
2036
+ ];
2037
+ export var UpdateFlywheelResponse$ = [3, n0, _UFRp, 0, [_FP], [() => FlywheelProperties$]];
2038
+ export var VpcConfig$ = [3, n0, _VC, 0, [_SGI, _Su], [64 | 0, 64 | 0]];
2039
+ export var WarningsListItem$ = [3, n0, _WLI, 0, [_P, _WC, _WM], [1, 0, 0]];
2040
+ export var ComprehendServiceException$ = [-3, _sm, "ComprehendServiceException", 0, [], []];
2041
+ TypeRegistry.for(_sm).registerError(ComprehendServiceException$, ComprehendServiceException);
2042
+ var AttributeNamesList = 64 | 0;
2043
+ var BatchItemErrorList = [1, n0, _BIEL, 0, () => BatchItemError$];
2044
+ var CustomerInputStringList = [1, n0, _CISL, 8, [() => CustomerInputString, 0]];
2045
+ var DatasetAugmentedManifestsList = [1, n0, _DAML, 0, () => DatasetAugmentedManifestsListItem$];
2046
+ var DatasetPropertiesList = [1, n0, _DPL, 0, () => DatasetProperties$];
2047
+ var DocumentClassificationJobPropertiesList = [
2027
2048
  1,
2028
2049
  n0,
2029
2050
  _DCJPL,
2030
2051
  0,
2031
- () => DocumentClassificationJobProperties,
2052
+ () => DocumentClassificationJobProperties$,
2032
2053
  ];
2033
- export var DocumentClassifierAugmentedManifestsList = [
2034
- 1,
2035
- n0,
2036
- _DCAML,
2037
- 0,
2038
- () => AugmentedManifestsListItem,
2039
- ];
2040
- export var DocumentClassifierPropertiesList = [
2041
- 1,
2042
- n0,
2043
- _DCPL,
2044
- 0,
2045
- [() => DocumentClassifierProperties, 0],
2046
- ];
2047
- export var DocumentClassifierSummariesList = [1, n0, _DCSL, 0, () => DocumentClassifierSummary];
2048
- export var DominantLanguageDetectionJobPropertiesList = [
2054
+ var DocumentClassifierAugmentedManifestsList = [1, n0, _DCAML, 0, () => AugmentedManifestsListItem$];
2055
+ var DocumentClassifierPropertiesList = [1, n0, _DCPL, 0, [() => DocumentClassifierProperties$, 0]];
2056
+ var DocumentClassifierSummariesList = [1, n0, _DCSL, 0, () => DocumentClassifierSummary$];
2057
+ var DominantLanguageDetectionJobPropertiesList = [
2049
2058
  1,
2050
2059
  n0,
2051
2060
  _DLDJPL,
2052
2061
  0,
2053
- () => DominantLanguageDetectionJobProperties,
2054
- ];
2055
- export var EndpointPropertiesList = [1, n0, _EPL, 0, () => EndpointProperties];
2056
- export var EntitiesDetectionJobPropertiesList = [
2057
- 1,
2058
- n0,
2059
- _EDJPL,
2060
- 0,
2061
- () => EntitiesDetectionJobProperties,
2062
+ () => DominantLanguageDetectionJobProperties$,
2062
2063
  ];
2063
- export var EntityRecognizerAugmentedManifestsList = [
2064
- 1,
2065
- n0,
2066
- _ERAML,
2067
- 0,
2068
- () => AugmentedManifestsListItem,
2069
- ];
2070
- export var EntityRecognizerMetadataEntityTypesList = [
2064
+ var EndpointPropertiesList = [1, n0, _EPL, 0, () => EndpointProperties$];
2065
+ var EntitiesDetectionJobPropertiesList = [1, n0, _EDJPL, 0, () => EntitiesDetectionJobProperties$];
2066
+ var EntityRecognizerAugmentedManifestsList = [1, n0, _ERAML, 0, () => AugmentedManifestsListItem$];
2067
+ var EntityRecognizerMetadataEntityTypesList = [
2071
2068
  1,
2072
2069
  n0,
2073
2070
  _ERMETL,
2074
2071
  0,
2075
- () => EntityRecognizerMetadataEntityTypesListItem,
2072
+ () => EntityRecognizerMetadataEntityTypesListItem$,
2076
2073
  ];
2077
- export var EntityRecognizerPropertiesList = [1, n0, _ERPL, 0, [() => EntityRecognizerProperties, 0]];
2078
- export var EntityRecognizerSummariesList = [1, n0, _ERSL, 0, () => EntityRecognizerSummary];
2079
- export var EntityTypesList = [1, n0, _ETL, 0, () => EntityTypesListItem];
2080
- export var EventsDetectionJobPropertiesList = [1, n0, _EDJPLv, 0, () => EventsDetectionJobProperties];
2081
- export var FlywheelIterationPropertiesList = [1, n0, _FIPL, 0, () => FlywheelIterationProperties];
2082
- export var FlywheelSummaryList = [1, n0, _FSL, 0, () => FlywheelSummary];
2083
- export var KeyPhrasesDetectionJobPropertiesList = [
2074
+ var EntityRecognizerPropertiesList = [1, n0, _ERPL, 0, [() => EntityRecognizerProperties$, 0]];
2075
+ var EntityRecognizerSummariesList = [1, n0, _ERSL, 0, () => EntityRecognizerSummary$];
2076
+ var EntityTypesList = [1, n0, _ETL, 0, () => EntityTypesListItem$];
2077
+ var EventsDetectionJobPropertiesList = [1, n0, _EDJPLv, 0, () => EventsDetectionJobProperties$];
2078
+ var FlywheelIterationPropertiesList = [1, n0, _FIPL, 0, () => FlywheelIterationProperties$];
2079
+ var FlywheelSummaryList = [1, n0, _FSL, 0, () => FlywheelSummary$];
2080
+ var KeyPhrasesDetectionJobPropertiesList = [
2084
2081
  1,
2085
2082
  n0,
2086
2083
  _KPDJPL,
2087
2084
  0,
2088
- () => KeyPhrasesDetectionJobProperties,
2085
+ () => KeyPhrasesDetectionJobProperties$,
2089
2086
  ];
2090
- export var LabelsList = 64 | 0;
2091
- export var ListOfBlockReferences = [1, n0, _LOBR, 0, () => BlockReference];
2092
- export var ListOfBlocks = [1, n0, _LOB, 0, () => Block];
2093
- export var ListOfChildBlocks = [1, n0, _LOCB, 0, () => ChildBlock];
2094
- export var ListOfClasses = [1, n0, _LOC, 0, () => DocumentClass];
2095
- export var ListOfDescriptiveMentionIndices = 64 | 1;
2096
- export var ListOfDetectDominantLanguageResult = [
2087
+ var LabelsList = 64 | 0;
2088
+ var ListOfBlockReferences = [1, n0, _LOBR, 0, () => BlockReference$];
2089
+ var ListOfBlocks = [1, n0, _LOB, 0, () => Block$];
2090
+ var ListOfChildBlocks = [1, n0, _LOCB, 0, () => ChildBlock$];
2091
+ var ListOfClasses = [1, n0, _LOC, 0, () => DocumentClass$];
2092
+ var ListOfDescriptiveMentionIndices = 64 | 1;
2093
+ var ListOfDetectDominantLanguageResult = [
2097
2094
  1,
2098
2095
  n0,
2099
2096
  _LODDLR,
2100
2097
  0,
2101
- () => BatchDetectDominantLanguageItemResult,
2098
+ () => BatchDetectDominantLanguageItemResult$,
2102
2099
  ];
2103
- export var ListOfDetectEntitiesResult = [1, n0, _LODER, 0, () => BatchDetectEntitiesItemResult];
2104
- export var ListOfDetectKeyPhrasesResult = [1, n0, _LODKPR, 0, () => BatchDetectKeyPhrasesItemResult];
2105
- export var ListOfDetectSentimentResult = [1, n0, _LODSR, 0, () => BatchDetectSentimentItemResult];
2106
- export var ListOfDetectSyntaxResult = [1, n0, _LODSRi, 0, () => BatchDetectSyntaxItemResult];
2107
- export var ListOfDetectTargetedSentimentResult = [
2100
+ var ListOfDetectEntitiesResult = [1, n0, _LODER, 0, () => BatchDetectEntitiesItemResult$];
2101
+ var ListOfDetectKeyPhrasesResult = [1, n0, _LODKPR, 0, () => BatchDetectKeyPhrasesItemResult$];
2102
+ var ListOfDetectSentimentResult = [1, n0, _LODSR, 0, () => BatchDetectSentimentItemResult$];
2103
+ var ListOfDetectSyntaxResult = [1, n0, _LODSRi, 0, () => BatchDetectSyntaxItemResult$];
2104
+ var ListOfDetectTargetedSentimentResult = [
2108
2105
  1,
2109
2106
  n0,
2110
2107
  _LODTSR,
2111
2108
  0,
2112
- () => BatchDetectTargetedSentimentItemResult,
2113
- ];
2114
- export var ListOfDocumentReadFeatureTypes = 64 | 0;
2115
- export var ListOfDocumentType = [1, n0, _LODT, 0, () => DocumentTypeListItem];
2116
- export var ListOfDominantLanguages = [1, n0, _LODL, 0, () => DominantLanguage];
2117
- export var ListOfEntities = [1, n0, _LOE, 0, () => Entity];
2118
- export var ListOfEntityLabels = [1, n0, _LOEL, 0, () => EntityLabel];
2119
- export var ListOfErrors = [1, n0, _LOEi, 0, () => ErrorsListItem];
2120
- export var ListOfExtractedCharacters = [1, n0, _LOEC, 0, () => ExtractedCharactersListItem];
2121
- export var ListOfKeyPhrases = [1, n0, _LOKP, 0, () => KeyPhrase];
2122
- export var ListOfLabels = [1, n0, _LOL, 0, () => DocumentLabel];
2123
- export var ListOfMentions = [1, n0, _LOM, 0, () => TargetedSentimentMention];
2124
- export var ListOfPiiEntities = [1, n0, _LOPE, 0, () => PiiEntity];
2125
- export var ListOfPiiEntityTypes = 64 | 0;
2126
- export var ListOfRelationships = [1, n0, _LOR, 0, () => RelationshipsListItem];
2127
- export var ListOfSyntaxTokens = [1, n0, _LOST, 0, () => SyntaxToken];
2128
- export var ListOfTargetedSentimentEntities = [1, n0, _LOTSE, 0, () => TargetedSentimentEntity];
2129
- export var ListOfTextSegments = [1, n0, _LOTS, 8, [() => TextSegment, 0]];
2130
- export var ListOfToxicContent = [1, n0, _LOTC, 0, () => ToxicContent];
2131
- export var ListOfToxicLabels = [1, n0, _LOTL, 0, () => ToxicLabels];
2132
- export var ListOfWarnings = [1, n0, _LOW, 0, () => WarningsListItem];
2133
- export var PiiEntitiesDetectionJobPropertiesList = [
2109
+ () => BatchDetectTargetedSentimentItemResult$,
2110
+ ];
2111
+ var ListOfDocumentReadFeatureTypes = 64 | 0;
2112
+ var ListOfDocumentType = [1, n0, _LODT, 0, () => DocumentTypeListItem$];
2113
+ var ListOfDominantLanguages = [1, n0, _LODL, 0, () => DominantLanguage$];
2114
+ var ListOfEntities = [1, n0, _LOE, 0, () => Entity$];
2115
+ var ListOfEntityLabels = [1, n0, _LOEL, 0, () => EntityLabel$];
2116
+ var ListOfErrors = [1, n0, _LOEi, 0, () => ErrorsListItem$];
2117
+ var ListOfExtractedCharacters = [1, n0, _LOEC, 0, () => ExtractedCharactersListItem$];
2118
+ var ListOfKeyPhrases = [1, n0, _LOKP, 0, () => KeyPhrase$];
2119
+ var ListOfLabels = [1, n0, _LOL, 0, () => DocumentLabel$];
2120
+ var ListOfMentions = [1, n0, _LOM, 0, () => TargetedSentimentMention$];
2121
+ var ListOfPiiEntities = [1, n0, _LOPE, 0, () => PiiEntity$];
2122
+ var ListOfPiiEntityTypes = 64 | 0;
2123
+ var ListOfRelationships = [1, n0, _LOR, 0, () => RelationshipsListItem$];
2124
+ var ListOfSyntaxTokens = [1, n0, _LOST, 0, () => SyntaxToken$];
2125
+ var ListOfTargetedSentimentEntities = [1, n0, _LOTSE, 0, () => TargetedSentimentEntity$];
2126
+ var ListOfTextSegments = [1, n0, _LOTS, 8, [() => TextSegment$, 0]];
2127
+ var ListOfToxicContent = [1, n0, _LOTC, 0, () => ToxicContent$];
2128
+ var ListOfToxicLabels = [1, n0, _LOTL, 0, () => ToxicLabels$];
2129
+ var ListOfWarnings = [1, n0, _LOW, 0, () => WarningsListItem$];
2130
+ var PiiEntitiesDetectionJobPropertiesList = [
2134
2131
  1,
2135
2132
  n0,
2136
2133
  _PEDJPL,
2137
2134
  0,
2138
- () => PiiEntitiesDetectionJobProperties,
2139
- ];
2140
- export var Polygon = [1, n0, _Po, 0, () => Point];
2141
- export var SecurityGroupIds = 64 | 0;
2142
- export var SentimentDetectionJobPropertiesList = [
2143
- 1,
2144
- n0,
2145
- _SDJPL,
2146
- 0,
2147
- () => SentimentDetectionJobProperties,
2135
+ () => PiiEntitiesDetectionJobProperties$,
2148
2136
  ];
2149
- export var StringList = 64 | 0;
2150
- export var Subnets = 64 | 0;
2151
- export var TagKeyList = 64 | 0;
2152
- export var TagList = [1, n0, _TLa, 0, () => Tag];
2153
- export var TargetedSentimentDetectionJobPropertiesList = [
2137
+ var Polygon = [1, n0, _Po, 0, () => Point$];
2138
+ var SecurityGroupIds = 64 | 0;
2139
+ var SentimentDetectionJobPropertiesList = [1, n0, _SDJPL, 0, () => SentimentDetectionJobProperties$];
2140
+ var StringList = 64 | 0;
2141
+ var Subnets = 64 | 0;
2142
+ var TagKeyList = 64 | 0;
2143
+ var TagList = [1, n0, _TLa, 0, () => Tag$];
2144
+ var TargetedSentimentDetectionJobPropertiesList = [
2154
2145
  1,
2155
2146
  n0,
2156
2147
  _TSDJPL,
2157
2148
  0,
2158
- () => TargetedSentimentDetectionJobProperties,
2149
+ () => TargetedSentimentDetectionJobProperties$,
2159
2150
  ];
2160
- export var TargetEventTypes = 64 | 0;
2161
- export var TopicsDetectionJobPropertiesList = [1, n0, _TDJPL, 0, () => TopicsDetectionJobProperties];
2162
- export var BatchDetectDominantLanguage = [
2151
+ var TargetEventTypes = 64 | 0;
2152
+ var TopicsDetectionJobPropertiesList = [1, n0, _TDJPL, 0, () => TopicsDetectionJobProperties$];
2153
+ export var BatchDetectDominantLanguage$ = [
2163
2154
  9,
2164
2155
  n0,
2165
2156
  _BDDL,
2166
2157
  0,
2167
- () => BatchDetectDominantLanguageRequest,
2168
- () => BatchDetectDominantLanguageResponse,
2158
+ () => BatchDetectDominantLanguageRequest$,
2159
+ () => BatchDetectDominantLanguageResponse$,
2169
2160
  ];
2170
- export var BatchDetectEntities = [
2161
+ export var BatchDetectEntities$ = [
2171
2162
  9,
2172
2163
  n0,
2173
2164
  _BDE,
2174
2165
  0,
2175
- () => BatchDetectEntitiesRequest,
2176
- () => BatchDetectEntitiesResponse,
2166
+ () => BatchDetectEntitiesRequest$,
2167
+ () => BatchDetectEntitiesResponse$,
2177
2168
  ];
2178
- export var BatchDetectKeyPhrases = [
2169
+ export var BatchDetectKeyPhrases$ = [
2179
2170
  9,
2180
2171
  n0,
2181
2172
  _BDKP,
2182
2173
  0,
2183
- () => BatchDetectKeyPhrasesRequest,
2184
- () => BatchDetectKeyPhrasesResponse,
2174
+ () => BatchDetectKeyPhrasesRequest$,
2175
+ () => BatchDetectKeyPhrasesResponse$,
2185
2176
  ];
2186
- export var BatchDetectSentiment = [
2177
+ export var BatchDetectSentiment$ = [
2187
2178
  9,
2188
2179
  n0,
2189
2180
  _BDS,
2190
2181
  0,
2191
- () => BatchDetectSentimentRequest,
2192
- () => BatchDetectSentimentResponse,
2182
+ () => BatchDetectSentimentRequest$,
2183
+ () => BatchDetectSentimentResponse$,
2193
2184
  ];
2194
- export var BatchDetectSyntax = [
2185
+ export var BatchDetectSyntax$ = [
2195
2186
  9,
2196
2187
  n0,
2197
2188
  _BDSa,
2198
2189
  0,
2199
- () => BatchDetectSyntaxRequest,
2200
- () => BatchDetectSyntaxResponse,
2190
+ () => BatchDetectSyntaxRequest$,
2191
+ () => BatchDetectSyntaxResponse$,
2201
2192
  ];
2202
- export var BatchDetectTargetedSentiment = [
2193
+ export var BatchDetectTargetedSentiment$ = [
2203
2194
  9,
2204
2195
  n0,
2205
2196
  _BDTS,
2206
2197
  0,
2207
- () => BatchDetectTargetedSentimentRequest,
2208
- () => BatchDetectTargetedSentimentResponse,
2198
+ () => BatchDetectTargetedSentimentRequest$,
2199
+ () => BatchDetectTargetedSentimentResponse$,
2209
2200
  ];
2210
- export var ClassifyDocument = [
2201
+ export var ClassifyDocument$ = [
2211
2202
  9,
2212
2203
  n0,
2213
2204
  _CD,
2214
2205
  0,
2215
- () => ClassifyDocumentRequest,
2216
- () => ClassifyDocumentResponse,
2206
+ () => ClassifyDocumentRequest$,
2207
+ () => ClassifyDocumentResponse$,
2217
2208
  ];
2218
- export var ContainsPiiEntities = [
2209
+ export var ContainsPiiEntities$ = [
2219
2210
  9,
2220
2211
  n0,
2221
2212
  _CPE,
2222
2213
  0,
2223
- () => ContainsPiiEntitiesRequest,
2224
- () => ContainsPiiEntitiesResponse,
2214
+ () => ContainsPiiEntitiesRequest$,
2215
+ () => ContainsPiiEntitiesResponse$,
2225
2216
  ];
2226
- export var CreateDataset = [
2217
+ export var CreateDataset$ = [
2227
2218
  9,
2228
2219
  n0,
2229
2220
  _CDr,
2230
2221
  0,
2231
- () => CreateDatasetRequest,
2232
- () => CreateDatasetResponse,
2222
+ () => CreateDatasetRequest$,
2223
+ () => CreateDatasetResponse$,
2233
2224
  ];
2234
- export var CreateDocumentClassifier = [
2225
+ export var CreateDocumentClassifier$ = [
2235
2226
  9,
2236
2227
  n0,
2237
2228
  _CDC,
2238
2229
  0,
2239
- () => CreateDocumentClassifierRequest,
2240
- () => CreateDocumentClassifierResponse,
2230
+ () => CreateDocumentClassifierRequest$,
2231
+ () => CreateDocumentClassifierResponse$,
2241
2232
  ];
2242
- export var CreateEndpoint = [
2233
+ export var CreateEndpoint$ = [
2243
2234
  9,
2244
2235
  n0,
2245
2236
  _CE,
2246
2237
  0,
2247
- () => CreateEndpointRequest,
2248
- () => CreateEndpointResponse,
2238
+ () => CreateEndpointRequest$,
2239
+ () => CreateEndpointResponse$,
2249
2240
  ];
2250
- export var CreateEntityRecognizer = [
2241
+ export var CreateEntityRecognizer$ = [
2251
2242
  9,
2252
2243
  n0,
2253
2244
  _CERre,
2254
2245
  0,
2255
- () => CreateEntityRecognizerRequest,
2256
- () => CreateEntityRecognizerResponse,
2246
+ () => CreateEntityRecognizerRequest$,
2247
+ () => CreateEntityRecognizerResponse$,
2257
2248
  ];
2258
- export var CreateFlywheel = [
2249
+ export var CreateFlywheel$ = [
2259
2250
  9,
2260
2251
  n0,
2261
2252
  _CF,
2262
2253
  0,
2263
- () => CreateFlywheelRequest,
2264
- () => CreateFlywheelResponse,
2254
+ () => CreateFlywheelRequest$,
2255
+ () => CreateFlywheelResponse$,
2265
2256
  ];
2266
- export var DeleteDocumentClassifier = [
2257
+ export var DeleteDocumentClassifier$ = [
2267
2258
  9,
2268
2259
  n0,
2269
2260
  _DDC,
2270
2261
  0,
2271
- () => DeleteDocumentClassifierRequest,
2272
- () => DeleteDocumentClassifierResponse,
2262
+ () => DeleteDocumentClassifierRequest$,
2263
+ () => DeleteDocumentClassifierResponse$,
2273
2264
  ];
2274
- export var DeleteEndpoint = [
2265
+ export var DeleteEndpoint$ = [
2275
2266
  9,
2276
2267
  n0,
2277
2268
  _DE,
2278
2269
  0,
2279
- () => DeleteEndpointRequest,
2280
- () => DeleteEndpointResponse,
2270
+ () => DeleteEndpointRequest$,
2271
+ () => DeleteEndpointResponse$,
2281
2272
  ];
2282
- export var DeleteEntityRecognizer = [
2273
+ export var DeleteEntityRecognizer$ = [
2283
2274
  9,
2284
2275
  n0,
2285
2276
  _DERel,
2286
2277
  0,
2287
- () => DeleteEntityRecognizerRequest,
2288
- () => DeleteEntityRecognizerResponse,
2278
+ () => DeleteEntityRecognizerRequest$,
2279
+ () => DeleteEntityRecognizerResponse$,
2289
2280
  ];
2290
- export var DeleteFlywheel = [
2281
+ export var DeleteFlywheel$ = [
2291
2282
  9,
2292
2283
  n0,
2293
2284
  _DFe,
2294
2285
  0,
2295
- () => DeleteFlywheelRequest,
2296
- () => DeleteFlywheelResponse,
2286
+ () => DeleteFlywheelRequest$,
2287
+ () => DeleteFlywheelResponse$,
2297
2288
  ];
2298
- export var DeleteResourcePolicy = [
2289
+ export var DeleteResourcePolicy$ = [
2299
2290
  9,
2300
2291
  n0,
2301
2292
  _DRP,
2302
2293
  0,
2303
- () => DeleteResourcePolicyRequest,
2304
- () => DeleteResourcePolicyResponse,
2294
+ () => DeleteResourcePolicyRequest$,
2295
+ () => DeleteResourcePolicyResponse$,
2305
2296
  ];
2306
- export var DescribeDataset = [
2297
+ export var DescribeDataset$ = [
2307
2298
  9,
2308
2299
  n0,
2309
2300
  _DD,
2310
2301
  0,
2311
- () => DescribeDatasetRequest,
2312
- () => DescribeDatasetResponse,
2302
+ () => DescribeDatasetRequest$,
2303
+ () => DescribeDatasetResponse$,
2313
2304
  ];
2314
- export var DescribeDocumentClassificationJob = [
2305
+ export var DescribeDocumentClassificationJob$ = [
2315
2306
  9,
2316
2307
  n0,
2317
2308
  _DDCJ,
2318
2309
  0,
2319
- () => DescribeDocumentClassificationJobRequest,
2320
- () => DescribeDocumentClassificationJobResponse,
2310
+ () => DescribeDocumentClassificationJobRequest$,
2311
+ () => DescribeDocumentClassificationJobResponse$,
2321
2312
  ];
2322
- export var DescribeDocumentClassifier = [
2313
+ export var DescribeDocumentClassifier$ = [
2323
2314
  9,
2324
2315
  n0,
2325
2316
  _DDCe,
2326
2317
  0,
2327
- () => DescribeDocumentClassifierRequest,
2328
- () => DescribeDocumentClassifierResponse,
2318
+ () => DescribeDocumentClassifierRequest$,
2319
+ () => DescribeDocumentClassifierResponse$,
2329
2320
  ];
2330
- export var DescribeDominantLanguageDetectionJob = [
2321
+ export var DescribeDominantLanguageDetectionJob$ = [
2331
2322
  9,
2332
2323
  n0,
2333
2324
  _DDLDJ,
2334
2325
  0,
2335
- () => DescribeDominantLanguageDetectionJobRequest,
2336
- () => DescribeDominantLanguageDetectionJobResponse,
2326
+ () => DescribeDominantLanguageDetectionJobRequest$,
2327
+ () => DescribeDominantLanguageDetectionJobResponse$,
2337
2328
  ];
2338
- export var DescribeEndpoint = [
2329
+ export var DescribeEndpoint$ = [
2339
2330
  9,
2340
2331
  n0,
2341
2332
  _DEe,
2342
2333
  0,
2343
- () => DescribeEndpointRequest,
2344
- () => DescribeEndpointResponse,
2334
+ () => DescribeEndpointRequest$,
2335
+ () => DescribeEndpointResponse$,
2345
2336
  ];
2346
- export var DescribeEntitiesDetectionJob = [
2337
+ export var DescribeEntitiesDetectionJob$ = [
2347
2338
  9,
2348
2339
  n0,
2349
2340
  _DEDJ,
2350
2341
  0,
2351
- () => DescribeEntitiesDetectionJobRequest,
2352
- () => DescribeEntitiesDetectionJobResponse,
2342
+ () => DescribeEntitiesDetectionJobRequest$,
2343
+ () => DescribeEntitiesDetectionJobResponse$,
2353
2344
  ];
2354
- export var DescribeEntityRecognizer = [
2345
+ export var DescribeEntityRecognizer$ = [
2355
2346
  9,
2356
2347
  n0,
2357
2348
  _DERescr,
2358
2349
  0,
2359
- () => DescribeEntityRecognizerRequest,
2360
- () => DescribeEntityRecognizerResponse,
2350
+ () => DescribeEntityRecognizerRequest$,
2351
+ () => DescribeEntityRecognizerResponse$,
2361
2352
  ];
2362
- export var DescribeEventsDetectionJob = [
2353
+ export var DescribeEventsDetectionJob$ = [
2363
2354
  9,
2364
2355
  n0,
2365
2356
  _DEDJe,
2366
2357
  0,
2367
- () => DescribeEventsDetectionJobRequest,
2368
- () => DescribeEventsDetectionJobResponse,
2358
+ () => DescribeEventsDetectionJobRequest$,
2359
+ () => DescribeEventsDetectionJobResponse$,
2369
2360
  ];
2370
- export var DescribeFlywheel = [
2361
+ export var DescribeFlywheel$ = [
2371
2362
  9,
2372
2363
  n0,
2373
2364
  _DFes,
2374
2365
  0,
2375
- () => DescribeFlywheelRequest,
2376
- () => DescribeFlywheelResponse,
2366
+ () => DescribeFlywheelRequest$,
2367
+ () => DescribeFlywheelResponse$,
2377
2368
  ];
2378
- export var DescribeFlywheelIteration = [
2369
+ export var DescribeFlywheelIteration$ = [
2379
2370
  9,
2380
2371
  n0,
2381
2372
  _DFI,
2382
2373
  0,
2383
- () => DescribeFlywheelIterationRequest,
2384
- () => DescribeFlywheelIterationResponse,
2374
+ () => DescribeFlywheelIterationRequest$,
2375
+ () => DescribeFlywheelIterationResponse$,
2385
2376
  ];
2386
- export var DescribeKeyPhrasesDetectionJob = [
2377
+ export var DescribeKeyPhrasesDetectionJob$ = [
2387
2378
  9,
2388
2379
  n0,
2389
2380
  _DKPDJ,
2390
2381
  0,
2391
- () => DescribeKeyPhrasesDetectionJobRequest,
2392
- () => DescribeKeyPhrasesDetectionJobResponse,
2382
+ () => DescribeKeyPhrasesDetectionJobRequest$,
2383
+ () => DescribeKeyPhrasesDetectionJobResponse$,
2393
2384
  ];
2394
- export var DescribePiiEntitiesDetectionJob = [
2385
+ export var DescribePiiEntitiesDetectionJob$ = [
2395
2386
  9,
2396
2387
  n0,
2397
2388
  _DPEDJ,
2398
2389
  0,
2399
- () => DescribePiiEntitiesDetectionJobRequest,
2400
- () => DescribePiiEntitiesDetectionJobResponse,
2390
+ () => DescribePiiEntitiesDetectionJobRequest$,
2391
+ () => DescribePiiEntitiesDetectionJobResponse$,
2401
2392
  ];
2402
- export var DescribeResourcePolicy = [
2393
+ export var DescribeResourcePolicy$ = [
2403
2394
  9,
2404
2395
  n0,
2405
2396
  _DRPe,
2406
2397
  0,
2407
- () => DescribeResourcePolicyRequest,
2408
- () => DescribeResourcePolicyResponse,
2398
+ () => DescribeResourcePolicyRequest$,
2399
+ () => DescribeResourcePolicyResponse$,
2409
2400
  ];
2410
- export var DescribeSentimentDetectionJob = [
2401
+ export var DescribeSentimentDetectionJob$ = [
2411
2402
  9,
2412
2403
  n0,
2413
2404
  _DSDJ,
2414
2405
  0,
2415
- () => DescribeSentimentDetectionJobRequest,
2416
- () => DescribeSentimentDetectionJobResponse,
2406
+ () => DescribeSentimentDetectionJobRequest$,
2407
+ () => DescribeSentimentDetectionJobResponse$,
2417
2408
  ];
2418
- export var DescribeTargetedSentimentDetectionJob = [
2409
+ export var DescribeTargetedSentimentDetectionJob$ = [
2419
2410
  9,
2420
2411
  n0,
2421
2412
  _DTSDJ,
2422
2413
  0,
2423
- () => DescribeTargetedSentimentDetectionJobRequest,
2424
- () => DescribeTargetedSentimentDetectionJobResponse,
2414
+ () => DescribeTargetedSentimentDetectionJobRequest$,
2415
+ () => DescribeTargetedSentimentDetectionJobResponse$,
2425
2416
  ];
2426
- export var DescribeTopicsDetectionJob = [
2417
+ export var DescribeTopicsDetectionJob$ = [
2427
2418
  9,
2428
2419
  n0,
2429
2420
  _DTDJ,
2430
2421
  0,
2431
- () => DescribeTopicsDetectionJobRequest,
2432
- () => DescribeTopicsDetectionJobResponse,
2422
+ () => DescribeTopicsDetectionJobRequest$,
2423
+ () => DescribeTopicsDetectionJobResponse$,
2433
2424
  ];
2434
- export var DetectDominantLanguage = [
2425
+ export var DetectDominantLanguage$ = [
2435
2426
  9,
2436
2427
  n0,
2437
2428
  _DDL,
2438
2429
  0,
2439
- () => DetectDominantLanguageRequest,
2440
- () => DetectDominantLanguageResponse,
2430
+ () => DetectDominantLanguageRequest$,
2431
+ () => DetectDominantLanguageResponse$,
2441
2432
  ];
2442
- export var DetectEntities = [
2433
+ export var DetectEntities$ = [
2443
2434
  9,
2444
2435
  n0,
2445
2436
  _DEet,
2446
2437
  0,
2447
- () => DetectEntitiesRequest,
2448
- () => DetectEntitiesResponse,
2438
+ () => DetectEntitiesRequest$,
2439
+ () => DetectEntitiesResponse$,
2449
2440
  ];
2450
- export var DetectKeyPhrases = [
2441
+ export var DetectKeyPhrases$ = [
2451
2442
  9,
2452
2443
  n0,
2453
2444
  _DKP,
2454
2445
  0,
2455
- () => DetectKeyPhrasesRequest,
2456
- () => DetectKeyPhrasesResponse,
2446
+ () => DetectKeyPhrasesRequest$,
2447
+ () => DetectKeyPhrasesResponse$,
2457
2448
  ];
2458
- export var DetectPiiEntities = [
2449
+ export var DetectPiiEntities$ = [
2459
2450
  9,
2460
2451
  n0,
2461
2452
  _DPE,
2462
2453
  0,
2463
- () => DetectPiiEntitiesRequest,
2464
- () => DetectPiiEntitiesResponse,
2454
+ () => DetectPiiEntitiesRequest$,
2455
+ () => DetectPiiEntitiesResponse$,
2465
2456
  ];
2466
- export var DetectSentiment = [
2457
+ export var DetectSentiment$ = [
2467
2458
  9,
2468
2459
  n0,
2469
2460
  _DS,
2470
2461
  0,
2471
- () => DetectSentimentRequest,
2472
- () => DetectSentimentResponse,
2462
+ () => DetectSentimentRequest$,
2463
+ () => DetectSentimentResponse$,
2473
2464
  ];
2474
- export var DetectSyntax = [
2465
+ export var DetectSyntax$ = [
2475
2466
  9,
2476
2467
  n0,
2477
2468
  _DSe,
2478
2469
  0,
2479
- () => DetectSyntaxRequest,
2480
- () => DetectSyntaxResponse,
2470
+ () => DetectSyntaxRequest$,
2471
+ () => DetectSyntaxResponse$,
2481
2472
  ];
2482
- export var DetectTargetedSentiment = [
2473
+ export var DetectTargetedSentiment$ = [
2483
2474
  9,
2484
2475
  n0,
2485
2476
  _DTS,
2486
2477
  0,
2487
- () => DetectTargetedSentimentRequest,
2488
- () => DetectTargetedSentimentResponse,
2478
+ () => DetectTargetedSentimentRequest$,
2479
+ () => DetectTargetedSentimentResponse$,
2489
2480
  ];
2490
- export var DetectToxicContent = [
2481
+ export var DetectToxicContent$ = [
2491
2482
  9,
2492
2483
  n0,
2493
2484
  _DTC,
2494
2485
  0,
2495
- () => DetectToxicContentRequest,
2496
- () => DetectToxicContentResponse,
2486
+ () => DetectToxicContentRequest$,
2487
+ () => DetectToxicContentResponse$,
2497
2488
  ];
2498
- export var ImportModel = [9, n0, _IM, 0, () => ImportModelRequest, () => ImportModelResponse];
2499
- export var ListDatasets = [
2489
+ export var ImportModel$ = [9, n0, _IM, 0, () => ImportModelRequest$, () => ImportModelResponse$];
2490
+ export var ListDatasets$ = [
2500
2491
  9,
2501
2492
  n0,
2502
2493
  _LDi,
2503
2494
  0,
2504
- () => ListDatasetsRequest,
2505
- () => ListDatasetsResponse,
2495
+ () => ListDatasetsRequest$,
2496
+ () => ListDatasetsResponse$,
2506
2497
  ];
2507
- export var ListDocumentClassificationJobs = [
2498
+ export var ListDocumentClassificationJobs$ = [
2508
2499
  9,
2509
2500
  n0,
2510
2501
  _LDCJ,
2511
2502
  0,
2512
- () => ListDocumentClassificationJobsRequest,
2513
- () => ListDocumentClassificationJobsResponse,
2503
+ () => ListDocumentClassificationJobsRequest$,
2504
+ () => ListDocumentClassificationJobsResponse$,
2514
2505
  ];
2515
- export var ListDocumentClassifiers = [
2506
+ export var ListDocumentClassifiers$ = [
2516
2507
  9,
2517
2508
  n0,
2518
2509
  _LDC,
2519
2510
  0,
2520
- () => ListDocumentClassifiersRequest,
2521
- () => ListDocumentClassifiersResponse,
2511
+ () => ListDocumentClassifiersRequest$,
2512
+ () => ListDocumentClassifiersResponse$,
2522
2513
  ];
2523
- export var ListDocumentClassifierSummaries = [
2514
+ export var ListDocumentClassifierSummaries$ = [
2524
2515
  9,
2525
2516
  n0,
2526
2517
  _LDCS,
2527
2518
  0,
2528
- () => ListDocumentClassifierSummariesRequest,
2529
- () => ListDocumentClassifierSummariesResponse,
2519
+ () => ListDocumentClassifierSummariesRequest$,
2520
+ () => ListDocumentClassifierSummariesResponse$,
2530
2521
  ];
2531
- export var ListDominantLanguageDetectionJobs = [
2522
+ export var ListDominantLanguageDetectionJobs$ = [
2532
2523
  9,
2533
2524
  n0,
2534
2525
  _LDLDJ,
2535
2526
  0,
2536
- () => ListDominantLanguageDetectionJobsRequest,
2537
- () => ListDominantLanguageDetectionJobsResponse,
2527
+ () => ListDominantLanguageDetectionJobsRequest$,
2528
+ () => ListDominantLanguageDetectionJobsResponse$,
2538
2529
  ];
2539
- export var ListEndpoints = [
2530
+ export var ListEndpoints$ = [
2540
2531
  9,
2541
2532
  n0,
2542
2533
  _LE,
2543
2534
  0,
2544
- () => ListEndpointsRequest,
2545
- () => ListEndpointsResponse,
2535
+ () => ListEndpointsRequest$,
2536
+ () => ListEndpointsResponse$,
2546
2537
  ];
2547
- export var ListEntitiesDetectionJobs = [
2538
+ export var ListEntitiesDetectionJobs$ = [
2548
2539
  9,
2549
2540
  n0,
2550
2541
  _LEDJ,
2551
2542
  0,
2552
- () => ListEntitiesDetectionJobsRequest,
2553
- () => ListEntitiesDetectionJobsResponse,
2543
+ () => ListEntitiesDetectionJobsRequest$,
2544
+ () => ListEntitiesDetectionJobsResponse$,
2554
2545
  ];
2555
- export var ListEntityRecognizers = [
2546
+ export var ListEntityRecognizers$ = [
2556
2547
  9,
2557
2548
  n0,
2558
2549
  _LERis,
2559
2550
  0,
2560
- () => ListEntityRecognizersRequest,
2561
- () => ListEntityRecognizersResponse,
2551
+ () => ListEntityRecognizersRequest$,
2552
+ () => ListEntityRecognizersResponse$,
2562
2553
  ];
2563
- export var ListEntityRecognizerSummaries = [
2554
+ export var ListEntityRecognizerSummaries$ = [
2564
2555
  9,
2565
2556
  n0,
2566
2557
  _LERS,
2567
2558
  0,
2568
- () => ListEntityRecognizerSummariesRequest,
2569
- () => ListEntityRecognizerSummariesResponse,
2559
+ () => ListEntityRecognizerSummariesRequest$,
2560
+ () => ListEntityRecognizerSummariesResponse$,
2570
2561
  ];
2571
- export var ListEventsDetectionJobs = [
2562
+ export var ListEventsDetectionJobs$ = [
2572
2563
  9,
2573
2564
  n0,
2574
2565
  _LEDJi,
2575
2566
  0,
2576
- () => ListEventsDetectionJobsRequest,
2577
- () => ListEventsDetectionJobsResponse,
2567
+ () => ListEventsDetectionJobsRequest$,
2568
+ () => ListEventsDetectionJobsResponse$,
2578
2569
  ];
2579
- export var ListFlywheelIterationHistory = [
2570
+ export var ListFlywheelIterationHistory$ = [
2580
2571
  9,
2581
2572
  n0,
2582
2573
  _LFIH,
2583
2574
  0,
2584
- () => ListFlywheelIterationHistoryRequest,
2585
- () => ListFlywheelIterationHistoryResponse,
2575
+ () => ListFlywheelIterationHistoryRequest$,
2576
+ () => ListFlywheelIterationHistoryResponse$,
2586
2577
  ];
2587
- export var ListFlywheels = [
2578
+ export var ListFlywheels$ = [
2588
2579
  9,
2589
2580
  n0,
2590
2581
  _LF,
2591
2582
  0,
2592
- () => ListFlywheelsRequest,
2593
- () => ListFlywheelsResponse,
2583
+ () => ListFlywheelsRequest$,
2584
+ () => ListFlywheelsResponse$,
2594
2585
  ];
2595
- export var ListKeyPhrasesDetectionJobs = [
2586
+ export var ListKeyPhrasesDetectionJobs$ = [
2596
2587
  9,
2597
2588
  n0,
2598
2589
  _LKPDJ,
2599
2590
  0,
2600
- () => ListKeyPhrasesDetectionJobsRequest,
2601
- () => ListKeyPhrasesDetectionJobsResponse,
2591
+ () => ListKeyPhrasesDetectionJobsRequest$,
2592
+ () => ListKeyPhrasesDetectionJobsResponse$,
2602
2593
  ];
2603
- export var ListPiiEntitiesDetectionJobs = [
2594
+ export var ListPiiEntitiesDetectionJobs$ = [
2604
2595
  9,
2605
2596
  n0,
2606
2597
  _LPEDJ,
2607
2598
  0,
2608
- () => ListPiiEntitiesDetectionJobsRequest,
2609
- () => ListPiiEntitiesDetectionJobsResponse,
2599
+ () => ListPiiEntitiesDetectionJobsRequest$,
2600
+ () => ListPiiEntitiesDetectionJobsResponse$,
2610
2601
  ];
2611
- export var ListSentimentDetectionJobs = [
2602
+ export var ListSentimentDetectionJobs$ = [
2612
2603
  9,
2613
2604
  n0,
2614
2605
  _LSDJ,
2615
2606
  0,
2616
- () => ListSentimentDetectionJobsRequest,
2617
- () => ListSentimentDetectionJobsResponse,
2607
+ () => ListSentimentDetectionJobsRequest$,
2608
+ () => ListSentimentDetectionJobsResponse$,
2618
2609
  ];
2619
- export var ListTagsForResource = [
2610
+ export var ListTagsForResource$ = [
2620
2611
  9,
2621
2612
  n0,
2622
2613
  _LTFR,
2623
2614
  0,
2624
- () => ListTagsForResourceRequest,
2625
- () => ListTagsForResourceResponse,
2615
+ () => ListTagsForResourceRequest$,
2616
+ () => ListTagsForResourceResponse$,
2626
2617
  ];
2627
- export var ListTargetedSentimentDetectionJobs = [
2618
+ export var ListTargetedSentimentDetectionJobs$ = [
2628
2619
  9,
2629
2620
  n0,
2630
2621
  _LTSDJ,
2631
2622
  0,
2632
- () => ListTargetedSentimentDetectionJobsRequest,
2633
- () => ListTargetedSentimentDetectionJobsResponse,
2623
+ () => ListTargetedSentimentDetectionJobsRequest$,
2624
+ () => ListTargetedSentimentDetectionJobsResponse$,
2634
2625
  ];
2635
- export var ListTopicsDetectionJobs = [
2626
+ export var ListTopicsDetectionJobs$ = [
2636
2627
  9,
2637
2628
  n0,
2638
2629
  _LTDJ,
2639
2630
  0,
2640
- () => ListTopicsDetectionJobsRequest,
2641
- () => ListTopicsDetectionJobsResponse,
2631
+ () => ListTopicsDetectionJobsRequest$,
2632
+ () => ListTopicsDetectionJobsResponse$,
2642
2633
  ];
2643
- export var PutResourcePolicy = [
2634
+ export var PutResourcePolicy$ = [
2644
2635
  9,
2645
2636
  n0,
2646
2637
  _PRP,
2647
2638
  0,
2648
- () => PutResourcePolicyRequest,
2649
- () => PutResourcePolicyResponse,
2639
+ () => PutResourcePolicyRequest$,
2640
+ () => PutResourcePolicyResponse$,
2650
2641
  ];
2651
- export var StartDocumentClassificationJob = [
2642
+ export var StartDocumentClassificationJob$ = [
2652
2643
  9,
2653
2644
  n0,
2654
2645
  _SDCJ,
2655
2646
  0,
2656
- () => StartDocumentClassificationJobRequest,
2657
- () => StartDocumentClassificationJobResponse,
2647
+ () => StartDocumentClassificationJobRequest$,
2648
+ () => StartDocumentClassificationJobResponse$,
2658
2649
  ];
2659
- export var StartDominantLanguageDetectionJob = [
2650
+ export var StartDominantLanguageDetectionJob$ = [
2660
2651
  9,
2661
2652
  n0,
2662
2653
  _SDLDJ,
2663
2654
  0,
2664
- () => StartDominantLanguageDetectionJobRequest,
2665
- () => StartDominantLanguageDetectionJobResponse,
2655
+ () => StartDominantLanguageDetectionJobRequest$,
2656
+ () => StartDominantLanguageDetectionJobResponse$,
2666
2657
  ];
2667
- export var StartEntitiesDetectionJob = [
2658
+ export var StartEntitiesDetectionJob$ = [
2668
2659
  9,
2669
2660
  n0,
2670
2661
  _SEDJ,
2671
2662
  0,
2672
- () => StartEntitiesDetectionJobRequest,
2673
- () => StartEntitiesDetectionJobResponse,
2663
+ () => StartEntitiesDetectionJobRequest$,
2664
+ () => StartEntitiesDetectionJobResponse$,
2674
2665
  ];
2675
- export var StartEventsDetectionJob = [
2666
+ export var StartEventsDetectionJob$ = [
2676
2667
  9,
2677
2668
  n0,
2678
2669
  _SEDJt,
2679
2670
  0,
2680
- () => StartEventsDetectionJobRequest,
2681
- () => StartEventsDetectionJobResponse,
2671
+ () => StartEventsDetectionJobRequest$,
2672
+ () => StartEventsDetectionJobResponse$,
2682
2673
  ];
2683
- export var StartFlywheelIteration = [
2674
+ export var StartFlywheelIteration$ = [
2684
2675
  9,
2685
2676
  n0,
2686
2677
  _SFI,
2687
2678
  0,
2688
- () => StartFlywheelIterationRequest,
2689
- () => StartFlywheelIterationResponse,
2679
+ () => StartFlywheelIterationRequest$,
2680
+ () => StartFlywheelIterationResponse$,
2690
2681
  ];
2691
- export var StartKeyPhrasesDetectionJob = [
2682
+ export var StartKeyPhrasesDetectionJob$ = [
2692
2683
  9,
2693
2684
  n0,
2694
2685
  _SKPDJ,
2695
2686
  0,
2696
- () => StartKeyPhrasesDetectionJobRequest,
2697
- () => StartKeyPhrasesDetectionJobResponse,
2687
+ () => StartKeyPhrasesDetectionJobRequest$,
2688
+ () => StartKeyPhrasesDetectionJobResponse$,
2698
2689
  ];
2699
- export var StartPiiEntitiesDetectionJob = [
2690
+ export var StartPiiEntitiesDetectionJob$ = [
2700
2691
  9,
2701
2692
  n0,
2702
2693
  _SPEDJ,
2703
2694
  0,
2704
- () => StartPiiEntitiesDetectionJobRequest,
2705
- () => StartPiiEntitiesDetectionJobResponse,
2695
+ () => StartPiiEntitiesDetectionJobRequest$,
2696
+ () => StartPiiEntitiesDetectionJobResponse$,
2706
2697
  ];
2707
- export var StartSentimentDetectionJob = [
2698
+ export var StartSentimentDetectionJob$ = [
2708
2699
  9,
2709
2700
  n0,
2710
2701
  _SSDJ,
2711
2702
  0,
2712
- () => StartSentimentDetectionJobRequest,
2713
- () => StartSentimentDetectionJobResponse,
2703
+ () => StartSentimentDetectionJobRequest$,
2704
+ () => StartSentimentDetectionJobResponse$,
2714
2705
  ];
2715
- export var StartTargetedSentimentDetectionJob = [
2706
+ export var StartTargetedSentimentDetectionJob$ = [
2716
2707
  9,
2717
2708
  n0,
2718
2709
  _STSDJ,
2719
2710
  0,
2720
- () => StartTargetedSentimentDetectionJobRequest,
2721
- () => StartTargetedSentimentDetectionJobResponse,
2711
+ () => StartTargetedSentimentDetectionJobRequest$,
2712
+ () => StartTargetedSentimentDetectionJobResponse$,
2722
2713
  ];
2723
- export var StartTopicsDetectionJob = [
2714
+ export var StartTopicsDetectionJob$ = [
2724
2715
  9,
2725
2716
  n0,
2726
2717
  _STDJ,
2727
2718
  0,
2728
- () => StartTopicsDetectionJobRequest,
2729
- () => StartTopicsDetectionJobResponse,
2719
+ () => StartTopicsDetectionJobRequest$,
2720
+ () => StartTopicsDetectionJobResponse$,
2730
2721
  ];
2731
- export var StopDominantLanguageDetectionJob = [
2722
+ export var StopDominantLanguageDetectionJob$ = [
2732
2723
  9,
2733
2724
  n0,
2734
2725
  _SDLDJt,
2735
2726
  0,
2736
- () => StopDominantLanguageDetectionJobRequest,
2737
- () => StopDominantLanguageDetectionJobResponse,
2727
+ () => StopDominantLanguageDetectionJobRequest$,
2728
+ () => StopDominantLanguageDetectionJobResponse$,
2738
2729
  ];
2739
- export var StopEntitiesDetectionJob = [
2730
+ export var StopEntitiesDetectionJob$ = [
2740
2731
  9,
2741
2732
  n0,
2742
2733
  _SEDJto,
2743
2734
  0,
2744
- () => StopEntitiesDetectionJobRequest,
2745
- () => StopEntitiesDetectionJobResponse,
2735
+ () => StopEntitiesDetectionJobRequest$,
2736
+ () => StopEntitiesDetectionJobResponse$,
2746
2737
  ];
2747
- export var StopEventsDetectionJob = [
2738
+ export var StopEventsDetectionJob$ = [
2748
2739
  9,
2749
2740
  n0,
2750
2741
  _SEDJtop,
2751
2742
  0,
2752
- () => StopEventsDetectionJobRequest,
2753
- () => StopEventsDetectionJobResponse,
2743
+ () => StopEventsDetectionJobRequest$,
2744
+ () => StopEventsDetectionJobResponse$,
2754
2745
  ];
2755
- export var StopKeyPhrasesDetectionJob = [
2746
+ export var StopKeyPhrasesDetectionJob$ = [
2756
2747
  9,
2757
2748
  n0,
2758
2749
  _SKPDJt,
2759
2750
  0,
2760
- () => StopKeyPhrasesDetectionJobRequest,
2761
- () => StopKeyPhrasesDetectionJobResponse,
2751
+ () => StopKeyPhrasesDetectionJobRequest$,
2752
+ () => StopKeyPhrasesDetectionJobResponse$,
2762
2753
  ];
2763
- export var StopPiiEntitiesDetectionJob = [
2754
+ export var StopPiiEntitiesDetectionJob$ = [
2764
2755
  9,
2765
2756
  n0,
2766
2757
  _SPEDJt,
2767
2758
  0,
2768
- () => StopPiiEntitiesDetectionJobRequest,
2769
- () => StopPiiEntitiesDetectionJobResponse,
2759
+ () => StopPiiEntitiesDetectionJobRequest$,
2760
+ () => StopPiiEntitiesDetectionJobResponse$,
2770
2761
  ];
2771
- export var StopSentimentDetectionJob = [
2762
+ export var StopSentimentDetectionJob$ = [
2772
2763
  9,
2773
2764
  n0,
2774
2765
  _SSDJt,
2775
2766
  0,
2776
- () => StopSentimentDetectionJobRequest,
2777
- () => StopSentimentDetectionJobResponse,
2767
+ () => StopSentimentDetectionJobRequest$,
2768
+ () => StopSentimentDetectionJobResponse$,
2778
2769
  ];
2779
- export var StopTargetedSentimentDetectionJob = [
2770
+ export var StopTargetedSentimentDetectionJob$ = [
2780
2771
  9,
2781
2772
  n0,
2782
2773
  _STSDJt,
2783
2774
  0,
2784
- () => StopTargetedSentimentDetectionJobRequest,
2785
- () => StopTargetedSentimentDetectionJobResponse,
2775
+ () => StopTargetedSentimentDetectionJobRequest$,
2776
+ () => StopTargetedSentimentDetectionJobResponse$,
2786
2777
  ];
2787
- export var StopTrainingDocumentClassifier = [
2778
+ export var StopTrainingDocumentClassifier$ = [
2788
2779
  9,
2789
2780
  n0,
2790
2781
  _STDC,
2791
2782
  0,
2792
- () => StopTrainingDocumentClassifierRequest,
2793
- () => StopTrainingDocumentClassifierResponse,
2783
+ () => StopTrainingDocumentClassifierRequest$,
2784
+ () => StopTrainingDocumentClassifierResponse$,
2794
2785
  ];
2795
- export var StopTrainingEntityRecognizer = [
2786
+ export var StopTrainingEntityRecognizer$ = [
2796
2787
  9,
2797
2788
  n0,
2798
2789
  _STER,
2799
2790
  0,
2800
- () => StopTrainingEntityRecognizerRequest,
2801
- () => StopTrainingEntityRecognizerResponse,
2791
+ () => StopTrainingEntityRecognizerRequest$,
2792
+ () => StopTrainingEntityRecognizerResponse$,
2802
2793
  ];
2803
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
2804
- export var UntagResource = [
2794
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
2795
+ export var UntagResource$ = [
2805
2796
  9,
2806
2797
  n0,
2807
2798
  _UR,
2808
2799
  0,
2809
- () => UntagResourceRequest,
2810
- () => UntagResourceResponse,
2800
+ () => UntagResourceRequest$,
2801
+ () => UntagResourceResponse$,
2811
2802
  ];
2812
- export var UpdateEndpoint = [
2803
+ export var UpdateEndpoint$ = [
2813
2804
  9,
2814
2805
  n0,
2815
2806
  _UE,
2816
2807
  0,
2817
- () => UpdateEndpointRequest,
2818
- () => UpdateEndpointResponse,
2808
+ () => UpdateEndpointRequest$,
2809
+ () => UpdateEndpointResponse$,
2819
2810
  ];
2820
- export var UpdateFlywheel = [
2811
+ export var UpdateFlywheel$ = [
2821
2812
  9,
2822
2813
  n0,
2823
2814
  _UF,
2824
2815
  0,
2825
- () => UpdateFlywheelRequest,
2826
- () => UpdateFlywheelResponse,
2816
+ () => UpdateFlywheelRequest$,
2817
+ () => UpdateFlywheelResponse$,
2827
2818
  ];