@aws-sdk/client-device-farm 3.1087.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 +38 -38
@@ -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 (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
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 (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
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 (input: ListRunsCommandInput): import("@smithy/core/client").CommandImpl<
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 (input: ListRunsCommandInput): import("@smithy/core/client").CommandImpl<
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 (input: ListTestsCommandInput): import("@smithy/core/client").CommandImpl<
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 (input: ListTestsCommandInput): import("@smithy/core/client").CommandImpl<
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,