@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
@@ -7,6 +7,7 @@ const _ACIDRC = "AvailableCIDRCount";
7
7
  const _AD = "ActionDefinition";
8
8
  const _ADd = "AddressDefinition";
9
9
  const _ADn = "AnalysisDetail";
10
+ const _AF = "AttributeFilters";
10
11
  const _AFP = "AssociateFirewallPolicy";
11
12
  const _AFPR = "AssociateFirewallPolicyRequest";
12
13
  const _AFPRs = "AssociateFirewallPolicyResponse";
@@ -46,12 +47,22 @@ const _Ar = "Arn";
46
47
  const _At = "Attachment";
47
48
  const _BC = "ByteCount";
48
49
  const _C = "Conditions";
49
- const _CA = "CustomAction";
50
- const _CAA = "CertificateAuthorityArn";
50
+ const _CA = "ContainerAttribute";
51
+ const _CAA = "ContainerAssociationArn";
52
+ const _CAAe = "CertificateAuthorityArn";
53
+ const _CAN = "ContainerAssociationName";
54
+ const _CAS = "ContainerAssociationSummary";
51
55
  const _CAe = "CertificateArn";
52
56
  const _CAer = "CertificateAuthority";
53
- const _CAu = "CustomActions";
57
+ const _CAl = "ClusterArn";
58
+ const _CAo = "ContainerAssociations";
59
+ const _CAon = "ContainerAttributes";
60
+ const _CAu = "CustomAction";
61
+ const _CAus = "CustomActions";
54
62
  const _CC = "ConsumedCapacity";
63
+ const _CCA = "CreateContainerAssociation";
64
+ const _CCAR = "CreateContainerAssociationRequest";
65
+ const _CCARr = "CreateContainerAssociationResponse";
55
66
  const _CCRS = "CheckCertificateRevocationStatus";
56
67
  const _CCRSA = "CheckCertificateRevocationStatusActions";
57
68
  const _CF = "CreateFirewall";
@@ -63,6 +74,8 @@ const _CFRr = "CreateFirewallResponse";
63
74
  const _CIDR = "CIDRs";
64
75
  const _CIDRS = "CIDRSummary";
65
76
  const _CK = "ConditionKey";
77
+ const _CMC = "ContainerMonitoringConfiguration";
78
+ const _CMCo = "ContainerMonitoringConfigurations";
66
79
  const _CO = "ConditionOperator";
67
80
  const _CP = "CreateProxy";
68
81
  const _CPC = "CreateProxyConfiguration";
@@ -105,6 +118,12 @@ const _DA = "DestinationAddress";
105
118
  const _DAZ = "DisassociateAvailabilityZones";
106
119
  const _DAZR = "DisassociateAvailabilityZonesRequest";
107
120
  const _DAZRi = "DisassociateAvailabilityZonesResponse";
121
+ const _DCA = "DeleteContainerAssociation";
122
+ const _DCAR = "DeleteContainerAssociationRequest";
123
+ const _DCARe = "DeleteContainerAssociationResponse";
124
+ const _DCARes = "DescribeContainerAssociationRequest";
125
+ const _DCAResc = "DescribeContainerAssociationResponse";
126
+ const _DCAe = "DescribeContainerAssociation";
108
127
  const _DF = "DeleteFirewall";
109
128
  const _DFM = "DescribeFirewallMetadata";
110
129
  const _DFMR = "DescribeFirewallMetadataRequest";
@@ -266,14 +285,17 @@ const _IRPE = "InvalidResourcePolicyException";
266
285
  const _ISE = "InternalServerError";
267
286
  const _IT = "IdentifiedType";
268
287
  const _ITE = "InvalidTokenException";
269
- const _K = "Keyword";
288
+ const _K = "Key";
270
289
  const _KI = "KeyId";
271
- const _Ke = "Key";
290
+ const _Ke = "Keyword";
272
291
  const _LA = "LastAccessed";
273
292
  const _LAR = "ListAnalysisReports";
274
293
  const _LARR = "ListAnalysisReportsRequest";
275
294
  const _LARRi = "ListAnalysisReportsResponse";
276
295
  const _LC = "LoggingConfiguration";
296
+ const _LCA = "ListContainerAssociations";
297
+ const _LCAR = "ListContainerAssociationsRequest";
298
+ const _LCARi = "ListContainerAssociationsResponse";
277
299
  const _LD = "LogDestination";
278
300
  const _LDC = "LogDestinationConfig";
279
301
  const _LDCo = "LogDestinationConfigs";
@@ -319,6 +341,7 @@ const _LTFRRi = "ListTagsForResourceResponse";
319
341
  const _LTLSIC = "ListTLSInspectionConfigurations";
320
342
  const _LTLSICR = "ListTLSInspectionConfigurationsRequest";
321
343
  const _LTLSICRi = "ListTLSInspectionConfigurationsResponse";
344
+ const _LUT = "LastUpdatedTime";
322
345
  const _LVEA = "ListVpcEndpointAssociations";
323
346
  const _LVEAR = "ListVpcEndpointAssociationsRequest";
324
347
  const _LVEARi = "ListVpcEndpointAssociationsResponse";
@@ -396,6 +419,7 @@ const _R = "Rules";
396
419
  const _RA = "ResourceArn";
397
420
  const _RAe = "ReferenceArn";
398
421
  const _RC = "RemoveConditions";
422
+ const _RCC = "ResolvedCidrCount";
399
423
  const _RCIDRC = "ResolvedCIDRCount";
400
424
  const _RCe = "RemovedConditions";
401
425
  const _RD = "RuleDefinition";
@@ -488,7 +512,7 @@ const _Se = "Settings";
488
512
  const _So = "Source";
489
513
  const _Sou = "Sources";
490
514
  const _Su = "Summary";
491
- const _T = "Tags";
515
+ const _T = "Type";
492
516
  const _TCD = "TlsCertificateData";
493
517
  const _TCPF = "TCPFlags";
494
518
  const _TCPFF = "TCPFlagField";
@@ -517,12 +541,15 @@ const _TR = "TagResource";
517
541
  const _TRR = "TagResourceRequest";
518
542
  const _TRRa = "TagResourceResponse";
519
543
  const _TT = "TargetTypes";
520
- const _Ta = "Targets";
544
+ const _Ta = "Tags";
521
545
  const _Tag = "Tag";
522
- const _Ty = "Type";
546
+ const _Tar = "Targets";
523
547
  const _UAZCP = "UpdateAvailabilityZoneChangeProtection";
524
548
  const _UAZCPR = "UpdateAvailabilityZoneChangeProtectionRequest";
525
549
  const _UAZCPRp = "UpdateAvailabilityZoneChangeProtectionResponse";
550
+ const _UCA = "UpdateContainerAssociation";
551
+ const _UCAR = "UpdateContainerAssociationRequest";
552
+ const _UCARp = "UpdateContainerAssociationResponse";
526
553
  const _UCIDRC = "UtilizedCIDRCount";
527
554
  const _UFAS = "UpdateFirewallAnalysisSettings";
528
555
  const _UFASR = "UpdateFirewallAnalysisSettingsRequest";
@@ -787,9 +814,34 @@ export var CIDRSummary$ = [3, n0, _CIDRS,
787
814
  [_ACIDRC, _UCIDRC, _IPSR],
788
815
  [1, 1, () => IPSetMetadataMap]
789
816
  ];
817
+ export var ContainerAssociationSummary$ = [3, n0, _CAS,
818
+ 0,
819
+ [_Ar, _N],
820
+ [0, 0]
821
+ ];
822
+ export var ContainerAttribute$ = [3, n0, _CA,
823
+ 0,
824
+ [_K, _V],
825
+ [0, 0], 2
826
+ ];
827
+ export var ContainerMonitoringConfiguration$ = [3, n0, _CMC,
828
+ 0,
829
+ [_CAl, _AF],
830
+ [0, () => ContainerAttributes], 1
831
+ ];
832
+ export var CreateContainerAssociationRequest$ = [3, n0, _CCAR,
833
+ 0,
834
+ [_CAN, _T, _CMCo, _De, _Ta],
835
+ [0, 0, () => ContainerMonitoringConfigurations, 0, () => TagList], 3
836
+ ];
837
+ export var CreateContainerAssociationResponse$ = [3, n0, _CCARr,
838
+ 0,
839
+ [_CAN, _CAA, _De, _T, _CMCo, _S, _Ta, _UT],
840
+ [0, 0, 0, 0, () => ContainerMonitoringConfigurations, 0, () => TagList, 0]
841
+ ];
790
842
  export var CreateFirewallPolicyRequest$ = [3, n0, _CFPR,
791
843
  0,
792
- [_FPN, _FP, _De, _T, _DR, _EC],
844
+ [_FPN, _FP, _De, _Ta, _DR, _EC],
793
845
  [0, () => FirewallPolicy$, 0, () => TagList, 2, () => EncryptionConfiguration$], 2
794
846
  ];
795
847
  export var CreateFirewallPolicyResponse$ = [3, n0, _CFPRr,
@@ -799,7 +851,7 @@ export var CreateFirewallPolicyResponse$ = [3, n0, _CFPRr,
799
851
  ];
800
852
  export var CreateFirewallRequest$ = [3, n0, _CFR,
801
853
  0,
802
- [_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De, _T, _EC, _EAT, _TGI, _AZM, _AZCP],
854
+ [_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De, _Ta, _EC, _EAT, _TGI, _AZM, _AZCP],
803
855
  [0, 0, 0, () => SubnetMappings, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 64 | 0, 0, () => AvailabilityZoneMappings, 2], 2
804
856
  ];
805
857
  export var CreateFirewallResponse$ = [3, n0, _CFRr,
@@ -809,7 +861,7 @@ export var CreateFirewallResponse$ = [3, n0, _CFRr,
809
861
  ];
810
862
  export var CreateProxyConfigurationRequest$ = [3, n0, _CPCR,
811
863
  0,
812
- [_PCN, _DRPA, _De, _RGN, _RGA, _T],
864
+ [_PCN, _DRPA, _De, _RGN, _RGA, _Ta],
813
865
  [0, () => ProxyConfigDefaultRulePhaseActionsRequest$, 0, 64 | 0, 64 | 0, () => TagList], 2
814
866
  ];
815
867
  export var CreateProxyConfigurationResponse$ = [3, n0, _CPCRr,
@@ -819,7 +871,7 @@ export var CreateProxyConfigurationResponse$ = [3, n0, _CPCRr,
819
871
  ];
820
872
  export var CreateProxyRequest$ = [3, n0, _CPR,
821
873
  0,
822
- [_PN, _NGI, _TIP, _PCN, _PCA, _LP, _T],
874
+ [_PN, _NGI, _TIP, _PCN, _PCA, _LP, _Ta],
823
875
  [0, 0, () => TlsInterceptPropertiesRequest$, 0, 0, () => ListenerPropertiesRequest, () => TagList], 3
824
876
  ];
825
877
  export var CreateProxyResponse$ = [3, n0, _CPRr,
@@ -834,7 +886,7 @@ export var CreateProxyRule$ = [3, n0, _CPRre,
834
886
  ];
835
887
  export var CreateProxyRuleGroupRequest$ = [3, n0, _CPRGR,
836
888
  0,
837
- [_PRGN, _De, _R, _T],
889
+ [_PRGN, _De, _R, _Ta],
838
890
  [0, 0, () => ProxyRulesByRequestPhase$, () => TagList], 1
839
891
  ];
840
892
  export var CreateProxyRuleGroupResponse$ = [3, n0, _CPRGRr,
@@ -859,7 +911,7 @@ export var CreateProxyRulesResponse$ = [3, n0, _CPRRr,
859
911
  ];
860
912
  export var CreateRuleGroupRequest$ = [3, n0, _CRGR,
861
913
  0,
862
- [_RGNu, _Ty, _Ca, _RGu, _R, _De, _T, _DR, _EC, _SMo, _ARG, _SC],
914
+ [_RGNu, _T, _Ca, _RGu, _R, _De, _Ta, _DR, _EC, _SMo, _ARG, _SC],
863
915
  [0, 0, 1, () => RuleGroup$, 0, 0, () => TagList, 2, () => EncryptionConfiguration$, () => SourceMetadata$, 2, () => SummaryConfiguration$], 3
864
916
  ];
865
917
  export var CreateRuleGroupResponse$ = [3, n0, _CRGRr,
@@ -869,7 +921,7 @@ export var CreateRuleGroupResponse$ = [3, n0, _CRGRr,
869
921
  ];
870
922
  export var CreateTLSInspectionConfigurationRequest$ = [3, n0, _CTLSICR,
871
923
  0,
872
- [_TLSICN, _TLSIC, _De, _T, _EC],
924
+ [_TLSICN, _TLSIC, _De, _Ta, _EC],
873
925
  [0, () => TLSInspectionConfiguration$, 0, () => TagList, () => EncryptionConfiguration$], 2
874
926
  ];
875
927
  export var CreateTLSInspectionConfigurationResponse$ = [3, n0, _CTLSICRr,
@@ -879,7 +931,7 @@ export var CreateTLSInspectionConfigurationResponse$ = [3, n0, _CTLSICRr,
879
931
  ];
880
932
  export var CreateVpcEndpointAssociationRequest$ = [3, n0, _CVEAR,
881
933
  0,
882
- [_FAi, _VI, _SMu, _De, _T],
934
+ [_FAi, _VI, _SMu, _De, _Ta],
883
935
  [0, 0, () => SubnetMapping$, 0, () => TagList], 3
884
936
  ];
885
937
  export var CreateVpcEndpointAssociationResponse$ = [3, n0, _CVEARr,
@@ -887,11 +939,21 @@ export var CreateVpcEndpointAssociationResponse$ = [3, n0, _CVEARr,
887
939
  [_VEA, _VEAS],
888
940
  [() => VpcEndpointAssociation$, () => VpcEndpointAssociationStatus$]
889
941
  ];
890
- export var CustomAction$ = [3, n0, _CA,
942
+ export var CustomAction$ = [3, n0, _CAu,
891
943
  0,
892
944
  [_AN, _AD],
893
945
  [0, () => ActionDefinition$], 2
894
946
  ];
947
+ export var DeleteContainerAssociationRequest$ = [3, n0, _DCAR,
948
+ 0,
949
+ [_CAN, _CAA],
950
+ [0, 0]
951
+ ];
952
+ export var DeleteContainerAssociationResponse$ = [3, n0, _DCARe,
953
+ 0,
954
+ [_CAN, _CAA, _S],
955
+ [0, 0, 0]
956
+ ];
895
957
  export var DeleteFirewallPolicyRequest$ = [3, n0, _DFPR,
896
958
  0,
897
959
  [_FPN, _FPA],
@@ -974,7 +1036,7 @@ export var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
974
1036
  ];
975
1037
  export var DeleteRuleGroupRequest$ = [3, n0, _DRGR,
976
1038
  0,
977
- [_RGNu, _RGAu, _Ty],
1039
+ [_RGNu, _RGAu, _T],
978
1040
  [0, 0, 0]
979
1041
  ];
980
1042
  export var DeleteRuleGroupResponse$ = [3, n0, _DRGRe,
@@ -1002,6 +1064,16 @@ export var DeleteVpcEndpointAssociationResponse$ = [3, n0, _DVEARe,
1002
1064
  [_VEA, _VEAS],
1003
1065
  [() => VpcEndpointAssociation$, () => VpcEndpointAssociationStatus$]
1004
1066
  ];
1067
+ export var DescribeContainerAssociationRequest$ = [3, n0, _DCARes,
1068
+ 0,
1069
+ [_CAN, _CAA],
1070
+ [0, 0]
1071
+ ];
1072
+ export var DescribeContainerAssociationResponse$ = [3, n0, _DCAResc,
1073
+ 0,
1074
+ [_CAN, _CAA, _De, _T, _CMCo, _S, _RCC, _LUT, _Ta, _UT],
1075
+ [0, 0, 0, 0, () => ContainerMonitoringConfigurations, 0, 1, 4, () => TagList, 0]
1076
+ ];
1005
1077
  export var DescribeFirewallMetadataRequest$ = [3, n0, _DFMR,
1006
1078
  0,
1007
1079
  [_FAi],
@@ -1069,7 +1141,7 @@ export var DescribeProxyRequest$ = [3, n0, _DPRes,
1069
1141
  ];
1070
1142
  export var DescribeProxyResource$ = [3, n0, _DPResc,
1071
1143
  0,
1072
- [_PN, _PA, _PCN, _PCA, _NGI, _PS, _PMS, _LP, _TIP, _VESN, _PDNSN, _CT, _DT, _UTp, _FC, _FM, _T],
1144
+ [_PN, _PA, _PCN, _PCA, _NGI, _PS, _PMS, _LP, _TIP, _VESN, _PDNSN, _CT, _DT, _UTp, _FC, _FM, _Ta],
1073
1145
  [0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, 0, 0, 4, 4, 4, 0, 0, () => TagList]
1074
1146
  ];
1075
1147
  export var DescribeProxyResponse$ = [3, n0, _DPRescr,
@@ -1109,17 +1181,17 @@ export var DescribeResourcePolicyResponse$ = [3, n0, _DRPResc,
1109
1181
  ];
1110
1182
  export var DescribeRuleGroupMetadataRequest$ = [3, n0, _DRGMR,
1111
1183
  0,
1112
- [_RGNu, _RGAu, _Ty],
1184
+ [_RGNu, _RGAu, _T],
1113
1185
  [0, 0, 0]
1114
1186
  ];
1115
1187
  export var DescribeRuleGroupMetadataResponse$ = [3, n0, _DRGMRe,
1116
1188
  0,
1117
- [_RGAu, _RGNu, _De, _Ty, _Ca, _SRO, _LMT, _VN, _PI, _LN],
1189
+ [_RGAu, _RGNu, _De, _T, _Ca, _SRO, _LMT, _VN, _PI, _LN],
1118
1190
  [0, 0, 0, 0, 1, () => StatefulRuleOptions$, 4, 0, 0, 0], 2
1119
1191
  ];
1120
1192
  export var DescribeRuleGroupRequest$ = [3, n0, _DRGRes,
1121
1193
  0,
1122
- [_RGNu, _RGAu, _Ty, _ARG],
1194
+ [_RGNu, _RGAu, _T, _ARG],
1123
1195
  [0, 0, 0, 2]
1124
1196
  ];
1125
1197
  export var DescribeRuleGroupResponse$ = [3, n0, _DRGResc,
@@ -1129,7 +1201,7 @@ export var DescribeRuleGroupResponse$ = [3, n0, _DRGResc,
1129
1201
  ];
1130
1202
  export var DescribeRuleGroupSummaryRequest$ = [3, n0, _DRGSR,
1131
1203
  0,
1132
- [_RGNu, _RGAu, _Ty],
1204
+ [_RGNu, _RGAu, _T],
1133
1205
  [0, 0, 0]
1134
1206
  ];
1135
1207
  export var DescribeRuleGroupSummaryResponse$ = [3, n0, _DRGSRe,
@@ -1194,12 +1266,12 @@ export var DisassociateSubnetsResponse$ = [3, n0, _DSRi,
1194
1266
  ];
1195
1267
  export var EncryptionConfiguration$ = [3, n0, _EC,
1196
1268
  0,
1197
- [_Ty, _KI],
1269
+ [_T, _KI],
1198
1270
  [0, 0], 1
1199
1271
  ];
1200
1272
  export var Firewall$ = [3, n0, _F,
1201
1273
  0,
1202
- [_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De, _T, _EC, _NOA, _EAT, _TGI, _TGOAI, _AZM, _AZCP],
1274
+ [_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De, _Ta, _EC, _NOA, _EAT, _TGI, _TGOAI, _AZM, _AZCP],
1203
1275
  [0, 0, () => SubnetMappings, 0, 0, 0, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 1, 64 | 0, 0, 0, () => AvailabilityZoneMappings, 2], 4
1204
1276
  ];
1205
1277
  export var FirewallMetadata$ = [3, n0, _FMi,
@@ -1219,7 +1291,7 @@ export var FirewallPolicyMetadata$ = [3, n0, _FPM,
1219
1291
  ];
1220
1292
  export var FirewallPolicyResponse$ = [3, n0, _FPR,
1221
1293
  0,
1222
- [_FPN, _FPA, _FPI, _De, _FPS, _T, _CSRC, _CSRCo, _CSDC, _NOA, _EC, _LMT],
1294
+ [_FPN, _FPA, _FPI, _De, _FPS, _Ta, _CSRC, _CSRCo, _CSDC, _NOA, _EC, _LMT],
1223
1295
  [0, 0, 0, 0, 0, () => TagList, 1, 1, 1, 1, () => EncryptionConfiguration$, 4], 3
1224
1296
  ];
1225
1297
  export var FirewallStatus$ = [3, n0, _FS,
@@ -1297,14 +1369,24 @@ export var ListAnalysisReportsResponse$ = [3, n0, _LARRi,
1297
1369
  [_ARna, _NT],
1298
1370
  [() => AnalysisReports, 0]
1299
1371
  ];
1372
+ export var ListContainerAssociationsRequest$ = [3, n0, _LCAR,
1373
+ 0,
1374
+ [_MR, _NT],
1375
+ [1, 0]
1376
+ ];
1377
+ export var ListContainerAssociationsResponse$ = [3, n0, _LCARi,
1378
+ 0,
1379
+ [_CAo, _NT],
1380
+ [() => ContainerAssociations, 0]
1381
+ ];
1300
1382
  export var ListenerProperty$ = [3, n0, _LPi,
1301
1383
  0,
1302
- [_Por, _Ty],
1384
+ [_Por, _T],
1303
1385
  [1, 0]
1304
1386
  ];
1305
1387
  export var ListenerPropertyRequest$ = [3, n0, _LPR,
1306
1388
  0,
1307
- [_Por, _Ty],
1389
+ [_Por, _T],
1308
1390
  [1, 0], 2
1309
1391
  ];
1310
1392
  export var ListFirewallPoliciesRequest$ = [3, n0, _LFPR,
@@ -1379,7 +1461,7 @@ export var ListProxyRuleGroupsResponse$ = [3, n0, _LPRGRi,
1379
1461
  ];
1380
1462
  export var ListRuleGroupsRequest$ = [3, n0, _LRGR,
1381
1463
  0,
1382
- [_NT, _MR, _Sc, _MT, _SSu, _Ty],
1464
+ [_NT, _MR, _Sc, _MT, _SSu, _T],
1383
1465
  [0, 1, 0, 0, 0, 0]
1384
1466
  ];
1385
1467
  export var ListRuleGroupsResponse$ = [3, n0, _LRGRi,
@@ -1394,7 +1476,7 @@ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1394
1476
  ];
1395
1477
  export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1396
1478
  0,
1397
- [_NT, _T],
1479
+ [_NT, _Ta],
1398
1480
  [0, () => TagList]
1399
1481
  ];
1400
1482
  export var ListTLSInspectionConfigurationsRequest$ = [3, n0, _LTLSICR,
@@ -1454,7 +1536,7 @@ export var PortSet$ = [3, n0, _PSo,
1454
1536
  ];
1455
1537
  export var Proxy$ = [3, n0, _Pr,
1456
1538
  0,
1457
- [_CT, _DT, _UTp, _FC, _FM, _PS, _PMS, _NGI, _PCN, _PCA, _PN, _PA, _LP, _TIP, _T],
1539
+ [_CT, _DT, _UTp, _FC, _FM, _PS, _PMS, _NGI, _PCN, _PCA, _PN, _PA, _LP, _TIP, _Ta],
1458
1540
  [4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, () => TagList]
1459
1541
  ];
1460
1542
  export var ProxyConfigDefaultRulePhaseActionsRequest$ = [3, n0, _PCDRPAR,
@@ -1464,12 +1546,12 @@ export var ProxyConfigDefaultRulePhaseActionsRequest$ = [3, n0, _PCDRPAR,
1464
1546
  ];
1465
1547
  export var ProxyConfigRuleGroup$ = [3, n0, _PCRG,
1466
1548
  0,
1467
- [_PRGN, _PRGA, _Ty, _Pri],
1549
+ [_PRGN, _PRGA, _T, _Pri],
1468
1550
  [0, 0, 0, 1]
1469
1551
  ];
1470
1552
  export var ProxyConfiguration$ = [3, n0, _PC,
1471
1553
  0,
1472
- [_PCN, _PCA, _De, _CT, _DT, _RG, _DRPA, _T],
1554
+ [_PCN, _PCA, _De, _CT, _DT, _RG, _DRPA, _Ta],
1473
1555
  [0, 0, 0, 4, 4, () => ProxyConfigRuleGroupSet, () => ProxyConfigDefaultRulePhaseActionsRequest$, () => TagList]
1474
1556
  ];
1475
1557
  export var ProxyConfigurationMetadata$ = [3, n0, _PCM,
@@ -1494,7 +1576,7 @@ export var ProxyRuleCondition$ = [3, n0, _PRC,
1494
1576
  ];
1495
1577
  export var ProxyRuleGroup$ = [3, n0, _PRG,
1496
1578
  0,
1497
- [_PRGN, _PRGA, _CT, _DT, _R, _De, _T],
1579
+ [_PRGN, _PRGA, _CT, _DT, _R, _De, _Ta],
1498
1580
  [0, 0, 4, 4, () => ProxyRulesByRequestPhase$, 0, () => TagList]
1499
1581
  ];
1500
1582
  export var ProxyRuleGroupAttachment$ = [3, n0, _PRGAr,
@@ -1574,12 +1656,12 @@ export var RuleGroupMetadata$ = [3, n0, _RGM,
1574
1656
  ];
1575
1657
  export var RuleGroupResponse$ = [3, n0, _RGR,
1576
1658
  0,
1577
- [_RGAu, _RGNu, _RGI, _De, _Ty, _Ca, _RGS, _T, _CC, _NOA, _EC, _SMo, _STn, _LMT, _ARnal, _SC],
1659
+ [_RGAu, _RGNu, _RGI, _De, _T, _Ca, _RGS, _Ta, _CC, _NOA, _EC, _SMo, _STn, _LMT, _ARnal, _SC],
1578
1660
  [0, 0, 0, 0, 0, 1, 0, () => TagList, 1, 1, () => EncryptionConfiguration$, () => SourceMetadata$, 0, 4, () => AnalysisResultList, () => SummaryConfiguration$], 3
1579
1661
  ];
1580
1662
  export var RuleOption$ = [3, n0, _RO,
1581
1663
  0,
1582
- [_K, _Se],
1664
+ [_Ke, _Se],
1583
1665
  [0, 64 | 0], 1
1584
1666
  ];
1585
1667
  export var RulesSource$ = [3, n0, _RSu,
@@ -1589,7 +1671,7 @@ export var RulesSource$ = [3, n0, _RSu,
1589
1671
  ];
1590
1672
  export var RulesSourceList$ = [3, n0, _RSL,
1591
1673
  0,
1592
- [_Ta, _TT, _GRT],
1674
+ [_Tar, _TT, _GRT],
1593
1675
  [64 | 0, 64 | 0, 0], 3
1594
1676
  ];
1595
1677
  export var RuleSummary$ = [3, n0, _RSule,
@@ -1609,7 +1691,7 @@ export var ServerCertificate$ = [3, n0, _SCe,
1609
1691
  ];
1610
1692
  export var ServerCertificateConfiguration$ = [3, n0, _SCC,
1611
1693
  0,
1612
- [_SCer, _Sco, _CAA, _CCRS],
1694
+ [_SCer, _Sco, _CAAe, _CCRS],
1613
1695
  [() => ServerCertificates, () => ServerCertificateScopes, 0, () => CheckCertificateRevocationStatusActions$]
1614
1696
  ];
1615
1697
  export var ServerCertificateScope$ = [3, n0, _SCS,
@@ -1689,7 +1771,7 @@ export var StatelessRuleGroupReference$ = [3, n0, _SRGRtat,
1689
1771
  ];
1690
1772
  export var StatelessRulesAndCustomActions$ = [3, n0, _SRACA,
1691
1773
  0,
1692
- [_SRtat, _CAu],
1774
+ [_SRtat, _CAus],
1693
1775
  [() => StatelessRules, () => CustomActions], 1
1694
1776
  ];
1695
1777
  export var SubnetMapping$ = [3, n0, _SMu,
@@ -1714,12 +1796,12 @@ export var SyncState$ = [3, n0, _SSyn,
1714
1796
  ];
1715
1797
  export var Tag$ = [3, n0, _Tag,
1716
1798
  0,
1717
- [_Ke, _V],
1799
+ [_K, _V],
1718
1800
  [0, 0], 2
1719
1801
  ];
1720
1802
  export var TagResourceRequest$ = [3, n0, _TRR,
1721
1803
  0,
1722
- [_RA, _T],
1804
+ [_RA, _Ta],
1723
1805
  [0, () => TagList], 2
1724
1806
  ];
1725
1807
  export var TagResourceResponse$ = [3, n0, _TRRa,
@@ -1749,7 +1831,7 @@ export var TLSInspectionConfigurationMetadata$ = [3, n0, _TLSICM,
1749
1831
  ];
1750
1832
  export var TLSInspectionConfigurationResponse$ = [3, n0, _TLSICR,
1751
1833
  0,
1752
- [_TLSICA, _TLSICN, _TLSICI, _TLSICS, _De, _T, _LMT, _NOA, _EC, _Ce, _CAer],
1834
+ [_TLSICA, _TLSICN, _TLSICI, _TLSICS, _De, _Ta, _LMT, _NOA, _EC, _Ce, _CAer],
1753
1835
  [0, 0, 0, 0, 0, () => TagList, 4, 1, () => EncryptionConfiguration$, () => Certificates, () => TlsCertificateData$], 3
1754
1836
  ];
1755
1837
  export var TlsInterceptProperties$ = [3, n0, _TIP,
@@ -1792,6 +1874,16 @@ export var UpdateAvailabilityZoneChangeProtectionResponse$ = [3, n0, _UAZCPRp,
1792
1874
  [_UT, _FAi, _FN, _AZCP],
1793
1875
  [0, 0, 0, 2]
1794
1876
  ];
1877
+ export var UpdateContainerAssociationRequest$ = [3, n0, _UCAR,
1878
+ 0,
1879
+ [_T, _CMCo, _UT, _CAN, _CAA, _De, _Ta],
1880
+ [0, () => ContainerMonitoringConfigurations, 0, 0, 0, 0, () => TagList], 3
1881
+ ];
1882
+ export var UpdateContainerAssociationResponse$ = [3, n0, _UCARp,
1883
+ 0,
1884
+ [_CAN, _CAA, _De, _T, _CMCo, _S, _Ta, _UT],
1885
+ [0, 0, 0, 0, () => ContainerMonitoringConfigurations, 0, () => TagList, 0]
1886
+ ];
1795
1887
  export var UpdateFirewallAnalysisSettingsRequest$ = [3, n0, _UFASR,
1796
1888
  0,
1797
1889
  [_EAT, _FAi, _FN, _UT],
@@ -1914,7 +2006,7 @@ export var UpdateProxyRuleResponse$ = [3, n0, _UPRRp,
1914
2006
  ];
1915
2007
  export var UpdateRuleGroupRequest$ = [3, n0, _URGR,
1916
2008
  0,
1917
- [_UT, _RGAu, _RGNu, _RGu, _R, _Ty, _De, _DR, _EC, _SMo, _ARG, _SC],
2009
+ [_UT, _RGAu, _RGNu, _RGu, _R, _T, _De, _DR, _EC, _SMo, _ARG, _SC],
1918
2010
  [0, 0, 0, () => RuleGroup$, 0, 0, 0, 2, () => EncryptionConfiguration$, () => SourceMetadata$, 2, () => SummaryConfiguration$], 1
1919
2011
  ];
1920
2012
  export var UpdateRuleGroupResponse$ = [3, n0, _URGRp,
@@ -1944,7 +2036,7 @@ export var UpdateTLSInspectionConfigurationResponse$ = [3, n0, _UTLSICRp,
1944
2036
  ];
1945
2037
  export var VpcEndpointAssociation$ = [3, n0, _VEA,
1946
2038
  0,
1947
- [_VEAA, _FAi, _VI, _SMu, _VEAI, _De, _T],
2039
+ [_VEAA, _FAi, _VI, _SMu, _VEAI, _De, _Ta],
1948
2040
  [0, 0, 0, () => SubnetMapping$, 0, 0, () => TagList], 4
1949
2041
  ];
1950
2042
  export var VpcEndpointAssociationMetadata$ = [3, n0, _VEAM,
@@ -1976,10 +2068,19 @@ var AzSubnets = 64 | 0;
1976
2068
  var Certificates = [1, n0, _Ce,
1977
2069
  0, () => TlsCertificateData$
1978
2070
  ];
2071
+ var ContainerAssociations = [1, n0, _CAo,
2072
+ 0, () => ContainerAssociationSummary$
2073
+ ];
2074
+ var ContainerAttributes = [1, n0, _CAon,
2075
+ 0, () => ContainerAttribute$
2076
+ ];
2077
+ var ContainerMonitoringConfigurations = [1, n0, _CMCo,
2078
+ 0, () => ContainerMonitoringConfiguration$
2079
+ ];
1979
2080
  var CreateProxyRuleList = [1, n0, _CPRL,
1980
2081
  0, () => CreateProxyRule$
1981
2082
  ];
1982
- var CustomActions = [1, n0, _CAu,
2083
+ var CustomActions = [1, n0, _CAus,
1983
2084
  0, () => CustomAction$
1984
2085
  ];
1985
2086
  var Dimensions = [1, n0, _Dim,
@@ -2144,6 +2245,9 @@ export var AssociateSubnets$ = [9, n0, _AS,
2144
2245
  export var AttachRuleGroupsToProxyConfiguration$ = [9, n0, _ARGTPC,
2145
2246
  0, () => AttachRuleGroupsToProxyConfigurationRequest$, () => AttachRuleGroupsToProxyConfigurationResponse$
2146
2247
  ];
2248
+ export var CreateContainerAssociation$ = [9, n0, _CCA,
2249
+ 0, () => CreateContainerAssociationRequest$, () => CreateContainerAssociationResponse$
2250
+ ];
2147
2251
  export var CreateFirewall$ = [9, n0, _CF,
2148
2252
  0, () => CreateFirewallRequest$, () => CreateFirewallResponse$
2149
2253
  ];
@@ -2171,6 +2275,9 @@ export var CreateTLSInspectionConfiguration$ = [9, n0, _CTLSIC,
2171
2275
  export var CreateVpcEndpointAssociation$ = [9, n0, _CVEA,
2172
2276
  0, () => CreateVpcEndpointAssociationRequest$, () => CreateVpcEndpointAssociationResponse$
2173
2277
  ];
2278
+ export var DeleteContainerAssociation$ = [9, n0, _DCA,
2279
+ 0, () => DeleteContainerAssociationRequest$, () => DeleteContainerAssociationResponse$
2280
+ ];
2174
2281
  export var DeleteFirewall$ = [9, n0, _DF,
2175
2282
  0, () => DeleteFirewallRequest$, () => DeleteFirewallResponse$
2176
2283
  ];
@@ -2204,6 +2311,9 @@ export var DeleteTLSInspectionConfiguration$ = [9, n0, _DTLSIC,
2204
2311
  export var DeleteVpcEndpointAssociation$ = [9, n0, _DVEA,
2205
2312
  0, () => DeleteVpcEndpointAssociationRequest$, () => DeleteVpcEndpointAssociationResponse$
2206
2313
  ];
2314
+ export var DescribeContainerAssociation$ = [9, n0, _DCAe,
2315
+ 0, () => DescribeContainerAssociationRequest$, () => DescribeContainerAssociationResponse$
2316
+ ];
2207
2317
  export var DescribeFirewall$ = [9, n0, _DFe,
2208
2318
  0, () => DescribeFirewallRequest$, () => DescribeFirewallResponse$
2209
2319
  ];
@@ -2264,6 +2374,9 @@ export var GetAnalysisReportResults$ = [9, n0, _GARR,
2264
2374
  export var ListAnalysisReports$ = [9, n0, _LAR,
2265
2375
  0, () => ListAnalysisReportsRequest$, () => ListAnalysisReportsResponse$
2266
2376
  ];
2377
+ export var ListContainerAssociations$ = [9, n0, _LCA,
2378
+ 0, () => ListContainerAssociationsRequest$, () => ListContainerAssociationsResponse$
2379
+ ];
2267
2380
  export var ListFirewallPolicies$ = [9, n0, _LFP,
2268
2381
  0, () => ListFirewallPoliciesRequest$, () => ListFirewallPoliciesResponse$
2269
2382
  ];
@@ -2321,6 +2434,9 @@ export var UntagResource$ = [9, n0, _UR,
2321
2434
  export var UpdateAvailabilityZoneChangeProtection$ = [9, n0, _UAZCP,
2322
2435
  0, () => UpdateAvailabilityZoneChangeProtectionRequest$, () => UpdateAvailabilityZoneChangeProtectionResponse$
2323
2436
  ];
2437
+ export var UpdateContainerAssociation$ = [9, n0, _UCA,
2438
+ 0, () => UpdateContainerAssociationRequest$, () => UpdateContainerAssociationResponse$
2439
+ ];
2324
2440
  export var UpdateFirewallAnalysisSettings$ = [9, n0, _UFAS,
2325
2441
  0, () => UpdateFirewallAnalysisSettingsRequest$, () => UpdateFirewallAnalysisSettingsResponse$
2326
2442
  ];