1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3// Package codestarconnections provides the client and types for making API
4// requests to AWS CodeStar connections.
5//
6// This AWS CodeStar Connections API Reference provides descriptions and usage
7// examples of the operations and data types for the AWS CodeStar Connections
8// API. You can use the Connections API to work with connections and installations.
9//
10// Connections are configurations that you use to connect AWS resources to external
11// code repositories. Each connection is a resource that can be given to services
12// such as CodePipeline to connect to a third-party repository such as Bitbucket.
13// For example, you can add the connection in CodePipeline so that it triggers
14// your pipeline when a code change is made to your third-party code repository.
15// Each connection is named and associated with a unique ARN that is used to
16// reference the connection.
17//
18// When you create a connection, the console initiates a third-party connection
19// handshake. Installations are the apps that are used to conduct this handshake.
20// For example, the installation for the Bitbucket provider type is the Bitbucket
21// Cloud app. When you create a connection, you can choose an existing installation
22// or create one.
23//
24// You can work with connections by calling:
25//
26//    * CreateConnection, which creates a uniquely named connection that can
27//    be referenced by services such as CodePipeline.
28//
29//    * DeleteConnection, which deletes the specified connection.
30//
31//    * GetConnection, which returns information about the connection, including
32//    the connection status.
33//
34//    * ListConnections, which lists the connections associated with your account.
35//
36// For information about how to use AWS CodeStar Connections, see the AWS CodePipeline
37// User Guide (https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html).
38//
39// See https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01 for more information on this service.
40//
41// See codestarconnections package documentation for more information.
42// https://docs.aws.amazon.com/sdk-for-go/api/service/codestarconnections/
43//
44// Using the Client
45//
46// To contact AWS CodeStar connections with the SDK use the New function to create
47// a new service client. With that client you can make API requests to the service.
48// These clients are safe to use concurrently.
49//
50// See the SDK's documentation for more information on how to use the SDK.
51// https://docs.aws.amazon.com/sdk-for-go/api/
52//
53// See aws.Config documentation for more information on configuring SDK clients.
54// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
55//
56// See the AWS CodeStar connections client CodeStarConnections for more
57// information on creating client for this service.
58// https://docs.aws.amazon.com/sdk-for-go/api/service/codestarconnections/#New
59package codestarconnections
60