aws-sdk-lexmodelbuilding 1.100.0

AWS SDK for Amazon Lex Model Building Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateBotVersion` operation.
pub mod create_bot_version;

/// Types for the `CreateIntentVersion` operation.
pub mod create_intent_version;

/// Types for the `CreateSlotTypeVersion` operation.
pub mod create_slot_type_version;

/// Types for the `DeleteBot` operation.
pub mod delete_bot;

/// Types for the `DeleteBotAlias` operation.
pub mod delete_bot_alias;

/// Types for the `DeleteBotChannelAssociation` operation.
pub mod delete_bot_channel_association;

/// Types for the `DeleteBotVersion` operation.
pub mod delete_bot_version;

/// Types for the `DeleteIntent` operation.
pub mod delete_intent;

/// Types for the `DeleteIntentVersion` operation.
pub mod delete_intent_version;

/// Types for the `DeleteSlotType` operation.
pub mod delete_slot_type;

/// Types for the `DeleteSlotTypeVersion` operation.
pub mod delete_slot_type_version;

/// Types for the `DeleteUtterances` operation.
pub mod delete_utterances;

/// Types for the `GetBot` operation.
pub mod get_bot;

/// Types for the `GetBotAlias` operation.
pub mod get_bot_alias;

/// Types for the `GetBotAliases` operation.
pub mod get_bot_aliases;

/// Types for the `GetBotChannelAssociation` operation.
pub mod get_bot_channel_association;

/// Types for the `GetBotChannelAssociations` operation.
pub mod get_bot_channel_associations;

/// Types for the `GetBotVersions` operation.
pub mod get_bot_versions;

/// Types for the `GetBots` operation.
pub mod get_bots;

/// Types for the `GetBuiltinIntent` operation.
pub mod get_builtin_intent;

/// Types for the `GetBuiltinIntents` operation.
pub mod get_builtin_intents;

/// Types for the `GetBuiltinSlotTypes` operation.
pub mod get_builtin_slot_types;

/// Types for the `GetExport` operation.
pub mod get_export;

/// Types for the `GetImport` operation.
pub mod get_import;

/// Types for the `GetIntent` operation.
pub mod get_intent;

/// Types for the `GetIntentVersions` operation.
pub mod get_intent_versions;

/// Types for the `GetIntents` operation.
pub mod get_intents;

/// Types for the `GetMigration` operation.
pub mod get_migration;

/// Types for the `GetMigrations` operation.
pub mod get_migrations;

/// Types for the `GetSlotType` operation.
pub mod get_slot_type;

/// Types for the `GetSlotTypeVersions` operation.
pub mod get_slot_type_versions;

/// Types for the `GetSlotTypes` operation.
pub mod get_slot_types;

/// Types for the `GetUtterancesView` operation.
pub mod get_utterances_view;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `PutBot` operation.
pub mod put_bot;

/// Types for the `PutBotAlias` operation.
pub mod put_bot_alias;

/// Types for the `PutIntent` operation.
pub mod put_intent;

/// Types for the `PutSlotType` operation.
pub mod put_slot_type;

/// Types for the `StartImport` operation.
pub mod start_import;

/// Types for the `StartMigration` operation.
pub mod start_migration;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;