aws-sdk-recyclebin 1.0.0 → 1.1.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: 965e9f266d907aed6f31911b10fe371f925474c3589e94373da9db0837ffb9fc
4
- data.tar.gz: d3de16f82c86b38cce7b03cd5cd06d12977e70e119f6cb5f1f6d4e498da8cfaf
3
+ metadata.gz: 89d1e95d9870926ba07df3bdffd3cf51e31ada840b10fd419273de208cc5e970
4
+ data.tar.gz: cb37d3cacd95a670f73ed5953d966b95de746aaa0d52f90cb01775fd3e49cf87
5
5
  SHA512:
6
- metadata.gz: 865212f3a3bf38b3a422553f4485c9d32bb518ed4e863b778ccaa379167900edc138f4833d87fccbc93d349c615272455a5d75c7d4270459da80d752ddf20858
7
- data.tar.gz: 93ac0414bd40d210a24765025dfb7661dfcf3c1be10ea438a5e650fa074a5cff83fb46a67fd78426f5b2f2568bafbc0d78f37cc118dc52b2bfcb19c577d1bb98
6
+ metadata.gz: 157e6bfef5a223880d1665c2b94186cb9aa3dc55c7b798d328046988427ffd95d61c3d88a9c318b9c951f15438e55711e92403f849ffb0d696d5112f00ea8ff7
7
+ data.tar.gz: 8f2b266c483fe09a6c9b4b1f1ec61fe1d7990d7de9879de03e96dd04f50d0284670adc3d056d1b22da86e1ccdc042db475a9520ee88be95cfb535b8e7901317d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.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.0.0 (2021-11-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -119,7 +119,9 @@ module Aws::RecycleBin
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
@@ -736,7 +738,7 @@ module Aws::RecycleBin
736
738
  params: params,
737
739
  config: config)
738
740
  context[:gem_name] = 'aws-sdk-recyclebin'
739
- context[:gem_version] = '1.0.0'
741
+ context[:gem_version] = '1.1.0'
740
742
  Seahorse::Client::Request.new(handlers, context)
741
743
  end
742
744
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-recyclebin/customizations'
48
48
  # @!group service
49
49
  module Aws::RecycleBin
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.1.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-recyclebin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-29 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