@aws-sdk/client-device-farm 3.1087.0 → 3.1089.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
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75