@aws-sdk/client-comprehend 3.588.0 → 3.592.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 +0 -85
- package/dist-types/ComprehendClient.d.ts +4 -4
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -1
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -1
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -1
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -1
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -1
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +2 -1
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +2 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +2 -1
- package/dist-types/commands/CreateFlywheelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +2 -1
- package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +2 -1
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/DetectSentimentCommand.d.ts +2 -1
- package/dist-types/commands/DetectSyntaxCommand.d.ts +2 -1
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +2 -1
- package/dist-types/commands/DetectToxicContentCommand.d.ts +2 -1
- package/dist-types/commands/ImportModelCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -1
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -1
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -1
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -1
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListFlywheelsCommand.d.ts +2 -1
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +2 -1
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +2 -1
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -1
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ComprehendServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ComprehendClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -368,7 +368,6 @@ var ComprehendClient = _ComprehendClient;
|
|
|
368
368
|
|
|
369
369
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
370
370
|
|
|
371
|
-
var import_types = require("@smithy/types");
|
|
372
371
|
|
|
373
372
|
// src/models/models_0.ts
|
|
374
373
|
|
|
@@ -4434,7 +4433,6 @@ var BatchDetectDominantLanguageCommand = _BatchDetectDominantLanguageCommand;
|
|
|
4434
4433
|
|
|
4435
4434
|
|
|
4436
4435
|
|
|
4437
|
-
|
|
4438
4436
|
var _BatchDetectEntitiesCommand = class _BatchDetectEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4439
4437
|
...commonParams
|
|
4440
4438
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4451,7 +4449,6 @@ var BatchDetectEntitiesCommand = _BatchDetectEntitiesCommand;
|
|
|
4451
4449
|
|
|
4452
4450
|
|
|
4453
4451
|
|
|
4454
|
-
|
|
4455
4452
|
var _BatchDetectKeyPhrasesCommand = class _BatchDetectKeyPhrasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4456
4453
|
...commonParams
|
|
4457
4454
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4468,7 +4465,6 @@ var BatchDetectKeyPhrasesCommand = _BatchDetectKeyPhrasesCommand;
|
|
|
4468
4465
|
|
|
4469
4466
|
|
|
4470
4467
|
|
|
4471
|
-
|
|
4472
4468
|
var _BatchDetectSentimentCommand = class _BatchDetectSentimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4473
4469
|
...commonParams
|
|
4474
4470
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4485,7 +4481,6 @@ var BatchDetectSentimentCommand = _BatchDetectSentimentCommand;
|
|
|
4485
4481
|
|
|
4486
4482
|
|
|
4487
4483
|
|
|
4488
|
-
|
|
4489
4484
|
var _BatchDetectSyntaxCommand = class _BatchDetectSyntaxCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4490
4485
|
...commonParams
|
|
4491
4486
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4502,7 +4497,6 @@ var BatchDetectSyntaxCommand = _BatchDetectSyntaxCommand;
|
|
|
4502
4497
|
|
|
4503
4498
|
|
|
4504
4499
|
|
|
4505
|
-
|
|
4506
4500
|
var _BatchDetectTargetedSentimentCommand = class _BatchDetectTargetedSentimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4507
4501
|
...commonParams
|
|
4508
4502
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4519,7 +4513,6 @@ var BatchDetectTargetedSentimentCommand = _BatchDetectTargetedSentimentCommand;
|
|
|
4519
4513
|
|
|
4520
4514
|
|
|
4521
4515
|
|
|
4522
|
-
|
|
4523
4516
|
var _ClassifyDocumentCommand = class _ClassifyDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4524
4517
|
...commonParams
|
|
4525
4518
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4536,7 +4529,6 @@ var ClassifyDocumentCommand = _ClassifyDocumentCommand;
|
|
|
4536
4529
|
|
|
4537
4530
|
|
|
4538
4531
|
|
|
4539
|
-
|
|
4540
4532
|
var _ContainsPiiEntitiesCommand = class _ContainsPiiEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4541
4533
|
...commonParams
|
|
4542
4534
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4553,7 +4545,6 @@ var ContainsPiiEntitiesCommand = _ContainsPiiEntitiesCommand;
|
|
|
4553
4545
|
|
|
4554
4546
|
|
|
4555
4547
|
|
|
4556
|
-
|
|
4557
4548
|
var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4558
4549
|
...commonParams
|
|
4559
4550
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4570,7 +4561,6 @@ var CreateDatasetCommand = _CreateDatasetCommand;
|
|
|
4570
4561
|
|
|
4571
4562
|
|
|
4572
4563
|
|
|
4573
|
-
|
|
4574
4564
|
var _CreateDocumentClassifierCommand = class _CreateDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4575
4565
|
...commonParams
|
|
4576
4566
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4587,7 +4577,6 @@ var CreateDocumentClassifierCommand = _CreateDocumentClassifierCommand;
|
|
|
4587
4577
|
|
|
4588
4578
|
|
|
4589
4579
|
|
|
4590
|
-
|
|
4591
4580
|
var _CreateEndpointCommand = class _CreateEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4592
4581
|
...commonParams
|
|
4593
4582
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4604,7 +4593,6 @@ var CreateEndpointCommand = _CreateEndpointCommand;
|
|
|
4604
4593
|
|
|
4605
4594
|
|
|
4606
4595
|
|
|
4607
|
-
|
|
4608
4596
|
var _CreateEntityRecognizerCommand = class _CreateEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4609
4597
|
...commonParams
|
|
4610
4598
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4621,7 +4609,6 @@ var CreateEntityRecognizerCommand = _CreateEntityRecognizerCommand;
|
|
|
4621
4609
|
|
|
4622
4610
|
|
|
4623
4611
|
|
|
4624
|
-
|
|
4625
4612
|
var _CreateFlywheelCommand = class _CreateFlywheelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4626
4613
|
...commonParams
|
|
4627
4614
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4638,7 +4625,6 @@ var CreateFlywheelCommand = _CreateFlywheelCommand;
|
|
|
4638
4625
|
|
|
4639
4626
|
|
|
4640
4627
|
|
|
4641
|
-
|
|
4642
4628
|
var _DeleteDocumentClassifierCommand = class _DeleteDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4643
4629
|
...commonParams
|
|
4644
4630
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4655,7 +4641,6 @@ var DeleteDocumentClassifierCommand = _DeleteDocumentClassifierCommand;
|
|
|
4655
4641
|
|
|
4656
4642
|
|
|
4657
4643
|
|
|
4658
|
-
|
|
4659
4644
|
var _DeleteEndpointCommand = class _DeleteEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4660
4645
|
...commonParams
|
|
4661
4646
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4672,7 +4657,6 @@ var DeleteEndpointCommand = _DeleteEndpointCommand;
|
|
|
4672
4657
|
|
|
4673
4658
|
|
|
4674
4659
|
|
|
4675
|
-
|
|
4676
4660
|
var _DeleteEntityRecognizerCommand = class _DeleteEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4677
4661
|
...commonParams
|
|
4678
4662
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4689,7 +4673,6 @@ var DeleteEntityRecognizerCommand = _DeleteEntityRecognizerCommand;
|
|
|
4689
4673
|
|
|
4690
4674
|
|
|
4691
4675
|
|
|
4692
|
-
|
|
4693
4676
|
var _DeleteFlywheelCommand = class _DeleteFlywheelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4694
4677
|
...commonParams
|
|
4695
4678
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4706,7 +4689,6 @@ var DeleteFlywheelCommand = _DeleteFlywheelCommand;
|
|
|
4706
4689
|
|
|
4707
4690
|
|
|
4708
4691
|
|
|
4709
|
-
|
|
4710
4692
|
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4711
4693
|
...commonParams
|
|
4712
4694
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4723,7 +4705,6 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
4723
4705
|
|
|
4724
4706
|
|
|
4725
4707
|
|
|
4726
|
-
|
|
4727
4708
|
var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4728
4709
|
...commonParams
|
|
4729
4710
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4740,7 +4721,6 @@ var DescribeDatasetCommand = _DescribeDatasetCommand;
|
|
|
4740
4721
|
|
|
4741
4722
|
|
|
4742
4723
|
|
|
4743
|
-
|
|
4744
4724
|
var _DescribeDocumentClassificationJobCommand = class _DescribeDocumentClassificationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4745
4725
|
...commonParams
|
|
4746
4726
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4757,7 +4737,6 @@ var DescribeDocumentClassificationJobCommand = _DescribeDocumentClassificationJo
|
|
|
4757
4737
|
|
|
4758
4738
|
|
|
4759
4739
|
|
|
4760
|
-
|
|
4761
4740
|
var _DescribeDocumentClassifierCommand = class _DescribeDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4762
4741
|
...commonParams
|
|
4763
4742
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4774,7 +4753,6 @@ var DescribeDocumentClassifierCommand = _DescribeDocumentClassifierCommand;
|
|
|
4774
4753
|
|
|
4775
4754
|
|
|
4776
4755
|
|
|
4777
|
-
|
|
4778
4756
|
var _DescribeDominantLanguageDetectionJobCommand = class _DescribeDominantLanguageDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4779
4757
|
...commonParams
|
|
4780
4758
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4791,7 +4769,6 @@ var DescribeDominantLanguageDetectionJobCommand = _DescribeDominantLanguageDetec
|
|
|
4791
4769
|
|
|
4792
4770
|
|
|
4793
4771
|
|
|
4794
|
-
|
|
4795
4772
|
var _DescribeEndpointCommand = class _DescribeEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4796
4773
|
...commonParams
|
|
4797
4774
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4808,7 +4785,6 @@ var DescribeEndpointCommand = _DescribeEndpointCommand;
|
|
|
4808
4785
|
|
|
4809
4786
|
|
|
4810
4787
|
|
|
4811
|
-
|
|
4812
4788
|
var _DescribeEntitiesDetectionJobCommand = class _DescribeEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4813
4789
|
...commonParams
|
|
4814
4790
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4825,7 +4801,6 @@ var DescribeEntitiesDetectionJobCommand = _DescribeEntitiesDetectionJobCommand;
|
|
|
4825
4801
|
|
|
4826
4802
|
|
|
4827
4803
|
|
|
4828
|
-
|
|
4829
4804
|
var _DescribeEntityRecognizerCommand = class _DescribeEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4830
4805
|
...commonParams
|
|
4831
4806
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4842,7 +4817,6 @@ var DescribeEntityRecognizerCommand = _DescribeEntityRecognizerCommand;
|
|
|
4842
4817
|
|
|
4843
4818
|
|
|
4844
4819
|
|
|
4845
|
-
|
|
4846
4820
|
var _DescribeEventsDetectionJobCommand = class _DescribeEventsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4847
4821
|
...commonParams
|
|
4848
4822
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4859,7 +4833,6 @@ var DescribeEventsDetectionJobCommand = _DescribeEventsDetectionJobCommand;
|
|
|
4859
4833
|
|
|
4860
4834
|
|
|
4861
4835
|
|
|
4862
|
-
|
|
4863
4836
|
var _DescribeFlywheelCommand = class _DescribeFlywheelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4864
4837
|
...commonParams
|
|
4865
4838
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4876,7 +4849,6 @@ var DescribeFlywheelCommand = _DescribeFlywheelCommand;
|
|
|
4876
4849
|
|
|
4877
4850
|
|
|
4878
4851
|
|
|
4879
|
-
|
|
4880
4852
|
var _DescribeFlywheelIterationCommand = class _DescribeFlywheelIterationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4881
4853
|
...commonParams
|
|
4882
4854
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4893,7 +4865,6 @@ var DescribeFlywheelIterationCommand = _DescribeFlywheelIterationCommand;
|
|
|
4893
4865
|
|
|
4894
4866
|
|
|
4895
4867
|
|
|
4896
|
-
|
|
4897
4868
|
var _DescribeKeyPhrasesDetectionJobCommand = class _DescribeKeyPhrasesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4898
4869
|
...commonParams
|
|
4899
4870
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4910,7 +4881,6 @@ var DescribeKeyPhrasesDetectionJobCommand = _DescribeKeyPhrasesDetectionJobComma
|
|
|
4910
4881
|
|
|
4911
4882
|
|
|
4912
4883
|
|
|
4913
|
-
|
|
4914
4884
|
var _DescribePiiEntitiesDetectionJobCommand = class _DescribePiiEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4915
4885
|
...commonParams
|
|
4916
4886
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4927,7 +4897,6 @@ var DescribePiiEntitiesDetectionJobCommand = _DescribePiiEntitiesDetectionJobCom
|
|
|
4927
4897
|
|
|
4928
4898
|
|
|
4929
4899
|
|
|
4930
|
-
|
|
4931
4900
|
var _DescribeResourcePolicyCommand = class _DescribeResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4932
4901
|
...commonParams
|
|
4933
4902
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4944,7 +4913,6 @@ var DescribeResourcePolicyCommand = _DescribeResourcePolicyCommand;
|
|
|
4944
4913
|
|
|
4945
4914
|
|
|
4946
4915
|
|
|
4947
|
-
|
|
4948
4916
|
var _DescribeSentimentDetectionJobCommand = class _DescribeSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4949
4917
|
...commonParams
|
|
4950
4918
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4961,7 +4929,6 @@ var DescribeSentimentDetectionJobCommand = _DescribeSentimentDetectionJobCommand
|
|
|
4961
4929
|
|
|
4962
4930
|
|
|
4963
4931
|
|
|
4964
|
-
|
|
4965
4932
|
var _DescribeTargetedSentimentDetectionJobCommand = class _DescribeTargetedSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4966
4933
|
...commonParams
|
|
4967
4934
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4978,7 +4945,6 @@ var DescribeTargetedSentimentDetectionJobCommand = _DescribeTargetedSentimentDet
|
|
|
4978
4945
|
|
|
4979
4946
|
|
|
4980
4947
|
|
|
4981
|
-
|
|
4982
4948
|
var _DescribeTopicsDetectionJobCommand = class _DescribeTopicsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4983
4949
|
...commonParams
|
|
4984
4950
|
}).m(function(Command, cs, config, o) {
|
|
@@ -4995,7 +4961,6 @@ var DescribeTopicsDetectionJobCommand = _DescribeTopicsDetectionJobCommand;
|
|
|
4995
4961
|
|
|
4996
4962
|
|
|
4997
4963
|
|
|
4998
|
-
|
|
4999
4964
|
var _DetectDominantLanguageCommand = class _DetectDominantLanguageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5000
4965
|
...commonParams
|
|
5001
4966
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5012,7 +4977,6 @@ var DetectDominantLanguageCommand = _DetectDominantLanguageCommand;
|
|
|
5012
4977
|
|
|
5013
4978
|
|
|
5014
4979
|
|
|
5015
|
-
|
|
5016
4980
|
var _DetectEntitiesCommand = class _DetectEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5017
4981
|
...commonParams
|
|
5018
4982
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5029,7 +4993,6 @@ var DetectEntitiesCommand = _DetectEntitiesCommand;
|
|
|
5029
4993
|
|
|
5030
4994
|
|
|
5031
4995
|
|
|
5032
|
-
|
|
5033
4996
|
var _DetectKeyPhrasesCommand = class _DetectKeyPhrasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5034
4997
|
...commonParams
|
|
5035
4998
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5046,7 +5009,6 @@ var DetectKeyPhrasesCommand = _DetectKeyPhrasesCommand;
|
|
|
5046
5009
|
|
|
5047
5010
|
|
|
5048
5011
|
|
|
5049
|
-
|
|
5050
5012
|
var _DetectPiiEntitiesCommand = class _DetectPiiEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5051
5013
|
...commonParams
|
|
5052
5014
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5063,7 +5025,6 @@ var DetectPiiEntitiesCommand = _DetectPiiEntitiesCommand;
|
|
|
5063
5025
|
|
|
5064
5026
|
|
|
5065
5027
|
|
|
5066
|
-
|
|
5067
5028
|
var _DetectSentimentCommand = class _DetectSentimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5068
5029
|
...commonParams
|
|
5069
5030
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5080,7 +5041,6 @@ var DetectSentimentCommand = _DetectSentimentCommand;
|
|
|
5080
5041
|
|
|
5081
5042
|
|
|
5082
5043
|
|
|
5083
|
-
|
|
5084
5044
|
var _DetectSyntaxCommand = class _DetectSyntaxCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5085
5045
|
...commonParams
|
|
5086
5046
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5097,7 +5057,6 @@ var DetectSyntaxCommand = _DetectSyntaxCommand;
|
|
|
5097
5057
|
|
|
5098
5058
|
|
|
5099
5059
|
|
|
5100
|
-
|
|
5101
5060
|
var _DetectTargetedSentimentCommand = class _DetectTargetedSentimentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5102
5061
|
...commonParams
|
|
5103
5062
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5114,7 +5073,6 @@ var DetectTargetedSentimentCommand = _DetectTargetedSentimentCommand;
|
|
|
5114
5073
|
|
|
5115
5074
|
|
|
5116
5075
|
|
|
5117
|
-
|
|
5118
5076
|
var _DetectToxicContentCommand = class _DetectToxicContentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5119
5077
|
...commonParams
|
|
5120
5078
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5131,7 +5089,6 @@ var DetectToxicContentCommand = _DetectToxicContentCommand;
|
|
|
5131
5089
|
|
|
5132
5090
|
|
|
5133
5091
|
|
|
5134
|
-
|
|
5135
5092
|
var _ImportModelCommand = class _ImportModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5136
5093
|
...commonParams
|
|
5137
5094
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5148,7 +5105,6 @@ var ImportModelCommand = _ImportModelCommand;
|
|
|
5148
5105
|
|
|
5149
5106
|
|
|
5150
5107
|
|
|
5151
|
-
|
|
5152
5108
|
var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5153
5109
|
...commonParams
|
|
5154
5110
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5165,7 +5121,6 @@ var ListDatasetsCommand = _ListDatasetsCommand;
|
|
|
5165
5121
|
|
|
5166
5122
|
|
|
5167
5123
|
|
|
5168
|
-
|
|
5169
5124
|
var _ListDocumentClassificationJobsCommand = class _ListDocumentClassificationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5170
5125
|
...commonParams
|
|
5171
5126
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5182,7 +5137,6 @@ var ListDocumentClassificationJobsCommand = _ListDocumentClassificationJobsComma
|
|
|
5182
5137
|
|
|
5183
5138
|
|
|
5184
5139
|
|
|
5185
|
-
|
|
5186
5140
|
var _ListDocumentClassifiersCommand = class _ListDocumentClassifiersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5187
5141
|
...commonParams
|
|
5188
5142
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5199,7 +5153,6 @@ var ListDocumentClassifiersCommand = _ListDocumentClassifiersCommand;
|
|
|
5199
5153
|
|
|
5200
5154
|
|
|
5201
5155
|
|
|
5202
|
-
|
|
5203
5156
|
var _ListDocumentClassifierSummariesCommand = class _ListDocumentClassifierSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5204
5157
|
...commonParams
|
|
5205
5158
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5216,7 +5169,6 @@ var ListDocumentClassifierSummariesCommand = _ListDocumentClassifierSummariesCom
|
|
|
5216
5169
|
|
|
5217
5170
|
|
|
5218
5171
|
|
|
5219
|
-
|
|
5220
5172
|
var _ListDominantLanguageDetectionJobsCommand = class _ListDominantLanguageDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5221
5173
|
...commonParams
|
|
5222
5174
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5233,7 +5185,6 @@ var ListDominantLanguageDetectionJobsCommand = _ListDominantLanguageDetectionJob
|
|
|
5233
5185
|
|
|
5234
5186
|
|
|
5235
5187
|
|
|
5236
|
-
|
|
5237
5188
|
var _ListEndpointsCommand = class _ListEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5238
5189
|
...commonParams
|
|
5239
5190
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5250,7 +5201,6 @@ var ListEndpointsCommand = _ListEndpointsCommand;
|
|
|
5250
5201
|
|
|
5251
5202
|
|
|
5252
5203
|
|
|
5253
|
-
|
|
5254
5204
|
var _ListEntitiesDetectionJobsCommand = class _ListEntitiesDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5255
5205
|
...commonParams
|
|
5256
5206
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5267,7 +5217,6 @@ var ListEntitiesDetectionJobsCommand = _ListEntitiesDetectionJobsCommand;
|
|
|
5267
5217
|
|
|
5268
5218
|
|
|
5269
5219
|
|
|
5270
|
-
|
|
5271
5220
|
var _ListEntityRecognizersCommand = class _ListEntityRecognizersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5272
5221
|
...commonParams
|
|
5273
5222
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5284,7 +5233,6 @@ var ListEntityRecognizersCommand = _ListEntityRecognizersCommand;
|
|
|
5284
5233
|
|
|
5285
5234
|
|
|
5286
5235
|
|
|
5287
|
-
|
|
5288
5236
|
var _ListEntityRecognizerSummariesCommand = class _ListEntityRecognizerSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5289
5237
|
...commonParams
|
|
5290
5238
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5301,7 +5249,6 @@ var ListEntityRecognizerSummariesCommand = _ListEntityRecognizerSummariesCommand
|
|
|
5301
5249
|
|
|
5302
5250
|
|
|
5303
5251
|
|
|
5304
|
-
|
|
5305
5252
|
var _ListEventsDetectionJobsCommand = class _ListEventsDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5306
5253
|
...commonParams
|
|
5307
5254
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5318,7 +5265,6 @@ var ListEventsDetectionJobsCommand = _ListEventsDetectionJobsCommand;
|
|
|
5318
5265
|
|
|
5319
5266
|
|
|
5320
5267
|
|
|
5321
|
-
|
|
5322
5268
|
var _ListFlywheelIterationHistoryCommand = class _ListFlywheelIterationHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5323
5269
|
...commonParams
|
|
5324
5270
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5335,7 +5281,6 @@ var ListFlywheelIterationHistoryCommand = _ListFlywheelIterationHistoryCommand;
|
|
|
5335
5281
|
|
|
5336
5282
|
|
|
5337
5283
|
|
|
5338
|
-
|
|
5339
5284
|
var _ListFlywheelsCommand = class _ListFlywheelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5340
5285
|
...commonParams
|
|
5341
5286
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5352,7 +5297,6 @@ var ListFlywheelsCommand = _ListFlywheelsCommand;
|
|
|
5352
5297
|
|
|
5353
5298
|
|
|
5354
5299
|
|
|
5355
|
-
|
|
5356
5300
|
var _ListKeyPhrasesDetectionJobsCommand = class _ListKeyPhrasesDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5357
5301
|
...commonParams
|
|
5358
5302
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5369,7 +5313,6 @@ var ListKeyPhrasesDetectionJobsCommand = _ListKeyPhrasesDetectionJobsCommand;
|
|
|
5369
5313
|
|
|
5370
5314
|
|
|
5371
5315
|
|
|
5372
|
-
|
|
5373
5316
|
var _ListPiiEntitiesDetectionJobsCommand = class _ListPiiEntitiesDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5374
5317
|
...commonParams
|
|
5375
5318
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5386,7 +5329,6 @@ var ListPiiEntitiesDetectionJobsCommand = _ListPiiEntitiesDetectionJobsCommand;
|
|
|
5386
5329
|
|
|
5387
5330
|
|
|
5388
5331
|
|
|
5389
|
-
|
|
5390
5332
|
var _ListSentimentDetectionJobsCommand = class _ListSentimentDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5391
5333
|
...commonParams
|
|
5392
5334
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5403,7 +5345,6 @@ var ListSentimentDetectionJobsCommand = _ListSentimentDetectionJobsCommand;
|
|
|
5403
5345
|
|
|
5404
5346
|
|
|
5405
5347
|
|
|
5406
|
-
|
|
5407
5348
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5408
5349
|
...commonParams
|
|
5409
5350
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5420,7 +5361,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
5420
5361
|
|
|
5421
5362
|
|
|
5422
5363
|
|
|
5423
|
-
|
|
5424
5364
|
var _ListTargetedSentimentDetectionJobsCommand = class _ListTargetedSentimentDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5425
5365
|
...commonParams
|
|
5426
5366
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5437,7 +5377,6 @@ var ListTargetedSentimentDetectionJobsCommand = _ListTargetedSentimentDetectionJ
|
|
|
5437
5377
|
|
|
5438
5378
|
|
|
5439
5379
|
|
|
5440
|
-
|
|
5441
5380
|
var _ListTopicsDetectionJobsCommand = class _ListTopicsDetectionJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5442
5381
|
...commonParams
|
|
5443
5382
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5454,7 +5393,6 @@ var ListTopicsDetectionJobsCommand = _ListTopicsDetectionJobsCommand;
|
|
|
5454
5393
|
|
|
5455
5394
|
|
|
5456
5395
|
|
|
5457
|
-
|
|
5458
5396
|
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5459
5397
|
...commonParams
|
|
5460
5398
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5471,7 +5409,6 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
5471
5409
|
|
|
5472
5410
|
|
|
5473
5411
|
|
|
5474
|
-
|
|
5475
5412
|
var _StartDocumentClassificationJobCommand = class _StartDocumentClassificationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5476
5413
|
...commonParams
|
|
5477
5414
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5488,7 +5425,6 @@ var StartDocumentClassificationJobCommand = _StartDocumentClassificationJobComma
|
|
|
5488
5425
|
|
|
5489
5426
|
|
|
5490
5427
|
|
|
5491
|
-
|
|
5492
5428
|
var _StartDominantLanguageDetectionJobCommand = class _StartDominantLanguageDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5493
5429
|
...commonParams
|
|
5494
5430
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5505,7 +5441,6 @@ var StartDominantLanguageDetectionJobCommand = _StartDominantLanguageDetectionJo
|
|
|
5505
5441
|
|
|
5506
5442
|
|
|
5507
5443
|
|
|
5508
|
-
|
|
5509
5444
|
var _StartEntitiesDetectionJobCommand = class _StartEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5510
5445
|
...commonParams
|
|
5511
5446
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5522,7 +5457,6 @@ var StartEntitiesDetectionJobCommand = _StartEntitiesDetectionJobCommand;
|
|
|
5522
5457
|
|
|
5523
5458
|
|
|
5524
5459
|
|
|
5525
|
-
|
|
5526
5460
|
var _StartEventsDetectionJobCommand = class _StartEventsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5527
5461
|
...commonParams
|
|
5528
5462
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5539,7 +5473,6 @@ var StartEventsDetectionJobCommand = _StartEventsDetectionJobCommand;
|
|
|
5539
5473
|
|
|
5540
5474
|
|
|
5541
5475
|
|
|
5542
|
-
|
|
5543
5476
|
var _StartFlywheelIterationCommand = class _StartFlywheelIterationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5544
5477
|
...commonParams
|
|
5545
5478
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5556,7 +5489,6 @@ var StartFlywheelIterationCommand = _StartFlywheelIterationCommand;
|
|
|
5556
5489
|
|
|
5557
5490
|
|
|
5558
5491
|
|
|
5559
|
-
|
|
5560
5492
|
var _StartKeyPhrasesDetectionJobCommand = class _StartKeyPhrasesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5561
5493
|
...commonParams
|
|
5562
5494
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5573,7 +5505,6 @@ var StartKeyPhrasesDetectionJobCommand = _StartKeyPhrasesDetectionJobCommand;
|
|
|
5573
5505
|
|
|
5574
5506
|
|
|
5575
5507
|
|
|
5576
|
-
|
|
5577
5508
|
var _StartPiiEntitiesDetectionJobCommand = class _StartPiiEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5578
5509
|
...commonParams
|
|
5579
5510
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5590,7 +5521,6 @@ var StartPiiEntitiesDetectionJobCommand = _StartPiiEntitiesDetectionJobCommand;
|
|
|
5590
5521
|
|
|
5591
5522
|
|
|
5592
5523
|
|
|
5593
|
-
|
|
5594
5524
|
var _StartSentimentDetectionJobCommand = class _StartSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5595
5525
|
...commonParams
|
|
5596
5526
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5607,7 +5537,6 @@ var StartSentimentDetectionJobCommand = _StartSentimentDetectionJobCommand;
|
|
|
5607
5537
|
|
|
5608
5538
|
|
|
5609
5539
|
|
|
5610
|
-
|
|
5611
5540
|
var _StartTargetedSentimentDetectionJobCommand = class _StartTargetedSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5612
5541
|
...commonParams
|
|
5613
5542
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5624,7 +5553,6 @@ var StartTargetedSentimentDetectionJobCommand = _StartTargetedSentimentDetection
|
|
|
5624
5553
|
|
|
5625
5554
|
|
|
5626
5555
|
|
|
5627
|
-
|
|
5628
5556
|
var _StartTopicsDetectionJobCommand = class _StartTopicsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5629
5557
|
...commonParams
|
|
5630
5558
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5641,7 +5569,6 @@ var StartTopicsDetectionJobCommand = _StartTopicsDetectionJobCommand;
|
|
|
5641
5569
|
|
|
5642
5570
|
|
|
5643
5571
|
|
|
5644
|
-
|
|
5645
5572
|
var _StopDominantLanguageDetectionJobCommand = class _StopDominantLanguageDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5646
5573
|
...commonParams
|
|
5647
5574
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5658,7 +5585,6 @@ var StopDominantLanguageDetectionJobCommand = _StopDominantLanguageDetectionJobC
|
|
|
5658
5585
|
|
|
5659
5586
|
|
|
5660
5587
|
|
|
5661
|
-
|
|
5662
5588
|
var _StopEntitiesDetectionJobCommand = class _StopEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5663
5589
|
...commonParams
|
|
5664
5590
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5675,7 +5601,6 @@ var StopEntitiesDetectionJobCommand = _StopEntitiesDetectionJobCommand;
|
|
|
5675
5601
|
|
|
5676
5602
|
|
|
5677
5603
|
|
|
5678
|
-
|
|
5679
5604
|
var _StopEventsDetectionJobCommand = class _StopEventsDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5680
5605
|
...commonParams
|
|
5681
5606
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5692,7 +5617,6 @@ var StopEventsDetectionJobCommand = _StopEventsDetectionJobCommand;
|
|
|
5692
5617
|
|
|
5693
5618
|
|
|
5694
5619
|
|
|
5695
|
-
|
|
5696
5620
|
var _StopKeyPhrasesDetectionJobCommand = class _StopKeyPhrasesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5697
5621
|
...commonParams
|
|
5698
5622
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5709,7 +5633,6 @@ var StopKeyPhrasesDetectionJobCommand = _StopKeyPhrasesDetectionJobCommand;
|
|
|
5709
5633
|
|
|
5710
5634
|
|
|
5711
5635
|
|
|
5712
|
-
|
|
5713
5636
|
var _StopPiiEntitiesDetectionJobCommand = class _StopPiiEntitiesDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5714
5637
|
...commonParams
|
|
5715
5638
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5726,7 +5649,6 @@ var StopPiiEntitiesDetectionJobCommand = _StopPiiEntitiesDetectionJobCommand;
|
|
|
5726
5649
|
|
|
5727
5650
|
|
|
5728
5651
|
|
|
5729
|
-
|
|
5730
5652
|
var _StopSentimentDetectionJobCommand = class _StopSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5731
5653
|
...commonParams
|
|
5732
5654
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5743,7 +5665,6 @@ var StopSentimentDetectionJobCommand = _StopSentimentDetectionJobCommand;
|
|
|
5743
5665
|
|
|
5744
5666
|
|
|
5745
5667
|
|
|
5746
|
-
|
|
5747
5668
|
var _StopTargetedSentimentDetectionJobCommand = class _StopTargetedSentimentDetectionJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5748
5669
|
...commonParams
|
|
5749
5670
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5760,7 +5681,6 @@ var StopTargetedSentimentDetectionJobCommand = _StopTargetedSentimentDetectionJo
|
|
|
5760
5681
|
|
|
5761
5682
|
|
|
5762
5683
|
|
|
5763
|
-
|
|
5764
5684
|
var _StopTrainingDocumentClassifierCommand = class _StopTrainingDocumentClassifierCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5765
5685
|
...commonParams
|
|
5766
5686
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5777,7 +5697,6 @@ var StopTrainingDocumentClassifierCommand = _StopTrainingDocumentClassifierComma
|
|
|
5777
5697
|
|
|
5778
5698
|
|
|
5779
5699
|
|
|
5780
|
-
|
|
5781
5700
|
var _StopTrainingEntityRecognizerCommand = class _StopTrainingEntityRecognizerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5782
5701
|
...commonParams
|
|
5783
5702
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5794,7 +5713,6 @@ var StopTrainingEntityRecognizerCommand = _StopTrainingEntityRecognizerCommand;
|
|
|
5794
5713
|
|
|
5795
5714
|
|
|
5796
5715
|
|
|
5797
|
-
|
|
5798
5716
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5799
5717
|
...commonParams
|
|
5800
5718
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5811,7 +5729,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
5811
5729
|
|
|
5812
5730
|
|
|
5813
5731
|
|
|
5814
|
-
|
|
5815
5732
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5816
5733
|
...commonParams
|
|
5817
5734
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5828,7 +5745,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
5828
5745
|
|
|
5829
5746
|
|
|
5830
5747
|
|
|
5831
|
-
|
|
5832
5748
|
var _UpdateEndpointCommand = class _UpdateEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5833
5749
|
...commonParams
|
|
5834
5750
|
}).m(function(Command, cs, config, o) {
|
|
@@ -5845,7 +5761,6 @@ var UpdateEndpointCommand = _UpdateEndpointCommand;
|
|
|
5845
5761
|
|
|
5846
5762
|
|
|
5847
5763
|
|
|
5848
|
-
|
|
5849
5764
|
var _UpdateFlywheelCommand = class _UpdateFlywheelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5850
5765
|
...commonParams
|
|
5851
5766
|
}).m(function(Command, cs, config, o) {
|
|
@@ -175,15 +175,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
175
175
|
* Enables FIPS compatible endpoints.
|
|
176
176
|
*/
|
|
177
177
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
178
|
+
/**
|
|
179
|
+
* The AWS region to which this client will send requests
|
|
180
|
+
*/
|
|
181
|
+
region?: string | __Provider<string>;
|
|
178
182
|
/**
|
|
179
183
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
180
184
|
* @internal
|
|
181
185
|
*/
|
|
182
186
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
183
|
-
/**
|
|
184
|
-
* The AWS region to which this client will send requests
|
|
185
|
-
*/
|
|
186
|
-
region?: string | __Provider<string>;
|
|
187
187
|
/**
|
|
188
188
|
* Default credentials provider; Not available in browser runtime.
|
|
189
189
|
* @deprecated
|