aws_sdk_connectcampaignsv2/operation.rs
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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `CreateCampaign` operation.
pub mod create_campaign;
/// Types for the `DeleteCampaign` operation.
pub mod delete_campaign;
/// Types for the `DeleteCampaignChannelSubtypeConfig` operation.
pub mod delete_campaign_channel_subtype_config;
/// Types for the `DeleteCampaignCommunicationLimits` operation.
pub mod delete_campaign_communication_limits;
/// Types for the `DeleteCampaignCommunicationTime` operation.
pub mod delete_campaign_communication_time;
/// Types for the `DeleteConnectInstanceConfig` operation.
pub mod delete_connect_instance_config;
/// Types for the `DeleteConnectInstanceIntegration` operation.
pub mod delete_connect_instance_integration;
/// Types for the `DeleteInstanceOnboardingJob` operation.
pub mod delete_instance_onboarding_job;
/// Types for the `DescribeCampaign` operation.
pub mod describe_campaign;
/// Types for the `GetCampaignState` operation.
pub mod get_campaign_state;
/// Types for the `GetCampaignStateBatch` operation.
pub mod get_campaign_state_batch;
/// Types for the `GetConnectInstanceConfig` operation.
pub mod get_connect_instance_config;
/// Types for the `GetInstanceOnboardingJobStatus` operation.
pub mod get_instance_onboarding_job_status;
/// Types for the `ListCampaigns` operation.
pub mod list_campaigns;
/// Types for the `ListConnectInstanceIntegrations` operation.
pub mod list_connect_instance_integrations;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `PauseCampaign` operation.
pub mod pause_campaign;
/// Types for the `PutConnectInstanceIntegration` operation.
pub mod put_connect_instance_integration;
/// Types for the `PutOutboundRequestBatch` operation.
pub mod put_outbound_request_batch;
/// Types for the `PutProfileOutboundRequestBatch` operation.
pub mod put_profile_outbound_request_batch;
/// Types for the `ResumeCampaign` operation.
pub mod resume_campaign;
/// Types for the `StartCampaign` operation.
pub mod start_campaign;
/// Types for the `StartInstanceOnboardingJob` operation.
pub mod start_instance_onboarding_job;
/// Types for the `StopCampaign` operation.
pub mod stop_campaign;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateCampaignChannelSubtypeConfig` operation.
pub mod update_campaign_channel_subtype_config;
/// Types for the `UpdateCampaignCommunicationLimits` operation.
pub mod update_campaign_communication_limits;
/// Types for the `UpdateCampaignCommunicationTime` operation.
pub mod update_campaign_communication_time;
/// Types for the `UpdateCampaignFlowAssociation` operation.
pub mod update_campaign_flow_association;
/// Types for the `UpdateCampaignName` operation.
pub mod update_campaign_name;
/// Types for the `UpdateCampaignSchedule` operation.
pub mod update_campaign_schedule;
/// Types for the `UpdateCampaignSource` operation.
pub mod update_campaign_source;