aws-sdk-fms 1.28.0 → 1.33.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,16 +15,28 @@ module Aws::FMS
15
15
 
16
16
  AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
17
17
  AccountRoleStatus = Shapes::StringShape.new(name: 'AccountRoleStatus')
18
+ App = Shapes::StructureShape.new(name: 'App')
19
+ AppsList = Shapes::ListShape.new(name: 'AppsList')
20
+ AppsListData = Shapes::StructureShape.new(name: 'AppsListData')
21
+ AppsListDataSummary = Shapes::StructureShape.new(name: 'AppsListDataSummary')
22
+ AppsListsData = Shapes::ListShape.new(name: 'AppsListsData')
18
23
  AssociateAdminAccountRequest = Shapes::StructureShape.new(name: 'AssociateAdminAccountRequest')
24
+ AwsEc2InstanceViolation = Shapes::StructureShape.new(name: 'AwsEc2InstanceViolation')
25
+ AwsEc2NetworkInterfaceViolation = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceViolation')
26
+ AwsEc2NetworkInterfaceViolations = Shapes::ListShape.new(name: 'AwsEc2NetworkInterfaceViolations')
27
+ AwsVPCSecurityGroupViolation = Shapes::StructureShape.new(name: 'AwsVPCSecurityGroupViolation')
19
28
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
29
+ CIDR = Shapes::StringShape.new(name: 'CIDR')
20
30
  ComplianceViolator = Shapes::StructureShape.new(name: 'ComplianceViolator')
21
31
  ComplianceViolators = Shapes::ListShape.new(name: 'ComplianceViolators')
22
32
  CustomerPolicyScopeId = Shapes::StringShape.new(name: 'CustomerPolicyScopeId')
23
33
  CustomerPolicyScopeIdList = Shapes::ListShape.new(name: 'CustomerPolicyScopeIdList')
24
34
  CustomerPolicyScopeIdType = Shapes::StringShape.new(name: 'CustomerPolicyScopeIdType')
25
35
  CustomerPolicyScopeMap = Shapes::MapShape.new(name: 'CustomerPolicyScopeMap')
36
+ DeleteAppsListRequest = Shapes::StructureShape.new(name: 'DeleteAppsListRequest')
26
37
  DeleteNotificationChannelRequest = Shapes::StructureShape.new(name: 'DeleteNotificationChannelRequest')
27
38
  DeletePolicyRequest = Shapes::StructureShape.new(name: 'DeletePolicyRequest')
39
+ DeleteProtocolsListRequest = Shapes::StructureShape.new(name: 'DeleteProtocolsListRequest')
28
40
  DependentServiceName = Shapes::StringShape.new(name: 'DependentServiceName')
29
41
  DetailedInfo = Shapes::StringShape.new(name: 'DetailedInfo')
30
42
  DisassociateAdminAccountRequest = Shapes::StructureShape.new(name: 'DisassociateAdminAccountRequest')
@@ -33,6 +45,8 @@ module Aws::FMS
33
45
  EvaluationResults = Shapes::ListShape.new(name: 'EvaluationResults')
34
46
  GetAdminAccountRequest = Shapes::StructureShape.new(name: 'GetAdminAccountRequest')
35
47
  GetAdminAccountResponse = Shapes::StructureShape.new(name: 'GetAdminAccountResponse')
48
+ GetAppsListRequest = Shapes::StructureShape.new(name: 'GetAppsListRequest')
49
+ GetAppsListResponse = Shapes::StructureShape.new(name: 'GetAppsListResponse')
36
50
  GetComplianceDetailRequest = Shapes::StructureShape.new(name: 'GetComplianceDetailRequest')
37
51
  GetComplianceDetailResponse = Shapes::StructureShape.new(name: 'GetComplianceDetailResponse')
38
52
  GetNotificationChannelRequest = Shapes::StructureShape.new(name: 'GetNotificationChannelRequest')
@@ -41,24 +55,45 @@ module Aws::FMS
41
55
  GetPolicyResponse = Shapes::StructureShape.new(name: 'GetPolicyResponse')
42
56
  GetProtectionStatusRequest = Shapes::StructureShape.new(name: 'GetProtectionStatusRequest')
43
57
  GetProtectionStatusResponse = Shapes::StructureShape.new(name: 'GetProtectionStatusResponse')
58
+ GetProtocolsListRequest = Shapes::StructureShape.new(name: 'GetProtocolsListRequest')
59
+ GetProtocolsListResponse = Shapes::StructureShape.new(name: 'GetProtocolsListResponse')
60
+ GetViolationDetailsRequest = Shapes::StructureShape.new(name: 'GetViolationDetailsRequest')
61
+ GetViolationDetailsResponse = Shapes::StructureShape.new(name: 'GetViolationDetailsResponse')
62
+ IPPortNumber = Shapes::IntegerShape.new(name: 'IPPortNumber')
44
63
  InternalErrorException = Shapes::StructureShape.new(name: 'InternalErrorException')
45
64
  InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
46
65
  InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException')
47
66
  InvalidTypeException = Shapes::StructureShape.new(name: 'InvalidTypeException')
48
67
  IssueInfoMap = Shapes::MapShape.new(name: 'IssueInfoMap')
68
+ LengthBoundedString = Shapes::StringShape.new(name: 'LengthBoundedString')
49
69
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
70
+ ListAppsListsRequest = Shapes::StructureShape.new(name: 'ListAppsListsRequest')
71
+ ListAppsListsResponse = Shapes::StructureShape.new(name: 'ListAppsListsResponse')
50
72
  ListComplianceStatusRequest = Shapes::StructureShape.new(name: 'ListComplianceStatusRequest')
51
73
  ListComplianceStatusResponse = Shapes::StructureShape.new(name: 'ListComplianceStatusResponse')
74
+ ListId = Shapes::StringShape.new(name: 'ListId')
52
75
  ListMemberAccountsRequest = Shapes::StructureShape.new(name: 'ListMemberAccountsRequest')
53
76
  ListMemberAccountsResponse = Shapes::StructureShape.new(name: 'ListMemberAccountsResponse')
54
77
  ListPoliciesRequest = Shapes::StructureShape.new(name: 'ListPoliciesRequest')
55
78
  ListPoliciesResponse = Shapes::StructureShape.new(name: 'ListPoliciesResponse')
79
+ ListProtocolsListsRequest = Shapes::StructureShape.new(name: 'ListProtocolsListsRequest')
80
+ ListProtocolsListsResponse = Shapes::StructureShape.new(name: 'ListProtocolsListsResponse')
56
81
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
57
82
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
58
83
  ManagedServiceData = Shapes::StringShape.new(name: 'ManagedServiceData')
59
84
  MemberAccounts = Shapes::ListShape.new(name: 'MemberAccounts')
85
+ NetworkFirewallAction = Shapes::StringShape.new(name: 'NetworkFirewallAction')
86
+ NetworkFirewallActionList = Shapes::ListShape.new(name: 'NetworkFirewallActionList')
87
+ NetworkFirewallMissingExpectedRTViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingExpectedRTViolation')
88
+ NetworkFirewallMissingFirewallViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingFirewallViolation')
89
+ NetworkFirewallMissingSubnetViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingSubnetViolation')
90
+ NetworkFirewallPolicyDescription = Shapes::StructureShape.new(name: 'NetworkFirewallPolicyDescription')
91
+ NetworkFirewallPolicyModifiedViolation = Shapes::StructureShape.new(name: 'NetworkFirewallPolicyModifiedViolation')
92
+ NetworkFirewallResourceName = Shapes::StringShape.new(name: 'NetworkFirewallResourceName')
60
93
  PaginationMaxResults = Shapes::IntegerShape.new(name: 'PaginationMaxResults')
61
94
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
95
+ PartialMatch = Shapes::StructureShape.new(name: 'PartialMatch')
96
+ PartialMatches = Shapes::ListShape.new(name: 'PartialMatches')
62
97
  Policy = Shapes::StructureShape.new(name: 'Policy')
63
98
  PolicyComplianceDetail = Shapes::StructureShape.new(name: 'PolicyComplianceDetail')
64
99
  PolicyComplianceStatus = Shapes::StructureShape.new(name: 'PolicyComplianceStatus')
@@ -68,13 +103,29 @@ module Aws::FMS
68
103
  PolicySummary = Shapes::StructureShape.new(name: 'PolicySummary')
69
104
  PolicySummaryList = Shapes::ListShape.new(name: 'PolicySummaryList')
70
105
  PolicyUpdateToken = Shapes::StringShape.new(name: 'PolicyUpdateToken')
106
+ PreviousAppsList = Shapes::MapShape.new(name: 'PreviousAppsList')
107
+ PreviousListVersion = Shapes::StringShape.new(name: 'PreviousListVersion')
108
+ PreviousProtocolsList = Shapes::MapShape.new(name: 'PreviousProtocolsList')
71
109
  ProtectionData = Shapes::StringShape.new(name: 'ProtectionData')
110
+ Protocol = Shapes::StringShape.new(name: 'Protocol')
111
+ ProtocolsList = Shapes::ListShape.new(name: 'ProtocolsList')
112
+ ProtocolsListData = Shapes::StructureShape.new(name: 'ProtocolsListData')
113
+ ProtocolsListDataSummary = Shapes::StructureShape.new(name: 'ProtocolsListDataSummary')
114
+ ProtocolsListsData = Shapes::ListShape.new(name: 'ProtocolsListsData')
115
+ PutAppsListRequest = Shapes::StructureShape.new(name: 'PutAppsListRequest')
116
+ PutAppsListResponse = Shapes::StructureShape.new(name: 'PutAppsListResponse')
72
117
  PutNotificationChannelRequest = Shapes::StructureShape.new(name: 'PutNotificationChannelRequest')
73
118
  PutPolicyRequest = Shapes::StructureShape.new(name: 'PutPolicyRequest')
74
119
  PutPolicyResponse = Shapes::StructureShape.new(name: 'PutPolicyResponse')
120
+ PutProtocolsListRequest = Shapes::StructureShape.new(name: 'PutProtocolsListRequest')
121
+ PutProtocolsListResponse = Shapes::StructureShape.new(name: 'PutProtocolsListResponse')
122
+ ReferenceRule = Shapes::StringShape.new(name: 'ReferenceRule')
123
+ RemediationActionDescription = Shapes::StringShape.new(name: 'RemediationActionDescription')
124
+ RemediationActionType = Shapes::StringShape.new(name: 'RemediationActionType')
75
125
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
76
126
  ResourceCount = Shapes::IntegerShape.new(name: 'ResourceCount')
77
127
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
128
+ ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
78
129
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
79
130
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
80
131
  ResourceTag = Shapes::StructureShape.new(name: 'ResourceTag')
@@ -83,8 +134,18 @@ module Aws::FMS
83
134
  ResourceTags = Shapes::ListShape.new(name: 'ResourceTags')
84
135
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
85
136
  ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
137
+ ResourceViolation = Shapes::StructureShape.new(name: 'ResourceViolation')
138
+ ResourceViolations = Shapes::ListShape.new(name: 'ResourceViolations')
139
+ SecurityGroupRemediationAction = Shapes::StructureShape.new(name: 'SecurityGroupRemediationAction')
140
+ SecurityGroupRemediationActions = Shapes::ListShape.new(name: 'SecurityGroupRemediationActions')
141
+ SecurityGroupRuleDescription = Shapes::StructureShape.new(name: 'SecurityGroupRuleDescription')
86
142
  SecurityServicePolicyData = Shapes::StructureShape.new(name: 'SecurityServicePolicyData')
87
143
  SecurityServiceType = Shapes::StringShape.new(name: 'SecurityServiceType')
144
+ StatefulRuleGroup = Shapes::StructureShape.new(name: 'StatefulRuleGroup')
145
+ StatefulRuleGroupList = Shapes::ListShape.new(name: 'StatefulRuleGroupList')
146
+ StatelessRuleGroup = Shapes::StructureShape.new(name: 'StatelessRuleGroup')
147
+ StatelessRuleGroupList = Shapes::ListShape.new(name: 'StatelessRuleGroupList')
148
+ StatelessRuleGroupPriority = Shapes::IntegerShape.new(name: 'StatelessRuleGroupPriority')
88
149
  Tag = Shapes::StructureShape.new(name: 'Tag')
89
150
  TagKey = Shapes::StringShape.new(name: 'TagKey')
90
151
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -92,14 +153,59 @@ module Aws::FMS
92
153
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
93
154
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
94
155
  TagValue = Shapes::StringShape.new(name: 'TagValue')
156
+ TargetViolationReason = Shapes::StringShape.new(name: 'TargetViolationReason')
157
+ TargetViolationReasons = Shapes::ListShape.new(name: 'TargetViolationReasons')
95
158
  TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
96
159
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
97
160
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
161
+ UpdateToken = Shapes::StringShape.new(name: 'UpdateToken')
162
+ ViolationDetail = Shapes::StructureShape.new(name: 'ViolationDetail')
98
163
  ViolationReason = Shapes::StringShape.new(name: 'ViolationReason')
164
+ ViolationTarget = Shapes::StringShape.new(name: 'ViolationTarget')
165
+
166
+ App.add_member(:app_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AppName"))
167
+ App.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "Protocol"))
168
+ App.add_member(:port, Shapes::ShapeRef.new(shape: IPPortNumber, required: true, location_name: "Port"))
169
+ App.struct_class = Types::App
170
+
171
+ AppsList.member = Shapes::ShapeRef.new(shape: App)
172
+
173
+ AppsListData.add_member(:list_id, Shapes::ShapeRef.new(shape: ListId, location_name: "ListId"))
174
+ AppsListData.add_member(:list_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ListName"))
175
+ AppsListData.add_member(:list_update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "ListUpdateToken"))
176
+ AppsListData.add_member(:create_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreateTime"))
177
+ AppsListData.add_member(:last_update_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "LastUpdateTime"))
178
+ AppsListData.add_member(:apps_list, Shapes::ShapeRef.new(shape: AppsList, required: true, location_name: "AppsList"))
179
+ AppsListData.add_member(:previous_apps_list, Shapes::ShapeRef.new(shape: PreviousAppsList, location_name: "PreviousAppsList"))
180
+ AppsListData.struct_class = Types::AppsListData
181
+
182
+ AppsListDataSummary.add_member(:list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ListArn"))
183
+ AppsListDataSummary.add_member(:list_id, Shapes::ShapeRef.new(shape: ListId, location_name: "ListId"))
184
+ AppsListDataSummary.add_member(:list_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ListName"))
185
+ AppsListDataSummary.add_member(:apps_list, Shapes::ShapeRef.new(shape: AppsList, location_name: "AppsList"))
186
+ AppsListDataSummary.struct_class = Types::AppsListDataSummary
187
+
188
+ AppsListsData.member = Shapes::ShapeRef.new(shape: AppsListDataSummary)
99
189
 
100
190
  AssociateAdminAccountRequest.add_member(:admin_account, Shapes::ShapeRef.new(shape: AWSAccountId, required: true, location_name: "AdminAccount"))
101
191
  AssociateAdminAccountRequest.struct_class = Types::AssociateAdminAccountRequest
102
192
 
193
+ AwsEc2InstanceViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
194
+ AwsEc2InstanceViolation.add_member(:aws_ec2_network_interface_violations, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceViolations, location_name: "AwsEc2NetworkInterfaceViolations"))
195
+ AwsEc2InstanceViolation.struct_class = Types::AwsEc2InstanceViolation
196
+
197
+ AwsEc2NetworkInterfaceViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
198
+ AwsEc2NetworkInterfaceViolation.add_member(:violating_security_groups, Shapes::ShapeRef.new(shape: ResourceIdList, location_name: "ViolatingSecurityGroups"))
199
+ AwsEc2NetworkInterfaceViolation.struct_class = Types::AwsEc2NetworkInterfaceViolation
200
+
201
+ AwsEc2NetworkInterfaceViolations.member = Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceViolation)
202
+
203
+ AwsVPCSecurityGroupViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
204
+ AwsVPCSecurityGroupViolation.add_member(:violation_target_description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "ViolationTargetDescription"))
205
+ AwsVPCSecurityGroupViolation.add_member(:partial_matches, Shapes::ShapeRef.new(shape: PartialMatches, location_name: "PartialMatches"))
206
+ AwsVPCSecurityGroupViolation.add_member(:possible_security_group_remediation_actions, Shapes::ShapeRef.new(shape: SecurityGroupRemediationActions, location_name: "PossibleSecurityGroupRemediationActions"))
207
+ AwsVPCSecurityGroupViolation.struct_class = Types::AwsVPCSecurityGroupViolation
208
+
103
209
  ComplianceViolator.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
104
210
  ComplianceViolator.add_member(:violation_reason, Shapes::ShapeRef.new(shape: ViolationReason, location_name: "ViolationReason"))
105
211
  ComplianceViolator.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
@@ -112,12 +218,18 @@ module Aws::FMS
112
218
  CustomerPolicyScopeMap.key = Shapes::ShapeRef.new(shape: CustomerPolicyScopeIdType)
113
219
  CustomerPolicyScopeMap.value = Shapes::ShapeRef.new(shape: CustomerPolicyScopeIdList)
114
220
 
221
+ DeleteAppsListRequest.add_member(:list_id, Shapes::ShapeRef.new(shape: ListId, required: true, location_name: "ListId"))
222
+ DeleteAppsListRequest.struct_class = Types::DeleteAppsListRequest
223
+
115
224
  DeleteNotificationChannelRequest.struct_class = Types::DeleteNotificationChannelRequest
116
225
 
117
226
  DeletePolicyRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "PolicyId"))
118
227
  DeletePolicyRequest.add_member(:delete_all_policy_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteAllPolicyResources"))
119
228
  DeletePolicyRequest.struct_class = Types::DeletePolicyRequest
120
229
 
230
+ DeleteProtocolsListRequest.add_member(:list_id, Shapes::ShapeRef.new(shape: ListId, required: true, location_name: "ListId"))
231
+ DeleteProtocolsListRequest.struct_class = Types::DeleteProtocolsListRequest
232
+
121
233
  DisassociateAdminAccountRequest.struct_class = Types::DisassociateAdminAccountRequest
122
234
 
123
235
  EvaluationResult.add_member(:compliance_status, Shapes::ShapeRef.new(shape: PolicyComplianceStatusType, location_name: "ComplianceStatus"))
@@ -133,6 +245,14 @@ module Aws::FMS
133
245
  GetAdminAccountResponse.add_member(:role_status, Shapes::ShapeRef.new(shape: AccountRoleStatus, location_name: "RoleStatus"))
134
246
  GetAdminAccountResponse.struct_class = Types::GetAdminAccountResponse
135
247
 
248
+ GetAppsListRequest.add_member(:list_id, Shapes::ShapeRef.new(shape: ListId, required: true, location_name: "ListId"))
249
+ GetAppsListRequest.add_member(:default_list, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultList"))
250
+ GetAppsListRequest.struct_class = Types::GetAppsListRequest
251
+
252
+ GetAppsListResponse.add_member(:apps_list, Shapes::ShapeRef.new(shape: AppsListData, location_name: "AppsList"))
253
+ GetAppsListResponse.add_member(:apps_list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "AppsListArn"))
254
+ GetAppsListResponse.struct_class = Types::GetAppsListResponse
255
+
136
256
  GetComplianceDetailRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "PolicyId"))
137
257
  GetComplianceDetailRequest.add_member(:member_account, Shapes::ShapeRef.new(shape: AWSAccountId, required: true, location_name: "MemberAccount"))
138
258
  GetComplianceDetailRequest.struct_class = Types::GetComplianceDetailRequest
@@ -167,6 +287,23 @@ module Aws::FMS
167
287
  GetProtectionStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
168
288
  GetProtectionStatusResponse.struct_class = Types::GetProtectionStatusResponse
169
289
 
290
+ GetProtocolsListRequest.add_member(:list_id, Shapes::ShapeRef.new(shape: ListId, required: true, location_name: "ListId"))
291
+ GetProtocolsListRequest.add_member(:default_list, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultList"))
292
+ GetProtocolsListRequest.struct_class = Types::GetProtocolsListRequest
293
+
294
+ GetProtocolsListResponse.add_member(:protocols_list, Shapes::ShapeRef.new(shape: ProtocolsListData, location_name: "ProtocolsList"))
295
+ GetProtocolsListResponse.add_member(:protocols_list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProtocolsListArn"))
296
+ GetProtocolsListResponse.struct_class = Types::GetProtocolsListResponse
297
+
298
+ GetViolationDetailsRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "PolicyId"))
299
+ GetViolationDetailsRequest.add_member(:member_account, Shapes::ShapeRef.new(shape: AWSAccountId, required: true, location_name: "MemberAccount"))
300
+ GetViolationDetailsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
301
+ GetViolationDetailsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
302
+ GetViolationDetailsRequest.struct_class = Types::GetViolationDetailsRequest
303
+
304
+ GetViolationDetailsResponse.add_member(:violation_detail, Shapes::ShapeRef.new(shape: ViolationDetail, location_name: "ViolationDetail"))
305
+ GetViolationDetailsResponse.struct_class = Types::GetViolationDetailsResponse
306
+
170
307
  InternalErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
171
308
  InternalErrorException.struct_class = Types::InternalErrorException
172
309
 
@@ -185,6 +322,15 @@ module Aws::FMS
185
322
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
186
323
  LimitExceededException.struct_class = Types::LimitExceededException
187
324
 
325
+ ListAppsListsRequest.add_member(:default_lists, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultLists"))
326
+ ListAppsListsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
327
+ ListAppsListsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, required: true, location_name: "MaxResults"))
328
+ ListAppsListsRequest.struct_class = Types::ListAppsListsRequest
329
+
330
+ ListAppsListsResponse.add_member(:apps_lists, Shapes::ShapeRef.new(shape: AppsListsData, location_name: "AppsLists"))
331
+ ListAppsListsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
332
+ ListAppsListsResponse.struct_class = Types::ListAppsListsResponse
333
+
188
334
  ListComplianceStatusRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "PolicyId"))
189
335
  ListComplianceStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
190
336
  ListComplianceStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
@@ -210,6 +356,15 @@ module Aws::FMS
210
356
  ListPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
211
357
  ListPoliciesResponse.struct_class = Types::ListPoliciesResponse
212
358
 
359
+ ListProtocolsListsRequest.add_member(:default_lists, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultLists"))
360
+ ListProtocolsListsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
361
+ ListProtocolsListsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, required: true, location_name: "MaxResults"))
362
+ ListProtocolsListsRequest.struct_class = Types::ListProtocolsListsRequest
363
+
364
+ ListProtocolsListsResponse.add_member(:protocols_lists, Shapes::ShapeRef.new(shape: ProtocolsListsData, location_name: "ProtocolsLists"))
365
+ ListProtocolsListsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
366
+ ListProtocolsListsResponse.struct_class = Types::ListProtocolsListsResponse
367
+
213
368
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
214
369
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
215
370
 
@@ -218,6 +373,45 @@ module Aws::FMS
218
373
 
219
374
  MemberAccounts.member = Shapes::ShapeRef.new(shape: AWSAccountId)
220
375
 
376
+ NetworkFirewallActionList.member = Shapes::ShapeRef.new(shape: NetworkFirewallAction)
377
+
378
+ NetworkFirewallMissingExpectedRTViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
379
+ NetworkFirewallMissingExpectedRTViolation.add_member(:vpc, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VPC"))
380
+ NetworkFirewallMissingExpectedRTViolation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "AvailabilityZone"))
381
+ NetworkFirewallMissingExpectedRTViolation.add_member(:current_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "CurrentRouteTable"))
382
+ NetworkFirewallMissingExpectedRTViolation.add_member(:expected_route_table, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ExpectedRouteTable"))
383
+ NetworkFirewallMissingExpectedRTViolation.struct_class = Types::NetworkFirewallMissingExpectedRTViolation
384
+
385
+ NetworkFirewallMissingFirewallViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
386
+ NetworkFirewallMissingFirewallViolation.add_member(:vpc, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VPC"))
387
+ NetworkFirewallMissingFirewallViolation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "AvailabilityZone"))
388
+ NetworkFirewallMissingFirewallViolation.add_member(:target_violation_reason, Shapes::ShapeRef.new(shape: TargetViolationReason, location_name: "TargetViolationReason"))
389
+ NetworkFirewallMissingFirewallViolation.struct_class = Types::NetworkFirewallMissingFirewallViolation
390
+
391
+ NetworkFirewallMissingSubnetViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
392
+ NetworkFirewallMissingSubnetViolation.add_member(:vpc, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VPC"))
393
+ NetworkFirewallMissingSubnetViolation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "AvailabilityZone"))
394
+ NetworkFirewallMissingSubnetViolation.add_member(:target_violation_reason, Shapes::ShapeRef.new(shape: TargetViolationReason, location_name: "TargetViolationReason"))
395
+ NetworkFirewallMissingSubnetViolation.struct_class = Types::NetworkFirewallMissingSubnetViolation
396
+
397
+ NetworkFirewallPolicyDescription.add_member(:stateless_rule_groups, Shapes::ShapeRef.new(shape: StatelessRuleGroupList, location_name: "StatelessRuleGroups"))
398
+ NetworkFirewallPolicyDescription.add_member(:stateless_default_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatelessDefaultActions"))
399
+ NetworkFirewallPolicyDescription.add_member(:stateless_fragment_default_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatelessFragmentDefaultActions"))
400
+ NetworkFirewallPolicyDescription.add_member(:stateless_custom_actions, Shapes::ShapeRef.new(shape: NetworkFirewallActionList, location_name: "StatelessCustomActions"))
401
+ NetworkFirewallPolicyDescription.add_member(:stateful_rule_groups, Shapes::ShapeRef.new(shape: StatefulRuleGroupList, location_name: "StatefulRuleGroups"))
402
+ NetworkFirewallPolicyDescription.struct_class = Types::NetworkFirewallPolicyDescription
403
+
404
+ NetworkFirewallPolicyModifiedViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
405
+ NetworkFirewallPolicyModifiedViolation.add_member(:current_policy_description, Shapes::ShapeRef.new(shape: NetworkFirewallPolicyDescription, location_name: "CurrentPolicyDescription"))
406
+ NetworkFirewallPolicyModifiedViolation.add_member(:expected_policy_description, Shapes::ShapeRef.new(shape: NetworkFirewallPolicyDescription, location_name: "ExpectedPolicyDescription"))
407
+ NetworkFirewallPolicyModifiedViolation.struct_class = Types::NetworkFirewallPolicyModifiedViolation
408
+
409
+ PartialMatch.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceRule, location_name: "Reference"))
410
+ PartialMatch.add_member(:target_violation_reasons, Shapes::ShapeRef.new(shape: TargetViolationReasons, location_name: "TargetViolationReasons"))
411
+ PartialMatch.struct_class = Types::PartialMatch
412
+
413
+ PartialMatches.member = Shapes::ShapeRef.new(shape: PartialMatch)
414
+
221
415
  Policy.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, location_name: "PolicyId"))
222
416
  Policy.add_member(:policy_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "PolicyName"))
223
417
  Policy.add_member(:policy_update_token, Shapes::ShapeRef.new(shape: PolicyUpdateToken, location_name: "PolicyUpdateToken"))
@@ -261,6 +455,39 @@ module Aws::FMS
261
455
 
262
456
  PolicySummaryList.member = Shapes::ShapeRef.new(shape: PolicySummary)
263
457
 
458
+ PreviousAppsList.key = Shapes::ShapeRef.new(shape: PreviousListVersion)
459
+ PreviousAppsList.value = Shapes::ShapeRef.new(shape: AppsList)
460
+
461
+ PreviousProtocolsList.key = Shapes::ShapeRef.new(shape: PreviousListVersion)
462
+ PreviousProtocolsList.value = Shapes::ShapeRef.new(shape: ProtocolsList)
463
+
464
+ ProtocolsList.member = Shapes::ShapeRef.new(shape: Protocol)
465
+
466
+ ProtocolsListData.add_member(:list_id, Shapes::ShapeRef.new(shape: ListId, location_name: "ListId"))
467
+ ProtocolsListData.add_member(:list_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ListName"))
468
+ ProtocolsListData.add_member(:list_update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "ListUpdateToken"))
469
+ ProtocolsListData.add_member(:create_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "CreateTime"))
470
+ ProtocolsListData.add_member(:last_update_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "LastUpdateTime"))
471
+ ProtocolsListData.add_member(:protocols_list, Shapes::ShapeRef.new(shape: ProtocolsList, required: true, location_name: "ProtocolsList"))
472
+ ProtocolsListData.add_member(:previous_protocols_list, Shapes::ShapeRef.new(shape: PreviousProtocolsList, location_name: "PreviousProtocolsList"))
473
+ ProtocolsListData.struct_class = Types::ProtocolsListData
474
+
475
+ ProtocolsListDataSummary.add_member(:list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ListArn"))
476
+ ProtocolsListDataSummary.add_member(:list_id, Shapes::ShapeRef.new(shape: ListId, location_name: "ListId"))
477
+ ProtocolsListDataSummary.add_member(:list_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ListName"))
478
+ ProtocolsListDataSummary.add_member(:protocols_list, Shapes::ShapeRef.new(shape: ProtocolsList, location_name: "ProtocolsList"))
479
+ ProtocolsListDataSummary.struct_class = Types::ProtocolsListDataSummary
480
+
481
+ ProtocolsListsData.member = Shapes::ShapeRef.new(shape: ProtocolsListDataSummary)
482
+
483
+ PutAppsListRequest.add_member(:apps_list, Shapes::ShapeRef.new(shape: AppsListData, required: true, location_name: "AppsList"))
484
+ PutAppsListRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
485
+ PutAppsListRequest.struct_class = Types::PutAppsListRequest
486
+
487
+ PutAppsListResponse.add_member(:apps_list, Shapes::ShapeRef.new(shape: AppsListData, location_name: "AppsList"))
488
+ PutAppsListResponse.add_member(:apps_list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "AppsListArn"))
489
+ PutAppsListResponse.struct_class = Types::PutAppsListResponse
490
+
264
491
  PutNotificationChannelRequest.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "SnsTopicArn"))
265
492
  PutNotificationChannelRequest.add_member(:sns_role_name, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "SnsRoleName"))
266
493
  PutNotificationChannelRequest.struct_class = Types::PutNotificationChannelRequest
@@ -273,6 +500,16 @@ module Aws::FMS
273
500
  PutPolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "PolicyArn"))
274
501
  PutPolicyResponse.struct_class = Types::PutPolicyResponse
275
502
 
503
+ PutProtocolsListRequest.add_member(:protocols_list, Shapes::ShapeRef.new(shape: ProtocolsListData, required: true, location_name: "ProtocolsList"))
504
+ PutProtocolsListRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
505
+ PutProtocolsListRequest.struct_class = Types::PutProtocolsListRequest
506
+
507
+ PutProtocolsListResponse.add_member(:protocols_list, Shapes::ShapeRef.new(shape: ProtocolsListData, location_name: "ProtocolsList"))
508
+ PutProtocolsListResponse.add_member(:protocols_list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProtocolsListArn"))
509
+ PutProtocolsListResponse.struct_class = Types::PutProtocolsListResponse
510
+
511
+ ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
512
+
276
513
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
277
514
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
278
515
 
@@ -284,10 +521,50 @@ module Aws::FMS
284
521
 
285
522
  ResourceTypeList.member = Shapes::ShapeRef.new(shape: ResourceType)
286
523
 
524
+ ResourceViolation.add_member(:aws_vpc_security_group_violation, Shapes::ShapeRef.new(shape: AwsVPCSecurityGroupViolation, location_name: "AwsVPCSecurityGroupViolation"))
525
+ ResourceViolation.add_member(:aws_ec2_network_interface_violation, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceViolation, location_name: "AwsEc2NetworkInterfaceViolation"))
526
+ ResourceViolation.add_member(:aws_ec2_instance_violation, Shapes::ShapeRef.new(shape: AwsEc2InstanceViolation, location_name: "AwsEc2InstanceViolation"))
527
+ ResourceViolation.add_member(:network_firewall_missing_firewall_violation, Shapes::ShapeRef.new(shape: NetworkFirewallMissingFirewallViolation, location_name: "NetworkFirewallMissingFirewallViolation"))
528
+ ResourceViolation.add_member(:network_firewall_missing_subnet_violation, Shapes::ShapeRef.new(shape: NetworkFirewallMissingSubnetViolation, location_name: "NetworkFirewallMissingSubnetViolation"))
529
+ ResourceViolation.add_member(:network_firewall_missing_expected_rt_violation, Shapes::ShapeRef.new(shape: NetworkFirewallMissingExpectedRTViolation, location_name: "NetworkFirewallMissingExpectedRTViolation"))
530
+ ResourceViolation.add_member(:network_firewall_policy_modified_violation, Shapes::ShapeRef.new(shape: NetworkFirewallPolicyModifiedViolation, location_name: "NetworkFirewallPolicyModifiedViolation"))
531
+ ResourceViolation.struct_class = Types::ResourceViolation
532
+
533
+ ResourceViolations.member = Shapes::ShapeRef.new(shape: ResourceViolation)
534
+
535
+ SecurityGroupRemediationAction.add_member(:remediation_action_type, Shapes::ShapeRef.new(shape: RemediationActionType, location_name: "RemediationActionType"))
536
+ SecurityGroupRemediationAction.add_member(:description, Shapes::ShapeRef.new(shape: RemediationActionDescription, location_name: "Description"))
537
+ SecurityGroupRemediationAction.add_member(:remediation_result, Shapes::ShapeRef.new(shape: SecurityGroupRuleDescription, location_name: "RemediationResult"))
538
+ SecurityGroupRemediationAction.add_member(:is_default_action, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefaultAction"))
539
+ SecurityGroupRemediationAction.struct_class = Types::SecurityGroupRemediationAction
540
+
541
+ SecurityGroupRemediationActions.member = Shapes::ShapeRef.new(shape: SecurityGroupRemediationAction)
542
+
543
+ SecurityGroupRuleDescription.add_member(:ipv4_range, Shapes::ShapeRef.new(shape: CIDR, location_name: "IPV4Range"))
544
+ SecurityGroupRuleDescription.add_member(:ipv6_range, Shapes::ShapeRef.new(shape: CIDR, location_name: "IPV6Range"))
545
+ SecurityGroupRuleDescription.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "PrefixListId"))
546
+ SecurityGroupRuleDescription.add_member(:protocol, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Protocol"))
547
+ SecurityGroupRuleDescription.add_member(:from_port, Shapes::ShapeRef.new(shape: IPPortNumber, location_name: "FromPort"))
548
+ SecurityGroupRuleDescription.add_member(:to_port, Shapes::ShapeRef.new(shape: IPPortNumber, location_name: "ToPort"))
549
+ SecurityGroupRuleDescription.struct_class = Types::SecurityGroupRuleDescription
550
+
287
551
  SecurityServicePolicyData.add_member(:type, Shapes::ShapeRef.new(shape: SecurityServiceType, required: true, location_name: "Type"))
288
552
  SecurityServicePolicyData.add_member(:managed_service_data, Shapes::ShapeRef.new(shape: ManagedServiceData, location_name: "ManagedServiceData"))
289
553
  SecurityServicePolicyData.struct_class = Types::SecurityServicePolicyData
290
554
 
555
+ StatefulRuleGroup.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: NetworkFirewallResourceName, location_name: "RuleGroupName"))
556
+ StatefulRuleGroup.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
557
+ StatefulRuleGroup.struct_class = Types::StatefulRuleGroup
558
+
559
+ StatefulRuleGroupList.member = Shapes::ShapeRef.new(shape: StatefulRuleGroup)
560
+
561
+ StatelessRuleGroup.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: NetworkFirewallResourceName, location_name: "RuleGroupName"))
562
+ StatelessRuleGroup.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
563
+ StatelessRuleGroup.add_member(:priority, Shapes::ShapeRef.new(shape: StatelessRuleGroupPriority, location_name: "Priority"))
564
+ StatelessRuleGroup.struct_class = Types::StatelessRuleGroup
565
+
566
+ StatelessRuleGroupList.member = Shapes::ShapeRef.new(shape: StatelessRuleGroup)
567
+
291
568
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
292
569
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
293
570
  Tag.struct_class = Types::Tag
@@ -302,12 +579,23 @@ module Aws::FMS
302
579
 
303
580
  TagResourceResponse.struct_class = Types::TagResourceResponse
304
581
 
582
+ TargetViolationReasons.member = Shapes::ShapeRef.new(shape: TargetViolationReason)
583
+
305
584
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
306
585
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
307
586
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
308
587
 
309
588
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
310
589
 
590
+ ViolationDetail.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "PolicyId"))
591
+ ViolationDetail.add_member(:member_account, Shapes::ShapeRef.new(shape: AWSAccountId, required: true, location_name: "MemberAccount"))
592
+ ViolationDetail.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
593
+ ViolationDetail.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
594
+ ViolationDetail.add_member(:resource_violations, Shapes::ShapeRef.new(shape: ResourceViolations, required: true, location_name: "ResourceViolations"))
595
+ ViolationDetail.add_member(:resource_tags, Shapes::ShapeRef.new(shape: TagList, location_name: "ResourceTags"))
596
+ ViolationDetail.add_member(:resource_description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "ResourceDescription"))
597
+ ViolationDetail.struct_class = Types::ViolationDetail
598
+
311
599
 
312
600
  # @api private
313
601
  API = Seahorse::Model::Api.new.tap do |api|
@@ -339,6 +627,17 @@ module Aws::FMS
339
627
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
340
628
  end)
341
629
 
630
+ api.add_operation(:delete_apps_list, Seahorse::Model::Operation.new.tap do |o|
631
+ o.name = "DeleteAppsList"
632
+ o.http_method = "POST"
633
+ o.http_request_uri = "/"
634
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppsListRequest)
635
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
636
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
637
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
638
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
639
+ end)
640
+
342
641
  api.add_operation(:delete_notification_channel, Seahorse::Model::Operation.new.tap do |o|
343
642
  o.name = "DeleteNotificationChannel"
344
643
  o.http_method = "POST"
@@ -359,6 +658,19 @@ module Aws::FMS
359
658
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
360
659
  o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
361
660
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
661
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
662
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
663
+ end)
664
+
665
+ api.add_operation(:delete_protocols_list, Seahorse::Model::Operation.new.tap do |o|
666
+ o.name = "DeleteProtocolsList"
667
+ o.http_method = "POST"
668
+ o.http_request_uri = "/"
669
+ o.input = Shapes::ShapeRef.new(shape: DeleteProtocolsListRequest)
670
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
671
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
672
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
673
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
362
674
  end)
363
675
 
364
676
  api.add_operation(:disassociate_admin_account, Seahorse::Model::Operation.new.tap do |o|
@@ -383,6 +695,17 @@ module Aws::FMS
383
695
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
384
696
  end)
385
697
 
698
+ api.add_operation(:get_apps_list, Seahorse::Model::Operation.new.tap do |o|
699
+ o.name = "GetAppsList"
700
+ o.http_method = "POST"
701
+ o.http_request_uri = "/"
702
+ o.input = Shapes::ShapeRef.new(shape: GetAppsListRequest)
703
+ o.output = Shapes::ShapeRef.new(shape: GetAppsListResponse)
704
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
705
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
706
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
707
+ end)
708
+
386
709
  api.add_operation(:get_compliance_detail, Seahorse::Model::Operation.new.tap do |o|
387
710
  o.name = "GetComplianceDetail"
388
711
  o.http_method = "POST"
@@ -391,6 +714,8 @@ module Aws::FMS
391
714
  o.output = Shapes::ShapeRef.new(shape: GetComplianceDetailResponse)
392
715
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
393
716
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
717
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
718
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
394
719
  end)
395
720
 
396
721
  api.add_operation(:get_notification_channel, Seahorse::Model::Operation.new.tap do |o|
@@ -427,6 +752,40 @@ module Aws::FMS
427
752
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
428
753
  end)
429
754
 
755
+ api.add_operation(:get_protocols_list, Seahorse::Model::Operation.new.tap do |o|
756
+ o.name = "GetProtocolsList"
757
+ o.http_method = "POST"
758
+ o.http_request_uri = "/"
759
+ o.input = Shapes::ShapeRef.new(shape: GetProtocolsListRequest)
760
+ o.output = Shapes::ShapeRef.new(shape: GetProtocolsListResponse)
761
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
762
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
763
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
764
+ end)
765
+
766
+ api.add_operation(:get_violation_details, Seahorse::Model::Operation.new.tap do |o|
767
+ o.name = "GetViolationDetails"
768
+ o.http_method = "POST"
769
+ o.http_request_uri = "/"
770
+ o.input = Shapes::ShapeRef.new(shape: GetViolationDetailsRequest)
771
+ o.output = Shapes::ShapeRef.new(shape: GetViolationDetailsResponse)
772
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
773
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
774
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
775
+ end)
776
+
777
+ api.add_operation(:list_apps_lists, Seahorse::Model::Operation.new.tap do |o|
778
+ o.name = "ListAppsLists"
779
+ o.http_method = "POST"
780
+ o.http_request_uri = "/"
781
+ o.input = Shapes::ShapeRef.new(shape: ListAppsListsRequest)
782
+ o.output = Shapes::ShapeRef.new(shape: ListAppsListsResponse)
783
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
784
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
785
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
786
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
787
+ end)
788
+
430
789
  api.add_operation(:list_compliance_status, Seahorse::Model::Operation.new.tap do |o|
431
790
  o.name = "ListComplianceStatus"
432
791
  o.http_method = "POST"
@@ -477,6 +836,17 @@ module Aws::FMS
477
836
  )
478
837
  end)
479
838
 
839
+ api.add_operation(:list_protocols_lists, Seahorse::Model::Operation.new.tap do |o|
840
+ o.name = "ListProtocolsLists"
841
+ o.http_method = "POST"
842
+ o.http_request_uri = "/"
843
+ o.input = Shapes::ShapeRef.new(shape: ListProtocolsListsRequest)
844
+ o.output = Shapes::ShapeRef.new(shape: ListProtocolsListsResponse)
845
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
846
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
847
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
848
+ end)
849
+
480
850
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
481
851
  o.name = "ListTagsForResource"
482
852
  o.http_method = "POST"
@@ -489,6 +859,19 @@ module Aws::FMS
489
859
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
490
860
  end)
491
861
 
862
+ api.add_operation(:put_apps_list, Seahorse::Model::Operation.new.tap do |o|
863
+ o.name = "PutAppsList"
864
+ o.http_method = "POST"
865
+ o.http_request_uri = "/"
866
+ o.input = Shapes::ShapeRef.new(shape: PutAppsListRequest)
867
+ o.output = Shapes::ShapeRef.new(shape: PutAppsListResponse)
868
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
869
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
870
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
871
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
872
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
873
+ end)
874
+
492
875
  api.add_operation(:put_notification_channel, Seahorse::Model::Operation.new.tap do |o|
493
876
  o.name = "PutNotificationChannel"
494
877
  o.http_method = "POST"
@@ -514,6 +897,19 @@ module Aws::FMS
514
897
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
515
898
  end)
516
899
 
900
+ api.add_operation(:put_protocols_list, Seahorse::Model::Operation.new.tap do |o|
901
+ o.name = "PutProtocolsList"
902
+ o.http_method = "POST"
903
+ o.http_request_uri = "/"
904
+ o.input = Shapes::ShapeRef.new(shape: PutProtocolsListRequest)
905
+ o.output = Shapes::ShapeRef.new(shape: PutProtocolsListResponse)
906
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
907
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
908
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
909
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
910
+ o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
911
+ end)
912
+
517
913
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
518
914
  o.name = "TagResource"
519
915
  o.http_method = "POST"