@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
|
-
GetVPCEConfigurationRequest,
|
|
4
|
-
GetVPCEConfigurationResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetVPCEConfigurationRequest, GetVPCEConfigurationResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetVPCEConfigurationCommandInput
|
|
8
|
-
extends GetVPCEConfigurationRequest {}
|
|
4
|
+
export interface GetVPCEConfigurationCommandInput extends GetVPCEConfigurationRequest {}
|
|
9
5
|
export interface GetVPCEConfigurationCommandOutput
|
|
10
|
-
extends GetVPCEConfigurationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetVPCEConfigurationResult, __MetadataBearer {}
|
|
12
7
|
declare const GetVPCEConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetVPCEConfigurationCommandInput
|
|
9
|
+
input: GetVPCEConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetVPCEConfigurationCommandInput,
|
|
17
12
|
GetVPCEConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetVPCEConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetVPCEConfigurationCommandInput
|
|
18
|
+
input: GetVPCEConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetVPCEConfigurationCommandInput,
|
|
26
21
|
GetVPCEConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
InstallToRemoteAccessSessionResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface InstallToRemoteAccessSessionCommandInput
|
|
8
|
-
extends InstallToRemoteAccessSessionRequest {}
|
|
7
|
+
export interface InstallToRemoteAccessSessionCommandInput extends InstallToRemoteAccessSessionRequest {}
|
|
9
8
|
export interface InstallToRemoteAccessSessionCommandOutput
|
|
10
|
-
extends InstallToRemoteAccessSessionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends InstallToRemoteAccessSessionResult, __MetadataBearer {}
|
|
12
10
|
declare const InstallToRemoteAccessSessionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: InstallToRemoteAccessSessionCommandInput
|
|
12
|
+
input: InstallToRemoteAccessSessionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
InstallToRemoteAccessSessionCommandInput,
|
|
17
15
|
InstallToRemoteAccessSessionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const InstallToRemoteAccessSessionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: InstallToRemoteAccessSessionCommandInput
|
|
21
|
+
input: InstallToRemoteAccessSessionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
InstallToRemoteAccessSessionCommandInput,
|
|
26
24
|
InstallToRemoteAccessSessionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListArtifactsCommandInput extends ListArtifactsRequest {}
|
|
5
|
-
export interface ListArtifactsCommandOutput
|
|
6
|
-
extends ListArtifactsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListArtifactsCommandOutput extends ListArtifactsResult, __MetadataBearer {}
|
|
8
6
|
declare const ListArtifactsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListArtifactsCommandInput
|
|
8
|
+
input: ListArtifactsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListArtifactsCommandInput,
|
|
13
11
|
ListArtifactsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListArtifactsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListArtifactsCommandInput
|
|
17
|
+
input: ListArtifactsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListArtifactsCommandInput,
|
|
22
20
|
ListArtifactsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDeviceInstancesRequest,
|
|
4
|
-
ListDeviceInstancesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDeviceInstancesRequest, ListDeviceInstancesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDeviceInstancesCommandInput
|
|
8
|
-
extends ListDeviceInstancesRequest {}
|
|
4
|
+
export interface ListDeviceInstancesCommandInput extends ListDeviceInstancesRequest {}
|
|
9
5
|
export interface ListDeviceInstancesCommandOutput
|
|
10
|
-
extends ListDeviceInstancesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListDeviceInstancesResult, __MetadataBearer {}
|
|
12
7
|
declare const ListDeviceInstancesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListDeviceInstancesCommandInput
|
|
9
|
+
input: ListDeviceInstancesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListDeviceInstancesCommandInput,
|
|
17
12
|
ListDeviceInstancesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDevicePoolsRequest,
|
|
4
|
-
ListDevicePoolsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDevicePoolsRequest, ListDevicePoolsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDevicePoolsCommandInput extends ListDevicePoolsRequest {}
|
|
8
|
-
export interface ListDevicePoolsCommandOutput
|
|
9
|
-
extends ListDevicePoolsResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __MetadataBearer {}
|
|
11
6
|
declare const ListDevicePoolsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDevicePoolsCommandInput
|
|
8
|
+
input: ListDevicePoolsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDevicePoolsCommandInput,
|
|
16
11
|
ListDevicePoolsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListDevicePoolsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListDevicePoolsCommandInput
|
|
17
|
+
input: ListDevicePoolsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListDevicePoolsCommandInput,
|
|
25
20
|
ListDevicePoolsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListDevicesRequest, ListDevicesResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListDevicesCommandInput extends ListDevicesRequest {}
|
|
5
|
-
export interface ListDevicesCommandOutput
|
|
6
|
-
extends ListDevicesResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataBearer {}
|
|
8
6
|
declare const ListDevicesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListDevicesCommandInput
|
|
8
|
+
input: ListDevicesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListDevicesCommandInput,
|
|
13
11
|
ListDevicesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListInstanceProfilesRequest,
|
|
4
|
-
ListInstanceProfilesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListInstanceProfilesRequest, ListInstanceProfilesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListInstanceProfilesCommandInput
|
|
8
|
-
extends ListInstanceProfilesRequest {}
|
|
4
|
+
export interface ListInstanceProfilesCommandInput extends ListInstanceProfilesRequest {}
|
|
9
5
|
export interface ListInstanceProfilesCommandOutput
|
|
10
|
-
extends ListInstanceProfilesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListInstanceProfilesResult, __MetadataBearer {}
|
|
12
7
|
declare const ListInstanceProfilesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListInstanceProfilesCommandInput
|
|
9
|
+
input: ListInstanceProfilesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListInstanceProfilesCommandInput,
|
|
17
12
|
ListInstanceProfilesCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
5
|
-
export interface ListJobsCommandOutput
|
|
6
|
-
extends ListJobsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {}
|
|
8
6
|
declare const ListJobsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListJobsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListJobsCommandInput,
|
|
11
11
|
ListJobsCommandOutput,
|
|
12
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListJobsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListJobsCommandInput,
|
|
18
20
|
ListJobsCommandOutput,
|
|
19
21
|
import("..").DeviceFarmClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListNetworkProfilesRequest,
|
|
4
|
-
ListNetworkProfilesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListNetworkProfilesRequest, ListNetworkProfilesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListNetworkProfilesCommandInput
|
|
8
|
-
extends ListNetworkProfilesRequest {}
|
|
4
|
+
export interface ListNetworkProfilesCommandInput extends ListNetworkProfilesRequest {}
|
|
9
5
|
export interface ListNetworkProfilesCommandOutput
|
|
10
|
-
extends ListNetworkProfilesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListNetworkProfilesResult, __MetadataBearer {}
|
|
12
7
|
declare const ListNetworkProfilesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListNetworkProfilesCommandInput
|
|
9
|
+
input: ListNetworkProfilesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListNetworkProfilesCommandInput,
|
|
17
12
|
ListNetworkProfilesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListNetworkProfilesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListNetworkProfilesCommandInput
|
|
18
|
+
input: ListNetworkProfilesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListNetworkProfilesCommandInput,
|
|
26
21
|
ListNetworkProfilesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListOfferingPromotionsRequest,
|
|
4
|
-
ListOfferingPromotionsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListOfferingPromotionsRequest, ListOfferingPromotionsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOfferingPromotionsCommandInput
|
|
8
|
-
extends ListOfferingPromotionsRequest {}
|
|
4
|
+
export interface ListOfferingPromotionsCommandInput extends ListOfferingPromotionsRequest {}
|
|
9
5
|
export interface ListOfferingPromotionsCommandOutput
|
|
10
|
-
extends ListOfferingPromotionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListOfferingPromotionsResult, __MetadataBearer {}
|
|
12
7
|
declare const ListOfferingPromotionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListOfferingPromotionsCommandInput
|
|
9
|
+
input: ListOfferingPromotionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListOfferingPromotionsCommandInput,
|
|
17
12
|
ListOfferingPromotionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListOfferingTransactionsResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOfferingTransactionsCommandInput
|
|
8
|
-
extends ListOfferingTransactionsRequest {}
|
|
7
|
+
export interface ListOfferingTransactionsCommandInput extends ListOfferingTransactionsRequest {}
|
|
9
8
|
export interface ListOfferingTransactionsCommandOutput
|
|
10
|
-
extends ListOfferingTransactionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListOfferingTransactionsResult, __MetadataBearer {}
|
|
12
10
|
declare const ListOfferingTransactionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListOfferingTransactionsCommandInput
|
|
12
|
+
input: ListOfferingTransactionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListOfferingTransactionsCommandInput,
|
|
17
15
|
ListOfferingTransactionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListOfferingsRequest, ListOfferingsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListOfferingsCommandInput extends ListOfferingsRequest {}
|
|
5
|
-
export interface ListOfferingsCommandOutput
|
|
6
|
-
extends ListOfferingsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListOfferingsCommandOutput extends ListOfferingsResult, __MetadataBearer {}
|
|
8
6
|
declare const ListOfferingsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListOfferingsCommandInput
|
|
8
|
+
input: ListOfferingsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListOfferingsCommandInput,
|
|
13
11
|
ListOfferingsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListProjectsRequest, ListProjectsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListProjectsCommandInput extends ListProjectsRequest {}
|
|
5
|
-
export interface ListProjectsCommandOutput
|
|
6
|
-
extends ListProjectsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListProjectsCommandOutput extends ListProjectsResult, __MetadataBearer {}
|
|
8
6
|
declare const ListProjectsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListProjectsCommandInput
|
|
8
|
+
input: ListProjectsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListProjectsCommandInput,
|
|
13
11
|
ListProjectsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListRemoteAccessSessionsResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListRemoteAccessSessionsCommandInput
|
|
8
|
-
extends ListRemoteAccessSessionsRequest {}
|
|
7
|
+
export interface ListRemoteAccessSessionsCommandInput extends ListRemoteAccessSessionsRequest {}
|
|
9
8
|
export interface ListRemoteAccessSessionsCommandOutput
|
|
10
|
-
extends ListRemoteAccessSessionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListRemoteAccessSessionsResult, __MetadataBearer {}
|
|
12
10
|
declare const ListRemoteAccessSessionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListRemoteAccessSessionsCommandInput
|
|
12
|
+
input: ListRemoteAccessSessionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListRemoteAccessSessionsCommandInput,
|
|
17
15
|
ListRemoteAccessSessionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListRemoteAccessSessionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListRemoteAccessSessionsCommandInput
|
|
21
|
+
input: ListRemoteAccessSessionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListRemoteAccessSessionsCommandInput,
|
|
26
24
|
ListRemoteAccessSessionsCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListRunsRequest, ListRunsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListRunsCommandInput extends ListRunsRequest {}
|
|
5
|
-
export interface ListRunsCommandOutput
|
|
6
|
-
extends ListRunsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer {}
|
|
8
6
|
declare const ListRunsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListRunsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListRunsCommandInput,
|
|
11
11
|
ListRunsCommandOutput,
|
|
12
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListRunsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListRunsCommandInput,
|
|
18
20
|
ListRunsCommandOutput,
|
|
19
21
|
import("..").DeviceFarmClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListSamplesRequest, ListSamplesResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListSamplesCommandInput extends ListSamplesRequest {}
|
|
5
|
-
export interface ListSamplesCommandOutput
|
|
6
|
-
extends ListSamplesResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataBearer {}
|
|
8
6
|
declare const ListSamplesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListSamplesCommandInput
|
|
8
|
+
input: ListSamplesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListSamplesCommandInput,
|
|
13
11
|
ListSamplesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListSamplesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListSamplesCommandInput
|
|
17
|
+
input: ListSamplesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListSamplesCommandInput,
|
|
22
20
|
ListSamplesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListSuitesRequest, ListSuitesResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListSuitesCommandInput extends ListSuitesRequest {}
|
|
5
|
-
export interface ListSuitesCommandOutput
|
|
6
|
-
extends ListSuitesResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBearer {}
|
|
8
6
|
declare const ListSuitesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListSuitesCommandInput
|
|
8
|
+
input: ListSuitesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListSuitesCommandInput,
|
|
13
11
|
ListSuitesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListSuitesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListSuitesCommandInput
|
|
17
|
+
input: ListSuitesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListSuitesCommandInput,
|
|
22
20
|
ListSuitesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTestGridProjectsRequest,
|
|
4
|
-
ListTestGridProjectsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTestGridProjectsRequest, ListTestGridProjectsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTestGridProjectsCommandInput
|
|
8
|
-
extends ListTestGridProjectsRequest {}
|
|
4
|
+
export interface ListTestGridProjectsCommandInput extends ListTestGridProjectsRequest {}
|
|
9
5
|
export interface ListTestGridProjectsCommandOutput
|
|
10
|
-
extends ListTestGridProjectsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTestGridProjectsResult, __MetadataBearer {}
|
|
12
7
|
declare const ListTestGridProjectsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTestGridProjectsCommandInput
|
|
9
|
+
input: ListTestGridProjectsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTestGridProjectsCommandInput,
|
|
17
12
|
ListTestGridProjectsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTestGridSessionActionsResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTestGridSessionActionsCommandInput
|
|
8
|
-
extends ListTestGridSessionActionsRequest {}
|
|
7
|
+
export interface ListTestGridSessionActionsCommandInput extends ListTestGridSessionActionsRequest {}
|
|
9
8
|
export interface ListTestGridSessionActionsCommandOutput
|
|
10
|
-
extends ListTestGridSessionActionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTestGridSessionActionsResult, __MetadataBearer {}
|
|
12
10
|
declare const ListTestGridSessionActionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListTestGridSessionActionsCommandInput
|
|
12
|
+
input: ListTestGridSessionActionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListTestGridSessionActionsCommandInput,
|
|
17
15
|
ListTestGridSessionActionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListTestGridSessionActionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListTestGridSessionActionsCommandInput
|
|
21
|
+
input: ListTestGridSessionActionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListTestGridSessionActionsCommandInput,
|
|
26
24
|
ListTestGridSessionActionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTestGridSessionArtifactsResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTestGridSessionArtifactsCommandInput
|
|
8
|
-
extends ListTestGridSessionArtifactsRequest {}
|
|
7
|
+
export interface ListTestGridSessionArtifactsCommandInput extends ListTestGridSessionArtifactsRequest {}
|
|
9
8
|
export interface ListTestGridSessionArtifactsCommandOutput
|
|
10
|
-
extends ListTestGridSessionArtifactsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTestGridSessionArtifactsResult, __MetadataBearer {}
|
|
12
10
|
declare const ListTestGridSessionArtifactsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListTestGridSessionArtifactsCommandInput
|
|
12
|
+
input: ListTestGridSessionArtifactsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListTestGridSessionArtifactsCommandInput,
|
|
17
15
|
ListTestGridSessionArtifactsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListTestGridSessionArtifactsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListTestGridSessionArtifactsCommandInput
|
|
21
|
+
input: ListTestGridSessionArtifactsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListTestGridSessionArtifactsCommandInput,
|
|
26
24
|
ListTestGridSessionArtifactsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTestGridSessionsRequest,
|
|
4
|
-
ListTestGridSessionsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTestGridSessionsRequest, ListTestGridSessionsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTestGridSessionsCommandInput
|
|
8
|
-
extends ListTestGridSessionsRequest {}
|
|
4
|
+
export interface ListTestGridSessionsCommandInput extends ListTestGridSessionsRequest {}
|
|
9
5
|
export interface ListTestGridSessionsCommandOutput
|
|
10
|
-
extends ListTestGridSessionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTestGridSessionsResult, __MetadataBearer {}
|
|
12
7
|
declare const ListTestGridSessionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTestGridSessionsCommandInput
|
|
9
|
+
input: ListTestGridSessionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTestGridSessionsCommandInput,
|
|
17
12
|
ListTestGridSessionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTestGridSessionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTestGridSessionsCommandInput
|
|
18
|
+
input: ListTestGridSessionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTestGridSessionsCommandInput,
|
|
26
21
|
ListTestGridSessionsCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListTestsRequest, ListTestsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListTestsCommandInput extends ListTestsRequest {}
|
|
5
|
-
export interface ListTestsCommandOutput
|
|
6
|
-
extends ListTestsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBearer {}
|
|
8
6
|
declare const ListTestsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListTestsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListTestsCommandInput,
|
|
11
11
|
ListTestsCommandOutput,
|
|
12
12
|
import("..").DeviceFarmClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListTestsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListTestsCommandInput,
|
|
18
20
|
ListTestsCommandOutput,
|
|
19
21
|
import("..").DeviceFarmClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListUniqueProblemsRequest,
|
|
4
|
-
ListUniqueProblemsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListUniqueProblemsRequest, ListUniqueProblemsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListUniqueProblemsCommandInput
|
|
8
|
-
extends ListUniqueProblemsRequest {}
|
|
4
|
+
export interface ListUniqueProblemsCommandInput extends ListUniqueProblemsRequest {}
|
|
9
5
|
export interface ListUniqueProblemsCommandOutput
|
|
10
|
-
extends ListUniqueProblemsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListUniqueProblemsResult, __MetadataBearer {}
|
|
12
7
|
declare const ListUniqueProblemsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListUniqueProblemsCommandInput
|
|
9
|
+
input: ListUniqueProblemsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListUniqueProblemsCommandInput,
|
|
17
12
|
ListUniqueProblemsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListUniqueProblemsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListUniqueProblemsCommandInput
|
|
18
|
+
input: ListUniqueProblemsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListUniqueProblemsCommandInput,
|
|
26
21
|
ListUniqueProblemsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListUploadsRequest, ListUploadsResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListUploadsCommandInput extends ListUploadsRequest {}
|
|
5
|
-
export interface ListUploadsCommandOutput
|
|
6
|
-
extends ListUploadsResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataBearer {}
|
|
8
6
|
declare const ListUploadsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListUploadsCommandInput
|
|
8
|
+
input: ListUploadsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListUploadsCommandInput,
|
|
13
11
|
ListUploadsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListUploadsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListUploadsCommandInput
|
|
17
|
+
input: ListUploadsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListUploadsCommandInput,
|
|
22
20
|
ListUploadsCommandOutput,
|