aws-sdk-qldbsession 1.18.0 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 508c2125f07c656aa9b7b474123bfef1c5ac451f530dcc9f114e56f1f2145b84
4
- data.tar.gz: 4fc8a5c8041a5323b2844f71a67025e6684a38ecc43be3f78597552389f54586
3
+ metadata.gz: c5d5b814b1e1bbcfce8ba5e4c6f3962a927f83af62efa2f434b539e85302cd38
4
+ data.tar.gz: 9775410bea9c157f9ad32e24edd3499870a2df9c937affb385d55bd849ab421f
5
5
  SHA512:
6
- metadata.gz: 4551bab09bd2c0ddaca967dc275107410c6a76eea8e02116537e46fe2ae06564bc161fc1eb11fc69232c005674114207a95929a387f28b5f44efa60fe900373c
7
- data.tar.gz: afee20bb4504033e40221fdbc03c13618056314d4ced629011b26e261a1bf4d6ed2006e18a1f0b6744b201e7b59777d6c89939282a62b622f73bf45a1c84f394
6
+ metadata.gz: 43494bb23253adca3fa7a7e34f3d6e20e96e11dc52e7bc63a90ae428a21fd0529ec3a74137731d62394f487688fa1b22539aa382df5760d2e8058ae9caa26ee7
7
+ data.tar.gz: b069b50c7fb3607adf73777bf61178d0b98731052e89f354e7a7a76f85c2700710c94575c1fbb4c959b186451a1d741464bec78f5c16a702cb3686a8cc62c62e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.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.18.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -119,7 +119,9 @@ module Aws::QLDBSession
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
@@ -494,7 +496,7 @@ module Aws::QLDBSession
494
496
  params: params,
495
497
  config: config)
496
498
  context[:gem_name] = 'aws-sdk-qldbsession'
497
- context[:gem_version] = '1.18.0'
499
+ context[:gem_version] = '1.19.0'
498
500
  Seahorse::Client::Request.new(handlers, context)
499
501
  end
500
502
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-qldbsession/customizations'
48
48
  # @!group service
49
49
  module Aws::QLDBSession
50
50
 
51
- GEM_VERSION = '1.18.0'
51
+ GEM_VERSION = '1.19.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qldbsession
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.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-04 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