@aws-sdk/client-device-farm 3.1086.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/DeviceFarm.d.ts +269 -367
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +24 -90
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +13 -26
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteNetworkProfileRequest,
|
|
4
|
-
DeleteNetworkProfileResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteNetworkProfileRequest, DeleteNetworkProfileResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteNetworkProfileCommandInput
|
|
8
|
-
extends DeleteNetworkProfileRequest {}
|
|
4
|
+
export interface DeleteNetworkProfileCommandInput extends DeleteNetworkProfileRequest {}
|
|
9
5
|
export interface DeleteNetworkProfileCommandOutput
|
|
10
|
-
extends DeleteNetworkProfileResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteNetworkProfileResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteNetworkProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteNetworkProfileCommandInput
|
|
9
|
+
input: DeleteNetworkProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteNetworkProfileCommandInput,
|
|
17
12
|
DeleteNetworkProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteNetworkProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteNetworkProfileCommandInput
|
|
18
|
+
input: DeleteNetworkProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteNetworkProfileCommandInput,
|
|
26
21
|
DeleteNetworkProfileCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteProjectCommandInput extends DeleteProjectRequest {}
|
|
5
|
-
export interface DeleteProjectCommandOutput
|
|
6
|
-
extends DeleteProjectResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteProjectCommandOutput extends DeleteProjectResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteProjectCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteProjectCommandInput
|
|
8
|
+
input: DeleteProjectCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteProjectCommandInput,
|
|
13
11
|
DeleteProjectCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteProjectCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteProjectCommandInput
|
|
17
|
+
input: DeleteProjectCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteProjectCommandInput,
|
|
22
20
|
DeleteProjectCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteRemoteAccessSessionResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteRemoteAccessSessionCommandInput
|
|
8
|
-
extends DeleteRemoteAccessSessionRequest {}
|
|
7
|
+
export interface DeleteRemoteAccessSessionCommandInput extends DeleteRemoteAccessSessionRequest {}
|
|
9
8
|
export interface DeleteRemoteAccessSessionCommandOutput
|
|
10
|
-
extends DeleteRemoteAccessSessionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteRemoteAccessSessionResult, __MetadataBearer {}
|
|
12
10
|
declare const DeleteRemoteAccessSessionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteRemoteAccessSessionCommandInput
|
|
12
|
+
input: DeleteRemoteAccessSessionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteRemoteAccessSessionCommandInput,
|
|
17
15
|
DeleteRemoteAccessSessionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteRemoteAccessSessionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteRemoteAccessSessionCommandInput
|
|
21
|
+
input: DeleteRemoteAccessSessionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteRemoteAccessSessionCommandInput,
|
|
26
24
|
DeleteRemoteAccessSessionCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteRunRequest, DeleteRunResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteRunCommandInput extends DeleteRunRequest {}
|
|
5
|
-
export interface DeleteRunCommandOutput
|
|
6
|
-
extends DeleteRunResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteRunCommandOutput extends DeleteRunResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteRunCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: DeleteRunCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteRunCommandInput,
|
|
11
11
|
DeleteRunCommandOutput,
|
|
12
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteRunCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
DeleteRunCommandInput,
|
|
18
20
|
DeleteRunCommandOutput,
|
|
19
21
|
import("..").DeviceFarmClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteTestGridProjectRequest,
|
|
4
|
-
DeleteTestGridProjectResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteTestGridProjectRequest, DeleteTestGridProjectResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteTestGridProjectCommandInput
|
|
8
|
-
extends DeleteTestGridProjectRequest {}
|
|
4
|
+
export interface DeleteTestGridProjectCommandInput extends DeleteTestGridProjectRequest {}
|
|
9
5
|
export interface DeleteTestGridProjectCommandOutput
|
|
10
|
-
extends DeleteTestGridProjectResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteTestGridProjectResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteTestGridProjectCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteTestGridProjectCommandInput
|
|
9
|
+
input: DeleteTestGridProjectCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteTestGridProjectCommandInput,
|
|
17
12
|
DeleteTestGridProjectCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteTestGridProjectCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteTestGridProjectCommandInput
|
|
18
|
+
input: DeleteTestGridProjectCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteTestGridProjectCommandInput,
|
|
26
21
|
DeleteTestGridProjectCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteUploadRequest, DeleteUploadResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteUploadCommandInput extends DeleteUploadRequest {}
|
|
5
|
-
export interface DeleteUploadCommandOutput
|
|
6
|
-
extends DeleteUploadResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteUploadCommandOutput extends DeleteUploadResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteUploadCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteUploadCommandInput
|
|
8
|
+
input: DeleteUploadCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteUploadCommandInput,
|
|
13
11
|
DeleteUploadCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteUploadCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteUploadCommandInput
|
|
17
|
+
input: DeleteUploadCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteUploadCommandInput,
|
|
22
20
|
DeleteUploadCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteVPCEConfigurationRequest,
|
|
4
|
-
DeleteVPCEConfigurationResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteVPCEConfigurationRequest, DeleteVPCEConfigurationResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteVPCEConfigurationCommandInput
|
|
8
|
-
extends DeleteVPCEConfigurationRequest {}
|
|
4
|
+
export interface DeleteVPCEConfigurationCommandInput extends DeleteVPCEConfigurationRequest {}
|
|
9
5
|
export interface DeleteVPCEConfigurationCommandOutput
|
|
10
|
-
extends DeleteVPCEConfigurationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteVPCEConfigurationResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteVPCEConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteVPCEConfigurationCommandInput
|
|
9
|
+
input: DeleteVPCEConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteVPCEConfigurationCommandInput,
|
|
17
12
|
DeleteVPCEConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteVPCEConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteVPCEConfigurationCommandInput
|
|
18
|
+
input: DeleteVPCEConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteVPCEConfigurationCommandInput,
|
|
26
21
|
DeleteVPCEConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAccountSettingsRequest,
|
|
4
|
-
GetAccountSettingsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAccountSettingsRequest, GetAccountSettingsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAccountSettingsCommandInput
|
|
8
|
-
extends GetAccountSettingsRequest {}
|
|
4
|
+
export interface GetAccountSettingsCommandInput extends GetAccountSettingsRequest {}
|
|
9
5
|
export interface GetAccountSettingsCommandOutput
|
|
10
|
-
extends GetAccountSettingsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetAccountSettingsResult, __MetadataBearer {}
|
|
12
7
|
declare const GetAccountSettingsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetAccountSettingsCommandInput
|
|
9
|
+
input: GetAccountSettingsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetAccountSettingsCommandInput,
|
|
17
12
|
GetAccountSettingsCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDeviceRequest, GetDeviceResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDeviceCommandInput extends GetDeviceRequest {}
|
|
5
|
-
export interface GetDeviceCommandOutput
|
|
6
|
-
extends GetDeviceResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBearer {}
|
|
8
6
|
declare const GetDeviceCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetDeviceCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetDeviceCommandInput,
|
|
11
11
|
GetDeviceCommandOutput,
|
|
12
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetDeviceCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetDeviceCommandInput,
|
|
18
20
|
GetDeviceCommandOutput,
|
|
19
21
|
import("..").DeviceFarmClientResolvedConfig,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDeviceInstanceRequest,
|
|
4
|
-
GetDeviceInstanceResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDeviceInstanceRequest, GetDeviceInstanceResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDeviceInstanceCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetDeviceInstanceCommandOutput
|
|
10
|
-
extends GetDeviceInstanceResult,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetDeviceInstanceCommandInput extends GetDeviceInstanceRequest {}
|
|
5
|
+
export interface GetDeviceInstanceCommandOutput extends GetDeviceInstanceResult, __MetadataBearer {}
|
|
12
6
|
declare const GetDeviceInstanceCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetDeviceInstanceCommandInput
|
|
8
|
+
input: GetDeviceInstanceCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetDeviceInstanceCommandInput,
|
|
17
11
|
GetDeviceInstanceCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetDeviceInstanceCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetDeviceInstanceCommandInput
|
|
17
|
+
input: GetDeviceInstanceCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetDeviceInstanceCommandInput,
|
|
26
20
|
GetDeviceInstanceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDevicePoolRequest, GetDevicePoolResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDevicePoolCommandInput extends GetDevicePoolRequest {}
|
|
5
|
-
export interface GetDevicePoolCommandOutput
|
|
6
|
-
extends GetDevicePoolResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDevicePoolCommandOutput extends GetDevicePoolResult, __MetadataBearer {}
|
|
8
6
|
declare const GetDevicePoolCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDevicePoolCommandInput
|
|
8
|
+
input: GetDevicePoolCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDevicePoolCommandInput,
|
|
13
11
|
GetDevicePoolCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDevicePoolCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDevicePoolCommandInput
|
|
17
|
+
input: GetDevicePoolCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDevicePoolCommandInput,
|
|
22
20
|
GetDevicePoolCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetDevicePoolCompatibilityResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDevicePoolCompatibilityCommandInput
|
|
8
|
-
extends GetDevicePoolCompatibilityRequest {}
|
|
7
|
+
export interface GetDevicePoolCompatibilityCommandInput extends GetDevicePoolCompatibilityRequest {}
|
|
9
8
|
export interface GetDevicePoolCompatibilityCommandOutput
|
|
10
|
-
extends GetDevicePoolCompatibilityResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetDevicePoolCompatibilityResult, __MetadataBearer {}
|
|
12
10
|
declare const GetDevicePoolCompatibilityCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetDevicePoolCompatibilityCommandInput
|
|
12
|
+
input: GetDevicePoolCompatibilityCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetDevicePoolCompatibilityCommandInput,
|
|
17
15
|
GetDevicePoolCompatibilityCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetDevicePoolCompatibilityCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetDevicePoolCompatibilityCommandInput
|
|
21
|
+
input: GetDevicePoolCompatibilityCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetDevicePoolCompatibilityCommandInput,
|
|
26
24
|
GetDevicePoolCompatibilityCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetInstanceProfileRequest,
|
|
4
|
-
GetInstanceProfileResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetInstanceProfileRequest, GetInstanceProfileResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInstanceProfileCommandInput
|
|
8
|
-
extends GetInstanceProfileRequest {}
|
|
4
|
+
export interface GetInstanceProfileCommandInput extends GetInstanceProfileRequest {}
|
|
9
5
|
export interface GetInstanceProfileCommandOutput
|
|
10
|
-
extends GetInstanceProfileResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetInstanceProfileResult, __MetadataBearer {}
|
|
12
7
|
declare const GetInstanceProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetInstanceProfileCommandInput
|
|
9
|
+
input: GetInstanceProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetInstanceProfileCommandInput,
|
|
17
12
|
GetInstanceProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetInstanceProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetInstanceProfileCommandInput
|
|
18
|
+
input: GetInstanceProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetInstanceProfileCommandInput,
|
|
26
21
|
GetInstanceProfileCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
5
5
|
export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {}
|
|
6
6
|
declare const GetJobCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetJobCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetJobCommandInput,
|
|
9
11
|
GetJobCommandOutput,
|
|
10
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetJobCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetJobCommandInput,
|
|
16
20
|
GetJobCommandOutput,
|
|
17
21
|
import("..").DeviceFarmClientResolvedConfig,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetNetworkProfileRequest,
|
|
4
|
-
GetNetworkProfileResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetNetworkProfileRequest, GetNetworkProfileResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetNetworkProfileCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetNetworkProfileCommandOutput
|
|
10
|
-
extends GetNetworkProfileResult,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetNetworkProfileCommandInput extends GetNetworkProfileRequest {}
|
|
5
|
+
export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult, __MetadataBearer {}
|
|
12
6
|
declare const GetNetworkProfileCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetNetworkProfileCommandInput
|
|
8
|
+
input: GetNetworkProfileCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetNetworkProfileCommandInput,
|
|
17
11
|
GetNetworkProfileCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetNetworkProfileCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetNetworkProfileCommandInput
|
|
17
|
+
input: GetNetworkProfileCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetNetworkProfileCommandInput,
|
|
26
20
|
GetNetworkProfileCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetOfferingStatusRequest,
|
|
4
|
-
GetOfferingStatusResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetOfferingStatusRequest, GetOfferingStatusResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetOfferingStatusCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetOfferingStatusCommandOutput
|
|
10
|
-
extends GetOfferingStatusResult,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetOfferingStatusCommandInput extends GetOfferingStatusRequest {}
|
|
5
|
+
export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult, __MetadataBearer {}
|
|
12
6
|
declare const GetOfferingStatusCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetOfferingStatusCommandInput
|
|
8
|
+
input: GetOfferingStatusCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetOfferingStatusCommandInput,
|
|
17
11
|
GetOfferingStatusCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetProjectRequest, GetProjectResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetProjectCommandInput extends GetProjectRequest {}
|
|
5
|
-
export interface GetProjectCommandOutput
|
|
6
|
-
extends GetProjectResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBearer {}
|
|
8
6
|
declare const GetProjectCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetProjectCommandInput
|
|
8
|
+
input: GetProjectCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetProjectCommandInput,
|
|
13
11
|
GetProjectCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetProjectCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetProjectCommandInput
|
|
17
|
+
input: GetProjectCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetProjectCommandInput,
|
|
22
20
|
GetProjectCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRemoteAccessSessionRequest,
|
|
4
|
-
GetRemoteAccessSessionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRemoteAccessSessionRequest, GetRemoteAccessSessionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRemoteAccessSessionCommandInput
|
|
8
|
-
extends GetRemoteAccessSessionRequest {}
|
|
4
|
+
export interface GetRemoteAccessSessionCommandInput extends GetRemoteAccessSessionRequest {}
|
|
9
5
|
export interface GetRemoteAccessSessionCommandOutput
|
|
10
|
-
extends GetRemoteAccessSessionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetRemoteAccessSessionResult, __MetadataBearer {}
|
|
12
7
|
declare const GetRemoteAccessSessionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetRemoteAccessSessionCommandInput
|
|
9
|
+
input: GetRemoteAccessSessionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetRemoteAccessSessionCommandInput,
|
|
17
12
|
GetRemoteAccessSessionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetRemoteAccessSessionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetRemoteAccessSessionCommandInput
|
|
18
|
+
input: GetRemoteAccessSessionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetRemoteAccessSessionCommandInput,
|
|
26
21
|
GetRemoteAccessSessionCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetRunCommandInput extends GetRunRequest {}
|
|
5
5
|
export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {}
|
|
6
6
|
declare const GetRunCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetRunCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetRunCommandInput,
|
|
9
11
|
GetRunCommandOutput,
|
|
10
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetRunCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetRunCommandInput,
|
|
16
20
|
GetRunCommandOutput,
|
|
17
21
|
import("..").DeviceFarmClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetSuiteRequest, GetSuiteResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetSuiteCommandInput extends GetSuiteRequest {}
|
|
5
|
-
export interface GetSuiteCommandOutput
|
|
6
|
-
extends GetSuiteResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer {}
|
|
8
6
|
declare const GetSuiteCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetSuiteCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetSuiteCommandInput,
|
|
11
11
|
GetSuiteCommandOutput,
|
|
12
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetSuiteCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetSuiteCommandInput,
|
|
18
20
|
GetSuiteCommandOutput,
|
|
19
21
|
import("..").DeviceFarmClientResolvedConfig,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface GetTestCommandInput extends GetTestRequest {}
|
|
5
5
|
export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {}
|
|
6
6
|
declare const GetTestCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetTestCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
GetTestCommandInput,
|
|
9
11
|
GetTestCommandOutput,
|
|
10
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetTestCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
GetTestCommandInput,
|
|
16
20
|
GetTestCommandOutput,
|
|
17
21
|
import("..").DeviceFarmClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTestGridProjectRequest,
|
|
4
|
-
GetTestGridProjectResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTestGridProjectRequest, GetTestGridProjectResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTestGridProjectCommandInput
|
|
8
|
-
extends GetTestGridProjectRequest {}
|
|
4
|
+
export interface GetTestGridProjectCommandInput extends GetTestGridProjectRequest {}
|
|
9
5
|
export interface GetTestGridProjectCommandOutput
|
|
10
|
-
extends GetTestGridProjectResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTestGridProjectResult, __MetadataBearer {}
|
|
12
7
|
declare const GetTestGridProjectCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetTestGridProjectCommandInput
|
|
9
|
+
input: GetTestGridProjectCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetTestGridProjectCommandInput,
|
|
17
12
|
GetTestGridProjectCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetTestGridProjectCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetTestGridProjectCommandInput
|
|
18
|
+
input: GetTestGridProjectCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetTestGridProjectCommandInput,
|
|
26
21
|
GetTestGridProjectCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTestGridSessionRequest,
|
|
4
|
-
GetTestGridSessionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTestGridSessionRequest, GetTestGridSessionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTestGridSessionCommandInput
|
|
8
|
-
extends GetTestGridSessionRequest {}
|
|
4
|
+
export interface GetTestGridSessionCommandInput extends GetTestGridSessionRequest {}
|
|
9
5
|
export interface GetTestGridSessionCommandOutput
|
|
10
|
-
extends GetTestGridSessionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTestGridSessionResult, __MetadataBearer {}
|
|
12
7
|
declare const GetTestGridSessionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetTestGridSessionCommandInput
|
|
9
|
+
input: GetTestGridSessionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetTestGridSessionCommandInput,
|
|
17
12
|
GetTestGridSessionCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetUploadRequest, GetUploadResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetUploadCommandInput extends GetUploadRequest {}
|
|
5
|
-
export interface GetUploadCommandOutput
|
|
6
|
-
extends GetUploadResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBearer {}
|
|
8
6
|
declare const GetUploadCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetUploadCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetUploadCommandInput,
|
|
11
11
|
GetUploadCommandOutput,
|
|
12
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetUploadCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetUploadCommandInput,
|
|
18
20
|
GetUploadCommandOutput,
|
|
19
21
|
import("..").DeviceFarmClientResolvedConfig,
|