@aws-sdk/client-iotdeviceadvisor 3.31.0 → 3.35.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 (248) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/IotDeviceAdvisor.js +1 -1
  3. package/dist-cjs/IotDeviceAdvisor.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/IotDeviceAdvisorClient.js +14 -14
  5. package/dist-cjs/IotDeviceAdvisorClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateSuiteDefinitionCommand.js +5 -5
  7. package/dist-cjs/commands/CreateSuiteDefinitionCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/DeleteSuiteDefinitionCommand.js +5 -5
  9. package/dist-cjs/commands/DeleteSuiteDefinitionCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/GetSuiteDefinitionCommand.js +5 -5
  11. package/dist-cjs/commands/GetSuiteDefinitionCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/GetSuiteRunCommand.js +5 -5
  13. package/dist-cjs/commands/GetSuiteRunCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/GetSuiteRunReportCommand.js +5 -5
  15. package/dist-cjs/commands/GetSuiteRunReportCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/ListSuiteDefinitionsCommand.js +5 -5
  17. package/dist-cjs/commands/ListSuiteDefinitionsCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/ListSuiteRunsCommand.js +5 -5
  19. package/dist-cjs/commands/ListSuiteRunsCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/StartSuiteRunCommand.js +5 -5
  23. package/dist-cjs/commands/StartSuiteRunCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/StopSuiteRunCommand.js +5 -5
  25. package/dist-cjs/commands/StopSuiteRunCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  27. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  29. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/UpdateSuiteDefinitionCommand.js +5 -5
  31. package/dist-cjs/commands/UpdateSuiteDefinitionCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  33. package/dist-cjs/endpoints.js.map +1 -0
  34. package/dist-cjs/index.js +23 -0
  35. package/dist-cjs/index.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  37. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  38. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  39. package/dist-cjs/models/models_0.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  41. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  42. package/{dist/cjs → dist-cjs}/pagination/ListSuiteDefinitionsPaginator.js +1 -1
  43. package/dist-cjs/pagination/ListSuiteDefinitionsPaginator.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/pagination/ListSuiteRunsPaginator.js +1 -1
  45. package/dist-cjs/pagination/ListSuiteRunsPaginator.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +92 -92
  47. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  49. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  51. package/dist-cjs/runtimeConfig.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  53. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  55. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  56. package/{dist/es → dist-es}/IotDeviceAdvisor.js +2 -5
  57. package/dist-es/IotDeviceAdvisor.js.map +1 -0
  58. package/{dist/es → dist-es}/IotDeviceAdvisorClient.js +2 -10
  59. package/dist-es/IotDeviceAdvisorClient.js.map +1 -0
  60. package/{dist/es → dist-es}/commands/CreateSuiteDefinitionCommand.js +4 -29
  61. package/dist-es/commands/CreateSuiteDefinitionCommand.js.map +1 -0
  62. package/{dist/es → dist-es}/commands/DeleteSuiteDefinitionCommand.js +4 -29
  63. package/dist-es/commands/DeleteSuiteDefinitionCommand.js.map +1 -0
  64. package/{dist/es → dist-es}/commands/GetSuiteDefinitionCommand.js +4 -29
  65. package/dist-es/commands/GetSuiteDefinitionCommand.js.map +1 -0
  66. package/{dist/es → dist-es}/commands/GetSuiteRunCommand.js +4 -29
  67. package/dist-es/commands/GetSuiteRunCommand.js.map +1 -0
  68. package/{dist/es → dist-es}/commands/GetSuiteRunReportCommand.js +4 -29
  69. package/dist-es/commands/GetSuiteRunReportCommand.js.map +1 -0
  70. package/{dist/es → dist-es}/commands/ListSuiteDefinitionsCommand.js +4 -29
  71. package/dist-es/commands/ListSuiteDefinitionsCommand.js.map +1 -0
  72. package/{dist/es → dist-es}/commands/ListSuiteRunsCommand.js +4 -30
  73. package/dist-es/commands/ListSuiteRunsCommand.js.map +1 -0
  74. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  75. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  76. package/{dist/es → dist-es}/commands/StartSuiteRunCommand.js +4 -29
  77. package/dist-es/commands/StartSuiteRunCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/StopSuiteRunCommand.js +4 -29
  79. package/dist-es/commands/StopSuiteRunCommand.js.map +1 -0
  80. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
  81. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  82. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  83. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  84. package/{dist/es → dist-es}/commands/UpdateSuiteDefinitionCommand.js +4 -29
  85. package/dist-es/commands/UpdateSuiteDefinitionCommand.js.map +1 -0
  86. package/{dist/es → dist-es}/endpoints.js +1 -1
  87. package/dist-es/endpoints.js.map +1 -0
  88. package/{dist/es → dist-es}/index.js +0 -0
  89. package/dist-es/index.js.map +1 -0
  90. package/{dist/es → dist-es}/models/index.js +0 -0
  91. package/dist-es/models/index.js.map +1 -0
  92. package/{dist/es → dist-es}/models/models_0.js +0 -114
  93. package/dist-es/models/models_0.js.map +1 -0
  94. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  95. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  96. package/{dist/es → dist-es}/pagination/ListSuiteDefinitionsPaginator.js +17 -29
  97. package/dist-es/pagination/ListSuiteDefinitionsPaginator.js.map +1 -0
  98. package/{dist/es → dist-es}/pagination/ListSuiteRunsPaginator.js +17 -29
  99. package/dist-es/pagination/ListSuiteRunsPaginator.js.map +1 -0
  100. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +252 -257
  101. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  102. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  103. package/dist-es/runtimeConfig.browser.js.map +1 -0
  104. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  105. package/dist-es/runtimeConfig.js.map +1 -0
  106. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  107. package/dist-es/runtimeConfig.native.js.map +1 -0
  108. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  109. package/dist-es/runtimeConfig.shared.js.map +1 -0
  110. package/{dist/types → dist-types}/IotDeviceAdvisor.d.ts +2 -2
  111. package/{dist/types → dist-types}/IotDeviceAdvisorClient.d.ts +8 -8
  112. package/{dist/types → dist-types}/commands/CreateSuiteDefinitionCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/DeleteSuiteDefinitionCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/GetSuiteDefinitionCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/GetSuiteRunCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/GetSuiteRunReportCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/ListSuiteDefinitionsCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/ListSuiteRunsCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/StartSuiteRunCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/StopSuiteRunCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/UpdateSuiteDefinitionCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  126. package/{dist/types → dist-types}/index.d.ts +0 -0
  127. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  128. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  129. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  130. package/{dist/types → dist-types}/pagination/ListSuiteDefinitionsPaginator.d.ts +1 -1
  131. package/{dist/types → dist-types}/pagination/ListSuiteRunsPaginator.d.ts +1 -1
  132. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  133. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  134. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  135. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  136. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  137. package/{dist/types → dist-types}/ts3.4/IotDeviceAdvisor.d.ts +2 -2
  138. package/{dist/types → dist-types}/ts3.4/IotDeviceAdvisorClient.d.ts +8 -8
  139. package/{dist/types → dist-types}/ts3.4/commands/CreateSuiteDefinitionCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/ts3.4/commands/DeleteSuiteDefinitionCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/ts3.4/commands/GetSuiteDefinitionCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/ts3.4/commands/GetSuiteRunCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/ts3.4/commands/GetSuiteRunReportCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/ts3.4/commands/ListSuiteDefinitionsCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/ts3.4/commands/ListSuiteRunsCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/ts3.4/commands/StartSuiteRunCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/ts3.4/commands/StopSuiteRunCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/ts3.4/commands/UpdateSuiteDefinitionCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  153. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  154. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  155. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  156. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  157. package/{dist/types → dist-types}/ts3.4/pagination/ListSuiteDefinitionsPaginator.d.ts +1 -1
  158. package/{dist/types → dist-types}/ts3.4/pagination/ListSuiteRunsPaginator.d.ts +1 -1
  159. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  160. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  161. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  162. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  163. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  164. package/package.json +50 -50
  165. package/{IotDeviceAdvisor.ts → src/IotDeviceAdvisor.ts} +3 -2
  166. package/{IotDeviceAdvisorClient.ts → src/IotDeviceAdvisorClient.ts} +43 -42
  167. package/{commands → src/commands}/CreateSuiteDefinitionCommand.ts +8 -7
  168. package/{commands → src/commands}/DeleteSuiteDefinitionCommand.ts +8 -7
  169. package/{commands → src/commands}/GetSuiteDefinitionCommand.ts +8 -7
  170. package/{commands → src/commands}/GetSuiteRunCommand.ts +8 -7
  171. package/{commands → src/commands}/GetSuiteRunReportCommand.ts +8 -7
  172. package/{commands → src/commands}/ListSuiteDefinitionsCommand.ts +8 -7
  173. package/{commands → src/commands}/ListSuiteRunsCommand.ts +8 -7
  174. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  175. package/{commands → src/commands}/StartSuiteRunCommand.ts +8 -7
  176. package/{commands → src/commands}/StopSuiteRunCommand.ts +8 -7
  177. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  178. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  179. package/{commands → src/commands}/UpdateSuiteDefinitionCommand.ts +8 -7
  180. package/{endpoints.ts → src/endpoints.ts} +1 -1
  181. package/{index.ts → src/index.ts} +0 -0
  182. package/{models → src/models}/index.ts +0 -0
  183. package/{models → src/models}/models_0.ts +0 -0
  184. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  185. package/{pagination → src/pagination}/ListSuiteDefinitionsPaginator.ts +4 -3
  186. package/{pagination → src/pagination}/ListSuiteRunsPaginator.ts +4 -3
  187. package/{protocols → src/protocols}/Aws_restJson1.ts +35 -34
  188. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  189. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  190. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  191. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  192. package/tsconfig.es.json +1 -3
  193. package/tsconfig.json +7 -7
  194. package/tsconfig.types.json +9 -0
  195. package/dist/cjs/IotDeviceAdvisor.js.map +0 -1
  196. package/dist/cjs/IotDeviceAdvisorClient.js.map +0 -1
  197. package/dist/cjs/commands/CreateSuiteDefinitionCommand.js.map +0 -1
  198. package/dist/cjs/commands/DeleteSuiteDefinitionCommand.js.map +0 -1
  199. package/dist/cjs/commands/GetSuiteDefinitionCommand.js.map +0 -1
  200. package/dist/cjs/commands/GetSuiteRunCommand.js.map +0 -1
  201. package/dist/cjs/commands/GetSuiteRunReportCommand.js.map +0 -1
  202. package/dist/cjs/commands/ListSuiteDefinitionsCommand.js.map +0 -1
  203. package/dist/cjs/commands/ListSuiteRunsCommand.js.map +0 -1
  204. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  205. package/dist/cjs/commands/StartSuiteRunCommand.js.map +0 -1
  206. package/dist/cjs/commands/StopSuiteRunCommand.js.map +0 -1
  207. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  208. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  209. package/dist/cjs/commands/UpdateSuiteDefinitionCommand.js.map +0 -1
  210. package/dist/cjs/endpoints.js.map +0 -1
  211. package/dist/cjs/index.js +0 -23
  212. package/dist/cjs/index.js.map +0 -1
  213. package/dist/cjs/models/models_0.js.map +0 -1
  214. package/dist/cjs/package.json +0 -91
  215. package/dist/cjs/pagination/ListSuiteDefinitionsPaginator.js.map +0 -1
  216. package/dist/cjs/pagination/ListSuiteRunsPaginator.js.map +0 -1
  217. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  218. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  219. package/dist/cjs/runtimeConfig.js.map +0 -1
  220. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  221. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  222. package/dist/es/IotDeviceAdvisor.js.map +0 -1
  223. package/dist/es/IotDeviceAdvisorClient.js.map +0 -1
  224. package/dist/es/commands/CreateSuiteDefinitionCommand.js.map +0 -1
  225. package/dist/es/commands/DeleteSuiteDefinitionCommand.js.map +0 -1
  226. package/dist/es/commands/GetSuiteDefinitionCommand.js.map +0 -1
  227. package/dist/es/commands/GetSuiteRunCommand.js.map +0 -1
  228. package/dist/es/commands/GetSuiteRunReportCommand.js.map +0 -1
  229. package/dist/es/commands/ListSuiteDefinitionsCommand.js.map +0 -1
  230. package/dist/es/commands/ListSuiteRunsCommand.js.map +0 -1
  231. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  232. package/dist/es/commands/StartSuiteRunCommand.js.map +0 -1
  233. package/dist/es/commands/StopSuiteRunCommand.js.map +0 -1
  234. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  235. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  236. package/dist/es/commands/UpdateSuiteDefinitionCommand.js.map +0 -1
  237. package/dist/es/endpoints.js.map +0 -1
  238. package/dist/es/index.js.map +0 -1
  239. package/dist/es/models/index.js.map +0 -1
  240. package/dist/es/models/models_0.js.map +0 -1
  241. package/dist/es/package.json +0 -91
  242. package/dist/es/pagination/ListSuiteDefinitionsPaginator.js.map +0 -1
  243. package/dist/es/pagination/ListSuiteRunsPaginator.js.map +0 -1
  244. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  245. package/dist/es/runtimeConfig.browser.js.map +0 -1
  246. package/dist/es/runtimeConfig.js.map +0 -1
  247. package/dist/es/runtimeConfig.native.js.map +0 -1
  248. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListSuiteDefinitionsRequest, ListSuiteDefinitionsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListSuiteDefinitionsCommand, serializeAws_restJson1ListSuiteDefinitionsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the Device Advisor test suites you have created.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { IotDeviceAdvisorClient, ListSuiteDefinitionsCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
12
- * // const { IotDeviceAdvisorClient, ListSuiteDefinitionsCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
13
- * const client = new IotDeviceAdvisorClient(config);
14
- * const command = new ListSuiteDefinitionsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListSuiteDefinitionsCommandInput} for command's `input` shape.
19
- * @see {@link ListSuiteDefinitionsCommandOutput} for command's `response` shape.
20
- * @see {@link IotDeviceAdvisorClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListSuiteDefinitionsCommand = /** @class */ (function (_super) {
4
+ import { ListSuiteDefinitionsRequest, ListSuiteDefinitionsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListSuiteDefinitionsCommand, serializeAws_restJson1ListSuiteDefinitionsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListSuiteDefinitionsCommand = (function (_super) {
24
7
  __extends(ListSuiteDefinitionsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListSuiteDefinitionsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListSuiteDefinitionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSuiteDefinitionsCommand.js","sourceRoot":"","sources":["../../src/commands/ListSuiteDefinitionsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,4BAA4B,CAAC;AAsBpC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListSuiteRunsRequest, ListSuiteRunsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListSuiteRunsCommand, serializeAws_restJson1ListSuiteRunsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the runs of the specified Device Advisor test suite.
8
- * You can list all runs of the test suite, or the runs of a specific version of the test suite.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { IotDeviceAdvisorClient, ListSuiteRunsCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
13
- * // const { IotDeviceAdvisorClient, ListSuiteRunsCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
14
- * const client = new IotDeviceAdvisorClient(config);
15
- * const command = new ListSuiteRunsCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link ListSuiteRunsCommandInput} for command's `input` shape.
20
- * @see {@link ListSuiteRunsCommandOutput} for command's `response` shape.
21
- * @see {@link IotDeviceAdvisorClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var ListSuiteRunsCommand = /** @class */ (function (_super) {
4
+ import { ListSuiteRunsRequest, ListSuiteRunsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListSuiteRunsCommand, serializeAws_restJson1ListSuiteRunsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListSuiteRunsCommand = (function (_super) {
25
7
  __extends(ListSuiteRunsCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function ListSuiteRunsCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  ListSuiteRunsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSuiteRunsCommand.js","sourceRoot":"","sources":["../../src/commands/ListSuiteRunsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EACL,4CAA4C,EAC5C,0CAA0C,GAC3C,MAAM,4BAA4B,CAAC;AAuBpC;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oBAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,0CAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,4CAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists the tags attached to an IoT Device Advisor resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { IotDeviceAdvisorClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
12
- * // const { IotDeviceAdvisorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
13
- * const client = new IotDeviceAdvisorClient(config);
14
- * const command = new ListTagsForResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
19
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
20
- * @see {@link IotDeviceAdvisorClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListTagsForResourceCommand = /** @class */ (function (_super) {
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var ListTagsForResourceCommand = (function (_super) {
24
7
  __extends(ListTagsForResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListTagsForResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListTagsForResourceCommand.js","sourceRoot":"","sources":["../../src/commands/ListTagsForResourceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,4BAA4B,CAAC;AAsBpC;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { StartSuiteRunRequest, StartSuiteRunResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1StartSuiteRunCommand, serializeAws_restJson1StartSuiteRunCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Starts a Device Advisor test suite run.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { IotDeviceAdvisorClient, StartSuiteRunCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
12
- * // const { IotDeviceAdvisorClient, StartSuiteRunCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
13
- * const client = new IotDeviceAdvisorClient(config);
14
- * const command = new StartSuiteRunCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link StartSuiteRunCommandInput} for command's `input` shape.
19
- * @see {@link StartSuiteRunCommandOutput} for command's `response` shape.
20
- * @see {@link IotDeviceAdvisorClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var StartSuiteRunCommand = /** @class */ (function (_super) {
4
+ import { StartSuiteRunRequest, StartSuiteRunResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1StartSuiteRunCommand, serializeAws_restJson1StartSuiteRunCommand, } from "../protocols/Aws_restJson1";
6
+ var StartSuiteRunCommand = (function (_super) {
24
7
  __extends(StartSuiteRunCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function StartSuiteRunCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  StartSuiteRunCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartSuiteRunCommand.js","sourceRoot":"","sources":["../../src/commands/StartSuiteRunCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EACL,4CAA4C,EAC5C,0CAA0C,GAC3C,MAAM,4BAA4B,CAAC;AAsBpC;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oBAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,0CAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,4CAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1StopSuiteRunCommand, serializeAws_restJson1StopSuiteRunCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Stops a Device Advisor test suite run that is currently running.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { IotDeviceAdvisorClient, StopSuiteRunCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
12
- * // const { IotDeviceAdvisorClient, StopSuiteRunCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
13
- * const client = new IotDeviceAdvisorClient(config);
14
- * const command = new StopSuiteRunCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link StopSuiteRunCommandInput} for command's `input` shape.
19
- * @see {@link StopSuiteRunCommandOutput} for command's `response` shape.
20
- * @see {@link IotDeviceAdvisorClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var StopSuiteRunCommand = /** @class */ (function (_super) {
4
+ import { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1StopSuiteRunCommand, serializeAws_restJson1StopSuiteRunCommand, } from "../protocols/Aws_restJson1";
6
+ var StopSuiteRunCommand = (function (_super) {
24
7
  __extends(StopSuiteRunCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function StopSuiteRunCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  StopSuiteRunCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StopSuiteRunCommand.js","sourceRoot":"","sources":["../../src/commands/StopSuiteRunCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,OAAO,EACL,2CAA2C,EAC3C,yCAAyC,GAC1C,MAAM,4BAA4B,CAAC;AAsBpC;IAAyC,uCAIxC;IAIC,6BAAqB,KAA+B;QAApD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;IAIpD,CAAC;IAKD,+CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mBAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,oBAAoB,CAAC,kBAAkB;SAClE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,yCAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,2CAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Adds to and modifies existing tags of an IoT Device Advisor resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { IotDeviceAdvisorClient, TagResourceCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
12
- * // const { IotDeviceAdvisorClient, TagResourceCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
13
- * const client = new IotDeviceAdvisorClient(config);
14
- * const command = new TagResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link TagResourceCommandInput} for command's `input` shape.
19
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
20
- * @see {@link IotDeviceAdvisorClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var TagResourceCommand = /** @class */ (function (_super) {
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var TagResourceCommand = (function (_super) {
24
7
  __extends(TagResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function TagResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagResourceCommand.js","sourceRoot":"","sources":["../../src/commands/TagResourceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,4BAA4B,CAAC;AAsBpC;IAAwC,sCAIvC;IAIC,4BAAqB,KAA8B;QAAnD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyB;;IAInD,CAAC;IAKD,8CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kBAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,mBAAmB,CAAC,kBAAkB;SACjE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,sCAAS,GAAjB,UAAkB,KAA8B,EAAE,OAAuB;QACvE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,wCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,yBAAC;AAAD,CAAC,AAtDD,CAAwC,QAAQ,GAsD/C"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Removes tags from an IoT Device Advisor resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { IotDeviceAdvisorClient, UntagResourceCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
12
- * // const { IotDeviceAdvisorClient, UntagResourceCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
13
- * const client = new IotDeviceAdvisorClient(config);
14
- * const command = new UntagResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
19
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
20
- * @see {@link IotDeviceAdvisorClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UntagResourceCommand = /** @class */ (function (_super) {
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var UntagResourceCommand = (function (_super) {
24
7
  __extends(UntagResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UntagResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UntagResourceCommand.js","sourceRoot":"","sources":["../../src/commands/UntagResourceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EACL,4CAA4C,EAC5C,0CAA0C,GAC3C,MAAM,4BAA4B,CAAC;AAsBpC;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oBAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,0CAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,4CAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateSuiteDefinitionRequest, UpdateSuiteDefinitionResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateSuiteDefinitionCommand, serializeAws_restJson1UpdateSuiteDefinitionCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates a Device Advisor test suite.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { IotDeviceAdvisorClient, UpdateSuiteDefinitionCommand } from "@aws-sdk/client-iotdeviceadvisor"; // ES Modules import
12
- * // const { IotDeviceAdvisorClient, UpdateSuiteDefinitionCommand } = require("@aws-sdk/client-iotdeviceadvisor"); // CommonJS import
13
- * const client = new IotDeviceAdvisorClient(config);
14
- * const command = new UpdateSuiteDefinitionCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateSuiteDefinitionCommandInput} for command's `input` shape.
19
- * @see {@link UpdateSuiteDefinitionCommandOutput} for command's `response` shape.
20
- * @see {@link IotDeviceAdvisorClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateSuiteDefinitionCommand = /** @class */ (function (_super) {
4
+ import { UpdateSuiteDefinitionRequest, UpdateSuiteDefinitionResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateSuiteDefinitionCommand, serializeAws_restJson1UpdateSuiteDefinitionCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateSuiteDefinitionCommand = (function (_super) {
24
7
  __extends(UpdateSuiteDefinitionCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateSuiteDefinitionCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateSuiteDefinitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateSuiteDefinitionCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateSuiteDefinitionCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AAsBpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,6BAA6B,CAAC,kBAAkB;SAC3E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
@@ -47,7 +47,7 @@ var partitionHash = {
47
47
  };
48
48
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
49
49
  return __generator(this, function (_a) {
50
- return [2 /*return*/, getRegionInfo(region, __assign(__assign({}, options), { signingService: "iotdeviceadvisor", regionHash: regionHash, partitionHash: partitionHash }))];
50
+ return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "iotdeviceadvisor", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
53
  //# sourceMappingURL=endpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAA6B,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe,EAAE,CAAC;AAElC,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,6CAA6C;KACxD;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,gDAAgD;KAC3D;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,0CAA0C;KACrD;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,6CAA6C;KACxD;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,6CAA6C;KACxD;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,kBAAkB,EAClC,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,wCAAwC,CAAC;AACvD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}