@aws-sdk/client-device-farm 3.489.0 → 3.495.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 (109) hide show
  1. package/dist-cjs/DeviceFarm.js +1 -165
  2. package/dist-cjs/DeviceFarmClient.js +1 -43
  3. package/dist-cjs/commands/CreateDevicePoolCommand.js +1 -28
  4. package/dist-cjs/commands/CreateInstanceProfileCommand.js +1 -28
  5. package/dist-cjs/commands/CreateNetworkProfileCommand.js +1 -28
  6. package/dist-cjs/commands/CreateProjectCommand.js +1 -28
  7. package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +1 -28
  8. package/dist-cjs/commands/CreateTestGridProjectCommand.js +1 -28
  9. package/dist-cjs/commands/CreateTestGridUrlCommand.js +1 -29
  10. package/dist-cjs/commands/CreateUploadCommand.js +1 -29
  11. package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteDevicePoolCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteNetworkProfileCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteProjectCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteRunCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteTestGridProjectCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteUploadCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +1 -28
  21. package/dist-cjs/commands/GetAccountSettingsCommand.js +1 -28
  22. package/dist-cjs/commands/GetDeviceCommand.js +1 -28
  23. package/dist-cjs/commands/GetDeviceInstanceCommand.js +1 -28
  24. package/dist-cjs/commands/GetDevicePoolCommand.js +1 -28
  25. package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +1 -28
  26. package/dist-cjs/commands/GetInstanceProfileCommand.js +1 -28
  27. package/dist-cjs/commands/GetJobCommand.js +1 -28
  28. package/dist-cjs/commands/GetNetworkProfileCommand.js +1 -28
  29. package/dist-cjs/commands/GetOfferingStatusCommand.js +1 -28
  30. package/dist-cjs/commands/GetProjectCommand.js +1 -28
  31. package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +1 -28
  32. package/dist-cjs/commands/GetRunCommand.js +1 -28
  33. package/dist-cjs/commands/GetSuiteCommand.js +1 -28
  34. package/dist-cjs/commands/GetTestCommand.js +1 -28
  35. package/dist-cjs/commands/GetTestGridProjectCommand.js +1 -28
  36. package/dist-cjs/commands/GetTestGridSessionCommand.js +1 -28
  37. package/dist-cjs/commands/GetUploadCommand.js +1 -29
  38. package/dist-cjs/commands/GetVPCEConfigurationCommand.js +1 -28
  39. package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +1 -29
  40. package/dist-cjs/commands/ListArtifactsCommand.js +1 -28
  41. package/dist-cjs/commands/ListDeviceInstancesCommand.js +1 -28
  42. package/dist-cjs/commands/ListDevicePoolsCommand.js +1 -28
  43. package/dist-cjs/commands/ListDevicesCommand.js +1 -28
  44. package/dist-cjs/commands/ListInstanceProfilesCommand.js +1 -28
  45. package/dist-cjs/commands/ListJobsCommand.js +1 -28
  46. package/dist-cjs/commands/ListNetworkProfilesCommand.js +1 -28
  47. package/dist-cjs/commands/ListOfferingPromotionsCommand.js +1 -28
  48. package/dist-cjs/commands/ListOfferingTransactionsCommand.js +1 -28
  49. package/dist-cjs/commands/ListOfferingsCommand.js +1 -28
  50. package/dist-cjs/commands/ListProjectsCommand.js +1 -28
  51. package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +1 -28
  52. package/dist-cjs/commands/ListRunsCommand.js +1 -28
  53. package/dist-cjs/commands/ListSamplesCommand.js +1 -28
  54. package/dist-cjs/commands/ListSuitesCommand.js +1 -28
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  56. package/dist-cjs/commands/ListTestGridProjectsCommand.js +1 -28
  57. package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +1 -28
  58. package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +1 -29
  59. package/dist-cjs/commands/ListTestGridSessionsCommand.js +1 -28
  60. package/dist-cjs/commands/ListTestsCommand.js +1 -28
  61. package/dist-cjs/commands/ListUniqueProblemsCommand.js +1 -28
  62. package/dist-cjs/commands/ListUploadsCommand.js +1 -29
  63. package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +1 -28
  64. package/dist-cjs/commands/PurchaseOfferingCommand.js +1 -28
  65. package/dist-cjs/commands/RenewOfferingCommand.js +1 -28
  66. package/dist-cjs/commands/ScheduleRunCommand.js +1 -28
  67. package/dist-cjs/commands/StopJobCommand.js +1 -28
  68. package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +1 -28
  69. package/dist-cjs/commands/StopRunCommand.js +1 -28
  70. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  71. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateDevicePoolCommand.js +1 -28
  74. package/dist-cjs/commands/UpdateInstanceProfileCommand.js +1 -28
  75. package/dist-cjs/commands/UpdateNetworkProfileCommand.js +1 -28
  76. package/dist-cjs/commands/UpdateProjectCommand.js +1 -28
  77. package/dist-cjs/commands/UpdateTestGridProjectCommand.js +1 -28
  78. package/dist-cjs/commands/UpdateUploadCommand.js +1 -29
  79. package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +1 -28
  80. package/dist-cjs/commands/index.js +1 -80
  81. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  82. package/dist-cjs/extensionConfiguration.js +1 -2
  83. package/dist-cjs/index.js +6870 -11
  84. package/dist-cjs/models/DeviceFarmServiceException.js +1 -12
  85. package/dist-cjs/models/index.js +1 -4
  86. package/dist-cjs/models/models_0.js +1 -458
  87. package/dist-cjs/pagination/GetOfferingStatusPaginator.js +1 -7
  88. package/dist-cjs/pagination/Interfaces.js +1 -2
  89. package/dist-cjs/pagination/ListArtifactsPaginator.js +1 -7
  90. package/dist-cjs/pagination/ListDevicePoolsPaginator.js +1 -7
  91. package/dist-cjs/pagination/ListDevicesPaginator.js +1 -7
  92. package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
  93. package/dist-cjs/pagination/ListOfferingTransactionsPaginator.js +1 -7
  94. package/dist-cjs/pagination/ListOfferingsPaginator.js +1 -7
  95. package/dist-cjs/pagination/ListProjectsPaginator.js +1 -7
  96. package/dist-cjs/pagination/ListRunsPaginator.js +1 -7
  97. package/dist-cjs/pagination/ListSamplesPaginator.js +1 -7
  98. package/dist-cjs/pagination/ListSuitesPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListTestGridProjectsPaginator.js +1 -7
  100. package/dist-cjs/pagination/ListTestGridSessionActionsPaginator.js +1 -7
  101. package/dist-cjs/pagination/ListTestGridSessionArtifactsPaginator.js +1 -7
  102. package/dist-cjs/pagination/ListTestGridSessionsPaginator.js +1 -7
  103. package/dist-cjs/pagination/ListTestsPaginator.js +1 -7
  104. package/dist-cjs/pagination/ListUniqueProblemsPaginator.js +1 -7
  105. package/dist-cjs/pagination/ListUploadsPaginator.js +1 -7
  106. package/dist-cjs/pagination/index.js +1 -22
  107. package/dist-cjs/protocols/Aws_json1_1.js +1 -4666
  108. package/dist-cjs/runtimeExtensions.js +1 -22
  109. package/package.json +40 -40
@@ -1,80 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateDevicePoolCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateInstanceProfileCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateNetworkProfileCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateProjectCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateRemoteAccessSessionCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateTestGridProjectCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateTestGridUrlCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateUploadCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateVPCEConfigurationCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteDevicePoolCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteInstanceProfileCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteNetworkProfileCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteProjectCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteRemoteAccessSessionCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteRunCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteTestGridProjectCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteUploadCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteVPCEConfigurationCommand"), exports);
22
- tslib_1.__exportStar(require("./GetAccountSettingsCommand"), exports);
23
- tslib_1.__exportStar(require("./GetDeviceCommand"), exports);
24
- tslib_1.__exportStar(require("./GetDeviceInstanceCommand"), exports);
25
- tslib_1.__exportStar(require("./GetDevicePoolCommand"), exports);
26
- tslib_1.__exportStar(require("./GetDevicePoolCompatibilityCommand"), exports);
27
- tslib_1.__exportStar(require("./GetInstanceProfileCommand"), exports);
28
- tslib_1.__exportStar(require("./GetJobCommand"), exports);
29
- tslib_1.__exportStar(require("./GetNetworkProfileCommand"), exports);
30
- tslib_1.__exportStar(require("./GetOfferingStatusCommand"), exports);
31
- tslib_1.__exportStar(require("./GetProjectCommand"), exports);
32
- tslib_1.__exportStar(require("./GetRemoteAccessSessionCommand"), exports);
33
- tslib_1.__exportStar(require("./GetRunCommand"), exports);
34
- tslib_1.__exportStar(require("./GetSuiteCommand"), exports);
35
- tslib_1.__exportStar(require("./GetTestCommand"), exports);
36
- tslib_1.__exportStar(require("./GetTestGridProjectCommand"), exports);
37
- tslib_1.__exportStar(require("./GetTestGridSessionCommand"), exports);
38
- tslib_1.__exportStar(require("./GetUploadCommand"), exports);
39
- tslib_1.__exportStar(require("./GetVPCEConfigurationCommand"), exports);
40
- tslib_1.__exportStar(require("./InstallToRemoteAccessSessionCommand"), exports);
41
- tslib_1.__exportStar(require("./ListArtifactsCommand"), exports);
42
- tslib_1.__exportStar(require("./ListDeviceInstancesCommand"), exports);
43
- tslib_1.__exportStar(require("./ListDevicePoolsCommand"), exports);
44
- tslib_1.__exportStar(require("./ListDevicesCommand"), exports);
45
- tslib_1.__exportStar(require("./ListInstanceProfilesCommand"), exports);
46
- tslib_1.__exportStar(require("./ListJobsCommand"), exports);
47
- tslib_1.__exportStar(require("./ListNetworkProfilesCommand"), exports);
48
- tslib_1.__exportStar(require("./ListOfferingPromotionsCommand"), exports);
49
- tslib_1.__exportStar(require("./ListOfferingTransactionsCommand"), exports);
50
- tslib_1.__exportStar(require("./ListOfferingsCommand"), exports);
51
- tslib_1.__exportStar(require("./ListProjectsCommand"), exports);
52
- tslib_1.__exportStar(require("./ListRemoteAccessSessionsCommand"), exports);
53
- tslib_1.__exportStar(require("./ListRunsCommand"), exports);
54
- tslib_1.__exportStar(require("./ListSamplesCommand"), exports);
55
- tslib_1.__exportStar(require("./ListSuitesCommand"), exports);
56
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
57
- tslib_1.__exportStar(require("./ListTestGridProjectsCommand"), exports);
58
- tslib_1.__exportStar(require("./ListTestGridSessionActionsCommand"), exports);
59
- tslib_1.__exportStar(require("./ListTestGridSessionArtifactsCommand"), exports);
60
- tslib_1.__exportStar(require("./ListTestGridSessionsCommand"), exports);
61
- tslib_1.__exportStar(require("./ListTestsCommand"), exports);
62
- tslib_1.__exportStar(require("./ListUniqueProblemsCommand"), exports);
63
- tslib_1.__exportStar(require("./ListUploadsCommand"), exports);
64
- tslib_1.__exportStar(require("./ListVPCEConfigurationsCommand"), exports);
65
- tslib_1.__exportStar(require("./PurchaseOfferingCommand"), exports);
66
- tslib_1.__exportStar(require("./RenewOfferingCommand"), exports);
67
- tslib_1.__exportStar(require("./ScheduleRunCommand"), exports);
68
- tslib_1.__exportStar(require("./StopJobCommand"), exports);
69
- tslib_1.__exportStar(require("./StopRemoteAccessSessionCommand"), exports);
70
- tslib_1.__exportStar(require("./StopRunCommand"), exports);
71
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
72
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
73
- tslib_1.__exportStar(require("./UpdateDeviceInstanceCommand"), exports);
74
- tslib_1.__exportStar(require("./UpdateDevicePoolCommand"), exports);
75
- tslib_1.__exportStar(require("./UpdateInstanceProfileCommand"), exports);
76
- tslib_1.__exportStar(require("./UpdateNetworkProfileCommand"), exports);
77
- tslib_1.__exportStar(require("./UpdateProjectCommand"), exports);
78
- tslib_1.__exportStar(require("./UpdateTestGridProjectCommand"), exports);
79
- tslib_1.__exportStar(require("./UpdateUploadCommand"), exports);
80
- tslib_1.__exportStar(require("./UpdateVPCEConfigurationCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "devicefarm",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");