@aws-sdk/client-comprehend 3.1087.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 +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -204,10 +201,7 @@ import {
204
201
  DetectToxicContentCommandInput,
205
202
  DetectToxicContentCommandOutput,
206
203
  } from "./commands/DetectToxicContentCommand";
207
- import {
208
- ImportModelCommandInput,
209
- ImportModelCommandOutput,
210
- } from "./commands/ImportModelCommand";
204
+ import { ImportModelCommandInput, ImportModelCommandOutput } from "./commands/ImportModelCommand";
211
205
  import {
212
206
  ListDatasetsCommandInput,
213
207
  ListDatasetsCommandOutput,
@@ -360,10 +354,7 @@ import {
360
354
  StopTrainingEntityRecognizerCommandInput,
361
355
  StopTrainingEntityRecognizerCommandOutput,
362
356
  } from "./commands/StopTrainingEntityRecognizerCommand";
363
- import {
364
- TagResourceCommandInput,
365
- TagResourceCommandOutput,
366
- } from "./commands/TagResourceCommand";
357
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
367
358
  import {
368
359
  UntagResourceCommandInput,
369
360
  UntagResourceCommandOutput,
@@ -555,8 +546,7 @@ export type ServiceOutputTypes =
555
546
  | UntagResourceCommandOutput
556
547
  | UpdateEndpointCommandOutput
557
548
  | UpdateFlywheelCommandOutput;
558
- export interface ClientDefaults
559
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
549
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
560
550
  requestHandler?: __HttpHandlerUserInput;
561
551
  sha256?: __ChecksumConstructor | __HashConstructor;
562
552
  urlParser?: __UrlParser;
@@ -581,9 +571,7 @@ export interface ClientDefaults
581
571
  extensions?: RuntimeExtension[];
582
572
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
583
573
  }
584
- export type ComprehendClientConfigType = Partial<
585
- __SmithyConfiguration<__HttpHandlerOptions>
586
- > &
574
+ export type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
587
575
  ClientDefaults &
588
576
  UserAgentInputConfig &
589
577
  RetryInputConfig &
@@ -604,8 +592,7 @@ export type ComprehendClientResolvedConfigType =
604
592
  EndpointResolvedConfig<EndpointParameters> &
605
593
  HttpAuthSchemeResolvedConfig &
606
594
  ClientResolvedEndpointParameters;
607
- export interface ComprehendClientResolvedConfig
608
- extends ComprehendClientResolvedConfigType {}
595
+ export interface ComprehendClientResolvedConfig extends ComprehendClientResolvedConfigType {}
609
596
  export declare class ComprehendClient extends __Client<
610
597
  __HttpHandlerOptions,
611
598
  ServiceInputTypes,
@@ -613,8 +600,6 @@ export declare class ComprehendClient extends __Client<
613
600
  ComprehendClientResolvedConfig
614
601
  > {
615
602
  readonly config: ComprehendClientResolvedConfig;
616
- constructor(
617
- ...[configuration]: __CheckOptionalClientConfig<ComprehendClientConfig>
618
- );
603
+ constructor(...[configuration]: __CheckOptionalClientConfig<ComprehendClientConfig>);
619
604
  destroy(): void;
620
605
  }
@@ -7,17 +7,10 @@ import { ComprehendHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: ComprehendHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: ComprehendHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): ComprehendHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { ComprehendClientResolvedConfig } from "../ComprehendClient";
15
- export interface ComprehendHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface ComprehendHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface ComprehendHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- ComprehendClientResolvedConfig,
22
- HandlerExecutionContext,
23
- ComprehendHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface ComprehendHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ ComprehendClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ ComprehendHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultComprehendHttpAuthSchemeParametersProvider: (
27
25
  config: ComprehendClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<ComprehendHttpAuthSchemeParameters>;
31
- export interface ComprehendHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<ComprehendHttpAuthSchemeParameters> {}
29
+ export interface ComprehendHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ComprehendHttpAuthSchemeParameters> {}
33
30
  export declare const defaultComprehendHttpAuthSchemeProvider: ComprehendHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: ComprehendHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: ComprehendHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./ComprehendClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  ComprehendClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -4,14 +4,12 @@ import {
4
4
  BatchDetectDominantLanguageResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchDetectDominantLanguageCommandInput
8
- extends BatchDetectDominantLanguageRequest {}
7
+ export interface BatchDetectDominantLanguageCommandInput extends BatchDetectDominantLanguageRequest {}
9
8
  export interface BatchDetectDominantLanguageCommandOutput
10
- extends BatchDetectDominantLanguageResponse,
11
- __MetadataBearer {}
9
+ extends BatchDetectDominantLanguageResponse, __MetadataBearer {}
12
10
  declare const BatchDetectDominantLanguageCommand_base: {
13
11
  new (
14
- input: BatchDetectDominantLanguageCommandInput
12
+ input: BatchDetectDominantLanguageCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchDetectDominantLanguageCommandInput,
17
15
  BatchDetectDominantLanguageCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchDetectDominantLanguageCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchDetectDominantLanguageCommandInput
21
+ input: BatchDetectDominantLanguageCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchDetectDominantLanguageCommandInput,
26
24
  BatchDetectDominantLanguageCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDetectEntitiesRequest,
4
- BatchDetectEntitiesResponse,
5
- } from "../models/models_0";
2
+ import { BatchDetectEntitiesRequest, BatchDetectEntitiesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchDetectEntitiesCommandInput
8
- extends BatchDetectEntitiesRequest {}
4
+ export interface BatchDetectEntitiesCommandInput extends BatchDetectEntitiesRequest {}
9
5
  export interface BatchDetectEntitiesCommandOutput
10
- extends BatchDetectEntitiesResponse,
11
- __MetadataBearer {}
6
+ extends BatchDetectEntitiesResponse, __MetadataBearer {}
12
7
  declare const BatchDetectEntitiesCommand_base: {
13
8
  new (
14
- input: BatchDetectEntitiesCommandInput
9
+ input: BatchDetectEntitiesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchDetectEntitiesCommandInput,
17
12
  BatchDetectEntitiesCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchDetectEntitiesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchDetectEntitiesCommandInput
18
+ input: BatchDetectEntitiesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchDetectEntitiesCommandInput,
26
21
  BatchDetectEntitiesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDetectKeyPhrasesRequest,
4
- BatchDetectKeyPhrasesResponse,
5
- } from "../models/models_0";
2
+ import { BatchDetectKeyPhrasesRequest, BatchDetectKeyPhrasesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchDetectKeyPhrasesCommandInput
8
- extends BatchDetectKeyPhrasesRequest {}
4
+ export interface BatchDetectKeyPhrasesCommandInput extends BatchDetectKeyPhrasesRequest {}
9
5
  export interface BatchDetectKeyPhrasesCommandOutput
10
- extends BatchDetectKeyPhrasesResponse,
11
- __MetadataBearer {}
6
+ extends BatchDetectKeyPhrasesResponse, __MetadataBearer {}
12
7
  declare const BatchDetectKeyPhrasesCommand_base: {
13
8
  new (
14
- input: BatchDetectKeyPhrasesCommandInput
9
+ input: BatchDetectKeyPhrasesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchDetectKeyPhrasesCommandInput,
17
12
  BatchDetectKeyPhrasesCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchDetectKeyPhrasesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchDetectKeyPhrasesCommandInput
18
+ input: BatchDetectKeyPhrasesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchDetectKeyPhrasesCommandInput,
26
21
  BatchDetectKeyPhrasesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDetectSentimentRequest,
4
- BatchDetectSentimentResponse,
5
- } from "../models/models_0";
2
+ import { BatchDetectSentimentRequest, BatchDetectSentimentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchDetectSentimentCommandInput
8
- extends BatchDetectSentimentRequest {}
4
+ export interface BatchDetectSentimentCommandInput extends BatchDetectSentimentRequest {}
9
5
  export interface BatchDetectSentimentCommandOutput
10
- extends BatchDetectSentimentResponse,
11
- __MetadataBearer {}
6
+ extends BatchDetectSentimentResponse, __MetadataBearer {}
12
7
  declare const BatchDetectSentimentCommand_base: {
13
8
  new (
14
- input: BatchDetectSentimentCommandInput
9
+ input: BatchDetectSentimentCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchDetectSentimentCommandInput,
17
12
  BatchDetectSentimentCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchDetectSentimentCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchDetectSentimentCommandInput
18
+ input: BatchDetectSentimentCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchDetectSentimentCommandInput,
26
21
  BatchDetectSentimentCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDetectSyntaxRequest,
4
- BatchDetectSyntaxResponse,
5
- } from "../models/models_0";
2
+ import { BatchDetectSyntaxRequest, BatchDetectSyntaxResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchDetectSyntaxCommandInput
8
- extends BatchDetectSyntaxRequest {}
4
+ export interface BatchDetectSyntaxCommandInput extends BatchDetectSyntaxRequest {}
9
5
  export interface BatchDetectSyntaxCommandOutput
10
- extends BatchDetectSyntaxResponse,
11
- __MetadataBearer {}
6
+ extends BatchDetectSyntaxResponse, __MetadataBearer {}
12
7
  declare const BatchDetectSyntaxCommand_base: {
13
8
  new (
14
- input: BatchDetectSyntaxCommandInput
9
+ input: BatchDetectSyntaxCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchDetectSyntaxCommandInput,
17
12
  BatchDetectSyntaxCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchDetectSyntaxCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchDetectSyntaxCommandInput
18
+ input: BatchDetectSyntaxCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchDetectSyntaxCommandInput,
26
21
  BatchDetectSyntaxCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchDetectTargetedSentimentResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchDetectTargetedSentimentCommandInput
8
- extends BatchDetectTargetedSentimentRequest {}
7
+ export interface BatchDetectTargetedSentimentCommandInput extends BatchDetectTargetedSentimentRequest {}
9
8
  export interface BatchDetectTargetedSentimentCommandOutput
10
- extends BatchDetectTargetedSentimentResponse,
11
- __MetadataBearer {}
9
+ extends BatchDetectTargetedSentimentResponse, __MetadataBearer {}
12
10
  declare const BatchDetectTargetedSentimentCommand_base: {
13
11
  new (
14
- input: BatchDetectTargetedSentimentCommandInput
12
+ input: BatchDetectTargetedSentimentCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchDetectTargetedSentimentCommandInput,
17
15
  BatchDetectTargetedSentimentCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchDetectTargetedSentimentCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchDetectTargetedSentimentCommandInput
21
+ input: BatchDetectTargetedSentimentCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchDetectTargetedSentimentCommandInput,
26
24
  BatchDetectTargetedSentimentCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ClassifyDocumentRequest,
4
- ClassifyDocumentResponse,
5
- } from "../models/models_0";
2
+ import { ClassifyDocumentRequest, ClassifyDocumentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ClassifyDocumentCommandInput extends ClassifyDocumentRequest {}
8
- export interface ClassifyDocumentCommandOutput
9
- extends ClassifyDocumentResponse,
10
- __MetadataBearer {}
5
+ export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse, __MetadataBearer {}
11
6
  declare const ClassifyDocumentCommand_base: {
12
7
  new (
13
- input: ClassifyDocumentCommandInput
8
+ input: ClassifyDocumentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ClassifyDocumentCommandInput,
16
11
  ClassifyDocumentCommandOutput,
@@ -19,7 +14,7 @@ declare const ClassifyDocumentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ClassifyDocumentCommandInput
17
+ input: ClassifyDocumentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ClassifyDocumentCommandInput,
25
20
  ClassifyDocumentCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ContainsPiiEntitiesRequest,
4
- ContainsPiiEntitiesResponse,
5
- } from "../models/models_0";
2
+ import { ContainsPiiEntitiesRequest, ContainsPiiEntitiesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ContainsPiiEntitiesCommandInput
8
- extends ContainsPiiEntitiesRequest {}
4
+ export interface ContainsPiiEntitiesCommandInput extends ContainsPiiEntitiesRequest {}
9
5
  export interface ContainsPiiEntitiesCommandOutput
10
- extends ContainsPiiEntitiesResponse,
11
- __MetadataBearer {}
6
+ extends ContainsPiiEntitiesResponse, __MetadataBearer {}
12
7
  declare const ContainsPiiEntitiesCommand_base: {
13
8
  new (
14
- input: ContainsPiiEntitiesCommandInput
9
+ input: ContainsPiiEntitiesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ContainsPiiEntitiesCommandInput,
17
12
  ContainsPiiEntitiesCommandOutput,
@@ -20,7 +15,7 @@ declare const ContainsPiiEntitiesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ContainsPiiEntitiesCommandInput
18
+ input: ContainsPiiEntitiesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ContainsPiiEntitiesCommandInput,
26
21
  ContainsPiiEntitiesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDatasetRequest,
4
- CreateDatasetResponse,
5
- } from "../models/models_0";
2
+ import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
8
- export interface CreateDatasetCommandOutput
9
- extends CreateDatasetResponse,
10
- __MetadataBearer {}
5
+ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {}
11
6
  declare const CreateDatasetCommand_base: {
12
7
  new (
13
- input: CreateDatasetCommandInput
8
+ input: CreateDatasetCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDatasetCommandInput,
16
11
  CreateDatasetCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDatasetCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDatasetCommandInput
17
+ input: CreateDatasetCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDatasetCommandInput,
25
20
  CreateDatasetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateDocumentClassifierResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateDocumentClassifierCommandInput
8
- extends CreateDocumentClassifierRequest {}
7
+ export interface CreateDocumentClassifierCommandInput extends CreateDocumentClassifierRequest {}
9
8
  export interface CreateDocumentClassifierCommandOutput
10
- extends CreateDocumentClassifierResponse,
11
- __MetadataBearer {}
9
+ extends CreateDocumentClassifierResponse, __MetadataBearer {}
12
10
  declare const CreateDocumentClassifierCommand_base: {
13
11
  new (
14
- input: CreateDocumentClassifierCommandInput
12
+ input: CreateDocumentClassifierCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateDocumentClassifierCommandInput,
17
15
  CreateDocumentClassifierCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateDocumentClassifierCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateDocumentClassifierCommandInput
21
+ input: CreateDocumentClassifierCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateDocumentClassifierCommandInput,
26
24
  CreateDocumentClassifierCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateEndpointRequest,
4
- CreateEndpointResponse,
5
- } from "../models/models_0";
2
+ import { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateEndpointCommandInput extends CreateEndpointRequest {}
8
- export interface CreateEndpointCommandOutput
9
- extends CreateEndpointResponse,
10
- __MetadataBearer {}
5
+ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __MetadataBearer {}
11
6
  declare const CreateEndpointCommand_base: {
12
7
  new (
13
- input: CreateEndpointCommandInput
8
+ input: CreateEndpointCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateEndpointCommandInput,
16
11
  CreateEndpointCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateEndpointCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateEndpointCommandInput
17
+ input: CreateEndpointCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateEndpointCommandInput,
25
20
  CreateEndpointCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateEntityRecognizerRequest,
4
- CreateEntityRecognizerResponse,
5
- } from "../models/models_0";
2
+ import { CreateEntityRecognizerRequest, CreateEntityRecognizerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateEntityRecognizerCommandInput
8
- extends CreateEntityRecognizerRequest {}
4
+ export interface CreateEntityRecognizerCommandInput extends CreateEntityRecognizerRequest {}
9
5
  export interface CreateEntityRecognizerCommandOutput
10
- extends CreateEntityRecognizerResponse,
11
- __MetadataBearer {}
6
+ extends CreateEntityRecognizerResponse, __MetadataBearer {}
12
7
  declare const CreateEntityRecognizerCommand_base: {
13
8
  new (
14
- input: CreateEntityRecognizerCommandInput
9
+ input: CreateEntityRecognizerCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateEntityRecognizerCommandInput,
17
12
  CreateEntityRecognizerCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateEntityRecognizerCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateEntityRecognizerCommandInput
18
+ input: CreateEntityRecognizerCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateEntityRecognizerCommandInput,
26
21
  CreateEntityRecognizerCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateFlywheelRequest,
4
- CreateFlywheelResponse,
5
- } from "../models/models_0";
2
+ import { CreateFlywheelRequest, CreateFlywheelResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateFlywheelCommandInput extends CreateFlywheelRequest {}
8
- export interface CreateFlywheelCommandOutput
9
- extends CreateFlywheelResponse,
10
- __MetadataBearer {}
5
+ export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __MetadataBearer {}
11
6
  declare const CreateFlywheelCommand_base: {
12
7
  new (
13
- input: CreateFlywheelCommandInput
8
+ input: CreateFlywheelCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateFlywheelCommandInput,
16
11
  CreateFlywheelCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateFlywheelCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateFlywheelCommandInput
17
+ input: CreateFlywheelCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateFlywheelCommandInput,
25
20
  CreateFlywheelCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteDocumentClassifierResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteDocumentClassifierCommandInput
8
- extends DeleteDocumentClassifierRequest {}
7
+ export interface DeleteDocumentClassifierCommandInput extends DeleteDocumentClassifierRequest {}
9
8
  export interface DeleteDocumentClassifierCommandOutput
10
- extends DeleteDocumentClassifierResponse,
11
- __MetadataBearer {}
9
+ extends DeleteDocumentClassifierResponse, __MetadataBearer {}
12
10
  declare const DeleteDocumentClassifierCommand_base: {
13
11
  new (
14
- input: DeleteDocumentClassifierCommandInput
12
+ input: DeleteDocumentClassifierCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteDocumentClassifierCommandInput,
17
15
  DeleteDocumentClassifierCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteDocumentClassifierCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteDocumentClassifierCommandInput
21
+ input: DeleteDocumentClassifierCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteDocumentClassifierCommandInput,
26
24
  DeleteDocumentClassifierCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteEndpointRequest,
4
- DeleteEndpointResponse,
5
- } from "../models/models_0";
2
+ import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {}
8
- export interface DeleteEndpointCommandOutput
9
- extends DeleteEndpointResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __MetadataBearer {}
11
6
  declare const DeleteEndpointCommand_base: {
12
7
  new (
13
- input: DeleteEndpointCommandInput
8
+ input: DeleteEndpointCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteEndpointCommandInput,
16
11
  DeleteEndpointCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteEndpointCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteEndpointCommandInput
17
+ input: DeleteEndpointCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteEndpointCommandInput,
25
20
  DeleteEndpointCommandOutput,