@aws-sdk/client-resource-groups 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 (289) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/ResourceGroups.js +1 -1
  3. package/dist-cjs/ResourceGroups.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/ResourceGroupsClient.js +14 -14
  5. package/dist-cjs/ResourceGroupsClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateGroupCommand.js +5 -5
  7. package/dist-cjs/commands/CreateGroupCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/DeleteGroupCommand.js +5 -5
  9. package/dist-cjs/commands/DeleteGroupCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/GetGroupCommand.js +5 -5
  11. package/dist-cjs/commands/GetGroupCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/GetGroupConfigurationCommand.js +5 -5
  13. package/dist-cjs/commands/GetGroupConfigurationCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/GetGroupQueryCommand.js +5 -5
  15. package/dist-cjs/commands/GetGroupQueryCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/GetTagsCommand.js +5 -5
  17. package/dist-cjs/commands/GetTagsCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/GroupResourcesCommand.js +5 -5
  19. package/dist-cjs/commands/GroupResourcesCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/ListGroupResourcesCommand.js +5 -5
  21. package/dist-cjs/commands/ListGroupResourcesCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/ListGroupsCommand.js +5 -5
  23. package/dist-cjs/commands/ListGroupsCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/PutGroupConfigurationCommand.js +5 -5
  25. package/dist-cjs/commands/PutGroupConfigurationCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/SearchResourcesCommand.js +5 -5
  27. package/dist-cjs/commands/SearchResourcesCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/TagCommand.js +5 -5
  29. package/dist-cjs/commands/TagCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/UngroupResourcesCommand.js +5 -5
  31. package/dist-cjs/commands/UngroupResourcesCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/UntagCommand.js +5 -5
  33. package/dist-cjs/commands/UntagCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/UpdateGroupCommand.js +5 -5
  35. package/dist-cjs/commands/UpdateGroupCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/UpdateGroupQueryCommand.js +5 -5
  37. package/dist-cjs/commands/UpdateGroupQueryCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  39. package/dist-cjs/endpoints.js.map +1 -0
  40. package/dist-cjs/index.js +27 -0
  41. package/dist-cjs/index.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  43. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  44. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  45. package/dist-cjs/models/models_0.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  47. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  48. package/{dist/cjs → dist-cjs}/pagination/ListGroupResourcesPaginator.js +1 -1
  49. package/dist-cjs/pagination/ListGroupResourcesPaginator.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/pagination/ListGroupsPaginator.js +1 -1
  51. package/dist-cjs/pagination/ListGroupsPaginator.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/pagination/SearchResourcesPaginator.js +1 -1
  53. package/dist-cjs/pagination/SearchResourcesPaginator.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +69 -69
  55. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  57. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  59. package/dist-cjs/runtimeConfig.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  61. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  63. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  64. package/{dist/es → dist-es}/ResourceGroups.js +2 -40
  65. package/dist-es/ResourceGroups.js.map +1 -0
  66. package/dist-es/ResourceGroupsClient.js +38 -0
  67. package/dist-es/ResourceGroupsClient.js.map +1 -0
  68. package/dist-es/commands/CreateGroupCommand.js +40 -0
  69. package/dist-es/commands/CreateGroupCommand.js.map +1 -0
  70. package/{dist/es → dist-es}/commands/DeleteGroupCommand.js +4 -41
  71. package/dist-es/commands/DeleteGroupCommand.js.map +1 -0
  72. package/{dist/es → dist-es}/commands/GetGroupCommand.js +4 -40
  73. package/dist-es/commands/GetGroupCommand.js.map +1 -0
  74. package/{dist/es → dist-es}/commands/GetGroupConfigurationCommand.js +4 -42
  75. package/dist-es/commands/GetGroupConfigurationCommand.js.map +1 -0
  76. package/{dist/es → dist-es}/commands/GetGroupQueryCommand.js +4 -42
  77. package/dist-es/commands/GetGroupQueryCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/GetTagsCommand.js +4 -41
  79. package/dist-es/commands/GetTagsCommand.js.map +1 -0
  80. package/{dist/es → dist-es}/commands/GroupResourcesCommand.js +4 -40
  81. package/dist-es/commands/GroupResourcesCommand.js.map +1 -0
  82. package/dist-es/commands/ListGroupResourcesCommand.js +40 -0
  83. package/dist-es/commands/ListGroupResourcesCommand.js.map +1 -0
  84. package/{dist/es → dist-es}/commands/ListGroupsCommand.js +4 -40
  85. package/dist-es/commands/ListGroupsCommand.js.map +1 -0
  86. package/{dist/es → dist-es}/commands/PutGroupConfigurationCommand.js +4 -42
  87. package/dist-es/commands/PutGroupConfigurationCommand.js.map +1 -0
  88. package/dist-es/commands/SearchResourcesCommand.js +40 -0
  89. package/dist-es/commands/SearchResourcesCommand.js.map +1 -0
  90. package/dist-es/commands/TagCommand.js +40 -0
  91. package/dist-es/commands/TagCommand.js.map +1 -0
  92. package/{dist/es → dist-es}/commands/UngroupResourcesCommand.js +4 -40
  93. package/dist-es/commands/UngroupResourcesCommand.js.map +1 -0
  94. package/{dist/es → dist-es}/commands/UntagCommand.js +4 -40
  95. package/dist-es/commands/UntagCommand.js.map +1 -0
  96. package/{dist/es → dist-es}/commands/UpdateGroupCommand.js +4 -41
  97. package/dist-es/commands/UpdateGroupCommand.js.map +1 -0
  98. package/{dist/es → dist-es}/commands/UpdateGroupQueryCommand.js +4 -41
  99. package/dist-es/commands/UpdateGroupQueryCommand.js.map +1 -0
  100. package/{dist/es → dist-es}/endpoints.js +1 -1
  101. package/dist-es/endpoints.js.map +1 -0
  102. package/{dist/es → dist-es}/index.js +0 -0
  103. package/dist-es/index.js.map +1 -0
  104. package/{dist/es → dist-es}/models/index.js +0 -0
  105. package/dist-es/models/index.js.map +1 -0
  106. package/{dist/es → dist-es}/models/models_0.js +0 -162
  107. package/dist-es/models/models_0.js.map +1 -0
  108. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  109. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  110. package/{dist/es → dist-es}/pagination/ListGroupResourcesPaginator.js +17 -29
  111. package/dist-es/pagination/ListGroupResourcesPaginator.js.map +1 -0
  112. package/{dist/es → dist-es}/pagination/ListGroupsPaginator.js +17 -29
  113. package/dist-es/pagination/ListGroupsPaginator.js.map +1 -0
  114. package/{dist/es → dist-es}/pagination/SearchResourcesPaginator.js +17 -29
  115. package/dist-es/pagination/SearchResourcesPaginator.js.map +1 -0
  116. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +531 -536
  117. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  118. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  119. package/dist-es/runtimeConfig.browser.js.map +1 -0
  120. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  121. package/dist-es/runtimeConfig.js.map +1 -0
  122. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  123. package/dist-es/runtimeConfig.native.js.map +1 -0
  124. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  125. package/dist-es/runtimeConfig.shared.js.map +1 -0
  126. package/{dist/types → dist-types}/ResourceGroups.d.ts +2 -2
  127. package/{dist/types → dist-types}/ResourceGroupsClient.d.ts +8 -8
  128. package/{dist/types → dist-types}/commands/CreateGroupCommand.d.ts +3 -3
  129. package/{dist/types → dist-types}/commands/DeleteGroupCommand.d.ts +3 -3
  130. package/{dist/types → dist-types}/commands/GetGroupCommand.d.ts +3 -3
  131. package/{dist/types → dist-types}/commands/GetGroupConfigurationCommand.d.ts +3 -3
  132. package/{dist/types → dist-types}/commands/GetGroupQueryCommand.d.ts +3 -3
  133. package/{dist/types → dist-types}/commands/GetTagsCommand.d.ts +3 -3
  134. package/{dist/types → dist-types}/commands/GroupResourcesCommand.d.ts +3 -3
  135. package/{dist/types → dist-types}/commands/ListGroupResourcesCommand.d.ts +3 -3
  136. package/{dist/types → dist-types}/commands/ListGroupsCommand.d.ts +3 -3
  137. package/{dist/types → dist-types}/commands/PutGroupConfigurationCommand.d.ts +3 -3
  138. package/{dist/types → dist-types}/commands/SearchResourcesCommand.d.ts +3 -3
  139. package/{dist/types → dist-types}/commands/TagCommand.d.ts +3 -3
  140. package/{dist/types → dist-types}/commands/UngroupResourcesCommand.d.ts +3 -3
  141. package/{dist/types → dist-types}/commands/UntagCommand.d.ts +3 -3
  142. package/{dist/types → dist-types}/commands/UpdateGroupCommand.d.ts +3 -3
  143. package/{dist/types → dist-types}/commands/UpdateGroupQueryCommand.d.ts +3 -3
  144. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  145. package/{dist/types → dist-types}/index.d.ts +0 -0
  146. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  147. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  148. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  149. package/{dist/types → dist-types}/pagination/ListGroupResourcesPaginator.d.ts +1 -1
  150. package/{dist/types → dist-types}/pagination/ListGroupsPaginator.d.ts +1 -1
  151. package/{dist/types → dist-types}/pagination/SearchResourcesPaginator.d.ts +1 -1
  152. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  153. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  154. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  155. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  156. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  157. package/{dist/types → dist-types}/ts3.4/ResourceGroups.d.ts +2 -2
  158. package/{dist/types → dist-types}/ts3.4/ResourceGroupsClient.d.ts +8 -8
  159. package/{dist/types → dist-types}/ts3.4/commands/CreateGroupCommand.d.ts +3 -3
  160. package/{dist/types → dist-types}/ts3.4/commands/DeleteGroupCommand.d.ts +3 -3
  161. package/{dist/types → dist-types}/ts3.4/commands/GetGroupCommand.d.ts +3 -3
  162. package/{dist/types → dist-types}/ts3.4/commands/GetGroupConfigurationCommand.d.ts +3 -3
  163. package/{dist/types → dist-types}/ts3.4/commands/GetGroupQueryCommand.d.ts +3 -3
  164. package/{dist/types → dist-types}/ts3.4/commands/GetTagsCommand.d.ts +3 -3
  165. package/{dist/types → dist-types}/ts3.4/commands/GroupResourcesCommand.d.ts +3 -3
  166. package/{dist/types → dist-types}/ts3.4/commands/ListGroupResourcesCommand.d.ts +3 -3
  167. package/{dist/types → dist-types}/ts3.4/commands/ListGroupsCommand.d.ts +3 -3
  168. package/{dist/types → dist-types}/ts3.4/commands/PutGroupConfigurationCommand.d.ts +3 -3
  169. package/{dist/types → dist-types}/ts3.4/commands/SearchResourcesCommand.d.ts +3 -3
  170. package/{dist/types → dist-types}/ts3.4/commands/TagCommand.d.ts +3 -3
  171. package/{dist/types → dist-types}/ts3.4/commands/UngroupResourcesCommand.d.ts +3 -3
  172. package/{dist/types → dist-types}/ts3.4/commands/UntagCommand.d.ts +3 -3
  173. package/{dist/types → dist-types}/ts3.4/commands/UpdateGroupCommand.d.ts +3 -3
  174. package/{dist/types → dist-types}/ts3.4/commands/UpdateGroupQueryCommand.d.ts +3 -3
  175. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  176. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  177. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  178. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  179. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  180. package/{dist/types → dist-types}/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +1 -1
  181. package/{dist/types → dist-types}/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -1
  182. package/{dist/types → dist-types}/ts3.4/pagination/SearchResourcesPaginator.d.ts +1 -1
  183. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  184. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  185. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  186. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  187. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  188. package/package.json +50 -50
  189. package/{ResourceGroups.ts → src/ResourceGroups.ts} +3 -2
  190. package/{ResourceGroupsClient.ts → src/ResourceGroupsClient.ts} +37 -36
  191. package/{commands → src/commands}/CreateGroupCommand.ts +8 -7
  192. package/{commands → src/commands}/DeleteGroupCommand.ts +8 -7
  193. package/{commands → src/commands}/GetGroupCommand.ts +8 -7
  194. package/{commands → src/commands}/GetGroupConfigurationCommand.ts +8 -7
  195. package/{commands → src/commands}/GetGroupQueryCommand.ts +8 -7
  196. package/{commands → src/commands}/GetTagsCommand.ts +8 -7
  197. package/{commands → src/commands}/GroupResourcesCommand.ts +8 -7
  198. package/{commands → src/commands}/ListGroupResourcesCommand.ts +8 -7
  199. package/{commands → src/commands}/ListGroupsCommand.ts +8 -7
  200. package/{commands → src/commands}/PutGroupConfigurationCommand.ts +8 -7
  201. package/{commands → src/commands}/SearchResourcesCommand.ts +8 -7
  202. package/{commands → src/commands}/TagCommand.ts +5 -4
  203. package/{commands → src/commands}/UngroupResourcesCommand.ts +8 -7
  204. package/{commands → src/commands}/UntagCommand.ts +5 -4
  205. package/{commands → src/commands}/UpdateGroupCommand.ts +8 -7
  206. package/{commands → src/commands}/UpdateGroupQueryCommand.ts +8 -7
  207. package/{endpoints.ts → src/endpoints.ts} +1 -1
  208. package/{index.ts → src/index.ts} +0 -0
  209. package/{models → src/models}/index.ts +0 -0
  210. package/{models → src/models}/models_0.ts +0 -0
  211. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  212. package/{pagination → src/pagination}/ListGroupResourcesPaginator.ts +4 -3
  213. package/{pagination → src/pagination}/ListGroupsPaginator.ts +3 -2
  214. package/{pagination → src/pagination}/SearchResourcesPaginator.ts +4 -3
  215. package/{protocols → src/protocols}/Aws_restJson1.ts +46 -43
  216. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  217. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  218. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  219. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  220. package/tsconfig.es.json +1 -3
  221. package/tsconfig.json +7 -7
  222. package/tsconfig.types.json +9 -0
  223. package/dist/cjs/ResourceGroups.js.map +0 -1
  224. package/dist/cjs/ResourceGroupsClient.js.map +0 -1
  225. package/dist/cjs/commands/CreateGroupCommand.js.map +0 -1
  226. package/dist/cjs/commands/DeleteGroupCommand.js.map +0 -1
  227. package/dist/cjs/commands/GetGroupCommand.js.map +0 -1
  228. package/dist/cjs/commands/GetGroupConfigurationCommand.js.map +0 -1
  229. package/dist/cjs/commands/GetGroupQueryCommand.js.map +0 -1
  230. package/dist/cjs/commands/GetTagsCommand.js.map +0 -1
  231. package/dist/cjs/commands/GroupResourcesCommand.js.map +0 -1
  232. package/dist/cjs/commands/ListGroupResourcesCommand.js.map +0 -1
  233. package/dist/cjs/commands/ListGroupsCommand.js.map +0 -1
  234. package/dist/cjs/commands/PutGroupConfigurationCommand.js.map +0 -1
  235. package/dist/cjs/commands/SearchResourcesCommand.js.map +0 -1
  236. package/dist/cjs/commands/TagCommand.js.map +0 -1
  237. package/dist/cjs/commands/UngroupResourcesCommand.js.map +0 -1
  238. package/dist/cjs/commands/UntagCommand.js.map +0 -1
  239. package/dist/cjs/commands/UpdateGroupCommand.js.map +0 -1
  240. package/dist/cjs/commands/UpdateGroupQueryCommand.js.map +0 -1
  241. package/dist/cjs/endpoints.js.map +0 -1
  242. package/dist/cjs/index.js +0 -27
  243. package/dist/cjs/index.js.map +0 -1
  244. package/dist/cjs/models/models_0.js.map +0 -1
  245. package/dist/cjs/package.json +0 -91
  246. package/dist/cjs/pagination/ListGroupResourcesPaginator.js.map +0 -1
  247. package/dist/cjs/pagination/ListGroupsPaginator.js.map +0 -1
  248. package/dist/cjs/pagination/SearchResourcesPaginator.js.map +0 -1
  249. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  250. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  251. package/dist/cjs/runtimeConfig.js.map +0 -1
  252. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  253. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  254. package/dist/es/ResourceGroups.js.map +0 -1
  255. package/dist/es/ResourceGroupsClient.js +0 -81
  256. package/dist/es/ResourceGroupsClient.js.map +0 -1
  257. package/dist/es/commands/CreateGroupCommand.js +0 -80
  258. package/dist/es/commands/CreateGroupCommand.js.map +0 -1
  259. package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
  260. package/dist/es/commands/GetGroupCommand.js.map +0 -1
  261. package/dist/es/commands/GetGroupConfigurationCommand.js.map +0 -1
  262. package/dist/es/commands/GetGroupQueryCommand.js.map +0 -1
  263. package/dist/es/commands/GetTagsCommand.js.map +0 -1
  264. package/dist/es/commands/GroupResourcesCommand.js.map +0 -1
  265. package/dist/es/commands/ListGroupResourcesCommand.js +0 -92
  266. package/dist/es/commands/ListGroupResourcesCommand.js.map +0 -1
  267. package/dist/es/commands/ListGroupsCommand.js.map +0 -1
  268. package/dist/es/commands/PutGroupConfigurationCommand.js.map +0 -1
  269. package/dist/es/commands/SearchResourcesCommand.js +0 -93
  270. package/dist/es/commands/SearchResourcesCommand.js.map +0 -1
  271. package/dist/es/commands/TagCommand.js +0 -83
  272. package/dist/es/commands/TagCommand.js.map +0 -1
  273. package/dist/es/commands/UngroupResourcesCommand.js.map +0 -1
  274. package/dist/es/commands/UntagCommand.js.map +0 -1
  275. package/dist/es/commands/UpdateGroupCommand.js.map +0 -1
  276. package/dist/es/commands/UpdateGroupQueryCommand.js.map +0 -1
  277. package/dist/es/endpoints.js.map +0 -1
  278. package/dist/es/index.js.map +0 -1
  279. package/dist/es/models/index.js.map +0 -1
  280. package/dist/es/models/models_0.js.map +0 -1
  281. package/dist/es/package.json +0 -91
  282. package/dist/es/pagination/ListGroupResourcesPaginator.js.map +0 -1
  283. package/dist/es/pagination/ListGroupsPaginator.js.map +0 -1
  284. package/dist/es/pagination/SearchResourcesPaginator.js.map +0 -1
  285. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  286. package/dist/es/runtimeConfig.browser.js.map +0 -1
  287. package/dist/es/runtimeConfig.js.map +0 -1
  288. package/dist/es/runtimeConfig.native.js.map +0 -1
  289. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetGroupCommand.js","sourceRoot":"","sources":["../../src/commands/GetGroupCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,EACL,uCAAuC,EACvC,qCAAqC,GACtC,MAAM,4BAA4B,CAAC;AAkCpC;IAAqC,mCAIpC;IAIC,yBAAqB,KAA2B;QAAhD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAsB;;IAIhD,CAAC;IAKD,2CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,iBAAiB,CAAC;QACtC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,aAAa,CAAC,kBAAkB;YACzD,wBAAwB,EAAE,cAAc,CAAC,kBAAkB;SAC5D,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,mCAAS,GAAjB,UAAkB,KAA2B,EAAE,OAAuB;QACpE,OAAO,qCAAqC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEO,qCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uCAAuC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAIH,sBAAC;AAAD,CAAC,AAtDD,CAAqC,QAAQ,GAsD5C"}
@@ -1,53 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetGroupConfigurationInput, GetGroupConfigurationOutput } from "../models/models_0";
3
- import { deserializeAws_restJson1GetGroupConfigurationCommand, serializeAws_restJson1GetGroupConfigurationCommand, } 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>Returns the service configuration associated with the specified resource group. For
8
- * details about the service configuration syntax, see <a href="https://docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html">Service configurations for resource
9
- * groups</a>.</p>
10
- * <p>
11
- * <b>Minimum permissions</b>
12
- * </p>
13
- * <p>To run this command, you must have the following permissions:</p>
14
- * <ul>
15
- * <li>
16
- * <p>
17
- * <code>resource-groups:GetGroupConfiguration</code>
18
- * </p>
19
- * </li>
20
- * </ul>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { ResourceGroupsClient, GetGroupConfigurationCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
25
- * // const { ResourceGroupsClient, GetGroupConfigurationCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
26
- * const client = new ResourceGroupsClient(config);
27
- * const command = new GetGroupConfigurationCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link GetGroupConfigurationCommandInput} for command's `input` shape.
32
- * @see {@link GetGroupConfigurationCommandOutput} for command's `response` shape.
33
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
36
- var GetGroupConfigurationCommand = /** @class */ (function (_super) {
4
+ import { GetGroupConfigurationInput, GetGroupConfigurationOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetGroupConfigurationCommand, serializeAws_restJson1GetGroupConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ var GetGroupConfigurationCommand = (function (_super) {
37
7
  __extends(GetGroupConfigurationCommand, _super);
38
- // Start section: command_properties
39
- // End section: command_properties
40
8
  function GetGroupConfigurationCommand(input) {
41
- var _this =
42
- // Start section: command_constructor
43
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
44
10
  _this.input = input;
45
11
  return _this;
46
- // End section: command_constructor
47
12
  }
48
- /**
49
- * @internal
50
- */
51
13
  GetGroupConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
52
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
53
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetGroupConfigurationCommand.js","sourceRoot":"","sources":["../../src/commands/GetGroupConfigurationCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AAoCpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,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,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"}
@@ -1,53 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
3
- import { deserializeAws_restJson1GetGroupQueryCommand, serializeAws_restJson1GetGroupQueryCommand, } 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>Retrieves the resource query associated with the specified resource group. For more
8
- * information about resource queries, see <a href="https://docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-query.html#gettingstarted-query-cli-tag">Create
9
- * a tag-based group in Resource Groups</a>.</p>
10
- * <p>
11
- * <b>Minimum permissions</b>
12
- * </p>
13
- * <p>To run this command, you must have the following permissions:</p>
14
- * <ul>
15
- * <li>
16
- * <p>
17
- * <code>resource-groups:GetGroupQuery</code>
18
- * </p>
19
- * </li>
20
- * </ul>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { ResourceGroupsClient, GetGroupQueryCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
25
- * // const { ResourceGroupsClient, GetGroupQueryCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
26
- * const client = new ResourceGroupsClient(config);
27
- * const command = new GetGroupQueryCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link GetGroupQueryCommandInput} for command's `input` shape.
32
- * @see {@link GetGroupQueryCommandOutput} for command's `response` shape.
33
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
36
- var GetGroupQueryCommand = /** @class */ (function (_super) {
4
+ import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetGroupQueryCommand, serializeAws_restJson1GetGroupQueryCommand, } from "../protocols/Aws_restJson1";
6
+ var GetGroupQueryCommand = (function (_super) {
37
7
  __extends(GetGroupQueryCommand, _super);
38
- // Start section: command_properties
39
- // End section: command_properties
40
8
  function GetGroupQueryCommand(input) {
41
- var _this =
42
- // Start section: command_constructor
43
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
44
10
  _this.input = input;
45
11
  return _this;
46
- // End section: command_constructor
47
12
  }
48
- /**
49
- * @internal
50
- */
51
13
  GetGroupQueryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
52
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
53
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetGroupQueryCommand.js","sourceRoot":"","sources":["../../src/commands/GetGroupQueryCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,4CAA4C,EAC5C,0CAA0C,GAC3C,MAAM,4BAA4B,CAAC;AAoCpC;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,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,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,52 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetTagsInput, GetTagsOutput } from "../models/models_0";
3
- import { deserializeAws_restJson1GetTagsCommand, serializeAws_restJson1GetTagsCommand, } 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>Returns a list of tags that are associated with a resource group, specified by an
8
- * ARN.</p>
9
- * <p>
10
- * <b>Minimum permissions</b>
11
- * </p>
12
- * <p>To run this command, you must have the following permissions:</p>
13
- * <ul>
14
- * <li>
15
- * <p>
16
- * <code>resource-groups:GetTags</code>
17
- * </p>
18
- * </li>
19
- * </ul>
20
- * @example
21
- * Use a bare-bones client and the command you need to make an API call.
22
- * ```javascript
23
- * import { ResourceGroupsClient, GetTagsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
24
- * // const { ResourceGroupsClient, GetTagsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
25
- * const client = new ResourceGroupsClient(config);
26
- * const command = new GetTagsCommand(input);
27
- * const response = await client.send(command);
28
- * ```
29
- *
30
- * @see {@link GetTagsCommandInput} for command's `input` shape.
31
- * @see {@link GetTagsCommandOutput} for command's `response` shape.
32
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
33
- *
34
- */
35
- var GetTagsCommand = /** @class */ (function (_super) {
4
+ import { GetTagsInput, GetTagsOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetTagsCommand, serializeAws_restJson1GetTagsCommand, } from "../protocols/Aws_restJson1";
6
+ var GetTagsCommand = (function (_super) {
36
7
  __extends(GetTagsCommand, _super);
37
- // Start section: command_properties
38
- // End section: command_properties
39
8
  function GetTagsCommand(input) {
40
- var _this =
41
- // Start section: command_constructor
42
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
43
10
  _this.input = input;
44
11
  return _this;
45
- // End section: command_constructor
46
12
  }
47
- /**
48
- * @internal
49
- */
50
13
  GetTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
51
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
52
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetTagsCommand.js","sourceRoot":"","sources":["../../src/commands/GetTagsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EACL,sCAAsC,EACtC,oCAAoC,GACrC,MAAM,4BAA4B,CAAC;AAmCpC;IAAoC,kCAInC;IAIC,wBAAqB,KAA0B;QAA/C,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqB;;IAI/C,CAAC;IAKD,0CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,gBAAgB,CAAC;QACrC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,YAAY,CAAC,kBAAkB;YACxD,wBAAwB,EAAE,aAAa,CAAC,kBAAkB;SAC3D,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,kCAAS,GAAjB,UAAkB,KAA0B,EAAE,OAAuB;QACnE,OAAO,oCAAoC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAEO,oCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sCAAsC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAIH,qBAAC;AAAD,CAAC,AAtDD,CAAoC,QAAQ,GAsD3C"}
@@ -1,51 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0";
3
- import { deserializeAws_restJson1GroupResourcesCommand, serializeAws_restJson1GroupResourcesCommand, } 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 the specified resources to the specified group.</p>
8
- * <p>
9
- * <b>Minimum permissions</b>
10
- * </p>
11
- * <p>To run this command, you must have the following permissions:</p>
12
- * <ul>
13
- * <li>
14
- * <p>
15
- * <code>resource-groups:GroupResources</code>
16
- * </p>
17
- * </li>
18
- * </ul>
19
- * @example
20
- * Use a bare-bones client and the command you need to make an API call.
21
- * ```javascript
22
- * import { ResourceGroupsClient, GroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
23
- * // const { ResourceGroupsClient, GroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
24
- * const client = new ResourceGroupsClient(config);
25
- * const command = new GroupResourcesCommand(input);
26
- * const response = await client.send(command);
27
- * ```
28
- *
29
- * @see {@link GroupResourcesCommandInput} for command's `input` shape.
30
- * @see {@link GroupResourcesCommandOutput} for command's `response` shape.
31
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
32
- *
33
- */
34
- var GroupResourcesCommand = /** @class */ (function (_super) {
4
+ import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1GroupResourcesCommand, serializeAws_restJson1GroupResourcesCommand, } from "../protocols/Aws_restJson1";
6
+ var GroupResourcesCommand = (function (_super) {
35
7
  __extends(GroupResourcesCommand, _super);
36
- // Start section: command_properties
37
- // End section: command_properties
38
8
  function GroupResourcesCommand(input) {
39
- var _this =
40
- // Start section: command_constructor
41
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
42
10
  _this.input = input;
43
11
  return _this;
44
- // End section: command_constructor
45
12
  }
46
- /**
47
- * @internal
48
- */
49
13
  GroupResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
50
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
51
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GroupResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/GroupResourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,4BAA4B,CAAC;AAkCpC;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,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,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
@@ -0,0 +1,40 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListGroupResourcesInput, ListGroupResourcesOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListGroupResourcesCommand, serializeAws_restJson1ListGroupResourcesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListGroupResourcesCommand = (function (_super) {
7
+ __extends(ListGroupResourcesCommand, _super);
8
+ function ListGroupResourcesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListGroupResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ResourceGroupsClient";
18
+ var commandName = "ListGroupResourcesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListGroupResourcesInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListGroupResourcesOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListGroupResourcesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1ListGroupResourcesCommand(input, context);
33
+ };
34
+ ListGroupResourcesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1ListGroupResourcesCommand(output, context);
36
+ };
37
+ return ListGroupResourcesCommand;
38
+ }($Command));
39
+ export { ListGroupResourcesCommand };
40
+ //# sourceMappingURL=ListGroupResourcesCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListGroupResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/ListGroupResourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,4BAA4B,CAAC;AAkDpC;IAA+C,6CAI9C;IAIC,mCAAqB,KAAqC;QAA1D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAgC;;IAI1D,CAAC;IAKD,qDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,wBAAwB,CAAC,kBAAkB;SACtE,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,6CAAS,GAAjB,UAAkB,KAAqC,EAAE,OAAuB;QAC9E,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,+CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,gCAAC;AAAD,CAAC,AAtDD,CAA+C,QAAQ,GAsDtD"}
@@ -1,51 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListGroupsInput, ListGroupsOutput } from "../models/models_0";
3
- import { deserializeAws_restJson1ListGroupsCommand, serializeAws_restJson1ListGroupsCommand, } 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>Returns a list of existing resource groups in your account.</p>
8
- * <p>
9
- * <b>Minimum permissions</b>
10
- * </p>
11
- * <p>To run this command, you must have the following permissions:</p>
12
- * <ul>
13
- * <li>
14
- * <p>
15
- * <code>resource-groups:ListGroups</code>
16
- * </p>
17
- * </li>
18
- * </ul>
19
- * @example
20
- * Use a bare-bones client and the command you need to make an API call.
21
- * ```javascript
22
- * import { ResourceGroupsClient, ListGroupsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
23
- * // const { ResourceGroupsClient, ListGroupsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
24
- * const client = new ResourceGroupsClient(config);
25
- * const command = new ListGroupsCommand(input);
26
- * const response = await client.send(command);
27
- * ```
28
- *
29
- * @see {@link ListGroupsCommandInput} for command's `input` shape.
30
- * @see {@link ListGroupsCommandOutput} for command's `response` shape.
31
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
32
- *
33
- */
34
- var ListGroupsCommand = /** @class */ (function (_super) {
4
+ import { ListGroupsInput, ListGroupsOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListGroupsCommand, serializeAws_restJson1ListGroupsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListGroupsCommand = (function (_super) {
35
7
  __extends(ListGroupsCommand, _super);
36
- // Start section: command_properties
37
- // End section: command_properties
38
8
  function ListGroupsCommand(input) {
39
- var _this =
40
- // Start section: command_constructor
41
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
42
10
  _this.input = input;
43
11
  return _this;
44
- // End section: command_constructor
45
12
  }
46
- /**
47
- * @internal
48
- */
49
13
  ListGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
50
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
51
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListGroupsCommand.js","sourceRoot":"","sources":["../../src/commands/ListGroupsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,4BAA4B,CAAC;AAkCpC;IAAuC,qCAItC;IAIC,2BAAqB,KAA6B;QAAlD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwB;;IAIlD,CAAC;IAKD,6CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,mBAAmB,CAAC;QACxC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,eAAe,CAAC,kBAAkB;YAC3D,wBAAwB,EAAE,gBAAgB,CAAC,kBAAkB;SAC9D,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,qCAAS,GAAjB,UAAkB,KAA6B,EAAE,OAAuB;QACtE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,uCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,QAAQ,GAsD9C"}
@@ -1,53 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../models/models_0";
3
- import { deserializeAws_restJson1PutGroupConfigurationCommand, serializeAws_restJson1PutGroupConfigurationCommand, } 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>Attaches a service configuration to the specified group. This occurs asynchronously,
8
- * and can take time to complete. You can use <a>GetGroupConfiguration</a> to
9
- * check the status of the update.</p>
10
- * <p>
11
- * <b>Minimum permissions</b>
12
- * </p>
13
- * <p>To run this command, you must have the following permissions:</p>
14
- * <ul>
15
- * <li>
16
- * <p>
17
- * <code>resource-groups:PutGroupConfiguration</code>
18
- * </p>
19
- * </li>
20
- * </ul>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { ResourceGroupsClient, PutGroupConfigurationCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
25
- * // const { ResourceGroupsClient, PutGroupConfigurationCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
26
- * const client = new ResourceGroupsClient(config);
27
- * const command = new PutGroupConfigurationCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link PutGroupConfigurationCommandInput} for command's `input` shape.
32
- * @see {@link PutGroupConfigurationCommandOutput} for command's `response` shape.
33
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
36
- var PutGroupConfigurationCommand = /** @class */ (function (_super) {
4
+ import { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1PutGroupConfigurationCommand, serializeAws_restJson1PutGroupConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ var PutGroupConfigurationCommand = (function (_super) {
37
7
  __extends(PutGroupConfigurationCommand, _super);
38
- // Start section: command_properties
39
- // End section: command_properties
40
8
  function PutGroupConfigurationCommand(input) {
41
- var _this =
42
- // Start section: command_constructor
43
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
44
10
  _this.input = input;
45
11
  return _this;
46
- // End section: command_constructor
47
12
  }
48
- /**
49
- * @internal
50
- */
51
13
  PutGroupConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
52
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
53
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PutGroupConfigurationCommand.js","sourceRoot":"","sources":["../../src/commands/PutGroupConfigurationCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AAoCpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,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,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"}
@@ -0,0 +1,40 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1SearchResourcesCommand, serializeAws_restJson1SearchResourcesCommand, } from "../protocols/Aws_restJson1";
6
+ var SearchResourcesCommand = (function (_super) {
7
+ __extends(SearchResourcesCommand, _super);
8
+ function SearchResourcesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ SearchResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ResourceGroupsClient";
18
+ var commandName = "SearchResourcesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: SearchResourcesInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: SearchResourcesOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ SearchResourcesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1SearchResourcesCommand(input, context);
33
+ };
34
+ SearchResourcesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1SearchResourcesCommand(output, context);
36
+ };
37
+ return SearchResourcesCommand;
38
+ }($Command));
39
+ export { SearchResourcesCommand };
40
+ //# sourceMappingURL=SearchResourcesCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/SearchResourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,4BAA4B,CAAC;AAmDpC;IAA4C,0CAI3C;IAIC,gCAAqB,KAAkC;QAAvD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6B;;IAIvD,CAAC;IAKD,kDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,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,0CAAS,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QAC3E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,4CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,6BAAC;AAAD,CAAC,AAtDD,CAA4C,QAAQ,GAsDnD"}
@@ -0,0 +1,40 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { TagInput, TagOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1TagCommand, serializeAws_restJson1TagCommand } from "../protocols/Aws_restJson1";
6
+ var TagCommand = (function (_super) {
7
+ __extends(TagCommand, _super);
8
+ function TagCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ TagCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ResourceGroupsClient";
18
+ var commandName = "TagCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: TagInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: TagOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ TagCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_restJson1TagCommand(input, context);
33
+ };
34
+ TagCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_restJson1TagCommand(output, context);
36
+ };
37
+ return TagCommand;
38
+ }($Command));
39
+ export { TagCommand };
40
+ //# sourceMappingURL=TagCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagCommand.js","sourceRoot":"","sources":["../../src/commands/TagCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,kCAAkC,EAAE,gCAAgC,EAAE,MAAM,4BAA4B,CAAC;AAyClH;IAAgC,8BAA+E;IAI7G,oBAAqB,KAAsB;QAA3C,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiB;;IAI3C,CAAC;IAKD,sCAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,YAAY,CAAC;QACjC,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,QAAQ,CAAC,kBAAkB;YACpD,wBAAwB,EAAE,SAAS,CAAC,kBAAkB;SACvD,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,8BAAS,GAAjB,UAAkB,KAAsB,EAAE,OAAuB;QAC/D,OAAO,gCAAgC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;IAEO,gCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kCAAkC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC;IAIH,iBAAC;AAAD,CAAC,AAlDD,CAAgC,QAAQ,GAkDvC"}
@@ -1,51 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UngroupResourcesInput, UngroupResourcesOutput } from "../models/models_0";
3
- import { deserializeAws_restJson1UngroupResourcesCommand, serializeAws_restJson1UngroupResourcesCommand, } 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 the specified resources from the specified group.</p>
8
- * <p>
9
- * <b>Minimum permissions</b>
10
- * </p>
11
- * <p>To run this command, you must have the following permissions:</p>
12
- * <ul>
13
- * <li>
14
- * <p>
15
- * <code>resource-groups:UngroupResources</code>
16
- * </p>
17
- * </li>
18
- * </ul>
19
- * @example
20
- * Use a bare-bones client and the command you need to make an API call.
21
- * ```javascript
22
- * import { ResourceGroupsClient, UngroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
23
- * // const { ResourceGroupsClient, UngroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
24
- * const client = new ResourceGroupsClient(config);
25
- * const command = new UngroupResourcesCommand(input);
26
- * const response = await client.send(command);
27
- * ```
28
- *
29
- * @see {@link UngroupResourcesCommandInput} for command's `input` shape.
30
- * @see {@link UngroupResourcesCommandOutput} for command's `response` shape.
31
- * @see {@link ResourceGroupsClientResolvedConfig | config} for command's `input` shape.
32
- *
33
- */
34
- var UngroupResourcesCommand = /** @class */ (function (_super) {
4
+ import { UngroupResourcesInput, UngroupResourcesOutput } from "../models/models_0";
5
+ import { deserializeAws_restJson1UngroupResourcesCommand, serializeAws_restJson1UngroupResourcesCommand, } from "../protocols/Aws_restJson1";
6
+ var UngroupResourcesCommand = (function (_super) {
35
7
  __extends(UngroupResourcesCommand, _super);
36
- // Start section: command_properties
37
- // End section: command_properties
38
8
  function UngroupResourcesCommand(input) {
39
- var _this =
40
- // Start section: command_constructor
41
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
42
10
  _this.input = input;
43
11
  return _this;
44
- // End section: command_constructor
45
12
  }
46
- /**
47
- * @internal
48
- */
49
13
  UngroupResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
50
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
51
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UngroupResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/UngroupResourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,4BAA4B,CAAC;AAkCpC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAiD,EACjD,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,sBAAsB,CAAC;QAC1C,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,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,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}