aws_sdk_amplifyuibuilder/
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 `CreateComponent` operation.
5pub mod create_component;
6
7/// Types for the `CreateForm` operation.
8pub mod create_form;
9
10/// Types for the `CreateTheme` operation.
11pub mod create_theme;
12
13/// Types for the `DeleteComponent` operation.
14pub mod delete_component;
15
16/// Types for the `DeleteForm` operation.
17pub mod delete_form;
18
19/// Types for the `DeleteTheme` operation.
20pub mod delete_theme;
21
22/// Types for the `ExchangeCodeForToken` operation.
23pub mod exchange_code_for_token;
24
25/// Types for the `ExportComponents` operation.
26pub mod export_components;
27
28/// Types for the `ExportForms` operation.
29pub mod export_forms;
30
31/// Types for the `ExportThemes` operation.
32pub mod export_themes;
33
34/// Types for the `GetCodegenJob` operation.
35pub mod get_codegen_job;
36
37/// Types for the `GetComponent` operation.
38pub mod get_component;
39
40/// Types for the `GetForm` operation.
41pub mod get_form;
42
43/// Types for the `GetMetadata` operation.
44pub mod get_metadata;
45
46/// Types for the `GetTheme` operation.
47pub mod get_theme;
48
49/// Types for the `ListCodegenJobs` operation.
50pub mod list_codegen_jobs;
51
52/// Types for the `ListComponents` operation.
53pub mod list_components;
54
55/// Types for the `ListForms` operation.
56pub mod list_forms;
57
58/// Types for the `ListTagsForResource` operation.
59pub mod list_tags_for_resource;
60
61/// Types for the `ListThemes` operation.
62pub mod list_themes;
63
64/// Types for the `PutMetadataFlag` operation.
65pub mod put_metadata_flag;
66
67/// Types for the `RefreshToken` operation.
68pub mod refresh_token;
69
70/// Types for the `StartCodegenJob` operation.
71pub mod start_codegen_job;
72
73/// Types for the `TagResource` operation.
74pub mod tag_resource;
75
76/// Types for the `UntagResource` operation.
77pub mod untag_resource;
78
79/// Types for the `UpdateComponent` operation.
80pub mod update_component;
81
82/// Types for the `UpdateForm` operation.
83pub mod update_form;
84
85/// Types for the `UpdateTheme` operation.
86pub mod update_theme;