File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go 1.44.133-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates
  • size: 245,296 kB
  • sloc: makefile: 120
file content (55 lines) | stat: -rw-r--r-- 2,894 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.

// Package mwaa provides the client and types for making API
// requests to AmazonMWAA.
//
// This section contains the Amazon Managed Workflows for Apache Airflow (MWAA)
// API reference documentation. For more information, see What Is Amazon MWAA?
// (https://docs.aws.amazon.com/mwaa/latest/userguide/what-is-mwaa.html).
//
// Endpoints
//
//   - api.airflow.{region}.amazonaws.com - This endpoint is used for environment
//     management. CreateEnvironment (https://docs.aws.amazon.com/mwaa/latest/API/API_CreateEnvironment.html)
//     DeleteEnvironment (https://docs.aws.amazon.com/mwaa/latest/API/API_DeleteEnvironment.html)
//     GetEnvironment (https://docs.aws.amazon.com/mwaa/latest/API/API_GetEnvironment.html)
//     ListEnvironments (https://docs.aws.amazon.com/mwaa/latest/API/API_ListEnvironments.html)
//     ListTagsForResource (https://docs.aws.amazon.com/mwaa/latest/API/API_ListTagsForResource.html)
//     TagResource (https://docs.aws.amazon.com/mwaa/latest/API/API_TagResource.html)
//     UntagResource (https://docs.aws.amazon.com/mwaa/latest/API/API_UntagResource.html)
//     UpdateEnvironment (https://docs.aws.amazon.com/mwaa/latest/API/API_UpdateEnvironment.html)
//
//   - env.airflow.{region}.amazonaws.com - This endpoint is used to operate
//     the Airflow environment. CreateCliToken (https://docs.aws.amazon.com/mwaa/latest/API/API_CreateCliToken.html)
//     CreateWebLoginToken (https://docs.aws.amazon.com/mwaa/latest/API/API_CreateWebLoginToken.html)
//
//   - ops.airflow.{region}.amazonaws.com - This endpoint is used to push environment
//     metrics that track environment health. PublishMetrics (https://docs.aws.amazon.com/mwaa/latest/API/API_PublishMetrics.html)
//
// # Regions
//
// For a list of regions that Amazon MWAA supports, see Region availability
// (https://docs.aws.amazon.com/mwaa/latest/userguide/what-is-mwaa.html#regions-mwaa)
// in the Amazon MWAA User Guide.
//
// See https://docs.aws.amazon.com/goto/WebAPI/mwaa-2020-07-01 for more information on this service.
//
// See mwaa package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/mwaa/
//
// # Using the Client
//
// To contact AmazonMWAA with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the AmazonMWAA client MWAA for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/mwaa/#New
package mwaa