aws_sdk_applicationsignals/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 `BatchGetServiceLevelObjectiveBudgetReport` operation.
5pub mod batch_get_service_level_objective_budget_report;
6
7/// Types for the `BatchUpdateExclusionWindows` operation.
8pub mod batch_update_exclusion_windows;
9
10/// Types for the `CreateServiceLevelObjective` operation.
11pub mod create_service_level_objective;
12
13/// Types for the `DeleteGroupingConfiguration` operation.
14pub mod delete_grouping_configuration;
15
16/// Types for the `DeleteServiceLevelObjective` operation.
17pub mod delete_service_level_objective;
18
19/// Types for the `GetService` operation.
20pub mod get_service;
21
22/// Types for the `GetServiceLevelObjective` operation.
23pub mod get_service_level_objective;
24
25/// Types for the `ListAuditFindings` operation.
26pub mod list_audit_findings;
27
28/// Types for the `ListGroupingAttributeDefinitions` operation.
29pub mod list_grouping_attribute_definitions;
30
31/// Types for the `ListServiceDependencies` operation.
32pub mod list_service_dependencies;
33
34/// Types for the `ListServiceDependents` operation.
35pub mod list_service_dependents;
36
37/// Types for the `ListServiceLevelObjectiveExclusionWindows` operation.
38pub mod list_service_level_objective_exclusion_windows;
39
40/// Types for the `ListServiceLevelObjectives` operation.
41pub mod list_service_level_objectives;
42
43/// Types for the `ListServiceOperations` operation.
44pub mod list_service_operations;
45
46/// Types for the `ListServiceStates` operation.
47pub mod list_service_states;
48
49/// Types for the `ListServices` operation.
50pub mod list_services;
51
52/// Types for the `ListTagsForResource` operation.
53pub mod list_tags_for_resource;
54
55/// Types for the `PutGroupingConfiguration` operation.
56pub mod put_grouping_configuration;
57
58/// Types for the `StartDiscovery` operation.
59pub mod start_discovery;
60
61/// Types for the `TagResource` operation.
62pub mod tag_resource;
63
64/// Types for the `UntagResource` operation.
65pub mod untag_resource;
66
67/// Types for the `UpdateServiceLevelObjective` operation.
68pub mod update_service_level_objective;