@aws-sdk/client-device-farm 3.799.0 → 3.803.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js
CHANGED
|
@@ -2473,6 +2473,7 @@ var se_GetDevicePoolCompatibilityRequest = /* @__PURE__ */ __name((input, contex
|
|
|
2473
2473
|
appArn: [],
|
|
2474
2474
|
configuration: /* @__PURE__ */ __name((_) => se_ScheduleRunConfiguration(_, context), "configuration"),
|
|
2475
2475
|
devicePoolArn: [],
|
|
2476
|
+
projectArn: [],
|
|
2476
2477
|
test: import_smithy_client._json,
|
|
2477
2478
|
testType: []
|
|
2478
2479
|
});
|
|
@@ -84,6 +84,7 @@ declare const GetDevicePoolCompatibilityCommand_base: {
|
|
|
84
84
|
* ],
|
|
85
85
|
* billingMethod: "METERED" || "UNMETERED",
|
|
86
86
|
* },
|
|
87
|
+
* projectArn: "STRING_VALUE",
|
|
87
88
|
* };
|
|
88
89
|
* const command = new GetDevicePoolCompatibilityCommand(input);
|
|
89
90
|
* const response = await client.send(command);
|
|
@@ -2891,6 +2891,12 @@ export interface GetDevicePoolCompatibilityRequest {
|
|
|
2891
2891
|
* @public
|
|
2892
2892
|
*/
|
|
2893
2893
|
configuration?: ScheduleRunConfiguration | undefined;
|
|
2894
|
+
/**
|
|
2895
|
+
* <p>The ARN of the project for which you want to check
|
|
2896
|
+
* device pool compatibility.</p>
|
|
2897
|
+
* @public
|
|
2898
|
+
*/
|
|
2899
|
+
projectArn?: string | undefined;
|
|
2894
2900
|
}
|
|
2895
2901
|
/**
|
|
2896
2902
|
* <p>Represents information about incompatibility.</p>
|
|
@@ -647,6 +647,7 @@ export interface GetDevicePoolCompatibilityRequest {
|
|
|
647
647
|
testType?: TestType | undefined;
|
|
648
648
|
test?: ScheduleRunTest | undefined;
|
|
649
649
|
configuration?: ScheduleRunConfiguration | undefined;
|
|
650
|
+
projectArn?: string | undefined;
|
|
650
651
|
}
|
|
651
652
|
export interface IncompatibilityMessage {
|
|
652
653
|
message?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-device-farm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Device Farm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.803.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-device-farm",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.799.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.803.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.1.1",
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.2",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.3",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.2",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.0.9",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.2",
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
57
|
+
"@smithy/util-retry": "^4.0.3",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|