@aws-sdk/client-comprehend 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +85 -255
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +1 -3
- package/dist-es/commands/BatchDetectEntitiesCommand.js +1 -3
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +1 -3
- package/dist-es/commands/BatchDetectSentimentCommand.js +1 -3
- package/dist-es/commands/BatchDetectSyntaxCommand.js +1 -3
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +1 -3
- package/dist-es/commands/ClassifyDocumentCommand.js +1 -3
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +1 -3
- package/dist-es/commands/CreateDatasetCommand.js +1 -3
- package/dist-es/commands/CreateDocumentClassifierCommand.js +1 -3
- package/dist-es/commands/CreateEndpointCommand.js +1 -3
- package/dist-es/commands/CreateEntityRecognizerCommand.js +1 -3
- package/dist-es/commands/CreateFlywheelCommand.js +1 -3
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +1 -3
- package/dist-es/commands/DeleteEndpointCommand.js +1 -3
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +1 -3
- package/dist-es/commands/DeleteFlywheelCommand.js +1 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
- package/dist-es/commands/DescribeDatasetCommand.js +1 -3
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +1 -3
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +1 -3
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +1 -3
- package/dist-es/commands/DescribeEndpointCommand.js +1 -3
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +1 -3
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +1 -3
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +1 -3
- package/dist-es/commands/DescribeFlywheelCommand.js +1 -3
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +1 -3
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +1 -3
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +1 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +1 -3
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +1 -3
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +1 -3
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +1 -3
- package/dist-es/commands/DetectDominantLanguageCommand.js +1 -3
- package/dist-es/commands/DetectEntitiesCommand.js +1 -3
- package/dist-es/commands/DetectKeyPhrasesCommand.js +1 -3
- package/dist-es/commands/DetectPiiEntitiesCommand.js +1 -3
- package/dist-es/commands/DetectSentimentCommand.js +1 -3
- package/dist-es/commands/DetectSyntaxCommand.js +1 -3
- package/dist-es/commands/DetectTargetedSentimentCommand.js +1 -3
- package/dist-es/commands/DetectToxicContentCommand.js +1 -3
- package/dist-es/commands/ImportModelCommand.js +1 -3
- package/dist-es/commands/ListDatasetsCommand.js +1 -3
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +1 -3
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +1 -3
- package/dist-es/commands/ListDocumentClassifiersCommand.js +1 -3
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +1 -3
- package/dist-es/commands/ListEndpointsCommand.js +1 -3
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +1 -3
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +1 -3
- package/dist-es/commands/ListEntityRecognizersCommand.js +1 -3
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +1 -3
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +1 -3
- package/dist-es/commands/ListFlywheelsCommand.js +1 -3
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +1 -3
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +1 -3
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +1 -3
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +1 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +1 -3
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +1 -3
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +1 -3
- package/dist-es/commands/StartEventsDetectionJobCommand.js +1 -3
- package/dist-es/commands/StartFlywheelIterationCommand.js +1 -3
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +1 -3
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +1 -3
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +1 -3
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +1 -3
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +1 -3
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +1 -3
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +1 -3
- package/dist-es/commands/StopEventsDetectionJobCommand.js +1 -3
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +1 -3
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +1 -3
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +1 -3
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +1 -3
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +1 -3
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateEndpointCommand.js +1 -3
- package/dist-es/commands/UpdateFlywheelCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -4411,9 +4411,7 @@ function sharedHeaders(operation) {
|
|
|
4411
4411
|
__name(sharedHeaders, "sharedHeaders");
|
|
4412
4412
|
|
|
4413
4413
|
// src/commands/BatchDetectDominantLanguageCommand.ts
|
|
4414
|
-
var _BatchDetectDominantLanguageCommand = class _BatchDetectDominantLanguageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4415
|
-
...commonParams
|
|
4416
|
-
}).m(function(Command, cs, config, o) {
|
|
4414
|
+
var _BatchDetectDominantLanguageCommand = class _BatchDetectDominantLanguageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4417
4415
|
return [
|
|
4418
4416
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4419
4417
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4427,9 +4425,7 @@ var BatchDetectDominantLanguageCommand = _BatchDetectDominantLanguageCommand;
|
|
|
4427
4425
|
|
|
4428
4426
|
|
|
4429
4427
|
|
|
4430
|
-
var _BatchDetectEntitiesCommand = class _BatchDetectEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4431
|
-
...commonParams
|
|
4432
|
-
}).m(function(Command, cs, config, o) {
|
|
4428
|
+
var _BatchDetectEntitiesCommand = class _BatchDetectEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4433
4429
|
return [
|
|
4434
4430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4435
4431
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4443,9 +4439,7 @@ var BatchDetectEntitiesCommand = _BatchDetectEntitiesCommand;
|
|
|
4443
4439
|
|
|
4444
4440
|
|
|
4445
4441
|
|
|
4446
|
-
var _BatchDetectKeyPhrasesCommand = class _BatchDetectKeyPhrasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4447
|
-
...commonParams
|
|
4448
|
-
}).m(function(Command, cs, config, o) {
|
|
4442
|
+
var _BatchDetectKeyPhrasesCommand = class _BatchDetectKeyPhrasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4449
4443
|
return [
|
|
4450
4444
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4451
4445
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4459,9 +4453,7 @@ var BatchDetectKeyPhrasesCommand = _BatchDetectKeyPhrasesCommand;
|
|
|
4459
4453
|
|
|
4460
4454
|
|
|
4461
4455
|
|
|
4462
|
-
var _BatchDetectSentimentCommand = class _BatchDetectSentimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4463
|
-
...commonParams
|
|
4464
|
-
}).m(function(Command, cs, config, o) {
|
|
4456
|
+
var _BatchDetectSentimentCommand = class _BatchDetectSentimentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4465
4457
|
return [
|
|
4466
4458
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4467
4459
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4475,9 +4467,7 @@ var BatchDetectSentimentCommand = _BatchDetectSentimentCommand;
|
|
|
4475
4467
|
|
|
4476
4468
|
|
|
4477
4469
|
|
|
4478
|
-
var _BatchDetectSyntaxCommand = class _BatchDetectSyntaxCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4479
|
-
...commonParams
|
|
4480
|
-
}).m(function(Command, cs, config, o) {
|
|
4470
|
+
var _BatchDetectSyntaxCommand = class _BatchDetectSyntaxCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4481
4471
|
return [
|
|
4482
4472
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4483
4473
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4491,9 +4481,7 @@ var BatchDetectSyntaxCommand = _BatchDetectSyntaxCommand;
|
|
|
4491
4481
|
|
|
4492
4482
|
|
|
4493
4483
|
|
|
4494
|
-
var _BatchDetectTargetedSentimentCommand = class _BatchDetectTargetedSentimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4495
|
-
...commonParams
|
|
4496
|
-
}).m(function(Command, cs, config, o) {
|
|
4484
|
+
var _BatchDetectTargetedSentimentCommand = class _BatchDetectTargetedSentimentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4497
4485
|
return [
|
|
4498
4486
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4499
4487
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4507,9 +4495,7 @@ var BatchDetectTargetedSentimentCommand = _BatchDetectTargetedSentimentCommand;
|
|
|
4507
4495
|
|
|
4508
4496
|
|
|
4509
4497
|
|
|
4510
|
-
var _ClassifyDocumentCommand = class _ClassifyDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4511
|
-
...commonParams
|
|
4512
|
-
}).m(function(Command, cs, config, o) {
|
|
4498
|
+
var _ClassifyDocumentCommand = class _ClassifyDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4513
4499
|
return [
|
|
4514
4500
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4515
4501
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4523,9 +4509,7 @@ var ClassifyDocumentCommand = _ClassifyDocumentCommand;
|
|
|
4523
4509
|
|
|
4524
4510
|
|
|
4525
4511
|
|
|
4526
|
-
var _ContainsPiiEntitiesCommand = class _ContainsPiiEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4527
|
-
...commonParams
|
|
4528
|
-
}).m(function(Command, cs, config, o) {
|
|
4512
|
+
var _ContainsPiiEntitiesCommand = class _ContainsPiiEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4529
4513
|
return [
|
|
4530
4514
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4531
4515
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4539,9 +4523,7 @@ var ContainsPiiEntitiesCommand = _ContainsPiiEntitiesCommand;
|
|
|
4539
4523
|
|
|
4540
4524
|
|
|
4541
4525
|
|
|
4542
|
-
var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4543
|
-
...commonParams
|
|
4544
|
-
}).m(function(Command, cs, config, o) {
|
|
4526
|
+
var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4545
4527
|
return [
|
|
4546
4528
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4547
4529
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4555,9 +4537,7 @@ var CreateDatasetCommand = _CreateDatasetCommand;
|
|
|
4555
4537
|
|
|
4556
4538
|
|
|
4557
4539
|
|
|
4558
|
-
var _CreateDocumentClassifierCommand = class _CreateDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4559
|
-
...commonParams
|
|
4560
|
-
}).m(function(Command, cs, config, o) {
|
|
4540
|
+
var _CreateDocumentClassifierCommand = class _CreateDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4561
4541
|
return [
|
|
4562
4542
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4563
4543
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4571,9 +4551,7 @@ var CreateDocumentClassifierCommand = _CreateDocumentClassifierCommand;
|
|
|
4571
4551
|
|
|
4572
4552
|
|
|
4573
4553
|
|
|
4574
|
-
var _CreateEndpointCommand = class _CreateEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4575
|
-
...commonParams
|
|
4576
|
-
}).m(function(Command, cs, config, o) {
|
|
4554
|
+
var _CreateEndpointCommand = class _CreateEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4577
4555
|
return [
|
|
4578
4556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4579
4557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4587,9 +4565,7 @@ var CreateEndpointCommand = _CreateEndpointCommand;
|
|
|
4587
4565
|
|
|
4588
4566
|
|
|
4589
4567
|
|
|
4590
|
-
var _CreateEntityRecognizerCommand = class _CreateEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4591
|
-
...commonParams
|
|
4592
|
-
}).m(function(Command, cs, config, o) {
|
|
4568
|
+
var _CreateEntityRecognizerCommand = class _CreateEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4593
4569
|
return [
|
|
4594
4570
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4595
4571
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4603,9 +4579,7 @@ var CreateEntityRecognizerCommand = _CreateEntityRecognizerCommand;
|
|
|
4603
4579
|
|
|
4604
4580
|
|
|
4605
4581
|
|
|
4606
|
-
var _CreateFlywheelCommand = class _CreateFlywheelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4607
|
-
...commonParams
|
|
4608
|
-
}).m(function(Command, cs, config, o) {
|
|
4582
|
+
var _CreateFlywheelCommand = class _CreateFlywheelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4609
4583
|
return [
|
|
4610
4584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4611
4585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4619,9 +4593,7 @@ var CreateFlywheelCommand = _CreateFlywheelCommand;
|
|
|
4619
4593
|
|
|
4620
4594
|
|
|
4621
4595
|
|
|
4622
|
-
var _DeleteDocumentClassifierCommand = class _DeleteDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4623
|
-
...commonParams
|
|
4624
|
-
}).m(function(Command, cs, config, o) {
|
|
4596
|
+
var _DeleteDocumentClassifierCommand = class _DeleteDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4625
4597
|
return [
|
|
4626
4598
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4627
4599
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4635,9 +4607,7 @@ var DeleteDocumentClassifierCommand = _DeleteDocumentClassifierCommand;
|
|
|
4635
4607
|
|
|
4636
4608
|
|
|
4637
4609
|
|
|
4638
|
-
var _DeleteEndpointCommand = class _DeleteEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4639
|
-
...commonParams
|
|
4640
|
-
}).m(function(Command, cs, config, o) {
|
|
4610
|
+
var _DeleteEndpointCommand = class _DeleteEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4641
4611
|
return [
|
|
4642
4612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4643
4613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4651,9 +4621,7 @@ var DeleteEndpointCommand = _DeleteEndpointCommand;
|
|
|
4651
4621
|
|
|
4652
4622
|
|
|
4653
4623
|
|
|
4654
|
-
var _DeleteEntityRecognizerCommand = class _DeleteEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4655
|
-
...commonParams
|
|
4656
|
-
}).m(function(Command, cs, config, o) {
|
|
4624
|
+
var _DeleteEntityRecognizerCommand = class _DeleteEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4657
4625
|
return [
|
|
4658
4626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4659
4627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4667,9 +4635,7 @@ var DeleteEntityRecognizerCommand = _DeleteEntityRecognizerCommand;
|
|
|
4667
4635
|
|
|
4668
4636
|
|
|
4669
4637
|
|
|
4670
|
-
var _DeleteFlywheelCommand = class _DeleteFlywheelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4671
|
-
...commonParams
|
|
4672
|
-
}).m(function(Command, cs, config, o) {
|
|
4638
|
+
var _DeleteFlywheelCommand = class _DeleteFlywheelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4673
4639
|
return [
|
|
4674
4640
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4675
4641
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4683,9 +4649,7 @@ var DeleteFlywheelCommand = _DeleteFlywheelCommand;
|
|
|
4683
4649
|
|
|
4684
4650
|
|
|
4685
4651
|
|
|
4686
|
-
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4687
|
-
...commonParams
|
|
4688
|
-
}).m(function(Command, cs, config, o) {
|
|
4652
|
+
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4689
4653
|
return [
|
|
4690
4654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4691
4655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4699,9 +4663,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
4699
4663
|
|
|
4700
4664
|
|
|
4701
4665
|
|
|
4702
|
-
var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4703
|
-
...commonParams
|
|
4704
|
-
}).m(function(Command, cs, config, o) {
|
|
4666
|
+
var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4705
4667
|
return [
|
|
4706
4668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4707
4669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4715,9 +4677,7 @@ var DescribeDatasetCommand = _DescribeDatasetCommand;
|
|
|
4715
4677
|
|
|
4716
4678
|
|
|
4717
4679
|
|
|
4718
|
-
var _DescribeDocumentClassificationJobCommand = class _DescribeDocumentClassificationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4719
|
-
...commonParams
|
|
4720
|
-
}).m(function(Command, cs, config, o) {
|
|
4680
|
+
var _DescribeDocumentClassificationJobCommand = class _DescribeDocumentClassificationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4721
4681
|
return [
|
|
4722
4682
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4723
4683
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4731,9 +4691,7 @@ var DescribeDocumentClassificationJobCommand = _DescribeDocumentClassificationJo
|
|
|
4731
4691
|
|
|
4732
4692
|
|
|
4733
4693
|
|
|
4734
|
-
var _DescribeDocumentClassifierCommand = class _DescribeDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4735
|
-
...commonParams
|
|
4736
|
-
}).m(function(Command, cs, config, o) {
|
|
4694
|
+
var _DescribeDocumentClassifierCommand = class _DescribeDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4737
4695
|
return [
|
|
4738
4696
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4739
4697
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4747,9 +4705,7 @@ var DescribeDocumentClassifierCommand = _DescribeDocumentClassifierCommand;
|
|
|
4747
4705
|
|
|
4748
4706
|
|
|
4749
4707
|
|
|
4750
|
-
var _DescribeDominantLanguageDetectionJobCommand = class _DescribeDominantLanguageDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4751
|
-
...commonParams
|
|
4752
|
-
}).m(function(Command, cs, config, o) {
|
|
4708
|
+
var _DescribeDominantLanguageDetectionJobCommand = class _DescribeDominantLanguageDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4753
4709
|
return [
|
|
4754
4710
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4755
4711
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4763,9 +4719,7 @@ var DescribeDominantLanguageDetectionJobCommand = _DescribeDominantLanguageDetec
|
|
|
4763
4719
|
|
|
4764
4720
|
|
|
4765
4721
|
|
|
4766
|
-
var _DescribeEndpointCommand = class _DescribeEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4767
|
-
...commonParams
|
|
4768
|
-
}).m(function(Command, cs, config, o) {
|
|
4722
|
+
var _DescribeEndpointCommand = class _DescribeEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4769
4723
|
return [
|
|
4770
4724
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4771
4725
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4779,9 +4733,7 @@ var DescribeEndpointCommand = _DescribeEndpointCommand;
|
|
|
4779
4733
|
|
|
4780
4734
|
|
|
4781
4735
|
|
|
4782
|
-
var _DescribeEntitiesDetectionJobCommand = class _DescribeEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4783
|
-
...commonParams
|
|
4784
|
-
}).m(function(Command, cs, config, o) {
|
|
4736
|
+
var _DescribeEntitiesDetectionJobCommand = class _DescribeEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4785
4737
|
return [
|
|
4786
4738
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4787
4739
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4795,9 +4747,7 @@ var DescribeEntitiesDetectionJobCommand = _DescribeEntitiesDetectionJobCommand;
|
|
|
4795
4747
|
|
|
4796
4748
|
|
|
4797
4749
|
|
|
4798
|
-
var _DescribeEntityRecognizerCommand = class _DescribeEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4799
|
-
...commonParams
|
|
4800
|
-
}).m(function(Command, cs, config, o) {
|
|
4750
|
+
var _DescribeEntityRecognizerCommand = class _DescribeEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4801
4751
|
return [
|
|
4802
4752
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4803
4753
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4811,9 +4761,7 @@ var DescribeEntityRecognizerCommand = _DescribeEntityRecognizerCommand;
|
|
|
4811
4761
|
|
|
4812
4762
|
|
|
4813
4763
|
|
|
4814
|
-
var _DescribeEventsDetectionJobCommand = class _DescribeEventsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4815
|
-
...commonParams
|
|
4816
|
-
}).m(function(Command, cs, config, o) {
|
|
4764
|
+
var _DescribeEventsDetectionJobCommand = class _DescribeEventsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4817
4765
|
return [
|
|
4818
4766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4819
4767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4827,9 +4775,7 @@ var DescribeEventsDetectionJobCommand = _DescribeEventsDetectionJobCommand;
|
|
|
4827
4775
|
|
|
4828
4776
|
|
|
4829
4777
|
|
|
4830
|
-
var _DescribeFlywheelCommand = class _DescribeFlywheelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4831
|
-
...commonParams
|
|
4832
|
-
}).m(function(Command, cs, config, o) {
|
|
4778
|
+
var _DescribeFlywheelCommand = class _DescribeFlywheelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4833
4779
|
return [
|
|
4834
4780
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4835
4781
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4843,9 +4789,7 @@ var DescribeFlywheelCommand = _DescribeFlywheelCommand;
|
|
|
4843
4789
|
|
|
4844
4790
|
|
|
4845
4791
|
|
|
4846
|
-
var _DescribeFlywheelIterationCommand = class _DescribeFlywheelIterationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4847
|
-
...commonParams
|
|
4848
|
-
}).m(function(Command, cs, config, o) {
|
|
4792
|
+
var _DescribeFlywheelIterationCommand = class _DescribeFlywheelIterationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4849
4793
|
return [
|
|
4850
4794
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4851
4795
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4859,9 +4803,7 @@ var DescribeFlywheelIterationCommand = _DescribeFlywheelIterationCommand;
|
|
|
4859
4803
|
|
|
4860
4804
|
|
|
4861
4805
|
|
|
4862
|
-
var _DescribeKeyPhrasesDetectionJobCommand = class _DescribeKeyPhrasesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4863
|
-
...commonParams
|
|
4864
|
-
}).m(function(Command, cs, config, o) {
|
|
4806
|
+
var _DescribeKeyPhrasesDetectionJobCommand = class _DescribeKeyPhrasesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4865
4807
|
return [
|
|
4866
4808
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4867
4809
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4875,9 +4817,7 @@ var DescribeKeyPhrasesDetectionJobCommand = _DescribeKeyPhrasesDetectionJobComma
|
|
|
4875
4817
|
|
|
4876
4818
|
|
|
4877
4819
|
|
|
4878
|
-
var _DescribePiiEntitiesDetectionJobCommand = class _DescribePiiEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4879
|
-
...commonParams
|
|
4880
|
-
}).m(function(Command, cs, config, o) {
|
|
4820
|
+
var _DescribePiiEntitiesDetectionJobCommand = class _DescribePiiEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4881
4821
|
return [
|
|
4882
4822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4883
4823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4891,9 +4831,7 @@ var DescribePiiEntitiesDetectionJobCommand = _DescribePiiEntitiesDetectionJobCom
|
|
|
4891
4831
|
|
|
4892
4832
|
|
|
4893
4833
|
|
|
4894
|
-
var _DescribeResourcePolicyCommand = class _DescribeResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4895
|
-
...commonParams
|
|
4896
|
-
}).m(function(Command, cs, config, o) {
|
|
4834
|
+
var _DescribeResourcePolicyCommand = class _DescribeResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4897
4835
|
return [
|
|
4898
4836
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4899
4837
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4907,9 +4845,7 @@ var DescribeResourcePolicyCommand = _DescribeResourcePolicyCommand;
|
|
|
4907
4845
|
|
|
4908
4846
|
|
|
4909
4847
|
|
|
4910
|
-
var _DescribeSentimentDetectionJobCommand = class _DescribeSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4911
|
-
...commonParams
|
|
4912
|
-
}).m(function(Command, cs, config, o) {
|
|
4848
|
+
var _DescribeSentimentDetectionJobCommand = class _DescribeSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4913
4849
|
return [
|
|
4914
4850
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4915
4851
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4923,9 +4859,7 @@ var DescribeSentimentDetectionJobCommand = _DescribeSentimentDetectionJobCommand
|
|
|
4923
4859
|
|
|
4924
4860
|
|
|
4925
4861
|
|
|
4926
|
-
var _DescribeTargetedSentimentDetectionJobCommand = class _DescribeTargetedSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4927
|
-
...commonParams
|
|
4928
|
-
}).m(function(Command, cs, config, o) {
|
|
4862
|
+
var _DescribeTargetedSentimentDetectionJobCommand = class _DescribeTargetedSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4929
4863
|
return [
|
|
4930
4864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4931
4865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4939,9 +4873,7 @@ var DescribeTargetedSentimentDetectionJobCommand = _DescribeTargetedSentimentDet
|
|
|
4939
4873
|
|
|
4940
4874
|
|
|
4941
4875
|
|
|
4942
|
-
var _DescribeTopicsDetectionJobCommand = class _DescribeTopicsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4943
|
-
...commonParams
|
|
4944
|
-
}).m(function(Command, cs, config, o) {
|
|
4876
|
+
var _DescribeTopicsDetectionJobCommand = class _DescribeTopicsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4945
4877
|
return [
|
|
4946
4878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4947
4879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4955,9 +4887,7 @@ var DescribeTopicsDetectionJobCommand = _DescribeTopicsDetectionJobCommand;
|
|
|
4955
4887
|
|
|
4956
4888
|
|
|
4957
4889
|
|
|
4958
|
-
var _DetectDominantLanguageCommand = class _DetectDominantLanguageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4959
|
-
...commonParams
|
|
4960
|
-
}).m(function(Command, cs, config, o) {
|
|
4890
|
+
var _DetectDominantLanguageCommand = class _DetectDominantLanguageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4961
4891
|
return [
|
|
4962
4892
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4963
4893
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4971,9 +4901,7 @@ var DetectDominantLanguageCommand = _DetectDominantLanguageCommand;
|
|
|
4971
4901
|
|
|
4972
4902
|
|
|
4973
4903
|
|
|
4974
|
-
var _DetectEntitiesCommand = class _DetectEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4975
|
-
...commonParams
|
|
4976
|
-
}).m(function(Command, cs, config, o) {
|
|
4904
|
+
var _DetectEntitiesCommand = class _DetectEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4977
4905
|
return [
|
|
4978
4906
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4979
4907
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4987,9 +4915,7 @@ var DetectEntitiesCommand = _DetectEntitiesCommand;
|
|
|
4987
4915
|
|
|
4988
4916
|
|
|
4989
4917
|
|
|
4990
|
-
var _DetectKeyPhrasesCommand = class _DetectKeyPhrasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4991
|
-
...commonParams
|
|
4992
|
-
}).m(function(Command, cs, config, o) {
|
|
4918
|
+
var _DetectKeyPhrasesCommand = class _DetectKeyPhrasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4993
4919
|
return [
|
|
4994
4920
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4995
4921
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5003,9 +4929,7 @@ var DetectKeyPhrasesCommand = _DetectKeyPhrasesCommand;
|
|
|
5003
4929
|
|
|
5004
4930
|
|
|
5005
4931
|
|
|
5006
|
-
var _DetectPiiEntitiesCommand = class _DetectPiiEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5007
|
-
...commonParams
|
|
5008
|
-
}).m(function(Command, cs, config, o) {
|
|
4932
|
+
var _DetectPiiEntitiesCommand = class _DetectPiiEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5009
4933
|
return [
|
|
5010
4934
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5011
4935
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5019,9 +4943,7 @@ var DetectPiiEntitiesCommand = _DetectPiiEntitiesCommand;
|
|
|
5019
4943
|
|
|
5020
4944
|
|
|
5021
4945
|
|
|
5022
|
-
var _DetectSentimentCommand = class _DetectSentimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5023
|
-
...commonParams
|
|
5024
|
-
}).m(function(Command, cs, config, o) {
|
|
4946
|
+
var _DetectSentimentCommand = class _DetectSentimentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5025
4947
|
return [
|
|
5026
4948
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5027
4949
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5035,9 +4957,7 @@ var DetectSentimentCommand = _DetectSentimentCommand;
|
|
|
5035
4957
|
|
|
5036
4958
|
|
|
5037
4959
|
|
|
5038
|
-
var _DetectSyntaxCommand = class _DetectSyntaxCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5039
|
-
...commonParams
|
|
5040
|
-
}).m(function(Command, cs, config, o) {
|
|
4960
|
+
var _DetectSyntaxCommand = class _DetectSyntaxCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5041
4961
|
return [
|
|
5042
4962
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5043
4963
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5051,9 +4971,7 @@ var DetectSyntaxCommand = _DetectSyntaxCommand;
|
|
|
5051
4971
|
|
|
5052
4972
|
|
|
5053
4973
|
|
|
5054
|
-
var _DetectTargetedSentimentCommand = class _DetectTargetedSentimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5055
|
-
...commonParams
|
|
5056
|
-
}).m(function(Command, cs, config, o) {
|
|
4974
|
+
var _DetectTargetedSentimentCommand = class _DetectTargetedSentimentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5057
4975
|
return [
|
|
5058
4976
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5059
4977
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5067,9 +4985,7 @@ var DetectTargetedSentimentCommand = _DetectTargetedSentimentCommand;
|
|
|
5067
4985
|
|
|
5068
4986
|
|
|
5069
4987
|
|
|
5070
|
-
var _DetectToxicContentCommand = class _DetectToxicContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5071
|
-
...commonParams
|
|
5072
|
-
}).m(function(Command, cs, config, o) {
|
|
4988
|
+
var _DetectToxicContentCommand = class _DetectToxicContentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5073
4989
|
return [
|
|
5074
4990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5075
4991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5083,9 +4999,7 @@ var DetectToxicContentCommand = _DetectToxicContentCommand;
|
|
|
5083
4999
|
|
|
5084
5000
|
|
|
5085
5001
|
|
|
5086
|
-
var _ImportModelCommand = class _ImportModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5087
|
-
...commonParams
|
|
5088
|
-
}).m(function(Command, cs, config, o) {
|
|
5002
|
+
var _ImportModelCommand = class _ImportModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5089
5003
|
return [
|
|
5090
5004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5091
5005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5099,9 +5013,7 @@ var ImportModelCommand = _ImportModelCommand;
|
|
|
5099
5013
|
|
|
5100
5014
|
|
|
5101
5015
|
|
|
5102
|
-
var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5103
|
-
...commonParams
|
|
5104
|
-
}).m(function(Command, cs, config, o) {
|
|
5016
|
+
var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5105
5017
|
return [
|
|
5106
5018
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5107
5019
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5115,9 +5027,7 @@ var ListDatasetsCommand = _ListDatasetsCommand;
|
|
|
5115
5027
|
|
|
5116
5028
|
|
|
5117
5029
|
|
|
5118
|
-
var _ListDocumentClassificationJobsCommand = class _ListDocumentClassificationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5119
|
-
...commonParams
|
|
5120
|
-
}).m(function(Command, cs, config, o) {
|
|
5030
|
+
var _ListDocumentClassificationJobsCommand = class _ListDocumentClassificationJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5121
5031
|
return [
|
|
5122
5032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5123
5033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5131,9 +5041,7 @@ var ListDocumentClassificationJobsCommand = _ListDocumentClassificationJobsComma
|
|
|
5131
5041
|
|
|
5132
5042
|
|
|
5133
5043
|
|
|
5134
|
-
var _ListDocumentClassifiersCommand = class _ListDocumentClassifiersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5135
|
-
...commonParams
|
|
5136
|
-
}).m(function(Command, cs, config, o) {
|
|
5044
|
+
var _ListDocumentClassifiersCommand = class _ListDocumentClassifiersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5137
5045
|
return [
|
|
5138
5046
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5139
5047
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5147,9 +5055,7 @@ var ListDocumentClassifiersCommand = _ListDocumentClassifiersCommand;
|
|
|
5147
5055
|
|
|
5148
5056
|
|
|
5149
5057
|
|
|
5150
|
-
var _ListDocumentClassifierSummariesCommand = class _ListDocumentClassifierSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5151
|
-
...commonParams
|
|
5152
|
-
}).m(function(Command, cs, config, o) {
|
|
5058
|
+
var _ListDocumentClassifierSummariesCommand = class _ListDocumentClassifierSummariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5153
5059
|
return [
|
|
5154
5060
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5155
5061
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5163,9 +5069,7 @@ var ListDocumentClassifierSummariesCommand = _ListDocumentClassifierSummariesCom
|
|
|
5163
5069
|
|
|
5164
5070
|
|
|
5165
5071
|
|
|
5166
|
-
var _ListDominantLanguageDetectionJobsCommand = class _ListDominantLanguageDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5167
|
-
...commonParams
|
|
5168
|
-
}).m(function(Command, cs, config, o) {
|
|
5072
|
+
var _ListDominantLanguageDetectionJobsCommand = class _ListDominantLanguageDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5169
5073
|
return [
|
|
5170
5074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5171
5075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5179,9 +5083,7 @@ var ListDominantLanguageDetectionJobsCommand = _ListDominantLanguageDetectionJob
|
|
|
5179
5083
|
|
|
5180
5084
|
|
|
5181
5085
|
|
|
5182
|
-
var _ListEndpointsCommand = class _ListEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5183
|
-
...commonParams
|
|
5184
|
-
}).m(function(Command, cs, config, o) {
|
|
5086
|
+
var _ListEndpointsCommand = class _ListEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5185
5087
|
return [
|
|
5186
5088
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5187
5089
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5195,9 +5097,7 @@ var ListEndpointsCommand = _ListEndpointsCommand;
|
|
|
5195
5097
|
|
|
5196
5098
|
|
|
5197
5099
|
|
|
5198
|
-
var _ListEntitiesDetectionJobsCommand = class _ListEntitiesDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5199
|
-
...commonParams
|
|
5200
|
-
}).m(function(Command, cs, config, o) {
|
|
5100
|
+
var _ListEntitiesDetectionJobsCommand = class _ListEntitiesDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5201
5101
|
return [
|
|
5202
5102
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5203
5103
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5211,9 +5111,7 @@ var ListEntitiesDetectionJobsCommand = _ListEntitiesDetectionJobsCommand;
|
|
|
5211
5111
|
|
|
5212
5112
|
|
|
5213
5113
|
|
|
5214
|
-
var _ListEntityRecognizersCommand = class _ListEntityRecognizersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5215
|
-
...commonParams
|
|
5216
|
-
}).m(function(Command, cs, config, o) {
|
|
5114
|
+
var _ListEntityRecognizersCommand = class _ListEntityRecognizersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5217
5115
|
return [
|
|
5218
5116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5219
5117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5227,9 +5125,7 @@ var ListEntityRecognizersCommand = _ListEntityRecognizersCommand;
|
|
|
5227
5125
|
|
|
5228
5126
|
|
|
5229
5127
|
|
|
5230
|
-
var _ListEntityRecognizerSummariesCommand = class _ListEntityRecognizerSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5231
|
-
...commonParams
|
|
5232
|
-
}).m(function(Command, cs, config, o) {
|
|
5128
|
+
var _ListEntityRecognizerSummariesCommand = class _ListEntityRecognizerSummariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5233
5129
|
return [
|
|
5234
5130
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5235
5131
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5243,9 +5139,7 @@ var ListEntityRecognizerSummariesCommand = _ListEntityRecognizerSummariesCommand
|
|
|
5243
5139
|
|
|
5244
5140
|
|
|
5245
5141
|
|
|
5246
|
-
var _ListEventsDetectionJobsCommand = class _ListEventsDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5247
|
-
...commonParams
|
|
5248
|
-
}).m(function(Command, cs, config, o) {
|
|
5142
|
+
var _ListEventsDetectionJobsCommand = class _ListEventsDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5249
5143
|
return [
|
|
5250
5144
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5251
5145
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5259,9 +5153,7 @@ var ListEventsDetectionJobsCommand = _ListEventsDetectionJobsCommand;
|
|
|
5259
5153
|
|
|
5260
5154
|
|
|
5261
5155
|
|
|
5262
|
-
var _ListFlywheelIterationHistoryCommand = class _ListFlywheelIterationHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5263
|
-
...commonParams
|
|
5264
|
-
}).m(function(Command, cs, config, o) {
|
|
5156
|
+
var _ListFlywheelIterationHistoryCommand = class _ListFlywheelIterationHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5265
5157
|
return [
|
|
5266
5158
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5267
5159
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5275,9 +5167,7 @@ var ListFlywheelIterationHistoryCommand = _ListFlywheelIterationHistoryCommand;
|
|
|
5275
5167
|
|
|
5276
5168
|
|
|
5277
5169
|
|
|
5278
|
-
var _ListFlywheelsCommand = class _ListFlywheelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5279
|
-
...commonParams
|
|
5280
|
-
}).m(function(Command, cs, config, o) {
|
|
5170
|
+
var _ListFlywheelsCommand = class _ListFlywheelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5281
5171
|
return [
|
|
5282
5172
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5283
5173
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5291,9 +5181,7 @@ var ListFlywheelsCommand = _ListFlywheelsCommand;
|
|
|
5291
5181
|
|
|
5292
5182
|
|
|
5293
5183
|
|
|
5294
|
-
var _ListKeyPhrasesDetectionJobsCommand = class _ListKeyPhrasesDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5295
|
-
...commonParams
|
|
5296
|
-
}).m(function(Command, cs, config, o) {
|
|
5184
|
+
var _ListKeyPhrasesDetectionJobsCommand = class _ListKeyPhrasesDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5297
5185
|
return [
|
|
5298
5186
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5299
5187
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5307,9 +5195,7 @@ var ListKeyPhrasesDetectionJobsCommand = _ListKeyPhrasesDetectionJobsCommand;
|
|
|
5307
5195
|
|
|
5308
5196
|
|
|
5309
5197
|
|
|
5310
|
-
var _ListPiiEntitiesDetectionJobsCommand = class _ListPiiEntitiesDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5311
|
-
...commonParams
|
|
5312
|
-
}).m(function(Command, cs, config, o) {
|
|
5198
|
+
var _ListPiiEntitiesDetectionJobsCommand = class _ListPiiEntitiesDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5313
5199
|
return [
|
|
5314
5200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5315
5201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5323,9 +5209,7 @@ var ListPiiEntitiesDetectionJobsCommand = _ListPiiEntitiesDetectionJobsCommand;
|
|
|
5323
5209
|
|
|
5324
5210
|
|
|
5325
5211
|
|
|
5326
|
-
var _ListSentimentDetectionJobsCommand = class _ListSentimentDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5327
|
-
...commonParams
|
|
5328
|
-
}).m(function(Command, cs, config, o) {
|
|
5212
|
+
var _ListSentimentDetectionJobsCommand = class _ListSentimentDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5329
5213
|
return [
|
|
5330
5214
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5331
5215
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5339,9 +5223,7 @@ var ListSentimentDetectionJobsCommand = _ListSentimentDetectionJobsCommand;
|
|
|
5339
5223
|
|
|
5340
5224
|
|
|
5341
5225
|
|
|
5342
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5343
|
-
...commonParams
|
|
5344
|
-
}).m(function(Command, cs, config, o) {
|
|
5226
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5345
5227
|
return [
|
|
5346
5228
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5347
5229
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5355,9 +5237,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
5355
5237
|
|
|
5356
5238
|
|
|
5357
5239
|
|
|
5358
|
-
var _ListTargetedSentimentDetectionJobsCommand = class _ListTargetedSentimentDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5359
|
-
...commonParams
|
|
5360
|
-
}).m(function(Command, cs, config, o) {
|
|
5240
|
+
var _ListTargetedSentimentDetectionJobsCommand = class _ListTargetedSentimentDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5361
5241
|
return [
|
|
5362
5242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5363
5243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5371,9 +5251,7 @@ var ListTargetedSentimentDetectionJobsCommand = _ListTargetedSentimentDetectionJ
|
|
|
5371
5251
|
|
|
5372
5252
|
|
|
5373
5253
|
|
|
5374
|
-
var _ListTopicsDetectionJobsCommand = class _ListTopicsDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5375
|
-
...commonParams
|
|
5376
|
-
}).m(function(Command, cs, config, o) {
|
|
5254
|
+
var _ListTopicsDetectionJobsCommand = class _ListTopicsDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5377
5255
|
return [
|
|
5378
5256
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5379
5257
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5387,9 +5265,7 @@ var ListTopicsDetectionJobsCommand = _ListTopicsDetectionJobsCommand;
|
|
|
5387
5265
|
|
|
5388
5266
|
|
|
5389
5267
|
|
|
5390
|
-
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5391
|
-
...commonParams
|
|
5392
|
-
}).m(function(Command, cs, config, o) {
|
|
5268
|
+
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5393
5269
|
return [
|
|
5394
5270
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5395
5271
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5403,9 +5279,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
5403
5279
|
|
|
5404
5280
|
|
|
5405
5281
|
|
|
5406
|
-
var _StartDocumentClassificationJobCommand = class _StartDocumentClassificationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5407
|
-
...commonParams
|
|
5408
|
-
}).m(function(Command, cs, config, o) {
|
|
5282
|
+
var _StartDocumentClassificationJobCommand = class _StartDocumentClassificationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5409
5283
|
return [
|
|
5410
5284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5411
5285
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5419,9 +5293,7 @@ var StartDocumentClassificationJobCommand = _StartDocumentClassificationJobComma
|
|
|
5419
5293
|
|
|
5420
5294
|
|
|
5421
5295
|
|
|
5422
|
-
var _StartDominantLanguageDetectionJobCommand = class _StartDominantLanguageDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5423
|
-
...commonParams
|
|
5424
|
-
}).m(function(Command, cs, config, o) {
|
|
5296
|
+
var _StartDominantLanguageDetectionJobCommand = class _StartDominantLanguageDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5425
5297
|
return [
|
|
5426
5298
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5427
5299
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5435,9 +5307,7 @@ var StartDominantLanguageDetectionJobCommand = _StartDominantLanguageDetectionJo
|
|
|
5435
5307
|
|
|
5436
5308
|
|
|
5437
5309
|
|
|
5438
|
-
var _StartEntitiesDetectionJobCommand = class _StartEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5439
|
-
...commonParams
|
|
5440
|
-
}).m(function(Command, cs, config, o) {
|
|
5310
|
+
var _StartEntitiesDetectionJobCommand = class _StartEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5441
5311
|
return [
|
|
5442
5312
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5443
5313
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5451,9 +5321,7 @@ var StartEntitiesDetectionJobCommand = _StartEntitiesDetectionJobCommand;
|
|
|
5451
5321
|
|
|
5452
5322
|
|
|
5453
5323
|
|
|
5454
|
-
var _StartEventsDetectionJobCommand = class _StartEventsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5455
|
-
...commonParams
|
|
5456
|
-
}).m(function(Command, cs, config, o) {
|
|
5324
|
+
var _StartEventsDetectionJobCommand = class _StartEventsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5457
5325
|
return [
|
|
5458
5326
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5459
5327
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5467,9 +5335,7 @@ var StartEventsDetectionJobCommand = _StartEventsDetectionJobCommand;
|
|
|
5467
5335
|
|
|
5468
5336
|
|
|
5469
5337
|
|
|
5470
|
-
var _StartFlywheelIterationCommand = class _StartFlywheelIterationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5471
|
-
...commonParams
|
|
5472
|
-
}).m(function(Command, cs, config, o) {
|
|
5338
|
+
var _StartFlywheelIterationCommand = class _StartFlywheelIterationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5473
5339
|
return [
|
|
5474
5340
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5475
5341
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5483,9 +5349,7 @@ var StartFlywheelIterationCommand = _StartFlywheelIterationCommand;
|
|
|
5483
5349
|
|
|
5484
5350
|
|
|
5485
5351
|
|
|
5486
|
-
var _StartKeyPhrasesDetectionJobCommand = class _StartKeyPhrasesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5487
|
-
...commonParams
|
|
5488
|
-
}).m(function(Command, cs, config, o) {
|
|
5352
|
+
var _StartKeyPhrasesDetectionJobCommand = class _StartKeyPhrasesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5489
5353
|
return [
|
|
5490
5354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5491
5355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5499,9 +5363,7 @@ var StartKeyPhrasesDetectionJobCommand = _StartKeyPhrasesDetectionJobCommand;
|
|
|
5499
5363
|
|
|
5500
5364
|
|
|
5501
5365
|
|
|
5502
|
-
var _StartPiiEntitiesDetectionJobCommand = class _StartPiiEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5503
|
-
...commonParams
|
|
5504
|
-
}).m(function(Command, cs, config, o) {
|
|
5366
|
+
var _StartPiiEntitiesDetectionJobCommand = class _StartPiiEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5505
5367
|
return [
|
|
5506
5368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5507
5369
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5515,9 +5377,7 @@ var StartPiiEntitiesDetectionJobCommand = _StartPiiEntitiesDetectionJobCommand;
|
|
|
5515
5377
|
|
|
5516
5378
|
|
|
5517
5379
|
|
|
5518
|
-
var _StartSentimentDetectionJobCommand = class _StartSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5519
|
-
...commonParams
|
|
5520
|
-
}).m(function(Command, cs, config, o) {
|
|
5380
|
+
var _StartSentimentDetectionJobCommand = class _StartSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5521
5381
|
return [
|
|
5522
5382
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5523
5383
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5531,9 +5391,7 @@ var StartSentimentDetectionJobCommand = _StartSentimentDetectionJobCommand;
|
|
|
5531
5391
|
|
|
5532
5392
|
|
|
5533
5393
|
|
|
5534
|
-
var _StartTargetedSentimentDetectionJobCommand = class _StartTargetedSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5535
|
-
...commonParams
|
|
5536
|
-
}).m(function(Command, cs, config, o) {
|
|
5394
|
+
var _StartTargetedSentimentDetectionJobCommand = class _StartTargetedSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5537
5395
|
return [
|
|
5538
5396
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5539
5397
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5547,9 +5405,7 @@ var StartTargetedSentimentDetectionJobCommand = _StartTargetedSentimentDetection
|
|
|
5547
5405
|
|
|
5548
5406
|
|
|
5549
5407
|
|
|
5550
|
-
var _StartTopicsDetectionJobCommand = class _StartTopicsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5551
|
-
...commonParams
|
|
5552
|
-
}).m(function(Command, cs, config, o) {
|
|
5408
|
+
var _StartTopicsDetectionJobCommand = class _StartTopicsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5553
5409
|
return [
|
|
5554
5410
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5555
5411
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5563,9 +5419,7 @@ var StartTopicsDetectionJobCommand = _StartTopicsDetectionJobCommand;
|
|
|
5563
5419
|
|
|
5564
5420
|
|
|
5565
5421
|
|
|
5566
|
-
var _StopDominantLanguageDetectionJobCommand = class _StopDominantLanguageDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5567
|
-
...commonParams
|
|
5568
|
-
}).m(function(Command, cs, config, o) {
|
|
5422
|
+
var _StopDominantLanguageDetectionJobCommand = class _StopDominantLanguageDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5569
5423
|
return [
|
|
5570
5424
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5571
5425
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5579,9 +5433,7 @@ var StopDominantLanguageDetectionJobCommand = _StopDominantLanguageDetectionJobC
|
|
|
5579
5433
|
|
|
5580
5434
|
|
|
5581
5435
|
|
|
5582
|
-
var _StopEntitiesDetectionJobCommand = class _StopEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5583
|
-
...commonParams
|
|
5584
|
-
}).m(function(Command, cs, config, o) {
|
|
5436
|
+
var _StopEntitiesDetectionJobCommand = class _StopEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5585
5437
|
return [
|
|
5586
5438
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5587
5439
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5595,9 +5447,7 @@ var StopEntitiesDetectionJobCommand = _StopEntitiesDetectionJobCommand;
|
|
|
5595
5447
|
|
|
5596
5448
|
|
|
5597
5449
|
|
|
5598
|
-
var _StopEventsDetectionJobCommand = class _StopEventsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5599
|
-
...commonParams
|
|
5600
|
-
}).m(function(Command, cs, config, o) {
|
|
5450
|
+
var _StopEventsDetectionJobCommand = class _StopEventsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5601
5451
|
return [
|
|
5602
5452
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5603
5453
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5611,9 +5461,7 @@ var StopEventsDetectionJobCommand = _StopEventsDetectionJobCommand;
|
|
|
5611
5461
|
|
|
5612
5462
|
|
|
5613
5463
|
|
|
5614
|
-
var _StopKeyPhrasesDetectionJobCommand = class _StopKeyPhrasesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5615
|
-
...commonParams
|
|
5616
|
-
}).m(function(Command, cs, config, o) {
|
|
5464
|
+
var _StopKeyPhrasesDetectionJobCommand = class _StopKeyPhrasesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5617
5465
|
return [
|
|
5618
5466
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5619
5467
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5627,9 +5475,7 @@ var StopKeyPhrasesDetectionJobCommand = _StopKeyPhrasesDetectionJobCommand;
|
|
|
5627
5475
|
|
|
5628
5476
|
|
|
5629
5477
|
|
|
5630
|
-
var _StopPiiEntitiesDetectionJobCommand = class _StopPiiEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5631
|
-
...commonParams
|
|
5632
|
-
}).m(function(Command, cs, config, o) {
|
|
5478
|
+
var _StopPiiEntitiesDetectionJobCommand = class _StopPiiEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5633
5479
|
return [
|
|
5634
5480
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5635
5481
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5643,9 +5489,7 @@ var StopPiiEntitiesDetectionJobCommand = _StopPiiEntitiesDetectionJobCommand;
|
|
|
5643
5489
|
|
|
5644
5490
|
|
|
5645
5491
|
|
|
5646
|
-
var _StopSentimentDetectionJobCommand = class _StopSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5647
|
-
...commonParams
|
|
5648
|
-
}).m(function(Command, cs, config, o) {
|
|
5492
|
+
var _StopSentimentDetectionJobCommand = class _StopSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5649
5493
|
return [
|
|
5650
5494
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5651
5495
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5659,9 +5503,7 @@ var StopSentimentDetectionJobCommand = _StopSentimentDetectionJobCommand;
|
|
|
5659
5503
|
|
|
5660
5504
|
|
|
5661
5505
|
|
|
5662
|
-
var _StopTargetedSentimentDetectionJobCommand = class _StopTargetedSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5663
|
-
...commonParams
|
|
5664
|
-
}).m(function(Command, cs, config, o) {
|
|
5506
|
+
var _StopTargetedSentimentDetectionJobCommand = class _StopTargetedSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5665
5507
|
return [
|
|
5666
5508
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5667
5509
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5675,9 +5517,7 @@ var StopTargetedSentimentDetectionJobCommand = _StopTargetedSentimentDetectionJo
|
|
|
5675
5517
|
|
|
5676
5518
|
|
|
5677
5519
|
|
|
5678
|
-
var _StopTrainingDocumentClassifierCommand = class _StopTrainingDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5679
|
-
...commonParams
|
|
5680
|
-
}).m(function(Command, cs, config, o) {
|
|
5520
|
+
var _StopTrainingDocumentClassifierCommand = class _StopTrainingDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5681
5521
|
return [
|
|
5682
5522
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5683
5523
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5691,9 +5531,7 @@ var StopTrainingDocumentClassifierCommand = _StopTrainingDocumentClassifierComma
|
|
|
5691
5531
|
|
|
5692
5532
|
|
|
5693
5533
|
|
|
5694
|
-
var _StopTrainingEntityRecognizerCommand = class _StopTrainingEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5695
|
-
...commonParams
|
|
5696
|
-
}).m(function(Command, cs, config, o) {
|
|
5534
|
+
var _StopTrainingEntityRecognizerCommand = class _StopTrainingEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5697
5535
|
return [
|
|
5698
5536
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5699
5537
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5707,9 +5545,7 @@ var StopTrainingEntityRecognizerCommand = _StopTrainingEntityRecognizerCommand;
|
|
|
5707
5545
|
|
|
5708
5546
|
|
|
5709
5547
|
|
|
5710
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5711
|
-
...commonParams
|
|
5712
|
-
}).m(function(Command, cs, config, o) {
|
|
5548
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5713
5549
|
return [
|
|
5714
5550
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5715
5551
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5723,9 +5559,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
5723
5559
|
|
|
5724
5560
|
|
|
5725
5561
|
|
|
5726
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5727
|
-
...commonParams
|
|
5728
|
-
}).m(function(Command, cs, config, o) {
|
|
5562
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5729
5563
|
return [
|
|
5730
5564
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5731
5565
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5739,9 +5573,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
5739
5573
|
|
|
5740
5574
|
|
|
5741
5575
|
|
|
5742
|
-
var _UpdateEndpointCommand = class _UpdateEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5743
|
-
...commonParams
|
|
5744
|
-
}).m(function(Command, cs, config, o) {
|
|
5576
|
+
var _UpdateEndpointCommand = class _UpdateEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5745
5577
|
return [
|
|
5746
5578
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5747
5579
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5755,9 +5587,7 @@ var UpdateEndpointCommand = _UpdateEndpointCommand;
|
|
|
5755
5587
|
|
|
5756
5588
|
|
|
5757
5589
|
|
|
5758
|
-
var _UpdateFlywheelCommand = class _UpdateFlywheelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5759
|
-
...commonParams
|
|
5760
|
-
}).m(function(Command, cs, config, o) {
|
|
5590
|
+
var _UpdateFlywheelCommand = class _UpdateFlywheelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5761
5591
|
return [
|
|
5762
5592
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5763
5593
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|