File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.24.1-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 554,032 kB
  • sloc: java: 15,941; makefile: 419; sh: 175
file content (22 lines) | stat: -rw-r--r-- 1,430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package cloudformation provides the API client, operations, and parameter types
// for AWS CloudFormation.
//
// CloudFormation CloudFormation allows you to create and manage Amazon Web
// Services infrastructure deployments predictably and repeatedly. You can use
// CloudFormation to leverage Amazon Web Services 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 Amazon Web Services infrastructure. With CloudFormation, you declare
// all your resources and dependencies in a template file. The template defines a
// collection of resources as a single unit called a stack. CloudFormation creates
// and deletes all member resources of the stack together and manages all
// dependencies between the resources for you. For more information about
// CloudFormation, see the CloudFormation product page (http://aws.amazon.com/cloudformation/)
// . CloudFormation makes use of other Amazon Web Services products. If you need
// additional technical information about a specific Amazon Web Services product,
// you can find the product's technical documentation at docs.aws.amazon.com (https://docs.aws.amazon.com/)
// .
package cloudformation