aws-sdk-securityhub 1.27.1 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c80b12893827f02fe1a43880dc46f121913e14991a7d466ac2bf883a5aa12a7
4
- data.tar.gz: 0e1f321d930049c973735f6b04c3e17085b158873c023cea69846c7426495f08
3
+ metadata.gz: a603aa340ceda544e27258ac758211dbfe9146a6339c72d415db0ada8d5f149a
4
+ data.tar.gz: 75825c633442da73a736cfdbf2b11365ea90287ce999bf955a29647af81f7be5
5
5
  SHA512:
6
- metadata.gz: 9c082d0989b2d868e4cf247b0d4d00f0d331022f31d40096e8deaecda37979aeb68ce151fa6e5138c7fb090491452997a27e7bfa833b1c56257f9722815c6068
7
- data.tar.gz: 8124f8cb3b33bb52d78a16664f39d3a1f8a8b8da7e3a7b2fe2c8add2d5cb50ec5a3037a92ec5124d0e8a99d8e14c5143cdf39a9ea9a3c90d49dee1361bb161f9
6
+ metadata.gz: 12a8b31aef1c80b793eafa8723e58a0c8e16f81db4a72af3a23b71b0d03cfb3caabc98c849134f438f32212e79c114de52e6ffa686fe288563d6330da6c2660c
7
+ data.tar.gz: ef2d6cb6971fc42f33d0938a67d5ab759e1ffe95a13b729871881c5992b3fcfb0c257eba0ab2b9004efff65f2c77b11200fa11cedd4c310883290e567f7d9a99
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-securityhub/customizations'
45
47
  # @service
46
48
  module Aws::SecurityHub
47
49
 
48
- GEM_VERSION = '1.27.1'
50
+ GEM_VERSION = '1.28.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5394,7 +5396,7 @@ module Aws::SecurityHub
5394
5396
  params: params,
5395
5397
  config: config)
5396
5398
  context[:gem_name] = 'aws-sdk-securityhub'
5397
- context[:gem_version] = '1.27.1'
5399
+ context[:gem_version] = '1.28.0'
5398
5400
  Seahorse::Client::Request.new(handlers, context)
5399
5401
  end
5400
5402
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -30,6 +32,7 @@ module Aws::SecurityHub
30
32
  class AcceptInvitationRequest < Struct.new(
31
33
  :master_id,
32
34
  :invitation_id)
35
+ SENSITIVE = []
33
36
  include Aws::Structure
34
37
  end
35
38
 
@@ -51,6 +54,7 @@ module Aws::SecurityHub
51
54
  class AccessDeniedException < Struct.new(
52
55
  :message,
53
56
  :code)
57
+ SENSITIVE = []
54
58
  include Aws::Structure
55
59
  end
56
60
 
@@ -77,6 +81,7 @@ module Aws::SecurityHub
77
81
  class AccountDetails < Struct.new(
78
82
  :account_id,
79
83
  :email)
84
+ SENSITIVE = []
80
85
  include Aws::Structure
81
86
  end
82
87
 
@@ -100,6 +105,7 @@ module Aws::SecurityHub
100
105
  :action_target_arn,
101
106
  :name,
102
107
  :description)
108
+ SENSITIVE = []
103
109
  include Aws::Structure
104
110
  end
105
111
 
@@ -127,6 +133,7 @@ module Aws::SecurityHub
127
133
  class AvailabilityZone < Struct.new(
128
134
  :zone_name,
129
135
  :subnet_id)
136
+ SENSITIVE = []
130
137
  include Aws::Structure
131
138
  end
132
139
 
@@ -199,6 +206,7 @@ module Aws::SecurityHub
199
206
  :origins,
200
207
  :status,
201
208
  :web_acl_id)
209
+ SENSITIVE = []
202
210
  include Aws::Structure
203
211
  end
204
212
 
@@ -241,6 +249,7 @@ module Aws::SecurityHub
241
249
  :enabled,
242
250
  :include_cookies,
243
251
  :prefix)
252
+ SENSITIVE = []
244
253
  include Aws::Structure
245
254
  end
246
255
 
@@ -277,6 +286,7 @@ module Aws::SecurityHub
277
286
  :domain_name,
278
287
  :id,
279
288
  :origin_path)
289
+ SENSITIVE = []
280
290
  include Aws::Structure
281
291
  end
282
292
 
@@ -305,6 +315,7 @@ module Aws::SecurityHub
305
315
  #
306
316
  class AwsCloudFrontDistributionOrigins < Struct.new(
307
317
  :items)
318
+ SENSITIVE = []
308
319
  include Aws::Structure
309
320
  end
310
321
 
@@ -378,6 +389,7 @@ module Aws::SecurityHub
378
389
  :source,
379
390
  :service_role,
380
391
  :vpc_config)
392
+ SENSITIVE = []
381
393
  include Aws::Structure
382
394
  end
383
395
 
@@ -456,6 +468,7 @@ module Aws::SecurityHub
456
468
  :image_pull_credentials_type,
457
469
  :registry_credential,
458
470
  :type)
471
+ SENSITIVE = []
459
472
  include Aws::Structure
460
473
  end
461
474
 
@@ -491,6 +504,7 @@ module Aws::SecurityHub
491
504
  class AwsCodeBuildProjectEnvironmentRegistryCredential < Struct.new(
492
505
  :credential,
493
506
  :credential_provider)
507
+ SENSITIVE = []
494
508
  include Aws::Structure
495
509
  end
496
510
 
@@ -575,6 +589,7 @@ module Aws::SecurityHub
575
589
  :location,
576
590
  :git_clone_depth,
577
591
  :insecure_ssl)
592
+ SENSITIVE = []
578
593
  include Aws::Structure
579
594
  end
580
595
 
@@ -607,6 +622,7 @@ module Aws::SecurityHub
607
622
  :vpc_id,
608
623
  :subnets,
609
624
  :security_group_ids)
625
+ SENSITIVE = []
610
626
  include Aws::Structure
611
627
  end
612
628
 
@@ -675,6 +691,7 @@ module Aws::SecurityHub
675
691
  :vpc_id,
676
692
  :subnet_id,
677
693
  :launched_at)
694
+ SENSITIVE = []
678
695
  include Aws::Structure
679
696
  end
680
697
 
@@ -735,6 +752,7 @@ module Aws::SecurityHub
735
752
  :instance_id,
736
753
  :instance_owner_id,
737
754
  :status)
755
+ SENSITIVE = []
738
756
  include Aws::Structure
739
757
  end
740
758
 
@@ -786,6 +804,7 @@ module Aws::SecurityHub
786
804
  :network_interface_id,
787
805
  :security_groups,
788
806
  :source_dest_check)
807
+ SENSITIVE = []
789
808
  include Aws::Structure
790
809
  end
791
810
 
@@ -812,6 +831,7 @@ module Aws::SecurityHub
812
831
  class AwsEc2NetworkInterfaceSecurityGroup < Struct.new(
813
832
  :group_name,
814
833
  :group_id)
834
+ SENSITIVE = []
815
835
  include Aws::Structure
816
836
  end
817
837
 
@@ -924,6 +944,7 @@ module Aws::SecurityHub
924
944
  :vpc_id,
925
945
  :ip_permissions,
926
946
  :ip_permissions_egress)
947
+ SENSITIVE = []
927
948
  include Aws::Structure
928
949
  end
929
950
 
@@ -1022,6 +1043,7 @@ module Aws::SecurityHub
1022
1043
  :ip_ranges,
1023
1044
  :ipv_6_ranges,
1024
1045
  :prefix_list_ids)
1046
+ SENSITIVE = []
1025
1047
  include Aws::Structure
1026
1048
  end
1027
1049
 
@@ -1044,6 +1066,7 @@ module Aws::SecurityHub
1044
1066
  #
1045
1067
  class AwsEc2SecurityGroupIpRange < Struct.new(
1046
1068
  :cidr_ip)
1069
+ SENSITIVE = []
1047
1070
  include Aws::Structure
1048
1071
  end
1049
1072
 
@@ -1066,6 +1089,7 @@ module Aws::SecurityHub
1066
1089
  #
1067
1090
  class AwsEc2SecurityGroupIpv6Range < Struct.new(
1068
1091
  :cidr_ipv_6)
1092
+ SENSITIVE = []
1069
1093
  include Aws::Structure
1070
1094
  end
1071
1095
 
@@ -1086,6 +1110,7 @@ module Aws::SecurityHub
1086
1110
  #
1087
1111
  class AwsEc2SecurityGroupPrefixListId < Struct.new(
1088
1112
  :prefix_list_id)
1113
+ SENSITIVE = []
1089
1114
  include Aws::Structure
1090
1115
  end
1091
1116
 
@@ -1143,6 +1168,7 @@ module Aws::SecurityHub
1143
1168
  :user_id,
1144
1169
  :vpc_id,
1145
1170
  :vpc_peering_connection_id)
1171
+ SENSITIVE = []
1146
1172
  include Aws::Structure
1147
1173
  end
1148
1174
 
@@ -1246,6 +1272,7 @@ module Aws::SecurityHub
1246
1272
  :encryption_at_rest_options,
1247
1273
  :node_to_node_encryption_options,
1248
1274
  :vpc_options)
1275
+ SENSITIVE = []
1249
1276
  include Aws::Structure
1250
1277
  end
1251
1278
 
@@ -1280,6 +1307,7 @@ module Aws::SecurityHub
1280
1307
  class AwsElasticsearchDomainDomainEndpointOptions < Struct.new(
1281
1308
  :enforce_https,
1282
1309
  :tls_security_policy)
1310
+ SENSITIVE = []
1283
1311
  include Aws::Structure
1284
1312
  end
1285
1313
 
@@ -1306,6 +1334,7 @@ module Aws::SecurityHub
1306
1334
  class AwsElasticsearchDomainEncryptionAtRestOptions < Struct.new(
1307
1335
  :enabled,
1308
1336
  :kms_key_id)
1337
+ SENSITIVE = []
1309
1338
  include Aws::Structure
1310
1339
  end
1311
1340
 
@@ -1326,6 +1355,7 @@ module Aws::SecurityHub
1326
1355
  #
1327
1356
  class AwsElasticsearchDomainNodeToNodeEncryptionOptions < Struct.new(
1328
1357
  :enabled)
1358
+ SENSITIVE = []
1329
1359
  include Aws::Structure
1330
1360
  end
1331
1361
 
@@ -1367,6 +1397,7 @@ module Aws::SecurityHub
1367
1397
  :security_group_ids,
1368
1398
  :subnet_ids,
1369
1399
  :vpc_id)
1400
+ SENSITIVE = []
1370
1401
  include Aws::Structure
1371
1402
  end
1372
1403
 
@@ -1453,6 +1484,7 @@ module Aws::SecurityHub
1453
1484
  :state,
1454
1485
  :type,
1455
1486
  :vpc_id)
1487
+ SENSITIVE = []
1456
1488
  include Aws::Structure
1457
1489
  end
1458
1490
 
@@ -1507,6 +1539,7 @@ module Aws::SecurityHub
1507
1539
  :principal_id,
1508
1540
  :principal_type,
1509
1541
  :principal_name)
1542
+ SENSITIVE = []
1510
1543
  include Aws::Structure
1511
1544
  end
1512
1545
 
@@ -1560,6 +1593,7 @@ module Aws::SecurityHub
1560
1593
  :role_name,
1561
1594
  :max_session_duration,
1562
1595
  :path)
1596
+ SENSITIVE = []
1563
1597
  include Aws::Structure
1564
1598
  end
1565
1599
 
@@ -1620,6 +1654,7 @@ module Aws::SecurityHub
1620
1654
  :key_manager,
1621
1655
  :key_state,
1622
1656
  :origin)
1657
+ SENSITIVE = []
1623
1658
  include Aws::Structure
1624
1659
  end
1625
1660
 
@@ -1662,6 +1697,7 @@ module Aws::SecurityHub
1662
1697
  :s3_key,
1663
1698
  :s3_object_version,
1664
1699
  :zip_file)
1700
+ SENSITIVE = []
1665
1701
  include Aws::Structure
1666
1702
  end
1667
1703
 
@@ -1683,6 +1719,7 @@ module Aws::SecurityHub
1683
1719
  #
1684
1720
  class AwsLambdaFunctionDeadLetterConfig < Struct.new(
1685
1721
  :target_arn)
1722
+ SENSITIVE = []
1686
1723
  include Aws::Structure
1687
1724
  end
1688
1725
 
@@ -1835,6 +1872,7 @@ module Aws::SecurityHub
1835
1872
  :tracing_config,
1836
1873
  :vpc_config,
1837
1874
  :version)
1875
+ SENSITIVE = []
1838
1876
  include Aws::Structure
1839
1877
  end
1840
1878
 
@@ -1866,6 +1904,7 @@ module Aws::SecurityHub
1866
1904
  class AwsLambdaFunctionEnvironment < Struct.new(
1867
1905
  :variables,
1868
1906
  :error)
1907
+ SENSITIVE = []
1869
1908
  include Aws::Structure
1870
1909
  end
1871
1910
 
@@ -1892,6 +1931,7 @@ module Aws::SecurityHub
1892
1931
  class AwsLambdaFunctionEnvironmentError < Struct.new(
1893
1932
  :error_code,
1894
1933
  :message)
1934
+ SENSITIVE = []
1895
1935
  include Aws::Structure
1896
1936
  end
1897
1937
 
@@ -1918,6 +1958,7 @@ module Aws::SecurityHub
1918
1958
  class AwsLambdaFunctionLayer < Struct.new(
1919
1959
  :arn,
1920
1960
  :code_size)
1961
+ SENSITIVE = []
1921
1962
  include Aws::Structure
1922
1963
  end
1923
1964
 
@@ -1938,6 +1979,7 @@ module Aws::SecurityHub
1938
1979
  #
1939
1980
  class AwsLambdaFunctionTracingConfig < Struct.new(
1940
1981
  :mode)
1982
+ SENSITIVE = []
1941
1983
  include Aws::Structure
1942
1984
  end
1943
1985
 
@@ -1971,6 +2013,7 @@ module Aws::SecurityHub
1971
2013
  :security_group_ids,
1972
2014
  :subnet_ids,
1973
2015
  :vpc_id)
2016
+ SENSITIVE = []
1974
2017
  include Aws::Structure
1975
2018
  end
1976
2019
 
@@ -2009,6 +2052,7 @@ module Aws::SecurityHub
2009
2052
  :version,
2010
2053
  :compatible_runtimes,
2011
2054
  :created_date)
2055
+ SENSITIVE = []
2012
2056
  include Aws::Structure
2013
2057
  end
2014
2058
 
@@ -2055,6 +2099,7 @@ module Aws::SecurityHub
2055
2099
  :role_arn,
2056
2100
  :feature_name,
2057
2101
  :status)
2102
+ SENSITIVE = []
2058
2103
  include Aws::Structure
2059
2104
  end
2060
2105
 
@@ -2241,6 +2286,7 @@ module Aws::SecurityHub
2241
2286
  :storage_encrypted,
2242
2287
  :tde_credential_arn,
2243
2288
  :vpc_security_groups)
2289
+ SENSITIVE = []
2244
2290
  include Aws::Structure
2245
2291
  end
2246
2292
 
@@ -2274,6 +2320,7 @@ module Aws::SecurityHub
2274
2320
  :address,
2275
2321
  :port,
2276
2322
  :hosted_zone_id)
2323
+ SENSITIVE = []
2277
2324
  include Aws::Structure
2278
2325
  end
2279
2326
 
@@ -2300,6 +2347,7 @@ module Aws::SecurityHub
2300
2347
  class AwsRdsDbInstanceVpcSecurityGroup < Struct.new(
2301
2348
  :vpc_security_group_id,
2302
2349
  :status)
2350
+ SENSITIVE = []
2303
2351
  include Aws::Structure
2304
2352
  end
2305
2353
 
@@ -2347,6 +2395,7 @@ module Aws::SecurityHub
2347
2395
  :owner_name,
2348
2396
  :created_at,
2349
2397
  :server_side_encryption_configuration)
2398
+ SENSITIVE = []
2350
2399
  include Aws::Structure
2351
2400
  end
2352
2401
 
@@ -2375,6 +2424,7 @@ module Aws::SecurityHub
2375
2424
  class AwsS3BucketServerSideEncryptionByDefault < Struct.new(
2376
2425
  :sse_algorithm,
2377
2426
  :kms_master_key_id)
2427
+ SENSITIVE = []
2378
2428
  include Aws::Structure
2379
2429
  end
2380
2430
 
@@ -2402,6 +2452,7 @@ module Aws::SecurityHub
2402
2452
  #
2403
2453
  class AwsS3BucketServerSideEncryptionConfiguration < Struct.new(
2404
2454
  :rules)
2455
+ SENSITIVE = []
2405
2456
  include Aws::Structure
2406
2457
  end
2407
2458
 
@@ -2427,6 +2478,7 @@ module Aws::SecurityHub
2427
2478
  #
2428
2479
  class AwsS3BucketServerSideEncryptionRule < Struct.new(
2429
2480
  :apply_server_side_encryption_by_default)
2481
+ SENSITIVE = []
2430
2482
  include Aws::Structure
2431
2483
  end
2432
2484
 
@@ -2482,6 +2534,7 @@ module Aws::SecurityHub
2482
2534
  :content_type,
2483
2535
  :server_side_encryption,
2484
2536
  :ssekms_key_id)
2537
+ SENSITIVE = []
2485
2538
  include Aws::Structure
2486
2539
  end
2487
2540
 
@@ -3194,6 +3247,7 @@ module Aws::SecurityHub
3194
3247
  :record_state,
3195
3248
  :related_findings,
3196
3249
  :note)
3250
+ SENSITIVE = []
3197
3251
  include Aws::Structure
3198
3252
  end
3199
3253
 
@@ -4241,6 +4295,7 @@ module Aws::SecurityHub
4241
4295
  :note_updated_at,
4242
4296
  :note_updated_by,
4243
4297
  :keyword)
4298
+ SENSITIVE = []
4244
4299
  include Aws::Structure
4245
4300
  end
4246
4301
 
@@ -4271,6 +4326,7 @@ module Aws::SecurityHub
4271
4326
  class AwsSecurityFindingIdentifier < Struct.new(
4272
4327
  :id,
4273
4328
  :product_arn)
4329
+ SENSITIVE = []
4274
4330
  include Aws::Structure
4275
4331
  end
4276
4332
 
@@ -4316,6 +4372,7 @@ module Aws::SecurityHub
4316
4372
  :subscription,
4317
4373
  :topic_name,
4318
4374
  :owner)
4375
+ SENSITIVE = []
4319
4376
  include Aws::Structure
4320
4377
  end
4321
4378
 
@@ -4342,6 +4399,7 @@ module Aws::SecurityHub
4342
4399
  class AwsSnsTopicSubscription < Struct.new(
4343
4400
  :endpoint,
4344
4401
  :protocol)
4402
+ SENSITIVE = []
4345
4403
  include Aws::Structure
4346
4404
  end
4347
4405
 
@@ -4385,6 +4443,7 @@ module Aws::SecurityHub
4385
4443
  :kms_master_key_id,
4386
4444
  :queue_name,
4387
4445
  :dead_letter_target_arn)
4446
+ SENSITIVE = []
4388
4447
  include Aws::Structure
4389
4448
  end
4390
4449
 
@@ -4443,6 +4502,7 @@ module Aws::SecurityHub
4443
4502
  :default_action,
4444
4503
  :rules,
4445
4504
  :web_acl_id)
4505
+ SENSITIVE = []
4446
4506
  include Aws::Structure
4447
4507
  end
4448
4508
 
@@ -4526,6 +4586,7 @@ module Aws::SecurityHub
4526
4586
  :priority,
4527
4587
  :rule_id,
4528
4588
  :type)
4589
+ SENSITIVE = []
4529
4590
  include Aws::Structure
4530
4591
  end
4531
4592
 
@@ -4544,6 +4605,7 @@ module Aws::SecurityHub
4544
4605
  #
4545
4606
  class BatchDisableStandardsRequest < Struct.new(
4546
4607
  :standards_subscription_arns)
4608
+ SENSITIVE = []
4547
4609
  include Aws::Structure
4548
4610
  end
4549
4611
 
@@ -4555,6 +4617,7 @@ module Aws::SecurityHub
4555
4617
  #
4556
4618
  class BatchDisableStandardsResponse < Struct.new(
4557
4619
  :standards_subscriptions)
4620
+ SENSITIVE = []
4558
4621
  include Aws::Structure
4559
4622
  end
4560
4623
 
@@ -4580,6 +4643,7 @@ module Aws::SecurityHub
4580
4643
  #
4581
4644
  class BatchEnableStandardsRequest < Struct.new(
4582
4645
  :standards_subscription_requests)
4646
+ SENSITIVE = []
4583
4647
  include Aws::Structure
4584
4648
  end
4585
4649
 
@@ -4591,6 +4655,7 @@ module Aws::SecurityHub
4591
4655
  #
4592
4656
  class BatchEnableStandardsResponse < Struct.new(
4593
4657
  :standards_subscriptions)
4658
+ SENSITIVE = []
4594
4659
  include Aws::Structure
4595
4660
  end
4596
4661
 
@@ -5107,6 +5172,7 @@ module Aws::SecurityHub
5107
5172
  #
5108
5173
  class BatchImportFindingsRequest < Struct.new(
5109
5174
  :findings)
5175
+ SENSITIVE = []
5110
5176
  include Aws::Structure
5111
5177
  end
5112
5178
 
@@ -5128,6 +5194,7 @@ module Aws::SecurityHub
5128
5194
  :failed_count,
5129
5195
  :success_count,
5130
5196
  :failed_findings)
5197
+ SENSITIVE = []
5131
5198
  include Aws::Structure
5132
5199
  end
5133
5200
 
@@ -5264,6 +5331,7 @@ module Aws::SecurityHub
5264
5331
  :user_defined_fields,
5265
5332
  :workflow,
5266
5333
  :related_findings)
5334
+ SENSITIVE = []
5267
5335
  include Aws::Structure
5268
5336
  end
5269
5337
 
@@ -5280,6 +5348,7 @@ module Aws::SecurityHub
5280
5348
  class BatchUpdateFindingsResponse < Struct.new(
5281
5349
  :processed_findings,
5282
5350
  :unprocessed_findings)
5351
+ SENSITIVE = []
5283
5352
  include Aws::Structure
5284
5353
  end
5285
5354
 
@@ -5304,6 +5373,7 @@ module Aws::SecurityHub
5304
5373
  :finding_identifier,
5305
5374
  :error_code,
5306
5375
  :error_message)
5376
+ SENSITIVE = []
5307
5377
  include Aws::Structure
5308
5378
  end
5309
5379
 
@@ -5367,6 +5437,7 @@ module Aws::SecurityHub
5367
5437
  :status,
5368
5438
  :related_requirements,
5369
5439
  :status_reasons)
5440
+ SENSITIVE = []
5370
5441
  include Aws::Structure
5371
5442
  end
5372
5443
 
@@ -5405,6 +5476,7 @@ module Aws::SecurityHub
5405
5476
  :image_id,
5406
5477
  :image_name,
5407
5478
  :launched_at)
5479
+ SENSITIVE = []
5408
5480
  include Aws::Structure
5409
5481
  end
5410
5482
 
@@ -5435,6 +5507,7 @@ module Aws::SecurityHub
5435
5507
  :name,
5436
5508
  :description,
5437
5509
  :id)
5510
+ SENSITIVE = []
5438
5511
  include Aws::Structure
5439
5512
  end
5440
5513
 
@@ -5446,6 +5519,7 @@ module Aws::SecurityHub
5446
5519
  #
5447
5520
  class CreateActionTargetResponse < Struct.new(
5448
5521
  :action_target_arn)
5522
+ SENSITIVE = []
5449
5523
  include Aws::Structure
5450
5524
  end
5451
5525
 
@@ -6036,6 +6110,7 @@ module Aws::SecurityHub
6036
6110
  :name,
6037
6111
  :filters,
6038
6112
  :group_by_attribute)
6113
+ SENSITIVE = []
6039
6114
  include Aws::Structure
6040
6115
  end
6041
6116
 
@@ -6047,6 +6122,7 @@ module Aws::SecurityHub
6047
6122
  #
6048
6123
  class CreateInsightResponse < Struct.new(
6049
6124
  :insight_arn)
6125
+ SENSITIVE = []
6050
6126
  include Aws::Structure
6051
6127
  end
6052
6128
 
@@ -6072,6 +6148,7 @@ module Aws::SecurityHub
6072
6148
  #
6073
6149
  class CreateMembersRequest < Struct.new(
6074
6150
  :account_details)
6151
+ SENSITIVE = []
6075
6152
  include Aws::Structure
6076
6153
  end
6077
6154
 
@@ -6084,6 +6161,7 @@ module Aws::SecurityHub
6084
6161
  #
6085
6162
  class CreateMembersResponse < Struct.new(
6086
6163
  :unprocessed_accounts)
6164
+ SENSITIVE = []
6087
6165
  include Aws::Structure
6088
6166
  end
6089
6167
 
@@ -6119,6 +6197,7 @@ module Aws::SecurityHub
6119
6197
  :start,
6120
6198
  :end,
6121
6199
  :date_range)
6200
+ SENSITIVE = []
6122
6201
  include Aws::Structure
6123
6202
  end
6124
6203
 
@@ -6145,6 +6224,7 @@ module Aws::SecurityHub
6145
6224
  class DateRange < Struct.new(
6146
6225
  :value,
6147
6226
  :unit)
6227
+ SENSITIVE = []
6148
6228
  include Aws::Structure
6149
6229
  end
6150
6230
 
@@ -6164,6 +6244,7 @@ module Aws::SecurityHub
6164
6244
  #
6165
6245
  class DeclineInvitationsRequest < Struct.new(
6166
6246
  :account_ids)
6247
+ SENSITIVE = []
6167
6248
  include Aws::Structure
6168
6249
  end
6169
6250
 
@@ -6176,6 +6257,7 @@ module Aws::SecurityHub
6176
6257
  #
6177
6258
  class DeclineInvitationsResponse < Struct.new(
6178
6259
  :unprocessed_accounts)
6260
+ SENSITIVE = []
6179
6261
  include Aws::Structure
6180
6262
  end
6181
6263
 
@@ -6194,6 +6276,7 @@ module Aws::SecurityHub
6194
6276
  #
6195
6277
  class DeleteActionTargetRequest < Struct.new(
6196
6278
  :action_target_arn)
6279
+ SENSITIVE = []
6197
6280
  include Aws::Structure
6198
6281
  end
6199
6282
 
@@ -6205,6 +6288,7 @@ module Aws::SecurityHub
6205
6288
  #
6206
6289
  class DeleteActionTargetResponse < Struct.new(
6207
6290
  :action_target_arn)
6291
+ SENSITIVE = []
6208
6292
  include Aws::Structure
6209
6293
  end
6210
6294
 
@@ -6223,6 +6307,7 @@ module Aws::SecurityHub
6223
6307
  #
6224
6308
  class DeleteInsightRequest < Struct.new(
6225
6309
  :insight_arn)
6310
+ SENSITIVE = []
6226
6311
  include Aws::Structure
6227
6312
  end
6228
6313
 
@@ -6234,6 +6319,7 @@ module Aws::SecurityHub
6234
6319
  #
6235
6320
  class DeleteInsightResponse < Struct.new(
6236
6321
  :insight_arn)
6322
+ SENSITIVE = []
6237
6323
  include Aws::Structure
6238
6324
  end
6239
6325
 
@@ -6252,6 +6338,7 @@ module Aws::SecurityHub
6252
6338
  #
6253
6339
  class DeleteInvitationsRequest < Struct.new(
6254
6340
  :account_ids)
6341
+ SENSITIVE = []
6255
6342
  include Aws::Structure
6256
6343
  end
6257
6344
 
@@ -6265,6 +6352,7 @@ module Aws::SecurityHub
6265
6352
  #
6266
6353
  class DeleteInvitationsResponse < Struct.new(
6267
6354
  :unprocessed_accounts)
6355
+ SENSITIVE = []
6268
6356
  include Aws::Structure
6269
6357
  end
6270
6358
 
@@ -6283,6 +6371,7 @@ module Aws::SecurityHub
6283
6371
  #
6284
6372
  class DeleteMembersRequest < Struct.new(
6285
6373
  :account_ids)
6374
+ SENSITIVE = []
6286
6375
  include Aws::Structure
6287
6376
  end
6288
6377
 
@@ -6295,6 +6384,7 @@ module Aws::SecurityHub
6295
6384
  #
6296
6385
  class DeleteMembersResponse < Struct.new(
6297
6386
  :unprocessed_accounts)
6387
+ SENSITIVE = []
6298
6388
  include Aws::Structure
6299
6389
  end
6300
6390
 
@@ -6332,6 +6422,7 @@ module Aws::SecurityHub
6332
6422
  :action_target_arns,
6333
6423
  :next_token,
6334
6424
  :max_results)
6425
+ SENSITIVE = []
6335
6426
  include Aws::Structure
6336
6427
  end
6337
6428
 
@@ -6350,6 +6441,7 @@ module Aws::SecurityHub
6350
6441
  class DescribeActionTargetsResponse < Struct.new(
6351
6442
  :action_targets,
6352
6443
  :next_token)
6444
+ SENSITIVE = []
6353
6445
  include Aws::Structure
6354
6446
  end
6355
6447
 
@@ -6368,6 +6460,7 @@ module Aws::SecurityHub
6368
6460
  #
6369
6461
  class DescribeHubRequest < Struct.new(
6370
6462
  :hub_arn)
6463
+ SENSITIVE = []
6371
6464
  include Aws::Structure
6372
6465
  end
6373
6466
 
@@ -6384,6 +6477,7 @@ module Aws::SecurityHub
6384
6477
  class DescribeHubResponse < Struct.new(
6385
6478
  :hub_arn,
6386
6479
  :subscribed_at)
6480
+ SENSITIVE = []
6387
6481
  include Aws::Structure
6388
6482
  end
6389
6483
 
@@ -6414,6 +6508,7 @@ module Aws::SecurityHub
6414
6508
  class DescribeProductsRequest < Struct.new(
6415
6509
  :next_token,
6416
6510
  :max_results)
6511
+ SENSITIVE = []
6417
6512
  include Aws::Structure
6418
6513
  end
6419
6514
 
@@ -6430,6 +6525,7 @@ module Aws::SecurityHub
6430
6525
  class DescribeProductsResponse < Struct.new(
6431
6526
  :products,
6432
6527
  :next_token)
6528
+ SENSITIVE = []
6433
6529
  include Aws::Structure
6434
6530
  end
6435
6531
 
@@ -6467,6 +6563,7 @@ module Aws::SecurityHub
6467
6563
  :standards_subscription_arn,
6468
6564
  :next_token,
6469
6565
  :max_results)
6566
+ SENSITIVE = []
6470
6567
  include Aws::Structure
6471
6568
  end
6472
6569
 
@@ -6483,6 +6580,7 @@ module Aws::SecurityHub
6483
6580
  class DescribeStandardsControlsResponse < Struct.new(
6484
6581
  :controls,
6485
6582
  :next_token)
6583
+ SENSITIVE = []
6486
6584
  include Aws::Structure
6487
6585
  end
6488
6586
 
@@ -6513,6 +6611,7 @@ module Aws::SecurityHub
6513
6611
  class DescribeStandardsRequest < Struct.new(
6514
6612
  :next_token,
6515
6613
  :max_results)
6614
+ SENSITIVE = []
6516
6615
  include Aws::Structure
6517
6616
  end
6518
6617
 
@@ -6529,6 +6628,7 @@ module Aws::SecurityHub
6529
6628
  class DescribeStandardsResponse < Struct.new(
6530
6629
  :standards,
6531
6630
  :next_token)
6631
+ SENSITIVE = []
6532
6632
  include Aws::Structure
6533
6633
  end
6534
6634
 
@@ -6547,6 +6647,7 @@ module Aws::SecurityHub
6547
6647
  #
6548
6648
  class DisableImportFindingsForProductRequest < Struct.new(
6549
6649
  :product_subscription_arn)
6650
+ SENSITIVE = []
6550
6651
  include Aws::Structure
6551
6652
  end
6552
6653
 
@@ -6590,6 +6691,7 @@ module Aws::SecurityHub
6590
6691
  #
6591
6692
  class DisassociateMembersRequest < Struct.new(
6592
6693
  :account_ids)
6694
+ SENSITIVE = []
6593
6695
  include Aws::Structure
6594
6696
  end
6595
6697
 
@@ -6612,6 +6714,7 @@ module Aws::SecurityHub
6612
6714
  #
6613
6715
  class EnableImportFindingsForProductRequest < Struct.new(
6614
6716
  :product_arn)
6717
+ SENSITIVE = []
6615
6718
  include Aws::Structure
6616
6719
  end
6617
6720
 
@@ -6624,6 +6727,7 @@ module Aws::SecurityHub
6624
6727
  #
6625
6728
  class EnableImportFindingsForProductResponse < Struct.new(
6626
6729
  :product_subscription_arn)
6730
+ SENSITIVE = []
6627
6731
  include Aws::Structure
6628
6732
  end
6629
6733
 
@@ -6654,6 +6758,7 @@ module Aws::SecurityHub
6654
6758
  class EnableSecurityHubRequest < Struct.new(
6655
6759
  :tags,
6656
6760
  :enable_default_standards)
6761
+ SENSITIVE = []
6657
6762
  include Aws::Structure
6658
6763
  end
6659
6764
 
@@ -6695,6 +6800,7 @@ module Aws::SecurityHub
6695
6800
  :standards_subscription_arns,
6696
6801
  :next_token,
6697
6802
  :max_results)
6803
+ SENSITIVE = []
6698
6804
  include Aws::Structure
6699
6805
  end
6700
6806
 
@@ -6712,6 +6818,7 @@ module Aws::SecurityHub
6712
6818
  class GetEnabledStandardsResponse < Struct.new(
6713
6819
  :standards_subscriptions,
6714
6820
  :next_token)
6821
+ SENSITIVE = []
6715
6822
  include Aws::Structure
6716
6823
  end
6717
6824
 
@@ -7313,6 +7420,7 @@ module Aws::SecurityHub
7313
7420
  :sort_criteria,
7314
7421
  :next_token,
7315
7422
  :max_results)
7423
+ SENSITIVE = []
7316
7424
  include Aws::Structure
7317
7425
  end
7318
7426
 
@@ -7329,6 +7437,7 @@ module Aws::SecurityHub
7329
7437
  class GetFindingsResponse < Struct.new(
7330
7438
  :findings,
7331
7439
  :next_token)
7440
+ SENSITIVE = []
7332
7441
  include Aws::Structure
7333
7442
  end
7334
7443
 
@@ -7347,6 +7456,7 @@ module Aws::SecurityHub
7347
7456
  #
7348
7457
  class GetInsightResultsRequest < Struct.new(
7349
7458
  :insight_arn)
7459
+ SENSITIVE = []
7350
7460
  include Aws::Structure
7351
7461
  end
7352
7462
 
@@ -7358,6 +7468,7 @@ module Aws::SecurityHub
7358
7468
  #
7359
7469
  class GetInsightResultsResponse < Struct.new(
7360
7470
  :insight_results)
7471
+ SENSITIVE = []
7361
7472
  include Aws::Structure
7362
7473
  end
7363
7474
 
@@ -7395,6 +7506,7 @@ module Aws::SecurityHub
7395
7506
  :insight_arns,
7396
7507
  :next_token,
7397
7508
  :max_results)
7509
+ SENSITIVE = []
7398
7510
  include Aws::Structure
7399
7511
  end
7400
7512
 
@@ -7411,6 +7523,7 @@ module Aws::SecurityHub
7411
7523
  class GetInsightsResponse < Struct.new(
7412
7524
  :insights,
7413
7525
  :next_token)
7526
+ SENSITIVE = []
7414
7527
  include Aws::Structure
7415
7528
  end
7416
7529
 
@@ -7429,6 +7542,7 @@ module Aws::SecurityHub
7429
7542
  #
7430
7543
  class GetInvitationsCountResponse < Struct.new(
7431
7544
  :invitations_count)
7545
+ SENSITIVE = []
7432
7546
  include Aws::Structure
7433
7547
  end
7434
7548
 
@@ -7447,6 +7561,7 @@ module Aws::SecurityHub
7447
7561
  #
7448
7562
  class GetMasterAccountResponse < Struct.new(
7449
7563
  :master)
7564
+ SENSITIVE = []
7450
7565
  include Aws::Structure
7451
7566
  end
7452
7567
 
@@ -7466,6 +7581,7 @@ module Aws::SecurityHub
7466
7581
  #
7467
7582
  class GetMembersRequest < Struct.new(
7468
7583
  :account_ids)
7584
+ SENSITIVE = []
7469
7585
  include Aws::Structure
7470
7586
  end
7471
7587
 
@@ -7483,6 +7599,7 @@ module Aws::SecurityHub
7483
7599
  class GetMembersResponse < Struct.new(
7484
7600
  :members,
7485
7601
  :unprocessed_accounts)
7602
+ SENSITIVE = []
7486
7603
  include Aws::Structure
7487
7604
  end
7488
7605
 
@@ -7509,6 +7626,7 @@ module Aws::SecurityHub
7509
7626
  :id,
7510
7627
  :error_code,
7511
7628
  :error_message)
7629
+ SENSITIVE = []
7512
7630
  include Aws::Structure
7513
7631
  end
7514
7632
 
@@ -7543,6 +7661,7 @@ module Aws::SecurityHub
7543
7661
  :name,
7544
7662
  :filters,
7545
7663
  :group_by_attribute)
7664
+ SENSITIVE = []
7546
7665
  include Aws::Structure
7547
7666
  end
7548
7667
 
@@ -7564,6 +7683,7 @@ module Aws::SecurityHub
7564
7683
  class InsightResultValue < Struct.new(
7565
7684
  :group_by_attribute_value,
7566
7685
  :count)
7686
+ SENSITIVE = []
7567
7687
  include Aws::Structure
7568
7688
  end
7569
7689
 
@@ -7590,6 +7710,7 @@ module Aws::SecurityHub
7590
7710
  :insight_arn,
7591
7711
  :group_by_attribute,
7592
7712
  :result_values)
7713
+ SENSITIVE = []
7593
7714
  include Aws::Structure
7594
7715
  end
7595
7716
 
@@ -7606,6 +7727,7 @@ module Aws::SecurityHub
7606
7727
  class InternalException < Struct.new(
7607
7728
  :message,
7608
7729
  :code)
7730
+ SENSITIVE = []
7609
7731
  include Aws::Structure
7610
7732
  end
7611
7733
 
@@ -7623,6 +7745,7 @@ module Aws::SecurityHub
7623
7745
  class InvalidAccessException < Struct.new(
7624
7746
  :message,
7625
7747
  :code)
7748
+ SENSITIVE = []
7626
7749
  include Aws::Structure
7627
7750
  end
7628
7751
 
@@ -7640,6 +7763,7 @@ module Aws::SecurityHub
7640
7763
  class InvalidInputException < Struct.new(
7641
7764
  :message,
7642
7765
  :code)
7766
+ SENSITIVE = []
7643
7767
  include Aws::Structure
7644
7768
  end
7645
7769
 
@@ -7670,6 +7794,7 @@ module Aws::SecurityHub
7670
7794
  :invitation_id,
7671
7795
  :invited_at,
7672
7796
  :member_status)
7797
+ SENSITIVE = []
7673
7798
  include Aws::Structure
7674
7799
  end
7675
7800
 
@@ -7689,6 +7814,7 @@ module Aws::SecurityHub
7689
7814
  #
7690
7815
  class InviteMembersRequest < Struct.new(
7691
7816
  :account_ids)
7817
+ SENSITIVE = []
7692
7818
  include Aws::Structure
7693
7819
  end
7694
7820
 
@@ -7701,6 +7827,7 @@ module Aws::SecurityHub
7701
7827
  #
7702
7828
  class InviteMembersResponse < Struct.new(
7703
7829
  :unprocessed_accounts)
7830
+ SENSITIVE = []
7704
7831
  include Aws::Structure
7705
7832
  end
7706
7833
 
@@ -7721,6 +7848,7 @@ module Aws::SecurityHub
7721
7848
  #
7722
7849
  class IpFilter < Struct.new(
7723
7850
  :cidr)
7851
+ SENSITIVE = []
7724
7852
  include Aws::Structure
7725
7853
  end
7726
7854
 
@@ -7741,6 +7869,7 @@ module Aws::SecurityHub
7741
7869
  #
7742
7870
  class KeywordFilter < Struct.new(
7743
7871
  :value)
7872
+ SENSITIVE = []
7744
7873
  include Aws::Structure
7745
7874
  end
7746
7875
 
@@ -7759,6 +7888,7 @@ module Aws::SecurityHub
7759
7888
  class LimitExceededException < Struct.new(
7760
7889
  :message,
7761
7890
  :code)
7891
+ SENSITIVE = []
7762
7892
  include Aws::Structure
7763
7893
  end
7764
7894
 
@@ -7789,6 +7919,7 @@ module Aws::SecurityHub
7789
7919
  class ListEnabledProductsForImportRequest < Struct.new(
7790
7920
  :next_token,
7791
7921
  :max_results)
7922
+ SENSITIVE = []
7792
7923
  include Aws::Structure
7793
7924
  end
7794
7925
 
@@ -7806,6 +7937,7 @@ module Aws::SecurityHub
7806
7937
  class ListEnabledProductsForImportResponse < Struct.new(
7807
7938
  :product_subscriptions,
7808
7939
  :next_token)
7940
+ SENSITIVE = []
7809
7941
  include Aws::Structure
7810
7942
  end
7811
7943
 
@@ -7836,6 +7968,7 @@ module Aws::SecurityHub
7836
7968
  class ListInvitationsRequest < Struct.new(
7837
7969
  :max_results,
7838
7970
  :next_token)
7971
+ SENSITIVE = []
7839
7972
  include Aws::Structure
7840
7973
  end
7841
7974
 
@@ -7852,6 +7985,7 @@ module Aws::SecurityHub
7852
7985
  class ListInvitationsResponse < Struct.new(
7853
7986
  :invitations,
7854
7987
  :next_token)
7988
+ SENSITIVE = []
7855
7989
  include Aws::Structure
7856
7990
  end
7857
7991
 
@@ -7896,6 +8030,7 @@ module Aws::SecurityHub
7896
8030
  :only_associated,
7897
8031
  :max_results,
7898
8032
  :next_token)
8033
+ SENSITIVE = []
7899
8034
  include Aws::Structure
7900
8035
  end
7901
8036
 
@@ -7912,6 +8047,7 @@ module Aws::SecurityHub
7912
8047
  class ListMembersResponse < Struct.new(
7913
8048
  :members,
7914
8049
  :next_token)
8050
+ SENSITIVE = []
7915
8051
  include Aws::Structure
7916
8052
  end
7917
8053
 
@@ -7930,6 +8066,7 @@ module Aws::SecurityHub
7930
8066
  #
7931
8067
  class ListTagsForResourceRequest < Struct.new(
7932
8068
  :resource_arn)
8069
+ SENSITIVE = []
7933
8070
  include Aws::Structure
7934
8071
  end
7935
8072
 
@@ -7941,6 +8078,7 @@ module Aws::SecurityHub
7941
8078
  #
7942
8079
  class ListTagsForResourceResponse < Struct.new(
7943
8080
  :tags)
8081
+ SENSITIVE = []
7944
8082
  include Aws::Structure
7945
8083
  end
7946
8084
 
@@ -7973,6 +8111,7 @@ module Aws::SecurityHub
7973
8111
  class LoadBalancerState < Struct.new(
7974
8112
  :code,
7975
8113
  :reason)
8114
+ SENSITIVE = []
7976
8115
  include Aws::Structure
7977
8116
  end
7978
8117
 
@@ -8011,6 +8150,7 @@ module Aws::SecurityHub
8011
8150
  :type,
8012
8151
  :path,
8013
8152
  :state)
8153
+ SENSITIVE = []
8014
8154
  include Aws::Structure
8015
8155
  end
8016
8156
 
@@ -8044,6 +8184,7 @@ module Aws::SecurityHub
8044
8184
  :key,
8045
8185
  :value,
8046
8186
  :comparison)
8187
+ SENSITIVE = []
8047
8188
  include Aws::Structure
8048
8189
  end
8049
8190
 
@@ -8086,6 +8227,7 @@ module Aws::SecurityHub
8086
8227
  :member_status,
8087
8228
  :invited_at,
8088
8229
  :updated_at)
8230
+ SENSITIVE = []
8089
8231
  include Aws::Structure
8090
8232
  end
8091
8233
 
@@ -8172,6 +8314,7 @@ module Aws::SecurityHub
8172
8314
  :destination_ip_v6,
8173
8315
  :destination_port,
8174
8316
  :destination_domain)
8317
+ SENSITIVE = []
8175
8318
  include Aws::Structure
8176
8319
  end
8177
8320
 
@@ -8204,6 +8347,7 @@ module Aws::SecurityHub
8204
8347
  :text,
8205
8348
  :updated_by,
8206
8349
  :updated_at)
8350
+ SENSITIVE = []
8207
8351
  include Aws::Structure
8208
8352
  end
8209
8353
 
@@ -8230,6 +8374,7 @@ module Aws::SecurityHub
8230
8374
  class NoteUpdate < Struct.new(
8231
8375
  :text,
8232
8376
  :updated_by)
8377
+ SENSITIVE = []
8233
8378
  include Aws::Structure
8234
8379
  end
8235
8380
 
@@ -8265,6 +8410,7 @@ module Aws::SecurityHub
8265
8410
  :gte,
8266
8411
  :lte,
8267
8412
  :eq)
8413
+ SENSITIVE = []
8268
8414
  include Aws::Structure
8269
8415
  end
8270
8416
 
@@ -8315,6 +8461,7 @@ module Aws::SecurityHub
8315
8461
  :parent_pid,
8316
8462
  :launched_at,
8317
8463
  :terminated_at)
8464
+ SENSITIVE = []
8318
8465
  include Aws::Structure
8319
8466
  end
8320
8467
 
@@ -8376,6 +8523,7 @@ module Aws::SecurityHub
8376
8523
  :marketplace_url,
8377
8524
  :activation_url,
8378
8525
  :product_subscription_resource_policy)
8526
+ SENSITIVE = []
8379
8527
  include Aws::Structure
8380
8528
  end
8381
8529
 
@@ -8405,6 +8553,7 @@ module Aws::SecurityHub
8405
8553
  class Recommendation < Struct.new(
8406
8554
  :text,
8407
8555
  :url)
8556
+ SENSITIVE = []
8408
8557
  include Aws::Structure
8409
8558
  end
8410
8559
 
@@ -8431,6 +8580,7 @@ module Aws::SecurityHub
8431
8580
  class RelatedFinding < Struct.new(
8432
8581
  :product_arn,
8433
8582
  :id)
8583
+ SENSITIVE = []
8434
8584
  include Aws::Structure
8435
8585
  end
8436
8586
 
@@ -8455,6 +8605,7 @@ module Aws::SecurityHub
8455
8605
  #
8456
8606
  class Remediation < Struct.new(
8457
8607
  :recommendation)
8608
+ SENSITIVE = []
8458
8609
  include Aws::Structure
8459
8610
  end
8460
8611
 
@@ -8893,6 +9044,7 @@ module Aws::SecurityHub
8893
9044
  :region,
8894
9045
  :tags,
8895
9046
  :details)
9047
+ SENSITIVE = []
8896
9048
  include Aws::Structure
8897
9049
  end
8898
9050
 
@@ -8910,6 +9062,7 @@ module Aws::SecurityHub
8910
9062
  class ResourceConflictException < Struct.new(
8911
9063
  :message,
8912
9064
  :code)
9065
+ SENSITIVE = []
8913
9066
  include Aws::Structure
8914
9067
  end
8915
9068
 
@@ -9422,6 +9575,7 @@ module Aws::SecurityHub
9422
9575
  :aws_waf_web_acl,
9423
9576
  :container,
9424
9577
  :other)
9578
+ SENSITIVE = []
9425
9579
  include Aws::Structure
9426
9580
  end
9427
9581
 
@@ -9439,6 +9593,7 @@ module Aws::SecurityHub
9439
9593
  class ResourceNotFoundException < Struct.new(
9440
9594
  :message,
9441
9595
  :code)
9596
+ SENSITIVE = []
9442
9597
  include Aws::Structure
9443
9598
  end
9444
9599
 
@@ -9457,6 +9612,7 @@ module Aws::SecurityHub
9457
9612
  class Result < Struct.new(
9458
9613
  :account_id,
9459
9614
  :processing_result)
9615
+ SENSITIVE = []
9460
9616
  include Aws::Structure
9461
9617
  end
9462
9618
 
@@ -9526,6 +9682,7 @@ module Aws::SecurityHub
9526
9682
  :label,
9527
9683
  :normalized,
9528
9684
  :original)
9685
+ SENSITIVE = []
9529
9686
  include Aws::Structure
9530
9687
  end
9531
9688
 
@@ -9585,6 +9742,7 @@ module Aws::SecurityHub
9585
9742
  :normalized,
9586
9743
  :product,
9587
9744
  :label)
9745
+ SENSITIVE = []
9588
9746
  include Aws::Structure
9589
9747
  end
9590
9748
 
@@ -9611,6 +9769,7 @@ module Aws::SecurityHub
9611
9769
  class SortCriterion < Struct.new(
9612
9770
  :field,
9613
9771
  :sort_order)
9772
+ SENSITIVE = []
9614
9773
  include Aws::Structure
9615
9774
  end
9616
9775
 
@@ -9645,6 +9804,7 @@ module Aws::SecurityHub
9645
9804
  :name,
9646
9805
  :description,
9647
9806
  :enabled_by_default)
9807
+ SENSITIVE = []
9648
9808
  include Aws::Structure
9649
9809
  end
9650
9810
 
@@ -9713,6 +9873,7 @@ module Aws::SecurityHub
9713
9873
  :remediation_url,
9714
9874
  :severity_rating,
9715
9875
  :related_requirements)
9876
+ SENSITIVE = []
9716
9877
  include Aws::Structure
9717
9878
  end
9718
9879
 
@@ -9742,6 +9903,7 @@ module Aws::SecurityHub
9742
9903
  :standards_arn,
9743
9904
  :standards_input,
9744
9905
  :standards_status)
9906
+ SENSITIVE = []
9745
9907
  include Aws::Structure
9746
9908
  end
9747
9909
 
@@ -9772,6 +9934,7 @@ module Aws::SecurityHub
9772
9934
  class StandardsSubscriptionRequest < Struct.new(
9773
9935
  :standards_arn,
9774
9936
  :standards_input)
9937
+ SENSITIVE = []
9775
9938
  include Aws::Structure
9776
9939
  end
9777
9940
 
@@ -9804,6 +9967,7 @@ module Aws::SecurityHub
9804
9967
  class StatusReason < Struct.new(
9805
9968
  :reason_code,
9806
9969
  :description)
9970
+ SENSITIVE = []
9807
9971
  include Aws::Structure
9808
9972
  end
9809
9973
 
@@ -9831,6 +9995,7 @@ module Aws::SecurityHub
9831
9995
  class StringFilter < Struct.new(
9832
9996
  :value,
9833
9997
  :comparison)
9998
+ SENSITIVE = []
9834
9999
  include Aws::Structure
9835
10000
  end
9836
10001
 
@@ -9857,6 +10022,7 @@ module Aws::SecurityHub
9857
10022
  class TagResourceRequest < Struct.new(
9858
10023
  :resource_arn,
9859
10024
  :tags)
10025
+ SENSITIVE = []
9860
10026
  include Aws::Structure
9861
10027
  end
9862
10028
 
@@ -9913,6 +10079,7 @@ module Aws::SecurityHub
9913
10079
  :last_observed_at,
9914
10080
  :source,
9915
10081
  :source_url)
10082
+ SENSITIVE = []
9916
10083
  include Aws::Structure
9917
10084
  end
9918
10085
 
@@ -9937,6 +10104,7 @@ module Aws::SecurityHub
9937
10104
  class UntagResourceRequest < Struct.new(
9938
10105
  :resource_arn,
9939
10106
  :tag_keys)
10107
+ SENSITIVE = []
9940
10108
  include Aws::Structure
9941
10109
  end
9942
10110
 
@@ -9971,6 +10139,7 @@ module Aws::SecurityHub
9971
10139
  :action_target_arn,
9972
10140
  :name,
9973
10141
  :description)
10142
+ SENSITIVE = []
9974
10143
  include Aws::Structure
9975
10144
  end
9976
10145
 
@@ -10563,6 +10732,7 @@ module Aws::SecurityHub
10563
10732
  :filters,
10564
10733
  :note,
10565
10734
  :record_state)
10735
+ SENSITIVE = []
10566
10736
  include Aws::Structure
10567
10737
  end
10568
10738
 
@@ -11157,6 +11327,7 @@ module Aws::SecurityHub
11157
11327
  :name,
11158
11328
  :filters,
11159
11329
  :group_by_attribute)
11330
+ SENSITIVE = []
11160
11331
  include Aws::Structure
11161
11332
  end
11162
11333
 
@@ -11192,6 +11363,7 @@ module Aws::SecurityHub
11192
11363
  :standards_control_arn,
11193
11364
  :control_status,
11194
11365
  :disabled_reason)
11366
+ SENSITIVE = []
11195
11367
  include Aws::Structure
11196
11368
  end
11197
11369
 
@@ -11230,6 +11402,7 @@ module Aws::SecurityHub
11230
11402
  #
11231
11403
  class WafAction < Struct.new(
11232
11404
  :type)
11405
+ SENSITIVE = []
11233
11406
  include Aws::Structure
11234
11407
  end
11235
11408
 
@@ -11250,6 +11423,7 @@ module Aws::SecurityHub
11250
11423
  #
11251
11424
  class WafExcludedRule < Struct.new(
11252
11425
  :rule_id)
11426
+ SENSITIVE = []
11253
11427
  include Aws::Structure
11254
11428
  end
11255
11429
 
@@ -11273,6 +11447,7 @@ module Aws::SecurityHub
11273
11447
  #
11274
11448
  class WafOverrideAction < Struct.new(
11275
11449
  :type)
11450
+ SENSITIVE = []
11276
11451
  include Aws::Structure
11277
11452
  end
11278
11453
 
@@ -11307,6 +11482,7 @@ module Aws::SecurityHub
11307
11482
  #
11308
11483
  class Workflow < Struct.new(
11309
11484
  :status)
11485
+ SENSITIVE = []
11310
11486
  include Aws::Structure
11311
11487
  end
11312
11488
 
@@ -11340,6 +11516,7 @@ module Aws::SecurityHub
11340
11516
  #
11341
11517
  class WorkflowUpdate < Struct.new(
11342
11518
  :status)
11519
+ SENSITIVE = []
11343
11520
  include Aws::Structure
11344
11521
  end
11345
11522
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.1
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core