@aws-sdk/client-device-farm 3.169.0 → 3.171.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 +1313 -390
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +566 -150
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1879 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -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 { GetUploadRequest, GetUploadResult } from "../models/models_0";
|
|
14
|
+
export interface GetUploadCommandInput extends GetUploadRequest {}
|
|
15
|
+
export interface GetUploadCommandOutput
|
|
16
|
+
extends GetUploadResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetUploadCommand extends $Command<
|
|
19
|
+
GetUploadCommandInput,
|
|
20
|
+
GetUploadCommandOutput,
|
|
21
|
+
DeviceFarmClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetUploadCommandInput;
|
|
24
|
+
constructor(input: GetUploadCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetUploadCommandInput, GetUploadCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetVPCEConfigurationRequest,
|
|
15
|
+
GetVPCEConfigurationResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetVPCEConfigurationCommandInput
|
|
18
|
+
extends GetVPCEConfigurationRequest {}
|
|
19
|
+
export interface GetVPCEConfigurationCommandOutput
|
|
20
|
+
extends GetVPCEConfigurationResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetVPCEConfigurationCommand extends $Command<
|
|
23
|
+
GetVPCEConfigurationCommandInput,
|
|
24
|
+
GetVPCEConfigurationCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetVPCEConfigurationCommandInput;
|
|
28
|
+
constructor(input: GetVPCEConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetVPCEConfigurationCommandInput,
|
|
35
|
+
GetVPCEConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
InstallToRemoteAccessSessionRequest,
|
|
15
|
+
InstallToRemoteAccessSessionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface InstallToRemoteAccessSessionCommandInput
|
|
18
|
+
extends InstallToRemoteAccessSessionRequest {}
|
|
19
|
+
export interface InstallToRemoteAccessSessionCommandOutput
|
|
20
|
+
extends InstallToRemoteAccessSessionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class InstallToRemoteAccessSessionCommand extends $Command<
|
|
23
|
+
InstallToRemoteAccessSessionCommandInput,
|
|
24
|
+
InstallToRemoteAccessSessionCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: InstallToRemoteAccessSessionCommandInput;
|
|
28
|
+
constructor(input: InstallToRemoteAccessSessionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
InstallToRemoteAccessSessionCommandInput,
|
|
35
|
+
InstallToRemoteAccessSessionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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 { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0";
|
|
14
|
+
export interface ListArtifactsCommandInput extends ListArtifactsRequest {}
|
|
15
|
+
export interface ListArtifactsCommandOutput
|
|
16
|
+
extends ListArtifactsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListArtifactsCommand extends $Command<
|
|
19
|
+
ListArtifactsCommandInput,
|
|
20
|
+
ListArtifactsCommandOutput,
|
|
21
|
+
DeviceFarmClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListArtifactsCommandInput;
|
|
24
|
+
constructor(input: ListArtifactsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListArtifactsCommandInput, ListArtifactsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListDeviceInstancesRequest,
|
|
15
|
+
ListDeviceInstancesResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDeviceInstancesCommandInput
|
|
18
|
+
extends ListDeviceInstancesRequest {}
|
|
19
|
+
export interface ListDeviceInstancesCommandOutput
|
|
20
|
+
extends ListDeviceInstancesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDeviceInstancesCommand extends $Command<
|
|
23
|
+
ListDeviceInstancesCommandInput,
|
|
24
|
+
ListDeviceInstancesCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDeviceInstancesCommandInput;
|
|
28
|
+
constructor(input: ListDeviceInstancesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
ListDevicePoolsRequest,
|
|
15
|
+
ListDevicePoolsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDevicePoolsCommandInput extends ListDevicePoolsRequest {}
|
|
18
|
+
export interface ListDevicePoolsCommandOutput
|
|
19
|
+
extends ListDevicePoolsResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListDevicePoolsCommand extends $Command<
|
|
22
|
+
ListDevicePoolsCommandInput,
|
|
23
|
+
ListDevicePoolsCommandOutput,
|
|
24
|
+
DeviceFarmClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListDevicePoolsCommandInput;
|
|
27
|
+
constructor(input: ListDevicePoolsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { ListDevicesRequest, ListDevicesResult } from "../models/models_0";
|
|
14
|
+
export interface ListDevicesCommandInput extends ListDevicesRequest {}
|
|
15
|
+
export interface ListDevicesCommandOutput
|
|
16
|
+
extends ListDevicesResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListDevicesCommand extends $Command<
|
|
19
|
+
ListDevicesCommandInput,
|
|
20
|
+
ListDevicesCommandOutput,
|
|
21
|
+
DeviceFarmClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListDevicesCommandInput;
|
|
24
|
+
constructor(input: ListDevicesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListDevicesCommandInput, ListDevicesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListInstanceProfilesRequest,
|
|
15
|
+
ListInstanceProfilesResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListInstanceProfilesCommandInput
|
|
18
|
+
extends ListInstanceProfilesRequest {}
|
|
19
|
+
export interface ListInstanceProfilesCommandOutput
|
|
20
|
+
extends ListInstanceProfilesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListInstanceProfilesCommand extends $Command<
|
|
23
|
+
ListInstanceProfilesCommandInput,
|
|
24
|
+
ListInstanceProfilesCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListInstanceProfilesCommandInput;
|
|
28
|
+
constructor(input: ListInstanceProfilesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListInstanceProfilesCommandInput,
|
|
35
|
+
ListInstanceProfilesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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 { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
14
|
+
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
15
|
+
export interface ListJobsCommandOutput
|
|
16
|
+
extends ListJobsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListJobsCommand extends $Command<
|
|
19
|
+
ListJobsCommandInput,
|
|
20
|
+
ListJobsCommandOutput,
|
|
21
|
+
DeviceFarmClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListJobsCommandInput;
|
|
24
|
+
constructor(input: ListJobsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListNetworkProfilesRequest,
|
|
15
|
+
ListNetworkProfilesResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListNetworkProfilesCommandInput
|
|
18
|
+
extends ListNetworkProfilesRequest {}
|
|
19
|
+
export interface ListNetworkProfilesCommandOutput
|
|
20
|
+
extends ListNetworkProfilesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListNetworkProfilesCommand extends $Command<
|
|
23
|
+
ListNetworkProfilesCommandInput,
|
|
24
|
+
ListNetworkProfilesCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListNetworkProfilesCommandInput;
|
|
28
|
+
constructor(input: ListNetworkProfilesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class ListOfferingPromotionsCommand extends $Command<
|
|
23
|
+
ListOfferingPromotionsCommandInput,
|
|
24
|
+
ListOfferingPromotionsCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListOfferingPromotionsCommandInput;
|
|
28
|
+
constructor(input: ListOfferingPromotionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListOfferingPromotionsCommandInput,
|
|
35
|
+
ListOfferingPromotionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|