aws-sdk-rekognition 1.40.0 → 1.41.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: 067f989aae540c670ca14e89b775e73fd60fb95440188dd5762dbd3302008dd4
4
- data.tar.gz: 66aad6d16f260d976bfa277f75d8a1985dd315a468c90adeea324913c59590ba
3
+ metadata.gz: 4e795540b829ea8495f5cf711c3baa39f737b8e4720dd917dd66b5cb0f6c4161
4
+ data.tar.gz: 70590d2932c822fab123770b83d64d5c4c189251c1be5cba6e8e8dedc075a5a9
5
5
  SHA512:
6
- metadata.gz: 8f0e33c78279aba850dd790df5efdf3f0998e760d1d9a0cbaff53a49e6ee3c49e5077f236b6b99138e3e334484ee70dea9e469653e6b2c4345fdd838169d7ed7
7
- data.tar.gz: 842bb403a8517f6a2cda864bfca3e297c76818c7af66c1cb87b536e78d4a3dc699653a395e23e546cf77573ce08319176b90f48c1081f26cfbc17a4e3bdaea13
6
+ metadata.gz: 7f355023fa46cc0fe3bdca2572f3d324947fb232b8716a6061affbdaf4d487b6b82236d87369df0dac0417642ce1127daac614b2bff2dfd292958caa8d58ff91
7
+ data.tar.gz: 5fe3c678e7ae0826cd0276346e32b998ef82d372303556e694ab84e0af4963c404b19b39cb8348e1375c6ce8af86c3a7f371bf34f6a645c6aa369f2f733c6281
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-rekognition/customizations'
48
48
  # @service
49
49
  module Aws::Rekognition
50
50
 
51
- GEM_VERSION = '1.40.0'
51
+ GEM_VERSION = '1.41.0'
52
52
 
53
53
  end
@@ -4870,7 +4870,7 @@ module Aws::Rekognition
4870
4870
  params: params,
4871
4871
  config: config)
4872
4872
  context[:gem_name] = 'aws-sdk-rekognition'
4873
- context[:gem_version] = '1.40.0'
4873
+ context[:gem_version] = '1.41.0'
4874
4874
  Seahorse::Client::Request.new(handlers, context)
4875
4875
  end
4876
4876
 
@@ -32,6 +32,7 @@ module Aws::Rekognition
32
32
  class AgeRange < Struct.new(
33
33
  :low,
34
34
  :high)
35
+ SENSITIVE = []
35
36
  include Aws::Structure
36
37
  end
37
38
 
@@ -58,6 +59,7 @@ module Aws::Rekognition
58
59
  #
59
60
  class Asset < Struct.new(
60
61
  :ground_truth_manifest)
62
+ SENSITIVE = []
61
63
  include Aws::Structure
62
64
  end
63
65
 
@@ -86,6 +88,7 @@ module Aws::Rekognition
86
88
  :duration_millis,
87
89
  :sample_rate,
88
90
  :number_of_channels)
91
+ SENSITIVE = []
89
92
  include Aws::Structure
90
93
  end
91
94
 
@@ -103,6 +106,7 @@ module Aws::Rekognition
103
106
  class Beard < Struct.new(
104
107
  :value,
105
108
  :confidence)
109
+ SENSITIVE = []
106
110
  include Aws::Structure
107
111
  end
108
112
 
@@ -164,6 +168,7 @@ module Aws::Rekognition
164
168
  :height,
165
169
  :left,
166
170
  :top)
171
+ SENSITIVE = []
167
172
  include Aws::Structure
168
173
  end
169
174
 
@@ -200,6 +205,7 @@ module Aws::Rekognition
200
205
  :id,
201
206
  :face,
202
207
  :match_confidence)
208
+ SENSITIVE = []
203
209
  include Aws::Structure
204
210
  end
205
211
 
@@ -237,6 +243,7 @@ module Aws::Rekognition
237
243
  :confidence,
238
244
  :bounding_box,
239
245
  :face)
246
+ SENSITIVE = []
240
247
  include Aws::Structure
241
248
  end
242
249
 
@@ -256,6 +263,7 @@ module Aws::Rekognition
256
263
  class CelebrityRecognition < Struct.new(
257
264
  :timestamp,
258
265
  :celebrity)
266
+ SENSITIVE = []
259
267
  include Aws::Structure
260
268
  end
261
269
 
@@ -277,6 +285,7 @@ module Aws::Rekognition
277
285
  class CompareFacesMatch < Struct.new(
278
286
  :similarity,
279
287
  :face)
288
+ SENSITIVE = []
280
289
  include Aws::Structure
281
290
  end
282
291
 
@@ -352,6 +361,7 @@ module Aws::Rekognition
352
361
  :target_image,
353
362
  :similarity_threshold,
354
363
  :quality_filter)
364
+ SENSITIVE = []
355
365
  include Aws::Structure
356
366
  end
357
367
 
@@ -412,6 +422,7 @@ module Aws::Rekognition
412
422
  :unmatched_faces,
413
423
  :source_image_orientation_correction,
414
424
  :target_image_orientation_correction)
425
+ SENSITIVE = []
415
426
  include Aws::Structure
416
427
  end
417
428
 
@@ -445,6 +456,7 @@ module Aws::Rekognition
445
456
  :landmarks,
446
457
  :pose,
447
458
  :quality)
459
+ SENSITIVE = []
448
460
  include Aws::Structure
449
461
  end
450
462
 
@@ -465,6 +477,7 @@ module Aws::Rekognition
465
477
  class ComparedSourceImageFace < Struct.new(
466
478
  :bounding_box,
467
479
  :confidence)
480
+ SENSITIVE = []
468
481
  include Aws::Structure
469
482
  end
470
483
 
@@ -482,6 +495,7 @@ module Aws::Rekognition
482
495
  class ContentModerationDetection < Struct.new(
483
496
  :timestamp,
484
497
  :moderation_label)
498
+ SENSITIVE = []
485
499
  include Aws::Structure
486
500
  end
487
501
 
@@ -498,6 +512,7 @@ module Aws::Rekognition
498
512
  #
499
513
  class CreateCollectionRequest < Struct.new(
500
514
  :collection_id)
515
+ SENSITIVE = []
501
516
  include Aws::Structure
502
517
  end
503
518
 
@@ -519,6 +534,7 @@ module Aws::Rekognition
519
534
  :status_code,
520
535
  :collection_arn,
521
536
  :face_model_version)
537
+ SENSITIVE = []
522
538
  include Aws::Structure
523
539
  end
524
540
 
@@ -535,6 +551,7 @@ module Aws::Rekognition
535
551
  #
536
552
  class CreateProjectRequest < Struct.new(
537
553
  :project_name)
554
+ SENSITIVE = []
538
555
  include Aws::Structure
539
556
  end
540
557
 
@@ -545,6 +562,7 @@ module Aws::Rekognition
545
562
  #
546
563
  class CreateProjectResponse < Struct.new(
547
564
  :project_arn)
565
+ SENSITIVE = []
548
566
  include Aws::Structure
549
567
  end
550
568
 
@@ -614,6 +632,7 @@ module Aws::Rekognition
614
632
  :output_config,
615
633
  :training_data,
616
634
  :testing_data)
635
+ SENSITIVE = []
617
636
  include Aws::Structure
618
637
  end
619
638
 
@@ -625,6 +644,7 @@ module Aws::Rekognition
625
644
  #
626
645
  class CreateProjectVersionResponse < Struct.new(
627
646
  :project_version_arn)
647
+ SENSITIVE = []
628
648
  include Aws::Structure
629
649
  end
630
650
 
@@ -687,6 +707,7 @@ module Aws::Rekognition
687
707
  :name,
688
708
  :settings,
689
709
  :role_arn)
710
+ SENSITIVE = []
690
711
  include Aws::Structure
691
712
  end
692
713
 
@@ -696,6 +717,7 @@ module Aws::Rekognition
696
717
  #
697
718
  class CreateStreamProcessorResponse < Struct.new(
698
719
  :stream_processor_arn)
720
+ SENSITIVE = []
699
721
  include Aws::Structure
700
722
  end
701
723
 
@@ -722,6 +744,7 @@ module Aws::Rekognition
722
744
  :name,
723
745
  :confidence,
724
746
  :geometry)
747
+ SENSITIVE = []
725
748
  include Aws::Structure
726
749
  end
727
750
 
@@ -738,6 +761,7 @@ module Aws::Rekognition
738
761
  #
739
762
  class DeleteCollectionRequest < Struct.new(
740
763
  :collection_id)
764
+ SENSITIVE = []
741
765
  include Aws::Structure
742
766
  end
743
767
 
@@ -747,6 +771,7 @@ module Aws::Rekognition
747
771
  #
748
772
  class DeleteCollectionResponse < Struct.new(
749
773
  :status_code)
774
+ SENSITIVE = []
750
775
  include Aws::Structure
751
776
  end
752
777
 
@@ -769,6 +794,7 @@ module Aws::Rekognition
769
794
  class DeleteFacesRequest < Struct.new(
770
795
  :collection_id,
771
796
  :face_ids)
797
+ SENSITIVE = []
772
798
  include Aws::Structure
773
799
  end
774
800
 
@@ -778,6 +804,7 @@ module Aws::Rekognition
778
804
  #
779
805
  class DeleteFacesResponse < Struct.new(
780
806
  :deleted_faces)
807
+ SENSITIVE = []
781
808
  include Aws::Structure
782
809
  end
783
810
 
@@ -795,6 +822,7 @@ module Aws::Rekognition
795
822
  #
796
823
  class DeleteProjectRequest < Struct.new(
797
824
  :project_arn)
825
+ SENSITIVE = []
798
826
  include Aws::Structure
799
827
  end
800
828
 
@@ -804,6 +832,7 @@ module Aws::Rekognition
804
832
  #
805
833
  class DeleteProjectResponse < Struct.new(
806
834
  :status)
835
+ SENSITIVE = []
807
836
  include Aws::Structure
808
837
  end
809
838
 
@@ -821,6 +850,7 @@ module Aws::Rekognition
821
850
  #
822
851
  class DeleteProjectVersionRequest < Struct.new(
823
852
  :project_version_arn)
853
+ SENSITIVE = []
824
854
  include Aws::Structure
825
855
  end
826
856
 
@@ -830,6 +860,7 @@ module Aws::Rekognition
830
860
  #
831
861
  class DeleteProjectVersionResponse < Struct.new(
832
862
  :status)
863
+ SENSITIVE = []
833
864
  include Aws::Structure
834
865
  end
835
866
 
@@ -846,6 +877,7 @@ module Aws::Rekognition
846
877
  #
847
878
  class DeleteStreamProcessorRequest < Struct.new(
848
879
  :name)
880
+ SENSITIVE = []
849
881
  include Aws::Structure
850
882
  end
851
883
 
@@ -864,6 +896,7 @@ module Aws::Rekognition
864
896
  #
865
897
  class DescribeCollectionRequest < Struct.new(
866
898
  :collection_id)
899
+ SENSITIVE = []
867
900
  include Aws::Structure
868
901
  end
869
902
 
@@ -895,6 +928,7 @@ module Aws::Rekognition
895
928
  :face_model_version,
896
929
  :collection_arn,
897
930
  :creation_timestamp)
931
+ SENSITIVE = []
898
932
  include Aws::Structure
899
933
  end
900
934
 
@@ -942,6 +976,7 @@ module Aws::Rekognition
942
976
  :version_names,
943
977
  :next_token,
944
978
  :max_results)
979
+ SENSITIVE = []
945
980
  include Aws::Structure
946
981
  end
947
982
 
@@ -960,6 +995,7 @@ module Aws::Rekognition
960
995
  class DescribeProjectVersionsResponse < Struct.new(
961
996
  :project_version_descriptions,
962
997
  :next_token)
998
+ SENSITIVE = []
963
999
  include Aws::Structure
964
1000
  end
965
1001
 
@@ -988,6 +1024,7 @@ module Aws::Rekognition
988
1024
  class DescribeProjectsRequest < Struct.new(
989
1025
  :next_token,
990
1026
  :max_results)
1027
+ SENSITIVE = []
991
1028
  include Aws::Structure
992
1029
  end
993
1030
 
@@ -1006,6 +1043,7 @@ module Aws::Rekognition
1006
1043
  class DescribeProjectsResponse < Struct.new(
1007
1044
  :project_descriptions,
1008
1045
  :next_token)
1046
+ SENSITIVE = []
1009
1047
  include Aws::Structure
1010
1048
  end
1011
1049
 
@@ -1022,6 +1060,7 @@ module Aws::Rekognition
1022
1060
  #
1023
1061
  class DescribeStreamProcessorRequest < Struct.new(
1024
1062
  :name)
1063
+ SENSITIVE = []
1025
1064
  include Aws::Structure
1026
1065
  end
1027
1066
 
@@ -1081,6 +1120,7 @@ module Aws::Rekognition
1081
1120
  :output,
1082
1121
  :role_arn,
1083
1122
  :settings)
1123
+ SENSITIVE = []
1084
1124
  include Aws::Structure
1085
1125
  end
1086
1126
 
@@ -1154,6 +1194,7 @@ module Aws::Rekognition
1154
1194
  :image,
1155
1195
  :max_results,
1156
1196
  :min_confidence)
1197
+ SENSITIVE = []
1157
1198
  include Aws::Structure
1158
1199
  end
1159
1200
 
@@ -1163,6 +1204,7 @@ module Aws::Rekognition
1163
1204
  #
1164
1205
  class DetectCustomLabelsResponse < Struct.new(
1165
1206
  :custom_labels)
1207
+ SENSITIVE = []
1166
1208
  include Aws::Structure
1167
1209
  end
1168
1210
 
@@ -1209,6 +1251,7 @@ module Aws::Rekognition
1209
1251
  class DetectFacesRequest < Struct.new(
1210
1252
  :image,
1211
1253
  :attributes)
1254
+ SENSITIVE = []
1212
1255
  include Aws::Structure
1213
1256
  end
1214
1257
 
@@ -1236,6 +1279,7 @@ module Aws::Rekognition
1236
1279
  class DetectFacesResponse < Struct.new(
1237
1280
  :face_details,
1238
1281
  :orientation_correction)
1282
+ SENSITIVE = []
1239
1283
  include Aws::Structure
1240
1284
  end
1241
1285
 
@@ -1286,6 +1330,7 @@ module Aws::Rekognition
1286
1330
  :image,
1287
1331
  :max_labels,
1288
1332
  :min_confidence)
1333
+ SENSITIVE = []
1289
1334
  include Aws::Structure
1290
1335
  end
1291
1336
 
@@ -1319,6 +1364,7 @@ module Aws::Rekognition
1319
1364
  :labels,
1320
1365
  :orientation_correction,
1321
1366
  :label_model_version)
1367
+ SENSITIVE = []
1322
1368
  include Aws::Structure
1323
1369
  end
1324
1370
 
@@ -1373,6 +1419,7 @@ module Aws::Rekognition
1373
1419
  :image,
1374
1420
  :min_confidence,
1375
1421
  :human_loop_config)
1422
+ SENSITIVE = []
1376
1423
  include Aws::Structure
1377
1424
  end
1378
1425
 
@@ -1394,6 +1441,7 @@ module Aws::Rekognition
1394
1441
  :moderation_labels,
1395
1442
  :moderation_model_version,
1396
1443
  :human_loop_activation_output)
1444
+ SENSITIVE = []
1397
1445
  include Aws::Structure
1398
1446
  end
1399
1447
 
@@ -1436,6 +1484,7 @@ module Aws::Rekognition
1436
1484
  class DetectTextFilters < Struct.new(
1437
1485
  :word_filter,
1438
1486
  :regions_of_interest)
1487
+ SENSITIVE = []
1439
1488
  include Aws::Structure
1440
1489
  end
1441
1490
 
@@ -1489,6 +1538,7 @@ module Aws::Rekognition
1489
1538
  class DetectTextRequest < Struct.new(
1490
1539
  :image,
1491
1540
  :filters)
1541
+ SENSITIVE = []
1492
1542
  include Aws::Structure
1493
1543
  end
1494
1544
 
@@ -1503,6 +1553,7 @@ module Aws::Rekognition
1503
1553
  class DetectTextResponse < Struct.new(
1504
1554
  :text_detections,
1505
1555
  :text_model_version)
1556
+ SENSITIVE = []
1506
1557
  include Aws::Structure
1507
1558
  end
1508
1559
 
@@ -1541,6 +1592,7 @@ module Aws::Rekognition
1541
1592
  :min_confidence,
1542
1593
  :min_bounding_box_height,
1543
1594
  :min_bounding_box_width)
1595
+ SENSITIVE = []
1544
1596
  include Aws::Structure
1545
1597
  end
1546
1598
 
@@ -1562,6 +1614,7 @@ module Aws::Rekognition
1562
1614
  class Emotion < Struct.new(
1563
1615
  :type,
1564
1616
  :confidence)
1617
+ SENSITIVE = []
1565
1618
  include Aws::Structure
1566
1619
  end
1567
1620
 
@@ -1582,6 +1635,7 @@ module Aws::Rekognition
1582
1635
  class EvaluationResult < Struct.new(
1583
1636
  :f1_score,
1584
1637
  :summary)
1638
+ SENSITIVE = []
1585
1639
  include Aws::Structure
1586
1640
  end
1587
1641
 
@@ -1599,6 +1653,7 @@ module Aws::Rekognition
1599
1653
  class EyeOpen < Struct.new(
1600
1654
  :value,
1601
1655
  :confidence)
1656
+ SENSITIVE = []
1602
1657
  include Aws::Structure
1603
1658
  end
1604
1659
 
@@ -1617,6 +1672,7 @@ module Aws::Rekognition
1617
1672
  class Eyeglasses < Struct.new(
1618
1673
  :value,
1619
1674
  :confidence)
1675
+ SENSITIVE = []
1620
1676
  include Aws::Structure
1621
1677
  end
1622
1678
 
@@ -1651,6 +1707,7 @@ module Aws::Rekognition
1651
1707
  :image_id,
1652
1708
  :external_image_id,
1653
1709
  :confidence)
1710
+ SENSITIVE = []
1654
1711
  include Aws::Structure
1655
1712
  end
1656
1713
 
@@ -1770,6 +1827,7 @@ module Aws::Rekognition
1770
1827
  :pose,
1771
1828
  :quality,
1772
1829
  :confidence)
1830
+ SENSITIVE = []
1773
1831
  include Aws::Structure
1774
1832
  end
1775
1833
 
@@ -1788,6 +1846,7 @@ module Aws::Rekognition
1788
1846
  class FaceDetection < Struct.new(
1789
1847
  :timestamp,
1790
1848
  :face)
1849
+ SENSITIVE = []
1791
1850
  include Aws::Structure
1792
1851
  end
1793
1852
 
@@ -1807,6 +1866,7 @@ module Aws::Rekognition
1807
1866
  class FaceMatch < Struct.new(
1808
1867
  :similarity,
1809
1868
  :face)
1869
+ SENSITIVE = []
1810
1870
  include Aws::Structure
1811
1871
  end
1812
1872
 
@@ -1828,6 +1888,7 @@ module Aws::Rekognition
1828
1888
  class FaceRecord < Struct.new(
1829
1889
  :face,
1830
1890
  :face_detail)
1891
+ SENSITIVE = []
1831
1892
  include Aws::Structure
1832
1893
  end
1833
1894
 
@@ -1857,6 +1918,7 @@ module Aws::Rekognition
1857
1918
  class FaceSearchSettings < Struct.new(
1858
1919
  :collection_id,
1859
1920
  :face_match_threshold)
1921
+ SENSITIVE = []
1860
1922
  include Aws::Structure
1861
1923
  end
1862
1924
 
@@ -1889,6 +1951,7 @@ module Aws::Rekognition
1889
1951
  class Gender < Struct.new(
1890
1952
  :value,
1891
1953
  :confidence)
1954
+ SENSITIVE = []
1892
1955
  include Aws::Structure
1893
1956
  end
1894
1957
 
@@ -1908,6 +1971,7 @@ module Aws::Rekognition
1908
1971
  class Geometry < Struct.new(
1909
1972
  :bounding_box,
1910
1973
  :polygon)
1974
+ SENSITIVE = []
1911
1975
  include Aws::Structure
1912
1976
  end
1913
1977
 
@@ -1926,6 +1990,7 @@ module Aws::Rekognition
1926
1990
  #
1927
1991
  class GetCelebrityInfoRequest < Struct.new(
1928
1992
  :id)
1993
+ SENSITIVE = []
1929
1994
  include Aws::Structure
1930
1995
  end
1931
1996
 
@@ -1940,6 +2005,7 @@ module Aws::Rekognition
1940
2005
  class GetCelebrityInfoResponse < Struct.new(
1941
2006
  :urls,
1942
2007
  :name)
2008
+ SENSITIVE = []
1943
2009
  include Aws::Structure
1944
2010
  end
1945
2011
 
@@ -1984,6 +2050,7 @@ module Aws::Rekognition
1984
2050
  :max_results,
1985
2051
  :next_token,
1986
2052
  :sort_by)
2053
+ SENSITIVE = []
1987
2054
  include Aws::Structure
1988
2055
  end
1989
2056
 
@@ -2018,6 +2085,7 @@ module Aws::Rekognition
2018
2085
  :video_metadata,
2019
2086
  :next_token,
2020
2087
  :celebrities)
2088
+ SENSITIVE = []
2021
2089
  include Aws::Structure
2022
2090
  end
2023
2091
 
@@ -2063,6 +2131,7 @@ module Aws::Rekognition
2063
2131
  :max_results,
2064
2132
  :next_token,
2065
2133
  :sort_by)
2134
+ SENSITIVE = []
2066
2135
  include Aws::Structure
2067
2136
  end
2068
2137
 
@@ -2104,6 +2173,7 @@ module Aws::Rekognition
2104
2173
  :moderation_labels,
2105
2174
  :next_token,
2106
2175
  :moderation_model_version)
2176
+ SENSITIVE = []
2107
2177
  include Aws::Structure
2108
2178
  end
2109
2179
 
@@ -2139,6 +2209,7 @@ module Aws::Rekognition
2139
2209
  :job_id,
2140
2210
  :max_results,
2141
2211
  :next_token)
2212
+ SENSITIVE = []
2142
2213
  include Aws::Structure
2143
2214
  end
2144
2215
 
@@ -2175,6 +2246,7 @@ module Aws::Rekognition
2175
2246
  :video_metadata,
2176
2247
  :next_token,
2177
2248
  :faces)
2249
+ SENSITIVE = []
2178
2250
  include Aws::Structure
2179
2251
  end
2180
2252
 
@@ -2218,6 +2290,7 @@ module Aws::Rekognition
2218
2290
  :max_results,
2219
2291
  :next_token,
2220
2292
  :sort_by)
2293
+ SENSITIVE = []
2221
2294
  include Aws::Structure
2222
2295
  end
2223
2296
 
@@ -2259,6 +2332,7 @@ module Aws::Rekognition
2259
2332
  :next_token,
2260
2333
  :video_metadata,
2261
2334
  :persons)
2335
+ SENSITIVE = []
2262
2336
  include Aws::Structure
2263
2337
  end
2264
2338
 
@@ -2305,6 +2379,7 @@ module Aws::Rekognition
2305
2379
  :max_results,
2306
2380
  :next_token,
2307
2381
  :sort_by)
2382
+ SENSITIVE = []
2308
2383
  include Aws::Structure
2309
2384
  end
2310
2385
 
@@ -2347,6 +2422,7 @@ module Aws::Rekognition
2347
2422
  :next_token,
2348
2423
  :labels,
2349
2424
  :label_model_version)
2425
+ SENSITIVE = []
2350
2426
  include Aws::Structure
2351
2427
  end
2352
2428
 
@@ -2392,6 +2468,7 @@ module Aws::Rekognition
2392
2468
  :max_results,
2393
2469
  :next_token,
2394
2470
  :sort_by)
2471
+ SENSITIVE = []
2395
2472
  include Aws::Structure
2396
2473
  end
2397
2474
 
@@ -2428,6 +2505,7 @@ module Aws::Rekognition
2428
2505
  :video_metadata,
2429
2506
  :next_token,
2430
2507
  :persons)
2508
+ SENSITIVE = []
2431
2509
  include Aws::Structure
2432
2510
  end
2433
2511
 
@@ -2461,6 +2539,7 @@ module Aws::Rekognition
2461
2539
  :job_id,
2462
2540
  :max_results,
2463
2541
  :next_token)
2542
+ SENSITIVE = []
2464
2543
  include Aws::Structure
2465
2544
  end
2466
2545
 
@@ -2515,6 +2594,7 @@ module Aws::Rekognition
2515
2594
  :next_token,
2516
2595
  :segments,
2517
2596
  :selected_segment_types)
2597
+ SENSITIVE = []
2518
2598
  include Aws::Structure
2519
2599
  end
2520
2600
 
@@ -2549,6 +2629,7 @@ module Aws::Rekognition
2549
2629
  :job_id,
2550
2630
  :max_results,
2551
2631
  :next_token)
2632
+ SENSITIVE = []
2552
2633
  include Aws::Structure
2553
2634
  end
2554
2635
 
@@ -2591,6 +2672,7 @@ module Aws::Rekognition
2591
2672
  :text_detections,
2592
2673
  :next_token,
2593
2674
  :text_model_version)
2675
+ SENSITIVE = []
2594
2676
  include Aws::Structure
2595
2677
  end
2596
2678
 
@@ -2620,6 +2702,7 @@ module Aws::Rekognition
2620
2702
  #
2621
2703
  class GroundTruthManifest < Struct.new(
2622
2704
  :s3_object)
2705
+ SENSITIVE = []
2623
2706
  include Aws::Structure
2624
2707
  end
2625
2708
 
@@ -2643,6 +2726,7 @@ module Aws::Rekognition
2643
2726
  :human_loop_arn,
2644
2727
  :human_loop_activation_reasons,
2645
2728
  :human_loop_activation_conditions_evaluation_results)
2729
+ SENSITIVE = []
2646
2730
  include Aws::Structure
2647
2731
  end
2648
2732
 
@@ -2684,6 +2768,7 @@ module Aws::Rekognition
2684
2768
  :human_loop_name,
2685
2769
  :flow_definition_arn,
2686
2770
  :data_attributes)
2771
+ SENSITIVE = []
2687
2772
  include Aws::Structure
2688
2773
  end
2689
2774
 
@@ -2704,6 +2789,7 @@ module Aws::Rekognition
2704
2789
  #
2705
2790
  class HumanLoopDataAttributes < Struct.new(
2706
2791
  :content_classifiers)
2792
+ SENSITIVE = []
2707
2793
  include Aws::Structure
2708
2794
  end
2709
2795
 
@@ -2726,6 +2812,7 @@ module Aws::Rekognition
2726
2812
  :resource_type,
2727
2813
  :quota_code,
2728
2814
  :service_code)
2815
+ SENSITIVE = []
2729
2816
  include Aws::Structure
2730
2817
  end
2731
2818
 
@@ -2786,6 +2873,7 @@ module Aws::Rekognition
2786
2873
  class Image < Struct.new(
2787
2874
  :bytes,
2788
2875
  :s3_object)
2876
+ SENSITIVE = []
2789
2877
  include Aws::Structure
2790
2878
  end
2791
2879
 
@@ -2806,6 +2894,7 @@ module Aws::Rekognition
2806
2894
  class ImageQuality < Struct.new(
2807
2895
  :brightness,
2808
2896
  :sharpness)
2897
+ SENSITIVE = []
2809
2898
  include Aws::Structure
2810
2899
  end
2811
2900
 
@@ -2912,6 +3001,7 @@ module Aws::Rekognition
2912
3001
  :detection_attributes,
2913
3002
  :max_faces,
2914
3003
  :quality_filter)
3004
+ SENSITIVE = []
2915
3005
  include Aws::Structure
2916
3006
  end
2917
3007
 
@@ -2968,6 +3058,7 @@ module Aws::Rekognition
2968
3058
  :orientation_correction,
2969
3059
  :face_model_version,
2970
3060
  :unindexed_faces)
3061
+ SENSITIVE = []
2971
3062
  include Aws::Structure
2972
3063
  end
2973
3064
 
@@ -2986,6 +3077,7 @@ module Aws::Rekognition
2986
3077
  class Instance < Struct.new(
2987
3078
  :bounding_box,
2988
3079
  :confidence)
3080
+ SENSITIVE = []
2989
3081
  include Aws::Structure
2990
3082
  end
2991
3083
 
@@ -3029,6 +3121,7 @@ module Aws::Rekognition
3029
3121
  #
3030
3122
  class KinesisDataStream < Struct.new(
3031
3123
  :arn)
3124
+ SENSITIVE = []
3032
3125
  include Aws::Structure
3033
3126
  end
3034
3127
 
@@ -3050,6 +3143,7 @@ module Aws::Rekognition
3050
3143
  #
3051
3144
  class KinesisVideoStream < Struct.new(
3052
3145
  :arn)
3146
+ SENSITIVE = []
3053
3147
  include Aws::Structure
3054
3148
  end
3055
3149
 
@@ -3081,6 +3175,7 @@ module Aws::Rekognition
3081
3175
  :confidence,
3082
3176
  :instances,
3083
3177
  :parents)
3178
+ SENSITIVE = []
3084
3179
  include Aws::Structure
3085
3180
  end
3086
3181
 
@@ -3099,6 +3194,7 @@ module Aws::Rekognition
3099
3194
  class LabelDetection < Struct.new(
3100
3195
  :timestamp,
3101
3196
  :label)
3197
+ SENSITIVE = []
3102
3198
  include Aws::Structure
3103
3199
  end
3104
3200
 
@@ -3126,6 +3222,7 @@ module Aws::Rekognition
3126
3222
  :type,
3127
3223
  :x,
3128
3224
  :y)
3225
+ SENSITIVE = []
3129
3226
  include Aws::Structure
3130
3227
  end
3131
3228
 
@@ -3157,6 +3254,7 @@ module Aws::Rekognition
3157
3254
  class ListCollectionsRequest < Struct.new(
3158
3255
  :next_token,
3159
3256
  :max_results)
3257
+ SENSITIVE = []
3160
3258
  include Aws::Structure
3161
3259
  end
3162
3260
 
@@ -3181,6 +3279,7 @@ module Aws::Rekognition
3181
3279
  :collection_ids,
3182
3280
  :next_token,
3183
3281
  :face_model_versions)
3282
+ SENSITIVE = []
3184
3283
  include Aws::Structure
3185
3284
  end
3186
3285
 
@@ -3212,6 +3311,7 @@ module Aws::Rekognition
3212
3311
  :collection_id,
3213
3312
  :next_token,
3214
3313
  :max_results)
3314
+ SENSITIVE = []
3215
3315
  include Aws::Structure
3216
3316
  end
3217
3317
 
@@ -3234,6 +3334,7 @@ module Aws::Rekognition
3234
3334
  :faces,
3235
3335
  :next_token,
3236
3336
  :face_model_version)
3337
+ SENSITIVE = []
3237
3338
  include Aws::Structure
3238
3339
  end
3239
3340
 
@@ -3260,6 +3361,7 @@ module Aws::Rekognition
3260
3361
  class ListStreamProcessorsRequest < Struct.new(
3261
3362
  :next_token,
3262
3363
  :max_results)
3364
+ SENSITIVE = []
3263
3365
  include Aws::Structure
3264
3366
  end
3265
3367
 
@@ -3276,6 +3378,7 @@ module Aws::Rekognition
3276
3378
  class ListStreamProcessorsResponse < Struct.new(
3277
3379
  :next_token,
3278
3380
  :stream_processors)
3381
+ SENSITIVE = []
3279
3382
  include Aws::Structure
3280
3383
  end
3281
3384
 
@@ -3306,6 +3409,7 @@ module Aws::Rekognition
3306
3409
  :confidence,
3307
3410
  :name,
3308
3411
  :parent_name)
3412
+ SENSITIVE = []
3309
3413
  include Aws::Structure
3310
3414
  end
3311
3415
 
@@ -3324,6 +3428,7 @@ module Aws::Rekognition
3324
3428
  class MouthOpen < Struct.new(
3325
3429
  :value,
3326
3430
  :confidence)
3431
+ SENSITIVE = []
3327
3432
  include Aws::Structure
3328
3433
  end
3329
3434
 
@@ -3341,6 +3446,7 @@ module Aws::Rekognition
3341
3446
  class Mustache < Struct.new(
3342
3447
  :value,
3343
3448
  :confidence)
3449
+ SENSITIVE = []
3344
3450
  include Aws::Structure
3345
3451
  end
3346
3452
 
@@ -3369,6 +3475,7 @@ module Aws::Rekognition
3369
3475
  class NotificationChannel < Struct.new(
3370
3476
  :sns_topic_arn,
3371
3477
  :role_arn)
3478
+ SENSITIVE = []
3372
3479
  include Aws::Structure
3373
3480
  end
3374
3481
 
@@ -3393,6 +3500,7 @@ module Aws::Rekognition
3393
3500
  class OutputConfig < Struct.new(
3394
3501
  :s3_bucket,
3395
3502
  :s3_key_prefix)
3503
+ SENSITIVE = []
3396
3504
  include Aws::Structure
3397
3505
  end
3398
3506
 
@@ -3404,6 +3512,7 @@ module Aws::Rekognition
3404
3512
  #
3405
3513
  class Parent < Struct.new(
3406
3514
  :name)
3515
+ SENSITIVE = []
3407
3516
  include Aws::Structure
3408
3517
  end
3409
3518
 
@@ -3427,6 +3536,7 @@ module Aws::Rekognition
3427
3536
  :index,
3428
3537
  :bounding_box,
3429
3538
  :face)
3539
+ SENSITIVE = []
3430
3540
  include Aws::Structure
3431
3541
  end
3432
3542
 
@@ -3450,6 +3560,7 @@ module Aws::Rekognition
3450
3560
  class PersonDetection < Struct.new(
3451
3561
  :timestamp,
3452
3562
  :person)
3563
+ SENSITIVE = []
3453
3564
  include Aws::Structure
3454
3565
  end
3455
3566
 
@@ -3478,6 +3589,7 @@ module Aws::Rekognition
3478
3589
  :timestamp,
3479
3590
  :person,
3480
3591
  :face_matches)
3592
+ SENSITIVE = []
3481
3593
  include Aws::Structure
3482
3594
  end
3483
3595
 
@@ -3502,6 +3614,7 @@ module Aws::Rekognition
3502
3614
  class Point < Struct.new(
3503
3615
  :x,
3504
3616
  :y)
3617
+ SENSITIVE = []
3505
3618
  include Aws::Structure
3506
3619
  end
3507
3620
 
@@ -3524,6 +3637,7 @@ module Aws::Rekognition
3524
3637
  :roll,
3525
3638
  :yaw,
3526
3639
  :pitch)
3640
+ SENSITIVE = []
3527
3641
  include Aws::Structure
3528
3642
  end
3529
3643
 
@@ -3546,6 +3660,7 @@ module Aws::Rekognition
3546
3660
  :project_arn,
3547
3661
  :creation_timestamp,
3548
3662
  :status)
3663
+ SENSITIVE = []
3549
3664
  include Aws::Structure
3550
3665
  end
3551
3666
 
@@ -3611,6 +3726,7 @@ module Aws::Rekognition
3611
3726
  :training_data_result,
3612
3727
  :testing_data_result,
3613
3728
  :evaluation_result)
3729
+ SENSITIVE = []
3614
3730
  include Aws::Structure
3615
3731
  end
3616
3732
 
@@ -3646,6 +3762,7 @@ module Aws::Rekognition
3646
3762
  #
3647
3763
  class RecognizeCelebritiesRequest < Struct.new(
3648
3764
  :image)
3765
+ SENSITIVE = []
3649
3766
  include Aws::Structure
3650
3767
  end
3651
3768
 
@@ -3681,6 +3798,7 @@ module Aws::Rekognition
3681
3798
  :celebrity_faces,
3682
3799
  :unrecognized_faces,
3683
3800
  :orientation_correction)
3801
+ SENSITIVE = []
3684
3802
  include Aws::Structure
3685
3803
  end
3686
3804
 
@@ -3710,6 +3828,7 @@ module Aws::Rekognition
3710
3828
  #
3711
3829
  class RegionOfInterest < Struct.new(
3712
3830
  :bounding_box)
3831
+ SENSITIVE = []
3713
3832
  include Aws::Structure
3714
3833
  end
3715
3834
 
@@ -3766,6 +3885,7 @@ module Aws::Rekognition
3766
3885
  :bucket,
3767
3886
  :name,
3768
3887
  :version)
3888
+ SENSITIVE = []
3769
3889
  include Aws::Structure
3770
3890
  end
3771
3891
 
@@ -3835,6 +3955,7 @@ module Aws::Rekognition
3835
3955
  :max_faces,
3836
3956
  :face_match_threshold,
3837
3957
  :quality_filter)
3958
+ SENSITIVE = []
3838
3959
  include Aws::Structure
3839
3960
  end
3840
3961
 
@@ -3863,6 +3984,7 @@ module Aws::Rekognition
3863
3984
  :searched_face_confidence,
3864
3985
  :face_matches,
3865
3986
  :face_model_version)
3987
+ SENSITIVE = []
3866
3988
  include Aws::Structure
3867
3989
  end
3868
3990
 
@@ -3900,6 +4022,7 @@ module Aws::Rekognition
3900
4022
  :face_id,
3901
4023
  :max_faces,
3902
4024
  :face_match_threshold)
4025
+ SENSITIVE = []
3903
4026
  include Aws::Structure
3904
4027
  end
3905
4028
 
@@ -3921,6 +4044,7 @@ module Aws::Rekognition
3921
4044
  :searched_face_id,
3922
4045
  :face_matches,
3923
4046
  :face_model_version)
4047
+ SENSITIVE = []
3924
4048
  include Aws::Structure
3925
4049
  end
3926
4050
 
@@ -3984,6 +4108,7 @@ module Aws::Rekognition
3984
4108
  :duration_smpte,
3985
4109
  :technical_cue_segment,
3986
4110
  :shot_segment)
4111
+ SENSITIVE = []
3987
4112
  include Aws::Structure
3988
4113
  end
3989
4114
 
@@ -4002,6 +4127,7 @@ module Aws::Rekognition
4002
4127
  class SegmentTypeInfo < Struct.new(
4003
4128
  :type,
4004
4129
  :model_version)
4130
+ SENSITIVE = []
4005
4131
  include Aws::Structure
4006
4132
  end
4007
4133
 
@@ -4020,6 +4146,7 @@ module Aws::Rekognition
4020
4146
  class ShotSegment < Struct.new(
4021
4147
  :index,
4022
4148
  :confidence)
4149
+ SENSITIVE = []
4023
4150
  include Aws::Structure
4024
4151
  end
4025
4152
 
@@ -4037,6 +4164,7 @@ module Aws::Rekognition
4037
4164
  class Smile < Struct.new(
4038
4165
  :value,
4039
4166
  :confidence)
4167
+ SENSITIVE = []
4040
4168
  include Aws::Structure
4041
4169
  end
4042
4170
 
@@ -4089,6 +4217,7 @@ module Aws::Rekognition
4089
4217
  :client_request_token,
4090
4218
  :notification_channel,
4091
4219
  :job_tag)
4220
+ SENSITIVE = []
4092
4221
  include Aws::Structure
4093
4222
  end
4094
4223
 
@@ -4100,6 +4229,7 @@ module Aws::Rekognition
4100
4229
  #
4101
4230
  class StartCelebrityRecognitionResponse < Struct.new(
4102
4231
  :job_id)
4232
+ SENSITIVE = []
4103
4233
  include Aws::Structure
4104
4234
  end
4105
4235
 
@@ -4164,6 +4294,7 @@ module Aws::Rekognition
4164
4294
  :client_request_token,
4165
4295
  :notification_channel,
4166
4296
  :job_tag)
4297
+ SENSITIVE = []
4167
4298
  include Aws::Structure
4168
4299
  end
4169
4300
 
@@ -4174,6 +4305,7 @@ module Aws::Rekognition
4174
4305
  #
4175
4306
  class StartContentModerationResponse < Struct.new(
4176
4307
  :job_id)
4308
+ SENSITIVE = []
4177
4309
  include Aws::Structure
4178
4310
  end
4179
4311
 
@@ -4237,6 +4369,7 @@ module Aws::Rekognition
4237
4369
  :notification_channel,
4238
4370
  :face_attributes,
4239
4371
  :job_tag)
4372
+ SENSITIVE = []
4240
4373
  include Aws::Structure
4241
4374
  end
4242
4375
 
@@ -4247,6 +4380,7 @@ module Aws::Rekognition
4247
4380
  #
4248
4381
  class StartFaceDetectionResponse < Struct.new(
4249
4382
  :job_id)
4383
+ SENSITIVE = []
4250
4384
  include Aws::Structure
4251
4385
  end
4252
4386
 
@@ -4312,6 +4446,7 @@ module Aws::Rekognition
4312
4446
  :collection_id,
4313
4447
  :notification_channel,
4314
4448
  :job_tag)
4449
+ SENSITIVE = []
4315
4450
  include Aws::Structure
4316
4451
  end
4317
4452
 
@@ -4322,6 +4457,7 @@ module Aws::Rekognition
4322
4457
  #
4323
4458
  class StartFaceSearchResponse < Struct.new(
4324
4459
  :job_id)
4460
+ SENSITIVE = []
4325
4461
  include Aws::Structure
4326
4462
  end
4327
4463
 
@@ -4387,6 +4523,7 @@ module Aws::Rekognition
4387
4523
  :min_confidence,
4388
4524
  :notification_channel,
4389
4525
  :job_tag)
4526
+ SENSITIVE = []
4390
4527
  include Aws::Structure
4391
4528
  end
4392
4529
 
@@ -4397,6 +4534,7 @@ module Aws::Rekognition
4397
4534
  #
4398
4535
  class StartLabelDetectionResponse < Struct.new(
4399
4536
  :job_id)
4537
+ SENSITIVE = []
4400
4538
  include Aws::Structure
4401
4539
  end
4402
4540
 
@@ -4448,6 +4586,7 @@ module Aws::Rekognition
4448
4586
  :client_request_token,
4449
4587
  :notification_channel,
4450
4588
  :job_tag)
4589
+ SENSITIVE = []
4451
4590
  include Aws::Structure
4452
4591
  end
4453
4592
 
@@ -4458,6 +4597,7 @@ module Aws::Rekognition
4458
4597
  #
4459
4598
  class StartPersonTrackingResponse < Struct.new(
4460
4599
  :job_id)
4600
+ SENSITIVE = []
4461
4601
  include Aws::Structure
4462
4602
  end
4463
4603
 
@@ -4485,6 +4625,7 @@ module Aws::Rekognition
4485
4625
  class StartProjectVersionRequest < Struct.new(
4486
4626
  :project_version_arn,
4487
4627
  :min_inference_units)
4628
+ SENSITIVE = []
4488
4629
  include Aws::Structure
4489
4630
  end
4490
4631
 
@@ -4494,6 +4635,7 @@ module Aws::Rekognition
4494
4635
  #
4495
4636
  class StartProjectVersionResponse < Struct.new(
4496
4637
  :status)
4638
+ SENSITIVE = []
4497
4639
  include Aws::Structure
4498
4640
  end
4499
4641
 
@@ -4523,6 +4665,7 @@ module Aws::Rekognition
4523
4665
  class StartSegmentDetectionFilters < Struct.new(
4524
4666
  :technical_cue_filter,
4525
4667
  :shot_filter)
4668
+ SENSITIVE = []
4526
4669
  include Aws::Structure
4527
4670
  end
4528
4671
 
@@ -4597,6 +4740,7 @@ module Aws::Rekognition
4597
4740
  :job_tag,
4598
4741
  :filters,
4599
4742
  :segment_types)
4743
+ SENSITIVE = []
4600
4744
  include Aws::Structure
4601
4745
  end
4602
4746
 
@@ -4607,6 +4751,7 @@ module Aws::Rekognition
4607
4751
  #
4608
4752
  class StartSegmentDetectionResponse < Struct.new(
4609
4753
  :job_id)
4754
+ SENSITIVE = []
4610
4755
  include Aws::Structure
4611
4756
  end
4612
4757
 
@@ -4636,6 +4781,7 @@ module Aws::Rekognition
4636
4781
  #
4637
4782
  class StartShotDetectionFilter < Struct.new(
4638
4783
  :min_segment_confidence)
4784
+ SENSITIVE = []
4639
4785
  include Aws::Structure
4640
4786
  end
4641
4787
 
@@ -4652,6 +4798,7 @@ module Aws::Rekognition
4652
4798
  #
4653
4799
  class StartStreamProcessorRequest < Struct.new(
4654
4800
  :name)
4801
+ SENSITIVE = []
4655
4802
  include Aws::Structure
4656
4803
  end
4657
4804
 
@@ -4682,6 +4829,7 @@ module Aws::Rekognition
4682
4829
  #
4683
4830
  class StartTechnicalCueDetectionFilter < Struct.new(
4684
4831
  :min_segment_confidence)
4832
+ SENSITIVE = []
4685
4833
  include Aws::Structure
4686
4834
  end
4687
4835
 
@@ -4724,6 +4872,7 @@ module Aws::Rekognition
4724
4872
  class StartTextDetectionFilters < Struct.new(
4725
4873
  :word_filter,
4726
4874
  :regions_of_interest)
4875
+ SENSITIVE = []
4727
4876
  include Aws::Structure
4728
4877
  end
4729
4878
 
@@ -4801,6 +4950,7 @@ module Aws::Rekognition
4801
4950
  :notification_channel,
4802
4951
  :job_tag,
4803
4952
  :filters)
4953
+ SENSITIVE = []
4804
4954
  include Aws::Structure
4805
4955
  end
4806
4956
 
@@ -4811,6 +4961,7 @@ module Aws::Rekognition
4811
4961
  #
4812
4962
  class StartTextDetectionResponse < Struct.new(
4813
4963
  :job_id)
4964
+ SENSITIVE = []
4814
4965
  include Aws::Structure
4815
4966
  end
4816
4967
 
@@ -4831,6 +4982,7 @@ module Aws::Rekognition
4831
4982
  #
4832
4983
  class StopProjectVersionRequest < Struct.new(
4833
4984
  :project_version_arn)
4985
+ SENSITIVE = []
4834
4986
  include Aws::Structure
4835
4987
  end
4836
4988
 
@@ -4840,6 +4992,7 @@ module Aws::Rekognition
4840
4992
  #
4841
4993
  class StopProjectVersionResponse < Struct.new(
4842
4994
  :status)
4995
+ SENSITIVE = []
4843
4996
  include Aws::Structure
4844
4997
  end
4845
4998
 
@@ -4856,6 +5009,7 @@ module Aws::Rekognition
4856
5009
  #
4857
5010
  class StopStreamProcessorRequest < Struct.new(
4858
5011
  :name)
5012
+ SENSITIVE = []
4859
5013
  include Aws::Structure
4860
5014
  end
4861
5015
 
@@ -4879,6 +5033,7 @@ module Aws::Rekognition
4879
5033
  class StreamProcessor < Struct.new(
4880
5034
  :name,
4881
5035
  :status)
5036
+ SENSITIVE = []
4882
5037
  include Aws::Structure
4883
5038
  end
4884
5039
 
@@ -4900,6 +5055,7 @@ module Aws::Rekognition
4900
5055
  #
4901
5056
  class StreamProcessorInput < Struct.new(
4902
5057
  :kinesis_video_stream)
5058
+ SENSITIVE = []
4903
5059
  include Aws::Structure
4904
5060
  end
4905
5061
 
@@ -4924,6 +5080,7 @@ module Aws::Rekognition
4924
5080
  #
4925
5081
  class StreamProcessorOutput < Struct.new(
4926
5082
  :kinesis_data_stream)
5083
+ SENSITIVE = []
4927
5084
  include Aws::Structure
4928
5085
  end
4929
5086
 
@@ -4946,6 +5103,7 @@ module Aws::Rekognition
4946
5103
  #
4947
5104
  class StreamProcessorSettings < Struct.new(
4948
5105
  :face_search)
5106
+ SENSITIVE = []
4949
5107
  include Aws::Structure
4950
5108
  end
4951
5109
 
@@ -4969,6 +5127,7 @@ module Aws::Rekognition
4969
5127
  #
4970
5128
  class Summary < Struct.new(
4971
5129
  :s3_object)
5130
+ SENSITIVE = []
4972
5131
  include Aws::Structure
4973
5132
  end
4974
5133
 
@@ -4987,6 +5146,7 @@ module Aws::Rekognition
4987
5146
  class Sunglasses < Struct.new(
4988
5147
  :value,
4989
5148
  :confidence)
5149
+ SENSITIVE = []
4990
5150
  include Aws::Structure
4991
5151
  end
4992
5152
 
@@ -5005,6 +5165,7 @@ module Aws::Rekognition
5005
5165
  class TechnicalCueSegment < Struct.new(
5006
5166
  :type,
5007
5167
  :confidence)
5168
+ SENSITIVE = []
5008
5169
  include Aws::Structure
5009
5170
  end
5010
5171
 
@@ -5042,6 +5203,7 @@ module Aws::Rekognition
5042
5203
  class TestingData < Struct.new(
5043
5204
  :assets,
5044
5205
  :auto_create)
5206
+ SENSITIVE = []
5045
5207
  include Aws::Structure
5046
5208
  end
5047
5209
 
@@ -5061,6 +5223,7 @@ module Aws::Rekognition
5061
5223
  class TestingDataResult < Struct.new(
5062
5224
  :input,
5063
5225
  :output)
5226
+ SENSITIVE = []
5064
5227
  include Aws::Structure
5065
5228
  end
5066
5229
 
@@ -5115,6 +5278,7 @@ module Aws::Rekognition
5115
5278
  :parent_id,
5116
5279
  :confidence,
5117
5280
  :geometry)
5281
+ SENSITIVE = []
5118
5282
  include Aws::Structure
5119
5283
  end
5120
5284
 
@@ -5134,6 +5298,7 @@ module Aws::Rekognition
5134
5298
  class TextDetectionResult < Struct.new(
5135
5299
  :timestamp,
5136
5300
  :text_detection)
5301
+ SENSITIVE = []
5137
5302
  include Aws::Structure
5138
5303
  end
5139
5304
 
@@ -5168,6 +5333,7 @@ module Aws::Rekognition
5168
5333
  #
5169
5334
  class TrainingData < Struct.new(
5170
5335
  :assets)
5336
+ SENSITIVE = []
5171
5337
  include Aws::Structure
5172
5338
  end
5173
5339
 
@@ -5186,6 +5352,7 @@ module Aws::Rekognition
5186
5352
  class TrainingDataResult < Struct.new(
5187
5353
  :input,
5188
5354
  :output)
5355
+ SENSITIVE = []
5189
5356
  include Aws::Structure
5190
5357
  end
5191
5358
 
@@ -5220,6 +5387,7 @@ module Aws::Rekognition
5220
5387
  class UnindexedFace < Struct.new(
5221
5388
  :reasons,
5222
5389
  :face_detail)
5390
+ SENSITIVE = []
5223
5391
  include Aws::Structure
5224
5392
  end
5225
5393
 
@@ -5245,6 +5413,7 @@ module Aws::Rekognition
5245
5413
  #
5246
5414
  class Video < Struct.new(
5247
5415
  :s3_object)
5416
+ SENSITIVE = []
5248
5417
  include Aws::Structure
5249
5418
  end
5250
5419
 
@@ -5283,6 +5452,7 @@ module Aws::Rekognition
5283
5452
  :frame_rate,
5284
5453
  :frame_height,
5285
5454
  :frame_width)
5455
+ SENSITIVE = []
5286
5456
  include Aws::Structure
5287
5457
  end
5288
5458
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rekognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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-22 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