aws-sdk-securityhub 1.68.0 → 1.69.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityhub/client.rb +142 -1
- data/lib/aws-sdk-securityhub/client_api.rb +108 -0
- data/lib/aws-sdk-securityhub/types.rb +1702 -78
- data/lib/aws-sdk-securityhub.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 134900b9041738cd31550a546f7fe0e09555066a07032450ea648920978e4196
|
4
|
+
data.tar.gz: 57bbc0293745d3686e3405521d90ccd7eabf8b75c3caa4cfccd05949751cc465
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88ce5747392cf6bc1c7fba91ba3cdf2b5cdd2c436753ac0f15c07e65eb0f3f08b605615668af102f53b649239cca713fa4633b0aa3349622cfe1c9e7fd5037e0
|
7
|
+
data.tar.gz: 4f212781afabee7133aea86a985cefa1c7e32fa1324956d35111ce9a2966ed81907f5d395ab3fbc66d641b9cf501735de6003aeca6fe45d83595ce0abe1ae3c0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.69.0 (2022-08-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added new resource details objects to ASFF, including resources for AwsBackupBackupVault, AwsBackupBackupPlan and AwsBackupRecoveryPoint. Added FixAvailable, FixedInVersion and Remediation to Vulnerability.
|
8
|
+
|
4
9
|
1.68.0 (2022-07-26)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.69.0
|
@@ -3630,6 +3630,88 @@ module Aws::SecurityHub
|
|
3630
3630
|
# },
|
3631
3631
|
# ],
|
3632
3632
|
# },
|
3633
|
+
# aws_backup_backup_vault: {
|
3634
|
+
# backup_vault_arn: "NonEmptyString",
|
3635
|
+
# backup_vault_name: "NonEmptyString",
|
3636
|
+
# encryption_key_arn: "NonEmptyString",
|
3637
|
+
# notifications: {
|
3638
|
+
# backup_vault_events: ["NonEmptyString"],
|
3639
|
+
# sns_topic_arn: "NonEmptyString",
|
3640
|
+
# },
|
3641
|
+
# access_policy: "NonEmptyString",
|
3642
|
+
# },
|
3643
|
+
# aws_backup_backup_plan: {
|
3644
|
+
# backup_plan: {
|
3645
|
+
# backup_plan_name: "NonEmptyString",
|
3646
|
+
# advanced_backup_settings: [
|
3647
|
+
# {
|
3648
|
+
# backup_options: {
|
3649
|
+
# "NonEmptyString" => "NonEmptyString",
|
3650
|
+
# },
|
3651
|
+
# resource_type: "NonEmptyString",
|
3652
|
+
# },
|
3653
|
+
# ],
|
3654
|
+
# backup_plan_rule: [
|
3655
|
+
# {
|
3656
|
+
# target_backup_vault: "NonEmptyString",
|
3657
|
+
# start_window_minutes: 1,
|
3658
|
+
# schedule_expression: "NonEmptyString",
|
3659
|
+
# rule_name: "NonEmptyString",
|
3660
|
+
# rule_id: "NonEmptyString",
|
3661
|
+
# enable_continuous_backup: false,
|
3662
|
+
# completion_window_minutes: 1,
|
3663
|
+
# copy_actions: [
|
3664
|
+
# {
|
3665
|
+
# destination_backup_vault_arn: "NonEmptyString",
|
3666
|
+
# lifecycle: {
|
3667
|
+
# delete_after_days: 1,
|
3668
|
+
# move_to_cold_storage_after_days: 1,
|
3669
|
+
# },
|
3670
|
+
# },
|
3671
|
+
# ],
|
3672
|
+
# lifecycle: {
|
3673
|
+
# delete_after_days: 1,
|
3674
|
+
# move_to_cold_storage_after_days: 1,
|
3675
|
+
# },
|
3676
|
+
# },
|
3677
|
+
# ],
|
3678
|
+
# },
|
3679
|
+
# backup_plan_arn: "NonEmptyString",
|
3680
|
+
# backup_plan_id: "NonEmptyString",
|
3681
|
+
# version_id: "NonEmptyString",
|
3682
|
+
# },
|
3683
|
+
# aws_backup_recovery_point: {
|
3684
|
+
# backup_size_in_bytes: 1,
|
3685
|
+
# backup_vault_arn: "NonEmptyString",
|
3686
|
+
# backup_vault_name: "NonEmptyString",
|
3687
|
+
# calculated_lifecycle: {
|
3688
|
+
# delete_at: "NonEmptyString",
|
3689
|
+
# move_to_cold_storage_at: "NonEmptyString",
|
3690
|
+
# },
|
3691
|
+
# completion_date: "NonEmptyString",
|
3692
|
+
# created_by: {
|
3693
|
+
# backup_plan_arn: "NonEmptyString",
|
3694
|
+
# backup_plan_id: "NonEmptyString",
|
3695
|
+
# backup_plan_version: "NonEmptyString",
|
3696
|
+
# backup_rule_id: "NonEmptyString",
|
3697
|
+
# },
|
3698
|
+
# creation_date: "NonEmptyString",
|
3699
|
+
# encryption_key_arn: "NonEmptyString",
|
3700
|
+
# iam_role_arn: "NonEmptyString",
|
3701
|
+
# is_encrypted: false,
|
3702
|
+
# last_restore_time: "NonEmptyString",
|
3703
|
+
# lifecycle: {
|
3704
|
+
# delete_after_days: 1,
|
3705
|
+
# move_to_cold_storage_after_days: 1,
|
3706
|
+
# },
|
3707
|
+
# recovery_point_arn: "NonEmptyString",
|
3708
|
+
# resource_arn: "NonEmptyString",
|
3709
|
+
# resource_type: "NonEmptyString",
|
3710
|
+
# source_backup_vault_arn: "NonEmptyString",
|
3711
|
+
# status: "NonEmptyString",
|
3712
|
+
# status_message: "NonEmptyString",
|
3713
|
+
# storage_class: "NonEmptyString",
|
3714
|
+
# },
|
3633
3715
|
# },
|
3634
3716
|
# },
|
3635
3717
|
# ],
|
@@ -3672,6 +3754,8 @@ module Aws::SecurityHub
|
|
3672
3754
|
# architecture: "NonEmptyString",
|
3673
3755
|
# package_manager: "NonEmptyString",
|
3674
3756
|
# file_path: "NonEmptyString",
|
3757
|
+
# fixed_in_version: "NonEmptyString",
|
3758
|
+
# remediation: "NonEmptyString",
|
3675
3759
|
# },
|
3676
3760
|
# ],
|
3677
3761
|
# cvss: [
|
@@ -3697,6 +3781,7 @@ module Aws::SecurityHub
|
|
3697
3781
|
# vendor_updated_at: "NonEmptyString",
|
3698
3782
|
# },
|
3699
3783
|
# reference_urls: ["NonEmptyString"],
|
3784
|
+
# fix_available: "YES", # accepts YES, NO, PARTIAL
|
3700
3785
|
# },
|
3701
3786
|
# ],
|
3702
3787
|
# patch_summary: {
|
@@ -8429,6 +8514,59 @@ module Aws::SecurityHub
|
|
8429
8514
|
# resp.findings[0].resources[0].details.aws_ecs_task.containers[0].mount_points[0].source_volume #=> String
|
8430
8515
|
# resp.findings[0].resources[0].details.aws_ecs_task.containers[0].mount_points[0].container_path #=> String
|
8431
8516
|
# resp.findings[0].resources[0].details.aws_ecs_task.containers[0].privileged #=> Boolean
|
8517
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_vault.backup_vault_arn #=> String
|
8518
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_vault.backup_vault_name #=> String
|
8519
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_vault.encryption_key_arn #=> String
|
8520
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_vault.notifications.backup_vault_events #=> Array
|
8521
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_vault.notifications.backup_vault_events[0] #=> String
|
8522
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_vault.notifications.sns_topic_arn #=> String
|
8523
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_vault.access_policy #=> String
|
8524
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_name #=> String
|
8525
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.advanced_backup_settings #=> Array
|
8526
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.advanced_backup_settings[0].backup_options #=> Hash
|
8527
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.advanced_backup_settings[0].backup_options["NonEmptyString"] #=> String
|
8528
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.advanced_backup_settings[0].resource_type #=> String
|
8529
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule #=> Array
|
8530
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].target_backup_vault #=> String
|
8531
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].start_window_minutes #=> Integer
|
8532
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].schedule_expression #=> String
|
8533
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].rule_name #=> String
|
8534
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].rule_id #=> String
|
8535
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].enable_continuous_backup #=> Boolean
|
8536
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].completion_window_minutes #=> Integer
|
8537
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].copy_actions #=> Array
|
8538
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].copy_actions[0].destination_backup_vault_arn #=> String
|
8539
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].copy_actions[0].lifecycle.delete_after_days #=> Integer
|
8540
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].copy_actions[0].lifecycle.move_to_cold_storage_after_days #=> Integer
|
8541
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].lifecycle.delete_after_days #=> Integer
|
8542
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan.backup_plan_rule[0].lifecycle.move_to_cold_storage_after_days #=> Integer
|
8543
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan_arn #=> String
|
8544
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.backup_plan_id #=> String
|
8545
|
+
# resp.findings[0].resources[0].details.aws_backup_backup_plan.version_id #=> String
|
8546
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.backup_size_in_bytes #=> Integer
|
8547
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.backup_vault_arn #=> String
|
8548
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.backup_vault_name #=> String
|
8549
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.calculated_lifecycle.delete_at #=> String
|
8550
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.calculated_lifecycle.move_to_cold_storage_at #=> String
|
8551
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.completion_date #=> String
|
8552
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.created_by.backup_plan_arn #=> String
|
8553
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.created_by.backup_plan_id #=> String
|
8554
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.created_by.backup_plan_version #=> String
|
8555
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.created_by.backup_rule_id #=> String
|
8556
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.creation_date #=> String
|
8557
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.encryption_key_arn #=> String
|
8558
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.iam_role_arn #=> String
|
8559
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.is_encrypted #=> Boolean
|
8560
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.last_restore_time #=> String
|
8561
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.lifecycle.delete_after_days #=> Integer
|
8562
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.lifecycle.move_to_cold_storage_after_days #=> Integer
|
8563
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.recovery_point_arn #=> String
|
8564
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.resource_arn #=> String
|
8565
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.resource_type #=> String
|
8566
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.source_backup_vault_arn #=> String
|
8567
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.status #=> String
|
8568
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.status_message #=> String
|
8569
|
+
# resp.findings[0].resources[0].details.aws_backup_recovery_point.storage_class #=> String
|
8432
8570
|
# resp.findings[0].compliance.status #=> String, one of "PASSED", "WARNING", "FAILED", "NOT_AVAILABLE"
|
8433
8571
|
# resp.findings[0].compliance.related_requirements #=> Array
|
8434
8572
|
# resp.findings[0].compliance.related_requirements[0] #=> String
|
@@ -8455,6 +8593,8 @@ module Aws::SecurityHub
|
|
8455
8593
|
# resp.findings[0].vulnerabilities[0].vulnerable_packages[0].architecture #=> String
|
8456
8594
|
# resp.findings[0].vulnerabilities[0].vulnerable_packages[0].package_manager #=> String
|
8457
8595
|
# resp.findings[0].vulnerabilities[0].vulnerable_packages[0].file_path #=> String
|
8596
|
+
# resp.findings[0].vulnerabilities[0].vulnerable_packages[0].fixed_in_version #=> String
|
8597
|
+
# resp.findings[0].vulnerabilities[0].vulnerable_packages[0].remediation #=> String
|
8458
8598
|
# resp.findings[0].vulnerabilities[0].cvss #=> Array
|
8459
8599
|
# resp.findings[0].vulnerabilities[0].cvss[0].version #=> String
|
8460
8600
|
# resp.findings[0].vulnerabilities[0].cvss[0].base_score #=> Float
|
@@ -8472,6 +8612,7 @@ module Aws::SecurityHub
|
|
8472
8612
|
# resp.findings[0].vulnerabilities[0].vendor.vendor_updated_at #=> String
|
8473
8613
|
# resp.findings[0].vulnerabilities[0].reference_urls #=> Array
|
8474
8614
|
# resp.findings[0].vulnerabilities[0].reference_urls[0] #=> String
|
8615
|
+
# resp.findings[0].vulnerabilities[0].fix_available #=> String, one of "YES", "NO", "PARTIAL"
|
8475
8616
|
# resp.findings[0].patch_summary.id #=> String
|
8476
8617
|
# resp.findings[0].patch_summary.installed_count #=> Integer
|
8477
8618
|
# resp.findings[0].patch_summary.missing_count #=> Integer
|
@@ -10975,7 +11116,7 @@ module Aws::SecurityHub
|
|
10975
11116
|
params: params,
|
10976
11117
|
config: config)
|
10977
11118
|
context[:gem_name] = 'aws-sdk-securityhub'
|
10978
|
-
context[:gem_version] = '1.
|
11119
|
+
context[:gem_version] = '1.69.0'
|
10979
11120
|
Seahorse::Client::Request.new(handlers, context)
|
10980
11121
|
end
|
10981
11122
|
|
@@ -67,6 +67,21 @@ module Aws::SecurityHub
|
|
67
67
|
AwsAutoScalingLaunchConfigurationDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingLaunchConfigurationDetails')
|
68
68
|
AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails')
|
69
69
|
AwsAutoScalingLaunchConfigurationMetadataOptions = Shapes::StructureShape.new(name: 'AwsAutoScalingLaunchConfigurationMetadataOptions')
|
70
|
+
AwsBackupBackupPlanAdvancedBackupSettingsDetails = Shapes::StructureShape.new(name: 'AwsBackupBackupPlanAdvancedBackupSettingsDetails')
|
71
|
+
AwsBackupBackupPlanAdvancedBackupSettingsList = Shapes::ListShape.new(name: 'AwsBackupBackupPlanAdvancedBackupSettingsList')
|
72
|
+
AwsBackupBackupPlanBackupPlanDetails = Shapes::StructureShape.new(name: 'AwsBackupBackupPlanBackupPlanDetails')
|
73
|
+
AwsBackupBackupPlanDetails = Shapes::StructureShape.new(name: 'AwsBackupBackupPlanDetails')
|
74
|
+
AwsBackupBackupPlanLifecycleDetails = Shapes::StructureShape.new(name: 'AwsBackupBackupPlanLifecycleDetails')
|
75
|
+
AwsBackupBackupPlanRuleCopyActionsDetails = Shapes::StructureShape.new(name: 'AwsBackupBackupPlanRuleCopyActionsDetails')
|
76
|
+
AwsBackupBackupPlanRuleCopyActionsList = Shapes::ListShape.new(name: 'AwsBackupBackupPlanRuleCopyActionsList')
|
77
|
+
AwsBackupBackupPlanRuleDetails = Shapes::StructureShape.new(name: 'AwsBackupBackupPlanRuleDetails')
|
78
|
+
AwsBackupBackupPlanRuleList = Shapes::ListShape.new(name: 'AwsBackupBackupPlanRuleList')
|
79
|
+
AwsBackupBackupVaultDetails = Shapes::StructureShape.new(name: 'AwsBackupBackupVaultDetails')
|
80
|
+
AwsBackupBackupVaultNotificationsDetails = Shapes::StructureShape.new(name: 'AwsBackupBackupVaultNotificationsDetails')
|
81
|
+
AwsBackupRecoveryPointCalculatedLifecycleDetails = Shapes::StructureShape.new(name: 'AwsBackupRecoveryPointCalculatedLifecycleDetails')
|
82
|
+
AwsBackupRecoveryPointCreatedByDetails = Shapes::StructureShape.new(name: 'AwsBackupRecoveryPointCreatedByDetails')
|
83
|
+
AwsBackupRecoveryPointDetails = Shapes::StructureShape.new(name: 'AwsBackupRecoveryPointDetails')
|
84
|
+
AwsBackupRecoveryPointLifecycleDetails = Shapes::StructureShape.new(name: 'AwsBackupRecoveryPointLifecycleDetails')
|
70
85
|
AwsCertificateManagerCertificateDetails = Shapes::StructureShape.new(name: 'AwsCertificateManagerCertificateDetails')
|
71
86
|
AwsCertificateManagerCertificateDomainValidationOption = Shapes::StructureShape.new(name: 'AwsCertificateManagerCertificateDomainValidationOption')
|
72
87
|
AwsCertificateManagerCertificateDomainValidationOptions = Shapes::ListShape.new(name: 'AwsCertificateManagerCertificateDomainValidationOptions')
|
@@ -848,6 +863,7 @@ module Aws::SecurityHub
|
|
848
863
|
VpcInfoIpv6CidrBlockSetList = Shapes::ListShape.new(name: 'VpcInfoIpv6CidrBlockSetList')
|
849
864
|
VpcInfoPeeringOptionsDetails = Shapes::StructureShape.new(name: 'VpcInfoPeeringOptionsDetails')
|
850
865
|
Vulnerability = Shapes::StructureShape.new(name: 'Vulnerability')
|
866
|
+
VulnerabilityFixAvailable = Shapes::StringShape.new(name: 'VulnerabilityFixAvailable')
|
851
867
|
VulnerabilityList = Shapes::ListShape.new(name: 'VulnerabilityList')
|
852
868
|
VulnerabilityVendor = Shapes::StructureShape.new(name: 'VulnerabilityVendor')
|
853
869
|
WafAction = Shapes::StructureShape.new(name: 'WafAction')
|
@@ -1133,6 +1149,92 @@ module Aws::SecurityHub
|
|
1133
1149
|
AwsAutoScalingLaunchConfigurationMetadataOptions.add_member(:http_tokens, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "HttpTokens"))
|
1134
1150
|
AwsAutoScalingLaunchConfigurationMetadataOptions.struct_class = Types::AwsAutoScalingLaunchConfigurationMetadataOptions
|
1135
1151
|
|
1152
|
+
AwsBackupBackupPlanAdvancedBackupSettingsDetails.add_member(:backup_options, Shapes::ShapeRef.new(shape: FieldMap, location_name: "BackupOptions"))
|
1153
|
+
AwsBackupBackupPlanAdvancedBackupSettingsDetails.add_member(:resource_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ResourceType"))
|
1154
|
+
AwsBackupBackupPlanAdvancedBackupSettingsDetails.struct_class = Types::AwsBackupBackupPlanAdvancedBackupSettingsDetails
|
1155
|
+
|
1156
|
+
AwsBackupBackupPlanAdvancedBackupSettingsList.member = Shapes::ShapeRef.new(shape: AwsBackupBackupPlanAdvancedBackupSettingsDetails)
|
1157
|
+
|
1158
|
+
AwsBackupBackupPlanBackupPlanDetails.add_member(:backup_plan_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupPlanName"))
|
1159
|
+
AwsBackupBackupPlanBackupPlanDetails.add_member(:advanced_backup_settings, Shapes::ShapeRef.new(shape: AwsBackupBackupPlanAdvancedBackupSettingsList, location_name: "AdvancedBackupSettings"))
|
1160
|
+
AwsBackupBackupPlanBackupPlanDetails.add_member(:backup_plan_rule, Shapes::ShapeRef.new(shape: AwsBackupBackupPlanRuleList, location_name: "BackupPlanRule"))
|
1161
|
+
AwsBackupBackupPlanBackupPlanDetails.struct_class = Types::AwsBackupBackupPlanBackupPlanDetails
|
1162
|
+
|
1163
|
+
AwsBackupBackupPlanDetails.add_member(:backup_plan, Shapes::ShapeRef.new(shape: AwsBackupBackupPlanBackupPlanDetails, location_name: "BackupPlan"))
|
1164
|
+
AwsBackupBackupPlanDetails.add_member(:backup_plan_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupPlanArn"))
|
1165
|
+
AwsBackupBackupPlanDetails.add_member(:backup_plan_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupPlanId"))
|
1166
|
+
AwsBackupBackupPlanDetails.add_member(:version_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VersionId"))
|
1167
|
+
AwsBackupBackupPlanDetails.struct_class = Types::AwsBackupBackupPlanDetails
|
1168
|
+
|
1169
|
+
AwsBackupBackupPlanLifecycleDetails.add_member(:delete_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "DeleteAfterDays"))
|
1170
|
+
AwsBackupBackupPlanLifecycleDetails.add_member(:move_to_cold_storage_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "MoveToColdStorageAfterDays"))
|
1171
|
+
AwsBackupBackupPlanLifecycleDetails.struct_class = Types::AwsBackupBackupPlanLifecycleDetails
|
1172
|
+
|
1173
|
+
AwsBackupBackupPlanRuleCopyActionsDetails.add_member(:destination_backup_vault_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DestinationBackupVaultArn"))
|
1174
|
+
AwsBackupBackupPlanRuleCopyActionsDetails.add_member(:lifecycle, Shapes::ShapeRef.new(shape: AwsBackupBackupPlanLifecycleDetails, location_name: "Lifecycle"))
|
1175
|
+
AwsBackupBackupPlanRuleCopyActionsDetails.struct_class = Types::AwsBackupBackupPlanRuleCopyActionsDetails
|
1176
|
+
|
1177
|
+
AwsBackupBackupPlanRuleCopyActionsList.member = Shapes::ShapeRef.new(shape: AwsBackupBackupPlanRuleCopyActionsDetails)
|
1178
|
+
|
1179
|
+
AwsBackupBackupPlanRuleDetails.add_member(:target_backup_vault, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "TargetBackupVault"))
|
1180
|
+
AwsBackupBackupPlanRuleDetails.add_member(:start_window_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "StartWindowMinutes"))
|
1181
|
+
AwsBackupBackupPlanRuleDetails.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ScheduleExpression"))
|
1182
|
+
AwsBackupBackupPlanRuleDetails.add_member(:rule_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleName"))
|
1183
|
+
AwsBackupBackupPlanRuleDetails.add_member(:rule_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleId"))
|
1184
|
+
AwsBackupBackupPlanRuleDetails.add_member(:enable_continuous_backup, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableContinuousBackup"))
|
1185
|
+
AwsBackupBackupPlanRuleDetails.add_member(:completion_window_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "CompletionWindowMinutes"))
|
1186
|
+
AwsBackupBackupPlanRuleDetails.add_member(:copy_actions, Shapes::ShapeRef.new(shape: AwsBackupBackupPlanRuleCopyActionsList, location_name: "CopyActions"))
|
1187
|
+
AwsBackupBackupPlanRuleDetails.add_member(:lifecycle, Shapes::ShapeRef.new(shape: AwsBackupBackupPlanLifecycleDetails, location_name: "Lifecycle"))
|
1188
|
+
AwsBackupBackupPlanRuleDetails.struct_class = Types::AwsBackupBackupPlanRuleDetails
|
1189
|
+
|
1190
|
+
AwsBackupBackupPlanRuleList.member = Shapes::ShapeRef.new(shape: AwsBackupBackupPlanRuleDetails)
|
1191
|
+
|
1192
|
+
AwsBackupBackupVaultDetails.add_member(:backup_vault_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupVaultArn"))
|
1193
|
+
AwsBackupBackupVaultDetails.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupVaultName"))
|
1194
|
+
AwsBackupBackupVaultDetails.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "EncryptionKeyArn"))
|
1195
|
+
AwsBackupBackupVaultDetails.add_member(:notifications, Shapes::ShapeRef.new(shape: AwsBackupBackupVaultNotificationsDetails, location_name: "Notifications"))
|
1196
|
+
AwsBackupBackupVaultDetails.add_member(:access_policy, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AccessPolicy"))
|
1197
|
+
AwsBackupBackupVaultDetails.struct_class = Types::AwsBackupBackupVaultDetails
|
1198
|
+
|
1199
|
+
AwsBackupBackupVaultNotificationsDetails.add_member(:backup_vault_events, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "BackupVaultEvents"))
|
1200
|
+
AwsBackupBackupVaultNotificationsDetails.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SnsTopicArn"))
|
1201
|
+
AwsBackupBackupVaultNotificationsDetails.struct_class = Types::AwsBackupBackupVaultNotificationsDetails
|
1202
|
+
|
1203
|
+
AwsBackupRecoveryPointCalculatedLifecycleDetails.add_member(:delete_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DeleteAt"))
|
1204
|
+
AwsBackupRecoveryPointCalculatedLifecycleDetails.add_member(:move_to_cold_storage_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MoveToColdStorageAt"))
|
1205
|
+
AwsBackupRecoveryPointCalculatedLifecycleDetails.struct_class = Types::AwsBackupRecoveryPointCalculatedLifecycleDetails
|
1206
|
+
|
1207
|
+
AwsBackupRecoveryPointCreatedByDetails.add_member(:backup_plan_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupPlanArn"))
|
1208
|
+
AwsBackupRecoveryPointCreatedByDetails.add_member(:backup_plan_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupPlanId"))
|
1209
|
+
AwsBackupRecoveryPointCreatedByDetails.add_member(:backup_plan_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupPlanVersion"))
|
1210
|
+
AwsBackupRecoveryPointCreatedByDetails.add_member(:backup_rule_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupRuleId"))
|
1211
|
+
AwsBackupRecoveryPointCreatedByDetails.struct_class = Types::AwsBackupRecoveryPointCreatedByDetails
|
1212
|
+
|
1213
|
+
AwsBackupRecoveryPointDetails.add_member(:backup_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "BackupSizeInBytes"))
|
1214
|
+
AwsBackupRecoveryPointDetails.add_member(:backup_vault_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupVaultArn"))
|
1215
|
+
AwsBackupRecoveryPointDetails.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BackupVaultName"))
|
1216
|
+
AwsBackupRecoveryPointDetails.add_member(:calculated_lifecycle, Shapes::ShapeRef.new(shape: AwsBackupRecoveryPointCalculatedLifecycleDetails, location_name: "CalculatedLifecycle"))
|
1217
|
+
AwsBackupRecoveryPointDetails.add_member(:completion_date, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CompletionDate"))
|
1218
|
+
AwsBackupRecoveryPointDetails.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsBackupRecoveryPointCreatedByDetails, location_name: "CreatedBy"))
|
1219
|
+
AwsBackupRecoveryPointDetails.add_member(:creation_date, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CreationDate"))
|
1220
|
+
AwsBackupRecoveryPointDetails.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "EncryptionKeyArn"))
|
1221
|
+
AwsBackupRecoveryPointDetails.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "IamRoleArn"))
|
1222
|
+
AwsBackupRecoveryPointDetails.add_member(:is_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsEncrypted"))
|
1223
|
+
AwsBackupRecoveryPointDetails.add_member(:last_restore_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastRestoreTime"))
|
1224
|
+
AwsBackupRecoveryPointDetails.add_member(:lifecycle, Shapes::ShapeRef.new(shape: AwsBackupRecoveryPointLifecycleDetails, location_name: "Lifecycle"))
|
1225
|
+
AwsBackupRecoveryPointDetails.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RecoveryPointArn"))
|
1226
|
+
AwsBackupRecoveryPointDetails.add_member(:resource_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ResourceArn"))
|
1227
|
+
AwsBackupRecoveryPointDetails.add_member(:resource_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ResourceType"))
|
1228
|
+
AwsBackupRecoveryPointDetails.add_member(:source_backup_vault_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SourceBackupVaultArn"))
|
1229
|
+
AwsBackupRecoveryPointDetails.add_member(:status, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Status"))
|
1230
|
+
AwsBackupRecoveryPointDetails.add_member(:status_message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "StatusMessage"))
|
1231
|
+
AwsBackupRecoveryPointDetails.add_member(:storage_class, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "StorageClass"))
|
1232
|
+
AwsBackupRecoveryPointDetails.struct_class = Types::AwsBackupRecoveryPointDetails
|
1233
|
+
|
1234
|
+
AwsBackupRecoveryPointLifecycleDetails.add_member(:delete_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "DeleteAfterDays"))
|
1235
|
+
AwsBackupRecoveryPointLifecycleDetails.add_member(:move_to_cold_storage_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "MoveToColdStorageAfterDays"))
|
1236
|
+
AwsBackupRecoveryPointLifecycleDetails.struct_class = Types::AwsBackupRecoveryPointLifecycleDetails
|
1237
|
+
|
1136
1238
|
AwsCertificateManagerCertificateDetails.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CertificateAuthorityArn"))
|
1137
1239
|
AwsCertificateManagerCertificateDetails.add_member(:created_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CreatedAt"))
|
1138
1240
|
AwsCertificateManagerCertificateDetails.add_member(:domain_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DomainName"))
|
@@ -4577,6 +4679,9 @@ module Aws::SecurityHub
|
|
4577
4679
|
ResourceDetails.add_member(:aws_waf_rule, Shapes::ShapeRef.new(shape: AwsWafRuleDetails, location_name: "AwsWafRule"))
|
4578
4680
|
ResourceDetails.add_member(:aws_waf_rule_group, Shapes::ShapeRef.new(shape: AwsWafRuleGroupDetails, location_name: "AwsWafRuleGroup"))
|
4579
4681
|
ResourceDetails.add_member(:aws_ecs_task, Shapes::ShapeRef.new(shape: AwsEcsTaskDetails, location_name: "AwsEcsTask"))
|
4682
|
+
ResourceDetails.add_member(:aws_backup_backup_vault, Shapes::ShapeRef.new(shape: AwsBackupBackupVaultDetails, location_name: "AwsBackupBackupVault"))
|
4683
|
+
ResourceDetails.add_member(:aws_backup_backup_plan, Shapes::ShapeRef.new(shape: AwsBackupBackupPlanDetails, location_name: "AwsBackupBackupPlan"))
|
4684
|
+
ResourceDetails.add_member(:aws_backup_recovery_point, Shapes::ShapeRef.new(shape: AwsBackupRecoveryPointDetails, location_name: "AwsBackupRecoveryPoint"))
|
4580
4685
|
ResourceDetails.struct_class = Types::ResourceDetails
|
4581
4686
|
|
4582
4687
|
ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
|
@@ -4731,6 +4836,8 @@ module Aws::SecurityHub
|
|
4731
4836
|
SoftwarePackage.add_member(:architecture, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Architecture"))
|
4732
4837
|
SoftwarePackage.add_member(:package_manager, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PackageManager"))
|
4733
4838
|
SoftwarePackage.add_member(:file_path, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "FilePath"))
|
4839
|
+
SoftwarePackage.add_member(:fixed_in_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "FixedInVersion"))
|
4840
|
+
SoftwarePackage.add_member(:remediation, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Remediation"))
|
4734
4841
|
SoftwarePackage.struct_class = Types::SoftwarePackage
|
4735
4842
|
|
4736
4843
|
SoftwarePackageList.member = Shapes::ShapeRef.new(shape: SoftwarePackage)
|
@@ -4926,6 +5033,7 @@ module Aws::SecurityHub
|
|
4926
5033
|
Vulnerability.add_member(:related_vulnerabilities, Shapes::ShapeRef.new(shape: StringList, location_name: "RelatedVulnerabilities"))
|
4927
5034
|
Vulnerability.add_member(:vendor, Shapes::ShapeRef.new(shape: VulnerabilityVendor, location_name: "Vendor"))
|
4928
5035
|
Vulnerability.add_member(:reference_urls, Shapes::ShapeRef.new(shape: StringList, location_name: "ReferenceUrls"))
|
5036
|
+
Vulnerability.add_member(:fix_available, Shapes::ShapeRef.new(shape: VulnerabilityFixAvailable, location_name: "FixAvailable"))
|
4929
5037
|
Vulnerability.struct_class = Types::Vulnerability
|
4930
5038
|
|
4931
5039
|
VulnerabilityList.member = Shapes::ShapeRef.new(shape: Vulnerability)
|