@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,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "../commands/GetOfferingStatusCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetOfferingStatus(config: DeviceFarmPaginationConfiguration, input: GetOfferingStatusCommandInput, ...additionalArguments: any): Paginator<GetOfferingStatusCommandOutput>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { DeviceFarm } from "../DeviceFarm";
|
|
3
|
+
import { DeviceFarmClient } from "../DeviceFarmClient";
|
|
4
|
+
export interface DeviceFarmPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: DeviceFarm | DeviceFarmClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListArtifacts(config: DeviceFarmPaginationConfiguration, input: ListArtifactsCommandInput, ...additionalArguments: any): Paginator<ListArtifactsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "../commands/ListDevicePoolsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDevicePools(config: DeviceFarmPaginationConfiguration, input: ListDevicePoolsCommandInput, ...additionalArguments: any): Paginator<ListDevicePoolsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDevices(config: DeviceFarmPaginationConfiguration, input: ListDevicesCommandInput, ...additionalArguments: any): Paginator<ListDevicesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListJobs(config: DeviceFarmPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "../commands/ListOfferingTransactionsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListOfferingTransactions(config: DeviceFarmPaginationConfiguration, input: ListOfferingTransactionsCommandInput, ...additionalArguments: any): Paginator<ListOfferingTransactionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListOfferings(config: DeviceFarmPaginationConfiguration, input: ListOfferingsCommandInput, ...additionalArguments: any): Paginator<ListOfferingsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListProjects(config: DeviceFarmPaginationConfiguration, input: ListProjectsCommandInput, ...additionalArguments: any): Paginator<ListProjectsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRuns(config: DeviceFarmPaginationConfiguration, input: ListRunsCommandInput, ...additionalArguments: any): Paginator<ListRunsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSamplesCommandInput, ListSamplesCommandOutput } from "../commands/ListSamplesCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSamples(config: DeviceFarmPaginationConfiguration, input: ListSamplesCommandInput, ...additionalArguments: any): Paginator<ListSamplesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSuitesCommandInput, ListSuitesCommandOutput } from "../commands/ListSuitesCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSuites(config: DeviceFarmPaginationConfiguration, input: ListSuitesCommandInput, ...additionalArguments: any): Paginator<ListSuitesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "../commands/ListTestGridProjectsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTestGridProjects(config: DeviceFarmPaginationConfiguration, input: ListTestGridProjectsCommandInput, ...additionalArguments: any): Paginator<ListTestGridProjectsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "../commands/ListTestGridSessionActionsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTestGridSessionActions(config: DeviceFarmPaginationConfiguration, input: ListTestGridSessionActionsCommandInput, ...additionalArguments: any): Paginator<ListTestGridSessionActionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "../commands/ListTestGridSessionArtifactsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTestGridSessionArtifacts(config: DeviceFarmPaginationConfiguration, input: ListTestGridSessionArtifactsCommandInput, ...additionalArguments: any): Paginator<ListTestGridSessionArtifactsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "../commands/ListTestGridSessionsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTestGridSessions(config: DeviceFarmPaginationConfiguration, input: ListTestGridSessionsCommandInput, ...additionalArguments: any): Paginator<ListTestGridSessionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestsCommandInput, ListTestsCommandOutput } from "../commands/ListTestsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTests(config: DeviceFarmPaginationConfiguration, input: ListTestsCommandInput, ...additionalArguments: any): Paginator<ListTestsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "../commands/ListUniqueProblemsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListUniqueProblems(config: DeviceFarmPaginationConfiguration, input: ListUniqueProblemsCommandInput, ...additionalArguments: any): Paginator<ListUniqueProblemsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListUploadsCommandInput, ListUploadsCommandOutput } from "../commands/ListUploadsCommand";
|
|
3
|
+
import { DeviceFarmPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListUploads(config: DeviceFarmPaginationConfiguration, input: ListUploadsCommandInput, ...additionalArguments: any): Paginator<ListUploadsCommandOutput>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from "./GetOfferingStatusPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListArtifactsPaginator";
|
|
4
|
+
export * from "./ListDevicePoolsPaginator";
|
|
5
|
+
export * from "./ListDevicesPaginator";
|
|
6
|
+
export * from "./ListJobsPaginator";
|
|
7
|
+
export * from "./ListOfferingTransactionsPaginator";
|
|
8
|
+
export * from "./ListOfferingsPaginator";
|
|
9
|
+
export * from "./ListProjectsPaginator";
|
|
10
|
+
export * from "./ListRunsPaginator";
|
|
11
|
+
export * from "./ListSamplesPaginator";
|
|
12
|
+
export * from "./ListSuitesPaginator";
|
|
13
|
+
export * from "./ListTestGridProjectsPaginator";
|
|
14
|
+
export * from "./ListTestGridSessionActionsPaginator";
|
|
15
|
+
export * from "./ListTestGridSessionArtifactsPaginator";
|
|
16
|
+
export * from "./ListTestGridSessionsPaginator";
|
|
17
|
+
export * from "./ListTestsPaginator";
|
|
18
|
+
export * from "./ListUniqueProblemsPaginator";
|
|
19
|
+
export * from "./ListUploadsPaginator";
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "../commands/CreateDevicePoolCommand";
|
|
4
|
+
import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "../commands/CreateInstanceProfileCommand";
|
|
5
|
+
import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "../commands/CreateNetworkProfileCommand";
|
|
6
|
+
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
|
|
7
|
+
import { CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput } from "../commands/CreateRemoteAccessSessionCommand";
|
|
8
|
+
import { CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput } from "../commands/CreateTestGridProjectCommand";
|
|
9
|
+
import { CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput } from "../commands/CreateTestGridUrlCommand";
|
|
10
|
+
import { CreateUploadCommandInput, CreateUploadCommandOutput } from "../commands/CreateUploadCommand";
|
|
11
|
+
import { CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput } from "../commands/CreateVPCEConfigurationCommand";
|
|
12
|
+
import { DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput } from "../commands/DeleteDevicePoolCommand";
|
|
13
|
+
import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "../commands/DeleteInstanceProfileCommand";
|
|
14
|
+
import { DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput } from "../commands/DeleteNetworkProfileCommand";
|
|
15
|
+
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
|
|
16
|
+
import { DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput } from "../commands/DeleteRemoteAccessSessionCommand";
|
|
17
|
+
import { DeleteRunCommandInput, DeleteRunCommandOutput } from "../commands/DeleteRunCommand";
|
|
18
|
+
import { DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput } from "../commands/DeleteTestGridProjectCommand";
|
|
19
|
+
import { DeleteUploadCommandInput, DeleteUploadCommandOutput } from "../commands/DeleteUploadCommand";
|
|
20
|
+
import { DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput } from "../commands/DeleteVPCEConfigurationCommand";
|
|
21
|
+
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
|
|
22
|
+
import { GetDeviceCommandInput, GetDeviceCommandOutput } from "../commands/GetDeviceCommand";
|
|
23
|
+
import { GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput } from "../commands/GetDeviceInstanceCommand";
|
|
24
|
+
import { GetDevicePoolCommandInput, GetDevicePoolCommandOutput } from "../commands/GetDevicePoolCommand";
|
|
25
|
+
import { GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput } from "../commands/GetDevicePoolCompatibilityCommand";
|
|
26
|
+
import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "../commands/GetInstanceProfileCommand";
|
|
27
|
+
import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
|
|
28
|
+
import { GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput } from "../commands/GetNetworkProfileCommand";
|
|
29
|
+
import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "../commands/GetOfferingStatusCommand";
|
|
30
|
+
import { GetProjectCommandInput, GetProjectCommandOutput } from "../commands/GetProjectCommand";
|
|
31
|
+
import { GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput } from "../commands/GetRemoteAccessSessionCommand";
|
|
32
|
+
import { GetRunCommandInput, GetRunCommandOutput } from "../commands/GetRunCommand";
|
|
33
|
+
import { GetSuiteCommandInput, GetSuiteCommandOutput } from "../commands/GetSuiteCommand";
|
|
34
|
+
import { GetTestCommandInput, GetTestCommandOutput } from "../commands/GetTestCommand";
|
|
35
|
+
import { GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput } from "../commands/GetTestGridProjectCommand";
|
|
36
|
+
import { GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput } from "../commands/GetTestGridSessionCommand";
|
|
37
|
+
import { GetUploadCommandInput, GetUploadCommandOutput } from "../commands/GetUploadCommand";
|
|
38
|
+
import { GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput } from "../commands/GetVPCEConfigurationCommand";
|
|
39
|
+
import { InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput } from "../commands/InstallToRemoteAccessSessionCommand";
|
|
40
|
+
import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
|
|
41
|
+
import { ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput } from "../commands/ListDeviceInstancesCommand";
|
|
42
|
+
import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "../commands/ListDevicePoolsCommand";
|
|
43
|
+
import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
|
|
44
|
+
import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "../commands/ListInstanceProfilesCommand";
|
|
45
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
46
|
+
import { ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput } from "../commands/ListNetworkProfilesCommand";
|
|
47
|
+
import { ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput } from "../commands/ListOfferingPromotionsCommand";
|
|
48
|
+
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
|
|
49
|
+
import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "../commands/ListOfferingTransactionsCommand";
|
|
50
|
+
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
|
|
51
|
+
import { ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput } from "../commands/ListRemoteAccessSessionsCommand";
|
|
52
|
+
import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
|
|
53
|
+
import { ListSamplesCommandInput, ListSamplesCommandOutput } from "../commands/ListSamplesCommand";
|
|
54
|
+
import { ListSuitesCommandInput, ListSuitesCommandOutput } from "../commands/ListSuitesCommand";
|
|
55
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
56
|
+
import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "../commands/ListTestGridProjectsCommand";
|
|
57
|
+
import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "../commands/ListTestGridSessionActionsCommand";
|
|
58
|
+
import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "../commands/ListTestGridSessionArtifactsCommand";
|
|
59
|
+
import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "../commands/ListTestGridSessionsCommand";
|
|
60
|
+
import { ListTestsCommandInput, ListTestsCommandOutput } from "../commands/ListTestsCommand";
|
|
61
|
+
import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "../commands/ListUniqueProblemsCommand";
|
|
62
|
+
import { ListUploadsCommandInput, ListUploadsCommandOutput } from "../commands/ListUploadsCommand";
|
|
63
|
+
import { ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput } from "../commands/ListVPCEConfigurationsCommand";
|
|
64
|
+
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "../commands/PurchaseOfferingCommand";
|
|
65
|
+
import { RenewOfferingCommandInput, RenewOfferingCommandOutput } from "../commands/RenewOfferingCommand";
|
|
66
|
+
import { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "../commands/ScheduleRunCommand";
|
|
67
|
+
import { StopJobCommandInput, StopJobCommandOutput } from "../commands/StopJobCommand";
|
|
68
|
+
import { StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput } from "../commands/StopRemoteAccessSessionCommand";
|
|
69
|
+
import { StopRunCommandInput, StopRunCommandOutput } from "../commands/StopRunCommand";
|
|
70
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
71
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
72
|
+
import { UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput } from "../commands/UpdateDeviceInstanceCommand";
|
|
73
|
+
import { UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput } from "../commands/UpdateDevicePoolCommand";
|
|
74
|
+
import { UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput } from "../commands/UpdateInstanceProfileCommand";
|
|
75
|
+
import { UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput } from "../commands/UpdateNetworkProfileCommand";
|
|
76
|
+
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
|
|
77
|
+
import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput } from "../commands/UpdateTestGridProjectCommand";
|
|
78
|
+
import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "../commands/UpdateUploadCommand";
|
|
79
|
+
import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "../commands/UpdateVPCEConfigurationCommand";
|
|
80
|
+
export declare const serializeAws_json1_1CreateDevicePoolCommand: (input: CreateDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_json1_1CreateInstanceProfileCommand: (input: CreateInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_json1_1CreateNetworkProfileCommand: (input: CreateNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_json1_1CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_json1_1CreateRemoteAccessSessionCommand: (input: CreateRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_json1_1CreateTestGridProjectCommand: (input: CreateTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_json1_1CreateTestGridUrlCommand: (input: CreateTestGridUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_json1_1CreateUploadCommand: (input: CreateUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
export declare const serializeAws_json1_1CreateVPCEConfigurationCommand: (input: CreateVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_json1_1DeleteDevicePoolCommand: (input: DeleteDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_json1_1DeleteInstanceProfileCommand: (input: DeleteInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_json1_1DeleteNetworkProfileCommand: (input: DeleteNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
export declare const serializeAws_json1_1DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_json1_1DeleteRemoteAccessSessionCommand: (input: DeleteRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_json1_1DeleteRunCommand: (input: DeleteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_json1_1DeleteTestGridProjectCommand: (input: DeleteTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
export declare const serializeAws_json1_1DeleteUploadCommand: (input: DeleteUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_json1_1DeleteVPCEConfigurationCommand: (input: DeleteVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_json1_1GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_json1_1GetDeviceCommand: (input: GetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_json1_1GetDeviceInstanceCommand: (input: GetDeviceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
export declare const serializeAws_json1_1GetDevicePoolCommand: (input: GetDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_json1_1GetDevicePoolCompatibilityCommand: (input: GetDevicePoolCompatibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_json1_1GetInstanceProfileCommand: (input: GetInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
export declare const serializeAws_json1_1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_json1_1GetNetworkProfileCommand: (input: GetNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_json1_1GetOfferingStatusCommand: (input: GetOfferingStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_json1_1GetProjectCommand: (input: GetProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
export declare const serializeAws_json1_1GetRemoteAccessSessionCommand: (input: GetRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
export declare const serializeAws_json1_1GetRunCommand: (input: GetRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_json1_1GetSuiteCommand: (input: GetSuiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
export declare const serializeAws_json1_1GetTestCommand: (input: GetTestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_json1_1GetTestGridProjectCommand: (input: GetTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_json1_1GetTestGridSessionCommand: (input: GetTestGridSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_json1_1GetUploadCommand: (input: GetUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_json1_1GetVPCEConfigurationCommand: (input: GetVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_json1_1InstallToRemoteAccessSessionCommand: (input: InstallToRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
export declare const serializeAws_json1_1ListArtifactsCommand: (input: ListArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_json1_1ListDeviceInstancesCommand: (input: ListDeviceInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
export declare const serializeAws_json1_1ListDevicePoolsCommand: (input: ListDevicePoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
export declare const serializeAws_json1_1ListDevicesCommand: (input: ListDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
export declare const serializeAws_json1_1ListInstanceProfilesCommand: (input: ListInstanceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_json1_1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
export declare const serializeAws_json1_1ListNetworkProfilesCommand: (input: ListNetworkProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
export declare const serializeAws_json1_1ListOfferingPromotionsCommand: (input: ListOfferingPromotionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_json1_1ListOfferingsCommand: (input: ListOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_json1_1ListOfferingTransactionsCommand: (input: ListOfferingTransactionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
export declare const serializeAws_json1_1ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
export declare const serializeAws_json1_1ListRemoteAccessSessionsCommand: (input: ListRemoteAccessSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
export declare const serializeAws_json1_1ListRunsCommand: (input: ListRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const serializeAws_json1_1ListSamplesCommand: (input: ListSamplesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
export declare const serializeAws_json1_1ListSuitesCommand: (input: ListSuitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
export declare const serializeAws_json1_1ListTestGridProjectsCommand: (input: ListTestGridProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_json1_1ListTestGridSessionActionsCommand: (input: ListTestGridSessionActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
export declare const serializeAws_json1_1ListTestGridSessionArtifactsCommand: (input: ListTestGridSessionArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
export declare const serializeAws_json1_1ListTestGridSessionsCommand: (input: ListTestGridSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
export declare const serializeAws_json1_1ListTestsCommand: (input: ListTestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_json1_1ListUniqueProblemsCommand: (input: ListUniqueProblemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
export declare const serializeAws_json1_1ListUploadsCommand: (input: ListUploadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
export declare const serializeAws_json1_1ListVPCEConfigurationsCommand: (input: ListVPCEConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
export declare const serializeAws_json1_1PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_json1_1RenewOfferingCommand: (input: RenewOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
export declare const serializeAws_json1_1ScheduleRunCommand: (input: ScheduleRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
export declare const serializeAws_json1_1StopJobCommand: (input: StopJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
export declare const serializeAws_json1_1StopRemoteAccessSessionCommand: (input: StopRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_json1_1StopRunCommand: (input: StopRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
export declare const serializeAws_json1_1UpdateDeviceInstanceCommand: (input: UpdateDeviceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_json1_1UpdateDevicePoolCommand: (input: UpdateDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
export declare const serializeAws_json1_1UpdateInstanceProfileCommand: (input: UpdateInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
+
export declare const serializeAws_json1_1UpdateNetworkProfileCommand: (input: UpdateNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
export declare const serializeAws_json1_1UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_json1_1UpdateTestGridProjectCommand: (input: UpdateTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
export declare const serializeAws_json1_1UpdateUploadCommand: (input: UpdateUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
+
export declare const serializeAws_json1_1UpdateVPCEConfigurationCommand: (input: UpdateVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
export declare const deserializeAws_json1_1CreateDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevicePoolCommandOutput>;
|
|
158
|
+
export declare const deserializeAws_json1_1CreateInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceProfileCommandOutput>;
|
|
159
|
+
export declare const deserializeAws_json1_1CreateNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkProfileCommandOutput>;
|
|
160
|
+
export declare const deserializeAws_json1_1CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
|
|
161
|
+
export declare const deserializeAws_json1_1CreateRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRemoteAccessSessionCommandOutput>;
|
|
162
|
+
export declare const deserializeAws_json1_1CreateTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTestGridProjectCommandOutput>;
|
|
163
|
+
export declare const deserializeAws_json1_1CreateTestGridUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTestGridUrlCommandOutput>;
|
|
164
|
+
export declare const deserializeAws_json1_1CreateUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUploadCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_json1_1CreateVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVPCEConfigurationCommandOutput>;
|
|
166
|
+
export declare const deserializeAws_json1_1DeleteDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevicePoolCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_json1_1DeleteInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceProfileCommandOutput>;
|
|
168
|
+
export declare const deserializeAws_json1_1DeleteNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkProfileCommandOutput>;
|
|
169
|
+
export declare const deserializeAws_json1_1DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_json1_1DeleteRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRemoteAccessSessionCommandOutput>;
|
|
171
|
+
export declare const deserializeAws_json1_1DeleteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunCommandOutput>;
|
|
172
|
+
export declare const deserializeAws_json1_1DeleteTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTestGridProjectCommandOutput>;
|
|
173
|
+
export declare const deserializeAws_json1_1DeleteUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUploadCommandOutput>;
|
|
174
|
+
export declare const deserializeAws_json1_1DeleteVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVPCEConfigurationCommandOutput>;
|
|
175
|
+
export declare const deserializeAws_json1_1GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
|
|
176
|
+
export declare const deserializeAws_json1_1GetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceCommandOutput>;
|
|
177
|
+
export declare const deserializeAws_json1_1GetDeviceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceInstanceCommandOutput>;
|
|
178
|
+
export declare const deserializeAws_json1_1GetDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePoolCommandOutput>;
|
|
179
|
+
export declare const deserializeAws_json1_1GetDevicePoolCompatibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePoolCompatibilityCommandOutput>;
|
|
180
|
+
export declare const deserializeAws_json1_1GetInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceProfileCommandOutput>;
|
|
181
|
+
export declare const deserializeAws_json1_1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
|
|
182
|
+
export declare const deserializeAws_json1_1GetNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkProfileCommandOutput>;
|
|
183
|
+
export declare const deserializeAws_json1_1GetOfferingStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOfferingStatusCommandOutput>;
|
|
184
|
+
export declare const deserializeAws_json1_1GetProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectCommandOutput>;
|
|
185
|
+
export declare const deserializeAws_json1_1GetRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRemoteAccessSessionCommandOutput>;
|
|
186
|
+
export declare const deserializeAws_json1_1GetRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunCommandOutput>;
|
|
187
|
+
export declare const deserializeAws_json1_1GetSuiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSuiteCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_json1_1GetTestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestCommandOutput>;
|
|
189
|
+
export declare const deserializeAws_json1_1GetTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestGridProjectCommandOutput>;
|
|
190
|
+
export declare const deserializeAws_json1_1GetTestGridSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestGridSessionCommandOutput>;
|
|
191
|
+
export declare const deserializeAws_json1_1GetUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUploadCommandOutput>;
|
|
192
|
+
export declare const deserializeAws_json1_1GetVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVPCEConfigurationCommandOutput>;
|
|
193
|
+
export declare const deserializeAws_json1_1InstallToRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InstallToRemoteAccessSessionCommandOutput>;
|
|
194
|
+
export declare const deserializeAws_json1_1ListArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArtifactsCommandOutput>;
|
|
195
|
+
export declare const deserializeAws_json1_1ListDeviceInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceInstancesCommandOutput>;
|
|
196
|
+
export declare const deserializeAws_json1_1ListDevicePoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicePoolsCommandOutput>;
|
|
197
|
+
export declare const deserializeAws_json1_1ListDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesCommandOutput>;
|
|
198
|
+
export declare const deserializeAws_json1_1ListInstanceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceProfilesCommandOutput>;
|
|
199
|
+
export declare const deserializeAws_json1_1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
200
|
+
export declare const deserializeAws_json1_1ListNetworkProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkProfilesCommandOutput>;
|
|
201
|
+
export declare const deserializeAws_json1_1ListOfferingPromotionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingPromotionsCommandOutput>;
|
|
202
|
+
export declare const deserializeAws_json1_1ListOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingsCommandOutput>;
|
|
203
|
+
export declare const deserializeAws_json1_1ListOfferingTransactionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingTransactionsCommandOutput>;
|
|
204
|
+
export declare const deserializeAws_json1_1ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
|
|
205
|
+
export declare const deserializeAws_json1_1ListRemoteAccessSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRemoteAccessSessionsCommandOutput>;
|
|
206
|
+
export declare const deserializeAws_json1_1ListRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunsCommandOutput>;
|
|
207
|
+
export declare const deserializeAws_json1_1ListSamplesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSamplesCommandOutput>;
|
|
208
|
+
export declare const deserializeAws_json1_1ListSuitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSuitesCommandOutput>;
|
|
209
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
210
|
+
export declare const deserializeAws_json1_1ListTestGridProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridProjectsCommandOutput>;
|
|
211
|
+
export declare const deserializeAws_json1_1ListTestGridSessionActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridSessionActionsCommandOutput>;
|
|
212
|
+
export declare const deserializeAws_json1_1ListTestGridSessionArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridSessionArtifactsCommandOutput>;
|
|
213
|
+
export declare const deserializeAws_json1_1ListTestGridSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridSessionsCommandOutput>;
|
|
214
|
+
export declare const deserializeAws_json1_1ListTestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestsCommandOutput>;
|
|
215
|
+
export declare const deserializeAws_json1_1ListUniqueProblemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUniqueProblemsCommandOutput>;
|
|
216
|
+
export declare const deserializeAws_json1_1ListUploadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUploadsCommandOutput>;
|
|
217
|
+
export declare const deserializeAws_json1_1ListVPCEConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVPCEConfigurationsCommandOutput>;
|
|
218
|
+
export declare const deserializeAws_json1_1PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
|
|
219
|
+
export declare const deserializeAws_json1_1RenewOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenewOfferingCommandOutput>;
|
|
220
|
+
export declare const deserializeAws_json1_1ScheduleRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScheduleRunCommandOutput>;
|
|
221
|
+
export declare const deserializeAws_json1_1StopJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopJobCommandOutput>;
|
|
222
|
+
export declare const deserializeAws_json1_1StopRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRemoteAccessSessionCommandOutput>;
|
|
223
|
+
export declare const deserializeAws_json1_1StopRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRunCommandOutput>;
|
|
224
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
225
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
226
|
+
export declare const deserializeAws_json1_1UpdateDeviceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceInstanceCommandOutput>;
|
|
227
|
+
export declare const deserializeAws_json1_1UpdateDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevicePoolCommandOutput>;
|
|
228
|
+
export declare const deserializeAws_json1_1UpdateInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceProfileCommandOutput>;
|
|
229
|
+
export declare const deserializeAws_json1_1UpdateNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkProfileCommandOutput>;
|
|
230
|
+
export declare const deserializeAws_json1_1UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
|
|
231
|
+
export declare const deserializeAws_json1_1UpdateTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTestGridProjectCommandOutput>;
|
|
232
|
+
export declare const deserializeAws_json1_1UpdateUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUploadCommandOutput>;
|
|
233
|
+
export declare const deserializeAws_json1_1UpdateVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVPCEConfigurationCommandOutput>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { DeviceFarmClientConfig } from "./DeviceFarmClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { DeviceFarmClientConfig } from "./DeviceFarmClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { DeviceFarmClientConfig } from "./DeviceFarmClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { DeviceFarmClientConfig } from "./DeviceFarmClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|