@aws-sdk/client-lex-models-v2 3.39.0 → 3.43.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 (81) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +74 -5
  3. package/dist-cjs/models/models_0.js +10 -5
  4. package/dist-cjs/protocols/Aws_restJson1.js +2 -0
  5. package/dist-cjs/runtimeConfig.browser.js +6 -3
  6. package/dist-cjs/runtimeConfig.js +5 -3
  7. package/dist-es/endpoints.js +74 -5
  8. package/dist-es/models/models_0.js +5 -0
  9. package/dist-es/protocols/Aws_restJson1.js +2 -1
  10. package/dist-es/runtimeConfig.browser.js +3 -2
  11. package/dist-es/runtimeConfig.js +3 -3
  12. package/dist-types/LexModelsV2.d.ts +6 -6
  13. package/dist-types/LexModelsV2Client.d.ts +8 -0
  14. package/dist-types/commands/BuildBotLocaleCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateBotAliasCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateBotCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateBotLocaleCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateBotVersionCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateExportCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateIntentCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateResourcePolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateSlotCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateSlotTypeCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateUploadUrlCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteBotAliasCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteBotCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteBotLocaleCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteBotVersionCommand.d.ts +2 -2
  30. package/dist-types/commands/DeleteExportCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteImportCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteIntentCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteSlotCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteUtterancesCommand.d.ts +4 -4
  38. package/dist-types/commands/DescribeBotAliasCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeBotCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeBotLocaleCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeBotVersionCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeExportCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeImportCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeIntentCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeSlotCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeSlotTypeCommand.d.ts +1 -1
  48. package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +1 -1
  49. package/dist-types/commands/ListBotAliasesCommand.d.ts +1 -1
  50. package/dist-types/commands/ListBotLocalesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListBotVersionsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +2 -2
  54. package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +1 -1
  55. package/dist-types/commands/ListExportsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListImportsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListIntentsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListSlotTypesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListSlotsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  61. package/dist-types/commands/StartImportCommand.d.ts +1 -1
  62. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateBotAliasCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateBotLocaleCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateExportCommand.d.ts +2 -2
  68. package/dist-types/commands/UpdateIntentCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateSlotCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateSlotTypeCommand.d.ts +1 -1
  72. package/dist-types/models/models_0.d.ts +35 -25
  73. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  74. package/dist-types/runtimeConfig.d.ts +2 -0
  75. package/dist-types/runtimeConfig.native.d.ts +2 -0
  76. package/dist-types/ts3.4/LexModelsV2Client.d.ts +4 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +6 -0
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  81. package/package.json +24 -24
@@ -24,7 +24,7 @@ export interface CreateSlotCommandOutput extends CreateSlotResponse, __MetadataB
24
24
  *
25
25
  * @see {@link CreateSlotCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateSlotCommandOutput} for command's `response` shape.
27
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateSlotCommand extends $Command<CreateSlotCommandInput, CreateSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateSlotTypeCommandOutput extends CreateSlotTypeResponse, __M
23
23
  *
24
24
  * @see {@link CreateSlotTypeCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateSlotTypeCommandOutput} for command's `response` shape.
26
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateSlotTypeCommand extends $Command<CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateUploadUrlCommandOutput extends CreateUploadUrlResponse, _
21
21
  *
22
22
  * @see {@link CreateUploadUrlCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateUploadUrlCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateUploadUrlCommand extends $Command<CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteBotAliasCommandOutput extends DeleteBotAliasResponse, __M
20
20
  *
21
21
  * @see {@link DeleteBotAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteBotAliasCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteBotAliasCommand extends $Command<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface DeleteBotCommandOutput extends DeleteBotResponse, __MetadataBea
29
29
  *
30
30
  * @see {@link DeleteBotCommandInput} for command's `input` shape.
31
31
  * @see {@link DeleteBotCommandOutput} for command's `response` shape.
32
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DeleteBotCommand extends $Command<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteBotLocaleCommandOutput extends DeleteBotLocaleResponse, _
22
22
  *
23
23
  * @see {@link DeleteBotLocaleCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteBotLocaleCommandOutput} for command's `response` shape.
25
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteBotLocaleCommand extends $Command<DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -8,7 +8,7 @@ export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse,
8
8
  }
9
9
  /**
10
10
  * <p>Deletes a specific version of a bot. To delete all version of a bot,
11
- * use the <a>DeleteBot</a> operation.</p>
11
+ * use the <a href="https://docs.aws.amazon.com/lexv2/latest/dg/API_DeleteBot.html">DeleteBot</a> operation.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -21,7 +21,7 @@ export interface DeleteBotVersionCommandOutput extends DeleteBotVersionResponse,
21
21
  *
22
22
  * @see {@link DeleteBotVersionCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteBotVersionCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteBotVersionCommand extends $Command<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteExportCommandOutput extends DeleteExportResponse, __Metad
21
21
  *
22
22
  * @see {@link DeleteExportCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteExportCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteExportCommand extends $Command<DeleteExportCommandInput, DeleteExportCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteImportCommandOutput extends DeleteImportResponse, __Metad
21
21
  *
22
22
  * @see {@link DeleteImportCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteImportCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteImportCommand extends $Command<DeleteImportCommandInput, DeleteImportCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteIntentCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteIntentCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteIntentCommandOutput} for command's `response` shape.
25
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteIntentCommand extends $Command<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
21
21
  *
22
22
  * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteResourcePolicyStatementCommandOutput extends DeleteResour
24
24
  *
25
25
  * @see {@link DeleteResourcePolicyStatementCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteResourcePolicyStatementCommandOutput} for command's `response` shape.
27
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteResourcePolicyStatementCommand extends $Command<DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSlotCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteSlotCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSlotCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSlotCommand extends $Command<DeleteSlotCommandInput, DeleteSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link DeleteSlotTypeCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteSlotTypeCommandOutput} for command's `response` shape.
27
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteSlotTypeCommand extends $Command<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -9,9 +9,9 @@ export interface DeleteUtterancesCommandOutput extends DeleteUtterancesResponse,
9
9
  /**
10
10
  * <p>Deletes stored utterances.</p>
11
11
  * <p>Amazon Lex stores the utterances that users send to your bot. Utterances
12
- * are stored for 15 days for use with the operation, and then stored
13
- * indefinitely for use in improving the ability of your bot to respond to
14
- * user input..</p>
12
+ * are stored for 15 days for use with the <a href="https://docs.aws.amazon.com/lexv2/latest/dg/API_ListAggregatedUtterances.html">ListAggregatedUtterances</a> operation, and
13
+ * then stored indefinitely for use in improving the ability of your bot
14
+ * to respond to user input..</p>
15
15
  * <p>Use the <code>DeleteUtterances</code> operation to manually delete
16
16
  * utterances for a specific session. When you use the
17
17
  * <code>DeleteUtterances</code> operation, utterances stored for
@@ -31,7 +31,7 @@ export interface DeleteUtterancesCommandOutput extends DeleteUtterancesResponse,
31
31
  *
32
32
  * @see {@link DeleteUtterancesCommandInput} for command's `input` shape.
33
33
  * @see {@link DeleteUtterancesCommandOutput} for command's `response` shape.
34
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class DeleteUtterancesCommand extends $Command<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeBotAliasCommandOutput extends DescribeBotAliasResponse,
20
20
  *
21
21
  * @see {@link DescribeBotAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeBotAliasCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeBotAliasCommand extends $Command<DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeBotCommandOutput extends DescribeBotResponse, __Metadat
20
20
  *
21
21
  * @see {@link DescribeBotCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeBotCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeBotCommand extends $Command<DescribeBotCommandInput, DescribeBotCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeBotLocaleCommandOutput extends DescribeBotLocaleRespons
20
20
  *
21
21
  * @see {@link DescribeBotLocaleCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeBotLocaleCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeBotLocaleCommand extends $Command<DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeBotVersionCommandOutput extends DescribeBotVersionRespo
20
20
  *
21
21
  * @see {@link DescribeBotVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeBotVersionCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeBotVersionCommand extends $Command<DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeExportCommandOutput extends DescribeExportResponse, __M
20
20
  *
21
21
  * @see {@link DescribeExportCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeExportCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeExportCommand extends $Command<DescribeExportCommandInput, DescribeExportCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeImportCommandOutput extends DescribeImportResponse, __M
20
20
  *
21
21
  * @see {@link DescribeImportCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeImportCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeImportCommand extends $Command<DescribeImportCommandInput, DescribeImportCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeIntentCommandOutput extends DescribeIntentResponse, __M
20
20
  *
21
21
  * @see {@link DescribeIntentCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeIntentCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeIntentCommand extends $Command<DescribeIntentCommandInput, DescribeIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
21
21
  *
22
22
  * @see {@link DescribeResourcePolicyCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeResourcePolicyCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeSlotCommandOutput extends DescribeSlotResponse, __Metad
20
20
  *
21
21
  * @see {@link DescribeSlotCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeSlotCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeSlotCommand extends $Command<DescribeSlotCommandInput, DescribeSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeSlotTypeCommandOutput extends DescribeSlotTypeResponse,
20
20
  *
21
21
  * @see {@link DescribeSlotTypeCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeSlotTypeCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeSlotTypeCommand extends $Command<DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface ListAggregatedUtterancesCommandOutput extends ListAggregatedUtt
44
44
  *
45
45
  * @see {@link ListAggregatedUtterancesCommandInput} for command's `input` shape.
46
46
  * @see {@link ListAggregatedUtterancesCommandOutput} for command's `response` shape.
47
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class ListAggregatedUtterancesCommand extends $Command<ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListBotAliasesCommandOutput extends ListBotAliasesResponse, __M
20
20
  *
21
21
  * @see {@link ListBotAliasesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListBotAliasesCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListBotAliasesCommand extends $Command<ListBotAliasesCommandInput, ListBotAliasesCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListBotLocalesCommandOutput extends ListBotLocalesResponse, __M
20
20
  *
21
21
  * @see {@link ListBotLocalesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListBotLocalesCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListBotLocalesCommand extends $Command<ListBotLocalesCommandInput, ListBotLocalesCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface ListBotVersionsCommandOutput extends ListBotVersionsResponse, _
27
27
  *
28
28
  * @see {@link ListBotVersionsCommandInput} for command's `input` shape.
29
29
  * @see {@link ListBotVersionsCommandOutput} for command's `response` shape.
30
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class ListBotVersionsCommand extends $Command<ListBotVersionsCommandInput, ListBotVersionsCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
20
20
  *
21
21
  * @see {@link ListBotsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListBotsCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -12,7 +12,7 @@ export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsRespo
12
12
  * <p>To use a built-in intent as a the base for your own intent, include
13
13
  * the built-in intent signature in the <code>parentIntentSignature</code>
14
14
  * parameter when you call the <code>CreateIntent</code> operation. For
15
- * more information, see <a>CreateIntent</a>.</p>
15
+ * more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/API_CreateIntent.html">CreateIntent</a>.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
18
18
  * ```javascript
@@ -25,7 +25,7 @@ export interface ListBuiltInIntentsCommandOutput extends ListBuiltInIntentsRespo
25
25
  *
26
26
  * @see {@link ListBuiltInIntentsCommandInput} for command's `input` shape.
27
27
  * @see {@link ListBuiltInIntentsCommandOutput} for command's `response` shape.
28
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ListBuiltInIntentsCommand extends $Command<ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListBuiltInSlotTypesCommandOutput extends ListBuiltInSlotTypesR
21
21
  *
22
22
  * @see {@link ListBuiltInSlotTypesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListBuiltInSlotTypesCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListBuiltInSlotTypesCommand extends $Command<ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListExportsCommandOutput extends ListExportsResponse, __Metadat
21
21
  *
22
22
  * @see {@link ListExportsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListExportsCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListExportsCommand extends $Command<ListExportsCommandInput, ListExportsCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListImportsCommandOutput extends ListImportsResponse, __Metadat
21
21
  *
22
22
  * @see {@link ListImportsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListImportsCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListIntentsCommandOutput extends ListIntentsResponse, __Metadat
20
20
  *
21
21
  * @see {@link ListIntentsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListIntentsCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListIntentsCommand extends $Command<ListIntentsCommandInput, ListIntentsCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListSlotTypesCommandOutput extends ListSlotTypesResponse, __Met
20
20
  *
21
21
  * @see {@link ListSlotTypesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListSlotTypesCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListSlotTypesCommand extends $Command<ListSlotTypesCommandInput, ListSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListSlotsCommandOutput extends ListSlotsResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link ListSlotsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListSlotsCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListSlotsCommand extends $Command<ListSlotsCommandInput, ListSlotsCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
21
21
  *
22
22
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat
21
21
  *
22
22
  * @see {@link StartImportCommandInput} for command's `input` shape.
23
23
  * @see {@link StartImportCommandOutput} for command's `response` shape.
24
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class StartImportCommand extends $Command<StartImportCommandInput, StartImportCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  *
23
23
  * @see {@link TagResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
25
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateBotAliasCommandOutput extends UpdateBotAliasResponse, __M
20
20
  *
21
21
  * @see {@link UpdateBotAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateBotAliasCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateBotAliasCommand extends $Command<UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link UpdateBotCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateBotCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateBotCommand extends $Command<UpdateBotCommandInput, UpdateBotCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateBotLocaleCommandOutput extends UpdateBotLocaleResponse, _
20
20
  *
21
21
  * @see {@link UpdateBotLocaleCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateBotLocaleCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateBotLocaleCommand extends $Command<UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -11,7 +11,7 @@ export interface UpdateExportCommandOutput extends UpdateExportResponse, __Metad
11
11
  * <p>The password is not required. If you don't supply a password, Amazon Lex
12
12
  * generates a zip file that is not protected by a password. This is the
13
13
  * archive that is available at the pre-signed S3 URL provided by the
14
- * operation.</p>
14
+ * <a href="https://docs.aws.amazon.com/lexv2/latest/dg/API_DescribeExport.html">DescribeExport</a> operation.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -24,7 +24,7 @@ export interface UpdateExportCommandOutput extends UpdateExportResponse, __Metad
24
24
  *
25
25
  * @see {@link UpdateExportCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateExportCommandOutput} for command's `response` shape.
27
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateExportCommand extends $Command<UpdateExportCommandInput, UpdateExportCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateIntentCommandOutput extends UpdateIntentResponse, __Metad
20
20
  *
21
21
  * @see {@link UpdateIntentCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateIntentCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateIntentCommand extends $Command<UpdateIntentCommandInput, UpdateIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateResourcePolicyCommandOutput extends UpdateResourcePolicyR
22
22
  *
23
23
  * @see {@link UpdateResourcePolicyCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateResourcePolicyCommandOutput} for command's `response` shape.
25
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UpdateResourcePolicyCommand extends $Command<UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateSlotCommandOutput extends UpdateSlotResponse, __MetadataB
20
20
  *
21
21
  * @see {@link UpdateSlotCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateSlotCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateSlotCommand extends $Command<UpdateSlotCommandInput, UpdateSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateSlotTypeCommandOutput extends UpdateSlotTypeResponse, __M
20
20
  *
21
21
  * @see {@link UpdateSlotTypeCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateSlotTypeCommandOutput} for command's `response` shape.
23
- * @see {@link LexModelsV2ClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateSlotTypeCommand extends $Command<UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {