aws_sdk_customerprofiles/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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `AddProfileKey` operation.
pub mod add_profile_key;
/// Types for the `BatchGetCalculatedAttributeForProfile` operation.
pub mod batch_get_calculated_attribute_for_profile;
/// Types for the `BatchGetProfile` operation.
pub mod batch_get_profile;
/// Types for the `CreateCalculatedAttributeDefinition` operation.
pub mod create_calculated_attribute_definition;
/// Types for the `CreateDomain` operation.
pub mod create_domain;
/// Types for the `CreateEventStream` operation.
pub mod create_event_stream;
/// Types for the `CreateEventTrigger` operation.
pub mod create_event_trigger;
/// Types for the `CreateIntegrationWorkflow` operation.
pub mod create_integration_workflow;
/// Types for the `CreateProfile` operation.
pub mod create_profile;
/// Types for the `CreateSegmentDefinition` operation.
pub mod create_segment_definition;
/// Types for the `CreateSegmentEstimate` operation.
pub mod create_segment_estimate;
/// Types for the `CreateSegmentSnapshot` operation.
pub mod create_segment_snapshot;
/// Types for the `DeleteCalculatedAttributeDefinition` operation.
pub mod delete_calculated_attribute_definition;
/// Types for the `DeleteDomain` operation.
pub mod delete_domain;
/// Types for the `DeleteEventStream` operation.
pub mod delete_event_stream;
/// Types for the `DeleteEventTrigger` operation.
pub mod delete_event_trigger;
/// Types for the `DeleteIntegration` operation.
pub mod delete_integration;
/// Types for the `DeleteProfile` operation.
pub mod delete_profile;
/// Types for the `DeleteProfileKey` operation.
pub mod delete_profile_key;
/// Types for the `DeleteProfileObject` operation.
pub mod delete_profile_object;
/// Types for the `DeleteProfileObjectType` operation.
pub mod delete_profile_object_type;
/// Types for the `DeleteSegmentDefinition` operation.
pub mod delete_segment_definition;
/// Types for the `DeleteWorkflow` operation.
pub mod delete_workflow;
/// Types for the `DetectProfileObjectType` operation.
pub mod detect_profile_object_type;
/// Types for the `GetAutoMergingPreview` operation.
pub mod get_auto_merging_preview;
/// Types for the `GetCalculatedAttributeDefinition` operation.
pub mod get_calculated_attribute_definition;
/// Types for the `GetCalculatedAttributeForProfile` operation.
pub mod get_calculated_attribute_for_profile;
/// Types for the `GetDomain` operation.
pub mod get_domain;
/// Types for the `GetEventStream` operation.
pub mod get_event_stream;
/// Types for the `GetEventTrigger` operation.
pub mod get_event_trigger;
/// Types for the `GetIdentityResolutionJob` operation.
pub mod get_identity_resolution_job;
/// Types for the `GetIntegration` operation.
pub mod get_integration;
/// Types for the `GetMatches` operation.
pub mod get_matches;
/// Types for the `GetProfileObjectType` operation.
pub mod get_profile_object_type;
/// Types for the `GetProfileObjectTypeTemplate` operation.
pub mod get_profile_object_type_template;
/// Types for the `GetSegmentDefinition` operation.
pub mod get_segment_definition;
/// Types for the `GetSegmentEstimate` operation.
pub mod get_segment_estimate;
/// Types for the `GetSegmentMembership` operation.
pub mod get_segment_membership;
/// Types for the `GetSegmentSnapshot` operation.
pub mod get_segment_snapshot;
/// Types for the `GetSimilarProfiles` operation.
pub mod get_similar_profiles;
/// Types for the `GetWorkflow` operation.
pub mod get_workflow;
/// Types for the `GetWorkflowSteps` operation.
pub mod get_workflow_steps;
/// Types for the `ListAccountIntegrations` operation.
pub mod list_account_integrations;
/// Types for the `ListCalculatedAttributeDefinitions` operation.
pub mod list_calculated_attribute_definitions;
/// Types for the `ListCalculatedAttributesForProfile` operation.
pub mod list_calculated_attributes_for_profile;
/// Types for the `ListDomains` operation.
pub mod list_domains;
/// Types for the `ListEventStreams` operation.
pub mod list_event_streams;
/// Types for the `ListEventTriggers` operation.
pub mod list_event_triggers;
/// Types for the `ListIdentityResolutionJobs` operation.
pub mod list_identity_resolution_jobs;
/// Types for the `ListIntegrations` operation.
pub mod list_integrations;
/// Types for the `ListObjectTypeAttributes` operation.
pub mod list_object_type_attributes;
/// Types for the `ListProfileAttributeValues` operation.
pub mod list_profile_attribute_values;
/// Types for the `ListProfileObjectTypeTemplates` operation.
pub mod list_profile_object_type_templates;
/// Types for the `ListProfileObjectTypes` operation.
pub mod list_profile_object_types;
/// Types for the `ListProfileObjects` operation.
pub mod list_profile_objects;
/// Types for the `ListRuleBasedMatches` operation.
pub mod list_rule_based_matches;
/// Types for the `ListSegmentDefinitions` operation.
pub mod list_segment_definitions;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `ListWorkflows` operation.
pub mod list_workflows;
/// Types for the `MergeProfiles` operation.
pub mod merge_profiles;
/// Types for the `PutIntegration` operation.
pub mod put_integration;
/// Types for the `PutProfileObject` operation.
pub mod put_profile_object;
/// Types for the `PutProfileObjectType` operation.
pub mod put_profile_object_type;
/// Types for the `SearchProfiles` operation.
pub mod search_profiles;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateCalculatedAttributeDefinition` operation.
pub mod update_calculated_attribute_definition;
/// Types for the `UpdateDomain` operation.
pub mod update_domain;
/// Types for the `UpdateEventTrigger` operation.
pub mod update_event_trigger;
/// Types for the `UpdateProfile` operation.
pub mod update_profile;