1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3// Package cloudformation provides the client and types for making API
4// requests to AWS CloudFormation.
5//
6// AWS CloudFormation allows you to create and manage AWS infrastructure deployments
7// predictably and repeatedly. You can use AWS CloudFormation to leverage AWS
8// products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
9// Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling
10// to build highly-reliable, highly scalable, cost-effective applications without
11// creating or configuring the underlying AWS infrastructure.
12//
13// With AWS CloudFormation, you declare all of your resources and dependencies
14// in a template file. The template defines a collection of resources as a single
15// unit called a stack. AWS CloudFormation creates and deletes all member resources
16// of the stack together and manages all dependencies between the resources
17// for you.
18//
19// For more information about AWS CloudFormation, see the AWS CloudFormation
20// Product Page (http://aws.amazon.com/cloudformation/).
21//
22// Amazon CloudFormation makes use of other AWS products. If you need additional
23// technical information about a specific AWS product, you can find the product's
24// technical documentation at docs.aws.amazon.com (https://docs.aws.amazon.com/).
25//
26// See https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15 for more information on this service.
27//
28// See cloudformation package documentation for more information.
29// https://docs.aws.amazon.com/sdk-for-go/api/service/cloudformation/
30//
31// Using the Client
32//
33// To contact AWS CloudFormation with the SDK use the New function to create
34// a new service client. With that client you can make API requests to the service.
35// These clients are safe to use concurrently.
36//
37// See the SDK's documentation for more information on how to use the SDK.
38// https://docs.aws.amazon.com/sdk-for-go/api/
39//
40// See aws.Config documentation for more information on configuring SDK clients.
41// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
42//
43// See the AWS CloudFormation client CloudFormation for more
44// information on creating client for this service.
45// https://docs.aws.amazon.com/sdk-for-go/api/service/cloudformation/#New
46package cloudformation
47