aws-sdk-ram 1.32.0 → 1.33.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: ebf06bbbed250f847b7b3b6e64651e2e7e084784db5c9edcce405e1a84d3ee32
4
- data.tar.gz: 6878d26ce377ea9dbe2278d3ffc2e2c5200614643adf33e2dd486217be3db080
3
+ metadata.gz: 6f02d505e50f61eab9238ae6a2a9146509bff2d062d5b1b3e02e747f63dff326
4
+ data.tar.gz: a92ccc3838118fda1428ee9c4e6b8de6132b8e58a045072b8605707da20b8f7a
5
5
  SHA512:
6
- metadata.gz: 372e49cafb77f1cc956d4cecac215d6bf43b6ed32aa1b69f427a0b97dc0c6ab5e0b8a2f94da678bd6e758f29f6ea5b6677da481669518028bbb45bc4b19958fc
7
- data.tar.gz: 0233db771ddcc8787e890d14d0d36ad71cd32802355bb13238e9bc87d8e95d4389b5c9539b1a6108841e3add4fa2674d475328985bcdb47385541ab9b7d7ece2
6
+ metadata.gz: dc36b0a4de0c3a4fe1b38f9fba75d29c928a25580b49511aaeaa5ff66a9666130291efa8301338de0ef648e2fe229d81e4d3581cb66f044c0a0e087f30f1e51a
7
+ data.tar.gz: cb0e18519c842ceaf210ed2e2f1a6d6caa9e9b35af44d71439e072f10e5bd14b284d598e1b20609c06a864b62af2c8803299cc70f8f00dfdba991d92f7a5307c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -119,7 +119,9 @@ module Aws::RAM
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
@@ -1654,7 +1656,7 @@ module Aws::RAM
1654
1656
  params: params,
1655
1657
  config: config)
1656
1658
  context[:gem_name] = 'aws-sdk-ram'
1657
- context[:gem_version] = '1.32.0'
1659
+ context[:gem_version] = '1.33.0'
1658
1660
  Seahorse::Client::Request.new(handlers, context)
1659
1661
  end
1660
1662
 
data/lib/aws-sdk-ram.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ram/customizations'
48
48
  # @!group service
49
49
  module Aws::RAM
50
50
 
51
- GEM_VERSION = '1.32.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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