aws-sdk-lexmodelbuildingservice 1.32.0 → 1.33.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: a20e61dc76a0911396ff749197c4b0bcbd56a6281e63ce148f1e308956fc3d03
4
- data.tar.gz: dfae671158f82bff0198b7a598f91efbb22d4b2b79239b926bedcffc1fadd4d8
3
+ metadata.gz: af494c702bc00c9c3bc0dc56af6bef23952de0e93946bba709b78f57409a356d
4
+ data.tar.gz: f5082e0eb6fbfd5b555d99ece1a36eddbca5bb2911913fda0bd0c60dfaab6933
5
5
  SHA512:
6
- metadata.gz: 36d5efba4873bc1dae717467a005ebc109141f7e6e88f02db095ce2359f0628fa4e9e7323060af081249c349c89cc112f114fa08b314b56c40a7cbc81a56c426
7
- data.tar.gz: 047e98ff7a54767419add31cb996e01228ccabbd6d59729e452e904270efe69816ab98dedda8076b3b7d42eee0ad8eaeb8a064fe5419c9429a677f493c834f12
6
+ metadata.gz: 87a7c09f5c0197e43ae580f441492bc81f6852a2d480397005d6a8b75ef3b199e2ee6d13665fc8854de5d7a40b094429ef0619febaa4361876d5776042c35858
7
+ data.tar.gz: 694e389c7253e60ffe996d4db08856331686d18fba49bce82306fc9a359b3b71db85eccd11794313cf6e0afcc0d3ad333831539688ed611e983c6d088087ff91
@@ -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-lexmodelbuildingservice/customizations'
45
47
  # @service
46
48
  module Aws::LexModelBuildingService
47
49
 
48
- GEM_VERSION = '1.32.0'
50
+ GEM_VERSION = '1.33.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:
@@ -4000,7 +4002,7 @@ module Aws::LexModelBuildingService
4000
4002
  params: params,
4001
4003
  config: config)
4002
4004
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
4003
- context[:gem_version] = '1.32.0'
4005
+ context[:gem_version] = '1.33.0'
4004
4006
  Seahorse::Client::Request.new(handlers, context)
4005
4007
  end
4006
4008
 
@@ -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:
@@ -18,6 +20,7 @@ module Aws::LexModelBuildingService
18
20
  #
19
21
  class BadRequestException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -68,6 +71,7 @@ module Aws::LexModelBuildingService
68
71
  :created_date,
69
72
  :checksum,
70
73
  :conversation_logs)
74
+ SENSITIVE = []
71
75
  include Aws::Structure
72
76
  end
73
77
 
@@ -142,6 +146,7 @@ module Aws::LexModelBuildingService
142
146
  :bot_configuration,
143
147
  :status,
144
148
  :failure_reason)
149
+ SENSITIVE = [:bot_configuration]
145
150
  include Aws::Structure
146
151
  end
147
152
 
@@ -182,6 +187,7 @@ module Aws::LexModelBuildingService
182
187
  :last_updated_date,
183
188
  :created_date,
184
189
  :version)
190
+ SENSITIVE = []
185
191
  include Aws::Structure
186
192
  end
187
193
 
@@ -206,6 +212,7 @@ module Aws::LexModelBuildingService
206
212
  class BuiltinIntentMetadata < Struct.new(
207
213
  :signature,
208
214
  :supported_locales)
215
+ SENSITIVE = []
209
216
  include Aws::Structure
210
217
  end
211
218
 
@@ -219,6 +226,7 @@ module Aws::LexModelBuildingService
219
226
  #
220
227
  class BuiltinIntentSlot < Struct.new(
221
228
  :name)
229
+ SENSITIVE = []
222
230
  include Aws::Structure
223
231
  end
224
232
 
@@ -243,6 +251,7 @@ module Aws::LexModelBuildingService
243
251
  class BuiltinSlotTypeMetadata < Struct.new(
244
252
  :signature,
245
253
  :supported_locales)
254
+ SENSITIVE = []
246
255
  include Aws::Structure
247
256
  end
248
257
 
@@ -272,6 +281,7 @@ module Aws::LexModelBuildingService
272
281
  class CodeHook < Struct.new(
273
282
  :uri,
274
283
  :message_version)
284
+ SENSITIVE = []
275
285
  include Aws::Structure
276
286
  end
277
287
 
@@ -284,6 +294,7 @@ module Aws::LexModelBuildingService
284
294
  #
285
295
  class ConflictException < Struct.new(
286
296
  :message)
297
+ SENSITIVE = []
287
298
  include Aws::Structure
288
299
  end
289
300
 
@@ -327,6 +338,7 @@ module Aws::LexModelBuildingService
327
338
  class ConversationLogsRequest < Struct.new(
328
339
  :log_settings,
329
340
  :iam_role_arn)
341
+ SENSITIVE = []
330
342
  include Aws::Structure
331
343
  end
332
344
 
@@ -347,6 +359,7 @@ module Aws::LexModelBuildingService
347
359
  class ConversationLogsResponse < Struct.new(
348
360
  :log_settings,
349
361
  :iam_role_arn)
362
+ SENSITIVE = []
350
363
  include Aws::Structure
351
364
  end
352
365
 
@@ -377,6 +390,7 @@ module Aws::LexModelBuildingService
377
390
  class CreateBotVersionRequest < Struct.new(
378
391
  :name,
379
392
  :checksum)
393
+ SENSITIVE = []
380
394
  include Aws::Structure
381
395
  end
382
396
 
@@ -502,6 +516,7 @@ module Aws::LexModelBuildingService
502
516
  :locale,
503
517
  :child_directed,
504
518
  :detect_sentiment)
519
+ SENSITIVE = []
505
520
  include Aws::Structure
506
521
  end
507
522
 
@@ -532,6 +547,7 @@ module Aws::LexModelBuildingService
532
547
  class CreateIntentVersionRequest < Struct.new(
533
548
  :name,
534
549
  :checksum)
550
+ SENSITIVE = []
535
551
  include Aws::Structure
536
552
  end
537
553
 
@@ -627,6 +643,7 @@ module Aws::LexModelBuildingService
627
643
  :version,
628
644
  :checksum,
629
645
  :kendra_configuration)
646
+ SENSITIVE = []
630
647
  include Aws::Structure
631
648
  end
632
649
 
@@ -657,6 +674,7 @@ module Aws::LexModelBuildingService
657
674
  class CreateSlotTypeVersionRequest < Struct.new(
658
675
  :name,
659
676
  :checksum)
677
+ SENSITIVE = []
660
678
  include Aws::Structure
661
679
  end
662
680
 
@@ -717,6 +735,7 @@ module Aws::LexModelBuildingService
717
735
  :value_selection_strategy,
718
736
  :parent_slot_type_signature,
719
737
  :slot_type_configurations)
738
+ SENSITIVE = []
720
739
  include Aws::Structure
721
740
  end
722
741
 
@@ -741,6 +760,7 @@ module Aws::LexModelBuildingService
741
760
  class DeleteBotAliasRequest < Struct.new(
742
761
  :name,
743
762
  :bot_name)
763
+ SENSITIVE = []
744
764
  include Aws::Structure
745
765
  end
746
766
 
@@ -772,6 +792,7 @@ module Aws::LexModelBuildingService
772
792
  :name,
773
793
  :bot_name,
774
794
  :bot_alias)
795
+ SENSITIVE = []
775
796
  include Aws::Structure
776
797
  end
777
798
 
@@ -790,6 +811,7 @@ module Aws::LexModelBuildingService
790
811
  #
791
812
  class DeleteBotRequest < Struct.new(
792
813
  :name)
814
+ SENSITIVE = []
793
815
  include Aws::Structure
794
816
  end
795
817
 
@@ -816,6 +838,7 @@ module Aws::LexModelBuildingService
816
838
  class DeleteBotVersionRequest < Struct.new(
817
839
  :name,
818
840
  :version)
841
+ SENSITIVE = []
819
842
  include Aws::Structure
820
843
  end
821
844
 
@@ -834,6 +857,7 @@ module Aws::LexModelBuildingService
834
857
  #
835
858
  class DeleteIntentRequest < Struct.new(
836
859
  :name)
860
+ SENSITIVE = []
837
861
  include Aws::Structure
838
862
  end
839
863
 
@@ -860,6 +884,7 @@ module Aws::LexModelBuildingService
860
884
  class DeleteIntentVersionRequest < Struct.new(
861
885
  :name,
862
886
  :version)
887
+ SENSITIVE = []
863
888
  include Aws::Structure
864
889
  end
865
890
 
@@ -878,6 +903,7 @@ module Aws::LexModelBuildingService
878
903
  #
879
904
  class DeleteSlotTypeRequest < Struct.new(
880
905
  :name)
906
+ SENSITIVE = []
881
907
  include Aws::Structure
882
908
  end
883
909
 
@@ -904,6 +930,7 @@ module Aws::LexModelBuildingService
904
930
  class DeleteSlotTypeVersionRequest < Struct.new(
905
931
  :name,
906
932
  :version)
933
+ SENSITIVE = []
907
934
  include Aws::Structure
908
935
  end
909
936
 
@@ -935,6 +962,7 @@ module Aws::LexModelBuildingService
935
962
  class DeleteUtterancesRequest < Struct.new(
936
963
  :bot_name,
937
964
  :user_id)
965
+ SENSITIVE = []
938
966
  include Aws::Structure
939
967
  end
940
968
 
@@ -972,6 +1000,7 @@ module Aws::LexModelBuildingService
972
1000
  class EnumerationValue < Struct.new(
973
1001
  :value,
974
1002
  :synonyms)
1003
+ SENSITIVE = []
975
1004
  include Aws::Structure
976
1005
  end
977
1006
 
@@ -1021,6 +1050,7 @@ module Aws::LexModelBuildingService
1021
1050
  class FollowUpPrompt < Struct.new(
1022
1051
  :prompt,
1023
1052
  :rejection_statement)
1053
+ SENSITIVE = []
1024
1054
  include Aws::Structure
1025
1055
  end
1026
1056
 
@@ -1070,6 +1100,7 @@ module Aws::LexModelBuildingService
1070
1100
  class FulfillmentActivity < Struct.new(
1071
1101
  :type,
1072
1102
  :code_hook)
1103
+ SENSITIVE = []
1073
1104
  include Aws::Structure
1074
1105
  end
1075
1106
 
@@ -1094,6 +1125,7 @@ module Aws::LexModelBuildingService
1094
1125
  class GetBotAliasRequest < Struct.new(
1095
1126
  :name,
1096
1127
  :bot_name)
1128
+ SENSITIVE = []
1097
1129
  include Aws::Structure
1098
1130
  end
1099
1131
 
@@ -1142,6 +1174,7 @@ module Aws::LexModelBuildingService
1142
1174
  :created_date,
1143
1175
  :checksum,
1144
1176
  :conversation_logs)
1177
+ SENSITIVE = []
1145
1178
  include Aws::Structure
1146
1179
  end
1147
1180
 
@@ -1184,6 +1217,7 @@ module Aws::LexModelBuildingService
1184
1217
  :next_token,
1185
1218
  :max_results,
1186
1219
  :name_contains)
1220
+ SENSITIVE = []
1187
1221
  include Aws::Structure
1188
1222
  end
1189
1223
 
@@ -1203,6 +1237,7 @@ module Aws::LexModelBuildingService
1203
1237
  class GetBotAliasesResponse < Struct.new(
1204
1238
  :bot_aliases,
1205
1239
  :next_token)
1240
+ SENSITIVE = []
1206
1241
  include Aws::Structure
1207
1242
  end
1208
1243
 
@@ -1235,6 +1270,7 @@ module Aws::LexModelBuildingService
1235
1270
  :name,
1236
1271
  :bot_name,
1237
1272
  :bot_alias)
1273
+ SENSITIVE = []
1238
1274
  include Aws::Structure
1239
1275
  end
1240
1276
 
@@ -1298,6 +1334,7 @@ module Aws::LexModelBuildingService
1298
1334
  :bot_configuration,
1299
1335
  :status,
1300
1336
  :failure_reason)
1337
+ SENSITIVE = [:bot_configuration]
1301
1338
  include Aws::Structure
1302
1339
  end
1303
1340
 
@@ -1349,6 +1386,7 @@ module Aws::LexModelBuildingService
1349
1386
  :next_token,
1350
1387
  :max_results,
1351
1388
  :name_contains)
1389
+ SENSITIVE = []
1352
1390
  include Aws::Structure
1353
1391
  end
1354
1392
 
@@ -1370,6 +1408,7 @@ module Aws::LexModelBuildingService
1370
1408
  class GetBotChannelAssociationsResponse < Struct.new(
1371
1409
  :bot_channel_associations,
1372
1410
  :next_token)
1411
+ SENSITIVE = []
1373
1412
  include Aws::Structure
1374
1413
  end
1375
1414
 
@@ -1394,6 +1433,7 @@ module Aws::LexModelBuildingService
1394
1433
  class GetBotRequest < Struct.new(
1395
1434
  :name,
1396
1435
  :version_or_alias)
1436
+ SENSITIVE = []
1397
1437
  include Aws::Structure
1398
1438
  end
1399
1439
 
@@ -1531,6 +1571,7 @@ module Aws::LexModelBuildingService
1531
1571
  :locale,
1532
1572
  :child_directed,
1533
1573
  :detect_sentiment)
1574
+ SENSITIVE = []
1534
1575
  include Aws::Structure
1535
1576
  end
1536
1577
 
@@ -1565,6 +1606,7 @@ module Aws::LexModelBuildingService
1565
1606
  :name,
1566
1607
  :next_token,
1567
1608
  :max_results)
1609
+ SENSITIVE = []
1568
1610
  include Aws::Structure
1569
1611
  end
1570
1612
 
@@ -1585,6 +1627,7 @@ module Aws::LexModelBuildingService
1585
1627
  class GetBotVersionsResponse < Struct.new(
1586
1628
  :bots,
1587
1629
  :next_token)
1630
+ SENSITIVE = []
1588
1631
  include Aws::Structure
1589
1632
  end
1590
1633
 
@@ -1621,6 +1664,7 @@ module Aws::LexModelBuildingService
1621
1664
  :next_token,
1622
1665
  :max_results,
1623
1666
  :name_contains)
1667
+ SENSITIVE = []
1624
1668
  include Aws::Structure
1625
1669
  end
1626
1670
 
@@ -1638,6 +1682,7 @@ module Aws::LexModelBuildingService
1638
1682
  class GetBotsResponse < Struct.new(
1639
1683
  :bots,
1640
1684
  :next_token)
1685
+ SENSITIVE = []
1641
1686
  include Aws::Structure
1642
1687
  end
1643
1688
 
@@ -1662,6 +1707,7 @@ module Aws::LexModelBuildingService
1662
1707
  #
1663
1708
  class GetBuiltinIntentRequest < Struct.new(
1664
1709
  :signature)
1710
+ SENSITIVE = []
1665
1711
  include Aws::Structure
1666
1712
  end
1667
1713
 
@@ -1684,6 +1730,7 @@ module Aws::LexModelBuildingService
1684
1730
  :signature,
1685
1731
  :supported_locales,
1686
1732
  :slots)
1733
+ SENSITIVE = []
1687
1734
  include Aws::Structure
1688
1735
  end
1689
1736
 
@@ -1732,6 +1779,7 @@ module Aws::LexModelBuildingService
1732
1779
  :signature_contains,
1733
1780
  :next_token,
1734
1781
  :max_results)
1782
+ SENSITIVE = []
1735
1783
  include Aws::Structure
1736
1784
  end
1737
1785
 
@@ -1752,6 +1800,7 @@ module Aws::LexModelBuildingService
1752
1800
  class GetBuiltinIntentsResponse < Struct.new(
1753
1801
  :intents,
1754
1802
  :next_token)
1803
+ SENSITIVE = []
1755
1804
  include Aws::Structure
1756
1805
  end
1757
1806
 
@@ -1794,6 +1843,7 @@ module Aws::LexModelBuildingService
1794
1843
  :signature_contains,
1795
1844
  :next_token,
1796
1845
  :max_results)
1846
+ SENSITIVE = []
1797
1847
  include Aws::Structure
1798
1848
  end
1799
1849
 
@@ -1813,6 +1863,7 @@ module Aws::LexModelBuildingService
1813
1863
  class GetBuiltinSlotTypesResponse < Struct.new(
1814
1864
  :slot_types,
1815
1865
  :next_token)
1866
+ SENSITIVE = []
1816
1867
  include Aws::Structure
1817
1868
  end
1818
1869
 
@@ -1849,6 +1900,7 @@ module Aws::LexModelBuildingService
1849
1900
  :version,
1850
1901
  :resource_type,
1851
1902
  :export_type)
1903
+ SENSITIVE = []
1852
1904
  include Aws::Structure
1853
1905
  end
1854
1906
 
@@ -1900,6 +1952,7 @@ module Aws::LexModelBuildingService
1900
1952
  :export_status,
1901
1953
  :failure_reason,
1902
1954
  :url)
1955
+ SENSITIVE = []
1903
1956
  include Aws::Structure
1904
1957
  end
1905
1958
 
@@ -1918,6 +1971,7 @@ module Aws::LexModelBuildingService
1918
1971
  #
1919
1972
  class GetImportRequest < Struct.new(
1920
1973
  :import_id)
1974
+ SENSITIVE = []
1921
1975
  include Aws::Structure
1922
1976
  end
1923
1977
 
@@ -1961,6 +2015,7 @@ module Aws::LexModelBuildingService
1961
2015
  :import_status,
1962
2016
  :failure_reason,
1963
2017
  :created_date)
2018
+ SENSITIVE = []
1964
2019
  include Aws::Structure
1965
2020
  end
1966
2021
 
@@ -1985,6 +2040,7 @@ module Aws::LexModelBuildingService
1985
2040
  class GetIntentRequest < Struct.new(
1986
2041
  :name,
1987
2042
  :version)
2043
+ SENSITIVE = []
1988
2044
  include Aws::Structure
1989
2045
  end
1990
2046
 
@@ -2083,6 +2139,7 @@ module Aws::LexModelBuildingService
2083
2139
  :version,
2084
2140
  :checksum,
2085
2141
  :kendra_configuration)
2142
+ SENSITIVE = []
2086
2143
  include Aws::Structure
2087
2144
  end
2088
2145
 
@@ -2117,6 +2174,7 @@ module Aws::LexModelBuildingService
2117
2174
  :name,
2118
2175
  :next_token,
2119
2176
  :max_results)
2177
+ SENSITIVE = []
2120
2178
  include Aws::Structure
2121
2179
  end
2122
2180
 
@@ -2137,6 +2195,7 @@ module Aws::LexModelBuildingService
2137
2195
  class GetIntentVersionsResponse < Struct.new(
2138
2196
  :intents,
2139
2197
  :next_token)
2198
+ SENSITIVE = []
2140
2199
  include Aws::Structure
2141
2200
  end
2142
2201
 
@@ -2173,6 +2232,7 @@ module Aws::LexModelBuildingService
2173
2232
  :next_token,
2174
2233
  :max_results,
2175
2234
  :name_contains)
2235
+ SENSITIVE = []
2176
2236
  include Aws::Structure
2177
2237
  end
2178
2238
 
@@ -2191,6 +2251,7 @@ module Aws::LexModelBuildingService
2191
2251
  class GetIntentsResponse < Struct.new(
2192
2252
  :intents,
2193
2253
  :next_token)
2254
+ SENSITIVE = []
2194
2255
  include Aws::Structure
2195
2256
  end
2196
2257
 
@@ -2215,6 +2276,7 @@ module Aws::LexModelBuildingService
2215
2276
  class GetSlotTypeRequest < Struct.new(
2216
2277
  :name,
2217
2278
  :version)
2279
+ SENSITIVE = []
2218
2280
  include Aws::Structure
2219
2281
  end
2220
2282
 
@@ -2275,6 +2337,7 @@ module Aws::LexModelBuildingService
2275
2337
  :value_selection_strategy,
2276
2338
  :parent_slot_type_signature,
2277
2339
  :slot_type_configurations)
2340
+ SENSITIVE = []
2278
2341
  include Aws::Structure
2279
2342
  end
2280
2343
 
@@ -2309,6 +2372,7 @@ module Aws::LexModelBuildingService
2309
2372
  :name,
2310
2373
  :next_token,
2311
2374
  :max_results)
2375
+ SENSITIVE = []
2312
2376
  include Aws::Structure
2313
2377
  end
2314
2378
 
@@ -2329,6 +2393,7 @@ module Aws::LexModelBuildingService
2329
2393
  class GetSlotTypeVersionsResponse < Struct.new(
2330
2394
  :slot_types,
2331
2395
  :next_token)
2396
+ SENSITIVE = []
2332
2397
  include Aws::Structure
2333
2398
  end
2334
2399
 
@@ -2365,6 +2430,7 @@ module Aws::LexModelBuildingService
2365
2430
  :next_token,
2366
2431
  :max_results,
2367
2432
  :name_contains)
2433
+ SENSITIVE = []
2368
2434
  include Aws::Structure
2369
2435
  end
2370
2436
 
@@ -2385,6 +2451,7 @@ module Aws::LexModelBuildingService
2385
2451
  class GetSlotTypesResponse < Struct.new(
2386
2452
  :slot_types,
2387
2453
  :next_token)
2454
+ SENSITIVE = []
2388
2455
  include Aws::Structure
2389
2456
  end
2390
2457
 
@@ -2419,6 +2486,7 @@ module Aws::LexModelBuildingService
2419
2486
  :bot_name,
2420
2487
  :bot_versions,
2421
2488
  :status_type)
2489
+ SENSITIVE = []
2422
2490
  include Aws::Structure
2423
2491
  end
2424
2492
 
@@ -2439,6 +2507,7 @@ module Aws::LexModelBuildingService
2439
2507
  class GetUtterancesViewResponse < Struct.new(
2440
2508
  :bot_name,
2441
2509
  :utterances)
2510
+ SENSITIVE = []
2442
2511
  include Aws::Structure
2443
2512
  end
2444
2513
 
@@ -2465,6 +2534,7 @@ module Aws::LexModelBuildingService
2465
2534
  class Intent < Struct.new(
2466
2535
  :intent_name,
2467
2536
  :intent_version)
2537
+ SENSITIVE = []
2468
2538
  include Aws::Structure
2469
2539
  end
2470
2540
 
@@ -2499,6 +2569,7 @@ module Aws::LexModelBuildingService
2499
2569
  :last_updated_date,
2500
2570
  :created_date,
2501
2571
  :version)
2572
+ SENSITIVE = []
2502
2573
  include Aws::Structure
2503
2574
  end
2504
2575
 
@@ -2511,6 +2582,7 @@ module Aws::LexModelBuildingService
2511
2582
  #
2512
2583
  class InternalFailureException < Struct.new(
2513
2584
  :message)
2585
+ SENSITIVE = []
2514
2586
  include Aws::Structure
2515
2587
  end
2516
2588
 
@@ -2567,6 +2639,7 @@ module Aws::LexModelBuildingService
2567
2639
  :kendra_index,
2568
2640
  :query_filter_string,
2569
2641
  :role)
2642
+ SENSITIVE = []
2570
2643
  include Aws::Structure
2571
2644
  end
2572
2645
 
@@ -2583,6 +2656,7 @@ module Aws::LexModelBuildingService
2583
2656
  class LimitExceededException < Struct.new(
2584
2657
  :retry_after_seconds,
2585
2658
  :message)
2659
+ SENSITIVE = []
2586
2660
  include Aws::Structure
2587
2661
  end
2588
2662
 
@@ -2602,6 +2676,7 @@ module Aws::LexModelBuildingService
2602
2676
  #
2603
2677
  class ListTagsForResourceRequest < Struct.new(
2604
2678
  :resource_arn)
2679
+ SENSITIVE = []
2605
2680
  include Aws::Structure
2606
2681
  end
2607
2682
 
@@ -2613,6 +2688,7 @@ module Aws::LexModelBuildingService
2613
2688
  #
2614
2689
  class ListTagsForResourceResponse < Struct.new(
2615
2690
  :tags)
2691
+ SENSITIVE = []
2616
2692
  include Aws::Structure
2617
2693
  end
2618
2694
 
@@ -2657,6 +2733,7 @@ module Aws::LexModelBuildingService
2657
2733
  :destination,
2658
2734
  :kms_key_arn,
2659
2735
  :resource_arn)
2736
+ SENSITIVE = []
2660
2737
  include Aws::Structure
2661
2738
  end
2662
2739
 
@@ -2695,6 +2772,7 @@ module Aws::LexModelBuildingService
2695
2772
  :kms_key_arn,
2696
2773
  :resource_arn,
2697
2774
  :resource_prefix)
2775
+ SENSITIVE = []
2698
2776
  include Aws::Structure
2699
2777
  end
2700
2778
 
@@ -2729,6 +2807,7 @@ module Aws::LexModelBuildingService
2729
2807
  :content_type,
2730
2808
  :content,
2731
2809
  :group_number)
2810
+ SENSITIVE = []
2732
2811
  include Aws::Structure
2733
2812
  end
2734
2813
 
@@ -2742,6 +2821,7 @@ module Aws::LexModelBuildingService
2742
2821
  #
2743
2822
  class NotFoundException < Struct.new(
2744
2823
  :message)
2824
+ SENSITIVE = []
2745
2825
  include Aws::Structure
2746
2826
  end
2747
2827
 
@@ -2756,6 +2836,7 @@ module Aws::LexModelBuildingService
2756
2836
  #
2757
2837
  class PreconditionFailedException < Struct.new(
2758
2838
  :message)
2839
+ SENSITIVE = []
2759
2840
  include Aws::Structure
2760
2841
  end
2761
2842
 
@@ -2803,6 +2884,7 @@ module Aws::LexModelBuildingService
2803
2884
  :messages,
2804
2885
  :max_attempts,
2805
2886
  :response_card)
2887
+ SENSITIVE = []
2806
2888
  include Aws::Structure
2807
2889
  end
2808
2890
 
@@ -2884,6 +2966,7 @@ module Aws::LexModelBuildingService
2884
2966
  :checksum,
2885
2967
  :conversation_logs,
2886
2968
  :tags)
2969
+ SENSITIVE = []
2887
2970
  include Aws::Structure
2888
2971
  end
2889
2972
 
@@ -2937,6 +3020,7 @@ module Aws::LexModelBuildingService
2937
3020
  :checksum,
2938
3021
  :conversation_logs,
2939
3022
  :tags)
3023
+ SENSITIVE = []
2940
3024
  include Aws::Structure
2941
3025
  end
2942
3026
 
@@ -3201,6 +3285,7 @@ module Aws::LexModelBuildingService
3201
3285
  :detect_sentiment,
3202
3286
  :create_version,
3203
3287
  :tags)
3288
+ SENSITIVE = []
3204
3289
  include Aws::Structure
3205
3290
  end
3206
3291
 
@@ -3354,6 +3439,7 @@ module Aws::LexModelBuildingService
3354
3439
  :create_version,
3355
3440
  :detect_sentiment,
3356
3441
  :tags)
3442
+ SENSITIVE = []
3357
3443
  include Aws::Structure
3358
3444
  end
3359
3445
 
@@ -3643,6 +3729,7 @@ module Aws::LexModelBuildingService
3643
3729
  :checksum,
3644
3730
  :create_version,
3645
3731
  :kendra_configuration)
3732
+ SENSITIVE = []
3646
3733
  include Aws::Structure
3647
3734
  end
3648
3735
 
@@ -3749,6 +3836,7 @@ module Aws::LexModelBuildingService
3749
3836
  :checksum,
3750
3837
  :create_version,
3751
3838
  :kendra_configuration)
3839
+ SENSITIVE = []
3752
3840
  include Aws::Structure
3753
3841
  end
3754
3842
 
@@ -3873,6 +3961,7 @@ module Aws::LexModelBuildingService
3873
3961
  :create_version,
3874
3962
  :parent_slot_type_signature,
3875
3963
  :slot_type_configurations)
3964
+ SENSITIVE = []
3876
3965
  include Aws::Structure
3877
3966
  end
3878
3967
 
@@ -3941,6 +4030,7 @@ module Aws::LexModelBuildingService
3941
4030
  :create_version,
3942
4031
  :parent_slot_type_signature,
3943
4032
  :slot_type_configurations)
4033
+ SENSITIVE = []
3944
4034
  include Aws::Structure
3945
4035
  end
3946
4036
 
@@ -3971,6 +4061,7 @@ module Aws::LexModelBuildingService
3971
4061
  class ResourceInUseException < Struct.new(
3972
4062
  :reference_type,
3973
4063
  :example_reference)
4064
+ SENSITIVE = []
3974
4065
  include Aws::Structure
3975
4066
  end
3976
4067
 
@@ -3993,6 +4084,7 @@ module Aws::LexModelBuildingService
3993
4084
  class ResourceReference < Struct.new(
3994
4085
  :name,
3995
4086
  :version)
4087
+ SENSITIVE = []
3996
4088
  include Aws::Structure
3997
4089
  end
3998
4090
 
@@ -4099,6 +4191,7 @@ module Aws::LexModelBuildingService
4099
4191
  :sample_utterances,
4100
4192
  :response_card,
4101
4193
  :obfuscation_setting)
4194
+ SENSITIVE = []
4102
4195
  include Aws::Structure
4103
4196
  end
4104
4197
 
@@ -4121,6 +4214,7 @@ module Aws::LexModelBuildingService
4121
4214
  #
4122
4215
  class SlotTypeConfiguration < Struct.new(
4123
4216
  :regex_configuration)
4217
+ SENSITIVE = []
4124
4218
  include Aws::Structure
4125
4219
  end
4126
4220
 
@@ -4155,6 +4249,7 @@ module Aws::LexModelBuildingService
4155
4249
  :last_updated_date,
4156
4250
  :created_date,
4157
4251
  :version)
4252
+ SENSITIVE = []
4158
4253
  include Aws::Structure
4159
4254
  end
4160
4255
 
@@ -4193,6 +4288,7 @@ module Aws::LexModelBuildingService
4193
4288
  #
4194
4289
  class SlotTypeRegexConfiguration < Struct.new(
4195
4290
  :pattern)
4291
+ SENSITIVE = []
4196
4292
  include Aws::Structure
4197
4293
  end
4198
4294
 
@@ -4255,6 +4351,7 @@ module Aws::LexModelBuildingService
4255
4351
  :resource_type,
4256
4352
  :merge_strategy,
4257
4353
  :tags)
4354
+ SENSITIVE = []
4258
4355
  include Aws::Structure
4259
4356
  end
4260
4357
 
@@ -4297,6 +4394,7 @@ module Aws::LexModelBuildingService
4297
4394
  :import_status,
4298
4395
  :tags,
4299
4396
  :created_date)
4397
+ SENSITIVE = []
4300
4398
  include Aws::Structure
4301
4399
  end
4302
4400
 
@@ -4337,6 +4435,7 @@ module Aws::LexModelBuildingService
4337
4435
  class Statement < Struct.new(
4338
4436
  :messages,
4339
4437
  :response_card)
4438
+ SENSITIVE = []
4340
4439
  include Aws::Structure
4341
4440
  end
4342
4441
 
@@ -4366,6 +4465,7 @@ module Aws::LexModelBuildingService
4366
4465
  class Tag < Struct.new(
4367
4466
  :key,
4368
4467
  :value)
4468
+ SENSITIVE = []
4369
4469
  include Aws::Structure
4370
4470
  end
4371
4471
 
@@ -4397,6 +4497,7 @@ module Aws::LexModelBuildingService
4397
4497
  class TagResourceRequest < Struct.new(
4398
4498
  :resource_arn,
4399
4499
  :tags)
4500
+ SENSITIVE = []
4400
4501
  include Aws::Structure
4401
4502
  end
4402
4503
 
@@ -4427,6 +4528,7 @@ module Aws::LexModelBuildingService
4427
4528
  class UntagResourceRequest < Struct.new(
4428
4529
  :resource_arn,
4429
4530
  :tag_keys)
4531
+ SENSITIVE = []
4430
4532
  include Aws::Structure
4431
4533
  end
4432
4534
 
@@ -4466,6 +4568,7 @@ module Aws::LexModelBuildingService
4466
4568
  :distinct_users,
4467
4569
  :first_uttered_date,
4468
4570
  :last_uttered_date)
4571
+ SENSITIVE = []
4469
4572
  include Aws::Structure
4470
4573
  end
4471
4574
 
@@ -4487,6 +4590,7 @@ module Aws::LexModelBuildingService
4487
4590
  class UtteranceList < Struct.new(
4488
4591
  :bot_version,
4489
4592
  :utterances)
4593
+ SENSITIVE = []
4490
4594
  include Aws::Structure
4491
4595
  end
4492
4596
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexmodelbuildingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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