aws-sdk-chime 1.23.0 → 1.24.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: 8f65d25ccbb61f0b7ba2e66a3aae6c036fa06d54ea7ab3f1d49e053169991501
4
- data.tar.gz: 4cb162ba44b19986951079bb631088653a4ced3f69ffbcd8f2eead3865d1c155
3
+ metadata.gz: 9ed3e3fdc7998aa2780b332a550dde2c4699f2c5bc2efd24a103a3265ca416f3
4
+ data.tar.gz: 2eeeb6563aeee28eaa7a9e99a87319a6c84117c5dd20f95c1520a71f754ca05b
5
5
  SHA512:
6
- metadata.gz: 595d78c817939e744485c6541e1a1b6502c9ef583c685357d642274ad92f6ea4c905f4ae4b9868d0b80d72a3b748ad242055c3c95897d6f044f46e2f2b2a8a95
7
- data.tar.gz: c6ac6921672ba633d02a7b06a1e6f366fca8718194d47d20c37d8b2a4854c8d45bb2d7be7d0b26d589c9cbff93522756776bb0f63b33a773465781f98e3b1ea2
6
+ metadata.gz: e8812a2c3ae0b103b98beba63086bc4987a40564cbaf7c36b1e99e48ac862a1cac5242d2674e2ff3bdd6876f36f2ea65cb8c3413b9d90452bf82f9bc9a18e050
7
+ data.tar.gz: 0d360271f024756aa35f36f7271b784bae2f0ae8e0a402db73ed27097ba853f337b767127ff690f0c77c541e01c7aac4b31be423c73be61aff3038dfe36dc16b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-chime/customizations'
45
45
  # @service
46
46
  module Aws::Chime
47
47
 
48
- GEM_VERSION = '1.23.0'
48
+ GEM_VERSION = '1.24.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Chime
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::Chime
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
@@ -4817,7 +4817,7 @@ module Aws::Chime
4817
4817
  params: params,
4818
4818
  config: config)
4819
4819
  context[:gem_name] = 'aws-sdk-chime'
4820
- context[:gem_version] = '1.23.0'
4820
+ context[:gem_version] = '1.24.0'
4821
4821
  Seahorse::Client::Request.new(handlers, context)
4822
4822
  end
4823
4823
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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-08 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