@aws-sdk/client-fms 3.32.0 → 3.36.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 (311) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/FMS.js +1 -2
  3. package/{dist/cjs → dist-cjs}/FMSClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/AssociateAdminAccountCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/DeleteAppsListCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/DeleteNotificationChannelCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/DeletePolicyCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/DeleteProtocolsListCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DisassociateAdminAccountCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/GetAdminAccountCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/GetAppsListCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/GetComplianceDetailCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/GetNotificationChannelCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/GetPolicyCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/GetProtectionStatusCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/GetProtocolsListCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/GetViolationDetailsCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/ListAppsListsCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/ListComplianceStatusCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/ListMemberAccountsCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/ListPoliciesCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/ListProtocolsListsCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/PutAppsListCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/PutNotificationChannelCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/PutPolicyCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/PutProtocolsListCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  31. package/{dist/cjs → dist-cjs}/index.js +0 -1
  32. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  33. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  34. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  35. package/{dist/cjs → dist-cjs}/pagination/ListAppsListsPaginator.js +1 -2
  36. package/{dist/cjs → dist-cjs}/pagination/ListComplianceStatusPaginator.js +1 -2
  37. package/{dist/cjs → dist-cjs}/pagination/ListMemberAccountsPaginator.js +1 -2
  38. package/{dist/cjs → dist-cjs}/pagination/ListPoliciesPaginator.js +1 -2
  39. package/{dist/cjs → dist-cjs}/pagination/ListProtocolsListsPaginator.js +1 -2
  40. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  41. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  43. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  44. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  45. package/{dist/es → dist-es}/FMS.js +2 -12
  46. package/{dist/es → dist-es}/FMSClient.js +2 -17
  47. package/{dist/es → dist-es}/commands/AssociateAdminAccountCommand.js +4 -33
  48. package/{dist/es → dist-es}/commands/DeleteAppsListCommand.js +4 -30
  49. package/{dist/es → dist-es}/commands/DeleteNotificationChannelCommand.js +4 -31
  50. package/{dist/es → dist-es}/commands/DeletePolicyCommand.js +4 -30
  51. package/{dist/es → dist-es}/commands/DeleteProtocolsListCommand.js +4 -30
  52. package/{dist/es → dist-es}/commands/DisassociateAdminAccountCommand.js +4 -32
  53. package/{dist/es → dist-es}/commands/GetAdminAccountCommand.js +4 -31
  54. package/{dist/es → dist-es}/commands/GetAppsListCommand.js +4 -30
  55. package/dist-es/commands/GetComplianceDetailCommand.js +39 -0
  56. package/{dist/es → dist-es}/commands/GetNotificationChannelCommand.js +4 -32
  57. package/{dist/es → dist-es}/commands/GetPolicyCommand.js +4 -30
  58. package/{dist/es → dist-es}/commands/GetProtectionStatusCommand.js +4 -31
  59. package/{dist/es → dist-es}/commands/GetProtocolsListCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/GetViolationDetailsCommand.js +4 -30
  61. package/{dist/es → dist-es}/commands/ListAppsListsCommand.js +4 -30
  62. package/{dist/es → dist-es}/commands/ListComplianceStatusCommand.js +4 -32
  63. package/{dist/es → dist-es}/commands/ListMemberAccountsCommand.js +4 -33
  64. package/{dist/es → dist-es}/commands/ListPoliciesCommand.js +4 -30
  65. package/{dist/es → dist-es}/commands/ListProtocolsListsCommand.js +4 -30
  66. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/PutAppsListCommand.js +4 -30
  68. package/{dist/es → dist-es}/commands/PutNotificationChannelCommand.js +4 -34
  69. package/dist-es/commands/PutPolicyCommand.js +39 -0
  70. package/{dist/es → dist-es}/commands/PutProtocolsListCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  72. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  73. package/{dist/es → dist-es}/endpoints.js +1 -2
  74. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  75. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  76. package/{dist/es → dist-es}/models/models_0.js +0 -310
  77. package/dist-es/pagination/Interfaces.js +1 -0
  78. package/{dist/es → dist-es}/pagination/ListAppsListsPaginator.js +17 -30
  79. package/{dist/es → dist-es}/pagination/ListComplianceStatusPaginator.js +17 -30
  80. package/{dist/es → dist-es}/pagination/ListMemberAccountsPaginator.js +17 -30
  81. package/{dist/es → dist-es}/pagination/ListPoliciesPaginator.js +17 -30
  82. package/{dist/es → dist-es}/pagination/ListProtocolsListsPaginator.js +17 -30
  83. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +570 -576
  84. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  85. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  86. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  87. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  88. package/{dist/types → dist-types}/FMS.d.ts +2 -2
  89. package/{dist/types → dist-types}/FMSClient.d.ts +8 -8
  90. package/{dist/types → dist-types}/commands/AssociateAdminAccountCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/commands/DeleteAppsListCommand.d.ts +2 -2
  92. package/{dist/types → dist-types}/commands/DeleteNotificationChannelCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/DeletePolicyCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/commands/DeleteProtocolsListCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/commands/DisassociateAdminAccountCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/GetAdminAccountCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/GetAppsListCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/GetComplianceDetailCommand.d.ts +2 -2
  99. package/{dist/types → dist-types}/commands/GetNotificationChannelCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/commands/GetPolicyCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/GetProtectionStatusCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/GetProtocolsListCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/GetViolationDetailsCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/ListAppsListsCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/ListComplianceStatusCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/ListMemberAccountsCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/ListPoliciesCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/ListProtocolsListsCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/PutAppsListCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/PutNotificationChannelCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/PutPolicyCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/PutProtocolsListCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  117. package/{index.ts → dist-types/index.d.ts} +0 -0
  118. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  119. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  120. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  121. package/{dist/types → dist-types}/pagination/ListAppsListsPaginator.d.ts +1 -1
  122. package/{dist/types → dist-types}/pagination/ListComplianceStatusPaginator.d.ts +1 -1
  123. package/{dist/types → dist-types}/pagination/ListMemberAccountsPaginator.d.ts +1 -1
  124. package/{dist/types → dist-types}/pagination/ListPoliciesPaginator.d.ts +1 -1
  125. package/{dist/types → dist-types}/pagination/ListProtocolsListsPaginator.d.ts +1 -1
  126. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  127. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  128. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  129. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  130. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  131. package/{dist/types → dist-types}/ts3.4/FMS.d.ts +2 -2
  132. package/{dist/types → dist-types}/ts3.4/FMSClient.d.ts +8 -8
  133. package/{dist/types → dist-types}/ts3.4/commands/AssociateAdminAccountCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/ts3.4/commands/DeleteAppsListCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/ts3.4/commands/DeletePolicyCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/ts3.4/commands/DeleteProtocolsListCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/ts3.4/commands/GetAdminAccountCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/ts3.4/commands/GetAppsListCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/ts3.4/commands/GetComplianceDetailCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/ts3.4/commands/GetNotificationChannelCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/ts3.4/commands/GetPolicyCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/ts3.4/commands/GetProtectionStatusCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/ts3.4/commands/GetProtocolsListCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/ts3.4/commands/GetViolationDetailsCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/ts3.4/commands/ListAppsListsCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/ts3.4/commands/ListComplianceStatusCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/ts3.4/commands/ListMemberAccountsCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/ts3.4/commands/ListPoliciesCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/ts3.4/commands/ListProtocolsListsCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/ts3.4/commands/PutAppsListCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/ts3.4/commands/PutNotificationChannelCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/ts3.4/commands/PutPolicyCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/ts3.4/commands/PutProtocolsListCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  160. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  161. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  162. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  163. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  164. package/{dist/types → dist-types}/ts3.4/pagination/ListAppsListsPaginator.d.ts +1 -1
  165. package/{dist/types → dist-types}/ts3.4/pagination/ListComplianceStatusPaginator.d.ts +1 -1
  166. package/{dist/types → dist-types}/ts3.4/pagination/ListMemberAccountsPaginator.d.ts +1 -1
  167. package/{dist/types → dist-types}/ts3.4/pagination/ListPoliciesPaginator.d.ts +1 -1
  168. package/{dist/types → dist-types}/ts3.4/pagination/ListProtocolsListsPaginator.d.ts +1 -1
  169. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  170. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  171. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  172. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  173. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  174. package/package.json +52 -49
  175. package/FMS.ts +0 -993
  176. package/FMSClient.ts +0 -352
  177. package/commands/AssociateAdminAccountCommand.ts +0 -97
  178. package/commands/DeleteAppsListCommand.ts +0 -94
  179. package/commands/DeleteNotificationChannelCommand.ts +0 -98
  180. package/commands/DeletePolicyCommand.ts +0 -94
  181. package/commands/DeleteProtocolsListCommand.ts +0 -94
  182. package/commands/DisassociateAdminAccountCommand.ts +0 -96
  183. package/commands/GetAdminAccountCommand.ts +0 -95
  184. package/commands/GetAppsListCommand.ts +0 -94
  185. package/commands/GetComplianceDetailCommand.ts +0 -117
  186. package/commands/GetNotificationChannelCommand.ts +0 -96
  187. package/commands/GetPolicyCommand.ts +0 -87
  188. package/commands/GetProtectionStatusCommand.ts +0 -95
  189. package/commands/GetProtocolsListCommand.ts +0 -94
  190. package/commands/GetViolationDetailsCommand.ts +0 -94
  191. package/commands/ListAppsListsCommand.ts +0 -94
  192. package/commands/ListComplianceStatusCommand.ts +0 -96
  193. package/commands/ListMemberAccountsCommand.ts +0 -97
  194. package/commands/ListPoliciesCommand.ts +0 -94
  195. package/commands/ListProtocolsListsCommand.ts +0 -94
  196. package/commands/ListTagsForResourceCommand.ts +0 -94
  197. package/commands/PutAppsListCommand.ts +0 -94
  198. package/commands/PutNotificationChannelCommand.ts +0 -98
  199. package/commands/PutPolicyCommand.ts +0 -119
  200. package/commands/PutProtocolsListCommand.ts +0 -94
  201. package/commands/TagResourceCommand.ts +0 -94
  202. package/commands/UntagResourceCommand.ts +0 -94
  203. package/dist/cjs/FMS.js.map +0 -1
  204. package/dist/cjs/FMSClient.js.map +0 -1
  205. package/dist/cjs/commands/AssociateAdminAccountCommand.js.map +0 -1
  206. package/dist/cjs/commands/DeleteAppsListCommand.js.map +0 -1
  207. package/dist/cjs/commands/DeleteNotificationChannelCommand.js.map +0 -1
  208. package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
  209. package/dist/cjs/commands/DeleteProtocolsListCommand.js.map +0 -1
  210. package/dist/cjs/commands/DisassociateAdminAccountCommand.js.map +0 -1
  211. package/dist/cjs/commands/GetAdminAccountCommand.js.map +0 -1
  212. package/dist/cjs/commands/GetAppsListCommand.js.map +0 -1
  213. package/dist/cjs/commands/GetComplianceDetailCommand.js.map +0 -1
  214. package/dist/cjs/commands/GetNotificationChannelCommand.js.map +0 -1
  215. package/dist/cjs/commands/GetPolicyCommand.js.map +0 -1
  216. package/dist/cjs/commands/GetProtectionStatusCommand.js.map +0 -1
  217. package/dist/cjs/commands/GetProtocolsListCommand.js.map +0 -1
  218. package/dist/cjs/commands/GetViolationDetailsCommand.js.map +0 -1
  219. package/dist/cjs/commands/ListAppsListsCommand.js.map +0 -1
  220. package/dist/cjs/commands/ListComplianceStatusCommand.js.map +0 -1
  221. package/dist/cjs/commands/ListMemberAccountsCommand.js.map +0 -1
  222. package/dist/cjs/commands/ListPoliciesCommand.js.map +0 -1
  223. package/dist/cjs/commands/ListProtocolsListsCommand.js.map +0 -1
  224. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  225. package/dist/cjs/commands/PutAppsListCommand.js.map +0 -1
  226. package/dist/cjs/commands/PutNotificationChannelCommand.js.map +0 -1
  227. package/dist/cjs/commands/PutPolicyCommand.js.map +0 -1
  228. package/dist/cjs/commands/PutProtocolsListCommand.js.map +0 -1
  229. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  230. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  231. package/dist/cjs/endpoints.js.map +0 -1
  232. package/dist/cjs/index.js.map +0 -1
  233. package/dist/cjs/models/index.js.map +0 -1
  234. package/dist/cjs/models/models_0.js.map +0 -1
  235. package/dist/cjs/package.json +0 -91
  236. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  237. package/dist/cjs/pagination/ListAppsListsPaginator.js.map +0 -1
  238. package/dist/cjs/pagination/ListComplianceStatusPaginator.js.map +0 -1
  239. package/dist/cjs/pagination/ListMemberAccountsPaginator.js.map +0 -1
  240. package/dist/cjs/pagination/ListPoliciesPaginator.js.map +0 -1
  241. package/dist/cjs/pagination/ListProtocolsListsPaginator.js.map +0 -1
  242. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  243. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  244. package/dist/cjs/runtimeConfig.js.map +0 -1
  245. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  246. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  247. package/dist/es/FMS.js.map +0 -1
  248. package/dist/es/FMSClient.js.map +0 -1
  249. package/dist/es/commands/AssociateAdminAccountCommand.js.map +0 -1
  250. package/dist/es/commands/DeleteAppsListCommand.js.map +0 -1
  251. package/dist/es/commands/DeleteNotificationChannelCommand.js.map +0 -1
  252. package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
  253. package/dist/es/commands/DeleteProtocolsListCommand.js.map +0 -1
  254. package/dist/es/commands/DisassociateAdminAccountCommand.js.map +0 -1
  255. package/dist/es/commands/GetAdminAccountCommand.js.map +0 -1
  256. package/dist/es/commands/GetAppsListCommand.js.map +0 -1
  257. package/dist/es/commands/GetComplianceDetailCommand.js +0 -88
  258. package/dist/es/commands/GetComplianceDetailCommand.js.map +0 -1
  259. package/dist/es/commands/GetNotificationChannelCommand.js.map +0 -1
  260. package/dist/es/commands/GetPolicyCommand.js.map +0 -1
  261. package/dist/es/commands/GetProtectionStatusCommand.js.map +0 -1
  262. package/dist/es/commands/GetProtocolsListCommand.js.map +0 -1
  263. package/dist/es/commands/GetViolationDetailsCommand.js.map +0 -1
  264. package/dist/es/commands/ListAppsListsCommand.js.map +0 -1
  265. package/dist/es/commands/ListComplianceStatusCommand.js.map +0 -1
  266. package/dist/es/commands/ListMemberAccountsCommand.js.map +0 -1
  267. package/dist/es/commands/ListPoliciesCommand.js.map +0 -1
  268. package/dist/es/commands/ListProtocolsListsCommand.js.map +0 -1
  269. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  270. package/dist/es/commands/PutAppsListCommand.js.map +0 -1
  271. package/dist/es/commands/PutNotificationChannelCommand.js.map +0 -1
  272. package/dist/es/commands/PutPolicyCommand.js +0 -97
  273. package/dist/es/commands/PutPolicyCommand.js.map +0 -1
  274. package/dist/es/commands/PutProtocolsListCommand.js.map +0 -1
  275. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  276. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  277. package/dist/es/endpoints.js.map +0 -1
  278. package/dist/es/index.js +0 -36
  279. package/dist/es/index.js.map +0 -1
  280. package/dist/es/models/index.js +0 -2
  281. package/dist/es/models/index.js.map +0 -1
  282. package/dist/es/models/models_0.js.map +0 -1
  283. package/dist/es/package.json +0 -91
  284. package/dist/es/pagination/Interfaces.js +0 -2
  285. package/dist/es/pagination/Interfaces.js.map +0 -1
  286. package/dist/es/pagination/ListAppsListsPaginator.js.map +0 -1
  287. package/dist/es/pagination/ListComplianceStatusPaginator.js.map +0 -1
  288. package/dist/es/pagination/ListMemberAccountsPaginator.js.map +0 -1
  289. package/dist/es/pagination/ListPoliciesPaginator.js.map +0 -1
  290. package/dist/es/pagination/ListProtocolsListsPaginator.js.map +0 -1
  291. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  292. package/dist/es/runtimeConfig.browser.js.map +0 -1
  293. package/dist/es/runtimeConfig.js.map +0 -1
  294. package/dist/es/runtimeConfig.native.js.map +0 -1
  295. package/dist/es/runtimeConfig.shared.js.map +0 -1
  296. package/endpoints.ts +0 -161
  297. package/jest.config.js +0 -4
  298. package/models/models_0.ts +0 -3424
  299. package/pagination/Interfaces.ts +0 -7
  300. package/pagination/ListAppsListsPaginator.ts +0 -58
  301. package/pagination/ListComplianceStatusPaginator.ts +0 -58
  302. package/pagination/ListMemberAccountsPaginator.ts +0 -58
  303. package/pagination/ListPoliciesPaginator.ts +0 -58
  304. package/pagination/ListProtocolsListsPaginator.ts +0 -58
  305. package/protocols/Aws_json1_1.ts +0 -4651
  306. package/runtimeConfig.browser.ts +0 -40
  307. package/runtimeConfig.native.ts +0 -16
  308. package/runtimeConfig.shared.ts +0 -16
  309. package/runtimeConfig.ts +0 -45
  310. package/tsconfig.es.json +0 -12
  311. package/tsconfig.json +0 -32
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListAppsLists = void 0;
4
+ const ListAppsListsCommand_1 = require("../commands/ListAppsListsCommand");
4
5
  const FMS_1 = require("../FMS");
5
6
  const FMSClient_1 = require("../FMSClient");
6
- const ListAppsListsCommand_1 = require("../commands/ListAppsListsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListAppsLists(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListAppsLists = paginateListAppsLists;
46
- //# sourceMappingURL=ListAppsListsPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListComplianceStatus = void 0;
4
+ const ListComplianceStatusCommand_1 = require("../commands/ListComplianceStatusCommand");
4
5
  const FMS_1 = require("../FMS");
5
6
  const FMSClient_1 = require("../FMSClient");
6
- const ListComplianceStatusCommand_1 = require("../commands/ListComplianceStatusCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListComplianceStatus(config, input, ...additionalArgumen
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListComplianceStatus = paginateListComplianceStatus;
46
- //# sourceMappingURL=ListComplianceStatusPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListMemberAccounts = void 0;
4
+ const ListMemberAccountsCommand_1 = require("../commands/ListMemberAccountsCommand");
4
5
  const FMS_1 = require("../FMS");
5
6
  const FMSClient_1 = require("../FMSClient");
6
- const ListMemberAccountsCommand_1 = require("../commands/ListMemberAccountsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListMemberAccounts(config, input, ...additionalArguments
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListMemberAccounts = paginateListMemberAccounts;
46
- //# sourceMappingURL=ListMemberAccountsPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListPolicies = void 0;
4
+ const ListPoliciesCommand_1 = require("../commands/ListPoliciesCommand");
4
5
  const FMS_1 = require("../FMS");
5
6
  const FMSClient_1 = require("../FMSClient");
6
- const ListPoliciesCommand_1 = require("../commands/ListPoliciesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListPolicies(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListPolicies = paginateListPolicies;
46
- //# sourceMappingURL=ListPoliciesPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListProtocolsLists = void 0;
4
+ const ListProtocolsListsCommand_1 = require("../commands/ListProtocolsListsCommand");
4
5
  const FMS_1 = require("../FMS");
5
6
  const FMSClient_1 = require("../FMSClient");
6
- const ListProtocolsListsCommand_1 = require("../commands/ListProtocolsListsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListProtocolsLists(config, input, ...additionalArguments
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListProtocolsLists = paginateListProtocolsLists;
46
- //# sourceMappingURL=ListProtocolsListsPaginator.js.map
@@ -3670,4 +3670,3 @@ const loadRestJsonErrorCode = (output, data) => {
3670
3670
  }
3671
3671
  return "";
3672
3672
  };
3673
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -2,7 +2,8 @@
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
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
38
39
  };
39
40
  };
40
41
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,7 +2,8 @@
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
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const client_sts_1 = require("@aws-sdk/client-sts");
7
8
  const config_resolver_1 = require("@aws-sdk/config-resolver");
8
9
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
43
44
  };
44
45
  };
45
46
  exports.getRuntimeConfig = getRuntimeConfig;
46
- //# sourceMappingURL=runtimeConfig.js.map
@@ -17,4 +17,3 @@ const getRuntimeConfig = (config) => {
17
17
  };
18
18
  };
19
19
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const endpoints_1 = require("./endpoints");
5
4
  const url_parser_1 = require("@aws-sdk/url-parser");
5
+ const endpoints_1 = require("./endpoints");
6
6
  /**
7
7
  * @internal
8
8
  */
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
18
18
  });
19
19
  };
20
20
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { FMSClient } from "./FMSClient";
3
2
  import { AssociateAdminAccountCommand, } from "./commands/AssociateAdminAccountCommand";
4
3
  import { DeleteAppsListCommand, } from "./commands/DeleteAppsListCommand";
5
4
  import { DeleteNotificationChannelCommand, } from "./commands/DeleteNotificationChannelCommand";
@@ -26,16 +25,8 @@ import { PutPolicyCommand } from "./commands/PutPolicyCommand";
26
25
  import { PutProtocolsListCommand, } from "./commands/PutProtocolsListCommand";
27
26
  import { TagResourceCommand } from "./commands/TagResourceCommand";
28
27
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
29
- /**
30
- * <p>This is the <i>Firewall Manager API Reference</i>. This guide is for
31
- * developers who need detailed information about the Firewall Manager API actions, data
32
- * types, and errors. For detailed information about Firewall Manager features, see the
33
- * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-chapter.html">Firewall Manager Developer Guide</a>.</p>
34
- * <p>Some API actions require explicit resource permissions. For information, see the developer guide topic
35
- * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-api-permissions-ref.html">Firewall Manager required permissions for API actions</a>.
36
- * </p>
37
- */
38
- var FMS = /** @class */ (function (_super) {
28
+ import { FMSClient } from "./FMSClient";
29
+ var FMS = (function (_super) {
39
30
  __extends(FMS, _super);
40
31
  function FMS() {
41
32
  return _super !== null && _super.apply(this, arguments) || this;
@@ -407,4 +398,3 @@ var FMS = /** @class */ (function (_super) {
407
398
  return FMS;
408
399
  }(FMSClient));
409
400
  export { FMS };
410
- //# sourceMappingURL=FMS.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
3
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
4
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
5
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,16 +7,8 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
7
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
8
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
9
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
- /**
12
- * <p>This is the <i>Firewall Manager API Reference</i>. This guide is for
13
- * developers who need detailed information about the Firewall Manager API actions, data
14
- * types, and errors. For detailed information about Firewall Manager features, see the
15
- * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-chapter.html">Firewall Manager Developer Guide</a>.</p>
16
- * <p>Some API actions require explicit resource permissions. For information, see the developer guide topic
17
- * <a href="https://docs.aws.amazon.com/waf/latest/developerguide/fms-api-permissions-ref.html">Firewall Manager required permissions for API actions</a>.
18
- * </p>
19
- */
20
- var FMSClient = /** @class */ (function (_super) {
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
+ var FMSClient = (function (_super) {
21
12
  __extends(FMSClient, _super);
22
13
  function FMSClient(configuration) {
23
14
  var _this = this;
@@ -38,15 +29,9 @@ var FMSClient = /** @class */ (function (_super) {
38
29
  _this.middlewareStack.use(getUserAgentPlugin(_this.config));
39
30
  return _this;
40
31
  }
41
- /**
42
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
43
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
44
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
45
- */
46
32
  FMSClient.prototype.destroy = function () {
47
33
  _super.prototype.destroy.call(this);
48
34
  };
49
35
  return FMSClient;
50
36
  }(__Client));
51
37
  export { FMSClient };
52
- //# sourceMappingURL=FMSClient.js.map
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { AssociateAdminAccountRequest } from "../models/models_0";
3
- import { deserializeAws_json1_1AssociateAdminAccountCommand, serializeAws_json1_1AssociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Sets the Firewall Manager administrator account. The account must be
8
- * a member of the organization in Organizations whose resources you want to protect.
9
- * Firewall Manager sets the permissions that allow the account to administer your Firewall Manager policies.</p>
10
- * <p>The account that you associate with Firewall Manager is called the Firewall Manager administrator account. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FMSClient, AssociateAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
15
- * // const { FMSClient, AssociateAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
16
- * const client = new FMSClient(config);
17
- * const command = new AssociateAdminAccountCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AssociateAdminAccountCommandInput} for command's `input` shape.
22
- * @see {@link AssociateAdminAccountCommandOutput} for command's `response` shape.
23
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var AssociateAdminAccountCommand = /** @class */ (function (_super) {
4
+ import { AssociateAdminAccountRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1AssociateAdminAccountCommand, serializeAws_json1_1AssociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
6
+ var AssociateAdminAccountCommand = (function (_super) {
27
7
  __extends(AssociateAdminAccountCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function AssociateAdminAccountCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  AssociateAdminAccountCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +37,3 @@ var AssociateAdminAccountCommand = /** @class */ (function (_super) {
65
37
  return AssociateAdminAccountCommand;
66
38
  }($Command));
67
39
  export { AssociateAdminAccountCommand };
68
- //# sourceMappingURL=AssociateAdminAccountCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteAppsListRequest } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteAppsListCommand, serializeAws_json1_1DeleteAppsListCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Permanently deletes an Firewall Manager applications list.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { FMSClient, DeleteAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
12
- * // const { FMSClient, DeleteAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
13
- * const client = new FMSClient(config);
14
- * const command = new DeleteAppsListCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteAppsListCommandInput} for command's `input` shape.
19
- * @see {@link DeleteAppsListCommandOutput} for command's `response` shape.
20
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteAppsListCommand = /** @class */ (function (_super) {
4
+ import { DeleteAppsListRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteAppsListCommand, serializeAws_json1_1DeleteAppsListCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteAppsListCommand = (function (_super) {
24
7
  __extends(DeleteAppsListCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteAppsListCommand(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
  DeleteAppsListCommand.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);
@@ -62,4 +37,3 @@ var DeleteAppsListCommand = /** @class */ (function (_super) {
62
37
  return DeleteAppsListCommand;
63
38
  }($Command));
64
39
  export { DeleteAppsListCommand };
65
- //# sourceMappingURL=DeleteAppsListCommand.js.map
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteNotificationChannelRequest } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteNotificationChannelCommand, serializeAws_json1_1DeleteNotificationChannelCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes an Firewall Manager association with the IAM role and the Amazon Simple
8
- * Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { FMSClient, DeleteNotificationChannelCommand } from "@aws-sdk/client-fms"; // ES Modules import
13
- * // const { FMSClient, DeleteNotificationChannelCommand } = require("@aws-sdk/client-fms"); // CommonJS import
14
- * const client = new FMSClient(config);
15
- * const command = new DeleteNotificationChannelCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link DeleteNotificationChannelCommandInput} for command's `input` shape.
20
- * @see {@link DeleteNotificationChannelCommandOutput} for command's `response` shape.
21
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var DeleteNotificationChannelCommand = /** @class */ (function (_super) {
4
+ import { DeleteNotificationChannelRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteNotificationChannelCommand, serializeAws_json1_1DeleteNotificationChannelCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteNotificationChannelCommand = (function (_super) {
25
7
  __extends(DeleteNotificationChannelCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function DeleteNotificationChannelCommand(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
  DeleteNotificationChannelCommand.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);
@@ -63,4 +37,3 @@ var DeleteNotificationChannelCommand = /** @class */ (function (_super) {
63
37
  return DeleteNotificationChannelCommand;
64
38
  }($Command));
65
39
  export { DeleteNotificationChannelCommand };
66
- //# sourceMappingURL=DeleteNotificationChannelCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeletePolicyRequest } from "../models/models_0";
3
- import { deserializeAws_json1_1DeletePolicyCommand, serializeAws_json1_1DeletePolicyCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Permanently deletes an Firewall Manager policy. </p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { FMSClient, DeletePolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import
12
- * // const { FMSClient, DeletePolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import
13
- * const client = new FMSClient(config);
14
- * const command = new DeletePolicyCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeletePolicyCommandInput} for command's `input` shape.
19
- * @see {@link DeletePolicyCommandOutput} for command's `response` shape.
20
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeletePolicyCommand = /** @class */ (function (_super) {
4
+ import { DeletePolicyRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeletePolicyCommand, serializeAws_json1_1DeletePolicyCommand, } from "../protocols/Aws_json1_1";
6
+ var DeletePolicyCommand = (function (_super) {
24
7
  __extends(DeletePolicyCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeletePolicyCommand(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
  DeletePolicyCommand.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);
@@ -62,4 +37,3 @@ var DeletePolicyCommand = /** @class */ (function (_super) {
62
37
  return DeletePolicyCommand;
63
38
  }($Command));
64
39
  export { DeletePolicyCommand };
65
- //# sourceMappingURL=DeletePolicyCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteProtocolsListRequest } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteProtocolsListCommand, serializeAws_json1_1DeleteProtocolsListCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Permanently deletes an Firewall Manager protocols list.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { FMSClient, DeleteProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
12
- * // const { FMSClient, DeleteProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
13
- * const client = new FMSClient(config);
14
- * const command = new DeleteProtocolsListCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteProtocolsListCommandInput} for command's `input` shape.
19
- * @see {@link DeleteProtocolsListCommandOutput} for command's `response` shape.
20
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteProtocolsListCommand = /** @class */ (function (_super) {
4
+ import { DeleteProtocolsListRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteProtocolsListCommand, serializeAws_json1_1DeleteProtocolsListCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteProtocolsListCommand = (function (_super) {
24
7
  __extends(DeleteProtocolsListCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteProtocolsListCommand(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
  DeleteProtocolsListCommand.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);
@@ -62,4 +37,3 @@ var DeleteProtocolsListCommand = /** @class */ (function (_super) {
62
37
  return DeleteProtocolsListCommand;
63
38
  }($Command));
64
39
  export { DeleteProtocolsListCommand };
65
- //# sourceMappingURL=DeleteProtocolsListCommand.js.map
@@ -1,42 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DisassociateAdminAccountRequest } from "../models/models_0";
3
- import { deserializeAws_json1_1DisassociateAdminAccountCommand, serializeAws_json1_1DisassociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Disassociates the account that has been set as the Firewall Manager administrator
8
- * account. To set a different account as the administrator account, you must submit an
9
- * <code>AssociateAdminAccount</code> request.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FMSClient, DisassociateAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
14
- * // const { FMSClient, DisassociateAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
15
- * const client = new FMSClient(config);
16
- * const command = new DisassociateAdminAccountCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DisassociateAdminAccountCommandInput} for command's `input` shape.
21
- * @see {@link DisassociateAdminAccountCommandOutput} for command's `response` shape.
22
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
- var DisassociateAdminAccountCommand = /** @class */ (function (_super) {
4
+ import { DisassociateAdminAccountRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1DisassociateAdminAccountCommand, serializeAws_json1_1DisassociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
6
+ var DisassociateAdminAccountCommand = (function (_super) {
26
7
  __extends(DisassociateAdminAccountCommand, _super);
27
- // Start section: command_properties
28
- // End section: command_properties
29
8
  function DisassociateAdminAccountCommand(input) {
30
- var _this =
31
- // Start section: command_constructor
32
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
33
10
  _this.input = input;
34
11
  return _this;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  DisassociateAdminAccountCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
41
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +37,3 @@ var DisassociateAdminAccountCommand = /** @class */ (function (_super) {
64
37
  return DisassociateAdminAccountCommand;
65
38
  }($Command));
66
39
  export { DisassociateAdminAccountCommand };
67
- //# sourceMappingURL=DisassociateAdminAccountCommand.js.map
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1GetAdminAccountCommand, serializeAws_json1_1GetAdminAccountCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns the Organizations account that is associated with Firewall Manager
8
- * as the Firewall Manager administrator.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { FMSClient, GetAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
13
- * // const { FMSClient, GetAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
14
- * const client = new FMSClient(config);
15
- * const command = new GetAdminAccountCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link GetAdminAccountCommandInput} for command's `input` shape.
20
- * @see {@link GetAdminAccountCommandOutput} for command's `response` shape.
21
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var GetAdminAccountCommand = /** @class */ (function (_super) {
4
+ import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetAdminAccountCommand, serializeAws_json1_1GetAdminAccountCommand, } from "../protocols/Aws_json1_1";
6
+ var GetAdminAccountCommand = (function (_super) {
25
7
  __extends(GetAdminAccountCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function GetAdminAccountCommand(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
  GetAdminAccountCommand.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);
@@ -63,4 +37,3 @@ var GetAdminAccountCommand = /** @class */ (function (_super) {
63
37
  return GetAdminAccountCommand;
64
38
  }($Command));
65
39
  export { GetAdminAccountCommand };
66
- //# sourceMappingURL=GetAdminAccountCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1GetAppsListCommand, serializeAws_json1_1GetAppsListCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns information about the specified Firewall Manager applications list.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { FMSClient, GetAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
12
- * // const { FMSClient, GetAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
13
- * const client = new FMSClient(config);
14
- * const command = new GetAppsListCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetAppsListCommandInput} for command's `input` shape.
19
- * @see {@link GetAppsListCommandOutput} for command's `response` shape.
20
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetAppsListCommand = /** @class */ (function (_super) {
4
+ import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetAppsListCommand, serializeAws_json1_1GetAppsListCommand, } from "../protocols/Aws_json1_1";
6
+ var GetAppsListCommand = (function (_super) {
24
7
  __extends(GetAppsListCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetAppsListCommand(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
  GetAppsListCommand.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);
@@ -62,4 +37,3 @@ var GetAppsListCommand = /** @class */ (function (_super) {
62
37
  return GetAppsListCommand;
63
38
  }($Command));
64
39
  export { GetAppsListCommand };
65
- //# sourceMappingURL=GetAppsListCommand.js.map