Awso_mwaa_asyncSourceval create_cli_token :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.CreateCliTokenRequest.t ->
(Awso_mwaa.Values.CreateCliTokenResponse.t,
Awso_mwaa.Values.CreateCliTokenResponse.error)
Result.t
Async.Deferred.tval create_environment :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.CreateEnvironmentInput.t ->
(Awso_mwaa.Values.CreateEnvironmentOutput.t,
Awso_mwaa.Values.CreateEnvironmentOutput.error)
Result.t
Async.Deferred.tval create_web_login_token :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.CreateWebLoginTokenRequest.t ->
(Awso_mwaa.Values.CreateWebLoginTokenResponse.t,
Awso_mwaa.Values.CreateWebLoginTokenResponse.error)
Result.t
Async.Deferred.tval delete_environment :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.DeleteEnvironmentInput.t ->
(Awso_mwaa.Values.DeleteEnvironmentOutput.t,
Awso_mwaa.Values.DeleteEnvironmentOutput.error)
Result.t
Async.Deferred.tval get_environment :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.GetEnvironmentInput.t ->
(Awso_mwaa.Values.GetEnvironmentOutput.t,
Awso_mwaa.Values.GetEnvironmentOutput.error)
Result.t
Async.Deferred.tval invoke_rest_api :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.InvokeRestApiRequest.t ->
(Awso_mwaa.Values.InvokeRestApiResponse.t,
Awso_mwaa.Values.InvokeRestApiResponse.error)
Result.t
Async.Deferred.tval list_environments :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.ListEnvironmentsInput.t ->
(Awso_mwaa.Values.ListEnvironmentsOutput.t,
Awso_mwaa.Values.ListEnvironmentsOutput.error)
Result.t
Async.Deferred.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.ListTagsForResourceInput.t ->
(Awso_mwaa.Values.ListTagsForResourceOutput.t,
Awso_mwaa.Values.ListTagsForResourceOutput.error)
Result.t
Async.Deferred.tval publish_metrics :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.PublishMetricsInput.t ->
(Awso_mwaa.Values.PublishMetricsOutput.t,
Awso_mwaa.Values.PublishMetricsOutput.error)
Result.t
Async.Deferred.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.TagResourceInput.t ->
(Awso_mwaa.Values.TagResourceOutput.t,
Awso_mwaa.Values.TagResourceOutput.error)
Result.t
Async.Deferred.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.UntagResourceInput.t ->
(Awso_mwaa.Values.UntagResourceOutput.t,
Awso_mwaa.Values.UntagResourceOutput.error)
Result.t
Async.Deferred.tval update_environment :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_mwaa.Values.UpdateEnvironmentInput.t ->
(Awso_mwaa.Values.UpdateEnvironmentOutput.t,
Awso_mwaa.Values.UpdateEnvironmentOutput.error)
Result.t
Async.Deferred.tinclude module type of struct include Awso_mwaa.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]Internal only. Represents the dimensions of a metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
Internal only. Represents a set of statistics that describe a specific metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
Describes the error(s) encountered with the last update of the environment.
Describes the Apache Airflow log details for the log type (e.g. DagProcessingLogs).
Enables the Apache Airflow log type (e.g. DagProcessingLogs) and defines the log level to send to CloudWatch Logs (e.g. INFO).
Internal only. Collects Apache Airflow metrics. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
Describes the status of the last update on the environment, and any errors that were encountered.
Describes the Apache Airflow log types that are published to CloudWatch Logs.
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, refer to About networking on Amazon MWAA.
InternalServerException: An internal error has occurred.
ResourceNotFoundException: The resource is not available.
ServiceUnavailableException: The service is currently unavailable.
ValidationException: The provided input is not valid.
Defines the Apache Airflow log types to send to CloudWatch Logs.
Defines the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, refer to About networking on Amazon MWAA.
module ListEnvironmentsInputMaxResultsInteger =
Awso_mwaa.Values.ListEnvironmentsInputMaxResultsIntegerAccess to the Apache Airflow Web UI or CLI has been denied due to insufficient permissions. To learn more, see Accessing an Amazon MWAA environment.
An exception indicating that a client-side error occurred during the Apache Airflow REST API call.
An exception indicating that a server-side error occurred during the Apache Airflow REST API call.
Describes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, "Environment": "Staging".
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, "Environment": "Staging".
Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
Internal only. Publishes environment health metrics to Amazon CloudWatch.
Internal only. Publishes environment health metrics to Amazon CloudWatch.
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, "Environment": "Staging".
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, "Environment": "Staging".
Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.
Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.
Invokes the Apache Airflow REST API on the webserver with the specified inputs. To learn more, see Using the Apache Airflow REST API
Invokes the Apache Airflow REST API on the webserver with the specified inputs. To learn more, see Using the Apache Airflow REST API
Describes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
Describes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
Deletes an Amazon Managed Workflows for Apache Airflow (Amazon MWAA) environment.
Deletes an Amazon Managed Workflows for Apache Airflow (Amazon MWAA) environment.
Creates a web login token for the Airflow Web UI. To learn more, see Creating an Apache Airflow web login token.
Creates a web login token for the Airflow Web UI. To learn more, see Creating an Apache Airflow web login token.
Creates an Amazon Managed Workflows for Apache Airflow (Amazon MWAA) environment.
This section contains the Amazon Managed Workflows for Apache Airflow (Amazon MWAA) API reference documentation to create an environment. For more information, refer to Get started with Amazon Managed Workflows for Apache Airflow.
Creates a CLI token for the Airflow CLI. To learn more, see Creating an Apache Airflow CLI token.
Creates a CLI token for the Airflow CLI. To learn more, see Creating an Apache Airflow CLI token.