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