aws_sdk_connectcases/
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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchGetField` operation.
pub mod batch_get_field;

/// Types for the `BatchPutFieldOptions` operation.
pub mod batch_put_field_options;

/// Types for the `CreateCase` operation.
pub mod create_case;

/// Types for the `CreateDomain` operation.
pub mod create_domain;

/// Types for the `CreateField` operation.
pub mod create_field;

/// Types for the `CreateLayout` operation.
pub mod create_layout;

/// Types for the `CreateRelatedItem` operation.
pub mod create_related_item;

/// Types for the `CreateTemplate` operation.
pub mod create_template;

/// Types for the `DeleteDomain` operation.
pub mod delete_domain;

/// Types for the `DeleteField` operation.
pub mod delete_field;

/// Types for the `DeleteLayout` operation.
pub mod delete_layout;

/// Types for the `DeleteTemplate` operation.
pub mod delete_template;

/// Types for the `GetCase` operation.
pub mod get_case;

/// Types for the `GetCaseAuditEvents` operation.
pub mod get_case_audit_events;

/// Types for the `GetCaseEventConfiguration` operation.
pub mod get_case_event_configuration;

/// Types for the `GetDomain` operation.
pub mod get_domain;

/// Types for the `GetLayout` operation.
pub mod get_layout;

/// Types for the `GetTemplate` operation.
pub mod get_template;

/// Types for the `ListCasesForContact` operation.
pub mod list_cases_for_contact;

/// Types for the `ListDomains` operation.
pub mod list_domains;

/// Types for the `ListFieldOptions` operation.
pub mod list_field_options;

/// Types for the `ListFields` operation.
pub mod list_fields;

/// Types for the `ListLayouts` operation.
pub mod list_layouts;

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

/// Types for the `ListTemplates` operation.
pub mod list_templates;

/// Types for the `PutCaseEventConfiguration` operation.
pub mod put_case_event_configuration;

/// Types for the `SearchCases` operation.
pub mod search_cases;

/// Types for the `SearchRelatedItems` operation.
pub mod search_related_items;

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

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

/// Types for the `UpdateCase` operation.
pub mod update_case;

/// Types for the `UpdateField` operation.
pub mod update_field;

/// Types for the `UpdateLayout` operation.
pub mod update_layout;

/// Types for the `UpdateTemplate` operation.
pub mod update_template;