aws-sdk-frauddetector 1.5.1 → 1.6.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: a7bc9c837a2dced26995dd842a379e5a09605fad2408ba063973a87890c20b6b
4
- data.tar.gz: 6f82f982139961b3fb9df5214167e547ef330f95823554687c494a7cc2e29830
3
+ metadata.gz: '0409a68fccb6dbf5d58fe22f2d7b29aca40c7044d9c2328ba8b8072cda7cba23'
4
+ data.tar.gz: 86fbd876d12219877f9472bbcee5b3d47b061dbaaeac5353d3cd17173c7e1ce5
5
5
  SHA512:
6
- metadata.gz: 84ccf4578bdb206fc1ae2ea2dfb628d7aecf83fe97e738ce21ab226e64fa3d5b273d4bb8687e1c59b43aa40083e748ff43c01b13b975252ab2b272f4727e5ddc
7
- data.tar.gz: 235dfcb901764d14ed09720384a226effefa87f2b59897345905bf17dc37b91ff87f56a722e0482fff576854e0a7d9375606ccf62a76d86d9518f5b2bc35cc70
6
+ metadata.gz: 4a0db12e0b84ba5ca80e74bb3ce20377fdcb7ee5a539cd1c1a30e3d91f83020142a030ce30beeeecd09dc004f45b465c5f144d2591ee9b2a253a87f632e97e8c
7
+ data.tar.gz: c03c2d6044ce8f71ef053621abd9bf683f307ac3359f42fe68e30b23f8373eec4c193f243b3bf1ec82624a2f3dbb7a3f4ad8ad47326297df99d7024214536780
@@ -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-frauddetector/customizations'
45
47
  # @service
46
48
  module Aws::FraudDetector
47
49
 
48
- GEM_VERSION = '1.5.1'
50
+ GEM_VERSION = '1.6.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:
@@ -1807,7 +1809,7 @@ module Aws::FraudDetector
1807
1809
  params: params,
1808
1810
  config: config)
1809
1811
  context[:gem_name] = 'aws-sdk-frauddetector'
1810
- context[:gem_version] = '1.5.1'
1812
+ context[:gem_version] = '1.6.0'
1811
1813
  Seahorse::Client::Request.new(handlers, context)
1812
1814
  end
1813
1815
 
@@ -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:
@@ -28,6 +30,7 @@ module Aws::FraudDetector
28
30
  :name,
29
31
  :code,
30
32
  :message)
33
+ SENSITIVE = []
31
34
  include Aws::Structure
32
35
  end
33
36
 
@@ -55,6 +58,7 @@ module Aws::FraudDetector
55
58
  #
56
59
  class BatchCreateVariableRequest < Struct.new(
57
60
  :variable_entries)
61
+ SENSITIVE = []
58
62
  include Aws::Structure
59
63
  end
60
64
 
@@ -66,6 +70,7 @@ module Aws::FraudDetector
66
70
  #
67
71
  class BatchCreateVariableResult < Struct.new(
68
72
  :errors)
73
+ SENSITIVE = []
69
74
  include Aws::Structure
70
75
  end
71
76
 
@@ -89,6 +94,7 @@ module Aws::FraudDetector
89
94
  :name,
90
95
  :code,
91
96
  :message)
97
+ SENSITIVE = []
92
98
  include Aws::Structure
93
99
  end
94
100
 
@@ -107,6 +113,7 @@ module Aws::FraudDetector
107
113
  #
108
114
  class BatchGetVariableRequest < Struct.new(
109
115
  :names)
116
+ SENSITIVE = []
110
117
  include Aws::Structure
111
118
  end
112
119
 
@@ -123,6 +130,7 @@ module Aws::FraudDetector
123
130
  class BatchGetVariableResult < Struct.new(
124
131
  :variables,
125
132
  :errors)
133
+ SENSITIVE = []
126
134
  include Aws::Structure
127
135
  end
128
136
 
@@ -148,6 +156,7 @@ module Aws::FraudDetector
148
156
  #
149
157
  class ConflictException < Struct.new(
150
158
  :message)
159
+ SENSITIVE = []
151
160
  include Aws::Structure
152
161
  end
153
162
 
@@ -223,6 +232,7 @@ module Aws::FraudDetector
223
232
  :rules,
224
233
  :model_versions,
225
234
  :rule_execution_mode)
235
+ SENSITIVE = []
226
236
  include Aws::Structure
227
237
  end
228
238
 
@@ -244,6 +254,7 @@ module Aws::FraudDetector
244
254
  :detector_id,
245
255
  :detector_version_id,
246
256
  :status)
257
+ SENSITIVE = []
247
258
  include Aws::Structure
248
259
  end
249
260
 
@@ -274,6 +285,7 @@ module Aws::FraudDetector
274
285
  :model_id,
275
286
  :model_type,
276
287
  :description)
288
+ SENSITIVE = []
277
289
  include Aws::Structure
278
290
  end
279
291
 
@@ -300,6 +312,7 @@ module Aws::FraudDetector
300
312
  :model_type,
301
313
  :model_version_number,
302
314
  :status)
315
+ SENSITIVE = []
303
316
  include Aws::Structure
304
317
  end
305
318
 
@@ -348,6 +361,7 @@ module Aws::FraudDetector
348
361
  :expression,
349
362
  :language,
350
363
  :outcomes)
364
+ SENSITIVE = []
351
365
  include Aws::Structure
352
366
  end
353
367
 
@@ -359,6 +373,7 @@ module Aws::FraudDetector
359
373
  #
360
374
  class CreateRuleResult < Struct.new(
361
375
  :rule)
376
+ SENSITIVE = []
362
377
  include Aws::Structure
363
378
  end
364
379
 
@@ -407,6 +422,7 @@ module Aws::FraudDetector
407
422
  :default_value,
408
423
  :description,
409
424
  :variable_type)
425
+ SENSITIVE = []
410
426
  include Aws::Structure
411
427
  end
412
428
 
@@ -429,6 +445,7 @@ module Aws::FraudDetector
429
445
  #
430
446
  class DeleteDetectorRequest < Struct.new(
431
447
  :detector_id)
448
+ SENSITIVE = []
432
449
  include Aws::Structure
433
450
  end
434
451
 
@@ -457,6 +474,7 @@ module Aws::FraudDetector
457
474
  class DeleteDetectorVersionRequest < Struct.new(
458
475
  :detector_id,
459
476
  :detector_version_id)
477
+ SENSITIVE = []
460
478
  include Aws::Structure
461
479
  end
462
480
 
@@ -479,6 +497,7 @@ module Aws::FraudDetector
479
497
  #
480
498
  class DeleteEventRequest < Struct.new(
481
499
  :event_id)
500
+ SENSITIVE = []
482
501
  include Aws::Structure
483
502
  end
484
503
 
@@ -513,6 +532,7 @@ module Aws::FraudDetector
513
532
  :detector_id,
514
533
  :rule_id,
515
534
  :rule_version)
535
+ SENSITIVE = []
516
536
  include Aws::Structure
517
537
  end
518
538
 
@@ -547,6 +567,7 @@ module Aws::FraudDetector
547
567
  :detector_id,
548
568
  :next_token,
549
569
  :max_results)
570
+ SENSITIVE = []
550
571
  include Aws::Structure
551
572
  end
552
573
 
@@ -568,6 +589,7 @@ module Aws::FraudDetector
568
589
  :detector_id,
569
590
  :detector_version_summaries,
570
591
  :next_token)
592
+ SENSITIVE = []
571
593
  include Aws::Structure
572
594
  end
573
595
 
@@ -610,6 +632,7 @@ module Aws::FraudDetector
610
632
  :model_type,
611
633
  :next_token,
612
634
  :max_results)
635
+ SENSITIVE = []
613
636
  include Aws::Structure
614
637
  end
615
638
 
@@ -626,6 +649,7 @@ module Aws::FraudDetector
626
649
  class DescribeModelVersionsResult < Struct.new(
627
650
  :model_version_details,
628
651
  :next_token)
652
+ SENSITIVE = []
629
653
  include Aws::Structure
630
654
  end
631
655
 
@@ -654,6 +678,7 @@ module Aws::FraudDetector
654
678
  :description,
655
679
  :last_updated_time,
656
680
  :created_time)
681
+ SENSITIVE = []
657
682
  include Aws::Structure
658
683
  end
659
684
 
@@ -682,6 +707,7 @@ module Aws::FraudDetector
682
707
  :status,
683
708
  :description,
684
709
  :last_updated_time)
710
+ SENSITIVE = []
685
711
  include Aws::Structure
686
712
  end
687
713
 
@@ -730,6 +756,7 @@ module Aws::FraudDetector
730
756
  :model_endpoint_status,
731
757
  :last_updated_time,
732
758
  :created_time)
759
+ SENSITIVE = []
733
760
  include Aws::Structure
734
761
  end
735
762
 
@@ -754,6 +781,7 @@ module Aws::FraudDetector
754
781
  class GetDetectorVersionRequest < Struct.new(
755
782
  :detector_id,
756
783
  :detector_version_id)
784
+ SENSITIVE = []
757
785
  include Aws::Structure
758
786
  end
759
787
 
@@ -821,6 +849,7 @@ module Aws::FraudDetector
821
849
  :last_updated_time,
822
850
  :created_time,
823
851
  :rule_execution_mode)
852
+ SENSITIVE = []
824
853
  include Aws::Structure
825
854
  end
826
855
 
@@ -851,6 +880,7 @@ module Aws::FraudDetector
851
880
  :detector_id,
852
881
  :next_token,
853
882
  :max_results)
883
+ SENSITIVE = []
854
884
  include Aws::Structure
855
885
  end
856
886
 
@@ -867,6 +897,7 @@ module Aws::FraudDetector
867
897
  class GetDetectorsResult < Struct.new(
868
898
  :detectors,
869
899
  :next_token)
900
+ SENSITIVE = []
870
901
  include Aws::Structure
871
902
  end
872
903
 
@@ -897,6 +928,7 @@ module Aws::FraudDetector
897
928
  :model_endpoint,
898
929
  :next_token,
899
930
  :max_results)
931
+ SENSITIVE = []
900
932
  include Aws::Structure
901
933
  end
902
934
 
@@ -913,6 +945,7 @@ module Aws::FraudDetector
913
945
  class GetExternalModelsResult < Struct.new(
914
946
  :external_models,
915
947
  :next_token)
948
+ SENSITIVE = []
916
949
  include Aws::Structure
917
950
  end
918
951
 
@@ -943,6 +976,7 @@ module Aws::FraudDetector
943
976
  :model_id,
944
977
  :model_type,
945
978
  :model_version_number)
979
+ SENSITIVE = []
946
980
  include Aws::Structure
947
981
  end
948
982
 
@@ -974,6 +1008,7 @@ module Aws::FraudDetector
974
1008
  :model_version_number,
975
1009
  :description,
976
1010
  :status)
1011
+ SENSITIVE = []
977
1012
  include Aws::Structure
978
1013
  end
979
1014
 
@@ -1010,6 +1045,7 @@ module Aws::FraudDetector
1010
1045
  :model_id,
1011
1046
  :next_token,
1012
1047
  :max_results)
1048
+ SENSITIVE = []
1013
1049
  include Aws::Structure
1014
1050
  end
1015
1051
 
@@ -1026,6 +1062,7 @@ module Aws::FraudDetector
1026
1062
  class GetModelsResult < Struct.new(
1027
1063
  :next_token,
1028
1064
  :models)
1065
+ SENSITIVE = []
1029
1066
  include Aws::Structure
1030
1067
  end
1031
1068
 
@@ -1056,6 +1093,7 @@ module Aws::FraudDetector
1056
1093
  :name,
1057
1094
  :next_token,
1058
1095
  :max_results)
1096
+ SENSITIVE = []
1059
1097
  include Aws::Structure
1060
1098
  end
1061
1099
 
@@ -1072,6 +1110,7 @@ module Aws::FraudDetector
1072
1110
  class GetOutcomesResult < Struct.new(
1073
1111
  :outcomes,
1074
1112
  :next_token)
1113
+ SENSITIVE = []
1075
1114
  include Aws::Structure
1076
1115
  end
1077
1116
 
@@ -1123,6 +1162,7 @@ module Aws::FraudDetector
1123
1162
  :event_id,
1124
1163
  :event_attributes,
1125
1164
  :external_model_endpoint_data_blobs)
1165
+ SENSITIVE = [:external_model_endpoint_data_blobs]
1126
1166
  include Aws::Structure
1127
1167
  end
1128
1168
 
@@ -1144,6 +1184,7 @@ module Aws::FraudDetector
1144
1184
  :outcomes,
1145
1185
  :model_scores,
1146
1186
  :rule_results)
1187
+ SENSITIVE = []
1147
1188
  include Aws::Structure
1148
1189
  end
1149
1190
 
@@ -1186,6 +1227,7 @@ module Aws::FraudDetector
1186
1227
  :rule_version,
1187
1228
  :next_token,
1188
1229
  :max_results)
1230
+ SENSITIVE = []
1189
1231
  include Aws::Structure
1190
1232
  end
1191
1233
 
@@ -1202,6 +1244,7 @@ module Aws::FraudDetector
1202
1244
  class GetRulesResult < Struct.new(
1203
1245
  :rule_details,
1204
1246
  :next_token)
1247
+ SENSITIVE = []
1205
1248
  include Aws::Structure
1206
1249
  end
1207
1250
 
@@ -1232,6 +1275,7 @@ module Aws::FraudDetector
1232
1275
  :name,
1233
1276
  :next_token,
1234
1277
  :max_results)
1278
+ SENSITIVE = []
1235
1279
  include Aws::Structure
1236
1280
  end
1237
1281
 
@@ -1248,6 +1292,7 @@ module Aws::FraudDetector
1248
1292
  class GetVariablesResult < Struct.new(
1249
1293
  :variables,
1250
1294
  :next_token)
1295
+ SENSITIVE = []
1251
1296
  include Aws::Structure
1252
1297
  end
1253
1298
 
@@ -1260,6 +1305,7 @@ module Aws::FraudDetector
1260
1305
  #
1261
1306
  class InternalServerException < Struct.new(
1262
1307
  :message)
1308
+ SENSITIVE = []
1263
1309
  include Aws::Structure
1264
1310
  end
1265
1311
 
@@ -1295,6 +1341,7 @@ module Aws::FraudDetector
1295
1341
  class LabelSchema < Struct.new(
1296
1342
  :label_key,
1297
1343
  :label_mapper)
1344
+ SENSITIVE = []
1298
1345
  include Aws::Structure
1299
1346
  end
1300
1347
 
@@ -1343,6 +1390,7 @@ module Aws::FraudDetector
1343
1390
  :label_schema,
1344
1391
  :last_updated_time,
1345
1392
  :created_time)
1393
+ SENSITIVE = []
1346
1394
  include Aws::Structure
1347
1395
  end
1348
1396
 
@@ -1373,6 +1421,7 @@ module Aws::FraudDetector
1373
1421
  class ModelEndpointDataBlob < Struct.new(
1374
1422
  :byte_buffer,
1375
1423
  :content_type)
1424
+ SENSITIVE = []
1376
1425
  include Aws::Structure
1377
1426
  end
1378
1427
 
@@ -1423,6 +1472,7 @@ module Aws::FraudDetector
1423
1472
  :is_opaque,
1424
1473
  :json_input_template,
1425
1474
  :csv_input_template)
1475
+ SENSITIVE = []
1426
1476
  include Aws::Structure
1427
1477
  end
1428
1478
 
@@ -1461,6 +1511,7 @@ module Aws::FraudDetector
1461
1511
  :format,
1462
1512
  :json_key_to_variable_map,
1463
1513
  :csv_index_to_variable_map)
1514
+ SENSITIVE = []
1464
1515
  include Aws::Structure
1465
1516
  end
1466
1517
 
@@ -1479,6 +1530,7 @@ module Aws::FraudDetector
1479
1530
  class ModelScores < Struct.new(
1480
1531
  :model_version,
1481
1532
  :scores)
1533
+ SENSITIVE = []
1482
1534
  include Aws::Structure
1483
1535
  end
1484
1536
 
@@ -1505,6 +1557,7 @@ module Aws::FraudDetector
1505
1557
  class ModelVariable < Struct.new(
1506
1558
  :name,
1507
1559
  :index)
1560
+ SENSITIVE = []
1508
1561
  include Aws::Structure
1509
1562
  end
1510
1563
 
@@ -1537,6 +1590,7 @@ module Aws::FraudDetector
1537
1590
  :model_id,
1538
1591
  :model_type,
1539
1592
  :model_version_number)
1593
+ SENSITIVE = []
1540
1594
  include Aws::Structure
1541
1595
  end
1542
1596
 
@@ -1605,6 +1659,7 @@ module Aws::FraudDetector
1605
1659
  :training_metrics,
1606
1660
  :last_updated_time,
1607
1661
  :created_time)
1662
+ SENSITIVE = []
1608
1663
  include Aws::Structure
1609
1664
  end
1610
1665
 
@@ -1633,6 +1688,7 @@ module Aws::FraudDetector
1633
1688
  :description,
1634
1689
  :last_updated_time,
1635
1690
  :created_time)
1691
+ SENSITIVE = []
1636
1692
  include Aws::Structure
1637
1693
  end
1638
1694
 
@@ -1657,6 +1713,7 @@ module Aws::FraudDetector
1657
1713
  class PutDetectorRequest < Struct.new(
1658
1714
  :detector_id,
1659
1715
  :description)
1716
+ SENSITIVE = []
1660
1717
  include Aws::Structure
1661
1718
  end
1662
1719
 
@@ -1725,6 +1782,7 @@ module Aws::FraudDetector
1725
1782
  :input_configuration,
1726
1783
  :output_configuration,
1727
1784
  :model_endpoint_status)
1785
+ SENSITIVE = []
1728
1786
  include Aws::Structure
1729
1787
  end
1730
1788
 
@@ -1790,6 +1848,7 @@ module Aws::FraudDetector
1790
1848
  :training_data_source,
1791
1849
  :model_variables,
1792
1850
  :label_schema)
1851
+ SENSITIVE = []
1793
1852
  include Aws::Structure
1794
1853
  end
1795
1854
 
@@ -1818,6 +1877,7 @@ module Aws::FraudDetector
1818
1877
  class PutOutcomeRequest < Struct.new(
1819
1878
  :name,
1820
1879
  :description)
1880
+ SENSITIVE = []
1821
1881
  include Aws::Structure
1822
1882
  end
1823
1883
 
@@ -1834,6 +1894,7 @@ module Aws::FraudDetector
1834
1894
  #
1835
1895
  class ResourceNotFoundException < Struct.new(
1836
1896
  :message)
1897
+ SENSITIVE = []
1837
1898
  include Aws::Structure
1838
1899
  end
1839
1900
 
@@ -1860,6 +1921,7 @@ module Aws::FraudDetector
1860
1921
  class Role < Struct.new(
1861
1922
  :arn,
1862
1923
  :name)
1924
+ SENSITIVE = []
1863
1925
  include Aws::Structure
1864
1926
  end
1865
1927
 
@@ -1892,6 +1954,7 @@ module Aws::FraudDetector
1892
1954
  :detector_id,
1893
1955
  :rule_id,
1894
1956
  :rule_version)
1957
+ SENSITIVE = []
1895
1958
  include Aws::Structure
1896
1959
  end
1897
1960
 
@@ -1945,6 +2008,7 @@ module Aws::FraudDetector
1945
2008
  :outcomes,
1946
2009
  :last_updated_time,
1947
2010
  :created_time)
2011
+ SENSITIVE = []
1948
2012
  include Aws::Structure
1949
2013
  end
1950
2014
 
@@ -1963,6 +2027,7 @@ module Aws::FraudDetector
1963
2027
  class RuleResult < Struct.new(
1964
2028
  :rule_id,
1965
2029
  :outcomes)
2030
+ SENSITIVE = []
1966
2031
  include Aws::Structure
1967
2032
  end
1968
2033
 
@@ -1975,6 +2040,7 @@ module Aws::FraudDetector
1975
2040
  #
1976
2041
  class ThrottlingException < Struct.new(
1977
2042
  :message)
2043
+ SENSITIVE = []
1978
2044
  include Aws::Structure
1979
2045
  end
1980
2046
 
@@ -2001,6 +2067,7 @@ module Aws::FraudDetector
2001
2067
  class TrainingDataSource < Struct.new(
2002
2068
  :data_location,
2003
2069
  :data_access_role_arn)
2070
+ SENSITIVE = []
2004
2071
  include Aws::Structure
2005
2072
  end
2006
2073
 
@@ -2031,6 +2098,7 @@ module Aws::FraudDetector
2031
2098
  :detector_id,
2032
2099
  :detector_version_id,
2033
2100
  :description)
2101
+ SENSITIVE = []
2034
2102
  include Aws::Structure
2035
2103
  end
2036
2104
 
@@ -2114,6 +2182,7 @@ module Aws::FraudDetector
2114
2182
  :description,
2115
2183
  :model_versions,
2116
2184
  :rule_execution_mode)
2185
+ SENSITIVE = []
2117
2186
  include Aws::Structure
2118
2187
  end
2119
2188
 
@@ -2148,6 +2217,7 @@ module Aws::FraudDetector
2148
2217
  :detector_id,
2149
2218
  :detector_version_id,
2150
2219
  :status)
2220
+ SENSITIVE = []
2151
2221
  include Aws::Structure
2152
2222
  end
2153
2223
 
@@ -2194,6 +2264,7 @@ module Aws::FraudDetector
2194
2264
  :model_version_number,
2195
2265
  :description,
2196
2266
  :status)
2267
+ SENSITIVE = []
2197
2268
  include Aws::Structure
2198
2269
  end
2199
2270
 
@@ -2226,6 +2297,7 @@ module Aws::FraudDetector
2226
2297
  class UpdateRuleMetadataRequest < Struct.new(
2227
2298
  :rule,
2228
2299
  :description)
2300
+ SENSITIVE = []
2229
2301
  include Aws::Structure
2230
2302
  end
2231
2303
 
@@ -2276,6 +2348,7 @@ module Aws::FraudDetector
2276
2348
  :expression,
2277
2349
  :language,
2278
2350
  :outcomes)
2351
+ SENSITIVE = []
2279
2352
  include Aws::Structure
2280
2353
  end
2281
2354
 
@@ -2287,6 +2360,7 @@ module Aws::FraudDetector
2287
2360
  #
2288
2361
  class UpdateRuleVersionResult < Struct.new(
2289
2362
  :rule)
2363
+ SENSITIVE = []
2290
2364
  include Aws::Structure
2291
2365
  end
2292
2366
 
@@ -2323,6 +2397,7 @@ module Aws::FraudDetector
2323
2397
  :default_value,
2324
2398
  :description,
2325
2399
  :variable_type)
2400
+ SENSITIVE = []
2326
2401
  include Aws::Structure
2327
2402
  end
2328
2403
 
@@ -2339,6 +2414,7 @@ module Aws::FraudDetector
2339
2414
  #
2340
2415
  class ValidationException < Struct.new(
2341
2416
  :message)
2417
+ SENSITIVE = []
2342
2418
  include Aws::Structure
2343
2419
  end
2344
2420
 
@@ -2387,6 +2463,7 @@ module Aws::FraudDetector
2387
2463
  :variable_type,
2388
2464
  :last_updated_time,
2389
2465
  :created_time)
2466
+ SENSITIVE = []
2390
2467
  include Aws::Structure
2391
2468
  end
2392
2469
 
@@ -2437,6 +2514,7 @@ module Aws::FraudDetector
2437
2514
  :default_value,
2438
2515
  :description,
2439
2516
  :variable_type)
2517
+ SENSITIVE = []
2440
2518
  include Aws::Structure
2441
2519
  end
2442
2520
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-frauddetector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.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