aws-sdk-lex 1.27.1 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6756dee2fea3aa44cf0fececb2455efa57b8c026c9a71f48f69ff3f8d736c0a6
4
- data.tar.gz: a0204d04665793f5aa94b08593286258898ac69ae73cca3f6a70634af6067a3d
3
+ metadata.gz: b713daff677eccccc8dfd343d25dfce872b77390f79b62ab94cd675e3052412a
4
+ data.tar.gz: 37109c919f37be317067c2c6e255355d5993895b05d02e636e18f675e1143ed1
5
5
  SHA512:
6
- metadata.gz: 2d5ba618914febf38b41a2187e9d1d7985d9679eccc6adc46a912c64ce5e29e0f9ed63cedd683ee1208172eb2d5a74abb457e08701f5b9c9dd8265e16a887783
7
- data.tar.gz: d23e217238d936e69910c1cd89a699adad01c3c440418c93a2741710621fb72c39a495229685d2e92fb1cffc051cd12184a5396e28f7a746d63736bb5bd4ab59
6
+ metadata.gz: 8ba7daa9e8fb6aaab6dbf216265a6e19606b5e92751feb93bcff9735dd9e5f57054133c39476fe1b10de95e6036f48c97953c509b367e0e78505af8b0af6508c
7
+ data.tar.gz: 9dd8b2082970cc4be0fd9ae8afc30217f155e0f4a93602f65dd7c3b5665021825021ffd392bc8569e3607f12279a847f1744bc1b16e446f69778e39ff8be644d
@@ -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-lex/customizations'
45
47
  # @service
46
48
  module Aws::Lex
47
49
 
48
- GEM_VERSION = '1.27.1'
50
+ GEM_VERSION = '1.28.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:
@@ -1015,7 +1017,7 @@ module Aws::Lex
1015
1017
  params: params,
1016
1018
  config: config)
1017
1019
  context[:gem_name] = 'aws-sdk-lex'
1018
- context[:gem_version] = '1.27.1'
1020
+ context[:gem_version] = '1.28.0'
1019
1021
  Seahorse::Client::Request.new(handlers, context)
1020
1022
  end
1021
1023
 
@@ -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:
@@ -19,6 +21,7 @@ module Aws::Lex
19
21
  #
20
22
  class BadGatewayException < Struct.new(
21
23
  :message)
24
+ SENSITIVE = []
22
25
  include Aws::Structure
23
26
  end
24
27
 
@@ -33,6 +36,7 @@ module Aws::Lex
33
36
  #
34
37
  class BadRequestException < Struct.new(
35
38
  :message)
39
+ SENSITIVE = []
36
40
  include Aws::Structure
37
41
  end
38
42
 
@@ -54,6 +58,7 @@ module Aws::Lex
54
58
  class Button < Struct.new(
55
59
  :text,
56
60
  :value)
61
+ SENSITIVE = []
57
62
  include Aws::Structure
58
63
  end
59
64
 
@@ -67,6 +72,7 @@ module Aws::Lex
67
72
  #
68
73
  class ConflictException < Struct.new(
69
74
  :message)
75
+ SENSITIVE = []
70
76
  include Aws::Structure
71
77
  end
72
78
 
@@ -97,6 +103,7 @@ module Aws::Lex
97
103
  :bot_name,
98
104
  :bot_alias,
99
105
  :user_id)
106
+ SENSITIVE = []
100
107
  include Aws::Structure
101
108
  end
102
109
 
@@ -123,6 +130,7 @@ module Aws::Lex
123
130
  :bot_alias,
124
131
  :user_id,
125
132
  :session_id)
133
+ SENSITIVE = []
126
134
  include Aws::Structure
127
135
  end
128
136
 
@@ -144,6 +152,7 @@ module Aws::Lex
144
152
  #
145
153
  class DependencyFailedException < Struct.new(
146
154
  :message)
155
+ SENSITIVE = []
147
156
  include Aws::Structure
148
157
  end
149
158
 
@@ -247,6 +256,7 @@ module Aws::Lex
247
256
  :fulfillment_state,
248
257
  :message,
249
258
  :message_format)
259
+ SENSITIVE = [:slots, :message]
250
260
  include Aws::Structure
251
261
  end
252
262
 
@@ -281,6 +291,7 @@ module Aws::Lex
281
291
  :attachment_link_url,
282
292
  :image_url,
283
293
  :buttons)
294
+ SENSITIVE = []
284
295
  include Aws::Structure
285
296
  end
286
297
 
@@ -322,6 +333,7 @@ module Aws::Lex
322
333
  :bot_alias,
323
334
  :user_id,
324
335
  :checkpoint_label_filter)
336
+ SENSITIVE = []
325
337
  include Aws::Structure
326
338
  end
327
339
 
@@ -356,6 +368,7 @@ module Aws::Lex
356
368
  :session_attributes,
357
369
  :session_id,
358
370
  :dialog_action)
371
+ SENSITIVE = [:session_attributes]
359
372
  include Aws::Structure
360
373
  end
361
374
 
@@ -461,6 +474,7 @@ module Aws::Lex
461
474
  :dialog_action_type,
462
475
  :fulfillment_state,
463
476
  :slot_to_elicit)
477
+ SENSITIVE = [:slots]
464
478
  include Aws::Structure
465
479
  end
466
480
 
@@ -473,6 +487,7 @@ module Aws::Lex
473
487
  #
474
488
  class InternalFailureException < Struct.new(
475
489
  :message)
490
+ SENSITIVE = []
476
491
  include Aws::Structure
477
492
  end
478
493
 
@@ -489,6 +504,7 @@ module Aws::Lex
489
504
  class LimitExceededException < Struct.new(
490
505
  :retry_after_seconds,
491
506
  :message)
507
+ SENSITIVE = []
492
508
  include Aws::Structure
493
509
  end
494
510
 
@@ -501,6 +517,7 @@ module Aws::Lex
501
517
  #
502
518
  class LoopDetectedException < Struct.new(
503
519
  :message)
520
+ SENSITIVE = []
504
521
  include Aws::Structure
505
522
  end
506
523
 
@@ -513,6 +530,7 @@ module Aws::Lex
513
530
  #
514
531
  class NotAcceptableException < Struct.new(
515
532
  :message)
533
+ SENSITIVE = []
516
534
  include Aws::Structure
517
535
  end
518
536
 
@@ -526,6 +544,7 @@ module Aws::Lex
526
544
  #
527
545
  class NotFoundException < Struct.new(
528
546
  :message)
547
+ SENSITIVE = []
529
548
  include Aws::Structure
530
549
  end
531
550
 
@@ -696,6 +715,7 @@ module Aws::Lex
696
715
  :content_type,
697
716
  :accept,
698
717
  :input_stream)
718
+ SENSITIVE = [:session_attributes, :request_attributes]
699
719
  include Aws::Structure
700
720
  end
701
721
 
@@ -867,6 +887,7 @@ module Aws::Lex
867
887
  :input_transcript,
868
888
  :audio_stream,
869
889
  :session_id)
890
+ SENSITIVE = [:message]
870
891
  include Aws::Structure
871
892
  end
872
893
 
@@ -959,6 +980,7 @@ module Aws::Lex
959
980
  :session_attributes,
960
981
  :request_attributes,
961
982
  :input_text)
983
+ SENSITIVE = [:session_attributes, :request_attributes, :input_text]
962
984
  include Aws::Structure
963
985
  end
964
986
 
@@ -1110,6 +1132,7 @@ module Aws::Lex
1110
1132
  :slot_to_elicit,
1111
1133
  :response_card,
1112
1134
  :session_id)
1135
+ SENSITIVE = [:slots, :session_attributes, :message]
1113
1136
  include Aws::Structure
1114
1137
  end
1115
1138
 
@@ -1237,6 +1260,7 @@ module Aws::Lex
1237
1260
  :dialog_action,
1238
1261
  :recent_intent_summary_view,
1239
1262
  :accept)
1263
+ SENSITIVE = [:session_attributes]
1240
1264
  include Aws::Structure
1241
1265
  end
1242
1266
 
@@ -1335,6 +1359,7 @@ module Aws::Lex
1335
1359
  :slot_to_elicit,
1336
1360
  :audio_stream,
1337
1361
  :session_id)
1362
+ SENSITIVE = [:message]
1338
1363
  include Aws::Structure
1339
1364
  end
1340
1365
 
@@ -1347,6 +1372,7 @@ module Aws::Lex
1347
1372
  #
1348
1373
  class RequestTimeoutException < Struct.new(
1349
1374
  :message)
1375
+ SENSITIVE = []
1350
1376
  include Aws::Structure
1351
1377
  end
1352
1378
 
@@ -1373,6 +1399,7 @@ module Aws::Lex
1373
1399
  :version,
1374
1400
  :content_type,
1375
1401
  :generic_attachments)
1402
+ SENSITIVE = []
1376
1403
  include Aws::Structure
1377
1404
  end
1378
1405
 
@@ -1396,6 +1423,7 @@ module Aws::Lex
1396
1423
  class SentimentResponse < Struct.new(
1397
1424
  :sentiment_label,
1398
1425
  :sentiment_score)
1426
+ SENSITIVE = []
1399
1427
  include Aws::Structure
1400
1428
  end
1401
1429
 
@@ -1408,6 +1436,7 @@ module Aws::Lex
1408
1436
  #
1409
1437
  class UnsupportedMediaTypeException < Struct.new(
1410
1438
  :message)
1439
+ SENSITIVE = []
1411
1440
  include Aws::Structure
1412
1441
  end
1413
1442
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.1
4
+ version: 1.28.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