aws-sdk-b2bi 1.74.0

AWS SDK for AWS B2B Data Interchange
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateCapability` operation.
pub mod create_capability;

/// Types for the `CreatePartnership` operation.
pub mod create_partnership;

/// Types for the `CreateProfile` operation.
pub mod create_profile;

/// Types for the `CreateStarterMappingTemplate` operation.
pub mod create_starter_mapping_template;

/// Types for the `CreateTransformer` operation.
pub mod create_transformer;

/// Types for the `DeleteCapability` operation.
pub mod delete_capability;

/// Types for the `DeletePartnership` operation.
pub mod delete_partnership;

/// Types for the `DeleteProfile` operation.
pub mod delete_profile;

/// Types for the `DeleteTransformer` operation.
pub mod delete_transformer;

/// Types for the `GenerateMapping` operation.
pub mod generate_mapping;

/// Types for the `GetCapability` operation.
pub mod get_capability;

/// Types for the `GetPartnership` operation.
pub mod get_partnership;

/// Types for the `GetProfile` operation.
pub mod get_profile;

/// Types for the `GetTransformer` operation.
pub mod get_transformer;

/// Types for the `GetTransformerJob` operation.
pub mod get_transformer_job;

/// Types for the `ListCapabilities` operation.
pub mod list_capabilities;

/// Types for the `ListPartnerships` operation.
pub mod list_partnerships;

/// Types for the `ListProfiles` operation.
pub mod list_profiles;

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

/// Types for the `ListTransformers` operation.
pub mod list_transformers;

/// Types for the `StartTransformerJob` operation.
pub mod start_transformer_job;

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

/// Types for the `TestConversion` operation.
pub mod test_conversion;

/// Types for the `TestMapping` operation.
pub mod test_mapping;

/// Types for the `TestParsing` operation.
pub mod test_parsing;

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

/// Types for the `UpdateCapability` operation.
pub mod update_capability;

/// Types for the `UpdatePartnership` operation.
pub mod update_partnership;

/// Types for the `UpdateProfile` operation.
pub mod update_profile;

/// Types for the `UpdateTransformer` operation.
pub mod update_transformer;