1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use aws_http::request_id::RequestId;
/// Types for the `BatchCreateCustomVocabularyItem` operation.
pub mod batch_create_custom_vocabulary_item;
/// Types for the `BatchDeleteCustomVocabularyItem` operation.
pub mod batch_delete_custom_vocabulary_item;
/// Types for the `BatchUpdateCustomVocabularyItem` operation.
pub mod batch_update_custom_vocabulary_item;
/// Types for the `BuildBotLocale` operation.
pub mod build_bot_locale;
/// Types for the `CreateBot` operation.
pub mod create_bot;
/// Types for the `CreateBotAlias` operation.
pub mod create_bot_alias;
/// Types for the `CreateBotLocale` operation.
pub mod create_bot_locale;
/// Types for the `CreateBotVersion` operation.
pub mod create_bot_version;
/// Types for the `CreateExport` operation.
pub mod create_export;
/// Types for the `CreateIntent` operation.
pub mod create_intent;
/// Types for the `CreateResourcePolicy` operation.
pub mod create_resource_policy;
/// Types for the `CreateResourcePolicyStatement` operation.
pub mod create_resource_policy_statement;
/// Types for the `CreateSlot` operation.
pub mod create_slot;
/// Types for the `CreateSlotType` operation.
pub mod create_slot_type;
/// Types for the `CreateUploadUrl` operation.
pub mod create_upload_url;
/// Types for the `DeleteBot` operation.
pub mod delete_bot;
/// Types for the `DeleteBotAlias` operation.
pub mod delete_bot_alias;
/// Types for the `DeleteBotLocale` operation.
pub mod delete_bot_locale;
/// Types for the `DeleteBotVersion` operation.
pub mod delete_bot_version;
/// Types for the `DeleteCustomVocabulary` operation.
pub mod delete_custom_vocabulary;
/// Types for the `DeleteExport` operation.
pub mod delete_export;
/// Types for the `DeleteImport` operation.
pub mod delete_import;
/// Types for the `DeleteIntent` operation.
pub mod delete_intent;
/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;
/// Types for the `DeleteResourcePolicyStatement` operation.
pub mod delete_resource_policy_statement;
/// Types for the `DeleteSlot` operation.
pub mod delete_slot;
/// Types for the `DeleteSlotType` operation.
pub mod delete_slot_type;
/// Types for the `DeleteUtterances` operation.
pub mod delete_utterances;
/// Types for the `DescribeBot` operation.
pub mod describe_bot;
/// Types for the `DescribeBotAlias` operation.
pub mod describe_bot_alias;
/// Types for the `DescribeBotLocale` operation.
pub mod describe_bot_locale;
/// Types for the `DescribeBotRecommendation` operation.
pub mod describe_bot_recommendation;
/// Types for the `DescribeBotVersion` operation.
pub mod describe_bot_version;
/// Types for the `DescribeCustomVocabularyMetadata` operation.
pub mod describe_custom_vocabulary_metadata;
/// Types for the `DescribeExport` operation.
pub mod describe_export;
/// Types for the `DescribeImport` operation.
pub mod describe_import;
/// Types for the `DescribeIntent` operation.
pub mod describe_intent;
/// Types for the `DescribeResourcePolicy` operation.
pub mod describe_resource_policy;
/// Types for the `DescribeSlot` operation.
pub mod describe_slot;
/// Types for the `DescribeSlotType` operation.
pub mod describe_slot_type;
/// Types for the `ListAggregatedUtterances` operation.
pub mod list_aggregated_utterances;
/// Types for the `ListBotAliases` operation.
pub mod list_bot_aliases;
/// Types for the `ListBotLocales` operation.
pub mod list_bot_locales;
/// Types for the `ListBotRecommendations` operation.
pub mod list_bot_recommendations;
/// Types for the `ListBotVersions` operation.
pub mod list_bot_versions;
/// Types for the `ListBots` operation.
pub mod list_bots;
/// Types for the `ListBuiltInIntents` operation.
pub mod list_built_in_intents;
/// Types for the `ListBuiltInSlotTypes` operation.
pub mod list_built_in_slot_types;
/// Types for the `ListCustomVocabularyItems` operation.
pub mod list_custom_vocabulary_items;
/// Types for the `ListExports` operation.
pub mod list_exports;
/// Types for the `ListImports` operation.
pub mod list_imports;
/// Types for the `ListIntents` operation.
pub mod list_intents;
/// Types for the `ListRecommendedIntents` operation.
pub mod list_recommended_intents;
/// Types for the `ListSlotTypes` operation.
pub mod list_slot_types;
/// Types for the `ListSlots` operation.
pub mod list_slots;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `SearchAssociatedTranscripts` operation.
pub mod search_associated_transcripts;
/// Types for the `StartBotRecommendation` operation.
pub mod start_bot_recommendation;
/// Types for the `StartImport` operation.
pub mod start_import;
/// Types for the `StopBotRecommendation` operation.
pub mod stop_bot_recommendation;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateBot` operation.
pub mod update_bot;
/// Types for the `UpdateBotAlias` operation.
pub mod update_bot_alias;
/// Types for the `UpdateBotLocale` operation.
pub mod update_bot_locale;
/// Types for the `UpdateBotRecommendation` operation.
pub mod update_bot_recommendation;
/// Types for the `UpdateExport` operation.
pub mod update_export;
/// Types for the `UpdateIntent` operation.
pub mod update_intent;
/// Types for the `UpdateResourcePolicy` operation.
pub mod update_resource_policy;
/// Types for the `UpdateSlot` operation.
pub mod update_slot;
/// Types for the `UpdateSlotType` operation.
pub mod update_slot_type;