mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-01 04:40:38 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+10
-9
@@ -1,14 +1,15 @@
|
||||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
// Package servicediscovery provides the client and types for making API
|
||||
// requests to Amazon Route 53 Auto Naming.
|
||||
// requests to AWS Cloud Map.
|
||||
//
|
||||
// Amazon Route 53 auto naming lets you configure public or private namespaces
|
||||
// that your microservice applications run in. When instances of the service
|
||||
// become available, you can call the auto naming API to register the instance,
|
||||
// and Route 53 automatically creates up to five DNS records and an optional
|
||||
// health check. Clients that submit DNS queries for the service receive an
|
||||
// answer that contains up to eight healthy records.
|
||||
// AWS Cloud Map lets you configure public DNS, private DNS, or HTTP namespaces
|
||||
// that your microservice applications run in. When an instance of the service
|
||||
// becomes available, you can call the AWS Cloud Map API to register the instance
|
||||
// with AWS Cloud Map. For public or private DNS namespaces, AWS 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.
|
||||
//
|
||||
// See https://docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14 for more information on this service.
|
||||
//
|
||||
@@ -17,7 +18,7 @@
|
||||
//
|
||||
// Using the Client
|
||||
//
|
||||
// To contact Amazon Route 53 Auto Naming with the SDK use the New function to create
|
||||
// To contact AWS Cloud Map with the SDK use the New function to create
|
||||
// a new service client. With that client you can make API requests to the service.
|
||||
// These clients are safe to use concurrently.
|
||||
//
|
||||
@@ -27,7 +28,7 @@
|
||||
// See aws.Config documentation for more information on configuring SDK clients.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
|
||||
//
|
||||
// See the Amazon Route 53 Auto Naming client ServiceDiscovery for more
|
||||
// See the AWS Cloud Map client ServiceDiscovery for more
|
||||
// information on creating client for this service.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/service/servicediscovery/#New
|
||||
package servicediscovery
|
||||
|
||||
Reference in New Issue
Block a user