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
|
// 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? (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)
//
// Regions For a list of supported regions, see Amazon MWAA endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/mwaa.html)
// in the Amazon Web Services General Reference.
package mwaa
|