@aws-sdk/client-lex-models-v2 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LexModelsV2.d.ts +1143 -340
  3. package/dist-types/ts3.4/LexModelsV2Client.d.ts +506 -140
  4. package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +30 -17
  24. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +33 -18
  38. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +33 -18
  40. package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  62. package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/index.d.ts +67 -67
  72. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  73. package/dist-types/ts3.4/index.d.ts +7 -7
  74. package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +7 -6
  75. package/dist-types/ts3.4/models/index.d.ts +2 -2
  76. package/dist-types/ts3.4/models/models_0.d.ts +2346 -3193
  77. package/dist-types/ts3.4/models/models_1.d.ts +329 -510
  78. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  79. package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  94. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +809 -203
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +11 -7
  101. package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +11 -7
  102. package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +11 -7
  103. package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +11 -7
  104. package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +11 -7
  105. package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +11 -7
  106. package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +11 -7
  107. package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +11 -7
  108. package/package.json +35 -35
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { LexModelsV2 } from "../LexModelsV2";
3
- import { LexModelsV2Client } from "../LexModelsV2Client";
4
- export interface LexModelsV2PaginationConfiguration extends PaginationConfiguration {
5
- client: LexModelsV2 | LexModelsV2Client;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { LexModelsV2 } from "../LexModelsV2";
3
+ import { LexModelsV2Client } from "../LexModelsV2Client";
4
+ export interface LexModelsV2PaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: LexModelsV2 | LexModelsV2Client;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "../commands/ListAggregatedUtterancesCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAggregatedUtterances(config: LexModelsV2PaginationConfiguration, input: ListAggregatedUtterancesCommandInput, ...additionalArguments: any): Paginator<ListAggregatedUtterancesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListAggregatedUtterancesCommandInput,
4
+ ListAggregatedUtterancesCommandOutput,
5
+ } from "../commands/ListAggregatedUtterancesCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListAggregatedUtterances(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListAggregatedUtterancesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListAggregatedUtterancesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "../commands/ListBotAliasesCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListBotAliases(config: LexModelsV2PaginationConfiguration, input: ListBotAliasesCommandInput, ...additionalArguments: any): Paginator<ListBotAliasesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListBotAliasesCommandInput,
4
+ ListBotAliasesCommandOutput,
5
+ } from "../commands/ListBotAliasesCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListBotAliases(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListBotAliasesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListBotAliasesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "../commands/ListBotLocalesCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListBotLocales(config: LexModelsV2PaginationConfiguration, input: ListBotLocalesCommandInput, ...additionalArguments: any): Paginator<ListBotLocalesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListBotLocalesCommandInput,
4
+ ListBotLocalesCommandOutput,
5
+ } from "../commands/ListBotLocalesCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListBotLocales(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListBotLocalesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListBotLocalesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput } from "../commands/ListBotRecommendationsCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListBotRecommendations(config: LexModelsV2PaginationConfiguration, input: ListBotRecommendationsCommandInput, ...additionalArguments: any): Paginator<ListBotRecommendationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListBotRecommendationsCommandInput,
4
+ ListBotRecommendationsCommandOutput,
5
+ } from "../commands/ListBotRecommendationsCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListBotRecommendations(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListBotRecommendationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListBotRecommendationsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListBotVersionsCommandInput, ListBotVersionsCommandOutput } from "../commands/ListBotVersionsCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListBotVersions(config: LexModelsV2PaginationConfiguration, input: ListBotVersionsCommandInput, ...additionalArguments: any): Paginator<ListBotVersionsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListBotVersionsCommandInput,
4
+ ListBotVersionsCommandOutput,
5
+ } from "../commands/ListBotVersionsCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListBotVersions(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListBotVersionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListBotVersionsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListBots(config: LexModelsV2PaginationConfiguration, input: ListBotsCommandInput, ...additionalArguments: any): Paginator<ListBotsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListBotsCommandInput,
4
+ ListBotsCommandOutput,
5
+ } from "../commands/ListBotsCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListBots(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListBotsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListBotsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput } from "../commands/ListBuiltInIntentsCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListBuiltInIntents(config: LexModelsV2PaginationConfiguration, input: ListBuiltInIntentsCommandInput, ...additionalArguments: any): Paginator<ListBuiltInIntentsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListBuiltInIntentsCommandInput,
4
+ ListBuiltInIntentsCommandOutput,
5
+ } from "../commands/ListBuiltInIntentsCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListBuiltInIntents(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListBuiltInIntentsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListBuiltInIntentsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput } from "../commands/ListBuiltInSlotTypesCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListBuiltInSlotTypes(config: LexModelsV2PaginationConfiguration, input: ListBuiltInSlotTypesCommandInput, ...additionalArguments: any): Paginator<ListBuiltInSlotTypesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListBuiltInSlotTypesCommandInput,
4
+ ListBuiltInSlotTypesCommandOutput,
5
+ } from "../commands/ListBuiltInSlotTypesCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListBuiltInSlotTypes(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListBuiltInSlotTypesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListBuiltInSlotTypesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListExports(config: LexModelsV2PaginationConfiguration, input: ListExportsCommandInput, ...additionalArguments: any): Paginator<ListExportsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListExportsCommandInput,
4
+ ListExportsCommandOutput,
5
+ } from "../commands/ListExportsCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListExports(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListExportsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListExportsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListImports(config: LexModelsV2PaginationConfiguration, input: ListImportsCommandInput, ...additionalArguments: any): Paginator<ListImportsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListImportsCommandInput,
4
+ ListImportsCommandOutput,
5
+ } from "../commands/ListImportsCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListImports(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListImportsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListImportsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListIntentsCommandInput, ListIntentsCommandOutput } from "../commands/ListIntentsCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListIntents(config: LexModelsV2PaginationConfiguration, input: ListIntentsCommandInput, ...additionalArguments: any): Paginator<ListIntentsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListIntentsCommandInput,
4
+ ListIntentsCommandOutput,
5
+ } from "../commands/ListIntentsCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListIntents(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListIntentsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListIntentsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput } from "../commands/ListRecommendedIntentsCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListRecommendedIntents(config: LexModelsV2PaginationConfiguration, input: ListRecommendedIntentsCommandInput, ...additionalArguments: any): Paginator<ListRecommendedIntentsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListRecommendedIntentsCommandInput,
4
+ ListRecommendedIntentsCommandOutput,
5
+ } from "../commands/ListRecommendedIntentsCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListRecommendedIntents(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListRecommendedIntentsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListRecommendedIntentsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "../commands/ListSlotTypesCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSlotTypes(config: LexModelsV2PaginationConfiguration, input: ListSlotTypesCommandInput, ...additionalArguments: any): Paginator<ListSlotTypesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSlotTypesCommandInput,
4
+ ListSlotTypesCommandOutput,
5
+ } from "../commands/ListSlotTypesCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSlotTypes(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListSlotTypesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSlotTypesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListSlotsCommandInput, ListSlotsCommandOutput } from "../commands/ListSlotsCommand";
3
- import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSlots(config: LexModelsV2PaginationConfiguration, input: ListSlotsCommandInput, ...additionalArguments: any): Paginator<ListSlotsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSlotsCommandInput,
4
+ ListSlotsCommandOutput,
5
+ } from "../commands/ListSlotsCommand";
6
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSlots(
8
+ config: LexModelsV2PaginationConfiguration,
9
+ input: ListSlotsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSlotsCommandOutput>;
@@ -1,15 +1,15 @@
1
- export * from "./Interfaces";
2
- export * from "./ListAggregatedUtterancesPaginator";
3
- export * from "./ListBotAliasesPaginator";
4
- export * from "./ListBotLocalesPaginator";
5
- export * from "./ListBotRecommendationsPaginator";
6
- export * from "./ListBotVersionsPaginator";
7
- export * from "./ListBotsPaginator";
8
- export * from "./ListBuiltInIntentsPaginator";
9
- export * from "./ListBuiltInSlotTypesPaginator";
10
- export * from "./ListExportsPaginator";
11
- export * from "./ListImportsPaginator";
12
- export * from "./ListIntentsPaginator";
13
- export * from "./ListRecommendedIntentsPaginator";
14
- export * from "./ListSlotTypesPaginator";
15
- export * from "./ListSlotsPaginator";
1
+ export * from "./Interfaces";
2
+ export * from "./ListAggregatedUtterancesPaginator";
3
+ export * from "./ListBotAliasesPaginator";
4
+ export * from "./ListBotLocalesPaginator";
5
+ export * from "./ListBotRecommendationsPaginator";
6
+ export * from "./ListBotVersionsPaginator";
7
+ export * from "./ListBotsPaginator";
8
+ export * from "./ListBuiltInIntentsPaginator";
9
+ export * from "./ListBuiltInSlotTypesPaginator";
10
+ export * from "./ListExportsPaginator";
11
+ export * from "./ListImportsPaginator";
12
+ export * from "./ListIntentsPaginator";
13
+ export * from "./ListRecommendedIntentsPaginator";
14
+ export * from "./ListSlotTypesPaginator";
15
+ export * from "./ListSlotsPaginator";