@aws-sdk/client-device-farm 3.315.0 → 3.316.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.
- package/dist-cjs/DeviceFarm.js +81 -1078
- package/dist-es/DeviceFarm.js +81 -1078
- package/dist-types/DeviceFarm.d.ts +98 -232
- package/dist-types/ts3.4/DeviceFarm.d.ts +4 -1
- package/package.json +6 -6
package/dist-cjs/DeviceFarm.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeviceFarm = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
4
5
|
const CreateDevicePoolCommand_1 = require("./commands/CreateDevicePoolCommand");
|
|
5
6
|
const CreateInstanceProfileCommand_1 = require("./commands/CreateInstanceProfileCommand");
|
|
6
7
|
const CreateNetworkProfileCommand_1 = require("./commands/CreateNetworkProfileCommand");
|
|
@@ -79,1084 +80,86 @@ const UpdateTestGridProjectCommand_1 = require("./commands/UpdateTestGridProject
|
|
|
79
80
|
const UpdateUploadCommand_1 = require("./commands/UpdateUploadCommand");
|
|
80
81
|
const UpdateVPCEConfigurationCommand_1 = require("./commands/UpdateVPCEConfigurationCommand");
|
|
81
82
|
const DeviceFarmClient_1 = require("./DeviceFarmClient");
|
|
83
|
+
const commands = {
|
|
84
|
+
CreateDevicePoolCommand: CreateDevicePoolCommand_1.CreateDevicePoolCommand,
|
|
85
|
+
CreateInstanceProfileCommand: CreateInstanceProfileCommand_1.CreateInstanceProfileCommand,
|
|
86
|
+
CreateNetworkProfileCommand: CreateNetworkProfileCommand_1.CreateNetworkProfileCommand,
|
|
87
|
+
CreateProjectCommand: CreateProjectCommand_1.CreateProjectCommand,
|
|
88
|
+
CreateRemoteAccessSessionCommand: CreateRemoteAccessSessionCommand_1.CreateRemoteAccessSessionCommand,
|
|
89
|
+
CreateTestGridProjectCommand: CreateTestGridProjectCommand_1.CreateTestGridProjectCommand,
|
|
90
|
+
CreateTestGridUrlCommand: CreateTestGridUrlCommand_1.CreateTestGridUrlCommand,
|
|
91
|
+
CreateUploadCommand: CreateUploadCommand_1.CreateUploadCommand,
|
|
92
|
+
CreateVPCEConfigurationCommand: CreateVPCEConfigurationCommand_1.CreateVPCEConfigurationCommand,
|
|
93
|
+
DeleteDevicePoolCommand: DeleteDevicePoolCommand_1.DeleteDevicePoolCommand,
|
|
94
|
+
DeleteInstanceProfileCommand: DeleteInstanceProfileCommand_1.DeleteInstanceProfileCommand,
|
|
95
|
+
DeleteNetworkProfileCommand: DeleteNetworkProfileCommand_1.DeleteNetworkProfileCommand,
|
|
96
|
+
DeleteProjectCommand: DeleteProjectCommand_1.DeleteProjectCommand,
|
|
97
|
+
DeleteRemoteAccessSessionCommand: DeleteRemoteAccessSessionCommand_1.DeleteRemoteAccessSessionCommand,
|
|
98
|
+
DeleteRunCommand: DeleteRunCommand_1.DeleteRunCommand,
|
|
99
|
+
DeleteTestGridProjectCommand: DeleteTestGridProjectCommand_1.DeleteTestGridProjectCommand,
|
|
100
|
+
DeleteUploadCommand: DeleteUploadCommand_1.DeleteUploadCommand,
|
|
101
|
+
DeleteVPCEConfigurationCommand: DeleteVPCEConfigurationCommand_1.DeleteVPCEConfigurationCommand,
|
|
102
|
+
GetAccountSettingsCommand: GetAccountSettingsCommand_1.GetAccountSettingsCommand,
|
|
103
|
+
GetDeviceCommand: GetDeviceCommand_1.GetDeviceCommand,
|
|
104
|
+
GetDeviceInstanceCommand: GetDeviceInstanceCommand_1.GetDeviceInstanceCommand,
|
|
105
|
+
GetDevicePoolCommand: GetDevicePoolCommand_1.GetDevicePoolCommand,
|
|
106
|
+
GetDevicePoolCompatibilityCommand: GetDevicePoolCompatibilityCommand_1.GetDevicePoolCompatibilityCommand,
|
|
107
|
+
GetInstanceProfileCommand: GetInstanceProfileCommand_1.GetInstanceProfileCommand,
|
|
108
|
+
GetJobCommand: GetJobCommand_1.GetJobCommand,
|
|
109
|
+
GetNetworkProfileCommand: GetNetworkProfileCommand_1.GetNetworkProfileCommand,
|
|
110
|
+
GetOfferingStatusCommand: GetOfferingStatusCommand_1.GetOfferingStatusCommand,
|
|
111
|
+
GetProjectCommand: GetProjectCommand_1.GetProjectCommand,
|
|
112
|
+
GetRemoteAccessSessionCommand: GetRemoteAccessSessionCommand_1.GetRemoteAccessSessionCommand,
|
|
113
|
+
GetRunCommand: GetRunCommand_1.GetRunCommand,
|
|
114
|
+
GetSuiteCommand: GetSuiteCommand_1.GetSuiteCommand,
|
|
115
|
+
GetTestCommand: GetTestCommand_1.GetTestCommand,
|
|
116
|
+
GetTestGridProjectCommand: GetTestGridProjectCommand_1.GetTestGridProjectCommand,
|
|
117
|
+
GetTestGridSessionCommand: GetTestGridSessionCommand_1.GetTestGridSessionCommand,
|
|
118
|
+
GetUploadCommand: GetUploadCommand_1.GetUploadCommand,
|
|
119
|
+
GetVPCEConfigurationCommand: GetVPCEConfigurationCommand_1.GetVPCEConfigurationCommand,
|
|
120
|
+
InstallToRemoteAccessSessionCommand: InstallToRemoteAccessSessionCommand_1.InstallToRemoteAccessSessionCommand,
|
|
121
|
+
ListArtifactsCommand: ListArtifactsCommand_1.ListArtifactsCommand,
|
|
122
|
+
ListDeviceInstancesCommand: ListDeviceInstancesCommand_1.ListDeviceInstancesCommand,
|
|
123
|
+
ListDevicePoolsCommand: ListDevicePoolsCommand_1.ListDevicePoolsCommand,
|
|
124
|
+
ListDevicesCommand: ListDevicesCommand_1.ListDevicesCommand,
|
|
125
|
+
ListInstanceProfilesCommand: ListInstanceProfilesCommand_1.ListInstanceProfilesCommand,
|
|
126
|
+
ListJobsCommand: ListJobsCommand_1.ListJobsCommand,
|
|
127
|
+
ListNetworkProfilesCommand: ListNetworkProfilesCommand_1.ListNetworkProfilesCommand,
|
|
128
|
+
ListOfferingPromotionsCommand: ListOfferingPromotionsCommand_1.ListOfferingPromotionsCommand,
|
|
129
|
+
ListOfferingsCommand: ListOfferingsCommand_1.ListOfferingsCommand,
|
|
130
|
+
ListOfferingTransactionsCommand: ListOfferingTransactionsCommand_1.ListOfferingTransactionsCommand,
|
|
131
|
+
ListProjectsCommand: ListProjectsCommand_1.ListProjectsCommand,
|
|
132
|
+
ListRemoteAccessSessionsCommand: ListRemoteAccessSessionsCommand_1.ListRemoteAccessSessionsCommand,
|
|
133
|
+
ListRunsCommand: ListRunsCommand_1.ListRunsCommand,
|
|
134
|
+
ListSamplesCommand: ListSamplesCommand_1.ListSamplesCommand,
|
|
135
|
+
ListSuitesCommand: ListSuitesCommand_1.ListSuitesCommand,
|
|
136
|
+
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
137
|
+
ListTestGridProjectsCommand: ListTestGridProjectsCommand_1.ListTestGridProjectsCommand,
|
|
138
|
+
ListTestGridSessionActionsCommand: ListTestGridSessionActionsCommand_1.ListTestGridSessionActionsCommand,
|
|
139
|
+
ListTestGridSessionArtifactsCommand: ListTestGridSessionArtifactsCommand_1.ListTestGridSessionArtifactsCommand,
|
|
140
|
+
ListTestGridSessionsCommand: ListTestGridSessionsCommand_1.ListTestGridSessionsCommand,
|
|
141
|
+
ListTestsCommand: ListTestsCommand_1.ListTestsCommand,
|
|
142
|
+
ListUniqueProblemsCommand: ListUniqueProblemsCommand_1.ListUniqueProblemsCommand,
|
|
143
|
+
ListUploadsCommand: ListUploadsCommand_1.ListUploadsCommand,
|
|
144
|
+
ListVPCEConfigurationsCommand: ListVPCEConfigurationsCommand_1.ListVPCEConfigurationsCommand,
|
|
145
|
+
PurchaseOfferingCommand: PurchaseOfferingCommand_1.PurchaseOfferingCommand,
|
|
146
|
+
RenewOfferingCommand: RenewOfferingCommand_1.RenewOfferingCommand,
|
|
147
|
+
ScheduleRunCommand: ScheduleRunCommand_1.ScheduleRunCommand,
|
|
148
|
+
StopJobCommand: StopJobCommand_1.StopJobCommand,
|
|
149
|
+
StopRemoteAccessSessionCommand: StopRemoteAccessSessionCommand_1.StopRemoteAccessSessionCommand,
|
|
150
|
+
StopRunCommand: StopRunCommand_1.StopRunCommand,
|
|
151
|
+
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
152
|
+
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
153
|
+
UpdateDeviceInstanceCommand: UpdateDeviceInstanceCommand_1.UpdateDeviceInstanceCommand,
|
|
154
|
+
UpdateDevicePoolCommand: UpdateDevicePoolCommand_1.UpdateDevicePoolCommand,
|
|
155
|
+
UpdateInstanceProfileCommand: UpdateInstanceProfileCommand_1.UpdateInstanceProfileCommand,
|
|
156
|
+
UpdateNetworkProfileCommand: UpdateNetworkProfileCommand_1.UpdateNetworkProfileCommand,
|
|
157
|
+
UpdateProjectCommand: UpdateProjectCommand_1.UpdateProjectCommand,
|
|
158
|
+
UpdateTestGridProjectCommand: UpdateTestGridProjectCommand_1.UpdateTestGridProjectCommand,
|
|
159
|
+
UpdateUploadCommand: UpdateUploadCommand_1.UpdateUploadCommand,
|
|
160
|
+
UpdateVPCEConfigurationCommand: UpdateVPCEConfigurationCommand_1.UpdateVPCEConfigurationCommand,
|
|
161
|
+
};
|
|
82
162
|
class DeviceFarm extends DeviceFarmClient_1.DeviceFarmClient {
|
|
83
|
-
createDevicePool(args, optionsOrCb, cb) {
|
|
84
|
-
const command = new CreateDevicePoolCommand_1.CreateDevicePoolCommand(args);
|
|
85
|
-
if (typeof optionsOrCb === "function") {
|
|
86
|
-
this.send(command, optionsOrCb);
|
|
87
|
-
}
|
|
88
|
-
else if (typeof cb === "function") {
|
|
89
|
-
if (typeof optionsOrCb !== "object")
|
|
90
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
91
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
92
|
-
}
|
|
93
|
-
else {
|
|
94
|
-
return this.send(command, optionsOrCb);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
createInstanceProfile(args, optionsOrCb, cb) {
|
|
98
|
-
const command = new CreateInstanceProfileCommand_1.CreateInstanceProfileCommand(args);
|
|
99
|
-
if (typeof optionsOrCb === "function") {
|
|
100
|
-
this.send(command, optionsOrCb);
|
|
101
|
-
}
|
|
102
|
-
else if (typeof cb === "function") {
|
|
103
|
-
if (typeof optionsOrCb !== "object")
|
|
104
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
105
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
106
|
-
}
|
|
107
|
-
else {
|
|
108
|
-
return this.send(command, optionsOrCb);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
createNetworkProfile(args, optionsOrCb, cb) {
|
|
112
|
-
const command = new CreateNetworkProfileCommand_1.CreateNetworkProfileCommand(args);
|
|
113
|
-
if (typeof optionsOrCb === "function") {
|
|
114
|
-
this.send(command, optionsOrCb);
|
|
115
|
-
}
|
|
116
|
-
else if (typeof cb === "function") {
|
|
117
|
-
if (typeof optionsOrCb !== "object")
|
|
118
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
119
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
120
|
-
}
|
|
121
|
-
else {
|
|
122
|
-
return this.send(command, optionsOrCb);
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
createProject(args, optionsOrCb, cb) {
|
|
126
|
-
const command = new CreateProjectCommand_1.CreateProjectCommand(args);
|
|
127
|
-
if (typeof optionsOrCb === "function") {
|
|
128
|
-
this.send(command, optionsOrCb);
|
|
129
|
-
}
|
|
130
|
-
else if (typeof cb === "function") {
|
|
131
|
-
if (typeof optionsOrCb !== "object")
|
|
132
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
133
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
134
|
-
}
|
|
135
|
-
else {
|
|
136
|
-
return this.send(command, optionsOrCb);
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
createRemoteAccessSession(args, optionsOrCb, cb) {
|
|
140
|
-
const command = new CreateRemoteAccessSessionCommand_1.CreateRemoteAccessSessionCommand(args);
|
|
141
|
-
if (typeof optionsOrCb === "function") {
|
|
142
|
-
this.send(command, optionsOrCb);
|
|
143
|
-
}
|
|
144
|
-
else if (typeof cb === "function") {
|
|
145
|
-
if (typeof optionsOrCb !== "object")
|
|
146
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
147
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
148
|
-
}
|
|
149
|
-
else {
|
|
150
|
-
return this.send(command, optionsOrCb);
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
createTestGridProject(args, optionsOrCb, cb) {
|
|
154
|
-
const command = new CreateTestGridProjectCommand_1.CreateTestGridProjectCommand(args);
|
|
155
|
-
if (typeof optionsOrCb === "function") {
|
|
156
|
-
this.send(command, optionsOrCb);
|
|
157
|
-
}
|
|
158
|
-
else if (typeof cb === "function") {
|
|
159
|
-
if (typeof optionsOrCb !== "object")
|
|
160
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
161
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
162
|
-
}
|
|
163
|
-
else {
|
|
164
|
-
return this.send(command, optionsOrCb);
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
createTestGridUrl(args, optionsOrCb, cb) {
|
|
168
|
-
const command = new CreateTestGridUrlCommand_1.CreateTestGridUrlCommand(args);
|
|
169
|
-
if (typeof optionsOrCb === "function") {
|
|
170
|
-
this.send(command, optionsOrCb);
|
|
171
|
-
}
|
|
172
|
-
else if (typeof cb === "function") {
|
|
173
|
-
if (typeof optionsOrCb !== "object")
|
|
174
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
175
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
176
|
-
}
|
|
177
|
-
else {
|
|
178
|
-
return this.send(command, optionsOrCb);
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
createUpload(args, optionsOrCb, cb) {
|
|
182
|
-
const command = new CreateUploadCommand_1.CreateUploadCommand(args);
|
|
183
|
-
if (typeof optionsOrCb === "function") {
|
|
184
|
-
this.send(command, optionsOrCb);
|
|
185
|
-
}
|
|
186
|
-
else if (typeof cb === "function") {
|
|
187
|
-
if (typeof optionsOrCb !== "object")
|
|
188
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
189
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
190
|
-
}
|
|
191
|
-
else {
|
|
192
|
-
return this.send(command, optionsOrCb);
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
createVPCEConfiguration(args, optionsOrCb, cb) {
|
|
196
|
-
const command = new CreateVPCEConfigurationCommand_1.CreateVPCEConfigurationCommand(args);
|
|
197
|
-
if (typeof optionsOrCb === "function") {
|
|
198
|
-
this.send(command, optionsOrCb);
|
|
199
|
-
}
|
|
200
|
-
else if (typeof cb === "function") {
|
|
201
|
-
if (typeof optionsOrCb !== "object")
|
|
202
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
203
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
204
|
-
}
|
|
205
|
-
else {
|
|
206
|
-
return this.send(command, optionsOrCb);
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
deleteDevicePool(args, optionsOrCb, cb) {
|
|
210
|
-
const command = new DeleteDevicePoolCommand_1.DeleteDevicePoolCommand(args);
|
|
211
|
-
if (typeof optionsOrCb === "function") {
|
|
212
|
-
this.send(command, optionsOrCb);
|
|
213
|
-
}
|
|
214
|
-
else if (typeof cb === "function") {
|
|
215
|
-
if (typeof optionsOrCb !== "object")
|
|
216
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
217
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
218
|
-
}
|
|
219
|
-
else {
|
|
220
|
-
return this.send(command, optionsOrCb);
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
deleteInstanceProfile(args, optionsOrCb, cb) {
|
|
224
|
-
const command = new DeleteInstanceProfileCommand_1.DeleteInstanceProfileCommand(args);
|
|
225
|
-
if (typeof optionsOrCb === "function") {
|
|
226
|
-
this.send(command, optionsOrCb);
|
|
227
|
-
}
|
|
228
|
-
else if (typeof cb === "function") {
|
|
229
|
-
if (typeof optionsOrCb !== "object")
|
|
230
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
231
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
232
|
-
}
|
|
233
|
-
else {
|
|
234
|
-
return this.send(command, optionsOrCb);
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
deleteNetworkProfile(args, optionsOrCb, cb) {
|
|
238
|
-
const command = new DeleteNetworkProfileCommand_1.DeleteNetworkProfileCommand(args);
|
|
239
|
-
if (typeof optionsOrCb === "function") {
|
|
240
|
-
this.send(command, optionsOrCb);
|
|
241
|
-
}
|
|
242
|
-
else if (typeof cb === "function") {
|
|
243
|
-
if (typeof optionsOrCb !== "object")
|
|
244
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
245
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
246
|
-
}
|
|
247
|
-
else {
|
|
248
|
-
return this.send(command, optionsOrCb);
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
deleteProject(args, optionsOrCb, cb) {
|
|
252
|
-
const command = new DeleteProjectCommand_1.DeleteProjectCommand(args);
|
|
253
|
-
if (typeof optionsOrCb === "function") {
|
|
254
|
-
this.send(command, optionsOrCb);
|
|
255
|
-
}
|
|
256
|
-
else if (typeof cb === "function") {
|
|
257
|
-
if (typeof optionsOrCb !== "object")
|
|
258
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
259
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
260
|
-
}
|
|
261
|
-
else {
|
|
262
|
-
return this.send(command, optionsOrCb);
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
deleteRemoteAccessSession(args, optionsOrCb, cb) {
|
|
266
|
-
const command = new DeleteRemoteAccessSessionCommand_1.DeleteRemoteAccessSessionCommand(args);
|
|
267
|
-
if (typeof optionsOrCb === "function") {
|
|
268
|
-
this.send(command, optionsOrCb);
|
|
269
|
-
}
|
|
270
|
-
else if (typeof cb === "function") {
|
|
271
|
-
if (typeof optionsOrCb !== "object")
|
|
272
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
273
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
274
|
-
}
|
|
275
|
-
else {
|
|
276
|
-
return this.send(command, optionsOrCb);
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
deleteRun(args, optionsOrCb, cb) {
|
|
280
|
-
const command = new DeleteRunCommand_1.DeleteRunCommand(args);
|
|
281
|
-
if (typeof optionsOrCb === "function") {
|
|
282
|
-
this.send(command, optionsOrCb);
|
|
283
|
-
}
|
|
284
|
-
else if (typeof cb === "function") {
|
|
285
|
-
if (typeof optionsOrCb !== "object")
|
|
286
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
287
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
288
|
-
}
|
|
289
|
-
else {
|
|
290
|
-
return this.send(command, optionsOrCb);
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
deleteTestGridProject(args, optionsOrCb, cb) {
|
|
294
|
-
const command = new DeleteTestGridProjectCommand_1.DeleteTestGridProjectCommand(args);
|
|
295
|
-
if (typeof optionsOrCb === "function") {
|
|
296
|
-
this.send(command, optionsOrCb);
|
|
297
|
-
}
|
|
298
|
-
else if (typeof cb === "function") {
|
|
299
|
-
if (typeof optionsOrCb !== "object")
|
|
300
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
301
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
302
|
-
}
|
|
303
|
-
else {
|
|
304
|
-
return this.send(command, optionsOrCb);
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
deleteUpload(args, optionsOrCb, cb) {
|
|
308
|
-
const command = new DeleteUploadCommand_1.DeleteUploadCommand(args);
|
|
309
|
-
if (typeof optionsOrCb === "function") {
|
|
310
|
-
this.send(command, optionsOrCb);
|
|
311
|
-
}
|
|
312
|
-
else if (typeof cb === "function") {
|
|
313
|
-
if (typeof optionsOrCb !== "object")
|
|
314
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
315
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
316
|
-
}
|
|
317
|
-
else {
|
|
318
|
-
return this.send(command, optionsOrCb);
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
deleteVPCEConfiguration(args, optionsOrCb, cb) {
|
|
322
|
-
const command = new DeleteVPCEConfigurationCommand_1.DeleteVPCEConfigurationCommand(args);
|
|
323
|
-
if (typeof optionsOrCb === "function") {
|
|
324
|
-
this.send(command, optionsOrCb);
|
|
325
|
-
}
|
|
326
|
-
else if (typeof cb === "function") {
|
|
327
|
-
if (typeof optionsOrCb !== "object")
|
|
328
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
329
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
330
|
-
}
|
|
331
|
-
else {
|
|
332
|
-
return this.send(command, optionsOrCb);
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
getAccountSettings(args, optionsOrCb, cb) {
|
|
336
|
-
const command = new GetAccountSettingsCommand_1.GetAccountSettingsCommand(args);
|
|
337
|
-
if (typeof optionsOrCb === "function") {
|
|
338
|
-
this.send(command, optionsOrCb);
|
|
339
|
-
}
|
|
340
|
-
else if (typeof cb === "function") {
|
|
341
|
-
if (typeof optionsOrCb !== "object")
|
|
342
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
343
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
344
|
-
}
|
|
345
|
-
else {
|
|
346
|
-
return this.send(command, optionsOrCb);
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
getDevice(args, optionsOrCb, cb) {
|
|
350
|
-
const command = new GetDeviceCommand_1.GetDeviceCommand(args);
|
|
351
|
-
if (typeof optionsOrCb === "function") {
|
|
352
|
-
this.send(command, optionsOrCb);
|
|
353
|
-
}
|
|
354
|
-
else if (typeof cb === "function") {
|
|
355
|
-
if (typeof optionsOrCb !== "object")
|
|
356
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
357
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
358
|
-
}
|
|
359
|
-
else {
|
|
360
|
-
return this.send(command, optionsOrCb);
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
getDeviceInstance(args, optionsOrCb, cb) {
|
|
364
|
-
const command = new GetDeviceInstanceCommand_1.GetDeviceInstanceCommand(args);
|
|
365
|
-
if (typeof optionsOrCb === "function") {
|
|
366
|
-
this.send(command, optionsOrCb);
|
|
367
|
-
}
|
|
368
|
-
else if (typeof cb === "function") {
|
|
369
|
-
if (typeof optionsOrCb !== "object")
|
|
370
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
371
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
372
|
-
}
|
|
373
|
-
else {
|
|
374
|
-
return this.send(command, optionsOrCb);
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
getDevicePool(args, optionsOrCb, cb) {
|
|
378
|
-
const command = new GetDevicePoolCommand_1.GetDevicePoolCommand(args);
|
|
379
|
-
if (typeof optionsOrCb === "function") {
|
|
380
|
-
this.send(command, optionsOrCb);
|
|
381
|
-
}
|
|
382
|
-
else if (typeof cb === "function") {
|
|
383
|
-
if (typeof optionsOrCb !== "object")
|
|
384
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
385
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
386
|
-
}
|
|
387
|
-
else {
|
|
388
|
-
return this.send(command, optionsOrCb);
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
getDevicePoolCompatibility(args, optionsOrCb, cb) {
|
|
392
|
-
const command = new GetDevicePoolCompatibilityCommand_1.GetDevicePoolCompatibilityCommand(args);
|
|
393
|
-
if (typeof optionsOrCb === "function") {
|
|
394
|
-
this.send(command, optionsOrCb);
|
|
395
|
-
}
|
|
396
|
-
else if (typeof cb === "function") {
|
|
397
|
-
if (typeof optionsOrCb !== "object")
|
|
398
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
399
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
400
|
-
}
|
|
401
|
-
else {
|
|
402
|
-
return this.send(command, optionsOrCb);
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
getInstanceProfile(args, optionsOrCb, cb) {
|
|
406
|
-
const command = new GetInstanceProfileCommand_1.GetInstanceProfileCommand(args);
|
|
407
|
-
if (typeof optionsOrCb === "function") {
|
|
408
|
-
this.send(command, optionsOrCb);
|
|
409
|
-
}
|
|
410
|
-
else if (typeof cb === "function") {
|
|
411
|
-
if (typeof optionsOrCb !== "object")
|
|
412
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
413
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
414
|
-
}
|
|
415
|
-
else {
|
|
416
|
-
return this.send(command, optionsOrCb);
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
getJob(args, optionsOrCb, cb) {
|
|
420
|
-
const command = new GetJobCommand_1.GetJobCommand(args);
|
|
421
|
-
if (typeof optionsOrCb === "function") {
|
|
422
|
-
this.send(command, optionsOrCb);
|
|
423
|
-
}
|
|
424
|
-
else if (typeof cb === "function") {
|
|
425
|
-
if (typeof optionsOrCb !== "object")
|
|
426
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
427
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
428
|
-
}
|
|
429
|
-
else {
|
|
430
|
-
return this.send(command, optionsOrCb);
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
getNetworkProfile(args, optionsOrCb, cb) {
|
|
434
|
-
const command = new GetNetworkProfileCommand_1.GetNetworkProfileCommand(args);
|
|
435
|
-
if (typeof optionsOrCb === "function") {
|
|
436
|
-
this.send(command, optionsOrCb);
|
|
437
|
-
}
|
|
438
|
-
else if (typeof cb === "function") {
|
|
439
|
-
if (typeof optionsOrCb !== "object")
|
|
440
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
441
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
442
|
-
}
|
|
443
|
-
else {
|
|
444
|
-
return this.send(command, optionsOrCb);
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
getOfferingStatus(args, optionsOrCb, cb) {
|
|
448
|
-
const command = new GetOfferingStatusCommand_1.GetOfferingStatusCommand(args);
|
|
449
|
-
if (typeof optionsOrCb === "function") {
|
|
450
|
-
this.send(command, optionsOrCb);
|
|
451
|
-
}
|
|
452
|
-
else if (typeof cb === "function") {
|
|
453
|
-
if (typeof optionsOrCb !== "object")
|
|
454
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
455
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
456
|
-
}
|
|
457
|
-
else {
|
|
458
|
-
return this.send(command, optionsOrCb);
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
getProject(args, optionsOrCb, cb) {
|
|
462
|
-
const command = new GetProjectCommand_1.GetProjectCommand(args);
|
|
463
|
-
if (typeof optionsOrCb === "function") {
|
|
464
|
-
this.send(command, optionsOrCb);
|
|
465
|
-
}
|
|
466
|
-
else if (typeof cb === "function") {
|
|
467
|
-
if (typeof optionsOrCb !== "object")
|
|
468
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
469
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
470
|
-
}
|
|
471
|
-
else {
|
|
472
|
-
return this.send(command, optionsOrCb);
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
getRemoteAccessSession(args, optionsOrCb, cb) {
|
|
476
|
-
const command = new GetRemoteAccessSessionCommand_1.GetRemoteAccessSessionCommand(args);
|
|
477
|
-
if (typeof optionsOrCb === "function") {
|
|
478
|
-
this.send(command, optionsOrCb);
|
|
479
|
-
}
|
|
480
|
-
else if (typeof cb === "function") {
|
|
481
|
-
if (typeof optionsOrCb !== "object")
|
|
482
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
483
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
484
|
-
}
|
|
485
|
-
else {
|
|
486
|
-
return this.send(command, optionsOrCb);
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
getRun(args, optionsOrCb, cb) {
|
|
490
|
-
const command = new GetRunCommand_1.GetRunCommand(args);
|
|
491
|
-
if (typeof optionsOrCb === "function") {
|
|
492
|
-
this.send(command, optionsOrCb);
|
|
493
|
-
}
|
|
494
|
-
else if (typeof cb === "function") {
|
|
495
|
-
if (typeof optionsOrCb !== "object")
|
|
496
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
497
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
498
|
-
}
|
|
499
|
-
else {
|
|
500
|
-
return this.send(command, optionsOrCb);
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
getSuite(args, optionsOrCb, cb) {
|
|
504
|
-
const command = new GetSuiteCommand_1.GetSuiteCommand(args);
|
|
505
|
-
if (typeof optionsOrCb === "function") {
|
|
506
|
-
this.send(command, optionsOrCb);
|
|
507
|
-
}
|
|
508
|
-
else if (typeof cb === "function") {
|
|
509
|
-
if (typeof optionsOrCb !== "object")
|
|
510
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
511
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
512
|
-
}
|
|
513
|
-
else {
|
|
514
|
-
return this.send(command, optionsOrCb);
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
getTest(args, optionsOrCb, cb) {
|
|
518
|
-
const command = new GetTestCommand_1.GetTestCommand(args);
|
|
519
|
-
if (typeof optionsOrCb === "function") {
|
|
520
|
-
this.send(command, optionsOrCb);
|
|
521
|
-
}
|
|
522
|
-
else if (typeof cb === "function") {
|
|
523
|
-
if (typeof optionsOrCb !== "object")
|
|
524
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
525
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
526
|
-
}
|
|
527
|
-
else {
|
|
528
|
-
return this.send(command, optionsOrCb);
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
|
-
getTestGridProject(args, optionsOrCb, cb) {
|
|
532
|
-
const command = new GetTestGridProjectCommand_1.GetTestGridProjectCommand(args);
|
|
533
|
-
if (typeof optionsOrCb === "function") {
|
|
534
|
-
this.send(command, optionsOrCb);
|
|
535
|
-
}
|
|
536
|
-
else if (typeof cb === "function") {
|
|
537
|
-
if (typeof optionsOrCb !== "object")
|
|
538
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
539
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
540
|
-
}
|
|
541
|
-
else {
|
|
542
|
-
return this.send(command, optionsOrCb);
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
getTestGridSession(args, optionsOrCb, cb) {
|
|
546
|
-
const command = new GetTestGridSessionCommand_1.GetTestGridSessionCommand(args);
|
|
547
|
-
if (typeof optionsOrCb === "function") {
|
|
548
|
-
this.send(command, optionsOrCb);
|
|
549
|
-
}
|
|
550
|
-
else if (typeof cb === "function") {
|
|
551
|
-
if (typeof optionsOrCb !== "object")
|
|
552
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
553
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
554
|
-
}
|
|
555
|
-
else {
|
|
556
|
-
return this.send(command, optionsOrCb);
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
getUpload(args, optionsOrCb, cb) {
|
|
560
|
-
const command = new GetUploadCommand_1.GetUploadCommand(args);
|
|
561
|
-
if (typeof optionsOrCb === "function") {
|
|
562
|
-
this.send(command, optionsOrCb);
|
|
563
|
-
}
|
|
564
|
-
else if (typeof cb === "function") {
|
|
565
|
-
if (typeof optionsOrCb !== "object")
|
|
566
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
567
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
568
|
-
}
|
|
569
|
-
else {
|
|
570
|
-
return this.send(command, optionsOrCb);
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
getVPCEConfiguration(args, optionsOrCb, cb) {
|
|
574
|
-
const command = new GetVPCEConfigurationCommand_1.GetVPCEConfigurationCommand(args);
|
|
575
|
-
if (typeof optionsOrCb === "function") {
|
|
576
|
-
this.send(command, optionsOrCb);
|
|
577
|
-
}
|
|
578
|
-
else if (typeof cb === "function") {
|
|
579
|
-
if (typeof optionsOrCb !== "object")
|
|
580
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
581
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
582
|
-
}
|
|
583
|
-
else {
|
|
584
|
-
return this.send(command, optionsOrCb);
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
installToRemoteAccessSession(args, optionsOrCb, cb) {
|
|
588
|
-
const command = new InstallToRemoteAccessSessionCommand_1.InstallToRemoteAccessSessionCommand(args);
|
|
589
|
-
if (typeof optionsOrCb === "function") {
|
|
590
|
-
this.send(command, optionsOrCb);
|
|
591
|
-
}
|
|
592
|
-
else if (typeof cb === "function") {
|
|
593
|
-
if (typeof optionsOrCb !== "object")
|
|
594
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
595
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
596
|
-
}
|
|
597
|
-
else {
|
|
598
|
-
return this.send(command, optionsOrCb);
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
listArtifacts(args, optionsOrCb, cb) {
|
|
602
|
-
const command = new ListArtifactsCommand_1.ListArtifactsCommand(args);
|
|
603
|
-
if (typeof optionsOrCb === "function") {
|
|
604
|
-
this.send(command, optionsOrCb);
|
|
605
|
-
}
|
|
606
|
-
else if (typeof cb === "function") {
|
|
607
|
-
if (typeof optionsOrCb !== "object")
|
|
608
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
609
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
610
|
-
}
|
|
611
|
-
else {
|
|
612
|
-
return this.send(command, optionsOrCb);
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
listDeviceInstances(args, optionsOrCb, cb) {
|
|
616
|
-
const command = new ListDeviceInstancesCommand_1.ListDeviceInstancesCommand(args);
|
|
617
|
-
if (typeof optionsOrCb === "function") {
|
|
618
|
-
this.send(command, optionsOrCb);
|
|
619
|
-
}
|
|
620
|
-
else if (typeof cb === "function") {
|
|
621
|
-
if (typeof optionsOrCb !== "object")
|
|
622
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
623
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
624
|
-
}
|
|
625
|
-
else {
|
|
626
|
-
return this.send(command, optionsOrCb);
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
listDevicePools(args, optionsOrCb, cb) {
|
|
630
|
-
const command = new ListDevicePoolsCommand_1.ListDevicePoolsCommand(args);
|
|
631
|
-
if (typeof optionsOrCb === "function") {
|
|
632
|
-
this.send(command, optionsOrCb);
|
|
633
|
-
}
|
|
634
|
-
else if (typeof cb === "function") {
|
|
635
|
-
if (typeof optionsOrCb !== "object")
|
|
636
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
637
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
638
|
-
}
|
|
639
|
-
else {
|
|
640
|
-
return this.send(command, optionsOrCb);
|
|
641
|
-
}
|
|
642
|
-
}
|
|
643
|
-
listDevices(args, optionsOrCb, cb) {
|
|
644
|
-
const command = new ListDevicesCommand_1.ListDevicesCommand(args);
|
|
645
|
-
if (typeof optionsOrCb === "function") {
|
|
646
|
-
this.send(command, optionsOrCb);
|
|
647
|
-
}
|
|
648
|
-
else if (typeof cb === "function") {
|
|
649
|
-
if (typeof optionsOrCb !== "object")
|
|
650
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
651
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
652
|
-
}
|
|
653
|
-
else {
|
|
654
|
-
return this.send(command, optionsOrCb);
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
listInstanceProfiles(args, optionsOrCb, cb) {
|
|
658
|
-
const command = new ListInstanceProfilesCommand_1.ListInstanceProfilesCommand(args);
|
|
659
|
-
if (typeof optionsOrCb === "function") {
|
|
660
|
-
this.send(command, optionsOrCb);
|
|
661
|
-
}
|
|
662
|
-
else if (typeof cb === "function") {
|
|
663
|
-
if (typeof optionsOrCb !== "object")
|
|
664
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
665
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
666
|
-
}
|
|
667
|
-
else {
|
|
668
|
-
return this.send(command, optionsOrCb);
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
listJobs(args, optionsOrCb, cb) {
|
|
672
|
-
const command = new ListJobsCommand_1.ListJobsCommand(args);
|
|
673
|
-
if (typeof optionsOrCb === "function") {
|
|
674
|
-
this.send(command, optionsOrCb);
|
|
675
|
-
}
|
|
676
|
-
else if (typeof cb === "function") {
|
|
677
|
-
if (typeof optionsOrCb !== "object")
|
|
678
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
679
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
680
|
-
}
|
|
681
|
-
else {
|
|
682
|
-
return this.send(command, optionsOrCb);
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
listNetworkProfiles(args, optionsOrCb, cb) {
|
|
686
|
-
const command = new ListNetworkProfilesCommand_1.ListNetworkProfilesCommand(args);
|
|
687
|
-
if (typeof optionsOrCb === "function") {
|
|
688
|
-
this.send(command, optionsOrCb);
|
|
689
|
-
}
|
|
690
|
-
else if (typeof cb === "function") {
|
|
691
|
-
if (typeof optionsOrCb !== "object")
|
|
692
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
693
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
694
|
-
}
|
|
695
|
-
else {
|
|
696
|
-
return this.send(command, optionsOrCb);
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
listOfferingPromotions(args, optionsOrCb, cb) {
|
|
700
|
-
const command = new ListOfferingPromotionsCommand_1.ListOfferingPromotionsCommand(args);
|
|
701
|
-
if (typeof optionsOrCb === "function") {
|
|
702
|
-
this.send(command, optionsOrCb);
|
|
703
|
-
}
|
|
704
|
-
else if (typeof cb === "function") {
|
|
705
|
-
if (typeof optionsOrCb !== "object")
|
|
706
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
707
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
708
|
-
}
|
|
709
|
-
else {
|
|
710
|
-
return this.send(command, optionsOrCb);
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
listOfferings(args, optionsOrCb, cb) {
|
|
714
|
-
const command = new ListOfferingsCommand_1.ListOfferingsCommand(args);
|
|
715
|
-
if (typeof optionsOrCb === "function") {
|
|
716
|
-
this.send(command, optionsOrCb);
|
|
717
|
-
}
|
|
718
|
-
else if (typeof cb === "function") {
|
|
719
|
-
if (typeof optionsOrCb !== "object")
|
|
720
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
721
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
722
|
-
}
|
|
723
|
-
else {
|
|
724
|
-
return this.send(command, optionsOrCb);
|
|
725
|
-
}
|
|
726
|
-
}
|
|
727
|
-
listOfferingTransactions(args, optionsOrCb, cb) {
|
|
728
|
-
const command = new ListOfferingTransactionsCommand_1.ListOfferingTransactionsCommand(args);
|
|
729
|
-
if (typeof optionsOrCb === "function") {
|
|
730
|
-
this.send(command, optionsOrCb);
|
|
731
|
-
}
|
|
732
|
-
else if (typeof cb === "function") {
|
|
733
|
-
if (typeof optionsOrCb !== "object")
|
|
734
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
735
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
736
|
-
}
|
|
737
|
-
else {
|
|
738
|
-
return this.send(command, optionsOrCb);
|
|
739
|
-
}
|
|
740
|
-
}
|
|
741
|
-
listProjects(args, optionsOrCb, cb) {
|
|
742
|
-
const command = new ListProjectsCommand_1.ListProjectsCommand(args);
|
|
743
|
-
if (typeof optionsOrCb === "function") {
|
|
744
|
-
this.send(command, optionsOrCb);
|
|
745
|
-
}
|
|
746
|
-
else if (typeof cb === "function") {
|
|
747
|
-
if (typeof optionsOrCb !== "object")
|
|
748
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
749
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
750
|
-
}
|
|
751
|
-
else {
|
|
752
|
-
return this.send(command, optionsOrCb);
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
listRemoteAccessSessions(args, optionsOrCb, cb) {
|
|
756
|
-
const command = new ListRemoteAccessSessionsCommand_1.ListRemoteAccessSessionsCommand(args);
|
|
757
|
-
if (typeof optionsOrCb === "function") {
|
|
758
|
-
this.send(command, optionsOrCb);
|
|
759
|
-
}
|
|
760
|
-
else if (typeof cb === "function") {
|
|
761
|
-
if (typeof optionsOrCb !== "object")
|
|
762
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
763
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
764
|
-
}
|
|
765
|
-
else {
|
|
766
|
-
return this.send(command, optionsOrCb);
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
listRuns(args, optionsOrCb, cb) {
|
|
770
|
-
const command = new ListRunsCommand_1.ListRunsCommand(args);
|
|
771
|
-
if (typeof optionsOrCb === "function") {
|
|
772
|
-
this.send(command, optionsOrCb);
|
|
773
|
-
}
|
|
774
|
-
else if (typeof cb === "function") {
|
|
775
|
-
if (typeof optionsOrCb !== "object")
|
|
776
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
777
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
778
|
-
}
|
|
779
|
-
else {
|
|
780
|
-
return this.send(command, optionsOrCb);
|
|
781
|
-
}
|
|
782
|
-
}
|
|
783
|
-
listSamples(args, optionsOrCb, cb) {
|
|
784
|
-
const command = new ListSamplesCommand_1.ListSamplesCommand(args);
|
|
785
|
-
if (typeof optionsOrCb === "function") {
|
|
786
|
-
this.send(command, optionsOrCb);
|
|
787
|
-
}
|
|
788
|
-
else if (typeof cb === "function") {
|
|
789
|
-
if (typeof optionsOrCb !== "object")
|
|
790
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
791
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
792
|
-
}
|
|
793
|
-
else {
|
|
794
|
-
return this.send(command, optionsOrCb);
|
|
795
|
-
}
|
|
796
|
-
}
|
|
797
|
-
listSuites(args, optionsOrCb, cb) {
|
|
798
|
-
const command = new ListSuitesCommand_1.ListSuitesCommand(args);
|
|
799
|
-
if (typeof optionsOrCb === "function") {
|
|
800
|
-
this.send(command, optionsOrCb);
|
|
801
|
-
}
|
|
802
|
-
else if (typeof cb === "function") {
|
|
803
|
-
if (typeof optionsOrCb !== "object")
|
|
804
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
805
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
806
|
-
}
|
|
807
|
-
else {
|
|
808
|
-
return this.send(command, optionsOrCb);
|
|
809
|
-
}
|
|
810
|
-
}
|
|
811
|
-
listTagsForResource(args, optionsOrCb, cb) {
|
|
812
|
-
const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
|
|
813
|
-
if (typeof optionsOrCb === "function") {
|
|
814
|
-
this.send(command, optionsOrCb);
|
|
815
|
-
}
|
|
816
|
-
else if (typeof cb === "function") {
|
|
817
|
-
if (typeof optionsOrCb !== "object")
|
|
818
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
819
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
820
|
-
}
|
|
821
|
-
else {
|
|
822
|
-
return this.send(command, optionsOrCb);
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
listTestGridProjects(args, optionsOrCb, cb) {
|
|
826
|
-
const command = new ListTestGridProjectsCommand_1.ListTestGridProjectsCommand(args);
|
|
827
|
-
if (typeof optionsOrCb === "function") {
|
|
828
|
-
this.send(command, optionsOrCb);
|
|
829
|
-
}
|
|
830
|
-
else if (typeof cb === "function") {
|
|
831
|
-
if (typeof optionsOrCb !== "object")
|
|
832
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
833
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
834
|
-
}
|
|
835
|
-
else {
|
|
836
|
-
return this.send(command, optionsOrCb);
|
|
837
|
-
}
|
|
838
|
-
}
|
|
839
|
-
listTestGridSessionActions(args, optionsOrCb, cb) {
|
|
840
|
-
const command = new ListTestGridSessionActionsCommand_1.ListTestGridSessionActionsCommand(args);
|
|
841
|
-
if (typeof optionsOrCb === "function") {
|
|
842
|
-
this.send(command, optionsOrCb);
|
|
843
|
-
}
|
|
844
|
-
else if (typeof cb === "function") {
|
|
845
|
-
if (typeof optionsOrCb !== "object")
|
|
846
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
847
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
848
|
-
}
|
|
849
|
-
else {
|
|
850
|
-
return this.send(command, optionsOrCb);
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
listTestGridSessionArtifacts(args, optionsOrCb, cb) {
|
|
854
|
-
const command = new ListTestGridSessionArtifactsCommand_1.ListTestGridSessionArtifactsCommand(args);
|
|
855
|
-
if (typeof optionsOrCb === "function") {
|
|
856
|
-
this.send(command, optionsOrCb);
|
|
857
|
-
}
|
|
858
|
-
else if (typeof cb === "function") {
|
|
859
|
-
if (typeof optionsOrCb !== "object")
|
|
860
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
861
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
862
|
-
}
|
|
863
|
-
else {
|
|
864
|
-
return this.send(command, optionsOrCb);
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
|
-
listTestGridSessions(args, optionsOrCb, cb) {
|
|
868
|
-
const command = new ListTestGridSessionsCommand_1.ListTestGridSessionsCommand(args);
|
|
869
|
-
if (typeof optionsOrCb === "function") {
|
|
870
|
-
this.send(command, optionsOrCb);
|
|
871
|
-
}
|
|
872
|
-
else if (typeof cb === "function") {
|
|
873
|
-
if (typeof optionsOrCb !== "object")
|
|
874
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
875
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
876
|
-
}
|
|
877
|
-
else {
|
|
878
|
-
return this.send(command, optionsOrCb);
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
listTests(args, optionsOrCb, cb) {
|
|
882
|
-
const command = new ListTestsCommand_1.ListTestsCommand(args);
|
|
883
|
-
if (typeof optionsOrCb === "function") {
|
|
884
|
-
this.send(command, optionsOrCb);
|
|
885
|
-
}
|
|
886
|
-
else if (typeof cb === "function") {
|
|
887
|
-
if (typeof optionsOrCb !== "object")
|
|
888
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
889
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
890
|
-
}
|
|
891
|
-
else {
|
|
892
|
-
return this.send(command, optionsOrCb);
|
|
893
|
-
}
|
|
894
|
-
}
|
|
895
|
-
listUniqueProblems(args, optionsOrCb, cb) {
|
|
896
|
-
const command = new ListUniqueProblemsCommand_1.ListUniqueProblemsCommand(args);
|
|
897
|
-
if (typeof optionsOrCb === "function") {
|
|
898
|
-
this.send(command, optionsOrCb);
|
|
899
|
-
}
|
|
900
|
-
else if (typeof cb === "function") {
|
|
901
|
-
if (typeof optionsOrCb !== "object")
|
|
902
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
903
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
904
|
-
}
|
|
905
|
-
else {
|
|
906
|
-
return this.send(command, optionsOrCb);
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
listUploads(args, optionsOrCb, cb) {
|
|
910
|
-
const command = new ListUploadsCommand_1.ListUploadsCommand(args);
|
|
911
|
-
if (typeof optionsOrCb === "function") {
|
|
912
|
-
this.send(command, optionsOrCb);
|
|
913
|
-
}
|
|
914
|
-
else if (typeof cb === "function") {
|
|
915
|
-
if (typeof optionsOrCb !== "object")
|
|
916
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
917
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
918
|
-
}
|
|
919
|
-
else {
|
|
920
|
-
return this.send(command, optionsOrCb);
|
|
921
|
-
}
|
|
922
|
-
}
|
|
923
|
-
listVPCEConfigurations(args, optionsOrCb, cb) {
|
|
924
|
-
const command = new ListVPCEConfigurationsCommand_1.ListVPCEConfigurationsCommand(args);
|
|
925
|
-
if (typeof optionsOrCb === "function") {
|
|
926
|
-
this.send(command, optionsOrCb);
|
|
927
|
-
}
|
|
928
|
-
else if (typeof cb === "function") {
|
|
929
|
-
if (typeof optionsOrCb !== "object")
|
|
930
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
931
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
932
|
-
}
|
|
933
|
-
else {
|
|
934
|
-
return this.send(command, optionsOrCb);
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
purchaseOffering(args, optionsOrCb, cb) {
|
|
938
|
-
const command = new PurchaseOfferingCommand_1.PurchaseOfferingCommand(args);
|
|
939
|
-
if (typeof optionsOrCb === "function") {
|
|
940
|
-
this.send(command, optionsOrCb);
|
|
941
|
-
}
|
|
942
|
-
else if (typeof cb === "function") {
|
|
943
|
-
if (typeof optionsOrCb !== "object")
|
|
944
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
945
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
946
|
-
}
|
|
947
|
-
else {
|
|
948
|
-
return this.send(command, optionsOrCb);
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
renewOffering(args, optionsOrCb, cb) {
|
|
952
|
-
const command = new RenewOfferingCommand_1.RenewOfferingCommand(args);
|
|
953
|
-
if (typeof optionsOrCb === "function") {
|
|
954
|
-
this.send(command, optionsOrCb);
|
|
955
|
-
}
|
|
956
|
-
else if (typeof cb === "function") {
|
|
957
|
-
if (typeof optionsOrCb !== "object")
|
|
958
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
959
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
960
|
-
}
|
|
961
|
-
else {
|
|
962
|
-
return this.send(command, optionsOrCb);
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
scheduleRun(args, optionsOrCb, cb) {
|
|
966
|
-
const command = new ScheduleRunCommand_1.ScheduleRunCommand(args);
|
|
967
|
-
if (typeof optionsOrCb === "function") {
|
|
968
|
-
this.send(command, optionsOrCb);
|
|
969
|
-
}
|
|
970
|
-
else if (typeof cb === "function") {
|
|
971
|
-
if (typeof optionsOrCb !== "object")
|
|
972
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
973
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
974
|
-
}
|
|
975
|
-
else {
|
|
976
|
-
return this.send(command, optionsOrCb);
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
stopJob(args, optionsOrCb, cb) {
|
|
980
|
-
const command = new StopJobCommand_1.StopJobCommand(args);
|
|
981
|
-
if (typeof optionsOrCb === "function") {
|
|
982
|
-
this.send(command, optionsOrCb);
|
|
983
|
-
}
|
|
984
|
-
else if (typeof cb === "function") {
|
|
985
|
-
if (typeof optionsOrCb !== "object")
|
|
986
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
987
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
988
|
-
}
|
|
989
|
-
else {
|
|
990
|
-
return this.send(command, optionsOrCb);
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
stopRemoteAccessSession(args, optionsOrCb, cb) {
|
|
994
|
-
const command = new StopRemoteAccessSessionCommand_1.StopRemoteAccessSessionCommand(args);
|
|
995
|
-
if (typeof optionsOrCb === "function") {
|
|
996
|
-
this.send(command, optionsOrCb);
|
|
997
|
-
}
|
|
998
|
-
else if (typeof cb === "function") {
|
|
999
|
-
if (typeof optionsOrCb !== "object")
|
|
1000
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1001
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1002
|
-
}
|
|
1003
|
-
else {
|
|
1004
|
-
return this.send(command, optionsOrCb);
|
|
1005
|
-
}
|
|
1006
|
-
}
|
|
1007
|
-
stopRun(args, optionsOrCb, cb) {
|
|
1008
|
-
const command = new StopRunCommand_1.StopRunCommand(args);
|
|
1009
|
-
if (typeof optionsOrCb === "function") {
|
|
1010
|
-
this.send(command, optionsOrCb);
|
|
1011
|
-
}
|
|
1012
|
-
else if (typeof cb === "function") {
|
|
1013
|
-
if (typeof optionsOrCb !== "object")
|
|
1014
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1015
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1016
|
-
}
|
|
1017
|
-
else {
|
|
1018
|
-
return this.send(command, optionsOrCb);
|
|
1019
|
-
}
|
|
1020
|
-
}
|
|
1021
|
-
tagResource(args, optionsOrCb, cb) {
|
|
1022
|
-
const command = new TagResourceCommand_1.TagResourceCommand(args);
|
|
1023
|
-
if (typeof optionsOrCb === "function") {
|
|
1024
|
-
this.send(command, optionsOrCb);
|
|
1025
|
-
}
|
|
1026
|
-
else if (typeof cb === "function") {
|
|
1027
|
-
if (typeof optionsOrCb !== "object")
|
|
1028
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1029
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1030
|
-
}
|
|
1031
|
-
else {
|
|
1032
|
-
return this.send(command, optionsOrCb);
|
|
1033
|
-
}
|
|
1034
|
-
}
|
|
1035
|
-
untagResource(args, optionsOrCb, cb) {
|
|
1036
|
-
const command = new UntagResourceCommand_1.UntagResourceCommand(args);
|
|
1037
|
-
if (typeof optionsOrCb === "function") {
|
|
1038
|
-
this.send(command, optionsOrCb);
|
|
1039
|
-
}
|
|
1040
|
-
else if (typeof cb === "function") {
|
|
1041
|
-
if (typeof optionsOrCb !== "object")
|
|
1042
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1043
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1044
|
-
}
|
|
1045
|
-
else {
|
|
1046
|
-
return this.send(command, optionsOrCb);
|
|
1047
|
-
}
|
|
1048
|
-
}
|
|
1049
|
-
updateDeviceInstance(args, optionsOrCb, cb) {
|
|
1050
|
-
const command = new UpdateDeviceInstanceCommand_1.UpdateDeviceInstanceCommand(args);
|
|
1051
|
-
if (typeof optionsOrCb === "function") {
|
|
1052
|
-
this.send(command, optionsOrCb);
|
|
1053
|
-
}
|
|
1054
|
-
else if (typeof cb === "function") {
|
|
1055
|
-
if (typeof optionsOrCb !== "object")
|
|
1056
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1057
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1058
|
-
}
|
|
1059
|
-
else {
|
|
1060
|
-
return this.send(command, optionsOrCb);
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
updateDevicePool(args, optionsOrCb, cb) {
|
|
1064
|
-
const command = new UpdateDevicePoolCommand_1.UpdateDevicePoolCommand(args);
|
|
1065
|
-
if (typeof optionsOrCb === "function") {
|
|
1066
|
-
this.send(command, optionsOrCb);
|
|
1067
|
-
}
|
|
1068
|
-
else if (typeof cb === "function") {
|
|
1069
|
-
if (typeof optionsOrCb !== "object")
|
|
1070
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1071
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1072
|
-
}
|
|
1073
|
-
else {
|
|
1074
|
-
return this.send(command, optionsOrCb);
|
|
1075
|
-
}
|
|
1076
|
-
}
|
|
1077
|
-
updateInstanceProfile(args, optionsOrCb, cb) {
|
|
1078
|
-
const command = new UpdateInstanceProfileCommand_1.UpdateInstanceProfileCommand(args);
|
|
1079
|
-
if (typeof optionsOrCb === "function") {
|
|
1080
|
-
this.send(command, optionsOrCb);
|
|
1081
|
-
}
|
|
1082
|
-
else if (typeof cb === "function") {
|
|
1083
|
-
if (typeof optionsOrCb !== "object")
|
|
1084
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1085
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1086
|
-
}
|
|
1087
|
-
else {
|
|
1088
|
-
return this.send(command, optionsOrCb);
|
|
1089
|
-
}
|
|
1090
|
-
}
|
|
1091
|
-
updateNetworkProfile(args, optionsOrCb, cb) {
|
|
1092
|
-
const command = new UpdateNetworkProfileCommand_1.UpdateNetworkProfileCommand(args);
|
|
1093
|
-
if (typeof optionsOrCb === "function") {
|
|
1094
|
-
this.send(command, optionsOrCb);
|
|
1095
|
-
}
|
|
1096
|
-
else if (typeof cb === "function") {
|
|
1097
|
-
if (typeof optionsOrCb !== "object")
|
|
1098
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1099
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1100
|
-
}
|
|
1101
|
-
else {
|
|
1102
|
-
return this.send(command, optionsOrCb);
|
|
1103
|
-
}
|
|
1104
|
-
}
|
|
1105
|
-
updateProject(args, optionsOrCb, cb) {
|
|
1106
|
-
const command = new UpdateProjectCommand_1.UpdateProjectCommand(args);
|
|
1107
|
-
if (typeof optionsOrCb === "function") {
|
|
1108
|
-
this.send(command, optionsOrCb);
|
|
1109
|
-
}
|
|
1110
|
-
else if (typeof cb === "function") {
|
|
1111
|
-
if (typeof optionsOrCb !== "object")
|
|
1112
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1113
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1114
|
-
}
|
|
1115
|
-
else {
|
|
1116
|
-
return this.send(command, optionsOrCb);
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
updateTestGridProject(args, optionsOrCb, cb) {
|
|
1120
|
-
const command = new UpdateTestGridProjectCommand_1.UpdateTestGridProjectCommand(args);
|
|
1121
|
-
if (typeof optionsOrCb === "function") {
|
|
1122
|
-
this.send(command, optionsOrCb);
|
|
1123
|
-
}
|
|
1124
|
-
else if (typeof cb === "function") {
|
|
1125
|
-
if (typeof optionsOrCb !== "object")
|
|
1126
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1127
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1128
|
-
}
|
|
1129
|
-
else {
|
|
1130
|
-
return this.send(command, optionsOrCb);
|
|
1131
|
-
}
|
|
1132
|
-
}
|
|
1133
|
-
updateUpload(args, optionsOrCb, cb) {
|
|
1134
|
-
const command = new UpdateUploadCommand_1.UpdateUploadCommand(args);
|
|
1135
|
-
if (typeof optionsOrCb === "function") {
|
|
1136
|
-
this.send(command, optionsOrCb);
|
|
1137
|
-
}
|
|
1138
|
-
else if (typeof cb === "function") {
|
|
1139
|
-
if (typeof optionsOrCb !== "object")
|
|
1140
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1141
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1142
|
-
}
|
|
1143
|
-
else {
|
|
1144
|
-
return this.send(command, optionsOrCb);
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
updateVPCEConfiguration(args, optionsOrCb, cb) {
|
|
1148
|
-
const command = new UpdateVPCEConfigurationCommand_1.UpdateVPCEConfigurationCommand(args);
|
|
1149
|
-
if (typeof optionsOrCb === "function") {
|
|
1150
|
-
this.send(command, optionsOrCb);
|
|
1151
|
-
}
|
|
1152
|
-
else if (typeof cb === "function") {
|
|
1153
|
-
if (typeof optionsOrCb !== "object")
|
|
1154
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1155
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1156
|
-
}
|
|
1157
|
-
else {
|
|
1158
|
-
return this.send(command, optionsOrCb);
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
163
|
}
|
|
1162
164
|
exports.DeviceFarm = DeviceFarm;
|
|
165
|
+
(0, smithy_client_1.createAggregatedClient)(commands, DeviceFarm);
|