aws-sdk-quicksight 1.58.0 → 1.59.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: 9cc29e6f9ad715fd09f65470c8b8b1f69b8d2be2a22a2b982b830b8f2f0d77fd
4
- data.tar.gz: 394e927de9a522eb68fc871a48d806385bc8992cb9dd66cd9b0649ce39edddcd
3
+ metadata.gz: '0581054ae3dece2fe12f18d0bec87823ddcda1e6043d98a7704e50c762ebef34'
4
+ data.tar.gz: f3ea2f03875bb6cde7b1c269801970379ac844865249dc6ba0984ac3a9070c0a
5
5
  SHA512:
6
- metadata.gz: 5c605e6a257ccc43f604eb5a22c1ece354eed75a3ae8cf9aac17833f39df576fc1041e37d0a2673e882069301d890f2a6afdf9722ac0dd588a8dbdeca5d1c7b1
7
- data.tar.gz: c174e70c8899a99122f9e5631566efc529f978f2464f05ada5b2f2ec21ab1d082c312513524c41d19c010ae7f311b3ef3cf19f49ea4e5b753a819cf8f879040f
6
+ metadata.gz: 19b05a0248770d31efa4e29217d8c70c10e08f4c9439acc6fc4f9025f86b885f88d813c10565dced9781403a4a98aa7dd319fcab04ed07d503995c3de15ff4f6
7
+ data.tar.gz: b4cdca846fa3c67e86d68d74b55004f606ee384429f960f7f3af26039b3dfc0009a3add44357ed095b2daa36fcec6de62ff91caa7c83c87d7543b9bd2fccdb92
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2021-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -119,7 +119,9 @@ module Aws::QuickSight
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
@@ -8627,7 +8629,7 @@ module Aws::QuickSight
8627
8629
  params: params,
8628
8630
  config: config)
8629
8631
  context[:gem_name] = 'aws-sdk-quicksight'
8630
- context[:gem_version] = '1.58.0'
8632
+ context[:gem_version] = '1.59.0'
8631
8633
  Seahorse::Client::Request.new(handlers, context)
8632
8634
  end
8633
8635
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-quicksight/customizations'
48
48
  # @!group service
49
49
  module Aws::QuickSight
50
50
 
51
- GEM_VERSION = '1.58.0'
51
+ GEM_VERSION = '1.59.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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-22 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