@aws-sdk/client-lex-models-v2 3.279.0 → 3.281.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 (73) hide show
  1. package/README.md +571 -0
  2. package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +6 -0
  5. package/dist-types/commands/BuildBotLocaleCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateBotAliasCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateBotCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateBotLocaleCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateBotVersionCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateExportCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateIntentCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateResourcePolicyCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateSlotCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateSlotTypeCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateUploadUrlCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteBotAliasCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteBotCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteBotLocaleCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteBotVersionCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteExportCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteImportCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteIntentCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteSlotCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteUtterancesCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeBotAliasCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeBotCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeBotLocaleCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeBotVersionCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeExportCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeImportCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeIntentCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeSlotCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeSlotTypeCommand.d.ts +6 -0
  42. package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +6 -0
  43. package/dist-types/commands/ListBotAliasesCommand.d.ts +6 -0
  44. package/dist-types/commands/ListBotLocalesCommand.d.ts +6 -0
  45. package/dist-types/commands/ListBotRecommendationsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListBotVersionsCommand.d.ts +6 -0
  47. package/dist-types/commands/ListBotsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +6 -0
  50. package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListExportsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListImportsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListIntentsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListSlotTypesCommand.d.ts +6 -0
  56. package/dist-types/commands/ListSlotsCommand.d.ts +6 -0
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  58. package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +6 -0
  59. package/dist-types/commands/StartBotRecommendationCommand.d.ts +6 -0
  60. package/dist-types/commands/StartImportCommand.d.ts +6 -0
  61. package/dist-types/commands/StopBotRecommendationCommand.d.ts +6 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateBotAliasCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateBotCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateBotLocaleCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateExportCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateIntentCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateSlotCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateSlotTypeCommand.d.ts +6 -0
  73. package/package.json +3 -3
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListBotLocalesRequest, ListBotLocalesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBotLocalesCommand}.
8
+ */
6
9
  export interface ListBotLocalesCommandInput extends ListBotLocalesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBotLocalesCommand}.
13
+ */
8
14
  export interface ListBotLocalesCommandOutput extends ListBotLocalesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListBotRecommendationsRequest, ListBotRecommendationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBotRecommendationsCommand}.
8
+ */
6
9
  export interface ListBotRecommendationsCommandInput extends ListBotRecommendationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBotRecommendationsCommand}.
13
+ */
8
14
  export interface ListBotRecommendationsCommandOutput extends ListBotRecommendationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListBotVersionsRequest, ListBotVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBotVersionsCommand}.
8
+ */
6
9
  export interface ListBotVersionsCommandInput extends ListBotVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBotVersionsCommand}.
13
+ */
8
14
  export interface ListBotVersionsCommandOutput extends ListBotVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListBotsRequest, ListBotsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBotsCommand}.
8
+ */
6
9
  export interface ListBotsCommandInput extends ListBotsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBotsCommand}.
13
+ */
8
14
  export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListBuiltInIntentsRequest, ListBuiltInIntentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBuiltInIntentsCommand}.
8
+ */
6
9
  export interface ListBuiltInIntentsCommandInput extends ListBuiltInIntentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBuiltInIntentsCommand}.
13
+ */
8
14
  export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListBuiltInSlotTypesRequest, ListBuiltInSlotTypesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBuiltInSlotTypesCommand}.
8
+ */
6
9
  export interface ListBuiltInSlotTypesCommandInput extends ListBuiltInSlotTypesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBuiltInSlotTypesCommand}.
13
+ */
8
14
  export interface ListBuiltInSlotTypesCommandOutput extends ListBuiltInSlotTypesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListCustomVocabularyItemsRequest, ListCustomVocabularyItemsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCustomVocabularyItemsCommand}.
8
+ */
6
9
  export interface ListCustomVocabularyItemsCommandInput extends ListCustomVocabularyItemsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCustomVocabularyItemsCommand}.
13
+ */
8
14
  export interface ListCustomVocabularyItemsCommandOutput extends ListCustomVocabularyItemsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListExportsRequest, ListExportsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListExportsCommand}.
8
+ */
6
9
  export interface ListExportsCommandInput extends ListExportsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListExportsCommand}.
13
+ */
8
14
  export interface ListExportsCommandOutput extends ListExportsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListImportsRequest, ListImportsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListImportsCommand}.
8
+ */
6
9
  export interface ListImportsCommandInput extends ListImportsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListImportsCommand}.
13
+ */
8
14
  export interface ListImportsCommandOutput extends ListImportsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListIntentsRequest, ListIntentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListIntentsCommand}.
8
+ */
6
9
  export interface ListIntentsCommandInput extends ListIntentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListIntentsCommand}.
13
+ */
8
14
  export interface ListIntentsCommandOutput extends ListIntentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListRecommendedIntentsRequest, ListRecommendedIntentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListRecommendedIntentsCommand}.
8
+ */
6
9
  export interface ListRecommendedIntentsCommandInput extends ListRecommendedIntentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRecommendedIntentsCommand}.
13
+ */
8
14
  export interface ListRecommendedIntentsCommandOutput extends ListRecommendedIntentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListSlotTypesRequest, ListSlotTypesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSlotTypesCommand}.
8
+ */
6
9
  export interface ListSlotTypesCommandInput extends ListSlotTypesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSlotTypesCommand}.
13
+ */
8
14
  export interface ListSlotTypesCommandOutput extends ListSlotTypesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListSlotsRequest, ListSlotsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSlotsCommand}.
8
+ */
6
9
  export interface ListSlotsCommandInput extends ListSlotsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSlotsCommand}.
13
+ */
8
14
  export interface ListSlotsCommandOutput extends ListSlotsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { SearchAssociatedTranscriptsRequest, SearchAssociatedTranscriptsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SearchAssociatedTranscriptsCommand}.
8
+ */
6
9
  export interface SearchAssociatedTranscriptsCommandInput extends SearchAssociatedTranscriptsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchAssociatedTranscriptsCommand}.
13
+ */
8
14
  export interface SearchAssociatedTranscriptsCommandOutput extends SearchAssociatedTranscriptsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { StartBotRecommendationRequest, StartBotRecommendationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartBotRecommendationCommand}.
8
+ */
6
9
  export interface StartBotRecommendationCommandInput extends StartBotRecommendationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartBotRecommendationCommand}.
13
+ */
8
14
  export interface StartBotRecommendationCommandOutput extends StartBotRecommendationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { StartImportRequest, StartImportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartImportCommand}.
8
+ */
6
9
  export interface StartImportCommandInput extends StartImportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartImportCommand}.
13
+ */
8
14
  export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { StopBotRecommendationRequest, StopBotRecommendationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopBotRecommendationCommand}.
8
+ */
6
9
  export interface StopBotRecommendationCommandInput extends StopBotRecommendationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopBotRecommendationCommand}.
13
+ */
8
14
  export interface StopBotRecommendationCommandOutput extends StopBotRecommendationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,8 +4,14 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { TagResourceRequest } from "../models/models_0";
6
6
  import { TagResourceResponse } from "../models/models_1";
7
+ /**
8
+ * The input for {@link TagResourceCommand}.
9
+ */
7
10
  export interface TagResourceCommandInput extends TagResourceRequest {
8
11
  }
12
+ /**
13
+ * The output of {@link TagResourceCommand}.
14
+ */
9
15
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
10
16
  }
11
17
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateBotAliasRequest, UpdateBotAliasResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateBotAliasCommand}.
8
+ */
6
9
  export interface UpdateBotAliasCommandInput extends UpdateBotAliasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBotAliasCommand}.
13
+ */
8
14
  export interface UpdateBotAliasCommandOutput extends UpdateBotAliasResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateBotRequest, UpdateBotResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateBotCommand}.
8
+ */
6
9
  export interface UpdateBotCommandInput extends UpdateBotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBotCommand}.
13
+ */
8
14
  export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateBotLocaleRequest, UpdateBotLocaleResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateBotLocaleCommand}.
8
+ */
6
9
  export interface UpdateBotLocaleCommandInput extends UpdateBotLocaleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBotLocaleCommand}.
13
+ */
8
14
  export interface UpdateBotLocaleCommandOutput extends UpdateBotLocaleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateBotRecommendationRequest, UpdateBotRecommendationResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateBotRecommendationCommand}.
8
+ */
6
9
  export interface UpdateBotRecommendationCommandInput extends UpdateBotRecommendationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBotRecommendationCommand}.
13
+ */
8
14
  export interface UpdateBotRecommendationCommandOutput extends UpdateBotRecommendationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateExportRequest, UpdateExportResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateExportCommand}.
8
+ */
6
9
  export interface UpdateExportCommandInput extends UpdateExportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateExportCommand}.
13
+ */
8
14
  export interface UpdateExportCommandOutput extends UpdateExportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateIntentCommand}.
8
+ */
6
9
  export interface UpdateIntentCommandInput extends UpdateIntentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateIntentCommand}.
13
+ */
8
14
  export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateResourcePolicyRequest, UpdateResourcePolicyResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateResourcePolicyCommand}.
8
+ */
6
9
  export interface UpdateResourcePolicyCommandInput extends UpdateResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateResourcePolicyCommand}.
13
+ */
8
14
  export interface UpdateResourcePolicyCommandOutput extends UpdateResourcePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateSlotCommand}.
8
+ */
6
9
  export interface UpdateSlotCommandInput extends UpdateSlotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSlotCommand}.
13
+ */
8
14
  export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { UpdateSlotTypeRequest, UpdateSlotTypeResponse } from "../models/models_1";
6
+ /**
7
+ * The input for {@link UpdateSlotTypeCommand}.
8
+ */
6
9
  export interface UpdateSlotTypeCommandInput extends UpdateSlotTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSlotTypeCommand}.
13
+ */
8
14
  export interface UpdateSlotTypeCommandOutput extends UpdateSlotTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lex-models-v2",
3
3
  "description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",