@aws-sdk/client-device-farm 3.40.0 → 3.45.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/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/commands/CreateDevicePoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTestGridProjectCommand.d.ts +1 -1
- 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/GetAccountSettingsCommand.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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicePoolCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUploadCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-device-farm
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-device-farm
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -14,6 +14,7 @@ const partitionHash = {
|
|
|
14
14
|
"ap-south-1",
|
|
15
15
|
"ap-southeast-1",
|
|
16
16
|
"ap-southeast-2",
|
|
17
|
+
"ap-southeast-3",
|
|
17
18
|
"ca-central-1",
|
|
18
19
|
"eu-central-1",
|
|
19
20
|
"eu-north-1",
|
|
@@ -78,6 +79,10 @@ const partitionHash = {
|
|
|
78
79
|
hostname: "devicefarm.{region}.c2s.ic.gov",
|
|
79
80
|
tags: [],
|
|
80
81
|
},
|
|
82
|
+
{
|
|
83
|
+
hostname: "devicefarm-fips.{region}.c2s.ic.gov",
|
|
84
|
+
tags: ["fips"],
|
|
85
|
+
},
|
|
81
86
|
],
|
|
82
87
|
},
|
|
83
88
|
"aws-iso-b": {
|
|
@@ -88,6 +93,10 @@ const partitionHash = {
|
|
|
88
93
|
hostname: "devicefarm.{region}.sc2s.sgov.gov",
|
|
89
94
|
tags: [],
|
|
90
95
|
},
|
|
96
|
+
{
|
|
97
|
+
hostname: "devicefarm-fips.{region}.sc2s.sgov.gov",
|
|
98
|
+
tags: ["fips"],
|
|
99
|
+
},
|
|
91
100
|
],
|
|
92
101
|
},
|
|
93
102
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -12,6 +12,7 @@ var partitionHash = {
|
|
|
12
12
|
"ap-south-1",
|
|
13
13
|
"ap-southeast-1",
|
|
14
14
|
"ap-southeast-2",
|
|
15
|
+
"ap-southeast-3",
|
|
15
16
|
"ca-central-1",
|
|
16
17
|
"eu-central-1",
|
|
17
18
|
"eu-north-1",
|
|
@@ -76,6 +77,10 @@ var partitionHash = {
|
|
|
76
77
|
hostname: "devicefarm.{region}.c2s.ic.gov",
|
|
77
78
|
tags: [],
|
|
78
79
|
},
|
|
80
|
+
{
|
|
81
|
+
hostname: "devicefarm-fips.{region}.c2s.ic.gov",
|
|
82
|
+
tags: ["fips"],
|
|
83
|
+
},
|
|
79
84
|
],
|
|
80
85
|
},
|
|
81
86
|
"aws-iso-b": {
|
|
@@ -86,6 +91,10 @@ var partitionHash = {
|
|
|
86
91
|
hostname: "devicefarm.{region}.sc2s.sgov.gov",
|
|
87
92
|
tags: [],
|
|
88
93
|
},
|
|
94
|
+
{
|
|
95
|
+
hostname: "devicefarm-fips.{region}.sc2s.sgov.gov",
|
|
96
|
+
tags: ["fips"],
|
|
97
|
+
},
|
|
89
98
|
],
|
|
90
99
|
},
|
|
91
100
|
"aws-us-gov": {
|
|
@@ -20,7 +20,7 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateDevicePoolCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateDevicePoolCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateDevicePoolCommand extends $Command<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateInstanceProfileCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateInstanceProfileCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateInstanceProfileCommand extends $Command<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateNetworkProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateNetworkProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateNetworkProfileCommand extends $Command<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateProjectCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateProjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateRemoteAccessSessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateRemoteAccessSessionCommand extends $Command<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateTestGridProjectCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateTestGridProjectCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateTestGridProjectCommand extends $Command<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateTestGridUrlCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateTestGridUrlCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateTestGridUrlCommand extends $Command<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateUploadCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateUploadCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateUploadCommand extends $Command<CreateUploadCommandInput, CreateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateVPCEConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateVPCEConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateVPCEConfigurationCommand extends $Command<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteDevicePoolCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteDevicePoolCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteDevicePoolCommand extends $Command<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteInstanceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteInstanceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteInstanceProfileCommand extends $Command<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteNetworkProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteNetworkProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteNetworkProfileCommand extends $Command<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteProjectCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteProjectCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteRemoteAccessSessionCommandOutput extends DeleteRemoteAcce
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteRemoteAccessSessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteRemoteAccessSessionCommand extends $Command<DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteRunCommandOutput extends DeleteRunResult, __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteRunCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteRunCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteRunCommand extends $Command<DeleteRunCommandInput, DeleteRunCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteTestGridProjectCommandOutput extends DeleteTestGridProjec
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteTestGridProjectCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteTestGridProjectCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteTestGridProjectCommand extends $Command<DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUploadCommandOutput extends DeleteUploadResult, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUploadCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUploadCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteUploadCommand extends $Command<DeleteUploadCommandInput, DeleteUploadCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteVPCEConfigurationCommandOutput extends DeleteVPCEConfigur
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteVPCEConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteVPCEConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteVPCEConfigurationCommand extends $Command<DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResul
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAccountSettingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAccountSettingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeviceCommand extends $Command<GetDeviceCommandInput, GetDeviceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeviceInstanceCommandOutput extends GetDeviceInstanceResult,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeviceInstanceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeviceInstanceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeviceInstanceCommand extends $Command<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDevicePoolCommandOutput extends GetDevicePoolResult, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDevicePoolCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDevicePoolCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDevicePoolCommand extends $Command<GetDevicePoolCommandInput, GetDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDevicePoolCompatibilityCommandOutput extends GetDevicePoolCo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDevicePoolCompatibilityCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDevicePoolCompatibilityCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDevicePoolCompatibilityCommand extends $Command<GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResul
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetInstanceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetInstanceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetInstanceProfileCommand extends $Command<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetNetworkProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetNetworkProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetNetworkProfileCommand extends $Command<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult,
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetOfferingStatusCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetOfferingStatusCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetOfferingStatusCommand extends $Command<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetProjectCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetProjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetProjectCommand extends $Command<GetProjectCommandInput, GetProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSess
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRemoteAccessSessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRemoteAccessSessionCommand extends $Command<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRunCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRunCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRunCommand extends $Command<GetRunCommandInput, GetRunCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSuiteCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSuiteCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetSuiteCommand extends $Command<GetSuiteCommandInput, GetSuiteCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTestCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTestCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTestCommand extends $Command<GetTestCommandInput, GetTestCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResul
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTestGridProjectCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTestGridProjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTestGridProjectCommand extends $Command<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link GetTestGridSessionCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link GetTestGridSessionCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class GetTestGridSessionCommand extends $Command<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUploadCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUploadCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetUploadCommand extends $Command<GetUploadCommandInput, GetUploadCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetVPCEConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetVPCEConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetVPCEConfigurationCommand extends $Command<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemo
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link InstallToRemoteAccessSessionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link InstallToRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class InstallToRemoteAccessSessionCommand extends $Command<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListArtifactsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListArtifactsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListArtifactsCommand extends $Command<ListArtifactsCommandInput, ListArtifactsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListDeviceInstancesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListDeviceInstancesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListDeviceInstancesCommand extends $Command<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDevicePoolsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDevicePoolsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDevicePoolsCommand extends $Command<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDevicesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDevicesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDevicesCommand extends $Command<ListDevicesCommandInput, ListDevicesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInstanceProfilesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInstanceProfilesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInstanceProfilesCommand extends $Command<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListNetworkProfilesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListNetworkProfilesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListNetworkProfilesCommand extends $Command<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListOfferingPromotionsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListOfferingPromotionsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListOfferingPromotionsCommand extends $Command<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListOfferingTransactionsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListOfferingTransactionsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListOfferingTransactionsCommand extends $Command<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListOfferingsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListOfferingsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListProjectsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListProjectsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListRemoteAccessSessionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListRemoteAccessSessionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListRemoteAccessSessionsCommand extends $Command<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListRunsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListRunsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListRunsCommand extends $Command<ListRunsCommandInput, ListRunsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListSamplesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListSamplesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListSamplesCommand extends $Command<ListSamplesCommandInput, ListSamplesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListSuitesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListSuitesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListSuitesCommand extends $Command<ListSuitesCommandInput, ListSuitesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTestGridProjectsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTestGridProjectsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTestGridProjectsCommand extends $Command<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTestGridSessionActionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTestGridSessionActionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTestGridSessionActionsCommand extends $Command<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTestGridSessionArtifactsCommandOutput extends ListTestGridS
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTestGridSessionArtifactsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTestGridSessionArtifactsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTestGridSessionArtifactsCommand extends $Command<ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTestGridSessionsCommandOutput extends ListTestGridSessionsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTestGridSessionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTestGridSessionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTestGridSessionsCommand extends $Command<ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTestsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTestsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTestsCommand extends $Command<ListTestsCommandInput, ListTestsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResul
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListUniqueProblemsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListUniqueProblemsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListUniqueProblemsCommand extends $Command<ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListUploadsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListUploadsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListUploadsCommand extends $Command<ListUploadsCommandInput, ListUploadsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurati
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListVPCEConfigurationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListVPCEConfigurationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListVPCEConfigurationsCommand extends $Command<ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, _
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link PurchaseOfferingCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link PurchaseOfferingCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface RenewOfferingCommandOutput extends RenewOfferingResult, __Metad
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link RenewOfferingCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link RenewOfferingCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class RenewOfferingCommand extends $Command<RenewOfferingCommandInput, RenewOfferingCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ScheduleRunCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ScheduleRunCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ScheduleRunCommand extends $Command<ScheduleRunCommandInput, ScheduleRunCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link StopJobCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link StopJobCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class StopJobCommand extends $Command<StopJobCommandInput, StopJobCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopRemoteAccessSessionCommandOutput extends StopRemoteAccessSe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopRemoteAccessSessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopRemoteAccessSessionCommand extends $Command<StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link StopRunCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link StopRunCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class StopRunCommand extends $Command<StopRunCommandInput, StopRunCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDeviceInstanceCommandOutput extends UpdateDeviceInstanceR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDeviceInstanceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDeviceInstanceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDeviceInstanceCommand extends $Command<UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateDevicePoolCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateDevicePoolCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateDevicePoolCommand extends $Command<UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateInstanceProfileCommandOutput extends UpdateInstanceProfil
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateInstanceProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateInstanceProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateInstanceProfileCommand extends $Command<UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateNetworkProfileCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateNetworkProfileCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateNetworkProfileCommand extends $Command<UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResult, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateProjectCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateProjectCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateTestGridProjectCommandOutput extends UpdateTestGridProjec
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateTestGridProjectCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateTestGridProjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateTestGridProjectCommand extends $Command<UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateUploadCommandOutput extends UpdateUploadResult, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateUploadCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateUploadCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateUploadCommand extends $Command<UpdateUploadCommandInput, UpdateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateVPCEConfigurationCommandOutput extends UpdateVPCEConfigur
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateVPCEConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateVPCEConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DeviceFarmClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateVPCEConfigurationCommand extends $Command<UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
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.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|