@aws-sdk/client-device-farm 3.321.1 → 3.326.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dist-types/commands/CreateDevicePoolCommand.d.ts +19 -0
  2. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +15 -0
  3. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +19 -0
  4. package/dist-types/commands/CreateProjectCommand.d.ts +20 -0
  5. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +90 -0
  6. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +20 -0
  7. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +7 -0
  8. package/dist-types/commands/CreateUploadCommand.d.ts +17 -0
  9. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +12 -0
  10. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +4 -0
  11. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +4 -0
  12. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteRunCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteUploadCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +4 -0
  19. package/dist-types/commands/GetAccountSettingsCommand.d.ts +24 -0
  20. package/dist-types/commands/GetDeviceCommand.d.ts +55 -0
  21. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +24 -0
  22. package/dist-types/commands/GetDevicePoolCommand.d.ts +19 -0
  23. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +127 -0
  24. package/dist-types/commands/GetInstanceProfileCommand.d.ts +15 -0
  25. package/dist-types/commands/GetJobCommand.d.ts +83 -0
  26. package/dist-types/commands/GetNetworkProfileCommand.d.ts +19 -0
  27. package/dist-types/commands/GetOfferingStatusCommand.d.ts +50 -0
  28. package/dist-types/commands/GetProjectCommand.d.ts +20 -0
  29. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +90 -0
  30. package/dist-types/commands/GetRunCommand.d.ts +102 -0
  31. package/dist-types/commands/GetSuiteCommand.d.ts +30 -0
  32. package/dist-types/commands/GetTestCommand.d.ts +30 -0
  33. package/dist-types/commands/GetTestGridProjectCommand.d.ts +20 -0
  34. package/dist-types/commands/GetTestGridSessionCommand.d.ts +13 -0
  35. package/dist-types/commands/GetUploadCommand.d.ts +17 -0
  36. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +12 -0
  37. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +17 -0
  38. package/dist-types/commands/ListArtifactsCommand.d.ts +15 -0
  39. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +27 -0
  40. package/dist-types/commands/ListDevicePoolsCommand.d.ts +22 -0
  41. package/dist-types/commands/ListDevicesCommand.d.ts +58 -0
  42. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +18 -0
  43. package/dist-types/commands/ListJobsCommand.d.ts +86 -0
  44. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +22 -0
  45. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +12 -0
  46. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +37 -0
  47. package/dist-types/commands/ListOfferingsCommand.d.ts +23 -0
  48. package/dist-types/commands/ListProjectsCommand.d.ts +23 -0
  49. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +93 -0
  50. package/dist-types/commands/ListRunsCommand.d.ts +105 -0
  51. package/dist-types/commands/ListSamplesCommand.d.ts +13 -0
  52. package/dist-types/commands/ListSuitesCommand.d.ts +33 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  54. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +23 -0
  55. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +15 -0
  56. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +13 -0
  57. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTestsCommand.d.ts +33 -0
  59. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +85 -0
  60. package/dist-types/commands/ListUploadsCommand.d.ts +20 -0
  61. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +15 -0
  62. package/dist-types/commands/PurchaseOfferingCommand.d.ts +34 -0
  63. package/dist-types/commands/RenewOfferingCommand.d.ts +34 -0
  64. package/dist-types/commands/ScheduleRunCommand.d.ts +102 -0
  65. package/dist-types/commands/StopJobCommand.d.ts +83 -0
  66. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +90 -0
  67. package/dist-types/commands/StopRunCommand.d.ts +102 -0
  68. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  69. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  70. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +24 -0
  71. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +19 -0
  72. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +15 -0
  73. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +19 -0
  74. package/dist-types/commands/UpdateProjectCommand.d.ts +20 -0
  75. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +20 -0
  76. package/dist-types/commands/UpdateUploadCommand.d.ts +17 -0
  77. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +12 -0
  78. package/package.json +16 -16
@@ -32,6 +32,90 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
32
32
  * };
33
33
  * const command = new ListJobsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListJobsResult
36
+ * // jobs: [ // Jobs
37
+ * // { // Job
38
+ * // arn: "STRING_VALUE",
39
+ * // name: "STRING_VALUE",
40
+ * // type: "BUILTIN_FUZZ" || "BUILTIN_EXPLORER" || "WEB_PERFORMANCE_PROFILE" || "APPIUM_JAVA_JUNIT" || "APPIUM_JAVA_TESTNG" || "APPIUM_PYTHON" || "APPIUM_NODE" || "APPIUM_RUBY" || "APPIUM_WEB_JAVA_JUNIT" || "APPIUM_WEB_JAVA_TESTNG" || "APPIUM_WEB_PYTHON" || "APPIUM_WEB_NODE" || "APPIUM_WEB_RUBY" || "CALABASH" || "INSTRUMENTATION" || "UIAUTOMATION" || "UIAUTOMATOR" || "XCTEST" || "XCTEST_UI" || "REMOTE_ACCESS_RECORD" || "REMOTE_ACCESS_REPLAY",
41
+ * // created: new Date("TIMESTAMP"),
42
+ * // status: "PENDING" || "PENDING_CONCURRENCY" || "PENDING_DEVICE" || "PROCESSING" || "SCHEDULING" || "PREPARING" || "RUNNING" || "COMPLETED" || "STOPPING",
43
+ * // result: "PENDING" || "PASSED" || "WARNED" || "FAILED" || "SKIPPED" || "ERRORED" || "STOPPED",
44
+ * // started: new Date("TIMESTAMP"),
45
+ * // stopped: new Date("TIMESTAMP"),
46
+ * // counters: { // Counters
47
+ * // total: Number("int"),
48
+ * // passed: Number("int"),
49
+ * // failed: Number("int"),
50
+ * // warned: Number("int"),
51
+ * // errored: Number("int"),
52
+ * // stopped: Number("int"),
53
+ * // skipped: Number("int"),
54
+ * // },
55
+ * // message: "STRING_VALUE",
56
+ * // device: { // Device
57
+ * // arn: "STRING_VALUE",
58
+ * // name: "STRING_VALUE",
59
+ * // manufacturer: "STRING_VALUE",
60
+ * // model: "STRING_VALUE",
61
+ * // modelId: "STRING_VALUE",
62
+ * // formFactor: "PHONE" || "TABLET",
63
+ * // platform: "ANDROID" || "IOS",
64
+ * // os: "STRING_VALUE",
65
+ * // cpu: { // CPU
66
+ * // frequency: "STRING_VALUE",
67
+ * // architecture: "STRING_VALUE",
68
+ * // clock: Number("double"),
69
+ * // },
70
+ * // resolution: { // Resolution
71
+ * // width: Number("int"),
72
+ * // height: Number("int"),
73
+ * // },
74
+ * // heapSize: Number("long"),
75
+ * // memory: Number("long"),
76
+ * // image: "STRING_VALUE",
77
+ * // carrier: "STRING_VALUE",
78
+ * // radio: "STRING_VALUE",
79
+ * // remoteAccessEnabled: true || false,
80
+ * // remoteDebugEnabled: true || false,
81
+ * // fleetType: "STRING_VALUE",
82
+ * // fleetName: "STRING_VALUE",
83
+ * // instances: [ // DeviceInstances
84
+ * // { // DeviceInstance
85
+ * // arn: "STRING_VALUE",
86
+ * // deviceArn: "STRING_VALUE",
87
+ * // labels: [ // InstanceLabels
88
+ * // "STRING_VALUE",
89
+ * // ],
90
+ * // status: "IN_USE" || "PREPARING" || "AVAILABLE" || "NOT_AVAILABLE",
91
+ * // udid: "STRING_VALUE",
92
+ * // instanceProfile: { // InstanceProfile
93
+ * // arn: "STRING_VALUE",
94
+ * // packageCleanup: true || false,
95
+ * // excludeAppPackagesFromCleanup: [ // PackageIds
96
+ * // "STRING_VALUE",
97
+ * // ],
98
+ * // rebootAfterUse: true || false,
99
+ * // name: "STRING_VALUE",
100
+ * // description: "STRING_VALUE",
101
+ * // },
102
+ * // },
103
+ * // ],
104
+ * // availability: "TEMPORARY_NOT_AVAILABLE" || "BUSY" || "AVAILABLE" || "HIGHLY_AVAILABLE",
105
+ * // },
106
+ * // instanceArn: "STRING_VALUE",
107
+ * // deviceMinutes: { // DeviceMinutes
108
+ * // total: Number("double"),
109
+ * // metered: Number("double"),
110
+ * // unmetered: Number("double"),
111
+ * // },
112
+ * // videoEndpoint: "STRING_VALUE",
113
+ * // videoCapture: true || false,
114
+ * // },
115
+ * // ],
116
+ * // nextToken: "STRING_VALUE",
117
+ * // };
118
+ *
35
119
  * ```
36
120
  *
37
121
  * @param ListJobsCommandInput - {@link ListJobsCommandInput}
@@ -52,6 +136,8 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
52
136
  * @throws {@link ServiceAccountException} (client fault)
53
137
  * <p>There was a problem with the service account.</p>
54
138
  *
139
+ * @throws {@link DeviceFarmServiceException}
140
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
141
  *
56
142
  * @example To get information about jobs
57
143
  * ```javascript
@@ -33,6 +33,26 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
33
33
  * };
34
34
  * const command = new ListNetworkProfilesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListNetworkProfilesResult
37
+ * // networkProfiles: [ // NetworkProfiles
38
+ * // { // NetworkProfile
39
+ * // arn: "STRING_VALUE",
40
+ * // name: "STRING_VALUE",
41
+ * // description: "STRING_VALUE",
42
+ * // type: "CURATED" || "PRIVATE",
43
+ * // uplinkBandwidthBits: Number("long"),
44
+ * // downlinkBandwidthBits: Number("long"),
45
+ * // uplinkDelayMs: Number("long"),
46
+ * // downlinkDelayMs: Number("long"),
47
+ * // uplinkJitterMs: Number("long"),
48
+ * // downlinkJitterMs: Number("long"),
49
+ * // uplinkLossPercent: Number("int"),
50
+ * // downlinkLossPercent: Number("int"),
51
+ * // },
52
+ * // ],
53
+ * // nextToken: "STRING_VALUE",
54
+ * // };
55
+ *
36
56
  * ```
37
57
  *
38
58
  * @param ListNetworkProfilesCommandInput - {@link ListNetworkProfilesCommandInput}
@@ -53,6 +73,8 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
53
73
  * @throws {@link ServiceAccountException} (client fault)
54
74
  * <p>There was a problem with the service account.</p>
55
75
  *
76
+ * @throws {@link DeviceFarmServiceException}
77
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
56
78
  *
57
79
  */
58
80
  export declare class ListNetworkProfilesCommand extends $Command<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
33
33
  * };
34
34
  * const command = new ListOfferingPromotionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListOfferingPromotionsResult
37
+ * // offeringPromotions: [ // OfferingPromotions
38
+ * // { // OfferingPromotion
39
+ * // id: "STRING_VALUE",
40
+ * // description: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // nextToken: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param ListOfferingPromotionsCommandInput - {@link ListOfferingPromotionsCommandInput}
@@ -57,6 +67,8 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
57
67
  * @throws {@link ServiceAccountException} (client fault)
58
68
  * <p>There was a problem with the service account.</p>
59
69
  *
70
+ * @throws {@link DeviceFarmServiceException}
71
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
60
72
  *
61
73
  */
62
74
  export declare class ListOfferingPromotionsCommand extends $Command<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -34,6 +34,41 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
34
34
  * };
35
35
  * const command = new ListOfferingTransactionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListOfferingTransactionsResult
38
+ * // offeringTransactions: [ // OfferingTransactions
39
+ * // { // OfferingTransaction
40
+ * // offeringStatus: { // OfferingStatus
41
+ * // type: "PURCHASE" || "RENEW" || "SYSTEM",
42
+ * // offering: { // Offering
43
+ * // id: "STRING_VALUE",
44
+ * // description: "STRING_VALUE",
45
+ * // type: "RECURRING",
46
+ * // platform: "ANDROID" || "IOS",
47
+ * // recurringCharges: [ // RecurringCharges
48
+ * // { // RecurringCharge
49
+ * // cost: { // MonetaryAmount
50
+ * // amount: Number("double"),
51
+ * // currencyCode: "USD",
52
+ * // },
53
+ * // frequency: "MONTHLY",
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // quantity: Number("int"),
58
+ * // effectiveOn: new Date("TIMESTAMP"),
59
+ * // },
60
+ * // transactionId: "STRING_VALUE",
61
+ * // offeringPromotionId: "STRING_VALUE",
62
+ * // createdOn: new Date("TIMESTAMP"),
63
+ * // cost: {
64
+ * // amount: Number("double"),
65
+ * // currencyCode: "USD",
66
+ * // },
67
+ * // },
68
+ * // ],
69
+ * // nextToken: "STRING_VALUE",
70
+ * // };
71
+ *
37
72
  * ```
38
73
  *
39
74
  * @param ListOfferingTransactionsCommandInput - {@link ListOfferingTransactionsCommandInput}
@@ -58,6 +93,8 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
58
93
  * @throws {@link ServiceAccountException} (client fault)
59
94
  * <p>There was a problem with the service account.</p>
60
95
  *
96
+ * @throws {@link DeviceFarmServiceException}
97
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
61
98
  *
62
99
  * @example To get information about device offering transactions
63
100
  * ```javascript
@@ -34,6 +34,27 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
34
34
  * };
35
35
  * const command = new ListOfferingsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListOfferingsResult
38
+ * // offerings: [ // Offerings
39
+ * // { // Offering
40
+ * // id: "STRING_VALUE",
41
+ * // description: "STRING_VALUE",
42
+ * // type: "RECURRING",
43
+ * // platform: "ANDROID" || "IOS",
44
+ * // recurringCharges: [ // RecurringCharges
45
+ * // { // RecurringCharge
46
+ * // cost: { // MonetaryAmount
47
+ * // amount: Number("double"),
48
+ * // currencyCode: "USD",
49
+ * // },
50
+ * // frequency: "MONTHLY",
51
+ * // },
52
+ * // ],
53
+ * // },
54
+ * // ],
55
+ * // nextToken: "STRING_VALUE",
56
+ * // };
57
+ *
37
58
  * ```
38
59
  *
39
60
  * @param ListOfferingsCommandInput - {@link ListOfferingsCommandInput}
@@ -58,6 +79,8 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
58
79
  * @throws {@link ServiceAccountException} (client fault)
59
80
  * <p>There was a problem with the service account.</p>
60
81
  *
82
+ * @throws {@link DeviceFarmServiceException}
83
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
61
84
  *
62
85
  * @example To get information about device offerings
63
86
  * ```javascript
@@ -32,6 +32,27 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
32
32
  * };
33
33
  * const command = new ListProjectsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListProjectsResult
36
+ * // projects: [ // Projects
37
+ * // { // Project
38
+ * // arn: "STRING_VALUE",
39
+ * // name: "STRING_VALUE",
40
+ * // defaultJobTimeoutMinutes: Number("int"),
41
+ * // created: new Date("TIMESTAMP"),
42
+ * // vpcConfig: { // VpcConfig
43
+ * // securityGroupIds: [ // VpcSecurityGroupIds // required
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // subnetIds: [ // VpcSubnetIds // required
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // vpcId: "STRING_VALUE", // required
50
+ * // },
51
+ * // },
52
+ * // ],
53
+ * // nextToken: "STRING_VALUE",
54
+ * // };
55
+ *
35
56
  * ```
36
57
  *
37
58
  * @param ListProjectsCommandInput - {@link ListProjectsCommandInput}
@@ -52,6 +73,8 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
52
73
  * @throws {@link ServiceAccountException} (client fault)
53
74
  * <p>There was a problem with the service account.</p>
54
75
  *
76
+ * @throws {@link DeviceFarmServiceException}
77
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
78
  *
56
79
  * @example To get information about a Device Farm project
57
80
  * ```javascript
@@ -32,6 +32,97 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
32
32
  * };
33
33
  * const command = new ListRemoteAccessSessionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListRemoteAccessSessionsResult
36
+ * // remoteAccessSessions: [ // RemoteAccessSessions
37
+ * // { // RemoteAccessSession
38
+ * // arn: "STRING_VALUE",
39
+ * // name: "STRING_VALUE",
40
+ * // created: new Date("TIMESTAMP"),
41
+ * // status: "PENDING" || "PENDING_CONCURRENCY" || "PENDING_DEVICE" || "PROCESSING" || "SCHEDULING" || "PREPARING" || "RUNNING" || "COMPLETED" || "STOPPING",
42
+ * // result: "PENDING" || "PASSED" || "WARNED" || "FAILED" || "SKIPPED" || "ERRORED" || "STOPPED",
43
+ * // message: "STRING_VALUE",
44
+ * // started: new Date("TIMESTAMP"),
45
+ * // stopped: new Date("TIMESTAMP"),
46
+ * // device: { // Device
47
+ * // arn: "STRING_VALUE",
48
+ * // name: "STRING_VALUE",
49
+ * // manufacturer: "STRING_VALUE",
50
+ * // model: "STRING_VALUE",
51
+ * // modelId: "STRING_VALUE",
52
+ * // formFactor: "PHONE" || "TABLET",
53
+ * // platform: "ANDROID" || "IOS",
54
+ * // os: "STRING_VALUE",
55
+ * // cpu: { // CPU
56
+ * // frequency: "STRING_VALUE",
57
+ * // architecture: "STRING_VALUE",
58
+ * // clock: Number("double"),
59
+ * // },
60
+ * // resolution: { // Resolution
61
+ * // width: Number("int"),
62
+ * // height: Number("int"),
63
+ * // },
64
+ * // heapSize: Number("long"),
65
+ * // memory: Number("long"),
66
+ * // image: "STRING_VALUE",
67
+ * // carrier: "STRING_VALUE",
68
+ * // radio: "STRING_VALUE",
69
+ * // remoteAccessEnabled: true || false,
70
+ * // remoteDebugEnabled: true || false,
71
+ * // fleetType: "STRING_VALUE",
72
+ * // fleetName: "STRING_VALUE",
73
+ * // instances: [ // DeviceInstances
74
+ * // { // DeviceInstance
75
+ * // arn: "STRING_VALUE",
76
+ * // deviceArn: "STRING_VALUE",
77
+ * // labels: [ // InstanceLabels
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // status: "IN_USE" || "PREPARING" || "AVAILABLE" || "NOT_AVAILABLE",
81
+ * // udid: "STRING_VALUE",
82
+ * // instanceProfile: { // InstanceProfile
83
+ * // arn: "STRING_VALUE",
84
+ * // packageCleanup: true || false,
85
+ * // excludeAppPackagesFromCleanup: [ // PackageIds
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // rebootAfterUse: true || false,
89
+ * // name: "STRING_VALUE",
90
+ * // description: "STRING_VALUE",
91
+ * // },
92
+ * // },
93
+ * // ],
94
+ * // availability: "TEMPORARY_NOT_AVAILABLE" || "BUSY" || "AVAILABLE" || "HIGHLY_AVAILABLE",
95
+ * // },
96
+ * // instanceArn: "STRING_VALUE",
97
+ * // remoteDebugEnabled: true || false,
98
+ * // remoteRecordEnabled: true || false,
99
+ * // remoteRecordAppArn: "STRING_VALUE",
100
+ * // hostAddress: "STRING_VALUE",
101
+ * // clientId: "STRING_VALUE",
102
+ * // billingMethod: "METERED" || "UNMETERED",
103
+ * // deviceMinutes: { // DeviceMinutes
104
+ * // total: Number("double"),
105
+ * // metered: Number("double"),
106
+ * // unmetered: Number("double"),
107
+ * // },
108
+ * // endpoint: "STRING_VALUE",
109
+ * // deviceUdid: "STRING_VALUE",
110
+ * // interactionMode: "INTERACTIVE" || "NO_VIDEO" || "VIDEO_ONLY",
111
+ * // skipAppResign: true || false,
112
+ * // vpcConfig: { // VpcConfig
113
+ * // securityGroupIds: [ // VpcSecurityGroupIds // required
114
+ * // "STRING_VALUE",
115
+ * // ],
116
+ * // subnetIds: [ // VpcSubnetIds // required
117
+ * // "STRING_VALUE",
118
+ * // ],
119
+ * // vpcId: "STRING_VALUE", // required
120
+ * // },
121
+ * // },
122
+ * // ],
123
+ * // nextToken: "STRING_VALUE",
124
+ * // };
125
+ *
35
126
  * ```
36
127
  *
37
128
  * @param ListRemoteAccessSessionsCommandInput - {@link ListRemoteAccessSessionsCommandInput}
@@ -52,6 +143,8 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
52
143
  * @throws {@link ServiceAccountException} (client fault)
53
144
  * <p>There was a problem with the service account.</p>
54
145
  *
146
+ * @throws {@link DeviceFarmServiceException}
147
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
148
  *
56
149
  * @example To get information about a remote access session
57
150
  * ```javascript
@@ -32,6 +32,109 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
32
32
  * };
33
33
  * const command = new ListRunsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListRunsResult
36
+ * // runs: [ // Runs
37
+ * // { // Run
38
+ * // arn: "STRING_VALUE",
39
+ * // name: "STRING_VALUE",
40
+ * // type: "BUILTIN_FUZZ" || "BUILTIN_EXPLORER" || "WEB_PERFORMANCE_PROFILE" || "APPIUM_JAVA_JUNIT" || "APPIUM_JAVA_TESTNG" || "APPIUM_PYTHON" || "APPIUM_NODE" || "APPIUM_RUBY" || "APPIUM_WEB_JAVA_JUNIT" || "APPIUM_WEB_JAVA_TESTNG" || "APPIUM_WEB_PYTHON" || "APPIUM_WEB_NODE" || "APPIUM_WEB_RUBY" || "CALABASH" || "INSTRUMENTATION" || "UIAUTOMATION" || "UIAUTOMATOR" || "XCTEST" || "XCTEST_UI" || "REMOTE_ACCESS_RECORD" || "REMOTE_ACCESS_REPLAY",
41
+ * // platform: "ANDROID" || "IOS",
42
+ * // created: new Date("TIMESTAMP"),
43
+ * // status: "PENDING" || "PENDING_CONCURRENCY" || "PENDING_DEVICE" || "PROCESSING" || "SCHEDULING" || "PREPARING" || "RUNNING" || "COMPLETED" || "STOPPING",
44
+ * // result: "PENDING" || "PASSED" || "WARNED" || "FAILED" || "SKIPPED" || "ERRORED" || "STOPPED",
45
+ * // started: new Date("TIMESTAMP"),
46
+ * // stopped: new Date("TIMESTAMP"),
47
+ * // counters: { // Counters
48
+ * // total: Number("int"),
49
+ * // passed: Number("int"),
50
+ * // failed: Number("int"),
51
+ * // warned: Number("int"),
52
+ * // errored: Number("int"),
53
+ * // stopped: Number("int"),
54
+ * // skipped: Number("int"),
55
+ * // },
56
+ * // message: "STRING_VALUE",
57
+ * // totalJobs: Number("int"),
58
+ * // completedJobs: Number("int"),
59
+ * // billingMethod: "METERED" || "UNMETERED",
60
+ * // deviceMinutes: { // DeviceMinutes
61
+ * // total: Number("double"),
62
+ * // metered: Number("double"),
63
+ * // unmetered: Number("double"),
64
+ * // },
65
+ * // networkProfile: { // NetworkProfile
66
+ * // arn: "STRING_VALUE",
67
+ * // name: "STRING_VALUE",
68
+ * // description: "STRING_VALUE",
69
+ * // type: "CURATED" || "PRIVATE",
70
+ * // uplinkBandwidthBits: Number("long"),
71
+ * // downlinkBandwidthBits: Number("long"),
72
+ * // uplinkDelayMs: Number("long"),
73
+ * // downlinkDelayMs: Number("long"),
74
+ * // uplinkJitterMs: Number("long"),
75
+ * // downlinkJitterMs: Number("long"),
76
+ * // uplinkLossPercent: Number("int"),
77
+ * // downlinkLossPercent: Number("int"),
78
+ * // },
79
+ * // parsingResultUrl: "STRING_VALUE",
80
+ * // resultCode: "PARSING_FAILED" || "VPC_ENDPOINT_SETUP_FAILED",
81
+ * // seed: Number("int"),
82
+ * // appUpload: "STRING_VALUE",
83
+ * // eventCount: Number("int"),
84
+ * // jobTimeoutMinutes: Number("int"),
85
+ * // devicePoolArn: "STRING_VALUE",
86
+ * // locale: "STRING_VALUE",
87
+ * // radios: { // Radios
88
+ * // wifi: true || false,
89
+ * // bluetooth: true || false,
90
+ * // nfc: true || false,
91
+ * // gps: true || false,
92
+ * // },
93
+ * // location: { // Location
94
+ * // latitude: Number("double"), // required
95
+ * // longitude: Number("double"), // required
96
+ * // },
97
+ * // customerArtifactPaths: { // CustomerArtifactPaths
98
+ * // iosPaths: [ // IosPaths
99
+ * // "STRING_VALUE",
100
+ * // ],
101
+ * // androidPaths: [ // AndroidPaths
102
+ * // "STRING_VALUE",
103
+ * // ],
104
+ * // deviceHostPaths: [ // DeviceHostPaths
105
+ * // "STRING_VALUE",
106
+ * // ],
107
+ * // },
108
+ * // webUrl: "STRING_VALUE",
109
+ * // skipAppResign: true || false,
110
+ * // testSpecArn: "STRING_VALUE",
111
+ * // deviceSelectionResult: { // DeviceSelectionResult
112
+ * // filters: [ // DeviceFilters
113
+ * // { // DeviceFilter
114
+ * // attribute: "ARN" || "PLATFORM" || "OS_VERSION" || "MODEL" || "AVAILABILITY" || "FORM_FACTOR" || "MANUFACTURER" || "REMOTE_ACCESS_ENABLED" || "REMOTE_DEBUG_ENABLED" || "INSTANCE_ARN" || "INSTANCE_LABELS" || "FLEET_TYPE", // required
115
+ * // operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS", // required
116
+ * // values: [ // DeviceFilterValues // required
117
+ * // "STRING_VALUE",
118
+ * // ],
119
+ * // },
120
+ * // ],
121
+ * // matchedDevicesCount: Number("int"),
122
+ * // maxDevices: Number("int"),
123
+ * // },
124
+ * // vpcConfig: { // VpcConfig
125
+ * // securityGroupIds: [ // VpcSecurityGroupIds // required
126
+ * // "STRING_VALUE",
127
+ * // ],
128
+ * // subnetIds: [ // VpcSubnetIds // required
129
+ * // "STRING_VALUE",
130
+ * // ],
131
+ * // vpcId: "STRING_VALUE", // required
132
+ * // },
133
+ * // },
134
+ * // ],
135
+ * // nextToken: "STRING_VALUE",
136
+ * // };
137
+ *
35
138
  * ```
36
139
  *
37
140
  * @param ListRunsCommandInput - {@link ListRunsCommandInput}
@@ -52,6 +155,8 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
52
155
  * @throws {@link ServiceAccountException} (client fault)
53
156
  * <p>There was a problem with the service account.</p>
54
157
  *
158
+ * @throws {@link DeviceFarmServiceException}
159
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
160
  *
56
161
  * @example To get information about a test run
57
162
  * ```javascript
@@ -32,6 +32,17 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
32
32
  * };
33
33
  * const command = new ListSamplesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListSamplesResult
36
+ * // samples: [ // Samples
37
+ * // { // Sample
38
+ * // arn: "STRING_VALUE",
39
+ * // type: "CPU" || "MEMORY" || "THREADS" || "RX_RATE" || "TX_RATE" || "RX" || "TX" || "NATIVE_FRAMES" || "NATIVE_FPS" || "NATIVE_MIN_DRAWTIME" || "NATIVE_AVG_DRAWTIME" || "NATIVE_MAX_DRAWTIME" || "OPENGL_FRAMES" || "OPENGL_FPS" || "OPENGL_MIN_DRAWTIME" || "OPENGL_AVG_DRAWTIME" || "OPENGL_MAX_DRAWTIME",
40
+ * // url: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // nextToken: "STRING_VALUE",
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param ListSamplesCommandInput - {@link ListSamplesCommandInput}
@@ -52,6 +63,8 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
52
63
  * @throws {@link ServiceAccountException} (client fault)
53
64
  * <p>There was a problem with the service account.</p>
54
65
  *
66
+ * @throws {@link DeviceFarmServiceException}
67
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
68
  *
56
69
  * @example To get information about samples
57
70
  * ```javascript
@@ -32,6 +32,37 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
32
32
  * };
33
33
  * const command = new ListSuitesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListSuitesResult
36
+ * // suites: [ // Suites
37
+ * // { // Suite
38
+ * // arn: "STRING_VALUE",
39
+ * // name: "STRING_VALUE",
40
+ * // type: "BUILTIN_FUZZ" || "BUILTIN_EXPLORER" || "WEB_PERFORMANCE_PROFILE" || "APPIUM_JAVA_JUNIT" || "APPIUM_JAVA_TESTNG" || "APPIUM_PYTHON" || "APPIUM_NODE" || "APPIUM_RUBY" || "APPIUM_WEB_JAVA_JUNIT" || "APPIUM_WEB_JAVA_TESTNG" || "APPIUM_WEB_PYTHON" || "APPIUM_WEB_NODE" || "APPIUM_WEB_RUBY" || "CALABASH" || "INSTRUMENTATION" || "UIAUTOMATION" || "UIAUTOMATOR" || "XCTEST" || "XCTEST_UI" || "REMOTE_ACCESS_RECORD" || "REMOTE_ACCESS_REPLAY",
41
+ * // created: new Date("TIMESTAMP"),
42
+ * // status: "PENDING" || "PENDING_CONCURRENCY" || "PENDING_DEVICE" || "PROCESSING" || "SCHEDULING" || "PREPARING" || "RUNNING" || "COMPLETED" || "STOPPING",
43
+ * // result: "PENDING" || "PASSED" || "WARNED" || "FAILED" || "SKIPPED" || "ERRORED" || "STOPPED",
44
+ * // started: new Date("TIMESTAMP"),
45
+ * // stopped: new Date("TIMESTAMP"),
46
+ * // counters: { // Counters
47
+ * // total: Number("int"),
48
+ * // passed: Number("int"),
49
+ * // failed: Number("int"),
50
+ * // warned: Number("int"),
51
+ * // errored: Number("int"),
52
+ * // stopped: Number("int"),
53
+ * // skipped: Number("int"),
54
+ * // },
55
+ * // message: "STRING_VALUE",
56
+ * // deviceMinutes: { // DeviceMinutes
57
+ * // total: Number("double"),
58
+ * // metered: Number("double"),
59
+ * // unmetered: Number("double"),
60
+ * // },
61
+ * // },
62
+ * // ],
63
+ * // nextToken: "STRING_VALUE",
64
+ * // };
65
+ *
35
66
  * ```
36
67
  *
37
68
  * @param ListSuitesCommandInput - {@link ListSuitesCommandInput}
@@ -52,6 +83,8 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
52
83
  * @throws {@link ServiceAccountException} (client fault)
53
84
  * <p>There was a problem with the service account.</p>
54
85
  *
86
+ * @throws {@link DeviceFarmServiceException}
87
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
88
  *
56
89
  * @example To get information about suites
57
90
  * ```javascript
@@ -31,6 +31,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // Tags: [ // TagList
36
+ * // { // Tag
37
+ * // Key: "STRING_VALUE", // required
38
+ * // Value: "STRING_VALUE", // required
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -48,6 +57,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
48
57
  * @throws {@link TagOperationException} (client fault)
49
58
  * <p>The operation was not successful. Try again.</p>
50
59
  *
60
+ * @throws {@link DeviceFarmServiceException}
61
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
51
62
  *
52
63
  */
53
64
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -32,6 +32,27 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
32
32
  * };
33
33
  * const command = new ListTestGridProjectsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListTestGridProjectsResult
36
+ * // testGridProjects: [ // TestGridProjects
37
+ * // { // TestGridProject
38
+ * // arn: "STRING_VALUE",
39
+ * // name: "STRING_VALUE",
40
+ * // description: "STRING_VALUE",
41
+ * // vpcConfig: { // TestGridVpcConfig
42
+ * // securityGroupIds: [ // SecurityGroupIds // required
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // subnetIds: [ // SubnetIds // required
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // vpcId: "STRING_VALUE", // required
49
+ * // },
50
+ * // created: new Date("TIMESTAMP"),
51
+ * // },
52
+ * // ],
53
+ * // nextToken: "STRING_VALUE",
54
+ * // };
55
+ *
35
56
  * ```
36
57
  *
37
58
  * @param ListTestGridProjectsCommandInput - {@link ListTestGridProjectsCommandInput}
@@ -47,6 +68,8 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
47
68
  * <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
48
69
  * error. </p>
49
70
  *
71
+ * @throws {@link DeviceFarmServiceException}
72
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
50
73
  *
51
74
  */
52
75
  export declare class ListTestGridProjectsCommand extends $Command<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig> {