aws-sdk-securityhub 1.43.0 → 1.48.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 390442ee15ed3e5ea404592445aeb31b79c3eabee8e45ca2d4851e3d65509f0c
4
- data.tar.gz: 9fd83098ed50b201ad80fab0d9198fb39fef52161a6a9ff0e0cef07fda203362
3
+ metadata.gz: dc47cdb80a24a939c35c403bdf11574e237624bb5eb00cffa7b9a30b4d6a57f3
4
+ data.tar.gz: 583af7ab7df0ab16fb070b924b877710743b5c3a01cd429843bfc0721c6fd17f
5
5
  SHA512:
6
- metadata.gz: 808aa77319e44d3dd9a4d659fe1b95692c3a6317f9fb0eb92bff639f579529611552c124c6955973b31c6ce59f295ae628e5e0902177f347bbebd97372acf045
7
- data.tar.gz: f8a500de8376ce0037f2eb236453cbfd1d7ac915f7fed95dc871b57a507df52c271dbc01b60a5652b7aea2b497f3a4db2e1482cc908ea75713fff6b997b9e191
6
+ metadata.gz: c30da0b431f06ad77a9effaf9e03cffb2efbfdab0e1f045f155cdbd18612ca7272153fdd931806f63e425a7fd951487dd4506be8c66eca788cb4ebbed7b070f7
7
+ data.tar.gz: 3dd12588030c7e5a9110ba0ce386bf95d6ac63f72fdbb19556637ff63dfc663885f333d832071a87a8cc3a101307cd8e2cd2474d1f9207d54150d634077ebded
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2021-07-23)
5
+ ------------------
6
+
7
+ * Feature - Added product name, company name, and Region fields for security findings. Added details objects for RDS event subscriptions and AWS ECS services. Added fields to the details for AWS Elasticsearch domains.
8
+
9
+ 1.47.0 (2021-06-24)
10
+ ------------------
11
+
12
+ * Feature - Added new resource details for ECS clusters and ECS task definitions. Added additional information for S3 buckets, Elasticsearch domains, and API Gateway V2 stages.
13
+
14
+ 1.46.0 (2021-05-14)
15
+ ------------------
16
+
17
+ * Feature - Updated descriptions to add notes on array lengths.
18
+
19
+ 1.45.0 (2021-05-03)
20
+ ------------------
21
+
22
+ * Feature - Updated ASFF to add the following new resource details objects: AwsEc2NetworkAcl, AwsEc2Subnet, and AwsElasticBeanstalkEnvironment.
23
+
24
+ 1.44.0 (2021-05-03)
25
+ ------------------
26
+
27
+ * Feature - Updated ASFF to add the following new resource details objects: AwsEc2NetworkAcl, AwsEc2Subnet, and AwsElasticBeanstalkEnvironment.
28
+
4
29
  1.43.0 (2021-04-22)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.48.0
@@ -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.43.0'
51
+ GEM_VERSION = '1.48.0'
52
52
 
53
53
  end
@@ -366,6 +366,14 @@ module Aws::SecurityHub
366
366
  # This method is deprecated. Instead, use
367
367
  # `AcceptAdministratorInvitation`.
368
368
  #
369
+ # The Security Hub console continues to use `AcceptInvitation`. It will
370
+ # eventually change to use `AcceptAdministratorInvitation`. Any IAM
371
+ # policies that specifically control access to this function must
372
+ # continue to use `AcceptInvitation`. You should also add
373
+ # `AcceptAdministratorInvitation` to your policies to ensure that the
374
+ # correct permissions are in place after the console begins to use
375
+ # `AcceptAdministratorInvitation`.
376
+ #
369
377
  # Accepts the invitation to be a member account and be monitored by the
370
378
  # Security Hub administrator account that the invitation was sent from.
371
379
  #
@@ -405,8 +413,8 @@ module Aws::SecurityHub
405
413
  # Disables the standards specified by the provided
406
414
  # `StandardsSubscriptionArns`.
407
415
  #
408
- # For more information, see [Security Standards][1] section of the *AWS
409
- # Security Hub User Guide*.
416
+ # For more information, see [Security Standards][1] section of the
417
+ # *Security Hub User Guide*.
410
418
  #
411
419
  #
412
420
  #
@@ -444,11 +452,10 @@ module Aws::SecurityHub
444
452
  end
445
453
 
446
454
  # Enables the standards specified by the provided `StandardsArn`. To
447
- # obtain the ARN for a standard, use the ` DescribeStandards `
448
- # operation.
455
+ # obtain the ARN for a standard, use the `DescribeStandards` operation.
449
456
  #
450
457
  # For more information, see the [Security Standards][1] section of the
451
- # *AWS Security Hub User Guide*.
458
+ # *Security Hub User Guide*.
452
459
  #
453
460
  #
454
461
  #
@@ -529,8 +536,8 @@ module Aws::SecurityHub
529
536
  #
530
537
  # @option params [required, Array<Types::AwsSecurityFinding>] :findings
531
538
  # A list of findings to import. To successfully import a finding, it
532
- # must follow the [AWS Security Finding Format][1]. Maximum of 100
533
- # findings per request.
539
+ # must follow the [Amazon Web Services Security Finding Format][1].
540
+ # Maximum of 100 findings per request.
534
541
  #
535
542
  #
536
543
  #
@@ -550,6 +557,9 @@ module Aws::SecurityHub
550
557
  # schema_version: "NonEmptyString", # required
551
558
  # id: "NonEmptyString", # required
552
559
  # product_arn: "NonEmptyString", # required
560
+ # product_name: "NonEmptyString",
561
+ # company_name: "NonEmptyString",
562
+ # region: "NonEmptyString",
553
563
  # generator_id: "NonEmptyString", # required
554
564
  # aws_account_id: "NonEmptyString", # required
555
565
  # types: ["NonEmptyString"],
@@ -896,6 +906,11 @@ module Aws::SecurityHub
896
906
  # vpc_id: "NonEmptyString",
897
907
  # subnet_id: "NonEmptyString",
898
908
  # launched_at: "NonEmptyString",
909
+ # network_interfaces: [
910
+ # {
911
+ # network_interface_id: "NonEmptyString",
912
+ # },
913
+ # ],
899
914
  # },
900
915
  # aws_ec2_network_interface: {
901
916
  # attachment: {
@@ -1045,6 +1060,58 @@ module Aws::SecurityHub
1045
1060
  # network_interface_owner_id: "NonEmptyString",
1046
1061
  # private_ip_address: "NonEmptyString",
1047
1062
  # },
1063
+ # aws_ec2_subnet: {
1064
+ # assign_ipv_6_address_on_creation: false,
1065
+ # availability_zone: "NonEmptyString",
1066
+ # availability_zone_id: "NonEmptyString",
1067
+ # available_ip_address_count: 1,
1068
+ # cidr_block: "NonEmptyString",
1069
+ # default_for_az: false,
1070
+ # map_public_ip_on_launch: false,
1071
+ # owner_id: "NonEmptyString",
1072
+ # state: "NonEmptyString",
1073
+ # subnet_arn: "NonEmptyString",
1074
+ # subnet_id: "NonEmptyString",
1075
+ # vpc_id: "NonEmptyString",
1076
+ # ipv_6_cidr_block_association_set: [
1077
+ # {
1078
+ # association_id: "NonEmptyString",
1079
+ # ipv_6_cidr_block: "NonEmptyString",
1080
+ # cidr_block_state: "NonEmptyString",
1081
+ # },
1082
+ # ],
1083
+ # },
1084
+ # aws_ec2_network_acl: {
1085
+ # is_default: false,
1086
+ # network_acl_id: "NonEmptyString",
1087
+ # owner_id: "NonEmptyString",
1088
+ # vpc_id: "NonEmptyString",
1089
+ # associations: [
1090
+ # {
1091
+ # network_acl_association_id: "NonEmptyString",
1092
+ # network_acl_id: "NonEmptyString",
1093
+ # subnet_id: "NonEmptyString",
1094
+ # },
1095
+ # ],
1096
+ # entries: [
1097
+ # {
1098
+ # cidr_block: "NonEmptyString",
1099
+ # egress: false,
1100
+ # icmp_type_code: {
1101
+ # code: 1,
1102
+ # type: 1,
1103
+ # },
1104
+ # ipv_6_cidr_block: "NonEmptyString",
1105
+ # port_range: {
1106
+ # from: 1,
1107
+ # to: 1,
1108
+ # },
1109
+ # protocol: "NonEmptyString",
1110
+ # rule_action: "NonEmptyString",
1111
+ # rule_number: 1,
1112
+ # },
1113
+ # ],
1114
+ # },
1048
1115
  # aws_elbv_2_load_balancer: {
1049
1116
  # availability_zones: [
1050
1117
  # {
@@ -1065,6 +1132,40 @@ module Aws::SecurityHub
1065
1132
  # type: "NonEmptyString",
1066
1133
  # vpc_id: "NonEmptyString",
1067
1134
  # },
1135
+ # aws_elastic_beanstalk_environment: {
1136
+ # application_name: "NonEmptyString",
1137
+ # cname: "NonEmptyString",
1138
+ # date_created: "NonEmptyString",
1139
+ # date_updated: "NonEmptyString",
1140
+ # description: "NonEmptyString",
1141
+ # endpoint_url: "NonEmptyString",
1142
+ # environment_arn: "NonEmptyString",
1143
+ # environment_id: "NonEmptyString",
1144
+ # environment_links: [
1145
+ # {
1146
+ # environment_name: "NonEmptyString",
1147
+ # link_name: "NonEmptyString",
1148
+ # },
1149
+ # ],
1150
+ # environment_name: "NonEmptyString",
1151
+ # option_settings: [
1152
+ # {
1153
+ # namespace: "NonEmptyString",
1154
+ # option_name: "NonEmptyString",
1155
+ # resource_name: "NonEmptyString",
1156
+ # value: "NonEmptyString",
1157
+ # },
1158
+ # ],
1159
+ # platform_arn: "NonEmptyString",
1160
+ # solution_stack_name: "NonEmptyString",
1161
+ # status: "NonEmptyString",
1162
+ # tier: {
1163
+ # name: "NonEmptyString",
1164
+ # type: "NonEmptyString",
1165
+ # version: "NonEmptyString",
1166
+ # },
1167
+ # version_label: "NonEmptyString",
1168
+ # },
1068
1169
  # aws_elasticsearch_domain: {
1069
1170
  # access_policies: "NonEmptyString",
1070
1171
  # domain_endpoint_options: {
@@ -1078,13 +1179,47 @@ module Aws::SecurityHub
1078
1179
  # "NonEmptyString" => "NonEmptyString",
1079
1180
  # },
1080
1181
  # elasticsearch_version: "NonEmptyString",
1182
+ # elasticsearch_cluster_config: {
1183
+ # dedicated_master_count: 1,
1184
+ # dedicated_master_enabled: false,
1185
+ # dedicated_master_type: "NonEmptyString",
1186
+ # instance_count: 1,
1187
+ # instance_type: "NonEmptyString",
1188
+ # zone_awareness_config: {
1189
+ # availability_zone_count: 1,
1190
+ # },
1191
+ # zone_awareness_enabled: false,
1192
+ # },
1081
1193
  # encryption_at_rest_options: {
1082
1194
  # enabled: false,
1083
1195
  # kms_key_id: "NonEmptyString",
1084
1196
  # },
1197
+ # log_publishing_options: {
1198
+ # index_slow_logs: {
1199
+ # cloud_watch_logs_log_group_arn: "NonEmptyString",
1200
+ # enabled: false,
1201
+ # },
1202
+ # search_slow_logs: {
1203
+ # cloud_watch_logs_log_group_arn: "NonEmptyString",
1204
+ # enabled: false,
1205
+ # },
1206
+ # audit_logs: {
1207
+ # cloud_watch_logs_log_group_arn: "NonEmptyString",
1208
+ # enabled: false,
1209
+ # },
1210
+ # },
1085
1211
  # node_to_node_encryption_options: {
1086
1212
  # enabled: false,
1087
1213
  # },
1214
+ # service_software_options: {
1215
+ # automated_update_date: "NonEmptyString",
1216
+ # cancellable: false,
1217
+ # current_version: "NonEmptyString",
1218
+ # description: "NonEmptyString",
1219
+ # new_version: "NonEmptyString",
1220
+ # update_available: false,
1221
+ # update_status: "NonEmptyString",
1222
+ # },
1088
1223
  # vpc_options: {
1089
1224
  # availability_zones: ["NonEmptyString"],
1090
1225
  # security_group_ids: ["NonEmptyString"],
@@ -1106,6 +1241,55 @@ module Aws::SecurityHub
1106
1241
  # },
1107
1242
  # ],
1108
1243
  # },
1244
+ # bucket_lifecycle_configuration: {
1245
+ # rules: [
1246
+ # {
1247
+ # abort_incomplete_multipart_upload: {
1248
+ # days_after_initiation: 1,
1249
+ # },
1250
+ # expiration_date: "NonEmptyString",
1251
+ # expiration_in_days: 1,
1252
+ # expired_object_delete_marker: false,
1253
+ # filter: {
1254
+ # predicate: {
1255
+ # operands: [
1256
+ # {
1257
+ # prefix: "NonEmptyString",
1258
+ # tag: {
1259
+ # key: "NonEmptyString",
1260
+ # value: "NonEmptyString",
1261
+ # },
1262
+ # type: "NonEmptyString",
1263
+ # },
1264
+ # ],
1265
+ # prefix: "NonEmptyString",
1266
+ # tag: {
1267
+ # key: "NonEmptyString",
1268
+ # value: "NonEmptyString",
1269
+ # },
1270
+ # type: "NonEmptyString",
1271
+ # },
1272
+ # },
1273
+ # id: "NonEmptyString",
1274
+ # noncurrent_version_expiration_in_days: 1,
1275
+ # noncurrent_version_transitions: [
1276
+ # {
1277
+ # days: 1,
1278
+ # storage_class: "NonEmptyString",
1279
+ # },
1280
+ # ],
1281
+ # prefix: "NonEmptyString",
1282
+ # status: "NonEmptyString",
1283
+ # transitions: [
1284
+ # {
1285
+ # date: "NonEmptyString",
1286
+ # days: 1,
1287
+ # storage_class: "NonEmptyString",
1288
+ # },
1289
+ # ],
1290
+ # },
1291
+ # ],
1292
+ # },
1109
1293
  # public_access_block_configuration: {
1110
1294
  # block_public_acls: false,
1111
1295
  # block_public_policy: false,
@@ -1204,6 +1388,7 @@ module Aws::SecurityHub
1204
1388
  # update_date: "NonEmptyString",
1205
1389
  # },
1206
1390
  # aws_api_gateway_v2_stage: {
1391
+ # client_certificate_id: "NonEmptyString",
1207
1392
  # created_date: "NonEmptyString",
1208
1393
  # description: "NonEmptyString",
1209
1394
  # default_route_settings: {
@@ -2158,6 +2343,247 @@ module Aws::SecurityHub
2158
2343
  # ],
2159
2344
  # iam_database_authentication_enabled: false,
2160
2345
  # },
2346
+ # aws_ecs_cluster: {
2347
+ # capacity_providers: ["NonEmptyString"],
2348
+ # cluster_settings: [
2349
+ # {
2350
+ # name: "NonEmptyString",
2351
+ # value: "NonEmptyString",
2352
+ # },
2353
+ # ],
2354
+ # configuration: {
2355
+ # execute_command_configuration: {
2356
+ # kms_key_id: "NonEmptyString",
2357
+ # log_configuration: {
2358
+ # cloud_watch_encryption_enabled: false,
2359
+ # cloud_watch_log_group_name: "NonEmptyString",
2360
+ # s3_bucket_name: "NonEmptyString",
2361
+ # s3_encryption_enabled: false,
2362
+ # s3_key_prefix: "NonEmptyString",
2363
+ # },
2364
+ # logging: "NonEmptyString",
2365
+ # },
2366
+ # },
2367
+ # default_capacity_provider_strategy: [
2368
+ # {
2369
+ # base: 1,
2370
+ # capacity_provider: "NonEmptyString",
2371
+ # weight: 1,
2372
+ # },
2373
+ # ],
2374
+ # },
2375
+ # aws_ecs_task_definition: {
2376
+ # container_definitions: [
2377
+ # {
2378
+ # command: ["NonEmptyString"],
2379
+ # cpu: 1,
2380
+ # depends_on: [
2381
+ # {
2382
+ # condition: "NonEmptyString",
2383
+ # container_name: "NonEmptyString",
2384
+ # },
2385
+ # ],
2386
+ # disable_networking: false,
2387
+ # dns_search_domains: ["NonEmptyString"],
2388
+ # dns_servers: ["NonEmptyString"],
2389
+ # docker_labels: {
2390
+ # "NonEmptyString" => "NonEmptyString",
2391
+ # },
2392
+ # docker_security_options: ["NonEmptyString"],
2393
+ # entry_point: ["NonEmptyString"],
2394
+ # environment: [
2395
+ # {
2396
+ # name: "NonEmptyString",
2397
+ # value: "NonEmptyString",
2398
+ # },
2399
+ # ],
2400
+ # environment_files: [
2401
+ # {
2402
+ # type: "NonEmptyString",
2403
+ # value: "NonEmptyString",
2404
+ # },
2405
+ # ],
2406
+ # essential: false,
2407
+ # extra_hosts: [
2408
+ # {
2409
+ # hostname: "NonEmptyString",
2410
+ # ip_address: "NonEmptyString",
2411
+ # },
2412
+ # ],
2413
+ # firelens_configuration: {
2414
+ # options: {
2415
+ # "NonEmptyString" => "NonEmptyString",
2416
+ # },
2417
+ # type: "NonEmptyString",
2418
+ # },
2419
+ # health_check: {
2420
+ # command: ["NonEmptyString"],
2421
+ # interval: 1,
2422
+ # retries: 1,
2423
+ # start_period: 1,
2424
+ # timeout: 1,
2425
+ # },
2426
+ # hostname: "NonEmptyString",
2427
+ # image: "NonEmptyString",
2428
+ # interactive: false,
2429
+ # links: ["NonEmptyString"],
2430
+ # linux_parameters: {
2431
+ # capabilities: {
2432
+ # add: ["NonEmptyString"],
2433
+ # drop: ["NonEmptyString"],
2434
+ # },
2435
+ # devices: [
2436
+ # {
2437
+ # container_path: "NonEmptyString",
2438
+ # host_path: "NonEmptyString",
2439
+ # permissions: ["NonEmptyString"],
2440
+ # },
2441
+ # ],
2442
+ # init_process_enabled: false,
2443
+ # max_swap: 1,
2444
+ # shared_memory_size: 1,
2445
+ # swappiness: 1,
2446
+ # tmpfs: [
2447
+ # {
2448
+ # container_path: "NonEmptyString",
2449
+ # mount_options: ["NonEmptyString"],
2450
+ # size: 1,
2451
+ # },
2452
+ # ],
2453
+ # },
2454
+ # log_configuration: {
2455
+ # log_driver: "NonEmptyString",
2456
+ # options: {
2457
+ # "NonEmptyString" => "NonEmptyString",
2458
+ # },
2459
+ # secret_options: [
2460
+ # {
2461
+ # name: "NonEmptyString",
2462
+ # value_from: "NonEmptyString",
2463
+ # },
2464
+ # ],
2465
+ # },
2466
+ # memory: 1,
2467
+ # memory_reservation: 1,
2468
+ # mount_points: [
2469
+ # {
2470
+ # container_path: "NonEmptyString",
2471
+ # read_only: false,
2472
+ # source_volume: "NonEmptyString",
2473
+ # },
2474
+ # ],
2475
+ # name: "NonEmptyString",
2476
+ # port_mappings: [
2477
+ # {
2478
+ # container_port: 1,
2479
+ # host_port: 1,
2480
+ # protocol: "NonEmptyString",
2481
+ # },
2482
+ # ],
2483
+ # privileged: false,
2484
+ # pseudo_terminal: false,
2485
+ # readonly_root_filesystem: false,
2486
+ # repository_credentials: {
2487
+ # credentials_parameter: "NonEmptyString",
2488
+ # },
2489
+ # resource_requirements: [
2490
+ # {
2491
+ # type: "NonEmptyString",
2492
+ # value: "NonEmptyString",
2493
+ # },
2494
+ # ],
2495
+ # secrets: [
2496
+ # {
2497
+ # name: "NonEmptyString",
2498
+ # value_from: "NonEmptyString",
2499
+ # },
2500
+ # ],
2501
+ # start_timeout: 1,
2502
+ # stop_timeout: 1,
2503
+ # system_controls: [
2504
+ # {
2505
+ # namespace: "NonEmptyString",
2506
+ # value: "NonEmptyString",
2507
+ # },
2508
+ # ],
2509
+ # ulimits: [
2510
+ # {
2511
+ # hard_limit: 1,
2512
+ # name: "NonEmptyString",
2513
+ # soft_limit: 1,
2514
+ # },
2515
+ # ],
2516
+ # user: "NonEmptyString",
2517
+ # volumes_from: [
2518
+ # {
2519
+ # read_only: false,
2520
+ # source_container: "NonEmptyString",
2521
+ # },
2522
+ # ],
2523
+ # working_directory: "NonEmptyString",
2524
+ # },
2525
+ # ],
2526
+ # cpu: "NonEmptyString",
2527
+ # execution_role_arn: "NonEmptyString",
2528
+ # family: "NonEmptyString",
2529
+ # inference_accelerators: [
2530
+ # {
2531
+ # device_name: "NonEmptyString",
2532
+ # device_type: "NonEmptyString",
2533
+ # },
2534
+ # ],
2535
+ # ipc_mode: "NonEmptyString",
2536
+ # memory: "NonEmptyString",
2537
+ # network_mode: "NonEmptyString",
2538
+ # pid_mode: "NonEmptyString",
2539
+ # placement_constraints: [
2540
+ # {
2541
+ # expression: "NonEmptyString",
2542
+ # type: "NonEmptyString",
2543
+ # },
2544
+ # ],
2545
+ # proxy_configuration: {
2546
+ # container_name: "NonEmptyString",
2547
+ # proxy_configuration_properties: [
2548
+ # {
2549
+ # name: "NonEmptyString",
2550
+ # value: "NonEmptyString",
2551
+ # },
2552
+ # ],
2553
+ # type: "NonEmptyString",
2554
+ # },
2555
+ # requires_compatibilities: ["NonEmptyString"],
2556
+ # task_role_arn: "NonEmptyString",
2557
+ # volumes: [
2558
+ # {
2559
+ # docker_volume_configuration: {
2560
+ # autoprovision: false,
2561
+ # driver: "NonEmptyString",
2562
+ # driver_opts: {
2563
+ # "NonEmptyString" => "NonEmptyString",
2564
+ # },
2565
+ # labels: {
2566
+ # "NonEmptyString" => "NonEmptyString",
2567
+ # },
2568
+ # scope: "NonEmptyString",
2569
+ # },
2570
+ # efs_volume_configuration: {
2571
+ # authorization_config: {
2572
+ # access_point_id: "NonEmptyString",
2573
+ # iam: "NonEmptyString",
2574
+ # },
2575
+ # filesystem_id: "NonEmptyString",
2576
+ # root_directory: "NonEmptyString",
2577
+ # transit_encryption: "NonEmptyString",
2578
+ # transit_encryption_port: 1,
2579
+ # },
2580
+ # host: {
2581
+ # source_path: "NonEmptyString",
2582
+ # },
2583
+ # name: "NonEmptyString",
2584
+ # },
2585
+ # ],
2586
+ # },
2161
2587
  # container: {
2162
2588
  # name: "NonEmptyString",
2163
2589
  # image_id: "NonEmptyString",
@@ -2167,6 +2593,87 @@ module Aws::SecurityHub
2167
2593
  # other: {
2168
2594
  # "NonEmptyString" => "NonEmptyString",
2169
2595
  # },
2596
+ # aws_rds_event_subscription: {
2597
+ # cust_subscription_id: "NonEmptyString",
2598
+ # customer_aws_id: "NonEmptyString",
2599
+ # enabled: false,
2600
+ # event_categories_list: ["NonEmptyString"],
2601
+ # event_subscription_arn: "NonEmptyString",
2602
+ # sns_topic_arn: "NonEmptyString",
2603
+ # source_ids_list: ["NonEmptyString"],
2604
+ # source_type: "NonEmptyString",
2605
+ # status: "NonEmptyString",
2606
+ # subscription_creation_time: "NonEmptyString",
2607
+ # },
2608
+ # aws_ecs_service: {
2609
+ # capacity_provider_strategy: [
2610
+ # {
2611
+ # base: 1,
2612
+ # capacity_provider: "NonEmptyString",
2613
+ # weight: 1,
2614
+ # },
2615
+ # ],
2616
+ # cluster: "NonEmptyString",
2617
+ # deployment_configuration: {
2618
+ # deployment_circuit_breaker: {
2619
+ # enable: false,
2620
+ # rollback: false,
2621
+ # },
2622
+ # maximum_percent: 1,
2623
+ # minimum_healthy_percent: 1,
2624
+ # },
2625
+ # deployment_controller: {
2626
+ # type: "NonEmptyString",
2627
+ # },
2628
+ # desired_count: 1,
2629
+ # enable_ecs_managed_tags: false,
2630
+ # enable_execute_command: false,
2631
+ # health_check_grace_period_seconds: 1,
2632
+ # launch_type: "NonEmptyString",
2633
+ # load_balancers: [
2634
+ # {
2635
+ # container_name: "NonEmptyString",
2636
+ # container_port: 1,
2637
+ # load_balancer_name: "NonEmptyString",
2638
+ # target_group_arn: "NonEmptyString",
2639
+ # },
2640
+ # ],
2641
+ # name: "NonEmptyString",
2642
+ # network_configuration: {
2643
+ # aws_vpc_configuration: {
2644
+ # assign_public_ip: "NonEmptyString",
2645
+ # security_groups: ["NonEmptyString"],
2646
+ # subnets: ["NonEmptyString"],
2647
+ # },
2648
+ # },
2649
+ # placement_constraints: [
2650
+ # {
2651
+ # expression: "NonEmptyString",
2652
+ # type: "NonEmptyString",
2653
+ # },
2654
+ # ],
2655
+ # placement_strategies: [
2656
+ # {
2657
+ # field: "NonEmptyString",
2658
+ # type: "NonEmptyString",
2659
+ # },
2660
+ # ],
2661
+ # platform_version: "NonEmptyString",
2662
+ # propagate_tags: "NonEmptyString",
2663
+ # role: "NonEmptyString",
2664
+ # scheduling_strategy: "NonEmptyString",
2665
+ # service_arn: "NonEmptyString",
2666
+ # service_name: "NonEmptyString",
2667
+ # service_registries: [
2668
+ # {
2669
+ # container_name: "NonEmptyString",
2670
+ # container_port: 1,
2671
+ # port: 1,
2672
+ # registry_arn: "NonEmptyString",
2673
+ # },
2674
+ # ],
2675
+ # task_definition: "NonEmptyString",
2676
+ # },
2170
2677
  # },
2171
2678
  # },
2172
2679
  # ],
@@ -2418,8 +2925,7 @@ module Aws::SecurityHub
2418
2925
  # You can configure IAM policies to restrict access to fields and field
2419
2926
  # values. For example, you might not want member accounts to be able to
2420
2927
  # suppress findings or change the finding severity. See [Configuring
2421
- # access to BatchUpdateFindings][1] in the *AWS Security Hub User
2422
- # Guide*.
2928
+ # access to BatchUpdateFindings][1] in the *Security Hub User Guide*.
2423
2929
  #
2424
2930
  #
2425
2931
  #
@@ -2564,13 +3070,14 @@ module Aws::SecurityHub
2564
3070
  # trigger target actions in Amazon CloudWatch Events.
2565
3071
  #
2566
3072
  # @option params [required, String] :name
2567
- # The name of the custom action target.
3073
+ # The name of the custom action target. Can contain up to 20 characters.
2568
3074
  #
2569
3075
  # @option params [required, String] :description
2570
3076
  # The description for the custom action target.
2571
3077
  #
2572
3078
  # @option params [required, String] :id
2573
- # The ID for the custom action target.
3079
+ # The ID for the custom action target. Can contain up to 20 alphanumeric
3080
+ # characters.
2574
3081
  #
2575
3082
  # @return [Types::CreateActionTargetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2576
3083
  #
@@ -2651,6 +3158,12 @@ module Aws::SecurityHub
2651
3158
  # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2652
3159
  # },
2653
3160
  # ],
3161
+ # region: [
3162
+ # {
3163
+ # value: "NonEmptyString",
3164
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3165
+ # },
3166
+ # ],
2654
3167
  # type: [
2655
3168
  # {
2656
3169
  # value: "NonEmptyString",
@@ -3060,6 +3573,12 @@ module Aws::SecurityHub
3060
3573
  # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3061
3574
  # },
3062
3575
  # ],
3576
+ # resource_aws_iam_access_key_principal_name: [
3577
+ # {
3578
+ # value: "NonEmptyString",
3579
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3580
+ # },
3581
+ # ],
3063
3582
  # resource_aws_iam_access_key_status: [
3064
3583
  # {
3065
3584
  # value: "NonEmptyString",
@@ -3076,6 +3595,12 @@ module Aws::SecurityHub
3076
3595
  # },
3077
3596
  # },
3078
3597
  # ],
3598
+ # resource_aws_iam_user_user_name: [
3599
+ # {
3600
+ # value: "NonEmptyString",
3601
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3602
+ # },
3603
+ # ],
3079
3604
  # resource_container_name: [
3080
3605
  # {
3081
3606
  # value: "NonEmptyString",
@@ -3250,27 +3775,31 @@ module Aws::SecurityHub
3250
3775
  # `CreateMembers` is always used to add accounts that are not
3251
3776
  # organization members.
3252
3777
  #
3253
- # For accounts that are part of an organization, `CreateMembers` is only
3254
- # used in the following cases:
3778
+ # For accounts that are managed using Organizations, `CreateMembers` is
3779
+ # only used in the following cases:
3255
3780
  #
3256
- # * Security Hub is not configured to automatically add new accounts in
3257
- # an organization.
3781
+ # * Security Hub is not configured to automatically add new organization
3782
+ # accounts.
3258
3783
  #
3259
3784
  # * The account was disassociated or deleted in Security Hub.
3260
3785
  #
3261
3786
  # This action can only be used by an account that has Security Hub
3262
- # enabled. To enable Security Hub, you can use the ` EnableSecurityHub `
3787
+ # enabled. To enable Security Hub, you can use the `EnableSecurityHub`
3263
3788
  # operation.
3264
3789
  #
3265
3790
  # For accounts that are not organization members, you create the account
3266
3791
  # association and then send an invitation to the member account. To send
3267
- # the invitation, you use the ` InviteMembers ` operation. If the
3268
- # account owner accepts the invitation, the account becomes a member
3269
- # account in Security Hub.
3792
+ # the invitation, you use the `InviteMembers` operation. If the account
3793
+ # owner accepts the invitation, the account becomes a member account in
3794
+ # Security Hub.
3270
3795
  #
3271
- # Accounts that are part of an organization do not receive an
3796
+ # Accounts that are managed using Organizations do not receive an
3272
3797
  # invitation. They automatically become a member account in Security
3273
- # Hub.
3798
+ # Hub, and Security Hub is automatically enabled for those accounts.
3799
+ # Note that Security Hub cannot be enabled automatically for the
3800
+ # organization management account. The organization management account
3801
+ # must enable Security Hub before the administrator account enables it
3802
+ # as a member account.
3274
3803
  #
3275
3804
  # A permissions policy is added that permits the administrator account
3276
3805
  # to view the findings generated in the member account. When Security
@@ -3278,8 +3807,8 @@ module Aws::SecurityHub
3278
3807
  # also visible to the administrator account.
3279
3808
  #
3280
3809
  # To remove the association between the administrator and member
3281
- # accounts, use the ` DisassociateFromMasterAccount ` or `
3282
- # DisassociateMembers ` operation.
3810
+ # accounts, use the `DisassociateFromMasterAccount` or
3811
+ # `DisassociateMembers` operation.
3283
3812
  #
3284
3813
  # @option params [required, Array<Types::AccountDetails>] :account_details
3285
3814
  # The list of accounts to associate with the Security Hub administrator
@@ -3410,8 +3939,8 @@ module Aws::SecurityHub
3410
3939
  req.send_request(options)
3411
3940
  end
3412
3941
 
3413
- # Deletes invitations received by the AWS account to become a member
3414
- # account.
3942
+ # Deletes invitations received by the Amazon Web Services account to
3943
+ # become a member account.
3415
3944
  #
3416
3945
  # This operation is only used by accounts that are not part of an
3417
3946
  # organization. Organization accounts do not receive invitations.
@@ -3704,7 +4233,7 @@ module Aws::SecurityHub
3704
4233
  # @option params [required, String] :standards_subscription_arn
3705
4234
  # The ARN of a resource that represents your subscription to a supported
3706
4235
  # standard. To get the subscription ARNs of the standards you have
3707
- # enabled, use the ` GetEnabledStandards ` operation.
4236
+ # enabled, use the `GetEnabledStandards` operation.
3708
4237
  #
3709
4238
  # @option params [String] :next_token
3710
4239
  # The token that is required for pagination. On your first call to the
@@ -3786,7 +4315,8 @@ module Aws::SecurityHub
3786
4315
  # the organization management account.
3787
4316
  #
3788
4317
  # @option params [required, String] :admin_account_id
3789
- # The AWS account identifier of the Security Hub administrator account.
4318
+ # The Amazon Web Services account identifier of the Security Hub
4319
+ # administrator account.
3790
4320
  #
3791
4321
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3792
4322
  #
@@ -3852,6 +4382,15 @@ module Aws::SecurityHub
3852
4382
  # This method is deprecated. Instead, use
3853
4383
  # `DisassociateFromAdministratorAccount`.
3854
4384
  #
4385
+ # The Security Hub console continues to use
4386
+ # `DisassociateFromMasterAccount`. It will eventually change to use
4387
+ # `DisassociateFromAdministratorAccount`. Any IAM policies that
4388
+ # specifically control access to this function must continue to use
4389
+ # `DisassociateFromMasterAccount`. You should also add
4390
+ # `DisassociateFromAdministratorAccount` to your policies to ensure that
4391
+ # the correct permissions are in place after the console begins to use
4392
+ # `DisassociateFromAdministratorAccount`.
4393
+ #
3855
4394
  # Disassociates the current Security Hub member account from the
3856
4395
  # associated administrator account.
3857
4396
  #
@@ -3934,8 +4473,8 @@ module Aws::SecurityHub
3934
4473
  # Can only be called by the organization management account.
3935
4474
  #
3936
4475
  # @option params [required, String] :admin_account_id
3937
- # The AWS account identifier of the account to designate as the Security
3938
- # Hub administrator account.
4476
+ # The Amazon Web Services account identifier of the account to designate
4477
+ # as the Security Hub administrator account.
3939
4478
  #
3940
4479
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3941
4480
  #
@@ -3964,9 +4503,9 @@ module Aws::SecurityHub
3964
4503
  # When you use the `EnableSecurityHub` operation to enable Security Hub,
3965
4504
  # you also automatically enable the following standards.
3966
4505
  #
3967
- # * CIS AWS Foundations
4506
+ # * CIS Amazon Web Services Foundations
3968
4507
  #
3969
- # * AWS Foundational Security Best Practices
4508
+ # * Amazon Web Services Foundational Security Best Practices
3970
4509
  #
3971
4510
  # You do not enable the Payment Card Industry Data Security Standard
3972
4511
  # (PCI DSS) standard.
@@ -3974,12 +4513,12 @@ module Aws::SecurityHub
3974
4513
  # To not enable the automatically enabled standards, set
3975
4514
  # `EnableDefaultStandards` to `false`.
3976
4515
  #
3977
- # After you enable Security Hub, to enable a standard, use the `
3978
- # BatchEnableStandards ` operation. To disable a standard, use the `
3979
- # BatchDisableStandards ` operation.
4516
+ # After you enable Security Hub, to enable a standard, use the
4517
+ # `BatchEnableStandards` operation. To disable a standard, use the
4518
+ # `BatchDisableStandards` operation.
3980
4519
  #
3981
- # To learn more, see [Setting Up AWS Security Hub][1] in the *AWS
3982
- # Security Hub User Guide*.
4520
+ # To learn more, see the [setup information][1] in the *Security Hub
4521
+ # User Guide*.
3983
4522
  #
3984
4523
  #
3985
4524
  #
@@ -4155,6 +4694,12 @@ module Aws::SecurityHub
4155
4694
  # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4156
4695
  # },
4157
4696
  # ],
4697
+ # region: [
4698
+ # {
4699
+ # value: "NonEmptyString",
4700
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4701
+ # },
4702
+ # ],
4158
4703
  # type: [
4159
4704
  # {
4160
4705
  # value: "NonEmptyString",
@@ -4564,6 +5109,12 @@ module Aws::SecurityHub
4564
5109
  # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4565
5110
  # },
4566
5111
  # ],
5112
+ # resource_aws_iam_access_key_principal_name: [
5113
+ # {
5114
+ # value: "NonEmptyString",
5115
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5116
+ # },
5117
+ # ],
4567
5118
  # resource_aws_iam_access_key_status: [
4568
5119
  # {
4569
5120
  # value: "NonEmptyString",
@@ -4580,6 +5131,12 @@ module Aws::SecurityHub
4580
5131
  # },
4581
5132
  # },
4582
5133
  # ],
5134
+ # resource_aws_iam_user_user_name: [
5135
+ # {
5136
+ # value: "NonEmptyString",
5137
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5138
+ # },
5139
+ # ],
4583
5140
  # resource_container_name: [
4584
5141
  # {
4585
5142
  # value: "NonEmptyString",
@@ -4745,6 +5302,9 @@ module Aws::SecurityHub
4745
5302
  # resp.findings[0].schema_version #=> String
4746
5303
  # resp.findings[0].id #=> String
4747
5304
  # resp.findings[0].product_arn #=> String
5305
+ # resp.findings[0].product_name #=> String
5306
+ # resp.findings[0].company_name #=> String
5307
+ # resp.findings[0].region #=> String
4748
5308
  # resp.findings[0].generator_id #=> String
4749
5309
  # resp.findings[0].aws_account_id #=> String
4750
5310
  # resp.findings[0].types #=> Array
@@ -4953,6 +5513,8 @@ module Aws::SecurityHub
4953
5513
  # resp.findings[0].resources[0].details.aws_ec2_instance.vpc_id #=> String
4954
5514
  # resp.findings[0].resources[0].details.aws_ec2_instance.subnet_id #=> String
4955
5515
  # resp.findings[0].resources[0].details.aws_ec2_instance.launched_at #=> String
5516
+ # resp.findings[0].resources[0].details.aws_ec2_instance.network_interfaces #=> Array
5517
+ # resp.findings[0].resources[0].details.aws_ec2_instance.network_interfaces[0].network_interface_id #=> String
4956
5518
  # resp.findings[0].resources[0].details.aws_ec2_network_interface.attachment.attach_time #=> String
4957
5519
  # resp.findings[0].resources[0].details.aws_ec2_network_interface.attachment.attachment_id #=> String
4958
5520
  # resp.findings[0].resources[0].details.aws_ec2_network_interface.attachment.delete_on_termination #=> Boolean
@@ -5041,6 +5603,41 @@ module Aws::SecurityHub
5041
5603
  # resp.findings[0].resources[0].details.aws_ec2_eip.network_interface_id #=> String
5042
5604
  # resp.findings[0].resources[0].details.aws_ec2_eip.network_interface_owner_id #=> String
5043
5605
  # resp.findings[0].resources[0].details.aws_ec2_eip.private_ip_address #=> String
5606
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.assign_ipv_6_address_on_creation #=> Boolean
5607
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.availability_zone #=> String
5608
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.availability_zone_id #=> String
5609
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.available_ip_address_count #=> Integer
5610
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.cidr_block #=> String
5611
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.default_for_az #=> Boolean
5612
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.map_public_ip_on_launch #=> Boolean
5613
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.owner_id #=> String
5614
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.state #=> String
5615
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.subnet_arn #=> String
5616
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.subnet_id #=> String
5617
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.vpc_id #=> String
5618
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.ipv_6_cidr_block_association_set #=> Array
5619
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.ipv_6_cidr_block_association_set[0].association_id #=> String
5620
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block #=> String
5621
+ # resp.findings[0].resources[0].details.aws_ec2_subnet.ipv_6_cidr_block_association_set[0].cidr_block_state #=> String
5622
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.is_default #=> Boolean
5623
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.network_acl_id #=> String
5624
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.owner_id #=> String
5625
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.vpc_id #=> String
5626
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.associations #=> Array
5627
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.associations[0].network_acl_association_id #=> String
5628
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.associations[0].network_acl_id #=> String
5629
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.associations[0].subnet_id #=> String
5630
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries #=> Array
5631
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].cidr_block #=> String
5632
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].egress #=> Boolean
5633
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].icmp_type_code.code #=> Integer
5634
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].icmp_type_code.type #=> Integer
5635
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].ipv_6_cidr_block #=> String
5636
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].port_range.from #=> Integer
5637
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].port_range.to #=> Integer
5638
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].protocol #=> String
5639
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].rule_action #=> String
5640
+ # resp.findings[0].resources[0].details.aws_ec2_network_acl.entries[0].rule_number #=> Integer
5044
5641
  # resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.availability_zones #=> Array
5045
5642
  # resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.availability_zones[0].zone_name #=> String
5046
5643
  # resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.availability_zones[0].subnet_id #=> String
@@ -5055,6 +5652,30 @@ module Aws::SecurityHub
5055
5652
  # resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.state.reason #=> String
5056
5653
  # resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.type #=> String
5057
5654
  # resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.vpc_id #=> String
5655
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.application_name #=> String
5656
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.cname #=> String
5657
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.date_created #=> String
5658
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.date_updated #=> String
5659
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.description #=> String
5660
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.endpoint_url #=> String
5661
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.environment_arn #=> String
5662
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.environment_id #=> String
5663
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.environment_links #=> Array
5664
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.environment_links[0].environment_name #=> String
5665
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.environment_links[0].link_name #=> String
5666
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.environment_name #=> String
5667
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.option_settings #=> Array
5668
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.option_settings[0].namespace #=> String
5669
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.option_settings[0].option_name #=> String
5670
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.option_settings[0].resource_name #=> String
5671
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.option_settings[0].value #=> String
5672
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.platform_arn #=> String
5673
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.solution_stack_name #=> String
5674
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.status #=> String
5675
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.tier.name #=> String
5676
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.tier.type #=> String
5677
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.tier.version #=> String
5678
+ # resp.findings[0].resources[0].details.aws_elastic_beanstalk_environment.version_label #=> String
5058
5679
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.access_policies #=> String
5059
5680
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.domain_endpoint_options.enforce_https #=> Boolean
5060
5681
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.domain_endpoint_options.tls_security_policy #=> String
@@ -5064,9 +5685,29 @@ module Aws::SecurityHub
5064
5685
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.endpoints #=> Hash
5065
5686
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.endpoints["NonEmptyString"] #=> String
5066
5687
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_version #=> String
5688
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.dedicated_master_count #=> Integer
5689
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.dedicated_master_enabled #=> Boolean
5690
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.dedicated_master_type #=> String
5691
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.instance_count #=> Integer
5692
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.instance_type #=> String
5693
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.zone_awareness_config.availability_zone_count #=> Integer
5694
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.elasticsearch_cluster_config.zone_awareness_enabled #=> Boolean
5067
5695
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.encryption_at_rest_options.enabled #=> Boolean
5068
5696
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.encryption_at_rest_options.kms_key_id #=> String
5697
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.index_slow_logs.cloud_watch_logs_log_group_arn #=> String
5698
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.index_slow_logs.enabled #=> Boolean
5699
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.search_slow_logs.cloud_watch_logs_log_group_arn #=> String
5700
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.search_slow_logs.enabled #=> Boolean
5701
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.audit_logs.cloud_watch_logs_log_group_arn #=> String
5702
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.log_publishing_options.audit_logs.enabled #=> Boolean
5069
5703
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.node_to_node_encryption_options.enabled #=> Boolean
5704
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.automated_update_date #=> String
5705
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.cancellable #=> Boolean
5706
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.current_version #=> String
5707
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.description #=> String
5708
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.new_version #=> String
5709
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.update_available #=> Boolean
5710
+ # resp.findings[0].resources[0].details.aws_elasticsearch_domain.service_software_options.update_status #=> String
5070
5711
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.vpc_options.availability_zones #=> Array
5071
5712
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.vpc_options.availability_zones[0] #=> String
5072
5713
  # resp.findings[0].resources[0].details.aws_elasticsearch_domain.vpc_options.security_group_ids #=> Array
@@ -5080,6 +5721,31 @@ module Aws::SecurityHub
5080
5721
  # resp.findings[0].resources[0].details.aws_s3_bucket.server_side_encryption_configuration.rules #=> Array
5081
5722
  # resp.findings[0].resources[0].details.aws_s3_bucket.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.sse_algorithm #=> String
5082
5723
  # resp.findings[0].resources[0].details.aws_s3_bucket.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.kms_master_key_id #=> String
5724
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules #=> Array
5725
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].abort_incomplete_multipart_upload.days_after_initiation #=> Integer
5726
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].expiration_date #=> String
5727
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].expiration_in_days #=> Integer
5728
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].expired_object_delete_marker #=> Boolean
5729
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands #=> Array
5730
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands[0].prefix #=> String
5731
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands[0].tag.key #=> String
5732
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands[0].tag.value #=> String
5733
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.operands[0].type #=> String
5734
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.prefix #=> String
5735
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.tag.key #=> String
5736
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.tag.value #=> String
5737
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].filter.predicate.type #=> String
5738
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].id #=> String
5739
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].noncurrent_version_expiration_in_days #=> Integer
5740
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].noncurrent_version_transitions #=> Array
5741
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].noncurrent_version_transitions[0].days #=> Integer
5742
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].noncurrent_version_transitions[0].storage_class #=> String
5743
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].prefix #=> String
5744
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].status #=> String
5745
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].transitions #=> Array
5746
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].transitions[0].date #=> String
5747
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].transitions[0].days #=> Integer
5748
+ # resp.findings[0].resources[0].details.aws_s3_bucket.bucket_lifecycle_configuration.rules[0].transitions[0].storage_class #=> String
5083
5749
  # resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.block_public_acls #=> Boolean
5084
5750
  # resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.block_public_policy #=> Boolean
5085
5751
  # resp.findings[0].resources[0].details.aws_s3_bucket.public_access_block_configuration.ignore_public_acls #=> Boolean
@@ -5144,6 +5810,7 @@ module Aws::SecurityHub
5144
5810
  # resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].is_default_version #=> Boolean
5145
5811
  # resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].create_date #=> String
5146
5812
  # resp.findings[0].resources[0].details.aws_iam_policy.update_date #=> String
5813
+ # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.client_certificate_id #=> String
5147
5814
  # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.created_date #=> String
5148
5815
  # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.description #=> String
5149
5816
  # resp.findings[0].resources[0].details.aws_api_gateway_v2_stage.default_route_settings.detailed_metrics_enabled #=> Boolean
@@ -5826,12 +6493,222 @@ module Aws::SecurityHub
5826
6493
  # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_instance_identifier #=> String
5827
6494
  # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_cluster_parameter_group_status #=> String
5828
6495
  # resp.findings[0].resources[0].details.aws_rds_db_cluster.iam_database_authentication_enabled #=> Boolean
6496
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.capacity_providers #=> Array
6497
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.capacity_providers[0] #=> String
6498
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.cluster_settings #=> Array
6499
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.cluster_settings[0].name #=> String
6500
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.cluster_settings[0].value #=> String
6501
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.kms_key_id #=> String
6502
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.cloud_watch_encryption_enabled #=> Boolean
6503
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.cloud_watch_log_group_name #=> String
6504
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.s3_bucket_name #=> String
6505
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.s3_encryption_enabled #=> Boolean
6506
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.log_configuration.s3_key_prefix #=> String
6507
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.configuration.execute_command_configuration.logging #=> String
6508
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy #=> Array
6509
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy[0].base #=> Integer
6510
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy[0].capacity_provider #=> String
6511
+ # resp.findings[0].resources[0].details.aws_ecs_cluster.default_capacity_provider_strategy[0].weight #=> Integer
6512
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions #=> Array
6513
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].command #=> Array
6514
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].command[0] #=> String
6515
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].cpu #=> Integer
6516
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].depends_on #=> Array
6517
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].depends_on[0].condition #=> String
6518
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].depends_on[0].container_name #=> String
6519
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].disable_networking #=> Boolean
6520
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].dns_search_domains #=> Array
6521
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].dns_search_domains[0] #=> String
6522
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].dns_servers #=> Array
6523
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].dns_servers[0] #=> String
6524
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].docker_labels #=> Hash
6525
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].docker_labels["NonEmptyString"] #=> String
6526
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].docker_security_options #=> Array
6527
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].docker_security_options[0] #=> String
6528
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].entry_point #=> Array
6529
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].entry_point[0] #=> String
6530
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment #=> Array
6531
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment[0].name #=> String
6532
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment[0].value #=> String
6533
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment_files #=> Array
6534
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment_files[0].type #=> String
6535
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].environment_files[0].value #=> String
6536
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].essential #=> Boolean
6537
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].extra_hosts #=> Array
6538
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].extra_hosts[0].hostname #=> String
6539
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].extra_hosts[0].ip_address #=> String
6540
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].firelens_configuration.options #=> Hash
6541
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].firelens_configuration.options["NonEmptyString"] #=> String
6542
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].firelens_configuration.type #=> String
6543
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.command #=> Array
6544
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.command[0] #=> String
6545
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.interval #=> Integer
6546
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.retries #=> Integer
6547
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.start_period #=> Integer
6548
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].health_check.timeout #=> Integer
6549
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].hostname #=> String
6550
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].image #=> String
6551
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].interactive #=> Boolean
6552
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].links #=> Array
6553
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].links[0] #=> String
6554
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.capabilities.add #=> Array
6555
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.capabilities.add[0] #=> String
6556
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.capabilities.drop #=> Array
6557
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.capabilities.drop[0] #=> String
6558
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices #=> Array
6559
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices[0].container_path #=> String
6560
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices[0].host_path #=> String
6561
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices[0].permissions #=> Array
6562
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.devices[0].permissions[0] #=> String
6563
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.init_process_enabled #=> Boolean
6564
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.max_swap #=> Integer
6565
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.shared_memory_size #=> Integer
6566
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.swappiness #=> Integer
6567
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs #=> Array
6568
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs[0].container_path #=> String
6569
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs[0].mount_options #=> Array
6570
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs[0].mount_options[0] #=> String
6571
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].linux_parameters.tmpfs[0].size #=> Integer
6572
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.log_driver #=> String
6573
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.options #=> Hash
6574
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.options["NonEmptyString"] #=> String
6575
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.secret_options #=> Array
6576
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.secret_options[0].name #=> String
6577
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].log_configuration.secret_options[0].value_from #=> String
6578
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].memory #=> Integer
6579
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].memory_reservation #=> Integer
6580
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].mount_points #=> Array
6581
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].mount_points[0].container_path #=> String
6582
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].mount_points[0].read_only #=> Boolean
6583
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].mount_points[0].source_volume #=> String
6584
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].name #=> String
6585
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].port_mappings #=> Array
6586
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].port_mappings[0].container_port #=> Integer
6587
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].port_mappings[0].host_port #=> Integer
6588
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].port_mappings[0].protocol #=> String
6589
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].privileged #=> Boolean
6590
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].pseudo_terminal #=> Boolean
6591
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].readonly_root_filesystem #=> Boolean
6592
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].repository_credentials.credentials_parameter #=> String
6593
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].resource_requirements #=> Array
6594
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].resource_requirements[0].type #=> String
6595
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].resource_requirements[0].value #=> String
6596
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].secrets #=> Array
6597
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].secrets[0].name #=> String
6598
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].secrets[0].value_from #=> String
6599
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].start_timeout #=> Integer
6600
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].stop_timeout #=> Integer
6601
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].system_controls #=> Array
6602
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].system_controls[0].namespace #=> String
6603
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].system_controls[0].value #=> String
6604
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].ulimits #=> Array
6605
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].ulimits[0].hard_limit #=> Integer
6606
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].ulimits[0].name #=> String
6607
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].ulimits[0].soft_limit #=> Integer
6608
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].user #=> String
6609
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].volumes_from #=> Array
6610
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].volumes_from[0].read_only #=> Boolean
6611
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].volumes_from[0].source_container #=> String
6612
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.container_definitions[0].working_directory #=> String
6613
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.cpu #=> String
6614
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.execution_role_arn #=> String
6615
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.family #=> String
6616
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.inference_accelerators #=> Array
6617
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.inference_accelerators[0].device_name #=> String
6618
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.inference_accelerators[0].device_type #=> String
6619
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.ipc_mode #=> String
6620
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.memory #=> String
6621
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.network_mode #=> String
6622
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.pid_mode #=> String
6623
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.placement_constraints #=> Array
6624
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.placement_constraints[0].expression #=> String
6625
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.placement_constraints[0].type #=> String
6626
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.container_name #=> String
6627
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.proxy_configuration_properties #=> Array
6628
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.proxy_configuration_properties[0].name #=> String
6629
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.proxy_configuration_properties[0].value #=> String
6630
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.proxy_configuration.type #=> String
6631
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.requires_compatibilities #=> Array
6632
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.requires_compatibilities[0] #=> String
6633
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.task_role_arn #=> String
6634
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes #=> Array
6635
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.autoprovision #=> Boolean
6636
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.driver #=> String
6637
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.driver_opts #=> Hash
6638
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.driver_opts["NonEmptyString"] #=> String
6639
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.labels #=> Hash
6640
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.labels["NonEmptyString"] #=> String
6641
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].docker_volume_configuration.scope #=> String
6642
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.authorization_config.access_point_id #=> String
6643
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.authorization_config.iam #=> String
6644
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.filesystem_id #=> String
6645
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.root_directory #=> String
6646
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.transit_encryption #=> String
6647
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].efs_volume_configuration.transit_encryption_port #=> Integer
6648
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].host.source_path #=> String
6649
+ # resp.findings[0].resources[0].details.aws_ecs_task_definition.volumes[0].name #=> String
5829
6650
  # resp.findings[0].resources[0].details.container.name #=> String
5830
6651
  # resp.findings[0].resources[0].details.container.image_id #=> String
5831
6652
  # resp.findings[0].resources[0].details.container.image_name #=> String
5832
6653
  # resp.findings[0].resources[0].details.container.launched_at #=> String
5833
6654
  # resp.findings[0].resources[0].details.other #=> Hash
5834
6655
  # resp.findings[0].resources[0].details.other["NonEmptyString"] #=> String
6656
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.cust_subscription_id #=> String
6657
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.customer_aws_id #=> String
6658
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.enabled #=> Boolean
6659
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.event_categories_list #=> Array
6660
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.event_categories_list[0] #=> String
6661
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.event_subscription_arn #=> String
6662
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.sns_topic_arn #=> String
6663
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.source_ids_list #=> Array
6664
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.source_ids_list[0] #=> String
6665
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.source_type #=> String
6666
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.status #=> String
6667
+ # resp.findings[0].resources[0].details.aws_rds_event_subscription.subscription_creation_time #=> String
6668
+ # resp.findings[0].resources[0].details.aws_ecs_service.capacity_provider_strategy #=> Array
6669
+ # resp.findings[0].resources[0].details.aws_ecs_service.capacity_provider_strategy[0].base #=> Integer
6670
+ # resp.findings[0].resources[0].details.aws_ecs_service.capacity_provider_strategy[0].capacity_provider #=> String
6671
+ # resp.findings[0].resources[0].details.aws_ecs_service.capacity_provider_strategy[0].weight #=> Integer
6672
+ # resp.findings[0].resources[0].details.aws_ecs_service.cluster #=> String
6673
+ # resp.findings[0].resources[0].details.aws_ecs_service.deployment_configuration.deployment_circuit_breaker.enable #=> Boolean
6674
+ # resp.findings[0].resources[0].details.aws_ecs_service.deployment_configuration.deployment_circuit_breaker.rollback #=> Boolean
6675
+ # resp.findings[0].resources[0].details.aws_ecs_service.deployment_configuration.maximum_percent #=> Integer
6676
+ # resp.findings[0].resources[0].details.aws_ecs_service.deployment_configuration.minimum_healthy_percent #=> Integer
6677
+ # resp.findings[0].resources[0].details.aws_ecs_service.deployment_controller.type #=> String
6678
+ # resp.findings[0].resources[0].details.aws_ecs_service.desired_count #=> Integer
6679
+ # resp.findings[0].resources[0].details.aws_ecs_service.enable_ecs_managed_tags #=> Boolean
6680
+ # resp.findings[0].resources[0].details.aws_ecs_service.enable_execute_command #=> Boolean
6681
+ # resp.findings[0].resources[0].details.aws_ecs_service.health_check_grace_period_seconds #=> Integer
6682
+ # resp.findings[0].resources[0].details.aws_ecs_service.launch_type #=> String
6683
+ # resp.findings[0].resources[0].details.aws_ecs_service.load_balancers #=> Array
6684
+ # resp.findings[0].resources[0].details.aws_ecs_service.load_balancers[0].container_name #=> String
6685
+ # resp.findings[0].resources[0].details.aws_ecs_service.load_balancers[0].container_port #=> Integer
6686
+ # resp.findings[0].resources[0].details.aws_ecs_service.load_balancers[0].load_balancer_name #=> String
6687
+ # resp.findings[0].resources[0].details.aws_ecs_service.load_balancers[0].target_group_arn #=> String
6688
+ # resp.findings[0].resources[0].details.aws_ecs_service.name #=> String
6689
+ # resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.assign_public_ip #=> String
6690
+ # resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.security_groups #=> Array
6691
+ # resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.security_groups[0] #=> String
6692
+ # resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.subnets #=> Array
6693
+ # resp.findings[0].resources[0].details.aws_ecs_service.network_configuration.aws_vpc_configuration.subnets[0] #=> String
6694
+ # resp.findings[0].resources[0].details.aws_ecs_service.placement_constraints #=> Array
6695
+ # resp.findings[0].resources[0].details.aws_ecs_service.placement_constraints[0].expression #=> String
6696
+ # resp.findings[0].resources[0].details.aws_ecs_service.placement_constraints[0].type #=> String
6697
+ # resp.findings[0].resources[0].details.aws_ecs_service.placement_strategies #=> Array
6698
+ # resp.findings[0].resources[0].details.aws_ecs_service.placement_strategies[0].field #=> String
6699
+ # resp.findings[0].resources[0].details.aws_ecs_service.placement_strategies[0].type #=> String
6700
+ # resp.findings[0].resources[0].details.aws_ecs_service.platform_version #=> String
6701
+ # resp.findings[0].resources[0].details.aws_ecs_service.propagate_tags #=> String
6702
+ # resp.findings[0].resources[0].details.aws_ecs_service.role #=> String
6703
+ # resp.findings[0].resources[0].details.aws_ecs_service.scheduling_strategy #=> String
6704
+ # resp.findings[0].resources[0].details.aws_ecs_service.service_arn #=> String
6705
+ # resp.findings[0].resources[0].details.aws_ecs_service.service_name #=> String
6706
+ # resp.findings[0].resources[0].details.aws_ecs_service.service_registries #=> Array
6707
+ # resp.findings[0].resources[0].details.aws_ecs_service.service_registries[0].container_name #=> String
6708
+ # resp.findings[0].resources[0].details.aws_ecs_service.service_registries[0].container_port #=> Integer
6709
+ # resp.findings[0].resources[0].details.aws_ecs_service.service_registries[0].port #=> Integer
6710
+ # resp.findings[0].resources[0].details.aws_ecs_service.service_registries[0].registry_arn #=> String
6711
+ # resp.findings[0].resources[0].details.aws_ecs_service.task_definition #=> String
5835
6712
  # resp.findings[0].compliance.status #=> String, one of "PASSED", "WARNING", "FAILED", "NOT_AVAILABLE"
5836
6713
  # resp.findings[0].compliance.related_requirements #=> Array
5837
6714
  # resp.findings[0].compliance.related_requirements[0] #=> String
@@ -6037,6 +6914,9 @@ module Aws::SecurityHub
6037
6914
  # resp.insights[0].filters.generator_id #=> Array
6038
6915
  # resp.insights[0].filters.generator_id[0].value #=> String
6039
6916
  # resp.insights[0].filters.generator_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
6917
+ # resp.insights[0].filters.region #=> Array
6918
+ # resp.insights[0].filters.region[0].value #=> String
6919
+ # resp.insights[0].filters.region[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
6040
6920
  # resp.insights[0].filters.type #=> Array
6041
6921
  # resp.insights[0].filters.type[0].value #=> String
6042
6922
  # resp.insights[0].filters.type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
@@ -6244,6 +7124,9 @@ module Aws::SecurityHub
6244
7124
  # resp.insights[0].filters.resource_aws_iam_access_key_user_name #=> Array
6245
7125
  # resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].value #=> String
6246
7126
  # resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
7127
+ # resp.insights[0].filters.resource_aws_iam_access_key_principal_name #=> Array
7128
+ # resp.insights[0].filters.resource_aws_iam_access_key_principal_name[0].value #=> String
7129
+ # resp.insights[0].filters.resource_aws_iam_access_key_principal_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
6247
7130
  # resp.insights[0].filters.resource_aws_iam_access_key_status #=> Array
6248
7131
  # resp.insights[0].filters.resource_aws_iam_access_key_status[0].value #=> String
6249
7132
  # resp.insights[0].filters.resource_aws_iam_access_key_status[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
@@ -6252,6 +7135,9 @@ module Aws::SecurityHub
6252
7135
  # resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].end #=> String
6253
7136
  # resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].date_range.value #=> Integer
6254
7137
  # resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].date_range.unit #=> String, one of "DAYS"
7138
+ # resp.insights[0].filters.resource_aws_iam_user_user_name #=> Array
7139
+ # resp.insights[0].filters.resource_aws_iam_user_user_name[0].value #=> String
7140
+ # resp.insights[0].filters.resource_aws_iam_user_user_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
6255
7141
  # resp.insights[0].filters.resource_container_name #=> Array
6256
7142
  # resp.insights[0].filters.resource_container_name[0].value #=> String
6257
7143
  # resp.insights[0].filters.resource_container_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
@@ -6362,6 +7248,13 @@ module Aws::SecurityHub
6362
7248
 
6363
7249
  # This method is deprecated. Instead, use `GetAdministratorAccount`.
6364
7250
  #
7251
+ # The Security Hub console continues to use `GetMasterAccount`. It will
7252
+ # eventually change to use `GetAdministratorAccount`. Any IAM policies
7253
+ # that specifically control access to this function must continue to use
7254
+ # `GetMasterAccount`. You should also add `GetAdministratorAccount` to
7255
+ # your policies to ensure that the correct permissions are in place
7256
+ # after the console begins to use `GetAdministratorAccount`.
7257
+ #
6365
7258
  # Provides the details for the Security Hub administrator account for
6366
7259
  # the current member account.
6367
7260
  #
@@ -6436,14 +7329,15 @@ module Aws::SecurityHub
6436
7329
  req.send_request(options)
6437
7330
  end
6438
7331
 
6439
- # Invites other AWS accounts to become member accounts for the Security
6440
- # Hub administrator account that the invitation is sent from.
7332
+ # Invites other Amazon Web Services accounts to become member accounts
7333
+ # for the Security Hub administrator account that the invitation is sent
7334
+ # from.
6441
7335
  #
6442
7336
  # This operation is only used to invite accounts that do not belong to
6443
7337
  # an organization. Organization accounts do not receive invitations.
6444
7338
  #
6445
7339
  # Before you can use this action to invite a member, you must first use
6446
- # the ` CreateMembers ` action to create the member account in Security
7340
+ # the `CreateMembers` action to create the member account in Security
6447
7341
  # Hub.
6448
7342
  #
6449
7343
  # When the account owner enables Security Hub and accepts the invitation
@@ -6451,8 +7345,8 @@ module Aws::SecurityHub
6451
7345
  # findings generated from the member account.
6452
7346
  #
6453
7347
  # @option params [required, Array<String>] :account_ids
6454
- # The list of account IDs of the AWS accounts to invite to Security Hub
6455
- # as members.
7348
+ # The list of account IDs of the Amazon Web Services accounts to invite
7349
+ # to Security Hub as members.
6456
7350
  #
6457
7351
  # @return [Types::InviteMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6458
7352
  #
@@ -6524,10 +7418,10 @@ module Aws::SecurityHub
6524
7418
  end
6525
7419
 
6526
7420
  # Lists all Security Hub membership invitations that were sent to the
6527
- # current AWS account.
7421
+ # current Amazon Web Services account.
6528
7422
  #
6529
7423
  # This operation is only used by accounts that are managed by
6530
- # invitation. Accounts that are managed using the integration with AWS
7424
+ # invitation. Accounts that are managed using the integration with
6531
7425
  # Organizations do not receive invitations.
6532
7426
  #
6533
7427
  # @option params [Integer] :max_results
@@ -6717,7 +7611,9 @@ module Aws::SecurityHub
6717
7611
  # The ARN of the resource to apply the tags to.
6718
7612
  #
6719
7613
  # @option params [required, Hash<String,String>] :tags
6720
- # The tags to add to the resource.
7614
+ # The tags to add to the resource. You can add up to 50 tags at a time.
7615
+ # The tag keys can be no longer than 128 characters. The tag values can
7616
+ # be no longer than 256 characters.
6721
7617
  #
6722
7618
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6723
7619
  #
@@ -6745,7 +7641,8 @@ module Aws::SecurityHub
6745
7641
  # The ARN of the resource to remove the tags from.
6746
7642
  #
6747
7643
  # @option params [required, Array<String>] :tag_keys
6748
- # The tag keys associated with the tags to remove from the resource.
7644
+ # The tag keys associated with the tags to remove from the resource. You
7645
+ # can remove up to 50 tags at a time.
6749
7646
  #
6750
7647
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6751
7648
  #
@@ -6843,6 +7740,12 @@ module Aws::SecurityHub
6843
7740
  # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
6844
7741
  # },
6845
7742
  # ],
7743
+ # region: [
7744
+ # {
7745
+ # value: "NonEmptyString",
7746
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
7747
+ # },
7748
+ # ],
6846
7749
  # type: [
6847
7750
  # {
6848
7751
  # value: "NonEmptyString",
@@ -7252,6 +8155,12 @@ module Aws::SecurityHub
7252
8155
  # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
7253
8156
  # },
7254
8157
  # ],
8158
+ # resource_aws_iam_access_key_principal_name: [
8159
+ # {
8160
+ # value: "NonEmptyString",
8161
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
8162
+ # },
8163
+ # ],
7255
8164
  # resource_aws_iam_access_key_status: [
7256
8165
  # {
7257
8166
  # value: "NonEmptyString",
@@ -7268,6 +8177,12 @@ module Aws::SecurityHub
7268
8177
  # },
7269
8178
  # },
7270
8179
  # ],
8180
+ # resource_aws_iam_user_user_name: [
8181
+ # {
8182
+ # value: "NonEmptyString",
8183
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
8184
+ # },
8185
+ # ],
7271
8186
  # resource_container_name: [
7272
8187
  # {
7273
8188
  # value: "NonEmptyString",
@@ -7480,6 +8395,12 @@ module Aws::SecurityHub
7480
8395
  # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
7481
8396
  # },
7482
8397
  # ],
8398
+ # region: [
8399
+ # {
8400
+ # value: "NonEmptyString",
8401
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
8402
+ # },
8403
+ # ],
7483
8404
  # type: [
7484
8405
  # {
7485
8406
  # value: "NonEmptyString",
@@ -7889,6 +8810,12 @@ module Aws::SecurityHub
7889
8810
  # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
7890
8811
  # },
7891
8812
  # ],
8813
+ # resource_aws_iam_access_key_principal_name: [
8814
+ # {
8815
+ # value: "NonEmptyString",
8816
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
8817
+ # },
8818
+ # ],
7892
8819
  # resource_aws_iam_access_key_status: [
7893
8820
  # {
7894
8821
  # value: "NonEmptyString",
@@ -7905,6 +8832,12 @@ module Aws::SecurityHub
7905
8832
  # },
7906
8833
  # },
7907
8834
  # ],
8835
+ # resource_aws_iam_user_user_name: [
8836
+ # {
8837
+ # value: "NonEmptyString",
8838
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
8839
+ # },
8840
+ # ],
7908
8841
  # resource_container_name: [
7909
8842
  # {
7910
8843
  # value: "NonEmptyString",
@@ -8168,7 +9101,7 @@ module Aws::SecurityHub
8168
9101
  params: params,
8169
9102
  config: config)
8170
9103
  context[:gem_name] = 'aws-sdk-securityhub'
8171
- context[:gem_version] = '1.43.0'
9104
+ context[:gem_version] = '1.48.0'
8172
9105
  Seahorse::Client::Request.new(handlers, context)
8173
9106
  end
8174
9107