aws-sdk-recyclebin 1.12.0 → 1.13.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: 98b19073bbb01ba3318a1208d24c5a975997bb65d1f2747ee586f67d7748bebf
4
- data.tar.gz: 66272778163d91c9d7e73d4a901cd58a373d474b6fce573a7867d2ada71d8733
3
+ metadata.gz: 41d277630ac2d87146ee4963c5458ff4c8a04e73d8b6e8a41f0415cead2af4c7
4
+ data.tar.gz: ad9d187b81d4b676e69a5f0adbce12df32015c918f0881f9863510c0f1965a55
5
5
  SHA512:
6
- metadata.gz: c6d9337cf00cc590666227ff68f38f14b82947ca214cd939e93963925bde968a871379b9034f657723895abb0db78ac60157d373e380e1dd70f0d32517d265e2
7
- data.tar.gz: d7380a64f3dc663897a14785acf25a89a3ebec6023065524ccf332627218a62e30651c427507e5bb269900628739d3847e9c668a2bfb83a505ac4c91acceab24
6
+ metadata.gz: 50a1c32aca5d6ffb8aa01df0bb0e34e789a49e9fc1844462b2984e97794ccfefbd3f951a7b81d164af0b1c25513ffbaba9d69499069f646f2712689917de133e
7
+ data.tar.gz: 78d3a782e6763d5de5c2f0de123ff6281f1c61fb1742786a7e9392ec7db4f630b0ccdefbbca47c7ed2784016c32e97389e5c2dabf4d6b5c4277bdf0890addc66
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.12.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -216,6 +216,10 @@ module Aws::RecycleBin
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -942,7 +946,7 @@ module Aws::RecycleBin
942
946
  params: params,
943
947
  config: config)
944
948
  context[:gem_name] = 'aws-sdk-recyclebin'
945
- context[:gem_version] = '1.12.0'
949
+ context[:gem_version] = '1.13.0'
946
950
  Seahorse::Client::Request.new(handlers, context)
947
951
  end
948
952
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-recyclebin/customizations'
52
52
  # @!group service
53
53
  module Aws::RecycleBin
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.13.0'
56
56
 
57
57
  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.12.0
4
+ version: 1.13.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core