@aws-sdk/client-device-farm 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +170 -171
- package/dist-cjs/models/DeviceFarmServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DeviceFarm.js +1 -1
- package/dist-es/DeviceFarmClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateDevicePoolCommand.js +2 -2
- package/dist-es/commands/CreateInstanceProfileCommand.js +2 -2
- package/dist-es/commands/CreateNetworkProfileCommand.js +2 -2
- package/dist-es/commands/CreateProjectCommand.js +2 -2
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +2 -2
- package/dist-es/commands/CreateTestGridProjectCommand.js +2 -2
- package/dist-es/commands/CreateTestGridUrlCommand.js +2 -2
- package/dist-es/commands/CreateUploadCommand.js +2 -2
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteDevicePoolCommand.js +2 -2
- package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -2
- package/dist-es/commands/DeleteNetworkProfileCommand.js +2 -2
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +2 -2
- package/dist-es/commands/DeleteRunCommand.js +2 -2
- package/dist-es/commands/DeleteTestGridProjectCommand.js +2 -2
- package/dist-es/commands/DeleteUploadCommand.js +2 -2
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetDeviceCommand.js +2 -2
- package/dist-es/commands/GetDeviceInstanceCommand.js +2 -2
- package/dist-es/commands/GetDevicePoolCommand.js +2 -2
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +2 -2
- package/dist-es/commands/GetInstanceProfileCommand.js +2 -2
- package/dist-es/commands/GetJobCommand.js +2 -2
- package/dist-es/commands/GetNetworkProfileCommand.js +2 -2
- package/dist-es/commands/GetOfferingStatusCommand.js +2 -2
- package/dist-es/commands/GetProjectCommand.js +2 -2
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +2 -2
- package/dist-es/commands/GetRunCommand.js +2 -2
- package/dist-es/commands/GetSuiteCommand.js +2 -2
- package/dist-es/commands/GetTestCommand.js +2 -2
- package/dist-es/commands/GetTestGridProjectCommand.js +2 -2
- package/dist-es/commands/GetTestGridSessionCommand.js +2 -2
- package/dist-es/commands/GetUploadCommand.js +2 -2
- package/dist-es/commands/GetVPCEConfigurationCommand.js +2 -2
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +2 -2
- package/dist-es/commands/ListArtifactsCommand.js +2 -2
- package/dist-es/commands/ListDeviceInstancesCommand.js +2 -2
- package/dist-es/commands/ListDevicePoolsCommand.js +2 -2
- package/dist-es/commands/ListDevicesCommand.js +2 -2
- package/dist-es/commands/ListInstanceProfilesCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListNetworkProfilesCommand.js +2 -2
- package/dist-es/commands/ListOfferingPromotionsCommand.js +2 -2
- package/dist-es/commands/ListOfferingTransactionsCommand.js +2 -2
- package/dist-es/commands/ListOfferingsCommand.js +2 -2
- package/dist-es/commands/ListProjectsCommand.js +2 -2
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +2 -2
- package/dist-es/commands/ListRunsCommand.js +2 -2
- package/dist-es/commands/ListSamplesCommand.js +2 -2
- package/dist-es/commands/ListSuitesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTestGridProjectsCommand.js +2 -2
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +2 -2
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +2 -2
- package/dist-es/commands/ListTestGridSessionsCommand.js +2 -2
- package/dist-es/commands/ListTestsCommand.js +2 -2
- package/dist-es/commands/ListUniqueProblemsCommand.js +2 -2
- package/dist-es/commands/ListUploadsCommand.js +2 -2
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +2 -2
- package/dist-es/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-es/commands/RenewOfferingCommand.js +2 -2
- package/dist-es/commands/ScheduleRunCommand.js +2 -2
- package/dist-es/commands/StopJobCommand.js +2 -2
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +2 -2
- package/dist-es/commands/StopRunCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +2 -2
- package/dist-es/commands/UpdateDevicePoolCommand.js +2 -2
- package/dist-es/commands/UpdateInstanceProfileCommand.js +2 -2
- package/dist-es/commands/UpdateNetworkProfileCommand.js +2 -2
- package/dist-es/commands/UpdateProjectCommand.js +2 -2
- package/dist-es/commands/UpdateTestGridProjectCommand.js +2 -2
- package/dist-es/commands/UpdateUploadCommand.js +2 -2
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DeviceFarmServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/DeviceFarmClient.d.ts +5 -5
- package/dist-types/commands/CreateDevicePoolCommand.d.ts +6 -4
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateNetworkProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -4
- package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/commands/CreateTestGridProjectCommand.d.ts +6 -4
- package/dist-types/commands/CreateTestGridUrlCommand.d.ts +6 -4
- package/dist-types/commands/CreateUploadCommand.d.ts +6 -4
- package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDevicePoolCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRunCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteUploadCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/commands/GetDeviceCommand.d.ts +6 -4
- package/dist-types/commands/GetDeviceInstanceCommand.d.ts +6 -4
- package/dist-types/commands/GetDevicePoolCommand.d.ts +6 -4
- package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +6 -4
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/commands/GetNetworkProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetOfferingStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetProjectCommand.d.ts +6 -4
- package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetRunCommand.d.ts +6 -4
- package/dist-types/commands/GetSuiteCommand.d.ts +6 -4
- package/dist-types/commands/GetTestCommand.d.ts +6 -4
- package/dist-types/commands/GetTestGridProjectCommand.d.ts +6 -4
- package/dist-types/commands/GetTestGridSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetUploadCommand.d.ts +6 -4
- package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/commands/ListArtifactsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeviceInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListDevicePoolsCommand.d.ts +6 -4
- package/dist-types/commands/ListDevicesCommand.d.ts +6 -4
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListNetworkProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +6 -4
- package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +6 -4
- package/dist-types/commands/ListOfferingsCommand.d.ts +6 -4
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -4
- package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListRunsCommand.d.ts +6 -4
- package/dist-types/commands/ListSamplesCommand.d.ts +6 -4
- package/dist-types/commands/ListSuitesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTestGridProjectsCommand.d.ts +6 -4
- package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +6 -4
- package/dist-types/commands/ListTestGridSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTestsCommand.d.ts +6 -4
- package/dist-types/commands/ListUniqueProblemsCommand.d.ts +6 -4
- package/dist-types/commands/ListUploadsCommand.d.ts +6 -4
- package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -4
- package/dist-types/commands/RenewOfferingCommand.d.ts +6 -4
- package/dist-types/commands/ScheduleRunCommand.d.ts +6 -4
- package/dist-types/commands/StopJobCommand.d.ts +6 -4
- package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/commands/StopRunCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDevicePoolCommand.d.ts +6 -4
- package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +6 -4
- package/dist-types/commands/UpdateUploadCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DeviceFarmServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { GetTestGridProjectRequest, GetTestGridProjectResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetTestGridProjectCommandInput extends GetTestGridProjectReques
|
|
|
22
22
|
export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTestGridProjectCommand_base: {
|
|
25
|
-
new (input: GetTestGridProjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTestGridProjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTestGridProjectCommandInput): import("@smithy/core/client").CommandImpl<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTestGridProjectCommandInput): import("@smithy/core/client").CommandImpl<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about a Selenium testing project.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { GetTestGridSessionRequest, GetTestGridSessionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetTestGridSessionCommandInput extends GetTestGridSessionReques
|
|
|
22
22
|
export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTestGridSessionCommand_base: {
|
|
25
|
-
new (input: GetTestGridSessionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetTestGridSessionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTestGridSessionCommandInput): import("@smithy/core/client").CommandImpl<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetTestGridSessionCommandInput]): import("@smithy/core/client").CommandImpl<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>A session is an instance of a browser created through a <code>RemoteWebDriver</code> with the URL from <a>CreateTestGridUrlResult$url</a>. You can use the following to look up sessions:</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { GetUploadRequest, GetUploadResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetUploadCommandInput extends GetUploadRequest {
|
|
|
22
22
|
export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetUploadCommand_base: {
|
|
25
|
-
new (input: GetUploadCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetUploadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetUploadCommandInput): import("@smithy/core/client").CommandImpl<GetUploadCommandInput, GetUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetUploadCommandInput): import("@smithy/core/client").CommandImpl<GetUploadCommandInput, GetUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about an upload.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { GetVPCEConfigurationRequest, GetVPCEConfigurationResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetVPCEConfigurationCommandInput extends GetVPCEConfigurationRe
|
|
|
22
22
|
export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetVPCEConfigurationCommand_base: {
|
|
25
|
-
new (input: GetVPCEConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetVPCEConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetVPCEConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetVPCEConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the configuration settings for your Amazon Virtual Private
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { InstallToRemoteAccessSessionRequest, InstallToRemoteAccessSessionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface InstallToRemoteAccessSessionCommandInput extends InstallToRemot
|
|
|
22
22
|
export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemoteAccessSessionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const InstallToRemoteAccessSessionCommand_base: {
|
|
25
|
-
new (input: InstallToRemoteAccessSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: InstallToRemoteAccessSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: InstallToRemoteAccessSessionCommandInput): import("@smithy/core/client").CommandImpl<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: InstallToRemoteAccessSessionCommandInput): import("@smithy/core/client").CommandImpl<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Installs an application to the device in a remote access session. For Android
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListArtifactsCommandInput extends ListArtifactsRequest {
|
|
|
22
22
|
export interface ListArtifactsCommandOutput extends ListArtifactsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListArtifactsCommand_base: {
|
|
25
|
-
new (input: ListArtifactsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListArtifactsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about artifacts.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListDeviceInstancesRequest, ListDeviceInstancesResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDeviceInstancesCommandInput extends ListDeviceInstancesRequ
|
|
|
22
22
|
export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDeviceInstancesCommand_base: {
|
|
25
|
-
new (input: ListDeviceInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDeviceInstancesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDeviceInstancesCommandInput): import("@smithy/core/client").CommandImpl<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDeviceInstancesCommandInput]): import("@smithy/core/client").CommandImpl<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the private device instances associated with one or more AWS
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListDevicePoolsRequest, ListDevicePoolsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDevicePoolsCommandInput extends ListDevicePoolsRequest {
|
|
|
22
22
|
export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDevicePoolsCommand_base: {
|
|
25
|
-
new (input: ListDevicePoolsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDevicePoolsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDevicePoolsCommandInput): import("@smithy/core/client").CommandImpl<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDevicePoolsCommandInput): import("@smithy/core/client").CommandImpl<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about device pools.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListDevicesRequest, ListDevicesResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDevicesCommandInput extends ListDevicesRequest {
|
|
|
22
22
|
export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDevicesCommand_base: {
|
|
25
|
-
new (input: ListDevicesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDevicesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDevicesCommandInput): import("@smithy/core/client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDevicesCommandInput]): import("@smithy/core/client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about unique device types.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListInstanceProfilesRequest, ListInstanceProfilesResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListInstanceProfilesCommandInput extends ListInstanceProfilesRe
|
|
|
22
22
|
export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInstanceProfilesCommand_base: {
|
|
25
|
-
new (input: ListInstanceProfilesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListInstanceProfilesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListInstanceProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListInstanceProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about all the instance profiles in an AWS account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListJobsCommandInput extends ListJobsRequest {
|
|
|
22
22
|
export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListJobsCommand_base: {
|
|
25
|
-
new (input: ListJobsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListJobsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about jobs for a given test run.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListNetworkProfilesRequest, ListNetworkProfilesResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListNetworkProfilesCommandInput extends ListNetworkProfilesRequ
|
|
|
22
22
|
export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListNetworkProfilesCommand_base: {
|
|
25
|
-
new (input: ListNetworkProfilesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListNetworkProfilesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListNetworkProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListNetworkProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the list of available network profiles.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListOfferingPromotionsRequest, ListOfferingPromotionsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListOfferingPromotionsCommandInput extends ListOfferingPromotio
|
|
|
22
22
|
export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromotionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListOfferingPromotionsCommand_base: {
|
|
25
|
-
new (input: ListOfferingPromotionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListOfferingPromotionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListOfferingPromotionsCommandInput): import("@smithy/core/client").CommandImpl<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListOfferingPromotionsCommandInput]): import("@smithy/core/client").CommandImpl<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of offering promotions. Each offering promotion record contains the ID and description
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListOfferingTransactionsRequest, ListOfferingTransactionsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListOfferingTransactionsCommandInput extends ListOfferingTransa
|
|
|
22
22
|
export interface ListOfferingTransactionsCommandOutput extends ListOfferingTransactionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListOfferingTransactionsCommand_base: {
|
|
25
|
-
new (input: ListOfferingTransactionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListOfferingTransactionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListOfferingTransactionsCommandInput): import("@smithy/core/client").CommandImpl<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListOfferingTransactionsCommandInput]): import("@smithy/core/client").CommandImpl<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListOfferingsRequest, ListOfferingsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListOfferingsCommandInput extends ListOfferingsRequest {
|
|
|
22
22
|
export interface ListOfferingsCommandOutput extends ListOfferingsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListOfferingsCommand_base: {
|
|
25
|
-
new (input: ListOfferingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListOfferingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListOfferingsCommandInput): import("@smithy/core/client").CommandImpl<ListOfferingsCommandInput, ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListOfferingsCommandInput]): import("@smithy/core/client").CommandImpl<ListOfferingsCommandInput, ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of products or offerings that the user can manage through the API. Each offering record
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListProjectsRequest, ListProjectsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListProjectsCommandInput extends ListProjectsRequest {
|
|
|
22
22
|
export interface ListProjectsCommandOutput extends ListProjectsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProjectsCommand_base: {
|
|
25
|
-
new (input: ListProjectsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListProjectsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProjectsCommandInput): import("@smithy/core/client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListProjectsCommandInput]): import("@smithy/core/client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about projects.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListRemoteAccessSessionsRequest, ListRemoteAccessSessionsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRemoteAccessSessionsCommandInput extends ListRemoteAccessSe
|
|
|
22
22
|
export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessSessionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRemoteAccessSessionsCommand_base: {
|
|
25
|
-
new (input: ListRemoteAccessSessionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRemoteAccessSessionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRemoteAccessSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListRemoteAccessSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all currently running remote access sessions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListRunsRequest, ListRunsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRunsCommandInput extends ListRunsRequest {
|
|
|
22
22
|
export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRunsCommand_base: {
|
|
25
|
-
new (input: ListRunsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRunsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRunsCommandInput): import("@smithy/core/client").CommandImpl<ListRunsCommandInput, ListRunsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListRunsCommandInput): import("@smithy/core/client").CommandImpl<ListRunsCommandInput, ListRunsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about runs, given an AWS Device Farm project ARN.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListSamplesRequest, ListSamplesResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSamplesCommandInput extends ListSamplesRequest {
|
|
|
22
22
|
export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSamplesCommand_base: {
|
|
25
|
-
new (input: ListSamplesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListSamplesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSamplesCommandInput): import("@smithy/core/client").CommandImpl<ListSamplesCommandInput, ListSamplesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListSamplesCommandInput): import("@smithy/core/client").CommandImpl<ListSamplesCommandInput, ListSamplesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about samples, given an AWS Device Farm job ARN.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListSuitesRequest, ListSuitesResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSuitesCommandInput extends ListSuitesRequest {
|
|
|
22
22
|
export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSuitesCommand_base: {
|
|
25
|
-
new (input: ListSuitesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListSuitesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSuitesCommandInput): import("@smithy/core/client").CommandImpl<ListSuitesCommandInput, ListSuitesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListSuitesCommandInput): import("@smithy/core/client").CommandImpl<ListSuitesCommandInput, ListSuitesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about test suites for a given job.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the tags for an AWS Device Farm resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListTestGridProjectsRequest, ListTestGridProjectsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTestGridProjectsCommandInput extends ListTestGridProjectsRe
|
|
|
22
22
|
export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTestGridProjectsCommand_base: {
|
|
25
|
-
new (input: ListTestGridProjectsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTestGridProjectsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTestGridProjectsCommandInput): import("@smithy/core/client").CommandImpl<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTestGridProjectsCommandInput]): import("@smithy/core/client").CommandImpl<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets a list of all Selenium testing projects in your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListTestGridSessionActionsRequest, ListTestGridSessionActionsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTestGridSessionActionsCommandInput extends ListTestGridSess
|
|
|
22
22
|
export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSessionActionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTestGridSessionActionsCommand_base: {
|
|
25
|
-
new (input: ListTestGridSessionActionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTestGridSessionActionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTestGridSessionActionsCommandInput): import("@smithy/core/client").CommandImpl<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTestGridSessionActionsCommandInput): import("@smithy/core/client").CommandImpl<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the actions taken in a <a>TestGridSession</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListTestGridSessionArtifactsRequest, ListTestGridSessionArtifactsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTestGridSessionArtifactsCommandInput extends ListTestGridSe
|
|
|
22
22
|
export interface ListTestGridSessionArtifactsCommandOutput extends ListTestGridSessionArtifactsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTestGridSessionArtifactsCommand_base: {
|
|
25
|
-
new (input: ListTestGridSessionArtifactsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTestGridSessionArtifactsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTestGridSessionArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTestGridSessionArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of artifacts created during the session.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListTestGridSessionsRequest, ListTestGridSessionsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTestGridSessionsCommandInput extends ListTestGridSessionsRe
|
|
|
22
22
|
export interface ListTestGridSessionsCommandOutput extends ListTestGridSessionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTestGridSessionsCommand_base: {
|
|
25
|
-
new (input: ListTestGridSessionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTestGridSessionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTestGridSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTestGridSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of sessions for a <a>TestGridProject</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
4
|
import type { ListTestsRequest, ListTestsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTestsCommandInput extends ListTestsRequest {
|
|
|
22
22
|
export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTestsCommand_base: {
|
|
25
|
-
new (input: ListTestsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTestsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTestsCommandInput): import("@smithy/core/client").CommandImpl<ListTestsCommandInput, ListTestsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTestsCommandInput): import("@smithy/core/client").CommandImpl<ListTestsCommandInput, ListTestsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about tests in a given test suite.</p>
|