aws-sdk-securityhub 1.37.0 → 1.42.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 +223 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-securityhub.rb +2 -2
- data/lib/aws-sdk-securityhub/client.rb +679 -15
- data/lib/aws-sdk-securityhub/client_api.rb +282 -6
- data/lib/aws-sdk-securityhub/errors.rb +1 -1
- data/lib/aws-sdk-securityhub/resource.rb +1 -1
- data/lib/aws-sdk-securityhub/types.rb +3478 -77
- metadata +8 -5
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -20,6 +20,11 @@ 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')
|
25
30
|
AdminAccount = Shapes::StructureShape.new(name: 'AdminAccount')
|
@@ -29,6 +34,8 @@ module Aws::SecurityHub
|
|
29
34
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
30
35
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
31
36
|
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
37
|
+
AwsApiCallAction = Shapes::StructureShape.new(name: 'AwsApiCallAction')
|
38
|
+
AwsApiCallActionDomainDetails = Shapes::StructureShape.new(name: 'AwsApiCallActionDomainDetails')
|
32
39
|
AwsApiGatewayAccessLogSettings = Shapes::StructureShape.new(name: 'AwsApiGatewayAccessLogSettings')
|
33
40
|
AwsApiGatewayCanarySettings = Shapes::StructureShape.new(name: 'AwsApiGatewayCanarySettings')
|
34
41
|
AwsApiGatewayEndpointConfiguration = Shapes::StructureShape.new(name: 'AwsApiGatewayEndpointConfiguration')
|
@@ -97,6 +104,10 @@ module Aws::SecurityHub
|
|
97
104
|
AwsEc2InstanceDetails = Shapes::StructureShape.new(name: 'AwsEc2InstanceDetails')
|
98
105
|
AwsEc2NetworkInterfaceAttachment = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceAttachment')
|
99
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')
|
100
111
|
AwsEc2NetworkInterfaceSecurityGroup = Shapes::StructureShape.new(name: 'AwsEc2NetworkInterfaceSecurityGroup')
|
101
112
|
AwsEc2NetworkInterfaceSecurityGroupList = Shapes::ListShape.new(name: 'AwsEc2NetworkInterfaceSecurityGroupList')
|
102
113
|
AwsEc2SecurityGroupDetails = Shapes::StructureShape.new(name: 'AwsEc2SecurityGroupDetails')
|
@@ -230,6 +241,7 @@ module Aws::SecurityHub
|
|
230
241
|
AwsRedshiftClusterRestoreStatus = Shapes::StructureShape.new(name: 'AwsRedshiftClusterRestoreStatus')
|
231
242
|
AwsRedshiftClusterVpcSecurityGroup = Shapes::StructureShape.new(name: 'AwsRedshiftClusterVpcSecurityGroup')
|
232
243
|
AwsRedshiftClusterVpcSecurityGroups = Shapes::ListShape.new(name: 'AwsRedshiftClusterVpcSecurityGroups')
|
244
|
+
AwsS3AccountPublicAccessBlockDetails = Shapes::StructureShape.new(name: 'AwsS3AccountPublicAccessBlockDetails')
|
233
245
|
AwsS3BucketDetails = Shapes::StructureShape.new(name: 'AwsS3BucketDetails')
|
234
246
|
AwsS3BucketServerSideEncryptionByDefault = Shapes::StructureShape.new(name: 'AwsS3BucketServerSideEncryptionByDefault')
|
235
247
|
AwsS3BucketServerSideEncryptionConfiguration = Shapes::StructureShape.new(name: 'AwsS3BucketServerSideEncryptionConfiguration')
|
@@ -247,6 +259,9 @@ module Aws::SecurityHub
|
|
247
259
|
AwsSnsTopicSubscription = Shapes::StructureShape.new(name: 'AwsSnsTopicSubscription')
|
248
260
|
AwsSnsTopicSubscriptionList = Shapes::ListShape.new(name: 'AwsSnsTopicSubscriptionList')
|
249
261
|
AwsSqsQueueDetails = Shapes::StructureShape.new(name: 'AwsSqsQueueDetails')
|
262
|
+
AwsSsmComplianceSummary = Shapes::StructureShape.new(name: 'AwsSsmComplianceSummary')
|
263
|
+
AwsSsmPatch = Shapes::StructureShape.new(name: 'AwsSsmPatch')
|
264
|
+
AwsSsmPatchComplianceDetails = Shapes::StructureShape.new(name: 'AwsSsmPatchComplianceDetails')
|
250
265
|
AwsWafWebAclDetails = Shapes::StructureShape.new(name: 'AwsWafWebAclDetails')
|
251
266
|
AwsWafWebAclRule = Shapes::StructureShape.new(name: 'AwsWafWebAclRule')
|
252
267
|
AwsWafWebAclRuleList = Shapes::ListShape.new(name: 'AwsWafWebAclRuleList')
|
@@ -255,6 +270,7 @@ module Aws::SecurityHub
|
|
255
270
|
BatchEnableStandardsRequest = Shapes::StructureShape.new(name: 'BatchEnableStandardsRequest')
|
256
271
|
BatchEnableStandardsResponse = Shapes::StructureShape.new(name: 'BatchEnableStandardsResponse')
|
257
272
|
BatchImportFindingsRequest = Shapes::StructureShape.new(name: 'BatchImportFindingsRequest')
|
273
|
+
BatchImportFindingsRequestFindingList = Shapes::ListShape.new(name: 'BatchImportFindingsRequestFindingList')
|
258
274
|
BatchImportFindingsResponse = Shapes::StructureShape.new(name: 'BatchImportFindingsResponse')
|
259
275
|
BatchUpdateFindingsRequest = Shapes::StructureShape.new(name: 'BatchUpdateFindingsRequest')
|
260
276
|
BatchUpdateFindingsResponse = Shapes::StructureShape.new(name: 'BatchUpdateFindingsResponse')
|
@@ -262,12 +278,18 @@ module Aws::SecurityHub
|
|
262
278
|
BatchUpdateFindingsUnprocessedFindingsList = Shapes::ListShape.new(name: 'BatchUpdateFindingsUnprocessedFindingsList')
|
263
279
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
264
280
|
CategoryList = Shapes::ListShape.new(name: 'CategoryList')
|
281
|
+
Cell = Shapes::StructureShape.new(name: 'Cell')
|
282
|
+
Cells = Shapes::ListShape.new(name: 'Cells')
|
265
283
|
CidrBlockAssociation = Shapes::StructureShape.new(name: 'CidrBlockAssociation')
|
266
284
|
CidrBlockAssociationList = Shapes::ListShape.new(name: 'CidrBlockAssociationList')
|
285
|
+
City = Shapes::StructureShape.new(name: 'City')
|
286
|
+
ClassificationResult = Shapes::StructureShape.new(name: 'ClassificationResult')
|
287
|
+
ClassificationStatus = Shapes::StructureShape.new(name: 'ClassificationStatus')
|
267
288
|
Compliance = Shapes::StructureShape.new(name: 'Compliance')
|
268
289
|
ComplianceStatus = Shapes::StringShape.new(name: 'ComplianceStatus')
|
269
290
|
ContainerDetails = Shapes::StructureShape.new(name: 'ContainerDetails')
|
270
291
|
ControlStatus = Shapes::StringShape.new(name: 'ControlStatus')
|
292
|
+
Country = Shapes::StructureShape.new(name: 'Country')
|
271
293
|
CreateActionTargetRequest = Shapes::StructureShape.new(name: 'CreateActionTargetRequest')
|
272
294
|
CreateActionTargetResponse = Shapes::StructureShape.new(name: 'CreateActionTargetResponse')
|
273
295
|
CreateInsightRequest = Shapes::StructureShape.new(name: 'CreateInsightRequest')
|
@@ -275,8 +297,12 @@ module Aws::SecurityHub
|
|
275
297
|
CreateMembersRequest = Shapes::StructureShape.new(name: 'CreateMembersRequest')
|
276
298
|
CreateMembersResponse = Shapes::StructureShape.new(name: 'CreateMembersResponse')
|
277
299
|
CrossAccountMaxResults = Shapes::IntegerShape.new(name: 'CrossAccountMaxResults')
|
300
|
+
CustomDataIdentifiersDetections = Shapes::StructureShape.new(name: 'CustomDataIdentifiersDetections')
|
301
|
+
CustomDataIdentifiersDetectionsList = Shapes::ListShape.new(name: 'CustomDataIdentifiersDetectionsList')
|
302
|
+
CustomDataIdentifiersResult = Shapes::StructureShape.new(name: 'CustomDataIdentifiersResult')
|
278
303
|
Cvss = Shapes::StructureShape.new(name: 'Cvss')
|
279
304
|
CvssList = Shapes::ListShape.new(name: 'CvssList')
|
305
|
+
DataClassificationDetails = Shapes::StructureShape.new(name: 'DataClassificationDetails')
|
280
306
|
DateFilter = Shapes::StructureShape.new(name: 'DateFilter')
|
281
307
|
DateFilterList = Shapes::ListShape.new(name: 'DateFilterList')
|
282
308
|
DateRange = Shapes::StructureShape.new(name: 'DateRange')
|
@@ -313,6 +339,7 @@ module Aws::SecurityHub
|
|
313
339
|
DisassociateFromMasterAccountResponse = Shapes::StructureShape.new(name: 'DisassociateFromMasterAccountResponse')
|
314
340
|
DisassociateMembersRequest = Shapes::StructureShape.new(name: 'DisassociateMembersRequest')
|
315
341
|
DisassociateMembersResponse = Shapes::StructureShape.new(name: 'DisassociateMembersResponse')
|
342
|
+
DnsRequestAction = Shapes::StructureShape.new(name: 'DnsRequestAction')
|
316
343
|
Double = Shapes::FloatShape.new(name: 'Double')
|
317
344
|
EnableImportFindingsForProductRequest = Shapes::StructureShape.new(name: 'EnableImportFindingsForProductRequest')
|
318
345
|
EnableImportFindingsForProductResponse = Shapes::StructureShape.new(name: 'EnableImportFindingsForProductResponse')
|
@@ -321,6 +348,9 @@ module Aws::SecurityHub
|
|
321
348
|
EnableSecurityHubRequest = Shapes::StructureShape.new(name: 'EnableSecurityHubRequest')
|
322
349
|
EnableSecurityHubResponse = Shapes::StructureShape.new(name: 'EnableSecurityHubResponse')
|
323
350
|
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
351
|
+
FindingProviderFields = Shapes::StructureShape.new(name: 'FindingProviderFields')
|
352
|
+
FindingProviderSeverity = Shapes::StructureShape.new(name: 'FindingProviderSeverity')
|
353
|
+
GeoLocation = Shapes::StructureShape.new(name: 'GeoLocation')
|
324
354
|
GetEnabledStandardsRequest = Shapes::StructureShape.new(name: 'GetEnabledStandardsRequest')
|
325
355
|
GetEnabledStandardsResponse = Shapes::StructureShape.new(name: 'GetEnabledStandardsResponse')
|
326
356
|
GetFindingsRequest = Shapes::StructureShape.new(name: 'GetFindingsRequest')
|
@@ -354,6 +384,7 @@ module Aws::SecurityHub
|
|
354
384
|
InviteMembersResponse = Shapes::StructureShape.new(name: 'InviteMembersResponse')
|
355
385
|
IpFilter = Shapes::StructureShape.new(name: 'IpFilter')
|
356
386
|
IpFilterList = Shapes::ListShape.new(name: 'IpFilterList')
|
387
|
+
IpOrganizationDetails = Shapes::StructureShape.new(name: 'IpOrganizationDetails')
|
357
388
|
Ipv6CidrBlockAssociation = Shapes::StructureShape.new(name: 'Ipv6CidrBlockAssociation')
|
358
389
|
Ipv6CidrBlockAssociationList = Shapes::ListShape.new(name: 'Ipv6CidrBlockAssociationList')
|
359
390
|
KeywordFilter = Shapes::StructureShape.new(name: 'KeywordFilter')
|
@@ -382,6 +413,7 @@ module Aws::SecurityHub
|
|
382
413
|
Member = Shapes::StructureShape.new(name: 'Member')
|
383
414
|
MemberList = Shapes::ListShape.new(name: 'MemberList')
|
384
415
|
Network = Shapes::StructureShape.new(name: 'Network')
|
416
|
+
NetworkConnectionAction = Shapes::StructureShape.new(name: 'NetworkConnectionAction')
|
385
417
|
NetworkDirection = Shapes::StringShape.new(name: 'NetworkDirection')
|
386
418
|
NetworkHeader = Shapes::StructureShape.new(name: 'NetworkHeader')
|
387
419
|
NetworkPathComponent = Shapes::StructureShape.new(name: 'NetworkPathComponent')
|
@@ -394,17 +426,27 @@ module Aws::SecurityHub
|
|
394
426
|
NoteUpdate = Shapes::StructureShape.new(name: 'NoteUpdate')
|
395
427
|
NumberFilter = Shapes::StructureShape.new(name: 'NumberFilter')
|
396
428
|
NumberFilterList = Shapes::ListShape.new(name: 'NumberFilterList')
|
429
|
+
Occurrences = Shapes::StructureShape.new(name: 'Occurrences')
|
430
|
+
Page = Shapes::StructureShape.new(name: 'Page')
|
431
|
+
Pages = Shapes::ListShape.new(name: 'Pages')
|
397
432
|
Partition = Shapes::StringShape.new(name: 'Partition')
|
398
433
|
PatchSummary = Shapes::StructureShape.new(name: 'PatchSummary')
|
434
|
+
PortProbeAction = Shapes::StructureShape.new(name: 'PortProbeAction')
|
435
|
+
PortProbeDetail = Shapes::StructureShape.new(name: 'PortProbeDetail')
|
436
|
+
PortProbeDetailList = Shapes::ListShape.new(name: 'PortProbeDetailList')
|
399
437
|
PortRange = Shapes::StructureShape.new(name: 'PortRange')
|
400
438
|
PortRangeList = Shapes::ListShape.new(name: 'PortRangeList')
|
401
439
|
ProcessDetails = Shapes::StructureShape.new(name: 'ProcessDetails')
|
402
440
|
Product = Shapes::StructureShape.new(name: 'Product')
|
403
441
|
ProductSubscriptionArnList = Shapes::ListShape.new(name: 'ProductSubscriptionArnList')
|
404
442
|
ProductsList = Shapes::ListShape.new(name: 'ProductsList')
|
443
|
+
Range = Shapes::StructureShape.new(name: 'Range')
|
444
|
+
Ranges = Shapes::ListShape.new(name: 'Ranges')
|
405
445
|
RatioScale = Shapes::IntegerShape.new(name: 'RatioScale')
|
406
446
|
Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
|
447
|
+
Record = Shapes::StructureShape.new(name: 'Record')
|
407
448
|
RecordState = Shapes::StringShape.new(name: 'RecordState')
|
449
|
+
Records = Shapes::ListShape.new(name: 'Records')
|
408
450
|
RelatedFinding = Shapes::StructureShape.new(name: 'RelatedFinding')
|
409
451
|
RelatedFindingList = Shapes::ListShape.new(name: 'RelatedFindingList')
|
410
452
|
RelatedRequirementsList = Shapes::ListShape.new(name: 'RelatedRequirementsList')
|
@@ -418,6 +460,10 @@ module Aws::SecurityHub
|
|
418
460
|
Result = Shapes::StructureShape.new(name: 'Result')
|
419
461
|
ResultList = Shapes::ListShape.new(name: 'ResultList')
|
420
462
|
SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
|
463
|
+
SensitiveDataDetections = Shapes::StructureShape.new(name: 'SensitiveDataDetections')
|
464
|
+
SensitiveDataDetectionsList = Shapes::ListShape.new(name: 'SensitiveDataDetectionsList')
|
465
|
+
SensitiveDataResult = Shapes::StructureShape.new(name: 'SensitiveDataResult')
|
466
|
+
SensitiveDataResultList = Shapes::ListShape.new(name: 'SensitiveDataResultList')
|
421
467
|
Severity = Shapes::StructureShape.new(name: 'Severity')
|
422
468
|
SeverityLabel = Shapes::StringShape.new(name: 'SeverityLabel')
|
423
469
|
SeverityRating = Shapes::StringShape.new(name: 'SeverityRating')
|
@@ -502,6 +548,31 @@ module Aws::SecurityHub
|
|
502
548
|
|
503
549
|
AccountIdList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
504
550
|
|
551
|
+
Action.add_member(:action_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ActionType"))
|
552
|
+
Action.add_member(:network_connection_action, Shapes::ShapeRef.new(shape: NetworkConnectionAction, location_name: "NetworkConnectionAction"))
|
553
|
+
Action.add_member(:aws_api_call_action, Shapes::ShapeRef.new(shape: AwsApiCallAction, location_name: "AwsApiCallAction"))
|
554
|
+
Action.add_member(:dns_request_action, Shapes::ShapeRef.new(shape: DnsRequestAction, location_name: "DnsRequestAction"))
|
555
|
+
Action.add_member(:port_probe_action, Shapes::ShapeRef.new(shape: PortProbeAction, location_name: "PortProbeAction"))
|
556
|
+
Action.struct_class = Types::Action
|
557
|
+
|
558
|
+
ActionLocalIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "IpAddressV4"))
|
559
|
+
ActionLocalIpDetails.struct_class = Types::ActionLocalIpDetails
|
560
|
+
|
561
|
+
ActionLocalPortDetails.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
562
|
+
ActionLocalPortDetails.add_member(:port_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PortName"))
|
563
|
+
ActionLocalPortDetails.struct_class = Types::ActionLocalPortDetails
|
564
|
+
|
565
|
+
ActionRemoteIpDetails.add_member(:ip_address_v4, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "IpAddressV4"))
|
566
|
+
ActionRemoteIpDetails.add_member(:organization, Shapes::ShapeRef.new(shape: IpOrganizationDetails, location_name: "Organization"))
|
567
|
+
ActionRemoteIpDetails.add_member(:country, Shapes::ShapeRef.new(shape: Country, location_name: "Country"))
|
568
|
+
ActionRemoteIpDetails.add_member(:city, Shapes::ShapeRef.new(shape: City, location_name: "City"))
|
569
|
+
ActionRemoteIpDetails.add_member(:geo_location, Shapes::ShapeRef.new(shape: GeoLocation, location_name: "GeoLocation"))
|
570
|
+
ActionRemoteIpDetails.struct_class = Types::ActionRemoteIpDetails
|
571
|
+
|
572
|
+
ActionRemotePortDetails.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
573
|
+
ActionRemotePortDetails.add_member(:port_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PortName"))
|
574
|
+
ActionRemotePortDetails.struct_class = Types::ActionRemotePortDetails
|
575
|
+
|
505
576
|
ActionTarget.add_member(:action_target_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ActionTargetArn"))
|
506
577
|
ActionTarget.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
507
578
|
ActionTarget.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Description"))
|
@@ -523,6 +594,19 @@ module Aws::SecurityHub
|
|
523
594
|
|
524
595
|
AvailabilityZones.member = Shapes::ShapeRef.new(shape: AvailabilityZone)
|
525
596
|
|
597
|
+
AwsApiCallAction.add_member(:api, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Api"))
|
598
|
+
AwsApiCallAction.add_member(:service_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ServiceName"))
|
599
|
+
AwsApiCallAction.add_member(:caller_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CallerType"))
|
600
|
+
AwsApiCallAction.add_member(:remote_ip_details, Shapes::ShapeRef.new(shape: ActionRemoteIpDetails, location_name: "RemoteIpDetails"))
|
601
|
+
AwsApiCallAction.add_member(:domain_details, Shapes::ShapeRef.new(shape: AwsApiCallActionDomainDetails, location_name: "DomainDetails"))
|
602
|
+
AwsApiCallAction.add_member(:affected_resources, Shapes::ShapeRef.new(shape: FieldMap, location_name: "AffectedResources"))
|
603
|
+
AwsApiCallAction.add_member(:first_seen, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "FirstSeen"))
|
604
|
+
AwsApiCallAction.add_member(:last_seen, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastSeen"))
|
605
|
+
AwsApiCallAction.struct_class = Types::AwsApiCallAction
|
606
|
+
|
607
|
+
AwsApiCallActionDomainDetails.add_member(:domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Domain"))
|
608
|
+
AwsApiCallActionDomainDetails.struct_class = Types::AwsApiCallActionDomainDetails
|
609
|
+
|
526
610
|
AwsApiGatewayAccessLogSettings.add_member(:format, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Format"))
|
527
611
|
AwsApiGatewayAccessLogSettings.add_member(:destination_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DestinationArn"))
|
528
612
|
AwsApiGatewayAccessLogSettings.struct_class = Types::AwsApiGatewayAccessLogSettings
|
@@ -936,8 +1020,23 @@ module Aws::SecurityHub
|
|
936
1020
|
AwsEc2NetworkInterfaceDetails.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NetworkInterfaceId"))
|
937
1021
|
AwsEc2NetworkInterfaceDetails.add_member(:security_groups, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceSecurityGroupList, location_name: "SecurityGroups"))
|
938
1022
|
AwsEc2NetworkInterfaceDetails.add_member(:source_dest_check, Shapes::ShapeRef.new(shape: Boolean, location_name: "SourceDestCheck"))
|
1023
|
+
AwsEc2NetworkInterfaceDetails.add_member(:ip_v6_addresses, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceIpV6AddressList, location_name: "IpV6Addresses"))
|
1024
|
+
AwsEc2NetworkInterfaceDetails.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfacePrivateIpAddressList, location_name: "PrivateIpAddresses"))
|
1025
|
+
AwsEc2NetworkInterfaceDetails.add_member(:public_dns_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PublicDnsName"))
|
1026
|
+
AwsEc2NetworkInterfaceDetails.add_member(:public_ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PublicIp"))
|
939
1027
|
AwsEc2NetworkInterfaceDetails.struct_class = Types::AwsEc2NetworkInterfaceDetails
|
940
1028
|
|
1029
|
+
AwsEc2NetworkInterfaceIpV6AddressDetail.add_member(:ip_v6_address, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "IpV6Address"))
|
1030
|
+
AwsEc2NetworkInterfaceIpV6AddressDetail.struct_class = Types::AwsEc2NetworkInterfaceIpV6AddressDetail
|
1031
|
+
|
1032
|
+
AwsEc2NetworkInterfaceIpV6AddressList.member = Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfaceIpV6AddressDetail)
|
1033
|
+
|
1034
|
+
AwsEc2NetworkInterfacePrivateIpAddressDetail.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PrivateIpAddress"))
|
1035
|
+
AwsEc2NetworkInterfacePrivateIpAddressDetail.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PrivateDnsName"))
|
1036
|
+
AwsEc2NetworkInterfacePrivateIpAddressDetail.struct_class = Types::AwsEc2NetworkInterfacePrivateIpAddressDetail
|
1037
|
+
|
1038
|
+
AwsEc2NetworkInterfacePrivateIpAddressList.member = Shapes::ShapeRef.new(shape: AwsEc2NetworkInterfacePrivateIpAddressDetail)
|
1039
|
+
|
941
1040
|
AwsEc2NetworkInterfaceSecurityGroup.add_member(:group_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "GroupName"))
|
942
1041
|
AwsEc2NetworkInterfaceSecurityGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "GroupId"))
|
943
1042
|
AwsEc2NetworkInterfaceSecurityGroup.struct_class = Types::AwsEc2NetworkInterfaceSecurityGroup
|
@@ -1724,10 +1823,17 @@ module Aws::SecurityHub
|
|
1724
1823
|
|
1725
1824
|
AwsRedshiftClusterVpcSecurityGroups.member = Shapes::ShapeRef.new(shape: AwsRedshiftClusterVpcSecurityGroup)
|
1726
1825
|
|
1826
|
+
AwsS3AccountPublicAccessBlockDetails.add_member(:block_public_acls, Shapes::ShapeRef.new(shape: Boolean, location_name: "BlockPublicAcls"))
|
1827
|
+
AwsS3AccountPublicAccessBlockDetails.add_member(:block_public_policy, Shapes::ShapeRef.new(shape: Boolean, location_name: "BlockPublicPolicy"))
|
1828
|
+
AwsS3AccountPublicAccessBlockDetails.add_member(:ignore_public_acls, Shapes::ShapeRef.new(shape: Boolean, location_name: "IgnorePublicAcls"))
|
1829
|
+
AwsS3AccountPublicAccessBlockDetails.add_member(:restrict_public_buckets, Shapes::ShapeRef.new(shape: Boolean, location_name: "RestrictPublicBuckets"))
|
1830
|
+
AwsS3AccountPublicAccessBlockDetails.struct_class = Types::AwsS3AccountPublicAccessBlockDetails
|
1831
|
+
|
1727
1832
|
AwsS3BucketDetails.add_member(:owner_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "OwnerId"))
|
1728
1833
|
AwsS3BucketDetails.add_member(:owner_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "OwnerName"))
|
1729
1834
|
AwsS3BucketDetails.add_member(:created_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CreatedAt"))
|
1730
1835
|
AwsS3BucketDetails.add_member(:server_side_encryption_configuration, Shapes::ShapeRef.new(shape: AwsS3BucketServerSideEncryptionConfiguration, location_name: "ServerSideEncryptionConfiguration"))
|
1836
|
+
AwsS3BucketDetails.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: AwsS3AccountPublicAccessBlockDetails, location_name: "PublicAccessBlockConfiguration"))
|
1731
1837
|
AwsS3BucketDetails.struct_class = Types::AwsS3BucketDetails
|
1732
1838
|
|
1733
1839
|
AwsS3BucketServerSideEncryptionByDefault.add_member(:sse_algorithm, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SSEAlgorithm"))
|
@@ -1768,12 +1874,12 @@ module Aws::SecurityHub
|
|
1768
1874
|
AwsSecurityFinding.add_member(:product_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ProductArn"))
|
1769
1875
|
AwsSecurityFinding.add_member(:generator_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "GeneratorId"))
|
1770
1876
|
AwsSecurityFinding.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "AwsAccountId"))
|
1771
|
-
AwsSecurityFinding.add_member(:types, Shapes::ShapeRef.new(shape: TypeList,
|
1877
|
+
AwsSecurityFinding.add_member(:types, Shapes::ShapeRef.new(shape: TypeList, location_name: "Types"))
|
1772
1878
|
AwsSecurityFinding.add_member(:first_observed_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "FirstObservedAt"))
|
1773
1879
|
AwsSecurityFinding.add_member(:last_observed_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastObservedAt"))
|
1774
1880
|
AwsSecurityFinding.add_member(:created_at, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "CreatedAt"))
|
1775
1881
|
AwsSecurityFinding.add_member(:updated_at, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "UpdatedAt"))
|
1776
|
-
AwsSecurityFinding.add_member(:severity, Shapes::ShapeRef.new(shape: Severity,
|
1882
|
+
AwsSecurityFinding.add_member(:severity, Shapes::ShapeRef.new(shape: Severity, location_name: "Severity"))
|
1777
1883
|
AwsSecurityFinding.add_member(:confidence, Shapes::ShapeRef.new(shape: Integer, location_name: "Confidence"))
|
1778
1884
|
AwsSecurityFinding.add_member(:criticality, Shapes::ShapeRef.new(shape: Integer, location_name: "Criticality"))
|
1779
1885
|
AwsSecurityFinding.add_member(:title, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Title"))
|
@@ -1797,6 +1903,8 @@ module Aws::SecurityHub
|
|
1797
1903
|
AwsSecurityFinding.add_member(:note, Shapes::ShapeRef.new(shape: Note, location_name: "Note"))
|
1798
1904
|
AwsSecurityFinding.add_member(:vulnerabilities, Shapes::ShapeRef.new(shape: VulnerabilityList, location_name: "Vulnerabilities"))
|
1799
1905
|
AwsSecurityFinding.add_member(:patch_summary, Shapes::ShapeRef.new(shape: PatchSummary, location_name: "PatchSummary"))
|
1906
|
+
AwsSecurityFinding.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
|
1907
|
+
AwsSecurityFinding.add_member(:finding_provider_fields, Shapes::ShapeRef.new(shape: FindingProviderFields, location_name: "FindingProviderFields"))
|
1800
1908
|
AwsSecurityFinding.struct_class = Types::AwsSecurityFinding
|
1801
1909
|
|
1802
1910
|
AwsSecurityFindingFilters.add_member(:product_arn, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ProductArn"))
|
@@ -1808,8 +1916,8 @@ module Aws::SecurityHub
|
|
1808
1916
|
AwsSecurityFindingFilters.add_member(:last_observed_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "LastObservedAt"))
|
1809
1917
|
AwsSecurityFindingFilters.add_member(:created_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "CreatedAt"))
|
1810
1918
|
AwsSecurityFindingFilters.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "UpdatedAt"))
|
1811
|
-
AwsSecurityFindingFilters.add_member(:severity_product, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "SeverityProduct"))
|
1812
|
-
AwsSecurityFindingFilters.add_member(:severity_normalized, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "SeverityNormalized"))
|
1919
|
+
AwsSecurityFindingFilters.add_member(:severity_product, Shapes::ShapeRef.new(shape: NumberFilterList, deprecated: true, location_name: "SeverityProduct", metadata: {"deprecatedMessage"=>"This filter is deprecated, use FindingProviiltersSeverityOriginal instead."}))
|
1920
|
+
AwsSecurityFindingFilters.add_member(:severity_normalized, Shapes::ShapeRef.new(shape: NumberFilterList, deprecated: true, location_name: "SeverityNormalized", metadata: {"deprecatedMessage"=>"This filter is deprecated, use SeverityLabel or FindingProviderFieldsSeverityLabel instead."}))
|
1813
1921
|
AwsSecurityFindingFilters.add_member(:severity_label, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "SeverityLabel"))
|
1814
1922
|
AwsSecurityFindingFilters.add_member(:confidence, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "Confidence"))
|
1815
1923
|
AwsSecurityFindingFilters.add_member(:criticality, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "Criticality"))
|
@@ -1883,6 +1991,13 @@ module Aws::SecurityHub
|
|
1883
1991
|
AwsSecurityFindingFilters.add_member(:note_updated_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "NoteUpdatedAt"))
|
1884
1992
|
AwsSecurityFindingFilters.add_member(:note_updated_by, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "NoteUpdatedBy"))
|
1885
1993
|
AwsSecurityFindingFilters.add_member(:keyword, Shapes::ShapeRef.new(shape: KeywordFilterList, location_name: "Keyword"))
|
1994
|
+
AwsSecurityFindingFilters.add_member(:finding_provider_fields_confidence, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "FindingProviderFieldsConfidence"))
|
1995
|
+
AwsSecurityFindingFilters.add_member(:finding_provider_fields_criticality, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "FindingProviderFieldsCriticality"))
|
1996
|
+
AwsSecurityFindingFilters.add_member(:finding_provider_fields_related_findings_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "FindingProviderFieldsRelatedFindingsId"))
|
1997
|
+
AwsSecurityFindingFilters.add_member(:finding_provider_fields_related_findings_product_arn, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "FindingProviderFieldsRelatedFindingsProductArn"))
|
1998
|
+
AwsSecurityFindingFilters.add_member(:finding_provider_fields_severity_label, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "FindingProviderFieldsSeverityLabel"))
|
1999
|
+
AwsSecurityFindingFilters.add_member(:finding_provider_fields_severity_original, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "FindingProviderFieldsSeverityOriginal"))
|
2000
|
+
AwsSecurityFindingFilters.add_member(:finding_provider_fields_types, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "FindingProviderFieldsTypes"))
|
1886
2001
|
AwsSecurityFindingFilters.struct_class = Types::AwsSecurityFindingFilters
|
1887
2002
|
|
1888
2003
|
AwsSecurityFindingIdentifier.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Id"))
|
@@ -1911,6 +2026,32 @@ module Aws::SecurityHub
|
|
1911
2026
|
AwsSqsQueueDetails.add_member(:dead_letter_target_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DeadLetterTargetArn"))
|
1912
2027
|
AwsSqsQueueDetails.struct_class = Types::AwsSqsQueueDetails
|
1913
2028
|
|
2029
|
+
AwsSsmComplianceSummary.add_member(:status, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Status"))
|
2030
|
+
AwsSsmComplianceSummary.add_member(:compliant_critical_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantCriticalCount"))
|
2031
|
+
AwsSsmComplianceSummary.add_member(:compliant_high_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantHighCount"))
|
2032
|
+
AwsSsmComplianceSummary.add_member(:compliant_medium_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantMediumCount"))
|
2033
|
+
AwsSsmComplianceSummary.add_member(:execution_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ExecutionType"))
|
2034
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_critical_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantCriticalCount"))
|
2035
|
+
AwsSsmComplianceSummary.add_member(:compliant_informational_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantInformationalCount"))
|
2036
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_informational_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantInformationalCount"))
|
2037
|
+
AwsSsmComplianceSummary.add_member(:compliant_unspecified_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantUnspecifiedCount"))
|
2038
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_low_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantLowCount"))
|
2039
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_high_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantHighCount"))
|
2040
|
+
AwsSsmComplianceSummary.add_member(:compliant_low_count, Shapes::ShapeRef.new(shape: Integer, location_name: "CompliantLowCount"))
|
2041
|
+
AwsSsmComplianceSummary.add_member(:compliance_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ComplianceType"))
|
2042
|
+
AwsSsmComplianceSummary.add_member(:patch_baseline_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PatchBaselineId"))
|
2043
|
+
AwsSsmComplianceSummary.add_member(:overall_severity, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "OverallSeverity"))
|
2044
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_medium_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantMediumCount"))
|
2045
|
+
AwsSsmComplianceSummary.add_member(:non_compliant_unspecified_count, Shapes::ShapeRef.new(shape: Integer, location_name: "NonCompliantUnspecifiedCount"))
|
2046
|
+
AwsSsmComplianceSummary.add_member(:patch_group, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PatchGroup"))
|
2047
|
+
AwsSsmComplianceSummary.struct_class = Types::AwsSsmComplianceSummary
|
2048
|
+
|
2049
|
+
AwsSsmPatch.add_member(:compliance_summary, Shapes::ShapeRef.new(shape: AwsSsmComplianceSummary, location_name: "ComplianceSummary"))
|
2050
|
+
AwsSsmPatch.struct_class = Types::AwsSsmPatch
|
2051
|
+
|
2052
|
+
AwsSsmPatchComplianceDetails.add_member(:patch, Shapes::ShapeRef.new(shape: AwsSsmPatch, location_name: "Patch"))
|
2053
|
+
AwsSsmPatchComplianceDetails.struct_class = Types::AwsSsmPatchComplianceDetails
|
2054
|
+
|
1914
2055
|
AwsWafWebAclDetails.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
1915
2056
|
AwsWafWebAclDetails.add_member(:default_action, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DefaultAction"))
|
1916
2057
|
AwsWafWebAclDetails.add_member(:rules, Shapes::ShapeRef.new(shape: AwsWafWebAclRuleList, location_name: "Rules"))
|
@@ -1939,9 +2080,11 @@ module Aws::SecurityHub
|
|
1939
2080
|
BatchEnableStandardsResponse.add_member(:standards_subscriptions, Shapes::ShapeRef.new(shape: StandardsSubscriptions, location_name: "StandardsSubscriptions"))
|
1940
2081
|
BatchEnableStandardsResponse.struct_class = Types::BatchEnableStandardsResponse
|
1941
2082
|
|
1942
|
-
BatchImportFindingsRequest.add_member(:findings, Shapes::ShapeRef.new(shape:
|
2083
|
+
BatchImportFindingsRequest.add_member(:findings, Shapes::ShapeRef.new(shape: BatchImportFindingsRequestFindingList, required: true, location_name: "Findings"))
|
1943
2084
|
BatchImportFindingsRequest.struct_class = Types::BatchImportFindingsRequest
|
1944
2085
|
|
2086
|
+
BatchImportFindingsRequestFindingList.member = Shapes::ShapeRef.new(shape: AwsSecurityFinding)
|
2087
|
+
|
1945
2088
|
BatchImportFindingsResponse.add_member(:failed_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "FailedCount"))
|
1946
2089
|
BatchImportFindingsResponse.add_member(:success_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "SuccessCount"))
|
1947
2090
|
BatchImportFindingsResponse.add_member(:failed_findings, Shapes::ShapeRef.new(shape: ImportFindingsErrorList, location_name: "FailedFindings"))
|
@@ -1972,6 +2115,14 @@ module Aws::SecurityHub
|
|
1972
2115
|
|
1973
2116
|
CategoryList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
1974
2117
|
|
2118
|
+
Cell.add_member(:column, Shapes::ShapeRef.new(shape: Long, location_name: "Column"))
|
2119
|
+
Cell.add_member(:row, Shapes::ShapeRef.new(shape: Long, location_name: "Row"))
|
2120
|
+
Cell.add_member(:column_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ColumnName"))
|
2121
|
+
Cell.add_member(:cell_reference, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CellReference"))
|
2122
|
+
Cell.struct_class = Types::Cell
|
2123
|
+
|
2124
|
+
Cells.member = Shapes::ShapeRef.new(shape: Cell)
|
2125
|
+
|
1975
2126
|
CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AssociationId"))
|
1976
2127
|
CidrBlockAssociation.add_member(:cidr_block, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CidrBlock"))
|
1977
2128
|
CidrBlockAssociation.add_member(:cidr_block_state, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CidrBlockState"))
|
@@ -1979,6 +2130,21 @@ module Aws::SecurityHub
|
|
1979
2130
|
|
1980
2131
|
CidrBlockAssociationList.member = Shapes::ShapeRef.new(shape: CidrBlockAssociation)
|
1981
2132
|
|
2133
|
+
City.add_member(:city_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CityName"))
|
2134
|
+
City.struct_class = Types::City
|
2135
|
+
|
2136
|
+
ClassificationResult.add_member(:mime_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MimeType"))
|
2137
|
+
ClassificationResult.add_member(:size_classified, Shapes::ShapeRef.new(shape: Long, location_name: "SizeClassified"))
|
2138
|
+
ClassificationResult.add_member(:additional_occurrences, Shapes::ShapeRef.new(shape: Boolean, location_name: "AdditionalOccurrences"))
|
2139
|
+
ClassificationResult.add_member(:status, Shapes::ShapeRef.new(shape: ClassificationStatus, location_name: "Status"))
|
2140
|
+
ClassificationResult.add_member(:sensitive_data, Shapes::ShapeRef.new(shape: SensitiveDataResultList, location_name: "SensitiveData"))
|
2141
|
+
ClassificationResult.add_member(:custom_data_identifiers, Shapes::ShapeRef.new(shape: CustomDataIdentifiersResult, location_name: "CustomDataIdentifiers"))
|
2142
|
+
ClassificationResult.struct_class = Types::ClassificationResult
|
2143
|
+
|
2144
|
+
ClassificationStatus.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
2145
|
+
ClassificationStatus.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Reason"))
|
2146
|
+
ClassificationStatus.struct_class = Types::ClassificationStatus
|
2147
|
+
|
1982
2148
|
Compliance.add_member(:status, Shapes::ShapeRef.new(shape: ComplianceStatus, location_name: "Status"))
|
1983
2149
|
Compliance.add_member(:related_requirements, Shapes::ShapeRef.new(shape: RelatedRequirementsList, location_name: "RelatedRequirements"))
|
1984
2150
|
Compliance.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasonsList, location_name: "StatusReasons"))
|
@@ -1990,6 +2156,10 @@ module Aws::SecurityHub
|
|
1990
2156
|
ContainerDetails.add_member(:launched_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LaunchedAt"))
|
1991
2157
|
ContainerDetails.struct_class = Types::ContainerDetails
|
1992
2158
|
|
2159
|
+
Country.add_member(:country_code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CountryCode"))
|
2160
|
+
Country.add_member(:country_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CountryName"))
|
2161
|
+
Country.struct_class = Types::Country
|
2162
|
+
|
1993
2163
|
CreateActionTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
1994
2164
|
CreateActionTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Description"))
|
1995
2165
|
CreateActionTargetRequest.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Id"))
|
@@ -2012,6 +2182,18 @@ module Aws::SecurityHub
|
|
2012
2182
|
CreateMembersResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: ResultList, location_name: "UnprocessedAccounts"))
|
2013
2183
|
CreateMembersResponse.struct_class = Types::CreateMembersResponse
|
2014
2184
|
|
2185
|
+
CustomDataIdentifiersDetections.add_member(:count, Shapes::ShapeRef.new(shape: Long, location_name: "Count"))
|
2186
|
+
CustomDataIdentifiersDetections.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Arn"))
|
2187
|
+
CustomDataIdentifiersDetections.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
2188
|
+
CustomDataIdentifiersDetections.add_member(:occurrences, Shapes::ShapeRef.new(shape: Occurrences, location_name: "Occurrences"))
|
2189
|
+
CustomDataIdentifiersDetections.struct_class = Types::CustomDataIdentifiersDetections
|
2190
|
+
|
2191
|
+
CustomDataIdentifiersDetectionsList.member = Shapes::ShapeRef.new(shape: CustomDataIdentifiersDetections)
|
2192
|
+
|
2193
|
+
CustomDataIdentifiersResult.add_member(:detections, Shapes::ShapeRef.new(shape: CustomDataIdentifiersDetectionsList, location_name: "Detections"))
|
2194
|
+
CustomDataIdentifiersResult.add_member(:total_count, Shapes::ShapeRef.new(shape: Long, location_name: "TotalCount"))
|
2195
|
+
CustomDataIdentifiersResult.struct_class = Types::CustomDataIdentifiersResult
|
2196
|
+
|
2015
2197
|
Cvss.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Version"))
|
2016
2198
|
Cvss.add_member(:base_score, Shapes::ShapeRef.new(shape: Double, location_name: "BaseScore"))
|
2017
2199
|
Cvss.add_member(:base_vector, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BaseVector"))
|
@@ -2019,6 +2201,10 @@ module Aws::SecurityHub
|
|
2019
2201
|
|
2020
2202
|
CvssList.member = Shapes::ShapeRef.new(shape: Cvss)
|
2021
2203
|
|
2204
|
+
DataClassificationDetails.add_member(:detailed_results_location, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DetailedResultsLocation"))
|
2205
|
+
DataClassificationDetails.add_member(:result, Shapes::ShapeRef.new(shape: ClassificationResult, location_name: "Result"))
|
2206
|
+
DataClassificationDetails.struct_class = Types::DataClassificationDetails
|
2207
|
+
|
2022
2208
|
DateFilter.add_member(:start, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Start"))
|
2023
2209
|
DateFilter.add_member(:end, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "End"))
|
2024
2210
|
DateFilter.add_member(:date_range, Shapes::ShapeRef.new(shape: DateRange, location_name: "DateRange"))
|
@@ -2085,6 +2271,7 @@ module Aws::SecurityHub
|
|
2085
2271
|
|
2086
2272
|
DescribeProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
2087
2273
|
DescribeProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
2274
|
+
DescribeProductsRequest.add_member(:product_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location: "querystring", location_name: "ProductArn"))
|
2088
2275
|
DescribeProductsRequest.struct_class = Types::DescribeProductsRequest
|
2089
2276
|
|
2090
2277
|
DescribeProductsResponse.add_member(:products, Shapes::ShapeRef.new(shape: ProductsList, required: true, location_name: "Products"))
|
@@ -2131,6 +2318,11 @@ module Aws::SecurityHub
|
|
2131
2318
|
|
2132
2319
|
DisassociateMembersResponse.struct_class = Types::DisassociateMembersResponse
|
2133
2320
|
|
2321
|
+
DnsRequestAction.add_member(:domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Domain"))
|
2322
|
+
DnsRequestAction.add_member(:protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Protocol"))
|
2323
|
+
DnsRequestAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blocked"))
|
2324
|
+
DnsRequestAction.struct_class = Types::DnsRequestAction
|
2325
|
+
|
2134
2326
|
EnableImportFindingsForProductRequest.add_member(:product_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ProductArn"))
|
2135
2327
|
EnableImportFindingsForProductRequest.struct_class = Types::EnableImportFindingsForProductRequest
|
2136
2328
|
|
@@ -2151,6 +2343,21 @@ module Aws::SecurityHub
|
|
2151
2343
|
FieldMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
|
2152
2344
|
FieldMap.value = Shapes::ShapeRef.new(shape: NonEmptyString)
|
2153
2345
|
|
2346
|
+
FindingProviderFields.add_member(:confidence, Shapes::ShapeRef.new(shape: RatioScale, location_name: "Confidence"))
|
2347
|
+
FindingProviderFields.add_member(:criticality, Shapes::ShapeRef.new(shape: RatioScale, location_name: "Criticality"))
|
2348
|
+
FindingProviderFields.add_member(:related_findings, Shapes::ShapeRef.new(shape: RelatedFindingList, location_name: "RelatedFindings"))
|
2349
|
+
FindingProviderFields.add_member(:severity, Shapes::ShapeRef.new(shape: FindingProviderSeverity, location_name: "Severity"))
|
2350
|
+
FindingProviderFields.add_member(:types, Shapes::ShapeRef.new(shape: TypeList, location_name: "Types"))
|
2351
|
+
FindingProviderFields.struct_class = Types::FindingProviderFields
|
2352
|
+
|
2353
|
+
FindingProviderSeverity.add_member(:label, Shapes::ShapeRef.new(shape: SeverityLabel, location_name: "Label"))
|
2354
|
+
FindingProviderSeverity.add_member(:original, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Original"))
|
2355
|
+
FindingProviderSeverity.struct_class = Types::FindingProviderSeverity
|
2356
|
+
|
2357
|
+
GeoLocation.add_member(:lon, Shapes::ShapeRef.new(shape: Double, location_name: "Lon"))
|
2358
|
+
GeoLocation.add_member(:lat, Shapes::ShapeRef.new(shape: Double, location_name: "Lat"))
|
2359
|
+
GeoLocation.struct_class = Types::GeoLocation
|
2360
|
+
|
2154
2361
|
GetEnabledStandardsRequest.add_member(:standards_subscription_arns, Shapes::ShapeRef.new(shape: StandardsSubscriptionArns, location_name: "StandardsSubscriptionArns"))
|
2155
2362
|
GetEnabledStandardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2156
2363
|
GetEnabledStandardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -2261,6 +2468,12 @@ module Aws::SecurityHub
|
|
2261
2468
|
|
2262
2469
|
IpFilterList.member = Shapes::ShapeRef.new(shape: IpFilter)
|
2263
2470
|
|
2471
|
+
IpOrganizationDetails.add_member(:asn, Shapes::ShapeRef.new(shape: Integer, location_name: "Asn"))
|
2472
|
+
IpOrganizationDetails.add_member(:asn_org, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AsnOrg"))
|
2473
|
+
IpOrganizationDetails.add_member(:isp, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Isp"))
|
2474
|
+
IpOrganizationDetails.add_member(:org, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Org"))
|
2475
|
+
IpOrganizationDetails.struct_class = Types::IpOrganizationDetails
|
2476
|
+
|
2264
2477
|
Ipv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AssociationId"))
|
2265
2478
|
Ipv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ipv6CidrBlock"))
|
2266
2479
|
Ipv6CidrBlockAssociation.add_member(:cidr_block_state, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CidrBlockState"))
|
@@ -2359,6 +2572,14 @@ module Aws::SecurityHub
|
|
2359
2572
|
Network.add_member(:destination_domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DestinationDomain"))
|
2360
2573
|
Network.struct_class = Types::Network
|
2361
2574
|
|
2575
|
+
NetworkConnectionAction.add_member(:connection_direction, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ConnectionDirection"))
|
2576
|
+
NetworkConnectionAction.add_member(:remote_ip_details, Shapes::ShapeRef.new(shape: ActionRemoteIpDetails, location_name: "RemoteIpDetails"))
|
2577
|
+
NetworkConnectionAction.add_member(:remote_port_details, Shapes::ShapeRef.new(shape: ActionRemotePortDetails, location_name: "RemotePortDetails"))
|
2578
|
+
NetworkConnectionAction.add_member(:local_port_details, Shapes::ShapeRef.new(shape: ActionLocalPortDetails, location_name: "LocalPortDetails"))
|
2579
|
+
NetworkConnectionAction.add_member(:protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Protocol"))
|
2580
|
+
NetworkConnectionAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blocked"))
|
2581
|
+
NetworkConnectionAction.struct_class = Types::NetworkConnectionAction
|
2582
|
+
|
2362
2583
|
NetworkHeader.add_member(:protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Protocol"))
|
2363
2584
|
NetworkHeader.add_member(:destination, Shapes::ShapeRef.new(shape: NetworkPathComponentDetails, location_name: "Destination"))
|
2364
2585
|
NetworkHeader.add_member(:source, Shapes::ShapeRef.new(shape: NetworkPathComponentDetails, location_name: "Source"))
|
@@ -2394,6 +2615,20 @@ module Aws::SecurityHub
|
|
2394
2615
|
|
2395
2616
|
NumberFilterList.member = Shapes::ShapeRef.new(shape: NumberFilter)
|
2396
2617
|
|
2618
|
+
Occurrences.add_member(:line_ranges, Shapes::ShapeRef.new(shape: Ranges, location_name: "LineRanges"))
|
2619
|
+
Occurrences.add_member(:offset_ranges, Shapes::ShapeRef.new(shape: Ranges, location_name: "OffsetRanges"))
|
2620
|
+
Occurrences.add_member(:pages, Shapes::ShapeRef.new(shape: Pages, location_name: "Pages"))
|
2621
|
+
Occurrences.add_member(:records, Shapes::ShapeRef.new(shape: Records, location_name: "Records"))
|
2622
|
+
Occurrences.add_member(:cells, Shapes::ShapeRef.new(shape: Cells, location_name: "Cells"))
|
2623
|
+
Occurrences.struct_class = Types::Occurrences
|
2624
|
+
|
2625
|
+
Page.add_member(:page_number, Shapes::ShapeRef.new(shape: Long, location_name: "PageNumber"))
|
2626
|
+
Page.add_member(:line_range, Shapes::ShapeRef.new(shape: Range, location_name: "LineRange"))
|
2627
|
+
Page.add_member(:offset_range, Shapes::ShapeRef.new(shape: Range, location_name: "OffsetRange"))
|
2628
|
+
Page.struct_class = Types::Page
|
2629
|
+
|
2630
|
+
Pages.member = Shapes::ShapeRef.new(shape: Page)
|
2631
|
+
|
2397
2632
|
PatchSummary.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Id"))
|
2398
2633
|
PatchSummary.add_member(:installed_count, Shapes::ShapeRef.new(shape: Integer, location_name: "InstalledCount"))
|
2399
2634
|
PatchSummary.add_member(:missing_count, Shapes::ShapeRef.new(shape: Integer, location_name: "MissingCount"))
|
@@ -2407,6 +2642,17 @@ module Aws::SecurityHub
|
|
2407
2642
|
PatchSummary.add_member(:operation, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Operation"))
|
2408
2643
|
PatchSummary.struct_class = Types::PatchSummary
|
2409
2644
|
|
2645
|
+
PortProbeAction.add_member(:port_probe_details, Shapes::ShapeRef.new(shape: PortProbeDetailList, location_name: "PortProbeDetails"))
|
2646
|
+
PortProbeAction.add_member(:blocked, Shapes::ShapeRef.new(shape: Boolean, location_name: "Blocked"))
|
2647
|
+
PortProbeAction.struct_class = Types::PortProbeAction
|
2648
|
+
|
2649
|
+
PortProbeDetail.add_member(:local_port_details, Shapes::ShapeRef.new(shape: ActionLocalPortDetails, location_name: "LocalPortDetails"))
|
2650
|
+
PortProbeDetail.add_member(:local_ip_details, Shapes::ShapeRef.new(shape: ActionLocalIpDetails, location_name: "LocalIpDetails"))
|
2651
|
+
PortProbeDetail.add_member(:remote_ip_details, Shapes::ShapeRef.new(shape: ActionRemoteIpDetails, location_name: "RemoteIpDetails"))
|
2652
|
+
PortProbeDetail.struct_class = Types::PortProbeDetail
|
2653
|
+
|
2654
|
+
PortProbeDetailList.member = Shapes::ShapeRef.new(shape: PortProbeDetail)
|
2655
|
+
|
2410
2656
|
PortRange.add_member(:begin, Shapes::ShapeRef.new(shape: Integer, location_name: "Begin"))
|
2411
2657
|
PortRange.add_member(:end, Shapes::ShapeRef.new(shape: Integer, location_name: "End"))
|
2412
2658
|
PortRange.struct_class = Types::PortRange
|
@@ -2436,10 +2682,23 @@ module Aws::SecurityHub
|
|
2436
2682
|
|
2437
2683
|
ProductsList.member = Shapes::ShapeRef.new(shape: Product)
|
2438
2684
|
|
2685
|
+
Range.add_member(:start, Shapes::ShapeRef.new(shape: Long, location_name: "Start"))
|
2686
|
+
Range.add_member(:end, Shapes::ShapeRef.new(shape: Long, location_name: "End"))
|
2687
|
+
Range.add_member(:start_column, Shapes::ShapeRef.new(shape: Long, location_name: "StartColumn"))
|
2688
|
+
Range.struct_class = Types::Range
|
2689
|
+
|
2690
|
+
Ranges.member = Shapes::ShapeRef.new(shape: Range)
|
2691
|
+
|
2439
2692
|
Recommendation.add_member(:text, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Text"))
|
2440
2693
|
Recommendation.add_member(:url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Url"))
|
2441
2694
|
Recommendation.struct_class = Types::Recommendation
|
2442
2695
|
|
2696
|
+
Record.add_member(:json_path, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "JsonPath"))
|
2697
|
+
Record.add_member(:record_index, Shapes::ShapeRef.new(shape: Long, location_name: "RecordIndex"))
|
2698
|
+
Record.struct_class = Types::Record
|
2699
|
+
|
2700
|
+
Records.member = Shapes::ShapeRef.new(shape: Record)
|
2701
|
+
|
2443
2702
|
RelatedFinding.add_member(:product_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ProductArn"))
|
2444
2703
|
RelatedFinding.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Id"))
|
2445
2704
|
RelatedFinding.struct_class = Types::RelatedFinding
|
@@ -2457,6 +2716,7 @@ module Aws::SecurityHub
|
|
2457
2716
|
Resource.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Region"))
|
2458
2717
|
Resource.add_member(:resource_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ResourceRole"))
|
2459
2718
|
Resource.add_member(:tags, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Tags"))
|
2719
|
+
Resource.add_member(:data_classification, Shapes::ShapeRef.new(shape: DataClassificationDetails, location_name: "DataClassification"))
|
2460
2720
|
Resource.add_member(:details, Shapes::ShapeRef.new(shape: ResourceDetails, location_name: "Details"))
|
2461
2721
|
Resource.struct_class = Types::Resource
|
2462
2722
|
|
@@ -2476,6 +2736,7 @@ module Aws::SecurityHub
|
|
2476
2736
|
ResourceDetails.add_member(:aws_elbv_2_load_balancer, Shapes::ShapeRef.new(shape: AwsElbv2LoadBalancerDetails, location_name: "AwsElbv2LoadBalancer"))
|
2477
2737
|
ResourceDetails.add_member(:aws_elasticsearch_domain, Shapes::ShapeRef.new(shape: AwsElasticsearchDomainDetails, location_name: "AwsElasticsearchDomain"))
|
2478
2738
|
ResourceDetails.add_member(:aws_s3_bucket, Shapes::ShapeRef.new(shape: AwsS3BucketDetails, location_name: "AwsS3Bucket"))
|
2739
|
+
ResourceDetails.add_member(:aws_s3_account_public_access_block, Shapes::ShapeRef.new(shape: AwsS3AccountPublicAccessBlockDetails, location_name: "AwsS3AccountPublicAccessBlock"))
|
2479
2740
|
ResourceDetails.add_member(:aws_s3_object, Shapes::ShapeRef.new(shape: AwsS3ObjectDetails, location_name: "AwsS3Object"))
|
2480
2741
|
ResourceDetails.add_member(:aws_secrets_manager_secret, Shapes::ShapeRef.new(shape: AwsSecretsManagerSecretDetails, location_name: "AwsSecretsManagerSecret"))
|
2481
2742
|
ResourceDetails.add_member(:aws_iam_access_key, Shapes::ShapeRef.new(shape: AwsIamAccessKeyDetails, location_name: "AwsIamAccessKey"))
|
@@ -2487,6 +2748,7 @@ module Aws::SecurityHub
|
|
2487
2748
|
ResourceDetails.add_member(:aws_api_gateway_stage, Shapes::ShapeRef.new(shape: AwsApiGatewayStageDetails, location_name: "AwsApiGatewayStage"))
|
2488
2749
|
ResourceDetails.add_member(:aws_api_gateway_rest_api, Shapes::ShapeRef.new(shape: AwsApiGatewayRestApiDetails, location_name: "AwsApiGatewayRestApi"))
|
2489
2750
|
ResourceDetails.add_member(:aws_cloud_trail_trail, Shapes::ShapeRef.new(shape: AwsCloudTrailTrailDetails, location_name: "AwsCloudTrailTrail"))
|
2751
|
+
ResourceDetails.add_member(:aws_ssm_patch_compliance, Shapes::ShapeRef.new(shape: AwsSsmPatchComplianceDetails, location_name: "AwsSsmPatchCompliance"))
|
2490
2752
|
ResourceDetails.add_member(:aws_certificate_manager_certificate, Shapes::ShapeRef.new(shape: AwsCertificateManagerCertificateDetails, location_name: "AwsCertificateManagerCertificate"))
|
2491
2753
|
ResourceDetails.add_member(:aws_redshift_cluster, Shapes::ShapeRef.new(shape: AwsRedshiftClusterDetails, location_name: "AwsRedshiftCluster"))
|
2492
2754
|
ResourceDetails.add_member(:aws_elb_load_balancer, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerDetails, location_name: "AwsElbLoadBalancer"))
|
@@ -2520,6 +2782,20 @@ module Aws::SecurityHub
|
|
2520
2782
|
|
2521
2783
|
SecurityGroups.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
2522
2784
|
|
2785
|
+
SensitiveDataDetections.add_member(:count, Shapes::ShapeRef.new(shape: Long, location_name: "Count"))
|
2786
|
+
SensitiveDataDetections.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
|
2787
|
+
SensitiveDataDetections.add_member(:occurrences, Shapes::ShapeRef.new(shape: Occurrences, location_name: "Occurrences"))
|
2788
|
+
SensitiveDataDetections.struct_class = Types::SensitiveDataDetections
|
2789
|
+
|
2790
|
+
SensitiveDataDetectionsList.member = Shapes::ShapeRef.new(shape: SensitiveDataDetections)
|
2791
|
+
|
2792
|
+
SensitiveDataResult.add_member(:category, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Category"))
|
2793
|
+
SensitiveDataResult.add_member(:detections, Shapes::ShapeRef.new(shape: SensitiveDataDetectionsList, location_name: "Detections"))
|
2794
|
+
SensitiveDataResult.add_member(:total_count, Shapes::ShapeRef.new(shape: Long, location_name: "TotalCount"))
|
2795
|
+
SensitiveDataResult.struct_class = Types::SensitiveDataResult
|
2796
|
+
|
2797
|
+
SensitiveDataResultList.member = Shapes::ShapeRef.new(shape: SensitiveDataResult)
|
2798
|
+
|
2523
2799
|
Severity.add_member(:product, Shapes::ShapeRef.new(shape: Double, location_name: "Product"))
|
2524
2800
|
Severity.add_member(:label, Shapes::ShapeRef.new(shape: SeverityLabel, location_name: "Label"))
|
2525
2801
|
Severity.add_member(:normalized, Shapes::ShapeRef.new(shape: Integer, location_name: "Normalized"))
|