aws_sdk_connectcases/
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 `BatchGetCaseRule` operation.
5pub mod batch_get_case_rule;
6
7/// Types for the `BatchGetField` operation.
8pub mod batch_get_field;
9
10/// Types for the `BatchPutFieldOptions` operation.
11pub mod batch_put_field_options;
12
13/// Types for the `CreateCase` operation.
14pub mod create_case;
15
16/// Types for the `CreateCaseRule` operation.
17pub mod create_case_rule;
18
19/// Types for the `CreateDomain` operation.
20pub mod create_domain;
21
22/// Types for the `CreateField` operation.
23pub mod create_field;
24
25/// Types for the `CreateLayout` operation.
26pub mod create_layout;
27
28/// Types for the `CreateRelatedItem` operation.
29pub mod create_related_item;
30
31/// Types for the `CreateTemplate` operation.
32pub mod create_template;
33
34/// Types for the `DeleteCase` operation.
35pub mod delete_case;
36
37/// Types for the `DeleteCaseRule` operation.
38pub mod delete_case_rule;
39
40/// Types for the `DeleteDomain` operation.
41pub mod delete_domain;
42
43/// Types for the `DeleteField` operation.
44pub mod delete_field;
45
46/// Types for the `DeleteLayout` operation.
47pub mod delete_layout;
48
49/// Types for the `DeleteRelatedItem` operation.
50pub mod delete_related_item;
51
52/// Types for the `DeleteTemplate` operation.
53pub mod delete_template;
54
55/// Types for the `GetCase` operation.
56pub mod get_case;
57
58/// Types for the `GetCaseAuditEvents` operation.
59pub mod get_case_audit_events;
60
61/// Types for the `GetCaseEventConfiguration` operation.
62pub mod get_case_event_configuration;
63
64/// Types for the `GetDomain` operation.
65pub mod get_domain;
66
67/// Types for the `GetLayout` operation.
68pub mod get_layout;
69
70/// Types for the `GetTemplate` operation.
71pub mod get_template;
72
73/// Types for the `ListCaseRules` operation.
74pub mod list_case_rules;
75
76/// Types for the `ListCasesForContact` operation.
77pub mod list_cases_for_contact;
78
79/// Types for the `ListDomains` operation.
80pub mod list_domains;
81
82/// Types for the `ListFieldOptions` operation.
83pub mod list_field_options;
84
85/// Types for the `ListFields` operation.
86pub mod list_fields;
87
88/// Types for the `ListLayouts` operation.
89pub mod list_layouts;
90
91/// Types for the `ListTagsForResource` operation.
92pub mod list_tags_for_resource;
93
94/// Types for the `ListTemplates` operation.
95pub mod list_templates;
96
97/// Types for the `PutCaseEventConfiguration` operation.
98pub mod put_case_event_configuration;
99
100/// Types for the `SearchAllRelatedItems` operation.
101pub mod search_all_related_items;
102
103/// Types for the `SearchCases` operation.
104pub mod search_cases;
105
106/// Types for the `SearchRelatedItems` operation.
107pub mod search_related_items;
108
109/// Types for the `TagResource` operation.
110pub mod tag_resource;
111
112/// Types for the `UntagResource` operation.
113pub mod untag_resource;
114
115/// Types for the `UpdateCase` operation.
116pub mod update_case;
117
118/// Types for the `UpdateCaseRule` operation.
119pub mod update_case_rule;
120
121/// Types for the `UpdateField` operation.
122pub mod update_field;
123
124/// Types for the `UpdateLayout` operation.
125pub mod update_layout;
126
127/// Types for the `UpdateTemplate` operation.
128pub mod update_template;