@aws-sdk/client-device-farm 3.716.0 → 3.723.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/index.js +400 -301
- package/dist-es/DeviceFarmClient.js +1 -0
- package/dist-es/models/models_0.js +27 -24
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -268,7 +268,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
268
268
|
}, "resolveRuntimeExtensions");
|
|
269
269
|
|
|
270
270
|
// src/DeviceFarmClient.ts
|
|
271
|
-
var
|
|
271
|
+
var DeviceFarmClient = class extends import_smithy_client.Client {
|
|
272
|
+
static {
|
|
273
|
+
__name(this, "DeviceFarmClient");
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* The resolved configuration of DeviceFarmClient class. This is resolved and normalized from the {@link DeviceFarmClientConfig | constructor configuration interface}.
|
|
277
|
+
*/
|
|
278
|
+
config;
|
|
272
279
|
constructor(...[configuration]) {
|
|
273
280
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
274
281
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -278,7 +285,7 @@ var _DeviceFarmClient = class _DeviceFarmClient extends import_smithy_client.Cli
|
|
|
278
285
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
279
286
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
280
287
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
281
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
288
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
282
289
|
super(_config_8);
|
|
283
290
|
this.config = _config_8;
|
|
284
291
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -306,8 +313,6 @@ var _DeviceFarmClient = class _DeviceFarmClient extends import_smithy_client.Cli
|
|
|
306
313
|
super.destroy();
|
|
307
314
|
}
|
|
308
315
|
};
|
|
309
|
-
__name(_DeviceFarmClient, "DeviceFarmClient");
|
|
310
|
-
var DeviceFarmClient = _DeviceFarmClient;
|
|
311
316
|
|
|
312
317
|
// src/DeviceFarm.ts
|
|
313
318
|
|
|
@@ -324,7 +329,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
324
329
|
|
|
325
330
|
// src/models/DeviceFarmServiceException.ts
|
|
326
331
|
|
|
327
|
-
var
|
|
332
|
+
var DeviceFarmServiceException = class _DeviceFarmServiceException extends import_smithy_client.ServiceException {
|
|
333
|
+
static {
|
|
334
|
+
__name(this, "DeviceFarmServiceException");
|
|
335
|
+
}
|
|
328
336
|
/**
|
|
329
337
|
* @internal
|
|
330
338
|
*/
|
|
@@ -333,8 +341,6 @@ var _DeviceFarmServiceException = class _DeviceFarmServiceException extends impo
|
|
|
333
341
|
Object.setPrototypeOf(this, _DeviceFarmServiceException.prototype);
|
|
334
342
|
}
|
|
335
343
|
};
|
|
336
|
-
__name(_DeviceFarmServiceException, "DeviceFarmServiceException");
|
|
337
|
-
var DeviceFarmServiceException = _DeviceFarmServiceException;
|
|
338
344
|
|
|
339
345
|
// src/models/models_0.ts
|
|
340
346
|
|
|
@@ -342,7 +348,12 @@ var DevicePlatform = {
|
|
|
342
348
|
ANDROID: "ANDROID",
|
|
343
349
|
IOS: "IOS"
|
|
344
350
|
};
|
|
345
|
-
var
|
|
351
|
+
var ArgumentException = class _ArgumentException extends DeviceFarmServiceException {
|
|
352
|
+
static {
|
|
353
|
+
__name(this, "ArgumentException");
|
|
354
|
+
}
|
|
355
|
+
name = "ArgumentException";
|
|
356
|
+
$fault = "client";
|
|
346
357
|
/**
|
|
347
358
|
* @internal
|
|
348
359
|
*/
|
|
@@ -352,13 +363,9 @@ var _ArgumentException = class _ArgumentException extends DeviceFarmServiceExcep
|
|
|
352
363
|
$fault: "client",
|
|
353
364
|
...opts
|
|
354
365
|
});
|
|
355
|
-
this.name = "ArgumentException";
|
|
356
|
-
this.$fault = "client";
|
|
357
366
|
Object.setPrototypeOf(this, _ArgumentException.prototype);
|
|
358
367
|
}
|
|
359
368
|
};
|
|
360
|
-
__name(_ArgumentException, "ArgumentException");
|
|
361
|
-
var ArgumentException = _ArgumentException;
|
|
362
369
|
var ArtifactType = {
|
|
363
370
|
APPIUM_JAVA_OUTPUT: "APPIUM_JAVA_OUTPUT",
|
|
364
371
|
APPIUM_JAVA_XML_OUTPUT: "APPIUM_JAVA_XML_OUTPUT",
|
|
@@ -398,7 +405,12 @@ var BillingMethod = {
|
|
|
398
405
|
METERED: "METERED",
|
|
399
406
|
UNMETERED: "UNMETERED"
|
|
400
407
|
};
|
|
401
|
-
var
|
|
408
|
+
var CannotDeleteException = class _CannotDeleteException extends DeviceFarmServiceException {
|
|
409
|
+
static {
|
|
410
|
+
__name(this, "CannotDeleteException");
|
|
411
|
+
}
|
|
412
|
+
name = "CannotDeleteException";
|
|
413
|
+
$fault = "client";
|
|
402
414
|
/**
|
|
403
415
|
* @internal
|
|
404
416
|
*/
|
|
@@ -408,13 +420,9 @@ var _CannotDeleteException = class _CannotDeleteException extends DeviceFarmServ
|
|
|
408
420
|
$fault: "client",
|
|
409
421
|
...opts
|
|
410
422
|
});
|
|
411
|
-
this.name = "CannotDeleteException";
|
|
412
|
-
this.$fault = "client";
|
|
413
423
|
Object.setPrototypeOf(this, _CannotDeleteException.prototype);
|
|
414
424
|
}
|
|
415
425
|
};
|
|
416
|
-
__name(_CannotDeleteException, "CannotDeleteException");
|
|
417
|
-
var CannotDeleteException = _CannotDeleteException;
|
|
418
426
|
var DeviceAttribute = {
|
|
419
427
|
APPIUM_VERSION: "APPIUM_VERSION",
|
|
420
428
|
ARN: "ARN",
|
|
@@ -444,7 +452,12 @@ var DevicePoolType = {
|
|
|
444
452
|
CURATED: "CURATED",
|
|
445
453
|
PRIVATE: "PRIVATE"
|
|
446
454
|
};
|
|
447
|
-
var
|
|
455
|
+
var LimitExceededException = class _LimitExceededException extends DeviceFarmServiceException {
|
|
456
|
+
static {
|
|
457
|
+
__name(this, "LimitExceededException");
|
|
458
|
+
}
|
|
459
|
+
name = "LimitExceededException";
|
|
460
|
+
$fault = "client";
|
|
448
461
|
/**
|
|
449
462
|
* @internal
|
|
450
463
|
*/
|
|
@@ -454,14 +467,15 @@ var _LimitExceededException = class _LimitExceededException extends DeviceFarmSe
|
|
|
454
467
|
$fault: "client",
|
|
455
468
|
...opts
|
|
456
469
|
});
|
|
457
|
-
this.name = "LimitExceededException";
|
|
458
|
-
this.$fault = "client";
|
|
459
470
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
460
471
|
}
|
|
461
472
|
};
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
473
|
+
var NotFoundException = class _NotFoundException extends DeviceFarmServiceException {
|
|
474
|
+
static {
|
|
475
|
+
__name(this, "NotFoundException");
|
|
476
|
+
}
|
|
477
|
+
name = "NotFoundException";
|
|
478
|
+
$fault = "client";
|
|
465
479
|
/**
|
|
466
480
|
* @internal
|
|
467
481
|
*/
|
|
@@ -471,14 +485,15 @@ var _NotFoundException = class _NotFoundException extends DeviceFarmServiceExcep
|
|
|
471
485
|
$fault: "client",
|
|
472
486
|
...opts
|
|
473
487
|
});
|
|
474
|
-
this.name = "NotFoundException";
|
|
475
|
-
this.$fault = "client";
|
|
476
488
|
Object.setPrototypeOf(this, _NotFoundException.prototype);
|
|
477
489
|
}
|
|
478
490
|
};
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
491
|
+
var ServiceAccountException = class _ServiceAccountException extends DeviceFarmServiceException {
|
|
492
|
+
static {
|
|
493
|
+
__name(this, "ServiceAccountException");
|
|
494
|
+
}
|
|
495
|
+
name = "ServiceAccountException";
|
|
496
|
+
$fault = "client";
|
|
482
497
|
/**
|
|
483
498
|
* @internal
|
|
484
499
|
*/
|
|
@@ -488,18 +503,20 @@ var _ServiceAccountException = class _ServiceAccountException extends DeviceFarm
|
|
|
488
503
|
$fault: "client",
|
|
489
504
|
...opts
|
|
490
505
|
});
|
|
491
|
-
this.name = "ServiceAccountException";
|
|
492
|
-
this.$fault = "client";
|
|
493
506
|
Object.setPrototypeOf(this, _ServiceAccountException.prototype);
|
|
494
507
|
}
|
|
495
508
|
};
|
|
496
|
-
__name(_ServiceAccountException, "ServiceAccountException");
|
|
497
|
-
var ServiceAccountException = _ServiceAccountException;
|
|
498
509
|
var NetworkProfileType = {
|
|
499
510
|
CURATED: "CURATED",
|
|
500
511
|
PRIVATE: "PRIVATE"
|
|
501
512
|
};
|
|
502
|
-
var
|
|
513
|
+
var TagOperationException = class _TagOperationException extends DeviceFarmServiceException {
|
|
514
|
+
static {
|
|
515
|
+
__name(this, "TagOperationException");
|
|
516
|
+
}
|
|
517
|
+
name = "TagOperationException";
|
|
518
|
+
$fault = "client";
|
|
519
|
+
resourceName;
|
|
503
520
|
/**
|
|
504
521
|
* @internal
|
|
505
522
|
*/
|
|
@@ -509,14 +526,10 @@ var _TagOperationException = class _TagOperationException extends DeviceFarmServ
|
|
|
509
526
|
$fault: "client",
|
|
510
527
|
...opts
|
|
511
528
|
});
|
|
512
|
-
this.name = "TagOperationException";
|
|
513
|
-
this.$fault = "client";
|
|
514
529
|
Object.setPrototypeOf(this, _TagOperationException.prototype);
|
|
515
530
|
this.resourceName = opts.resourceName;
|
|
516
531
|
}
|
|
517
532
|
};
|
|
518
|
-
__name(_TagOperationException, "TagOperationException");
|
|
519
|
-
var TagOperationException = _TagOperationException;
|
|
520
533
|
var InteractionMode = {
|
|
521
534
|
INTERACTIVE: "INTERACTIVE",
|
|
522
535
|
NO_VIDEO: "NO_VIDEO",
|
|
@@ -558,7 +571,12 @@ var ExecutionStatus = {
|
|
|
558
571
|
SCHEDULING: "SCHEDULING",
|
|
559
572
|
STOPPING: "STOPPING"
|
|
560
573
|
};
|
|
561
|
-
var
|
|
574
|
+
var InternalServiceException = class _InternalServiceException extends DeviceFarmServiceException {
|
|
575
|
+
static {
|
|
576
|
+
__name(this, "InternalServiceException");
|
|
577
|
+
}
|
|
578
|
+
name = "InternalServiceException";
|
|
579
|
+
$fault = "server";
|
|
562
580
|
/**
|
|
563
581
|
* @internal
|
|
564
582
|
*/
|
|
@@ -568,13 +586,9 @@ var _InternalServiceException = class _InternalServiceException extends DeviceFa
|
|
|
568
586
|
$fault: "server",
|
|
569
587
|
...opts
|
|
570
588
|
});
|
|
571
|
-
this.name = "InternalServiceException";
|
|
572
|
-
this.$fault = "server";
|
|
573
589
|
Object.setPrototypeOf(this, _InternalServiceException.prototype);
|
|
574
590
|
}
|
|
575
591
|
};
|
|
576
|
-
__name(_InternalServiceException, "InternalServiceException");
|
|
577
|
-
var InternalServiceException = _InternalServiceException;
|
|
578
592
|
var UploadType = {
|
|
579
593
|
ANDROID_APP: "ANDROID_APP",
|
|
580
594
|
APPIUM_JAVA_JUNIT_TEST_PACKAGE: "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
|
|
@@ -622,7 +636,12 @@ var UploadStatus = {
|
|
|
622
636
|
var CurrencyCode = {
|
|
623
637
|
USD: "USD"
|
|
624
638
|
};
|
|
625
|
-
var
|
|
639
|
+
var InvalidOperationException = class _InvalidOperationException extends DeviceFarmServiceException {
|
|
640
|
+
static {
|
|
641
|
+
__name(this, "InvalidOperationException");
|
|
642
|
+
}
|
|
643
|
+
name = "InvalidOperationException";
|
|
644
|
+
$fault = "client";
|
|
626
645
|
/**
|
|
627
646
|
* @internal
|
|
628
647
|
*/
|
|
@@ -632,13 +651,9 @@ var _InvalidOperationException = class _InvalidOperationException extends Device
|
|
|
632
651
|
$fault: "client",
|
|
633
652
|
...opts
|
|
634
653
|
});
|
|
635
|
-
this.name = "InvalidOperationException";
|
|
636
|
-
this.$fault = "client";
|
|
637
654
|
Object.setPrototypeOf(this, _InvalidOperationException.prototype);
|
|
638
655
|
}
|
|
639
656
|
};
|
|
640
|
-
__name(_InvalidOperationException, "InvalidOperationException");
|
|
641
|
-
var InvalidOperationException = _InvalidOperationException;
|
|
642
657
|
var TestType = {
|
|
643
658
|
APPIUM_JAVA_JUNIT: "APPIUM_JAVA_JUNIT",
|
|
644
659
|
APPIUM_JAVA_TESTNG: "APPIUM_JAVA_TESTNG",
|
|
@@ -666,7 +681,12 @@ var OfferingTransactionType = {
|
|
|
666
681
|
RENEW: "RENEW",
|
|
667
682
|
SYSTEM: "SYSTEM"
|
|
668
683
|
};
|
|
669
|
-
var
|
|
684
|
+
var NotEligibleException = class _NotEligibleException extends DeviceFarmServiceException {
|
|
685
|
+
static {
|
|
686
|
+
__name(this, "NotEligibleException");
|
|
687
|
+
}
|
|
688
|
+
name = "NotEligibleException";
|
|
689
|
+
$fault = "client";
|
|
670
690
|
/**
|
|
671
691
|
* @internal
|
|
672
692
|
*/
|
|
@@ -676,13 +696,9 @@ var _NotEligibleException = class _NotEligibleException extends DeviceFarmServic
|
|
|
676
696
|
$fault: "client",
|
|
677
697
|
...opts
|
|
678
698
|
});
|
|
679
|
-
this.name = "NotEligibleException";
|
|
680
|
-
this.$fault = "client";
|
|
681
699
|
Object.setPrototypeOf(this, _NotEligibleException.prototype);
|
|
682
700
|
}
|
|
683
701
|
};
|
|
684
|
-
__name(_NotEligibleException, "NotEligibleException");
|
|
685
|
-
var NotEligibleException = _NotEligibleException;
|
|
686
702
|
var DeviceFilterAttribute = {
|
|
687
703
|
ARN: "ARN",
|
|
688
704
|
AVAILABILITY: "AVAILABILITY",
|
|
@@ -734,7 +750,12 @@ var TestGridSessionArtifactType = {
|
|
|
734
750
|
UNKNOWN: "UNKNOWN",
|
|
735
751
|
VIDEO: "VIDEO"
|
|
736
752
|
};
|
|
737
|
-
var
|
|
753
|
+
var IdempotencyException = class _IdempotencyException extends DeviceFarmServiceException {
|
|
754
|
+
static {
|
|
755
|
+
__name(this, "IdempotencyException");
|
|
756
|
+
}
|
|
757
|
+
name = "IdempotencyException";
|
|
758
|
+
$fault = "client";
|
|
738
759
|
/**
|
|
739
760
|
* @internal
|
|
740
761
|
*/
|
|
@@ -744,14 +765,16 @@ var _IdempotencyException = class _IdempotencyException extends DeviceFarmServic
|
|
|
744
765
|
$fault: "client",
|
|
745
766
|
...opts
|
|
746
767
|
});
|
|
747
|
-
this.name = "IdempotencyException";
|
|
748
|
-
this.$fault = "client";
|
|
749
768
|
Object.setPrototypeOf(this, _IdempotencyException.prototype);
|
|
750
769
|
}
|
|
751
770
|
};
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
771
|
+
var TagPolicyException = class _TagPolicyException extends DeviceFarmServiceException {
|
|
772
|
+
static {
|
|
773
|
+
__name(this, "TagPolicyException");
|
|
774
|
+
}
|
|
775
|
+
name = "TagPolicyException";
|
|
776
|
+
$fault = "client";
|
|
777
|
+
resourceName;
|
|
755
778
|
/**
|
|
756
779
|
* @internal
|
|
757
780
|
*/
|
|
@@ -761,15 +784,17 @@ var _TagPolicyException = class _TagPolicyException extends DeviceFarmServiceExc
|
|
|
761
784
|
$fault: "client",
|
|
762
785
|
...opts
|
|
763
786
|
});
|
|
764
|
-
this.name = "TagPolicyException";
|
|
765
|
-
this.$fault = "client";
|
|
766
787
|
Object.setPrototypeOf(this, _TagPolicyException.prototype);
|
|
767
788
|
this.resourceName = opts.resourceName;
|
|
768
789
|
}
|
|
769
790
|
};
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
791
|
+
var TooManyTagsException = class _TooManyTagsException extends DeviceFarmServiceException {
|
|
792
|
+
static {
|
|
793
|
+
__name(this, "TooManyTagsException");
|
|
794
|
+
}
|
|
795
|
+
name = "TooManyTagsException";
|
|
796
|
+
$fault = "client";
|
|
797
|
+
resourceName;
|
|
773
798
|
/**
|
|
774
799
|
* @internal
|
|
775
800
|
*/
|
|
@@ -779,14 +804,10 @@ var _TooManyTagsException = class _TooManyTagsException extends DeviceFarmServic
|
|
|
779
804
|
$fault: "client",
|
|
780
805
|
...opts
|
|
781
806
|
});
|
|
782
|
-
this.name = "TooManyTagsException";
|
|
783
|
-
this.$fault = "client";
|
|
784
807
|
Object.setPrototypeOf(this, _TooManyTagsException.prototype);
|
|
785
808
|
this.resourceName = opts.resourceName;
|
|
786
809
|
}
|
|
787
810
|
};
|
|
788
|
-
__name(_TooManyTagsException, "TooManyTagsException");
|
|
789
|
-
var TooManyTagsException = _TooManyTagsException;
|
|
790
811
|
var CreateTestGridUrlResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
791
812
|
...obj,
|
|
792
813
|
...obj.url && { url: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3172,1079 +3193,1156 @@ function sharedHeaders(operation) {
|
|
|
3172
3193
|
__name(sharedHeaders, "sharedHeaders");
|
|
3173
3194
|
|
|
3174
3195
|
// src/commands/CreateDevicePoolCommand.ts
|
|
3175
|
-
var
|
|
3196
|
+
var CreateDevicePoolCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3176
3197
|
return [
|
|
3177
3198
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3178
3199
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3179
3200
|
];
|
|
3180
3201
|
}).s("DeviceFarm_20150623", "CreateDevicePool", {}).n("DeviceFarmClient", "CreateDevicePoolCommand").f(void 0, void 0).ser(se_CreateDevicePoolCommand).de(de_CreateDevicePoolCommand).build() {
|
|
3202
|
+
static {
|
|
3203
|
+
__name(this, "CreateDevicePoolCommand");
|
|
3204
|
+
}
|
|
3181
3205
|
};
|
|
3182
|
-
__name(_CreateDevicePoolCommand, "CreateDevicePoolCommand");
|
|
3183
|
-
var CreateDevicePoolCommand = _CreateDevicePoolCommand;
|
|
3184
3206
|
|
|
3185
3207
|
// src/commands/CreateInstanceProfileCommand.ts
|
|
3186
3208
|
|
|
3187
3209
|
|
|
3188
3210
|
|
|
3189
|
-
var
|
|
3211
|
+
var CreateInstanceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3190
3212
|
return [
|
|
3191
3213
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3192
3214
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3193
3215
|
];
|
|
3194
3216
|
}).s("DeviceFarm_20150623", "CreateInstanceProfile", {}).n("DeviceFarmClient", "CreateInstanceProfileCommand").f(void 0, void 0).ser(se_CreateInstanceProfileCommand).de(de_CreateInstanceProfileCommand).build() {
|
|
3217
|
+
static {
|
|
3218
|
+
__name(this, "CreateInstanceProfileCommand");
|
|
3219
|
+
}
|
|
3195
3220
|
};
|
|
3196
|
-
__name(_CreateInstanceProfileCommand, "CreateInstanceProfileCommand");
|
|
3197
|
-
var CreateInstanceProfileCommand = _CreateInstanceProfileCommand;
|
|
3198
3221
|
|
|
3199
3222
|
// src/commands/CreateNetworkProfileCommand.ts
|
|
3200
3223
|
|
|
3201
3224
|
|
|
3202
3225
|
|
|
3203
|
-
var
|
|
3226
|
+
var CreateNetworkProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3204
3227
|
return [
|
|
3205
3228
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3206
3229
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3207
3230
|
];
|
|
3208
3231
|
}).s("DeviceFarm_20150623", "CreateNetworkProfile", {}).n("DeviceFarmClient", "CreateNetworkProfileCommand").f(void 0, void 0).ser(se_CreateNetworkProfileCommand).de(de_CreateNetworkProfileCommand).build() {
|
|
3232
|
+
static {
|
|
3233
|
+
__name(this, "CreateNetworkProfileCommand");
|
|
3234
|
+
}
|
|
3209
3235
|
};
|
|
3210
|
-
__name(_CreateNetworkProfileCommand, "CreateNetworkProfileCommand");
|
|
3211
|
-
var CreateNetworkProfileCommand = _CreateNetworkProfileCommand;
|
|
3212
3236
|
|
|
3213
3237
|
// src/commands/CreateProjectCommand.ts
|
|
3214
3238
|
|
|
3215
3239
|
|
|
3216
3240
|
|
|
3217
|
-
var
|
|
3241
|
+
var CreateProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3218
3242
|
return [
|
|
3219
3243
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3220
3244
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3221
3245
|
];
|
|
3222
3246
|
}).s("DeviceFarm_20150623", "CreateProject", {}).n("DeviceFarmClient", "CreateProjectCommand").f(void 0, void 0).ser(se_CreateProjectCommand).de(de_CreateProjectCommand).build() {
|
|
3247
|
+
static {
|
|
3248
|
+
__name(this, "CreateProjectCommand");
|
|
3249
|
+
}
|
|
3223
3250
|
};
|
|
3224
|
-
__name(_CreateProjectCommand, "CreateProjectCommand");
|
|
3225
|
-
var CreateProjectCommand = _CreateProjectCommand;
|
|
3226
3251
|
|
|
3227
3252
|
// src/commands/CreateRemoteAccessSessionCommand.ts
|
|
3228
3253
|
|
|
3229
3254
|
|
|
3230
3255
|
|
|
3231
|
-
var
|
|
3256
|
+
var CreateRemoteAccessSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3232
3257
|
return [
|
|
3233
3258
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3234
3259
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3235
3260
|
];
|
|
3236
3261
|
}).s("DeviceFarm_20150623", "CreateRemoteAccessSession", {}).n("DeviceFarmClient", "CreateRemoteAccessSessionCommand").f(void 0, void 0).ser(se_CreateRemoteAccessSessionCommand).de(de_CreateRemoteAccessSessionCommand).build() {
|
|
3262
|
+
static {
|
|
3263
|
+
__name(this, "CreateRemoteAccessSessionCommand");
|
|
3264
|
+
}
|
|
3237
3265
|
};
|
|
3238
|
-
__name(_CreateRemoteAccessSessionCommand, "CreateRemoteAccessSessionCommand");
|
|
3239
|
-
var CreateRemoteAccessSessionCommand = _CreateRemoteAccessSessionCommand;
|
|
3240
3266
|
|
|
3241
3267
|
// src/commands/CreateTestGridProjectCommand.ts
|
|
3242
3268
|
|
|
3243
3269
|
|
|
3244
3270
|
|
|
3245
|
-
var
|
|
3271
|
+
var CreateTestGridProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3246
3272
|
return [
|
|
3247
3273
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3248
3274
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3249
3275
|
];
|
|
3250
3276
|
}).s("DeviceFarm_20150623", "CreateTestGridProject", {}).n("DeviceFarmClient", "CreateTestGridProjectCommand").f(void 0, void 0).ser(se_CreateTestGridProjectCommand).de(de_CreateTestGridProjectCommand).build() {
|
|
3277
|
+
static {
|
|
3278
|
+
__name(this, "CreateTestGridProjectCommand");
|
|
3279
|
+
}
|
|
3251
3280
|
};
|
|
3252
|
-
__name(_CreateTestGridProjectCommand, "CreateTestGridProjectCommand");
|
|
3253
|
-
var CreateTestGridProjectCommand = _CreateTestGridProjectCommand;
|
|
3254
3281
|
|
|
3255
3282
|
// src/commands/CreateTestGridUrlCommand.ts
|
|
3256
3283
|
|
|
3257
3284
|
|
|
3258
3285
|
|
|
3259
|
-
var
|
|
3286
|
+
var CreateTestGridUrlCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3260
3287
|
return [
|
|
3261
3288
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3262
3289
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3263
3290
|
];
|
|
3264
3291
|
}).s("DeviceFarm_20150623", "CreateTestGridUrl", {}).n("DeviceFarmClient", "CreateTestGridUrlCommand").f(void 0, CreateTestGridUrlResultFilterSensitiveLog).ser(se_CreateTestGridUrlCommand).de(de_CreateTestGridUrlCommand).build() {
|
|
3292
|
+
static {
|
|
3293
|
+
__name(this, "CreateTestGridUrlCommand");
|
|
3294
|
+
}
|
|
3265
3295
|
};
|
|
3266
|
-
__name(_CreateTestGridUrlCommand, "CreateTestGridUrlCommand");
|
|
3267
|
-
var CreateTestGridUrlCommand = _CreateTestGridUrlCommand;
|
|
3268
3296
|
|
|
3269
3297
|
// src/commands/CreateUploadCommand.ts
|
|
3270
3298
|
|
|
3271
3299
|
|
|
3272
3300
|
|
|
3273
|
-
var
|
|
3301
|
+
var CreateUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3274
3302
|
return [
|
|
3275
3303
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3276
3304
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3277
3305
|
];
|
|
3278
3306
|
}).s("DeviceFarm_20150623", "CreateUpload", {}).n("DeviceFarmClient", "CreateUploadCommand").f(void 0, CreateUploadResultFilterSensitiveLog).ser(se_CreateUploadCommand).de(de_CreateUploadCommand).build() {
|
|
3307
|
+
static {
|
|
3308
|
+
__name(this, "CreateUploadCommand");
|
|
3309
|
+
}
|
|
3279
3310
|
};
|
|
3280
|
-
__name(_CreateUploadCommand, "CreateUploadCommand");
|
|
3281
|
-
var CreateUploadCommand = _CreateUploadCommand;
|
|
3282
3311
|
|
|
3283
3312
|
// src/commands/CreateVPCEConfigurationCommand.ts
|
|
3284
3313
|
|
|
3285
3314
|
|
|
3286
3315
|
|
|
3287
|
-
var
|
|
3316
|
+
var CreateVPCEConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3288
3317
|
return [
|
|
3289
3318
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3290
3319
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3291
3320
|
];
|
|
3292
3321
|
}).s("DeviceFarm_20150623", "CreateVPCEConfiguration", {}).n("DeviceFarmClient", "CreateVPCEConfigurationCommand").f(void 0, void 0).ser(se_CreateVPCEConfigurationCommand).de(de_CreateVPCEConfigurationCommand).build() {
|
|
3322
|
+
static {
|
|
3323
|
+
__name(this, "CreateVPCEConfigurationCommand");
|
|
3324
|
+
}
|
|
3293
3325
|
};
|
|
3294
|
-
__name(_CreateVPCEConfigurationCommand, "CreateVPCEConfigurationCommand");
|
|
3295
|
-
var CreateVPCEConfigurationCommand = _CreateVPCEConfigurationCommand;
|
|
3296
3326
|
|
|
3297
3327
|
// src/commands/DeleteDevicePoolCommand.ts
|
|
3298
3328
|
|
|
3299
3329
|
|
|
3300
3330
|
|
|
3301
|
-
var
|
|
3331
|
+
var DeleteDevicePoolCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3302
3332
|
return [
|
|
3303
3333
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3304
3334
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3305
3335
|
];
|
|
3306
3336
|
}).s("DeviceFarm_20150623", "DeleteDevicePool", {}).n("DeviceFarmClient", "DeleteDevicePoolCommand").f(void 0, void 0).ser(se_DeleteDevicePoolCommand).de(de_DeleteDevicePoolCommand).build() {
|
|
3337
|
+
static {
|
|
3338
|
+
__name(this, "DeleteDevicePoolCommand");
|
|
3339
|
+
}
|
|
3307
3340
|
};
|
|
3308
|
-
__name(_DeleteDevicePoolCommand, "DeleteDevicePoolCommand");
|
|
3309
|
-
var DeleteDevicePoolCommand = _DeleteDevicePoolCommand;
|
|
3310
3341
|
|
|
3311
3342
|
// src/commands/DeleteInstanceProfileCommand.ts
|
|
3312
3343
|
|
|
3313
3344
|
|
|
3314
3345
|
|
|
3315
|
-
var
|
|
3346
|
+
var DeleteInstanceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3316
3347
|
return [
|
|
3317
3348
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3318
3349
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3319
3350
|
];
|
|
3320
3351
|
}).s("DeviceFarm_20150623", "DeleteInstanceProfile", {}).n("DeviceFarmClient", "DeleteInstanceProfileCommand").f(void 0, void 0).ser(se_DeleteInstanceProfileCommand).de(de_DeleteInstanceProfileCommand).build() {
|
|
3352
|
+
static {
|
|
3353
|
+
__name(this, "DeleteInstanceProfileCommand");
|
|
3354
|
+
}
|
|
3321
3355
|
};
|
|
3322
|
-
__name(_DeleteInstanceProfileCommand, "DeleteInstanceProfileCommand");
|
|
3323
|
-
var DeleteInstanceProfileCommand = _DeleteInstanceProfileCommand;
|
|
3324
3356
|
|
|
3325
3357
|
// src/commands/DeleteNetworkProfileCommand.ts
|
|
3326
3358
|
|
|
3327
3359
|
|
|
3328
3360
|
|
|
3329
|
-
var
|
|
3361
|
+
var DeleteNetworkProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3330
3362
|
return [
|
|
3331
3363
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3332
3364
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3333
3365
|
];
|
|
3334
3366
|
}).s("DeviceFarm_20150623", "DeleteNetworkProfile", {}).n("DeviceFarmClient", "DeleteNetworkProfileCommand").f(void 0, void 0).ser(se_DeleteNetworkProfileCommand).de(de_DeleteNetworkProfileCommand).build() {
|
|
3367
|
+
static {
|
|
3368
|
+
__name(this, "DeleteNetworkProfileCommand");
|
|
3369
|
+
}
|
|
3335
3370
|
};
|
|
3336
|
-
__name(_DeleteNetworkProfileCommand, "DeleteNetworkProfileCommand");
|
|
3337
|
-
var DeleteNetworkProfileCommand = _DeleteNetworkProfileCommand;
|
|
3338
3371
|
|
|
3339
3372
|
// src/commands/DeleteProjectCommand.ts
|
|
3340
3373
|
|
|
3341
3374
|
|
|
3342
3375
|
|
|
3343
|
-
var
|
|
3376
|
+
var DeleteProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3344
3377
|
return [
|
|
3345
3378
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3346
3379
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3347
3380
|
];
|
|
3348
3381
|
}).s("DeviceFarm_20150623", "DeleteProject", {}).n("DeviceFarmClient", "DeleteProjectCommand").f(void 0, void 0).ser(se_DeleteProjectCommand).de(de_DeleteProjectCommand).build() {
|
|
3382
|
+
static {
|
|
3383
|
+
__name(this, "DeleteProjectCommand");
|
|
3384
|
+
}
|
|
3349
3385
|
};
|
|
3350
|
-
__name(_DeleteProjectCommand, "DeleteProjectCommand");
|
|
3351
|
-
var DeleteProjectCommand = _DeleteProjectCommand;
|
|
3352
3386
|
|
|
3353
3387
|
// src/commands/DeleteRemoteAccessSessionCommand.ts
|
|
3354
3388
|
|
|
3355
3389
|
|
|
3356
3390
|
|
|
3357
|
-
var
|
|
3391
|
+
var DeleteRemoteAccessSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3358
3392
|
return [
|
|
3359
3393
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3360
3394
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3361
3395
|
];
|
|
3362
3396
|
}).s("DeviceFarm_20150623", "DeleteRemoteAccessSession", {}).n("DeviceFarmClient", "DeleteRemoteAccessSessionCommand").f(void 0, void 0).ser(se_DeleteRemoteAccessSessionCommand).de(de_DeleteRemoteAccessSessionCommand).build() {
|
|
3397
|
+
static {
|
|
3398
|
+
__name(this, "DeleteRemoteAccessSessionCommand");
|
|
3399
|
+
}
|
|
3363
3400
|
};
|
|
3364
|
-
__name(_DeleteRemoteAccessSessionCommand, "DeleteRemoteAccessSessionCommand");
|
|
3365
|
-
var DeleteRemoteAccessSessionCommand = _DeleteRemoteAccessSessionCommand;
|
|
3366
3401
|
|
|
3367
3402
|
// src/commands/DeleteRunCommand.ts
|
|
3368
3403
|
|
|
3369
3404
|
|
|
3370
3405
|
|
|
3371
|
-
var
|
|
3406
|
+
var DeleteRunCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3372
3407
|
return [
|
|
3373
3408
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3374
3409
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3375
3410
|
];
|
|
3376
3411
|
}).s("DeviceFarm_20150623", "DeleteRun", {}).n("DeviceFarmClient", "DeleteRunCommand").f(void 0, void 0).ser(se_DeleteRunCommand).de(de_DeleteRunCommand).build() {
|
|
3412
|
+
static {
|
|
3413
|
+
__name(this, "DeleteRunCommand");
|
|
3414
|
+
}
|
|
3377
3415
|
};
|
|
3378
|
-
__name(_DeleteRunCommand, "DeleteRunCommand");
|
|
3379
|
-
var DeleteRunCommand = _DeleteRunCommand;
|
|
3380
3416
|
|
|
3381
3417
|
// src/commands/DeleteTestGridProjectCommand.ts
|
|
3382
3418
|
|
|
3383
3419
|
|
|
3384
3420
|
|
|
3385
|
-
var
|
|
3421
|
+
var DeleteTestGridProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3386
3422
|
return [
|
|
3387
3423
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3388
3424
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3389
3425
|
];
|
|
3390
3426
|
}).s("DeviceFarm_20150623", "DeleteTestGridProject", {}).n("DeviceFarmClient", "DeleteTestGridProjectCommand").f(void 0, void 0).ser(se_DeleteTestGridProjectCommand).de(de_DeleteTestGridProjectCommand).build() {
|
|
3427
|
+
static {
|
|
3428
|
+
__name(this, "DeleteTestGridProjectCommand");
|
|
3429
|
+
}
|
|
3391
3430
|
};
|
|
3392
|
-
__name(_DeleteTestGridProjectCommand, "DeleteTestGridProjectCommand");
|
|
3393
|
-
var DeleteTestGridProjectCommand = _DeleteTestGridProjectCommand;
|
|
3394
3431
|
|
|
3395
3432
|
// src/commands/DeleteUploadCommand.ts
|
|
3396
3433
|
|
|
3397
3434
|
|
|
3398
3435
|
|
|
3399
|
-
var
|
|
3436
|
+
var DeleteUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3400
3437
|
return [
|
|
3401
3438
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3402
3439
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3403
3440
|
];
|
|
3404
3441
|
}).s("DeviceFarm_20150623", "DeleteUpload", {}).n("DeviceFarmClient", "DeleteUploadCommand").f(void 0, void 0).ser(se_DeleteUploadCommand).de(de_DeleteUploadCommand).build() {
|
|
3442
|
+
static {
|
|
3443
|
+
__name(this, "DeleteUploadCommand");
|
|
3444
|
+
}
|
|
3405
3445
|
};
|
|
3406
|
-
__name(_DeleteUploadCommand, "DeleteUploadCommand");
|
|
3407
|
-
var DeleteUploadCommand = _DeleteUploadCommand;
|
|
3408
3446
|
|
|
3409
3447
|
// src/commands/DeleteVPCEConfigurationCommand.ts
|
|
3410
3448
|
|
|
3411
3449
|
|
|
3412
3450
|
|
|
3413
|
-
var
|
|
3451
|
+
var DeleteVPCEConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3414
3452
|
return [
|
|
3415
3453
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3416
3454
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3417
3455
|
];
|
|
3418
3456
|
}).s("DeviceFarm_20150623", "DeleteVPCEConfiguration", {}).n("DeviceFarmClient", "DeleteVPCEConfigurationCommand").f(void 0, void 0).ser(se_DeleteVPCEConfigurationCommand).de(de_DeleteVPCEConfigurationCommand).build() {
|
|
3457
|
+
static {
|
|
3458
|
+
__name(this, "DeleteVPCEConfigurationCommand");
|
|
3459
|
+
}
|
|
3419
3460
|
};
|
|
3420
|
-
__name(_DeleteVPCEConfigurationCommand, "DeleteVPCEConfigurationCommand");
|
|
3421
|
-
var DeleteVPCEConfigurationCommand = _DeleteVPCEConfigurationCommand;
|
|
3422
3461
|
|
|
3423
3462
|
// src/commands/GetAccountSettingsCommand.ts
|
|
3424
3463
|
|
|
3425
3464
|
|
|
3426
3465
|
|
|
3427
|
-
var
|
|
3466
|
+
var GetAccountSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3428
3467
|
return [
|
|
3429
3468
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3430
3469
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3431
3470
|
];
|
|
3432
3471
|
}).s("DeviceFarm_20150623", "GetAccountSettings", {}).n("DeviceFarmClient", "GetAccountSettingsCommand").f(void 0, void 0).ser(se_GetAccountSettingsCommand).de(de_GetAccountSettingsCommand).build() {
|
|
3472
|
+
static {
|
|
3473
|
+
__name(this, "GetAccountSettingsCommand");
|
|
3474
|
+
}
|
|
3433
3475
|
};
|
|
3434
|
-
__name(_GetAccountSettingsCommand, "GetAccountSettingsCommand");
|
|
3435
|
-
var GetAccountSettingsCommand = _GetAccountSettingsCommand;
|
|
3436
3476
|
|
|
3437
3477
|
// src/commands/GetDeviceCommand.ts
|
|
3438
3478
|
|
|
3439
3479
|
|
|
3440
3480
|
|
|
3441
|
-
var
|
|
3481
|
+
var GetDeviceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3442
3482
|
return [
|
|
3443
3483
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3444
3484
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3445
3485
|
];
|
|
3446
3486
|
}).s("DeviceFarm_20150623", "GetDevice", {}).n("DeviceFarmClient", "GetDeviceCommand").f(void 0, void 0).ser(se_GetDeviceCommand).de(de_GetDeviceCommand).build() {
|
|
3487
|
+
static {
|
|
3488
|
+
__name(this, "GetDeviceCommand");
|
|
3489
|
+
}
|
|
3447
3490
|
};
|
|
3448
|
-
__name(_GetDeviceCommand, "GetDeviceCommand");
|
|
3449
|
-
var GetDeviceCommand = _GetDeviceCommand;
|
|
3450
3491
|
|
|
3451
3492
|
// src/commands/GetDeviceInstanceCommand.ts
|
|
3452
3493
|
|
|
3453
3494
|
|
|
3454
3495
|
|
|
3455
|
-
var
|
|
3496
|
+
var GetDeviceInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3456
3497
|
return [
|
|
3457
3498
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3458
3499
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3459
3500
|
];
|
|
3460
3501
|
}).s("DeviceFarm_20150623", "GetDeviceInstance", {}).n("DeviceFarmClient", "GetDeviceInstanceCommand").f(void 0, void 0).ser(se_GetDeviceInstanceCommand).de(de_GetDeviceInstanceCommand).build() {
|
|
3502
|
+
static {
|
|
3503
|
+
__name(this, "GetDeviceInstanceCommand");
|
|
3504
|
+
}
|
|
3461
3505
|
};
|
|
3462
|
-
__name(_GetDeviceInstanceCommand, "GetDeviceInstanceCommand");
|
|
3463
|
-
var GetDeviceInstanceCommand = _GetDeviceInstanceCommand;
|
|
3464
3506
|
|
|
3465
3507
|
// src/commands/GetDevicePoolCommand.ts
|
|
3466
3508
|
|
|
3467
3509
|
|
|
3468
3510
|
|
|
3469
|
-
var
|
|
3511
|
+
var GetDevicePoolCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3470
3512
|
return [
|
|
3471
3513
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3472
3514
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3473
3515
|
];
|
|
3474
3516
|
}).s("DeviceFarm_20150623", "GetDevicePool", {}).n("DeviceFarmClient", "GetDevicePoolCommand").f(void 0, void 0).ser(se_GetDevicePoolCommand).de(de_GetDevicePoolCommand).build() {
|
|
3517
|
+
static {
|
|
3518
|
+
__name(this, "GetDevicePoolCommand");
|
|
3519
|
+
}
|
|
3475
3520
|
};
|
|
3476
|
-
__name(_GetDevicePoolCommand, "GetDevicePoolCommand");
|
|
3477
|
-
var GetDevicePoolCommand = _GetDevicePoolCommand;
|
|
3478
3521
|
|
|
3479
3522
|
// src/commands/GetDevicePoolCompatibilityCommand.ts
|
|
3480
3523
|
|
|
3481
3524
|
|
|
3482
3525
|
|
|
3483
|
-
var
|
|
3526
|
+
var GetDevicePoolCompatibilityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3484
3527
|
return [
|
|
3485
3528
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3486
3529
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3487
3530
|
];
|
|
3488
3531
|
}).s("DeviceFarm_20150623", "GetDevicePoolCompatibility", {}).n("DeviceFarmClient", "GetDevicePoolCompatibilityCommand").f(void 0, void 0).ser(se_GetDevicePoolCompatibilityCommand).de(de_GetDevicePoolCompatibilityCommand).build() {
|
|
3532
|
+
static {
|
|
3533
|
+
__name(this, "GetDevicePoolCompatibilityCommand");
|
|
3534
|
+
}
|
|
3489
3535
|
};
|
|
3490
|
-
__name(_GetDevicePoolCompatibilityCommand, "GetDevicePoolCompatibilityCommand");
|
|
3491
|
-
var GetDevicePoolCompatibilityCommand = _GetDevicePoolCompatibilityCommand;
|
|
3492
3536
|
|
|
3493
3537
|
// src/commands/GetInstanceProfileCommand.ts
|
|
3494
3538
|
|
|
3495
3539
|
|
|
3496
3540
|
|
|
3497
|
-
var
|
|
3541
|
+
var GetInstanceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3498
3542
|
return [
|
|
3499
3543
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3500
3544
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3501
3545
|
];
|
|
3502
3546
|
}).s("DeviceFarm_20150623", "GetInstanceProfile", {}).n("DeviceFarmClient", "GetInstanceProfileCommand").f(void 0, void 0).ser(se_GetInstanceProfileCommand).de(de_GetInstanceProfileCommand).build() {
|
|
3547
|
+
static {
|
|
3548
|
+
__name(this, "GetInstanceProfileCommand");
|
|
3549
|
+
}
|
|
3503
3550
|
};
|
|
3504
|
-
__name(_GetInstanceProfileCommand, "GetInstanceProfileCommand");
|
|
3505
|
-
var GetInstanceProfileCommand = _GetInstanceProfileCommand;
|
|
3506
3551
|
|
|
3507
3552
|
// src/commands/GetJobCommand.ts
|
|
3508
3553
|
|
|
3509
3554
|
|
|
3510
3555
|
|
|
3511
|
-
var
|
|
3556
|
+
var GetJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3512
3557
|
return [
|
|
3513
3558
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3514
3559
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3515
3560
|
];
|
|
3516
3561
|
}).s("DeviceFarm_20150623", "GetJob", {}).n("DeviceFarmClient", "GetJobCommand").f(void 0, void 0).ser(se_GetJobCommand).de(de_GetJobCommand).build() {
|
|
3562
|
+
static {
|
|
3563
|
+
__name(this, "GetJobCommand");
|
|
3564
|
+
}
|
|
3517
3565
|
};
|
|
3518
|
-
__name(_GetJobCommand, "GetJobCommand");
|
|
3519
|
-
var GetJobCommand = _GetJobCommand;
|
|
3520
3566
|
|
|
3521
3567
|
// src/commands/GetNetworkProfileCommand.ts
|
|
3522
3568
|
|
|
3523
3569
|
|
|
3524
3570
|
|
|
3525
|
-
var
|
|
3571
|
+
var GetNetworkProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3526
3572
|
return [
|
|
3527
3573
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3528
3574
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3529
3575
|
];
|
|
3530
3576
|
}).s("DeviceFarm_20150623", "GetNetworkProfile", {}).n("DeviceFarmClient", "GetNetworkProfileCommand").f(void 0, void 0).ser(se_GetNetworkProfileCommand).de(de_GetNetworkProfileCommand).build() {
|
|
3577
|
+
static {
|
|
3578
|
+
__name(this, "GetNetworkProfileCommand");
|
|
3579
|
+
}
|
|
3531
3580
|
};
|
|
3532
|
-
__name(_GetNetworkProfileCommand, "GetNetworkProfileCommand");
|
|
3533
|
-
var GetNetworkProfileCommand = _GetNetworkProfileCommand;
|
|
3534
3581
|
|
|
3535
3582
|
// src/commands/GetOfferingStatusCommand.ts
|
|
3536
3583
|
|
|
3537
3584
|
|
|
3538
3585
|
|
|
3539
|
-
var
|
|
3586
|
+
var GetOfferingStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3540
3587
|
return [
|
|
3541
3588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3542
3589
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3543
3590
|
];
|
|
3544
3591
|
}).s("DeviceFarm_20150623", "GetOfferingStatus", {}).n("DeviceFarmClient", "GetOfferingStatusCommand").f(void 0, void 0).ser(se_GetOfferingStatusCommand).de(de_GetOfferingStatusCommand).build() {
|
|
3592
|
+
static {
|
|
3593
|
+
__name(this, "GetOfferingStatusCommand");
|
|
3594
|
+
}
|
|
3545
3595
|
};
|
|
3546
|
-
__name(_GetOfferingStatusCommand, "GetOfferingStatusCommand");
|
|
3547
|
-
var GetOfferingStatusCommand = _GetOfferingStatusCommand;
|
|
3548
3596
|
|
|
3549
3597
|
// src/commands/GetProjectCommand.ts
|
|
3550
3598
|
|
|
3551
3599
|
|
|
3552
3600
|
|
|
3553
|
-
var
|
|
3601
|
+
var GetProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3554
3602
|
return [
|
|
3555
3603
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3556
3604
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3557
3605
|
];
|
|
3558
3606
|
}).s("DeviceFarm_20150623", "GetProject", {}).n("DeviceFarmClient", "GetProjectCommand").f(void 0, void 0).ser(se_GetProjectCommand).de(de_GetProjectCommand).build() {
|
|
3607
|
+
static {
|
|
3608
|
+
__name(this, "GetProjectCommand");
|
|
3609
|
+
}
|
|
3559
3610
|
};
|
|
3560
|
-
__name(_GetProjectCommand, "GetProjectCommand");
|
|
3561
|
-
var GetProjectCommand = _GetProjectCommand;
|
|
3562
3611
|
|
|
3563
3612
|
// src/commands/GetRemoteAccessSessionCommand.ts
|
|
3564
3613
|
|
|
3565
3614
|
|
|
3566
3615
|
|
|
3567
|
-
var
|
|
3616
|
+
var GetRemoteAccessSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3568
3617
|
return [
|
|
3569
3618
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3570
3619
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3571
3620
|
];
|
|
3572
3621
|
}).s("DeviceFarm_20150623", "GetRemoteAccessSession", {}).n("DeviceFarmClient", "GetRemoteAccessSessionCommand").f(void 0, void 0).ser(se_GetRemoteAccessSessionCommand).de(de_GetRemoteAccessSessionCommand).build() {
|
|
3622
|
+
static {
|
|
3623
|
+
__name(this, "GetRemoteAccessSessionCommand");
|
|
3624
|
+
}
|
|
3573
3625
|
};
|
|
3574
|
-
__name(_GetRemoteAccessSessionCommand, "GetRemoteAccessSessionCommand");
|
|
3575
|
-
var GetRemoteAccessSessionCommand = _GetRemoteAccessSessionCommand;
|
|
3576
3626
|
|
|
3577
3627
|
// src/commands/GetRunCommand.ts
|
|
3578
3628
|
|
|
3579
3629
|
|
|
3580
3630
|
|
|
3581
|
-
var
|
|
3631
|
+
var GetRunCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3582
3632
|
return [
|
|
3583
3633
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3584
3634
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3585
3635
|
];
|
|
3586
3636
|
}).s("DeviceFarm_20150623", "GetRun", {}).n("DeviceFarmClient", "GetRunCommand").f(void 0, void 0).ser(se_GetRunCommand).de(de_GetRunCommand).build() {
|
|
3637
|
+
static {
|
|
3638
|
+
__name(this, "GetRunCommand");
|
|
3639
|
+
}
|
|
3587
3640
|
};
|
|
3588
|
-
__name(_GetRunCommand, "GetRunCommand");
|
|
3589
|
-
var GetRunCommand = _GetRunCommand;
|
|
3590
3641
|
|
|
3591
3642
|
// src/commands/GetSuiteCommand.ts
|
|
3592
3643
|
|
|
3593
3644
|
|
|
3594
3645
|
|
|
3595
|
-
var
|
|
3646
|
+
var GetSuiteCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3596
3647
|
return [
|
|
3597
3648
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3598
3649
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3599
3650
|
];
|
|
3600
3651
|
}).s("DeviceFarm_20150623", "GetSuite", {}).n("DeviceFarmClient", "GetSuiteCommand").f(void 0, void 0).ser(se_GetSuiteCommand).de(de_GetSuiteCommand).build() {
|
|
3652
|
+
static {
|
|
3653
|
+
__name(this, "GetSuiteCommand");
|
|
3654
|
+
}
|
|
3601
3655
|
};
|
|
3602
|
-
__name(_GetSuiteCommand, "GetSuiteCommand");
|
|
3603
|
-
var GetSuiteCommand = _GetSuiteCommand;
|
|
3604
3656
|
|
|
3605
3657
|
// src/commands/GetTestCommand.ts
|
|
3606
3658
|
|
|
3607
3659
|
|
|
3608
3660
|
|
|
3609
|
-
var
|
|
3661
|
+
var GetTestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3610
3662
|
return [
|
|
3611
3663
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3612
3664
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3613
3665
|
];
|
|
3614
3666
|
}).s("DeviceFarm_20150623", "GetTest", {}).n("DeviceFarmClient", "GetTestCommand").f(void 0, void 0).ser(se_GetTestCommand).de(de_GetTestCommand).build() {
|
|
3667
|
+
static {
|
|
3668
|
+
__name(this, "GetTestCommand");
|
|
3669
|
+
}
|
|
3615
3670
|
};
|
|
3616
|
-
__name(_GetTestCommand, "GetTestCommand");
|
|
3617
|
-
var GetTestCommand = _GetTestCommand;
|
|
3618
3671
|
|
|
3619
3672
|
// src/commands/GetTestGridProjectCommand.ts
|
|
3620
3673
|
|
|
3621
3674
|
|
|
3622
3675
|
|
|
3623
|
-
var
|
|
3676
|
+
var GetTestGridProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3624
3677
|
return [
|
|
3625
3678
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3626
3679
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3627
3680
|
];
|
|
3628
3681
|
}).s("DeviceFarm_20150623", "GetTestGridProject", {}).n("DeviceFarmClient", "GetTestGridProjectCommand").f(void 0, void 0).ser(se_GetTestGridProjectCommand).de(de_GetTestGridProjectCommand).build() {
|
|
3682
|
+
static {
|
|
3683
|
+
__name(this, "GetTestGridProjectCommand");
|
|
3684
|
+
}
|
|
3629
3685
|
};
|
|
3630
|
-
__name(_GetTestGridProjectCommand, "GetTestGridProjectCommand");
|
|
3631
|
-
var GetTestGridProjectCommand = _GetTestGridProjectCommand;
|
|
3632
3686
|
|
|
3633
3687
|
// src/commands/GetTestGridSessionCommand.ts
|
|
3634
3688
|
|
|
3635
3689
|
|
|
3636
3690
|
|
|
3637
|
-
var
|
|
3691
|
+
var GetTestGridSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3638
3692
|
return [
|
|
3639
3693
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3640
3694
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3641
3695
|
];
|
|
3642
3696
|
}).s("DeviceFarm_20150623", "GetTestGridSession", {}).n("DeviceFarmClient", "GetTestGridSessionCommand").f(void 0, void 0).ser(se_GetTestGridSessionCommand).de(de_GetTestGridSessionCommand).build() {
|
|
3697
|
+
static {
|
|
3698
|
+
__name(this, "GetTestGridSessionCommand");
|
|
3699
|
+
}
|
|
3643
3700
|
};
|
|
3644
|
-
__name(_GetTestGridSessionCommand, "GetTestGridSessionCommand");
|
|
3645
|
-
var GetTestGridSessionCommand = _GetTestGridSessionCommand;
|
|
3646
3701
|
|
|
3647
3702
|
// src/commands/GetUploadCommand.ts
|
|
3648
3703
|
|
|
3649
3704
|
|
|
3650
3705
|
|
|
3651
|
-
var
|
|
3706
|
+
var GetUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3652
3707
|
return [
|
|
3653
3708
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3654
3709
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3655
3710
|
];
|
|
3656
3711
|
}).s("DeviceFarm_20150623", "GetUpload", {}).n("DeviceFarmClient", "GetUploadCommand").f(void 0, GetUploadResultFilterSensitiveLog).ser(se_GetUploadCommand).de(de_GetUploadCommand).build() {
|
|
3712
|
+
static {
|
|
3713
|
+
__name(this, "GetUploadCommand");
|
|
3714
|
+
}
|
|
3657
3715
|
};
|
|
3658
|
-
__name(_GetUploadCommand, "GetUploadCommand");
|
|
3659
|
-
var GetUploadCommand = _GetUploadCommand;
|
|
3660
3716
|
|
|
3661
3717
|
// src/commands/GetVPCEConfigurationCommand.ts
|
|
3662
3718
|
|
|
3663
3719
|
|
|
3664
3720
|
|
|
3665
|
-
var
|
|
3721
|
+
var GetVPCEConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3666
3722
|
return [
|
|
3667
3723
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3668
3724
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3669
3725
|
];
|
|
3670
3726
|
}).s("DeviceFarm_20150623", "GetVPCEConfiguration", {}).n("DeviceFarmClient", "GetVPCEConfigurationCommand").f(void 0, void 0).ser(se_GetVPCEConfigurationCommand).de(de_GetVPCEConfigurationCommand).build() {
|
|
3727
|
+
static {
|
|
3728
|
+
__name(this, "GetVPCEConfigurationCommand");
|
|
3729
|
+
}
|
|
3671
3730
|
};
|
|
3672
|
-
__name(_GetVPCEConfigurationCommand, "GetVPCEConfigurationCommand");
|
|
3673
|
-
var GetVPCEConfigurationCommand = _GetVPCEConfigurationCommand;
|
|
3674
3731
|
|
|
3675
3732
|
// src/commands/InstallToRemoteAccessSessionCommand.ts
|
|
3676
3733
|
|
|
3677
3734
|
|
|
3678
3735
|
|
|
3679
|
-
var
|
|
3736
|
+
var InstallToRemoteAccessSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3680
3737
|
return [
|
|
3681
3738
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3682
3739
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3683
3740
|
];
|
|
3684
3741
|
}).s("DeviceFarm_20150623", "InstallToRemoteAccessSession", {}).n("DeviceFarmClient", "InstallToRemoteAccessSessionCommand").f(void 0, InstallToRemoteAccessSessionResultFilterSensitiveLog).ser(se_InstallToRemoteAccessSessionCommand).de(de_InstallToRemoteAccessSessionCommand).build() {
|
|
3742
|
+
static {
|
|
3743
|
+
__name(this, "InstallToRemoteAccessSessionCommand");
|
|
3744
|
+
}
|
|
3685
3745
|
};
|
|
3686
|
-
__name(_InstallToRemoteAccessSessionCommand, "InstallToRemoteAccessSessionCommand");
|
|
3687
|
-
var InstallToRemoteAccessSessionCommand = _InstallToRemoteAccessSessionCommand;
|
|
3688
3746
|
|
|
3689
3747
|
// src/commands/ListArtifactsCommand.ts
|
|
3690
3748
|
|
|
3691
3749
|
|
|
3692
3750
|
|
|
3693
|
-
var
|
|
3751
|
+
var ListArtifactsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3694
3752
|
return [
|
|
3695
3753
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3696
3754
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3697
3755
|
];
|
|
3698
3756
|
}).s("DeviceFarm_20150623", "ListArtifacts", {}).n("DeviceFarmClient", "ListArtifactsCommand").f(void 0, void 0).ser(se_ListArtifactsCommand).de(de_ListArtifactsCommand).build() {
|
|
3757
|
+
static {
|
|
3758
|
+
__name(this, "ListArtifactsCommand");
|
|
3759
|
+
}
|
|
3699
3760
|
};
|
|
3700
|
-
__name(_ListArtifactsCommand, "ListArtifactsCommand");
|
|
3701
|
-
var ListArtifactsCommand = _ListArtifactsCommand;
|
|
3702
3761
|
|
|
3703
3762
|
// src/commands/ListDeviceInstancesCommand.ts
|
|
3704
3763
|
|
|
3705
3764
|
|
|
3706
3765
|
|
|
3707
|
-
var
|
|
3766
|
+
var ListDeviceInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3708
3767
|
return [
|
|
3709
3768
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3710
3769
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3711
3770
|
];
|
|
3712
3771
|
}).s("DeviceFarm_20150623", "ListDeviceInstances", {}).n("DeviceFarmClient", "ListDeviceInstancesCommand").f(void 0, void 0).ser(se_ListDeviceInstancesCommand).de(de_ListDeviceInstancesCommand).build() {
|
|
3772
|
+
static {
|
|
3773
|
+
__name(this, "ListDeviceInstancesCommand");
|
|
3774
|
+
}
|
|
3713
3775
|
};
|
|
3714
|
-
__name(_ListDeviceInstancesCommand, "ListDeviceInstancesCommand");
|
|
3715
|
-
var ListDeviceInstancesCommand = _ListDeviceInstancesCommand;
|
|
3716
3776
|
|
|
3717
3777
|
// src/commands/ListDevicePoolsCommand.ts
|
|
3718
3778
|
|
|
3719
3779
|
|
|
3720
3780
|
|
|
3721
|
-
var
|
|
3781
|
+
var ListDevicePoolsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3722
3782
|
return [
|
|
3723
3783
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3724
3784
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3725
3785
|
];
|
|
3726
3786
|
}).s("DeviceFarm_20150623", "ListDevicePools", {}).n("DeviceFarmClient", "ListDevicePoolsCommand").f(void 0, void 0).ser(se_ListDevicePoolsCommand).de(de_ListDevicePoolsCommand).build() {
|
|
3787
|
+
static {
|
|
3788
|
+
__name(this, "ListDevicePoolsCommand");
|
|
3789
|
+
}
|
|
3727
3790
|
};
|
|
3728
|
-
__name(_ListDevicePoolsCommand, "ListDevicePoolsCommand");
|
|
3729
|
-
var ListDevicePoolsCommand = _ListDevicePoolsCommand;
|
|
3730
3791
|
|
|
3731
3792
|
// src/commands/ListDevicesCommand.ts
|
|
3732
3793
|
|
|
3733
3794
|
|
|
3734
3795
|
|
|
3735
|
-
var
|
|
3796
|
+
var ListDevicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3736
3797
|
return [
|
|
3737
3798
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3738
3799
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3739
3800
|
];
|
|
3740
3801
|
}).s("DeviceFarm_20150623", "ListDevices", {}).n("DeviceFarmClient", "ListDevicesCommand").f(void 0, void 0).ser(se_ListDevicesCommand).de(de_ListDevicesCommand).build() {
|
|
3802
|
+
static {
|
|
3803
|
+
__name(this, "ListDevicesCommand");
|
|
3804
|
+
}
|
|
3741
3805
|
};
|
|
3742
|
-
__name(_ListDevicesCommand, "ListDevicesCommand");
|
|
3743
|
-
var ListDevicesCommand = _ListDevicesCommand;
|
|
3744
3806
|
|
|
3745
3807
|
// src/commands/ListInstanceProfilesCommand.ts
|
|
3746
3808
|
|
|
3747
3809
|
|
|
3748
3810
|
|
|
3749
|
-
var
|
|
3811
|
+
var ListInstanceProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3750
3812
|
return [
|
|
3751
3813
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3752
3814
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3753
3815
|
];
|
|
3754
3816
|
}).s("DeviceFarm_20150623", "ListInstanceProfiles", {}).n("DeviceFarmClient", "ListInstanceProfilesCommand").f(void 0, void 0).ser(se_ListInstanceProfilesCommand).de(de_ListInstanceProfilesCommand).build() {
|
|
3817
|
+
static {
|
|
3818
|
+
__name(this, "ListInstanceProfilesCommand");
|
|
3819
|
+
}
|
|
3755
3820
|
};
|
|
3756
|
-
__name(_ListInstanceProfilesCommand, "ListInstanceProfilesCommand");
|
|
3757
|
-
var ListInstanceProfilesCommand = _ListInstanceProfilesCommand;
|
|
3758
3821
|
|
|
3759
3822
|
// src/commands/ListJobsCommand.ts
|
|
3760
3823
|
|
|
3761
3824
|
|
|
3762
3825
|
|
|
3763
|
-
var
|
|
3826
|
+
var ListJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3764
3827
|
return [
|
|
3765
3828
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3766
3829
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3767
3830
|
];
|
|
3768
3831
|
}).s("DeviceFarm_20150623", "ListJobs", {}).n("DeviceFarmClient", "ListJobsCommand").f(void 0, void 0).ser(se_ListJobsCommand).de(de_ListJobsCommand).build() {
|
|
3832
|
+
static {
|
|
3833
|
+
__name(this, "ListJobsCommand");
|
|
3834
|
+
}
|
|
3769
3835
|
};
|
|
3770
|
-
__name(_ListJobsCommand, "ListJobsCommand");
|
|
3771
|
-
var ListJobsCommand = _ListJobsCommand;
|
|
3772
3836
|
|
|
3773
3837
|
// src/commands/ListNetworkProfilesCommand.ts
|
|
3774
3838
|
|
|
3775
3839
|
|
|
3776
3840
|
|
|
3777
|
-
var
|
|
3841
|
+
var ListNetworkProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3778
3842
|
return [
|
|
3779
3843
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3780
3844
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3781
3845
|
];
|
|
3782
3846
|
}).s("DeviceFarm_20150623", "ListNetworkProfiles", {}).n("DeviceFarmClient", "ListNetworkProfilesCommand").f(void 0, void 0).ser(se_ListNetworkProfilesCommand).de(de_ListNetworkProfilesCommand).build() {
|
|
3847
|
+
static {
|
|
3848
|
+
__name(this, "ListNetworkProfilesCommand");
|
|
3849
|
+
}
|
|
3783
3850
|
};
|
|
3784
|
-
__name(_ListNetworkProfilesCommand, "ListNetworkProfilesCommand");
|
|
3785
|
-
var ListNetworkProfilesCommand = _ListNetworkProfilesCommand;
|
|
3786
3851
|
|
|
3787
3852
|
// src/commands/ListOfferingPromotionsCommand.ts
|
|
3788
3853
|
|
|
3789
3854
|
|
|
3790
3855
|
|
|
3791
|
-
var
|
|
3856
|
+
var ListOfferingPromotionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3792
3857
|
return [
|
|
3793
3858
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3794
3859
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3795
3860
|
];
|
|
3796
3861
|
}).s("DeviceFarm_20150623", "ListOfferingPromotions", {}).n("DeviceFarmClient", "ListOfferingPromotionsCommand").f(void 0, void 0).ser(se_ListOfferingPromotionsCommand).de(de_ListOfferingPromotionsCommand).build() {
|
|
3862
|
+
static {
|
|
3863
|
+
__name(this, "ListOfferingPromotionsCommand");
|
|
3864
|
+
}
|
|
3797
3865
|
};
|
|
3798
|
-
__name(_ListOfferingPromotionsCommand, "ListOfferingPromotionsCommand");
|
|
3799
|
-
var ListOfferingPromotionsCommand = _ListOfferingPromotionsCommand;
|
|
3800
3866
|
|
|
3801
3867
|
// src/commands/ListOfferingsCommand.ts
|
|
3802
3868
|
|
|
3803
3869
|
|
|
3804
3870
|
|
|
3805
|
-
var
|
|
3871
|
+
var ListOfferingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3806
3872
|
return [
|
|
3807
3873
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3808
3874
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3809
3875
|
];
|
|
3810
3876
|
}).s("DeviceFarm_20150623", "ListOfferings", {}).n("DeviceFarmClient", "ListOfferingsCommand").f(void 0, void 0).ser(se_ListOfferingsCommand).de(de_ListOfferingsCommand).build() {
|
|
3877
|
+
static {
|
|
3878
|
+
__name(this, "ListOfferingsCommand");
|
|
3879
|
+
}
|
|
3811
3880
|
};
|
|
3812
|
-
__name(_ListOfferingsCommand, "ListOfferingsCommand");
|
|
3813
|
-
var ListOfferingsCommand = _ListOfferingsCommand;
|
|
3814
3881
|
|
|
3815
3882
|
// src/commands/ListOfferingTransactionsCommand.ts
|
|
3816
3883
|
|
|
3817
3884
|
|
|
3818
3885
|
|
|
3819
|
-
var
|
|
3886
|
+
var ListOfferingTransactionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3820
3887
|
return [
|
|
3821
3888
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3822
3889
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3823
3890
|
];
|
|
3824
3891
|
}).s("DeviceFarm_20150623", "ListOfferingTransactions", {}).n("DeviceFarmClient", "ListOfferingTransactionsCommand").f(void 0, void 0).ser(se_ListOfferingTransactionsCommand).de(de_ListOfferingTransactionsCommand).build() {
|
|
3892
|
+
static {
|
|
3893
|
+
__name(this, "ListOfferingTransactionsCommand");
|
|
3894
|
+
}
|
|
3825
3895
|
};
|
|
3826
|
-
__name(_ListOfferingTransactionsCommand, "ListOfferingTransactionsCommand");
|
|
3827
|
-
var ListOfferingTransactionsCommand = _ListOfferingTransactionsCommand;
|
|
3828
3896
|
|
|
3829
3897
|
// src/commands/ListProjectsCommand.ts
|
|
3830
3898
|
|
|
3831
3899
|
|
|
3832
3900
|
|
|
3833
|
-
var
|
|
3901
|
+
var ListProjectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3834
3902
|
return [
|
|
3835
3903
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3836
3904
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3837
3905
|
];
|
|
3838
3906
|
}).s("DeviceFarm_20150623", "ListProjects", {}).n("DeviceFarmClient", "ListProjectsCommand").f(void 0, void 0).ser(se_ListProjectsCommand).de(de_ListProjectsCommand).build() {
|
|
3907
|
+
static {
|
|
3908
|
+
__name(this, "ListProjectsCommand");
|
|
3909
|
+
}
|
|
3839
3910
|
};
|
|
3840
|
-
__name(_ListProjectsCommand, "ListProjectsCommand");
|
|
3841
|
-
var ListProjectsCommand = _ListProjectsCommand;
|
|
3842
3911
|
|
|
3843
3912
|
// src/commands/ListRemoteAccessSessionsCommand.ts
|
|
3844
3913
|
|
|
3845
3914
|
|
|
3846
3915
|
|
|
3847
|
-
var
|
|
3916
|
+
var ListRemoteAccessSessionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3848
3917
|
return [
|
|
3849
3918
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3850
3919
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3851
3920
|
];
|
|
3852
3921
|
}).s("DeviceFarm_20150623", "ListRemoteAccessSessions", {}).n("DeviceFarmClient", "ListRemoteAccessSessionsCommand").f(void 0, void 0).ser(se_ListRemoteAccessSessionsCommand).de(de_ListRemoteAccessSessionsCommand).build() {
|
|
3922
|
+
static {
|
|
3923
|
+
__name(this, "ListRemoteAccessSessionsCommand");
|
|
3924
|
+
}
|
|
3853
3925
|
};
|
|
3854
|
-
__name(_ListRemoteAccessSessionsCommand, "ListRemoteAccessSessionsCommand");
|
|
3855
|
-
var ListRemoteAccessSessionsCommand = _ListRemoteAccessSessionsCommand;
|
|
3856
3926
|
|
|
3857
3927
|
// src/commands/ListRunsCommand.ts
|
|
3858
3928
|
|
|
3859
3929
|
|
|
3860
3930
|
|
|
3861
|
-
var
|
|
3931
|
+
var ListRunsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3862
3932
|
return [
|
|
3863
3933
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3864
3934
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3865
3935
|
];
|
|
3866
3936
|
}).s("DeviceFarm_20150623", "ListRuns", {}).n("DeviceFarmClient", "ListRunsCommand").f(void 0, void 0).ser(se_ListRunsCommand).de(de_ListRunsCommand).build() {
|
|
3937
|
+
static {
|
|
3938
|
+
__name(this, "ListRunsCommand");
|
|
3939
|
+
}
|
|
3867
3940
|
};
|
|
3868
|
-
__name(_ListRunsCommand, "ListRunsCommand");
|
|
3869
|
-
var ListRunsCommand = _ListRunsCommand;
|
|
3870
3941
|
|
|
3871
3942
|
// src/commands/ListSamplesCommand.ts
|
|
3872
3943
|
|
|
3873
3944
|
|
|
3874
3945
|
|
|
3875
|
-
var
|
|
3946
|
+
var ListSamplesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3876
3947
|
return [
|
|
3877
3948
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3878
3949
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3879
3950
|
];
|
|
3880
3951
|
}).s("DeviceFarm_20150623", "ListSamples", {}).n("DeviceFarmClient", "ListSamplesCommand").f(void 0, void 0).ser(se_ListSamplesCommand).de(de_ListSamplesCommand).build() {
|
|
3952
|
+
static {
|
|
3953
|
+
__name(this, "ListSamplesCommand");
|
|
3954
|
+
}
|
|
3881
3955
|
};
|
|
3882
|
-
__name(_ListSamplesCommand, "ListSamplesCommand");
|
|
3883
|
-
var ListSamplesCommand = _ListSamplesCommand;
|
|
3884
3956
|
|
|
3885
3957
|
// src/commands/ListSuitesCommand.ts
|
|
3886
3958
|
|
|
3887
3959
|
|
|
3888
3960
|
|
|
3889
|
-
var
|
|
3961
|
+
var ListSuitesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3890
3962
|
return [
|
|
3891
3963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3892
3964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3893
3965
|
];
|
|
3894
3966
|
}).s("DeviceFarm_20150623", "ListSuites", {}).n("DeviceFarmClient", "ListSuitesCommand").f(void 0, void 0).ser(se_ListSuitesCommand).de(de_ListSuitesCommand).build() {
|
|
3967
|
+
static {
|
|
3968
|
+
__name(this, "ListSuitesCommand");
|
|
3969
|
+
}
|
|
3895
3970
|
};
|
|
3896
|
-
__name(_ListSuitesCommand, "ListSuitesCommand");
|
|
3897
|
-
var ListSuitesCommand = _ListSuitesCommand;
|
|
3898
3971
|
|
|
3899
3972
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3900
3973
|
|
|
3901
3974
|
|
|
3902
3975
|
|
|
3903
|
-
var
|
|
3976
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3904
3977
|
return [
|
|
3905
3978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3906
3979
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3907
3980
|
];
|
|
3908
3981
|
}).s("DeviceFarm_20150623", "ListTagsForResource", {}).n("DeviceFarmClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3982
|
+
static {
|
|
3983
|
+
__name(this, "ListTagsForResourceCommand");
|
|
3984
|
+
}
|
|
3909
3985
|
};
|
|
3910
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3911
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3912
3986
|
|
|
3913
3987
|
// src/commands/ListTestGridProjectsCommand.ts
|
|
3914
3988
|
|
|
3915
3989
|
|
|
3916
3990
|
|
|
3917
|
-
var
|
|
3991
|
+
var ListTestGridProjectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3918
3992
|
return [
|
|
3919
3993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3920
3994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3921
3995
|
];
|
|
3922
3996
|
}).s("DeviceFarm_20150623", "ListTestGridProjects", {}).n("DeviceFarmClient", "ListTestGridProjectsCommand").f(void 0, void 0).ser(se_ListTestGridProjectsCommand).de(de_ListTestGridProjectsCommand).build() {
|
|
3997
|
+
static {
|
|
3998
|
+
__name(this, "ListTestGridProjectsCommand");
|
|
3999
|
+
}
|
|
3923
4000
|
};
|
|
3924
|
-
__name(_ListTestGridProjectsCommand, "ListTestGridProjectsCommand");
|
|
3925
|
-
var ListTestGridProjectsCommand = _ListTestGridProjectsCommand;
|
|
3926
4001
|
|
|
3927
4002
|
// src/commands/ListTestGridSessionActionsCommand.ts
|
|
3928
4003
|
|
|
3929
4004
|
|
|
3930
4005
|
|
|
3931
|
-
var
|
|
4006
|
+
var ListTestGridSessionActionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3932
4007
|
return [
|
|
3933
4008
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3934
4009
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3935
4010
|
];
|
|
3936
4011
|
}).s("DeviceFarm_20150623", "ListTestGridSessionActions", {}).n("DeviceFarmClient", "ListTestGridSessionActionsCommand").f(void 0, void 0).ser(se_ListTestGridSessionActionsCommand).de(de_ListTestGridSessionActionsCommand).build() {
|
|
4012
|
+
static {
|
|
4013
|
+
__name(this, "ListTestGridSessionActionsCommand");
|
|
4014
|
+
}
|
|
3937
4015
|
};
|
|
3938
|
-
__name(_ListTestGridSessionActionsCommand, "ListTestGridSessionActionsCommand");
|
|
3939
|
-
var ListTestGridSessionActionsCommand = _ListTestGridSessionActionsCommand;
|
|
3940
4016
|
|
|
3941
4017
|
// src/commands/ListTestGridSessionArtifactsCommand.ts
|
|
3942
4018
|
|
|
3943
4019
|
|
|
3944
4020
|
|
|
3945
|
-
var
|
|
4021
|
+
var ListTestGridSessionArtifactsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3946
4022
|
return [
|
|
3947
4023
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3948
4024
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3949
4025
|
];
|
|
3950
4026
|
}).s("DeviceFarm_20150623", "ListTestGridSessionArtifacts", {}).n("DeviceFarmClient", "ListTestGridSessionArtifactsCommand").f(void 0, ListTestGridSessionArtifactsResultFilterSensitiveLog).ser(se_ListTestGridSessionArtifactsCommand).de(de_ListTestGridSessionArtifactsCommand).build() {
|
|
4027
|
+
static {
|
|
4028
|
+
__name(this, "ListTestGridSessionArtifactsCommand");
|
|
4029
|
+
}
|
|
3951
4030
|
};
|
|
3952
|
-
__name(_ListTestGridSessionArtifactsCommand, "ListTestGridSessionArtifactsCommand");
|
|
3953
|
-
var ListTestGridSessionArtifactsCommand = _ListTestGridSessionArtifactsCommand;
|
|
3954
4031
|
|
|
3955
4032
|
// src/commands/ListTestGridSessionsCommand.ts
|
|
3956
4033
|
|
|
3957
4034
|
|
|
3958
4035
|
|
|
3959
|
-
var
|
|
4036
|
+
var ListTestGridSessionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3960
4037
|
return [
|
|
3961
4038
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3962
4039
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3963
4040
|
];
|
|
3964
4041
|
}).s("DeviceFarm_20150623", "ListTestGridSessions", {}).n("DeviceFarmClient", "ListTestGridSessionsCommand").f(void 0, void 0).ser(se_ListTestGridSessionsCommand).de(de_ListTestGridSessionsCommand).build() {
|
|
4042
|
+
static {
|
|
4043
|
+
__name(this, "ListTestGridSessionsCommand");
|
|
4044
|
+
}
|
|
3965
4045
|
};
|
|
3966
|
-
__name(_ListTestGridSessionsCommand, "ListTestGridSessionsCommand");
|
|
3967
|
-
var ListTestGridSessionsCommand = _ListTestGridSessionsCommand;
|
|
3968
4046
|
|
|
3969
4047
|
// src/commands/ListTestsCommand.ts
|
|
3970
4048
|
|
|
3971
4049
|
|
|
3972
4050
|
|
|
3973
|
-
var
|
|
4051
|
+
var ListTestsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3974
4052
|
return [
|
|
3975
4053
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3976
4054
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3977
4055
|
];
|
|
3978
4056
|
}).s("DeviceFarm_20150623", "ListTests", {}).n("DeviceFarmClient", "ListTestsCommand").f(void 0, void 0).ser(se_ListTestsCommand).de(de_ListTestsCommand).build() {
|
|
4057
|
+
static {
|
|
4058
|
+
__name(this, "ListTestsCommand");
|
|
4059
|
+
}
|
|
3979
4060
|
};
|
|
3980
|
-
__name(_ListTestsCommand, "ListTestsCommand");
|
|
3981
|
-
var ListTestsCommand = _ListTestsCommand;
|
|
3982
4061
|
|
|
3983
4062
|
// src/commands/ListUniqueProblemsCommand.ts
|
|
3984
4063
|
|
|
3985
4064
|
|
|
3986
4065
|
|
|
3987
|
-
var
|
|
4066
|
+
var ListUniqueProblemsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3988
4067
|
return [
|
|
3989
4068
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3990
4069
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3991
4070
|
];
|
|
3992
4071
|
}).s("DeviceFarm_20150623", "ListUniqueProblems", {}).n("DeviceFarmClient", "ListUniqueProblemsCommand").f(void 0, void 0).ser(se_ListUniqueProblemsCommand).de(de_ListUniqueProblemsCommand).build() {
|
|
4072
|
+
static {
|
|
4073
|
+
__name(this, "ListUniqueProblemsCommand");
|
|
4074
|
+
}
|
|
3993
4075
|
};
|
|
3994
|
-
__name(_ListUniqueProblemsCommand, "ListUniqueProblemsCommand");
|
|
3995
|
-
var ListUniqueProblemsCommand = _ListUniqueProblemsCommand;
|
|
3996
4076
|
|
|
3997
4077
|
// src/commands/ListUploadsCommand.ts
|
|
3998
4078
|
|
|
3999
4079
|
|
|
4000
4080
|
|
|
4001
|
-
var
|
|
4081
|
+
var ListUploadsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4002
4082
|
return [
|
|
4003
4083
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4004
4084
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4005
4085
|
];
|
|
4006
4086
|
}).s("DeviceFarm_20150623", "ListUploads", {}).n("DeviceFarmClient", "ListUploadsCommand").f(void 0, ListUploadsResultFilterSensitiveLog).ser(se_ListUploadsCommand).de(de_ListUploadsCommand).build() {
|
|
4087
|
+
static {
|
|
4088
|
+
__name(this, "ListUploadsCommand");
|
|
4089
|
+
}
|
|
4007
4090
|
};
|
|
4008
|
-
__name(_ListUploadsCommand, "ListUploadsCommand");
|
|
4009
|
-
var ListUploadsCommand = _ListUploadsCommand;
|
|
4010
4091
|
|
|
4011
4092
|
// src/commands/ListVPCEConfigurationsCommand.ts
|
|
4012
4093
|
|
|
4013
4094
|
|
|
4014
4095
|
|
|
4015
|
-
var
|
|
4096
|
+
var ListVPCEConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4016
4097
|
return [
|
|
4017
4098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4018
4099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4019
4100
|
];
|
|
4020
4101
|
}).s("DeviceFarm_20150623", "ListVPCEConfigurations", {}).n("DeviceFarmClient", "ListVPCEConfigurationsCommand").f(void 0, void 0).ser(se_ListVPCEConfigurationsCommand).de(de_ListVPCEConfigurationsCommand).build() {
|
|
4102
|
+
static {
|
|
4103
|
+
__name(this, "ListVPCEConfigurationsCommand");
|
|
4104
|
+
}
|
|
4021
4105
|
};
|
|
4022
|
-
__name(_ListVPCEConfigurationsCommand, "ListVPCEConfigurationsCommand");
|
|
4023
|
-
var ListVPCEConfigurationsCommand = _ListVPCEConfigurationsCommand;
|
|
4024
4106
|
|
|
4025
4107
|
// src/commands/PurchaseOfferingCommand.ts
|
|
4026
4108
|
|
|
4027
4109
|
|
|
4028
4110
|
|
|
4029
|
-
var
|
|
4111
|
+
var PurchaseOfferingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4030
4112
|
return [
|
|
4031
4113
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4032
4114
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4033
4115
|
];
|
|
4034
4116
|
}).s("DeviceFarm_20150623", "PurchaseOffering", {}).n("DeviceFarmClient", "PurchaseOfferingCommand").f(void 0, void 0).ser(se_PurchaseOfferingCommand).de(de_PurchaseOfferingCommand).build() {
|
|
4117
|
+
static {
|
|
4118
|
+
__name(this, "PurchaseOfferingCommand");
|
|
4119
|
+
}
|
|
4035
4120
|
};
|
|
4036
|
-
__name(_PurchaseOfferingCommand, "PurchaseOfferingCommand");
|
|
4037
|
-
var PurchaseOfferingCommand = _PurchaseOfferingCommand;
|
|
4038
4121
|
|
|
4039
4122
|
// src/commands/RenewOfferingCommand.ts
|
|
4040
4123
|
|
|
4041
4124
|
|
|
4042
4125
|
|
|
4043
|
-
var
|
|
4126
|
+
var RenewOfferingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4044
4127
|
return [
|
|
4045
4128
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4046
4129
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4047
4130
|
];
|
|
4048
4131
|
}).s("DeviceFarm_20150623", "RenewOffering", {}).n("DeviceFarmClient", "RenewOfferingCommand").f(void 0, void 0).ser(se_RenewOfferingCommand).de(de_RenewOfferingCommand).build() {
|
|
4132
|
+
static {
|
|
4133
|
+
__name(this, "RenewOfferingCommand");
|
|
4134
|
+
}
|
|
4049
4135
|
};
|
|
4050
|
-
__name(_RenewOfferingCommand, "RenewOfferingCommand");
|
|
4051
|
-
var RenewOfferingCommand = _RenewOfferingCommand;
|
|
4052
4136
|
|
|
4053
4137
|
// src/commands/ScheduleRunCommand.ts
|
|
4054
4138
|
|
|
4055
4139
|
|
|
4056
4140
|
|
|
4057
|
-
var
|
|
4141
|
+
var ScheduleRunCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4058
4142
|
return [
|
|
4059
4143
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4060
4144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4061
4145
|
];
|
|
4062
4146
|
}).s("DeviceFarm_20150623", "ScheduleRun", {}).n("DeviceFarmClient", "ScheduleRunCommand").f(void 0, void 0).ser(se_ScheduleRunCommand).de(de_ScheduleRunCommand).build() {
|
|
4147
|
+
static {
|
|
4148
|
+
__name(this, "ScheduleRunCommand");
|
|
4149
|
+
}
|
|
4063
4150
|
};
|
|
4064
|
-
__name(_ScheduleRunCommand, "ScheduleRunCommand");
|
|
4065
|
-
var ScheduleRunCommand = _ScheduleRunCommand;
|
|
4066
4151
|
|
|
4067
4152
|
// src/commands/StopJobCommand.ts
|
|
4068
4153
|
|
|
4069
4154
|
|
|
4070
4155
|
|
|
4071
|
-
var
|
|
4156
|
+
var StopJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4072
4157
|
return [
|
|
4073
4158
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4074
4159
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4075
4160
|
];
|
|
4076
4161
|
}).s("DeviceFarm_20150623", "StopJob", {}).n("DeviceFarmClient", "StopJobCommand").f(void 0, void 0).ser(se_StopJobCommand).de(de_StopJobCommand).build() {
|
|
4162
|
+
static {
|
|
4163
|
+
__name(this, "StopJobCommand");
|
|
4164
|
+
}
|
|
4077
4165
|
};
|
|
4078
|
-
__name(_StopJobCommand, "StopJobCommand");
|
|
4079
|
-
var StopJobCommand = _StopJobCommand;
|
|
4080
4166
|
|
|
4081
4167
|
// src/commands/StopRemoteAccessSessionCommand.ts
|
|
4082
4168
|
|
|
4083
4169
|
|
|
4084
4170
|
|
|
4085
|
-
var
|
|
4171
|
+
var StopRemoteAccessSessionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4086
4172
|
return [
|
|
4087
4173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4088
4174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4089
4175
|
];
|
|
4090
4176
|
}).s("DeviceFarm_20150623", "StopRemoteAccessSession", {}).n("DeviceFarmClient", "StopRemoteAccessSessionCommand").f(void 0, void 0).ser(se_StopRemoteAccessSessionCommand).de(de_StopRemoteAccessSessionCommand).build() {
|
|
4177
|
+
static {
|
|
4178
|
+
__name(this, "StopRemoteAccessSessionCommand");
|
|
4179
|
+
}
|
|
4091
4180
|
};
|
|
4092
|
-
__name(_StopRemoteAccessSessionCommand, "StopRemoteAccessSessionCommand");
|
|
4093
|
-
var StopRemoteAccessSessionCommand = _StopRemoteAccessSessionCommand;
|
|
4094
4181
|
|
|
4095
4182
|
// src/commands/StopRunCommand.ts
|
|
4096
4183
|
|
|
4097
4184
|
|
|
4098
4185
|
|
|
4099
|
-
var
|
|
4186
|
+
var StopRunCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4100
4187
|
return [
|
|
4101
4188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4102
4189
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4103
4190
|
];
|
|
4104
4191
|
}).s("DeviceFarm_20150623", "StopRun", {}).n("DeviceFarmClient", "StopRunCommand").f(void 0, void 0).ser(se_StopRunCommand).de(de_StopRunCommand).build() {
|
|
4192
|
+
static {
|
|
4193
|
+
__name(this, "StopRunCommand");
|
|
4194
|
+
}
|
|
4105
4195
|
};
|
|
4106
|
-
__name(_StopRunCommand, "StopRunCommand");
|
|
4107
|
-
var StopRunCommand = _StopRunCommand;
|
|
4108
4196
|
|
|
4109
4197
|
// src/commands/TagResourceCommand.ts
|
|
4110
4198
|
|
|
4111
4199
|
|
|
4112
4200
|
|
|
4113
|
-
var
|
|
4201
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4114
4202
|
return [
|
|
4115
4203
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4116
4204
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4117
4205
|
];
|
|
4118
4206
|
}).s("DeviceFarm_20150623", "TagResource", {}).n("DeviceFarmClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
4207
|
+
static {
|
|
4208
|
+
__name(this, "TagResourceCommand");
|
|
4209
|
+
}
|
|
4119
4210
|
};
|
|
4120
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
4121
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
4122
4211
|
|
|
4123
4212
|
// src/commands/UntagResourceCommand.ts
|
|
4124
4213
|
|
|
4125
4214
|
|
|
4126
4215
|
|
|
4127
|
-
var
|
|
4216
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4128
4217
|
return [
|
|
4129
4218
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4130
4219
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4131
4220
|
];
|
|
4132
4221
|
}).s("DeviceFarm_20150623", "UntagResource", {}).n("DeviceFarmClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
4222
|
+
static {
|
|
4223
|
+
__name(this, "UntagResourceCommand");
|
|
4224
|
+
}
|
|
4133
4225
|
};
|
|
4134
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
4135
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
4136
4226
|
|
|
4137
4227
|
// src/commands/UpdateDeviceInstanceCommand.ts
|
|
4138
4228
|
|
|
4139
4229
|
|
|
4140
4230
|
|
|
4141
|
-
var
|
|
4231
|
+
var UpdateDeviceInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4142
4232
|
return [
|
|
4143
4233
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4144
4234
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4145
4235
|
];
|
|
4146
4236
|
}).s("DeviceFarm_20150623", "UpdateDeviceInstance", {}).n("DeviceFarmClient", "UpdateDeviceInstanceCommand").f(void 0, void 0).ser(se_UpdateDeviceInstanceCommand).de(de_UpdateDeviceInstanceCommand).build() {
|
|
4237
|
+
static {
|
|
4238
|
+
__name(this, "UpdateDeviceInstanceCommand");
|
|
4239
|
+
}
|
|
4147
4240
|
};
|
|
4148
|
-
__name(_UpdateDeviceInstanceCommand, "UpdateDeviceInstanceCommand");
|
|
4149
|
-
var UpdateDeviceInstanceCommand = _UpdateDeviceInstanceCommand;
|
|
4150
4241
|
|
|
4151
4242
|
// src/commands/UpdateDevicePoolCommand.ts
|
|
4152
4243
|
|
|
4153
4244
|
|
|
4154
4245
|
|
|
4155
|
-
var
|
|
4246
|
+
var UpdateDevicePoolCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4156
4247
|
return [
|
|
4157
4248
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4158
4249
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4159
4250
|
];
|
|
4160
4251
|
}).s("DeviceFarm_20150623", "UpdateDevicePool", {}).n("DeviceFarmClient", "UpdateDevicePoolCommand").f(void 0, void 0).ser(se_UpdateDevicePoolCommand).de(de_UpdateDevicePoolCommand).build() {
|
|
4252
|
+
static {
|
|
4253
|
+
__name(this, "UpdateDevicePoolCommand");
|
|
4254
|
+
}
|
|
4161
4255
|
};
|
|
4162
|
-
__name(_UpdateDevicePoolCommand, "UpdateDevicePoolCommand");
|
|
4163
|
-
var UpdateDevicePoolCommand = _UpdateDevicePoolCommand;
|
|
4164
4256
|
|
|
4165
4257
|
// src/commands/UpdateInstanceProfileCommand.ts
|
|
4166
4258
|
|
|
4167
4259
|
|
|
4168
4260
|
|
|
4169
|
-
var
|
|
4261
|
+
var UpdateInstanceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4170
4262
|
return [
|
|
4171
4263
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4172
4264
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4173
4265
|
];
|
|
4174
4266
|
}).s("DeviceFarm_20150623", "UpdateInstanceProfile", {}).n("DeviceFarmClient", "UpdateInstanceProfileCommand").f(void 0, void 0).ser(se_UpdateInstanceProfileCommand).de(de_UpdateInstanceProfileCommand).build() {
|
|
4267
|
+
static {
|
|
4268
|
+
__name(this, "UpdateInstanceProfileCommand");
|
|
4269
|
+
}
|
|
4175
4270
|
};
|
|
4176
|
-
__name(_UpdateInstanceProfileCommand, "UpdateInstanceProfileCommand");
|
|
4177
|
-
var UpdateInstanceProfileCommand = _UpdateInstanceProfileCommand;
|
|
4178
4271
|
|
|
4179
4272
|
// src/commands/UpdateNetworkProfileCommand.ts
|
|
4180
4273
|
|
|
4181
4274
|
|
|
4182
4275
|
|
|
4183
|
-
var
|
|
4276
|
+
var UpdateNetworkProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4184
4277
|
return [
|
|
4185
4278
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4186
4279
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4187
4280
|
];
|
|
4188
4281
|
}).s("DeviceFarm_20150623", "UpdateNetworkProfile", {}).n("DeviceFarmClient", "UpdateNetworkProfileCommand").f(void 0, void 0).ser(se_UpdateNetworkProfileCommand).de(de_UpdateNetworkProfileCommand).build() {
|
|
4282
|
+
static {
|
|
4283
|
+
__name(this, "UpdateNetworkProfileCommand");
|
|
4284
|
+
}
|
|
4189
4285
|
};
|
|
4190
|
-
__name(_UpdateNetworkProfileCommand, "UpdateNetworkProfileCommand");
|
|
4191
|
-
var UpdateNetworkProfileCommand = _UpdateNetworkProfileCommand;
|
|
4192
4286
|
|
|
4193
4287
|
// src/commands/UpdateProjectCommand.ts
|
|
4194
4288
|
|
|
4195
4289
|
|
|
4196
4290
|
|
|
4197
|
-
var
|
|
4291
|
+
var UpdateProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4198
4292
|
return [
|
|
4199
4293
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4200
4294
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4201
4295
|
];
|
|
4202
4296
|
}).s("DeviceFarm_20150623", "UpdateProject", {}).n("DeviceFarmClient", "UpdateProjectCommand").f(void 0, void 0).ser(se_UpdateProjectCommand).de(de_UpdateProjectCommand).build() {
|
|
4297
|
+
static {
|
|
4298
|
+
__name(this, "UpdateProjectCommand");
|
|
4299
|
+
}
|
|
4203
4300
|
};
|
|
4204
|
-
__name(_UpdateProjectCommand, "UpdateProjectCommand");
|
|
4205
|
-
var UpdateProjectCommand = _UpdateProjectCommand;
|
|
4206
4301
|
|
|
4207
4302
|
// src/commands/UpdateTestGridProjectCommand.ts
|
|
4208
4303
|
|
|
4209
4304
|
|
|
4210
4305
|
|
|
4211
|
-
var
|
|
4306
|
+
var UpdateTestGridProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4212
4307
|
return [
|
|
4213
4308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4214
4309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4215
4310
|
];
|
|
4216
4311
|
}).s("DeviceFarm_20150623", "UpdateTestGridProject", {}).n("DeviceFarmClient", "UpdateTestGridProjectCommand").f(void 0, void 0).ser(se_UpdateTestGridProjectCommand).de(de_UpdateTestGridProjectCommand).build() {
|
|
4312
|
+
static {
|
|
4313
|
+
__name(this, "UpdateTestGridProjectCommand");
|
|
4314
|
+
}
|
|
4217
4315
|
};
|
|
4218
|
-
__name(_UpdateTestGridProjectCommand, "UpdateTestGridProjectCommand");
|
|
4219
|
-
var UpdateTestGridProjectCommand = _UpdateTestGridProjectCommand;
|
|
4220
4316
|
|
|
4221
4317
|
// src/commands/UpdateUploadCommand.ts
|
|
4222
4318
|
|
|
4223
4319
|
|
|
4224
4320
|
|
|
4225
|
-
var
|
|
4321
|
+
var UpdateUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4226
4322
|
return [
|
|
4227
4323
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4228
4324
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4229
4325
|
];
|
|
4230
4326
|
}).s("DeviceFarm_20150623", "UpdateUpload", {}).n("DeviceFarmClient", "UpdateUploadCommand").f(void 0, UpdateUploadResultFilterSensitiveLog).ser(se_UpdateUploadCommand).de(de_UpdateUploadCommand).build() {
|
|
4327
|
+
static {
|
|
4328
|
+
__name(this, "UpdateUploadCommand");
|
|
4329
|
+
}
|
|
4231
4330
|
};
|
|
4232
|
-
__name(_UpdateUploadCommand, "UpdateUploadCommand");
|
|
4233
|
-
var UpdateUploadCommand = _UpdateUploadCommand;
|
|
4234
4331
|
|
|
4235
4332
|
// src/commands/UpdateVPCEConfigurationCommand.ts
|
|
4236
4333
|
|
|
4237
4334
|
|
|
4238
4335
|
|
|
4239
|
-
var
|
|
4336
|
+
var UpdateVPCEConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4240
4337
|
return [
|
|
4241
4338
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4242
4339
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4243
4340
|
];
|
|
4244
4341
|
}).s("DeviceFarm_20150623", "UpdateVPCEConfiguration", {}).n("DeviceFarmClient", "UpdateVPCEConfigurationCommand").f(void 0, void 0).ser(se_UpdateVPCEConfigurationCommand).de(de_UpdateVPCEConfigurationCommand).build() {
|
|
4342
|
+
static {
|
|
4343
|
+
__name(this, "UpdateVPCEConfigurationCommand");
|
|
4344
|
+
}
|
|
4245
4345
|
};
|
|
4246
|
-
__name(_UpdateVPCEConfigurationCommand, "UpdateVPCEConfigurationCommand");
|
|
4247
|
-
var UpdateVPCEConfigurationCommand = _UpdateVPCEConfigurationCommand;
|
|
4248
4346
|
|
|
4249
4347
|
// src/DeviceFarm.ts
|
|
4250
4348
|
var commands = {
|
|
@@ -4326,10 +4424,11 @@ var commands = {
|
|
|
4326
4424
|
UpdateUploadCommand,
|
|
4327
4425
|
UpdateVPCEConfigurationCommand
|
|
4328
4426
|
};
|
|
4329
|
-
var
|
|
4427
|
+
var DeviceFarm = class extends DeviceFarmClient {
|
|
4428
|
+
static {
|
|
4429
|
+
__name(this, "DeviceFarm");
|
|
4430
|
+
}
|
|
4330
4431
|
};
|
|
4331
|
-
__name(_DeviceFarm, "DeviceFarm");
|
|
4332
|
-
var DeviceFarm = _DeviceFarm;
|
|
4333
4432
|
(0, import_smithy_client.createAggregatedClient)(commands, DeviceFarm);
|
|
4334
4433
|
|
|
4335
4434
|
// src/pagination/GetOfferingStatusPaginator.ts
|