aws-sdk-networkfirewall 1.81.0 → 1.82.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkfirewall/client.rb +1691 -61
- data/lib/aws-sdk-networkfirewall/client_api.rb +777 -0
- data/lib/aws-sdk-networkfirewall/types.rb +2286 -189
- data/lib/aws-sdk-networkfirewall.rb +1 -1
- data/sig/client.rbs +466 -0
- data/sig/types.rbs +488 -0
- metadata +1 -1
|
@@ -39,6 +39,8 @@ module Aws::NetworkFirewall
|
|
|
39
39
|
AssociateSubnetsRequest = Shapes::StructureShape.new(name: 'AssociateSubnetsRequest')
|
|
40
40
|
AssociateSubnetsResponse = Shapes::StructureShape.new(name: 'AssociateSubnetsResponse')
|
|
41
41
|
AssociationSyncState = Shapes::MapShape.new(name: 'AssociationSyncState')
|
|
42
|
+
AttachRuleGroupsToProxyConfigurationRequest = Shapes::StructureShape.new(name: 'AttachRuleGroupsToProxyConfigurationRequest')
|
|
43
|
+
AttachRuleGroupsToProxyConfigurationResponse = Shapes::StructureShape.new(name: 'AttachRuleGroupsToProxyConfigurationResponse')
|
|
42
44
|
Attachment = Shapes::StructureShape.new(name: 'Attachment')
|
|
43
45
|
AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
|
|
44
46
|
AttachmentStatus = Shapes::StringShape.new(name: 'AttachmentStatus')
|
|
@@ -57,16 +59,30 @@ module Aws::NetworkFirewall
|
|
|
57
59
|
Certificates = Shapes::ListShape.new(name: 'Certificates')
|
|
58
60
|
CheckCertificateRevocationStatusActions = Shapes::StructureShape.new(name: 'CheckCertificateRevocationStatusActions')
|
|
59
61
|
CollectionMember_String = Shapes::StringShape.new(name: 'CollectionMember_String')
|
|
62
|
+
ConditionKey = Shapes::StringShape.new(name: 'ConditionKey')
|
|
63
|
+
ConditionOperator = Shapes::StringShape.new(name: 'ConditionOperator')
|
|
60
64
|
ConfigurationSyncState = Shapes::StringShape.new(name: 'ConfigurationSyncState')
|
|
61
65
|
Count = Shapes::IntegerShape.new(name: 'Count')
|
|
62
66
|
CreateFirewallPolicyRequest = Shapes::StructureShape.new(name: 'CreateFirewallPolicyRequest')
|
|
63
67
|
CreateFirewallPolicyResponse = Shapes::StructureShape.new(name: 'CreateFirewallPolicyResponse')
|
|
64
68
|
CreateFirewallRequest = Shapes::StructureShape.new(name: 'CreateFirewallRequest')
|
|
65
69
|
CreateFirewallResponse = Shapes::StructureShape.new(name: 'CreateFirewallResponse')
|
|
70
|
+
CreateProxyConfigurationRequest = Shapes::StructureShape.new(name: 'CreateProxyConfigurationRequest')
|
|
71
|
+
CreateProxyConfigurationResponse = Shapes::StructureShape.new(name: 'CreateProxyConfigurationResponse')
|
|
72
|
+
CreateProxyRequest = Shapes::StructureShape.new(name: 'CreateProxyRequest')
|
|
73
|
+
CreateProxyResponse = Shapes::StructureShape.new(name: 'CreateProxyResponse')
|
|
74
|
+
CreateProxyRule = Shapes::StructureShape.new(name: 'CreateProxyRule')
|
|
75
|
+
CreateProxyRuleGroupRequest = Shapes::StructureShape.new(name: 'CreateProxyRuleGroupRequest')
|
|
76
|
+
CreateProxyRuleGroupResponse = Shapes::StructureShape.new(name: 'CreateProxyRuleGroupResponse')
|
|
77
|
+
CreateProxyRuleList = Shapes::ListShape.new(name: 'CreateProxyRuleList')
|
|
78
|
+
CreateProxyRulesByRequestPhase = Shapes::StructureShape.new(name: 'CreateProxyRulesByRequestPhase')
|
|
79
|
+
CreateProxyRulesRequest = Shapes::StructureShape.new(name: 'CreateProxyRulesRequest')
|
|
80
|
+
CreateProxyRulesResponse = Shapes::StructureShape.new(name: 'CreateProxyRulesResponse')
|
|
66
81
|
CreateRuleGroupRequest = Shapes::StructureShape.new(name: 'CreateRuleGroupRequest')
|
|
67
82
|
CreateRuleGroupResponse = Shapes::StructureShape.new(name: 'CreateRuleGroupResponse')
|
|
68
83
|
CreateTLSInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'CreateTLSInspectionConfigurationRequest')
|
|
69
84
|
CreateTLSInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'CreateTLSInspectionConfigurationResponse')
|
|
85
|
+
CreateTime = Shapes::TimestampShape.new(name: 'CreateTime')
|
|
70
86
|
CreateVpcEndpointAssociationRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointAssociationRequest')
|
|
71
87
|
CreateVpcEndpointAssociationResponse = Shapes::StructureShape.new(name: 'CreateVpcEndpointAssociationResponse')
|
|
72
88
|
CustomAction = Shapes::StructureShape.new(name: 'CustomAction')
|
|
@@ -78,12 +94,21 @@ module Aws::NetworkFirewall
|
|
|
78
94
|
DeleteFirewallResponse = Shapes::StructureShape.new(name: 'DeleteFirewallResponse')
|
|
79
95
|
DeleteNetworkFirewallTransitGatewayAttachmentRequest = Shapes::StructureShape.new(name: 'DeleteNetworkFirewallTransitGatewayAttachmentRequest')
|
|
80
96
|
DeleteNetworkFirewallTransitGatewayAttachmentResponse = Shapes::StructureShape.new(name: 'DeleteNetworkFirewallTransitGatewayAttachmentResponse')
|
|
97
|
+
DeleteProxyConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteProxyConfigurationRequest')
|
|
98
|
+
DeleteProxyConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteProxyConfigurationResponse')
|
|
99
|
+
DeleteProxyRequest = Shapes::StructureShape.new(name: 'DeleteProxyRequest')
|
|
100
|
+
DeleteProxyResponse = Shapes::StructureShape.new(name: 'DeleteProxyResponse')
|
|
101
|
+
DeleteProxyRuleGroupRequest = Shapes::StructureShape.new(name: 'DeleteProxyRuleGroupRequest')
|
|
102
|
+
DeleteProxyRuleGroupResponse = Shapes::StructureShape.new(name: 'DeleteProxyRuleGroupResponse')
|
|
103
|
+
DeleteProxyRulesRequest = Shapes::StructureShape.new(name: 'DeleteProxyRulesRequest')
|
|
104
|
+
DeleteProxyRulesResponse = Shapes::StructureShape.new(name: 'DeleteProxyRulesResponse')
|
|
81
105
|
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
|
82
106
|
DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
|
|
83
107
|
DeleteRuleGroupRequest = Shapes::StructureShape.new(name: 'DeleteRuleGroupRequest')
|
|
84
108
|
DeleteRuleGroupResponse = Shapes::StructureShape.new(name: 'DeleteRuleGroupResponse')
|
|
85
109
|
DeleteTLSInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteTLSInspectionConfigurationRequest')
|
|
86
110
|
DeleteTLSInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteTLSInspectionConfigurationResponse')
|
|
111
|
+
DeleteTime = Shapes::TimestampShape.new(name: 'DeleteTime')
|
|
87
112
|
DeleteVpcEndpointAssociationRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointAssociationRequest')
|
|
88
113
|
DeleteVpcEndpointAssociationResponse = Shapes::StructureShape.new(name: 'DeleteVpcEndpointAssociationResponse')
|
|
89
114
|
DescribeFirewallMetadataRequest = Shapes::StructureShape.new(name: 'DescribeFirewallMetadataRequest')
|
|
@@ -96,6 +121,15 @@ module Aws::NetworkFirewall
|
|
|
96
121
|
DescribeFlowOperationResponse = Shapes::StructureShape.new(name: 'DescribeFlowOperationResponse')
|
|
97
122
|
DescribeLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeLoggingConfigurationRequest')
|
|
98
123
|
DescribeLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeLoggingConfigurationResponse')
|
|
124
|
+
DescribeProxyConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeProxyConfigurationRequest')
|
|
125
|
+
DescribeProxyConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeProxyConfigurationResponse')
|
|
126
|
+
DescribeProxyRequest = Shapes::StructureShape.new(name: 'DescribeProxyRequest')
|
|
127
|
+
DescribeProxyResource = Shapes::StructureShape.new(name: 'DescribeProxyResource')
|
|
128
|
+
DescribeProxyResponse = Shapes::StructureShape.new(name: 'DescribeProxyResponse')
|
|
129
|
+
DescribeProxyRuleGroupRequest = Shapes::StructureShape.new(name: 'DescribeProxyRuleGroupRequest')
|
|
130
|
+
DescribeProxyRuleGroupResponse = Shapes::StructureShape.new(name: 'DescribeProxyRuleGroupResponse')
|
|
131
|
+
DescribeProxyRuleRequest = Shapes::StructureShape.new(name: 'DescribeProxyRuleRequest')
|
|
132
|
+
DescribeProxyRuleResponse = Shapes::StructureShape.new(name: 'DescribeProxyRuleResponse')
|
|
99
133
|
DescribeResourcePolicyRequest = Shapes::StructureShape.new(name: 'DescribeResourcePolicyRequest')
|
|
100
134
|
DescribeResourcePolicyResponse = Shapes::StructureShape.new(name: 'DescribeResourcePolicyResponse')
|
|
101
135
|
DescribeRuleGroupMetadataRequest = Shapes::StructureShape.new(name: 'DescribeRuleGroupMetadataRequest')
|
|
@@ -110,6 +144,8 @@ module Aws::NetworkFirewall
|
|
|
110
144
|
DescribeVpcEndpointAssociationResponse = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationResponse')
|
|
111
145
|
Description = Shapes::StringShape.new(name: 'Description')
|
|
112
146
|
Destination = Shapes::StringShape.new(name: 'Destination')
|
|
147
|
+
DetachRuleGroupsFromProxyConfigurationRequest = Shapes::StructureShape.new(name: 'DetachRuleGroupsFromProxyConfigurationRequest')
|
|
148
|
+
DetachRuleGroupsFromProxyConfigurationResponse = Shapes::StructureShape.new(name: 'DetachRuleGroupsFromProxyConfigurationResponse')
|
|
113
149
|
Dimension = Shapes::StructureShape.new(name: 'Dimension')
|
|
114
150
|
DimensionValue = Shapes::StringShape.new(name: 'DimensionValue')
|
|
115
151
|
Dimensions = Shapes::ListShape.new(name: 'Dimensions')
|
|
@@ -127,6 +163,8 @@ module Aws::NetworkFirewall
|
|
|
127
163
|
EndTime = Shapes::TimestampShape.new(name: 'EndTime')
|
|
128
164
|
EndpointId = Shapes::StringShape.new(name: 'EndpointId')
|
|
129
165
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
|
166
|
+
FailureCode = Shapes::StringShape.new(name: 'FailureCode')
|
|
167
|
+
FailureMessage = Shapes::StringShape.new(name: 'FailureMessage')
|
|
130
168
|
Firewall = Shapes::StructureShape.new(name: 'Firewall')
|
|
131
169
|
FirewallMetadata = Shapes::StructureShape.new(name: 'FirewallMetadata')
|
|
132
170
|
FirewallPolicies = Shapes::ListShape.new(name: 'FirewallPolicies')
|
|
@@ -167,6 +205,7 @@ module Aws::NetworkFirewall
|
|
|
167
205
|
IPSetReferenceName = Shapes::StringShape.new(name: 'IPSetReferenceName')
|
|
168
206
|
IPSets = Shapes::MapShape.new(name: 'IPSets')
|
|
169
207
|
IdentifiedType = Shapes::StringShape.new(name: 'IdentifiedType')
|
|
208
|
+
InsertPosition = Shapes::IntegerShape.new(name: 'InsertPosition')
|
|
170
209
|
InsufficientCapacityException = Shapes::StructureShape.new(name: 'InsufficientCapacityException')
|
|
171
210
|
InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
|
|
172
211
|
InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException')
|
|
@@ -188,6 +227,12 @@ module Aws::NetworkFirewall
|
|
|
188
227
|
ListFlowOperationResultsResponse = Shapes::StructureShape.new(name: 'ListFlowOperationResultsResponse')
|
|
189
228
|
ListFlowOperationsRequest = Shapes::StructureShape.new(name: 'ListFlowOperationsRequest')
|
|
190
229
|
ListFlowOperationsResponse = Shapes::StructureShape.new(name: 'ListFlowOperationsResponse')
|
|
230
|
+
ListProxiesRequest = Shapes::StructureShape.new(name: 'ListProxiesRequest')
|
|
231
|
+
ListProxiesResponse = Shapes::StructureShape.new(name: 'ListProxiesResponse')
|
|
232
|
+
ListProxyConfigurationsRequest = Shapes::StructureShape.new(name: 'ListProxyConfigurationsRequest')
|
|
233
|
+
ListProxyConfigurationsResponse = Shapes::StructureShape.new(name: 'ListProxyConfigurationsResponse')
|
|
234
|
+
ListProxyRuleGroupsRequest = Shapes::StructureShape.new(name: 'ListProxyRuleGroupsRequest')
|
|
235
|
+
ListProxyRuleGroupsResponse = Shapes::StructureShape.new(name: 'ListProxyRuleGroupsResponse')
|
|
191
236
|
ListRuleGroupsRequest = Shapes::StructureShape.new(name: 'ListRuleGroupsRequest')
|
|
192
237
|
ListRuleGroupsResponse = Shapes::StructureShape.new(name: 'ListRuleGroupsResponse')
|
|
193
238
|
ListTLSInspectionConfigurationsRequest = Shapes::StructureShape.new(name: 'ListTLSInspectionConfigurationsRequest')
|
|
@@ -196,6 +241,11 @@ module Aws::NetworkFirewall
|
|
|
196
241
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
197
242
|
ListVpcEndpointAssociationsRequest = Shapes::StructureShape.new(name: 'ListVpcEndpointAssociationsRequest')
|
|
198
243
|
ListVpcEndpointAssociationsResponse = Shapes::StructureShape.new(name: 'ListVpcEndpointAssociationsResponse')
|
|
244
|
+
ListenerProperties = Shapes::ListShape.new(name: 'ListenerProperties')
|
|
245
|
+
ListenerPropertiesRequest = Shapes::ListShape.new(name: 'ListenerPropertiesRequest')
|
|
246
|
+
ListenerProperty = Shapes::StructureShape.new(name: 'ListenerProperty')
|
|
247
|
+
ListenerPropertyRequest = Shapes::StructureShape.new(name: 'ListenerPropertyRequest')
|
|
248
|
+
ListenerPropertyType = Shapes::StringShape.new(name: 'ListenerPropertyType')
|
|
199
249
|
ListingName = Shapes::StringShape.new(name: 'ListingName')
|
|
200
250
|
LogDestinationConfig = Shapes::StructureShape.new(name: 'LogDestinationConfig')
|
|
201
251
|
LogDestinationConfigs = Shapes::ListShape.new(name: 'LogDestinationConfigs')
|
|
@@ -205,6 +255,8 @@ module Aws::NetworkFirewall
|
|
|
205
255
|
LogType = Shapes::StringShape.new(name: 'LogType')
|
|
206
256
|
LoggingConfiguration = Shapes::StructureShape.new(name: 'LoggingConfiguration')
|
|
207
257
|
MatchAttributes = Shapes::StructureShape.new(name: 'MatchAttributes')
|
|
258
|
+
NatGatewayId = Shapes::StringShape.new(name: 'NatGatewayId')
|
|
259
|
+
NatGatewayPort = Shapes::IntegerShape.new(name: 'NatGatewayPort')
|
|
208
260
|
NumberOfAssociations = Shapes::IntegerShape.new(name: 'NumberOfAssociations')
|
|
209
261
|
OverrideAction = Shapes::StringShape.new(name: 'OverrideAction')
|
|
210
262
|
PacketCount = Shapes::IntegerShape.new(name: 'PacketCount')
|
|
@@ -221,11 +273,45 @@ module Aws::NetworkFirewall
|
|
|
221
273
|
PortSet = Shapes::StructureShape.new(name: 'PortSet')
|
|
222
274
|
PortSets = Shapes::MapShape.new(name: 'PortSets')
|
|
223
275
|
Priority = Shapes::IntegerShape.new(name: 'Priority')
|
|
276
|
+
PrivateDNSName = Shapes::StringShape.new(name: 'PrivateDNSName')
|
|
224
277
|
ProductId = Shapes::StringShape.new(name: 'ProductId')
|
|
225
278
|
ProtocolNumber = Shapes::IntegerShape.new(name: 'ProtocolNumber')
|
|
226
279
|
ProtocolNumbers = Shapes::ListShape.new(name: 'ProtocolNumbers')
|
|
227
280
|
ProtocolString = Shapes::StringShape.new(name: 'ProtocolString')
|
|
228
281
|
ProtocolStrings = Shapes::ListShape.new(name: 'ProtocolStrings')
|
|
282
|
+
Proxies = Shapes::ListShape.new(name: 'Proxies')
|
|
283
|
+
Proxy = Shapes::StructureShape.new(name: 'Proxy')
|
|
284
|
+
ProxyConditionValue = Shapes::StringShape.new(name: 'ProxyConditionValue')
|
|
285
|
+
ProxyConditionValueList = Shapes::ListShape.new(name: 'ProxyConditionValueList')
|
|
286
|
+
ProxyConfigDefaultRulePhaseActionsRequest = Shapes::StructureShape.new(name: 'ProxyConfigDefaultRulePhaseActionsRequest')
|
|
287
|
+
ProxyConfigRuleGroup = Shapes::StructureShape.new(name: 'ProxyConfigRuleGroup')
|
|
288
|
+
ProxyConfigRuleGroupPriority = Shapes::IntegerShape.new(name: 'ProxyConfigRuleGroupPriority')
|
|
289
|
+
ProxyConfigRuleGroupSet = Shapes::ListShape.new(name: 'ProxyConfigRuleGroupSet')
|
|
290
|
+
ProxyConfigRuleGroupType = Shapes::StringShape.new(name: 'ProxyConfigRuleGroupType')
|
|
291
|
+
ProxyConfiguration = Shapes::StructureShape.new(name: 'ProxyConfiguration')
|
|
292
|
+
ProxyConfigurationMetadata = Shapes::StructureShape.new(name: 'ProxyConfigurationMetadata')
|
|
293
|
+
ProxyConfigurations = Shapes::ListShape.new(name: 'ProxyConfigurations')
|
|
294
|
+
ProxyMetadata = Shapes::StructureShape.new(name: 'ProxyMetadata')
|
|
295
|
+
ProxyModifyState = Shapes::StringShape.new(name: 'ProxyModifyState')
|
|
296
|
+
ProxyRule = Shapes::StructureShape.new(name: 'ProxyRule')
|
|
297
|
+
ProxyRuleCondition = Shapes::StructureShape.new(name: 'ProxyRuleCondition')
|
|
298
|
+
ProxyRuleConditionList = Shapes::ListShape.new(name: 'ProxyRuleConditionList')
|
|
299
|
+
ProxyRuleGroup = Shapes::StructureShape.new(name: 'ProxyRuleGroup')
|
|
300
|
+
ProxyRuleGroupAttachment = Shapes::StructureShape.new(name: 'ProxyRuleGroupAttachment')
|
|
301
|
+
ProxyRuleGroupAttachmentList = Shapes::ListShape.new(name: 'ProxyRuleGroupAttachmentList')
|
|
302
|
+
ProxyRuleGroupMetadata = Shapes::StructureShape.new(name: 'ProxyRuleGroupMetadata')
|
|
303
|
+
ProxyRuleGroupPriority = Shapes::StructureShape.new(name: 'ProxyRuleGroupPriority')
|
|
304
|
+
ProxyRuleGroupPriorityList = Shapes::ListShape.new(name: 'ProxyRuleGroupPriorityList')
|
|
305
|
+
ProxyRuleGroupPriorityResult = Shapes::StructureShape.new(name: 'ProxyRuleGroupPriorityResult')
|
|
306
|
+
ProxyRuleGroupPriorityResultList = Shapes::ListShape.new(name: 'ProxyRuleGroupPriorityResultList')
|
|
307
|
+
ProxyRuleGroupPriorityResultPriority = Shapes::IntegerShape.new(name: 'ProxyRuleGroupPriorityResultPriority')
|
|
308
|
+
ProxyRuleGroups = Shapes::ListShape.new(name: 'ProxyRuleGroups')
|
|
309
|
+
ProxyRuleList = Shapes::ListShape.new(name: 'ProxyRuleList')
|
|
310
|
+
ProxyRulePhaseAction = Shapes::StringShape.new(name: 'ProxyRulePhaseAction')
|
|
311
|
+
ProxyRulePriority = Shapes::StructureShape.new(name: 'ProxyRulePriority')
|
|
312
|
+
ProxyRulePriorityList = Shapes::ListShape.new(name: 'ProxyRulePriorityList')
|
|
313
|
+
ProxyRulesByRequestPhase = Shapes::StructureShape.new(name: 'ProxyRulesByRequestPhase')
|
|
314
|
+
ProxyState = Shapes::StringShape.new(name: 'ProxyState')
|
|
229
315
|
PublishMetricAction = Shapes::StructureShape.new(name: 'PublishMetricAction')
|
|
230
316
|
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
|
231
317
|
PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
|
|
@@ -234,10 +320,12 @@ module Aws::NetworkFirewall
|
|
|
234
320
|
RejectNetworkFirewallTransitGatewayAttachmentResponse = Shapes::StructureShape.new(name: 'RejectNetworkFirewallTransitGatewayAttachmentResponse')
|
|
235
321
|
ReportTime = Shapes::TimestampShape.new(name: 'ReportTime')
|
|
236
322
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
323
|
+
ResourceArnList = Shapes::ListShape.new(name: 'ResourceArnList')
|
|
237
324
|
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
|
238
325
|
ResourceManagedStatus = Shapes::StringShape.new(name: 'ResourceManagedStatus')
|
|
239
326
|
ResourceManagedType = Shapes::StringShape.new(name: 'ResourceManagedType')
|
|
240
327
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
|
328
|
+
ResourceNameList = Shapes::ListShape.new(name: 'ResourceNameList')
|
|
241
329
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
242
330
|
ResourceOwnerCheckException = Shapes::StructureShape.new(name: 'ResourceOwnerCheckException')
|
|
243
331
|
ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
|
|
@@ -246,6 +334,7 @@ module Aws::NetworkFirewall
|
|
|
246
334
|
RuleDefinition = Shapes::StructureShape.new(name: 'RuleDefinition')
|
|
247
335
|
RuleGroup = Shapes::StructureShape.new(name: 'RuleGroup')
|
|
248
336
|
RuleGroupMetadata = Shapes::StructureShape.new(name: 'RuleGroupMetadata')
|
|
337
|
+
RuleGroupRequestPhase = Shapes::StringShape.new(name: 'RuleGroupRequestPhase')
|
|
249
338
|
RuleGroupResponse = Shapes::StructureShape.new(name: 'RuleGroupResponse')
|
|
250
339
|
RuleGroupType = Shapes::StringShape.new(name: 'RuleGroupType')
|
|
251
340
|
RuleGroups = Shapes::ListShape.new(name: 'RuleGroups')
|
|
@@ -330,6 +419,9 @@ module Aws::NetworkFirewall
|
|
|
330
419
|
TcpIdleTimeoutRangeBound = Shapes::IntegerShape.new(name: 'TcpIdleTimeoutRangeBound')
|
|
331
420
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
332
421
|
TlsCertificateData = Shapes::StructureShape.new(name: 'TlsCertificateData')
|
|
422
|
+
TlsInterceptMode = Shapes::StringShape.new(name: 'TlsInterceptMode')
|
|
423
|
+
TlsInterceptProperties = Shapes::StructureShape.new(name: 'TlsInterceptProperties')
|
|
424
|
+
TlsInterceptPropertiesRequest = Shapes::StructureShape.new(name: 'TlsInterceptPropertiesRequest')
|
|
333
425
|
TransitGatewayAttachmentId = Shapes::StringShape.new(name: 'TransitGatewayAttachmentId')
|
|
334
426
|
TransitGatewayAttachmentStatus = Shapes::StringShape.new(name: 'TransitGatewayAttachmentStatus')
|
|
335
427
|
TransitGatewayAttachmentSyncState = Shapes::StructureShape.new(name: 'TransitGatewayAttachmentSyncState')
|
|
@@ -355,12 +447,23 @@ module Aws::NetworkFirewall
|
|
|
355
447
|
UpdateFirewallPolicyResponse = Shapes::StructureShape.new(name: 'UpdateFirewallPolicyResponse')
|
|
356
448
|
UpdateLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateLoggingConfigurationRequest')
|
|
357
449
|
UpdateLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateLoggingConfigurationResponse')
|
|
450
|
+
UpdateProxyConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateProxyConfigurationRequest')
|
|
451
|
+
UpdateProxyConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateProxyConfigurationResponse')
|
|
452
|
+
UpdateProxyRequest = Shapes::StructureShape.new(name: 'UpdateProxyRequest')
|
|
453
|
+
UpdateProxyResponse = Shapes::StructureShape.new(name: 'UpdateProxyResponse')
|
|
454
|
+
UpdateProxyRuleGroupPrioritiesRequest = Shapes::StructureShape.new(name: 'UpdateProxyRuleGroupPrioritiesRequest')
|
|
455
|
+
UpdateProxyRuleGroupPrioritiesResponse = Shapes::StructureShape.new(name: 'UpdateProxyRuleGroupPrioritiesResponse')
|
|
456
|
+
UpdateProxyRulePrioritiesRequest = Shapes::StructureShape.new(name: 'UpdateProxyRulePrioritiesRequest')
|
|
457
|
+
UpdateProxyRulePrioritiesResponse = Shapes::StructureShape.new(name: 'UpdateProxyRulePrioritiesResponse')
|
|
458
|
+
UpdateProxyRuleRequest = Shapes::StructureShape.new(name: 'UpdateProxyRuleRequest')
|
|
459
|
+
UpdateProxyRuleResponse = Shapes::StructureShape.new(name: 'UpdateProxyRuleResponse')
|
|
358
460
|
UpdateRuleGroupRequest = Shapes::StructureShape.new(name: 'UpdateRuleGroupRequest')
|
|
359
461
|
UpdateRuleGroupResponse = Shapes::StructureShape.new(name: 'UpdateRuleGroupResponse')
|
|
360
462
|
UpdateSubnetChangeProtectionRequest = Shapes::StructureShape.new(name: 'UpdateSubnetChangeProtectionRequest')
|
|
361
463
|
UpdateSubnetChangeProtectionResponse = Shapes::StructureShape.new(name: 'UpdateSubnetChangeProtectionResponse')
|
|
362
464
|
UpdateTLSInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateTLSInspectionConfigurationRequest')
|
|
363
465
|
UpdateTLSInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateTLSInspectionConfigurationResponse')
|
|
466
|
+
UpdateTime = Shapes::TimestampShape.new(name: 'UpdateTime')
|
|
364
467
|
UpdateToken = Shapes::StringShape.new(name: 'UpdateToken')
|
|
365
468
|
VariableDefinition = Shapes::StringShape.new(name: 'VariableDefinition')
|
|
366
469
|
VariableDefinitionList = Shapes::ListShape.new(name: 'VariableDefinitionList')
|
|
@@ -370,6 +473,7 @@ module Aws::NetworkFirewall
|
|
|
370
473
|
VpcEndpointAssociationStatus = Shapes::StructureShape.new(name: 'VpcEndpointAssociationStatus')
|
|
371
474
|
VpcEndpointAssociations = Shapes::ListShape.new(name: 'VpcEndpointAssociations')
|
|
372
475
|
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
|
476
|
+
VpcEndpointServiceName = Shapes::StringShape.new(name: 'VpcEndpointServiceName')
|
|
373
477
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
|
374
478
|
VpcIds = Shapes::ListShape.new(name: 'VpcIds')
|
|
375
479
|
|
|
@@ -455,6 +559,16 @@ module Aws::NetworkFirewall
|
|
|
455
559
|
AssociationSyncState.key = Shapes::ShapeRef.new(shape: AvailabilityZone)
|
|
456
560
|
AssociationSyncState.value = Shapes::ShapeRef.new(shape: AZSyncState)
|
|
457
561
|
|
|
562
|
+
AttachRuleGroupsToProxyConfigurationRequest.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
563
|
+
AttachRuleGroupsToProxyConfigurationRequest.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
564
|
+
AttachRuleGroupsToProxyConfigurationRequest.add_member(:rule_groups, Shapes::ShapeRef.new(shape: ProxyRuleGroupAttachmentList, required: true, location_name: "RuleGroups"))
|
|
565
|
+
AttachRuleGroupsToProxyConfigurationRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
|
566
|
+
AttachRuleGroupsToProxyConfigurationRequest.struct_class = Types::AttachRuleGroupsToProxyConfigurationRequest
|
|
567
|
+
|
|
568
|
+
AttachRuleGroupsToProxyConfigurationResponse.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "ProxyConfiguration"))
|
|
569
|
+
AttachRuleGroupsToProxyConfigurationResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
570
|
+
AttachRuleGroupsToProxyConfigurationResponse.struct_class = Types::AttachRuleGroupsToProxyConfigurationResponse
|
|
571
|
+
|
|
458
572
|
Attachment.add_member(:subnet_id, Shapes::ShapeRef.new(shape: AzSubnet, location_name: "SubnetId"))
|
|
459
573
|
Attachment.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId"))
|
|
460
574
|
Attachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "Status"))
|
|
@@ -517,6 +631,64 @@ module Aws::NetworkFirewall
|
|
|
517
631
|
CreateFirewallResponse.add_member(:firewall_status, Shapes::ShapeRef.new(shape: FirewallStatus, location_name: "FirewallStatus"))
|
|
518
632
|
CreateFirewallResponse.struct_class = Types::CreateFirewallResponse
|
|
519
633
|
|
|
634
|
+
CreateProxyConfigurationRequest.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ProxyConfigurationName"))
|
|
635
|
+
CreateProxyConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
636
|
+
CreateProxyConfigurationRequest.add_member(:rule_group_names, Shapes::ShapeRef.new(shape: ResourceNameList, location_name: "RuleGroupNames"))
|
|
637
|
+
CreateProxyConfigurationRequest.add_member(:rule_group_arns, Shapes::ShapeRef.new(shape: ResourceArnList, location_name: "RuleGroupArns"))
|
|
638
|
+
CreateProxyConfigurationRequest.add_member(:default_rule_phase_actions, Shapes::ShapeRef.new(shape: ProxyConfigDefaultRulePhaseActionsRequest, required: true, location_name: "DefaultRulePhaseActions"))
|
|
639
|
+
CreateProxyConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
640
|
+
CreateProxyConfigurationRequest.struct_class = Types::CreateProxyConfigurationRequest
|
|
641
|
+
|
|
642
|
+
CreateProxyConfigurationResponse.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "ProxyConfiguration"))
|
|
643
|
+
CreateProxyConfigurationResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
644
|
+
CreateProxyConfigurationResponse.struct_class = Types::CreateProxyConfigurationResponse
|
|
645
|
+
|
|
646
|
+
CreateProxyRequest.add_member(:proxy_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ProxyName"))
|
|
647
|
+
CreateProxyRequest.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, required: true, location_name: "NatGatewayId"))
|
|
648
|
+
CreateProxyRequest.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
649
|
+
CreateProxyRequest.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
650
|
+
CreateProxyRequest.add_member(:listener_properties, Shapes::ShapeRef.new(shape: ListenerPropertiesRequest, location_name: "ListenerProperties"))
|
|
651
|
+
CreateProxyRequest.add_member(:tls_intercept_properties, Shapes::ShapeRef.new(shape: TlsInterceptPropertiesRequest, required: true, location_name: "TlsInterceptProperties"))
|
|
652
|
+
CreateProxyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
653
|
+
CreateProxyRequest.struct_class = Types::CreateProxyRequest
|
|
654
|
+
|
|
655
|
+
CreateProxyResponse.add_member(:proxy, Shapes::ShapeRef.new(shape: Proxy, location_name: "Proxy"))
|
|
656
|
+
CreateProxyResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
657
|
+
CreateProxyResponse.struct_class = Types::CreateProxyResponse
|
|
658
|
+
|
|
659
|
+
CreateProxyRule.add_member(:proxy_rule_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleName"))
|
|
660
|
+
CreateProxyRule.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
661
|
+
CreateProxyRule.add_member(:action, Shapes::ShapeRef.new(shape: ProxyRulePhaseAction, location_name: "Action"))
|
|
662
|
+
CreateProxyRule.add_member(:conditions, Shapes::ShapeRef.new(shape: ProxyRuleConditionList, location_name: "Conditions"))
|
|
663
|
+
CreateProxyRule.add_member(:insert_position, Shapes::ShapeRef.new(shape: InsertPosition, location_name: "InsertPosition"))
|
|
664
|
+
CreateProxyRule.struct_class = Types::CreateProxyRule
|
|
665
|
+
|
|
666
|
+
CreateProxyRuleGroupRequest.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ProxyRuleGroupName"))
|
|
667
|
+
CreateProxyRuleGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
668
|
+
CreateProxyRuleGroupRequest.add_member(:rules, Shapes::ShapeRef.new(shape: ProxyRulesByRequestPhase, location_name: "Rules"))
|
|
669
|
+
CreateProxyRuleGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
670
|
+
CreateProxyRuleGroupRequest.struct_class = Types::CreateProxyRuleGroupRequest
|
|
671
|
+
|
|
672
|
+
CreateProxyRuleGroupResponse.add_member(:proxy_rule_group, Shapes::ShapeRef.new(shape: ProxyRuleGroup, location_name: "ProxyRuleGroup"))
|
|
673
|
+
CreateProxyRuleGroupResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
674
|
+
CreateProxyRuleGroupResponse.struct_class = Types::CreateProxyRuleGroupResponse
|
|
675
|
+
|
|
676
|
+
CreateProxyRuleList.member = Shapes::ShapeRef.new(shape: CreateProxyRule)
|
|
677
|
+
|
|
678
|
+
CreateProxyRulesByRequestPhase.add_member(:pre_dns, Shapes::ShapeRef.new(shape: CreateProxyRuleList, location_name: "PreDNS"))
|
|
679
|
+
CreateProxyRulesByRequestPhase.add_member(:pre_request, Shapes::ShapeRef.new(shape: CreateProxyRuleList, location_name: "PreREQUEST"))
|
|
680
|
+
CreateProxyRulesByRequestPhase.add_member(:post_response, Shapes::ShapeRef.new(shape: CreateProxyRuleList, location_name: "PostRESPONSE"))
|
|
681
|
+
CreateProxyRulesByRequestPhase.struct_class = Types::CreateProxyRulesByRequestPhase
|
|
682
|
+
|
|
683
|
+
CreateProxyRulesRequest.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
684
|
+
CreateProxyRulesRequest.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
685
|
+
CreateProxyRulesRequest.add_member(:rules, Shapes::ShapeRef.new(shape: CreateProxyRulesByRequestPhase, required: true, location_name: "Rules"))
|
|
686
|
+
CreateProxyRulesRequest.struct_class = Types::CreateProxyRulesRequest
|
|
687
|
+
|
|
688
|
+
CreateProxyRulesResponse.add_member(:proxy_rule_group, Shapes::ShapeRef.new(shape: ProxyRuleGroup, location_name: "ProxyRuleGroup"))
|
|
689
|
+
CreateProxyRulesResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
690
|
+
CreateProxyRulesResponse.struct_class = Types::CreateProxyRulesResponse
|
|
691
|
+
|
|
520
692
|
CreateRuleGroupRequest.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "RuleGroupName"))
|
|
521
693
|
CreateRuleGroupRequest.add_member(:rule_group, Shapes::ShapeRef.new(shape: RuleGroup, location_name: "RuleGroup"))
|
|
522
694
|
CreateRuleGroupRequest.add_member(:rules, Shapes::ShapeRef.new(shape: RulesString, location_name: "Rules"))
|
|
@@ -585,6 +757,40 @@ module Aws::NetworkFirewall
|
|
|
585
757
|
DeleteNetworkFirewallTransitGatewayAttachmentResponse.add_member(:transit_gateway_attachment_status, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentStatus, required: true, location_name: "TransitGatewayAttachmentStatus"))
|
|
586
758
|
DeleteNetworkFirewallTransitGatewayAttachmentResponse.struct_class = Types::DeleteNetworkFirewallTransitGatewayAttachmentResponse
|
|
587
759
|
|
|
760
|
+
DeleteProxyConfigurationRequest.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
761
|
+
DeleteProxyConfigurationRequest.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
762
|
+
DeleteProxyConfigurationRequest.struct_class = Types::DeleteProxyConfigurationRequest
|
|
763
|
+
|
|
764
|
+
DeleteProxyConfigurationResponse.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
765
|
+
DeleteProxyConfigurationResponse.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
766
|
+
DeleteProxyConfigurationResponse.struct_class = Types::DeleteProxyConfigurationResponse
|
|
767
|
+
|
|
768
|
+
DeleteProxyRequest.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, required: true, location_name: "NatGatewayId"))
|
|
769
|
+
DeleteProxyRequest.add_member(:proxy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyName"))
|
|
770
|
+
DeleteProxyRequest.add_member(:proxy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyArn"))
|
|
771
|
+
DeleteProxyRequest.struct_class = Types::DeleteProxyRequest
|
|
772
|
+
|
|
773
|
+
DeleteProxyResponse.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, location_name: "NatGatewayId"))
|
|
774
|
+
DeleteProxyResponse.add_member(:proxy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyName"))
|
|
775
|
+
DeleteProxyResponse.add_member(:proxy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyArn"))
|
|
776
|
+
DeleteProxyResponse.struct_class = Types::DeleteProxyResponse
|
|
777
|
+
|
|
778
|
+
DeleteProxyRuleGroupRequest.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
779
|
+
DeleteProxyRuleGroupRequest.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
780
|
+
DeleteProxyRuleGroupRequest.struct_class = Types::DeleteProxyRuleGroupRequest
|
|
781
|
+
|
|
782
|
+
DeleteProxyRuleGroupResponse.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
783
|
+
DeleteProxyRuleGroupResponse.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
784
|
+
DeleteProxyRuleGroupResponse.struct_class = Types::DeleteProxyRuleGroupResponse
|
|
785
|
+
|
|
786
|
+
DeleteProxyRulesRequest.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
787
|
+
DeleteProxyRulesRequest.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
788
|
+
DeleteProxyRulesRequest.add_member(:rules, Shapes::ShapeRef.new(shape: ResourceNameList, required: true, location_name: "Rules"))
|
|
789
|
+
DeleteProxyRulesRequest.struct_class = Types::DeleteProxyRulesRequest
|
|
790
|
+
|
|
791
|
+
DeleteProxyRulesResponse.add_member(:proxy_rule_group, Shapes::ShapeRef.new(shape: ProxyRuleGroup, location_name: "ProxyRuleGroup"))
|
|
792
|
+
DeleteProxyRulesResponse.struct_class = Types::DeleteProxyRulesResponse
|
|
793
|
+
|
|
588
794
|
DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
|
589
795
|
DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
|
|
590
796
|
|
|
@@ -669,6 +875,58 @@ module Aws::NetworkFirewall
|
|
|
669
875
|
DescribeLoggingConfigurationResponse.add_member(:enable_monitoring_dashboard, Shapes::ShapeRef.new(shape: EnableMonitoringDashboard, location_name: "EnableMonitoringDashboard"))
|
|
670
876
|
DescribeLoggingConfigurationResponse.struct_class = Types::DescribeLoggingConfigurationResponse
|
|
671
877
|
|
|
878
|
+
DescribeProxyConfigurationRequest.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
879
|
+
DescribeProxyConfigurationRequest.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
880
|
+
DescribeProxyConfigurationRequest.struct_class = Types::DescribeProxyConfigurationRequest
|
|
881
|
+
|
|
882
|
+
DescribeProxyConfigurationResponse.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "ProxyConfiguration"))
|
|
883
|
+
DescribeProxyConfigurationResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
884
|
+
DescribeProxyConfigurationResponse.struct_class = Types::DescribeProxyConfigurationResponse
|
|
885
|
+
|
|
886
|
+
DescribeProxyRequest.add_member(:proxy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyName"))
|
|
887
|
+
DescribeProxyRequest.add_member(:proxy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyArn"))
|
|
888
|
+
DescribeProxyRequest.struct_class = Types::DescribeProxyRequest
|
|
889
|
+
|
|
890
|
+
DescribeProxyResource.add_member(:proxy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyName"))
|
|
891
|
+
DescribeProxyResource.add_member(:proxy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyArn"))
|
|
892
|
+
DescribeProxyResource.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
893
|
+
DescribeProxyResource.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
894
|
+
DescribeProxyResource.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, location_name: "NatGatewayId"))
|
|
895
|
+
DescribeProxyResource.add_member(:proxy_state, Shapes::ShapeRef.new(shape: ProxyState, location_name: "ProxyState"))
|
|
896
|
+
DescribeProxyResource.add_member(:proxy_modify_state, Shapes::ShapeRef.new(shape: ProxyModifyState, location_name: "ProxyModifyState"))
|
|
897
|
+
DescribeProxyResource.add_member(:listener_properties, Shapes::ShapeRef.new(shape: ListenerProperties, location_name: "ListenerProperties"))
|
|
898
|
+
DescribeProxyResource.add_member(:tls_intercept_properties, Shapes::ShapeRef.new(shape: TlsInterceptProperties, location_name: "TlsInterceptProperties"))
|
|
899
|
+
DescribeProxyResource.add_member(:vpc_endpoint_service_name, Shapes::ShapeRef.new(shape: VpcEndpointServiceName, location_name: "VpcEndpointServiceName"))
|
|
900
|
+
DescribeProxyResource.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: PrivateDNSName, location_name: "PrivateDNSName"))
|
|
901
|
+
DescribeProxyResource.add_member(:create_time, Shapes::ShapeRef.new(shape: CreateTime, location_name: "CreateTime"))
|
|
902
|
+
DescribeProxyResource.add_member(:delete_time, Shapes::ShapeRef.new(shape: DeleteTime, location_name: "DeleteTime"))
|
|
903
|
+
DescribeProxyResource.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, location_name: "UpdateTime"))
|
|
904
|
+
DescribeProxyResource.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
|
|
905
|
+
DescribeProxyResource.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "FailureMessage"))
|
|
906
|
+
DescribeProxyResource.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
907
|
+
DescribeProxyResource.struct_class = Types::DescribeProxyResource
|
|
908
|
+
|
|
909
|
+
DescribeProxyResponse.add_member(:proxy, Shapes::ShapeRef.new(shape: DescribeProxyResource, location_name: "Proxy"))
|
|
910
|
+
DescribeProxyResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
911
|
+
DescribeProxyResponse.struct_class = Types::DescribeProxyResponse
|
|
912
|
+
|
|
913
|
+
DescribeProxyRuleGroupRequest.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
914
|
+
DescribeProxyRuleGroupRequest.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
915
|
+
DescribeProxyRuleGroupRequest.struct_class = Types::DescribeProxyRuleGroupRequest
|
|
916
|
+
|
|
917
|
+
DescribeProxyRuleGroupResponse.add_member(:proxy_rule_group, Shapes::ShapeRef.new(shape: ProxyRuleGroup, location_name: "ProxyRuleGroup"))
|
|
918
|
+
DescribeProxyRuleGroupResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
919
|
+
DescribeProxyRuleGroupResponse.struct_class = Types::DescribeProxyRuleGroupResponse
|
|
920
|
+
|
|
921
|
+
DescribeProxyRuleRequest.add_member(:proxy_rule_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ProxyRuleName"))
|
|
922
|
+
DescribeProxyRuleRequest.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
923
|
+
DescribeProxyRuleRequest.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
924
|
+
DescribeProxyRuleRequest.struct_class = Types::DescribeProxyRuleRequest
|
|
925
|
+
|
|
926
|
+
DescribeProxyRuleResponse.add_member(:proxy_rule, Shapes::ShapeRef.new(shape: ProxyRule, location_name: "ProxyRule"))
|
|
927
|
+
DescribeProxyRuleResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
928
|
+
DescribeProxyRuleResponse.struct_class = Types::DescribeProxyRuleResponse
|
|
929
|
+
|
|
672
930
|
DescribeResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
|
673
931
|
DescribeResourcePolicyRequest.struct_class = Types::DescribeResourcePolicyRequest
|
|
674
932
|
|
|
@@ -729,6 +987,17 @@ module Aws::NetworkFirewall
|
|
|
729
987
|
DescribeVpcEndpointAssociationResponse.add_member(:vpc_endpoint_association_status, Shapes::ShapeRef.new(shape: VpcEndpointAssociationStatus, location_name: "VpcEndpointAssociationStatus"))
|
|
730
988
|
DescribeVpcEndpointAssociationResponse.struct_class = Types::DescribeVpcEndpointAssociationResponse
|
|
731
989
|
|
|
990
|
+
DetachRuleGroupsFromProxyConfigurationRequest.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
991
|
+
DetachRuleGroupsFromProxyConfigurationRequest.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
992
|
+
DetachRuleGroupsFromProxyConfigurationRequest.add_member(:rule_group_names, Shapes::ShapeRef.new(shape: ResourceNameList, location_name: "RuleGroupNames"))
|
|
993
|
+
DetachRuleGroupsFromProxyConfigurationRequest.add_member(:rule_group_arns, Shapes::ShapeRef.new(shape: ResourceArnList, location_name: "RuleGroupArns"))
|
|
994
|
+
DetachRuleGroupsFromProxyConfigurationRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
|
995
|
+
DetachRuleGroupsFromProxyConfigurationRequest.struct_class = Types::DetachRuleGroupsFromProxyConfigurationRequest
|
|
996
|
+
|
|
997
|
+
DetachRuleGroupsFromProxyConfigurationResponse.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "ProxyConfiguration"))
|
|
998
|
+
DetachRuleGroupsFromProxyConfigurationResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
999
|
+
DetachRuleGroupsFromProxyConfigurationResponse.struct_class = Types::DetachRuleGroupsFromProxyConfigurationResponse
|
|
1000
|
+
|
|
732
1001
|
Dimension.add_member(:value, Shapes::ShapeRef.new(shape: DimensionValue, required: true, location_name: "Value"))
|
|
733
1002
|
Dimension.struct_class = Types::Dimension
|
|
734
1003
|
|
|
@@ -994,6 +1263,30 @@ module Aws::NetworkFirewall
|
|
|
994
1263
|
ListFlowOperationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
|
995
1264
|
ListFlowOperationsResponse.struct_class = Types::ListFlowOperationsResponse
|
|
996
1265
|
|
|
1266
|
+
ListProxiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
|
1267
|
+
ListProxiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
|
1268
|
+
ListProxiesRequest.struct_class = Types::ListProxiesRequest
|
|
1269
|
+
|
|
1270
|
+
ListProxiesResponse.add_member(:proxies, Shapes::ShapeRef.new(shape: Proxies, location_name: "Proxies"))
|
|
1271
|
+
ListProxiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
|
1272
|
+
ListProxiesResponse.struct_class = Types::ListProxiesResponse
|
|
1273
|
+
|
|
1274
|
+
ListProxyConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
|
1275
|
+
ListProxyConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
|
1276
|
+
ListProxyConfigurationsRequest.struct_class = Types::ListProxyConfigurationsRequest
|
|
1277
|
+
|
|
1278
|
+
ListProxyConfigurationsResponse.add_member(:proxy_configurations, Shapes::ShapeRef.new(shape: ProxyConfigurations, location_name: "ProxyConfigurations"))
|
|
1279
|
+
ListProxyConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
|
1280
|
+
ListProxyConfigurationsResponse.struct_class = Types::ListProxyConfigurationsResponse
|
|
1281
|
+
|
|
1282
|
+
ListProxyRuleGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
|
1283
|
+
ListProxyRuleGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
|
1284
|
+
ListProxyRuleGroupsRequest.struct_class = Types::ListProxyRuleGroupsRequest
|
|
1285
|
+
|
|
1286
|
+
ListProxyRuleGroupsResponse.add_member(:proxy_rule_groups, Shapes::ShapeRef.new(shape: ProxyRuleGroups, location_name: "ProxyRuleGroups"))
|
|
1287
|
+
ListProxyRuleGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
|
1288
|
+
ListProxyRuleGroupsResponse.struct_class = Types::ListProxyRuleGroupsResponse
|
|
1289
|
+
|
|
997
1290
|
ListRuleGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
|
998
1291
|
ListRuleGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
|
999
1292
|
ListRuleGroupsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: ResourceManagedStatus, location_name: "Scope"))
|
|
@@ -1032,6 +1325,18 @@ module Aws::NetworkFirewall
|
|
|
1032
1325
|
ListVpcEndpointAssociationsResponse.add_member(:vpc_endpoint_associations, Shapes::ShapeRef.new(shape: VpcEndpointAssociations, location_name: "VpcEndpointAssociations"))
|
|
1033
1326
|
ListVpcEndpointAssociationsResponse.struct_class = Types::ListVpcEndpointAssociationsResponse
|
|
1034
1327
|
|
|
1328
|
+
ListenerProperties.member = Shapes::ShapeRef.new(shape: ListenerProperty)
|
|
1329
|
+
|
|
1330
|
+
ListenerPropertiesRequest.member = Shapes::ShapeRef.new(shape: ListenerPropertyRequest)
|
|
1331
|
+
|
|
1332
|
+
ListenerProperty.add_member(:port, Shapes::ShapeRef.new(shape: NatGatewayPort, location_name: "Port"))
|
|
1333
|
+
ListenerProperty.add_member(:type, Shapes::ShapeRef.new(shape: ListenerPropertyType, location_name: "Type"))
|
|
1334
|
+
ListenerProperty.struct_class = Types::ListenerProperty
|
|
1335
|
+
|
|
1336
|
+
ListenerPropertyRequest.add_member(:port, Shapes::ShapeRef.new(shape: NatGatewayPort, required: true, location_name: "Port"))
|
|
1337
|
+
ListenerPropertyRequest.add_member(:type, Shapes::ShapeRef.new(shape: ListenerPropertyType, required: true, location_name: "Type"))
|
|
1338
|
+
ListenerPropertyRequest.struct_class = Types::ListenerPropertyRequest
|
|
1339
|
+
|
|
1035
1340
|
LogDestinationConfig.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, required: true, location_name: "LogType"))
|
|
1036
1341
|
LogDestinationConfig.add_member(:log_destination_type, Shapes::ShapeRef.new(shape: LogDestinationType, required: true, location_name: "LogDestinationType"))
|
|
1037
1342
|
LogDestinationConfig.add_member(:log_destination, Shapes::ShapeRef.new(shape: LogDestinationMap, required: true, location_name: "LogDestination"))
|
|
@@ -1079,6 +1384,119 @@ module Aws::NetworkFirewall
|
|
|
1079
1384
|
|
|
1080
1385
|
ProtocolStrings.member = Shapes::ShapeRef.new(shape: ProtocolString)
|
|
1081
1386
|
|
|
1387
|
+
Proxies.member = Shapes::ShapeRef.new(shape: ProxyMetadata)
|
|
1388
|
+
|
|
1389
|
+
Proxy.add_member(:create_time, Shapes::ShapeRef.new(shape: CreateTime, location_name: "CreateTime"))
|
|
1390
|
+
Proxy.add_member(:delete_time, Shapes::ShapeRef.new(shape: DeleteTime, location_name: "DeleteTime"))
|
|
1391
|
+
Proxy.add_member(:update_time, Shapes::ShapeRef.new(shape: UpdateTime, location_name: "UpdateTime"))
|
|
1392
|
+
Proxy.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
|
|
1393
|
+
Proxy.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "FailureMessage"))
|
|
1394
|
+
Proxy.add_member(:proxy_state, Shapes::ShapeRef.new(shape: ProxyState, location_name: "ProxyState"))
|
|
1395
|
+
Proxy.add_member(:proxy_modify_state, Shapes::ShapeRef.new(shape: ProxyModifyState, location_name: "ProxyModifyState"))
|
|
1396
|
+
Proxy.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, location_name: "NatGatewayId"))
|
|
1397
|
+
Proxy.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
1398
|
+
Proxy.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
1399
|
+
Proxy.add_member(:proxy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyName"))
|
|
1400
|
+
Proxy.add_member(:proxy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyArn"))
|
|
1401
|
+
Proxy.add_member(:listener_properties, Shapes::ShapeRef.new(shape: ListenerProperties, location_name: "ListenerProperties"))
|
|
1402
|
+
Proxy.add_member(:tls_intercept_properties, Shapes::ShapeRef.new(shape: TlsInterceptProperties, location_name: "TlsInterceptProperties"))
|
|
1403
|
+
Proxy.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1404
|
+
Proxy.struct_class = Types::Proxy
|
|
1405
|
+
|
|
1406
|
+
ProxyConditionValueList.member = Shapes::ShapeRef.new(shape: ProxyConditionValue)
|
|
1407
|
+
|
|
1408
|
+
ProxyConfigDefaultRulePhaseActionsRequest.add_member(:pre_dns, Shapes::ShapeRef.new(shape: ProxyRulePhaseAction, location_name: "PreDNS"))
|
|
1409
|
+
ProxyConfigDefaultRulePhaseActionsRequest.add_member(:pre_request, Shapes::ShapeRef.new(shape: ProxyRulePhaseAction, location_name: "PreREQUEST"))
|
|
1410
|
+
ProxyConfigDefaultRulePhaseActionsRequest.add_member(:post_response, Shapes::ShapeRef.new(shape: ProxyRulePhaseAction, location_name: "PostRESPONSE"))
|
|
1411
|
+
ProxyConfigDefaultRulePhaseActionsRequest.struct_class = Types::ProxyConfigDefaultRulePhaseActionsRequest
|
|
1412
|
+
|
|
1413
|
+
ProxyConfigRuleGroup.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
1414
|
+
ProxyConfigRuleGroup.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
1415
|
+
ProxyConfigRuleGroup.add_member(:type, Shapes::ShapeRef.new(shape: ProxyConfigRuleGroupType, location_name: "Type"))
|
|
1416
|
+
ProxyConfigRuleGroup.add_member(:priority, Shapes::ShapeRef.new(shape: ProxyConfigRuleGroupPriority, location_name: "Priority"))
|
|
1417
|
+
ProxyConfigRuleGroup.struct_class = Types::ProxyConfigRuleGroup
|
|
1418
|
+
|
|
1419
|
+
ProxyConfigRuleGroupSet.member = Shapes::ShapeRef.new(shape: ProxyConfigRuleGroup)
|
|
1420
|
+
|
|
1421
|
+
ProxyConfiguration.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
1422
|
+
ProxyConfiguration.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
1423
|
+
ProxyConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1424
|
+
ProxyConfiguration.add_member(:create_time, Shapes::ShapeRef.new(shape: CreateTime, location_name: "CreateTime"))
|
|
1425
|
+
ProxyConfiguration.add_member(:delete_time, Shapes::ShapeRef.new(shape: DeleteTime, location_name: "DeleteTime"))
|
|
1426
|
+
ProxyConfiguration.add_member(:rule_groups, Shapes::ShapeRef.new(shape: ProxyConfigRuleGroupSet, location_name: "RuleGroups"))
|
|
1427
|
+
ProxyConfiguration.add_member(:default_rule_phase_actions, Shapes::ShapeRef.new(shape: ProxyConfigDefaultRulePhaseActionsRequest, location_name: "DefaultRulePhaseActions"))
|
|
1428
|
+
ProxyConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1429
|
+
ProxyConfiguration.struct_class = Types::ProxyConfiguration
|
|
1430
|
+
|
|
1431
|
+
ProxyConfigurationMetadata.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
|
1432
|
+
ProxyConfigurationMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
1433
|
+
ProxyConfigurationMetadata.struct_class = Types::ProxyConfigurationMetadata
|
|
1434
|
+
|
|
1435
|
+
ProxyConfigurations.member = Shapes::ShapeRef.new(shape: ProxyConfigurationMetadata)
|
|
1436
|
+
|
|
1437
|
+
ProxyMetadata.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
|
1438
|
+
ProxyMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
1439
|
+
ProxyMetadata.struct_class = Types::ProxyMetadata
|
|
1440
|
+
|
|
1441
|
+
ProxyRule.add_member(:proxy_rule_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleName"))
|
|
1442
|
+
ProxyRule.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1443
|
+
ProxyRule.add_member(:action, Shapes::ShapeRef.new(shape: ProxyRulePhaseAction, location_name: "Action"))
|
|
1444
|
+
ProxyRule.add_member(:conditions, Shapes::ShapeRef.new(shape: ProxyRuleConditionList, location_name: "Conditions"))
|
|
1445
|
+
ProxyRule.struct_class = Types::ProxyRule
|
|
1446
|
+
|
|
1447
|
+
ProxyRuleCondition.add_member(:condition_operator, Shapes::ShapeRef.new(shape: ConditionOperator, location_name: "ConditionOperator"))
|
|
1448
|
+
ProxyRuleCondition.add_member(:condition_key, Shapes::ShapeRef.new(shape: ConditionKey, location_name: "ConditionKey"))
|
|
1449
|
+
ProxyRuleCondition.add_member(:condition_values, Shapes::ShapeRef.new(shape: ProxyConditionValueList, location_name: "ConditionValues"))
|
|
1450
|
+
ProxyRuleCondition.struct_class = Types::ProxyRuleCondition
|
|
1451
|
+
|
|
1452
|
+
ProxyRuleConditionList.member = Shapes::ShapeRef.new(shape: ProxyRuleCondition)
|
|
1453
|
+
|
|
1454
|
+
ProxyRuleGroup.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
1455
|
+
ProxyRuleGroup.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
1456
|
+
ProxyRuleGroup.add_member(:create_time, Shapes::ShapeRef.new(shape: CreateTime, location_name: "CreateTime"))
|
|
1457
|
+
ProxyRuleGroup.add_member(:delete_time, Shapes::ShapeRef.new(shape: DeleteTime, location_name: "DeleteTime"))
|
|
1458
|
+
ProxyRuleGroup.add_member(:rules, Shapes::ShapeRef.new(shape: ProxyRulesByRequestPhase, location_name: "Rules"))
|
|
1459
|
+
ProxyRuleGroup.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1460
|
+
ProxyRuleGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1461
|
+
ProxyRuleGroup.struct_class = Types::ProxyRuleGroup
|
|
1462
|
+
|
|
1463
|
+
ProxyRuleGroupAttachment.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
1464
|
+
ProxyRuleGroupAttachment.add_member(:insert_position, Shapes::ShapeRef.new(shape: InsertPosition, location_name: "InsertPosition"))
|
|
1465
|
+
ProxyRuleGroupAttachment.struct_class = Types::ProxyRuleGroupAttachment
|
|
1466
|
+
|
|
1467
|
+
ProxyRuleGroupAttachmentList.member = Shapes::ShapeRef.new(shape: ProxyRuleGroupAttachment)
|
|
1468
|
+
|
|
1469
|
+
ProxyRuleGroupMetadata.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
|
1470
|
+
ProxyRuleGroupMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
1471
|
+
ProxyRuleGroupMetadata.struct_class = Types::ProxyRuleGroupMetadata
|
|
1472
|
+
|
|
1473
|
+
ProxyRuleGroupPriority.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
1474
|
+
ProxyRuleGroupPriority.add_member(:new_position, Shapes::ShapeRef.new(shape: InsertPosition, location_name: "NewPosition"))
|
|
1475
|
+
ProxyRuleGroupPriority.struct_class = Types::ProxyRuleGroupPriority
|
|
1476
|
+
|
|
1477
|
+
ProxyRuleGroupPriorityList.member = Shapes::ShapeRef.new(shape: ProxyRuleGroupPriority)
|
|
1478
|
+
|
|
1479
|
+
ProxyRuleGroupPriorityResult.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
1480
|
+
ProxyRuleGroupPriorityResult.add_member(:priority, Shapes::ShapeRef.new(shape: ProxyRuleGroupPriorityResultPriority, location_name: "Priority"))
|
|
1481
|
+
ProxyRuleGroupPriorityResult.struct_class = Types::ProxyRuleGroupPriorityResult
|
|
1482
|
+
|
|
1483
|
+
ProxyRuleGroupPriorityResultList.member = Shapes::ShapeRef.new(shape: ProxyRuleGroupPriorityResult)
|
|
1484
|
+
|
|
1485
|
+
ProxyRuleGroups.member = Shapes::ShapeRef.new(shape: ProxyRuleGroupMetadata)
|
|
1486
|
+
|
|
1487
|
+
ProxyRuleList.member = Shapes::ShapeRef.new(shape: ProxyRule)
|
|
1488
|
+
|
|
1489
|
+
ProxyRulePriority.add_member(:proxy_rule_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleName"))
|
|
1490
|
+
ProxyRulePriority.add_member(:new_position, Shapes::ShapeRef.new(shape: InsertPosition, location_name: "NewPosition"))
|
|
1491
|
+
ProxyRulePriority.struct_class = Types::ProxyRulePriority
|
|
1492
|
+
|
|
1493
|
+
ProxyRulePriorityList.member = Shapes::ShapeRef.new(shape: ProxyRulePriority)
|
|
1494
|
+
|
|
1495
|
+
ProxyRulesByRequestPhase.add_member(:pre_dns, Shapes::ShapeRef.new(shape: ProxyRuleList, location_name: "PreDNS"))
|
|
1496
|
+
ProxyRulesByRequestPhase.add_member(:pre_request, Shapes::ShapeRef.new(shape: ProxyRuleList, location_name: "PreREQUEST"))
|
|
1497
|
+
ProxyRulesByRequestPhase.add_member(:post_response, Shapes::ShapeRef.new(shape: ProxyRuleList, location_name: "PostRESPONSE"))
|
|
1498
|
+
ProxyRulesByRequestPhase.struct_class = Types::ProxyRulesByRequestPhase
|
|
1499
|
+
|
|
1082
1500
|
PublishMetricAction.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, required: true, location_name: "Dimensions"))
|
|
1083
1501
|
PublishMetricAction.struct_class = Types::PublishMetricAction
|
|
1084
1502
|
|
|
@@ -1098,6 +1516,10 @@ module Aws::NetworkFirewall
|
|
|
1098
1516
|
RejectNetworkFirewallTransitGatewayAttachmentResponse.add_member(:transit_gateway_attachment_status, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentStatus, required: true, location_name: "TransitGatewayAttachmentStatus"))
|
|
1099
1517
|
RejectNetworkFirewallTransitGatewayAttachmentResponse.struct_class = Types::RejectNetworkFirewallTransitGatewayAttachmentResponse
|
|
1100
1518
|
|
|
1519
|
+
ResourceArnList.member = Shapes::ShapeRef.new(shape: ResourceArn)
|
|
1520
|
+
|
|
1521
|
+
ResourceNameList.member = Shapes::ShapeRef.new(shape: ResourceName)
|
|
1522
|
+
|
|
1101
1523
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
|
1102
1524
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
1103
1525
|
|
|
@@ -1359,6 +1781,14 @@ module Aws::NetworkFirewall
|
|
|
1359
1781
|
TlsCertificateData.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusMessage"))
|
|
1360
1782
|
TlsCertificateData.struct_class = Types::TlsCertificateData
|
|
1361
1783
|
|
|
1784
|
+
TlsInterceptProperties.add_member(:pca_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "PcaArn"))
|
|
1785
|
+
TlsInterceptProperties.add_member(:tls_intercept_mode, Shapes::ShapeRef.new(shape: TlsInterceptMode, location_name: "TlsInterceptMode"))
|
|
1786
|
+
TlsInterceptProperties.struct_class = Types::TlsInterceptProperties
|
|
1787
|
+
|
|
1788
|
+
TlsInterceptPropertiesRequest.add_member(:pca_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "PcaArn"))
|
|
1789
|
+
TlsInterceptPropertiesRequest.add_member(:tls_intercept_mode, Shapes::ShapeRef.new(shape: TlsInterceptMode, location_name: "TlsInterceptMode"))
|
|
1790
|
+
TlsInterceptPropertiesRequest.struct_class = Types::TlsInterceptPropertiesRequest
|
|
1791
|
+
|
|
1362
1792
|
TransitGatewayAttachmentSyncState.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
|
|
1363
1793
|
TransitGatewayAttachmentSyncState.add_member(:transit_gateway_attachment_status, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentStatus, location_name: "TransitGatewayAttachmentStatus"))
|
|
1364
1794
|
TransitGatewayAttachmentSyncState.add_member(:status_message, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentSyncStateMessage, location_name: "StatusMessage"))
|
|
@@ -1473,6 +1903,68 @@ module Aws::NetworkFirewall
|
|
|
1473
1903
|
UpdateLoggingConfigurationResponse.add_member(:enable_monitoring_dashboard, Shapes::ShapeRef.new(shape: EnableMonitoringDashboard, location_name: "EnableMonitoringDashboard"))
|
|
1474
1904
|
UpdateLoggingConfigurationResponse.struct_class = Types::UpdateLoggingConfigurationResponse
|
|
1475
1905
|
|
|
1906
|
+
UpdateProxyConfigurationRequest.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
1907
|
+
UpdateProxyConfigurationRequest.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
1908
|
+
UpdateProxyConfigurationRequest.add_member(:default_rule_phase_actions, Shapes::ShapeRef.new(shape: ProxyConfigDefaultRulePhaseActionsRequest, required: true, location_name: "DefaultRulePhaseActions"))
|
|
1909
|
+
UpdateProxyConfigurationRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
|
1910
|
+
UpdateProxyConfigurationRequest.struct_class = Types::UpdateProxyConfigurationRequest
|
|
1911
|
+
|
|
1912
|
+
UpdateProxyConfigurationResponse.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "ProxyConfiguration"))
|
|
1913
|
+
UpdateProxyConfigurationResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
1914
|
+
UpdateProxyConfigurationResponse.struct_class = Types::UpdateProxyConfigurationResponse
|
|
1915
|
+
|
|
1916
|
+
UpdateProxyRequest.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, required: true, location_name: "NatGatewayId"))
|
|
1917
|
+
UpdateProxyRequest.add_member(:proxy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyName"))
|
|
1918
|
+
UpdateProxyRequest.add_member(:proxy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyArn"))
|
|
1919
|
+
UpdateProxyRequest.add_member(:listener_properties_to_add, Shapes::ShapeRef.new(shape: ListenerPropertiesRequest, location_name: "ListenerPropertiesToAdd"))
|
|
1920
|
+
UpdateProxyRequest.add_member(:listener_properties_to_remove, Shapes::ShapeRef.new(shape: ListenerPropertiesRequest, location_name: "ListenerPropertiesToRemove"))
|
|
1921
|
+
UpdateProxyRequest.add_member(:tls_intercept_properties, Shapes::ShapeRef.new(shape: TlsInterceptPropertiesRequest, location_name: "TlsInterceptProperties"))
|
|
1922
|
+
UpdateProxyRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
|
1923
|
+
UpdateProxyRequest.struct_class = Types::UpdateProxyRequest
|
|
1924
|
+
|
|
1925
|
+
UpdateProxyResponse.add_member(:proxy, Shapes::ShapeRef.new(shape: Proxy, location_name: "Proxy"))
|
|
1926
|
+
UpdateProxyResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
1927
|
+
UpdateProxyResponse.struct_class = Types::UpdateProxyResponse
|
|
1928
|
+
|
|
1929
|
+
UpdateProxyRuleGroupPrioritiesRequest.add_member(:proxy_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyConfigurationName"))
|
|
1930
|
+
UpdateProxyRuleGroupPrioritiesRequest.add_member(:proxy_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyConfigurationArn"))
|
|
1931
|
+
UpdateProxyRuleGroupPrioritiesRequest.add_member(:rule_groups, Shapes::ShapeRef.new(shape: ProxyRuleGroupPriorityList, required: true, location_name: "RuleGroups"))
|
|
1932
|
+
UpdateProxyRuleGroupPrioritiesRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
|
1933
|
+
UpdateProxyRuleGroupPrioritiesRequest.struct_class = Types::UpdateProxyRuleGroupPrioritiesRequest
|
|
1934
|
+
|
|
1935
|
+
UpdateProxyRuleGroupPrioritiesResponse.add_member(:proxy_rule_groups, Shapes::ShapeRef.new(shape: ProxyRuleGroupPriorityResultList, location_name: "ProxyRuleGroups"))
|
|
1936
|
+
UpdateProxyRuleGroupPrioritiesResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
1937
|
+
UpdateProxyRuleGroupPrioritiesResponse.struct_class = Types::UpdateProxyRuleGroupPrioritiesResponse
|
|
1938
|
+
|
|
1939
|
+
UpdateProxyRulePrioritiesRequest.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
1940
|
+
UpdateProxyRulePrioritiesRequest.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
1941
|
+
UpdateProxyRulePrioritiesRequest.add_member(:rule_group_request_phase, Shapes::ShapeRef.new(shape: RuleGroupRequestPhase, required: true, location_name: "RuleGroupRequestPhase"))
|
|
1942
|
+
UpdateProxyRulePrioritiesRequest.add_member(:rules, Shapes::ShapeRef.new(shape: ProxyRulePriorityList, required: true, location_name: "Rules"))
|
|
1943
|
+
UpdateProxyRulePrioritiesRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
|
1944
|
+
UpdateProxyRulePrioritiesRequest.struct_class = Types::UpdateProxyRulePrioritiesRequest
|
|
1945
|
+
|
|
1946
|
+
UpdateProxyRulePrioritiesResponse.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
1947
|
+
UpdateProxyRulePrioritiesResponse.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
1948
|
+
UpdateProxyRulePrioritiesResponse.add_member(:rule_group_request_phase, Shapes::ShapeRef.new(shape: RuleGroupRequestPhase, location_name: "RuleGroupRequestPhase"))
|
|
1949
|
+
UpdateProxyRulePrioritiesResponse.add_member(:rules, Shapes::ShapeRef.new(shape: ProxyRulePriorityList, location_name: "Rules"))
|
|
1950
|
+
UpdateProxyRulePrioritiesResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
1951
|
+
UpdateProxyRulePrioritiesResponse.struct_class = Types::UpdateProxyRulePrioritiesResponse
|
|
1952
|
+
|
|
1953
|
+
UpdateProxyRuleRequest.add_member(:proxy_rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ProxyRuleGroupName"))
|
|
1954
|
+
UpdateProxyRuleRequest.add_member(:proxy_rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProxyRuleGroupArn"))
|
|
1955
|
+
UpdateProxyRuleRequest.add_member(:proxy_rule_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ProxyRuleName"))
|
|
1956
|
+
UpdateProxyRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1957
|
+
UpdateProxyRuleRequest.add_member(:action, Shapes::ShapeRef.new(shape: ProxyRulePhaseAction, location_name: "Action"))
|
|
1958
|
+
UpdateProxyRuleRequest.add_member(:add_conditions, Shapes::ShapeRef.new(shape: ProxyRuleConditionList, location_name: "AddConditions"))
|
|
1959
|
+
UpdateProxyRuleRequest.add_member(:remove_conditions, Shapes::ShapeRef.new(shape: ProxyRuleConditionList, location_name: "RemoveConditions"))
|
|
1960
|
+
UpdateProxyRuleRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
|
1961
|
+
UpdateProxyRuleRequest.struct_class = Types::UpdateProxyRuleRequest
|
|
1962
|
+
|
|
1963
|
+
UpdateProxyRuleResponse.add_member(:proxy_rule, Shapes::ShapeRef.new(shape: ProxyRule, location_name: "ProxyRule"))
|
|
1964
|
+
UpdateProxyRuleResponse.add_member(:removed_conditions, Shapes::ShapeRef.new(shape: ProxyRuleConditionList, location_name: "RemovedConditions"))
|
|
1965
|
+
UpdateProxyRuleResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
|
1966
|
+
UpdateProxyRuleResponse.struct_class = Types::UpdateProxyRuleResponse
|
|
1967
|
+
|
|
1476
1968
|
UpdateRuleGroupRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
|
1477
1969
|
UpdateRuleGroupRequest.add_member(:rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleGroupArn"))
|
|
1478
1970
|
UpdateRuleGroupRequest.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RuleGroupName"))
|
|
@@ -1615,6 +2107,18 @@ module Aws::NetworkFirewall
|
|
|
1615
2107
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientCapacityException)
|
|
1616
2108
|
end)
|
|
1617
2109
|
|
|
2110
|
+
api.add_operation(:attach_rule_groups_to_proxy_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2111
|
+
o.name = "AttachRuleGroupsToProxyConfiguration"
|
|
2112
|
+
o.http_method = "POST"
|
|
2113
|
+
o.http_request_uri = "/"
|
|
2114
|
+
o.input = Shapes::ShapeRef.new(shape: AttachRuleGroupsToProxyConfigurationRequest)
|
|
2115
|
+
o.output = Shapes::ShapeRef.new(shape: AttachRuleGroupsToProxyConfigurationResponse)
|
|
2116
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2117
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2118
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2119
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2120
|
+
end)
|
|
2121
|
+
|
|
1618
2122
|
api.add_operation(:create_firewall, Seahorse::Model::Operation.new.tap do |o|
|
|
1619
2123
|
o.name = "CreateFirewall"
|
|
1620
2124
|
o.http_method = "POST"
|
|
@@ -1642,6 +2146,56 @@ module Aws::NetworkFirewall
|
|
|
1642
2146
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientCapacityException)
|
|
1643
2147
|
end)
|
|
1644
2148
|
|
|
2149
|
+
api.add_operation(:create_proxy, Seahorse::Model::Operation.new.tap do |o|
|
|
2150
|
+
o.name = "CreateProxy"
|
|
2151
|
+
o.http_method = "POST"
|
|
2152
|
+
o.http_request_uri = "/"
|
|
2153
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProxyRequest)
|
|
2154
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProxyResponse)
|
|
2155
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2156
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2157
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2158
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
|
2159
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
2160
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2161
|
+
end)
|
|
2162
|
+
|
|
2163
|
+
api.add_operation(:create_proxy_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2164
|
+
o.name = "CreateProxyConfiguration"
|
|
2165
|
+
o.http_method = "POST"
|
|
2166
|
+
o.http_request_uri = "/"
|
|
2167
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProxyConfigurationRequest)
|
|
2168
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProxyConfigurationResponse)
|
|
2169
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2170
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2171
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2172
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
2173
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2174
|
+
end)
|
|
2175
|
+
|
|
2176
|
+
api.add_operation(:create_proxy_rule_group, Seahorse::Model::Operation.new.tap do |o|
|
|
2177
|
+
o.name = "CreateProxyRuleGroup"
|
|
2178
|
+
o.http_method = "POST"
|
|
2179
|
+
o.http_request_uri = "/"
|
|
2180
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProxyRuleGroupRequest)
|
|
2181
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProxyRuleGroupResponse)
|
|
2182
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2183
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2184
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
2185
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2186
|
+
end)
|
|
2187
|
+
|
|
2188
|
+
api.add_operation(:create_proxy_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
2189
|
+
o.name = "CreateProxyRules"
|
|
2190
|
+
o.http_method = "POST"
|
|
2191
|
+
o.http_request_uri = "/"
|
|
2192
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProxyRulesRequest)
|
|
2193
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProxyRulesResponse)
|
|
2194
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2195
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2196
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2197
|
+
end)
|
|
2198
|
+
|
|
1645
2199
|
api.add_operation(:create_rule_group, Seahorse::Model::Operation.new.tap do |o|
|
|
1646
2200
|
o.name = "CreateRuleGroup"
|
|
1647
2201
|
o.http_method = "POST"
|
|
@@ -1723,6 +2277,55 @@ module Aws::NetworkFirewall
|
|
|
1723
2277
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1724
2278
|
end)
|
|
1725
2279
|
|
|
2280
|
+
api.add_operation(:delete_proxy, Seahorse::Model::Operation.new.tap do |o|
|
|
2281
|
+
o.name = "DeleteProxy"
|
|
2282
|
+
o.http_method = "POST"
|
|
2283
|
+
o.http_request_uri = "/"
|
|
2284
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProxyRequest)
|
|
2285
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProxyResponse)
|
|
2286
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2287
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2288
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2289
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
|
2290
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2291
|
+
end)
|
|
2292
|
+
|
|
2293
|
+
api.add_operation(:delete_proxy_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2294
|
+
o.name = "DeleteProxyConfiguration"
|
|
2295
|
+
o.http_method = "POST"
|
|
2296
|
+
o.http_request_uri = "/"
|
|
2297
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProxyConfigurationRequest)
|
|
2298
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProxyConfigurationResponse)
|
|
2299
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2300
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2301
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2302
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2303
|
+
end)
|
|
2304
|
+
|
|
2305
|
+
api.add_operation(:delete_proxy_rule_group, Seahorse::Model::Operation.new.tap do |o|
|
|
2306
|
+
o.name = "DeleteProxyRuleGroup"
|
|
2307
|
+
o.http_method = "POST"
|
|
2308
|
+
o.http_request_uri = "/"
|
|
2309
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProxyRuleGroupRequest)
|
|
2310
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProxyRuleGroupResponse)
|
|
2311
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2312
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2313
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2314
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2315
|
+
end)
|
|
2316
|
+
|
|
2317
|
+
api.add_operation(:delete_proxy_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
2318
|
+
o.name = "DeleteProxyRules"
|
|
2319
|
+
o.http_method = "POST"
|
|
2320
|
+
o.http_request_uri = "/"
|
|
2321
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProxyRulesRequest)
|
|
2322
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProxyRulesResponse)
|
|
2323
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2324
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2325
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2326
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2327
|
+
end)
|
|
2328
|
+
|
|
1726
2329
|
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
1727
2330
|
o.name = "DeleteResourcePolicy"
|
|
1728
2331
|
o.http_method = "POST"
|
|
@@ -1836,6 +2439,54 @@ module Aws::NetworkFirewall
|
|
|
1836
2439
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1837
2440
|
end)
|
|
1838
2441
|
|
|
2442
|
+
api.add_operation(:describe_proxy, Seahorse::Model::Operation.new.tap do |o|
|
|
2443
|
+
o.name = "DescribeProxy"
|
|
2444
|
+
o.http_method = "POST"
|
|
2445
|
+
o.http_request_uri = "/"
|
|
2446
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProxyRequest)
|
|
2447
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProxyResponse)
|
|
2448
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2449
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2450
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2451
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2452
|
+
end)
|
|
2453
|
+
|
|
2454
|
+
api.add_operation(:describe_proxy_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2455
|
+
o.name = "DescribeProxyConfiguration"
|
|
2456
|
+
o.http_method = "POST"
|
|
2457
|
+
o.http_request_uri = "/"
|
|
2458
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProxyConfigurationRequest)
|
|
2459
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProxyConfigurationResponse)
|
|
2460
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2461
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2462
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2463
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2464
|
+
end)
|
|
2465
|
+
|
|
2466
|
+
api.add_operation(:describe_proxy_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
2467
|
+
o.name = "DescribeProxyRule"
|
|
2468
|
+
o.http_method = "POST"
|
|
2469
|
+
o.http_request_uri = "/"
|
|
2470
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProxyRuleRequest)
|
|
2471
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProxyRuleResponse)
|
|
2472
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2473
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2474
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2475
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2476
|
+
end)
|
|
2477
|
+
|
|
2478
|
+
api.add_operation(:describe_proxy_rule_group, Seahorse::Model::Operation.new.tap do |o|
|
|
2479
|
+
o.name = "DescribeProxyRuleGroup"
|
|
2480
|
+
o.http_method = "POST"
|
|
2481
|
+
o.http_request_uri = "/"
|
|
2482
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProxyRuleGroupRequest)
|
|
2483
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProxyRuleGroupResponse)
|
|
2484
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2485
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2486
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2487
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2488
|
+
end)
|
|
2489
|
+
|
|
1839
2490
|
api.add_operation(:describe_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
1840
2491
|
o.name = "DescribeResourcePolicy"
|
|
1841
2492
|
o.http_method = "POST"
|
|
@@ -1908,6 +2559,18 @@ module Aws::NetworkFirewall
|
|
|
1908
2559
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1909
2560
|
end)
|
|
1910
2561
|
|
|
2562
|
+
api.add_operation(:detach_rule_groups_from_proxy_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2563
|
+
o.name = "DetachRuleGroupsFromProxyConfiguration"
|
|
2564
|
+
o.http_method = "POST"
|
|
2565
|
+
o.http_request_uri = "/"
|
|
2566
|
+
o.input = Shapes::ShapeRef.new(shape: DetachRuleGroupsFromProxyConfigurationRequest)
|
|
2567
|
+
o.output = Shapes::ShapeRef.new(shape: DetachRuleGroupsFromProxyConfigurationResponse)
|
|
2568
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2569
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2570
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2571
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2572
|
+
end)
|
|
2573
|
+
|
|
1911
2574
|
api.add_operation(:disassociate_availability_zones, Seahorse::Model::Operation.new.tap do |o|
|
|
1912
2575
|
o.name = "DisassociateAvailabilityZones"
|
|
1913
2576
|
o.http_method = "POST"
|
|
@@ -2042,6 +2705,59 @@ module Aws::NetworkFirewall
|
|
|
2042
2705
|
)
|
|
2043
2706
|
end)
|
|
2044
2707
|
|
|
2708
|
+
api.add_operation(:list_proxies, Seahorse::Model::Operation.new.tap do |o|
|
|
2709
|
+
o.name = "ListProxies"
|
|
2710
|
+
o.http_method = "POST"
|
|
2711
|
+
o.http_request_uri = "/"
|
|
2712
|
+
o.input = Shapes::ShapeRef.new(shape: ListProxiesRequest)
|
|
2713
|
+
o.output = Shapes::ShapeRef.new(shape: ListProxiesResponse)
|
|
2714
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2715
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2716
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2717
|
+
o[:pager] = Aws::Pager.new(
|
|
2718
|
+
limit_key: "max_results",
|
|
2719
|
+
tokens: {
|
|
2720
|
+
"next_token" => "next_token"
|
|
2721
|
+
}
|
|
2722
|
+
)
|
|
2723
|
+
end)
|
|
2724
|
+
|
|
2725
|
+
api.add_operation(:list_proxy_configurations, Seahorse::Model::Operation.new.tap do |o|
|
|
2726
|
+
o.name = "ListProxyConfigurations"
|
|
2727
|
+
o.http_method = "POST"
|
|
2728
|
+
o.http_request_uri = "/"
|
|
2729
|
+
o.input = Shapes::ShapeRef.new(shape: ListProxyConfigurationsRequest)
|
|
2730
|
+
o.output = Shapes::ShapeRef.new(shape: ListProxyConfigurationsResponse)
|
|
2731
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2732
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2733
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2734
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2735
|
+
o[:pager] = Aws::Pager.new(
|
|
2736
|
+
limit_key: "max_results",
|
|
2737
|
+
tokens: {
|
|
2738
|
+
"next_token" => "next_token"
|
|
2739
|
+
}
|
|
2740
|
+
)
|
|
2741
|
+
end)
|
|
2742
|
+
|
|
2743
|
+
api.add_operation(:list_proxy_rule_groups, Seahorse::Model::Operation.new.tap do |o|
|
|
2744
|
+
o.name = "ListProxyRuleGroups"
|
|
2745
|
+
o.http_method = "POST"
|
|
2746
|
+
o.http_request_uri = "/"
|
|
2747
|
+
o.input = Shapes::ShapeRef.new(shape: ListProxyRuleGroupsRequest)
|
|
2748
|
+
o.output = Shapes::ShapeRef.new(shape: ListProxyRuleGroupsResponse)
|
|
2749
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
2750
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2751
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2752
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2753
|
+
o[:pager] = Aws::Pager.new(
|
|
2754
|
+
limit_key: "max_results",
|
|
2755
|
+
tokens: {
|
|
2756
|
+
"next_token" => "next_token"
|
|
2757
|
+
}
|
|
2758
|
+
)
|
|
2759
|
+
end)
|
|
2760
|
+
|
|
2045
2761
|
api.add_operation(:list_rule_groups, Seahorse::Model::Operation.new.tap do |o|
|
|
2046
2762
|
o.name = "ListRuleGroups"
|
|
2047
2763
|
o.http_method = "POST"
|
|
@@ -2305,6 +3021,67 @@ module Aws::NetworkFirewall
|
|
|
2305
3021
|
o.errors << Shapes::ShapeRef.new(shape: LogDestinationPermissionException)
|
|
2306
3022
|
end)
|
|
2307
3023
|
|
|
3024
|
+
api.add_operation(:update_proxy, Seahorse::Model::Operation.new.tap do |o|
|
|
3025
|
+
o.name = "UpdateProxy"
|
|
3026
|
+
o.http_method = "POST"
|
|
3027
|
+
o.http_request_uri = "/"
|
|
3028
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProxyRequest)
|
|
3029
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProxyResponse)
|
|
3030
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
3031
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
3032
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3033
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
|
3034
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3035
|
+
end)
|
|
3036
|
+
|
|
3037
|
+
api.add_operation(:update_proxy_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
3038
|
+
o.name = "UpdateProxyConfiguration"
|
|
3039
|
+
o.http_method = "POST"
|
|
3040
|
+
o.http_request_uri = "/"
|
|
3041
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProxyConfigurationRequest)
|
|
3042
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProxyConfigurationResponse)
|
|
3043
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
3044
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
3045
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3046
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3047
|
+
end)
|
|
3048
|
+
|
|
3049
|
+
api.add_operation(:update_proxy_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
3050
|
+
o.name = "UpdateProxyRule"
|
|
3051
|
+
o.http_method = "POST"
|
|
3052
|
+
o.http_request_uri = "/"
|
|
3053
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProxyRuleRequest)
|
|
3054
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProxyRuleResponse)
|
|
3055
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
3056
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
3057
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3058
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3059
|
+
end)
|
|
3060
|
+
|
|
3061
|
+
api.add_operation(:update_proxy_rule_group_priorities, Seahorse::Model::Operation.new.tap do |o|
|
|
3062
|
+
o.name = "UpdateProxyRuleGroupPriorities"
|
|
3063
|
+
o.http_method = "POST"
|
|
3064
|
+
o.http_request_uri = "/"
|
|
3065
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProxyRuleGroupPrioritiesRequest)
|
|
3066
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProxyRuleGroupPrioritiesResponse)
|
|
3067
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
3068
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
3069
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3070
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3071
|
+
end)
|
|
3072
|
+
|
|
3073
|
+
api.add_operation(:update_proxy_rule_priorities, Seahorse::Model::Operation.new.tap do |o|
|
|
3074
|
+
o.name = "UpdateProxyRulePriorities"
|
|
3075
|
+
o.http_method = "POST"
|
|
3076
|
+
o.http_request_uri = "/"
|
|
3077
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProxyRulePrioritiesRequest)
|
|
3078
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProxyRulePrioritiesResponse)
|
|
3079
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
3080
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
3081
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3082
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3083
|
+
end)
|
|
3084
|
+
|
|
2308
3085
|
api.add_operation(:update_rule_group, Seahorse::Model::Operation.new.tap do |o|
|
|
2309
3086
|
o.name = "UpdateRuleGroup"
|
|
2310
3087
|
o.http_method = "POST"
|