@aws-sdk/client-lex-models-v2 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/LexModelsV2.d.ts +1210 -340
  3. package/dist-types/ts3.4/LexModelsV2Client.d.ts +531 -140
  4. package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +35 -18
  38. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +35 -18
  40. package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  56. package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +37 -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 +8 -6
  75. package/dist-types/ts3.4/models/index.d.ts +2 -2
  76. package/dist-types/ts3.4/models/models_0.d.ts +3396 -3193
  77. package/dist-types/ts3.4/models/models_1.d.ts +550 -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 +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +13 -7
  101. package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +13 -7
  102. package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +13 -7
  103. package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +13 -7
  104. package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +13 -7
  105. package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +13 -7
  106. package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +13 -7
  107. package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +13 -7
  108. package/package.json +35 -35
@@ -1,340 +1,1210 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BuildBotLocaleCommandInput, BuildBotLocaleCommandOutput } from "./commands/BuildBotLocaleCommand";
3
- import { CreateBotAliasCommandInput, CreateBotAliasCommandOutput } from "./commands/CreateBotAliasCommand";
4
- import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
5
- import { CreateBotLocaleCommandInput, CreateBotLocaleCommandOutput } from "./commands/CreateBotLocaleCommand";
6
- import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
7
- import { CreateExportCommandInput, CreateExportCommandOutput } from "./commands/CreateExportCommand";
8
- import { CreateIntentCommandInput, CreateIntentCommandOutput } from "./commands/CreateIntentCommand";
9
- import { CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput } from "./commands/CreateResourcePolicyCommand";
10
- import { CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput } from "./commands/CreateResourcePolicyStatementCommand";
11
- import { CreateSlotCommandInput, CreateSlotCommandOutput } from "./commands/CreateSlotCommand";
12
- import { CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput } from "./commands/CreateSlotTypeCommand";
13
- import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "./commands/CreateUploadUrlCommand";
14
- import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
15
- import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
16
- import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "./commands/DeleteBotLocaleCommand";
17
- import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
18
- import { DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput } from "./commands/DeleteCustomVocabularyCommand";
19
- import { DeleteExportCommandInput, DeleteExportCommandOutput } from "./commands/DeleteExportCommand";
20
- import { DeleteImportCommandInput, DeleteImportCommandOutput } from "./commands/DeleteImportCommand";
21
- import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
22
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
23
- import { DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput } from "./commands/DeleteResourcePolicyStatementCommand";
24
- import { DeleteSlotCommandInput, DeleteSlotCommandOutput } from "./commands/DeleteSlotCommand";
25
- import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
26
- import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
27
- import { DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput } from "./commands/DescribeBotAliasCommand";
28
- import { DescribeBotCommandInput, DescribeBotCommandOutput } from "./commands/DescribeBotCommand";
29
- import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "./commands/DescribeBotLocaleCommand";
30
- import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "./commands/DescribeBotRecommendationCommand";
31
- import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "./commands/DescribeBotVersionCommand";
32
- import { DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput } from "./commands/DescribeCustomVocabularyMetadataCommand";
33
- import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
34
- import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
35
- import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "./commands/DescribeIntentCommand";
36
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
37
- import { DescribeSlotCommandInput, DescribeSlotCommandOutput } from "./commands/DescribeSlotCommand";
38
- import { DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput } from "./commands/DescribeSlotTypeCommand";
39
- import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "./commands/ListAggregatedUtterancesCommand";
40
- import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "./commands/ListBotAliasesCommand";
41
- import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "./commands/ListBotLocalesCommand";
42
- import { ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput } from "./commands/ListBotRecommendationsCommand";
43
- import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
44
- import { ListBotVersionsCommandInput, ListBotVersionsCommandOutput } from "./commands/ListBotVersionsCommand";
45
- import { ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput } from "./commands/ListBuiltInIntentsCommand";
46
- import { ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput } from "./commands/ListBuiltInSlotTypesCommand";
47
- import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
48
- import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
49
- import { ListIntentsCommandInput, ListIntentsCommandOutput } from "./commands/ListIntentsCommand";
50
- import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput } from "./commands/ListRecommendedIntentsCommand";
51
- import { ListSlotsCommandInput, ListSlotsCommandOutput } from "./commands/ListSlotsCommand";
52
- import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "./commands/ListSlotTypesCommand";
53
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
54
- import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "./commands/SearchAssociatedTranscriptsCommand";
55
- import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "./commands/StartBotRecommendationCommand";
56
- import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
57
- import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "./commands/StopBotRecommendationCommand";
58
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
60
- import { UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput } from "./commands/UpdateBotAliasCommand";
61
- import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
62
- import { UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput } from "./commands/UpdateBotLocaleCommand";
63
- import { UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput } from "./commands/UpdateBotRecommendationCommand";
64
- import { UpdateExportCommandInput, UpdateExportCommandOutput } from "./commands/UpdateExportCommand";
65
- import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "./commands/UpdateIntentCommand";
66
- import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "./commands/UpdateResourcePolicyCommand";
67
- import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "./commands/UpdateSlotCommand";
68
- import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "./commands/UpdateSlotTypeCommand";
69
- import { LexModelsV2Client } from "./LexModelsV2Client";
70
-
71
- export declare class LexModelsV2 extends LexModelsV2Client {
72
-
73
- buildBotLocale(args: BuildBotLocaleCommandInput, options?: __HttpHandlerOptions): Promise<BuildBotLocaleCommandOutput>;
74
- buildBotLocale(args: BuildBotLocaleCommandInput, cb: (err: any, data?: BuildBotLocaleCommandOutput) => void): void;
75
- buildBotLocale(args: BuildBotLocaleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BuildBotLocaleCommandOutput) => void): void;
76
-
77
- createBot(args: CreateBotCommandInput, options?: __HttpHandlerOptions): Promise<CreateBotCommandOutput>;
78
- createBot(args: CreateBotCommandInput, cb: (err: any, data?: CreateBotCommandOutput) => void): void;
79
- createBot(args: CreateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotCommandOutput) => void): void;
80
-
81
- createBotAlias(args: CreateBotAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateBotAliasCommandOutput>;
82
- createBotAlias(args: CreateBotAliasCommandInput, cb: (err: any, data?: CreateBotAliasCommandOutput) => void): void;
83
- createBotAlias(args: CreateBotAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotAliasCommandOutput) => void): void;
84
-
85
- createBotLocale(args: CreateBotLocaleCommandInput, options?: __HttpHandlerOptions): Promise<CreateBotLocaleCommandOutput>;
86
- createBotLocale(args: CreateBotLocaleCommandInput, cb: (err: any, data?: CreateBotLocaleCommandOutput) => void): void;
87
- createBotLocale(args: CreateBotLocaleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotLocaleCommandOutput) => void): void;
88
-
89
- createBotVersion(args: CreateBotVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateBotVersionCommandOutput>;
90
- createBotVersion(args: CreateBotVersionCommandInput, cb: (err: any, data?: CreateBotVersionCommandOutput) => void): void;
91
- createBotVersion(args: CreateBotVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotVersionCommandOutput) => void): void;
92
-
93
- createExport(args: CreateExportCommandInput, options?: __HttpHandlerOptions): Promise<CreateExportCommandOutput>;
94
- createExport(args: CreateExportCommandInput, cb: (err: any, data?: CreateExportCommandOutput) => void): void;
95
- createExport(args: CreateExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExportCommandOutput) => void): void;
96
-
97
- createIntent(args: CreateIntentCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntentCommandOutput>;
98
- createIntent(args: CreateIntentCommandInput, cb: (err: any, data?: CreateIntentCommandOutput) => void): void;
99
- createIntent(args: CreateIntentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntentCommandOutput) => void): void;
100
-
101
- createResourcePolicy(args: CreateResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourcePolicyCommandOutput>;
102
- createResourcePolicy(args: CreateResourcePolicyCommandInput, cb: (err: any, data?: CreateResourcePolicyCommandOutput) => void): void;
103
- createResourcePolicy(args: CreateResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourcePolicyCommandOutput) => void): void;
104
-
105
- createResourcePolicyStatement(args: CreateResourcePolicyStatementCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourcePolicyStatementCommandOutput>;
106
- createResourcePolicyStatement(args: CreateResourcePolicyStatementCommandInput, cb: (err: any, data?: CreateResourcePolicyStatementCommandOutput) => void): void;
107
- createResourcePolicyStatement(args: CreateResourcePolicyStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourcePolicyStatementCommandOutput) => void): void;
108
-
109
- createSlot(args: CreateSlotCommandInput, options?: __HttpHandlerOptions): Promise<CreateSlotCommandOutput>;
110
- createSlot(args: CreateSlotCommandInput, cb: (err: any, data?: CreateSlotCommandOutput) => void): void;
111
- createSlot(args: CreateSlotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSlotCommandOutput) => void): void;
112
-
113
- createSlotType(args: CreateSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateSlotTypeCommandOutput>;
114
- createSlotType(args: CreateSlotTypeCommandInput, cb: (err: any, data?: CreateSlotTypeCommandOutput) => void): void;
115
- createSlotType(args: CreateSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSlotTypeCommandOutput) => void): void;
116
-
117
- createUploadUrl(args: CreateUploadUrlCommandInput, options?: __HttpHandlerOptions): Promise<CreateUploadUrlCommandOutput>;
118
- createUploadUrl(args: CreateUploadUrlCommandInput, cb: (err: any, data?: CreateUploadUrlCommandOutput) => void): void;
119
- createUploadUrl(args: CreateUploadUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUploadUrlCommandOutput) => void): void;
120
-
121
- deleteBot(args: DeleteBotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBotCommandOutput>;
122
- deleteBot(args: DeleteBotCommandInput, cb: (err: any, data?: DeleteBotCommandOutput) => void): void;
123
- deleteBot(args: DeleteBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBotCommandOutput) => void): void;
124
-
125
- deleteBotAlias(args: DeleteBotAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBotAliasCommandOutput>;
126
- deleteBotAlias(args: DeleteBotAliasCommandInput, cb: (err: any, data?: DeleteBotAliasCommandOutput) => void): void;
127
- deleteBotAlias(args: DeleteBotAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBotAliasCommandOutput) => void): void;
128
-
129
- deleteBotLocale(args: DeleteBotLocaleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBotLocaleCommandOutput>;
130
- deleteBotLocale(args: DeleteBotLocaleCommandInput, cb: (err: any, data?: DeleteBotLocaleCommandOutput) => void): void;
131
- deleteBotLocale(args: DeleteBotLocaleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBotLocaleCommandOutput) => void): void;
132
-
133
- deleteBotVersion(args: DeleteBotVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBotVersionCommandOutput>;
134
- deleteBotVersion(args: DeleteBotVersionCommandInput, cb: (err: any, data?: DeleteBotVersionCommandOutput) => void): void;
135
- deleteBotVersion(args: DeleteBotVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBotVersionCommandOutput) => void): void;
136
-
137
- deleteCustomVocabulary(args: DeleteCustomVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomVocabularyCommandOutput>;
138
- deleteCustomVocabulary(args: DeleteCustomVocabularyCommandInput, cb: (err: any, data?: DeleteCustomVocabularyCommandOutput) => void): void;
139
- deleteCustomVocabulary(args: DeleteCustomVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomVocabularyCommandOutput) => void): void;
140
-
141
- deleteExport(args: DeleteExportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExportCommandOutput>;
142
- deleteExport(args: DeleteExportCommandInput, cb: (err: any, data?: DeleteExportCommandOutput) => void): void;
143
- deleteExport(args: DeleteExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExportCommandOutput) => void): void;
144
-
145
- deleteImport(args: DeleteImportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImportCommandOutput>;
146
- deleteImport(args: DeleteImportCommandInput, cb: (err: any, data?: DeleteImportCommandOutput) => void): void;
147
- deleteImport(args: DeleteImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImportCommandOutput) => void): void;
148
-
149
- deleteIntent(args: DeleteIntentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntentCommandOutput>;
150
- deleteIntent(args: DeleteIntentCommandInput, cb: (err: any, data?: DeleteIntentCommandOutput) => void): void;
151
- deleteIntent(args: DeleteIntentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntentCommandOutput) => void): void;
152
-
153
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
154
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
155
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
156
-
157
- deleteResourcePolicyStatement(args: DeleteResourcePolicyStatementCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyStatementCommandOutput>;
158
- deleteResourcePolicyStatement(args: DeleteResourcePolicyStatementCommandInput, cb: (err: any, data?: DeleteResourcePolicyStatementCommandOutput) => void): void;
159
- deleteResourcePolicyStatement(args: DeleteResourcePolicyStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyStatementCommandOutput) => void): void;
160
-
161
- deleteSlot(args: DeleteSlotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSlotCommandOutput>;
162
- deleteSlot(args: DeleteSlotCommandInput, cb: (err: any, data?: DeleteSlotCommandOutput) => void): void;
163
- deleteSlot(args: DeleteSlotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSlotCommandOutput) => void): void;
164
-
165
- deleteSlotType(args: DeleteSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSlotTypeCommandOutput>;
166
- deleteSlotType(args: DeleteSlotTypeCommandInput, cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void): void;
167
- deleteSlotType(args: DeleteSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void): void;
168
-
169
- deleteUtterances(args: DeleteUtterancesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUtterancesCommandOutput>;
170
- deleteUtterances(args: DeleteUtterancesCommandInput, cb: (err: any, data?: DeleteUtterancesCommandOutput) => void): void;
171
- deleteUtterances(args: DeleteUtterancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUtterancesCommandOutput) => void): void;
172
-
173
- describeBot(args: DescribeBotCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBotCommandOutput>;
174
- describeBot(args: DescribeBotCommandInput, cb: (err: any, data?: DescribeBotCommandOutput) => void): void;
175
- describeBot(args: DescribeBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBotCommandOutput) => void): void;
176
-
177
- describeBotAlias(args: DescribeBotAliasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBotAliasCommandOutput>;
178
- describeBotAlias(args: DescribeBotAliasCommandInput, cb: (err: any, data?: DescribeBotAliasCommandOutput) => void): void;
179
- describeBotAlias(args: DescribeBotAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBotAliasCommandOutput) => void): void;
180
-
181
- describeBotLocale(args: DescribeBotLocaleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBotLocaleCommandOutput>;
182
- describeBotLocale(args: DescribeBotLocaleCommandInput, cb: (err: any, data?: DescribeBotLocaleCommandOutput) => void): void;
183
- describeBotLocale(args: DescribeBotLocaleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBotLocaleCommandOutput) => void): void;
184
-
185
- describeBotRecommendation(args: DescribeBotRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBotRecommendationCommandOutput>;
186
- describeBotRecommendation(args: DescribeBotRecommendationCommandInput, cb: (err: any, data?: DescribeBotRecommendationCommandOutput) => void): void;
187
- describeBotRecommendation(args: DescribeBotRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBotRecommendationCommandOutput) => void): void;
188
-
189
- describeBotVersion(args: DescribeBotVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBotVersionCommandOutput>;
190
- describeBotVersion(args: DescribeBotVersionCommandInput, cb: (err: any, data?: DescribeBotVersionCommandOutput) => void): void;
191
- describeBotVersion(args: DescribeBotVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBotVersionCommandOutput) => void): void;
192
-
193
- describeCustomVocabularyMetadata(args: DescribeCustomVocabularyMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomVocabularyMetadataCommandOutput>;
194
- describeCustomVocabularyMetadata(args: DescribeCustomVocabularyMetadataCommandInput, cb: (err: any, data?: DescribeCustomVocabularyMetadataCommandOutput) => void): void;
195
- describeCustomVocabularyMetadata(args: DescribeCustomVocabularyMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomVocabularyMetadataCommandOutput) => void): void;
196
-
197
- describeExport(args: DescribeExportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportCommandOutput>;
198
- describeExport(args: DescribeExportCommandInput, cb: (err: any, data?: DescribeExportCommandOutput) => void): void;
199
- describeExport(args: DescribeExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportCommandOutput) => void): void;
200
-
201
- describeImport(args: DescribeImportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImportCommandOutput>;
202
- describeImport(args: DescribeImportCommandInput, cb: (err: any, data?: DescribeImportCommandOutput) => void): void;
203
- describeImport(args: DescribeImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImportCommandOutput) => void): void;
204
-
205
- describeIntent(args: DescribeIntentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIntentCommandOutput>;
206
- describeIntent(args: DescribeIntentCommandInput, cb: (err: any, data?: DescribeIntentCommandOutput) => void): void;
207
- describeIntent(args: DescribeIntentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIntentCommandOutput) => void): void;
208
-
209
- describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourcePolicyCommandOutput>;
210
- describeResourcePolicy(args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
211
- describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
212
-
213
- describeSlot(args: DescribeSlotCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSlotCommandOutput>;
214
- describeSlot(args: DescribeSlotCommandInput, cb: (err: any, data?: DescribeSlotCommandOutput) => void): void;
215
- describeSlot(args: DescribeSlotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSlotCommandOutput) => void): void;
216
-
217
- describeSlotType(args: DescribeSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSlotTypeCommandOutput>;
218
- describeSlotType(args: DescribeSlotTypeCommandInput, cb: (err: any, data?: DescribeSlotTypeCommandOutput) => void): void;
219
- describeSlotType(args: DescribeSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSlotTypeCommandOutput) => void): void;
220
-
221
- listAggregatedUtterances(args: ListAggregatedUtterancesCommandInput, options?: __HttpHandlerOptions): Promise<ListAggregatedUtterancesCommandOutput>;
222
- listAggregatedUtterances(args: ListAggregatedUtterancesCommandInput, cb: (err: any, data?: ListAggregatedUtterancesCommandOutput) => void): void;
223
- listAggregatedUtterances(args: ListAggregatedUtterancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAggregatedUtterancesCommandOutput) => void): void;
224
-
225
- listBotAliases(args: ListBotAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListBotAliasesCommandOutput>;
226
- listBotAliases(args: ListBotAliasesCommandInput, cb: (err: any, data?: ListBotAliasesCommandOutput) => void): void;
227
- listBotAliases(args: ListBotAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotAliasesCommandOutput) => void): void;
228
-
229
- listBotLocales(args: ListBotLocalesCommandInput, options?: __HttpHandlerOptions): Promise<ListBotLocalesCommandOutput>;
230
- listBotLocales(args: ListBotLocalesCommandInput, cb: (err: any, data?: ListBotLocalesCommandOutput) => void): void;
231
- listBotLocales(args: ListBotLocalesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotLocalesCommandOutput) => void): void;
232
-
233
- listBotRecommendations(args: ListBotRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotRecommendationsCommandOutput>;
234
- listBotRecommendations(args: ListBotRecommendationsCommandInput, cb: (err: any, data?: ListBotRecommendationsCommandOutput) => void): void;
235
- listBotRecommendations(args: ListBotRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotRecommendationsCommandOutput) => void): void;
236
-
237
- listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
238
- listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
239
- listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
240
-
241
- listBotVersions(args: ListBotVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotVersionsCommandOutput>;
242
- listBotVersions(args: ListBotVersionsCommandInput, cb: (err: any, data?: ListBotVersionsCommandOutput) => void): void;
243
- listBotVersions(args: ListBotVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotVersionsCommandOutput) => void): void;
244
-
245
- listBuiltInIntents(args: ListBuiltInIntentsCommandInput, options?: __HttpHandlerOptions): Promise<ListBuiltInIntentsCommandOutput>;
246
- listBuiltInIntents(args: ListBuiltInIntentsCommandInput, cb: (err: any, data?: ListBuiltInIntentsCommandOutput) => void): void;
247
- listBuiltInIntents(args: ListBuiltInIntentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuiltInIntentsCommandOutput) => void): void;
248
-
249
- listBuiltInSlotTypes(args: ListBuiltInSlotTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListBuiltInSlotTypesCommandOutput>;
250
- listBuiltInSlotTypes(args: ListBuiltInSlotTypesCommandInput, cb: (err: any, data?: ListBuiltInSlotTypesCommandOutput) => void): void;
251
- listBuiltInSlotTypes(args: ListBuiltInSlotTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuiltInSlotTypesCommandOutput) => void): void;
252
-
253
- listExports(args: ListExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListExportsCommandOutput>;
254
- listExports(args: ListExportsCommandInput, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
255
- listExports(args: ListExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExportsCommandOutput) => void): void;
256
-
257
- listImports(args: ListImportsCommandInput, options?: __HttpHandlerOptions): Promise<ListImportsCommandOutput>;
258
- listImports(args: ListImportsCommandInput, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
259
- listImports(args: ListImportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImportsCommandOutput) => void): void;
260
-
261
- listIntents(args: ListIntentsCommandInput, options?: __HttpHandlerOptions): Promise<ListIntentsCommandOutput>;
262
- listIntents(args: ListIntentsCommandInput, cb: (err: any, data?: ListIntentsCommandOutput) => void): void;
263
- listIntents(args: ListIntentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIntentsCommandOutput) => void): void;
264
-
265
- listRecommendedIntents(args: ListRecommendedIntentsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendedIntentsCommandOutput>;
266
- listRecommendedIntents(args: ListRecommendedIntentsCommandInput, cb: (err: any, data?: ListRecommendedIntentsCommandOutput) => void): void;
267
- listRecommendedIntents(args: ListRecommendedIntentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendedIntentsCommandOutput) => void): void;
268
-
269
- listSlots(args: ListSlotsCommandInput, options?: __HttpHandlerOptions): Promise<ListSlotsCommandOutput>;
270
- listSlots(args: ListSlotsCommandInput, cb: (err: any, data?: ListSlotsCommandOutput) => void): void;
271
- listSlots(args: ListSlotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSlotsCommandOutput) => void): void;
272
-
273
- listSlotTypes(args: ListSlotTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListSlotTypesCommandOutput>;
274
- listSlotTypes(args: ListSlotTypesCommandInput, cb: (err: any, data?: ListSlotTypesCommandOutput) => void): void;
275
- listSlotTypes(args: ListSlotTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSlotTypesCommandOutput) => void): void;
276
-
277
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
278
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
279
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
280
-
281
- searchAssociatedTranscripts(args: SearchAssociatedTranscriptsCommandInput, options?: __HttpHandlerOptions): Promise<SearchAssociatedTranscriptsCommandOutput>;
282
- searchAssociatedTranscripts(args: SearchAssociatedTranscriptsCommandInput, cb: (err: any, data?: SearchAssociatedTranscriptsCommandOutput) => void): void;
283
- searchAssociatedTranscripts(args: SearchAssociatedTranscriptsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAssociatedTranscriptsCommandOutput) => void): void;
284
-
285
- startBotRecommendation(args: StartBotRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<StartBotRecommendationCommandOutput>;
286
- startBotRecommendation(args: StartBotRecommendationCommandInput, cb: (err: any, data?: StartBotRecommendationCommandOutput) => void): void;
287
- startBotRecommendation(args: StartBotRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBotRecommendationCommandOutput) => void): void;
288
-
289
- startImport(args: StartImportCommandInput, options?: __HttpHandlerOptions): Promise<StartImportCommandOutput>;
290
- startImport(args: StartImportCommandInput, cb: (err: any, data?: StartImportCommandOutput) => void): void;
291
- startImport(args: StartImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImportCommandOutput) => void): void;
292
-
293
- stopBotRecommendation(args: StopBotRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<StopBotRecommendationCommandOutput>;
294
- stopBotRecommendation(args: StopBotRecommendationCommandInput, cb: (err: any, data?: StopBotRecommendationCommandOutput) => void): void;
295
- stopBotRecommendation(args: StopBotRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBotRecommendationCommandOutput) => void): void;
296
-
297
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
298
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
299
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
300
-
301
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
302
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
303
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
304
-
305
- updateBot(args: UpdateBotCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBotCommandOutput>;
306
- updateBot(args: UpdateBotCommandInput, cb: (err: any, data?: UpdateBotCommandOutput) => void): void;
307
- updateBot(args: UpdateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBotCommandOutput) => void): void;
308
-
309
- updateBotAlias(args: UpdateBotAliasCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBotAliasCommandOutput>;
310
- updateBotAlias(args: UpdateBotAliasCommandInput, cb: (err: any, data?: UpdateBotAliasCommandOutput) => void): void;
311
- updateBotAlias(args: UpdateBotAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBotAliasCommandOutput) => void): void;
312
-
313
- updateBotLocale(args: UpdateBotLocaleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBotLocaleCommandOutput>;
314
- updateBotLocale(args: UpdateBotLocaleCommandInput, cb: (err: any, data?: UpdateBotLocaleCommandOutput) => void): void;
315
- updateBotLocale(args: UpdateBotLocaleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBotLocaleCommandOutput) => void): void;
316
-
317
- updateBotRecommendation(args: UpdateBotRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBotRecommendationCommandOutput>;
318
- updateBotRecommendation(args: UpdateBotRecommendationCommandInput, cb: (err: any, data?: UpdateBotRecommendationCommandOutput) => void): void;
319
- updateBotRecommendation(args: UpdateBotRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBotRecommendationCommandOutput) => void): void;
320
-
321
- updateExport(args: UpdateExportCommandInput, options?: __HttpHandlerOptions): Promise<UpdateExportCommandOutput>;
322
- updateExport(args: UpdateExportCommandInput, cb: (err: any, data?: UpdateExportCommandOutput) => void): void;
323
- updateExport(args: UpdateExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateExportCommandOutput) => void): void;
324
-
325
- updateIntent(args: UpdateIntentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIntentCommandOutput>;
326
- updateIntent(args: UpdateIntentCommandInput, cb: (err: any, data?: UpdateIntentCommandOutput) => void): void;
327
- updateIntent(args: UpdateIntentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIntentCommandOutput) => void): void;
328
-
329
- updateResourcePolicy(args: UpdateResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourcePolicyCommandOutput>;
330
- updateResourcePolicy(args: UpdateResourcePolicyCommandInput, cb: (err: any, data?: UpdateResourcePolicyCommandOutput) => void): void;
331
- updateResourcePolicy(args: UpdateResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourcePolicyCommandOutput) => void): void;
332
-
333
- updateSlot(args: UpdateSlotCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSlotCommandOutput>;
334
- updateSlot(args: UpdateSlotCommandInput, cb: (err: any, data?: UpdateSlotCommandOutput) => void): void;
335
- updateSlot(args: UpdateSlotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSlotCommandOutput) => void): void;
336
-
337
- updateSlotType(args: UpdateSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSlotTypeCommandOutput>;
338
- updateSlotType(args: UpdateSlotTypeCommandInput, cb: (err: any, data?: UpdateSlotTypeCommandOutput) => void): void;
339
- updateSlotType(args: UpdateSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSlotTypeCommandOutput) => void): void;
340
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ BuildBotLocaleCommandInput,
4
+ BuildBotLocaleCommandOutput,
5
+ } from "./commands/BuildBotLocaleCommand";
6
+ import {
7
+ CreateBotAliasCommandInput,
8
+ CreateBotAliasCommandOutput,
9
+ } from "./commands/CreateBotAliasCommand";
10
+ import {
11
+ CreateBotCommandInput,
12
+ CreateBotCommandOutput,
13
+ } from "./commands/CreateBotCommand";
14
+ import {
15
+ CreateBotLocaleCommandInput,
16
+ CreateBotLocaleCommandOutput,
17
+ } from "./commands/CreateBotLocaleCommand";
18
+ import {
19
+ CreateBotVersionCommandInput,
20
+ CreateBotVersionCommandOutput,
21
+ } from "./commands/CreateBotVersionCommand";
22
+ import {
23
+ CreateExportCommandInput,
24
+ CreateExportCommandOutput,
25
+ } from "./commands/CreateExportCommand";
26
+ import {
27
+ CreateIntentCommandInput,
28
+ CreateIntentCommandOutput,
29
+ } from "./commands/CreateIntentCommand";
30
+ import {
31
+ CreateResourcePolicyCommandInput,
32
+ CreateResourcePolicyCommandOutput,
33
+ } from "./commands/CreateResourcePolicyCommand";
34
+ import {
35
+ CreateResourcePolicyStatementCommandInput,
36
+ CreateResourcePolicyStatementCommandOutput,
37
+ } from "./commands/CreateResourcePolicyStatementCommand";
38
+ import {
39
+ CreateSlotCommandInput,
40
+ CreateSlotCommandOutput,
41
+ } from "./commands/CreateSlotCommand";
42
+ import {
43
+ CreateSlotTypeCommandInput,
44
+ CreateSlotTypeCommandOutput,
45
+ } from "./commands/CreateSlotTypeCommand";
46
+ import {
47
+ CreateUploadUrlCommandInput,
48
+ CreateUploadUrlCommandOutput,
49
+ } from "./commands/CreateUploadUrlCommand";
50
+ import {
51
+ DeleteBotAliasCommandInput,
52
+ DeleteBotAliasCommandOutput,
53
+ } from "./commands/DeleteBotAliasCommand";
54
+ import {
55
+ DeleteBotCommandInput,
56
+ DeleteBotCommandOutput,
57
+ } from "./commands/DeleteBotCommand";
58
+ import {
59
+ DeleteBotLocaleCommandInput,
60
+ DeleteBotLocaleCommandOutput,
61
+ } from "./commands/DeleteBotLocaleCommand";
62
+ import {
63
+ DeleteBotVersionCommandInput,
64
+ DeleteBotVersionCommandOutput,
65
+ } from "./commands/DeleteBotVersionCommand";
66
+ import {
67
+ DeleteCustomVocabularyCommandInput,
68
+ DeleteCustomVocabularyCommandOutput,
69
+ } from "./commands/DeleteCustomVocabularyCommand";
70
+ import {
71
+ DeleteExportCommandInput,
72
+ DeleteExportCommandOutput,
73
+ } from "./commands/DeleteExportCommand";
74
+ import {
75
+ DeleteImportCommandInput,
76
+ DeleteImportCommandOutput,
77
+ } from "./commands/DeleteImportCommand";
78
+ import {
79
+ DeleteIntentCommandInput,
80
+ DeleteIntentCommandOutput,
81
+ } from "./commands/DeleteIntentCommand";
82
+ import {
83
+ DeleteResourcePolicyCommandInput,
84
+ DeleteResourcePolicyCommandOutput,
85
+ } from "./commands/DeleteResourcePolicyCommand";
86
+ import {
87
+ DeleteResourcePolicyStatementCommandInput,
88
+ DeleteResourcePolicyStatementCommandOutput,
89
+ } from "./commands/DeleteResourcePolicyStatementCommand";
90
+ import {
91
+ DeleteSlotCommandInput,
92
+ DeleteSlotCommandOutput,
93
+ } from "./commands/DeleteSlotCommand";
94
+ import {
95
+ DeleteSlotTypeCommandInput,
96
+ DeleteSlotTypeCommandOutput,
97
+ } from "./commands/DeleteSlotTypeCommand";
98
+ import {
99
+ DeleteUtterancesCommandInput,
100
+ DeleteUtterancesCommandOutput,
101
+ } from "./commands/DeleteUtterancesCommand";
102
+ import {
103
+ DescribeBotAliasCommandInput,
104
+ DescribeBotAliasCommandOutput,
105
+ } from "./commands/DescribeBotAliasCommand";
106
+ import {
107
+ DescribeBotCommandInput,
108
+ DescribeBotCommandOutput,
109
+ } from "./commands/DescribeBotCommand";
110
+ import {
111
+ DescribeBotLocaleCommandInput,
112
+ DescribeBotLocaleCommandOutput,
113
+ } from "./commands/DescribeBotLocaleCommand";
114
+ import {
115
+ DescribeBotRecommendationCommandInput,
116
+ DescribeBotRecommendationCommandOutput,
117
+ } from "./commands/DescribeBotRecommendationCommand";
118
+ import {
119
+ DescribeBotVersionCommandInput,
120
+ DescribeBotVersionCommandOutput,
121
+ } from "./commands/DescribeBotVersionCommand";
122
+ import {
123
+ DescribeCustomVocabularyMetadataCommandInput,
124
+ DescribeCustomVocabularyMetadataCommandOutput,
125
+ } from "./commands/DescribeCustomVocabularyMetadataCommand";
126
+ import {
127
+ DescribeExportCommandInput,
128
+ DescribeExportCommandOutput,
129
+ } from "./commands/DescribeExportCommand";
130
+ import {
131
+ DescribeImportCommandInput,
132
+ DescribeImportCommandOutput,
133
+ } from "./commands/DescribeImportCommand";
134
+ import {
135
+ DescribeIntentCommandInput,
136
+ DescribeIntentCommandOutput,
137
+ } from "./commands/DescribeIntentCommand";
138
+ import {
139
+ DescribeResourcePolicyCommandInput,
140
+ DescribeResourcePolicyCommandOutput,
141
+ } from "./commands/DescribeResourcePolicyCommand";
142
+ import {
143
+ DescribeSlotCommandInput,
144
+ DescribeSlotCommandOutput,
145
+ } from "./commands/DescribeSlotCommand";
146
+ import {
147
+ DescribeSlotTypeCommandInput,
148
+ DescribeSlotTypeCommandOutput,
149
+ } from "./commands/DescribeSlotTypeCommand";
150
+ import {
151
+ ListAggregatedUtterancesCommandInput,
152
+ ListAggregatedUtterancesCommandOutput,
153
+ } from "./commands/ListAggregatedUtterancesCommand";
154
+ import {
155
+ ListBotAliasesCommandInput,
156
+ ListBotAliasesCommandOutput,
157
+ } from "./commands/ListBotAliasesCommand";
158
+ import {
159
+ ListBotLocalesCommandInput,
160
+ ListBotLocalesCommandOutput,
161
+ } from "./commands/ListBotLocalesCommand";
162
+ import {
163
+ ListBotRecommendationsCommandInput,
164
+ ListBotRecommendationsCommandOutput,
165
+ } from "./commands/ListBotRecommendationsCommand";
166
+ import {
167
+ ListBotsCommandInput,
168
+ ListBotsCommandOutput,
169
+ } from "./commands/ListBotsCommand";
170
+ import {
171
+ ListBotVersionsCommandInput,
172
+ ListBotVersionsCommandOutput,
173
+ } from "./commands/ListBotVersionsCommand";
174
+ import {
175
+ ListBuiltInIntentsCommandInput,
176
+ ListBuiltInIntentsCommandOutput,
177
+ } from "./commands/ListBuiltInIntentsCommand";
178
+ import {
179
+ ListBuiltInSlotTypesCommandInput,
180
+ ListBuiltInSlotTypesCommandOutput,
181
+ } from "./commands/ListBuiltInSlotTypesCommand";
182
+ import {
183
+ ListExportsCommandInput,
184
+ ListExportsCommandOutput,
185
+ } from "./commands/ListExportsCommand";
186
+ import {
187
+ ListImportsCommandInput,
188
+ ListImportsCommandOutput,
189
+ } from "./commands/ListImportsCommand";
190
+ import {
191
+ ListIntentsCommandInput,
192
+ ListIntentsCommandOutput,
193
+ } from "./commands/ListIntentsCommand";
194
+ import {
195
+ ListRecommendedIntentsCommandInput,
196
+ ListRecommendedIntentsCommandOutput,
197
+ } from "./commands/ListRecommendedIntentsCommand";
198
+ import {
199
+ ListSlotsCommandInput,
200
+ ListSlotsCommandOutput,
201
+ } from "./commands/ListSlotsCommand";
202
+ import {
203
+ ListSlotTypesCommandInput,
204
+ ListSlotTypesCommandOutput,
205
+ } from "./commands/ListSlotTypesCommand";
206
+ import {
207
+ ListTagsForResourceCommandInput,
208
+ ListTagsForResourceCommandOutput,
209
+ } from "./commands/ListTagsForResourceCommand";
210
+ import {
211
+ SearchAssociatedTranscriptsCommandInput,
212
+ SearchAssociatedTranscriptsCommandOutput,
213
+ } from "./commands/SearchAssociatedTranscriptsCommand";
214
+ import {
215
+ StartBotRecommendationCommandInput,
216
+ StartBotRecommendationCommandOutput,
217
+ } from "./commands/StartBotRecommendationCommand";
218
+ import {
219
+ StartImportCommandInput,
220
+ StartImportCommandOutput,
221
+ } from "./commands/StartImportCommand";
222
+ import {
223
+ StopBotRecommendationCommandInput,
224
+ StopBotRecommendationCommandOutput,
225
+ } from "./commands/StopBotRecommendationCommand";
226
+ import {
227
+ TagResourceCommandInput,
228
+ TagResourceCommandOutput,
229
+ } from "./commands/TagResourceCommand";
230
+ import {
231
+ UntagResourceCommandInput,
232
+ UntagResourceCommandOutput,
233
+ } from "./commands/UntagResourceCommand";
234
+ import {
235
+ UpdateBotAliasCommandInput,
236
+ UpdateBotAliasCommandOutput,
237
+ } from "./commands/UpdateBotAliasCommand";
238
+ import {
239
+ UpdateBotCommandInput,
240
+ UpdateBotCommandOutput,
241
+ } from "./commands/UpdateBotCommand";
242
+ import {
243
+ UpdateBotLocaleCommandInput,
244
+ UpdateBotLocaleCommandOutput,
245
+ } from "./commands/UpdateBotLocaleCommand";
246
+ import {
247
+ UpdateBotRecommendationCommandInput,
248
+ UpdateBotRecommendationCommandOutput,
249
+ } from "./commands/UpdateBotRecommendationCommand";
250
+ import {
251
+ UpdateExportCommandInput,
252
+ UpdateExportCommandOutput,
253
+ } from "./commands/UpdateExportCommand";
254
+ import {
255
+ UpdateIntentCommandInput,
256
+ UpdateIntentCommandOutput,
257
+ } from "./commands/UpdateIntentCommand";
258
+ import {
259
+ UpdateResourcePolicyCommandInput,
260
+ UpdateResourcePolicyCommandOutput,
261
+ } from "./commands/UpdateResourcePolicyCommand";
262
+ import {
263
+ UpdateSlotCommandInput,
264
+ UpdateSlotCommandOutput,
265
+ } from "./commands/UpdateSlotCommand";
266
+ import {
267
+ UpdateSlotTypeCommandInput,
268
+ UpdateSlotTypeCommandOutput,
269
+ } from "./commands/UpdateSlotTypeCommand";
270
+ import { LexModelsV2Client } from "./LexModelsV2Client";
271
+
272
+ export declare class LexModelsV2 extends LexModelsV2Client {
273
+ buildBotLocale(
274
+ args: BuildBotLocaleCommandInput,
275
+ options?: __HttpHandlerOptions
276
+ ): Promise<BuildBotLocaleCommandOutput>;
277
+ buildBotLocale(
278
+ args: BuildBotLocaleCommandInput,
279
+ cb: (err: any, data?: BuildBotLocaleCommandOutput) => void
280
+ ): void;
281
+ buildBotLocale(
282
+ args: BuildBotLocaleCommandInput,
283
+ options: __HttpHandlerOptions,
284
+ cb: (err: any, data?: BuildBotLocaleCommandOutput) => void
285
+ ): void;
286
+
287
+ createBot(
288
+ args: CreateBotCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<CreateBotCommandOutput>;
291
+ createBot(
292
+ args: CreateBotCommandInput,
293
+ cb: (err: any, data?: CreateBotCommandOutput) => void
294
+ ): void;
295
+ createBot(
296
+ args: CreateBotCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: CreateBotCommandOutput) => void
299
+ ): void;
300
+
301
+ createBotAlias(
302
+ args: CreateBotAliasCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<CreateBotAliasCommandOutput>;
305
+ createBotAlias(
306
+ args: CreateBotAliasCommandInput,
307
+ cb: (err: any, data?: CreateBotAliasCommandOutput) => void
308
+ ): void;
309
+ createBotAlias(
310
+ args: CreateBotAliasCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: CreateBotAliasCommandOutput) => void
313
+ ): void;
314
+
315
+ createBotLocale(
316
+ args: CreateBotLocaleCommandInput,
317
+ options?: __HttpHandlerOptions
318
+ ): Promise<CreateBotLocaleCommandOutput>;
319
+ createBotLocale(
320
+ args: CreateBotLocaleCommandInput,
321
+ cb: (err: any, data?: CreateBotLocaleCommandOutput) => void
322
+ ): void;
323
+ createBotLocale(
324
+ args: CreateBotLocaleCommandInput,
325
+ options: __HttpHandlerOptions,
326
+ cb: (err: any, data?: CreateBotLocaleCommandOutput) => void
327
+ ): void;
328
+
329
+ createBotVersion(
330
+ args: CreateBotVersionCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<CreateBotVersionCommandOutput>;
333
+ createBotVersion(
334
+ args: CreateBotVersionCommandInput,
335
+ cb: (err: any, data?: CreateBotVersionCommandOutput) => void
336
+ ): void;
337
+ createBotVersion(
338
+ args: CreateBotVersionCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: CreateBotVersionCommandOutput) => void
341
+ ): void;
342
+
343
+ createExport(
344
+ args: CreateExportCommandInput,
345
+ options?: __HttpHandlerOptions
346
+ ): Promise<CreateExportCommandOutput>;
347
+ createExport(
348
+ args: CreateExportCommandInput,
349
+ cb: (err: any, data?: CreateExportCommandOutput) => void
350
+ ): void;
351
+ createExport(
352
+ args: CreateExportCommandInput,
353
+ options: __HttpHandlerOptions,
354
+ cb: (err: any, data?: CreateExportCommandOutput) => void
355
+ ): void;
356
+
357
+ createIntent(
358
+ args: CreateIntentCommandInput,
359
+ options?: __HttpHandlerOptions
360
+ ): Promise<CreateIntentCommandOutput>;
361
+ createIntent(
362
+ args: CreateIntentCommandInput,
363
+ cb: (err: any, data?: CreateIntentCommandOutput) => void
364
+ ): void;
365
+ createIntent(
366
+ args: CreateIntentCommandInput,
367
+ options: __HttpHandlerOptions,
368
+ cb: (err: any, data?: CreateIntentCommandOutput) => void
369
+ ): void;
370
+
371
+ createResourcePolicy(
372
+ args: CreateResourcePolicyCommandInput,
373
+ options?: __HttpHandlerOptions
374
+ ): Promise<CreateResourcePolicyCommandOutput>;
375
+ createResourcePolicy(
376
+ args: CreateResourcePolicyCommandInput,
377
+ cb: (err: any, data?: CreateResourcePolicyCommandOutput) => void
378
+ ): void;
379
+ createResourcePolicy(
380
+ args: CreateResourcePolicyCommandInput,
381
+ options: __HttpHandlerOptions,
382
+ cb: (err: any, data?: CreateResourcePolicyCommandOutput) => void
383
+ ): void;
384
+
385
+ createResourcePolicyStatement(
386
+ args: CreateResourcePolicyStatementCommandInput,
387
+ options?: __HttpHandlerOptions
388
+ ): Promise<CreateResourcePolicyStatementCommandOutput>;
389
+ createResourcePolicyStatement(
390
+ args: CreateResourcePolicyStatementCommandInput,
391
+ cb: (err: any, data?: CreateResourcePolicyStatementCommandOutput) => void
392
+ ): void;
393
+ createResourcePolicyStatement(
394
+ args: CreateResourcePolicyStatementCommandInput,
395
+ options: __HttpHandlerOptions,
396
+ cb: (err: any, data?: CreateResourcePolicyStatementCommandOutput) => void
397
+ ): void;
398
+
399
+ createSlot(
400
+ args: CreateSlotCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<CreateSlotCommandOutput>;
403
+ createSlot(
404
+ args: CreateSlotCommandInput,
405
+ cb: (err: any, data?: CreateSlotCommandOutput) => void
406
+ ): void;
407
+ createSlot(
408
+ args: CreateSlotCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: CreateSlotCommandOutput) => void
411
+ ): void;
412
+
413
+ createSlotType(
414
+ args: CreateSlotTypeCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<CreateSlotTypeCommandOutput>;
417
+ createSlotType(
418
+ args: CreateSlotTypeCommandInput,
419
+ cb: (err: any, data?: CreateSlotTypeCommandOutput) => void
420
+ ): void;
421
+ createSlotType(
422
+ args: CreateSlotTypeCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: CreateSlotTypeCommandOutput) => void
425
+ ): void;
426
+
427
+ createUploadUrl(
428
+ args: CreateUploadUrlCommandInput,
429
+ options?: __HttpHandlerOptions
430
+ ): Promise<CreateUploadUrlCommandOutput>;
431
+ createUploadUrl(
432
+ args: CreateUploadUrlCommandInput,
433
+ cb: (err: any, data?: CreateUploadUrlCommandOutput) => void
434
+ ): void;
435
+ createUploadUrl(
436
+ args: CreateUploadUrlCommandInput,
437
+ options: __HttpHandlerOptions,
438
+ cb: (err: any, data?: CreateUploadUrlCommandOutput) => void
439
+ ): void;
440
+
441
+ deleteBot(
442
+ args: DeleteBotCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<DeleteBotCommandOutput>;
445
+ deleteBot(
446
+ args: DeleteBotCommandInput,
447
+ cb: (err: any, data?: DeleteBotCommandOutput) => void
448
+ ): void;
449
+ deleteBot(
450
+ args: DeleteBotCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: DeleteBotCommandOutput) => void
453
+ ): void;
454
+
455
+ deleteBotAlias(
456
+ args: DeleteBotAliasCommandInput,
457
+ options?: __HttpHandlerOptions
458
+ ): Promise<DeleteBotAliasCommandOutput>;
459
+ deleteBotAlias(
460
+ args: DeleteBotAliasCommandInput,
461
+ cb: (err: any, data?: DeleteBotAliasCommandOutput) => void
462
+ ): void;
463
+ deleteBotAlias(
464
+ args: DeleteBotAliasCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (err: any, data?: DeleteBotAliasCommandOutput) => void
467
+ ): void;
468
+
469
+ deleteBotLocale(
470
+ args: DeleteBotLocaleCommandInput,
471
+ options?: __HttpHandlerOptions
472
+ ): Promise<DeleteBotLocaleCommandOutput>;
473
+ deleteBotLocale(
474
+ args: DeleteBotLocaleCommandInput,
475
+ cb: (err: any, data?: DeleteBotLocaleCommandOutput) => void
476
+ ): void;
477
+ deleteBotLocale(
478
+ args: DeleteBotLocaleCommandInput,
479
+ options: __HttpHandlerOptions,
480
+ cb: (err: any, data?: DeleteBotLocaleCommandOutput) => void
481
+ ): void;
482
+
483
+ deleteBotVersion(
484
+ args: DeleteBotVersionCommandInput,
485
+ options?: __HttpHandlerOptions
486
+ ): Promise<DeleteBotVersionCommandOutput>;
487
+ deleteBotVersion(
488
+ args: DeleteBotVersionCommandInput,
489
+ cb: (err: any, data?: DeleteBotVersionCommandOutput) => void
490
+ ): void;
491
+ deleteBotVersion(
492
+ args: DeleteBotVersionCommandInput,
493
+ options: __HttpHandlerOptions,
494
+ cb: (err: any, data?: DeleteBotVersionCommandOutput) => void
495
+ ): void;
496
+
497
+ deleteCustomVocabulary(
498
+ args: DeleteCustomVocabularyCommandInput,
499
+ options?: __HttpHandlerOptions
500
+ ): Promise<DeleteCustomVocabularyCommandOutput>;
501
+ deleteCustomVocabulary(
502
+ args: DeleteCustomVocabularyCommandInput,
503
+ cb: (err: any, data?: DeleteCustomVocabularyCommandOutput) => void
504
+ ): void;
505
+ deleteCustomVocabulary(
506
+ args: DeleteCustomVocabularyCommandInput,
507
+ options: __HttpHandlerOptions,
508
+ cb: (err: any, data?: DeleteCustomVocabularyCommandOutput) => void
509
+ ): void;
510
+
511
+ deleteExport(
512
+ args: DeleteExportCommandInput,
513
+ options?: __HttpHandlerOptions
514
+ ): Promise<DeleteExportCommandOutput>;
515
+ deleteExport(
516
+ args: DeleteExportCommandInput,
517
+ cb: (err: any, data?: DeleteExportCommandOutput) => void
518
+ ): void;
519
+ deleteExport(
520
+ args: DeleteExportCommandInput,
521
+ options: __HttpHandlerOptions,
522
+ cb: (err: any, data?: DeleteExportCommandOutput) => void
523
+ ): void;
524
+
525
+ deleteImport(
526
+ args: DeleteImportCommandInput,
527
+ options?: __HttpHandlerOptions
528
+ ): Promise<DeleteImportCommandOutput>;
529
+ deleteImport(
530
+ args: DeleteImportCommandInput,
531
+ cb: (err: any, data?: DeleteImportCommandOutput) => void
532
+ ): void;
533
+ deleteImport(
534
+ args: DeleteImportCommandInput,
535
+ options: __HttpHandlerOptions,
536
+ cb: (err: any, data?: DeleteImportCommandOutput) => void
537
+ ): void;
538
+
539
+ deleteIntent(
540
+ args: DeleteIntentCommandInput,
541
+ options?: __HttpHandlerOptions
542
+ ): Promise<DeleteIntentCommandOutput>;
543
+ deleteIntent(
544
+ args: DeleteIntentCommandInput,
545
+ cb: (err: any, data?: DeleteIntentCommandOutput) => void
546
+ ): void;
547
+ deleteIntent(
548
+ args: DeleteIntentCommandInput,
549
+ options: __HttpHandlerOptions,
550
+ cb: (err: any, data?: DeleteIntentCommandOutput) => void
551
+ ): void;
552
+
553
+ deleteResourcePolicy(
554
+ args: DeleteResourcePolicyCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<DeleteResourcePolicyCommandOutput>;
557
+ deleteResourcePolicy(
558
+ args: DeleteResourcePolicyCommandInput,
559
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
560
+ ): void;
561
+ deleteResourcePolicy(
562
+ args: DeleteResourcePolicyCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
565
+ ): void;
566
+
567
+ deleteResourcePolicyStatement(
568
+ args: DeleteResourcePolicyStatementCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<DeleteResourcePolicyStatementCommandOutput>;
571
+ deleteResourcePolicyStatement(
572
+ args: DeleteResourcePolicyStatementCommandInput,
573
+ cb: (err: any, data?: DeleteResourcePolicyStatementCommandOutput) => void
574
+ ): void;
575
+ deleteResourcePolicyStatement(
576
+ args: DeleteResourcePolicyStatementCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: DeleteResourcePolicyStatementCommandOutput) => void
579
+ ): void;
580
+
581
+ deleteSlot(
582
+ args: DeleteSlotCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<DeleteSlotCommandOutput>;
585
+ deleteSlot(
586
+ args: DeleteSlotCommandInput,
587
+ cb: (err: any, data?: DeleteSlotCommandOutput) => void
588
+ ): void;
589
+ deleteSlot(
590
+ args: DeleteSlotCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: DeleteSlotCommandOutput) => void
593
+ ): void;
594
+
595
+ deleteSlotType(
596
+ args: DeleteSlotTypeCommandInput,
597
+ options?: __HttpHandlerOptions
598
+ ): Promise<DeleteSlotTypeCommandOutput>;
599
+ deleteSlotType(
600
+ args: DeleteSlotTypeCommandInput,
601
+ cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void
602
+ ): void;
603
+ deleteSlotType(
604
+ args: DeleteSlotTypeCommandInput,
605
+ options: __HttpHandlerOptions,
606
+ cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void
607
+ ): void;
608
+
609
+ deleteUtterances(
610
+ args: DeleteUtterancesCommandInput,
611
+ options?: __HttpHandlerOptions
612
+ ): Promise<DeleteUtterancesCommandOutput>;
613
+ deleteUtterances(
614
+ args: DeleteUtterancesCommandInput,
615
+ cb: (err: any, data?: DeleteUtterancesCommandOutput) => void
616
+ ): void;
617
+ deleteUtterances(
618
+ args: DeleteUtterancesCommandInput,
619
+ options: __HttpHandlerOptions,
620
+ cb: (err: any, data?: DeleteUtterancesCommandOutput) => void
621
+ ): void;
622
+
623
+ describeBot(
624
+ args: DescribeBotCommandInput,
625
+ options?: __HttpHandlerOptions
626
+ ): Promise<DescribeBotCommandOutput>;
627
+ describeBot(
628
+ args: DescribeBotCommandInput,
629
+ cb: (err: any, data?: DescribeBotCommandOutput) => void
630
+ ): void;
631
+ describeBot(
632
+ args: DescribeBotCommandInput,
633
+ options: __HttpHandlerOptions,
634
+ cb: (err: any, data?: DescribeBotCommandOutput) => void
635
+ ): void;
636
+
637
+ describeBotAlias(
638
+ args: DescribeBotAliasCommandInput,
639
+ options?: __HttpHandlerOptions
640
+ ): Promise<DescribeBotAliasCommandOutput>;
641
+ describeBotAlias(
642
+ args: DescribeBotAliasCommandInput,
643
+ cb: (err: any, data?: DescribeBotAliasCommandOutput) => void
644
+ ): void;
645
+ describeBotAlias(
646
+ args: DescribeBotAliasCommandInput,
647
+ options: __HttpHandlerOptions,
648
+ cb: (err: any, data?: DescribeBotAliasCommandOutput) => void
649
+ ): void;
650
+
651
+ describeBotLocale(
652
+ args: DescribeBotLocaleCommandInput,
653
+ options?: __HttpHandlerOptions
654
+ ): Promise<DescribeBotLocaleCommandOutput>;
655
+ describeBotLocale(
656
+ args: DescribeBotLocaleCommandInput,
657
+ cb: (err: any, data?: DescribeBotLocaleCommandOutput) => void
658
+ ): void;
659
+ describeBotLocale(
660
+ args: DescribeBotLocaleCommandInput,
661
+ options: __HttpHandlerOptions,
662
+ cb: (err: any, data?: DescribeBotLocaleCommandOutput) => void
663
+ ): void;
664
+
665
+ describeBotRecommendation(
666
+ args: DescribeBotRecommendationCommandInput,
667
+ options?: __HttpHandlerOptions
668
+ ): Promise<DescribeBotRecommendationCommandOutput>;
669
+ describeBotRecommendation(
670
+ args: DescribeBotRecommendationCommandInput,
671
+ cb: (err: any, data?: DescribeBotRecommendationCommandOutput) => void
672
+ ): void;
673
+ describeBotRecommendation(
674
+ args: DescribeBotRecommendationCommandInput,
675
+ options: __HttpHandlerOptions,
676
+ cb: (err: any, data?: DescribeBotRecommendationCommandOutput) => void
677
+ ): void;
678
+
679
+ describeBotVersion(
680
+ args: DescribeBotVersionCommandInput,
681
+ options?: __HttpHandlerOptions
682
+ ): Promise<DescribeBotVersionCommandOutput>;
683
+ describeBotVersion(
684
+ args: DescribeBotVersionCommandInput,
685
+ cb: (err: any, data?: DescribeBotVersionCommandOutput) => void
686
+ ): void;
687
+ describeBotVersion(
688
+ args: DescribeBotVersionCommandInput,
689
+ options: __HttpHandlerOptions,
690
+ cb: (err: any, data?: DescribeBotVersionCommandOutput) => void
691
+ ): void;
692
+
693
+ describeCustomVocabularyMetadata(
694
+ args: DescribeCustomVocabularyMetadataCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<DescribeCustomVocabularyMetadataCommandOutput>;
697
+ describeCustomVocabularyMetadata(
698
+ args: DescribeCustomVocabularyMetadataCommandInput,
699
+ cb: (err: any, data?: DescribeCustomVocabularyMetadataCommandOutput) => void
700
+ ): void;
701
+ describeCustomVocabularyMetadata(
702
+ args: DescribeCustomVocabularyMetadataCommandInput,
703
+ options: __HttpHandlerOptions,
704
+ cb: (err: any, data?: DescribeCustomVocabularyMetadataCommandOutput) => void
705
+ ): void;
706
+
707
+ describeExport(
708
+ args: DescribeExportCommandInput,
709
+ options?: __HttpHandlerOptions
710
+ ): Promise<DescribeExportCommandOutput>;
711
+ describeExport(
712
+ args: DescribeExportCommandInput,
713
+ cb: (err: any, data?: DescribeExportCommandOutput) => void
714
+ ): void;
715
+ describeExport(
716
+ args: DescribeExportCommandInput,
717
+ options: __HttpHandlerOptions,
718
+ cb: (err: any, data?: DescribeExportCommandOutput) => void
719
+ ): void;
720
+
721
+ describeImport(
722
+ args: DescribeImportCommandInput,
723
+ options?: __HttpHandlerOptions
724
+ ): Promise<DescribeImportCommandOutput>;
725
+ describeImport(
726
+ args: DescribeImportCommandInput,
727
+ cb: (err: any, data?: DescribeImportCommandOutput) => void
728
+ ): void;
729
+ describeImport(
730
+ args: DescribeImportCommandInput,
731
+ options: __HttpHandlerOptions,
732
+ cb: (err: any, data?: DescribeImportCommandOutput) => void
733
+ ): void;
734
+
735
+ describeIntent(
736
+ args: DescribeIntentCommandInput,
737
+ options?: __HttpHandlerOptions
738
+ ): Promise<DescribeIntentCommandOutput>;
739
+ describeIntent(
740
+ args: DescribeIntentCommandInput,
741
+ cb: (err: any, data?: DescribeIntentCommandOutput) => void
742
+ ): void;
743
+ describeIntent(
744
+ args: DescribeIntentCommandInput,
745
+ options: __HttpHandlerOptions,
746
+ cb: (err: any, data?: DescribeIntentCommandOutput) => void
747
+ ): void;
748
+
749
+ describeResourcePolicy(
750
+ args: DescribeResourcePolicyCommandInput,
751
+ options?: __HttpHandlerOptions
752
+ ): Promise<DescribeResourcePolicyCommandOutput>;
753
+ describeResourcePolicy(
754
+ args: DescribeResourcePolicyCommandInput,
755
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
756
+ ): void;
757
+ describeResourcePolicy(
758
+ args: DescribeResourcePolicyCommandInput,
759
+ options: __HttpHandlerOptions,
760
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
761
+ ): void;
762
+
763
+ describeSlot(
764
+ args: DescribeSlotCommandInput,
765
+ options?: __HttpHandlerOptions
766
+ ): Promise<DescribeSlotCommandOutput>;
767
+ describeSlot(
768
+ args: DescribeSlotCommandInput,
769
+ cb: (err: any, data?: DescribeSlotCommandOutput) => void
770
+ ): void;
771
+ describeSlot(
772
+ args: DescribeSlotCommandInput,
773
+ options: __HttpHandlerOptions,
774
+ cb: (err: any, data?: DescribeSlotCommandOutput) => void
775
+ ): void;
776
+
777
+ describeSlotType(
778
+ args: DescribeSlotTypeCommandInput,
779
+ options?: __HttpHandlerOptions
780
+ ): Promise<DescribeSlotTypeCommandOutput>;
781
+ describeSlotType(
782
+ args: DescribeSlotTypeCommandInput,
783
+ cb: (err: any, data?: DescribeSlotTypeCommandOutput) => void
784
+ ): void;
785
+ describeSlotType(
786
+ args: DescribeSlotTypeCommandInput,
787
+ options: __HttpHandlerOptions,
788
+ cb: (err: any, data?: DescribeSlotTypeCommandOutput) => void
789
+ ): void;
790
+
791
+ listAggregatedUtterances(
792
+ args: ListAggregatedUtterancesCommandInput,
793
+ options?: __HttpHandlerOptions
794
+ ): Promise<ListAggregatedUtterancesCommandOutput>;
795
+ listAggregatedUtterances(
796
+ args: ListAggregatedUtterancesCommandInput,
797
+ cb: (err: any, data?: ListAggregatedUtterancesCommandOutput) => void
798
+ ): void;
799
+ listAggregatedUtterances(
800
+ args: ListAggregatedUtterancesCommandInput,
801
+ options: __HttpHandlerOptions,
802
+ cb: (err: any, data?: ListAggregatedUtterancesCommandOutput) => void
803
+ ): void;
804
+
805
+ listBotAliases(
806
+ args: ListBotAliasesCommandInput,
807
+ options?: __HttpHandlerOptions
808
+ ): Promise<ListBotAliasesCommandOutput>;
809
+ listBotAliases(
810
+ args: ListBotAliasesCommandInput,
811
+ cb: (err: any, data?: ListBotAliasesCommandOutput) => void
812
+ ): void;
813
+ listBotAliases(
814
+ args: ListBotAliasesCommandInput,
815
+ options: __HttpHandlerOptions,
816
+ cb: (err: any, data?: ListBotAliasesCommandOutput) => void
817
+ ): void;
818
+
819
+ listBotLocales(
820
+ args: ListBotLocalesCommandInput,
821
+ options?: __HttpHandlerOptions
822
+ ): Promise<ListBotLocalesCommandOutput>;
823
+ listBotLocales(
824
+ args: ListBotLocalesCommandInput,
825
+ cb: (err: any, data?: ListBotLocalesCommandOutput) => void
826
+ ): void;
827
+ listBotLocales(
828
+ args: ListBotLocalesCommandInput,
829
+ options: __HttpHandlerOptions,
830
+ cb: (err: any, data?: ListBotLocalesCommandOutput) => void
831
+ ): void;
832
+
833
+ listBotRecommendations(
834
+ args: ListBotRecommendationsCommandInput,
835
+ options?: __HttpHandlerOptions
836
+ ): Promise<ListBotRecommendationsCommandOutput>;
837
+ listBotRecommendations(
838
+ args: ListBotRecommendationsCommandInput,
839
+ cb: (err: any, data?: ListBotRecommendationsCommandOutput) => void
840
+ ): void;
841
+ listBotRecommendations(
842
+ args: ListBotRecommendationsCommandInput,
843
+ options: __HttpHandlerOptions,
844
+ cb: (err: any, data?: ListBotRecommendationsCommandOutput) => void
845
+ ): void;
846
+
847
+ listBots(
848
+ args: ListBotsCommandInput,
849
+ options?: __HttpHandlerOptions
850
+ ): Promise<ListBotsCommandOutput>;
851
+ listBots(
852
+ args: ListBotsCommandInput,
853
+ cb: (err: any, data?: ListBotsCommandOutput) => void
854
+ ): void;
855
+ listBots(
856
+ args: ListBotsCommandInput,
857
+ options: __HttpHandlerOptions,
858
+ cb: (err: any, data?: ListBotsCommandOutput) => void
859
+ ): void;
860
+
861
+ listBotVersions(
862
+ args: ListBotVersionsCommandInput,
863
+ options?: __HttpHandlerOptions
864
+ ): Promise<ListBotVersionsCommandOutput>;
865
+ listBotVersions(
866
+ args: ListBotVersionsCommandInput,
867
+ cb: (err: any, data?: ListBotVersionsCommandOutput) => void
868
+ ): void;
869
+ listBotVersions(
870
+ args: ListBotVersionsCommandInput,
871
+ options: __HttpHandlerOptions,
872
+ cb: (err: any, data?: ListBotVersionsCommandOutput) => void
873
+ ): void;
874
+
875
+ listBuiltInIntents(
876
+ args: ListBuiltInIntentsCommandInput,
877
+ options?: __HttpHandlerOptions
878
+ ): Promise<ListBuiltInIntentsCommandOutput>;
879
+ listBuiltInIntents(
880
+ args: ListBuiltInIntentsCommandInput,
881
+ cb: (err: any, data?: ListBuiltInIntentsCommandOutput) => void
882
+ ): void;
883
+ listBuiltInIntents(
884
+ args: ListBuiltInIntentsCommandInput,
885
+ options: __HttpHandlerOptions,
886
+ cb: (err: any, data?: ListBuiltInIntentsCommandOutput) => void
887
+ ): void;
888
+
889
+ listBuiltInSlotTypes(
890
+ args: ListBuiltInSlotTypesCommandInput,
891
+ options?: __HttpHandlerOptions
892
+ ): Promise<ListBuiltInSlotTypesCommandOutput>;
893
+ listBuiltInSlotTypes(
894
+ args: ListBuiltInSlotTypesCommandInput,
895
+ cb: (err: any, data?: ListBuiltInSlotTypesCommandOutput) => void
896
+ ): void;
897
+ listBuiltInSlotTypes(
898
+ args: ListBuiltInSlotTypesCommandInput,
899
+ options: __HttpHandlerOptions,
900
+ cb: (err: any, data?: ListBuiltInSlotTypesCommandOutput) => void
901
+ ): void;
902
+
903
+ listExports(
904
+ args: ListExportsCommandInput,
905
+ options?: __HttpHandlerOptions
906
+ ): Promise<ListExportsCommandOutput>;
907
+ listExports(
908
+ args: ListExportsCommandInput,
909
+ cb: (err: any, data?: ListExportsCommandOutput) => void
910
+ ): void;
911
+ listExports(
912
+ args: ListExportsCommandInput,
913
+ options: __HttpHandlerOptions,
914
+ cb: (err: any, data?: ListExportsCommandOutput) => void
915
+ ): void;
916
+
917
+ listImports(
918
+ args: ListImportsCommandInput,
919
+ options?: __HttpHandlerOptions
920
+ ): Promise<ListImportsCommandOutput>;
921
+ listImports(
922
+ args: ListImportsCommandInput,
923
+ cb: (err: any, data?: ListImportsCommandOutput) => void
924
+ ): void;
925
+ listImports(
926
+ args: ListImportsCommandInput,
927
+ options: __HttpHandlerOptions,
928
+ cb: (err: any, data?: ListImportsCommandOutput) => void
929
+ ): void;
930
+
931
+ listIntents(
932
+ args: ListIntentsCommandInput,
933
+ options?: __HttpHandlerOptions
934
+ ): Promise<ListIntentsCommandOutput>;
935
+ listIntents(
936
+ args: ListIntentsCommandInput,
937
+ cb: (err: any, data?: ListIntentsCommandOutput) => void
938
+ ): void;
939
+ listIntents(
940
+ args: ListIntentsCommandInput,
941
+ options: __HttpHandlerOptions,
942
+ cb: (err: any, data?: ListIntentsCommandOutput) => void
943
+ ): void;
944
+
945
+ listRecommendedIntents(
946
+ args: ListRecommendedIntentsCommandInput,
947
+ options?: __HttpHandlerOptions
948
+ ): Promise<ListRecommendedIntentsCommandOutput>;
949
+ listRecommendedIntents(
950
+ args: ListRecommendedIntentsCommandInput,
951
+ cb: (err: any, data?: ListRecommendedIntentsCommandOutput) => void
952
+ ): void;
953
+ listRecommendedIntents(
954
+ args: ListRecommendedIntentsCommandInput,
955
+ options: __HttpHandlerOptions,
956
+ cb: (err: any, data?: ListRecommendedIntentsCommandOutput) => void
957
+ ): void;
958
+
959
+ listSlots(
960
+ args: ListSlotsCommandInput,
961
+ options?: __HttpHandlerOptions
962
+ ): Promise<ListSlotsCommandOutput>;
963
+ listSlots(
964
+ args: ListSlotsCommandInput,
965
+ cb: (err: any, data?: ListSlotsCommandOutput) => void
966
+ ): void;
967
+ listSlots(
968
+ args: ListSlotsCommandInput,
969
+ options: __HttpHandlerOptions,
970
+ cb: (err: any, data?: ListSlotsCommandOutput) => void
971
+ ): void;
972
+
973
+ listSlotTypes(
974
+ args: ListSlotTypesCommandInput,
975
+ options?: __HttpHandlerOptions
976
+ ): Promise<ListSlotTypesCommandOutput>;
977
+ listSlotTypes(
978
+ args: ListSlotTypesCommandInput,
979
+ cb: (err: any, data?: ListSlotTypesCommandOutput) => void
980
+ ): void;
981
+ listSlotTypes(
982
+ args: ListSlotTypesCommandInput,
983
+ options: __HttpHandlerOptions,
984
+ cb: (err: any, data?: ListSlotTypesCommandOutput) => void
985
+ ): void;
986
+
987
+ listTagsForResource(
988
+ args: ListTagsForResourceCommandInput,
989
+ options?: __HttpHandlerOptions
990
+ ): Promise<ListTagsForResourceCommandOutput>;
991
+ listTagsForResource(
992
+ args: ListTagsForResourceCommandInput,
993
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
994
+ ): void;
995
+ listTagsForResource(
996
+ args: ListTagsForResourceCommandInput,
997
+ options: __HttpHandlerOptions,
998
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
999
+ ): void;
1000
+
1001
+ searchAssociatedTranscripts(
1002
+ args: SearchAssociatedTranscriptsCommandInput,
1003
+ options?: __HttpHandlerOptions
1004
+ ): Promise<SearchAssociatedTranscriptsCommandOutput>;
1005
+ searchAssociatedTranscripts(
1006
+ args: SearchAssociatedTranscriptsCommandInput,
1007
+ cb: (err: any, data?: SearchAssociatedTranscriptsCommandOutput) => void
1008
+ ): void;
1009
+ searchAssociatedTranscripts(
1010
+ args: SearchAssociatedTranscriptsCommandInput,
1011
+ options: __HttpHandlerOptions,
1012
+ cb: (err: any, data?: SearchAssociatedTranscriptsCommandOutput) => void
1013
+ ): void;
1014
+
1015
+ startBotRecommendation(
1016
+ args: StartBotRecommendationCommandInput,
1017
+ options?: __HttpHandlerOptions
1018
+ ): Promise<StartBotRecommendationCommandOutput>;
1019
+ startBotRecommendation(
1020
+ args: StartBotRecommendationCommandInput,
1021
+ cb: (err: any, data?: StartBotRecommendationCommandOutput) => void
1022
+ ): void;
1023
+ startBotRecommendation(
1024
+ args: StartBotRecommendationCommandInput,
1025
+ options: __HttpHandlerOptions,
1026
+ cb: (err: any, data?: StartBotRecommendationCommandOutput) => void
1027
+ ): void;
1028
+
1029
+ startImport(
1030
+ args: StartImportCommandInput,
1031
+ options?: __HttpHandlerOptions
1032
+ ): Promise<StartImportCommandOutput>;
1033
+ startImport(
1034
+ args: StartImportCommandInput,
1035
+ cb: (err: any, data?: StartImportCommandOutput) => void
1036
+ ): void;
1037
+ startImport(
1038
+ args: StartImportCommandInput,
1039
+ options: __HttpHandlerOptions,
1040
+ cb: (err: any, data?: StartImportCommandOutput) => void
1041
+ ): void;
1042
+
1043
+ stopBotRecommendation(
1044
+ args: StopBotRecommendationCommandInput,
1045
+ options?: __HttpHandlerOptions
1046
+ ): Promise<StopBotRecommendationCommandOutput>;
1047
+ stopBotRecommendation(
1048
+ args: StopBotRecommendationCommandInput,
1049
+ cb: (err: any, data?: StopBotRecommendationCommandOutput) => void
1050
+ ): void;
1051
+ stopBotRecommendation(
1052
+ args: StopBotRecommendationCommandInput,
1053
+ options: __HttpHandlerOptions,
1054
+ cb: (err: any, data?: StopBotRecommendationCommandOutput) => void
1055
+ ): void;
1056
+
1057
+ tagResource(
1058
+ args: TagResourceCommandInput,
1059
+ options?: __HttpHandlerOptions
1060
+ ): Promise<TagResourceCommandOutput>;
1061
+ tagResource(
1062
+ args: TagResourceCommandInput,
1063
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1064
+ ): void;
1065
+ tagResource(
1066
+ args: TagResourceCommandInput,
1067
+ options: __HttpHandlerOptions,
1068
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1069
+ ): void;
1070
+
1071
+ untagResource(
1072
+ args: UntagResourceCommandInput,
1073
+ options?: __HttpHandlerOptions
1074
+ ): Promise<UntagResourceCommandOutput>;
1075
+ untagResource(
1076
+ args: UntagResourceCommandInput,
1077
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1078
+ ): void;
1079
+ untagResource(
1080
+ args: UntagResourceCommandInput,
1081
+ options: __HttpHandlerOptions,
1082
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1083
+ ): void;
1084
+
1085
+ updateBot(
1086
+ args: UpdateBotCommandInput,
1087
+ options?: __HttpHandlerOptions
1088
+ ): Promise<UpdateBotCommandOutput>;
1089
+ updateBot(
1090
+ args: UpdateBotCommandInput,
1091
+ cb: (err: any, data?: UpdateBotCommandOutput) => void
1092
+ ): void;
1093
+ updateBot(
1094
+ args: UpdateBotCommandInput,
1095
+ options: __HttpHandlerOptions,
1096
+ cb: (err: any, data?: UpdateBotCommandOutput) => void
1097
+ ): void;
1098
+
1099
+ updateBotAlias(
1100
+ args: UpdateBotAliasCommandInput,
1101
+ options?: __HttpHandlerOptions
1102
+ ): Promise<UpdateBotAliasCommandOutput>;
1103
+ updateBotAlias(
1104
+ args: UpdateBotAliasCommandInput,
1105
+ cb: (err: any, data?: UpdateBotAliasCommandOutput) => void
1106
+ ): void;
1107
+ updateBotAlias(
1108
+ args: UpdateBotAliasCommandInput,
1109
+ options: __HttpHandlerOptions,
1110
+ cb: (err: any, data?: UpdateBotAliasCommandOutput) => void
1111
+ ): void;
1112
+
1113
+ updateBotLocale(
1114
+ args: UpdateBotLocaleCommandInput,
1115
+ options?: __HttpHandlerOptions
1116
+ ): Promise<UpdateBotLocaleCommandOutput>;
1117
+ updateBotLocale(
1118
+ args: UpdateBotLocaleCommandInput,
1119
+ cb: (err: any, data?: UpdateBotLocaleCommandOutput) => void
1120
+ ): void;
1121
+ updateBotLocale(
1122
+ args: UpdateBotLocaleCommandInput,
1123
+ options: __HttpHandlerOptions,
1124
+ cb: (err: any, data?: UpdateBotLocaleCommandOutput) => void
1125
+ ): void;
1126
+
1127
+ updateBotRecommendation(
1128
+ args: UpdateBotRecommendationCommandInput,
1129
+ options?: __HttpHandlerOptions
1130
+ ): Promise<UpdateBotRecommendationCommandOutput>;
1131
+ updateBotRecommendation(
1132
+ args: UpdateBotRecommendationCommandInput,
1133
+ cb: (err: any, data?: UpdateBotRecommendationCommandOutput) => void
1134
+ ): void;
1135
+ updateBotRecommendation(
1136
+ args: UpdateBotRecommendationCommandInput,
1137
+ options: __HttpHandlerOptions,
1138
+ cb: (err: any, data?: UpdateBotRecommendationCommandOutput) => void
1139
+ ): void;
1140
+
1141
+ updateExport(
1142
+ args: UpdateExportCommandInput,
1143
+ options?: __HttpHandlerOptions
1144
+ ): Promise<UpdateExportCommandOutput>;
1145
+ updateExport(
1146
+ args: UpdateExportCommandInput,
1147
+ cb: (err: any, data?: UpdateExportCommandOutput) => void
1148
+ ): void;
1149
+ updateExport(
1150
+ args: UpdateExportCommandInput,
1151
+ options: __HttpHandlerOptions,
1152
+ cb: (err: any, data?: UpdateExportCommandOutput) => void
1153
+ ): void;
1154
+
1155
+ updateIntent(
1156
+ args: UpdateIntentCommandInput,
1157
+ options?: __HttpHandlerOptions
1158
+ ): Promise<UpdateIntentCommandOutput>;
1159
+ updateIntent(
1160
+ args: UpdateIntentCommandInput,
1161
+ cb: (err: any, data?: UpdateIntentCommandOutput) => void
1162
+ ): void;
1163
+ updateIntent(
1164
+ args: UpdateIntentCommandInput,
1165
+ options: __HttpHandlerOptions,
1166
+ cb: (err: any, data?: UpdateIntentCommandOutput) => void
1167
+ ): void;
1168
+
1169
+ updateResourcePolicy(
1170
+ args: UpdateResourcePolicyCommandInput,
1171
+ options?: __HttpHandlerOptions
1172
+ ): Promise<UpdateResourcePolicyCommandOutput>;
1173
+ updateResourcePolicy(
1174
+ args: UpdateResourcePolicyCommandInput,
1175
+ cb: (err: any, data?: UpdateResourcePolicyCommandOutput) => void
1176
+ ): void;
1177
+ updateResourcePolicy(
1178
+ args: UpdateResourcePolicyCommandInput,
1179
+ options: __HttpHandlerOptions,
1180
+ cb: (err: any, data?: UpdateResourcePolicyCommandOutput) => void
1181
+ ): void;
1182
+
1183
+ updateSlot(
1184
+ args: UpdateSlotCommandInput,
1185
+ options?: __HttpHandlerOptions
1186
+ ): Promise<UpdateSlotCommandOutput>;
1187
+ updateSlot(
1188
+ args: UpdateSlotCommandInput,
1189
+ cb: (err: any, data?: UpdateSlotCommandOutput) => void
1190
+ ): void;
1191
+ updateSlot(
1192
+ args: UpdateSlotCommandInput,
1193
+ options: __HttpHandlerOptions,
1194
+ cb: (err: any, data?: UpdateSlotCommandOutput) => void
1195
+ ): void;
1196
+
1197
+ updateSlotType(
1198
+ args: UpdateSlotTypeCommandInput,
1199
+ options?: __HttpHandlerOptions
1200
+ ): Promise<UpdateSlotTypeCommandOutput>;
1201
+ updateSlotType(
1202
+ args: UpdateSlotTypeCommandInput,
1203
+ cb: (err: any, data?: UpdateSlotTypeCommandOutput) => void
1204
+ ): void;
1205
+ updateSlotType(
1206
+ args: UpdateSlotTypeCommandInput,
1207
+ options: __HttpHandlerOptions,
1208
+ cb: (err: any, data?: UpdateSlotTypeCommandOutput) => void
1209
+ ): void;
1210
+ }