1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.lookoutequipment#AWSLookoutEquipmentFrontendService": {
33            "type": "service",
34            "version": "2020-12-15",
35            "operations": [
36                {
37                    "target": "com.amazonaws.lookoutequipment#CreateDataset"
38                },
39                {
40                    "target": "com.amazonaws.lookoutequipment#CreateInferenceScheduler"
41                },
42                {
43                    "target": "com.amazonaws.lookoutequipment#CreateModel"
44                },
45                {
46                    "target": "com.amazonaws.lookoutequipment#DeleteDataset"
47                },
48                {
49                    "target": "com.amazonaws.lookoutequipment#DeleteInferenceScheduler"
50                },
51                {
52                    "target": "com.amazonaws.lookoutequipment#DeleteModel"
53                },
54                {
55                    "target": "com.amazonaws.lookoutequipment#DescribeDataIngestionJob"
56                },
57                {
58                    "target": "com.amazonaws.lookoutequipment#DescribeDataset"
59                },
60                {
61                    "target": "com.amazonaws.lookoutequipment#DescribeInferenceScheduler"
62                },
63                {
64                    "target": "com.amazonaws.lookoutequipment#DescribeModel"
65                },
66                {
67                    "target": "com.amazonaws.lookoutequipment#ListDataIngestionJobs"
68                },
69                {
70                    "target": "com.amazonaws.lookoutequipment#ListDatasets"
71                },
72                {
73                    "target": "com.amazonaws.lookoutequipment#ListInferenceExecutions"
74                },
75                {
76                    "target": "com.amazonaws.lookoutequipment#ListInferenceSchedulers"
77                },
78                {
79                    "target": "com.amazonaws.lookoutequipment#ListModels"
80                },
81                {
82                    "target": "com.amazonaws.lookoutequipment#ListTagsForResource"
83                },
84                {
85                    "target": "com.amazonaws.lookoutequipment#StartDataIngestionJob"
86                },
87                {
88                    "target": "com.amazonaws.lookoutequipment#StartInferenceScheduler"
89                },
90                {
91                    "target": "com.amazonaws.lookoutequipment#StopInferenceScheduler"
92                },
93                {
94                    "target": "com.amazonaws.lookoutequipment#TagResource"
95                },
96                {
97                    "target": "com.amazonaws.lookoutequipment#UntagResource"
98                },
99                {
100                    "target": "com.amazonaws.lookoutequipment#UpdateInferenceScheduler"
101                }
102            ],
103            "traits": {
104                "aws.api#service": {
105                    "sdkId": "LookoutEquipment",
106                    "arnNamespace": "lookoutequipment",
107                    "cloudFormationName": "LookoutEquipment",
108                    "cloudTrailEventSource": "lookoutequipment.amazonaws.com",
109                    "endpointPrefix": "lookoutequipment"
110                },
111                "aws.auth#sigv4": {
112                    "name": "lookoutequipment"
113                },
114                "aws.protocols#awsJson1_0": {},
115                "smithy.api#documentation": "<p>Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify\n         anomalies in machines from sensor data for use in predictive maintenance. </p>",
116                "smithy.api#title": "Amazon Lookout for Equipment"
117            }
118        },
119        "com.amazonaws.lookoutequipment#AccessDeniedException": {
120            "type": "structure",
121            "members": {
122                "Message": {
123                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
124                    "traits": {
125                        "smithy.api#required": {}
126                    }
127                }
128            },
129            "traits": {
130                "smithy.api#documentation": "<p>The request could not be completed because you do not have access to the resource.\n      </p>",
131                "smithy.api#error": "client",
132                "smithy.api#httpError": 403
133            }
134        },
135        "com.amazonaws.lookoutequipment#AmazonResourceArn": {
136            "type": "string",
137            "traits": {
138                "smithy.api#length": {
139                    "min": 1,
140                    "max": 1011
141                }
142            }
143        },
144        "com.amazonaws.lookoutequipment#BoundedLengthString": {
145            "type": "string",
146            "traits": {
147                "smithy.api#length": {
148                    "min": 1,
149                    "max": 5000
150                },
151                "smithy.api#pattern": "^[\\P{M}\\p{M}]{1,5000}$"
152            }
153        },
154        "com.amazonaws.lookoutequipment#ComponentTimestampDelimiter": {
155            "type": "string",
156            "traits": {
157                "smithy.api#length": {
158                    "min": 0,
159                    "max": 1
160                },
161                "smithy.api#pattern": "^(\\-|\\_|\\s)?$"
162            }
163        },
164        "com.amazonaws.lookoutequipment#ConflictException": {
165            "type": "structure",
166            "members": {
167                "Message": {
168                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
169                    "traits": {
170                        "smithy.api#required": {}
171                    }
172                }
173            },
174            "traits": {
175                "smithy.api#documentation": "<p> The request could not be completed due to a conflict with the current state of the\n         target resource. </p>",
176                "smithy.api#error": "client",
177                "smithy.api#httpError": 409
178            }
179        },
180        "com.amazonaws.lookoutequipment#CreateDataset": {
181            "type": "operation",
182            "input": {
183                "target": "com.amazonaws.lookoutequipment#CreateDatasetRequest"
184            },
185            "output": {
186                "target": "com.amazonaws.lookoutequipment#CreateDatasetResponse"
187            },
188            "errors": [
189                {
190                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
191                },
192                {
193                    "target": "com.amazonaws.lookoutequipment#ConflictException"
194                },
195                {
196                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
197                },
198                {
199                    "target": "com.amazonaws.lookoutequipment#ServiceQuotaExceededException"
200                },
201                {
202                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
203                },
204                {
205                    "target": "com.amazonaws.lookoutequipment#ValidationException"
206                }
207            ],
208            "traits": {
209                "smithy.api#documentation": "<p>Creates a container for a collection of data being ingested for analysis. The dataset\n         contains the metadata describing where the data is and what the data actually looks like.\n         In other words, it contains the location of the data source, the data schema, and other\n         information. A dataset also contains any tags associated with the ingested data. </p>"
210            }
211        },
212        "com.amazonaws.lookoutequipment#CreateDatasetRequest": {
213            "type": "structure",
214            "members": {
215                "DatasetName": {
216                    "target": "com.amazonaws.lookoutequipment#DatasetName",
217                    "traits": {
218                        "smithy.api#documentation": "<p>The name of the dataset being created. </p>",
219                        "smithy.api#required": {}
220                    }
221                },
222                "DatasetSchema": {
223                    "target": "com.amazonaws.lookoutequipment#DatasetSchema",
224                    "traits": {
225                        "smithy.api#documentation": "<p>A JSON description of the data that is in each time series dataset, including names,\n         column names, and data types. </p>",
226                        "smithy.api#required": {}
227                    }
228                },
229                "ServerSideKmsKeyId": {
230                    "target": "com.amazonaws.lookoutequipment#NameOrArn",
231                    "traits": {
232                        "smithy.api#documentation": "<p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>"
233                    }
234                },
235                "ClientToken": {
236                    "target": "com.amazonaws.lookoutequipment#IdempotenceToken",
237                    "traits": {
238                        "smithy.api#documentation": "<p> A unique identifier for the request. If you do not set the client request token, Amazon\n         Lookout for Equipment generates one. </p>",
239                        "smithy.api#idempotencyToken": {},
240                        "smithy.api#required": {}
241                    }
242                },
243                "Tags": {
244                    "target": "com.amazonaws.lookoutequipment#TagList",
245                    "traits": {
246                        "smithy.api#documentation": "<p>Any tags associated with the ingested data described in the dataset. </p>"
247                    }
248                }
249            }
250        },
251        "com.amazonaws.lookoutequipment#CreateDatasetResponse": {
252            "type": "structure",
253            "members": {
254                "DatasetName": {
255                    "target": "com.amazonaws.lookoutequipment#DatasetName",
256                    "traits": {
257                        "smithy.api#documentation": "<p>The name of the dataset being created. </p>"
258                    }
259                },
260                "DatasetArn": {
261                    "target": "com.amazonaws.lookoutequipment#DatasetArn",
262                    "traits": {
263                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of the dataset being created. </p>"
264                    }
265                },
266                "Status": {
267                    "target": "com.amazonaws.lookoutequipment#DatasetStatus",
268                    "traits": {
269                        "smithy.api#documentation": "<p>Indicates the status of the <code>CreateDataset</code> operation. </p>"
270                    }
271                }
272            }
273        },
274        "com.amazonaws.lookoutequipment#CreateInferenceScheduler": {
275            "type": "operation",
276            "input": {
277                "target": "com.amazonaws.lookoutequipment#CreateInferenceSchedulerRequest"
278            },
279            "output": {
280                "target": "com.amazonaws.lookoutequipment#CreateInferenceSchedulerResponse"
281            },
282            "errors": [
283                {
284                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
285                },
286                {
287                    "target": "com.amazonaws.lookoutequipment#ConflictException"
288                },
289                {
290                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
291                },
292                {
293                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
294                },
295                {
296                    "target": "com.amazonaws.lookoutequipment#ServiceQuotaExceededException"
297                },
298                {
299                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
300                },
301                {
302                    "target": "com.amazonaws.lookoutequipment#ValidationException"
303                }
304            ],
305            "traits": {
306                "smithy.api#documentation": "<p> Creates a scheduled inference. Scheduling an inference is setting up a continuous\n         real-time inference plan to analyze new measurement data. When setting up the schedule, you\n         provide an S3 bucket location for the input data, assign it a delimiter between separate\n         entries in the data, set an offset delay if desired, and set the frequency of inferencing.\n         You must also provide an S3 bucket location for the output data. </p>"
307            }
308        },
309        "com.amazonaws.lookoutequipment#CreateInferenceSchedulerRequest": {
310            "type": "structure",
311            "members": {
312                "ModelName": {
313                    "target": "com.amazonaws.lookoutequipment#ModelName",
314                    "traits": {
315                        "smithy.api#documentation": "<p>The name of the previously trained ML model being used to create the inference\n         scheduler. </p>",
316                        "smithy.api#required": {}
317                    }
318                },
319                "InferenceSchedulerName": {
320                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerName",
321                    "traits": {
322                        "smithy.api#documentation": "<p>The name of the inference scheduler being created. </p>",
323                        "smithy.api#required": {}
324                    }
325                },
326                "DataDelayOffsetInMinutes": {
327                    "target": "com.amazonaws.lookoutequipment#DataDelayOffsetInMinutes",
328                    "traits": {
329                        "smithy.api#documentation": "<p>A period of time (in minutes) by which inference on the data is delayed after the data\n         starts. For instance, if you select an offset delay time of five minutes, inference will\n         not begin on the data until the first data measurement after the five minute mark. For example, if \n         five minutes is selected, the inference scheduler will wake up at the configured frequency with the \n         additional five minute delay time to check the customer S3 bucket. The customer can upload data at \n         the same frequency and they don't need to stop and restart the scheduler when uploading new data. </p>"
330                    }
331                },
332                "DataUploadFrequency": {
333                    "target": "com.amazonaws.lookoutequipment#DataUploadFrequency",
334                    "traits": {
335                        "smithy.api#documentation": "<p> How often data is uploaded to the source S3 bucket for the input data. The value chosen\n         is the length of time between data uploads. For instance, if you select 5 minutes, Amazon\n         Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency\n         also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this\n         example, it starts once every 5 minutes. </p>",
336                        "smithy.api#required": {}
337                    }
338                },
339                "DataInputConfiguration": {
340                    "target": "com.amazonaws.lookoutequipment#InferenceInputConfiguration",
341                    "traits": {
342                        "smithy.api#documentation": "<p>Specifies configuration information for the input data for the inference scheduler,\n         including delimiter, format, and dataset location. </p>",
343                        "smithy.api#required": {}
344                    }
345                },
346                "DataOutputConfiguration": {
347                    "target": "com.amazonaws.lookoutequipment#InferenceOutputConfiguration",
348                    "traits": {
349                        "smithy.api#documentation": "<p>Specifies configuration information for the output results for the inference scheduler,\n         including the S3 location for the output. </p>",
350                        "smithy.api#required": {}
351                    }
352                },
353                "RoleArn": {
354                    "target": "com.amazonaws.lookoutequipment#IamRoleArn",
355                    "traits": {
356                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of a role with permission to access the data source being\n         used for the inference. </p>",
357                        "smithy.api#required": {}
358                    }
359                },
360                "ServerSideKmsKeyId": {
361                    "target": "com.amazonaws.lookoutequipment#NameOrArn",
362                    "traits": {
363                        "smithy.api#documentation": "<p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>"
364                    }
365                },
366                "ClientToken": {
367                    "target": "com.amazonaws.lookoutequipment#IdempotenceToken",
368                    "traits": {
369                        "smithy.api#documentation": "<p> A unique identifier for the request. If you do not set the client request token, Amazon\n         Lookout for Equipment generates one. </p>",
370                        "smithy.api#idempotencyToken": {},
371                        "smithy.api#required": {}
372                    }
373                },
374                "Tags": {
375                    "target": "com.amazonaws.lookoutequipment#TagList",
376                    "traits": {
377                        "smithy.api#documentation": "<p>Any tags associated with the inference scheduler. </p>"
378                    }
379                }
380            }
381        },
382        "com.amazonaws.lookoutequipment#CreateInferenceSchedulerResponse": {
383            "type": "structure",
384            "members": {
385                "InferenceSchedulerArn": {
386                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerArn",
387                    "traits": {
388                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the inference scheduler being created. </p>"
389                    }
390                },
391                "InferenceSchedulerName": {
392                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerName",
393                    "traits": {
394                        "smithy.api#documentation": "<p>The name of inference scheduler being created. </p>"
395                    }
396                },
397                "Status": {
398                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerStatus",
399                    "traits": {
400                        "smithy.api#documentation": "<p>Indicates the status of the <code>CreateInferenceScheduler</code> operation. </p>"
401                    }
402                }
403            }
404        },
405        "com.amazonaws.lookoutequipment#CreateModel": {
406            "type": "operation",
407            "input": {
408                "target": "com.amazonaws.lookoutequipment#CreateModelRequest"
409            },
410            "output": {
411                "target": "com.amazonaws.lookoutequipment#CreateModelResponse"
412            },
413            "errors": [
414                {
415                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
416                },
417                {
418                    "target": "com.amazonaws.lookoutequipment#ConflictException"
419                },
420                {
421                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
422                },
423                {
424                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
425                },
426                {
427                    "target": "com.amazonaws.lookoutequipment#ServiceQuotaExceededException"
428                },
429                {
430                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
431                },
432                {
433                    "target": "com.amazonaws.lookoutequipment#ValidationException"
434                }
435            ],
436            "traits": {
437                "smithy.api#documentation": "<p>Creates an ML model for data inference. </p>\n         <p>A machine-learning (ML) model is a mathematical model that finds patterns in your data.\n         In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal\n         behavior that could be potential equipment failure (or maintenance events). The models are\n         made by analyzing normal data and abnormalities in machine behavior that have already\n         occurred.</p>\n         <p>Your model is trained using a portion of the data from your dataset and uses that data\n         to learn patterns of normal behavior and abnormal patterns that lead to equipment failure.\n         Another portion of the data is used to evaluate the model's accuracy. </p>"
438            }
439        },
440        "com.amazonaws.lookoutequipment#CreateModelRequest": {
441            "type": "structure",
442            "members": {
443                "ModelName": {
444                    "target": "com.amazonaws.lookoutequipment#ModelName",
445                    "traits": {
446                        "smithy.api#documentation": "<p>The name for the ML model to be created.</p>",
447                        "smithy.api#required": {}
448                    }
449                },
450                "DatasetName": {
451                    "target": "com.amazonaws.lookoutequipment#DatasetIdentifier",
452                    "traits": {
453                        "smithy.api#documentation": "<p>The name of the dataset for the ML model being created. </p>",
454                        "smithy.api#required": {}
455                    }
456                },
457                "DatasetSchema": {
458                    "target": "com.amazonaws.lookoutequipment#DatasetSchema",
459                    "traits": {
460                        "smithy.api#documentation": "<p>The data schema for the ML model being created. </p>"
461                    }
462                },
463                "LabelsInputConfiguration": {
464                    "target": "com.amazonaws.lookoutequipment#LabelsInputConfiguration",
465                    "traits": {
466                        "smithy.api#documentation": "<p>The input configuration for the labels being used for the ML model that's being created.\n      </p>"
467                    }
468                },
469                "ClientToken": {
470                    "target": "com.amazonaws.lookoutequipment#IdempotenceToken",
471                    "traits": {
472                        "smithy.api#documentation": "<p>A unique identifier for the request. If you do not set the client request token, Amazon\n         Lookout for Equipment generates one. </p>",
473                        "smithy.api#idempotencyToken": {},
474                        "smithy.api#required": {}
475                    }
476                },
477                "TrainingDataStartTime": {
478                    "target": "com.amazonaws.lookoutequipment#Timestamp",
479                    "traits": {
480                        "smithy.api#documentation": "<p>Indicates the time reference in the dataset that should be used to begin the subset of\n         training data for the ML model. </p>"
481                    }
482                },
483                "TrainingDataEndTime": {
484                    "target": "com.amazonaws.lookoutequipment#Timestamp",
485                    "traits": {
486                        "smithy.api#documentation": "<p>Indicates the time reference in the dataset that should be used to end the subset of\n         training data for the ML model. </p>"
487                    }
488                },
489                "EvaluationDataStartTime": {
490                    "target": "com.amazonaws.lookoutequipment#Timestamp",
491                    "traits": {
492                        "smithy.api#documentation": "<p>Indicates the time reference in the dataset that should be used to begin the subset of\n         evaluation data for the ML model. </p>"
493                    }
494                },
495                "EvaluationDataEndTime": {
496                    "target": "com.amazonaws.lookoutequipment#Timestamp",
497                    "traits": {
498                        "smithy.api#documentation": "<p> Indicates the time reference in the dataset that should be used to end the subset of\n         evaluation data for the ML model. </p>"
499                    }
500                },
501                "RoleArn": {
502                    "target": "com.amazonaws.lookoutequipment#IamRoleArn",
503                    "traits": {
504                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of a role with permission to access the data source\n         being used to create the ML model. </p>"
505                    }
506                },
507                "DataPreProcessingConfiguration": {
508                    "target": "com.amazonaws.lookoutequipment#DataPreProcessingConfiguration",
509                    "traits": {
510                        "smithy.api#documentation": "<p>The configuration is the <code>TargetSamplingRate</code>, which is the sampling rate of \n         the data after post processing by \n         Amazon Lookout for Equipment. For example, if you provide data that \n         has been collected at a 1 second level and you want the system to resample \n         the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p>\n         <p>When providing a value for the <code>TargetSamplingRate</code>, you must \n            attach the prefix \"PT\" to the rate you want.  The value for a 1 second rate \n            is therefore <i>PT1S</i>, the value for a 15 minute rate \n            is <i>PT15M</i>, and the value for a 1 hour rate \n            is <i>PT1H</i>\n         </p>"
511                    }
512                },
513                "ServerSideKmsKeyId": {
514                    "target": "com.amazonaws.lookoutequipment#NameOrArn",
515                    "traits": {
516                        "smithy.api#documentation": "<p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>"
517                    }
518                },
519                "Tags": {
520                    "target": "com.amazonaws.lookoutequipment#TagList",
521                    "traits": {
522                        "smithy.api#documentation": "<p> Any tags associated with the ML model being created. </p>"
523                    }
524                },
525                "OffCondition": {
526                    "target": "com.amazonaws.lookoutequipment#OffCondition",
527                    "traits": {
528                        "smithy.api#documentation": "<p>Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.</p>"
529                    }
530                }
531            }
532        },
533        "com.amazonaws.lookoutequipment#CreateModelResponse": {
534            "type": "structure",
535            "members": {
536                "ModelArn": {
537                    "target": "com.amazonaws.lookoutequipment#ModelArn",
538                    "traits": {
539                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the model being created. </p>"
540                    }
541                },
542                "Status": {
543                    "target": "com.amazonaws.lookoutequipment#ModelStatus",
544                    "traits": {
545                        "smithy.api#documentation": "<p>Indicates the status of the <code>CreateModel</code> operation. </p>"
546                    }
547                }
548            }
549        },
550        "com.amazonaws.lookoutequipment#DataDelayOffsetInMinutes": {
551            "type": "long",
552            "traits": {
553                "smithy.api#box": {},
554                "smithy.api#range": {
555                    "min": 0,
556                    "max": 60
557                }
558            }
559        },
560        "com.amazonaws.lookoutequipment#DataIngestionJobSummaries": {
561            "type": "list",
562            "member": {
563                "target": "com.amazonaws.lookoutequipment#DataIngestionJobSummary"
564            }
565        },
566        "com.amazonaws.lookoutequipment#DataIngestionJobSummary": {
567            "type": "structure",
568            "members": {
569                "JobId": {
570                    "target": "com.amazonaws.lookoutequipment#IngestionJobId",
571                    "traits": {
572                        "smithy.api#documentation": "<p>Indicates the job ID of the data ingestion job. </p>"
573                    }
574                },
575                "DatasetName": {
576                    "target": "com.amazonaws.lookoutequipment#DatasetName",
577                    "traits": {
578                        "smithy.api#documentation": "<p>The name of the dataset used for the data ingestion job. </p>"
579                    }
580                },
581                "DatasetArn": {
582                    "target": "com.amazonaws.lookoutequipment#DatasetArn",
583                    "traits": {
584                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the dataset used in the data ingestion job. </p>"
585                    }
586                },
587                "IngestionInputConfiguration": {
588                    "target": "com.amazonaws.lookoutequipment#IngestionInputConfiguration",
589                    "traits": {
590                        "smithy.api#documentation": "<p> Specifies information for the input data for the data inference job, including data S3\n         location parameters. </p>"
591                    }
592                },
593                "Status": {
594                    "target": "com.amazonaws.lookoutequipment#IngestionJobStatus",
595                    "traits": {
596                        "smithy.api#documentation": "<p>Indicates the status of the data ingestion job. </p>"
597                    }
598                }
599            },
600            "traits": {
601                "smithy.api#documentation": "<p>Provides information about a specified data ingestion job, including dataset\n         information, data ingestion configuration, and status. </p>"
602            }
603        },
604        "com.amazonaws.lookoutequipment#DataPreProcessingConfiguration": {
605            "type": "structure",
606            "members": {
607                "TargetSamplingRate": {
608                    "target": "com.amazonaws.lookoutequipment#TargetSamplingRate",
609                    "traits": {
610                        "smithy.api#documentation": "<p>The sampling rate of the data after post processing by Amazon Lookout for Equipment. \n         For example, if you provide data that has been collected at a 1 second level and \n         you want the system to resample the data at a 1 minute rate before training, \n         the <code>TargetSamplingRate</code> is 1 minute.</p>\n         <p>When providing a value for the <code>TargetSamplingRate</code>, you must attach \n            the prefix \"PT\" to the rate you want.  The value for a 1 second rate is \n            therefore <i>PT1S</i>, the value for a 15 minute \n            rate is <i>PT15M</i>, and the value for a 1 hour rate \n            is <i>PT1H</i>\n         </p>"
611                    }
612                }
613            },
614            "traits": {
615                "smithy.api#documentation": "<p>The configuration is the <code>TargetSamplingRate</code>, which is the sampling rate of \n         the data after post processing by \n         Amazon Lookout for Equipment. For example, if you provide data that \n         has been collected at a 1 second level and you want the system to resample \n         the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p>\n            <p>When providing a value for the <code>TargetSamplingRate</code>, you must \n               attach the prefix \"PT\" to the rate you want.  The value for a 1 second rate \n               is therefore <i>PT1S</i>, the value for a 15 minute rate \n               is <i>PT15M</i>, and the value for a 1 hour rate \n               is <i>PT1H</i>\n         </p>"
616            }
617        },
618        "com.amazonaws.lookoutequipment#DataUploadFrequency": {
619            "type": "string",
620            "traits": {
621                "smithy.api#enum": [
622                    {
623                        "value": "PT5M",
624                        "name": "PT5M"
625                    },
626                    {
627                        "value": "PT10M",
628                        "name": "PT10M"
629                    },
630                    {
631                        "value": "PT15M",
632                        "name": "PT15M"
633                    },
634                    {
635                        "value": "PT30M",
636                        "name": "PT30M"
637                    },
638                    {
639                        "value": "PT1H",
640                        "name": "PT1H"
641                    }
642                ]
643            }
644        },
645        "com.amazonaws.lookoutequipment#DatasetArn": {
646            "type": "string",
647            "traits": {
648                "smithy.api#length": {
649                    "min": 20,
650                    "max": 2048
651                },
652                "smithy.api#pattern": "^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:dataset\\/.+$"
653            }
654        },
655        "com.amazonaws.lookoutequipment#DatasetIdentifier": {
656            "type": "string",
657            "traits": {
658                "smithy.api#length": {
659                    "min": 1,
660                    "max": 200
661                },
662                "smithy.api#pattern": "^[0-9a-zA-Z_-]{1,200}$"
663            }
664        },
665        "com.amazonaws.lookoutequipment#DatasetName": {
666            "type": "string",
667            "traits": {
668                "smithy.api#length": {
669                    "min": 1,
670                    "max": 200
671                },
672                "smithy.api#pattern": "^[0-9a-zA-Z_-]{1,200}$"
673            }
674        },
675        "com.amazonaws.lookoutequipment#DatasetSchema": {
676            "type": "structure",
677            "members": {
678                "InlineDataSchema": {
679                    "target": "com.amazonaws.lookoutequipment#SynthesizedJsonInlineDataSchema",
680                    "traits": {
681                        "smithy.api#documentation": "<p>\n      </p>"
682                    }
683                }
684            },
685            "traits": {
686                "smithy.api#documentation": "<p>Provides information about the data schema used with the given dataset. </p>"
687            }
688        },
689        "com.amazonaws.lookoutequipment#DatasetStatus": {
690            "type": "string",
691            "traits": {
692                "smithy.api#enum": [
693                    {
694                        "value": "CREATED",
695                        "name": "CREATED"
696                    },
697                    {
698                        "value": "INGESTION_IN_PROGRESS",
699                        "name": "INGESTION_IN_PROGRESS"
700                    },
701                    {
702                        "value": "ACTIVE",
703                        "name": "ACTIVE"
704                    }
705                ]
706            }
707        },
708        "com.amazonaws.lookoutequipment#DatasetSummaries": {
709            "type": "list",
710            "member": {
711                "target": "com.amazonaws.lookoutequipment#DatasetSummary"
712            }
713        },
714        "com.amazonaws.lookoutequipment#DatasetSummary": {
715            "type": "structure",
716            "members": {
717                "DatasetName": {
718                    "target": "com.amazonaws.lookoutequipment#DatasetName",
719                    "traits": {
720                        "smithy.api#documentation": "<p>The name of the dataset. </p>"
721                    }
722                },
723                "DatasetArn": {
724                    "target": "com.amazonaws.lookoutequipment#DatasetArn",
725                    "traits": {
726                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specified dataset. </p>"
727                    }
728                },
729                "Status": {
730                    "target": "com.amazonaws.lookoutequipment#DatasetStatus",
731                    "traits": {
732                        "smithy.api#documentation": "<p>Indicates the status of the dataset. </p>"
733                    }
734                },
735                "CreatedAt": {
736                    "target": "com.amazonaws.lookoutequipment#Timestamp",
737                    "traits": {
738                        "smithy.api#documentation": "<p>The time at which the dataset was created in Amazon Lookout for Equipment. </p>"
739                    }
740                }
741            },
742            "traits": {
743                "smithy.api#documentation": "<p>Contains information about the specific data set, including name, ARN, and status.\n      </p>"
744            }
745        },
746        "com.amazonaws.lookoutequipment#DeleteDataset": {
747            "type": "operation",
748            "input": {
749                "target": "com.amazonaws.lookoutequipment#DeleteDatasetRequest"
750            },
751            "errors": [
752                {
753                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
754                },
755                {
756                    "target": "com.amazonaws.lookoutequipment#ConflictException"
757                },
758                {
759                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
760                },
761                {
762                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
763                },
764                {
765                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
766                }
767            ],
768            "traits": {
769                "smithy.api#documentation": "<p> Deletes a dataset and associated artifacts. The operation will check to see if any\n         inference scheduler or data ingestion job is currently using the dataset, and if there\n         isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted.\n         This does not affect any models that used this dataset for training and evaluation, but\n         does prevent it from being used in the future. </p>"
770            }
771        },
772        "com.amazonaws.lookoutequipment#DeleteDatasetRequest": {
773            "type": "structure",
774            "members": {
775                "DatasetName": {
776                    "target": "com.amazonaws.lookoutequipment#DatasetIdentifier",
777                    "traits": {
778                        "smithy.api#documentation": "<p>The name of the dataset to be deleted. </p>",
779                        "smithy.api#required": {}
780                    }
781                }
782            }
783        },
784        "com.amazonaws.lookoutequipment#DeleteInferenceScheduler": {
785            "type": "operation",
786            "input": {
787                "target": "com.amazonaws.lookoutequipment#DeleteInferenceSchedulerRequest"
788            },
789            "errors": [
790                {
791                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
792                },
793                {
794                    "target": "com.amazonaws.lookoutequipment#ConflictException"
795                },
796                {
797                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
798                },
799                {
800                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
801                },
802                {
803                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
804                },
805                {
806                    "target": "com.amazonaws.lookoutequipment#ValidationException"
807                }
808            ],
809            "traits": {
810                "smithy.api#documentation": "<p>Deletes an inference scheduler that has been set up. Already processed output results\n         are not affected. </p>"
811            }
812        },
813        "com.amazonaws.lookoutequipment#DeleteInferenceSchedulerRequest": {
814            "type": "structure",
815            "members": {
816                "InferenceSchedulerName": {
817                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerIdentifier",
818                    "traits": {
819                        "smithy.api#documentation": "<p>The name of the inference scheduler to be deleted. </p>",
820                        "smithy.api#required": {}
821                    }
822                }
823            }
824        },
825        "com.amazonaws.lookoutequipment#DeleteModel": {
826            "type": "operation",
827            "input": {
828                "target": "com.amazonaws.lookoutequipment#DeleteModelRequest"
829            },
830            "errors": [
831                {
832                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
833                },
834                {
835                    "target": "com.amazonaws.lookoutequipment#ConflictException"
836                },
837                {
838                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
839                },
840                {
841                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
842                },
843                {
844                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
845                }
846            ],
847            "traits": {
848                "smithy.api#documentation": "<p>Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from\n         being used with an inference scheduler, even one that is already set up. </p>"
849            }
850        },
851        "com.amazonaws.lookoutequipment#DeleteModelRequest": {
852            "type": "structure",
853            "members": {
854                "ModelName": {
855                    "target": "com.amazonaws.lookoutequipment#ModelName",
856                    "traits": {
857                        "smithy.api#documentation": "<p>The name of the ML model to be deleted. </p>",
858                        "smithy.api#required": {}
859                    }
860                }
861            }
862        },
863        "com.amazonaws.lookoutequipment#DescribeDataIngestionJob": {
864            "type": "operation",
865            "input": {
866                "target": "com.amazonaws.lookoutequipment#DescribeDataIngestionJobRequest"
867            },
868            "output": {
869                "target": "com.amazonaws.lookoutequipment#DescribeDataIngestionJobResponse"
870            },
871            "errors": [
872                {
873                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
874                },
875                {
876                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
877                },
878                {
879                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
880                },
881                {
882                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
883                },
884                {
885                    "target": "com.amazonaws.lookoutequipment#ValidationException"
886                }
887            ],
888            "traits": {
889                "smithy.api#documentation": "<p>Provides information on a specific data ingestion job such as creation time, dataset\n         ARN, status, and so on. </p>"
890            }
891        },
892        "com.amazonaws.lookoutequipment#DescribeDataIngestionJobRequest": {
893            "type": "structure",
894            "members": {
895                "JobId": {
896                    "target": "com.amazonaws.lookoutequipment#IngestionJobId",
897                    "traits": {
898                        "smithy.api#documentation": "<p>The job ID of the data ingestion job. </p>",
899                        "smithy.api#required": {}
900                    }
901                }
902            }
903        },
904        "com.amazonaws.lookoutequipment#DescribeDataIngestionJobResponse": {
905            "type": "structure",
906            "members": {
907                "JobId": {
908                    "target": "com.amazonaws.lookoutequipment#IngestionJobId",
909                    "traits": {
910                        "smithy.api#documentation": "<p>Indicates the job ID of the data ingestion job. </p>"
911                    }
912                },
913                "DatasetArn": {
914                    "target": "com.amazonaws.lookoutequipment#DatasetArn",
915                    "traits": {
916                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.\n      </p>"
917                    }
918                },
919                "IngestionInputConfiguration": {
920                    "target": "com.amazonaws.lookoutequipment#IngestionInputConfiguration",
921                    "traits": {
922                        "smithy.api#documentation": "<p>Specifies the S3 location configuration for the data input for the data ingestion job.\n      </p>"
923                    }
924                },
925                "RoleArn": {
926                    "target": "com.amazonaws.lookoutequipment#IamRoleArn",
927                    "traits": {
928                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an IAM role with permission to access the data source\n         being ingested. </p>"
929                    }
930                },
931                "CreatedAt": {
932                    "target": "com.amazonaws.lookoutequipment#Timestamp",
933                    "traits": {
934                        "smithy.api#documentation": "<p>The time at which the data ingestion job was created. </p>"
935                    }
936                },
937                "Status": {
938                    "target": "com.amazonaws.lookoutequipment#IngestionJobStatus",
939                    "traits": {
940                        "smithy.api#documentation": "<p>Indicates the status of the <code>DataIngestionJob</code> operation. </p>"
941                    }
942                },
943                "FailedReason": {
944                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
945                    "traits": {
946                        "smithy.api#documentation": "<p>Specifies the reason for failure when a data ingestion job has failed. </p>"
947                    }
948                }
949            }
950        },
951        "com.amazonaws.lookoutequipment#DescribeDataset": {
952            "type": "operation",
953            "input": {
954                "target": "com.amazonaws.lookoutequipment#DescribeDatasetRequest"
955            },
956            "output": {
957                "target": "com.amazonaws.lookoutequipment#DescribeDatasetResponse"
958            },
959            "errors": [
960                {
961                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
962                },
963                {
964                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
965                },
966                {
967                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
968                },
969                {
970                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
971                },
972                {
973                    "target": "com.amazonaws.lookoutequipment#ValidationException"
974                }
975            ],
976            "traits": {
977                "smithy.api#documentation": "<p>Provides a JSON description of the data that is in each time series dataset, including names, column names, and data types.</p>"
978            }
979        },
980        "com.amazonaws.lookoutequipment#DescribeDatasetRequest": {
981            "type": "structure",
982            "members": {
983                "DatasetName": {
984                    "target": "com.amazonaws.lookoutequipment#DatasetIdentifier",
985                    "traits": {
986                        "smithy.api#documentation": "<p>The name of the dataset to be described. </p>",
987                        "smithy.api#required": {}
988                    }
989                }
990            }
991        },
992        "com.amazonaws.lookoutequipment#DescribeDatasetResponse": {
993            "type": "structure",
994            "members": {
995                "DatasetName": {
996                    "target": "com.amazonaws.lookoutequipment#DatasetName",
997                    "traits": {
998                        "smithy.api#documentation": "<p>The name of the dataset being described. </p>"
999                    }
1000                },
1001                "DatasetArn": {
1002                    "target": "com.amazonaws.lookoutequipment#DatasetArn",
1003                    "traits": {
1004                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the dataset being described. </p>"
1005                    }
1006                },
1007                "CreatedAt": {
1008                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1009                    "traits": {
1010                        "smithy.api#documentation": "<p>Specifies the time the dataset was created in Amazon Lookout for Equipment. </p>"
1011                    }
1012                },
1013                "LastUpdatedAt": {
1014                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1015                    "traits": {
1016                        "smithy.api#documentation": "<p>Specifies the time the dataset was last updated, if it was. </p>"
1017                    }
1018                },
1019                "Status": {
1020                    "target": "com.amazonaws.lookoutequipment#DatasetStatus",
1021                    "traits": {
1022                        "smithy.api#documentation": "<p>Indicates the status of the dataset. </p>"
1023                    }
1024                },
1025                "Schema": {
1026                    "target": "com.amazonaws.lookoutequipment#SynthesizedJsonInlineDataSchema",
1027                    "traits": {
1028                        "smithy.api#documentation": "<p>A JSON description of the data that is in each time series dataset, including names,\n         column names, and data types. </p>"
1029                    }
1030                },
1031                "ServerSideKmsKeyId": {
1032                    "target": "com.amazonaws.lookoutequipment#KmsKeyArn",
1033                    "traits": {
1034                        "smithy.api#documentation": "<p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>"
1035                    }
1036                },
1037                "IngestionInputConfiguration": {
1038                    "target": "com.amazonaws.lookoutequipment#IngestionInputConfiguration",
1039                    "traits": {
1040                        "smithy.api#documentation": "<p>Specifies the S3 location configuration for the data input for the data ingestion job. </p>"
1041                    }
1042                }
1043            }
1044        },
1045        "com.amazonaws.lookoutequipment#DescribeInferenceScheduler": {
1046            "type": "operation",
1047            "input": {
1048                "target": "com.amazonaws.lookoutequipment#DescribeInferenceSchedulerRequest"
1049            },
1050            "output": {
1051                "target": "com.amazonaws.lookoutequipment#DescribeInferenceSchedulerResponse"
1052            },
1053            "errors": [
1054                {
1055                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
1056                },
1057                {
1058                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
1059                },
1060                {
1061                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
1062                },
1063                {
1064                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
1065                },
1066                {
1067                    "target": "com.amazonaws.lookoutequipment#ValidationException"
1068                }
1069            ],
1070            "traits": {
1071                "smithy.api#documentation": "<p> Specifies information about the inference scheduler being used, including name, model,\n         status, and associated metadata </p>"
1072            }
1073        },
1074        "com.amazonaws.lookoutequipment#DescribeInferenceSchedulerRequest": {
1075            "type": "structure",
1076            "members": {
1077                "InferenceSchedulerName": {
1078                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerIdentifier",
1079                    "traits": {
1080                        "smithy.api#documentation": "<p>The name of the inference scheduler being described. </p>",
1081                        "smithy.api#required": {}
1082                    }
1083                }
1084            }
1085        },
1086        "com.amazonaws.lookoutequipment#DescribeInferenceSchedulerResponse": {
1087            "type": "structure",
1088            "members": {
1089                "ModelArn": {
1090                    "target": "com.amazonaws.lookoutequipment#ModelArn",
1091                    "traits": {
1092                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the ML model of the inference scheduler being\n         described. </p>"
1093                    }
1094                },
1095                "ModelName": {
1096                    "target": "com.amazonaws.lookoutequipment#ModelName",
1097                    "traits": {
1098                        "smithy.api#documentation": "<p>The name of the ML model of the inference scheduler being described. </p>"
1099                    }
1100                },
1101                "InferenceSchedulerName": {
1102                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerName",
1103                    "traits": {
1104                        "smithy.api#documentation": "<p>The name of the inference scheduler being described. </p>"
1105                    }
1106                },
1107                "InferenceSchedulerArn": {
1108                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerArn",
1109                    "traits": {
1110                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the inference scheduler being described. </p>"
1111                    }
1112                },
1113                "Status": {
1114                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerStatus",
1115                    "traits": {
1116                        "smithy.api#documentation": "<p>Indicates the status of the inference scheduler. </p>"
1117                    }
1118                },
1119                "DataDelayOffsetInMinutes": {
1120                    "target": "com.amazonaws.lookoutequipment#DataDelayOffsetInMinutes",
1121                    "traits": {
1122                        "smithy.api#documentation": "<p> A period of time (in minutes) by which inference on the data is delayed after the data\n         starts. For instance, if you select an offset delay time of five minutes, inference will\n         not begin on the data until the first data measurement after the five minute mark. For example, if \n         five minutes is selected, the inference scheduler will wake up at the configured frequency with the \n         additional five minute delay time to check the customer S3 bucket. The customer can upload data at \n         the same frequency and they don't need to stop and restart the scheduler when uploading new data.</p>"
1123                    }
1124                },
1125                "DataUploadFrequency": {
1126                    "target": "com.amazonaws.lookoutequipment#DataUploadFrequency",
1127                    "traits": {
1128                        "smithy.api#documentation": "<p>Specifies how often data is uploaded to the source S3 bucket for the input data. This\n         value is the length of time between data uploads. For instance, if you select 5 minutes,\n         Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This\n         frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data.\n         In this example, it starts once every 5 minutes. </p>"
1129                    }
1130                },
1131                "CreatedAt": {
1132                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1133                    "traits": {
1134                        "smithy.api#documentation": "<p>Specifies the time at which the inference scheduler was created. </p>"
1135                    }
1136                },
1137                "UpdatedAt": {
1138                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1139                    "traits": {
1140                        "smithy.api#documentation": "<p>Specifies the time at which the inference scheduler was last updated, if it was. </p>"
1141                    }
1142                },
1143                "DataInputConfiguration": {
1144                    "target": "com.amazonaws.lookoutequipment#InferenceInputConfiguration",
1145                    "traits": {
1146                        "smithy.api#documentation": "<p> Specifies configuration information for the input data for the inference scheduler,\n         including delimiter, format, and dataset location. </p>"
1147                    }
1148                },
1149                "DataOutputConfiguration": {
1150                    "target": "com.amazonaws.lookoutequipment#InferenceOutputConfiguration",
1151                    "traits": {
1152                        "smithy.api#documentation": "<p> Specifies information for the output results for the inference scheduler, \n         including the output S3 location. </p>"
1153                    }
1154                },
1155                "RoleArn": {
1156                    "target": "com.amazonaws.lookoutequipment#IamRoleArn",
1157                    "traits": {
1158                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of a role with permission to access the data source for\n         the inference scheduler being described. </p>"
1159                    }
1160                },
1161                "ServerSideKmsKeyId": {
1162                    "target": "com.amazonaws.lookoutequipment#KmsKeyArn",
1163                    "traits": {
1164                        "smithy.api#documentation": "<p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>"
1165                    }
1166                }
1167            }
1168        },
1169        "com.amazonaws.lookoutequipment#DescribeModel": {
1170            "type": "operation",
1171            "input": {
1172                "target": "com.amazonaws.lookoutequipment#DescribeModelRequest"
1173            },
1174            "output": {
1175                "target": "com.amazonaws.lookoutequipment#DescribeModelResponse"
1176            },
1177            "errors": [
1178                {
1179                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
1180                },
1181                {
1182                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
1183                },
1184                {
1185                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
1186                },
1187                {
1188                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
1189                },
1190                {
1191                    "target": "com.amazonaws.lookoutequipment#ValidationException"
1192                }
1193            ],
1194            "traits": {
1195                "smithy.api#documentation": "<p>Provides a JSON containing the overall information about a specific ML model, including model name and ARN,\n         dataset, training and evaluation information, status, and so on. </p>"
1196            }
1197        },
1198        "com.amazonaws.lookoutequipment#DescribeModelRequest": {
1199            "type": "structure",
1200            "members": {
1201                "ModelName": {
1202                    "target": "com.amazonaws.lookoutequipment#ModelName",
1203                    "traits": {
1204                        "smithy.api#documentation": "<p>The name of the ML model to be described. </p>",
1205                        "smithy.api#required": {}
1206                    }
1207                }
1208            }
1209        },
1210        "com.amazonaws.lookoutequipment#DescribeModelResponse": {
1211            "type": "structure",
1212            "members": {
1213                "ModelName": {
1214                    "target": "com.amazonaws.lookoutequipment#ModelName",
1215                    "traits": {
1216                        "smithy.api#documentation": "<p>The name of the ML model being described. </p>"
1217                    }
1218                },
1219                "ModelArn": {
1220                    "target": "com.amazonaws.lookoutequipment#ModelArn",
1221                    "traits": {
1222                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the ML model being described. </p>"
1223                    }
1224                },
1225                "DatasetName": {
1226                    "target": "com.amazonaws.lookoutequipment#DatasetName",
1227                    "traits": {
1228                        "smithy.api#documentation": "<p>The name of the dataset being used by the ML being described. </p>"
1229                    }
1230                },
1231                "DatasetArn": {
1232                    "target": "com.amazonaws.lookoutequipment#DatasetArn",
1233                    "traits": {
1234                        "smithy.api#documentation": "<p>The Amazon Resouce Name (ARN) of the dataset used to create the ML model being\n         described. </p>"
1235                    }
1236                },
1237                "Schema": {
1238                    "target": "com.amazonaws.lookoutequipment#SynthesizedJsonInlineDataSchema",
1239                    "traits": {
1240                        "smithy.api#documentation": "<p>A JSON description of the data that is in each time series dataset, including names,\n         column names, and data types. </p>"
1241                    }
1242                },
1243                "LabelsInputConfiguration": {
1244                    "target": "com.amazonaws.lookoutequipment#LabelsInputConfiguration",
1245                    "traits": {
1246                        "smithy.api#documentation": "<p>Specifies configuration information about the labels input, including its S3 location.\n      </p>"
1247                    }
1248                },
1249                "TrainingDataStartTime": {
1250                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1251                    "traits": {
1252                        "smithy.api#documentation": "<p> Indicates the time reference in the dataset that was used to begin the subset of\n         training data for the ML model. </p>"
1253                    }
1254                },
1255                "TrainingDataEndTime": {
1256                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1257                    "traits": {
1258                        "smithy.api#documentation": "<p> Indicates the time reference in the dataset that was used to end the subset of training\n         data for the ML model. </p>"
1259                    }
1260                },
1261                "EvaluationDataStartTime": {
1262                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1263                    "traits": {
1264                        "smithy.api#documentation": "<p> Indicates the time reference in the dataset that was used to begin the subset of\n         evaluation data for the ML model. </p>"
1265                    }
1266                },
1267                "EvaluationDataEndTime": {
1268                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1269                    "traits": {
1270                        "smithy.api#documentation": "<p> Indicates the time reference in the dataset that was used to end the subset of\n         evaluation data for the ML model. </p>"
1271                    }
1272                },
1273                "RoleArn": {
1274                    "target": "com.amazonaws.lookoutequipment#IamRoleArn",
1275                    "traits": {
1276                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of a role with permission to access the data source for\n         the ML model being described. </p>"
1277                    }
1278                },
1279                "DataPreProcessingConfiguration": {
1280                    "target": "com.amazonaws.lookoutequipment#DataPreProcessingConfiguration",
1281                    "traits": {
1282                        "smithy.api#documentation": "<p>The configuration is the <code>TargetSamplingRate</code>, which is the sampling rate of \n         the data after post processing by \n         Amazon Lookout for Equipment. For example, if you provide data that \n         has been collected at a 1 second level and you want the system to resample \n         the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p>\n            <p>When providing a value for the <code>TargetSamplingRate</code>, you must \n               attach the prefix \"PT\" to the rate you want.  The value for a 1 second rate \n               is therefore <i>PT1S</i>, the value for a 15 minute rate \n               is <i>PT15M</i>, and the value for a 1 hour rate \n               is <i>PT1H</i>\n         </p>"
1283                    }
1284                },
1285                "Status": {
1286                    "target": "com.amazonaws.lookoutequipment#ModelStatus",
1287                    "traits": {
1288                        "smithy.api#documentation": "<p>Specifies the current status of the model being described. Status describes the status\n         of the most recent action of the model. </p>"
1289                    }
1290                },
1291                "TrainingExecutionStartTime": {
1292                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1293                    "traits": {
1294                        "smithy.api#documentation": "<p>Indicates the time at which the training of the ML model began. </p>"
1295                    }
1296                },
1297                "TrainingExecutionEndTime": {
1298                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1299                    "traits": {
1300                        "smithy.api#documentation": "<p>Indicates the time at which the training of the ML model was completed. </p>"
1301                    }
1302                },
1303                "FailedReason": {
1304                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
1305                    "traits": {
1306                        "smithy.api#documentation": "<p>If the training of the ML model failed, this indicates the reason for that failure.\n      </p>"
1307                    }
1308                },
1309                "ModelMetrics": {
1310                    "target": "com.amazonaws.lookoutequipment#SynthesizedJsonModelMetrics",
1311                    "traits": {
1312                        "smithy.api#documentation": "<p>The Model Metrics show an aggregated summary of the model's performance within the evaluation time \n         range. This is the JSON content of the metrics created when evaluating the model. </p>"
1313                    }
1314                },
1315                "LastUpdatedTime": {
1316                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1317                    "traits": {
1318                        "smithy.api#documentation": "<p>Indicates the last time the ML model was updated. The type of update is not specified.\n      </p>"
1319                    }
1320                },
1321                "CreatedAt": {
1322                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1323                    "traits": {
1324                        "smithy.api#documentation": "<p>Indicates the time and date at which the ML model was created. </p>"
1325                    }
1326                },
1327                "ServerSideKmsKeyId": {
1328                    "target": "com.amazonaws.lookoutequipment#KmsKeyArn",
1329                    "traits": {
1330                        "smithy.api#documentation": "<p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>"
1331                    }
1332                },
1333                "OffCondition": {
1334                    "target": "com.amazonaws.lookoutequipment#OffCondition",
1335                    "traits": {
1336                        "smithy.api#documentation": "<p>Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.</p>"
1337                    }
1338                }
1339            }
1340        },
1341        "com.amazonaws.lookoutequipment#FileNameTimestampFormat": {
1342            "type": "string",
1343            "traits": {
1344                "smithy.api#pattern": "^EPOCH|yyyy-MM-dd-HH-mm-ss|yyyyMMddHHmmss$"
1345            }
1346        },
1347        "com.amazonaws.lookoutequipment#IamRoleArn": {
1348            "type": "string",
1349            "traits": {
1350                "smithy.api#length": {
1351                    "min": 20,
1352                    "max": 2048
1353                },
1354                "smithy.api#pattern": "^arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+$"
1355            }
1356        },
1357        "com.amazonaws.lookoutequipment#IdempotenceToken": {
1358            "type": "string",
1359            "traits": {
1360                "smithy.api#length": {
1361                    "min": 1,
1362                    "max": 256
1363                },
1364                "smithy.api#pattern": "^\\p{ASCII}{1,256}$"
1365            }
1366        },
1367        "com.amazonaws.lookoutequipment#InferenceExecutionStatus": {
1368            "type": "string",
1369            "traits": {
1370                "smithy.api#enum": [
1371                    {
1372                        "value": "IN_PROGRESS",
1373                        "name": "IN_PROGRESS"
1374                    },
1375                    {
1376                        "value": "SUCCESS",
1377                        "name": "SUCCESS"
1378                    },
1379                    {
1380                        "value": "FAILED",
1381                        "name": "FAILED"
1382                    }
1383                ]
1384            }
1385        },
1386        "com.amazonaws.lookoutequipment#InferenceExecutionSummaries": {
1387            "type": "list",
1388            "member": {
1389                "target": "com.amazonaws.lookoutequipment#InferenceExecutionSummary"
1390            }
1391        },
1392        "com.amazonaws.lookoutequipment#InferenceExecutionSummary": {
1393            "type": "structure",
1394            "members": {
1395                "ModelName": {
1396                    "target": "com.amazonaws.lookoutequipment#ModelName",
1397                    "traits": {
1398                        "smithy.api#documentation": "<p>The name of the ML model being used for the inference execution. </p>"
1399                    }
1400                },
1401                "ModelArn": {
1402                    "target": "com.amazonaws.lookoutequipment#ModelArn",
1403                    "traits": {
1404                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the ML model used for the inference execution. </p>"
1405                    }
1406                },
1407                "InferenceSchedulerName": {
1408                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerName",
1409                    "traits": {
1410                        "smithy.api#documentation": "<p>The name of the inference scheduler being used for the inference execution. </p>"
1411                    }
1412                },
1413                "InferenceSchedulerArn": {
1414                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerArn",
1415                    "traits": {
1416                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of the inference scheduler being used for the inference\n         execution. </p>"
1417                    }
1418                },
1419                "ScheduledStartTime": {
1420                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1421                    "traits": {
1422                        "smithy.api#documentation": "<p>Indicates the start time at which the inference scheduler began the specific inference\n         execution. </p>"
1423                    }
1424                },
1425                "DataStartTime": {
1426                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1427                    "traits": {
1428                        "smithy.api#documentation": "<p>Indicates the time reference in the dataset at which the inference execution began.\n      </p>"
1429                    }
1430                },
1431                "DataEndTime": {
1432                    "target": "com.amazonaws.lookoutequipment#Timestamp",
1433                    "traits": {
1434                        "smithy.api#documentation": "<p>Indicates the time reference in the dataset at which the inference execution stopped.\n      </p>"
1435                    }
1436                },
1437                "DataInputConfiguration": {
1438                    "target": "com.amazonaws.lookoutequipment#InferenceInputConfiguration",
1439                    "traits": {
1440                        "smithy.api#documentation": "<p> Specifies configuration information for the input data for the inference scheduler,\n         including delimiter, format, and dataset location. </p>"
1441                    }
1442                },
1443                "DataOutputConfiguration": {
1444                    "target": "com.amazonaws.lookoutequipment#InferenceOutputConfiguration",
1445                    "traits": {
1446                        "smithy.api#documentation": "<p> Specifies configuration information for the output results from for the inference\n         execution, including the output S3 location. </p>"
1447                    }
1448                },
1449                "CustomerResultObject": {
1450                    "target": "com.amazonaws.lookoutequipment#S3Object",
1451                    "traits": {
1452                        "smithy.api#documentation": "<p>\n      </p>"
1453                    }
1454                },
1455                "Status": {
1456                    "target": "com.amazonaws.lookoutequipment#InferenceExecutionStatus",
1457                    "traits": {
1458                        "smithy.api#documentation": "<p>Indicates the status of the inference execution. </p>"
1459                    }
1460                },
1461                "FailedReason": {
1462                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
1463                    "traits": {
1464                        "smithy.api#documentation": "<p> Specifies the reason for failure when an inference execution has failed. </p>"
1465                    }
1466                }
1467            },
1468            "traits": {
1469                "smithy.api#documentation": "<p>Contains information about the specific inference execution, including input and output\n         data configuration, inference scheduling information, status, and so on. </p>"
1470            }
1471        },
1472        "com.amazonaws.lookoutequipment#InferenceInputConfiguration": {
1473            "type": "structure",
1474            "members": {
1475                "S3InputConfiguration": {
1476                    "target": "com.amazonaws.lookoutequipment#InferenceS3InputConfiguration",
1477                    "traits": {
1478                        "smithy.api#documentation": "<p> Specifies configuration information for the input data for the inference, including S3\n         location of input data.. </p>"
1479                    }
1480                },
1481                "InputTimeZoneOffset": {
1482                    "target": "com.amazonaws.lookoutequipment#TimeZoneOffset",
1483                    "traits": {
1484                        "smithy.api#documentation": "<p>Indicates the difference between your time zone and Greenwich Mean Time (GMT). </p>"
1485                    }
1486                },
1487                "InferenceInputNameConfiguration": {
1488                    "target": "com.amazonaws.lookoutequipment#InferenceInputNameConfiguration",
1489                    "traits": {
1490                        "smithy.api#documentation": "<p>Specifies configuration information for the input data for the inference, including\n         timestamp format and delimiter. </p>"
1491                    }
1492                }
1493            },
1494            "traits": {
1495                "smithy.api#documentation": "<p>Specifies configuration information for the input data for the inference, including S3\n         location of input data.. </p>"
1496            }
1497        },
1498        "com.amazonaws.lookoutequipment#InferenceInputNameConfiguration": {
1499            "type": "structure",
1500            "members": {
1501                "TimestampFormat": {
1502                    "target": "com.amazonaws.lookoutequipment#FileNameTimestampFormat",
1503                    "traits": {
1504                        "smithy.api#documentation": "<p>The format of the timestamp, whether Epoch time, or standard, with or without hyphens\n         (-). </p>"
1505                    }
1506                },
1507                "ComponentTimestampDelimiter": {
1508                    "target": "com.amazonaws.lookoutequipment#ComponentTimestampDelimiter",
1509                    "traits": {
1510                        "smithy.api#documentation": "<p>Indicates the delimiter character used between items in the data. </p>"
1511                    }
1512                }
1513            },
1514            "traits": {
1515                "smithy.api#documentation": "<p>Specifies configuration information for the input data for the inference, including\n         timestamp format and delimiter. </p>"
1516            }
1517        },
1518        "com.amazonaws.lookoutequipment#InferenceOutputConfiguration": {
1519            "type": "structure",
1520            "members": {
1521                "S3OutputConfiguration": {
1522                    "target": "com.amazonaws.lookoutequipment#InferenceS3OutputConfiguration",
1523                    "traits": {
1524                        "smithy.api#documentation": "<p> Specifies configuration information for the output results from for the inference,\n         output S3 location. </p>",
1525                        "smithy.api#required": {}
1526                    }
1527                },
1528                "KmsKeyId": {
1529                    "target": "com.amazonaws.lookoutequipment#NameOrArn",
1530                    "traits": {
1531                        "smithy.api#documentation": "<p>The ID number for the AWS KMS key used to encrypt the inference output. </p>"
1532                    }
1533                }
1534            },
1535            "traits": {
1536                "smithy.api#documentation": "<p> Specifies configuration information for the output results from for the inference,\n         including KMS key ID and output S3 location. </p>"
1537            }
1538        },
1539        "com.amazonaws.lookoutequipment#InferenceS3InputConfiguration": {
1540            "type": "structure",
1541            "members": {
1542                "Bucket": {
1543                    "target": "com.amazonaws.lookoutequipment#S3Bucket",
1544                    "traits": {
1545                        "smithy.api#documentation": "<p>The bucket containing the input dataset for the inference. </p>",
1546                        "smithy.api#required": {}
1547                    }
1548                },
1549                "Prefix": {
1550                    "target": "com.amazonaws.lookoutequipment#S3Prefix",
1551                    "traits": {
1552                        "smithy.api#documentation": "<p>The prefix for the S3 bucket used for the input data for the inference. </p>"
1553                    }
1554                }
1555            },
1556            "traits": {
1557                "smithy.api#documentation": "<p> Specifies configuration information for the input data for the inference, including\n         input data S3 location. </p>"
1558            }
1559        },
1560        "com.amazonaws.lookoutequipment#InferenceS3OutputConfiguration": {
1561            "type": "structure",
1562            "members": {
1563                "Bucket": {
1564                    "target": "com.amazonaws.lookoutequipment#S3Bucket",
1565                    "traits": {
1566                        "smithy.api#documentation": "<p> The bucket containing the output results from the inference </p>",
1567                        "smithy.api#required": {}
1568                    }
1569                },
1570                "Prefix": {
1571                    "target": "com.amazonaws.lookoutequipment#S3Prefix",
1572                    "traits": {
1573                        "smithy.api#documentation": "<p> The prefix for the S3 bucket used for the output results from the inference. </p>"
1574                    }
1575                }
1576            },
1577            "traits": {
1578                "smithy.api#documentation": "<p> Specifies configuration information for the output results from the inference,\n         including output S3 location. </p>"
1579            }
1580        },
1581        "com.amazonaws.lookoutequipment#InferenceSchedulerArn": {
1582            "type": "string",
1583            "traits": {
1584                "smithy.api#length": {
1585                    "min": 20,
1586                    "max": 2048
1587                },
1588                "smithy.api#pattern": "^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:inference-scheduler\\/.+$"
1589            }
1590        },
1591        "com.amazonaws.lookoutequipment#InferenceSchedulerIdentifier": {
1592            "type": "string",
1593            "traits": {
1594                "smithy.api#length": {
1595                    "min": 1,
1596                    "max": 200
1597                },
1598                "smithy.api#pattern": "^[0-9a-zA-Z_-]{1,200}$"
1599            }
1600        },
1601        "com.amazonaws.lookoutequipment#InferenceSchedulerName": {
1602            "type": "string",
1603            "traits": {
1604                "smithy.api#length": {
1605                    "min": 1,
1606                    "max": 200
1607                },
1608                "smithy.api#pattern": "^[0-9a-zA-Z_-]{1,200}$"
1609            }
1610        },
1611        "com.amazonaws.lookoutequipment#InferenceSchedulerStatus": {
1612            "type": "string",
1613            "traits": {
1614                "smithy.api#enum": [
1615                    {
1616                        "value": "PENDING",
1617                        "name": "PENDING"
1618                    },
1619                    {
1620                        "value": "RUNNING",
1621                        "name": "RUNNING"
1622                    },
1623                    {
1624                        "value": "STOPPING",
1625                        "name": "STOPPING"
1626                    },
1627                    {
1628                        "value": "STOPPED",
1629                        "name": "STOPPED"
1630                    }
1631                ]
1632            }
1633        },
1634        "com.amazonaws.lookoutequipment#InferenceSchedulerSummaries": {
1635            "type": "list",
1636            "member": {
1637                "target": "com.amazonaws.lookoutequipment#InferenceSchedulerSummary"
1638            }
1639        },
1640        "com.amazonaws.lookoutequipment#InferenceSchedulerSummary": {
1641            "type": "structure",
1642            "members": {
1643                "ModelName": {
1644                    "target": "com.amazonaws.lookoutequipment#ModelName",
1645                    "traits": {
1646                        "smithy.api#documentation": "<p>The name of the ML model used for the inference scheduler. </p>"
1647                    }
1648                },
1649                "ModelArn": {
1650                    "target": "com.amazonaws.lookoutequipment#ModelArn",
1651                    "traits": {
1652                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of the ML model used by the inference scheduler. </p>"
1653                    }
1654                },
1655                "InferenceSchedulerName": {
1656                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerName",
1657                    "traits": {
1658                        "smithy.api#documentation": "<p>The name of the inference scheduler. </p>"
1659                    }
1660                },
1661                "InferenceSchedulerArn": {
1662                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerArn",
1663                    "traits": {
1664                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of the inference scheduler. </p>"
1665                    }
1666                },
1667                "Status": {
1668                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerStatus",
1669                    "traits": {
1670                        "smithy.api#documentation": "<p>Indicates the status of the inference scheduler. </p>"
1671                    }
1672                },
1673                "DataDelayOffsetInMinutes": {
1674                    "target": "com.amazonaws.lookoutequipment#DataDelayOffsetInMinutes",
1675                    "traits": {
1676                        "smithy.api#documentation": "<p>A period of time (in minutes) by which inference on the data is delayed after the data\n         starts. For instance, if an offset delay time of five minutes was selected, inference will\n         not begin on the data until the first data measurement after the five minute mark. For example, if \n         five minutes is selected, the inference scheduler will wake up at the configured frequency with the \n         additional five minute delay time to check the customer S3 bucket. The customer can upload data at \n         the same frequency and they don't need to stop and restart the scheduler when uploading new data.\n      </p>"
1677                    }
1678                },
1679                "DataUploadFrequency": {
1680                    "target": "com.amazonaws.lookoutequipment#DataUploadFrequency",
1681                    "traits": {
1682                        "smithy.api#documentation": "<p>How often data is uploaded to the source S3 bucket for the input data. This value is the\n         length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment\n         will upload the real-time data to the source bucket once every 5 minutes. This frequency also\n         determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this\n         example, it starts once every 5 minutes. </p>"
1683                    }
1684                }
1685            },
1686            "traits": {
1687                "smithy.api#documentation": "<p>Contains information about the specific inference scheduler, including data delay\n         offset, model name and ARN, status, and so on. </p>"
1688            }
1689        },
1690        "com.amazonaws.lookoutequipment#IngestionInputConfiguration": {
1691            "type": "structure",
1692            "members": {
1693                "S3InputConfiguration": {
1694                    "target": "com.amazonaws.lookoutequipment#IngestionS3InputConfiguration",
1695                    "traits": {
1696                        "smithy.api#documentation": "<p>The location information for the S3 bucket used for input data for the data ingestion.\n      </p>",
1697                        "smithy.api#required": {}
1698                    }
1699                }
1700            },
1701            "traits": {
1702                "smithy.api#documentation": "<p> Specifies configuration information for the input data for the data ingestion job,\n         including input data S3 location. </p>"
1703            }
1704        },
1705        "com.amazonaws.lookoutequipment#IngestionJobId": {
1706            "type": "string",
1707            "traits": {
1708                "smithy.api#length": {
1709                    "min": 0,
1710                    "max": 32
1711                },
1712                "smithy.api#pattern": "^[A-Fa-f0-9]{0,32}$"
1713            }
1714        },
1715        "com.amazonaws.lookoutequipment#IngestionJobStatus": {
1716            "type": "string",
1717            "traits": {
1718                "smithy.api#enum": [
1719                    {
1720                        "value": "IN_PROGRESS",
1721                        "name": "IN_PROGRESS"
1722                    },
1723                    {
1724                        "value": "SUCCESS",
1725                        "name": "SUCCESS"
1726                    },
1727                    {
1728                        "value": "FAILED",
1729                        "name": "FAILED"
1730                    }
1731                ]
1732            }
1733        },
1734        "com.amazonaws.lookoutequipment#IngestionS3InputConfiguration": {
1735            "type": "structure",
1736            "members": {
1737                "Bucket": {
1738                    "target": "com.amazonaws.lookoutequipment#S3Bucket",
1739                    "traits": {
1740                        "smithy.api#documentation": "<p>The name of the S3 bucket used for the input data for the data ingestion. </p>",
1741                        "smithy.api#required": {}
1742                    }
1743                },
1744                "Prefix": {
1745                    "target": "com.amazonaws.lookoutequipment#S3Prefix",
1746                    "traits": {
1747                        "smithy.api#documentation": "<p>The prefix for the S3 location being used for the input data for the data ingestion.\n      </p>"
1748                    }
1749                }
1750            },
1751            "traits": {
1752                "smithy.api#documentation": "<p> Specifies S3 configuration information for the input data for the data ingestion job.\n      </p>"
1753            }
1754        },
1755        "com.amazonaws.lookoutequipment#InternalServerException": {
1756            "type": "structure",
1757            "members": {
1758                "Message": {
1759                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
1760                    "traits": {
1761                        "smithy.api#required": {}
1762                    }
1763                }
1764            },
1765            "traits": {
1766                "smithy.api#documentation": "<p> Processing of the request has failed because of an unknown error, exception or failure.\n      </p>",
1767                "smithy.api#error": "server",
1768                "smithy.api#httpError": 500
1769            }
1770        },
1771        "com.amazonaws.lookoutequipment#KmsKeyArn": {
1772            "type": "string",
1773            "traits": {
1774                "smithy.api#length": {
1775                    "min": 1,
1776                    "max": 1024
1777                },
1778                "smithy.api#pattern": "^arn:aws[a-z\\-]*:kms:[a-z0-9\\-]*:\\d{12}:[\\w\\-\\/]+$"
1779            }
1780        },
1781        "com.amazonaws.lookoutequipment#LabelsInputConfiguration": {
1782            "type": "structure",
1783            "members": {
1784                "S3InputConfiguration": {
1785                    "target": "com.amazonaws.lookoutequipment#LabelsS3InputConfiguration",
1786                    "traits": {
1787                        "smithy.api#documentation": "<p>Contains location information for the S3 location being used for label data. </p>",
1788                        "smithy.api#required": {}
1789                    }
1790                }
1791            },
1792            "traits": {
1793                "smithy.api#documentation": "<p>Contains the configuration information for the S3 location being used to hold label\n         data. </p>"
1794            }
1795        },
1796        "com.amazonaws.lookoutequipment#LabelsS3InputConfiguration": {
1797            "type": "structure",
1798            "members": {
1799                "Bucket": {
1800                    "target": "com.amazonaws.lookoutequipment#S3Bucket",
1801                    "traits": {
1802                        "smithy.api#documentation": "<p>The name of the S3 bucket holding the label data. </p>",
1803                        "smithy.api#required": {}
1804                    }
1805                },
1806                "Prefix": {
1807                    "target": "com.amazonaws.lookoutequipment#S3Prefix",
1808                    "traits": {
1809                        "smithy.api#documentation": "<p> The prefix for the S3 bucket used for the label data. </p>"
1810                    }
1811                }
1812            },
1813            "traits": {
1814                "smithy.api#documentation": "<p>The location information (prefix and bucket name) for the s3 location being used for\n         label data. </p>"
1815            }
1816        },
1817        "com.amazonaws.lookoutequipment#ListDataIngestionJobs": {
1818            "type": "operation",
1819            "input": {
1820                "target": "com.amazonaws.lookoutequipment#ListDataIngestionJobsRequest"
1821            },
1822            "output": {
1823                "target": "com.amazonaws.lookoutequipment#ListDataIngestionJobsResponse"
1824            },
1825            "errors": [
1826                {
1827                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
1828                },
1829                {
1830                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
1831                },
1832                {
1833                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
1834                },
1835                {
1836                    "target": "com.amazonaws.lookoutequipment#ValidationException"
1837                }
1838            ],
1839            "traits": {
1840                "smithy.api#documentation": "<p>Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location\n         of the input data, status, and so on. </p>",
1841                "smithy.api#paginated": {
1842                    "inputToken": "NextToken",
1843                    "outputToken": "NextToken",
1844                    "pageSize": "MaxResults"
1845                }
1846            }
1847        },
1848        "com.amazonaws.lookoutequipment#ListDataIngestionJobsRequest": {
1849            "type": "structure",
1850            "members": {
1851                "DatasetName": {
1852                    "target": "com.amazonaws.lookoutequipment#DatasetName",
1853                    "traits": {
1854                        "smithy.api#documentation": "<p>The name of the dataset being used for the data ingestion job. </p>"
1855                    }
1856                },
1857                "NextToken": {
1858                    "target": "com.amazonaws.lookoutequipment#NextToken",
1859                    "traits": {
1860                        "smithy.api#documentation": "<p> An opaque pagination token indicating where to continue the listing of data ingestion\n         jobs. </p>"
1861                    }
1862                },
1863                "MaxResults": {
1864                    "target": "com.amazonaws.lookoutequipment#MaxResults",
1865                    "traits": {
1866                        "smithy.api#documentation": "<p> Specifies the maximum number of data ingestion jobs to list. </p>"
1867                    }
1868                },
1869                "Status": {
1870                    "target": "com.amazonaws.lookoutequipment#IngestionJobStatus",
1871                    "traits": {
1872                        "smithy.api#documentation": "<p>Indicates the status of the data ingestion job. </p>"
1873                    }
1874                }
1875            }
1876        },
1877        "com.amazonaws.lookoutequipment#ListDataIngestionJobsResponse": {
1878            "type": "structure",
1879            "members": {
1880                "NextToken": {
1881                    "target": "com.amazonaws.lookoutequipment#NextToken",
1882                    "traits": {
1883                        "smithy.api#documentation": "<p> An opaque pagination token indicating where to continue the listing of data ingestion\n         jobs. </p>"
1884                    }
1885                },
1886                "DataIngestionJobSummaries": {
1887                    "target": "com.amazonaws.lookoutequipment#DataIngestionJobSummaries",
1888                    "traits": {
1889                        "smithy.api#documentation": "<p>Specifies information about the specific data ingestion job, including dataset name and\n         status. </p>"
1890                    }
1891                }
1892            }
1893        },
1894        "com.amazonaws.lookoutequipment#ListDatasets": {
1895            "type": "operation",
1896            "input": {
1897                "target": "com.amazonaws.lookoutequipment#ListDatasetsRequest"
1898            },
1899            "output": {
1900                "target": "com.amazonaws.lookoutequipment#ListDatasetsResponse"
1901            },
1902            "errors": [
1903                {
1904                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
1905                },
1906                {
1907                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
1908                },
1909                {
1910                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
1911                },
1912                {
1913                    "target": "com.amazonaws.lookoutequipment#ValidationException"
1914                }
1915            ],
1916            "traits": {
1917                "smithy.api#documentation": "<p>Lists all datasets currently available in your account, filtering on the dataset name.\n      </p>",
1918                "smithy.api#paginated": {
1919                    "inputToken": "NextToken",
1920                    "outputToken": "NextToken",
1921                    "pageSize": "MaxResults"
1922                }
1923            }
1924        },
1925        "com.amazonaws.lookoutequipment#ListDatasetsRequest": {
1926            "type": "structure",
1927            "members": {
1928                "NextToken": {
1929                    "target": "com.amazonaws.lookoutequipment#NextToken",
1930                    "traits": {
1931                        "smithy.api#documentation": "<p> An opaque pagination token indicating where to continue the listing of datasets.\n      </p>"
1932                    }
1933                },
1934                "MaxResults": {
1935                    "target": "com.amazonaws.lookoutequipment#MaxResults",
1936                    "traits": {
1937                        "smithy.api#documentation": "<p> Specifies the maximum number of datasets to list. </p>"
1938                    }
1939                },
1940                "DatasetNameBeginsWith": {
1941                    "target": "com.amazonaws.lookoutequipment#DatasetName",
1942                    "traits": {
1943                        "smithy.api#documentation": "<p>The beginning of the name of the datasets to be listed. </p>"
1944                    }
1945                }
1946            }
1947        },
1948        "com.amazonaws.lookoutequipment#ListDatasetsResponse": {
1949            "type": "structure",
1950            "members": {
1951                "NextToken": {
1952                    "target": "com.amazonaws.lookoutequipment#NextToken",
1953                    "traits": {
1954                        "smithy.api#documentation": "<p> An opaque pagination token indicating where to continue the listing of datasets.\n      </p>"
1955                    }
1956                },
1957                "DatasetSummaries": {
1958                    "target": "com.amazonaws.lookoutequipment#DatasetSummaries",
1959                    "traits": {
1960                        "smithy.api#documentation": "<p>Provides information about the specified dataset, including creation time, dataset ARN,\n         and status. </p>"
1961                    }
1962                }
1963            }
1964        },
1965        "com.amazonaws.lookoutequipment#ListInferenceExecutions": {
1966            "type": "operation",
1967            "input": {
1968                "target": "com.amazonaws.lookoutequipment#ListInferenceExecutionsRequest"
1969            },
1970            "output": {
1971                "target": "com.amazonaws.lookoutequipment#ListInferenceExecutionsResponse"
1972            },
1973            "errors": [
1974                {
1975                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
1976                },
1977                {
1978                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
1979                },
1980                {
1981                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
1982                },
1983                {
1984                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
1985                },
1986                {
1987                    "target": "com.amazonaws.lookoutequipment#ValidationException"
1988                }
1989            ],
1990            "traits": {
1991                "smithy.api#documentation": "<p> Lists all inference executions that have been performed by the specified inference\n         scheduler. </p>",
1992                "smithy.api#paginated": {
1993                    "inputToken": "NextToken",
1994                    "outputToken": "NextToken",
1995                    "pageSize": "MaxResults"
1996                }
1997            }
1998        },
1999        "com.amazonaws.lookoutequipment#ListInferenceExecutionsRequest": {
2000            "type": "structure",
2001            "members": {
2002                "NextToken": {
2003                    "target": "com.amazonaws.lookoutequipment#NextToken",
2004                    "traits": {
2005                        "smithy.api#documentation": "<p>An opaque pagination token indicating where to continue the listing of inference\n         executions.</p>"
2006                    }
2007                },
2008                "MaxResults": {
2009                    "target": "com.amazonaws.lookoutequipment#MaxResults",
2010                    "traits": {
2011                        "smithy.api#documentation": "<p>Specifies the maximum number of inference executions to list. </p>"
2012                    }
2013                },
2014                "InferenceSchedulerName": {
2015                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerIdentifier",
2016                    "traits": {
2017                        "smithy.api#documentation": "<p>The name of the inference scheduler for the inference execution listed. </p>",
2018                        "smithy.api#required": {}
2019                    }
2020                },
2021                "DataStartTimeAfter": {
2022                    "target": "com.amazonaws.lookoutequipment#Timestamp",
2023                    "traits": {
2024                        "smithy.api#documentation": "<p>The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the\n         inference execution. </p>"
2025                    }
2026                },
2027                "DataEndTimeBefore": {
2028                    "target": "com.amazonaws.lookoutequipment#Timestamp",
2029                    "traits": {
2030                        "smithy.api#documentation": "<p>The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the\n         inference execution. </p>"
2031                    }
2032                },
2033                "Status": {
2034                    "target": "com.amazonaws.lookoutequipment#InferenceExecutionStatus",
2035                    "traits": {
2036                        "smithy.api#documentation": "<p>The status of the inference execution. </p>"
2037                    }
2038                }
2039            }
2040        },
2041        "com.amazonaws.lookoutequipment#ListInferenceExecutionsResponse": {
2042            "type": "structure",
2043            "members": {
2044                "NextToken": {
2045                    "target": "com.amazonaws.lookoutequipment#NextToken",
2046                    "traits": {
2047                        "smithy.api#documentation": "<p> An opaque pagination token indicating where to continue the listing of inference\n         executions. </p>"
2048                    }
2049                },
2050                "InferenceExecutionSummaries": {
2051                    "target": "com.amazonaws.lookoutequipment#InferenceExecutionSummaries",
2052                    "traits": {
2053                        "smithy.api#documentation": "<p>Provides an array of information about the individual inference executions returned from\n         the <code>ListInferenceExecutions</code> operation, including model used, inference\n         scheduler, data configuration, and so on. </p>"
2054                    }
2055                }
2056            }
2057        },
2058        "com.amazonaws.lookoutequipment#ListInferenceSchedulers": {
2059            "type": "operation",
2060            "input": {
2061                "target": "com.amazonaws.lookoutequipment#ListInferenceSchedulersRequest"
2062            },
2063            "output": {
2064                "target": "com.amazonaws.lookoutequipment#ListInferenceSchedulersResponse"
2065            },
2066            "errors": [
2067                {
2068                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
2069                },
2070                {
2071                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
2072                },
2073                {
2074                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
2075                },
2076                {
2077                    "target": "com.amazonaws.lookoutequipment#ValidationException"
2078                }
2079            ],
2080            "traits": {
2081                "smithy.api#documentation": "<p>Retrieves a list of all inference schedulers currently available for your account.\n      </p>",
2082                "smithy.api#paginated": {
2083                    "inputToken": "NextToken",
2084                    "outputToken": "NextToken",
2085                    "pageSize": "MaxResults"
2086                }
2087            }
2088        },
2089        "com.amazonaws.lookoutequipment#ListInferenceSchedulersRequest": {
2090            "type": "structure",
2091            "members": {
2092                "NextToken": {
2093                    "target": "com.amazonaws.lookoutequipment#NextToken",
2094                    "traits": {
2095                        "smithy.api#documentation": "<p> An opaque pagination token indicating where to continue the listing of inference\n         schedulers. </p>"
2096                    }
2097                },
2098                "MaxResults": {
2099                    "target": "com.amazonaws.lookoutequipment#MaxResults",
2100                    "traits": {
2101                        "smithy.api#documentation": "<p> Specifies the maximum number of inference schedulers to list. </p>"
2102                    }
2103                },
2104                "InferenceSchedulerNameBeginsWith": {
2105                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerIdentifier",
2106                    "traits": {
2107                        "smithy.api#documentation": "<p>The beginning of the name of the inference schedulers to be listed. </p>"
2108                    }
2109                },
2110                "ModelName": {
2111                    "target": "com.amazonaws.lookoutequipment#ModelName",
2112                    "traits": {
2113                        "smithy.api#documentation": "<p>The name of the ML model used by the inference scheduler to be listed. </p>"
2114                    }
2115                }
2116            }
2117        },
2118        "com.amazonaws.lookoutequipment#ListInferenceSchedulersResponse": {
2119            "type": "structure",
2120            "members": {
2121                "NextToken": {
2122                    "target": "com.amazonaws.lookoutequipment#NextToken",
2123                    "traits": {
2124                        "smithy.api#documentation": "<p> An opaque pagination token indicating where to continue the listing of inference\n         schedulers. </p>"
2125                    }
2126                },
2127                "InferenceSchedulerSummaries": {
2128                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerSummaries",
2129                    "traits": {
2130                        "smithy.api#documentation": "<p>Provides information about the specified inference scheduler, including data upload\n         frequency, model name and ARN, and status. </p>"
2131                    }
2132                }
2133            }
2134        },
2135        "com.amazonaws.lookoutequipment#ListModels": {
2136            "type": "operation",
2137            "input": {
2138                "target": "com.amazonaws.lookoutequipment#ListModelsRequest"
2139            },
2140            "output": {
2141                "target": "com.amazonaws.lookoutequipment#ListModelsResponse"
2142            },
2143            "errors": [
2144                {
2145                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
2146                },
2147                {
2148                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
2149                },
2150                {
2151                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
2152                },
2153                {
2154                    "target": "com.amazonaws.lookoutequipment#ValidationException"
2155                }
2156            ],
2157            "traits": {
2158                "smithy.api#documentation": "<p>Generates a list of all models in the account, including model name and ARN, dataset,\n         and status. </p>",
2159                "smithy.api#paginated": {
2160                    "inputToken": "NextToken",
2161                    "outputToken": "NextToken",
2162                    "pageSize": "MaxResults"
2163                }
2164            }
2165        },
2166        "com.amazonaws.lookoutequipment#ListModelsRequest": {
2167            "type": "structure",
2168            "members": {
2169                "NextToken": {
2170                    "target": "com.amazonaws.lookoutequipment#NextToken",
2171                    "traits": {
2172                        "smithy.api#documentation": "<p> An opaque pagination token indicating where to continue the listing of ML models.\n      </p>"
2173                    }
2174                },
2175                "MaxResults": {
2176                    "target": "com.amazonaws.lookoutequipment#MaxResults",
2177                    "traits": {
2178                        "smithy.api#documentation": "<p> Specifies the maximum number of ML models to list. </p>"
2179                    }
2180                },
2181                "Status": {
2182                    "target": "com.amazonaws.lookoutequipment#ModelStatus",
2183                    "traits": {
2184                        "smithy.api#documentation": "<p>The status of the ML model. </p>"
2185                    }
2186                },
2187                "ModelNameBeginsWith": {
2188                    "target": "com.amazonaws.lookoutequipment#ModelName",
2189                    "traits": {
2190                        "smithy.api#documentation": "<p>The beginning of the name of the ML models being listed. </p>"
2191                    }
2192                },
2193                "DatasetNameBeginsWith": {
2194                    "target": "com.amazonaws.lookoutequipment#DatasetName",
2195                    "traits": {
2196                        "smithy.api#documentation": "<p>The beginning of the name of the dataset of the ML models to be listed. </p>"
2197                    }
2198                }
2199            }
2200        },
2201        "com.amazonaws.lookoutequipment#ListModelsResponse": {
2202            "type": "structure",
2203            "members": {
2204                "NextToken": {
2205                    "target": "com.amazonaws.lookoutequipment#NextToken",
2206                    "traits": {
2207                        "smithy.api#documentation": "<p> An opaque pagination token indicating where to continue the listing of ML models.\n      </p>"
2208                    }
2209                },
2210                "ModelSummaries": {
2211                    "target": "com.amazonaws.lookoutequipment#ModelSummaries",
2212                    "traits": {
2213                        "smithy.api#documentation": "<p>Provides information on the specified model, including created time, model and dataset\n         ARNs, and status. </p>"
2214                    }
2215                }
2216            }
2217        },
2218        "com.amazonaws.lookoutequipment#ListTagsForResource": {
2219            "type": "operation",
2220            "input": {
2221                "target": "com.amazonaws.lookoutequipment#ListTagsForResourceRequest"
2222            },
2223            "output": {
2224                "target": "com.amazonaws.lookoutequipment#ListTagsForResourceResponse"
2225            },
2226            "errors": [
2227                {
2228                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
2229                },
2230                {
2231                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
2232                },
2233                {
2234                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
2235                },
2236                {
2237                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
2238                },
2239                {
2240                    "target": "com.amazonaws.lookoutequipment#ValidationException"
2241                }
2242            ],
2243            "traits": {
2244                "smithy.api#documentation": "<p>Lists all the tags for a specified resource, including key and value. </p>"
2245            }
2246        },
2247        "com.amazonaws.lookoutequipment#ListTagsForResourceRequest": {
2248            "type": "structure",
2249            "members": {
2250                "ResourceArn": {
2251                    "target": "com.amazonaws.lookoutequipment#AmazonResourceArn",
2252                    "traits": {
2253                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource (such as the dataset or model) that is\n         the focus of the <code>ListTagsForResource</code> operation. </p>",
2254                        "smithy.api#required": {}
2255                    }
2256                }
2257            }
2258        },
2259        "com.amazonaws.lookoutequipment#ListTagsForResourceResponse": {
2260            "type": "structure",
2261            "members": {
2262                "Tags": {
2263                    "target": "com.amazonaws.lookoutequipment#TagList",
2264                    "traits": {
2265                        "smithy.api#documentation": "<p> Any tags associated with the resource. </p>"
2266                    }
2267                }
2268            }
2269        },
2270        "com.amazonaws.lookoutequipment#MaxResults": {
2271            "type": "integer",
2272            "traits": {
2273                "smithy.api#box": {},
2274                "smithy.api#range": {
2275                    "min": 1,
2276                    "max": 500
2277                }
2278            }
2279        },
2280        "com.amazonaws.lookoutequipment#ModelArn": {
2281            "type": "string",
2282            "traits": {
2283                "smithy.api#length": {
2284                    "min": 20,
2285                    "max": 2048
2286                },
2287                "smithy.api#pattern": "^arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\\-]*:[0-9]{12}:model\\/.+$"
2288            }
2289        },
2290        "com.amazonaws.lookoutequipment#ModelName": {
2291            "type": "string",
2292            "traits": {
2293                "smithy.api#length": {
2294                    "min": 1,
2295                    "max": 200
2296                },
2297                "smithy.api#pattern": "^[0-9a-zA-Z_-]{1,200}$"
2298            }
2299        },
2300        "com.amazonaws.lookoutequipment#ModelStatus": {
2301            "type": "string",
2302            "traits": {
2303                "smithy.api#enum": [
2304                    {
2305                        "value": "IN_PROGRESS",
2306                        "name": "IN_PROGRESS"
2307                    },
2308                    {
2309                        "value": "SUCCESS",
2310                        "name": "SUCCESS"
2311                    },
2312                    {
2313                        "value": "FAILED",
2314                        "name": "FAILED"
2315                    }
2316                ]
2317            }
2318        },
2319        "com.amazonaws.lookoutequipment#ModelSummaries": {
2320            "type": "list",
2321            "member": {
2322                "target": "com.amazonaws.lookoutequipment#ModelSummary"
2323            }
2324        },
2325        "com.amazonaws.lookoutequipment#ModelSummary": {
2326            "type": "structure",
2327            "members": {
2328                "ModelName": {
2329                    "target": "com.amazonaws.lookoutequipment#ModelName",
2330                    "traits": {
2331                        "smithy.api#documentation": "<p>The name of the ML model. </p>"
2332                    }
2333                },
2334                "ModelArn": {
2335                    "target": "com.amazonaws.lookoutequipment#ModelArn",
2336                    "traits": {
2337                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of the ML model. </p>"
2338                    }
2339                },
2340                "DatasetName": {
2341                    "target": "com.amazonaws.lookoutequipment#DatasetName",
2342                    "traits": {
2343                        "smithy.api#documentation": "<p>The name of the dataset being used for the ML model. </p>"
2344                    }
2345                },
2346                "DatasetArn": {
2347                    "target": "com.amazonaws.lookoutequipment#DatasetArn",
2348                    "traits": {
2349                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of the dataset used to create the model. </p>"
2350                    }
2351                },
2352                "Status": {
2353                    "target": "com.amazonaws.lookoutequipment#ModelStatus",
2354                    "traits": {
2355                        "smithy.api#documentation": "<p>Indicates the status of the ML model. </p>"
2356                    }
2357                },
2358                "CreatedAt": {
2359                    "target": "com.amazonaws.lookoutequipment#Timestamp",
2360                    "traits": {
2361                        "smithy.api#documentation": "<p>The time at which the specific model was created. </p>"
2362                    }
2363                }
2364            },
2365            "traits": {
2366                "smithy.api#documentation": "<p>Provides information about the specified ML model, including dataset and model names and\n         ARNs, as well as status. </p>"
2367            }
2368        },
2369        "com.amazonaws.lookoutequipment#NameOrArn": {
2370            "type": "string",
2371            "traits": {
2372                "smithy.api#length": {
2373                    "min": 1,
2374                    "max": 2048
2375                },
2376                "smithy.api#pattern": "^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$"
2377            }
2378        },
2379        "com.amazonaws.lookoutequipment#NextToken": {
2380            "type": "string",
2381            "traits": {
2382                "smithy.api#length": {
2383                    "min": 0,
2384                    "max": 8192
2385                },
2386                "smithy.api#pattern": "^\\p{ASCII}{0,8192}$"
2387            }
2388        },
2389        "com.amazonaws.lookoutequipment#OffCondition": {
2390            "type": "string",
2391            "traits": {
2392                "smithy.api#length": {
2393                    "min": 1,
2394                    "max": 2048
2395                }
2396            }
2397        },
2398        "com.amazonaws.lookoutequipment#ResourceNotFoundException": {
2399            "type": "structure",
2400            "members": {
2401                "Message": {
2402                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
2403                    "traits": {
2404                        "smithy.api#required": {}
2405                    }
2406                }
2407            },
2408            "traits": {
2409                "smithy.api#documentation": "<p> The resource requested could not be found. Verify the resource ID and retry your\n         request. </p>",
2410                "smithy.api#error": "client",
2411                "smithy.api#httpError": 404
2412            }
2413        },
2414        "com.amazonaws.lookoutequipment#S3Bucket": {
2415            "type": "string",
2416            "traits": {
2417                "smithy.api#length": {
2418                    "min": 3,
2419                    "max": 63
2420                },
2421                "smithy.api#pattern": "^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$"
2422            }
2423        },
2424        "com.amazonaws.lookoutequipment#S3Key": {
2425            "type": "string",
2426            "traits": {
2427                "smithy.api#length": {
2428                    "min": 1,
2429                    "max": 1024
2430                },
2431                "smithy.api#pattern": "^[\\P{M}\\p{M}]{1,1024}[^/]$"
2432            }
2433        },
2434        "com.amazonaws.lookoutequipment#S3Object": {
2435            "type": "structure",
2436            "members": {
2437                "Bucket": {
2438                    "target": "com.amazonaws.lookoutequipment#S3Bucket",
2439                    "traits": {
2440                        "smithy.api#documentation": "<p>The name of the specific S3 bucket. </p>",
2441                        "smithy.api#required": {}
2442                    }
2443                },
2444                "Key": {
2445                    "target": "com.amazonaws.lookoutequipment#S3Key",
2446                    "traits": {
2447                        "smithy.api#documentation": "<p>The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object.\n         Without this key, data in the bucket is not accessible. </p>",
2448                        "smithy.api#required": {}
2449                    }
2450                }
2451            },
2452            "traits": {
2453                "smithy.api#documentation": "<p>Contains information about an S3 bucket. </p>"
2454            }
2455        },
2456        "com.amazonaws.lookoutequipment#S3Prefix": {
2457            "type": "string",
2458            "traits": {
2459                "smithy.api#length": {
2460                    "min": 0,
2461                    "max": 1024
2462                },
2463                "smithy.api#pattern": "^(^$)|([\\P{M}\\p{M}]{1,1023}/$)$"
2464            }
2465        },
2466        "com.amazonaws.lookoutequipment#ServiceQuotaExceededException": {
2467            "type": "structure",
2468            "members": {
2469                "Message": {
2470                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
2471                    "traits": {
2472                        "smithy.api#required": {}
2473                    }
2474                }
2475            },
2476            "traits": {
2477                "smithy.api#documentation": "<p> Resource limitations have been exceeded. </p>",
2478                "smithy.api#error": "client",
2479                "smithy.api#httpError": 402
2480            }
2481        },
2482        "com.amazonaws.lookoutequipment#StartDataIngestionJob": {
2483            "type": "operation",
2484            "input": {
2485                "target": "com.amazonaws.lookoutequipment#StartDataIngestionJobRequest"
2486            },
2487            "output": {
2488                "target": "com.amazonaws.lookoutequipment#StartDataIngestionJobResponse"
2489            },
2490            "errors": [
2491                {
2492                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
2493                },
2494                {
2495                    "target": "com.amazonaws.lookoutequipment#ConflictException"
2496                },
2497                {
2498                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
2499                },
2500                {
2501                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
2502                },
2503                {
2504                    "target": "com.amazonaws.lookoutequipment#ServiceQuotaExceededException"
2505                },
2506                {
2507                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
2508                },
2509                {
2510                    "target": "com.amazonaws.lookoutequipment#ValidationException"
2511                }
2512            ],
2513            "traits": {
2514                "smithy.api#documentation": "<p>Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. </p>"
2515            }
2516        },
2517        "com.amazonaws.lookoutequipment#StartDataIngestionJobRequest": {
2518            "type": "structure",
2519            "members": {
2520                "DatasetName": {
2521                    "target": "com.amazonaws.lookoutequipment#DatasetIdentifier",
2522                    "traits": {
2523                        "smithy.api#documentation": "<p>The name of the dataset being used by the data ingestion job. </p>",
2524                        "smithy.api#required": {}
2525                    }
2526                },
2527                "IngestionInputConfiguration": {
2528                    "target": "com.amazonaws.lookoutequipment#IngestionInputConfiguration",
2529                    "traits": {
2530                        "smithy.api#documentation": "<p> Specifies information for the input data for the data ingestion job, including dataset\n         S3 location. </p>",
2531                        "smithy.api#required": {}
2532                    }
2533                },
2534                "RoleArn": {
2535                    "target": "com.amazonaws.lookoutequipment#IamRoleArn",
2536                    "traits": {
2537                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of a role with permission to access the data source for\n         the data ingestion job. </p>",
2538                        "smithy.api#required": {}
2539                    }
2540                },
2541                "ClientToken": {
2542                    "target": "com.amazonaws.lookoutequipment#IdempotenceToken",
2543                    "traits": {
2544                        "smithy.api#documentation": "<p> A unique identifier for the request. If you do not set the client request token, Amazon\n         Lookout for Equipment generates one. </p>",
2545                        "smithy.api#idempotencyToken": {},
2546                        "smithy.api#required": {}
2547                    }
2548                }
2549            }
2550        },
2551        "com.amazonaws.lookoutequipment#StartDataIngestionJobResponse": {
2552            "type": "structure",
2553            "members": {
2554                "JobId": {
2555                    "target": "com.amazonaws.lookoutequipment#IngestionJobId",
2556                    "traits": {
2557                        "smithy.api#documentation": "<p>Indicates the job ID of the data ingestion job. </p>"
2558                    }
2559                },
2560                "Status": {
2561                    "target": "com.amazonaws.lookoutequipment#IngestionJobStatus",
2562                    "traits": {
2563                        "smithy.api#documentation": "<p>Indicates the status of the <code>StartDataIngestionJob</code> operation. </p>"
2564                    }
2565                }
2566            }
2567        },
2568        "com.amazonaws.lookoutequipment#StartInferenceScheduler": {
2569            "type": "operation",
2570            "input": {
2571                "target": "com.amazonaws.lookoutequipment#StartInferenceSchedulerRequest"
2572            },
2573            "output": {
2574                "target": "com.amazonaws.lookoutequipment#StartInferenceSchedulerResponse"
2575            },
2576            "errors": [
2577                {
2578                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
2579                },
2580                {
2581                    "target": "com.amazonaws.lookoutequipment#ConflictException"
2582                },
2583                {
2584                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
2585                },
2586                {
2587                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
2588                },
2589                {
2590                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
2591                },
2592                {
2593                    "target": "com.amazonaws.lookoutequipment#ValidationException"
2594                }
2595            ],
2596            "traits": {
2597                "smithy.api#documentation": "<p>Starts an inference scheduler. </p>"
2598            }
2599        },
2600        "com.amazonaws.lookoutequipment#StartInferenceSchedulerRequest": {
2601            "type": "structure",
2602            "members": {
2603                "InferenceSchedulerName": {
2604                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerIdentifier",
2605                    "traits": {
2606                        "smithy.api#documentation": "<p>The name of the inference scheduler to be started. </p>",
2607                        "smithy.api#required": {}
2608                    }
2609                }
2610            }
2611        },
2612        "com.amazonaws.lookoutequipment#StartInferenceSchedulerResponse": {
2613            "type": "structure",
2614            "members": {
2615                "ModelArn": {
2616                    "target": "com.amazonaws.lookoutequipment#ModelArn",
2617                    "traits": {
2618                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the ML model being used by the inference scheduler.\n      </p>"
2619                    }
2620                },
2621                "ModelName": {
2622                    "target": "com.amazonaws.lookoutequipment#ModelName",
2623                    "traits": {
2624                        "smithy.api#documentation": "<p>The name of the ML model being used by the inference scheduler. </p>"
2625                    }
2626                },
2627                "InferenceSchedulerName": {
2628                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerName",
2629                    "traits": {
2630                        "smithy.api#documentation": "<p>The name of the inference scheduler being started. </p>"
2631                    }
2632                },
2633                "InferenceSchedulerArn": {
2634                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerArn",
2635                    "traits": {
2636                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the inference scheduler being started. </p>"
2637                    }
2638                },
2639                "Status": {
2640                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerStatus",
2641                    "traits": {
2642                        "smithy.api#documentation": "<p>Indicates the status of the inference scheduler. </p>"
2643                    }
2644                }
2645            }
2646        },
2647        "com.amazonaws.lookoutequipment#StopInferenceScheduler": {
2648            "type": "operation",
2649            "input": {
2650                "target": "com.amazonaws.lookoutequipment#StopInferenceSchedulerRequest"
2651            },
2652            "output": {
2653                "target": "com.amazonaws.lookoutequipment#StopInferenceSchedulerResponse"
2654            },
2655            "errors": [
2656                {
2657                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
2658                },
2659                {
2660                    "target": "com.amazonaws.lookoutequipment#ConflictException"
2661                },
2662                {
2663                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
2664                },
2665                {
2666                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
2667                },
2668                {
2669                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
2670                },
2671                {
2672                    "target": "com.amazonaws.lookoutequipment#ValidationException"
2673                }
2674            ],
2675            "traits": {
2676                "smithy.api#documentation": "<p>Stops an inference scheduler. </p>"
2677            }
2678        },
2679        "com.amazonaws.lookoutequipment#StopInferenceSchedulerRequest": {
2680            "type": "structure",
2681            "members": {
2682                "InferenceSchedulerName": {
2683                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerIdentifier",
2684                    "traits": {
2685                        "smithy.api#documentation": "<p>The name of the inference scheduler to be stopped. </p>",
2686                        "smithy.api#required": {}
2687                    }
2688                }
2689            }
2690        },
2691        "com.amazonaws.lookoutequipment#StopInferenceSchedulerResponse": {
2692            "type": "structure",
2693            "members": {
2694                "ModelArn": {
2695                    "target": "com.amazonaws.lookoutequipment#ModelArn",
2696                    "traits": {
2697                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the ML model used by the inference scheduler being\n         stopped. </p>"
2698                    }
2699                },
2700                "ModelName": {
2701                    "target": "com.amazonaws.lookoutequipment#ModelName",
2702                    "traits": {
2703                        "smithy.api#documentation": "<p>The name of the ML model used by the inference scheduler being stopped. </p>"
2704                    }
2705                },
2706                "InferenceSchedulerName": {
2707                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerName",
2708                    "traits": {
2709                        "smithy.api#documentation": "<p>The name of the inference scheduler being stopped. </p>"
2710                    }
2711                },
2712                "InferenceSchedulerArn": {
2713                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerArn",
2714                    "traits": {
2715                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the inference schedule being stopped. </p>"
2716                    }
2717                },
2718                "Status": {
2719                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerStatus",
2720                    "traits": {
2721                        "smithy.api#documentation": "<p>Indicates the status of the inference scheduler. </p>"
2722                    }
2723                }
2724            }
2725        },
2726        "com.amazonaws.lookoutequipment#SynthesizedJsonInlineDataSchema": {
2727            "type": "string",
2728            "traits": {
2729                "smithy.api#length": {
2730                    "min": 1,
2731                    "max": 1000000
2732                },
2733                "smithy.api#mediaType": "application/json"
2734            }
2735        },
2736        "com.amazonaws.lookoutequipment#SynthesizedJsonModelMetrics": {
2737            "type": "string",
2738            "traits": {
2739                "smithy.api#length": {
2740                    "min": 1,
2741                    "max": 50000
2742                },
2743                "smithy.api#mediaType": "application/json"
2744            }
2745        },
2746        "com.amazonaws.lookoutequipment#Tag": {
2747            "type": "structure",
2748            "members": {
2749                "Key": {
2750                    "target": "com.amazonaws.lookoutequipment#TagKey",
2751                    "traits": {
2752                        "smithy.api#documentation": "<p>The key for the specified tag. </p>",
2753                        "smithy.api#required": {}
2754                    }
2755                },
2756                "Value": {
2757                    "target": "com.amazonaws.lookoutequipment#TagValue",
2758                    "traits": {
2759                        "smithy.api#documentation": "<p>The value for the specified tag. </p>",
2760                        "smithy.api#required": {}
2761                    }
2762                }
2763            },
2764            "traits": {
2765                "smithy.api#documentation": "<p>A tag is a key-value pair that can be added to a resource as metadata. </p>"
2766            }
2767        },
2768        "com.amazonaws.lookoutequipment#TagKey": {
2769            "type": "string",
2770            "traits": {
2771                "smithy.api#length": {
2772                    "min": 1,
2773                    "max": 128
2774                },
2775                "smithy.api#pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$"
2776            }
2777        },
2778        "com.amazonaws.lookoutequipment#TagKeyList": {
2779            "type": "list",
2780            "member": {
2781                "target": "com.amazonaws.lookoutequipment#TagKey"
2782            },
2783            "traits": {
2784                "smithy.api#length": {
2785                    "min": 0,
2786                    "max": 200
2787                }
2788            }
2789        },
2790        "com.amazonaws.lookoutequipment#TagList": {
2791            "type": "list",
2792            "member": {
2793                "target": "com.amazonaws.lookoutequipment#Tag"
2794            },
2795            "traits": {
2796                "smithy.api#length": {
2797                    "min": 0,
2798                    "max": 200
2799                }
2800            }
2801        },
2802        "com.amazonaws.lookoutequipment#TagResource": {
2803            "type": "operation",
2804            "input": {
2805                "target": "com.amazonaws.lookoutequipment#TagResourceRequest"
2806            },
2807            "output": {
2808                "target": "com.amazonaws.lookoutequipment#TagResourceResponse"
2809            },
2810            "errors": [
2811                {
2812                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
2813                },
2814                {
2815                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
2816                },
2817                {
2818                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
2819                },
2820                {
2821                    "target": "com.amazonaws.lookoutequipment#ServiceQuotaExceededException"
2822                },
2823                {
2824                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
2825                },
2826                {
2827                    "target": "com.amazonaws.lookoutequipment#ValidationException"
2828                }
2829            ],
2830            "traits": {
2831                "smithy.api#documentation": "<p>Associates a given tag to a resource in your account. A tag is a key-value pair which\n         can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your\n         resources as well as helping you to search and filter by tag. Multiple tags can be added to\n         a resource, either when you create it, or later. Up to 50 tags can be associated with each\n         resource. </p>"
2832            }
2833        },
2834        "com.amazonaws.lookoutequipment#TagResourceRequest": {
2835            "type": "structure",
2836            "members": {
2837                "ResourceArn": {
2838                    "target": "com.amazonaws.lookoutequipment#AmazonResourceArn",
2839                    "traits": {
2840                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the specific resource to which the tag should be\n         associated. </p>",
2841                        "smithy.api#required": {}
2842                    }
2843                },
2844                "Tags": {
2845                    "target": "com.amazonaws.lookoutequipment#TagList",
2846                    "traits": {
2847                        "smithy.api#documentation": "<p>The tag or tags to be associated with a specific resource. Both the tag key and value\n         are specified. </p>",
2848                        "smithy.api#required": {}
2849                    }
2850                }
2851            }
2852        },
2853        "com.amazonaws.lookoutequipment#TagResourceResponse": {
2854            "type": "structure",
2855            "members": {}
2856        },
2857        "com.amazonaws.lookoutequipment#TagValue": {
2858            "type": "string",
2859            "traits": {
2860                "smithy.api#length": {
2861                    "min": 0,
2862                    "max": 256
2863                },
2864                "smithy.api#pattern": "^[\\s\\w+-=\\.:/@]*$"
2865            }
2866        },
2867        "com.amazonaws.lookoutequipment#TargetSamplingRate": {
2868            "type": "string",
2869            "traits": {
2870                "smithy.api#enum": [
2871                    {
2872                        "value": "PT1S",
2873                        "name": "PT1S"
2874                    },
2875                    {
2876                        "value": "PT5S",
2877                        "name": "PT5S"
2878                    },
2879                    {
2880                        "value": "PT10S",
2881                        "name": "PT10S"
2882                    },
2883                    {
2884                        "value": "PT15S",
2885                        "name": "PT15S"
2886                    },
2887                    {
2888                        "value": "PT30S",
2889                        "name": "PT30S"
2890                    },
2891                    {
2892                        "value": "PT1M",
2893                        "name": "PT1M"
2894                    },
2895                    {
2896                        "value": "PT5M",
2897                        "name": "PT5M"
2898                    },
2899                    {
2900                        "value": "PT10M",
2901                        "name": "PT10M"
2902                    },
2903                    {
2904                        "value": "PT15M",
2905                        "name": "PT15M"
2906                    },
2907                    {
2908                        "value": "PT30M",
2909                        "name": "PT30M"
2910                    },
2911                    {
2912                        "value": "PT1H",
2913                        "name": "PT1H"
2914                    }
2915                ]
2916            }
2917        },
2918        "com.amazonaws.lookoutequipment#ThrottlingException": {
2919            "type": "structure",
2920            "members": {
2921                "Message": {
2922                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
2923                    "traits": {
2924                        "smithy.api#required": {}
2925                    }
2926                }
2927            },
2928            "traits": {
2929                "smithy.api#documentation": "<p>The request was denied due to request throttling.</p>",
2930                "smithy.api#error": "client",
2931                "smithy.api#httpError": 429
2932            }
2933        },
2934        "com.amazonaws.lookoutequipment#TimeZoneOffset": {
2935            "type": "string",
2936            "traits": {
2937                "smithy.api#pattern": "^(\\+|\\-)[0-9]{2}\\:[0-9]{2}$"
2938            }
2939        },
2940        "com.amazonaws.lookoutequipment#Timestamp": {
2941            "type": "timestamp"
2942        },
2943        "com.amazonaws.lookoutequipment#UntagResource": {
2944            "type": "operation",
2945            "input": {
2946                "target": "com.amazonaws.lookoutequipment#UntagResourceRequest"
2947            },
2948            "output": {
2949                "target": "com.amazonaws.lookoutequipment#UntagResourceResponse"
2950            },
2951            "errors": [
2952                {
2953                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
2954                },
2955                {
2956                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
2957                },
2958                {
2959                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
2960                },
2961                {
2962                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
2963                },
2964                {
2965                    "target": "com.amazonaws.lookoutequipment#ValidationException"
2966                }
2967            ],
2968            "traits": {
2969                "smithy.api#documentation": "<p>Removes a specific tag from a given resource. The tag is specified by its key. </p>"
2970            }
2971        },
2972        "com.amazonaws.lookoutequipment#UntagResourceRequest": {
2973            "type": "structure",
2974            "members": {
2975                "ResourceArn": {
2976                    "target": "com.amazonaws.lookoutequipment#AmazonResourceArn",
2977                    "traits": {
2978                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource to which the tag is currently associated.\n      </p>",
2979                        "smithy.api#required": {}
2980                    }
2981                },
2982                "TagKeys": {
2983                    "target": "com.amazonaws.lookoutequipment#TagKeyList",
2984                    "traits": {
2985                        "smithy.api#documentation": "<p>Specifies the key of the tag to be removed from a specified resource. </p>",
2986                        "smithy.api#required": {}
2987                    }
2988                }
2989            }
2990        },
2991        "com.amazonaws.lookoutequipment#UntagResourceResponse": {
2992            "type": "structure",
2993            "members": {}
2994        },
2995        "com.amazonaws.lookoutequipment#UpdateInferenceScheduler": {
2996            "type": "operation",
2997            "input": {
2998                "target": "com.amazonaws.lookoutequipment#UpdateInferenceSchedulerRequest"
2999            },
3000            "errors": [
3001                {
3002                    "target": "com.amazonaws.lookoutequipment#AccessDeniedException"
3003                },
3004                {
3005                    "target": "com.amazonaws.lookoutequipment#ConflictException"
3006                },
3007                {
3008                    "target": "com.amazonaws.lookoutequipment#InternalServerException"
3009                },
3010                {
3011                    "target": "com.amazonaws.lookoutequipment#ResourceNotFoundException"
3012                },
3013                {
3014                    "target": "com.amazonaws.lookoutequipment#ThrottlingException"
3015                },
3016                {
3017                    "target": "com.amazonaws.lookoutequipment#ValidationException"
3018                }
3019            ],
3020            "traits": {
3021                "smithy.api#documentation": "<p>Updates an inference scheduler. </p>"
3022            }
3023        },
3024        "com.amazonaws.lookoutequipment#UpdateInferenceSchedulerRequest": {
3025            "type": "structure",
3026            "members": {
3027                "InferenceSchedulerName": {
3028                    "target": "com.amazonaws.lookoutequipment#InferenceSchedulerIdentifier",
3029                    "traits": {
3030                        "smithy.api#documentation": "<p>The name of the inference scheduler to be updated. </p>",
3031                        "smithy.api#required": {}
3032                    }
3033                },
3034                "DataDelayOffsetInMinutes": {
3035                    "target": "com.amazonaws.lookoutequipment#DataDelayOffsetInMinutes",
3036                    "traits": {
3037                        "smithy.api#documentation": "<p> A period of time (in minutes) by which inference on the data is delayed after the data\n         starts. For instance, if you select an offset delay time of five minutes, inference will\n         not begin on the data until the first data measurement after the five minute mark. For example, if \n         five minutes is selected, the inference scheduler will wake up at the configured frequency with the \n         additional five minute delay time to check the customer S3 bucket. The customer can upload data at \n         the same frequency and they don't need to stop and restart the scheduler when uploading new data.</p>"
3038                    }
3039                },
3040                "DataUploadFrequency": {
3041                    "target": "com.amazonaws.lookoutequipment#DataUploadFrequency",
3042                    "traits": {
3043                        "smithy.api#documentation": "<p>How often data is uploaded to the source S3 bucket for the input data. The value chosen\n         is the length of time between data uploads. For instance, if you select 5 minutes, Amazon\n         Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency\n         also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this\n         example, it starts once every 5 minutes. </p>"
3044                    }
3045                },
3046                "DataInputConfiguration": {
3047                    "target": "com.amazonaws.lookoutequipment#InferenceInputConfiguration",
3048                    "traits": {
3049                        "smithy.api#documentation": "<p> Specifies information for the input data for the inference scheduler, including\n         delimiter, format, and dataset location. </p>"
3050                    }
3051                },
3052                "DataOutputConfiguration": {
3053                    "target": "com.amazonaws.lookoutequipment#InferenceOutputConfiguration",
3054                    "traits": {
3055                        "smithy.api#documentation": "<p> Specifies information for the output results from the inference scheduler, including the output S3 location. </p>"
3056                    }
3057                },
3058                "RoleArn": {
3059                    "target": "com.amazonaws.lookoutequipment#IamRoleArn",
3060                    "traits": {
3061                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) of a role with permission to access the data source for\n         the inference scheduler. </p>"
3062                    }
3063                }
3064            }
3065        },
3066        "com.amazonaws.lookoutequipment#ValidationException": {
3067            "type": "structure",
3068            "members": {
3069                "Message": {
3070                    "target": "com.amazonaws.lookoutequipment#BoundedLengthString",
3071                    "traits": {
3072                        "smithy.api#required": {}
3073                    }
3074                }
3075            },
3076            "traits": {
3077                "smithy.api#documentation": "<p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related AWS\n         service that's being utilized. </p>",
3078                "smithy.api#error": "client",
3079                "smithy.api#httpError": 400
3080            }
3081        }
3082    }
3083}
3084