aws-sdk-securityhub 1.61.0 → 1.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7006dee2dad952c02366f2cf05400a1f390268a34b2fa6d482565d7e5e2bba3c
4
- data.tar.gz: 622f15b3dd5bdc1fc0c7059f287a06c6ed7be2d673995f0bbfcbce4956c64f53
3
+ metadata.gz: a1e44d15048a877e690e3471897d355ee64a8cbcabe58c8cdc94e5202a932210
4
+ data.tar.gz: b44878943ae11653b9aed5403f35732bd6a79e71d3f4b4c8e77c81bef8359f0b
5
5
  SHA512:
6
- metadata.gz: 2062d0217fb0a3cf3fe109bce0ad9de3abc21531d333b1d7aba3ac7b1561700a9e468becc6dc112d6aa7b68192f5c17f731bdf4a266ada48be0ac88c14593ca2
7
- data.tar.gz: 15634d5fd83bed5ef9688be7e56db65aba9d8be1bc2f5dfbe82a2e14326594dcaf89dfc79753d4a0f7c809900f16fbbb0190759efa9993a5d187d79392692d20
6
+ metadata.gz: dcda037db40f3fc0702b8ddd2668427e7fa05e25efb61860685c9e082b1d6a4ca263000fd65b6ee1808a3820ddc7f2dd1922f4574c4b4df8b8ab6360e4ec9e4f
7
+ data.tar.gz: b62d92a760a10adee50aa82a3bbd52c35f0c745366973b13655dce2d6f18cb35a36afccb5862a95e64bbace487b60c3dc735984cf7f2c884f0d8e9297cb09590
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2022-04-25)
5
+ ------------------
6
+
7
+ * Feature - Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.
8
+
9
+ 1.63.0 (2022-04-05)
10
+ ------------------
11
+
12
+ * Feature - Added additional ASFF details for RdsSecurityGroup AutoScalingGroup, ElbLoadBalancer, CodeBuildProject and RedshiftCluster.
13
+
14
+ 1.62.0 (2022-02-24)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.61.0 (2022-02-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.64.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::SecurityHub
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -883,6 +885,12 @@ module Aws::SecurityHub
883
885
  # value: "NonEmptyString",
884
886
  # },
885
887
  # ],
888
+ # launch_template: {
889
+ # launch_template_id: "NonEmptyString",
890
+ # launch_template_name: "NonEmptyString",
891
+ # version: "NonEmptyString",
892
+ # },
893
+ # capacity_rebalance: false,
886
894
  # },
887
895
  # aws_code_build_project: {
888
896
  # encryption_key: "NonEmptyString",
@@ -941,6 +949,19 @@ module Aws::SecurityHub
941
949
  # subnets: ["NonEmptyString"],
942
950
  # security_group_ids: ["NonEmptyString"],
943
951
  # },
952
+ # secondary_artifacts: [
953
+ # {
954
+ # artifact_identifier: "NonEmptyString",
955
+ # encryption_disabled: false,
956
+ # location: "NonEmptyString",
957
+ # name: "NonEmptyString",
958
+ # namespace_type: "NonEmptyString",
959
+ # override_artifact_name: false,
960
+ # packaging: "NonEmptyString",
961
+ # path: "NonEmptyString",
962
+ # type: "NonEmptyString",
963
+ # },
964
+ # ],
944
965
  # },
945
966
  # aws_cloud_front_distribution: {
946
967
  # cache_behaviors: {
@@ -1997,6 +2018,14 @@ module Aws::SecurityHub
1997
2018
  # vpc_security_group_id: "NonEmptyString",
1998
2019
  # },
1999
2020
  # ],
2021
+ # logging_status: {
2022
+ # bucket_name: "NonEmptyString",
2023
+ # last_failure_message: "NonEmptyString",
2024
+ # last_failure_time: "NonEmptyString",
2025
+ # last_successful_delivery_time: "NonEmptyString",
2026
+ # logging_enabled: false,
2027
+ # s3_key_prefix: "NonEmptyString",
2028
+ # },
2000
2029
  # },
2001
2030
  # aws_elb_load_balancer: {
2002
2031
  # availability_zones: ["NonEmptyString"],
@@ -2051,6 +2080,12 @@ module Aws::SecurityHub
2051
2080
  # cross_zone_load_balancing: {
2052
2081
  # enabled: false,
2053
2082
  # },
2083
+ # additional_attributes: [
2084
+ # {
2085
+ # key: "NonEmptyString",
2086
+ # value: "NonEmptyString",
2087
+ # },
2088
+ # ],
2054
2089
  # },
2055
2090
  # load_balancer_name: "NonEmptyString",
2056
2091
  # policies: {
@@ -3236,6 +3271,27 @@ module Aws::SecurityHub
3236
3271
  # rule_group_name: "NonEmptyString",
3237
3272
  # type: "NonEmptyString",
3238
3273
  # },
3274
+ # aws_rds_db_security_group: {
3275
+ # db_security_group_arn: "NonEmptyString",
3276
+ # db_security_group_description: "NonEmptyString",
3277
+ # db_security_group_name: "NonEmptyString",
3278
+ # ec2_security_groups: [
3279
+ # {
3280
+ # ec2_security_group_id: "NonEmptyString",
3281
+ # ec2_security_group_name: "NonEmptyString",
3282
+ # ec2_security_group_owner_id: "NonEmptyString",
3283
+ # status: "NonEmptyString",
3284
+ # },
3285
+ # ],
3286
+ # ip_ranges: [
3287
+ # {
3288
+ # cidr_ip: "NonEmptyString",
3289
+ # status: "NonEmptyString",
3290
+ # },
3291
+ # ],
3292
+ # owner_id: "NonEmptyString",
3293
+ # vpc_id: "NonEmptyString",
3294
+ # },
3239
3295
  # },
3240
3296
  # },
3241
3297
  # ],
@@ -3680,9 +3736,11 @@ module Aws::SecurityHub
3680
3736
  # aggregation Region.
3681
3737
  #
3682
3738
  # For more details about cross-Region replication, see [Configuring
3683
- # finding
3684
- # aggregation](securityhub/latest/userguide/finding-aggregation.html) in
3685
- # the *Security Hub User Guide*.
3739
+ # finding aggregation][1] in the *Security Hub User Guide*.
3740
+ #
3741
+ #
3742
+ #
3743
+ # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/finding-aggregation.html
3686
3744
  #
3687
3745
  # @option params [required, String] :region_linking_mode
3688
3746
  # Indicates whether to aggregate findings from all of the available
@@ -4782,11 +4840,13 @@ module Aws::SecurityHub
4782
4840
  #
4783
4841
  # * {Types::DescribeOrganizationConfigurationResponse#auto_enable #auto_enable} => Boolean
4784
4842
  # * {Types::DescribeOrganizationConfigurationResponse#member_account_limit_reached #member_account_limit_reached} => Boolean
4843
+ # * {Types::DescribeOrganizationConfigurationResponse#auto_enable_standards #auto_enable_standards} => String
4785
4844
  #
4786
4845
  # @example Response structure
4787
4846
  #
4788
4847
  # resp.auto_enable #=> Boolean
4789
4848
  # resp.member_account_limit_reached #=> Boolean
4849
+ # resp.auto_enable_standards #=> String, one of "NONE", "DEFAULT"
4790
4850
  #
4791
4851
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeOrganizationConfiguration AWS API Documentation
4792
4852
  #
@@ -6208,6 +6268,10 @@ module Aws::SecurityHub
6208
6268
  # resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.mixed_instances_policy.launch_template.overrides[0].weighted_capacity #=> String
6209
6269
  # resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.availability_zones #=> Array
6210
6270
  # resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.availability_zones[0].value #=> String
6271
+ # resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.launch_template.launch_template_id #=> String
6272
+ # resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.launch_template.launch_template_name #=> String
6273
+ # resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.launch_template.version #=> String
6274
+ # resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.capacity_rebalance #=> Boolean
6211
6275
  # resp.findings[0].resources[0].details.aws_code_build_project.encryption_key #=> String
6212
6276
  # resp.findings[0].resources[0].details.aws_code_build_project.artifacts #=> Array
6213
6277
  # resp.findings[0].resources[0].details.aws_code_build_project.artifacts[0].artifact_identifier #=> String
@@ -6246,6 +6310,16 @@ module Aws::SecurityHub
6246
6310
  # resp.findings[0].resources[0].details.aws_code_build_project.vpc_config.subnets[0] #=> String
6247
6311
  # resp.findings[0].resources[0].details.aws_code_build_project.vpc_config.security_group_ids #=> Array
6248
6312
  # resp.findings[0].resources[0].details.aws_code_build_project.vpc_config.security_group_ids[0] #=> String
6313
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts #=> Array
6314
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].artifact_identifier #=> String
6315
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].encryption_disabled #=> Boolean
6316
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].location #=> String
6317
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].name #=> String
6318
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].namespace_type #=> String
6319
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].override_artifact_name #=> Boolean
6320
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].packaging #=> String
6321
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].path #=> String
6322
+ # resp.findings[0].resources[0].details.aws_code_build_project.secondary_artifacts[0].type #=> String
6249
6323
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.cache_behaviors.items #=> Array
6250
6324
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.cache_behaviors.items[0].viewer_protocol_policy #=> String
6251
6325
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.default_cache_behavior.viewer_protocol_policy #=> String
@@ -6934,6 +7008,12 @@ module Aws::SecurityHub
6934
7008
  # resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_security_groups #=> Array
6935
7009
  # resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_security_groups[0].status #=> String
6936
7010
  # resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_security_groups[0].vpc_security_group_id #=> String
7011
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.bucket_name #=> String
7012
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.last_failure_message #=> String
7013
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.last_failure_time #=> String
7014
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.last_successful_delivery_time #=> String
7015
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.logging_enabled #=> Boolean
7016
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.logging_status.s3_key_prefix #=> String
6937
7017
  # resp.findings[0].resources[0].details.aws_elb_load_balancer.availability_zones #=> Array
6938
7018
  # resp.findings[0].resources[0].details.aws_elb_load_balancer.availability_zones[0] #=> String
6939
7019
  # resp.findings[0].resources[0].details.aws_elb_load_balancer.backend_server_descriptions #=> Array
@@ -6967,6 +7047,9 @@ module Aws::SecurityHub
6967
7047
  # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.connection_draining.timeout #=> Integer
6968
7048
  # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.connection_settings.idle_timeout #=> Integer
6969
7049
  # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.cross_zone_load_balancing.enabled #=> Boolean
7050
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.additional_attributes #=> Array
7051
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.additional_attributes[0].key #=> String
7052
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.additional_attributes[0].value #=> String
6970
7053
  # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_name #=> String
6971
7054
  # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.app_cookie_stickiness_policies #=> Array
6972
7055
  # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.app_cookie_stickiness_policies[0].cookie_name #=> String
@@ -7778,6 +7861,19 @@ module Aws::SecurityHub
7778
7861
  # resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group_id #=> String
7779
7862
  # resp.findings[0].resources[0].details.aws_network_firewall_rule_group.rule_group_name #=> String
7780
7863
  # resp.findings[0].resources[0].details.aws_network_firewall_rule_group.type #=> String
7864
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.db_security_group_arn #=> String
7865
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.db_security_group_description #=> String
7866
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.db_security_group_name #=> String
7867
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups #=> Array
7868
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups[0].ec2_security_group_id #=> String
7869
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups[0].ec2_security_group_name #=> String
7870
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups[0].ec2_security_group_owner_id #=> String
7871
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.ec2_security_groups[0].status #=> String
7872
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.ip_ranges #=> Array
7873
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.ip_ranges[0].cidr_ip #=> String
7874
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.ip_ranges[0].status #=> String
7875
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.owner_id #=> String
7876
+ # resp.findings[0].resources[0].details.aws_rds_db_security_group.vpc_id #=> String
7781
7877
  # resp.findings[0].compliance.status #=> String, one of "PASSED", "WARNING", "FAILED", "NOT_AVAILABLE"
7782
7878
  # resp.findings[0].compliance.related_requirements #=> Array
7783
7879
  # resp.findings[0].compliance.related_requirements[0] #=> String
@@ -10219,12 +10315,28 @@ module Aws::SecurityHub
10219
10315
  # To automatically enable Security Hub for new accounts, set this to
10220
10316
  # `true`.
10221
10317
  #
10318
+ # @option params [String] :auto_enable_standards
10319
+ # Whether to automatically enable Security Hub [default standards][1]
10320
+ # for new member accounts in the organization.
10321
+ #
10322
+ # By default, this parameter is equal to `DEFAULT`, and new member
10323
+ # accounts are automatically enabled with default Security Hub
10324
+ # standards.
10325
+ #
10326
+ # To opt out of enabling default standards for new member accounts, set
10327
+ # this parameter equal to `NONE`.
10328
+ #
10329
+ #
10330
+ #
10331
+ # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html
10332
+ #
10222
10333
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
10223
10334
  #
10224
10335
  # @example Request syntax with placeholder values
10225
10336
  #
10226
10337
  # resp = client.update_organization_configuration({
10227
10338
  # auto_enable: false, # required
10339
+ # auto_enable_standards: "NONE", # accepts NONE, DEFAULT
10228
10340
  # })
10229
10341
  #
10230
10342
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateOrganizationConfiguration AWS API Documentation
@@ -10308,7 +10420,7 @@ module Aws::SecurityHub
10308
10420
  params: params,
10309
10421
  config: config)
10310
10422
  context[:gem_name] = 'aws-sdk-securityhub'
10311
- context[:gem_version] = '1.61.0'
10423
+ context[:gem_version] = '1.64.0'
10312
10424
  Seahorse::Client::Request.new(handlers, context)
10313
10425
  end
10314
10426
 
@@ -36,6 +36,7 @@ module Aws::SecurityHub
36
36
  AdminStatus = Shapes::StringShape.new(name: 'AdminStatus')
37
37
  AdminsMaxResults = Shapes::IntegerShape.new(name: 'AdminsMaxResults')
38
38
  ArnList = Shapes::ListShape.new(name: 'ArnList')
39
+ AutoEnableStandards = Shapes::StringShape.new(name: 'AutoEnableStandards')
39
40
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
40
41
  AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
41
42
  AwsApiCallAction = Shapes::StructureShape.new(name: 'AwsApiCallAction')
@@ -53,6 +54,7 @@ module Aws::SecurityHub
53
54
  AwsAutoScalingAutoScalingGroupAvailabilityZonesList = Shapes::ListShape.new(name: 'AwsAutoScalingAutoScalingGroupAvailabilityZonesList')
54
55
  AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails')
55
56
  AwsAutoScalingAutoScalingGroupDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupDetails')
57
+ AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification')
56
58
  AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails')
57
59
  AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails')
58
60
  AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails = Shapes::StructureShape.new(name: 'AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails')
@@ -274,6 +276,8 @@ module Aws::SecurityHub
274
276
  AwsElbLbCookieStickinessPolicies = Shapes::ListShape.new(name: 'AwsElbLbCookieStickinessPolicies')
275
277
  AwsElbLbCookieStickinessPolicy = Shapes::StructureShape.new(name: 'AwsElbLbCookieStickinessPolicy')
276
278
  AwsElbLoadBalancerAccessLog = Shapes::StructureShape.new(name: 'AwsElbLoadBalancerAccessLog')
279
+ AwsElbLoadBalancerAdditionalAttribute = Shapes::StructureShape.new(name: 'AwsElbLoadBalancerAdditionalAttribute')
280
+ AwsElbLoadBalancerAdditionalAttributeList = Shapes::ListShape.new(name: 'AwsElbLoadBalancerAdditionalAttributeList')
277
281
  AwsElbLoadBalancerAttributes = Shapes::StructureShape.new(name: 'AwsElbLoadBalancerAttributes')
278
282
  AwsElbLoadBalancerBackendServerDescription = Shapes::StructureShape.new(name: 'AwsElbLoadBalancerBackendServerDescription')
279
283
  AwsElbLoadBalancerBackendServerDescriptions = Shapes::ListShape.new(name: 'AwsElbLoadBalancerBackendServerDescriptions')
@@ -367,6 +371,11 @@ module Aws::SecurityHub
367
371
  AwsRdsDbPendingModifiedValues = Shapes::StructureShape.new(name: 'AwsRdsDbPendingModifiedValues')
368
372
  AwsRdsDbProcessorFeature = Shapes::StructureShape.new(name: 'AwsRdsDbProcessorFeature')
369
373
  AwsRdsDbProcessorFeatures = Shapes::ListShape.new(name: 'AwsRdsDbProcessorFeatures')
374
+ AwsRdsDbSecurityGroupDetails = Shapes::StructureShape.new(name: 'AwsRdsDbSecurityGroupDetails')
375
+ AwsRdsDbSecurityGroupEc2SecurityGroup = Shapes::StructureShape.new(name: 'AwsRdsDbSecurityGroupEc2SecurityGroup')
376
+ AwsRdsDbSecurityGroupEc2SecurityGroups = Shapes::ListShape.new(name: 'AwsRdsDbSecurityGroupEc2SecurityGroups')
377
+ AwsRdsDbSecurityGroupIpRange = Shapes::StructureShape.new(name: 'AwsRdsDbSecurityGroupIpRange')
378
+ AwsRdsDbSecurityGroupIpRanges = Shapes::ListShape.new(name: 'AwsRdsDbSecurityGroupIpRanges')
370
379
  AwsRdsDbSnapshotDetails = Shapes::StructureShape.new(name: 'AwsRdsDbSnapshotDetails')
371
380
  AwsRdsDbStatusInfo = Shapes::StructureShape.new(name: 'AwsRdsDbStatusInfo')
372
381
  AwsRdsDbStatusInfos = Shapes::ListShape.new(name: 'AwsRdsDbStatusInfos')
@@ -393,6 +402,7 @@ module Aws::SecurityHub
393
402
  AwsRedshiftClusterHsmStatus = Shapes::StructureShape.new(name: 'AwsRedshiftClusterHsmStatus')
394
403
  AwsRedshiftClusterIamRole = Shapes::StructureShape.new(name: 'AwsRedshiftClusterIamRole')
395
404
  AwsRedshiftClusterIamRoles = Shapes::ListShape.new(name: 'AwsRedshiftClusterIamRoles')
405
+ AwsRedshiftClusterLoggingStatus = Shapes::StructureShape.new(name: 'AwsRedshiftClusterLoggingStatus')
396
406
  AwsRedshiftClusterPendingModifiedValues = Shapes::StructureShape.new(name: 'AwsRedshiftClusterPendingModifiedValues')
397
407
  AwsRedshiftClusterResizeInfo = Shapes::StructureShape.new(name: 'AwsRedshiftClusterResizeInfo')
398
408
  AwsRedshiftClusterRestoreStatus = Shapes::StructureShape.new(name: 'AwsRedshiftClusterRestoreStatus')
@@ -982,8 +992,15 @@ module Aws::SecurityHub
982
992
  AwsAutoScalingAutoScalingGroupDetails.add_member(:created_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CreatedTime"))
983
993
  AwsAutoScalingAutoScalingGroupDetails.add_member(:mixed_instances_policy, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails, location_name: "MixedInstancesPolicy"))
984
994
  AwsAutoScalingAutoScalingGroupDetails.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupAvailabilityZonesList, location_name: "AvailabilityZones"))
995
+ AwsAutoScalingAutoScalingGroupDetails.add_member(:launch_template, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification, location_name: "LaunchTemplate"))
996
+ AwsAutoScalingAutoScalingGroupDetails.add_member(:capacity_rebalance, Shapes::ShapeRef.new(shape: Boolean, location_name: "CapacityRebalance"))
985
997
  AwsAutoScalingAutoScalingGroupDetails.struct_class = Types::AwsAutoScalingAutoScalingGroupDetails
986
998
 
999
+ AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LaunchTemplateId"))
1000
+ AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LaunchTemplateName"))
1001
+ AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Version"))
1002
+ AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.struct_class = Types::AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
1003
+
987
1004
  AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails.add_member(:instances_distribution, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails, location_name: "InstancesDistribution"))
988
1005
  AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails.add_member(:launch_template, Shapes::ShapeRef.new(shape: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails, location_name: "LaunchTemplate"))
989
1006
  AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails.struct_class = Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails
@@ -1225,6 +1242,7 @@ module Aws::SecurityHub
1225
1242
  AwsCodeBuildProjectDetails.add_member(:service_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ServiceRole"))
1226
1243
  AwsCodeBuildProjectDetails.add_member(:logs_config, Shapes::ShapeRef.new(shape: AwsCodeBuildProjectLogsConfigDetails, location_name: "LogsConfig"))
1227
1244
  AwsCodeBuildProjectDetails.add_member(:vpc_config, Shapes::ShapeRef.new(shape: AwsCodeBuildProjectVpcConfig, location_name: "VpcConfig"))
1245
+ AwsCodeBuildProjectDetails.add_member(:secondary_artifacts, Shapes::ShapeRef.new(shape: AwsCodeBuildProjectArtifactsList, location_name: "SecondaryArtifacts"))
1228
1246
  AwsCodeBuildProjectDetails.struct_class = Types::AwsCodeBuildProjectDetails
1229
1247
 
1230
1248
  AwsCodeBuildProjectEnvironment.add_member(:certificate, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Certificate"))
@@ -2137,10 +2155,17 @@ module Aws::SecurityHub
2137
2155
  AwsElbLoadBalancerAccessLog.add_member(:s3_bucket_prefix, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "S3BucketPrefix"))
2138
2156
  AwsElbLoadBalancerAccessLog.struct_class = Types::AwsElbLoadBalancerAccessLog
2139
2157
 
2158
+ AwsElbLoadBalancerAdditionalAttribute.add_member(:key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Key"))
2159
+ AwsElbLoadBalancerAdditionalAttribute.add_member(:value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Value"))
2160
+ AwsElbLoadBalancerAdditionalAttribute.struct_class = Types::AwsElbLoadBalancerAdditionalAttribute
2161
+
2162
+ AwsElbLoadBalancerAdditionalAttributeList.member = Shapes::ShapeRef.new(shape: AwsElbLoadBalancerAdditionalAttribute)
2163
+
2140
2164
  AwsElbLoadBalancerAttributes.add_member(:access_log, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerAccessLog, location_name: "AccessLog"))
2141
2165
  AwsElbLoadBalancerAttributes.add_member(:connection_draining, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerConnectionDraining, location_name: "ConnectionDraining"))
2142
2166
  AwsElbLoadBalancerAttributes.add_member(:connection_settings, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerConnectionSettings, location_name: "ConnectionSettings"))
2143
2167
  AwsElbLoadBalancerAttributes.add_member(:cross_zone_load_balancing, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerCrossZoneLoadBalancing, location_name: "CrossZoneLoadBalancing"))
2168
+ AwsElbLoadBalancerAttributes.add_member(:additional_attributes, Shapes::ShapeRef.new(shape: AwsElbLoadBalancerAdditionalAttributeList, location_name: "AdditionalAttributes"))
2144
2169
  AwsElbLoadBalancerAttributes.struct_class = Types::AwsElbLoadBalancerAttributes
2145
2170
 
2146
2171
  AwsElbLoadBalancerBackendServerDescription.add_member(:instance_port, Shapes::ShapeRef.new(shape: Integer, location_name: "InstancePort"))
@@ -2718,6 +2743,29 @@ module Aws::SecurityHub
2718
2743
 
2719
2744
  AwsRdsDbProcessorFeatures.member = Shapes::ShapeRef.new(shape: AwsRdsDbProcessorFeature)
2720
2745
 
2746
+ AwsRdsDbSecurityGroupDetails.add_member(:db_security_group_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbSecurityGroupArn"))
2747
+ AwsRdsDbSecurityGroupDetails.add_member(:db_security_group_description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbSecurityGroupDescription"))
2748
+ AwsRdsDbSecurityGroupDetails.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbSecurityGroupName"))
2749
+ AwsRdsDbSecurityGroupDetails.add_member(:ec2_security_groups, Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupEc2SecurityGroups, location_name: "Ec2SecurityGroups"))
2750
+ AwsRdsDbSecurityGroupDetails.add_member(:ip_ranges, Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupIpRanges, location_name: "IpRanges"))
2751
+ AwsRdsDbSecurityGroupDetails.add_member(:owner_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "OwnerId"))
2752
+ AwsRdsDbSecurityGroupDetails.add_member(:vpc_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VpcId"))
2753
+ AwsRdsDbSecurityGroupDetails.struct_class = Types::AwsRdsDbSecurityGroupDetails
2754
+
2755
+ AwsRdsDbSecurityGroupEc2SecurityGroup.add_member(:ec2_security_group_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ec2SecurityGroupId"))
2756
+ AwsRdsDbSecurityGroupEc2SecurityGroup.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ec2SecurityGroupName"))
2757
+ AwsRdsDbSecurityGroupEc2SecurityGroup.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Ec2SecurityGroupOwnerId"))
2758
+ AwsRdsDbSecurityGroupEc2SecurityGroup.add_member(:status, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Status"))
2759
+ AwsRdsDbSecurityGroupEc2SecurityGroup.struct_class = Types::AwsRdsDbSecurityGroupEc2SecurityGroup
2760
+
2761
+ AwsRdsDbSecurityGroupEc2SecurityGroups.member = Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupEc2SecurityGroup)
2762
+
2763
+ AwsRdsDbSecurityGroupIpRange.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CidrIp"))
2764
+ AwsRdsDbSecurityGroupIpRange.add_member(:status, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Status"))
2765
+ AwsRdsDbSecurityGroupIpRange.struct_class = Types::AwsRdsDbSecurityGroupIpRange
2766
+
2767
+ AwsRdsDbSecurityGroupIpRanges.member = Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupIpRange)
2768
+
2721
2769
  AwsRdsDbSnapshotDetails.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbSnapshotIdentifier"))
2722
2770
  AwsRdsDbSnapshotDetails.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DbInstanceIdentifier"))
2723
2771
  AwsRdsDbSnapshotDetails.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SnapshotCreateTime"))
@@ -2872,6 +2920,7 @@ module Aws::SecurityHub
2872
2920
  AwsRedshiftClusterDetails.add_member(:snapshot_schedule_state, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SnapshotScheduleState"))
2873
2921
  AwsRedshiftClusterDetails.add_member(:vpc_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VpcId"))
2874
2922
  AwsRedshiftClusterDetails.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: AwsRedshiftClusterVpcSecurityGroups, location_name: "VpcSecurityGroups"))
2923
+ AwsRedshiftClusterDetails.add_member(:logging_status, Shapes::ShapeRef.new(shape: AwsRedshiftClusterLoggingStatus, location_name: "LoggingStatus"))
2875
2924
  AwsRedshiftClusterDetails.struct_class = Types::AwsRedshiftClusterDetails
2876
2925
 
2877
2926
  AwsRedshiftClusterElasticIpStatus.add_member(:elastic_ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ElasticIp"))
@@ -2893,6 +2942,14 @@ module Aws::SecurityHub
2893
2942
 
2894
2943
  AwsRedshiftClusterIamRoles.member = Shapes::ShapeRef.new(shape: AwsRedshiftClusterIamRole)
2895
2944
 
2945
+ AwsRedshiftClusterLoggingStatus.add_member(:bucket_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BucketName"))
2946
+ AwsRedshiftClusterLoggingStatus.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastFailureMessage"))
2947
+ AwsRedshiftClusterLoggingStatus.add_member(:last_failure_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastFailureTime"))
2948
+ AwsRedshiftClusterLoggingStatus.add_member(:last_successful_delivery_time, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LastSuccessfulDeliveryTime"))
2949
+ AwsRedshiftClusterLoggingStatus.add_member(:logging_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "LoggingEnabled"))
2950
+ AwsRedshiftClusterLoggingStatus.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "S3KeyPrefix"))
2951
+ AwsRedshiftClusterLoggingStatus.struct_class = Types::AwsRedshiftClusterLoggingStatus
2952
+
2896
2953
  AwsRedshiftClusterPendingModifiedValues.add_member(:automated_snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "AutomatedSnapshotRetentionPeriod"))
2897
2954
  AwsRedshiftClusterPendingModifiedValues.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ClusterIdentifier"))
2898
2955
  AwsRedshiftClusterPendingModifiedValues.add_member(:cluster_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ClusterType"))
@@ -3558,6 +3615,7 @@ module Aws::SecurityHub
3558
3615
 
3559
3616
  DescribeOrganizationConfigurationResponse.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoEnable"))
3560
3617
  DescribeOrganizationConfigurationResponse.add_member(:member_account_limit_reached, Shapes::ShapeRef.new(shape: Boolean, location_name: "MemberAccountLimitReached"))
3618
+ DescribeOrganizationConfigurationResponse.add_member(:auto_enable_standards, Shapes::ShapeRef.new(shape: AutoEnableStandards, location_name: "AutoEnableStandards"))
3561
3619
  DescribeOrganizationConfigurationResponse.struct_class = Types::DescribeOrganizationConfigurationResponse
3562
3620
 
3563
3621
  DescribeProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
@@ -4143,6 +4201,7 @@ module Aws::SecurityHub
4143
4201
  ResourceDetails.add_member(:aws_network_firewall_firewall_policy, Shapes::ShapeRef.new(shape: AwsNetworkFirewallFirewallPolicyDetails, location_name: "AwsNetworkFirewallFirewallPolicy"))
4144
4202
  ResourceDetails.add_member(:aws_network_firewall_firewall, Shapes::ShapeRef.new(shape: AwsNetworkFirewallFirewallDetails, location_name: "AwsNetworkFirewallFirewall"))
4145
4203
  ResourceDetails.add_member(:aws_network_firewall_rule_group, Shapes::ShapeRef.new(shape: AwsNetworkFirewallRuleGroupDetails, location_name: "AwsNetworkFirewallRuleGroup"))
4204
+ ResourceDetails.add_member(:aws_rds_db_security_group, Shapes::ShapeRef.new(shape: AwsRdsDbSecurityGroupDetails, location_name: "AwsRdsDbSecurityGroup"))
4146
4205
  ResourceDetails.struct_class = Types::ResourceDetails
4147
4206
 
4148
4207
  ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
@@ -4440,6 +4499,7 @@ module Aws::SecurityHub
4440
4499
  UpdateInsightResponse.struct_class = Types::UpdateInsightResponse
4441
4500
 
4442
4501
  UpdateOrganizationConfigurationRequest.add_member(:auto_enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "AutoEnable"))
4502
+ UpdateOrganizationConfigurationRequest.add_member(:auto_enable_standards, Shapes::ShapeRef.new(shape: AutoEnableStandards, location_name: "AutoEnableStandards"))
4443
4503
  UpdateOrganizationConfigurationRequest.struct_class = Types::UpdateOrganizationConfigurationRequest
4444
4504
 
4445
4505
  UpdateOrganizationConfigurationResponse.struct_class = Types::UpdateOrganizationConfigurationResponse