@aws-sdk/client-device-farm 3.533.0 → 3.535.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 (159) hide show
  1. package/dist-types/DeviceFarm.d.ts +13 -1
  2. package/dist-types/DeviceFarmClient.d.ts +1 -1
  3. package/dist-types/commands/CreateDevicePoolCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateUploadCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteRunCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteUploadCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDeviceCommand.d.ts +2 -1
  23. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +2 -1
  24. package/dist-types/commands/GetDevicePoolCommand.d.ts +2 -1
  25. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +2 -1
  26. package/dist-types/commands/GetInstanceProfileCommand.d.ts +2 -1
  27. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  28. package/dist-types/commands/GetNetworkProfileCommand.d.ts +2 -1
  29. package/dist-types/commands/GetOfferingStatusCommand.d.ts +2 -1
  30. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  31. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +2 -1
  32. package/dist-types/commands/GetRunCommand.d.ts +2 -1
  33. package/dist-types/commands/GetSuiteCommand.d.ts +2 -1
  34. package/dist-types/commands/GetTestCommand.d.ts +2 -1
  35. package/dist-types/commands/GetTestGridProjectCommand.d.ts +2 -1
  36. package/dist-types/commands/GetTestGridSessionCommand.d.ts +2 -1
  37. package/dist-types/commands/GetUploadCommand.d.ts +2 -1
  38. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +2 -1
  39. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +2 -1
  40. package/dist-types/commands/ListArtifactsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListDevicePoolsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListDevicesCommand.d.ts +2 -1
  44. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
  45. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +2 -1
  47. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListOfferingsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListRunsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListSamplesCommand.d.ts +2 -1
  54. package/dist-types/commands/ListSuitesCommand.d.ts +2 -1
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListTestsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListUploadsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +2 -1
  64. package/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -1
  65. package/dist-types/commands/RenewOfferingCommand.d.ts +2 -1
  66. package/dist-types/commands/ScheduleRunCommand.d.ts +2 -1
  67. package/dist-types/commands/StopJobCommand.d.ts +2 -1
  68. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +2 -1
  69. package/dist-types/commands/StopRunCommand.d.ts +2 -1
  70. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateUploadCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +2 -1
  80. package/dist-types/models/models_0.d.ts +746 -746
  81. package/dist-types/ts3.4/DeviceFarm.d.ts +12 -0
  82. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
  107. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +7 -0
  112. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +7 -0
  114. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +7 -0
  147. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +7 -0
  149. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +9 -0
  159. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
22
22
  }
23
23
  declare const GetJobCommand_base: {
24
24
  new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -142,6 +142,7 @@ declare const GetJobCommand_base: {
142
142
  * @throws {@link DeviceFarmServiceException}
143
143
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
144
144
  *
145
+ * @public
145
146
  * @example To get information about a job
146
147
  * ```javascript
147
148
  * // The following example returns information about a specific job.
@@ -22,10 +22,10 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult,
22
22
  }
23
23
  declare const GetNetworkProfileCommand_base: {
24
24
  new (input: GetNetworkProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetNetworkProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a network profile.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetNetworkProfileCommand_base: {
78
78
  * @throws {@link DeviceFarmServiceException}
79
79
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetNetworkProfileCommand extends GetNetworkProfileCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult,
22
22
  }
23
23
  declare const GetOfferingStatusCommand_base: {
24
24
  new (input: GetOfferingStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetOfferingStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the current status and future status of all offerings purchased by an AWS account. The response
30
30
  * indicates how many offerings are currently available and the offerings that will be available in the next
31
31
  * period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the
@@ -116,6 +116,7 @@ declare const GetOfferingStatusCommand_base: {
116
116
  * @throws {@link DeviceFarmServiceException}
117
117
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
118
118
  *
119
+ * @public
119
120
  * @example To get status information about device offerings
120
121
  * ```javascript
121
122
  * // The following example returns information about Device Farm offerings available to your account.
@@ -22,10 +22,10 @@ export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBea
22
22
  }
23
23
  declare const GetProjectCommand_base: {
24
24
  new (input: GetProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const GetProjectCommand_base: {
79
79
  * @throws {@link DeviceFarmServiceException}
80
80
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
81
81
  *
82
+ * @public
82
83
  * @example To get information about a project
83
84
  * ```javascript
84
85
  * // The following example gets information about a specific project.
@@ -22,10 +22,10 @@ export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSess
22
22
  }
23
23
  declare const GetRemoteAccessSessionCommand_base: {
24
24
  new (input: GetRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a link to a currently running remote access session.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -149,6 +149,7 @@ declare const GetRemoteAccessSessionCommand_base: {
149
149
  * @throws {@link DeviceFarmServiceException}
150
150
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
151
151
  *
152
+ * @public
152
153
  * @example To get a remote access session
153
154
  * ```javascript
154
155
  * // The following example gets a specific remote access session.
@@ -22,10 +22,10 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
22
22
  }
23
23
  declare const GetRunCommand_base: {
24
24
  new (input: GetRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetRunCommandInput, GetRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetRunCommandInput, GetRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a run.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -161,6 +161,7 @@ declare const GetRunCommand_base: {
161
161
  * @throws {@link DeviceFarmServiceException}
162
162
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
163
163
  *
164
+ * @public
164
165
  * @example To get information about a test run
165
166
  * ```javascript
166
167
  * // The following example gets information about a specific test run.
@@ -22,10 +22,10 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
22
22
  }
23
23
  declare const GetSuiteCommand_base: {
24
24
  new (input: GetSuiteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSuiteCommandInput, GetSuiteCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSuiteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSuiteCommandInput, GetSuiteCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a suite.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const GetSuiteCommand_base: {
89
89
  * @throws {@link DeviceFarmServiceException}
90
90
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
91
91
  *
92
+ * @public
92
93
  * @example To get information about a test suite
93
94
  * ```javascript
94
95
  * // The following example gets information about a specific test suite.
@@ -22,10 +22,10 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
22
22
  }
23
23
  declare const GetTestCommand_base: {
24
24
  new (input: GetTestCommandInput): import("@smithy/smithy-client").CommandImpl<GetTestCommandInput, GetTestCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTestCommandInput): import("@smithy/smithy-client").CommandImpl<GetTestCommandInput, GetTestCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a test.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const GetTestCommand_base: {
89
89
  * @throws {@link DeviceFarmServiceException}
90
90
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
91
91
  *
92
+ * @public
92
93
  * @example To get information about a specific test
93
94
  * ```javascript
94
95
  * // The following example gets information about a specific test.
@@ -22,10 +22,10 @@ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResul
22
22
  }
23
23
  declare const GetTestGridProjectCommand_base: {
24
24
  new (input: GetTestGridProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTestGridProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about a Selenium testing project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const GetTestGridProjectCommand_base: {
77
77
  * @throws {@link DeviceFarmServiceException}
78
78
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetTestGridProjectCommand extends GetTestGridProjectCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul
22
22
  }
23
23
  declare const GetTestGridSessionCommand_base: {
24
24
  new (input: GetTestGridSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetTestGridSessionCommandInput]): import("@smithy/smithy-client").CommandImpl<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A session is an instance of a browser created through a <code>RemoteWebDriver</code> with the URL from <a>CreateTestGridUrlResult$url</a>. You can use the following to look up sessions:</p>
30
30
  * <ul>
31
31
  * <li>
@@ -81,6 +81,7 @@ declare const GetTestGridSessionCommand_base: {
81
81
  * @throws {@link DeviceFarmServiceException}
82
82
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetTestGridSessionCommand extends GetTestGridSessionCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBeare
22
22
  }
23
23
  declare const GetUploadCommand_base: {
24
24
  new (input: GetUploadCommandInput): import("@smithy/smithy-client").CommandImpl<GetUploadCommandInput, GetUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetUploadCommandInput): import("@smithy/smithy-client").CommandImpl<GetUploadCommandInput, GetUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about an upload.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const GetUploadCommand_base: {
76
76
  * @throws {@link DeviceFarmServiceException}
77
77
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
78
78
  *
79
+ * @public
79
80
  * @example To get information about a specific upload
80
81
  * ```javascript
81
82
  * // The following example gets information about a specific upload.
@@ -22,10 +22,10 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR
22
22
  }
23
23
  declare const GetVPCEConfigurationCommand_base: {
24
24
  new (input: GetVPCEConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetVPCEConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the configuration settings for your Amazon Virtual Private
30
30
  * Cloud (VPC) endpoint.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const GetVPCEConfigurationCommand_base: {
69
69
  * @throws {@link DeviceFarmServiceException}
70
70
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetVPCEConfigurationCommand extends GetVPCEConfigurationCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemo
22
22
  }
23
23
  declare const InstallToRemoteAccessSessionCommand_base: {
24
24
  new (input: InstallToRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: InstallToRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Installs an application to the device in a remote access session. For Android
30
30
  * applications, the file must be in .apk format. For iOS applications, the file must be in
31
31
  * .ipa format.</p>
@@ -79,6 +79,7 @@ declare const InstallToRemoteAccessSessionCommand_base: {
79
79
  * @throws {@link DeviceFarmServiceException}
80
80
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
81
81
  *
82
+ * @public
82
83
  * @example To install to a remote access session
83
84
  * ```javascript
84
85
  * // The following example installs a specific app to a device in a specific remote access session.
@@ -22,10 +22,10 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
22
22
  }
23
23
  declare const ListArtifactsCommand_base: {
24
24
  new (input: ListArtifactsCommandInput): import("@smithy/smithy-client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListArtifactsCommandInput): import("@smithy/smithy-client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about artifacts.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const ListArtifactsCommand_base: {
76
76
  * @throws {@link DeviceFarmServiceException}
77
77
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
78
78
  *
79
+ * @public
79
80
  * @example To list artifacts for a resource
80
81
  * ```javascript
81
82
  * // The following example lists screenshot artifacts for a specific run.
@@ -22,10 +22,10 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes
22
22
  }
23
23
  declare const ListDeviceInstancesCommand_base: {
24
24
  new (input: ListDeviceInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDeviceInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the private device instances associated with one or more AWS
30
30
  * accounts.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const ListDeviceInstancesCommand_base: {
88
88
  * @throws {@link DeviceFarmServiceException}
89
89
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListDeviceInstancesCommand extends ListDeviceInstancesCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M
22
22
  }
23
23
  declare const ListDevicePoolsCommand_base: {
24
24
  new (input: ListDevicePoolsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDevicePoolsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about device pools.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListDevicePoolsCommand_base: {
83
83
  * @throws {@link DeviceFarmServiceException}
84
84
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
85
85
  *
86
+ * @public
86
87
  * @example To get information about device pools
87
88
  * ```javascript
88
89
  * // The following example returns information about the private device pools in a specific project.
@@ -22,10 +22,10 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB
22
22
  }
23
23
  declare const ListDevicesCommand_base: {
24
24
  new (input: ListDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDevicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDevicesCommandInput, ListDevicesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about unique device types.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -127,6 +127,7 @@ declare const ListDevicesCommand_base: {
127
127
  * @throws {@link DeviceFarmServiceException}
128
128
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
129
129
  *
130
+ * @public
130
131
  * @example To get information about devices
131
132
  * ```javascript
132
133
  * // The following example returns information about the available devices in a specific project.
@@ -22,10 +22,10 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
22
22
  }
23
23
  declare const ListInstanceProfilesCommand_base: {
24
24
  new (input: ListInstanceProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListInstanceProfilesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about all the instance profiles in an AWS account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const ListInstanceProfilesCommand_base: {
78
78
  * @throws {@link DeviceFarmServiceException}
79
79
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class ListInstanceProfilesCommand extends ListInstanceProfilesCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
22
22
  }
23
23
  declare const ListJobsCommand_base: {
24
24
  new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about jobs for a given test run.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -146,6 +146,7 @@ declare const ListJobsCommand_base: {
146
146
  * @throws {@link DeviceFarmServiceException}
147
147
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
148
148
  *
149
+ * @public
149
150
  * @example To get information about jobs
150
151
  * ```javascript
151
152
  * // The following example returns information about jobs in a specific project.
@@ -22,10 +22,10 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
22
22
  }
23
23
  declare const ListNetworkProfilesCommand_base: {
24
24
  new (input: ListNetworkProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListNetworkProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the list of available network profiles.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListNetworkProfilesCommand_base: {
83
83
  * @throws {@link DeviceFarmServiceException}
84
84
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListNetworkProfilesCommand extends ListNetworkProfilesCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
22
22
  }
23
23
  declare const ListOfferingPromotionsCommand_base: {
24
24
  new (input: ListOfferingPromotionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListOfferingPromotionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of offering promotions. Each offering promotion record contains the ID and description
30
30
  * of the promotion. The API returns a <code>NotEligible</code> error if the caller is not permitted to invoke
31
31
  * the operation. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you must be able to invoke this operation.</p>
@@ -77,6 +77,7 @@ declare const ListOfferingPromotionsCommand_base: {
77
77
  * @throws {@link DeviceFarmServiceException}
78
78
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListOfferingPromotionsCommand extends ListOfferingPromotionsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
22
22
  }
23
23
  declare const ListOfferingTransactionsCommand_base: {
24
24
  new (input: ListOfferingTransactionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListOfferingTransactionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS
30
30
  * account. The list is paginated and ordered by a descending timestamp (most recent transactions are first).
31
31
  * The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. If
@@ -103,6 +103,7 @@ declare const ListOfferingTransactionsCommand_base: {
103
103
  * @throws {@link DeviceFarmServiceException}
104
104
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
105
105
  *
106
+ * @public
106
107
  * @example To get information about device offering transactions
107
108
  * ```javascript
108
109
  * // The following example returns information about Device Farm offering transactions.
@@ -22,10 +22,10 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
22
22
  }
23
23
  declare const ListOfferingsCommand_base: {
24
24
  new (input: ListOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOfferingsCommandInput, ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListOfferingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOfferingsCommandInput, ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of products or offerings that the user can manage through the API. Each offering record
30
30
  * indicates the recurring price per unit and the frequency for that offering. The API returns a
31
31
  * <code>NotEligible</code> error if the user is not permitted to invoke the operation. If you must be
@@ -89,6 +89,7 @@ declare const ListOfferingsCommand_base: {
89
89
  * @throws {@link DeviceFarmServiceException}
90
90
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
91
91
  *
92
+ * @public
92
93
  * @example To get information about device offerings
93
94
  * ```javascript
94
95
  * // The following example returns information about available device offerings.
@@ -22,10 +22,10 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
22
22
  }
23
23
  declare const ListProjectsCommand_base: {
24
24
  new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListProjectsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about projects.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListProjectsCommand_base: {
83
83
  * @throws {@link DeviceFarmServiceException}
84
84
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
85
85
  *
86
+ * @public
86
87
  * @example To get information about a Device Farm project
87
88
  * ```javascript
88
89
  * // The following example returns information about the specified project in Device Farm.
@@ -22,10 +22,10 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
22
22
  }
23
23
  declare const ListRemoteAccessSessionsCommand_base: {
24
24
  new (input: ListRemoteAccessSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRemoteAccessSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all currently running remote access sessions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -153,6 +153,7 @@ declare const ListRemoteAccessSessionsCommand_base: {
153
153
  * @throws {@link DeviceFarmServiceException}
154
154
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
155
155
  *
156
+ * @public
156
157
  * @example To get information about a remote access session
157
158
  * ```javascript
158
159
  * // The following example returns information about a specific Device Farm remote access session.
@@ -22,10 +22,10 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
22
22
  }
23
23
  declare const ListRunsCommand_base: {
24
24
  new (input: ListRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRunsCommandInput, ListRunsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRunsCommandInput, ListRunsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about runs, given an AWS Device Farm project ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -165,6 +165,7 @@ declare const ListRunsCommand_base: {
165
165
  * @throws {@link DeviceFarmServiceException}
166
166
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
167
167
  *
168
+ * @public
168
169
  * @example To get information about a test run
169
170
  * ```javascript
170
171
  * // The following example returns information about a specific test run.
@@ -22,10 +22,10 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
22
22
  }
23
23
  declare const ListSamplesCommand_base: {
24
24
  new (input: ListSamplesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSamplesCommandInput, ListSamplesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSamplesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSamplesCommandInput, ListSamplesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about samples, given an AWS Device Farm job ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ListSamplesCommand_base: {
73
73
  * @throws {@link DeviceFarmServiceException}
74
74
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
75
75
  *
76
+ * @public
76
77
  * @example To get information about samples
77
78
  * ```javascript
78
79
  * // The following example returns information about samples, given a specific Device Farm project.
@@ -22,10 +22,10 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
22
22
  }
23
23
  declare const ListSuitesCommand_base: {
24
24
  new (input: ListSuitesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSuitesCommandInput, ListSuitesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSuitesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSuitesCommandInput, ListSuitesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about test suites for a given job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const ListSuitesCommand_base: {
93
93
  * @throws {@link DeviceFarmServiceException}
94
94
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
95
95
  *
96
+ * @public
96
97
  * @example To get information about suites
97
98
  * ```javascript
98
99
  * // The following example returns information about suites, given a specific Device Farm job.
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the tags for an AWS Device Farm resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const ListTagsForResourceCommand_base: {
67
67
  * @throws {@link DeviceFarmServiceException}
68
68
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
22
22
  }
23
23
  declare const ListTestGridProjectsCommand_base: {
24
24
  new (input: ListTestGridProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTestGridProjectsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of all Selenium testing projects in your account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const ListTestGridProjectsCommand_base: {
78
78
  * @throws {@link DeviceFarmServiceException}
79
79
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class ListTestGridProjectsCommand extends ListTestGridProjectsCommand_base {
83
84
  }