aws-sdk-dataexchange 1.102.0

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

/// Types for the `AcceptDataGrant` operation.
pub mod accept_data_grant;

/// Types for the `CancelJob` operation.
pub mod cancel_job;

/// Types for the `CreateDataGrant` operation.
pub mod create_data_grant;

/// Types for the `CreateDataSet` operation.
pub mod create_data_set;

/// Types for the `CreateEventAction` operation.
pub mod create_event_action;

/// Types for the `CreateJob` operation.
pub mod create_job;

/// Types for the `CreateRevision` operation.
pub mod create_revision;

/// Types for the `DeleteAsset` operation.
pub mod delete_asset;

/// Types for the `DeleteDataGrant` operation.
pub mod delete_data_grant;

/// Types for the `DeleteDataSet` operation.
pub mod delete_data_set;

/// Types for the `DeleteEventAction` operation.
pub mod delete_event_action;

/// Types for the `DeleteRevision` operation.
pub mod delete_revision;

/// Types for the `GetAsset` operation.
pub mod get_asset;

/// Types for the `GetDataGrant` operation.
pub mod get_data_grant;

/// Types for the `GetDataSet` operation.
pub mod get_data_set;

/// Types for the `GetEventAction` operation.
pub mod get_event_action;

/// Types for the `GetJob` operation.
pub mod get_job;

/// Types for the `GetReceivedDataGrant` operation.
pub mod get_received_data_grant;

/// Types for the `GetRevision` operation.
pub mod get_revision;

/// Types for the `ListDataGrants` operation.
pub mod list_data_grants;

/// Types for the `ListDataSetRevisions` operation.
pub mod list_data_set_revisions;

/// Types for the `ListDataSets` operation.
pub mod list_data_sets;

/// Types for the `ListEventActions` operation.
pub mod list_event_actions;

/// Types for the `ListJobs` operation.
pub mod list_jobs;

/// Types for the `ListReceivedDataGrants` operation.
pub mod list_received_data_grants;

/// Types for the `ListRevisionAssets` operation.
pub mod list_revision_assets;

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

/// Types for the `RevokeRevision` operation.
pub mod revoke_revision;

/// Types for the `SendApiAsset` operation.
pub mod send_api_asset;

/// Types for the `SendDataSetNotification` operation.
pub mod send_data_set_notification;

/// Types for the `StartJob` operation.
pub mod start_job;

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

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

/// Types for the `UpdateAsset` operation.
pub mod update_asset;

/// Types for the `UpdateDataSet` operation.
pub mod update_data_set;

/// Types for the `UpdateEventAction` operation.
pub mod update_event_action;

/// Types for the `UpdateRevision` operation.
pub mod update_revision;