aws_sdk_lexmodelbuilding/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateBotVersion` operation.
5pub mod create_bot_version;
6
7/// Types for the `CreateIntentVersion` operation.
8pub mod create_intent_version;
9
10/// Types for the `CreateSlotTypeVersion` operation.
11pub mod create_slot_type_version;
12
13/// Types for the `DeleteBot` operation.
14pub mod delete_bot;
15
16/// Types for the `DeleteBotAlias` operation.
17pub mod delete_bot_alias;
18
19/// Types for the `DeleteBotChannelAssociation` operation.
20pub mod delete_bot_channel_association;
21
22/// Types for the `DeleteBotVersion` operation.
23pub mod delete_bot_version;
24
25/// Types for the `DeleteIntent` operation.
26pub mod delete_intent;
27
28/// Types for the `DeleteIntentVersion` operation.
29pub mod delete_intent_version;
30
31/// Types for the `DeleteSlotType` operation.
32pub mod delete_slot_type;
33
34/// Types for the `DeleteSlotTypeVersion` operation.
35pub mod delete_slot_type_version;
36
37/// Types for the `DeleteUtterances` operation.
38pub mod delete_utterances;
39
40/// Types for the `GetBot` operation.
41pub mod get_bot;
42
43/// Types for the `GetBotAlias` operation.
44pub mod get_bot_alias;
45
46/// Types for the `GetBotAliases` operation.
47pub mod get_bot_aliases;
48
49/// Types for the `GetBotChannelAssociation` operation.
50pub mod get_bot_channel_association;
51
52/// Types for the `GetBotChannelAssociations` operation.
53pub mod get_bot_channel_associations;
54
55/// Types for the `GetBotVersions` operation.
56pub mod get_bot_versions;
57
58/// Types for the `GetBots` operation.
59pub mod get_bots;
60
61/// Types for the `GetBuiltinIntent` operation.
62pub mod get_builtin_intent;
63
64/// Types for the `GetBuiltinIntents` operation.
65pub mod get_builtin_intents;
66
67/// Types for the `GetBuiltinSlotTypes` operation.
68pub mod get_builtin_slot_types;
69
70/// Types for the `GetExport` operation.
71pub mod get_export;
72
73/// Types for the `GetImport` operation.
74pub mod get_import;
75
76/// Types for the `GetIntent` operation.
77pub mod get_intent;
78
79/// Types for the `GetIntentVersions` operation.
80pub mod get_intent_versions;
81
82/// Types for the `GetIntents` operation.
83pub mod get_intents;
84
85/// Types for the `GetMigration` operation.
86pub mod get_migration;
87
88/// Types for the `GetMigrations` operation.
89pub mod get_migrations;
90
91/// Types for the `GetSlotType` operation.
92pub mod get_slot_type;
93
94/// Types for the `GetSlotTypeVersions` operation.
95pub mod get_slot_type_versions;
96
97/// Types for the `GetSlotTypes` operation.
98pub mod get_slot_types;
99
100/// Types for the `GetUtterancesView` operation.
101pub mod get_utterances_view;
102
103/// Types for the `ListTagsForResource` operation.
104pub mod list_tags_for_resource;
105
106/// Types for the `PutBot` operation.
107pub mod put_bot;
108
109/// Types for the `PutBotAlias` operation.
110pub mod put_bot_alias;
111
112/// Types for the `PutIntent` operation.
113pub mod put_intent;
114
115/// Types for the `PutSlotType` operation.
116pub mod put_slot_type;
117
118/// Types for the `StartImport` operation.
119pub mod start_import;
120
121/// Types for the `StartMigration` operation.
122pub mod start_migration;
123
124/// Types for the `TagResource` operation.
125pub mod tag_resource;
126
127/// Types for the `UntagResource` operation.
128pub mod untag_resource;