@aws-sdk/client-device-farm 3.169.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 +8 -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,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetOfferingStatusCommandInput,
|
|
4
|
+
GetOfferingStatusCommandOutput,
|
|
5
|
+
} from "../commands/GetOfferingStatusCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetOfferingStatus(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: GetOfferingStatusCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetOfferingStatusCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { DeviceFarm } from "../DeviceFarm";
|
|
3
|
-
import { DeviceFarmClient } from "../DeviceFarmClient";
|
|
4
|
-
export interface DeviceFarmPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { DeviceFarm } from "../DeviceFarm";
|
|
3
|
+
import { DeviceFarmClient } from "../DeviceFarmClient";
|
|
4
|
+
export interface DeviceFarmPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: DeviceFarm | DeviceFarmClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListArtifactsCommandInput,
|
|
4
|
+
ListArtifactsCommandOutput,
|
|
5
|
+
} from "../commands/ListArtifactsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListArtifacts(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListArtifactsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListArtifactsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDevicePoolsCommandInput,
|
|
4
|
+
ListDevicePoolsCommandOutput,
|
|
5
|
+
} from "../commands/ListDevicePoolsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDevicePools(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListDevicePoolsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDevicePoolsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDevicesCommandInput,
|
|
4
|
+
ListDevicesCommandOutput,
|
|
5
|
+
} from "../commands/ListDevicesCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDevices(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListDevicesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDevicesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListJobsCommandInput,
|
|
4
|
+
ListJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListJobsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListJobs(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListOfferingTransactionsCommandInput,
|
|
4
|
+
ListOfferingTransactionsCommandOutput,
|
|
5
|
+
} from "../commands/ListOfferingTransactionsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListOfferingTransactions(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListOfferingTransactionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListOfferingTransactionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListOfferingsCommandInput,
|
|
4
|
+
ListOfferingsCommandOutput,
|
|
5
|
+
} from "../commands/ListOfferingsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListOfferings(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListOfferingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListOfferingsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListProjectsCommandInput,
|
|
4
|
+
ListProjectsCommandOutput,
|
|
5
|
+
} from "../commands/ListProjectsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListProjects(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListProjectsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListProjectsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRunsCommandInput,
|
|
4
|
+
ListRunsCommandOutput,
|
|
5
|
+
} from "../commands/ListRunsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRuns(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListRunsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRunsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSamplesCommandInput,
|
|
4
|
+
ListSamplesCommandOutput,
|
|
5
|
+
} from "../commands/ListSamplesCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSamples(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListSamplesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSamplesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSuitesCommandInput,
|
|
4
|
+
ListSuitesCommandOutput,
|
|
5
|
+
} from "../commands/ListSuitesCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSuites(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListSuitesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSuitesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestGridProjectsCommandInput,
|
|
4
|
+
ListTestGridProjectsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestGridProjectsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTestGridProjects(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListTestGridProjectsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestGridProjectsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestGridSessionActionsCommandInput,
|
|
4
|
+
ListTestGridSessionActionsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestGridSessionActionsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTestGridSessionActions(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListTestGridSessionActionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestGridSessionActionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestGridSessionArtifactsCommandInput,
|
|
4
|
+
ListTestGridSessionArtifactsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestGridSessionArtifactsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTestGridSessionArtifacts(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListTestGridSessionArtifactsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestGridSessionArtifactsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestGridSessionsCommandInput,
|
|
4
|
+
ListTestGridSessionsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestGridSessionsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTestGridSessions(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListTestGridSessionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestGridSessionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestsCommandInput,
|
|
4
|
+
ListTestsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTests(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListTestsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUniqueProblemsCommandInput,
|
|
4
|
+
ListUniqueProblemsCommandOutput,
|
|
5
|
+
} from "../commands/ListUniqueProblemsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListUniqueProblems(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListUniqueProblemsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListUniqueProblemsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUploadsCommandInput,
|
|
4
|
+
ListUploadsCommandOutput,
|
|
5
|
+
} from "../commands/ListUploadsCommand";
|
|
6
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListUploads(
|
|
8
|
+
config: DeviceFarmPaginationConfiguration,
|
|
9
|
+
input: ListUploadsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListUploadsCommandOutput>;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export * from "./GetOfferingStatusPaginator";
|
|
2
|
-
export * from "./Interfaces";
|
|
3
|
-
export * from "./ListArtifactsPaginator";
|
|
4
|
-
export * from "./ListDevicePoolsPaginator";
|
|
5
|
-
export * from "./ListDevicesPaginator";
|
|
6
|
-
export * from "./ListJobsPaginator";
|
|
7
|
-
export * from "./ListOfferingTransactionsPaginator";
|
|
8
|
-
export * from "./ListOfferingsPaginator";
|
|
9
|
-
export * from "./ListProjectsPaginator";
|
|
10
|
-
export * from "./ListRunsPaginator";
|
|
11
|
-
export * from "./ListSamplesPaginator";
|
|
12
|
-
export * from "./ListSuitesPaginator";
|
|
13
|
-
export * from "./ListTestGridProjectsPaginator";
|
|
14
|
-
export * from "./ListTestGridSessionActionsPaginator";
|
|
15
|
-
export * from "./ListTestGridSessionArtifactsPaginator";
|
|
16
|
-
export * from "./ListTestGridSessionsPaginator";
|
|
17
|
-
export * from "./ListTestsPaginator";
|
|
18
|
-
export * from "./ListUniqueProblemsPaginator";
|
|
19
|
-
export * from "./ListUploadsPaginator";
|
|
1
|
+
export * from "./GetOfferingStatusPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListArtifactsPaginator";
|
|
4
|
+
export * from "./ListDevicePoolsPaginator";
|
|
5
|
+
export * from "./ListDevicesPaginator";
|
|
6
|
+
export * from "./ListJobsPaginator";
|
|
7
|
+
export * from "./ListOfferingTransactionsPaginator";
|
|
8
|
+
export * from "./ListOfferingsPaginator";
|
|
9
|
+
export * from "./ListProjectsPaginator";
|
|
10
|
+
export * from "./ListRunsPaginator";
|
|
11
|
+
export * from "./ListSamplesPaginator";
|
|
12
|
+
export * from "./ListSuitesPaginator";
|
|
13
|
+
export * from "./ListTestGridProjectsPaginator";
|
|
14
|
+
export * from "./ListTestGridSessionActionsPaginator";
|
|
15
|
+
export * from "./ListTestGridSessionArtifactsPaginator";
|
|
16
|
+
export * from "./ListTestGridSessionsPaginator";
|
|
17
|
+
export * from "./ListTestsPaginator";
|
|
18
|
+
export * from "./ListUniqueProblemsPaginator";
|
|
19
|
+
export * from "./ListUploadsPaginator";
|