@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
|
+
ListOfferingPromotionsRequest,
|
|
15
|
+
ListOfferingPromotionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListOfferingPromotionsCommandInput
|
|
18
|
+
extends ListOfferingPromotionsRequest {}
|
|
19
|
+
export interface ListOfferingPromotionsCommandOutput
|
|
20
|
+
extends ListOfferingPromotionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListOfferingPromotionsCommand extends $Command<
|
|
24
|
+
ListOfferingPromotionsCommandInput,
|
|
25
|
+
ListOfferingPromotionsCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListOfferingPromotionsCommandInput;
|
|
29
|
+
constructor(input: ListOfferingPromotionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListOfferingPromotionsCommandInput,
|
|
37
|
+
ListOfferingPromotionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListOfferingTransactionsRequest,
|
|
15
|
+
ListOfferingTransactionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListOfferingTransactionsCommandInput
|
|
18
|
+
extends ListOfferingTransactionsRequest {}
|
|
19
|
+
export interface ListOfferingTransactionsCommandOutput
|
|
20
|
+
extends ListOfferingTransactionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListOfferingTransactionsCommand extends $Command<
|
|
24
|
+
ListOfferingTransactionsCommandInput,
|
|
25
|
+
ListOfferingTransactionsCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListOfferingTransactionsCommandInput;
|
|
29
|
+
constructor(input: ListOfferingTransactionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListOfferingTransactionsCommandInput,
|
|
37
|
+
ListOfferingTransactionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { ListOfferingsRequest, ListOfferingsResult } from "../models/models_0";
|
|
14
|
+
export interface ListOfferingsCommandInput extends ListOfferingsRequest {}
|
|
15
|
+
export interface ListOfferingsCommandOutput
|
|
16
|
+
extends ListOfferingsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListOfferingsCommand extends $Command<
|
|
20
|
+
ListOfferingsCommandInput,
|
|
21
|
+
ListOfferingsCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListOfferingsCommandInput;
|
|
25
|
+
constructor(input: ListOfferingsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListOfferingsCommandInput, ListOfferingsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { ListProjectsRequest, ListProjectsResult } from "../models/models_0";
|
|
14
|
+
export interface ListProjectsCommandInput extends ListProjectsRequest {}
|
|
15
|
+
export interface ListProjectsCommandOutput
|
|
16
|
+
extends ListProjectsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListProjectsCommand extends $Command<
|
|
20
|
+
ListProjectsCommandInput,
|
|
21
|
+
ListProjectsCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListProjectsCommandInput;
|
|
25
|
+
constructor(input: ListProjectsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
|
|
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
|
+
ListRemoteAccessSessionsRequest,
|
|
15
|
+
ListRemoteAccessSessionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRemoteAccessSessionsCommandInput
|
|
18
|
+
extends ListRemoteAccessSessionsRequest {}
|
|
19
|
+
export interface ListRemoteAccessSessionsCommandOutput
|
|
20
|
+
extends ListRemoteAccessSessionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRemoteAccessSessionsCommand extends $Command<
|
|
24
|
+
ListRemoteAccessSessionsCommandInput,
|
|
25
|
+
ListRemoteAccessSessionsCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRemoteAccessSessionsCommandInput;
|
|
29
|
+
constructor(input: ListRemoteAccessSessionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListRemoteAccessSessionsCommandInput,
|
|
37
|
+
ListRemoteAccessSessionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { ListRunsRequest, ListRunsResult } from "../models/models_0";
|
|
14
|
+
export interface ListRunsCommandInput extends ListRunsRequest {}
|
|
15
|
+
export interface ListRunsCommandOutput
|
|
16
|
+
extends ListRunsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListRunsCommand extends $Command<
|
|
20
|
+
ListRunsCommandInput,
|
|
21
|
+
ListRunsCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListRunsCommandInput;
|
|
25
|
+
constructor(input: ListRunsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListRunsCommandInput, ListRunsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { ListSamplesRequest, ListSamplesResult } from "../models/models_0";
|
|
14
|
+
export interface ListSamplesCommandInput extends ListSamplesRequest {}
|
|
15
|
+
export interface ListSamplesCommandOutput
|
|
16
|
+
extends ListSamplesResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListSamplesCommand extends $Command<
|
|
20
|
+
ListSamplesCommandInput,
|
|
21
|
+
ListSamplesCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListSamplesCommandInput;
|
|
25
|
+
constructor(input: ListSamplesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListSamplesCommandInput, ListSamplesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { ListSuitesRequest, ListSuitesResult } from "../models/models_0";
|
|
14
|
+
export interface ListSuitesCommandInput extends ListSuitesRequest {}
|
|
15
|
+
export interface ListSuitesCommandOutput
|
|
16
|
+
extends ListSuitesResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListSuitesCommand extends $Command<
|
|
20
|
+
ListSuitesCommandInput,
|
|
21
|
+
ListSuitesCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListSuitesCommandInput;
|
|
25
|
+
constructor(input: ListSuitesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListSuitesCommandInput, ListSuitesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
ListTestGridProjectsRequest,
|
|
15
|
+
ListTestGridProjectsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTestGridProjectsCommandInput
|
|
18
|
+
extends ListTestGridProjectsRequest {}
|
|
19
|
+
export interface ListTestGridProjectsCommandOutput
|
|
20
|
+
extends ListTestGridProjectsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTestGridProjectsCommand extends $Command<
|
|
24
|
+
ListTestGridProjectsCommandInput,
|
|
25
|
+
ListTestGridProjectsCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTestGridProjectsCommandInput;
|
|
29
|
+
constructor(input: ListTestGridProjectsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTestGridProjectsCommandInput,
|
|
37
|
+
ListTestGridProjectsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListTestGridSessionActionsRequest,
|
|
15
|
+
ListTestGridSessionActionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTestGridSessionActionsCommandInput
|
|
18
|
+
extends ListTestGridSessionActionsRequest {}
|
|
19
|
+
export interface ListTestGridSessionActionsCommandOutput
|
|
20
|
+
extends ListTestGridSessionActionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTestGridSessionActionsCommand extends $Command<
|
|
24
|
+
ListTestGridSessionActionsCommandInput,
|
|
25
|
+
ListTestGridSessionActionsCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTestGridSessionActionsCommandInput;
|
|
29
|
+
constructor(input: ListTestGridSessionActionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTestGridSessionActionsCommandInput,
|
|
37
|
+
ListTestGridSessionActionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|