aws-sdk-servicediscovery 1.98.0

AWS SDK for AWS Cloud Map
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateHttpNamespace` operation.
pub mod create_http_namespace;

/// Types for the `CreatePrivateDnsNamespace` operation.
pub mod create_private_dns_namespace;

/// Types for the `CreatePublicDnsNamespace` operation.
pub mod create_public_dns_namespace;

/// Types for the `CreateService` operation.
pub mod create_service;

/// Types for the `DeleteNamespace` operation.
pub mod delete_namespace;

/// Types for the `DeleteService` operation.
pub mod delete_service;

/// Types for the `DeleteServiceAttributes` operation.
pub mod delete_service_attributes;

/// Types for the `DeregisterInstance` operation.
pub mod deregister_instance;

/// Types for the `DiscoverInstances` operation.
pub mod discover_instances;

/// Types for the `DiscoverInstancesRevision` operation.
pub mod discover_instances_revision;

/// Types for the `GetInstance` operation.
pub mod get_instance;

/// Types for the `GetInstancesHealthStatus` operation.
pub mod get_instances_health_status;

/// Types for the `GetNamespace` operation.
pub mod get_namespace;

/// Types for the `GetOperation` operation.
pub mod get_operation;

/// Types for the `GetService` operation.
pub mod get_service;

/// Types for the `GetServiceAttributes` operation.
pub mod get_service_attributes;

/// Types for the `ListInstances` operation.
pub mod list_instances;

/// Types for the `ListNamespaces` operation.
pub mod list_namespaces;

/// Types for the `ListOperations` operation.
pub mod list_operations;

/// Types for the `ListServices` operation.
pub mod list_services;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `RegisterInstance` operation.
pub mod register_instance;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateHttpNamespace` operation.
pub mod update_http_namespace;

/// Types for the `UpdateInstanceCustomHealthStatus` operation.
pub mod update_instance_custom_health_status;

/// Types for the `UpdatePrivateDnsNamespace` operation.
pub mod update_private_dns_namespace;

/// Types for the `UpdatePublicDnsNamespace` operation.
pub mod update_public_dns_namespace;

/// Types for the `UpdateService` operation.
pub mod update_service;

/// Types for the `UpdateServiceAttributes` operation.
pub mod update_service_attributes;