@aws-sdk/client-device-farm 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DeviceFarmServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +165 -5
- package/dist-cjs/protocols/Aws_json1_1.js +724 -2680
- package/dist-es/index.js +1 -0
- package/dist-es/models/DeviceFarmServiceException.js +12 -0
- package/dist-es/models/models_0.js +149 -1
- package/dist-es/protocols/Aws_json1_1.js +1643 -2965
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DeviceFarmServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +74 -55
- package/dist-types/ts3.4/DeviceFarm.d.ts +390 -0
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +150 -0
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +77 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2885 -0
- package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +19 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
11
|
+
readonly input: UntagResourceCommandInput;
|
|
12
|
+
constructor(input: UntagResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { UpdateDeviceInstanceRequest, UpdateDeviceInstanceResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateDeviceInstanceCommandInput extends UpdateDeviceInstanceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateDeviceInstanceCommandOutput extends UpdateDeviceInstanceResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateDeviceInstanceCommand extends $Command<UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateDeviceInstanceCommandInput;
|
|
12
|
+
constructor(input: UpdateDeviceInstanceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { UpdateDevicePoolRequest, UpdateDevicePoolResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateDevicePoolCommandInput extends UpdateDevicePoolRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateDevicePoolCommand extends $Command<UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateDevicePoolCommandInput;
|
|
12
|
+
constructor(input: UpdateDevicePoolCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { UpdateInstanceProfileRequest, UpdateInstanceProfileResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateInstanceProfileCommandInput extends UpdateInstanceProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateInstanceProfileCommandOutput extends UpdateInstanceProfileResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateInstanceProfileCommand extends $Command<UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateInstanceProfileCommandInput;
|
|
12
|
+
constructor(input: UpdateInstanceProfileCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { UpdateNetworkProfileRequest, UpdateNetworkProfileResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateNetworkProfileCommandInput extends UpdateNetworkProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateNetworkProfileCommand extends $Command<UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateNetworkProfileCommandInput;
|
|
12
|
+
constructor(input: UpdateNetworkProfileCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { UpdateProjectRequest, UpdateProjectResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateProjectCommandInput extends UpdateProjectRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateProjectCommandOutput extends UpdateProjectResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateProjectCommandInput;
|
|
12
|
+
constructor(input: UpdateProjectCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { UpdateTestGridProjectRequest, UpdateTestGridProjectResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateTestGridProjectCommandInput extends UpdateTestGridProjectRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateTestGridProjectCommandOutput extends UpdateTestGridProjectResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateTestGridProjectCommand extends $Command<UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateTestGridProjectCommandInput;
|
|
12
|
+
constructor(input: UpdateTestGridProjectCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { UpdateUploadRequest, UpdateUploadResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateUploadCommandInput extends UpdateUploadRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateUploadCommandOutput extends UpdateUploadResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateUploadCommand extends $Command<UpdateUploadCommandInput, UpdateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateUploadCommandInput;
|
|
12
|
+
constructor(input: UpdateUploadCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUploadCommandInput, UpdateUploadCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { UpdateVPCEConfigurationRequest, UpdateVPCEConfigurationResult } from "../models/models_0";
|
|
5
|
+
export interface UpdateVPCEConfigurationCommandInput extends UpdateVPCEConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateVPCEConfigurationCommandOutput extends UpdateVPCEConfigurationResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateVPCEConfigurationCommand extends $Command<UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateVPCEConfigurationCommandInput;
|
|
12
|
+
constructor(input: UpdateVPCEConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export * from "./CreateDevicePoolCommand";
|
|
2
|
+
export * from "./CreateInstanceProfileCommand";
|
|
3
|
+
export * from "./CreateNetworkProfileCommand";
|
|
4
|
+
export * from "./CreateProjectCommand";
|
|
5
|
+
export * from "./CreateRemoteAccessSessionCommand";
|
|
6
|
+
export * from "./CreateTestGridProjectCommand";
|
|
7
|
+
export * from "./CreateTestGridUrlCommand";
|
|
8
|
+
export * from "./CreateUploadCommand";
|
|
9
|
+
export * from "./CreateVPCEConfigurationCommand";
|
|
10
|
+
export * from "./DeleteDevicePoolCommand";
|
|
11
|
+
export * from "./DeleteInstanceProfileCommand";
|
|
12
|
+
export * from "./DeleteNetworkProfileCommand";
|
|
13
|
+
export * from "./DeleteProjectCommand";
|
|
14
|
+
export * from "./DeleteRemoteAccessSessionCommand";
|
|
15
|
+
export * from "./DeleteRunCommand";
|
|
16
|
+
export * from "./DeleteTestGridProjectCommand";
|
|
17
|
+
export * from "./DeleteUploadCommand";
|
|
18
|
+
export * from "./DeleteVPCEConfigurationCommand";
|
|
19
|
+
export * from "./GetAccountSettingsCommand";
|
|
20
|
+
export * from "./GetDeviceCommand";
|
|
21
|
+
export * from "./GetDeviceInstanceCommand";
|
|
22
|
+
export * from "./GetDevicePoolCommand";
|
|
23
|
+
export * from "./GetDevicePoolCompatibilityCommand";
|
|
24
|
+
export * from "./GetInstanceProfileCommand";
|
|
25
|
+
export * from "./GetJobCommand";
|
|
26
|
+
export * from "./GetNetworkProfileCommand";
|
|
27
|
+
export * from "./GetOfferingStatusCommand";
|
|
28
|
+
export * from "./GetProjectCommand";
|
|
29
|
+
export * from "./GetRemoteAccessSessionCommand";
|
|
30
|
+
export * from "./GetRunCommand";
|
|
31
|
+
export * from "./GetSuiteCommand";
|
|
32
|
+
export * from "./GetTestCommand";
|
|
33
|
+
export * from "./GetTestGridProjectCommand";
|
|
34
|
+
export * from "./GetTestGridSessionCommand";
|
|
35
|
+
export * from "./GetUploadCommand";
|
|
36
|
+
export * from "./GetVPCEConfigurationCommand";
|
|
37
|
+
export * from "./InstallToRemoteAccessSessionCommand";
|
|
38
|
+
export * from "./ListArtifactsCommand";
|
|
39
|
+
export * from "./ListDeviceInstancesCommand";
|
|
40
|
+
export * from "./ListDevicePoolsCommand";
|
|
41
|
+
export * from "./ListDevicesCommand";
|
|
42
|
+
export * from "./ListInstanceProfilesCommand";
|
|
43
|
+
export * from "./ListJobsCommand";
|
|
44
|
+
export * from "./ListNetworkProfilesCommand";
|
|
45
|
+
export * from "./ListOfferingPromotionsCommand";
|
|
46
|
+
export * from "./ListOfferingTransactionsCommand";
|
|
47
|
+
export * from "./ListOfferingsCommand";
|
|
48
|
+
export * from "./ListProjectsCommand";
|
|
49
|
+
export * from "./ListRemoteAccessSessionsCommand";
|
|
50
|
+
export * from "./ListRunsCommand";
|
|
51
|
+
export * from "./ListSamplesCommand";
|
|
52
|
+
export * from "./ListSuitesCommand";
|
|
53
|
+
export * from "./ListTagsForResourceCommand";
|
|
54
|
+
export * from "./ListTestGridProjectsCommand";
|
|
55
|
+
export * from "./ListTestGridSessionActionsCommand";
|
|
56
|
+
export * from "./ListTestGridSessionArtifactsCommand";
|
|
57
|
+
export * from "./ListTestGridSessionsCommand";
|
|
58
|
+
export * from "./ListTestsCommand";
|
|
59
|
+
export * from "./ListUniqueProblemsCommand";
|
|
60
|
+
export * from "./ListUploadsCommand";
|
|
61
|
+
export * from "./ListVPCEConfigurationsCommand";
|
|
62
|
+
export * from "./PurchaseOfferingCommand";
|
|
63
|
+
export * from "./RenewOfferingCommand";
|
|
64
|
+
export * from "./ScheduleRunCommand";
|
|
65
|
+
export * from "./StopJobCommand";
|
|
66
|
+
export * from "./StopRemoteAccessSessionCommand";
|
|
67
|
+
export * from "./StopRunCommand";
|
|
68
|
+
export * from "./TagResourceCommand";
|
|
69
|
+
export * from "./UntagResourceCommand";
|
|
70
|
+
export * from "./UpdateDeviceInstanceCommand";
|
|
71
|
+
export * from "./UpdateDevicePoolCommand";
|
|
72
|
+
export * from "./UpdateInstanceProfileCommand";
|
|
73
|
+
export * from "./UpdateNetworkProfileCommand";
|
|
74
|
+
export * from "./UpdateProjectCommand";
|
|
75
|
+
export * from "./UpdateTestGridProjectCommand";
|
|
76
|
+
export * from "./UpdateUploadCommand";
|
|
77
|
+
export * from "./UpdateVPCEConfigurationCommand";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class DeviceFarmServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|