@aws-sdk/client-ram 3.34.0 → 3.37.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 (341) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/RAM.js +2 -28
  3. package/dist-cjs/RAMClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AcceptResourceShareInvitationCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/AssociateResourceShareCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/AssociateResourceSharePermissionCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/CreateResourceShareCommand.js +2 -34
  8. package/{dist/cjs → dist-cjs}/commands/DeleteResourceShareCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/DisassociateResourceShareCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DisassociateResourceSharePermissionCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/EnableSharingWithAwsOrganizationCommand.js +2 -28
  12. package/{dist/cjs → dist-cjs}/commands/GetPermissionCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/GetResourcePoliciesCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/GetResourceShareAssociationsCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/GetResourceShareInvitationsCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/GetResourceSharesCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/ListPendingInvitationResourcesCommand.js +2 -28
  18. package/{dist/cjs → dist-cjs}/commands/ListPermissionsCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/ListPrincipalsCommand.js +2 -28
  20. package/{dist/cjs → dist-cjs}/commands/ListResourceSharePermissionsCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/ListResourceTypesCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/ListResourcesCommand.js +2 -28
  23. package/{dist/cjs → dist-cjs}/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -39
  24. package/{dist/cjs → dist-cjs}/commands/RejectResourceShareInvitationCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  26. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/UpdateResourceShareCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  29. package/{dist/cjs → dist-cjs}/index.js +0 -1
  30. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  31. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -238
  32. package/{dist/cjs → dist-cjs}/pagination/GetResourcePoliciesPaginator.js +1 -12
  33. package/{dist/cjs → dist-cjs}/pagination/GetResourceShareAssociationsPaginator.js +1 -12
  34. package/{dist/cjs → dist-cjs}/pagination/GetResourceShareInvitationsPaginator.js +1 -12
  35. package/{dist/cjs → dist-cjs}/pagination/GetResourceSharesPaginator.js +1 -12
  36. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  37. package/{dist/cjs → dist-cjs}/pagination/ListPendingInvitationResourcesPaginator.js +1 -12
  38. package/{dist/cjs → dist-cjs}/pagination/ListPermissionsPaginator.js +1 -12
  39. package/{dist/cjs → dist-cjs}/pagination/ListPrincipalsPaginator.js +1 -12
  40. package/{dist/cjs → dist-cjs}/pagination/ListResourceSharePermissionsPaginator.js +1 -12
  41. package/{dist/cjs → dist-cjs}/pagination/ListResourceTypesPaginator.js +1 -12
  42. package/{dist/cjs → dist-cjs}/pagination/ListResourcesPaginator.js +1 -12
  43. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +24 -30
  44. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  45. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  46. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  47. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  48. package/{dist/es → dist-es}/RAM.js +2 -3
  49. package/{dist/es → dist-es}/RAMClient.js +1 -2
  50. package/{dist/es → dist-es}/commands/AcceptResourceShareInvitationCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/AssociateResourceShareCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/AssociateResourceSharePermissionCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/CreateResourceShareCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/DeleteResourceShareCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/DisassociateResourceShareCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/DisassociateResourceSharePermissionCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/EnableSharingWithAwsOrganizationCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/GetPermissionCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/GetResourcePoliciesCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/GetResourceShareAssociationsCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/GetResourceShareInvitationsCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/GetResourceSharesCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/ListPendingInvitationResourcesCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/ListPermissionsCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/ListPrincipalsCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/ListResourceSharePermissionsCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/ListResourceTypesCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/ListResourcesCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/RejectResourceShareInvitationCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/UpdateResourceShareCommand.js +2 -3
  74. package/{dist/es → dist-es}/endpoints.js +1 -2
  75. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  76. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  77. package/{dist/es → dist-es}/models/models_0.js +0 -1
  78. package/{dist/es → dist-es}/pagination/GetResourcePoliciesPaginator.js +1 -2
  79. package/{dist/es → dist-es}/pagination/GetResourceShareAssociationsPaginator.js +1 -2
  80. package/{dist/es → dist-es}/pagination/GetResourceShareInvitationsPaginator.js +1 -2
  81. package/{dist/es → dist-es}/pagination/GetResourceSharesPaginator.js +1 -2
  82. package/dist-es/pagination/Interfaces.js +1 -0
  83. package/{dist/es → dist-es}/pagination/ListPendingInvitationResourcesPaginator.js +1 -2
  84. package/{dist/es → dist-es}/pagination/ListPermissionsPaginator.js +1 -2
  85. package/{dist/es → dist-es}/pagination/ListPrincipalsPaginator.js +1 -2
  86. package/{dist/es → dist-es}/pagination/ListResourceSharePermissionsPaginator.js +1 -2
  87. package/{dist/es → dist-es}/pagination/ListResourceTypesPaginator.js +1 -2
  88. package/{dist/es → dist-es}/pagination/ListResourcesPaginator.js +1 -2
  89. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  90. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  91. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  92. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  93. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  94. package/{dist/types → dist-types}/RAM.d.ts +3 -3
  95. package/{dist/types → dist-types}/RAMClient.d.ts +9 -9
  96. package/{dist/types → dist-types}/commands/AcceptResourceShareInvitationCommand.d.ts +3 -3
  97. package/{dist/types → dist-types}/commands/AssociateResourceShareCommand.d.ts +3 -3
  98. package/{dist/types → dist-types}/commands/AssociateResourceSharePermissionCommand.d.ts +3 -3
  99. package/{dist/types → dist-types}/commands/CreateResourceShareCommand.d.ts +3 -3
  100. package/{dist/types → dist-types}/commands/DeleteResourceShareCommand.d.ts +3 -3
  101. package/{dist/types → dist-types}/commands/DisassociateResourceShareCommand.d.ts +3 -3
  102. package/{dist/types → dist-types}/commands/DisassociateResourceSharePermissionCommand.d.ts +3 -3
  103. package/{dist/types → dist-types}/commands/EnableSharingWithAwsOrganizationCommand.d.ts +3 -3
  104. package/{dist/types → dist-types}/commands/GetPermissionCommand.d.ts +3 -3
  105. package/{dist/types → dist-types}/commands/GetResourcePoliciesCommand.d.ts +3 -3
  106. package/{dist/types → dist-types}/commands/GetResourceShareAssociationsCommand.d.ts +3 -3
  107. package/{dist/types → dist-types}/commands/GetResourceShareInvitationsCommand.d.ts +3 -3
  108. package/{dist/types → dist-types}/commands/GetResourceSharesCommand.d.ts +3 -3
  109. package/{dist/types → dist-types}/commands/ListPendingInvitationResourcesCommand.d.ts +3 -3
  110. package/{dist/types → dist-types}/commands/ListPermissionsCommand.d.ts +3 -3
  111. package/{dist/types → dist-types}/commands/ListPrincipalsCommand.d.ts +3 -3
  112. package/{dist/types → dist-types}/commands/ListResourceSharePermissionsCommand.d.ts +3 -3
  113. package/{dist/types → dist-types}/commands/ListResourceTypesCommand.d.ts +3 -3
  114. package/{dist/types → dist-types}/commands/ListResourcesCommand.d.ts +3 -3
  115. package/{dist/types → dist-types}/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +3 -3
  116. package/{dist/types → dist-types}/commands/RejectResourceShareInvitationCommand.d.ts +3 -3
  117. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
  118. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
  119. package/{dist/types → dist-types}/commands/UpdateResourceShareCommand.d.ts +3 -3
  120. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  121. package/{index.ts → dist-types/index.d.ts} +0 -0
  122. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  123. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  124. package/{dist/types → dist-types}/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  125. package/{dist/types → dist-types}/pagination/GetResourceShareAssociationsPaginator.d.ts +1 -1
  126. package/{dist/types → dist-types}/pagination/GetResourceShareInvitationsPaginator.d.ts +1 -1
  127. package/{dist/types → dist-types}/pagination/GetResourceSharesPaginator.d.ts +1 -1
  128. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  129. package/{dist/types → dist-types}/pagination/ListPendingInvitationResourcesPaginator.d.ts +1 -1
  130. package/{dist/types → dist-types}/pagination/ListPermissionsPaginator.d.ts +1 -1
  131. package/{dist/types → dist-types}/pagination/ListPrincipalsPaginator.d.ts +1 -1
  132. package/{dist/types → dist-types}/pagination/ListResourceSharePermissionsPaginator.d.ts +1 -1
  133. package/{dist/types → dist-types}/pagination/ListResourceTypesPaginator.d.ts +1 -1
  134. package/{dist/types → dist-types}/pagination/ListResourcesPaginator.d.ts +1 -1
  135. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  136. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  137. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  138. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  139. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  140. package/{dist/types → dist-types}/ts3.4/RAM.d.ts +28 -123
  141. package/{dist/types → dist-types}/ts3.4/RAMClient.d.ts +33 -120
  142. package/{dist/types → dist-types}/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +5 -23
  143. package/{dist/types → dist-types}/ts3.4/commands/AssociateResourceShareCommand.d.ts +5 -23
  144. package/{dist/types → dist-types}/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +5 -23
  145. package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +17 -0
  146. package/{dist/types → dist-types}/ts3.4/commands/DeleteResourceShareCommand.d.ts +5 -23
  147. package/{dist/types → dist-types}/ts3.4/commands/DisassociateResourceShareCommand.d.ts +5 -23
  148. package/{dist/types → dist-types}/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +5 -23
  149. package/{dist/types → dist-types}/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +5 -24
  150. package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +17 -0
  151. package/{dist/types → dist-types}/ts3.4/commands/GetResourcePoliciesCommand.d.ts +5 -23
  152. package/{dist/types → dist-types}/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +5 -23
  153. package/{dist/types → dist-types}/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +5 -23
  154. package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +17 -0
  155. package/{dist/types → dist-types}/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +5 -24
  156. package/{dist/types → dist-types}/ts3.4/commands/ListPermissionsCommand.d.ts +5 -23
  157. package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +17 -0
  158. package/{dist/types → dist-types}/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +5 -23
  159. package/{dist/types → dist-types}/ts3.4/commands/ListResourceTypesCommand.d.ts +5 -23
  160. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +17 -0
  162. package/{dist/types → dist-types}/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +5 -23
  163. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  165. package/{dist/types → dist-types}/ts3.4/commands/UpdateResourceShareCommand.d.ts +5 -23
  166. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  167. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  168. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  169. package/dist-types/ts3.4/models/models_0.d.ts +967 -0
  170. package/{dist/types → dist-types}/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  171. package/{dist/types → dist-types}/ts3.4/pagination/GetResourceShareAssociationsPaginator.d.ts +1 -1
  172. package/{dist/types → dist-types}/ts3.4/pagination/GetResourceShareInvitationsPaginator.d.ts +1 -1
  173. package/{dist/types → dist-types}/ts3.4/pagination/GetResourceSharesPaginator.d.ts +1 -1
  174. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  175. package/{dist/types → dist-types}/ts3.4/pagination/ListPendingInvitationResourcesPaginator.d.ts +1 -1
  176. package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionsPaginator.d.ts +1 -1
  177. package/{dist/types → dist-types}/ts3.4/pagination/ListPrincipalsPaginator.d.ts +1 -1
  178. package/{dist/types → dist-types}/ts3.4/pagination/ListResourceSharePermissionsPaginator.d.ts +1 -1
  179. package/{dist/types → dist-types}/ts3.4/pagination/ListResourceTypesPaginator.d.ts +1 -1
  180. package/{dist/types → dist-types}/ts3.4/pagination/ListResourcesPaginator.d.ts +1 -1
  181. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  182. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  183. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  184. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  185. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  186. package/package.json +45 -42
  187. package/RAM.ts +0 -932
  188. package/RAMClient.ts +0 -377
  189. package/commands/AcceptResourceShareInvitationCommand.ts +0 -99
  190. package/commands/AssociateResourceShareCommand.ts +0 -94
  191. package/commands/AssociateResourceSharePermissionCommand.ts +0 -102
  192. package/commands/CreateResourceShareCommand.ts +0 -101
  193. package/commands/DeleteResourceShareCommand.ts +0 -94
  194. package/commands/DisassociateResourceShareCommand.ts +0 -97
  195. package/commands/DisassociateResourceSharePermissionCommand.ts +0 -105
  196. package/commands/EnableSharingWithAwsOrganizationCommand.ts +0 -103
  197. package/commands/GetPermissionCommand.ts +0 -94
  198. package/commands/GetResourcePoliciesCommand.ts +0 -94
  199. package/commands/GetResourceShareAssociationsCommand.ts +0 -99
  200. package/commands/GetResourceShareInvitationsCommand.ts +0 -99
  201. package/commands/GetResourceSharesCommand.ts +0 -94
  202. package/commands/ListPendingInvitationResourcesCommand.ts +0 -103
  203. package/commands/ListPermissionsCommand.ts +0 -94
  204. package/commands/ListPrincipalsCommand.ts +0 -95
  205. package/commands/ListResourceSharePermissionsCommand.ts +0 -99
  206. package/commands/ListResourceTypesCommand.ts +0 -94
  207. package/commands/ListResourcesCommand.ts +0 -95
  208. package/commands/PromoteResourceShareCreatedFromPolicyCommand.ts +0 -118
  209. package/commands/RejectResourceShareInvitationCommand.ts +0 -99
  210. package/commands/TagResourceCommand.ts +0 -94
  211. package/commands/UntagResourceCommand.ts +0 -94
  212. package/commands/UpdateResourceShareCommand.ts +0 -94
  213. package/dist/cjs/RAM.js.map +0 -1
  214. package/dist/cjs/RAMClient.js +0 -66
  215. package/dist/cjs/RAMClient.js.map +0 -1
  216. package/dist/cjs/commands/AcceptResourceShareInvitationCommand.js.map +0 -1
  217. package/dist/cjs/commands/AssociateResourceShareCommand.js.map +0 -1
  218. package/dist/cjs/commands/AssociateResourceSharePermissionCommand.js.map +0 -1
  219. package/dist/cjs/commands/CreateResourceShareCommand.js.map +0 -1
  220. package/dist/cjs/commands/DeleteResourceShareCommand.js.map +0 -1
  221. package/dist/cjs/commands/DisassociateResourceShareCommand.js.map +0 -1
  222. package/dist/cjs/commands/DisassociateResourceSharePermissionCommand.js.map +0 -1
  223. package/dist/cjs/commands/EnableSharingWithAwsOrganizationCommand.js.map +0 -1
  224. package/dist/cjs/commands/GetPermissionCommand.js.map +0 -1
  225. package/dist/cjs/commands/GetResourcePoliciesCommand.js.map +0 -1
  226. package/dist/cjs/commands/GetResourceShareAssociationsCommand.js.map +0 -1
  227. package/dist/cjs/commands/GetResourceShareInvitationsCommand.js.map +0 -1
  228. package/dist/cjs/commands/GetResourceSharesCommand.js.map +0 -1
  229. package/dist/cjs/commands/ListPendingInvitationResourcesCommand.js.map +0 -1
  230. package/dist/cjs/commands/ListPermissionsCommand.js.map +0 -1
  231. package/dist/cjs/commands/ListPrincipalsCommand.js.map +0 -1
  232. package/dist/cjs/commands/ListResourceSharePermissionsCommand.js.map +0 -1
  233. package/dist/cjs/commands/ListResourceTypesCommand.js.map +0 -1
  234. package/dist/cjs/commands/ListResourcesCommand.js.map +0 -1
  235. package/dist/cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js.map +0 -1
  236. package/dist/cjs/commands/RejectResourceShareInvitationCommand.js.map +0 -1
  237. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  238. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  239. package/dist/cjs/commands/UpdateResourceShareCommand.js.map +0 -1
  240. package/dist/cjs/endpoints.js.map +0 -1
  241. package/dist/cjs/index.js.map +0 -1
  242. package/dist/cjs/models/index.js.map +0 -1
  243. package/dist/cjs/models/models_0.js.map +0 -1
  244. package/dist/cjs/package.json +0 -91
  245. package/dist/cjs/pagination/GetResourcePoliciesPaginator.js.map +0 -1
  246. package/dist/cjs/pagination/GetResourceShareAssociationsPaginator.js.map +0 -1
  247. package/dist/cjs/pagination/GetResourceShareInvitationsPaginator.js.map +0 -1
  248. package/dist/cjs/pagination/GetResourceSharesPaginator.js.map +0 -1
  249. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  250. package/dist/cjs/pagination/ListPendingInvitationResourcesPaginator.js.map +0 -1
  251. package/dist/cjs/pagination/ListPermissionsPaginator.js.map +0 -1
  252. package/dist/cjs/pagination/ListPrincipalsPaginator.js.map +0 -1
  253. package/dist/cjs/pagination/ListResourceSharePermissionsPaginator.js.map +0 -1
  254. package/dist/cjs/pagination/ListResourceTypesPaginator.js.map +0 -1
  255. package/dist/cjs/pagination/ListResourcesPaginator.js.map +0 -1
  256. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  257. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  258. package/dist/cjs/runtimeConfig.js.map +0 -1
  259. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  260. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  261. package/dist/es/RAM.js.map +0 -1
  262. package/dist/es/RAMClient.js.map +0 -1
  263. package/dist/es/commands/AcceptResourceShareInvitationCommand.js.map +0 -1
  264. package/dist/es/commands/AssociateResourceShareCommand.js.map +0 -1
  265. package/dist/es/commands/AssociateResourceSharePermissionCommand.js.map +0 -1
  266. package/dist/es/commands/CreateResourceShareCommand.js.map +0 -1
  267. package/dist/es/commands/DeleteResourceShareCommand.js.map +0 -1
  268. package/dist/es/commands/DisassociateResourceShareCommand.js.map +0 -1
  269. package/dist/es/commands/DisassociateResourceSharePermissionCommand.js.map +0 -1
  270. package/dist/es/commands/EnableSharingWithAwsOrganizationCommand.js.map +0 -1
  271. package/dist/es/commands/GetPermissionCommand.js.map +0 -1
  272. package/dist/es/commands/GetResourcePoliciesCommand.js.map +0 -1
  273. package/dist/es/commands/GetResourceShareAssociationsCommand.js.map +0 -1
  274. package/dist/es/commands/GetResourceShareInvitationsCommand.js.map +0 -1
  275. package/dist/es/commands/GetResourceSharesCommand.js.map +0 -1
  276. package/dist/es/commands/ListPendingInvitationResourcesCommand.js.map +0 -1
  277. package/dist/es/commands/ListPermissionsCommand.js.map +0 -1
  278. package/dist/es/commands/ListPrincipalsCommand.js.map +0 -1
  279. package/dist/es/commands/ListResourceSharePermissionsCommand.js.map +0 -1
  280. package/dist/es/commands/ListResourceTypesCommand.js.map +0 -1
  281. package/dist/es/commands/ListResourcesCommand.js.map +0 -1
  282. package/dist/es/commands/PromoteResourceShareCreatedFromPolicyCommand.js.map +0 -1
  283. package/dist/es/commands/RejectResourceShareInvitationCommand.js.map +0 -1
  284. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  285. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  286. package/dist/es/commands/UpdateResourceShareCommand.js.map +0 -1
  287. package/dist/es/endpoints.js.map +0 -1
  288. package/dist/es/index.js +0 -39
  289. package/dist/es/index.js.map +0 -1
  290. package/dist/es/models/index.js +0 -2
  291. package/dist/es/models/index.js.map +0 -1
  292. package/dist/es/models/models_0.js.map +0 -1
  293. package/dist/es/package.json +0 -91
  294. package/dist/es/pagination/GetResourcePoliciesPaginator.js.map +0 -1
  295. package/dist/es/pagination/GetResourceShareAssociationsPaginator.js.map +0 -1
  296. package/dist/es/pagination/GetResourceShareInvitationsPaginator.js.map +0 -1
  297. package/dist/es/pagination/GetResourceSharesPaginator.js.map +0 -1
  298. package/dist/es/pagination/Interfaces.js +0 -2
  299. package/dist/es/pagination/Interfaces.js.map +0 -1
  300. package/dist/es/pagination/ListPendingInvitationResourcesPaginator.js.map +0 -1
  301. package/dist/es/pagination/ListPermissionsPaginator.js.map +0 -1
  302. package/dist/es/pagination/ListPrincipalsPaginator.js.map +0 -1
  303. package/dist/es/pagination/ListResourceSharePermissionsPaginator.js.map +0 -1
  304. package/dist/es/pagination/ListResourceTypesPaginator.js.map +0 -1
  305. package/dist/es/pagination/ListResourcesPaginator.js.map +0 -1
  306. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  307. package/dist/es/runtimeConfig.browser.js.map +0 -1
  308. package/dist/es/runtimeConfig.js.map +0 -1
  309. package/dist/es/runtimeConfig.native.js.map +0 -1
  310. package/dist/es/runtimeConfig.shared.js.map +0 -1
  311. package/dist/types/ts3.4/commands/CreateResourceShareCommand.d.ts +0 -42
  312. package/dist/types/ts3.4/commands/GetPermissionCommand.d.ts +0 -35
  313. package/dist/types/ts3.4/commands/GetResourceSharesCommand.d.ts +0 -35
  314. package/dist/types/ts3.4/commands/ListPrincipalsCommand.d.ts +0 -36
  315. package/dist/types/ts3.4/commands/ListResourcesCommand.d.ts +0 -36
  316. package/dist/types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +0 -47
  317. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  318. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  319. package/dist/types/ts3.4/models/models_0.d.ts +0 -1701
  320. package/endpoints.ts +0 -91
  321. package/jest.config.js +0 -4
  322. package/models/models_0.ts +0 -2165
  323. package/pagination/GetResourcePoliciesPaginator.ts +0 -58
  324. package/pagination/GetResourceShareAssociationsPaginator.ts +0 -58
  325. package/pagination/GetResourceShareInvitationsPaginator.ts +0 -58
  326. package/pagination/GetResourceSharesPaginator.ts +0 -58
  327. package/pagination/Interfaces.ts +0 -7
  328. package/pagination/ListPendingInvitationResourcesPaginator.ts +0 -58
  329. package/pagination/ListPermissionsPaginator.ts +0 -58
  330. package/pagination/ListPrincipalsPaginator.ts +0 -58
  331. package/pagination/ListResourceSharePermissionsPaginator.ts +0 -58
  332. package/pagination/ListResourceTypesPaginator.ts +0 -58
  333. package/pagination/ListResourcesPaginator.ts +0 -58
  334. package/protocols/Aws_restJson1.ts +0 -4305
  335. package/runtimeConfig.browser.ts +0 -40
  336. package/runtimeConfig.native.ts +0 -16
  337. package/runtimeConfig.shared.ts +0 -16
  338. package/runtimeConfig.ts +0 -45
  339. package/tsconfig.es.json +0 -10
  340. package/tsconfig.json +0 -31
  341. package/tsconfig.types.json +0 -8
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetResourcePolicies = void 0;
4
+ const GetResourcePoliciesCommand_1 = require("../commands/GetResourcePoliciesCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const GetResourcePoliciesCommand_1 = require("../commands/GetResourcePoliciesCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new GetResourcePoliciesCommand_1.GetResourcePoliciesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.getResourcePolicies(input, ...args);
20
12
  };
21
13
  async function* paginateGetResourcePolicies(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateGetResourcePolicies(config, input, ...additionalArgument
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateGetResourcePolicies = paginateGetResourcePolicies;
46
- //# sourceMappingURL=GetResourcePoliciesPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetResourceShareAssociations = void 0;
4
+ const GetResourceShareAssociationsCommand_1 = require("../commands/GetResourceShareAssociationsCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const GetResourceShareAssociationsCommand_1 = require("../commands/GetResourceShareAssociationsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new GetResourceShareAssociationsCommand_1.GetResourceShareAssociationsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.getResourceShareAssociations(input, ...args);
20
12
  };
21
13
  async function* paginateGetResourceShareAssociations(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateGetResourceShareAssociations(config, input, ...additiona
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateGetResourceShareAssociations = paginateGetResourceShareAssociations;
46
- //# sourceMappingURL=GetResourceShareAssociationsPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetResourceShareInvitations = void 0;
4
+ const GetResourceShareInvitationsCommand_1 = require("../commands/GetResourceShareInvitationsCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const GetResourceShareInvitationsCommand_1 = require("../commands/GetResourceShareInvitationsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new GetResourceShareInvitationsCommand_1.GetResourceShareInvitationsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.getResourceShareInvitations(input, ...args);
20
12
  };
21
13
  async function* paginateGetResourceShareInvitations(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateGetResourceShareInvitations(config, input, ...additional
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateGetResourceShareInvitations = paginateGetResourceShareInvitations;
46
- //# sourceMappingURL=GetResourceShareInvitationsPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetResourceShares = void 0;
4
+ const GetResourceSharesCommand_1 = require("../commands/GetResourceSharesCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const GetResourceSharesCommand_1 = require("../commands/GetResourceSharesCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new GetResourceSharesCommand_1.GetResourceSharesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.getResourceShares(input, ...args);
20
12
  };
21
13
  async function* paginateGetResourceShares(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateGetResourceShares(config, input, ...additionalArguments)
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateGetResourceShares = paginateGetResourceShares;
46
- //# sourceMappingURL=GetResourceSharesPaginator.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListPendingInvitationResources = void 0;
4
+ const ListPendingInvitationResourcesCommand_1 = require("../commands/ListPendingInvitationResourcesCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const ListPendingInvitationResourcesCommand_1 = require("../commands/ListPendingInvitationResourcesCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListPendingInvitationResourcesCommand_1.ListPendingInvitationResourcesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listPendingInvitationResources(input, ...args);
20
12
  };
21
13
  async function* paginateListPendingInvitationResources(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListPendingInvitationResources(config, input, ...additio
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListPendingInvitationResources = paginateListPendingInvitationResources;
46
- //# sourceMappingURL=ListPendingInvitationResourcesPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListPermissions = void 0;
4
+ const ListPermissionsCommand_1 = require("../commands/ListPermissionsCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const ListPermissionsCommand_1 = require("../commands/ListPermissionsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListPermissionsCommand_1.ListPermissionsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listPermissions(input, ...args);
20
12
  };
21
13
  async function* paginateListPermissions(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListPermissions(config, input, ...additionalArguments) {
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListPermissions = paginateListPermissions;
46
- //# sourceMappingURL=ListPermissionsPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListPrincipals = void 0;
4
+ const ListPrincipalsCommand_1 = require("../commands/ListPrincipalsCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const ListPrincipalsCommand_1 = require("../commands/ListPrincipalsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListPrincipalsCommand_1.ListPrincipalsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listPrincipals(input, ...args);
20
12
  };
21
13
  async function* paginateListPrincipals(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListPrincipals(config, input, ...additionalArguments) {
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListPrincipals = paginateListPrincipals;
46
- //# sourceMappingURL=ListPrincipalsPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListResourceSharePermissions = void 0;
4
+ const ListResourceSharePermissionsCommand_1 = require("../commands/ListResourceSharePermissionsCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const ListResourceSharePermissionsCommand_1 = require("../commands/ListResourceSharePermissionsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListResourceSharePermissionsCommand_1.ListResourceSharePermissionsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listResourceSharePermissions(input, ...args);
20
12
  };
21
13
  async function* paginateListResourceSharePermissions(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListResourceSharePermissions(config, input, ...additiona
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListResourceSharePermissions = paginateListResourceSharePermissions;
46
- //# sourceMappingURL=ListResourceSharePermissionsPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListResourceTypes = void 0;
4
+ const ListResourceTypesCommand_1 = require("../commands/ListResourceTypesCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const ListResourceTypesCommand_1 = require("../commands/ListResourceTypesCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListResourceTypesCommand_1.ListResourceTypesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listResourceTypes(input, ...args);
20
12
  };
21
13
  async function* paginateListResourceTypes(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListResourceTypes(config, input, ...additionalArguments)
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListResourceTypes = paginateListResourceTypes;
46
- //# sourceMappingURL=ListResourceTypesPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListResources = void 0;
4
+ const ListResourcesCommand_1 = require("../commands/ListResourcesCommand");
4
5
  const RAM_1 = require("../RAM");
5
6
  const RAMClient_1 = require("../RAMClient");
6
- const ListResourcesCommand_1 = require("../commands/ListResourcesCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListResourcesCommand_1.ListResourcesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listResources(input, ...args);
20
12
  };
21
13
  async function* paginateListResources(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListResources(config, input, ...additionalArguments) {
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListResources = paginateListResources;
46
- //# sourceMappingURL=ListResourcesPaginator.js.map
@@ -8,7 +8,7 @@ const serializeAws_restJson1AcceptResourceShareInvitationCommand = async (input,
8
8
  const headers = {
9
9
  "content-type": "application/json",
10
10
  };
11
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/acceptresourceshareinvitation";
11
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/acceptresourceshareinvitation";
12
12
  let body;
13
13
  body = JSON.stringify({
14
14
  ...(input.clientToken !== undefined && input.clientToken !== null && { clientToken: input.clientToken }),
@@ -31,7 +31,7 @@ const serializeAws_restJson1AssociateResourceShareCommand = async (input, contex
31
31
  const headers = {
32
32
  "content-type": "application/json",
33
33
  };
34
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/associateresourceshare";
34
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/associateresourceshare";
35
35
  let body;
36
36
  body = JSON.stringify({
37
37
  ...(input.clientToken !== undefined && input.clientToken !== null && { clientToken: input.clientToken }),
@@ -62,7 +62,7 @@ const serializeAws_restJson1AssociateResourceSharePermissionCommand = async (inp
62
62
  const headers = {
63
63
  "content-type": "application/json",
64
64
  };
65
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/associateresourcesharepermission";
65
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/associateresourcesharepermission";
66
66
  let body;
67
67
  body = JSON.stringify({
68
68
  ...(input.clientToken !== undefined && input.clientToken !== null && { clientToken: input.clientToken }),
@@ -89,7 +89,7 @@ const serializeAws_restJson1CreateResourceShareCommand = async (input, context)
89
89
  const headers = {
90
90
  "content-type": "application/json",
91
91
  };
92
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/createresourceshare";
92
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/createresourceshare";
93
93
  let body;
94
94
  body = JSON.stringify({
95
95
  ...(input.allowExternalPrincipals !== undefined &&
@@ -125,7 +125,7 @@ exports.serializeAws_restJson1CreateResourceShareCommand = serializeAws_restJson
125
125
  const serializeAws_restJson1DeleteResourceShareCommand = async (input, context) => {
126
126
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
127
127
  const headers = {};
128
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/deleteresourceshare";
128
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/deleteresourceshare";
129
129
  const query = {
130
130
  ...(input.resourceShareArn !== undefined && { resourceShareArn: input.resourceShareArn }),
131
131
  ...(input.clientToken !== undefined && { clientToken: input.clientToken }),
@@ -148,7 +148,7 @@ const serializeAws_restJson1DisassociateResourceShareCommand = async (input, con
148
148
  const headers = {
149
149
  "content-type": "application/json",
150
150
  };
151
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/disassociateresourceshare";
151
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/disassociateresourceshare";
152
152
  let body;
153
153
  body = JSON.stringify({
154
154
  ...(input.clientToken !== undefined && input.clientToken !== null && { clientToken: input.clientToken }),
@@ -179,7 +179,7 @@ const serializeAws_restJson1DisassociateResourceSharePermissionCommand = async (
179
179
  const headers = {
180
180
  "content-type": "application/json",
181
181
  };
182
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/disassociateresourcesharepermission";
182
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/disassociateresourcesharepermission";
183
183
  let body;
184
184
  body = JSON.stringify({
185
185
  ...(input.clientToken !== undefined && input.clientToken !== null && { clientToken: input.clientToken }),
@@ -203,7 +203,7 @@ const serializeAws_restJson1EnableSharingWithAwsOrganizationCommand = async (inp
203
203
  const headers = {
204
204
  "content-type": "application/json",
205
205
  };
206
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/enablesharingwithawsorganization";
206
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/enablesharingwithawsorganization";
207
207
  let body;
208
208
  body = "";
209
209
  return new protocol_http_1.HttpRequest({
@@ -222,7 +222,7 @@ const serializeAws_restJson1GetPermissionCommand = async (input, context) => {
222
222
  const headers = {
223
223
  "content-type": "application/json",
224
224
  };
225
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getpermission";
225
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getpermission";
226
226
  let body;
227
227
  body = JSON.stringify({
228
228
  ...(input.permissionArn !== undefined && input.permissionArn !== null && { permissionArn: input.permissionArn }),
@@ -245,7 +245,7 @@ const serializeAws_restJson1GetResourcePoliciesCommand = async (input, context)
245
245
  const headers = {
246
246
  "content-type": "application/json",
247
247
  };
248
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getresourcepolicies";
248
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getresourcepolicies";
249
249
  let body;
250
250
  body = JSON.stringify({
251
251
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -272,7 +272,7 @@ const serializeAws_restJson1GetResourceShareAssociationsCommand = async (input,
272
272
  const headers = {
273
273
  "content-type": "application/json",
274
274
  };
275
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getresourceshareassociations";
275
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getresourceshareassociations";
276
276
  let body;
277
277
  body = JSON.stringify({
278
278
  ...(input.associationStatus !== undefined &&
@@ -304,7 +304,7 @@ const serializeAws_restJson1GetResourceShareInvitationsCommand = async (input, c
304
304
  const headers = {
305
305
  "content-type": "application/json",
306
306
  };
307
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getresourceshareinvitations";
307
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getresourceshareinvitations";
308
308
  let body;
309
309
  body = JSON.stringify({
310
310
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -334,7 +334,7 @@ const serializeAws_restJson1GetResourceSharesCommand = async (input, context) =>
334
334
  const headers = {
335
335
  "content-type": "application/json",
336
336
  };
337
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getresourceshares";
337
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/getresourceshares";
338
338
  let body;
339
339
  body = JSON.stringify({
340
340
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -367,7 +367,7 @@ const serializeAws_restJson1ListPendingInvitationResourcesCommand = async (input
367
367
  const headers = {
368
368
  "content-type": "application/json",
369
369
  };
370
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listpendinginvitationresources";
370
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listpendinginvitationresources";
371
371
  let body;
372
372
  body = JSON.stringify({
373
373
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -391,7 +391,7 @@ const serializeAws_restJson1ListPermissionsCommand = async (input, context) => {
391
391
  const headers = {
392
392
  "content-type": "application/json",
393
393
  };
394
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listpermissions";
394
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listpermissions";
395
395
  let body;
396
396
  body = JSON.stringify({
397
397
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -414,7 +414,7 @@ const serializeAws_restJson1ListPrincipalsCommand = async (input, context) => {
414
414
  const headers = {
415
415
  "content-type": "application/json",
416
416
  };
417
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listprincipals";
417
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listprincipals";
418
418
  let body;
419
419
  body = JSON.stringify({
420
420
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -447,7 +447,7 @@ const serializeAws_restJson1ListResourcesCommand = async (input, context) => {
447
447
  const headers = {
448
448
  "content-type": "application/json",
449
449
  };
450
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listresources";
450
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listresources";
451
451
  let body;
452
452
  body = JSON.stringify({
453
453
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -480,7 +480,7 @@ const serializeAws_restJson1ListResourceSharePermissionsCommand = async (input,
480
480
  const headers = {
481
481
  "content-type": "application/json",
482
482
  };
483
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listresourcesharepermissions";
483
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listresourcesharepermissions";
484
484
  let body;
485
485
  body = JSON.stringify({
486
486
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -504,7 +504,7 @@ const serializeAws_restJson1ListResourceTypesCommand = async (input, context) =>
504
504
  const headers = {
505
505
  "content-type": "application/json",
506
506
  };
507
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listresourcetypes";
507
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/listresourcetypes";
508
508
  let body;
509
509
  body = JSON.stringify({
510
510
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -524,7 +524,7 @@ exports.serializeAws_restJson1ListResourceTypesCommand = serializeAws_restJson1L
524
524
  const serializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand = async (input, context) => {
525
525
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
526
526
  const headers = {};
527
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/promoteresourcesharecreatedfrompolicy";
527
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/promoteresourcesharecreatedfrompolicy";
528
528
  const query = {
529
529
  ...(input.resourceShareArn !== undefined && { resourceShareArn: input.resourceShareArn }),
530
530
  };
@@ -546,7 +546,7 @@ const serializeAws_restJson1RejectResourceShareInvitationCommand = async (input,
546
546
  const headers = {
547
547
  "content-type": "application/json",
548
548
  };
549
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/rejectresourceshareinvitation";
549
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/rejectresourceshareinvitation";
550
550
  let body;
551
551
  body = JSON.stringify({
552
552
  ...(input.clientToken !== undefined && input.clientToken !== null && { clientToken: input.clientToken }),
@@ -569,7 +569,7 @@ const serializeAws_restJson1TagResourceCommand = async (input, context) => {
569
569
  const headers = {
570
570
  "content-type": "application/json",
571
571
  };
572
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/tagresource";
572
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/tagresource";
573
573
  let body;
574
574
  body = JSON.stringify({
575
575
  ...(input.resourceShareArn !== undefined &&
@@ -593,7 +593,7 @@ const serializeAws_restJson1UntagResourceCommand = async (input, context) => {
593
593
  const headers = {
594
594
  "content-type": "application/json",
595
595
  };
596
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/untagresource";
596
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/untagresource";
597
597
  let body;
598
598
  body = JSON.stringify({
599
599
  ...(input.resourceShareArn !== undefined &&
@@ -617,7 +617,7 @@ const serializeAws_restJson1UpdateResourceShareCommand = async (input, context)
617
617
  const headers = {
618
618
  "content-type": "application/json",
619
619
  };
620
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/updateresourceshare";
620
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/updateresourceshare";
621
621
  let body;
622
622
  body = JSON.stringify({
623
623
  ...(input.allowExternalPrincipals !== undefined &&
@@ -3686,14 +3686,12 @@ const deserializeMetadata = (output) => {
3686
3686
  cfId: output.headers["x-amz-cf-id"],
3687
3687
  });
3688
3688
  };
3689
- // Collect low-level response body stream to Uint8Array.
3690
3689
  const collectBody = (streamBody = new Uint8Array(), context) => {
3691
3690
  if (streamBody instanceof Uint8Array) {
3692
3691
  return Promise.resolve(streamBody);
3693
3692
  }
3694
3693
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
3695
3694
  };
3696
- // Encode Uint8Array data into string with utf-8.
3697
3695
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
3698
3696
  const isSerializableHeaderValue = (value) => value !== undefined &&
3699
3697
  value !== null &&
@@ -3706,9 +3704,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
3706
3704
  }
3707
3705
  return {};
3708
3706
  });
3709
- /**
3710
- * Load an error code for the aws.rest-json-1.1 protocol.
3711
- */
3712
3707
  const loadRestJsonErrorCode = (output, data) => {
3713
3708
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
3714
3709
  const sanitizeErrorCode = (rawValue) => {
@@ -3733,4 +3728,3 @@ const loadRestJsonErrorCode = (output, data) => {
3733
3728
  }
3734
3729
  return "";
3735
3730
  };
3736
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
12
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
13
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
14
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
- /**
16
- * @internal
17
- */
18
15
  const getRuntimeConfig = (config) => {
19
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
20
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
38
35
  };
39
36
  };
40
37
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map