@aws-sdk/client-device-farm 3.774.0 → 3.777.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 (84) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/DeviceFarmClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/CreateDevicePoolCommand.d.ts +8 -8
  8. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateProjectCommand.d.ts +1 -20
  11. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +9 -9
  12. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateUploadCommand.d.ts +1 -25
  15. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +7 -4
  17. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteProjectCommand.d.ts +7 -4
  20. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +7 -4
  21. package/dist-types/commands/DeleteRunCommand.d.ts +7 -4
  22. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +1 -0
  23. package/dist-types/commands/DeleteUploadCommand.d.ts +7 -4
  24. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +1 -0
  25. package/dist-types/commands/GetAccountSettingsCommand.d.ts +9 -9
  26. package/dist-types/commands/GetDeviceCommand.d.ts +22 -22
  27. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +1 -0
  28. package/dist-types/commands/GetDevicePoolCommand.d.ts +5 -5
  29. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +8 -8
  30. package/dist-types/commands/GetInstanceProfileCommand.d.ts +1 -0
  31. package/dist-types/commands/GetJobCommand.d.ts +5 -5
  32. package/dist-types/commands/GetNetworkProfileCommand.d.ts +1 -0
  33. package/dist-types/commands/GetOfferingStatusCommand.d.ts +1 -38
  34. package/dist-types/commands/GetProjectCommand.d.ts +1 -20
  35. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +5 -5
  36. package/dist-types/commands/GetRunCommand.d.ts +1 -40
  37. package/dist-types/commands/GetSuiteCommand.d.ts +5 -5
  38. package/dist-types/commands/GetTestCommand.d.ts +5 -5
  39. package/dist-types/commands/GetTestGridProjectCommand.d.ts +1 -0
  40. package/dist-types/commands/GetTestGridSessionCommand.d.ts +1 -0
  41. package/dist-types/commands/GetUploadCommand.d.ts +5 -5
  42. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +1 -0
  43. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +6 -6
  44. package/dist-types/commands/ListArtifactsCommand.d.ts +8 -5
  45. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +1 -0
  46. package/dist-types/commands/ListDevicePoolsCommand.d.ts +20 -20
  47. package/dist-types/commands/ListDevicesCommand.d.ts +7 -4
  48. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +1 -0
  49. package/dist-types/commands/ListJobsCommand.d.ts +7 -4
  50. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +1 -0
  51. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +1 -0
  52. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +1 -93
  53. package/dist-types/commands/ListOfferingsCommand.d.ts +45 -45
  54. package/dist-types/commands/ListProjectsCommand.d.ts +1 -28
  55. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +6 -6
  56. package/dist-types/commands/ListRunsCommand.d.ts +1 -43
  57. package/dist-types/commands/ListSamplesCommand.d.ts +6 -6
  58. package/dist-types/commands/ListSuitesCommand.d.ts +6 -6
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  60. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +1 -0
  61. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +1 -0
  62. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +1 -0
  63. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +1 -0
  64. package/dist-types/commands/ListTestsCommand.d.ts +6 -6
  65. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +6 -6
  66. package/dist-types/commands/ListUploadsCommand.d.ts +6 -6
  67. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +1 -0
  68. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -35
  69. package/dist-types/commands/RenewOfferingCommand.d.ts +1 -35
  70. package/dist-types/commands/ScheduleRunCommand.d.ts +10 -10
  71. package/dist-types/commands/StopJobCommand.d.ts +1 -0
  72. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +1 -0
  73. package/dist-types/commands/StopRunCommand.d.ts +5 -5
  74. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  75. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  76. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +1 -0
  77. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +11 -11
  78. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +1 -0
  79. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +1 -0
  80. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -21
  81. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +1 -0
  82. package/dist-types/commands/UpdateUploadCommand.d.ts +1 -0
  83. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +1 -0
  84. package/package.json +33 -33
@@ -104,100 +104,8 @@ declare const ListOfferingTransactionsCommand_base: {
104
104
  * @throws {@link DeviceFarmServiceException}
105
105
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
106
106
  *
107
- * @public
108
- * @example To get information about device offering transactions
109
- * ```javascript
110
- * // The following example returns information about Device Farm offering transactions.
111
- * const input = {
112
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE="
113
- * };
114
- * const command = new ListOfferingTransactionsCommand(input);
115
- * const response = await client.send(command);
116
- * /* response ==
117
- * {
118
- * "offeringTransactions": [
119
- * {
120
- * "cost": {
121
- * "amount": 0,
122
- * "currencyCode": "USD"
123
- * },
124
- * "createdOn": "1470021420",
125
- * "offeringStatus": {
126
- * "type": "RENEW",
127
- * "effectiveOn": "1472688000",
128
- * "offering": {
129
- * "type": "RECURRING",
130
- * "description": "Android Remote Access Unmetered Device Slot",
131
- * "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
132
- * "platform": "ANDROID"
133
- * },
134
- * "quantity": 0
135
- * },
136
- * "transactionId": "03728003-d1ea-4851-abd6-12345EXAMPLE"
137
- * },
138
- * {
139
- * "cost": {
140
- * "amount": 250,
141
- * "currencyCode": "USD"
142
- * },
143
- * "createdOn": "1470021420",
144
- * "offeringStatus": {
145
- * "type": "PURCHASE",
146
- * "effectiveOn": "1470021420",
147
- * "offering": {
148
- * "type": "RECURRING",
149
- * "description": "Android Remote Access Unmetered Device Slot",
150
- * "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
151
- * "platform": "ANDROID"
152
- * },
153
- * "quantity": 1
154
- * },
155
- * "transactionId": "56820b6e-06bd-473a-8ff8-12345EXAMPLE"
156
- * },
157
- * {
158
- * "cost": {
159
- * "amount": 175,
160
- * "currencyCode": "USD"
161
- * },
162
- * "createdOn": "1465538520",
163
- * "offeringStatus": {
164
- * "type": "PURCHASE",
165
- * "effectiveOn": "1465538520",
166
- * "offering": {
167
- * "type": "RECURRING",
168
- * "description": "Android Unmetered Device Slot",
169
- * "id": "8980F81C-00D7-469D-8EC6-12345EXAMPLE",
170
- * "platform": "ANDROID"
171
- * },
172
- * "quantity": 1
173
- * },
174
- * "transactionId": "953ae2c6-d760-4a04-9597-12345EXAMPLE"
175
- * },
176
- * {
177
- * "cost": {
178
- * "amount": 8.07,
179
- * "currencyCode": "USD"
180
- * },
181
- * "createdOn": "1459344300",
182
- * "offeringStatus": {
183
- * "type": "PURCHASE",
184
- * "effectiveOn": "1459344300",
185
- * "offering": {
186
- * "type": "RECURRING",
187
- * "description": "iOS Unmetered Device Slot",
188
- * "id": "A53D4D73-A6F6-4B82-A0B0-12345EXAMPLE",
189
- * "platform": "IOS"
190
- * },
191
- * "quantity": 1
192
- * },
193
- * "transactionId": "2baf9021-ae3e-47f5-ab52-12345EXAMPLE"
194
- * }
195
- * ]
196
- * }
197
- * *\/
198
- * // example id: to-get-information-about-device-offering-transactions-1472561712315
199
- * ```
200
107
  *
108
+ * @public
201
109
  */
202
110
  export declare class ListOfferingTransactionsCommand extends ListOfferingTransactionsCommand_base {
203
111
  /** @internal type navigation helper, not in runtime. */
@@ -90,84 +90,84 @@ declare const ListOfferingsCommand_base: {
90
90
  * @throws {@link DeviceFarmServiceException}
91
91
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
92
92
  *
93
- * @public
93
+ *
94
94
  * @example To get information about device offerings
95
95
  * ```javascript
96
96
  * // The following example returns information about available device offerings.
97
97
  * const input = {
98
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE="
98
+ * nextToken: "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE="
99
99
  * };
100
100
  * const command = new ListOfferingsCommand(input);
101
101
  * const response = await client.send(command);
102
- * /* response ==
102
+ * /* response is
103
103
  * {
104
- * "offerings": [
104
+ * offerings: [
105
105
  * {
106
- * "type": "RECURRING",
107
- * "description": "iOS Unmetered Device Slot",
108
- * "id": "A53D4D73-A6F6-4B82-A0B0-12345EXAMPLE",
109
- * "platform": "IOS",
110
- * "recurringCharges": [
106
+ * description: "iOS Unmetered Device Slot",
107
+ * id: "A53D4D73-A6F6-4B82-A0B0-12345EXAMPLE",
108
+ * platform: "IOS",
109
+ * recurringCharges: [
111
110
  * {
112
- * "cost": {
113
- * "amount": 250,
114
- * "currencyCode": "USD"
111
+ * cost: {
112
+ * amount: 250,
113
+ * currencyCode: "USD"
115
114
  * },
116
- * "frequency": "MONTHLY"
115
+ * frequency: "MONTHLY"
117
116
  * }
118
- * ]
117
+ * ],
118
+ * type: "RECURRING"
119
119
  * },
120
120
  * {
121
- * "type": "RECURRING",
122
- * "description": "Android Unmetered Device Slot",
123
- * "id": "8980F81C-00D7-469D-8EC6-12345EXAMPLE",
124
- * "platform": "ANDROID",
125
- * "recurringCharges": [
121
+ * description: "Android Unmetered Device Slot",
122
+ * id: "8980F81C-00D7-469D-8EC6-12345EXAMPLE",
123
+ * platform: "ANDROID",
124
+ * recurringCharges: [
126
125
  * {
127
- * "cost": {
128
- * "amount": 250,
129
- * "currencyCode": "USD"
126
+ * cost: {
127
+ * amount: 250,
128
+ * currencyCode: "USD"
130
129
  * },
131
- * "frequency": "MONTHLY"
130
+ * frequency: "MONTHLY"
132
131
  * }
133
- * ]
132
+ * ],
133
+ * type: "RECURRING"
134
134
  * },
135
135
  * {
136
- * "type": "RECURRING",
137
- * "description": "Android Remote Access Unmetered Device Slot",
138
- * "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
139
- * "platform": "ANDROID",
140
- * "recurringCharges": [
136
+ * description: "Android Remote Access Unmetered Device Slot",
137
+ * id: "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
138
+ * platform: "ANDROID",
139
+ * recurringCharges: [
141
140
  * {
142
- * "cost": {
143
- * "amount": 250,
144
- * "currencyCode": "USD"
141
+ * cost: {
142
+ * amount: 250,
143
+ * currencyCode: "USD"
145
144
  * },
146
- * "frequency": "MONTHLY"
145
+ * frequency: "MONTHLY"
147
146
  * }
148
- * ]
147
+ * ],
148
+ * type: "RECURRING"
149
149
  * },
150
150
  * {
151
- * "type": "RECURRING",
152
- * "description": "iOS Remote Access Unmetered Device Slot",
153
- * "id": "552B4DAD-A6C9-45C4-94FB-12345EXAMPLE",
154
- * "platform": "IOS",
155
- * "recurringCharges": [
151
+ * description: "iOS Remote Access Unmetered Device Slot",
152
+ * id: "552B4DAD-A6C9-45C4-94FB-12345EXAMPLE",
153
+ * platform: "IOS",
154
+ * recurringCharges: [
156
155
  * {
157
- * "cost": {
158
- * "amount": 250,
159
- * "currencyCode": "USD"
156
+ * cost: {
157
+ * amount: 250,
158
+ * currencyCode: "USD"
160
159
  * },
161
- * "frequency": "MONTHLY"
160
+ * frequency: "MONTHLY"
162
161
  * }
163
- * ]
162
+ * ],
163
+ * type: "RECURRING"
164
164
  * }
165
165
  * ]
166
166
  * }
167
167
  * *\/
168
- * // example id: to-get-information-about-device-offerings-1472562810999
169
168
  * ```
170
169
  *
170
+ * @public
171
171
  */
172
172
  export declare class ListOfferingsCommand extends ListOfferingsCommand_base {
173
173
  /** @internal type navigation helper, not in runtime. */
@@ -84,35 +84,8 @@ declare const ListProjectsCommand_base: {
84
84
  * @throws {@link DeviceFarmServiceException}
85
85
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
86
86
  *
87
- * @public
88
- * @example To get information about a Device Farm project
89
- * ```javascript
90
- * // The following example returns information about the specified project in Device Farm.
91
- * const input = {
92
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:7ad300ed-8183-41a7-bf94-12345EXAMPLE",
93
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
94
- * };
95
- * const command = new ListProjectsCommand(input);
96
- * const response = await client.send(command);
97
- * /* response ==
98
- * {
99
- * "projects": [
100
- * {
101
- * "name": "My Test Project",
102
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:7ad300ed-8183-41a7-bf94-12345EXAMPLE",
103
- * "created": "1453163262.105"
104
- * },
105
- * {
106
- * "name": "Hello World",
107
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:d6b087d9-56db-4e44-b9ec-12345EXAMPLE",
108
- * "created": "1470350112.439"
109
- * }
110
- * ]
111
- * }
112
- * *\/
113
- * // example id: to-get-information-about-a-device-farm-project-1472564014388
114
- * ```
115
87
  *
88
+ * @public
116
89
  */
117
90
  export declare class ListProjectsCommand extends ListProjectsCommand_base {
118
91
  /** @internal type navigation helper, not in runtime. */
@@ -158,24 +158,24 @@ declare const ListRemoteAccessSessionsCommand_base: {
158
158
  * @throws {@link DeviceFarmServiceException}
159
159
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
160
160
  *
161
- * @public
161
+ *
162
162
  * @example To get information about a remote access session
163
163
  * ```javascript
164
164
  * // The following example returns information about a specific Device Farm remote access session.
165
165
  * const input = {
166
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:session:EXAMPLE-GUID-123-456",
167
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE="
166
+ * arn: "arn:aws:devicefarm:us-west-2:123456789101:session:EXAMPLE-GUID-123-456",
167
+ * nextToken: "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE="
168
168
  * };
169
169
  * const command = new ListRemoteAccessSessionsCommand(input);
170
170
  * const response = await client.send(command);
171
- * /* response ==
171
+ * /* response is
172
172
  * {
173
- * "remoteAccessSessions": []
173
+ * remoteAccessSessions: []
174
174
  * }
175
175
  * *\/
176
- * // example id: to-get-information-about-a-remote-access-session-1472581144803
177
176
  * ```
178
177
  *
178
+ * @public
179
179
  */
180
180
  export declare class ListRemoteAccessSessionsCommand extends ListRemoteAccessSessionsCommand_base {
181
181
  /** @internal type navigation helper, not in runtime. */
@@ -170,50 +170,8 @@ declare const ListRunsCommand_base: {
170
170
  * @throws {@link DeviceFarmServiceException}
171
171
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
172
172
  *
173
- * @public
174
- * @example To get information about a test run
175
- * ```javascript
176
- * // The following example returns information about a specific test run.
177
- * const input = {
178
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:run:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/0fcac17b-6122-44d7-ae5a-12345EXAMPLE",
179
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
180
- * };
181
- * const command = new ListRunsCommand(input);
182
- * const response = await client.send(command);
183
- * /* response ==
184
- * {
185
- * "runs": [
186
- * {
187
- * "name": "My Test Run",
188
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:run:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/0fcac17b-6122-44d7-ae5a-12345EXAMPLE",
189
- * "billingMethod": "METERED",
190
- * "completedJobs": 0,
191
- * "counters": {
192
- * "errored": 0,
193
- * "failed": 0,
194
- * "passed": 0,
195
- * "skipped": 0,
196
- * "stopped": 0,
197
- * "total": 0,
198
- * "warned": 0
199
- * },
200
- * "created": "1472667509.852",
201
- * "deviceMinutes": {
202
- * "metered": 0,
203
- * "total": 0,
204
- * "unmetered": 0
205
- * },
206
- * "platform": "ANDROID",
207
- * "result": "PENDING",
208
- * "status": "RUNNING",
209
- * "totalJobs": 3
210
- * }
211
- * ]
212
- * }
213
- * *\/
214
- * // example id: to-get-information-about-test-runs-1472582711069
215
- * ```
216
173
  *
174
+ * @public
217
175
  */
218
176
  export declare class ListRunsCommand extends ListRunsCommand_base {
219
177
  /** @internal type navigation helper, not in runtime. */
@@ -74,24 +74,24 @@ declare const ListSamplesCommand_base: {
74
74
  * @throws {@link DeviceFarmServiceException}
75
75
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
76
76
  *
77
- * @public
77
+ *
78
78
  * @example To get information about samples
79
79
  * ```javascript
80
80
  * // The following example returns information about samples, given a specific Device Farm project.
81
81
  * const input = {
82
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
83
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
82
+ * arn: "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
83
+ * nextToken: "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
84
84
  * };
85
85
  * const command = new ListSamplesCommand(input);
86
86
  * const response = await client.send(command);
87
- * /* response ==
87
+ * /* response is
88
88
  * {
89
- * "samples": []
89
+ * samples: []
90
90
  * }
91
91
  * *\/
92
- * // example id: to-get-information-about-samples-1472582847534
93
92
  * ```
94
93
  *
94
+ * @public
95
95
  */
96
96
  export declare class ListSamplesCommand extends ListSamplesCommand_base {
97
97
  /** @internal type navigation helper, not in runtime. */
@@ -94,24 +94,24 @@ declare const ListSuitesCommand_base: {
94
94
  * @throws {@link DeviceFarmServiceException}
95
95
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
96
96
  *
97
- * @public
97
+ *
98
98
  * @example To get information about suites
99
99
  * ```javascript
100
100
  * // The following example returns information about suites, given a specific Device Farm job.
101
101
  * const input = {
102
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:job:EXAMPLE-GUID-123-456",
103
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
102
+ * arn: "arn:aws:devicefarm:us-west-2:123456789101:job:EXAMPLE-GUID-123-456",
103
+ * nextToken: "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
104
104
  * };
105
105
  * const command = new ListSuitesCommand(input);
106
106
  * const response = await client.send(command);
107
- * /* response ==
107
+ * /* response is
108
108
  * {
109
- * "suites": []
109
+ * suites: []
110
110
  * }
111
111
  * *\/
112
- * // example id: to-get-information-about-suites-1472583038218
113
112
  * ```
114
113
  *
114
+ * @public
115
115
  */
116
116
  export declare class ListSuitesCommand extends ListSuitesCommand_base {
117
117
  /** @internal type navigation helper, not in runtime. */
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @throws {@link DeviceFarmServiceException}
69
69
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -79,6 +79,7 @@ declare const ListTestGridProjectsCommand_base: {
79
79
  * @throws {@link DeviceFarmServiceException}
80
80
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListTestGridProjectsCommand extends ListTestGridProjectsCommand_base {
@@ -75,6 +75,7 @@ declare const ListTestGridSessionActionsCommand_base: {
75
75
  * @throws {@link DeviceFarmServiceException}
76
76
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class ListTestGridSessionActionsCommand extends ListTestGridSessionActionsCommand_base {
@@ -74,6 +74,7 @@ declare const ListTestGridSessionArtifactsCommand_base: {
74
74
  * @throws {@link DeviceFarmServiceException}
75
75
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class ListTestGridSessionArtifactsCommand extends ListTestGridSessionArtifactsCommand_base {
@@ -81,6 +81,7 @@ declare const ListTestGridSessionsCommand_base: {
81
81
  * @throws {@link DeviceFarmServiceException}
82
82
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListTestGridSessionsCommand extends ListTestGridSessionsCommand_base {
@@ -94,24 +94,24 @@ declare const ListTestsCommand_base: {
94
94
  * @throws {@link DeviceFarmServiceException}
95
95
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
96
96
  *
97
- * @public
97
+ *
98
98
  * @example To get information about tests
99
99
  * ```javascript
100
100
  * // The following example returns information about tests, given a specific Device Farm project.
101
101
  * const input = {
102
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
103
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
102
+ * arn: "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
103
+ * nextToken: "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
104
104
  * };
105
105
  * const command = new ListTestsCommand(input);
106
106
  * const response = await client.send(command);
107
- * /* response ==
107
+ * /* response is
108
108
  * {
109
- * "tests": []
109
+ * tests: []
110
110
  * }
111
111
  * *\/
112
- * // example id: to-get-information-about-tests-1472617372212
113
112
  * ```
114
113
  *
114
+ * @public
115
115
  */
116
116
  export declare class ListTestsCommand extends ListTestsCommand_base {
117
117
  /** @internal type navigation helper, not in runtime. */
@@ -150,24 +150,24 @@ declare const ListUniqueProblemsCommand_base: {
150
150
  * @throws {@link DeviceFarmServiceException}
151
151
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
152
152
  *
153
- * @public
153
+ *
154
154
  * @example To get information about unique problems
155
155
  * ```javascript
156
156
  * // The following example returns information about unique problems, given a specific Device Farm project.
157
157
  * const input = {
158
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
159
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
158
+ * arn: "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
159
+ * nextToken: "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
160
160
  * };
161
161
  * const command = new ListUniqueProblemsCommand(input);
162
162
  * const response = await client.send(command);
163
- * /* response ==
163
+ * /* response is
164
164
  * {
165
- * "uniqueProblems": {}
165
+ * uniqueProblems: { /* empty *\/ }
166
166
  * }
167
167
  * *\/
168
- * // example id: to-get-information-about-unique-problems-1472617781008
169
168
  * ```
170
169
  *
170
+ * @public
171
171
  */
172
172
  export declare class ListUniqueProblemsCommand extends ListUniqueProblemsCommand_base {
173
173
  /** @internal type navigation helper, not in runtime. */
@@ -82,24 +82,24 @@ declare const ListUploadsCommand_base: {
82
82
  * @throws {@link DeviceFarmServiceException}
83
83
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
84
84
  *
85
- * @public
85
+ *
86
86
  * @example To get information about uploads
87
87
  * ```javascript
88
88
  * // The following example returns information about uploads, given a specific Device Farm project.
89
89
  * const input = {
90
- * "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
91
- * "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
90
+ * arn: "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
91
+ * nextToken: "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
92
92
  * };
93
93
  * const command = new ListUploadsCommand(input);
94
94
  * const response = await client.send(command);
95
- * /* response ==
95
+ * /* response is
96
96
  * {
97
- * "uploads": []
97
+ * uploads: []
98
98
  * }
99
99
  * *\/
100
- * // example id: to-get-information-about-uploads-1472617943090
101
100
  * ```
102
101
  *
102
+ * @public
103
103
  */
104
104
  export declare class ListUploadsCommand extends ListUploadsCommand_base {
105
105
  /** @internal type navigation helper, not in runtime. */
@@ -71,6 +71,7 @@ declare const ListVPCEConfigurationsCommand_base: {
71
71
  * @throws {@link DeviceFarmServiceException}
72
72
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class ListVPCEConfigurationsCommand extends ListVPCEConfigurationsCommand_base {
@@ -103,42 +103,8 @@ declare const PurchaseOfferingCommand_base: {
103
103
  * @throws {@link DeviceFarmServiceException}
104
104
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
105
105
  *
106
- * @public
107
- * @example To purchase a device slot offering
108
- * ```javascript
109
- * // The following example purchases a specific device slot offering.
110
- * const input = {
111
- * "offeringId": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
112
- * "quantity": 1
113
- * };
114
- * const command = new PurchaseOfferingCommand(input);
115
- * const response = await client.send(command);
116
- * /* response ==
117
- * {
118
- * "offeringTransaction": {
119
- * "cost": {
120
- * "amount": 8.07,
121
- * "currencyCode": "USD"
122
- * },
123
- * "createdOn": "1472648340",
124
- * "offeringStatus": {
125
- * "type": "PURCHASE",
126
- * "effectiveOn": "1472648340",
127
- * "offering": {
128
- * "type": "RECURRING",
129
- * "description": "Android Remote Access Unmetered Device Slot",
130
- * "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
131
- * "platform": "ANDROID"
132
- * },
133
- * "quantity": 1
134
- * },
135
- * "transactionId": "d30614ed-1b03-404c-9893-12345EXAMPLE"
136
- * }
137
- * }
138
- * *\/
139
- * // example id: to-purchase-a-device-slot-offering-1472648146343
140
- * ```
141
106
  *
107
+ * @public
142
108
  */
143
109
  export declare class PurchaseOfferingCommand extends PurchaseOfferingCommand_base {
144
110
  /** @internal type navigation helper, not in runtime. */
@@ -101,42 +101,8 @@ declare const RenewOfferingCommand_base: {
101
101
  * @throws {@link DeviceFarmServiceException}
102
102
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
103
103
  *
104
- * @public
105
- * @example To renew a device slot offering
106
- * ```javascript
107
- * // The following example renews a specific device slot offering.
108
- * const input = {
109
- * "offeringId": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
110
- * "quantity": 1
111
- * };
112
- * const command = new RenewOfferingCommand(input);
113
- * const response = await client.send(command);
114
- * /* response ==
115
- * {
116
- * "offeringTransaction": {
117
- * "cost": {
118
- * "amount": 250,
119
- * "currencyCode": "USD"
120
- * },
121
- * "createdOn": "1472648880",
122
- * "offeringStatus": {
123
- * "type": "RENEW",
124
- * "effectiveOn": "1472688000",
125
- * "offering": {
126
- * "type": "RECURRING",
127
- * "description": "Android Remote Access Unmetered Device Slot",
128
- * "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
129
- * "platform": "ANDROID"
130
- * },
131
- * "quantity": 1
132
- * },
133
- * "transactionId": "e90f1405-8c35-4561-be43-12345EXAMPLE"
134
- * }
135
- * }
136
- * *\/
137
- * // example id: to-renew-a-device-slot-offering-1472648899785
138
- * ```
139
104
  *
105
+ * @public
140
106
  */
141
107
  export declare class RenewOfferingCommand extends RenewOfferingCommand_base {
142
108
  /** @internal type navigation helper, not in runtime. */