aws_sdk_appconfig/
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 `CreateConfigurationProfile` operation.
8pub mod create_configuration_profile;
9
10/// Types for the `CreateDeploymentStrategy` operation.
11pub mod create_deployment_strategy;
12
13/// Types for the `CreateEnvironment` operation.
14pub mod create_environment;
15
16/// Types for the `CreateExtension` operation.
17pub mod create_extension;
18
19/// Types for the `CreateExtensionAssociation` operation.
20pub mod create_extension_association;
21
22/// Types for the `CreateHostedConfigurationVersion` operation.
23pub mod create_hosted_configuration_version;
24
25/// Types for the `DeleteApplication` operation.
26pub mod delete_application;
27
28/// Types for the `DeleteConfigurationProfile` operation.
29pub mod delete_configuration_profile;
30
31/// Types for the `DeleteDeploymentStrategy` operation.
32pub mod delete_deployment_strategy;
33
34/// Types for the `DeleteEnvironment` operation.
35pub mod delete_environment;
36
37/// Types for the `DeleteExtension` operation.
38pub mod delete_extension;
39
40/// Types for the `DeleteExtensionAssociation` operation.
41pub mod delete_extension_association;
42
43/// Types for the `DeleteHostedConfigurationVersion` operation.
44pub mod delete_hosted_configuration_version;
45
46/// Types for the `GetAccountSettings` operation.
47pub mod get_account_settings;
48
49/// Types for the `GetApplication` operation.
50pub mod get_application;
51
52/// Types for the `GetConfiguration` operation.
53pub mod get_configuration;
54
55/// Types for the `GetConfigurationProfile` operation.
56pub mod get_configuration_profile;
57
58/// Types for the `GetDeployment` operation.
59pub mod get_deployment;
60
61/// Types for the `GetDeploymentStrategy` operation.
62pub mod get_deployment_strategy;
63
64/// Types for the `GetEnvironment` operation.
65pub mod get_environment;
66
67/// Types for the `GetExtension` operation.
68pub mod get_extension;
69
70/// Types for the `GetExtensionAssociation` operation.
71pub mod get_extension_association;
72
73/// Types for the `GetHostedConfigurationVersion` operation.
74pub mod get_hosted_configuration_version;
75
76/// Types for the `ListApplications` operation.
77pub mod list_applications;
78
79/// Types for the `ListConfigurationProfiles` operation.
80pub mod list_configuration_profiles;
81
82/// Types for the `ListDeploymentStrategies` operation.
83pub mod list_deployment_strategies;
84
85/// Types for the `ListDeployments` operation.
86pub mod list_deployments;
87
88/// Types for the `ListEnvironments` operation.
89pub mod list_environments;
90
91/// Types for the `ListExtensionAssociations` operation.
92pub mod list_extension_associations;
93
94/// Types for the `ListExtensions` operation.
95pub mod list_extensions;
96
97/// Types for the `ListHostedConfigurationVersions` operation.
98pub mod list_hosted_configuration_versions;
99
100/// Types for the `ListTagsForResource` operation.
101pub mod list_tags_for_resource;
102
103/// Types for the `StartDeployment` operation.
104pub mod start_deployment;
105
106/// Types for the `StopDeployment` operation.
107pub mod stop_deployment;
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 `UpdateAccountSettings` operation.
116pub mod update_account_settings;
117
118/// Types for the `UpdateApplication` operation.
119pub mod update_application;
120
121/// Types for the `UpdateConfigurationProfile` operation.
122pub mod update_configuration_profile;
123
124/// Types for the `UpdateDeploymentStrategy` operation.
125pub mod update_deployment_strategy;
126
127/// Types for the `UpdateEnvironment` operation.
128pub mod update_environment;
129
130/// Types for the `UpdateExtension` operation.
131pub mod update_extension;
132
133/// Types for the `UpdateExtensionAssociation` operation.
134pub mod update_extension_association;
135
136/// Types for the `ValidateConfiguration` operation.
137pub mod validate_configuration;