|
1642 | 1642 | "vpceConfigurationArns":{
|
1643 | 1643 | "shape":"AmazonResourceNames",
|
1644 | 1644 | "documentation":"<p>An array of ARNs included in the VPC endpoint configuration.</p>"
|
| 1645 | + }, |
| 1646 | + "deviceProxy":{ |
| 1647 | + "shape":"DeviceProxy", |
| 1648 | + "documentation":"<p>The device proxy to be configured on the device for the remote access session.</p>" |
1645 | 1649 | }
|
1646 | 1650 | },
|
1647 | 1651 | "documentation":"<p>Configuration settings for a remote access session, including billing method.</p>"
|
|
2315 | 2319 | "type":"list",
|
2316 | 2320 | "member":{"shape":"DevicePool"}
|
2317 | 2321 | },
|
| 2322 | + "DeviceProxy":{ |
| 2323 | + "type":"structure", |
| 2324 | + "required":[ |
| 2325 | + "host", |
| 2326 | + "port" |
| 2327 | + ], |
| 2328 | + "members":{ |
| 2329 | + "host":{ |
| 2330 | + "shape":"DeviceProxyHost", |
| 2331 | + "documentation":"<p>Hostname or IPv4 address of the proxy.</p>" |
| 2332 | + }, |
| 2333 | + "port":{ |
| 2334 | + "shape":"DeviceProxyPort", |
| 2335 | + "documentation":"<p>The port number on which the http/s proxy is listening.</p>" |
| 2336 | + } |
| 2337 | + }, |
| 2338 | + "documentation":"<p>Represents the http/s proxy configuration that will be applied to a device during a run.</p>" |
| 2339 | + }, |
| 2340 | + "DeviceProxyHost":{ |
| 2341 | + "type":"string", |
| 2342 | + "max":255, |
| 2343 | + "min":1, |
| 2344 | + "pattern":"^([a-zA-Z0-9])([a-zA-Z0-9-.]+)([a-zA-Z0-9])$" |
| 2345 | + }, |
| 2346 | + "DeviceProxyPort":{ |
| 2347 | + "type":"integer", |
| 2348 | + "box":true, |
| 2349 | + "max":65535, |
| 2350 | + "min":1 |
| 2351 | + }, |
2318 | 2352 | "DeviceSelectionConfiguration":{
|
2319 | 2353 | "type":"structure",
|
2320 | 2354 | "required":[
|
|
4287 | 4321 | "vpcConfig":{
|
4288 | 4322 | "shape":"VpcConfig",
|
4289 | 4323 | "documentation":"<p>The VPC security groups and subnets that are attached to a project.</p>"
|
| 4324 | + }, |
| 4325 | + "deviceProxy":{ |
| 4326 | + "shape":"DeviceProxy", |
| 4327 | + "documentation":"<p>The device proxy configured for the remote access session.</p>" |
4290 | 4328 | }
|
4291 | 4329 | },
|
4292 | 4330 | "documentation":"<p>Represents information about the remote access session.</p>"
|
|
4457 | 4495 | "shape":"NetworkProfile",
|
4458 | 4496 | "documentation":"<p>The network profile being used for a test run.</p>"
|
4459 | 4497 | },
|
| 4498 | + "deviceProxy":{ |
| 4499 | + "shape":"DeviceProxy", |
| 4500 | + "documentation":"<p>The device proxy configured for the devices in the run.</p>" |
| 4501 | + }, |
4460 | 4502 | "parsingResultUrl":{
|
4461 | 4503 | "shape":"String",
|
4462 | 4504 | "documentation":"<p>Read-only URL for an object in an S3 bucket where you can get the parsing results of the test package. If the test package doesn't parse, the reason why it doesn't parse appears in the file that this URL points to.</p>"
|
|
4595 | 4637 | "shape":"AmazonResourceNames",
|
4596 | 4638 | "documentation":"<p>An array of ARNs for your VPC endpoint configurations.</p>"
|
4597 | 4639 | },
|
| 4640 | + "deviceProxy":{ |
| 4641 | + "shape":"DeviceProxy", |
| 4642 | + "documentation":"<p>The device proxy to be configured on the device for the run.</p>" |
| 4643 | + }, |
4598 | 4644 | "customerArtifactPaths":{
|
4599 | 4645 | "shape":"CustomerArtifactPaths",
|
4600 | 4646 | "documentation":"<p>Input <code>CustomerArtifactPaths</code> object for the scheduled run configuration.</p>"
|
|
0 commit comments