aws-sdk-fms 1.51.0 → 1.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fms/client.rb +364 -6
- data/lib/aws-sdk-fms/client_api.rb +239 -0
- data/lib/aws-sdk-fms/endpoints.rb +112 -0
- data/lib/aws-sdk-fms/plugins/endpoints.rb +16 -0
- data/lib/aws-sdk-fms/types.rb +658 -55
- data/lib/aws-sdk-fms.rb +1 -1
- metadata +2 -2
@@ -14,6 +14,7 @@ module Aws::FMS
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
16
|
AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
|
17
|
+
AWSAccountIdList = Shapes::ListShape.new(name: 'AWSAccountIdList')
|
17
18
|
AccountRoleStatus = Shapes::StringShape.new(name: 'AccountRoleStatus')
|
18
19
|
ActionTarget = Shapes::StructureShape.new(name: 'ActionTarget')
|
19
20
|
App = Shapes::StructureShape.new(name: 'App')
|
@@ -28,7 +29,12 @@ module Aws::FMS
|
|
28
29
|
AwsEc2NetworkInterfaceViolation = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceViolation')
|
29
30
|
AwsEc2NetworkInterfaceViolations = Shapes::ListShape.new(name: 'AwsEc2NetworkInterfaceViolations')
|
30
31
|
AwsVPCSecurityGroupViolation = Shapes::StructureShape.new(name: 'AwsVPCSecurityGroupViolation')
|
32
|
+
Base62Id = Shapes::StringShape.new(name: 'Base62Id')
|
31
33
|
BasicInteger = Shapes::IntegerShape.new(name: 'BasicInteger')
|
34
|
+
BatchAssociateResourceRequest = Shapes::StructureShape.new(name: 'BatchAssociateResourceRequest')
|
35
|
+
BatchAssociateResourceResponse = Shapes::StructureShape.new(name: 'BatchAssociateResourceResponse')
|
36
|
+
BatchDisassociateResourceRequest = Shapes::StructureShape.new(name: 'BatchDisassociateResourceRequest')
|
37
|
+
BatchDisassociateResourceResponse = Shapes::StructureShape.new(name: 'BatchDisassociateResourceResponse')
|
32
38
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
33
39
|
CIDR = Shapes::StringShape.new(name: 'CIDR')
|
34
40
|
ComplianceViolator = Shapes::StructureShape.new(name: 'ComplianceViolator')
|
@@ -42,12 +48,16 @@ module Aws::FMS
|
|
42
48
|
DeleteNotificationChannelRequest = Shapes::StructureShape.new(name: 'DeleteNotificationChannelRequest')
|
43
49
|
DeletePolicyRequest = Shapes::StructureShape.new(name: 'DeletePolicyRequest')
|
44
50
|
DeleteProtocolsListRequest = Shapes::StructureShape.new(name: 'DeleteProtocolsListRequest')
|
51
|
+
DeleteResourceSetRequest = Shapes::StructureShape.new(name: 'DeleteResourceSetRequest')
|
45
52
|
DependentServiceName = Shapes::StringShape.new(name: 'DependentServiceName')
|
53
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
46
54
|
DestinationType = Shapes::StringShape.new(name: 'DestinationType')
|
47
55
|
DetailedInfo = Shapes::StringShape.new(name: 'DetailedInfo')
|
48
56
|
DisassociateAdminAccountRequest = Shapes::StructureShape.new(name: 'DisassociateAdminAccountRequest')
|
49
57
|
DisassociateThirdPartyFirewallRequest = Shapes::StructureShape.new(name: 'DisassociateThirdPartyFirewallRequest')
|
50
58
|
DisassociateThirdPartyFirewallResponse = Shapes::StructureShape.new(name: 'DisassociateThirdPartyFirewallResponse')
|
59
|
+
DiscoveredResource = Shapes::StructureShape.new(name: 'DiscoveredResource')
|
60
|
+
DiscoveredResourceList = Shapes::ListShape.new(name: 'DiscoveredResourceList')
|
51
61
|
DnsDuplicateRuleGroupViolation = Shapes::StructureShape.new(name: 'DnsDuplicateRuleGroupViolation')
|
52
62
|
DnsRuleGroupLimitExceededViolation = Shapes::StructureShape.new(name: 'DnsRuleGroupLimitExceededViolation')
|
53
63
|
DnsRuleGroupPriorities = Shapes::ListShape.new(name: 'DnsRuleGroupPriorities')
|
@@ -66,6 +76,9 @@ module Aws::FMS
|
|
66
76
|
ExpectedRoute = Shapes::StructureShape.new(name: 'ExpectedRoute')
|
67
77
|
ExpectedRoutes = Shapes::ListShape.new(name: 'ExpectedRoutes')
|
68
78
|
FMSPolicyUpdateFirewallCreationConfigAction = Shapes::StructureShape.new(name: 'FMSPolicyUpdateFirewallCreationConfigAction')
|
79
|
+
FailedItem = Shapes::StructureShape.new(name: 'FailedItem')
|
80
|
+
FailedItemList = Shapes::ListShape.new(name: 'FailedItemList')
|
81
|
+
FailedItemReason = Shapes::StringShape.new(name: 'FailedItemReason')
|
69
82
|
FirewallDeploymentModel = Shapes::StringShape.new(name: 'FirewallDeploymentModel')
|
70
83
|
FirewallPolicyId = Shapes::StringShape.new(name: 'FirewallPolicyId')
|
71
84
|
FirewallPolicyName = Shapes::StringShape.new(name: 'FirewallPolicyName')
|
@@ -85,11 +98,15 @@ module Aws::FMS
|
|
85
98
|
GetProtectionStatusResponse = Shapes::StructureShape.new(name: 'GetProtectionStatusResponse')
|
86
99
|
GetProtocolsListRequest = Shapes::StructureShape.new(name: 'GetProtocolsListRequest')
|
87
100
|
GetProtocolsListResponse = Shapes::StructureShape.new(name: 'GetProtocolsListResponse')
|
101
|
+
GetResourceSetRequest = Shapes::StructureShape.new(name: 'GetResourceSetRequest')
|
102
|
+
GetResourceSetResponse = Shapes::StructureShape.new(name: 'GetResourceSetResponse')
|
88
103
|
GetThirdPartyFirewallAssociationStatusRequest = Shapes::StructureShape.new(name: 'GetThirdPartyFirewallAssociationStatusRequest')
|
89
104
|
GetThirdPartyFirewallAssociationStatusResponse = Shapes::StructureShape.new(name: 'GetThirdPartyFirewallAssociationStatusResponse')
|
90
105
|
GetViolationDetailsRequest = Shapes::StructureShape.new(name: 'GetViolationDetailsRequest')
|
91
106
|
GetViolationDetailsResponse = Shapes::StructureShape.new(name: 'GetViolationDetailsResponse')
|
92
107
|
IPPortNumber = Shapes::IntegerShape.new(name: 'IPPortNumber')
|
108
|
+
Identifier = Shapes::StringShape.new(name: 'Identifier')
|
109
|
+
IdentifierList = Shapes::ListShape.new(name: 'IdentifierList')
|
93
110
|
InternalErrorException = Shapes::StructureShape.new(name: 'InternalErrorException')
|
94
111
|
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
95
112
|
InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException')
|
@@ -102,6 +119,8 @@ module Aws::FMS
|
|
102
119
|
ListAppsListsResponse = Shapes::StructureShape.new(name: 'ListAppsListsResponse')
|
103
120
|
ListComplianceStatusRequest = Shapes::StructureShape.new(name: 'ListComplianceStatusRequest')
|
104
121
|
ListComplianceStatusResponse = Shapes::StructureShape.new(name: 'ListComplianceStatusResponse')
|
122
|
+
ListDiscoveredResourcesRequest = Shapes::StructureShape.new(name: 'ListDiscoveredResourcesRequest')
|
123
|
+
ListDiscoveredResourcesResponse = Shapes::StructureShape.new(name: 'ListDiscoveredResourcesResponse')
|
105
124
|
ListId = Shapes::StringShape.new(name: 'ListId')
|
106
125
|
ListMemberAccountsRequest = Shapes::StructureShape.new(name: 'ListMemberAccountsRequest')
|
107
126
|
ListMemberAccountsResponse = Shapes::StructureShape.new(name: 'ListMemberAccountsResponse')
|
@@ -109,6 +128,10 @@ module Aws::FMS
|
|
109
128
|
ListPoliciesResponse = Shapes::StructureShape.new(name: 'ListPoliciesResponse')
|
110
129
|
ListProtocolsListsRequest = Shapes::StructureShape.new(name: 'ListProtocolsListsRequest')
|
111
130
|
ListProtocolsListsResponse = Shapes::StructureShape.new(name: 'ListProtocolsListsResponse')
|
131
|
+
ListResourceSetResourcesRequest = Shapes::StructureShape.new(name: 'ListResourceSetResourcesRequest')
|
132
|
+
ListResourceSetResourcesResponse = Shapes::StructureShape.new(name: 'ListResourceSetResourcesResponse')
|
133
|
+
ListResourceSetsRequest = Shapes::StructureShape.new(name: 'ListResourceSetsRequest')
|
134
|
+
ListResourceSetsResponse = Shapes::StructureShape.new(name: 'ListResourceSetsResponse')
|
112
135
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
113
136
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
114
137
|
ListThirdPartyFirewallFirewallPoliciesRequest = Shapes::StructureShape.new(name: 'ListThirdPartyFirewallFirewallPoliciesRequest')
|
@@ -116,6 +139,7 @@ module Aws::FMS
|
|
116
139
|
ManagedServiceData = Shapes::StringShape.new(name: 'ManagedServiceData')
|
117
140
|
MarketplaceSubscriptionOnboardingStatus = Shapes::StringShape.new(name: 'MarketplaceSubscriptionOnboardingStatus')
|
118
141
|
MemberAccounts = Shapes::ListShape.new(name: 'MemberAccounts')
|
142
|
+
Name = Shapes::StringShape.new(name: 'Name')
|
119
143
|
NetworkFirewallAction = Shapes::StringShape.new(name: 'NetworkFirewallAction')
|
120
144
|
NetworkFirewallActionList = Shapes::ListShape.new(name: 'NetworkFirewallActionList')
|
121
145
|
NetworkFirewallBlackHoleRouteDetectedViolation = Shapes::StructureShape.new(name: 'NetworkFirewallBlackHoleRouteDetectedViolation')
|
@@ -125,10 +149,12 @@ module Aws::FMS
|
|
125
149
|
NetworkFirewallMissingExpectedRoutesViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingExpectedRoutesViolation')
|
126
150
|
NetworkFirewallMissingFirewallViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingFirewallViolation')
|
127
151
|
NetworkFirewallMissingSubnetViolation = Shapes::StructureShape.new(name: 'NetworkFirewallMissingSubnetViolation')
|
152
|
+
NetworkFirewallOverrideAction = Shapes::StringShape.new(name: 'NetworkFirewallOverrideAction')
|
128
153
|
NetworkFirewallPolicy = Shapes::StructureShape.new(name: 'NetworkFirewallPolicy')
|
129
154
|
NetworkFirewallPolicyDescription = Shapes::StructureShape.new(name: 'NetworkFirewallPolicyDescription')
|
130
155
|
NetworkFirewallPolicyModifiedViolation = Shapes::StructureShape.new(name: 'NetworkFirewallPolicyModifiedViolation')
|
131
156
|
NetworkFirewallResourceName = Shapes::StringShape.new(name: 'NetworkFirewallResourceName')
|
157
|
+
NetworkFirewallStatefulRuleGroupOverride = Shapes::StructureShape.new(name: 'NetworkFirewallStatefulRuleGroupOverride')
|
132
158
|
NetworkFirewallUnexpectedFirewallRoutesViolation = Shapes::StructureShape.new(name: 'NetworkFirewallUnexpectedFirewallRoutesViolation')
|
133
159
|
NetworkFirewallUnexpectedGatewayRoutesViolation = Shapes::StructureShape.new(name: 'NetworkFirewallUnexpectedGatewayRoutesViolation')
|
134
160
|
OrderedRemediationActions = Shapes::ListShape.new(name: 'OrderedRemediationActions')
|
@@ -166,17 +192,26 @@ module Aws::FMS
|
|
166
192
|
PutPolicyResponse = Shapes::StructureShape.new(name: 'PutPolicyResponse')
|
167
193
|
PutProtocolsListRequest = Shapes::StructureShape.new(name: 'PutProtocolsListRequest')
|
168
194
|
PutProtocolsListResponse = Shapes::StructureShape.new(name: 'PutProtocolsListResponse')
|
195
|
+
PutResourceSetRequest = Shapes::StructureShape.new(name: 'PutResourceSetRequest')
|
196
|
+
PutResourceSetResponse = Shapes::StructureShape.new(name: 'PutResourceSetResponse')
|
169
197
|
ReferenceRule = Shapes::StringShape.new(name: 'ReferenceRule')
|
170
198
|
RemediationAction = Shapes::StructureShape.new(name: 'RemediationAction')
|
171
199
|
RemediationActionDescription = Shapes::StringShape.new(name: 'RemediationActionDescription')
|
172
200
|
RemediationActionType = Shapes::StringShape.new(name: 'RemediationActionType')
|
173
201
|
RemediationActionWithOrder = Shapes::StructureShape.new(name: 'RemediationActionWithOrder')
|
202
|
+
Resource = Shapes::StructureShape.new(name: 'Resource')
|
174
203
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
175
204
|
ResourceCount = Shapes::IntegerShape.new(name: 'ResourceCount')
|
205
|
+
ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
|
176
206
|
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
177
207
|
ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
|
208
|
+
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
178
209
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
179
210
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
211
|
+
ResourceSet = Shapes::StructureShape.new(name: 'ResourceSet')
|
212
|
+
ResourceSetIds = Shapes::ListShape.new(name: 'ResourceSetIds')
|
213
|
+
ResourceSetSummary = Shapes::StructureShape.new(name: 'ResourceSetSummary')
|
214
|
+
ResourceSetSummaryList = Shapes::ListShape.new(name: 'ResourceSetSummaryList')
|
180
215
|
ResourceTag = Shapes::StructureShape.new(name: 'ResourceTag')
|
181
216
|
ResourceTagKey = Shapes::StringShape.new(name: 'ResourceTagKey')
|
182
217
|
ResourceTagValue = Shapes::StringShape.new(name: 'ResourceTagValue')
|
@@ -226,6 +261,8 @@ module Aws::FMS
|
|
226
261
|
ViolationReason = Shapes::StringShape.new(name: 'ViolationReason')
|
227
262
|
ViolationTarget = Shapes::StringShape.new(name: 'ViolationTarget')
|
228
263
|
|
264
|
+
AWSAccountIdList.member = Shapes::ShapeRef.new(shape: AWSAccountId)
|
265
|
+
|
229
266
|
ActionTarget.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
230
267
|
ActionTarget.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
|
231
268
|
ActionTarget.struct_class = Types::ActionTarget
|
@@ -279,6 +316,22 @@ module Aws::FMS
|
|
279
316
|
AwsVPCSecurityGroupViolation.add_member(:possible_security_group_remediation_actions, Shapes::ShapeRef.new(shape: SecurityGroupRemediationActions, location_name: "PossibleSecurityGroupRemediationActions"))
|
280
317
|
AwsVPCSecurityGroupViolation.struct_class = Types::AwsVPCSecurityGroupViolation
|
281
318
|
|
319
|
+
BatchAssociateResourceRequest.add_member(:resource_set_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ResourceSetIdentifier"))
|
320
|
+
BatchAssociateResourceRequest.add_member(:items, Shapes::ShapeRef.new(shape: IdentifierList, required: true, location_name: "Items"))
|
321
|
+
BatchAssociateResourceRequest.struct_class = Types::BatchAssociateResourceRequest
|
322
|
+
|
323
|
+
BatchAssociateResourceResponse.add_member(:resource_set_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ResourceSetIdentifier"))
|
324
|
+
BatchAssociateResourceResponse.add_member(:failed_items, Shapes::ShapeRef.new(shape: FailedItemList, required: true, location_name: "FailedItems"))
|
325
|
+
BatchAssociateResourceResponse.struct_class = Types::BatchAssociateResourceResponse
|
326
|
+
|
327
|
+
BatchDisassociateResourceRequest.add_member(:resource_set_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ResourceSetIdentifier"))
|
328
|
+
BatchDisassociateResourceRequest.add_member(:items, Shapes::ShapeRef.new(shape: IdentifierList, required: true, location_name: "Items"))
|
329
|
+
BatchDisassociateResourceRequest.struct_class = Types::BatchDisassociateResourceRequest
|
330
|
+
|
331
|
+
BatchDisassociateResourceResponse.add_member(:resource_set_identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "ResourceSetIdentifier"))
|
332
|
+
BatchDisassociateResourceResponse.add_member(:failed_items, Shapes::ShapeRef.new(shape: FailedItemList, required: true, location_name: "FailedItems"))
|
333
|
+
BatchDisassociateResourceResponse.struct_class = Types::BatchDisassociateResourceResponse
|
334
|
+
|
282
335
|
ComplianceViolator.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
283
336
|
ComplianceViolator.add_member(:violation_reason, Shapes::ShapeRef.new(shape: ViolationReason, location_name: "ViolationReason"))
|
284
337
|
ComplianceViolator.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
@@ -307,6 +360,9 @@ module Aws::FMS
|
|
307
360
|
DeleteProtocolsListRequest.add_member(:list_id, Shapes::ShapeRef.new(shape: ListId, required: true, location_name: "ListId"))
|
308
361
|
DeleteProtocolsListRequest.struct_class = Types::DeleteProtocolsListRequest
|
309
362
|
|
363
|
+
DeleteResourceSetRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Base62Id, required: true, location_name: "Identifier"))
|
364
|
+
DeleteResourceSetRequest.struct_class = Types::DeleteResourceSetRequest
|
365
|
+
|
310
366
|
DisassociateAdminAccountRequest.struct_class = Types::DisassociateAdminAccountRequest
|
311
367
|
|
312
368
|
DisassociateThirdPartyFirewallRequest.add_member(:third_party_firewall, Shapes::ShapeRef.new(shape: ThirdPartyFirewall, required: true, location_name: "ThirdPartyFirewall"))
|
@@ -315,6 +371,14 @@ module Aws::FMS
|
|
315
371
|
DisassociateThirdPartyFirewallResponse.add_member(:third_party_firewall_status, Shapes::ShapeRef.new(shape: ThirdPartyFirewallAssociationStatus, location_name: "ThirdPartyFirewallStatus"))
|
316
372
|
DisassociateThirdPartyFirewallResponse.struct_class = Types::DisassociateThirdPartyFirewallResponse
|
317
373
|
|
374
|
+
DiscoveredResource.add_member(:uri, Shapes::ShapeRef.new(shape: Identifier, location_name: "URI"))
|
375
|
+
DiscoveredResource.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "AccountId"))
|
376
|
+
DiscoveredResource.add_member(:type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "Type"))
|
377
|
+
DiscoveredResource.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
378
|
+
DiscoveredResource.struct_class = Types::DiscoveredResource
|
379
|
+
|
380
|
+
DiscoveredResourceList.member = Shapes::ShapeRef.new(shape: DiscoveredResource)
|
381
|
+
|
318
382
|
DnsDuplicateRuleGroupViolation.add_member(:violation_target, Shapes::ShapeRef.new(shape: ViolationTarget, location_name: "ViolationTarget"))
|
319
383
|
DnsDuplicateRuleGroupViolation.add_member(:violation_target_description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "ViolationTargetDescription"))
|
320
384
|
DnsDuplicateRuleGroupViolation.struct_class = Types::DnsDuplicateRuleGroupViolation
|
@@ -398,6 +462,12 @@ module Aws::FMS
|
|
398
462
|
FMSPolicyUpdateFirewallCreationConfigAction.add_member(:firewall_creation_config, Shapes::ShapeRef.new(shape: ManagedServiceData, location_name: "FirewallCreationConfig"))
|
399
463
|
FMSPolicyUpdateFirewallCreationConfigAction.struct_class = Types::FMSPolicyUpdateFirewallCreationConfigAction
|
400
464
|
|
465
|
+
FailedItem.add_member(:uri, Shapes::ShapeRef.new(shape: Identifier, location_name: "URI"))
|
466
|
+
FailedItem.add_member(:reason, Shapes::ShapeRef.new(shape: FailedItemReason, location_name: "Reason"))
|
467
|
+
FailedItem.struct_class = Types::FailedItem
|
468
|
+
|
469
|
+
FailedItemList.member = Shapes::ShapeRef.new(shape: FailedItem)
|
470
|
+
|
401
471
|
FirewallSubnetIsOutOfScopeViolation.add_member(:firewall_subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "FirewallSubnetId"))
|
402
472
|
FirewallSubnetIsOutOfScopeViolation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcId"))
|
403
473
|
FirewallSubnetIsOutOfScopeViolation.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "SubnetAvailabilityZone"))
|
@@ -467,6 +537,13 @@ module Aws::FMS
|
|
467
537
|
GetProtocolsListResponse.add_member(:protocols_list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProtocolsListArn"))
|
468
538
|
GetProtocolsListResponse.struct_class = Types::GetProtocolsListResponse
|
469
539
|
|
540
|
+
GetResourceSetRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Base62Id, required: true, location_name: "Identifier"))
|
541
|
+
GetResourceSetRequest.struct_class = Types::GetResourceSetRequest
|
542
|
+
|
543
|
+
GetResourceSetResponse.add_member(:resource_set, Shapes::ShapeRef.new(shape: ResourceSet, required: true, location_name: "ResourceSet"))
|
544
|
+
GetResourceSetResponse.add_member(:resource_set_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceSetArn"))
|
545
|
+
GetResourceSetResponse.struct_class = Types::GetResourceSetResponse
|
546
|
+
|
470
547
|
GetThirdPartyFirewallAssociationStatusRequest.add_member(:third_party_firewall, Shapes::ShapeRef.new(shape: ThirdPartyFirewall, required: true, location_name: "ThirdPartyFirewall"))
|
471
548
|
GetThirdPartyFirewallAssociationStatusRequest.struct_class = Types::GetThirdPartyFirewallAssociationStatusRequest
|
472
549
|
|
@@ -483,6 +560,8 @@ module Aws::FMS
|
|
483
560
|
GetViolationDetailsResponse.add_member(:violation_detail, Shapes::ShapeRef.new(shape: ViolationDetail, location_name: "ViolationDetail"))
|
484
561
|
GetViolationDetailsResponse.struct_class = Types::GetViolationDetailsResponse
|
485
562
|
|
563
|
+
IdentifierList.member = Shapes::ShapeRef.new(shape: Identifier)
|
564
|
+
|
486
565
|
InternalErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
487
566
|
InternalErrorException.struct_class = Types::InternalErrorException
|
488
567
|
|
@@ -521,6 +600,16 @@ module Aws::FMS
|
|
521
600
|
ListComplianceStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
522
601
|
ListComplianceStatusResponse.struct_class = Types::ListComplianceStatusResponse
|
523
602
|
|
603
|
+
ListDiscoveredResourcesRequest.add_member(:member_account_ids, Shapes::ShapeRef.new(shape: AWSAccountIdList, required: true, location_name: "MemberAccountIds"))
|
604
|
+
ListDiscoveredResourcesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
605
|
+
ListDiscoveredResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
606
|
+
ListDiscoveredResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
607
|
+
ListDiscoveredResourcesRequest.struct_class = Types::ListDiscoveredResourcesRequest
|
608
|
+
|
609
|
+
ListDiscoveredResourcesResponse.add_member(:items, Shapes::ShapeRef.new(shape: DiscoveredResourceList, location_name: "Items"))
|
610
|
+
ListDiscoveredResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
611
|
+
ListDiscoveredResourcesResponse.struct_class = Types::ListDiscoveredResourcesResponse
|
612
|
+
|
524
613
|
ListMemberAccountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
525
614
|
ListMemberAccountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
526
615
|
ListMemberAccountsRequest.struct_class = Types::ListMemberAccountsRequest
|
@@ -546,6 +635,23 @@ module Aws::FMS
|
|
546
635
|
ListProtocolsListsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
547
636
|
ListProtocolsListsResponse.struct_class = Types::ListProtocolsListsResponse
|
548
637
|
|
638
|
+
ListResourceSetResourcesRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "Identifier"))
|
639
|
+
ListResourceSetResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
640
|
+
ListResourceSetResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
641
|
+
ListResourceSetResourcesRequest.struct_class = Types::ListResourceSetResourcesRequest
|
642
|
+
|
643
|
+
ListResourceSetResourcesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ResourceList, required: true, location_name: "Items"))
|
644
|
+
ListResourceSetResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
645
|
+
ListResourceSetResourcesResponse.struct_class = Types::ListResourceSetResourcesResponse
|
646
|
+
|
647
|
+
ListResourceSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
648
|
+
ListResourceSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
649
|
+
ListResourceSetsRequest.struct_class = Types::ListResourceSetsRequest
|
650
|
+
|
651
|
+
ListResourceSetsResponse.add_member(:resource_sets, Shapes::ShapeRef.new(shape: ResourceSetSummaryList, location_name: "ResourceSets"))
|
652
|
+
ListResourceSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
653
|
+
ListResourceSetsResponse.struct_class = Types::ListResourceSetsResponse
|
654
|
+
|
549
655
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
550
656
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
551
657
|
|
@@ -647,6 +753,9 @@ module Aws::FMS
|
|
647
753
|
NetworkFirewallPolicyModifiedViolation.add_member(:expected_policy_description, Shapes::ShapeRef.new(shape: NetworkFirewallPolicyDescription, location_name: "ExpectedPolicyDescription"))
|
648
754
|
NetworkFirewallPolicyModifiedViolation.struct_class = Types::NetworkFirewallPolicyModifiedViolation
|
649
755
|
|
756
|
+
NetworkFirewallStatefulRuleGroupOverride.add_member(:action, Shapes::ShapeRef.new(shape: NetworkFirewallOverrideAction, location_name: "Action"))
|
757
|
+
NetworkFirewallStatefulRuleGroupOverride.struct_class = Types::NetworkFirewallStatefulRuleGroupOverride
|
758
|
+
|
650
759
|
NetworkFirewallUnexpectedFirewallRoutesViolation.add_member(:firewall_subnet_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "FirewallSubnetId"))
|
651
760
|
NetworkFirewallUnexpectedFirewallRoutesViolation.add_member(:violating_routes, Shapes::ShapeRef.new(shape: Routes, location_name: "ViolatingRoutes"))
|
652
761
|
NetworkFirewallUnexpectedFirewallRoutesViolation.add_member(:route_table_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "RouteTableId"))
|
@@ -680,6 +789,8 @@ module Aws::FMS
|
|
680
789
|
Policy.add_member(:delete_unused_fm_managed_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteUnusedFMManagedResources"))
|
681
790
|
Policy.add_member(:include_map, Shapes::ShapeRef.new(shape: CustomerPolicyScopeMap, location_name: "IncludeMap"))
|
682
791
|
Policy.add_member(:exclude_map, Shapes::ShapeRef.new(shape: CustomerPolicyScopeMap, location_name: "ExcludeMap"))
|
792
|
+
Policy.add_member(:resource_set_ids, Shapes::ShapeRef.new(shape: ResourceSetIds, location_name: "ResourceSetIds"))
|
793
|
+
Policy.add_member(:policy_description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "PolicyDescription"))
|
683
794
|
Policy.struct_class = Types::Policy
|
684
795
|
|
685
796
|
PolicyComplianceDetail.add_member(:policy_owner, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "PolicyOwner"))
|
@@ -781,6 +892,14 @@ module Aws::FMS
|
|
781
892
|
PutProtocolsListResponse.add_member(:protocols_list_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ProtocolsListArn"))
|
782
893
|
PutProtocolsListResponse.struct_class = Types::PutProtocolsListResponse
|
783
894
|
|
895
|
+
PutResourceSetRequest.add_member(:resource_set, Shapes::ShapeRef.new(shape: ResourceSet, required: true, location_name: "ResourceSet"))
|
896
|
+
PutResourceSetRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
897
|
+
PutResourceSetRequest.struct_class = Types::PutResourceSetRequest
|
898
|
+
|
899
|
+
PutResourceSetResponse.add_member(:resource_set, Shapes::ShapeRef.new(shape: ResourceSet, required: true, location_name: "ResourceSet"))
|
900
|
+
PutResourceSetResponse.add_member(:resource_set_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceSetArn"))
|
901
|
+
PutResourceSetResponse.struct_class = Types::PutResourceSetResponse
|
902
|
+
|
784
903
|
RemediationAction.add_member(:description, Shapes::ShapeRef.new(shape: LengthBoundedString, location_name: "Description"))
|
785
904
|
RemediationAction.add_member(:ec2_create_route_action, Shapes::ShapeRef.new(shape: EC2CreateRouteAction, location_name: "EC2CreateRouteAction"))
|
786
905
|
RemediationAction.add_member(:ec2_replace_route_action, Shapes::ShapeRef.new(shape: EC2ReplaceRouteAction, location_name: "EC2ReplaceRouteAction"))
|
@@ -796,11 +915,35 @@ module Aws::FMS
|
|
796
915
|
RemediationActionWithOrder.add_member(:order, Shapes::ShapeRef.new(shape: BasicInteger, location_name: "Order"))
|
797
916
|
RemediationActionWithOrder.struct_class = Types::RemediationActionWithOrder
|
798
917
|
|
918
|
+
Resource.add_member(:uri, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "URI"))
|
919
|
+
Resource.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "AccountId"))
|
920
|
+
Resource.struct_class = Types::Resource
|
921
|
+
|
799
922
|
ResourceIdList.member = Shapes::ShapeRef.new(shape: ResourceId)
|
800
923
|
|
924
|
+
ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
|
925
|
+
|
801
926
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
802
927
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
803
928
|
|
929
|
+
ResourceSet.add_member(:id, Shapes::ShapeRef.new(shape: Base62Id, location_name: "Id"))
|
930
|
+
ResourceSet.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
931
|
+
ResourceSet.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
932
|
+
ResourceSet.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
933
|
+
ResourceSet.add_member(:resource_type_list, Shapes::ShapeRef.new(shape: ResourceTypeList, required: true, location_name: "ResourceTypeList"))
|
934
|
+
ResourceSet.add_member(:last_update_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "LastUpdateTime"))
|
935
|
+
ResourceSet.struct_class = Types::ResourceSet
|
936
|
+
|
937
|
+
ResourceSetIds.member = Shapes::ShapeRef.new(shape: Base62Id)
|
938
|
+
|
939
|
+
ResourceSetSummary.add_member(:id, Shapes::ShapeRef.new(shape: Base62Id, location_name: "Id"))
|
940
|
+
ResourceSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
941
|
+
ResourceSetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
942
|
+
ResourceSetSummary.add_member(:last_update_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "LastUpdateTime"))
|
943
|
+
ResourceSetSummary.struct_class = Types::ResourceSetSummary
|
944
|
+
|
945
|
+
ResourceSetSummaryList.member = Shapes::ShapeRef.new(shape: ResourceSetSummary)
|
946
|
+
|
804
947
|
ResourceTag.add_member(:key, Shapes::ShapeRef.new(shape: ResourceTagKey, required: true, location_name: "Key"))
|
805
948
|
ResourceTag.add_member(:value, Shapes::ShapeRef.new(shape: ResourceTagValue, location_name: "Value"))
|
806
949
|
ResourceTag.struct_class = Types::ResourceTag
|
@@ -885,6 +1028,7 @@ module Aws::FMS
|
|
885
1028
|
StatefulRuleGroup.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: NetworkFirewallResourceName, location_name: "RuleGroupName"))
|
886
1029
|
StatefulRuleGroup.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
887
1030
|
StatefulRuleGroup.add_member(:priority, Shapes::ShapeRef.new(shape: PriorityNumber, location_name: "Priority"))
|
1031
|
+
StatefulRuleGroup.add_member(:override, Shapes::ShapeRef.new(shape: NetworkFirewallStatefulRuleGroupOverride, location_name: "Override"))
|
888
1032
|
StatefulRuleGroup.struct_class = Types::StatefulRuleGroup
|
889
1033
|
|
890
1034
|
StatefulRuleGroupList.member = Shapes::ShapeRef.new(shape: StatefulRuleGroup)
|
@@ -999,6 +1143,31 @@ module Aws::FMS
|
|
999
1143
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1000
1144
|
end)
|
1001
1145
|
|
1146
|
+
api.add_operation(:batch_associate_resource, Seahorse::Model::Operation.new.tap do |o|
|
1147
|
+
o.name = "BatchAssociateResource"
|
1148
|
+
o.http_method = "POST"
|
1149
|
+
o.http_request_uri = "/"
|
1150
|
+
o.input = Shapes::ShapeRef.new(shape: BatchAssociateResourceRequest)
|
1151
|
+
o.output = Shapes::ShapeRef.new(shape: BatchAssociateResourceResponse)
|
1152
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1154
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1156
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1157
|
+
end)
|
1158
|
+
|
1159
|
+
api.add_operation(:batch_disassociate_resource, Seahorse::Model::Operation.new.tap do |o|
|
1160
|
+
o.name = "BatchDisassociateResource"
|
1161
|
+
o.http_method = "POST"
|
1162
|
+
o.http_request_uri = "/"
|
1163
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDisassociateResourceRequest)
|
1164
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDisassociateResourceResponse)
|
1165
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1166
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1167
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1168
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1169
|
+
end)
|
1170
|
+
|
1002
1171
|
api.add_operation(:delete_apps_list, Seahorse::Model::Operation.new.tap do |o|
|
1003
1172
|
o.name = "DeleteAppsList"
|
1004
1173
|
o.http_method = "POST"
|
@@ -1045,6 +1214,18 @@ module Aws::FMS
|
|
1045
1214
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1046
1215
|
end)
|
1047
1216
|
|
1217
|
+
api.add_operation(:delete_resource_set, Seahorse::Model::Operation.new.tap do |o|
|
1218
|
+
o.name = "DeleteResourceSet"
|
1219
|
+
o.http_method = "POST"
|
1220
|
+
o.http_request_uri = "/"
|
1221
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourceSetRequest)
|
1222
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1223
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1224
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1225
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1226
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1227
|
+
end)
|
1228
|
+
|
1048
1229
|
api.add_operation(:disassociate_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
1049
1230
|
o.name = "DisassociateAdminAccount"
|
1050
1231
|
o.http_method = "POST"
|
@@ -1147,6 +1328,18 @@ module Aws::FMS
|
|
1147
1328
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1148
1329
|
end)
|
1149
1330
|
|
1331
|
+
api.add_operation(:get_resource_set, Seahorse::Model::Operation.new.tap do |o|
|
1332
|
+
o.name = "GetResourceSet"
|
1333
|
+
o.http_method = "POST"
|
1334
|
+
o.http_request_uri = "/"
|
1335
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourceSetRequest)
|
1336
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourceSetResponse)
|
1337
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1338
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1339
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1340
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1341
|
+
end)
|
1342
|
+
|
1150
1343
|
api.add_operation(:get_third_party_firewall_association_status, Seahorse::Model::Operation.new.tap do |o|
|
1151
1344
|
o.name = "GetThirdPartyFirewallAssociationStatus"
|
1152
1345
|
o.http_method = "POST"
|
@@ -1204,6 +1397,17 @@ module Aws::FMS
|
|
1204
1397
|
)
|
1205
1398
|
end)
|
1206
1399
|
|
1400
|
+
api.add_operation(:list_discovered_resources, Seahorse::Model::Operation.new.tap do |o|
|
1401
|
+
o.name = "ListDiscoveredResources"
|
1402
|
+
o.http_method = "POST"
|
1403
|
+
o.http_request_uri = "/"
|
1404
|
+
o.input = Shapes::ShapeRef.new(shape: ListDiscoveredResourcesRequest)
|
1405
|
+
o.output = Shapes::ShapeRef.new(shape: ListDiscoveredResourcesResponse)
|
1406
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1408
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1409
|
+
end)
|
1410
|
+
|
1207
1411
|
api.add_operation(:list_member_accounts, Seahorse::Model::Operation.new.tap do |o|
|
1208
1412
|
o.name = "ListMemberAccounts"
|
1209
1413
|
o.http_method = "POST"
|
@@ -1255,6 +1459,29 @@ module Aws::FMS
|
|
1255
1459
|
)
|
1256
1460
|
end)
|
1257
1461
|
|
1462
|
+
api.add_operation(:list_resource_set_resources, Seahorse::Model::Operation.new.tap do |o|
|
1463
|
+
o.name = "ListResourceSetResources"
|
1464
|
+
o.http_method = "POST"
|
1465
|
+
o.http_request_uri = "/"
|
1466
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceSetResourcesRequest)
|
1467
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceSetResourcesResponse)
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1469
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1470
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1471
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1472
|
+
end)
|
1473
|
+
|
1474
|
+
api.add_operation(:list_resource_sets, Seahorse::Model::Operation.new.tap do |o|
|
1475
|
+
o.name = "ListResourceSets"
|
1476
|
+
o.http_method = "POST"
|
1477
|
+
o.http_request_uri = "/"
|
1478
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceSetsRequest)
|
1479
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceSetsResponse)
|
1480
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1481
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1482
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1483
|
+
end)
|
1484
|
+
|
1258
1485
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1259
1486
|
o.name = "ListTagsForResource"
|
1260
1487
|
o.http_method = "POST"
|
@@ -1336,6 +1563,18 @@ module Aws::FMS
|
|
1336
1563
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1337
1564
|
end)
|
1338
1565
|
|
1566
|
+
api.add_operation(:put_resource_set, Seahorse::Model::Operation.new.tap do |o|
|
1567
|
+
o.name = "PutResourceSet"
|
1568
|
+
o.http_method = "POST"
|
1569
|
+
o.http_request_uri = "/"
|
1570
|
+
o.input = Shapes::ShapeRef.new(shape: PutResourceSetRequest)
|
1571
|
+
o.output = Shapes::ShapeRef.new(shape: PutResourceSetResponse)
|
1572
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
1576
|
+
end)
|
1577
|
+
|
1339
1578
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1340
1579
|
o.name = "TagResource"
|
1341
1580
|
o.http_method = "POST"
|
@@ -39,6 +39,34 @@ module Aws::FMS
|
|
39
39
|
end
|
40
40
|
end
|
41
41
|
|
42
|
+
class BatchAssociateResource
|
43
|
+
def self.build(context)
|
44
|
+
unless context.config.regional_endpoint
|
45
|
+
endpoint = context.config.endpoint.to_s
|
46
|
+
end
|
47
|
+
Aws::FMS::EndpointParameters.new(
|
48
|
+
region: context.config.region,
|
49
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
50
|
+
use_fips: context.config.use_fips_endpoint,
|
51
|
+
endpoint: endpoint,
|
52
|
+
)
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
class BatchDisassociateResource
|
57
|
+
def self.build(context)
|
58
|
+
unless context.config.regional_endpoint
|
59
|
+
endpoint = context.config.endpoint.to_s
|
60
|
+
end
|
61
|
+
Aws::FMS::EndpointParameters.new(
|
62
|
+
region: context.config.region,
|
63
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
64
|
+
use_fips: context.config.use_fips_endpoint,
|
65
|
+
endpoint: endpoint,
|
66
|
+
)
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
42
70
|
class DeleteAppsList
|
43
71
|
def self.build(context)
|
44
72
|
unless context.config.regional_endpoint
|
@@ -95,6 +123,20 @@ module Aws::FMS
|
|
95
123
|
end
|
96
124
|
end
|
97
125
|
|
126
|
+
class DeleteResourceSet
|
127
|
+
def self.build(context)
|
128
|
+
unless context.config.regional_endpoint
|
129
|
+
endpoint = context.config.endpoint.to_s
|
130
|
+
end
|
131
|
+
Aws::FMS::EndpointParameters.new(
|
132
|
+
region: context.config.region,
|
133
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
134
|
+
use_fips: context.config.use_fips_endpoint,
|
135
|
+
endpoint: endpoint,
|
136
|
+
)
|
137
|
+
end
|
138
|
+
end
|
139
|
+
|
98
140
|
class DisassociateAdminAccount
|
99
141
|
def self.build(context)
|
100
142
|
unless context.config.regional_endpoint
|
@@ -221,6 +263,20 @@ module Aws::FMS
|
|
221
263
|
end
|
222
264
|
end
|
223
265
|
|
266
|
+
class GetResourceSet
|
267
|
+
def self.build(context)
|
268
|
+
unless context.config.regional_endpoint
|
269
|
+
endpoint = context.config.endpoint.to_s
|
270
|
+
end
|
271
|
+
Aws::FMS::EndpointParameters.new(
|
272
|
+
region: context.config.region,
|
273
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
274
|
+
use_fips: context.config.use_fips_endpoint,
|
275
|
+
endpoint: endpoint,
|
276
|
+
)
|
277
|
+
end
|
278
|
+
end
|
279
|
+
|
224
280
|
class GetThirdPartyFirewallAssociationStatus
|
225
281
|
def self.build(context)
|
226
282
|
unless context.config.regional_endpoint
|
@@ -277,6 +333,20 @@ module Aws::FMS
|
|
277
333
|
end
|
278
334
|
end
|
279
335
|
|
336
|
+
class ListDiscoveredResources
|
337
|
+
def self.build(context)
|
338
|
+
unless context.config.regional_endpoint
|
339
|
+
endpoint = context.config.endpoint.to_s
|
340
|
+
end
|
341
|
+
Aws::FMS::EndpointParameters.new(
|
342
|
+
region: context.config.region,
|
343
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
344
|
+
use_fips: context.config.use_fips_endpoint,
|
345
|
+
endpoint: endpoint,
|
346
|
+
)
|
347
|
+
end
|
348
|
+
end
|
349
|
+
|
280
350
|
class ListMemberAccounts
|
281
351
|
def self.build(context)
|
282
352
|
unless context.config.regional_endpoint
|
@@ -319,6 +389,34 @@ module Aws::FMS
|
|
319
389
|
end
|
320
390
|
end
|
321
391
|
|
392
|
+
class ListResourceSetResources
|
393
|
+
def self.build(context)
|
394
|
+
unless context.config.regional_endpoint
|
395
|
+
endpoint = context.config.endpoint.to_s
|
396
|
+
end
|
397
|
+
Aws::FMS::EndpointParameters.new(
|
398
|
+
region: context.config.region,
|
399
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
400
|
+
use_fips: context.config.use_fips_endpoint,
|
401
|
+
endpoint: endpoint,
|
402
|
+
)
|
403
|
+
end
|
404
|
+
end
|
405
|
+
|
406
|
+
class ListResourceSets
|
407
|
+
def self.build(context)
|
408
|
+
unless context.config.regional_endpoint
|
409
|
+
endpoint = context.config.endpoint.to_s
|
410
|
+
end
|
411
|
+
Aws::FMS::EndpointParameters.new(
|
412
|
+
region: context.config.region,
|
413
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
414
|
+
use_fips: context.config.use_fips_endpoint,
|
415
|
+
endpoint: endpoint,
|
416
|
+
)
|
417
|
+
end
|
418
|
+
end
|
419
|
+
|
322
420
|
class ListTagsForResource
|
323
421
|
def self.build(context)
|
324
422
|
unless context.config.regional_endpoint
|
@@ -403,6 +501,20 @@ module Aws::FMS
|
|
403
501
|
end
|
404
502
|
end
|
405
503
|
|
504
|
+
class PutResourceSet
|
505
|
+
def self.build(context)
|
506
|
+
unless context.config.regional_endpoint
|
507
|
+
endpoint = context.config.endpoint.to_s
|
508
|
+
end
|
509
|
+
Aws::FMS::EndpointParameters.new(
|
510
|
+
region: context.config.region,
|
511
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
512
|
+
use_fips: context.config.use_fips_endpoint,
|
513
|
+
endpoint: endpoint,
|
514
|
+
)
|
515
|
+
end
|
516
|
+
end
|
517
|
+
|
406
518
|
class TagResource
|
407
519
|
def self.build(context)
|
408
520
|
unless context.config.regional_endpoint
|