@aws-sdk/client-device-farm 3.300.0 → 3.303.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/models/models_0.js +249 -277
- package/dist-es/models/models_0.js +249 -277
- 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/dist-types/models/models_0.d.ts +391 -251
- package/dist-types/ts3.4/models/models_0.d.ts +296 -249
- package/package.json +34 -34
|
@@ -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",
|