aws-sdk-redshift 1.41.0 → 1.42.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: e261eb2a70d920350c188d8410a44c717040e86a1448e72c333e1e3d99b459ef
4
- data.tar.gz: ba9bc65ef2a121054863c0192fe31528387e9b7f45a7feb31a1bd0dc63c1ce8d
3
+ metadata.gz: 420d61e3662031e55488985dfb4132eccf2414c335c16c3e7f520b0d5ba528d5
4
+ data.tar.gz: 882d84ca9bf9fa2464c3cb25fb737c459a6575bb73697ae89048f2a29da63f9a
5
5
  SHA512:
6
- metadata.gz: c87b3d9135e31f054318a47e5a4dcdb1ec298268a1f91134dfc240952759aa0b1a8427b97a9f9798a0c4b32dd056a0b255b45ff92e4773b53d00d2f5897ec8bf
7
- data.tar.gz: f5ab2b4e0f6d4c23d6aac0eb03b66d44ada9aa65d59d0ea3c85012b16bfbbe477d16377d35b0b3cce6f31fa59fed98f937dc39409ef4d327f5c45875178526d1
6
+ metadata.gz: e0137b3e399fdcb9777338be3cd355f061ed840ad597217279716e0bad3f1dc023d160e6c6009b4bf9235750146e60d462e00b278d076e98d5b0f45cc9830e8c
7
+ data.tar.gz: 3f947956abaae73f1f37a514ed520049f1aff754097fc961b107dfe591a83db0a6a9b697e9e9271ae5fbce3e158d53964a344569f78170b3107ef5c7ec4af638
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-redshift/customizations'
46
46
  # @service
47
47
  module Aws::Redshift
48
48
 
49
- GEM_VERSION = '1.41.0'
49
+ GEM_VERSION = '1.42.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::Redshift
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::Redshift
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
@@ -9022,7 +9022,7 @@ module Aws::Redshift
9022
9022
  params: params,
9023
9023
  config: config)
9024
9024
  context[:gem_name] = 'aws-sdk-redshift'
9025
- context[:gem_version] = '1.41.0'
9025
+ context[:gem_version] = '1.42.0'
9026
9026
  Seahorse::Client::Request.new(handlers, context)
9027
9027
  end
9028
9028
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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-22 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