aws-sdk-mediastoredata 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mediastoredata.rb +1 -1
- data/lib/aws-sdk-mediastoredata/client.rb +3 -13
- data/lib/aws-sdk-mediastoredata/types.rb +2 -22
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d762228075c2768137121a3d771c5a589d6314ba
|
4
|
+
data.tar.gz: d7fe01d4fa9342c1ae74b63eb5faa89b1375b96c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96a7703babe6f83284e72d03d596722c575ce2ecc4da007e6b0ea48ad48e5ec066ff6439cbc64b4340a760d45a691c3a5721a05beec2a52ebd40463255abc9f0
|
7
|
+
data.tar.gz: 1ddeab057d8ad1071ad6c35ca3f4d5d21d271c68aaff97435e7f018a14360ec6648360a8163ddd1d8b68e557dedb0f85049347a74b60997b103b8b53806172fc
|
@@ -169,7 +169,7 @@ module Aws::MediaStoreData
|
|
169
169
|
req.send_request(options)
|
170
170
|
end
|
171
171
|
|
172
|
-
# Gets the
|
172
|
+
# Gets the headers for an object at the specified path.
|
173
173
|
#
|
174
174
|
# @option params [required, String] :path
|
175
175
|
# The path (including the file name) where the object is stored in the
|
@@ -339,17 +339,7 @@ module Aws::MediaStoreData
|
|
339
339
|
# 10 MB.
|
340
340
|
#
|
341
341
|
# @option params [required, String, IO] :body
|
342
|
-
# The
|
343
|
-
# include or omit an extension.
|
344
|
-
#
|
345
|
-
# Example 1: If the file is stored on a remote server that has been
|
346
|
-
# mounted to the workstation on which the REST API command is being run,
|
347
|
-
# the path could be the absolute path ` \mount\assets\mlaw.avi` or the
|
348
|
-
# relative path `..\..\mount\assets\movies\premium\mlaw.avi`.
|
349
|
-
#
|
350
|
-
# Example 2: If the file is stored on a remote server that is not
|
351
|
-
# mounted, the path could be
|
352
|
-
# `https:\\192.0.2.15\movies\premium\mlaw.avi`.
|
342
|
+
# The bytes to be stored.
|
353
343
|
#
|
354
344
|
# @option params [required, String] :path
|
355
345
|
# The path (including the file name) where the object is stored in the
|
@@ -447,7 +437,7 @@ module Aws::MediaStoreData
|
|
447
437
|
params: params,
|
448
438
|
config: config)
|
449
439
|
context[:gem_name] = 'aws-sdk-mediastoredata'
|
450
|
-
context[:gem_version] = '1.
|
440
|
+
context[:gem_version] = '1.1.0'
|
451
441
|
Seahorse::Client::Request.new(handlers, context)
|
452
442
|
end
|
453
443
|
|
@@ -153,17 +153,7 @@ module Aws::MediaStoreData
|
|
153
153
|
end
|
154
154
|
|
155
155
|
# @!attribute [rw] body
|
156
|
-
# The
|
157
|
-
# include or omit an extension.
|
158
|
-
#
|
159
|
-
# Example 1: If the file is stored on a remote server that has been
|
160
|
-
# mounted to the workstation on which the REST API command is being
|
161
|
-
# run, the path could be the absolute path ` \mount\assets\mlaw.avi`
|
162
|
-
# or the relative path `..\..\mount\assets\movies\premium\mlaw.avi`.
|
163
|
-
#
|
164
|
-
# Example 2: If the file is stored on a remote server that is not
|
165
|
-
# mounted, the path could be
|
166
|
-
# `https:\\192.0.2.15\movies\premium\mlaw.avi`.
|
156
|
+
# The bytes of the object.
|
167
157
|
# @return [IO]
|
168
158
|
#
|
169
159
|
# @!attribute [rw] cache_control
|
@@ -319,17 +309,7 @@ module Aws::MediaStoreData
|
|
319
309
|
# }
|
320
310
|
#
|
321
311
|
# @!attribute [rw] body
|
322
|
-
# The
|
323
|
-
# include or omit an extension.
|
324
|
-
#
|
325
|
-
# Example 1: If the file is stored on a remote server that has been
|
326
|
-
# mounted to the workstation on which the REST API command is being
|
327
|
-
# run, the path could be the absolute path ` \mount\assets\mlaw.avi`
|
328
|
-
# or the relative path `..\..\mount\assets\movies\premium\mlaw.avi`.
|
329
|
-
#
|
330
|
-
# Example 2: If the file is stored on a remote server that is not
|
331
|
-
# mounted, the path could be
|
332
|
-
# `https:\\192.0.2.15\movies\premium\mlaw.avi`.
|
312
|
+
# The bytes to be stored.
|
333
313
|
# @return [IO]
|
334
314
|
#
|
335
315
|
# @!attribute [rw] path
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediastoredata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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: 2017-
|
11
|
+
date: 2017-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|