@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
|
+
DeleteNetworkProfileRequest,
|
|
15
|
+
DeleteNetworkProfileResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteNetworkProfileCommandInput
|
|
18
|
+
extends DeleteNetworkProfileRequest {}
|
|
19
|
+
export interface DeleteNetworkProfileCommandOutput
|
|
20
|
+
extends DeleteNetworkProfileResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteNetworkProfileCommand extends $Command<
|
|
24
|
+
DeleteNetworkProfileCommandInput,
|
|
25
|
+
DeleteNetworkProfileCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteNetworkProfileCommandInput;
|
|
29
|
+
constructor(input: DeleteNetworkProfileCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteNetworkProfileCommandInput,
|
|
37
|
+
DeleteNetworkProfileCommandOutput
|
|
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 { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0";
|
|
14
|
+
export interface DeleteProjectCommandInput extends DeleteProjectRequest {}
|
|
15
|
+
export interface DeleteProjectCommandOutput
|
|
16
|
+
extends DeleteProjectResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteProjectCommand extends $Command<
|
|
20
|
+
DeleteProjectCommandInput,
|
|
21
|
+
DeleteProjectCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteProjectCommandInput;
|
|
25
|
+
constructor(input: DeleteProjectCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
|
|
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
|
+
DeleteRemoteAccessSessionRequest,
|
|
15
|
+
DeleteRemoteAccessSessionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteRemoteAccessSessionCommandInput
|
|
18
|
+
extends DeleteRemoteAccessSessionRequest {}
|
|
19
|
+
export interface DeleteRemoteAccessSessionCommandOutput
|
|
20
|
+
extends DeleteRemoteAccessSessionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteRemoteAccessSessionCommand extends $Command<
|
|
24
|
+
DeleteRemoteAccessSessionCommandInput,
|
|
25
|
+
DeleteRemoteAccessSessionCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteRemoteAccessSessionCommandInput;
|
|
29
|
+
constructor(input: DeleteRemoteAccessSessionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteRemoteAccessSessionCommandInput,
|
|
37
|
+
DeleteRemoteAccessSessionCommandOutput
|
|
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 { DeleteRunRequest, DeleteRunResult } from "../models/models_0";
|
|
14
|
+
export interface DeleteRunCommandInput extends DeleteRunRequest {}
|
|
15
|
+
export interface DeleteRunCommandOutput
|
|
16
|
+
extends DeleteRunResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteRunCommand extends $Command<
|
|
20
|
+
DeleteRunCommandInput,
|
|
21
|
+
DeleteRunCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteRunCommandInput;
|
|
25
|
+
constructor(input: DeleteRunCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteRunCommandInput, DeleteRunCommandOutput>;
|
|
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
|
+
DeleteTestGridProjectRequest,
|
|
15
|
+
DeleteTestGridProjectResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteTestGridProjectCommandInput
|
|
18
|
+
extends DeleteTestGridProjectRequest {}
|
|
19
|
+
export interface DeleteTestGridProjectCommandOutput
|
|
20
|
+
extends DeleteTestGridProjectResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteTestGridProjectCommand extends $Command<
|
|
24
|
+
DeleteTestGridProjectCommandInput,
|
|
25
|
+
DeleteTestGridProjectCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteTestGridProjectCommandInput;
|
|
29
|
+
constructor(input: DeleteTestGridProjectCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteTestGridProjectCommandInput,
|
|
37
|
+
DeleteTestGridProjectCommandOutput
|
|
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 { DeleteUploadRequest, DeleteUploadResult } from "../models/models_0";
|
|
14
|
+
export interface DeleteUploadCommandInput extends DeleteUploadRequest {}
|
|
15
|
+
export interface DeleteUploadCommandOutput
|
|
16
|
+
extends DeleteUploadResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteUploadCommand extends $Command<
|
|
20
|
+
DeleteUploadCommandInput,
|
|
21
|
+
DeleteUploadCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteUploadCommandInput;
|
|
25
|
+
constructor(input: DeleteUploadCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteUploadCommandInput, DeleteUploadCommandOutput>;
|
|
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
|
+
DeleteVPCEConfigurationRequest,
|
|
15
|
+
DeleteVPCEConfigurationResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteVPCEConfigurationCommandInput
|
|
18
|
+
extends DeleteVPCEConfigurationRequest {}
|
|
19
|
+
export interface DeleteVPCEConfigurationCommandOutput
|
|
20
|
+
extends DeleteVPCEConfigurationResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteVPCEConfigurationCommand extends $Command<
|
|
24
|
+
DeleteVPCEConfigurationCommandInput,
|
|
25
|
+
DeleteVPCEConfigurationCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteVPCEConfigurationCommandInput;
|
|
29
|
+
constructor(input: DeleteVPCEConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteVPCEConfigurationCommandInput,
|
|
37
|
+
DeleteVPCEConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import {
|
|
14
|
+
GetAccountSettingsRequest,
|
|
15
|
+
GetAccountSettingsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAccountSettingsCommandInput
|
|
18
|
+
extends GetAccountSettingsRequest {}
|
|
19
|
+
export interface GetAccountSettingsCommandOutput
|
|
20
|
+
extends GetAccountSettingsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAccountSettingsCommand extends $Command<
|
|
24
|
+
GetAccountSettingsCommandInput,
|
|
25
|
+
GetAccountSettingsCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAccountSettingsCommandInput;
|
|
29
|
+
constructor(input: GetAccountSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import { GetDeviceRequest, GetDeviceResult } from "../models/models_0";
|
|
14
|
+
export interface GetDeviceCommandInput extends GetDeviceRequest {}
|
|
15
|
+
export interface GetDeviceCommandOutput
|
|
16
|
+
extends GetDeviceResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetDeviceCommand extends $Command<
|
|
20
|
+
GetDeviceCommandInput,
|
|
21
|
+
GetDeviceCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetDeviceCommandInput;
|
|
25
|
+
constructor(input: GetDeviceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetDeviceCommandInput, GetDeviceCommandOutput>;
|
|
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
|
+
GetDeviceInstanceRequest,
|
|
15
|
+
GetDeviceInstanceResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDeviceInstanceCommandInput
|
|
18
|
+
extends GetDeviceInstanceRequest {}
|
|
19
|
+
export interface GetDeviceInstanceCommandOutput
|
|
20
|
+
extends GetDeviceInstanceResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDeviceInstanceCommand extends $Command<
|
|
24
|
+
GetDeviceInstanceCommandInput,
|
|
25
|
+
GetDeviceInstanceCommandOutput,
|
|
26
|
+
DeviceFarmClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDeviceInstanceCommandInput;
|
|
29
|
+
constructor(input: GetDeviceInstanceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeviceFarmClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DeviceFarmClient";
|
|
13
|
+
import { GetDevicePoolRequest, GetDevicePoolResult } from "../models/models_0";
|
|
14
|
+
export interface GetDevicePoolCommandInput extends GetDevicePoolRequest {}
|
|
15
|
+
export interface GetDevicePoolCommandOutput
|
|
16
|
+
extends GetDevicePoolResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetDevicePoolCommand extends $Command<
|
|
20
|
+
GetDevicePoolCommandInput,
|
|
21
|
+
GetDevicePoolCommandOutput,
|
|
22
|
+
DeviceFarmClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetDevicePoolCommandInput;
|
|
25
|
+
constructor(input: GetDevicePoolCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DeviceFarmClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetDevicePoolCommandInput, GetDevicePoolCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|