aws_sdk_connectcampaignsv2/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateCampaign` operation.
5pub mod create_campaign;
6
7/// Types for the `DeleteCampaign` operation.
8pub mod delete_campaign;
9
10/// Types for the `DeleteCampaignChannelSubtypeConfig` operation.
11pub mod delete_campaign_channel_subtype_config;
12
13/// Types for the `DeleteCampaignCommunicationLimits` operation.
14pub mod delete_campaign_communication_limits;
15
16/// Types for the `DeleteCampaignCommunicationTime` operation.
17pub mod delete_campaign_communication_time;
18
19/// Types for the `DeleteConnectInstanceConfig` operation.
20pub mod delete_connect_instance_config;
21
22/// Types for the `DeleteConnectInstanceIntegration` operation.
23pub mod delete_connect_instance_integration;
24
25/// Types for the `DeleteInstanceOnboardingJob` operation.
26pub mod delete_instance_onboarding_job;
27
28/// Types for the `DescribeCampaign` operation.
29pub mod describe_campaign;
30
31/// Types for the `GetCampaignState` operation.
32pub mod get_campaign_state;
33
34/// Types for the `GetCampaignStateBatch` operation.
35pub mod get_campaign_state_batch;
36
37/// Types for the `GetConnectInstanceConfig` operation.
38pub mod get_connect_instance_config;
39
40/// Types for the `GetInstanceCommunicationLimits` operation.
41pub mod get_instance_communication_limits;
42
43/// Types for the `GetInstanceOnboardingJobStatus` operation.
44pub mod get_instance_onboarding_job_status;
45
46/// Types for the `ListCampaigns` operation.
47pub mod list_campaigns;
48
49/// Types for the `ListConnectInstanceIntegrations` operation.
50pub mod list_connect_instance_integrations;
51
52/// Types for the `ListTagsForResource` operation.
53pub mod list_tags_for_resource;
54
55/// Types for the `PauseCampaign` operation.
56pub mod pause_campaign;
57
58/// Types for the `PutConnectInstanceIntegration` operation.
59pub mod put_connect_instance_integration;
60
61/// Types for the `PutInstanceCommunicationLimits` operation.
62pub mod put_instance_communication_limits;
63
64/// Types for the `PutOutboundRequestBatch` operation.
65pub mod put_outbound_request_batch;
66
67/// Types for the `PutProfileOutboundRequestBatch` operation.
68pub mod put_profile_outbound_request_batch;
69
70/// Types for the `ResumeCampaign` operation.
71pub mod resume_campaign;
72
73/// Types for the `StartCampaign` operation.
74pub mod start_campaign;
75
76/// Types for the `StartInstanceOnboardingJob` operation.
77pub mod start_instance_onboarding_job;
78
79/// Types for the `StopCampaign` operation.
80pub mod stop_campaign;
81
82/// Types for the `TagResource` operation.
83pub mod tag_resource;
84
85/// Types for the `UntagResource` operation.
86pub mod untag_resource;
87
88/// Types for the `UpdateCampaignChannelSubtypeConfig` operation.
89pub mod update_campaign_channel_subtype_config;
90
91/// Types for the `UpdateCampaignCommunicationLimits` operation.
92pub mod update_campaign_communication_limits;
93
94/// Types for the `UpdateCampaignCommunicationTime` operation.
95pub mod update_campaign_communication_time;
96
97/// Types for the `UpdateCampaignFlowAssociation` operation.
98pub mod update_campaign_flow_association;
99
100/// Types for the `UpdateCampaignName` operation.
101pub mod update_campaign_name;
102
103/// Types for the `UpdateCampaignSchedule` operation.
104pub mod update_campaign_schedule;
105
106/// Types for the `UpdateCampaignSource` operation.
107pub mod update_campaign_source;