aws-sdk-networkfirewall 1.23.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,6 +66,8 @@ module Aws::NetworkFirewall
66
66
  Aws::NetworkFirewall::Endpoints::CreateFirewallPolicy.build(context)
67
67
  when :create_rule_group
68
68
  Aws::NetworkFirewall::Endpoints::CreateRuleGroup.build(context)
69
+ when :create_tls_inspection_configuration
70
+ Aws::NetworkFirewall::Endpoints::CreateTLSInspectionConfiguration.build(context)
69
71
  when :delete_firewall
70
72
  Aws::NetworkFirewall::Endpoints::DeleteFirewall.build(context)
71
73
  when :delete_firewall_policy
@@ -74,6 +76,8 @@ module Aws::NetworkFirewall
74
76
  Aws::NetworkFirewall::Endpoints::DeleteResourcePolicy.build(context)
75
77
  when :delete_rule_group
76
78
  Aws::NetworkFirewall::Endpoints::DeleteRuleGroup.build(context)
79
+ when :delete_tls_inspection_configuration
80
+ Aws::NetworkFirewall::Endpoints::DeleteTLSInspectionConfiguration.build(context)
77
81
  when :describe_firewall
78
82
  Aws::NetworkFirewall::Endpoints::DescribeFirewall.build(context)
79
83
  when :describe_firewall_policy
@@ -86,6 +90,8 @@ module Aws::NetworkFirewall
86
90
  Aws::NetworkFirewall::Endpoints::DescribeRuleGroup.build(context)
87
91
  when :describe_rule_group_metadata
88
92
  Aws::NetworkFirewall::Endpoints::DescribeRuleGroupMetadata.build(context)
93
+ when :describe_tls_inspection_configuration
94
+ Aws::NetworkFirewall::Endpoints::DescribeTLSInspectionConfiguration.build(context)
89
95
  when :disassociate_subnets
90
96
  Aws::NetworkFirewall::Endpoints::DisassociateSubnets.build(context)
91
97
  when :list_firewall_policies
@@ -94,6 +100,8 @@ module Aws::NetworkFirewall
94
100
  Aws::NetworkFirewall::Endpoints::ListFirewalls.build(context)
95
101
  when :list_rule_groups
96
102
  Aws::NetworkFirewall::Endpoints::ListRuleGroups.build(context)
103
+ when :list_tls_inspection_configurations
104
+ Aws::NetworkFirewall::Endpoints::ListTLSInspectionConfigurations.build(context)
97
105
  when :list_tags_for_resource
98
106
  Aws::NetworkFirewall::Endpoints::ListTagsForResource.build(context)
99
107
  when :put_resource_policy
@@ -118,6 +126,8 @@ module Aws::NetworkFirewall
118
126
  Aws::NetworkFirewall::Endpoints::UpdateRuleGroup.build(context)
119
127
  when :update_subnet_change_protection
120
128
  Aws::NetworkFirewall::Endpoints::UpdateSubnetChangeProtection.build(context)
129
+ when :update_tls_inspection_configuration
130
+ Aws::NetworkFirewall::Endpoints::UpdateTLSInspectionConfiguration.build(context)
121
131
  end
122
132
  end
123
133
  end