@aws-sdk/client-network-firewall 3.1076.0 → 3.1078.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 (295) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +309 -840
  3. package/dist-es/NetworkFirewall.js +12 -0
  4. package/dist-es/commandBuilder.js +6 -0
  5. package/dist-es/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.js +2 -14
  6. package/dist-es/commands/AssociateAvailabilityZonesCommand.js +2 -14
  7. package/dist-es/commands/AssociateFirewallPolicyCommand.js +2 -14
  8. package/dist-es/commands/AssociateSubnetsCommand.js +2 -14
  9. package/dist-es/commands/AttachRuleGroupsToProxyConfigurationCommand.js +2 -14
  10. package/dist-es/commands/CreateContainerAssociationCommand.js +4 -0
  11. package/dist-es/commands/CreateFirewallCommand.js +2 -14
  12. package/dist-es/commands/CreateFirewallPolicyCommand.js +2 -14
  13. package/dist-es/commands/CreateProxyCommand.js +2 -14
  14. package/dist-es/commands/CreateProxyConfigurationCommand.js +2 -14
  15. package/dist-es/commands/CreateProxyRuleGroupCommand.js +2 -14
  16. package/dist-es/commands/CreateProxyRulesCommand.js +2 -14
  17. package/dist-es/commands/CreateRuleGroupCommand.js +2 -14
  18. package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +2 -14
  19. package/dist-es/commands/CreateVpcEndpointAssociationCommand.js +2 -14
  20. package/dist-es/commands/DeleteContainerAssociationCommand.js +4 -0
  21. package/dist-es/commands/DeleteFirewallCommand.js +2 -14
  22. package/dist-es/commands/DeleteFirewallPolicyCommand.js +2 -14
  23. package/dist-es/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.js +2 -14
  24. package/dist-es/commands/DeleteProxyCommand.js +2 -14
  25. package/dist-es/commands/DeleteProxyConfigurationCommand.js +2 -14
  26. package/dist-es/commands/DeleteProxyRuleGroupCommand.js +2 -14
  27. package/dist-es/commands/DeleteProxyRulesCommand.js +2 -14
  28. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  29. package/dist-es/commands/DeleteRuleGroupCommand.js +2 -14
  30. package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +2 -14
  31. package/dist-es/commands/DeleteVpcEndpointAssociationCommand.js +2 -14
  32. package/dist-es/commands/DescribeContainerAssociationCommand.js +4 -0
  33. package/dist-es/commands/DescribeFirewallCommand.js +2 -14
  34. package/dist-es/commands/DescribeFirewallMetadataCommand.js +2 -14
  35. package/dist-es/commands/DescribeFirewallPolicyCommand.js +2 -14
  36. package/dist-es/commands/DescribeFlowOperationCommand.js +2 -14
  37. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -14
  38. package/dist-es/commands/DescribeProxyCommand.js +2 -14
  39. package/dist-es/commands/DescribeProxyConfigurationCommand.js +2 -14
  40. package/dist-es/commands/DescribeProxyRuleCommand.js +2 -14
  41. package/dist-es/commands/DescribeProxyRuleGroupCommand.js +2 -14
  42. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
  43. package/dist-es/commands/DescribeRuleGroupCommand.js +2 -14
  44. package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +2 -14
  45. package/dist-es/commands/DescribeRuleGroupSummaryCommand.js +2 -14
  46. package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +2 -14
  47. package/dist-es/commands/DescribeVpcEndpointAssociationCommand.js +2 -14
  48. package/dist-es/commands/DetachRuleGroupsFromProxyConfigurationCommand.js +2 -14
  49. package/dist-es/commands/DisassociateAvailabilityZonesCommand.js +2 -14
  50. package/dist-es/commands/DisassociateSubnetsCommand.js +2 -14
  51. package/dist-es/commands/GetAnalysisReportResultsCommand.js +2 -14
  52. package/dist-es/commands/ListAnalysisReportsCommand.js +2 -14
  53. package/dist-es/commands/ListContainerAssociationsCommand.js +4 -0
  54. package/dist-es/commands/ListFirewallPoliciesCommand.js +2 -14
  55. package/dist-es/commands/ListFirewallsCommand.js +2 -14
  56. package/dist-es/commands/ListFlowOperationResultsCommand.js +2 -14
  57. package/dist-es/commands/ListFlowOperationsCommand.js +2 -14
  58. package/dist-es/commands/ListProxiesCommand.js +2 -14
  59. package/dist-es/commands/ListProxyConfigurationsCommand.js +2 -14
  60. package/dist-es/commands/ListProxyRuleGroupsCommand.js +2 -14
  61. package/dist-es/commands/ListRuleGroupsCommand.js +2 -14
  62. package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +2 -14
  63. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  64. package/dist-es/commands/ListVpcEndpointAssociationsCommand.js +2 -14
  65. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  66. package/dist-es/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.js +2 -14
  67. package/dist-es/commands/StartAnalysisReportCommand.js +2 -14
  68. package/dist-es/commands/StartFlowCaptureCommand.js +2 -14
  69. package/dist-es/commands/StartFlowFlushCommand.js +2 -14
  70. package/dist-es/commands/TagResourceCommand.js +2 -14
  71. package/dist-es/commands/UntagResourceCommand.js +2 -14
  72. package/dist-es/commands/UpdateAvailabilityZoneChangeProtectionCommand.js +2 -14
  73. package/dist-es/commands/UpdateContainerAssociationCommand.js +4 -0
  74. package/dist-es/commands/UpdateFirewallAnalysisSettingsCommand.js +2 -14
  75. package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +2 -14
  76. package/dist-es/commands/UpdateFirewallDescriptionCommand.js +2 -14
  77. package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -14
  78. package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -14
  79. package/dist-es/commands/UpdateFirewallPolicyCommand.js +2 -14
  80. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -14
  81. package/dist-es/commands/UpdateProxyCommand.js +2 -14
  82. package/dist-es/commands/UpdateProxyConfigurationCommand.js +2 -14
  83. package/dist-es/commands/UpdateProxyRuleCommand.js +2 -14
  84. package/dist-es/commands/UpdateProxyRuleGroupPrioritiesCommand.js +2 -14
  85. package/dist-es/commands/UpdateProxyRulePrioritiesCommand.js +2 -14
  86. package/dist-es/commands/UpdateRuleGroupCommand.js +2 -14
  87. package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +2 -14
  88. package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +2 -14
  89. package/dist-es/commands/index.js +5 -0
  90. package/dist-es/index.js +1 -0
  91. package/dist-es/models/enums.js +9 -0
  92. package/dist-es/pagination/ListContainerAssociationsPaginator.js +4 -0
  93. package/dist-es/pagination/index.js +1 -0
  94. package/dist-es/runtimeConfig.browser.js +0 -2
  95. package/dist-es/runtimeConfig.js +1 -2
  96. package/dist-es/runtimeConfig.native.js +0 -2
  97. package/dist-es/runtimeConfig.shared.js +2 -0
  98. package/dist-es/schemas/schemas_0.js +161 -45
  99. package/dist-types/NetworkFirewall.d.ts +45 -0
  100. package/dist-types/NetworkFirewallClient.d.ts +7 -2
  101. package/dist-types/commandBuilder.d.ts +18 -0
  102. package/dist-types/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +3 -8
  103. package/dist-types/commands/AssociateAvailabilityZonesCommand.d.ts +3 -8
  104. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +3 -8
  105. package/dist-types/commands/AssociateSubnetsCommand.d.ts +3 -8
  106. package/dist-types/commands/AttachRuleGroupsToProxyConfigurationCommand.d.ts +3 -8
  107. package/dist-types/commands/CreateContainerAssociationCommand.d.ts +144 -0
  108. package/dist-types/commands/CreateFirewallCommand.d.ts +3 -8
  109. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +3 -8
  110. package/dist-types/commands/CreateProxyCommand.d.ts +3 -8
  111. package/dist-types/commands/CreateProxyConfigurationCommand.d.ts +3 -8
  112. package/dist-types/commands/CreateProxyRuleGroupCommand.d.ts +3 -8
  113. package/dist-types/commands/CreateProxyRulesCommand.d.ts +3 -8
  114. package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -8
  115. package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +3 -8
  116. package/dist-types/commands/CreateVpcEndpointAssociationCommand.d.ts +3 -8
  117. package/dist-types/commands/DeleteContainerAssociationCommand.d.ts +104 -0
  118. package/dist-types/commands/DeleteFirewallCommand.d.ts +3 -8
  119. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +3 -8
  120. package/dist-types/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +3 -8
  121. package/dist-types/commands/DeleteProxyCommand.d.ts +3 -8
  122. package/dist-types/commands/DeleteProxyConfigurationCommand.d.ts +3 -8
  123. package/dist-types/commands/DeleteProxyRuleGroupCommand.d.ts +3 -8
  124. package/dist-types/commands/DeleteProxyRulesCommand.d.ts +3 -8
  125. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  126. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +3 -8
  127. package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +3 -8
  128. package/dist-types/commands/DeleteVpcEndpointAssociationCommand.d.ts +3 -8
  129. package/dist-types/commands/DescribeContainerAssociationCommand.d.ts +122 -0
  130. package/dist-types/commands/DescribeFirewallCommand.d.ts +3 -8
  131. package/dist-types/commands/DescribeFirewallMetadataCommand.d.ts +3 -8
  132. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +3 -8
  133. package/dist-types/commands/DescribeFlowOperationCommand.d.ts +3 -8
  134. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +3 -8
  135. package/dist-types/commands/DescribeProxyCommand.d.ts +3 -8
  136. package/dist-types/commands/DescribeProxyConfigurationCommand.d.ts +3 -8
  137. package/dist-types/commands/DescribeProxyRuleCommand.d.ts +3 -8
  138. package/dist-types/commands/DescribeProxyRuleGroupCommand.d.ts +3 -8
  139. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
  140. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +3 -8
  141. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +3 -8
  142. package/dist-types/commands/DescribeRuleGroupSummaryCommand.d.ts +3 -8
  143. package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +3 -8
  144. package/dist-types/commands/DescribeVpcEndpointAssociationCommand.d.ts +3 -8
  145. package/dist-types/commands/DetachRuleGroupsFromProxyConfigurationCommand.d.ts +3 -8
  146. package/dist-types/commands/DisassociateAvailabilityZonesCommand.d.ts +3 -8
  147. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +3 -8
  148. package/dist-types/commands/GetAnalysisReportResultsCommand.d.ts +3 -8
  149. package/dist-types/commands/ListAnalysisReportsCommand.d.ts +3 -8
  150. package/dist-types/commands/ListContainerAssociationsCommand.d.ts +101 -0
  151. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +3 -8
  152. package/dist-types/commands/ListFirewallsCommand.d.ts +3 -8
  153. package/dist-types/commands/ListFlowOperationResultsCommand.d.ts +3 -8
  154. package/dist-types/commands/ListFlowOperationsCommand.d.ts +3 -8
  155. package/dist-types/commands/ListProxiesCommand.d.ts +3 -8
  156. package/dist-types/commands/ListProxyConfigurationsCommand.d.ts +3 -8
  157. package/dist-types/commands/ListProxyRuleGroupsCommand.d.ts +3 -8
  158. package/dist-types/commands/ListRuleGroupsCommand.d.ts +3 -8
  159. package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +3 -8
  160. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  161. package/dist-types/commands/ListVpcEndpointAssociationsCommand.d.ts +3 -8
  162. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  163. package/dist-types/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +3 -8
  164. package/dist-types/commands/StartAnalysisReportCommand.d.ts +3 -8
  165. package/dist-types/commands/StartFlowCaptureCommand.d.ts +3 -8
  166. package/dist-types/commands/StartFlowFlushCommand.d.ts +3 -8
  167. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  168. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  169. package/dist-types/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +3 -8
  170. package/dist-types/commands/UpdateContainerAssociationCommand.d.ts +143 -0
  171. package/dist-types/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +3 -8
  172. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +3 -8
  173. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +3 -8
  174. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +3 -8
  175. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +3 -8
  176. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +3 -8
  177. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +3 -8
  178. package/dist-types/commands/UpdateProxyCommand.d.ts +3 -8
  179. package/dist-types/commands/UpdateProxyConfigurationCommand.d.ts +3 -8
  180. package/dist-types/commands/UpdateProxyRuleCommand.d.ts +3 -8
  181. package/dist-types/commands/UpdateProxyRuleGroupPrioritiesCommand.d.ts +3 -8
  182. package/dist-types/commands/UpdateProxyRulePrioritiesCommand.d.ts +3 -8
  183. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +3 -8
  184. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +3 -8
  185. package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +3 -8
  186. package/dist-types/commands/index.d.ts +5 -0
  187. package/dist-types/index.d.ts +1 -0
  188. package/dist-types/models/enums.d.ts +25 -0
  189. package/dist-types/models/models_0.d.ts +345 -2
  190. package/dist-types/pagination/ListContainerAssociationsPaginator.d.ts +7 -0
  191. package/dist-types/pagination/index.d.ts +1 -0
  192. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  193. package/dist-types/runtimeConfig.d.ts +1 -1
  194. package/dist-types/runtimeConfig.native.d.ts +1 -1
  195. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  196. package/dist-types/schemas/schemas_0.d.ts +18 -0
  197. package/dist-types/ts3.4/NetworkFirewall.d.ts +95 -0
  198. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +30 -0
  199. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  200. package/dist-types/ts3.4/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/AssociateAvailabilityZonesCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/AttachRuleGroupsToProxyConfigurationCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/CreateContainerAssociationCommand.d.ts +44 -0
  206. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/CreateProxyCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/CreateProxyConfigurationCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/CreateProxyRuleGroupCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/CreateProxyRulesCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/CreateVpcEndpointAssociationCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/DeleteContainerAssociationCommand.d.ts +44 -0
  216. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/DeleteProxyCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/DeleteProxyConfigurationCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/DeleteProxyRuleGroupCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/DeleteProxyRulesCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/DeleteVpcEndpointAssociationCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/DescribeContainerAssociationCommand.d.ts +44 -0
  228. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/DescribeFirewallMetadataCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/DescribeFlowOperationCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/DescribeProxyCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/DescribeProxyConfigurationCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/DescribeProxyRuleCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/DescribeProxyRuleGroupCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/commands/DescribeRuleGroupSummaryCommand.d.ts +7 -16
  241. package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +7 -16
  242. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/DetachRuleGroupsFromProxyConfigurationCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/DisassociateAvailabilityZonesCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/GetAnalysisReportResultsCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/commands/ListAnalysisReportsCommand.d.ts +7 -16
  248. package/dist-types/ts3.4/commands/ListContainerAssociationsCommand.d.ts +44 -0
  249. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +7 -16
  250. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +7 -16
  251. package/dist-types/ts3.4/commands/ListFlowOperationResultsCommand.d.ts +7 -16
  252. package/dist-types/ts3.4/commands/ListFlowOperationsCommand.d.ts +7 -16
  253. package/dist-types/ts3.4/commands/ListProxiesCommand.d.ts +7 -16
  254. package/dist-types/ts3.4/commands/ListProxyConfigurationsCommand.d.ts +7 -16
  255. package/dist-types/ts3.4/commands/ListProxyRuleGroupsCommand.d.ts +7 -16
  256. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +7 -16
  257. package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +7 -16
  258. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  259. package/dist-types/ts3.4/commands/ListVpcEndpointAssociationsCommand.d.ts +7 -16
  260. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  261. package/dist-types/ts3.4/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +7 -16
  262. package/dist-types/ts3.4/commands/StartAnalysisReportCommand.d.ts +7 -16
  263. package/dist-types/ts3.4/commands/StartFlowCaptureCommand.d.ts +7 -16
  264. package/dist-types/ts3.4/commands/StartFlowFlushCommand.d.ts +7 -16
  265. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  266. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  267. package/dist-types/ts3.4/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +7 -16
  268. package/dist-types/ts3.4/commands/UpdateContainerAssociationCommand.d.ts +44 -0
  269. package/dist-types/ts3.4/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +7 -16
  270. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +7 -16
  271. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +7 -16
  272. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +7 -16
  273. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +7 -16
  274. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +7 -16
  275. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +7 -16
  276. package/dist-types/ts3.4/commands/UpdateProxyCommand.d.ts +7 -16
  277. package/dist-types/ts3.4/commands/UpdateProxyConfigurationCommand.d.ts +7 -16
  278. package/dist-types/ts3.4/commands/UpdateProxyRuleCommand.d.ts +7 -16
  279. package/dist-types/ts3.4/commands/UpdateProxyRuleGroupPrioritiesCommand.d.ts +7 -16
  280. package/dist-types/ts3.4/commands/UpdateProxyRulePrioritiesCommand.d.ts +7 -16
  281. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +7 -16
  282. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +7 -16
  283. package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +7 -16
  284. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  285. package/dist-types/ts3.4/index.d.ts +1 -0
  286. package/dist-types/ts3.4/models/enums.d.ts +13 -0
  287. package/dist-types/ts3.4/models/models_0.d.ts +93 -0
  288. package/dist-types/ts3.4/pagination/ListContainerAssociationsPaginator.d.ts +11 -0
  289. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  290. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  291. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  292. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  293. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  294. package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
  295. package/package.json +8 -10
@@ -0,0 +1,122 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { DescribeContainerAssociationRequest, DescribeContainerAssociationResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link DescribeContainerAssociationCommand}.
11
+ */
12
+ export interface DescribeContainerAssociationCommandInput extends DescribeContainerAssociationRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link DescribeContainerAssociationCommand}.
18
+ */
19
+ export interface DescribeContainerAssociationCommandOutput extends DescribeContainerAssociationResponse, __MetadataBearer {
20
+ }
21
+ declare const DescribeContainerAssociationCommand_base: {
22
+ new (input: DescribeContainerAssociationCommandInput): import("@smithy/core/client").CommandImpl<DescribeContainerAssociationCommandInput, DescribeContainerAssociationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeContainerAssociationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeContainerAssociationCommandInput, DescribeContainerAssociationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Returns the properties of a container association.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { NetworkFirewallClient, DescribeContainerAssociationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
32
+ * // const { NetworkFirewallClient, DescribeContainerAssociationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
33
+ * // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
34
+ * const config = {}; // type is NetworkFirewallClientConfig
35
+ * const client = new NetworkFirewallClient(config);
36
+ * const input = { // DescribeContainerAssociationRequest
37
+ * ContainerAssociationName: "STRING_VALUE",
38
+ * ContainerAssociationArn: "STRING_VALUE",
39
+ * };
40
+ * const command = new DescribeContainerAssociationCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DescribeContainerAssociationResponse
43
+ * // ContainerAssociationName: "STRING_VALUE",
44
+ * // ContainerAssociationArn: "STRING_VALUE",
45
+ * // Description: "STRING_VALUE",
46
+ * // Type: "ECS" || "EKS",
47
+ * // ContainerMonitoringConfigurations: [ // ContainerMonitoringConfigurations
48
+ * // { // ContainerMonitoringConfiguration
49
+ * // ClusterArn: "STRING_VALUE", // required
50
+ * // AttributeFilters: [ // ContainerAttributes
51
+ * // { // ContainerAttribute
52
+ * // Key: "STRING_VALUE", // required
53
+ * // Value: "STRING_VALUE", // required
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // ],
58
+ * // Status: "ACTIVE" || "CREATING" || "DELETING",
59
+ * // ResolvedCidrCount: Number("int"),
60
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
61
+ * // Tags: [ // TagList
62
+ * // { // Tag
63
+ * // Key: "STRING_VALUE", // required
64
+ * // Value: "STRING_VALUE", // required
65
+ * // },
66
+ * // ],
67
+ * // UpdateToken: "STRING_VALUE",
68
+ * // };
69
+ *
70
+ * ```
71
+ *
72
+ * @param DescribeContainerAssociationCommandInput - {@link DescribeContainerAssociationCommandInput}
73
+ * @returns {@link DescribeContainerAssociationCommandOutput}
74
+ * @see {@link DescribeContainerAssociationCommandInput} for command's `input` shape.
75
+ * @see {@link DescribeContainerAssociationCommandOutput} for command's `response` shape.
76
+ * @see {@link NetworkFirewallClientResolvedConfig | config} for NetworkFirewallClient's `config` shape.
77
+ *
78
+ * @throws {@link InternalServerError} (server fault)
79
+ * <p>Your request is valid, but Network Firewall couldn't perform the operation because of a
80
+ * system problem. Retry your request. </p>
81
+ *
82
+ * @throws {@link InvalidRequestException} (client fault)
83
+ * <p>The operation failed because of a problem with your request. Examples include: </p>
84
+ * <ul>
85
+ * <li>
86
+ * <p>You specified an unsupported parameter name or value.</p>
87
+ * </li>
88
+ * <li>
89
+ * <p>You tried to update a property with a value that isn't among the available
90
+ * types.</p>
91
+ * </li>
92
+ * <li>
93
+ * <p>Your request references an ARN that is malformed, or corresponds to a resource
94
+ * that isn't valid in the context of the request.</p>
95
+ * </li>
96
+ * </ul>
97
+ *
98
+ * @throws {@link ResourceNotFoundException} (client fault)
99
+ * <p>Unable to locate a resource using the parameters that you provided.</p>
100
+ *
101
+ * @throws {@link ThrottlingException} (client fault)
102
+ * <p>Unable to process the request due to throttling limitations.</p>
103
+ *
104
+ * @throws {@link NetworkFirewallServiceException}
105
+ * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
106
+ *
107
+ *
108
+ * @public
109
+ */
110
+ export declare class DescribeContainerAssociationCommand extends DescribeContainerAssociationCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DescribeContainerAssociationRequest;
115
+ output: DescribeContainerAssociationResponse;
116
+ };
117
+ sdk: {
118
+ input: DescribeContainerAssociationCommandInput;
119
+ output: DescribeContainerAssociationCommandOutput;
120
+ };
121
+ };
122
+ }
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeFirewallRequest, DescribeFirewallResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {
22
19
  export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeFirewallCommand_base: {
25
- new (input: DescribeFirewallCommandInput): import("@smithy/core/client").CommandImpl<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeFirewallCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeFirewallCommandInput): import("@smithy/core/client").CommandImpl<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeFirewallCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the data objects for the specified firewall. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeFirewallMetadataRequest, DescribeFirewallMetadataResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeFirewallMetadataCommandInput extends DescribeFirewallMe
22
19
  export interface DescribeFirewallMetadataCommandOutput extends DescribeFirewallMetadataResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeFirewallMetadataCommand_base: {
25
- new (input: DescribeFirewallMetadataCommandInput): import("@smithy/core/client").CommandImpl<DescribeFirewallMetadataCommandInput, DescribeFirewallMetadataCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeFirewallMetadataCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFirewallMetadataCommandInput, DescribeFirewallMetadataCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeFirewallMetadataCommandInput): import("@smithy/core/client").CommandImpl<DescribeFirewallMetadataCommandInput, DescribeFirewallMetadataCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeFirewallMetadataCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFirewallMetadataCommandInput, DescribeFirewallMetadataCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the high-level information about a firewall, including the Availability Zones where the Firewall is
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeFirewallPolicyRequest, DescribeFirewallPolicyResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeFirewallPolicyCommandInput extends DescribeFirewallPoli
22
19
  export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeFirewallPolicyCommand_base: {
25
- new (input: DescribeFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeFirewallPolicyCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeFirewallPolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeFirewallPolicyCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the data objects for the specified firewall policy. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeFlowOperationRequest, DescribeFlowOperationResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeFlowOperationCommandInput extends DescribeFlowOperation
22
19
  export interface DescribeFlowOperationCommandOutput extends DescribeFlowOperationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeFlowOperationCommand_base: {
25
- new (input: DescribeFlowOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowOperationCommandInput, DescribeFlowOperationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeFlowOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowOperationCommandInput, DescribeFlowOperationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeFlowOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowOperationCommandInput, DescribeFlowOperationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeFlowOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeFlowOperationCommandInput, DescribeFlowOperationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns key information about a specific flow operation.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLoggingConfigurationCommandInput extends DescribeLoggin
22
19
  export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggingConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLoggingConfigurationCommand_base: {
25
- new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeLoggingConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeLoggingConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the logging configuration for the specified firewall. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeProxyRequest, DescribeProxyResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeProxyCommandInput extends DescribeProxyRequest {
22
19
  export interface DescribeProxyCommandOutput extends DescribeProxyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeProxyCommand_base: {
25
- new (input: DescribeProxyCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyCommandInput, DescribeProxyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeProxyCommandInput]): import("@smithy/core/client").CommandImpl<DescribeProxyCommandInput, DescribeProxyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeProxyCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyCommandInput, DescribeProxyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeProxyCommandInput]): import("@smithy/core/client").CommandImpl<DescribeProxyCommandInput, DescribeProxyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the data objects for the specified proxy. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeProxyConfigurationRequest, DescribeProxyConfigurationResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeProxyConfigurationCommandInput extends DescribeProxyCon
22
19
  export interface DescribeProxyConfigurationCommandOutput extends DescribeProxyConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeProxyConfigurationCommand_base: {
25
- new (input: DescribeProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyConfigurationCommandInput, DescribeProxyConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeProxyConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeProxyConfigurationCommandInput, DescribeProxyConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyConfigurationCommandInput, DescribeProxyConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeProxyConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeProxyConfigurationCommandInput, DescribeProxyConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the data objects for the specified proxy configuration. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeProxyRuleRequest, DescribeProxyRuleResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeProxyRuleCommandInput extends DescribeProxyRuleRequest
22
19
  export interface DescribeProxyRuleCommandOutput extends DescribeProxyRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeProxyRuleCommand_base: {
25
- new (input: DescribeProxyRuleCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyRuleCommandInput, DescribeProxyRuleCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeProxyRuleCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyRuleCommandInput, DescribeProxyRuleCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeProxyRuleCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyRuleCommandInput, DescribeProxyRuleCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeProxyRuleCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyRuleCommandInput, DescribeProxyRuleCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the data objects for the specified proxy configuration for the specified proxy rule group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeProxyRuleGroupRequest, DescribeProxyRuleGroupResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeProxyRuleGroupCommandInput extends DescribeProxyRuleGro
22
19
  export interface DescribeProxyRuleGroupCommandOutput extends DescribeProxyRuleGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeProxyRuleGroupCommand_base: {
25
- new (input: DescribeProxyRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyRuleGroupCommandInput, DescribeProxyRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeProxyRuleGroupCommandInput]): import("@smithy/core/client").CommandImpl<DescribeProxyRuleGroupCommandInput, DescribeProxyRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeProxyRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeProxyRuleGroupCommandInput, DescribeProxyRuleGroupCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeProxyRuleGroupCommandInput]): import("@smithy/core/client").CommandImpl<DescribeProxyRuleGroupCommandInput, DescribeProxyRuleGroupCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the data objects for the specified proxy rule group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeResourcePolicyCommandInput extends DescribeResourcePoli
22
19
  export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeResourcePolicyCommand_base: {
25
- new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeRuleGroupRequest, DescribeRuleGroupResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeRuleGroupCommandInput extends DescribeRuleGroupRequest
22
19
  export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRuleGroupCommand_base: {
25
- new (input: DescribeRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRuleGroupCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeRuleGroupCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the data objects for the specified rule group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeRuleGroupMetadataRequest, DescribeRuleGroupMetadataResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeRuleGroupMetadataCommandInput extends DescribeRuleGroup
22
19
  export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGroupMetadataResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRuleGroupMetadataCommand_base: {
25
- new (input: DescribeRuleGroupMetadataCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRuleGroupMetadataCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRuleGroupMetadataCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeRuleGroupMetadataCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>High-level information about a rule group, returned by operations like create and describe.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeRuleGroupSummaryRequest, DescribeRuleGroupSummaryResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeRuleGroupSummaryCommandInput extends DescribeRuleGroupS
22
19
  export interface DescribeRuleGroupSummaryCommandOutput extends DescribeRuleGroupSummaryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRuleGroupSummaryCommand_base: {
25
- new (input: DescribeRuleGroupSummaryCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleGroupSummaryCommandInput, DescribeRuleGroupSummaryCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRuleGroupSummaryCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRuleGroupSummaryCommandInput, DescribeRuleGroupSummaryCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRuleGroupSummaryCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleGroupSummaryCommandInput, DescribeRuleGroupSummaryCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeRuleGroupSummaryCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRuleGroupSummaryCommandInput, DescribeRuleGroupSummaryCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns detailed information for a stateful rule group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeTLSInspectionConfigurationRequest, DescribeTLSInspectionConfigurationResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeTLSInspectionConfigurationCommandInput extends Describe
22
19
  export interface DescribeTLSInspectionConfigurationCommandOutput extends DescribeTLSInspectionConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeTLSInspectionConfigurationCommand_base: {
25
- new (input: DescribeTLSInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeTLSInspectionConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeTLSInspectionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeTLSInspectionConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the data objects for the specified TLS inspection configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeVpcEndpointAssociationRequest, DescribeVpcEndpointAssociationResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeVpcEndpointAssociationCommandInput extends DescribeVpcE
22
19
  export interface DescribeVpcEndpointAssociationCommandOutput extends DescribeVpcEndpointAssociationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeVpcEndpointAssociationCommand_base: {
25
- new (input: DescribeVpcEndpointAssociationCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointAssociationCommandInput, DescribeVpcEndpointAssociationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeVpcEndpointAssociationCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointAssociationCommandInput, DescribeVpcEndpointAssociationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeVpcEndpointAssociationCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointAssociationCommandInput, DescribeVpcEndpointAssociationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeVpcEndpointAssociationCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcEndpointAssociationCommandInput, DescribeVpcEndpointAssociationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the data object for the specified VPC endpoint association. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DetachRuleGroupsFromProxyConfigurationRequest, DetachRuleGroupsFromProxyConfigurationResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DetachRuleGroupsFromProxyConfigurationCommandInput extends Deta
22
19
  export interface DetachRuleGroupsFromProxyConfigurationCommandOutput extends DetachRuleGroupsFromProxyConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DetachRuleGroupsFromProxyConfigurationCommand_base: {
25
- new (input: DetachRuleGroupsFromProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DetachRuleGroupsFromProxyConfigurationCommandInput, DetachRuleGroupsFromProxyConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetachRuleGroupsFromProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DetachRuleGroupsFromProxyConfigurationCommandInput, DetachRuleGroupsFromProxyConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DetachRuleGroupsFromProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DetachRuleGroupsFromProxyConfigurationCommandInput, DetachRuleGroupsFromProxyConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DetachRuleGroupsFromProxyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DetachRuleGroupsFromProxyConfigurationCommandInput, DetachRuleGroupsFromProxyConfigurationCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Detaches <a>ProxyRuleGroup</a> resources from a <a>ProxyConfiguration</a>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateAvailabilityZonesRequest, DisassociateAvailabilityZonesResponse } from "../models/models_0";
4
- import type { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateAvailabilityZonesCommandInput extends DisassociateA
22
19
  export interface DisassociateAvailabilityZonesCommandOutput extends DisassociateAvailabilityZonesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateAvailabilityZonesCommand_base: {
25
- new (input: DisassociateAvailabilityZonesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAvailabilityZonesCommandInput, DisassociateAvailabilityZonesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateAvailabilityZonesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAvailabilityZonesCommandInput, DisassociateAvailabilityZonesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateAvailabilityZonesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAvailabilityZonesCommandInput, DisassociateAvailabilityZonesCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateAvailabilityZonesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAvailabilityZonesCommandInput, DisassociateAvailabilityZonesCommandOutput, import("..").NetworkFirewallClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified Availability Zone associations from a transit gateway-attached firewall. This removes the firewall endpoints from these Availability Zones and stops traffic filtering in those zones. Before removing an Availability Zone, ensure you've updated your transit gateway route tables to redirect traffic appropriately.</p>