@aws-sdk/client-lex-models-v2 3.169.0 → 3.171.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 (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LexModelsV2.d.ts +1143 -340
  3. package/dist-types/ts3.4/LexModelsV2Client.d.ts +506 -140
  4. package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +30 -17
  24. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +33 -18
  38. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +33 -18
  40. package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  62. package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/index.d.ts +67 -67
  72. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  73. package/dist-types/ts3.4/index.d.ts +7 -7
  74. package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +7 -6
  75. package/dist-types/ts3.4/models/index.d.ts +2 -2
  76. package/dist-types/ts3.4/models/models_0.d.ts +2346 -3193
  77. package/dist-types/ts3.4/models/models_1.d.ts +329 -510
  78. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  79. package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  94. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +809 -203
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +11 -7
  101. package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +11 -7
  102. package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +11 -7
  103. package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +11 -7
  104. package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +11 -7
  105. package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +11 -7
  106. package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +11 -7
  107. package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +11 -7
  108. package/package.json +35 -35
@@ -1,18 +1,33 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { DescribeSlotRequest } from "../models/models_0";
5
- import { DescribeSlotResponse } from "../models/models_1";
6
- export interface DescribeSlotCommandInput extends DescribeSlotRequest {
7
- }
8
- export interface DescribeSlotCommandOutput extends DescribeSlotResponse, __MetadataBearer {
9
- }
10
-
11
- export declare class DescribeSlotCommand extends $Command<DescribeSlotCommandInput, DescribeSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
12
- readonly input: DescribeSlotCommandInput;
13
- constructor(input: DescribeSlotCommandInput);
14
-
15
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSlotCommandInput, DescribeSlotCommandOutput>;
16
- private serialize;
17
- private deserialize;
18
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import { DescribeSlotRequest } from "../models/models_0";
14
+ import { DescribeSlotResponse } from "../models/models_1";
15
+ export interface DescribeSlotCommandInput extends DescribeSlotRequest {}
16
+ export interface DescribeSlotCommandOutput
17
+ extends DescribeSlotResponse,
18
+ __MetadataBearer {}
19
+ export declare class DescribeSlotCommand extends $Command<
20
+ DescribeSlotCommandInput,
21
+ DescribeSlotCommandOutput,
22
+ LexModelsV2ClientResolvedConfig
23
+ > {
24
+ readonly input: DescribeSlotCommandInput;
25
+ constructor(input: DescribeSlotCommandInput);
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: LexModelsV2ClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DescribeSlotCommandInput, DescribeSlotCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { DescribeSlotTypeRequest, DescribeSlotTypeResponse } from "../models/models_0";
5
- export interface DescribeSlotTypeCommandInput extends DescribeSlotTypeRequest {
6
- }
7
- export interface DescribeSlotTypeCommandOutput extends DescribeSlotTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSlotTypeCommand extends $Command<DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: DescribeSlotTypeCommandInput;
12
- constructor(input: DescribeSlotTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import {
14
+ DescribeSlotTypeRequest,
15
+ DescribeSlotTypeResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeSlotTypeCommandInput extends DescribeSlotTypeRequest {}
18
+ export interface DescribeSlotTypeCommandOutput
19
+ extends DescribeSlotTypeResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeSlotTypeCommand extends $Command<
22
+ DescribeSlotTypeCommandInput,
23
+ DescribeSlotTypeCommandOutput,
24
+ LexModelsV2ClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeSlotTypeCommandInput;
27
+ constructor(input: DescribeSlotTypeCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LexModelsV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { ListAggregatedUtterancesRequest, ListAggregatedUtterancesResponse } from "../models/models_0";
5
- export interface ListAggregatedUtterancesCommandInput extends ListAggregatedUtterancesRequest {
6
- }
7
- export interface ListAggregatedUtterancesCommandOutput extends ListAggregatedUtterancesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAggregatedUtterancesCommand extends $Command<ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: ListAggregatedUtterancesCommandInput;
12
- constructor(input: ListAggregatedUtterancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import {
14
+ ListAggregatedUtterancesRequest,
15
+ ListAggregatedUtterancesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAggregatedUtterancesCommandInput
18
+ extends ListAggregatedUtterancesRequest {}
19
+ export interface ListAggregatedUtterancesCommandOutput
20
+ extends ListAggregatedUtterancesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListAggregatedUtterancesCommand extends $Command<
23
+ ListAggregatedUtterancesCommandInput,
24
+ ListAggregatedUtterancesCommandOutput,
25
+ LexModelsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListAggregatedUtterancesCommandInput;
28
+ constructor(input: ListAggregatedUtterancesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LexModelsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListAggregatedUtterancesCommandInput,
35
+ ListAggregatedUtterancesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { ListBotAliasesRequest, ListBotAliasesResponse } from "../models/models_0";
5
- export interface ListBotAliasesCommandInput extends ListBotAliasesRequest {
6
- }
7
- export interface ListBotAliasesCommandOutput extends ListBotAliasesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBotAliasesCommand extends $Command<ListBotAliasesCommandInput, ListBotAliasesCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: ListBotAliasesCommandInput;
12
- constructor(input: ListBotAliasesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotAliasesCommandInput, ListBotAliasesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import {
14
+ ListBotAliasesRequest,
15
+ ListBotAliasesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListBotAliasesCommandInput extends ListBotAliasesRequest {}
18
+ export interface ListBotAliasesCommandOutput
19
+ extends ListBotAliasesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListBotAliasesCommand extends $Command<
22
+ ListBotAliasesCommandInput,
23
+ ListBotAliasesCommandOutput,
24
+ LexModelsV2ClientResolvedConfig
25
+ > {
26
+ readonly input: ListBotAliasesCommandInput;
27
+ constructor(input: ListBotAliasesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LexModelsV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListBotAliasesCommandInput, ListBotAliasesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { ListBotLocalesRequest, ListBotLocalesResponse } from "../models/models_0";
5
- export interface ListBotLocalesCommandInput extends ListBotLocalesRequest {
6
- }
7
- export interface ListBotLocalesCommandOutput extends ListBotLocalesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBotLocalesCommand extends $Command<ListBotLocalesCommandInput, ListBotLocalesCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: ListBotLocalesCommandInput;
12
- constructor(input: ListBotLocalesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotLocalesCommandInput, ListBotLocalesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import {
14
+ ListBotLocalesRequest,
15
+ ListBotLocalesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListBotLocalesCommandInput extends ListBotLocalesRequest {}
18
+ export interface ListBotLocalesCommandOutput
19
+ extends ListBotLocalesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListBotLocalesCommand extends $Command<
22
+ ListBotLocalesCommandInput,
23
+ ListBotLocalesCommandOutput,
24
+ LexModelsV2ClientResolvedConfig
25
+ > {
26
+ readonly input: ListBotLocalesCommandInput;
27
+ constructor(input: ListBotLocalesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LexModelsV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListBotLocalesCommandInput, ListBotLocalesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { ListBotRecommendationsRequest, ListBotRecommendationsResponse } from "../models/models_0";
5
- export interface ListBotRecommendationsCommandInput extends ListBotRecommendationsRequest {
6
- }
7
- export interface ListBotRecommendationsCommandOutput extends ListBotRecommendationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBotRecommendationsCommand extends $Command<ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: ListBotRecommendationsCommandInput;
12
- constructor(input: ListBotRecommendationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import {
14
+ ListBotRecommendationsRequest,
15
+ ListBotRecommendationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListBotRecommendationsCommandInput
18
+ extends ListBotRecommendationsRequest {}
19
+ export interface ListBotRecommendationsCommandOutput
20
+ extends ListBotRecommendationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListBotRecommendationsCommand extends $Command<
23
+ ListBotRecommendationsCommandInput,
24
+ ListBotRecommendationsCommandOutput,
25
+ LexModelsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListBotRecommendationsCommandInput;
28
+ constructor(input: ListBotRecommendationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LexModelsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListBotRecommendationsCommandInput,
35
+ ListBotRecommendationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { ListBotVersionsRequest, ListBotVersionsResponse } from "../models/models_0";
5
- export interface ListBotVersionsCommandInput extends ListBotVersionsRequest {
6
- }
7
- export interface ListBotVersionsCommandOutput extends ListBotVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBotVersionsCommand extends $Command<ListBotVersionsCommandInput, ListBotVersionsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: ListBotVersionsCommandInput;
12
- constructor(input: ListBotVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotVersionsCommandInput, ListBotVersionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import {
14
+ ListBotVersionsRequest,
15
+ ListBotVersionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListBotVersionsCommandInput extends ListBotVersionsRequest {}
18
+ export interface ListBotVersionsCommandOutput
19
+ extends ListBotVersionsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListBotVersionsCommand extends $Command<
22
+ ListBotVersionsCommandInput,
23
+ ListBotVersionsCommandOutput,
24
+ LexModelsV2ClientResolvedConfig
25
+ > {
26
+ readonly input: ListBotVersionsCommandInput;
27
+ constructor(input: ListBotVersionsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LexModelsV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListBotVersionsCommandInput, ListBotVersionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { ListBotsRequest, ListBotsResponse } from "../models/models_0";
5
- export interface ListBotsCommandInput extends ListBotsRequest {
6
- }
7
- export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: ListBotsCommandInput;
12
- constructor(input: ListBotsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBotsCommandInput, ListBotsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import { ListBotsRequest, ListBotsResponse } from "../models/models_0";
14
+ export interface ListBotsCommandInput extends ListBotsRequest {}
15
+ export interface ListBotsCommandOutput
16
+ extends ListBotsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListBotsCommand extends $Command<
19
+ ListBotsCommandInput,
20
+ ListBotsCommandOutput,
21
+ LexModelsV2ClientResolvedConfig
22
+ > {
23
+ readonly input: ListBotsCommandInput;
24
+ constructor(input: ListBotsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LexModelsV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListBotsCommandInput, ListBotsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { ListBuiltInIntentsRequest, ListBuiltInIntentsResponse } from "../models/models_0";
5
- export interface ListBuiltInIntentsCommandInput extends ListBuiltInIntentsRequest {
6
- }
7
- export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBuiltInIntentsCommand extends $Command<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: ListBuiltInIntentsCommandInput;
12
- constructor(input: ListBuiltInIntentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import {
14
+ ListBuiltInIntentsRequest,
15
+ ListBuiltInIntentsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListBuiltInIntentsCommandInput
18
+ extends ListBuiltInIntentsRequest {}
19
+ export interface ListBuiltInIntentsCommandOutput
20
+ extends ListBuiltInIntentsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListBuiltInIntentsCommand extends $Command<
23
+ ListBuiltInIntentsCommandInput,
24
+ ListBuiltInIntentsCommandOutput,
25
+ LexModelsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListBuiltInIntentsCommandInput;
28
+ constructor(input: ListBuiltInIntentsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LexModelsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { ListBuiltInSlotTypesRequest, ListBuiltInSlotTypesResponse } from "../models/models_0";
5
- export interface ListBuiltInSlotTypesCommandInput extends ListBuiltInSlotTypesRequest {
6
- }
7
- export interface ListBuiltInSlotTypesCommandOutput extends ListBuiltInSlotTypesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListBuiltInSlotTypesCommand extends $Command<ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: ListBuiltInSlotTypesCommandInput;
12
- constructor(input: ListBuiltInSlotTypesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import {
14
+ ListBuiltInSlotTypesRequest,
15
+ ListBuiltInSlotTypesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListBuiltInSlotTypesCommandInput
18
+ extends ListBuiltInSlotTypesRequest {}
19
+ export interface ListBuiltInSlotTypesCommandOutput
20
+ extends ListBuiltInSlotTypesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListBuiltInSlotTypesCommand extends $Command<
23
+ ListBuiltInSlotTypesCommandInput,
24
+ ListBuiltInSlotTypesCommandOutput,
25
+ LexModelsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListBuiltInSlotTypesCommandInput;
28
+ constructor(input: ListBuiltInSlotTypesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LexModelsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListBuiltInSlotTypesCommandInput,
35
+ ListBuiltInSlotTypesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
4
- import { ListExportsRequest, ListExportsResponse } from "../models/models_0";
5
- export interface ListExportsCommandInput extends ListExportsRequest {
6
- }
7
- export interface ListExportsCommandOutput extends ListExportsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListExportsCommand extends $Command<ListExportsCommandInput, ListExportsCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: ListExportsCommandInput;
12
- constructor(input: ListExportsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExportsCommandInput, ListExportsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LexModelsV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LexModelsV2Client";
13
+ import { ListExportsRequest, ListExportsResponse } from "../models/models_0";
14
+ export interface ListExportsCommandInput extends ListExportsRequest {}
15
+ export interface ListExportsCommandOutput
16
+ extends ListExportsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListExportsCommand extends $Command<
19
+ ListExportsCommandInput,
20
+ ListExportsCommandOutput,
21
+ LexModelsV2ClientResolvedConfig
22
+ > {
23
+ readonly input: ListExportsCommandInput;
24
+ constructor(input: ListExportsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LexModelsV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListExportsCommandInput, ListExportsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }