aws-sdk-guardduty 1.35.1 → 1.36.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b31e6be5da0f7f691fe98f9e0f431c3c313aa2267e59e8a456b9138e167f00c
|
4
|
+
data.tar.gz: 20abf5a840390cc62d4d6c168536d640d5c613ebd3f38f4c8390073a0d908177
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 301174c7ee0c0208913ab17c76f5f3a4e96f3c24aff9d3714a7bcfbb63341cadca77777dd1dd22c1318fe7ea51b362ee5333251b6e19841e6dc119916f9c0ad4
|
7
|
+
data.tar.gz: acc43203f71aa487f9da853348b06b156e7758610abb1238ee738c18a5e0d7b7595e5d325708b29b1b09a0f3c69e854dac54f3c21202d536737d65449664d8d0
|
data/lib/aws-sdk-guardduty.rb
CHANGED
@@ -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-guardduty/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::GuardDuty
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.36.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:
|
@@ -2902,7 +2904,7 @@ module Aws::GuardDuty
|
|
2902
2904
|
params: params,
|
2903
2905
|
config: config)
|
2904
2906
|
context[:gem_name] = 'aws-sdk-guardduty'
|
2905
|
-
context[:gem_version] = '1.
|
2907
|
+
context[:gem_version] = '1.36.0'
|
2906
2908
|
Seahorse::Client::Request.new(handlers, context)
|
2907
2909
|
end
|
2908
2910
|
|
@@ -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:
|
@@ -37,6 +39,7 @@ module Aws::GuardDuty
|
|
37
39
|
:detector_id,
|
38
40
|
:master_id,
|
39
41
|
:invitation_id)
|
42
|
+
SENSITIVE = []
|
40
43
|
include Aws::Structure
|
41
44
|
end
|
42
45
|
|
@@ -62,6 +65,7 @@ module Aws::GuardDuty
|
|
62
65
|
class AccessControlList < Struct.new(
|
63
66
|
:allows_public_read_access,
|
64
67
|
:allows_public_write_access)
|
68
|
+
SENSITIVE = []
|
65
69
|
include Aws::Structure
|
66
70
|
end
|
67
71
|
|
@@ -90,6 +94,7 @@ module Aws::GuardDuty
|
|
90
94
|
:principal_id,
|
91
95
|
:user_name,
|
92
96
|
:user_type)
|
97
|
+
SENSITIVE = []
|
93
98
|
include Aws::Structure
|
94
99
|
end
|
95
100
|
|
@@ -116,6 +121,7 @@ module Aws::GuardDuty
|
|
116
121
|
class AccountDetail < Struct.new(
|
117
122
|
:account_id,
|
118
123
|
:email)
|
124
|
+
SENSITIVE = []
|
119
125
|
include Aws::Structure
|
120
126
|
end
|
121
127
|
|
@@ -131,6 +137,7 @@ module Aws::GuardDuty
|
|
131
137
|
#
|
132
138
|
class AccountLevelPermissions < Struct.new(
|
133
139
|
:block_public_access)
|
140
|
+
SENSITIVE = []
|
134
141
|
include Aws::Structure
|
135
142
|
end
|
136
143
|
|
@@ -166,6 +173,7 @@ module Aws::GuardDuty
|
|
166
173
|
:dns_request_action,
|
167
174
|
:network_connection_action,
|
168
175
|
:port_probe_action)
|
176
|
+
SENSITIVE = []
|
169
177
|
include Aws::Structure
|
170
178
|
end
|
171
179
|
|
@@ -186,6 +194,7 @@ module Aws::GuardDuty
|
|
186
194
|
class AdminAccount < Struct.new(
|
187
195
|
:admin_account_id,
|
188
196
|
:admin_status)
|
197
|
+
SENSITIVE = []
|
189
198
|
include Aws::Structure
|
190
199
|
end
|
191
200
|
|
@@ -211,6 +220,7 @@ module Aws::GuardDuty
|
|
211
220
|
class ArchiveFindingsRequest < Struct.new(
|
212
221
|
:detector_id,
|
213
222
|
:finding_ids)
|
223
|
+
SENSITIVE = []
|
214
224
|
include Aws::Structure
|
215
225
|
end
|
216
226
|
|
@@ -248,6 +258,7 @@ module Aws::GuardDuty
|
|
248
258
|
:domain_details,
|
249
259
|
:remote_ip_details,
|
250
260
|
:service_name)
|
261
|
+
SENSITIVE = []
|
251
262
|
include Aws::Structure
|
252
263
|
end
|
253
264
|
|
@@ -266,6 +277,7 @@ module Aws::GuardDuty
|
|
266
277
|
class BadRequestException < Struct.new(
|
267
278
|
:message,
|
268
279
|
:type)
|
280
|
+
SENSITIVE = []
|
269
281
|
include Aws::Structure
|
270
282
|
end
|
271
283
|
|
@@ -301,6 +313,7 @@ module Aws::GuardDuty
|
|
301
313
|
:restrict_public_buckets,
|
302
314
|
:block_public_acls,
|
303
315
|
:block_public_policy)
|
316
|
+
SENSITIVE = []
|
304
317
|
include Aws::Structure
|
305
318
|
end
|
306
319
|
|
@@ -327,6 +340,7 @@ module Aws::GuardDuty
|
|
327
340
|
:access_control_list,
|
328
341
|
:bucket_policy,
|
329
342
|
:block_public_access)
|
343
|
+
SENSITIVE = []
|
330
344
|
include Aws::Structure
|
331
345
|
end
|
332
346
|
|
@@ -347,6 +361,7 @@ module Aws::GuardDuty
|
|
347
361
|
class BucketPolicy < Struct.new(
|
348
362
|
:allows_public_read_access,
|
349
363
|
:allows_public_write_access)
|
364
|
+
SENSITIVE = []
|
350
365
|
include Aws::Structure
|
351
366
|
end
|
352
367
|
|
@@ -360,6 +375,7 @@ module Aws::GuardDuty
|
|
360
375
|
#
|
361
376
|
class City < Struct.new(
|
362
377
|
:city_name)
|
378
|
+
SENSITIVE = []
|
363
379
|
include Aws::Structure
|
364
380
|
end
|
365
381
|
|
@@ -458,6 +474,7 @@ module Aws::GuardDuty
|
|
458
474
|
:greater_than_or_equal,
|
459
475
|
:less_than,
|
460
476
|
:less_than_or_equal)
|
477
|
+
SENSITIVE = []
|
461
478
|
include Aws::Structure
|
462
479
|
end
|
463
480
|
|
@@ -477,6 +494,7 @@ module Aws::GuardDuty
|
|
477
494
|
class Country < Struct.new(
|
478
495
|
:country_code,
|
479
496
|
:country_name)
|
497
|
+
SENSITIVE = []
|
480
498
|
include Aws::Structure
|
481
499
|
end
|
482
500
|
|
@@ -520,6 +538,7 @@ module Aws::GuardDuty
|
|
520
538
|
:client_token,
|
521
539
|
:finding_publishing_frequency,
|
522
540
|
:tags)
|
541
|
+
SENSITIVE = []
|
523
542
|
include Aws::Structure
|
524
543
|
end
|
525
544
|
|
@@ -531,6 +550,7 @@ module Aws::GuardDuty
|
|
531
550
|
#
|
532
551
|
class CreateDetectorResponse < Struct.new(
|
533
552
|
:detector_id)
|
553
|
+
SENSITIVE = []
|
534
554
|
include Aws::Structure
|
535
555
|
end
|
536
556
|
|
@@ -729,6 +749,7 @@ module Aws::GuardDuty
|
|
729
749
|
:finding_criteria,
|
730
750
|
:client_token,
|
731
751
|
:tags)
|
752
|
+
SENSITIVE = []
|
732
753
|
include Aws::Structure
|
733
754
|
end
|
734
755
|
|
@@ -740,6 +761,7 @@ module Aws::GuardDuty
|
|
740
761
|
#
|
741
762
|
class CreateFilterResponse < Struct.new(
|
742
763
|
:name)
|
764
|
+
SENSITIVE = []
|
743
765
|
include Aws::Structure
|
744
766
|
end
|
745
767
|
|
@@ -805,6 +827,7 @@ module Aws::GuardDuty
|
|
805
827
|
:activate,
|
806
828
|
:client_token,
|
807
829
|
:tags)
|
830
|
+
SENSITIVE = []
|
808
831
|
include Aws::Structure
|
809
832
|
end
|
810
833
|
|
@@ -816,6 +839,7 @@ module Aws::GuardDuty
|
|
816
839
|
#
|
817
840
|
class CreateIPSetResponse < Struct.new(
|
818
841
|
:ip_set_id)
|
842
|
+
SENSITIVE = []
|
819
843
|
include Aws::Structure
|
820
844
|
end
|
821
845
|
|
@@ -847,6 +871,7 @@ module Aws::GuardDuty
|
|
847
871
|
class CreateMembersRequest < Struct.new(
|
848
872
|
:detector_id,
|
849
873
|
:account_details)
|
874
|
+
SENSITIVE = []
|
850
875
|
include Aws::Structure
|
851
876
|
end
|
852
877
|
|
@@ -859,6 +884,7 @@ module Aws::GuardDuty
|
|
859
884
|
#
|
860
885
|
class CreateMembersResponse < Struct.new(
|
861
886
|
:unprocessed_accounts)
|
887
|
+
SENSITIVE = []
|
862
888
|
include Aws::Structure
|
863
889
|
end
|
864
890
|
|
@@ -904,6 +930,7 @@ module Aws::GuardDuty
|
|
904
930
|
:destination_type,
|
905
931
|
:destination_properties,
|
906
932
|
:client_token)
|
933
|
+
SENSITIVE = []
|
907
934
|
include Aws::Structure
|
908
935
|
end
|
909
936
|
|
@@ -915,6 +942,7 @@ module Aws::GuardDuty
|
|
915
942
|
#
|
916
943
|
class CreatePublishingDestinationResponse < Struct.new(
|
917
944
|
:destination_id)
|
945
|
+
SENSITIVE = []
|
918
946
|
include Aws::Structure
|
919
947
|
end
|
920
948
|
|
@@ -939,6 +967,7 @@ module Aws::GuardDuty
|
|
939
967
|
class CreateSampleFindingsRequest < Struct.new(
|
940
968
|
:detector_id,
|
941
969
|
:finding_types)
|
970
|
+
SENSITIVE = []
|
942
971
|
include Aws::Structure
|
943
972
|
end
|
944
973
|
|
@@ -1007,6 +1036,7 @@ module Aws::GuardDuty
|
|
1007
1036
|
:activate,
|
1008
1037
|
:client_token,
|
1009
1038
|
:tags)
|
1039
|
+
SENSITIVE = []
|
1010
1040
|
include Aws::Structure
|
1011
1041
|
end
|
1012
1042
|
|
@@ -1018,6 +1048,7 @@ module Aws::GuardDuty
|
|
1018
1048
|
#
|
1019
1049
|
class CreateThreatIntelSetResponse < Struct.new(
|
1020
1050
|
:threat_intel_set_id)
|
1051
|
+
SENSITIVE = []
|
1021
1052
|
include Aws::Structure
|
1022
1053
|
end
|
1023
1054
|
|
@@ -1038,6 +1069,7 @@ module Aws::GuardDuty
|
|
1038
1069
|
#
|
1039
1070
|
class DeclineInvitationsRequest < Struct.new(
|
1040
1071
|
:account_ids)
|
1072
|
+
SENSITIVE = []
|
1041
1073
|
include Aws::Structure
|
1042
1074
|
end
|
1043
1075
|
|
@@ -1050,6 +1082,7 @@ module Aws::GuardDuty
|
|
1050
1082
|
#
|
1051
1083
|
class DeclineInvitationsResponse < Struct.new(
|
1052
1084
|
:unprocessed_accounts)
|
1085
|
+
SENSITIVE = []
|
1053
1086
|
include Aws::Structure
|
1054
1087
|
end
|
1055
1088
|
|
@@ -1074,6 +1107,7 @@ module Aws::GuardDuty
|
|
1074
1107
|
class DefaultServerSideEncryption < Struct.new(
|
1075
1108
|
:encryption_type,
|
1076
1109
|
:kms_master_key_arn)
|
1110
|
+
SENSITIVE = []
|
1077
1111
|
include Aws::Structure
|
1078
1112
|
end
|
1079
1113
|
|
@@ -1092,6 +1126,7 @@ module Aws::GuardDuty
|
|
1092
1126
|
#
|
1093
1127
|
class DeleteDetectorRequest < Struct.new(
|
1094
1128
|
:detector_id)
|
1129
|
+
SENSITIVE = []
|
1095
1130
|
include Aws::Structure
|
1096
1131
|
end
|
1097
1132
|
|
@@ -1120,6 +1155,7 @@ module Aws::GuardDuty
|
|
1120
1155
|
class DeleteFilterRequest < Struct.new(
|
1121
1156
|
:detector_id,
|
1122
1157
|
:filter_name)
|
1158
|
+
SENSITIVE = []
|
1123
1159
|
include Aws::Structure
|
1124
1160
|
end
|
1125
1161
|
|
@@ -1148,6 +1184,7 @@ module Aws::GuardDuty
|
|
1148
1184
|
class DeleteIPSetRequest < Struct.new(
|
1149
1185
|
:detector_id,
|
1150
1186
|
:ip_set_id)
|
1187
|
+
SENSITIVE = []
|
1151
1188
|
include Aws::Structure
|
1152
1189
|
end
|
1153
1190
|
|
@@ -1171,6 +1208,7 @@ module Aws::GuardDuty
|
|
1171
1208
|
#
|
1172
1209
|
class DeleteInvitationsRequest < Struct.new(
|
1173
1210
|
:account_ids)
|
1211
|
+
SENSITIVE = []
|
1174
1212
|
include Aws::Structure
|
1175
1213
|
end
|
1176
1214
|
|
@@ -1183,6 +1221,7 @@ module Aws::GuardDuty
|
|
1183
1221
|
#
|
1184
1222
|
class DeleteInvitationsResponse < Struct.new(
|
1185
1223
|
:unprocessed_accounts)
|
1224
|
+
SENSITIVE = []
|
1186
1225
|
include Aws::Structure
|
1187
1226
|
end
|
1188
1227
|
|
@@ -1209,6 +1248,7 @@ module Aws::GuardDuty
|
|
1209
1248
|
class DeleteMembersRequest < Struct.new(
|
1210
1249
|
:detector_id,
|
1211
1250
|
:account_ids)
|
1251
|
+
SENSITIVE = []
|
1212
1252
|
include Aws::Structure
|
1213
1253
|
end
|
1214
1254
|
|
@@ -1220,6 +1260,7 @@ module Aws::GuardDuty
|
|
1220
1260
|
#
|
1221
1261
|
class DeleteMembersResponse < Struct.new(
|
1222
1262
|
:unprocessed_accounts)
|
1263
|
+
SENSITIVE = []
|
1223
1264
|
include Aws::Structure
|
1224
1265
|
end
|
1225
1266
|
|
@@ -1245,6 +1286,7 @@ module Aws::GuardDuty
|
|
1245
1286
|
class DeletePublishingDestinationRequest < Struct.new(
|
1246
1287
|
:detector_id,
|
1247
1288
|
:destination_id)
|
1289
|
+
SENSITIVE = []
|
1248
1290
|
include Aws::Structure
|
1249
1291
|
end
|
1250
1292
|
|
@@ -1274,6 +1316,7 @@ module Aws::GuardDuty
|
|
1274
1316
|
class DeleteThreatIntelSetRequest < Struct.new(
|
1275
1317
|
:detector_id,
|
1276
1318
|
:threat_intel_set_id)
|
1319
|
+
SENSITIVE = []
|
1277
1320
|
include Aws::Structure
|
1278
1321
|
end
|
1279
1322
|
|
@@ -1297,6 +1340,7 @@ module Aws::GuardDuty
|
|
1297
1340
|
#
|
1298
1341
|
class DescribeOrganizationConfigurationRequest < Struct.new(
|
1299
1342
|
:detector_id)
|
1343
|
+
SENSITIVE = []
|
1300
1344
|
include Aws::Structure
|
1301
1345
|
end
|
1302
1346
|
|
@@ -1315,6 +1359,7 @@ module Aws::GuardDuty
|
|
1315
1359
|
class DescribeOrganizationConfigurationResponse < Struct.new(
|
1316
1360
|
:auto_enable,
|
1317
1361
|
:member_account_limit_reached)
|
1362
|
+
SENSITIVE = []
|
1318
1363
|
include Aws::Structure
|
1319
1364
|
end
|
1320
1365
|
|
@@ -1340,6 +1385,7 @@ module Aws::GuardDuty
|
|
1340
1385
|
class DescribePublishingDestinationRequest < Struct.new(
|
1341
1386
|
:detector_id,
|
1342
1387
|
:destination_id)
|
1388
|
+
SENSITIVE = []
|
1343
1389
|
include Aws::Structure
|
1344
1390
|
end
|
1345
1391
|
|
@@ -1374,6 +1420,7 @@ module Aws::GuardDuty
|
|
1374
1420
|
:status,
|
1375
1421
|
:publishing_failure_start_timestamp,
|
1376
1422
|
:destination_properties)
|
1423
|
+
SENSITIVE = []
|
1377
1424
|
include Aws::Structure
|
1378
1425
|
end
|
1379
1426
|
|
@@ -1399,6 +1446,7 @@ module Aws::GuardDuty
|
|
1399
1446
|
:destination_id,
|
1400
1447
|
:destination_type,
|
1401
1448
|
:status)
|
1449
|
+
SENSITIVE = []
|
1402
1450
|
include Aws::Structure
|
1403
1451
|
end
|
1404
1452
|
|
@@ -1427,6 +1475,7 @@ module Aws::GuardDuty
|
|
1427
1475
|
class DestinationProperties < Struct.new(
|
1428
1476
|
:destination_arn,
|
1429
1477
|
:kms_key_arn)
|
1478
|
+
SENSITIVE = []
|
1430
1479
|
include Aws::Structure
|
1431
1480
|
end
|
1432
1481
|
|
@@ -1446,6 +1495,7 @@ module Aws::GuardDuty
|
|
1446
1495
|
#
|
1447
1496
|
class DisableOrganizationAdminAccountRequest < Struct.new(
|
1448
1497
|
:admin_account_id)
|
1498
|
+
SENSITIVE = []
|
1449
1499
|
include Aws::Structure
|
1450
1500
|
end
|
1451
1501
|
|
@@ -1468,6 +1518,7 @@ module Aws::GuardDuty
|
|
1468
1518
|
#
|
1469
1519
|
class DisassociateFromMasterAccountRequest < Struct.new(
|
1470
1520
|
:detector_id)
|
1521
|
+
SENSITIVE = []
|
1471
1522
|
include Aws::Structure
|
1472
1523
|
end
|
1473
1524
|
|
@@ -1498,6 +1549,7 @@ module Aws::GuardDuty
|
|
1498
1549
|
class DisassociateMembersRequest < Struct.new(
|
1499
1550
|
:detector_id,
|
1500
1551
|
:account_ids)
|
1552
|
+
SENSITIVE = []
|
1501
1553
|
include Aws::Structure
|
1502
1554
|
end
|
1503
1555
|
|
@@ -1510,6 +1562,7 @@ module Aws::GuardDuty
|
|
1510
1562
|
#
|
1511
1563
|
class DisassociateMembersResponse < Struct.new(
|
1512
1564
|
:unprocessed_accounts)
|
1565
|
+
SENSITIVE = []
|
1513
1566
|
include Aws::Structure
|
1514
1567
|
end
|
1515
1568
|
|
@@ -1524,6 +1577,7 @@ module Aws::GuardDuty
|
|
1524
1577
|
#
|
1525
1578
|
class DnsRequestAction < Struct.new(
|
1526
1579
|
:domain)
|
1580
|
+
SENSITIVE = []
|
1527
1581
|
include Aws::Structure
|
1528
1582
|
end
|
1529
1583
|
|
@@ -1537,6 +1591,7 @@ module Aws::GuardDuty
|
|
1537
1591
|
#
|
1538
1592
|
class DomainDetails < Struct.new(
|
1539
1593
|
:domain)
|
1594
|
+
SENSITIVE = []
|
1540
1595
|
include Aws::Structure
|
1541
1596
|
end
|
1542
1597
|
|
@@ -1556,6 +1611,7 @@ module Aws::GuardDuty
|
|
1556
1611
|
#
|
1557
1612
|
class EnableOrganizationAdminAccountRequest < Struct.new(
|
1558
1613
|
:admin_account_id)
|
1614
|
+
SENSITIVE = []
|
1559
1615
|
include Aws::Structure
|
1560
1616
|
end
|
1561
1617
|
|
@@ -1573,6 +1629,7 @@ module Aws::GuardDuty
|
|
1573
1629
|
#
|
1574
1630
|
class Evidence < Struct.new(
|
1575
1631
|
:threat_intelligence_details)
|
1632
|
+
SENSITIVE = []
|
1576
1633
|
include Aws::Structure
|
1577
1634
|
end
|
1578
1635
|
|
@@ -1658,6 +1715,7 @@ module Aws::GuardDuty
|
|
1658
1715
|
:title,
|
1659
1716
|
:type,
|
1660
1717
|
:updated_at)
|
1718
|
+
SENSITIVE = []
|
1661
1719
|
include Aws::Structure
|
1662
1720
|
end
|
1663
1721
|
|
@@ -1694,6 +1752,7 @@ module Aws::GuardDuty
|
|
1694
1752
|
#
|
1695
1753
|
class FindingCriteria < Struct.new(
|
1696
1754
|
:criterion)
|
1755
|
+
SENSITIVE = []
|
1697
1756
|
include Aws::Structure
|
1698
1757
|
end
|
1699
1758
|
|
@@ -1708,6 +1767,7 @@ module Aws::GuardDuty
|
|
1708
1767
|
#
|
1709
1768
|
class FindingStatistics < Struct.new(
|
1710
1769
|
:count_by_severity)
|
1770
|
+
SENSITIVE = []
|
1711
1771
|
include Aws::Structure
|
1712
1772
|
end
|
1713
1773
|
|
@@ -1726,6 +1786,7 @@ module Aws::GuardDuty
|
|
1726
1786
|
class GeoLocation < Struct.new(
|
1727
1787
|
:lat,
|
1728
1788
|
:lon)
|
1789
|
+
SENSITIVE = []
|
1729
1790
|
include Aws::Structure
|
1730
1791
|
end
|
1731
1792
|
|
@@ -1744,6 +1805,7 @@ module Aws::GuardDuty
|
|
1744
1805
|
#
|
1745
1806
|
class GetDetectorRequest < Struct.new(
|
1746
1807
|
:detector_id)
|
1808
|
+
SENSITIVE = []
|
1747
1809
|
include Aws::Structure
|
1748
1810
|
end
|
1749
1811
|
|
@@ -1780,6 +1842,7 @@ module Aws::GuardDuty
|
|
1780
1842
|
:status,
|
1781
1843
|
:updated_at,
|
1782
1844
|
:tags)
|
1845
|
+
SENSITIVE = []
|
1783
1846
|
include Aws::Structure
|
1784
1847
|
end
|
1785
1848
|
|
@@ -1804,6 +1867,7 @@ module Aws::GuardDuty
|
|
1804
1867
|
class GetFilterRequest < Struct.new(
|
1805
1868
|
:detector_id,
|
1806
1869
|
:filter_name)
|
1870
|
+
SENSITIVE = []
|
1807
1871
|
include Aws::Structure
|
1808
1872
|
end
|
1809
1873
|
|
@@ -1844,6 +1908,7 @@ module Aws::GuardDuty
|
|
1844
1908
|
:rank,
|
1845
1909
|
:finding_criteria,
|
1846
1910
|
:tags)
|
1911
|
+
SENSITIVE = []
|
1847
1912
|
include Aws::Structure
|
1848
1913
|
end
|
1849
1914
|
|
@@ -1878,6 +1943,7 @@ module Aws::GuardDuty
|
|
1878
1943
|
:detector_id,
|
1879
1944
|
:finding_ids,
|
1880
1945
|
:sort_criteria)
|
1946
|
+
SENSITIVE = []
|
1881
1947
|
include Aws::Structure
|
1882
1948
|
end
|
1883
1949
|
|
@@ -1889,6 +1955,7 @@ module Aws::GuardDuty
|
|
1889
1955
|
#
|
1890
1956
|
class GetFindingsResponse < Struct.new(
|
1891
1957
|
:findings)
|
1958
|
+
SENSITIVE = []
|
1892
1959
|
include Aws::Structure
|
1893
1960
|
end
|
1894
1961
|
|
@@ -1937,6 +2004,7 @@ module Aws::GuardDuty
|
|
1937
2004
|
:detector_id,
|
1938
2005
|
:finding_statistic_types,
|
1939
2006
|
:finding_criteria)
|
2007
|
+
SENSITIVE = []
|
1940
2008
|
include Aws::Structure
|
1941
2009
|
end
|
1942
2010
|
|
@@ -1948,6 +2016,7 @@ module Aws::GuardDuty
|
|
1948
2016
|
#
|
1949
2017
|
class GetFindingsStatisticsResponse < Struct.new(
|
1950
2018
|
:finding_statistics)
|
2019
|
+
SENSITIVE = []
|
1951
2020
|
include Aws::Structure
|
1952
2021
|
end
|
1953
2022
|
|
@@ -1972,6 +2041,7 @@ module Aws::GuardDuty
|
|
1972
2041
|
class GetIPSetRequest < Struct.new(
|
1973
2042
|
:detector_id,
|
1974
2043
|
:ip_set_id)
|
2044
|
+
SENSITIVE = []
|
1975
2045
|
include Aws::Structure
|
1976
2046
|
end
|
1977
2047
|
|
@@ -2004,6 +2074,7 @@ module Aws::GuardDuty
|
|
2004
2074
|
:location,
|
2005
2075
|
:status,
|
2006
2076
|
:tags)
|
2077
|
+
SENSITIVE = []
|
2007
2078
|
include Aws::Structure
|
2008
2079
|
end
|
2009
2080
|
|
@@ -2021,6 +2092,7 @@ module Aws::GuardDuty
|
|
2021
2092
|
#
|
2022
2093
|
class GetInvitationsCountResponse < Struct.new(
|
2023
2094
|
:invitations_count)
|
2095
|
+
SENSITIVE = []
|
2024
2096
|
include Aws::Structure
|
2025
2097
|
end
|
2026
2098
|
|
@@ -2039,6 +2111,7 @@ module Aws::GuardDuty
|
|
2039
2111
|
#
|
2040
2112
|
class GetMasterAccountRequest < Struct.new(
|
2041
2113
|
:detector_id)
|
2114
|
+
SENSITIVE = []
|
2042
2115
|
include Aws::Structure
|
2043
2116
|
end
|
2044
2117
|
|
@@ -2050,6 +2123,7 @@ module Aws::GuardDuty
|
|
2050
2123
|
#
|
2051
2124
|
class GetMasterAccountResponse < Struct.new(
|
2052
2125
|
:master)
|
2126
|
+
SENSITIVE = []
|
2053
2127
|
include Aws::Structure
|
2054
2128
|
end
|
2055
2129
|
|
@@ -2076,6 +2150,7 @@ module Aws::GuardDuty
|
|
2076
2150
|
class GetMembersRequest < Struct.new(
|
2077
2151
|
:detector_id,
|
2078
2152
|
:account_ids)
|
2153
|
+
SENSITIVE = []
|
2079
2154
|
include Aws::Structure
|
2080
2155
|
end
|
2081
2156
|
|
@@ -2093,6 +2168,7 @@ module Aws::GuardDuty
|
|
2093
2168
|
class GetMembersResponse < Struct.new(
|
2094
2169
|
:members,
|
2095
2170
|
:unprocessed_accounts)
|
2171
|
+
SENSITIVE = []
|
2096
2172
|
include Aws::Structure
|
2097
2173
|
end
|
2098
2174
|
|
@@ -2118,6 +2194,7 @@ module Aws::GuardDuty
|
|
2118
2194
|
class GetThreatIntelSetRequest < Struct.new(
|
2119
2195
|
:detector_id,
|
2120
2196
|
:threat_intel_set_id)
|
2197
|
+
SENSITIVE = []
|
2121
2198
|
include Aws::Structure
|
2122
2199
|
end
|
2123
2200
|
|
@@ -2152,6 +2229,7 @@ module Aws::GuardDuty
|
|
2152
2229
|
:location,
|
2153
2230
|
:status,
|
2154
2231
|
:tags)
|
2232
|
+
SENSITIVE = []
|
2155
2233
|
include Aws::Structure
|
2156
2234
|
end
|
2157
2235
|
|
@@ -2170,6 +2248,7 @@ module Aws::GuardDuty
|
|
2170
2248
|
class IamInstanceProfile < Struct.new(
|
2171
2249
|
:arn,
|
2172
2250
|
:id)
|
2251
|
+
SENSITIVE = []
|
2173
2252
|
include Aws::Structure
|
2174
2253
|
end
|
2175
2254
|
|
@@ -2244,6 +2323,7 @@ module Aws::GuardDuty
|
|
2244
2323
|
:platform,
|
2245
2324
|
:product_codes,
|
2246
2325
|
:tags)
|
2326
|
+
SENSITIVE = []
|
2247
2327
|
include Aws::Structure
|
2248
2328
|
end
|
2249
2329
|
|
@@ -2262,6 +2342,7 @@ module Aws::GuardDuty
|
|
2262
2342
|
class InternalServerErrorException < Struct.new(
|
2263
2343
|
:message,
|
2264
2344
|
:type)
|
2345
|
+
SENSITIVE = []
|
2265
2346
|
include Aws::Structure
|
2266
2347
|
end
|
2267
2348
|
|
@@ -2292,6 +2373,7 @@ module Aws::GuardDuty
|
|
2292
2373
|
:invitation_id,
|
2293
2374
|
:relationship_status,
|
2294
2375
|
:invited_at)
|
2376
|
+
SENSITIVE = []
|
2295
2377
|
include Aws::Structure
|
2296
2378
|
end
|
2297
2379
|
|
@@ -2333,6 +2415,7 @@ module Aws::GuardDuty
|
|
2333
2415
|
:account_ids,
|
2334
2416
|
:disable_email_notification,
|
2335
2417
|
:message)
|
2418
|
+
SENSITIVE = []
|
2336
2419
|
include Aws::Structure
|
2337
2420
|
end
|
2338
2421
|
|
@@ -2345,6 +2428,7 @@ module Aws::GuardDuty
|
|
2345
2428
|
#
|
2346
2429
|
class InviteMembersResponse < Struct.new(
|
2347
2430
|
:unprocessed_accounts)
|
2431
|
+
SENSITIVE = []
|
2348
2432
|
include Aws::Structure
|
2349
2433
|
end
|
2350
2434
|
|
@@ -2375,6 +2459,7 @@ module Aws::GuardDuty
|
|
2375
2459
|
class ListDetectorsRequest < Struct.new(
|
2376
2460
|
:max_results,
|
2377
2461
|
:next_token)
|
2462
|
+
SENSITIVE = []
|
2378
2463
|
include Aws::Structure
|
2379
2464
|
end
|
2380
2465
|
|
@@ -2392,6 +2477,7 @@ module Aws::GuardDuty
|
|
2392
2477
|
class ListDetectorsResponse < Struct.new(
|
2393
2478
|
:detector_ids,
|
2394
2479
|
:next_token)
|
2480
|
+
SENSITIVE = []
|
2395
2481
|
include Aws::Structure
|
2396
2482
|
end
|
2397
2483
|
|
@@ -2428,6 +2514,7 @@ module Aws::GuardDuty
|
|
2428
2514
|
:detector_id,
|
2429
2515
|
:max_results,
|
2430
2516
|
:next_token)
|
2517
|
+
SENSITIVE = []
|
2431
2518
|
include Aws::Structure
|
2432
2519
|
end
|
2433
2520
|
|
@@ -2445,6 +2532,7 @@ module Aws::GuardDuty
|
|
2445
2532
|
class ListFiltersResponse < Struct.new(
|
2446
2533
|
:filter_names,
|
2447
2534
|
:next_token)
|
2535
|
+
SENSITIVE = []
|
2448
2536
|
include Aws::Structure
|
2449
2537
|
end
|
2450
2538
|
|
@@ -2620,6 +2708,7 @@ module Aws::GuardDuty
|
|
2620
2708
|
:sort_criteria,
|
2621
2709
|
:max_results,
|
2622
2710
|
:next_token)
|
2711
|
+
SENSITIVE = []
|
2623
2712
|
include Aws::Structure
|
2624
2713
|
end
|
2625
2714
|
|
@@ -2637,6 +2726,7 @@ module Aws::GuardDuty
|
|
2637
2726
|
class ListFindingsResponse < Struct.new(
|
2638
2727
|
:finding_ids,
|
2639
2728
|
:next_token)
|
2729
|
+
SENSITIVE = []
|
2640
2730
|
include Aws::Structure
|
2641
2731
|
end
|
2642
2732
|
|
@@ -2673,6 +2763,7 @@ module Aws::GuardDuty
|
|
2673
2763
|
:detector_id,
|
2674
2764
|
:max_results,
|
2675
2765
|
:next_token)
|
2766
|
+
SENSITIVE = []
|
2676
2767
|
include Aws::Structure
|
2677
2768
|
end
|
2678
2769
|
|
@@ -2690,6 +2781,7 @@ module Aws::GuardDuty
|
|
2690
2781
|
class ListIPSetsResponse < Struct.new(
|
2691
2782
|
:ip_set_ids,
|
2692
2783
|
:next_token)
|
2784
|
+
SENSITIVE = []
|
2693
2785
|
include Aws::Structure
|
2694
2786
|
end
|
2695
2787
|
|
@@ -2720,6 +2812,7 @@ module Aws::GuardDuty
|
|
2720
2812
|
class ListInvitationsRequest < Struct.new(
|
2721
2813
|
:max_results,
|
2722
2814
|
:next_token)
|
2815
|
+
SENSITIVE = []
|
2723
2816
|
include Aws::Structure
|
2724
2817
|
end
|
2725
2818
|
|
@@ -2737,6 +2830,7 @@ module Aws::GuardDuty
|
|
2737
2830
|
class ListInvitationsResponse < Struct.new(
|
2738
2831
|
:invitations,
|
2739
2832
|
:next_token)
|
2833
|
+
SENSITIVE = []
|
2740
2834
|
include Aws::Structure
|
2741
2835
|
end
|
2742
2836
|
|
@@ -2781,6 +2875,7 @@ module Aws::GuardDuty
|
|
2781
2875
|
:max_results,
|
2782
2876
|
:next_token,
|
2783
2877
|
:only_associated)
|
2878
|
+
SENSITIVE = []
|
2784
2879
|
include Aws::Structure
|
2785
2880
|
end
|
2786
2881
|
|
@@ -2798,6 +2893,7 @@ module Aws::GuardDuty
|
|
2798
2893
|
class ListMembersResponse < Struct.new(
|
2799
2894
|
:members,
|
2800
2895
|
:next_token)
|
2896
|
+
SENSITIVE = []
|
2801
2897
|
include Aws::Structure
|
2802
2898
|
end
|
2803
2899
|
|
@@ -2826,6 +2922,7 @@ module Aws::GuardDuty
|
|
2826
2922
|
class ListOrganizationAdminAccountsRequest < Struct.new(
|
2827
2923
|
:max_results,
|
2828
2924
|
:next_token)
|
2925
|
+
SENSITIVE = []
|
2829
2926
|
include Aws::Structure
|
2830
2927
|
end
|
2831
2928
|
|
@@ -2844,6 +2941,7 @@ module Aws::GuardDuty
|
|
2844
2941
|
class ListOrganizationAdminAccountsResponse < Struct.new(
|
2845
2942
|
:admin_accounts,
|
2846
2943
|
:next_token)
|
2944
|
+
SENSITIVE = []
|
2847
2945
|
include Aws::Structure
|
2848
2946
|
end
|
2849
2947
|
|
@@ -2878,6 +2976,7 @@ module Aws::GuardDuty
|
|
2878
2976
|
:detector_id,
|
2879
2977
|
:max_results,
|
2880
2978
|
:next_token)
|
2979
|
+
SENSITIVE = []
|
2881
2980
|
include Aws::Structure
|
2882
2981
|
end
|
2883
2982
|
|
@@ -2899,6 +2998,7 @@ module Aws::GuardDuty
|
|
2899
2998
|
class ListPublishingDestinationsResponse < Struct.new(
|
2900
2999
|
:destinations,
|
2901
3000
|
:next_token)
|
3001
|
+
SENSITIVE = []
|
2902
3002
|
include Aws::Structure
|
2903
3003
|
end
|
2904
3004
|
|
@@ -2917,6 +3017,7 @@ module Aws::GuardDuty
|
|
2917
3017
|
#
|
2918
3018
|
class ListTagsForResourceRequest < Struct.new(
|
2919
3019
|
:resource_arn)
|
3020
|
+
SENSITIVE = []
|
2920
3021
|
include Aws::Structure
|
2921
3022
|
end
|
2922
3023
|
|
@@ -2928,6 +3029,7 @@ module Aws::GuardDuty
|
|
2928
3029
|
#
|
2929
3030
|
class ListTagsForResourceResponse < Struct.new(
|
2930
3031
|
:tags)
|
3032
|
+
SENSITIVE = []
|
2931
3033
|
include Aws::Structure
|
2932
3034
|
end
|
2933
3035
|
|
@@ -2965,6 +3067,7 @@ module Aws::GuardDuty
|
|
2965
3067
|
:detector_id,
|
2966
3068
|
:max_results,
|
2967
3069
|
:next_token)
|
3070
|
+
SENSITIVE = []
|
2968
3071
|
include Aws::Structure
|
2969
3072
|
end
|
2970
3073
|
|
@@ -2982,6 +3085,7 @@ module Aws::GuardDuty
|
|
2982
3085
|
class ListThreatIntelSetsResponse < Struct.new(
|
2983
3086
|
:threat_intel_set_ids,
|
2984
3087
|
:next_token)
|
3088
|
+
SENSITIVE = []
|
2985
3089
|
include Aws::Structure
|
2986
3090
|
end
|
2987
3091
|
|
@@ -2995,6 +3099,7 @@ module Aws::GuardDuty
|
|
2995
3099
|
#
|
2996
3100
|
class LocalIpDetails < Struct.new(
|
2997
3101
|
:ip_address_v4)
|
3102
|
+
SENSITIVE = []
|
2998
3103
|
include Aws::Structure
|
2999
3104
|
end
|
3000
3105
|
|
@@ -3013,6 +3118,7 @@ module Aws::GuardDuty
|
|
3013
3118
|
class LocalPortDetails < Struct.new(
|
3014
3119
|
:port,
|
3015
3120
|
:port_name)
|
3121
|
+
SENSITIVE = []
|
3016
3122
|
include Aws::Structure
|
3017
3123
|
end
|
3018
3124
|
|
@@ -3042,6 +3148,7 @@ module Aws::GuardDuty
|
|
3042
3148
|
:invitation_id,
|
3043
3149
|
:relationship_status,
|
3044
3150
|
:invited_at)
|
3151
|
+
SENSITIVE = []
|
3045
3152
|
include Aws::Structure
|
3046
3153
|
end
|
3047
3154
|
|
@@ -3085,6 +3192,7 @@ module Aws::GuardDuty
|
|
3085
3192
|
:relationship_status,
|
3086
3193
|
:invited_at,
|
3087
3194
|
:updated_at)
|
3195
|
+
SENSITIVE = []
|
3088
3196
|
include Aws::Structure
|
3089
3197
|
end
|
3090
3198
|
|
@@ -3130,6 +3238,7 @@ module Aws::GuardDuty
|
|
3130
3238
|
:local_ip_details,
|
3131
3239
|
:remote_ip_details,
|
3132
3240
|
:remote_port_details)
|
3241
|
+
SENSITIVE = []
|
3133
3242
|
include Aws::Structure
|
3134
3243
|
end
|
3135
3244
|
|
@@ -3189,6 +3298,7 @@ module Aws::GuardDuty
|
|
3189
3298
|
:security_groups,
|
3190
3299
|
:subnet_id,
|
3191
3300
|
:vpc_id)
|
3301
|
+
SENSITIVE = []
|
3192
3302
|
include Aws::Structure
|
3193
3303
|
end
|
3194
3304
|
|
@@ -3219,6 +3329,7 @@ module Aws::GuardDuty
|
|
3219
3329
|
:asn_org,
|
3220
3330
|
:isp,
|
3221
3331
|
:org)
|
3332
|
+
SENSITIVE = []
|
3222
3333
|
include Aws::Structure
|
3223
3334
|
end
|
3224
3335
|
|
@@ -3238,6 +3349,7 @@ module Aws::GuardDuty
|
|
3238
3349
|
#
|
3239
3350
|
class Owner < Struct.new(
|
3240
3351
|
:id)
|
3352
|
+
SENSITIVE = []
|
3241
3353
|
include Aws::Structure
|
3242
3354
|
end
|
3243
3355
|
|
@@ -3259,6 +3371,7 @@ module Aws::GuardDuty
|
|
3259
3371
|
class PermissionConfiguration < Struct.new(
|
3260
3372
|
:bucket_level_permissions,
|
3261
3373
|
:account_level_permissions)
|
3374
|
+
SENSITIVE = []
|
3262
3375
|
include Aws::Structure
|
3263
3376
|
end
|
3264
3377
|
|
@@ -3279,6 +3392,7 @@ module Aws::GuardDuty
|
|
3279
3392
|
class PortProbeAction < Struct.new(
|
3280
3393
|
:blocked,
|
3281
3394
|
:port_probe_details)
|
3395
|
+
SENSITIVE = []
|
3282
3396
|
include Aws::Structure
|
3283
3397
|
end
|
3284
3398
|
|
@@ -3302,6 +3416,7 @@ module Aws::GuardDuty
|
|
3302
3416
|
:local_port_details,
|
3303
3417
|
:local_ip_details,
|
3304
3418
|
:remote_ip_details)
|
3419
|
+
SENSITIVE = []
|
3305
3420
|
include Aws::Structure
|
3306
3421
|
end
|
3307
3422
|
|
@@ -3320,6 +3435,7 @@ module Aws::GuardDuty
|
|
3320
3435
|
class PrivateIpAddressDetails < Struct.new(
|
3321
3436
|
:private_dns_name,
|
3322
3437
|
:private_ip_address)
|
3438
|
+
SENSITIVE = []
|
3323
3439
|
include Aws::Structure
|
3324
3440
|
end
|
3325
3441
|
|
@@ -3338,6 +3454,7 @@ module Aws::GuardDuty
|
|
3338
3454
|
class ProductCode < Struct.new(
|
3339
3455
|
:code,
|
3340
3456
|
:product_type)
|
3457
|
+
SENSITIVE = []
|
3341
3458
|
include Aws::Structure
|
3342
3459
|
end
|
3343
3460
|
|
@@ -3358,6 +3475,7 @@ module Aws::GuardDuty
|
|
3358
3475
|
class PublicAccess < Struct.new(
|
3359
3476
|
:permission_configuration,
|
3360
3477
|
:effective_permission)
|
3478
|
+
SENSITIVE = []
|
3361
3479
|
include Aws::Structure
|
3362
3480
|
end
|
3363
3481
|
|
@@ -3391,6 +3509,7 @@ module Aws::GuardDuty
|
|
3391
3509
|
:geo_location,
|
3392
3510
|
:ip_address_v4,
|
3393
3511
|
:organization)
|
3512
|
+
SENSITIVE = []
|
3394
3513
|
include Aws::Structure
|
3395
3514
|
end
|
3396
3515
|
|
@@ -3409,6 +3528,7 @@ module Aws::GuardDuty
|
|
3409
3528
|
class RemotePortDetails < Struct.new(
|
3410
3529
|
:port,
|
3411
3530
|
:port_name)
|
3531
|
+
SENSITIVE = []
|
3412
3532
|
include Aws::Structure
|
3413
3533
|
end
|
3414
3534
|
|
@@ -3441,6 +3561,7 @@ module Aws::GuardDuty
|
|
3441
3561
|
:s3_bucket_details,
|
3442
3562
|
:instance_details,
|
3443
3563
|
:resource_type)
|
3564
|
+
SENSITIVE = []
|
3444
3565
|
include Aws::Structure
|
3445
3566
|
end
|
3446
3567
|
|
@@ -3487,6 +3608,7 @@ module Aws::GuardDuty
|
|
3487
3608
|
:tags,
|
3488
3609
|
:default_server_side_encryption,
|
3489
3610
|
:public_access)
|
3611
|
+
SENSITIVE = []
|
3490
3612
|
include Aws::Structure
|
3491
3613
|
end
|
3492
3614
|
|
@@ -3506,6 +3628,7 @@ module Aws::GuardDuty
|
|
3506
3628
|
class SecurityGroup < Struct.new(
|
3507
3629
|
:group_id,
|
3508
3630
|
:group_name)
|
3631
|
+
SENSITIVE = []
|
3509
3632
|
include Aws::Structure
|
3510
3633
|
end
|
3511
3634
|
|
@@ -3566,6 +3689,7 @@ module Aws::GuardDuty
|
|
3566
3689
|
:resource_role,
|
3567
3690
|
:service_name,
|
3568
3691
|
:user_feedback)
|
3692
|
+
SENSITIVE = []
|
3569
3693
|
include Aws::Structure
|
3570
3694
|
end
|
3571
3695
|
|
@@ -3593,6 +3717,7 @@ module Aws::GuardDuty
|
|
3593
3717
|
class SortCriteria < Struct.new(
|
3594
3718
|
:attribute_name,
|
3595
3719
|
:order_by)
|
3720
|
+
SENSITIVE = []
|
3596
3721
|
include Aws::Structure
|
3597
3722
|
end
|
3598
3723
|
|
@@ -3619,6 +3744,7 @@ module Aws::GuardDuty
|
|
3619
3744
|
class StartMonitoringMembersRequest < Struct.new(
|
3620
3745
|
:detector_id,
|
3621
3746
|
:account_ids)
|
3747
|
+
SENSITIVE = []
|
3622
3748
|
include Aws::Structure
|
3623
3749
|
end
|
3624
3750
|
|
@@ -3631,6 +3757,7 @@ module Aws::GuardDuty
|
|
3631
3757
|
#
|
3632
3758
|
class StartMonitoringMembersResponse < Struct.new(
|
3633
3759
|
:unprocessed_accounts)
|
3760
|
+
SENSITIVE = []
|
3634
3761
|
include Aws::Structure
|
3635
3762
|
end
|
3636
3763
|
|
@@ -3656,6 +3783,7 @@ module Aws::GuardDuty
|
|
3656
3783
|
class StopMonitoringMembersRequest < Struct.new(
|
3657
3784
|
:detector_id,
|
3658
3785
|
:account_ids)
|
3786
|
+
SENSITIVE = []
|
3659
3787
|
include Aws::Structure
|
3660
3788
|
end
|
3661
3789
|
|
@@ -3669,6 +3797,7 @@ module Aws::GuardDuty
|
|
3669
3797
|
#
|
3670
3798
|
class StopMonitoringMembersResponse < Struct.new(
|
3671
3799
|
:unprocessed_accounts)
|
3800
|
+
SENSITIVE = []
|
3672
3801
|
include Aws::Structure
|
3673
3802
|
end
|
3674
3803
|
|
@@ -3687,6 +3816,7 @@ module Aws::GuardDuty
|
|
3687
3816
|
class Tag < Struct.new(
|
3688
3817
|
:key,
|
3689
3818
|
:value)
|
3819
|
+
SENSITIVE = []
|
3690
3820
|
include Aws::Structure
|
3691
3821
|
end
|
3692
3822
|
|
@@ -3714,6 +3844,7 @@ module Aws::GuardDuty
|
|
3714
3844
|
class TagResourceRequest < Struct.new(
|
3715
3845
|
:resource_arn,
|
3716
3846
|
:tags)
|
3847
|
+
SENSITIVE = []
|
3717
3848
|
include Aws::Structure
|
3718
3849
|
end
|
3719
3850
|
|
@@ -3738,6 +3869,7 @@ module Aws::GuardDuty
|
|
3738
3869
|
class ThreatIntelligenceDetail < Struct.new(
|
3739
3870
|
:threat_list_name,
|
3740
3871
|
:threat_names)
|
3872
|
+
SENSITIVE = []
|
3741
3873
|
include Aws::Structure
|
3742
3874
|
end
|
3743
3875
|
|
@@ -3762,6 +3894,7 @@ module Aws::GuardDuty
|
|
3762
3894
|
class UnarchiveFindingsRequest < Struct.new(
|
3763
3895
|
:detector_id,
|
3764
3896
|
:finding_ids)
|
3897
|
+
SENSITIVE = []
|
3765
3898
|
include Aws::Structure
|
3766
3899
|
end
|
3767
3900
|
|
@@ -3784,6 +3917,7 @@ module Aws::GuardDuty
|
|
3784
3917
|
class UnprocessedAccount < Struct.new(
|
3785
3918
|
:account_id,
|
3786
3919
|
:result)
|
3920
|
+
SENSITIVE = []
|
3787
3921
|
include Aws::Structure
|
3788
3922
|
end
|
3789
3923
|
|
@@ -3808,6 +3942,7 @@ module Aws::GuardDuty
|
|
3808
3942
|
class UntagResourceRequest < Struct.new(
|
3809
3943
|
:resource_arn,
|
3810
3944
|
:tag_keys)
|
3945
|
+
SENSITIVE = []
|
3811
3946
|
include Aws::Structure
|
3812
3947
|
end
|
3813
3948
|
|
@@ -3843,6 +3978,7 @@ module Aws::GuardDuty
|
|
3843
3978
|
:detector_id,
|
3844
3979
|
:enable,
|
3845
3980
|
:finding_publishing_frequency)
|
3981
|
+
SENSITIVE = []
|
3846
3982
|
include Aws::Structure
|
3847
3983
|
end
|
3848
3984
|
|
@@ -3917,6 +4053,7 @@ module Aws::GuardDuty
|
|
3917
4053
|
:action,
|
3918
4054
|
:rank,
|
3919
4055
|
:finding_criteria)
|
4056
|
+
SENSITIVE = []
|
3920
4057
|
include Aws::Structure
|
3921
4058
|
end
|
3922
4059
|
|
@@ -3928,6 +4065,7 @@ module Aws::GuardDuty
|
|
3928
4065
|
#
|
3929
4066
|
class UpdateFilterResponse < Struct.new(
|
3930
4067
|
:name)
|
4068
|
+
SENSITIVE = []
|
3931
4069
|
include Aws::Structure
|
3932
4070
|
end
|
3933
4071
|
|
@@ -3966,6 +4104,7 @@ module Aws::GuardDuty
|
|
3966
4104
|
:finding_ids,
|
3967
4105
|
:feedback,
|
3968
4106
|
:comments)
|
4107
|
+
SENSITIVE = []
|
3969
4108
|
include Aws::Structure
|
3970
4109
|
end
|
3971
4110
|
|
@@ -4015,6 +4154,7 @@ module Aws::GuardDuty
|
|
4015
4154
|
:name,
|
4016
4155
|
:location,
|
4017
4156
|
:activate)
|
4157
|
+
SENSITIVE = []
|
4018
4158
|
include Aws::Structure
|
4019
4159
|
end
|
4020
4160
|
|
@@ -4044,6 +4184,7 @@ module Aws::GuardDuty
|
|
4044
4184
|
class UpdateOrganizationConfigurationRequest < Struct.new(
|
4045
4185
|
:detector_id,
|
4046
4186
|
:auto_enable)
|
4187
|
+
SENSITIVE = []
|
4047
4188
|
include Aws::Structure
|
4048
4189
|
end
|
4049
4190
|
|
@@ -4083,6 +4224,7 @@ module Aws::GuardDuty
|
|
4083
4224
|
:detector_id,
|
4084
4225
|
:destination_id,
|
4085
4226
|
:destination_properties)
|
4227
|
+
SENSITIVE = []
|
4086
4228
|
include Aws::Structure
|
4087
4229
|
end
|
4088
4230
|
|
@@ -4134,6 +4276,7 @@ module Aws::GuardDuty
|
|
4134
4276
|
:name,
|
4135
4277
|
:location,
|
4136
4278
|
:activate)
|
4279
|
+
SENSITIVE = []
|
4137
4280
|
include Aws::Structure
|
4138
4281
|
end
|
4139
4282
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-guardduty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.36.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
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|