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>JSON blob that describes the environment to create.</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>Delete an existing environment.</p>",
9    "GetEnvironment": "<p>Get details of an existing environment.</p>",
10    "ListEnvironments": "<p>List Amazon MWAA Environments.</p>",
11    "ListTagsForResource": "<p>List the tags for MWAA environments.</p>",
12    "PublishMetrics": "<p>An operation for publishing metrics from the customers to the Ops plane.</p>",
13    "TagResource": "<p>Add tag to the MWAA environments.</p>",
14    "UntagResource": "<p>Remove a tag from the MWAA environments.</p>",
15    "UpdateEnvironment": "<p>Update an 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>The Airflow Configuration Options of the Amazon MWAA Environment.</p>"
27      }
28    },
29    "AirflowVersion": {
30      "base": null,
31      "refs": {
32        "CreateEnvironmentInput$AirflowVersion": "<p>The Apache Airflow version you want to use for your environment.</p>",
33        "Environment$AirflowVersion": "<p>The AirflowV ersion of the Amazon MWAA Environment.</p>",
34        "UpdateEnvironmentInput$AirflowVersion": "<p>The Airflow Version to update of your Amazon MWAA environment.</p>"
35      }
36    },
37    "CloudWatchLogGroupArn": {
38      "base": null,
39      "refs": {
40        "ModuleLoggingConfiguration$CloudWatchLogGroupArn": "<p>Provides the ARN for the CloudWatch group where the logs will be published.</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 Created At date of the Amazon MWAA Environment.</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>An Amazon MWAA environment.</p>",
128      "refs": {
129        "GetEnvironmentOutput$Environment": "<p>A JSON blob with environment details.</p>"
130      }
131    },
132    "EnvironmentArn": {
133      "base": null,
134      "refs": {
135        "CreateEnvironmentOutput$Arn": "<p>The resulting Amazon MWAA envirnonment ARN.</p>",
136        "Environment$Arn": "<p>The ARN of the Amazon MWAA Environment.</p>",
137        "ListTagsForResourceInput$ResourceArn": "<p>The ARN of the MWAA environment.</p>",
138        "TagResourceInput$ResourceArn": "<p>The tag resource ARN of the MWAA environments.</p>",
139        "UntagResourceInput$ResourceArn": "<p>The tag resource ARN of the MWAA environments.</p>",
140        "UpdateEnvironmentOutput$Arn": "<p>The ARN to update of your Amazon MWAA environment.</p>"
141      }
142    },
143    "EnvironmentClass": {
144      "base": null,
145      "refs": {
146        "CreateEnvironmentInput$EnvironmentClass": "<p>The environment class you want to use for your environment. The environment class determines the size of the containers and database used for your Apache Airflow services.</p>",
147        "Environment$EnvironmentClass": "<p>The Environment Class (size) of the Amazon MWAA Environment.</p>",
148        "UpdateEnvironmentInput$EnvironmentClass": "<p>The Environment Class to update of your Amazon MWAA environment.</p>"
149      }
150    },
151    "EnvironmentList": {
152      "base": null,
153      "refs": {
154        "ListEnvironmentsOutput$Environments": "<p>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 your MWAA environment.</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 environment to delete.</p>",
164        "Environment$Name": "<p>The name of the Amazon MWAA Environment.</p>",
165        "EnvironmentList$member": null,
166        "GetEnvironmentInput$Name": "<p>The name of the environment to retrieve.</p>",
167        "PublishMetricsInput$EnvironmentName": "<p>Publishes environment metric data to Amazon CloudWatch.</p>",
168        "UpdateEnvironmentInput$Name": "<p>The name of your Amazon MWAA environment that you wish to update.</p>"
169      }
170    },
171    "EnvironmentStatus": {
172      "base": null,
173      "refs": {
174        "Environment$Status": "<p>The status of the Amazon MWAA Environment.</p>"
175      }
176    },
177    "ErrorCode": {
178      "base": null,
179      "refs": {
180        "UpdateError$ErrorCode": "<p>Error code of update.</p>"
181      }
182    },
183    "ErrorMessage": {
184      "base": null,
185      "refs": {
186        "UpdateError$ErrorMessage": "<p>Error message of update.</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>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/manage-access.html\">Managing access to Amazon Managed Workflows for Apache Airflow</a>.</p>",
210        "Environment$ExecutionRoleArn": "<p>The Execution Role ARN of the Amazon MWAA Environment.</p>",
211        "Environment$ServiceRoleArn": "<p>The Service Role ARN of the Amazon MWAA Environment.</p>",
212        "UpdateEnvironmentInput$ExecutionRoleArn": "<p>The Executio Role ARN to update of your Amazon MWAA environment.</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 and decrypt the data in your environment. You can use an AWS KMS key managed by MWAA, or a custom KMS key (advanced). For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html?icmpid=docs_console_unmapped#master_keys\">Customer master keys (CMKs)</a> in the AWS KMS developer guide.</p>",
230        "Environment$KmsKey": "<p>The Kms Key of the Amazon MWAA Environment.</p>"
231      }
232    },
233    "LastUpdate": {
234      "base": "<p>Last update information for the environment.</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 results when listing MWAA environments.</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>The Logging Configuration of your Amazon MWAA environment.</p>",
267      "refs": {
268        "Environment$LoggingConfiguration": "<p>The Logging Configuration of the Amazon MWAA Environment.</p>"
269      }
270    },
271    "LoggingConfigurationInput": {
272      "base": "<p>The Logging Configuration of your Amazon MWAA environment.</p>",
273      "refs": {
274        "CreateEnvironmentInput$LoggingConfiguration": "<p>The Apache Airflow logs you want to send to Amazon CloudWatch Logs.</p>",
275        "UpdateEnvironmentInput$LoggingConfiguration": "<p>The Logging Configuration to update of your Amazon MWAA environment.</p>"
276      }
277    },
278    "LoggingEnabled": {
279      "base": null,
280      "refs": {
281        "ModuleLoggingConfiguration$Enabled": "<p>Defines that the logging module is enabled.</p>",
282        "ModuleLoggingConfigurationInput$Enabled": "<p>Defines that the logging module is enabled.</p>"
283      }
284    },
285    "LoggingLevel": {
286      "base": null,
287      "refs": {
288        "ModuleLoggingConfiguration$LogLevel": "<p>Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.</p>",
289        "ModuleLoggingConfigurationInput$LogLevel": "<p>Defines the log level, which can be CRITICAL, ERROR, WARNING, or INFO.</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 and the Fargate containers that run your tasks up to the number you specify in this field. When there are no more tasks running, and no more in the queue, MWAA disposes of the extra containers leaving the one worker that is included with your environment.</p>",
296        "Environment$MaxWorkers": "<p>The Maximum Workers of the Amazon MWAA Environment.</p>",
297        "UpdateEnvironmentInput$MaxWorkers": "<p>The Maximum Workers to update of your Amazon MWAA environment.</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    "ModuleLoggingConfiguration": {
313      "base": "<p>A JSON blob that provides configuration to use for logging with respect to the various Apache Airflow services: DagProcessingLogs, SchedulerLogs, TaskLogs, WebserverLogs, and WorkerLogs.</p>",
314      "refs": {
315        "LoggingConfiguration$DagProcessingLogs": null,
316        "LoggingConfiguration$SchedulerLogs": null,
317        "LoggingConfiguration$TaskLogs": null,
318        "LoggingConfiguration$WebserverLogs": null,
319        "LoggingConfiguration$WorkerLogs": null
320      }
321    },
322    "ModuleLoggingConfigurationInput": {
323      "base": "<p>A JSON blob that provides configuration to use for logging with respect to the various Apache Airflow services: DagProcessingLogs, SchedulerLogs, TaskLogs, WebserverLogs, and WorkerLogs.</p>",
324      "refs": {
325        "LoggingConfigurationInput$DagProcessingLogs": null,
326        "LoggingConfigurationInput$SchedulerLogs": null,
327        "LoggingConfigurationInput$TaskLogs": null,
328        "LoggingConfigurationInput$WebserverLogs": null,
329        "LoggingConfigurationInput$WorkerLogs": null
330      }
331    },
332    "NetworkConfiguration": {
333      "base": "<p>Provide the security group and subnet IDs for the workers and scheduler.</p>",
334      "refs": {
335        "CreateEnvironmentInput$NetworkConfiguration": "<p>The VPC networking components you want to use for your environment. At least two private subnet identifiers and one VPC security group identifier are required to create an environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-mwaa.html\">Creating the VPC network for a MWAA environment</a>.</p>",
336        "Environment$NetworkConfiguration": null
337      }
338    },
339    "NextToken": {
340      "base": null,
341      "refs": {
342        "ListEnvironmentsInput$NextToken": "<p>The Next Token when listing MWAA environments.</p>",
343        "ListEnvironmentsOutput$NextToken": "<p>The Next Token when listing MWAA environments.</p>"
344      }
345    },
346    "PublishMetricsInput": {
347      "base": null,
348      "refs": {
349      }
350    },
351    "PublishMetricsOutput": {
352      "base": null,
353      "refs": {
354      }
355    },
356    "RelativePath": {
357      "base": null,
358      "refs": {
359        "CreateEnvironmentInput$DagS3Path": "<p>The relative path to the DAG folder on your Amazon S3 storage bucket. For example, <code>dags</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html\">Importing DAGs on Amazon MWAA</a>.</p>",
360        "CreateEnvironmentInput$PluginsS3Path": "<p>The relative path to the <code>plugins.zip</code> file on your Amazon S3 storage bucket. For example, <code>plugins.zip</code>. If a relative path is provided in the request, then <code>PluginsS3ObjectVersion</code> is required. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html\">Importing DAGs on Amazon MWAA</a>.</p>",
361        "CreateEnvironmentInput$RequirementsS3Path": "<p>The relative path to the <code>requirements.txt</code> file on your Amazon S3 storage bucket. For example, <code>requirements.txt</code>. If a relative path is provided in the request, then <code>RequirementsS3ObjectVersion</code> is required. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import.html\">Importing DAGs on Amazon MWAA</a>.</p>",
362        "Environment$DagS3Path": "<p>The Dags S3 Path of the Amazon MWAA Environment.</p>",
363        "Environment$PluginsS3Path": "<p>The Plugins.zip S3 Path of the Amazon MWAA Environment.</p>",
364        "Environment$RequirementsS3Path": "<p>The Requirement.txt S3 Path of the Amazon MWAA Environment.</p>",
365        "UpdateEnvironmentInput$DagS3Path": "<p>The Dags folder S3 Path to update of your Amazon MWAA environment.</p>",
366        "UpdateEnvironmentInput$PluginsS3Path": "<p>The Plugins.zip S3 Path to update of your Amazon MWAA environment.</p>",
367        "UpdateEnvironmentInput$RequirementsS3Path": "<p>The Requirements.txt S3 Path to update of your Amazon MWAA environment.</p>"
368      }
369    },
370    "ResourceNotFoundException": {
371      "base": "<p>ResourceNotFoundException: The resource is not available.</p>",
372      "refs": {
373      }
374    },
375    "S3BucketArn": {
376      "base": null,
377      "refs": {
378        "CreateEnvironmentInput$SourceBucketArn": "<p>The Amazon Resource Name (ARN) of your Amazon S3 storage bucket. For example, <code>arn:aws:s3:::airflow-mybucketname</code>.</p>",
379        "Environment$SourceBucketArn": "<p>The Source S3 Bucket ARN of the Amazon MWAA Environment.</p>",
380        "UpdateEnvironmentInput$SourceBucketArn": "<p>The S3 Source Bucket ARN to update of your Amazon MWAA environment.</p>"
381      }
382    },
383    "S3ObjectVersion": {
384      "base": null,
385      "refs": {
386        "CreateEnvironmentInput$PluginsS3ObjectVersion": "<p>The <code>plugins.zip</code> file version you want to use.</p>",
387        "CreateEnvironmentInput$RequirementsS3ObjectVersion": "<p>The <code>requirements.txt</code> file version you want to use.</p>",
388        "Environment$PluginsS3ObjectVersion": "<p>The Plugins.zip S3 Object Version of the Amazon MWAA Environment.</p>",
389        "Environment$RequirementsS3ObjectVersion": "<p>The Requirements.txt file S3 Object Version of the Amazon MWAA Environment.</p>",
390        "UpdateEnvironmentInput$PluginsS3ObjectVersion": "<p>The Plugins.zip S3 Object Version to update of your Amazon MWAA environment.</p>",
391        "UpdateEnvironmentInput$RequirementsS3ObjectVersion": "<p>The Requirements.txt S3 ObjectV ersion to update of your Amazon MWAA environment.</p>"
392      }
393    },
394    "SecurityGroupId": {
395      "base": null,
396      "refs": {
397        "SecurityGroupList$member": null
398      }
399    },
400    "SecurityGroupList": {
401      "base": null,
402      "refs": {
403        "NetworkConfiguration$SecurityGroupIds": "<p>A JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.</p>",
404        "UpdateNetworkConfigurationInput$SecurityGroupIds": "<p>Provide a JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.</p>"
405      }
406    },
407    "StatisticSet": {
408      "base": "<p>Internal only API.</p>",
409      "refs": {
410        "MetricDatum$StatisticValues": "<p>Internal only API.</p>"
411      }
412    },
413    "String": {
414      "base": null,
415      "refs": {
416        "AccessDeniedException$Message": null,
417        "Dimension$Name": "<p>Internal only API.</p>",
418        "Dimension$Value": "<p>Internal only API.</p>",
419        "InternalServerException$message": null,
420        "MetricDatum$MetricName": "<p>Internal only API.</p>",
421        "ResourceNotFoundException$message": null,
422        "ValidationException$message": null
423      }
424    },
425    "SubnetId": {
426      "base": null,
427      "refs": {
428        "SubnetList$member": null
429      }
430    },
431    "SubnetList": {
432      "base": null,
433      "refs": {
434        "NetworkConfiguration$SubnetIds": "<p>Provide a JSON list of 2 subnet IDs by name. These must be private subnets, in the same VPC, in two different availability zones.</p>"
435      }
436    },
437    "SyntheticCreateCliTokenResponseToken": {
438      "base": null,
439      "refs": {
440        "CreateCliTokenResponse$CliToken": "<p>Create an Airflow CLI login token response for the provided JWT token.</p>"
441      }
442    },
443    "SyntheticCreateEnvironmentInputAirflowConfigurationOptions": {
444      "base": null,
445      "refs": {
446        "CreateEnvironmentInput$AirflowConfigurationOptions": "<p>The Apache Airflow configuration setting you want to override in your environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html\">Environment configuration</a>.</p>"
447      }
448    },
449    "SyntheticCreateWebLoginTokenResponseToken": {
450      "base": null,
451      "refs": {
452        "CreateWebLoginTokenResponse$WebToken": "<p>Create an Airflow Web UI login token response for the provided JWT token.</p>"
453      }
454    },
455    "SyntheticUpdateEnvironmentInputAirflowConfigurationOptions": {
456      "base": null,
457      "refs": {
458        "UpdateEnvironmentInput$AirflowConfigurationOptions": "<p>The Airflow Configuration Options to update of your Amazon MWAA environment.</p>"
459      }
460    },
461    "TagKey": {
462      "base": null,
463      "refs": {
464        "TagKeyList$member": null,
465        "TagMap$key": null
466      }
467    },
468    "TagKeyList": {
469      "base": null,
470      "refs": {
471        "UntagResourceInput$tagKeys": "<p>The tag resource key of the MWAA environments.</p>"
472      }
473    },
474    "TagMap": {
475      "base": null,
476      "refs": {
477        "CreateEnvironmentInput$Tags": "<p>The metadata tags you want to attach to your environment. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging AWS resources</a>.</p>",
478        "Environment$Tags": "<p>The Tags of the Amazon MWAA Environment.</p>",
479        "ListTagsForResourceOutput$Tags": "<p>The tags of the MWAA environments.</p>",
480        "TagResourceInput$Tags": "<p>The tag resource tag of the MWAA environments.</p>"
481      }
482    },
483    "TagResourceInput": {
484      "base": null,
485      "refs": {
486      }
487    },
488    "TagResourceOutput": {
489      "base": null,
490      "refs": {
491      }
492    },
493    "TagValue": {
494      "base": null,
495      "refs": {
496        "TagMap$value": null
497      }
498    },
499    "Timestamp": {
500      "base": null,
501      "refs": {
502        "MetricDatum$Timestamp": "<p>Internal only API.</p>"
503      }
504    },
505    "Unit": {
506      "base": "<p>Unit</p>",
507      "refs": {
508        "MetricDatum$Unit": null
509      }
510    },
511    "UntagResourceInput": {
512      "base": null,
513      "refs": {
514      }
515    },
516    "UntagResourceOutput": {
517      "base": null,
518      "refs": {
519      }
520    },
521    "UpdateCreatedAt": {
522      "base": null,
523      "refs": {
524        "LastUpdate$CreatedAt": "<p>Time that last update occurred.</p>"
525      }
526    },
527    "UpdateEnvironmentInput": {
528      "base": null,
529      "refs": {
530      }
531    },
532    "UpdateEnvironmentOutput": {
533      "base": null,
534      "refs": {
535      }
536    },
537    "UpdateError": {
538      "base": "<p>Error information of update, if applicable.</p>",
539      "refs": {
540        "LastUpdate$Error": "<p>Error string of last update, if applicable.</p>"
541      }
542    },
543    "UpdateNetworkConfigurationInput": {
544      "base": "<p>Provide the security group and subnet IDs for the workers and scheduler.</p>",
545      "refs": {
546        "UpdateEnvironmentInput$NetworkConfiguration": "<p>The Network Configuration to update of your Amazon MWAA environment.</p>"
547      }
548    },
549    "UpdateStatus": {
550      "base": null,
551      "refs": {
552        "LastUpdate$Status": "<p>Status of last update of SUCCESS, FAILED, CREATING, DELETING.</p>"
553      }
554    },
555    "ValidationException": {
556      "base": "<p>ValidationException: The provided input is not valid.</p>",
557      "refs": {
558      }
559    },
560    "WebserverAccessMode": {
561      "base": null,
562      "refs": {
563        "CreateEnvironmentInput$WebserverAccessMode": "<p>The networking access of your Apache Airflow web server. A public network allows your Airflow UI to be accessed over the Internet by users granted access in your IAM policy. A private network limits access of your Airflow UI to users within your VPC. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-mwaa.html\">Creating the VPC network for a MWAA environment</a>.</p>",
564        "Environment$WebserverAccessMode": "<p>The Webserver Access Mode of the Amazon MWAA Environment (public or private only).</p>",
565        "UpdateEnvironmentInput$WebserverAccessMode": "<p>The Webserver Access Mode to update of your Amazon MWAA environment.</p>"
566      }
567    },
568    "WebserverUrl": {
569      "base": null,
570      "refs": {
571        "Environment$WebserverUrl": "<p>The Webserver URL of the Amazon MWAA Environment.</p>"
572      }
573    },
574    "WeeklyMaintenanceWindowStart": {
575      "base": null,
576      "refs": {
577        "CreateEnvironmentInput$WeeklyMaintenanceWindowStart": "<p>The day and time you want MWAA to start weekly maintenance updates on your environment.</p>",
578        "Environment$WeeklyMaintenanceWindowStart": "<p>The Weekly Maintenance Window Start of the Amazon MWAA Environment.</p>",
579        "UpdateEnvironmentInput$WeeklyMaintenanceWindowStart": "<p>The Weekly Maintenance Window Start to update of your Amazon MWAA environment.</p>"
580      }
581    }
582  }
583}
584