@aws-sdk/client-device-farm 3.168.0 → 3.170.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 (112) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DeviceFarm.d.ts +1390 -390
  3. package/dist-types/ts3.4/DeviceFarmClient.d.ts +591 -150
  4. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +32 -17
  69. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +32 -17
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
  78. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +34 -17
  80. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/index.d.ts +77 -77
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  83. package/dist-types/ts3.4/index.d.ts +6 -6
  84. package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +8 -6
  85. package/dist-types/ts3.4/models/index.d.ts +1 -1
  86. package/dist-types/ts3.4/models/models_0.d.ts +2640 -2465
  87. package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  89. package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/index.d.ts +19 -19
  107. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  112. package/package.json +34 -34
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "../commands/GetOfferingStatusCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetOfferingStatus(config: DeviceFarmPaginationConfiguration, input: GetOfferingStatusCommandInput, ...additionalArguments: any): Paginator<GetOfferingStatusCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ GetOfferingStatusCommandInput,
4
+ GetOfferingStatusCommandOutput,
5
+ } from "../commands/GetOfferingStatusCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateGetOfferingStatus(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: GetOfferingStatusCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<GetOfferingStatusCommandOutput>;
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { DeviceFarm } from "../DeviceFarm";
3
- import { DeviceFarmClient } from "../DeviceFarmClient";
4
- export interface DeviceFarmPaginationConfiguration extends PaginationConfiguration {
5
- client: DeviceFarm | DeviceFarmClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { DeviceFarm } from "../DeviceFarm";
3
+ import { DeviceFarmClient } from "../DeviceFarmClient";
4
+ export interface DeviceFarmPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: DeviceFarm | DeviceFarmClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListArtifacts(config: DeviceFarmPaginationConfiguration, input: ListArtifactsCommandInput, ...additionalArguments: any): Paginator<ListArtifactsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListArtifactsCommandInput,
4
+ ListArtifactsCommandOutput,
5
+ } from "../commands/ListArtifactsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListArtifacts(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListArtifactsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListArtifactsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "../commands/ListDevicePoolsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDevicePools(config: DeviceFarmPaginationConfiguration, input: ListDevicePoolsCommandInput, ...additionalArguments: any): Paginator<ListDevicePoolsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDevicePoolsCommandInput,
4
+ ListDevicePoolsCommandOutput,
5
+ } from "../commands/ListDevicePoolsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDevicePools(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListDevicePoolsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDevicePoolsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDevices(config: DeviceFarmPaginationConfiguration, input: ListDevicesCommandInput, ...additionalArguments: any): Paginator<ListDevicesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDevicesCommandInput,
4
+ ListDevicesCommandOutput,
5
+ } from "../commands/ListDevicesCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDevices(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListDevicesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDevicesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListJobs(config: DeviceFarmPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListJobsCommandInput,
4
+ ListJobsCommandOutput,
5
+ } from "../commands/ListJobsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListJobs(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListJobsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListJobsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "../commands/ListOfferingTransactionsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListOfferingTransactions(config: DeviceFarmPaginationConfiguration, input: ListOfferingTransactionsCommandInput, ...additionalArguments: any): Paginator<ListOfferingTransactionsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListOfferingTransactionsCommandInput,
4
+ ListOfferingTransactionsCommandOutput,
5
+ } from "../commands/ListOfferingTransactionsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListOfferingTransactions(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListOfferingTransactionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListOfferingTransactionsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListOfferings(config: DeviceFarmPaginationConfiguration, input: ListOfferingsCommandInput, ...additionalArguments: any): Paginator<ListOfferingsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListOfferingsCommandInput,
4
+ ListOfferingsCommandOutput,
5
+ } from "../commands/ListOfferingsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListOfferings(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListOfferingsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListOfferingsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListProjects(config: DeviceFarmPaginationConfiguration, input: ListProjectsCommandInput, ...additionalArguments: any): Paginator<ListProjectsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListProjectsCommandInput,
4
+ ListProjectsCommandOutput,
5
+ } from "../commands/ListProjectsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListProjects(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListProjectsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListProjectsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListRuns(config: DeviceFarmPaginationConfiguration, input: ListRunsCommandInput, ...additionalArguments: any): Paginator<ListRunsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListRunsCommandInput,
4
+ ListRunsCommandOutput,
5
+ } from "../commands/ListRunsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListRuns(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListRunsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListRunsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListSamplesCommandInput, ListSamplesCommandOutput } from "../commands/ListSamplesCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSamples(config: DeviceFarmPaginationConfiguration, input: ListSamplesCommandInput, ...additionalArguments: any): Paginator<ListSamplesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSamplesCommandInput,
4
+ ListSamplesCommandOutput,
5
+ } from "../commands/ListSamplesCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSamples(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListSamplesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSamplesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListSuitesCommandInput, ListSuitesCommandOutput } from "../commands/ListSuitesCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSuites(config: DeviceFarmPaginationConfiguration, input: ListSuitesCommandInput, ...additionalArguments: any): Paginator<ListSuitesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSuitesCommandInput,
4
+ ListSuitesCommandOutput,
5
+ } from "../commands/ListSuitesCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSuites(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListSuitesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSuitesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "../commands/ListTestGridProjectsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTestGridProjects(config: DeviceFarmPaginationConfiguration, input: ListTestGridProjectsCommandInput, ...additionalArguments: any): Paginator<ListTestGridProjectsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTestGridProjectsCommandInput,
4
+ ListTestGridProjectsCommandOutput,
5
+ } from "../commands/ListTestGridProjectsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTestGridProjects(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListTestGridProjectsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTestGridProjectsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "../commands/ListTestGridSessionActionsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTestGridSessionActions(config: DeviceFarmPaginationConfiguration, input: ListTestGridSessionActionsCommandInput, ...additionalArguments: any): Paginator<ListTestGridSessionActionsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTestGridSessionActionsCommandInput,
4
+ ListTestGridSessionActionsCommandOutput,
5
+ } from "../commands/ListTestGridSessionActionsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTestGridSessionActions(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListTestGridSessionActionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTestGridSessionActionsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "../commands/ListTestGridSessionArtifactsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTestGridSessionArtifacts(config: DeviceFarmPaginationConfiguration, input: ListTestGridSessionArtifactsCommandInput, ...additionalArguments: any): Paginator<ListTestGridSessionArtifactsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTestGridSessionArtifactsCommandInput,
4
+ ListTestGridSessionArtifactsCommandOutput,
5
+ } from "../commands/ListTestGridSessionArtifactsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTestGridSessionArtifacts(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListTestGridSessionArtifactsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTestGridSessionArtifactsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "../commands/ListTestGridSessionsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTestGridSessions(config: DeviceFarmPaginationConfiguration, input: ListTestGridSessionsCommandInput, ...additionalArguments: any): Paginator<ListTestGridSessionsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTestGridSessionsCommandInput,
4
+ ListTestGridSessionsCommandOutput,
5
+ } from "../commands/ListTestGridSessionsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTestGridSessions(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListTestGridSessionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTestGridSessionsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTestsCommandInput, ListTestsCommandOutput } from "../commands/ListTestsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTests(config: DeviceFarmPaginationConfiguration, input: ListTestsCommandInput, ...additionalArguments: any): Paginator<ListTestsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListTestsCommandInput,
4
+ ListTestsCommandOutput,
5
+ } from "../commands/ListTestsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListTests(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListTestsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListTestsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "../commands/ListUniqueProblemsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListUniqueProblems(config: DeviceFarmPaginationConfiguration, input: ListUniqueProblemsCommandInput, ...additionalArguments: any): Paginator<ListUniqueProblemsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListUniqueProblemsCommandInput,
4
+ ListUniqueProblemsCommandOutput,
5
+ } from "../commands/ListUniqueProblemsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListUniqueProblems(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListUniqueProblemsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListUniqueProblemsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListUploadsCommandInput, ListUploadsCommandOutput } from "../commands/ListUploadsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListUploads(config: DeviceFarmPaginationConfiguration, input: ListUploadsCommandInput, ...additionalArguments: any): Paginator<ListUploadsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListUploadsCommandInput,
4
+ ListUploadsCommandOutput,
5
+ } from "../commands/ListUploadsCommand";
6
+ import { DeviceFarmPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListUploads(
8
+ config: DeviceFarmPaginationConfiguration,
9
+ input: ListUploadsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListUploadsCommandOutput>;
@@ -1,19 +1,19 @@
1
- export * from "./GetOfferingStatusPaginator";
2
- export * from "./Interfaces";
3
- export * from "./ListArtifactsPaginator";
4
- export * from "./ListDevicePoolsPaginator";
5
- export * from "./ListDevicesPaginator";
6
- export * from "./ListJobsPaginator";
7
- export * from "./ListOfferingTransactionsPaginator";
8
- export * from "./ListOfferingsPaginator";
9
- export * from "./ListProjectsPaginator";
10
- export * from "./ListRunsPaginator";
11
- export * from "./ListSamplesPaginator";
12
- export * from "./ListSuitesPaginator";
13
- export * from "./ListTestGridProjectsPaginator";
14
- export * from "./ListTestGridSessionActionsPaginator";
15
- export * from "./ListTestGridSessionArtifactsPaginator";
16
- export * from "./ListTestGridSessionsPaginator";
17
- export * from "./ListTestsPaginator";
18
- export * from "./ListUniqueProblemsPaginator";
19
- export * from "./ListUploadsPaginator";
1
+ export * from "./GetOfferingStatusPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListArtifactsPaginator";
4
+ export * from "./ListDevicePoolsPaginator";
5
+ export * from "./ListDevicesPaginator";
6
+ export * from "./ListJobsPaginator";
7
+ export * from "./ListOfferingTransactionsPaginator";
8
+ export * from "./ListOfferingsPaginator";
9
+ export * from "./ListProjectsPaginator";
10
+ export * from "./ListRunsPaginator";
11
+ export * from "./ListSamplesPaginator";
12
+ export * from "./ListSuitesPaginator";
13
+ export * from "./ListTestGridProjectsPaginator";
14
+ export * from "./ListTestGridSessionActionsPaginator";
15
+ export * from "./ListTestGridSessionArtifactsPaginator";
16
+ export * from "./ListTestGridSessionsPaginator";
17
+ export * from "./ListTestsPaginator";
18
+ export * from "./ListUniqueProblemsPaginator";
19
+ export * from "./ListUploadsPaginator";