aws-sdk-kinesisvideoarchivedmedia 1.22.0 → 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: 7d6559401da95647ab967bbbdcf32f7e31459e000c3cf20c5eb2f3629ff2cba4
4
- data.tar.gz: 31753e75a41fe7fcced2ed28996adc4feedb831eeec1b2706bdc1a91ee2b1971
3
+ metadata.gz: 3446930fe4f2da94376f509f8220a52897bc86c6c9f7c0e1ccf8d435ad4b6e06
4
+ data.tar.gz: b5e5c8f14d7de09f774c2270170feea82c00e5619454220460b709281a547bba
5
5
  SHA512:
6
- metadata.gz: 95cba84665c32b1471e2fb27d1af6bd6cd0cdd1a282649dedb52d1276cc79e5f9d0c72630c0f8b7c625bdb68f932b8d30da1bbe13cf4bf0b4c60b101c5acaa07
7
- data.tar.gz: 30cc69c1c6616288830f7fed09e14a143ecb309d4b431e8abb267819dbb4e975647e2c6a14c11ee21b96eff13f122337d551ccb7faa6da5049ebe9e655597a66
6
+ metadata.gz: dabce77a0af8e21c2843ff7e1be9dda13effaec4338d9c7bc60e403d9b50767793379df71c51e80a9b627d5e804627c23c38a919c6abf142a4207fac13dd2114
7
+ data.tar.gz: 17bac9f28c293365c94d290af4aff2c0fa82c73b856123835b668e2c02fd680e52369da56d91c303147fec9d28633ae316ae991947756bc16f9c30534a447ee8
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-kinesisvideoarchivedmedia/customizations'
45
45
  # @service
46
46
  module Aws::KinesisVideoArchivedMedia
47
47
 
48
- GEM_VERSION = '1.22.0'
48
+ GEM_VERSION = '1.23.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::KinesisVideoArchivedMedia
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::KinesisVideoArchivedMedia
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1337,7 +1337,7 @@ module Aws::KinesisVideoArchivedMedia
1337
1337
  params: params,
1338
1338
  config: config)
1339
1339
  context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
1340
- context[:gem_version] = '1.22.0'
1340
+ context[:gem_version] = '1.23.0'
1341
1341
  Seahorse::Client::Request.new(handlers, context)
1342
1342
  end
1343
1343
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideoarchivedmedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
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-04-28 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core