@aws-sdk/client-device-farm 3.299.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.
Files changed (78) hide show
  1. package/dist-types/commands/CreateDevicePoolCommand.d.ts +13 -0
  2. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +9 -0
  3. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +14 -0
  4. package/dist-types/commands/CreateProjectCommand.d.ts +13 -0
  5. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +19 -0
  6. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +13 -0
  7. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +4 -0
  8. package/dist-types/commands/CreateUploadCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +3 -0
  11. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +3 -0
  12. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +3 -0
  13. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -0
  14. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +3 -0
  15. package/dist-types/commands/DeleteRunCommand.d.ts +3 -0
  16. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +3 -0
  17. package/dist-types/commands/DeleteUploadCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +3 -0
  19. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -0
  20. package/dist-types/commands/GetDeviceCommand.d.ts +3 -0
  21. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +3 -0
  22. package/dist-types/commands/GetDevicePoolCommand.d.ts +3 -0
  23. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +47 -0
  24. package/dist-types/commands/GetInstanceProfileCommand.d.ts +3 -0
  25. package/dist-types/commands/GetJobCommand.d.ts +3 -0
  26. package/dist-types/commands/GetNetworkProfileCommand.d.ts +3 -0
  27. package/dist-types/commands/GetOfferingStatusCommand.d.ts +3 -0
  28. package/dist-types/commands/GetProjectCommand.d.ts +3 -0
  29. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +3 -0
  30. package/dist-types/commands/GetRunCommand.d.ts +3 -0
  31. package/dist-types/commands/GetSuiteCommand.d.ts +3 -0
  32. package/dist-types/commands/GetTestCommand.d.ts +3 -0
  33. package/dist-types/commands/GetTestGridProjectCommand.d.ts +3 -0
  34. package/dist-types/commands/GetTestGridSessionCommand.d.ts +5 -0
  35. package/dist-types/commands/GetUploadCommand.d.ts +3 -0
  36. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +3 -0
  37. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +4 -0
  38. package/dist-types/commands/ListArtifactsCommand.d.ts +5 -0
  39. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +4 -0
  40. package/dist-types/commands/ListDevicePoolsCommand.d.ts +5 -0
  41. package/dist-types/commands/ListDevicesCommand.d.ts +13 -0
  42. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +4 -0
  43. package/dist-types/commands/ListJobsCommand.d.ts +4 -0
  44. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +5 -0
  45. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +3 -0
  46. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +3 -0
  47. package/dist-types/commands/ListOfferingsCommand.d.ts +3 -0
  48. package/dist-types/commands/ListProjectsCommand.d.ts +4 -0
  49. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +4 -0
  50. package/dist-types/commands/ListRunsCommand.d.ts +4 -0
  51. package/dist-types/commands/ListSamplesCommand.d.ts +4 -0
  52. package/dist-types/commands/ListSuitesCommand.d.ts +4 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  54. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +4 -0
  55. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +5 -0
  56. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +6 -0
  57. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +10 -0
  58. package/dist-types/commands/ListTestsCommand.d.ts +4 -0
  59. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +4 -0
  60. package/dist-types/commands/ListUploadsCommand.d.ts +5 -0
  61. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +4 -0
  62. package/dist-types/commands/PurchaseOfferingCommand.d.ts +5 -0
  63. package/dist-types/commands/RenewOfferingCommand.d.ts +4 -0
  64. package/dist-types/commands/ScheduleRunCommand.d.ts +67 -0
  65. package/dist-types/commands/StopJobCommand.d.ts +3 -0
  66. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +3 -0
  67. package/dist-types/commands/StopRunCommand.d.ts +3 -0
  68. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  69. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +7 -0
  71. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +14 -0
  72. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +10 -0
  73. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +14 -0
  74. package/dist-types/commands/UpdateProjectCommand.d.ts +14 -0
  75. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +14 -0
  76. package/dist-types/commands/UpdateUploadCommand.d.ts +6 -0
  77. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +7 -0
  78. package/package.json +8 -8
@@ -26,6 +26,11 @@ 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 = { // ListNetworkProfilesRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * type: "CURATED" || "PRIVATE",
32
+ * nextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListNetworkProfilesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -28,6 +28,9 @@ 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 = { // ListOfferingPromotionsRequest
32
+ * nextToken: "STRING_VALUE",
33
+ * };
31
34
  * const command = new ListOfferingPromotionsCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -29,6 +29,9 @@ 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 = { // ListOfferingTransactionsRequest
33
+ * nextToken: "STRING_VALUE",
34
+ * };
32
35
  * const command = new ListOfferingTransactionsCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -29,6 +29,9 @@ 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 = { // ListOfferingsRequest
33
+ * nextToken: "STRING_VALUE",
34
+ * };
32
35
  * const command = new ListOfferingsCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -26,6 +26,10 @@ 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 = { // ListProjectsRequest
30
+ * arn: "STRING_VALUE",
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListProjectsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = { // ListRemoteAccessSessionsRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListRemoteAccessSessionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = { // ListRunsRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListRunsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = { // ListSamplesRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListSamplesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = { // ListSuitesRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListSuitesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ 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 = { // ListTagsForResourceRequest
30
+ * ResourceARN: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new ListTagsForResourceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ 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 = { // ListTestGridProjectsRequest
30
+ * maxResult: Number("int"),
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListTestGridProjectsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ 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 = { // ListTestGridSessionActionsRequest
30
+ * sessionArn: "STRING_VALUE", // required
31
+ * maxResult: Number("int"),
32
+ * nextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListTestGridSessionActionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ 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 = { // ListTestGridSessionArtifactsRequest
30
+ * sessionArn: "STRING_VALUE", // required
31
+ * type: "VIDEO" || "LOG",
32
+ * maxResult: Number("int"),
33
+ * nextToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new ListTestGridSessionArtifactsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,16 @@ 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 = { // ListTestGridSessionsRequest
30
+ * projectArn: "STRING_VALUE", // required
31
+ * status: "ACTIVE" || "CLOSED" || "ERRORED",
32
+ * creationTimeAfter: new Date("TIMESTAMP"),
33
+ * creationTimeBefore: new Date("TIMESTAMP"),
34
+ * endTimeAfter: new Date("TIMESTAMP"),
35
+ * endTimeBefore: new Date("TIMESTAMP"),
36
+ * maxResult: Number("int"),
37
+ * nextToken: "STRING_VALUE",
38
+ * };
29
39
  * const command = new ListTestGridSessionsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,10 @@ 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 = { // ListTestsRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListTestsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -30,6 +30,10 @@ 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 = { // ListUniqueProblemsRequest
34
+ * arn: "STRING_VALUE", // required
35
+ * nextToken: "STRING_VALUE",
36
+ * };
33
37
  * const command = new ListUniqueProblemsCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -26,6 +26,11 @@ 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 = { // ListUploadsRequest
30
+ * arn: "STRING_VALUE", // required
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
+ * nextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListUploadsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,10 @@ 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 = { // ListVPCEConfigurationsRequest
31
+ * maxResults: Number("int"),
32
+ * nextToken: "STRING_VALUE",
33
+ * };
30
34
  * const command = new ListVPCEConfigurationsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -29,6 +29,11 @@ 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 = { // PurchaseOfferingRequest
33
+ * offeringId: "STRING_VALUE", // required
34
+ * quantity: Number("int"), // required
35
+ * offeringPromotionId: "STRING_VALUE",
36
+ * };
32
37
  * const command = new PurchaseOfferingCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -28,6 +28,10 @@ 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 = { // RenewOfferingRequest
32
+ * offeringId: "STRING_VALUE", // required
33
+ * quantity: Number("int"), // required
34
+ * };
31
35
  * const command = new RenewOfferingCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,73 @@ 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 = { // ScheduleRunRequest
30
+ * projectArn: "STRING_VALUE", // required
31
+ * appArn: "STRING_VALUE",
32
+ * devicePoolArn: "STRING_VALUE",
33
+ * deviceSelectionConfiguration: { // DeviceSelectionConfiguration
34
+ * filters: [ // DeviceFilters // required
35
+ * { // DeviceFilter
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
+ * operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS", // required
38
+ * values: [ // DeviceFilterValues // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * },
42
+ * ],
43
+ * maxDevices: Number("int"), // required
44
+ * },
45
+ * name: "STRING_VALUE",
46
+ * test: { // ScheduleRunTest
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
+ * testPackageArn: "STRING_VALUE",
49
+ * testSpecArn: "STRING_VALUE",
50
+ * filter: "STRING_VALUE",
51
+ * parameters: { // TestParameters
52
+ * "<keys>": "STRING_VALUE",
53
+ * },
54
+ * },
55
+ * configuration: { // ScheduleRunConfiguration
56
+ * extraDataPackageArn: "STRING_VALUE",
57
+ * networkProfileArn: "STRING_VALUE",
58
+ * locale: "STRING_VALUE",
59
+ * location: { // Location
60
+ * latitude: Number("double"), // required
61
+ * longitude: Number("double"), // required
62
+ * },
63
+ * vpceConfigurationArns: [ // AmazonResourceNames
64
+ * "STRING_VALUE",
65
+ * ],
66
+ * customerArtifactPaths: { // CustomerArtifactPaths
67
+ * iosPaths: [ // IosPaths
68
+ * "STRING_VALUE",
69
+ * ],
70
+ * androidPaths: [ // AndroidPaths
71
+ * "STRING_VALUE",
72
+ * ],
73
+ * deviceHostPaths: [ // DeviceHostPaths
74
+ * "STRING_VALUE",
75
+ * ],
76
+ * },
77
+ * radios: { // Radios
78
+ * wifi: true || false,
79
+ * bluetooth: true || false,
80
+ * nfc: true || false,
81
+ * gps: true || false,
82
+ * },
83
+ * auxiliaryApps: [
84
+ * "STRING_VALUE",
85
+ * ],
86
+ * billingMethod: "METERED" || "UNMETERED",
87
+ * },
88
+ * executionConfiguration: { // ExecutionConfiguration
89
+ * jobTimeoutMinutes: Number("int"),
90
+ * accountsCleanup: true || false,
91
+ * appPackagesCleanup: true || false,
92
+ * videoCapture: true || false,
93
+ * skipAppResign: true || false,
94
+ * },
95
+ * };
29
96
  * const command = new ScheduleRunCommand(input);
30
97
  * const response = await client.send(command);
31
98
  * ```
@@ -29,6 +29,9 @@ 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 = { // StopJobRequest
33
+ * arn: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new StopJobCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -26,6 +26,9 @@ 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 = { // StopRemoteAccessSessionRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new StopRemoteAccessSessionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -29,6 +29,9 @@ 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 = { // StopRunRequest
33
+ * arn: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new StopRunCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -28,6 +28,15 @@ 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 = { // TagResourceRequest
32
+ * ResourceARN: "STRING_VALUE", // required
33
+ * Tags: [ // TagList // required
34
+ * { // Tag
35
+ * Key: "STRING_VALUE", // required
36
+ * Value: "STRING_VALUE", // required
37
+ * },
38
+ * ],
39
+ * };
31
40
  * const command = new TagResourceCommand(input);
32
41
  * const response = await client.send(command);
33
42
  * ```
@@ -26,6 +26,12 @@ 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 = { // UntagResourceRequest
30
+ * ResourceARN: "STRING_VALUE", // required
31
+ * TagKeys: [ // TagKeyList // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new UntagResourceCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,13 @@ 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 = { // UpdateDeviceInstanceRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * profileArn: "STRING_VALUE",
32
+ * labels: [ // InstanceLabels
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
29
36
  * const command = new UpdateDeviceInstanceCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -28,6 +28,20 @@ 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 = { // UpdateDevicePoolRequest
32
+ * arn: "STRING_VALUE", // required
33
+ * name: "STRING_VALUE",
34
+ * description: "STRING_VALUE",
35
+ * rules: [ // Rules
36
+ * { // Rule
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
+ * operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS",
39
+ * value: "STRING_VALUE",
40
+ * },
41
+ * ],
42
+ * maxDevices: Number("int"),
43
+ * clearMaxDevices: true || false,
44
+ * };
31
45
  * const command = new UpdateDevicePoolCommand(input);
32
46
  * const response = await client.send(command);
33
47
  * ```
@@ -26,6 +26,16 @@ 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 = { // UpdateInstanceProfileRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * name: "STRING_VALUE",
32
+ * description: "STRING_VALUE",
33
+ * packageCleanup: true || false,
34
+ * excludeAppPackagesFromCleanup: [ // PackageIds
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * rebootAfterUse: true || false,
38
+ * };
29
39
  * const command = new UpdateInstanceProfileCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,20 @@ 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 = { // UpdateNetworkProfileRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * name: "STRING_VALUE",
32
+ * description: "STRING_VALUE",
33
+ * type: "CURATED" || "PRIVATE",
34
+ * uplinkBandwidthBits: Number("long"),
35
+ * downlinkBandwidthBits: Number("long"),
36
+ * uplinkDelayMs: Number("long"),
37
+ * downlinkDelayMs: Number("long"),
38
+ * uplinkJitterMs: Number("long"),
39
+ * downlinkJitterMs: Number("long"),
40
+ * uplinkLossPercent: Number("int"),
41
+ * downlinkLossPercent: Number("int"),
42
+ * };
29
43
  * const command = new UpdateNetworkProfileCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -27,6 +27,20 @@ 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 = { // UpdateProjectRequest
31
+ * arn: "STRING_VALUE", // required
32
+ * name: "STRING_VALUE",
33
+ * defaultJobTimeoutMinutes: Number("int"),
34
+ * vpcConfig: { // VpcConfig
35
+ * securityGroupIds: [ // VpcSecurityGroupIds // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * subnetIds: [ // VpcSubnetIds // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * vpcId: "STRING_VALUE", // required
42
+ * },
43
+ * };
30
44
  * const command = new UpdateProjectCommand(input);
31
45
  * const response = await client.send(command);
32
46
  * ```
@@ -26,6 +26,20 @@ 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 = { // UpdateTestGridProjectRequest
30
+ * projectArn: "STRING_VALUE", // required
31
+ * name: "STRING_VALUE",
32
+ * description: "STRING_VALUE",
33
+ * vpcConfig: { // TestGridVpcConfig
34
+ * securityGroupIds: [ // SecurityGroupIds // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * subnetIds: [ // SubnetIds // required
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * vpcId: "STRING_VALUE", // required
41
+ * },
42
+ * };
29
43
  * const command = new UpdateTestGridProjectCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -26,6 +26,12 @@ 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 = { // UpdateUploadRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * name: "STRING_VALUE",
32
+ * contentType: "STRING_VALUE",
33
+ * editContent: true || false,
34
+ * };
29
35
  * const command = new UpdateUploadCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,13 @@ 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 = { // UpdateVPCEConfigurationRequest
30
+ * arn: "STRING_VALUE", // required
31
+ * vpceConfigurationName: "STRING_VALUE",
32
+ * vpceServiceName: "STRING_VALUE",
33
+ * serviceDnsName: "STRING_VALUE",
34
+ * vpceConfigurationDescription: "STRING_VALUE",
35
+ * };
29
36
  * const command = new UpdateVPCEConfigurationCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
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.299.0",
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.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
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",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
37
  "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "tslib": "^2.5.0"
57
57
  },