@aws-sdk/client-lex-model-building-service 3.50.0 → 3.51.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 (69) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/LexModelBuildingService.d.ts +215 -0
  3. package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +115 -0
  4. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -0
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  48. package/dist-types/ts3.4/index.d.ts +5 -0
  49. package/dist-types/ts3.4/models/index.d.ts +1 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +1852 -0
  51. package/dist-types/ts3.4/pagination/GetBotAliasesPaginator.d.ts +4 -0
  52. package/dist-types/ts3.4/pagination/GetBotChannelAssociationsPaginator.d.ts +4 -0
  53. package/dist-types/ts3.4/pagination/GetBotVersionsPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/GetBotsPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/GetBuiltinIntentsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/GetBuiltinSlotTypesPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/GetIntentVersionsPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/GetIntentsPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/GetMigrationsPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/GetSlotTypeVersionsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/GetSlotTypesPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  63. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  69. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-lex-model-building-service
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-lex-model-building-service
@@ -0,0 +1,215 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
3
+ import { CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput } from "./commands/CreateIntentVersionCommand";
4
+ import { CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput } from "./commands/CreateSlotTypeVersionCommand";
5
+ import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
6
+ import { DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput } from "./commands/DeleteBotChannelAssociationCommand";
7
+ import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
8
+ import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
9
+ import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
10
+ import { DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput } from "./commands/DeleteIntentVersionCommand";
11
+ import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
12
+ import { DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput } from "./commands/DeleteSlotTypeVersionCommand";
13
+ import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
14
+ import { GetBotAliasCommandInput, GetBotAliasCommandOutput } from "./commands/GetBotAliasCommand";
15
+ import { GetBotAliasesCommandInput, GetBotAliasesCommandOutput } from "./commands/GetBotAliasesCommand";
16
+ import { GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput } from "./commands/GetBotChannelAssociationCommand";
17
+ import { GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput } from "./commands/GetBotChannelAssociationsCommand";
18
+ import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
19
+ import { GetBotsCommandInput, GetBotsCommandOutput } from "./commands/GetBotsCommand";
20
+ import { GetBotVersionsCommandInput, GetBotVersionsCommandOutput } from "./commands/GetBotVersionsCommand";
21
+ import { GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput } from "./commands/GetBuiltinIntentCommand";
22
+ import { GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput } from "./commands/GetBuiltinIntentsCommand";
23
+ import { GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput } from "./commands/GetBuiltinSlotTypesCommand";
24
+ import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
25
+ import { GetImportCommandInput, GetImportCommandOutput } from "./commands/GetImportCommand";
26
+ import { GetIntentCommandInput, GetIntentCommandOutput } from "./commands/GetIntentCommand";
27
+ import { GetIntentsCommandInput, GetIntentsCommandOutput } from "./commands/GetIntentsCommand";
28
+ import { GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput } from "./commands/GetIntentVersionsCommand";
29
+ import { GetMigrationCommandInput, GetMigrationCommandOutput } from "./commands/GetMigrationCommand";
30
+ import { GetMigrationsCommandInput, GetMigrationsCommandOutput } from "./commands/GetMigrationsCommand";
31
+ import { GetSlotTypeCommandInput, GetSlotTypeCommandOutput } from "./commands/GetSlotTypeCommand";
32
+ import { GetSlotTypesCommandInput, GetSlotTypesCommandOutput } from "./commands/GetSlotTypesCommand";
33
+ import { GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput } from "./commands/GetSlotTypeVersionsCommand";
34
+ import { GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput } from "./commands/GetUtterancesViewCommand";
35
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
36
+ import { PutBotAliasCommandInput, PutBotAliasCommandOutput } from "./commands/PutBotAliasCommand";
37
+ import { PutBotCommandInput, PutBotCommandOutput } from "./commands/PutBotCommand";
38
+ import { PutIntentCommandInput, PutIntentCommandOutput } from "./commands/PutIntentCommand";
39
+ import { PutSlotTypeCommandInput, PutSlotTypeCommandOutput } from "./commands/PutSlotTypeCommand";
40
+ import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
41
+ import { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
42
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
43
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
44
+ import { LexModelBuildingServiceClient } from "./LexModelBuildingServiceClient";
45
+
46
+ export declare class LexModelBuildingService extends LexModelBuildingServiceClient {
47
+
48
+ createBotVersion(args: CreateBotVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateBotVersionCommandOutput>;
49
+ createBotVersion(args: CreateBotVersionCommandInput, cb: (err: any, data?: CreateBotVersionCommandOutput) => void): void;
50
+ createBotVersion(args: CreateBotVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotVersionCommandOutput) => void): void;
51
+
52
+ createIntentVersion(args: CreateIntentVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntentVersionCommandOutput>;
53
+ createIntentVersion(args: CreateIntentVersionCommandInput, cb: (err: any, data?: CreateIntentVersionCommandOutput) => void): void;
54
+ createIntentVersion(args: CreateIntentVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntentVersionCommandOutput) => void): void;
55
+
56
+ createSlotTypeVersion(args: CreateSlotTypeVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSlotTypeVersionCommandOutput>;
57
+ createSlotTypeVersion(args: CreateSlotTypeVersionCommandInput, cb: (err: any, data?: CreateSlotTypeVersionCommandOutput) => void): void;
58
+ createSlotTypeVersion(args: CreateSlotTypeVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSlotTypeVersionCommandOutput) => void): void;
59
+
60
+ deleteBot(args: DeleteBotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBotCommandOutput>;
61
+ deleteBot(args: DeleteBotCommandInput, cb: (err: any, data?: DeleteBotCommandOutput) => void): void;
62
+ deleteBot(args: DeleteBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBotCommandOutput) => void): void;
63
+
64
+ deleteBotAlias(args: DeleteBotAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBotAliasCommandOutput>;
65
+ deleteBotAlias(args: DeleteBotAliasCommandInput, cb: (err: any, data?: DeleteBotAliasCommandOutput) => void): void;
66
+ deleteBotAlias(args: DeleteBotAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBotAliasCommandOutput) => void): void;
67
+
68
+ deleteBotChannelAssociation(args: DeleteBotChannelAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBotChannelAssociationCommandOutput>;
69
+ deleteBotChannelAssociation(args: DeleteBotChannelAssociationCommandInput, cb: (err: any, data?: DeleteBotChannelAssociationCommandOutput) => void): void;
70
+ deleteBotChannelAssociation(args: DeleteBotChannelAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBotChannelAssociationCommandOutput) => void): void;
71
+
72
+ deleteBotVersion(args: DeleteBotVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBotVersionCommandOutput>;
73
+ deleteBotVersion(args: DeleteBotVersionCommandInput, cb: (err: any, data?: DeleteBotVersionCommandOutput) => void): void;
74
+ deleteBotVersion(args: DeleteBotVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBotVersionCommandOutput) => void): void;
75
+
76
+ deleteIntent(args: DeleteIntentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntentCommandOutput>;
77
+ deleteIntent(args: DeleteIntentCommandInput, cb: (err: any, data?: DeleteIntentCommandOutput) => void): void;
78
+ deleteIntent(args: DeleteIntentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntentCommandOutput) => void): void;
79
+
80
+ deleteIntentVersion(args: DeleteIntentVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntentVersionCommandOutput>;
81
+ deleteIntentVersion(args: DeleteIntentVersionCommandInput, cb: (err: any, data?: DeleteIntentVersionCommandOutput) => void): void;
82
+ deleteIntentVersion(args: DeleteIntentVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntentVersionCommandOutput) => void): void;
83
+
84
+ deleteSlotType(args: DeleteSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSlotTypeCommandOutput>;
85
+ deleteSlotType(args: DeleteSlotTypeCommandInput, cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void): void;
86
+ deleteSlotType(args: DeleteSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSlotTypeCommandOutput) => void): void;
87
+
88
+ deleteSlotTypeVersion(args: DeleteSlotTypeVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSlotTypeVersionCommandOutput>;
89
+ deleteSlotTypeVersion(args: DeleteSlotTypeVersionCommandInput, cb: (err: any, data?: DeleteSlotTypeVersionCommandOutput) => void): void;
90
+ deleteSlotTypeVersion(args: DeleteSlotTypeVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSlotTypeVersionCommandOutput) => void): void;
91
+
92
+ deleteUtterances(args: DeleteUtterancesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUtterancesCommandOutput>;
93
+ deleteUtterances(args: DeleteUtterancesCommandInput, cb: (err: any, data?: DeleteUtterancesCommandOutput) => void): void;
94
+ deleteUtterances(args: DeleteUtterancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUtterancesCommandOutput) => void): void;
95
+
96
+ getBot(args: GetBotCommandInput, options?: __HttpHandlerOptions): Promise<GetBotCommandOutput>;
97
+ getBot(args: GetBotCommandInput, cb: (err: any, data?: GetBotCommandOutput) => void): void;
98
+ getBot(args: GetBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotCommandOutput) => void): void;
99
+
100
+ getBotAlias(args: GetBotAliasCommandInput, options?: __HttpHandlerOptions): Promise<GetBotAliasCommandOutput>;
101
+ getBotAlias(args: GetBotAliasCommandInput, cb: (err: any, data?: GetBotAliasCommandOutput) => void): void;
102
+ getBotAlias(args: GetBotAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotAliasCommandOutput) => void): void;
103
+
104
+ getBotAliases(args: GetBotAliasesCommandInput, options?: __HttpHandlerOptions): Promise<GetBotAliasesCommandOutput>;
105
+ getBotAliases(args: GetBotAliasesCommandInput, cb: (err: any, data?: GetBotAliasesCommandOutput) => void): void;
106
+ getBotAliases(args: GetBotAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotAliasesCommandOutput) => void): void;
107
+
108
+ getBotChannelAssociation(args: GetBotChannelAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetBotChannelAssociationCommandOutput>;
109
+ getBotChannelAssociation(args: GetBotChannelAssociationCommandInput, cb: (err: any, data?: GetBotChannelAssociationCommandOutput) => void): void;
110
+ getBotChannelAssociation(args: GetBotChannelAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotChannelAssociationCommandOutput) => void): void;
111
+
112
+ getBotChannelAssociations(args: GetBotChannelAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<GetBotChannelAssociationsCommandOutput>;
113
+ getBotChannelAssociations(args: GetBotChannelAssociationsCommandInput, cb: (err: any, data?: GetBotChannelAssociationsCommandOutput) => void): void;
114
+ getBotChannelAssociations(args: GetBotChannelAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotChannelAssociationsCommandOutput) => void): void;
115
+
116
+ getBots(args: GetBotsCommandInput, options?: __HttpHandlerOptions): Promise<GetBotsCommandOutput>;
117
+ getBots(args: GetBotsCommandInput, cb: (err: any, data?: GetBotsCommandOutput) => void): void;
118
+ getBots(args: GetBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotsCommandOutput) => void): void;
119
+
120
+ getBotVersions(args: GetBotVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetBotVersionsCommandOutput>;
121
+ getBotVersions(args: GetBotVersionsCommandInput, cb: (err: any, data?: GetBotVersionsCommandOutput) => void): void;
122
+ getBotVersions(args: GetBotVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotVersionsCommandOutput) => void): void;
123
+
124
+ getBuiltinIntent(args: GetBuiltinIntentCommandInput, options?: __HttpHandlerOptions): Promise<GetBuiltinIntentCommandOutput>;
125
+ getBuiltinIntent(args: GetBuiltinIntentCommandInput, cb: (err: any, data?: GetBuiltinIntentCommandOutput) => void): void;
126
+ getBuiltinIntent(args: GetBuiltinIntentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBuiltinIntentCommandOutput) => void): void;
127
+
128
+ getBuiltinIntents(args: GetBuiltinIntentsCommandInput, options?: __HttpHandlerOptions): Promise<GetBuiltinIntentsCommandOutput>;
129
+ getBuiltinIntents(args: GetBuiltinIntentsCommandInput, cb: (err: any, data?: GetBuiltinIntentsCommandOutput) => void): void;
130
+ getBuiltinIntents(args: GetBuiltinIntentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBuiltinIntentsCommandOutput) => void): void;
131
+
132
+ getBuiltinSlotTypes(args: GetBuiltinSlotTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetBuiltinSlotTypesCommandOutput>;
133
+ getBuiltinSlotTypes(args: GetBuiltinSlotTypesCommandInput, cb: (err: any, data?: GetBuiltinSlotTypesCommandOutput) => void): void;
134
+ getBuiltinSlotTypes(args: GetBuiltinSlotTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBuiltinSlotTypesCommandOutput) => void): void;
135
+
136
+ getExport(args: GetExportCommandInput, options?: __HttpHandlerOptions): Promise<GetExportCommandOutput>;
137
+ getExport(args: GetExportCommandInput, cb: (err: any, data?: GetExportCommandOutput) => void): void;
138
+ getExport(args: GetExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExportCommandOutput) => void): void;
139
+
140
+ getImport(args: GetImportCommandInput, options?: __HttpHandlerOptions): Promise<GetImportCommandOutput>;
141
+ getImport(args: GetImportCommandInput, cb: (err: any, data?: GetImportCommandOutput) => void): void;
142
+ getImport(args: GetImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImportCommandOutput) => void): void;
143
+
144
+ getIntent(args: GetIntentCommandInput, options?: __HttpHandlerOptions): Promise<GetIntentCommandOutput>;
145
+ getIntent(args: GetIntentCommandInput, cb: (err: any, data?: GetIntentCommandOutput) => void): void;
146
+ getIntent(args: GetIntentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntentCommandOutput) => void): void;
147
+
148
+ getIntents(args: GetIntentsCommandInput, options?: __HttpHandlerOptions): Promise<GetIntentsCommandOutput>;
149
+ getIntents(args: GetIntentsCommandInput, cb: (err: any, data?: GetIntentsCommandOutput) => void): void;
150
+ getIntents(args: GetIntentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntentsCommandOutput) => void): void;
151
+
152
+ getIntentVersions(args: GetIntentVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetIntentVersionsCommandOutput>;
153
+ getIntentVersions(args: GetIntentVersionsCommandInput, cb: (err: any, data?: GetIntentVersionsCommandOutput) => void): void;
154
+ getIntentVersions(args: GetIntentVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIntentVersionsCommandOutput) => void): void;
155
+
156
+ getMigration(args: GetMigrationCommandInput, options?: __HttpHandlerOptions): Promise<GetMigrationCommandOutput>;
157
+ getMigration(args: GetMigrationCommandInput, cb: (err: any, data?: GetMigrationCommandOutput) => void): void;
158
+ getMigration(args: GetMigrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMigrationCommandOutput) => void): void;
159
+
160
+ getMigrations(args: GetMigrationsCommandInput, options?: __HttpHandlerOptions): Promise<GetMigrationsCommandOutput>;
161
+ getMigrations(args: GetMigrationsCommandInput, cb: (err: any, data?: GetMigrationsCommandOutput) => void): void;
162
+ getMigrations(args: GetMigrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMigrationsCommandOutput) => void): void;
163
+
164
+ getSlotType(args: GetSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetSlotTypeCommandOutput>;
165
+ getSlotType(args: GetSlotTypeCommandInput, cb: (err: any, data?: GetSlotTypeCommandOutput) => void): void;
166
+ getSlotType(args: GetSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSlotTypeCommandOutput) => void): void;
167
+
168
+ getSlotTypes(args: GetSlotTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSlotTypesCommandOutput>;
169
+ getSlotTypes(args: GetSlotTypesCommandInput, cb: (err: any, data?: GetSlotTypesCommandOutput) => void): void;
170
+ getSlotTypes(args: GetSlotTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSlotTypesCommandOutput) => void): void;
171
+
172
+ getSlotTypeVersions(args: GetSlotTypeVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetSlotTypeVersionsCommandOutput>;
173
+ getSlotTypeVersions(args: GetSlotTypeVersionsCommandInput, cb: (err: any, data?: GetSlotTypeVersionsCommandOutput) => void): void;
174
+ getSlotTypeVersions(args: GetSlotTypeVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSlotTypeVersionsCommandOutput) => void): void;
175
+
176
+ getUtterancesView(args: GetUtterancesViewCommandInput, options?: __HttpHandlerOptions): Promise<GetUtterancesViewCommandOutput>;
177
+ getUtterancesView(args: GetUtterancesViewCommandInput, cb: (err: any, data?: GetUtterancesViewCommandOutput) => void): void;
178
+ getUtterancesView(args: GetUtterancesViewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUtterancesViewCommandOutput) => void): void;
179
+
180
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
181
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
182
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
183
+
184
+ putBot(args: PutBotCommandInput, options?: __HttpHandlerOptions): Promise<PutBotCommandOutput>;
185
+ putBot(args: PutBotCommandInput, cb: (err: any, data?: PutBotCommandOutput) => void): void;
186
+ putBot(args: PutBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBotCommandOutput) => void): void;
187
+
188
+ putBotAlias(args: PutBotAliasCommandInput, options?: __HttpHandlerOptions): Promise<PutBotAliasCommandOutput>;
189
+ putBotAlias(args: PutBotAliasCommandInput, cb: (err: any, data?: PutBotAliasCommandOutput) => void): void;
190
+ putBotAlias(args: PutBotAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBotAliasCommandOutput) => void): void;
191
+
192
+ putIntent(args: PutIntentCommandInput, options?: __HttpHandlerOptions): Promise<PutIntentCommandOutput>;
193
+ putIntent(args: PutIntentCommandInput, cb: (err: any, data?: PutIntentCommandOutput) => void): void;
194
+ putIntent(args: PutIntentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutIntentCommandOutput) => void): void;
195
+
196
+ putSlotType(args: PutSlotTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutSlotTypeCommandOutput>;
197
+ putSlotType(args: PutSlotTypeCommandInput, cb: (err: any, data?: PutSlotTypeCommandOutput) => void): void;
198
+ putSlotType(args: PutSlotTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSlotTypeCommandOutput) => void): void;
199
+
200
+ startImport(args: StartImportCommandInput, options?: __HttpHandlerOptions): Promise<StartImportCommandOutput>;
201
+ startImport(args: StartImportCommandInput, cb: (err: any, data?: StartImportCommandOutput) => void): void;
202
+ startImport(args: StartImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImportCommandOutput) => void): void;
203
+
204
+ startMigration(args: StartMigrationCommandInput, options?: __HttpHandlerOptions): Promise<StartMigrationCommandOutput>;
205
+ startMigration(args: StartMigrationCommandInput, cb: (err: any, data?: StartMigrationCommandOutput) => void): void;
206
+ startMigration(args: StartMigrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMigrationCommandOutput) => void): void;
207
+
208
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
209
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
210
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
211
+
212
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
213
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
214
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
215
+ }
@@ -0,0 +1,115 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "./commands/CreateBotVersionCommand";
10
+ import { CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput } from "./commands/CreateIntentVersionCommand";
11
+ import { CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput } from "./commands/CreateSlotTypeVersionCommand";
12
+ import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "./commands/DeleteBotAliasCommand";
13
+ import { DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput } from "./commands/DeleteBotChannelAssociationCommand";
14
+ import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
15
+ import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "./commands/DeleteBotVersionCommand";
16
+ import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "./commands/DeleteIntentCommand";
17
+ import { DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput } from "./commands/DeleteIntentVersionCommand";
18
+ import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "./commands/DeleteSlotTypeCommand";
19
+ import { DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput } from "./commands/DeleteSlotTypeVersionCommand";
20
+ import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "./commands/DeleteUtterancesCommand";
21
+ import { GetBotAliasCommandInput, GetBotAliasCommandOutput } from "./commands/GetBotAliasCommand";
22
+ import { GetBotAliasesCommandInput, GetBotAliasesCommandOutput } from "./commands/GetBotAliasesCommand";
23
+ import { GetBotChannelAssociationCommandInput, GetBotChannelAssociationCommandOutput } from "./commands/GetBotChannelAssociationCommand";
24
+ import { GetBotChannelAssociationsCommandInput, GetBotChannelAssociationsCommandOutput } from "./commands/GetBotChannelAssociationsCommand";
25
+ import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
26
+ import { GetBotsCommandInput, GetBotsCommandOutput } from "./commands/GetBotsCommand";
27
+ import { GetBotVersionsCommandInput, GetBotVersionsCommandOutput } from "./commands/GetBotVersionsCommand";
28
+ import { GetBuiltinIntentCommandInput, GetBuiltinIntentCommandOutput } from "./commands/GetBuiltinIntentCommand";
29
+ import { GetBuiltinIntentsCommandInput, GetBuiltinIntentsCommandOutput } from "./commands/GetBuiltinIntentsCommand";
30
+ import { GetBuiltinSlotTypesCommandInput, GetBuiltinSlotTypesCommandOutput } from "./commands/GetBuiltinSlotTypesCommand";
31
+ import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
32
+ import { GetImportCommandInput, GetImportCommandOutput } from "./commands/GetImportCommand";
33
+ import { GetIntentCommandInput, GetIntentCommandOutput } from "./commands/GetIntentCommand";
34
+ import { GetIntentsCommandInput, GetIntentsCommandOutput } from "./commands/GetIntentsCommand";
35
+ import { GetIntentVersionsCommandInput, GetIntentVersionsCommandOutput } from "./commands/GetIntentVersionsCommand";
36
+ import { GetMigrationCommandInput, GetMigrationCommandOutput } from "./commands/GetMigrationCommand";
37
+ import { GetMigrationsCommandInput, GetMigrationsCommandOutput } from "./commands/GetMigrationsCommand";
38
+ import { GetSlotTypeCommandInput, GetSlotTypeCommandOutput } from "./commands/GetSlotTypeCommand";
39
+ import { GetSlotTypesCommandInput, GetSlotTypesCommandOutput } from "./commands/GetSlotTypesCommand";
40
+ import { GetSlotTypeVersionsCommandInput, GetSlotTypeVersionsCommandOutput } from "./commands/GetSlotTypeVersionsCommand";
41
+ import { GetUtterancesViewCommandInput, GetUtterancesViewCommandOutput } from "./commands/GetUtterancesViewCommand";
42
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
43
+ import { PutBotAliasCommandInput, PutBotAliasCommandOutput } from "./commands/PutBotAliasCommand";
44
+ import { PutBotCommandInput, PutBotCommandOutput } from "./commands/PutBotCommand";
45
+ import { PutIntentCommandInput, PutIntentCommandOutput } from "./commands/PutIntentCommand";
46
+ import { PutSlotTypeCommandInput, PutSlotTypeCommandOutput } from "./commands/PutSlotTypeCommand";
47
+ import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
48
+ import { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
49
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
50
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
51
+ export declare type ServiceInputTypes = CreateBotVersionCommandInput | CreateIntentVersionCommandInput | CreateSlotTypeVersionCommandInput | DeleteBotAliasCommandInput | DeleteBotChannelAssociationCommandInput | DeleteBotCommandInput | DeleteBotVersionCommandInput | DeleteIntentCommandInput | DeleteIntentVersionCommandInput | DeleteSlotTypeCommandInput | DeleteSlotTypeVersionCommandInput | DeleteUtterancesCommandInput | GetBotAliasCommandInput | GetBotAliasesCommandInput | GetBotChannelAssociationCommandInput | GetBotChannelAssociationsCommandInput | GetBotCommandInput | GetBotVersionsCommandInput | GetBotsCommandInput | GetBuiltinIntentCommandInput | GetBuiltinIntentsCommandInput | GetBuiltinSlotTypesCommandInput | GetExportCommandInput | GetImportCommandInput | GetIntentCommandInput | GetIntentVersionsCommandInput | GetIntentsCommandInput | GetMigrationCommandInput | GetMigrationsCommandInput | GetSlotTypeCommandInput | GetSlotTypeVersionsCommandInput | GetSlotTypesCommandInput | GetUtterancesViewCommandInput | ListTagsForResourceCommandInput | PutBotAliasCommandInput | PutBotCommandInput | PutIntentCommandInput | PutSlotTypeCommandInput | StartImportCommandInput | StartMigrationCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
52
+ export declare type ServiceOutputTypes = CreateBotVersionCommandOutput | CreateIntentVersionCommandOutput | CreateSlotTypeVersionCommandOutput | DeleteBotAliasCommandOutput | DeleteBotChannelAssociationCommandOutput | DeleteBotCommandOutput | DeleteBotVersionCommandOutput | DeleteIntentCommandOutput | DeleteIntentVersionCommandOutput | DeleteSlotTypeCommandOutput | DeleteSlotTypeVersionCommandOutput | DeleteUtterancesCommandOutput | GetBotAliasCommandOutput | GetBotAliasesCommandOutput | GetBotChannelAssociationCommandOutput | GetBotChannelAssociationsCommandOutput | GetBotCommandOutput | GetBotVersionsCommandOutput | GetBotsCommandOutput | GetBuiltinIntentCommandOutput | GetBuiltinIntentsCommandOutput | GetBuiltinSlotTypesCommandOutput | GetExportCommandOutput | GetImportCommandOutput | GetIntentCommandOutput | GetIntentVersionsCommandOutput | GetIntentsCommandOutput | GetMigrationCommandOutput | GetMigrationsCommandOutput | GetSlotTypeCommandOutput | GetSlotTypeVersionsCommandOutput | GetSlotTypesCommandOutput | GetUtterancesViewCommandOutput | ListTagsForResourceCommandOutput | PutBotAliasCommandOutput | PutBotCommandOutput | PutIntentCommandOutput | PutSlotTypeCommandOutput | StartImportCommandOutput | StartMigrationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
53
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
54
+
55
+ requestHandler?: __HttpHandler;
56
+
57
+ sha256?: __HashConstructor;
58
+
59
+ urlParser?: __UrlParser;
60
+
61
+ bodyLengthChecker?: (body: any) => number | undefined;
62
+
63
+ streamCollector?: __StreamCollector;
64
+
65
+ base64Decoder?: __Decoder;
66
+
67
+ base64Encoder?: __Encoder;
68
+
69
+ utf8Decoder?: __Decoder;
70
+
71
+ utf8Encoder?: __Encoder;
72
+
73
+ runtime?: string;
74
+
75
+ disableHostPrefix?: boolean;
76
+
77
+ maxAttempts?: number | __Provider<number>;
78
+
79
+ retryMode?: string | __Provider<string>;
80
+
81
+ logger?: __Logger;
82
+
83
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
84
+
85
+ useFipsEndpoint?: boolean | __Provider<boolean>;
86
+
87
+ serviceId?: string;
88
+
89
+ region?: string | __Provider<string>;
90
+
91
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
92
+
93
+ regionInfoProvider?: RegionInfoProvider;
94
+
95
+ defaultUserAgentProvider?: Provider<__UserAgent>;
96
+
97
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
98
+ }
99
+ declare type LexModelBuildingServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
100
+
101
+ export interface LexModelBuildingServiceClientConfig extends LexModelBuildingServiceClientConfigType {
102
+ }
103
+ declare type LexModelBuildingServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
104
+
105
+ export interface LexModelBuildingServiceClientResolvedConfig extends LexModelBuildingServiceClientResolvedConfigType {
106
+ }
107
+
108
+ export declare class LexModelBuildingServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LexModelBuildingServiceClientResolvedConfig> {
109
+
110
+ readonly config: LexModelBuildingServiceClientResolvedConfig;
111
+ constructor(configuration: LexModelBuildingServiceClientConfig);
112
+
113
+ destroy(): void;
114
+ }
115
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { CreateBotVersionRequest, CreateBotVersionResponse } from "../models/models_0";
5
+ export interface CreateBotVersionCommandInput extends CreateBotVersionRequest {
6
+ }
7
+ export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateBotVersionCommand extends $Command<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: CreateBotVersionCommandInput;
12
+ constructor(input: CreateBotVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBotVersionCommandInput, CreateBotVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { CreateIntentVersionRequest, CreateIntentVersionResponse } from "../models/models_0";
5
+ export interface CreateIntentVersionCommandInput extends CreateIntentVersionRequest {
6
+ }
7
+ export interface CreateIntentVersionCommandOutput extends CreateIntentVersionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateIntentVersionCommand extends $Command<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: CreateIntentVersionCommandInput;
12
+ constructor(input: CreateIntentVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { CreateSlotTypeVersionRequest, CreateSlotTypeVersionResponse } from "../models/models_0";
5
+ export interface CreateSlotTypeVersionCommandInput extends CreateSlotTypeVersionRequest {
6
+ }
7
+ export interface CreateSlotTypeVersionCommandOutput extends CreateSlotTypeVersionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateSlotTypeVersionCommand extends $Command<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: CreateSlotTypeVersionCommandInput;
12
+ constructor(input: CreateSlotTypeVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteBotAliasRequest } from "../models/models_0";
5
+ export interface DeleteBotAliasCommandInput extends DeleteBotAliasRequest {
6
+ }
7
+ export interface DeleteBotAliasCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteBotAliasCommand extends $Command<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteBotAliasCommandInput;
12
+ constructor(input: DeleteBotAliasCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteBotChannelAssociationRequest } from "../models/models_0";
5
+ export interface DeleteBotChannelAssociationCommandInput extends DeleteBotChannelAssociationRequest {
6
+ }
7
+ export interface DeleteBotChannelAssociationCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteBotChannelAssociationCommand extends $Command<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteBotChannelAssociationCommandInput;
12
+ constructor(input: DeleteBotChannelAssociationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteBotRequest } from "../models/models_0";
5
+ export interface DeleteBotCommandInput extends DeleteBotRequest {
6
+ }
7
+ export interface DeleteBotCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteBotCommand extends $Command<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteBotCommandInput;
12
+ constructor(input: DeleteBotCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotCommandInput, DeleteBotCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteBotVersionRequest } from "../models/models_0";
5
+ export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {
6
+ }
7
+ export interface DeleteBotVersionCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteBotVersionCommand extends $Command<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteBotVersionCommandInput;
12
+ constructor(input: DeleteBotVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteIntentRequest } from "../models/models_0";
5
+ export interface DeleteIntentCommandInput extends DeleteIntentRequest {
6
+ }
7
+ export interface DeleteIntentCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIntentCommand extends $Command<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteIntentCommandInput;
12
+ constructor(input: DeleteIntentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntentCommandInput, DeleteIntentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteIntentVersionRequest } from "../models/models_0";
5
+ export interface DeleteIntentVersionCommandInput extends DeleteIntentVersionRequest {
6
+ }
7
+ export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIntentVersionCommand extends $Command<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteIntentVersionCommandInput;
12
+ constructor(input: DeleteIntentVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteSlotTypeRequest } from "../models/models_0";
5
+ export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {
6
+ }
7
+ export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSlotTypeCommand extends $Command<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteSlotTypeCommandInput;
12
+ constructor(input: DeleteSlotTypeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteSlotTypeVersionRequest } from "../models/models_0";
5
+ export interface DeleteSlotTypeVersionCommandInput extends DeleteSlotTypeVersionRequest {
6
+ }
7
+ export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSlotTypeVersionCommand extends $Command<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteSlotTypeVersionCommandInput;
12
+ constructor(input: DeleteSlotTypeVersionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { DeleteUtterancesRequest } from "../models/models_0";
5
+ export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {
6
+ }
7
+ export interface DeleteUtterancesCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteUtterancesCommand extends $Command<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: DeleteUtterancesCommandInput;
12
+ constructor(input: DeleteUtterancesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
+ import { GetBotAliasRequest, GetBotAliasResponse } from "../models/models_0";
5
+ export interface GetBotAliasCommandInput extends GetBotAliasRequest {
6
+ }
7
+ export interface GetBotAliasCommandOutput extends GetBotAliasResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBotAliasCommand extends $Command<GetBotAliasCommandInput, GetBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig> {
11
+ readonly input: GetBotAliasCommandInput;
12
+ constructor(input: GetBotAliasCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LexModelBuildingServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBotAliasCommandInput, GetBotAliasCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }