@aws-sdk/client-device-farm 3.1045.0 → 3.1047.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 { ListUniqueProblemsRequest, ListUniqueProblemsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListUniqueProblemsCommandInput extends ListUniqueProblemsReques
|
|
|
22
22
|
export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListUniqueProblemsCommand_base: {
|
|
25
|
-
new (input: ListUniqueProblemsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListUniqueProblemsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListUniqueProblemsCommandInput): import("@smithy/core/client").CommandImpl<ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListUniqueProblemsCommandInput): import("@smithy/core/client").CommandImpl<ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about unique problems, such as exceptions or crashes.</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 { ListUploadsRequest, ListUploadsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListUploadsCommandInput extends ListUploadsRequest {
|
|
|
22
22
|
export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListUploadsCommand_base: {
|
|
25
|
-
new (input: ListUploadsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListUploadsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListUploadsCommandInput, ListUploadsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListUploadsCommandInput, ListUploadsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets information about uploads, 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 { ListVPCEConfigurationsRequest, ListVPCEConfigurationsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListVPCEConfigurationsCommandInput extends ListVPCEConfiguratio
|
|
|
22
22
|
export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurationsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListVPCEConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListVPCEConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListVPCEConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListVPCEConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListVPCEConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about all Amazon Virtual Private Cloud (VPC) endpoint
|
|
@@ -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 { PurchaseOfferingRequest, PurchaseOfferingResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {
|
|
|
22
22
|
export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PurchaseOfferingCommand_base: {
|
|
25
|
-
new (input: PurchaseOfferingCommandInput): import("@smithy/
|
|
26
|
-
new (input: PurchaseOfferingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PurchaseOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PurchaseOfferingCommandInput): import("@smithy/core/client").CommandImpl<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased
|
|
@@ -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 { RenewOfferingRequest, RenewOfferingResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RenewOfferingCommandInput extends RenewOfferingRequest {
|
|
|
22
22
|
export interface RenewOfferingCommandOutput extends RenewOfferingResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RenewOfferingCommand_base: {
|
|
25
|
-
new (input: RenewOfferingCommandInput): import("@smithy/
|
|
26
|
-
new (input: RenewOfferingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RenewOfferingCommandInput): import("@smithy/core/client").CommandImpl<RenewOfferingCommandInput, RenewOfferingCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RenewOfferingCommandInput): import("@smithy/core/client").CommandImpl<RenewOfferingCommandInput, RenewOfferingCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Explicitly sets the quantity of devices to renew for an offering, starting from the
|
|
@@ -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 { ScheduleRunRequest, ScheduleRunResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ScheduleRunCommandInput extends ScheduleRunRequest {
|
|
|
22
22
|
export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ScheduleRunCommand_base: {
|
|
25
|
-
new (input: ScheduleRunCommandInput): import("@smithy/
|
|
26
|
-
new (input: ScheduleRunCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ScheduleRunCommandInput): import("@smithy/core/client").CommandImpl<ScheduleRunCommandInput, ScheduleRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ScheduleRunCommandInput): import("@smithy/core/client").CommandImpl<ScheduleRunCommandInput, ScheduleRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Schedules a 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 { StopJobRequest, StopJobResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopJobCommandInput extends StopJobRequest {
|
|
|
22
22
|
export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopJobCommand_base: {
|
|
25
|
-
new (input: StopJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<StopJobCommandInput, StopJobCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<StopJobCommandInput, StopJobCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device
|
|
@@ -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 { StopRemoteAccessSessionRequest, StopRemoteAccessSessionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopRemoteAccessSessionCommandInput extends StopRemoteAccessSes
|
|
|
22
22
|
export interface StopRemoteAccessSessionCommandOutput extends StopRemoteAccessSessionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopRemoteAccessSessionCommand_base: {
|
|
25
|
-
new (input: StopRemoteAccessSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopRemoteAccessSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopRemoteAccessSessionCommandInput): import("@smithy/core/client").CommandImpl<StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopRemoteAccessSessionCommandInput): import("@smithy/core/client").CommandImpl<StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Ends a specified remote access 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 { StopRunRequest, StopRunResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopRunCommandInput extends StopRunRequest {
|
|
|
22
22
|
export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopRunCommand_base: {
|
|
25
|
-
new (input: StopRunCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopRunCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopRunCommandInput): import("@smithy/core/client").CommandImpl<StopRunCommandInput, StopRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopRunCommandInput): import("@smithy/core/client").CommandImpl<StopRunCommandInput, StopRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified tags from a 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 { UpdateDeviceInstanceRequest, UpdateDeviceInstanceResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateDeviceInstanceCommandInput extends UpdateDeviceInstanceRe
|
|
|
22
22
|
export interface UpdateDeviceInstanceCommandOutput extends UpdateDeviceInstanceResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDeviceInstanceCommand_base: {
|
|
25
|
-
new (input: UpdateDeviceInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateDeviceInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateDeviceInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateDeviceInstanceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates information about a private device instance.</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 { UpdateDevicePoolRequest, UpdateDevicePoolResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateDevicePoolCommandInput extends UpdateDevicePoolRequest {
|
|
|
22
22
|
export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDevicePoolCommand_base: {
|
|
25
|
-
new (input: UpdateDevicePoolCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateDevicePoolCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateDevicePoolCommandInput): import("@smithy/core/client").CommandImpl<UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateDevicePoolCommandInput): import("@smithy/core/client").CommandImpl<UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the name, description, and rules in a device pool given the attributes and
|
|
@@ -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 { UpdateInstanceProfileRequest, UpdateInstanceProfileResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateInstanceProfileCommandInput extends UpdateInstanceProfile
|
|
|
22
22
|
export interface UpdateInstanceProfileCommandOutput extends UpdateInstanceProfileResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateInstanceProfileCommand_base: {
|
|
25
|
-
new (input: UpdateInstanceProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateInstanceProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateInstanceProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateInstanceProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates information about an existing private device instance profile.</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 { UpdateNetworkProfileRequest, UpdateNetworkProfileResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateNetworkProfileCommandInput extends UpdateNetworkProfileRe
|
|
|
22
22
|
export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateNetworkProfileCommand_base: {
|
|
25
|
-
new (input: UpdateNetworkProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateNetworkProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateNetworkProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateNetworkProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the network profile.</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 { UpdateProjectRequest, UpdateProjectResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateProjectCommandInput extends UpdateProjectRequest {
|
|
|
22
22
|
export interface UpdateProjectCommandOutput extends UpdateProjectResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateProjectCommand_base: {
|
|
25
|
-
new (input: UpdateProjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateProjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the specified project name, given the project ARN and a new
|
|
@@ -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 { UpdateTestGridProjectRequest, UpdateTestGridProjectResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateTestGridProjectCommandInput extends UpdateTestGridProject
|
|
|
22
22
|
export interface UpdateTestGridProjectCommandOutput extends UpdateTestGridProjectResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateTestGridProjectCommand_base: {
|
|
25
|
-
new (input: UpdateTestGridProjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateTestGridProjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateTestGridProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateTestGridProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Change details of a 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 { UpdateUploadRequest, UpdateUploadResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateUploadCommandInput extends UpdateUploadRequest {
|
|
|
22
22
|
export interface UpdateUploadCommandOutput extends UpdateUploadResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateUploadCommand_base: {
|
|
25
|
-
new (input: UpdateUploadCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateUploadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateUploadCommandInput): import("@smithy/core/client").CommandImpl<UpdateUploadCommandInput, UpdateUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateUploadCommandInput): import("@smithy/core/client").CommandImpl<UpdateUploadCommandInput, UpdateUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an uploaded test spec.</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 { UpdateVPCEConfigurationRequest, UpdateVPCEConfigurationResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateVPCEConfigurationCommandInput extends UpdateVPCEConfigura
|
|
|
22
22
|
export interface UpdateVPCEConfigurationCommandOutput extends UpdateVPCEConfigurationResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateVPCEConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateVPCEConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateVPCEConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateVPCEConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateVPCEConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>An invalid argument was specified.</p>
|
|
@@ -5,13 +5,13 @@ import type { DeviceFarmClientConfig } from "./DeviceFarmClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { DeviceFarmClientConfig } from "./DeviceFarmClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { DeviceFarmClientConfig } from "./DeviceFarmClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeviceFarmClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateDevicePoolCommandOutput
|
|
|
18
18
|
declare const CreateDevicePoolCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateDevicePoolCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateDevicePoolCommandInput,
|
|
23
23
|
CreateDevicePoolCommandOutput,
|
|
24
24
|
DeviceFarmClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateDevicePoolCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateDevicePoolCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateDevicePoolCommandInput,
|
|
32
32
|
CreateDevicePoolCommandOutput,
|
|
33
33
|
DeviceFarmClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateDevicePoolCommand extends CreateDevicePoolCommand_base {
|
|
40
42
|
protected static __types: {
|