aws-sdk-snowball 1.58.0 → 1.59.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: 66dd3c8f3ab9c05cb71a750fa686b733192f0bac7c9f7ffb1abd277716fbb44a
4
- data.tar.gz: '052244922d4c335265f695dfdef822a29647a49a41ece1b01c351dc7ce6caebc'
3
+ metadata.gz: a93549a96157c3e402bd0b0c56d67fb75ecdf276973f8fae61ed8804b506922e
4
+ data.tar.gz: 212257cf1c5b495ffce33e91837be15c33726174009013a24fb779d1645cc5be
5
5
  SHA512:
6
- metadata.gz: 52b293b5472be1056bf0c853cb4735279c50d5f4457e541c7a50d99b46b537efd069ea83fd6d97afda25f39a4c91c3b3772c489bfe842d31facb454560728f1e
7
- data.tar.gz: 48e2e779184840891173003f92bc5adce066d48657507d0c21fd18c6c3322e59dab28d680bc88ff6416fb8e7ce22edf0c84c791a5aed7fb9d66a0903fc85f0a6
6
+ metadata.gz: 1c940e01e3482a9192f84f9950748c798e38b870d0a96c1e5ef5be22a676849cefbcf65d57e97c4b02301d69ac36b332dfca7b766e046867219ab1f32a70ec46
7
+ data.tar.gz: 75bda60712917ca40485484a261943fbac472c9ee6087cc15f5ba4445c2814269cd698f1f1e763bed0104d0b587fb2e6291634e1777096d8ee03690190ac4d60
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -216,6 +216,10 @@ module Aws::Snowball
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
  #
@@ -2745,7 +2749,7 @@ module Aws::Snowball
2745
2749
  params: params,
2746
2750
  config: config)
2747
2751
  context[:gem_name] = 'aws-sdk-snowball'
2748
- context[:gem_version] = '1.58.0'
2752
+ context[:gem_version] = '1.59.0'
2749
2753
  Seahorse::Client::Request.new(handlers, context)
2750
2754
  end
2751
2755
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-snowball/customizations'
52
52
  # @!group service
53
53
  module Aws::Snowball
54
54
 
55
- GEM_VERSION = '1.58.0'
55
+ GEM_VERSION = '1.59.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-snowball
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: 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