@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,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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ LexModelsV2ClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LexModelsV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateBotAliasRequest, UpdateBotAliasResponse } from "../models/models_0";
5
- export interface UpdateBotAliasCommandInput extends UpdateBotAliasRequest {
6
- }
7
- export interface UpdateBotAliasCommandOutput extends UpdateBotAliasResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBotAliasCommand extends $Command<UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateBotAliasCommandInput;
12
- constructor(input: UpdateBotAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput>;
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
+ UpdateBotAliasRequest,
15
+ UpdateBotAliasResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateBotAliasCommandInput extends UpdateBotAliasRequest {}
18
+ export interface UpdateBotAliasCommandOutput
19
+ extends UpdateBotAliasResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateBotAliasCommand extends $Command<
22
+ UpdateBotAliasCommandInput,
23
+ UpdateBotAliasCommandOutput,
24
+ LexModelsV2ClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateBotAliasCommandInput;
27
+ constructor(input: UpdateBotAliasCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LexModelsV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput>;
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 { UpdateBotRequest, UpdateBotResponse } from "../models/models_0";
5
- export interface UpdateBotCommandInput extends UpdateBotRequest {
6
- }
7
- export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBotCommand extends $Command<UpdateBotCommandInput, UpdateBotCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateBotCommandInput;
12
- constructor(input: UpdateBotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotCommandInput, UpdateBotCommandOutput>;
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 { UpdateBotRequest, UpdateBotResponse } from "../models/models_0";
14
+ export interface UpdateBotCommandInput extends UpdateBotRequest {}
15
+ export interface UpdateBotCommandOutput
16
+ extends UpdateBotResponse,
17
+ __MetadataBearer {}
18
+ export declare class UpdateBotCommand extends $Command<
19
+ UpdateBotCommandInput,
20
+ UpdateBotCommandOutput,
21
+ LexModelsV2ClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateBotCommandInput;
24
+ constructor(input: UpdateBotCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LexModelsV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateBotCommandInput, UpdateBotCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { UpdateBotLocaleRequest, UpdateBotLocaleResponse } from "../models/models_0";
5
- export interface UpdateBotLocaleCommandInput extends UpdateBotLocaleRequest {
6
- }
7
- export interface UpdateBotLocaleCommandOutput extends UpdateBotLocaleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBotLocaleCommand extends $Command<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateBotLocaleCommandInput;
12
- constructor(input: UpdateBotLocaleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput>;
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
+ UpdateBotLocaleRequest,
15
+ UpdateBotLocaleResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateBotLocaleCommandInput extends UpdateBotLocaleRequest {}
18
+ export interface UpdateBotLocaleCommandOutput
19
+ extends UpdateBotLocaleResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateBotLocaleCommand extends $Command<
22
+ UpdateBotLocaleCommandInput,
23
+ UpdateBotLocaleCommandOutput,
24
+ LexModelsV2ClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateBotLocaleCommandInput;
27
+ constructor(input: UpdateBotLocaleCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LexModelsV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput>;
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 { UpdateBotRecommendationRequest, UpdateBotRecommendationResponse } from "../models/models_0";
5
- export interface UpdateBotRecommendationCommandInput extends UpdateBotRecommendationRequest {
6
- }
7
- export interface UpdateBotRecommendationCommandOutput extends UpdateBotRecommendationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBotRecommendationCommand extends $Command<UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateBotRecommendationCommandInput;
12
- constructor(input: UpdateBotRecommendationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput>;
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
+ UpdateBotRecommendationRequest,
15
+ UpdateBotRecommendationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateBotRecommendationCommandInput
18
+ extends UpdateBotRecommendationRequest {}
19
+ export interface UpdateBotRecommendationCommandOutput
20
+ extends UpdateBotRecommendationResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateBotRecommendationCommand extends $Command<
23
+ UpdateBotRecommendationCommandInput,
24
+ UpdateBotRecommendationCommandOutput,
25
+ LexModelsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateBotRecommendationCommandInput;
28
+ constructor(input: UpdateBotRecommendationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LexModelsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateBotRecommendationCommandInput,
35
+ UpdateBotRecommendationCommandOutput
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 { UpdateExportRequest, UpdateExportResponse } from "../models/models_0";
5
- export interface UpdateExportCommandInput extends UpdateExportRequest {
6
- }
7
- export interface UpdateExportCommandOutput extends UpdateExportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateExportCommand extends $Command<UpdateExportCommandInput, UpdateExportCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateExportCommandInput;
12
- constructor(input: UpdateExportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExportCommandInput, UpdateExportCommandOutput>;
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 { UpdateExportRequest, UpdateExportResponse } from "../models/models_0";
14
+ export interface UpdateExportCommandInput extends UpdateExportRequest {}
15
+ export interface UpdateExportCommandOutput
16
+ extends UpdateExportResponse,
17
+ __MetadataBearer {}
18
+ export declare class UpdateExportCommand extends $Command<
19
+ UpdateExportCommandInput,
20
+ UpdateExportCommandOutput,
21
+ LexModelsV2ClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateExportCommandInput;
24
+ constructor(input: UpdateExportCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LexModelsV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateExportCommandInput, UpdateExportCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_1";
5
- export interface UpdateIntentCommandInput extends UpdateIntentRequest {
6
- }
7
- export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateIntentCommand extends $Command<UpdateIntentCommandInput, UpdateIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateIntentCommandInput;
12
- constructor(input: UpdateIntentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIntentCommandInput, UpdateIntentCommandOutput>;
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 { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_1";
14
+ export interface UpdateIntentCommandInput extends UpdateIntentRequest {}
15
+ export interface UpdateIntentCommandOutput
16
+ extends UpdateIntentResponse,
17
+ __MetadataBearer {}
18
+ export declare class UpdateIntentCommand extends $Command<
19
+ UpdateIntentCommandInput,
20
+ UpdateIntentCommandOutput,
21
+ LexModelsV2ClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateIntentCommandInput;
24
+ constructor(input: UpdateIntentCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LexModelsV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateIntentCommandInput, UpdateIntentCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { UpdateResourcePolicyRequest, UpdateResourcePolicyResponse } from "../models/models_0";
5
- export interface UpdateResourcePolicyCommandInput extends UpdateResourcePolicyRequest {
6
- }
7
- export interface UpdateResourcePolicyCommandOutput extends UpdateResourcePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResourcePolicyCommand extends $Command<UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateResourcePolicyCommandInput;
12
- constructor(input: UpdateResourcePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput>;
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
+ UpdateResourcePolicyRequest,
15
+ UpdateResourcePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateResourcePolicyCommandInput
18
+ extends UpdateResourcePolicyRequest {}
19
+ export interface UpdateResourcePolicyCommandOutput
20
+ extends UpdateResourcePolicyResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateResourcePolicyCommand extends $Command<
23
+ UpdateResourcePolicyCommandInput,
24
+ UpdateResourcePolicyCommandOutput,
25
+ LexModelsV2ClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateResourcePolicyCommandInput;
28
+ constructor(input: UpdateResourcePolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LexModelsV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateResourcePolicyCommandInput,
35
+ UpdateResourcePolicyCommandOutput
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 { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_1";
5
- export interface UpdateSlotCommandInput extends UpdateSlotRequest {
6
- }
7
- export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSlotCommand extends $Command<UpdateSlotCommandInput, UpdateSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateSlotCommandInput;
12
- constructor(input: UpdateSlotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSlotCommandInput, UpdateSlotCommandOutput>;
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 { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_1";
14
+ export interface UpdateSlotCommandInput extends UpdateSlotRequest {}
15
+ export interface UpdateSlotCommandOutput
16
+ extends UpdateSlotResponse,
17
+ __MetadataBearer {}
18
+ export declare class UpdateSlotCommand extends $Command<
19
+ UpdateSlotCommandInput,
20
+ UpdateSlotCommandOutput,
21
+ LexModelsV2ClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateSlotCommandInput;
24
+ constructor(input: UpdateSlotCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LexModelsV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateSlotCommandInput, UpdateSlotCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { UpdateSlotTypeRequest, UpdateSlotTypeResponse } from "../models/models_0";
5
- export interface UpdateSlotTypeCommandInput extends UpdateSlotTypeRequest {
6
- }
7
- export interface UpdateSlotTypeCommandOutput extends UpdateSlotTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSlotTypeCommand extends $Command<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
11
- readonly input: UpdateSlotTypeCommandInput;
12
- constructor(input: UpdateSlotTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput>;
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
+ UpdateSlotTypeRequest,
15
+ UpdateSlotTypeResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateSlotTypeCommandInput extends UpdateSlotTypeRequest {}
18
+ export interface UpdateSlotTypeCommandOutput
19
+ extends UpdateSlotTypeResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateSlotTypeCommand extends $Command<
22
+ UpdateSlotTypeCommandInput,
23
+ UpdateSlotTypeCommandOutput,
24
+ LexModelsV2ClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateSlotTypeCommandInput;
27
+ constructor(input: UpdateSlotTypeCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LexModelsV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }