aws-sdk-securityhub 1.34.0 → 1.35.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: 88ec5526636174298fbaa04dd957dd87360b35e095f6d2c273ecfb0959a92383
4
- data.tar.gz: 3bcfc01d470ef4d2989402ff051a904abc8398d300d8e25868c7d4d6a4ee58cb
3
+ metadata.gz: 787663e24fb4efd17a0ea33a6aa1de712c1596b9cd980dd2894bd58a752770fb
4
+ data.tar.gz: 70630a040eb2db1d87bb0c2615c4c5d8c1c7ff9267793f6c36a75cf649cbf773
5
5
  SHA512:
6
- metadata.gz: 35f191c5c840d9a7c30e6fcc189ecf1987111e8a785a0d72711453d5b75ea5745073d988c569e4a2b590617df74cdde0dd485b5ef7ca7245e2a8beb8739c19ab
7
- data.tar.gz: f98dac6c1d67cb651c29918dd36072e7108e66ed5f3df9af5a5f54fc178b33c17d6b54cfc935aa779c4556a9f82cbcd90042a71ed111a32a465244fa26906ead
6
+ metadata.gz: cba4b2e2a3afeafa08e72eea8f8e9d0cb7eabda7c1112cf833c87093b165c7f87bb277fc1e1d35a40a5247e9d7316547e31b95aea41c33c2566217af45e35fc8
7
+ data.tar.gz: 320767e4236588323474da4e9ae2844186b391503b768b3a72be373d14c27701848c7eb29924a64a834bef6d8a6f5529296a34e93bef2c63da6014b46a691c58
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-securityhub/customizations'
48
48
  # @!group service
49
49
  module Aws::SecurityHub
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.35.0'
52
52
 
53
53
  end
@@ -628,6 +628,7 @@ module Aws::SecurityHub
628
628
  # id: "NonEmptyString", # required
629
629
  # partition: "aws", # accepts aws, aws-cn, aws-us-gov
630
630
  # region: "NonEmptyString",
631
+ # resource_role: "NonEmptyString",
631
632
  # tags: {
632
633
  # "NonEmptyString" => "NonEmptyString",
633
634
  # },
@@ -665,6 +666,17 @@ module Aws::SecurityHub
665
666
  # },
666
667
  # },
667
668
  # aws_cloud_front_distribution: {
669
+ # cache_behaviors: {
670
+ # items: [
671
+ # {
672
+ # viewer_protocol_policy: "NonEmptyString",
673
+ # },
674
+ # ],
675
+ # },
676
+ # default_cache_behavior: {
677
+ # viewer_protocol_policy: "NonEmptyString",
678
+ # },
679
+ # default_root_object: "NonEmptyString",
668
680
  # domain_name: "NonEmptyString",
669
681
  # etag: "NonEmptyString",
670
682
  # last_modified_time: "NonEmptyString",
@@ -680,6 +692,21 @@ module Aws::SecurityHub
680
692
  # domain_name: "NonEmptyString",
681
693
  # id: "NonEmptyString",
682
694
  # origin_path: "NonEmptyString",
695
+ # s3_origin_config: {
696
+ # origin_access_identity: "NonEmptyString",
697
+ # },
698
+ # },
699
+ # ],
700
+ # },
701
+ # origin_groups: {
702
+ # items: [
703
+ # {
704
+ # failover_criteria: {
705
+ # status_codes: {
706
+ # items: [1],
707
+ # quantity: 1,
708
+ # },
709
+ # },
683
710
  # },
684
711
  # ],
685
712
  # },
@@ -921,6 +948,21 @@ module Aws::SecurityHub
921
948
  # principal_id: "NonEmptyString",
922
949
  # principal_type: "NonEmptyString",
923
950
  # principal_name: "NonEmptyString",
951
+ # account_id: "NonEmptyString",
952
+ # access_key_id: "NonEmptyString",
953
+ # session_context: {
954
+ # attributes: {
955
+ # mfa_authenticated: false,
956
+ # creation_date: "NonEmptyString",
957
+ # },
958
+ # session_issuer: {
959
+ # type: "NonEmptyString",
960
+ # principal_id: "NonEmptyString",
961
+ # arn: "NonEmptyString",
962
+ # account_id: "NonEmptyString",
963
+ # user_name: "NonEmptyString",
964
+ # },
965
+ # },
924
966
  # },
925
967
  # aws_iam_user: {
926
968
  # attached_managed_policies: [
@@ -963,6 +1005,56 @@ module Aws::SecurityHub
963
1005
  # ],
964
1006
  # update_date: "NonEmptyString",
965
1007
  # },
1008
+ # aws_api_gateway_v2_stage: {
1009
+ # created_date: "NonEmptyString",
1010
+ # description: "NonEmptyString",
1011
+ # default_route_settings: {
1012
+ # detailed_metrics_enabled: false,
1013
+ # logging_level: "NonEmptyString",
1014
+ # data_trace_enabled: false,
1015
+ # throttling_burst_limit: 1,
1016
+ # throttling_rate_limit: 1.0,
1017
+ # },
1018
+ # deployment_id: "NonEmptyString",
1019
+ # last_updated_date: "NonEmptyString",
1020
+ # route_settings: {
1021
+ # detailed_metrics_enabled: false,
1022
+ # logging_level: "NonEmptyString",
1023
+ # data_trace_enabled: false,
1024
+ # throttling_burst_limit: 1,
1025
+ # throttling_rate_limit: 1.0,
1026
+ # },
1027
+ # stage_name: "NonEmptyString",
1028
+ # stage_variables: {
1029
+ # "NonEmptyString" => "NonEmptyString",
1030
+ # },
1031
+ # access_log_settings: {
1032
+ # format: "NonEmptyString",
1033
+ # destination_arn: "NonEmptyString",
1034
+ # },
1035
+ # auto_deploy: false,
1036
+ # last_deployment_status_message: "NonEmptyString",
1037
+ # api_gateway_managed: false,
1038
+ # },
1039
+ # aws_api_gateway_v2_api: {
1040
+ # api_endpoint: "NonEmptyString",
1041
+ # api_id: "NonEmptyString",
1042
+ # api_key_selection_expression: "NonEmptyString",
1043
+ # created_date: "NonEmptyString",
1044
+ # description: "NonEmptyString",
1045
+ # version: "NonEmptyString",
1046
+ # name: "NonEmptyString",
1047
+ # protocol_type: "NonEmptyString",
1048
+ # route_selection_expression: "NonEmptyString",
1049
+ # cors_configuration: {
1050
+ # allow_origins: ["NonEmptyString"],
1051
+ # allow_credentials: false,
1052
+ # expose_headers: ["NonEmptyString"],
1053
+ # max_age: 1,
1054
+ # allow_methods: ["NonEmptyString"],
1055
+ # allow_headers: ["NonEmptyString"],
1056
+ # },
1057
+ # },
966
1058
  # aws_dynamo_db_table: {
967
1059
  # attribute_definitions: [
968
1060
  # {
@@ -1075,11 +1167,404 @@ module Aws::SecurityHub
1075
1167
  # table_size_bytes: 1,
1076
1168
  # table_status: "NonEmptyString",
1077
1169
  # },
1170
+ # aws_api_gateway_stage: {
1171
+ # deployment_id: "NonEmptyString",
1172
+ # client_certificate_id: "NonEmptyString",
1173
+ # stage_name: "NonEmptyString",
1174
+ # description: "NonEmptyString",
1175
+ # cache_cluster_enabled: false,
1176
+ # cache_cluster_size: "NonEmptyString",
1177
+ # cache_cluster_status: "NonEmptyString",
1178
+ # method_settings: [
1179
+ # {
1180
+ # metrics_enabled: false,
1181
+ # logging_level: "NonEmptyString",
1182
+ # data_trace_enabled: false,
1183
+ # throttling_burst_limit: 1,
1184
+ # throttling_rate_limit: 1.0,
1185
+ # caching_enabled: false,
1186
+ # cache_ttl_in_seconds: 1,
1187
+ # cache_data_encrypted: false,
1188
+ # require_authorization_for_cache_control: false,
1189
+ # unauthorized_cache_control_header_strategy: "NonEmptyString",
1190
+ # http_method: "NonEmptyString",
1191
+ # resource_path: "NonEmptyString",
1192
+ # },
1193
+ # ],
1194
+ # variables: {
1195
+ # "NonEmptyString" => "NonEmptyString",
1196
+ # },
1197
+ # documentation_version: "NonEmptyString",
1198
+ # access_log_settings: {
1199
+ # format: "NonEmptyString",
1200
+ # destination_arn: "NonEmptyString",
1201
+ # },
1202
+ # canary_settings: {
1203
+ # percent_traffic: 1.0,
1204
+ # deployment_id: "NonEmptyString",
1205
+ # stage_variable_overrides: {
1206
+ # "NonEmptyString" => "NonEmptyString",
1207
+ # },
1208
+ # use_stage_cache: false,
1209
+ # },
1210
+ # tracing_enabled: false,
1211
+ # created_date: "NonEmptyString",
1212
+ # last_updated_date: "NonEmptyString",
1213
+ # web_acl_arn: "NonEmptyString",
1214
+ # },
1215
+ # aws_api_gateway_rest_api: {
1216
+ # id: "NonEmptyString",
1217
+ # name: "NonEmptyString",
1218
+ # description: "NonEmptyString",
1219
+ # created_date: "NonEmptyString",
1220
+ # version: "NonEmptyString",
1221
+ # binary_media_types: ["NonEmptyString"],
1222
+ # minimum_compression_size: 1,
1223
+ # api_key_source: "NonEmptyString",
1224
+ # endpoint_configuration: {
1225
+ # types: ["NonEmptyString"],
1226
+ # },
1227
+ # },
1228
+ # aws_cloud_trail_trail: {
1229
+ # cloud_watch_logs_log_group_arn: "NonEmptyString",
1230
+ # cloud_watch_logs_role_arn: "NonEmptyString",
1231
+ # has_custom_event_selectors: false,
1232
+ # home_region: "NonEmptyString",
1233
+ # include_global_service_events: false,
1234
+ # is_multi_region_trail: false,
1235
+ # is_organization_trail: false,
1236
+ # kms_key_id: "NonEmptyString",
1237
+ # log_file_validation_enabled: false,
1238
+ # name: "NonEmptyString",
1239
+ # s3_bucket_name: "NonEmptyString",
1240
+ # s3_key_prefix: "NonEmptyString",
1241
+ # sns_topic_arn: "NonEmptyString",
1242
+ # sns_topic_name: "NonEmptyString",
1243
+ # trail_arn: "NonEmptyString",
1244
+ # },
1245
+ # aws_certificate_manager_certificate: {
1246
+ # certificate_authority_arn: "NonEmptyString",
1247
+ # created_at: "NonEmptyString",
1248
+ # domain_name: "NonEmptyString",
1249
+ # domain_validation_options: [
1250
+ # {
1251
+ # domain_name: "NonEmptyString",
1252
+ # resource_record: {
1253
+ # name: "NonEmptyString",
1254
+ # type: "NonEmptyString",
1255
+ # value: "NonEmptyString",
1256
+ # },
1257
+ # validation_domain: "NonEmptyString",
1258
+ # validation_emails: ["NonEmptyString"],
1259
+ # validation_method: "NonEmptyString",
1260
+ # validation_status: "NonEmptyString",
1261
+ # },
1262
+ # ],
1263
+ # extended_key_usages: [
1264
+ # {
1265
+ # name: "NonEmptyString",
1266
+ # o_id: "NonEmptyString",
1267
+ # },
1268
+ # ],
1269
+ # failure_reason: "NonEmptyString",
1270
+ # imported_at: "NonEmptyString",
1271
+ # in_use_by: ["NonEmptyString"],
1272
+ # issued_at: "NonEmptyString",
1273
+ # issuer: "NonEmptyString",
1274
+ # key_algorithm: "NonEmptyString",
1275
+ # key_usages: [
1276
+ # {
1277
+ # name: "NonEmptyString",
1278
+ # },
1279
+ # ],
1280
+ # not_after: "NonEmptyString",
1281
+ # not_before: "NonEmptyString",
1282
+ # options: {
1283
+ # certificate_transparency_logging_preference: "NonEmptyString",
1284
+ # },
1285
+ # renewal_eligibility: "NonEmptyString",
1286
+ # renewal_summary: {
1287
+ # domain_validation_options: [
1288
+ # {
1289
+ # domain_name: "NonEmptyString",
1290
+ # resource_record: {
1291
+ # name: "NonEmptyString",
1292
+ # type: "NonEmptyString",
1293
+ # value: "NonEmptyString",
1294
+ # },
1295
+ # validation_domain: "NonEmptyString",
1296
+ # validation_emails: ["NonEmptyString"],
1297
+ # validation_method: "NonEmptyString",
1298
+ # validation_status: "NonEmptyString",
1299
+ # },
1300
+ # ],
1301
+ # renewal_status: "NonEmptyString",
1302
+ # renewal_status_reason: "NonEmptyString",
1303
+ # updated_at: "NonEmptyString",
1304
+ # },
1305
+ # serial: "NonEmptyString",
1306
+ # signature_algorithm: "NonEmptyString",
1307
+ # status: "NonEmptyString",
1308
+ # subject: "NonEmptyString",
1309
+ # subject_alternative_names: ["NonEmptyString"],
1310
+ # type: "NonEmptyString",
1311
+ # },
1312
+ # aws_redshift_cluster: {
1313
+ # allow_version_upgrade: false,
1314
+ # automated_snapshot_retention_period: 1,
1315
+ # availability_zone: "NonEmptyString",
1316
+ # cluster_availability_status: "NonEmptyString",
1317
+ # cluster_create_time: "NonEmptyString",
1318
+ # cluster_identifier: "NonEmptyString",
1319
+ # cluster_nodes: [
1320
+ # {
1321
+ # node_role: "NonEmptyString",
1322
+ # private_ip_address: "NonEmptyString",
1323
+ # public_ip_address: "NonEmptyString",
1324
+ # },
1325
+ # ],
1326
+ # cluster_parameter_groups: [
1327
+ # {
1328
+ # cluster_parameter_status_list: [
1329
+ # {
1330
+ # parameter_name: "NonEmptyString",
1331
+ # parameter_apply_status: "NonEmptyString",
1332
+ # parameter_apply_error_description: "NonEmptyString",
1333
+ # },
1334
+ # ],
1335
+ # parameter_apply_status: "NonEmptyString",
1336
+ # parameter_group_name: "NonEmptyString",
1337
+ # },
1338
+ # ],
1339
+ # cluster_public_key: "NonEmptyString",
1340
+ # cluster_revision_number: "NonEmptyString",
1341
+ # cluster_security_groups: [
1342
+ # {
1343
+ # cluster_security_group_name: "NonEmptyString",
1344
+ # status: "NonEmptyString",
1345
+ # },
1346
+ # ],
1347
+ # cluster_snapshot_copy_status: {
1348
+ # destination_region: "NonEmptyString",
1349
+ # manual_snapshot_retention_period: 1,
1350
+ # retention_period: 1,
1351
+ # snapshot_copy_grant_name: "NonEmptyString",
1352
+ # },
1353
+ # cluster_status: "NonEmptyString",
1354
+ # cluster_subnet_group_name: "NonEmptyString",
1355
+ # cluster_version: "NonEmptyString",
1356
+ # db_name: "NonEmptyString",
1357
+ # deferred_maintenance_windows: [
1358
+ # {
1359
+ # defer_maintenance_end_time: "NonEmptyString",
1360
+ # defer_maintenance_identifier: "NonEmptyString",
1361
+ # defer_maintenance_start_time: "NonEmptyString",
1362
+ # },
1363
+ # ],
1364
+ # elastic_ip_status: {
1365
+ # elastic_ip: "NonEmptyString",
1366
+ # status: "NonEmptyString",
1367
+ # },
1368
+ # elastic_resize_number_of_node_options: "NonEmptyString",
1369
+ # encrypted: false,
1370
+ # endpoint: {
1371
+ # address: "NonEmptyString",
1372
+ # port: 1,
1373
+ # },
1374
+ # enhanced_vpc_routing: false,
1375
+ # expected_next_snapshot_schedule_time: "NonEmptyString",
1376
+ # expected_next_snapshot_schedule_time_status: "NonEmptyString",
1377
+ # hsm_status: {
1378
+ # hsm_client_certificate_identifier: "NonEmptyString",
1379
+ # hsm_configuration_identifier: "NonEmptyString",
1380
+ # status: "NonEmptyString",
1381
+ # },
1382
+ # iam_roles: [
1383
+ # {
1384
+ # apply_status: "NonEmptyString",
1385
+ # iam_role_arn: "NonEmptyString",
1386
+ # },
1387
+ # ],
1388
+ # kms_key_id: "NonEmptyString",
1389
+ # maintenance_track_name: "NonEmptyString",
1390
+ # manual_snapshot_retention_period: 1,
1391
+ # master_username: "NonEmptyString",
1392
+ # next_maintenance_window_start_time: "NonEmptyString",
1393
+ # node_type: "NonEmptyString",
1394
+ # number_of_nodes: 1,
1395
+ # pending_actions: ["NonEmptyString"],
1396
+ # pending_modified_values: {
1397
+ # automated_snapshot_retention_period: 1,
1398
+ # cluster_identifier: "NonEmptyString",
1399
+ # cluster_type: "NonEmptyString",
1400
+ # cluster_version: "NonEmptyString",
1401
+ # encryption_type: "NonEmptyString",
1402
+ # enhanced_vpc_routing: false,
1403
+ # maintenance_track_name: "NonEmptyString",
1404
+ # master_user_password: "NonEmptyString",
1405
+ # node_type: "NonEmptyString",
1406
+ # number_of_nodes: 1,
1407
+ # publicly_accessible: false,
1408
+ # },
1409
+ # preferred_maintenance_window: "NonEmptyString",
1410
+ # publicly_accessible: false,
1411
+ # resize_info: {
1412
+ # allow_cancel_resize: false,
1413
+ # resize_type: "NonEmptyString",
1414
+ # },
1415
+ # restore_status: {
1416
+ # current_restore_rate_in_mega_bytes_per_second: 1.0,
1417
+ # elapsed_time_in_seconds: 1,
1418
+ # estimated_time_to_completion_in_seconds: 1,
1419
+ # progress_in_mega_bytes: 1,
1420
+ # snapshot_size_in_mega_bytes: 1,
1421
+ # status: "NonEmptyString",
1422
+ # },
1423
+ # snapshot_schedule_identifier: "NonEmptyString",
1424
+ # snapshot_schedule_state: "NonEmptyString",
1425
+ # vpc_id: "NonEmptyString",
1426
+ # vpc_security_groups: [
1427
+ # {
1428
+ # status: "NonEmptyString",
1429
+ # vpc_security_group_id: "NonEmptyString",
1430
+ # },
1431
+ # ],
1432
+ # },
1433
+ # aws_elb_load_balancer: {
1434
+ # availability_zones: ["NonEmptyString"],
1435
+ # backend_server_descriptions: [
1436
+ # {
1437
+ # instance_port: 1,
1438
+ # policy_names: ["NonEmptyString"],
1439
+ # },
1440
+ # ],
1441
+ # canonical_hosted_zone_name: "NonEmptyString",
1442
+ # canonical_hosted_zone_name_id: "NonEmptyString",
1443
+ # created_time: "NonEmptyString",
1444
+ # dns_name: "NonEmptyString",
1445
+ # health_check: {
1446
+ # healthy_threshold: 1,
1447
+ # interval: 1,
1448
+ # target: "NonEmptyString",
1449
+ # timeout: 1,
1450
+ # unhealthy_threshold: 1,
1451
+ # },
1452
+ # instances: [
1453
+ # {
1454
+ # instance_id: "NonEmptyString",
1455
+ # },
1456
+ # ],
1457
+ # listener_descriptions: [
1458
+ # {
1459
+ # listener: {
1460
+ # instance_port: 1,
1461
+ # instance_protocol: "NonEmptyString",
1462
+ # load_balancer_port: 1,
1463
+ # protocol: "NonEmptyString",
1464
+ # ssl_certificate_id: "NonEmptyString",
1465
+ # },
1466
+ # policy_names: ["NonEmptyString"],
1467
+ # },
1468
+ # ],
1469
+ # load_balancer_attributes: {
1470
+ # access_log: {
1471
+ # emit_interval: 1,
1472
+ # enabled: false,
1473
+ # s3_bucket_name: "NonEmptyString",
1474
+ # s3_bucket_prefix: "NonEmptyString",
1475
+ # },
1476
+ # connection_draining: {
1477
+ # enabled: false,
1478
+ # timeout: 1,
1479
+ # },
1480
+ # connection_settings: {
1481
+ # idle_timeout: 1,
1482
+ # },
1483
+ # cross_zone_load_balancing: {
1484
+ # enabled: false,
1485
+ # },
1486
+ # },
1487
+ # load_balancer_name: "NonEmptyString",
1488
+ # policies: {
1489
+ # app_cookie_stickiness_policies: [
1490
+ # {
1491
+ # cookie_name: "NonEmptyString",
1492
+ # policy_name: "NonEmptyString",
1493
+ # },
1494
+ # ],
1495
+ # lb_cookie_stickiness_policies: [
1496
+ # {
1497
+ # cookie_expiration_period: 1,
1498
+ # policy_name: "NonEmptyString",
1499
+ # },
1500
+ # ],
1501
+ # other_policies: ["NonEmptyString"],
1502
+ # },
1503
+ # scheme: "NonEmptyString",
1504
+ # security_groups: ["NonEmptyString"],
1505
+ # source_security_group: {
1506
+ # group_name: "NonEmptyString",
1507
+ # owner_alias: "NonEmptyString",
1508
+ # },
1509
+ # subnets: ["NonEmptyString"],
1510
+ # vpc_id: "NonEmptyString",
1511
+ # },
1512
+ # aws_iam_group: {
1513
+ # attached_managed_policies: [
1514
+ # {
1515
+ # policy_name: "NonEmptyString",
1516
+ # policy_arn: "NonEmptyString",
1517
+ # },
1518
+ # ],
1519
+ # create_date: "NonEmptyString",
1520
+ # group_id: "NonEmptyString",
1521
+ # group_name: "NonEmptyString",
1522
+ # group_policy_list: [
1523
+ # {
1524
+ # policy_name: "NonEmptyString",
1525
+ # },
1526
+ # ],
1527
+ # path: "NonEmptyString",
1528
+ # },
1078
1529
  # aws_iam_role: {
1079
1530
  # assume_role_policy_document: "AwsIamRoleAssumeRolePolicyDocument",
1531
+ # attached_managed_policies: [
1532
+ # {
1533
+ # policy_name: "NonEmptyString",
1534
+ # policy_arn: "NonEmptyString",
1535
+ # },
1536
+ # ],
1080
1537
  # create_date: "NonEmptyString",
1538
+ # instance_profile_list: [
1539
+ # {
1540
+ # arn: "NonEmptyString",
1541
+ # create_date: "NonEmptyString",
1542
+ # instance_profile_id: "NonEmptyString",
1543
+ # instance_profile_name: "NonEmptyString",
1544
+ # path: "NonEmptyString",
1545
+ # roles: [
1546
+ # {
1547
+ # arn: "NonEmptyString",
1548
+ # assume_role_policy_document: "AwsIamRoleAssumeRolePolicyDocument",
1549
+ # create_date: "NonEmptyString",
1550
+ # path: "NonEmptyString",
1551
+ # role_id: "NonEmptyString",
1552
+ # role_name: "NonEmptyString",
1553
+ # },
1554
+ # ],
1555
+ # },
1556
+ # ],
1557
+ # permissions_boundary: {
1558
+ # permissions_boundary_arn: "NonEmptyString",
1559
+ # permissions_boundary_type: "NonEmptyString",
1560
+ # },
1081
1561
  # role_id: "NonEmptyString",
1082
1562
  # role_name: "NonEmptyString",
1563
+ # role_policy_list: [
1564
+ # {
1565
+ # policy_name: "NonEmptyString",
1566
+ # },
1567
+ # ],
1083
1568
  # max_session_duration: 1,
1084
1569
  # path: "NonEmptyString",
1085
1570
  # },
@@ -1564,8 +2049,8 @@ module Aws::SecurityHub
1564
2049
  # Updates from `BatchUpdateFindings` do not affect the value of
1565
2050
  # `UpdatedAt` for a finding.
1566
2051
  #
1567
- # Master accounts can use `BatchUpdateFindings` to update the following
1568
- # finding fields and objects.
2052
+ # Master and member accounts can use `BatchUpdateFindings` to update the
2053
+ # following finding fields and objects.
1569
2054
  #
1570
2055
  # * `Confidence`
1571
2056
  #
@@ -1585,8 +2070,15 @@ module Aws::SecurityHub
1585
2070
  #
1586
2071
  # * `Workflow`
1587
2072
  #
1588
- # Member accounts can only use `BatchUpdateFindings` to update the Note
1589
- # object.
2073
+ # You can configure IAM policies to restrict access to fields and field
2074
+ # values. For example, you might not want member accounts to be able to
2075
+ # suppress findings or change the finding severity. See [Configuring
2076
+ # access to BatchUpdateFindings][1] in the *AWS Security Hub User
2077
+ # Guide*.
2078
+ #
2079
+ #
2080
+ #
2081
+ # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/finding-update-batchupdatefindings.html#batchupdatefindings-configure-access
1590
2082
  #
1591
2083
  # @option params [required, Array<Types::AwsSecurityFindingIdentifier>] :finding_identifiers
1592
2084
  # The list of findings to update. `BatchUpdateFindings` can be used to
@@ -3058,6 +3550,9 @@ module Aws::SecurityHub
3058
3550
  # The finding attributes used to define a condition to filter the
3059
3551
  # returned findings.
3060
3552
  #
3553
+ # You can filter by up to 10 finding attributes. For each attribute, you
3554
+ # can provide up to 20 filter values.
3555
+ #
3061
3556
  # Note that in the available filter fields, `WorkflowState` is
3062
3557
  # deprecated. To search for a finding based on its workflow status, use
3063
3558
  # `WorkflowStatus`.
@@ -3741,6 +4236,7 @@ module Aws::SecurityHub
3741
4236
  # resp.findings[0].resources[0].id #=> String
3742
4237
  # resp.findings[0].resources[0].partition #=> String, one of "aws", "aws-cn", "aws-us-gov"
3743
4238
  # resp.findings[0].resources[0].region #=> String
4239
+ # resp.findings[0].resources[0].resource_role #=> String
3744
4240
  # resp.findings[0].resources[0].tags #=> Hash
3745
4241
  # resp.findings[0].resources[0].tags["NonEmptyString"] #=> String
3746
4242
  # resp.findings[0].resources[0].details.aws_auto_scaling_auto_scaling_group.launch_configuration_name #=> String
@@ -3766,6 +4262,10 @@ module Aws::SecurityHub
3766
4262
  # resp.findings[0].resources[0].details.aws_code_build_project.vpc_config.subnets[0] #=> String
3767
4263
  # resp.findings[0].resources[0].details.aws_code_build_project.vpc_config.security_group_ids #=> Array
3768
4264
  # resp.findings[0].resources[0].details.aws_code_build_project.vpc_config.security_group_ids[0] #=> String
4265
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.cache_behaviors.items #=> Array
4266
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.cache_behaviors.items[0].viewer_protocol_policy #=> String
4267
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.default_cache_behavior.viewer_protocol_policy #=> String
4268
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.default_root_object #=> String
3769
4269
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.domain_name #=> String
3770
4270
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.etag #=> String
3771
4271
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.last_modified_time #=> String
@@ -3777,6 +4277,11 @@ module Aws::SecurityHub
3777
4277
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].domain_name #=> String
3778
4278
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].id #=> String
3779
4279
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].origin_path #=> String
4280
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origins.items[0].s3_origin_config.origin_access_identity #=> String
4281
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origin_groups.items #=> Array
4282
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origin_groups.items[0].failover_criteria.status_codes.items #=> Array
4283
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origin_groups.items[0].failover_criteria.status_codes.items[0] #=> Integer
4284
+ # resp.findings[0].resources[0].details.aws_cloud_front_distribution.origin_groups.items[0].failover_criteria.status_codes.quantity #=> Integer
3780
4285
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.status #=> String
3781
4286
  # resp.findings[0].resources[0].details.aws_cloud_front_distribution.web_acl_id #=> String
3782
4287
  # resp.findings[0].resources[0].details.aws_ec2_instance.type #=> String
@@ -3930,6 +4435,15 @@ module Aws::SecurityHub
3930
4435
  # resp.findings[0].resources[0].details.aws_iam_access_key.principal_id #=> String
3931
4436
  # resp.findings[0].resources[0].details.aws_iam_access_key.principal_type #=> String
3932
4437
  # resp.findings[0].resources[0].details.aws_iam_access_key.principal_name #=> String
4438
+ # resp.findings[0].resources[0].details.aws_iam_access_key.account_id #=> String
4439
+ # resp.findings[0].resources[0].details.aws_iam_access_key.access_key_id #=> String
4440
+ # resp.findings[0].resources[0].details.aws_iam_access_key.session_context.attributes.mfa_authenticated #=> Boolean
4441
+ # resp.findings[0].resources[0].details.aws_iam_access_key.session_context.attributes.creation_date #=> String
4442
+ # resp.findings[0].resources[0].details.aws_iam_access_key.session_context.session_issuer.type #=> String
4443
+ # resp.findings[0].resources[0].details.aws_iam_access_key.session_context.session_issuer.principal_id #=> String
4444
+ # resp.findings[0].resources[0].details.aws_iam_access_key.session_context.session_issuer.arn #=> String
4445
+ # resp.findings[0].resources[0].details.aws_iam_access_key.session_context.session_issuer.account_id #=> String
4446
+ # resp.findings[0].resources[0].details.aws_iam_access_key.session_context.session_issuer.user_name #=> String
3933
4447
  # resp.findings[0].resources[0].details.aws_iam_user.attached_managed_policies #=> Array
3934
4448
  # resp.findings[0].resources[0].details.aws_iam_user.attached_managed_policies[0].policy_name #=> String
3935
4449
  # resp.findings[0].resources[0].details.aws_iam_user.attached_managed_policies[0].policy_arn #=> String
@@ -3957,6 +4471,47 @@ module Aws::SecurityHub
3957
4471
  # resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].is_default_version #=> Boolean
3958
4472
  # resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].create_date #=> String
3959
4473
  # resp.findings[0].resources[0].details.aws_iam_policy.update_date #=> String
4474
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.created_date #=> String
4475
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.description #=> String
4476
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.default_route_settings.detailed_metrics_enabled #=> Boolean
4477
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.default_route_settings.logging_level #=> String
4478
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.default_route_settings.data_trace_enabled #=> Boolean
4479
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.default_route_settings.throttling_burst_limit #=> Integer
4480
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.default_route_settings.throttling_rate_limit #=> Float
4481
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.deployment_id #=> String
4482
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.last_updated_date #=> String
4483
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.route_settings.detailed_metrics_enabled #=> Boolean
4484
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.route_settings.logging_level #=> String
4485
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.route_settings.data_trace_enabled #=> Boolean
4486
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.route_settings.throttling_burst_limit #=> Integer
4487
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.route_settings.throttling_rate_limit #=> Float
4488
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.stage_name #=> String
4489
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.stage_variables #=> Hash
4490
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.stage_variables["NonEmptyString"] #=> String
4491
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.access_log_settings.format #=> String
4492
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.access_log_settings.destination_arn #=> String
4493
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.auto_deploy #=> Boolean
4494
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.last_deployment_status_message #=> String
4495
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.api_gateway_managed #=> Boolean
4496
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.api_endpoint #=> String
4497
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.api_id #=> String
4498
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.api_key_selection_expression #=> String
4499
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.created_date #=> String
4500
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.description #=> String
4501
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.version #=> String
4502
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.name #=> String
4503
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.protocol_type #=> String
4504
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.route_selection_expression #=> String
4505
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.allow_origins #=> Array
4506
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.allow_origins[0] #=> String
4507
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.allow_credentials #=> Boolean
4508
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.expose_headers #=> Array
4509
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.expose_headers[0] #=> String
4510
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.max_age #=> Integer
4511
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.allow_methods #=> Array
4512
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.allow_methods[0] #=> String
4513
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.allow_headers #=> Array
4514
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_api.cors_configuration.allow_headers[0] #=> String
3960
4515
  # resp.findings[0].resources[0].details.aws_dynamo_db_table.attribute_definitions #=> Array
3961
4516
  # resp.findings[0].resources[0].details.aws_dynamo_db_table.attribute_definitions[0].attribute_name #=> String
3962
4517
  # resp.findings[0].resources[0].details.aws_dynamo_db_table.attribute_definitions[0].attribute_type #=> String
@@ -4025,10 +4580,283 @@ module Aws::SecurityHub
4025
4580
  # resp.findings[0].resources[0].details.aws_dynamo_db_table.table_name #=> String
4026
4581
  # resp.findings[0].resources[0].details.aws_dynamo_db_table.table_size_bytes #=> Integer
4027
4582
  # resp.findings[0].resources[0].details.aws_dynamo_db_table.table_status #=> String
4583
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.deployment_id #=> String
4584
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.client_certificate_id #=> String
4585
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.stage_name #=> String
4586
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.description #=> String
4587
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.cache_cluster_enabled #=> Boolean
4588
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.cache_cluster_size #=> String
4589
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.cache_cluster_status #=> String
4590
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings #=> Array
4591
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].metrics_enabled #=> Boolean
4592
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].logging_level #=> String
4593
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].data_trace_enabled #=> Boolean
4594
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].throttling_burst_limit #=> Integer
4595
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].throttling_rate_limit #=> Float
4596
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].caching_enabled #=> Boolean
4597
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].cache_ttl_in_seconds #=> Integer
4598
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].cache_data_encrypted #=> Boolean
4599
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].require_authorization_for_cache_control #=> Boolean
4600
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].unauthorized_cache_control_header_strategy #=> String
4601
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].http_method #=> String
4602
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.method_settings[0].resource_path #=> String
4603
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.variables #=> Hash
4604
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.variables["NonEmptyString"] #=> String
4605
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.documentation_version #=> String
4606
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.access_log_settings.format #=> String
4607
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.access_log_settings.destination_arn #=> String
4608
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.canary_settings.percent_traffic #=> Float
4609
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.canary_settings.deployment_id #=> String
4610
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.canary_settings.stage_variable_overrides #=> Hash
4611
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.canary_settings.stage_variable_overrides["NonEmptyString"] #=> String
4612
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.canary_settings.use_stage_cache #=> Boolean
4613
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.tracing_enabled #=> Boolean
4614
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.created_date #=> String
4615
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.last_updated_date #=> String
4616
+ # resp.findings[0].resources[0].details.aws_api_gateway_stage.web_acl_arn #=> String
4617
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.id #=> String
4618
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.name #=> String
4619
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.description #=> String
4620
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.created_date #=> String
4621
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.version #=> String
4622
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.binary_media_types #=> Array
4623
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.binary_media_types[0] #=> String
4624
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.minimum_compression_size #=> Integer
4625
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.api_key_source #=> String
4626
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.endpoint_configuration.types #=> Array
4627
+ # resp.findings[0].resources[0].details.aws_api_gateway_rest_api.endpoint_configuration.types[0] #=> String
4628
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.cloud_watch_logs_log_group_arn #=> String
4629
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.cloud_watch_logs_role_arn #=> String
4630
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.has_custom_event_selectors #=> Boolean
4631
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.home_region #=> String
4632
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.include_global_service_events #=> Boolean
4633
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.is_multi_region_trail #=> Boolean
4634
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.is_organization_trail #=> Boolean
4635
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.kms_key_id #=> String
4636
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.log_file_validation_enabled #=> Boolean
4637
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.name #=> String
4638
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.s3_bucket_name #=> String
4639
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.s3_key_prefix #=> String
4640
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.sns_topic_arn #=> String
4641
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.sns_topic_name #=> String
4642
+ # resp.findings[0].resources[0].details.aws_cloud_trail_trail.trail_arn #=> String
4643
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.certificate_authority_arn #=> String
4644
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.created_at #=> String
4645
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_name #=> String
4646
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options #=> Array
4647
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options[0].domain_name #=> String
4648
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options[0].resource_record.name #=> String
4649
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options[0].resource_record.type #=> String
4650
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options[0].resource_record.value #=> String
4651
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options[0].validation_domain #=> String
4652
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options[0].validation_emails #=> Array
4653
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options[0].validation_emails[0] #=> String
4654
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options[0].validation_method #=> String
4655
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.domain_validation_options[0].validation_status #=> String
4656
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.extended_key_usages #=> Array
4657
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.extended_key_usages[0].name #=> String
4658
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.extended_key_usages[0].o_id #=> String
4659
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.failure_reason #=> String
4660
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.imported_at #=> String
4661
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.in_use_by #=> Array
4662
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.in_use_by[0] #=> String
4663
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.issued_at #=> String
4664
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.issuer #=> String
4665
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.key_algorithm #=> String
4666
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.key_usages #=> Array
4667
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.key_usages[0].name #=> String
4668
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.not_after #=> String
4669
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.not_before #=> String
4670
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.options.certificate_transparency_logging_preference #=> String
4671
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_eligibility #=> String
4672
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options #=> Array
4673
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options[0].domain_name #=> String
4674
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options[0].resource_record.name #=> String
4675
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options[0].resource_record.type #=> String
4676
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options[0].resource_record.value #=> String
4677
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options[0].validation_domain #=> String
4678
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options[0].validation_emails #=> Array
4679
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options[0].validation_emails[0] #=> String
4680
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options[0].validation_method #=> String
4681
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.domain_validation_options[0].validation_status #=> String
4682
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.renewal_status #=> String
4683
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.renewal_status_reason #=> String
4684
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.renewal_summary.updated_at #=> String
4685
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.serial #=> String
4686
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.signature_algorithm #=> String
4687
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.status #=> String
4688
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.subject #=> String
4689
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.subject_alternative_names #=> Array
4690
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.subject_alternative_names[0] #=> String
4691
+ # resp.findings[0].resources[0].details.aws_certificate_manager_certificate.type #=> String
4692
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.allow_version_upgrade #=> Boolean
4693
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.automated_snapshot_retention_period #=> Integer
4694
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.availability_zone #=> String
4695
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_availability_status #=> String
4696
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_create_time #=> String
4697
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_identifier #=> String
4698
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_nodes #=> Array
4699
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_nodes[0].node_role #=> String
4700
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_nodes[0].private_ip_address #=> String
4701
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_nodes[0].public_ip_address #=> String
4702
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_parameter_groups #=> Array
4703
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_parameter_groups[0].cluster_parameter_status_list #=> Array
4704
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_parameter_groups[0].cluster_parameter_status_list[0].parameter_name #=> String
4705
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_parameter_groups[0].cluster_parameter_status_list[0].parameter_apply_status #=> String
4706
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_parameter_groups[0].cluster_parameter_status_list[0].parameter_apply_error_description #=> String
4707
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_parameter_groups[0].parameter_apply_status #=> String
4708
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_parameter_groups[0].parameter_group_name #=> String
4709
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_public_key #=> String
4710
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_revision_number #=> String
4711
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_security_groups #=> Array
4712
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_security_groups[0].cluster_security_group_name #=> String
4713
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_security_groups[0].status #=> String
4714
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_snapshot_copy_status.destination_region #=> String
4715
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_snapshot_copy_status.manual_snapshot_retention_period #=> Integer
4716
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_snapshot_copy_status.retention_period #=> Integer
4717
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_snapshot_copy_status.snapshot_copy_grant_name #=> String
4718
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_status #=> String
4719
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_subnet_group_name #=> String
4720
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.cluster_version #=> String
4721
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.db_name #=> String
4722
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.deferred_maintenance_windows #=> Array
4723
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> String
4724
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
4725
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> String
4726
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.elastic_ip_status.elastic_ip #=> String
4727
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.elastic_ip_status.status #=> String
4728
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.elastic_resize_number_of_node_options #=> String
4729
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.encrypted #=> Boolean
4730
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.endpoint.address #=> String
4731
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.endpoint.port #=> Integer
4732
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.enhanced_vpc_routing #=> Boolean
4733
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.expected_next_snapshot_schedule_time #=> String
4734
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.expected_next_snapshot_schedule_time_status #=> String
4735
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.hsm_status.hsm_client_certificate_identifier #=> String
4736
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.hsm_status.hsm_configuration_identifier #=> String
4737
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.hsm_status.status #=> String
4738
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.iam_roles #=> Array
4739
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.iam_roles[0].apply_status #=> String
4740
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.iam_roles[0].iam_role_arn #=> String
4741
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.kms_key_id #=> String
4742
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.maintenance_track_name #=> String
4743
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.manual_snapshot_retention_period #=> Integer
4744
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.master_username #=> String
4745
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.next_maintenance_window_start_time #=> String
4746
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.node_type #=> String
4747
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.number_of_nodes #=> Integer
4748
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_actions #=> Array
4749
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_actions[0] #=> String
4750
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.automated_snapshot_retention_period #=> Integer
4751
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.cluster_identifier #=> String
4752
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.cluster_type #=> String
4753
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.cluster_version #=> String
4754
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.encryption_type #=> String
4755
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
4756
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.maintenance_track_name #=> String
4757
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.master_user_password #=> String
4758
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.node_type #=> String
4759
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.number_of_nodes #=> Integer
4760
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.pending_modified_values.publicly_accessible #=> Boolean
4761
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.preferred_maintenance_window #=> String
4762
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.publicly_accessible #=> Boolean
4763
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.resize_info.allow_cancel_resize #=> Boolean
4764
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.resize_info.resize_type #=> String
4765
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.restore_status.current_restore_rate_in_mega_bytes_per_second #=> Float
4766
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.restore_status.elapsed_time_in_seconds #=> Integer
4767
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
4768
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.restore_status.progress_in_mega_bytes #=> Integer
4769
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.restore_status.snapshot_size_in_mega_bytes #=> Integer
4770
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.restore_status.status #=> String
4771
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.snapshot_schedule_identifier #=> String
4772
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.snapshot_schedule_state #=> String
4773
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_id #=> String
4774
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_security_groups #=> Array
4775
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_security_groups[0].status #=> String
4776
+ # resp.findings[0].resources[0].details.aws_redshift_cluster.vpc_security_groups[0].vpc_security_group_id #=> String
4777
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.availability_zones #=> Array
4778
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.availability_zones[0] #=> String
4779
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.backend_server_descriptions #=> Array
4780
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.backend_server_descriptions[0].instance_port #=> Integer
4781
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.backend_server_descriptions[0].policy_names #=> Array
4782
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.backend_server_descriptions[0].policy_names[0] #=> String
4783
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.canonical_hosted_zone_name #=> String
4784
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.canonical_hosted_zone_name_id #=> String
4785
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.created_time #=> String
4786
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.dns_name #=> String
4787
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.health_check.healthy_threshold #=> Integer
4788
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.health_check.interval #=> Integer
4789
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.health_check.target #=> String
4790
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.health_check.timeout #=> Integer
4791
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.health_check.unhealthy_threshold #=> Integer
4792
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.instances #=> Array
4793
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.instances[0].instance_id #=> String
4794
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.listener_descriptions #=> Array
4795
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.listener_descriptions[0].listener.instance_port #=> Integer
4796
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.listener_descriptions[0].listener.instance_protocol #=> String
4797
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.listener_descriptions[0].listener.load_balancer_port #=> Integer
4798
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.listener_descriptions[0].listener.protocol #=> String
4799
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.listener_descriptions[0].listener.ssl_certificate_id #=> String
4800
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.listener_descriptions[0].policy_names #=> Array
4801
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.listener_descriptions[0].policy_names[0] #=> String
4802
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.access_log.emit_interval #=> Integer
4803
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.access_log.enabled #=> Boolean
4804
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.access_log.s3_bucket_name #=> String
4805
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.access_log.s3_bucket_prefix #=> String
4806
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.connection_draining.enabled #=> Boolean
4807
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.connection_draining.timeout #=> Integer
4808
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.connection_settings.idle_timeout #=> Integer
4809
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_attributes.cross_zone_load_balancing.enabled #=> Boolean
4810
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.load_balancer_name #=> String
4811
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.app_cookie_stickiness_policies #=> Array
4812
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.app_cookie_stickiness_policies[0].cookie_name #=> String
4813
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.app_cookie_stickiness_policies[0].policy_name #=> String
4814
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.lb_cookie_stickiness_policies #=> Array
4815
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.lb_cookie_stickiness_policies[0].cookie_expiration_period #=> Integer
4816
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.lb_cookie_stickiness_policies[0].policy_name #=> String
4817
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.other_policies #=> Array
4818
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.policies.other_policies[0] #=> String
4819
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.scheme #=> String
4820
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.security_groups #=> Array
4821
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.security_groups[0] #=> String
4822
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.source_security_group.group_name #=> String
4823
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.source_security_group.owner_alias #=> String
4824
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.subnets #=> Array
4825
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.subnets[0] #=> String
4826
+ # resp.findings[0].resources[0].details.aws_elb_load_balancer.vpc_id #=> String
4827
+ # resp.findings[0].resources[0].details.aws_iam_group.attached_managed_policies #=> Array
4828
+ # resp.findings[0].resources[0].details.aws_iam_group.attached_managed_policies[0].policy_name #=> String
4829
+ # resp.findings[0].resources[0].details.aws_iam_group.attached_managed_policies[0].policy_arn #=> String
4830
+ # resp.findings[0].resources[0].details.aws_iam_group.create_date #=> String
4831
+ # resp.findings[0].resources[0].details.aws_iam_group.group_id #=> String
4832
+ # resp.findings[0].resources[0].details.aws_iam_group.group_name #=> String
4833
+ # resp.findings[0].resources[0].details.aws_iam_group.group_policy_list #=> Array
4834
+ # resp.findings[0].resources[0].details.aws_iam_group.group_policy_list[0].policy_name #=> String
4835
+ # resp.findings[0].resources[0].details.aws_iam_group.path #=> String
4028
4836
  # resp.findings[0].resources[0].details.aws_iam_role.assume_role_policy_document #=> String
4837
+ # resp.findings[0].resources[0].details.aws_iam_role.attached_managed_policies #=> Array
4838
+ # resp.findings[0].resources[0].details.aws_iam_role.attached_managed_policies[0].policy_name #=> String
4839
+ # resp.findings[0].resources[0].details.aws_iam_role.attached_managed_policies[0].policy_arn #=> String
4029
4840
  # resp.findings[0].resources[0].details.aws_iam_role.create_date #=> String
4841
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list #=> Array
4842
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].arn #=> String
4843
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].create_date #=> String
4844
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].instance_profile_id #=> String
4845
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].instance_profile_name #=> String
4846
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].path #=> String
4847
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].roles #=> Array
4848
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].roles[0].arn #=> String
4849
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].roles[0].assume_role_policy_document #=> String
4850
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].roles[0].create_date #=> String
4851
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].roles[0].path #=> String
4852
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].roles[0].role_id #=> String
4853
+ # resp.findings[0].resources[0].details.aws_iam_role.instance_profile_list[0].roles[0].role_name #=> String
4854
+ # resp.findings[0].resources[0].details.aws_iam_role.permissions_boundary.permissions_boundary_arn #=> String
4855
+ # resp.findings[0].resources[0].details.aws_iam_role.permissions_boundary.permissions_boundary_type #=> String
4030
4856
  # resp.findings[0].resources[0].details.aws_iam_role.role_id #=> String
4031
4857
  # resp.findings[0].resources[0].details.aws_iam_role.role_name #=> String
4858
+ # resp.findings[0].resources[0].details.aws_iam_role.role_policy_list #=> Array
4859
+ # resp.findings[0].resources[0].details.aws_iam_role.role_policy_list[0].policy_name #=> String
4032
4860
  # resp.findings[0].resources[0].details.aws_iam_role.max_session_duration #=> Integer
4033
4861
  # resp.findings[0].resources[0].details.aws_iam_role.path #=> String
4034
4862
  # resp.findings[0].resources[0].details.aws_kms_key.aws_account_id #=> String
@@ -6378,7 +7206,7 @@ module Aws::SecurityHub
6378
7206
  params: params,
6379
7207
  config: config)
6380
7208
  context[:gem_name] = 'aws-sdk-securityhub'
6381
- context[:gem_version] = '1.34.0'
7209
+ context[:gem_version] = '1.35.0'
6382
7210
  Seahorse::Client::Request.new(handlers, context)
6383
7211
  end
6384
7212