aws-sdk-kendra 1.7.1 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-kendra.rb +3 -1
- data/lib/aws-sdk-kendra/client.rb +3 -1
- data/lib/aws-sdk-kendra/client_api.rb +2 -0
- data/lib/aws-sdk-kendra/errors.rb +2 -0
- data/lib/aws-sdk-kendra/resource.rb +2 -0
- data/lib/aws-sdk-kendra/types.rb +108 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85405515fd60d8582ec6e77da776ad2f56d5b4d61c70f0e21a147b280485c7de
|
4
|
+
data.tar.gz: f368c2afdbf681b8a342c50282249794e223b810463742c7d94b2f5659a05d4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f60098a6ae9b6e4543fd03c8a9fb32b6e3931a74ba0d319fd927c5ce9732667575351353f307cd3b777821db85feedc99218157b1df2b5433ccdd020a5d01e16
|
7
|
+
data.tar.gz: 5ab1998965d531150fe2915d8c8042d6d80c05b181b26c77191b1d9969d3c014aecb1a5a1e003fda16284cbf74f09bebc415b0ea9289348e331d4d7b6c2f3bdd
|
data/lib/aws-sdk-kendra.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-kendra/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::Kendra
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.8.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:
|
@@ -2221,7 +2223,7 @@ module Aws::Kendra
|
|
2221
2223
|
params: params,
|
2222
2224
|
config: config)
|
2223
2225
|
context[:gem_name] = 'aws-sdk-kendra'
|
2224
|
-
context[:gem_version] = '1.
|
2226
|
+
context[:gem_version] = '1.8.0'
|
2225
2227
|
Seahorse::Client::Request.new(handlers, context)
|
2226
2228
|
end
|
2227
2229
|
|
data/lib/aws-sdk-kendra/types.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:
|
@@ -25,6 +27,7 @@ module Aws::Kendra
|
|
25
27
|
#
|
26
28
|
class AccessControlListConfiguration < Struct.new(
|
27
29
|
:key_path)
|
30
|
+
SENSITIVE = []
|
28
31
|
include Aws::Structure
|
29
32
|
end
|
30
33
|
|
@@ -35,6 +38,7 @@ module Aws::Kendra
|
|
35
38
|
#
|
36
39
|
class AccessDeniedException < Struct.new(
|
37
40
|
:message)
|
41
|
+
SENSITIVE = []
|
38
42
|
include Aws::Structure
|
39
43
|
end
|
40
44
|
|
@@ -59,6 +63,7 @@ module Aws::Kendra
|
|
59
63
|
#
|
60
64
|
class AclConfiguration < Struct.new(
|
61
65
|
:allowed_groups_column_name)
|
66
|
+
SENSITIVE = []
|
62
67
|
include Aws::Structure
|
63
68
|
end
|
64
69
|
|
@@ -82,6 +87,7 @@ module Aws::Kendra
|
|
82
87
|
:key,
|
83
88
|
:value_type,
|
84
89
|
:value)
|
90
|
+
SENSITIVE = []
|
85
91
|
include Aws::Structure
|
86
92
|
end
|
87
93
|
|
@@ -96,6 +102,7 @@ module Aws::Kendra
|
|
96
102
|
#
|
97
103
|
class AdditionalResultAttributeValue < Struct.new(
|
98
104
|
:text_with_highlights_value)
|
105
|
+
SENSITIVE = []
|
99
106
|
include Aws::Structure
|
100
107
|
end
|
101
108
|
|
@@ -476,6 +483,7 @@ module Aws::Kendra
|
|
476
483
|
:greater_than_or_equals,
|
477
484
|
:less_than,
|
478
485
|
:less_than_or_equals)
|
486
|
+
SENSITIVE = []
|
479
487
|
include Aws::Structure
|
480
488
|
end
|
481
489
|
|
@@ -509,6 +517,7 @@ module Aws::Kendra
|
|
509
517
|
:index_id,
|
510
518
|
:document_id_list,
|
511
519
|
:data_source_sync_job_metric_target)
|
520
|
+
SENSITIVE = []
|
512
521
|
include Aws::Structure
|
513
522
|
end
|
514
523
|
|
@@ -522,6 +531,7 @@ module Aws::Kendra
|
|
522
531
|
#
|
523
532
|
class BatchDeleteDocumentResponse < Struct.new(
|
524
533
|
:failed_documents)
|
534
|
+
SENSITIVE = []
|
525
535
|
include Aws::Structure
|
526
536
|
end
|
527
537
|
|
@@ -549,6 +559,7 @@ module Aws::Kendra
|
|
549
559
|
:id,
|
550
560
|
:error_code,
|
551
561
|
:error_message)
|
562
|
+
SENSITIVE = []
|
552
563
|
include Aws::Structure
|
553
564
|
end
|
554
565
|
|
@@ -630,6 +641,7 @@ module Aws::Kendra
|
|
630
641
|
:index_id,
|
631
642
|
:role_arn,
|
632
643
|
:documents)
|
644
|
+
SENSITIVE = []
|
633
645
|
include Aws::Structure
|
634
646
|
end
|
635
647
|
|
@@ -652,6 +664,7 @@ module Aws::Kendra
|
|
652
664
|
#
|
653
665
|
class BatchPutDocumentResponse < Struct.new(
|
654
666
|
:failed_documents)
|
667
|
+
SENSITIVE = []
|
655
668
|
include Aws::Structure
|
656
669
|
end
|
657
670
|
|
@@ -675,6 +688,7 @@ module Aws::Kendra
|
|
675
688
|
:id,
|
676
689
|
:error_code,
|
677
690
|
:error_message)
|
691
|
+
SENSITIVE = []
|
678
692
|
include Aws::Structure
|
679
693
|
end
|
680
694
|
|
@@ -705,6 +719,7 @@ module Aws::Kendra
|
|
705
719
|
class CapacityUnitsConfiguration < Struct.new(
|
706
720
|
:storage_capacity_units,
|
707
721
|
:query_capacity_units)
|
722
|
+
SENSITIVE = []
|
708
723
|
include Aws::Structure
|
709
724
|
end
|
710
725
|
|
@@ -733,6 +748,7 @@ module Aws::Kendra
|
|
733
748
|
class ClickFeedback < Struct.new(
|
734
749
|
:result_id,
|
735
750
|
:click_time)
|
751
|
+
SENSITIVE = []
|
736
752
|
include Aws::Structure
|
737
753
|
end
|
738
754
|
|
@@ -787,6 +803,7 @@ module Aws::Kendra
|
|
787
803
|
:document_title_column_name,
|
788
804
|
:field_mappings,
|
789
805
|
:change_detecting_columns)
|
806
|
+
SENSITIVE = []
|
790
807
|
include Aws::Structure
|
791
808
|
end
|
792
809
|
|
@@ -797,6 +814,7 @@ module Aws::Kendra
|
|
797
814
|
#
|
798
815
|
class ConflictException < Struct.new(
|
799
816
|
:message)
|
817
|
+
SENSITIVE = []
|
800
818
|
include Aws::Structure
|
801
819
|
end
|
802
820
|
|
@@ -851,6 +869,7 @@ module Aws::Kendra
|
|
851
869
|
:database_name,
|
852
870
|
:table_name,
|
853
871
|
:secret_arn)
|
872
|
+
SENSITIVE = []
|
854
873
|
include Aws::Structure
|
855
874
|
end
|
856
875
|
|
@@ -1117,6 +1136,7 @@ module Aws::Kendra
|
|
1117
1136
|
:schedule,
|
1118
1137
|
:role_arn,
|
1119
1138
|
:tags)
|
1139
|
+
SENSITIVE = []
|
1120
1140
|
include Aws::Structure
|
1121
1141
|
end
|
1122
1142
|
|
@@ -1128,6 +1148,7 @@ module Aws::Kendra
|
|
1128
1148
|
#
|
1129
1149
|
class CreateDataSourceResponse < Struct.new(
|
1130
1150
|
:id)
|
1151
|
+
SENSITIVE = []
|
1131
1152
|
include Aws::Structure
|
1132
1153
|
end
|
1133
1154
|
|
@@ -1192,6 +1213,7 @@ module Aws::Kendra
|
|
1192
1213
|
:s3_path,
|
1193
1214
|
:role_arn,
|
1194
1215
|
:tags)
|
1216
|
+
SENSITIVE = []
|
1195
1217
|
include Aws::Structure
|
1196
1218
|
end
|
1197
1219
|
|
@@ -1203,6 +1225,7 @@ module Aws::Kendra
|
|
1203
1225
|
#
|
1204
1226
|
class CreateFaqResponse < Struct.new(
|
1205
1227
|
:id)
|
1228
|
+
SENSITIVE = []
|
1206
1229
|
include Aws::Structure
|
1207
1230
|
end
|
1208
1231
|
|
@@ -1280,6 +1303,7 @@ module Aws::Kendra
|
|
1280
1303
|
:description,
|
1281
1304
|
:client_token,
|
1282
1305
|
:tags)
|
1306
|
+
SENSITIVE = []
|
1283
1307
|
include Aws::Structure
|
1284
1308
|
end
|
1285
1309
|
|
@@ -1292,6 +1316,7 @@ module Aws::Kendra
|
|
1292
1316
|
#
|
1293
1317
|
class CreateIndexResponse < Struct.new(
|
1294
1318
|
:id)
|
1319
|
+
SENSITIVE = []
|
1295
1320
|
include Aws::Structure
|
1296
1321
|
end
|
1297
1322
|
|
@@ -1527,6 +1552,7 @@ module Aws::Kendra
|
|
1527
1552
|
:salesforce_configuration,
|
1528
1553
|
:one_drive_configuration,
|
1529
1554
|
:service_now_configuration)
|
1555
|
+
SENSITIVE = []
|
1530
1556
|
include Aws::Structure
|
1531
1557
|
end
|
1532
1558
|
|
@@ -1567,6 +1593,7 @@ module Aws::Kendra
|
|
1567
1593
|
:created_at,
|
1568
1594
|
:updated_at,
|
1569
1595
|
:status)
|
1596
|
+
SENSITIVE = []
|
1570
1597
|
include Aws::Structure
|
1571
1598
|
end
|
1572
1599
|
|
@@ -1625,6 +1652,7 @@ module Aws::Kendra
|
|
1625
1652
|
:error_code,
|
1626
1653
|
:data_source_error_code,
|
1627
1654
|
:metrics)
|
1655
|
+
SENSITIVE = []
|
1628
1656
|
include Aws::Structure
|
1629
1657
|
end
|
1630
1658
|
|
@@ -1651,6 +1679,7 @@ module Aws::Kendra
|
|
1651
1679
|
class DataSourceSyncJobMetricTarget < Struct.new(
|
1652
1680
|
:data_source_id,
|
1653
1681
|
:data_source_sync_job_id)
|
1682
|
+
SENSITIVE = []
|
1654
1683
|
include Aws::Structure
|
1655
1684
|
end
|
1656
1685
|
|
@@ -1691,6 +1720,7 @@ module Aws::Kendra
|
|
1691
1720
|
:documents_deleted,
|
1692
1721
|
:documents_failed,
|
1693
1722
|
:documents_scanned)
|
1723
|
+
SENSITIVE = []
|
1694
1724
|
include Aws::Structure
|
1695
1725
|
end
|
1696
1726
|
|
@@ -1725,6 +1755,7 @@ module Aws::Kendra
|
|
1725
1755
|
:data_source_field_name,
|
1726
1756
|
:date_field_format,
|
1727
1757
|
:index_field_name)
|
1758
|
+
SENSITIVE = []
|
1728
1759
|
include Aws::Structure
|
1729
1760
|
end
|
1730
1761
|
|
@@ -1755,6 +1786,7 @@ module Aws::Kendra
|
|
1755
1786
|
class DataSourceVpcConfiguration < Struct.new(
|
1756
1787
|
:subnet_ids,
|
1757
1788
|
:security_group_ids)
|
1789
|
+
SENSITIVE = []
|
1758
1790
|
include Aws::Structure
|
1759
1791
|
end
|
1760
1792
|
|
@@ -1824,6 +1856,7 @@ module Aws::Kendra
|
|
1824
1856
|
:vpc_configuration,
|
1825
1857
|
:column_configuration,
|
1826
1858
|
:acl_configuration)
|
1859
|
+
SENSITIVE = []
|
1827
1860
|
include Aws::Structure
|
1828
1861
|
end
|
1829
1862
|
|
@@ -1848,6 +1881,7 @@ module Aws::Kendra
|
|
1848
1881
|
class DeleteDataSourceRequest < Struct.new(
|
1849
1882
|
:id,
|
1850
1883
|
:index_id)
|
1884
|
+
SENSITIVE = []
|
1851
1885
|
include Aws::Structure
|
1852
1886
|
end
|
1853
1887
|
|
@@ -1872,6 +1906,7 @@ module Aws::Kendra
|
|
1872
1906
|
class DeleteFaqRequest < Struct.new(
|
1873
1907
|
:id,
|
1874
1908
|
:index_id)
|
1909
|
+
SENSITIVE = []
|
1875
1910
|
include Aws::Structure
|
1876
1911
|
end
|
1877
1912
|
|
@@ -1890,6 +1925,7 @@ module Aws::Kendra
|
|
1890
1925
|
#
|
1891
1926
|
class DeleteIndexRequest < Struct.new(
|
1892
1927
|
:id)
|
1928
|
+
SENSITIVE = []
|
1893
1929
|
include Aws::Structure
|
1894
1930
|
end
|
1895
1931
|
|
@@ -1914,6 +1950,7 @@ module Aws::Kendra
|
|
1914
1950
|
class DescribeDataSourceRequest < Struct.new(
|
1915
1951
|
:id,
|
1916
1952
|
:index_id)
|
1953
|
+
SENSITIVE = []
|
1917
1954
|
include Aws::Structure
|
1918
1955
|
end
|
1919
1956
|
|
@@ -1988,6 +2025,7 @@ module Aws::Kendra
|
|
1988
2025
|
:schedule,
|
1989
2026
|
:role_arn,
|
1990
2027
|
:error_message)
|
2028
|
+
SENSITIVE = []
|
1991
2029
|
include Aws::Structure
|
1992
2030
|
end
|
1993
2031
|
|
@@ -2012,6 +2050,7 @@ module Aws::Kendra
|
|
2012
2050
|
class DescribeFaqRequest < Struct.new(
|
2013
2051
|
:id,
|
2014
2052
|
:index_id)
|
2053
|
+
SENSITIVE = []
|
2015
2054
|
include Aws::Structure
|
2016
2055
|
end
|
2017
2056
|
|
@@ -2071,6 +2110,7 @@ module Aws::Kendra
|
|
2071
2110
|
:status,
|
2072
2111
|
:role_arn,
|
2073
2112
|
:error_message)
|
2113
|
+
SENSITIVE = []
|
2074
2114
|
include Aws::Structure
|
2075
2115
|
end
|
2076
2116
|
|
@@ -2089,6 +2129,7 @@ module Aws::Kendra
|
|
2089
2129
|
#
|
2090
2130
|
class DescribeIndexRequest < Struct.new(
|
2091
2131
|
:id)
|
2132
|
+
SENSITIVE = []
|
2092
2133
|
include Aws::Structure
|
2093
2134
|
end
|
2094
2135
|
|
@@ -2172,6 +2213,7 @@ module Aws::Kendra
|
|
2172
2213
|
:index_statistics,
|
2173
2214
|
:error_message,
|
2174
2215
|
:capacity_units)
|
2216
|
+
SENSITIVE = []
|
2175
2217
|
include Aws::Structure
|
2176
2218
|
end
|
2177
2219
|
|
@@ -2256,6 +2298,7 @@ module Aws::Kendra
|
|
2256
2298
|
:attributes,
|
2257
2299
|
:access_control_list,
|
2258
2300
|
:content_type)
|
2301
|
+
SENSITIVE = []
|
2259
2302
|
include Aws::Structure
|
2260
2303
|
end
|
2261
2304
|
|
@@ -2287,6 +2330,7 @@ module Aws::Kendra
|
|
2287
2330
|
class DocumentAttribute < Struct.new(
|
2288
2331
|
:key,
|
2289
2332
|
:value)
|
2333
|
+
SENSITIVE = []
|
2290
2334
|
include Aws::Structure
|
2291
2335
|
end
|
2292
2336
|
|
@@ -2326,6 +2370,7 @@ module Aws::Kendra
|
|
2326
2370
|
:string_list_value,
|
2327
2371
|
:long_value,
|
2328
2372
|
:date_value)
|
2373
|
+
SENSITIVE = []
|
2329
2374
|
include Aws::Structure
|
2330
2375
|
end
|
2331
2376
|
|
@@ -2346,6 +2391,7 @@ module Aws::Kendra
|
|
2346
2391
|
class DocumentAttributeValueCountPair < Struct.new(
|
2347
2392
|
:document_attribute_value,
|
2348
2393
|
:count)
|
2394
|
+
SENSITIVE = []
|
2349
2395
|
include Aws::Structure
|
2350
2396
|
end
|
2351
2397
|
|
@@ -2397,6 +2443,7 @@ module Aws::Kendra
|
|
2397
2443
|
:type,
|
2398
2444
|
:relevance,
|
2399
2445
|
:search)
|
2446
|
+
SENSITIVE = []
|
2400
2447
|
include Aws::Structure
|
2401
2448
|
end
|
2402
2449
|
|
@@ -2422,6 +2469,7 @@ module Aws::Kendra
|
|
2422
2469
|
#
|
2423
2470
|
class DocumentsMetadataConfiguration < Struct.new(
|
2424
2471
|
:s3_prefix)
|
2472
|
+
SENSITIVE = []
|
2425
2473
|
include Aws::Structure
|
2426
2474
|
end
|
2427
2475
|
|
@@ -2442,6 +2490,7 @@ module Aws::Kendra
|
|
2442
2490
|
#
|
2443
2491
|
class Facet < Struct.new(
|
2444
2492
|
:document_attribute_key)
|
2493
|
+
SENSITIVE = []
|
2445
2494
|
include Aws::Structure
|
2446
2495
|
end
|
2447
2496
|
|
@@ -2463,6 +2512,7 @@ module Aws::Kendra
|
|
2463
2512
|
class FacetResult < Struct.new(
|
2464
2513
|
:document_attribute_key,
|
2465
2514
|
:document_attribute_value_count_pairs)
|
2515
|
+
SENSITIVE = []
|
2466
2516
|
include Aws::Structure
|
2467
2517
|
end
|
2468
2518
|
|
@@ -2478,6 +2528,7 @@ module Aws::Kendra
|
|
2478
2528
|
#
|
2479
2529
|
class FaqStatistics < Struct.new(
|
2480
2530
|
:indexed_question_answers_count)
|
2531
|
+
SENSITIVE = []
|
2481
2532
|
include Aws::Structure
|
2482
2533
|
end
|
2483
2534
|
|
@@ -2514,6 +2565,7 @@ module Aws::Kendra
|
|
2514
2565
|
:status,
|
2515
2566
|
:created_at,
|
2516
2567
|
:updated_at)
|
2568
|
+
SENSITIVE = []
|
2517
2569
|
include Aws::Structure
|
2518
2570
|
end
|
2519
2571
|
|
@@ -2541,6 +2593,7 @@ module Aws::Kendra
|
|
2541
2593
|
:begin_offset,
|
2542
2594
|
:end_offset,
|
2543
2595
|
:top_answer)
|
2596
|
+
SENSITIVE = []
|
2544
2597
|
include Aws::Structure
|
2545
2598
|
end
|
2546
2599
|
|
@@ -2584,6 +2637,7 @@ module Aws::Kendra
|
|
2584
2637
|
:created_at,
|
2585
2638
|
:updated_at,
|
2586
2639
|
:status)
|
2640
|
+
SENSITIVE = []
|
2587
2641
|
include Aws::Structure
|
2588
2642
|
end
|
2589
2643
|
|
@@ -2603,6 +2657,7 @@ module Aws::Kendra
|
|
2603
2657
|
class IndexStatistics < Struct.new(
|
2604
2658
|
:faq_statistics,
|
2605
2659
|
:text_document_statistics)
|
2660
|
+
SENSITIVE = []
|
2606
2661
|
include Aws::Structure
|
2607
2662
|
end
|
2608
2663
|
|
@@ -2613,6 +2668,7 @@ module Aws::Kendra
|
|
2613
2668
|
#
|
2614
2669
|
class InternalServerException < Struct.new(
|
2615
2670
|
:message)
|
2671
|
+
SENSITIVE = []
|
2616
2672
|
include Aws::Structure
|
2617
2673
|
end
|
2618
2674
|
|
@@ -2670,6 +2726,7 @@ module Aws::Kendra
|
|
2670
2726
|
:max_results,
|
2671
2727
|
:start_time_filter,
|
2672
2728
|
:status_filter)
|
2729
|
+
SENSITIVE = []
|
2673
2730
|
include Aws::Structure
|
2674
2731
|
end
|
2675
2732
|
|
@@ -2691,6 +2748,7 @@ module Aws::Kendra
|
|
2691
2748
|
class ListDataSourceSyncJobsResponse < Struct.new(
|
2692
2749
|
:history,
|
2693
2750
|
:next_token)
|
2751
|
+
SENSITIVE = []
|
2694
2752
|
include Aws::Structure
|
2695
2753
|
end
|
2696
2754
|
|
@@ -2724,6 +2782,7 @@ module Aws::Kendra
|
|
2724
2782
|
:index_id,
|
2725
2783
|
:next_token,
|
2726
2784
|
:max_results)
|
2785
|
+
SENSITIVE = []
|
2727
2786
|
include Aws::Structure
|
2728
2787
|
end
|
2729
2788
|
|
@@ -2742,6 +2801,7 @@ module Aws::Kendra
|
|
2742
2801
|
class ListDataSourcesResponse < Struct.new(
|
2743
2802
|
:summary_items,
|
2744
2803
|
:next_token)
|
2804
|
+
SENSITIVE = []
|
2745
2805
|
include Aws::Structure
|
2746
2806
|
end
|
2747
2807
|
|
@@ -2775,6 +2835,7 @@ module Aws::Kendra
|
|
2775
2835
|
:index_id,
|
2776
2836
|
:next_token,
|
2777
2837
|
:max_results)
|
2838
|
+
SENSITIVE = []
|
2778
2839
|
include Aws::Structure
|
2779
2840
|
end
|
2780
2841
|
|
@@ -2795,6 +2856,7 @@ module Aws::Kendra
|
|
2795
2856
|
class ListFaqsResponse < Struct.new(
|
2796
2857
|
:next_token,
|
2797
2858
|
:faq_summary_items)
|
2859
|
+
SENSITIVE = []
|
2798
2860
|
include Aws::Structure
|
2799
2861
|
end
|
2800
2862
|
|
@@ -2822,6 +2884,7 @@ module Aws::Kendra
|
|
2822
2884
|
class ListIndicesRequest < Struct.new(
|
2823
2885
|
:next_token,
|
2824
2886
|
:max_results)
|
2887
|
+
SENSITIVE = []
|
2825
2888
|
include Aws::Structure
|
2826
2889
|
end
|
2827
2890
|
|
@@ -2840,6 +2903,7 @@ module Aws::Kendra
|
|
2840
2903
|
class ListIndicesResponse < Struct.new(
|
2841
2904
|
:index_configuration_summary_items,
|
2842
2905
|
:next_token)
|
2906
|
+
SENSITIVE = []
|
2843
2907
|
include Aws::Structure
|
2844
2908
|
end
|
2845
2909
|
|
@@ -2859,6 +2923,7 @@ module Aws::Kendra
|
|
2859
2923
|
#
|
2860
2924
|
class ListTagsForResourceRequest < Struct.new(
|
2861
2925
|
:resource_arn)
|
2926
|
+
SENSITIVE = []
|
2862
2927
|
include Aws::Structure
|
2863
2928
|
end
|
2864
2929
|
|
@@ -2870,6 +2935,7 @@ module Aws::Kendra
|
|
2870
2935
|
#
|
2871
2936
|
class ListTagsForResourceResponse < Struct.new(
|
2872
2937
|
:tags)
|
2938
|
+
SENSITIVE = []
|
2873
2939
|
include Aws::Structure
|
2874
2940
|
end
|
2875
2941
|
|
@@ -2949,6 +3015,7 @@ module Aws::Kendra
|
|
2949
3015
|
:inclusion_patterns,
|
2950
3016
|
:exclusion_patterns,
|
2951
3017
|
:field_mappings)
|
3018
|
+
SENSITIVE = []
|
2952
3019
|
include Aws::Structure
|
2953
3020
|
end
|
2954
3021
|
|
@@ -2983,6 +3050,7 @@ module Aws::Kendra
|
|
2983
3050
|
class OneDriveUsers < Struct.new(
|
2984
3051
|
:one_drive_user_list,
|
2985
3052
|
:one_drive_user_s3_path)
|
3053
|
+
SENSITIVE = []
|
2986
3054
|
include Aws::Structure
|
2987
3055
|
end
|
2988
3056
|
|
@@ -3015,6 +3083,7 @@ module Aws::Kendra
|
|
3015
3083
|
:name,
|
3016
3084
|
:type,
|
3017
3085
|
:access)
|
3086
|
+
SENSITIVE = []
|
3018
3087
|
include Aws::Structure
|
3019
3088
|
end
|
3020
3089
|
|
@@ -3174,6 +3243,7 @@ module Aws::Kendra
|
|
3174
3243
|
:query_result_type_filter,
|
3175
3244
|
:page_number,
|
3176
3245
|
:page_size)
|
3246
|
+
SENSITIVE = []
|
3177
3247
|
include Aws::Structure
|
3178
3248
|
end
|
3179
3249
|
|
@@ -3204,6 +3274,7 @@ module Aws::Kendra
|
|
3204
3274
|
:result_items,
|
3205
3275
|
:facet_results,
|
3206
3276
|
:total_number_of_results)
|
3277
|
+
SENSITIVE = []
|
3207
3278
|
include Aws::Structure
|
3208
3279
|
end
|
3209
3280
|
|
@@ -3261,6 +3332,7 @@ module Aws::Kendra
|
|
3261
3332
|
:document_excerpt,
|
3262
3333
|
:document_uri,
|
3263
3334
|
:document_attributes)
|
3335
|
+
SENSITIVE = []
|
3264
3336
|
include Aws::Structure
|
3265
3337
|
end
|
3266
3338
|
|
@@ -3343,6 +3415,7 @@ module Aws::Kendra
|
|
3343
3415
|
:duration,
|
3344
3416
|
:rank_order,
|
3345
3417
|
:value_importance_map)
|
3418
|
+
SENSITIVE = []
|
3346
3419
|
include Aws::Structure
|
3347
3420
|
end
|
3348
3421
|
|
@@ -3372,6 +3445,7 @@ module Aws::Kendra
|
|
3372
3445
|
class RelevanceFeedback < Struct.new(
|
3373
3446
|
:result_id,
|
3374
3447
|
:relevance_value)
|
3448
|
+
SENSITIVE = []
|
3375
3449
|
include Aws::Structure
|
3376
3450
|
end
|
3377
3451
|
|
@@ -3382,6 +3456,7 @@ module Aws::Kendra
|
|
3382
3456
|
#
|
3383
3457
|
class ResourceAlreadyExistException < Struct.new(
|
3384
3458
|
:message)
|
3459
|
+
SENSITIVE = []
|
3385
3460
|
include Aws::Structure
|
3386
3461
|
end
|
3387
3462
|
|
@@ -3392,6 +3467,7 @@ module Aws::Kendra
|
|
3392
3467
|
#
|
3393
3468
|
class ResourceInUseException < Struct.new(
|
3394
3469
|
:message)
|
3470
|
+
SENSITIVE = []
|
3395
3471
|
include Aws::Structure
|
3396
3472
|
end
|
3397
3473
|
|
@@ -3402,6 +3478,7 @@ module Aws::Kendra
|
|
3402
3478
|
#
|
3403
3479
|
class ResourceNotFoundException < Struct.new(
|
3404
3480
|
:message)
|
3481
|
+
SENSITIVE = []
|
3405
3482
|
include Aws::Structure
|
3406
3483
|
end
|
3407
3484
|
|
@@ -3412,6 +3489,7 @@ module Aws::Kendra
|
|
3412
3489
|
#
|
3413
3490
|
class ResourceUnavailableException < Struct.new(
|
3414
3491
|
:message)
|
3492
|
+
SENSITIVE = []
|
3415
3493
|
include Aws::Structure
|
3416
3494
|
end
|
3417
3495
|
|
@@ -3475,6 +3553,7 @@ module Aws::Kendra
|
|
3475
3553
|
:exclusion_patterns,
|
3476
3554
|
:documents_metadata_configuration,
|
3477
3555
|
:access_control_list_configuration)
|
3556
|
+
SENSITIVE = []
|
3478
3557
|
include Aws::Structure
|
3479
3558
|
end
|
3480
3559
|
|
@@ -3501,6 +3580,7 @@ module Aws::Kendra
|
|
3501
3580
|
class S3Path < Struct.new(
|
3502
3581
|
:bucket,
|
3503
3582
|
:key)
|
3583
|
+
SENSITIVE = []
|
3504
3584
|
include Aws::Structure
|
3505
3585
|
end
|
3506
3586
|
|
@@ -3554,6 +3634,7 @@ module Aws::Kendra
|
|
3554
3634
|
:document_title_field_name,
|
3555
3635
|
:field_mappings,
|
3556
3636
|
:include_filter_types)
|
3637
|
+
SENSITIVE = []
|
3557
3638
|
include Aws::Structure
|
3558
3639
|
end
|
3559
3640
|
|
@@ -3722,6 +3803,7 @@ module Aws::Kendra
|
|
3722
3803
|
:standard_object_attachment_configuration,
|
3723
3804
|
:include_attachment_file_patterns,
|
3724
3805
|
:exclude_attachment_file_patterns)
|
3806
|
+
SENSITIVE = []
|
3725
3807
|
include Aws::Structure
|
3726
3808
|
end
|
3727
3809
|
|
@@ -3770,6 +3852,7 @@ module Aws::Kendra
|
|
3770
3852
|
:document_data_field_name,
|
3771
3853
|
:document_title_field_name,
|
3772
3854
|
:field_mappings)
|
3855
|
+
SENSITIVE = []
|
3773
3856
|
include Aws::Structure
|
3774
3857
|
end
|
3775
3858
|
|
@@ -3832,6 +3915,7 @@ module Aws::Kendra
|
|
3832
3915
|
:included_states,
|
3833
3916
|
:standard_knowledge_article_type_configuration,
|
3834
3917
|
:custom_knowledge_article_type_configurations)
|
3918
|
+
SENSITIVE = []
|
3835
3919
|
include Aws::Structure
|
3836
3920
|
end
|
3837
3921
|
|
@@ -3873,6 +3957,7 @@ module Aws::Kendra
|
|
3873
3957
|
:document_data_field_name,
|
3874
3958
|
:document_title_field_name,
|
3875
3959
|
:field_mappings)
|
3960
|
+
SENSITIVE = []
|
3876
3961
|
include Aws::Structure
|
3877
3962
|
end
|
3878
3963
|
|
@@ -3907,6 +3992,7 @@ module Aws::Kendra
|
|
3907
3992
|
class SalesforceStandardObjectAttachmentConfiguration < Struct.new(
|
3908
3993
|
:document_title_field_name,
|
3909
3994
|
:field_mappings)
|
3995
|
+
SENSITIVE = []
|
3910
3996
|
include Aws::Structure
|
3911
3997
|
end
|
3912
3998
|
|
@@ -3956,6 +4042,7 @@ module Aws::Kendra
|
|
3956
4042
|
:document_data_field_name,
|
3957
4043
|
:document_title_field_name,
|
3958
4044
|
:field_mappings)
|
4045
|
+
SENSITIVE = []
|
3959
4046
|
include Aws::Structure
|
3960
4047
|
end
|
3961
4048
|
|
@@ -3996,6 +4083,7 @@ module Aws::Kendra
|
|
3996
4083
|
:facetable,
|
3997
4084
|
:searchable,
|
3998
4085
|
:displayable)
|
4086
|
+
SENSITIVE = []
|
3999
4087
|
include Aws::Structure
|
4000
4088
|
end
|
4001
4089
|
|
@@ -4019,6 +4107,7 @@ module Aws::Kendra
|
|
4019
4107
|
#
|
4020
4108
|
class ServerSideEncryptionConfiguration < Struct.new(
|
4021
4109
|
:kms_key_id)
|
4110
|
+
SENSITIVE = [:kms_key_id]
|
4022
4111
|
include Aws::Structure
|
4023
4112
|
end
|
4024
4113
|
|
@@ -4097,6 +4186,7 @@ module Aws::Kendra
|
|
4097
4186
|
:service_now_build_version,
|
4098
4187
|
:knowledge_article_configuration,
|
4099
4188
|
:service_catalog_configuration)
|
4189
|
+
SENSITIVE = []
|
4100
4190
|
include Aws::Structure
|
4101
4191
|
end
|
4102
4192
|
|
@@ -4162,6 +4252,7 @@ module Aws::Kendra
|
|
4162
4252
|
:document_data_field_name,
|
4163
4253
|
:document_title_field_name,
|
4164
4254
|
:field_mappings)
|
4255
|
+
SENSITIVE = []
|
4165
4256
|
include Aws::Structure
|
4166
4257
|
end
|
4167
4258
|
|
@@ -4225,6 +4316,7 @@ module Aws::Kendra
|
|
4225
4316
|
:document_data_field_name,
|
4226
4317
|
:document_title_field_name,
|
4227
4318
|
:field_mappings)
|
4319
|
+
SENSITIVE = []
|
4228
4320
|
include Aws::Structure
|
4229
4321
|
end
|
4230
4322
|
|
@@ -4235,6 +4327,7 @@ module Aws::Kendra
|
|
4235
4327
|
#
|
4236
4328
|
class ServiceQuotaExceededException < Struct.new(
|
4237
4329
|
:message)
|
4330
|
+
SENSITIVE = []
|
4238
4331
|
include Aws::Structure
|
4239
4332
|
end
|
4240
4333
|
|
@@ -4357,6 +4450,7 @@ module Aws::Kendra
|
|
4357
4450
|
:vpc_configuration,
|
4358
4451
|
:field_mappings,
|
4359
4452
|
:document_title_field_name)
|
4453
|
+
SENSITIVE = []
|
4360
4454
|
include Aws::Structure
|
4361
4455
|
end
|
4362
4456
|
|
@@ -4381,6 +4475,7 @@ module Aws::Kendra
|
|
4381
4475
|
class StartDataSourceSyncJobRequest < Struct.new(
|
4382
4476
|
:id,
|
4383
4477
|
:index_id)
|
4478
|
+
SENSITIVE = []
|
4384
4479
|
include Aws::Structure
|
4385
4480
|
end
|
4386
4481
|
|
@@ -4392,6 +4487,7 @@ module Aws::Kendra
|
|
4392
4487
|
#
|
4393
4488
|
class StartDataSourceSyncJobResponse < Struct.new(
|
4394
4489
|
:execution_id)
|
4490
|
+
SENSITIVE = []
|
4395
4491
|
include Aws::Structure
|
4396
4492
|
end
|
4397
4493
|
|
@@ -4417,6 +4513,7 @@ module Aws::Kendra
|
|
4417
4513
|
class StopDataSourceSyncJobRequest < Struct.new(
|
4418
4514
|
:id,
|
4419
4515
|
:index_id)
|
4516
|
+
SENSITIVE = []
|
4420
4517
|
include Aws::Structure
|
4421
4518
|
end
|
4422
4519
|
|
@@ -4466,6 +4563,7 @@ module Aws::Kendra
|
|
4466
4563
|
:query_id,
|
4467
4564
|
:click_feedback_items,
|
4468
4565
|
:relevance_feedback_items)
|
4566
|
+
SENSITIVE = []
|
4469
4567
|
include Aws::Structure
|
4470
4568
|
end
|
4471
4569
|
|
@@ -4496,6 +4594,7 @@ module Aws::Kendra
|
|
4496
4594
|
class Tag < Struct.new(
|
4497
4595
|
:key,
|
4498
4596
|
:value)
|
4597
|
+
SENSITIVE = []
|
4499
4598
|
include Aws::Structure
|
4500
4599
|
end
|
4501
4600
|
|
@@ -4528,6 +4627,7 @@ module Aws::Kendra
|
|
4528
4627
|
class TagResourceRequest < Struct.new(
|
4529
4628
|
:resource_arn,
|
4530
4629
|
:tags)
|
4630
|
+
SENSITIVE = []
|
4531
4631
|
include Aws::Structure
|
4532
4632
|
end
|
4533
4633
|
|
@@ -4550,6 +4650,7 @@ module Aws::Kendra
|
|
4550
4650
|
class TextDocumentStatistics < Struct.new(
|
4551
4651
|
:indexed_text_documents_count,
|
4552
4652
|
:indexed_text_bytes)
|
4653
|
+
SENSITIVE = []
|
4553
4654
|
include Aws::Structure
|
4554
4655
|
end
|
4555
4656
|
|
@@ -4568,6 +4669,7 @@ module Aws::Kendra
|
|
4568
4669
|
class TextWithHighlights < Struct.new(
|
4569
4670
|
:text,
|
4570
4671
|
:highlights)
|
4672
|
+
SENSITIVE = []
|
4571
4673
|
include Aws::Structure
|
4572
4674
|
end
|
4573
4675
|
|
@@ -4578,6 +4680,7 @@ module Aws::Kendra
|
|
4578
4680
|
#
|
4579
4681
|
class ThrottlingException < Struct.new(
|
4580
4682
|
:message)
|
4683
|
+
SENSITIVE = []
|
4581
4684
|
include Aws::Structure
|
4582
4685
|
end
|
4583
4686
|
|
@@ -4604,6 +4707,7 @@ module Aws::Kendra
|
|
4604
4707
|
class TimeRange < Struct.new(
|
4605
4708
|
:start_time,
|
4606
4709
|
:end_time)
|
4710
|
+
SENSITIVE = []
|
4607
4711
|
include Aws::Structure
|
4608
4712
|
end
|
4609
4713
|
|
@@ -4630,6 +4734,7 @@ module Aws::Kendra
|
|
4630
4734
|
class UntagResourceRequest < Struct.new(
|
4631
4735
|
:resource_arn,
|
4632
4736
|
:tag_keys)
|
4737
|
+
SENSITIVE = []
|
4633
4738
|
include Aws::Structure
|
4634
4739
|
end
|
4635
4740
|
|
@@ -4878,6 +4983,7 @@ module Aws::Kendra
|
|
4878
4983
|
:description,
|
4879
4984
|
:schedule,
|
4880
4985
|
:role_arn)
|
4986
|
+
SENSITIVE = []
|
4881
4987
|
include Aws::Structure
|
4882
4988
|
end
|
4883
4989
|
|
@@ -4955,6 +5061,7 @@ module Aws::Kendra
|
|
4955
5061
|
:description,
|
4956
5062
|
:document_metadata_configuration_updates,
|
4957
5063
|
:capacity_units)
|
5064
|
+
SENSITIVE = []
|
4958
5065
|
include Aws::Structure
|
4959
5066
|
end
|
4960
5067
|
|
@@ -4965,6 +5072,7 @@ module Aws::Kendra
|
|
4965
5072
|
#
|
4966
5073
|
class ValidationException < Struct.new(
|
4967
5074
|
:message)
|
5075
|
+
SENSITIVE = []
|
4968
5076
|
include Aws::Structure
|
4969
5077
|
end
|
4970
5078
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kendra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.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
|