aws_sdk_serverlessapplicationrepository/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 `CreateApplication` operation.
5pub mod create_application;
6
7/// Types for the `CreateApplicationVersion` operation.
8pub mod create_application_version;
9
10/// Types for the `CreateCloudFormationChangeSet` operation.
11pub mod create_cloud_formation_change_set;
12
13/// Types for the `CreateCloudFormationTemplate` operation.
14pub mod create_cloud_formation_template;
15
16/// Types for the `DeleteApplication` operation.
17pub mod delete_application;
18
19/// Types for the `GetApplication` operation.
20pub mod get_application;
21
22/// Types for the `GetApplicationPolicy` operation.
23pub mod get_application_policy;
24
25/// Types for the `GetCloudFormationTemplate` operation.
26pub mod get_cloud_formation_template;
27
28/// Types for the `ListApplicationDependencies` operation.
29pub mod list_application_dependencies;
30
31/// Types for the `ListApplicationVersions` operation.
32pub mod list_application_versions;
33
34/// Types for the `ListApplications` operation.
35pub mod list_applications;
36
37/// Types for the `PutApplicationPolicy` operation.
38pub mod put_application_policy;
39
40/// Types for the `UnshareApplication` operation.
41pub mod unshare_application;
42
43/// Types for the `UpdateApplication` operation.
44pub mod update_application;