aws-sdk-fms 1.47.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fms/client.rb +229 -7
- data/lib/aws-sdk-fms/client_api.rb +196 -0
- data/lib/aws-sdk-fms/types.rb +853 -12
- data/lib/aws-sdk-fms.rb +1 -1
- metadata +4 -4
@@ -22,6 +22,8 @@ module Aws::FMS
|
|
22
22
|
AppsListDataSummary = Shapes::StructureShape.new(name: 'AppsListDataSummary')
|
23
23
|
AppsListsData = Shapes::ListShape.new(name: 'AppsListsData')
|
24
24
|
AssociateAdminAccountRequest = Shapes::StructureShape.new(name: 'AssociateAdminAccountRequest')
|
25
|
+
AssociateThirdPartyFirewallRequest = Shapes::StructureShape.new(name: 'AssociateThirdPartyFirewallRequest')
|
26
|
+
AssociateThirdPartyFirewallResponse = Shapes::StructureShape.new(name: 'AssociateThirdPartyFirewallResponse')
|
25
27
|
AwsEc2InstanceViolation = Shapes::StructureShape.new(name: 'AwsEc2InstanceViolation')
|
26
28
|
AwsEc2NetworkInterfaceViolation = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceViolation')
|
27
29
|
AwsEc2NetworkInterfaceViolations = Shapes::ListShape.new(name: 'AwsEc2NetworkInterfaceViolations')
|
@@ -30,6 +32,7 @@ module Aws::FMS
|
|
30
32
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
31
33
|
CIDR = Shapes::StringShape.new(name: 'CIDR')
|
32
34
|
ComplianceViolator = Shapes::StructureShape.new(name: 'ComplianceViolator')
|
35
|
+
ComplianceViolatorMetadata = Shapes::MapShape.new(name: 'ComplianceViolatorMetadata')
|
33
36
|
ComplianceViolators = Shapes::ListShape.new(name: 'ComplianceViolators')
|
34
37
|
CustomerPolicyScopeId = Shapes::StringShape.new(name: 'CustomerPolicyScopeId')
|
35
38
|
CustomerPolicyScopeIdList = Shapes::ListShape.new(name: 'CustomerPolicyScopeIdList')
|
@@ -43,6 +46,8 @@ module Aws::FMS
|
|
43
46
|
DestinationType = Shapes::StringShape.new(name: 'DestinationType')
|
44
47
|
DetailedInfo = Shapes::StringShape.new(name: 'DetailedInfo')
|
45
48
|
DisassociateAdminAccountRequest = Shapes::StructureShape.new(name: 'DisassociateAdminAccountRequest')
|
49
|
+
DisassociateThirdPartyFirewallRequest = Shapes::StructureShape.new(name: 'DisassociateThirdPartyFirewallRequest')
|
50
|
+
DisassociateThirdPartyFirewallResponse = Shapes::StructureShape.new(name: 'DisassociateThirdPartyFirewallResponse')
|
46
51
|
DnsDuplicateRuleGroupViolation = Shapes::StructureShape.new(name: 'DnsDuplicateRuleGroupViolation')
|
47
52
|
DnsRuleGroupLimitExceededViolation = Shapes::StructureShape.new(name: 'DnsRuleGroupLimitExceededViolation')
|
48
53
|
DnsRuleGroupPriorities = Shapes::ListShape.new(name: 'DnsRuleGroupPriorities')
|
@@ -60,6 +65,12 @@ module Aws::FMS
|
|
60
65
|
EvaluationResults = Shapes::ListShape.new(name: 'EvaluationResults')
|
61
66
|
ExpectedRoute = Shapes::StructureShape.new(name: 'ExpectedRoute')
|
62
67
|
ExpectedRoutes = Shapes::ListShape.new(name: 'ExpectedRoutes')
|
68
|
+
FMSPolicyUpdateFirewallCreationConfigAction = Shapes::StructureShape.new(name: 'FMSPolicyUpdateFirewallCreationConfigAction')
|
69
|
+
FirewallDeploymentModel = Shapes::StringShape.new(name: 'FirewallDeploymentModel')
|
70
|
+
FirewallPolicyId = Shapes::StringShape.new(name: 'FirewallPolicyId')
|
71
|
+
FirewallPolicyName = Shapes::StringShape.new(name: 'FirewallPolicyName')
|
72
|
+
FirewallSubnetIsOutOfScopeViolation = Shapes::StructureShape.new(name: 'FirewallSubnetIsOutOfScopeViolation')
|
73
|
+
FirewallSubnetMissingVPCEndpointViolation = Shapes::StructureShape.new(name: 'FirewallSubnetMissingVPCEndpointViolation')
|
63
74
|
GetAdminAccountRequest = Shapes::StructureShape.new(name: 'GetAdminAccountRequest')
|
64
75
|
GetAdminAccountResponse = Shapes::StructureShape.new(name: 'GetAdminAccountResponse')
|
65
76
|
GetAppsListRequest = Shapes::StructureShape.new(name: 'GetAppsListRequest')
|
@@ -74,6 +85,8 @@ module Aws::FMS
|
|
74
85
|
GetProtectionStatusResponse = Shapes::StructureShape.new(name: 'GetProtectionStatusResponse')
|
75
86
|
GetProtocolsListRequest = Shapes::StructureShape.new(name: 'GetProtocolsListRequest')
|
76
87
|
GetProtocolsListResponse = Shapes::StructureShape.new(name: 'GetProtocolsListResponse')
|
88
|
+
GetThirdPartyFirewallAssociationStatusRequest = Shapes::StructureShape.new(name: 'GetThirdPartyFirewallAssociationStatusRequest')
|
89
|
+
GetThirdPartyFirewallAssociationStatusResponse = Shapes::StructureShape.new(name: 'GetThirdPartyFirewallAssociationStatusResponse')
|
77
90
|
GetViolationDetailsRequest = Shapes::StructureShape.new(name: 'GetViolationDetailsRequest')
|
78
91
|
GetViolationDetailsResponse = Shapes::StructureShape.new(name: 'GetViolationDetailsResponse')
|
79
92
|
IPPortNumber = Shapes::IntegerShape.new(name: 'IPPortNumber')
|
@@ -98,7 +111,10 @@ module Aws::FMS
|
|
98
111
|
ListProtocolsListsResponse = Shapes::StructureShape.new(name: 'ListProtocolsListsResponse')
|
99
112
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
100
113
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
114
|
+
ListThirdPartyFirewallFirewallPoliciesRequest = Shapes::StructureShape.new(name: 'ListThirdPartyFirewallFirewallPoliciesRequest')
|
115
|
+
ListThirdPartyFirewallFirewallPoliciesResponse = Shapes::StructureShape.new(name: 'ListThirdPartyFirewallFirewallPoliciesResponse')
|
101
116
|
ManagedServiceData = Shapes::StringShape.new(name: 'ManagedServiceData')
|
117
|
+
MarketplaceSubscriptionOnboardingStatus = Shapes::StringShape.new(name: 'MarketplaceSubscriptionOnboardingStatus')
|
102
118
|
MemberAccounts = Shapes::ListShape.new(name: 'MemberAccounts')
|
103
119
|
NetworkFirewallAction = Shapes::StringShape.new(name: 'NetworkFirewallAction')
|
104
120
|
NetworkFirewallActionList = Shapes::ListShape.new(name: 'NetworkFirewallActionList')
|
@@ -109,6 +125,7 @@ module Aws::FMS
|
|
109
125
|
NetworkFirewallMissingExpectedRoutesViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingExpectedRoutesViolation')
|
110
126
|
NetworkFirewallMissingFirewallViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingFirewallViolation')
|
111
127
|
NetworkFirewallMissingSubnetViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingSubnetViolation')
|
128
|
+
NetworkFirewallPolicy = Shapes::StructureShape.new(name: 'NetworkFirewallPolicy')
|
112
129
|
NetworkFirewallPolicyDescription = Shapes::StructureShape.new(name: 'NetworkFirewallPolicyDescription')
|
113
130
|
NetworkFirewallPolicyModifiedViolation = Shapes::StructureShape.new(name: 'NetworkFirewallPolicyModifiedViolation')
|
114
131
|
NetworkFirewallResourceName = Shapes::StringShape.new(name: 'NetworkFirewallResourceName')
|
@@ -125,6 +142,7 @@ module Aws::FMS
|
|
125
142
|
PolicyComplianceStatusList = Shapes::ListShape.new(name: 'PolicyComplianceStatusList')
|
126
143
|
PolicyComplianceStatusType = Shapes::StringShape.new(name: 'PolicyComplianceStatusType')
|
127
144
|
PolicyId = Shapes::StringShape.new(name: 'PolicyId')
|
145
|
+
PolicyOption = Shapes::StructureShape.new(name: 'PolicyOption')
|
128
146
|
PolicySummary = Shapes::StructureShape.new(name: 'PolicySummary')
|
129
147
|
PolicySummaryList = Shapes::ListShape.new(name: 'PolicySummaryList')
|
130
148
|
PolicyUpdateToken = Shapes::StringShape.new(name: 'PolicyUpdateToken')
|
@@ -134,6 +152,7 @@ module Aws::FMS
|
|
134
152
|
PreviousAppsList = Shapes::MapShape.new(name: 'PreviousAppsList')
|
135
153
|
PreviousListVersion = Shapes::StringShape.new(name: 'PreviousListVersion')
|
136
154
|
PreviousProtocolsList = Shapes::MapShape.new(name: 'PreviousProtocolsList')
|
155
|
+
PriorityNumber = Shapes::IntegerShape.new(name: 'PriorityNumber')
|
137
156
|
ProtectionData = Shapes::StringShape.new(name: 'ProtectionData')
|
138
157
|
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
139
158
|
ProtocolsList = Shapes::ListShape.new(name: 'ProtocolsList')
|
@@ -167,12 +186,15 @@ module Aws::FMS
|
|
167
186
|
ResourceViolation = Shapes::StructureShape.new(name: 'ResourceViolation')
|
168
187
|
ResourceViolations = Shapes::ListShape.new(name: 'ResourceViolations')
|
169
188
|
Route = Shapes::StructureShape.new(name: 'Route')
|
189
|
+
RouteHasOutOfScopeEndpointViolation = Shapes::StructureShape.new(name: 'RouteHasOutOfScopeEndpointViolation')
|
170
190
|
Routes = Shapes::ListShape.new(name: 'Routes')
|
191
|
+
RuleOrder = Shapes::StringShape.new(name: 'RuleOrder')
|
171
192
|
SecurityGroupRemediationAction = Shapes::StructureShape.new(name: 'SecurityGroupRemediationAction')
|
172
193
|
SecurityGroupRemediationActions = Shapes::ListShape.new(name: 'SecurityGroupRemediationActions')
|
173
194
|
SecurityGroupRuleDescription = Shapes::StructureShape.new(name: 'SecurityGroupRuleDescription')
|
174
195
|
SecurityServicePolicyData = Shapes::StructureShape.new(name: 'SecurityServicePolicyData')
|
175
196
|
SecurityServiceType = Shapes::StringShape.new(name: 'SecurityServiceType')
|
197
|
+
StatefulEngineOptions = Shapes::StructureShape.new(name: 'StatefulEngineOptions')
|
176
198
|
StatefulRuleGroup = Shapes::StructureShape.new(name: 'StatefulRuleGroup')
|
177
199
|
StatefulRuleGroupList = Shapes::ListShape.new(name: 'StatefulRuleGroupList')
|
178
200
|
StatelessRuleGroup = Shapes::StructureShape.new(name: 'StatelessRuleGroup')
|
@@ -188,6 +210,14 @@ module Aws::FMS
|
|
188
210
|
TargetType = Shapes::StringShape.new(name: 'TargetType')
|
189
211
|
TargetViolationReason = Shapes::StringShape.new(name: 'TargetViolationReason')
|
190
212
|
TargetViolationReasons = Shapes::ListShape.new(name: 'TargetViolationReasons')
|
213
|
+
ThirdPartyFirewall = Shapes::StringShape.new(name: 'ThirdPartyFirewall')
|
214
|
+
ThirdPartyFirewallAssociationStatus = Shapes::StringShape.new(name: 'ThirdPartyFirewallAssociationStatus')
|
215
|
+
ThirdPartyFirewallFirewallPolicies = Shapes::ListShape.new(name: 'ThirdPartyFirewallFirewallPolicies')
|
216
|
+
ThirdPartyFirewallFirewallPolicy = Shapes::StructureShape.new(name: 'ThirdPartyFirewallFirewallPolicy')
|
217
|
+
ThirdPartyFirewallMissingExpectedRouteTableViolation = Shapes::StructureShape.new(name: 'ThirdPartyFirewallMissingExpectedRouteTableViolation')
|
218
|
+
ThirdPartyFirewallMissingFirewallViolation = Shapes::StructureShape.new(name: 'ThirdPartyFirewallMissingFirewallViolation')
|
219
|
+
ThirdPartyFirewallMissingSubnetViolation = Shapes::StructureShape.new(name: 'ThirdPartyFirewallMissingSubnetViolation')
|
220
|
+
ThirdPartyFirewallPolicy = Shapes::StructureShape.new(name: 'ThirdPartyFirewallPolicy')
|
191
221
|
TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
|
192
222
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
193
223
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -227,6 +257,12 @@ module Aws::FMS
|
|
227
257
|
AssociateAdminAccountRequest.add_member(:admin_account, Shapes::ShapeRef.new(shape: AWSAccountId, required: true, location_name: "AdminAccount"))
|
228
258
|
AssociateAdminAccountRequest.struct_class = Types::AssociateAdminAccountRequest
|
229
259
|
|
260
|
+
AssociateThirdPartyFirewallRequest.add_member(:third_party_firewall, Shapes::ShapeRef.new(shape: ThirdPartyFirewall, required: true, location_name: "ThirdPartyFirewall"))
|
261
|
+
AssociateThirdPartyFirewallRequest.struct_class = Types::AssociateThirdPartyFirewallRequest
|
262
|
+
|
263
|
+
AssociateThirdPartyFirewallResponse.add_member(:third_party_firewall_status, Shapes::ShapeRef.new(shape: ThirdPartyFirewallAssociationStatus, location_name: "ThirdPartyFirewallStatus"))
|
264
|
+
AssociateThirdPartyFirewallResponse.struct_class = Types::AssociateThirdPartyFirewallResponse
|
265
|
+
|
230
266
|
AwsEc2InstanceViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
|
231
267
|
AwsEc2InstanceViolation.add_member(:aws_ec2_network_interface_violations, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceViolations, location_name: "AwsEc2NetworkInterfaceViolations"))
|
232
268
|
AwsEc2InstanceViolation.struct_class = Types::AwsEc2InstanceViolation
|
@@ -246,8 +282,12 @@ module Aws::FMS
|
|
246
282
|
ComplianceViolator.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
247
283
|
ComplianceViolator.add_member(:violation_reason, Shapes::ShapeRef.new(shape: ViolationReason, location_name: "ViolationReason"))
|
248
284
|
ComplianceViolator.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
285
|
+
ComplianceViolator.add_member(:metadata, Shapes::ShapeRef.new(shape: ComplianceViolatorMetadata, location_name: "Metadata"))
|
249
286
|
ComplianceViolator.struct_class = Types::ComplianceViolator
|
250
287
|
|
288
|
+
ComplianceViolatorMetadata.key = Shapes::ShapeRef.new(shape: LengthBoundedString)
|
289
|
+
ComplianceViolatorMetadata.value = Shapes::ShapeRef.new(shape: LengthBoundedString)
|
290
|
+
|
251
291
|
ComplianceViolators.member = Shapes::ShapeRef.new(shape: ComplianceViolator)
|
252
292
|
|
253
293
|
CustomerPolicyScopeIdList.member = Shapes::ShapeRef.new(shape: CustomerPolicyScopeId)
|
@@ -269,6 +309,12 @@ module Aws::FMS
|
|
269
309
|
|
270
310
|
DisassociateAdminAccountRequest.struct_class = Types::DisassociateAdminAccountRequest
|
271
311
|
|
312
|
+
DisassociateThirdPartyFirewallRequest.add_member(:third_party_firewall, Shapes::ShapeRef.new(shape: ThirdPartyFirewall, required: true, location_name: "ThirdPartyFirewall"))
|
313
|
+
DisassociateThirdPartyFirewallRequest.struct_class = Types::DisassociateThirdPartyFirewallRequest
|
314
|
+
|
315
|
+
DisassociateThirdPartyFirewallResponse.add_member(:third_party_firewall_status, Shapes::ShapeRef.new(shape: ThirdPartyFirewallAssociationStatus, location_name: "ThirdPartyFirewallStatus"))
|
316
|
+
DisassociateThirdPartyFirewallResponse.struct_class = Types::DisassociateThirdPartyFirewallResponse
|
317
|
+
|
272
318
|
DnsDuplicateRuleGroupViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
|
273
319
|
DnsDuplicateRuleGroupViolation.add_member(:violation_target_description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "ViolationTargetDescription"))
|
274
320
|
DnsDuplicateRuleGroupViolation.struct_class = Types::DnsDuplicateRuleGroupViolation
|
@@ -348,6 +394,23 @@ module Aws::FMS
|
|
348
394
|
|
349
395
|
ExpectedRoutes.member = Shapes::ShapeRef.new(shape: ExpectedRoute)
|
350
396
|
|
397
|
+
FMSPolicyUpdateFirewallCreationConfigAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
|
398
|
+
FMSPolicyUpdateFirewallCreationConfigAction.add_member(:firewall_creation_config, Shapes::ShapeRef.new(shape: ManagedServiceData, location_name: "FirewallCreationConfig"))
|
399
|
+
FMSPolicyUpdateFirewallCreationConfigAction.struct_class = Types::FMSPolicyUpdateFirewallCreationConfigAction
|
400
|
+
|
401
|
+
FirewallSubnetIsOutOfScopeViolation.add_member(:firewall_subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "FirewallSubnetId"))
|
402
|
+
FirewallSubnetIsOutOfScopeViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
|
403
|
+
FirewallSubnetIsOutOfScopeViolation.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "SubnetAvailabilityZone"))
|
404
|
+
FirewallSubnetIsOutOfScopeViolation.add_member(:subnet_availability_zone_id, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "SubnetAvailabilityZoneId"))
|
405
|
+
FirewallSubnetIsOutOfScopeViolation.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcEndpointId"))
|
406
|
+
FirewallSubnetIsOutOfScopeViolation.struct_class = Types::FirewallSubnetIsOutOfScopeViolation
|
407
|
+
|
408
|
+
FirewallSubnetMissingVPCEndpointViolation.add_member(:firewall_subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "FirewallSubnetId"))
|
409
|
+
FirewallSubnetMissingVPCEndpointViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
|
410
|
+
FirewallSubnetMissingVPCEndpointViolation.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "SubnetAvailabilityZone"))
|
411
|
+
FirewallSubnetMissingVPCEndpointViolation.add_member(:subnet_availability_zone_id, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "SubnetAvailabilityZoneId"))
|
412
|
+
FirewallSubnetMissingVPCEndpointViolation.struct_class = Types::FirewallSubnetMissingVPCEndpointViolation
|
413
|
+
|
351
414
|
GetAdminAccountRequest.struct_class = Types::GetAdminAccountRequest
|
352
415
|
|
353
416
|
GetAdminAccountResponse.add_member(:admin_account, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "AdminAccount"))
|
@@ -404,6 +467,13 @@ module Aws::FMS
|
|
404
467
|
GetProtocolsListResponse.add_member(:protocols_list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProtocolsListArn"))
|
405
468
|
GetProtocolsListResponse.struct_class = Types::GetProtocolsListResponse
|
406
469
|
|
470
|
+
GetThirdPartyFirewallAssociationStatusRequest.add_member(:third_party_firewall, Shapes::ShapeRef.new(shape: ThirdPartyFirewall, required: true, location_name: "ThirdPartyFirewall"))
|
471
|
+
GetThirdPartyFirewallAssociationStatusRequest.struct_class = Types::GetThirdPartyFirewallAssociationStatusRequest
|
472
|
+
|
473
|
+
GetThirdPartyFirewallAssociationStatusResponse.add_member(:third_party_firewall_status, Shapes::ShapeRef.new(shape: ThirdPartyFirewallAssociationStatus, location_name: "ThirdPartyFirewallStatus"))
|
474
|
+
GetThirdPartyFirewallAssociationStatusResponse.add_member(:marketplace_onboarding_status, Shapes::ShapeRef.new(shape: MarketplaceSubscriptionOnboardingStatus, location_name: "MarketplaceOnboardingStatus"))
|
475
|
+
GetThirdPartyFirewallAssociationStatusResponse.struct_class = Types::GetThirdPartyFirewallAssociationStatusResponse
|
476
|
+
|
407
477
|
GetViolationDetailsRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "PolicyId"))
|
408
478
|
GetViolationDetailsRequest.add_member(:member_account, Shapes::ShapeRef.new(shape: AWSAccountId, required: true, location_name: "MemberAccount"))
|
409
479
|
GetViolationDetailsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
|
@@ -482,6 +552,15 @@ module Aws::FMS
|
|
482
552
|
ListTagsForResourceResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
483
553
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
484
554
|
|
555
|
+
ListThirdPartyFirewallFirewallPoliciesRequest.add_member(:third_party_firewall, Shapes::ShapeRef.new(shape: ThirdPartyFirewall, required: true, location_name: "ThirdPartyFirewall"))
|
556
|
+
ListThirdPartyFirewallFirewallPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
557
|
+
ListThirdPartyFirewallFirewallPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, required: true, location_name: "MaxResults"))
|
558
|
+
ListThirdPartyFirewallFirewallPoliciesRequest.struct_class = Types::ListThirdPartyFirewallFirewallPoliciesRequest
|
559
|
+
|
560
|
+
ListThirdPartyFirewallFirewallPoliciesResponse.add_member(:third_party_firewall_firewall_policies, Shapes::ShapeRef.new(shape: ThirdPartyFirewallFirewallPolicies, location_name: "ThirdPartyFirewallFirewallPolicies"))
|
561
|
+
ListThirdPartyFirewallFirewallPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
562
|
+
ListThirdPartyFirewallFirewallPoliciesResponse.struct_class = Types::ListThirdPartyFirewallFirewallPoliciesResponse
|
563
|
+
|
485
564
|
MemberAccounts.member = Shapes::ShapeRef.new(shape: AWSAccountId)
|
486
565
|
|
487
566
|
NetworkFirewallActionList.member = Shapes::ShapeRef.new(shape: NetworkFirewallAction)
|
@@ -551,11 +630,16 @@ module Aws::FMS
|
|
551
630
|
NetworkFirewallMissingSubnetViolation.add_member(:target_violation_reason, Shapes::ShapeRef.new(shape: TargetViolationReason, location_name: "TargetViolationReason"))
|
552
631
|
NetworkFirewallMissingSubnetViolation.struct_class = Types::NetworkFirewallMissingSubnetViolation
|
553
632
|
|
633
|
+
NetworkFirewallPolicy.add_member(:firewall_deployment_model, Shapes::ShapeRef.new(shape: FirewallDeploymentModel, location_name: "FirewallDeploymentModel"))
|
634
|
+
NetworkFirewallPolicy.struct_class = Types::NetworkFirewallPolicy
|
635
|
+
|
554
636
|
NetworkFirewallPolicyDescription.add_member(:stateless_rule_groups, Shapes::ShapeRef.new(shape: StatelessRuleGroupList, location_name: "StatelessRuleGroups"))
|
555
637
|
NetworkFirewallPolicyDescription.add_member(:stateless_default_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatelessDefaultActions"))
|
556
638
|
NetworkFirewallPolicyDescription.add_member(:stateless_fragment_default_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatelessFragmentDefaultActions"))
|
557
639
|
NetworkFirewallPolicyDescription.add_member(:stateless_custom_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatelessCustomActions"))
|
558
640
|
NetworkFirewallPolicyDescription.add_member(:stateful_rule_groups, Shapes::ShapeRef.new(shape: StatefulRuleGroupList, location_name: "StatefulRuleGroups"))
|
641
|
+
NetworkFirewallPolicyDescription.add_member(:stateful_default_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatefulDefaultActions"))
|
642
|
+
NetworkFirewallPolicyDescription.add_member(:stateful_engine_options, Shapes::ShapeRef.new(shape: StatefulEngineOptions, location_name: "StatefulEngineOptions"))
|
559
643
|
NetworkFirewallPolicyDescription.struct_class = Types::NetworkFirewallPolicyDescription
|
560
644
|
|
561
645
|
NetworkFirewallPolicyModifiedViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
|
@@ -618,6 +702,10 @@ module Aws::FMS
|
|
618
702
|
|
619
703
|
PolicyComplianceStatusList.member = Shapes::ShapeRef.new(shape: PolicyComplianceStatus)
|
620
704
|
|
705
|
+
PolicyOption.add_member(:network_firewall_policy, Shapes::ShapeRef.new(shape: NetworkFirewallPolicy, location_name: "NetworkFirewallPolicy"))
|
706
|
+
PolicyOption.add_member(:third_party_firewall_policy, Shapes::ShapeRef.new(shape: ThirdPartyFirewallPolicy, location_name: "ThirdPartyFirewallPolicy"))
|
707
|
+
PolicyOption.struct_class = Types::PolicyOption
|
708
|
+
|
621
709
|
PolicySummary.add_member(:policy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "PolicyArn"))
|
622
710
|
PolicySummary.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, location_name: "PolicyId"))
|
623
711
|
PolicySummary.add_member(:policy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "PolicyName"))
|
@@ -701,6 +789,7 @@ module Aws::FMS
|
|
701
789
|
RemediationAction.add_member(:ec2_replace_route_table_association_action, Shapes::ShapeRef.new(shape: EC2ReplaceRouteTableAssociationAction, location_name: "EC2ReplaceRouteTableAssociationAction"))
|
702
790
|
RemediationAction.add_member(:ec2_associate_route_table_action, Shapes::ShapeRef.new(shape: EC2AssociateRouteTableAction, location_name: "EC2AssociateRouteTableAction"))
|
703
791
|
RemediationAction.add_member(:ec2_create_route_table_action, Shapes::ShapeRef.new(shape: EC2CreateRouteTableAction, location_name: "EC2CreateRouteTableAction"))
|
792
|
+
RemediationAction.add_member(:fms_policy_update_firewall_creation_config_action, Shapes::ShapeRef.new(shape: FMSPolicyUpdateFirewallCreationConfigAction, location_name: "FMSPolicyUpdateFirewallCreationConfigAction"))
|
704
793
|
RemediationAction.struct_class = Types::RemediationAction
|
705
794
|
|
706
795
|
RemediationActionWithOrder.add_member(:remediation_action, Shapes::ShapeRef.new(shape: RemediationAction, location_name: "RemediationAction"))
|
@@ -737,6 +826,12 @@ module Aws::FMS
|
|
737
826
|
ResourceViolation.add_member(:dns_duplicate_rule_group_violation, Shapes::ShapeRef.new(shape: DnsDuplicateRuleGroupViolation, location_name: "DnsDuplicateRuleGroupViolation"))
|
738
827
|
ResourceViolation.add_member(:dns_rule_group_limit_exceeded_violation, Shapes::ShapeRef.new(shape: DnsRuleGroupLimitExceededViolation, location_name: "DnsRuleGroupLimitExceededViolation"))
|
739
828
|
ResourceViolation.add_member(:possible_remediation_actions, Shapes::ShapeRef.new(shape: PossibleRemediationActions, location_name: "PossibleRemediationActions"))
|
829
|
+
ResourceViolation.add_member(:firewall_subnet_is_out_of_scope_violation, Shapes::ShapeRef.new(shape: FirewallSubnetIsOutOfScopeViolation, location_name: "FirewallSubnetIsOutOfScopeViolation"))
|
830
|
+
ResourceViolation.add_member(:route_has_out_of_scope_endpoint_violation, Shapes::ShapeRef.new(shape: RouteHasOutOfScopeEndpointViolation, location_name: "RouteHasOutOfScopeEndpointViolation"))
|
831
|
+
ResourceViolation.add_member(:third_party_firewall_missing_firewall_violation, Shapes::ShapeRef.new(shape: ThirdPartyFirewallMissingFirewallViolation, location_name: "ThirdPartyFirewallMissingFirewallViolation"))
|
832
|
+
ResourceViolation.add_member(:third_party_firewall_missing_subnet_violation, Shapes::ShapeRef.new(shape: ThirdPartyFirewallMissingSubnetViolation, location_name: "ThirdPartyFirewallMissingSubnetViolation"))
|
833
|
+
ResourceViolation.add_member(:third_party_firewall_missing_expected_route_table_violation, Shapes::ShapeRef.new(shape: ThirdPartyFirewallMissingExpectedRouteTableViolation, location_name: "ThirdPartyFirewallMissingExpectedRouteTableViolation"))
|
834
|
+
ResourceViolation.add_member(:firewall_subnet_missing_vpc_endpoint_violation, Shapes::ShapeRef.new(shape: FirewallSubnetMissingVPCEndpointViolation, location_name: "FirewallSubnetMissingVPCEndpointViolation"))
|
740
835
|
ResourceViolation.struct_class = Types::ResourceViolation
|
741
836
|
|
742
837
|
ResourceViolations.member = Shapes::ShapeRef.new(shape: ResourceViolation)
|
@@ -747,6 +842,20 @@ module Aws::FMS
|
|
747
842
|
Route.add_member(:target, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Target"))
|
748
843
|
Route.struct_class = Types::Route
|
749
844
|
|
845
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "SubnetId"))
|
846
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
|
847
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RouteTableId"))
|
848
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:violating_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ViolatingRoutes"))
|
849
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "SubnetAvailabilityZone"))
|
850
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:subnet_availability_zone_id, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "SubnetAvailabilityZoneId"))
|
851
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:current_firewall_subnet_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CurrentFirewallSubnetRouteTable"))
|
852
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:firewall_subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "FirewallSubnetId"))
|
853
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:firewall_subnet_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "FirewallSubnetRoutes"))
|
854
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "InternetGatewayId"))
|
855
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:current_internet_gateway_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CurrentInternetGatewayRouteTable"))
|
856
|
+
RouteHasOutOfScopeEndpointViolation.add_member(:internet_gateway_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "InternetGatewayRoutes"))
|
857
|
+
RouteHasOutOfScopeEndpointViolation.struct_class = Types::RouteHasOutOfScopeEndpointViolation
|
858
|
+
|
750
859
|
Routes.member = Shapes::ShapeRef.new(shape: Route)
|
751
860
|
|
752
861
|
SecurityGroupRemediationAction.add_member(:remediation_action_type, Shapes::ShapeRef.new(shape: RemediationActionType, location_name: "RemediationActionType"))
|
@@ -767,10 +876,15 @@ module Aws::FMS
|
|
767
876
|
|
768
877
|
SecurityServicePolicyData.add_member(:type, Shapes::ShapeRef.new(shape: SecurityServiceType, required: true, location_name: "Type"))
|
769
878
|
SecurityServicePolicyData.add_member(:managed_service_data, Shapes::ShapeRef.new(shape: ManagedServiceData, location_name: "ManagedServiceData"))
|
879
|
+
SecurityServicePolicyData.add_member(:policy_option, Shapes::ShapeRef.new(shape: PolicyOption, location_name: "PolicyOption"))
|
770
880
|
SecurityServicePolicyData.struct_class = Types::SecurityServicePolicyData
|
771
881
|
|
882
|
+
StatefulEngineOptions.add_member(:rule_order, Shapes::ShapeRef.new(shape: RuleOrder, location_name: "RuleOrder"))
|
883
|
+
StatefulEngineOptions.struct_class = Types::StatefulEngineOptions
|
884
|
+
|
772
885
|
StatefulRuleGroup.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: NetworkFirewallResourceName, location_name: "RuleGroupName"))
|
773
886
|
StatefulRuleGroup.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
887
|
+
StatefulRuleGroup.add_member(:priority, Shapes::ShapeRef.new(shape: PriorityNumber, location_name: "Priority"))
|
774
888
|
StatefulRuleGroup.struct_class = Types::StatefulRuleGroup
|
775
889
|
|
776
890
|
StatefulRuleGroupList.member = Shapes::ShapeRef.new(shape: StatefulRuleGroup)
|
@@ -798,6 +912,34 @@ module Aws::FMS
|
|
798
912
|
|
799
913
|
TargetViolationReasons.member = Shapes::ShapeRef.new(shape: TargetViolationReason)
|
800
914
|
|
915
|
+
ThirdPartyFirewallFirewallPolicies.member = Shapes::ShapeRef.new(shape: ThirdPartyFirewallFirewallPolicy)
|
916
|
+
|
917
|
+
ThirdPartyFirewallFirewallPolicy.add_member(:firewall_policy_id, Shapes::ShapeRef.new(shape: FirewallPolicyId, location_name: "FirewallPolicyId"))
|
918
|
+
ThirdPartyFirewallFirewallPolicy.add_member(:firewall_policy_name, Shapes::ShapeRef.new(shape: FirewallPolicyName, location_name: "FirewallPolicyName"))
|
919
|
+
ThirdPartyFirewallFirewallPolicy.struct_class = Types::ThirdPartyFirewallFirewallPolicy
|
920
|
+
|
921
|
+
ThirdPartyFirewallMissingExpectedRouteTableViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
|
922
|
+
ThirdPartyFirewallMissingExpectedRouteTableViolation.add_member(:vpc, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VPC"))
|
923
|
+
ThirdPartyFirewallMissingExpectedRouteTableViolation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "AvailabilityZone"))
|
924
|
+
ThirdPartyFirewallMissingExpectedRouteTableViolation.add_member(:current_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CurrentRouteTable"))
|
925
|
+
ThirdPartyFirewallMissingExpectedRouteTableViolation.add_member(:expected_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ExpectedRouteTable"))
|
926
|
+
ThirdPartyFirewallMissingExpectedRouteTableViolation.struct_class = Types::ThirdPartyFirewallMissingExpectedRouteTableViolation
|
927
|
+
|
928
|
+
ThirdPartyFirewallMissingFirewallViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
|
929
|
+
ThirdPartyFirewallMissingFirewallViolation.add_member(:vpc, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VPC"))
|
930
|
+
ThirdPartyFirewallMissingFirewallViolation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "AvailabilityZone"))
|
931
|
+
ThirdPartyFirewallMissingFirewallViolation.add_member(:target_violation_reason, Shapes::ShapeRef.new(shape: TargetViolationReason, location_name: "TargetViolationReason"))
|
932
|
+
ThirdPartyFirewallMissingFirewallViolation.struct_class = Types::ThirdPartyFirewallMissingFirewallViolation
|
933
|
+
|
934
|
+
ThirdPartyFirewallMissingSubnetViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
|
935
|
+
ThirdPartyFirewallMissingSubnetViolation.add_member(:vpc, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VPC"))
|
936
|
+
ThirdPartyFirewallMissingSubnetViolation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "AvailabilityZone"))
|
937
|
+
ThirdPartyFirewallMissingSubnetViolation.add_member(:target_violation_reason, Shapes::ShapeRef.new(shape: TargetViolationReason, location_name: "TargetViolationReason"))
|
938
|
+
ThirdPartyFirewallMissingSubnetViolation.struct_class = Types::ThirdPartyFirewallMissingSubnetViolation
|
939
|
+
|
940
|
+
ThirdPartyFirewallPolicy.add_member(:firewall_deployment_model, Shapes::ShapeRef.new(shape: FirewallDeploymentModel, location_name: "FirewallDeploymentModel"))
|
941
|
+
ThirdPartyFirewallPolicy.struct_class = Types::ThirdPartyFirewallPolicy
|
942
|
+
|
801
943
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
802
944
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
803
945
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -845,6 +987,18 @@ module Aws::FMS
|
|
845
987
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
846
988
|
end)
|
847
989
|
|
990
|
+
api.add_operation(:associate_third_party_firewall, Seahorse::Model::Operation.new.tap do |o|
|
991
|
+
o.name = "AssociateThirdPartyFirewall"
|
992
|
+
o.http_method = "POST"
|
993
|
+
o.http_request_uri = "/"
|
994
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateThirdPartyFirewallRequest)
|
995
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateThirdPartyFirewallResponse)
|
996
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
997
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
998
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
999
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1000
|
+
end)
|
1001
|
+
|
848
1002
|
api.add_operation(:delete_apps_list, Seahorse::Model::Operation.new.tap do |o|
|
849
1003
|
o.name = "DeleteAppsList"
|
850
1004
|
o.http_method = "POST"
|
@@ -902,6 +1056,18 @@ module Aws::FMS
|
|
902
1056
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
903
1057
|
end)
|
904
1058
|
|
1059
|
+
api.add_operation(:disassociate_third_party_firewall, Seahorse::Model::Operation.new.tap do |o|
|
1060
|
+
o.name = "DisassociateThirdPartyFirewall"
|
1061
|
+
o.http_method = "POST"
|
1062
|
+
o.http_request_uri = "/"
|
1063
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateThirdPartyFirewallRequest)
|
1064
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateThirdPartyFirewallResponse)
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1067
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1068
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1069
|
+
end)
|
1070
|
+
|
905
1071
|
api.add_operation(:get_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
906
1072
|
o.name = "GetAdminAccount"
|
907
1073
|
o.http_method = "POST"
|
@@ -981,6 +1147,18 @@ module Aws::FMS
|
|
981
1147
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
982
1148
|
end)
|
983
1149
|
|
1150
|
+
api.add_operation(:get_third_party_firewall_association_status, Seahorse::Model::Operation.new.tap do |o|
|
1151
|
+
o.name = "GetThirdPartyFirewallAssociationStatus"
|
1152
|
+
o.http_method = "POST"
|
1153
|
+
o.http_request_uri = "/"
|
1154
|
+
o.input = Shapes::ShapeRef.new(shape: GetThirdPartyFirewallAssociationStatusRequest)
|
1155
|
+
o.output = Shapes::ShapeRef.new(shape: GetThirdPartyFirewallAssociationStatusResponse)
|
1156
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1157
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1158
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1159
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1160
|
+
end)
|
1161
|
+
|
984
1162
|
api.add_operation(:get_violation_details, Seahorse::Model::Operation.new.tap do |o|
|
985
1163
|
o.name = "GetViolationDetails"
|
986
1164
|
o.http_method = "POST"
|
@@ -1089,6 +1267,24 @@ module Aws::FMS
|
|
1089
1267
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1090
1268
|
end)
|
1091
1269
|
|
1270
|
+
api.add_operation(:list_third_party_firewall_firewall_policies, Seahorse::Model::Operation.new.tap do |o|
|
1271
|
+
o.name = "ListThirdPartyFirewallFirewallPolicies"
|
1272
|
+
o.http_method = "POST"
|
1273
|
+
o.http_request_uri = "/"
|
1274
|
+
o.input = Shapes::ShapeRef.new(shape: ListThirdPartyFirewallFirewallPoliciesRequest)
|
1275
|
+
o.output = Shapes::ShapeRef.new(shape: ListThirdPartyFirewallFirewallPoliciesResponse)
|
1276
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1277
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1278
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1279
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1280
|
+
o[:pager] = Aws::Pager.new(
|
1281
|
+
limit_key: "max_results",
|
1282
|
+
tokens: {
|
1283
|
+
"next_token" => "next_token"
|
1284
|
+
}
|
1285
|
+
)
|
1286
|
+
end)
|
1287
|
+
|
1092
1288
|
api.add_operation(:put_apps_list, Seahorse::Model::Operation.new.tap do |o|
|
1093
1289
|
o.name = "PutAppsList"
|
1094
1290
|
o.http_method = "POST"
|