aws-sdk-mediastore 1.20.0 → 1.21.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
  SHA1:
3
- metadata.gz: '08249c584661e4423bfd629c38ab3afb936e7fc5'
4
- data.tar.gz: 5a95fe3647ff247320dd6ddc8d4ac827e283f705
3
+ metadata.gz: cac998e4c4b1d9db3f6ad470fca3b3497ca06322
4
+ data.tar.gz: 167ad480c059d60820a187daca089e11a8f6a164
5
5
  SHA512:
6
- metadata.gz: 130d90569f5ee49a125ba66219ec6b9938fa7a25071fcdf34f4936df25571b3a0d6f2f6123c8f8f133aa4444bc1020c2841cee39c104652970f5de70a4e739ab
7
- data.tar.gz: 70c56694d69ad78e8e606974160e97ba7d6c69143754a80e76dbe8b760e0ebf3ae4b1bda0c395480a203b715aab269f1f18b6c11e7702eff3494724740de29de
6
+ metadata.gz: c381f89ab39f3187ce5ef5425261baf9264b40e786843c57b0045d154462c75a8daccc4ac2bc9a50360fe79d77948862cfb82dd27658b226474387638797542e
7
+ data.tar.gz: 122569009b2edf0f7f069d52f01f7ad08e6d5d393ea8597eae169dc9f5a09c5197a7d87d920320294e121eb29f8f88c3bec1ab37bca5e8e910b0a33b5180a9a2
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediastore/customizations'
42
42
  # @service
43
43
  module Aws::MediaStore
44
44
 
45
- GEM_VERSION = '1.20.0'
45
+ GEM_VERSION = '1.21.0'
46
46
 
47
47
  end
@@ -285,7 +285,7 @@ module Aws::MediaStore
285
285
  #
286
286
  #
287
287
  #
288
- # [1]: https://aws.amazon.com/documentation/mediastore/tagging
288
+ # [1]: https://docs.aws.amazon.com/mediastore/latest/ug/tagging.html
289
289
  #
290
290
  # @return [Types::CreateContainerOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
291
291
  #
@@ -297,7 +297,7 @@ module Aws::MediaStore
297
297
  # container_name: "ContainerName", # required
298
298
  # tags: [
299
299
  # {
300
- # key: "TagKey",
300
+ # key: "TagKey", # required
301
301
  # value: "TagValue",
302
302
  # },
303
303
  # ],
@@ -837,7 +837,7 @@ module Aws::MediaStore
837
837
  #
838
838
  #
839
839
  #
840
- # [1]: https://aws.amazon.com/documentation/mediastore/tagging
840
+ # [1]: https://docs.aws.amazon.com/mediastore/latest/ug/tagging.html
841
841
  #
842
842
  # @option params [required, String] :resource
843
843
  # The Amazon Resource Name (ARN) for the container.
@@ -860,7 +860,7 @@ module Aws::MediaStore
860
860
  # resource: "ContainerARN", # required
861
861
  # tags: [ # required
862
862
  # {
863
- # key: "TagKey",
863
+ # key: "TagKey", # required
864
864
  # value: "TagValue",
865
865
  # },
866
866
  # ],
@@ -919,7 +919,7 @@ module Aws::MediaStore
919
919
  params: params,
920
920
  config: config)
921
921
  context[:gem_name] = 'aws-sdk-mediastore'
922
- context[:gem_version] = '1.20.0'
922
+ context[:gem_version] = '1.21.0'
923
923
  Seahorse::Client::Request.new(handlers, context)
924
924
  end
925
925
 
@@ -220,7 +220,7 @@ module Aws::MediaStore
220
220
 
221
221
  StopAccessLoggingOutput.struct_class = Types::StopAccessLoggingOutput
222
222
 
223
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
223
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
224
224
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
225
225
  Tag.struct_class = Types::Tag
226
226
 
@@ -179,7 +179,7 @@ module Aws::MediaStore
179
179
  # container_name: "ContainerName", # required
180
180
  # tags: [
181
181
  # {
182
- # key: "TagKey",
182
+ # key: "TagKey", # required
183
183
  # value: "TagValue",
184
184
  # },
185
185
  # ],
@@ -204,7 +204,7 @@ module Aws::MediaStore
204
204
  #
205
205
  #
206
206
  #
207
- # [1]: https://aws.amazon.com/documentation/mediastore/tagging
207
+ # [1]: https://docs.aws.amazon.com/mediastore/latest/ug/tagging.html
208
208
  # @return [Array<Types::Tag>]
209
209
  #
210
210
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediastore-2017-09-01/CreateContainerInput AWS API Documentation
@@ -713,13 +713,13 @@ module Aws::MediaStore
713
713
  #
714
714
  #
715
715
  #
716
- # [1]: https://aws.amazon.com/documentation/mediastore/tagging
716
+ # [1]: https://docs.aws.amazon.com/mediastore/latest/ug/tagging.html
717
717
  #
718
718
  # @note When making an API call, you may pass Tag
719
719
  # data as a hash:
720
720
  #
721
721
  # {
722
- # key: "TagKey",
722
+ # key: "TagKey", # required
723
723
  # value: "TagValue",
724
724
  # }
725
725
  #
@@ -750,7 +750,7 @@ module Aws::MediaStore
750
750
  # resource: "ContainerARN", # required
751
751
  # tags: [ # required
752
752
  # {
753
- # key: "TagKey",
753
+ # key: "TagKey", # required
754
754
  # value: "TagValue",
755
755
  # },
756
756
  # ],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core