1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package servicediscovery provides the API client, operations, and parameter
// types for AWS Cloud Map.
//
// # Cloud Map
//
// With Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces
// that your microservice applications run in. When an instance becomes available,
// you can call the Cloud Map API to register the instance with Cloud Map. For
// public or private DNS namespaces, Cloud Map automatically creates DNS records
// and an optional health check. Clients that submit public or private DNS queries,
// or HTTP requests, for the service receive an answer that contains up to eight
// healthy records.
package servicediscovery
|