aws-sdk-connectparticipant 1.4.1 → 1.5.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: 91f9013cebf3e2dea27b25d8fc9c580f9f5067d3b94a33b3d861a4017121cf67
4
- data.tar.gz: b2bc36af00d24d4154a426426b65b349dd83f3759d894b0f1604f3452135ed69
3
+ metadata.gz: 28c96b7fd9b6dc83173f9460901eaee32b2660ae7d16a529834ea24dd7e51014
4
+ data.tar.gz: dfe254b5de6d350900b3266bf02b778348fc2549d172c25dcbd1393f19d40404
5
5
  SHA512:
6
- metadata.gz: da1a123cf08badbdad56cb8580daeb8a83b198022ce127fa2b853e44553c9ead313ed398fe03839c9b634c16859101d4b8078ba0d04c9374df20e4afdb70d674
7
- data.tar.gz: b19e4f592d7cb67a306c070007954b8ce2cf98b5f8a1681a72132a8a9156d19e3c122fa4d92f16b9b6465252bd216850e72e0ac98cdf08abd0c51d56a994c947
6
+ metadata.gz: 36c2199d19f4ecb877b6541cd46c0fb97ee10d2aaa8592e4aa8ff2b3196e779c553aac25b75667cf1db0b2138574d74e43d642c4d07b9feb2987500263c5bd88
7
+ data.tar.gz: 6348aecd67ca496136b64e6df7396f1788c7c01e033e004342ee19859f35e5e06049cc91119bd0cc38b0ea43040b49f964f5074c828962915354e148b939f779
@@ -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-connectparticipant/customizations'
45
47
  # @service
46
48
  module Aws::ConnectParticipant
47
49
 
48
- GEM_VERSION = '1.4.1'
50
+ GEM_VERSION = '1.5.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:
@@ -588,7 +590,7 @@ module Aws::ConnectParticipant
588
590
  params: params,
589
591
  config: config)
590
592
  context[:gem_name] = 'aws-sdk-connectparticipant'
591
- context[:gem_version] = '1.4.1'
593
+ context[:gem_version] = '1.5.0'
592
594
  Seahorse::Client::Request.new(handlers, context)
593
595
  end
594
596
 
@@ -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:
@@ -17,6 +19,7 @@ module Aws::ConnectParticipant
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -38,6 +41,7 @@ module Aws::ConnectParticipant
38
41
  class ConnectionCredentials < Struct.new(
39
42
  :connection_token,
40
43
  :expiry)
44
+ SENSITIVE = []
41
45
  include Aws::Structure
42
46
  end
43
47
 
@@ -67,6 +71,7 @@ module Aws::ConnectParticipant
67
71
  class CreateParticipantConnectionRequest < Struct.new(
68
72
  :type,
69
73
  :participant_token)
74
+ SENSITIVE = []
70
75
  include Aws::Structure
71
76
  end
72
77
 
@@ -84,6 +89,7 @@ module Aws::ConnectParticipant
84
89
  class CreateParticipantConnectionResponse < Struct.new(
85
90
  :websocket,
86
91
  :connection_credentials)
92
+ SENSITIVE = []
87
93
  include Aws::Structure
88
94
  end
89
95
 
@@ -113,6 +119,7 @@ module Aws::ConnectParticipant
113
119
  class DisconnectParticipantRequest < Struct.new(
114
120
  :client_token,
115
121
  :connection_token)
122
+ SENSITIVE = []
116
123
  include Aws::Structure
117
124
  end
118
125
 
@@ -180,6 +187,7 @@ module Aws::ConnectParticipant
180
187
  :sort_order,
181
188
  :start_position,
182
189
  :connection_token)
190
+ SENSITIVE = []
183
191
  include Aws::Structure
184
192
  end
185
193
 
@@ -202,6 +210,7 @@ module Aws::ConnectParticipant
202
210
  :initial_contact_id,
203
211
  :transcript,
204
212
  :next_token)
213
+ SENSITIVE = []
205
214
  include Aws::Structure
206
215
  end
207
216
 
@@ -215,6 +224,7 @@ module Aws::ConnectParticipant
215
224
  #
216
225
  class InternalServerException < Struct.new(
217
226
  :message)
227
+ SENSITIVE = []
218
228
  include Aws::Structure
219
229
  end
220
230
 
@@ -267,6 +277,7 @@ module Aws::ConnectParticipant
267
277
  :participant_id,
268
278
  :display_name,
269
279
  :participant_role)
280
+ SENSITIVE = []
270
281
  include Aws::Structure
271
282
  end
272
283
 
@@ -313,6 +324,7 @@ module Aws::ConnectParticipant
313
324
  :content,
314
325
  :client_token,
315
326
  :connection_token)
327
+ SENSITIVE = []
316
328
  include Aws::Structure
317
329
  end
318
330
 
@@ -332,6 +344,7 @@ module Aws::ConnectParticipant
332
344
  class SendEventResponse < Struct.new(
333
345
  :id,
334
346
  :absolute_time)
347
+ SENSITIVE = []
335
348
  include Aws::Structure
336
349
  end
337
350
 
@@ -372,6 +385,7 @@ module Aws::ConnectParticipant
372
385
  :content,
373
386
  :client_token,
374
387
  :connection_token)
388
+ SENSITIVE = []
375
389
  include Aws::Structure
376
390
  end
377
391
 
@@ -391,6 +405,7 @@ module Aws::ConnectParticipant
391
405
  class SendMessageResponse < Struct.new(
392
406
  :id,
393
407
  :absolute_time)
408
+ SENSITIVE = []
394
409
  include Aws::Structure
395
410
  end
396
411
 
@@ -428,6 +443,7 @@ module Aws::ConnectParticipant
428
443
  :id,
429
444
  :absolute_time,
430
445
  :most_recent)
446
+ SENSITIVE = []
431
447
  include Aws::Structure
432
448
  end
433
449
 
@@ -440,6 +456,7 @@ module Aws::ConnectParticipant
440
456
  #
441
457
  class ThrottlingException < Struct.new(
442
458
  :message)
459
+ SENSITIVE = []
443
460
  include Aws::Structure
444
461
  end
445
462
 
@@ -453,6 +470,7 @@ module Aws::ConnectParticipant
453
470
  #
454
471
  class ValidationException < Struct.new(
455
472
  :message)
473
+ SENSITIVE = []
456
474
  include Aws::Structure
457
475
  end
458
476
 
@@ -474,6 +492,7 @@ module Aws::ConnectParticipant
474
492
  class Websocket < Struct.new(
475
493
  :url,
476
494
  :connection_expiry)
495
+ SENSITIVE = []
477
496
  include Aws::Structure
478
497
  end
479
498
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectparticipant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.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