@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,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
|
+
CreateDevicePoolRequest,
|
|
15
|
+
CreateDevicePoolResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDevicePoolCommandInput extends CreateDevicePoolRequest {}
|
|
18
|
+
export interface CreateDevicePoolCommandOutput
|
|
19
|
+
extends CreateDevicePoolResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateDevicePoolCommand extends $Command<
|
|
22
|
+
CreateDevicePoolCommandInput,
|
|
23
|
+
CreateDevicePoolCommandOutput,
|
|
24
|
+
DeviceFarmClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateDevicePoolCommandInput;
|
|
27
|
+
constructor(input: CreateDevicePoolCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
CreateInstanceProfileRequest,
|
|
15
|
+
CreateInstanceProfileResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateInstanceProfileCommandInput
|
|
18
|
+
extends CreateInstanceProfileRequest {}
|
|
19
|
+
export interface CreateInstanceProfileCommandOutput
|
|
20
|
+
extends CreateInstanceProfileResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateInstanceProfileCommand extends $Command<
|
|
23
|
+
CreateInstanceProfileCommandInput,
|
|
24
|
+
CreateInstanceProfileCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateInstanceProfileCommandInput;
|
|
28
|
+
constructor(input: CreateInstanceProfileCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateInstanceProfileCommandInput,
|
|
35
|
+
CreateInstanceProfileCommandOutput
|
|
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
|
+
CreateNetworkProfileRequest,
|
|
15
|
+
CreateNetworkProfileResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateNetworkProfileCommandInput
|
|
18
|
+
extends CreateNetworkProfileRequest {}
|
|
19
|
+
export interface CreateNetworkProfileCommandOutput
|
|
20
|
+
extends CreateNetworkProfileResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateNetworkProfileCommand extends $Command<
|
|
23
|
+
CreateNetworkProfileCommandInput,
|
|
24
|
+
CreateNetworkProfileCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateNetworkProfileCommandInput;
|
|
28
|
+
constructor(input: CreateNetworkProfileCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateNetworkProfileCommandInput,
|
|
35
|
+
CreateNetworkProfileCommandOutput
|
|
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 { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
|
|
14
|
+
export interface CreateProjectCommandInput extends CreateProjectRequest {}
|
|
15
|
+
export interface CreateProjectCommandOutput
|
|
16
|
+
extends CreateProjectResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateProjectCommand extends $Command<
|
|
19
|
+
CreateProjectCommandInput,
|
|
20
|
+
CreateProjectCommandOutput,
|
|
21
|
+
DeviceFarmClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateProjectCommandInput;
|
|
24
|
+
constructor(input: CreateProjectCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
|
|
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
|
+
CreateRemoteAccessSessionRequest,
|
|
15
|
+
CreateRemoteAccessSessionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateRemoteAccessSessionCommandInput
|
|
18
|
+
extends CreateRemoteAccessSessionRequest {}
|
|
19
|
+
export interface CreateRemoteAccessSessionCommandOutput
|
|
20
|
+
extends CreateRemoteAccessSessionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateRemoteAccessSessionCommand extends $Command<
|
|
23
|
+
CreateRemoteAccessSessionCommandInput,
|
|
24
|
+
CreateRemoteAccessSessionCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateRemoteAccessSessionCommandInput;
|
|
28
|
+
constructor(input: CreateRemoteAccessSessionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateRemoteAccessSessionCommandInput,
|
|
35
|
+
CreateRemoteAccessSessionCommandOutput
|
|
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
|
+
CreateTestGridProjectRequest,
|
|
15
|
+
CreateTestGridProjectResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateTestGridProjectCommandInput
|
|
18
|
+
extends CreateTestGridProjectRequest {}
|
|
19
|
+
export interface CreateTestGridProjectCommandOutput
|
|
20
|
+
extends CreateTestGridProjectResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateTestGridProjectCommand extends $Command<
|
|
23
|
+
CreateTestGridProjectCommandInput,
|
|
24
|
+
CreateTestGridProjectCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateTestGridProjectCommandInput;
|
|
28
|
+
constructor(input: CreateTestGridProjectCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateTestGridProjectCommandInput,
|
|
35
|
+
CreateTestGridProjectCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
CreateTestGridUrlRequest,
|
|
15
|
+
CreateTestGridUrlResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateTestGridUrlCommandInput
|
|
18
|
+
extends CreateTestGridUrlRequest {}
|
|
19
|
+
export interface CreateTestGridUrlCommandOutput
|
|
20
|
+
extends CreateTestGridUrlResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateTestGridUrlCommand extends $Command<
|
|
23
|
+
CreateTestGridUrlCommandInput,
|
|
24
|
+
CreateTestGridUrlCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateTestGridUrlCommandInput;
|
|
28
|
+
constructor(input: CreateTestGridUrlCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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 { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
|
|
14
|
+
export interface CreateUploadCommandInput extends CreateUploadRequest {}
|
|
15
|
+
export interface CreateUploadCommandOutput
|
|
16
|
+
extends CreateUploadResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateUploadCommand extends $Command<
|
|
19
|
+
CreateUploadCommandInput,
|
|
20
|
+
CreateUploadCommandOutput,
|
|
21
|
+
DeviceFarmClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateUploadCommandInput;
|
|
24
|
+
constructor(input: CreateUploadCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateUploadCommandInput, CreateUploadCommandOutput>;
|
|
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
|
+
CreateVPCEConfigurationRequest,
|
|
15
|
+
CreateVPCEConfigurationResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateVPCEConfigurationCommandInput
|
|
18
|
+
extends CreateVPCEConfigurationRequest {}
|
|
19
|
+
export interface CreateVPCEConfigurationCommandOutput
|
|
20
|
+
extends CreateVPCEConfigurationResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateVPCEConfigurationCommand extends $Command<
|
|
23
|
+
CreateVPCEConfigurationCommandInput,
|
|
24
|
+
CreateVPCEConfigurationCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateVPCEConfigurationCommandInput;
|
|
28
|
+
constructor(input: CreateVPCEConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateVPCEConfigurationCommandInput,
|
|
35
|
+
CreateVPCEConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
DeleteDevicePoolRequest,
|
|
15
|
+
DeleteDevicePoolResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDevicePoolCommandInput extends DeleteDevicePoolRequest {}
|
|
18
|
+
export interface DeleteDevicePoolCommandOutput
|
|
19
|
+
extends DeleteDevicePoolResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteDevicePoolCommand extends $Command<
|
|
22
|
+
DeleteDevicePoolCommandInput,
|
|
23
|
+
DeleteDevicePoolCommandOutput,
|
|
24
|
+
DeviceFarmClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteDevicePoolCommandInput;
|
|
27
|
+
constructor(input: DeleteDevicePoolCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
DeleteInstanceProfileRequest,
|
|
15
|
+
DeleteInstanceProfileResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteInstanceProfileCommandInput
|
|
18
|
+
extends DeleteInstanceProfileRequest {}
|
|
19
|
+
export interface DeleteInstanceProfileCommandOutput
|
|
20
|
+
extends DeleteInstanceProfileResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteInstanceProfileCommand extends $Command<
|
|
23
|
+
DeleteInstanceProfileCommandInput,
|
|
24
|
+
DeleteInstanceProfileCommandOutput,
|
|
25
|
+
DeviceFarmClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteInstanceProfileCommandInput;
|
|
28
|
+
constructor(input: DeleteInstanceProfileCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteInstanceProfileCommandInput,
|
|
35
|
+
DeleteInstanceProfileCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|