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 56
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package mwaa provides the API client, operations, and parameter types for
// AmazonMWAA.
//
// # Amazon Managed Workflows for Apache Airflow
//
// This section contains the Amazon Managed Workflows for Apache Airflow (MWAA)
// API reference documentation. For more information, see [What is Amazon MWAA?].
//
// Endpoints
//
// - api.airflow.{region}.amazonaws.com - This endpoint is used for environment
// management.
//
// [CreateEnvironment]
//
// [DeleteEnvironment]
//
// [GetEnvironment]
//
// [ListEnvironments]
//
// [ListTagsForResource]
//
// [TagResource]
//
// [UntagResource]
//
// [UpdateEnvironment]
//
// - env.airflow.{region}.amazonaws.com - This endpoint is used to operate the
// Airflow environment.
//
// [CreateCliToken]
//
// [CreateWebLoginToken]
//
// # Regions
//
// For a list of supported regions, see [Amazon MWAA endpoints and quotas] in the Amazon Web Services General
// Reference.
//
// [CreateWebLoginToken]: https://docs.aws.amazon.com/mwaa/latest/API/API_CreateWebLoginToken.html
// [CreateEnvironment]: https://docs.aws.amazon.com/mwaa/latest/API/API_CreateEnvironment.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
// [Amazon MWAA endpoints and quotas]: https://docs.aws.amazon.com/general/latest/gr/mwaa.html
// [DeleteEnvironment]: https://docs.aws.amazon.com/mwaa/latest/API/API_DeleteEnvironment.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
// [What is Amazon MWAA?]: https://docs.aws.amazon.com/mwaa/latest/userguide/what-is-mwaa.html
// [UpdateEnvironment]: https://docs.aws.amazon.com/mwaa/latest/API/API_UpdateEnvironment.html
// [ListTagsForResource]: https://docs.aws.amazon.com/mwaa/latest/API/API_ListTagsForResource.html
// [CreateCliToken]: https://docs.aws.amazon.com/mwaa/latest/API/API_CreateCliToken.html
package mwaa
|