// 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