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.devicefarm#AWSAccountNumber": {
33            "type": "string",
34            "traits": {
35                "smithy.api#length": {
36                    "min": 2,
37                    "max": 16
38                }
39            }
40        },
41        "com.amazonaws.devicefarm#AccountSettings": {
42            "type": "structure",
43            "members": {
44                "awsAccountNumber": {
45                    "target": "com.amazonaws.devicefarm#AWSAccountNumber",
46                    "traits": {
47                        "smithy.api#documentation": "<p>The AWS account number specified in the <code>AccountSettings</code>\n            container.</p>"
48                    }
49                },
50                "unmeteredDevices": {
51                    "target": "com.amazonaws.devicefarm#PurchasedDevicesMap",
52                    "traits": {
53                        "smithy.api#documentation": "<p>Returns the unmetered devices you have purchased or want to purchase.</p>"
54                    }
55                },
56                "unmeteredRemoteAccessDevices": {
57                    "target": "com.amazonaws.devicefarm#PurchasedDevicesMap",
58                    "traits": {
59                        "smithy.api#documentation": "<p>Returns the unmetered remote access devices you have purchased or want to\n            purchase.</p>"
60                    }
61                },
62                "maxJobTimeoutMinutes": {
63                    "target": "com.amazonaws.devicefarm#JobTimeoutMinutes",
64                    "traits": {
65                        "smithy.api#documentation": "<p>The maximum number of minutes a test run executes before it times out.</p>"
66                    }
67                },
68                "trialMinutes": {
69                    "target": "com.amazonaws.devicefarm#TrialMinutes",
70                    "traits": {
71                        "smithy.api#documentation": "<p>Information about an AWS account's usage of free trial device minutes.</p>"
72                    }
73                },
74                "maxSlots": {
75                    "target": "com.amazonaws.devicefarm#MaxSlotMap",
76                    "traits": {
77                        "smithy.api#documentation": "<p>The maximum number of device slots that the AWS account can purchase. Each maximum\n            is expressed as an <code>offering-id:number</code> pair, where the\n                <code>offering-id</code> represents one of the IDs returned by the\n                <code>ListOfferings</code> command.</p>"
78                    }
79                },
80                "defaultJobTimeoutMinutes": {
81                    "target": "com.amazonaws.devicefarm#JobTimeoutMinutes",
82                    "traits": {
83                        "smithy.api#documentation": "<p>The default number of minutes (at the account level) a test run executes before it times out. The\n            default value is 150 minutes.</p>"
84                    }
85                },
86                "skipAppResign": {
87                    "target": "com.amazonaws.devicefarm#SkipAppResign",
88                    "traits": {
89                        "smithy.api#documentation": "<p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public\n            devices, Device Farm always signs your apps again.</p>\n        <p>For more information about how Device Farm re-signs your apps, see <a href=\"https://aws.amazon.com/device-farm/faq/\">Do you modify my app?</a> in the <i>AWS Device\n                Farm FAQs</i>.</p>"
90                    }
91                }
92            },
93            "traits": {
94                "smithy.api#documentation": "<p>A container for account-level settings in AWS Device Farm.</p>"
95            }
96        },
97        "com.amazonaws.devicefarm#AccountsCleanup": {
98            "type": "boolean",
99            "traits": {
100                "smithy.api#box": {}
101            }
102        },
103        "com.amazonaws.devicefarm#AmazonResourceName": {
104            "type": "string",
105            "traits": {
106                "smithy.api#length": {
107                    "min": 32,
108                    "max": 1011
109                },
110                "smithy.api#pattern": "^arn:.+"
111            }
112        },
113        "com.amazonaws.devicefarm#AmazonResourceNames": {
114            "type": "list",
115            "member": {
116                "target": "com.amazonaws.devicefarm#AmazonResourceName"
117            }
118        },
119        "com.amazonaws.devicefarm#AndroidPaths": {
120            "type": "list",
121            "member": {
122                "target": "com.amazonaws.devicefarm#String"
123            }
124        },
125        "com.amazonaws.devicefarm#AppPackagesCleanup": {
126            "type": "boolean",
127            "traits": {
128                "smithy.api#box": {}
129            }
130        },
131        "com.amazonaws.devicefarm#ArgumentException": {
132            "type": "structure",
133            "members": {
134                "message": {
135                    "target": "com.amazonaws.devicefarm#Message",
136                    "traits": {
137                        "smithy.api#documentation": "<p>Any additional information about the exception.</p>"
138                    }
139                }
140            },
141            "traits": {
142                "smithy.api#documentation": "<p>An invalid argument was specified.</p>",
143                "smithy.api#error": "client"
144            }
145        },
146        "com.amazonaws.devicefarm#Artifact": {
147            "type": "structure",
148            "members": {
149                "arn": {
150                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
151                    "traits": {
152                        "smithy.api#documentation": "<p>The artifact's ARN.</p>"
153                    }
154                },
155                "name": {
156                    "target": "com.amazonaws.devicefarm#Name",
157                    "traits": {
158                        "smithy.api#documentation": "<p>The artifact's name.</p>"
159                    }
160                },
161                "type": {
162                    "target": "com.amazonaws.devicefarm#ArtifactType",
163                    "traits": {
164                        "smithy.api#documentation": "<p>The artifact's type.</p>\n        <p>Allowed values include the following:</p>\n        <ul>\n            <li>\n                <p>UNKNOWN</p>\n            </li>\n            <li>\n                <p>SCREENSHOT</p>\n            </li>\n            <li>\n                <p>DEVICE_LOG</p>\n            </li>\n            <li>\n                <p>MESSAGE_LOG</p>\n            </li>\n            <li>\n                <p>VIDEO_LOG</p>\n            </li>\n            <li>\n                <p>RESULT_LOG</p>\n            </li>\n            <li>\n                <p>SERVICE_LOG</p>\n            </li>\n            <li>\n                <p>WEBKIT_LOG</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION_OUTPUT</p>\n            </li>\n            <li>\n                <p>EXERCISER_MONKEY_OUTPUT: the artifact (log) generated by an Android fuzz test.</p>\n            </li>\n            <li>\n                <p>CALABASH_JSON_OUTPUT</p>\n            </li>\n            <li>\n                <p>CALABASH_PRETTY_OUTPUT</p>\n            </li>\n            <li>\n                <p>CALABASH_STANDARD_OUTPUT</p>\n            </li>\n            <li>\n                <p>CALABASH_JAVA_XML_OUTPUT</p>\n            </li>\n            <li>\n                <p>AUTOMATION_OUTPUT</p>\n            </li>\n            <li>\n                <p>APPIUM_SERVER_OUTPUT</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_OUTPUT</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_XML_OUTPUT</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON_OUTPUT</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON_XML_OUTPUT</p>\n            </li>\n            <li>\n                <p>EXPLORER_EVENT_LOG</p>\n            </li>\n            <li>\n                <p>EXPLORER_SUMMARY_LOG</p>\n            </li>\n            <li>\n                <p>APPLICATION_CRASH_REPORT</p>\n            </li>\n            <li>\n                <p>XCTEST_LOG</p>\n            </li>\n            <li>\n                <p>VIDEO</p>\n            </li>\n            <li>\n                <p>CUSTOMER_ARTIFACT</p>\n            </li>\n            <li>\n                <p>CUSTOMER_ARTIFACT_LOG</p>\n            </li>\n            <li>\n                <p>TESTSPEC_OUTPUT</p>\n            </li>\n         </ul>"
165                    }
166                },
167                "extension": {
168                    "target": "com.amazonaws.devicefarm#String",
169                    "traits": {
170                        "smithy.api#documentation": "<p>The artifact's file extension.</p>"
171                    }
172                },
173                "url": {
174                    "target": "com.amazonaws.devicefarm#URL",
175                    "traits": {
176                        "smithy.api#documentation": "<p>The presigned Amazon S3 URL that can be used with a GET request to download the artifact's\n            file.</p>"
177                    }
178                }
179            },
180            "traits": {
181                "smithy.api#documentation": "<p>Represents the output of a test. Examples of artifacts include logs and\n            screenshots.</p>"
182            }
183        },
184        "com.amazonaws.devicefarm#ArtifactCategory": {
185            "type": "string",
186            "traits": {
187                "smithy.api#enum": [
188                    {
189                        "value": "SCREENSHOT",
190                        "name": "SCREENSHOT"
191                    },
192                    {
193                        "value": "FILE",
194                        "name": "FILE"
195                    },
196                    {
197                        "value": "LOG",
198                        "name": "LOG"
199                    }
200                ]
201            }
202        },
203        "com.amazonaws.devicefarm#ArtifactType": {
204            "type": "string",
205            "traits": {
206                "smithy.api#enum": [
207                    {
208                        "value": "UNKNOWN",
209                        "name": "UNKNOWN"
210                    },
211                    {
212                        "value": "SCREENSHOT",
213                        "name": "SCREENSHOT"
214                    },
215                    {
216                        "value": "DEVICE_LOG",
217                        "name": "DEVICE_LOG"
218                    },
219                    {
220                        "value": "MESSAGE_LOG",
221                        "name": "MESSAGE_LOG"
222                    },
223                    {
224                        "value": "VIDEO_LOG",
225                        "name": "VIDEO_LOG"
226                    },
227                    {
228                        "value": "RESULT_LOG",
229                        "name": "RESULT_LOG"
230                    },
231                    {
232                        "value": "SERVICE_LOG",
233                        "name": "SERVICE_LOG"
234                    },
235                    {
236                        "value": "WEBKIT_LOG",
237                        "name": "WEBKIT_LOG"
238                    },
239                    {
240                        "value": "INSTRUMENTATION_OUTPUT",
241                        "name": "INSTRUMENTATION_OUTPUT"
242                    },
243                    {
244                        "value": "EXERCISER_MONKEY_OUTPUT",
245                        "name": "EXERCISER_MONKEY_OUTPUT"
246                    },
247                    {
248                        "value": "CALABASH_JSON_OUTPUT",
249                        "name": "CALABASH_JSON_OUTPUT"
250                    },
251                    {
252                        "value": "CALABASH_PRETTY_OUTPUT",
253                        "name": "CALABASH_PRETTY_OUTPUT"
254                    },
255                    {
256                        "value": "CALABASH_STANDARD_OUTPUT",
257                        "name": "CALABASH_STANDARD_OUTPUT"
258                    },
259                    {
260                        "value": "CALABASH_JAVA_XML_OUTPUT",
261                        "name": "CALABASH_JAVA_XML_OUTPUT"
262                    },
263                    {
264                        "value": "AUTOMATION_OUTPUT",
265                        "name": "AUTOMATION_OUTPUT"
266                    },
267                    {
268                        "value": "APPIUM_SERVER_OUTPUT",
269                        "name": "APPIUM_SERVER_OUTPUT"
270                    },
271                    {
272                        "value": "APPIUM_JAVA_OUTPUT",
273                        "name": "APPIUM_JAVA_OUTPUT"
274                    },
275                    {
276                        "value": "APPIUM_JAVA_XML_OUTPUT",
277                        "name": "APPIUM_JAVA_XML_OUTPUT"
278                    },
279                    {
280                        "value": "APPIUM_PYTHON_OUTPUT",
281                        "name": "APPIUM_PYTHON_OUTPUT"
282                    },
283                    {
284                        "value": "APPIUM_PYTHON_XML_OUTPUT",
285                        "name": "APPIUM_PYTHON_XML_OUTPUT"
286                    },
287                    {
288                        "value": "EXPLORER_EVENT_LOG",
289                        "name": "EXPLORER_EVENT_LOG"
290                    },
291                    {
292                        "value": "EXPLORER_SUMMARY_LOG",
293                        "name": "EXPLORER_SUMMARY_LOG"
294                    },
295                    {
296                        "value": "APPLICATION_CRASH_REPORT",
297                        "name": "APPLICATION_CRASH_REPORT"
298                    },
299                    {
300                        "value": "XCTEST_LOG",
301                        "name": "XCTEST_LOG"
302                    },
303                    {
304                        "value": "VIDEO",
305                        "name": "VIDEO"
306                    },
307                    {
308                        "value": "CUSTOMER_ARTIFACT",
309                        "name": "CUSTOMER_ARTIFACT"
310                    },
311                    {
312                        "value": "CUSTOMER_ARTIFACT_LOG",
313                        "name": "CUSTOMER_ARTIFACT_LOG"
314                    },
315                    {
316                        "value": "TESTSPEC_OUTPUT",
317                        "name": "TESTSPEC_OUTPUT"
318                    }
319                ]
320            }
321        },
322        "com.amazonaws.devicefarm#Artifacts": {
323            "type": "list",
324            "member": {
325                "target": "com.amazonaws.devicefarm#Artifact"
326            }
327        },
328        "com.amazonaws.devicefarm#BillingMethod": {
329            "type": "string",
330            "traits": {
331                "smithy.api#enum": [
332                    {
333                        "value": "METERED",
334                        "name": "METERED"
335                    },
336                    {
337                        "value": "UNMETERED",
338                        "name": "UNMETERED"
339                    }
340                ]
341            }
342        },
343        "com.amazonaws.devicefarm#Boolean": {
344            "type": "boolean",
345            "traits": {
346                "smithy.api#box": {}
347            }
348        },
349        "com.amazonaws.devicefarm#CPU": {
350            "type": "structure",
351            "members": {
352                "frequency": {
353                    "target": "com.amazonaws.devicefarm#String",
354                    "traits": {
355                        "smithy.api#documentation": "<p>The CPU's frequency.</p>"
356                    }
357                },
358                "architecture": {
359                    "target": "com.amazonaws.devicefarm#String",
360                    "traits": {
361                        "smithy.api#documentation": "<p>The CPU's architecture (for example, x86 or ARM).</p>"
362                    }
363                },
364                "clock": {
365                    "target": "com.amazonaws.devicefarm#Double",
366                    "traits": {
367                        "smithy.api#documentation": "<p>The clock speed of the device's CPU, expressed in hertz (Hz). For example, a 1.2\n            GHz CPU is expressed as 1200000000.</p>"
368                    }
369                }
370            },
371            "traits": {
372                "smithy.api#documentation": "<p>Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide\n            CPU usage.</p>"
373            }
374        },
375        "com.amazonaws.devicefarm#CannotDeleteException": {
376            "type": "structure",
377            "members": {
378                "message": {
379                    "target": "com.amazonaws.devicefarm#Message"
380                }
381            },
382            "traits": {
383                "smithy.api#documentation": "<p>The requested object could not be deleted.</p>",
384                "smithy.api#error": "client",
385                "smithy.api#httpError": 409
386            }
387        },
388        "com.amazonaws.devicefarm#ClientId": {
389            "type": "string",
390            "traits": {
391                "smithy.api#length": {
392                    "min": 0,
393                    "max": 64
394                }
395            }
396        },
397        "com.amazonaws.devicefarm#ContentType": {
398            "type": "string",
399            "traits": {
400                "smithy.api#length": {
401                    "min": 0,
402                    "max": 64
403                }
404            }
405        },
406        "com.amazonaws.devicefarm#Counters": {
407            "type": "structure",
408            "members": {
409                "total": {
410                    "target": "com.amazonaws.devicefarm#Integer",
411                    "traits": {
412                        "smithy.api#documentation": "<p>The total number of entities.</p>"
413                    }
414                },
415                "passed": {
416                    "target": "com.amazonaws.devicefarm#Integer",
417                    "traits": {
418                        "smithy.api#documentation": "<p>The number of passed entities.</p>"
419                    }
420                },
421                "failed": {
422                    "target": "com.amazonaws.devicefarm#Integer",
423                    "traits": {
424                        "smithy.api#documentation": "<p>The number of failed entities.</p>"
425                    }
426                },
427                "warned": {
428                    "target": "com.amazonaws.devicefarm#Integer",
429                    "traits": {
430                        "smithy.api#documentation": "<p>The number of warned entities.</p>"
431                    }
432                },
433                "errored": {
434                    "target": "com.amazonaws.devicefarm#Integer",
435                    "traits": {
436                        "smithy.api#documentation": "<p>The number of errored entities.</p>"
437                    }
438                },
439                "stopped": {
440                    "target": "com.amazonaws.devicefarm#Integer",
441                    "traits": {
442                        "smithy.api#documentation": "<p>The number of stopped entities.</p>"
443                    }
444                },
445                "skipped": {
446                    "target": "com.amazonaws.devicefarm#Integer",
447                    "traits": {
448                        "smithy.api#documentation": "<p>The number of skipped entities.</p>"
449                    }
450                }
451            },
452            "traits": {
453                "smithy.api#documentation": "<p>Represents entity counters.</p>"
454            }
455        },
456        "com.amazonaws.devicefarm#CreateDevicePool": {
457            "type": "operation",
458            "input": {
459                "target": "com.amazonaws.devicefarm#CreateDevicePoolRequest"
460            },
461            "output": {
462                "target": "com.amazonaws.devicefarm#CreateDevicePoolResult"
463            },
464            "errors": [
465                {
466                    "target": "com.amazonaws.devicefarm#ArgumentException"
467                },
468                {
469                    "target": "com.amazonaws.devicefarm#LimitExceededException"
470                },
471                {
472                    "target": "com.amazonaws.devicefarm#NotFoundException"
473                },
474                {
475                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
476                }
477            ],
478            "traits": {
479                "smithy.api#documentation": "<p>Creates a device pool.</p>"
480            }
481        },
482        "com.amazonaws.devicefarm#CreateDevicePoolRequest": {
483            "type": "structure",
484            "members": {
485                "projectArn": {
486                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
487                    "traits": {
488                        "smithy.api#documentation": "<p>The ARN of the project for the device pool.</p>",
489                        "smithy.api#required": {}
490                    }
491                },
492                "name": {
493                    "target": "com.amazonaws.devicefarm#Name",
494                    "traits": {
495                        "smithy.api#documentation": "<p>The device pool's name.</p>",
496                        "smithy.api#required": {}
497                    }
498                },
499                "description": {
500                    "target": "com.amazonaws.devicefarm#Message",
501                    "traits": {
502                        "smithy.api#documentation": "<p>The device pool's description.</p>"
503                    }
504                },
505                "rules": {
506                    "target": "com.amazonaws.devicefarm#Rules",
507                    "traits": {
508                        "smithy.api#documentation": "<p>The device pool's rules.</p>",
509                        "smithy.api#required": {}
510                    }
511                },
512                "maxDevices": {
513                    "target": "com.amazonaws.devicefarm#Integer",
514                    "traits": {
515                        "smithy.api#documentation": "<p>The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are\n            available and meet the criteria that you assign for the <code>rules</code> parameter. Depending on how many\n            devices meet these constraints, your device pool might contain fewer devices than the value for this\n            parameter.</p>\n        <p>By specifying the maximum number of devices, you can control the costs that you incur\n            by running tests.</p>"
516                    }
517                }
518            },
519            "traits": {
520                "smithy.api#documentation": "<p>Represents a request to the create device pool operation.</p>"
521            }
522        },
523        "com.amazonaws.devicefarm#CreateDevicePoolResult": {
524            "type": "structure",
525            "members": {
526                "devicePool": {
527                    "target": "com.amazonaws.devicefarm#DevicePool",
528                    "traits": {
529                        "smithy.api#documentation": "<p>The newly created device pool.</p>"
530                    }
531                }
532            },
533            "traits": {
534                "smithy.api#documentation": "<p>Represents the result of a create device pool request.</p>"
535            }
536        },
537        "com.amazonaws.devicefarm#CreateInstanceProfile": {
538            "type": "operation",
539            "input": {
540                "target": "com.amazonaws.devicefarm#CreateInstanceProfileRequest"
541            },
542            "output": {
543                "target": "com.amazonaws.devicefarm#CreateInstanceProfileResult"
544            },
545            "errors": [
546                {
547                    "target": "com.amazonaws.devicefarm#ArgumentException"
548                },
549                {
550                    "target": "com.amazonaws.devicefarm#LimitExceededException"
551                },
552                {
553                    "target": "com.amazonaws.devicefarm#NotFoundException"
554                },
555                {
556                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
557                }
558            ],
559            "traits": {
560                "smithy.api#documentation": "<p>Creates a profile that can be applied to one or more private fleet device\n            instances.</p>"
561            }
562        },
563        "com.amazonaws.devicefarm#CreateInstanceProfileRequest": {
564            "type": "structure",
565            "members": {
566                "name": {
567                    "target": "com.amazonaws.devicefarm#Name",
568                    "traits": {
569                        "smithy.api#documentation": "<p>The name of your instance profile.</p>",
570                        "smithy.api#required": {}
571                    }
572                },
573                "description": {
574                    "target": "com.amazonaws.devicefarm#Message",
575                    "traits": {
576                        "smithy.api#documentation": "<p>The description of your instance profile.</p>"
577                    }
578                },
579                "packageCleanup": {
580                    "target": "com.amazonaws.devicefarm#Boolean",
581                    "traits": {
582                        "smithy.api#documentation": "<p>When set to <code>true</code>, Device Farm removes app packages after a test run. The default value is\n                <code>false</code> for private devices.</p>"
583                    }
584                },
585                "excludeAppPackagesFromCleanup": {
586                    "target": "com.amazonaws.devicefarm#PackageIds",
587                    "traits": {
588                        "smithy.api#documentation": "<p>An array of strings that specifies the list of app packages that should not be cleaned up from the device\n            after a test run.</p>\n        <p>The list of packages is considered only if you set <code>packageCleanup</code> to\n            <code>true</code>.</p>"
589                    }
590                },
591                "rebootAfterUse": {
592                    "target": "com.amazonaws.devicefarm#Boolean",
593                    "traits": {
594                        "smithy.api#documentation": "<p>When set to <code>true</code>, Device Farm reboots the instance after a test run. The default value is\n                <code>true</code>.</p>"
595                    }
596                }
597            }
598        },
599        "com.amazonaws.devicefarm#CreateInstanceProfileResult": {
600            "type": "structure",
601            "members": {
602                "instanceProfile": {
603                    "target": "com.amazonaws.devicefarm#InstanceProfile",
604                    "traits": {
605                        "smithy.api#documentation": "<p>An object that contains information about your instance profile.</p>"
606                    }
607                }
608            }
609        },
610        "com.amazonaws.devicefarm#CreateNetworkProfile": {
611            "type": "operation",
612            "input": {
613                "target": "com.amazonaws.devicefarm#CreateNetworkProfileRequest"
614            },
615            "output": {
616                "target": "com.amazonaws.devicefarm#CreateNetworkProfileResult"
617            },
618            "errors": [
619                {
620                    "target": "com.amazonaws.devicefarm#ArgumentException"
621                },
622                {
623                    "target": "com.amazonaws.devicefarm#LimitExceededException"
624                },
625                {
626                    "target": "com.amazonaws.devicefarm#NotFoundException"
627                },
628                {
629                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
630                }
631            ],
632            "traits": {
633                "smithy.api#documentation": "<p>Creates a network profile.</p>"
634            }
635        },
636        "com.amazonaws.devicefarm#CreateNetworkProfileRequest": {
637            "type": "structure",
638            "members": {
639                "projectArn": {
640                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
641                    "traits": {
642                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project for which you want to create a\n            network profile.</p>",
643                        "smithy.api#required": {}
644                    }
645                },
646                "name": {
647                    "target": "com.amazonaws.devicefarm#Name",
648                    "traits": {
649                        "smithy.api#documentation": "<p>The name for the new network profile.</p>",
650                        "smithy.api#required": {}
651                    }
652                },
653                "description": {
654                    "target": "com.amazonaws.devicefarm#Message",
655                    "traits": {
656                        "smithy.api#documentation": "<p>The description of the network profile.</p>"
657                    }
658                },
659                "type": {
660                    "target": "com.amazonaws.devicefarm#NetworkProfileType",
661                    "traits": {
662                        "smithy.api#documentation": "<p>The type of network profile to create. Valid values are listed here.</p>"
663                    }
664                },
665                "uplinkBandwidthBits": {
666                    "target": "com.amazonaws.devicefarm#Long",
667                    "traits": {
668                        "smithy.api#documentation": "<p>The data throughput rate in bits per second, as an integer from 0 to\n            104857600.</p>"
669                    }
670                },
671                "downlinkBandwidthBits": {
672                    "target": "com.amazonaws.devicefarm#Long",
673                    "traits": {
674                        "smithy.api#documentation": "<p>The data throughput rate in bits per second, as an integer from 0 to\n            104857600.</p>"
675                    }
676                },
677                "uplinkDelayMs": {
678                    "target": "com.amazonaws.devicefarm#Long",
679                    "traits": {
680                        "smithy.api#documentation": "<p>Delay time for all packets to destination in milliseconds as an integer from 0 to\n            2000.</p>"
681                    }
682                },
683                "downlinkDelayMs": {
684                    "target": "com.amazonaws.devicefarm#Long",
685                    "traits": {
686                        "smithy.api#documentation": "<p>Delay time for all packets to destination in milliseconds as an integer from 0 to\n            2000.</p>"
687                    }
688                },
689                "uplinkJitterMs": {
690                    "target": "com.amazonaws.devicefarm#Long",
691                    "traits": {
692                        "smithy.api#documentation": "<p>Time variation in the delay of received packets in milliseconds as an integer from\n            0 to 2000.</p>"
693                    }
694                },
695                "downlinkJitterMs": {
696                    "target": "com.amazonaws.devicefarm#Long",
697                    "traits": {
698                        "smithy.api#documentation": "<p>Time variation in the delay of received packets in milliseconds as an integer from\n            0 to 2000.</p>"
699                    }
700                },
701                "uplinkLossPercent": {
702                    "target": "com.amazonaws.devicefarm#PercentInteger",
703                    "traits": {
704                        "smithy.api#documentation": "<p>Proportion of transmitted packets that fail to arrive from 0 to 100\n            percent.</p>"
705                    }
706                },
707                "downlinkLossPercent": {
708                    "target": "com.amazonaws.devicefarm#PercentInteger",
709                    "traits": {
710                        "smithy.api#documentation": "<p>Proportion of received packets that fail to arrive from 0 to 100 percent.</p>"
711                    }
712                }
713            }
714        },
715        "com.amazonaws.devicefarm#CreateNetworkProfileResult": {
716            "type": "structure",
717            "members": {
718                "networkProfile": {
719                    "target": "com.amazonaws.devicefarm#NetworkProfile",
720                    "traits": {
721                        "smithy.api#documentation": "<p>The network profile that is returned by the create network profile\n            request.</p>"
722                    }
723                }
724            }
725        },
726        "com.amazonaws.devicefarm#CreateProject": {
727            "type": "operation",
728            "input": {
729                "target": "com.amazonaws.devicefarm#CreateProjectRequest"
730            },
731            "output": {
732                "target": "com.amazonaws.devicefarm#CreateProjectResult"
733            },
734            "errors": [
735                {
736                    "target": "com.amazonaws.devicefarm#ArgumentException"
737                },
738                {
739                    "target": "com.amazonaws.devicefarm#LimitExceededException"
740                },
741                {
742                    "target": "com.amazonaws.devicefarm#NotFoundException"
743                },
744                {
745                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
746                },
747                {
748                    "target": "com.amazonaws.devicefarm#TagOperationException"
749                }
750            ],
751            "traits": {
752                "smithy.api#documentation": "<p>Creates a project.</p>"
753            }
754        },
755        "com.amazonaws.devicefarm#CreateProjectRequest": {
756            "type": "structure",
757            "members": {
758                "name": {
759                    "target": "com.amazonaws.devicefarm#Name",
760                    "traits": {
761                        "smithy.api#documentation": "<p>The project's name.</p>",
762                        "smithy.api#required": {}
763                    }
764                },
765                "defaultJobTimeoutMinutes": {
766                    "target": "com.amazonaws.devicefarm#JobTimeoutMinutes",
767                    "traits": {
768                        "smithy.api#documentation": "<p>Sets the execution timeout value (in minutes) for a project. All test runs in this project use the\n            specified execution timeout value unless overridden when scheduling a run.</p>"
769                    }
770                }
771            },
772            "traits": {
773                "smithy.api#documentation": "<p>Represents a request to the create project operation.</p>"
774            }
775        },
776        "com.amazonaws.devicefarm#CreateProjectResult": {
777            "type": "structure",
778            "members": {
779                "project": {
780                    "target": "com.amazonaws.devicefarm#Project",
781                    "traits": {
782                        "smithy.api#documentation": "<p>The newly created project.</p>"
783                    }
784                }
785            },
786            "traits": {
787                "smithy.api#documentation": "<p>Represents the result of a create project request.</p>"
788            }
789        },
790        "com.amazonaws.devicefarm#CreateRemoteAccessSession": {
791            "type": "operation",
792            "input": {
793                "target": "com.amazonaws.devicefarm#CreateRemoteAccessSessionRequest"
794            },
795            "output": {
796                "target": "com.amazonaws.devicefarm#CreateRemoteAccessSessionResult"
797            },
798            "errors": [
799                {
800                    "target": "com.amazonaws.devicefarm#ArgumentException"
801                },
802                {
803                    "target": "com.amazonaws.devicefarm#LimitExceededException"
804                },
805                {
806                    "target": "com.amazonaws.devicefarm#NotFoundException"
807                },
808                {
809                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
810                }
811            ],
812            "traits": {
813                "smithy.api#documentation": "<p>Specifies and starts a remote access session.</p>"
814            }
815        },
816        "com.amazonaws.devicefarm#CreateRemoteAccessSessionConfiguration": {
817            "type": "structure",
818            "members": {
819                "billingMethod": {
820                    "target": "com.amazonaws.devicefarm#BillingMethod",
821                    "traits": {
822                        "smithy.api#documentation": "<p>The billing method for the remote access session.</p>"
823                    }
824                },
825                "vpceConfigurationArns": {
826                    "target": "com.amazonaws.devicefarm#AmazonResourceNames",
827                    "traits": {
828                        "smithy.api#documentation": "<p>An array of ARNs included in the VPC endpoint configuration.</p>"
829                    }
830                }
831            },
832            "traits": {
833                "smithy.api#documentation": "<p>Configuration settings for a remote access session, including billing\n            method.</p>"
834            }
835        },
836        "com.amazonaws.devicefarm#CreateRemoteAccessSessionRequest": {
837            "type": "structure",
838            "members": {
839                "projectArn": {
840                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
841                    "traits": {
842                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project for which you want to create a remote\n            access session.</p>",
843                        "smithy.api#required": {}
844                    }
845                },
846                "deviceArn": {
847                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
848                    "traits": {
849                        "smithy.api#documentation": "<p>The ARN of the device for which you want to create a remote access session.</p>",
850                        "smithy.api#required": {}
851                    }
852                },
853                "instanceArn": {
854                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
855                    "traits": {
856                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the device instance for which you want to create a\n            remote access session.</p>"
857                    }
858                },
859                "sshPublicKey": {
860                    "target": "com.amazonaws.devicefarm#SshPublicKey",
861                    "traits": {
862                        "smithy.api#documentation": "<p>Ignored. The public key of the <code>ssh</code> key pair you want to use for connecting to remote\n            devices in your remote debugging session. This key is required only if <code>remoteDebugEnabled</code> is\n            set to <code>true</code>.</p>\n        <p>Remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                longer supported</a>.</p>"
863                    }
864                },
865                "remoteDebugEnabled": {
866                    "target": "com.amazonaws.devicefarm#Boolean",
867                    "traits": {
868                        "smithy.api#documentation": "<p>Set to <code>true</code> if you want to access devices remotely for debugging in\n            your remote access session.</p>\n        <p>Remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                longer supported</a>.</p>"
869                    }
870                },
871                "remoteRecordEnabled": {
872                    "target": "com.amazonaws.devicefarm#Boolean",
873                    "traits": {
874                        "smithy.api#documentation": "<p>Set to <code>true</code> to enable remote recording for the remote access\n            session.</p>"
875                    }
876                },
877                "remoteRecordAppArn": {
878                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
879                    "traits": {
880                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the app to be recorded in the remote access\n            session.</p>"
881                    }
882                },
883                "name": {
884                    "target": "com.amazonaws.devicefarm#Name",
885                    "traits": {
886                        "smithy.api#documentation": "<p>The name of the remote access session to create.</p>"
887                    }
888                },
889                "clientId": {
890                    "target": "com.amazonaws.devicefarm#ClientId",
891                    "traits": {
892                        "smithy.api#documentation": "<p>Unique identifier for the client. If you want access to multiple devices on the same client, you should\n            pass the same <code>clientId</code> value in each call to <code>CreateRemoteAccessSession</code>. This\n            identifier is required only if <code>remoteDebugEnabled</code> is set to <code>true</code>.</p>\n        <p>Remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                longer supported</a>.</p>"
893                    }
894                },
895                "configuration": {
896                    "target": "com.amazonaws.devicefarm#CreateRemoteAccessSessionConfiguration",
897                    "traits": {
898                        "smithy.api#documentation": "<p>The configuration information for the remote access session request.</p>"
899                    }
900                },
901                "interactionMode": {
902                    "target": "com.amazonaws.devicefarm#InteractionMode",
903                    "traits": {
904                        "smithy.api#documentation": "<p>The interaction mode of the remote access session. Valid values are:</p>\n        <ul>\n            <li>\n                <p>INTERACTIVE: You can interact with the iOS device by viewing, touching, and\n                    rotating the screen. You cannot run XCUITest framework-based tests in this\n                    mode.</p>\n            </li>\n            <li>\n                <p>NO_VIDEO: You are connected to the device, but cannot interact with it or view the screen. This\n                    mode has the fastest test execution speed. You can run XCUITest framework-based tests in this\n                    mode.</p>\n            </li>\n            <li>\n                <p>VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can run XCUITest\n                    framework-based tests and watch the screen in this mode.</p>\n            </li>\n         </ul>"
905                    }
906                },
907                "skipAppResign": {
908                    "target": "com.amazonaws.devicefarm#Boolean",
909                    "traits": {
910                        "smithy.api#documentation": "<p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public\n            devices, Device Farm always signs your apps again.</p>\n        <p>For more information on how Device Farm modifies your uploads during tests, see <a href=\"https://aws.amazon.com/device-farm/faq/\">Do you modify my app?</a>\n         </p>"
911                    }
912                }
913            },
914            "traits": {
915                "smithy.api#documentation": "<p>Creates and submits a request to start a remote access session.</p>"
916            }
917        },
918        "com.amazonaws.devicefarm#CreateRemoteAccessSessionResult": {
919            "type": "structure",
920            "members": {
921                "remoteAccessSession": {
922                    "target": "com.amazonaws.devicefarm#RemoteAccessSession",
923                    "traits": {
924                        "smithy.api#documentation": "<p>A container that describes the remote access session when the request to create a\n            remote access session is sent.</p>"
925                    }
926                }
927            },
928            "traits": {
929                "smithy.api#documentation": "<p>Represents the server response from a request to create a remote access\n            session.</p>"
930            }
931        },
932        "com.amazonaws.devicefarm#CreateTestGridProject": {
933            "type": "operation",
934            "input": {
935                "target": "com.amazonaws.devicefarm#CreateTestGridProjectRequest"
936            },
937            "output": {
938                "target": "com.amazonaws.devicefarm#CreateTestGridProjectResult"
939            },
940            "errors": [
941                {
942                    "target": "com.amazonaws.devicefarm#InternalServiceException"
943                }
944            ],
945            "traits": {
946                "smithy.api#documentation": "<p>Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a>\n         instances.</p>"
947            }
948        },
949        "com.amazonaws.devicefarm#CreateTestGridProjectRequest": {
950            "type": "structure",
951            "members": {
952                "name": {
953                    "target": "com.amazonaws.devicefarm#ResourceName",
954                    "traits": {
955                        "smithy.api#documentation": "<p>Human-readable name of the Selenium testing project.</p>",
956                        "smithy.api#required": {}
957                    }
958                },
959                "description": {
960                    "target": "com.amazonaws.devicefarm#ResourceDescription",
961                    "traits": {
962                        "smithy.api#documentation": "<p>Human-readable description of the project.</p>"
963                    }
964                }
965            }
966        },
967        "com.amazonaws.devicefarm#CreateTestGridProjectResult": {
968            "type": "structure",
969            "members": {
970                "testGridProject": {
971                    "target": "com.amazonaws.devicefarm#TestGridProject",
972                    "traits": {
973                        "smithy.api#documentation": "<p>ARN of the Selenium testing project that was created.</p>"
974                    }
975                }
976            }
977        },
978        "com.amazonaws.devicefarm#CreateTestGridUrl": {
979            "type": "operation",
980            "input": {
981                "target": "com.amazonaws.devicefarm#CreateTestGridUrlRequest"
982            },
983            "output": {
984                "target": "com.amazonaws.devicefarm#CreateTestGridUrlResult"
985            },
986            "errors": [
987                {
988                    "target": "com.amazonaws.devicefarm#ArgumentException"
989                },
990                {
991                    "target": "com.amazonaws.devicefarm#InternalServiceException"
992                },
993                {
994                    "target": "com.amazonaws.devicefarm#NotFoundException"
995                }
996            ],
997            "traits": {
998                "smithy.api#documentation": "<p>Creates a signed, short-term URL that can be passed to a Selenium <code>RemoteWebDriver</code>\n         constructor.</p>"
999            }
1000        },
1001        "com.amazonaws.devicefarm#CreateTestGridUrlRequest": {
1002            "type": "structure",
1003            "members": {
1004                "projectArn": {
1005                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
1006                    "traits": {
1007                        "smithy.api#documentation": "<p>ARN (from <a>CreateTestGridProject</a> or <a>ListTestGridProjects</a>) to associate\n         with the short-term URL. </p>",
1008                        "smithy.api#required": {}
1009                    }
1010                },
1011                "expiresInSeconds": {
1012                    "target": "com.amazonaws.devicefarm#TestGridUrlExpiresInSecondsInput",
1013                    "traits": {
1014                        "smithy.api#documentation": "<p>Lifetime, in seconds, of the URL.</p>",
1015                        "smithy.api#required": {}
1016                    }
1017                }
1018            }
1019        },
1020        "com.amazonaws.devicefarm#CreateTestGridUrlResult": {
1021            "type": "structure",
1022            "members": {
1023                "url": {
1024                    "target": "com.amazonaws.devicefarm#String",
1025                    "traits": {
1026                        "smithy.api#documentation": "<p>A signed URL, expiring in <a>CreateTestGridUrlRequest$expiresInSeconds</a> seconds, to be passed\n         to a <code>RemoteWebDriver</code>. </p>"
1027                    }
1028                },
1029                "expires": {
1030                    "target": "com.amazonaws.devicefarm#DateTime",
1031                    "traits": {
1032                        "smithy.api#documentation": "<p>The number of seconds the URL from <a>CreateTestGridUrlResult$url</a> stays active.</p>"
1033                    }
1034                }
1035            }
1036        },
1037        "com.amazonaws.devicefarm#CreateUpload": {
1038            "type": "operation",
1039            "input": {
1040                "target": "com.amazonaws.devicefarm#CreateUploadRequest"
1041            },
1042            "output": {
1043                "target": "com.amazonaws.devicefarm#CreateUploadResult"
1044            },
1045            "errors": [
1046                {
1047                    "target": "com.amazonaws.devicefarm#ArgumentException"
1048                },
1049                {
1050                    "target": "com.amazonaws.devicefarm#LimitExceededException"
1051                },
1052                {
1053                    "target": "com.amazonaws.devicefarm#NotFoundException"
1054                },
1055                {
1056                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1057                }
1058            ],
1059            "traits": {
1060                "smithy.api#documentation": "<p>Uploads an app or test scripts.</p>"
1061            }
1062        },
1063        "com.amazonaws.devicefarm#CreateUploadRequest": {
1064            "type": "structure",
1065            "members": {
1066                "projectArn": {
1067                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1068                    "traits": {
1069                        "smithy.api#documentation": "<p>The ARN of the project for the upload.</p>",
1070                        "smithy.api#required": {}
1071                    }
1072                },
1073                "name": {
1074                    "target": "com.amazonaws.devicefarm#Name",
1075                    "traits": {
1076                        "smithy.api#documentation": "<p>The upload's file name. The name should not contain any forward slashes (<code>/</code>). If you are\n            uploading an iOS app, the file name must end with the <code>.ipa</code> extension. If you are uploading an\n            Android app, the file name must end with the <code>.apk</code> extension. For all others, the file name must\n            end with the <code>.zip</code> file extension.</p>",
1077                        "smithy.api#required": {}
1078                    }
1079                },
1080                "type": {
1081                    "target": "com.amazonaws.devicefarm#UploadType",
1082                    "traits": {
1083                        "smithy.api#documentation": "<p>The upload's upload type.</p>\n        <p>Must be one of the following values:</p>\n        <ul>\n            <li>\n                <p>ANDROID_APP</p>\n            </li>\n            <li>\n                <p>IOS_APP</p>\n            </li>\n            <li>\n                <p>WEB_APP</p>\n            </li>\n            <li>\n                <p>EXTERNAL_DATA</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>CALABASH_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>UIAUTOMATION_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>UIAUTOMATOR_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>XCTEST_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>XCTEST_UI_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>XCTEST_UI_TEST_SPEC</p>\n            </li>\n         </ul>\n        <p> If you call <code>CreateUpload</code> with <code>WEB_APP</code> specified, AWS\n            Device Farm throws an <code>ArgumentException</code> error.</p>",
1084                        "smithy.api#required": {}
1085                    }
1086                },
1087                "contentType": {
1088                    "target": "com.amazonaws.devicefarm#ContentType",
1089                    "traits": {
1090                        "smithy.api#documentation": "<p>The upload's content type (for example, <code>application/octet-stream</code>).</p>"
1091                    }
1092                }
1093            },
1094            "traits": {
1095                "smithy.api#documentation": "<p>Represents a request to the create upload operation.</p>"
1096            }
1097        },
1098        "com.amazonaws.devicefarm#CreateUploadResult": {
1099            "type": "structure",
1100            "members": {
1101                "upload": {
1102                    "target": "com.amazonaws.devicefarm#Upload",
1103                    "traits": {
1104                        "smithy.api#documentation": "<p>The newly created upload.</p>"
1105                    }
1106                }
1107            },
1108            "traits": {
1109                "smithy.api#documentation": "<p>Represents the result of a create upload request.</p>"
1110            }
1111        },
1112        "com.amazonaws.devicefarm#CreateVPCEConfiguration": {
1113            "type": "operation",
1114            "input": {
1115                "target": "com.amazonaws.devicefarm#CreateVPCEConfigurationRequest"
1116            },
1117            "output": {
1118                "target": "com.amazonaws.devicefarm#CreateVPCEConfigurationResult"
1119            },
1120            "errors": [
1121                {
1122                    "target": "com.amazonaws.devicefarm#ArgumentException"
1123                },
1124                {
1125                    "target": "com.amazonaws.devicefarm#LimitExceededException"
1126                },
1127                {
1128                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1129                }
1130            ],
1131            "traits": {
1132                "smithy.api#documentation": "<p>Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud\n            (VPC) endpoint.</p>"
1133            }
1134        },
1135        "com.amazonaws.devicefarm#CreateVPCEConfigurationRequest": {
1136            "type": "structure",
1137            "members": {
1138                "vpceConfigurationName": {
1139                    "target": "com.amazonaws.devicefarm#VPCEConfigurationName",
1140                    "traits": {
1141                        "smithy.api#documentation": "<p>The friendly name you give to your VPC endpoint configuration, to manage your\n            configurations more easily.</p>",
1142                        "smithy.api#required": {}
1143                    }
1144                },
1145                "vpceServiceName": {
1146                    "target": "com.amazonaws.devicefarm#VPCEServiceName",
1147                    "traits": {
1148                        "smithy.api#documentation": "<p>The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.</p>",
1149                        "smithy.api#required": {}
1150                    }
1151                },
1152                "serviceDnsName": {
1153                    "target": "com.amazonaws.devicefarm#ServiceDnsName",
1154                    "traits": {
1155                        "smithy.api#documentation": "<p>The DNS name of the service running in your VPC that you want Device Farm to\n            test.</p>",
1156                        "smithy.api#required": {}
1157                    }
1158                },
1159                "vpceConfigurationDescription": {
1160                    "target": "com.amazonaws.devicefarm#VPCEConfigurationDescription",
1161                    "traits": {
1162                        "smithy.api#documentation": "<p>An optional description that provides details about your VPC endpoint configuration.</p>"
1163                    }
1164                }
1165            }
1166        },
1167        "com.amazonaws.devicefarm#CreateVPCEConfigurationResult": {
1168            "type": "structure",
1169            "members": {
1170                "vpceConfiguration": {
1171                    "target": "com.amazonaws.devicefarm#VPCEConfiguration",
1172                    "traits": {
1173                        "smithy.api#documentation": "<p>An object that contains information about your VPC endpoint configuration.</p>"
1174                    }
1175                }
1176            }
1177        },
1178        "com.amazonaws.devicefarm#CurrencyCode": {
1179            "type": "string",
1180            "traits": {
1181                "smithy.api#enum": [
1182                    {
1183                        "value": "USD",
1184                        "name": "USD"
1185                    }
1186                ]
1187            }
1188        },
1189        "com.amazonaws.devicefarm#CustomerArtifactPaths": {
1190            "type": "structure",
1191            "members": {
1192                "iosPaths": {
1193                    "target": "com.amazonaws.devicefarm#IosPaths",
1194                    "traits": {
1195                        "smithy.api#documentation": "<p>Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests\n            are pulled from.</p>"
1196                    }
1197                },
1198                "androidPaths": {
1199                    "target": "com.amazonaws.devicefarm#AndroidPaths",
1200                    "traits": {
1201                        "smithy.api#documentation": "<p>Comma-separated list of paths on the Android device where the artifacts generated by the customer's\n            tests are pulled from.</p>"
1202                    }
1203                },
1204                "deviceHostPaths": {
1205                    "target": "com.amazonaws.devicefarm#DeviceHostPaths",
1206                    "traits": {
1207                        "smithy.api#documentation": "<p>Comma-separated list of paths in the test execution environment where the artifacts generated by the\n            customer's tests are pulled from.</p>"
1208                    }
1209                }
1210            },
1211            "traits": {
1212                "smithy.api#documentation": "<p>A JSON object that specifies the paths where the artifacts generated by the customer's tests, on the\n            device or in the test environment, are pulled from.</p>\n        <p>Specify <code>deviceHostPaths</code> and optionally specify either\n                <code>iosPaths</code> or <code>androidPaths</code>.</p>\n        <p>For web app tests, you can specify both <code>iosPaths</code> and\n                <code>androidPaths</code>.</p>"
1213            }
1214        },
1215        "com.amazonaws.devicefarm#DateTime": {
1216            "type": "timestamp"
1217        },
1218        "com.amazonaws.devicefarm#DeleteDevicePool": {
1219            "type": "operation",
1220            "input": {
1221                "target": "com.amazonaws.devicefarm#DeleteDevicePoolRequest"
1222            },
1223            "output": {
1224                "target": "com.amazonaws.devicefarm#DeleteDevicePoolResult"
1225            },
1226            "errors": [
1227                {
1228                    "target": "com.amazonaws.devicefarm#ArgumentException"
1229                },
1230                {
1231                    "target": "com.amazonaws.devicefarm#LimitExceededException"
1232                },
1233                {
1234                    "target": "com.amazonaws.devicefarm#NotFoundException"
1235                },
1236                {
1237                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1238                }
1239            ],
1240            "traits": {
1241                "smithy.api#documentation": "<p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools\n            owned by the system.</p>"
1242            }
1243        },
1244        "com.amazonaws.devicefarm#DeleteDevicePoolRequest": {
1245            "type": "structure",
1246            "members": {
1247                "arn": {
1248                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1249                    "traits": {
1250                        "smithy.api#documentation": "<p>Represents the Amazon Resource Name (ARN) of the Device Farm device pool to delete.</p>",
1251                        "smithy.api#required": {}
1252                    }
1253                }
1254            },
1255            "traits": {
1256                "smithy.api#documentation": "<p>Represents a request to the delete device pool operation.</p>"
1257            }
1258        },
1259        "com.amazonaws.devicefarm#DeleteDevicePoolResult": {
1260            "type": "structure",
1261            "members": {},
1262            "traits": {
1263                "smithy.api#documentation": "<p>Represents the result of a delete device pool request.</p>"
1264            }
1265        },
1266        "com.amazonaws.devicefarm#DeleteInstanceProfile": {
1267            "type": "operation",
1268            "input": {
1269                "target": "com.amazonaws.devicefarm#DeleteInstanceProfileRequest"
1270            },
1271            "output": {
1272                "target": "com.amazonaws.devicefarm#DeleteInstanceProfileResult"
1273            },
1274            "errors": [
1275                {
1276                    "target": "com.amazonaws.devicefarm#ArgumentException"
1277                },
1278                {
1279                    "target": "com.amazonaws.devicefarm#LimitExceededException"
1280                },
1281                {
1282                    "target": "com.amazonaws.devicefarm#NotFoundException"
1283                },
1284                {
1285                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1286                }
1287            ],
1288            "traits": {
1289                "smithy.api#documentation": "<p>Deletes a profile that can be applied to one or more private device instances.</p>"
1290            }
1291        },
1292        "com.amazonaws.devicefarm#DeleteInstanceProfileRequest": {
1293            "type": "structure",
1294            "members": {
1295                "arn": {
1296                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1297                    "traits": {
1298                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the instance profile you are requesting to\n            delete.</p>",
1299                        "smithy.api#required": {}
1300                    }
1301                }
1302            }
1303        },
1304        "com.amazonaws.devicefarm#DeleteInstanceProfileResult": {
1305            "type": "structure",
1306            "members": {}
1307        },
1308        "com.amazonaws.devicefarm#DeleteNetworkProfile": {
1309            "type": "operation",
1310            "input": {
1311                "target": "com.amazonaws.devicefarm#DeleteNetworkProfileRequest"
1312            },
1313            "output": {
1314                "target": "com.amazonaws.devicefarm#DeleteNetworkProfileResult"
1315            },
1316            "errors": [
1317                {
1318                    "target": "com.amazonaws.devicefarm#ArgumentException"
1319                },
1320                {
1321                    "target": "com.amazonaws.devicefarm#LimitExceededException"
1322                },
1323                {
1324                    "target": "com.amazonaws.devicefarm#NotFoundException"
1325                },
1326                {
1327                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1328                }
1329            ],
1330            "traits": {
1331                "smithy.api#documentation": "<p>Deletes a network profile.</p>"
1332            }
1333        },
1334        "com.amazonaws.devicefarm#DeleteNetworkProfileRequest": {
1335            "type": "structure",
1336            "members": {
1337                "arn": {
1338                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1339                    "traits": {
1340                        "smithy.api#documentation": "<p>The ARN of the network profile to delete.</p>",
1341                        "smithy.api#required": {}
1342                    }
1343                }
1344            }
1345        },
1346        "com.amazonaws.devicefarm#DeleteNetworkProfileResult": {
1347            "type": "structure",
1348            "members": {}
1349        },
1350        "com.amazonaws.devicefarm#DeleteProject": {
1351            "type": "operation",
1352            "input": {
1353                "target": "com.amazonaws.devicefarm#DeleteProjectRequest"
1354            },
1355            "output": {
1356                "target": "com.amazonaws.devicefarm#DeleteProjectResult"
1357            },
1358            "errors": [
1359                {
1360                    "target": "com.amazonaws.devicefarm#ArgumentException"
1361                },
1362                {
1363                    "target": "com.amazonaws.devicefarm#LimitExceededException"
1364                },
1365                {
1366                    "target": "com.amazonaws.devicefarm#NotFoundException"
1367                },
1368                {
1369                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1370                }
1371            ],
1372            "traits": {
1373                "smithy.api#documentation": "<p>Deletes an AWS Device Farm project, given the project ARN.</p>\n        <p> Deleting this resource does not stop an in-progress run.</p>"
1374            }
1375        },
1376        "com.amazonaws.devicefarm#DeleteProjectRequest": {
1377            "type": "structure",
1378            "members": {
1379                "arn": {
1380                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1381                    "traits": {
1382                        "smithy.api#documentation": "<p>Represents the Amazon Resource Name (ARN) of the Device Farm project to delete.</p>",
1383                        "smithy.api#required": {}
1384                    }
1385                }
1386            },
1387            "traits": {
1388                "smithy.api#documentation": "<p>Represents a request to the delete project operation.</p>"
1389            }
1390        },
1391        "com.amazonaws.devicefarm#DeleteProjectResult": {
1392            "type": "structure",
1393            "members": {},
1394            "traits": {
1395                "smithy.api#documentation": "<p>Represents the result of a delete project request.</p>"
1396            }
1397        },
1398        "com.amazonaws.devicefarm#DeleteRemoteAccessSession": {
1399            "type": "operation",
1400            "input": {
1401                "target": "com.amazonaws.devicefarm#DeleteRemoteAccessSessionRequest"
1402            },
1403            "output": {
1404                "target": "com.amazonaws.devicefarm#DeleteRemoteAccessSessionResult"
1405            },
1406            "errors": [
1407                {
1408                    "target": "com.amazonaws.devicefarm#ArgumentException"
1409                },
1410                {
1411                    "target": "com.amazonaws.devicefarm#LimitExceededException"
1412                },
1413                {
1414                    "target": "com.amazonaws.devicefarm#NotFoundException"
1415                },
1416                {
1417                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1418                }
1419            ],
1420            "traits": {
1421                "smithy.api#documentation": "<p>Deletes a completed remote access session and its results.</p>"
1422            }
1423        },
1424        "com.amazonaws.devicefarm#DeleteRemoteAccessSessionRequest": {
1425            "type": "structure",
1426            "members": {
1427                "arn": {
1428                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1429                    "traits": {
1430                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the session for which you want to delete remote\n            access.</p>",
1431                        "smithy.api#required": {}
1432                    }
1433                }
1434            },
1435            "traits": {
1436                "smithy.api#documentation": "<p>Represents the request to delete the specified remote access session.</p>"
1437            }
1438        },
1439        "com.amazonaws.devicefarm#DeleteRemoteAccessSessionResult": {
1440            "type": "structure",
1441            "members": {},
1442            "traits": {
1443                "smithy.api#documentation": "<p>The response from the server when a request is made to delete the remote access\n            session.</p>"
1444            }
1445        },
1446        "com.amazonaws.devicefarm#DeleteRun": {
1447            "type": "operation",
1448            "input": {
1449                "target": "com.amazonaws.devicefarm#DeleteRunRequest"
1450            },
1451            "output": {
1452                "target": "com.amazonaws.devicefarm#DeleteRunResult"
1453            },
1454            "errors": [
1455                {
1456                    "target": "com.amazonaws.devicefarm#ArgumentException"
1457                },
1458                {
1459                    "target": "com.amazonaws.devicefarm#LimitExceededException"
1460                },
1461                {
1462                    "target": "com.amazonaws.devicefarm#NotFoundException"
1463                },
1464                {
1465                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1466                }
1467            ],
1468            "traits": {
1469                "smithy.api#documentation": "<p>Deletes the run, given the run ARN.</p>\n        <p> Deleting this resource does not stop an in-progress run.</p>"
1470            }
1471        },
1472        "com.amazonaws.devicefarm#DeleteRunRequest": {
1473            "type": "structure",
1474            "members": {
1475                "arn": {
1476                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1477                    "traits": {
1478                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the run to delete.</p>",
1479                        "smithy.api#required": {}
1480                    }
1481                }
1482            },
1483            "traits": {
1484                "smithy.api#documentation": "<p>Represents a request to the delete run operation.</p>"
1485            }
1486        },
1487        "com.amazonaws.devicefarm#DeleteRunResult": {
1488            "type": "structure",
1489            "members": {},
1490            "traits": {
1491                "smithy.api#documentation": "<p>Represents the result of a delete run request.</p>"
1492            }
1493        },
1494        "com.amazonaws.devicefarm#DeleteTestGridProject": {
1495            "type": "operation",
1496            "input": {
1497                "target": "com.amazonaws.devicefarm#DeleteTestGridProjectRequest"
1498            },
1499            "output": {
1500                "target": "com.amazonaws.devicefarm#DeleteTestGridProjectResult"
1501            },
1502            "errors": [
1503                {
1504                    "target": "com.amazonaws.devicefarm#ArgumentException"
1505                },
1506                {
1507                    "target": "com.amazonaws.devicefarm#CannotDeleteException"
1508                },
1509                {
1510                    "target": "com.amazonaws.devicefarm#InternalServiceException"
1511                },
1512                {
1513                    "target": "com.amazonaws.devicefarm#NotFoundException"
1514                }
1515            ],
1516            "traits": {
1517                "smithy.api#documentation": "<p> Deletes a Selenium testing project and all content generated under it. </p>\n         <important>\n            <p>You cannot undo this operation.</p>\n         </important>\n         <note>\n            <p>You cannot delete a project if it has active sessions.</p>\n         </note>"
1518            }
1519        },
1520        "com.amazonaws.devicefarm#DeleteTestGridProjectRequest": {
1521            "type": "structure",
1522            "members": {
1523                "projectArn": {
1524                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
1525                    "traits": {
1526                        "smithy.api#documentation": "<p>The ARN of the project to delete, from <a>CreateTestGridProject</a> or <a>ListTestGridProjects</a>.</p>",
1527                        "smithy.api#required": {}
1528                    }
1529                }
1530            }
1531        },
1532        "com.amazonaws.devicefarm#DeleteTestGridProjectResult": {
1533            "type": "structure",
1534            "members": {}
1535        },
1536        "com.amazonaws.devicefarm#DeleteUpload": {
1537            "type": "operation",
1538            "input": {
1539                "target": "com.amazonaws.devicefarm#DeleteUploadRequest"
1540            },
1541            "output": {
1542                "target": "com.amazonaws.devicefarm#DeleteUploadResult"
1543            },
1544            "errors": [
1545                {
1546                    "target": "com.amazonaws.devicefarm#ArgumentException"
1547                },
1548                {
1549                    "target": "com.amazonaws.devicefarm#LimitExceededException"
1550                },
1551                {
1552                    "target": "com.amazonaws.devicefarm#NotFoundException"
1553                },
1554                {
1555                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1556                }
1557            ],
1558            "traits": {
1559                "smithy.api#documentation": "<p>Deletes an upload given the upload ARN.</p>"
1560            }
1561        },
1562        "com.amazonaws.devicefarm#DeleteUploadRequest": {
1563            "type": "structure",
1564            "members": {
1565                "arn": {
1566                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1567                    "traits": {
1568                        "smithy.api#documentation": "<p>Represents the Amazon Resource Name (ARN) of the Device Farm upload to delete.</p>",
1569                        "smithy.api#required": {}
1570                    }
1571                }
1572            },
1573            "traits": {
1574                "smithy.api#documentation": "<p>Represents a request to the delete upload operation.</p>"
1575            }
1576        },
1577        "com.amazonaws.devicefarm#DeleteUploadResult": {
1578            "type": "structure",
1579            "members": {},
1580            "traits": {
1581                "smithy.api#documentation": "<p>Represents the result of a delete upload request.</p>"
1582            }
1583        },
1584        "com.amazonaws.devicefarm#DeleteVPCEConfiguration": {
1585            "type": "operation",
1586            "input": {
1587                "target": "com.amazonaws.devicefarm#DeleteVPCEConfigurationRequest"
1588            },
1589            "output": {
1590                "target": "com.amazonaws.devicefarm#DeleteVPCEConfigurationResult"
1591            },
1592            "errors": [
1593                {
1594                    "target": "com.amazonaws.devicefarm#ArgumentException"
1595                },
1596                {
1597                    "target": "com.amazonaws.devicefarm#InvalidOperationException"
1598                },
1599                {
1600                    "target": "com.amazonaws.devicefarm#NotFoundException"
1601                },
1602                {
1603                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
1604                }
1605            ],
1606            "traits": {
1607                "smithy.api#documentation": "<p>Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.</p>"
1608            }
1609        },
1610        "com.amazonaws.devicefarm#DeleteVPCEConfigurationRequest": {
1611            "type": "structure",
1612            "members": {
1613                "arn": {
1614                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1615                    "traits": {
1616                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to\n            delete.</p>",
1617                        "smithy.api#required": {}
1618                    }
1619                }
1620            }
1621        },
1622        "com.amazonaws.devicefarm#DeleteVPCEConfigurationResult": {
1623            "type": "structure",
1624            "members": {}
1625        },
1626        "com.amazonaws.devicefarm#Device": {
1627            "type": "structure",
1628            "members": {
1629                "arn": {
1630                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
1631                    "traits": {
1632                        "smithy.api#documentation": "<p>The device's ARN.</p>"
1633                    }
1634                },
1635                "name": {
1636                    "target": "com.amazonaws.devicefarm#Name",
1637                    "traits": {
1638                        "smithy.api#documentation": "<p>The device's display name.</p>"
1639                    }
1640                },
1641                "manufacturer": {
1642                    "target": "com.amazonaws.devicefarm#String",
1643                    "traits": {
1644                        "smithy.api#documentation": "<p>The device's manufacturer name.</p>"
1645                    }
1646                },
1647                "model": {
1648                    "target": "com.amazonaws.devicefarm#String",
1649                    "traits": {
1650                        "smithy.api#documentation": "<p>The device's model name.</p>"
1651                    }
1652                },
1653                "modelId": {
1654                    "target": "com.amazonaws.devicefarm#String",
1655                    "traits": {
1656                        "smithy.api#documentation": "<p>The device's model ID.</p>"
1657                    }
1658                },
1659                "formFactor": {
1660                    "target": "com.amazonaws.devicefarm#DeviceFormFactor",
1661                    "traits": {
1662                        "smithy.api#documentation": "<p>The device's form factor.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PHONE</p>\n            </li>\n            <li>\n                <p>TABLET</p>\n            </li>\n         </ul>"
1663                    }
1664                },
1665                "platform": {
1666                    "target": "com.amazonaws.devicefarm#DevicePlatform",
1667                    "traits": {
1668                        "smithy.api#documentation": "<p>The device's platform.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>ANDROID</p>\n            </li>\n            <li>\n                <p>IOS</p>\n            </li>\n         </ul>"
1669                    }
1670                },
1671                "os": {
1672                    "target": "com.amazonaws.devicefarm#String",
1673                    "traits": {
1674                        "smithy.api#documentation": "<p>The device's operating system type.</p>"
1675                    }
1676                },
1677                "cpu": {
1678                    "target": "com.amazonaws.devicefarm#CPU",
1679                    "traits": {
1680                        "smithy.api#documentation": "<p>Information about the device's CPU.</p>"
1681                    }
1682                },
1683                "resolution": {
1684                    "target": "com.amazonaws.devicefarm#Resolution",
1685                    "traits": {
1686                        "smithy.api#documentation": "<p>The resolution of the device.</p>"
1687                    }
1688                },
1689                "heapSize": {
1690                    "target": "com.amazonaws.devicefarm#Long",
1691                    "traits": {
1692                        "smithy.api#documentation": "<p>The device's heap size, expressed in bytes.</p>"
1693                    }
1694                },
1695                "memory": {
1696                    "target": "com.amazonaws.devicefarm#Long",
1697                    "traits": {
1698                        "smithy.api#documentation": "<p>The device's total memory size, expressed in bytes.</p>"
1699                    }
1700                },
1701                "image": {
1702                    "target": "com.amazonaws.devicefarm#String",
1703                    "traits": {
1704                        "smithy.api#documentation": "<p>The device's image name.</p>"
1705                    }
1706                },
1707                "carrier": {
1708                    "target": "com.amazonaws.devicefarm#String",
1709                    "traits": {
1710                        "smithy.api#documentation": "<p>The device's carrier.</p>"
1711                    }
1712                },
1713                "radio": {
1714                    "target": "com.amazonaws.devicefarm#String",
1715                    "traits": {
1716                        "smithy.api#documentation": "<p>The device's radio.</p>"
1717                    }
1718                },
1719                "remoteAccessEnabled": {
1720                    "target": "com.amazonaws.devicefarm#Boolean",
1721                    "traits": {
1722                        "smithy.api#documentation": "<p>Specifies whether remote access has been enabled for the specified\n            device.</p>"
1723                    }
1724                },
1725                "remoteDebugEnabled": {
1726                    "target": "com.amazonaws.devicefarm#Boolean",
1727                    "traits": {
1728                        "smithy.api#documentation": "<p>This flag is set to <code>true</code> if remote debugging is enabled for the\n            device.</p>\n        <p>Remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                longer supported</a>.</p>"
1729                    }
1730                },
1731                "fleetType": {
1732                    "target": "com.amazonaws.devicefarm#String",
1733                    "traits": {
1734                        "smithy.api#documentation": "<p>The type of fleet to which this device belongs. Possible values are PRIVATE and PUBLIC.</p>"
1735                    }
1736                },
1737                "fleetName": {
1738                    "target": "com.amazonaws.devicefarm#String",
1739                    "traits": {
1740                        "smithy.api#documentation": "<p>The name of the fleet to which this device belongs.</p>"
1741                    }
1742                },
1743                "instances": {
1744                    "target": "com.amazonaws.devicefarm#DeviceInstances",
1745                    "traits": {
1746                        "smithy.api#documentation": "<p>The instances that belong to this device.</p>"
1747                    }
1748                },
1749                "availability": {
1750                    "target": "com.amazonaws.devicefarm#DeviceAvailability",
1751                    "traits": {
1752                        "smithy.api#documentation": "<p>Indicates how likely a device is available for a test run. Currently available in the <a>ListDevices</a> and GetDevice API methods.</p>"
1753                    }
1754                }
1755            },
1756            "traits": {
1757                "smithy.api#documentation": "<p>Represents a device type that an app is tested against.</p>"
1758            }
1759        },
1760        "com.amazonaws.devicefarm#DeviceAttribute": {
1761            "type": "string",
1762            "traits": {
1763                "smithy.api#enum": [
1764                    {
1765                        "value": "ARN",
1766                        "name": "ARN"
1767                    },
1768                    {
1769                        "value": "PLATFORM",
1770                        "name": "PLATFORM"
1771                    },
1772                    {
1773                        "value": "FORM_FACTOR",
1774                        "name": "FORM_FACTOR"
1775                    },
1776                    {
1777                        "value": "MANUFACTURER",
1778                        "name": "MANUFACTURER"
1779                    },
1780                    {
1781                        "value": "REMOTE_ACCESS_ENABLED",
1782                        "name": "REMOTE_ACCESS_ENABLED"
1783                    },
1784                    {
1785                        "value": "REMOTE_DEBUG_ENABLED",
1786                        "name": "REMOTE_DEBUG_ENABLED"
1787                    },
1788                    {
1789                        "value": "APPIUM_VERSION",
1790                        "name": "APPIUM_VERSION"
1791                    },
1792                    {
1793                        "value": "INSTANCE_ARN",
1794                        "name": "INSTANCE_ARN"
1795                    },
1796                    {
1797                        "value": "INSTANCE_LABELS",
1798                        "name": "INSTANCE_LABELS"
1799                    },
1800                    {
1801                        "value": "FLEET_TYPE",
1802                        "name": "FLEET_TYPE"
1803                    },
1804                    {
1805                        "value": "OS_VERSION",
1806                        "name": "OS_VERSION"
1807                    },
1808                    {
1809                        "value": "MODEL",
1810                        "name": "MODEL"
1811                    },
1812                    {
1813                        "value": "AVAILABILITY",
1814                        "name": "AVAILABILITY"
1815                    }
1816                ]
1817            }
1818        },
1819        "com.amazonaws.devicefarm#DeviceAvailability": {
1820            "type": "string",
1821            "traits": {
1822                "smithy.api#enum": [
1823                    {
1824                        "value": "TEMPORARY_NOT_AVAILABLE",
1825                        "name": "TEMPORARY_NOT_AVAILABLE"
1826                    },
1827                    {
1828                        "value": "BUSY",
1829                        "name": "BUSY"
1830                    },
1831                    {
1832                        "value": "AVAILABLE",
1833                        "name": "AVAILABLE"
1834                    },
1835                    {
1836                        "value": "HIGHLY_AVAILABLE",
1837                        "name": "HIGHLY_AVAILABLE"
1838                    }
1839                ]
1840            }
1841        },
1842        "com.amazonaws.devicefarm#DeviceFarmArn": {
1843            "type": "string",
1844            "traits": {
1845                "smithy.api#length": {
1846                    "min": 32,
1847                    "max": 1011
1848                },
1849                "smithy.api#pattern": "^arn:aws:devicefarm:.+"
1850            }
1851        },
1852        "com.amazonaws.devicefarm#DeviceFarm_20150623": {
1853            "type": "service",
1854            "version": "2015-06-23",
1855            "operations": [
1856                {
1857                    "target": "com.amazonaws.devicefarm#CreateDevicePool"
1858                },
1859                {
1860                    "target": "com.amazonaws.devicefarm#CreateInstanceProfile"
1861                },
1862                {
1863                    "target": "com.amazonaws.devicefarm#CreateNetworkProfile"
1864                },
1865                {
1866                    "target": "com.amazonaws.devicefarm#CreateProject"
1867                },
1868                {
1869                    "target": "com.amazonaws.devicefarm#CreateRemoteAccessSession"
1870                },
1871                {
1872                    "target": "com.amazonaws.devicefarm#CreateTestGridProject"
1873                },
1874                {
1875                    "target": "com.amazonaws.devicefarm#CreateTestGridUrl"
1876                },
1877                {
1878                    "target": "com.amazonaws.devicefarm#CreateUpload"
1879                },
1880                {
1881                    "target": "com.amazonaws.devicefarm#CreateVPCEConfiguration"
1882                },
1883                {
1884                    "target": "com.amazonaws.devicefarm#DeleteDevicePool"
1885                },
1886                {
1887                    "target": "com.amazonaws.devicefarm#DeleteInstanceProfile"
1888                },
1889                {
1890                    "target": "com.amazonaws.devicefarm#DeleteNetworkProfile"
1891                },
1892                {
1893                    "target": "com.amazonaws.devicefarm#DeleteProject"
1894                },
1895                {
1896                    "target": "com.amazonaws.devicefarm#DeleteRemoteAccessSession"
1897                },
1898                {
1899                    "target": "com.amazonaws.devicefarm#DeleteRun"
1900                },
1901                {
1902                    "target": "com.amazonaws.devicefarm#DeleteTestGridProject"
1903                },
1904                {
1905                    "target": "com.amazonaws.devicefarm#DeleteUpload"
1906                },
1907                {
1908                    "target": "com.amazonaws.devicefarm#DeleteVPCEConfiguration"
1909                },
1910                {
1911                    "target": "com.amazonaws.devicefarm#GetAccountSettings"
1912                },
1913                {
1914                    "target": "com.amazonaws.devicefarm#GetDevice"
1915                },
1916                {
1917                    "target": "com.amazonaws.devicefarm#GetDeviceInstance"
1918                },
1919                {
1920                    "target": "com.amazonaws.devicefarm#GetDevicePool"
1921                },
1922                {
1923                    "target": "com.amazonaws.devicefarm#GetDevicePoolCompatibility"
1924                },
1925                {
1926                    "target": "com.amazonaws.devicefarm#GetInstanceProfile"
1927                },
1928                {
1929                    "target": "com.amazonaws.devicefarm#GetJob"
1930                },
1931                {
1932                    "target": "com.amazonaws.devicefarm#GetNetworkProfile"
1933                },
1934                {
1935                    "target": "com.amazonaws.devicefarm#GetOfferingStatus"
1936                },
1937                {
1938                    "target": "com.amazonaws.devicefarm#GetProject"
1939                },
1940                {
1941                    "target": "com.amazonaws.devicefarm#GetRemoteAccessSession"
1942                },
1943                {
1944                    "target": "com.amazonaws.devicefarm#GetRun"
1945                },
1946                {
1947                    "target": "com.amazonaws.devicefarm#GetSuite"
1948                },
1949                {
1950                    "target": "com.amazonaws.devicefarm#GetTest"
1951                },
1952                {
1953                    "target": "com.amazonaws.devicefarm#GetTestGridProject"
1954                },
1955                {
1956                    "target": "com.amazonaws.devicefarm#GetTestGridSession"
1957                },
1958                {
1959                    "target": "com.amazonaws.devicefarm#GetUpload"
1960                },
1961                {
1962                    "target": "com.amazonaws.devicefarm#GetVPCEConfiguration"
1963                },
1964                {
1965                    "target": "com.amazonaws.devicefarm#InstallToRemoteAccessSession"
1966                },
1967                {
1968                    "target": "com.amazonaws.devicefarm#ListArtifacts"
1969                },
1970                {
1971                    "target": "com.amazonaws.devicefarm#ListDeviceInstances"
1972                },
1973                {
1974                    "target": "com.amazonaws.devicefarm#ListDevicePools"
1975                },
1976                {
1977                    "target": "com.amazonaws.devicefarm#ListDevices"
1978                },
1979                {
1980                    "target": "com.amazonaws.devicefarm#ListInstanceProfiles"
1981                },
1982                {
1983                    "target": "com.amazonaws.devicefarm#ListJobs"
1984                },
1985                {
1986                    "target": "com.amazonaws.devicefarm#ListNetworkProfiles"
1987                },
1988                {
1989                    "target": "com.amazonaws.devicefarm#ListOfferingPromotions"
1990                },
1991                {
1992                    "target": "com.amazonaws.devicefarm#ListOfferings"
1993                },
1994                {
1995                    "target": "com.amazonaws.devicefarm#ListOfferingTransactions"
1996                },
1997                {
1998                    "target": "com.amazonaws.devicefarm#ListProjects"
1999                },
2000                {
2001                    "target": "com.amazonaws.devicefarm#ListRemoteAccessSessions"
2002                },
2003                {
2004                    "target": "com.amazonaws.devicefarm#ListRuns"
2005                },
2006                {
2007                    "target": "com.amazonaws.devicefarm#ListSamples"
2008                },
2009                {
2010                    "target": "com.amazonaws.devicefarm#ListSuites"
2011                },
2012                {
2013                    "target": "com.amazonaws.devicefarm#ListTagsForResource"
2014                },
2015                {
2016                    "target": "com.amazonaws.devicefarm#ListTestGridProjects"
2017                },
2018                {
2019                    "target": "com.amazonaws.devicefarm#ListTestGridSessionActions"
2020                },
2021                {
2022                    "target": "com.amazonaws.devicefarm#ListTestGridSessionArtifacts"
2023                },
2024                {
2025                    "target": "com.amazonaws.devicefarm#ListTestGridSessions"
2026                },
2027                {
2028                    "target": "com.amazonaws.devicefarm#ListTests"
2029                },
2030                {
2031                    "target": "com.amazonaws.devicefarm#ListUniqueProblems"
2032                },
2033                {
2034                    "target": "com.amazonaws.devicefarm#ListUploads"
2035                },
2036                {
2037                    "target": "com.amazonaws.devicefarm#ListVPCEConfigurations"
2038                },
2039                {
2040                    "target": "com.amazonaws.devicefarm#PurchaseOffering"
2041                },
2042                {
2043                    "target": "com.amazonaws.devicefarm#RenewOffering"
2044                },
2045                {
2046                    "target": "com.amazonaws.devicefarm#ScheduleRun"
2047                },
2048                {
2049                    "target": "com.amazonaws.devicefarm#StopJob"
2050                },
2051                {
2052                    "target": "com.amazonaws.devicefarm#StopRemoteAccessSession"
2053                },
2054                {
2055                    "target": "com.amazonaws.devicefarm#StopRun"
2056                },
2057                {
2058                    "target": "com.amazonaws.devicefarm#TagResource"
2059                },
2060                {
2061                    "target": "com.amazonaws.devicefarm#UntagResource"
2062                },
2063                {
2064                    "target": "com.amazonaws.devicefarm#UpdateDeviceInstance"
2065                },
2066                {
2067                    "target": "com.amazonaws.devicefarm#UpdateDevicePool"
2068                },
2069                {
2070                    "target": "com.amazonaws.devicefarm#UpdateInstanceProfile"
2071                },
2072                {
2073                    "target": "com.amazonaws.devicefarm#UpdateNetworkProfile"
2074                },
2075                {
2076                    "target": "com.amazonaws.devicefarm#UpdateProject"
2077                },
2078                {
2079                    "target": "com.amazonaws.devicefarm#UpdateTestGridProject"
2080                },
2081                {
2082                    "target": "com.amazonaws.devicefarm#UpdateUpload"
2083                },
2084                {
2085                    "target": "com.amazonaws.devicefarm#UpdateVPCEConfiguration"
2086                }
2087            ],
2088            "traits": {
2089                "aws.api#service": {
2090                    "sdkId": "Device Farm",
2091                    "arnNamespace": "devicefarm",
2092                    "cloudFormationName": "DeviceFarm",
2093                    "cloudTrailEventSource": "devicefarm.amazonaws.com",
2094                    "endpointPrefix": "devicefarm"
2095                },
2096                "aws.auth#sigv4": {
2097                    "name": "devicefarm"
2098                },
2099                "aws.protocols#awsJson1_1": {},
2100                "smithy.api#documentation": "<p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p>\n        <ul>\n            <li>\n                <p>Testing on desktop browsers</p>\n                <p> Device Farm makes it possible for you to test your web applications on desktop browsers using\n                    Selenium. The APIs for desktop browser testing contain <code>TestGrid</code> in their names. For\n                    more information, see <a href=\"https://docs.aws.amazon.com/devicefarm/latest/testgrid/\">Testing Web\n                        Applications on Selenium with Device Farm</a>.</p>\n            </li>\n            <li>\n                <p>Testing on real mobile devices</p>\n                <p>Device Farm makes it possible for you to test apps on physical phones, tablets, and other\n                    devices in the cloud. For more information, see the <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/\">Device Farm Developer Guide</a>.</p>\n            </li>\n         </ul>",
2101                "smithy.api#title": "AWS Device Farm",
2102                "smithy.api#xmlNamespace": {
2103                    "uri": "http://devicefarm.amazonaws.com/doc/2015-06-23/"
2104                }
2105            }
2106        },
2107        "com.amazonaws.devicefarm#DeviceFilter": {
2108            "type": "structure",
2109            "members": {
2110                "attribute": {
2111                    "target": "com.amazonaws.devicefarm#DeviceFilterAttribute",
2112                    "traits": {
2113                        "smithy.api#documentation": "<p>The aspect of a device such as platform or model used as the selection criteria in a\n            device filter.</p>\n        <p>The supported operators for each attribute are provided in the following list.</p>\n        <dl>\n            <dt>ARN</dt>\n            <dd>\n                    <p>The Amazon Resource Name (ARN) of the device (for example,\n                            <code>arn:aws:devicefarm:us-west-2::device:12345Example</code>).</p>\n                    <p>Supported operators: <code>EQUALS</code>, <code>IN</code>, <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>PLATFORM</dt>\n            <dd>\n                    <p>The device platform. Valid values are ANDROID or IOS.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                </dd>\n            <dt>OS_VERSION</dt>\n            <dd>\n                    <p>The operating system version (for example, 10.3.2).</p>\n                    <p>Supported operators: <code>EQUALS</code>, <code>GREATER_THAN</code>,\n                            <code>GREATER_THAN_OR_EQUALS</code>, <code>IN</code>,\n                            <code>LESS_THAN</code>, <code>LESS_THAN_OR_EQUALS</code>,\n                            <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>MODEL</dt>\n            <dd>\n                    <p>The device model (for example, iPad 5th Gen).</p>\n                    <p>Supported operators: <code>CONTAINS</code>, <code>EQUALS</code>,\n                            <code>IN</code>, <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>AVAILABILITY</dt>\n            <dd>\n                    <p>The current availability of the device. Valid values are AVAILABLE,\n                        HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                </dd>\n            <dt>FORM_FACTOR</dt>\n            <dd>\n                    <p>The device form factor. Valid values are PHONE or TABLET.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                </dd>\n            <dt>MANUFACTURER</dt>\n            <dd>\n                    <p>The device manufacturer (for example, Apple).</p>\n                    <p>Supported operators: <code>EQUALS</code>, <code>IN</code>,\n                            <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>REMOTE_ACCESS_ENABLED</dt>\n            <dd>\n                    <p>Whether the device is enabled for remote access. Valid values are TRUE or\n                        FALSE.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                </dd>\n            <dt>REMOTE_DEBUG_ENABLED</dt>\n            <dd>\n                    <p>Whether the device is enabled for remote debugging. Valid values are TRUE or FALSE.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                    <p>Because remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no longer\n                            supported</a>, this filter is ignored.</p>\n                </dd>\n            <dt>INSTANCE_ARN</dt>\n            <dd>\n                    <p>The Amazon Resource Name (ARN) of the device instance.</p>\n                    <p>Supported operators: <code>EQUALS</code>, <code>IN</code>,\n                            <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>INSTANCE_LABELS</dt>\n            <dd>\n                    <p>The label of the device instance.</p>\n                    <p>Supported operators: <code>CONTAINS</code>\n               </p>\n                </dd>\n            <dt>FLEET_TYPE</dt>\n            <dd>\n                    <p>The fleet type. Valid values are PUBLIC or PRIVATE.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                </dd>\n         </dl>"
2114                    }
2115                },
2116                "operator": {
2117                    "target": "com.amazonaws.devicefarm#RuleOperator",
2118                    "traits": {
2119                        "smithy.api#documentation": "<p>Specifies how Device Farm compares the filter's attribute to the value. See the attribute\n            descriptions.</p>"
2120                    }
2121                },
2122                "values": {
2123                    "target": "com.amazonaws.devicefarm#DeviceFilterValues",
2124                    "traits": {
2125                        "smithy.api#documentation": "<p>An array of one or more filter values used in a device filter.</p>\n        <p class=\"title\">\n            <b>Operator Values</b>\n         </p>\n         <ul>\n            <li>\n                <p>The IN and NOT_IN operators can take a values array that has more than one\n                    element.</p>\n            </li>\n            <li>\n                <p>The other operators require an array with a single element.</p>\n            </li>\n         </ul>\n        <p class=\"title\">\n            <b>Attribute Values</b>\n         </p>\n         <ul>\n            <li>\n                <p>The PLATFORM attribute can be set to ANDROID or IOS.</p>\n            </li>\n            <li>\n                <p>The AVAILABILITY attribute can be set to AVAILABLE, HIGHLY_AVAILABLE, BUSY, or\n                    TEMPORARY_NOT_AVAILABLE.</p>\n            </li>\n            <li>\n                <p>The FORM_FACTOR attribute can be set to PHONE or TABLET.</p>\n            </li>\n            <li>\n                <p>The FLEET_TYPE attribute can be set to PUBLIC or PRIVATE.</p>\n            </li>\n         </ul>"
2126                    }
2127                }
2128            },
2129            "traits": {
2130                "smithy.api#documentation": "<p>Represents a device filter used to select a set of devices to be included in a test\n            run. This data structure is passed in as the <code>deviceSelectionConfiguration</code>\n            parameter to <code>ScheduleRun</code>. For an example of the JSON request syntax, see\n                <a>ScheduleRun</a>.</p>\n        <p>It is also passed in as the <code>filters</code> parameter to\n            <code>ListDevices</code>. For an example of the JSON request syntax, see <a>ListDevices</a>.</p>"
2131            }
2132        },
2133        "com.amazonaws.devicefarm#DeviceFilterAttribute": {
2134            "type": "string",
2135            "traits": {
2136                "smithy.api#enum": [
2137                    {
2138                        "value": "ARN",
2139                        "name": "ARN"
2140                    },
2141                    {
2142                        "value": "PLATFORM",
2143                        "name": "PLATFORM"
2144                    },
2145                    {
2146                        "value": "OS_VERSION",
2147                        "name": "OS_VERSION"
2148                    },
2149                    {
2150                        "value": "MODEL",
2151                        "name": "MODEL"
2152                    },
2153                    {
2154                        "value": "AVAILABILITY",
2155                        "name": "AVAILABILITY"
2156                    },
2157                    {
2158                        "value": "FORM_FACTOR",
2159                        "name": "FORM_FACTOR"
2160                    },
2161                    {
2162                        "value": "MANUFACTURER",
2163                        "name": "MANUFACTURER"
2164                    },
2165                    {
2166                        "value": "REMOTE_ACCESS_ENABLED",
2167                        "name": "REMOTE_ACCESS_ENABLED"
2168                    },
2169                    {
2170                        "value": "REMOTE_DEBUG_ENABLED",
2171                        "name": "REMOTE_DEBUG_ENABLED"
2172                    },
2173                    {
2174                        "value": "INSTANCE_ARN",
2175                        "name": "INSTANCE_ARN"
2176                    },
2177                    {
2178                        "value": "INSTANCE_LABELS",
2179                        "name": "INSTANCE_LABELS"
2180                    },
2181                    {
2182                        "value": "FLEET_TYPE",
2183                        "name": "FLEET_TYPE"
2184                    }
2185                ]
2186            }
2187        },
2188        "com.amazonaws.devicefarm#DeviceFilterValues": {
2189            "type": "list",
2190            "member": {
2191                "target": "com.amazonaws.devicefarm#String"
2192            }
2193        },
2194        "com.amazonaws.devicefarm#DeviceFilters": {
2195            "type": "list",
2196            "member": {
2197                "target": "com.amazonaws.devicefarm#DeviceFilter"
2198            }
2199        },
2200        "com.amazonaws.devicefarm#DeviceFormFactor": {
2201            "type": "string",
2202            "traits": {
2203                "smithy.api#enum": [
2204                    {
2205                        "value": "PHONE",
2206                        "name": "PHONE"
2207                    },
2208                    {
2209                        "value": "TABLET",
2210                        "name": "TABLET"
2211                    }
2212                ]
2213            }
2214        },
2215        "com.amazonaws.devicefarm#DeviceHostPaths": {
2216            "type": "list",
2217            "member": {
2218                "target": "com.amazonaws.devicefarm#String"
2219            }
2220        },
2221        "com.amazonaws.devicefarm#DeviceInstance": {
2222            "type": "structure",
2223            "members": {
2224                "arn": {
2225                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2226                    "traits": {
2227                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the device instance.</p>"
2228                    }
2229                },
2230                "deviceArn": {
2231                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2232                    "traits": {
2233                        "smithy.api#documentation": "<p>The ARN of the device.</p>"
2234                    }
2235                },
2236                "labels": {
2237                    "target": "com.amazonaws.devicefarm#InstanceLabels",
2238                    "traits": {
2239                        "smithy.api#documentation": "<p>An array of strings that describe the device instance.</p>"
2240                    }
2241                },
2242                "status": {
2243                    "target": "com.amazonaws.devicefarm#InstanceStatus",
2244                    "traits": {
2245                        "smithy.api#documentation": "<p>The status of the device instance. Valid values are listed here.</p>"
2246                    }
2247                },
2248                "udid": {
2249                    "target": "com.amazonaws.devicefarm#String",
2250                    "traits": {
2251                        "smithy.api#documentation": "<p>Unique device identifier for the device instance.</p>"
2252                    }
2253                },
2254                "instanceProfile": {
2255                    "target": "com.amazonaws.devicefarm#InstanceProfile",
2256                    "traits": {
2257                        "smithy.api#documentation": "<p>A object that contains information about the instance profile.</p>"
2258                    }
2259                }
2260            },
2261            "traits": {
2262                "smithy.api#documentation": "<p>Represents the device instance.</p>"
2263            }
2264        },
2265        "com.amazonaws.devicefarm#DeviceInstances": {
2266            "type": "list",
2267            "member": {
2268                "target": "com.amazonaws.devicefarm#DeviceInstance"
2269            }
2270        },
2271        "com.amazonaws.devicefarm#DeviceMinutes": {
2272            "type": "structure",
2273            "members": {
2274                "total": {
2275                    "target": "com.amazonaws.devicefarm#Double",
2276                    "traits": {
2277                        "smithy.api#documentation": "<p>When specified, represents the total minutes used by the resource to run\n            tests.</p>"
2278                    }
2279                },
2280                "metered": {
2281                    "target": "com.amazonaws.devicefarm#Double",
2282                    "traits": {
2283                        "smithy.api#documentation": "<p>When specified, represents only the sum of metered minutes used by the resource to\n            run tests.</p>"
2284                    }
2285                },
2286                "unmetered": {
2287                    "target": "com.amazonaws.devicefarm#Double",
2288                    "traits": {
2289                        "smithy.api#documentation": "<p>When specified, represents only the sum of unmetered minutes used by the resource\n            to run tests.</p>"
2290                    }
2291                }
2292            },
2293            "traits": {
2294                "smithy.api#documentation": "<p>Represents the total (metered or unmetered) minutes used by the resource to run\n            tests. Contains the sum of minutes consumed by all children.</p>"
2295            }
2296        },
2297        "com.amazonaws.devicefarm#DevicePlatform": {
2298            "type": "string",
2299            "traits": {
2300                "smithy.api#enum": [
2301                    {
2302                        "value": "ANDROID",
2303                        "name": "ANDROID"
2304                    },
2305                    {
2306                        "value": "IOS",
2307                        "name": "IOS"
2308                    }
2309                ]
2310            }
2311        },
2312        "com.amazonaws.devicefarm#DevicePool": {
2313            "type": "structure",
2314            "members": {
2315                "arn": {
2316                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2317                    "traits": {
2318                        "smithy.api#documentation": "<p>The device pool's ARN.</p>"
2319                    }
2320                },
2321                "name": {
2322                    "target": "com.amazonaws.devicefarm#Name",
2323                    "traits": {
2324                        "smithy.api#documentation": "<p>The device pool's name.</p>"
2325                    }
2326                },
2327                "description": {
2328                    "target": "com.amazonaws.devicefarm#Message",
2329                    "traits": {
2330                        "smithy.api#documentation": "<p>The device pool's description.</p>"
2331                    }
2332                },
2333                "type": {
2334                    "target": "com.amazonaws.devicefarm#DevicePoolType",
2335                    "traits": {
2336                        "smithy.api#documentation": "<p>The device pool's type.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>CURATED: A device pool that is created and managed by AWS Device\n                    Farm.</p>\n            </li>\n            <li>\n                <p>PRIVATE: A device pool that is created and managed by the device pool\n                    developer.</p>\n            </li>\n         </ul>"
2337                    }
2338                },
2339                "rules": {
2340                    "target": "com.amazonaws.devicefarm#Rules",
2341                    "traits": {
2342                        "smithy.api#documentation": "<p>Information about the device pool's rules.</p>"
2343                    }
2344                },
2345                "maxDevices": {
2346                    "target": "com.amazonaws.devicefarm#Integer",
2347                    "traits": {
2348                        "smithy.api#documentation": "<p>The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are\n            available and meet the criteria that you assign for the <code>rules</code> parameter. Depending on how many\n            devices meet these constraints, your device pool might contain fewer devices than the value for this\n            parameter.</p>\n        <p>By specifying the maximum number of devices, you can control the costs that you incur\n            by running tests.</p>"
2349                    }
2350                }
2351            },
2352            "traits": {
2353                "smithy.api#documentation": "<p>Represents a collection of device types.</p>"
2354            }
2355        },
2356        "com.amazonaws.devicefarm#DevicePoolCompatibilityResult": {
2357            "type": "structure",
2358            "members": {
2359                "device": {
2360                    "target": "com.amazonaws.devicefarm#Device",
2361                    "traits": {
2362                        "smithy.api#documentation": "<p>The device (phone or tablet) to return information about.</p>"
2363                    }
2364                },
2365                "compatible": {
2366                    "target": "com.amazonaws.devicefarm#Boolean",
2367                    "traits": {
2368                        "smithy.api#documentation": "<p>Whether the result was compatible with the device pool.</p>"
2369                    }
2370                },
2371                "incompatibilityMessages": {
2372                    "target": "com.amazonaws.devicefarm#IncompatibilityMessages",
2373                    "traits": {
2374                        "smithy.api#documentation": "<p>Information about the compatibility.</p>"
2375                    }
2376                }
2377            },
2378            "traits": {
2379                "smithy.api#documentation": "<p>Represents a device pool compatibility result.</p>"
2380            }
2381        },
2382        "com.amazonaws.devicefarm#DevicePoolCompatibilityResults": {
2383            "type": "list",
2384            "member": {
2385                "target": "com.amazonaws.devicefarm#DevicePoolCompatibilityResult"
2386            }
2387        },
2388        "com.amazonaws.devicefarm#DevicePoolType": {
2389            "type": "string",
2390            "traits": {
2391                "smithy.api#enum": [
2392                    {
2393                        "value": "CURATED",
2394                        "name": "CURATED"
2395                    },
2396                    {
2397                        "value": "PRIVATE",
2398                        "name": "PRIVATE"
2399                    }
2400                ]
2401            }
2402        },
2403        "com.amazonaws.devicefarm#DevicePools": {
2404            "type": "list",
2405            "member": {
2406                "target": "com.amazonaws.devicefarm#DevicePool"
2407            }
2408        },
2409        "com.amazonaws.devicefarm#DeviceSelectionConfiguration": {
2410            "type": "structure",
2411            "members": {
2412                "filters": {
2413                    "target": "com.amazonaws.devicefarm#DeviceFilters",
2414                    "traits": {
2415                        "smithy.api#documentation": "<p>Used to dynamically select a set of devices for a test run. A filter is made up of an\n            attribute, an operator, and one or more values.</p>\n        <ul>\n            <li>\n                <p>\n                  <b>Attribute</b>\n               </p>\n                <p>The aspect of a device such as platform or model used as the selection\n                    criteria in a device filter.</p>\n                <p>Allowed values include:</p>\n                <ul>\n                  <li>\n                        <p>ARN: The Amazon Resource Name (ARN) of the device (for example,\n                                <code>arn:aws:devicefarm:us-west-2::device:12345Example</code>).</p>\n                    </li>\n                  <li>\n                        <p>PLATFORM: The device platform. Valid values are ANDROID or\n                            IOS.</p>\n                    </li>\n                  <li>\n                        <p>OS_VERSION: The operating system version (for example,\n                            10.3.2).</p>\n                    </li>\n                  <li>\n                        <p>MODEL: The device model (for example, iPad 5th Gen).</p>\n                    </li>\n                  <li>\n                        <p>AVAILABILITY: The current availability of the device. Valid values\n                            are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or\n                            TEMPORARY_NOT_AVAILABLE.</p>\n                    </li>\n                  <li>\n                        <p>FORM_FACTOR: The device form factor. Valid values are PHONE or\n                            TABLET.</p>\n                    </li>\n                  <li>\n                        <p>MANUFACTURER: The device manufacturer (for example,\n                            Apple).</p>\n                    </li>\n                  <li>\n                        <p>REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote\n                            access. Valid values are TRUE or FALSE.</p>\n                    </li>\n                  <li>\n                        <p>REMOTE_DEBUG_ENABLED: Whether the device is enabled for remote debugging. Valid values\n                            are TRUE or FALSE. Because remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                                longer supported</a>, this filter is ignored.</p>\n                    </li>\n                  <li>\n                        <p>INSTANCE_ARN: The Amazon Resource Name (ARN) of the device\n                            instance.</p>\n                    </li>\n                  <li>\n                        <p>INSTANCE_LABELS: The label of the device instance.</p>\n                    </li>\n                  <li>\n                        <p>FLEET_TYPE: The fleet type. Valid values are PUBLIC or PRIVATE.</p>\n                    </li>\n               </ul>\n            </li>\n            <li>\n                <p>\n                  <b>Operator</b>\n               </p>\n                <p>The filter operator.</p>\n                <ul>\n                  <li>\n                        <p>The EQUALS operator is available for every attribute except\n                            INSTANCE_LABELS.</p>\n                    </li>\n                  <li>\n                        <p>The CONTAINS operator is available for the INSTANCE_LABELS and MODEL\n                            attributes.</p>\n                    </li>\n                  <li>\n                        <p>The IN and NOT_IN operators are available for the ARN, OS_VERSION,\n                            MODEL, MANUFACTURER, and INSTANCE_ARN attributes.</p>\n                    </li>\n                  <li>\n                        <p>The LESS_THAN, GREATER_THAN, LESS_THAN_OR_EQUALS, and\n                            GREATER_THAN_OR_EQUALS operators are also available for the OS_VERSION\n                            attribute.</p>\n                    </li>\n               </ul>\n            </li>\n            <li>\n                <p>\n                  <b>Values</b>\n               </p>\n                <p>An array of one or more filter values.</p>\n                <p class=\"title\">\n                  <b>Operator Values</b>\n               </p>\n               <ul>\n                  <li>\n                        <p>The IN and NOT_IN operators can take a values array that has more than\n                            one element.</p>\n                    </li>\n                  <li>\n                        <p>The other operators require an array with a single element.</p>\n                    </li>\n               </ul>\n                <p class=\"title\">\n                  <b>Attribute Values</b>\n               </p>\n               <ul>\n                  <li>\n                        <p>The PLATFORM attribute can be set to ANDROID or IOS.</p>\n                    </li>\n                  <li>\n                        <p>The AVAILABILITY attribute can be set to AVAILABLE, HIGHLY_AVAILABLE, BUSY, or\n                            TEMPORARY_NOT_AVAILABLE.</p>\n                    </li>\n                  <li>\n                        <p>The FORM_FACTOR attribute can be set to PHONE or TABLET.</p>\n                    </li>\n                  <li>\n                        <p>The FLEET_TYPE attribute can be set to PUBLIC or PRIVATE.</p>\n                    </li>\n               </ul>\n            </li>\n         </ul>",
2416                        "smithy.api#required": {}
2417                    }
2418                },
2419                "maxDevices": {
2420                    "target": "com.amazonaws.devicefarm#Integer",
2421                    "traits": {
2422                        "smithy.api#documentation": "<p>The maximum number of devices to be included in a test run.</p>",
2423                        "smithy.api#required": {}
2424                    }
2425                }
2426            },
2427            "traits": {
2428                "smithy.api#documentation": "<p>Represents the device filters used in a test run and the maximum number of devices to be included in the\n            run. It is passed in as the <code>deviceSelectionConfiguration</code> request parameter in <a>ScheduleRun</a>.</p>"
2429            }
2430        },
2431        "com.amazonaws.devicefarm#DeviceSelectionResult": {
2432            "type": "structure",
2433            "members": {
2434                "filters": {
2435                    "target": "com.amazonaws.devicefarm#DeviceFilters",
2436                    "traits": {
2437                        "smithy.api#documentation": "<p>The filters in a device selection result.</p>"
2438                    }
2439                },
2440                "matchedDevicesCount": {
2441                    "target": "com.amazonaws.devicefarm#Integer",
2442                    "traits": {
2443                        "smithy.api#documentation": "<p>The number of devices that matched the device filter selection criteria.</p>"
2444                    }
2445                },
2446                "maxDevices": {
2447                    "target": "com.amazonaws.devicefarm#Integer",
2448                    "traits": {
2449                        "smithy.api#documentation": "<p>The maximum number of devices to be selected by a device filter and included in a test\n            run.</p>"
2450                    }
2451                }
2452            },
2453            "traits": {
2454                "smithy.api#documentation": "<p>Contains the run results requested by the device selection configuration and how many devices were\n            returned. For an example of the JSON response syntax, see <a>ScheduleRun</a>.</p>"
2455            }
2456        },
2457        "com.amazonaws.devicefarm#Devices": {
2458            "type": "list",
2459            "member": {
2460                "target": "com.amazonaws.devicefarm#Device"
2461            }
2462        },
2463        "com.amazonaws.devicefarm#Double": {
2464            "type": "double",
2465            "traits": {
2466                "smithy.api#box": {}
2467            }
2468        },
2469        "com.amazonaws.devicefarm#ExceptionMessage": {
2470            "type": "string"
2471        },
2472        "com.amazonaws.devicefarm#ExecutionConfiguration": {
2473            "type": "structure",
2474            "members": {
2475                "jobTimeoutMinutes": {
2476                    "target": "com.amazonaws.devicefarm#JobTimeoutMinutes",
2477                    "traits": {
2478                        "smithy.api#documentation": "<p>The number of minutes a test run executes before it times out.</p>"
2479                    }
2480                },
2481                "accountsCleanup": {
2482                    "target": "com.amazonaws.devicefarm#AccountsCleanup",
2483                    "traits": {
2484                        "smithy.api#documentation": "<p>True if account cleanup is enabled at the beginning of the test. Otherwise, false.</p>"
2485                    }
2486                },
2487                "appPackagesCleanup": {
2488                    "target": "com.amazonaws.devicefarm#AppPackagesCleanup",
2489                    "traits": {
2490                        "smithy.api#documentation": "<p>True if app package cleanup is enabled at the beginning of the test. Otherwise, false.</p>"
2491                    }
2492                },
2493                "videoCapture": {
2494                    "target": "com.amazonaws.devicefarm#VideoCapture",
2495                    "traits": {
2496                        "smithy.api#documentation": "<p>Set to true to enable video capture. Otherwise, set to false. The default is true.</p>"
2497                    }
2498                },
2499                "skipAppResign": {
2500                    "target": "com.amazonaws.devicefarm#SkipAppResign",
2501                    "traits": {
2502                        "smithy.api#documentation": "<p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public\n            devices, Device Farm always signs your apps again.</p>\n        <p>For more information about how Device Farm re-signs your apps, see <a href=\"https://aws.amazon.com/device-farm/faq/\">Do you modify my app?</a> in the <i>AWS Device\n                Farm FAQs</i>.</p>"
2503                    }
2504                }
2505            },
2506            "traits": {
2507                "smithy.api#documentation": "<p>Represents configuration information about a test run, such as the execution\n            timeout (in minutes).</p>"
2508            }
2509        },
2510        "com.amazonaws.devicefarm#ExecutionResult": {
2511            "type": "string",
2512            "traits": {
2513                "smithy.api#enum": [
2514                    {
2515                        "value": "PENDING",
2516                        "name": "PENDING"
2517                    },
2518                    {
2519                        "value": "PASSED",
2520                        "name": "PASSED"
2521                    },
2522                    {
2523                        "value": "WARNED",
2524                        "name": "WARNED"
2525                    },
2526                    {
2527                        "value": "FAILED",
2528                        "name": "FAILED"
2529                    },
2530                    {
2531                        "value": "SKIPPED",
2532                        "name": "SKIPPED"
2533                    },
2534                    {
2535                        "value": "ERRORED",
2536                        "name": "ERRORED"
2537                    },
2538                    {
2539                        "value": "STOPPED",
2540                        "name": "STOPPED"
2541                    }
2542                ]
2543            }
2544        },
2545        "com.amazonaws.devicefarm#ExecutionResultCode": {
2546            "type": "string",
2547            "traits": {
2548                "smithy.api#enum": [
2549                    {
2550                        "value": "PARSING_FAILED",
2551                        "name": "PARSING_FAILED"
2552                    },
2553                    {
2554                        "value": "VPC_ENDPOINT_SETUP_FAILED",
2555                        "name": "VPC_ENDPOINT_SETUP_FAILED"
2556                    }
2557                ]
2558            }
2559        },
2560        "com.amazonaws.devicefarm#ExecutionStatus": {
2561            "type": "string",
2562            "traits": {
2563                "smithy.api#enum": [
2564                    {
2565                        "value": "PENDING",
2566                        "name": "PENDING"
2567                    },
2568                    {
2569                        "value": "PENDING_CONCURRENCY",
2570                        "name": "PENDING_CONCURRNECY"
2571                    },
2572                    {
2573                        "value": "PENDING_DEVICE",
2574                        "name": "PENDING_DEVICE"
2575                    },
2576                    {
2577                        "value": "PROCESSING",
2578                        "name": "PROCESSING"
2579                    },
2580                    {
2581                        "value": "SCHEDULING",
2582                        "name": "SCHEDULING"
2583                    },
2584                    {
2585                        "value": "PREPARING",
2586                        "name": "PREPARING"
2587                    },
2588                    {
2589                        "value": "RUNNING",
2590                        "name": "RUNNING"
2591                    },
2592                    {
2593                        "value": "COMPLETED",
2594                        "name": "COMPLETED"
2595                    },
2596                    {
2597                        "value": "STOPPING",
2598                        "name": "STOPPING"
2599                    }
2600                ]
2601            }
2602        },
2603        "com.amazonaws.devicefarm#Filter": {
2604            "type": "string",
2605            "traits": {
2606                "smithy.api#length": {
2607                    "min": 0,
2608                    "max": 8192
2609                }
2610            }
2611        },
2612        "com.amazonaws.devicefarm#GetAccountSettings": {
2613            "type": "operation",
2614            "input": {
2615                "target": "com.amazonaws.devicefarm#GetAccountSettingsRequest"
2616            },
2617            "output": {
2618                "target": "com.amazonaws.devicefarm#GetAccountSettingsResult"
2619            },
2620            "errors": [
2621                {
2622                    "target": "com.amazonaws.devicefarm#ArgumentException"
2623                },
2624                {
2625                    "target": "com.amazonaws.devicefarm#LimitExceededException"
2626                },
2627                {
2628                    "target": "com.amazonaws.devicefarm#NotFoundException"
2629                },
2630                {
2631                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
2632                }
2633            ],
2634            "traits": {
2635                "smithy.api#documentation": "<p>Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the\n            account.</p>"
2636            }
2637        },
2638        "com.amazonaws.devicefarm#GetAccountSettingsRequest": {
2639            "type": "structure",
2640            "members": {},
2641            "traits": {
2642                "smithy.api#documentation": "<p>Represents the request sent to retrieve the account settings.</p>"
2643            }
2644        },
2645        "com.amazonaws.devicefarm#GetAccountSettingsResult": {
2646            "type": "structure",
2647            "members": {
2648                "accountSettings": {
2649                    "target": "com.amazonaws.devicefarm#AccountSettings",
2650                    "traits": {
2651                        "smithy.api#documentation": "<p>The account settings.</p>"
2652                    }
2653                }
2654            },
2655            "traits": {
2656                "smithy.api#documentation": "<p>Represents the account settings return values from the\n                <code>GetAccountSettings</code> request.</p>"
2657            }
2658        },
2659        "com.amazonaws.devicefarm#GetDevice": {
2660            "type": "operation",
2661            "input": {
2662                "target": "com.amazonaws.devicefarm#GetDeviceRequest"
2663            },
2664            "output": {
2665                "target": "com.amazonaws.devicefarm#GetDeviceResult"
2666            },
2667            "errors": [
2668                {
2669                    "target": "com.amazonaws.devicefarm#ArgumentException"
2670                },
2671                {
2672                    "target": "com.amazonaws.devicefarm#LimitExceededException"
2673                },
2674                {
2675                    "target": "com.amazonaws.devicefarm#NotFoundException"
2676                },
2677                {
2678                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
2679                }
2680            ],
2681            "traits": {
2682                "smithy.api#documentation": "<p>Gets information about a unique device type.</p>"
2683            }
2684        },
2685        "com.amazonaws.devicefarm#GetDeviceInstance": {
2686            "type": "operation",
2687            "input": {
2688                "target": "com.amazonaws.devicefarm#GetDeviceInstanceRequest"
2689            },
2690            "output": {
2691                "target": "com.amazonaws.devicefarm#GetDeviceInstanceResult"
2692            },
2693            "errors": [
2694                {
2695                    "target": "com.amazonaws.devicefarm#ArgumentException"
2696                },
2697                {
2698                    "target": "com.amazonaws.devicefarm#LimitExceededException"
2699                },
2700                {
2701                    "target": "com.amazonaws.devicefarm#NotFoundException"
2702                },
2703                {
2704                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
2705                }
2706            ],
2707            "traits": {
2708                "smithy.api#documentation": "<p>Returns information about a device instance that belongs to a private device fleet.</p>"
2709            }
2710        },
2711        "com.amazonaws.devicefarm#GetDeviceInstanceRequest": {
2712            "type": "structure",
2713            "members": {
2714                "arn": {
2715                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2716                    "traits": {
2717                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the instance you're requesting information\n            about.</p>",
2718                        "smithy.api#required": {}
2719                    }
2720                }
2721            }
2722        },
2723        "com.amazonaws.devicefarm#GetDeviceInstanceResult": {
2724            "type": "structure",
2725            "members": {
2726                "deviceInstance": {
2727                    "target": "com.amazonaws.devicefarm#DeviceInstance",
2728                    "traits": {
2729                        "smithy.api#documentation": "<p>An object that contains information about your device instance.</p>"
2730                    }
2731                }
2732            }
2733        },
2734        "com.amazonaws.devicefarm#GetDevicePool": {
2735            "type": "operation",
2736            "input": {
2737                "target": "com.amazonaws.devicefarm#GetDevicePoolRequest"
2738            },
2739            "output": {
2740                "target": "com.amazonaws.devicefarm#GetDevicePoolResult"
2741            },
2742            "errors": [
2743                {
2744                    "target": "com.amazonaws.devicefarm#ArgumentException"
2745                },
2746                {
2747                    "target": "com.amazonaws.devicefarm#LimitExceededException"
2748                },
2749                {
2750                    "target": "com.amazonaws.devicefarm#NotFoundException"
2751                },
2752                {
2753                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
2754                }
2755            ],
2756            "traits": {
2757                "smithy.api#documentation": "<p>Gets information about a device pool.</p>"
2758            }
2759        },
2760        "com.amazonaws.devicefarm#GetDevicePoolCompatibility": {
2761            "type": "operation",
2762            "input": {
2763                "target": "com.amazonaws.devicefarm#GetDevicePoolCompatibilityRequest"
2764            },
2765            "output": {
2766                "target": "com.amazonaws.devicefarm#GetDevicePoolCompatibilityResult"
2767            },
2768            "errors": [
2769                {
2770                    "target": "com.amazonaws.devicefarm#ArgumentException"
2771                },
2772                {
2773                    "target": "com.amazonaws.devicefarm#LimitExceededException"
2774                },
2775                {
2776                    "target": "com.amazonaws.devicefarm#NotFoundException"
2777                },
2778                {
2779                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
2780                }
2781            ],
2782            "traits": {
2783                "smithy.api#documentation": "<p>Gets information about compatibility with a device pool.</p>"
2784            }
2785        },
2786        "com.amazonaws.devicefarm#GetDevicePoolCompatibilityRequest": {
2787            "type": "structure",
2788            "members": {
2789                "devicePoolArn": {
2790                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2791                    "traits": {
2792                        "smithy.api#documentation": "<p>The device pool's ARN.</p>",
2793                        "smithy.api#required": {}
2794                    }
2795                },
2796                "appArn": {
2797                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2798                    "traits": {
2799                        "smithy.api#documentation": "<p>The ARN of the app that is associated with the specified device pool.</p>"
2800                    }
2801                },
2802                "testType": {
2803                    "target": "com.amazonaws.devicefarm#TestType",
2804                    "traits": {
2805                        "smithy.api#documentation": "<p>The test type for the specified device pool.</p>\n        <p>Allowed values include the following:</p>\n        <ul>\n            <li>\n                <p>BUILTIN_FUZZ.</p>\n            </li>\n            <li>\n                <p>BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with\n                    it and capturing screenshots at the same time.</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT.</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG.</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON.</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE.</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY.</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT.</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG.</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON.</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE.</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY.</p>\n            </li>\n            <li>\n                <p>CALABASH.</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION.</p>\n            </li>\n            <li>\n                <p>UIAUTOMATION.</p>\n            </li>\n            <li>\n                <p>UIAUTOMATOR.</p>\n            </li>\n            <li>\n                <p>XCTEST.</p>\n            </li>\n            <li>\n                <p>XCTEST_UI.</p>\n            </li>\n         </ul>"
2806                    }
2807                },
2808                "test": {
2809                    "target": "com.amazonaws.devicefarm#ScheduleRunTest",
2810                    "traits": {
2811                        "smithy.api#documentation": "<p>Information about the uploaded test to be run against the device pool.</p>"
2812                    }
2813                },
2814                "configuration": {
2815                    "target": "com.amazonaws.devicefarm#ScheduleRunConfiguration",
2816                    "traits": {
2817                        "smithy.api#documentation": "<p>An object that contains information about the settings for a run.</p>"
2818                    }
2819                }
2820            },
2821            "traits": {
2822                "smithy.api#documentation": "<p>Represents a request to the get device pool compatibility operation.</p>"
2823            }
2824        },
2825        "com.amazonaws.devicefarm#GetDevicePoolCompatibilityResult": {
2826            "type": "structure",
2827            "members": {
2828                "compatibleDevices": {
2829                    "target": "com.amazonaws.devicefarm#DevicePoolCompatibilityResults",
2830                    "traits": {
2831                        "smithy.api#documentation": "<p>Information about compatible devices.</p>"
2832                    }
2833                },
2834                "incompatibleDevices": {
2835                    "target": "com.amazonaws.devicefarm#DevicePoolCompatibilityResults",
2836                    "traits": {
2837                        "smithy.api#documentation": "<p>Information about incompatible devices.</p>"
2838                    }
2839                }
2840            },
2841            "traits": {
2842                "smithy.api#documentation": "<p>Represents the result of describe device pool compatibility request.</p>"
2843            }
2844        },
2845        "com.amazonaws.devicefarm#GetDevicePoolRequest": {
2846            "type": "structure",
2847            "members": {
2848                "arn": {
2849                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2850                    "traits": {
2851                        "smithy.api#documentation": "<p>The device pool's ARN.</p>",
2852                        "smithy.api#required": {}
2853                    }
2854                }
2855            },
2856            "traits": {
2857                "smithy.api#documentation": "<p>Represents a request to the get device pool operation.</p>"
2858            }
2859        },
2860        "com.amazonaws.devicefarm#GetDevicePoolResult": {
2861            "type": "structure",
2862            "members": {
2863                "devicePool": {
2864                    "target": "com.amazonaws.devicefarm#DevicePool",
2865                    "traits": {
2866                        "smithy.api#documentation": "<p>An object that contains information about the requested device pool.</p>"
2867                    }
2868                }
2869            },
2870            "traits": {
2871                "smithy.api#documentation": "<p>Represents the result of a get device pool request.</p>"
2872            }
2873        },
2874        "com.amazonaws.devicefarm#GetDeviceRequest": {
2875            "type": "structure",
2876            "members": {
2877                "arn": {
2878                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2879                    "traits": {
2880                        "smithy.api#documentation": "<p>The device type's ARN.</p>",
2881                        "smithy.api#required": {}
2882                    }
2883                }
2884            },
2885            "traits": {
2886                "smithy.api#documentation": "<p>Represents a request to the get device request.</p>"
2887            }
2888        },
2889        "com.amazonaws.devicefarm#GetDeviceResult": {
2890            "type": "structure",
2891            "members": {
2892                "device": {
2893                    "target": "com.amazonaws.devicefarm#Device",
2894                    "traits": {
2895                        "smithy.api#documentation": "<p>An object that contains information about the requested device.</p>"
2896                    }
2897                }
2898            },
2899            "traits": {
2900                "smithy.api#documentation": "<p>Represents the result of a get device request.</p>"
2901            }
2902        },
2903        "com.amazonaws.devicefarm#GetInstanceProfile": {
2904            "type": "operation",
2905            "input": {
2906                "target": "com.amazonaws.devicefarm#GetInstanceProfileRequest"
2907            },
2908            "output": {
2909                "target": "com.amazonaws.devicefarm#GetInstanceProfileResult"
2910            },
2911            "errors": [
2912                {
2913                    "target": "com.amazonaws.devicefarm#ArgumentException"
2914                },
2915                {
2916                    "target": "com.amazonaws.devicefarm#LimitExceededException"
2917                },
2918                {
2919                    "target": "com.amazonaws.devicefarm#NotFoundException"
2920                },
2921                {
2922                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
2923                }
2924            ],
2925            "traits": {
2926                "smithy.api#documentation": "<p>Returns information about the specified instance profile.</p>"
2927            }
2928        },
2929        "com.amazonaws.devicefarm#GetInstanceProfileRequest": {
2930            "type": "structure",
2931            "members": {
2932                "arn": {
2933                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2934                    "traits": {
2935                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of an instance profile.</p>",
2936                        "smithy.api#required": {}
2937                    }
2938                }
2939            }
2940        },
2941        "com.amazonaws.devicefarm#GetInstanceProfileResult": {
2942            "type": "structure",
2943            "members": {
2944                "instanceProfile": {
2945                    "target": "com.amazonaws.devicefarm#InstanceProfile",
2946                    "traits": {
2947                        "smithy.api#documentation": "<p>An object that contains information about an instance profile.</p>"
2948                    }
2949                }
2950            }
2951        },
2952        "com.amazonaws.devicefarm#GetJob": {
2953            "type": "operation",
2954            "input": {
2955                "target": "com.amazonaws.devicefarm#GetJobRequest"
2956            },
2957            "output": {
2958                "target": "com.amazonaws.devicefarm#GetJobResult"
2959            },
2960            "errors": [
2961                {
2962                    "target": "com.amazonaws.devicefarm#ArgumentException"
2963                },
2964                {
2965                    "target": "com.amazonaws.devicefarm#LimitExceededException"
2966                },
2967                {
2968                    "target": "com.amazonaws.devicefarm#NotFoundException"
2969                },
2970                {
2971                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
2972                }
2973            ],
2974            "traits": {
2975                "smithy.api#documentation": "<p>Gets information about a job.</p>"
2976            }
2977        },
2978        "com.amazonaws.devicefarm#GetJobRequest": {
2979            "type": "structure",
2980            "members": {
2981                "arn": {
2982                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
2983                    "traits": {
2984                        "smithy.api#documentation": "<p>The job's ARN.</p>",
2985                        "smithy.api#required": {}
2986                    }
2987                }
2988            },
2989            "traits": {
2990                "smithy.api#documentation": "<p>Represents a request to the get job operation.</p>"
2991            }
2992        },
2993        "com.amazonaws.devicefarm#GetJobResult": {
2994            "type": "structure",
2995            "members": {
2996                "job": {
2997                    "target": "com.amazonaws.devicefarm#Job",
2998                    "traits": {
2999                        "smithy.api#documentation": "<p>An object that contains information about the requested job.</p>"
3000                    }
3001                }
3002            },
3003            "traits": {
3004                "smithy.api#documentation": "<p>Represents the result of a get job request.</p>"
3005            }
3006        },
3007        "com.amazonaws.devicefarm#GetNetworkProfile": {
3008            "type": "operation",
3009            "input": {
3010                "target": "com.amazonaws.devicefarm#GetNetworkProfileRequest"
3011            },
3012            "output": {
3013                "target": "com.amazonaws.devicefarm#GetNetworkProfileResult"
3014            },
3015            "errors": [
3016                {
3017                    "target": "com.amazonaws.devicefarm#ArgumentException"
3018                },
3019                {
3020                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3021                },
3022                {
3023                    "target": "com.amazonaws.devicefarm#NotFoundException"
3024                },
3025                {
3026                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3027                }
3028            ],
3029            "traits": {
3030                "smithy.api#documentation": "<p>Returns information about a network profile.</p>"
3031            }
3032        },
3033        "com.amazonaws.devicefarm#GetNetworkProfileRequest": {
3034            "type": "structure",
3035            "members": {
3036                "arn": {
3037                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3038                    "traits": {
3039                        "smithy.api#documentation": "<p>The ARN of the network profile to return information about.</p>",
3040                        "smithy.api#required": {}
3041                    }
3042                }
3043            }
3044        },
3045        "com.amazonaws.devicefarm#GetNetworkProfileResult": {
3046            "type": "structure",
3047            "members": {
3048                "networkProfile": {
3049                    "target": "com.amazonaws.devicefarm#NetworkProfile",
3050                    "traits": {
3051                        "smithy.api#documentation": "<p>The network profile.</p>"
3052                    }
3053                }
3054            }
3055        },
3056        "com.amazonaws.devicefarm#GetOfferingStatus": {
3057            "type": "operation",
3058            "input": {
3059                "target": "com.amazonaws.devicefarm#GetOfferingStatusRequest"
3060            },
3061            "output": {
3062                "target": "com.amazonaws.devicefarm#GetOfferingStatusResult"
3063            },
3064            "errors": [
3065                {
3066                    "target": "com.amazonaws.devicefarm#ArgumentException"
3067                },
3068                {
3069                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3070                },
3071                {
3072                    "target": "com.amazonaws.devicefarm#NotEligibleException"
3073                },
3074                {
3075                    "target": "com.amazonaws.devicefarm#NotFoundException"
3076                },
3077                {
3078                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3079                }
3080            ],
3081            "traits": {
3082                "smithy.api#documentation": "<p>Gets the current status and future status of all offerings purchased by an AWS account. The response\n            indicates how many offerings are currently available and the offerings that will be available in the next\n            period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the\n            operation. If you must be able to invoke this operation, contact <a href=\"mailto:aws-devicefarm-support@amazon.com\">aws-devicefarm-support@amazon.com</a>.</p>",
3083                "smithy.api#paginated": {
3084                    "inputToken": "nextToken",
3085                    "outputToken": "nextToken"
3086                }
3087            }
3088        },
3089        "com.amazonaws.devicefarm#GetOfferingStatusRequest": {
3090            "type": "structure",
3091            "members": {
3092                "nextToken": {
3093                    "target": "com.amazonaws.devicefarm#PaginationToken",
3094                    "traits": {
3095                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
3096                    }
3097                }
3098            },
3099            "traits": {
3100                "smithy.api#documentation": "<p>Represents the request to retrieve the offering status for the specified customer\n            or account.</p>"
3101            }
3102        },
3103        "com.amazonaws.devicefarm#GetOfferingStatusResult": {
3104            "type": "structure",
3105            "members": {
3106                "current": {
3107                    "target": "com.amazonaws.devicefarm#OfferingStatusMap",
3108                    "traits": {
3109                        "smithy.api#documentation": "<p>When specified, gets the offering status for the current period.</p>"
3110                    }
3111                },
3112                "nextPeriod": {
3113                    "target": "com.amazonaws.devicefarm#OfferingStatusMap",
3114                    "traits": {
3115                        "smithy.api#documentation": "<p>When specified, gets the offering status for the next period.</p>"
3116                    }
3117                },
3118                "nextToken": {
3119                    "target": "com.amazonaws.devicefarm#PaginationToken",
3120                    "traits": {
3121                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
3122                    }
3123                }
3124            },
3125            "traits": {
3126                "smithy.api#documentation": "<p>Returns the status result for a device offering.</p>"
3127            }
3128        },
3129        "com.amazonaws.devicefarm#GetProject": {
3130            "type": "operation",
3131            "input": {
3132                "target": "com.amazonaws.devicefarm#GetProjectRequest"
3133            },
3134            "output": {
3135                "target": "com.amazonaws.devicefarm#GetProjectResult"
3136            },
3137            "errors": [
3138                {
3139                    "target": "com.amazonaws.devicefarm#ArgumentException"
3140                },
3141                {
3142                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3143                },
3144                {
3145                    "target": "com.amazonaws.devicefarm#NotFoundException"
3146                },
3147                {
3148                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3149                }
3150            ],
3151            "traits": {
3152                "smithy.api#documentation": "<p>Gets information about a project.</p>"
3153            }
3154        },
3155        "com.amazonaws.devicefarm#GetProjectRequest": {
3156            "type": "structure",
3157            "members": {
3158                "arn": {
3159                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3160                    "traits": {
3161                        "smithy.api#documentation": "<p>The project's ARN.</p>",
3162                        "smithy.api#required": {}
3163                    }
3164                }
3165            },
3166            "traits": {
3167                "smithy.api#documentation": "<p>Represents a request to the get project operation.</p>"
3168            }
3169        },
3170        "com.amazonaws.devicefarm#GetProjectResult": {
3171            "type": "structure",
3172            "members": {
3173                "project": {
3174                    "target": "com.amazonaws.devicefarm#Project",
3175                    "traits": {
3176                        "smithy.api#documentation": "<p>The project to get information about.</p>"
3177                    }
3178                }
3179            },
3180            "traits": {
3181                "smithy.api#documentation": "<p>Represents the result of a get project request.</p>"
3182            }
3183        },
3184        "com.amazonaws.devicefarm#GetRemoteAccessSession": {
3185            "type": "operation",
3186            "input": {
3187                "target": "com.amazonaws.devicefarm#GetRemoteAccessSessionRequest"
3188            },
3189            "output": {
3190                "target": "com.amazonaws.devicefarm#GetRemoteAccessSessionResult"
3191            },
3192            "errors": [
3193                {
3194                    "target": "com.amazonaws.devicefarm#ArgumentException"
3195                },
3196                {
3197                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3198                },
3199                {
3200                    "target": "com.amazonaws.devicefarm#NotFoundException"
3201                },
3202                {
3203                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3204                }
3205            ],
3206            "traits": {
3207                "smithy.api#documentation": "<p>Returns a link to a currently running remote access session.</p>"
3208            }
3209        },
3210        "com.amazonaws.devicefarm#GetRemoteAccessSessionRequest": {
3211            "type": "structure",
3212            "members": {
3213                "arn": {
3214                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3215                    "traits": {
3216                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the remote access session about which you want to\n            get session information.</p>",
3217                        "smithy.api#required": {}
3218                    }
3219                }
3220            },
3221            "traits": {
3222                "smithy.api#documentation": "<p>Represents the request to get information about the specified remote access\n            session.</p>"
3223            }
3224        },
3225        "com.amazonaws.devicefarm#GetRemoteAccessSessionResult": {
3226            "type": "structure",
3227            "members": {
3228                "remoteAccessSession": {
3229                    "target": "com.amazonaws.devicefarm#RemoteAccessSession",
3230                    "traits": {
3231                        "smithy.api#documentation": "<p>A container that lists detailed information about the remote access\n            session.</p>"
3232                    }
3233                }
3234            },
3235            "traits": {
3236                "smithy.api#documentation": "<p>Represents the response from the server that lists detailed information about the\n            remote access session.</p>"
3237            }
3238        },
3239        "com.amazonaws.devicefarm#GetRun": {
3240            "type": "operation",
3241            "input": {
3242                "target": "com.amazonaws.devicefarm#GetRunRequest"
3243            },
3244            "output": {
3245                "target": "com.amazonaws.devicefarm#GetRunResult"
3246            },
3247            "errors": [
3248                {
3249                    "target": "com.amazonaws.devicefarm#ArgumentException"
3250                },
3251                {
3252                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3253                },
3254                {
3255                    "target": "com.amazonaws.devicefarm#NotFoundException"
3256                },
3257                {
3258                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3259                }
3260            ],
3261            "traits": {
3262                "smithy.api#documentation": "<p>Gets information about a run.</p>"
3263            }
3264        },
3265        "com.amazonaws.devicefarm#GetRunRequest": {
3266            "type": "structure",
3267            "members": {
3268                "arn": {
3269                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3270                    "traits": {
3271                        "smithy.api#documentation": "<p>The run's ARN.</p>",
3272                        "smithy.api#required": {}
3273                    }
3274                }
3275            },
3276            "traits": {
3277                "smithy.api#documentation": "<p>Represents a request to the get run operation.</p>"
3278            }
3279        },
3280        "com.amazonaws.devicefarm#GetRunResult": {
3281            "type": "structure",
3282            "members": {
3283                "run": {
3284                    "target": "com.amazonaws.devicefarm#Run",
3285                    "traits": {
3286                        "smithy.api#documentation": "<p>The run to get results from.</p>"
3287                    }
3288                }
3289            },
3290            "traits": {
3291                "smithy.api#documentation": "<p>Represents the result of a get run request.</p>"
3292            }
3293        },
3294        "com.amazonaws.devicefarm#GetSuite": {
3295            "type": "operation",
3296            "input": {
3297                "target": "com.amazonaws.devicefarm#GetSuiteRequest"
3298            },
3299            "output": {
3300                "target": "com.amazonaws.devicefarm#GetSuiteResult"
3301            },
3302            "errors": [
3303                {
3304                    "target": "com.amazonaws.devicefarm#ArgumentException"
3305                },
3306                {
3307                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3308                },
3309                {
3310                    "target": "com.amazonaws.devicefarm#NotFoundException"
3311                },
3312                {
3313                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3314                }
3315            ],
3316            "traits": {
3317                "smithy.api#documentation": "<p>Gets information about a suite.</p>"
3318            }
3319        },
3320        "com.amazonaws.devicefarm#GetSuiteRequest": {
3321            "type": "structure",
3322            "members": {
3323                "arn": {
3324                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3325                    "traits": {
3326                        "smithy.api#documentation": "<p>The suite's ARN.</p>",
3327                        "smithy.api#required": {}
3328                    }
3329                }
3330            },
3331            "traits": {
3332                "smithy.api#documentation": "<p>Represents a request to the get suite operation.</p>"
3333            }
3334        },
3335        "com.amazonaws.devicefarm#GetSuiteResult": {
3336            "type": "structure",
3337            "members": {
3338                "suite": {
3339                    "target": "com.amazonaws.devicefarm#Suite",
3340                    "traits": {
3341                        "smithy.api#documentation": "<p>A collection of one or more tests.</p>"
3342                    }
3343                }
3344            },
3345            "traits": {
3346                "smithy.api#documentation": "<p>Represents the result of a get suite request.</p>"
3347            }
3348        },
3349        "com.amazonaws.devicefarm#GetTest": {
3350            "type": "operation",
3351            "input": {
3352                "target": "com.amazonaws.devicefarm#GetTestRequest"
3353            },
3354            "output": {
3355                "target": "com.amazonaws.devicefarm#GetTestResult"
3356            },
3357            "errors": [
3358                {
3359                    "target": "com.amazonaws.devicefarm#ArgumentException"
3360                },
3361                {
3362                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3363                },
3364                {
3365                    "target": "com.amazonaws.devicefarm#NotFoundException"
3366                },
3367                {
3368                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3369                }
3370            ],
3371            "traits": {
3372                "smithy.api#documentation": "<p>Gets information about a test.</p>"
3373            }
3374        },
3375        "com.amazonaws.devicefarm#GetTestGridProject": {
3376            "type": "operation",
3377            "input": {
3378                "target": "com.amazonaws.devicefarm#GetTestGridProjectRequest"
3379            },
3380            "output": {
3381                "target": "com.amazonaws.devicefarm#GetTestGridProjectResult"
3382            },
3383            "errors": [
3384                {
3385                    "target": "com.amazonaws.devicefarm#ArgumentException"
3386                },
3387                {
3388                    "target": "com.amazonaws.devicefarm#InternalServiceException"
3389                },
3390                {
3391                    "target": "com.amazonaws.devicefarm#NotFoundException"
3392                }
3393            ],
3394            "traits": {
3395                "smithy.api#documentation": "<p>Retrieves information about a Selenium testing project.</p>"
3396            }
3397        },
3398        "com.amazonaws.devicefarm#GetTestGridProjectRequest": {
3399            "type": "structure",
3400            "members": {
3401                "projectArn": {
3402                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
3403                    "traits": {
3404                        "smithy.api#documentation": "<p>The ARN of the Selenium testing project, from either <a>CreateTestGridProject</a> or <a>ListTestGridProjects</a>.</p>",
3405                        "smithy.api#required": {}
3406                    }
3407                }
3408            }
3409        },
3410        "com.amazonaws.devicefarm#GetTestGridProjectResult": {
3411            "type": "structure",
3412            "members": {
3413                "testGridProject": {
3414                    "target": "com.amazonaws.devicefarm#TestGridProject",
3415                    "traits": {
3416                        "smithy.api#documentation": "<p>A <a>TestGridProject</a>.</p>"
3417                    }
3418                }
3419            }
3420        },
3421        "com.amazonaws.devicefarm#GetTestGridSession": {
3422            "type": "operation",
3423            "input": {
3424                "target": "com.amazonaws.devicefarm#GetTestGridSessionRequest"
3425            },
3426            "output": {
3427                "target": "com.amazonaws.devicefarm#GetTestGridSessionResult"
3428            },
3429            "errors": [
3430                {
3431                    "target": "com.amazonaws.devicefarm#ArgumentException"
3432                },
3433                {
3434                    "target": "com.amazonaws.devicefarm#InternalServiceException"
3435                },
3436                {
3437                    "target": "com.amazonaws.devicefarm#NotFoundException"
3438                }
3439            ],
3440            "traits": {
3441                "smithy.api#documentation": "<p>A session is an instance of a browser created through a <code>RemoteWebDriver</code> with the URL from <a>CreateTestGridUrlResult$url</a>. You can use the following to look up sessions:</p>\n         <ul>\n            <li>\n               <p>The session ARN (<a>GetTestGridSessionRequest$sessionArn</a>).</p>\n            </li>\n            <li>\n               <p>The project ARN and a session ID (<a>GetTestGridSessionRequest$projectArn</a> and <a>GetTestGridSessionRequest$sessionId</a>).</p>\n            </li>\n         </ul>\n         <p></p>"
3442            }
3443        },
3444        "com.amazonaws.devicefarm#GetTestGridSessionRequest": {
3445            "type": "structure",
3446            "members": {
3447                "projectArn": {
3448                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
3449                    "traits": {
3450                        "smithy.api#documentation": "<p>The ARN for the project that this session belongs to. See <a>CreateTestGridProject</a> and <a>ListTestGridProjects</a>.</p>"
3451                    }
3452                },
3453                "sessionId": {
3454                    "target": "com.amazonaws.devicefarm#ResourceId",
3455                    "traits": {
3456                        "smithy.api#documentation": "<p>An ID associated with this session.</p>"
3457                    }
3458                },
3459                "sessionArn": {
3460                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
3461                    "traits": {
3462                        "smithy.api#documentation": "<p>An ARN that uniquely identifies a <a>TestGridSession</a>.</p>"
3463                    }
3464                }
3465            }
3466        },
3467        "com.amazonaws.devicefarm#GetTestGridSessionResult": {
3468            "type": "structure",
3469            "members": {
3470                "testGridSession": {
3471                    "target": "com.amazonaws.devicefarm#TestGridSession",
3472                    "traits": {
3473                        "smithy.api#documentation": "<p>The <a>TestGridSession</a> that was requested.</p>"
3474                    }
3475                }
3476            }
3477        },
3478        "com.amazonaws.devicefarm#GetTestRequest": {
3479            "type": "structure",
3480            "members": {
3481                "arn": {
3482                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3483                    "traits": {
3484                        "smithy.api#documentation": "<p>The test's ARN.</p>",
3485                        "smithy.api#required": {}
3486                    }
3487                }
3488            },
3489            "traits": {
3490                "smithy.api#documentation": "<p>Represents a request to the get test operation.</p>"
3491            }
3492        },
3493        "com.amazonaws.devicefarm#GetTestResult": {
3494            "type": "structure",
3495            "members": {
3496                "test": {
3497                    "target": "com.amazonaws.devicefarm#Test",
3498                    "traits": {
3499                        "smithy.api#documentation": "<p>A test condition that is evaluated.</p>"
3500                    }
3501                }
3502            },
3503            "traits": {
3504                "smithy.api#documentation": "<p>Represents the result of a get test request.</p>"
3505            }
3506        },
3507        "com.amazonaws.devicefarm#GetUpload": {
3508            "type": "operation",
3509            "input": {
3510                "target": "com.amazonaws.devicefarm#GetUploadRequest"
3511            },
3512            "output": {
3513                "target": "com.amazonaws.devicefarm#GetUploadResult"
3514            },
3515            "errors": [
3516                {
3517                    "target": "com.amazonaws.devicefarm#ArgumentException"
3518                },
3519                {
3520                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3521                },
3522                {
3523                    "target": "com.amazonaws.devicefarm#NotFoundException"
3524                },
3525                {
3526                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3527                }
3528            ],
3529            "traits": {
3530                "smithy.api#documentation": "<p>Gets information about an upload.</p>"
3531            }
3532        },
3533        "com.amazonaws.devicefarm#GetUploadRequest": {
3534            "type": "structure",
3535            "members": {
3536                "arn": {
3537                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3538                    "traits": {
3539                        "smithy.api#documentation": "<p>The upload's ARN.</p>",
3540                        "smithy.api#required": {}
3541                    }
3542                }
3543            },
3544            "traits": {
3545                "smithy.api#documentation": "<p>Represents a request to the get upload operation.</p>"
3546            }
3547        },
3548        "com.amazonaws.devicefarm#GetUploadResult": {
3549            "type": "structure",
3550            "members": {
3551                "upload": {
3552                    "target": "com.amazonaws.devicefarm#Upload",
3553                    "traits": {
3554                        "smithy.api#documentation": "<p>An app or a set of one or more tests to upload or that have been\n            uploaded.</p>"
3555                    }
3556                }
3557            },
3558            "traits": {
3559                "smithy.api#documentation": "<p>Represents the result of a get upload request.</p>"
3560            }
3561        },
3562        "com.amazonaws.devicefarm#GetVPCEConfiguration": {
3563            "type": "operation",
3564            "input": {
3565                "target": "com.amazonaws.devicefarm#GetVPCEConfigurationRequest"
3566            },
3567            "output": {
3568                "target": "com.amazonaws.devicefarm#GetVPCEConfigurationResult"
3569            },
3570            "errors": [
3571                {
3572                    "target": "com.amazonaws.devicefarm#ArgumentException"
3573                },
3574                {
3575                    "target": "com.amazonaws.devicefarm#NotFoundException"
3576                },
3577                {
3578                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3579                }
3580            ],
3581            "traits": {
3582                "smithy.api#documentation": "<p>Returns information about the configuration settings for your Amazon Virtual Private\n            Cloud (VPC) endpoint.</p>"
3583            }
3584        },
3585        "com.amazonaws.devicefarm#GetVPCEConfigurationRequest": {
3586            "type": "structure",
3587            "members": {
3588                "arn": {
3589                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3590                    "traits": {
3591                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to\n            describe.</p>",
3592                        "smithy.api#required": {}
3593                    }
3594                }
3595            }
3596        },
3597        "com.amazonaws.devicefarm#GetVPCEConfigurationResult": {
3598            "type": "structure",
3599            "members": {
3600                "vpceConfiguration": {
3601                    "target": "com.amazonaws.devicefarm#VPCEConfiguration",
3602                    "traits": {
3603                        "smithy.api#documentation": "<p>An object that contains information about your VPC endpoint configuration.</p>"
3604                    }
3605                }
3606            }
3607        },
3608        "com.amazonaws.devicefarm#HostAddress": {
3609            "type": "string",
3610            "traits": {
3611                "smithy.api#length": {
3612                    "min": 0,
3613                    "max": 1024
3614                }
3615            }
3616        },
3617        "com.amazonaws.devicefarm#IdempotencyException": {
3618            "type": "structure",
3619            "members": {
3620                "message": {
3621                    "target": "com.amazonaws.devicefarm#Message",
3622                    "traits": {
3623                        "smithy.api#documentation": "<p>Any additional information about the exception.</p>"
3624                    }
3625                }
3626            },
3627            "traits": {
3628                "smithy.api#documentation": "<p>An entity with the same name already exists.</p>",
3629                "smithy.api#error": "client"
3630            }
3631        },
3632        "com.amazonaws.devicefarm#IncompatibilityMessage": {
3633            "type": "structure",
3634            "members": {
3635                "message": {
3636                    "target": "com.amazonaws.devicefarm#Message",
3637                    "traits": {
3638                        "smithy.api#documentation": "<p>A message about the incompatibility.</p>"
3639                    }
3640                },
3641                "type": {
3642                    "target": "com.amazonaws.devicefarm#DeviceAttribute",
3643                    "traits": {
3644                        "smithy.api#documentation": "<p>The type of incompatibility.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>ARN</p>\n            </li>\n            <li>\n                <p>FORM_FACTOR (for example, phone or tablet)</p>\n            </li>\n            <li>\n                <p>MANUFACTURER</p>\n            </li>\n            <li>\n                <p>PLATFORM (for example, Android or iOS)</p>\n            </li>\n            <li>\n                <p>REMOTE_ACCESS_ENABLED</p>\n            </li>\n            <li>\n                <p>APPIUM_VERSION</p>\n            </li>\n         </ul>"
3645                    }
3646                }
3647            },
3648            "traits": {
3649                "smithy.api#documentation": "<p>Represents information about incompatibility.</p>"
3650            }
3651        },
3652        "com.amazonaws.devicefarm#IncompatibilityMessages": {
3653            "type": "list",
3654            "member": {
3655                "target": "com.amazonaws.devicefarm#IncompatibilityMessage"
3656            }
3657        },
3658        "com.amazonaws.devicefarm#InstallToRemoteAccessSession": {
3659            "type": "operation",
3660            "input": {
3661                "target": "com.amazonaws.devicefarm#InstallToRemoteAccessSessionRequest"
3662            },
3663            "output": {
3664                "target": "com.amazonaws.devicefarm#InstallToRemoteAccessSessionResult"
3665            },
3666            "errors": [
3667                {
3668                    "target": "com.amazonaws.devicefarm#ArgumentException"
3669                },
3670                {
3671                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3672                },
3673                {
3674                    "target": "com.amazonaws.devicefarm#NotFoundException"
3675                },
3676                {
3677                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
3678                }
3679            ],
3680            "traits": {
3681                "smithy.api#documentation": "<p>Installs an application to the device in a remote access session. For Android\n            applications, the file must be in .apk format. For iOS applications, the file must be in\n            .ipa format.</p>"
3682            }
3683        },
3684        "com.amazonaws.devicefarm#InstallToRemoteAccessSessionRequest": {
3685            "type": "structure",
3686            "members": {
3687                "remoteAccessSessionArn": {
3688                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3689                    "traits": {
3690                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the remote access session about which you are\n            requesting information.</p>",
3691                        "smithy.api#required": {}
3692                    }
3693                },
3694                "appArn": {
3695                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3696                    "traits": {
3697                        "smithy.api#documentation": "<p>The ARN of the app about which you are requesting information.</p>",
3698                        "smithy.api#required": {}
3699                    }
3700                }
3701            },
3702            "traits": {
3703                "smithy.api#documentation": "<p>Represents the request to install an Android application (in .apk format) or an iOS\n            application (in .ipa format) as part of a remote access session.</p>"
3704            }
3705        },
3706        "com.amazonaws.devicefarm#InstallToRemoteAccessSessionResult": {
3707            "type": "structure",
3708            "members": {
3709                "appUpload": {
3710                    "target": "com.amazonaws.devicefarm#Upload",
3711                    "traits": {
3712                        "smithy.api#documentation": "<p>An app to upload or that has been uploaded.</p>"
3713                    }
3714                }
3715            },
3716            "traits": {
3717                "smithy.api#documentation": "<p>Represents the response from the server after AWS Device Farm makes a request to\n            install to a remote access session.</p>"
3718            }
3719        },
3720        "com.amazonaws.devicefarm#InstanceLabels": {
3721            "type": "list",
3722            "member": {
3723                "target": "com.amazonaws.devicefarm#String"
3724            }
3725        },
3726        "com.amazonaws.devicefarm#InstanceProfile": {
3727            "type": "structure",
3728            "members": {
3729                "arn": {
3730                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3731                    "traits": {
3732                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the instance profile.</p>"
3733                    }
3734                },
3735                "packageCleanup": {
3736                    "target": "com.amazonaws.devicefarm#Boolean",
3737                    "traits": {
3738                        "smithy.api#documentation": "<p>When set to <code>true</code>, Device Farm removes app packages after a test run. The default value is\n                <code>false</code> for private devices.</p>"
3739                    }
3740                },
3741                "excludeAppPackagesFromCleanup": {
3742                    "target": "com.amazonaws.devicefarm#PackageIds",
3743                    "traits": {
3744                        "smithy.api#documentation": "<p>An array of strings containing the list of app packages that should not be cleaned up from the device\n            after a test run completes.</p>\n        <p>The list of packages is considered only if you set <code>packageCleanup</code> to\n            <code>true</code>.</p>"
3745                    }
3746                },
3747                "rebootAfterUse": {
3748                    "target": "com.amazonaws.devicefarm#Boolean",
3749                    "traits": {
3750                        "smithy.api#documentation": "<p>When set to <code>true</code>, Device Farm reboots the instance after a test run. The default value is\n                <code>true</code>.</p>"
3751                    }
3752                },
3753                "name": {
3754                    "target": "com.amazonaws.devicefarm#Name",
3755                    "traits": {
3756                        "smithy.api#documentation": "<p>The name of the instance profile.</p>"
3757                    }
3758                },
3759                "description": {
3760                    "target": "com.amazonaws.devicefarm#Message",
3761                    "traits": {
3762                        "smithy.api#documentation": "<p>The description of the instance profile.</p>"
3763                    }
3764                }
3765            },
3766            "traits": {
3767                "smithy.api#documentation": "<p>Represents the instance profile.</p>"
3768            }
3769        },
3770        "com.amazonaws.devicefarm#InstanceProfiles": {
3771            "type": "list",
3772            "member": {
3773                "target": "com.amazonaws.devicefarm#InstanceProfile"
3774            }
3775        },
3776        "com.amazonaws.devicefarm#InstanceStatus": {
3777            "type": "string",
3778            "traits": {
3779                "smithy.api#enum": [
3780                    {
3781                        "value": "IN_USE",
3782                        "name": "IN_USE"
3783                    },
3784                    {
3785                        "value": "PREPARING",
3786                        "name": "PREPARING"
3787                    },
3788                    {
3789                        "value": "AVAILABLE",
3790                        "name": "AVAILABLE"
3791                    },
3792                    {
3793                        "value": "NOT_AVAILABLE",
3794                        "name": "NOT_AVAILABLE"
3795                    }
3796                ]
3797            }
3798        },
3799        "com.amazonaws.devicefarm#Integer": {
3800            "type": "integer",
3801            "traits": {
3802                "smithy.api#box": {}
3803            }
3804        },
3805        "com.amazonaws.devicefarm#InteractionMode": {
3806            "type": "string",
3807            "traits": {
3808                "smithy.api#enum": [
3809                    {
3810                        "value": "INTERACTIVE",
3811                        "name": "INTERACTIVE"
3812                    },
3813                    {
3814                        "value": "NO_VIDEO",
3815                        "name": "NO_VIDEO"
3816                    },
3817                    {
3818                        "value": "VIDEO_ONLY",
3819                        "name": "VIDEO_ONLY"
3820                    }
3821                ],
3822                "smithy.api#length": {
3823                    "min": 0,
3824                    "max": 64
3825                }
3826            }
3827        },
3828        "com.amazonaws.devicefarm#InternalServiceException": {
3829            "type": "structure",
3830            "members": {
3831                "message": {
3832                    "target": "com.amazonaws.devicefarm#Message"
3833                }
3834            },
3835            "traits": {
3836                "smithy.api#documentation": "<p>An internal exception was raised in the service. Contact <a href=\"mailto:aws-devicefarm-support@amazon.com\">aws-devicefarm-support@amazon.com</a> if you see this\n         error. </p>",
3837                "smithy.api#error": "server",
3838                "smithy.api#httpError": 500
3839            }
3840        },
3841        "com.amazonaws.devicefarm#InvalidOperationException": {
3842            "type": "structure",
3843            "members": {
3844                "message": {
3845                    "target": "com.amazonaws.devicefarm#Message"
3846                }
3847            },
3848            "traits": {
3849                "smithy.api#documentation": "<p>There was an error with the update request, or you do not have sufficient permissions\n            to update this VPC endpoint configuration.</p>",
3850                "smithy.api#error": "client"
3851            }
3852        },
3853        "com.amazonaws.devicefarm#IosPaths": {
3854            "type": "list",
3855            "member": {
3856                "target": "com.amazonaws.devicefarm#String"
3857            }
3858        },
3859        "com.amazonaws.devicefarm#Job": {
3860            "type": "structure",
3861            "members": {
3862                "arn": {
3863                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3864                    "traits": {
3865                        "smithy.api#documentation": "<p>The job's ARN.</p>"
3866                    }
3867                },
3868                "name": {
3869                    "target": "com.amazonaws.devicefarm#Name",
3870                    "traits": {
3871                        "smithy.api#documentation": "<p>The job's name.</p>"
3872                    }
3873                },
3874                "type": {
3875                    "target": "com.amazonaws.devicefarm#TestType",
3876                    "traits": {
3877                        "smithy.api#documentation": "<p>The job's type.</p>\n        <p>Allowed values include the following:</p>\n        <ul>\n            <li>\n                <p>BUILTIN_FUZZ</p>\n            </li>\n            <li>\n                <p>BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with\n                    it and capturing screenshots at the same time.</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY</p>\n            </li>\n            <li>\n                <p>CALABASH</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATOR</p>\n            </li>\n            <li>\n                <p>XCTEST</p>\n            </li>\n            <li>\n                <p>XCTEST_UI</p>\n            </li>\n         </ul>"
3878                    }
3879                },
3880                "created": {
3881                    "target": "com.amazonaws.devicefarm#DateTime",
3882                    "traits": {
3883                        "smithy.api#documentation": "<p>When the job was created.</p>"
3884                    }
3885                },
3886                "status": {
3887                    "target": "com.amazonaws.devicefarm#ExecutionStatus",
3888                    "traits": {
3889                        "smithy.api#documentation": "<p>The job's status.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PENDING_CONCURRENCY</p>\n            </li>\n            <li>\n                <p>PENDING_DEVICE</p>\n            </li>\n            <li>\n                <p>PROCESSING</p>\n            </li>\n            <li>\n                <p>SCHEDULING</p>\n            </li>\n            <li>\n                <p>PREPARING</p>\n            </li>\n            <li>\n                <p>RUNNING</p>\n            </li>\n            <li>\n                <p>COMPLETED</p>\n            </li>\n            <li>\n                <p>STOPPING</p>\n            </li>\n         </ul>"
3890                    }
3891                },
3892                "result": {
3893                    "target": "com.amazonaws.devicefarm#ExecutionResult",
3894                    "traits": {
3895                        "smithy.api#documentation": "<p>The job's result.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PASSED</p>\n            </li>\n            <li>\n                <p>WARNED</p>\n            </li>\n            <li>\n                <p>FAILED</p>\n            </li>\n            <li>\n                <p>SKIPPED</p>\n            </li>\n            <li>\n                <p>ERRORED</p>\n            </li>\n            <li>\n                <p>STOPPED</p>\n            </li>\n         </ul>"
3896                    }
3897                },
3898                "started": {
3899                    "target": "com.amazonaws.devicefarm#DateTime",
3900                    "traits": {
3901                        "smithy.api#documentation": "<p>The job's start time.</p>"
3902                    }
3903                },
3904                "stopped": {
3905                    "target": "com.amazonaws.devicefarm#DateTime",
3906                    "traits": {
3907                        "smithy.api#documentation": "<p>The job's stop time.</p>"
3908                    }
3909                },
3910                "counters": {
3911                    "target": "com.amazonaws.devicefarm#Counters",
3912                    "traits": {
3913                        "smithy.api#documentation": "<p>The job's result counters.</p>"
3914                    }
3915                },
3916                "message": {
3917                    "target": "com.amazonaws.devicefarm#Message",
3918                    "traits": {
3919                        "smithy.api#documentation": "<p>A message about the job's result.</p>"
3920                    }
3921                },
3922                "device": {
3923                    "target": "com.amazonaws.devicefarm#Device",
3924                    "traits": {
3925                        "smithy.api#documentation": "<p>The device (phone or tablet).</p>"
3926                    }
3927                },
3928                "instanceArn": {
3929                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
3930                    "traits": {
3931                        "smithy.api#documentation": "<p>The ARN of the instance.</p>"
3932                    }
3933                },
3934                "deviceMinutes": {
3935                    "target": "com.amazonaws.devicefarm#DeviceMinutes",
3936                    "traits": {
3937                        "smithy.api#documentation": "<p>Represents the total (metered or unmetered) minutes used by the job.</p>"
3938                    }
3939                },
3940                "videoEndpoint": {
3941                    "target": "com.amazonaws.devicefarm#String",
3942                    "traits": {
3943                        "smithy.api#documentation": "<p>The endpoint for streaming device video.</p>"
3944                    }
3945                },
3946                "videoCapture": {
3947                    "target": "com.amazonaws.devicefarm#VideoCapture",
3948                    "traits": {
3949                        "smithy.api#documentation": "<p>This value is set to true if video capture is enabled. Otherwise, it is set to false.</p>"
3950                    }
3951                }
3952            },
3953            "traits": {
3954                "smithy.api#documentation": "<p>Represents a device.</p>"
3955            }
3956        },
3957        "com.amazonaws.devicefarm#JobTimeoutMinutes": {
3958            "type": "integer",
3959            "traits": {
3960                "smithy.api#box": {}
3961            }
3962        },
3963        "com.amazonaws.devicefarm#Jobs": {
3964            "type": "list",
3965            "member": {
3966                "target": "com.amazonaws.devicefarm#Job"
3967            }
3968        },
3969        "com.amazonaws.devicefarm#LimitExceededException": {
3970            "type": "structure",
3971            "members": {
3972                "message": {
3973                    "target": "com.amazonaws.devicefarm#Message",
3974                    "traits": {
3975                        "smithy.api#documentation": "<p>Any additional information about the exception.</p>"
3976                    }
3977                }
3978            },
3979            "traits": {
3980                "smithy.api#documentation": "<p>A limit was exceeded.</p>",
3981                "smithy.api#error": "client"
3982            }
3983        },
3984        "com.amazonaws.devicefarm#ListArtifacts": {
3985            "type": "operation",
3986            "input": {
3987                "target": "com.amazonaws.devicefarm#ListArtifactsRequest"
3988            },
3989            "output": {
3990                "target": "com.amazonaws.devicefarm#ListArtifactsResult"
3991            },
3992            "errors": [
3993                {
3994                    "target": "com.amazonaws.devicefarm#ArgumentException"
3995                },
3996                {
3997                    "target": "com.amazonaws.devicefarm#LimitExceededException"
3998                },
3999                {
4000                    "target": "com.amazonaws.devicefarm#NotFoundException"
4001                },
4002                {
4003                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4004                }
4005            ],
4006            "traits": {
4007                "smithy.api#documentation": "<p>Gets information about artifacts.</p>",
4008                "smithy.api#paginated": {
4009                    "inputToken": "nextToken",
4010                    "outputToken": "nextToken",
4011                    "items": "artifacts"
4012                }
4013            }
4014        },
4015        "com.amazonaws.devicefarm#ListArtifactsRequest": {
4016            "type": "structure",
4017            "members": {
4018                "arn": {
4019                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4020                    "traits": {
4021                        "smithy.api#documentation": "<p>The run, job, suite, or test ARN.</p>",
4022                        "smithy.api#required": {}
4023                    }
4024                },
4025                "type": {
4026                    "target": "com.amazonaws.devicefarm#ArtifactCategory",
4027                    "traits": {
4028                        "smithy.api#documentation": "<p>The artifacts' type.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>FILE</p>\n            </li>\n            <li>\n                <p>LOG</p>\n            </li>\n            <li>\n                <p>SCREENSHOT</p>\n            </li>\n         </ul>",
4029                        "smithy.api#required": {}
4030                    }
4031                },
4032                "nextToken": {
4033                    "target": "com.amazonaws.devicefarm#PaginationToken",
4034                    "traits": {
4035                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4036                    }
4037                }
4038            },
4039            "traits": {
4040                "smithy.api#documentation": "<p>Represents a request to the list artifacts operation.</p>"
4041            }
4042        },
4043        "com.amazonaws.devicefarm#ListArtifactsResult": {
4044            "type": "structure",
4045            "members": {
4046                "artifacts": {
4047                    "target": "com.amazonaws.devicefarm#Artifacts",
4048                    "traits": {
4049                        "smithy.api#documentation": "<p>Information about the artifacts.</p>"
4050                    }
4051                },
4052                "nextToken": {
4053                    "target": "com.amazonaws.devicefarm#PaginationToken",
4054                    "traits": {
4055                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
4056                    }
4057                }
4058            },
4059            "traits": {
4060                "smithy.api#documentation": "<p>Represents the result of a list artifacts operation.</p>"
4061            }
4062        },
4063        "com.amazonaws.devicefarm#ListDeviceInstances": {
4064            "type": "operation",
4065            "input": {
4066                "target": "com.amazonaws.devicefarm#ListDeviceInstancesRequest"
4067            },
4068            "output": {
4069                "target": "com.amazonaws.devicefarm#ListDeviceInstancesResult"
4070            },
4071            "errors": [
4072                {
4073                    "target": "com.amazonaws.devicefarm#ArgumentException"
4074                },
4075                {
4076                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4077                },
4078                {
4079                    "target": "com.amazonaws.devicefarm#NotFoundException"
4080                },
4081                {
4082                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4083                }
4084            ],
4085            "traits": {
4086                "smithy.api#documentation": "<p>Returns information about the private device instances associated with one or more AWS\n            accounts.</p>"
4087            }
4088        },
4089        "com.amazonaws.devicefarm#ListDeviceInstancesRequest": {
4090            "type": "structure",
4091            "members": {
4092                "maxResults": {
4093                    "target": "com.amazonaws.devicefarm#Integer",
4094                    "traits": {
4095                        "smithy.api#documentation": "<p>An integer that specifies the maximum number of items you want to return in the API response.</p>"
4096                    }
4097                },
4098                "nextToken": {
4099                    "target": "com.amazonaws.devicefarm#PaginationToken",
4100                    "traits": {
4101                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n            used to return the next set of items in the list.</p>"
4102                    }
4103                }
4104            }
4105        },
4106        "com.amazonaws.devicefarm#ListDeviceInstancesResult": {
4107            "type": "structure",
4108            "members": {
4109                "deviceInstances": {
4110                    "target": "com.amazonaws.devicefarm#DeviceInstances",
4111                    "traits": {
4112                        "smithy.api#documentation": "<p>An object that contains information about your device instances.</p>"
4113                    }
4114                },
4115                "nextToken": {
4116                    "target": "com.amazonaws.devicefarm#PaginationToken",
4117                    "traits": {
4118                        "smithy.api#documentation": "<p>An identifier that can be used in the next call to this operation to return the next\n            set of items in the list.</p>"
4119                    }
4120                }
4121            }
4122        },
4123        "com.amazonaws.devicefarm#ListDevicePools": {
4124            "type": "operation",
4125            "input": {
4126                "target": "com.amazonaws.devicefarm#ListDevicePoolsRequest"
4127            },
4128            "output": {
4129                "target": "com.amazonaws.devicefarm#ListDevicePoolsResult"
4130            },
4131            "errors": [
4132                {
4133                    "target": "com.amazonaws.devicefarm#ArgumentException"
4134                },
4135                {
4136                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4137                },
4138                {
4139                    "target": "com.amazonaws.devicefarm#NotFoundException"
4140                },
4141                {
4142                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4143                }
4144            ],
4145            "traits": {
4146                "smithy.api#documentation": "<p>Gets information about device pools.</p>",
4147                "smithy.api#paginated": {
4148                    "inputToken": "nextToken",
4149                    "outputToken": "nextToken",
4150                    "items": "devicePools"
4151                }
4152            }
4153        },
4154        "com.amazonaws.devicefarm#ListDevicePoolsRequest": {
4155            "type": "structure",
4156            "members": {
4157                "arn": {
4158                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4159                    "traits": {
4160                        "smithy.api#documentation": "<p>The project ARN.</p>",
4161                        "smithy.api#required": {}
4162                    }
4163                },
4164                "type": {
4165                    "target": "com.amazonaws.devicefarm#DevicePoolType",
4166                    "traits": {
4167                        "smithy.api#documentation": "<p>The device pools' type.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>CURATED: A device pool that is created and managed by AWS Device\n                    Farm.</p>\n            </li>\n            <li>\n                <p>PRIVATE: A device pool that is created and managed by the device pool\n                    developer.</p>\n            </li>\n         </ul>"
4168                    }
4169                },
4170                "nextToken": {
4171                    "target": "com.amazonaws.devicefarm#PaginationToken",
4172                    "traits": {
4173                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4174                    }
4175                }
4176            },
4177            "traits": {
4178                "smithy.api#documentation": "<p>Represents the result of a list device pools request.</p>"
4179            }
4180        },
4181        "com.amazonaws.devicefarm#ListDevicePoolsResult": {
4182            "type": "structure",
4183            "members": {
4184                "devicePools": {
4185                    "target": "com.amazonaws.devicefarm#DevicePools",
4186                    "traits": {
4187                        "smithy.api#documentation": "<p>Information about the device pools.</p>"
4188                    }
4189                },
4190                "nextToken": {
4191                    "target": "com.amazonaws.devicefarm#PaginationToken",
4192                    "traits": {
4193                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
4194                    }
4195                }
4196            },
4197            "traits": {
4198                "smithy.api#documentation": "<p>Represents the result of a list device pools request.</p>"
4199            }
4200        },
4201        "com.amazonaws.devicefarm#ListDevices": {
4202            "type": "operation",
4203            "input": {
4204                "target": "com.amazonaws.devicefarm#ListDevicesRequest"
4205            },
4206            "output": {
4207                "target": "com.amazonaws.devicefarm#ListDevicesResult"
4208            },
4209            "errors": [
4210                {
4211                    "target": "com.amazonaws.devicefarm#ArgumentException"
4212                },
4213                {
4214                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4215                },
4216                {
4217                    "target": "com.amazonaws.devicefarm#NotFoundException"
4218                },
4219                {
4220                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4221                }
4222            ],
4223            "traits": {
4224                "smithy.api#documentation": "<p>Gets information about unique device types.</p>",
4225                "smithy.api#paginated": {
4226                    "inputToken": "nextToken",
4227                    "outputToken": "nextToken",
4228                    "items": "devices"
4229                }
4230            }
4231        },
4232        "com.amazonaws.devicefarm#ListDevicesRequest": {
4233            "type": "structure",
4234            "members": {
4235                "arn": {
4236                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4237                    "traits": {
4238                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project.</p>"
4239                    }
4240                },
4241                "nextToken": {
4242                    "target": "com.amazonaws.devicefarm#PaginationToken",
4243                    "traits": {
4244                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4245                    }
4246                },
4247                "filters": {
4248                    "target": "com.amazonaws.devicefarm#DeviceFilters",
4249                    "traits": {
4250                        "smithy.api#documentation": "<p>Used to select a set of devices. A filter is made up of an attribute, an operator, and\n            one or more values.</p>\n        <ul>\n            <li>\n                <p>Attribute: The aspect of a device such as platform or model used as the\n                    selection criteria in a device filter.</p>\n                <p>Allowed values include:</p>\n                <ul>\n                  <li>\n                        <p>ARN: The Amazon Resource Name (ARN) of the device (for example,\n                                <code>arn:aws:devicefarm:us-west-2::device:12345Example</code>).</p>\n                    </li>\n                  <li>\n                        <p>PLATFORM: The device platform. Valid values are ANDROID or IOS.</p>\n                    </li>\n                  <li>\n                        <p>OS_VERSION: The operating system version (for example, 10.3.2).</p>\n                    </li>\n                  <li>\n                        <p>MODEL: The device model (for example, iPad 5th Gen).</p>\n                    </li>\n                  <li>\n                        <p>AVAILABILITY: The current availability of the device. Valid values are AVAILABLE,\n                            HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.</p>\n                    </li>\n                  <li>\n                        <p>FORM_FACTOR: The device form factor. Valid values are PHONE or TABLET.</p>\n                    </li>\n                  <li>\n                        <p>MANUFACTURER: The device manufacturer (for example, Apple).</p>\n                    </li>\n                  <li>\n                        <p>REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access. Valid values\n                            are TRUE or FALSE.</p>\n                    </li>\n                  <li>\n                        <p>REMOTE_DEBUG_ENABLED: Whether the device is enabled for remote debugging. Valid values\n                            are TRUE or FALSE. Because remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                                longer supported</a>, this attribute is ignored.</p>\n                    </li>\n                  <li>\n                        <p>INSTANCE_ARN: The Amazon Resource Name (ARN) of the device\n                            instance.</p>\n                    </li>\n                  <li>\n                        <p>INSTANCE_LABELS: The label of the device instance.</p>\n                    </li>\n                  <li>\n                        <p>FLEET_TYPE: The fleet type. Valid values are PUBLIC or PRIVATE.</p>\n                    </li>\n               </ul>\n            </li>\n            <li>\n                <p>Operator: The filter operator.</p>\n                <ul>\n                  <li>\n                        <p>The EQUALS operator is available for every attribute except\n                            INSTANCE_LABELS.</p>\n                    </li>\n                  <li>\n                        <p>The CONTAINS operator is available for the INSTANCE_LABELS and MODEL\n                            attributes.</p>\n                    </li>\n                  <li>\n                        <p>The IN and NOT_IN operators are available for the ARN, OS_VERSION,\n                            MODEL, MANUFACTURER, and INSTANCE_ARN attributes.</p>\n                    </li>\n                  <li>\n                        <p>The LESS_THAN, GREATER_THAN, LESS_THAN_OR_EQUALS, and\n                            GREATER_THAN_OR_EQUALS operators are also available for the OS_VERSION\n                            attribute.</p>\n                    </li>\n               </ul>\n            </li>\n            <li>\n                <p>Values: An array of one or more filter values.</p>\n                <ul>\n                  <li>\n                        <p>The IN and NOT_IN operators take a values array that has one or more\n                            elements.</p>\n                    </li>\n                  <li>\n                        <p>The other operators require an array with a single element.</p>\n                    </li>\n                  <li>\n                        <p>In a request, the AVAILABILITY attribute takes the following values: AVAILABLE,\n                            HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.</p>\n                    </li>\n               </ul>\n            </li>\n         </ul>"
4251                    }
4252                }
4253            },
4254            "traits": {
4255                "smithy.api#documentation": "<p>Represents the result of a list devices request.</p>"
4256            }
4257        },
4258        "com.amazonaws.devicefarm#ListDevicesResult": {
4259            "type": "structure",
4260            "members": {
4261                "devices": {
4262                    "target": "com.amazonaws.devicefarm#Devices",
4263                    "traits": {
4264                        "smithy.api#documentation": "<p>Information about the devices.</p>"
4265                    }
4266                },
4267                "nextToken": {
4268                    "target": "com.amazonaws.devicefarm#PaginationToken",
4269                    "traits": {
4270                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
4271                    }
4272                }
4273            },
4274            "traits": {
4275                "smithy.api#documentation": "<p>Represents the result of a list devices operation.</p>"
4276            }
4277        },
4278        "com.amazonaws.devicefarm#ListInstanceProfiles": {
4279            "type": "operation",
4280            "input": {
4281                "target": "com.amazonaws.devicefarm#ListInstanceProfilesRequest"
4282            },
4283            "output": {
4284                "target": "com.amazonaws.devicefarm#ListInstanceProfilesResult"
4285            },
4286            "errors": [
4287                {
4288                    "target": "com.amazonaws.devicefarm#ArgumentException"
4289                },
4290                {
4291                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4292                },
4293                {
4294                    "target": "com.amazonaws.devicefarm#NotFoundException"
4295                },
4296                {
4297                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4298                }
4299            ],
4300            "traits": {
4301                "smithy.api#documentation": "<p>Returns information about all the instance profiles in an AWS account.</p>"
4302            }
4303        },
4304        "com.amazonaws.devicefarm#ListInstanceProfilesRequest": {
4305            "type": "structure",
4306            "members": {
4307                "maxResults": {
4308                    "target": "com.amazonaws.devicefarm#Integer",
4309                    "traits": {
4310                        "smithy.api#documentation": "<p>An integer that specifies the maximum number of items you want to return in the API response.</p>"
4311                    }
4312                },
4313                "nextToken": {
4314                    "target": "com.amazonaws.devicefarm#PaginationToken",
4315                    "traits": {
4316                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n            used to return the next set of items in the list.</p>"
4317                    }
4318                }
4319            }
4320        },
4321        "com.amazonaws.devicefarm#ListInstanceProfilesResult": {
4322            "type": "structure",
4323            "members": {
4324                "instanceProfiles": {
4325                    "target": "com.amazonaws.devicefarm#InstanceProfiles",
4326                    "traits": {
4327                        "smithy.api#documentation": "<p>An object that contains information about your instance profiles.</p>"
4328                    }
4329                },
4330                "nextToken": {
4331                    "target": "com.amazonaws.devicefarm#PaginationToken",
4332                    "traits": {
4333                        "smithy.api#documentation": "<p>An identifier that can be used in the next call to this operation to return the next\n            set of items in the list.</p>"
4334                    }
4335                }
4336            }
4337        },
4338        "com.amazonaws.devicefarm#ListJobs": {
4339            "type": "operation",
4340            "input": {
4341                "target": "com.amazonaws.devicefarm#ListJobsRequest"
4342            },
4343            "output": {
4344                "target": "com.amazonaws.devicefarm#ListJobsResult"
4345            },
4346            "errors": [
4347                {
4348                    "target": "com.amazonaws.devicefarm#ArgumentException"
4349                },
4350                {
4351                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4352                },
4353                {
4354                    "target": "com.amazonaws.devicefarm#NotFoundException"
4355                },
4356                {
4357                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4358                }
4359            ],
4360            "traits": {
4361                "smithy.api#documentation": "<p>Gets information about jobs for a given test run.</p>",
4362                "smithy.api#paginated": {
4363                    "inputToken": "nextToken",
4364                    "outputToken": "nextToken",
4365                    "items": "jobs"
4366                }
4367            }
4368        },
4369        "com.amazonaws.devicefarm#ListJobsRequest": {
4370            "type": "structure",
4371            "members": {
4372                "arn": {
4373                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4374                    "traits": {
4375                        "smithy.api#documentation": "<p>The run's Amazon Resource Name (ARN).</p>",
4376                        "smithy.api#required": {}
4377                    }
4378                },
4379                "nextToken": {
4380                    "target": "com.amazonaws.devicefarm#PaginationToken",
4381                    "traits": {
4382                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4383                    }
4384                }
4385            },
4386            "traits": {
4387                "smithy.api#documentation": "<p>Represents a request to the list jobs operation.</p>"
4388            }
4389        },
4390        "com.amazonaws.devicefarm#ListJobsResult": {
4391            "type": "structure",
4392            "members": {
4393                "jobs": {
4394                    "target": "com.amazonaws.devicefarm#Jobs",
4395                    "traits": {
4396                        "smithy.api#documentation": "<p>Information about the jobs.</p>"
4397                    }
4398                },
4399                "nextToken": {
4400                    "target": "com.amazonaws.devicefarm#PaginationToken",
4401                    "traits": {
4402                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
4403                    }
4404                }
4405            },
4406            "traits": {
4407                "smithy.api#documentation": "<p>Represents the result of a list jobs request.</p>"
4408            }
4409        },
4410        "com.amazonaws.devicefarm#ListNetworkProfiles": {
4411            "type": "operation",
4412            "input": {
4413                "target": "com.amazonaws.devicefarm#ListNetworkProfilesRequest"
4414            },
4415            "output": {
4416                "target": "com.amazonaws.devicefarm#ListNetworkProfilesResult"
4417            },
4418            "errors": [
4419                {
4420                    "target": "com.amazonaws.devicefarm#ArgumentException"
4421                },
4422                {
4423                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4424                },
4425                {
4426                    "target": "com.amazonaws.devicefarm#NotFoundException"
4427                },
4428                {
4429                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4430                }
4431            ],
4432            "traits": {
4433                "smithy.api#documentation": "<p>Returns the list of available network profiles.</p>"
4434            }
4435        },
4436        "com.amazonaws.devicefarm#ListNetworkProfilesRequest": {
4437            "type": "structure",
4438            "members": {
4439                "arn": {
4440                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4441                    "traits": {
4442                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project for which you want to list network\n            profiles.</p>",
4443                        "smithy.api#required": {}
4444                    }
4445                },
4446                "type": {
4447                    "target": "com.amazonaws.devicefarm#NetworkProfileType",
4448                    "traits": {
4449                        "smithy.api#documentation": "<p>The type of network profile to return information about. Valid values are listed here.</p>"
4450                    }
4451                },
4452                "nextToken": {
4453                    "target": "com.amazonaws.devicefarm#PaginationToken",
4454                    "traits": {
4455                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4456                    }
4457                }
4458            }
4459        },
4460        "com.amazonaws.devicefarm#ListNetworkProfilesResult": {
4461            "type": "structure",
4462            "members": {
4463                "networkProfiles": {
4464                    "target": "com.amazonaws.devicefarm#NetworkProfiles",
4465                    "traits": {
4466                        "smithy.api#documentation": "<p>A list of the available network profiles.</p>"
4467                    }
4468                },
4469                "nextToken": {
4470                    "target": "com.amazonaws.devicefarm#PaginationToken",
4471                    "traits": {
4472                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4473                    }
4474                }
4475            }
4476        },
4477        "com.amazonaws.devicefarm#ListOfferingPromotions": {
4478            "type": "operation",
4479            "input": {
4480                "target": "com.amazonaws.devicefarm#ListOfferingPromotionsRequest"
4481            },
4482            "output": {
4483                "target": "com.amazonaws.devicefarm#ListOfferingPromotionsResult"
4484            },
4485            "errors": [
4486                {
4487                    "target": "com.amazonaws.devicefarm#ArgumentException"
4488                },
4489                {
4490                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4491                },
4492                {
4493                    "target": "com.amazonaws.devicefarm#NotEligibleException"
4494                },
4495                {
4496                    "target": "com.amazonaws.devicefarm#NotFoundException"
4497                },
4498                {
4499                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4500                }
4501            ],
4502            "traits": {
4503                "smithy.api#documentation": "<p>Returns a list of offering promotions. Each offering promotion record contains the ID and description\n            of the promotion. The API returns a <code>NotEligible</code> error if the caller is not permitted to invoke\n            the operation. Contact <a href=\"mailto:aws-devicefarm-support@amazon.com\">aws-devicefarm-support@amazon.com</a> if you must be able to invoke this operation.</p>"
4504            }
4505        },
4506        "com.amazonaws.devicefarm#ListOfferingPromotionsRequest": {
4507            "type": "structure",
4508            "members": {
4509                "nextToken": {
4510                    "target": "com.amazonaws.devicefarm#PaginationToken",
4511                    "traits": {
4512                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4513                    }
4514                }
4515            }
4516        },
4517        "com.amazonaws.devicefarm#ListOfferingPromotionsResult": {
4518            "type": "structure",
4519            "members": {
4520                "offeringPromotions": {
4521                    "target": "com.amazonaws.devicefarm#OfferingPromotions",
4522                    "traits": {
4523                        "smithy.api#documentation": "<p>Information about the offering promotions.</p>"
4524                    }
4525                },
4526                "nextToken": {
4527                    "target": "com.amazonaws.devicefarm#PaginationToken",
4528                    "traits": {
4529                        "smithy.api#documentation": "<p>An identifier to be used in the next call to this operation, to return the next set\n            of items in the list.</p>"
4530                    }
4531                }
4532            }
4533        },
4534        "com.amazonaws.devicefarm#ListOfferingTransactions": {
4535            "type": "operation",
4536            "input": {
4537                "target": "com.amazonaws.devicefarm#ListOfferingTransactionsRequest"
4538            },
4539            "output": {
4540                "target": "com.amazonaws.devicefarm#ListOfferingTransactionsResult"
4541            },
4542            "errors": [
4543                {
4544                    "target": "com.amazonaws.devicefarm#ArgumentException"
4545                },
4546                {
4547                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4548                },
4549                {
4550                    "target": "com.amazonaws.devicefarm#NotEligibleException"
4551                },
4552                {
4553                    "target": "com.amazonaws.devicefarm#NotFoundException"
4554                },
4555                {
4556                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4557                }
4558            ],
4559            "traits": {
4560                "smithy.api#documentation": "<p>Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS\n            account. The list is paginated and ordered by a descending timestamp (most recent transactions are first).\n            The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. If\n            you must be able to invoke this operation, contact <a href=\"mailto:aws-devicefarm-support@amazon.com\">aws-devicefarm-support@amazon.com</a>.</p>",
4561                "smithy.api#paginated": {
4562                    "inputToken": "nextToken",
4563                    "outputToken": "nextToken",
4564                    "items": "offeringTransactions"
4565                }
4566            }
4567        },
4568        "com.amazonaws.devicefarm#ListOfferingTransactionsRequest": {
4569            "type": "structure",
4570            "members": {
4571                "nextToken": {
4572                    "target": "com.amazonaws.devicefarm#PaginationToken",
4573                    "traits": {
4574                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4575                    }
4576                }
4577            },
4578            "traits": {
4579                "smithy.api#documentation": "<p>Represents the request to list the offering transaction history.</p>"
4580            }
4581        },
4582        "com.amazonaws.devicefarm#ListOfferingTransactionsResult": {
4583            "type": "structure",
4584            "members": {
4585                "offeringTransactions": {
4586                    "target": "com.amazonaws.devicefarm#OfferingTransactions",
4587                    "traits": {
4588                        "smithy.api#documentation": "<p>The audit log of subscriptions you have purchased and modified through AWS Device\n            Farm.</p>"
4589                    }
4590                },
4591                "nextToken": {
4592                    "target": "com.amazonaws.devicefarm#PaginationToken",
4593                    "traits": {
4594                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4595                    }
4596                }
4597            },
4598            "traits": {
4599                "smithy.api#documentation": "<p>Returns the transaction log of the specified offerings.</p>"
4600            }
4601        },
4602        "com.amazonaws.devicefarm#ListOfferings": {
4603            "type": "operation",
4604            "input": {
4605                "target": "com.amazonaws.devicefarm#ListOfferingsRequest"
4606            },
4607            "output": {
4608                "target": "com.amazonaws.devicefarm#ListOfferingsResult"
4609            },
4610            "errors": [
4611                {
4612                    "target": "com.amazonaws.devicefarm#ArgumentException"
4613                },
4614                {
4615                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4616                },
4617                {
4618                    "target": "com.amazonaws.devicefarm#NotEligibleException"
4619                },
4620                {
4621                    "target": "com.amazonaws.devicefarm#NotFoundException"
4622                },
4623                {
4624                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4625                }
4626            ],
4627            "traits": {
4628                "smithy.api#documentation": "<p>Returns a list of products or offerings that the user can manage through the API. Each offering record\n            indicates the recurring price per unit and the frequency for that offering. The API returns a\n                <code>NotEligible</code> error if the user is not permitted to invoke the operation.  If you must be\n            able to invoke this operation, contact <a href=\"mailto:aws-devicefarm-support@amazon.com\">aws-devicefarm-support@amazon.com</a>.</p>",
4629                "smithy.api#paginated": {
4630                    "inputToken": "nextToken",
4631                    "outputToken": "nextToken",
4632                    "items": "offerings"
4633                }
4634            }
4635        },
4636        "com.amazonaws.devicefarm#ListOfferingsRequest": {
4637            "type": "structure",
4638            "members": {
4639                "nextToken": {
4640                    "target": "com.amazonaws.devicefarm#PaginationToken",
4641                    "traits": {
4642                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4643                    }
4644                }
4645            },
4646            "traits": {
4647                "smithy.api#documentation": "<p>Represents the request to list all offerings.</p>"
4648            }
4649        },
4650        "com.amazonaws.devicefarm#ListOfferingsResult": {
4651            "type": "structure",
4652            "members": {
4653                "offerings": {
4654                    "target": "com.amazonaws.devicefarm#Offerings",
4655                    "traits": {
4656                        "smithy.api#documentation": "<p>A value that represents the list offering results.</p>"
4657                    }
4658                },
4659                "nextToken": {
4660                    "target": "com.amazonaws.devicefarm#PaginationToken",
4661                    "traits": {
4662                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4663                    }
4664                }
4665            },
4666            "traits": {
4667                "smithy.api#documentation": "<p>Represents the return values of the list of offerings.</p>"
4668            }
4669        },
4670        "com.amazonaws.devicefarm#ListProjects": {
4671            "type": "operation",
4672            "input": {
4673                "target": "com.amazonaws.devicefarm#ListProjectsRequest"
4674            },
4675            "output": {
4676                "target": "com.amazonaws.devicefarm#ListProjectsResult"
4677            },
4678            "errors": [
4679                {
4680                    "target": "com.amazonaws.devicefarm#ArgumentException"
4681                },
4682                {
4683                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4684                },
4685                {
4686                    "target": "com.amazonaws.devicefarm#NotFoundException"
4687                },
4688                {
4689                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4690                }
4691            ],
4692            "traits": {
4693                "smithy.api#documentation": "<p>Gets information about projects.</p>",
4694                "smithy.api#paginated": {
4695                    "inputToken": "nextToken",
4696                    "outputToken": "nextToken",
4697                    "items": "projects"
4698                }
4699            }
4700        },
4701        "com.amazonaws.devicefarm#ListProjectsRequest": {
4702            "type": "structure",
4703            "members": {
4704                "arn": {
4705                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4706                    "traits": {
4707                        "smithy.api#documentation": "<p>Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm\n            returns a list of all projects for the AWS account. You can also specify a project\n            ARN.</p>"
4708                    }
4709                },
4710                "nextToken": {
4711                    "target": "com.amazonaws.devicefarm#PaginationToken",
4712                    "traits": {
4713                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4714                    }
4715                }
4716            },
4717            "traits": {
4718                "smithy.api#documentation": "<p>Represents a request to the list projects operation.</p>"
4719            }
4720        },
4721        "com.amazonaws.devicefarm#ListProjectsResult": {
4722            "type": "structure",
4723            "members": {
4724                "projects": {
4725                    "target": "com.amazonaws.devicefarm#Projects",
4726                    "traits": {
4727                        "smithy.api#documentation": "<p>Information about the projects.</p>"
4728                    }
4729                },
4730                "nextToken": {
4731                    "target": "com.amazonaws.devicefarm#PaginationToken",
4732                    "traits": {
4733                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
4734                    }
4735                }
4736            },
4737            "traits": {
4738                "smithy.api#documentation": "<p>Represents the result of a list projects request.</p>"
4739            }
4740        },
4741        "com.amazonaws.devicefarm#ListRemoteAccessSessions": {
4742            "type": "operation",
4743            "input": {
4744                "target": "com.amazonaws.devicefarm#ListRemoteAccessSessionsRequest"
4745            },
4746            "output": {
4747                "target": "com.amazonaws.devicefarm#ListRemoteAccessSessionsResult"
4748            },
4749            "errors": [
4750                {
4751                    "target": "com.amazonaws.devicefarm#ArgumentException"
4752                },
4753                {
4754                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4755                },
4756                {
4757                    "target": "com.amazonaws.devicefarm#NotFoundException"
4758                },
4759                {
4760                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4761                }
4762            ],
4763            "traits": {
4764                "smithy.api#documentation": "<p>Returns a list of all currently running remote access sessions.</p>"
4765            }
4766        },
4767        "com.amazonaws.devicefarm#ListRemoteAccessSessionsRequest": {
4768            "type": "structure",
4769            "members": {
4770                "arn": {
4771                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4772                    "traits": {
4773                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project about which you are requesting\n            information.</p>",
4774                        "smithy.api#required": {}
4775                    }
4776                },
4777                "nextToken": {
4778                    "target": "com.amazonaws.devicefarm#PaginationToken",
4779                    "traits": {
4780                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4781                    }
4782                }
4783            },
4784            "traits": {
4785                "smithy.api#documentation": "<p>Represents the request to return information about the remote access\n            session.</p>"
4786            }
4787        },
4788        "com.amazonaws.devicefarm#ListRemoteAccessSessionsResult": {
4789            "type": "structure",
4790            "members": {
4791                "remoteAccessSessions": {
4792                    "target": "com.amazonaws.devicefarm#RemoteAccessSessions",
4793                    "traits": {
4794                        "smithy.api#documentation": "<p>A container that represents the metadata from the service about each remote access session you are\n            requesting.</p>"
4795                    }
4796                },
4797                "nextToken": {
4798                    "target": "com.amazonaws.devicefarm#PaginationToken",
4799                    "traits": {
4800                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4801                    }
4802                }
4803            },
4804            "traits": {
4805                "smithy.api#documentation": "<p>Represents the response from the server after AWS Device Farm makes a request to\n            return information about the remote access session.</p>"
4806            }
4807        },
4808        "com.amazonaws.devicefarm#ListRuns": {
4809            "type": "operation",
4810            "input": {
4811                "target": "com.amazonaws.devicefarm#ListRunsRequest"
4812            },
4813            "output": {
4814                "target": "com.amazonaws.devicefarm#ListRunsResult"
4815            },
4816            "errors": [
4817                {
4818                    "target": "com.amazonaws.devicefarm#ArgumentException"
4819                },
4820                {
4821                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4822                },
4823                {
4824                    "target": "com.amazonaws.devicefarm#NotFoundException"
4825                },
4826                {
4827                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4828                }
4829            ],
4830            "traits": {
4831                "smithy.api#documentation": "<p>Gets information about runs, given an AWS Device Farm project ARN.</p>",
4832                "smithy.api#paginated": {
4833                    "inputToken": "nextToken",
4834                    "outputToken": "nextToken",
4835                    "items": "runs"
4836                }
4837            }
4838        },
4839        "com.amazonaws.devicefarm#ListRunsRequest": {
4840            "type": "structure",
4841            "members": {
4842                "arn": {
4843                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4844                    "traits": {
4845                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project for which you want to list\n            runs.</p>",
4846                        "smithy.api#required": {}
4847                    }
4848                },
4849                "nextToken": {
4850                    "target": "com.amazonaws.devicefarm#PaginationToken",
4851                    "traits": {
4852                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4853                    }
4854                }
4855            },
4856            "traits": {
4857                "smithy.api#documentation": "<p>Represents a request to the list runs operation.</p>"
4858            }
4859        },
4860        "com.amazonaws.devicefarm#ListRunsResult": {
4861            "type": "structure",
4862            "members": {
4863                "runs": {
4864                    "target": "com.amazonaws.devicefarm#Runs",
4865                    "traits": {
4866                        "smithy.api#documentation": "<p>Information about the runs.</p>"
4867                    }
4868                },
4869                "nextToken": {
4870                    "target": "com.amazonaws.devicefarm#PaginationToken",
4871                    "traits": {
4872                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
4873                    }
4874                }
4875            },
4876            "traits": {
4877                "smithy.api#documentation": "<p>Represents the result of a list runs request.</p>"
4878            }
4879        },
4880        "com.amazonaws.devicefarm#ListSamples": {
4881            "type": "operation",
4882            "input": {
4883                "target": "com.amazonaws.devicefarm#ListSamplesRequest"
4884            },
4885            "output": {
4886                "target": "com.amazonaws.devicefarm#ListSamplesResult"
4887            },
4888            "errors": [
4889                {
4890                    "target": "com.amazonaws.devicefarm#ArgumentException"
4891                },
4892                {
4893                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4894                },
4895                {
4896                    "target": "com.amazonaws.devicefarm#NotFoundException"
4897                },
4898                {
4899                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4900                }
4901            ],
4902            "traits": {
4903                "smithy.api#documentation": "<p>Gets information about samples, given an AWS Device Farm job ARN.</p>",
4904                "smithy.api#paginated": {
4905                    "inputToken": "nextToken",
4906                    "outputToken": "nextToken",
4907                    "items": "samples"
4908                }
4909            }
4910        },
4911        "com.amazonaws.devicefarm#ListSamplesRequest": {
4912            "type": "structure",
4913            "members": {
4914                "arn": {
4915                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4916                    "traits": {
4917                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the job used to list samples.</p>",
4918                        "smithy.api#required": {}
4919                    }
4920                },
4921                "nextToken": {
4922                    "target": "com.amazonaws.devicefarm#PaginationToken",
4923                    "traits": {
4924                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4925                    }
4926                }
4927            },
4928            "traits": {
4929                "smithy.api#documentation": "<p>Represents a request to the list samples operation.</p>"
4930            }
4931        },
4932        "com.amazonaws.devicefarm#ListSamplesResult": {
4933            "type": "structure",
4934            "members": {
4935                "samples": {
4936                    "target": "com.amazonaws.devicefarm#Samples",
4937                    "traits": {
4938                        "smithy.api#documentation": "<p>Information about the samples.</p>"
4939                    }
4940                },
4941                "nextToken": {
4942                    "target": "com.amazonaws.devicefarm#PaginationToken",
4943                    "traits": {
4944                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
4945                    }
4946                }
4947            },
4948            "traits": {
4949                "smithy.api#documentation": "<p>Represents the result of a list samples request.</p>"
4950            }
4951        },
4952        "com.amazonaws.devicefarm#ListSuites": {
4953            "type": "operation",
4954            "input": {
4955                "target": "com.amazonaws.devicefarm#ListSuitesRequest"
4956            },
4957            "output": {
4958                "target": "com.amazonaws.devicefarm#ListSuitesResult"
4959            },
4960            "errors": [
4961                {
4962                    "target": "com.amazonaws.devicefarm#ArgumentException"
4963                },
4964                {
4965                    "target": "com.amazonaws.devicefarm#LimitExceededException"
4966                },
4967                {
4968                    "target": "com.amazonaws.devicefarm#NotFoundException"
4969                },
4970                {
4971                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
4972                }
4973            ],
4974            "traits": {
4975                "smithy.api#documentation": "<p>Gets information about test suites for a given job.</p>",
4976                "smithy.api#paginated": {
4977                    "inputToken": "nextToken",
4978                    "outputToken": "nextToken",
4979                    "items": "suites"
4980                }
4981            }
4982        },
4983        "com.amazonaws.devicefarm#ListSuitesRequest": {
4984            "type": "structure",
4985            "members": {
4986                "arn": {
4987                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
4988                    "traits": {
4989                        "smithy.api#documentation": "<p>The job's Amazon Resource Name (ARN).</p>",
4990                        "smithy.api#required": {}
4991                    }
4992                },
4993                "nextToken": {
4994                    "target": "com.amazonaws.devicefarm#PaginationToken",
4995                    "traits": {
4996                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
4997                    }
4998                }
4999            },
5000            "traits": {
5001                "smithy.api#documentation": "<p>Represents a request to the list suites operation.</p>"
5002            }
5003        },
5004        "com.amazonaws.devicefarm#ListSuitesResult": {
5005            "type": "structure",
5006            "members": {
5007                "suites": {
5008                    "target": "com.amazonaws.devicefarm#Suites",
5009                    "traits": {
5010                        "smithy.api#documentation": "<p>Information about the suites.</p>"
5011                    }
5012                },
5013                "nextToken": {
5014                    "target": "com.amazonaws.devicefarm#PaginationToken",
5015                    "traits": {
5016                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
5017                    }
5018                }
5019            },
5020            "traits": {
5021                "smithy.api#documentation": "<p>Represents the result of a list suites request.</p>"
5022            }
5023        },
5024        "com.amazonaws.devicefarm#ListTagsForResource": {
5025            "type": "operation",
5026            "input": {
5027                "target": "com.amazonaws.devicefarm#ListTagsForResourceRequest"
5028            },
5029            "output": {
5030                "target": "com.amazonaws.devicefarm#ListTagsForResourceResponse"
5031            },
5032            "errors": [
5033                {
5034                    "target": "com.amazonaws.devicefarm#ArgumentException"
5035                },
5036                {
5037                    "target": "com.amazonaws.devicefarm#NotFoundException"
5038                },
5039                {
5040                    "target": "com.amazonaws.devicefarm#TagOperationException"
5041                }
5042            ],
5043            "traits": {
5044                "smithy.api#documentation": "<p>List the tags for an AWS Device Farm resource.</p>"
5045            }
5046        },
5047        "com.amazonaws.devicefarm#ListTagsForResourceRequest": {
5048            "type": "structure",
5049            "members": {
5050                "ResourceARN": {
5051                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
5052                    "traits": {
5053                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource or resources for which to list tags. You can associate tags\n            with the following Device Farm resources: <code>PROJECT</code>, <code>RUN</code>,\n                <code>NETWORK_PROFILE</code>, <code>INSTANCE_PROFILE</code>, <code>DEVICE_INSTANCE</code>,\n                <code>SESSION</code>, <code>DEVICE_POOL</code>, <code>DEVICE</code>, and\n            <code>VPCE_CONFIGURATION</code>.</p>",
5054                        "smithy.api#required": {}
5055                    }
5056                }
5057            }
5058        },
5059        "com.amazonaws.devicefarm#ListTagsForResourceResponse": {
5060            "type": "structure",
5061            "members": {
5062                "Tags": {
5063                    "target": "com.amazonaws.devicefarm#TagList",
5064                    "traits": {
5065                        "smithy.api#documentation": "<p>The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum\n            character length of 128 characters. Tag values can have a maximum length of 256 characters.</p>"
5066                    }
5067                }
5068            }
5069        },
5070        "com.amazonaws.devicefarm#ListTestGridProjects": {
5071            "type": "operation",
5072            "input": {
5073                "target": "com.amazonaws.devicefarm#ListTestGridProjectsRequest"
5074            },
5075            "output": {
5076                "target": "com.amazonaws.devicefarm#ListTestGridProjectsResult"
5077            },
5078            "errors": [
5079                {
5080                    "target": "com.amazonaws.devicefarm#ArgumentException"
5081                },
5082                {
5083                    "target": "com.amazonaws.devicefarm#InternalServiceException"
5084                }
5085            ],
5086            "traits": {
5087                "smithy.api#documentation": "<p>Gets a list of all Selenium testing projects in your account.</p>",
5088                "smithy.api#paginated": {
5089                    "inputToken": "nextToken",
5090                    "outputToken": "nextToken",
5091                    "pageSize": "maxResult"
5092                }
5093            }
5094        },
5095        "com.amazonaws.devicefarm#ListTestGridProjectsRequest": {
5096            "type": "structure",
5097            "members": {
5098                "maxResult": {
5099                    "target": "com.amazonaws.devicefarm#MaxPageSize",
5100                    "traits": {
5101                        "smithy.api#documentation": "<p>Return no more than this number of results.</p>"
5102                    }
5103                },
5104                "nextToken": {
5105                    "target": "com.amazonaws.devicefarm#PaginationToken",
5106                    "traits": {
5107                        "smithy.api#documentation": "<p>From a response, used to continue a paginated listing. </p>"
5108                    }
5109                }
5110            }
5111        },
5112        "com.amazonaws.devicefarm#ListTestGridProjectsResult": {
5113            "type": "structure",
5114            "members": {
5115                "testGridProjects": {
5116                    "target": "com.amazonaws.devicefarm#TestGridProjects",
5117                    "traits": {
5118                        "smithy.api#documentation": "<p>The list of TestGridProjects, based on a <a>ListTestGridProjectsRequest</a>.</p>"
5119                    }
5120                },
5121                "nextToken": {
5122                    "target": "com.amazonaws.devicefarm#PaginationToken",
5123                    "traits": {
5124                        "smithy.api#documentation": "<p>Used for pagination. Pass into <a>ListTestGridProjects</a> to get more results in a paginated\n         request.</p>"
5125                    }
5126                }
5127            }
5128        },
5129        "com.amazonaws.devicefarm#ListTestGridSessionActions": {
5130            "type": "operation",
5131            "input": {
5132                "target": "com.amazonaws.devicefarm#ListTestGridSessionActionsRequest"
5133            },
5134            "output": {
5135                "target": "com.amazonaws.devicefarm#ListTestGridSessionActionsResult"
5136            },
5137            "errors": [
5138                {
5139                    "target": "com.amazonaws.devicefarm#ArgumentException"
5140                },
5141                {
5142                    "target": "com.amazonaws.devicefarm#InternalServiceException"
5143                },
5144                {
5145                    "target": "com.amazonaws.devicefarm#NotFoundException"
5146                }
5147            ],
5148            "traits": {
5149                "smithy.api#documentation": "<p>Returns a list of the actions taken in a <a>TestGridSession</a>.</p>",
5150                "smithy.api#paginated": {
5151                    "inputToken": "nextToken",
5152                    "outputToken": "nextToken",
5153                    "pageSize": "maxResult"
5154                }
5155            }
5156        },
5157        "com.amazonaws.devicefarm#ListTestGridSessionActionsRequest": {
5158            "type": "structure",
5159            "members": {
5160                "sessionArn": {
5161                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
5162                    "traits": {
5163                        "smithy.api#documentation": "<p>The ARN of the session to retrieve.</p>",
5164                        "smithy.api#required": {}
5165                    }
5166                },
5167                "maxResult": {
5168                    "target": "com.amazonaws.devicefarm#MaxPageSize",
5169                    "traits": {
5170                        "smithy.api#documentation": "<p>The maximum number of sessions to return per response.</p>"
5171                    }
5172                },
5173                "nextToken": {
5174                    "target": "com.amazonaws.devicefarm#PaginationToken",
5175                    "traits": {
5176                        "smithy.api#documentation": "<p>Pagination token.</p>"
5177                    }
5178                }
5179            }
5180        },
5181        "com.amazonaws.devicefarm#ListTestGridSessionActionsResult": {
5182            "type": "structure",
5183            "members": {
5184                "actions": {
5185                    "target": "com.amazonaws.devicefarm#TestGridSessionActions",
5186                    "traits": {
5187                        "smithy.api#documentation": "<p>The action taken by the session.</p>"
5188                    }
5189                },
5190                "nextToken": {
5191                    "target": "com.amazonaws.devicefarm#PaginationToken",
5192                    "traits": {
5193                        "smithy.api#documentation": "<p>Pagination token.</p>"
5194                    }
5195                }
5196            }
5197        },
5198        "com.amazonaws.devicefarm#ListTestGridSessionArtifacts": {
5199            "type": "operation",
5200            "input": {
5201                "target": "com.amazonaws.devicefarm#ListTestGridSessionArtifactsRequest"
5202            },
5203            "output": {
5204                "target": "com.amazonaws.devicefarm#ListTestGridSessionArtifactsResult"
5205            },
5206            "errors": [
5207                {
5208                    "target": "com.amazonaws.devicefarm#ArgumentException"
5209                },
5210                {
5211                    "target": "com.amazonaws.devicefarm#InternalServiceException"
5212                },
5213                {
5214                    "target": "com.amazonaws.devicefarm#NotFoundException"
5215                }
5216            ],
5217            "traits": {
5218                "smithy.api#documentation": "<p>Retrieves a list of artifacts created during the session.</p>",
5219                "smithy.api#paginated": {
5220                    "inputToken": "nextToken",
5221                    "outputToken": "nextToken",
5222                    "pageSize": "maxResult"
5223                }
5224            }
5225        },
5226        "com.amazonaws.devicefarm#ListTestGridSessionArtifactsRequest": {
5227            "type": "structure",
5228            "members": {
5229                "sessionArn": {
5230                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
5231                    "traits": {
5232                        "smithy.api#documentation": "<p>The ARN of a <a>TestGridSession</a>. </p>",
5233                        "smithy.api#required": {}
5234                    }
5235                },
5236                "type": {
5237                    "target": "com.amazonaws.devicefarm#TestGridSessionArtifactCategory",
5238                    "traits": {
5239                        "smithy.api#documentation": "<p>Limit results to a specified type of artifact.</p>"
5240                    }
5241                },
5242                "maxResult": {
5243                    "target": "com.amazonaws.devicefarm#MaxPageSize",
5244                    "traits": {
5245                        "smithy.api#documentation": "<p>The maximum number of results to be returned by a request.</p>"
5246                    }
5247                },
5248                "nextToken": {
5249                    "target": "com.amazonaws.devicefarm#PaginationToken",
5250                    "traits": {
5251                        "smithy.api#documentation": "<p>Pagination token.</p>"
5252                    }
5253                }
5254            }
5255        },
5256        "com.amazonaws.devicefarm#ListTestGridSessionArtifactsResult": {
5257            "type": "structure",
5258            "members": {
5259                "artifacts": {
5260                    "target": "com.amazonaws.devicefarm#TestGridSessionArtifacts",
5261                    "traits": {
5262                        "smithy.api#documentation": "<p>A list of test grid session artifacts for a <a>TestGridSession</a>.</p>"
5263                    }
5264                },
5265                "nextToken": {
5266                    "target": "com.amazonaws.devicefarm#PaginationToken",
5267                    "traits": {
5268                        "smithy.api#documentation": "<p>Pagination token.</p>"
5269                    }
5270                }
5271            }
5272        },
5273        "com.amazonaws.devicefarm#ListTestGridSessions": {
5274            "type": "operation",
5275            "input": {
5276                "target": "com.amazonaws.devicefarm#ListTestGridSessionsRequest"
5277            },
5278            "output": {
5279                "target": "com.amazonaws.devicefarm#ListTestGridSessionsResult"
5280            },
5281            "errors": [
5282                {
5283                    "target": "com.amazonaws.devicefarm#ArgumentException"
5284                },
5285                {
5286                    "target": "com.amazonaws.devicefarm#InternalServiceException"
5287                },
5288                {
5289                    "target": "com.amazonaws.devicefarm#NotFoundException"
5290                }
5291            ],
5292            "traits": {
5293                "smithy.api#documentation": "<p>Retrieves a list of sessions for a <a>TestGridProject</a>.</p>",
5294                "smithy.api#paginated": {
5295                    "inputToken": "nextToken",
5296                    "outputToken": "nextToken",
5297                    "pageSize": "maxResult"
5298                }
5299            }
5300        },
5301        "com.amazonaws.devicefarm#ListTestGridSessionsRequest": {
5302            "type": "structure",
5303            "members": {
5304                "projectArn": {
5305                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
5306                    "traits": {
5307                        "smithy.api#documentation": "<p>ARN of a <a>TestGridProject</a>.</p>",
5308                        "smithy.api#required": {}
5309                    }
5310                },
5311                "status": {
5312                    "target": "com.amazonaws.devicefarm#TestGridSessionStatus",
5313                    "traits": {
5314                        "smithy.api#documentation": "<p>Return only sessions in this state.</p>"
5315                    }
5316                },
5317                "creationTimeAfter": {
5318                    "target": "com.amazonaws.devicefarm#DateTime",
5319                    "traits": {
5320                        "smithy.api#documentation": "<p>Return only sessions created after this time.</p>"
5321                    }
5322                },
5323                "creationTimeBefore": {
5324                    "target": "com.amazonaws.devicefarm#DateTime",
5325                    "traits": {
5326                        "smithy.api#documentation": "<p>Return only  sessions created before this time.</p>"
5327                    }
5328                },
5329                "endTimeAfter": {
5330                    "target": "com.amazonaws.devicefarm#DateTime",
5331                    "traits": {
5332                        "smithy.api#documentation": "<p>Return only sessions that ended after this time.</p>"
5333                    }
5334                },
5335                "endTimeBefore": {
5336                    "target": "com.amazonaws.devicefarm#DateTime",
5337                    "traits": {
5338                        "smithy.api#documentation": "<p>Return only sessions that ended before this time.</p>"
5339                    }
5340                },
5341                "maxResult": {
5342                    "target": "com.amazonaws.devicefarm#MaxPageSize",
5343                    "traits": {
5344                        "smithy.api#documentation": "<p>Return only this many results at a time.</p>"
5345                    }
5346                },
5347                "nextToken": {
5348                    "target": "com.amazonaws.devicefarm#PaginationToken",
5349                    "traits": {
5350                        "smithy.api#documentation": "<p>Pagination token.</p>"
5351                    }
5352                }
5353            }
5354        },
5355        "com.amazonaws.devicefarm#ListTestGridSessionsResult": {
5356            "type": "structure",
5357            "members": {
5358                "testGridSessions": {
5359                    "target": "com.amazonaws.devicefarm#TestGridSessions",
5360                    "traits": {
5361                        "smithy.api#documentation": "<p>The sessions that match the criteria in a <a>ListTestGridSessionsRequest</a>. </p>"
5362                    }
5363                },
5364                "nextToken": {
5365                    "target": "com.amazonaws.devicefarm#PaginationToken",
5366                    "traits": {
5367                        "smithy.api#documentation": "<p>Pagination token.</p>"
5368                    }
5369                }
5370            }
5371        },
5372        "com.amazonaws.devicefarm#ListTests": {
5373            "type": "operation",
5374            "input": {
5375                "target": "com.amazonaws.devicefarm#ListTestsRequest"
5376            },
5377            "output": {
5378                "target": "com.amazonaws.devicefarm#ListTestsResult"
5379            },
5380            "errors": [
5381                {
5382                    "target": "com.amazonaws.devicefarm#ArgumentException"
5383                },
5384                {
5385                    "target": "com.amazonaws.devicefarm#LimitExceededException"
5386                },
5387                {
5388                    "target": "com.amazonaws.devicefarm#NotFoundException"
5389                },
5390                {
5391                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
5392                }
5393            ],
5394            "traits": {
5395                "smithy.api#documentation": "<p>Gets information about tests in a given test suite.</p>",
5396                "smithy.api#paginated": {
5397                    "inputToken": "nextToken",
5398                    "outputToken": "nextToken",
5399                    "items": "tests"
5400                }
5401            }
5402        },
5403        "com.amazonaws.devicefarm#ListTestsRequest": {
5404            "type": "structure",
5405            "members": {
5406                "arn": {
5407                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
5408                    "traits": {
5409                        "smithy.api#documentation": "<p>The test suite's Amazon Resource Name (ARN).</p>",
5410                        "smithy.api#required": {}
5411                    }
5412                },
5413                "nextToken": {
5414                    "target": "com.amazonaws.devicefarm#PaginationToken",
5415                    "traits": {
5416                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
5417                    }
5418                }
5419            },
5420            "traits": {
5421                "smithy.api#documentation": "<p>Represents a request to the list tests operation.</p>"
5422            }
5423        },
5424        "com.amazonaws.devicefarm#ListTestsResult": {
5425            "type": "structure",
5426            "members": {
5427                "tests": {
5428                    "target": "com.amazonaws.devicefarm#Tests",
5429                    "traits": {
5430                        "smithy.api#documentation": "<p>Information about the tests.</p>"
5431                    }
5432                },
5433                "nextToken": {
5434                    "target": "com.amazonaws.devicefarm#PaginationToken",
5435                    "traits": {
5436                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
5437                    }
5438                }
5439            },
5440            "traits": {
5441                "smithy.api#documentation": "<p>Represents the result of a list tests request.</p>"
5442            }
5443        },
5444        "com.amazonaws.devicefarm#ListUniqueProblems": {
5445            "type": "operation",
5446            "input": {
5447                "target": "com.amazonaws.devicefarm#ListUniqueProblemsRequest"
5448            },
5449            "output": {
5450                "target": "com.amazonaws.devicefarm#ListUniqueProblemsResult"
5451            },
5452            "errors": [
5453                {
5454                    "target": "com.amazonaws.devicefarm#ArgumentException"
5455                },
5456                {
5457                    "target": "com.amazonaws.devicefarm#LimitExceededException"
5458                },
5459                {
5460                    "target": "com.amazonaws.devicefarm#NotFoundException"
5461                },
5462                {
5463                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
5464                }
5465            ],
5466            "traits": {
5467                "smithy.api#documentation": "<p>Gets information about unique problems, such as exceptions or crashes.</p>\n        <p>Unique problems are defined as a single instance of an error across a run, job, or suite. For example,\n            if a call in your application consistently raises an exception (<code>OutOfBoundsException in\n                MyActivity.java:386</code>), <code>ListUniqueProblems</code> returns a single entry instead of many\n            individual entries for that exception.</p>",
5468                "smithy.api#paginated": {
5469                    "inputToken": "nextToken",
5470                    "outputToken": "nextToken",
5471                    "items": "uniqueProblems"
5472                }
5473            }
5474        },
5475        "com.amazonaws.devicefarm#ListUniqueProblemsRequest": {
5476            "type": "structure",
5477            "members": {
5478                "arn": {
5479                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
5480                    "traits": {
5481                        "smithy.api#documentation": "<p>The unique problems' ARNs.</p>",
5482                        "smithy.api#required": {}
5483                    }
5484                },
5485                "nextToken": {
5486                    "target": "com.amazonaws.devicefarm#PaginationToken",
5487                    "traits": {
5488                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
5489                    }
5490                }
5491            },
5492            "traits": {
5493                "smithy.api#documentation": "<p>Represents a request to the list unique problems operation.</p>"
5494            }
5495        },
5496        "com.amazonaws.devicefarm#ListUniqueProblemsResult": {
5497            "type": "structure",
5498            "members": {
5499                "uniqueProblems": {
5500                    "target": "com.amazonaws.devicefarm#UniqueProblemsByExecutionResultMap",
5501                    "traits": {
5502                        "smithy.api#documentation": "<p>Information about the unique problems.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PASSED</p>\n            </li>\n            <li>\n                <p>WARNED</p>\n            </li>\n            <li>\n                <p>FAILED</p>\n            </li>\n            <li>\n                <p>SKIPPED</p>\n            </li>\n            <li>\n                <p>ERRORED</p>\n            </li>\n            <li>\n                <p>STOPPED</p>\n            </li>\n         </ul>"
5503                    }
5504                },
5505                "nextToken": {
5506                    "target": "com.amazonaws.devicefarm#PaginationToken",
5507                    "traits": {
5508                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
5509                    }
5510                }
5511            },
5512            "traits": {
5513                "smithy.api#documentation": "<p>Represents the result of a list unique problems request.</p>"
5514            }
5515        },
5516        "com.amazonaws.devicefarm#ListUploads": {
5517            "type": "operation",
5518            "input": {
5519                "target": "com.amazonaws.devicefarm#ListUploadsRequest"
5520            },
5521            "output": {
5522                "target": "com.amazonaws.devicefarm#ListUploadsResult"
5523            },
5524            "errors": [
5525                {
5526                    "target": "com.amazonaws.devicefarm#ArgumentException"
5527                },
5528                {
5529                    "target": "com.amazonaws.devicefarm#LimitExceededException"
5530                },
5531                {
5532                    "target": "com.amazonaws.devicefarm#NotFoundException"
5533                },
5534                {
5535                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
5536                }
5537            ],
5538            "traits": {
5539                "smithy.api#documentation": "<p>Gets information about uploads, given an AWS Device Farm project ARN.</p>",
5540                "smithy.api#paginated": {
5541                    "inputToken": "nextToken",
5542                    "outputToken": "nextToken",
5543                    "items": "uploads"
5544                }
5545            }
5546        },
5547        "com.amazonaws.devicefarm#ListUploadsRequest": {
5548            "type": "structure",
5549            "members": {
5550                "arn": {
5551                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
5552                    "traits": {
5553                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project for which you want to list\n            uploads.</p>",
5554                        "smithy.api#required": {}
5555                    }
5556                },
5557                "type": {
5558                    "target": "com.amazonaws.devicefarm#UploadType",
5559                    "traits": {
5560                        "smithy.api#documentation": "<p>The type of upload.</p>\n        <p>Must be one of the following values:</p>\n        <ul>\n            <li>\n                <p>ANDROID_APP</p>\n            </li>\n            <li>\n                <p>IOS_APP</p>\n            </li>\n            <li>\n                <p>WEB_APP</p>\n            </li>\n            <li>\n                <p>EXTERNAL_DATA</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>CALABASH_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>UIAUTOMATION_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>UIAUTOMATOR_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>XCTEST_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>XCTEST_UI_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE_TEST_SPEC</p>\n            </li>\n            <li>\n                <p> APPIUM_RUBY_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>XCTEST_UI_TEST_SPEC</p>\n            </li>\n         </ul>"
5561                    }
5562                },
5563                "nextToken": {
5564                    "target": "com.amazonaws.devicefarm#PaginationToken",
5565                    "traits": {
5566                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can\n            be used to return the next set of items in the list.</p>"
5567                    }
5568                }
5569            },
5570            "traits": {
5571                "smithy.api#documentation": "<p>Represents a request to the list uploads operation.</p>"
5572            }
5573        },
5574        "com.amazonaws.devicefarm#ListUploadsResult": {
5575            "type": "structure",
5576            "members": {
5577                "uploads": {
5578                    "target": "com.amazonaws.devicefarm#Uploads",
5579                    "traits": {
5580                        "smithy.api#documentation": "<p>Information about the uploads.</p>"
5581                    }
5582                },
5583                "nextToken": {
5584                    "target": "com.amazonaws.devicefarm#PaginationToken",
5585                    "traits": {
5586                        "smithy.api#documentation": "<p>If the number of items that are returned is significantly large, this is an identifier that is also\n            returned. It can be used in a subsequent call to this operation to return the next set of items in the\n            list.</p>"
5587                    }
5588                }
5589            },
5590            "traits": {
5591                "smithy.api#documentation": "<p>Represents the result of a list uploads request.</p>"
5592            }
5593        },
5594        "com.amazonaws.devicefarm#ListVPCEConfigurations": {
5595            "type": "operation",
5596            "input": {
5597                "target": "com.amazonaws.devicefarm#ListVPCEConfigurationsRequest"
5598            },
5599            "output": {
5600                "target": "com.amazonaws.devicefarm#ListVPCEConfigurationsResult"
5601            },
5602            "errors": [
5603                {
5604                    "target": "com.amazonaws.devicefarm#ArgumentException"
5605                },
5606                {
5607                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
5608                }
5609            ],
5610            "traits": {
5611                "smithy.api#documentation": "<p>Returns information about all Amazon Virtual Private Cloud (VPC) endpoint\n            configurations in the AWS account.</p>"
5612            }
5613        },
5614        "com.amazonaws.devicefarm#ListVPCEConfigurationsRequest": {
5615            "type": "structure",
5616            "members": {
5617                "maxResults": {
5618                    "target": "com.amazonaws.devicefarm#Integer",
5619                    "traits": {
5620                        "smithy.api#documentation": "<p>An integer that specifies the maximum number of items you want to return in the API response.</p>"
5621                    }
5622                },
5623                "nextToken": {
5624                    "target": "com.amazonaws.devicefarm#PaginationToken",
5625                    "traits": {
5626                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n            used to return the next set of items in the list.</p>"
5627                    }
5628                }
5629            }
5630        },
5631        "com.amazonaws.devicefarm#ListVPCEConfigurationsResult": {
5632            "type": "structure",
5633            "members": {
5634                "vpceConfigurations": {
5635                    "target": "com.amazonaws.devicefarm#VPCEConfigurations",
5636                    "traits": {
5637                        "smithy.api#documentation": "<p>An array of <code>VPCEConfiguration</code> objects that contain information about your VPC endpoint\n            configuration.</p>"
5638                    }
5639                },
5640                "nextToken": {
5641                    "target": "com.amazonaws.devicefarm#PaginationToken",
5642                    "traits": {
5643                        "smithy.api#documentation": "<p>An identifier that was returned from the previous call to this operation, which can be\n            used to return the next set of items in the list.</p>"
5644                    }
5645                }
5646            }
5647        },
5648        "com.amazonaws.devicefarm#Location": {
5649            "type": "structure",
5650            "members": {
5651                "latitude": {
5652                    "target": "com.amazonaws.devicefarm#Double",
5653                    "traits": {
5654                        "smithy.api#documentation": "<p>The latitude.</p>",
5655                        "smithy.api#required": {}
5656                    }
5657                },
5658                "longitude": {
5659                    "target": "com.amazonaws.devicefarm#Double",
5660                    "traits": {
5661                        "smithy.api#documentation": "<p>The longitude.</p>",
5662                        "smithy.api#required": {}
5663                    }
5664                }
5665            },
5666            "traits": {
5667                "smithy.api#documentation": "<p>Represents a latitude and longitude pair, expressed in geographic coordinate system degrees (for\n            example, 47.6204, -122.3491).</p>\n        <p>Elevation is currently not supported.</p>"
5668            }
5669        },
5670        "com.amazonaws.devicefarm#Long": {
5671            "type": "long",
5672            "traits": {
5673                "smithy.api#box": {}
5674            }
5675        },
5676        "com.amazonaws.devicefarm#MaxPageSize": {
5677            "type": "integer",
5678            "traits": {
5679                "smithy.api#box": {},
5680                "smithy.api#range": {
5681                    "min": 1,
5682                    "max": 1000
5683                }
5684            }
5685        },
5686        "com.amazonaws.devicefarm#MaxSlotMap": {
5687            "type": "map",
5688            "key": {
5689                "target": "com.amazonaws.devicefarm#String"
5690            },
5691            "value": {
5692                "target": "com.amazonaws.devicefarm#Integer"
5693            }
5694        },
5695        "com.amazonaws.devicefarm#Message": {
5696            "type": "string",
5697            "traits": {
5698                "smithy.api#length": {
5699                    "min": 0,
5700                    "max": 16384
5701                }
5702            }
5703        },
5704        "com.amazonaws.devicefarm#Metadata": {
5705            "type": "string",
5706            "traits": {
5707                "smithy.api#length": {
5708                    "min": 0,
5709                    "max": 8192
5710                }
5711            }
5712        },
5713        "com.amazonaws.devicefarm#MonetaryAmount": {
5714            "type": "structure",
5715            "members": {
5716                "amount": {
5717                    "target": "com.amazonaws.devicefarm#Double",
5718                    "traits": {
5719                        "smithy.api#documentation": "<p>The numerical amount of an offering or transaction.</p>"
5720                    }
5721                },
5722                "currencyCode": {
5723                    "target": "com.amazonaws.devicefarm#CurrencyCode",
5724                    "traits": {
5725                        "smithy.api#documentation": "<p>The currency code of a monetary amount. For example, <code>USD</code> means U.S. dollars.</p>"
5726                    }
5727                }
5728            },
5729            "traits": {
5730                "smithy.api#documentation": "<p>A number that represents the monetary amount for an offering or transaction.</p>"
5731            }
5732        },
5733        "com.amazonaws.devicefarm#Name": {
5734            "type": "string",
5735            "traits": {
5736                "smithy.api#length": {
5737                    "min": 0,
5738                    "max": 256
5739                }
5740            }
5741        },
5742        "com.amazonaws.devicefarm#NetworkProfile": {
5743            "type": "structure",
5744            "members": {
5745                "arn": {
5746                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
5747                    "traits": {
5748                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the network profile.</p>"
5749                    }
5750                },
5751                "name": {
5752                    "target": "com.amazonaws.devicefarm#Name",
5753                    "traits": {
5754                        "smithy.api#documentation": "<p>The name of the network profile.</p>"
5755                    }
5756                },
5757                "description": {
5758                    "target": "com.amazonaws.devicefarm#Message",
5759                    "traits": {
5760                        "smithy.api#documentation": "<p>The description of the network profile.</p>"
5761                    }
5762                },
5763                "type": {
5764                    "target": "com.amazonaws.devicefarm#NetworkProfileType",
5765                    "traits": {
5766                        "smithy.api#documentation": "<p>The type of network profile. Valid values are listed here.</p>"
5767                    }
5768                },
5769                "uplinkBandwidthBits": {
5770                    "target": "com.amazonaws.devicefarm#Long",
5771                    "traits": {
5772                        "smithy.api#documentation": "<p>The data throughput rate in bits per second, as an integer from 0 to\n            104857600.</p>"
5773                    }
5774                },
5775                "downlinkBandwidthBits": {
5776                    "target": "com.amazonaws.devicefarm#Long",
5777                    "traits": {
5778                        "smithy.api#documentation": "<p>The data throughput rate in bits per second, as an integer from 0 to\n            104857600.</p>"
5779                    }
5780                },
5781                "uplinkDelayMs": {
5782                    "target": "com.amazonaws.devicefarm#Long",
5783                    "traits": {
5784                        "smithy.api#documentation": "<p>Delay time for all packets to destination in milliseconds as an integer from 0 to\n            2000.</p>"
5785                    }
5786                },
5787                "downlinkDelayMs": {
5788                    "target": "com.amazonaws.devicefarm#Long",
5789                    "traits": {
5790                        "smithy.api#documentation": "<p>Delay time for all packets to destination in milliseconds as an integer from 0 to\n            2000.</p>"
5791                    }
5792                },
5793                "uplinkJitterMs": {
5794                    "target": "com.amazonaws.devicefarm#Long",
5795                    "traits": {
5796                        "smithy.api#documentation": "<p>Time variation in the delay of received packets in milliseconds as an integer from\n            0 to 2000.</p>"
5797                    }
5798                },
5799                "downlinkJitterMs": {
5800                    "target": "com.amazonaws.devicefarm#Long",
5801                    "traits": {
5802                        "smithy.api#documentation": "<p>Time variation in the delay of received packets in milliseconds as an integer from\n            0 to 2000.</p>"
5803                    }
5804                },
5805                "uplinkLossPercent": {
5806                    "target": "com.amazonaws.devicefarm#PercentInteger",
5807                    "traits": {
5808                        "smithy.api#documentation": "<p>Proportion of transmitted packets that fail to arrive from 0 to 100\n            percent.</p>"
5809                    }
5810                },
5811                "downlinkLossPercent": {
5812                    "target": "com.amazonaws.devicefarm#PercentInteger",
5813                    "traits": {
5814                        "smithy.api#documentation": "<p>Proportion of received packets that fail to arrive from 0 to 100 percent.</p>"
5815                    }
5816                }
5817            },
5818            "traits": {
5819                "smithy.api#documentation": "<p>An array of settings that describes characteristics of a network profile.</p>"
5820            }
5821        },
5822        "com.amazonaws.devicefarm#NetworkProfileType": {
5823            "type": "string",
5824            "traits": {
5825                "smithy.api#enum": [
5826                    {
5827                        "value": "CURATED",
5828                        "name": "CURATED"
5829                    },
5830                    {
5831                        "value": "PRIVATE",
5832                        "name": "PRIVATE"
5833                    }
5834                ]
5835            }
5836        },
5837        "com.amazonaws.devicefarm#NetworkProfiles": {
5838            "type": "list",
5839            "member": {
5840                "target": "com.amazonaws.devicefarm#NetworkProfile"
5841            }
5842        },
5843        "com.amazonaws.devicefarm#NotEligibleException": {
5844            "type": "structure",
5845            "members": {
5846                "message": {
5847                    "target": "com.amazonaws.devicefarm#Message",
5848                    "traits": {
5849                        "smithy.api#documentation": "<p>The HTTP response code of a Not Eligible exception.</p>"
5850                    }
5851                }
5852            },
5853            "traits": {
5854                "smithy.api#documentation": "<p>Exception gets thrown when a user is not eligible to perform the specified\n            transaction.</p>",
5855                "smithy.api#error": "client"
5856            }
5857        },
5858        "com.amazonaws.devicefarm#NotFoundException": {
5859            "type": "structure",
5860            "members": {
5861                "message": {
5862                    "target": "com.amazonaws.devicefarm#Message",
5863                    "traits": {
5864                        "smithy.api#documentation": "<p>Any additional information about the exception.</p>"
5865                    }
5866                }
5867            },
5868            "traits": {
5869                "smithy.api#documentation": "<p>The specified entity was not found.</p>",
5870                "smithy.api#error": "client"
5871            }
5872        },
5873        "com.amazonaws.devicefarm#Offering": {
5874            "type": "structure",
5875            "members": {
5876                "id": {
5877                    "target": "com.amazonaws.devicefarm#OfferingIdentifier",
5878                    "traits": {
5879                        "smithy.api#documentation": "<p>The ID that corresponds to a device offering.</p>"
5880                    }
5881                },
5882                "description": {
5883                    "target": "com.amazonaws.devicefarm#Message",
5884                    "traits": {
5885                        "smithy.api#documentation": "<p>A string that describes the offering.</p>"
5886                    }
5887                },
5888                "type": {
5889                    "target": "com.amazonaws.devicefarm#OfferingType",
5890                    "traits": {
5891                        "smithy.api#documentation": "<p>The type of offering (for example, <code>RECURRING</code>) for a device.</p>"
5892                    }
5893                },
5894                "platform": {
5895                    "target": "com.amazonaws.devicefarm#DevicePlatform",
5896                    "traits": {
5897                        "smithy.api#documentation": "<p>The platform of the device (for example, <code>ANDROID</code> or <code>IOS</code>).</p>"
5898                    }
5899                },
5900                "recurringCharges": {
5901                    "target": "com.amazonaws.devicefarm#RecurringCharges",
5902                    "traits": {
5903                        "smithy.api#documentation": "<p>Specifies whether there are recurring charges for the offering.</p>"
5904                    }
5905                }
5906            },
5907            "traits": {
5908                "smithy.api#documentation": "<p>Represents the metadata of a device offering.</p>"
5909            }
5910        },
5911        "com.amazonaws.devicefarm#OfferingIdentifier": {
5912            "type": "string",
5913            "traits": {
5914                "smithy.api#length": {
5915                    "min": 32
5916                }
5917            }
5918        },
5919        "com.amazonaws.devicefarm#OfferingPromotion": {
5920            "type": "structure",
5921            "members": {
5922                "id": {
5923                    "target": "com.amazonaws.devicefarm#OfferingPromotionIdentifier",
5924                    "traits": {
5925                        "smithy.api#documentation": "<p>The ID of the offering promotion.</p>"
5926                    }
5927                },
5928                "description": {
5929                    "target": "com.amazonaws.devicefarm#Message",
5930                    "traits": {
5931                        "smithy.api#documentation": "<p>A string that describes the offering promotion.</p>"
5932                    }
5933                }
5934            },
5935            "traits": {
5936                "smithy.api#documentation": "<p>Represents information about an offering promotion.</p>"
5937            }
5938        },
5939        "com.amazonaws.devicefarm#OfferingPromotionIdentifier": {
5940            "type": "string",
5941            "traits": {
5942                "smithy.api#length": {
5943                    "min": 4
5944                }
5945            }
5946        },
5947        "com.amazonaws.devicefarm#OfferingPromotions": {
5948            "type": "list",
5949            "member": {
5950                "target": "com.amazonaws.devicefarm#OfferingPromotion"
5951            }
5952        },
5953        "com.amazonaws.devicefarm#OfferingStatus": {
5954            "type": "structure",
5955            "members": {
5956                "type": {
5957                    "target": "com.amazonaws.devicefarm#OfferingTransactionType",
5958                    "traits": {
5959                        "smithy.api#documentation": "<p>The type specified for the offering status.</p>"
5960                    }
5961                },
5962                "offering": {
5963                    "target": "com.amazonaws.devicefarm#Offering",
5964                    "traits": {
5965                        "smithy.api#documentation": "<p>Represents the metadata of an offering status.</p>"
5966                    }
5967                },
5968                "quantity": {
5969                    "target": "com.amazonaws.devicefarm#Integer",
5970                    "traits": {
5971                        "smithy.api#documentation": "<p>The number of available devices in the offering.</p>"
5972                    }
5973                },
5974                "effectiveOn": {
5975                    "target": "com.amazonaws.devicefarm#DateTime",
5976                    "traits": {
5977                        "smithy.api#documentation": "<p>The date on which the offering is effective.</p>"
5978                    }
5979                }
5980            },
5981            "traits": {
5982                "smithy.api#documentation": "<p>The status of the offering.</p>"
5983            }
5984        },
5985        "com.amazonaws.devicefarm#OfferingStatusMap": {
5986            "type": "map",
5987            "key": {
5988                "target": "com.amazonaws.devicefarm#OfferingIdentifier"
5989            },
5990            "value": {
5991                "target": "com.amazonaws.devicefarm#OfferingStatus"
5992            }
5993        },
5994        "com.amazonaws.devicefarm#OfferingTransaction": {
5995            "type": "structure",
5996            "members": {
5997                "offeringStatus": {
5998                    "target": "com.amazonaws.devicefarm#OfferingStatus",
5999                    "traits": {
6000                        "smithy.api#documentation": "<p>The status of an offering transaction.</p>"
6001                    }
6002                },
6003                "transactionId": {
6004                    "target": "com.amazonaws.devicefarm#TransactionIdentifier",
6005                    "traits": {
6006                        "smithy.api#documentation": "<p>The transaction ID of the offering transaction.</p>"
6007                    }
6008                },
6009                "offeringPromotionId": {
6010                    "target": "com.amazonaws.devicefarm#OfferingPromotionIdentifier",
6011                    "traits": {
6012                        "smithy.api#documentation": "<p>The ID that corresponds to a device offering promotion.</p>"
6013                    }
6014                },
6015                "createdOn": {
6016                    "target": "com.amazonaws.devicefarm#DateTime",
6017                    "traits": {
6018                        "smithy.api#documentation": "<p>The date on which an offering transaction was created.</p>"
6019                    }
6020                },
6021                "cost": {
6022                    "target": "com.amazonaws.devicefarm#MonetaryAmount",
6023                    "traits": {
6024                        "smithy.api#documentation": "<p>The cost of an offering transaction.</p>"
6025                    }
6026                }
6027            },
6028            "traits": {
6029                "smithy.api#documentation": "<p>Represents the metadata of an offering transaction.</p>"
6030            }
6031        },
6032        "com.amazonaws.devicefarm#OfferingTransactionType": {
6033            "type": "string",
6034            "traits": {
6035                "smithy.api#enum": [
6036                    {
6037                        "value": "PURCHASE",
6038                        "name": "PURCHASE"
6039                    },
6040                    {
6041                        "value": "RENEW",
6042                        "name": "RENEW"
6043                    },
6044                    {
6045                        "value": "SYSTEM",
6046                        "name": "SYSTEM"
6047                    }
6048                ]
6049            }
6050        },
6051        "com.amazonaws.devicefarm#OfferingTransactions": {
6052            "type": "list",
6053            "member": {
6054                "target": "com.amazonaws.devicefarm#OfferingTransaction"
6055            }
6056        },
6057        "com.amazonaws.devicefarm#OfferingType": {
6058            "type": "string",
6059            "traits": {
6060                "smithy.api#enum": [
6061                    {
6062                        "value": "RECURRING",
6063                        "name": "RECURRING"
6064                    }
6065                ]
6066            }
6067        },
6068        "com.amazonaws.devicefarm#Offerings": {
6069            "type": "list",
6070            "member": {
6071                "target": "com.amazonaws.devicefarm#Offering"
6072            }
6073        },
6074        "com.amazonaws.devicefarm#PackageIds": {
6075            "type": "list",
6076            "member": {
6077                "target": "com.amazonaws.devicefarm#String"
6078            }
6079        },
6080        "com.amazonaws.devicefarm#PaginationToken": {
6081            "type": "string",
6082            "traits": {
6083                "smithy.api#length": {
6084                    "min": 4,
6085                    "max": 1024
6086                }
6087            }
6088        },
6089        "com.amazonaws.devicefarm#PercentInteger": {
6090            "type": "integer",
6091            "traits": {
6092                "smithy.api#range": {
6093                    "min": 0,
6094                    "max": 100
6095                }
6096            }
6097        },
6098        "com.amazonaws.devicefarm#Problem": {
6099            "type": "structure",
6100            "members": {
6101                "run": {
6102                    "target": "com.amazonaws.devicefarm#ProblemDetail",
6103                    "traits": {
6104                        "smithy.api#documentation": "<p>Information about the associated run.</p>"
6105                    }
6106                },
6107                "job": {
6108                    "target": "com.amazonaws.devicefarm#ProblemDetail",
6109                    "traits": {
6110                        "smithy.api#documentation": "<p>Information about the associated job.</p>"
6111                    }
6112                },
6113                "suite": {
6114                    "target": "com.amazonaws.devicefarm#ProblemDetail",
6115                    "traits": {
6116                        "smithy.api#documentation": "<p>Information about the associated suite.</p>"
6117                    }
6118                },
6119                "test": {
6120                    "target": "com.amazonaws.devicefarm#ProblemDetail",
6121                    "traits": {
6122                        "smithy.api#documentation": "<p>Information about the associated test.</p>"
6123                    }
6124                },
6125                "device": {
6126                    "target": "com.amazonaws.devicefarm#Device",
6127                    "traits": {
6128                        "smithy.api#documentation": "<p>Information about the associated device.</p>"
6129                    }
6130                },
6131                "result": {
6132                    "target": "com.amazonaws.devicefarm#ExecutionResult",
6133                    "traits": {
6134                        "smithy.api#documentation": "<p>The problem's result.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PASSED</p>\n            </li>\n            <li>\n                <p>WARNED</p>\n            </li>\n            <li>\n                <p>FAILED</p>\n            </li>\n            <li>\n                <p>SKIPPED</p>\n            </li>\n            <li>\n                <p>ERRORED</p>\n            </li>\n            <li>\n                <p>STOPPED</p>\n            </li>\n         </ul>"
6135                    }
6136                },
6137                "message": {
6138                    "target": "com.amazonaws.devicefarm#Message",
6139                    "traits": {
6140                        "smithy.api#documentation": "<p>A message about the problem's result.</p>"
6141                    }
6142                }
6143            },
6144            "traits": {
6145                "smithy.api#documentation": "<p>Represents a specific warning or failure.</p>"
6146            }
6147        },
6148        "com.amazonaws.devicefarm#ProblemDetail": {
6149            "type": "structure",
6150            "members": {
6151                "arn": {
6152                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6153                    "traits": {
6154                        "smithy.api#documentation": "<p>The problem detail's ARN.</p>"
6155                    }
6156                },
6157                "name": {
6158                    "target": "com.amazonaws.devicefarm#Name",
6159                    "traits": {
6160                        "smithy.api#documentation": "<p>The problem detail's name.</p>"
6161                    }
6162                }
6163            },
6164            "traits": {
6165                "smithy.api#documentation": "<p>Information about a problem detail.</p>"
6166            }
6167        },
6168        "com.amazonaws.devicefarm#Problems": {
6169            "type": "list",
6170            "member": {
6171                "target": "com.amazonaws.devicefarm#Problem"
6172            }
6173        },
6174        "com.amazonaws.devicefarm#Project": {
6175            "type": "structure",
6176            "members": {
6177                "arn": {
6178                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6179                    "traits": {
6180                        "smithy.api#documentation": "<p>The project's ARN.</p>"
6181                    }
6182                },
6183                "name": {
6184                    "target": "com.amazonaws.devicefarm#Name",
6185                    "traits": {
6186                        "smithy.api#documentation": "<p>The project's name.</p>"
6187                    }
6188                },
6189                "defaultJobTimeoutMinutes": {
6190                    "target": "com.amazonaws.devicefarm#JobTimeoutMinutes",
6191                    "traits": {
6192                        "smithy.api#documentation": "<p>The default number of minutes (at the project level) a test run executes before it times out. The\n            default value is 150 minutes.</p>"
6193                    }
6194                },
6195                "created": {
6196                    "target": "com.amazonaws.devicefarm#DateTime",
6197                    "traits": {
6198                        "smithy.api#documentation": "<p>When the project was created.</p>"
6199                    }
6200                }
6201            },
6202            "traits": {
6203                "smithy.api#documentation": "<p>Represents an operating-system neutral workspace for running and managing\n            tests.</p>"
6204            }
6205        },
6206        "com.amazonaws.devicefarm#Projects": {
6207            "type": "list",
6208            "member": {
6209                "target": "com.amazonaws.devicefarm#Project"
6210            }
6211        },
6212        "com.amazonaws.devicefarm#PurchaseOffering": {
6213            "type": "operation",
6214            "input": {
6215                "target": "com.amazonaws.devicefarm#PurchaseOfferingRequest"
6216            },
6217            "output": {
6218                "target": "com.amazonaws.devicefarm#PurchaseOfferingResult"
6219            },
6220            "errors": [
6221                {
6222                    "target": "com.amazonaws.devicefarm#ArgumentException"
6223                },
6224                {
6225                    "target": "com.amazonaws.devicefarm#LimitExceededException"
6226                },
6227                {
6228                    "target": "com.amazonaws.devicefarm#NotEligibleException"
6229                },
6230                {
6231                    "target": "com.amazonaws.devicefarm#NotFoundException"
6232                },
6233                {
6234                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
6235                }
6236            ],
6237            "traits": {
6238                "smithy.api#documentation": "<p>Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased\n            quantity for an offering, unless the renewal was overridden. The API returns a <code>NotEligible</code>\n            error if the user is not permitted to invoke the operation. If you must be able to invoke this operation,\n            contact <a href=\"mailto:aws-devicefarm-support@amazon.com\">aws-devicefarm-support@amazon.com</a>.</p>"
6239            }
6240        },
6241        "com.amazonaws.devicefarm#PurchaseOfferingRequest": {
6242            "type": "structure",
6243            "members": {
6244                "offeringId": {
6245                    "target": "com.amazonaws.devicefarm#OfferingIdentifier",
6246                    "traits": {
6247                        "smithy.api#documentation": "<p>The ID of the offering.</p>"
6248                    }
6249                },
6250                "quantity": {
6251                    "target": "com.amazonaws.devicefarm#Integer",
6252                    "traits": {
6253                        "smithy.api#documentation": "<p>The number of device slots to purchase in an offering request.</p>"
6254                    }
6255                },
6256                "offeringPromotionId": {
6257                    "target": "com.amazonaws.devicefarm#OfferingPromotionIdentifier",
6258                    "traits": {
6259                        "smithy.api#documentation": "<p>The ID of the offering promotion to be applied to the purchase.</p>"
6260                    }
6261                }
6262            },
6263            "traits": {
6264                "smithy.api#documentation": "<p>Represents a request for a purchase offering.</p>"
6265            }
6266        },
6267        "com.amazonaws.devicefarm#PurchaseOfferingResult": {
6268            "type": "structure",
6269            "members": {
6270                "offeringTransaction": {
6271                    "target": "com.amazonaws.devicefarm#OfferingTransaction",
6272                    "traits": {
6273                        "smithy.api#documentation": "<p>Represents the offering transaction for the purchase result.</p>"
6274                    }
6275                }
6276            },
6277            "traits": {
6278                "smithy.api#documentation": "<p>The result of the purchase offering (for example, success or failure).</p>"
6279            }
6280        },
6281        "com.amazonaws.devicefarm#PurchasedDevicesMap": {
6282            "type": "map",
6283            "key": {
6284                "target": "com.amazonaws.devicefarm#DevicePlatform"
6285            },
6286            "value": {
6287                "target": "com.amazonaws.devicefarm#Integer"
6288            }
6289        },
6290        "com.amazonaws.devicefarm#Radios": {
6291            "type": "structure",
6292            "members": {
6293                "wifi": {
6294                    "target": "com.amazonaws.devicefarm#Boolean",
6295                    "traits": {
6296                        "smithy.api#documentation": "<p>True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.</p>"
6297                    }
6298                },
6299                "bluetooth": {
6300                    "target": "com.amazonaws.devicefarm#Boolean",
6301                    "traits": {
6302                        "smithy.api#documentation": "<p>True if Bluetooth is enabled at the beginning of the test. Otherwise, false.</p>"
6303                    }
6304                },
6305                "nfc": {
6306                    "target": "com.amazonaws.devicefarm#Boolean",
6307                    "traits": {
6308                        "smithy.api#documentation": "<p>True if NFC is enabled at the beginning of the test. Otherwise, false.</p>"
6309                    }
6310                },
6311                "gps": {
6312                    "target": "com.amazonaws.devicefarm#Boolean",
6313                    "traits": {
6314                        "smithy.api#documentation": "<p>True if GPS is enabled at the beginning of the test. Otherwise, false.</p>"
6315                    }
6316                }
6317            },
6318            "traits": {
6319                "smithy.api#documentation": "<p>Represents the set of radios and their states on a device. Examples of radios\n            include Wi-Fi, GPS, Bluetooth, and NFC.</p>"
6320            }
6321        },
6322        "com.amazonaws.devicefarm#RecurringCharge": {
6323            "type": "structure",
6324            "members": {
6325                "cost": {
6326                    "target": "com.amazonaws.devicefarm#MonetaryAmount",
6327                    "traits": {
6328                        "smithy.api#documentation": "<p>The cost of the recurring charge.</p>"
6329                    }
6330                },
6331                "frequency": {
6332                    "target": "com.amazonaws.devicefarm#RecurringChargeFrequency",
6333                    "traits": {
6334                        "smithy.api#documentation": "<p>The frequency in which charges recur.</p>"
6335                    }
6336                }
6337            },
6338            "traits": {
6339                "smithy.api#documentation": "<p>Specifies whether charges for devices are recurring.</p>"
6340            }
6341        },
6342        "com.amazonaws.devicefarm#RecurringChargeFrequency": {
6343            "type": "string",
6344            "traits": {
6345                "smithy.api#enum": [
6346                    {
6347                        "value": "MONTHLY",
6348                        "name": "MONTHLY"
6349                    }
6350                ]
6351            }
6352        },
6353        "com.amazonaws.devicefarm#RecurringCharges": {
6354            "type": "list",
6355            "member": {
6356                "target": "com.amazonaws.devicefarm#RecurringCharge"
6357            }
6358        },
6359        "com.amazonaws.devicefarm#RemoteAccessSession": {
6360            "type": "structure",
6361            "members": {
6362                "arn": {
6363                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6364                    "traits": {
6365                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the remote access session.</p>"
6366                    }
6367                },
6368                "name": {
6369                    "target": "com.amazonaws.devicefarm#Name",
6370                    "traits": {
6371                        "smithy.api#documentation": "<p>The name of the remote access session.</p>"
6372                    }
6373                },
6374                "created": {
6375                    "target": "com.amazonaws.devicefarm#DateTime",
6376                    "traits": {
6377                        "smithy.api#documentation": "<p>The date and time the remote access session was created.</p>"
6378                    }
6379                },
6380                "status": {
6381                    "target": "com.amazonaws.devicefarm#ExecutionStatus",
6382                    "traits": {
6383                        "smithy.api#documentation": "<p>The status of the remote access session. Can be any of the following:</p>\n        <ul>\n            <li>\n                <p>PENDING.</p>\n            </li>\n            <li>\n                <p>PENDING_CONCURRENCY.</p>\n            </li>\n            <li>\n                <p>PENDING_DEVICE.</p>\n            </li>\n            <li>\n                <p>PROCESSING.</p>\n            </li>\n            <li>\n                <p>SCHEDULING.</p>\n            </li>\n            <li>\n                <p>PREPARING.</p>\n            </li>\n            <li>\n                <p>RUNNING.</p>\n            </li>\n            <li>\n                <p>COMPLETED.</p>\n            </li>\n            <li>\n                <p>STOPPING.</p>\n            </li>\n         </ul>"
6384                    }
6385                },
6386                "result": {
6387                    "target": "com.amazonaws.devicefarm#ExecutionResult",
6388                    "traits": {
6389                        "smithy.api#documentation": "<p>The result of the remote access session. Can be any of the following:</p>\n        <ul>\n            <li>\n                <p>PENDING.</p>\n            </li>\n            <li>\n                <p>PASSED.</p>\n            </li>\n            <li>\n                <p>WARNED.</p>\n            </li>\n            <li>\n                <p>FAILED.</p>\n            </li>\n            <li>\n                <p>SKIPPED.</p>\n            </li>\n            <li>\n                <p>ERRORED.</p>\n            </li>\n            <li>\n                <p>STOPPED.</p>\n            </li>\n         </ul>"
6390                    }
6391                },
6392                "message": {
6393                    "target": "com.amazonaws.devicefarm#Message",
6394                    "traits": {
6395                        "smithy.api#documentation": "<p>A message about the remote access session.</p>"
6396                    }
6397                },
6398                "started": {
6399                    "target": "com.amazonaws.devicefarm#DateTime",
6400                    "traits": {
6401                        "smithy.api#documentation": "<p>The date and time the remote access session was started.</p>"
6402                    }
6403                },
6404                "stopped": {
6405                    "target": "com.amazonaws.devicefarm#DateTime",
6406                    "traits": {
6407                        "smithy.api#documentation": "<p>The date and time the remote access session was stopped.</p>"
6408                    }
6409                },
6410                "device": {
6411                    "target": "com.amazonaws.devicefarm#Device",
6412                    "traits": {
6413                        "smithy.api#documentation": "<p>The device (phone or tablet) used in the remote access session.</p>"
6414                    }
6415                },
6416                "instanceArn": {
6417                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6418                    "traits": {
6419                        "smithy.api#documentation": "<p>The ARN of the instance.</p>"
6420                    }
6421                },
6422                "remoteDebugEnabled": {
6423                    "target": "com.amazonaws.devicefarm#Boolean",
6424                    "traits": {
6425                        "smithy.api#documentation": "<p>This flag is set to <code>true</code> if remote debugging is enabled for the remote\n            access session.</p>\n        <p>Remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                longer supported</a>.</p>"
6426                    }
6427                },
6428                "remoteRecordEnabled": {
6429                    "target": "com.amazonaws.devicefarm#Boolean",
6430                    "traits": {
6431                        "smithy.api#documentation": "<p>This flag is set to <code>true</code> if remote recording is enabled for the remote\n            access session.</p>"
6432                    }
6433                },
6434                "remoteRecordAppArn": {
6435                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6436                    "traits": {
6437                        "smithy.api#documentation": "<p>The ARN for the app to be recorded in the remote access session.</p>"
6438                    }
6439                },
6440                "hostAddress": {
6441                    "target": "com.amazonaws.devicefarm#HostAddress",
6442                    "traits": {
6443                        "smithy.api#documentation": "<p>IP address of the EC2 host where you need to connect to remotely debug devices.\n            Only returned if remote debugging is enabled for the remote access session.</p>\n        <p>Remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                longer supported</a>.</p>"
6444                    }
6445                },
6446                "clientId": {
6447                    "target": "com.amazonaws.devicefarm#ClientId",
6448                    "traits": {
6449                        "smithy.api#documentation": "<p>Unique identifier of your client for the remote access session. Only returned if\n            remote debugging is enabled for the remote access session.</p>\n        <p>Remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                longer supported</a>.</p>"
6450                    }
6451                },
6452                "billingMethod": {
6453                    "target": "com.amazonaws.devicefarm#BillingMethod",
6454                    "traits": {
6455                        "smithy.api#documentation": "<p>The billing method of the remote access session. Possible values include <code>METERED</code> or\n                <code>UNMETERED</code>. For more information about metered devices, see <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/welcome.html#welcome-terminology\">AWS Device Farm\n                terminology</a>.</p>"
6456                    }
6457                },
6458                "deviceMinutes": {
6459                    "target": "com.amazonaws.devicefarm#DeviceMinutes",
6460                    "traits": {
6461                        "smithy.api#documentation": "<p>The number of minutes a device is used in a remote access session (including setup\n            and teardown minutes).</p>"
6462                    }
6463                },
6464                "endpoint": {
6465                    "target": "com.amazonaws.devicefarm#String",
6466                    "traits": {
6467                        "smithy.api#documentation": "<p>The endpoint for the remote access sesssion.</p>"
6468                    }
6469                },
6470                "deviceUdid": {
6471                    "target": "com.amazonaws.devicefarm#String",
6472                    "traits": {
6473                        "smithy.api#documentation": "<p>Unique device identifier for the remote device. Only returned if remote debugging\n            is enabled for the remote access session.</p>\n        <p>Remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no\n                longer supported</a>.</p>"
6474                    }
6475                },
6476                "interactionMode": {
6477                    "target": "com.amazonaws.devicefarm#InteractionMode",
6478                    "traits": {
6479                        "smithy.api#documentation": "<p>The interaction mode of the remote access session. Valid values are:</p>\n        <ul>\n            <li>\n                <p>INTERACTIVE: You can interact with the iOS device by viewing, touching, and\n                    rotating the screen. You cannot run XCUITest framework-based tests in this\n                    mode.</p>\n            </li>\n            <li>\n                <p>NO_VIDEO: You are connected to the device, but cannot interact with it or view the screen. This\n                    mode has the fastest test execution speed. You can run XCUITest framework-based tests in this\n                    mode.</p>\n            </li>\n            <li>\n                <p>VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can run XCUITest\n                    framework-based tests and watch the screen in this mode.</p>\n            </li>\n         </ul>"
6480                    }
6481                },
6482                "skipAppResign": {
6483                    "target": "com.amazonaws.devicefarm#SkipAppResign",
6484                    "traits": {
6485                        "smithy.api#documentation": "<p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public\n            devices, Device Farm always signs your apps again.</p>\n        <p>For more information about how Device Farm re-signs your apps, see <a href=\"https://aws.amazon.com/device-farm/faq/\">Do you modify my app?</a> in the <i>AWS Device\n                Farm FAQs</i>.</p>"
6486                    }
6487                }
6488            },
6489            "traits": {
6490                "smithy.api#documentation": "<p>Represents information about the remote access session.</p>"
6491            }
6492        },
6493        "com.amazonaws.devicefarm#RemoteAccessSessions": {
6494            "type": "list",
6495            "member": {
6496                "target": "com.amazonaws.devicefarm#RemoteAccessSession"
6497            }
6498        },
6499        "com.amazonaws.devicefarm#RenewOffering": {
6500            "type": "operation",
6501            "input": {
6502                "target": "com.amazonaws.devicefarm#RenewOfferingRequest"
6503            },
6504            "output": {
6505                "target": "com.amazonaws.devicefarm#RenewOfferingResult"
6506            },
6507            "errors": [
6508                {
6509                    "target": "com.amazonaws.devicefarm#ArgumentException"
6510                },
6511                {
6512                    "target": "com.amazonaws.devicefarm#LimitExceededException"
6513                },
6514                {
6515                    "target": "com.amazonaws.devicefarm#NotEligibleException"
6516                },
6517                {
6518                    "target": "com.amazonaws.devicefarm#NotFoundException"
6519                },
6520                {
6521                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
6522                }
6523            ],
6524            "traits": {
6525                "smithy.api#documentation": "<p>Explicitly sets the quantity of devices to renew for an offering, starting from the\n                <code>effectiveDate</code> of the next period. The API returns a <code>NotEligible</code> error if the\n            user is not permitted to invoke the operation. If you must be able to invoke this operation, contact <a href=\"mailto:aws-devicefarm-support@amazon.com\">aws-devicefarm-support@amazon.com</a>.</p>"
6526            }
6527        },
6528        "com.amazonaws.devicefarm#RenewOfferingRequest": {
6529            "type": "structure",
6530            "members": {
6531                "offeringId": {
6532                    "target": "com.amazonaws.devicefarm#OfferingIdentifier",
6533                    "traits": {
6534                        "smithy.api#documentation": "<p>The ID of a request to renew an offering.</p>"
6535                    }
6536                },
6537                "quantity": {
6538                    "target": "com.amazonaws.devicefarm#Integer",
6539                    "traits": {
6540                        "smithy.api#documentation": "<p>The quantity requested in an offering renewal.</p>"
6541                    }
6542                }
6543            },
6544            "traits": {
6545                "smithy.api#documentation": "<p>A request that represents an offering renewal.</p>"
6546            }
6547        },
6548        "com.amazonaws.devicefarm#RenewOfferingResult": {
6549            "type": "structure",
6550            "members": {
6551                "offeringTransaction": {
6552                    "target": "com.amazonaws.devicefarm#OfferingTransaction",
6553                    "traits": {
6554                        "smithy.api#documentation": "<p>Represents the status of the offering transaction for the renewal.</p>"
6555                    }
6556                }
6557            },
6558            "traits": {
6559                "smithy.api#documentation": "<p>The result of a renewal offering.</p>"
6560            }
6561        },
6562        "com.amazonaws.devicefarm#Resolution": {
6563            "type": "structure",
6564            "members": {
6565                "width": {
6566                    "target": "com.amazonaws.devicefarm#Integer",
6567                    "traits": {
6568                        "smithy.api#documentation": "<p>The screen resolution's width, expressed in pixels.</p>"
6569                    }
6570                },
6571                "height": {
6572                    "target": "com.amazonaws.devicefarm#Integer",
6573                    "traits": {
6574                        "smithy.api#documentation": "<p>The screen resolution's height, expressed in pixels.</p>"
6575                    }
6576                }
6577            },
6578            "traits": {
6579                "smithy.api#documentation": "<p>Represents the screen resolution of a device in height and width, expressed in\n            pixels.</p>"
6580            }
6581        },
6582        "com.amazonaws.devicefarm#ResourceDescription": {
6583            "type": "string",
6584            "traits": {
6585                "smithy.api#length": {
6586                    "min": 1,
6587                    "max": 2048
6588                },
6589                "smithy.api#pattern": ".*\\S.*"
6590            }
6591        },
6592        "com.amazonaws.devicefarm#ResourceId": {
6593            "type": "string",
6594            "traits": {
6595                "smithy.api#length": {
6596                    "min": 1,
6597                    "max": 128
6598                },
6599                "smithy.api#pattern": ".*\\S.*"
6600            }
6601        },
6602        "com.amazonaws.devicefarm#ResourceName": {
6603            "type": "string",
6604            "traits": {
6605                "smithy.api#length": {
6606                    "min": 1,
6607                    "max": 64
6608                },
6609                "smithy.api#pattern": ".*\\S.*"
6610            }
6611        },
6612        "com.amazonaws.devicefarm#Rule": {
6613            "type": "structure",
6614            "members": {
6615                "attribute": {
6616                    "target": "com.amazonaws.devicefarm#DeviceAttribute",
6617                    "traits": {
6618                        "smithy.api#documentation": "<p>The rule's stringified attribute. For example, specify the value as\n                <code>\"\\\"abc\\\"\"</code>.</p>\n        <p>The supported operators for each attribute are provided in the following\n            list.</p>\n        <dl>\n            <dt>APPIUM_VERSION</dt>\n            <dd>\n                    <p>The Appium version for the test.</p>\n                    <p>Supported operators: <code>CONTAINS</code>\n               </p>\n                </dd>\n            <dt>ARN</dt>\n            <dd>\n                    <p>The Amazon Resource Name (ARN) of the device (for example,\n                        <code>arn:aws:devicefarm:us-west-2::device:12345Example</code>.</p>\n                    <p>Supported operators: <code>EQUALS</code>,\n                            <code>IN</code>, <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>AVAILABILITY</dt>\n            <dd>\n                    <p>The current availability of the device. Valid values are AVAILABLE,\n                        HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                </dd>\n            <dt>FLEET_TYPE</dt>\n            <dd>\n                    <p>The fleet type. Valid values are PUBLIC or PRIVATE.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                </dd>\n            <dt>FORM_FACTOR</dt>\n            <dd>\n                    <p>The device form factor. Valid values are PHONE or TABLET.</p>\n                    <p>Supported operators: <code>EQUALS</code>,\n                            <code>IN</code>, <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>INSTANCE_ARN</dt>\n            <dd>\n                    <p>The Amazon Resource Name (ARN) of the device instance.</p>\n                    <p>Supported operators: <code>IN</code>,\n                            <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>INSTANCE_LABELS</dt>\n            <dd>\n                    <p>The label of the device instance.</p>\n                    <p>Supported operators: <code>CONTAINS</code>\n               </p>\n                </dd>\n            <dt>MANUFACTURER</dt>\n            <dd>\n                    <p>The device manufacturer (for example, Apple).</p>\n                    <p>Supported operators: <code>EQUALS</code>,\n                            <code>IN</code>, <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>MODEL</dt>\n            <dd>\n                    <p>The device model, such as Apple iPad Air 2 or Google Pixel.</p>\n                    <p>Supported operators: <code>CONTAINS</code>,\n                            <code>EQUALS</code>, <code>IN</code>, <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>OS_VERSION</dt>\n            <dd>\n                    <p>The operating system version (for example, 10.3.2).</p>\n                    <p>Supported operators: <code>EQUALS</code>,\n                            <code>GREATER_THAN</code>, <code>GREATER_THAN_OR_EQUALS</code>,\n                            <code>IN</code>, <code>LESS_THAN</code>,\n                            <code>LESS_THAN_OR_EQUALS</code>, <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>PLATFORM</dt>\n            <dd>\n                    <p>The device platform. Valid values are ANDROID or IOS.</p>\n                    <p>Supported operators: <code>EQUALS</code>,\n                            <code>IN</code>, <code>NOT_IN</code>\n               </p>\n                </dd>\n            <dt>REMOTE_ACCESS_ENABLED</dt>\n            <dd>\n                    <p>Whether the device is enabled for remote access. Valid values are TRUE\n                        or FALSE.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                </dd>\n            <dt>REMOTE_DEBUG_ENABLED</dt>\n            <dd>\n                    <p>Whether the device is enabled for remote debugging. Valid values are\n                        TRUE or FALSE.</p>\n                    <p>Supported operators: <code>EQUALS</code>\n               </p>\n                    <p>Because remote debugging is <a href=\"https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html\">no longer\n                            supported</a>, this filter is ignored.</p>\n                </dd>\n         </dl>"
6619                    }
6620                },
6621                "operator": {
6622                    "target": "com.amazonaws.devicefarm#RuleOperator",
6623                    "traits": {
6624                        "smithy.api#documentation": "<p>Specifies how Device Farm compares the rule's attribute to the value. For the\n            operators that are supported by each attribute, see the attribute\n            descriptions.</p>"
6625                    }
6626                },
6627                "value": {
6628                    "target": "com.amazonaws.devicefarm#String",
6629                    "traits": {
6630                        "smithy.api#documentation": "<p>The rule's value.</p>"
6631                    }
6632                }
6633            },
6634            "traits": {
6635                "smithy.api#documentation": "<p>Represents a condition for a device pool.</p>"
6636            }
6637        },
6638        "com.amazonaws.devicefarm#RuleOperator": {
6639            "type": "string",
6640            "traits": {
6641                "smithy.api#enum": [
6642                    {
6643                        "value": "EQUALS",
6644                        "name": "EQUALS"
6645                    },
6646                    {
6647                        "value": "LESS_THAN",
6648                        "name": "LESS_THAN"
6649                    },
6650                    {
6651                        "value": "LESS_THAN_OR_EQUALS",
6652                        "name": "LESS_THAN_OR_EQUALS"
6653                    },
6654                    {
6655                        "value": "GREATER_THAN",
6656                        "name": "GREATER_THAN"
6657                    },
6658                    {
6659                        "value": "GREATER_THAN_OR_EQUALS",
6660                        "name": "GREATER_THAN_OR_EQUALS"
6661                    },
6662                    {
6663                        "value": "IN",
6664                        "name": "IN"
6665                    },
6666                    {
6667                        "value": "NOT_IN",
6668                        "name": "NOT_IN"
6669                    },
6670                    {
6671                        "value": "CONTAINS",
6672                        "name": "CONTAINS"
6673                    }
6674                ]
6675            }
6676        },
6677        "com.amazonaws.devicefarm#Rules": {
6678            "type": "list",
6679            "member": {
6680                "target": "com.amazonaws.devicefarm#Rule"
6681            }
6682        },
6683        "com.amazonaws.devicefarm#Run": {
6684            "type": "structure",
6685            "members": {
6686                "arn": {
6687                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6688                    "traits": {
6689                        "smithy.api#documentation": "<p>The run's ARN.</p>"
6690                    }
6691                },
6692                "name": {
6693                    "target": "com.amazonaws.devicefarm#Name",
6694                    "traits": {
6695                        "smithy.api#documentation": "<p>The run's name.</p>"
6696                    }
6697                },
6698                "type": {
6699                    "target": "com.amazonaws.devicefarm#TestType",
6700                    "traits": {
6701                        "smithy.api#documentation": "<p>The run's type.</p>\n        <p>Must be one of the following values:</p>\n        <ul>\n            <li>\n                <p>BUILTIN_FUZZ</p>\n            </li>\n            <li>\n                <p>BUILTIN_EXPLORER</p>\n                <note>\n                    <p>For Android, an app explorer that traverses an Android app, interacting with it and capturing\n                        screenshots at the same time.</p>\n                </note>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY</p>\n            </li>\n            <li>\n                <p>CALABASH</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATOR</p>\n            </li>\n            <li>\n                <p>XCTEST</p>\n            </li>\n            <li>\n                <p>XCTEST_UI</p>\n            </li>\n         </ul>"
6702                    }
6703                },
6704                "platform": {
6705                    "target": "com.amazonaws.devicefarm#DevicePlatform",
6706                    "traits": {
6707                        "smithy.api#documentation": "<p>The run's platform.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>ANDROID</p>\n            </li>\n            <li>\n                <p>IOS</p>\n            </li>\n         </ul>"
6708                    }
6709                },
6710                "created": {
6711                    "target": "com.amazonaws.devicefarm#DateTime",
6712                    "traits": {
6713                        "smithy.api#documentation": "<p>When the run was created.</p>"
6714                    }
6715                },
6716                "status": {
6717                    "target": "com.amazonaws.devicefarm#ExecutionStatus",
6718                    "traits": {
6719                        "smithy.api#documentation": "<p>The run's status.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PENDING_CONCURRENCY</p>\n            </li>\n            <li>\n                <p>PENDING_DEVICE</p>\n            </li>\n            <li>\n                <p>PROCESSING</p>\n            </li>\n            <li>\n                <p>SCHEDULING</p>\n            </li>\n            <li>\n                <p>PREPARING</p>\n            </li>\n            <li>\n                <p>RUNNING</p>\n            </li>\n            <li>\n                <p>COMPLETED</p>\n            </li>\n            <li>\n                <p>STOPPING</p>\n            </li>\n         </ul>"
6720                    }
6721                },
6722                "result": {
6723                    "target": "com.amazonaws.devicefarm#ExecutionResult",
6724                    "traits": {
6725                        "smithy.api#documentation": "<p>The run's result.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PASSED</p>\n            </li>\n            <li>\n                <p>WARNED</p>\n            </li>\n            <li>\n                <p>FAILED</p>\n            </li>\n            <li>\n                <p>SKIPPED</p>\n            </li>\n            <li>\n                <p>ERRORED</p>\n            </li>\n            <li>\n                <p>STOPPED</p>\n            </li>\n         </ul>"
6726                    }
6727                },
6728                "started": {
6729                    "target": "com.amazonaws.devicefarm#DateTime",
6730                    "traits": {
6731                        "smithy.api#documentation": "<p>The run's start time.</p>"
6732                    }
6733                },
6734                "stopped": {
6735                    "target": "com.amazonaws.devicefarm#DateTime",
6736                    "traits": {
6737                        "smithy.api#documentation": "<p>The run's stop time.</p>"
6738                    }
6739                },
6740                "counters": {
6741                    "target": "com.amazonaws.devicefarm#Counters",
6742                    "traits": {
6743                        "smithy.api#documentation": "<p>The run's result counters.</p>"
6744                    }
6745                },
6746                "message": {
6747                    "target": "com.amazonaws.devicefarm#Message",
6748                    "traits": {
6749                        "smithy.api#documentation": "<p>A message about the run's result.</p>"
6750                    }
6751                },
6752                "totalJobs": {
6753                    "target": "com.amazonaws.devicefarm#Integer",
6754                    "traits": {
6755                        "smithy.api#documentation": "<p>The total number of jobs for the run.</p>"
6756                    }
6757                },
6758                "completedJobs": {
6759                    "target": "com.amazonaws.devicefarm#Integer",
6760                    "traits": {
6761                        "smithy.api#documentation": "<p>The total number of completed jobs.</p>"
6762                    }
6763                },
6764                "billingMethod": {
6765                    "target": "com.amazonaws.devicefarm#BillingMethod",
6766                    "traits": {
6767                        "smithy.api#documentation": "<p>Specifies the billing method for a test run: <code>metered</code> or\n                <code>unmetered</code>. If the parameter is not specified, the default value is\n                <code>metered</code>.</p>\n        <note>\n            <p>If you have unmetered device slots, you must set this to <code>unmetered</code> to use them.\n                Otherwise, the run is counted toward metered device minutes.</p>\n        </note>"
6768                    }
6769                },
6770                "deviceMinutes": {
6771                    "target": "com.amazonaws.devicefarm#DeviceMinutes",
6772                    "traits": {
6773                        "smithy.api#documentation": "<p>Represents the total (metered or unmetered) minutes used by the test run.</p>"
6774                    }
6775                },
6776                "networkProfile": {
6777                    "target": "com.amazonaws.devicefarm#NetworkProfile",
6778                    "traits": {
6779                        "smithy.api#documentation": "<p>The network profile being used for a test run.</p>"
6780                    }
6781                },
6782                "parsingResultUrl": {
6783                    "target": "com.amazonaws.devicefarm#String",
6784                    "traits": {
6785                        "smithy.api#documentation": "<p>Read-only URL for an object in an S3 bucket where you can get the parsing results of the test package.\n            If the test package doesn't parse, the reason why it doesn't parse appears in the file that this URL points\n            to.</p>"
6786                    }
6787                },
6788                "resultCode": {
6789                    "target": "com.amazonaws.devicefarm#ExecutionResultCode",
6790                    "traits": {
6791                        "smithy.api#documentation": "<p>Supporting field for the result field. Set only if <code>result</code> is <code>SKIPPED</code>.\n                <code>PARSING_FAILED</code> if the result is skipped because of test package parsing failure.</p>"
6792                    }
6793                },
6794                "seed": {
6795                    "target": "com.amazonaws.devicefarm#Integer",
6796                    "traits": {
6797                        "smithy.api#documentation": "<p>For fuzz tests, this is a seed to use for randomizing the UI fuzz test. Using the same\n            seed value between tests ensures identical event sequences.</p>"
6798                    }
6799                },
6800                "appUpload": {
6801                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6802                    "traits": {
6803                        "smithy.api#documentation": "<p>An app to upload or that has been uploaded.</p>"
6804                    }
6805                },
6806                "eventCount": {
6807                    "target": "com.amazonaws.devicefarm#Integer",
6808                    "traits": {
6809                        "smithy.api#documentation": "<p>For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz\n            test should perform.</p>"
6810                    }
6811                },
6812                "jobTimeoutMinutes": {
6813                    "target": "com.amazonaws.devicefarm#JobTimeoutMinutes",
6814                    "traits": {
6815                        "smithy.api#documentation": "<p>The number of minutes the job executes before it times out.</p>"
6816                    }
6817                },
6818                "devicePoolArn": {
6819                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6820                    "traits": {
6821                        "smithy.api#documentation": "<p>The ARN of the device pool for the run.</p>"
6822                    }
6823                },
6824                "locale": {
6825                    "target": "com.amazonaws.devicefarm#String",
6826                    "traits": {
6827                        "smithy.api#documentation": "<p>Information about the locale that is used for the run.</p>"
6828                    }
6829                },
6830                "radios": {
6831                    "target": "com.amazonaws.devicefarm#Radios",
6832                    "traits": {
6833                        "smithy.api#documentation": "<p>Information about the radio states for the run.</p>"
6834                    }
6835                },
6836                "location": {
6837                    "target": "com.amazonaws.devicefarm#Location",
6838                    "traits": {
6839                        "smithy.api#documentation": "<p>Information about the location that is used for the run.</p>"
6840                    }
6841                },
6842                "customerArtifactPaths": {
6843                    "target": "com.amazonaws.devicefarm#CustomerArtifactPaths",
6844                    "traits": {
6845                        "smithy.api#documentation": "<p>Output <code>CustomerArtifactPaths</code> object for the test run.</p>"
6846                    }
6847                },
6848                "webUrl": {
6849                    "target": "com.amazonaws.devicefarm#String",
6850                    "traits": {
6851                        "smithy.api#documentation": "<p>The Device Farm console URL for the recording of the run.</p>"
6852                    }
6853                },
6854                "skipAppResign": {
6855                    "target": "com.amazonaws.devicefarm#SkipAppResign",
6856                    "traits": {
6857                        "smithy.api#documentation": "<p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public\n            devices, Device Farm always signs your apps again.</p>\n        <p>For more information about how Device Farm re-signs your apps, see <a href=\"https://aws.amazon.com/device-farm/faq/\">Do you modify my app?</a> in the <i>AWS Device\n                Farm FAQs</i>.</p>"
6858                    }
6859                },
6860                "testSpecArn": {
6861                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6862                    "traits": {
6863                        "smithy.api#documentation": "<p>The ARN of the YAML-formatted test specification for the run.</p>"
6864                    }
6865                },
6866                "deviceSelectionResult": {
6867                    "target": "com.amazonaws.devicefarm#DeviceSelectionResult",
6868                    "traits": {
6869                        "smithy.api#documentation": "<p>The results of a device filter used to select the devices for a test run.</p>"
6870                    }
6871                }
6872            },
6873            "traits": {
6874                "smithy.api#documentation": "<p>Represents a test run on a set of devices with a given app package, test parameters, and so\n            on.</p>"
6875            }
6876        },
6877        "com.amazonaws.devicefarm#Runs": {
6878            "type": "list",
6879            "member": {
6880                "target": "com.amazonaws.devicefarm#Run"
6881            }
6882        },
6883        "com.amazonaws.devicefarm#Sample": {
6884            "type": "structure",
6885            "members": {
6886                "arn": {
6887                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
6888                    "traits": {
6889                        "smithy.api#documentation": "<p>The sample's ARN.</p>"
6890                    }
6891                },
6892                "type": {
6893                    "target": "com.amazonaws.devicefarm#SampleType",
6894                    "traits": {
6895                        "smithy.api#documentation": "<p>The sample's type.</p>\n        <p>Must be one of the following values:</p>\n        <ul>\n            <li>\n                <p>CPU: A CPU sample type. This is expressed as the app processing CPU time\n                    (including child processes) as reported by process, as a percentage.</p>\n            </li>\n            <li>\n                <p>MEMORY: A memory usage sample type. This is expressed as the total\n                    proportional set size of an app process, in kilobytes.</p>\n            </li>\n            <li>\n                <p>NATIVE_AVG_DRAWTIME</p>\n            </li>\n            <li>\n                <p>NATIVE_FPS</p>\n            </li>\n            <li>\n                <p>NATIVE_FRAMES</p>\n            </li>\n            <li>\n                <p>NATIVE_MAX_DRAWTIME</p>\n            </li>\n            <li>\n                <p>NATIVE_MIN_DRAWTIME</p>\n            </li>\n            <li>\n                <p>OPENGL_AVG_DRAWTIME</p>\n            </li>\n            <li>\n                <p>OPENGL_FPS</p>\n            </li>\n            <li>\n                <p>OPENGL_FRAMES</p>\n            </li>\n            <li>\n                <p>OPENGL_MAX_DRAWTIME</p>\n            </li>\n            <li>\n                <p>OPENGL_MIN_DRAWTIME</p>\n            </li>\n            <li>\n                <p>RX</p>\n            </li>\n            <li>\n                <p>RX_RATE: The total number of bytes per second (TCP and UDP) that are sent,\n                    by app process.</p>\n            </li>\n            <li>\n                <p>THREADS: A threads sample type. This is expressed as the total number of\n                    threads per app process.</p>\n            </li>\n            <li>\n                <p>TX</p>\n            </li>\n            <li>\n                <p>TX_RATE: The total number of bytes per second (TCP and UDP) that are\n                    received, by app process.</p>\n            </li>\n         </ul>"
6896                    }
6897                },
6898                "url": {
6899                    "target": "com.amazonaws.devicefarm#URL",
6900                    "traits": {
6901                        "smithy.api#documentation": "<p>The presigned Amazon S3 URL that can be used with a GET request to download the sample's\n            file.</p>"
6902                    }
6903                }
6904            },
6905            "traits": {
6906                "smithy.api#documentation": "<p>Represents a sample of performance data.</p>"
6907            }
6908        },
6909        "com.amazonaws.devicefarm#SampleType": {
6910            "type": "string",
6911            "traits": {
6912                "smithy.api#enum": [
6913                    {
6914                        "value": "CPU",
6915                        "name": "CPU"
6916                    },
6917                    {
6918                        "value": "MEMORY",
6919                        "name": "MEMORY"
6920                    },
6921                    {
6922                        "value": "THREADS",
6923                        "name": "THREADS"
6924                    },
6925                    {
6926                        "value": "RX_RATE",
6927                        "name": "RX_RATE"
6928                    },
6929                    {
6930                        "value": "TX_RATE",
6931                        "name": "TX_RATE"
6932                    },
6933                    {
6934                        "value": "RX",
6935                        "name": "RX"
6936                    },
6937                    {
6938                        "value": "TX",
6939                        "name": "TX"
6940                    },
6941                    {
6942                        "value": "NATIVE_FRAMES",
6943                        "name": "NATIVE_FRAMES"
6944                    },
6945                    {
6946                        "value": "NATIVE_FPS",
6947                        "name": "NATIVE_FPS"
6948                    },
6949                    {
6950                        "value": "NATIVE_MIN_DRAWTIME",
6951                        "name": "NATIVE_MIN_DRAWTIME"
6952                    },
6953                    {
6954                        "value": "NATIVE_AVG_DRAWTIME",
6955                        "name": "NATIVE_AVG_DRAWTIME"
6956                    },
6957                    {
6958                        "value": "NATIVE_MAX_DRAWTIME",
6959                        "name": "NATIVE_MAX_DRAWTIME"
6960                    },
6961                    {
6962                        "value": "OPENGL_FRAMES",
6963                        "name": "OPENGL_FRAMES"
6964                    },
6965                    {
6966                        "value": "OPENGL_FPS",
6967                        "name": "OPENGL_FPS"
6968                    },
6969                    {
6970                        "value": "OPENGL_MIN_DRAWTIME",
6971                        "name": "OPENGL_MIN_DRAWTIME"
6972                    },
6973                    {
6974                        "value": "OPENGL_AVG_DRAWTIME",
6975                        "name": "OPENGL_AVG_DRAWTIME"
6976                    },
6977                    {
6978                        "value": "OPENGL_MAX_DRAWTIME",
6979                        "name": "OPENGL_MAX_DRAWTIME"
6980                    }
6981                ]
6982            }
6983        },
6984        "com.amazonaws.devicefarm#Samples": {
6985            "type": "list",
6986            "member": {
6987                "target": "com.amazonaws.devicefarm#Sample"
6988            }
6989        },
6990        "com.amazonaws.devicefarm#ScheduleRun": {
6991            "type": "operation",
6992            "input": {
6993                "target": "com.amazonaws.devicefarm#ScheduleRunRequest"
6994            },
6995            "output": {
6996                "target": "com.amazonaws.devicefarm#ScheduleRunResult"
6997            },
6998            "errors": [
6999                {
7000                    "target": "com.amazonaws.devicefarm#ArgumentException"
7001                },
7002                {
7003                    "target": "com.amazonaws.devicefarm#IdempotencyException"
7004                },
7005                {
7006                    "target": "com.amazonaws.devicefarm#LimitExceededException"
7007                },
7008                {
7009                    "target": "com.amazonaws.devicefarm#NotFoundException"
7010                },
7011                {
7012                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
7013                }
7014            ],
7015            "traits": {
7016                "smithy.api#documentation": "<p>Schedules a run.</p>"
7017            }
7018        },
7019        "com.amazonaws.devicefarm#ScheduleRunConfiguration": {
7020            "type": "structure",
7021            "members": {
7022                "extraDataPackageArn": {
7023                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7024                    "traits": {
7025                        "smithy.api#documentation": "<p>The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to\n            external data for Android or the app's sandbox for iOS.</p>"
7026                    }
7027                },
7028                "networkProfileArn": {
7029                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7030                    "traits": {
7031                        "smithy.api#documentation": "<p>Reserved for internal use.</p>"
7032                    }
7033                },
7034                "locale": {
7035                    "target": "com.amazonaws.devicefarm#String",
7036                    "traits": {
7037                        "smithy.api#documentation": "<p>Information about the locale that is used for the run.</p>"
7038                    }
7039                },
7040                "location": {
7041                    "target": "com.amazonaws.devicefarm#Location",
7042                    "traits": {
7043                        "smithy.api#documentation": "<p>Information about the location that is used for the run.</p>"
7044                    }
7045                },
7046                "vpceConfigurationArns": {
7047                    "target": "com.amazonaws.devicefarm#AmazonResourceNames",
7048                    "traits": {
7049                        "smithy.api#documentation": "<p>An array of ARNs for your VPC endpoint configurations.</p>"
7050                    }
7051                },
7052                "customerArtifactPaths": {
7053                    "target": "com.amazonaws.devicefarm#CustomerArtifactPaths",
7054                    "traits": {
7055                        "smithy.api#documentation": "<p>Input <code>CustomerArtifactPaths</code> object for the scheduled run\n            configuration.</p>"
7056                    }
7057                },
7058                "radios": {
7059                    "target": "com.amazonaws.devicefarm#Radios",
7060                    "traits": {
7061                        "smithy.api#documentation": "<p>Information about the radio states for the run.</p>"
7062                    }
7063                },
7064                "auxiliaryApps": {
7065                    "target": "com.amazonaws.devicefarm#AmazonResourceNames",
7066                    "traits": {
7067                        "smithy.api#documentation": "<p>A list of upload ARNs for app packages to be installed with your app.</p>"
7068                    }
7069                },
7070                "billingMethod": {
7071                    "target": "com.amazonaws.devicefarm#BillingMethod",
7072                    "traits": {
7073                        "smithy.api#documentation": "<p>Specifies the billing method for a test run: <code>metered</code> or\n                <code>unmetered</code>. If the parameter is not specified, the default value is\n                <code>metered</code>.</p>\n        <note>\n            <p>If you have purchased unmetered device slots, you must set this parameter to <code>unmetered</code> to\n                make use of them. Otherwise, your run counts against your metered time.</p>\n        </note>"
7074                    }
7075                }
7076            },
7077            "traits": {
7078                "smithy.api#documentation": "<p>Represents the settings for a run. Includes things like location, radio states,\n            auxiliary apps, and network profiles.</p>"
7079            }
7080        },
7081        "com.amazonaws.devicefarm#ScheduleRunRequest": {
7082            "type": "structure",
7083            "members": {
7084                "projectArn": {
7085                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7086                    "traits": {
7087                        "smithy.api#documentation": "<p>The ARN of the project for the run to be scheduled.</p>",
7088                        "smithy.api#required": {}
7089                    }
7090                },
7091                "appArn": {
7092                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7093                    "traits": {
7094                        "smithy.api#documentation": "<p>The ARN of an application package to run tests against, created with <a>CreateUpload</a>.\n            See <a>ListUploads</a>.</p>"
7095                    }
7096                },
7097                "devicePoolArn": {
7098                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7099                    "traits": {
7100                        "smithy.api#documentation": "<p>The ARN of the device pool for the run to be scheduled.</p>"
7101                    }
7102                },
7103                "deviceSelectionConfiguration": {
7104                    "target": "com.amazonaws.devicefarm#DeviceSelectionConfiguration",
7105                    "traits": {
7106                        "smithy.api#documentation": "<p>The filter criteria used to dynamically select a set of devices for a test run and the maximum number of\n            devices to be included in the run.</p>\n        <p>Either <b>\n               <code>devicePoolArn</code>\n            </b> or <b>\n               <code>deviceSelectionConfiguration</code>\n            </b> is required in a\n            request.</p>"
7107                    }
7108                },
7109                "name": {
7110                    "target": "com.amazonaws.devicefarm#Name",
7111                    "traits": {
7112                        "smithy.api#documentation": "<p>The name for the run to be scheduled.</p>"
7113                    }
7114                },
7115                "test": {
7116                    "target": "com.amazonaws.devicefarm#ScheduleRunTest",
7117                    "traits": {
7118                        "smithy.api#documentation": "<p>Information about the test for the run to be scheduled.</p>",
7119                        "smithy.api#required": {}
7120                    }
7121                },
7122                "configuration": {
7123                    "target": "com.amazonaws.devicefarm#ScheduleRunConfiguration",
7124                    "traits": {
7125                        "smithy.api#documentation": "<p>Information about the settings for the run to be scheduled.</p>"
7126                    }
7127                },
7128                "executionConfiguration": {
7129                    "target": "com.amazonaws.devicefarm#ExecutionConfiguration",
7130                    "traits": {
7131                        "smithy.api#documentation": "<p>Specifies configuration information about a test run, such as the execution timeout\n            (in minutes).</p>"
7132                    }
7133                }
7134            },
7135            "traits": {
7136                "smithy.api#documentation": "<p>Represents a request to the schedule run operation.</p>"
7137            }
7138        },
7139        "com.amazonaws.devicefarm#ScheduleRunResult": {
7140            "type": "structure",
7141            "members": {
7142                "run": {
7143                    "target": "com.amazonaws.devicefarm#Run",
7144                    "traits": {
7145                        "smithy.api#documentation": "<p>Information about the scheduled run.</p>"
7146                    }
7147                }
7148            },
7149            "traits": {
7150                "smithy.api#documentation": "<p>Represents the result of a schedule run request.</p>"
7151            }
7152        },
7153        "com.amazonaws.devicefarm#ScheduleRunTest": {
7154            "type": "structure",
7155            "members": {
7156                "type": {
7157                    "target": "com.amazonaws.devicefarm#TestType",
7158                    "traits": {
7159                        "smithy.api#documentation": "<p>The test's type.</p>\n        <p>Must be one of the following values:</p>\n        <ul>\n            <li>\n                <p>BUILTIN_FUZZ</p>\n            </li>\n            <li>\n                <p>BUILTIN_EXPLORER. For Android, an app explorer that traverses an\n                    Android app, interacting with it and capturing screenshots at the same\n                    time.</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY</p>\n            </li>\n            <li>\n                <p>CALABASH</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATOR</p>\n            </li>\n            <li>\n                <p>XCTEST</p>\n            </li>\n            <li>\n                <p>XCTEST_UI</p>\n            </li>\n         </ul>",
7160                        "smithy.api#required": {}
7161                    }
7162                },
7163                "testPackageArn": {
7164                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7165                    "traits": {
7166                        "smithy.api#documentation": "<p>The ARN of the uploaded test to be run.</p>"
7167                    }
7168                },
7169                "testSpecArn": {
7170                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7171                    "traits": {
7172                        "smithy.api#documentation": "<p>The ARN of the YAML-formatted test specification.</p>"
7173                    }
7174                },
7175                "filter": {
7176                    "target": "com.amazonaws.devicefarm#Filter",
7177                    "traits": {
7178                        "smithy.api#documentation": "<p>The test's filter.</p>"
7179                    }
7180                },
7181                "parameters": {
7182                    "target": "com.amazonaws.devicefarm#TestParameters",
7183                    "traits": {
7184                        "smithy.api#documentation": "<p>The test's parameters, such as test framework parameters and fixture settings.\n            Parameters are represented by name-value pairs of strings.</p>\n        <p>For all tests:</p>\n        <ul>\n            <li>\n                <p>\n                  <code>app_performance_monitoring</code>: Performance monitoring is enabled by default.\n                    Set this parameter to false to disable it.</p>\n            </li>\n         </ul>\n        <p>For Calabash tests:</p>\n        <ul>\n            <li>\n                <p>profile: A cucumber profile (for example, <code>my_profile_name</code>).</p>\n            </li>\n            <li>\n                <p>tags: You can limit execution to features or scenarios that have (or don't\n                    have) certain tags (for example, @smoke or @smoke,~@wip).</p>\n            </li>\n         </ul>\n        <p>For Appium tests (all types):</p>\n        <ul>\n            <li>\n                <p>appium_version: The Appium version. Currently supported values are 1.6.5\n                    (and later), latest, and default.</p>\n                <ul>\n                  <li>\n                        \n                        <p>latest runs the latest Appium version supported by Device\n                            Farm (1.9.1).</p>\n                    </li>\n                  <li>\n                        <p>For default, Device Farm selects a compatible version of\n                            Appium for the device. The current behavior is to run 1.7.2 on Android\n                            devices and iOS 9 and earlier and 1.7.2 for iOS 10 and later.</p>\n                    </li>\n                  <li>\n                        <p>This behavior is subject to change.</p>\n                    </li>\n               </ul>\n            </li>\n         </ul>\n        <p>For fuzz tests (Android only):</p>\n        <ul>\n            <li>\n                <p>event_count: The number of events, between 1 and 10000, that the UI fuzz\n                    test should perform.</p>\n            </li>\n            <li>\n                <p>throttle: The time, in ms, between 0 and 1000, that the UI fuzz test should\n                    wait between events.</p>\n            </li>\n            <li>\n                <p>seed: A seed to use for randomizing the UI fuzz test. Using the same seed\n                    value between tests ensures identical event sequences.</p>\n            </li>\n         </ul>\n        <p>For Explorer tests:</p>\n        <ul>\n            <li>\n                <p>username: A user name to use if the Explorer encounters a login form. If not supplied, no user\n                    name is inserted.</p>\n            </li>\n            <li>\n                <p>password: A password to use if the Explorer encounters a login form. If not supplied, no\n                    password is inserted.</p>\n            </li>\n         </ul>\n        <p>For Instrumentation:</p>\n        <ul>\n            <li>\n                <p>filter: A test filter string. Examples:</p>\n                <ul>\n                  <li>\n                        <p>Running a single test case: <code>com.android.abc.Test1</code>\n                     </p>\n                    </li>\n                  <li>\n                        <p>Running a single test: <code>com.android.abc.Test1#smoke</code>\n                     </p>\n                    </li>\n                  <li>\n                        <p>Running multiple tests:\n                            <code>com.android.abc.Test1,com.android.abc.Test2</code>\n                     </p>\n                    </li>\n               </ul>\n            </li>\n         </ul>\n        <p>For XCTest and XCTestUI:</p>\n        <ul>\n            <li>\n                <p>filter: A test filter string. Examples:</p>\n                <ul>\n                  <li>\n                        <p>Running a single test class: <code>LoginTests</code>\n                     </p>\n                    </li>\n                  <li>\n                        <p>Running a multiple test classes: <code>LoginTests,SmokeTests</code>\n                     </p>\n                    </li>\n                  <li>\n                        <p>Running a single test: <code>LoginTests/testValid</code>\n                     </p>\n                    </li>\n                  <li>\n                        <p>Running multiple tests:\n                            <code>LoginTests/testValid,LoginTests/testInvalid</code>\n                     </p>\n                    </li>\n               </ul>\n            </li>\n         </ul>\n        <p>For UIAutomator:</p>\n        <ul>\n            <li>\n                <p>filter: A test filter string. Examples:</p>\n                <ul>\n                  <li>\n                        <p>Running a single test case: <code>com.android.abc.Test1</code>\n                     </p>\n                    </li>\n                  <li>\n                        <p>Running a single test: <code>com.android.abc.Test1#smoke</code>\n                     </p>\n                    </li>\n                  <li>\n                        <p>Running multiple tests:\n                            <code>com.android.abc.Test1,com.android.abc.Test2</code>\n                     </p>\n                    </li>\n               </ul>\n            </li>\n         </ul>"
7185                    }
7186                }
7187            },
7188            "traits": {
7189                "smithy.api#documentation": "<p>Represents test settings. This data structure is passed in as the test parameter to ScheduleRun. For an\n            example of the JSON request syntax, see <a>ScheduleRun</a>.</p>"
7190            }
7191        },
7192        "com.amazonaws.devicefarm#ServiceAccountException": {
7193            "type": "structure",
7194            "members": {
7195                "message": {
7196                    "target": "com.amazonaws.devicefarm#Message",
7197                    "traits": {
7198                        "smithy.api#documentation": "<p>Any additional information about the exception.</p>"
7199                    }
7200                }
7201            },
7202            "traits": {
7203                "smithy.api#documentation": "<p>There was a problem with the service account.</p>",
7204                "smithy.api#error": "client"
7205            }
7206        },
7207        "com.amazonaws.devicefarm#ServiceDnsName": {
7208            "type": "string",
7209            "traits": {
7210                "smithy.api#length": {
7211                    "min": 0,
7212                    "max": 2048
7213                }
7214            }
7215        },
7216        "com.amazonaws.devicefarm#SkipAppResign": {
7217            "type": "boolean",
7218            "traits": {
7219                "smithy.api#box": {}
7220            }
7221        },
7222        "com.amazonaws.devicefarm#SshPublicKey": {
7223            "type": "string",
7224            "traits": {
7225                "smithy.api#length": {
7226                    "min": 0,
7227                    "max": 8192
7228                }
7229            }
7230        },
7231        "com.amazonaws.devicefarm#StopJob": {
7232            "type": "operation",
7233            "input": {
7234                "target": "com.amazonaws.devicefarm#StopJobRequest"
7235            },
7236            "output": {
7237                "target": "com.amazonaws.devicefarm#StopJobResult"
7238            },
7239            "errors": [
7240                {
7241                    "target": "com.amazonaws.devicefarm#ArgumentException"
7242                },
7243                {
7244                    "target": "com.amazonaws.devicefarm#LimitExceededException"
7245                },
7246                {
7247                    "target": "com.amazonaws.devicefarm#NotFoundException"
7248                },
7249                {
7250                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
7251                }
7252            ],
7253            "traits": {
7254                "smithy.api#documentation": "<p>Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device\n            where tests have not started. You are not billed for this device. On the device where tests have started,\n            setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown,\n            and any tests that were in progress or already completed.</p>"
7255            }
7256        },
7257        "com.amazonaws.devicefarm#StopJobRequest": {
7258            "type": "structure",
7259            "members": {
7260                "arn": {
7261                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7262                    "traits": {
7263                        "smithy.api#documentation": "<p>Represents the Amazon Resource Name (ARN) of the Device Farm job to stop.</p>",
7264                        "smithy.api#required": {}
7265                    }
7266                }
7267            }
7268        },
7269        "com.amazonaws.devicefarm#StopJobResult": {
7270            "type": "structure",
7271            "members": {
7272                "job": {
7273                    "target": "com.amazonaws.devicefarm#Job",
7274                    "traits": {
7275                        "smithy.api#documentation": "<p>The job that was stopped.</p>"
7276                    }
7277                }
7278            }
7279        },
7280        "com.amazonaws.devicefarm#StopRemoteAccessSession": {
7281            "type": "operation",
7282            "input": {
7283                "target": "com.amazonaws.devicefarm#StopRemoteAccessSessionRequest"
7284            },
7285            "output": {
7286                "target": "com.amazonaws.devicefarm#StopRemoteAccessSessionResult"
7287            },
7288            "errors": [
7289                {
7290                    "target": "com.amazonaws.devicefarm#ArgumentException"
7291                },
7292                {
7293                    "target": "com.amazonaws.devicefarm#LimitExceededException"
7294                },
7295                {
7296                    "target": "com.amazonaws.devicefarm#NotFoundException"
7297                },
7298                {
7299                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
7300                }
7301            ],
7302            "traits": {
7303                "smithy.api#documentation": "<p>Ends a specified remote access session.</p>"
7304            }
7305        },
7306        "com.amazonaws.devicefarm#StopRemoteAccessSessionRequest": {
7307            "type": "structure",
7308            "members": {
7309                "arn": {
7310                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7311                    "traits": {
7312                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the remote access session to stop.</p>",
7313                        "smithy.api#required": {}
7314                    }
7315                }
7316            },
7317            "traits": {
7318                "smithy.api#documentation": "<p>Represents the request to stop the remote access session.</p>"
7319            }
7320        },
7321        "com.amazonaws.devicefarm#StopRemoteAccessSessionResult": {
7322            "type": "structure",
7323            "members": {
7324                "remoteAccessSession": {
7325                    "target": "com.amazonaws.devicefarm#RemoteAccessSession",
7326                    "traits": {
7327                        "smithy.api#documentation": "<p>A container that represents the metadata from the service about the remote access session you are\n            stopping.</p>"
7328                    }
7329                }
7330            },
7331            "traits": {
7332                "smithy.api#documentation": "<p>Represents the response from the server that describes the remote access session\n            when AWS Device Farm stops the session.</p>"
7333            }
7334        },
7335        "com.amazonaws.devicefarm#StopRun": {
7336            "type": "operation",
7337            "input": {
7338                "target": "com.amazonaws.devicefarm#StopRunRequest"
7339            },
7340            "output": {
7341                "target": "com.amazonaws.devicefarm#StopRunResult"
7342            },
7343            "errors": [
7344                {
7345                    "target": "com.amazonaws.devicefarm#ArgumentException"
7346                },
7347                {
7348                    "target": "com.amazonaws.devicefarm#LimitExceededException"
7349                },
7350                {
7351                    "target": "com.amazonaws.devicefarm#NotFoundException"
7352                },
7353                {
7354                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
7355                }
7356            ],
7357            "traits": {
7358                "smithy.api#documentation": "<p>Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices\n            where tests have not started. You are not billed for these devices. On devices where tests have started\n            executing, setup suite and teardown suite tests run to completion on those devices. You are billed for\n            setup, teardown, and any tests that were in progress or already completed.</p>"
7359            }
7360        },
7361        "com.amazonaws.devicefarm#StopRunRequest": {
7362            "type": "structure",
7363            "members": {
7364                "arn": {
7365                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7366                    "traits": {
7367                        "smithy.api#documentation": "<p>Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.</p>",
7368                        "smithy.api#required": {}
7369                    }
7370                }
7371            },
7372            "traits": {
7373                "smithy.api#documentation": "<p>Represents the request to stop a specific run.</p>"
7374            }
7375        },
7376        "com.amazonaws.devicefarm#StopRunResult": {
7377            "type": "structure",
7378            "members": {
7379                "run": {
7380                    "target": "com.amazonaws.devicefarm#Run",
7381                    "traits": {
7382                        "smithy.api#documentation": "<p>The run that was stopped.</p>"
7383                    }
7384                }
7385            },
7386            "traits": {
7387                "smithy.api#documentation": "<p>Represents the results of your stop run attempt.</p>"
7388            }
7389        },
7390        "com.amazonaws.devicefarm#String": {
7391            "type": "string"
7392        },
7393        "com.amazonaws.devicefarm#Suite": {
7394            "type": "structure",
7395            "members": {
7396                "arn": {
7397                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7398                    "traits": {
7399                        "smithy.api#documentation": "<p>The suite's ARN.</p>"
7400                    }
7401                },
7402                "name": {
7403                    "target": "com.amazonaws.devicefarm#Name",
7404                    "traits": {
7405                        "smithy.api#documentation": "<p>The suite's name.</p>"
7406                    }
7407                },
7408                "type": {
7409                    "target": "com.amazonaws.devicefarm#TestType",
7410                    "traits": {
7411                        "smithy.api#documentation": "<p>The suite's type.</p>\n        <p>Must be one of the following values:</p>\n        <ul>\n            <li>\n                <p>BUILTIN_FUZZ</p>\n            </li>\n            <li>\n                <p>BUILTIN_EXPLORER </p>\n                <note>\n                    <p>Only available for Android; an app explorer that traverses an Android app, interacting with it\n                        and capturing screenshots at the same time.</p>\n                </note>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY</p>\n            </li>\n            <li>\n                <p>CALABASH</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATOR</p>\n            </li>\n            <li>\n                <p>XCTEST</p>\n            </li>\n            <li>\n                <p>XCTEST_UI</p>\n            </li>\n         </ul>"
7412                    }
7413                },
7414                "created": {
7415                    "target": "com.amazonaws.devicefarm#DateTime",
7416                    "traits": {
7417                        "smithy.api#documentation": "<p>When the suite was created.</p>"
7418                    }
7419                },
7420                "status": {
7421                    "target": "com.amazonaws.devicefarm#ExecutionStatus",
7422                    "traits": {
7423                        "smithy.api#documentation": "<p>The suite's status.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PENDING_CONCURRENCY</p>\n            </li>\n            <li>\n                <p>PENDING_DEVICE</p>\n            </li>\n            <li>\n                <p>PROCESSING</p>\n            </li>\n            <li>\n                <p>SCHEDULING</p>\n            </li>\n            <li>\n                <p>PREPARING</p>\n            </li>\n            <li>\n                <p>RUNNING</p>\n            </li>\n            <li>\n                <p>COMPLETED</p>\n            </li>\n            <li>\n                <p>STOPPING</p>\n            </li>\n         </ul>"
7424                    }
7425                },
7426                "result": {
7427                    "target": "com.amazonaws.devicefarm#ExecutionResult",
7428                    "traits": {
7429                        "smithy.api#documentation": "<p>The suite's result.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PASSED</p>\n            </li>\n            <li>\n                <p>WARNED</p>\n            </li>\n            <li>\n                <p>FAILED</p>\n            </li>\n            <li>\n                <p>SKIPPED</p>\n            </li>\n            <li>\n                <p>ERRORED</p>\n            </li>\n            <li>\n                <p>STOPPED</p>\n            </li>\n         </ul>"
7430                    }
7431                },
7432                "started": {
7433                    "target": "com.amazonaws.devicefarm#DateTime",
7434                    "traits": {
7435                        "smithy.api#documentation": "<p>The suite's start time.</p>"
7436                    }
7437                },
7438                "stopped": {
7439                    "target": "com.amazonaws.devicefarm#DateTime",
7440                    "traits": {
7441                        "smithy.api#documentation": "<p>The suite's stop time.</p>"
7442                    }
7443                },
7444                "counters": {
7445                    "target": "com.amazonaws.devicefarm#Counters",
7446                    "traits": {
7447                        "smithy.api#documentation": "<p>The suite's result counters.</p>"
7448                    }
7449                },
7450                "message": {
7451                    "target": "com.amazonaws.devicefarm#Message",
7452                    "traits": {
7453                        "smithy.api#documentation": "<p>A message about the suite's result.</p>"
7454                    }
7455                },
7456                "deviceMinutes": {
7457                    "target": "com.amazonaws.devicefarm#DeviceMinutes",
7458                    "traits": {
7459                        "smithy.api#documentation": "<p>Represents the total (metered or unmetered) minutes used by the test\n            suite.</p>"
7460                    }
7461                }
7462            },
7463            "traits": {
7464                "smithy.api#documentation": "<p>Represents a collection of one or more tests.</p>"
7465            }
7466        },
7467        "com.amazonaws.devicefarm#Suites": {
7468            "type": "list",
7469            "member": {
7470                "target": "com.amazonaws.devicefarm#Suite"
7471            }
7472        },
7473        "com.amazonaws.devicefarm#Tag": {
7474            "type": "structure",
7475            "members": {
7476                "Key": {
7477                    "target": "com.amazonaws.devicefarm#TagKey",
7478                    "traits": {
7479                        "smithy.api#documentation": "<p>One part of a key-value pair that makes up a tag. A <code>key</code> is a general label that acts like a\n            category for more specific tag values.</p>",
7480                        "smithy.api#required": {}
7481                    }
7482                },
7483                "Value": {
7484                    "target": "com.amazonaws.devicefarm#TagValue",
7485                    "traits": {
7486                        "smithy.api#documentation": "<p>The optional part of a key-value pair that makes up a tag. A <code>value</code> acts as a descriptor in a\n            tag category (key).</p>",
7487                        "smithy.api#required": {}
7488                    }
7489                }
7490            },
7491            "traits": {
7492                "smithy.api#documentation": "<p>The metadata that you apply to a resource to help you categorize and organize it. Each tag consists of a\n            key and an optional value, both of which you define. Tag keys can have a maximum character length of 128\n            characters. Tag values can have a maximum length of 256 characters. </p>"
7493            }
7494        },
7495        "com.amazonaws.devicefarm#TagKey": {
7496            "type": "string",
7497            "traits": {
7498                "smithy.api#length": {
7499                    "min": 1,
7500                    "max": 128
7501                }
7502            }
7503        },
7504        "com.amazonaws.devicefarm#TagKeyList": {
7505            "type": "list",
7506            "member": {
7507                "target": "com.amazonaws.devicefarm#TagKey"
7508            },
7509            "traits": {
7510                "smithy.api#length": {
7511                    "min": 0,
7512                    "max": 150
7513                }
7514            }
7515        },
7516        "com.amazonaws.devicefarm#TagList": {
7517            "type": "list",
7518            "member": {
7519                "target": "com.amazonaws.devicefarm#Tag"
7520            },
7521            "traits": {
7522                "smithy.api#length": {
7523                    "min": 0,
7524                    "max": 150
7525                }
7526            }
7527        },
7528        "com.amazonaws.devicefarm#TagOperationException": {
7529            "type": "structure",
7530            "members": {
7531                "message": {
7532                    "target": "com.amazonaws.devicefarm#ExceptionMessage"
7533                },
7534                "resourceName": {
7535                    "target": "com.amazonaws.devicefarm#AmazonResourceName"
7536                }
7537            },
7538            "traits": {
7539                "smithy.api#documentation": "<p>The operation was not successful. Try again.</p>",
7540                "smithy.api#error": "client",
7541                "smithy.api#httpError": 400
7542            }
7543        },
7544        "com.amazonaws.devicefarm#TagPolicyException": {
7545            "type": "structure",
7546            "members": {
7547                "message": {
7548                    "target": "com.amazonaws.devicefarm#ExceptionMessage"
7549                },
7550                "resourceName": {
7551                    "target": "com.amazonaws.devicefarm#AmazonResourceName"
7552                }
7553            },
7554            "traits": {
7555                "smithy.api#documentation": "<p>The request doesn't comply with the AWS Identity and Access Management (IAM) tag\n            policy. Correct your request and then retry it.</p>",
7556                "smithy.api#error": "client",
7557                "smithy.api#httpError": 400
7558            }
7559        },
7560        "com.amazonaws.devicefarm#TagResource": {
7561            "type": "operation",
7562            "input": {
7563                "target": "com.amazonaws.devicefarm#TagResourceRequest"
7564            },
7565            "output": {
7566                "target": "com.amazonaws.devicefarm#TagResourceResponse"
7567            },
7568            "errors": [
7569                {
7570                    "target": "com.amazonaws.devicefarm#ArgumentException"
7571                },
7572                {
7573                    "target": "com.amazonaws.devicefarm#NotFoundException"
7574                },
7575                {
7576                    "target": "com.amazonaws.devicefarm#TagOperationException"
7577                },
7578                {
7579                    "target": "com.amazonaws.devicefarm#TagPolicyException"
7580                },
7581                {
7582                    "target": "com.amazonaws.devicefarm#TooManyTagsException"
7583                }
7584            ],
7585            "traits": {
7586                "smithy.api#documentation": "<p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags\n            on a resource are not specified in the request parameters, they are not changed. When a resource is deleted,\n            the tags associated with that resource are also deleted.</p>"
7587            }
7588        },
7589        "com.amazonaws.devicefarm#TagResourceRequest": {
7590            "type": "structure",
7591            "members": {
7592                "ResourceARN": {
7593                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
7594                    "traits": {
7595                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource or resources to which to add tags. You can associate tags\n            with the following Device Farm resources: <code>PROJECT</code>, <code>RUN</code>,\n                <code>NETWORK_PROFILE</code>, <code>INSTANCE_PROFILE</code>, <code>DEVICE_INSTANCE</code>,\n                <code>SESSION</code>, <code>DEVICE_POOL</code>, <code>DEVICE</code>, and\n            <code>VPCE_CONFIGURATION</code>.</p>",
7596                        "smithy.api#required": {}
7597                    }
7598                },
7599                "Tags": {
7600                    "target": "com.amazonaws.devicefarm#TagList",
7601                    "traits": {
7602                        "smithy.api#documentation": "<p>The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum\n            character length of 128 characters. Tag values can have a maximum length of 256 characters.</p>",
7603                        "smithy.api#required": {}
7604                    }
7605                }
7606            }
7607        },
7608        "com.amazonaws.devicefarm#TagResourceResponse": {
7609            "type": "structure",
7610            "members": {}
7611        },
7612        "com.amazonaws.devicefarm#TagValue": {
7613            "type": "string",
7614            "traits": {
7615                "smithy.api#length": {
7616                    "min": 0,
7617                    "max": 256
7618                }
7619            }
7620        },
7621        "com.amazonaws.devicefarm#Test": {
7622            "type": "structure",
7623            "members": {
7624                "arn": {
7625                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
7626                    "traits": {
7627                        "smithy.api#documentation": "<p>The test's ARN.</p>"
7628                    }
7629                },
7630                "name": {
7631                    "target": "com.amazonaws.devicefarm#Name",
7632                    "traits": {
7633                        "smithy.api#documentation": "<p>The test's name.</p>"
7634                    }
7635                },
7636                "type": {
7637                    "target": "com.amazonaws.devicefarm#TestType",
7638                    "traits": {
7639                        "smithy.api#documentation": "<p>The test's type.</p>\n        <p>Must be one of the following values:</p>\n        <ul>\n            <li>\n                <p>BUILTIN_FUZZ</p>\n            </li>\n            <li>\n                <p>BUILTIN_EXPLORER</p>\n                <note>\n                    <p>For Android, an app explorer that traverses an Android app, interacting with it and capturing\n                        screenshots at the same time.</p>\n                </note>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY</p>\n            </li>\n            <li>\n                <p>CALABASH</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATION</p>\n            </li>\n            <li>\n                <p>UIAUTOMATOR</p>\n            </li>\n            <li>\n                <p>XCTEST</p>\n            </li>\n            <li>\n                <p>XCTEST_UI</p>\n            </li>\n         </ul>"
7640                    }
7641                },
7642                "created": {
7643                    "target": "com.amazonaws.devicefarm#DateTime",
7644                    "traits": {
7645                        "smithy.api#documentation": "<p>When the test was created.</p>"
7646                    }
7647                },
7648                "status": {
7649                    "target": "com.amazonaws.devicefarm#ExecutionStatus",
7650                    "traits": {
7651                        "smithy.api#documentation": "<p>The test's status.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PENDING_CONCURRENCY</p>\n            </li>\n            <li>\n                <p>PENDING_DEVICE</p>\n            </li>\n            <li>\n                <p>PROCESSING</p>\n            </li>\n            <li>\n                <p>SCHEDULING</p>\n            </li>\n            <li>\n                <p>PREPARING</p>\n            </li>\n            <li>\n                <p>RUNNING</p>\n            </li>\n            <li>\n                <p>COMPLETED</p>\n            </li>\n            <li>\n                <p>STOPPING</p>\n            </li>\n         </ul>"
7652                    }
7653                },
7654                "result": {
7655                    "target": "com.amazonaws.devicefarm#ExecutionResult",
7656                    "traits": {
7657                        "smithy.api#documentation": "<p>The test's result.</p>\n        <p>Allowed values include:</p>\n        <ul>\n            <li>\n                <p>PENDING</p>\n            </li>\n            <li>\n                <p>PASSED</p>\n            </li>\n            <li>\n                <p>WARNED</p>\n            </li>\n            <li>\n                <p>FAILED</p>\n            </li>\n            <li>\n                <p>SKIPPED</p>\n            </li>\n            <li>\n                <p>ERRORED</p>\n            </li>\n            <li>\n                <p>STOPPED</p>\n            </li>\n         </ul>"
7658                    }
7659                },
7660                "started": {
7661                    "target": "com.amazonaws.devicefarm#DateTime",
7662                    "traits": {
7663                        "smithy.api#documentation": "<p>The test's start time.</p>"
7664                    }
7665                },
7666                "stopped": {
7667                    "target": "com.amazonaws.devicefarm#DateTime",
7668                    "traits": {
7669                        "smithy.api#documentation": "<p>The test's stop time.</p>"
7670                    }
7671                },
7672                "counters": {
7673                    "target": "com.amazonaws.devicefarm#Counters",
7674                    "traits": {
7675                        "smithy.api#documentation": "<p>The test's result counters.</p>"
7676                    }
7677                },
7678                "message": {
7679                    "target": "com.amazonaws.devicefarm#Message",
7680                    "traits": {
7681                        "smithy.api#documentation": "<p>A message about the test's result.</p>"
7682                    }
7683                },
7684                "deviceMinutes": {
7685                    "target": "com.amazonaws.devicefarm#DeviceMinutes",
7686                    "traits": {
7687                        "smithy.api#documentation": "<p>Represents the total (metered or unmetered) minutes used by the test.</p>"
7688                    }
7689                }
7690            },
7691            "traits": {
7692                "smithy.api#documentation": "<p>Represents a condition that is evaluated.</p>"
7693            }
7694        },
7695        "com.amazonaws.devicefarm#TestGridProject": {
7696            "type": "structure",
7697            "members": {
7698                "arn": {
7699                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
7700                    "traits": {
7701                        "smithy.api#documentation": "<p>The ARN for the project.</p>"
7702                    }
7703                },
7704                "name": {
7705                    "target": "com.amazonaws.devicefarm#String",
7706                    "traits": {
7707                        "smithy.api#documentation": "<p>A human-readable name for the project.</p>"
7708                    }
7709                },
7710                "description": {
7711                    "target": "com.amazonaws.devicefarm#String",
7712                    "traits": {
7713                        "smithy.api#documentation": "<p>A human-readable description for the project.</p>"
7714                    }
7715                },
7716                "created": {
7717                    "target": "com.amazonaws.devicefarm#DateTime",
7718                    "traits": {
7719                        "smithy.api#documentation": "<p>When the project was created.</p>"
7720                    }
7721                }
7722            },
7723            "traits": {
7724                "smithy.api#documentation": "<p>A Selenium testing project. Projects are used to collect and collate sessions.</p>"
7725            }
7726        },
7727        "com.amazonaws.devicefarm#TestGridProjects": {
7728            "type": "list",
7729            "member": {
7730                "target": "com.amazonaws.devicefarm#TestGridProject"
7731            }
7732        },
7733        "com.amazonaws.devicefarm#TestGridSession": {
7734            "type": "structure",
7735            "members": {
7736                "arn": {
7737                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
7738                    "traits": {
7739                        "smithy.api#documentation": "<p>The ARN of the session.</p>"
7740                    }
7741                },
7742                "status": {
7743                    "target": "com.amazonaws.devicefarm#TestGridSessionStatus",
7744                    "traits": {
7745                        "smithy.api#documentation": "<p>The state of the session.</p>"
7746                    }
7747                },
7748                "created": {
7749                    "target": "com.amazonaws.devicefarm#DateTime",
7750                    "traits": {
7751                        "smithy.api#documentation": "<p>The time that the session was started.</p>"
7752                    }
7753                },
7754                "ended": {
7755                    "target": "com.amazonaws.devicefarm#DateTime",
7756                    "traits": {
7757                        "smithy.api#documentation": "<p>The time the session ended.</p>"
7758                    }
7759                },
7760                "billingMinutes": {
7761                    "target": "com.amazonaws.devicefarm#Double",
7762                    "traits": {
7763                        "smithy.api#documentation": "<p>The number of billed minutes that were used for this session. </p>"
7764                    }
7765                },
7766                "seleniumProperties": {
7767                    "target": "com.amazonaws.devicefarm#String",
7768                    "traits": {
7769                        "smithy.api#documentation": "<p>A JSON object of options and parameters passed to the Selenium WebDriver.</p>"
7770                    }
7771                }
7772            },
7773            "traits": {
7774                "smithy.api#documentation": "<p>A <a>TestGridSession</a> is a single instance of a browser launched from the URL provided by a\n         call to <a>CreateTestGridUrl</a>.</p>"
7775            }
7776        },
7777        "com.amazonaws.devicefarm#TestGridSessionAction": {
7778            "type": "structure",
7779            "members": {
7780                "action": {
7781                    "target": "com.amazonaws.devicefarm#String",
7782                    "traits": {
7783                        "smithy.api#documentation": "<p>The action taken by the session.</p>"
7784                    }
7785                },
7786                "started": {
7787                    "target": "com.amazonaws.devicefarm#DateTime",
7788                    "traits": {
7789                        "smithy.api#documentation": "<p>The time that the session invoked the action.</p>"
7790                    }
7791                },
7792                "duration": {
7793                    "target": "com.amazonaws.devicefarm#Long",
7794                    "traits": {
7795                        "smithy.api#documentation": "<p>The time, in milliseconds, that the action took to complete in the browser.</p>"
7796                    }
7797                },
7798                "statusCode": {
7799                    "target": "com.amazonaws.devicefarm#String",
7800                    "traits": {
7801                        "smithy.api#documentation": "<p>HTTP status code returned to the browser when the action was taken.</p>"
7802                    }
7803                },
7804                "requestMethod": {
7805                    "target": "com.amazonaws.devicefarm#String",
7806                    "traits": {
7807                        "smithy.api#documentation": "<p>HTTP method that the browser used to make the request.</p>"
7808                    }
7809                }
7810            },
7811            "traits": {
7812                "smithy.api#documentation": "<p>An action taken by a <a>TestGridSession</a> browser instance.</p>"
7813            }
7814        },
7815        "com.amazonaws.devicefarm#TestGridSessionActions": {
7816            "type": "list",
7817            "member": {
7818                "target": "com.amazonaws.devicefarm#TestGridSessionAction"
7819            }
7820        },
7821        "com.amazonaws.devicefarm#TestGridSessionArtifact": {
7822            "type": "structure",
7823            "members": {
7824                "filename": {
7825                    "target": "com.amazonaws.devicefarm#String",
7826                    "traits": {
7827                        "smithy.api#documentation": "<p>The file name of the artifact.</p>"
7828                    }
7829                },
7830                "type": {
7831                    "target": "com.amazonaws.devicefarm#TestGridSessionArtifactType",
7832                    "traits": {
7833                        "smithy.api#documentation": "<p>The kind of artifact.</p>"
7834                    }
7835                },
7836                "url": {
7837                    "target": "com.amazonaws.devicefarm#String",
7838                    "traits": {
7839                        "smithy.api#documentation": "<p>A semi-stable URL to the content of the object.</p>"
7840                    }
7841                }
7842            },
7843            "traits": {
7844                "smithy.api#documentation": "<p>Artifacts are video and other files that are produced in the process of running a browser in an automated\n         context. </p>\n         <note>\n            <p>Video elements might be broken up into multiple artifacts as they grow in size during creation. </p>\n         </note>"
7845            }
7846        },
7847        "com.amazonaws.devicefarm#TestGridSessionArtifactCategory": {
7848            "type": "string",
7849            "traits": {
7850                "smithy.api#enum": [
7851                    {
7852                        "value": "VIDEO",
7853                        "name": "VIDEO"
7854                    },
7855                    {
7856                        "value": "LOG",
7857                        "name": "LOG"
7858                    }
7859                ]
7860            }
7861        },
7862        "com.amazonaws.devicefarm#TestGridSessionArtifactType": {
7863            "type": "string",
7864            "traits": {
7865                "smithy.api#enum": [
7866                    {
7867                        "value": "UNKNOWN",
7868                        "name": "UNKNOWN"
7869                    },
7870                    {
7871                        "value": "VIDEO",
7872                        "name": "VIDEO"
7873                    },
7874                    {
7875                        "value": "SELENIUM_LOG",
7876                        "name": "SELENIUM_LOG"
7877                    }
7878                ]
7879            }
7880        },
7881        "com.amazonaws.devicefarm#TestGridSessionArtifacts": {
7882            "type": "list",
7883            "member": {
7884                "target": "com.amazonaws.devicefarm#TestGridSessionArtifact"
7885            }
7886        },
7887        "com.amazonaws.devicefarm#TestGridSessionStatus": {
7888            "type": "string",
7889            "traits": {
7890                "smithy.api#enum": [
7891                    {
7892                        "value": "ACTIVE",
7893                        "name": "ACTIVE"
7894                    },
7895                    {
7896                        "value": "CLOSED",
7897                        "name": "CLOSED"
7898                    },
7899                    {
7900                        "value": "ERRORED",
7901                        "name": "ERRORED"
7902                    }
7903                ]
7904            }
7905        },
7906        "com.amazonaws.devicefarm#TestGridSessions": {
7907            "type": "list",
7908            "member": {
7909                "target": "com.amazonaws.devicefarm#TestGridSession"
7910            }
7911        },
7912        "com.amazonaws.devicefarm#TestGridUrlExpiresInSecondsInput": {
7913            "type": "integer",
7914            "traits": {
7915                "smithy.api#box": {},
7916                "smithy.api#range": {
7917                    "min": 60,
7918                    "max": 86400
7919                }
7920            }
7921        },
7922        "com.amazonaws.devicefarm#TestParameters": {
7923            "type": "map",
7924            "key": {
7925                "target": "com.amazonaws.devicefarm#String"
7926            },
7927            "value": {
7928                "target": "com.amazonaws.devicefarm#String"
7929            }
7930        },
7931        "com.amazonaws.devicefarm#TestType": {
7932            "type": "string",
7933            "traits": {
7934                "smithy.api#enum": [
7935                    {
7936                        "value": "BUILTIN_FUZZ",
7937                        "name": "BUILTIN_FUZZ"
7938                    },
7939                    {
7940                        "value": "BUILTIN_EXPLORER",
7941                        "name": "BUILTIN_EXPLORER"
7942                    },
7943                    {
7944                        "value": "WEB_PERFORMANCE_PROFILE",
7945                        "name": "WEB_PERFORMANCE_PROFILE"
7946                    },
7947                    {
7948                        "value": "APPIUM_JAVA_JUNIT",
7949                        "name": "APPIUM_JAVA_JUNIT"
7950                    },
7951                    {
7952                        "value": "APPIUM_JAVA_TESTNG",
7953                        "name": "APPIUM_JAVA_TESTNG"
7954                    },
7955                    {
7956                        "value": "APPIUM_PYTHON",
7957                        "name": "APPIUM_PYTHON"
7958                    },
7959                    {
7960                        "value": "APPIUM_NODE",
7961                        "name": "APPIUM_NODE"
7962                    },
7963                    {
7964                        "value": "APPIUM_RUBY",
7965                        "name": "APPIUM_RUBY"
7966                    },
7967                    {
7968                        "value": "APPIUM_WEB_JAVA_JUNIT",
7969                        "name": "APPIUM_WEB_JAVA_JUNIT"
7970                    },
7971                    {
7972                        "value": "APPIUM_WEB_JAVA_TESTNG",
7973                        "name": "APPIUM_WEB_JAVA_TESTNG"
7974                    },
7975                    {
7976                        "value": "APPIUM_WEB_PYTHON",
7977                        "name": "APPIUM_WEB_PYTHON"
7978                    },
7979                    {
7980                        "value": "APPIUM_WEB_NODE",
7981                        "name": "APPIUM_WEB_NODE"
7982                    },
7983                    {
7984                        "value": "APPIUM_WEB_RUBY",
7985                        "name": "APPIUM_WEB_RUBY"
7986                    },
7987                    {
7988                        "value": "CALABASH",
7989                        "name": "CALABASH"
7990                    },
7991                    {
7992                        "value": "INSTRUMENTATION",
7993                        "name": "INSTRUMENTATION"
7994                    },
7995                    {
7996                        "value": "UIAUTOMATION",
7997                        "name": "UIAUTOMATION"
7998                    },
7999                    {
8000                        "value": "UIAUTOMATOR",
8001                        "name": "UIAUTOMATOR"
8002                    },
8003                    {
8004                        "value": "XCTEST",
8005                        "name": "XCTEST"
8006                    },
8007                    {
8008                        "value": "XCTEST_UI",
8009                        "name": "XCTEST_UI"
8010                    },
8011                    {
8012                        "value": "REMOTE_ACCESS_RECORD",
8013                        "name": "REMOTE_ACCESS_RECORD"
8014                    },
8015                    {
8016                        "value": "REMOTE_ACCESS_REPLAY",
8017                        "name": "REMOTE_ACCESS_REPLAY"
8018                    }
8019                ]
8020            }
8021        },
8022        "com.amazonaws.devicefarm#Tests": {
8023            "type": "list",
8024            "member": {
8025                "target": "com.amazonaws.devicefarm#Test"
8026            }
8027        },
8028        "com.amazonaws.devicefarm#TooManyTagsException": {
8029            "type": "structure",
8030            "members": {
8031                "message": {
8032                    "target": "com.amazonaws.devicefarm#ExceptionMessage"
8033                },
8034                "resourceName": {
8035                    "target": "com.amazonaws.devicefarm#AmazonResourceName"
8036                }
8037            },
8038            "traits": {
8039                "smithy.api#documentation": "<p>The list of tags on the repository is over the limit. The maximum number of tags that\n            can be applied to a repository is 50. </p>",
8040                "smithy.api#error": "client",
8041                "smithy.api#httpError": 400
8042            }
8043        },
8044        "com.amazonaws.devicefarm#TransactionIdentifier": {
8045            "type": "string",
8046            "traits": {
8047                "smithy.api#length": {
8048                    "min": 32
8049                }
8050            }
8051        },
8052        "com.amazonaws.devicefarm#TrialMinutes": {
8053            "type": "structure",
8054            "members": {
8055                "total": {
8056                    "target": "com.amazonaws.devicefarm#Double",
8057                    "traits": {
8058                        "smithy.api#documentation": "<p>The total number of free trial minutes that the account started with.</p>"
8059                    }
8060                },
8061                "remaining": {
8062                    "target": "com.amazonaws.devicefarm#Double",
8063                    "traits": {
8064                        "smithy.api#documentation": "<p>The number of free trial minutes remaining in the account.</p>"
8065                    }
8066                }
8067            },
8068            "traits": {
8069                "smithy.api#documentation": "<p>Represents information about free trial device minutes for an AWS\n            account.</p>"
8070            }
8071        },
8072        "com.amazonaws.devicefarm#URL": {
8073            "type": "string",
8074            "traits": {
8075                "smithy.api#length": {
8076                    "min": 0,
8077                    "max": 2048
8078                }
8079            }
8080        },
8081        "com.amazonaws.devicefarm#UniqueProblem": {
8082            "type": "structure",
8083            "members": {
8084                "message": {
8085                    "target": "com.amazonaws.devicefarm#Message",
8086                    "traits": {
8087                        "smithy.api#documentation": "<p>A message about the unique problems' result.</p>"
8088                    }
8089                },
8090                "problems": {
8091                    "target": "com.amazonaws.devicefarm#Problems",
8092                    "traits": {
8093                        "smithy.api#documentation": "<p>Information about the problems.</p>"
8094                    }
8095                }
8096            },
8097            "traits": {
8098                "smithy.api#documentation": "<p>A collection of one or more problems, grouped by their result.</p>"
8099            }
8100        },
8101        "com.amazonaws.devicefarm#UniqueProblems": {
8102            "type": "list",
8103            "member": {
8104                "target": "com.amazonaws.devicefarm#UniqueProblem"
8105            }
8106        },
8107        "com.amazonaws.devicefarm#UniqueProblemsByExecutionResultMap": {
8108            "type": "map",
8109            "key": {
8110                "target": "com.amazonaws.devicefarm#ExecutionResult"
8111            },
8112            "value": {
8113                "target": "com.amazonaws.devicefarm#UniqueProblems"
8114            }
8115        },
8116        "com.amazonaws.devicefarm#UntagResource": {
8117            "type": "operation",
8118            "input": {
8119                "target": "com.amazonaws.devicefarm#UntagResourceRequest"
8120            },
8121            "output": {
8122                "target": "com.amazonaws.devicefarm#UntagResourceResponse"
8123            },
8124            "errors": [
8125                {
8126                    "target": "com.amazonaws.devicefarm#ArgumentException"
8127                },
8128                {
8129                    "target": "com.amazonaws.devicefarm#NotFoundException"
8130                },
8131                {
8132                    "target": "com.amazonaws.devicefarm#TagOperationException"
8133                }
8134            ],
8135            "traits": {
8136                "smithy.api#documentation": "<p>Deletes the specified tags from a resource.</p>"
8137            }
8138        },
8139        "com.amazonaws.devicefarm#UntagResourceRequest": {
8140            "type": "structure",
8141            "members": {
8142                "ResourceARN": {
8143                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
8144                    "traits": {
8145                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource or resources from which to delete tags. You can associate\n            tags with the following Device Farm resources: <code>PROJECT</code>, <code>RUN</code>,\n                <code>NETWORK_PROFILE</code>, <code>INSTANCE_PROFILE</code>, <code>DEVICE_INSTANCE</code>,\n                <code>SESSION</code>, <code>DEVICE_POOL</code>, <code>DEVICE</code>, and\n            <code>VPCE_CONFIGURATION</code>.</p>",
8146                        "smithy.api#required": {}
8147                    }
8148                },
8149                "TagKeys": {
8150                    "target": "com.amazonaws.devicefarm#TagKeyList",
8151                    "traits": {
8152                        "smithy.api#documentation": "<p>The keys of the tags to be removed.</p>",
8153                        "smithy.api#required": {}
8154                    }
8155                }
8156            }
8157        },
8158        "com.amazonaws.devicefarm#UntagResourceResponse": {
8159            "type": "structure",
8160            "members": {}
8161        },
8162        "com.amazonaws.devicefarm#UpdateDeviceInstance": {
8163            "type": "operation",
8164            "input": {
8165                "target": "com.amazonaws.devicefarm#UpdateDeviceInstanceRequest"
8166            },
8167            "output": {
8168                "target": "com.amazonaws.devicefarm#UpdateDeviceInstanceResult"
8169            },
8170            "errors": [
8171                {
8172                    "target": "com.amazonaws.devicefarm#ArgumentException"
8173                },
8174                {
8175                    "target": "com.amazonaws.devicefarm#LimitExceededException"
8176                },
8177                {
8178                    "target": "com.amazonaws.devicefarm#NotFoundException"
8179                },
8180                {
8181                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
8182                }
8183            ],
8184            "traits": {
8185                "smithy.api#documentation": "<p>Updates information about a private device instance.</p>"
8186            }
8187        },
8188        "com.amazonaws.devicefarm#UpdateDeviceInstanceRequest": {
8189            "type": "structure",
8190            "members": {
8191                "arn": {
8192                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
8193                    "traits": {
8194                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the device instance.</p>",
8195                        "smithy.api#required": {}
8196                    }
8197                },
8198                "profileArn": {
8199                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
8200                    "traits": {
8201                        "smithy.api#documentation": "<p>The ARN of the profile that you want to associate with the device instance.</p>"
8202                    }
8203                },
8204                "labels": {
8205                    "target": "com.amazonaws.devicefarm#InstanceLabels",
8206                    "traits": {
8207                        "smithy.api#documentation": "<p>An array of strings that you want to associate with the device instance.</p>"
8208                    }
8209                }
8210            }
8211        },
8212        "com.amazonaws.devicefarm#UpdateDeviceInstanceResult": {
8213            "type": "structure",
8214            "members": {
8215                "deviceInstance": {
8216                    "target": "com.amazonaws.devicefarm#DeviceInstance",
8217                    "traits": {
8218                        "smithy.api#documentation": "<p>An object that contains information about your device instance.</p>"
8219                    }
8220                }
8221            }
8222        },
8223        "com.amazonaws.devicefarm#UpdateDevicePool": {
8224            "type": "operation",
8225            "input": {
8226                "target": "com.amazonaws.devicefarm#UpdateDevicePoolRequest"
8227            },
8228            "output": {
8229                "target": "com.amazonaws.devicefarm#UpdateDevicePoolResult"
8230            },
8231            "errors": [
8232                {
8233                    "target": "com.amazonaws.devicefarm#ArgumentException"
8234                },
8235                {
8236                    "target": "com.amazonaws.devicefarm#LimitExceededException"
8237                },
8238                {
8239                    "target": "com.amazonaws.devicefarm#NotFoundException"
8240                },
8241                {
8242                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
8243                }
8244            ],
8245            "traits": {
8246                "smithy.api#documentation": "<p>Modifies the name, description, and rules in a device pool given the attributes and\n            the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a\n            whole (or not at all).</p>"
8247            }
8248        },
8249        "com.amazonaws.devicefarm#UpdateDevicePoolRequest": {
8250            "type": "structure",
8251            "members": {
8252                "arn": {
8253                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
8254                    "traits": {
8255                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Device Farm device pool to update.</p>",
8256                        "smithy.api#required": {}
8257                    }
8258                },
8259                "name": {
8260                    "target": "com.amazonaws.devicefarm#Name",
8261                    "traits": {
8262                        "smithy.api#documentation": "<p>A string that represents the name of the device pool to update.</p>"
8263                    }
8264                },
8265                "description": {
8266                    "target": "com.amazonaws.devicefarm#Message",
8267                    "traits": {
8268                        "smithy.api#documentation": "<p>A description of the device pool to update.</p>"
8269                    }
8270                },
8271                "rules": {
8272                    "target": "com.amazonaws.devicefarm#Rules",
8273                    "traits": {
8274                        "smithy.api#documentation": "<p>Represents the rules to modify for the device pool. Updating rules is optional. If you update rules for\n            your request, the update replaces the existing rules.</p>"
8275                    }
8276                },
8277                "maxDevices": {
8278                    "target": "com.amazonaws.devicefarm#Integer",
8279                    "traits": {
8280                        "smithy.api#documentation": "<p>The number of devices that Device Farm can add to your device pool. Device Farm adds\n            devices that are available and that meet the criteria that you assign for the\n                <code>rules</code> parameter. Depending on how many devices meet these constraints,\n            your device pool might contain fewer devices than the value for this parameter.</p>\n        <p>By specifying the maximum number of devices, you can control the costs that you incur\n            by running tests.</p>\n        <p>If you use this parameter in your request, you cannot use the\n                <code>clearMaxDevices</code> parameter in the same request.</p>"
8281                    }
8282                },
8283                "clearMaxDevices": {
8284                    "target": "com.amazonaws.devicefarm#Boolean",
8285                    "traits": {
8286                        "smithy.api#documentation": "<p>Sets whether the <code>maxDevices</code> parameter applies to your device pool. If you set this parameter\n            to <code>true</code>, the <code>maxDevices</code> parameter does not apply, and Device Farm does not limit\n            the number of devices that it adds to your device pool. In this case, Device Farm adds all available devices\n            that meet the criteria specified in the <code>rules</code> parameter.</p>\n        <p>If you use this parameter in your request, you cannot use the <code>maxDevices</code>\n            parameter in the same request.</p>"
8287                    }
8288                }
8289            },
8290            "traits": {
8291                "smithy.api#documentation": "<p>Represents a request to the update device pool operation.</p>"
8292            }
8293        },
8294        "com.amazonaws.devicefarm#UpdateDevicePoolResult": {
8295            "type": "structure",
8296            "members": {
8297                "devicePool": {
8298                    "target": "com.amazonaws.devicefarm#DevicePool",
8299                    "traits": {
8300                        "smithy.api#documentation": "<p>The device pool you just updated.</p>"
8301                    }
8302                }
8303            },
8304            "traits": {
8305                "smithy.api#documentation": "<p>Represents the result of an update device pool request.</p>"
8306            }
8307        },
8308        "com.amazonaws.devicefarm#UpdateInstanceProfile": {
8309            "type": "operation",
8310            "input": {
8311                "target": "com.amazonaws.devicefarm#UpdateInstanceProfileRequest"
8312            },
8313            "output": {
8314                "target": "com.amazonaws.devicefarm#UpdateInstanceProfileResult"
8315            },
8316            "errors": [
8317                {
8318                    "target": "com.amazonaws.devicefarm#ArgumentException"
8319                },
8320                {
8321                    "target": "com.amazonaws.devicefarm#LimitExceededException"
8322                },
8323                {
8324                    "target": "com.amazonaws.devicefarm#NotFoundException"
8325                },
8326                {
8327                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
8328                }
8329            ],
8330            "traits": {
8331                "smithy.api#documentation": "<p>Updates information about an existing private device instance profile.</p>"
8332            }
8333        },
8334        "com.amazonaws.devicefarm#UpdateInstanceProfileRequest": {
8335            "type": "structure",
8336            "members": {
8337                "arn": {
8338                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
8339                    "traits": {
8340                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the instance profile.</p>",
8341                        "smithy.api#required": {}
8342                    }
8343                },
8344                "name": {
8345                    "target": "com.amazonaws.devicefarm#Name",
8346                    "traits": {
8347                        "smithy.api#documentation": "<p>The updated name for your instance profile.</p>"
8348                    }
8349                },
8350                "description": {
8351                    "target": "com.amazonaws.devicefarm#Message",
8352                    "traits": {
8353                        "smithy.api#documentation": "<p>The updated description for your instance profile.</p>"
8354                    }
8355                },
8356                "packageCleanup": {
8357                    "target": "com.amazonaws.devicefarm#Boolean",
8358                    "traits": {
8359                        "smithy.api#documentation": "<p>The updated choice for whether you want to specify package cleanup. The default value\n            is <code>false</code> for private devices.</p>"
8360                    }
8361                },
8362                "excludeAppPackagesFromCleanup": {
8363                    "target": "com.amazonaws.devicefarm#PackageIds",
8364                    "traits": {
8365                        "smithy.api#documentation": "<p>An array of strings that specifies the list of app packages that should not be cleaned up from the device\n            after a test run is over.</p>\n        <p>The list of packages is only considered if you set <code>packageCleanup</code> to\n                <code>true</code>.</p>"
8366                    }
8367                },
8368                "rebootAfterUse": {
8369                    "target": "com.amazonaws.devicefarm#Boolean",
8370                    "traits": {
8371                        "smithy.api#documentation": "<p>The updated choice for whether you want to reboot the device after use. The default\n            value is <code>true</code>.</p>"
8372                    }
8373                }
8374            }
8375        },
8376        "com.amazonaws.devicefarm#UpdateInstanceProfileResult": {
8377            "type": "structure",
8378            "members": {
8379                "instanceProfile": {
8380                    "target": "com.amazonaws.devicefarm#InstanceProfile",
8381                    "traits": {
8382                        "smithy.api#documentation": "<p>An object that contains information about your instance profile.</p>"
8383                    }
8384                }
8385            }
8386        },
8387        "com.amazonaws.devicefarm#UpdateNetworkProfile": {
8388            "type": "operation",
8389            "input": {
8390                "target": "com.amazonaws.devicefarm#UpdateNetworkProfileRequest"
8391            },
8392            "output": {
8393                "target": "com.amazonaws.devicefarm#UpdateNetworkProfileResult"
8394            },
8395            "errors": [
8396                {
8397                    "target": "com.amazonaws.devicefarm#ArgumentException"
8398                },
8399                {
8400                    "target": "com.amazonaws.devicefarm#LimitExceededException"
8401                },
8402                {
8403                    "target": "com.amazonaws.devicefarm#NotFoundException"
8404                },
8405                {
8406                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
8407                }
8408            ],
8409            "traits": {
8410                "smithy.api#documentation": "<p>Updates the network profile.</p>"
8411            }
8412        },
8413        "com.amazonaws.devicefarm#UpdateNetworkProfileRequest": {
8414            "type": "structure",
8415            "members": {
8416                "arn": {
8417                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
8418                    "traits": {
8419                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project for which you want to update network\n            profile settings.</p>",
8420                        "smithy.api#required": {}
8421                    }
8422                },
8423                "name": {
8424                    "target": "com.amazonaws.devicefarm#Name",
8425                    "traits": {
8426                        "smithy.api#documentation": "<p>The name of the network profile about which you are returning\n            information.</p>"
8427                    }
8428                },
8429                "description": {
8430                    "target": "com.amazonaws.devicefarm#Message",
8431                    "traits": {
8432                        "smithy.api#documentation": "<p>The description of the network profile about which you are returning\n            information.</p>"
8433                    }
8434                },
8435                "type": {
8436                    "target": "com.amazonaws.devicefarm#NetworkProfileType",
8437                    "traits": {
8438                        "smithy.api#documentation": "<p>The type of network profile to return information about. Valid values are listed here.</p>"
8439                    }
8440                },
8441                "uplinkBandwidthBits": {
8442                    "target": "com.amazonaws.devicefarm#Long",
8443                    "traits": {
8444                        "smithy.api#documentation": "<p>The data throughput rate in bits per second, as an integer from 0 to\n            104857600.</p>"
8445                    }
8446                },
8447                "downlinkBandwidthBits": {
8448                    "target": "com.amazonaws.devicefarm#Long",
8449                    "traits": {
8450                        "smithy.api#documentation": "<p>The data throughput rate in bits per second, as an integer from 0 to\n            104857600.</p>"
8451                    }
8452                },
8453                "uplinkDelayMs": {
8454                    "target": "com.amazonaws.devicefarm#Long",
8455                    "traits": {
8456                        "smithy.api#documentation": "<p>Delay time for all packets to destination in milliseconds as an integer from 0 to\n            2000.</p>"
8457                    }
8458                },
8459                "downlinkDelayMs": {
8460                    "target": "com.amazonaws.devicefarm#Long",
8461                    "traits": {
8462                        "smithy.api#documentation": "<p>Delay time for all packets to destination in milliseconds as an integer from 0 to\n            2000.</p>"
8463                    }
8464                },
8465                "uplinkJitterMs": {
8466                    "target": "com.amazonaws.devicefarm#Long",
8467                    "traits": {
8468                        "smithy.api#documentation": "<p>Time variation in the delay of received packets in milliseconds as an integer from\n            0 to 2000.</p>"
8469                    }
8470                },
8471                "downlinkJitterMs": {
8472                    "target": "com.amazonaws.devicefarm#Long",
8473                    "traits": {
8474                        "smithy.api#documentation": "<p>Time variation in the delay of received packets in milliseconds as an integer from\n            0 to 2000.</p>"
8475                    }
8476                },
8477                "uplinkLossPercent": {
8478                    "target": "com.amazonaws.devicefarm#PercentInteger",
8479                    "traits": {
8480                        "smithy.api#documentation": "<p>Proportion of transmitted packets that fail to arrive from 0 to 100\n            percent.</p>"
8481                    }
8482                },
8483                "downlinkLossPercent": {
8484                    "target": "com.amazonaws.devicefarm#PercentInteger",
8485                    "traits": {
8486                        "smithy.api#documentation": "<p>Proportion of received packets that fail to arrive from 0 to 100 percent.</p>"
8487                    }
8488                }
8489            }
8490        },
8491        "com.amazonaws.devicefarm#UpdateNetworkProfileResult": {
8492            "type": "structure",
8493            "members": {
8494                "networkProfile": {
8495                    "target": "com.amazonaws.devicefarm#NetworkProfile",
8496                    "traits": {
8497                        "smithy.api#documentation": "<p>A list of the available network profiles.</p>"
8498                    }
8499                }
8500            }
8501        },
8502        "com.amazonaws.devicefarm#UpdateProject": {
8503            "type": "operation",
8504            "input": {
8505                "target": "com.amazonaws.devicefarm#UpdateProjectRequest"
8506            },
8507            "output": {
8508                "target": "com.amazonaws.devicefarm#UpdateProjectResult"
8509            },
8510            "errors": [
8511                {
8512                    "target": "com.amazonaws.devicefarm#ArgumentException"
8513                },
8514                {
8515                    "target": "com.amazonaws.devicefarm#LimitExceededException"
8516                },
8517                {
8518                    "target": "com.amazonaws.devicefarm#NotFoundException"
8519                },
8520                {
8521                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
8522                }
8523            ],
8524            "traits": {
8525                "smithy.api#documentation": "<p>Modifies the specified project name, given the project ARN and a new\n            name.</p>"
8526            }
8527        },
8528        "com.amazonaws.devicefarm#UpdateProjectRequest": {
8529            "type": "structure",
8530            "members": {
8531                "arn": {
8532                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
8533                    "traits": {
8534                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the project whose name to update.</p>",
8535                        "smithy.api#required": {}
8536                    }
8537                },
8538                "name": {
8539                    "target": "com.amazonaws.devicefarm#Name",
8540                    "traits": {
8541                        "smithy.api#documentation": "<p>A string that represents the new name of the project that you are updating.</p>"
8542                    }
8543                },
8544                "defaultJobTimeoutMinutes": {
8545                    "target": "com.amazonaws.devicefarm#JobTimeoutMinutes",
8546                    "traits": {
8547                        "smithy.api#documentation": "<p>The number of minutes a test run in the project executes before it times out.</p>"
8548                    }
8549                }
8550            },
8551            "traits": {
8552                "smithy.api#documentation": "<p>Represents a request to the update project operation.</p>"
8553            }
8554        },
8555        "com.amazonaws.devicefarm#UpdateProjectResult": {
8556            "type": "structure",
8557            "members": {
8558                "project": {
8559                    "target": "com.amazonaws.devicefarm#Project",
8560                    "traits": {
8561                        "smithy.api#documentation": "<p>The project to update.</p>"
8562                    }
8563                }
8564            },
8565            "traits": {
8566                "smithy.api#documentation": "<p>Represents the result of an update project request.</p>"
8567            }
8568        },
8569        "com.amazonaws.devicefarm#UpdateTestGridProject": {
8570            "type": "operation",
8571            "input": {
8572                "target": "com.amazonaws.devicefarm#UpdateTestGridProjectRequest"
8573            },
8574            "output": {
8575                "target": "com.amazonaws.devicefarm#UpdateTestGridProjectResult"
8576            },
8577            "errors": [
8578                {
8579                    "target": "com.amazonaws.devicefarm#ArgumentException"
8580                },
8581                {
8582                    "target": "com.amazonaws.devicefarm#InternalServiceException"
8583                },
8584                {
8585                    "target": "com.amazonaws.devicefarm#NotFoundException"
8586                }
8587            ],
8588            "traits": {
8589                "smithy.api#documentation": "<p>Change details of a project.</p>"
8590            }
8591        },
8592        "com.amazonaws.devicefarm#UpdateTestGridProjectRequest": {
8593            "type": "structure",
8594            "members": {
8595                "projectArn": {
8596                    "target": "com.amazonaws.devicefarm#DeviceFarmArn",
8597                    "traits": {
8598                        "smithy.api#documentation": "<p>ARN of the project to update.</p>",
8599                        "smithy.api#required": {}
8600                    }
8601                },
8602                "name": {
8603                    "target": "com.amazonaws.devicefarm#ResourceName",
8604                    "traits": {
8605                        "smithy.api#documentation": "<p>Human-readable name for the project.</p>"
8606                    }
8607                },
8608                "description": {
8609                    "target": "com.amazonaws.devicefarm#ResourceDescription",
8610                    "traits": {
8611                        "smithy.api#documentation": "<p>Human-readable description for the project.</p>"
8612                    }
8613                }
8614            }
8615        },
8616        "com.amazonaws.devicefarm#UpdateTestGridProjectResult": {
8617            "type": "structure",
8618            "members": {
8619                "testGridProject": {
8620                    "target": "com.amazonaws.devicefarm#TestGridProject",
8621                    "traits": {
8622                        "smithy.api#documentation": "<p>The project, including updated information.</p>"
8623                    }
8624                }
8625            }
8626        },
8627        "com.amazonaws.devicefarm#UpdateUpload": {
8628            "type": "operation",
8629            "input": {
8630                "target": "com.amazonaws.devicefarm#UpdateUploadRequest"
8631            },
8632            "output": {
8633                "target": "com.amazonaws.devicefarm#UpdateUploadResult"
8634            },
8635            "errors": [
8636                {
8637                    "target": "com.amazonaws.devicefarm#ArgumentException"
8638                },
8639                {
8640                    "target": "com.amazonaws.devicefarm#LimitExceededException"
8641                },
8642                {
8643                    "target": "com.amazonaws.devicefarm#NotFoundException"
8644                },
8645                {
8646                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
8647                }
8648            ],
8649            "traits": {
8650                "smithy.api#documentation": "<p>Updates an uploaded test spec.</p>"
8651            }
8652        },
8653        "com.amazonaws.devicefarm#UpdateUploadRequest": {
8654            "type": "structure",
8655            "members": {
8656                "arn": {
8657                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
8658                    "traits": {
8659                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the uploaded test spec.</p>",
8660                        "smithy.api#required": {}
8661                    }
8662                },
8663                "name": {
8664                    "target": "com.amazonaws.devicefarm#Name",
8665                    "traits": {
8666                        "smithy.api#documentation": "<p>The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file\n            name must end with the <code>.yaml</code> or <code>.yml</code> file extension.</p>"
8667                    }
8668                },
8669                "contentType": {
8670                    "target": "com.amazonaws.devicefarm#ContentType",
8671                    "traits": {
8672                        "smithy.api#documentation": "<p>The upload's content type (for example, <code>application/x-yaml</code>).</p>"
8673                    }
8674                },
8675                "editContent": {
8676                    "target": "com.amazonaws.devicefarm#Boolean",
8677                    "traits": {
8678                        "smithy.api#documentation": "<p>Set to true if the YAML file has changed and must be updated. Otherwise, set to false.</p>"
8679                    }
8680                }
8681            }
8682        },
8683        "com.amazonaws.devicefarm#UpdateUploadResult": {
8684            "type": "structure",
8685            "members": {
8686                "upload": {
8687                    "target": "com.amazonaws.devicefarm#Upload",
8688                    "traits": {
8689                        "smithy.api#documentation": "<p>A test spec uploaded to Device Farm.</p>"
8690                    }
8691                }
8692            }
8693        },
8694        "com.amazonaws.devicefarm#UpdateVPCEConfiguration": {
8695            "type": "operation",
8696            "input": {
8697                "target": "com.amazonaws.devicefarm#UpdateVPCEConfigurationRequest"
8698            },
8699            "output": {
8700                "target": "com.amazonaws.devicefarm#UpdateVPCEConfigurationResult"
8701            },
8702            "errors": [
8703                {
8704                    "target": "com.amazonaws.devicefarm#ArgumentException"
8705                },
8706                {
8707                    "target": "com.amazonaws.devicefarm#InvalidOperationException"
8708                },
8709                {
8710                    "target": "com.amazonaws.devicefarm#NotFoundException"
8711                },
8712                {
8713                    "target": "com.amazonaws.devicefarm#ServiceAccountException"
8714                }
8715            ],
8716            "traits": {
8717                "smithy.api#documentation": "<p>Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.</p>"
8718            }
8719        },
8720        "com.amazonaws.devicefarm#UpdateVPCEConfigurationRequest": {
8721            "type": "structure",
8722            "members": {
8723                "arn": {
8724                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
8725                    "traits": {
8726                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to\n            update.</p>",
8727                        "smithy.api#required": {}
8728                    }
8729                },
8730                "vpceConfigurationName": {
8731                    "target": "com.amazonaws.devicefarm#VPCEConfigurationName",
8732                    "traits": {
8733                        "smithy.api#documentation": "<p>The friendly name you give to your VPC endpoint configuration to manage your configurations more\n            easily.</p>"
8734                    }
8735                },
8736                "vpceServiceName": {
8737                    "target": "com.amazonaws.devicefarm#VPCEServiceName",
8738                    "traits": {
8739                        "smithy.api#documentation": "<p>The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.</p>"
8740                    }
8741                },
8742                "serviceDnsName": {
8743                    "target": "com.amazonaws.devicefarm#ServiceDnsName",
8744                    "traits": {
8745                        "smithy.api#documentation": "<p>The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already\n            be in use on the internet.</p>"
8746                    }
8747                },
8748                "vpceConfigurationDescription": {
8749                    "target": "com.amazonaws.devicefarm#VPCEConfigurationDescription",
8750                    "traits": {
8751                        "smithy.api#documentation": "<p>An optional description that provides details about your VPC endpoint configuration.</p>"
8752                    }
8753                }
8754            }
8755        },
8756        "com.amazonaws.devicefarm#UpdateVPCEConfigurationResult": {
8757            "type": "structure",
8758            "members": {
8759                "vpceConfiguration": {
8760                    "target": "com.amazonaws.devicefarm#VPCEConfiguration",
8761                    "traits": {
8762                        "smithy.api#documentation": "<p>An object that contains information about your VPC endpoint configuration.</p>"
8763                    }
8764                }
8765            }
8766        },
8767        "com.amazonaws.devicefarm#Upload": {
8768            "type": "structure",
8769            "members": {
8770                "arn": {
8771                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
8772                    "traits": {
8773                        "smithy.api#documentation": "<p>The upload's ARN.</p>"
8774                    }
8775                },
8776                "name": {
8777                    "target": "com.amazonaws.devicefarm#Name",
8778                    "traits": {
8779                        "smithy.api#documentation": "<p>The upload's file name.</p>"
8780                    }
8781                },
8782                "created": {
8783                    "target": "com.amazonaws.devicefarm#DateTime",
8784                    "traits": {
8785                        "smithy.api#documentation": "<p>When the upload was created.</p>"
8786                    }
8787                },
8788                "type": {
8789                    "target": "com.amazonaws.devicefarm#UploadType",
8790                    "traits": {
8791                        "smithy.api#documentation": "<p>The upload's type.</p>\n        <p>Must be one of the following values:</p>\n        <ul>\n            <li>\n                <p>ANDROID_APP</p>\n            </li>\n            <li>\n                <p>IOS_APP</p>\n            </li>\n            <li>\n                <p>WEB_APP</p>\n            </li>\n            <li>\n                <p>EXTERNAL_DATA</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>CALABASH_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>UIAUTOMATION_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>UIAUTOMATOR_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>XCTEST_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>XCTEST_UI_TEST_PACKAGE</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_JUNIT_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_JAVA_TESTNG_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_PYTHON_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_NODE_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_RUBY_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_JUNIT_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_JAVA_TESTNG_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_PYTHON_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_NODE_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>APPIUM_WEB_RUBY_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>INSTRUMENTATION_TEST_SPEC</p>\n            </li>\n            <li>\n                <p>XCTEST_UI_TEST_SPEC</p>\n            </li>\n         </ul>"
8792                    }
8793                },
8794                "status": {
8795                    "target": "com.amazonaws.devicefarm#UploadStatus",
8796                    "traits": {
8797                        "smithy.api#documentation": "<p>The upload's status.</p>\n        <p>Must be one of the following values:</p>\n        <ul>\n            <li>\n                <p>FAILED</p>\n            </li>\n            <li>\n                <p>INITIALIZED</p>\n            </li>\n            <li>\n                <p>PROCESSING</p>\n            </li>\n            <li>\n                <p>SUCCEEDED</p>\n            </li>\n         </ul>"
8798                    }
8799                },
8800                "url": {
8801                    "target": "com.amazonaws.devicefarm#URL",
8802                    "traits": {
8803                        "smithy.api#documentation": "<p>The presigned Amazon S3 URL that was used to store a file using a PUT request.</p>"
8804                    }
8805                },
8806                "metadata": {
8807                    "target": "com.amazonaws.devicefarm#Metadata",
8808                    "traits": {
8809                        "smithy.api#documentation": "<p>The upload's metadata. For example, for Android, this contains information that is\n            parsed from the manifest and is displayed in the AWS Device Farm console after the\n            associated app is uploaded.</p>"
8810                    }
8811                },
8812                "contentType": {
8813                    "target": "com.amazonaws.devicefarm#ContentType",
8814                    "traits": {
8815                        "smithy.api#documentation": "<p>The upload's content type (for example, <code>application/octet-stream</code>).</p>"
8816                    }
8817                },
8818                "message": {
8819                    "target": "com.amazonaws.devicefarm#Message",
8820                    "traits": {
8821                        "smithy.api#documentation": "<p>A message about the upload's result.</p>"
8822                    }
8823                },
8824                "category": {
8825                    "target": "com.amazonaws.devicefarm#UploadCategory",
8826                    "traits": {
8827                        "smithy.api#documentation": "<p>The upload's category. Allowed values include:</p>\n        <ul>\n            <li>\n                <p>CURATED: An upload managed by AWS Device Farm.</p>\n            </li>\n            <li>\n                <p>PRIVATE: An upload managed by the AWS Device Farm customer.</p>\n            </li>\n         </ul>"
8828                    }
8829                }
8830            },
8831            "traits": {
8832                "smithy.api#documentation": "<p>An app or a set of one or more tests to upload or that have been\n            uploaded.</p>"
8833            }
8834        },
8835        "com.amazonaws.devicefarm#UploadCategory": {
8836            "type": "string",
8837            "traits": {
8838                "smithy.api#enum": [
8839                    {
8840                        "value": "CURATED",
8841                        "name": "CURATED"
8842                    },
8843                    {
8844                        "value": "PRIVATE",
8845                        "name": "PRIVATE"
8846                    }
8847                ]
8848            }
8849        },
8850        "com.amazonaws.devicefarm#UploadStatus": {
8851            "type": "string",
8852            "traits": {
8853                "smithy.api#enum": [
8854                    {
8855                        "value": "INITIALIZED",
8856                        "name": "INITIALIZED"
8857                    },
8858                    {
8859                        "value": "PROCESSING",
8860                        "name": "PROCESSING"
8861                    },
8862                    {
8863                        "value": "SUCCEEDED",
8864                        "name": "SUCCEEDED"
8865                    },
8866                    {
8867                        "value": "FAILED",
8868                        "name": "FAILED"
8869                    }
8870                ]
8871            }
8872        },
8873        "com.amazonaws.devicefarm#UploadType": {
8874            "type": "string",
8875            "traits": {
8876                "smithy.api#enum": [
8877                    {
8878                        "value": "ANDROID_APP",
8879                        "name": "ANDROID_APP"
8880                    },
8881                    {
8882                        "value": "IOS_APP",
8883                        "name": "IOS_APP"
8884                    },
8885                    {
8886                        "value": "WEB_APP",
8887                        "name": "WEB_APP"
8888                    },
8889                    {
8890                        "value": "EXTERNAL_DATA",
8891                        "name": "EXTERNAL_DATA"
8892                    },
8893                    {
8894                        "value": "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
8895                        "name": "APPIUM_JAVA_JUNIT_TEST_PACKAGE"
8896                    },
8897                    {
8898                        "value": "APPIUM_JAVA_TESTNG_TEST_PACKAGE",
8899                        "name": "APPIUM_JAVA_TESTNG_TEST_PACKAGE"
8900                    },
8901                    {
8902                        "value": "APPIUM_PYTHON_TEST_PACKAGE",
8903                        "name": "APPIUM_PYTHON_TEST_PACKAGE"
8904                    },
8905                    {
8906                        "value": "APPIUM_NODE_TEST_PACKAGE",
8907                        "name": "APPIUM_NODE_TEST_PACKAGE"
8908                    },
8909                    {
8910                        "value": "APPIUM_RUBY_TEST_PACKAGE",
8911                        "name": "APPIUM_RUBY_TEST_PACKAGE"
8912                    },
8913                    {
8914                        "value": "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE",
8915                        "name": "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE"
8916                    },
8917                    {
8918                        "value": "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE",
8919                        "name": "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE"
8920                    },
8921                    {
8922                        "value": "APPIUM_WEB_PYTHON_TEST_PACKAGE",
8923                        "name": "APPIUM_WEB_PYTHON_TEST_PACKAGE"
8924                    },
8925                    {
8926                        "value": "APPIUM_WEB_NODE_TEST_PACKAGE",
8927                        "name": "APPIUM_WEB_NODE_TEST_PACKAGE"
8928                    },
8929                    {
8930                        "value": "APPIUM_WEB_RUBY_TEST_PACKAGE",
8931                        "name": "APPIUM_WEB_RUBY_TEST_PACKAGE"
8932                    },
8933                    {
8934                        "value": "CALABASH_TEST_PACKAGE",
8935                        "name": "CALABASH_TEST_PACKAGE"
8936                    },
8937                    {
8938                        "value": "INSTRUMENTATION_TEST_PACKAGE",
8939                        "name": "INSTRUMENTATION_TEST_PACKAGE"
8940                    },
8941                    {
8942                        "value": "UIAUTOMATION_TEST_PACKAGE",
8943                        "name": "UIAUTOMATION_TEST_PACKAGE"
8944                    },
8945                    {
8946                        "value": "UIAUTOMATOR_TEST_PACKAGE",
8947                        "name": "UIAUTOMATOR_TEST_PACKAGE"
8948                    },
8949                    {
8950                        "value": "XCTEST_TEST_PACKAGE",
8951                        "name": "XCTEST_TEST_PACKAGE"
8952                    },
8953                    {
8954                        "value": "XCTEST_UI_TEST_PACKAGE",
8955                        "name": "XCTEST_UI_TEST_PACKAGE"
8956                    },
8957                    {
8958                        "value": "APPIUM_JAVA_JUNIT_TEST_SPEC",
8959                        "name": "APPIUM_JAVA_JUNIT_TEST_SPEC"
8960                    },
8961                    {
8962                        "value": "APPIUM_JAVA_TESTNG_TEST_SPEC",
8963                        "name": "APPIUM_JAVA_TESTNG_TEST_SPEC"
8964                    },
8965                    {
8966                        "value": "APPIUM_PYTHON_TEST_SPEC",
8967                        "name": "APPIUM_PYTHON_TEST_SPEC"
8968                    },
8969                    {
8970                        "value": "APPIUM_NODE_TEST_SPEC",
8971                        "name": "APPIUM_NODE_TEST_SPEC"
8972                    },
8973                    {
8974                        "value": "APPIUM_RUBY_TEST_SPEC",
8975                        "name": "APPIUM_RUBY_TEST_SPEC"
8976                    },
8977                    {
8978                        "value": "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC",
8979                        "name": "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC"
8980                    },
8981                    {
8982                        "value": "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC",
8983                        "name": "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC"
8984                    },
8985                    {
8986                        "value": "APPIUM_WEB_PYTHON_TEST_SPEC",
8987                        "name": "APPIUM_WEB_PYTHON_TEST_SPEC"
8988                    },
8989                    {
8990                        "value": "APPIUM_WEB_NODE_TEST_SPEC",
8991                        "name": "APPIUM_WEB_NODE_TEST_SPEC"
8992                    },
8993                    {
8994                        "value": "APPIUM_WEB_RUBY_TEST_SPEC",
8995                        "name": "APPIUM_WEB_RUBY_TEST_SPEC"
8996                    },
8997                    {
8998                        "value": "INSTRUMENTATION_TEST_SPEC",
8999                        "name": "INSTRUMENTATION_TEST_SPEC"
9000                    },
9001                    {
9002                        "value": "XCTEST_UI_TEST_SPEC",
9003                        "name": "XCTEST_UI_TEST_SPEC"
9004                    }
9005                ]
9006            }
9007        },
9008        "com.amazonaws.devicefarm#Uploads": {
9009            "type": "list",
9010            "member": {
9011                "target": "com.amazonaws.devicefarm#Upload"
9012            }
9013        },
9014        "com.amazonaws.devicefarm#VPCEConfiguration": {
9015            "type": "structure",
9016            "members": {
9017                "arn": {
9018                    "target": "com.amazonaws.devicefarm#AmazonResourceName",
9019                    "traits": {
9020                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the VPC endpoint configuration.</p>"
9021                    }
9022                },
9023                "vpceConfigurationName": {
9024                    "target": "com.amazonaws.devicefarm#VPCEConfigurationName",
9025                    "traits": {
9026                        "smithy.api#documentation": "<p>The friendly name you give to your VPC endpoint configuration to manage your configurations more\n            easily.</p>"
9027                    }
9028                },
9029                "vpceServiceName": {
9030                    "target": "com.amazonaws.devicefarm#VPCEServiceName",
9031                    "traits": {
9032                        "smithy.api#documentation": "<p>The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.</p>"
9033                    }
9034                },
9035                "serviceDnsName": {
9036                    "target": "com.amazonaws.devicefarm#ServiceDnsName",
9037                    "traits": {
9038                        "smithy.api#documentation": "<p>The DNS name that maps to the private IP address of the service you want to\n            access.</p>"
9039                    }
9040                },
9041                "vpceConfigurationDescription": {
9042                    "target": "com.amazonaws.devicefarm#VPCEConfigurationDescription",
9043                    "traits": {
9044                        "smithy.api#documentation": "<p>An optional description that provides details about your VPC endpoint configuration.</p>"
9045                    }
9046                }
9047            },
9048            "traits": {
9049                "smithy.api#documentation": "<p>Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration.</p>"
9050            }
9051        },
9052        "com.amazonaws.devicefarm#VPCEConfigurationDescription": {
9053            "type": "string",
9054            "traits": {
9055                "smithy.api#length": {
9056                    "min": 0,
9057                    "max": 2048
9058                }
9059            }
9060        },
9061        "com.amazonaws.devicefarm#VPCEConfigurationName": {
9062            "type": "string",
9063            "traits": {
9064                "smithy.api#length": {
9065                    "min": 0,
9066                    "max": 1024
9067                }
9068            }
9069        },
9070        "com.amazonaws.devicefarm#VPCEConfigurations": {
9071            "type": "list",
9072            "member": {
9073                "target": "com.amazonaws.devicefarm#VPCEConfiguration"
9074            }
9075        },
9076        "com.amazonaws.devicefarm#VPCEServiceName": {
9077            "type": "string",
9078            "traits": {
9079                "smithy.api#length": {
9080                    "min": 0,
9081                    "max": 2048
9082                }
9083            }
9084        },
9085        "com.amazonaws.devicefarm#VideoCapture": {
9086            "type": "boolean",
9087            "traits": {
9088                "smithy.api#box": {}
9089            }
9090        }
9091    }
9092}
9093