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