aws_sdk_synthetics/
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 `AssociateResource` operation.
5pub mod associate_resource;
6
7/// Types for the `CreateCanary` operation.
8pub mod create_canary;
9
10/// Types for the `CreateGroup` operation.
11pub mod create_group;
12
13/// Types for the `DeleteCanary` operation.
14pub mod delete_canary;
15
16/// Types for the `DeleteGroup` operation.
17pub mod delete_group;
18
19/// Types for the `DescribeCanaries` operation.
20pub mod describe_canaries;
21
22/// Types for the `DescribeCanariesLastRun` operation.
23pub mod describe_canaries_last_run;
24
25/// Types for the `DescribeRuntimeVersions` operation.
26pub mod describe_runtime_versions;
27
28/// Types for the `DisassociateResource` operation.
29pub mod disassociate_resource;
30
31/// Types for the `GetCanary` operation.
32pub mod get_canary;
33
34/// Types for the `GetCanaryRuns` operation.
35pub mod get_canary_runs;
36
37/// Types for the `GetGroup` operation.
38pub mod get_group;
39
40/// Types for the `ListAssociatedGroups` operation.
41pub mod list_associated_groups;
42
43/// Types for the `ListGroupResources` operation.
44pub mod list_group_resources;
45
46/// Types for the `ListGroups` operation.
47pub mod list_groups;
48
49/// Types for the `ListTagsForResource` operation.
50pub mod list_tags_for_resource;
51
52/// Types for the `StartCanary` operation.
53pub mod start_canary;
54
55/// Types for the `StartCanaryDryRun` operation.
56pub mod start_canary_dry_run;
57
58/// Types for the `StopCanary` operation.
59pub mod stop_canary;
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 `UpdateCanary` operation.
68pub mod update_canary;