@aws-sdk/client-device-farm 3.50.0 → 3.53.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 (123) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/DeviceFarmServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +165 -5
  5. package/dist-cjs/protocols/Aws_json1_1.js +724 -2680
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/DeviceFarmServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +149 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1643 -2965
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/DeviceFarmServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +74 -55
  13. package/dist-types/ts3.4/DeviceFarm.d.ts +390 -0
  14. package/dist-types/ts3.4/DeviceFarmClient.d.ts +150 -0
  15. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +77 -0
  93. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  94. package/dist-types/ts3.4/index.d.ts +6 -0
  95. package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +6 -0
  96. package/dist-types/ts3.4/models/index.d.ts +1 -0
  97. package/dist-types/ts3.4/models/models_0.d.ts +2885 -0
  98. package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  100. package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +4 -0
  102. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
  103. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
  104. package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +4 -0
  105. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
  106. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  107. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +4 -0
  108. package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +4 -0
  109. package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +4 -0
  110. package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +4 -0
  111. package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +4 -0
  112. package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +4 -0
  113. package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +4 -0
  114. package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +4 -0
  115. package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +4 -0
  116. package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +4 -0
  117. package/dist-types/ts3.4/pagination/index.d.ts +19 -0
  118. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
  119. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  120. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  121. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  122. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  123. package/package.json +33 -33

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.