aws-sdk-gluedatabrew 1.16.0 → 1.17.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: 6bc20385d9c242636d7e89aad10d9a479e3a982eb918b190815698391701d607
4
- data.tar.gz: a23a76a4cc0eb80c21a7e55b055f46101e1025beab68b1a3fb53aa78a88d8066
3
+ metadata.gz: 0f1a5e4aa0c879bf34345c709131c5801efa7ceb0be92c3914ab6666e4d766ca
4
+ data.tar.gz: 2ecf0261b0a8fbdf9a628c1011752360ef15d4a77f6a5fd8fb869f82ebee0b61
5
5
  SHA512:
6
- metadata.gz: e29aeb7ace46c1a04e1907658f498a8eb81110f312355c9a0384068e90d73e42e85124b2fed9dbc525edcf6259abbff4e6b3dd644e94583c4ba2f244a181d092
7
- data.tar.gz: 41f61885e975dcd35434e68f6082e3a82cdef118b70f932f0d30886ce803372d265c383cfe9be383cc8998138c697192a6900c6c962a34c513db054bc61daf5f
6
+ metadata.gz: 400cc67c7aec2002ab383442d7fc84ddab224ef4d52de2a2d55818be5cdac79727abd08b352d7c6e1ba1c34386b2da9e7f186c33eaf96be790d1f7ea8af95fda
7
+ data.tar.gz: 763853eeaf49c208d176130b2136ffdef3b7344d28d79c5b71e237b6204bfad753e5059c634a508c5d81cc1a6a03f7af6f754707b1ac5923561295799c656968
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.16.0 (2021-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -119,7 +119,9 @@ module Aws::GlueDataBrew
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -3256,7 +3258,7 @@ module Aws::GlueDataBrew
3256
3258
  params: params,
3257
3259
  config: config)
3258
3260
  context[:gem_name] = 'aws-sdk-gluedatabrew'
3259
- context[:gem_version] = '1.16.0'
3261
+ context[:gem_version] = '1.17.0'
3260
3262
  Seahorse::Client::Request.new(handlers, context)
3261
3263
  end
3262
3264
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-gluedatabrew/customizations'
48
48
  # @!group service
49
49
  module Aws::GlueDataBrew
50
50
 
51
- GEM_VERSION = '1.16.0'
51
+ GEM_VERSION = '1.17.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gluedatabrew
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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: 2021-11-18 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core