aws-sdk-securityhub 1.35.0 → 1.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/lib/aws-sdk-securityhub/client.rb +480 -41
- data/lib/aws-sdk-securityhub/client_api.rb +269 -7
- data/lib/aws-sdk-securityhub/types.rb +1786 -26
- metadata +4 -4
@@ -20,11 +20,22 @@ module Aws::SecurityHub
|
|
20
20
|
AccountDetailsList = Shapes::ListShape.new(name: 'AccountDetailsList')
|
21
21
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
22
22
|
AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
|
23
|
+
Action = Shapes::StructureShape.new(name: 'Action')
|
24
|
+
ActionLocalIpDetails = Shapes::StructureShape.new(name: 'ActionLocalIpDetails')
|
25
|
+
ActionLocalPortDetails = Shapes::StructureShape.new(name: 'ActionLocalPortDetails')
|
26
|
+
ActionRemoteIpDetails = Shapes::StructureShape.new(name: 'ActionRemoteIpDetails')
|
27
|
+
ActionRemotePortDetails = Shapes::StructureShape.new(name: 'ActionRemotePortDetails')
|
23
28
|
ActionTarget = Shapes::StructureShape.new(name: 'ActionTarget')
|
24
29
|
ActionTargetList = Shapes::ListShape.new(name: 'ActionTargetList')
|
30
|
+
AdminAccount = Shapes::StructureShape.new(name: 'AdminAccount')
|
31
|
+
AdminAccounts = Shapes::ListShape.new(name: 'AdminAccounts')
|
32
|
+
AdminStatus = Shapes::StringShape.new(name: 'AdminStatus')
|
33
|
+
AdminsMaxResults = Shapes::IntegerShape.new(name: 'AdminsMaxResults')
|
25
34
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
26
35
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
27
36
|
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
37
|
+
AwsApiCallAction = Shapes::StructureShape.new(name: 'AwsApiCallAction')
|
38
|
+
AwsApiCallActionDomainDetails = Shapes::StructureShape.new(name: 'AwsApiCallActionDomainDetails')
|
28
39
|
AwsApiGatewayAccessLogSettings = Shapes::StructureShape.new(name: 'AwsApiGatewayAccessLogSettings')
|
29
40
|
AwsApiGatewayCanarySettings = Shapes::StructureShape.new(name: 'AwsApiGatewayCanarySettings')
|
30
41
|
AwsApiGatewayEndpointConfiguration = Shapes::StructureShape.new(name: 'AwsApiGatewayEndpointConfiguration')
|
@@ -93,6 +104,10 @@ module Aws::SecurityHub
|
|
93
104
|
AwsEc2InstanceDetails = Shapes::StructureShape.new(name: 'AwsEc2InstanceDetails')
|
94
105
|
AwsEc2NetworkInterfaceAttachment = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceAttachment')
|
95
106
|
AwsEc2NetworkInterfaceDetails = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceDetails')
|
107
|
+
AwsEc2NetworkInterfaceIpV6AddressDetail = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceIpV6AddressDetail')
|
108
|
+
AwsEc2NetworkInterfaceIpV6AddressList = Shapes::ListShape.new(name: 'AwsEc2NetworkInterfaceIpV6AddressList')
|
109
|
+
AwsEc2NetworkInterfacePrivateIpAddressDetail = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfacePrivateIpAddressDetail')
|
110
|
+
AwsEc2NetworkInterfacePrivateIpAddressList = Shapes::ListShape.new(name: 'AwsEc2NetworkInterfacePrivateIpAddressList')
|
96
111
|
AwsEc2NetworkInterfaceSecurityGroup = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceSecurityGroup')
|
97
112
|
AwsEc2NetworkInterfaceSecurityGroupList = Shapes::ListShape.new(name: 'AwsEc2NetworkInterfaceSecurityGroupList')
|
98
113
|
AwsEc2SecurityGroupDetails = Shapes::StructureShape.new(name: 'AwsEc2SecurityGroupDetails')
|
@@ -243,6 +258,9 @@ module Aws::SecurityHub
|
|
243
258
|
AwsSnsTopicSubscription = Shapes::StructureShape.new(name: 'AwsSnsTopicSubscription')
|
244
259
|
AwsSnsTopicSubscriptionList = Shapes::ListShape.new(name: 'AwsSnsTopicSubscriptionList')
|
245
260
|
AwsSqsQueueDetails = Shapes::StructureShape.new(name: 'AwsSqsQueueDetails')
|
261
|
+
AwsSsmComplianceSummary = Shapes::StructureShape.new(name: 'AwsSsmComplianceSummary')
|
262
|
+
AwsSsmPatch = Shapes::StructureShape.new(name: 'AwsSsmPatch')
|
263
|
+
AwsSsmPatchComplianceDetails = Shapes::StructureShape.new(name: 'AwsSsmPatchComplianceDetails')
|
246
264
|
AwsWafWebAclDetails = Shapes::StructureShape.new(name: 'AwsWafWebAclDetails')
|
247
265
|
AwsWafWebAclRule = Shapes::StructureShape.new(name: 'AwsWafWebAclRule')
|
248
266
|
AwsWafWebAclRuleList = Shapes::ListShape.new(name: 'AwsWafWebAclRuleList')
|
@@ -260,16 +278,19 @@ module Aws::SecurityHub
|
|
260
278
|
CategoryList = Shapes::ListShape.new(name: 'CategoryList')
|
261
279
|
CidrBlockAssociation = Shapes::StructureShape.new(name: 'CidrBlockAssociation')
|
262
280
|
CidrBlockAssociationList = Shapes::ListShape.new(name: 'CidrBlockAssociationList')
|
281
|
+
City = Shapes::StructureShape.new(name: 'City')
|
263
282
|
Compliance = Shapes::StructureShape.new(name: 'Compliance')
|
264
283
|
ComplianceStatus = Shapes::StringShape.new(name: 'ComplianceStatus')
|
265
284
|
ContainerDetails = Shapes::StructureShape.new(name: 'ContainerDetails')
|
266
285
|
ControlStatus = Shapes::StringShape.new(name: 'ControlStatus')
|
286
|
+
Country = Shapes::StructureShape.new(name: 'Country')
|
267
287
|
CreateActionTargetRequest = Shapes::StructureShape.new(name: 'CreateActionTargetRequest')
|
268
288
|
CreateActionTargetResponse = Shapes::StructureShape.new(name: 'CreateActionTargetResponse')
|
269
289
|
CreateInsightRequest = Shapes::StructureShape.new(name: 'CreateInsightRequest')
|
270
290
|
CreateInsightResponse = Shapes::StructureShape.new(name: 'CreateInsightResponse')
|
271
291
|
CreateMembersRequest = Shapes::StructureShape.new(name: 'CreateMembersRequest')
|
272
292
|
CreateMembersResponse = Shapes::StructureShape.new(name: 'CreateMembersResponse')
|
293
|
+
CrossAccountMaxResults = Shapes::IntegerShape.new(name: 'CrossAccountMaxResults')
|
273
294
|
Cvss = Shapes::StructureShape.new(name: 'Cvss')
|
274
295
|
CvssList = Shapes::ListShape.new(name: 'CvssList')
|
275
296
|
DateFilter = Shapes::StructureShape.new(name: 'DateFilter')
|
@@ -290,6 +311,8 @@ module Aws::SecurityHub
|
|
290
311
|
DescribeActionTargetsResponse = Shapes::StructureShape.new(name: 'DescribeActionTargetsResponse')
|
291
312
|
DescribeHubRequest = Shapes::StructureShape.new(name: 'DescribeHubRequest')
|
292
313
|
DescribeHubResponse = Shapes::StructureShape.new(name: 'DescribeHubResponse')
|
314
|
+
DescribeOrganizationConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigurationRequest')
|
315
|
+
DescribeOrganizationConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigurationResponse')
|
293
316
|
DescribeProductsRequest = Shapes::StructureShape.new(name: 'DescribeProductsRequest')
|
294
317
|
DescribeProductsResponse = Shapes::StructureShape.new(name: 'DescribeProductsResponse')
|
295
318
|
DescribeStandardsControlsRequest = Shapes::StructureShape.new(name: 'DescribeStandardsControlsRequest')
|
@@ -298,18 +321,24 @@ module Aws::SecurityHub
|
|
298
321
|
DescribeStandardsResponse = Shapes::StructureShape.new(name: 'DescribeStandardsResponse')
|
299
322
|
DisableImportFindingsForProductRequest = Shapes::StructureShape.new(name: 'DisableImportFindingsForProductRequest')
|
300
323
|
DisableImportFindingsForProductResponse = Shapes::StructureShape.new(name: 'DisableImportFindingsForProductResponse')
|
324
|
+
DisableOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'DisableOrganizationAdminAccountRequest')
|
325
|
+
DisableOrganizationAdminAccountResponse = Shapes::StructureShape.new(name: 'DisableOrganizationAdminAccountResponse')
|
301
326
|
DisableSecurityHubRequest = Shapes::StructureShape.new(name: 'DisableSecurityHubRequest')
|
302
327
|
DisableSecurityHubResponse = Shapes::StructureShape.new(name: 'DisableSecurityHubResponse')
|
303
328
|
DisassociateFromMasterAccountRequest = Shapes::StructureShape.new(name: 'DisassociateFromMasterAccountRequest')
|
304
329
|
DisassociateFromMasterAccountResponse = Shapes::StructureShape.new(name: 'DisassociateFromMasterAccountResponse')
|
305
330
|
DisassociateMembersRequest = Shapes::StructureShape.new(name: 'DisassociateMembersRequest')
|
306
331
|
DisassociateMembersResponse = Shapes::StructureShape.new(name: 'DisassociateMembersResponse')
|
332
|
+
DnsRequestAction = Shapes::StructureShape.new(name: 'DnsRequestAction')
|
307
333
|
Double = Shapes::FloatShape.new(name: 'Double')
|
308
334
|
EnableImportFindingsForProductRequest = Shapes::StructureShape.new(name: 'EnableImportFindingsForProductRequest')
|
309
335
|
EnableImportFindingsForProductResponse = Shapes::StructureShape.new(name: 'EnableImportFindingsForProductResponse')
|
336
|
+
EnableOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableOrganizationAdminAccountRequest')
|
337
|
+
EnableOrganizationAdminAccountResponse = Shapes::StructureShape.new(name: 'EnableOrganizationAdminAccountResponse')
|
310
338
|
EnableSecurityHubRequest = Shapes::StructureShape.new(name: 'EnableSecurityHubRequest')
|
311
339
|
EnableSecurityHubResponse = Shapes::StructureShape.new(name: 'EnableSecurityHubResponse')
|
312
340
|
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
341
|
+
GeoLocation = Shapes::StructureShape.new(name: 'GeoLocation')
|
313
342
|
GetEnabledStandardsRequest = Shapes::StructureShape.new(name: 'GetEnabledStandardsRequest')
|
314
343
|
GetEnabledStandardsResponse = Shapes::StructureShape.new(name: 'GetEnabledStandardsResponse')
|
315
344
|
GetFindingsRequest = Shapes::StructureShape.new(name: 'GetFindingsRequest')
|
@@ -343,6 +372,7 @@ module Aws::SecurityHub
|
|
343
372
|
InviteMembersResponse = Shapes::StructureShape.new(name: 'InviteMembersResponse')
|
344
373
|
IpFilter = Shapes::StructureShape.new(name: 'IpFilter')
|
345
374
|
IpFilterList = Shapes::ListShape.new(name: 'IpFilterList')
|
375
|
+
IpOrganizationDetails = Shapes::StructureShape.new(name: 'IpOrganizationDetails')
|
346
376
|
Ipv6CidrBlockAssociation = Shapes::StructureShape.new(name: 'Ipv6CidrBlockAssociation')
|
347
377
|
Ipv6CidrBlockAssociationList = Shapes::ListShape.new(name: 'Ipv6CidrBlockAssociationList')
|
348
378
|
KeywordFilter = Shapes::StructureShape.new(name: 'KeywordFilter')
|
@@ -354,6 +384,8 @@ module Aws::SecurityHub
|
|
354
384
|
ListInvitationsResponse = Shapes::StructureShape.new(name: 'ListInvitationsResponse')
|
355
385
|
ListMembersRequest = Shapes::StructureShape.new(name: 'ListMembersRequest')
|
356
386
|
ListMembersResponse = Shapes::StructureShape.new(name: 'ListMembersResponse')
|
387
|
+
ListOrganizationAdminAccountsRequest = Shapes::StructureShape.new(name: 'ListOrganizationAdminAccountsRequest')
|
388
|
+
ListOrganizationAdminAccountsResponse = Shapes::StructureShape.new(name: 'ListOrganizationAdminAccountsResponse')
|
357
389
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
358
390
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
359
391
|
LoadBalancerState = Shapes::StructureShape.new(name: 'LoadBalancerState')
|
@@ -369,6 +401,7 @@ module Aws::SecurityHub
|
|
369
401
|
Member = Shapes::StructureShape.new(name: 'Member')
|
370
402
|
MemberList = Shapes::ListShape.new(name: 'MemberList')
|
371
403
|
Network = Shapes::StructureShape.new(name: 'Network')
|
404
|
+
NetworkConnectionAction = Shapes::StructureShape.new(name: 'NetworkConnectionAction')
|
372
405
|
NetworkDirection = Shapes::StringShape.new(name: 'NetworkDirection')
|
373
406
|
NetworkHeader = Shapes::StructureShape.new(name: 'NetworkHeader')
|
374
407
|
NetworkPathComponent = Shapes::StructureShape.new(name: 'NetworkPathComponent')
|
@@ -383,6 +416,9 @@ module Aws::SecurityHub
|
|
383
416
|
NumberFilterList = Shapes::ListShape.new(name: 'NumberFilterList')
|
384
417
|
Partition = Shapes::StringShape.new(name: 'Partition')
|
385
418
|
PatchSummary = Shapes::StructureShape.new(name: 'PatchSummary')
|
419
|
+
PortProbeAction = Shapes::StructureShape.new(name: 'PortProbeAction')
|
420
|
+
PortProbeDetail = Shapes::StructureShape.new(name: 'PortProbeDetail')
|
421
|
+
PortProbeDetailList = Shapes::ListShape.new(name: 'PortProbeDetailList')
|
386
422
|
PortRange = Shapes::StructureShape.new(name: 'PortRange')
|
387
423
|
PortRangeList = Shapes::ListShape.new(name: 'PortRangeList')
|
388
424
|
ProcessDetails = Shapes::StructureShape.new(name: 'ProcessDetails')
|
@@ -452,6 +488,8 @@ module Aws::SecurityHub
|
|
452
488
|
UpdateFindingsResponse = Shapes::StructureShape.new(name: 'UpdateFindingsResponse')
|
453
489
|
UpdateInsightRequest = Shapes::StructureShape.new(name: 'UpdateInsightRequest')
|
454
490
|
UpdateInsightResponse = Shapes::StructureShape.new(name: 'UpdateInsightResponse')
|
491
|
+
UpdateOrganizationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateOrganizationConfigurationRequest')
|
492
|
+
UpdateOrganizationConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateOrganizationConfigurationResponse')
|
455
493
|
UpdateSecurityHubConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateSecurityHubConfigurationRequest')
|
456
494
|
UpdateSecurityHubConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateSecurityHubConfigurationResponse')
|
457
495
|
UpdateStandardsControlRequest = Shapes::StructureShape.new(name: 'UpdateStandardsControlRequest')
|
@@ -479,7 +517,7 @@ module Aws::SecurityHub
|
|
479
517
|
AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
480
518
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
481
519
|
|
482
|
-
AccountDetails.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
520
|
+
AccountDetails.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
|
483
521
|
AccountDetails.add_member(:email, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Email"))
|
484
522
|
AccountDetails.struct_class = Types::AccountDetails
|
485
523
|
|
@@ -487,6 +525,31 @@ module Aws::SecurityHub
|
|
487
525
|
|
488
526
|
AccountIdList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
489
527
|
|
528
|
+
Action.add_member(:action_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ActionType"))
|
529
|
+
Action.add_member(:network_connection_action, Shapes::ShapeRef.new(shape: NetworkConnectionAction, location_name: "NetworkConnectionAction"))
|
530
|
+
Action.add_member(:aws_api_call_action, Shapes::ShapeRef.new(shape: AwsApiCallAction, location_name: "AwsApiCallAction"))
|
531
|
+
Action.add_member(:dns_request_action, Shapes::ShapeRef.new(shape: DnsRequestAction, location_name: "DnsRequestAction"))
|
532
|
+
Action.add_member(:port_probe_action, Shapes::ShapeRef.new(shape: PortProbeAction, location_name: "PortProbeAction"))
|
533
|
+
Action.struct_class = Types::Action
|
534
|
+
|
535
|
+
ActionLocalIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "IpAddressV4"))
|
536
|
+
ActionLocalIpDetails.struct_class = Types::ActionLocalIpDetails
|
537
|
+
|
538
|
+
ActionLocalPortDetails.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
539
|
+
ActionLocalPortDetails.add_member(:port_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PortName"))
|
540
|
+
ActionLocalPortDetails.struct_class = Types::ActionLocalPortDetails
|
541
|
+
|
542
|
+
ActionRemoteIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "IpAddressV4"))
|
543
|
+
ActionRemoteIpDetails.add_member(:organization, Shapes::ShapeRef.new(shape: IpOrganizationDetails, location_name: "Organization"))
|
544
|
+
ActionRemoteIpDetails.add_member(:country, Shapes::ShapeRef.new(shape: Country, location_name: "Country"))
|
545
|
+
ActionRemoteIpDetails.add_member(:city, Shapes::ShapeRef.new(shape: City, location_name: "City"))
|
546
|
+
ActionRemoteIpDetails.add_member(:geo_location, Shapes::ShapeRef.new(shape: GeoLocation, location_name: "GeoLocation"))
|
547
|
+
ActionRemoteIpDetails.struct_class = Types::ActionRemoteIpDetails
|
548
|
+
|
549
|
+
ActionRemotePortDetails.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
550
|
+
ActionRemotePortDetails.add_member(:port_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PortName"))
|
551
|
+
ActionRemotePortDetails.struct_class = Types::ActionRemotePortDetails
|
552
|
+
|
490
553
|
ActionTarget.add_member(:action_target_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ActionTargetArn"))
|
491
554
|
ActionTarget.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
492
555
|
ActionTarget.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Description"))
|
@@ -494,6 +557,12 @@ module Aws::SecurityHub
|
|
494
557
|
|
495
558
|
ActionTargetList.member = Shapes::ShapeRef.new(shape: ActionTarget)
|
496
559
|
|
560
|
+
AdminAccount.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AccountId"))
|
561
|
+
AdminAccount.add_member(:status, Shapes::ShapeRef.new(shape: AdminStatus, location_name: "Status"))
|
562
|
+
AdminAccount.struct_class = Types::AdminAccount
|
563
|
+
|
564
|
+
AdminAccounts.member = Shapes::ShapeRef.new(shape: AdminAccount)
|
565
|
+
|
497
566
|
ArnList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
498
567
|
|
499
568
|
AvailabilityZone.add_member(:zone_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ZoneName"))
|
@@ -502,6 +571,19 @@ module Aws::SecurityHub
|
|
502
571
|
|
503
572
|
AvailabilityZones.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
|
504
573
|
|
574
|
+
AwsApiCallAction.add_member(:api, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Api"))
|
575
|
+
AwsApiCallAction.add_member(:service_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ServiceName"))
|
576
|
+
AwsApiCallAction.add_member(:caller_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CallerType"))
|
577
|
+
AwsApiCallAction.add_member(:remote_ip_details, Shapes::ShapeRef.new(shape: ActionRemoteIpDetails, location_name: "RemoteIpDetails"))
|
578
|
+
AwsApiCallAction.add_member(:domain_details, Shapes::ShapeRef.new(shape: AwsApiCallActionDomainDetails, location_name: "DomainDetails"))
|
579
|
+
AwsApiCallAction.add_member(:affected_resources, Shapes::ShapeRef.new(shape: FieldMap, location_name: "AffectedResources"))
|
580
|
+
AwsApiCallAction.add_member(:first_seen, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "FirstSeen"))
|
581
|
+
AwsApiCallAction.add_member(:last_seen, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastSeen"))
|
582
|
+
AwsApiCallAction.struct_class = Types::AwsApiCallAction
|
583
|
+
|
584
|
+
AwsApiCallActionDomainDetails.add_member(:domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Domain"))
|
585
|
+
AwsApiCallActionDomainDetails.struct_class = Types::AwsApiCallActionDomainDetails
|
586
|
+
|
505
587
|
AwsApiGatewayAccessLogSettings.add_member(:format, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Format"))
|
506
588
|
AwsApiGatewayAccessLogSettings.add_member(:destination_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DestinationArn"))
|
507
589
|
AwsApiGatewayAccessLogSettings.struct_class = Types::AwsApiGatewayAccessLogSettings
|
@@ -915,8 +997,23 @@ module Aws::SecurityHub
|
|
915
997
|
AwsEc2NetworkInterfaceDetails.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NetworkInterfaceId"))
|
916
998
|
AwsEc2NetworkInterfaceDetails.add_member(:security_groups, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceSecurityGroupList, location_name: "SecurityGroups"))
|
917
999
|
AwsEc2NetworkInterfaceDetails.add_member(:source_dest_check, Shapes::ShapeRef.new(shape: Boolean, location_name: "SourceDestCheck"))
|
1000
|
+
AwsEc2NetworkInterfaceDetails.add_member(:ip_v6_addresses, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceIpV6AddressList, location_name: "IpV6Addresses"))
|
1001
|
+
AwsEc2NetworkInterfaceDetails.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfacePrivateIpAddressList, location_name: "PrivateIpAddresses"))
|
1002
|
+
AwsEc2NetworkInterfaceDetails.add_member(:public_dns_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PublicDnsName"))
|
1003
|
+
AwsEc2NetworkInterfaceDetails.add_member(:public_ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PublicIp"))
|
918
1004
|
AwsEc2NetworkInterfaceDetails.struct_class = Types::AwsEc2NetworkInterfaceDetails
|
919
1005
|
|
1006
|
+
AwsEc2NetworkInterfaceIpV6AddressDetail.add_member(:ip_v6_address, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "IpV6Address"))
|
1007
|
+
AwsEc2NetworkInterfaceIpV6AddressDetail.struct_class = Types::AwsEc2NetworkInterfaceIpV6AddressDetail
|
1008
|
+
|
1009
|
+
AwsEc2NetworkInterfaceIpV6AddressList.member = Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceIpV6AddressDetail)
|
1010
|
+
|
1011
|
+
AwsEc2NetworkInterfacePrivateIpAddressDetail.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PrivateIpAddress"))
|
1012
|
+
AwsEc2NetworkInterfacePrivateIpAddressDetail.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PrivateDnsName"))
|
1013
|
+
AwsEc2NetworkInterfacePrivateIpAddressDetail.struct_class = Types::AwsEc2NetworkInterfacePrivateIpAddressDetail
|
1014
|
+
|
1015
|
+
AwsEc2NetworkInterfacePrivateIpAddressList.member = Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfacePrivateIpAddressDetail)
|
1016
|
+
|
920
1017
|
AwsEc2NetworkInterfaceSecurityGroup.add_member(:group_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "GroupName"))
|
921
1018
|
AwsEc2NetworkInterfaceSecurityGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "GroupId"))
|
922
1019
|
AwsEc2NetworkInterfaceSecurityGroup.struct_class = Types::AwsEc2NetworkInterfaceSecurityGroup
|
@@ -1776,6 +1873,7 @@ module Aws::SecurityHub
|
|
1776
1873
|
AwsSecurityFinding.add_member(:note, Shapes::ShapeRef.new(shape: Note, location_name: "Note"))
|
1777
1874
|
AwsSecurityFinding.add_member(:vulnerabilities, Shapes::ShapeRef.new(shape: VulnerabilityList, location_name: "Vulnerabilities"))
|
1778
1875
|
AwsSecurityFinding.add_member(:patch_summary, Shapes::ShapeRef.new(shape: PatchSummary, location_name: "PatchSummary"))
|
1876
|
+
AwsSecurityFinding.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
|
1779
1877
|
AwsSecurityFinding.struct_class = Types::AwsSecurityFinding
|
1780
1878
|
|
1781
1879
|
AwsSecurityFindingFilters.add_member(:product_arn, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ProductArn"))
|
@@ -1890,6 +1988,32 @@ module Aws::SecurityHub
|
|
1890
1988
|
AwsSqsQueueDetails.add_member(:dead_letter_target_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DeadLetterTargetArn"))
|
1891
1989
|
AwsSqsQueueDetails.struct_class = Types::AwsSqsQueueDetails
|
1892
1990
|
|
1991
|
+
AwsSsmComplianceSummary.add_member(:status, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Status"))
|
1992
|
+
AwsSsmComplianceSummary.add_member(:compliant_critical_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantCriticalCount"))
|
1993
|
+
AwsSsmComplianceSummary.add_member(:compliant_high_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantHighCount"))
|
1994
|
+
AwsSsmComplianceSummary.add_member(:compliant_medium_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantMediumCount"))
|
1995
|
+
AwsSsmComplianceSummary.add_member(:execution_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ExecutionType"))
|
1996
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_critical_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantCriticalCount"))
|
1997
|
+
AwsSsmComplianceSummary.add_member(:compliant_informational_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantInformationalCount"))
|
1998
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_informational_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantInformationalCount"))
|
1999
|
+
AwsSsmComplianceSummary.add_member(:compliant_unspecified_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantUnspecifiedCount"))
|
2000
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_low_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantLowCount"))
|
2001
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_high_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantHighCount"))
|
2002
|
+
AwsSsmComplianceSummary.add_member(:compliant_low_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantLowCount"))
|
2003
|
+
AwsSsmComplianceSummary.add_member(:compliance_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ComplianceType"))
|
2004
|
+
AwsSsmComplianceSummary.add_member(:patch_baseline_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PatchBaselineId"))
|
2005
|
+
AwsSsmComplianceSummary.add_member(:overall_severity, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "OverallSeverity"))
|
2006
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_medium_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantMediumCount"))
|
2007
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_unspecified_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantUnspecifiedCount"))
|
2008
|
+
AwsSsmComplianceSummary.add_member(:patch_group, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PatchGroup"))
|
2009
|
+
AwsSsmComplianceSummary.struct_class = Types::AwsSsmComplianceSummary
|
2010
|
+
|
2011
|
+
AwsSsmPatch.add_member(:compliance_summary, Shapes::ShapeRef.new(shape: AwsSsmComplianceSummary, location_name: "ComplianceSummary"))
|
2012
|
+
AwsSsmPatch.struct_class = Types::AwsSsmPatch
|
2013
|
+
|
2014
|
+
AwsSsmPatchComplianceDetails.add_member(:patch, Shapes::ShapeRef.new(shape: AwsSsmPatch, location_name: "Patch"))
|
2015
|
+
AwsSsmPatchComplianceDetails.struct_class = Types::AwsSsmPatchComplianceDetails
|
2016
|
+
|
1893
2017
|
AwsWafWebAclDetails.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
1894
2018
|
AwsWafWebAclDetails.add_member(:default_action, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DefaultAction"))
|
1895
2019
|
AwsWafWebAclDetails.add_member(:rules, Shapes::ShapeRef.new(shape: AwsWafWebAclRuleList, location_name: "Rules"))
|
@@ -1958,6 +2082,9 @@ module Aws::SecurityHub
|
|
1958
2082
|
|
1959
2083
|
CidrBlockAssociationList.member = Shapes::ShapeRef.new(shape: CidrBlockAssociation)
|
1960
2084
|
|
2085
|
+
City.add_member(:city_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CityName"))
|
2086
|
+
City.struct_class = Types::City
|
2087
|
+
|
1961
2088
|
Compliance.add_member(:status, Shapes::ShapeRef.new(shape: ComplianceStatus, location_name: "Status"))
|
1962
2089
|
Compliance.add_member(:related_requirements, Shapes::ShapeRef.new(shape: RelatedRequirementsList, location_name: "RelatedRequirements"))
|
1963
2090
|
Compliance.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasonsList, location_name: "StatusReasons"))
|
@@ -1969,6 +2096,10 @@ module Aws::SecurityHub
|
|
1969
2096
|
ContainerDetails.add_member(:launched_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LaunchedAt"))
|
1970
2097
|
ContainerDetails.struct_class = Types::ContainerDetails
|
1971
2098
|
|
2099
|
+
Country.add_member(:country_code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CountryCode"))
|
2100
|
+
Country.add_member(:country_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CountryName"))
|
2101
|
+
Country.struct_class = Types::Country
|
2102
|
+
|
1972
2103
|
CreateActionTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
1973
2104
|
CreateActionTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Description"))
|
1974
2105
|
CreateActionTargetRequest.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Id"))
|
@@ -1985,7 +2116,7 @@ module Aws::SecurityHub
|
|
1985
2116
|
CreateInsightResponse.add_member(:insight_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "InsightArn"))
|
1986
2117
|
CreateInsightResponse.struct_class = Types::CreateInsightResponse
|
1987
2118
|
|
1988
|
-
CreateMembersRequest.add_member(:account_details, Shapes::ShapeRef.new(shape: AccountDetailsList, location_name: "AccountDetails"))
|
2119
|
+
CreateMembersRequest.add_member(:account_details, Shapes::ShapeRef.new(shape: AccountDetailsList, required: true, location_name: "AccountDetails"))
|
1989
2120
|
CreateMembersRequest.struct_class = Types::CreateMembersRequest
|
1990
2121
|
|
1991
2122
|
CreateMembersResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: ResultList, location_name: "UnprocessedAccounts"))
|
@@ -2033,7 +2164,7 @@ module Aws::SecurityHub
|
|
2033
2164
|
DeleteInvitationsResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: ResultList, location_name: "UnprocessedAccounts"))
|
2034
2165
|
DeleteInvitationsResponse.struct_class = Types::DeleteInvitationsResponse
|
2035
2166
|
|
2036
|
-
DeleteMembersRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
|
2167
|
+
DeleteMembersRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, required: true, location_name: "AccountIds"))
|
2037
2168
|
DeleteMembersRequest.struct_class = Types::DeleteMembersRequest
|
2038
2169
|
|
2039
2170
|
DeleteMembersResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: ResultList, location_name: "UnprocessedAccounts"))
|
@@ -2056,8 +2187,15 @@ module Aws::SecurityHub
|
|
2056
2187
|
DescribeHubResponse.add_member(:auto_enable_controls, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEnableControls"))
|
2057
2188
|
DescribeHubResponse.struct_class = Types::DescribeHubResponse
|
2058
2189
|
|
2190
|
+
DescribeOrganizationConfigurationRequest.struct_class = Types::DescribeOrganizationConfigurationRequest
|
2191
|
+
|
2192
|
+
DescribeOrganizationConfigurationResponse.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEnable"))
|
2193
|
+
DescribeOrganizationConfigurationResponse.add_member(:member_account_limit_reached, Shapes::ShapeRef.new(shape: Boolean, location_name: "MemberAccountLimitReached"))
|
2194
|
+
DescribeOrganizationConfigurationResponse.struct_class = Types::DescribeOrganizationConfigurationResponse
|
2195
|
+
|
2059
2196
|
DescribeProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
2060
2197
|
DescribeProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
2198
|
+
DescribeProductsRequest.add_member(:product_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location: "querystring", location_name: "ProductArn"))
|
2061
2199
|
DescribeProductsRequest.struct_class = Types::DescribeProductsRequest
|
2062
2200
|
|
2063
2201
|
DescribeProductsResponse.add_member(:products, Shapes::ShapeRef.new(shape: ProductsList, required: true, location_name: "Products"))
|
@@ -2086,6 +2224,11 @@ module Aws::SecurityHub
|
|
2086
2224
|
|
2087
2225
|
DisableImportFindingsForProductResponse.struct_class = Types::DisableImportFindingsForProductResponse
|
2088
2226
|
|
2227
|
+
DisableOrganizationAdminAccountRequest.add_member(:admin_account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "AdminAccountId"))
|
2228
|
+
DisableOrganizationAdminAccountRequest.struct_class = Types::DisableOrganizationAdminAccountRequest
|
2229
|
+
|
2230
|
+
DisableOrganizationAdminAccountResponse.struct_class = Types::DisableOrganizationAdminAccountResponse
|
2231
|
+
|
2089
2232
|
DisableSecurityHubRequest.struct_class = Types::DisableSecurityHubRequest
|
2090
2233
|
|
2091
2234
|
DisableSecurityHubResponse.struct_class = Types::DisableSecurityHubResponse
|
@@ -2094,17 +2237,27 @@ module Aws::SecurityHub
|
|
2094
2237
|
|
2095
2238
|
DisassociateFromMasterAccountResponse.struct_class = Types::DisassociateFromMasterAccountResponse
|
2096
2239
|
|
2097
|
-
DisassociateMembersRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
|
2240
|
+
DisassociateMembersRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, required: true, location_name: "AccountIds"))
|
2098
2241
|
DisassociateMembersRequest.struct_class = Types::DisassociateMembersRequest
|
2099
2242
|
|
2100
2243
|
DisassociateMembersResponse.struct_class = Types::DisassociateMembersResponse
|
2101
2244
|
|
2245
|
+
DnsRequestAction.add_member(:domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Domain"))
|
2246
|
+
DnsRequestAction.add_member(:protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Protocol"))
|
2247
|
+
DnsRequestAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blocked"))
|
2248
|
+
DnsRequestAction.struct_class = Types::DnsRequestAction
|
2249
|
+
|
2102
2250
|
EnableImportFindingsForProductRequest.add_member(:product_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ProductArn"))
|
2103
2251
|
EnableImportFindingsForProductRequest.struct_class = Types::EnableImportFindingsForProductRequest
|
2104
2252
|
|
2105
2253
|
EnableImportFindingsForProductResponse.add_member(:product_subscription_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProductSubscriptionArn"))
|
2106
2254
|
EnableImportFindingsForProductResponse.struct_class = Types::EnableImportFindingsForProductResponse
|
2107
2255
|
|
2256
|
+
EnableOrganizationAdminAccountRequest.add_member(:admin_account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "AdminAccountId"))
|
2257
|
+
EnableOrganizationAdminAccountRequest.struct_class = Types::EnableOrganizationAdminAccountRequest
|
2258
|
+
|
2259
|
+
EnableOrganizationAdminAccountResponse.struct_class = Types::EnableOrganizationAdminAccountResponse
|
2260
|
+
|
2108
2261
|
EnableSecurityHubRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
2109
2262
|
EnableSecurityHubRequest.add_member(:enable_default_standards, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableDefaultStandards"))
|
2110
2263
|
EnableSecurityHubRequest.struct_class = Types::EnableSecurityHubRequest
|
@@ -2114,6 +2267,10 @@ module Aws::SecurityHub
|
|
2114
2267
|
FieldMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
|
2115
2268
|
FieldMap.value = Shapes::ShapeRef.new(shape: NonEmptyString)
|
2116
2269
|
|
2270
|
+
GeoLocation.add_member(:lon, Shapes::ShapeRef.new(shape: Double, location_name: "Lon"))
|
2271
|
+
GeoLocation.add_member(:lat, Shapes::ShapeRef.new(shape: Double, location_name: "Lat"))
|
2272
|
+
GeoLocation.struct_class = Types::GeoLocation
|
2273
|
+
|
2117
2274
|
GetEnabledStandardsRequest.add_member(:standards_subscription_arns, Shapes::ShapeRef.new(shape: StandardsSubscriptionArns, location_name: "StandardsSubscriptionArns"))
|
2118
2275
|
GetEnabledStandardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2119
2276
|
GetEnabledStandardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -2213,7 +2370,7 @@ module Aws::SecurityHub
|
|
2213
2370
|
|
2214
2371
|
InvitationList.member = Shapes::ShapeRef.new(shape: Invitation)
|
2215
2372
|
|
2216
|
-
InviteMembersRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
|
2373
|
+
InviteMembersRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, required: true, location_name: "AccountIds"))
|
2217
2374
|
InviteMembersRequest.struct_class = Types::InviteMembersRequest
|
2218
2375
|
|
2219
2376
|
InviteMembersResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: ResultList, location_name: "UnprocessedAccounts"))
|
@@ -2224,6 +2381,12 @@ module Aws::SecurityHub
|
|
2224
2381
|
|
2225
2382
|
IpFilterList.member = Shapes::ShapeRef.new(shape: IpFilter)
|
2226
2383
|
|
2384
|
+
IpOrganizationDetails.add_member(:asn, Shapes::ShapeRef.new(shape: Integer, location_name: "Asn"))
|
2385
|
+
IpOrganizationDetails.add_member(:asn_org, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AsnOrg"))
|
2386
|
+
IpOrganizationDetails.add_member(:isp, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Isp"))
|
2387
|
+
IpOrganizationDetails.add_member(:org, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Org"))
|
2388
|
+
IpOrganizationDetails.struct_class = Types::IpOrganizationDetails
|
2389
|
+
|
2227
2390
|
Ipv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AssociationId"))
|
2228
2391
|
Ipv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ipv6CidrBlock"))
|
2229
2392
|
Ipv6CidrBlockAssociation.add_member(:cidr_block_state, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CidrBlockState"))
|
@@ -2248,7 +2411,7 @@ module Aws::SecurityHub
|
|
2248
2411
|
ListEnabledProductsForImportResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2249
2412
|
ListEnabledProductsForImportResponse.struct_class = Types::ListEnabledProductsForImportResponse
|
2250
2413
|
|
2251
|
-
ListInvitationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
2414
|
+
ListInvitationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CrossAccountMaxResults, location: "querystring", location_name: "MaxResults"))
|
2252
2415
|
ListInvitationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
2253
2416
|
ListInvitationsRequest.struct_class = Types::ListInvitationsRequest
|
2254
2417
|
|
@@ -2257,7 +2420,7 @@ module Aws::SecurityHub
|
|
2257
2420
|
ListInvitationsResponse.struct_class = Types::ListInvitationsResponse
|
2258
2421
|
|
2259
2422
|
ListMembersRequest.add_member(:only_associated, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "OnlyAssociated"))
|
2260
|
-
ListMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
2423
|
+
ListMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CrossAccountMaxResults, location: "querystring", location_name: "MaxResults"))
|
2261
2424
|
ListMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
2262
2425
|
ListMembersRequest.struct_class = Types::ListMembersRequest
|
2263
2426
|
|
@@ -2265,6 +2428,14 @@ module Aws::SecurityHub
|
|
2265
2428
|
ListMembersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
|
2266
2429
|
ListMembersResponse.struct_class = Types::ListMembersResponse
|
2267
2430
|
|
2431
|
+
ListOrganizationAdminAccountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AdminsMaxResults, location: "querystring", location_name: "MaxResults"))
|
2432
|
+
ListOrganizationAdminAccountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
2433
|
+
ListOrganizationAdminAccountsRequest.struct_class = Types::ListOrganizationAdminAccountsRequest
|
2434
|
+
|
2435
|
+
ListOrganizationAdminAccountsResponse.add_member(:admin_accounts, Shapes::ShapeRef.new(shape: AdminAccounts, location_name: "AdminAccounts"))
|
2436
|
+
ListOrganizationAdminAccountsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2437
|
+
ListOrganizationAdminAccountsResponse.struct_class = Types::ListOrganizationAdminAccountsResponse
|
2438
|
+
|
2268
2439
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
|
2269
2440
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
2270
2441
|
|
@@ -2314,6 +2485,14 @@ module Aws::SecurityHub
|
|
2314
2485
|
Network.add_member(:destination_domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DestinationDomain"))
|
2315
2486
|
Network.struct_class = Types::Network
|
2316
2487
|
|
2488
|
+
NetworkConnectionAction.add_member(:connection_direction, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ConnectionDirection"))
|
2489
|
+
NetworkConnectionAction.add_member(:remote_ip_details, Shapes::ShapeRef.new(shape: ActionRemoteIpDetails, location_name: "RemoteIpDetails"))
|
2490
|
+
NetworkConnectionAction.add_member(:remote_port_details, Shapes::ShapeRef.new(shape: ActionRemotePortDetails, location_name: "RemotePortDetails"))
|
2491
|
+
NetworkConnectionAction.add_member(:local_port_details, Shapes::ShapeRef.new(shape: ActionLocalPortDetails, location_name: "LocalPortDetails"))
|
2492
|
+
NetworkConnectionAction.add_member(:protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Protocol"))
|
2493
|
+
NetworkConnectionAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blocked"))
|
2494
|
+
NetworkConnectionAction.struct_class = Types::NetworkConnectionAction
|
2495
|
+
|
2317
2496
|
NetworkHeader.add_member(:protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Protocol"))
|
2318
2497
|
NetworkHeader.add_member(:destination, Shapes::ShapeRef.new(shape: NetworkPathComponentDetails, location_name: "Destination"))
|
2319
2498
|
NetworkHeader.add_member(:source, Shapes::ShapeRef.new(shape: NetworkPathComponentDetails, location_name: "Source"))
|
@@ -2362,6 +2541,17 @@ module Aws::SecurityHub
|
|
2362
2541
|
PatchSummary.add_member(:operation, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Operation"))
|
2363
2542
|
PatchSummary.struct_class = Types::PatchSummary
|
2364
2543
|
|
2544
|
+
PortProbeAction.add_member(:port_probe_details, Shapes::ShapeRef.new(shape: PortProbeDetailList, location_name: "PortProbeDetails"))
|
2545
|
+
PortProbeAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blocked"))
|
2546
|
+
PortProbeAction.struct_class = Types::PortProbeAction
|
2547
|
+
|
2548
|
+
PortProbeDetail.add_member(:local_port_details, Shapes::ShapeRef.new(shape: ActionLocalPortDetails, location_name: "LocalPortDetails"))
|
2549
|
+
PortProbeDetail.add_member(:local_ip_details, Shapes::ShapeRef.new(shape: ActionLocalIpDetails, location_name: "LocalIpDetails"))
|
2550
|
+
PortProbeDetail.add_member(:remote_ip_details, Shapes::ShapeRef.new(shape: ActionRemoteIpDetails, location_name: "RemoteIpDetails"))
|
2551
|
+
PortProbeDetail.struct_class = Types::PortProbeDetail
|
2552
|
+
|
2553
|
+
PortProbeDetailList.member = Shapes::ShapeRef.new(shape: PortProbeDetail)
|
2554
|
+
|
2365
2555
|
PortRange.add_member(:begin, Shapes::ShapeRef.new(shape: Integer, location_name: "Begin"))
|
2366
2556
|
PortRange.add_member(:end, Shapes::ShapeRef.new(shape: Integer, location_name: "End"))
|
2367
2557
|
PortRange.struct_class = Types::PortRange
|
@@ -2442,6 +2632,7 @@ module Aws::SecurityHub
|
|
2442
2632
|
ResourceDetails.add_member(:aws_api_gateway_stage, Shapes::ShapeRef.new(shape: AwsApiGatewayStageDetails, location_name: "AwsApiGatewayStage"))
|
2443
2633
|
ResourceDetails.add_member(:aws_api_gateway_rest_api, Shapes::ShapeRef.new(shape: AwsApiGatewayRestApiDetails, location_name: "AwsApiGatewayRestApi"))
|
2444
2634
|
ResourceDetails.add_member(:aws_cloud_trail_trail, Shapes::ShapeRef.new(shape: AwsCloudTrailTrailDetails, location_name: "AwsCloudTrailTrail"))
|
2635
|
+
ResourceDetails.add_member(:aws_ssm_patch_compliance, Shapes::ShapeRef.new(shape: AwsSsmPatchComplianceDetails, location_name: "AwsSsmPatchCompliance"))
|
2445
2636
|
ResourceDetails.add_member(:aws_certificate_manager_certificate, Shapes::ShapeRef.new(shape: AwsCertificateManagerCertificateDetails, location_name: "AwsCertificateManagerCertificate"))
|
2446
2637
|
ResourceDetails.add_member(:aws_redshift_cluster, Shapes::ShapeRef.new(shape: AwsRedshiftClusterDetails, location_name: "AwsRedshiftCluster"))
|
2447
2638
|
ResourceDetails.add_member(:aws_elb_load_balancer, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerDetails, location_name: "AwsElbLoadBalancer"))
|
@@ -2607,6 +2798,11 @@ module Aws::SecurityHub
|
|
2607
2798
|
|
2608
2799
|
UpdateInsightResponse.struct_class = Types::UpdateInsightResponse
|
2609
2800
|
|
2801
|
+
UpdateOrganizationConfigurationRequest.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "AutoEnable"))
|
2802
|
+
UpdateOrganizationConfigurationRequest.struct_class = Types::UpdateOrganizationConfigurationRequest
|
2803
|
+
|
2804
|
+
UpdateOrganizationConfigurationResponse.struct_class = Types::UpdateOrganizationConfigurationResponse
|
2805
|
+
|
2610
2806
|
UpdateSecurityHubConfigurationRequest.add_member(:auto_enable_controls, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEnableControls"))
|
2611
2807
|
UpdateSecurityHubConfigurationRequest.struct_class = Types::UpdateSecurityHubConfigurationRequest
|
2612
2808
|
|
@@ -2865,6 +3061,18 @@ module Aws::SecurityHub
|
|
2865
3061
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2866
3062
|
end)
|
2867
3063
|
|
3064
|
+
api.add_operation(:describe_organization_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3065
|
+
o.name = "DescribeOrganizationConfiguration"
|
3066
|
+
o.http_method = "GET"
|
3067
|
+
o.http_request_uri = "/organization/configuration"
|
3068
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationConfigurationRequest)
|
3069
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationConfigurationResponse)
|
3070
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
3071
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3072
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAccessException)
|
3073
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3074
|
+
end)
|
3075
|
+
|
2868
3076
|
api.add_operation(:describe_products, Seahorse::Model::Operation.new.tap do |o|
|
2869
3077
|
o.name = "DescribeProducts"
|
2870
3078
|
o.http_method = "GET"
|
@@ -2931,6 +3139,18 @@ module Aws::SecurityHub
|
|
2931
3139
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2932
3140
|
end)
|
2933
3141
|
|
3142
|
+
api.add_operation(:disable_organization_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
3143
|
+
o.name = "DisableOrganizationAdminAccount"
|
3144
|
+
o.http_method = "POST"
|
3145
|
+
o.http_request_uri = "/organization/admin/disable"
|
3146
|
+
o.input = Shapes::ShapeRef.new(shape: DisableOrganizationAdminAccountRequest)
|
3147
|
+
o.output = Shapes::ShapeRef.new(shape: DisableOrganizationAdminAccountResponse)
|
3148
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
3149
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3150
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAccessException)
|
3151
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3152
|
+
end)
|
3153
|
+
|
2934
3154
|
api.add_operation(:disable_security_hub, Seahorse::Model::Operation.new.tap do |o|
|
2935
3155
|
o.name = "DisableSecurityHub"
|
2936
3156
|
o.http_method = "DELETE"
|
@@ -2982,6 +3202,18 @@ module Aws::SecurityHub
|
|
2982
3202
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2983
3203
|
end)
|
2984
3204
|
|
3205
|
+
api.add_operation(:enable_organization_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
3206
|
+
o.name = "EnableOrganizationAdminAccount"
|
3207
|
+
o.http_method = "POST"
|
3208
|
+
o.http_request_uri = "/organization/admin/enable"
|
3209
|
+
o.input = Shapes::ShapeRef.new(shape: EnableOrganizationAdminAccountRequest)
|
3210
|
+
o.output = Shapes::ShapeRef.new(shape: EnableOrganizationAdminAccountResponse)
|
3211
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
3212
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3213
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAccessException)
|
3214
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3215
|
+
end)
|
3216
|
+
|
2985
3217
|
api.add_operation(:enable_security_hub, Seahorse::Model::Operation.new.tap do |o|
|
2986
3218
|
o.name = "EnableSecurityHub"
|
2987
3219
|
o.http_method = "POST"
|
@@ -3167,6 +3399,24 @@ module Aws::SecurityHub
|
|
3167
3399
|
)
|
3168
3400
|
end)
|
3169
3401
|
|
3402
|
+
api.add_operation(:list_organization_admin_accounts, Seahorse::Model::Operation.new.tap do |o|
|
3403
|
+
o.name = "ListOrganizationAdminAccounts"
|
3404
|
+
o.http_method = "GET"
|
3405
|
+
o.http_request_uri = "/organization/admin"
|
3406
|
+
o.input = Shapes::ShapeRef.new(shape: ListOrganizationAdminAccountsRequest)
|
3407
|
+
o.output = Shapes::ShapeRef.new(shape: ListOrganizationAdminAccountsResponse)
|
3408
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
3409
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3410
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAccessException)
|
3411
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3412
|
+
o[:pager] = Aws::Pager.new(
|
3413
|
+
limit_key: "max_results",
|
3414
|
+
tokens: {
|
3415
|
+
"next_token" => "next_token"
|
3416
|
+
}
|
3417
|
+
)
|
3418
|
+
end)
|
3419
|
+
|
3170
3420
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
3171
3421
|
o.name = "ListTagsForResource"
|
3172
3422
|
o.http_method = "GET"
|
@@ -3239,6 +3489,18 @@ module Aws::SecurityHub
|
|
3239
3489
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3240
3490
|
end)
|
3241
3491
|
|
3492
|
+
api.add_operation(:update_organization_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3493
|
+
o.name = "UpdateOrganizationConfiguration"
|
3494
|
+
o.http_method = "POST"
|
3495
|
+
o.http_request_uri = "/organization/configuration"
|
3496
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateOrganizationConfigurationRequest)
|
3497
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateOrganizationConfigurationResponse)
|
3498
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
3499
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3500
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAccessException)
|
3501
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3502
|
+
end)
|
3503
|
+
|
3242
3504
|
api.add_operation(:update_security_hub_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3243
3505
|
o.name = "UpdateSecurityHubConfiguration"
|
3244
3506
|
o.http_method = "PATCH"
|