1{
2  "version": "2.0",
3  "service": "<p><fullname>Amazon Managed Workflows for Apache Airflow</fullname> <p>This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/what-is-mwaa.html\">What Is Amazon MWAA?</a>.</p></p>",
4  "operations": {
5    "CreateCliToken": "<p>Create a CLI token to use Airflow CLI.</p>",
6    "CreateEnvironment": "<p>Creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.</p>",
7    "CreateWebLoginToken": "<p>Create a JWT token to be used to login to Airflow Web UI with claims based Authentication.</p>",
8    "DeleteEnvironment": "<p>Deletes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.</p>",
9    "GetEnvironment": "<p>Retrieves the details of an Amazon Managed Workflows for Apache Airflow (MWAA) environment.</p>",
10    "ListEnvironments": "<p>Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.</p>",
11    "ListTagsForResource": "<p>Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, <code>\"Environment\": \"Staging\"</code>. </p>",
12    "PublishMetrics": "<p>An operation for publishing metrics from the customers to the Ops plane.</p>",
13    "TagResource": "<p>Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. </p>",
14    "UntagResource": "<p>Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, <code>\"Environment\": \"Staging\"</code>.</p>",
15    "UpdateEnvironment": "<p>Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.</p>"
16  },
17  "shapes": {
18    "AccessDeniedException": {
19      "base": "<p>Access to the Airflow Web UI or CLI has been Denied. Please follow the MWAA user guide to setup permissions to access the Web UI and CLI functionality.</p>",
20      "refs": {
21      }
22    },
23    "AirflowConfigurationOptions": {
24      "base": null,
25      "refs": {
26        "Environment$AirflowConfigurationOptions": "<p>A list of key-value pairs containing the Apache Airflow configuration options attached to your environment. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html\">Apache Airflow configuration options</a>.</p>"
27      }
28    },
29    "AirflowVersion": {
30      "base": null,
31      "refs": {
32        "CreateEnvironmentInput$AirflowVersion": "<p>The Apache Airflow version for your environment. For example, <code>v1.10.12</code>. If no value is specified, defaults to the latest version. Valid values: <code>v1.10.12</code>.</p>",
33        "Environment$AirflowVersion": "<p>The Apache Airflow version on your environment. For example, <code>v1.10.12</code>.</p>",
34        "UpdateEnvironmentInput$AirflowVersion": "<p>The Apache Airflow version for your environment. For example, <code>v1.10.12</code>. If no value is specified, defaults to the latest version. Valid values: <code>v1.10.12</code>.</p>"
35      }
36    },
37    "CloudWatchLogGroupArn": {
38      "base": null,
39      "refs": {
40        "ModuleLoggingConfiguration$CloudWatchLogGroupArn": "<p>The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g. <code>DagProcessingLogs</code>) is published. For example, <code>arn:aws:logs:us-east-1:123456789012:log-group:airflow-MyMWAAEnvironment-MwaaEnvironment-DAGProcessing:*</code>.</p>"
41      }
42    },
43    "ConfigKey": {
44      "base": null,
45      "refs": {
46        "AirflowConfigurationOptions$key": null,
47        "SyntheticCreateEnvironmentInputAirflowConfigurationOptions$key": null,
48        "SyntheticUpdateEnvironmentInputAirflowConfigurationOptions$key": null
49      }
50    },
51    "ConfigValue": {
52      "base": null,
53      "refs": {
54        "AirflowConfigurationOptions$value": null,
55        "SyntheticCreateEnvironmentInputAirflowConfigurationOptions$value": null,
56        "SyntheticUpdateEnvironmentInputAirflowConfigurationOptions$value": null
57      }
58    },
59    "CreateCliTokenRequest": {
60      "base": null,
61      "refs": {
62      }
63    },
64    "CreateCliTokenResponse": {
65      "base": null,
66      "refs": {
67      }
68    },
69    "CreateEnvironmentInput": {
70      "base": "<p>This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation to create an environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/get-started.html\">Get started with Amazon Managed Workflows for Apache Airflow</a>.</p>",
71      "refs": {
72      }
73    },
74    "CreateEnvironmentOutput": {
75      "base": null,
76      "refs": {
77      }
78    },
79    "CreateWebLoginTokenRequest": {
80      "base": null,
81      "refs": {
82      }
83    },
84    "CreateWebLoginTokenResponse": {
85      "base": null,
86      "refs": {
87      }
88    },
89    "CreatedAt": {
90      "base": null,
91      "refs": {
92        "Environment$CreatedAt": "<p>The day and time the environment was created.</p>"
93      }
94    },
95    "DeleteEnvironmentInput": {
96      "base": null,
97      "refs": {
98      }
99    },
100    "DeleteEnvironmentOutput": {
101      "base": null,
102      "refs": {
103      }
104    },
105    "Dimension": {
106      "base": "<p>Internal only API.</p>",
107      "refs": {
108        "Dimensions$member": null
109      }
110    },
111    "Dimensions": {
112      "base": null,
113      "refs": {
114        "MetricDatum$Dimensions": "<p>Internal only API.</p>"
115      }
116    },
117    "Double": {
118      "base": null,
119      "refs": {
120        "MetricDatum$Value": "<p>Internal only API.</p>",
121        "StatisticSet$Maximum": "<p>Internal only API.</p>",
122        "StatisticSet$Minimum": "<p>Internal only API.</p>",
123        "StatisticSet$Sum": "<p>Internal only API.</p>"
124      }
125    },
126    "Environment": {
127      "base": "<p>The Amazon Managed Workflows for Apache Airflow (MWAA) environment.</p>",
128      "refs": {
129        "GetEnvironmentOutput$Environment": "<p>An object containing all available details about the environment.</p>"
130      }
131    },
132    "EnvironmentArn": {
133      "base": null,
134      "refs": {
135        "CreateEnvironmentOutput$Arn": "<p>The Amazon Resource Name (ARN) returned in the response for the environment.</p>",
136        "Environment$Arn": "<p>The Amazon Resource Name (ARN) of the Amazon MWAA environment.</p>",
137        "ListTagsForResourceInput$ResourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, <code>arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment</code>.</p>",
138        "TagResourceInput$ResourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, <code>arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment</code>.</p>",
139        "UntagResourceInput$ResourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, <code>arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment</code>.</p>",
140        "UpdateEnvironmentOutput$Arn": "<p>The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, <code>arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment</code>.</p>"
141      }
142    },
143    "EnvironmentClass": {
144      "base": null,
145      "refs": {
146        "CreateEnvironmentInput$EnvironmentClass": "<p>The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html\">Amazon MWAA environment class</a>.</p>",
147        "Environment$EnvironmentClass": "<p>The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html\">Amazon MWAA environment class</a>.</p>",
148        "UpdateEnvironmentInput$EnvironmentClass": "<p>The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html\">Amazon MWAA environment class</a>.</p>"
149      }
150    },
151    "EnvironmentList": {
152      "base": null,
153      "refs": {
154        "ListEnvironmentsOutput$Environments": "<p>Returns the list of Amazon MWAA environments.</p>"
155      }
156    },
157    "EnvironmentName": {
158      "base": null,
159      "refs": {
160        "CreateCliTokenRequest$Name": "<p>Create a CLI token request for a MWAA environment.</p>",
161        "CreateEnvironmentInput$Name": "<p>The name of the Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.</p>",
162        "CreateWebLoginTokenRequest$Name": "<p>Create an Airflow Web UI login token request for a MWAA environment.</p>",
163        "DeleteEnvironmentInput$Name": "<p>The name of the Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.</p>",
164        "Environment$Name": "<p>The name of the Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.</p>",
165        "EnvironmentList$member": null,
166        "GetEnvironmentInput$Name": "<p>The name of the Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.</p>",
167        "PublishMetricsInput$EnvironmentName": "<p>Publishes environment metric data to Amazon CloudWatch.</p>",
168        "UpdateEnvironmentInput$Name": "<p>The name of your Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.</p>"
169      }
170    },
171    "EnvironmentStatus": {
172      "base": null,
173      "refs": {
174        "Environment$Status": "<p>The status of the Amazon MWAA environment. Valid values:</p> <ul> <li> <p> <code>CREATING</code> - Indicates the request to create the environment is in progress.</p> </li> <li> <p> <code>CREATE_FAILED</code> - Indicates the request to create the environment failed, and the environment could not be created.</p> </li> <li> <p> <code>AVAILABLE</code> - Indicates the request was successful and the environment is ready to use.</p> </li> <li> <p> <code>UPDATING</code> - Indicates the request to update the environment is in progress.</p> </li> <li> <p> <code>DELETING</code> - Indicates the request to delete the environment is in progress.</p> </li> <li> <p> <code>DELETED</code> - Indicates the request to delete the environment is complete, and the environment has been deleted.</p> </li> <li> <p> <code>UNAVAILABLE</code> - Indicates the request failed, but the environment was unable to rollback and is not in a stable state.</p> </li> <li> <p> <code>UPDATE_FAILED</code> - Indicates the request to update the environment failed, and the environment has rolled back successfully and is ready to use.</p> </li> </ul> <p>We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/troubleshooting.html\">Amazon MWAA troubleshooting</a>.</p>"
175      }
176    },
177    "ErrorCode": {
178      "base": null,
179      "refs": {
180        "UpdateError$ErrorCode": "<p>The error code that corresponds to the error with the last update.</p>"
181      }
182    },
183    "ErrorMessage": {
184      "base": null,
185      "refs": {
186        "UpdateError$ErrorMessage": "<p>The error message that corresponds to the error code.</p>"
187      }
188    },
189    "GetEnvironmentInput": {
190      "base": null,
191      "refs": {
192      }
193    },
194    "GetEnvironmentOutput": {
195      "base": null,
196      "refs": {
197      }
198    },
199    "Hostname": {
200      "base": null,
201      "refs": {
202        "CreateCliTokenResponse$WebServerHostname": "<p>Create an Airflow CLI login token response for the provided webserver hostname.</p>",
203        "CreateWebLoginTokenResponse$WebServerHostname": "<p>Create an Airflow Web UI login token response for the provided webserver hostname.</p>"
204      }
205    },
206    "IamRoleArn": {
207      "base": null,
208      "refs": {
209        "CreateEnvironmentInput$ExecutionRoleArn": "<p>The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an AWS Identity and Access Management (IAM) role that grants MWAA permission to access AWS services and resources used by your environment. For example, <code>arn:aws:iam::123456789:role/my-execution-role</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html\">Amazon MWAA Execution role</a>.</p>",
210        "Environment$ExecutionRoleArn": "<p>The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your environment. For example, <code>arn:aws:iam::123456789:role/my-execution-role</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html\">Amazon MWAA Execution role</a>.</p>",
211        "Environment$ServiceRoleArn": "<p>The Amazon Resource Name (ARN) for the service-linked role of the environment. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-slr.html\">Amazon MWAA Service-linked role</a>.</p>",
212        "UpdateEnvironmentInput$ExecutionRoleArn": "<p>The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your environment. For example, <code>arn:aws:iam::123456789:role/my-execution-role</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html\">Amazon MWAA Execution role</a>.</p>"
213      }
214    },
215    "Integer": {
216      "base": null,
217      "refs": {
218        "StatisticSet$SampleCount": "<p>Internal only API.</p>"
219      }
220    },
221    "InternalServerException": {
222      "base": "<p>InternalServerException: An internal error has occurred.</p>",
223      "refs": {
224      }
225    },
226    "KmsKey": {
227      "base": null,
228      "refs": {
229        "CreateEnvironmentInput$KmsKey": "<p>The AWS Key Management Service (KMS) key to encrypt the data in your environment. You can use an AWS owned CMK, or a Customer managed CMK (advanced). To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/get-started.html\">Get started with Amazon Managed Workflows for Apache Airflow</a>.</p>",
230        "Environment$KmsKey": "<p>The Key Management Service (KMS) encryption key used to encrypt the data in your environment.</p>"
231      }
232    },
233    "LastUpdate": {
234      "base": "<p>The status of the last update on the environment, and any errors that were encountered.</p>",
235      "refs": {
236        "Environment$LastUpdate": null
237      }
238    },
239    "ListEnvironmentsInput": {
240      "base": null,
241      "refs": {
242      }
243    },
244    "ListEnvironmentsInputMaxResultsInteger": {
245      "base": null,
246      "refs": {
247        "ListEnvironmentsInput$MaxResults": "<p>The maximum number of results to retrieve per page. For example, <code>5</code> environments per page.</p>"
248      }
249    },
250    "ListEnvironmentsOutput": {
251      "base": null,
252      "refs": {
253      }
254    },
255    "ListTagsForResourceInput": {
256      "base": null,
257      "refs": {
258      }
259    },
260    "ListTagsForResourceOutput": {
261      "base": null,
262      "refs": {
263      }
264    },
265    "LoggingConfiguration": {
266      "base": "<p>Defines the Apache Airflow logs to send to CloudWatch Logs: <code>DagProcessingLogs</code>, <code>SchedulerLogs</code>, <code>TaskLogs</code>, <code>WebserverLogs</code>, <code>WorkerLogs</code>.</p>",
267      "refs": {
268        "Environment$LoggingConfiguration": "<p>The Apache Airflow logs being sent to CloudWatch Logs: <code>DagProcessingLogs</code>, <code>SchedulerLogs</code>, <code>TaskLogs</code>, <code>WebserverLogs</code>, <code>WorkerLogs</code>.</p>"
269      }
270    },
271    "LoggingConfigurationInput": {
272      "base": "<p>Defines the Apache Airflow logs to send to CloudWatch Logs: <code>DagProcessingLogs</code>, <code>SchedulerLogs</code>, <code>TaskLogs</code>, <code>WebserverLogs</code>, <code>WorkerLogs</code>.</p>",
273      "refs": {
274        "CreateEnvironmentInput$LoggingConfiguration": "<p>Defines the Apache Airflow logs to send to CloudWatch Logs: <code>DagProcessingLogs</code>, <code>SchedulerLogs</code>, <code>TaskLogs</code>, <code>WebserverLogs</code>, <code>WorkerLogs</code>.</p>",
275        "UpdateEnvironmentInput$LoggingConfiguration": "<p>Defines the Apache Airflow logs to send to CloudWatch Logs: <code>DagProcessingLogs</code>, <code>SchedulerLogs</code>, <code>TaskLogs</code>, <code>WebserverLogs</code>, <code>WorkerLogs</code>.</p>"
276      }
277    },
278    "LoggingEnabled": {
279      "base": null,
280      "refs": {
281        "ModuleLoggingConfiguration$Enabled": "<p>Indicates whether to enable the Apache Airflow log type (e.g. <code>DagProcessingLogs</code>) in CloudWatch Logs.</p>",
282        "ModuleLoggingConfigurationInput$Enabled": "<p>Indicates whether to enable the Apache Airflow log type (e.g. <code>DagProcessingLogs</code>) in CloudWatch Logs.</p>"
283      }
284    },
285    "LoggingLevel": {
286      "base": null,
287      "refs": {
288        "ModuleLoggingConfiguration$LogLevel": "<p>Defines the Apache Airflow logs to send for the log type (e.g. <code>DagProcessingLogs</code>) to CloudWatch Logs. Valid values: <code>CRITICAL</code>, <code>ERROR</code>, <code>WARNING</code>, <code>INFO</code>.</p>",
289        "ModuleLoggingConfigurationInput$LogLevel": "<p>Defines the Apache Airflow logs to send for the log type (e.g. <code>DagProcessingLogs</code>) to CloudWatch Logs. Valid values: <code>CRITICAL</code>, <code>ERROR</code>, <code>WARNING</code>, <code>INFO</code>.</p>"
290      }
291    },
292    "MaxWorkers": {
293      "base": null,
294      "refs": {
295        "CreateEnvironmentInput$MaxWorkers": "<p>The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow workers up to the number you specify in the <code>MaxWorkers</code> field. For example, <code>20</code>. When there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one worker that is included with your environment, or the number you specify in <code>MinWorkers</code>.</p>",
296        "Environment$MaxWorkers": "<p>The maximum number of workers that run in your environment. For example, <code>20</code>.</p>",
297        "UpdateEnvironmentInput$MaxWorkers": "<p>The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow workers up to the number you specify in the <code>MaxWorkers</code> field. For example, <code>20</code>. When there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one worker that is included with your environment, or the number you specify in <code>MinWorkers</code>.</p>"
298      }
299    },
300    "MetricData": {
301      "base": null,
302      "refs": {
303        "PublishMetricsInput$MetricData": "<p>Publishes metric data points to Amazon CloudWatch. CloudWatch associates the data points with the specified metrica.</p>"
304      }
305    },
306    "MetricDatum": {
307      "base": "<p>Internal only API.</p>",
308      "refs": {
309        "MetricData$member": null
310      }
311    },
312    "MinWorkers": {
313      "base": null,
314      "refs": {
315        "CreateEnvironmentInput$MinWorkers": "<p>The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow workers up to the number you specify in the <code>MaxWorkers</code> field. When there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the <code>MinWorkers</code> field. For example, <code>2</code>.</p>",
316        "Environment$MinWorkers": "<p>The minimum number of workers that run in your environment. For example, <code>2</code>.</p>",
317        "UpdateEnvironmentInput$MinWorkers": "<p>The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow workers up to the number you specify in the <code>MaxWorkers</code> field. When there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the <code>MinWorkers</code> field. For example, <code>2</code>.</p>"
318      }
319    },
320    "ModuleLoggingConfiguration": {
321      "base": "<p>Defines the type of logs to send for the Apache Airflow log type (e.g. <code>DagProcessingLogs</code>). Valid values: <code>CloudWatchLogGroupArn</code>, <code>Enabled</code>, <code>LogLevel</code>.</p>",
322      "refs": {
323        "LoggingConfiguration$DagProcessingLogs": null,
324        "LoggingConfiguration$SchedulerLogs": null,
325        "LoggingConfiguration$TaskLogs": null,
326        "LoggingConfiguration$WebserverLogs": null,
327        "LoggingConfiguration$WorkerLogs": null
328      }
329    },
330    "ModuleLoggingConfigurationInput": {
331      "base": "<p>Defines the type of logs to send for the Apache Airflow log type (e.g. <code>DagProcessingLogs</code>). Valid values: <code>CloudWatchLogGroupArn</code>, <code>Enabled</code>, <code>LogLevel</code>.</p>",
332      "refs": {
333        "LoggingConfigurationInput$DagProcessingLogs": null,
334        "LoggingConfigurationInput$SchedulerLogs": null,
335        "LoggingConfigurationInput$TaskLogs": null,
336        "LoggingConfigurationInput$WebserverLogs": null,
337        "LoggingConfigurationInput$WorkerLogs": null
338      }
339    },
340    "NetworkConfiguration": {
341      "base": "<p>The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html\">About networking on Amazon MWAA</a>.</p>",
342      "refs": {
343        "CreateEnvironmentInput$NetworkConfiguration": "<p>The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html\">About networking on Amazon MWAA</a>.</p>",
344        "Environment$NetworkConfiguration": null
345      }
346    },
347    "NextToken": {
348      "base": null,
349      "refs": {
350        "ListEnvironmentsInput$NextToken": "<p>Retrieves the next page of the results.</p>",
351        "ListEnvironmentsOutput$NextToken": "<p>Retrieves the next page of the results.</p>"
352      }
353    },
354    "PublishMetricsInput": {
355      "base": null,
356      "refs": {
357      }
358    },
359    "PublishMetricsOutput": {
360      "base": null,
361      "refs": {
362      }
363    },
364    "RelativePath": {
365      "base": null,
366      "refs": {
367        "CreateEnvironmentInput$DagS3Path": "<p>The relative path to the DAGs folder on your Amazon S3 bucket. For example, <code>dags</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html\">Adding or updating DAGs</a>.</p>",
368        "CreateEnvironmentInput$PluginsS3Path": "<p>The relative path to the <code>plugins.zip</code> file on your Amazon S3 bucket. For example, <code>plugins.zip</code>. If specified, then the plugins.zip version is required. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html\">Installing custom plugins</a>.</p>",
369        "CreateEnvironmentInput$RequirementsS3Path": "<p>The relative path to the <code>requirements.txt</code> file on your Amazon S3 bucket. For example, <code>requirements.txt</code>. If specified, then a file version is required. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html\">Installing Python dependencies</a>.</p>",
370        "Environment$DagS3Path": "<p>The relative path to the DAGs folder on your Amazon S3 bucket. For example, <code>dags</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html\">Adding or updating DAGs</a>.</p>",
371        "Environment$PluginsS3Path": "<p>The relative path to the <code>plugins.zip</code> file on your Amazon S3 bucket. For example, <code>plugins.zip</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html\">Installing custom plugins</a>.</p>",
372        "Environment$RequirementsS3Path": "<p>The relative path to the <code>requirements.txt</code> file on your Amazon S3 bucket. For example, <code>requirements.txt</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html\">Installing Python dependencies</a>.</p>",
373        "UpdateEnvironmentInput$DagS3Path": "<p>The relative path to the DAGs folder on your Amazon S3 bucket. For example, <code>dags</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html\">Adding or updating DAGs</a>.</p>",
374        "UpdateEnvironmentInput$PluginsS3Path": "<p>The relative path to the <code>plugins.zip</code> file on your Amazon S3 bucket. For example, <code>plugins.zip</code>. If specified, then the plugins.zip version is required. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html\">Installing custom plugins</a>.</p>",
375        "UpdateEnvironmentInput$RequirementsS3Path": "<p>The relative path to the <code>requirements.txt</code> file on your Amazon S3 bucket. For example, <code>requirements.txt</code>. If specified, then a file version is required. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html\">Installing Python dependencies</a>.</p>"
376      }
377    },
378    "ResourceNotFoundException": {
379      "base": "<p>ResourceNotFoundException: The resource is not available.</p>",
380      "refs": {
381      }
382    },
383    "S3BucketArn": {
384      "base": null,
385      "refs": {
386        "CreateEnvironmentInput$SourceBucketArn": "<p>The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For example, <code>arn:aws:s3:::my-airflow-bucket-unique-name</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html\">Create an Amazon S3 bucket for Amazon MWAA</a>.</p>",
387        "Environment$SourceBucketArn": "<p>The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For example, <code>arn:aws:s3:::my-airflow-bucket-unique-name</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html\">Create an Amazon S3 bucket for Amazon MWAA</a>.</p>",
388        "UpdateEnvironmentInput$SourceBucketArn": "<p>The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For example, <code>arn:aws:s3:::my-airflow-bucket-unique-name</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html\">Create an Amazon S3 bucket for Amazon MWAA</a>.</p>"
389      }
390    },
391    "S3ObjectVersion": {
392      "base": null,
393      "refs": {
394        "CreateEnvironmentInput$PluginsS3ObjectVersion": "<p>The version of the plugins.zip file on your Amazon S3 bucket. A version must be specified each time a plugins.zip file is updated. To learn more, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">How S3 Versioning works</a>.</p>",
395        "CreateEnvironmentInput$RequirementsS3ObjectVersion": "<p>The version of the requirements.txt file on your Amazon S3 bucket. A version must be specified each time a requirements.txt file is updated. To learn more, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">How S3 Versioning works</a>.</p>",
396        "Environment$PluginsS3ObjectVersion": "<p>The version of the plugins.zip file on your Amazon S3 bucket. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html\">Installing custom plugins</a>.</p>",
397        "Environment$RequirementsS3ObjectVersion": "<p>The version of the requirements.txt file on your Amazon S3 bucket. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html\">Installing Python dependencies</a>.</p>",
398        "UpdateEnvironmentInput$PluginsS3ObjectVersion": "<p>The version of the plugins.zip file on your Amazon S3 bucket. A version must be specified each time a plugins.zip file is updated. To learn more, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">How S3 Versioning works</a>.</p>",
399        "UpdateEnvironmentInput$RequirementsS3ObjectVersion": "<p>The version of the requirements.txt file on your Amazon S3 bucket. A version must be specified each time a requirements.txt file is updated. To learn more, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">How S3 Versioning works</a>.</p>"
400      }
401    },
402    "Schedulers": {
403      "base": null,
404      "refs": {
405        "CreateEnvironmentInput$Schedulers": "<p>The number of Apache Airflow schedulers to run in your environment.</p>",
406        "Environment$Schedulers": "<p>The number of Apache Airflow schedulers that run in your Amazon MWAA environment.</p>",
407        "UpdateEnvironmentInput$Schedulers": "<p>The number of Apache Airflow schedulers to run in your Amazon MWAA environment.</p>"
408      }
409    },
410    "SecurityGroupId": {
411      "base": null,
412      "refs": {
413        "SecurityGroupList$member": null
414      }
415    },
416    "SecurityGroupList": {
417      "base": null,
418      "refs": {
419        "NetworkConfiguration$SecurityGroupIds": "<p>A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-security.html\">Security in your VPC on Amazon MWAA</a>.</p>",
420        "UpdateNetworkConfigurationInput$SecurityGroupIds": "<p>A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-security.html\">Security in your VPC on Amazon MWAA</a>.</p>"
421      }
422    },
423    "StatisticSet": {
424      "base": "<p>Internal only API.</p>",
425      "refs": {
426        "MetricDatum$StatisticValues": "<p>Internal only API.</p>"
427      }
428    },
429    "String": {
430      "base": null,
431      "refs": {
432        "AccessDeniedException$Message": null,
433        "Dimension$Name": "<p>Internal only API.</p>",
434        "Dimension$Value": "<p>Internal only API.</p>",
435        "InternalServerException$message": null,
436        "MetricDatum$MetricName": "<p>Internal only API.</p>",
437        "ResourceNotFoundException$message": null,
438        "ValidationException$message": null
439      }
440    },
441    "SubnetId": {
442      "base": null,
443      "refs": {
444        "SubnetList$member": null
445      }
446    },
447    "SubnetList": {
448      "base": null,
449      "refs": {
450        "NetworkConfiguration$SubnetIds": "<p>A list of 2 subnet IDs. <b>Required</b> to create an environment. Must be private subnets in two different availability zones. A subnet must be attached to the same VPC as the security group.</p>"
451      }
452    },
453    "SyntheticCreateCliTokenResponseToken": {
454      "base": null,
455      "refs": {
456        "CreateCliTokenResponse$CliToken": "<p>Create an Airflow CLI login token response for the provided JWT token.</p>"
457      }
458    },
459    "SyntheticCreateEnvironmentInputAirflowConfigurationOptions": {
460      "base": null,
461      "refs": {
462        "CreateEnvironmentInput$AirflowConfigurationOptions": "<p>A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html\">Apache Airflow configuration options</a>.</p>"
463      }
464    },
465    "SyntheticCreateWebLoginTokenResponseToken": {
466      "base": null,
467      "refs": {
468        "CreateWebLoginTokenResponse$WebToken": "<p>Create an Airflow Web UI login token response for the provided JWT token.</p>"
469      }
470    },
471    "SyntheticUpdateEnvironmentInputAirflowConfigurationOptions": {
472      "base": null,
473      "refs": {
474        "UpdateEnvironmentInput$AirflowConfigurationOptions": "<p>A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html\">Apache Airflow configuration options</a>.</p>"
475      }
476    },
477    "TagKey": {
478      "base": null,
479      "refs": {
480        "TagKeyList$member": null,
481        "TagMap$key": null
482      }
483    },
484    "TagKeyList": {
485      "base": null,
486      "refs": {
487        "UntagResourceInput$tagKeys": "<p>The key-value tag pair you want to remove. For example, <code>\"Environment\": \"Staging\"</code>. </p>"
488      }
489    },
490    "TagMap": {
491      "base": null,
492      "refs": {
493        "CreateEnvironmentInput$Tags": "<p>The key-value tag pairs you want to associate to your environment. For example, <code>\"Environment\": \"Staging\"</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging AWS resources</a>.</p>",
494        "Environment$Tags": "<p>The key-value tag pairs associated to your environment. For example, <code>\"Environment\": \"Staging\"</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging AWS resources</a>.</p>",
495        "ListTagsForResourceOutput$Tags": "<p>The key-value tag pairs associated to your environment. To learn more, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging AWS resources</a>.</p>",
496        "TagResourceInput$Tags": "<p>The key-value tag pairs you want to associate to your environment. For example, <code>\"Environment\": \"Staging\"</code>. To learn more, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging AWS resources</a>.</p>"
497      }
498    },
499    "TagResourceInput": {
500      "base": null,
501      "refs": {
502      }
503    },
504    "TagResourceOutput": {
505      "base": null,
506      "refs": {
507      }
508    },
509    "TagValue": {
510      "base": null,
511      "refs": {
512        "TagMap$value": null
513      }
514    },
515    "Timestamp": {
516      "base": null,
517      "refs": {
518        "MetricDatum$Timestamp": "<p>Internal only API.</p>"
519      }
520    },
521    "Unit": {
522      "base": "<p>Unit</p>",
523      "refs": {
524        "MetricDatum$Unit": null
525      }
526    },
527    "UntagResourceInput": {
528      "base": null,
529      "refs": {
530      }
531    },
532    "UntagResourceOutput": {
533      "base": null,
534      "refs": {
535      }
536    },
537    "UpdateCreatedAt": {
538      "base": null,
539      "refs": {
540        "LastUpdate$CreatedAt": "<p>The day and time of the last update on the environment.</p>"
541      }
542    },
543    "UpdateEnvironmentInput": {
544      "base": null,
545      "refs": {
546      }
547    },
548    "UpdateEnvironmentOutput": {
549      "base": null,
550      "refs": {
551      }
552    },
553    "UpdateError": {
554      "base": "<p>An object containing the error encountered with the last update: <code>ErrorCode</code>, <code>ErrorMessage</code>.</p>",
555      "refs": {
556        "LastUpdate$Error": "<p>The error that was encountered during the last update of the environment.</p>"
557      }
558    },
559    "UpdateNetworkConfigurationInput": {
560      "base": "<p>The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html\">About networking on Amazon MWAA</a>.</p>",
561      "refs": {
562        "UpdateEnvironmentInput$NetworkConfiguration": "<p>The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html\">About networking on Amazon MWAA</a>.</p>"
563      }
564    },
565    "UpdateStatus": {
566      "base": null,
567      "refs": {
568        "LastUpdate$Status": "<p>The status of the last update on the environment. Valid values: <code>SUCCESS</code>, <code>PENDING</code>, <code>FAILED</code>.</p>"
569      }
570    },
571    "ValidationException": {
572      "base": "<p>ValidationException: The provided input is not valid.</p>",
573      "refs": {
574      }
575    },
576    "WebserverAccessMode": {
577      "base": null,
578      "refs": {
579        "CreateEnvironmentInput$WebserverAccessMode": "<p>The Apache Airflow <i>Web server</i> access mode. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html\">Apache Airflow access modes</a>.</p>",
580        "Environment$WebserverAccessMode": "<p>The Apache Airflow <i>Web server</i> access mode. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html\">Apache Airflow access modes</a>.</p>",
581        "UpdateEnvironmentInput$WebserverAccessMode": "<p>The Apache Airflow <i>Web server</i> access mode. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html\">Apache Airflow access modes</a>.</p>"
582      }
583    },
584    "WebserverUrl": {
585      "base": null,
586      "refs": {
587        "Environment$WebserverUrl": "<p>The Apache Airflow <i>Web server</i> host name for the Amazon MWAA environment. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/access-airflow-ui.html\">Accessing the Apache Airflow UI</a>.</p>"
588      }
589    },
590    "WeeklyMaintenanceWindowStart": {
591      "base": null,
592      "refs": {
593        "CreateEnvironmentInput$WeeklyMaintenanceWindowStart": "<p>The day and time of the week to start weekly maintenance updates of your environment in the following format: <code>DAY:HH:MM</code>. For example: <code>TUE:03:30</code>. You can specify a start time in 30 minute increments only. Supported input includes the following:</p> <ul> <li> <p>MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\\\d|2[0-3]):(00|30)</p> </li> </ul>",
594        "Environment$WeeklyMaintenanceWindowStart": "<p>The day and time of the week that weekly maintenance updates are scheduled. For example: <code>TUE:03:30</code>.</p>",
595        "UpdateEnvironmentInput$WeeklyMaintenanceWindowStart": "<p>The day and time of the week to start weekly maintenance updates of your environment in the following format: <code>DAY:HH:MM</code>. For example: <code>TUE:03:30</code>. You can specify a start time in 30 minute increments only. Supported input includes the following:</p> <ul> <li> <p>MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\\\d|2[0-3]):(00|30)</p> </li> </ul>"
596      }
597    }
598  }
599}
600