aws-sdk-fms 1.32.0 → 1.37.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.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -15,6 +15,7 @@ module Aws::FMS
15
15
 
16
16
  AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
17
17
  AccountRoleStatus = Shapes::StringShape.new(name: 'AccountRoleStatus')
18
+ ActionTarget = Shapes::StructureShape.new(name: 'ActionTarget')
18
19
  App = Shapes::StructureShape.new(name: 'App')
19
20
  AppsList = Shapes::ListShape.new(name: 'AppsList')
20
21
  AppsListData = Shapes::StructureShape.new(name: 'AppsListData')
@@ -25,6 +26,7 @@ module Aws::FMS
25
26
  AwsEc2NetworkInterfaceViolation = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceViolation')
26
27
  AwsEc2NetworkInterfaceViolations = Shapes::ListShape.new(name: 'AwsEc2NetworkInterfaceViolations')
27
28
  AwsVPCSecurityGroupViolation = Shapes::StructureShape.new(name: 'AwsVPCSecurityGroupViolation')
29
+ BasicInteger = Shapes::IntegerShape.new(name: 'BasicInteger')
28
30
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
29
31
  CIDR = Shapes::StringShape.new(name: 'CIDR')
30
32
  ComplianceViolator = Shapes::StructureShape.new(name: 'ComplianceViolator')
@@ -38,11 +40,26 @@ module Aws::FMS
38
40
  DeletePolicyRequest = Shapes::StructureShape.new(name: 'DeletePolicyRequest')
39
41
  DeleteProtocolsListRequest = Shapes::StructureShape.new(name: 'DeleteProtocolsListRequest')
40
42
  DependentServiceName = Shapes::StringShape.new(name: 'DependentServiceName')
43
+ DestinationType = Shapes::StringShape.new(name: 'DestinationType')
41
44
  DetailedInfo = Shapes::StringShape.new(name: 'DetailedInfo')
42
45
  DisassociateAdminAccountRequest = Shapes::StructureShape.new(name: 'DisassociateAdminAccountRequest')
46
+ DnsDuplicateRuleGroupViolation = Shapes::StructureShape.new(name: 'DnsDuplicateRuleGroupViolation')
47
+ DnsRuleGroupLimitExceededViolation = Shapes::StructureShape.new(name: 'DnsRuleGroupLimitExceededViolation')
48
+ DnsRuleGroupPriorities = Shapes::ListShape.new(name: 'DnsRuleGroupPriorities')
49
+ DnsRuleGroupPriority = Shapes::IntegerShape.new(name: 'DnsRuleGroupPriority')
50
+ DnsRuleGroupPriorityConflictViolation = Shapes::StructureShape.new(name: 'DnsRuleGroupPriorityConflictViolation')
51
+ EC2AssociateRouteTableAction = Shapes::StructureShape.new(name: 'EC2AssociateRouteTableAction')
52
+ EC2CopyRouteTableAction = Shapes::StructureShape.new(name: 'EC2CopyRouteTableAction')
53
+ EC2CreateRouteAction = Shapes::StructureShape.new(name: 'EC2CreateRouteAction')
54
+ EC2CreateRouteTableAction = Shapes::StructureShape.new(name: 'EC2CreateRouteTableAction')
55
+ EC2DeleteRouteAction = Shapes::StructureShape.new(name: 'EC2DeleteRouteAction')
56
+ EC2ReplaceRouteAction = Shapes::StructureShape.new(name: 'EC2ReplaceRouteAction')
57
+ EC2ReplaceRouteTableAssociationAction = Shapes::StructureShape.new(name: 'EC2ReplaceRouteTableAssociationAction')
43
58
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
44
59
  EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
45
60
  EvaluationResults = Shapes::ListShape.new(name: 'EvaluationResults')
61
+ ExpectedRoute = Shapes::StructureShape.new(name: 'ExpectedRoute')
62
+ ExpectedRoutes = Shapes::ListShape.new(name: 'ExpectedRoutes')
46
63
  GetAdminAccountRequest = Shapes::StructureShape.new(name: 'GetAdminAccountRequest')
47
64
  GetAdminAccountResponse = Shapes::StructureShape.new(name: 'GetAdminAccountResponse')
48
65
  GetAppsListRequest = Shapes::StructureShape.new(name: 'GetAppsListRequest')
@@ -66,6 +83,7 @@ module Aws::FMS
66
83
  InvalidTypeException = Shapes::StructureShape.new(name: 'InvalidTypeException')
67
84
  IssueInfoMap = Shapes::MapShape.new(name: 'IssueInfoMap')
68
85
  LengthBoundedString = Shapes::StringShape.new(name: 'LengthBoundedString')
86
+ LengthBoundedStringList = Shapes::ListShape.new(name: 'LengthBoundedStringList')
69
87
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
70
88
  ListAppsListsRequest = Shapes::StructureShape.new(name: 'ListAppsListsRequest')
71
89
  ListAppsListsResponse = Shapes::StructureShape.new(name: 'ListAppsListsResponse')
@@ -82,6 +100,21 @@ module Aws::FMS
82
100
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
83
101
  ManagedServiceData = Shapes::StringShape.new(name: 'ManagedServiceData')
84
102
  MemberAccounts = Shapes::ListShape.new(name: 'MemberAccounts')
103
+ NetworkFirewallAction = Shapes::StringShape.new(name: 'NetworkFirewallAction')
104
+ NetworkFirewallActionList = Shapes::ListShape.new(name: 'NetworkFirewallActionList')
105
+ NetworkFirewallBlackHoleRouteDetectedViolation = Shapes::StructureShape.new(name: 'NetworkFirewallBlackHoleRouteDetectedViolation')
106
+ NetworkFirewallInternetTrafficNotInspectedViolation = Shapes::StructureShape.new(name: 'NetworkFirewallInternetTrafficNotInspectedViolation')
107
+ NetworkFirewallInvalidRouteConfigurationViolation = Shapes::StructureShape.new(name: 'NetworkFirewallInvalidRouteConfigurationViolation')
108
+ NetworkFirewallMissingExpectedRTViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingExpectedRTViolation')
109
+ NetworkFirewallMissingExpectedRoutesViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingExpectedRoutesViolation')
110
+ NetworkFirewallMissingFirewallViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingFirewallViolation')
111
+ NetworkFirewallMissingSubnetViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingSubnetViolation')
112
+ NetworkFirewallPolicyDescription = Shapes::StructureShape.new(name: 'NetworkFirewallPolicyDescription')
113
+ NetworkFirewallPolicyModifiedViolation = Shapes::StructureShape.new(name: 'NetworkFirewallPolicyModifiedViolation')
114
+ NetworkFirewallResourceName = Shapes::StringShape.new(name: 'NetworkFirewallResourceName')
115
+ NetworkFirewallUnexpectedFirewallRoutesViolation = Shapes::StructureShape.new(name: 'NetworkFirewallUnexpectedFirewallRoutesViolation')
116
+ NetworkFirewallUnexpectedGatewayRoutesViolation = Shapes::StructureShape.new(name: 'NetworkFirewallUnexpectedGatewayRoutesViolation')
117
+ OrderedRemediationActions = Shapes::ListShape.new(name: 'OrderedRemediationActions')
85
118
  PaginationMaxResults = Shapes::IntegerShape.new(name: 'PaginationMaxResults')
86
119
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
87
120
  PartialMatch = Shapes::StructureShape.new(name: 'PartialMatch')
@@ -95,6 +128,9 @@ module Aws::FMS
95
128
  PolicySummary = Shapes::StructureShape.new(name: 'PolicySummary')
96
129
  PolicySummaryList = Shapes::ListShape.new(name: 'PolicySummaryList')
97
130
  PolicyUpdateToken = Shapes::StringShape.new(name: 'PolicyUpdateToken')
131
+ PossibleRemediationAction = Shapes::StructureShape.new(name: 'PossibleRemediationAction')
132
+ PossibleRemediationActionList = Shapes::ListShape.new(name: 'PossibleRemediationActionList')
133
+ PossibleRemediationActions = Shapes::StructureShape.new(name: 'PossibleRemediationActions')
98
134
  PreviousAppsList = Shapes::MapShape.new(name: 'PreviousAppsList')
99
135
  PreviousListVersion = Shapes::StringShape.new(name: 'PreviousListVersion')
100
136
  PreviousProtocolsList = Shapes::MapShape.new(name: 'PreviousProtocolsList')
@@ -112,8 +148,10 @@ module Aws::FMS
112
148
  PutProtocolsListRequest = Shapes::StructureShape.new(name: 'PutProtocolsListRequest')
113
149
  PutProtocolsListResponse = Shapes::StructureShape.new(name: 'PutProtocolsListResponse')
114
150
  ReferenceRule = Shapes::StringShape.new(name: 'ReferenceRule')
151
+ RemediationAction = Shapes::StructureShape.new(name: 'RemediationAction')
115
152
  RemediationActionDescription = Shapes::StringShape.new(name: 'RemediationActionDescription')
116
153
  RemediationActionType = Shapes::StringShape.new(name: 'RemediationActionType')
154
+ RemediationActionWithOrder = Shapes::StructureShape.new(name: 'RemediationActionWithOrder')
117
155
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
118
156
  ResourceCount = Shapes::IntegerShape.new(name: 'ResourceCount')
119
157
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
@@ -128,11 +166,18 @@ module Aws::FMS
128
166
  ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
129
167
  ResourceViolation = Shapes::StructureShape.new(name: 'ResourceViolation')
130
168
  ResourceViolations = Shapes::ListShape.new(name: 'ResourceViolations')
169
+ Route = Shapes::StructureShape.new(name: 'Route')
170
+ Routes = Shapes::ListShape.new(name: 'Routes')
131
171
  SecurityGroupRemediationAction = Shapes::StructureShape.new(name: 'SecurityGroupRemediationAction')
132
172
  SecurityGroupRemediationActions = Shapes::ListShape.new(name: 'SecurityGroupRemediationActions')
133
173
  SecurityGroupRuleDescription = Shapes::StructureShape.new(name: 'SecurityGroupRuleDescription')
134
174
  SecurityServicePolicyData = Shapes::StructureShape.new(name: 'SecurityServicePolicyData')
135
175
  SecurityServiceType = Shapes::StringShape.new(name: 'SecurityServiceType')
176
+ StatefulRuleGroup = Shapes::StructureShape.new(name: 'StatefulRuleGroup')
177
+ StatefulRuleGroupList = Shapes::ListShape.new(name: 'StatefulRuleGroupList')
178
+ StatelessRuleGroup = Shapes::StructureShape.new(name: 'StatelessRuleGroup')
179
+ StatelessRuleGroupList = Shapes::ListShape.new(name: 'StatelessRuleGroupList')
180
+ StatelessRuleGroupPriority = Shapes::IntegerShape.new(name: 'StatelessRuleGroupPriority')
136
181
  Tag = Shapes::StructureShape.new(name: 'Tag')
137
182
  TagKey = Shapes::StringShape.new(name: 'TagKey')
138
183
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -140,6 +185,7 @@ module Aws::FMS
140
185
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
141
186
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
142
187
  TagValue = Shapes::StringShape.new(name: 'TagValue')
188
+ TargetType = Shapes::StringShape.new(name: 'TargetType')
143
189
  TargetViolationReason = Shapes::StringShape.new(name: 'TargetViolationReason')
144
190
  TargetViolationReasons = Shapes::ListShape.new(name: 'TargetViolationReasons')
145
191
  TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
@@ -150,6 +196,10 @@ module Aws::FMS
150
196
  ViolationReason = Shapes::StringShape.new(name: 'ViolationReason')
151
197
  ViolationTarget = Shapes::StringShape.new(name: 'ViolationTarget')
152
198
 
199
+ ActionTarget.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
200
+ ActionTarget.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
201
+ ActionTarget.struct_class = Types::ActionTarget
202
+
153
203
  App.add_member(:app_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AppName"))
154
204
  App.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "Protocol"))
155
205
  App.add_member(:port, Shapes::ShapeRef.new(shape: IPPortNumber, required: true, location_name: "Port"))
@@ -219,6 +269,68 @@ module Aws::FMS
219
269
 
220
270
  DisassociateAdminAccountRequest.struct_class = Types::DisassociateAdminAccountRequest
221
271
 
272
+ DnsDuplicateRuleGroupViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
273
+ DnsDuplicateRuleGroupViolation.add_member(:violation_target_description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "ViolationTargetDescription"))
274
+ DnsDuplicateRuleGroupViolation.struct_class = Types::DnsDuplicateRuleGroupViolation
275
+
276
+ DnsRuleGroupLimitExceededViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
277
+ DnsRuleGroupLimitExceededViolation.add_member(:violation_target_description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "ViolationTargetDescription"))
278
+ DnsRuleGroupLimitExceededViolation.add_member(:number_of_rule_groups_already_associated, Shapes::ShapeRef.new(shape: BasicInteger, location_name: "NumberOfRuleGroupsAlreadyAssociated"))
279
+ DnsRuleGroupLimitExceededViolation.struct_class = Types::DnsRuleGroupLimitExceededViolation
280
+
281
+ DnsRuleGroupPriorities.member = Shapes::ShapeRef.new(shape: DnsRuleGroupPriority)
282
+
283
+ DnsRuleGroupPriorityConflictViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
284
+ DnsRuleGroupPriorityConflictViolation.add_member(:violation_target_description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "ViolationTargetDescription"))
285
+ DnsRuleGroupPriorityConflictViolation.add_member(:conflicting_priority, Shapes::ShapeRef.new(shape: DnsRuleGroupPriority, location_name: "ConflictingPriority"))
286
+ DnsRuleGroupPriorityConflictViolation.add_member(:conflicting_policy_id, Shapes::ShapeRef.new(shape: PolicyId, location_name: "ConflictingPolicyId"))
287
+ DnsRuleGroupPriorityConflictViolation.add_member(:unavailable_priorities, Shapes::ShapeRef.new(shape: DnsRuleGroupPriorities, location_name: "UnavailablePriorities"))
288
+ DnsRuleGroupPriorityConflictViolation.struct_class = Types::DnsRuleGroupPriorityConflictViolation
289
+
290
+ EC2AssociateRouteTableAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
291
+ EC2AssociateRouteTableAction.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ActionTarget, required: true, location_name: "RouteTableId"))
292
+ EC2AssociateRouteTableAction.add_member(:subnet_id, Shapes::ShapeRef.new(shape: ActionTarget, location_name: "SubnetId"))
293
+ EC2AssociateRouteTableAction.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ActionTarget, location_name: "GatewayId"))
294
+ EC2AssociateRouteTableAction.struct_class = Types::EC2AssociateRouteTableAction
295
+
296
+ EC2CopyRouteTableAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
297
+ EC2CopyRouteTableAction.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ActionTarget, required: true, location_name: "VpcId"))
298
+ EC2CopyRouteTableAction.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ActionTarget, required: true, location_name: "RouteTableId"))
299
+ EC2CopyRouteTableAction.struct_class = Types::EC2CopyRouteTableAction
300
+
301
+ EC2CreateRouteAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
302
+ EC2CreateRouteAction.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: CIDR, location_name: "DestinationCidrBlock"))
303
+ EC2CreateRouteAction.add_member(:destination_prefix_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DestinationPrefixListId"))
304
+ EC2CreateRouteAction.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: CIDR, location_name: "DestinationIpv6CidrBlock"))
305
+ EC2CreateRouteAction.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: ActionTarget, location_name: "VpcEndpointId"))
306
+ EC2CreateRouteAction.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ActionTarget, location_name: "GatewayId"))
307
+ EC2CreateRouteAction.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ActionTarget, required: true, location_name: "RouteTableId"))
308
+ EC2CreateRouteAction.struct_class = Types::EC2CreateRouteAction
309
+
310
+ EC2CreateRouteTableAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
311
+ EC2CreateRouteTableAction.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ActionTarget, required: true, location_name: "VpcId"))
312
+ EC2CreateRouteTableAction.struct_class = Types::EC2CreateRouteTableAction
313
+
314
+ EC2DeleteRouteAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
315
+ EC2DeleteRouteAction.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: CIDR, location_name: "DestinationCidrBlock"))
316
+ EC2DeleteRouteAction.add_member(:destination_prefix_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DestinationPrefixListId"))
317
+ EC2DeleteRouteAction.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: CIDR, location_name: "DestinationIpv6CidrBlock"))
318
+ EC2DeleteRouteAction.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ActionTarget, required: true, location_name: "RouteTableId"))
319
+ EC2DeleteRouteAction.struct_class = Types::EC2DeleteRouteAction
320
+
321
+ EC2ReplaceRouteAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
322
+ EC2ReplaceRouteAction.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: CIDR, location_name: "DestinationCidrBlock"))
323
+ EC2ReplaceRouteAction.add_member(:destination_prefix_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DestinationPrefixListId"))
324
+ EC2ReplaceRouteAction.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: CIDR, location_name: "DestinationIpv6CidrBlock"))
325
+ EC2ReplaceRouteAction.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ActionTarget, location_name: "GatewayId"))
326
+ EC2ReplaceRouteAction.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ActionTarget, required: true, location_name: "RouteTableId"))
327
+ EC2ReplaceRouteAction.struct_class = Types::EC2ReplaceRouteAction
328
+
329
+ EC2ReplaceRouteTableAssociationAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
330
+ EC2ReplaceRouteTableAssociationAction.add_member(:association_id, Shapes::ShapeRef.new(shape: ActionTarget, required: true, location_name: "AssociationId"))
331
+ EC2ReplaceRouteTableAssociationAction.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ActionTarget, required: true, location_name: "RouteTableId"))
332
+ EC2ReplaceRouteTableAssociationAction.struct_class = Types::EC2ReplaceRouteTableAssociationAction
333
+
222
334
  EvaluationResult.add_member(:compliance_status, Shapes::ShapeRef.new(shape: PolicyComplianceStatusType, location_name: "ComplianceStatus"))
223
335
  EvaluationResult.add_member(:violator_count, Shapes::ShapeRef.new(shape: ResourceCount, location_name: "ViolatorCount"))
224
336
  EvaluationResult.add_member(:evaluation_limit_exceeded, Shapes::ShapeRef.new(shape: Boolean, location_name: "EvaluationLimitExceeded"))
@@ -226,6 +338,16 @@ module Aws::FMS
226
338
 
227
339
  EvaluationResults.member = Shapes::ShapeRef.new(shape: EvaluationResult)
228
340
 
341
+ ExpectedRoute.add_member(:ip_v4_cidr, Shapes::ShapeRef.new(shape: CIDR, location_name: "IpV4Cidr"))
342
+ ExpectedRoute.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: CIDR, location_name: "PrefixListId"))
343
+ ExpectedRoute.add_member(:ip_v6_cidr, Shapes::ShapeRef.new(shape: CIDR, location_name: "IpV6Cidr"))
344
+ ExpectedRoute.add_member(:contributing_subnets, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "ContributingSubnets"))
345
+ ExpectedRoute.add_member(:allowed_targets, Shapes::ShapeRef.new(shape: LengthBoundedStringList, location_name: "AllowedTargets"))
346
+ ExpectedRoute.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RouteTableId"))
347
+ ExpectedRoute.struct_class = Types::ExpectedRoute
348
+
349
+ ExpectedRoutes.member = Shapes::ShapeRef.new(shape: ExpectedRoute)
350
+
229
351
  GetAdminAccountRequest.struct_class = Types::GetAdminAccountRequest
230
352
 
231
353
  GetAdminAccountResponse.add_member(:admin_account, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "AdminAccount"))
@@ -306,6 +428,8 @@ module Aws::FMS
306
428
  IssueInfoMap.key = Shapes::ShapeRef.new(shape: DependentServiceName)
307
429
  IssueInfoMap.value = Shapes::ShapeRef.new(shape: DetailedInfo)
308
430
 
431
+ LengthBoundedStringList.member = Shapes::ShapeRef.new(shape: LengthBoundedString)
432
+
309
433
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
310
434
  LimitExceededException.struct_class = Types::LimitExceededException
311
435
 
@@ -360,6 +484,100 @@ module Aws::FMS
360
484
 
361
485
  MemberAccounts.member = Shapes::ShapeRef.new(shape: AWSAccountId)
362
486
 
487
+ NetworkFirewallActionList.member = Shapes::ShapeRef.new(shape: NetworkFirewallAction)
488
+
489
+ NetworkFirewallBlackHoleRouteDetectedViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
490
+ NetworkFirewallBlackHoleRouteDetectedViolation.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RouteTableId"))
491
+ NetworkFirewallBlackHoleRouteDetectedViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
492
+ NetworkFirewallBlackHoleRouteDetectedViolation.add_member(:violating_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ViolatingRoutes"))
493
+ NetworkFirewallBlackHoleRouteDetectedViolation.struct_class = Types::NetworkFirewallBlackHoleRouteDetectedViolation
494
+
495
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "SubnetId"))
496
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "SubnetAvailabilityZone"))
497
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RouteTableId"))
498
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:violating_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ViolatingRoutes"))
499
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:is_route_table_used_in_different_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRouteTableUsedInDifferentAZ"))
500
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:current_firewall_subnet_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CurrentFirewallSubnetRouteTable"))
501
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:expected_firewall_endpoint, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ExpectedFirewallEndpoint"))
502
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:firewall_subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "FirewallSubnetId"))
503
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:expected_firewall_subnet_routes, Shapes::ShapeRef.new(shape: ExpectedRoutes, location_name: "ExpectedFirewallSubnetRoutes"))
504
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:actual_firewall_subnet_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ActualFirewallSubnetRoutes"))
505
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "InternetGatewayId"))
506
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:current_internet_gateway_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CurrentInternetGatewayRouteTable"))
507
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:expected_internet_gateway_routes, Shapes::ShapeRef.new(shape: ExpectedRoutes, location_name: "ExpectedInternetGatewayRoutes"))
508
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:actual_internet_gateway_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ActualInternetGatewayRoutes"))
509
+ NetworkFirewallInternetTrafficNotInspectedViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
510
+ NetworkFirewallInternetTrafficNotInspectedViolation.struct_class = Types::NetworkFirewallInternetTrafficNotInspectedViolation
511
+
512
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:affected_subnets, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "AffectedSubnets"))
513
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RouteTableId"))
514
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:is_route_table_used_in_different_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRouteTableUsedInDifferentAZ"))
515
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:violating_route, Shapes::ShapeRef.new(shape: Route, location_name: "ViolatingRoute"))
516
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:current_firewall_subnet_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CurrentFirewallSubnetRouteTable"))
517
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:expected_firewall_endpoint, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ExpectedFirewallEndpoint"))
518
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:actual_firewall_endpoint, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ActualFirewallEndpoint"))
519
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:expected_firewall_subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ExpectedFirewallSubnetId"))
520
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:actual_firewall_subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ActualFirewallSubnetId"))
521
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:expected_firewall_subnet_routes, Shapes::ShapeRef.new(shape: ExpectedRoutes, location_name: "ExpectedFirewallSubnetRoutes"))
522
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:actual_firewall_subnet_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ActualFirewallSubnetRoutes"))
523
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "InternetGatewayId"))
524
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:current_internet_gateway_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CurrentInternetGatewayRouteTable"))
525
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:expected_internet_gateway_routes, Shapes::ShapeRef.new(shape: ExpectedRoutes, location_name: "ExpectedInternetGatewayRoutes"))
526
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:actual_internet_gateway_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ActualInternetGatewayRoutes"))
527
+ NetworkFirewallInvalidRouteConfigurationViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
528
+ NetworkFirewallInvalidRouteConfigurationViolation.struct_class = Types::NetworkFirewallInvalidRouteConfigurationViolation
529
+
530
+ NetworkFirewallMissingExpectedRTViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
531
+ NetworkFirewallMissingExpectedRTViolation.add_member(:vpc, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VPC"))
532
+ NetworkFirewallMissingExpectedRTViolation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "AvailabilityZone"))
533
+ NetworkFirewallMissingExpectedRTViolation.add_member(:current_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CurrentRouteTable"))
534
+ NetworkFirewallMissingExpectedRTViolation.add_member(:expected_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ExpectedRouteTable"))
535
+ NetworkFirewallMissingExpectedRTViolation.struct_class = Types::NetworkFirewallMissingExpectedRTViolation
536
+
537
+ NetworkFirewallMissingExpectedRoutesViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
538
+ NetworkFirewallMissingExpectedRoutesViolation.add_member(:expected_routes, Shapes::ShapeRef.new(shape: ExpectedRoutes, location_name: "ExpectedRoutes"))
539
+ NetworkFirewallMissingExpectedRoutesViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
540
+ NetworkFirewallMissingExpectedRoutesViolation.struct_class = Types::NetworkFirewallMissingExpectedRoutesViolation
541
+
542
+ NetworkFirewallMissingFirewallViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
543
+ NetworkFirewallMissingFirewallViolation.add_member(:vpc, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VPC"))
544
+ NetworkFirewallMissingFirewallViolation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "AvailabilityZone"))
545
+ NetworkFirewallMissingFirewallViolation.add_member(:target_violation_reason, Shapes::ShapeRef.new(shape: TargetViolationReason, location_name: "TargetViolationReason"))
546
+ NetworkFirewallMissingFirewallViolation.struct_class = Types::NetworkFirewallMissingFirewallViolation
547
+
548
+ NetworkFirewallMissingSubnetViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
549
+ NetworkFirewallMissingSubnetViolation.add_member(:vpc, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VPC"))
550
+ NetworkFirewallMissingSubnetViolation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "AvailabilityZone"))
551
+ NetworkFirewallMissingSubnetViolation.add_member(:target_violation_reason, Shapes::ShapeRef.new(shape: TargetViolationReason, location_name: "TargetViolationReason"))
552
+ NetworkFirewallMissingSubnetViolation.struct_class = Types::NetworkFirewallMissingSubnetViolation
553
+
554
+ NetworkFirewallPolicyDescription.add_member(:stateless_rule_groups, Shapes::ShapeRef.new(shape: StatelessRuleGroupList, location_name: "StatelessRuleGroups"))
555
+ NetworkFirewallPolicyDescription.add_member(:stateless_default_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatelessDefaultActions"))
556
+ NetworkFirewallPolicyDescription.add_member(:stateless_fragment_default_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatelessFragmentDefaultActions"))
557
+ NetworkFirewallPolicyDescription.add_member(:stateless_custom_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatelessCustomActions"))
558
+ NetworkFirewallPolicyDescription.add_member(:stateful_rule_groups, Shapes::ShapeRef.new(shape: StatefulRuleGroupList, location_name: "StatefulRuleGroups"))
559
+ NetworkFirewallPolicyDescription.struct_class = Types::NetworkFirewallPolicyDescription
560
+
561
+ NetworkFirewallPolicyModifiedViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
562
+ NetworkFirewallPolicyModifiedViolation.add_member(:current_policy_description, Shapes::ShapeRef.new(shape: NetworkFirewallPolicyDescription, location_name: "CurrentPolicyDescription"))
563
+ NetworkFirewallPolicyModifiedViolation.add_member(:expected_policy_description, Shapes::ShapeRef.new(shape: NetworkFirewallPolicyDescription, location_name: "ExpectedPolicyDescription"))
564
+ NetworkFirewallPolicyModifiedViolation.struct_class = Types::NetworkFirewallPolicyModifiedViolation
565
+
566
+ NetworkFirewallUnexpectedFirewallRoutesViolation.add_member(:firewall_subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "FirewallSubnetId"))
567
+ NetworkFirewallUnexpectedFirewallRoutesViolation.add_member(:violating_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ViolatingRoutes"))
568
+ NetworkFirewallUnexpectedFirewallRoutesViolation.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RouteTableId"))
569
+ NetworkFirewallUnexpectedFirewallRoutesViolation.add_member(:firewall_endpoint, Shapes::ShapeRef.new(shape: ResourceId, location_name: "FirewallEndpoint"))
570
+ NetworkFirewallUnexpectedFirewallRoutesViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
571
+ NetworkFirewallUnexpectedFirewallRoutesViolation.struct_class = Types::NetworkFirewallUnexpectedFirewallRoutesViolation
572
+
573
+ NetworkFirewallUnexpectedGatewayRoutesViolation.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "GatewayId"))
574
+ NetworkFirewallUnexpectedGatewayRoutesViolation.add_member(:violating_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ViolatingRoutes"))
575
+ NetworkFirewallUnexpectedGatewayRoutesViolation.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RouteTableId"))
576
+ NetworkFirewallUnexpectedGatewayRoutesViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
577
+ NetworkFirewallUnexpectedGatewayRoutesViolation.struct_class = Types::NetworkFirewallUnexpectedGatewayRoutesViolation
578
+
579
+ OrderedRemediationActions.member = Shapes::ShapeRef.new(shape: RemediationActionWithOrder)
580
+
363
581
  PartialMatch.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceRule, location_name: "Reference"))
364
582
  PartialMatch.add_member(:target_violation_reasons, Shapes::ShapeRef.new(shape: TargetViolationReasons, location_name: "TargetViolationReasons"))
365
583
  PartialMatch.struct_class = Types::PartialMatch
@@ -409,6 +627,17 @@ module Aws::FMS
409
627
 
410
628
  PolicySummaryList.member = Shapes::ShapeRef.new(shape: PolicySummary)
411
629
 
630
+ PossibleRemediationAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
631
+ PossibleRemediationAction.add_member(:ordered_remediation_actions, Shapes::ShapeRef.new(shape: OrderedRemediationActions, required: true, location_name: "OrderedRemediationActions"))
632
+ PossibleRemediationAction.add_member(:is_default_action, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefaultAction"))
633
+ PossibleRemediationAction.struct_class = Types::PossibleRemediationAction
634
+
635
+ PossibleRemediationActionList.member = Shapes::ShapeRef.new(shape: PossibleRemediationAction)
636
+
637
+ PossibleRemediationActions.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
638
+ PossibleRemediationActions.add_member(:actions, Shapes::ShapeRef.new(shape: PossibleRemediationActionList, location_name: "Actions"))
639
+ PossibleRemediationActions.struct_class = Types::PossibleRemediationActions
640
+
412
641
  PreviousAppsList.key = Shapes::ShapeRef.new(shape: PreviousListVersion)
413
642
  PreviousAppsList.value = Shapes::ShapeRef.new(shape: AppsList)
414
643
 
@@ -462,6 +691,20 @@ module Aws::FMS
462
691
  PutProtocolsListResponse.add_member(:protocols_list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProtocolsListArn"))
463
692
  PutProtocolsListResponse.struct_class = Types::PutProtocolsListResponse
464
693
 
694
+ RemediationAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
695
+ RemediationAction.add_member(:ec2_create_route_action, Shapes::ShapeRef.new(shape: EC2CreateRouteAction, location_name: "EC2CreateRouteAction"))
696
+ RemediationAction.add_member(:ec2_replace_route_action, Shapes::ShapeRef.new(shape: EC2ReplaceRouteAction, location_name: "EC2ReplaceRouteAction"))
697
+ RemediationAction.add_member(:ec2_delete_route_action, Shapes::ShapeRef.new(shape: EC2DeleteRouteAction, location_name: "EC2DeleteRouteAction"))
698
+ RemediationAction.add_member(:ec2_copy_route_table_action, Shapes::ShapeRef.new(shape: EC2CopyRouteTableAction, location_name: "EC2CopyRouteTableAction"))
699
+ RemediationAction.add_member(:ec2_replace_route_table_association_action, Shapes::ShapeRef.new(shape: EC2ReplaceRouteTableAssociationAction, location_name: "EC2ReplaceRouteTableAssociationAction"))
700
+ RemediationAction.add_member(:ec2_associate_route_table_action, Shapes::ShapeRef.new(shape: EC2AssociateRouteTableAction, location_name: "EC2AssociateRouteTableAction"))
701
+ RemediationAction.add_member(:ec2_create_route_table_action, Shapes::ShapeRef.new(shape: EC2CreateRouteTableAction, location_name: "EC2CreateRouteTableAction"))
702
+ RemediationAction.struct_class = Types::RemediationAction
703
+
704
+ RemediationActionWithOrder.add_member(:remediation_action, Shapes::ShapeRef.new(shape: RemediationAction, location_name: "RemediationAction"))
705
+ RemediationActionWithOrder.add_member(:order, Shapes::ShapeRef.new(shape: BasicInteger, location_name: "Order"))
706
+ RemediationActionWithOrder.struct_class = Types::RemediationActionWithOrder
707
+
465
708
  ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
466
709
 
467
710
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -478,10 +721,32 @@ module Aws::FMS
478
721
  ResourceViolation.add_member(:aws_vpc_security_group_violation, Shapes::ShapeRef.new(shape: AwsVPCSecurityGroupViolation, location_name: "AwsVPCSecurityGroupViolation"))
479
722
  ResourceViolation.add_member(:aws_ec2_network_interface_violation, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceViolation, location_name: "AwsEc2NetworkInterfaceViolation"))
480
723
  ResourceViolation.add_member(:aws_ec2_instance_violation, Shapes::ShapeRef.new(shape: AwsEc2InstanceViolation, location_name: "AwsEc2InstanceViolation"))
724
+ ResourceViolation.add_member(:network_firewall_missing_firewall_violation, Shapes::ShapeRef.new(shape: NetworkFirewallMissingFirewallViolation, location_name: "NetworkFirewallMissingFirewallViolation"))
725
+ ResourceViolation.add_member(:network_firewall_missing_subnet_violation, Shapes::ShapeRef.new(shape: NetworkFirewallMissingSubnetViolation, location_name: "NetworkFirewallMissingSubnetViolation"))
726
+ ResourceViolation.add_member(:network_firewall_missing_expected_rt_violation, Shapes::ShapeRef.new(shape: NetworkFirewallMissingExpectedRTViolation, location_name: "NetworkFirewallMissingExpectedRTViolation"))
727
+ ResourceViolation.add_member(:network_firewall_policy_modified_violation, Shapes::ShapeRef.new(shape: NetworkFirewallPolicyModifiedViolation, location_name: "NetworkFirewallPolicyModifiedViolation"))
728
+ ResourceViolation.add_member(:network_firewall_internet_traffic_not_inspected_violation, Shapes::ShapeRef.new(shape: NetworkFirewallInternetTrafficNotInspectedViolation, location_name: "NetworkFirewallInternetTrafficNotInspectedViolation"))
729
+ ResourceViolation.add_member(:network_firewall_invalid_route_configuration_violation, Shapes::ShapeRef.new(shape: NetworkFirewallInvalidRouteConfigurationViolation, location_name: "NetworkFirewallInvalidRouteConfigurationViolation"))
730
+ ResourceViolation.add_member(:network_firewall_black_hole_route_detected_violation, Shapes::ShapeRef.new(shape: NetworkFirewallBlackHoleRouteDetectedViolation, location_name: "NetworkFirewallBlackHoleRouteDetectedViolation"))
731
+ ResourceViolation.add_member(:network_firewall_unexpected_firewall_routes_violation, Shapes::ShapeRef.new(shape: NetworkFirewallUnexpectedFirewallRoutesViolation, location_name: "NetworkFirewallUnexpectedFirewallRoutesViolation"))
732
+ ResourceViolation.add_member(:network_firewall_unexpected_gateway_routes_violation, Shapes::ShapeRef.new(shape: NetworkFirewallUnexpectedGatewayRoutesViolation, location_name: "NetworkFirewallUnexpectedGatewayRoutesViolation"))
733
+ ResourceViolation.add_member(:network_firewall_missing_expected_routes_violation, Shapes::ShapeRef.new(shape: NetworkFirewallMissingExpectedRoutesViolation, location_name: "NetworkFirewallMissingExpectedRoutesViolation"))
734
+ ResourceViolation.add_member(:dns_rule_group_priority_conflict_violation, Shapes::ShapeRef.new(shape: DnsRuleGroupPriorityConflictViolation, location_name: "DnsRuleGroupPriorityConflictViolation"))
735
+ ResourceViolation.add_member(:dns_duplicate_rule_group_violation, Shapes::ShapeRef.new(shape: DnsDuplicateRuleGroupViolation, location_name: "DnsDuplicateRuleGroupViolation"))
736
+ ResourceViolation.add_member(:dns_rule_group_limit_exceeded_violation, Shapes::ShapeRef.new(shape: DnsRuleGroupLimitExceededViolation, location_name: "DnsRuleGroupLimitExceededViolation"))
737
+ ResourceViolation.add_member(:possible_remediation_actions, Shapes::ShapeRef.new(shape: PossibleRemediationActions, location_name: "PossibleRemediationActions"))
481
738
  ResourceViolation.struct_class = Types::ResourceViolation
482
739
 
483
740
  ResourceViolations.member = Shapes::ShapeRef.new(shape: ResourceViolation)
484
741
 
742
+ Route.add_member(:destination_type, Shapes::ShapeRef.new(shape: DestinationType, location_name: "DestinationType"))
743
+ Route.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "TargetType"))
744
+ Route.add_member(:destination, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Destination"))
745
+ Route.add_member(:target, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Target"))
746
+ Route.struct_class = Types::Route
747
+
748
+ Routes.member = Shapes::ShapeRef.new(shape: Route)
749
+
485
750
  SecurityGroupRemediationAction.add_member(:remediation_action_type, Shapes::ShapeRef.new(shape: RemediationActionType, location_name: "RemediationActionType"))
486
751
  SecurityGroupRemediationAction.add_member(:description, Shapes::ShapeRef.new(shape: RemediationActionDescription, location_name: "Description"))
487
752
  SecurityGroupRemediationAction.add_member(:remediation_result, Shapes::ShapeRef.new(shape: SecurityGroupRuleDescription, location_name: "RemediationResult"))
@@ -502,6 +767,19 @@ module Aws::FMS
502
767
  SecurityServicePolicyData.add_member(:managed_service_data, Shapes::ShapeRef.new(shape: ManagedServiceData, location_name: "ManagedServiceData"))
503
768
  SecurityServicePolicyData.struct_class = Types::SecurityServicePolicyData
504
769
 
770
+ StatefulRuleGroup.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: NetworkFirewallResourceName, location_name: "RuleGroupName"))
771
+ StatefulRuleGroup.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
772
+ StatefulRuleGroup.struct_class = Types::StatefulRuleGroup
773
+
774
+ StatefulRuleGroupList.member = Shapes::ShapeRef.new(shape: StatefulRuleGroup)
775
+
776
+ StatelessRuleGroup.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: NetworkFirewallResourceName, location_name: "RuleGroupName"))
777
+ StatelessRuleGroup.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
778
+ StatelessRuleGroup.add_member(:priority, Shapes::ShapeRef.new(shape: StatelessRuleGroupPriority, location_name: "Priority"))
779
+ StatelessRuleGroup.struct_class = Types::StatelessRuleGroup
780
+
781
+ StatelessRuleGroupList.member = Shapes::ShapeRef.new(shape: StatelessRuleGroup)
782
+
505
783
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
506
784
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
507
785
  Tag.struct_class = Types::Tag
@@ -562,6 +840,7 @@ module Aws::FMS
562
840
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
563
841
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
564
842
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
843
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
565
844
  end)
566
845
 
567
846
  api.add_operation(:delete_apps_list, Seahorse::Model::Operation.new.tap do |o|
@@ -595,6 +874,8 @@ module Aws::FMS
595
874
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
596
875
  o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
597
876
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
877
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
878
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
598
879
  end)
599
880
 
600
881
  api.add_operation(:delete_protocols_list, Seahorse::Model::Operation.new.tap do |o|
@@ -719,6 +1000,12 @@ module Aws::FMS
719
1000
  o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
720
1001
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
721
1002
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1003
+ o[:pager] = Aws::Pager.new(
1004
+ limit_key: "max_results",
1005
+ tokens: {
1006
+ "next_token" => "next_token"
1007
+ }
1008
+ )
722
1009
  end)
723
1010
 
724
1011
  api.add_operation(:list_compliance_status, Seahorse::Model::Operation.new.tap do |o|
@@ -780,6 +1067,12 @@ module Aws::FMS
780
1067
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
781
1068
  o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
782
1069
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
1070
+ o[:pager] = Aws::Pager.new(
1071
+ limit_key: "max_results",
1072
+ tokens: {
1073
+ "next_token" => "next_token"
1074
+ }
1075
+ )
783
1076
  end)
784
1077
 
785
1078
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|