aws_sdk_ssmsap/
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 `DeleteResourcePermission` operation.
5pub mod delete_resource_permission;
6
7/// Types for the `DeregisterApplication` operation.
8pub mod deregister_application;
9
10/// Types for the `GetApplication` operation.
11pub mod get_application;
12
13/// Types for the `GetComponent` operation.
14pub mod get_component;
15
16/// Types for the `GetConfigurationCheckOperation` operation.
17pub mod get_configuration_check_operation;
18
19/// Types for the `GetDatabase` operation.
20pub mod get_database;
21
22/// Types for the `GetOperation` operation.
23pub mod get_operation;
24
25/// Types for the `GetResourcePermission` operation.
26pub mod get_resource_permission;
27
28/// Types for the `ListApplications` operation.
29pub mod list_applications;
30
31/// Types for the `ListComponents` operation.
32pub mod list_components;
33
34/// Types for the `ListConfigurationCheckDefinitions` operation.
35pub mod list_configuration_check_definitions;
36
37/// Types for the `ListConfigurationCheckOperations` operation.
38pub mod list_configuration_check_operations;
39
40/// Types for the `ListDatabases` operation.
41pub mod list_databases;
42
43/// Types for the `ListOperationEvents` operation.
44pub mod list_operation_events;
45
46/// Types for the `ListOperations` operation.
47pub mod list_operations;
48
49/// Types for the `ListSubCheckResults` operation.
50pub mod list_sub_check_results;
51
52/// Types for the `ListSubCheckRuleResults` operation.
53pub mod list_sub_check_rule_results;
54
55/// Types for the `ListTagsForResource` operation.
56pub mod list_tags_for_resource;
57
58/// Types for the `PutResourcePermission` operation.
59pub mod put_resource_permission;
60
61/// Types for the `RegisterApplication` operation.
62pub mod register_application;
63
64/// Types for the `StartApplication` operation.
65pub mod start_application;
66
67/// Types for the `StartApplicationRefresh` operation.
68pub mod start_application_refresh;
69
70/// Types for the `StartConfigurationChecks` operation.
71pub mod start_configuration_checks;
72
73/// Types for the `StopApplication` operation.
74pub mod stop_application;
75
76/// Types for the `TagResource` operation.
77pub mod tag_resource;
78
79/// Types for the `UntagResource` operation.
80pub mod untag_resource;
81
82/// Types for the `UpdateApplicationSettings` operation.
83pub mod update_application_settings;