@aws-sdk/client-device-farm 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/DeviceFarm.d.ts +1390 -390
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +591 -150
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2640 -2465
- package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +19 -19
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import {
|
|
14
|
+
GetDevicePoolCompatibilityRequest,
|
|
15
|
+
GetDevicePoolCompatibilityResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDevicePoolCompatibilityCommandInput
|
|
18
|
+
extends GetDevicePoolCompatibilityRequest {}
|
|
19
|
+
export interface GetDevicePoolCompatibilityCommandOutput
|
|
20
|
+
extends GetDevicePoolCompatibilityResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDevicePoolCompatibilityCommand extends $Command<
|
|
24
|
+
GetDevicePoolCompatibilityCommandInput,
|
|
25
|
+
GetDevicePoolCompatibilityCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDevicePoolCompatibilityCommandInput;
|
|
29
|
+
constructor(input: GetDevicePoolCompatibilityCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDevicePoolCompatibilityCommandInput,
|
|
37
|
+
GetDevicePoolCompatibilityCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import {
|
|
14
|
+
GetInstanceProfileRequest,
|
|
15
|
+
GetInstanceProfileResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetInstanceProfileCommandInput
|
|
18
|
+
extends GetInstanceProfileRequest {}
|
|
19
|
+
export interface GetInstanceProfileCommandOutput
|
|
20
|
+
extends GetInstanceProfileResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetInstanceProfileCommand extends $Command<
|
|
24
|
+
GetInstanceProfileCommandInput,
|
|
25
|
+
GetInstanceProfileCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetInstanceProfileCommandInput;
|
|
29
|
+
constructor(input: GetInstanceProfileCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import { GetJobRequest, GetJobResult } from "../models/models_0";
|
|
14
|
+
export interface GetJobCommandInput extends GetJobRequest {}
|
|
15
|
+
export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class GetJobCommand extends $Command<
|
|
18
|
+
GetJobCommandInput,
|
|
19
|
+
GetJobCommandOutput,
|
|
20
|
+
DeviceFarmClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: GetJobCommandInput;
|
|
23
|
+
constructor(input: GetJobCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetJobCommandInput, GetJobCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import {
|
|
14
|
+
GetNetworkProfileRequest,
|
|
15
|
+
GetNetworkProfileResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetNetworkProfileCommandInput
|
|
18
|
+
extends GetNetworkProfileRequest {}
|
|
19
|
+
export interface GetNetworkProfileCommandOutput
|
|
20
|
+
extends GetNetworkProfileResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetNetworkProfileCommand extends $Command<
|
|
24
|
+
GetNetworkProfileCommandInput,
|
|
25
|
+
GetNetworkProfileCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetNetworkProfileCommandInput;
|
|
29
|
+
constructor(input: GetNetworkProfileCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import {
|
|
14
|
+
GetOfferingStatusRequest,
|
|
15
|
+
GetOfferingStatusResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetOfferingStatusCommandInput
|
|
18
|
+
extends GetOfferingStatusRequest {}
|
|
19
|
+
export interface GetOfferingStatusCommandOutput
|
|
20
|
+
extends GetOfferingStatusResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetOfferingStatusCommand extends $Command<
|
|
24
|
+
GetOfferingStatusCommandInput,
|
|
25
|
+
GetOfferingStatusCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetOfferingStatusCommandInput;
|
|
29
|
+
constructor(input: GetOfferingStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import { GetProjectRequest, GetProjectResult } from "../models/models_0";
|
|
14
|
+
export interface GetProjectCommandInput extends GetProjectRequest {}
|
|
15
|
+
export interface GetProjectCommandOutput
|
|
16
|
+
extends GetProjectResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetProjectCommand extends $Command<
|
|
20
|
+
GetProjectCommandInput,
|
|
21
|
+
GetProjectCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetProjectCommandInput;
|
|
25
|
+
constructor(input: GetProjectCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetProjectCommandInput, GetProjectCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import {
|
|
14
|
+
GetRemoteAccessSessionRequest,
|
|
15
|
+
GetRemoteAccessSessionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetRemoteAccessSessionCommandInput
|
|
18
|
+
extends GetRemoteAccessSessionRequest {}
|
|
19
|
+
export interface GetRemoteAccessSessionCommandOutput
|
|
20
|
+
extends GetRemoteAccessSessionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetRemoteAccessSessionCommand extends $Command<
|
|
24
|
+
GetRemoteAccessSessionCommandInput,
|
|
25
|
+
GetRemoteAccessSessionCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRemoteAccessSessionCommandInput;
|
|
29
|
+
constructor(input: GetRemoteAccessSessionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetRemoteAccessSessionCommandInput,
|
|
37
|
+
GetRemoteAccessSessionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import { GetRunRequest, GetRunResult } from "../models/models_0";
|
|
14
|
+
export interface GetRunCommandInput extends GetRunRequest {}
|
|
15
|
+
export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class GetRunCommand extends $Command<
|
|
18
|
+
GetRunCommandInput,
|
|
19
|
+
GetRunCommandOutput,
|
|
20
|
+
DeviceFarmClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: GetRunCommandInput;
|
|
23
|
+
constructor(input: GetRunCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetRunCommandInput, GetRunCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import { GetSuiteRequest, GetSuiteResult } from "../models/models_0";
|
|
14
|
+
export interface GetSuiteCommandInput extends GetSuiteRequest {}
|
|
15
|
+
export interface GetSuiteCommandOutput
|
|
16
|
+
extends GetSuiteResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetSuiteCommand extends $Command<
|
|
20
|
+
GetSuiteCommandInput,
|
|
21
|
+
GetSuiteCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetSuiteCommandInput;
|
|
25
|
+
constructor(input: GetSuiteCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetSuiteCommandInput, GetSuiteCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import { GetTestRequest, GetTestResult } from "../models/models_0";
|
|
14
|
+
export interface GetTestCommandInput extends GetTestRequest {}
|
|
15
|
+
export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class GetTestCommand extends $Command<
|
|
18
|
+
GetTestCommandInput,
|
|
19
|
+
GetTestCommandOutput,
|
|
20
|
+
DeviceFarmClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: GetTestCommandInput;
|
|
23
|
+
constructor(input: GetTestCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetTestCommandInput, GetTestCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import {
|
|
14
|
+
GetTestGridProjectRequest,
|
|
15
|
+
GetTestGridProjectResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetTestGridProjectCommandInput
|
|
18
|
+
extends GetTestGridProjectRequest {}
|
|
19
|
+
export interface GetTestGridProjectCommandOutput
|
|
20
|
+
extends GetTestGridProjectResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetTestGridProjectCommand extends $Command<
|
|
24
|
+
GetTestGridProjectCommandInput,
|
|
25
|
+
GetTestGridProjectCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetTestGridProjectCommandInput;
|
|
29
|
+
constructor(input: GetTestGridProjectCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|