@aws-sdk/client-comprehend 3.1086.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Comprehend.d.ts +275 -331
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +7 -22
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +3 -8
  43. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +3 -5
  54. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +3 -8
  56. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +3 -8
  62. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +4 -6
  87. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  90. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +4 -9
  92. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  93. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  94. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  95. package/dist-types/ts3.4/models/enums.d.ts +12 -24
  96. package/dist-types/ts3.4/models/errors.d.ts +16 -54
  97. package/dist-types/ts3.4/models/models_0.d.ts +13 -39
  98. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  99. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  100. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  101. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  102. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  103. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  104. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  105. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteEntityRecognizerRequest,
4
- DeleteEntityRecognizerResponse,
5
- } from "../models/models_0";
2
+ import { DeleteEntityRecognizerRequest, DeleteEntityRecognizerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteEntityRecognizerCommandInput
8
- extends DeleteEntityRecognizerRequest {}
4
+ export interface DeleteEntityRecognizerCommandInput extends DeleteEntityRecognizerRequest {}
9
5
  export interface DeleteEntityRecognizerCommandOutput
10
- extends DeleteEntityRecognizerResponse,
11
- __MetadataBearer {}
6
+ extends DeleteEntityRecognizerResponse, __MetadataBearer {}
12
7
  declare const DeleteEntityRecognizerCommand_base: {
13
8
  new (
14
- input: DeleteEntityRecognizerCommandInput
9
+ input: DeleteEntityRecognizerCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteEntityRecognizerCommandInput,
17
12
  DeleteEntityRecognizerCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteEntityRecognizerCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteEntityRecognizerCommandInput
18
+ input: DeleteEntityRecognizerCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteEntityRecognizerCommandInput,
26
21
  DeleteEntityRecognizerCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteFlywheelRequest,
4
- DeleteFlywheelResponse,
5
- } from "../models/models_0";
2
+ import { DeleteFlywheelRequest, DeleteFlywheelResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteFlywheelCommandInput extends DeleteFlywheelRequest {}
8
- export interface DeleteFlywheelCommandOutput
9
- extends DeleteFlywheelResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteFlywheelCommandOutput extends DeleteFlywheelResponse, __MetadataBearer {}
11
6
  declare const DeleteFlywheelCommand_base: {
12
7
  new (
13
- input: DeleteFlywheelCommandInput
8
+ input: DeleteFlywheelCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteFlywheelCommandInput,
16
11
  DeleteFlywheelCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteFlywheelCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteFlywheelCommandInput
17
+ input: DeleteFlywheelCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteFlywheelCommandInput,
25
20
  DeleteFlywheelCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteResourcePolicyRequest,
4
- DeleteResourcePolicyResponse,
5
- } from "../models/models_0";
2
+ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteResourcePolicyCommandInput
8
- extends DeleteResourcePolicyRequest {}
4
+ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
9
5
  export interface DeleteResourcePolicyCommandOutput
10
- extends DeleteResourcePolicyResponse,
11
- __MetadataBearer {}
6
+ extends DeleteResourcePolicyResponse, __MetadataBearer {}
12
7
  declare const DeleteResourcePolicyCommand_base: {
13
8
  new (
14
- input: DeleteResourcePolicyCommandInput
9
+ input: DeleteResourcePolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteResourcePolicyCommandInput,
17
12
  DeleteResourcePolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteResourcePolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteResourcePolicyCommandInput
18
+ input: DeleteResourcePolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteResourcePolicyCommandInput,
26
21
  DeleteResourcePolicyCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeDatasetRequest,
4
- DescribeDatasetResponse,
5
- } from "../models/models_0";
2
+ import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
8
- export interface DescribeDatasetCommandOutput
9
- extends DescribeDatasetResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {}
11
6
  declare const DescribeDatasetCommand_base: {
12
7
  new (
13
- input: DescribeDatasetCommandInput
8
+ input: DescribeDatasetCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeDatasetCommandInput,
16
11
  DescribeDatasetCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeDatasetCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeDatasetCommandInput
17
+ input: DescribeDatasetCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeDatasetCommandInput,
25
20
  DescribeDatasetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeDocumentClassificationJobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeDocumentClassificationJobCommandInput
8
- extends DescribeDocumentClassificationJobRequest {}
7
+ export interface DescribeDocumentClassificationJobCommandInput extends DescribeDocumentClassificationJobRequest {}
9
8
  export interface DescribeDocumentClassificationJobCommandOutput
10
- extends DescribeDocumentClassificationJobResponse,
11
- __MetadataBearer {}
9
+ extends DescribeDocumentClassificationJobResponse, __MetadataBearer {}
12
10
  declare const DescribeDocumentClassificationJobCommand_base: {
13
11
  new (
14
- input: DescribeDocumentClassificationJobCommandInput
12
+ input: DescribeDocumentClassificationJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeDocumentClassificationJobCommandInput,
17
15
  DescribeDocumentClassificationJobCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeDocumentClassificationJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeDocumentClassificationJobCommandInput
21
+ input: DescribeDocumentClassificationJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeDocumentClassificationJobCommandInput,
26
24
  DescribeDocumentClassificationJobCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeDocumentClassifierResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeDocumentClassifierCommandInput
8
- extends DescribeDocumentClassifierRequest {}
7
+ export interface DescribeDocumentClassifierCommandInput extends DescribeDocumentClassifierRequest {}
9
8
  export interface DescribeDocumentClassifierCommandOutput
10
- extends DescribeDocumentClassifierResponse,
11
- __MetadataBearer {}
9
+ extends DescribeDocumentClassifierResponse, __MetadataBearer {}
12
10
  declare const DescribeDocumentClassifierCommand_base: {
13
11
  new (
14
- input: DescribeDocumentClassifierCommandInput
12
+ input: DescribeDocumentClassifierCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeDocumentClassifierCommandInput,
17
15
  DescribeDocumentClassifierCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeDocumentClassifierCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeDocumentClassifierCommandInput
21
+ input: DescribeDocumentClassifierCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeDocumentClassifierCommandInput,
26
24
  DescribeDocumentClassifierCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeDominantLanguageDetectionJobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeDominantLanguageDetectionJobCommandInput
8
- extends DescribeDominantLanguageDetectionJobRequest {}
7
+ export interface DescribeDominantLanguageDetectionJobCommandInput extends DescribeDominantLanguageDetectionJobRequest {}
9
8
  export interface DescribeDominantLanguageDetectionJobCommandOutput
10
- extends DescribeDominantLanguageDetectionJobResponse,
11
- __MetadataBearer {}
9
+ extends DescribeDominantLanguageDetectionJobResponse, __MetadataBearer {}
12
10
  declare const DescribeDominantLanguageDetectionJobCommand_base: {
13
11
  new (
14
- input: DescribeDominantLanguageDetectionJobCommandInput
12
+ input: DescribeDominantLanguageDetectionJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeDominantLanguageDetectionJobCommandInput,
17
15
  DescribeDominantLanguageDetectionJobCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeDominantLanguageDetectionJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeDominantLanguageDetectionJobCommandInput
21
+ input: DescribeDominantLanguageDetectionJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeDominantLanguageDetectionJobCommandInput,
26
24
  DescribeDominantLanguageDetectionJobCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeEndpointRequest,
4
- DescribeEndpointResponse,
5
- } from "../models/models_0";
2
+ import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {}
8
- export interface DescribeEndpointCommandOutput
9
- extends DescribeEndpointResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse, __MetadataBearer {}
11
6
  declare const DescribeEndpointCommand_base: {
12
7
  new (
13
- input: DescribeEndpointCommandInput
8
+ input: DescribeEndpointCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeEndpointCommandInput,
16
11
  DescribeEndpointCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeEndpointCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeEndpointCommandInput
17
+ input: DescribeEndpointCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeEndpointCommandInput,
25
20
  DescribeEndpointCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeEntitiesDetectionJobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeEntitiesDetectionJobCommandInput
8
- extends DescribeEntitiesDetectionJobRequest {}
7
+ export interface DescribeEntitiesDetectionJobCommandInput extends DescribeEntitiesDetectionJobRequest {}
9
8
  export interface DescribeEntitiesDetectionJobCommandOutput
10
- extends DescribeEntitiesDetectionJobResponse,
11
- __MetadataBearer {}
9
+ extends DescribeEntitiesDetectionJobResponse, __MetadataBearer {}
12
10
  declare const DescribeEntitiesDetectionJobCommand_base: {
13
11
  new (
14
- input: DescribeEntitiesDetectionJobCommandInput
12
+ input: DescribeEntitiesDetectionJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeEntitiesDetectionJobCommandInput,
17
15
  DescribeEntitiesDetectionJobCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeEntitiesDetectionJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeEntitiesDetectionJobCommandInput
21
+ input: DescribeEntitiesDetectionJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeEntitiesDetectionJobCommandInput,
26
24
  DescribeEntitiesDetectionJobCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeEntityRecognizerResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeEntityRecognizerCommandInput
8
- extends DescribeEntityRecognizerRequest {}
7
+ export interface DescribeEntityRecognizerCommandInput extends DescribeEntityRecognizerRequest {}
9
8
  export interface DescribeEntityRecognizerCommandOutput
10
- extends DescribeEntityRecognizerResponse,
11
- __MetadataBearer {}
9
+ extends DescribeEntityRecognizerResponse, __MetadataBearer {}
12
10
  declare const DescribeEntityRecognizerCommand_base: {
13
11
  new (
14
- input: DescribeEntityRecognizerCommandInput
12
+ input: DescribeEntityRecognizerCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeEntityRecognizerCommandInput,
17
15
  DescribeEntityRecognizerCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeEntityRecognizerCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeEntityRecognizerCommandInput
21
+ input: DescribeEntityRecognizerCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeEntityRecognizerCommandInput,
26
24
  DescribeEntityRecognizerCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeEventsDetectionJobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeEventsDetectionJobCommandInput
8
- extends DescribeEventsDetectionJobRequest {}
7
+ export interface DescribeEventsDetectionJobCommandInput extends DescribeEventsDetectionJobRequest {}
9
8
  export interface DescribeEventsDetectionJobCommandOutput
10
- extends DescribeEventsDetectionJobResponse,
11
- __MetadataBearer {}
9
+ extends DescribeEventsDetectionJobResponse, __MetadataBearer {}
12
10
  declare const DescribeEventsDetectionJobCommand_base: {
13
11
  new (
14
- input: DescribeEventsDetectionJobCommandInput
12
+ input: DescribeEventsDetectionJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeEventsDetectionJobCommandInput,
17
15
  DescribeEventsDetectionJobCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeEventsDetectionJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeEventsDetectionJobCommandInput
21
+ input: DescribeEventsDetectionJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeEventsDetectionJobCommandInput,
26
24
  DescribeEventsDetectionJobCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeFlywheelRequest,
4
- DescribeFlywheelResponse,
5
- } from "../models/models_0";
2
+ import { DescribeFlywheelRequest, DescribeFlywheelResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeFlywheelCommandInput extends DescribeFlywheelRequest {}
8
- export interface DescribeFlywheelCommandOutput
9
- extends DescribeFlywheelResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeFlywheelCommandOutput extends DescribeFlywheelResponse, __MetadataBearer {}
11
6
  declare const DescribeFlywheelCommand_base: {
12
7
  new (
13
- input: DescribeFlywheelCommandInput
8
+ input: DescribeFlywheelCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeFlywheelCommandInput,
16
11
  DescribeFlywheelCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeFlywheelCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeFlywheelCommandInput
17
+ input: DescribeFlywheelCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeFlywheelCommandInput,
25
20
  DescribeFlywheelCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeFlywheelIterationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeFlywheelIterationCommandInput
8
- extends DescribeFlywheelIterationRequest {}
7
+ export interface DescribeFlywheelIterationCommandInput extends DescribeFlywheelIterationRequest {}
9
8
  export interface DescribeFlywheelIterationCommandOutput
10
- extends DescribeFlywheelIterationResponse,
11
- __MetadataBearer {}
9
+ extends DescribeFlywheelIterationResponse, __MetadataBearer {}
12
10
  declare const DescribeFlywheelIterationCommand_base: {
13
11
  new (
14
- input: DescribeFlywheelIterationCommandInput
12
+ input: DescribeFlywheelIterationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeFlywheelIterationCommandInput,
17
15
  DescribeFlywheelIterationCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeFlywheelIterationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeFlywheelIterationCommandInput
21
+ input: DescribeFlywheelIterationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeFlywheelIterationCommandInput,
26
24
  DescribeFlywheelIterationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeKeyPhrasesDetectionJobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeKeyPhrasesDetectionJobCommandInput
8
- extends DescribeKeyPhrasesDetectionJobRequest {}
7
+ export interface DescribeKeyPhrasesDetectionJobCommandInput extends DescribeKeyPhrasesDetectionJobRequest {}
9
8
  export interface DescribeKeyPhrasesDetectionJobCommandOutput
10
- extends DescribeKeyPhrasesDetectionJobResponse,
11
- __MetadataBearer {}
9
+ extends DescribeKeyPhrasesDetectionJobResponse, __MetadataBearer {}
12
10
  declare const DescribeKeyPhrasesDetectionJobCommand_base: {
13
11
  new (
14
- input: DescribeKeyPhrasesDetectionJobCommandInput
12
+ input: DescribeKeyPhrasesDetectionJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeKeyPhrasesDetectionJobCommandInput,
17
15
  DescribeKeyPhrasesDetectionJobCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeKeyPhrasesDetectionJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeKeyPhrasesDetectionJobCommandInput
21
+ input: DescribeKeyPhrasesDetectionJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeKeyPhrasesDetectionJobCommandInput,
26
24
  DescribeKeyPhrasesDetectionJobCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribePiiEntitiesDetectionJobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribePiiEntitiesDetectionJobCommandInput
8
- extends DescribePiiEntitiesDetectionJobRequest {}
7
+ export interface DescribePiiEntitiesDetectionJobCommandInput extends DescribePiiEntitiesDetectionJobRequest {}
9
8
  export interface DescribePiiEntitiesDetectionJobCommandOutput
10
- extends DescribePiiEntitiesDetectionJobResponse,
11
- __MetadataBearer {}
9
+ extends DescribePiiEntitiesDetectionJobResponse, __MetadataBearer {}
12
10
  declare const DescribePiiEntitiesDetectionJobCommand_base: {
13
11
  new (
14
- input: DescribePiiEntitiesDetectionJobCommandInput
12
+ input: DescribePiiEntitiesDetectionJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribePiiEntitiesDetectionJobCommandInput,
17
15
  DescribePiiEntitiesDetectionJobCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribePiiEntitiesDetectionJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribePiiEntitiesDetectionJobCommandInput
21
+ input: DescribePiiEntitiesDetectionJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribePiiEntitiesDetectionJobCommandInput,
26
24
  DescribePiiEntitiesDetectionJobCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeResourcePolicyRequest,
4
- DescribeResourcePolicyResponse,
5
- } from "../models/models_0";
2
+ import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeResourcePolicyCommandInput
8
- extends DescribeResourcePolicyRequest {}
4
+ export interface DescribeResourcePolicyCommandInput extends DescribeResourcePolicyRequest {}
9
5
  export interface DescribeResourcePolicyCommandOutput
10
- extends DescribeResourcePolicyResponse,
11
- __MetadataBearer {}
6
+ extends DescribeResourcePolicyResponse, __MetadataBearer {}
12
7
  declare const DescribeResourcePolicyCommand_base: {
13
8
  new (
14
- input: DescribeResourcePolicyCommandInput
9
+ input: DescribeResourcePolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeResourcePolicyCommandInput,
17
12
  DescribeResourcePolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeResourcePolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeResourcePolicyCommandInput
18
+ input: DescribeResourcePolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeResourcePolicyCommandInput,
26
21
  DescribeResourcePolicyCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeSentimentDetectionJobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeSentimentDetectionJobCommandInput
8
- extends DescribeSentimentDetectionJobRequest {}
7
+ export interface DescribeSentimentDetectionJobCommandInput extends DescribeSentimentDetectionJobRequest {}
9
8
  export interface DescribeSentimentDetectionJobCommandOutput
10
- extends DescribeSentimentDetectionJobResponse,
11
- __MetadataBearer {}
9
+ extends DescribeSentimentDetectionJobResponse, __MetadataBearer {}
12
10
  declare const DescribeSentimentDetectionJobCommand_base: {
13
11
  new (
14
- input: DescribeSentimentDetectionJobCommandInput
12
+ input: DescribeSentimentDetectionJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeSentimentDetectionJobCommandInput,
17
15
  DescribeSentimentDetectionJobCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeSentimentDetectionJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeSentimentDetectionJobCommandInput
21
+ input: DescribeSentimentDetectionJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeSentimentDetectionJobCommandInput,
26
24
  DescribeSentimentDetectionJobCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeTargetedSentimentDetectionJobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeTargetedSentimentDetectionJobCommandInput
8
- extends DescribeTargetedSentimentDetectionJobRequest {}
7
+ export interface DescribeTargetedSentimentDetectionJobCommandInput extends DescribeTargetedSentimentDetectionJobRequest {}
9
8
  export interface DescribeTargetedSentimentDetectionJobCommandOutput
10
- extends DescribeTargetedSentimentDetectionJobResponse,
11
- __MetadataBearer {}
9
+ extends DescribeTargetedSentimentDetectionJobResponse, __MetadataBearer {}
12
10
  declare const DescribeTargetedSentimentDetectionJobCommand_base: {
13
11
  new (
14
- input: DescribeTargetedSentimentDetectionJobCommandInput
12
+ input: DescribeTargetedSentimentDetectionJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeTargetedSentimentDetectionJobCommandInput,
17
15
  DescribeTargetedSentimentDetectionJobCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeTargetedSentimentDetectionJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeTargetedSentimentDetectionJobCommandInput
21
+ input: DescribeTargetedSentimentDetectionJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeTargetedSentimentDetectionJobCommandInput,
26
24
  DescribeTargetedSentimentDetectionJobCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeTopicsDetectionJobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeTopicsDetectionJobCommandInput
8
- extends DescribeTopicsDetectionJobRequest {}
7
+ export interface DescribeTopicsDetectionJobCommandInput extends DescribeTopicsDetectionJobRequest {}
9
8
  export interface DescribeTopicsDetectionJobCommandOutput
10
- extends DescribeTopicsDetectionJobResponse,
11
- __MetadataBearer {}
9
+ extends DescribeTopicsDetectionJobResponse, __MetadataBearer {}
12
10
  declare const DescribeTopicsDetectionJobCommand_base: {
13
11
  new (
14
- input: DescribeTopicsDetectionJobCommandInput
12
+ input: DescribeTopicsDetectionJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeTopicsDetectionJobCommandInput,
17
15
  DescribeTopicsDetectionJobCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeTopicsDetectionJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeTopicsDetectionJobCommandInput
21
+ input: DescribeTopicsDetectionJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeTopicsDetectionJobCommandInput,
26
24
  DescribeTopicsDetectionJobCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DetectDominantLanguageRequest,
4
- DetectDominantLanguageResponse,
5
- } from "../models/models_0";
2
+ import { DetectDominantLanguageRequest, DetectDominantLanguageResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DetectDominantLanguageCommandInput
8
- extends DetectDominantLanguageRequest {}
4
+ export interface DetectDominantLanguageCommandInput extends DetectDominantLanguageRequest {}
9
5
  export interface DetectDominantLanguageCommandOutput
10
- extends DetectDominantLanguageResponse,
11
- __MetadataBearer {}
6
+ extends DetectDominantLanguageResponse, __MetadataBearer {}
12
7
  declare const DetectDominantLanguageCommand_base: {
13
8
  new (
14
- input: DetectDominantLanguageCommandInput
9
+ input: DetectDominantLanguageCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DetectDominantLanguageCommandInput,
17
12
  DetectDominantLanguageCommandOutput,
@@ -20,7 +15,7 @@ declare const DetectDominantLanguageCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DetectDominantLanguageCommandInput
18
+ input: DetectDominantLanguageCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DetectDominantLanguageCommandInput,
26
21
  DetectDominantLanguageCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DetectEntitiesRequest,
4
- DetectEntitiesResponse,
5
- } from "../models/models_0";
2
+ import { DetectEntitiesRequest, DetectEntitiesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
8
- export interface DetectEntitiesCommandOutput
9
- extends DetectEntitiesResponse,
10
- __MetadataBearer {}
5
+ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __MetadataBearer {}
11
6
  declare const DetectEntitiesCommand_base: {
12
7
  new (
13
- input: DetectEntitiesCommandInput
8
+ input: DetectEntitiesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DetectEntitiesCommandInput,
16
11
  DetectEntitiesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DetectKeyPhrasesRequest,
4
- DetectKeyPhrasesResponse,
5
- } from "../models/models_0";
2
+ import { DetectKeyPhrasesRequest, DetectKeyPhrasesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DetectKeyPhrasesCommandInput extends DetectKeyPhrasesRequest {}
8
- export interface DetectKeyPhrasesCommandOutput
9
- extends DetectKeyPhrasesResponse,
10
- __MetadataBearer {}
5
+ export interface DetectKeyPhrasesCommandOutput extends DetectKeyPhrasesResponse, __MetadataBearer {}
11
6
  declare const DetectKeyPhrasesCommand_base: {
12
7
  new (
13
- input: DetectKeyPhrasesCommandInput
8
+ input: DetectKeyPhrasesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DetectKeyPhrasesCommandInput,
16
11
  DetectKeyPhrasesCommandOutput,
@@ -19,7 +14,7 @@ declare const DetectKeyPhrasesCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DetectKeyPhrasesCommandInput
17
+ input: DetectKeyPhrasesCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DetectKeyPhrasesCommandInput,
25
20
  DetectKeyPhrasesCommandOutput,