aws-sdk-timestreamwrite 1.10.0 → 1.11.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: 0ae40fff8c6c44dc2533748a9344dbd474c400e787af3bc12a388e53f2be4d92
4
- data.tar.gz: ed15a1ec7c8eb839bb7202e9a104290546e743c1026a3c8f7cac43c692e19d64
3
+ metadata.gz: 2a5892f550a65ce5e7d2bd4db7c03ae5c36a73aaa6144252f62ad8d502215715
4
+ data.tar.gz: 94a47bce477a59063f3350f38e2da5ccbb428fedc610516ef6ee9774e754664d
5
5
  SHA512:
6
- metadata.gz: f60e8d37d951397df7eae9aeedba7e3a63b1dd6282b9c9f560636bc30b27a8350f568e970d5265a38d928aeacb9d3b060f89ed03cac602a2bff5bf7ddf50d252
7
- data.tar.gz: 0f05c40fb1c3a92bb332c4d888562bf2568aaa93606d182f2de8f5d2ea4739d79756b2d6c223fb43a65aa1aea7bfb9a8e02c57f3109f57f88920cc42ac9cc418
6
+ metadata.gz: 1ee840a993609eb649b4f17f5faef1c5ec1dcda5bd0c22c05d5d90f911d92c4bb15be2a750629022d5f3545675d1d99e2e79cc27d94f8405f5e8ad6bb26ccdb3
7
+ data.tar.gz: 1b272558c373f4e0ecb6fe766e7df5b07e1d6d0360dab7c5af01d71b05b52c4f2cc35617ef4d907120415f6576e74d9178ae4a2ee061938dce535e562f0ef65c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.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.10.0 (2021-11-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -119,7 +119,9 @@ module Aws::TimestreamWrite
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
@@ -1211,7 +1213,7 @@ module Aws::TimestreamWrite
1211
1213
  params: params,
1212
1214
  config: config)
1213
1215
  context[:gem_name] = 'aws-sdk-timestreamwrite'
1214
- context[:gem_version] = '1.10.0'
1216
+ context[:gem_version] = '1.11.0'
1215
1217
  Seahorse::Client::Request.new(handlers, context)
1216
1218
  end
1217
1219
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-timestreamwrite/customizations'
48
48
  # @!group service
49
49
  module Aws::TimestreamWrite
50
50
 
51
- GEM_VERSION = '1.10.0'
51
+ GEM_VERSION = '1.11.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-timestreamwrite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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-24 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