aws-sdk-kinesisvideomedia 1.22.1 → 1.23.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: 6bfcdaa7f01c67b1d469ec3798e7f8a0399f0521050d4a3a37edb7a548763d7b
4
- data.tar.gz: 26a5a6cbc9a197dcc4fedd2d123c302a40327897b69d448bc50f13b13a3bdfc4
3
+ metadata.gz: 041ec3d14ba878e1b54953329c3a8a6ed174de48c66dc3d71020fd9f0c41cbc8
4
+ data.tar.gz: b2d7eb2491ece098fc572e2034a56a05438612e3e45cb779c6d073eee3fc3d1b
5
5
  SHA512:
6
- metadata.gz: 544d7f47bb92685ce436647506027d89317e78339eae81542ed8ea59848a3c77ad143a1a9095b751d5886e4ab339520e6e8ca0c60408da0b6fca99e957f0a0be
7
- data.tar.gz: 9504b8dae5c46ec49eb489d20bb47f8e8e1a171822b818295b33147d17cc5ef8ac56bff96fc8ed410a5577a09d1e7946bdcb9995fa88f65061cf810a60496a68
6
+ metadata.gz: 2b8d3b7c3e080d8600db88c06e57a6e1c2e91c8d94a2de72259881fcd3003001be079ce5c6ee545f04a73696088ded9f2cbf22020ed4faa56cabb475d2e3a078
7
+ data.tar.gz: 6bb166612527180410a0791344b396d31528516a71655332b7d9115f70c2f8eddf18b7e4091392edb838e02b4462f4dd8a7988d5291f0b41dc087579ab54a9ef
@@ -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-kinesisvideomedia/customizations'
45
47
  # @service
46
48
  module Aws::KinesisVideoMedia
47
49
 
48
- GEM_VERSION = '1.22.1'
50
+ GEM_VERSION = '1.23.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:
@@ -420,7 +422,7 @@ module Aws::KinesisVideoMedia
420
422
  params: params,
421
423
  config: config)
422
424
  context[:gem_name] = 'aws-sdk-kinesisvideomedia'
423
- context[:gem_version] = '1.22.1'
425
+ context[:gem_version] = '1.23.0'
424
426
  Seahorse::Client::Request.new(handlers, context)
425
427
  end
426
428
 
@@ -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::KinesisVideoMedia
18
20
  #
19
21
  class ClientLimitExceededException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -31,6 +34,7 @@ module Aws::KinesisVideoMedia
31
34
  #
32
35
  class ConnectionLimitExceededException < Struct.new(
33
36
  :message)
37
+ SENSITIVE = []
34
38
  include Aws::Structure
35
39
  end
36
40
 
@@ -70,6 +74,7 @@ module Aws::KinesisVideoMedia
70
74
  :stream_name,
71
75
  :stream_arn,
72
76
  :start_selector)
77
+ SENSITIVE = []
73
78
  include Aws::Structure
74
79
  end
75
80
 
@@ -137,6 +142,7 @@ module Aws::KinesisVideoMedia
137
142
  class GetMediaOutput < Struct.new(
138
143
  :content_type,
139
144
  :payload)
145
+ SENSITIVE = []
140
146
  include Aws::Structure
141
147
  end
142
148
 
@@ -149,6 +155,7 @@ module Aws::KinesisVideoMedia
149
155
  #
150
156
  class InvalidArgumentException < Struct.new(
151
157
  :message)
158
+ SENSITIVE = []
152
159
  include Aws::Structure
153
160
  end
154
161
 
@@ -164,6 +171,7 @@ module Aws::KinesisVideoMedia
164
171
  #
165
172
  class InvalidEndpointException < Struct.new(
166
173
  :message)
174
+ SENSITIVE = []
167
175
  include Aws::Structure
168
176
  end
169
177
 
@@ -177,6 +185,7 @@ module Aws::KinesisVideoMedia
177
185
  #
178
186
  class NotAuthorizedException < Struct.new(
179
187
  :message)
188
+ SENSITIVE = []
180
189
  include Aws::Structure
181
190
  end
182
191
 
@@ -189,6 +198,7 @@ module Aws::KinesisVideoMedia
189
198
  #
190
199
  class ResourceNotFoundException < Struct.new(
191
200
  :message)
201
+ SENSITIVE = []
192
202
  include Aws::Structure
193
203
  end
194
204
 
@@ -266,6 +276,7 @@ module Aws::KinesisVideoMedia
266
276
  :after_fragment_number,
267
277
  :start_timestamp,
268
278
  :continuation_token)
279
+ SENSITIVE = []
269
280
  include Aws::Structure
270
281
  end
271
282
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideomedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.1
4
+ version: 1.23.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