

****
MWAA
****



======
Client
======



.. py:class:: MWAA.Client

  A low-level client representing 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>`__
     
    * `InvokeRestApi <https://docs.aws.amazon.com/mwaa/latest/API/API_InvokeRestApi.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*.

  

  ::

    
    import boto3
    
    client = boto3.client('mwaa')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  mwaa/client/can_paginate
  mwaa/client/close
  mwaa/client/create_cli_token
  mwaa/client/create_environment
  mwaa/client/create_web_login_token
  mwaa/client/delete_environment
  mwaa/client/get_environment
  mwaa/client/get_paginator
  mwaa/client/get_waiter
  mwaa/client/invoke_rest_api
  mwaa/client/list_environments
  mwaa/client/list_tags_for_resource
  mwaa/client/publish_metrics
  mwaa/client/tag_resource
  mwaa/client/untag_resource
  mwaa/client/update_environment


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  mwaa/paginator/ListEnvironments
