@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.
Files changed (104) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DeviceFarm.d.ts +269 -367
  3. package/dist-types/ts3.4/DeviceFarmClient.d.ts +24 -90
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +5 -11
  14. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +7 -5
  22. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
  27. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +5 -11
  28. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
  32. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +5 -11
  33. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +4 -10
  34. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +6 -2
  37. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +7 -5
  38. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +6 -2
  39. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +7 -5
  42. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -5
  50. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +7 -5
  57. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +7 -5
  65. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +6 -2
  72. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +6 -2
  74. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +4 -9
  78. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +5 -10
  79. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +3 -5
  83. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  85. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  86. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  87. package/dist-types/ts3.4/models/enums.d.ts +13 -26
  88. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  89. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  90. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  91. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +1 -4
  92. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  93. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +1 -4
  94. package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +1 -4
  95. package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +1 -4
  96. package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +1 -4
  97. package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +1 -4
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  102. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  103. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  104. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListVPCEConfigurationsRequest,
4
- ListVPCEConfigurationsResult,
5
- } from "../models/models_0";
2
+ import { ListVPCEConfigurationsRequest, ListVPCEConfigurationsResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListVPCEConfigurationsCommandInput
8
- extends ListVPCEConfigurationsRequest {}
4
+ export interface ListVPCEConfigurationsCommandInput extends ListVPCEConfigurationsRequest {}
9
5
  export interface ListVPCEConfigurationsCommandOutput
10
- extends ListVPCEConfigurationsResult,
11
- __MetadataBearer {}
6
+ extends ListVPCEConfigurationsResult, __MetadataBearer {}
12
7
  declare const ListVPCEConfigurationsCommand_base: {
13
8
  new (
14
- input: ListVPCEConfigurationsCommandInput
9
+ input: ListVPCEConfigurationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListVPCEConfigurationsCommandInput,
17
12
  ListVPCEConfigurationsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PurchaseOfferingRequest,
4
- PurchaseOfferingResult,
5
- } from "../models/models_0";
2
+ import { PurchaseOfferingRequest, PurchaseOfferingResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {}
8
- export interface PurchaseOfferingCommandOutput
9
- extends PurchaseOfferingResult,
10
- __MetadataBearer {}
5
+ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, __MetadataBearer {}
11
6
  declare const PurchaseOfferingCommand_base: {
12
7
  new (
13
- input: PurchaseOfferingCommandInput
8
+ input: PurchaseOfferingCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  PurchaseOfferingCommandInput,
16
11
  PurchaseOfferingCommandOutput,
@@ -19,7 +14,7 @@ declare const PurchaseOfferingCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: PurchaseOfferingCommandInput
17
+ input: PurchaseOfferingCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  PurchaseOfferingCommandInput,
25
20
  PurchaseOfferingCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { RenewOfferingRequest, RenewOfferingResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface RenewOfferingCommandInput extends RenewOfferingRequest {}
5
- export interface RenewOfferingCommandOutput
6
- extends RenewOfferingResult,
7
- __MetadataBearer {}
5
+ export interface RenewOfferingCommandOutput extends RenewOfferingResult, __MetadataBearer {}
8
6
  declare const RenewOfferingCommand_base: {
9
7
  new (
10
- input: RenewOfferingCommandInput
8
+ input: RenewOfferingCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  RenewOfferingCommandInput,
13
11
  RenewOfferingCommandOutput,
@@ -16,7 +14,7 @@ declare const RenewOfferingCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: RenewOfferingCommandInput
17
+ input: RenewOfferingCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  RenewOfferingCommandInput,
22
20
  RenewOfferingCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ScheduleRunRequest, ScheduleRunResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ScheduleRunCommandInput extends ScheduleRunRequest {}
5
- export interface ScheduleRunCommandOutput
6
- extends ScheduleRunResult,
7
- __MetadataBearer {}
5
+ export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataBearer {}
8
6
  declare const ScheduleRunCommand_base: {
9
7
  new (
10
- input: ScheduleRunCommandInput
8
+ input: ScheduleRunCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ScheduleRunCommandInput,
13
11
  ScheduleRunCommandOutput,
@@ -16,7 +14,7 @@ declare const ScheduleRunCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ScheduleRunCommandInput
17
+ input: ScheduleRunCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ScheduleRunCommandInput,
22
20
  ScheduleRunCommandOutput,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface StopJobCommandInput extends StopJobRequest {}
5
5
  export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {}
6
6
  declare const StopJobCommand_base: {
7
- new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: StopJobCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  StopJobCommandInput,
9
11
  StopJobCommandOutput,
10
12
  import("..").DeviceFarmClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: StopJobCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  StopJobCommandInput,
16
20
  StopJobCommandOutput,
17
21
  import("..").DeviceFarmClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StopRemoteAccessSessionRequest,
4
- StopRemoteAccessSessionResult,
5
- } from "../models/models_0";
2
+ import { StopRemoteAccessSessionRequest, StopRemoteAccessSessionResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface StopRemoteAccessSessionCommandInput
8
- extends StopRemoteAccessSessionRequest {}
4
+ export interface StopRemoteAccessSessionCommandInput extends StopRemoteAccessSessionRequest {}
9
5
  export interface StopRemoteAccessSessionCommandOutput
10
- extends StopRemoteAccessSessionResult,
11
- __MetadataBearer {}
6
+ extends StopRemoteAccessSessionResult, __MetadataBearer {}
12
7
  declare const StopRemoteAccessSessionCommand_base: {
13
8
  new (
14
- input: StopRemoteAccessSessionCommandInput
9
+ input: StopRemoteAccessSessionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StopRemoteAccessSessionCommandInput,
17
12
  StopRemoteAccessSessionCommandOutput,
@@ -20,7 +15,7 @@ declare const StopRemoteAccessSessionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StopRemoteAccessSessionCommandInput
18
+ input: StopRemoteAccessSessionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StopRemoteAccessSessionCommandInput,
26
21
  StopRemoteAccessSessionCommandOutput,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface StopRunCommandInput extends StopRunRequest {}
5
5
  export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {}
6
6
  declare const StopRunCommand_base: {
7
- new (input: StopRunCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: StopRunCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  StopRunCommandInput,
9
11
  StopRunCommandOutput,
10
12
  import("..").DeviceFarmClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: StopRunCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: StopRunCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  StopRunCommandInput,
16
20
  StopRunCommandOutput,
17
21
  import("..").DeviceFarmClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateDeviceInstanceRequest,
4
- UpdateDeviceInstanceResult,
5
- } from "../models/models_0";
2
+ import { UpdateDeviceInstanceRequest, UpdateDeviceInstanceResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateDeviceInstanceCommandInput
8
- extends UpdateDeviceInstanceRequest {}
4
+ export interface UpdateDeviceInstanceCommandInput extends UpdateDeviceInstanceRequest {}
9
5
  export interface UpdateDeviceInstanceCommandOutput
10
- extends UpdateDeviceInstanceResult,
11
- __MetadataBearer {}
6
+ extends UpdateDeviceInstanceResult, __MetadataBearer {}
12
7
  declare const UpdateDeviceInstanceCommand_base: {
13
8
  new (
14
- input: UpdateDeviceInstanceCommandInput
9
+ input: UpdateDeviceInstanceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateDeviceInstanceCommandInput,
17
12
  UpdateDeviceInstanceCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateDeviceInstanceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateDeviceInstanceCommandInput
18
+ input: UpdateDeviceInstanceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateDeviceInstanceCommandInput,
26
21
  UpdateDeviceInstanceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateDevicePoolRequest,
4
- UpdateDevicePoolResult,
5
- } from "../models/models_0";
2
+ import { UpdateDevicePoolRequest, UpdateDevicePoolResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateDevicePoolCommandInput extends UpdateDevicePoolRequest {}
8
- export interface UpdateDevicePoolCommandOutput
9
- extends UpdateDevicePoolResult,
10
- __MetadataBearer {}
5
+ export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, __MetadataBearer {}
11
6
  declare const UpdateDevicePoolCommand_base: {
12
7
  new (
13
- input: UpdateDevicePoolCommandInput
8
+ input: UpdateDevicePoolCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateDevicePoolCommandInput,
16
11
  UpdateDevicePoolCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateDevicePoolCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateDevicePoolCommandInput
17
+ input: UpdateDevicePoolCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateDevicePoolCommandInput,
25
20
  UpdateDevicePoolCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateInstanceProfileRequest,
4
- UpdateInstanceProfileResult,
5
- } from "../models/models_0";
2
+ import { UpdateInstanceProfileRequest, UpdateInstanceProfileResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateInstanceProfileCommandInput
8
- extends UpdateInstanceProfileRequest {}
4
+ export interface UpdateInstanceProfileCommandInput extends UpdateInstanceProfileRequest {}
9
5
  export interface UpdateInstanceProfileCommandOutput
10
- extends UpdateInstanceProfileResult,
11
- __MetadataBearer {}
6
+ extends UpdateInstanceProfileResult, __MetadataBearer {}
12
7
  declare const UpdateInstanceProfileCommand_base: {
13
8
  new (
14
- input: UpdateInstanceProfileCommandInput
9
+ input: UpdateInstanceProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateInstanceProfileCommandInput,
17
12
  UpdateInstanceProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateInstanceProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateInstanceProfileCommandInput
18
+ input: UpdateInstanceProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateInstanceProfileCommandInput,
26
21
  UpdateInstanceProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateNetworkProfileRequest,
4
- UpdateNetworkProfileResult,
5
- } from "../models/models_0";
2
+ import { UpdateNetworkProfileRequest, UpdateNetworkProfileResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateNetworkProfileCommandInput
8
- extends UpdateNetworkProfileRequest {}
4
+ export interface UpdateNetworkProfileCommandInput extends UpdateNetworkProfileRequest {}
9
5
  export interface UpdateNetworkProfileCommandOutput
10
- extends UpdateNetworkProfileResult,
11
- __MetadataBearer {}
6
+ extends UpdateNetworkProfileResult, __MetadataBearer {}
12
7
  declare const UpdateNetworkProfileCommand_base: {
13
8
  new (
14
- input: UpdateNetworkProfileCommandInput
9
+ input: UpdateNetworkProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateNetworkProfileCommandInput,
17
12
  UpdateNetworkProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateNetworkProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateNetworkProfileCommandInput
18
+ input: UpdateNetworkProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateNetworkProfileCommandInput,
26
21
  UpdateNetworkProfileCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateProjectRequest, UpdateProjectResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateProjectCommandInput extends UpdateProjectRequest {}
5
- export interface UpdateProjectCommandOutput
6
- extends UpdateProjectResult,
7
- __MetadataBearer {}
5
+ export interface UpdateProjectCommandOutput extends UpdateProjectResult, __MetadataBearer {}
8
6
  declare const UpdateProjectCommand_base: {
9
7
  new (
10
- input: UpdateProjectCommandInput
8
+ input: UpdateProjectCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateProjectCommandInput,
13
11
  UpdateProjectCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateProjectCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateProjectCommandInput
17
+ input: UpdateProjectCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateProjectCommandInput,
22
20
  UpdateProjectCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateTestGridProjectRequest,
4
- UpdateTestGridProjectResult,
5
- } from "../models/models_0";
2
+ import { UpdateTestGridProjectRequest, UpdateTestGridProjectResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateTestGridProjectCommandInput
8
- extends UpdateTestGridProjectRequest {}
4
+ export interface UpdateTestGridProjectCommandInput extends UpdateTestGridProjectRequest {}
9
5
  export interface UpdateTestGridProjectCommandOutput
10
- extends UpdateTestGridProjectResult,
11
- __MetadataBearer {}
6
+ extends UpdateTestGridProjectResult, __MetadataBearer {}
12
7
  declare const UpdateTestGridProjectCommand_base: {
13
8
  new (
14
- input: UpdateTestGridProjectCommandInput
9
+ input: UpdateTestGridProjectCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateTestGridProjectCommandInput,
17
12
  UpdateTestGridProjectCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateTestGridProjectCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateTestGridProjectCommandInput
18
+ input: UpdateTestGridProjectCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateTestGridProjectCommandInput,
26
21
  UpdateTestGridProjectCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateUploadRequest, UpdateUploadResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateUploadCommandInput extends UpdateUploadRequest {}
5
- export interface UpdateUploadCommandOutput
6
- extends UpdateUploadResult,
7
- __MetadataBearer {}
5
+ export interface UpdateUploadCommandOutput extends UpdateUploadResult, __MetadataBearer {}
8
6
  declare const UpdateUploadCommand_base: {
9
7
  new (
10
- input: UpdateUploadCommandInput
8
+ input: UpdateUploadCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateUploadCommandInput,
13
11
  UpdateUploadCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateUploadCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateUploadCommandInput
17
+ input: UpdateUploadCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateUploadCommandInput,
22
20
  UpdateUploadCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateVPCEConfigurationRequest,
4
- UpdateVPCEConfigurationResult,
5
- } from "../models/models_0";
2
+ import { UpdateVPCEConfigurationRequest, UpdateVPCEConfigurationResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateVPCEConfigurationCommandInput
8
- extends UpdateVPCEConfigurationRequest {}
4
+ export interface UpdateVPCEConfigurationCommandInput extends UpdateVPCEConfigurationRequest {}
9
5
  export interface UpdateVPCEConfigurationCommandOutput
10
- extends UpdateVPCEConfigurationResult,
11
- __MetadataBearer {}
6
+ extends UpdateVPCEConfigurationResult, __MetadataBearer {}
12
7
  declare const UpdateVPCEConfigurationCommand_base: {
13
8
  new (
14
- input: UpdateVPCEConfigurationCommandInput
9
+ input: UpdateVPCEConfigurationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateVPCEConfigurationCommandInput,
17
12
  UpdateVPCEConfigurationCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateVPCEConfigurationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateVPCEConfigurationCommandInput
18
+ input: UpdateVPCEConfigurationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateVPCEConfigurationCommandInput,
26
21
  UpdateVPCEConfigurationCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface DeviceFarmExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -2,8 +2,7 @@ export declare const DevicePlatform: {
2
2
  readonly ANDROID: "ANDROID";
3
3
  readonly IOS: "IOS";
4
4
  };
5
- export type DevicePlatform =
6
- (typeof DevicePlatform)[keyof typeof DevicePlatform];
5
+ export type DevicePlatform = (typeof DevicePlatform)[keyof typeof DevicePlatform];
7
6
  export declare const ArtifactType: {
8
7
  readonly APPIUM_JAVA_OUTPUT: "APPIUM_JAVA_OUTPUT";
9
8
  readonly APPIUM_JAVA_XML_OUTPUT: "APPIUM_JAVA_XML_OUTPUT";
@@ -40,8 +39,7 @@ export declare const ArtifactCategory: {
40
39
  readonly LOG: "LOG";
41
40
  readonly SCREENSHOT: "SCREENSHOT";
42
41
  };
43
- export type ArtifactCategory =
44
- (typeof ArtifactCategory)[keyof typeof ArtifactCategory];
42
+ export type ArtifactCategory = (typeof ArtifactCategory)[keyof typeof ArtifactCategory];
45
43
  export declare const BillingMethod: {
46
44
  readonly METERED: "METERED";
47
45
  readonly UNMETERED: "UNMETERED";
@@ -62,8 +60,7 @@ export declare const DeviceAttribute: {
62
60
  readonly REMOTE_ACCESS_ENABLED: "REMOTE_ACCESS_ENABLED";
63
61
  readonly REMOTE_DEBUG_ENABLED: "REMOTE_DEBUG_ENABLED";
64
62
  };
65
- export type DeviceAttribute =
66
- (typeof DeviceAttribute)[keyof typeof DeviceAttribute];
63
+ export type DeviceAttribute = (typeof DeviceAttribute)[keyof typeof DeviceAttribute];
67
64
  export declare const RuleOperator: {
68
65
  readonly CONTAINS: "CONTAINS";
69
66
  readonly EQUALS: "EQUALS";
@@ -79,43 +76,37 @@ export declare const DevicePoolType: {
79
76
  readonly CURATED: "CURATED";
80
77
  readonly PRIVATE: "PRIVATE";
81
78
  };
82
- export type DevicePoolType =
83
- (typeof DevicePoolType)[keyof typeof DevicePoolType];
79
+ export type DevicePoolType = (typeof DevicePoolType)[keyof typeof DevicePoolType];
84
80
  export declare const NetworkProfileType: {
85
81
  readonly CURATED: "CURATED";
86
82
  readonly PRIVATE: "PRIVATE";
87
83
  };
88
- export type NetworkProfileType =
89
- (typeof NetworkProfileType)[keyof typeof NetworkProfileType];
84
+ export type NetworkProfileType = (typeof NetworkProfileType)[keyof typeof NetworkProfileType];
90
85
  export declare const InteractionMode: {
91
86
  readonly INTERACTIVE: "INTERACTIVE";
92
87
  readonly NO_VIDEO: "NO_VIDEO";
93
88
  readonly VIDEO_ONLY: "VIDEO_ONLY";
94
89
  };
95
- export type InteractionMode =
96
- (typeof InteractionMode)[keyof typeof InteractionMode];
90
+ export type InteractionMode = (typeof InteractionMode)[keyof typeof InteractionMode];
97
91
  export declare const DeviceAvailability: {
98
92
  readonly AVAILABLE: "AVAILABLE";
99
93
  readonly BUSY: "BUSY";
100
94
  readonly HIGHLY_AVAILABLE: "HIGHLY_AVAILABLE";
101
95
  readonly TEMPORARY_NOT_AVAILABLE: "TEMPORARY_NOT_AVAILABLE";
102
96
  };
103
- export type DeviceAvailability =
104
- (typeof DeviceAvailability)[keyof typeof DeviceAvailability];
97
+ export type DeviceAvailability = (typeof DeviceAvailability)[keyof typeof DeviceAvailability];
105
98
  export declare const DeviceFormFactor: {
106
99
  readonly PHONE: "PHONE";
107
100
  readonly TABLET: "TABLET";
108
101
  };
109
- export type DeviceFormFactor =
110
- (typeof DeviceFormFactor)[keyof typeof DeviceFormFactor];
102
+ export type DeviceFormFactor = (typeof DeviceFormFactor)[keyof typeof DeviceFormFactor];
111
103
  export declare const InstanceStatus: {
112
104
  readonly AVAILABLE: "AVAILABLE";
113
105
  readonly IN_USE: "IN_USE";
114
106
  readonly NOT_AVAILABLE: "NOT_AVAILABLE";
115
107
  readonly PREPARING: "PREPARING";
116
108
  };
117
- export type InstanceStatus =
118
- (typeof InstanceStatus)[keyof typeof InstanceStatus];
109
+ export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus];
119
110
  export declare const ExecutionResult: {
120
111
  readonly ERRORED: "ERRORED";
121
112
  readonly FAILED: "FAILED";
@@ -125,8 +116,7 @@ export declare const ExecutionResult: {
125
116
  readonly STOPPED: "STOPPED";
126
117
  readonly WARNED: "WARNED";
127
118
  };
128
- export type ExecutionResult =
129
- (typeof ExecutionResult)[keyof typeof ExecutionResult];
119
+ export type ExecutionResult = (typeof ExecutionResult)[keyof typeof ExecutionResult];
130
120
  export declare const ExecutionStatus: {
131
121
  readonly COMPLETED: "COMPLETED";
132
122
  readonly PENDING: "PENDING";
@@ -138,8 +128,7 @@ export declare const ExecutionStatus: {
138
128
  readonly SCHEDULING: "SCHEDULING";
139
129
  readonly STOPPING: "STOPPING";
140
130
  };
141
- export type ExecutionStatus =
142
- (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
131
+ export type ExecutionStatus = (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
143
132
  export declare const UploadType: {
144
133
  readonly ANDROID_APP: "ANDROID_APP";
145
134
  readonly APPIUM_JAVA_JUNIT_TEST_PACKAGE: "APPIUM_JAVA_JUNIT_TEST_PACKAGE";
@@ -179,8 +168,7 @@ export declare const UploadCategory: {
179
168
  readonly CURATED: "CURATED";
180
169
  readonly PRIVATE: "PRIVATE";
181
170
  };
182
- export type UploadCategory =
183
- (typeof UploadCategory)[keyof typeof UploadCategory];
171
+ export type UploadCategory = (typeof UploadCategory)[keyof typeof UploadCategory];
184
172
  export declare const UploadStatus: {
185
173
  readonly FAILED: "FAILED";
186
174
  readonly INITIALIZED: "INITIALIZED";
@@ -245,8 +233,7 @@ export declare const ExecutionResultCode: {
245
233
  readonly PARSING_FAILED: "PARSING_FAILED";
246
234
  readonly VPC_ENDPOINT_SETUP_FAILED: "VPC_ENDPOINT_SETUP_FAILED";
247
235
  };
248
- export type ExecutionResultCode =
249
- (typeof ExecutionResultCode)[keyof typeof ExecutionResultCode];
236
+ export type ExecutionResultCode = (typeof ExecutionResultCode)[keyof typeof ExecutionResultCode];
250
237
  export declare const TestGridSessionStatus: {
251
238
  readonly ACTIVE: "ACTIVE";
252
239
  readonly CLOSED: "CLOSED";