aws_sdk_servicediscovery/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 `CreateHttpNamespace` operation.
5pub mod create_http_namespace;
6
7/// Types for the `CreatePrivateDnsNamespace` operation.
8pub mod create_private_dns_namespace;
9
10/// Types for the `CreatePublicDnsNamespace` operation.
11pub mod create_public_dns_namespace;
12
13/// Types for the `CreateService` operation.
14pub mod create_service;
15
16/// Types for the `DeleteNamespace` operation.
17pub mod delete_namespace;
18
19/// Types for the `DeleteService` operation.
20pub mod delete_service;
21
22/// Types for the `DeleteServiceAttributes` operation.
23pub mod delete_service_attributes;
24
25/// Types for the `DeregisterInstance` operation.
26pub mod deregister_instance;
27
28/// Types for the `DiscoverInstances` operation.
29pub mod discover_instances;
30
31/// Types for the `DiscoverInstancesRevision` operation.
32pub mod discover_instances_revision;
33
34/// Types for the `GetInstance` operation.
35pub mod get_instance;
36
37/// Types for the `GetInstancesHealthStatus` operation.
38pub mod get_instances_health_status;
39
40/// Types for the `GetNamespace` operation.
41pub mod get_namespace;
42
43/// Types for the `GetOperation` operation.
44pub mod get_operation;
45
46/// Types for the `GetService` operation.
47pub mod get_service;
48
49/// Types for the `GetServiceAttributes` operation.
50pub mod get_service_attributes;
51
52/// Types for the `ListInstances` operation.
53pub mod list_instances;
54
55/// Types for the `ListNamespaces` operation.
56pub mod list_namespaces;
57
58/// Types for the `ListOperations` operation.
59pub mod list_operations;
60
61/// Types for the `ListServices` operation.
62pub mod list_services;
63
64/// Types for the `ListTagsForResource` operation.
65pub mod list_tags_for_resource;
66
67/// Types for the `RegisterInstance` operation.
68pub mod register_instance;
69
70/// Types for the `TagResource` operation.
71pub mod tag_resource;
72
73/// Types for the `UntagResource` operation.
74pub mod untag_resource;
75
76/// Types for the `UpdateHttpNamespace` operation.
77pub mod update_http_namespace;
78
79/// Types for the `UpdateInstanceCustomHealthStatus` operation.
80pub mod update_instance_custom_health_status;
81
82/// Types for the `UpdatePrivateDnsNamespace` operation.
83pub mod update_private_dns_namespace;
84
85/// Types for the `UpdatePublicDnsNamespace` operation.
86pub mod update_public_dns_namespace;
87
88/// Types for the `UpdateService` operation.
89pub mod update_service;
90
91/// Types for the `UpdateServiceAttributes` operation.
92pub mod update_service_attributes;