You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public
74
74
* devices, Device Farm always signs your apps again.</p>
75
-
* <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
75
+
* <p>For more information about how Device Farm re-signs your apps, see <a href="http://aws.amazon.com/device-farm/faqs/">Do you modify my app?</a> in the <i>AWS Device
76
76
* Farm FAQs</i>.</p>
77
77
*/
78
78
skipAppResign?: boolean;
@@ -466,8 +466,8 @@ export interface Rule {
466
466
* TRUE or FALSE.</p>
467
467
* <p>Supported operators: <code>EQUALS</code>
468
468
* </p>
469
-
* <p>Because remote debugging is <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html">no longer
470
-
* supported</a>, this filter is ignored.</p>
469
+
* <p>Because remote debugging is <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html">no
470
+
* longer supported</a>, this filter is ignored.</p>
* <p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public
1069
1099
* devices, Device Farm always signs your apps again.</p>
1070
-
* <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>
1100
+
* <p>For more information on how Device Farm modifies your uploads during tests, see <a href="http://aws.amazon.com/device-farm/faqs/">Do you modify my app?</a>
1071
1101
* </p>
1072
1102
*/
1073
1103
skipAppResign?: boolean;
@@ -1250,7 +1280,7 @@ export interface Device {
1250
1280
* <p>This flag is set to <code>true</code> if remote debugging is enabled for the
1251
1281
* device.</p>
1252
1282
* <p>Remote debugging is <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html">no
* <p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public
1514
1544
* devices, Device Farm always signs your apps again.</p>
1515
-
* <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
1545
+
* <p>For more information about how Device Farm re-signs your apps, see <a href="http://aws.amazon.com/device-farm/faqs/">Do you modify my app?</a> in the <i>AWS Device
1516
1546
* Farm FAQs</i>.</p>
1517
1547
*/
1518
1548
skipAppResign?: boolean;
1549
+
1550
+
/**
1551
+
* <p>The VPC security groups and subnets that are attached to a project.</p>
* <p>Whether the device is enabled for remote debugging. Valid values are TRUE or FALSE.</p>
3363
3398
* <p>Supported operators: <code>EQUALS</code>
3364
3399
* </p>
3365
-
* <p>Because remote debugging is <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html">no longer
3366
-
* supported</a>, this filter is ignored.</p>
3400
+
* <p>Because remote debugging is <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html">no
3401
+
* longer supported</a>, this filter is ignored.</p>
3367
3402
* </dd>
3368
3403
* <dt>INSTANCE_ARN</dt>
3369
3404
* <dd>
@@ -3740,7 +3775,7 @@ export interface Run {
3740
3775
/**
3741
3776
* <p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public
3742
3777
* devices, Device Farm always signs your apps again.</p>
3743
-
* <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
3778
+
* <p>For more information about how Device Farm re-signs your apps, see <a href="http://aws.amazon.com/device-farm/faqs/">Do you modify my app?</a> in the <i>AWS Device
3744
3779
* Farm FAQs</i>.</p>
3745
3780
*/
3746
3781
skipAppResign?: boolean;
@@ -3754,6 +3789,11 @@ export interface Run {
3754
3789
* <p>The results of a device filter used to select the devices for a test run.</p>
3755
3790
*/
3756
3791
deviceSelectionResult?: DeviceSelectionResult;
3792
+
3793
+
/**
3794
+
* <p>The VPC security groups and subnets that are attached to a project.</p>
* <p>When set to <code>true</code>, for private devices, Device Farm does not sign your app again. For public
5872
5912
* devices, Device Farm always signs your apps again.</p>
5873
-
* <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
5913
+
* <p>For more information about how Device Farm re-signs your apps, see <a href="http://aws.amazon.com/device-farm/faqs/">Do you modify my app?</a> in the <i>AWS Device
0 commit comments