doc.go 2.3 KB

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