@aws-sdk/client-device-farm 3.299.0 → 3.300.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,19 @@ 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 = {
30
+ * projectArn: "STRING_VALUE", // required
31
+ * name: "STRING_VALUE", // required
32
+ * description: "STRING_VALUE",
33
+ * rules: [ // required
34
+ * {
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
+ * operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS",
37
+ * value: "STRING_VALUE",
38
+ * },
39
+ * ],
40
+ * maxDevices: Number("int"),
41
+ * };
29
42
  * const command = new CreateDevicePoolCommand(input);
30
43
  * const response = await client.send(command);
31
44
  * ```
@@ -27,6 +27,15 @@ 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 = {
31
+ * name: "STRING_VALUE", // required
32
+ * description: "STRING_VALUE",
33
+ * packageCleanup: true || false,
34
+ * excludeAppPackagesFromCleanup: [
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * rebootAfterUse: true || false,
38
+ * };
30
39
  * const command = new CreateInstanceProfileCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -26,6 +26,20 @@ 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 = {
30
+ * projectArn: "STRING_VALUE", // required
31
+ * name: "STRING_VALUE", // required
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 CreateNetworkProfileCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -26,6 +26,19 @@ 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 = {
30
+ * name: "STRING_VALUE", // required
31
+ * defaultJobTimeoutMinutes: Number("int"),
32
+ * vpcConfig: {
33
+ * securityGroupIds: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * subnetIds: [ // required
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * vpcId: "STRING_VALUE", // required
40
+ * },
41
+ * };
29
42
  * const command = new CreateProjectCommand(input);
30
43
  * const response = await client.send(command);
31
44
  * ```
@@ -26,6 +26,25 @@ 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 = {
30
+ * projectArn: "STRING_VALUE", // required
31
+ * deviceArn: "STRING_VALUE", // required
32
+ * instanceArn: "STRING_VALUE",
33
+ * sshPublicKey: "STRING_VALUE",
34
+ * remoteDebugEnabled: true || false,
35
+ * remoteRecordEnabled: true || false,
36
+ * remoteRecordAppArn: "STRING_VALUE",
37
+ * name: "STRING_VALUE",
38
+ * clientId: "STRING_VALUE",
39
+ * configuration: {
40
+ * billingMethod: "METERED" || "UNMETERED",
41
+ * vpceConfigurationArns: [
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * },
45
+ * interactionMode: "INTERACTIVE" || "NO_VIDEO" || "VIDEO_ONLY",
46
+ * skipAppResign: true || false,
47
+ * };
29
48
  * const command = new CreateRemoteAccessSessionCommand(input);
30
49
  * const response = await client.send(command);
31
50
  * ```
@@ -27,6 +27,19 @@ 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 = {
31
+ * name: "STRING_VALUE", // required
32
+ * description: "STRING_VALUE",
33
+ * vpcConfig: {
34
+ * securityGroupIds: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * subnetIds: [ // required
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * vpcId: "STRING_VALUE", // required
41
+ * },
42
+ * };
30
43
  * const command = new CreateTestGridProjectCommand(input);
31
44
  * const response = await client.send(command);
32
45
  * ```
@@ -27,6 +27,10 @@ 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 = {
31
+ * projectArn: "STRING_VALUE", // required
32
+ * expiresInSeconds: Number("int"), // required
33
+ * };
30
34
  * const command = new CreateTestGridUrlCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,12 @@ 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 = {
30
+ * projectArn: "STRING_VALUE", // required
31
+ * name: "STRING_VALUE", // required
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
33
+ * contentType: "STRING_VALUE",
34
+ * };
29
35
  * const command = new CreateUploadCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -27,6 +27,12 @@ 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 = {
31
+ * vpceConfigurationName: "STRING_VALUE", // required
32
+ * vpceServiceName: "STRING_VALUE", // required
33
+ * serviceDnsName: "STRING_VALUE", // required
34
+ * vpceConfigurationDescription: "STRING_VALUE",
35
+ * };
30
36
  * const command = new CreateVPCEConfigurationCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -27,6 +27,9 @@ 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 = {
31
+ * arn: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteDevicePoolCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteInstanceProfileCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteNetworkProfileCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,9 @@ 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 = {
31
+ * arn: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteProjectCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteRemoteAccessSessionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,9 @@ 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 = {
31
+ * arn: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteRunCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -32,6 +32,9 @@ 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 = {
36
+ * projectArn: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new DeleteTestGridProjectCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteUploadCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteVPCEConfigurationCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResul
27
27
  * import { DeviceFarmClient, GetAccountSettingsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
28
28
  * // const { DeviceFarmClient, GetAccountSettingsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
29
29
  * const client = new DeviceFarmClient(config);
30
+ * const input = {};
30
31
  * const command = new GetAccountSettingsCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetDeviceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetDeviceInstanceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetDevicePoolCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,53 @@ 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 = {
30
+ * devicePoolArn: "STRING_VALUE", // required
31
+ * appArn: "STRING_VALUE",
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: {
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
+ * testPackageArn: "STRING_VALUE",
36
+ * testSpecArn: "STRING_VALUE",
37
+ * filter: "STRING_VALUE",
38
+ * parameters: {
39
+ * "<keys>": "STRING_VALUE",
40
+ * },
41
+ * },
42
+ * configuration: {
43
+ * extraDataPackageArn: "STRING_VALUE",
44
+ * networkProfileArn: "STRING_VALUE",
45
+ * locale: "STRING_VALUE",
46
+ * location: {
47
+ * latitude: Number("double"), // required
48
+ * longitude: Number("double"), // required
49
+ * },
50
+ * vpceConfigurationArns: [
51
+ * "STRING_VALUE",
52
+ * ],
53
+ * customerArtifactPaths: {
54
+ * iosPaths: [
55
+ * "STRING_VALUE",
56
+ * ],
57
+ * androidPaths: [
58
+ * "STRING_VALUE",
59
+ * ],
60
+ * deviceHostPaths: [
61
+ * "STRING_VALUE",
62
+ * ],
63
+ * },
64
+ * radios: {
65
+ * wifi: true || false,
66
+ * bluetooth: true || false,
67
+ * nfc: true || false,
68
+ * gps: true || false,
69
+ * },
70
+ * auxiliaryApps: [
71
+ * "STRING_VALUE",
72
+ * ],
73
+ * billingMethod: "METERED" || "UNMETERED",
74
+ * },
75
+ * };
29
76
  * const command = new GetDevicePoolCompatibilityCommand(input);
30
77
  * const response = await client.send(command);
31
78
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetInstanceProfileCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetJobCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetNetworkProfileCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -29,6 +29,9 @@ 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 = {
33
+ * nextToken: "STRING_VALUE",
34
+ * };
32
35
  * const command = new GetOfferingStatusCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetProjectCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetRemoteAccessSessionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetRunCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetSuiteCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetTestCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * projectArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetTestGridProjectCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -35,6 +35,11 @@ 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 = {
39
+ * projectArn: "STRING_VALUE",
40
+ * sessionId: "STRING_VALUE",
41
+ * sessionArn: "STRING_VALUE",
42
+ * };
38
43
  * const command = new GetTestGridSessionCommand(input);
39
44
  * const response = await client.send(command);
40
45
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetUploadCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,9 @@ 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 = {
31
+ * arn: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetVPCEConfigurationCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -28,6 +28,10 @@ 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 = {
32
+ * remoteAccessSessionArn: "STRING_VALUE", // required
33
+ * appArn: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new InstallToRemoteAccessSessionCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * type: "SCREENSHOT" || "FILE" || "LOG", // required
32
+ * nextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListArtifactsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,10 @@ 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 = {
31
+ * maxResults: Number("int"),
32
+ * nextToken: "STRING_VALUE",
33
+ * };
30
34
  * const command = new ListDeviceInstancesCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * type: "CURATED" || "PRIVATE",
32
+ * nextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListDevicePoolsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,19 @@ 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 = {
30
+ * arn: "STRING_VALUE",
31
+ * nextToken: "STRING_VALUE",
32
+ * filters: [
33
+ * {
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
+ * operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS", // required
36
+ * values: [ // required
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * },
40
+ * ],
41
+ * };
29
42
  * const command = new ListDevicesCommand(input);
30
43
  * const response = await client.send(command);
31
44
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * maxResults: Number("int"),
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListInstanceProfilesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * arn: "STRING_VALUE", // required
31
+ * nextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListJobsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```