mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-10 07:00:08 +00:00
47 lines
2.3 KiB
Go
47 lines
2.3 KiB
Go
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||
|
|
||
|
// Package cloudformation provides the client and types for making API
|
||
|
// requests to AWS CloudFormation.
|
||
|
//
|
||
|
// AWS CloudFormation allows you to create and manage AWS infrastructure deployments
|
||
|
// predictably and repeatedly. You can use AWS CloudFormation to leverage AWS
|
||
|
// products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
|
||
|
// Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling
|
||
|
// to build highly-reliable, highly scalable, cost-effective applications without
|
||
|
// creating or configuring the underlying AWS infrastructure.
|
||
|
//
|
||
|
// With AWS CloudFormation, you declare all of your resources and dependencies
|
||
|
// in a template file. The template defines a collection of resources as a single
|
||
|
// unit called a stack. AWS CloudFormation creates and deletes all member resources
|
||
|
// of the stack together and manages all dependencies between the resources
|
||
|
// for you.
|
||
|
//
|
||
|
// For more information about AWS CloudFormation, see the AWS CloudFormation
|
||
|
// Product Page (http://aws.amazon.com/cloudformation/).
|
||
|
//
|
||
|
// Amazon CloudFormation makes use of other AWS products. If you need additional
|
||
|
// technical information about a specific AWS product, you can find the product's
|
||
|
// technical documentation at docs.aws.amazon.com (http://docs.aws.amazon.com/).
|
||
|
//
|
||
|
// See https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15 for more information on this service.
|
||
|
//
|
||
|
// See cloudformation package documentation for more information.
|
||
|
// https://docs.aws.amazon.com/sdk-for-go/api/service/cloudformation/
|
||
|
//
|
||
|
// Using the Client
|
||
|
//
|
||
|
// To contact AWS CloudFormation 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.
|
||
|
//
|
||
|
// See the SDK's documentation for more information on how to use the SDK.
|
||
|
// https://docs.aws.amazon.com/sdk-for-go/api/
|
||
|
//
|
||
|
// See aws.Config documentation for more information on configuring SDK clients.
|
||
|
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
|
||
|
//
|
||
|
// See the AWS CloudFormation client CloudFormation for more
|
||
|
// information on creating client for this service.
|
||
|
// https://docs.aws.amazon.com/sdk-for-go/api/service/cloudformation/#New
|
||
|
package cloudformation
|