aws-sdk-kinesisvideosignalingchannels 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: 55cd209e7dbc3d4d4e365db2ae149f309cd2316c68d928f76c43e22ff0b800f2
4
- data.tar.gz: 72637a5dd62d501a00d082be7699d12bbdd8818f563c8742353d77658f10c01b
3
+ metadata.gz: c64aca9fc5cc9ccc18e51d5ff666c81aeb5ff33bc49c08418e186c1fb86994cd
4
+ data.tar.gz: cea9abfaf1edd147b53aa2f12310e1ec6391eee6799d32742ef9d122e801b7f0
5
5
  SHA512:
6
- metadata.gz: f95218fa25e2150efe608e2931718d9aa4cc4ca703f83c28e250170ab13ddd63d50c546eb30de2cc6f17321feca83505ac6c9b81a4026b0678c65e1b56b24981
7
- data.tar.gz: 20d524fb12866bece0d246e22c4559b0b960f5a1edfa95b5fbed4d73c9264099f1d05f31f1632c40b04567fddad64f57b2a147f36cd82fdb8edaba5fb6683b6a
6
+ metadata.gz: 7ccd7b54e62432c08af3d615842d7afaf337fe7f4b64f6a283bdc805e51effccabb37f465b638868753b8d27b8aae6f66f48e9be80d31fc120d869b31863c064
7
+ data.tar.gz: 66b413ae25a59442fabec2b8c170edfe8f192316bac2f93c91adeb3f3ce7a5db785a3180d4732b289bfc14b0506cda5f05b7073e176cc58e96dd50b09a418799
@@ -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-kinesisvideosignalingchannels/customizations'
45
47
  # @service
46
48
  module Aws::KinesisVideoSignalingChannels
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:
@@ -434,7 +436,7 @@ module Aws::KinesisVideoSignalingChannels
434
436
  params: params,
435
437
  config: config)
436
438
  context[:gem_name] = 'aws-sdk-kinesisvideosignalingchannels'
437
- context[:gem_version] = '1.4.1'
439
+ context[:gem_version] = '1.5.0'
438
440
  Seahorse::Client::Request.new(handlers, context)
439
441
  end
440
442
 
@@ -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::KinesisVideoSignalingChannels
18
20
  #
19
21
  class ClientLimitExceededException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -57,6 +60,7 @@ module Aws::KinesisVideoSignalingChannels
57
60
  :client_id,
58
61
  :service,
59
62
  :username)
63
+ SENSITIVE = []
60
64
  include Aws::Structure
61
65
  end
62
66
 
@@ -68,6 +72,7 @@ module Aws::KinesisVideoSignalingChannels
68
72
  #
69
73
  class GetIceServerConfigResponse < Struct.new(
70
74
  :ice_server_list)
75
+ SENSITIVE = []
71
76
  include Aws::Structure
72
77
  end
73
78
 
@@ -104,6 +109,7 @@ module Aws::KinesisVideoSignalingChannels
104
109
  :username,
105
110
  :password,
106
111
  :ttl)
112
+ SENSITIVE = []
107
113
  include Aws::Structure
108
114
  end
109
115
 
@@ -116,6 +122,7 @@ module Aws::KinesisVideoSignalingChannels
116
122
  #
117
123
  class InvalidArgumentException < Struct.new(
118
124
  :message)
125
+ SENSITIVE = []
119
126
  include Aws::Structure
120
127
  end
121
128
 
@@ -128,6 +135,7 @@ module Aws::KinesisVideoSignalingChannels
128
135
  #
129
136
  class InvalidClientException < Struct.new(
130
137
  :message)
138
+ SENSITIVE = []
131
139
  include Aws::Structure
132
140
  end
133
141
 
@@ -140,6 +148,7 @@ module Aws::KinesisVideoSignalingChannels
140
148
  #
141
149
  class NotAuthorizedException < Struct.new(
142
150
  :message)
151
+ SENSITIVE = []
143
152
  include Aws::Structure
144
153
  end
145
154
 
@@ -152,6 +161,7 @@ module Aws::KinesisVideoSignalingChannels
152
161
  #
153
162
  class ResourceNotFoundException < Struct.new(
154
163
  :message)
164
+ SENSITIVE = []
155
165
  include Aws::Structure
156
166
  end
157
167
 
@@ -183,6 +193,7 @@ module Aws::KinesisVideoSignalingChannels
183
193
  :channel_arn,
184
194
  :sender_client_id,
185
195
  :message_payload)
196
+ SENSITIVE = []
186
197
  include Aws::Structure
187
198
  end
188
199
 
@@ -194,6 +205,7 @@ module Aws::KinesisVideoSignalingChannels
194
205
  #
195
206
  class SendAlexaOfferToMasterResponse < Struct.new(
196
207
  :answer)
208
+ SENSITIVE = []
197
209
  include Aws::Structure
198
210
  end
199
211
 
@@ -208,6 +220,7 @@ module Aws::KinesisVideoSignalingChannels
208
220
  #
209
221
  class SessionExpiredException < Struct.new(
210
222
  :message)
223
+ SENSITIVE = []
211
224
  include Aws::Structure
212
225
  end
213
226
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideosignalingchannels
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