@aws-sdk/client-fms 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 (336) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/FMS.js +1 -11
  3. package/dist-cjs/FMSClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AssociateAdminAccountCommand.js +2 -30
  5. package/{dist/cjs → dist-cjs}/commands/DeleteAppsListCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/DeleteNotificationChannelCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/commands/DeletePolicyCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/DeleteProtocolsListCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/DisassociateAdminAccountCommand.js +2 -29
  10. package/{dist/cjs → dist-cjs}/commands/GetAdminAccountCommand.js +2 -28
  11. package/{dist/cjs → dist-cjs}/commands/GetAppsListCommand.js +2 -27
  12. package/dist-cjs/commands/GetComplianceDetailCommand.js +36 -0
  13. package/{dist/cjs → dist-cjs}/commands/GetNotificationChannelCommand.js +2 -29
  14. package/{dist/cjs → dist-cjs}/commands/GetPolicyCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/GetProtectionStatusCommand.js +2 -28
  16. package/{dist/cjs → dist-cjs}/commands/GetProtocolsListCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/GetViolationDetailsCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/ListAppsListsCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/ListComplianceStatusCommand.js +2 -29
  20. package/{dist/cjs → dist-cjs}/commands/ListMemberAccountsCommand.js +2 -30
  21. package/{dist/cjs → dist-cjs}/commands/ListPoliciesCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/ListProtocolsListsCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/PutAppsListCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/PutNotificationChannelCommand.js +2 -31
  26. package/dist-cjs/commands/PutPolicyCommand.js +36 -0
  27. package/{dist/cjs → dist-cjs}/commands/PutProtocolsListCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  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 -310
  34. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  35. package/{dist/cjs → dist-cjs}/pagination/ListAppsListsPaginator.js +1 -12
  36. package/{dist/cjs → dist-cjs}/pagination/ListComplianceStatusPaginator.js +1 -12
  37. package/{dist/cjs → dist-cjs}/pagination/ListMemberAccountsPaginator.js +1 -12
  38. package/{dist/cjs → dist-cjs}/pagination/ListPoliciesPaginator.js +1 -12
  39. package/{dist/cjs → dist-cjs}/pagination/ListProtocolsListsPaginator.js +1 -12
  40. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  41. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  43. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  44. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  45. package/{dist/es → dist-es}/FMS.js +1 -2
  46. package/{dist/es → dist-es}/FMSClient.js +1 -2
  47. package/{dist/es → dist-es}/commands/AssociateAdminAccountCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/DeleteAppsListCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/DeleteNotificationChannelCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/DeletePolicyCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/DeleteProtocolsListCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/DisassociateAdminAccountCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/GetAdminAccountCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/GetAppsListCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/GetComplianceDetailCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/GetNotificationChannelCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/GetPolicyCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/GetProtectionStatusCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/GetProtocolsListCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/GetViolationDetailsCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/ListAppsListsCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/ListComplianceStatusCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/ListMemberAccountsCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/ListPoliciesCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/ListProtocolsListsCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/PutAppsListCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/PutNotificationChannelCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/PutPolicyCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/PutProtocolsListCommand.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}/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 -1
  77. package/dist-es/pagination/Interfaces.js +1 -0
  78. package/{dist/es → dist-es}/pagination/ListAppsListsPaginator.js +1 -2
  79. package/{dist/es → dist-es}/pagination/ListComplianceStatusPaginator.js +1 -2
  80. package/{dist/es → dist-es}/pagination/ListMemberAccountsPaginator.js +1 -2
  81. package/{dist/es → dist-es}/pagination/ListPoliciesPaginator.js +1 -2
  82. package/{dist/es → dist-es}/pagination/ListProtocolsListsPaginator.js +1 -2
  83. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  84. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  85. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  86. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  87. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  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 +0 -0
  128. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  129. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  130. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  131. package/{dist/types → dist-types}/ts3.4/FMS.d.ts +29 -163
  132. package/{dist/types → dist-types}/ts3.4/FMSClient.d.ts +32 -103
  133. package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +17 -0
  145. package/{dist/types → dist-types}/ts3.4/commands/GetProtocolsListCommand.d.ts +4 -22
  146. package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +17 -0
  151. package/{dist/types → dist-types}/ts3.4/commands/ListProtocolsListsCommand.d.ts +4 -22
  152. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  153. package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +17 -0
  156. package/{dist/types → dist-types}/ts3.4/commands/PutProtocolsListCommand.d.ts +4 -22
  157. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  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/ts3.4/models/models_0.d.ts +1456 -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 -3
  171. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  172. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  173. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  174. package/package.json +45 -42
  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 +0 -50
  205. package/dist/cjs/FMSClient.js.map +0 -1
  206. package/dist/cjs/commands/AssociateAdminAccountCommand.js.map +0 -1
  207. package/dist/cjs/commands/DeleteAppsListCommand.js.map +0 -1
  208. package/dist/cjs/commands/DeleteNotificationChannelCommand.js.map +0 -1
  209. package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
  210. package/dist/cjs/commands/DeleteProtocolsListCommand.js.map +0 -1
  211. package/dist/cjs/commands/DisassociateAdminAccountCommand.js.map +0 -1
  212. package/dist/cjs/commands/GetAdminAccountCommand.js.map +0 -1
  213. package/dist/cjs/commands/GetAppsListCommand.js.map +0 -1
  214. package/dist/cjs/commands/GetComplianceDetailCommand.js +0 -84
  215. package/dist/cjs/commands/GetComplianceDetailCommand.js.map +0 -1
  216. package/dist/cjs/commands/GetNotificationChannelCommand.js.map +0 -1
  217. package/dist/cjs/commands/GetPolicyCommand.js.map +0 -1
  218. package/dist/cjs/commands/GetProtectionStatusCommand.js.map +0 -1
  219. package/dist/cjs/commands/GetProtocolsListCommand.js.map +0 -1
  220. package/dist/cjs/commands/GetViolationDetailsCommand.js.map +0 -1
  221. package/dist/cjs/commands/ListAppsListsCommand.js.map +0 -1
  222. package/dist/cjs/commands/ListComplianceStatusCommand.js.map +0 -1
  223. package/dist/cjs/commands/ListMemberAccountsCommand.js.map +0 -1
  224. package/dist/cjs/commands/ListPoliciesCommand.js.map +0 -1
  225. package/dist/cjs/commands/ListProtocolsListsCommand.js.map +0 -1
  226. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  227. package/dist/cjs/commands/PutAppsListCommand.js.map +0 -1
  228. package/dist/cjs/commands/PutNotificationChannelCommand.js.map +0 -1
  229. package/dist/cjs/commands/PutPolicyCommand.js +0 -93
  230. package/dist/cjs/commands/PutPolicyCommand.js.map +0 -1
  231. package/dist/cjs/commands/PutProtocolsListCommand.js.map +0 -1
  232. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  233. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  234. package/dist/cjs/endpoints.js.map +0 -1
  235. package/dist/cjs/index.js.map +0 -1
  236. package/dist/cjs/models/index.js.map +0 -1
  237. package/dist/cjs/models/models_0.js.map +0 -1
  238. package/dist/cjs/package.json +0 -91
  239. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  240. package/dist/cjs/pagination/ListAppsListsPaginator.js.map +0 -1
  241. package/dist/cjs/pagination/ListComplianceStatusPaginator.js.map +0 -1
  242. package/dist/cjs/pagination/ListMemberAccountsPaginator.js.map +0 -1
  243. package/dist/cjs/pagination/ListPoliciesPaginator.js.map +0 -1
  244. package/dist/cjs/pagination/ListProtocolsListsPaginator.js.map +0 -1
  245. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  246. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  247. package/dist/cjs/runtimeConfig.js.map +0 -1
  248. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  249. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  250. package/dist/es/FMS.js.map +0 -1
  251. package/dist/es/FMSClient.js.map +0 -1
  252. package/dist/es/commands/AssociateAdminAccountCommand.js.map +0 -1
  253. package/dist/es/commands/DeleteAppsListCommand.js.map +0 -1
  254. package/dist/es/commands/DeleteNotificationChannelCommand.js.map +0 -1
  255. package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
  256. package/dist/es/commands/DeleteProtocolsListCommand.js.map +0 -1
  257. package/dist/es/commands/DisassociateAdminAccountCommand.js.map +0 -1
  258. package/dist/es/commands/GetAdminAccountCommand.js.map +0 -1
  259. package/dist/es/commands/GetAppsListCommand.js.map +0 -1
  260. package/dist/es/commands/GetComplianceDetailCommand.js.map +0 -1
  261. package/dist/es/commands/GetNotificationChannelCommand.js.map +0 -1
  262. package/dist/es/commands/GetPolicyCommand.js.map +0 -1
  263. package/dist/es/commands/GetProtectionStatusCommand.js.map +0 -1
  264. package/dist/es/commands/GetProtocolsListCommand.js.map +0 -1
  265. package/dist/es/commands/GetViolationDetailsCommand.js.map +0 -1
  266. package/dist/es/commands/ListAppsListsCommand.js.map +0 -1
  267. package/dist/es/commands/ListComplianceStatusCommand.js.map +0 -1
  268. package/dist/es/commands/ListMemberAccountsCommand.js.map +0 -1
  269. package/dist/es/commands/ListPoliciesCommand.js.map +0 -1
  270. package/dist/es/commands/ListProtocolsListsCommand.js.map +0 -1
  271. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  272. package/dist/es/commands/PutAppsListCommand.js.map +0 -1
  273. package/dist/es/commands/PutNotificationChannelCommand.js.map +0 -1
  274. package/dist/es/commands/PutPolicyCommand.js.map +0 -1
  275. package/dist/es/commands/PutProtocolsListCommand.js.map +0 -1
  276. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  277. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  278. package/dist/es/endpoints.js.map +0 -1
  279. package/dist/es/index.js +0 -36
  280. package/dist/es/index.js.map +0 -1
  281. package/dist/es/models/index.js +0 -2
  282. package/dist/es/models/index.js.map +0 -1
  283. package/dist/es/models/models_0.js.map +0 -1
  284. package/dist/es/package.json +0 -91
  285. package/dist/es/pagination/Interfaces.js +0 -2
  286. package/dist/es/pagination/Interfaces.js.map +0 -1
  287. package/dist/es/pagination/ListAppsListsPaginator.js.map +0 -1
  288. package/dist/es/pagination/ListComplianceStatusPaginator.js.map +0 -1
  289. package/dist/es/pagination/ListMemberAccountsPaginator.js.map +0 -1
  290. package/dist/es/pagination/ListPoliciesPaginator.js.map +0 -1
  291. package/dist/es/pagination/ListProtocolsListsPaginator.js.map +0 -1
  292. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  293. package/dist/es/runtimeConfig.browser.js.map +0 -1
  294. package/dist/es/runtimeConfig.js.map +0 -1
  295. package/dist/es/runtimeConfig.native.js.map +0 -1
  296. package/dist/es/runtimeConfig.shared.js.map +0 -1
  297. package/dist/types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +0 -38
  298. package/dist/types/ts3.4/commands/DeleteAppsListCommand.d.ts +0 -35
  299. package/dist/types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +0 -36
  300. package/dist/types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -35
  301. package/dist/types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +0 -35
  302. package/dist/types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +0 -37
  303. package/dist/types/ts3.4/commands/GetAdminAccountCommand.d.ts +0 -36
  304. package/dist/types/ts3.4/commands/GetAppsListCommand.d.ts +0 -35
  305. package/dist/types/ts3.4/commands/GetComplianceDetailCommand.d.ts +0 -58
  306. package/dist/types/ts3.4/commands/GetNotificationChannelCommand.d.ts +0 -37
  307. package/dist/types/ts3.4/commands/GetPolicyCommand.d.ts +0 -35
  308. package/dist/types/ts3.4/commands/GetProtectionStatusCommand.d.ts +0 -36
  309. package/dist/types/ts3.4/commands/GetViolationDetailsCommand.d.ts +0 -35
  310. package/dist/types/ts3.4/commands/ListAppsListsCommand.d.ts +0 -35
  311. package/dist/types/ts3.4/commands/ListComplianceStatusCommand.d.ts +0 -37
  312. package/dist/types/ts3.4/commands/ListMemberAccountsCommand.d.ts +0 -38
  313. package/dist/types/ts3.4/commands/ListPoliciesCommand.d.ts +0 -35
  314. package/dist/types/ts3.4/commands/PutAppsListCommand.d.ts +0 -35
  315. package/dist/types/ts3.4/commands/PutNotificationChannelCommand.d.ts +0 -39
  316. package/dist/types/ts3.4/commands/PutPolicyCommand.d.ts +0 -67
  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 -2777
  320. package/endpoints.ts +0 -161
  321. package/jest.config.js +0 -4
  322. package/models/models_0.ts +0 -3424
  323. package/pagination/Interfaces.ts +0 -7
  324. package/pagination/ListAppsListsPaginator.ts +0 -58
  325. package/pagination/ListComplianceStatusPaginator.ts +0 -58
  326. package/pagination/ListMemberAccountsPaginator.ts +0 -58
  327. package/pagination/ListPoliciesPaginator.ts +0 -58
  328. package/pagination/ListProtocolsListsPaginator.ts +0 -58
  329. package/protocols/Aws_json1_1.ts +0 -4651
  330. package/runtimeConfig.browser.ts +0 -40
  331. package/runtimeConfig.native.ts +0 -16
  332. package/runtimeConfig.shared.ts +0 -16
  333. package/runtimeConfig.ts +0 -45
  334. package/tsconfig.es.json +0 -10
  335. package/tsconfig.json +0 -31
  336. package/tsconfig.types.json +0 -8
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { DeleteNotificationChannelRequest } from "../models/models_0";
5
+ export interface DeleteNotificationChannelCommandInput extends DeleteNotificationChannelRequest {
6
+ }
7
+ export interface DeleteNotificationChannelCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteNotificationChannelCommand extends $Command<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: DeleteNotificationChannelCommandInput;
12
+ constructor(input: DeleteNotificationChannelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { DeletePolicyRequest } from "../models/models_0";
5
+ export interface DeletePolicyCommandInput extends DeletePolicyRequest {
6
+ }
7
+ export interface DeletePolicyCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: DeletePolicyCommandInput;
12
+ constructor(input: DeletePolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { DeleteProtocolsListRequest } from "../models/models_0";
5
+ export interface DeleteProtocolsListCommandInput extends DeleteProtocolsListRequest {
6
+ }
7
+ export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteProtocolsListCommand extends $Command<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: DeleteProtocolsListCommandInput;
12
+ constructor(input: DeleteProtocolsListCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { DisassociateAdminAccountRequest } from "../models/models_0";
5
+ export interface DisassociateAdminAccountCommandInput extends DisassociateAdminAccountRequest {
6
+ }
7
+ export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateAdminAccountCommand extends $Command<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: DisassociateAdminAccountCommandInput;
12
+ constructor(input: DisassociateAdminAccountCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
5
+ export interface GetAdminAccountCommandInput extends GetAdminAccountRequest {
6
+ }
7
+ export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetAdminAccountCommand extends $Command<GetAdminAccountCommandInput, GetAdminAccountCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: GetAdminAccountCommandInput;
12
+ constructor(input: GetAdminAccountCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAdminAccountCommandInput, GetAdminAccountCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
5
+ export interface GetAppsListCommandInput extends GetAppsListRequest {
6
+ }
7
+ export interface GetAppsListCommandOutput extends GetAppsListResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetAppsListCommand extends $Command<GetAppsListCommandInput, GetAppsListCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: GetAppsListCommandInput;
12
+ constructor(input: GetAppsListCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppsListCommandInput, GetAppsListCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0";
5
+ export interface GetComplianceDetailCommandInput extends GetComplianceDetailRequest {
6
+ }
7
+ export interface GetComplianceDetailCommandOutput extends GetComplianceDetailResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetComplianceDetailCommand extends $Command<GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: GetComplianceDetailCommandInput;
12
+ constructor(input: GetComplianceDetailCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0";
5
+ export interface GetNotificationChannelCommandInput extends GetNotificationChannelRequest {
6
+ }
7
+ export interface GetNotificationChannelCommandOutput extends GetNotificationChannelResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetNotificationChannelCommand extends $Command<GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: GetNotificationChannelCommandInput;
12
+ constructor(input: GetNotificationChannelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
5
+ export interface GetPolicyCommandInput extends GetPolicyRequest {
6
+ }
7
+ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: GetPolicyCommandInput;
12
+ constructor(input: GetPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { GetProtectionStatusRequest, GetProtectionStatusResponse } from "../models/models_0";
5
+ export interface GetProtectionStatusCommandInput extends GetProtectionStatusRequest {
6
+ }
7
+ export interface GetProtectionStatusCommandOutput extends GetProtectionStatusResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetProtectionStatusCommand extends $Command<GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: GetProtectionStatusCommandInput;
12
+ constructor(input: GetProtectionStatusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
2
4
  import { GetProtocolsListRequest, GetProtocolsListResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetProtocolsListCommandInput extends GetProtocolsListRequest {
6
6
  }
7
7
  export interface GetProtocolsListCommandOutput extends GetProtocolsListResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns information about the specified Firewall Manager protocols list.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FMSClient, GetProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
15
- * // const { FMSClient, GetProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
16
- * const client = new FMSClient(config);
17
- * const command = new GetProtocolsListCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetProtocolsListCommandInput} for command's `input` shape.
22
- * @see {@link GetProtocolsListCommandOutput} for command's `response` shape.
23
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetProtocolsListCommand extends $Command<GetProtocolsListCommandInput, GetProtocolsListCommandOutput, FMSClientResolvedConfig> {
27
11
  readonly input: GetProtocolsListCommandInput;
28
12
  constructor(input: GetProtocolsListCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProtocolsListCommandInput, GetProtocolsListCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { GetViolationDetailsRequest, GetViolationDetailsResponse } from "../models/models_0";
5
+ export interface GetViolationDetailsCommandInput extends GetViolationDetailsRequest {
6
+ }
7
+ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetViolationDetailsCommand extends $Command<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: GetViolationDetailsCommandInput;
12
+ constructor(input: GetViolationDetailsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { ListAppsListsRequest, ListAppsListsResponse } from "../models/models_0";
5
+ export interface ListAppsListsCommandInput extends ListAppsListsRequest {
6
+ }
7
+ export interface ListAppsListsCommandOutput extends ListAppsListsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAppsListsCommand extends $Command<ListAppsListsCommandInput, ListAppsListsCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: ListAppsListsCommandInput;
12
+ constructor(input: ListAppsListsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppsListsCommandInput, ListAppsListsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { ListComplianceStatusRequest, ListComplianceStatusResponse } from "../models/models_0";
5
+ export interface ListComplianceStatusCommandInput extends ListComplianceStatusRequest {
6
+ }
7
+ export interface ListComplianceStatusCommandOutput extends ListComplianceStatusResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListComplianceStatusCommand extends $Command<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: ListComplianceStatusCommandInput;
12
+ constructor(input: ListComplianceStatusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { ListMemberAccountsRequest, ListMemberAccountsResponse } from "../models/models_0";
5
+ export interface ListMemberAccountsCommandInput extends ListMemberAccountsRequest {
6
+ }
7
+ export interface ListMemberAccountsCommandOutput extends ListMemberAccountsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListMemberAccountsCommand extends $Command<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: ListMemberAccountsCommandInput;
12
+ constructor(input: ListMemberAccountsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
5
+ export interface ListPoliciesCommandInput extends ListPoliciesRequest {
6
+ }
7
+ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListPoliciesCommand extends $Command<ListPoliciesCommandInput, ListPoliciesCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: ListPoliciesCommandInput;
12
+ constructor(input: ListPoliciesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
2
4
  import { ListProtocolsListsRequest, ListProtocolsListsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListProtocolsListsCommandInput extends ListProtocolsListsRequest {
6
6
  }
7
7
  export interface ListProtocolsListsCommandOutput extends ListProtocolsListsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns an array of <code>ProtocolsListDataSummary</code> objects.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FMSClient, ListProtocolsListsCommand } from "@aws-sdk/client-fms"; // ES Modules import
15
- * // const { FMSClient, ListProtocolsListsCommand } = require("@aws-sdk/client-fms"); // CommonJS import
16
- * const client = new FMSClient(config);
17
- * const command = new ListProtocolsListsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListProtocolsListsCommandInput} for command's `input` shape.
22
- * @see {@link ListProtocolsListsCommandOutput} for command's `response` shape.
23
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListProtocolsListsCommand extends $Command<ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput, FMSClientResolvedConfig> {
27
11
  readonly input: ListProtocolsListsCommandInput;
28
12
  constructor(input: ListProtocolsListsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
2
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieves the list of tags for the specified Amazon Web Services resource. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FMSClient, ListTagsForResourceCommand } from "@aws-sdk/client-fms"; // ES Modules import
15
- * // const { FMSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-fms"); // CommonJS import
16
- * const client = new FMSClient(config);
17
- * const command = new ListTagsForResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FMSClientResolvedConfig> {
27
11
  readonly input: ListTagsForResourceCommandInput;
28
12
  constructor(input: ListTagsForResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { PutAppsListRequest, PutAppsListResponse } from "../models/models_0";
5
+ export interface PutAppsListCommandInput extends PutAppsListRequest {
6
+ }
7
+ export interface PutAppsListCommandOutput extends PutAppsListResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutAppsListCommand extends $Command<PutAppsListCommandInput, PutAppsListCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: PutAppsListCommandInput;
12
+ constructor(input: PutAppsListCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAppsListCommandInput, PutAppsListCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { PutNotificationChannelRequest } from "../models/models_0";
5
+ export interface PutNotificationChannelCommandInput extends PutNotificationChannelRequest {
6
+ }
7
+ export interface PutNotificationChannelCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutNotificationChannelCommand extends $Command<PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: PutNotificationChannelCommandInput;
12
+ constructor(input: PutNotificationChannelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { PutPolicyRequest, PutPolicyResponse } from "../models/models_0";
5
+ export interface PutPolicyCommandInput extends PutPolicyRequest {
6
+ }
7
+ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: PutPolicyCommandInput;
12
+ constructor(input: PutPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPolicyCommandInput, PutPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
2
4
  import { PutProtocolsListRequest, PutProtocolsListResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface PutProtocolsListCommandInput extends PutProtocolsListRequest {
6
6
  }
7
7
  export interface PutProtocolsListCommandOutput extends PutProtocolsListResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates an Firewall Manager protocols list.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FMSClient, PutProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
15
- * // const { FMSClient, PutProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
16
- * const client = new FMSClient(config);
17
- * const command = new PutProtocolsListCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link PutProtocolsListCommandInput} for command's `input` shape.
22
- * @see {@link PutProtocolsListCommandOutput} for command's `response` shape.
23
- * @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class PutProtocolsListCommand extends $Command<PutProtocolsListCommandInput, PutProtocolsListCommandOutput, FMSClientResolvedConfig> {
27
11
  readonly input: PutProtocolsListCommandInput;
28
12
  constructor(input: PutProtocolsListCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutProtocolsListCommandInput, PutProtocolsListCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FMSClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FMSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
File without changes
File without changes