@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
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class ComprehendClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let ComprehendServiceException$1 = class ComprehendServiceException extends smithyClient.ServiceException {
113
+ class ComprehendServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, ComprehendServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let BatchSizeLimitExceededException$1 = class BatchSizeLimitExceededException extends ComprehendServiceException$1 {
120
+ class BatchSizeLimitExceededException extends ComprehendServiceException {
121
121
  name = "BatchSizeLimitExceededException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let BatchSizeLimitExceededException$1 = class BatchSizeLimitExceededException ex
130
130
  Object.setPrototypeOf(this, BatchSizeLimitExceededException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let InternalServerException$1 = class InternalServerException extends ComprehendServiceException$1 {
133
+ }
134
+ class InternalServerException extends ComprehendServiceException {
135
135
  name = "InternalServerException";
136
136
  $fault = "server";
137
137
  Message;
@@ -144,8 +144,8 @@ let InternalServerException$1 = class InternalServerException extends Comprehend
144
144
  Object.setPrototypeOf(this, InternalServerException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let InvalidRequestException$1 = class InvalidRequestException extends ComprehendServiceException$1 {
147
+ }
148
+ class InvalidRequestException extends ComprehendServiceException {
149
149
  name = "InvalidRequestException";
150
150
  $fault = "client";
151
151
  Message;
@@ -162,8 +162,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends Comprehend
162
162
  this.Reason = opts.Reason;
163
163
  this.Detail = opts.Detail;
164
164
  }
165
- };
166
- let TextSizeLimitExceededException$1 = class TextSizeLimitExceededException extends ComprehendServiceException$1 {
165
+ }
166
+ class TextSizeLimitExceededException extends ComprehendServiceException {
167
167
  name = "TextSizeLimitExceededException";
168
168
  $fault = "client";
169
169
  Message;
@@ -176,8 +176,8 @@ let TextSizeLimitExceededException$1 = class TextSizeLimitExceededException exte
176
176
  Object.setPrototypeOf(this, TextSizeLimitExceededException.prototype);
177
177
  this.Message = opts.Message;
178
178
  }
179
- };
180
- let UnsupportedLanguageException$1 = class UnsupportedLanguageException extends ComprehendServiceException$1 {
179
+ }
180
+ class UnsupportedLanguageException extends ComprehendServiceException {
181
181
  name = "UnsupportedLanguageException";
182
182
  $fault = "client";
183
183
  Message;
@@ -190,8 +190,8 @@ let UnsupportedLanguageException$1 = class UnsupportedLanguageException extends
190
190
  Object.setPrototypeOf(this, UnsupportedLanguageException.prototype);
191
191
  this.Message = opts.Message;
192
192
  }
193
- };
194
- let ResourceUnavailableException$1 = class ResourceUnavailableException extends ComprehendServiceException$1 {
193
+ }
194
+ class ResourceUnavailableException extends ComprehendServiceException {
195
195
  name = "ResourceUnavailableException";
196
196
  $fault = "client";
197
197
  Message;
@@ -204,8 +204,8 @@ let ResourceUnavailableException$1 = class ResourceUnavailableException extends
204
204
  Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
205
205
  this.Message = opts.Message;
206
206
  }
207
- };
208
- let ResourceInUseException$1 = class ResourceInUseException extends ComprehendServiceException$1 {
207
+ }
208
+ class ResourceInUseException extends ComprehendServiceException {
209
209
  name = "ResourceInUseException";
210
210
  $fault = "client";
211
211
  Message;
@@ -218,8 +218,8 @@ let ResourceInUseException$1 = class ResourceInUseException extends ComprehendSe
218
218
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
219
219
  this.Message = opts.Message;
220
220
  }
221
- };
222
- let ResourceLimitExceededException$1 = class ResourceLimitExceededException extends ComprehendServiceException$1 {
221
+ }
222
+ class ResourceLimitExceededException extends ComprehendServiceException {
223
223
  name = "ResourceLimitExceededException";
224
224
  $fault = "client";
225
225
  Message;
@@ -232,8 +232,8 @@ let ResourceLimitExceededException$1 = class ResourceLimitExceededException exte
232
232
  Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
233
233
  this.Message = opts.Message;
234
234
  }
235
- };
236
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends ComprehendServiceException$1 {
235
+ }
236
+ class ResourceNotFoundException extends ComprehendServiceException {
237
237
  name = "ResourceNotFoundException";
238
238
  $fault = "client";
239
239
  Message;
@@ -246,8 +246,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Compre
246
246
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
247
247
  this.Message = opts.Message;
248
248
  }
249
- };
250
- let TooManyRequestsException$1 = class TooManyRequestsException extends ComprehendServiceException$1 {
249
+ }
250
+ class TooManyRequestsException extends ComprehendServiceException {
251
251
  name = "TooManyRequestsException";
252
252
  $fault = "client";
253
253
  Message;
@@ -260,8 +260,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends Comprehe
260
260
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
261
261
  this.Message = opts.Message;
262
262
  }
263
- };
264
- let TooManyTagsException$1 = class TooManyTagsException extends ComprehendServiceException$1 {
263
+ }
264
+ class TooManyTagsException extends ComprehendServiceException {
265
265
  name = "TooManyTagsException";
266
266
  $fault = "client";
267
267
  Message;
@@ -274,8 +274,8 @@ let TooManyTagsException$1 = class TooManyTagsException extends ComprehendServic
274
274
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
275
275
  this.Message = opts.Message;
276
276
  }
277
- };
278
- let KmsKeyValidationException$1 = class KmsKeyValidationException extends ComprehendServiceException$1 {
277
+ }
278
+ class KmsKeyValidationException extends ComprehendServiceException {
279
279
  name = "KmsKeyValidationException";
280
280
  $fault = "client";
281
281
  Message;
@@ -288,8 +288,8 @@ let KmsKeyValidationException$1 = class KmsKeyValidationException extends Compre
288
288
  Object.setPrototypeOf(this, KmsKeyValidationException.prototype);
289
289
  this.Message = opts.Message;
290
290
  }
291
- };
292
- let JobNotFoundException$1 = class JobNotFoundException extends ComprehendServiceException$1 {
291
+ }
292
+ class JobNotFoundException extends ComprehendServiceException {
293
293
  name = "JobNotFoundException";
294
294
  $fault = "client";
295
295
  Message;
@@ -302,8 +302,8 @@ let JobNotFoundException$1 = class JobNotFoundException extends ComprehendServic
302
302
  Object.setPrototypeOf(this, JobNotFoundException.prototype);
303
303
  this.Message = opts.Message;
304
304
  }
305
- };
306
- let InvalidFilterException$1 = class InvalidFilterException extends ComprehendServiceException$1 {
305
+ }
306
+ class InvalidFilterException extends ComprehendServiceException {
307
307
  name = "InvalidFilterException";
308
308
  $fault = "client";
309
309
  Message;
@@ -316,8 +316,8 @@ let InvalidFilterException$1 = class InvalidFilterException extends ComprehendSe
316
316
  Object.setPrototypeOf(this, InvalidFilterException.prototype);
317
317
  this.Message = opts.Message;
318
318
  }
319
- };
320
- let ConcurrentModificationException$1 = class ConcurrentModificationException extends ComprehendServiceException$1 {
319
+ }
320
+ class ConcurrentModificationException extends ComprehendServiceException {
321
321
  name = "ConcurrentModificationException";
322
322
  $fault = "client";
323
323
  Message;
@@ -330,8 +330,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
330
330
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
331
331
  this.Message = opts.Message;
332
332
  }
333
- };
334
- let TooManyTagKeysException$1 = class TooManyTagKeysException extends ComprehendServiceException$1 {
333
+ }
334
+ class TooManyTagKeysException extends ComprehendServiceException {
335
335
  name = "TooManyTagKeysException";
336
336
  $fault = "client";
337
337
  Message;
@@ -344,7 +344,7 @@ let TooManyTagKeysException$1 = class TooManyTagKeysException extends Comprehend
344
344
  Object.setPrototypeOf(this, TooManyTagKeysException.prototype);
345
345
  this.Message = opts.Message;
346
346
  }
347
- };
347
+ }
348
348
 
349
349
  const _A = "Accuracy";
350
350
  const _AA = "AverageAccuracy";
@@ -954,7 +954,7 @@ const _s = "server";
954
954
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.comprehend";
955
955
  const n0 = "com.amazonaws.comprehend";
956
956
  var CustomerInputString = [0, n0, _CIS, 8, 0];
957
- var AugmentedManifestsListItem = [
957
+ var AugmentedManifestsListItem$ = [
958
958
  3,
959
959
  n0,
960
960
  _AMLI,
@@ -962,7 +962,7 @@ var AugmentedManifestsListItem = [
962
962
  [_SU, _S, _AN, _ADSU, _SDSU, _DT],
963
963
  [0, 0, 64 | 0, 0, 0, 0],
964
964
  ];
965
- var BatchDetectDominantLanguageItemResult = [
965
+ var BatchDetectDominantLanguageItemResult$ = [
966
966
  3,
967
967
  n0,
968
968
  _BDDLIR,
@@ -970,7 +970,7 @@ var BatchDetectDominantLanguageItemResult = [
970
970
  [_I, _L],
971
971
  [1, () => ListOfDominantLanguages],
972
972
  ];
973
- var BatchDetectDominantLanguageRequest = [
973
+ var BatchDetectDominantLanguageRequest$ = [
974
974
  3,
975
975
  n0,
976
976
  _BDDLR,
@@ -978,7 +978,7 @@ var BatchDetectDominantLanguageRequest = [
978
978
  [_TL],
979
979
  [[() => CustomerInputStringList, 0]],
980
980
  ];
981
- var BatchDetectDominantLanguageResponse = [
981
+ var BatchDetectDominantLanguageResponse$ = [
982
982
  3,
983
983
  n0,
984
984
  _BDDLRa,
@@ -986,7 +986,7 @@ var BatchDetectDominantLanguageResponse = [
986
986
  [_RL, _EL],
987
987
  [() => ListOfDetectDominantLanguageResult, () => BatchItemErrorList],
988
988
  ];
989
- var BatchDetectEntitiesItemResult = [
989
+ var BatchDetectEntitiesItemResult$ = [
990
990
  3,
991
991
  n0,
992
992
  _BDEIR,
@@ -994,7 +994,7 @@ var BatchDetectEntitiesItemResult = [
994
994
  [_I, _E],
995
995
  [1, () => ListOfEntities],
996
996
  ];
997
- var BatchDetectEntitiesRequest = [
997
+ var BatchDetectEntitiesRequest$ = [
998
998
  3,
999
999
  n0,
1000
1000
  _BDER,
@@ -1002,7 +1002,7 @@ var BatchDetectEntitiesRequest = [
1002
1002
  [_TL, _LC],
1003
1003
  [[() => CustomerInputStringList, 0], 0],
1004
1004
  ];
1005
- var BatchDetectEntitiesResponse = [
1005
+ var BatchDetectEntitiesResponse$ = [
1006
1006
  3,
1007
1007
  n0,
1008
1008
  _BDERa,
@@ -1010,7 +1010,7 @@ var BatchDetectEntitiesResponse = [
1010
1010
  [_RL, _EL],
1011
1011
  [() => ListOfDetectEntitiesResult, () => BatchItemErrorList],
1012
1012
  ];
1013
- var BatchDetectKeyPhrasesItemResult = [
1013
+ var BatchDetectKeyPhrasesItemResult$ = [
1014
1014
  3,
1015
1015
  n0,
1016
1016
  _BDKPIR,
@@ -1018,7 +1018,7 @@ var BatchDetectKeyPhrasesItemResult = [
1018
1018
  [_I, _KP],
1019
1019
  [1, () => ListOfKeyPhrases],
1020
1020
  ];
1021
- var BatchDetectKeyPhrasesRequest = [
1021
+ var BatchDetectKeyPhrasesRequest$ = [
1022
1022
  3,
1023
1023
  n0,
1024
1024
  _BDKPR,
@@ -1026,7 +1026,7 @@ var BatchDetectKeyPhrasesRequest = [
1026
1026
  [_TL, _LC],
1027
1027
  [[() => CustomerInputStringList, 0], 0],
1028
1028
  ];
1029
- var BatchDetectKeyPhrasesResponse = [
1029
+ var BatchDetectKeyPhrasesResponse$ = [
1030
1030
  3,
1031
1031
  n0,
1032
1032
  _BDKPRa,
@@ -1034,15 +1034,15 @@ var BatchDetectKeyPhrasesResponse = [
1034
1034
  [_RL, _EL],
1035
1035
  [() => ListOfDetectKeyPhrasesResult, () => BatchItemErrorList],
1036
1036
  ];
1037
- var BatchDetectSentimentItemResult = [
1037
+ var BatchDetectSentimentItemResult$ = [
1038
1038
  3,
1039
1039
  n0,
1040
1040
  _BDSIR,
1041
1041
  0,
1042
1042
  [_I, _Se, _SS],
1043
- [1, 0, () => SentimentScore],
1043
+ [1, 0, () => SentimentScore$],
1044
1044
  ];
1045
- var BatchDetectSentimentRequest = [
1045
+ var BatchDetectSentimentRequest$ = [
1046
1046
  3,
1047
1047
  n0,
1048
1048
  _BDSR,
@@ -1050,7 +1050,7 @@ var BatchDetectSentimentRequest = [
1050
1050
  [_TL, _LC],
1051
1051
  [[() => CustomerInputStringList, 0], 0],
1052
1052
  ];
1053
- var BatchDetectSentimentResponse = [
1053
+ var BatchDetectSentimentResponse$ = [
1054
1054
  3,
1055
1055
  n0,
1056
1056
  _BDSRa,
@@ -1058,7 +1058,7 @@ var BatchDetectSentimentResponse = [
1058
1058
  [_RL, _EL],
1059
1059
  [() => ListOfDetectSentimentResult, () => BatchItemErrorList],
1060
1060
  ];
1061
- var BatchDetectSyntaxItemResult = [
1061
+ var BatchDetectSyntaxItemResult$ = [
1062
1062
  3,
1063
1063
  n0,
1064
1064
  _BDSIRa,
@@ -1066,7 +1066,7 @@ var BatchDetectSyntaxItemResult = [
1066
1066
  [_I, _ST],
1067
1067
  [1, () => ListOfSyntaxTokens],
1068
1068
  ];
1069
- var BatchDetectSyntaxRequest = [
1069
+ var BatchDetectSyntaxRequest$ = [
1070
1070
  3,
1071
1071
  n0,
1072
1072
  _BDSRat,
@@ -1074,7 +1074,7 @@ var BatchDetectSyntaxRequest = [
1074
1074
  [_TL, _LC],
1075
1075
  [[() => CustomerInputStringList, 0], 0],
1076
1076
  ];
1077
- var BatchDetectSyntaxResponse = [
1077
+ var BatchDetectSyntaxResponse$ = [
1078
1078
  3,
1079
1079
  n0,
1080
1080
  _BDSRatc,
@@ -1082,7 +1082,7 @@ var BatchDetectSyntaxResponse = [
1082
1082
  [_RL, _EL],
1083
1083
  [() => ListOfDetectSyntaxResult, () => BatchItemErrorList],
1084
1084
  ];
1085
- var BatchDetectTargetedSentimentItemResult = [
1085
+ var BatchDetectTargetedSentimentItemResult$ = [
1086
1086
  3,
1087
1087
  n0,
1088
1088
  _BDTSIR,
@@ -1090,7 +1090,7 @@ var BatchDetectTargetedSentimentItemResult = [
1090
1090
  [_I, _E],
1091
1091
  [1, () => ListOfTargetedSentimentEntities],
1092
1092
  ];
1093
- var BatchDetectTargetedSentimentRequest = [
1093
+ var BatchDetectTargetedSentimentRequest$ = [
1094
1094
  3,
1095
1095
  n0,
1096
1096
  _BDTSR,
@@ -1098,7 +1098,7 @@ var BatchDetectTargetedSentimentRequest = [
1098
1098
  [_TL, _LC],
1099
1099
  [[() => CustomerInputStringList, 0], 0],
1100
1100
  ];
1101
- var BatchDetectTargetedSentimentResponse = [
1101
+ var BatchDetectTargetedSentimentResponse$ = [
1102
1102
  3,
1103
1103
  n0,
1104
1104
  _BDTSRa,
@@ -1106,18 +1106,18 @@ var BatchDetectTargetedSentimentResponse = [
1106
1106
  [_RL, _EL],
1107
1107
  [() => ListOfDetectTargetedSentimentResult, () => BatchItemErrorList],
1108
1108
  ];
1109
- var BatchItemError = [3, n0, _BIE, 0, [_I, _EC, _EM], [1, 0, 0]];
1110
- var BatchSizeLimitExceededException = [-3, n0, _BSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1111
- schema.TypeRegistry.for(n0).registerError(BatchSizeLimitExceededException, BatchSizeLimitExceededException$1);
1112
- var Block = [
1109
+ var BatchItemError$ = [3, n0, _BIE, 0, [_I, _EC, _EM], [1, 0, 0]];
1110
+ var BatchSizeLimitExceededException$ = [-3, n0, _BSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1111
+ schema.TypeRegistry.for(n0).registerError(BatchSizeLimitExceededException$, BatchSizeLimitExceededException);
1112
+ var Block$ = [
1113
1113
  3,
1114
1114
  n0,
1115
1115
  _B,
1116
1116
  0,
1117
1117
  [_Id, _BT, _T, _P, _G, _R],
1118
- [0, 0, 0, 1, () => Geometry, () => ListOfRelationships],
1118
+ [0, 0, 0, 1, () => Geometry$, () => ListOfRelationships],
1119
1119
  ];
1120
- var BlockReference = [
1120
+ var BlockReference$ = [
1121
1121
  3,
1122
1122
  n0,
1123
1123
  _BR,
@@ -1125,9 +1125,9 @@ var BlockReference = [
1125
1125
  [_BI, _BO, _EO, _CB],
1126
1126
  [0, 1, 1, () => ListOfChildBlocks],
1127
1127
  ];
1128
- var BoundingBox = [3, n0, _BB, 0, [_H, _Le, _To, _W], [1, 1, 1, 1]];
1129
- var ChildBlock = [3, n0, _CBh, 0, [_CBI, _BO, _EO], [0, 1, 1]];
1130
- var ClassifierEvaluationMetrics = [
1128
+ var BoundingBox$ = [3, n0, _BB, 0, [_H, _Le, _To, _W], [1, 1, 1, 1]];
1129
+ var ChildBlock$ = [3, n0, _CBh, 0, [_CBI, _BO, _EO], [0, 1, 1]];
1130
+ var ClassifierEvaluationMetrics$ = [
1131
1131
  3,
1132
1132
  n0,
1133
1133
  _CEM,
@@ -1135,23 +1135,23 @@ var ClassifierEvaluationMetrics = [
1135
1135
  [_A, _Pr, _Re, _FS, _MP, _MR, _MFS, _HL],
1136
1136
  [1, 1, 1, 1, 1, 1, 1, 1],
1137
1137
  ];
1138
- var ClassifierMetadata = [
1138
+ var ClassifierMetadata$ = [
1139
1139
  3,
1140
1140
  n0,
1141
1141
  _CM,
1142
1142
  8,
1143
1143
  [_NOL, _NOTD, _NOTDu, _EMv],
1144
- [1, 1, 1, () => ClassifierEvaluationMetrics],
1144
+ [1, 1, 1, () => ClassifierEvaluationMetrics$],
1145
1145
  ];
1146
- var ClassifyDocumentRequest = [
1146
+ var ClassifyDocumentRequest$ = [
1147
1147
  3,
1148
1148
  n0,
1149
1149
  _CDR,
1150
1150
  0,
1151
1151
  [_T, _EA, _By, _DRC],
1152
- [[() => CustomerInputString, 0], 0, 21, () => DocumentReaderConfig],
1152
+ [[() => CustomerInputString, 0], 0, 21, () => DocumentReaderConfig$],
1153
1153
  ];
1154
- var ClassifyDocumentResponse = [
1154
+ var ClassifyDocumentResponse$ = [
1155
1155
  3,
1156
1156
  n0,
1157
1157
  _CDRl,
@@ -1160,26 +1160,26 @@ var ClassifyDocumentResponse = [
1160
1160
  [
1161
1161
  () => ListOfClasses,
1162
1162
  () => ListOfLabels,
1163
- () => DocumentMetadata,
1163
+ () => DocumentMetadata$,
1164
1164
  () => ListOfDocumentType,
1165
1165
  () => ListOfErrors,
1166
1166
  () => ListOfWarnings,
1167
1167
  ],
1168
1168
  ];
1169
- var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1170
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
1171
- var ContainsPiiEntitiesRequest = [3, n0, _CPER, 0, [_T, _LC], [0, 0]];
1172
- var ContainsPiiEntitiesResponse = [3, n0, _CPERo, 0, [_La], [() => ListOfEntityLabels]];
1173
- var CreateDatasetRequest = [
1169
+ var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1170
+ schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
1171
+ var ContainsPiiEntitiesRequest$ = [3, n0, _CPER, 0, [_T, _LC], [0, 0]];
1172
+ var ContainsPiiEntitiesResponse$ = [3, n0, _CPERo, 0, [_La], [() => ListOfEntityLabels]];
1173
+ var CreateDatasetRequest$ = [
1174
1174
  3,
1175
1175
  n0,
1176
1176
  _CDRr,
1177
1177
  0,
1178
1178
  [_FA, _DN, _DTa, _D, _IDC, _CRT, _Ta],
1179
- [0, 0, 0, 0, () => DatasetInputDataConfig, [0, 4], () => TagList],
1179
+ [0, 0, 0, 0, () => DatasetInputDataConfig$, [0, 4], () => TagList],
1180
1180
  ];
1181
- var CreateDatasetResponse = [3, n0, _CDRre, 0, [_DA], [0]];
1182
- var CreateDocumentClassifierRequest = [
1181
+ var CreateDatasetResponse$ = [3, n0, _CDRre, 0, [_DA], [0]];
1182
+ var CreateDocumentClassifierRequest$ = [
1183
1183
  3,
1184
1184
  n0,
1185
1185
  _CDCR,
@@ -1190,19 +1190,19 @@ var CreateDocumentClassifierRequest = [
1190
1190
  0,
1191
1191
  0,
1192
1192
  () => TagList,
1193
- () => DocumentClassifierInputDataConfig,
1194
- () => DocumentClassifierOutputDataConfig,
1193
+ () => DocumentClassifierInputDataConfig$,
1194
+ () => DocumentClassifierOutputDataConfig$,
1195
1195
  [0, 4],
1196
1196
  0,
1197
1197
  0,
1198
- () => VpcConfig,
1198
+ () => VpcConfig$,
1199
1199
  0,
1200
1200
  0,
1201
1201
  0,
1202
1202
  ],
1203
1203
  ];
1204
- var CreateDocumentClassifierResponse = [3, n0, _CDCRr, 0, [_DCA], [0]];
1205
- var CreateEndpointRequest = [
1204
+ var CreateDocumentClassifierResponse$ = [3, n0, _CDCRr, 0, [_DCA], [0]];
1205
+ var CreateEndpointRequest$ = [
1206
1206
  3,
1207
1207
  n0,
1208
1208
  _CER,
@@ -1210,34 +1210,34 @@ var CreateEndpointRequest = [
1210
1210
  [_EN, _MA, _DIU, _CRT, _Ta, _DARA, _FA],
1211
1211
  [0, 0, 1, [0, 4], () => TagList, 0, 0],
1212
1212
  ];
1213
- var CreateEndpointResponse = [3, n0, _CERr, 0, [_EA, _MA], [0, 0]];
1214
- var CreateEntityRecognizerRequest = [
1213
+ var CreateEndpointResponse$ = [3, n0, _CERr, 0, [_EA, _MA], [0, 0]];
1214
+ var CreateEntityRecognizerRequest$ = [
1215
1215
  3,
1216
1216
  n0,
1217
1217
  _CERR,
1218
1218
  0,
1219
1219
  [_RN, _VN, _DARA, _Ta, _IDC, _CRT, _LC, _VKKI, _VC, _MKKI, _MPo],
1220
- [0, 0, 0, () => TagList, () => EntityRecognizerInputDataConfig, [0, 4], 0, 0, () => VpcConfig, 0, 0],
1220
+ [0, 0, 0, () => TagList, () => EntityRecognizerInputDataConfig$, [0, 4], 0, 0, () => VpcConfig$, 0, 0],
1221
1221
  ];
1222
- var CreateEntityRecognizerResponse = [3, n0, _CERRr, 0, [_ERA], [0]];
1223
- var CreateFlywheelRequest = [
1222
+ var CreateEntityRecognizerResponse$ = [3, n0, _CERRr, 0, [_ERA], [0]];
1223
+ var CreateFlywheelRequest$ = [
1224
1224
  3,
1225
1225
  n0,
1226
1226
  _CFR,
1227
1227
  0,
1228
1228
  [_FN, _AMA, _DARA, _TC, _MT, _DLSU, _DSC, _CRT, _Ta],
1229
- [0, 0, 0, () => TaskConfig, 0, 0, () => DataSecurityConfig, [0, 4], () => TagList],
1229
+ [0, 0, 0, () => TaskConfig$, 0, 0, () => DataSecurityConfig$, [0, 4], () => TagList],
1230
1230
  ];
1231
- var CreateFlywheelResponse = [3, n0, _CFRr, 0, [_FA, _AMA], [0, 0]];
1232
- var DataSecurityConfig = [
1231
+ var CreateFlywheelResponse$ = [3, n0, _CFRr, 0, [_FA, _AMA], [0, 0]];
1232
+ var DataSecurityConfig$ = [
1233
1233
  3,
1234
1234
  n0,
1235
1235
  _DSC,
1236
1236
  0,
1237
1237
  [_MKKI, _VKKI, _DLKKI, _VC],
1238
- [0, 0, 0, () => VpcConfig],
1238
+ [0, 0, 0, () => VpcConfig$],
1239
1239
  ];
1240
- var DatasetAugmentedManifestsListItem = [
1240
+ var DatasetAugmentedManifestsListItem$ = [
1241
1241
  3,
1242
1242
  n0,
1243
1243
  _DAMLI,
@@ -1245,24 +1245,24 @@ var DatasetAugmentedManifestsListItem = [
1245
1245
  [_AN, _SU, _ADSU, _SDSU, _DT],
1246
1246
  [64 | 0, 0, 0, 0, 0],
1247
1247
  ];
1248
- var DatasetDocumentClassifierInputDataConfig = [3, n0, _DDCIDC, 0, [_SU, _LD], [0, 0]];
1249
- var DatasetEntityRecognizerAnnotations = [3, n0, _DERA, 0, [_SU], [0]];
1250
- var DatasetEntityRecognizerDocuments = [3, n0, _DERD, 0, [_SU, _IF], [0, 0]];
1251
- var DatasetEntityRecognizerEntityList = [3, n0, _DEREL, 0, [_SU], [0]];
1252
- var DatasetEntityRecognizerInputDataConfig = [
1248
+ var DatasetDocumentClassifierInputDataConfig$ = [3, n0, _DDCIDC, 0, [_SU, _LD], [0, 0]];
1249
+ var DatasetEntityRecognizerAnnotations$ = [3, n0, _DERA, 0, [_SU], [0]];
1250
+ var DatasetEntityRecognizerDocuments$ = [3, n0, _DERD, 0, [_SU, _IF], [0, 0]];
1251
+ var DatasetEntityRecognizerEntityList$ = [3, n0, _DEREL, 0, [_SU], [0]];
1252
+ var DatasetEntityRecognizerInputDataConfig$ = [
1253
1253
  3,
1254
1254
  n0,
1255
1255
  _DERIDC,
1256
1256
  0,
1257
1257
  [_An, _Do, _ELn],
1258
1258
  [
1259
- () => DatasetEntityRecognizerAnnotations,
1260
- () => DatasetEntityRecognizerDocuments,
1261
- () => DatasetEntityRecognizerEntityList,
1259
+ () => DatasetEntityRecognizerAnnotations$,
1260
+ () => DatasetEntityRecognizerDocuments$,
1261
+ () => DatasetEntityRecognizerEntityList$,
1262
1262
  ],
1263
1263
  ];
1264
- var DatasetFilter = [3, n0, _DF, 0, [_St, _DTa, _CTA, _CTB], [0, 0, 4, 4]];
1265
- var DatasetInputDataConfig = [
1264
+ var DatasetFilter$ = [3, n0, _DF, 0, [_St, _DTa, _CTA, _CTB], [0, 0, 4, 4]];
1265
+ var DatasetInputDataConfig$ = [
1266
1266
  3,
1267
1267
  n0,
1268
1268
  _DIDC,
@@ -1271,11 +1271,11 @@ var DatasetInputDataConfig = [
1271
1271
  [
1272
1272
  () => DatasetAugmentedManifestsList,
1273
1273
  0,
1274
- () => DatasetDocumentClassifierInputDataConfig,
1275
- () => DatasetEntityRecognizerInputDataConfig,
1274
+ () => DatasetDocumentClassifierInputDataConfig$,
1275
+ () => DatasetEntityRecognizerInputDataConfig$,
1276
1276
  ],
1277
1277
  ];
1278
- var DatasetProperties = [
1278
+ var DatasetProperties$ = [
1279
1279
  3,
1280
1280
  n0,
1281
1281
  _DP,
@@ -1283,105 +1283,105 @@ var DatasetProperties = [
1283
1283
  [_DA, _DN, _DTa, _DSU, _D, _St, _M, _NOD, _CT, _ET],
1284
1284
  [0, 0, 0, 0, 0, 0, 0, 1, 4, 4],
1285
1285
  ];
1286
- var DeleteDocumentClassifierRequest = [3, n0, _DDCR, 0, [_DCA], [0]];
1287
- var DeleteDocumentClassifierResponse = [3, n0, _DDCRe, 0, [], []];
1288
- var DeleteEndpointRequest = [3, n0, _DER, 0, [_EA], [0]];
1289
- var DeleteEndpointResponse = [3, n0, _DERe, 0, [], []];
1290
- var DeleteEntityRecognizerRequest = [3, n0, _DERR, 0, [_ERA], [0]];
1291
- var DeleteEntityRecognizerResponse = [3, n0, _DERRe, 0, [], []];
1292
- var DeleteFlywheelRequest = [3, n0, _DFR, 0, [_FA], [0]];
1293
- var DeleteFlywheelResponse = [3, n0, _DFRe, 0, [], []];
1294
- var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_RA, _PRI], [0, 0]];
1295
- var DeleteResourcePolicyResponse = [3, n0, _DRPRe, 0, [], []];
1296
- var DescribeDatasetRequest = [3, n0, _DDR, 0, [_DA], [0]];
1297
- var DescribeDatasetResponse = [3, n0, _DDRe, 0, [_DP], [() => DatasetProperties]];
1298
- var DescribeDocumentClassificationJobRequest = [3, n0, _DDCJR, 0, [_JI], [0]];
1299
- var DescribeDocumentClassificationJobResponse = [
1286
+ var DeleteDocumentClassifierRequest$ = [3, n0, _DDCR, 0, [_DCA], [0]];
1287
+ var DeleteDocumentClassifierResponse$ = [3, n0, _DDCRe, 0, [], []];
1288
+ var DeleteEndpointRequest$ = [3, n0, _DER, 0, [_EA], [0]];
1289
+ var DeleteEndpointResponse$ = [3, n0, _DERe, 0, [], []];
1290
+ var DeleteEntityRecognizerRequest$ = [3, n0, _DERR, 0, [_ERA], [0]];
1291
+ var DeleteEntityRecognizerResponse$ = [3, n0, _DERRe, 0, [], []];
1292
+ var DeleteFlywheelRequest$ = [3, n0, _DFR, 0, [_FA], [0]];
1293
+ var DeleteFlywheelResponse$ = [3, n0, _DFRe, 0, [], []];
1294
+ var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_RA, _PRI], [0, 0]];
1295
+ var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe, 0, [], []];
1296
+ var DescribeDatasetRequest$ = [3, n0, _DDR, 0, [_DA], [0]];
1297
+ var DescribeDatasetResponse$ = [3, n0, _DDRe, 0, [_DP], [() => DatasetProperties$]];
1298
+ var DescribeDocumentClassificationJobRequest$ = [3, n0, _DDCJR, 0, [_JI], [0]];
1299
+ var DescribeDocumentClassificationJobResponse$ = [
1300
1300
  3,
1301
1301
  n0,
1302
1302
  _DDCJRe,
1303
1303
  0,
1304
1304
  [_DCJP],
1305
- [() => DocumentClassificationJobProperties],
1305
+ [() => DocumentClassificationJobProperties$],
1306
1306
  ];
1307
- var DescribeDocumentClassifierRequest = [3, n0, _DDCRes, 0, [_DCA], [0]];
1308
- var DescribeDocumentClassifierResponse = [
1307
+ var DescribeDocumentClassifierRequest$ = [3, n0, _DDCRes, 0, [_DCA], [0]];
1308
+ var DescribeDocumentClassifierResponse$ = [
1309
1309
  3,
1310
1310
  n0,
1311
1311
  _DDCResc,
1312
1312
  0,
1313
1313
  [_DCP],
1314
- [[() => DocumentClassifierProperties, 0]],
1314
+ [[() => DocumentClassifierProperties$, 0]],
1315
1315
  ];
1316
- var DescribeDominantLanguageDetectionJobRequest = [3, n0, _DDLDJR, 0, [_JI], [0]];
1317
- var DescribeDominantLanguageDetectionJobResponse = [
1316
+ var DescribeDominantLanguageDetectionJobRequest$ = [3, n0, _DDLDJR, 0, [_JI], [0]];
1317
+ var DescribeDominantLanguageDetectionJobResponse$ = [
1318
1318
  3,
1319
1319
  n0,
1320
1320
  _DDLDJRe,
1321
1321
  0,
1322
1322
  [_DLDJP],
1323
- [() => DominantLanguageDetectionJobProperties],
1323
+ [() => DominantLanguageDetectionJobProperties$],
1324
1324
  ];
1325
- var DescribeEndpointRequest = [3, n0, _DERes, 0, [_EA], [0]];
1326
- var DescribeEndpointResponse = [3, n0, _DEResc, 0, [_EP], [() => EndpointProperties]];
1327
- var DescribeEntitiesDetectionJobRequest = [3, n0, _DEDJR, 0, [_JI], [0]];
1328
- var DescribeEntitiesDetectionJobResponse = [
1325
+ var DescribeEndpointRequest$ = [3, n0, _DERes, 0, [_EA], [0]];
1326
+ var DescribeEndpointResponse$ = [3, n0, _DEResc, 0, [_EP], [() => EndpointProperties$]];
1327
+ var DescribeEntitiesDetectionJobRequest$ = [3, n0, _DEDJR, 0, [_JI], [0]];
1328
+ var DescribeEntitiesDetectionJobResponse$ = [
1329
1329
  3,
1330
1330
  n0,
1331
1331
  _DEDJRe,
1332
1332
  0,
1333
1333
  [_EDJP],
1334
- [() => EntitiesDetectionJobProperties],
1334
+ [() => EntitiesDetectionJobProperties$],
1335
1335
  ];
1336
- var DescribeEntityRecognizerRequest = [3, n0, _DERRes, 0, [_ERA], [0]];
1337
- var DescribeEntityRecognizerResponse = [
1336
+ var DescribeEntityRecognizerRequest$ = [3, n0, _DERRes, 0, [_ERA], [0]];
1337
+ var DescribeEntityRecognizerResponse$ = [
1338
1338
  3,
1339
1339
  n0,
1340
1340
  _DERResc,
1341
1341
  0,
1342
1342
  [_ERP],
1343
- [[() => EntityRecognizerProperties, 0]],
1343
+ [[() => EntityRecognizerProperties$, 0]],
1344
1344
  ];
1345
- var DescribeEventsDetectionJobRequest = [3, n0, _DEDJRes, 0, [_JI], [0]];
1346
- var DescribeEventsDetectionJobResponse = [
1345
+ var DescribeEventsDetectionJobRequest$ = [3, n0, _DEDJRes, 0, [_JI], [0]];
1346
+ var DescribeEventsDetectionJobResponse$ = [
1347
1347
  3,
1348
1348
  n0,
1349
1349
  _DEDJResc,
1350
1350
  0,
1351
1351
  [_EDJPv],
1352
- [() => EventsDetectionJobProperties],
1352
+ [() => EventsDetectionJobProperties$],
1353
1353
  ];
1354
- var DescribeFlywheelIterationRequest = [3, n0, _DFIR, 0, [_FA, _FII], [0, 0]];
1355
- var DescribeFlywheelIterationResponse = [
1354
+ var DescribeFlywheelIterationRequest$ = [3, n0, _DFIR, 0, [_FA, _FII], [0, 0]];
1355
+ var DescribeFlywheelIterationResponse$ = [
1356
1356
  3,
1357
1357
  n0,
1358
1358
  _DFIRe,
1359
1359
  0,
1360
1360
  [_FIP],
1361
- [() => FlywheelIterationProperties],
1361
+ [() => FlywheelIterationProperties$],
1362
1362
  ];
1363
- var DescribeFlywheelRequest = [3, n0, _DFRes, 0, [_FA], [0]];
1364
- var DescribeFlywheelResponse = [3, n0, _DFResc, 0, [_FP], [() => FlywheelProperties]];
1365
- var DescribeKeyPhrasesDetectionJobRequest = [3, n0, _DKPDJR, 0, [_JI], [0]];
1366
- var DescribeKeyPhrasesDetectionJobResponse = [
1363
+ var DescribeFlywheelRequest$ = [3, n0, _DFRes, 0, [_FA], [0]];
1364
+ var DescribeFlywheelResponse$ = [3, n0, _DFResc, 0, [_FP], [() => FlywheelProperties$]];
1365
+ var DescribeKeyPhrasesDetectionJobRequest$ = [3, n0, _DKPDJR, 0, [_JI], [0]];
1366
+ var DescribeKeyPhrasesDetectionJobResponse$ = [
1367
1367
  3,
1368
1368
  n0,
1369
1369
  _DKPDJRe,
1370
1370
  0,
1371
1371
  [_KPDJP],
1372
- [() => KeyPhrasesDetectionJobProperties],
1372
+ [() => KeyPhrasesDetectionJobProperties$],
1373
1373
  ];
1374
- var DescribePiiEntitiesDetectionJobRequest = [3, n0, _DPEDJR, 0, [_JI], [0]];
1375
- var DescribePiiEntitiesDetectionJobResponse = [
1374
+ var DescribePiiEntitiesDetectionJobRequest$ = [3, n0, _DPEDJR, 0, [_JI], [0]];
1375
+ var DescribePiiEntitiesDetectionJobResponse$ = [
1376
1376
  3,
1377
1377
  n0,
1378
1378
  _DPEDJRe,
1379
1379
  0,
1380
1380
  [_PEDJP],
1381
- [() => PiiEntitiesDetectionJobProperties],
1381
+ [() => PiiEntitiesDetectionJobProperties$],
1382
1382
  ];
1383
- var DescribeResourcePolicyRequest = [3, n0, _DRPRes, 0, [_RA], [0]];
1384
- var DescribeResourcePolicyResponse = [
1383
+ var DescribeResourcePolicyRequest$ = [3, n0, _DRPRes, 0, [_RA], [0]];
1384
+ var DescribeResourcePolicyResponse$ = [
1385
1385
  3,
1386
1386
  n0,
1387
1387
  _DRPResc,
@@ -1389,34 +1389,34 @@ var DescribeResourcePolicyResponse = [
1389
1389
  [_RP, _CT, _LMT, _PRI],
1390
1390
  [0, 4, 4, 0],
1391
1391
  ];
1392
- var DescribeSentimentDetectionJobRequest = [3, n0, _DSDJR, 0, [_JI], [0]];
1393
- var DescribeSentimentDetectionJobResponse = [
1392
+ var DescribeSentimentDetectionJobRequest$ = [3, n0, _DSDJR, 0, [_JI], [0]];
1393
+ var DescribeSentimentDetectionJobResponse$ = [
1394
1394
  3,
1395
1395
  n0,
1396
1396
  _DSDJRe,
1397
1397
  0,
1398
1398
  [_SDJP],
1399
- [() => SentimentDetectionJobProperties],
1399
+ [() => SentimentDetectionJobProperties$],
1400
1400
  ];
1401
- var DescribeTargetedSentimentDetectionJobRequest = [3, n0, _DTSDJR, 0, [_JI], [0]];
1402
- var DescribeTargetedSentimentDetectionJobResponse = [
1401
+ var DescribeTargetedSentimentDetectionJobRequest$ = [3, n0, _DTSDJR, 0, [_JI], [0]];
1402
+ var DescribeTargetedSentimentDetectionJobResponse$ = [
1403
1403
  3,
1404
1404
  n0,
1405
1405
  _DTSDJRe,
1406
1406
  0,
1407
1407
  [_TSDJP],
1408
- [() => TargetedSentimentDetectionJobProperties],
1408
+ [() => TargetedSentimentDetectionJobProperties$],
1409
1409
  ];
1410
- var DescribeTopicsDetectionJobRequest = [3, n0, _DTDJR, 0, [_JI], [0]];
1411
- var DescribeTopicsDetectionJobResponse = [
1410
+ var DescribeTopicsDetectionJobRequest$ = [3, n0, _DTDJR, 0, [_JI], [0]];
1411
+ var DescribeTopicsDetectionJobResponse$ = [
1412
1412
  3,
1413
1413
  n0,
1414
1414
  _DTDJRe,
1415
1415
  0,
1416
1416
  [_TDJP],
1417
- [() => TopicsDetectionJobProperties],
1417
+ [() => TopicsDetectionJobProperties$],
1418
1418
  ];
1419
- var DetectDominantLanguageRequest = [
1419
+ var DetectDominantLanguageRequest$ = [
1420
1420
  3,
1421
1421
  n0,
1422
1422
  _DDLR,
@@ -1424,7 +1424,7 @@ var DetectDominantLanguageRequest = [
1424
1424
  [_T],
1425
1425
  [[() => CustomerInputString, 0]],
1426
1426
  ];
1427
- var DetectDominantLanguageResponse = [
1427
+ var DetectDominantLanguageResponse$ = [
1428
1428
  3,
1429
1429
  n0,
1430
1430
  _DDLRe,
@@ -1432,23 +1432,23 @@ var DetectDominantLanguageResponse = [
1432
1432
  [_L],
1433
1433
  [() => ListOfDominantLanguages],
1434
1434
  ];
1435
- var DetectEntitiesRequest = [
1435
+ var DetectEntitiesRequest$ = [
1436
1436
  3,
1437
1437
  n0,
1438
1438
  _DERet,
1439
1439
  0,
1440
1440
  [_T, _LC, _EA, _By, _DRC],
1441
- [[() => CustomerInputString, 0], 0, 0, 21, () => DocumentReaderConfig],
1441
+ [[() => CustomerInputString, 0], 0, 0, 21, () => DocumentReaderConfig$],
1442
1442
  ];
1443
- var DetectEntitiesResponse = [
1443
+ var DetectEntitiesResponse$ = [
1444
1444
  3,
1445
1445
  n0,
1446
1446
  _DERete,
1447
1447
  8,
1448
1448
  [_E, _DM, _DT, _Bl, _Er],
1449
- [() => ListOfEntities, () => DocumentMetadata, () => ListOfDocumentType, () => ListOfBlocks, () => ListOfErrors],
1449
+ [() => ListOfEntities, () => DocumentMetadata$, () => ListOfDocumentType, () => ListOfBlocks, () => ListOfErrors],
1450
1450
  ];
1451
- var DetectKeyPhrasesRequest = [
1451
+ var DetectKeyPhrasesRequest$ = [
1452
1452
  3,
1453
1453
  n0,
1454
1454
  _DKPR,
@@ -1456,10 +1456,10 @@ var DetectKeyPhrasesRequest = [
1456
1456
  [_T, _LC],
1457
1457
  [[() => CustomerInputString, 0], 0],
1458
1458
  ];
1459
- var DetectKeyPhrasesResponse = [3, n0, _DKPRe, 8, [_KP], [() => ListOfKeyPhrases]];
1460
- var DetectPiiEntitiesRequest = [3, n0, _DPER, 0, [_T, _LC], [0, 0]];
1461
- var DetectPiiEntitiesResponse = [3, n0, _DPERe, 0, [_E], [() => ListOfPiiEntities]];
1462
- var DetectSentimentRequest = [
1459
+ var DetectKeyPhrasesResponse$ = [3, n0, _DKPRe, 8, [_KP], [() => ListOfKeyPhrases]];
1460
+ var DetectPiiEntitiesRequest$ = [3, n0, _DPER, 0, [_T, _LC], [0, 0]];
1461
+ var DetectPiiEntitiesResponse$ = [3, n0, _DPERe, 0, [_E], [() => ListOfPiiEntities]];
1462
+ var DetectSentimentRequest$ = [
1463
1463
  3,
1464
1464
  n0,
1465
1465
  _DSR,
@@ -1467,8 +1467,8 @@ var DetectSentimentRequest = [
1467
1467
  [_T, _LC],
1468
1468
  [[() => CustomerInputString, 0], 0],
1469
1469
  ];
1470
- var DetectSentimentResponse = [3, n0, _DSRe, 8, [_Se, _SS], [0, () => SentimentScore]];
1471
- var DetectSyntaxRequest = [
1470
+ var DetectSentimentResponse$ = [3, n0, _DSRe, 8, [_Se, _SS], [0, () => SentimentScore$]];
1471
+ var DetectSyntaxRequest$ = [
1472
1472
  3,
1473
1473
  n0,
1474
1474
  _DSRet,
@@ -1476,8 +1476,8 @@ var DetectSyntaxRequest = [
1476
1476
  [_T, _LC],
1477
1477
  [[() => CustomerInputString, 0], 0],
1478
1478
  ];
1479
- var DetectSyntaxResponse = [3, n0, _DSRete, 8, [_ST], [() => ListOfSyntaxTokens]];
1480
- var DetectTargetedSentimentRequest = [
1479
+ var DetectSyntaxResponse$ = [3, n0, _DSRete, 8, [_ST], [() => ListOfSyntaxTokens]];
1480
+ var DetectTargetedSentimentRequest$ = [
1481
1481
  3,
1482
1482
  n0,
1483
1483
  _DTSR,
@@ -1485,7 +1485,7 @@ var DetectTargetedSentimentRequest = [
1485
1485
  [_T, _LC],
1486
1486
  [[() => CustomerInputString, 0], 0],
1487
1487
  ];
1488
- var DetectTargetedSentimentResponse = [
1488
+ var DetectTargetedSentimentResponse$ = [
1489
1489
  3,
1490
1490
  n0,
1491
1491
  _DTSRe,
@@ -1493,7 +1493,7 @@ var DetectTargetedSentimentResponse = [
1493
1493
  [_E],
1494
1494
  [() => ListOfTargetedSentimentEntities],
1495
1495
  ];
1496
- var DetectToxicContentRequest = [
1496
+ var DetectToxicContentRequest$ = [
1497
1497
  3,
1498
1498
  n0,
1499
1499
  _DTCR,
@@ -1501,10 +1501,10 @@ var DetectToxicContentRequest = [
1501
1501
  [_TS, _LC],
1502
1502
  [[() => ListOfTextSegments, 0], 0],
1503
1503
  ];
1504
- var DetectToxicContentResponse = [3, n0, _DTCRe, 0, [_RL], [() => ListOfToxicLabels]];
1505
- var DocumentClass = [3, n0, _DC, 0, [_N, _Sc, _P], [0, 1, 1]];
1506
- var DocumentClassificationConfig = [3, n0, _DCC, 0, [_Mo, _La], [0, 64 | 0]];
1507
- var DocumentClassificationJobFilter = [
1504
+ var DetectToxicContentResponse$ = [3, n0, _DTCRe, 0, [_RL], [() => ListOfToxicLabels]];
1505
+ var DocumentClass$ = [3, n0, _DC, 0, [_N, _Sc, _P], [0, 1, 1]];
1506
+ var DocumentClassificationConfig$ = [3, n0, _DCC, 0, [_Mo, _La], [0, 64 | 0]];
1507
+ var DocumentClassificationJobFilter$ = [
1508
1508
  3,
1509
1509
  n0,
1510
1510
  _DCJF,
@@ -1512,17 +1512,17 @@ var DocumentClassificationJobFilter = [
1512
1512
  [_JN, _JS, _STB, _STA],
1513
1513
  [0, 0, 4, 4],
1514
1514
  ];
1515
- var DocumentClassificationJobProperties = [
1515
+ var DocumentClassificationJobProperties$ = [
1516
1516
  3,
1517
1517
  n0,
1518
1518
  _DCJP,
1519
1519
  0,
1520
1520
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _DCA, _IDC, _ODC, _DARA, _VKKI, _VC, _FA],
1521
- [0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig, () => OutputDataConfig, 0, 0, () => VpcConfig, 0],
1521
+ [0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, () => VpcConfig$, 0],
1522
1522
  ];
1523
- var DocumentClassifierDocuments = [3, n0, _DCD, 0, [_SU, _TSU], [0, 0]];
1524
- var DocumentClassifierFilter = [3, n0, _DCF, 0, [_St, _DCN, _STB, _STA], [0, 0, 4, 4]];
1525
- var DocumentClassifierInputDataConfig = [
1523
+ var DocumentClassifierDocuments$ = [3, n0, _DCD, 0, [_SU, _TSU], [0, 0]];
1524
+ var DocumentClassifierFilter$ = [3, n0, _DCF, 0, [_St, _DCN, _STB, _STA], [0, 0, 4, 4]];
1525
+ var DocumentClassifierInputDataConfig$ = [
1526
1526
  3,
1527
1527
  n0,
1528
1528
  _DCIDC,
@@ -1535,11 +1535,11 @@ var DocumentClassifierInputDataConfig = [
1535
1535
  0,
1536
1536
  () => DocumentClassifierAugmentedManifestsList,
1537
1537
  0,
1538
- () => DocumentClassifierDocuments,
1539
- () => DocumentReaderConfig,
1538
+ () => DocumentClassifierDocuments$,
1539
+ () => DocumentReaderConfig$,
1540
1540
  ],
1541
1541
  ];
1542
- var DocumentClassifierOutputDataConfig = [
1542
+ var DocumentClassifierOutputDataConfig$ = [
1543
1543
  3,
1544
1544
  n0,
1545
1545
  _DCODC,
@@ -1547,7 +1547,7 @@ var DocumentClassifierOutputDataConfig = [
1547
1547
  [_SU, _KKI, _FSSP],
1548
1548
  [0, 0, 0],
1549
1549
  ];
1550
- var DocumentClassifierProperties = [
1550
+ var DocumentClassifierProperties$ = [
1551
1551
  3,
1552
1552
  n0,
1553
1553
  _DCP,
@@ -1562,12 +1562,12 @@ var DocumentClassifierProperties = [
1562
1562
  4,
1563
1563
  4,
1564
1564
  4,
1565
- () => DocumentClassifierInputDataConfig,
1566
- () => DocumentClassifierOutputDataConfig,
1567
- [() => ClassifierMetadata, 0],
1565
+ () => DocumentClassifierInputDataConfig$,
1566
+ () => DocumentClassifierOutputDataConfig$,
1567
+ [() => ClassifierMetadata$, 0],
1568
1568
  0,
1569
1569
  0,
1570
- () => VpcConfig,
1570
+ () => VpcConfig$,
1571
1571
  0,
1572
1572
  0,
1573
1573
  0,
@@ -1575,7 +1575,7 @@ var DocumentClassifierProperties = [
1575
1575
  0,
1576
1576
  ],
1577
1577
  ];
1578
- var DocumentClassifierSummary = [
1578
+ var DocumentClassifierSummary$ = [
1579
1579
  3,
1580
1580
  n0,
1581
1581
  _DCS,
@@ -1583,12 +1583,19 @@ var DocumentClassifierSummary = [
1583
1583
  [_DCN, _NOV, _LVCA, _LVN, _LVS],
1584
1584
  [0, 1, 4, 0, 0],
1585
1585
  ];
1586
- var DocumentLabel = [3, n0, _DL, 0, [_N, _Sc, _P], [0, 1, 1]];
1587
- var DocumentMetadata = [3, n0, _DM, 0, [_Pa, _ECx], [1, () => ListOfExtractedCharacters]];
1588
- var DocumentReaderConfig = [3, n0, _DRC, 0, [_DRA, _DRM, _FT], [0, 0, 64 | 0]];
1589
- var DocumentTypeListItem = [3, n0, _DTLI, 0, [_P, _Ty], [1, 0]];
1590
- var DominantLanguage = [3, n0, _DLo, 0, [_LC, _Sc], [0, 1]];
1591
- var DominantLanguageDetectionJobFilter = [
1586
+ var DocumentLabel$ = [3, n0, _DL, 0, [_N, _Sc, _P], [0, 1, 1]];
1587
+ var DocumentMetadata$ = [
1588
+ 3,
1589
+ n0,
1590
+ _DM,
1591
+ 0,
1592
+ [_Pa, _ECx],
1593
+ [1, () => ListOfExtractedCharacters],
1594
+ ];
1595
+ var DocumentReaderConfig$ = [3, n0, _DRC, 0, [_DRA, _DRM, _FT], [0, 0, 64 | 0]];
1596
+ var DocumentTypeListItem$ = [3, n0, _DTLI, 0, [_P, _Ty], [1, 0]];
1597
+ var DominantLanguage$ = [3, n0, _DLo, 0, [_LC, _Sc], [0, 1]];
1598
+ var DominantLanguageDetectionJobFilter$ = [
1592
1599
  3,
1593
1600
  n0,
1594
1601
  _DLDJF,
@@ -1596,16 +1603,16 @@ var DominantLanguageDetectionJobFilter = [
1596
1603
  [_JN, _JS, _STB, _STA],
1597
1604
  [0, 0, 4, 4],
1598
1605
  ];
1599
- var DominantLanguageDetectionJobProperties = [
1606
+ var DominantLanguageDetectionJobProperties$ = [
1600
1607
  3,
1601
1608
  n0,
1602
1609
  _DLDJP,
1603
1610
  0,
1604
1611
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _DARA, _VKKI, _VC],
1605
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, () => VpcConfig],
1612
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, () => VpcConfig$],
1606
1613
  ];
1607
- var EndpointFilter = [3, n0, _EF, 0, [_MA, _St, _CTB, _CTA], [0, 0, 4, 4]];
1608
- var EndpointProperties = [
1614
+ var EndpointFilter$ = [3, n0, _EF, 0, [_MA, _St, _CTB, _CTA], [0, 0, 4, 4]];
1615
+ var EndpointProperties$ = [
1609
1616
  3,
1610
1617
  n0,
1611
1618
  _EP,
@@ -1613,16 +1620,16 @@ var EndpointProperties = [
1613
1620
  [_EA, _St, _M, _MA, _DMA, _DIU, _CIU, _CT, _LMT, _DARA, _DDARA, _FA],
1614
1621
  [0, 0, 0, 0, 0, 1, 1, 4, 4, 0, 0, 0],
1615
1622
  ];
1616
- var EntitiesDetectionJobFilter = [3, n0, _EDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1617
- var EntitiesDetectionJobProperties = [
1623
+ var EntitiesDetectionJobFilter$ = [3, n0, _EDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1624
+ var EntitiesDetectionJobProperties$ = [
1618
1625
  3,
1619
1626
  n0,
1620
1627
  _EDJP,
1621
1628
  0,
1622
1629
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _ERA, _IDC, _ODC, _LC, _DARA, _VKKI, _VC, _FA],
1623
- [0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig, 0],
1630
+ [0, 0, 0, 0, 0, 4, 4, 0, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, () => VpcConfig$, 0],
1624
1631
  ];
1625
- var Entity = [
1632
+ var Entity$ = [
1626
1633
  3,
1627
1634
  n0,
1628
1635
  _En,
@@ -1630,14 +1637,14 @@ var Entity = [
1630
1637
  [_Sc, _Ty, _T, _BO, _EO, _BRl],
1631
1638
  [1, 0, 0, 1, 1, () => ListOfBlockReferences],
1632
1639
  ];
1633
- var EntityLabel = [3, n0, _ELnt, 0, [_N, _Sc], [0, 1]];
1634
- var EntityRecognitionConfig = [3, n0, _ERC, 0, [_ETn], [() => EntityTypesList]];
1635
- var EntityRecognizerAnnotations = [3, n0, _ERAn, 0, [_SU, _TSU], [0, 0]];
1636
- var EntityRecognizerDocuments = [3, n0, _ERD, 0, [_SU, _TSU, _IF], [0, 0, 0]];
1637
- var EntityRecognizerEntityList = [3, n0, _EREL, 0, [_SU], [0]];
1638
- var EntityRecognizerEvaluationMetrics = [3, n0, _EREM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
1639
- var EntityRecognizerFilter = [3, n0, _ERF, 0, [_St, _RN, _STB, _STA], [0, 0, 4, 4]];
1640
- var EntityRecognizerInputDataConfig = [
1640
+ var EntityLabel$ = [3, n0, _ELnt, 0, [_N, _Sc], [0, 1]];
1641
+ var EntityRecognitionConfig$ = [3, n0, _ERC, 0, [_ETn], [() => EntityTypesList]];
1642
+ var EntityRecognizerAnnotations$ = [3, n0, _ERAn, 0, [_SU, _TSU], [0, 0]];
1643
+ var EntityRecognizerDocuments$ = [3, n0, _ERD, 0, [_SU, _TSU, _IF], [0, 0, 0]];
1644
+ var EntityRecognizerEntityList$ = [3, n0, _EREL, 0, [_SU], [0]];
1645
+ var EntityRecognizerEvaluationMetrics$ = [3, n0, _EREM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
1646
+ var EntityRecognizerFilter$ = [3, n0, _ERF, 0, [_St, _RN, _STB, _STA], [0, 0, 4, 4]];
1647
+ var EntityRecognizerInputDataConfig$ = [
1641
1648
  3,
1642
1649
  n0,
1643
1650
  _ERIDC,
@@ -1646,30 +1653,30 @@ var EntityRecognizerInputDataConfig = [
1646
1653
  [
1647
1654
  0,
1648
1655
  () => EntityTypesList,
1649
- () => EntityRecognizerDocuments,
1650
- () => EntityRecognizerAnnotations,
1651
- () => EntityRecognizerEntityList,
1656
+ () => EntityRecognizerDocuments$,
1657
+ () => EntityRecognizerAnnotations$,
1658
+ () => EntityRecognizerEntityList$,
1652
1659
  () => EntityRecognizerAugmentedManifestsList,
1653
1660
  ],
1654
1661
  ];
1655
- var EntityRecognizerMetadata = [
1662
+ var EntityRecognizerMetadata$ = [
1656
1663
  3,
1657
1664
  n0,
1658
1665
  _ERM,
1659
1666
  8,
1660
1667
  [_NOTD, _NOTDu, _EMv, _ETn],
1661
- [1, 1, () => EntityRecognizerEvaluationMetrics, () => EntityRecognizerMetadataEntityTypesList],
1668
+ [1, 1, () => EntityRecognizerEvaluationMetrics$, () => EntityRecognizerMetadataEntityTypesList],
1662
1669
  ];
1663
- var EntityRecognizerMetadataEntityTypesListItem = [
1670
+ var EntityRecognizerMetadataEntityTypesListItem$ = [
1664
1671
  3,
1665
1672
  n0,
1666
1673
  _ERMETLI,
1667
1674
  0,
1668
1675
  [_Ty, _EMv, _NOTM],
1669
- [0, () => EntityTypesEvaluationMetrics, 1],
1676
+ [0, () => EntityTypesEvaluationMetrics$, 1],
1670
1677
  ];
1671
- var EntityRecognizerOutputDataConfig = [3, n0, _ERODC, 0, [_FSSP], [0]];
1672
- var EntityRecognizerProperties = [
1678
+ var EntityRecognizerOutputDataConfig$ = [3, n0, _ERODC, 0, [_FSSP], [0]];
1679
+ var EntityRecognizerProperties$ = [
1673
1680
  3,
1674
1681
  n0,
1675
1682
  _ERP,
@@ -1684,19 +1691,19 @@ var EntityRecognizerProperties = [
1684
1691
  4,
1685
1692
  4,
1686
1693
  4,
1687
- () => EntityRecognizerInputDataConfig,
1688
- [() => EntityRecognizerMetadata, 0],
1694
+ () => EntityRecognizerInputDataConfig$,
1695
+ [() => EntityRecognizerMetadata$, 0],
1689
1696
  0,
1690
1697
  0,
1691
- () => VpcConfig,
1698
+ () => VpcConfig$,
1692
1699
  0,
1693
1700
  0,
1694
1701
  0,
1695
1702
  0,
1696
- () => EntityRecognizerOutputDataConfig,
1703
+ () => EntityRecognizerOutputDataConfig$,
1697
1704
  ],
1698
1705
  ];
1699
- var EntityRecognizerSummary = [
1706
+ var EntityRecognizerSummary$ = [
1700
1707
  3,
1701
1708
  n0,
1702
1709
  _ERS,
@@ -1704,30 +1711,30 @@ var EntityRecognizerSummary = [
1704
1711
  [_RN, _NOV, _LVCA, _LVN, _LVS],
1705
1712
  [0, 1, 4, 0, 0],
1706
1713
  ];
1707
- var EntityTypesEvaluationMetrics = [3, n0, _ETEM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
1708
- var EntityTypesListItem = [3, n0, _ETLI, 0, [_Ty], [0]];
1709
- var ErrorsListItem = [3, n0, _ELI, 0, [_P, _EC, _EM], [1, 0, 0]];
1710
- var EventsDetectionJobFilter = [3, n0, _EDJFv, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1711
- var EventsDetectionJobProperties = [
1714
+ var EntityTypesEvaluationMetrics$ = [3, n0, _ETEM, 0, [_Pr, _Re, _FS], [1, 1, 1]];
1715
+ var EntityTypesListItem$ = [3, n0, _ETLI, 0, [_Ty], [0]];
1716
+ var ErrorsListItem$ = [3, n0, _ELI, 0, [_P, _EC, _EM], [1, 0, 0]];
1717
+ var EventsDetectionJobFilter$ = [3, n0, _EDJFv, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
1718
+ var EventsDetectionJobProperties$ = [
1712
1719
  3,
1713
1720
  n0,
1714
1721
  _EDJPv,
1715
1722
  0,
1716
1723
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _TETa],
1717
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 64 | 0],
1724
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 64 | 0],
1718
1725
  ];
1719
- var ExtractedCharactersListItem = [3, n0, _ECLI, 0, [_P, _Co], [1, 1]];
1720
- var FlywheelFilter = [3, n0, _FF, 0, [_St, _CTA, _CTB], [0, 4, 4]];
1721
- var FlywheelIterationFilter = [3, n0, _FIF, 0, [_CTA, _CTB], [4, 4]];
1722
- var FlywheelIterationProperties = [
1726
+ var ExtractedCharactersListItem$ = [3, n0, _ECLI, 0, [_P, _Co], [1, 1]];
1727
+ var FlywheelFilter$ = [3, n0, _FF, 0, [_St, _CTA, _CTB], [0, 4, 4]];
1728
+ var FlywheelIterationFilter$ = [3, n0, _FIF, 0, [_CTA, _CTB], [4, 4]];
1729
+ var FlywheelIterationProperties$ = [
1723
1730
  3,
1724
1731
  n0,
1725
1732
  _FIP,
1726
1733
  0,
1727
1734
  [_FA, _FII, _CT, _ET, _St, _M, _EMA, _EMM, _TMA, _TMM, _EMSP],
1728
- [0, 0, 4, 4, 0, 0, 0, () => FlywheelModelEvaluationMetrics, 0, () => FlywheelModelEvaluationMetrics, 0],
1735
+ [0, 0, 4, 4, 0, 0, 0, () => FlywheelModelEvaluationMetrics$, 0, () => FlywheelModelEvaluationMetrics$, 0],
1729
1736
  ];
1730
- var FlywheelModelEvaluationMetrics = [
1737
+ var FlywheelModelEvaluationMetrics$ = [
1731
1738
  3,
1732
1739
  n0,
1733
1740
  _FMEM,
@@ -1735,15 +1742,15 @@ var FlywheelModelEvaluationMetrics = [
1735
1742
  [_AFS, _AP, _AR, _AA],
1736
1743
  [1, 1, 1, 1],
1737
1744
  ];
1738
- var FlywheelProperties = [
1745
+ var FlywheelProperties$ = [
1739
1746
  3,
1740
1747
  n0,
1741
1748
  _FP,
1742
1749
  0,
1743
1750
  [_FA, _AMA, _DARA, _TC, _DLSU, _DSC, _St, _MT, _M, _CT, _LMT, _LFI],
1744
- [0, 0, 0, () => TaskConfig, 0, () => DataSecurityConfig, 0, 0, 0, 4, 4, 0],
1751
+ [0, 0, 0, () => TaskConfig$, 0, () => DataSecurityConfig$, 0, 0, 0, 4, 4, 0],
1745
1752
  ];
1746
- var FlywheelSummary = [
1753
+ var FlywheelSummary$ = [
1747
1754
  3,
1748
1755
  n0,
1749
1756
  _FSl,
@@ -1751,8 +1758,8 @@ var FlywheelSummary = [
1751
1758
  [_FA, _AMA, _DLSU, _St, _MT, _M, _CT, _LMT, _LFI],
1752
1759
  [0, 0, 0, 0, 0, 0, 4, 4, 0],
1753
1760
  ];
1754
- var Geometry = [3, n0, _G, 0, [_BB, _Po], [() => BoundingBox, () => Polygon]];
1755
- var ImportModelRequest = [
1761
+ var Geometry$ = [3, n0, _G, 0, [_BB, _Po], [() => BoundingBox$, () => Polygon]];
1762
+ var ImportModelRequest$ = [
1756
1763
  3,
1757
1764
  n0,
1758
1765
  _IMR,
@@ -1760,33 +1767,33 @@ var ImportModelRequest = [
1760
1767
  [_SMA, _MN, _VN, _MKKI, _DARA, _Ta],
1761
1768
  [0, 0, 0, 0, 0, () => TagList],
1762
1769
  ];
1763
- var ImportModelResponse = [3, n0, _IMRm, 0, [_MA], [0]];
1764
- var InputDataConfig = [
1770
+ var ImportModelResponse$ = [3, n0, _IMRm, 0, [_MA], [0]];
1771
+ var InputDataConfig$ = [
1765
1772
  3,
1766
1773
  n0,
1767
1774
  _IDC,
1768
1775
  0,
1769
1776
  [_SU, _IF, _DRC],
1770
- [0, 0, () => DocumentReaderConfig],
1771
- ];
1772
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1773
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1774
- var InvalidFilterException = [-3, n0, _IFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1775
- schema.TypeRegistry.for(n0).registerError(InvalidFilterException, InvalidFilterException$1);
1776
- var InvalidRequestDetail = [3, n0, _IRD, 0, [_Rea], [0]];
1777
- var InvalidRequestException = [
1777
+ [0, 0, () => DocumentReaderConfig$],
1778
+ ];
1779
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1780
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1781
+ var InvalidFilterException$ = [-3, n0, _IFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1782
+ schema.TypeRegistry.for(n0).registerError(InvalidFilterException$, InvalidFilterException);
1783
+ var InvalidRequestDetail$ = [3, n0, _IRD, 0, [_Rea], [0]];
1784
+ var InvalidRequestException$ = [
1778
1785
  -3,
1779
1786
  n0,
1780
1787
  _IRE,
1781
1788
  { [_e]: _c, [_hE]: 400 },
1782
1789
  [_M, _Rea, _De],
1783
- [0, 0, () => InvalidRequestDetail],
1790
+ [0, 0, () => InvalidRequestDetail$],
1784
1791
  ];
1785
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
1786
- var JobNotFoundException = [-3, n0, _JNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1787
- schema.TypeRegistry.for(n0).registerError(JobNotFoundException, JobNotFoundException$1);
1788
- var KeyPhrase = [3, n0, _KPe, 0, [_Sc, _T, _BO, _EO], [1, 0, 1, 1]];
1789
- var KeyPhrasesDetectionJobFilter = [
1792
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1793
+ var JobNotFoundException$ = [-3, n0, _JNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1794
+ schema.TypeRegistry.for(n0).registerError(JobNotFoundException$, JobNotFoundException);
1795
+ var KeyPhrase$ = [3, n0, _KPe, 0, [_Sc, _T, _BO, _EO], [1, 0, 1, 1]];
1796
+ var KeyPhrasesDetectionJobFilter$ = [
1790
1797
  3,
1791
1798
  n0,
1792
1799
  _KPDJF,
@@ -1794,25 +1801,25 @@ var KeyPhrasesDetectionJobFilter = [
1794
1801
  [_JN, _JS, _STB, _STA],
1795
1802
  [0, 0, 4, 4],
1796
1803
  ];
1797
- var KeyPhrasesDetectionJobProperties = [
1804
+ var KeyPhrasesDetectionJobProperties$ = [
1798
1805
  3,
1799
1806
  n0,
1800
1807
  _KPDJP,
1801
1808
  0,
1802
1809
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _VKKI, _VC],
1803
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig],
1810
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, () => VpcConfig$],
1804
1811
  ];
1805
- var KmsKeyValidationException = [-3, n0, _KKVE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1806
- schema.TypeRegistry.for(n0).registerError(KmsKeyValidationException, KmsKeyValidationException$1);
1807
- var ListDatasetsRequest = [
1812
+ var KmsKeyValidationException$ = [-3, n0, _KKVE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1813
+ schema.TypeRegistry.for(n0).registerError(KmsKeyValidationException$, KmsKeyValidationException);
1814
+ var ListDatasetsRequest$ = [
1808
1815
  3,
1809
1816
  n0,
1810
1817
  _LDR,
1811
1818
  0,
1812
1819
  [_FA, _F, _NT, _MRa],
1813
- [0, () => DatasetFilter, 0, 1],
1820
+ [0, () => DatasetFilter$, 0, 1],
1814
1821
  ];
1815
- var ListDatasetsResponse = [
1822
+ var ListDatasetsResponse$ = [
1816
1823
  3,
1817
1824
  n0,
1818
1825
  _LDRi,
@@ -1820,15 +1827,15 @@ var ListDatasetsResponse = [
1820
1827
  [_DPL, _NT],
1821
1828
  [() => DatasetPropertiesList, 0],
1822
1829
  ];
1823
- var ListDocumentClassificationJobsRequest = [
1830
+ var ListDocumentClassificationJobsRequest$ = [
1824
1831
  3,
1825
1832
  n0,
1826
1833
  _LDCJR,
1827
1834
  0,
1828
1835
  [_F, _NT, _MRa],
1829
- [() => DocumentClassificationJobFilter, 0, 1],
1836
+ [() => DocumentClassificationJobFilter$, 0, 1],
1830
1837
  ];
1831
- var ListDocumentClassificationJobsResponse = [
1838
+ var ListDocumentClassificationJobsResponse$ = [
1832
1839
  3,
1833
1840
  n0,
1834
1841
  _LDCJRi,
@@ -1836,15 +1843,15 @@ var ListDocumentClassificationJobsResponse = [
1836
1843
  [_DCJPL, _NT],
1837
1844
  [() => DocumentClassificationJobPropertiesList, 0],
1838
1845
  ];
1839
- var ListDocumentClassifiersRequest = [
1846
+ var ListDocumentClassifiersRequest$ = [
1840
1847
  3,
1841
1848
  n0,
1842
1849
  _LDCR,
1843
1850
  0,
1844
1851
  [_F, _NT, _MRa],
1845
- [() => DocumentClassifierFilter, 0, 1],
1852
+ [() => DocumentClassifierFilter$, 0, 1],
1846
1853
  ];
1847
- var ListDocumentClassifiersResponse = [
1854
+ var ListDocumentClassifiersResponse$ = [
1848
1855
  3,
1849
1856
  n0,
1850
1857
  _LDCRi,
@@ -1852,8 +1859,8 @@ var ListDocumentClassifiersResponse = [
1852
1859
  [_DCPL, _NT],
1853
1860
  [[() => DocumentClassifierPropertiesList, 0], 0],
1854
1861
  ];
1855
- var ListDocumentClassifierSummariesRequest = [3, n0, _LDCSR, 0, [_NT, _MRa], [0, 1]];
1856
- var ListDocumentClassifierSummariesResponse = [
1862
+ var ListDocumentClassifierSummariesRequest$ = [3, n0, _LDCSR, 0, [_NT, _MRa], [0, 1]];
1863
+ var ListDocumentClassifierSummariesResponse$ = [
1857
1864
  3,
1858
1865
  n0,
1859
1866
  _LDCSRi,
@@ -1861,15 +1868,15 @@ var ListDocumentClassifierSummariesResponse = [
1861
1868
  [_DCSL, _NT],
1862
1869
  [() => DocumentClassifierSummariesList, 0],
1863
1870
  ];
1864
- var ListDominantLanguageDetectionJobsRequest = [
1871
+ var ListDominantLanguageDetectionJobsRequest$ = [
1865
1872
  3,
1866
1873
  n0,
1867
1874
  _LDLDJR,
1868
1875
  0,
1869
1876
  [_F, _NT, _MRa],
1870
- [() => DominantLanguageDetectionJobFilter, 0, 1],
1877
+ [() => DominantLanguageDetectionJobFilter$, 0, 1],
1871
1878
  ];
1872
- var ListDominantLanguageDetectionJobsResponse = [
1879
+ var ListDominantLanguageDetectionJobsResponse$ = [
1873
1880
  3,
1874
1881
  n0,
1875
1882
  _LDLDJRi,
@@ -1877,15 +1884,15 @@ var ListDominantLanguageDetectionJobsResponse = [
1877
1884
  [_DLDJPL, _NT],
1878
1885
  [() => DominantLanguageDetectionJobPropertiesList, 0],
1879
1886
  ];
1880
- var ListEndpointsRequest = [
1887
+ var ListEndpointsRequest$ = [
1881
1888
  3,
1882
1889
  n0,
1883
1890
  _LER,
1884
1891
  0,
1885
1892
  [_F, _NT, _MRa],
1886
- [() => EndpointFilter, 0, 1],
1893
+ [() => EndpointFilter$, 0, 1],
1887
1894
  ];
1888
- var ListEndpointsResponse = [
1895
+ var ListEndpointsResponse$ = [
1889
1896
  3,
1890
1897
  n0,
1891
1898
  _LERi,
@@ -1893,15 +1900,15 @@ var ListEndpointsResponse = [
1893
1900
  [_EPL, _NT],
1894
1901
  [() => EndpointPropertiesList, 0],
1895
1902
  ];
1896
- var ListEntitiesDetectionJobsRequest = [
1903
+ var ListEntitiesDetectionJobsRequest$ = [
1897
1904
  3,
1898
1905
  n0,
1899
1906
  _LEDJR,
1900
1907
  0,
1901
1908
  [_F, _NT, _MRa],
1902
- [() => EntitiesDetectionJobFilter, 0, 1],
1909
+ [() => EntitiesDetectionJobFilter$, 0, 1],
1903
1910
  ];
1904
- var ListEntitiesDetectionJobsResponse = [
1911
+ var ListEntitiesDetectionJobsResponse$ = [
1905
1912
  3,
1906
1913
  n0,
1907
1914
  _LEDJRi,
@@ -1909,15 +1916,15 @@ var ListEntitiesDetectionJobsResponse = [
1909
1916
  [_EDJPL, _NT],
1910
1917
  [() => EntitiesDetectionJobPropertiesList, 0],
1911
1918
  ];
1912
- var ListEntityRecognizersRequest = [
1919
+ var ListEntityRecognizersRequest$ = [
1913
1920
  3,
1914
1921
  n0,
1915
1922
  _LERR,
1916
1923
  0,
1917
1924
  [_F, _NT, _MRa],
1918
- [() => EntityRecognizerFilter, 0, 1],
1925
+ [() => EntityRecognizerFilter$, 0, 1],
1919
1926
  ];
1920
- var ListEntityRecognizersResponse = [
1927
+ var ListEntityRecognizersResponse$ = [
1921
1928
  3,
1922
1929
  n0,
1923
1930
  _LERRi,
@@ -1925,8 +1932,8 @@ var ListEntityRecognizersResponse = [
1925
1932
  [_ERPL, _NT],
1926
1933
  [[() => EntityRecognizerPropertiesList, 0], 0],
1927
1934
  ];
1928
- var ListEntityRecognizerSummariesRequest = [3, n0, _LERSR, 0, [_NT, _MRa], [0, 1]];
1929
- var ListEntityRecognizerSummariesResponse = [
1935
+ var ListEntityRecognizerSummariesRequest$ = [3, n0, _LERSR, 0, [_NT, _MRa], [0, 1]];
1936
+ var ListEntityRecognizerSummariesResponse$ = [
1930
1937
  3,
1931
1938
  n0,
1932
1939
  _LERSRi,
@@ -1934,15 +1941,15 @@ var ListEntityRecognizerSummariesResponse = [
1934
1941
  [_ERSL, _NT],
1935
1942
  [() => EntityRecognizerSummariesList, 0],
1936
1943
  ];
1937
- var ListEventsDetectionJobsRequest = [
1944
+ var ListEventsDetectionJobsRequest$ = [
1938
1945
  3,
1939
1946
  n0,
1940
1947
  _LEDJRis,
1941
1948
  0,
1942
1949
  [_F, _NT, _MRa],
1943
- [() => EventsDetectionJobFilter, 0, 1],
1950
+ [() => EventsDetectionJobFilter$, 0, 1],
1944
1951
  ];
1945
- var ListEventsDetectionJobsResponse = [
1952
+ var ListEventsDetectionJobsResponse$ = [
1946
1953
  3,
1947
1954
  n0,
1948
1955
  _LEDJRist,
@@ -1950,15 +1957,15 @@ var ListEventsDetectionJobsResponse = [
1950
1957
  [_EDJPLv, _NT],
1951
1958
  [() => EventsDetectionJobPropertiesList, 0],
1952
1959
  ];
1953
- var ListFlywheelIterationHistoryRequest = [
1960
+ var ListFlywheelIterationHistoryRequest$ = [
1954
1961
  3,
1955
1962
  n0,
1956
1963
  _LFIHR,
1957
1964
  0,
1958
1965
  [_FA, _F, _NT, _MRa],
1959
- [0, () => FlywheelIterationFilter, 0, 1],
1966
+ [0, () => FlywheelIterationFilter$, 0, 1],
1960
1967
  ];
1961
- var ListFlywheelIterationHistoryResponse = [
1968
+ var ListFlywheelIterationHistoryResponse$ = [
1962
1969
  3,
1963
1970
  n0,
1964
1971
  _LFIHRi,
@@ -1966,15 +1973,15 @@ var ListFlywheelIterationHistoryResponse = [
1966
1973
  [_FIPL, _NT],
1967
1974
  [() => FlywheelIterationPropertiesList, 0],
1968
1975
  ];
1969
- var ListFlywheelsRequest = [
1976
+ var ListFlywheelsRequest$ = [
1970
1977
  3,
1971
1978
  n0,
1972
1979
  _LFR,
1973
1980
  0,
1974
1981
  [_F, _NT, _MRa],
1975
- [() => FlywheelFilter, 0, 1],
1982
+ [() => FlywheelFilter$, 0, 1],
1976
1983
  ];
1977
- var ListFlywheelsResponse = [
1984
+ var ListFlywheelsResponse$ = [
1978
1985
  3,
1979
1986
  n0,
1980
1987
  _LFRi,
@@ -1982,15 +1989,15 @@ var ListFlywheelsResponse = [
1982
1989
  [_FSL, _NT],
1983
1990
  [() => FlywheelSummaryList, 0],
1984
1991
  ];
1985
- var ListKeyPhrasesDetectionJobsRequest = [
1992
+ var ListKeyPhrasesDetectionJobsRequest$ = [
1986
1993
  3,
1987
1994
  n0,
1988
1995
  _LKPDJR,
1989
1996
  0,
1990
1997
  [_F, _NT, _MRa],
1991
- [() => KeyPhrasesDetectionJobFilter, 0, 1],
1998
+ [() => KeyPhrasesDetectionJobFilter$, 0, 1],
1992
1999
  ];
1993
- var ListKeyPhrasesDetectionJobsResponse = [
2000
+ var ListKeyPhrasesDetectionJobsResponse$ = [
1994
2001
  3,
1995
2002
  n0,
1996
2003
  _LKPDJRi,
@@ -1998,15 +2005,15 @@ var ListKeyPhrasesDetectionJobsResponse = [
1998
2005
  [_KPDJPL, _NT],
1999
2006
  [() => KeyPhrasesDetectionJobPropertiesList, 0],
2000
2007
  ];
2001
- var ListPiiEntitiesDetectionJobsRequest = [
2008
+ var ListPiiEntitiesDetectionJobsRequest$ = [
2002
2009
  3,
2003
2010
  n0,
2004
2011
  _LPEDJR,
2005
2012
  0,
2006
2013
  [_F, _NT, _MRa],
2007
- [() => PiiEntitiesDetectionJobFilter, 0, 1],
2014
+ [() => PiiEntitiesDetectionJobFilter$, 0, 1],
2008
2015
  ];
2009
- var ListPiiEntitiesDetectionJobsResponse = [
2016
+ var ListPiiEntitiesDetectionJobsResponse$ = [
2010
2017
  3,
2011
2018
  n0,
2012
2019
  _LPEDJRi,
@@ -2014,15 +2021,15 @@ var ListPiiEntitiesDetectionJobsResponse = [
2014
2021
  [_PEDJPL, _NT],
2015
2022
  [() => PiiEntitiesDetectionJobPropertiesList, 0],
2016
2023
  ];
2017
- var ListSentimentDetectionJobsRequest = [
2024
+ var ListSentimentDetectionJobsRequest$ = [
2018
2025
  3,
2019
2026
  n0,
2020
2027
  _LSDJR,
2021
2028
  0,
2022
2029
  [_F, _NT, _MRa],
2023
- [() => SentimentDetectionJobFilter, 0, 1],
2030
+ [() => SentimentDetectionJobFilter$, 0, 1],
2024
2031
  ];
2025
- var ListSentimentDetectionJobsResponse = [
2032
+ var ListSentimentDetectionJobsResponse$ = [
2026
2033
  3,
2027
2034
  n0,
2028
2035
  _LSDJRi,
@@ -2030,17 +2037,17 @@ var ListSentimentDetectionJobsResponse = [
2030
2037
  [_SDJPL, _NT],
2031
2038
  [() => SentimentDetectionJobPropertiesList, 0],
2032
2039
  ];
2033
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
2034
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RA, _Ta], [0, () => TagList]];
2035
- var ListTargetedSentimentDetectionJobsRequest = [
2040
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
2041
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_RA, _Ta], [0, () => TagList]];
2042
+ var ListTargetedSentimentDetectionJobsRequest$ = [
2036
2043
  3,
2037
2044
  n0,
2038
2045
  _LTSDJR,
2039
2046
  0,
2040
2047
  [_F, _NT, _MRa],
2041
- [() => TargetedSentimentDetectionJobFilter, 0, 1],
2048
+ [() => TargetedSentimentDetectionJobFilter$, 0, 1],
2042
2049
  ];
2043
- var ListTargetedSentimentDetectionJobsResponse = [
2050
+ var ListTargetedSentimentDetectionJobsResponse$ = [
2044
2051
  3,
2045
2052
  n0,
2046
2053
  _LTSDJRi,
@@ -2048,15 +2055,15 @@ var ListTargetedSentimentDetectionJobsResponse = [
2048
2055
  [_TSDJPL, _NT],
2049
2056
  [() => TargetedSentimentDetectionJobPropertiesList, 0],
2050
2057
  ];
2051
- var ListTopicsDetectionJobsRequest = [
2058
+ var ListTopicsDetectionJobsRequest$ = [
2052
2059
  3,
2053
2060
  n0,
2054
2061
  _LTDJR,
2055
2062
  0,
2056
2063
  [_F, _NT, _MRa],
2057
- [() => TopicsDetectionJobFilter, 0, 1],
2064
+ [() => TopicsDetectionJobFilter$, 0, 1],
2058
2065
  ];
2059
- var ListTopicsDetectionJobsResponse = [
2066
+ var ListTopicsDetectionJobsResponse$ = [
2060
2067
  3,
2061
2068
  n0,
2062
2069
  _LTDJRi,
@@ -2064,10 +2071,10 @@ var ListTopicsDetectionJobsResponse = [
2064
2071
  [_TDJPL, _NT],
2065
2072
  [() => TopicsDetectionJobPropertiesList, 0],
2066
2073
  ];
2067
- var MentionSentiment = [3, n0, _MS, 0, [_Se, _SS], [0, () => SentimentScore]];
2068
- var OutputDataConfig = [3, n0, _ODC, 0, [_SU, _KKI], [0, 0]];
2069
- var PartOfSpeechTag = [3, n0, _POST, 0, [_Tag, _Sc], [0, 1]];
2070
- var PiiEntitiesDetectionJobFilter = [
2074
+ var MentionSentiment$ = [3, n0, _MS, 0, [_Se, _SS], [0, () => SentimentScore$]];
2075
+ var OutputDataConfig$ = [3, n0, _ODC, 0, [_SU, _KKI], [0, 0]];
2076
+ var PartOfSpeechTag$ = [3, n0, _POST, 0, [_Tag, _Sc], [0, 1]];
2077
+ var PiiEntitiesDetectionJobFilter$ = [
2071
2078
  3,
2072
2079
  n0,
2073
2080
  _PEDJF,
@@ -2075,48 +2082,55 @@ var PiiEntitiesDetectionJobFilter = [
2075
2082
  [_JN, _JS, _STB, _STA],
2076
2083
  [0, 0, 4, 4],
2077
2084
  ];
2078
- var PiiEntitiesDetectionJobProperties = [
2085
+ var PiiEntitiesDetectionJobProperties$ = [
2079
2086
  3,
2080
2087
  n0,
2081
2088
  _PEDJP,
2082
2089
  0,
2083
2090
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _RC, _LC, _DARA, _Mo],
2084
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => PiiOutputDataConfig, () => RedactionConfig, 0, 0, 0],
2085
- ];
2086
- var PiiEntity = [3, n0, _PE, 0, [_Sc, _Ty, _BO, _EO], [1, 0, 1, 1]];
2087
- var PiiOutputDataConfig = [3, n0, _PODC, 0, [_SU, _KKI], [0, 0]];
2088
- var Point = [3, n0, _Poi, 0, [_X, _Y], [1, 1]];
2089
- var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_RA, _RP, _PRI], [0, 0, 0]];
2090
- var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_PRI], [0]];
2091
- var RedactionConfig = [3, n0, _RC, 0, [_PET, _MM, _MC], [64 | 0, 0, 0]];
2092
- var RelationshipsListItem = [3, n0, _RLI, 0, [_Ids, _Ty], [64 | 0, 0]];
2093
- var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2094
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
2095
- var ResourceLimitExceededException = [-3, n0, _RLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2096
- schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException, ResourceLimitExceededException$1);
2097
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2098
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
2099
- var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2100
- schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException, ResourceUnavailableException$1);
2101
- var SentimentDetectionJobFilter = [3, n0, _SDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
2102
- var SentimentDetectionJobProperties = [
2091
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => PiiOutputDataConfig$, () => RedactionConfig$, 0, 0, 0],
2092
+ ];
2093
+ var PiiEntity$ = [3, n0, _PE, 0, [_Sc, _Ty, _BO, _EO], [1, 0, 1, 1]];
2094
+ var PiiOutputDataConfig$ = [3, n0, _PODC, 0, [_SU, _KKI], [0, 0]];
2095
+ var Point$ = [3, n0, _Poi, 0, [_X, _Y], [1, 1]];
2096
+ var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_RA, _RP, _PRI], [0, 0, 0]];
2097
+ var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_PRI], [0]];
2098
+ var RedactionConfig$ = [3, n0, _RC, 0, [_PET, _MM, _MC], [64 | 0, 0, 0]];
2099
+ var RelationshipsListItem$ = [3, n0, _RLI, 0, [_Ids, _Ty], [64 | 0, 0]];
2100
+ var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2101
+ schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
2102
+ var ResourceLimitExceededException$ = [-3, n0, _RLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2103
+ schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
2104
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2105
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2106
+ var ResourceUnavailableException$ = [-3, n0, _RUE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2107
+ schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
2108
+ var SentimentDetectionJobFilter$ = [
2109
+ 3,
2110
+ n0,
2111
+ _SDJF,
2112
+ 0,
2113
+ [_JN, _JS, _STB, _STA],
2114
+ [0, 0, 4, 4],
2115
+ ];
2116
+ var SentimentDetectionJobProperties$ = [
2103
2117
  3,
2104
2118
  n0,
2105
2119
  _SDJP,
2106
2120
  0,
2107
2121
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _VKKI, _VC],
2108
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig],
2122
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, () => VpcConfig$],
2109
2123
  ];
2110
- var SentimentScore = [3, n0, _SS, 0, [_Pos, _Ne, _Neu, _Mi], [1, 1, 1, 1]];
2111
- var StartDocumentClassificationJobRequest = [
2124
+ var SentimentScore$ = [3, n0, _SS, 0, [_Pos, _Ne, _Neu, _Mi], [1, 1, 1, 1]];
2125
+ var StartDocumentClassificationJobRequest$ = [
2112
2126
  3,
2113
2127
  n0,
2114
2128
  _SDCJR,
2115
2129
  0,
2116
2130
  [_JN, _DCA, _IDC, _ODC, _DARA, _CRT, _VKKI, _VC, _Ta, _FA],
2117
- [0, 0, () => InputDataConfig, () => OutputDataConfig, 0, [0, 4], 0, () => VpcConfig, () => TagList, 0],
2131
+ [0, 0, () => InputDataConfig$, () => OutputDataConfig$, 0, [0, 4], 0, () => VpcConfig$, () => TagList, 0],
2118
2132
  ];
2119
- var StartDocumentClassificationJobResponse = [
2133
+ var StartDocumentClassificationJobResponse$ = [
2120
2134
  3,
2121
2135
  n0,
2122
2136
  _SDCJRt,
@@ -2124,15 +2138,15 @@ var StartDocumentClassificationJobResponse = [
2124
2138
  [_JI, _JA, _JS, _DCA],
2125
2139
  [0, 0, 0, 0],
2126
2140
  ];
2127
- var StartDominantLanguageDetectionJobRequest = [
2141
+ var StartDominantLanguageDetectionJobRequest$ = [
2128
2142
  3,
2129
2143
  n0,
2130
2144
  _SDLDJR,
2131
2145
  0,
2132
2146
  [_IDC, _ODC, _DARA, _JN, _CRT, _VKKI, _VC, _Ta],
2133
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
2147
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList],
2134
2148
  ];
2135
- var StartDominantLanguageDetectionJobResponse = [
2149
+ var StartDominantLanguageDetectionJobResponse$ = [
2136
2150
  3,
2137
2151
  n0,
2138
2152
  _SDLDJRt,
@@ -2140,15 +2154,15 @@ var StartDominantLanguageDetectionJobResponse = [
2140
2154
  [_JI, _JA, _JS],
2141
2155
  [0, 0, 0],
2142
2156
  ];
2143
- var StartEntitiesDetectionJobRequest = [
2157
+ var StartEntitiesDetectionJobRequest$ = [
2144
2158
  3,
2145
2159
  n0,
2146
2160
  _SEDJR,
2147
2161
  0,
2148
2162
  [_IDC, _ODC, _DARA, _JN, _ERA, _LC, _CRT, _VKKI, _VC, _Ta, _FA],
2149
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList, 0],
2163
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList, 0],
2150
2164
  ];
2151
- var StartEntitiesDetectionJobResponse = [
2165
+ var StartEntitiesDetectionJobResponse$ = [
2152
2166
  3,
2153
2167
  n0,
2154
2168
  _SEDJRt,
@@ -2156,26 +2170,26 @@ var StartEntitiesDetectionJobResponse = [
2156
2170
  [_JI, _JA, _JS, _ERA],
2157
2171
  [0, 0, 0, 0],
2158
2172
  ];
2159
- var StartEventsDetectionJobRequest = [
2173
+ var StartEventsDetectionJobRequest$ = [
2160
2174
  3,
2161
2175
  n0,
2162
2176
  _SEDJRta,
2163
2177
  0,
2164
2178
  [_IDC, _ODC, _DARA, _JN, _LC, _CRT, _TETa, _Ta],
2165
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 64 | 0, () => TagList],
2179
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 64 | 0, () => TagList],
2166
2180
  ];
2167
- var StartEventsDetectionJobResponse = [3, n0, _SEDJRtar, 0, [_JI, _JA, _JS], [0, 0, 0]];
2168
- var StartFlywheelIterationRequest = [3, n0, _SFIR, 0, [_FA, _CRT], [0, 0]];
2169
- var StartFlywheelIterationResponse = [3, n0, _SFIRt, 0, [_FA, _FII], [0, 0]];
2170
- var StartKeyPhrasesDetectionJobRequest = [
2181
+ var StartEventsDetectionJobResponse$ = [3, n0, _SEDJRtar, 0, [_JI, _JA, _JS], [0, 0, 0]];
2182
+ var StartFlywheelIterationRequest$ = [3, n0, _SFIR, 0, [_FA, _CRT], [0, 0]];
2183
+ var StartFlywheelIterationResponse$ = [3, n0, _SFIRt, 0, [_FA, _FII], [0, 0]];
2184
+ var StartKeyPhrasesDetectionJobRequest$ = [
2171
2185
  3,
2172
2186
  n0,
2173
2187
  _SKPDJR,
2174
2188
  0,
2175
2189
  [_IDC, _ODC, _DARA, _JN, _LC, _CRT, _VKKI, _VC, _Ta],
2176
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
2190
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList],
2177
2191
  ];
2178
- var StartKeyPhrasesDetectionJobResponse = [
2192
+ var StartKeyPhrasesDetectionJobResponse$ = [
2179
2193
  3,
2180
2194
  n0,
2181
2195
  _SKPDJRt,
@@ -2183,15 +2197,15 @@ var StartKeyPhrasesDetectionJobResponse = [
2183
2197
  [_JI, _JA, _JS],
2184
2198
  [0, 0, 0],
2185
2199
  ];
2186
- var StartPiiEntitiesDetectionJobRequest = [
2200
+ var StartPiiEntitiesDetectionJobRequest$ = [
2187
2201
  3,
2188
2202
  n0,
2189
2203
  _SPEDJR,
2190
2204
  0,
2191
2205
  [_IDC, _ODC, _Mo, _RC, _DARA, _JN, _LC, _CRT, _Ta],
2192
- [() => InputDataConfig, () => OutputDataConfig, 0, () => RedactionConfig, 0, 0, 0, [0, 4], () => TagList],
2206
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, () => RedactionConfig$, 0, 0, 0, [0, 4], () => TagList],
2193
2207
  ];
2194
- var StartPiiEntitiesDetectionJobResponse = [
2208
+ var StartPiiEntitiesDetectionJobResponse$ = [
2195
2209
  3,
2196
2210
  n0,
2197
2211
  _SPEDJRt,
@@ -2199,24 +2213,24 @@ var StartPiiEntitiesDetectionJobResponse = [
2199
2213
  [_JI, _JA, _JS],
2200
2214
  [0, 0, 0],
2201
2215
  ];
2202
- var StartSentimentDetectionJobRequest = [
2216
+ var StartSentimentDetectionJobRequest$ = [
2203
2217
  3,
2204
2218
  n0,
2205
2219
  _SSDJR,
2206
2220
  0,
2207
2221
  [_IDC, _ODC, _DARA, _JN, _LC, _CRT, _VKKI, _VC, _Ta],
2208
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
2222
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList],
2209
2223
  ];
2210
- var StartSentimentDetectionJobResponse = [3, n0, _SSDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
2211
- var StartTargetedSentimentDetectionJobRequest = [
2224
+ var StartSentimentDetectionJobResponse$ = [3, n0, _SSDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
2225
+ var StartTargetedSentimentDetectionJobRequest$ = [
2212
2226
  3,
2213
2227
  n0,
2214
2228
  _STSDJR,
2215
2229
  0,
2216
2230
  [_IDC, _ODC, _DARA, _JN, _LC, _CRT, _VKKI, _VC, _Ta],
2217
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 0, [0, 4], 0, () => VpcConfig, () => TagList],
2231
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0, () => VpcConfig$, () => TagList],
2218
2232
  ];
2219
- var StartTargetedSentimentDetectionJobResponse = [
2233
+ var StartTargetedSentimentDetectionJobResponse$ = [
2220
2234
  3,
2221
2235
  n0,
2222
2236
  _STSDJRt,
@@ -2224,29 +2238,36 @@ var StartTargetedSentimentDetectionJobResponse = [
2224
2238
  [_JI, _JA, _JS],
2225
2239
  [0, 0, 0],
2226
2240
  ];
2227
- var StartTopicsDetectionJobRequest = [
2241
+ var StartTopicsDetectionJobRequest$ = [
2228
2242
  3,
2229
2243
  n0,
2230
2244
  _STDJR,
2231
2245
  0,
2232
2246
  [_IDC, _ODC, _DARA, _JN, _NOT, _CRT, _VKKI, _VC, _Ta],
2233
- [() => InputDataConfig, () => OutputDataConfig, 0, 0, 1, [0, 4], 0, () => VpcConfig, () => TagList],
2234
- ];
2235
- var StartTopicsDetectionJobResponse = [3, n0, _STDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
2236
- var StopDominantLanguageDetectionJobRequest = [3, n0, _SDLDJRto, 0, [_JI], [0]];
2237
- var StopDominantLanguageDetectionJobResponse = [3, n0, _SDLDJRtop, 0, [_JI, _JS], [0, 0]];
2238
- var StopEntitiesDetectionJobRequest = [3, n0, _SEDJRto, 0, [_JI], [0]];
2239
- var StopEntitiesDetectionJobResponse = [3, n0, _SEDJRtop, 0, [_JI, _JS], [0, 0]];
2240
- var StopEventsDetectionJobRequest = [3, n0, _SEDJRtopv, 0, [_JI], [0]];
2241
- var StopEventsDetectionJobResponse = [3, n0, _SEDJRtopve, 0, [_JI, _JS], [0, 0]];
2242
- var StopKeyPhrasesDetectionJobRequest = [3, n0, _SKPDJRto, 0, [_JI], [0]];
2243
- var StopKeyPhrasesDetectionJobResponse = [3, n0, _SKPDJRtop, 0, [_JI, _JS], [0, 0]];
2244
- var StopPiiEntitiesDetectionJobRequest = [3, n0, _SPEDJRto, 0, [_JI], [0]];
2245
- var StopPiiEntitiesDetectionJobResponse = [3, n0, _SPEDJRtop, 0, [_JI, _JS], [0, 0]];
2246
- var StopSentimentDetectionJobRequest = [3, n0, _SSDJRto, 0, [_JI], [0]];
2247
- var StopSentimentDetectionJobResponse = [3, n0, _SSDJRtop, 0, [_JI, _JS], [0, 0]];
2248
- var StopTargetedSentimentDetectionJobRequest = [3, n0, _STSDJRto, 0, [_JI], [0]];
2249
- var StopTargetedSentimentDetectionJobResponse = [
2247
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 1, [0, 4], 0, () => VpcConfig$, () => TagList],
2248
+ ];
2249
+ var StartTopicsDetectionJobResponse$ = [3, n0, _STDJRt, 0, [_JI, _JA, _JS], [0, 0, 0]];
2250
+ var StopDominantLanguageDetectionJobRequest$ = [3, n0, _SDLDJRto, 0, [_JI], [0]];
2251
+ var StopDominantLanguageDetectionJobResponse$ = [
2252
+ 3,
2253
+ n0,
2254
+ _SDLDJRtop,
2255
+ 0,
2256
+ [_JI, _JS],
2257
+ [0, 0],
2258
+ ];
2259
+ var StopEntitiesDetectionJobRequest$ = [3, n0, _SEDJRto, 0, [_JI], [0]];
2260
+ var StopEntitiesDetectionJobResponse$ = [3, n0, _SEDJRtop, 0, [_JI, _JS], [0, 0]];
2261
+ var StopEventsDetectionJobRequest$ = [3, n0, _SEDJRtopv, 0, [_JI], [0]];
2262
+ var StopEventsDetectionJobResponse$ = [3, n0, _SEDJRtopve, 0, [_JI, _JS], [0, 0]];
2263
+ var StopKeyPhrasesDetectionJobRequest$ = [3, n0, _SKPDJRto, 0, [_JI], [0]];
2264
+ var StopKeyPhrasesDetectionJobResponse$ = [3, n0, _SKPDJRtop, 0, [_JI, _JS], [0, 0]];
2265
+ var StopPiiEntitiesDetectionJobRequest$ = [3, n0, _SPEDJRto, 0, [_JI], [0]];
2266
+ var StopPiiEntitiesDetectionJobResponse$ = [3, n0, _SPEDJRtop, 0, [_JI, _JS], [0, 0]];
2267
+ var StopSentimentDetectionJobRequest$ = [3, n0, _SSDJRto, 0, [_JI], [0]];
2268
+ var StopSentimentDetectionJobResponse$ = [3, n0, _SSDJRtop, 0, [_JI, _JS], [0, 0]];
2269
+ var StopTargetedSentimentDetectionJobRequest$ = [3, n0, _STSDJRto, 0, [_JI], [0]];
2270
+ var StopTargetedSentimentDetectionJobResponse$ = [
2250
2271
  3,
2251
2272
  n0,
2252
2273
  _STSDJRtop,
@@ -2254,22 +2275,22 @@ var StopTargetedSentimentDetectionJobResponse = [
2254
2275
  [_JI, _JS],
2255
2276
  [0, 0],
2256
2277
  ];
2257
- var StopTrainingDocumentClassifierRequest = [3, n0, _STDCR, 0, [_DCA], [0]];
2258
- var StopTrainingDocumentClassifierResponse = [3, n0, _STDCRt, 0, [], []];
2259
- var StopTrainingEntityRecognizerRequest = [3, n0, _STERR, 0, [_ERA], [0]];
2260
- var StopTrainingEntityRecognizerResponse = [3, n0, _STERRt, 0, [], []];
2261
- var SyntaxToken = [
2278
+ var StopTrainingDocumentClassifierRequest$ = [3, n0, _STDCR, 0, [_DCA], [0]];
2279
+ var StopTrainingDocumentClassifierResponse$ = [3, n0, _STDCRt, 0, [], []];
2280
+ var StopTrainingEntityRecognizerRequest$ = [3, n0, _STERR, 0, [_ERA], [0]];
2281
+ var StopTrainingEntityRecognizerResponse$ = [3, n0, _STERRt, 0, [], []];
2282
+ var SyntaxToken$ = [
2262
2283
  3,
2263
2284
  n0,
2264
2285
  _STy,
2265
2286
  0,
2266
2287
  [_TI, _T, _BO, _EO, _POS],
2267
- [1, 0, 1, 1, () => PartOfSpeechTag],
2288
+ [1, 0, 1, 1, () => PartOfSpeechTag$],
2268
2289
  ];
2269
- var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2270
- var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
2271
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2272
- var TargetedSentimentDetectionJobFilter = [
2290
+ var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2291
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
2292
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
2293
+ var TargetedSentimentDetectionJobFilter$ = [
2273
2294
  3,
2274
2295
  n0,
2275
2296
  _TSDJF,
@@ -2277,15 +2298,15 @@ var TargetedSentimentDetectionJobFilter = [
2277
2298
  [_JN, _JS, _STB, _STA],
2278
2299
  [0, 0, 4, 4],
2279
2300
  ];
2280
- var TargetedSentimentDetectionJobProperties = [
2301
+ var TargetedSentimentDetectionJobProperties$ = [
2281
2302
  3,
2282
2303
  n0,
2283
2304
  _TSDJP,
2284
2305
  0,
2285
2306
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _LC, _DARA, _VKKI, _VC],
2286
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 0, 0, 0, () => VpcConfig],
2307
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, () => VpcConfig$],
2287
2308
  ];
2288
- var TargetedSentimentEntity = [
2309
+ var TargetedSentimentEntity$ = [
2289
2310
  3,
2290
2311
  n0,
2291
2312
  _TSE,
@@ -2293,55 +2314,55 @@ var TargetedSentimentEntity = [
2293
2314
  [_DMI, _Me],
2294
2315
  [64 | 1, () => ListOfMentions],
2295
2316
  ];
2296
- var TargetedSentimentMention = [
2317
+ var TargetedSentimentMention$ = [
2297
2318
  3,
2298
2319
  n0,
2299
2320
  _TSM,
2300
2321
  0,
2301
2322
  [_Sc, _GS, _T, _Ty, _MS, _BO, _EO],
2302
- [1, 1, 0, 0, () => MentionSentiment, 1, 1],
2323
+ [1, 1, 0, 0, () => MentionSentiment$, 1, 1],
2303
2324
  ];
2304
- var TaskConfig = [
2325
+ var TaskConfig$ = [
2305
2326
  3,
2306
2327
  n0,
2307
2328
  _TC,
2308
2329
  0,
2309
2330
  [_LC, _DCC, _ERC],
2310
- [0, () => DocumentClassificationConfig, () => EntityRecognitionConfig],
2331
+ [0, () => DocumentClassificationConfig$, () => EntityRecognitionConfig$],
2311
2332
  ];
2312
- var TextSegment = [3, n0, _TSe, 0, [_T], [[() => CustomerInputString, 0]]];
2313
- var TextSizeLimitExceededException = [-3, n0, _TSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2314
- schema.TypeRegistry.for(n0).registerError(TextSizeLimitExceededException, TextSizeLimitExceededException$1);
2315
- var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
2316
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
2317
- var TooManyTagKeysException = [-3, n0, _TMTKE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2318
- schema.TypeRegistry.for(n0).registerError(TooManyTagKeysException, TooManyTagKeysException$1);
2319
- var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2320
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
2321
- var TopicsDetectionJobFilter = [3, n0, _TDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
2322
- var TopicsDetectionJobProperties = [
2333
+ var TextSegment$ = [3, n0, _TSe, 0, [_T], [[() => CustomerInputString, 0]]];
2334
+ var TextSizeLimitExceededException$ = [-3, n0, _TSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2335
+ schema.TypeRegistry.for(n0).registerError(TextSizeLimitExceededException$, TextSizeLimitExceededException);
2336
+ var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
2337
+ schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
2338
+ var TooManyTagKeysException$ = [-3, n0, _TMTKE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2339
+ schema.TypeRegistry.for(n0).registerError(TooManyTagKeysException$, TooManyTagKeysException);
2340
+ var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2341
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
2342
+ var TopicsDetectionJobFilter$ = [3, n0, _TDJF, 0, [_JN, _JS, _STB, _STA], [0, 0, 4, 4]];
2343
+ var TopicsDetectionJobProperties$ = [
2323
2344
  3,
2324
2345
  n0,
2325
2346
  _TDJP,
2326
2347
  0,
2327
2348
  [_JI, _JA, _JN, _JS, _M, _STu, _ET, _IDC, _ODC, _NOT, _DARA, _VKKI, _VC],
2328
- [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig, () => OutputDataConfig, 1, 0, 0, () => VpcConfig],
2349
+ [0, 0, 0, 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 1, 0, 0, () => VpcConfig$],
2329
2350
  ];
2330
- var ToxicContent = [3, n0, _TCo, 0, [_N, _Sc], [0, 1]];
2331
- var ToxicLabels = [3, n0, _TLo, 0, [_La, _Tox], [() => ListOfToxicContent, 1]];
2332
- var UnsupportedLanguageException = [-3, n0, _ULE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2333
- schema.TypeRegistry.for(n0).registerError(UnsupportedLanguageException, UnsupportedLanguageException$1);
2334
- var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
2335
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2336
- var UpdateDataSecurityConfig = [
2351
+ var ToxicContent$ = [3, n0, _TCo, 0, [_N, _Sc], [0, 1]];
2352
+ var ToxicLabels$ = [3, n0, _TLo, 0, [_La, _Tox], [() => ListOfToxicContent, 1]];
2353
+ var UnsupportedLanguageException$ = [-3, n0, _ULE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2354
+ schema.TypeRegistry.for(n0).registerError(UnsupportedLanguageException$, UnsupportedLanguageException);
2355
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
2356
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2357
+ var UpdateDataSecurityConfig$ = [
2337
2358
  3,
2338
2359
  n0,
2339
2360
  _UDSC,
2340
2361
  0,
2341
2362
  [_MKKI, _VKKI, _VC],
2342
- [0, 0, () => VpcConfig],
2363
+ [0, 0, () => VpcConfig$],
2343
2364
  ];
2344
- var UpdateEndpointRequest = [
2365
+ var UpdateEndpointRequest$ = [
2345
2366
  3,
2346
2367
  n0,
2347
2368
  _UER,
@@ -2349,816 +2370,786 @@ var UpdateEndpointRequest = [
2349
2370
  [_EA, _DMA, _DIU, _DDARA, _FA],
2350
2371
  [0, 0, 1, 0, 0],
2351
2372
  ];
2352
- var UpdateEndpointResponse = [3, n0, _UERp, 0, [_DMA], [0]];
2353
- var UpdateFlywheelRequest = [
2373
+ var UpdateEndpointResponse$ = [3, n0, _UERp, 0, [_DMA], [0]];
2374
+ var UpdateFlywheelRequest$ = [
2354
2375
  3,
2355
2376
  n0,
2356
2377
  _UFR,
2357
2378
  0,
2358
2379
  [_FA, _AMA, _DARA, _DSC],
2359
- [0, 0, 0, () => UpdateDataSecurityConfig],
2360
- ];
2361
- var UpdateFlywheelResponse = [3, n0, _UFRp, 0, [_FP], [() => FlywheelProperties]];
2362
- var VpcConfig = [3, n0, _VC, 0, [_SGI, _Su], [64 | 0, 64 | 0]];
2363
- var WarningsListItem = [3, n0, _WLI, 0, [_P, _WC, _WM], [1, 0, 0]];
2364
- var ComprehendServiceException = [-3, _sm, "ComprehendServiceException", 0, [], []];
2365
- schema.TypeRegistry.for(_sm).registerError(ComprehendServiceException, ComprehendServiceException$1);
2366
- var BatchItemErrorList = [1, n0, _BIEL, 0, () => BatchItemError];
2380
+ [0, 0, 0, () => UpdateDataSecurityConfig$],
2381
+ ];
2382
+ var UpdateFlywheelResponse$ = [3, n0, _UFRp, 0, [_FP], [() => FlywheelProperties$]];
2383
+ var VpcConfig$ = [3, n0, _VC, 0, [_SGI, _Su], [64 | 0, 64 | 0]];
2384
+ var WarningsListItem$ = [3, n0, _WLI, 0, [_P, _WC, _WM], [1, 0, 0]];
2385
+ var ComprehendServiceException$ = [-3, _sm, "ComprehendServiceException", 0, [], []];
2386
+ schema.TypeRegistry.for(_sm).registerError(ComprehendServiceException$, ComprehendServiceException);
2387
+ var BatchItemErrorList = [1, n0, _BIEL, 0, () => BatchItemError$];
2367
2388
  var CustomerInputStringList = [1, n0, _CISL, 8, [() => CustomerInputString, 0]];
2368
- var DatasetAugmentedManifestsList = [1, n0, _DAML, 0, () => DatasetAugmentedManifestsListItem];
2369
- var DatasetPropertiesList = [1, n0, _DPL, 0, () => DatasetProperties];
2389
+ var DatasetAugmentedManifestsList = [1, n0, _DAML, 0, () => DatasetAugmentedManifestsListItem$];
2390
+ var DatasetPropertiesList = [1, n0, _DPL, 0, () => DatasetProperties$];
2370
2391
  var DocumentClassificationJobPropertiesList = [
2371
2392
  1,
2372
2393
  n0,
2373
2394
  _DCJPL,
2374
2395
  0,
2375
- () => DocumentClassificationJobProperties,
2376
- ];
2377
- var DocumentClassifierAugmentedManifestsList = [
2378
- 1,
2379
- n0,
2380
- _DCAML,
2381
- 0,
2382
- () => AugmentedManifestsListItem,
2383
- ];
2384
- var DocumentClassifierPropertiesList = [
2385
- 1,
2386
- n0,
2387
- _DCPL,
2388
- 0,
2389
- [() => DocumentClassifierProperties, 0],
2396
+ () => DocumentClassificationJobProperties$,
2390
2397
  ];
2391
- var DocumentClassifierSummariesList = [1, n0, _DCSL, 0, () => DocumentClassifierSummary];
2398
+ var DocumentClassifierAugmentedManifestsList = [1, n0, _DCAML, 0, () => AugmentedManifestsListItem$];
2399
+ var DocumentClassifierPropertiesList = [1, n0, _DCPL, 0, [() => DocumentClassifierProperties$, 0]];
2400
+ var DocumentClassifierSummariesList = [1, n0, _DCSL, 0, () => DocumentClassifierSummary$];
2392
2401
  var DominantLanguageDetectionJobPropertiesList = [
2393
2402
  1,
2394
2403
  n0,
2395
2404
  _DLDJPL,
2396
2405
  0,
2397
- () => DominantLanguageDetectionJobProperties,
2398
- ];
2399
- var EndpointPropertiesList = [1, n0, _EPL, 0, () => EndpointProperties];
2400
- var EntitiesDetectionJobPropertiesList = [
2401
- 1,
2402
- n0,
2403
- _EDJPL,
2404
- 0,
2405
- () => EntitiesDetectionJobProperties,
2406
- ];
2407
- var EntityRecognizerAugmentedManifestsList = [
2408
- 1,
2409
- n0,
2410
- _ERAML,
2411
- 0,
2412
- () => AugmentedManifestsListItem,
2406
+ () => DominantLanguageDetectionJobProperties$,
2413
2407
  ];
2408
+ var EndpointPropertiesList = [1, n0, _EPL, 0, () => EndpointProperties$];
2409
+ var EntitiesDetectionJobPropertiesList = [1, n0, _EDJPL, 0, () => EntitiesDetectionJobProperties$];
2410
+ var EntityRecognizerAugmentedManifestsList = [1, n0, _ERAML, 0, () => AugmentedManifestsListItem$];
2414
2411
  var EntityRecognizerMetadataEntityTypesList = [
2415
2412
  1,
2416
2413
  n0,
2417
2414
  _ERMETL,
2418
2415
  0,
2419
- () => EntityRecognizerMetadataEntityTypesListItem,
2416
+ () => EntityRecognizerMetadataEntityTypesListItem$,
2420
2417
  ];
2421
- var EntityRecognizerPropertiesList = [1, n0, _ERPL, 0, [() => EntityRecognizerProperties, 0]];
2422
- var EntityRecognizerSummariesList = [1, n0, _ERSL, 0, () => EntityRecognizerSummary];
2423
- var EntityTypesList = [1, n0, _ETL, 0, () => EntityTypesListItem];
2424
- var EventsDetectionJobPropertiesList = [1, n0, _EDJPLv, 0, () => EventsDetectionJobProperties];
2425
- var FlywheelIterationPropertiesList = [1, n0, _FIPL, 0, () => FlywheelIterationProperties];
2426
- var FlywheelSummaryList = [1, n0, _FSL, 0, () => FlywheelSummary];
2418
+ var EntityRecognizerPropertiesList = [1, n0, _ERPL, 0, [() => EntityRecognizerProperties$, 0]];
2419
+ var EntityRecognizerSummariesList = [1, n0, _ERSL, 0, () => EntityRecognizerSummary$];
2420
+ var EntityTypesList = [1, n0, _ETL, 0, () => EntityTypesListItem$];
2421
+ var EventsDetectionJobPropertiesList = [1, n0, _EDJPLv, 0, () => EventsDetectionJobProperties$];
2422
+ var FlywheelIterationPropertiesList = [1, n0, _FIPL, 0, () => FlywheelIterationProperties$];
2423
+ var FlywheelSummaryList = [1, n0, _FSL, 0, () => FlywheelSummary$];
2427
2424
  var KeyPhrasesDetectionJobPropertiesList = [
2428
2425
  1,
2429
2426
  n0,
2430
2427
  _KPDJPL,
2431
2428
  0,
2432
- () => KeyPhrasesDetectionJobProperties,
2429
+ () => KeyPhrasesDetectionJobProperties$,
2433
2430
  ];
2434
- var ListOfBlockReferences = [1, n0, _LOBR, 0, () => BlockReference];
2435
- var ListOfBlocks = [1, n0, _LOB, 0, () => Block];
2436
- var ListOfChildBlocks = [1, n0, _LOCB, 0, () => ChildBlock];
2437
- var ListOfClasses = [1, n0, _LOC, 0, () => DocumentClass];
2431
+ var ListOfBlockReferences = [1, n0, _LOBR, 0, () => BlockReference$];
2432
+ var ListOfBlocks = [1, n0, _LOB, 0, () => Block$];
2433
+ var ListOfChildBlocks = [1, n0, _LOCB, 0, () => ChildBlock$];
2434
+ var ListOfClasses = [1, n0, _LOC, 0, () => DocumentClass$];
2438
2435
  var ListOfDetectDominantLanguageResult = [
2439
2436
  1,
2440
2437
  n0,
2441
2438
  _LODDLR,
2442
2439
  0,
2443
- () => BatchDetectDominantLanguageItemResult,
2440
+ () => BatchDetectDominantLanguageItemResult$,
2444
2441
  ];
2445
- var ListOfDetectEntitiesResult = [1, n0, _LODER, 0, () => BatchDetectEntitiesItemResult];
2446
- var ListOfDetectKeyPhrasesResult = [1, n0, _LODKPR, 0, () => BatchDetectKeyPhrasesItemResult];
2447
- var ListOfDetectSentimentResult = [1, n0, _LODSR, 0, () => BatchDetectSentimentItemResult];
2448
- var ListOfDetectSyntaxResult = [1, n0, _LODSRi, 0, () => BatchDetectSyntaxItemResult];
2442
+ var ListOfDetectEntitiesResult = [1, n0, _LODER, 0, () => BatchDetectEntitiesItemResult$];
2443
+ var ListOfDetectKeyPhrasesResult = [1, n0, _LODKPR, 0, () => BatchDetectKeyPhrasesItemResult$];
2444
+ var ListOfDetectSentimentResult = [1, n0, _LODSR, 0, () => BatchDetectSentimentItemResult$];
2445
+ var ListOfDetectSyntaxResult = [1, n0, _LODSRi, 0, () => BatchDetectSyntaxItemResult$];
2449
2446
  var ListOfDetectTargetedSentimentResult = [
2450
2447
  1,
2451
2448
  n0,
2452
2449
  _LODTSR,
2453
2450
  0,
2454
- () => BatchDetectTargetedSentimentItemResult,
2455
- ];
2456
- var ListOfDocumentType = [1, n0, _LODT, 0, () => DocumentTypeListItem];
2457
- var ListOfDominantLanguages = [1, n0, _LODL, 0, () => DominantLanguage];
2458
- var ListOfEntities = [1, n0, _LOE, 0, () => Entity];
2459
- var ListOfEntityLabels = [1, n0, _LOEL, 0, () => EntityLabel];
2460
- var ListOfErrors = [1, n0, _LOEi, 0, () => ErrorsListItem];
2461
- var ListOfExtractedCharacters = [1, n0, _LOEC, 0, () => ExtractedCharactersListItem];
2462
- var ListOfKeyPhrases = [1, n0, _LOKP, 0, () => KeyPhrase];
2463
- var ListOfLabels = [1, n0, _LOL, 0, () => DocumentLabel];
2464
- var ListOfMentions = [1, n0, _LOM, 0, () => TargetedSentimentMention];
2465
- var ListOfPiiEntities = [1, n0, _LOPE, 0, () => PiiEntity];
2466
- var ListOfRelationships = [1, n0, _LOR, 0, () => RelationshipsListItem];
2467
- var ListOfSyntaxTokens = [1, n0, _LOST, 0, () => SyntaxToken];
2468
- var ListOfTargetedSentimentEntities = [1, n0, _LOTSE, 0, () => TargetedSentimentEntity];
2469
- var ListOfTextSegments = [1, n0, _LOTS, 8, [() => TextSegment, 0]];
2470
- var ListOfToxicContent = [1, n0, _LOTC, 0, () => ToxicContent];
2471
- var ListOfToxicLabels = [1, n0, _LOTL, 0, () => ToxicLabels];
2472
- var ListOfWarnings = [1, n0, _LOW, 0, () => WarningsListItem];
2451
+ () => BatchDetectTargetedSentimentItemResult$,
2452
+ ];
2453
+ var ListOfDocumentType = [1, n0, _LODT, 0, () => DocumentTypeListItem$];
2454
+ var ListOfDominantLanguages = [1, n0, _LODL, 0, () => DominantLanguage$];
2455
+ var ListOfEntities = [1, n0, _LOE, 0, () => Entity$];
2456
+ var ListOfEntityLabels = [1, n0, _LOEL, 0, () => EntityLabel$];
2457
+ var ListOfErrors = [1, n0, _LOEi, 0, () => ErrorsListItem$];
2458
+ var ListOfExtractedCharacters = [1, n0, _LOEC, 0, () => ExtractedCharactersListItem$];
2459
+ var ListOfKeyPhrases = [1, n0, _LOKP, 0, () => KeyPhrase$];
2460
+ var ListOfLabels = [1, n0, _LOL, 0, () => DocumentLabel$];
2461
+ var ListOfMentions = [1, n0, _LOM, 0, () => TargetedSentimentMention$];
2462
+ var ListOfPiiEntities = [1, n0, _LOPE, 0, () => PiiEntity$];
2463
+ var ListOfRelationships = [1, n0, _LOR, 0, () => RelationshipsListItem$];
2464
+ var ListOfSyntaxTokens = [1, n0, _LOST, 0, () => SyntaxToken$];
2465
+ var ListOfTargetedSentimentEntities = [1, n0, _LOTSE, 0, () => TargetedSentimentEntity$];
2466
+ var ListOfTextSegments = [1, n0, _LOTS, 8, [() => TextSegment$, 0]];
2467
+ var ListOfToxicContent = [1, n0, _LOTC, 0, () => ToxicContent$];
2468
+ var ListOfToxicLabels = [1, n0, _LOTL, 0, () => ToxicLabels$];
2469
+ var ListOfWarnings = [1, n0, _LOW, 0, () => WarningsListItem$];
2473
2470
  var PiiEntitiesDetectionJobPropertiesList = [
2474
2471
  1,
2475
2472
  n0,
2476
2473
  _PEDJPL,
2477
2474
  0,
2478
- () => PiiEntitiesDetectionJobProperties,
2479
- ];
2480
- var Polygon = [1, n0, _Po, 0, () => Point];
2481
- var SentimentDetectionJobPropertiesList = [
2482
- 1,
2483
- n0,
2484
- _SDJPL,
2485
- 0,
2486
- () => SentimentDetectionJobProperties,
2475
+ () => PiiEntitiesDetectionJobProperties$,
2487
2476
  ];
2488
- var TagList = [1, n0, _TLa, 0, () => Tag];
2477
+ var Polygon = [1, n0, _Po, 0, () => Point$];
2478
+ var SentimentDetectionJobPropertiesList = [1, n0, _SDJPL, 0, () => SentimentDetectionJobProperties$];
2479
+ var TagList = [1, n0, _TLa, 0, () => Tag$];
2489
2480
  var TargetedSentimentDetectionJobPropertiesList = [
2490
2481
  1,
2491
2482
  n0,
2492
2483
  _TSDJPL,
2493
2484
  0,
2494
- () => TargetedSentimentDetectionJobProperties,
2485
+ () => TargetedSentimentDetectionJobProperties$,
2495
2486
  ];
2496
- var TopicsDetectionJobPropertiesList = [1, n0, _TDJPL, 0, () => TopicsDetectionJobProperties];
2497
- var BatchDetectDominantLanguage = [
2487
+ var TopicsDetectionJobPropertiesList = [1, n0, _TDJPL, 0, () => TopicsDetectionJobProperties$];
2488
+ var BatchDetectDominantLanguage$ = [
2498
2489
  9,
2499
2490
  n0,
2500
2491
  _BDDL,
2501
2492
  0,
2502
- () => BatchDetectDominantLanguageRequest,
2503
- () => BatchDetectDominantLanguageResponse,
2493
+ () => BatchDetectDominantLanguageRequest$,
2494
+ () => BatchDetectDominantLanguageResponse$,
2504
2495
  ];
2505
- var BatchDetectEntities = [
2496
+ var BatchDetectEntities$ = [
2506
2497
  9,
2507
2498
  n0,
2508
2499
  _BDE,
2509
2500
  0,
2510
- () => BatchDetectEntitiesRequest,
2511
- () => BatchDetectEntitiesResponse,
2501
+ () => BatchDetectEntitiesRequest$,
2502
+ () => BatchDetectEntitiesResponse$,
2512
2503
  ];
2513
- var BatchDetectKeyPhrases = [
2504
+ var BatchDetectKeyPhrases$ = [
2514
2505
  9,
2515
2506
  n0,
2516
2507
  _BDKP,
2517
2508
  0,
2518
- () => BatchDetectKeyPhrasesRequest,
2519
- () => BatchDetectKeyPhrasesResponse,
2509
+ () => BatchDetectKeyPhrasesRequest$,
2510
+ () => BatchDetectKeyPhrasesResponse$,
2520
2511
  ];
2521
- var BatchDetectSentiment = [
2512
+ var BatchDetectSentiment$ = [
2522
2513
  9,
2523
2514
  n0,
2524
2515
  _BDS,
2525
2516
  0,
2526
- () => BatchDetectSentimentRequest,
2527
- () => BatchDetectSentimentResponse,
2517
+ () => BatchDetectSentimentRequest$,
2518
+ () => BatchDetectSentimentResponse$,
2528
2519
  ];
2529
- var BatchDetectSyntax = [
2520
+ var BatchDetectSyntax$ = [
2530
2521
  9,
2531
2522
  n0,
2532
2523
  _BDSa,
2533
2524
  0,
2534
- () => BatchDetectSyntaxRequest,
2535
- () => BatchDetectSyntaxResponse,
2525
+ () => BatchDetectSyntaxRequest$,
2526
+ () => BatchDetectSyntaxResponse$,
2536
2527
  ];
2537
- var BatchDetectTargetedSentiment = [
2528
+ var BatchDetectTargetedSentiment$ = [
2538
2529
  9,
2539
2530
  n0,
2540
2531
  _BDTS,
2541
2532
  0,
2542
- () => BatchDetectTargetedSentimentRequest,
2543
- () => BatchDetectTargetedSentimentResponse,
2533
+ () => BatchDetectTargetedSentimentRequest$,
2534
+ () => BatchDetectTargetedSentimentResponse$,
2544
2535
  ];
2545
- var ClassifyDocument = [
2536
+ var ClassifyDocument$ = [
2546
2537
  9,
2547
2538
  n0,
2548
2539
  _CD,
2549
2540
  0,
2550
- () => ClassifyDocumentRequest,
2551
- () => ClassifyDocumentResponse,
2541
+ () => ClassifyDocumentRequest$,
2542
+ () => ClassifyDocumentResponse$,
2552
2543
  ];
2553
- var ContainsPiiEntities = [
2544
+ var ContainsPiiEntities$ = [
2554
2545
  9,
2555
2546
  n0,
2556
2547
  _CPE,
2557
2548
  0,
2558
- () => ContainsPiiEntitiesRequest,
2559
- () => ContainsPiiEntitiesResponse,
2549
+ () => ContainsPiiEntitiesRequest$,
2550
+ () => ContainsPiiEntitiesResponse$,
2560
2551
  ];
2561
- var CreateDataset = [
2552
+ var CreateDataset$ = [
2562
2553
  9,
2563
2554
  n0,
2564
2555
  _CDr,
2565
2556
  0,
2566
- () => CreateDatasetRequest,
2567
- () => CreateDatasetResponse,
2557
+ () => CreateDatasetRequest$,
2558
+ () => CreateDatasetResponse$,
2568
2559
  ];
2569
- var CreateDocumentClassifier = [
2560
+ var CreateDocumentClassifier$ = [
2570
2561
  9,
2571
2562
  n0,
2572
2563
  _CDC,
2573
2564
  0,
2574
- () => CreateDocumentClassifierRequest,
2575
- () => CreateDocumentClassifierResponse,
2565
+ () => CreateDocumentClassifierRequest$,
2566
+ () => CreateDocumentClassifierResponse$,
2576
2567
  ];
2577
- var CreateEndpoint = [
2568
+ var CreateEndpoint$ = [
2578
2569
  9,
2579
2570
  n0,
2580
2571
  _CE,
2581
2572
  0,
2582
- () => CreateEndpointRequest,
2583
- () => CreateEndpointResponse,
2573
+ () => CreateEndpointRequest$,
2574
+ () => CreateEndpointResponse$,
2584
2575
  ];
2585
- var CreateEntityRecognizer = [
2576
+ var CreateEntityRecognizer$ = [
2586
2577
  9,
2587
2578
  n0,
2588
2579
  _CERre,
2589
2580
  0,
2590
- () => CreateEntityRecognizerRequest,
2591
- () => CreateEntityRecognizerResponse,
2581
+ () => CreateEntityRecognizerRequest$,
2582
+ () => CreateEntityRecognizerResponse$,
2592
2583
  ];
2593
- var CreateFlywheel = [
2584
+ var CreateFlywheel$ = [
2594
2585
  9,
2595
2586
  n0,
2596
2587
  _CF,
2597
2588
  0,
2598
- () => CreateFlywheelRequest,
2599
- () => CreateFlywheelResponse,
2589
+ () => CreateFlywheelRequest$,
2590
+ () => CreateFlywheelResponse$,
2600
2591
  ];
2601
- var DeleteDocumentClassifier = [
2592
+ var DeleteDocumentClassifier$ = [
2602
2593
  9,
2603
2594
  n0,
2604
2595
  _DDC,
2605
2596
  0,
2606
- () => DeleteDocumentClassifierRequest,
2607
- () => DeleteDocumentClassifierResponse,
2597
+ () => DeleteDocumentClassifierRequest$,
2598
+ () => DeleteDocumentClassifierResponse$,
2608
2599
  ];
2609
- var DeleteEndpoint = [
2600
+ var DeleteEndpoint$ = [
2610
2601
  9,
2611
2602
  n0,
2612
2603
  _DE,
2613
2604
  0,
2614
- () => DeleteEndpointRequest,
2615
- () => DeleteEndpointResponse,
2605
+ () => DeleteEndpointRequest$,
2606
+ () => DeleteEndpointResponse$,
2616
2607
  ];
2617
- var DeleteEntityRecognizer = [
2608
+ var DeleteEntityRecognizer$ = [
2618
2609
  9,
2619
2610
  n0,
2620
2611
  _DERel,
2621
2612
  0,
2622
- () => DeleteEntityRecognizerRequest,
2623
- () => DeleteEntityRecognizerResponse,
2613
+ () => DeleteEntityRecognizerRequest$,
2614
+ () => DeleteEntityRecognizerResponse$,
2624
2615
  ];
2625
- var DeleteFlywheel = [
2616
+ var DeleteFlywheel$ = [
2626
2617
  9,
2627
2618
  n0,
2628
2619
  _DFe,
2629
2620
  0,
2630
- () => DeleteFlywheelRequest,
2631
- () => DeleteFlywheelResponse,
2621
+ () => DeleteFlywheelRequest$,
2622
+ () => DeleteFlywheelResponse$,
2632
2623
  ];
2633
- var DeleteResourcePolicy = [
2624
+ var DeleteResourcePolicy$ = [
2634
2625
  9,
2635
2626
  n0,
2636
2627
  _DRP,
2637
2628
  0,
2638
- () => DeleteResourcePolicyRequest,
2639
- () => DeleteResourcePolicyResponse,
2629
+ () => DeleteResourcePolicyRequest$,
2630
+ () => DeleteResourcePolicyResponse$,
2640
2631
  ];
2641
- var DescribeDataset = [
2632
+ var DescribeDataset$ = [
2642
2633
  9,
2643
2634
  n0,
2644
2635
  _DD,
2645
2636
  0,
2646
- () => DescribeDatasetRequest,
2647
- () => DescribeDatasetResponse,
2637
+ () => DescribeDatasetRequest$,
2638
+ () => DescribeDatasetResponse$,
2648
2639
  ];
2649
- var DescribeDocumentClassificationJob = [
2640
+ var DescribeDocumentClassificationJob$ = [
2650
2641
  9,
2651
2642
  n0,
2652
2643
  _DDCJ,
2653
2644
  0,
2654
- () => DescribeDocumentClassificationJobRequest,
2655
- () => DescribeDocumentClassificationJobResponse,
2645
+ () => DescribeDocumentClassificationJobRequest$,
2646
+ () => DescribeDocumentClassificationJobResponse$,
2656
2647
  ];
2657
- var DescribeDocumentClassifier = [
2648
+ var DescribeDocumentClassifier$ = [
2658
2649
  9,
2659
2650
  n0,
2660
2651
  _DDCe,
2661
2652
  0,
2662
- () => DescribeDocumentClassifierRequest,
2663
- () => DescribeDocumentClassifierResponse,
2653
+ () => DescribeDocumentClassifierRequest$,
2654
+ () => DescribeDocumentClassifierResponse$,
2664
2655
  ];
2665
- var DescribeDominantLanguageDetectionJob = [
2656
+ var DescribeDominantLanguageDetectionJob$ = [
2666
2657
  9,
2667
2658
  n0,
2668
2659
  _DDLDJ,
2669
2660
  0,
2670
- () => DescribeDominantLanguageDetectionJobRequest,
2671
- () => DescribeDominantLanguageDetectionJobResponse,
2661
+ () => DescribeDominantLanguageDetectionJobRequest$,
2662
+ () => DescribeDominantLanguageDetectionJobResponse$,
2672
2663
  ];
2673
- var DescribeEndpoint = [
2664
+ var DescribeEndpoint$ = [
2674
2665
  9,
2675
2666
  n0,
2676
2667
  _DEe,
2677
2668
  0,
2678
- () => DescribeEndpointRequest,
2679
- () => DescribeEndpointResponse,
2669
+ () => DescribeEndpointRequest$,
2670
+ () => DescribeEndpointResponse$,
2680
2671
  ];
2681
- var DescribeEntitiesDetectionJob = [
2672
+ var DescribeEntitiesDetectionJob$ = [
2682
2673
  9,
2683
2674
  n0,
2684
2675
  _DEDJ,
2685
2676
  0,
2686
- () => DescribeEntitiesDetectionJobRequest,
2687
- () => DescribeEntitiesDetectionJobResponse,
2677
+ () => DescribeEntitiesDetectionJobRequest$,
2678
+ () => DescribeEntitiesDetectionJobResponse$,
2688
2679
  ];
2689
- var DescribeEntityRecognizer = [
2680
+ var DescribeEntityRecognizer$ = [
2690
2681
  9,
2691
2682
  n0,
2692
2683
  _DERescr,
2693
2684
  0,
2694
- () => DescribeEntityRecognizerRequest,
2695
- () => DescribeEntityRecognizerResponse,
2685
+ () => DescribeEntityRecognizerRequest$,
2686
+ () => DescribeEntityRecognizerResponse$,
2696
2687
  ];
2697
- var DescribeEventsDetectionJob = [
2688
+ var DescribeEventsDetectionJob$ = [
2698
2689
  9,
2699
2690
  n0,
2700
2691
  _DEDJe,
2701
2692
  0,
2702
- () => DescribeEventsDetectionJobRequest,
2703
- () => DescribeEventsDetectionJobResponse,
2693
+ () => DescribeEventsDetectionJobRequest$,
2694
+ () => DescribeEventsDetectionJobResponse$,
2704
2695
  ];
2705
- var DescribeFlywheel = [
2696
+ var DescribeFlywheel$ = [
2706
2697
  9,
2707
2698
  n0,
2708
2699
  _DFes,
2709
2700
  0,
2710
- () => DescribeFlywheelRequest,
2711
- () => DescribeFlywheelResponse,
2701
+ () => DescribeFlywheelRequest$,
2702
+ () => DescribeFlywheelResponse$,
2712
2703
  ];
2713
- var DescribeFlywheelIteration = [
2704
+ var DescribeFlywheelIteration$ = [
2714
2705
  9,
2715
2706
  n0,
2716
2707
  _DFI,
2717
2708
  0,
2718
- () => DescribeFlywheelIterationRequest,
2719
- () => DescribeFlywheelIterationResponse,
2709
+ () => DescribeFlywheelIterationRequest$,
2710
+ () => DescribeFlywheelIterationResponse$,
2720
2711
  ];
2721
- var DescribeKeyPhrasesDetectionJob = [
2712
+ var DescribeKeyPhrasesDetectionJob$ = [
2722
2713
  9,
2723
2714
  n0,
2724
2715
  _DKPDJ,
2725
2716
  0,
2726
- () => DescribeKeyPhrasesDetectionJobRequest,
2727
- () => DescribeKeyPhrasesDetectionJobResponse,
2717
+ () => DescribeKeyPhrasesDetectionJobRequest$,
2718
+ () => DescribeKeyPhrasesDetectionJobResponse$,
2728
2719
  ];
2729
- var DescribePiiEntitiesDetectionJob = [
2720
+ var DescribePiiEntitiesDetectionJob$ = [
2730
2721
  9,
2731
2722
  n0,
2732
2723
  _DPEDJ,
2733
2724
  0,
2734
- () => DescribePiiEntitiesDetectionJobRequest,
2735
- () => DescribePiiEntitiesDetectionJobResponse,
2725
+ () => DescribePiiEntitiesDetectionJobRequest$,
2726
+ () => DescribePiiEntitiesDetectionJobResponse$,
2736
2727
  ];
2737
- var DescribeResourcePolicy = [
2728
+ var DescribeResourcePolicy$ = [
2738
2729
  9,
2739
2730
  n0,
2740
2731
  _DRPe,
2741
2732
  0,
2742
- () => DescribeResourcePolicyRequest,
2743
- () => DescribeResourcePolicyResponse,
2733
+ () => DescribeResourcePolicyRequest$,
2734
+ () => DescribeResourcePolicyResponse$,
2744
2735
  ];
2745
- var DescribeSentimentDetectionJob = [
2736
+ var DescribeSentimentDetectionJob$ = [
2746
2737
  9,
2747
2738
  n0,
2748
2739
  _DSDJ,
2749
2740
  0,
2750
- () => DescribeSentimentDetectionJobRequest,
2751
- () => DescribeSentimentDetectionJobResponse,
2741
+ () => DescribeSentimentDetectionJobRequest$,
2742
+ () => DescribeSentimentDetectionJobResponse$,
2752
2743
  ];
2753
- var DescribeTargetedSentimentDetectionJob = [
2744
+ var DescribeTargetedSentimentDetectionJob$ = [
2754
2745
  9,
2755
2746
  n0,
2756
2747
  _DTSDJ,
2757
2748
  0,
2758
- () => DescribeTargetedSentimentDetectionJobRequest,
2759
- () => DescribeTargetedSentimentDetectionJobResponse,
2749
+ () => DescribeTargetedSentimentDetectionJobRequest$,
2750
+ () => DescribeTargetedSentimentDetectionJobResponse$,
2760
2751
  ];
2761
- var DescribeTopicsDetectionJob = [
2752
+ var DescribeTopicsDetectionJob$ = [
2762
2753
  9,
2763
2754
  n0,
2764
2755
  _DTDJ,
2765
2756
  0,
2766
- () => DescribeTopicsDetectionJobRequest,
2767
- () => DescribeTopicsDetectionJobResponse,
2757
+ () => DescribeTopicsDetectionJobRequest$,
2758
+ () => DescribeTopicsDetectionJobResponse$,
2768
2759
  ];
2769
- var DetectDominantLanguage = [
2760
+ var DetectDominantLanguage$ = [
2770
2761
  9,
2771
2762
  n0,
2772
2763
  _DDL,
2773
2764
  0,
2774
- () => DetectDominantLanguageRequest,
2775
- () => DetectDominantLanguageResponse,
2765
+ () => DetectDominantLanguageRequest$,
2766
+ () => DetectDominantLanguageResponse$,
2776
2767
  ];
2777
- var DetectEntities = [
2768
+ var DetectEntities$ = [
2778
2769
  9,
2779
2770
  n0,
2780
2771
  _DEet,
2781
2772
  0,
2782
- () => DetectEntitiesRequest,
2783
- () => DetectEntitiesResponse,
2773
+ () => DetectEntitiesRequest$,
2774
+ () => DetectEntitiesResponse$,
2784
2775
  ];
2785
- var DetectKeyPhrases = [
2776
+ var DetectKeyPhrases$ = [
2786
2777
  9,
2787
2778
  n0,
2788
2779
  _DKP,
2789
2780
  0,
2790
- () => DetectKeyPhrasesRequest,
2791
- () => DetectKeyPhrasesResponse,
2781
+ () => DetectKeyPhrasesRequest$,
2782
+ () => DetectKeyPhrasesResponse$,
2792
2783
  ];
2793
- var DetectPiiEntities = [
2784
+ var DetectPiiEntities$ = [
2794
2785
  9,
2795
2786
  n0,
2796
2787
  _DPE,
2797
2788
  0,
2798
- () => DetectPiiEntitiesRequest,
2799
- () => DetectPiiEntitiesResponse,
2789
+ () => DetectPiiEntitiesRequest$,
2790
+ () => DetectPiiEntitiesResponse$,
2800
2791
  ];
2801
- var DetectSentiment = [
2792
+ var DetectSentiment$ = [
2802
2793
  9,
2803
2794
  n0,
2804
2795
  _DS,
2805
2796
  0,
2806
- () => DetectSentimentRequest,
2807
- () => DetectSentimentResponse,
2797
+ () => DetectSentimentRequest$,
2798
+ () => DetectSentimentResponse$,
2808
2799
  ];
2809
- var DetectSyntax = [
2800
+ var DetectSyntax$ = [
2810
2801
  9,
2811
2802
  n0,
2812
2803
  _DSe,
2813
2804
  0,
2814
- () => DetectSyntaxRequest,
2815
- () => DetectSyntaxResponse,
2805
+ () => DetectSyntaxRequest$,
2806
+ () => DetectSyntaxResponse$,
2816
2807
  ];
2817
- var DetectTargetedSentiment = [
2808
+ var DetectTargetedSentiment$ = [
2818
2809
  9,
2819
2810
  n0,
2820
2811
  _DTS,
2821
2812
  0,
2822
- () => DetectTargetedSentimentRequest,
2823
- () => DetectTargetedSentimentResponse,
2813
+ () => DetectTargetedSentimentRequest$,
2814
+ () => DetectTargetedSentimentResponse$,
2824
2815
  ];
2825
- var DetectToxicContent = [
2816
+ var DetectToxicContent$ = [
2826
2817
  9,
2827
2818
  n0,
2828
2819
  _DTC,
2829
2820
  0,
2830
- () => DetectToxicContentRequest,
2831
- () => DetectToxicContentResponse,
2821
+ () => DetectToxicContentRequest$,
2822
+ () => DetectToxicContentResponse$,
2832
2823
  ];
2833
- var ImportModel = [9, n0, _IM, 0, () => ImportModelRequest, () => ImportModelResponse];
2834
- var ListDatasets = [
2824
+ var ImportModel$ = [9, n0, _IM, 0, () => ImportModelRequest$, () => ImportModelResponse$];
2825
+ var ListDatasets$ = [
2835
2826
  9,
2836
2827
  n0,
2837
2828
  _LDi,
2838
2829
  0,
2839
- () => ListDatasetsRequest,
2840
- () => ListDatasetsResponse,
2830
+ () => ListDatasetsRequest$,
2831
+ () => ListDatasetsResponse$,
2841
2832
  ];
2842
- var ListDocumentClassificationJobs = [
2833
+ var ListDocumentClassificationJobs$ = [
2843
2834
  9,
2844
2835
  n0,
2845
2836
  _LDCJ,
2846
2837
  0,
2847
- () => ListDocumentClassificationJobsRequest,
2848
- () => ListDocumentClassificationJobsResponse,
2838
+ () => ListDocumentClassificationJobsRequest$,
2839
+ () => ListDocumentClassificationJobsResponse$,
2849
2840
  ];
2850
- var ListDocumentClassifiers = [
2841
+ var ListDocumentClassifiers$ = [
2851
2842
  9,
2852
2843
  n0,
2853
2844
  _LDC,
2854
2845
  0,
2855
- () => ListDocumentClassifiersRequest,
2856
- () => ListDocumentClassifiersResponse,
2846
+ () => ListDocumentClassifiersRequest$,
2847
+ () => ListDocumentClassifiersResponse$,
2857
2848
  ];
2858
- var ListDocumentClassifierSummaries = [
2849
+ var ListDocumentClassifierSummaries$ = [
2859
2850
  9,
2860
2851
  n0,
2861
2852
  _LDCS,
2862
2853
  0,
2863
- () => ListDocumentClassifierSummariesRequest,
2864
- () => ListDocumentClassifierSummariesResponse,
2854
+ () => ListDocumentClassifierSummariesRequest$,
2855
+ () => ListDocumentClassifierSummariesResponse$,
2865
2856
  ];
2866
- var ListDominantLanguageDetectionJobs = [
2857
+ var ListDominantLanguageDetectionJobs$ = [
2867
2858
  9,
2868
2859
  n0,
2869
2860
  _LDLDJ,
2870
2861
  0,
2871
- () => ListDominantLanguageDetectionJobsRequest,
2872
- () => ListDominantLanguageDetectionJobsResponse,
2862
+ () => ListDominantLanguageDetectionJobsRequest$,
2863
+ () => ListDominantLanguageDetectionJobsResponse$,
2873
2864
  ];
2874
- var ListEndpoints = [
2865
+ var ListEndpoints$ = [
2875
2866
  9,
2876
2867
  n0,
2877
2868
  _LE,
2878
2869
  0,
2879
- () => ListEndpointsRequest,
2880
- () => ListEndpointsResponse,
2870
+ () => ListEndpointsRequest$,
2871
+ () => ListEndpointsResponse$,
2881
2872
  ];
2882
- var ListEntitiesDetectionJobs = [
2873
+ var ListEntitiesDetectionJobs$ = [
2883
2874
  9,
2884
2875
  n0,
2885
2876
  _LEDJ,
2886
2877
  0,
2887
- () => ListEntitiesDetectionJobsRequest,
2888
- () => ListEntitiesDetectionJobsResponse,
2878
+ () => ListEntitiesDetectionJobsRequest$,
2879
+ () => ListEntitiesDetectionJobsResponse$,
2889
2880
  ];
2890
- var ListEntityRecognizers = [
2881
+ var ListEntityRecognizers$ = [
2891
2882
  9,
2892
2883
  n0,
2893
2884
  _LERis,
2894
2885
  0,
2895
- () => ListEntityRecognizersRequest,
2896
- () => ListEntityRecognizersResponse,
2886
+ () => ListEntityRecognizersRequest$,
2887
+ () => ListEntityRecognizersResponse$,
2897
2888
  ];
2898
- var ListEntityRecognizerSummaries = [
2889
+ var ListEntityRecognizerSummaries$ = [
2899
2890
  9,
2900
2891
  n0,
2901
2892
  _LERS,
2902
2893
  0,
2903
- () => ListEntityRecognizerSummariesRequest,
2904
- () => ListEntityRecognizerSummariesResponse,
2894
+ () => ListEntityRecognizerSummariesRequest$,
2895
+ () => ListEntityRecognizerSummariesResponse$,
2905
2896
  ];
2906
- var ListEventsDetectionJobs = [
2897
+ var ListEventsDetectionJobs$ = [
2907
2898
  9,
2908
2899
  n0,
2909
2900
  _LEDJi,
2910
2901
  0,
2911
- () => ListEventsDetectionJobsRequest,
2912
- () => ListEventsDetectionJobsResponse,
2902
+ () => ListEventsDetectionJobsRequest$,
2903
+ () => ListEventsDetectionJobsResponse$,
2913
2904
  ];
2914
- var ListFlywheelIterationHistory = [
2905
+ var ListFlywheelIterationHistory$ = [
2915
2906
  9,
2916
2907
  n0,
2917
2908
  _LFIH,
2918
2909
  0,
2919
- () => ListFlywheelIterationHistoryRequest,
2920
- () => ListFlywheelIterationHistoryResponse,
2910
+ () => ListFlywheelIterationHistoryRequest$,
2911
+ () => ListFlywheelIterationHistoryResponse$,
2921
2912
  ];
2922
- var ListFlywheels = [
2913
+ var ListFlywheels$ = [
2923
2914
  9,
2924
2915
  n0,
2925
2916
  _LF,
2926
2917
  0,
2927
- () => ListFlywheelsRequest,
2928
- () => ListFlywheelsResponse,
2918
+ () => ListFlywheelsRequest$,
2919
+ () => ListFlywheelsResponse$,
2929
2920
  ];
2930
- var ListKeyPhrasesDetectionJobs = [
2921
+ var ListKeyPhrasesDetectionJobs$ = [
2931
2922
  9,
2932
2923
  n0,
2933
2924
  _LKPDJ,
2934
2925
  0,
2935
- () => ListKeyPhrasesDetectionJobsRequest,
2936
- () => ListKeyPhrasesDetectionJobsResponse,
2926
+ () => ListKeyPhrasesDetectionJobsRequest$,
2927
+ () => ListKeyPhrasesDetectionJobsResponse$,
2937
2928
  ];
2938
- var ListPiiEntitiesDetectionJobs = [
2929
+ var ListPiiEntitiesDetectionJobs$ = [
2939
2930
  9,
2940
2931
  n0,
2941
2932
  _LPEDJ,
2942
2933
  0,
2943
- () => ListPiiEntitiesDetectionJobsRequest,
2944
- () => ListPiiEntitiesDetectionJobsResponse,
2934
+ () => ListPiiEntitiesDetectionJobsRequest$,
2935
+ () => ListPiiEntitiesDetectionJobsResponse$,
2945
2936
  ];
2946
- var ListSentimentDetectionJobs = [
2937
+ var ListSentimentDetectionJobs$ = [
2947
2938
  9,
2948
2939
  n0,
2949
2940
  _LSDJ,
2950
2941
  0,
2951
- () => ListSentimentDetectionJobsRequest,
2952
- () => ListSentimentDetectionJobsResponse,
2942
+ () => ListSentimentDetectionJobsRequest$,
2943
+ () => ListSentimentDetectionJobsResponse$,
2953
2944
  ];
2954
- var ListTagsForResource = [
2945
+ var ListTagsForResource$ = [
2955
2946
  9,
2956
2947
  n0,
2957
2948
  _LTFR,
2958
2949
  0,
2959
- () => ListTagsForResourceRequest,
2960
- () => ListTagsForResourceResponse,
2950
+ () => ListTagsForResourceRequest$,
2951
+ () => ListTagsForResourceResponse$,
2961
2952
  ];
2962
- var ListTargetedSentimentDetectionJobs = [
2953
+ var ListTargetedSentimentDetectionJobs$ = [
2963
2954
  9,
2964
2955
  n0,
2965
2956
  _LTSDJ,
2966
2957
  0,
2967
- () => ListTargetedSentimentDetectionJobsRequest,
2968
- () => ListTargetedSentimentDetectionJobsResponse,
2958
+ () => ListTargetedSentimentDetectionJobsRequest$,
2959
+ () => ListTargetedSentimentDetectionJobsResponse$,
2969
2960
  ];
2970
- var ListTopicsDetectionJobs = [
2961
+ var ListTopicsDetectionJobs$ = [
2971
2962
  9,
2972
2963
  n0,
2973
2964
  _LTDJ,
2974
2965
  0,
2975
- () => ListTopicsDetectionJobsRequest,
2976
- () => ListTopicsDetectionJobsResponse,
2966
+ () => ListTopicsDetectionJobsRequest$,
2967
+ () => ListTopicsDetectionJobsResponse$,
2977
2968
  ];
2978
- var PutResourcePolicy = [
2969
+ var PutResourcePolicy$ = [
2979
2970
  9,
2980
2971
  n0,
2981
2972
  _PRP,
2982
2973
  0,
2983
- () => PutResourcePolicyRequest,
2984
- () => PutResourcePolicyResponse,
2974
+ () => PutResourcePolicyRequest$,
2975
+ () => PutResourcePolicyResponse$,
2985
2976
  ];
2986
- var StartDocumentClassificationJob = [
2977
+ var StartDocumentClassificationJob$ = [
2987
2978
  9,
2988
2979
  n0,
2989
2980
  _SDCJ,
2990
2981
  0,
2991
- () => StartDocumentClassificationJobRequest,
2992
- () => StartDocumentClassificationJobResponse,
2982
+ () => StartDocumentClassificationJobRequest$,
2983
+ () => StartDocumentClassificationJobResponse$,
2993
2984
  ];
2994
- var StartDominantLanguageDetectionJob = [
2985
+ var StartDominantLanguageDetectionJob$ = [
2995
2986
  9,
2996
2987
  n0,
2997
2988
  _SDLDJ,
2998
2989
  0,
2999
- () => StartDominantLanguageDetectionJobRequest,
3000
- () => StartDominantLanguageDetectionJobResponse,
2990
+ () => StartDominantLanguageDetectionJobRequest$,
2991
+ () => StartDominantLanguageDetectionJobResponse$,
3001
2992
  ];
3002
- var StartEntitiesDetectionJob = [
2993
+ var StartEntitiesDetectionJob$ = [
3003
2994
  9,
3004
2995
  n0,
3005
2996
  _SEDJ,
3006
2997
  0,
3007
- () => StartEntitiesDetectionJobRequest,
3008
- () => StartEntitiesDetectionJobResponse,
2998
+ () => StartEntitiesDetectionJobRequest$,
2999
+ () => StartEntitiesDetectionJobResponse$,
3009
3000
  ];
3010
- var StartEventsDetectionJob = [
3001
+ var StartEventsDetectionJob$ = [
3011
3002
  9,
3012
3003
  n0,
3013
3004
  _SEDJt,
3014
3005
  0,
3015
- () => StartEventsDetectionJobRequest,
3016
- () => StartEventsDetectionJobResponse,
3006
+ () => StartEventsDetectionJobRequest$,
3007
+ () => StartEventsDetectionJobResponse$,
3017
3008
  ];
3018
- var StartFlywheelIteration = [
3009
+ var StartFlywheelIteration$ = [
3019
3010
  9,
3020
3011
  n0,
3021
3012
  _SFI,
3022
3013
  0,
3023
- () => StartFlywheelIterationRequest,
3024
- () => StartFlywheelIterationResponse,
3014
+ () => StartFlywheelIterationRequest$,
3015
+ () => StartFlywheelIterationResponse$,
3025
3016
  ];
3026
- var StartKeyPhrasesDetectionJob = [
3017
+ var StartKeyPhrasesDetectionJob$ = [
3027
3018
  9,
3028
3019
  n0,
3029
3020
  _SKPDJ,
3030
3021
  0,
3031
- () => StartKeyPhrasesDetectionJobRequest,
3032
- () => StartKeyPhrasesDetectionJobResponse,
3022
+ () => StartKeyPhrasesDetectionJobRequest$,
3023
+ () => StartKeyPhrasesDetectionJobResponse$,
3033
3024
  ];
3034
- var StartPiiEntitiesDetectionJob = [
3025
+ var StartPiiEntitiesDetectionJob$ = [
3035
3026
  9,
3036
3027
  n0,
3037
3028
  _SPEDJ,
3038
3029
  0,
3039
- () => StartPiiEntitiesDetectionJobRequest,
3040
- () => StartPiiEntitiesDetectionJobResponse,
3030
+ () => StartPiiEntitiesDetectionJobRequest$,
3031
+ () => StartPiiEntitiesDetectionJobResponse$,
3041
3032
  ];
3042
- var StartSentimentDetectionJob = [
3033
+ var StartSentimentDetectionJob$ = [
3043
3034
  9,
3044
3035
  n0,
3045
3036
  _SSDJ,
3046
3037
  0,
3047
- () => StartSentimentDetectionJobRequest,
3048
- () => StartSentimentDetectionJobResponse,
3038
+ () => StartSentimentDetectionJobRequest$,
3039
+ () => StartSentimentDetectionJobResponse$,
3049
3040
  ];
3050
- var StartTargetedSentimentDetectionJob = [
3041
+ var StartTargetedSentimentDetectionJob$ = [
3051
3042
  9,
3052
3043
  n0,
3053
3044
  _STSDJ,
3054
3045
  0,
3055
- () => StartTargetedSentimentDetectionJobRequest,
3056
- () => StartTargetedSentimentDetectionJobResponse,
3046
+ () => StartTargetedSentimentDetectionJobRequest$,
3047
+ () => StartTargetedSentimentDetectionJobResponse$,
3057
3048
  ];
3058
- var StartTopicsDetectionJob = [
3049
+ var StartTopicsDetectionJob$ = [
3059
3050
  9,
3060
3051
  n0,
3061
3052
  _STDJ,
3062
3053
  0,
3063
- () => StartTopicsDetectionJobRequest,
3064
- () => StartTopicsDetectionJobResponse,
3054
+ () => StartTopicsDetectionJobRequest$,
3055
+ () => StartTopicsDetectionJobResponse$,
3065
3056
  ];
3066
- var StopDominantLanguageDetectionJob = [
3057
+ var StopDominantLanguageDetectionJob$ = [
3067
3058
  9,
3068
3059
  n0,
3069
3060
  _SDLDJt,
3070
3061
  0,
3071
- () => StopDominantLanguageDetectionJobRequest,
3072
- () => StopDominantLanguageDetectionJobResponse,
3062
+ () => StopDominantLanguageDetectionJobRequest$,
3063
+ () => StopDominantLanguageDetectionJobResponse$,
3073
3064
  ];
3074
- var StopEntitiesDetectionJob = [
3065
+ var StopEntitiesDetectionJob$ = [
3075
3066
  9,
3076
3067
  n0,
3077
3068
  _SEDJto,
3078
3069
  0,
3079
- () => StopEntitiesDetectionJobRequest,
3080
- () => StopEntitiesDetectionJobResponse,
3070
+ () => StopEntitiesDetectionJobRequest$,
3071
+ () => StopEntitiesDetectionJobResponse$,
3081
3072
  ];
3082
- var StopEventsDetectionJob = [
3073
+ var StopEventsDetectionJob$ = [
3083
3074
  9,
3084
3075
  n0,
3085
3076
  _SEDJtop,
3086
3077
  0,
3087
- () => StopEventsDetectionJobRequest,
3088
- () => StopEventsDetectionJobResponse,
3078
+ () => StopEventsDetectionJobRequest$,
3079
+ () => StopEventsDetectionJobResponse$,
3089
3080
  ];
3090
- var StopKeyPhrasesDetectionJob = [
3081
+ var StopKeyPhrasesDetectionJob$ = [
3091
3082
  9,
3092
3083
  n0,
3093
3084
  _SKPDJt,
3094
3085
  0,
3095
- () => StopKeyPhrasesDetectionJobRequest,
3096
- () => StopKeyPhrasesDetectionJobResponse,
3086
+ () => StopKeyPhrasesDetectionJobRequest$,
3087
+ () => StopKeyPhrasesDetectionJobResponse$,
3097
3088
  ];
3098
- var StopPiiEntitiesDetectionJob = [
3089
+ var StopPiiEntitiesDetectionJob$ = [
3099
3090
  9,
3100
3091
  n0,
3101
3092
  _SPEDJt,
3102
3093
  0,
3103
- () => StopPiiEntitiesDetectionJobRequest,
3104
- () => StopPiiEntitiesDetectionJobResponse,
3094
+ () => StopPiiEntitiesDetectionJobRequest$,
3095
+ () => StopPiiEntitiesDetectionJobResponse$,
3105
3096
  ];
3106
- var StopSentimentDetectionJob = [
3097
+ var StopSentimentDetectionJob$ = [
3107
3098
  9,
3108
3099
  n0,
3109
3100
  _SSDJt,
3110
3101
  0,
3111
- () => StopSentimentDetectionJobRequest,
3112
- () => StopSentimentDetectionJobResponse,
3102
+ () => StopSentimentDetectionJobRequest$,
3103
+ () => StopSentimentDetectionJobResponse$,
3113
3104
  ];
3114
- var StopTargetedSentimentDetectionJob = [
3105
+ var StopTargetedSentimentDetectionJob$ = [
3115
3106
  9,
3116
3107
  n0,
3117
3108
  _STSDJt,
3118
3109
  0,
3119
- () => StopTargetedSentimentDetectionJobRequest,
3120
- () => StopTargetedSentimentDetectionJobResponse,
3110
+ () => StopTargetedSentimentDetectionJobRequest$,
3111
+ () => StopTargetedSentimentDetectionJobResponse$,
3121
3112
  ];
3122
- var StopTrainingDocumentClassifier = [
3113
+ var StopTrainingDocumentClassifier$ = [
3123
3114
  9,
3124
3115
  n0,
3125
3116
  _STDC,
3126
3117
  0,
3127
- () => StopTrainingDocumentClassifierRequest,
3128
- () => StopTrainingDocumentClassifierResponse,
3118
+ () => StopTrainingDocumentClassifierRequest$,
3119
+ () => StopTrainingDocumentClassifierResponse$,
3129
3120
  ];
3130
- var StopTrainingEntityRecognizer = [
3121
+ var StopTrainingEntityRecognizer$ = [
3131
3122
  9,
3132
3123
  n0,
3133
3124
  _STER,
3134
3125
  0,
3135
- () => StopTrainingEntityRecognizerRequest,
3136
- () => StopTrainingEntityRecognizerResponse,
3126
+ () => StopTrainingEntityRecognizerRequest$,
3127
+ () => StopTrainingEntityRecognizerResponse$,
3137
3128
  ];
3138
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
3139
- var UntagResource = [
3129
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
3130
+ var UntagResource$ = [
3140
3131
  9,
3141
3132
  n0,
3142
3133
  _UR,
3143
3134
  0,
3144
- () => UntagResourceRequest,
3145
- () => UntagResourceResponse,
3135
+ () => UntagResourceRequest$,
3136
+ () => UntagResourceResponse$,
3146
3137
  ];
3147
- var UpdateEndpoint = [
3138
+ var UpdateEndpoint$ = [
3148
3139
  9,
3149
3140
  n0,
3150
3141
  _UE,
3151
3142
  0,
3152
- () => UpdateEndpointRequest,
3153
- () => UpdateEndpointResponse,
3143
+ () => UpdateEndpointRequest$,
3144
+ () => UpdateEndpointResponse$,
3154
3145
  ];
3155
- var UpdateFlywheel = [
3146
+ var UpdateFlywheel$ = [
3156
3147
  9,
3157
3148
  n0,
3158
3149
  _UF,
3159
3150
  0,
3160
- () => UpdateFlywheelRequest,
3161
- () => UpdateFlywheelResponse,
3151
+ () => UpdateFlywheelRequest$,
3152
+ () => UpdateFlywheelResponse$,
3162
3153
  ];
3163
3154
 
3164
3155
  class BatchDetectDominantLanguageCommand extends smithyClient.Command
@@ -3169,7 +3160,7 @@ class BatchDetectDominantLanguageCommand extends smithyClient.Command
3169
3160
  })
3170
3161
  .s("Comprehend_20171127", "BatchDetectDominantLanguage", {})
3171
3162
  .n("ComprehendClient", "BatchDetectDominantLanguageCommand")
3172
- .sc(BatchDetectDominantLanguage)
3163
+ .sc(BatchDetectDominantLanguage$)
3173
3164
  .build() {
3174
3165
  }
3175
3166
 
@@ -3181,7 +3172,7 @@ class BatchDetectEntitiesCommand extends smithyClient.Command
3181
3172
  })
3182
3173
  .s("Comprehend_20171127", "BatchDetectEntities", {})
3183
3174
  .n("ComprehendClient", "BatchDetectEntitiesCommand")
3184
- .sc(BatchDetectEntities)
3175
+ .sc(BatchDetectEntities$)
3185
3176
  .build() {
3186
3177
  }
3187
3178
 
@@ -3193,7 +3184,7 @@ class BatchDetectKeyPhrasesCommand extends smithyClient.Command
3193
3184
  })
3194
3185
  .s("Comprehend_20171127", "BatchDetectKeyPhrases", {})
3195
3186
  .n("ComprehendClient", "BatchDetectKeyPhrasesCommand")
3196
- .sc(BatchDetectKeyPhrases)
3187
+ .sc(BatchDetectKeyPhrases$)
3197
3188
  .build() {
3198
3189
  }
3199
3190
 
@@ -3205,7 +3196,7 @@ class BatchDetectSentimentCommand extends smithyClient.Command
3205
3196
  })
3206
3197
  .s("Comprehend_20171127", "BatchDetectSentiment", {})
3207
3198
  .n("ComprehendClient", "BatchDetectSentimentCommand")
3208
- .sc(BatchDetectSentiment)
3199
+ .sc(BatchDetectSentiment$)
3209
3200
  .build() {
3210
3201
  }
3211
3202
 
@@ -3217,7 +3208,7 @@ class BatchDetectSyntaxCommand extends smithyClient.Command
3217
3208
  })
3218
3209
  .s("Comprehend_20171127", "BatchDetectSyntax", {})
3219
3210
  .n("ComprehendClient", "BatchDetectSyntaxCommand")
3220
- .sc(BatchDetectSyntax)
3211
+ .sc(BatchDetectSyntax$)
3221
3212
  .build() {
3222
3213
  }
3223
3214
 
@@ -3229,7 +3220,7 @@ class BatchDetectTargetedSentimentCommand extends smithyClient.Command
3229
3220
  })
3230
3221
  .s("Comprehend_20171127", "BatchDetectTargetedSentiment", {})
3231
3222
  .n("ComprehendClient", "BatchDetectTargetedSentimentCommand")
3232
- .sc(BatchDetectTargetedSentiment)
3223
+ .sc(BatchDetectTargetedSentiment$)
3233
3224
  .build() {
3234
3225
  }
3235
3226
 
@@ -3241,7 +3232,7 @@ class ClassifyDocumentCommand extends smithyClient.Command
3241
3232
  })
3242
3233
  .s("Comprehend_20171127", "ClassifyDocument", {})
3243
3234
  .n("ComprehendClient", "ClassifyDocumentCommand")
3244
- .sc(ClassifyDocument)
3235
+ .sc(ClassifyDocument$)
3245
3236
  .build() {
3246
3237
  }
3247
3238
 
@@ -3253,7 +3244,7 @@ class ContainsPiiEntitiesCommand extends smithyClient.Command
3253
3244
  })
3254
3245
  .s("Comprehend_20171127", "ContainsPiiEntities", {})
3255
3246
  .n("ComprehendClient", "ContainsPiiEntitiesCommand")
3256
- .sc(ContainsPiiEntities)
3247
+ .sc(ContainsPiiEntities$)
3257
3248
  .build() {
3258
3249
  }
3259
3250
 
@@ -3265,7 +3256,7 @@ class CreateDatasetCommand extends smithyClient.Command
3265
3256
  })
3266
3257
  .s("Comprehend_20171127", "CreateDataset", {})
3267
3258
  .n("ComprehendClient", "CreateDatasetCommand")
3268
- .sc(CreateDataset)
3259
+ .sc(CreateDataset$)
3269
3260
  .build() {
3270
3261
  }
3271
3262
 
@@ -3277,7 +3268,7 @@ class CreateDocumentClassifierCommand extends smithyClient.Command
3277
3268
  })
3278
3269
  .s("Comprehend_20171127", "CreateDocumentClassifier", {})
3279
3270
  .n("ComprehendClient", "CreateDocumentClassifierCommand")
3280
- .sc(CreateDocumentClassifier)
3271
+ .sc(CreateDocumentClassifier$)
3281
3272
  .build() {
3282
3273
  }
3283
3274
 
@@ -3289,7 +3280,7 @@ class CreateEndpointCommand extends smithyClient.Command
3289
3280
  })
3290
3281
  .s("Comprehend_20171127", "CreateEndpoint", {})
3291
3282
  .n("ComprehendClient", "CreateEndpointCommand")
3292
- .sc(CreateEndpoint)
3283
+ .sc(CreateEndpoint$)
3293
3284
  .build() {
3294
3285
  }
3295
3286
 
@@ -3301,7 +3292,7 @@ class CreateEntityRecognizerCommand extends smithyClient.Command
3301
3292
  })
3302
3293
  .s("Comprehend_20171127", "CreateEntityRecognizer", {})
3303
3294
  .n("ComprehendClient", "CreateEntityRecognizerCommand")
3304
- .sc(CreateEntityRecognizer)
3295
+ .sc(CreateEntityRecognizer$)
3305
3296
  .build() {
3306
3297
  }
3307
3298
 
@@ -3313,7 +3304,7 @@ class CreateFlywheelCommand extends smithyClient.Command
3313
3304
  })
3314
3305
  .s("Comprehend_20171127", "CreateFlywheel", {})
3315
3306
  .n("ComprehendClient", "CreateFlywheelCommand")
3316
- .sc(CreateFlywheel)
3307
+ .sc(CreateFlywheel$)
3317
3308
  .build() {
3318
3309
  }
3319
3310
 
@@ -3325,7 +3316,7 @@ class DeleteDocumentClassifierCommand extends smithyClient.Command
3325
3316
  })
3326
3317
  .s("Comprehend_20171127", "DeleteDocumentClassifier", {})
3327
3318
  .n("ComprehendClient", "DeleteDocumentClassifierCommand")
3328
- .sc(DeleteDocumentClassifier)
3319
+ .sc(DeleteDocumentClassifier$)
3329
3320
  .build() {
3330
3321
  }
3331
3322
 
@@ -3337,7 +3328,7 @@ class DeleteEndpointCommand extends smithyClient.Command
3337
3328
  })
3338
3329
  .s("Comprehend_20171127", "DeleteEndpoint", {})
3339
3330
  .n("ComprehendClient", "DeleteEndpointCommand")
3340
- .sc(DeleteEndpoint)
3331
+ .sc(DeleteEndpoint$)
3341
3332
  .build() {
3342
3333
  }
3343
3334
 
@@ -3349,7 +3340,7 @@ class DeleteEntityRecognizerCommand extends smithyClient.Command
3349
3340
  })
3350
3341
  .s("Comprehend_20171127", "DeleteEntityRecognizer", {})
3351
3342
  .n("ComprehendClient", "DeleteEntityRecognizerCommand")
3352
- .sc(DeleteEntityRecognizer)
3343
+ .sc(DeleteEntityRecognizer$)
3353
3344
  .build() {
3354
3345
  }
3355
3346
 
@@ -3361,7 +3352,7 @@ class DeleteFlywheelCommand extends smithyClient.Command
3361
3352
  })
3362
3353
  .s("Comprehend_20171127", "DeleteFlywheel", {})
3363
3354
  .n("ComprehendClient", "DeleteFlywheelCommand")
3364
- .sc(DeleteFlywheel)
3355
+ .sc(DeleteFlywheel$)
3365
3356
  .build() {
3366
3357
  }
3367
3358
 
@@ -3373,7 +3364,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
3373
3364
  })
3374
3365
  .s("Comprehend_20171127", "DeleteResourcePolicy", {})
3375
3366
  .n("ComprehendClient", "DeleteResourcePolicyCommand")
3376
- .sc(DeleteResourcePolicy)
3367
+ .sc(DeleteResourcePolicy$)
3377
3368
  .build() {
3378
3369
  }
3379
3370
 
@@ -3385,7 +3376,7 @@ class DescribeDatasetCommand extends smithyClient.Command
3385
3376
  })
3386
3377
  .s("Comprehend_20171127", "DescribeDataset", {})
3387
3378
  .n("ComprehendClient", "DescribeDatasetCommand")
3388
- .sc(DescribeDataset)
3379
+ .sc(DescribeDataset$)
3389
3380
  .build() {
3390
3381
  }
3391
3382
 
@@ -3397,7 +3388,7 @@ class DescribeDocumentClassificationJobCommand extends smithyClient.Command
3397
3388
  })
3398
3389
  .s("Comprehend_20171127", "DescribeDocumentClassificationJob", {})
3399
3390
  .n("ComprehendClient", "DescribeDocumentClassificationJobCommand")
3400
- .sc(DescribeDocumentClassificationJob)
3391
+ .sc(DescribeDocumentClassificationJob$)
3401
3392
  .build() {
3402
3393
  }
3403
3394
 
@@ -3409,7 +3400,7 @@ class DescribeDocumentClassifierCommand extends smithyClient.Command
3409
3400
  })
3410
3401
  .s("Comprehend_20171127", "DescribeDocumentClassifier", {})
3411
3402
  .n("ComprehendClient", "DescribeDocumentClassifierCommand")
3412
- .sc(DescribeDocumentClassifier)
3403
+ .sc(DescribeDocumentClassifier$)
3413
3404
  .build() {
3414
3405
  }
3415
3406
 
@@ -3421,7 +3412,7 @@ class DescribeDominantLanguageDetectionJobCommand extends smithyClient.Command
3421
3412
  })
3422
3413
  .s("Comprehend_20171127", "DescribeDominantLanguageDetectionJob", {})
3423
3414
  .n("ComprehendClient", "DescribeDominantLanguageDetectionJobCommand")
3424
- .sc(DescribeDominantLanguageDetectionJob)
3415
+ .sc(DescribeDominantLanguageDetectionJob$)
3425
3416
  .build() {
3426
3417
  }
3427
3418
 
@@ -3433,7 +3424,7 @@ class DescribeEndpointCommand extends smithyClient.Command
3433
3424
  })
3434
3425
  .s("Comprehend_20171127", "DescribeEndpoint", {})
3435
3426
  .n("ComprehendClient", "DescribeEndpointCommand")
3436
- .sc(DescribeEndpoint)
3427
+ .sc(DescribeEndpoint$)
3437
3428
  .build() {
3438
3429
  }
3439
3430
 
@@ -3445,7 +3436,7 @@ class DescribeEntitiesDetectionJobCommand extends smithyClient.Command
3445
3436
  })
3446
3437
  .s("Comprehend_20171127", "DescribeEntitiesDetectionJob", {})
3447
3438
  .n("ComprehendClient", "DescribeEntitiesDetectionJobCommand")
3448
- .sc(DescribeEntitiesDetectionJob)
3439
+ .sc(DescribeEntitiesDetectionJob$)
3449
3440
  .build() {
3450
3441
  }
3451
3442
 
@@ -3457,7 +3448,7 @@ class DescribeEntityRecognizerCommand extends smithyClient.Command
3457
3448
  })
3458
3449
  .s("Comprehend_20171127", "DescribeEntityRecognizer", {})
3459
3450
  .n("ComprehendClient", "DescribeEntityRecognizerCommand")
3460
- .sc(DescribeEntityRecognizer)
3451
+ .sc(DescribeEntityRecognizer$)
3461
3452
  .build() {
3462
3453
  }
3463
3454
 
@@ -3469,7 +3460,7 @@ class DescribeEventsDetectionJobCommand extends smithyClient.Command
3469
3460
  })
3470
3461
  .s("Comprehend_20171127", "DescribeEventsDetectionJob", {})
3471
3462
  .n("ComprehendClient", "DescribeEventsDetectionJobCommand")
3472
- .sc(DescribeEventsDetectionJob)
3463
+ .sc(DescribeEventsDetectionJob$)
3473
3464
  .build() {
3474
3465
  }
3475
3466
 
@@ -3481,7 +3472,7 @@ class DescribeFlywheelCommand extends smithyClient.Command
3481
3472
  })
3482
3473
  .s("Comprehend_20171127", "DescribeFlywheel", {})
3483
3474
  .n("ComprehendClient", "DescribeFlywheelCommand")
3484
- .sc(DescribeFlywheel)
3475
+ .sc(DescribeFlywheel$)
3485
3476
  .build() {
3486
3477
  }
3487
3478
 
@@ -3493,7 +3484,7 @@ class DescribeFlywheelIterationCommand extends smithyClient.Command
3493
3484
  })
3494
3485
  .s("Comprehend_20171127", "DescribeFlywheelIteration", {})
3495
3486
  .n("ComprehendClient", "DescribeFlywheelIterationCommand")
3496
- .sc(DescribeFlywheelIteration)
3487
+ .sc(DescribeFlywheelIteration$)
3497
3488
  .build() {
3498
3489
  }
3499
3490
 
@@ -3505,7 +3496,7 @@ class DescribeKeyPhrasesDetectionJobCommand extends smithyClient.Command
3505
3496
  })
3506
3497
  .s("Comprehend_20171127", "DescribeKeyPhrasesDetectionJob", {})
3507
3498
  .n("ComprehendClient", "DescribeKeyPhrasesDetectionJobCommand")
3508
- .sc(DescribeKeyPhrasesDetectionJob)
3499
+ .sc(DescribeKeyPhrasesDetectionJob$)
3509
3500
  .build() {
3510
3501
  }
3511
3502
 
@@ -3517,7 +3508,7 @@ class DescribePiiEntitiesDetectionJobCommand extends smithyClient.Command
3517
3508
  })
3518
3509
  .s("Comprehend_20171127", "DescribePiiEntitiesDetectionJob", {})
3519
3510
  .n("ComprehendClient", "DescribePiiEntitiesDetectionJobCommand")
3520
- .sc(DescribePiiEntitiesDetectionJob)
3511
+ .sc(DescribePiiEntitiesDetectionJob$)
3521
3512
  .build() {
3522
3513
  }
3523
3514
 
@@ -3529,7 +3520,7 @@ class DescribeResourcePolicyCommand extends smithyClient.Command
3529
3520
  })
3530
3521
  .s("Comprehend_20171127", "DescribeResourcePolicy", {})
3531
3522
  .n("ComprehendClient", "DescribeResourcePolicyCommand")
3532
- .sc(DescribeResourcePolicy)
3523
+ .sc(DescribeResourcePolicy$)
3533
3524
  .build() {
3534
3525
  }
3535
3526
 
@@ -3541,7 +3532,7 @@ class DescribeSentimentDetectionJobCommand extends smithyClient.Command
3541
3532
  })
3542
3533
  .s("Comprehend_20171127", "DescribeSentimentDetectionJob", {})
3543
3534
  .n("ComprehendClient", "DescribeSentimentDetectionJobCommand")
3544
- .sc(DescribeSentimentDetectionJob)
3535
+ .sc(DescribeSentimentDetectionJob$)
3545
3536
  .build() {
3546
3537
  }
3547
3538
 
@@ -3553,7 +3544,7 @@ class DescribeTargetedSentimentDetectionJobCommand extends smithyClient.Command
3553
3544
  })
3554
3545
  .s("Comprehend_20171127", "DescribeTargetedSentimentDetectionJob", {})
3555
3546
  .n("ComprehendClient", "DescribeTargetedSentimentDetectionJobCommand")
3556
- .sc(DescribeTargetedSentimentDetectionJob)
3547
+ .sc(DescribeTargetedSentimentDetectionJob$)
3557
3548
  .build() {
3558
3549
  }
3559
3550
 
@@ -3565,7 +3556,7 @@ class DescribeTopicsDetectionJobCommand extends smithyClient.Command
3565
3556
  })
3566
3557
  .s("Comprehend_20171127", "DescribeTopicsDetectionJob", {})
3567
3558
  .n("ComprehendClient", "DescribeTopicsDetectionJobCommand")
3568
- .sc(DescribeTopicsDetectionJob)
3559
+ .sc(DescribeTopicsDetectionJob$)
3569
3560
  .build() {
3570
3561
  }
3571
3562
 
@@ -3577,7 +3568,7 @@ class DetectDominantLanguageCommand extends smithyClient.Command
3577
3568
  })
3578
3569
  .s("Comprehend_20171127", "DetectDominantLanguage", {})
3579
3570
  .n("ComprehendClient", "DetectDominantLanguageCommand")
3580
- .sc(DetectDominantLanguage)
3571
+ .sc(DetectDominantLanguage$)
3581
3572
  .build() {
3582
3573
  }
3583
3574
 
@@ -3589,7 +3580,7 @@ class DetectEntitiesCommand extends smithyClient.Command
3589
3580
  })
3590
3581
  .s("Comprehend_20171127", "DetectEntities", {})
3591
3582
  .n("ComprehendClient", "DetectEntitiesCommand")
3592
- .sc(DetectEntities)
3583
+ .sc(DetectEntities$)
3593
3584
  .build() {
3594
3585
  }
3595
3586
 
@@ -3601,7 +3592,7 @@ class DetectKeyPhrasesCommand extends smithyClient.Command
3601
3592
  })
3602
3593
  .s("Comprehend_20171127", "DetectKeyPhrases", {})
3603
3594
  .n("ComprehendClient", "DetectKeyPhrasesCommand")
3604
- .sc(DetectKeyPhrases)
3595
+ .sc(DetectKeyPhrases$)
3605
3596
  .build() {
3606
3597
  }
3607
3598
 
@@ -3613,7 +3604,7 @@ class DetectPiiEntitiesCommand extends smithyClient.Command
3613
3604
  })
3614
3605
  .s("Comprehend_20171127", "DetectPiiEntities", {})
3615
3606
  .n("ComprehendClient", "DetectPiiEntitiesCommand")
3616
- .sc(DetectPiiEntities)
3607
+ .sc(DetectPiiEntities$)
3617
3608
  .build() {
3618
3609
  }
3619
3610
 
@@ -3625,7 +3616,7 @@ class DetectSentimentCommand extends smithyClient.Command
3625
3616
  })
3626
3617
  .s("Comprehend_20171127", "DetectSentiment", {})
3627
3618
  .n("ComprehendClient", "DetectSentimentCommand")
3628
- .sc(DetectSentiment)
3619
+ .sc(DetectSentiment$)
3629
3620
  .build() {
3630
3621
  }
3631
3622
 
@@ -3637,7 +3628,7 @@ class DetectSyntaxCommand extends smithyClient.Command
3637
3628
  })
3638
3629
  .s("Comprehend_20171127", "DetectSyntax", {})
3639
3630
  .n("ComprehendClient", "DetectSyntaxCommand")
3640
- .sc(DetectSyntax)
3631
+ .sc(DetectSyntax$)
3641
3632
  .build() {
3642
3633
  }
3643
3634
 
@@ -3649,7 +3640,7 @@ class DetectTargetedSentimentCommand extends smithyClient.Command
3649
3640
  })
3650
3641
  .s("Comprehend_20171127", "DetectTargetedSentiment", {})
3651
3642
  .n("ComprehendClient", "DetectTargetedSentimentCommand")
3652
- .sc(DetectTargetedSentiment)
3643
+ .sc(DetectTargetedSentiment$)
3653
3644
  .build() {
3654
3645
  }
3655
3646
 
@@ -3661,7 +3652,7 @@ class DetectToxicContentCommand extends smithyClient.Command
3661
3652
  })
3662
3653
  .s("Comprehend_20171127", "DetectToxicContent", {})
3663
3654
  .n("ComprehendClient", "DetectToxicContentCommand")
3664
- .sc(DetectToxicContent)
3655
+ .sc(DetectToxicContent$)
3665
3656
  .build() {
3666
3657
  }
3667
3658
 
@@ -3673,7 +3664,7 @@ class ImportModelCommand extends smithyClient.Command
3673
3664
  })
3674
3665
  .s("Comprehend_20171127", "ImportModel", {})
3675
3666
  .n("ComprehendClient", "ImportModelCommand")
3676
- .sc(ImportModel)
3667
+ .sc(ImportModel$)
3677
3668
  .build() {
3678
3669
  }
3679
3670
 
@@ -3685,7 +3676,7 @@ class ListDatasetsCommand extends smithyClient.Command
3685
3676
  })
3686
3677
  .s("Comprehend_20171127", "ListDatasets", {})
3687
3678
  .n("ComprehendClient", "ListDatasetsCommand")
3688
- .sc(ListDatasets)
3679
+ .sc(ListDatasets$)
3689
3680
  .build() {
3690
3681
  }
3691
3682
 
@@ -3697,7 +3688,7 @@ class ListDocumentClassificationJobsCommand extends smithyClient.Command
3697
3688
  })
3698
3689
  .s("Comprehend_20171127", "ListDocumentClassificationJobs", {})
3699
3690
  .n("ComprehendClient", "ListDocumentClassificationJobsCommand")
3700
- .sc(ListDocumentClassificationJobs)
3691
+ .sc(ListDocumentClassificationJobs$)
3701
3692
  .build() {
3702
3693
  }
3703
3694
 
@@ -3709,7 +3700,7 @@ class ListDocumentClassifiersCommand extends smithyClient.Command
3709
3700
  })
3710
3701
  .s("Comprehend_20171127", "ListDocumentClassifiers", {})
3711
3702
  .n("ComprehendClient", "ListDocumentClassifiersCommand")
3712
- .sc(ListDocumentClassifiers)
3703
+ .sc(ListDocumentClassifiers$)
3713
3704
  .build() {
3714
3705
  }
3715
3706
 
@@ -3721,7 +3712,7 @@ class ListDocumentClassifierSummariesCommand extends smithyClient.Command
3721
3712
  })
3722
3713
  .s("Comprehend_20171127", "ListDocumentClassifierSummaries", {})
3723
3714
  .n("ComprehendClient", "ListDocumentClassifierSummariesCommand")
3724
- .sc(ListDocumentClassifierSummaries)
3715
+ .sc(ListDocumentClassifierSummaries$)
3725
3716
  .build() {
3726
3717
  }
3727
3718
 
@@ -3733,7 +3724,7 @@ class ListDominantLanguageDetectionJobsCommand extends smithyClient.Command
3733
3724
  })
3734
3725
  .s("Comprehend_20171127", "ListDominantLanguageDetectionJobs", {})
3735
3726
  .n("ComprehendClient", "ListDominantLanguageDetectionJobsCommand")
3736
- .sc(ListDominantLanguageDetectionJobs)
3727
+ .sc(ListDominantLanguageDetectionJobs$)
3737
3728
  .build() {
3738
3729
  }
3739
3730
 
@@ -3745,7 +3736,7 @@ class ListEndpointsCommand extends smithyClient.Command
3745
3736
  })
3746
3737
  .s("Comprehend_20171127", "ListEndpoints", {})
3747
3738
  .n("ComprehendClient", "ListEndpointsCommand")
3748
- .sc(ListEndpoints)
3739
+ .sc(ListEndpoints$)
3749
3740
  .build() {
3750
3741
  }
3751
3742
 
@@ -3757,7 +3748,7 @@ class ListEntitiesDetectionJobsCommand extends smithyClient.Command
3757
3748
  })
3758
3749
  .s("Comprehend_20171127", "ListEntitiesDetectionJobs", {})
3759
3750
  .n("ComprehendClient", "ListEntitiesDetectionJobsCommand")
3760
- .sc(ListEntitiesDetectionJobs)
3751
+ .sc(ListEntitiesDetectionJobs$)
3761
3752
  .build() {
3762
3753
  }
3763
3754
 
@@ -3769,7 +3760,7 @@ class ListEntityRecognizersCommand extends smithyClient.Command
3769
3760
  })
3770
3761
  .s("Comprehend_20171127", "ListEntityRecognizers", {})
3771
3762
  .n("ComprehendClient", "ListEntityRecognizersCommand")
3772
- .sc(ListEntityRecognizers)
3763
+ .sc(ListEntityRecognizers$)
3773
3764
  .build() {
3774
3765
  }
3775
3766
 
@@ -3781,7 +3772,7 @@ class ListEntityRecognizerSummariesCommand extends smithyClient.Command
3781
3772
  })
3782
3773
  .s("Comprehend_20171127", "ListEntityRecognizerSummaries", {})
3783
3774
  .n("ComprehendClient", "ListEntityRecognizerSummariesCommand")
3784
- .sc(ListEntityRecognizerSummaries)
3775
+ .sc(ListEntityRecognizerSummaries$)
3785
3776
  .build() {
3786
3777
  }
3787
3778
 
@@ -3793,7 +3784,7 @@ class ListEventsDetectionJobsCommand extends smithyClient.Command
3793
3784
  })
3794
3785
  .s("Comprehend_20171127", "ListEventsDetectionJobs", {})
3795
3786
  .n("ComprehendClient", "ListEventsDetectionJobsCommand")
3796
- .sc(ListEventsDetectionJobs)
3787
+ .sc(ListEventsDetectionJobs$)
3797
3788
  .build() {
3798
3789
  }
3799
3790
 
@@ -3805,7 +3796,7 @@ class ListFlywheelIterationHistoryCommand extends smithyClient.Command
3805
3796
  })
3806
3797
  .s("Comprehend_20171127", "ListFlywheelIterationHistory", {})
3807
3798
  .n("ComprehendClient", "ListFlywheelIterationHistoryCommand")
3808
- .sc(ListFlywheelIterationHistory)
3799
+ .sc(ListFlywheelIterationHistory$)
3809
3800
  .build() {
3810
3801
  }
3811
3802
 
@@ -3817,7 +3808,7 @@ class ListFlywheelsCommand extends smithyClient.Command
3817
3808
  })
3818
3809
  .s("Comprehend_20171127", "ListFlywheels", {})
3819
3810
  .n("ComprehendClient", "ListFlywheelsCommand")
3820
- .sc(ListFlywheels)
3811
+ .sc(ListFlywheels$)
3821
3812
  .build() {
3822
3813
  }
3823
3814
 
@@ -3829,7 +3820,7 @@ class ListKeyPhrasesDetectionJobsCommand extends smithyClient.Command
3829
3820
  })
3830
3821
  .s("Comprehend_20171127", "ListKeyPhrasesDetectionJobs", {})
3831
3822
  .n("ComprehendClient", "ListKeyPhrasesDetectionJobsCommand")
3832
- .sc(ListKeyPhrasesDetectionJobs)
3823
+ .sc(ListKeyPhrasesDetectionJobs$)
3833
3824
  .build() {
3834
3825
  }
3835
3826
 
@@ -3841,7 +3832,7 @@ class ListPiiEntitiesDetectionJobsCommand extends smithyClient.Command
3841
3832
  })
3842
3833
  .s("Comprehend_20171127", "ListPiiEntitiesDetectionJobs", {})
3843
3834
  .n("ComprehendClient", "ListPiiEntitiesDetectionJobsCommand")
3844
- .sc(ListPiiEntitiesDetectionJobs)
3835
+ .sc(ListPiiEntitiesDetectionJobs$)
3845
3836
  .build() {
3846
3837
  }
3847
3838
 
@@ -3853,7 +3844,7 @@ class ListSentimentDetectionJobsCommand extends smithyClient.Command
3853
3844
  })
3854
3845
  .s("Comprehend_20171127", "ListSentimentDetectionJobs", {})
3855
3846
  .n("ComprehendClient", "ListSentimentDetectionJobsCommand")
3856
- .sc(ListSentimentDetectionJobs)
3847
+ .sc(ListSentimentDetectionJobs$)
3857
3848
  .build() {
3858
3849
  }
3859
3850
 
@@ -3865,7 +3856,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3865
3856
  })
3866
3857
  .s("Comprehend_20171127", "ListTagsForResource", {})
3867
3858
  .n("ComprehendClient", "ListTagsForResourceCommand")
3868
- .sc(ListTagsForResource)
3859
+ .sc(ListTagsForResource$)
3869
3860
  .build() {
3870
3861
  }
3871
3862
 
@@ -3877,7 +3868,7 @@ class ListTargetedSentimentDetectionJobsCommand extends smithyClient.Command
3877
3868
  })
3878
3869
  .s("Comprehend_20171127", "ListTargetedSentimentDetectionJobs", {})
3879
3870
  .n("ComprehendClient", "ListTargetedSentimentDetectionJobsCommand")
3880
- .sc(ListTargetedSentimentDetectionJobs)
3871
+ .sc(ListTargetedSentimentDetectionJobs$)
3881
3872
  .build() {
3882
3873
  }
3883
3874
 
@@ -3889,7 +3880,7 @@ class ListTopicsDetectionJobsCommand extends smithyClient.Command
3889
3880
  })
3890
3881
  .s("Comprehend_20171127", "ListTopicsDetectionJobs", {})
3891
3882
  .n("ComprehendClient", "ListTopicsDetectionJobsCommand")
3892
- .sc(ListTopicsDetectionJobs)
3883
+ .sc(ListTopicsDetectionJobs$)
3893
3884
  .build() {
3894
3885
  }
3895
3886
 
@@ -3901,7 +3892,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
3901
3892
  })
3902
3893
  .s("Comprehend_20171127", "PutResourcePolicy", {})
3903
3894
  .n("ComprehendClient", "PutResourcePolicyCommand")
3904
- .sc(PutResourcePolicy)
3895
+ .sc(PutResourcePolicy$)
3905
3896
  .build() {
3906
3897
  }
3907
3898
 
@@ -3913,7 +3904,7 @@ class StartDocumentClassificationJobCommand extends smithyClient.Command
3913
3904
  })
3914
3905
  .s("Comprehend_20171127", "StartDocumentClassificationJob", {})
3915
3906
  .n("ComprehendClient", "StartDocumentClassificationJobCommand")
3916
- .sc(StartDocumentClassificationJob)
3907
+ .sc(StartDocumentClassificationJob$)
3917
3908
  .build() {
3918
3909
  }
3919
3910
 
@@ -3925,7 +3916,7 @@ class StartDominantLanguageDetectionJobCommand extends smithyClient.Command
3925
3916
  })
3926
3917
  .s("Comprehend_20171127", "StartDominantLanguageDetectionJob", {})
3927
3918
  .n("ComprehendClient", "StartDominantLanguageDetectionJobCommand")
3928
- .sc(StartDominantLanguageDetectionJob)
3919
+ .sc(StartDominantLanguageDetectionJob$)
3929
3920
  .build() {
3930
3921
  }
3931
3922
 
@@ -3937,7 +3928,7 @@ class StartEntitiesDetectionJobCommand extends smithyClient.Command
3937
3928
  })
3938
3929
  .s("Comprehend_20171127", "StartEntitiesDetectionJob", {})
3939
3930
  .n("ComprehendClient", "StartEntitiesDetectionJobCommand")
3940
- .sc(StartEntitiesDetectionJob)
3931
+ .sc(StartEntitiesDetectionJob$)
3941
3932
  .build() {
3942
3933
  }
3943
3934
 
@@ -3949,7 +3940,7 @@ class StartEventsDetectionJobCommand extends smithyClient.Command
3949
3940
  })
3950
3941
  .s("Comprehend_20171127", "StartEventsDetectionJob", {})
3951
3942
  .n("ComprehendClient", "StartEventsDetectionJobCommand")
3952
- .sc(StartEventsDetectionJob)
3943
+ .sc(StartEventsDetectionJob$)
3953
3944
  .build() {
3954
3945
  }
3955
3946
 
@@ -3961,7 +3952,7 @@ class StartFlywheelIterationCommand extends smithyClient.Command
3961
3952
  })
3962
3953
  .s("Comprehend_20171127", "StartFlywheelIteration", {})
3963
3954
  .n("ComprehendClient", "StartFlywheelIterationCommand")
3964
- .sc(StartFlywheelIteration)
3955
+ .sc(StartFlywheelIteration$)
3965
3956
  .build() {
3966
3957
  }
3967
3958
 
@@ -3973,7 +3964,7 @@ class StartKeyPhrasesDetectionJobCommand extends smithyClient.Command
3973
3964
  })
3974
3965
  .s("Comprehend_20171127", "StartKeyPhrasesDetectionJob", {})
3975
3966
  .n("ComprehendClient", "StartKeyPhrasesDetectionJobCommand")
3976
- .sc(StartKeyPhrasesDetectionJob)
3967
+ .sc(StartKeyPhrasesDetectionJob$)
3977
3968
  .build() {
3978
3969
  }
3979
3970
 
@@ -3985,7 +3976,7 @@ class StartPiiEntitiesDetectionJobCommand extends smithyClient.Command
3985
3976
  })
3986
3977
  .s("Comprehend_20171127", "StartPiiEntitiesDetectionJob", {})
3987
3978
  .n("ComprehendClient", "StartPiiEntitiesDetectionJobCommand")
3988
- .sc(StartPiiEntitiesDetectionJob)
3979
+ .sc(StartPiiEntitiesDetectionJob$)
3989
3980
  .build() {
3990
3981
  }
3991
3982
 
@@ -3997,7 +3988,7 @@ class StartSentimentDetectionJobCommand extends smithyClient.Command
3997
3988
  })
3998
3989
  .s("Comprehend_20171127", "StartSentimentDetectionJob", {})
3999
3990
  .n("ComprehendClient", "StartSentimentDetectionJobCommand")
4000
- .sc(StartSentimentDetectionJob)
3991
+ .sc(StartSentimentDetectionJob$)
4001
3992
  .build() {
4002
3993
  }
4003
3994
 
@@ -4009,7 +4000,7 @@ class StartTargetedSentimentDetectionJobCommand extends smithyClient.Command
4009
4000
  })
4010
4001
  .s("Comprehend_20171127", "StartTargetedSentimentDetectionJob", {})
4011
4002
  .n("ComprehendClient", "StartTargetedSentimentDetectionJobCommand")
4012
- .sc(StartTargetedSentimentDetectionJob)
4003
+ .sc(StartTargetedSentimentDetectionJob$)
4013
4004
  .build() {
4014
4005
  }
4015
4006
 
@@ -4021,7 +4012,7 @@ class StartTopicsDetectionJobCommand extends smithyClient.Command
4021
4012
  })
4022
4013
  .s("Comprehend_20171127", "StartTopicsDetectionJob", {})
4023
4014
  .n("ComprehendClient", "StartTopicsDetectionJobCommand")
4024
- .sc(StartTopicsDetectionJob)
4015
+ .sc(StartTopicsDetectionJob$)
4025
4016
  .build() {
4026
4017
  }
4027
4018
 
@@ -4033,7 +4024,7 @@ class StopDominantLanguageDetectionJobCommand extends smithyClient.Command
4033
4024
  })
4034
4025
  .s("Comprehend_20171127", "StopDominantLanguageDetectionJob", {})
4035
4026
  .n("ComprehendClient", "StopDominantLanguageDetectionJobCommand")
4036
- .sc(StopDominantLanguageDetectionJob)
4027
+ .sc(StopDominantLanguageDetectionJob$)
4037
4028
  .build() {
4038
4029
  }
4039
4030
 
@@ -4045,7 +4036,7 @@ class StopEntitiesDetectionJobCommand extends smithyClient.Command
4045
4036
  })
4046
4037
  .s("Comprehend_20171127", "StopEntitiesDetectionJob", {})
4047
4038
  .n("ComprehendClient", "StopEntitiesDetectionJobCommand")
4048
- .sc(StopEntitiesDetectionJob)
4039
+ .sc(StopEntitiesDetectionJob$)
4049
4040
  .build() {
4050
4041
  }
4051
4042
 
@@ -4057,7 +4048,7 @@ class StopEventsDetectionJobCommand extends smithyClient.Command
4057
4048
  })
4058
4049
  .s("Comprehend_20171127", "StopEventsDetectionJob", {})
4059
4050
  .n("ComprehendClient", "StopEventsDetectionJobCommand")
4060
- .sc(StopEventsDetectionJob)
4051
+ .sc(StopEventsDetectionJob$)
4061
4052
  .build() {
4062
4053
  }
4063
4054
 
@@ -4069,7 +4060,7 @@ class StopKeyPhrasesDetectionJobCommand extends smithyClient.Command
4069
4060
  })
4070
4061
  .s("Comprehend_20171127", "StopKeyPhrasesDetectionJob", {})
4071
4062
  .n("ComprehendClient", "StopKeyPhrasesDetectionJobCommand")
4072
- .sc(StopKeyPhrasesDetectionJob)
4063
+ .sc(StopKeyPhrasesDetectionJob$)
4073
4064
  .build() {
4074
4065
  }
4075
4066
 
@@ -4081,7 +4072,7 @@ class StopPiiEntitiesDetectionJobCommand extends smithyClient.Command
4081
4072
  })
4082
4073
  .s("Comprehend_20171127", "StopPiiEntitiesDetectionJob", {})
4083
4074
  .n("ComprehendClient", "StopPiiEntitiesDetectionJobCommand")
4084
- .sc(StopPiiEntitiesDetectionJob)
4075
+ .sc(StopPiiEntitiesDetectionJob$)
4085
4076
  .build() {
4086
4077
  }
4087
4078
 
@@ -4093,7 +4084,7 @@ class StopSentimentDetectionJobCommand extends smithyClient.Command
4093
4084
  })
4094
4085
  .s("Comprehend_20171127", "StopSentimentDetectionJob", {})
4095
4086
  .n("ComprehendClient", "StopSentimentDetectionJobCommand")
4096
- .sc(StopSentimentDetectionJob)
4087
+ .sc(StopSentimentDetectionJob$)
4097
4088
  .build() {
4098
4089
  }
4099
4090
 
@@ -4105,7 +4096,7 @@ class StopTargetedSentimentDetectionJobCommand extends smithyClient.Command
4105
4096
  })
4106
4097
  .s("Comprehend_20171127", "StopTargetedSentimentDetectionJob", {})
4107
4098
  .n("ComprehendClient", "StopTargetedSentimentDetectionJobCommand")
4108
- .sc(StopTargetedSentimentDetectionJob)
4099
+ .sc(StopTargetedSentimentDetectionJob$)
4109
4100
  .build() {
4110
4101
  }
4111
4102
 
@@ -4117,7 +4108,7 @@ class StopTrainingDocumentClassifierCommand extends smithyClient.Command
4117
4108
  })
4118
4109
  .s("Comprehend_20171127", "StopTrainingDocumentClassifier", {})
4119
4110
  .n("ComprehendClient", "StopTrainingDocumentClassifierCommand")
4120
- .sc(StopTrainingDocumentClassifier)
4111
+ .sc(StopTrainingDocumentClassifier$)
4121
4112
  .build() {
4122
4113
  }
4123
4114
 
@@ -4129,7 +4120,7 @@ class StopTrainingEntityRecognizerCommand extends smithyClient.Command
4129
4120
  })
4130
4121
  .s("Comprehend_20171127", "StopTrainingEntityRecognizer", {})
4131
4122
  .n("ComprehendClient", "StopTrainingEntityRecognizerCommand")
4132
- .sc(StopTrainingEntityRecognizer)
4123
+ .sc(StopTrainingEntityRecognizer$)
4133
4124
  .build() {
4134
4125
  }
4135
4126
 
@@ -4141,7 +4132,7 @@ class TagResourceCommand extends smithyClient.Command
4141
4132
  })
4142
4133
  .s("Comprehend_20171127", "TagResource", {})
4143
4134
  .n("ComprehendClient", "TagResourceCommand")
4144
- .sc(TagResource)
4135
+ .sc(TagResource$)
4145
4136
  .build() {
4146
4137
  }
4147
4138
 
@@ -4153,7 +4144,7 @@ class UntagResourceCommand extends smithyClient.Command
4153
4144
  })
4154
4145
  .s("Comprehend_20171127", "UntagResource", {})
4155
4146
  .n("ComprehendClient", "UntagResourceCommand")
4156
- .sc(UntagResource)
4147
+ .sc(UntagResource$)
4157
4148
  .build() {
4158
4149
  }
4159
4150
 
@@ -4165,7 +4156,7 @@ class UpdateEndpointCommand extends smithyClient.Command
4165
4156
  })
4166
4157
  .s("Comprehend_20171127", "UpdateEndpoint", {})
4167
4158
  .n("ComprehendClient", "UpdateEndpointCommand")
4168
- .sc(UpdateEndpoint)
4159
+ .sc(UpdateEndpoint$)
4169
4160
  .build() {
4170
4161
  }
4171
4162
 
@@ -4177,7 +4168,7 @@ class UpdateFlywheelCommand extends smithyClient.Command
4177
4168
  })
4178
4169
  .s("Comprehend_20171127", "UpdateFlywheel", {})
4179
4170
  .n("ComprehendClient", "UpdateFlywheelCommand")
4180
- .sc(UpdateFlywheel)
4171
+ .sc(UpdateFlywheel$)
4181
4172
  .build() {
4182
4173
  }
4183
4174
 
@@ -4583,145 +4574,522 @@ Object.defineProperty(exports, "__Client", {
4583
4574
  get: function () { return smithyClient.Client; }
4584
4575
  });
4585
4576
  exports.AugmentedManifestsDocumentTypeFormat = AugmentedManifestsDocumentTypeFormat;
4577
+ exports.AugmentedManifestsListItem$ = AugmentedManifestsListItem$;
4578
+ exports.BatchDetectDominantLanguage$ = BatchDetectDominantLanguage$;
4586
4579
  exports.BatchDetectDominantLanguageCommand = BatchDetectDominantLanguageCommand;
4580
+ exports.BatchDetectDominantLanguageItemResult$ = BatchDetectDominantLanguageItemResult$;
4581
+ exports.BatchDetectDominantLanguageRequest$ = BatchDetectDominantLanguageRequest$;
4582
+ exports.BatchDetectDominantLanguageResponse$ = BatchDetectDominantLanguageResponse$;
4583
+ exports.BatchDetectEntities$ = BatchDetectEntities$;
4587
4584
  exports.BatchDetectEntitiesCommand = BatchDetectEntitiesCommand;
4585
+ exports.BatchDetectEntitiesItemResult$ = BatchDetectEntitiesItemResult$;
4586
+ exports.BatchDetectEntitiesRequest$ = BatchDetectEntitiesRequest$;
4587
+ exports.BatchDetectEntitiesResponse$ = BatchDetectEntitiesResponse$;
4588
+ exports.BatchDetectKeyPhrases$ = BatchDetectKeyPhrases$;
4588
4589
  exports.BatchDetectKeyPhrasesCommand = BatchDetectKeyPhrasesCommand;
4590
+ exports.BatchDetectKeyPhrasesItemResult$ = BatchDetectKeyPhrasesItemResult$;
4591
+ exports.BatchDetectKeyPhrasesRequest$ = BatchDetectKeyPhrasesRequest$;
4592
+ exports.BatchDetectKeyPhrasesResponse$ = BatchDetectKeyPhrasesResponse$;
4593
+ exports.BatchDetectSentiment$ = BatchDetectSentiment$;
4589
4594
  exports.BatchDetectSentimentCommand = BatchDetectSentimentCommand;
4595
+ exports.BatchDetectSentimentItemResult$ = BatchDetectSentimentItemResult$;
4596
+ exports.BatchDetectSentimentRequest$ = BatchDetectSentimentRequest$;
4597
+ exports.BatchDetectSentimentResponse$ = BatchDetectSentimentResponse$;
4598
+ exports.BatchDetectSyntax$ = BatchDetectSyntax$;
4590
4599
  exports.BatchDetectSyntaxCommand = BatchDetectSyntaxCommand;
4600
+ exports.BatchDetectSyntaxItemResult$ = BatchDetectSyntaxItemResult$;
4601
+ exports.BatchDetectSyntaxRequest$ = BatchDetectSyntaxRequest$;
4602
+ exports.BatchDetectSyntaxResponse$ = BatchDetectSyntaxResponse$;
4603
+ exports.BatchDetectTargetedSentiment$ = BatchDetectTargetedSentiment$;
4591
4604
  exports.BatchDetectTargetedSentimentCommand = BatchDetectTargetedSentimentCommand;
4592
- exports.BatchSizeLimitExceededException = BatchSizeLimitExceededException$1;
4605
+ exports.BatchDetectTargetedSentimentItemResult$ = BatchDetectTargetedSentimentItemResult$;
4606
+ exports.BatchDetectTargetedSentimentRequest$ = BatchDetectTargetedSentimentRequest$;
4607
+ exports.BatchDetectTargetedSentimentResponse$ = BatchDetectTargetedSentimentResponse$;
4608
+ exports.BatchItemError$ = BatchItemError$;
4609
+ exports.BatchSizeLimitExceededException = BatchSizeLimitExceededException;
4610
+ exports.BatchSizeLimitExceededException$ = BatchSizeLimitExceededException$;
4611
+ exports.Block$ = Block$;
4612
+ exports.BlockReference$ = BlockReference$;
4593
4613
  exports.BlockType = BlockType;
4614
+ exports.BoundingBox$ = BoundingBox$;
4615
+ exports.ChildBlock$ = ChildBlock$;
4616
+ exports.ClassifierEvaluationMetrics$ = ClassifierEvaluationMetrics$;
4617
+ exports.ClassifierMetadata$ = ClassifierMetadata$;
4618
+ exports.ClassifyDocument$ = ClassifyDocument$;
4594
4619
  exports.ClassifyDocumentCommand = ClassifyDocumentCommand;
4620
+ exports.ClassifyDocumentRequest$ = ClassifyDocumentRequest$;
4621
+ exports.ClassifyDocumentResponse$ = ClassifyDocumentResponse$;
4595
4622
  exports.Comprehend = Comprehend;
4596
4623
  exports.ComprehendClient = ComprehendClient;
4597
- exports.ComprehendServiceException = ComprehendServiceException$1;
4598
- exports.ConcurrentModificationException = ConcurrentModificationException$1;
4624
+ exports.ComprehendServiceException = ComprehendServiceException;
4625
+ exports.ComprehendServiceException$ = ComprehendServiceException$;
4626
+ exports.ConcurrentModificationException = ConcurrentModificationException;
4627
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
4628
+ exports.ContainsPiiEntities$ = ContainsPiiEntities$;
4599
4629
  exports.ContainsPiiEntitiesCommand = ContainsPiiEntitiesCommand;
4630
+ exports.ContainsPiiEntitiesRequest$ = ContainsPiiEntitiesRequest$;
4631
+ exports.ContainsPiiEntitiesResponse$ = ContainsPiiEntitiesResponse$;
4632
+ exports.CreateDataset$ = CreateDataset$;
4600
4633
  exports.CreateDatasetCommand = CreateDatasetCommand;
4634
+ exports.CreateDatasetRequest$ = CreateDatasetRequest$;
4635
+ exports.CreateDatasetResponse$ = CreateDatasetResponse$;
4636
+ exports.CreateDocumentClassifier$ = CreateDocumentClassifier$;
4601
4637
  exports.CreateDocumentClassifierCommand = CreateDocumentClassifierCommand;
4638
+ exports.CreateDocumentClassifierRequest$ = CreateDocumentClassifierRequest$;
4639
+ exports.CreateDocumentClassifierResponse$ = CreateDocumentClassifierResponse$;
4640
+ exports.CreateEndpoint$ = CreateEndpoint$;
4602
4641
  exports.CreateEndpointCommand = CreateEndpointCommand;
4642
+ exports.CreateEndpointRequest$ = CreateEndpointRequest$;
4643
+ exports.CreateEndpointResponse$ = CreateEndpointResponse$;
4644
+ exports.CreateEntityRecognizer$ = CreateEntityRecognizer$;
4603
4645
  exports.CreateEntityRecognizerCommand = CreateEntityRecognizerCommand;
4646
+ exports.CreateEntityRecognizerRequest$ = CreateEntityRecognizerRequest$;
4647
+ exports.CreateEntityRecognizerResponse$ = CreateEntityRecognizerResponse$;
4648
+ exports.CreateFlywheel$ = CreateFlywheel$;
4604
4649
  exports.CreateFlywheelCommand = CreateFlywheelCommand;
4650
+ exports.CreateFlywheelRequest$ = CreateFlywheelRequest$;
4651
+ exports.CreateFlywheelResponse$ = CreateFlywheelResponse$;
4652
+ exports.DataSecurityConfig$ = DataSecurityConfig$;
4653
+ exports.DatasetAugmentedManifestsListItem$ = DatasetAugmentedManifestsListItem$;
4605
4654
  exports.DatasetDataFormat = DatasetDataFormat;
4655
+ exports.DatasetDocumentClassifierInputDataConfig$ = DatasetDocumentClassifierInputDataConfig$;
4656
+ exports.DatasetEntityRecognizerAnnotations$ = DatasetEntityRecognizerAnnotations$;
4657
+ exports.DatasetEntityRecognizerDocuments$ = DatasetEntityRecognizerDocuments$;
4658
+ exports.DatasetEntityRecognizerEntityList$ = DatasetEntityRecognizerEntityList$;
4659
+ exports.DatasetEntityRecognizerInputDataConfig$ = DatasetEntityRecognizerInputDataConfig$;
4660
+ exports.DatasetFilter$ = DatasetFilter$;
4661
+ exports.DatasetInputDataConfig$ = DatasetInputDataConfig$;
4662
+ exports.DatasetProperties$ = DatasetProperties$;
4606
4663
  exports.DatasetStatus = DatasetStatus;
4607
4664
  exports.DatasetType = DatasetType;
4665
+ exports.DeleteDocumentClassifier$ = DeleteDocumentClassifier$;
4608
4666
  exports.DeleteDocumentClassifierCommand = DeleteDocumentClassifierCommand;
4667
+ exports.DeleteDocumentClassifierRequest$ = DeleteDocumentClassifierRequest$;
4668
+ exports.DeleteDocumentClassifierResponse$ = DeleteDocumentClassifierResponse$;
4669
+ exports.DeleteEndpoint$ = DeleteEndpoint$;
4609
4670
  exports.DeleteEndpointCommand = DeleteEndpointCommand;
4671
+ exports.DeleteEndpointRequest$ = DeleteEndpointRequest$;
4672
+ exports.DeleteEndpointResponse$ = DeleteEndpointResponse$;
4673
+ exports.DeleteEntityRecognizer$ = DeleteEntityRecognizer$;
4610
4674
  exports.DeleteEntityRecognizerCommand = DeleteEntityRecognizerCommand;
4675
+ exports.DeleteEntityRecognizerRequest$ = DeleteEntityRecognizerRequest$;
4676
+ exports.DeleteEntityRecognizerResponse$ = DeleteEntityRecognizerResponse$;
4677
+ exports.DeleteFlywheel$ = DeleteFlywheel$;
4611
4678
  exports.DeleteFlywheelCommand = DeleteFlywheelCommand;
4679
+ exports.DeleteFlywheelRequest$ = DeleteFlywheelRequest$;
4680
+ exports.DeleteFlywheelResponse$ = DeleteFlywheelResponse$;
4681
+ exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
4612
4682
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
4683
+ exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
4684
+ exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
4685
+ exports.DescribeDataset$ = DescribeDataset$;
4613
4686
  exports.DescribeDatasetCommand = DescribeDatasetCommand;
4687
+ exports.DescribeDatasetRequest$ = DescribeDatasetRequest$;
4688
+ exports.DescribeDatasetResponse$ = DescribeDatasetResponse$;
4689
+ exports.DescribeDocumentClassificationJob$ = DescribeDocumentClassificationJob$;
4614
4690
  exports.DescribeDocumentClassificationJobCommand = DescribeDocumentClassificationJobCommand;
4691
+ exports.DescribeDocumentClassificationJobRequest$ = DescribeDocumentClassificationJobRequest$;
4692
+ exports.DescribeDocumentClassificationJobResponse$ = DescribeDocumentClassificationJobResponse$;
4693
+ exports.DescribeDocumentClassifier$ = DescribeDocumentClassifier$;
4615
4694
  exports.DescribeDocumentClassifierCommand = DescribeDocumentClassifierCommand;
4695
+ exports.DescribeDocumentClassifierRequest$ = DescribeDocumentClassifierRequest$;
4696
+ exports.DescribeDocumentClassifierResponse$ = DescribeDocumentClassifierResponse$;
4697
+ exports.DescribeDominantLanguageDetectionJob$ = DescribeDominantLanguageDetectionJob$;
4616
4698
  exports.DescribeDominantLanguageDetectionJobCommand = DescribeDominantLanguageDetectionJobCommand;
4699
+ exports.DescribeDominantLanguageDetectionJobRequest$ = DescribeDominantLanguageDetectionJobRequest$;
4700
+ exports.DescribeDominantLanguageDetectionJobResponse$ = DescribeDominantLanguageDetectionJobResponse$;
4701
+ exports.DescribeEndpoint$ = DescribeEndpoint$;
4617
4702
  exports.DescribeEndpointCommand = DescribeEndpointCommand;
4703
+ exports.DescribeEndpointRequest$ = DescribeEndpointRequest$;
4704
+ exports.DescribeEndpointResponse$ = DescribeEndpointResponse$;
4705
+ exports.DescribeEntitiesDetectionJob$ = DescribeEntitiesDetectionJob$;
4618
4706
  exports.DescribeEntitiesDetectionJobCommand = DescribeEntitiesDetectionJobCommand;
4707
+ exports.DescribeEntitiesDetectionJobRequest$ = DescribeEntitiesDetectionJobRequest$;
4708
+ exports.DescribeEntitiesDetectionJobResponse$ = DescribeEntitiesDetectionJobResponse$;
4709
+ exports.DescribeEntityRecognizer$ = DescribeEntityRecognizer$;
4619
4710
  exports.DescribeEntityRecognizerCommand = DescribeEntityRecognizerCommand;
4711
+ exports.DescribeEntityRecognizerRequest$ = DescribeEntityRecognizerRequest$;
4712
+ exports.DescribeEntityRecognizerResponse$ = DescribeEntityRecognizerResponse$;
4713
+ exports.DescribeEventsDetectionJob$ = DescribeEventsDetectionJob$;
4620
4714
  exports.DescribeEventsDetectionJobCommand = DescribeEventsDetectionJobCommand;
4715
+ exports.DescribeEventsDetectionJobRequest$ = DescribeEventsDetectionJobRequest$;
4716
+ exports.DescribeEventsDetectionJobResponse$ = DescribeEventsDetectionJobResponse$;
4717
+ exports.DescribeFlywheel$ = DescribeFlywheel$;
4621
4718
  exports.DescribeFlywheelCommand = DescribeFlywheelCommand;
4719
+ exports.DescribeFlywheelIteration$ = DescribeFlywheelIteration$;
4622
4720
  exports.DescribeFlywheelIterationCommand = DescribeFlywheelIterationCommand;
4721
+ exports.DescribeFlywheelIterationRequest$ = DescribeFlywheelIterationRequest$;
4722
+ exports.DescribeFlywheelIterationResponse$ = DescribeFlywheelIterationResponse$;
4723
+ exports.DescribeFlywheelRequest$ = DescribeFlywheelRequest$;
4724
+ exports.DescribeFlywheelResponse$ = DescribeFlywheelResponse$;
4725
+ exports.DescribeKeyPhrasesDetectionJob$ = DescribeKeyPhrasesDetectionJob$;
4623
4726
  exports.DescribeKeyPhrasesDetectionJobCommand = DescribeKeyPhrasesDetectionJobCommand;
4727
+ exports.DescribeKeyPhrasesDetectionJobRequest$ = DescribeKeyPhrasesDetectionJobRequest$;
4728
+ exports.DescribeKeyPhrasesDetectionJobResponse$ = DescribeKeyPhrasesDetectionJobResponse$;
4729
+ exports.DescribePiiEntitiesDetectionJob$ = DescribePiiEntitiesDetectionJob$;
4624
4730
  exports.DescribePiiEntitiesDetectionJobCommand = DescribePiiEntitiesDetectionJobCommand;
4731
+ exports.DescribePiiEntitiesDetectionJobRequest$ = DescribePiiEntitiesDetectionJobRequest$;
4732
+ exports.DescribePiiEntitiesDetectionJobResponse$ = DescribePiiEntitiesDetectionJobResponse$;
4733
+ exports.DescribeResourcePolicy$ = DescribeResourcePolicy$;
4625
4734
  exports.DescribeResourcePolicyCommand = DescribeResourcePolicyCommand;
4735
+ exports.DescribeResourcePolicyRequest$ = DescribeResourcePolicyRequest$;
4736
+ exports.DescribeResourcePolicyResponse$ = DescribeResourcePolicyResponse$;
4737
+ exports.DescribeSentimentDetectionJob$ = DescribeSentimentDetectionJob$;
4626
4738
  exports.DescribeSentimentDetectionJobCommand = DescribeSentimentDetectionJobCommand;
4739
+ exports.DescribeSentimentDetectionJobRequest$ = DescribeSentimentDetectionJobRequest$;
4740
+ exports.DescribeSentimentDetectionJobResponse$ = DescribeSentimentDetectionJobResponse$;
4741
+ exports.DescribeTargetedSentimentDetectionJob$ = DescribeTargetedSentimentDetectionJob$;
4627
4742
  exports.DescribeTargetedSentimentDetectionJobCommand = DescribeTargetedSentimentDetectionJobCommand;
4743
+ exports.DescribeTargetedSentimentDetectionJobRequest$ = DescribeTargetedSentimentDetectionJobRequest$;
4744
+ exports.DescribeTargetedSentimentDetectionJobResponse$ = DescribeTargetedSentimentDetectionJobResponse$;
4745
+ exports.DescribeTopicsDetectionJob$ = DescribeTopicsDetectionJob$;
4628
4746
  exports.DescribeTopicsDetectionJobCommand = DescribeTopicsDetectionJobCommand;
4747
+ exports.DescribeTopicsDetectionJobRequest$ = DescribeTopicsDetectionJobRequest$;
4748
+ exports.DescribeTopicsDetectionJobResponse$ = DescribeTopicsDetectionJobResponse$;
4749
+ exports.DetectDominantLanguage$ = DetectDominantLanguage$;
4629
4750
  exports.DetectDominantLanguageCommand = DetectDominantLanguageCommand;
4751
+ exports.DetectDominantLanguageRequest$ = DetectDominantLanguageRequest$;
4752
+ exports.DetectDominantLanguageResponse$ = DetectDominantLanguageResponse$;
4753
+ exports.DetectEntities$ = DetectEntities$;
4630
4754
  exports.DetectEntitiesCommand = DetectEntitiesCommand;
4755
+ exports.DetectEntitiesRequest$ = DetectEntitiesRequest$;
4756
+ exports.DetectEntitiesResponse$ = DetectEntitiesResponse$;
4757
+ exports.DetectKeyPhrases$ = DetectKeyPhrases$;
4631
4758
  exports.DetectKeyPhrasesCommand = DetectKeyPhrasesCommand;
4759
+ exports.DetectKeyPhrasesRequest$ = DetectKeyPhrasesRequest$;
4760
+ exports.DetectKeyPhrasesResponse$ = DetectKeyPhrasesResponse$;
4761
+ exports.DetectPiiEntities$ = DetectPiiEntities$;
4632
4762
  exports.DetectPiiEntitiesCommand = DetectPiiEntitiesCommand;
4763
+ exports.DetectPiiEntitiesRequest$ = DetectPiiEntitiesRequest$;
4764
+ exports.DetectPiiEntitiesResponse$ = DetectPiiEntitiesResponse$;
4765
+ exports.DetectSentiment$ = DetectSentiment$;
4633
4766
  exports.DetectSentimentCommand = DetectSentimentCommand;
4767
+ exports.DetectSentimentRequest$ = DetectSentimentRequest$;
4768
+ exports.DetectSentimentResponse$ = DetectSentimentResponse$;
4769
+ exports.DetectSyntax$ = DetectSyntax$;
4634
4770
  exports.DetectSyntaxCommand = DetectSyntaxCommand;
4771
+ exports.DetectSyntaxRequest$ = DetectSyntaxRequest$;
4772
+ exports.DetectSyntaxResponse$ = DetectSyntaxResponse$;
4773
+ exports.DetectTargetedSentiment$ = DetectTargetedSentiment$;
4635
4774
  exports.DetectTargetedSentimentCommand = DetectTargetedSentimentCommand;
4775
+ exports.DetectTargetedSentimentRequest$ = DetectTargetedSentimentRequest$;
4776
+ exports.DetectTargetedSentimentResponse$ = DetectTargetedSentimentResponse$;
4777
+ exports.DetectToxicContent$ = DetectToxicContent$;
4636
4778
  exports.DetectToxicContentCommand = DetectToxicContentCommand;
4779
+ exports.DetectToxicContentRequest$ = DetectToxicContentRequest$;
4780
+ exports.DetectToxicContentResponse$ = DetectToxicContentResponse$;
4781
+ exports.DocumentClass$ = DocumentClass$;
4782
+ exports.DocumentClassificationConfig$ = DocumentClassificationConfig$;
4783
+ exports.DocumentClassificationJobFilter$ = DocumentClassificationJobFilter$;
4784
+ exports.DocumentClassificationJobProperties$ = DocumentClassificationJobProperties$;
4637
4785
  exports.DocumentClassifierDataFormat = DocumentClassifierDataFormat;
4638
4786
  exports.DocumentClassifierDocumentTypeFormat = DocumentClassifierDocumentTypeFormat;
4787
+ exports.DocumentClassifierDocuments$ = DocumentClassifierDocuments$;
4788
+ exports.DocumentClassifierFilter$ = DocumentClassifierFilter$;
4789
+ exports.DocumentClassifierInputDataConfig$ = DocumentClassifierInputDataConfig$;
4639
4790
  exports.DocumentClassifierMode = DocumentClassifierMode;
4791
+ exports.DocumentClassifierOutputDataConfig$ = DocumentClassifierOutputDataConfig$;
4792
+ exports.DocumentClassifierProperties$ = DocumentClassifierProperties$;
4793
+ exports.DocumentClassifierSummary$ = DocumentClassifierSummary$;
4794
+ exports.DocumentLabel$ = DocumentLabel$;
4795
+ exports.DocumentMetadata$ = DocumentMetadata$;
4640
4796
  exports.DocumentReadAction = DocumentReadAction;
4641
4797
  exports.DocumentReadFeatureTypes = DocumentReadFeatureTypes;
4642
4798
  exports.DocumentReadMode = DocumentReadMode;
4799
+ exports.DocumentReaderConfig$ = DocumentReaderConfig$;
4643
4800
  exports.DocumentType = DocumentType;
4801
+ exports.DocumentTypeListItem$ = DocumentTypeListItem$;
4802
+ exports.DominantLanguage$ = DominantLanguage$;
4803
+ exports.DominantLanguageDetectionJobFilter$ = DominantLanguageDetectionJobFilter$;
4804
+ exports.DominantLanguageDetectionJobProperties$ = DominantLanguageDetectionJobProperties$;
4805
+ exports.EndpointFilter$ = EndpointFilter$;
4806
+ exports.EndpointProperties$ = EndpointProperties$;
4644
4807
  exports.EndpointStatus = EndpointStatus;
4808
+ exports.EntitiesDetectionJobFilter$ = EntitiesDetectionJobFilter$;
4809
+ exports.EntitiesDetectionJobProperties$ = EntitiesDetectionJobProperties$;
4810
+ exports.Entity$ = Entity$;
4811
+ exports.EntityLabel$ = EntityLabel$;
4812
+ exports.EntityRecognitionConfig$ = EntityRecognitionConfig$;
4813
+ exports.EntityRecognizerAnnotations$ = EntityRecognizerAnnotations$;
4645
4814
  exports.EntityRecognizerDataFormat = EntityRecognizerDataFormat;
4815
+ exports.EntityRecognizerDocuments$ = EntityRecognizerDocuments$;
4816
+ exports.EntityRecognizerEntityList$ = EntityRecognizerEntityList$;
4817
+ exports.EntityRecognizerEvaluationMetrics$ = EntityRecognizerEvaluationMetrics$;
4818
+ exports.EntityRecognizerFilter$ = EntityRecognizerFilter$;
4819
+ exports.EntityRecognizerInputDataConfig$ = EntityRecognizerInputDataConfig$;
4820
+ exports.EntityRecognizerMetadata$ = EntityRecognizerMetadata$;
4821
+ exports.EntityRecognizerMetadataEntityTypesListItem$ = EntityRecognizerMetadataEntityTypesListItem$;
4822
+ exports.EntityRecognizerOutputDataConfig$ = EntityRecognizerOutputDataConfig$;
4823
+ exports.EntityRecognizerProperties$ = EntityRecognizerProperties$;
4824
+ exports.EntityRecognizerSummary$ = EntityRecognizerSummary$;
4646
4825
  exports.EntityType = EntityType;
4826
+ exports.EntityTypesEvaluationMetrics$ = EntityTypesEvaluationMetrics$;
4827
+ exports.EntityTypesListItem$ = EntityTypesListItem$;
4828
+ exports.ErrorsListItem$ = ErrorsListItem$;
4829
+ exports.EventsDetectionJobFilter$ = EventsDetectionJobFilter$;
4830
+ exports.EventsDetectionJobProperties$ = EventsDetectionJobProperties$;
4831
+ exports.ExtractedCharactersListItem$ = ExtractedCharactersListItem$;
4832
+ exports.FlywheelFilter$ = FlywheelFilter$;
4833
+ exports.FlywheelIterationFilter$ = FlywheelIterationFilter$;
4834
+ exports.FlywheelIterationProperties$ = FlywheelIterationProperties$;
4647
4835
  exports.FlywheelIterationStatus = FlywheelIterationStatus;
4836
+ exports.FlywheelModelEvaluationMetrics$ = FlywheelModelEvaluationMetrics$;
4837
+ exports.FlywheelProperties$ = FlywheelProperties$;
4648
4838
  exports.FlywheelStatus = FlywheelStatus;
4839
+ exports.FlywheelSummary$ = FlywheelSummary$;
4840
+ exports.Geometry$ = Geometry$;
4841
+ exports.ImportModel$ = ImportModel$;
4649
4842
  exports.ImportModelCommand = ImportModelCommand;
4843
+ exports.ImportModelRequest$ = ImportModelRequest$;
4844
+ exports.ImportModelResponse$ = ImportModelResponse$;
4845
+ exports.InputDataConfig$ = InputDataConfig$;
4650
4846
  exports.InputFormat = InputFormat;
4651
- exports.InternalServerException = InternalServerException$1;
4652
- exports.InvalidFilterException = InvalidFilterException$1;
4847
+ exports.InternalServerException = InternalServerException;
4848
+ exports.InternalServerException$ = InternalServerException$;
4849
+ exports.InvalidFilterException = InvalidFilterException;
4850
+ exports.InvalidFilterException$ = InvalidFilterException$;
4851
+ exports.InvalidRequestDetail$ = InvalidRequestDetail$;
4653
4852
  exports.InvalidRequestDetailReason = InvalidRequestDetailReason;
4654
- exports.InvalidRequestException = InvalidRequestException$1;
4853
+ exports.InvalidRequestException = InvalidRequestException;
4854
+ exports.InvalidRequestException$ = InvalidRequestException$;
4655
4855
  exports.InvalidRequestReason = InvalidRequestReason;
4656
- exports.JobNotFoundException = JobNotFoundException$1;
4856
+ exports.JobNotFoundException = JobNotFoundException;
4857
+ exports.JobNotFoundException$ = JobNotFoundException$;
4657
4858
  exports.JobStatus = JobStatus;
4658
- exports.KmsKeyValidationException = KmsKeyValidationException$1;
4859
+ exports.KeyPhrase$ = KeyPhrase$;
4860
+ exports.KeyPhrasesDetectionJobFilter$ = KeyPhrasesDetectionJobFilter$;
4861
+ exports.KeyPhrasesDetectionJobProperties$ = KeyPhrasesDetectionJobProperties$;
4862
+ exports.KmsKeyValidationException = KmsKeyValidationException;
4863
+ exports.KmsKeyValidationException$ = KmsKeyValidationException$;
4659
4864
  exports.LanguageCode = LanguageCode;
4865
+ exports.ListDatasets$ = ListDatasets$;
4660
4866
  exports.ListDatasetsCommand = ListDatasetsCommand;
4867
+ exports.ListDatasetsRequest$ = ListDatasetsRequest$;
4868
+ exports.ListDatasetsResponse$ = ListDatasetsResponse$;
4869
+ exports.ListDocumentClassificationJobs$ = ListDocumentClassificationJobs$;
4661
4870
  exports.ListDocumentClassificationJobsCommand = ListDocumentClassificationJobsCommand;
4871
+ exports.ListDocumentClassificationJobsRequest$ = ListDocumentClassificationJobsRequest$;
4872
+ exports.ListDocumentClassificationJobsResponse$ = ListDocumentClassificationJobsResponse$;
4873
+ exports.ListDocumentClassifierSummaries$ = ListDocumentClassifierSummaries$;
4662
4874
  exports.ListDocumentClassifierSummariesCommand = ListDocumentClassifierSummariesCommand;
4875
+ exports.ListDocumentClassifierSummariesRequest$ = ListDocumentClassifierSummariesRequest$;
4876
+ exports.ListDocumentClassifierSummariesResponse$ = ListDocumentClassifierSummariesResponse$;
4877
+ exports.ListDocumentClassifiers$ = ListDocumentClassifiers$;
4663
4878
  exports.ListDocumentClassifiersCommand = ListDocumentClassifiersCommand;
4879
+ exports.ListDocumentClassifiersRequest$ = ListDocumentClassifiersRequest$;
4880
+ exports.ListDocumentClassifiersResponse$ = ListDocumentClassifiersResponse$;
4881
+ exports.ListDominantLanguageDetectionJobs$ = ListDominantLanguageDetectionJobs$;
4664
4882
  exports.ListDominantLanguageDetectionJobsCommand = ListDominantLanguageDetectionJobsCommand;
4883
+ exports.ListDominantLanguageDetectionJobsRequest$ = ListDominantLanguageDetectionJobsRequest$;
4884
+ exports.ListDominantLanguageDetectionJobsResponse$ = ListDominantLanguageDetectionJobsResponse$;
4885
+ exports.ListEndpoints$ = ListEndpoints$;
4665
4886
  exports.ListEndpointsCommand = ListEndpointsCommand;
4887
+ exports.ListEndpointsRequest$ = ListEndpointsRequest$;
4888
+ exports.ListEndpointsResponse$ = ListEndpointsResponse$;
4889
+ exports.ListEntitiesDetectionJobs$ = ListEntitiesDetectionJobs$;
4666
4890
  exports.ListEntitiesDetectionJobsCommand = ListEntitiesDetectionJobsCommand;
4891
+ exports.ListEntitiesDetectionJobsRequest$ = ListEntitiesDetectionJobsRequest$;
4892
+ exports.ListEntitiesDetectionJobsResponse$ = ListEntitiesDetectionJobsResponse$;
4893
+ exports.ListEntityRecognizerSummaries$ = ListEntityRecognizerSummaries$;
4667
4894
  exports.ListEntityRecognizerSummariesCommand = ListEntityRecognizerSummariesCommand;
4895
+ exports.ListEntityRecognizerSummariesRequest$ = ListEntityRecognizerSummariesRequest$;
4896
+ exports.ListEntityRecognizerSummariesResponse$ = ListEntityRecognizerSummariesResponse$;
4897
+ exports.ListEntityRecognizers$ = ListEntityRecognizers$;
4668
4898
  exports.ListEntityRecognizersCommand = ListEntityRecognizersCommand;
4899
+ exports.ListEntityRecognizersRequest$ = ListEntityRecognizersRequest$;
4900
+ exports.ListEntityRecognizersResponse$ = ListEntityRecognizersResponse$;
4901
+ exports.ListEventsDetectionJobs$ = ListEventsDetectionJobs$;
4669
4902
  exports.ListEventsDetectionJobsCommand = ListEventsDetectionJobsCommand;
4903
+ exports.ListEventsDetectionJobsRequest$ = ListEventsDetectionJobsRequest$;
4904
+ exports.ListEventsDetectionJobsResponse$ = ListEventsDetectionJobsResponse$;
4905
+ exports.ListFlywheelIterationHistory$ = ListFlywheelIterationHistory$;
4670
4906
  exports.ListFlywheelIterationHistoryCommand = ListFlywheelIterationHistoryCommand;
4907
+ exports.ListFlywheelIterationHistoryRequest$ = ListFlywheelIterationHistoryRequest$;
4908
+ exports.ListFlywheelIterationHistoryResponse$ = ListFlywheelIterationHistoryResponse$;
4909
+ exports.ListFlywheels$ = ListFlywheels$;
4671
4910
  exports.ListFlywheelsCommand = ListFlywheelsCommand;
4911
+ exports.ListFlywheelsRequest$ = ListFlywheelsRequest$;
4912
+ exports.ListFlywheelsResponse$ = ListFlywheelsResponse$;
4913
+ exports.ListKeyPhrasesDetectionJobs$ = ListKeyPhrasesDetectionJobs$;
4672
4914
  exports.ListKeyPhrasesDetectionJobsCommand = ListKeyPhrasesDetectionJobsCommand;
4915
+ exports.ListKeyPhrasesDetectionJobsRequest$ = ListKeyPhrasesDetectionJobsRequest$;
4916
+ exports.ListKeyPhrasesDetectionJobsResponse$ = ListKeyPhrasesDetectionJobsResponse$;
4917
+ exports.ListPiiEntitiesDetectionJobs$ = ListPiiEntitiesDetectionJobs$;
4673
4918
  exports.ListPiiEntitiesDetectionJobsCommand = ListPiiEntitiesDetectionJobsCommand;
4919
+ exports.ListPiiEntitiesDetectionJobsRequest$ = ListPiiEntitiesDetectionJobsRequest$;
4920
+ exports.ListPiiEntitiesDetectionJobsResponse$ = ListPiiEntitiesDetectionJobsResponse$;
4921
+ exports.ListSentimentDetectionJobs$ = ListSentimentDetectionJobs$;
4674
4922
  exports.ListSentimentDetectionJobsCommand = ListSentimentDetectionJobsCommand;
4923
+ exports.ListSentimentDetectionJobsRequest$ = ListSentimentDetectionJobsRequest$;
4924
+ exports.ListSentimentDetectionJobsResponse$ = ListSentimentDetectionJobsResponse$;
4925
+ exports.ListTagsForResource$ = ListTagsForResource$;
4675
4926
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4927
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
4928
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
4929
+ exports.ListTargetedSentimentDetectionJobs$ = ListTargetedSentimentDetectionJobs$;
4676
4930
  exports.ListTargetedSentimentDetectionJobsCommand = ListTargetedSentimentDetectionJobsCommand;
4931
+ exports.ListTargetedSentimentDetectionJobsRequest$ = ListTargetedSentimentDetectionJobsRequest$;
4932
+ exports.ListTargetedSentimentDetectionJobsResponse$ = ListTargetedSentimentDetectionJobsResponse$;
4933
+ exports.ListTopicsDetectionJobs$ = ListTopicsDetectionJobs$;
4677
4934
  exports.ListTopicsDetectionJobsCommand = ListTopicsDetectionJobsCommand;
4935
+ exports.ListTopicsDetectionJobsRequest$ = ListTopicsDetectionJobsRequest$;
4936
+ exports.ListTopicsDetectionJobsResponse$ = ListTopicsDetectionJobsResponse$;
4937
+ exports.MentionSentiment$ = MentionSentiment$;
4678
4938
  exports.ModelStatus = ModelStatus;
4679
4939
  exports.ModelType = ModelType;
4940
+ exports.OutputDataConfig$ = OutputDataConfig$;
4680
4941
  exports.PageBasedErrorCode = PageBasedErrorCode;
4681
4942
  exports.PageBasedWarningCode = PageBasedWarningCode;
4943
+ exports.PartOfSpeechTag$ = PartOfSpeechTag$;
4682
4944
  exports.PartOfSpeechTagType = PartOfSpeechTagType;
4945
+ exports.PiiEntitiesDetectionJobFilter$ = PiiEntitiesDetectionJobFilter$;
4946
+ exports.PiiEntitiesDetectionJobProperties$ = PiiEntitiesDetectionJobProperties$;
4683
4947
  exports.PiiEntitiesDetectionMaskMode = PiiEntitiesDetectionMaskMode;
4684
4948
  exports.PiiEntitiesDetectionMode = PiiEntitiesDetectionMode;
4949
+ exports.PiiEntity$ = PiiEntity$;
4685
4950
  exports.PiiEntityType = PiiEntityType;
4951
+ exports.PiiOutputDataConfig$ = PiiOutputDataConfig$;
4952
+ exports.Point$ = Point$;
4953
+ exports.PutResourcePolicy$ = PutResourcePolicy$;
4686
4954
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
4955
+ exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
4956
+ exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
4957
+ exports.RedactionConfig$ = RedactionConfig$;
4687
4958
  exports.RelationshipType = RelationshipType;
4688
- exports.ResourceInUseException = ResourceInUseException$1;
4689
- exports.ResourceLimitExceededException = ResourceLimitExceededException$1;
4690
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
4691
- exports.ResourceUnavailableException = ResourceUnavailableException$1;
4959
+ exports.RelationshipsListItem$ = RelationshipsListItem$;
4960
+ exports.ResourceInUseException = ResourceInUseException;
4961
+ exports.ResourceInUseException$ = ResourceInUseException$;
4962
+ exports.ResourceLimitExceededException = ResourceLimitExceededException;
4963
+ exports.ResourceLimitExceededException$ = ResourceLimitExceededException$;
4964
+ exports.ResourceNotFoundException = ResourceNotFoundException;
4965
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
4966
+ exports.ResourceUnavailableException = ResourceUnavailableException;
4967
+ exports.ResourceUnavailableException$ = ResourceUnavailableException$;
4968
+ exports.SentimentDetectionJobFilter$ = SentimentDetectionJobFilter$;
4969
+ exports.SentimentDetectionJobProperties$ = SentimentDetectionJobProperties$;
4970
+ exports.SentimentScore$ = SentimentScore$;
4692
4971
  exports.SentimentType = SentimentType;
4693
4972
  exports.Split = Split;
4973
+ exports.StartDocumentClassificationJob$ = StartDocumentClassificationJob$;
4694
4974
  exports.StartDocumentClassificationJobCommand = StartDocumentClassificationJobCommand;
4975
+ exports.StartDocumentClassificationJobRequest$ = StartDocumentClassificationJobRequest$;
4976
+ exports.StartDocumentClassificationJobResponse$ = StartDocumentClassificationJobResponse$;
4977
+ exports.StartDominantLanguageDetectionJob$ = StartDominantLanguageDetectionJob$;
4695
4978
  exports.StartDominantLanguageDetectionJobCommand = StartDominantLanguageDetectionJobCommand;
4979
+ exports.StartDominantLanguageDetectionJobRequest$ = StartDominantLanguageDetectionJobRequest$;
4980
+ exports.StartDominantLanguageDetectionJobResponse$ = StartDominantLanguageDetectionJobResponse$;
4981
+ exports.StartEntitiesDetectionJob$ = StartEntitiesDetectionJob$;
4696
4982
  exports.StartEntitiesDetectionJobCommand = StartEntitiesDetectionJobCommand;
4983
+ exports.StartEntitiesDetectionJobRequest$ = StartEntitiesDetectionJobRequest$;
4984
+ exports.StartEntitiesDetectionJobResponse$ = StartEntitiesDetectionJobResponse$;
4985
+ exports.StartEventsDetectionJob$ = StartEventsDetectionJob$;
4697
4986
  exports.StartEventsDetectionJobCommand = StartEventsDetectionJobCommand;
4987
+ exports.StartEventsDetectionJobRequest$ = StartEventsDetectionJobRequest$;
4988
+ exports.StartEventsDetectionJobResponse$ = StartEventsDetectionJobResponse$;
4989
+ exports.StartFlywheelIteration$ = StartFlywheelIteration$;
4698
4990
  exports.StartFlywheelIterationCommand = StartFlywheelIterationCommand;
4991
+ exports.StartFlywheelIterationRequest$ = StartFlywheelIterationRequest$;
4992
+ exports.StartFlywheelIterationResponse$ = StartFlywheelIterationResponse$;
4993
+ exports.StartKeyPhrasesDetectionJob$ = StartKeyPhrasesDetectionJob$;
4699
4994
  exports.StartKeyPhrasesDetectionJobCommand = StartKeyPhrasesDetectionJobCommand;
4995
+ exports.StartKeyPhrasesDetectionJobRequest$ = StartKeyPhrasesDetectionJobRequest$;
4996
+ exports.StartKeyPhrasesDetectionJobResponse$ = StartKeyPhrasesDetectionJobResponse$;
4997
+ exports.StartPiiEntitiesDetectionJob$ = StartPiiEntitiesDetectionJob$;
4700
4998
  exports.StartPiiEntitiesDetectionJobCommand = StartPiiEntitiesDetectionJobCommand;
4999
+ exports.StartPiiEntitiesDetectionJobRequest$ = StartPiiEntitiesDetectionJobRequest$;
5000
+ exports.StartPiiEntitiesDetectionJobResponse$ = StartPiiEntitiesDetectionJobResponse$;
5001
+ exports.StartSentimentDetectionJob$ = StartSentimentDetectionJob$;
4701
5002
  exports.StartSentimentDetectionJobCommand = StartSentimentDetectionJobCommand;
5003
+ exports.StartSentimentDetectionJobRequest$ = StartSentimentDetectionJobRequest$;
5004
+ exports.StartSentimentDetectionJobResponse$ = StartSentimentDetectionJobResponse$;
5005
+ exports.StartTargetedSentimentDetectionJob$ = StartTargetedSentimentDetectionJob$;
4702
5006
  exports.StartTargetedSentimentDetectionJobCommand = StartTargetedSentimentDetectionJobCommand;
5007
+ exports.StartTargetedSentimentDetectionJobRequest$ = StartTargetedSentimentDetectionJobRequest$;
5008
+ exports.StartTargetedSentimentDetectionJobResponse$ = StartTargetedSentimentDetectionJobResponse$;
5009
+ exports.StartTopicsDetectionJob$ = StartTopicsDetectionJob$;
4703
5010
  exports.StartTopicsDetectionJobCommand = StartTopicsDetectionJobCommand;
5011
+ exports.StartTopicsDetectionJobRequest$ = StartTopicsDetectionJobRequest$;
5012
+ exports.StartTopicsDetectionJobResponse$ = StartTopicsDetectionJobResponse$;
5013
+ exports.StopDominantLanguageDetectionJob$ = StopDominantLanguageDetectionJob$;
4704
5014
  exports.StopDominantLanguageDetectionJobCommand = StopDominantLanguageDetectionJobCommand;
5015
+ exports.StopDominantLanguageDetectionJobRequest$ = StopDominantLanguageDetectionJobRequest$;
5016
+ exports.StopDominantLanguageDetectionJobResponse$ = StopDominantLanguageDetectionJobResponse$;
5017
+ exports.StopEntitiesDetectionJob$ = StopEntitiesDetectionJob$;
4705
5018
  exports.StopEntitiesDetectionJobCommand = StopEntitiesDetectionJobCommand;
5019
+ exports.StopEntitiesDetectionJobRequest$ = StopEntitiesDetectionJobRequest$;
5020
+ exports.StopEntitiesDetectionJobResponse$ = StopEntitiesDetectionJobResponse$;
5021
+ exports.StopEventsDetectionJob$ = StopEventsDetectionJob$;
4706
5022
  exports.StopEventsDetectionJobCommand = StopEventsDetectionJobCommand;
5023
+ exports.StopEventsDetectionJobRequest$ = StopEventsDetectionJobRequest$;
5024
+ exports.StopEventsDetectionJobResponse$ = StopEventsDetectionJobResponse$;
5025
+ exports.StopKeyPhrasesDetectionJob$ = StopKeyPhrasesDetectionJob$;
4707
5026
  exports.StopKeyPhrasesDetectionJobCommand = StopKeyPhrasesDetectionJobCommand;
5027
+ exports.StopKeyPhrasesDetectionJobRequest$ = StopKeyPhrasesDetectionJobRequest$;
5028
+ exports.StopKeyPhrasesDetectionJobResponse$ = StopKeyPhrasesDetectionJobResponse$;
5029
+ exports.StopPiiEntitiesDetectionJob$ = StopPiiEntitiesDetectionJob$;
4708
5030
  exports.StopPiiEntitiesDetectionJobCommand = StopPiiEntitiesDetectionJobCommand;
5031
+ exports.StopPiiEntitiesDetectionJobRequest$ = StopPiiEntitiesDetectionJobRequest$;
5032
+ exports.StopPiiEntitiesDetectionJobResponse$ = StopPiiEntitiesDetectionJobResponse$;
5033
+ exports.StopSentimentDetectionJob$ = StopSentimentDetectionJob$;
4709
5034
  exports.StopSentimentDetectionJobCommand = StopSentimentDetectionJobCommand;
5035
+ exports.StopSentimentDetectionJobRequest$ = StopSentimentDetectionJobRequest$;
5036
+ exports.StopSentimentDetectionJobResponse$ = StopSentimentDetectionJobResponse$;
5037
+ exports.StopTargetedSentimentDetectionJob$ = StopTargetedSentimentDetectionJob$;
4710
5038
  exports.StopTargetedSentimentDetectionJobCommand = StopTargetedSentimentDetectionJobCommand;
5039
+ exports.StopTargetedSentimentDetectionJobRequest$ = StopTargetedSentimentDetectionJobRequest$;
5040
+ exports.StopTargetedSentimentDetectionJobResponse$ = StopTargetedSentimentDetectionJobResponse$;
5041
+ exports.StopTrainingDocumentClassifier$ = StopTrainingDocumentClassifier$;
4711
5042
  exports.StopTrainingDocumentClassifierCommand = StopTrainingDocumentClassifierCommand;
5043
+ exports.StopTrainingDocumentClassifierRequest$ = StopTrainingDocumentClassifierRequest$;
5044
+ exports.StopTrainingDocumentClassifierResponse$ = StopTrainingDocumentClassifierResponse$;
5045
+ exports.StopTrainingEntityRecognizer$ = StopTrainingEntityRecognizer$;
4712
5046
  exports.StopTrainingEntityRecognizerCommand = StopTrainingEntityRecognizerCommand;
5047
+ exports.StopTrainingEntityRecognizerRequest$ = StopTrainingEntityRecognizerRequest$;
5048
+ exports.StopTrainingEntityRecognizerResponse$ = StopTrainingEntityRecognizerResponse$;
4713
5049
  exports.SyntaxLanguageCode = SyntaxLanguageCode;
5050
+ exports.SyntaxToken$ = SyntaxToken$;
5051
+ exports.Tag$ = Tag$;
5052
+ exports.TagResource$ = TagResource$;
4714
5053
  exports.TagResourceCommand = TagResourceCommand;
5054
+ exports.TagResourceRequest$ = TagResourceRequest$;
5055
+ exports.TagResourceResponse$ = TagResourceResponse$;
5056
+ exports.TargetedSentimentDetectionJobFilter$ = TargetedSentimentDetectionJobFilter$;
5057
+ exports.TargetedSentimentDetectionJobProperties$ = TargetedSentimentDetectionJobProperties$;
5058
+ exports.TargetedSentimentEntity$ = TargetedSentimentEntity$;
4715
5059
  exports.TargetedSentimentEntityType = TargetedSentimentEntityType;
4716
- exports.TextSizeLimitExceededException = TextSizeLimitExceededException$1;
4717
- exports.TooManyRequestsException = TooManyRequestsException$1;
4718
- exports.TooManyTagKeysException = TooManyTagKeysException$1;
4719
- exports.TooManyTagsException = TooManyTagsException$1;
5060
+ exports.TargetedSentimentMention$ = TargetedSentimentMention$;
5061
+ exports.TaskConfig$ = TaskConfig$;
5062
+ exports.TextSegment$ = TextSegment$;
5063
+ exports.TextSizeLimitExceededException = TextSizeLimitExceededException;
5064
+ exports.TextSizeLimitExceededException$ = TextSizeLimitExceededException$;
5065
+ exports.TooManyRequestsException = TooManyRequestsException;
5066
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
5067
+ exports.TooManyTagKeysException = TooManyTagKeysException;
5068
+ exports.TooManyTagKeysException$ = TooManyTagKeysException$;
5069
+ exports.TooManyTagsException = TooManyTagsException;
5070
+ exports.TooManyTagsException$ = TooManyTagsException$;
5071
+ exports.TopicsDetectionJobFilter$ = TopicsDetectionJobFilter$;
5072
+ exports.TopicsDetectionJobProperties$ = TopicsDetectionJobProperties$;
5073
+ exports.ToxicContent$ = ToxicContent$;
4720
5074
  exports.ToxicContentType = ToxicContentType;
4721
- exports.UnsupportedLanguageException = UnsupportedLanguageException$1;
5075
+ exports.ToxicLabels$ = ToxicLabels$;
5076
+ exports.UnsupportedLanguageException = UnsupportedLanguageException;
5077
+ exports.UnsupportedLanguageException$ = UnsupportedLanguageException$;
5078
+ exports.UntagResource$ = UntagResource$;
4722
5079
  exports.UntagResourceCommand = UntagResourceCommand;
5080
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
5081
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
5082
+ exports.UpdateDataSecurityConfig$ = UpdateDataSecurityConfig$;
5083
+ exports.UpdateEndpoint$ = UpdateEndpoint$;
4723
5084
  exports.UpdateEndpointCommand = UpdateEndpointCommand;
5085
+ exports.UpdateEndpointRequest$ = UpdateEndpointRequest$;
5086
+ exports.UpdateEndpointResponse$ = UpdateEndpointResponse$;
5087
+ exports.UpdateFlywheel$ = UpdateFlywheel$;
4724
5088
  exports.UpdateFlywheelCommand = UpdateFlywheelCommand;
5089
+ exports.UpdateFlywheelRequest$ = UpdateFlywheelRequest$;
5090
+ exports.UpdateFlywheelResponse$ = UpdateFlywheelResponse$;
5091
+ exports.VpcConfig$ = VpcConfig$;
5092
+ exports.WarningsListItem$ = WarningsListItem$;
4725
5093
  exports.paginateListDatasets = paginateListDatasets;
4726
5094
  exports.paginateListDocumentClassificationJobs = paginateListDocumentClassificationJobs;
4727
5095
  exports.paginateListDocumentClassifierSummaries = paginateListDocumentClassifierSummaries;