@aws-sdk/client-device-farm 3.1077.0 → 3.1079.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 +85 -773
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateDevicePoolCommand.js +2 -14
- package/dist-es/commands/CreateInstanceProfileCommand.js +2 -14
- package/dist-es/commands/CreateNetworkProfileCommand.js +2 -14
- package/dist-es/commands/CreateProjectCommand.js +2 -14
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +2 -14
- package/dist-es/commands/CreateTestGridProjectCommand.js +2 -14
- package/dist-es/commands/CreateTestGridUrlCommand.js +2 -14
- package/dist-es/commands/CreateUploadCommand.js +2 -14
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteDevicePoolCommand.js +2 -14
- package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -14
- package/dist-es/commands/DeleteNetworkProfileCommand.js +2 -14
- package/dist-es/commands/DeleteProjectCommand.js +2 -14
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +2 -14
- package/dist-es/commands/DeleteRunCommand.js +2 -14
- package/dist-es/commands/DeleteTestGridProjectCommand.js +2 -14
- package/dist-es/commands/DeleteUploadCommand.js +2 -14
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +2 -14
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -14
- package/dist-es/commands/GetDeviceCommand.js +2 -14
- package/dist-es/commands/GetDeviceInstanceCommand.js +2 -14
- package/dist-es/commands/GetDevicePoolCommand.js +2 -14
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +2 -14
- package/dist-es/commands/GetInstanceProfileCommand.js +2 -14
- package/dist-es/commands/GetJobCommand.js +2 -14
- package/dist-es/commands/GetNetworkProfileCommand.js +2 -14
- package/dist-es/commands/GetOfferingStatusCommand.js +2 -14
- package/dist-es/commands/GetProjectCommand.js +2 -14
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +2 -14
- package/dist-es/commands/GetRunCommand.js +2 -14
- package/dist-es/commands/GetSuiteCommand.js +2 -14
- package/dist-es/commands/GetTestCommand.js +2 -14
- package/dist-es/commands/GetTestGridProjectCommand.js +2 -14
- package/dist-es/commands/GetTestGridSessionCommand.js +2 -14
- package/dist-es/commands/GetUploadCommand.js +2 -14
- package/dist-es/commands/GetVPCEConfigurationCommand.js +2 -14
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +2 -14
- package/dist-es/commands/ListArtifactsCommand.js +2 -14
- package/dist-es/commands/ListDeviceInstancesCommand.js +2 -14
- package/dist-es/commands/ListDevicePoolsCommand.js +2 -14
- package/dist-es/commands/ListDevicesCommand.js +2 -14
- package/dist-es/commands/ListInstanceProfilesCommand.js +2 -14
- package/dist-es/commands/ListJobsCommand.js +2 -14
- package/dist-es/commands/ListNetworkProfilesCommand.js +2 -14
- package/dist-es/commands/ListOfferingPromotionsCommand.js +2 -14
- package/dist-es/commands/ListOfferingTransactionsCommand.js +2 -14
- package/dist-es/commands/ListOfferingsCommand.js +2 -14
- package/dist-es/commands/ListProjectsCommand.js +2 -14
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +2 -14
- package/dist-es/commands/ListRunsCommand.js +2 -14
- package/dist-es/commands/ListSamplesCommand.js +2 -14
- package/dist-es/commands/ListSuitesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTestGridProjectsCommand.js +2 -14
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +2 -14
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +2 -14
- package/dist-es/commands/ListTestGridSessionsCommand.js +2 -14
- package/dist-es/commands/ListTestsCommand.js +2 -14
- package/dist-es/commands/ListUniqueProblemsCommand.js +2 -14
- package/dist-es/commands/ListUploadsCommand.js +2 -14
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +2 -14
- package/dist-es/commands/PurchaseOfferingCommand.js +2 -14
- package/dist-es/commands/RenewOfferingCommand.js +2 -14
- package/dist-es/commands/ScheduleRunCommand.js +2 -14
- package/dist-es/commands/StopJobCommand.js +2 -14
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +2 -14
- package/dist-es/commands/StopRunCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +2 -14
- package/dist-es/commands/UpdateDevicePoolCommand.js +2 -14
- package/dist-es/commands/UpdateInstanceProfileCommand.js +2 -14
- package/dist-es/commands/UpdateNetworkProfileCommand.js +2 -14
- package/dist-es/commands/UpdateProjectCommand.js +2 -14
- package/dist-es/commands/UpdateTestGridProjectCommand.js +2 -14
- package/dist-es/commands/UpdateUploadCommand.js +2 -14
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateDevicePoolCommand.d.ts +3 -8
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateNetworkProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +3 -8
- package/dist-types/commands/CreateTestGridProjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateTestGridUrlCommand.d.ts +3 -8
- package/dist-types/commands/CreateUploadCommand.d.ts +3 -8
- package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDevicePoolCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRunCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUploadCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetDeviceCommand.d.ts +3 -8
- package/dist-types/commands/GetDeviceInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetDevicePoolCommand.d.ts +3 -8
- package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +3 -8
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetJobCommand.d.ts +3 -8
- package/dist-types/commands/GetNetworkProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetOfferingStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetProjectCommand.d.ts +3 -8
- package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetRunCommand.d.ts +3 -8
- package/dist-types/commands/GetSuiteCommand.d.ts +3 -8
- package/dist-types/commands/GetTestCommand.d.ts +3 -8
- package/dist-types/commands/GetTestGridProjectCommand.d.ts +3 -8
- package/dist-types/commands/GetTestGridSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetUploadCommand.d.ts +3 -8
- package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +3 -8
- package/dist-types/commands/ListArtifactsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeviceInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListDevicePoolsCommand.d.ts +3 -8
- package/dist-types/commands/ListDevicesCommand.d.ts +3 -8
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListNetworkProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +3 -8
- package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +3 -8
- package/dist-types/commands/ListOfferingsCommand.d.ts +3 -8
- package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListRunsCommand.d.ts +3 -8
- package/dist-types/commands/ListSamplesCommand.d.ts +3 -8
- package/dist-types/commands/ListSuitesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTestGridProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +3 -8
- package/dist-types/commands/ListTestGridSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTestsCommand.d.ts +3 -8
- package/dist-types/commands/ListUniqueProblemsCommand.d.ts +3 -8
- package/dist-types/commands/ListUploadsCommand.d.ts +3 -8
- package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +3 -8
- package/dist-types/commands/RenewOfferingCommand.d.ts +3 -8
- package/dist-types/commands/ScheduleRunCommand.d.ts +3 -8
- package/dist-types/commands/StopJobCommand.d.ts +3 -8
- package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +3 -8
- package/dist-types/commands/StopRunCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDevicePoolCommand.d.ts +3 -8
- package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUploadCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2454,928 +2455,239 @@ class DeviceFarmClient extends Client {
|
|
|
2454
2455
|
}
|
|
2455
2456
|
}
|
|
2456
2457
|
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
})
|
|
2463
|
-
.s("DeviceFarm_20150623", "CreateDevicePool", {})
|
|
2464
|
-
.n("DeviceFarmClient", "CreateDevicePoolCommand")
|
|
2465
|
-
.sc(CreateDevicePool$)
|
|
2466
|
-
.build() {
|
|
2458
|
+
const command = makeBuilder(commonParams, "DeviceFarm_20150623", "DeviceFarmClient", getEndpointPlugin);
|
|
2459
|
+
const _ep0 = {};
|
|
2460
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2461
|
+
|
|
2462
|
+
class CreateDevicePoolCommand extends command(_ep0, _mw0, "CreateDevicePool", CreateDevicePool$) {
|
|
2467
2463
|
}
|
|
2468
2464
|
|
|
2469
|
-
class CreateInstanceProfileCommand extends
|
|
2470
|
-
.classBuilder()
|
|
2471
|
-
.ep(commonParams)
|
|
2472
|
-
.m(function (Command, cs, config, o) {
|
|
2473
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2474
|
-
})
|
|
2475
|
-
.s("DeviceFarm_20150623", "CreateInstanceProfile", {})
|
|
2476
|
-
.n("DeviceFarmClient", "CreateInstanceProfileCommand")
|
|
2477
|
-
.sc(CreateInstanceProfile$)
|
|
2478
|
-
.build() {
|
|
2465
|
+
class CreateInstanceProfileCommand extends command(_ep0, _mw0, "CreateInstanceProfile", CreateInstanceProfile$) {
|
|
2479
2466
|
}
|
|
2480
2467
|
|
|
2481
|
-
class CreateNetworkProfileCommand extends
|
|
2482
|
-
.classBuilder()
|
|
2483
|
-
.ep(commonParams)
|
|
2484
|
-
.m(function (Command, cs, config, o) {
|
|
2485
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2486
|
-
})
|
|
2487
|
-
.s("DeviceFarm_20150623", "CreateNetworkProfile", {})
|
|
2488
|
-
.n("DeviceFarmClient", "CreateNetworkProfileCommand")
|
|
2489
|
-
.sc(CreateNetworkProfile$)
|
|
2490
|
-
.build() {
|
|
2468
|
+
class CreateNetworkProfileCommand extends command(_ep0, _mw0, "CreateNetworkProfile", CreateNetworkProfile$) {
|
|
2491
2469
|
}
|
|
2492
2470
|
|
|
2493
|
-
class CreateProjectCommand extends
|
|
2494
|
-
.classBuilder()
|
|
2495
|
-
.ep(commonParams)
|
|
2496
|
-
.m(function (Command, cs, config, o) {
|
|
2497
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2498
|
-
})
|
|
2499
|
-
.s("DeviceFarm_20150623", "CreateProject", {})
|
|
2500
|
-
.n("DeviceFarmClient", "CreateProjectCommand")
|
|
2501
|
-
.sc(CreateProject$)
|
|
2502
|
-
.build() {
|
|
2471
|
+
class CreateProjectCommand extends command(_ep0, _mw0, "CreateProject", CreateProject$) {
|
|
2503
2472
|
}
|
|
2504
2473
|
|
|
2505
|
-
class CreateRemoteAccessSessionCommand extends
|
|
2506
|
-
.classBuilder()
|
|
2507
|
-
.ep(commonParams)
|
|
2508
|
-
.m(function (Command, cs, config, o) {
|
|
2509
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2510
|
-
})
|
|
2511
|
-
.s("DeviceFarm_20150623", "CreateRemoteAccessSession", {})
|
|
2512
|
-
.n("DeviceFarmClient", "CreateRemoteAccessSessionCommand")
|
|
2513
|
-
.sc(CreateRemoteAccessSession$)
|
|
2514
|
-
.build() {
|
|
2474
|
+
class CreateRemoteAccessSessionCommand extends command(_ep0, _mw0, "CreateRemoteAccessSession", CreateRemoteAccessSession$) {
|
|
2515
2475
|
}
|
|
2516
2476
|
|
|
2517
|
-
class CreateTestGridProjectCommand extends
|
|
2518
|
-
.classBuilder()
|
|
2519
|
-
.ep(commonParams)
|
|
2520
|
-
.m(function (Command, cs, config, o) {
|
|
2521
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2522
|
-
})
|
|
2523
|
-
.s("DeviceFarm_20150623", "CreateTestGridProject", {})
|
|
2524
|
-
.n("DeviceFarmClient", "CreateTestGridProjectCommand")
|
|
2525
|
-
.sc(CreateTestGridProject$)
|
|
2526
|
-
.build() {
|
|
2477
|
+
class CreateTestGridProjectCommand extends command(_ep0, _mw0, "CreateTestGridProject", CreateTestGridProject$) {
|
|
2527
2478
|
}
|
|
2528
2479
|
|
|
2529
|
-
class CreateTestGridUrlCommand extends
|
|
2530
|
-
.classBuilder()
|
|
2531
|
-
.ep(commonParams)
|
|
2532
|
-
.m(function (Command, cs, config, o) {
|
|
2533
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2534
|
-
})
|
|
2535
|
-
.s("DeviceFarm_20150623", "CreateTestGridUrl", {})
|
|
2536
|
-
.n("DeviceFarmClient", "CreateTestGridUrlCommand")
|
|
2537
|
-
.sc(CreateTestGridUrl$)
|
|
2538
|
-
.build() {
|
|
2480
|
+
class CreateTestGridUrlCommand extends command(_ep0, _mw0, "CreateTestGridUrl", CreateTestGridUrl$) {
|
|
2539
2481
|
}
|
|
2540
2482
|
|
|
2541
|
-
class CreateUploadCommand extends
|
|
2542
|
-
.classBuilder()
|
|
2543
|
-
.ep(commonParams)
|
|
2544
|
-
.m(function (Command, cs, config, o) {
|
|
2545
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2546
|
-
})
|
|
2547
|
-
.s("DeviceFarm_20150623", "CreateUpload", {})
|
|
2548
|
-
.n("DeviceFarmClient", "CreateUploadCommand")
|
|
2549
|
-
.sc(CreateUpload$)
|
|
2550
|
-
.build() {
|
|
2483
|
+
class CreateUploadCommand extends command(_ep0, _mw0, "CreateUpload", CreateUpload$) {
|
|
2551
2484
|
}
|
|
2552
2485
|
|
|
2553
|
-
class CreateVPCEConfigurationCommand extends
|
|
2554
|
-
.classBuilder()
|
|
2555
|
-
.ep(commonParams)
|
|
2556
|
-
.m(function (Command, cs, config, o) {
|
|
2557
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2558
|
-
})
|
|
2559
|
-
.s("DeviceFarm_20150623", "CreateVPCEConfiguration", {})
|
|
2560
|
-
.n("DeviceFarmClient", "CreateVPCEConfigurationCommand")
|
|
2561
|
-
.sc(CreateVPCEConfiguration$)
|
|
2562
|
-
.build() {
|
|
2486
|
+
class CreateVPCEConfigurationCommand extends command(_ep0, _mw0, "CreateVPCEConfiguration", CreateVPCEConfiguration$) {
|
|
2563
2487
|
}
|
|
2564
2488
|
|
|
2565
|
-
class DeleteDevicePoolCommand extends
|
|
2566
|
-
.classBuilder()
|
|
2567
|
-
.ep(commonParams)
|
|
2568
|
-
.m(function (Command, cs, config, o) {
|
|
2569
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2570
|
-
})
|
|
2571
|
-
.s("DeviceFarm_20150623", "DeleteDevicePool", {})
|
|
2572
|
-
.n("DeviceFarmClient", "DeleteDevicePoolCommand")
|
|
2573
|
-
.sc(DeleteDevicePool$)
|
|
2574
|
-
.build() {
|
|
2489
|
+
class DeleteDevicePoolCommand extends command(_ep0, _mw0, "DeleteDevicePool", DeleteDevicePool$) {
|
|
2575
2490
|
}
|
|
2576
2491
|
|
|
2577
|
-
class DeleteInstanceProfileCommand extends
|
|
2578
|
-
.classBuilder()
|
|
2579
|
-
.ep(commonParams)
|
|
2580
|
-
.m(function (Command, cs, config, o) {
|
|
2581
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2582
|
-
})
|
|
2583
|
-
.s("DeviceFarm_20150623", "DeleteInstanceProfile", {})
|
|
2584
|
-
.n("DeviceFarmClient", "DeleteInstanceProfileCommand")
|
|
2585
|
-
.sc(DeleteInstanceProfile$)
|
|
2586
|
-
.build() {
|
|
2492
|
+
class DeleteInstanceProfileCommand extends command(_ep0, _mw0, "DeleteInstanceProfile", DeleteInstanceProfile$) {
|
|
2587
2493
|
}
|
|
2588
2494
|
|
|
2589
|
-
class DeleteNetworkProfileCommand extends
|
|
2590
|
-
.classBuilder()
|
|
2591
|
-
.ep(commonParams)
|
|
2592
|
-
.m(function (Command, cs, config, o) {
|
|
2593
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2594
|
-
})
|
|
2595
|
-
.s("DeviceFarm_20150623", "DeleteNetworkProfile", {})
|
|
2596
|
-
.n("DeviceFarmClient", "DeleteNetworkProfileCommand")
|
|
2597
|
-
.sc(DeleteNetworkProfile$)
|
|
2598
|
-
.build() {
|
|
2495
|
+
class DeleteNetworkProfileCommand extends command(_ep0, _mw0, "DeleteNetworkProfile", DeleteNetworkProfile$) {
|
|
2599
2496
|
}
|
|
2600
2497
|
|
|
2601
|
-
class DeleteProjectCommand extends
|
|
2602
|
-
.classBuilder()
|
|
2603
|
-
.ep(commonParams)
|
|
2604
|
-
.m(function (Command, cs, config, o) {
|
|
2605
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2606
|
-
})
|
|
2607
|
-
.s("DeviceFarm_20150623", "DeleteProject", {})
|
|
2608
|
-
.n("DeviceFarmClient", "DeleteProjectCommand")
|
|
2609
|
-
.sc(DeleteProject$)
|
|
2610
|
-
.build() {
|
|
2498
|
+
class DeleteProjectCommand extends command(_ep0, _mw0, "DeleteProject", DeleteProject$) {
|
|
2611
2499
|
}
|
|
2612
2500
|
|
|
2613
|
-
class DeleteRemoteAccessSessionCommand extends
|
|
2614
|
-
.classBuilder()
|
|
2615
|
-
.ep(commonParams)
|
|
2616
|
-
.m(function (Command, cs, config, o) {
|
|
2617
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2618
|
-
})
|
|
2619
|
-
.s("DeviceFarm_20150623", "DeleteRemoteAccessSession", {})
|
|
2620
|
-
.n("DeviceFarmClient", "DeleteRemoteAccessSessionCommand")
|
|
2621
|
-
.sc(DeleteRemoteAccessSession$)
|
|
2622
|
-
.build() {
|
|
2501
|
+
class DeleteRemoteAccessSessionCommand extends command(_ep0, _mw0, "DeleteRemoteAccessSession", DeleteRemoteAccessSession$) {
|
|
2623
2502
|
}
|
|
2624
2503
|
|
|
2625
|
-
class DeleteRunCommand extends
|
|
2626
|
-
.classBuilder()
|
|
2627
|
-
.ep(commonParams)
|
|
2628
|
-
.m(function (Command, cs, config, o) {
|
|
2629
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2630
|
-
})
|
|
2631
|
-
.s("DeviceFarm_20150623", "DeleteRun", {})
|
|
2632
|
-
.n("DeviceFarmClient", "DeleteRunCommand")
|
|
2633
|
-
.sc(DeleteRun$)
|
|
2634
|
-
.build() {
|
|
2504
|
+
class DeleteRunCommand extends command(_ep0, _mw0, "DeleteRun", DeleteRun$) {
|
|
2635
2505
|
}
|
|
2636
2506
|
|
|
2637
|
-
class DeleteTestGridProjectCommand extends
|
|
2638
|
-
.classBuilder()
|
|
2639
|
-
.ep(commonParams)
|
|
2640
|
-
.m(function (Command, cs, config, o) {
|
|
2641
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2642
|
-
})
|
|
2643
|
-
.s("DeviceFarm_20150623", "DeleteTestGridProject", {})
|
|
2644
|
-
.n("DeviceFarmClient", "DeleteTestGridProjectCommand")
|
|
2645
|
-
.sc(DeleteTestGridProject$)
|
|
2646
|
-
.build() {
|
|
2507
|
+
class DeleteTestGridProjectCommand extends command(_ep0, _mw0, "DeleteTestGridProject", DeleteTestGridProject$) {
|
|
2647
2508
|
}
|
|
2648
2509
|
|
|
2649
|
-
class DeleteUploadCommand extends
|
|
2650
|
-
.classBuilder()
|
|
2651
|
-
.ep(commonParams)
|
|
2652
|
-
.m(function (Command, cs, config, o) {
|
|
2653
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2654
|
-
})
|
|
2655
|
-
.s("DeviceFarm_20150623", "DeleteUpload", {})
|
|
2656
|
-
.n("DeviceFarmClient", "DeleteUploadCommand")
|
|
2657
|
-
.sc(DeleteUpload$)
|
|
2658
|
-
.build() {
|
|
2510
|
+
class DeleteUploadCommand extends command(_ep0, _mw0, "DeleteUpload", DeleteUpload$) {
|
|
2659
2511
|
}
|
|
2660
2512
|
|
|
2661
|
-
class DeleteVPCEConfigurationCommand extends
|
|
2662
|
-
.classBuilder()
|
|
2663
|
-
.ep(commonParams)
|
|
2664
|
-
.m(function (Command, cs, config, o) {
|
|
2665
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2666
|
-
})
|
|
2667
|
-
.s("DeviceFarm_20150623", "DeleteVPCEConfiguration", {})
|
|
2668
|
-
.n("DeviceFarmClient", "DeleteVPCEConfigurationCommand")
|
|
2669
|
-
.sc(DeleteVPCEConfiguration$)
|
|
2670
|
-
.build() {
|
|
2513
|
+
class DeleteVPCEConfigurationCommand extends command(_ep0, _mw0, "DeleteVPCEConfiguration", DeleteVPCEConfiguration$) {
|
|
2671
2514
|
}
|
|
2672
2515
|
|
|
2673
|
-
class GetAccountSettingsCommand extends
|
|
2674
|
-
.classBuilder()
|
|
2675
|
-
.ep(commonParams)
|
|
2676
|
-
.m(function (Command, cs, config, o) {
|
|
2677
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2678
|
-
})
|
|
2679
|
-
.s("DeviceFarm_20150623", "GetAccountSettings", {})
|
|
2680
|
-
.n("DeviceFarmClient", "GetAccountSettingsCommand")
|
|
2681
|
-
.sc(GetAccountSettings$)
|
|
2682
|
-
.build() {
|
|
2516
|
+
class GetAccountSettingsCommand extends command(_ep0, _mw0, "GetAccountSettings", GetAccountSettings$) {
|
|
2683
2517
|
}
|
|
2684
2518
|
|
|
2685
|
-
class GetDeviceCommand extends
|
|
2686
|
-
.classBuilder()
|
|
2687
|
-
.ep(commonParams)
|
|
2688
|
-
.m(function (Command, cs, config, o) {
|
|
2689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2690
|
-
})
|
|
2691
|
-
.s("DeviceFarm_20150623", "GetDevice", {})
|
|
2692
|
-
.n("DeviceFarmClient", "GetDeviceCommand")
|
|
2693
|
-
.sc(GetDevice$)
|
|
2694
|
-
.build() {
|
|
2519
|
+
class GetDeviceCommand extends command(_ep0, _mw0, "GetDevice", GetDevice$) {
|
|
2695
2520
|
}
|
|
2696
2521
|
|
|
2697
|
-
class GetDeviceInstanceCommand extends
|
|
2698
|
-
.classBuilder()
|
|
2699
|
-
.ep(commonParams)
|
|
2700
|
-
.m(function (Command, cs, config, o) {
|
|
2701
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2702
|
-
})
|
|
2703
|
-
.s("DeviceFarm_20150623", "GetDeviceInstance", {})
|
|
2704
|
-
.n("DeviceFarmClient", "GetDeviceInstanceCommand")
|
|
2705
|
-
.sc(GetDeviceInstance$)
|
|
2706
|
-
.build() {
|
|
2522
|
+
class GetDeviceInstanceCommand extends command(_ep0, _mw0, "GetDeviceInstance", GetDeviceInstance$) {
|
|
2707
2523
|
}
|
|
2708
2524
|
|
|
2709
|
-
class GetDevicePoolCommand extends
|
|
2710
|
-
.classBuilder()
|
|
2711
|
-
.ep(commonParams)
|
|
2712
|
-
.m(function (Command, cs, config, o) {
|
|
2713
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2714
|
-
})
|
|
2715
|
-
.s("DeviceFarm_20150623", "GetDevicePool", {})
|
|
2716
|
-
.n("DeviceFarmClient", "GetDevicePoolCommand")
|
|
2717
|
-
.sc(GetDevicePool$)
|
|
2718
|
-
.build() {
|
|
2525
|
+
class GetDevicePoolCommand extends command(_ep0, _mw0, "GetDevicePool", GetDevicePool$) {
|
|
2719
2526
|
}
|
|
2720
2527
|
|
|
2721
|
-
class GetDevicePoolCompatibilityCommand extends
|
|
2722
|
-
.classBuilder()
|
|
2723
|
-
.ep(commonParams)
|
|
2724
|
-
.m(function (Command, cs, config, o) {
|
|
2725
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2726
|
-
})
|
|
2727
|
-
.s("DeviceFarm_20150623", "GetDevicePoolCompatibility", {})
|
|
2728
|
-
.n("DeviceFarmClient", "GetDevicePoolCompatibilityCommand")
|
|
2729
|
-
.sc(GetDevicePoolCompatibility$)
|
|
2730
|
-
.build() {
|
|
2528
|
+
class GetDevicePoolCompatibilityCommand extends command(_ep0, _mw0, "GetDevicePoolCompatibility", GetDevicePoolCompatibility$) {
|
|
2731
2529
|
}
|
|
2732
2530
|
|
|
2733
|
-
class GetInstanceProfileCommand extends
|
|
2734
|
-
.classBuilder()
|
|
2735
|
-
.ep(commonParams)
|
|
2736
|
-
.m(function (Command, cs, config, o) {
|
|
2737
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2738
|
-
})
|
|
2739
|
-
.s("DeviceFarm_20150623", "GetInstanceProfile", {})
|
|
2740
|
-
.n("DeviceFarmClient", "GetInstanceProfileCommand")
|
|
2741
|
-
.sc(GetInstanceProfile$)
|
|
2742
|
-
.build() {
|
|
2531
|
+
class GetInstanceProfileCommand extends command(_ep0, _mw0, "GetInstanceProfile", GetInstanceProfile$) {
|
|
2743
2532
|
}
|
|
2744
2533
|
|
|
2745
|
-
class GetJobCommand extends
|
|
2746
|
-
.classBuilder()
|
|
2747
|
-
.ep(commonParams)
|
|
2748
|
-
.m(function (Command, cs, config, o) {
|
|
2749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2750
|
-
})
|
|
2751
|
-
.s("DeviceFarm_20150623", "GetJob", {})
|
|
2752
|
-
.n("DeviceFarmClient", "GetJobCommand")
|
|
2753
|
-
.sc(GetJob$)
|
|
2754
|
-
.build() {
|
|
2534
|
+
class GetJobCommand extends command(_ep0, _mw0, "GetJob", GetJob$) {
|
|
2755
2535
|
}
|
|
2756
2536
|
|
|
2757
|
-
class GetNetworkProfileCommand extends
|
|
2758
|
-
.classBuilder()
|
|
2759
|
-
.ep(commonParams)
|
|
2760
|
-
.m(function (Command, cs, config, o) {
|
|
2761
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2762
|
-
})
|
|
2763
|
-
.s("DeviceFarm_20150623", "GetNetworkProfile", {})
|
|
2764
|
-
.n("DeviceFarmClient", "GetNetworkProfileCommand")
|
|
2765
|
-
.sc(GetNetworkProfile$)
|
|
2766
|
-
.build() {
|
|
2537
|
+
class GetNetworkProfileCommand extends command(_ep0, _mw0, "GetNetworkProfile", GetNetworkProfile$) {
|
|
2767
2538
|
}
|
|
2768
2539
|
|
|
2769
|
-
class GetOfferingStatusCommand extends
|
|
2770
|
-
.classBuilder()
|
|
2771
|
-
.ep(commonParams)
|
|
2772
|
-
.m(function (Command, cs, config, o) {
|
|
2773
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2774
|
-
})
|
|
2775
|
-
.s("DeviceFarm_20150623", "GetOfferingStatus", {})
|
|
2776
|
-
.n("DeviceFarmClient", "GetOfferingStatusCommand")
|
|
2777
|
-
.sc(GetOfferingStatus$)
|
|
2778
|
-
.build() {
|
|
2540
|
+
class GetOfferingStatusCommand extends command(_ep0, _mw0, "GetOfferingStatus", GetOfferingStatus$) {
|
|
2779
2541
|
}
|
|
2780
2542
|
|
|
2781
|
-
class GetProjectCommand extends
|
|
2782
|
-
.classBuilder()
|
|
2783
|
-
.ep(commonParams)
|
|
2784
|
-
.m(function (Command, cs, config, o) {
|
|
2785
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2786
|
-
})
|
|
2787
|
-
.s("DeviceFarm_20150623", "GetProject", {})
|
|
2788
|
-
.n("DeviceFarmClient", "GetProjectCommand")
|
|
2789
|
-
.sc(GetProject$)
|
|
2790
|
-
.build() {
|
|
2543
|
+
class GetProjectCommand extends command(_ep0, _mw0, "GetProject", GetProject$) {
|
|
2791
2544
|
}
|
|
2792
2545
|
|
|
2793
|
-
class GetRemoteAccessSessionCommand extends
|
|
2794
|
-
.classBuilder()
|
|
2795
|
-
.ep(commonParams)
|
|
2796
|
-
.m(function (Command, cs, config, o) {
|
|
2797
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2798
|
-
})
|
|
2799
|
-
.s("DeviceFarm_20150623", "GetRemoteAccessSession", {})
|
|
2800
|
-
.n("DeviceFarmClient", "GetRemoteAccessSessionCommand")
|
|
2801
|
-
.sc(GetRemoteAccessSession$)
|
|
2802
|
-
.build() {
|
|
2546
|
+
class GetRemoteAccessSessionCommand extends command(_ep0, _mw0, "GetRemoteAccessSession", GetRemoteAccessSession$) {
|
|
2803
2547
|
}
|
|
2804
2548
|
|
|
2805
|
-
class GetRunCommand extends
|
|
2806
|
-
.classBuilder()
|
|
2807
|
-
.ep(commonParams)
|
|
2808
|
-
.m(function (Command, cs, config, o) {
|
|
2809
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2810
|
-
})
|
|
2811
|
-
.s("DeviceFarm_20150623", "GetRun", {})
|
|
2812
|
-
.n("DeviceFarmClient", "GetRunCommand")
|
|
2813
|
-
.sc(GetRun$)
|
|
2814
|
-
.build() {
|
|
2549
|
+
class GetRunCommand extends command(_ep0, _mw0, "GetRun", GetRun$) {
|
|
2815
2550
|
}
|
|
2816
2551
|
|
|
2817
|
-
class GetSuiteCommand extends
|
|
2818
|
-
.classBuilder()
|
|
2819
|
-
.ep(commonParams)
|
|
2820
|
-
.m(function (Command, cs, config, o) {
|
|
2821
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2822
|
-
})
|
|
2823
|
-
.s("DeviceFarm_20150623", "GetSuite", {})
|
|
2824
|
-
.n("DeviceFarmClient", "GetSuiteCommand")
|
|
2825
|
-
.sc(GetSuite$)
|
|
2826
|
-
.build() {
|
|
2552
|
+
class GetSuiteCommand extends command(_ep0, _mw0, "GetSuite", GetSuite$) {
|
|
2827
2553
|
}
|
|
2828
2554
|
|
|
2829
|
-
class GetTestCommand extends
|
|
2830
|
-
.classBuilder()
|
|
2831
|
-
.ep(commonParams)
|
|
2832
|
-
.m(function (Command, cs, config, o) {
|
|
2833
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2834
|
-
})
|
|
2835
|
-
.s("DeviceFarm_20150623", "GetTest", {})
|
|
2836
|
-
.n("DeviceFarmClient", "GetTestCommand")
|
|
2837
|
-
.sc(GetTest$)
|
|
2838
|
-
.build() {
|
|
2555
|
+
class GetTestCommand extends command(_ep0, _mw0, "GetTest", GetTest$) {
|
|
2839
2556
|
}
|
|
2840
2557
|
|
|
2841
|
-
class GetTestGridProjectCommand extends
|
|
2842
|
-
.classBuilder()
|
|
2843
|
-
.ep(commonParams)
|
|
2844
|
-
.m(function (Command, cs, config, o) {
|
|
2845
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2846
|
-
})
|
|
2847
|
-
.s("DeviceFarm_20150623", "GetTestGridProject", {})
|
|
2848
|
-
.n("DeviceFarmClient", "GetTestGridProjectCommand")
|
|
2849
|
-
.sc(GetTestGridProject$)
|
|
2850
|
-
.build() {
|
|
2558
|
+
class GetTestGridProjectCommand extends command(_ep0, _mw0, "GetTestGridProject", GetTestGridProject$) {
|
|
2851
2559
|
}
|
|
2852
2560
|
|
|
2853
|
-
class GetTestGridSessionCommand extends
|
|
2854
|
-
.classBuilder()
|
|
2855
|
-
.ep(commonParams)
|
|
2856
|
-
.m(function (Command, cs, config, o) {
|
|
2857
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2858
|
-
})
|
|
2859
|
-
.s("DeviceFarm_20150623", "GetTestGridSession", {})
|
|
2860
|
-
.n("DeviceFarmClient", "GetTestGridSessionCommand")
|
|
2861
|
-
.sc(GetTestGridSession$)
|
|
2862
|
-
.build() {
|
|
2561
|
+
class GetTestGridSessionCommand extends command(_ep0, _mw0, "GetTestGridSession", GetTestGridSession$) {
|
|
2863
2562
|
}
|
|
2864
2563
|
|
|
2865
|
-
class GetUploadCommand extends
|
|
2866
|
-
.classBuilder()
|
|
2867
|
-
.ep(commonParams)
|
|
2868
|
-
.m(function (Command, cs, config, o) {
|
|
2869
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2870
|
-
})
|
|
2871
|
-
.s("DeviceFarm_20150623", "GetUpload", {})
|
|
2872
|
-
.n("DeviceFarmClient", "GetUploadCommand")
|
|
2873
|
-
.sc(GetUpload$)
|
|
2874
|
-
.build() {
|
|
2564
|
+
class GetUploadCommand extends command(_ep0, _mw0, "GetUpload", GetUpload$) {
|
|
2875
2565
|
}
|
|
2876
2566
|
|
|
2877
|
-
class GetVPCEConfigurationCommand extends
|
|
2878
|
-
.classBuilder()
|
|
2879
|
-
.ep(commonParams)
|
|
2880
|
-
.m(function (Command, cs, config, o) {
|
|
2881
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2882
|
-
})
|
|
2883
|
-
.s("DeviceFarm_20150623", "GetVPCEConfiguration", {})
|
|
2884
|
-
.n("DeviceFarmClient", "GetVPCEConfigurationCommand")
|
|
2885
|
-
.sc(GetVPCEConfiguration$)
|
|
2886
|
-
.build() {
|
|
2567
|
+
class GetVPCEConfigurationCommand extends command(_ep0, _mw0, "GetVPCEConfiguration", GetVPCEConfiguration$) {
|
|
2887
2568
|
}
|
|
2888
2569
|
|
|
2889
|
-
class InstallToRemoteAccessSessionCommand extends
|
|
2890
|
-
.classBuilder()
|
|
2891
|
-
.ep(commonParams)
|
|
2892
|
-
.m(function (Command, cs, config, o) {
|
|
2893
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2894
|
-
})
|
|
2895
|
-
.s("DeviceFarm_20150623", "InstallToRemoteAccessSession", {})
|
|
2896
|
-
.n("DeviceFarmClient", "InstallToRemoteAccessSessionCommand")
|
|
2897
|
-
.sc(InstallToRemoteAccessSession$)
|
|
2898
|
-
.build() {
|
|
2570
|
+
class InstallToRemoteAccessSessionCommand extends command(_ep0, _mw0, "InstallToRemoteAccessSession", InstallToRemoteAccessSession$) {
|
|
2899
2571
|
}
|
|
2900
2572
|
|
|
2901
|
-
class ListArtifactsCommand extends
|
|
2902
|
-
.classBuilder()
|
|
2903
|
-
.ep(commonParams)
|
|
2904
|
-
.m(function (Command, cs, config, o) {
|
|
2905
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2906
|
-
})
|
|
2907
|
-
.s("DeviceFarm_20150623", "ListArtifacts", {})
|
|
2908
|
-
.n("DeviceFarmClient", "ListArtifactsCommand")
|
|
2909
|
-
.sc(ListArtifacts$)
|
|
2910
|
-
.build() {
|
|
2573
|
+
class ListArtifactsCommand extends command(_ep0, _mw0, "ListArtifacts", ListArtifacts$) {
|
|
2911
2574
|
}
|
|
2912
2575
|
|
|
2913
|
-
class ListDeviceInstancesCommand extends
|
|
2914
|
-
.classBuilder()
|
|
2915
|
-
.ep(commonParams)
|
|
2916
|
-
.m(function (Command, cs, config, o) {
|
|
2917
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2918
|
-
})
|
|
2919
|
-
.s("DeviceFarm_20150623", "ListDeviceInstances", {})
|
|
2920
|
-
.n("DeviceFarmClient", "ListDeviceInstancesCommand")
|
|
2921
|
-
.sc(ListDeviceInstances$)
|
|
2922
|
-
.build() {
|
|
2576
|
+
class ListDeviceInstancesCommand extends command(_ep0, _mw0, "ListDeviceInstances", ListDeviceInstances$) {
|
|
2923
2577
|
}
|
|
2924
2578
|
|
|
2925
|
-
class ListDevicePoolsCommand extends
|
|
2926
|
-
.classBuilder()
|
|
2927
|
-
.ep(commonParams)
|
|
2928
|
-
.m(function (Command, cs, config, o) {
|
|
2929
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2930
|
-
})
|
|
2931
|
-
.s("DeviceFarm_20150623", "ListDevicePools", {})
|
|
2932
|
-
.n("DeviceFarmClient", "ListDevicePoolsCommand")
|
|
2933
|
-
.sc(ListDevicePools$)
|
|
2934
|
-
.build() {
|
|
2579
|
+
class ListDevicePoolsCommand extends command(_ep0, _mw0, "ListDevicePools", ListDevicePools$) {
|
|
2935
2580
|
}
|
|
2936
2581
|
|
|
2937
|
-
class ListDevicesCommand extends
|
|
2938
|
-
.classBuilder()
|
|
2939
|
-
.ep(commonParams)
|
|
2940
|
-
.m(function (Command, cs, config, o) {
|
|
2941
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2942
|
-
})
|
|
2943
|
-
.s("DeviceFarm_20150623", "ListDevices", {})
|
|
2944
|
-
.n("DeviceFarmClient", "ListDevicesCommand")
|
|
2945
|
-
.sc(ListDevices$)
|
|
2946
|
-
.build() {
|
|
2582
|
+
class ListDevicesCommand extends command(_ep0, _mw0, "ListDevices", ListDevices$) {
|
|
2947
2583
|
}
|
|
2948
2584
|
|
|
2949
|
-
class ListInstanceProfilesCommand extends
|
|
2950
|
-
.classBuilder()
|
|
2951
|
-
.ep(commonParams)
|
|
2952
|
-
.m(function (Command, cs, config, o) {
|
|
2953
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2954
|
-
})
|
|
2955
|
-
.s("DeviceFarm_20150623", "ListInstanceProfiles", {})
|
|
2956
|
-
.n("DeviceFarmClient", "ListInstanceProfilesCommand")
|
|
2957
|
-
.sc(ListInstanceProfiles$)
|
|
2958
|
-
.build() {
|
|
2585
|
+
class ListInstanceProfilesCommand extends command(_ep0, _mw0, "ListInstanceProfiles", ListInstanceProfiles$) {
|
|
2959
2586
|
}
|
|
2960
2587
|
|
|
2961
|
-
class ListJobsCommand extends
|
|
2962
|
-
.classBuilder()
|
|
2963
|
-
.ep(commonParams)
|
|
2964
|
-
.m(function (Command, cs, config, o) {
|
|
2965
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2966
|
-
})
|
|
2967
|
-
.s("DeviceFarm_20150623", "ListJobs", {})
|
|
2968
|
-
.n("DeviceFarmClient", "ListJobsCommand")
|
|
2969
|
-
.sc(ListJobs$)
|
|
2970
|
-
.build() {
|
|
2588
|
+
class ListJobsCommand extends command(_ep0, _mw0, "ListJobs", ListJobs$) {
|
|
2971
2589
|
}
|
|
2972
2590
|
|
|
2973
|
-
class ListNetworkProfilesCommand extends
|
|
2974
|
-
.classBuilder()
|
|
2975
|
-
.ep(commonParams)
|
|
2976
|
-
.m(function (Command, cs, config, o) {
|
|
2977
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2978
|
-
})
|
|
2979
|
-
.s("DeviceFarm_20150623", "ListNetworkProfiles", {})
|
|
2980
|
-
.n("DeviceFarmClient", "ListNetworkProfilesCommand")
|
|
2981
|
-
.sc(ListNetworkProfiles$)
|
|
2982
|
-
.build() {
|
|
2591
|
+
class ListNetworkProfilesCommand extends command(_ep0, _mw0, "ListNetworkProfiles", ListNetworkProfiles$) {
|
|
2983
2592
|
}
|
|
2984
2593
|
|
|
2985
|
-
class ListOfferingPromotionsCommand extends
|
|
2986
|
-
.classBuilder()
|
|
2987
|
-
.ep(commonParams)
|
|
2988
|
-
.m(function (Command, cs, config, o) {
|
|
2989
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2990
|
-
})
|
|
2991
|
-
.s("DeviceFarm_20150623", "ListOfferingPromotions", {})
|
|
2992
|
-
.n("DeviceFarmClient", "ListOfferingPromotionsCommand")
|
|
2993
|
-
.sc(ListOfferingPromotions$)
|
|
2994
|
-
.build() {
|
|
2594
|
+
class ListOfferingPromotionsCommand extends command(_ep0, _mw0, "ListOfferingPromotions", ListOfferingPromotions$) {
|
|
2995
2595
|
}
|
|
2996
2596
|
|
|
2997
|
-
class ListOfferingsCommand extends
|
|
2998
|
-
.classBuilder()
|
|
2999
|
-
.ep(commonParams)
|
|
3000
|
-
.m(function (Command, cs, config, o) {
|
|
3001
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3002
|
-
})
|
|
3003
|
-
.s("DeviceFarm_20150623", "ListOfferings", {})
|
|
3004
|
-
.n("DeviceFarmClient", "ListOfferingsCommand")
|
|
3005
|
-
.sc(ListOfferings$)
|
|
3006
|
-
.build() {
|
|
2597
|
+
class ListOfferingsCommand extends command(_ep0, _mw0, "ListOfferings", ListOfferings$) {
|
|
3007
2598
|
}
|
|
3008
2599
|
|
|
3009
|
-
class ListOfferingTransactionsCommand extends
|
|
3010
|
-
.classBuilder()
|
|
3011
|
-
.ep(commonParams)
|
|
3012
|
-
.m(function (Command, cs, config, o) {
|
|
3013
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3014
|
-
})
|
|
3015
|
-
.s("DeviceFarm_20150623", "ListOfferingTransactions", {})
|
|
3016
|
-
.n("DeviceFarmClient", "ListOfferingTransactionsCommand")
|
|
3017
|
-
.sc(ListOfferingTransactions$)
|
|
3018
|
-
.build() {
|
|
2600
|
+
class ListOfferingTransactionsCommand extends command(_ep0, _mw0, "ListOfferingTransactions", ListOfferingTransactions$) {
|
|
3019
2601
|
}
|
|
3020
2602
|
|
|
3021
|
-
class ListProjectsCommand extends
|
|
3022
|
-
.classBuilder()
|
|
3023
|
-
.ep(commonParams)
|
|
3024
|
-
.m(function (Command, cs, config, o) {
|
|
3025
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3026
|
-
})
|
|
3027
|
-
.s("DeviceFarm_20150623", "ListProjects", {})
|
|
3028
|
-
.n("DeviceFarmClient", "ListProjectsCommand")
|
|
3029
|
-
.sc(ListProjects$)
|
|
3030
|
-
.build() {
|
|
2603
|
+
class ListProjectsCommand extends command(_ep0, _mw0, "ListProjects", ListProjects$) {
|
|
3031
2604
|
}
|
|
3032
2605
|
|
|
3033
|
-
class ListRemoteAccessSessionsCommand extends
|
|
3034
|
-
.classBuilder()
|
|
3035
|
-
.ep(commonParams)
|
|
3036
|
-
.m(function (Command, cs, config, o) {
|
|
3037
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3038
|
-
})
|
|
3039
|
-
.s("DeviceFarm_20150623", "ListRemoteAccessSessions", {})
|
|
3040
|
-
.n("DeviceFarmClient", "ListRemoteAccessSessionsCommand")
|
|
3041
|
-
.sc(ListRemoteAccessSessions$)
|
|
3042
|
-
.build() {
|
|
2606
|
+
class ListRemoteAccessSessionsCommand extends command(_ep0, _mw0, "ListRemoteAccessSessions", ListRemoteAccessSessions$) {
|
|
3043
2607
|
}
|
|
3044
2608
|
|
|
3045
|
-
class ListRunsCommand extends
|
|
3046
|
-
.classBuilder()
|
|
3047
|
-
.ep(commonParams)
|
|
3048
|
-
.m(function (Command, cs, config, o) {
|
|
3049
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3050
|
-
})
|
|
3051
|
-
.s("DeviceFarm_20150623", "ListRuns", {})
|
|
3052
|
-
.n("DeviceFarmClient", "ListRunsCommand")
|
|
3053
|
-
.sc(ListRuns$)
|
|
3054
|
-
.build() {
|
|
2609
|
+
class ListRunsCommand extends command(_ep0, _mw0, "ListRuns", ListRuns$) {
|
|
3055
2610
|
}
|
|
3056
2611
|
|
|
3057
|
-
class ListSamplesCommand extends
|
|
3058
|
-
.classBuilder()
|
|
3059
|
-
.ep(commonParams)
|
|
3060
|
-
.m(function (Command, cs, config, o) {
|
|
3061
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3062
|
-
})
|
|
3063
|
-
.s("DeviceFarm_20150623", "ListSamples", {})
|
|
3064
|
-
.n("DeviceFarmClient", "ListSamplesCommand")
|
|
3065
|
-
.sc(ListSamples$)
|
|
3066
|
-
.build() {
|
|
2612
|
+
class ListSamplesCommand extends command(_ep0, _mw0, "ListSamples", ListSamples$) {
|
|
3067
2613
|
}
|
|
3068
2614
|
|
|
3069
|
-
class ListSuitesCommand extends
|
|
3070
|
-
.classBuilder()
|
|
3071
|
-
.ep(commonParams)
|
|
3072
|
-
.m(function (Command, cs, config, o) {
|
|
3073
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3074
|
-
})
|
|
3075
|
-
.s("DeviceFarm_20150623", "ListSuites", {})
|
|
3076
|
-
.n("DeviceFarmClient", "ListSuitesCommand")
|
|
3077
|
-
.sc(ListSuites$)
|
|
3078
|
-
.build() {
|
|
2615
|
+
class ListSuitesCommand extends command(_ep0, _mw0, "ListSuites", ListSuites$) {
|
|
3079
2616
|
}
|
|
3080
2617
|
|
|
3081
|
-
class ListTagsForResourceCommand extends
|
|
3082
|
-
.classBuilder()
|
|
3083
|
-
.ep(commonParams)
|
|
3084
|
-
.m(function (Command, cs, config, o) {
|
|
3085
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3086
|
-
})
|
|
3087
|
-
.s("DeviceFarm_20150623", "ListTagsForResource", {})
|
|
3088
|
-
.n("DeviceFarmClient", "ListTagsForResourceCommand")
|
|
3089
|
-
.sc(ListTagsForResource$)
|
|
3090
|
-
.build() {
|
|
2618
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3091
2619
|
}
|
|
3092
2620
|
|
|
3093
|
-
class ListTestGridProjectsCommand extends
|
|
3094
|
-
.classBuilder()
|
|
3095
|
-
.ep(commonParams)
|
|
3096
|
-
.m(function (Command, cs, config, o) {
|
|
3097
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3098
|
-
})
|
|
3099
|
-
.s("DeviceFarm_20150623", "ListTestGridProjects", {})
|
|
3100
|
-
.n("DeviceFarmClient", "ListTestGridProjectsCommand")
|
|
3101
|
-
.sc(ListTestGridProjects$)
|
|
3102
|
-
.build() {
|
|
2621
|
+
class ListTestGridProjectsCommand extends command(_ep0, _mw0, "ListTestGridProjects", ListTestGridProjects$) {
|
|
3103
2622
|
}
|
|
3104
2623
|
|
|
3105
|
-
class ListTestGridSessionActionsCommand extends
|
|
3106
|
-
.classBuilder()
|
|
3107
|
-
.ep(commonParams)
|
|
3108
|
-
.m(function (Command, cs, config, o) {
|
|
3109
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3110
|
-
})
|
|
3111
|
-
.s("DeviceFarm_20150623", "ListTestGridSessionActions", {})
|
|
3112
|
-
.n("DeviceFarmClient", "ListTestGridSessionActionsCommand")
|
|
3113
|
-
.sc(ListTestGridSessionActions$)
|
|
3114
|
-
.build() {
|
|
2624
|
+
class ListTestGridSessionActionsCommand extends command(_ep0, _mw0, "ListTestGridSessionActions", ListTestGridSessionActions$) {
|
|
3115
2625
|
}
|
|
3116
2626
|
|
|
3117
|
-
class ListTestGridSessionArtifactsCommand extends
|
|
3118
|
-
.classBuilder()
|
|
3119
|
-
.ep(commonParams)
|
|
3120
|
-
.m(function (Command, cs, config, o) {
|
|
3121
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3122
|
-
})
|
|
3123
|
-
.s("DeviceFarm_20150623", "ListTestGridSessionArtifacts", {})
|
|
3124
|
-
.n("DeviceFarmClient", "ListTestGridSessionArtifactsCommand")
|
|
3125
|
-
.sc(ListTestGridSessionArtifacts$)
|
|
3126
|
-
.build() {
|
|
2627
|
+
class ListTestGridSessionArtifactsCommand extends command(_ep0, _mw0, "ListTestGridSessionArtifacts", ListTestGridSessionArtifacts$) {
|
|
3127
2628
|
}
|
|
3128
2629
|
|
|
3129
|
-
class ListTestGridSessionsCommand extends
|
|
3130
|
-
.classBuilder()
|
|
3131
|
-
.ep(commonParams)
|
|
3132
|
-
.m(function (Command, cs, config, o) {
|
|
3133
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3134
|
-
})
|
|
3135
|
-
.s("DeviceFarm_20150623", "ListTestGridSessions", {})
|
|
3136
|
-
.n("DeviceFarmClient", "ListTestGridSessionsCommand")
|
|
3137
|
-
.sc(ListTestGridSessions$)
|
|
3138
|
-
.build() {
|
|
2630
|
+
class ListTestGridSessionsCommand extends command(_ep0, _mw0, "ListTestGridSessions", ListTestGridSessions$) {
|
|
3139
2631
|
}
|
|
3140
2632
|
|
|
3141
|
-
class ListTestsCommand extends
|
|
3142
|
-
.classBuilder()
|
|
3143
|
-
.ep(commonParams)
|
|
3144
|
-
.m(function (Command, cs, config, o) {
|
|
3145
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3146
|
-
})
|
|
3147
|
-
.s("DeviceFarm_20150623", "ListTests", {})
|
|
3148
|
-
.n("DeviceFarmClient", "ListTestsCommand")
|
|
3149
|
-
.sc(ListTests$)
|
|
3150
|
-
.build() {
|
|
2633
|
+
class ListTestsCommand extends command(_ep0, _mw0, "ListTests", ListTests$) {
|
|
3151
2634
|
}
|
|
3152
2635
|
|
|
3153
|
-
class ListUniqueProblemsCommand extends
|
|
3154
|
-
.classBuilder()
|
|
3155
|
-
.ep(commonParams)
|
|
3156
|
-
.m(function (Command, cs, config, o) {
|
|
3157
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3158
|
-
})
|
|
3159
|
-
.s("DeviceFarm_20150623", "ListUniqueProblems", {})
|
|
3160
|
-
.n("DeviceFarmClient", "ListUniqueProblemsCommand")
|
|
3161
|
-
.sc(ListUniqueProblems$)
|
|
3162
|
-
.build() {
|
|
2636
|
+
class ListUniqueProblemsCommand extends command(_ep0, _mw0, "ListUniqueProblems", ListUniqueProblems$) {
|
|
3163
2637
|
}
|
|
3164
2638
|
|
|
3165
|
-
class ListUploadsCommand extends
|
|
3166
|
-
.classBuilder()
|
|
3167
|
-
.ep(commonParams)
|
|
3168
|
-
.m(function (Command, cs, config, o) {
|
|
3169
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3170
|
-
})
|
|
3171
|
-
.s("DeviceFarm_20150623", "ListUploads", {})
|
|
3172
|
-
.n("DeviceFarmClient", "ListUploadsCommand")
|
|
3173
|
-
.sc(ListUploads$)
|
|
3174
|
-
.build() {
|
|
2639
|
+
class ListUploadsCommand extends command(_ep0, _mw0, "ListUploads", ListUploads$) {
|
|
3175
2640
|
}
|
|
3176
2641
|
|
|
3177
|
-
class ListVPCEConfigurationsCommand extends
|
|
3178
|
-
.classBuilder()
|
|
3179
|
-
.ep(commonParams)
|
|
3180
|
-
.m(function (Command, cs, config, o) {
|
|
3181
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3182
|
-
})
|
|
3183
|
-
.s("DeviceFarm_20150623", "ListVPCEConfigurations", {})
|
|
3184
|
-
.n("DeviceFarmClient", "ListVPCEConfigurationsCommand")
|
|
3185
|
-
.sc(ListVPCEConfigurations$)
|
|
3186
|
-
.build() {
|
|
2642
|
+
class ListVPCEConfigurationsCommand extends command(_ep0, _mw0, "ListVPCEConfigurations", ListVPCEConfigurations$) {
|
|
3187
2643
|
}
|
|
3188
2644
|
|
|
3189
|
-
class PurchaseOfferingCommand extends
|
|
3190
|
-
.classBuilder()
|
|
3191
|
-
.ep(commonParams)
|
|
3192
|
-
.m(function (Command, cs, config, o) {
|
|
3193
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3194
|
-
})
|
|
3195
|
-
.s("DeviceFarm_20150623", "PurchaseOffering", {})
|
|
3196
|
-
.n("DeviceFarmClient", "PurchaseOfferingCommand")
|
|
3197
|
-
.sc(PurchaseOffering$)
|
|
3198
|
-
.build() {
|
|
2645
|
+
class PurchaseOfferingCommand extends command(_ep0, _mw0, "PurchaseOffering", PurchaseOffering$) {
|
|
3199
2646
|
}
|
|
3200
2647
|
|
|
3201
|
-
class RenewOfferingCommand extends
|
|
3202
|
-
.classBuilder()
|
|
3203
|
-
.ep(commonParams)
|
|
3204
|
-
.m(function (Command, cs, config, o) {
|
|
3205
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3206
|
-
})
|
|
3207
|
-
.s("DeviceFarm_20150623", "RenewOffering", {})
|
|
3208
|
-
.n("DeviceFarmClient", "RenewOfferingCommand")
|
|
3209
|
-
.sc(RenewOffering$)
|
|
3210
|
-
.build() {
|
|
2648
|
+
class RenewOfferingCommand extends command(_ep0, _mw0, "RenewOffering", RenewOffering$) {
|
|
3211
2649
|
}
|
|
3212
2650
|
|
|
3213
|
-
class ScheduleRunCommand extends
|
|
3214
|
-
.classBuilder()
|
|
3215
|
-
.ep(commonParams)
|
|
3216
|
-
.m(function (Command, cs, config, o) {
|
|
3217
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3218
|
-
})
|
|
3219
|
-
.s("DeviceFarm_20150623", "ScheduleRun", {})
|
|
3220
|
-
.n("DeviceFarmClient", "ScheduleRunCommand")
|
|
3221
|
-
.sc(ScheduleRun$)
|
|
3222
|
-
.build() {
|
|
2651
|
+
class ScheduleRunCommand extends command(_ep0, _mw0, "ScheduleRun", ScheduleRun$) {
|
|
3223
2652
|
}
|
|
3224
2653
|
|
|
3225
|
-
class StopJobCommand extends
|
|
3226
|
-
.classBuilder()
|
|
3227
|
-
.ep(commonParams)
|
|
3228
|
-
.m(function (Command, cs, config, o) {
|
|
3229
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3230
|
-
})
|
|
3231
|
-
.s("DeviceFarm_20150623", "StopJob", {})
|
|
3232
|
-
.n("DeviceFarmClient", "StopJobCommand")
|
|
3233
|
-
.sc(StopJob$)
|
|
3234
|
-
.build() {
|
|
2654
|
+
class StopJobCommand extends command(_ep0, _mw0, "StopJob", StopJob$) {
|
|
3235
2655
|
}
|
|
3236
2656
|
|
|
3237
|
-
class StopRemoteAccessSessionCommand extends
|
|
3238
|
-
.classBuilder()
|
|
3239
|
-
.ep(commonParams)
|
|
3240
|
-
.m(function (Command, cs, config, o) {
|
|
3241
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3242
|
-
})
|
|
3243
|
-
.s("DeviceFarm_20150623", "StopRemoteAccessSession", {})
|
|
3244
|
-
.n("DeviceFarmClient", "StopRemoteAccessSessionCommand")
|
|
3245
|
-
.sc(StopRemoteAccessSession$)
|
|
3246
|
-
.build() {
|
|
2657
|
+
class StopRemoteAccessSessionCommand extends command(_ep0, _mw0, "StopRemoteAccessSession", StopRemoteAccessSession$) {
|
|
3247
2658
|
}
|
|
3248
2659
|
|
|
3249
|
-
class StopRunCommand extends
|
|
3250
|
-
.classBuilder()
|
|
3251
|
-
.ep(commonParams)
|
|
3252
|
-
.m(function (Command, cs, config, o) {
|
|
3253
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3254
|
-
})
|
|
3255
|
-
.s("DeviceFarm_20150623", "StopRun", {})
|
|
3256
|
-
.n("DeviceFarmClient", "StopRunCommand")
|
|
3257
|
-
.sc(StopRun$)
|
|
3258
|
-
.build() {
|
|
2660
|
+
class StopRunCommand extends command(_ep0, _mw0, "StopRun", StopRun$) {
|
|
3259
2661
|
}
|
|
3260
2662
|
|
|
3261
|
-
class TagResourceCommand extends
|
|
3262
|
-
.classBuilder()
|
|
3263
|
-
.ep(commonParams)
|
|
3264
|
-
.m(function (Command, cs, config, o) {
|
|
3265
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3266
|
-
})
|
|
3267
|
-
.s("DeviceFarm_20150623", "TagResource", {})
|
|
3268
|
-
.n("DeviceFarmClient", "TagResourceCommand")
|
|
3269
|
-
.sc(TagResource$)
|
|
3270
|
-
.build() {
|
|
2663
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
3271
2664
|
}
|
|
3272
2665
|
|
|
3273
|
-
class UntagResourceCommand extends
|
|
3274
|
-
.classBuilder()
|
|
3275
|
-
.ep(commonParams)
|
|
3276
|
-
.m(function (Command, cs, config, o) {
|
|
3277
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3278
|
-
})
|
|
3279
|
-
.s("DeviceFarm_20150623", "UntagResource", {})
|
|
3280
|
-
.n("DeviceFarmClient", "UntagResourceCommand")
|
|
3281
|
-
.sc(UntagResource$)
|
|
3282
|
-
.build() {
|
|
2666
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
3283
2667
|
}
|
|
3284
2668
|
|
|
3285
|
-
class UpdateDeviceInstanceCommand extends
|
|
3286
|
-
.classBuilder()
|
|
3287
|
-
.ep(commonParams)
|
|
3288
|
-
.m(function (Command, cs, config, o) {
|
|
3289
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3290
|
-
})
|
|
3291
|
-
.s("DeviceFarm_20150623", "UpdateDeviceInstance", {})
|
|
3292
|
-
.n("DeviceFarmClient", "UpdateDeviceInstanceCommand")
|
|
3293
|
-
.sc(UpdateDeviceInstance$)
|
|
3294
|
-
.build() {
|
|
2669
|
+
class UpdateDeviceInstanceCommand extends command(_ep0, _mw0, "UpdateDeviceInstance", UpdateDeviceInstance$) {
|
|
3295
2670
|
}
|
|
3296
2671
|
|
|
3297
|
-
class UpdateDevicePoolCommand extends
|
|
3298
|
-
.classBuilder()
|
|
3299
|
-
.ep(commonParams)
|
|
3300
|
-
.m(function (Command, cs, config, o) {
|
|
3301
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3302
|
-
})
|
|
3303
|
-
.s("DeviceFarm_20150623", "UpdateDevicePool", {})
|
|
3304
|
-
.n("DeviceFarmClient", "UpdateDevicePoolCommand")
|
|
3305
|
-
.sc(UpdateDevicePool$)
|
|
3306
|
-
.build() {
|
|
2672
|
+
class UpdateDevicePoolCommand extends command(_ep0, _mw0, "UpdateDevicePool", UpdateDevicePool$) {
|
|
3307
2673
|
}
|
|
3308
2674
|
|
|
3309
|
-
class UpdateInstanceProfileCommand extends
|
|
3310
|
-
.classBuilder()
|
|
3311
|
-
.ep(commonParams)
|
|
3312
|
-
.m(function (Command, cs, config, o) {
|
|
3313
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3314
|
-
})
|
|
3315
|
-
.s("DeviceFarm_20150623", "UpdateInstanceProfile", {})
|
|
3316
|
-
.n("DeviceFarmClient", "UpdateInstanceProfileCommand")
|
|
3317
|
-
.sc(UpdateInstanceProfile$)
|
|
3318
|
-
.build() {
|
|
2675
|
+
class UpdateInstanceProfileCommand extends command(_ep0, _mw0, "UpdateInstanceProfile", UpdateInstanceProfile$) {
|
|
3319
2676
|
}
|
|
3320
2677
|
|
|
3321
|
-
class UpdateNetworkProfileCommand extends
|
|
3322
|
-
.classBuilder()
|
|
3323
|
-
.ep(commonParams)
|
|
3324
|
-
.m(function (Command, cs, config, o) {
|
|
3325
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3326
|
-
})
|
|
3327
|
-
.s("DeviceFarm_20150623", "UpdateNetworkProfile", {})
|
|
3328
|
-
.n("DeviceFarmClient", "UpdateNetworkProfileCommand")
|
|
3329
|
-
.sc(UpdateNetworkProfile$)
|
|
3330
|
-
.build() {
|
|
2678
|
+
class UpdateNetworkProfileCommand extends command(_ep0, _mw0, "UpdateNetworkProfile", UpdateNetworkProfile$) {
|
|
3331
2679
|
}
|
|
3332
2680
|
|
|
3333
|
-
class UpdateProjectCommand extends
|
|
3334
|
-
.classBuilder()
|
|
3335
|
-
.ep(commonParams)
|
|
3336
|
-
.m(function (Command, cs, config, o) {
|
|
3337
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3338
|
-
})
|
|
3339
|
-
.s("DeviceFarm_20150623", "UpdateProject", {})
|
|
3340
|
-
.n("DeviceFarmClient", "UpdateProjectCommand")
|
|
3341
|
-
.sc(UpdateProject$)
|
|
3342
|
-
.build() {
|
|
2681
|
+
class UpdateProjectCommand extends command(_ep0, _mw0, "UpdateProject", UpdateProject$) {
|
|
3343
2682
|
}
|
|
3344
2683
|
|
|
3345
|
-
class UpdateTestGridProjectCommand extends
|
|
3346
|
-
.classBuilder()
|
|
3347
|
-
.ep(commonParams)
|
|
3348
|
-
.m(function (Command, cs, config, o) {
|
|
3349
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3350
|
-
})
|
|
3351
|
-
.s("DeviceFarm_20150623", "UpdateTestGridProject", {})
|
|
3352
|
-
.n("DeviceFarmClient", "UpdateTestGridProjectCommand")
|
|
3353
|
-
.sc(UpdateTestGridProject$)
|
|
3354
|
-
.build() {
|
|
2684
|
+
class UpdateTestGridProjectCommand extends command(_ep0, _mw0, "UpdateTestGridProject", UpdateTestGridProject$) {
|
|
3355
2685
|
}
|
|
3356
2686
|
|
|
3357
|
-
class UpdateUploadCommand extends
|
|
3358
|
-
.classBuilder()
|
|
3359
|
-
.ep(commonParams)
|
|
3360
|
-
.m(function (Command, cs, config, o) {
|
|
3361
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3362
|
-
})
|
|
3363
|
-
.s("DeviceFarm_20150623", "UpdateUpload", {})
|
|
3364
|
-
.n("DeviceFarmClient", "UpdateUploadCommand")
|
|
3365
|
-
.sc(UpdateUpload$)
|
|
3366
|
-
.build() {
|
|
2687
|
+
class UpdateUploadCommand extends command(_ep0, _mw0, "UpdateUpload", UpdateUpload$) {
|
|
3367
2688
|
}
|
|
3368
2689
|
|
|
3369
|
-
class UpdateVPCEConfigurationCommand extends
|
|
3370
|
-
.classBuilder()
|
|
3371
|
-
.ep(commonParams)
|
|
3372
|
-
.m(function (Command, cs, config, o) {
|
|
3373
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3374
|
-
})
|
|
3375
|
-
.s("DeviceFarm_20150623", "UpdateVPCEConfiguration", {})
|
|
3376
|
-
.n("DeviceFarmClient", "UpdateVPCEConfigurationCommand")
|
|
3377
|
-
.sc(UpdateVPCEConfiguration$)
|
|
3378
|
-
.build() {
|
|
2690
|
+
class UpdateVPCEConfigurationCommand extends command(_ep0, _mw0, "UpdateVPCEConfiguration", UpdateVPCEConfiguration$) {
|
|
3379
2691
|
}
|
|
3380
2692
|
|
|
3381
2693
|
const paginateGetOfferingStatus = createPaginator(DeviceFarmClient, GetOfferingStatusCommand, "nextToken", "nextToken", "");
|