@aws-sdk/client-device-farm 3.300.0 → 3.301.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-types/commands/CreateDevicePoolCommand.d.ts +3 -3
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +4 -4
- package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +3 -3
- package/dist-types/commands/CreateTestGridProjectCommand.d.ts +4 -4
- package/dist-types/commands/CreateTestGridUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateUploadCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDevicePoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRunCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUploadCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetDevicePoolCommand.d.ts +1 -1
- package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +11 -11
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetOfferingStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetProjectCommand.d.ts +1 -1
- package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetRunCommand.d.ts +1 -1
- package/dist-types/commands/GetSuiteCommand.d.ts +1 -1
- package/dist-types/commands/GetTestCommand.d.ts +1 -1
- package/dist-types/commands/GetTestGridProjectCommand.d.ts +1 -1
- package/dist-types/commands/GetTestGridSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetUploadCommand.d.ts +1 -1
- package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +1 -1
- package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicePoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +4 -4
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListNetworkProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +1 -1
- package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +1 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListSamplesCommand.d.ts +1 -1
- package/dist-types/commands/ListSuitesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTestGridProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListTestGridSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTestsCommand.d.ts +1 -1
- package/dist-types/commands/ListUniqueProblemsCommand.d.ts +1 -1
- package/dist-types/commands/ListUploadsCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RenewOfferingCommand.d.ts +1 -1
- package/dist-types/commands/ScheduleRunCommand.d.ts +16 -16
- package/dist-types/commands/StopJobCommand.d.ts +1 -1
- package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +1 -1
- package/dist-types/commands/StopRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDevicePoolCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +4 -4
- package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +4 -4
- package/dist-types/commands/UpdateUploadCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -26,12 +26,12 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _
|
|
|
26
26
|
* import { DeviceFarmClient, CreateDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, CreateDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateDevicePoolRequest
|
|
30
30
|
* projectArn: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
|
-
* rules: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* rules: [ // Rules // required
|
|
34
|
+
* { // Rule
|
|
35
35
|
* attribute: "ARN" || "PLATFORM" || "FORM_FACTOR" || "MANUFACTURER" || "REMOTE_ACCESS_ENABLED" || "REMOTE_DEBUG_ENABLED" || "APPIUM_VERSION" || "INSTANCE_ARN" || "INSTANCE_LABELS" || "FLEET_TYPE" || "OS_VERSION" || "MODEL" || "AVAILABILITY",
|
|
36
36
|
* operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS",
|
|
37
37
|
* value: "STRING_VALUE",
|
|
@@ -27,11 +27,11 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
|
|
|
27
27
|
* import { DeviceFarmClient, CreateInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, CreateInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateInstanceProfileRequest
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
33
|
* packageCleanup: true || false,
|
|
34
|
-
* excludeAppPackagesFromCleanup: [
|
|
34
|
+
* excludeAppPackagesFromCleanup: [ // PackageIds
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* rebootAfterUse: true || false,
|
|
@@ -26,7 +26,7 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
|
|
|
26
26
|
* import { DeviceFarmClient, CreateNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, CreateNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateNetworkProfileRequest
|
|
30
30
|
* projectArn: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
@@ -26,14 +26,14 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad
|
|
|
26
26
|
* import { DeviceFarmClient, CreateProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, CreateProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateProjectRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* defaultJobTimeoutMinutes: Number("int"),
|
|
32
|
-
* vpcConfig: {
|
|
33
|
-
* securityGroupIds: [ // required
|
|
32
|
+
* vpcConfig: { // VpcConfig
|
|
33
|
+
* securityGroupIds: [ // VpcSecurityGroupIds // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
|
-
* subnetIds: [ // required
|
|
36
|
+
* subnetIds: [ // VpcSubnetIds // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* vpcId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
|
|
|
26
26
|
* import { DeviceFarmClient, CreateRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, CreateRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateRemoteAccessSessionRequest
|
|
30
30
|
* projectArn: "STRING_VALUE", // required
|
|
31
31
|
* deviceArn: "STRING_VALUE", // required
|
|
32
32
|
* instanceArn: "STRING_VALUE",
|
|
@@ -36,9 +36,9 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
|
|
|
36
36
|
* remoteRecordAppArn: "STRING_VALUE",
|
|
37
37
|
* name: "STRING_VALUE",
|
|
38
38
|
* clientId: "STRING_VALUE",
|
|
39
|
-
* configuration: {
|
|
39
|
+
* configuration: { // CreateRemoteAccessSessionConfiguration
|
|
40
40
|
* billingMethod: "METERED" || "UNMETERED",
|
|
41
|
-
* vpceConfigurationArns: [
|
|
41
|
+
* vpceConfigurationArns: [ // AmazonResourceNames
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* },
|
|
@@ -27,14 +27,14 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec
|
|
|
27
27
|
* import { DeviceFarmClient, CreateTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, CreateTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateTestGridProjectRequest
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
|
-
* vpcConfig: {
|
|
34
|
-
* securityGroupIds: [ // required
|
|
33
|
+
* vpcConfig: { // TestGridVpcConfig
|
|
34
|
+
* securityGroupIds: [ // SecurityGroupIds // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
|
-
* subnetIds: [ // required
|
|
37
|
+
* subnetIds: [ // SubnetIds // required
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* vpcId: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult,
|
|
|
27
27
|
* import { DeviceFarmClient, CreateTestGridUrlCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, CreateTestGridUrlCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateTestGridUrlRequest
|
|
31
31
|
* projectArn: "STRING_VALUE", // required
|
|
32
32
|
* expiresInSeconds: Number("int"), // required
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat
|
|
|
26
26
|
* import { DeviceFarmClient, CreateUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, CreateUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateUploadRequest
|
|
30
30
|
* projectArn: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE", // required
|
|
32
32
|
* type: "ANDROID_APP" || "IOS_APP" || "WEB_APP" || "EXTERNAL_DATA" || "APPIUM_JAVA_JUNIT_TEST_PACKAGE" || "APPIUM_JAVA_TESTNG_TEST_PACKAGE" || "APPIUM_PYTHON_TEST_PACKAGE" || "APPIUM_NODE_TEST_PACKAGE" || "APPIUM_RUBY_TEST_PACKAGE" || "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE" || "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE" || "APPIUM_WEB_PYTHON_TEST_PACKAGE" || "APPIUM_WEB_NODE_TEST_PACKAGE" || "APPIUM_WEB_RUBY_TEST_PACKAGE" || "CALABASH_TEST_PACKAGE" || "INSTRUMENTATION_TEST_PACKAGE" || "UIAUTOMATION_TEST_PACKAGE" || "UIAUTOMATOR_TEST_PACKAGE" || "XCTEST_TEST_PACKAGE" || "XCTEST_UI_TEST_PACKAGE" || "APPIUM_JAVA_JUNIT_TEST_SPEC" || "APPIUM_JAVA_TESTNG_TEST_SPEC" || "APPIUM_PYTHON_TEST_SPEC" || "APPIUM_NODE_TEST_SPEC" || "APPIUM_RUBY_TEST_SPEC" || "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC" || "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC" || "APPIUM_WEB_PYTHON_TEST_SPEC" || "APPIUM_WEB_NODE_TEST_SPEC" || "APPIUM_WEB_RUBY_TEST_SPEC" || "INSTRUMENTATION_TEST_SPEC" || "XCTEST_UI_TEST_SPEC", // required
|
|
@@ -27,7 +27,7 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur
|
|
|
27
27
|
* import { DeviceFarmClient, CreateVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, CreateVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateVPCEConfigurationRequest
|
|
31
31
|
* vpceConfigurationName: "STRING_VALUE", // required
|
|
32
32
|
* vpceServiceName: "STRING_VALUE", // required
|
|
33
33
|
* serviceDnsName: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _
|
|
|
27
27
|
* import { DeviceFarmClient, DeleteDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, DeleteDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteDevicePoolRequest
|
|
31
31
|
* arn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteDevicePoolCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
|
|
|
26
26
|
* import { DeviceFarmClient, DeleteInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, DeleteInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteInstanceProfileRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteInstanceProfileCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR
|
|
|
26
26
|
* import { DeviceFarmClient, DeleteNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, DeleteNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteNetworkProfileRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteNetworkProfileCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad
|
|
|
27
27
|
* import { DeviceFarmClient, DeleteProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, DeleteProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteProjectRequest
|
|
31
31
|
* arn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteProjectCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteRemoteAccessSessionCommandOutput extends DeleteRemoteAcce
|
|
|
26
26
|
* import { DeviceFarmClient, DeleteRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, DeleteRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteRemoteAccessSessionRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteRemoteAccessSessionCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteRunCommandOutput extends DeleteRunResult, __MetadataBeare
|
|
|
27
27
|
* import { DeviceFarmClient, DeleteRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, DeleteRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteRunRequest
|
|
31
31
|
* arn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteRunCommand(input);
|
|
@@ -32,7 +32,7 @@ export interface DeleteTestGridProjectCommandOutput extends DeleteTestGridProjec
|
|
|
32
32
|
* import { DeviceFarmClient, DeleteTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
33
33
|
* // const { DeviceFarmClient, DeleteTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
34
34
|
* const client = new DeviceFarmClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DeleteTestGridProjectRequest
|
|
36
36
|
* projectArn: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteTestGridProjectCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteUploadCommandOutput extends DeleteUploadResult, __Metadat
|
|
|
26
26
|
* import { DeviceFarmClient, DeleteUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, DeleteUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteUploadRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteUploadCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteVPCEConfigurationCommandOutput extends DeleteVPCEConfigur
|
|
|
26
26
|
* import { DeviceFarmClient, DeleteVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, DeleteVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteVPCEConfigurationRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteVPCEConfigurationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBeare
|
|
|
26
26
|
* import { DeviceFarmClient, GetDeviceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetDeviceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeviceRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDeviceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDeviceInstanceCommandOutput extends GetDeviceInstanceResult,
|
|
|
26
26
|
* import { DeviceFarmClient, GetDeviceInstanceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetDeviceInstanceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeviceInstanceRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDeviceInstanceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDevicePoolCommandOutput extends GetDevicePoolResult, __Metad
|
|
|
26
26
|
* import { DeviceFarmClient, GetDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDevicePoolRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDevicePoolCommand(input);
|
|
@@ -26,42 +26,42 @@ export interface GetDevicePoolCompatibilityCommandOutput extends GetDevicePoolCo
|
|
|
26
26
|
* import { DeviceFarmClient, GetDevicePoolCompatibilityCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetDevicePoolCompatibilityCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDevicePoolCompatibilityRequest
|
|
30
30
|
* devicePoolArn: "STRING_VALUE", // required
|
|
31
31
|
* appArn: "STRING_VALUE",
|
|
32
32
|
* testType: "BUILTIN_FUZZ" || "BUILTIN_EXPLORER" || "WEB_PERFORMANCE_PROFILE" || "APPIUM_JAVA_JUNIT" || "APPIUM_JAVA_TESTNG" || "APPIUM_PYTHON" || "APPIUM_NODE" || "APPIUM_RUBY" || "APPIUM_WEB_JAVA_JUNIT" || "APPIUM_WEB_JAVA_TESTNG" || "APPIUM_WEB_PYTHON" || "APPIUM_WEB_NODE" || "APPIUM_WEB_RUBY" || "CALABASH" || "INSTRUMENTATION" || "UIAUTOMATION" || "UIAUTOMATOR" || "XCTEST" || "XCTEST_UI" || "REMOTE_ACCESS_RECORD" || "REMOTE_ACCESS_REPLAY",
|
|
33
|
-
* test: {
|
|
33
|
+
* test: { // ScheduleRunTest
|
|
34
34
|
* type: "BUILTIN_FUZZ" || "BUILTIN_EXPLORER" || "WEB_PERFORMANCE_PROFILE" || "APPIUM_JAVA_JUNIT" || "APPIUM_JAVA_TESTNG" || "APPIUM_PYTHON" || "APPIUM_NODE" || "APPIUM_RUBY" || "APPIUM_WEB_JAVA_JUNIT" || "APPIUM_WEB_JAVA_TESTNG" || "APPIUM_WEB_PYTHON" || "APPIUM_WEB_NODE" || "APPIUM_WEB_RUBY" || "CALABASH" || "INSTRUMENTATION" || "UIAUTOMATION" || "UIAUTOMATOR" || "XCTEST" || "XCTEST_UI" || "REMOTE_ACCESS_RECORD" || "REMOTE_ACCESS_REPLAY", // required
|
|
35
35
|
* testPackageArn: "STRING_VALUE",
|
|
36
36
|
* testSpecArn: "STRING_VALUE",
|
|
37
37
|
* filter: "STRING_VALUE",
|
|
38
|
-
* parameters: {
|
|
38
|
+
* parameters: { // TestParameters
|
|
39
39
|
* "<keys>": "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* },
|
|
42
|
-
* configuration: {
|
|
42
|
+
* configuration: { // ScheduleRunConfiguration
|
|
43
43
|
* extraDataPackageArn: "STRING_VALUE",
|
|
44
44
|
* networkProfileArn: "STRING_VALUE",
|
|
45
45
|
* locale: "STRING_VALUE",
|
|
46
|
-
* location: {
|
|
46
|
+
* location: { // Location
|
|
47
47
|
* latitude: Number("double"), // required
|
|
48
48
|
* longitude: Number("double"), // required
|
|
49
49
|
* },
|
|
50
|
-
* vpceConfigurationArns: [
|
|
50
|
+
* vpceConfigurationArns: [ // AmazonResourceNames
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
|
-
* customerArtifactPaths: {
|
|
54
|
-
* iosPaths: [
|
|
53
|
+
* customerArtifactPaths: { // CustomerArtifactPaths
|
|
54
|
+
* iosPaths: [ // IosPaths
|
|
55
55
|
* "STRING_VALUE",
|
|
56
56
|
* ],
|
|
57
|
-
* androidPaths: [
|
|
57
|
+
* androidPaths: [ // AndroidPaths
|
|
58
58
|
* "STRING_VALUE",
|
|
59
59
|
* ],
|
|
60
|
-
* deviceHostPaths: [
|
|
60
|
+
* deviceHostPaths: [ // DeviceHostPaths
|
|
61
61
|
* "STRING_VALUE",
|
|
62
62
|
* ],
|
|
63
63
|
* },
|
|
64
|
-
* radios: {
|
|
64
|
+
* radios: { // Radios
|
|
65
65
|
* wifi: true || false,
|
|
66
66
|
* bluetooth: true || false,
|
|
67
67
|
* nfc: true || false,
|
|
@@ -26,7 +26,7 @@ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResul
|
|
|
26
26
|
* import { DeviceFarmClient, GetInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetInstanceProfileRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetInstanceProfileCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
|
|
|
26
26
|
* import { DeviceFarmClient, GetJobCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetJobCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetJobRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult,
|
|
|
26
26
|
* import { DeviceFarmClient, GetNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetNetworkProfileRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetNetworkProfileCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult,
|
|
|
29
29
|
* import { DeviceFarmClient, GetOfferingStatusCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
30
30
|
* // const { DeviceFarmClient, GetOfferingStatusCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
31
31
|
* const client = new DeviceFarmClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // GetOfferingStatusRequest
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetOfferingStatusCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBea
|
|
|
26
26
|
* import { DeviceFarmClient, GetProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetProjectRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetProjectCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSess
|
|
|
26
26
|
* import { DeviceFarmClient, GetRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetRemoteAccessSessionRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetRemoteAccessSessionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
|
|
|
26
26
|
* import { DeviceFarmClient, GetRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetRunRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetRunCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
|
|
|
26
26
|
* import { DeviceFarmClient, GetSuiteCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetSuiteCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetSuiteRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetSuiteCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
|
|
|
26
26
|
* import { DeviceFarmClient, GetTestCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetTestCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetTestRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetTestCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResul
|
|
|
26
26
|
* import { DeviceFarmClient, GetTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetTestGridProjectRequest
|
|
30
30
|
* projectArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetTestGridProjectCommand(input);
|
|
@@ -35,7 +35,7 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul
|
|
|
35
35
|
* import { DeviceFarmClient, GetTestGridSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
36
36
|
* // const { DeviceFarmClient, GetTestGridSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
37
37
|
* const client = new DeviceFarmClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // GetTestGridSessionRequest
|
|
39
39
|
* projectArn: "STRING_VALUE",
|
|
40
40
|
* sessionId: "STRING_VALUE",
|
|
41
41
|
* sessionArn: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBeare
|
|
|
26
26
|
* import { DeviceFarmClient, GetUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, GetUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetUploadRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetUploadCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR
|
|
|
27
27
|
* import { DeviceFarmClient, GetVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, GetVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetVPCEConfigurationRequest
|
|
31
31
|
* arn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetVPCEConfigurationCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemo
|
|
|
28
28
|
* import { DeviceFarmClient, InstallToRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
29
29
|
* // const { DeviceFarmClient, InstallToRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
30
30
|
* const client = new DeviceFarmClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // InstallToRemoteAccessSessionRequest
|
|
32
32
|
* remoteAccessSessionArn: "STRING_VALUE", // required
|
|
33
33
|
* appArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
|
|
|
26
26
|
* import { DeviceFarmClient, ListArtifactsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListArtifactsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListArtifactsRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* type: "SCREENSHOT" || "FILE" || "LOG", // required
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes
|
|
|
27
27
|
* import { DeviceFarmClient, ListDeviceInstancesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, ListDeviceInstancesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListDeviceInstancesRequest
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M
|
|
|
26
26
|
* import { DeviceFarmClient, ListDevicePoolsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListDevicePoolsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListDevicePoolsRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* type: "CURATED" || "PRIVATE",
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,14 +26,14 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB
|
|
|
26
26
|
* import { DeviceFarmClient, ListDevicesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListDevicesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListDevicesRequest
|
|
30
30
|
* arn: "STRING_VALUE",
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
|
-
* filters: [
|
|
33
|
-
* {
|
|
32
|
+
* filters: [ // DeviceFilters
|
|
33
|
+
* { // DeviceFilter
|
|
34
34
|
* attribute: "ARN" || "PLATFORM" || "OS_VERSION" || "MODEL" || "AVAILABILITY" || "FORM_FACTOR" || "MANUFACTURER" || "REMOTE_ACCESS_ENABLED" || "REMOTE_DEBUG_ENABLED" || "INSTANCE_ARN" || "INSTANCE_LABELS" || "FLEET_TYPE", // required
|
|
35
35
|
* operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS", // required
|
|
36
|
-
* values: [ // required
|
|
36
|
+
* values: [ // DeviceFilterValues // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* },
|
|
@@ -26,7 +26,7 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
|
|
|
26
26
|
* import { DeviceFarmClient, ListInstanceProfilesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListInstanceProfilesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListInstanceProfilesRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
26
26
|
* import { DeviceFarmClient, ListJobsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListJobsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListJobsRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
|
|
|
26
26
|
* import { DeviceFarmClient, ListNetworkProfilesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListNetworkProfilesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListNetworkProfilesRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* type: "CURATED" || "PRIVATE",
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
|
|
|
28
28
|
* import { DeviceFarmClient, ListOfferingPromotionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
29
29
|
* // const { DeviceFarmClient, ListOfferingPromotionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
30
30
|
* const client = new DeviceFarmClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListOfferingPromotionsRequest
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListOfferingPromotionsCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
|
|
|
29
29
|
* import { DeviceFarmClient, ListOfferingTransactionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
30
30
|
* // const { DeviceFarmClient, ListOfferingTransactionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
31
31
|
* const client = new DeviceFarmClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListOfferingTransactionsRequest
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListOfferingTransactionsCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
|
|
|
29
29
|
* import { DeviceFarmClient, ListOfferingsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
30
30
|
* // const { DeviceFarmClient, ListOfferingsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
31
31
|
* const client = new DeviceFarmClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListOfferingsRequest
|
|
33
33
|
* nextToken: "STRING_VALUE",
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListOfferingsCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
|
|
|
26
26
|
* import { DeviceFarmClient, ListProjectsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListProjectsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListProjectsRequest
|
|
30
30
|
* arn: "STRING_VALUE",
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
|
|
|
26
26
|
* import { DeviceFarmClient, ListRemoteAccessSessionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListRemoteAccessSessionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRemoteAccessSessionsRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
|
|
|
26
26
|
* import { DeviceFarmClient, ListRunsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListRunsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRunsRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
|
|
|
26
26
|
* import { DeviceFarmClient, ListSamplesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListSamplesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListSamplesRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
|
|
|
26
26
|
* import { DeviceFarmClient, ListSuitesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListSuitesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListSuitesRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { DeviceFarmClient, ListTagsForResourceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListTagsForResourceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceARN: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
|
|
|
26
26
|
* import { DeviceFarmClient, ListTestGridProjectsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListTestGridProjectsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTestGridProjectsRequest
|
|
30
30
|
* maxResult: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSes
|
|
|
26
26
|
* import { DeviceFarmClient, ListTestGridSessionActionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListTestGridSessionActionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTestGridSessionActionsRequest
|
|
30
30
|
* sessionArn: "STRING_VALUE", // required
|
|
31
31
|
* maxResult: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListTestGridSessionArtifactsCommandOutput extends ListTestGridS
|
|
|
26
26
|
* import { DeviceFarmClient, ListTestGridSessionArtifactsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListTestGridSessionArtifactsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTestGridSessionArtifactsRequest
|
|
30
30
|
* sessionArn: "STRING_VALUE", // required
|
|
31
31
|
* type: "VIDEO" || "LOG",
|
|
32
32
|
* maxResult: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListTestGridSessionsCommandOutput extends ListTestGridSessionsR
|
|
|
26
26
|
* import { DeviceFarmClient, ListTestGridSessionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListTestGridSessionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTestGridSessionsRequest
|
|
30
30
|
* projectArn: "STRING_VALUE", // required
|
|
31
31
|
* status: "ACTIVE" || "CLOSED" || "ERRORED",
|
|
32
32
|
* creationTimeAfter: new Date("TIMESTAMP"),
|
|
@@ -26,7 +26,7 @@ export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBeare
|
|
|
26
26
|
* import { DeviceFarmClient, ListTestsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListTestsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTestsRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -30,7 +30,7 @@ export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResul
|
|
|
30
30
|
* import { DeviceFarmClient, ListUniqueProblemsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
31
31
|
* // const { DeviceFarmClient, ListUniqueProblemsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
32
32
|
* const client = new DeviceFarmClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListUniqueProblemsRequest
|
|
34
34
|
* arn: "STRING_VALUE", // required
|
|
35
35
|
* nextToken: "STRING_VALUE",
|
|
36
36
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataB
|
|
|
26
26
|
* import { DeviceFarmClient, ListUploadsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ListUploadsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListUploadsRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* type: "ANDROID_APP" || "IOS_APP" || "WEB_APP" || "EXTERNAL_DATA" || "APPIUM_JAVA_JUNIT_TEST_PACKAGE" || "APPIUM_JAVA_TESTNG_TEST_PACKAGE" || "APPIUM_PYTHON_TEST_PACKAGE" || "APPIUM_NODE_TEST_PACKAGE" || "APPIUM_RUBY_TEST_PACKAGE" || "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE" || "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE" || "APPIUM_WEB_PYTHON_TEST_PACKAGE" || "APPIUM_WEB_NODE_TEST_PACKAGE" || "APPIUM_WEB_RUBY_TEST_PACKAGE" || "CALABASH_TEST_PACKAGE" || "INSTRUMENTATION_TEST_PACKAGE" || "UIAUTOMATION_TEST_PACKAGE" || "UIAUTOMATOR_TEST_PACKAGE" || "XCTEST_TEST_PACKAGE" || "XCTEST_UI_TEST_PACKAGE" || "APPIUM_JAVA_JUNIT_TEST_SPEC" || "APPIUM_JAVA_TESTNG_TEST_SPEC" || "APPIUM_PYTHON_TEST_SPEC" || "APPIUM_NODE_TEST_SPEC" || "APPIUM_RUBY_TEST_SPEC" || "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC" || "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC" || "APPIUM_WEB_PYTHON_TEST_SPEC" || "APPIUM_WEB_NODE_TEST_SPEC" || "APPIUM_WEB_RUBY_TEST_SPEC" || "INSTRUMENTATION_TEST_SPEC" || "XCTEST_UI_TEST_SPEC",
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurati
|
|
|
27
27
|
* import { DeviceFarmClient, ListVPCEConfigurationsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, ListVPCEConfigurationsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListVPCEConfigurationsRequest
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -29,7 +29,7 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, _
|
|
|
29
29
|
* import { DeviceFarmClient, PurchaseOfferingCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
30
30
|
* // const { DeviceFarmClient, PurchaseOfferingCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
31
31
|
* const client = new DeviceFarmClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // PurchaseOfferingRequest
|
|
33
33
|
* offeringId: "STRING_VALUE", // required
|
|
34
34
|
* quantity: Number("int"), // required
|
|
35
35
|
* offeringPromotionId: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface RenewOfferingCommandOutput extends RenewOfferingResult, __Metad
|
|
|
28
28
|
* import { DeviceFarmClient, RenewOfferingCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
29
29
|
* // const { DeviceFarmClient, RenewOfferingCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
30
30
|
* const client = new DeviceFarmClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // RenewOfferingRequest
|
|
32
32
|
* offeringId: "STRING_VALUE", // required
|
|
33
33
|
* quantity: Number("int"), // required
|
|
34
34
|
* };
|
|
@@ -26,16 +26,16 @@ export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataB
|
|
|
26
26
|
* import { DeviceFarmClient, ScheduleRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, ScheduleRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ScheduleRunRequest
|
|
30
30
|
* projectArn: "STRING_VALUE", // required
|
|
31
31
|
* appArn: "STRING_VALUE",
|
|
32
32
|
* devicePoolArn: "STRING_VALUE",
|
|
33
|
-
* deviceSelectionConfiguration: {
|
|
34
|
-
* filters: [ // required
|
|
35
|
-
* {
|
|
33
|
+
* deviceSelectionConfiguration: { // DeviceSelectionConfiguration
|
|
34
|
+
* filters: [ // DeviceFilters // required
|
|
35
|
+
* { // DeviceFilter
|
|
36
36
|
* attribute: "ARN" || "PLATFORM" || "OS_VERSION" || "MODEL" || "AVAILABILITY" || "FORM_FACTOR" || "MANUFACTURER" || "REMOTE_ACCESS_ENABLED" || "REMOTE_DEBUG_ENABLED" || "INSTANCE_ARN" || "INSTANCE_LABELS" || "FLEET_TYPE", // required
|
|
37
37
|
* operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS", // required
|
|
38
|
-
* values: [ // required
|
|
38
|
+
* values: [ // DeviceFilterValues // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* },
|
|
@@ -43,38 +43,38 @@ export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataB
|
|
|
43
43
|
* maxDevices: Number("int"), // required
|
|
44
44
|
* },
|
|
45
45
|
* name: "STRING_VALUE",
|
|
46
|
-
* test: {
|
|
46
|
+
* test: { // ScheduleRunTest
|
|
47
47
|
* type: "BUILTIN_FUZZ" || "BUILTIN_EXPLORER" || "WEB_PERFORMANCE_PROFILE" || "APPIUM_JAVA_JUNIT" || "APPIUM_JAVA_TESTNG" || "APPIUM_PYTHON" || "APPIUM_NODE" || "APPIUM_RUBY" || "APPIUM_WEB_JAVA_JUNIT" || "APPIUM_WEB_JAVA_TESTNG" || "APPIUM_WEB_PYTHON" || "APPIUM_WEB_NODE" || "APPIUM_WEB_RUBY" || "CALABASH" || "INSTRUMENTATION" || "UIAUTOMATION" || "UIAUTOMATOR" || "XCTEST" || "XCTEST_UI" || "REMOTE_ACCESS_RECORD" || "REMOTE_ACCESS_REPLAY", // required
|
|
48
48
|
* testPackageArn: "STRING_VALUE",
|
|
49
49
|
* testSpecArn: "STRING_VALUE",
|
|
50
50
|
* filter: "STRING_VALUE",
|
|
51
|
-
* parameters: {
|
|
51
|
+
* parameters: { // TestParameters
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* },
|
|
55
|
-
* configuration: {
|
|
55
|
+
* configuration: { // ScheduleRunConfiguration
|
|
56
56
|
* extraDataPackageArn: "STRING_VALUE",
|
|
57
57
|
* networkProfileArn: "STRING_VALUE",
|
|
58
58
|
* locale: "STRING_VALUE",
|
|
59
|
-
* location: {
|
|
59
|
+
* location: { // Location
|
|
60
60
|
* latitude: Number("double"), // required
|
|
61
61
|
* longitude: Number("double"), // required
|
|
62
62
|
* },
|
|
63
|
-
* vpceConfigurationArns: [
|
|
63
|
+
* vpceConfigurationArns: [ // AmazonResourceNames
|
|
64
64
|
* "STRING_VALUE",
|
|
65
65
|
* ],
|
|
66
|
-
* customerArtifactPaths: {
|
|
67
|
-
* iosPaths: [
|
|
66
|
+
* customerArtifactPaths: { // CustomerArtifactPaths
|
|
67
|
+
* iosPaths: [ // IosPaths
|
|
68
68
|
* "STRING_VALUE",
|
|
69
69
|
* ],
|
|
70
|
-
* androidPaths: [
|
|
70
|
+
* androidPaths: [ // AndroidPaths
|
|
71
71
|
* "STRING_VALUE",
|
|
72
72
|
* ],
|
|
73
|
-
* deviceHostPaths: [
|
|
73
|
+
* deviceHostPaths: [ // DeviceHostPaths
|
|
74
74
|
* "STRING_VALUE",
|
|
75
75
|
* ],
|
|
76
76
|
* },
|
|
77
|
-
* radios: {
|
|
77
|
+
* radios: { // Radios
|
|
78
78
|
* wifi: true || false,
|
|
79
79
|
* bluetooth: true || false,
|
|
80
80
|
* nfc: true || false,
|
|
@@ -85,7 +85,7 @@ export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataB
|
|
|
85
85
|
* ],
|
|
86
86
|
* billingMethod: "METERED" || "UNMETERED",
|
|
87
87
|
* },
|
|
88
|
-
* executionConfiguration: {
|
|
88
|
+
* executionConfiguration: { // ExecutionConfiguration
|
|
89
89
|
* jobTimeoutMinutes: Number("int"),
|
|
90
90
|
* accountsCleanup: true || false,
|
|
91
91
|
* appPackagesCleanup: true || false,
|
|
@@ -29,7 +29,7 @@ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
|
|
|
29
29
|
* import { DeviceFarmClient, StopJobCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
30
30
|
* // const { DeviceFarmClient, StopJobCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
31
31
|
* const client = new DeviceFarmClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // StopJobRequest
|
|
33
33
|
* arn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new StopJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface StopRemoteAccessSessionCommandOutput extends StopRemoteAccessSe
|
|
|
26
26
|
* import { DeviceFarmClient, StopRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, StopRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StopRemoteAccessSessionRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopRemoteAccessSessionCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {
|
|
|
29
29
|
* import { DeviceFarmClient, StopRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
30
30
|
* // const { DeviceFarmClient, StopRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
31
31
|
* const client = new DeviceFarmClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // StopRunRequest
|
|
33
33
|
* arn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new StopRunCommand(input);
|
|
@@ -28,10 +28,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
28
28
|
* import { DeviceFarmClient, TagResourceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
29
29
|
* // const { DeviceFarmClient, TagResourceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
30
30
|
* const client = new DeviceFarmClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // TagResourceRequest
|
|
32
32
|
* ResourceARN: "STRING_VALUE", // required
|
|
33
|
-
* Tags: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* Tags: [ // TagList // required
|
|
34
|
+
* { // Tag
|
|
35
35
|
* Key: "STRING_VALUE", // required
|
|
36
36
|
* Value: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { DeviceFarmClient, UntagResourceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, UntagResourceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceARN: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,10 +26,10 @@ export interface UpdateDeviceInstanceCommandOutput extends UpdateDeviceInstanceR
|
|
|
26
26
|
* import { DeviceFarmClient, UpdateDeviceInstanceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, UpdateDeviceInstanceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateDeviceInstanceRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* profileArn: "STRING_VALUE",
|
|
32
|
-
* labels: [
|
|
32
|
+
* labels: [ // InstanceLabels
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -28,12 +28,12 @@ export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, _
|
|
|
28
28
|
* import { DeviceFarmClient, UpdateDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
29
29
|
* // const { DeviceFarmClient, UpdateDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
30
30
|
* const client = new DeviceFarmClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UpdateDevicePoolRequest
|
|
32
32
|
* arn: "STRING_VALUE", // required
|
|
33
33
|
* name: "STRING_VALUE",
|
|
34
34
|
* description: "STRING_VALUE",
|
|
35
|
-
* rules: [
|
|
36
|
-
* {
|
|
35
|
+
* rules: [ // Rules
|
|
36
|
+
* { // Rule
|
|
37
37
|
* attribute: "ARN" || "PLATFORM" || "FORM_FACTOR" || "MANUFACTURER" || "REMOTE_ACCESS_ENABLED" || "REMOTE_DEBUG_ENABLED" || "APPIUM_VERSION" || "INSTANCE_ARN" || "INSTANCE_LABELS" || "FLEET_TYPE" || "OS_VERSION" || "MODEL" || "AVAILABILITY",
|
|
38
38
|
* operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS",
|
|
39
39
|
* value: "STRING_VALUE",
|
|
@@ -26,12 +26,12 @@ export interface UpdateInstanceProfileCommandOutput extends UpdateInstanceProfil
|
|
|
26
26
|
* import { DeviceFarmClient, UpdateInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, UpdateInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateInstanceProfileRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE",
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
33
|
* packageCleanup: true || false,
|
|
34
|
-
* excludeAppPackagesFromCleanup: [
|
|
34
|
+
* excludeAppPackagesFromCleanup: [ // PackageIds
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* rebootAfterUse: true || false,
|
|
@@ -26,7 +26,7 @@ export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR
|
|
|
26
26
|
* import { DeviceFarmClient, UpdateNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, UpdateNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateNetworkProfileRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE",
|
|
32
32
|
* description: "STRING_VALUE",
|
|
@@ -27,15 +27,15 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResult, __Metad
|
|
|
27
27
|
* import { DeviceFarmClient, UpdateProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
28
28
|
* // const { DeviceFarmClient, UpdateProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
29
29
|
* const client = new DeviceFarmClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateProjectRequest
|
|
31
31
|
* arn: "STRING_VALUE", // required
|
|
32
32
|
* name: "STRING_VALUE",
|
|
33
33
|
* defaultJobTimeoutMinutes: Number("int"),
|
|
34
|
-
* vpcConfig: {
|
|
35
|
-
* securityGroupIds: [ // required
|
|
34
|
+
* vpcConfig: { // VpcConfig
|
|
35
|
+
* securityGroupIds: [ // VpcSecurityGroupIds // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
|
-
* subnetIds: [ // required
|
|
38
|
+
* subnetIds: [ // VpcSubnetIds // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* vpcId: "STRING_VALUE", // required
|
|
@@ -26,15 +26,15 @@ export interface UpdateTestGridProjectCommandOutput extends UpdateTestGridProjec
|
|
|
26
26
|
* import { DeviceFarmClient, UpdateTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, UpdateTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateTestGridProjectRequest
|
|
30
30
|
* projectArn: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE",
|
|
32
32
|
* description: "STRING_VALUE",
|
|
33
|
-
* vpcConfig: {
|
|
34
|
-
* securityGroupIds: [ // required
|
|
33
|
+
* vpcConfig: { // TestGridVpcConfig
|
|
34
|
+
* securityGroupIds: [ // SecurityGroupIds // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
|
-
* subnetIds: [ // required
|
|
37
|
+
* subnetIds: [ // SubnetIds // required
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* vpcId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface UpdateUploadCommandOutput extends UpdateUploadResult, __Metadat
|
|
|
26
26
|
* import { DeviceFarmClient, UpdateUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, UpdateUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateUploadRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE",
|
|
32
32
|
* contentType: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface UpdateVPCEConfigurationCommandOutput extends UpdateVPCEConfigur
|
|
|
26
26
|
* import { DeviceFarmClient, UpdateVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
27
27
|
* // const { DeviceFarmClient, UpdateVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
28
28
|
* const client = new DeviceFarmClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateVPCEConfigurationRequest
|
|
30
30
|
* arn: "STRING_VALUE", // required
|
|
31
31
|
* vpceConfigurationName: "STRING_VALUE",
|
|
32
32
|
* vpceServiceName: "STRING_VALUE",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-device-farm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Device Farm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|