@aws-sdk/client-ram 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 (419) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/RAM.js +2 -2
  3. package/dist-cjs/RAM.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/RAMClient.js +14 -14
  5. package/dist-cjs/RAMClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/AcceptResourceShareInvitationCommand.js +5 -5
  7. package/dist-cjs/commands/AcceptResourceShareInvitationCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/AssociateResourceShareCommand.js +5 -5
  9. package/dist-cjs/commands/AssociateResourceShareCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/AssociateResourceSharePermissionCommand.js +5 -5
  11. package/dist-cjs/commands/AssociateResourceSharePermissionCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/CreateResourceShareCommand.js +5 -5
  13. package/dist-cjs/commands/CreateResourceShareCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/DeleteResourceShareCommand.js +5 -5
  15. package/dist-cjs/commands/DeleteResourceShareCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DisassociateResourceShareCommand.js +5 -5
  17. package/dist-cjs/commands/DisassociateResourceShareCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DisassociateResourceSharePermissionCommand.js +5 -5
  19. package/dist-cjs/commands/DisassociateResourceSharePermissionCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/EnableSharingWithAwsOrganizationCommand.js +5 -5
  21. package/dist-cjs/commands/EnableSharingWithAwsOrganizationCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/GetPermissionCommand.js +5 -5
  23. package/dist-cjs/commands/GetPermissionCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/GetResourcePoliciesCommand.js +5 -5
  25. package/dist-cjs/commands/GetResourcePoliciesCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/GetResourceShareAssociationsCommand.js +5 -5
  27. package/dist-cjs/commands/GetResourceShareAssociationsCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/GetResourceShareInvitationsCommand.js +5 -5
  29. package/dist-cjs/commands/GetResourceShareInvitationsCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/GetResourceSharesCommand.js +5 -5
  31. package/dist-cjs/commands/GetResourceSharesCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/ListPendingInvitationResourcesCommand.js +5 -5
  33. package/dist-cjs/commands/ListPendingInvitationResourcesCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/ListPermissionsCommand.js +5 -5
  35. package/dist-cjs/commands/ListPermissionsCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/ListPrincipalsCommand.js +5 -5
  37. package/dist-cjs/commands/ListPrincipalsCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/ListResourceSharePermissionsCommand.js +5 -5
  39. package/dist-cjs/commands/ListResourceSharePermissionsCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/ListResourceTypesCommand.js +5 -5
  41. package/dist-cjs/commands/ListResourceTypesCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/ListResourcesCommand.js +5 -5
  43. package/dist-cjs/commands/ListResourcesCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/PromoteResourceShareCreatedFromPolicyCommand.js +5 -5
  45. package/dist-cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/RejectResourceShareInvitationCommand.js +5 -5
  47. package/dist-cjs/commands/RejectResourceShareInvitationCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  49. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  51. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/commands/UpdateResourceShareCommand.js +5 -5
  53. package/dist-cjs/commands/UpdateResourceShareCommand.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  55. package/dist-cjs/endpoints.js.map +1 -0
  56. package/dist-cjs/index.js +42 -0
  57. package/dist-cjs/index.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  59. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  60. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  61. package/dist-cjs/models/models_0.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/pagination/GetResourcePoliciesPaginator.js +1 -1
  63. package/dist-cjs/pagination/GetResourcePoliciesPaginator.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/pagination/GetResourceShareAssociationsPaginator.js +1 -1
  65. package/dist-cjs/pagination/GetResourceShareAssociationsPaginator.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/pagination/GetResourceShareInvitationsPaginator.js +1 -1
  67. package/dist-cjs/pagination/GetResourceShareInvitationsPaginator.js.map +1 -0
  68. package/{dist/cjs → dist-cjs}/pagination/GetResourceSharesPaginator.js +1 -1
  69. package/dist-cjs/pagination/GetResourceSharesPaginator.js.map +1 -0
  70. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  71. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  72. package/{dist/cjs → dist-cjs}/pagination/ListPendingInvitationResourcesPaginator.js +1 -1
  73. package/dist-cjs/pagination/ListPendingInvitationResourcesPaginator.js.map +1 -0
  74. package/{dist/cjs → dist-cjs}/pagination/ListPermissionsPaginator.js +1 -1
  75. package/dist-cjs/pagination/ListPermissionsPaginator.js.map +1 -0
  76. package/{dist/cjs → dist-cjs}/pagination/ListPrincipalsPaginator.js +1 -1
  77. package/dist-cjs/pagination/ListPrincipalsPaginator.js.map +1 -0
  78. package/{dist/cjs → dist-cjs}/pagination/ListResourceSharePermissionsPaginator.js +1 -1
  79. package/dist-cjs/pagination/ListResourceSharePermissionsPaginator.js.map +1 -0
  80. package/{dist/cjs → dist-cjs}/pagination/ListResourceTypesPaginator.js +1 -1
  81. package/dist-cjs/pagination/ListResourceTypesPaginator.js.map +1 -0
  82. package/{dist/cjs → dist-cjs}/pagination/ListResourcesPaginator.js +1 -1
  83. package/dist-cjs/pagination/ListResourcesPaginator.js.map +1 -0
  84. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +153 -153
  85. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  86. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  87. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  88. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  89. package/dist-cjs/runtimeConfig.js.map +1 -0
  90. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  91. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  92. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  93. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  94. package/{dist/es → dist-es}/RAM.js +3 -28
  95. package/dist-es/RAM.js.map +1 -0
  96. package/{dist/es → dist-es}/RAMClient.js +2 -32
  97. package/dist-es/RAMClient.js.map +1 -0
  98. package/{dist/es → dist-es}/commands/AcceptResourceShareInvitationCommand.js +4 -29
  99. package/dist-es/commands/AcceptResourceShareInvitationCommand.js.map +1 -0
  100. package/{dist/es → dist-es}/commands/AssociateResourceShareCommand.js +4 -29
  101. package/dist-es/commands/AssociateResourceShareCommand.js.map +1 -0
  102. package/{dist/es → dist-es}/commands/AssociateResourceSharePermissionCommand.js +4 -29
  103. package/dist-es/commands/AssociateResourceSharePermissionCommand.js.map +1 -0
  104. package/{dist/es → dist-es}/commands/CreateResourceShareCommand.js +4 -36
  105. package/dist-es/commands/CreateResourceShareCommand.js.map +1 -0
  106. package/{dist/es → dist-es}/commands/DeleteResourceShareCommand.js +4 -29
  107. package/dist-es/commands/DeleteResourceShareCommand.js.map +1 -0
  108. package/{dist/es → dist-es}/commands/DisassociateResourceShareCommand.js +4 -29
  109. package/dist-es/commands/DisassociateResourceShareCommand.js.map +1 -0
  110. package/{dist/es → dist-es}/commands/DisassociateResourceSharePermissionCommand.js +4 -29
  111. package/dist-es/commands/DisassociateResourceSharePermissionCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/commands/EnableSharingWithAwsOrganizationCommand.js +4 -30
  113. package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js.map +1 -0
  114. package/{dist/es → dist-es}/commands/GetPermissionCommand.js +4 -29
  115. package/dist-es/commands/GetPermissionCommand.js.map +1 -0
  116. package/{dist/es → dist-es}/commands/GetResourcePoliciesCommand.js +4 -29
  117. package/dist-es/commands/GetResourcePoliciesCommand.js.map +1 -0
  118. package/{dist/es → dist-es}/commands/GetResourceShareAssociationsCommand.js +4 -29
  119. package/dist-es/commands/GetResourceShareAssociationsCommand.js.map +1 -0
  120. package/{dist/es → dist-es}/commands/GetResourceShareInvitationsCommand.js +4 -29
  121. package/dist-es/commands/GetResourceShareInvitationsCommand.js.map +1 -0
  122. package/{dist/es → dist-es}/commands/GetResourceSharesCommand.js +4 -29
  123. package/dist-es/commands/GetResourceSharesCommand.js.map +1 -0
  124. package/{dist/es → dist-es}/commands/ListPendingInvitationResourcesCommand.js +4 -30
  125. package/dist-es/commands/ListPendingInvitationResourcesCommand.js.map +1 -0
  126. package/{dist/es → dist-es}/commands/ListPermissionsCommand.js +4 -29
  127. package/dist-es/commands/ListPermissionsCommand.js.map +1 -0
  128. package/{dist/es → dist-es}/commands/ListPrincipalsCommand.js +4 -30
  129. package/dist-es/commands/ListPrincipalsCommand.js.map +1 -0
  130. package/{dist/es → dist-es}/commands/ListResourceSharePermissionsCommand.js +4 -29
  131. package/dist-es/commands/ListResourceSharePermissionsCommand.js.map +1 -0
  132. package/{dist/es → dist-es}/commands/ListResourceTypesCommand.js +4 -29
  133. package/dist-es/commands/ListResourceTypesCommand.js.map +1 -0
  134. package/{dist/es → dist-es}/commands/ListResourcesCommand.js +4 -30
  135. package/dist-es/commands/ListResourcesCommand.js.map +1 -0
  136. package/{dist/es → dist-es}/commands/PromoteResourceShareCreatedFromPolicyCommand.js +4 -41
  137. package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js.map +1 -0
  138. package/{dist/es → dist-es}/commands/RejectResourceShareInvitationCommand.js +4 -29
  139. package/dist-es/commands/RejectResourceShareInvitationCommand.js.map +1 -0
  140. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
  141. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  142. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  143. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  144. package/{dist/es → dist-es}/commands/UpdateResourceShareCommand.js +4 -29
  145. package/dist-es/commands/UpdateResourceShareCommand.js.map +1 -0
  146. package/{dist/es → dist-es}/endpoints.js +1 -1
  147. package/dist-es/endpoints.js.map +1 -0
  148. package/{dist/es → dist-es}/index.js +0 -0
  149. package/dist-es/index.js.map +1 -0
  150. package/{dist/es → dist-es}/models/index.js +0 -0
  151. package/dist-es/models/index.js.map +1 -0
  152. package/{dist/es → dist-es}/models/models_0.js +0 -237
  153. package/dist-es/models/models_0.js.map +1 -0
  154. package/{dist/es → dist-es}/pagination/GetResourcePoliciesPaginator.js +17 -29
  155. package/dist-es/pagination/GetResourcePoliciesPaginator.js.map +1 -0
  156. package/{dist/es → dist-es}/pagination/GetResourceShareAssociationsPaginator.js +17 -29
  157. package/dist-es/pagination/GetResourceShareAssociationsPaginator.js.map +1 -0
  158. package/{dist/es → dist-es}/pagination/GetResourceShareInvitationsPaginator.js +17 -29
  159. package/dist-es/pagination/GetResourceShareInvitationsPaginator.js.map +1 -0
  160. package/{dist/es → dist-es}/pagination/GetResourceSharesPaginator.js +17 -29
  161. package/dist-es/pagination/GetResourceSharesPaginator.js.map +1 -0
  162. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  163. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  164. package/{dist/es → dist-es}/pagination/ListPendingInvitationResourcesPaginator.js +17 -29
  165. package/dist-es/pagination/ListPendingInvitationResourcesPaginator.js.map +1 -0
  166. package/{dist/es → dist-es}/pagination/ListPermissionsPaginator.js +17 -29
  167. package/dist-es/pagination/ListPermissionsPaginator.js.map +1 -0
  168. package/{dist/es → dist-es}/pagination/ListPrincipalsPaginator.js +17 -29
  169. package/dist-es/pagination/ListPrincipalsPaginator.js.map +1 -0
  170. package/{dist/es → dist-es}/pagination/ListResourceSharePermissionsPaginator.js +17 -29
  171. package/dist-es/pagination/ListResourceSharePermissionsPaginator.js.map +1 -0
  172. package/{dist/es → dist-es}/pagination/ListResourceTypesPaginator.js +17 -29
  173. package/dist-es/pagination/ListResourceTypesPaginator.js.map +1 -0
  174. package/{dist/es → dist-es}/pagination/ListResourcesPaginator.js +17 -29
  175. package/dist-es/pagination/ListResourcesPaginator.js.map +1 -0
  176. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +921 -926
  177. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  178. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  179. package/dist-es/runtimeConfig.browser.js.map +1 -0
  180. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  181. package/dist-es/runtimeConfig.js.map +1 -0
  182. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  183. package/dist-es/runtimeConfig.native.js.map +1 -0
  184. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  185. package/dist-es/runtimeConfig.shared.js.map +1 -0
  186. package/{dist/types → dist-types}/RAM.d.ts +3 -3
  187. package/{dist/types → dist-types}/RAMClient.d.ts +9 -9
  188. package/{dist/types → dist-types}/commands/AcceptResourceShareInvitationCommand.d.ts +3 -3
  189. package/{dist/types → dist-types}/commands/AssociateResourceShareCommand.d.ts +3 -3
  190. package/{dist/types → dist-types}/commands/AssociateResourceSharePermissionCommand.d.ts +3 -3
  191. package/{dist/types → dist-types}/commands/CreateResourceShareCommand.d.ts +3 -3
  192. package/{dist/types → dist-types}/commands/DeleteResourceShareCommand.d.ts +3 -3
  193. package/{dist/types → dist-types}/commands/DisassociateResourceShareCommand.d.ts +3 -3
  194. package/{dist/types → dist-types}/commands/DisassociateResourceSharePermissionCommand.d.ts +3 -3
  195. package/{dist/types → dist-types}/commands/EnableSharingWithAwsOrganizationCommand.d.ts +3 -3
  196. package/{dist/types → dist-types}/commands/GetPermissionCommand.d.ts +3 -3
  197. package/{dist/types → dist-types}/commands/GetResourcePoliciesCommand.d.ts +3 -3
  198. package/{dist/types → dist-types}/commands/GetResourceShareAssociationsCommand.d.ts +3 -3
  199. package/{dist/types → dist-types}/commands/GetResourceShareInvitationsCommand.d.ts +3 -3
  200. package/{dist/types → dist-types}/commands/GetResourceSharesCommand.d.ts +3 -3
  201. package/{dist/types → dist-types}/commands/ListPendingInvitationResourcesCommand.d.ts +3 -3
  202. package/{dist/types → dist-types}/commands/ListPermissionsCommand.d.ts +3 -3
  203. package/{dist/types → dist-types}/commands/ListPrincipalsCommand.d.ts +3 -3
  204. package/{dist/types → dist-types}/commands/ListResourceSharePermissionsCommand.d.ts +3 -3
  205. package/{dist/types → dist-types}/commands/ListResourceTypesCommand.d.ts +3 -3
  206. package/{dist/types → dist-types}/commands/ListResourcesCommand.d.ts +3 -3
  207. package/{dist/types → dist-types}/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +3 -3
  208. package/{dist/types → dist-types}/commands/RejectResourceShareInvitationCommand.d.ts +3 -3
  209. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
  210. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
  211. package/{dist/types → dist-types}/commands/UpdateResourceShareCommand.d.ts +3 -3
  212. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  213. package/{dist/types → dist-types}/index.d.ts +0 -0
  214. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  215. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  216. package/{dist/types → dist-types}/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  217. package/{dist/types → dist-types}/pagination/GetResourceShareAssociationsPaginator.d.ts +1 -1
  218. package/{dist/types → dist-types}/pagination/GetResourceShareInvitationsPaginator.d.ts +1 -1
  219. package/{dist/types → dist-types}/pagination/GetResourceSharesPaginator.d.ts +1 -1
  220. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  221. package/{dist/types → dist-types}/pagination/ListPendingInvitationResourcesPaginator.d.ts +1 -1
  222. package/{dist/types → dist-types}/pagination/ListPermissionsPaginator.d.ts +1 -1
  223. package/{dist/types → dist-types}/pagination/ListPrincipalsPaginator.d.ts +1 -1
  224. package/{dist/types → dist-types}/pagination/ListResourceSharePermissionsPaginator.d.ts +1 -1
  225. package/{dist/types → dist-types}/pagination/ListResourceTypesPaginator.d.ts +1 -1
  226. package/{dist/types → dist-types}/pagination/ListResourcesPaginator.d.ts +1 -1
  227. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  228. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  229. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  230. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  231. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  232. package/{dist/types → dist-types}/ts3.4/RAM.d.ts +3 -3
  233. package/{dist/types → dist-types}/ts3.4/RAMClient.d.ts +9 -9
  234. package/{dist/types → dist-types}/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +3 -3
  235. package/{dist/types → dist-types}/ts3.4/commands/AssociateResourceShareCommand.d.ts +3 -3
  236. package/{dist/types → dist-types}/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +3 -3
  237. package/{dist/types → dist-types}/ts3.4/commands/CreateResourceShareCommand.d.ts +3 -3
  238. package/{dist/types → dist-types}/ts3.4/commands/DeleteResourceShareCommand.d.ts +3 -3
  239. package/{dist/types → dist-types}/ts3.4/commands/DisassociateResourceShareCommand.d.ts +3 -3
  240. package/{dist/types → dist-types}/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +3 -3
  241. package/{dist/types → dist-types}/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +3 -3
  242. package/{dist/types → dist-types}/ts3.4/commands/GetPermissionCommand.d.ts +3 -3
  243. package/{dist/types → dist-types}/ts3.4/commands/GetResourcePoliciesCommand.d.ts +3 -3
  244. package/{dist/types → dist-types}/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +3 -3
  245. package/{dist/types → dist-types}/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +3 -3
  246. package/{dist/types → dist-types}/ts3.4/commands/GetResourceSharesCommand.d.ts +3 -3
  247. package/{dist/types → dist-types}/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +3 -3
  248. package/{dist/types → dist-types}/ts3.4/commands/ListPermissionsCommand.d.ts +3 -3
  249. package/{dist/types → dist-types}/ts3.4/commands/ListPrincipalsCommand.d.ts +3 -3
  250. package/{dist/types → dist-types}/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +3 -3
  251. package/{dist/types → dist-types}/ts3.4/commands/ListResourceTypesCommand.d.ts +3 -3
  252. package/{dist/types → dist-types}/ts3.4/commands/ListResourcesCommand.d.ts +3 -3
  253. package/{dist/types → dist-types}/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +3 -3
  254. package/{dist/types → dist-types}/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +3 -3
  255. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  256. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  257. package/{dist/types → dist-types}/ts3.4/commands/UpdateResourceShareCommand.d.ts +3 -3
  258. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  259. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  260. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  261. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  262. package/{dist/types → dist-types}/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  263. package/{dist/types → dist-types}/ts3.4/pagination/GetResourceShareAssociationsPaginator.d.ts +1 -1
  264. package/{dist/types → dist-types}/ts3.4/pagination/GetResourceShareInvitationsPaginator.d.ts +1 -1
  265. package/{dist/types → dist-types}/ts3.4/pagination/GetResourceSharesPaginator.d.ts +1 -1
  266. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  267. package/{dist/types → dist-types}/ts3.4/pagination/ListPendingInvitationResourcesPaginator.d.ts +1 -1
  268. package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionsPaginator.d.ts +1 -1
  269. package/{dist/types → dist-types}/ts3.4/pagination/ListPrincipalsPaginator.d.ts +1 -1
  270. package/{dist/types → dist-types}/ts3.4/pagination/ListResourceSharePermissionsPaginator.d.ts +1 -1
  271. package/{dist/types → dist-types}/ts3.4/pagination/ListResourceTypesPaginator.d.ts +1 -1
  272. package/{dist/types → dist-types}/ts3.4/pagination/ListResourcesPaginator.d.ts +1 -1
  273. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  274. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  275. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  276. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  277. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  278. package/package.json +50 -50
  279. package/{RAM.ts → src/RAM.ts} +8 -7
  280. package/{RAMClient.ts → src/RAMClient.ts} +59 -58
  281. package/{commands → src/commands}/AcceptResourceShareInvitationCommand.ts +8 -7
  282. package/{commands → src/commands}/AssociateResourceShareCommand.ts +8 -7
  283. package/{commands → src/commands}/AssociateResourceSharePermissionCommand.ts +8 -7
  284. package/{commands → src/commands}/CreateResourceShareCommand.ts +8 -7
  285. package/{commands → src/commands}/DeleteResourceShareCommand.ts +8 -7
  286. package/{commands → src/commands}/DisassociateResourceShareCommand.ts +8 -7
  287. package/{commands → src/commands}/DisassociateResourceSharePermissionCommand.ts +11 -10
  288. package/{commands → src/commands}/EnableSharingWithAwsOrganizationCommand.ts +8 -7
  289. package/{commands → src/commands}/GetPermissionCommand.ts +8 -7
  290. package/{commands → src/commands}/GetResourcePoliciesCommand.ts +8 -7
  291. package/{commands → src/commands}/GetResourceShareAssociationsCommand.ts +8 -7
  292. package/{commands → src/commands}/GetResourceShareInvitationsCommand.ts +8 -7
  293. package/{commands → src/commands}/GetResourceSharesCommand.ts +8 -7
  294. package/{commands → src/commands}/ListPendingInvitationResourcesCommand.ts +8 -7
  295. package/{commands → src/commands}/ListPermissionsCommand.ts +8 -7
  296. package/{commands → src/commands}/ListPrincipalsCommand.ts +8 -7
  297. package/{commands → src/commands}/ListResourceSharePermissionsCommand.ts +8 -7
  298. package/{commands → src/commands}/ListResourceTypesCommand.ts +8 -7
  299. package/{commands → src/commands}/ListResourcesCommand.ts +8 -7
  300. package/{commands → src/commands}/PromoteResourceShareCreatedFromPolicyCommand.ts +11 -10
  301. package/{commands → src/commands}/RejectResourceShareInvitationCommand.ts +8 -7
  302. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  303. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  304. package/{commands → src/commands}/UpdateResourceShareCommand.ts +8 -7
  305. package/{endpoints.ts → src/endpoints.ts} +1 -1
  306. package/{index.ts → src/index.ts} +0 -0
  307. package/{models → src/models}/index.ts +0 -0
  308. package/{models → src/models}/models_0.ts +0 -0
  309. package/{pagination → src/pagination}/GetResourcePoliciesPaginator.ts +4 -3
  310. package/{pagination → src/pagination}/GetResourceShareAssociationsPaginator.ts +4 -3
  311. package/{pagination → src/pagination}/GetResourceShareInvitationsPaginator.ts +4 -3
  312. package/{pagination → src/pagination}/GetResourceSharesPaginator.ts +4 -3
  313. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  314. package/{pagination → src/pagination}/ListPendingInvitationResourcesPaginator.ts +4 -3
  315. package/{pagination → src/pagination}/ListPermissionsPaginator.ts +4 -3
  316. package/{pagination → src/pagination}/ListPrincipalsPaginator.ts +4 -3
  317. package/{pagination → src/pagination}/ListResourceSharePermissionsPaginator.ts +4 -3
  318. package/{pagination → src/pagination}/ListResourceTypesPaginator.ts +4 -3
  319. package/{pagination → src/pagination}/ListResourcesPaginator.ts +4 -3
  320. package/{protocols → src/protocols}/Aws_restJson1.ts +68 -66
  321. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  322. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  323. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  324. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  325. package/tsconfig.es.json +1 -3
  326. package/tsconfig.json +7 -7
  327. package/tsconfig.types.json +9 -0
  328. package/dist/cjs/RAM.js.map +0 -1
  329. package/dist/cjs/RAMClient.js.map +0 -1
  330. package/dist/cjs/commands/AcceptResourceShareInvitationCommand.js.map +0 -1
  331. package/dist/cjs/commands/AssociateResourceShareCommand.js.map +0 -1
  332. package/dist/cjs/commands/AssociateResourceSharePermissionCommand.js.map +0 -1
  333. package/dist/cjs/commands/CreateResourceShareCommand.js.map +0 -1
  334. package/dist/cjs/commands/DeleteResourceShareCommand.js.map +0 -1
  335. package/dist/cjs/commands/DisassociateResourceShareCommand.js.map +0 -1
  336. package/dist/cjs/commands/DisassociateResourceSharePermissionCommand.js.map +0 -1
  337. package/dist/cjs/commands/EnableSharingWithAwsOrganizationCommand.js.map +0 -1
  338. package/dist/cjs/commands/GetPermissionCommand.js.map +0 -1
  339. package/dist/cjs/commands/GetResourcePoliciesCommand.js.map +0 -1
  340. package/dist/cjs/commands/GetResourceShareAssociationsCommand.js.map +0 -1
  341. package/dist/cjs/commands/GetResourceShareInvitationsCommand.js.map +0 -1
  342. package/dist/cjs/commands/GetResourceSharesCommand.js.map +0 -1
  343. package/dist/cjs/commands/ListPendingInvitationResourcesCommand.js.map +0 -1
  344. package/dist/cjs/commands/ListPermissionsCommand.js.map +0 -1
  345. package/dist/cjs/commands/ListPrincipalsCommand.js.map +0 -1
  346. package/dist/cjs/commands/ListResourceSharePermissionsCommand.js.map +0 -1
  347. package/dist/cjs/commands/ListResourceTypesCommand.js.map +0 -1
  348. package/dist/cjs/commands/ListResourcesCommand.js.map +0 -1
  349. package/dist/cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js.map +0 -1
  350. package/dist/cjs/commands/RejectResourceShareInvitationCommand.js.map +0 -1
  351. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  352. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  353. package/dist/cjs/commands/UpdateResourceShareCommand.js.map +0 -1
  354. package/dist/cjs/endpoints.js.map +0 -1
  355. package/dist/cjs/index.js +0 -42
  356. package/dist/cjs/index.js.map +0 -1
  357. package/dist/cjs/models/models_0.js.map +0 -1
  358. package/dist/cjs/package.json +0 -91
  359. package/dist/cjs/pagination/GetResourcePoliciesPaginator.js.map +0 -1
  360. package/dist/cjs/pagination/GetResourceShareAssociationsPaginator.js.map +0 -1
  361. package/dist/cjs/pagination/GetResourceShareInvitationsPaginator.js.map +0 -1
  362. package/dist/cjs/pagination/GetResourceSharesPaginator.js.map +0 -1
  363. package/dist/cjs/pagination/ListPendingInvitationResourcesPaginator.js.map +0 -1
  364. package/dist/cjs/pagination/ListPermissionsPaginator.js.map +0 -1
  365. package/dist/cjs/pagination/ListPrincipalsPaginator.js.map +0 -1
  366. package/dist/cjs/pagination/ListResourceSharePermissionsPaginator.js.map +0 -1
  367. package/dist/cjs/pagination/ListResourceTypesPaginator.js.map +0 -1
  368. package/dist/cjs/pagination/ListResourcesPaginator.js.map +0 -1
  369. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  370. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  371. package/dist/cjs/runtimeConfig.js.map +0 -1
  372. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  373. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  374. package/dist/es/RAM.js.map +0 -1
  375. package/dist/es/RAMClient.js.map +0 -1
  376. package/dist/es/commands/AcceptResourceShareInvitationCommand.js.map +0 -1
  377. package/dist/es/commands/AssociateResourceShareCommand.js.map +0 -1
  378. package/dist/es/commands/AssociateResourceSharePermissionCommand.js.map +0 -1
  379. package/dist/es/commands/CreateResourceShareCommand.js.map +0 -1
  380. package/dist/es/commands/DeleteResourceShareCommand.js.map +0 -1
  381. package/dist/es/commands/DisassociateResourceShareCommand.js.map +0 -1
  382. package/dist/es/commands/DisassociateResourceSharePermissionCommand.js.map +0 -1
  383. package/dist/es/commands/EnableSharingWithAwsOrganizationCommand.js.map +0 -1
  384. package/dist/es/commands/GetPermissionCommand.js.map +0 -1
  385. package/dist/es/commands/GetResourcePoliciesCommand.js.map +0 -1
  386. package/dist/es/commands/GetResourceShareAssociationsCommand.js.map +0 -1
  387. package/dist/es/commands/GetResourceShareInvitationsCommand.js.map +0 -1
  388. package/dist/es/commands/GetResourceSharesCommand.js.map +0 -1
  389. package/dist/es/commands/ListPendingInvitationResourcesCommand.js.map +0 -1
  390. package/dist/es/commands/ListPermissionsCommand.js.map +0 -1
  391. package/dist/es/commands/ListPrincipalsCommand.js.map +0 -1
  392. package/dist/es/commands/ListResourceSharePermissionsCommand.js.map +0 -1
  393. package/dist/es/commands/ListResourceTypesCommand.js.map +0 -1
  394. package/dist/es/commands/ListResourcesCommand.js.map +0 -1
  395. package/dist/es/commands/PromoteResourceShareCreatedFromPolicyCommand.js.map +0 -1
  396. package/dist/es/commands/RejectResourceShareInvitationCommand.js.map +0 -1
  397. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  398. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  399. package/dist/es/commands/UpdateResourceShareCommand.js.map +0 -1
  400. package/dist/es/endpoints.js.map +0 -1
  401. package/dist/es/index.js.map +0 -1
  402. package/dist/es/models/index.js.map +0 -1
  403. package/dist/es/models/models_0.js.map +0 -1
  404. package/dist/es/package.json +0 -91
  405. package/dist/es/pagination/GetResourcePoliciesPaginator.js.map +0 -1
  406. package/dist/es/pagination/GetResourceShareAssociationsPaginator.js.map +0 -1
  407. package/dist/es/pagination/GetResourceShareInvitationsPaginator.js.map +0 -1
  408. package/dist/es/pagination/GetResourceSharesPaginator.js.map +0 -1
  409. package/dist/es/pagination/ListPendingInvitationResourcesPaginator.js.map +0 -1
  410. package/dist/es/pagination/ListPermissionsPaginator.js.map +0 -1
  411. package/dist/es/pagination/ListPrincipalsPaginator.js.map +0 -1
  412. package/dist/es/pagination/ListResourceSharePermissionsPaginator.js.map +0 -1
  413. package/dist/es/pagination/ListResourceTypesPaginator.js.map +0 -1
  414. package/dist/es/pagination/ListResourcesPaginator.js.map +0 -1
  415. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  416. package/dist/es/runtimeConfig.browser.js.map +0 -1
  417. package/dist/es/runtimeConfig.js.map +0 -1
  418. package/dist/es/runtimeConfig.native.js.map +0 -1
  419. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetResourceShareInvitationsCommand.js","sourceRoot":"","sources":["../../src/commands/GetResourceShareInvitationsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAC7G,OAAO,EACL,0DAA0D,EAC1D,wDAAwD,GACzD,MAAM,4BAA4B,CAAC;AAyBpC;IAAwD,sDAIvD;IAIC,4CAAqB,KAA8C;QAAnE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyC;;IAInE,CAAC;IAKD,8DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,oCAAoC,CAAC;QACzD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kCAAkC,CAAC,kBAAkB;YAC9E,wBAAwB,EAAE,mCAAmC,CAAC,kBAAkB;SACjF,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,sDAAS,GAAjB,UAAkB,KAA8C,EAAE,OAAuB;QACvF,OAAO,wDAAwD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAEO,wDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,0DAA0D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAIH,yCAAC;AAAD,CAAC,AAzDD,CAAwD,QAAQ,GAyD/D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetResourceSharesCommand, serializeAws_restJson1GetResourceSharesCommand, } 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>Gets the resource shares that you own or the resource shares that are shared with you.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { RAMClient, GetResourceSharesCommand } from "@aws-sdk/client-ram"; // ES Modules import
12
- * // const { RAMClient, GetResourceSharesCommand } = require("@aws-sdk/client-ram"); // CommonJS import
13
- * const client = new RAMClient(config);
14
- * const command = new GetResourceSharesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetResourceSharesCommandInput} for command's `input` shape.
19
- * @see {@link GetResourceSharesCommandOutput} for command's `response` shape.
20
- * @see {@link RAMClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetResourceSharesCommand = /** @class */ (function (_super) {
4
+ import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetResourceSharesCommand, serializeAws_restJson1GetResourceSharesCommand, } from "../protocols/Aws_restJson1";
6
+ var GetResourceSharesCommand = (function (_super) {
24
7
  __extends(GetResourceSharesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetResourceSharesCommand(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
  GetResourceSharesCommand.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":"GetResourceSharesCommand.js","sourceRoot":"","sources":["../../src/commands/GetResourceSharesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,4BAA4B,CAAC;AAuBpC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,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,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListPendingInvitationResourcesCommand, serializeAws_restJson1ListPendingInvitationResourcesCommand, } 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 resources in a resource share that is shared with you but that the invitation is still
8
- * pending for.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { RAMClient, ListPendingInvitationResourcesCommand } from "@aws-sdk/client-ram"; // ES Modules import
13
- * // const { RAMClient, ListPendingInvitationResourcesCommand } = require("@aws-sdk/client-ram"); // CommonJS import
14
- * const client = new RAMClient(config);
15
- * const command = new ListPendingInvitationResourcesCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link ListPendingInvitationResourcesCommandInput} for command's `input` shape.
20
- * @see {@link ListPendingInvitationResourcesCommandOutput} for command's `response` shape.
21
- * @see {@link RAMClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var ListPendingInvitationResourcesCommand = /** @class */ (function (_super) {
4
+ import { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListPendingInvitationResourcesCommand, serializeAws_restJson1ListPendingInvitationResourcesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListPendingInvitationResourcesCommand = (function (_super) {
25
7
  __extends(ListPendingInvitationResourcesCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function ListPendingInvitationResourcesCommand(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
  ListPendingInvitationResourcesCommand.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":"ListPendingInvitationResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/ListPendingInvitationResourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EACL,6DAA6D,EAC7D,2DAA2D,GAC5D,MAAM,4BAA4B,CAAC;AA0BpC;IAA2D,yDAI1D;IAIC,+CAAqB,KAAiD;QAAtE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4C;;IAItE,CAAC;IAKD,iEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qCAAqC,CAAC,kBAAkB;YACjF,wBAAwB,EAAE,sCAAsC,CAAC,kBAAkB;SACpF,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,yDAAS,GAAjB,UACE,KAAiD,EACjD,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAEO,2DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,6DAA6D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;IAIH,4CAAC;AAAD,CAAC,AA5DD,CAA2D,QAAQ,GA4DlE"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListPermissionsCommand, serializeAws_restJson1ListPermissionsCommand, } 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 RAM permissions.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { RAMClient, ListPermissionsCommand } from "@aws-sdk/client-ram"; // ES Modules import
12
- * // const { RAMClient, ListPermissionsCommand } = require("@aws-sdk/client-ram"); // CommonJS import
13
- * const client = new RAMClient(config);
14
- * const command = new ListPermissionsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListPermissionsCommandInput} for command's `input` shape.
19
- * @see {@link ListPermissionsCommandOutput} for command's `response` shape.
20
- * @see {@link RAMClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListPermissionsCommand = /** @class */ (function (_super) {
4
+ import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListPermissionsCommand, serializeAws_restJson1ListPermissionsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListPermissionsCommand = (function (_super) {
24
7
  __extends(ListPermissionsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListPermissionsCommand(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
  ListPermissionsCommand.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":"ListPermissionsCommand.js","sourceRoot":"","sources":["../../src/commands/ListPermissionsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACrF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,4BAA4B,CAAC;AAuBpC;IAA4C,0CAI3C;IAIC,gCAAqB,KAAkC;QAAvD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6B;;IAIvD,CAAC;IAKD,kDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sBAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,uBAAuB,CAAC,kBAAkB;SACrE,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"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListPrincipalsCommand, serializeAws_restJson1ListPrincipalsCommand, } 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 principals that you have shared resources with or that have shared resources
8
- * with you.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { RAMClient, ListPrincipalsCommand } from "@aws-sdk/client-ram"; // ES Modules import
13
- * // const { RAMClient, ListPrincipalsCommand } = require("@aws-sdk/client-ram"); // CommonJS import
14
- * const client = new RAMClient(config);
15
- * const command = new ListPrincipalsCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link ListPrincipalsCommandInput} for command's `input` shape.
20
- * @see {@link ListPrincipalsCommandOutput} for command's `response` shape.
21
- * @see {@link RAMClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var ListPrincipalsCommand = /** @class */ (function (_super) {
4
+ import { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListPrincipalsCommand, serializeAws_restJson1ListPrincipalsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListPrincipalsCommand = (function (_super) {
25
7
  __extends(ListPrincipalsCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function ListPrincipalsCommand(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
  ListPrincipalsCommand.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":"ListPrincipalsCommand.js","sourceRoot":"","sources":["../../src/commands/ListPrincipalsCommand.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,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,4BAA4B,CAAC;AAwBpC;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,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,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"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListResourceSharePermissionsCommand, serializeAws_restJson1ListResourceSharePermissionsCommand, } 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 RAM permissions that are associated with a resource share.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { RAMClient, ListResourceSharePermissionsCommand } from "@aws-sdk/client-ram"; // ES Modules import
12
- * // const { RAMClient, ListResourceSharePermissionsCommand } = require("@aws-sdk/client-ram"); // CommonJS import
13
- * const client = new RAMClient(config);
14
- * const command = new ListResourceSharePermissionsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListResourceSharePermissionsCommandInput} for command's `input` shape.
19
- * @see {@link ListResourceSharePermissionsCommandOutput} for command's `response` shape.
20
- * @see {@link RAMClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListResourceSharePermissionsCommand = /** @class */ (function (_super) {
4
+ import { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListResourceSharePermissionsCommand, serializeAws_restJson1ListResourceSharePermissionsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListResourceSharePermissionsCommand = (function (_super) {
24
7
  __extends(ListResourceSharePermissionsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListResourceSharePermissionsCommand(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
  ListResourceSharePermissionsCommand.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":"ListResourceSharePermissionsCommand.js","sourceRoot":"","sources":["../../src/commands/ListResourceSharePermissionsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,oBAAoB,CAAC;AAC/G,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,MAAM,4BAA4B,CAAC;AAyBpC;IAAyD,uDAIxD;IAIC,6CAAqB,KAA+C;QAApE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0C;;IAIpE,CAAC;IAKD,+DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,qCAAqC,CAAC;QAC1D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mCAAmC,CAAC,kBAAkB;YAC/E,wBAAwB,EAAE,oCAAoC,CAAC,kBAAkB;SAClF,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,uDAAS,GAAjB,UAAkB,KAA+C,EAAE,OAAuB;QACxF,OAAO,yDAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,yDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAIH,0CAAC;AAAD,CAAC,AAzDD,CAAyD,QAAQ,GAyDhE"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListResourceTypesRequest, ListResourceTypesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListResourceTypesCommand, serializeAws_restJson1ListResourceTypesCommand, } 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 shareable resource types supported by RAM.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { RAMClient, ListResourceTypesCommand } from "@aws-sdk/client-ram"; // ES Modules import
12
- * // const { RAMClient, ListResourceTypesCommand } = require("@aws-sdk/client-ram"); // CommonJS import
13
- * const client = new RAMClient(config);
14
- * const command = new ListResourceTypesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListResourceTypesCommandInput} for command's `input` shape.
19
- * @see {@link ListResourceTypesCommandOutput} for command's `response` shape.
20
- * @see {@link RAMClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListResourceTypesCommand = /** @class */ (function (_super) {
4
+ import { ListResourceTypesRequest, ListResourceTypesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListResourceTypesCommand, serializeAws_restJson1ListResourceTypesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListResourceTypesCommand = (function (_super) {
24
7
  __extends(ListResourceTypesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListResourceTypesCommand(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
  ListResourceTypesCommand.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":"ListResourceTypesCommand.js","sourceRoot":"","sources":["../../src/commands/ListResourceTypesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,4BAA4B,CAAC;AAuBpC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,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,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListResourcesCommand, serializeAws_restJson1ListResourcesCommand, } 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 resources that you added to a resource shares or the resources that are shared with
8
- * you.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { RAMClient, ListResourcesCommand } from "@aws-sdk/client-ram"; // ES Modules import
13
- * // const { RAMClient, ListResourcesCommand } = require("@aws-sdk/client-ram"); // CommonJS import
14
- * const client = new RAMClient(config);
15
- * const command = new ListResourcesCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link ListResourcesCommandInput} for command's `input` shape.
20
- * @see {@link ListResourcesCommandOutput} for command's `response` shape.
21
- * @see {@link RAMClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var ListResourcesCommand = /** @class */ (function (_super) {
4
+ import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListResourcesCommand, serializeAws_restJson1ListResourcesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListResourcesCommand = (function (_super) {
25
7
  __extends(ListResourcesCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function ListResourcesCommand(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
  ListResourcesCommand.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":"ListResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/ListResourcesCommand.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,4CAA4C,EAC5C,0CAA0C,GAC3C,MAAM,4BAA4B,CAAC;AAwBpC;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,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,52 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { PromoteResourceShareCreatedFromPolicyRequest, PromoteResourceShareCreatedFromPolicyResponse, } from "../models/models_0";
3
- import { deserializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand, serializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand, } 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>Resource shares that were created by attaching a policy to a resource are visible only
8
- * to the resource share owner, and the resource share cannot be modified in RAM.</p>
9
- *
10
- * <p>Use this API action to promote the resource share. When you promote the resource
11
- * share, it becomes:</p>
12
- * <ul>
13
- * <li>
14
- * <p>Visible to all principals that it is shared with.</p>
15
- * </li>
16
- * <li>
17
- * <p>Modifiable in RAM.</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 { RAMClient, PromoteResourceShareCreatedFromPolicyCommand } from "@aws-sdk/client-ram"; // ES Modules import
24
- * // const { RAMClient, PromoteResourceShareCreatedFromPolicyCommand } = require("@aws-sdk/client-ram"); // CommonJS import
25
- * const client = new RAMClient(config);
26
- * const command = new PromoteResourceShareCreatedFromPolicyCommand(input);
27
- * const response = await client.send(command);
28
- * ```
29
- *
30
- * @see {@link PromoteResourceShareCreatedFromPolicyCommandInput} for command's `input` shape.
31
- * @see {@link PromoteResourceShareCreatedFromPolicyCommandOutput} for command's `response` shape.
32
- * @see {@link RAMClientResolvedConfig | config} for command's `input` shape.
33
- *
34
- */
35
- var PromoteResourceShareCreatedFromPolicyCommand = /** @class */ (function (_super) {
4
+ import { PromoteResourceShareCreatedFromPolicyRequest, PromoteResourceShareCreatedFromPolicyResponse, } from "../models/models_0";
5
+ import { deserializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand, serializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand, } from "../protocols/Aws_restJson1";
6
+ var PromoteResourceShareCreatedFromPolicyCommand = (function (_super) {
36
7
  __extends(PromoteResourceShareCreatedFromPolicyCommand, _super);
37
- // Start section: command_properties
38
- // End section: command_properties
39
8
  function PromoteResourceShareCreatedFromPolicyCommand(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
  PromoteResourceShareCreatedFromPolicyCommand.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":"PromoteResourceShareCreatedFromPolicyCommand.js","sourceRoot":"","sources":["../../src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EACL,4CAA4C,EAC5C,6CAA6C,GAC9C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,oEAAoE,EACpE,kEAAkE,GACnE,MAAM,4BAA4B,CAAC;AAsCpC;IAAkE,gEAIjE;IAIC,sDAAqB,KAAwD;QAA7E,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmD;;IAI7E,CAAC;IAKD,wEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,8CAA8C,CAAC;QACnE,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4CAA4C,CAAC,kBAAkB;YACxF,wBAAwB,EAAE,6CAA6C,CAAC,kBAAkB;SAC3F,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,gEAAS,GAAjB,UACE,KAAwD,EACxD,OAAuB;QAEvB,OAAO,kEAAkE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5F,CAAC;IAEO,kEAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,oEAAoE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/F,CAAC;IAIH,mDAAC;AAAD,CAAC,AA5DD,CAAkE,QAAQ,GA4DzE"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1RejectResourceShareInvitationCommand, serializeAws_restJson1RejectResourceShareInvitationCommand, } 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>Rejects an invitation to a resource share from another Amazon Web Services account.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { RAMClient, RejectResourceShareInvitationCommand } from "@aws-sdk/client-ram"; // ES Modules import
12
- * // const { RAMClient, RejectResourceShareInvitationCommand } = require("@aws-sdk/client-ram"); // CommonJS import
13
- * const client = new RAMClient(config);
14
- * const command = new RejectResourceShareInvitationCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link RejectResourceShareInvitationCommandInput} for command's `input` shape.
19
- * @see {@link RejectResourceShareInvitationCommandOutput} for command's `response` shape.
20
- * @see {@link RAMClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var RejectResourceShareInvitationCommand = /** @class */ (function (_super) {
4
+ import { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1RejectResourceShareInvitationCommand, serializeAws_restJson1RejectResourceShareInvitationCommand, } from "../protocols/Aws_restJson1";
6
+ var RejectResourceShareInvitationCommand = (function (_super) {
24
7
  __extends(RejectResourceShareInvitationCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function RejectResourceShareInvitationCommand(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
  RejectResourceShareInvitationCommand.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":"RejectResourceShareInvitationCommand.js","sourceRoot":"","sources":["../../src/commands/RejectResourceShareInvitationCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,oBAAoB,CAAC;AACjH,OAAO,EACL,4DAA4D,EAC5D,0DAA0D,GAC3D,MAAM,4BAA4B,CAAC;AAyBpC;IAA0D,wDAIzD;IAIC,8CAAqB,KAAgD;QAArE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2C;;IAIrE,CAAC;IAKD,gEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,sCAAsC,CAAC;QAC3D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oCAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,qCAAqC,CAAC,kBAAkB;SACnF,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,wDAAS,GAAjB,UAAkB,KAAgD,EAAE,OAAuB;QACzF,OAAO,0DAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,0DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAIH,2CAAC;AAAD,CAAC,AAzDD,CAA0D,QAAQ,GAyDjE"}
@@ -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 the specified tags to the specified resource share that you own.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { RAMClient, TagResourceCommand } from "@aws-sdk/client-ram"; // ES Modules import
12
- * // const { RAMClient, TagResourceCommand } = require("@aws-sdk/client-ram"); // CommonJS import
13
- * const client = new RAMClient(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 RAMClientResolvedConfig | 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;AAW7D,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,4BAA4B,CAAC;AAuBpC;IAAwC,sCAIvC;IAIC,4BAAqB,KAA8B;QAAnD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyB;;IAInD,CAAC;IAKD,8CAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,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 the specified tags from the specified resource share that you own.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { RAMClient, UntagResourceCommand } from "@aws-sdk/client-ram"; // ES Modules import
12
- * // const { RAMClient, UntagResourceCommand } = require("@aws-sdk/client-ram"); // CommonJS import
13
- * const client = new RAMClient(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 RAMClientResolvedConfig | 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;AAW7D,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,aAAsC,EACtC,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,WAAW,CAAC;QAC/B,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"}