aws-sdk-securityhub 1.30.0 → 1.31.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: e113e432d072a8784177a2a631a9a01910de8fd81d8ec2bb2d4b80058abc9a93
4
- data.tar.gz: c6f41f7d6a1081ac9184c9d4a05c193a4a235fd41f9e4c6ebaf0ec0366041db3
3
+ metadata.gz: 0e0c6a61da4fcb83e55e54af8c07b96f29899528b028cde4b7255845806f9682
4
+ data.tar.gz: f787db956bb62779c2cdd989d449232d08f6fd98c54a4c68af518745addbfb7b
5
5
  SHA512:
6
- metadata.gz: b97269742a9ab024e24b45ffe9546edb0ccc71e3cd283c3a306081794c3212b7fded050fb1168adabfe6d0002f256bc5f160f1a666e9e502f4645cbfc740a65c
7
- data.tar.gz: 5afbfd120e4ede0825db6a175134b26003363f8d153cab2e26bece813bbd820fdeb872e6dfb313b481d89f42bd938ec20e4982ef0b4bdb11f17a4d3cd591d590
6
+ metadata.gz: 6d82161620ac7ab7b0f0145f0eaa736709dbd8381f79eb4ced39afdb57114e5af3ab0c92293709c428c465249e4210bf6276b3056655c75bd7cf75f8448e92d1
7
+ data.tar.gz: 2e41b85e09f7605f7b7a0b70830c1f1f26cef5bd4e005afc9991cdd511798a211a97162a554f551ce76625c43678f8ad21014d076468cdc971105502db4047e3
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-securityhub/customizations'
47
47
  # @service
48
48
  module Aws::SecurityHub
49
49
 
50
- GEM_VERSION = '1.30.0'
50
+ GEM_VERSION = '1.31.0'
51
51
 
52
52
  end
@@ -805,6 +805,18 @@ module Aws::SecurityHub
805
805
  # dhcp_options_id: "NonEmptyString",
806
806
  # state: "NonEmptyString",
807
807
  # },
808
+ # aws_ec2_eip: {
809
+ # instance_id: "NonEmptyString",
810
+ # public_ip: "NonEmptyString",
811
+ # allocation_id: "NonEmptyString",
812
+ # association_id: "NonEmptyString",
813
+ # domain: "NonEmptyString",
814
+ # public_ipv_4_pool: "NonEmptyString",
815
+ # network_border_group: "NonEmptyString",
816
+ # network_interface_id: "NonEmptyString",
817
+ # network_interface_owner_id: "NonEmptyString",
818
+ # private_ip_address: "NonEmptyString",
819
+ # },
808
820
  # aws_elbv_2_load_balancer: {
809
821
  # availability_zones: [
810
822
  # {
@@ -875,6 +887,18 @@ module Aws::SecurityHub
875
887
  # server_side_encryption: "NonEmptyString",
876
888
  # ssekms_key_id: "NonEmptyString",
877
889
  # },
890
+ # aws_secrets_manager_secret: {
891
+ # rotation_rules: {
892
+ # automatically_after_days: 1,
893
+ # },
894
+ # rotation_occurred_within_frequency: false,
895
+ # kms_key_id: "NonEmptyString",
896
+ # rotation_enabled: false,
897
+ # rotation_lambda_arn: "NonEmptyString",
898
+ # deleted: false,
899
+ # name: "NonEmptyString",
900
+ # description: "NonEmptyString",
901
+ # },
878
902
  # aws_iam_access_key: {
879
903
  # user_name: "NonEmptyString",
880
904
  # status: "Active", # accepts Active, Inactive
@@ -883,6 +907,159 @@ module Aws::SecurityHub
883
907
  # principal_type: "NonEmptyString",
884
908
  # principal_name: "NonEmptyString",
885
909
  # },
910
+ # aws_iam_user: {
911
+ # attached_managed_policies: [
912
+ # {
913
+ # policy_name: "NonEmptyString",
914
+ # policy_arn: "NonEmptyString",
915
+ # },
916
+ # ],
917
+ # create_date: "NonEmptyString",
918
+ # group_list: ["NonEmptyString"],
919
+ # path: "NonEmptyString",
920
+ # permissions_boundary: {
921
+ # permissions_boundary_arn: "NonEmptyString",
922
+ # permissions_boundary_type: "NonEmptyString",
923
+ # },
924
+ # user_id: "NonEmptyString",
925
+ # user_name: "NonEmptyString",
926
+ # user_policy_list: [
927
+ # {
928
+ # policy_name: "NonEmptyString",
929
+ # },
930
+ # ],
931
+ # },
932
+ # aws_iam_policy: {
933
+ # attachment_count: 1,
934
+ # create_date: "NonEmptyString",
935
+ # default_version_id: "NonEmptyString",
936
+ # description: "NonEmptyString",
937
+ # is_attachable: false,
938
+ # path: "NonEmptyString",
939
+ # permissions_boundary_usage_count: 1,
940
+ # policy_id: "NonEmptyString",
941
+ # policy_name: "NonEmptyString",
942
+ # policy_version_list: [
943
+ # {
944
+ # version_id: "NonEmptyString",
945
+ # is_default_version: false,
946
+ # create_date: "NonEmptyString",
947
+ # },
948
+ # ],
949
+ # update_date: "NonEmptyString",
950
+ # },
951
+ # aws_dynamo_db_table: {
952
+ # attribute_definitions: [
953
+ # {
954
+ # attribute_name: "NonEmptyString",
955
+ # attribute_type: "NonEmptyString",
956
+ # },
957
+ # ],
958
+ # billing_mode_summary: {
959
+ # billing_mode: "NonEmptyString",
960
+ # last_update_to_pay_per_request_date_time: "NonEmptyString",
961
+ # },
962
+ # creation_date_time: "NonEmptyString",
963
+ # global_secondary_indexes: [
964
+ # {
965
+ # backfilling: false,
966
+ # index_arn: "NonEmptyString",
967
+ # index_name: "NonEmptyString",
968
+ # index_size_bytes: 1,
969
+ # index_status: "NonEmptyString",
970
+ # item_count: 1,
971
+ # key_schema: [
972
+ # {
973
+ # attribute_name: "NonEmptyString",
974
+ # key_type: "NonEmptyString",
975
+ # },
976
+ # ],
977
+ # projection: {
978
+ # non_key_attributes: ["NonEmptyString"],
979
+ # projection_type: "NonEmptyString",
980
+ # },
981
+ # provisioned_throughput: {
982
+ # last_decrease_date_time: "NonEmptyString",
983
+ # last_increase_date_time: "NonEmptyString",
984
+ # number_of_decreases_today: 1,
985
+ # read_capacity_units: 1,
986
+ # write_capacity_units: 1,
987
+ # },
988
+ # },
989
+ # ],
990
+ # global_table_version: "NonEmptyString",
991
+ # item_count: 1,
992
+ # key_schema: [
993
+ # {
994
+ # attribute_name: "NonEmptyString",
995
+ # key_type: "NonEmptyString",
996
+ # },
997
+ # ],
998
+ # latest_stream_arn: "NonEmptyString",
999
+ # latest_stream_label: "NonEmptyString",
1000
+ # local_secondary_indexes: [
1001
+ # {
1002
+ # index_arn: "NonEmptyString",
1003
+ # index_name: "NonEmptyString",
1004
+ # key_schema: [
1005
+ # {
1006
+ # attribute_name: "NonEmptyString",
1007
+ # key_type: "NonEmptyString",
1008
+ # },
1009
+ # ],
1010
+ # projection: {
1011
+ # non_key_attributes: ["NonEmptyString"],
1012
+ # projection_type: "NonEmptyString",
1013
+ # },
1014
+ # },
1015
+ # ],
1016
+ # provisioned_throughput: {
1017
+ # last_decrease_date_time: "NonEmptyString",
1018
+ # last_increase_date_time: "NonEmptyString",
1019
+ # number_of_decreases_today: 1,
1020
+ # read_capacity_units: 1,
1021
+ # write_capacity_units: 1,
1022
+ # },
1023
+ # replicas: [
1024
+ # {
1025
+ # global_secondary_indexes: [
1026
+ # {
1027
+ # index_name: "NonEmptyString",
1028
+ # provisioned_throughput_override: {
1029
+ # read_capacity_units: 1,
1030
+ # },
1031
+ # },
1032
+ # ],
1033
+ # kms_master_key_id: "NonEmptyString",
1034
+ # provisioned_throughput_override: {
1035
+ # read_capacity_units: 1,
1036
+ # },
1037
+ # region_name: "NonEmptyString",
1038
+ # replica_status: "NonEmptyString",
1039
+ # replica_status_description: "NonEmptyString",
1040
+ # },
1041
+ # ],
1042
+ # restore_summary: {
1043
+ # source_backup_arn: "NonEmptyString",
1044
+ # source_table_arn: "NonEmptyString",
1045
+ # restore_date_time: "NonEmptyString",
1046
+ # restore_in_progress: false,
1047
+ # },
1048
+ # sse_description: {
1049
+ # inaccessible_encryption_date_time: "NonEmptyString",
1050
+ # status: "NonEmptyString",
1051
+ # sse_type: "NonEmptyString",
1052
+ # kms_master_key_arn: "NonEmptyString",
1053
+ # },
1054
+ # stream_specification: {
1055
+ # stream_enabled: false,
1056
+ # stream_view_type: "NonEmptyString",
1057
+ # },
1058
+ # table_id: "NonEmptyString",
1059
+ # table_name: "NonEmptyString",
1060
+ # table_size_bytes: 1,
1061
+ # table_status: "NonEmptyString",
1062
+ # },
886
1063
  # aws_iam_role: {
887
1064
  # assume_role_policy_document: "AwsIamRoleAssumeRolePolicyDocument",
888
1065
  # create_date: "NonEmptyString",
@@ -898,6 +1075,7 @@ module Aws::SecurityHub
898
1075
  # key_manager: "NonEmptyString",
899
1076
  # key_state: "NonEmptyString",
900
1077
  # origin: "NonEmptyString",
1078
+ # description: "NonEmptyString",
901
1079
  # },
902
1080
  # aws_lambda_function: {
903
1081
  # code: {
@@ -985,6 +1163,116 @@ module Aws::SecurityHub
985
1163
  # status: "NonEmptyString",
986
1164
  # },
987
1165
  # ],
1166
+ # multi_az: false,
1167
+ # enhanced_monitoring_resource_arn: "NonEmptyString",
1168
+ # db_instance_status: "NonEmptyString",
1169
+ # master_username: "NonEmptyString",
1170
+ # allocated_storage: 1,
1171
+ # preferred_backup_window: "NonEmptyString",
1172
+ # backup_retention_period: 1,
1173
+ # db_security_groups: ["NonEmptyString"],
1174
+ # db_parameter_groups: [
1175
+ # {
1176
+ # db_parameter_group_name: "NonEmptyString",
1177
+ # parameter_apply_status: "NonEmptyString",
1178
+ # },
1179
+ # ],
1180
+ # availability_zone: "NonEmptyString",
1181
+ # db_subnet_group: {
1182
+ # db_subnet_group_name: "NonEmptyString",
1183
+ # db_subnet_group_description: "NonEmptyString",
1184
+ # vpc_id: "NonEmptyString",
1185
+ # subnet_group_status: "NonEmptyString",
1186
+ # subnets: [
1187
+ # {
1188
+ # subnet_identifier: "NonEmptyString",
1189
+ # subnet_availability_zone: {
1190
+ # name: "NonEmptyString",
1191
+ # },
1192
+ # subnet_status: "NonEmptyString",
1193
+ # },
1194
+ # ],
1195
+ # db_subnet_group_arn: "NonEmptyString",
1196
+ # },
1197
+ # preferred_maintenance_window: "NonEmptyString",
1198
+ # pending_modified_values: {
1199
+ # db_instance_class: "NonEmptyString",
1200
+ # allocated_storage: 1,
1201
+ # master_user_password: "NonEmptyString",
1202
+ # port: 1,
1203
+ # backup_retention_period: 1,
1204
+ # multi_az: false,
1205
+ # engine_version: "NonEmptyString",
1206
+ # license_model: "NonEmptyString",
1207
+ # iops: 1,
1208
+ # db_instance_identifier: "NonEmptyString",
1209
+ # storage_type: "NonEmptyString",
1210
+ # ca_certificate_identifier: "NonEmptyString",
1211
+ # db_subnet_group_name: "NonEmptyString",
1212
+ # pending_cloud_watch_logs_exports: {
1213
+ # log_types_to_enable: ["NonEmptyString"],
1214
+ # log_types_to_disable: ["NonEmptyString"],
1215
+ # },
1216
+ # processor_features: [
1217
+ # {
1218
+ # name: "NonEmptyString",
1219
+ # value: "NonEmptyString",
1220
+ # },
1221
+ # ],
1222
+ # },
1223
+ # latest_restorable_time: "NonEmptyString",
1224
+ # auto_minor_version_upgrade: false,
1225
+ # read_replica_source_db_instance_identifier: "NonEmptyString",
1226
+ # read_replica_db_instance_identifiers: ["NonEmptyString"],
1227
+ # read_replica_db_cluster_identifiers: ["NonEmptyString"],
1228
+ # license_model: "NonEmptyString",
1229
+ # iops: 1,
1230
+ # option_group_memberships: [
1231
+ # {
1232
+ # option_group_name: "NonEmptyString",
1233
+ # status: "NonEmptyString",
1234
+ # },
1235
+ # ],
1236
+ # character_set_name: "NonEmptyString",
1237
+ # secondary_availability_zone: "NonEmptyString",
1238
+ # status_infos: [
1239
+ # {
1240
+ # status_type: "NonEmptyString",
1241
+ # normal: false,
1242
+ # status: "NonEmptyString",
1243
+ # message: "NonEmptyString",
1244
+ # },
1245
+ # ],
1246
+ # storage_type: "NonEmptyString",
1247
+ # domain_memberships: [
1248
+ # {
1249
+ # domain: "NonEmptyString",
1250
+ # status: "NonEmptyString",
1251
+ # fqdn: "NonEmptyString",
1252
+ # iam_role_name: "NonEmptyString",
1253
+ # },
1254
+ # ],
1255
+ # copy_tags_to_snapshot: false,
1256
+ # monitoring_interval: 1,
1257
+ # monitoring_role_arn: "NonEmptyString",
1258
+ # promotion_tier: 1,
1259
+ # timezone: "NonEmptyString",
1260
+ # performance_insights_enabled: false,
1261
+ # performance_insights_kms_key_id: "NonEmptyString",
1262
+ # performance_insights_retention_period: 1,
1263
+ # enabled_cloud_watch_logs_exports: ["NonEmptyString"],
1264
+ # processor_features: [
1265
+ # {
1266
+ # name: "NonEmptyString",
1267
+ # value: "NonEmptyString",
1268
+ # },
1269
+ # ],
1270
+ # listener_endpoint: {
1271
+ # address: "NonEmptyString",
1272
+ # port: 1,
1273
+ # hosted_zone_id: "NonEmptyString",
1274
+ # },
1275
+ # max_allocated_storage: 1,
988
1276
  # },
989
1277
  # aws_sns_topic: {
990
1278
  # kms_master_key_id: "NonEmptyString",
@@ -1026,6 +1314,128 @@ module Aws::SecurityHub
1026
1314
  # ],
1027
1315
  # web_acl_id: "NonEmptyString",
1028
1316
  # },
1317
+ # aws_rds_db_snapshot: {
1318
+ # db_snapshot_identifier: "NonEmptyString",
1319
+ # db_instance_identifier: "NonEmptyString",
1320
+ # snapshot_create_time: "NonEmptyString",
1321
+ # engine: "NonEmptyString",
1322
+ # allocated_storage: 1,
1323
+ # status: "NonEmptyString",
1324
+ # port: 1,
1325
+ # availability_zone: "NonEmptyString",
1326
+ # vpc_id: "NonEmptyString",
1327
+ # instance_create_time: "NonEmptyString",
1328
+ # master_username: "NonEmptyString",
1329
+ # engine_version: "NonEmptyString",
1330
+ # license_model: "NonEmptyString",
1331
+ # snapshot_type: "NonEmptyString",
1332
+ # iops: 1,
1333
+ # option_group_name: "NonEmptyString",
1334
+ # percent_progress: 1,
1335
+ # source_region: "NonEmptyString",
1336
+ # source_db_snapshot_identifier: "NonEmptyString",
1337
+ # storage_type: "NonEmptyString",
1338
+ # tde_credential_arn: "NonEmptyString",
1339
+ # encrypted: false,
1340
+ # kms_key_id: "NonEmptyString",
1341
+ # timezone: "NonEmptyString",
1342
+ # iam_database_authentication_enabled: false,
1343
+ # processor_features: [
1344
+ # {
1345
+ # name: "NonEmptyString",
1346
+ # value: "NonEmptyString",
1347
+ # },
1348
+ # ],
1349
+ # dbi_resource_id: "NonEmptyString",
1350
+ # },
1351
+ # aws_rds_db_cluster_snapshot: {
1352
+ # availability_zones: ["NonEmptyString"],
1353
+ # snapshot_create_time: "NonEmptyString",
1354
+ # engine: "NonEmptyString",
1355
+ # allocated_storage: 1,
1356
+ # status: "NonEmptyString",
1357
+ # port: 1,
1358
+ # vpc_id: "NonEmptyString",
1359
+ # cluster_create_time: "NonEmptyString",
1360
+ # master_username: "NonEmptyString",
1361
+ # engine_version: "NonEmptyString",
1362
+ # license_model: "NonEmptyString",
1363
+ # snapshot_type: "NonEmptyString",
1364
+ # percent_progress: 1,
1365
+ # storage_encrypted: false,
1366
+ # kms_key_id: "NonEmptyString",
1367
+ # db_cluster_identifier: "NonEmptyString",
1368
+ # db_cluster_snapshot_identifier: "NonEmptyString",
1369
+ # iam_database_authentication_enabled: false,
1370
+ # },
1371
+ # aws_rds_db_cluster: {
1372
+ # allocated_storage: 1,
1373
+ # availability_zones: ["NonEmptyString"],
1374
+ # backup_retention_period: 1,
1375
+ # database_name: "NonEmptyString",
1376
+ # status: "NonEmptyString",
1377
+ # endpoint: "NonEmptyString",
1378
+ # reader_endpoint: "NonEmptyString",
1379
+ # custom_endpoints: ["NonEmptyString"],
1380
+ # multi_az: false,
1381
+ # engine: "NonEmptyString",
1382
+ # engine_version: "NonEmptyString",
1383
+ # port: 1,
1384
+ # master_username: "NonEmptyString",
1385
+ # preferred_backup_window: "NonEmptyString",
1386
+ # preferred_maintenance_window: "NonEmptyString",
1387
+ # read_replica_identifiers: ["NonEmptyString"],
1388
+ # vpc_security_groups: [
1389
+ # {
1390
+ # vpc_security_group_id: "NonEmptyString",
1391
+ # status: "NonEmptyString",
1392
+ # },
1393
+ # ],
1394
+ # hosted_zone_id: "NonEmptyString",
1395
+ # storage_encrypted: false,
1396
+ # kms_key_id: "NonEmptyString",
1397
+ # db_cluster_resource_id: "NonEmptyString",
1398
+ # associated_roles: [
1399
+ # {
1400
+ # role_arn: "NonEmptyString",
1401
+ # status: "NonEmptyString",
1402
+ # },
1403
+ # ],
1404
+ # cluster_create_time: "NonEmptyString",
1405
+ # enabled_cloud_watch_logs_exports: ["NonEmptyString"],
1406
+ # engine_mode: "NonEmptyString",
1407
+ # deletion_protection: false,
1408
+ # http_endpoint_enabled: false,
1409
+ # activity_stream_status: "NonEmptyString",
1410
+ # copy_tags_to_snapshot: false,
1411
+ # cross_account_clone: false,
1412
+ # domain_memberships: [
1413
+ # {
1414
+ # domain: "NonEmptyString",
1415
+ # status: "NonEmptyString",
1416
+ # fqdn: "NonEmptyString",
1417
+ # iam_role_name: "NonEmptyString",
1418
+ # },
1419
+ # ],
1420
+ # db_cluster_parameter_group: "NonEmptyString",
1421
+ # db_subnet_group: "NonEmptyString",
1422
+ # db_cluster_option_group_memberships: [
1423
+ # {
1424
+ # db_cluster_option_group_name: "NonEmptyString",
1425
+ # status: "NonEmptyString",
1426
+ # },
1427
+ # ],
1428
+ # db_cluster_identifier: "NonEmptyString",
1429
+ # db_cluster_members: [
1430
+ # {
1431
+ # is_cluster_writer: false,
1432
+ # promotion_tier: 1,
1433
+ # db_instance_identifier: "NonEmptyString",
1434
+ # db_cluster_parameter_group_status: "NonEmptyString",
1435
+ # },
1436
+ # ],
1437
+ # iam_database_authentication_enabled: false,
1438
+ # },
1029
1439
  # container: {
1030
1440
  # name: "NonEmptyString",
1031
1441
  # image_id: "NonEmptyString",
@@ -1355,31 +1765,31 @@ module Aws::SecurityHub
1355
1765
  # product_arn: [
1356
1766
  # {
1357
1767
  # value: "NonEmptyString",
1358
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1768
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1359
1769
  # },
1360
1770
  # ],
1361
1771
  # aws_account_id: [
1362
1772
  # {
1363
1773
  # value: "NonEmptyString",
1364
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1774
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1365
1775
  # },
1366
1776
  # ],
1367
1777
  # id: [
1368
1778
  # {
1369
1779
  # value: "NonEmptyString",
1370
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1780
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1371
1781
  # },
1372
1782
  # ],
1373
1783
  # generator_id: [
1374
1784
  # {
1375
1785
  # value: "NonEmptyString",
1376
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1786
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1377
1787
  # },
1378
1788
  # ],
1379
1789
  # type: [
1380
1790
  # {
1381
1791
  # value: "NonEmptyString",
1382
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1792
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1383
1793
  # },
1384
1794
  # ],
1385
1795
  # first_observed_at: [
@@ -1439,7 +1849,7 @@ module Aws::SecurityHub
1439
1849
  # severity_label: [
1440
1850
  # {
1441
1851
  # value: "NonEmptyString",
1442
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1852
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1443
1853
  # },
1444
1854
  # ],
1445
1855
  # confidence: [
@@ -1459,87 +1869,87 @@ module Aws::SecurityHub
1459
1869
  # title: [
1460
1870
  # {
1461
1871
  # value: "NonEmptyString",
1462
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1872
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1463
1873
  # },
1464
1874
  # ],
1465
1875
  # description: [
1466
1876
  # {
1467
1877
  # value: "NonEmptyString",
1468
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1878
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1469
1879
  # },
1470
1880
  # ],
1471
1881
  # recommendation_text: [
1472
1882
  # {
1473
1883
  # value: "NonEmptyString",
1474
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1884
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1475
1885
  # },
1476
1886
  # ],
1477
1887
  # source_url: [
1478
1888
  # {
1479
1889
  # value: "NonEmptyString",
1480
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1890
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1481
1891
  # },
1482
1892
  # ],
1483
1893
  # product_fields: [
1484
1894
  # {
1485
1895
  # key: "NonEmptyString",
1486
1896
  # value: "NonEmptyString",
1487
- # comparison: "EQUALS", # accepts EQUALS
1897
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
1488
1898
  # },
1489
1899
  # ],
1490
1900
  # product_name: [
1491
1901
  # {
1492
1902
  # value: "NonEmptyString",
1493
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1903
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1494
1904
  # },
1495
1905
  # ],
1496
1906
  # company_name: [
1497
1907
  # {
1498
1908
  # value: "NonEmptyString",
1499
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1909
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1500
1910
  # },
1501
1911
  # ],
1502
1912
  # user_defined_fields: [
1503
1913
  # {
1504
1914
  # key: "NonEmptyString",
1505
1915
  # value: "NonEmptyString",
1506
- # comparison: "EQUALS", # accepts EQUALS
1916
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
1507
1917
  # },
1508
1918
  # ],
1509
1919
  # malware_name: [
1510
1920
  # {
1511
1921
  # value: "NonEmptyString",
1512
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1922
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1513
1923
  # },
1514
1924
  # ],
1515
1925
  # malware_type: [
1516
1926
  # {
1517
1927
  # value: "NonEmptyString",
1518
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1928
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1519
1929
  # },
1520
1930
  # ],
1521
1931
  # malware_path: [
1522
1932
  # {
1523
1933
  # value: "NonEmptyString",
1524
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1934
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1525
1935
  # },
1526
1936
  # ],
1527
1937
  # malware_state: [
1528
1938
  # {
1529
1939
  # value: "NonEmptyString",
1530
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1940
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1531
1941
  # },
1532
1942
  # ],
1533
1943
  # network_direction: [
1534
1944
  # {
1535
1945
  # value: "NonEmptyString",
1536
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1946
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1537
1947
  # },
1538
1948
  # ],
1539
1949
  # network_protocol: [
1540
1950
  # {
1541
1951
  # value: "NonEmptyString",
1542
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1952
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1543
1953
  # },
1544
1954
  # ],
1545
1955
  # network_source_ip_v4: [
@@ -1562,13 +1972,13 @@ module Aws::SecurityHub
1562
1972
  # network_source_domain: [
1563
1973
  # {
1564
1974
  # value: "NonEmptyString",
1565
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1975
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1566
1976
  # },
1567
1977
  # ],
1568
1978
  # network_source_mac: [
1569
1979
  # {
1570
1980
  # value: "NonEmptyString",
1571
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
1981
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1572
1982
  # },
1573
1983
  # ],
1574
1984
  # network_destination_ip_v4: [
@@ -1591,19 +2001,19 @@ module Aws::SecurityHub
1591
2001
  # network_destination_domain: [
1592
2002
  # {
1593
2003
  # value: "NonEmptyString",
1594
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2004
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1595
2005
  # },
1596
2006
  # ],
1597
2007
  # process_name: [
1598
2008
  # {
1599
2009
  # value: "NonEmptyString",
1600
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2010
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1601
2011
  # },
1602
2012
  # ],
1603
2013
  # process_path: [
1604
2014
  # {
1605
2015
  # value: "NonEmptyString",
1606
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2016
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1607
2017
  # },
1608
2018
  # ],
1609
2019
  # process_pid: [
@@ -1643,19 +2053,19 @@ module Aws::SecurityHub
1643
2053
  # threat_intel_indicator_type: [
1644
2054
  # {
1645
2055
  # value: "NonEmptyString",
1646
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2056
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1647
2057
  # },
1648
2058
  # ],
1649
2059
  # threat_intel_indicator_value: [
1650
2060
  # {
1651
2061
  # value: "NonEmptyString",
1652
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2062
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1653
2063
  # },
1654
2064
  # ],
1655
2065
  # threat_intel_indicator_category: [
1656
2066
  # {
1657
2067
  # value: "NonEmptyString",
1658
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2068
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1659
2069
  # },
1660
2070
  # ],
1661
2071
  # threat_intel_indicator_last_observed_at: [
@@ -1671,56 +2081,56 @@ module Aws::SecurityHub
1671
2081
  # threat_intel_indicator_source: [
1672
2082
  # {
1673
2083
  # value: "NonEmptyString",
1674
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2084
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1675
2085
  # },
1676
2086
  # ],
1677
2087
  # threat_intel_indicator_source_url: [
1678
2088
  # {
1679
2089
  # value: "NonEmptyString",
1680
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2090
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1681
2091
  # },
1682
2092
  # ],
1683
2093
  # resource_type: [
1684
2094
  # {
1685
2095
  # value: "NonEmptyString",
1686
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2096
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1687
2097
  # },
1688
2098
  # ],
1689
2099
  # resource_id: [
1690
2100
  # {
1691
2101
  # value: "NonEmptyString",
1692
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2102
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1693
2103
  # },
1694
2104
  # ],
1695
2105
  # resource_partition: [
1696
2106
  # {
1697
2107
  # value: "NonEmptyString",
1698
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2108
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1699
2109
  # },
1700
2110
  # ],
1701
2111
  # resource_region: [
1702
2112
  # {
1703
2113
  # value: "NonEmptyString",
1704
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2114
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1705
2115
  # },
1706
2116
  # ],
1707
2117
  # resource_tags: [
1708
2118
  # {
1709
2119
  # key: "NonEmptyString",
1710
2120
  # value: "NonEmptyString",
1711
- # comparison: "EQUALS", # accepts EQUALS
2121
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
1712
2122
  # },
1713
2123
  # ],
1714
2124
  # resource_aws_ec2_instance_type: [
1715
2125
  # {
1716
2126
  # value: "NonEmptyString",
1717
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2127
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1718
2128
  # },
1719
2129
  # ],
1720
2130
  # resource_aws_ec2_instance_image_id: [
1721
2131
  # {
1722
2132
  # value: "NonEmptyString",
1723
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2133
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1724
2134
  # },
1725
2135
  # ],
1726
2136
  # resource_aws_ec2_instance_ip_v4_addresses: [
@@ -1736,25 +2146,25 @@ module Aws::SecurityHub
1736
2146
  # resource_aws_ec2_instance_key_name: [
1737
2147
  # {
1738
2148
  # value: "NonEmptyString",
1739
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2149
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1740
2150
  # },
1741
2151
  # ],
1742
2152
  # resource_aws_ec2_instance_iam_instance_profile_arn: [
1743
2153
  # {
1744
2154
  # value: "NonEmptyString",
1745
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2155
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1746
2156
  # },
1747
2157
  # ],
1748
2158
  # resource_aws_ec2_instance_vpc_id: [
1749
2159
  # {
1750
2160
  # value: "NonEmptyString",
1751
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2161
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1752
2162
  # },
1753
2163
  # ],
1754
2164
  # resource_aws_ec2_instance_subnet_id: [
1755
2165
  # {
1756
2166
  # value: "NonEmptyString",
1757
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2167
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1758
2168
  # },
1759
2169
  # ],
1760
2170
  # resource_aws_ec2_instance_launched_at: [
@@ -1770,25 +2180,25 @@ module Aws::SecurityHub
1770
2180
  # resource_aws_s3_bucket_owner_id: [
1771
2181
  # {
1772
2182
  # value: "NonEmptyString",
1773
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2183
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1774
2184
  # },
1775
2185
  # ],
1776
2186
  # resource_aws_s3_bucket_owner_name: [
1777
2187
  # {
1778
2188
  # value: "NonEmptyString",
1779
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2189
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1780
2190
  # },
1781
2191
  # ],
1782
2192
  # resource_aws_iam_access_key_user_name: [
1783
2193
  # {
1784
2194
  # value: "NonEmptyString",
1785
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2195
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1786
2196
  # },
1787
2197
  # ],
1788
2198
  # resource_aws_iam_access_key_status: [
1789
2199
  # {
1790
2200
  # value: "NonEmptyString",
1791
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2201
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1792
2202
  # },
1793
2203
  # ],
1794
2204
  # resource_aws_iam_access_key_created_at: [
@@ -1804,19 +2214,19 @@ module Aws::SecurityHub
1804
2214
  # resource_container_name: [
1805
2215
  # {
1806
2216
  # value: "NonEmptyString",
1807
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2217
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1808
2218
  # },
1809
2219
  # ],
1810
2220
  # resource_container_image_id: [
1811
2221
  # {
1812
2222
  # value: "NonEmptyString",
1813
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2223
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1814
2224
  # },
1815
2225
  # ],
1816
2226
  # resource_container_image_name: [
1817
2227
  # {
1818
2228
  # value: "NonEmptyString",
1819
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2229
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1820
2230
  # },
1821
2231
  # ],
1822
2232
  # resource_container_launched_at: [
@@ -1833,55 +2243,55 @@ module Aws::SecurityHub
1833
2243
  # {
1834
2244
  # key: "NonEmptyString",
1835
2245
  # value: "NonEmptyString",
1836
- # comparison: "EQUALS", # accepts EQUALS
2246
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
1837
2247
  # },
1838
2248
  # ],
1839
2249
  # compliance_status: [
1840
2250
  # {
1841
2251
  # value: "NonEmptyString",
1842
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2252
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1843
2253
  # },
1844
2254
  # ],
1845
2255
  # verification_state: [
1846
2256
  # {
1847
2257
  # value: "NonEmptyString",
1848
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2258
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1849
2259
  # },
1850
2260
  # ],
1851
2261
  # workflow_state: [
1852
2262
  # {
1853
2263
  # value: "NonEmptyString",
1854
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2264
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1855
2265
  # },
1856
2266
  # ],
1857
2267
  # workflow_status: [
1858
2268
  # {
1859
2269
  # value: "NonEmptyString",
1860
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2270
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1861
2271
  # },
1862
2272
  # ],
1863
2273
  # record_state: [
1864
2274
  # {
1865
2275
  # value: "NonEmptyString",
1866
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2276
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1867
2277
  # },
1868
2278
  # ],
1869
2279
  # related_findings_product_arn: [
1870
2280
  # {
1871
2281
  # value: "NonEmptyString",
1872
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2282
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1873
2283
  # },
1874
2284
  # ],
1875
2285
  # related_findings_id: [
1876
2286
  # {
1877
2287
  # value: "NonEmptyString",
1878
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2288
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1879
2289
  # },
1880
2290
  # ],
1881
2291
  # note_text: [
1882
2292
  # {
1883
2293
  # value: "NonEmptyString",
1884
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2294
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1885
2295
  # },
1886
2296
  # ],
1887
2297
  # note_updated_at: [
@@ -1897,7 +2307,7 @@ module Aws::SecurityHub
1897
2307
  # note_updated_by: [
1898
2308
  # {
1899
2309
  # value: "NonEmptyString",
1900
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
2310
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
1901
2311
  # },
1902
2312
  # ],
1903
2313
  # keyword: [
@@ -2652,31 +3062,31 @@ module Aws::SecurityHub
2652
3062
  # product_arn: [
2653
3063
  # {
2654
3064
  # value: "NonEmptyString",
2655
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3065
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2656
3066
  # },
2657
3067
  # ],
2658
3068
  # aws_account_id: [
2659
3069
  # {
2660
3070
  # value: "NonEmptyString",
2661
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3071
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2662
3072
  # },
2663
3073
  # ],
2664
3074
  # id: [
2665
3075
  # {
2666
3076
  # value: "NonEmptyString",
2667
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3077
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2668
3078
  # },
2669
3079
  # ],
2670
3080
  # generator_id: [
2671
3081
  # {
2672
3082
  # value: "NonEmptyString",
2673
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3083
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2674
3084
  # },
2675
3085
  # ],
2676
3086
  # type: [
2677
3087
  # {
2678
3088
  # value: "NonEmptyString",
2679
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3089
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2680
3090
  # },
2681
3091
  # ],
2682
3092
  # first_observed_at: [
@@ -2736,7 +3146,7 @@ module Aws::SecurityHub
2736
3146
  # severity_label: [
2737
3147
  # {
2738
3148
  # value: "NonEmptyString",
2739
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3149
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2740
3150
  # },
2741
3151
  # ],
2742
3152
  # confidence: [
@@ -2756,87 +3166,87 @@ module Aws::SecurityHub
2756
3166
  # title: [
2757
3167
  # {
2758
3168
  # value: "NonEmptyString",
2759
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3169
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2760
3170
  # },
2761
3171
  # ],
2762
3172
  # description: [
2763
3173
  # {
2764
3174
  # value: "NonEmptyString",
2765
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3175
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2766
3176
  # },
2767
3177
  # ],
2768
3178
  # recommendation_text: [
2769
3179
  # {
2770
3180
  # value: "NonEmptyString",
2771
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3181
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2772
3182
  # },
2773
3183
  # ],
2774
3184
  # source_url: [
2775
3185
  # {
2776
3186
  # value: "NonEmptyString",
2777
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3187
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2778
3188
  # },
2779
3189
  # ],
2780
3190
  # product_fields: [
2781
3191
  # {
2782
3192
  # key: "NonEmptyString",
2783
3193
  # value: "NonEmptyString",
2784
- # comparison: "EQUALS", # accepts EQUALS
3194
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
2785
3195
  # },
2786
3196
  # ],
2787
3197
  # product_name: [
2788
3198
  # {
2789
3199
  # value: "NonEmptyString",
2790
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3200
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2791
3201
  # },
2792
3202
  # ],
2793
3203
  # company_name: [
2794
3204
  # {
2795
3205
  # value: "NonEmptyString",
2796
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3206
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2797
3207
  # },
2798
3208
  # ],
2799
3209
  # user_defined_fields: [
2800
3210
  # {
2801
3211
  # key: "NonEmptyString",
2802
3212
  # value: "NonEmptyString",
2803
- # comparison: "EQUALS", # accepts EQUALS
3213
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
2804
3214
  # },
2805
3215
  # ],
2806
3216
  # malware_name: [
2807
3217
  # {
2808
3218
  # value: "NonEmptyString",
2809
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3219
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2810
3220
  # },
2811
3221
  # ],
2812
3222
  # malware_type: [
2813
3223
  # {
2814
3224
  # value: "NonEmptyString",
2815
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3225
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2816
3226
  # },
2817
3227
  # ],
2818
3228
  # malware_path: [
2819
3229
  # {
2820
3230
  # value: "NonEmptyString",
2821
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3231
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2822
3232
  # },
2823
3233
  # ],
2824
3234
  # malware_state: [
2825
3235
  # {
2826
3236
  # value: "NonEmptyString",
2827
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3237
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2828
3238
  # },
2829
3239
  # ],
2830
3240
  # network_direction: [
2831
3241
  # {
2832
3242
  # value: "NonEmptyString",
2833
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3243
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2834
3244
  # },
2835
3245
  # ],
2836
3246
  # network_protocol: [
2837
3247
  # {
2838
3248
  # value: "NonEmptyString",
2839
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3249
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2840
3250
  # },
2841
3251
  # ],
2842
3252
  # network_source_ip_v4: [
@@ -2859,13 +3269,13 @@ module Aws::SecurityHub
2859
3269
  # network_source_domain: [
2860
3270
  # {
2861
3271
  # value: "NonEmptyString",
2862
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3272
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2863
3273
  # },
2864
3274
  # ],
2865
3275
  # network_source_mac: [
2866
3276
  # {
2867
3277
  # value: "NonEmptyString",
2868
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3278
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2869
3279
  # },
2870
3280
  # ],
2871
3281
  # network_destination_ip_v4: [
@@ -2888,19 +3298,19 @@ module Aws::SecurityHub
2888
3298
  # network_destination_domain: [
2889
3299
  # {
2890
3300
  # value: "NonEmptyString",
2891
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3301
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2892
3302
  # },
2893
3303
  # ],
2894
3304
  # process_name: [
2895
3305
  # {
2896
3306
  # value: "NonEmptyString",
2897
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3307
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2898
3308
  # },
2899
3309
  # ],
2900
3310
  # process_path: [
2901
3311
  # {
2902
3312
  # value: "NonEmptyString",
2903
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3313
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2904
3314
  # },
2905
3315
  # ],
2906
3316
  # process_pid: [
@@ -2940,19 +3350,19 @@ module Aws::SecurityHub
2940
3350
  # threat_intel_indicator_type: [
2941
3351
  # {
2942
3352
  # value: "NonEmptyString",
2943
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3353
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2944
3354
  # },
2945
3355
  # ],
2946
3356
  # threat_intel_indicator_value: [
2947
3357
  # {
2948
3358
  # value: "NonEmptyString",
2949
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3359
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2950
3360
  # },
2951
3361
  # ],
2952
3362
  # threat_intel_indicator_category: [
2953
3363
  # {
2954
3364
  # value: "NonEmptyString",
2955
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3365
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2956
3366
  # },
2957
3367
  # ],
2958
3368
  # threat_intel_indicator_last_observed_at: [
@@ -2968,56 +3378,56 @@ module Aws::SecurityHub
2968
3378
  # threat_intel_indicator_source: [
2969
3379
  # {
2970
3380
  # value: "NonEmptyString",
2971
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3381
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2972
3382
  # },
2973
3383
  # ],
2974
3384
  # threat_intel_indicator_source_url: [
2975
3385
  # {
2976
3386
  # value: "NonEmptyString",
2977
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3387
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2978
3388
  # },
2979
3389
  # ],
2980
3390
  # resource_type: [
2981
3391
  # {
2982
3392
  # value: "NonEmptyString",
2983
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3393
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2984
3394
  # },
2985
3395
  # ],
2986
3396
  # resource_id: [
2987
3397
  # {
2988
3398
  # value: "NonEmptyString",
2989
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3399
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2990
3400
  # },
2991
3401
  # ],
2992
3402
  # resource_partition: [
2993
3403
  # {
2994
3404
  # value: "NonEmptyString",
2995
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3405
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
2996
3406
  # },
2997
3407
  # ],
2998
3408
  # resource_region: [
2999
3409
  # {
3000
3410
  # value: "NonEmptyString",
3001
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3411
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3002
3412
  # },
3003
3413
  # ],
3004
3414
  # resource_tags: [
3005
3415
  # {
3006
3416
  # key: "NonEmptyString",
3007
3417
  # value: "NonEmptyString",
3008
- # comparison: "EQUALS", # accepts EQUALS
3418
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
3009
3419
  # },
3010
3420
  # ],
3011
3421
  # resource_aws_ec2_instance_type: [
3012
3422
  # {
3013
3423
  # value: "NonEmptyString",
3014
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3424
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3015
3425
  # },
3016
3426
  # ],
3017
3427
  # resource_aws_ec2_instance_image_id: [
3018
3428
  # {
3019
3429
  # value: "NonEmptyString",
3020
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3430
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3021
3431
  # },
3022
3432
  # ],
3023
3433
  # resource_aws_ec2_instance_ip_v4_addresses: [
@@ -3033,25 +3443,25 @@ module Aws::SecurityHub
3033
3443
  # resource_aws_ec2_instance_key_name: [
3034
3444
  # {
3035
3445
  # value: "NonEmptyString",
3036
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3446
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3037
3447
  # },
3038
3448
  # ],
3039
3449
  # resource_aws_ec2_instance_iam_instance_profile_arn: [
3040
3450
  # {
3041
3451
  # value: "NonEmptyString",
3042
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3452
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3043
3453
  # },
3044
3454
  # ],
3045
3455
  # resource_aws_ec2_instance_vpc_id: [
3046
3456
  # {
3047
3457
  # value: "NonEmptyString",
3048
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3458
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3049
3459
  # },
3050
3460
  # ],
3051
3461
  # resource_aws_ec2_instance_subnet_id: [
3052
3462
  # {
3053
3463
  # value: "NonEmptyString",
3054
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3464
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3055
3465
  # },
3056
3466
  # ],
3057
3467
  # resource_aws_ec2_instance_launched_at: [
@@ -3067,25 +3477,25 @@ module Aws::SecurityHub
3067
3477
  # resource_aws_s3_bucket_owner_id: [
3068
3478
  # {
3069
3479
  # value: "NonEmptyString",
3070
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3480
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3071
3481
  # },
3072
3482
  # ],
3073
3483
  # resource_aws_s3_bucket_owner_name: [
3074
3484
  # {
3075
3485
  # value: "NonEmptyString",
3076
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3486
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3077
3487
  # },
3078
3488
  # ],
3079
3489
  # resource_aws_iam_access_key_user_name: [
3080
3490
  # {
3081
3491
  # value: "NonEmptyString",
3082
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3492
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3083
3493
  # },
3084
3494
  # ],
3085
3495
  # resource_aws_iam_access_key_status: [
3086
3496
  # {
3087
3497
  # value: "NonEmptyString",
3088
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3498
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3089
3499
  # },
3090
3500
  # ],
3091
3501
  # resource_aws_iam_access_key_created_at: [
@@ -3101,19 +3511,19 @@ module Aws::SecurityHub
3101
3511
  # resource_container_name: [
3102
3512
  # {
3103
3513
  # value: "NonEmptyString",
3104
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3514
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3105
3515
  # },
3106
3516
  # ],
3107
3517
  # resource_container_image_id: [
3108
3518
  # {
3109
3519
  # value: "NonEmptyString",
3110
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3520
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3111
3521
  # },
3112
3522
  # ],
3113
3523
  # resource_container_image_name: [
3114
3524
  # {
3115
3525
  # value: "NonEmptyString",
3116
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3526
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3117
3527
  # },
3118
3528
  # ],
3119
3529
  # resource_container_launched_at: [
@@ -3130,55 +3540,55 @@ module Aws::SecurityHub
3130
3540
  # {
3131
3541
  # key: "NonEmptyString",
3132
3542
  # value: "NonEmptyString",
3133
- # comparison: "EQUALS", # accepts EQUALS
3543
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
3134
3544
  # },
3135
3545
  # ],
3136
3546
  # compliance_status: [
3137
3547
  # {
3138
3548
  # value: "NonEmptyString",
3139
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3549
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3140
3550
  # },
3141
3551
  # ],
3142
3552
  # verification_state: [
3143
3553
  # {
3144
3554
  # value: "NonEmptyString",
3145
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3555
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3146
3556
  # },
3147
3557
  # ],
3148
3558
  # workflow_state: [
3149
3559
  # {
3150
3560
  # value: "NonEmptyString",
3151
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3561
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3152
3562
  # },
3153
3563
  # ],
3154
3564
  # workflow_status: [
3155
3565
  # {
3156
3566
  # value: "NonEmptyString",
3157
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3567
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3158
3568
  # },
3159
3569
  # ],
3160
3570
  # record_state: [
3161
3571
  # {
3162
3572
  # value: "NonEmptyString",
3163
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3573
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3164
3574
  # },
3165
3575
  # ],
3166
3576
  # related_findings_product_arn: [
3167
3577
  # {
3168
3578
  # value: "NonEmptyString",
3169
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3579
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3170
3580
  # },
3171
3581
  # ],
3172
3582
  # related_findings_id: [
3173
3583
  # {
3174
3584
  # value: "NonEmptyString",
3175
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3585
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3176
3586
  # },
3177
3587
  # ],
3178
3588
  # note_text: [
3179
3589
  # {
3180
3590
  # value: "NonEmptyString",
3181
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3591
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3182
3592
  # },
3183
3593
  # ],
3184
3594
  # note_updated_at: [
@@ -3194,7 +3604,7 @@ module Aws::SecurityHub
3194
3604
  # note_updated_by: [
3195
3605
  # {
3196
3606
  # value: "NonEmptyString",
3197
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
3607
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
3198
3608
  # },
3199
3609
  # ],
3200
3610
  # keyword: [
@@ -3423,6 +3833,16 @@ module Aws::SecurityHub
3423
3833
  # resp.findings[0].resources[0].details.aws_ec2_vpc.ipv_6_cidr_block_association_set[0].cidr_block_state #=> String
3424
3834
  # resp.findings[0].resources[0].details.aws_ec2_vpc.dhcp_options_id #=> String
3425
3835
  # resp.findings[0].resources[0].details.aws_ec2_vpc.state #=> String
3836
+ # resp.findings[0].resources[0].details.aws_ec2_eip.instance_id #=> String
3837
+ # resp.findings[0].resources[0].details.aws_ec2_eip.public_ip #=> String
3838
+ # resp.findings[0].resources[0].details.aws_ec2_eip.allocation_id #=> String
3839
+ # resp.findings[0].resources[0].details.aws_ec2_eip.association_id #=> String
3840
+ # resp.findings[0].resources[0].details.aws_ec2_eip.domain #=> String
3841
+ # resp.findings[0].resources[0].details.aws_ec2_eip.public_ipv_4_pool #=> String
3842
+ # resp.findings[0].resources[0].details.aws_ec2_eip.network_border_group #=> String
3843
+ # resp.findings[0].resources[0].details.aws_ec2_eip.network_interface_id #=> String
3844
+ # resp.findings[0].resources[0].details.aws_ec2_eip.network_interface_owner_id #=> String
3845
+ # resp.findings[0].resources[0].details.aws_ec2_eip.private_ip_address #=> String
3426
3846
  # resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.availability_zones #=> Array
3427
3847
  # resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.availability_zones[0].zone_name #=> String
3428
3848
  # resp.findings[0].resources[0].details.aws_elbv_2_load_balancer.availability_zones[0].subnet_id #=> String
@@ -3468,12 +3888,115 @@ module Aws::SecurityHub
3468
3888
  # resp.findings[0].resources[0].details.aws_s3_object.content_type #=> String
3469
3889
  # resp.findings[0].resources[0].details.aws_s3_object.server_side_encryption #=> String
3470
3890
  # resp.findings[0].resources[0].details.aws_s3_object.ssekms_key_id #=> String
3891
+ # resp.findings[0].resources[0].details.aws_secrets_manager_secret.rotation_rules.automatically_after_days #=> Integer
3892
+ # resp.findings[0].resources[0].details.aws_secrets_manager_secret.rotation_occurred_within_frequency #=> Boolean
3893
+ # resp.findings[0].resources[0].details.aws_secrets_manager_secret.kms_key_id #=> String
3894
+ # resp.findings[0].resources[0].details.aws_secrets_manager_secret.rotation_enabled #=> Boolean
3895
+ # resp.findings[0].resources[0].details.aws_secrets_manager_secret.rotation_lambda_arn #=> String
3896
+ # resp.findings[0].resources[0].details.aws_secrets_manager_secret.deleted #=> Boolean
3897
+ # resp.findings[0].resources[0].details.aws_secrets_manager_secret.name #=> String
3898
+ # resp.findings[0].resources[0].details.aws_secrets_manager_secret.description #=> String
3471
3899
  # resp.findings[0].resources[0].details.aws_iam_access_key.user_name #=> String
3472
3900
  # resp.findings[0].resources[0].details.aws_iam_access_key.status #=> String, one of "Active", "Inactive"
3473
3901
  # resp.findings[0].resources[0].details.aws_iam_access_key.created_at #=> String
3474
3902
  # resp.findings[0].resources[0].details.aws_iam_access_key.principal_id #=> String
3475
3903
  # resp.findings[0].resources[0].details.aws_iam_access_key.principal_type #=> String
3476
3904
  # resp.findings[0].resources[0].details.aws_iam_access_key.principal_name #=> String
3905
+ # resp.findings[0].resources[0].details.aws_iam_user.attached_managed_policies #=> Array
3906
+ # resp.findings[0].resources[0].details.aws_iam_user.attached_managed_policies[0].policy_name #=> String
3907
+ # resp.findings[0].resources[0].details.aws_iam_user.attached_managed_policies[0].policy_arn #=> String
3908
+ # resp.findings[0].resources[0].details.aws_iam_user.create_date #=> String
3909
+ # resp.findings[0].resources[0].details.aws_iam_user.group_list #=> Array
3910
+ # resp.findings[0].resources[0].details.aws_iam_user.group_list[0] #=> String
3911
+ # resp.findings[0].resources[0].details.aws_iam_user.path #=> String
3912
+ # resp.findings[0].resources[0].details.aws_iam_user.permissions_boundary.permissions_boundary_arn #=> String
3913
+ # resp.findings[0].resources[0].details.aws_iam_user.permissions_boundary.permissions_boundary_type #=> String
3914
+ # resp.findings[0].resources[0].details.aws_iam_user.user_id #=> String
3915
+ # resp.findings[0].resources[0].details.aws_iam_user.user_name #=> String
3916
+ # resp.findings[0].resources[0].details.aws_iam_user.user_policy_list #=> Array
3917
+ # resp.findings[0].resources[0].details.aws_iam_user.user_policy_list[0].policy_name #=> String
3918
+ # resp.findings[0].resources[0].details.aws_iam_policy.attachment_count #=> Integer
3919
+ # resp.findings[0].resources[0].details.aws_iam_policy.create_date #=> String
3920
+ # resp.findings[0].resources[0].details.aws_iam_policy.default_version_id #=> String
3921
+ # resp.findings[0].resources[0].details.aws_iam_policy.description #=> String
3922
+ # resp.findings[0].resources[0].details.aws_iam_policy.is_attachable #=> Boolean
3923
+ # resp.findings[0].resources[0].details.aws_iam_policy.path #=> String
3924
+ # resp.findings[0].resources[0].details.aws_iam_policy.permissions_boundary_usage_count #=> Integer
3925
+ # resp.findings[0].resources[0].details.aws_iam_policy.policy_id #=> String
3926
+ # resp.findings[0].resources[0].details.aws_iam_policy.policy_name #=> String
3927
+ # resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list #=> Array
3928
+ # resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].version_id #=> String
3929
+ # resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].is_default_version #=> Boolean
3930
+ # resp.findings[0].resources[0].details.aws_iam_policy.policy_version_list[0].create_date #=> String
3931
+ # resp.findings[0].resources[0].details.aws_iam_policy.update_date #=> String
3932
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.attribute_definitions #=> Array
3933
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.attribute_definitions[0].attribute_name #=> String
3934
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.attribute_definitions[0].attribute_type #=> String
3935
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.billing_mode_summary.billing_mode #=> String
3936
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.billing_mode_summary.last_update_to_pay_per_request_date_time #=> String
3937
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.creation_date_time #=> String
3938
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes #=> Array
3939
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].backfilling #=> Boolean
3940
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].index_arn #=> String
3941
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].index_name #=> String
3942
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].index_size_bytes #=> Integer
3943
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].index_status #=> String
3944
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].item_count #=> Integer
3945
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].key_schema #=> Array
3946
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].key_schema[0].attribute_name #=> String
3947
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].key_schema[0].key_type #=> String
3948
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].projection.non_key_attributes #=> Array
3949
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].projection.non_key_attributes[0] #=> String
3950
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].projection.projection_type #=> String
3951
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.last_decrease_date_time #=> String
3952
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.last_increase_date_time #=> String
3953
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.number_of_decreases_today #=> Integer
3954
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.read_capacity_units #=> Integer
3955
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_secondary_indexes[0].provisioned_throughput.write_capacity_units #=> Integer
3956
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.global_table_version #=> String
3957
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.item_count #=> Integer
3958
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.key_schema #=> Array
3959
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.key_schema[0].attribute_name #=> String
3960
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.key_schema[0].key_type #=> String
3961
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.latest_stream_arn #=> String
3962
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.latest_stream_label #=> String
3963
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes #=> Array
3964
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].index_arn #=> String
3965
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].index_name #=> String
3966
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].key_schema #=> Array
3967
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].key_schema[0].attribute_name #=> String
3968
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].key_schema[0].key_type #=> String
3969
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].projection.non_key_attributes #=> Array
3970
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].projection.non_key_attributes[0] #=> String
3971
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.local_secondary_indexes[0].projection.projection_type #=> String
3972
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.last_decrease_date_time #=> String
3973
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.last_increase_date_time #=> String
3974
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.number_of_decreases_today #=> Integer
3975
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.read_capacity_units #=> Integer
3976
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.provisioned_throughput.write_capacity_units #=> Integer
3977
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas #=> Array
3978
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].global_secondary_indexes #=> Array
3979
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].global_secondary_indexes[0].index_name #=> String
3980
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].global_secondary_indexes[0].provisioned_throughput_override.read_capacity_units #=> Integer
3981
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].kms_master_key_id #=> String
3982
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].provisioned_throughput_override.read_capacity_units #=> Integer
3983
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].region_name #=> String
3984
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].replica_status #=> String
3985
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.replicas[0].replica_status_description #=> String
3986
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.restore_summary.source_backup_arn #=> String
3987
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.restore_summary.source_table_arn #=> String
3988
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.restore_summary.restore_date_time #=> String
3989
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.restore_summary.restore_in_progress #=> Boolean
3990
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.sse_description.inaccessible_encryption_date_time #=> String
3991
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.sse_description.status #=> String
3992
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.sse_description.sse_type #=> String
3993
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.sse_description.kms_master_key_arn #=> String
3994
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.stream_specification.stream_enabled #=> Boolean
3995
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.stream_specification.stream_view_type #=> String
3996
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.table_id #=> String
3997
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.table_name #=> String
3998
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.table_size_bytes #=> Integer
3999
+ # resp.findings[0].resources[0].details.aws_dynamo_db_table.table_status #=> String
3477
4000
  # resp.findings[0].resources[0].details.aws_iam_role.assume_role_policy_document #=> String
3478
4001
  # resp.findings[0].resources[0].details.aws_iam_role.create_date #=> String
3479
4002
  # resp.findings[0].resources[0].details.aws_iam_role.role_id #=> String
@@ -3486,6 +4009,7 @@ module Aws::SecurityHub
3486
4009
  # resp.findings[0].resources[0].details.aws_kms_key.key_manager #=> String
3487
4010
  # resp.findings[0].resources[0].details.aws_kms_key.key_state #=> String
3488
4011
  # resp.findings[0].resources[0].details.aws_kms_key.origin #=> String
4012
+ # resp.findings[0].resources[0].details.aws_kms_key.description #=> String
3489
4013
  # resp.findings[0].resources[0].details.aws_lambda_function.code.s3_bucket #=> String
3490
4014
  # resp.findings[0].resources[0].details.aws_lambda_function.code.s3_key #=> String
3491
4015
  # resp.findings[0].resources[0].details.aws_lambda_function.code.s3_object_version #=> String
@@ -3546,6 +4070,91 @@ module Aws::SecurityHub
3546
4070
  # resp.findings[0].resources[0].details.aws_rds_db_instance.vpc_security_groups #=> Array
3547
4071
  # resp.findings[0].resources[0].details.aws_rds_db_instance.vpc_security_groups[0].vpc_security_group_id #=> String
3548
4072
  # resp.findings[0].resources[0].details.aws_rds_db_instance.vpc_security_groups[0].status #=> String
4073
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.multi_az #=> Boolean
4074
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.enhanced_monitoring_resource_arn #=> String
4075
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_instance_status #=> String
4076
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.master_username #=> String
4077
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.allocated_storage #=> Integer
4078
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.preferred_backup_window #=> String
4079
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.backup_retention_period #=> Integer
4080
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_security_groups #=> Array
4081
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_security_groups[0] #=> String
4082
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_parameter_groups #=> Array
4083
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_parameter_groups[0].db_parameter_group_name #=> String
4084
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_parameter_groups[0].parameter_apply_status #=> String
4085
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.availability_zone #=> String
4086
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.db_subnet_group_name #=> String
4087
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.db_subnet_group_description #=> String
4088
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.vpc_id #=> String
4089
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnet_group_status #=> String
4090
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnets #=> Array
4091
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
4092
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
4093
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.subnets[0].subnet_status #=> String
4094
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.db_subnet_group.db_subnet_group_arn #=> String
4095
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.preferred_maintenance_window #=> String
4096
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.db_instance_class #=> String
4097
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.allocated_storage #=> Integer
4098
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.master_user_password #=> String
4099
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.port #=> Integer
4100
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.backup_retention_period #=> Integer
4101
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.multi_az #=> Boolean
4102
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.engine_version #=> String
4103
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.license_model #=> String
4104
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.iops #=> Integer
4105
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.db_instance_identifier #=> String
4106
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.storage_type #=> String
4107
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.ca_certificate_identifier #=> String
4108
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.db_subnet_group_name #=> String
4109
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.pending_cloud_watch_logs_exports.log_types_to_enable #=> Array
4110
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.pending_cloud_watch_logs_exports.log_types_to_enable[0] #=> String
4111
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.pending_cloud_watch_logs_exports.log_types_to_disable #=> Array
4112
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.pending_cloud_watch_logs_exports.log_types_to_disable[0] #=> String
4113
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.processor_features #=> Array
4114
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.processor_features[0].name #=> String
4115
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.pending_modified_values.processor_features[0].value #=> String
4116
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.latest_restorable_time #=> String
4117
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.auto_minor_version_upgrade #=> Boolean
4118
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_source_db_instance_identifier #=> String
4119
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_db_instance_identifiers #=> Array
4120
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_db_instance_identifiers[0] #=> String
4121
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_db_cluster_identifiers #=> Array
4122
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.read_replica_db_cluster_identifiers[0] #=> String
4123
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.license_model #=> String
4124
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.iops #=> Integer
4125
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.option_group_memberships #=> Array
4126
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.option_group_memberships[0].option_group_name #=> String
4127
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.option_group_memberships[0].status #=> String
4128
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.character_set_name #=> String
4129
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.secondary_availability_zone #=> String
4130
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos #=> Array
4131
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos[0].status_type #=> String
4132
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos[0].normal #=> Boolean
4133
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos[0].status #=> String
4134
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.status_infos[0].message #=> String
4135
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.storage_type #=> String
4136
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships #=> Array
4137
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships[0].domain #=> String
4138
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships[0].status #=> String
4139
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships[0].fqdn #=> String
4140
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.domain_memberships[0].iam_role_name #=> String
4141
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.copy_tags_to_snapshot #=> Boolean
4142
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.monitoring_interval #=> Integer
4143
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.monitoring_role_arn #=> String
4144
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.promotion_tier #=> Integer
4145
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.timezone #=> String
4146
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.performance_insights_enabled #=> Boolean
4147
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.performance_insights_kms_key_id #=> String
4148
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.performance_insights_retention_period #=> Integer
4149
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.enabled_cloud_watch_logs_exports #=> Array
4150
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.enabled_cloud_watch_logs_exports[0] #=> String
4151
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.processor_features #=> Array
4152
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.processor_features[0].name #=> String
4153
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.processor_features[0].value #=> String
4154
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.listener_endpoint.address #=> String
4155
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.listener_endpoint.port #=> Integer
4156
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.listener_endpoint.hosted_zone_id #=> String
4157
+ # resp.findings[0].resources[0].details.aws_rds_db_instance.max_allocated_storage #=> Integer
3549
4158
  # resp.findings[0].resources[0].details.aws_sns_topic.kms_master_key_id #=> String
3550
4159
  # resp.findings[0].resources[0].details.aws_sns_topic.subscription #=> Array
3551
4160
  # resp.findings[0].resources[0].details.aws_sns_topic.subscription[0].endpoint #=> String
@@ -3567,6 +4176,109 @@ module Aws::SecurityHub
3567
4176
  # resp.findings[0].resources[0].details.aws_waf_web_acl.rules[0].rule_id #=> String
3568
4177
  # resp.findings[0].resources[0].details.aws_waf_web_acl.rules[0].type #=> String
3569
4178
  # resp.findings[0].resources[0].details.aws_waf_web_acl.web_acl_id #=> String
4179
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.db_snapshot_identifier #=> String
4180
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.db_instance_identifier #=> String
4181
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.snapshot_create_time #=> String
4182
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.engine #=> String
4183
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.allocated_storage #=> Integer
4184
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.status #=> String
4185
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.port #=> Integer
4186
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.availability_zone #=> String
4187
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.vpc_id #=> String
4188
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.instance_create_time #=> String
4189
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.master_username #=> String
4190
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.engine_version #=> String
4191
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.license_model #=> String
4192
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.snapshot_type #=> String
4193
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.iops #=> Integer
4194
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.option_group_name #=> String
4195
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.percent_progress #=> Integer
4196
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.source_region #=> String
4197
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.source_db_snapshot_identifier #=> String
4198
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.storage_type #=> String
4199
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.tde_credential_arn #=> String
4200
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.encrypted #=> Boolean
4201
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.kms_key_id #=> String
4202
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.timezone #=> String
4203
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.iam_database_authentication_enabled #=> Boolean
4204
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.processor_features #=> Array
4205
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.processor_features[0].name #=> String
4206
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.processor_features[0].value #=> String
4207
+ # resp.findings[0].resources[0].details.aws_rds_db_snapshot.dbi_resource_id #=> String
4208
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.availability_zones #=> Array
4209
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.availability_zones[0] #=> String
4210
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.snapshot_create_time #=> String
4211
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.engine #=> String
4212
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.allocated_storage #=> Integer
4213
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.status #=> String
4214
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.port #=> Integer
4215
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.vpc_id #=> String
4216
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.cluster_create_time #=> String
4217
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.master_username #=> String
4218
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.engine_version #=> String
4219
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.license_model #=> String
4220
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.snapshot_type #=> String
4221
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.percent_progress #=> Integer
4222
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.storage_encrypted #=> Boolean
4223
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.kms_key_id #=> String
4224
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.db_cluster_identifier #=> String
4225
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.db_cluster_snapshot_identifier #=> String
4226
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean
4227
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.allocated_storage #=> Integer
4228
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.availability_zones #=> Array
4229
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.availability_zones[0] #=> String
4230
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.backup_retention_period #=> Integer
4231
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.database_name #=> String
4232
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.status #=> String
4233
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.endpoint #=> String
4234
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.reader_endpoint #=> String
4235
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.custom_endpoints #=> Array
4236
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.custom_endpoints[0] #=> String
4237
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.multi_az #=> Boolean
4238
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.engine #=> String
4239
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.engine_version #=> String
4240
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.port #=> Integer
4241
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.master_username #=> String
4242
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.preferred_backup_window #=> String
4243
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.preferred_maintenance_window #=> String
4244
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.read_replica_identifiers #=> Array
4245
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.read_replica_identifiers[0] #=> String
4246
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.vpc_security_groups #=> Array
4247
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.vpc_security_groups[0].vpc_security_group_id #=> String
4248
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.vpc_security_groups[0].status #=> String
4249
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.hosted_zone_id #=> String
4250
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.storage_encrypted #=> Boolean
4251
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.kms_key_id #=> String
4252
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_resource_id #=> String
4253
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.associated_roles #=> Array
4254
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.associated_roles[0].role_arn #=> String
4255
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.associated_roles[0].status #=> String
4256
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.cluster_create_time #=> String
4257
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.enabled_cloud_watch_logs_exports #=> Array
4258
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.enabled_cloud_watch_logs_exports[0] #=> String
4259
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.engine_mode #=> String
4260
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.deletion_protection #=> Boolean
4261
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.http_endpoint_enabled #=> Boolean
4262
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.activity_stream_status #=> String
4263
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.copy_tags_to_snapshot #=> Boolean
4264
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.cross_account_clone #=> Boolean
4265
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships #=> Array
4266
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships[0].domain #=> String
4267
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships[0].status #=> String
4268
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships[0].fqdn #=> String
4269
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.domain_memberships[0].iam_role_name #=> String
4270
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_parameter_group #=> String
4271
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_subnet_group #=> String
4272
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_option_group_memberships #=> Array
4273
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_option_group_memberships[0].db_cluster_option_group_name #=> String
4274
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_option_group_memberships[0].status #=> String
4275
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_identifier #=> String
4276
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members #=> Array
4277
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].is_cluster_writer #=> Boolean
4278
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].promotion_tier #=> Integer
4279
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_instance_identifier #=> String
4280
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.db_cluster_members[0].db_cluster_parameter_group_status #=> String
4281
+ # resp.findings[0].resources[0].details.aws_rds_db_cluster.iam_database_authentication_enabled #=> Boolean
3570
4282
  # resp.findings[0].resources[0].details.container.name #=> String
3571
4283
  # resp.findings[0].resources[0].details.container.image_id #=> String
3572
4284
  # resp.findings[0].resources[0].details.container.image_name #=> String
@@ -3694,19 +4406,19 @@ module Aws::SecurityHub
3694
4406
  # resp.insights[0].name #=> String
3695
4407
  # resp.insights[0].filters.product_arn #=> Array
3696
4408
  # resp.insights[0].filters.product_arn[0].value #=> String
3697
- # resp.insights[0].filters.product_arn[0].comparison #=> String, one of "EQUALS", "PREFIX"
4409
+ # resp.insights[0].filters.product_arn[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3698
4410
  # resp.insights[0].filters.aws_account_id #=> Array
3699
4411
  # resp.insights[0].filters.aws_account_id[0].value #=> String
3700
- # resp.insights[0].filters.aws_account_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4412
+ # resp.insights[0].filters.aws_account_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3701
4413
  # resp.insights[0].filters.id #=> Array
3702
4414
  # resp.insights[0].filters.id[0].value #=> String
3703
- # resp.insights[0].filters.id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4415
+ # resp.insights[0].filters.id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3704
4416
  # resp.insights[0].filters.generator_id #=> Array
3705
4417
  # resp.insights[0].filters.generator_id[0].value #=> String
3706
- # resp.insights[0].filters.generator_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4418
+ # resp.insights[0].filters.generator_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3707
4419
  # resp.insights[0].filters.type #=> Array
3708
4420
  # resp.insights[0].filters.type[0].value #=> String
3709
- # resp.insights[0].filters.type[0].comparison #=> String, one of "EQUALS", "PREFIX"
4421
+ # resp.insights[0].filters.type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3710
4422
  # resp.insights[0].filters.first_observed_at #=> Array
3711
4423
  # resp.insights[0].filters.first_observed_at[0].start #=> String
3712
4424
  # resp.insights[0].filters.first_observed_at[0].end #=> String
@@ -3737,7 +4449,7 @@ module Aws::SecurityHub
3737
4449
  # resp.insights[0].filters.severity_normalized[0].eq #=> Float
3738
4450
  # resp.insights[0].filters.severity_label #=> Array
3739
4451
  # resp.insights[0].filters.severity_label[0].value #=> String
3740
- # resp.insights[0].filters.severity_label[0].comparison #=> String, one of "EQUALS", "PREFIX"
4452
+ # resp.insights[0].filters.severity_label[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3741
4453
  # resp.insights[0].filters.confidence #=> Array
3742
4454
  # resp.insights[0].filters.confidence[0].gte #=> Float
3743
4455
  # resp.insights[0].filters.confidence[0].lte #=> Float
@@ -3748,48 +4460,48 @@ module Aws::SecurityHub
3748
4460
  # resp.insights[0].filters.criticality[0].eq #=> Float
3749
4461
  # resp.insights[0].filters.title #=> Array
3750
4462
  # resp.insights[0].filters.title[0].value #=> String
3751
- # resp.insights[0].filters.title[0].comparison #=> String, one of "EQUALS", "PREFIX"
4463
+ # resp.insights[0].filters.title[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3752
4464
  # resp.insights[0].filters.description #=> Array
3753
4465
  # resp.insights[0].filters.description[0].value #=> String
3754
- # resp.insights[0].filters.description[0].comparison #=> String, one of "EQUALS", "PREFIX"
4466
+ # resp.insights[0].filters.description[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3755
4467
  # resp.insights[0].filters.recommendation_text #=> Array
3756
4468
  # resp.insights[0].filters.recommendation_text[0].value #=> String
3757
- # resp.insights[0].filters.recommendation_text[0].comparison #=> String, one of "EQUALS", "PREFIX"
4469
+ # resp.insights[0].filters.recommendation_text[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3758
4470
  # resp.insights[0].filters.source_url #=> Array
3759
4471
  # resp.insights[0].filters.source_url[0].value #=> String
3760
- # resp.insights[0].filters.source_url[0].comparison #=> String, one of "EQUALS", "PREFIX"
4472
+ # resp.insights[0].filters.source_url[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3761
4473
  # resp.insights[0].filters.product_fields #=> Array
3762
4474
  # resp.insights[0].filters.product_fields[0].key #=> String
3763
4475
  # resp.insights[0].filters.product_fields[0].value #=> String
3764
- # resp.insights[0].filters.product_fields[0].comparison #=> String, one of "EQUALS"
4476
+ # resp.insights[0].filters.product_fields[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
3765
4477
  # resp.insights[0].filters.product_name #=> Array
3766
4478
  # resp.insights[0].filters.product_name[0].value #=> String
3767
- # resp.insights[0].filters.product_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
4479
+ # resp.insights[0].filters.product_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3768
4480
  # resp.insights[0].filters.company_name #=> Array
3769
4481
  # resp.insights[0].filters.company_name[0].value #=> String
3770
- # resp.insights[0].filters.company_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
4482
+ # resp.insights[0].filters.company_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3771
4483
  # resp.insights[0].filters.user_defined_fields #=> Array
3772
4484
  # resp.insights[0].filters.user_defined_fields[0].key #=> String
3773
4485
  # resp.insights[0].filters.user_defined_fields[0].value #=> String
3774
- # resp.insights[0].filters.user_defined_fields[0].comparison #=> String, one of "EQUALS"
4486
+ # resp.insights[0].filters.user_defined_fields[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
3775
4487
  # resp.insights[0].filters.malware_name #=> Array
3776
4488
  # resp.insights[0].filters.malware_name[0].value #=> String
3777
- # resp.insights[0].filters.malware_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
4489
+ # resp.insights[0].filters.malware_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3778
4490
  # resp.insights[0].filters.malware_type #=> Array
3779
4491
  # resp.insights[0].filters.malware_type[0].value #=> String
3780
- # resp.insights[0].filters.malware_type[0].comparison #=> String, one of "EQUALS", "PREFIX"
4492
+ # resp.insights[0].filters.malware_type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3781
4493
  # resp.insights[0].filters.malware_path #=> Array
3782
4494
  # resp.insights[0].filters.malware_path[0].value #=> String
3783
- # resp.insights[0].filters.malware_path[0].comparison #=> String, one of "EQUALS", "PREFIX"
4495
+ # resp.insights[0].filters.malware_path[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3784
4496
  # resp.insights[0].filters.malware_state #=> Array
3785
4497
  # resp.insights[0].filters.malware_state[0].value #=> String
3786
- # resp.insights[0].filters.malware_state[0].comparison #=> String, one of "EQUALS", "PREFIX"
4498
+ # resp.insights[0].filters.malware_state[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3787
4499
  # resp.insights[0].filters.network_direction #=> Array
3788
4500
  # resp.insights[0].filters.network_direction[0].value #=> String
3789
- # resp.insights[0].filters.network_direction[0].comparison #=> String, one of "EQUALS", "PREFIX"
4501
+ # resp.insights[0].filters.network_direction[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3790
4502
  # resp.insights[0].filters.network_protocol #=> Array
3791
4503
  # resp.insights[0].filters.network_protocol[0].value #=> String
3792
- # resp.insights[0].filters.network_protocol[0].comparison #=> String, one of "EQUALS", "PREFIX"
4504
+ # resp.insights[0].filters.network_protocol[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3793
4505
  # resp.insights[0].filters.network_source_ip_v4 #=> Array
3794
4506
  # resp.insights[0].filters.network_source_ip_v4[0].cidr #=> String
3795
4507
  # resp.insights[0].filters.network_source_ip_v6 #=> Array
@@ -3800,10 +4512,10 @@ module Aws::SecurityHub
3800
4512
  # resp.insights[0].filters.network_source_port[0].eq #=> Float
3801
4513
  # resp.insights[0].filters.network_source_domain #=> Array
3802
4514
  # resp.insights[0].filters.network_source_domain[0].value #=> String
3803
- # resp.insights[0].filters.network_source_domain[0].comparison #=> String, one of "EQUALS", "PREFIX"
4515
+ # resp.insights[0].filters.network_source_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3804
4516
  # resp.insights[0].filters.network_source_mac #=> Array
3805
4517
  # resp.insights[0].filters.network_source_mac[0].value #=> String
3806
- # resp.insights[0].filters.network_source_mac[0].comparison #=> String, one of "EQUALS", "PREFIX"
4518
+ # resp.insights[0].filters.network_source_mac[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3807
4519
  # resp.insights[0].filters.network_destination_ip_v4 #=> Array
3808
4520
  # resp.insights[0].filters.network_destination_ip_v4[0].cidr #=> String
3809
4521
  # resp.insights[0].filters.network_destination_ip_v6 #=> Array
@@ -3814,13 +4526,13 @@ module Aws::SecurityHub
3814
4526
  # resp.insights[0].filters.network_destination_port[0].eq #=> Float
3815
4527
  # resp.insights[0].filters.network_destination_domain #=> Array
3816
4528
  # resp.insights[0].filters.network_destination_domain[0].value #=> String
3817
- # resp.insights[0].filters.network_destination_domain[0].comparison #=> String, one of "EQUALS", "PREFIX"
4529
+ # resp.insights[0].filters.network_destination_domain[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3818
4530
  # resp.insights[0].filters.process_name #=> Array
3819
4531
  # resp.insights[0].filters.process_name[0].value #=> String
3820
- # resp.insights[0].filters.process_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
4532
+ # resp.insights[0].filters.process_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3821
4533
  # resp.insights[0].filters.process_path #=> Array
3822
4534
  # resp.insights[0].filters.process_path[0].value #=> String
3823
- # resp.insights[0].filters.process_path[0].comparison #=> String, one of "EQUALS", "PREFIX"
4535
+ # resp.insights[0].filters.process_path[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3824
4536
  # resp.insights[0].filters.process_pid #=> Array
3825
4537
  # resp.insights[0].filters.process_pid[0].gte #=> Float
3826
4538
  # resp.insights[0].filters.process_pid[0].lte #=> Float
@@ -3841,13 +4553,13 @@ module Aws::SecurityHub
3841
4553
  # resp.insights[0].filters.process_terminated_at[0].date_range.unit #=> String, one of "DAYS"
3842
4554
  # resp.insights[0].filters.threat_intel_indicator_type #=> Array
3843
4555
  # resp.insights[0].filters.threat_intel_indicator_type[0].value #=> String
3844
- # resp.insights[0].filters.threat_intel_indicator_type[0].comparison #=> String, one of "EQUALS", "PREFIX"
4556
+ # resp.insights[0].filters.threat_intel_indicator_type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3845
4557
  # resp.insights[0].filters.threat_intel_indicator_value #=> Array
3846
4558
  # resp.insights[0].filters.threat_intel_indicator_value[0].value #=> String
3847
- # resp.insights[0].filters.threat_intel_indicator_value[0].comparison #=> String, one of "EQUALS", "PREFIX"
4559
+ # resp.insights[0].filters.threat_intel_indicator_value[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3848
4560
  # resp.insights[0].filters.threat_intel_indicator_category #=> Array
3849
4561
  # resp.insights[0].filters.threat_intel_indicator_category[0].value #=> String
3850
- # resp.insights[0].filters.threat_intel_indicator_category[0].comparison #=> String, one of "EQUALS", "PREFIX"
4562
+ # resp.insights[0].filters.threat_intel_indicator_category[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3851
4563
  # resp.insights[0].filters.threat_intel_indicator_last_observed_at #=> Array
3852
4564
  # resp.insights[0].filters.threat_intel_indicator_last_observed_at[0].start #=> String
3853
4565
  # resp.insights[0].filters.threat_intel_indicator_last_observed_at[0].end #=> String
@@ -3855,48 +4567,48 @@ module Aws::SecurityHub
3855
4567
  # resp.insights[0].filters.threat_intel_indicator_last_observed_at[0].date_range.unit #=> String, one of "DAYS"
3856
4568
  # resp.insights[0].filters.threat_intel_indicator_source #=> Array
3857
4569
  # resp.insights[0].filters.threat_intel_indicator_source[0].value #=> String
3858
- # resp.insights[0].filters.threat_intel_indicator_source[0].comparison #=> String, one of "EQUALS", "PREFIX"
4570
+ # resp.insights[0].filters.threat_intel_indicator_source[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3859
4571
  # resp.insights[0].filters.threat_intel_indicator_source_url #=> Array
3860
4572
  # resp.insights[0].filters.threat_intel_indicator_source_url[0].value #=> String
3861
- # resp.insights[0].filters.threat_intel_indicator_source_url[0].comparison #=> String, one of "EQUALS", "PREFIX"
4573
+ # resp.insights[0].filters.threat_intel_indicator_source_url[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3862
4574
  # resp.insights[0].filters.resource_type #=> Array
3863
4575
  # resp.insights[0].filters.resource_type[0].value #=> String
3864
- # resp.insights[0].filters.resource_type[0].comparison #=> String, one of "EQUALS", "PREFIX"
4576
+ # resp.insights[0].filters.resource_type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3865
4577
  # resp.insights[0].filters.resource_id #=> Array
3866
4578
  # resp.insights[0].filters.resource_id[0].value #=> String
3867
- # resp.insights[0].filters.resource_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4579
+ # resp.insights[0].filters.resource_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3868
4580
  # resp.insights[0].filters.resource_partition #=> Array
3869
4581
  # resp.insights[0].filters.resource_partition[0].value #=> String
3870
- # resp.insights[0].filters.resource_partition[0].comparison #=> String, one of "EQUALS", "PREFIX"
4582
+ # resp.insights[0].filters.resource_partition[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3871
4583
  # resp.insights[0].filters.resource_region #=> Array
3872
4584
  # resp.insights[0].filters.resource_region[0].value #=> String
3873
- # resp.insights[0].filters.resource_region[0].comparison #=> String, one of "EQUALS", "PREFIX"
4585
+ # resp.insights[0].filters.resource_region[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3874
4586
  # resp.insights[0].filters.resource_tags #=> Array
3875
4587
  # resp.insights[0].filters.resource_tags[0].key #=> String
3876
4588
  # resp.insights[0].filters.resource_tags[0].value #=> String
3877
- # resp.insights[0].filters.resource_tags[0].comparison #=> String, one of "EQUALS"
4589
+ # resp.insights[0].filters.resource_tags[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
3878
4590
  # resp.insights[0].filters.resource_aws_ec2_instance_type #=> Array
3879
4591
  # resp.insights[0].filters.resource_aws_ec2_instance_type[0].value #=> String
3880
- # resp.insights[0].filters.resource_aws_ec2_instance_type[0].comparison #=> String, one of "EQUALS", "PREFIX"
4592
+ # resp.insights[0].filters.resource_aws_ec2_instance_type[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3881
4593
  # resp.insights[0].filters.resource_aws_ec2_instance_image_id #=> Array
3882
4594
  # resp.insights[0].filters.resource_aws_ec2_instance_image_id[0].value #=> String
3883
- # resp.insights[0].filters.resource_aws_ec2_instance_image_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4595
+ # resp.insights[0].filters.resource_aws_ec2_instance_image_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3884
4596
  # resp.insights[0].filters.resource_aws_ec2_instance_ip_v4_addresses #=> Array
3885
4597
  # resp.insights[0].filters.resource_aws_ec2_instance_ip_v4_addresses[0].cidr #=> String
3886
4598
  # resp.insights[0].filters.resource_aws_ec2_instance_ip_v6_addresses #=> Array
3887
4599
  # resp.insights[0].filters.resource_aws_ec2_instance_ip_v6_addresses[0].cidr #=> String
3888
4600
  # resp.insights[0].filters.resource_aws_ec2_instance_key_name #=> Array
3889
4601
  # resp.insights[0].filters.resource_aws_ec2_instance_key_name[0].value #=> String
3890
- # resp.insights[0].filters.resource_aws_ec2_instance_key_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
4602
+ # resp.insights[0].filters.resource_aws_ec2_instance_key_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3891
4603
  # resp.insights[0].filters.resource_aws_ec2_instance_iam_instance_profile_arn #=> Array
3892
4604
  # resp.insights[0].filters.resource_aws_ec2_instance_iam_instance_profile_arn[0].value #=> String
3893
- # resp.insights[0].filters.resource_aws_ec2_instance_iam_instance_profile_arn[0].comparison #=> String, one of "EQUALS", "PREFIX"
4605
+ # resp.insights[0].filters.resource_aws_ec2_instance_iam_instance_profile_arn[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3894
4606
  # resp.insights[0].filters.resource_aws_ec2_instance_vpc_id #=> Array
3895
4607
  # resp.insights[0].filters.resource_aws_ec2_instance_vpc_id[0].value #=> String
3896
- # resp.insights[0].filters.resource_aws_ec2_instance_vpc_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4608
+ # resp.insights[0].filters.resource_aws_ec2_instance_vpc_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3897
4609
  # resp.insights[0].filters.resource_aws_ec2_instance_subnet_id #=> Array
3898
4610
  # resp.insights[0].filters.resource_aws_ec2_instance_subnet_id[0].value #=> String
3899
- # resp.insights[0].filters.resource_aws_ec2_instance_subnet_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4611
+ # resp.insights[0].filters.resource_aws_ec2_instance_subnet_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3900
4612
  # resp.insights[0].filters.resource_aws_ec2_instance_launched_at #=> Array
3901
4613
  # resp.insights[0].filters.resource_aws_ec2_instance_launched_at[0].start #=> String
3902
4614
  # resp.insights[0].filters.resource_aws_ec2_instance_launched_at[0].end #=> String
@@ -3904,16 +4616,16 @@ module Aws::SecurityHub
3904
4616
  # resp.insights[0].filters.resource_aws_ec2_instance_launched_at[0].date_range.unit #=> String, one of "DAYS"
3905
4617
  # resp.insights[0].filters.resource_aws_s3_bucket_owner_id #=> Array
3906
4618
  # resp.insights[0].filters.resource_aws_s3_bucket_owner_id[0].value #=> String
3907
- # resp.insights[0].filters.resource_aws_s3_bucket_owner_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4619
+ # resp.insights[0].filters.resource_aws_s3_bucket_owner_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3908
4620
  # resp.insights[0].filters.resource_aws_s3_bucket_owner_name #=> Array
3909
4621
  # resp.insights[0].filters.resource_aws_s3_bucket_owner_name[0].value #=> String
3910
- # resp.insights[0].filters.resource_aws_s3_bucket_owner_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
4622
+ # resp.insights[0].filters.resource_aws_s3_bucket_owner_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3911
4623
  # resp.insights[0].filters.resource_aws_iam_access_key_user_name #=> Array
3912
4624
  # resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].value #=> String
3913
- # resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
4625
+ # resp.insights[0].filters.resource_aws_iam_access_key_user_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3914
4626
  # resp.insights[0].filters.resource_aws_iam_access_key_status #=> Array
3915
4627
  # resp.insights[0].filters.resource_aws_iam_access_key_status[0].value #=> String
3916
- # resp.insights[0].filters.resource_aws_iam_access_key_status[0].comparison #=> String, one of "EQUALS", "PREFIX"
4628
+ # resp.insights[0].filters.resource_aws_iam_access_key_status[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3917
4629
  # resp.insights[0].filters.resource_aws_iam_access_key_created_at #=> Array
3918
4630
  # resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].start #=> String
3919
4631
  # resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].end #=> String
@@ -3921,13 +4633,13 @@ module Aws::SecurityHub
3921
4633
  # resp.insights[0].filters.resource_aws_iam_access_key_created_at[0].date_range.unit #=> String, one of "DAYS"
3922
4634
  # resp.insights[0].filters.resource_container_name #=> Array
3923
4635
  # resp.insights[0].filters.resource_container_name[0].value #=> String
3924
- # resp.insights[0].filters.resource_container_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
4636
+ # resp.insights[0].filters.resource_container_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3925
4637
  # resp.insights[0].filters.resource_container_image_id #=> Array
3926
4638
  # resp.insights[0].filters.resource_container_image_id[0].value #=> String
3927
- # resp.insights[0].filters.resource_container_image_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4639
+ # resp.insights[0].filters.resource_container_image_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3928
4640
  # resp.insights[0].filters.resource_container_image_name #=> Array
3929
4641
  # resp.insights[0].filters.resource_container_image_name[0].value #=> String
3930
- # resp.insights[0].filters.resource_container_image_name[0].comparison #=> String, one of "EQUALS", "PREFIX"
4642
+ # resp.insights[0].filters.resource_container_image_name[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3931
4643
  # resp.insights[0].filters.resource_container_launched_at #=> Array
3932
4644
  # resp.insights[0].filters.resource_container_launched_at[0].start #=> String
3933
4645
  # resp.insights[0].filters.resource_container_launched_at[0].end #=> String
@@ -3936,31 +4648,31 @@ module Aws::SecurityHub
3936
4648
  # resp.insights[0].filters.resource_details_other #=> Array
3937
4649
  # resp.insights[0].filters.resource_details_other[0].key #=> String
3938
4650
  # resp.insights[0].filters.resource_details_other[0].value #=> String
3939
- # resp.insights[0].filters.resource_details_other[0].comparison #=> String, one of "EQUALS"
4651
+ # resp.insights[0].filters.resource_details_other[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
3940
4652
  # resp.insights[0].filters.compliance_status #=> Array
3941
4653
  # resp.insights[0].filters.compliance_status[0].value #=> String
3942
- # resp.insights[0].filters.compliance_status[0].comparison #=> String, one of "EQUALS", "PREFIX"
4654
+ # resp.insights[0].filters.compliance_status[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3943
4655
  # resp.insights[0].filters.verification_state #=> Array
3944
4656
  # resp.insights[0].filters.verification_state[0].value #=> String
3945
- # resp.insights[0].filters.verification_state[0].comparison #=> String, one of "EQUALS", "PREFIX"
4657
+ # resp.insights[0].filters.verification_state[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3946
4658
  # resp.insights[0].filters.workflow_state #=> Array
3947
4659
  # resp.insights[0].filters.workflow_state[0].value #=> String
3948
- # resp.insights[0].filters.workflow_state[0].comparison #=> String, one of "EQUALS", "PREFIX"
4660
+ # resp.insights[0].filters.workflow_state[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3949
4661
  # resp.insights[0].filters.workflow_status #=> Array
3950
4662
  # resp.insights[0].filters.workflow_status[0].value #=> String
3951
- # resp.insights[0].filters.workflow_status[0].comparison #=> String, one of "EQUALS", "PREFIX"
4663
+ # resp.insights[0].filters.workflow_status[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3952
4664
  # resp.insights[0].filters.record_state #=> Array
3953
4665
  # resp.insights[0].filters.record_state[0].value #=> String
3954
- # resp.insights[0].filters.record_state[0].comparison #=> String, one of "EQUALS", "PREFIX"
4666
+ # resp.insights[0].filters.record_state[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3955
4667
  # resp.insights[0].filters.related_findings_product_arn #=> Array
3956
4668
  # resp.insights[0].filters.related_findings_product_arn[0].value #=> String
3957
- # resp.insights[0].filters.related_findings_product_arn[0].comparison #=> String, one of "EQUALS", "PREFIX"
4669
+ # resp.insights[0].filters.related_findings_product_arn[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3958
4670
  # resp.insights[0].filters.related_findings_id #=> Array
3959
4671
  # resp.insights[0].filters.related_findings_id[0].value #=> String
3960
- # resp.insights[0].filters.related_findings_id[0].comparison #=> String, one of "EQUALS", "PREFIX"
4672
+ # resp.insights[0].filters.related_findings_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3961
4673
  # resp.insights[0].filters.note_text #=> Array
3962
4674
  # resp.insights[0].filters.note_text[0].value #=> String
3963
- # resp.insights[0].filters.note_text[0].comparison #=> String, one of "EQUALS", "PREFIX"
4675
+ # resp.insights[0].filters.note_text[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3964
4676
  # resp.insights[0].filters.note_updated_at #=> Array
3965
4677
  # resp.insights[0].filters.note_updated_at[0].start #=> String
3966
4678
  # resp.insights[0].filters.note_updated_at[0].end #=> String
@@ -3968,7 +4680,7 @@ module Aws::SecurityHub
3968
4680
  # resp.insights[0].filters.note_updated_at[0].date_range.unit #=> String, one of "DAYS"
3969
4681
  # resp.insights[0].filters.note_updated_by #=> Array
3970
4682
  # resp.insights[0].filters.note_updated_by[0].value #=> String
3971
- # resp.insights[0].filters.note_updated_by[0].comparison #=> String, one of "EQUALS", "PREFIX"
4683
+ # resp.insights[0].filters.note_updated_by[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS"
3972
4684
  # resp.insights[0].filters.keyword #=> Array
3973
4685
  # resp.insights[0].filters.keyword[0].value #=> String
3974
4686
  # resp.insights[0].group_by_attribute #=> String
@@ -4399,31 +5111,31 @@ module Aws::SecurityHub
4399
5111
  # product_arn: [
4400
5112
  # {
4401
5113
  # value: "NonEmptyString",
4402
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5114
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4403
5115
  # },
4404
5116
  # ],
4405
5117
  # aws_account_id: [
4406
5118
  # {
4407
5119
  # value: "NonEmptyString",
4408
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5120
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4409
5121
  # },
4410
5122
  # ],
4411
5123
  # id: [
4412
5124
  # {
4413
5125
  # value: "NonEmptyString",
4414
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5126
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4415
5127
  # },
4416
5128
  # ],
4417
5129
  # generator_id: [
4418
5130
  # {
4419
5131
  # value: "NonEmptyString",
4420
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5132
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4421
5133
  # },
4422
5134
  # ],
4423
5135
  # type: [
4424
5136
  # {
4425
5137
  # value: "NonEmptyString",
4426
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5138
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4427
5139
  # },
4428
5140
  # ],
4429
5141
  # first_observed_at: [
@@ -4483,7 +5195,7 @@ module Aws::SecurityHub
4483
5195
  # severity_label: [
4484
5196
  # {
4485
5197
  # value: "NonEmptyString",
4486
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5198
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4487
5199
  # },
4488
5200
  # ],
4489
5201
  # confidence: [
@@ -4503,87 +5215,87 @@ module Aws::SecurityHub
4503
5215
  # title: [
4504
5216
  # {
4505
5217
  # value: "NonEmptyString",
4506
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5218
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4507
5219
  # },
4508
5220
  # ],
4509
5221
  # description: [
4510
5222
  # {
4511
5223
  # value: "NonEmptyString",
4512
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5224
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4513
5225
  # },
4514
5226
  # ],
4515
5227
  # recommendation_text: [
4516
5228
  # {
4517
5229
  # value: "NonEmptyString",
4518
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5230
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4519
5231
  # },
4520
5232
  # ],
4521
5233
  # source_url: [
4522
5234
  # {
4523
5235
  # value: "NonEmptyString",
4524
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5236
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4525
5237
  # },
4526
5238
  # ],
4527
5239
  # product_fields: [
4528
5240
  # {
4529
5241
  # key: "NonEmptyString",
4530
5242
  # value: "NonEmptyString",
4531
- # comparison: "EQUALS", # accepts EQUALS
5243
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
4532
5244
  # },
4533
5245
  # ],
4534
5246
  # product_name: [
4535
5247
  # {
4536
5248
  # value: "NonEmptyString",
4537
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5249
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4538
5250
  # },
4539
5251
  # ],
4540
5252
  # company_name: [
4541
5253
  # {
4542
5254
  # value: "NonEmptyString",
4543
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5255
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4544
5256
  # },
4545
5257
  # ],
4546
5258
  # user_defined_fields: [
4547
5259
  # {
4548
5260
  # key: "NonEmptyString",
4549
5261
  # value: "NonEmptyString",
4550
- # comparison: "EQUALS", # accepts EQUALS
5262
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
4551
5263
  # },
4552
5264
  # ],
4553
5265
  # malware_name: [
4554
5266
  # {
4555
5267
  # value: "NonEmptyString",
4556
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5268
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4557
5269
  # },
4558
5270
  # ],
4559
5271
  # malware_type: [
4560
5272
  # {
4561
5273
  # value: "NonEmptyString",
4562
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5274
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4563
5275
  # },
4564
5276
  # ],
4565
5277
  # malware_path: [
4566
5278
  # {
4567
5279
  # value: "NonEmptyString",
4568
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5280
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4569
5281
  # },
4570
5282
  # ],
4571
5283
  # malware_state: [
4572
5284
  # {
4573
5285
  # value: "NonEmptyString",
4574
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5286
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4575
5287
  # },
4576
5288
  # ],
4577
5289
  # network_direction: [
4578
5290
  # {
4579
5291
  # value: "NonEmptyString",
4580
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5292
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4581
5293
  # },
4582
5294
  # ],
4583
5295
  # network_protocol: [
4584
5296
  # {
4585
5297
  # value: "NonEmptyString",
4586
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5298
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4587
5299
  # },
4588
5300
  # ],
4589
5301
  # network_source_ip_v4: [
@@ -4606,13 +5318,13 @@ module Aws::SecurityHub
4606
5318
  # network_source_domain: [
4607
5319
  # {
4608
5320
  # value: "NonEmptyString",
4609
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5321
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4610
5322
  # },
4611
5323
  # ],
4612
5324
  # network_source_mac: [
4613
5325
  # {
4614
5326
  # value: "NonEmptyString",
4615
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5327
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4616
5328
  # },
4617
5329
  # ],
4618
5330
  # network_destination_ip_v4: [
@@ -4635,19 +5347,19 @@ module Aws::SecurityHub
4635
5347
  # network_destination_domain: [
4636
5348
  # {
4637
5349
  # value: "NonEmptyString",
4638
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5350
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4639
5351
  # },
4640
5352
  # ],
4641
5353
  # process_name: [
4642
5354
  # {
4643
5355
  # value: "NonEmptyString",
4644
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5356
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4645
5357
  # },
4646
5358
  # ],
4647
5359
  # process_path: [
4648
5360
  # {
4649
5361
  # value: "NonEmptyString",
4650
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5362
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4651
5363
  # },
4652
5364
  # ],
4653
5365
  # process_pid: [
@@ -4687,19 +5399,19 @@ module Aws::SecurityHub
4687
5399
  # threat_intel_indicator_type: [
4688
5400
  # {
4689
5401
  # value: "NonEmptyString",
4690
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5402
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4691
5403
  # },
4692
5404
  # ],
4693
5405
  # threat_intel_indicator_value: [
4694
5406
  # {
4695
5407
  # value: "NonEmptyString",
4696
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5408
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4697
5409
  # },
4698
5410
  # ],
4699
5411
  # threat_intel_indicator_category: [
4700
5412
  # {
4701
5413
  # value: "NonEmptyString",
4702
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5414
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4703
5415
  # },
4704
5416
  # ],
4705
5417
  # threat_intel_indicator_last_observed_at: [
@@ -4715,56 +5427,56 @@ module Aws::SecurityHub
4715
5427
  # threat_intel_indicator_source: [
4716
5428
  # {
4717
5429
  # value: "NonEmptyString",
4718
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5430
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4719
5431
  # },
4720
5432
  # ],
4721
5433
  # threat_intel_indicator_source_url: [
4722
5434
  # {
4723
5435
  # value: "NonEmptyString",
4724
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5436
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4725
5437
  # },
4726
5438
  # ],
4727
5439
  # resource_type: [
4728
5440
  # {
4729
5441
  # value: "NonEmptyString",
4730
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5442
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4731
5443
  # },
4732
5444
  # ],
4733
5445
  # resource_id: [
4734
5446
  # {
4735
5447
  # value: "NonEmptyString",
4736
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5448
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4737
5449
  # },
4738
5450
  # ],
4739
5451
  # resource_partition: [
4740
5452
  # {
4741
5453
  # value: "NonEmptyString",
4742
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5454
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4743
5455
  # },
4744
5456
  # ],
4745
5457
  # resource_region: [
4746
5458
  # {
4747
5459
  # value: "NonEmptyString",
4748
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5460
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4749
5461
  # },
4750
5462
  # ],
4751
5463
  # resource_tags: [
4752
5464
  # {
4753
5465
  # key: "NonEmptyString",
4754
5466
  # value: "NonEmptyString",
4755
- # comparison: "EQUALS", # accepts EQUALS
5467
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
4756
5468
  # },
4757
5469
  # ],
4758
5470
  # resource_aws_ec2_instance_type: [
4759
5471
  # {
4760
5472
  # value: "NonEmptyString",
4761
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5473
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4762
5474
  # },
4763
5475
  # ],
4764
5476
  # resource_aws_ec2_instance_image_id: [
4765
5477
  # {
4766
5478
  # value: "NonEmptyString",
4767
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5479
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4768
5480
  # },
4769
5481
  # ],
4770
5482
  # resource_aws_ec2_instance_ip_v4_addresses: [
@@ -4780,25 +5492,25 @@ module Aws::SecurityHub
4780
5492
  # resource_aws_ec2_instance_key_name: [
4781
5493
  # {
4782
5494
  # value: "NonEmptyString",
4783
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5495
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4784
5496
  # },
4785
5497
  # ],
4786
5498
  # resource_aws_ec2_instance_iam_instance_profile_arn: [
4787
5499
  # {
4788
5500
  # value: "NonEmptyString",
4789
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5501
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4790
5502
  # },
4791
5503
  # ],
4792
5504
  # resource_aws_ec2_instance_vpc_id: [
4793
5505
  # {
4794
5506
  # value: "NonEmptyString",
4795
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5507
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4796
5508
  # },
4797
5509
  # ],
4798
5510
  # resource_aws_ec2_instance_subnet_id: [
4799
5511
  # {
4800
5512
  # value: "NonEmptyString",
4801
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5513
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4802
5514
  # },
4803
5515
  # ],
4804
5516
  # resource_aws_ec2_instance_launched_at: [
@@ -4814,25 +5526,25 @@ module Aws::SecurityHub
4814
5526
  # resource_aws_s3_bucket_owner_id: [
4815
5527
  # {
4816
5528
  # value: "NonEmptyString",
4817
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5529
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4818
5530
  # },
4819
5531
  # ],
4820
5532
  # resource_aws_s3_bucket_owner_name: [
4821
5533
  # {
4822
5534
  # value: "NonEmptyString",
4823
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5535
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4824
5536
  # },
4825
5537
  # ],
4826
5538
  # resource_aws_iam_access_key_user_name: [
4827
5539
  # {
4828
5540
  # value: "NonEmptyString",
4829
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5541
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4830
5542
  # },
4831
5543
  # ],
4832
5544
  # resource_aws_iam_access_key_status: [
4833
5545
  # {
4834
5546
  # value: "NonEmptyString",
4835
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5547
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4836
5548
  # },
4837
5549
  # ],
4838
5550
  # resource_aws_iam_access_key_created_at: [
@@ -4848,19 +5560,19 @@ module Aws::SecurityHub
4848
5560
  # resource_container_name: [
4849
5561
  # {
4850
5562
  # value: "NonEmptyString",
4851
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5563
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4852
5564
  # },
4853
5565
  # ],
4854
5566
  # resource_container_image_id: [
4855
5567
  # {
4856
5568
  # value: "NonEmptyString",
4857
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5569
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4858
5570
  # },
4859
5571
  # ],
4860
5572
  # resource_container_image_name: [
4861
5573
  # {
4862
5574
  # value: "NonEmptyString",
4863
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5575
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4864
5576
  # },
4865
5577
  # ],
4866
5578
  # resource_container_launched_at: [
@@ -4877,55 +5589,55 @@ module Aws::SecurityHub
4877
5589
  # {
4878
5590
  # key: "NonEmptyString",
4879
5591
  # value: "NonEmptyString",
4880
- # comparison: "EQUALS", # accepts EQUALS
5592
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
4881
5593
  # },
4882
5594
  # ],
4883
5595
  # compliance_status: [
4884
5596
  # {
4885
5597
  # value: "NonEmptyString",
4886
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5598
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4887
5599
  # },
4888
5600
  # ],
4889
5601
  # verification_state: [
4890
5602
  # {
4891
5603
  # value: "NonEmptyString",
4892
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5604
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4893
5605
  # },
4894
5606
  # ],
4895
5607
  # workflow_state: [
4896
5608
  # {
4897
5609
  # value: "NonEmptyString",
4898
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5610
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4899
5611
  # },
4900
5612
  # ],
4901
5613
  # workflow_status: [
4902
5614
  # {
4903
5615
  # value: "NonEmptyString",
4904
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5616
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4905
5617
  # },
4906
5618
  # ],
4907
5619
  # record_state: [
4908
5620
  # {
4909
5621
  # value: "NonEmptyString",
4910
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5622
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4911
5623
  # },
4912
5624
  # ],
4913
5625
  # related_findings_product_arn: [
4914
5626
  # {
4915
5627
  # value: "NonEmptyString",
4916
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5628
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4917
5629
  # },
4918
5630
  # ],
4919
5631
  # related_findings_id: [
4920
5632
  # {
4921
5633
  # value: "NonEmptyString",
4922
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5634
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4923
5635
  # },
4924
5636
  # ],
4925
5637
  # note_text: [
4926
5638
  # {
4927
5639
  # value: "NonEmptyString",
4928
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5640
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4929
5641
  # },
4930
5642
  # ],
4931
5643
  # note_updated_at: [
@@ -4941,7 +5653,7 @@ module Aws::SecurityHub
4941
5653
  # note_updated_by: [
4942
5654
  # {
4943
5655
  # value: "NonEmptyString",
4944
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5656
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4945
5657
  # },
4946
5658
  # ],
4947
5659
  # keyword: [
@@ -4992,31 +5704,31 @@ module Aws::SecurityHub
4992
5704
  # product_arn: [
4993
5705
  # {
4994
5706
  # value: "NonEmptyString",
4995
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5707
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
4996
5708
  # },
4997
5709
  # ],
4998
5710
  # aws_account_id: [
4999
5711
  # {
5000
5712
  # value: "NonEmptyString",
5001
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5713
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5002
5714
  # },
5003
5715
  # ],
5004
5716
  # id: [
5005
5717
  # {
5006
5718
  # value: "NonEmptyString",
5007
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5719
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5008
5720
  # },
5009
5721
  # ],
5010
5722
  # generator_id: [
5011
5723
  # {
5012
5724
  # value: "NonEmptyString",
5013
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5725
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5014
5726
  # },
5015
5727
  # ],
5016
5728
  # type: [
5017
5729
  # {
5018
5730
  # value: "NonEmptyString",
5019
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5731
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5020
5732
  # },
5021
5733
  # ],
5022
5734
  # first_observed_at: [
@@ -5076,7 +5788,7 @@ module Aws::SecurityHub
5076
5788
  # severity_label: [
5077
5789
  # {
5078
5790
  # value: "NonEmptyString",
5079
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5791
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5080
5792
  # },
5081
5793
  # ],
5082
5794
  # confidence: [
@@ -5096,87 +5808,87 @@ module Aws::SecurityHub
5096
5808
  # title: [
5097
5809
  # {
5098
5810
  # value: "NonEmptyString",
5099
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5811
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5100
5812
  # },
5101
5813
  # ],
5102
5814
  # description: [
5103
5815
  # {
5104
5816
  # value: "NonEmptyString",
5105
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5817
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5106
5818
  # },
5107
5819
  # ],
5108
5820
  # recommendation_text: [
5109
5821
  # {
5110
5822
  # value: "NonEmptyString",
5111
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5823
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5112
5824
  # },
5113
5825
  # ],
5114
5826
  # source_url: [
5115
5827
  # {
5116
5828
  # value: "NonEmptyString",
5117
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5829
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5118
5830
  # },
5119
5831
  # ],
5120
5832
  # product_fields: [
5121
5833
  # {
5122
5834
  # key: "NonEmptyString",
5123
5835
  # value: "NonEmptyString",
5124
- # comparison: "EQUALS", # accepts EQUALS
5836
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
5125
5837
  # },
5126
5838
  # ],
5127
5839
  # product_name: [
5128
5840
  # {
5129
5841
  # value: "NonEmptyString",
5130
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5842
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5131
5843
  # },
5132
5844
  # ],
5133
5845
  # company_name: [
5134
5846
  # {
5135
5847
  # value: "NonEmptyString",
5136
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5848
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5137
5849
  # },
5138
5850
  # ],
5139
5851
  # user_defined_fields: [
5140
5852
  # {
5141
5853
  # key: "NonEmptyString",
5142
5854
  # value: "NonEmptyString",
5143
- # comparison: "EQUALS", # accepts EQUALS
5855
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
5144
5856
  # },
5145
5857
  # ],
5146
5858
  # malware_name: [
5147
5859
  # {
5148
5860
  # value: "NonEmptyString",
5149
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5861
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5150
5862
  # },
5151
5863
  # ],
5152
5864
  # malware_type: [
5153
5865
  # {
5154
5866
  # value: "NonEmptyString",
5155
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5867
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5156
5868
  # },
5157
5869
  # ],
5158
5870
  # malware_path: [
5159
5871
  # {
5160
5872
  # value: "NonEmptyString",
5161
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5873
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5162
5874
  # },
5163
5875
  # ],
5164
5876
  # malware_state: [
5165
5877
  # {
5166
5878
  # value: "NonEmptyString",
5167
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5879
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5168
5880
  # },
5169
5881
  # ],
5170
5882
  # network_direction: [
5171
5883
  # {
5172
5884
  # value: "NonEmptyString",
5173
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5885
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5174
5886
  # },
5175
5887
  # ],
5176
5888
  # network_protocol: [
5177
5889
  # {
5178
5890
  # value: "NonEmptyString",
5179
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5891
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5180
5892
  # },
5181
5893
  # ],
5182
5894
  # network_source_ip_v4: [
@@ -5199,13 +5911,13 @@ module Aws::SecurityHub
5199
5911
  # network_source_domain: [
5200
5912
  # {
5201
5913
  # value: "NonEmptyString",
5202
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5914
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5203
5915
  # },
5204
5916
  # ],
5205
5917
  # network_source_mac: [
5206
5918
  # {
5207
5919
  # value: "NonEmptyString",
5208
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5920
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5209
5921
  # },
5210
5922
  # ],
5211
5923
  # network_destination_ip_v4: [
@@ -5228,19 +5940,19 @@ module Aws::SecurityHub
5228
5940
  # network_destination_domain: [
5229
5941
  # {
5230
5942
  # value: "NonEmptyString",
5231
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5943
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5232
5944
  # },
5233
5945
  # ],
5234
5946
  # process_name: [
5235
5947
  # {
5236
5948
  # value: "NonEmptyString",
5237
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5949
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5238
5950
  # },
5239
5951
  # ],
5240
5952
  # process_path: [
5241
5953
  # {
5242
5954
  # value: "NonEmptyString",
5243
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5955
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5244
5956
  # },
5245
5957
  # ],
5246
5958
  # process_pid: [
@@ -5280,19 +5992,19 @@ module Aws::SecurityHub
5280
5992
  # threat_intel_indicator_type: [
5281
5993
  # {
5282
5994
  # value: "NonEmptyString",
5283
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
5995
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5284
5996
  # },
5285
5997
  # ],
5286
5998
  # threat_intel_indicator_value: [
5287
5999
  # {
5288
6000
  # value: "NonEmptyString",
5289
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6001
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5290
6002
  # },
5291
6003
  # ],
5292
6004
  # threat_intel_indicator_category: [
5293
6005
  # {
5294
6006
  # value: "NonEmptyString",
5295
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6007
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5296
6008
  # },
5297
6009
  # ],
5298
6010
  # threat_intel_indicator_last_observed_at: [
@@ -5308,56 +6020,56 @@ module Aws::SecurityHub
5308
6020
  # threat_intel_indicator_source: [
5309
6021
  # {
5310
6022
  # value: "NonEmptyString",
5311
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6023
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5312
6024
  # },
5313
6025
  # ],
5314
6026
  # threat_intel_indicator_source_url: [
5315
6027
  # {
5316
6028
  # value: "NonEmptyString",
5317
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6029
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5318
6030
  # },
5319
6031
  # ],
5320
6032
  # resource_type: [
5321
6033
  # {
5322
6034
  # value: "NonEmptyString",
5323
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6035
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5324
6036
  # },
5325
6037
  # ],
5326
6038
  # resource_id: [
5327
6039
  # {
5328
6040
  # value: "NonEmptyString",
5329
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6041
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5330
6042
  # },
5331
6043
  # ],
5332
6044
  # resource_partition: [
5333
6045
  # {
5334
6046
  # value: "NonEmptyString",
5335
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6047
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5336
6048
  # },
5337
6049
  # ],
5338
6050
  # resource_region: [
5339
6051
  # {
5340
6052
  # value: "NonEmptyString",
5341
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6053
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5342
6054
  # },
5343
6055
  # ],
5344
6056
  # resource_tags: [
5345
6057
  # {
5346
6058
  # key: "NonEmptyString",
5347
6059
  # value: "NonEmptyString",
5348
- # comparison: "EQUALS", # accepts EQUALS
6060
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
5349
6061
  # },
5350
6062
  # ],
5351
6063
  # resource_aws_ec2_instance_type: [
5352
6064
  # {
5353
6065
  # value: "NonEmptyString",
5354
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6066
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5355
6067
  # },
5356
6068
  # ],
5357
6069
  # resource_aws_ec2_instance_image_id: [
5358
6070
  # {
5359
6071
  # value: "NonEmptyString",
5360
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6072
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5361
6073
  # },
5362
6074
  # ],
5363
6075
  # resource_aws_ec2_instance_ip_v4_addresses: [
@@ -5373,25 +6085,25 @@ module Aws::SecurityHub
5373
6085
  # resource_aws_ec2_instance_key_name: [
5374
6086
  # {
5375
6087
  # value: "NonEmptyString",
5376
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6088
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5377
6089
  # },
5378
6090
  # ],
5379
6091
  # resource_aws_ec2_instance_iam_instance_profile_arn: [
5380
6092
  # {
5381
6093
  # value: "NonEmptyString",
5382
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6094
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5383
6095
  # },
5384
6096
  # ],
5385
6097
  # resource_aws_ec2_instance_vpc_id: [
5386
6098
  # {
5387
6099
  # value: "NonEmptyString",
5388
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6100
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5389
6101
  # },
5390
6102
  # ],
5391
6103
  # resource_aws_ec2_instance_subnet_id: [
5392
6104
  # {
5393
6105
  # value: "NonEmptyString",
5394
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6106
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5395
6107
  # },
5396
6108
  # ],
5397
6109
  # resource_aws_ec2_instance_launched_at: [
@@ -5407,25 +6119,25 @@ module Aws::SecurityHub
5407
6119
  # resource_aws_s3_bucket_owner_id: [
5408
6120
  # {
5409
6121
  # value: "NonEmptyString",
5410
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6122
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5411
6123
  # },
5412
6124
  # ],
5413
6125
  # resource_aws_s3_bucket_owner_name: [
5414
6126
  # {
5415
6127
  # value: "NonEmptyString",
5416
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6128
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5417
6129
  # },
5418
6130
  # ],
5419
6131
  # resource_aws_iam_access_key_user_name: [
5420
6132
  # {
5421
6133
  # value: "NonEmptyString",
5422
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6134
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5423
6135
  # },
5424
6136
  # ],
5425
6137
  # resource_aws_iam_access_key_status: [
5426
6138
  # {
5427
6139
  # value: "NonEmptyString",
5428
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6140
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5429
6141
  # },
5430
6142
  # ],
5431
6143
  # resource_aws_iam_access_key_created_at: [
@@ -5441,19 +6153,19 @@ module Aws::SecurityHub
5441
6153
  # resource_container_name: [
5442
6154
  # {
5443
6155
  # value: "NonEmptyString",
5444
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6156
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5445
6157
  # },
5446
6158
  # ],
5447
6159
  # resource_container_image_id: [
5448
6160
  # {
5449
6161
  # value: "NonEmptyString",
5450
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6162
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5451
6163
  # },
5452
6164
  # ],
5453
6165
  # resource_container_image_name: [
5454
6166
  # {
5455
6167
  # value: "NonEmptyString",
5456
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6168
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5457
6169
  # },
5458
6170
  # ],
5459
6171
  # resource_container_launched_at: [
@@ -5470,55 +6182,55 @@ module Aws::SecurityHub
5470
6182
  # {
5471
6183
  # key: "NonEmptyString",
5472
6184
  # value: "NonEmptyString",
5473
- # comparison: "EQUALS", # accepts EQUALS
6185
+ # comparison: "EQUALS", # accepts EQUALS, NOT_EQUALS
5474
6186
  # },
5475
6187
  # ],
5476
6188
  # compliance_status: [
5477
6189
  # {
5478
6190
  # value: "NonEmptyString",
5479
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6191
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5480
6192
  # },
5481
6193
  # ],
5482
6194
  # verification_state: [
5483
6195
  # {
5484
6196
  # value: "NonEmptyString",
5485
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6197
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5486
6198
  # },
5487
6199
  # ],
5488
6200
  # workflow_state: [
5489
6201
  # {
5490
6202
  # value: "NonEmptyString",
5491
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6203
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5492
6204
  # },
5493
6205
  # ],
5494
6206
  # workflow_status: [
5495
6207
  # {
5496
6208
  # value: "NonEmptyString",
5497
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6209
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5498
6210
  # },
5499
6211
  # ],
5500
6212
  # record_state: [
5501
6213
  # {
5502
6214
  # value: "NonEmptyString",
5503
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6215
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5504
6216
  # },
5505
6217
  # ],
5506
6218
  # related_findings_product_arn: [
5507
6219
  # {
5508
6220
  # value: "NonEmptyString",
5509
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6221
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5510
6222
  # },
5511
6223
  # ],
5512
6224
  # related_findings_id: [
5513
6225
  # {
5514
6226
  # value: "NonEmptyString",
5515
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6227
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5516
6228
  # },
5517
6229
  # ],
5518
6230
  # note_text: [
5519
6231
  # {
5520
6232
  # value: "NonEmptyString",
5521
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6233
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5522
6234
  # },
5523
6235
  # ],
5524
6236
  # note_updated_at: [
@@ -5534,7 +6246,7 @@ module Aws::SecurityHub
5534
6246
  # note_updated_by: [
5535
6247
  # {
5536
6248
  # value: "NonEmptyString",
5537
- # comparison: "EQUALS", # accepts EQUALS, PREFIX
6249
+ # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS
5538
6250
  # },
5539
6251
  # ],
5540
6252
  # keyword: [
@@ -5627,7 +6339,7 @@ module Aws::SecurityHub
5627
6339
  params: params,
5628
6340
  config: config)
5629
6341
  context[:gem_name] = 'aws-sdk-securityhub'
5630
- context[:gem_version] = '1.30.0'
6342
+ context[:gem_version] = '1.31.0'
5631
6343
  Seahorse::Client::Request.new(handlers, context)
5632
6344
  end
5633
6345