@aws-sdk/client-lex-models-v2 3.296.0 → 3.297.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 (93) hide show
  1. package/dist-types/LexModelsV2.d.ts +72 -0
  2. package/dist-types/LexModelsV2Client.d.ts +24 -4
  3. package/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +16 -0
  6. package/dist-types/commands/BuildBotLocaleCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateBotAliasCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateBotCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateBotLocaleCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateBotVersionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateExportCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateIntentCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateResourcePolicyCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSlotCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateSlotTypeCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateUploadUrlCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteBotAliasCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteBotCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteBotLocaleCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteBotVersionCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteExportCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteImportCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteIntentCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteSlotCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteUtterancesCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeBotAliasCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeBotCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeBotLocaleCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeBotVersionCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeExportCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeImportCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeIntentCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeSlotCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeSlotTypeCommand.d.ts +16 -0
  43. package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +16 -0
  44. package/dist-types/commands/ListBotAliasesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListBotLocalesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListBotRecommendationsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListBotVersionsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListBotsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +16 -0
  51. package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListExportsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListImportsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListIntentsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListSlotTypesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListSlotsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  59. package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +16 -0
  60. package/dist-types/commands/StartBotRecommendationCommand.d.ts +16 -0
  61. package/dist-types/commands/StartImportCommand.d.ts +16 -0
  62. package/dist-types/commands/StopBotRecommendationCommand.d.ts +16 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateBotAliasCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateBotCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateBotLocaleCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateExportCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateIntentCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateSlotCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateSlotTypeCommand.d.ts +16 -0
  74. package/dist-types/models/LexModelsV2ServiceException.d.ts +2 -0
  75. package/dist-types/models/models_0.d.ts +635 -1
  76. package/dist-types/models/models_1.d.ts +98 -2
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListAggregatedUtterancesPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListBotAliasesPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListBotLocalesPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListBotRecommendationsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListBotVersionsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListBuiltInIntentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListBuiltInSlotTypesPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListCustomVocabularyItemsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListExportsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListImportsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListIntentsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListRecommendedIntentsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListSlotTypesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListSlotsPaginator.d.ts +3 -0
  93. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DeleteSlotTypeRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSlotTypeCommand}.
8
10
  */
9
11
  export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSlotTypeCommand}.
13
17
  */
14
18
  export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a slot type from a bot locale.</p>
18
23
  * <p>If a slot is using the slot type, Amazon Lex throws a
19
24
  * <code>ResourceInUseException</code> exception. To avoid the
@@ -29,6 +34,8 @@ export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteSlotTypeCommandInput - {@link DeleteSlotTypeCommandInput}
38
+ * @returns {@link DeleteSlotTypeCommandOutput}
32
39
  * @see {@link DeleteSlotTypeCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteSlotTypeCommandOutput} for command's `response` shape.
34
41
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -63,11 +70,20 @@ export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
63
70
  export declare class DeleteSlotTypeCommand extends $Command<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig> {
64
71
  readonly input: DeleteSlotTypeCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: DeleteSlotTypeCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DeleteUtterancesRequest, DeleteUtterancesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteUtterancesCommand}.
8
10
  */
9
11
  export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteUtterancesCommand}.
13
17
  */
14
18
  export interface DeleteUtterancesCommandOutput extends DeleteUtterancesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes stored utterances.</p>
18
23
  * <p>Amazon Lex stores the utterances that users send to your bot. Utterances
19
24
  * are stored for 15 days for use with the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListAggregatedUtterances.html">ListAggregatedUtterances</a> operation, and
@@ -36,6 +41,8 @@ export interface DeleteUtterancesCommandOutput extends DeleteUtterancesResponse,
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param DeleteUtterancesCommandInput - {@link DeleteUtterancesCommandInput}
45
+ * @returns {@link DeleteUtterancesCommandOutput}
39
46
  * @see {@link DeleteUtterancesCommandInput} for command's `input` shape.
40
47
  * @see {@link DeleteUtterancesCommandOutput} for command's `response` shape.
41
48
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -57,11 +64,20 @@ export interface DeleteUtterancesCommandOutput extends DeleteUtterancesResponse,
57
64
  export declare class DeleteUtterancesCommand extends $Command<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelsV2ClientResolvedConfig> {
58
65
  readonly input: DeleteUtterancesCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DeleteUtterancesCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DescribeBotAliasRequest, DescribeBotAliasResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeBotAliasCommand}.
8
10
  */
9
11
  export interface DescribeBotAliasCommandInput extends DescribeBotAliasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeBotAliasCommand}.
13
17
  */
14
18
  export interface DescribeBotAliasCommandOutput extends DescribeBotAliasResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get information about a specific bot alias.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeBotAliasCommandOutput extends DescribeBotAliasResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeBotAliasCommandInput - {@link DescribeBotAliasCommandInput}
34
+ * @returns {@link DescribeBotAliasCommandOutput}
28
35
  * @see {@link DescribeBotAliasCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeBotAliasCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeBotAliasCommandOutput extends DescribeBotAliasResponse,
53
60
  export declare class DescribeBotAliasCommand extends $Command<DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput, LexModelsV2ClientResolvedConfig> {
54
61
  readonly input: DescribeBotAliasCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeBotAliasCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DescribeBotRequest, DescribeBotResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeBotCommand}.
8
10
  */
9
11
  export interface DescribeBotCommandInput extends DescribeBotRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeBotCommand}.
13
17
  */
14
18
  export interface DescribeBotCommandOutput extends DescribeBotResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides metadata information about a bot. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeBotCommandOutput extends DescribeBotResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeBotCommandInput - {@link DescribeBotCommandInput}
34
+ * @returns {@link DescribeBotCommandOutput}
28
35
  * @see {@link DescribeBotCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeBotCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeBotCommandOutput extends DescribeBotResponse, __Metadat
53
60
  export declare class DescribeBotCommand extends $Command<DescribeBotCommandInput, DescribeBotCommandOutput, LexModelsV2ClientResolvedConfig> {
54
61
  readonly input: DescribeBotCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeBotCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotCommandInput, DescribeBotCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DescribeBotLocaleRequest, DescribeBotLocaleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeBotLocaleCommand}.
8
10
  */
9
11
  export interface DescribeBotLocaleCommandInput extends DescribeBotLocaleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeBotLocaleCommand}.
13
17
  */
14
18
  export interface DescribeBotLocaleCommandOutput extends DescribeBotLocaleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the settings that a bot has for a specific locale. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeBotLocaleCommandOutput extends DescribeBotLocaleRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeBotLocaleCommandInput - {@link DescribeBotLocaleCommandInput}
34
+ * @returns {@link DescribeBotLocaleCommandOutput}
28
35
  * @see {@link DescribeBotLocaleCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeBotLocaleCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeBotLocaleCommandOutput extends DescribeBotLocaleRespons
53
60
  export declare class DescribeBotLocaleCommand extends $Command<DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig> {
54
61
  readonly input: DescribeBotLocaleCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeBotLocaleCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DescribeBotRecommendationRequest, DescribeBotRecommendationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeBotRecommendationCommand}.
8
10
  */
9
11
  export interface DescribeBotRecommendationCommandInput extends DescribeBotRecommendationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeBotRecommendationCommand}.
13
17
  */
14
18
  export interface DescribeBotRecommendationCommandOutput extends DescribeBotRecommendationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides metadata information about a bot recommendation. This
18
23
  * information will enable you to get a description on the request inputs,
19
24
  * to download associated transcripts after processing is complete, and to
@@ -29,6 +34,8 @@ export interface DescribeBotRecommendationCommandOutput extends DescribeBotRecom
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeBotRecommendationCommandInput - {@link DescribeBotRecommendationCommandInput}
38
+ * @returns {@link DescribeBotRecommendationCommandOutput}
32
39
  * @see {@link DescribeBotRecommendationCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeBotRecommendationCommandOutput} for command's `response` shape.
34
41
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -54,11 +61,20 @@ export interface DescribeBotRecommendationCommandOutput extends DescribeBotRecom
54
61
  export declare class DescribeBotRecommendationCommand extends $Command<DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig> {
55
62
  readonly input: DescribeBotRecommendationCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DescribeBotRecommendationCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DescribeBotVersionRequest, DescribeBotVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeBotVersionCommand}.
8
10
  */
9
11
  export interface DescribeBotVersionCommandInput extends DescribeBotVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeBotVersionCommand}.
13
17
  */
14
18
  export interface DescribeBotVersionCommandOutput extends DescribeBotVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides metadata about a version of a bot.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeBotVersionCommandOutput extends DescribeBotVersionRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeBotVersionCommandInput - {@link DescribeBotVersionCommandInput}
34
+ * @returns {@link DescribeBotVersionCommandOutput}
28
35
  * @see {@link DescribeBotVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeBotVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeBotVersionCommandOutput extends DescribeBotVersionRespo
53
60
  export declare class DescribeBotVersionCommand extends $Command<DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput, LexModelsV2ClientResolvedConfig> {
54
61
  readonly input: DescribeBotVersionCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeBotVersionCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DescribeCustomVocabularyMetadataRequest, DescribeCustomVocabularyMetadataResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCustomVocabularyMetadataCommand}.
8
10
  */
9
11
  export interface DescribeCustomVocabularyMetadataCommandInput extends DescribeCustomVocabularyMetadataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCustomVocabularyMetadataCommand}.
13
17
  */
14
18
  export interface DescribeCustomVocabularyMetadataCommandOutput extends DescribeCustomVocabularyMetadataResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides metadata information about a custom vocabulary.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeCustomVocabularyMetadataCommandOutput extends DescribeC
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeCustomVocabularyMetadataCommandInput - {@link DescribeCustomVocabularyMetadataCommandInput}
34
+ * @returns {@link DescribeCustomVocabularyMetadataCommandOutput}
28
35
  * @see {@link DescribeCustomVocabularyMetadataCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeCustomVocabularyMetadataCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeCustomVocabularyMetadataCommandOutput extends DescribeC
53
60
  export declare class DescribeCustomVocabularyMetadataCommand extends $Command<DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput, LexModelsV2ClientResolvedConfig> {
54
61
  readonly input: DescribeCustomVocabularyMetadataCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeCustomVocabularyMetadataCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DescribeExportRequest, DescribeExportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeExportCommand}.
8
10
  */
9
11
  export interface DescribeExportCommandInput extends DescribeExportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeExportCommand}.
13
17
  */
14
18
  export interface DescribeExportCommandOutput extends DescribeExportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a specific export.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeExportCommandOutput extends DescribeExportResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeExportCommandInput - {@link DescribeExportCommandInput}
34
+ * @returns {@link DescribeExportCommandOutput}
28
35
  * @see {@link DescribeExportCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeExportCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -50,11 +57,20 @@ export interface DescribeExportCommandOutput extends DescribeExportResponse, __M
50
57
  export declare class DescribeExportCommand extends $Command<DescribeExportCommandInput, DescribeExportCommandOutput, LexModelsV2ClientResolvedConfig> {
51
58
  readonly input: DescribeExportCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DescribeExportCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExportCommandInput, DescribeExportCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DescribeImportRequest, DescribeImportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeImportCommand}.
8
10
  */
9
11
  export interface DescribeImportCommandInput extends DescribeImportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeImportCommand}.
13
17
  */
14
18
  export interface DescribeImportCommandOutput extends DescribeImportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a specific import.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeImportCommandOutput extends DescribeImportResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeImportCommandInput - {@link DescribeImportCommandInput}
34
+ * @returns {@link DescribeImportCommandOutput}
28
35
  * @see {@link DescribeImportCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeImportCommandOutput} for command's `response` shape.
30
37
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -50,11 +57,20 @@ export interface DescribeImportCommandOutput extends DescribeImportResponse, __M
50
57
  export declare class DescribeImportCommand extends $Command<DescribeImportCommandInput, DescribeImportCommandOutput, LexModelsV2ClientResolvedConfig> {
51
58
  readonly input: DescribeImportCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DescribeImportCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImportCommandInput, DescribeImportCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -5,16 +5,21 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  import { DescribeIntentRequest } from "../models/models_0";
6
6
  import { DescribeIntentResponse } from "../models/models_1";
7
7
  /**
8
+ * @public
9
+ *
8
10
  * The input for {@link DescribeIntentCommand}.
9
11
  */
10
12
  export interface DescribeIntentCommandInput extends DescribeIntentRequest {
11
13
  }
12
14
  /**
15
+ * @public
16
+ *
13
17
  * The output of {@link DescribeIntentCommand}.
14
18
  */
15
19
  export interface DescribeIntentCommandOutput extends DescribeIntentResponse, __MetadataBearer {
16
20
  }
17
21
  /**
22
+ * @public
18
23
  * <p>Returns metadata about an intent.</p>
19
24
  * @example
20
25
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,6 +31,8 @@ export interface DescribeIntentCommandOutput extends DescribeIntentResponse, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeIntentCommandInput - {@link DescribeIntentCommandInput}
35
+ * @returns {@link DescribeIntentCommandOutput}
29
36
  * @see {@link DescribeIntentCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeIntentCommandOutput} for command's `response` shape.
31
38
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -54,11 +61,20 @@ export interface DescribeIntentCommandOutput extends DescribeIntentResponse, __M
54
61
  export declare class DescribeIntentCommand extends $Command<DescribeIntentCommandInput, DescribeIntentCommandOutput, LexModelsV2ClientResolvedConfig> {
55
62
  readonly input: DescribeIntentCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DescribeIntentCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIntentCommandInput, DescribeIntentCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
5
5
  import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeResourcePolicyCommand}.
8
10
  */
9
11
  export interface DescribeResourcePolicyCommandInput extends DescribeResourcePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeResourcePolicyCommand}.
13
17
  */
14
18
  export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the resource policy and policy revision for a bot or bot
18
23
  * alias.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeResourcePolicyCommandInput - {@link DescribeResourcePolicyCommandInput}
35
+ * @returns {@link DescribeResourcePolicyCommandOutput}
29
36
  * @see {@link DescribeResourcePolicyCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeResourcePolicyCommandOutput} for command's `response` shape.
31
38
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
47
54
  export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig> {
48
55
  readonly input: DescribeResourcePolicyCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeResourcePolicyCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -5,16 +5,21 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  import { DescribeSlotRequest } from "../models/models_0";
6
6
  import { DescribeSlotResponse } from "../models/models_1";
7
7
  /**
8
+ * @public
9
+ *
8
10
  * The input for {@link DescribeSlotCommand}.
9
11
  */
10
12
  export interface DescribeSlotCommandInput extends DescribeSlotRequest {
11
13
  }
12
14
  /**
15
+ * @public
16
+ *
13
17
  * The output of {@link DescribeSlotCommand}.
14
18
  */
15
19
  export interface DescribeSlotCommandOutput extends DescribeSlotResponse, __MetadataBearer {
16
20
  }
17
21
  /**
22
+ * @public
18
23
  * <p>Gets metadata information about a slot.</p>
19
24
  * @example
20
25
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,6 +31,8 @@ export interface DescribeSlotCommandOutput extends DescribeSlotResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeSlotCommandInput - {@link DescribeSlotCommandInput}
35
+ * @returns {@link DescribeSlotCommandOutput}
29
36
  * @see {@link DescribeSlotCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeSlotCommandOutput} for command's `response` shape.
31
38
  * @see {@link LexModelsV2ClientResolvedConfig | config} for LexModelsV2Client's `config` shape.
@@ -54,11 +61,20 @@ export interface DescribeSlotCommandOutput extends DescribeSlotResponse, __Metad
54
61
  export declare class DescribeSlotCommand extends $Command<DescribeSlotCommandInput, DescribeSlotCommandOutput, LexModelsV2ClientResolvedConfig> {
55
62
  readonly input: DescribeSlotCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DescribeSlotCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSlotCommandInput, DescribeSlotCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }