aws-sdk-storagegateway 1.74.0 → 1.75.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: a3a42ac7344af0160bac30864f840dafbc207954f5e2d4fbb014cb903046f4f0
4
- data.tar.gz: 3670fc2e9dcb4058eaa28ab52996b3e21b6b2e76d656825c67fa5eb8f2361d06
3
+ metadata.gz: e7a0dd3e8ebe4c575c26e908d08d09d251e790a46b7877c5396f9b27d3347f1a
4
+ data.tar.gz: e68acaadcf5e9f0e898c9a1ee7d427c41fd73c7db163ac3c4f8c9d7a875ed1da
5
5
  SHA512:
6
- metadata.gz: 7d785dafbdbf773bc3d09d7bf58adc5d1f817f395733925b3ab64fc7d4e10f40a538546311c8fe1ae12a05fc08bcc46537244fa1e788b6e9d335c3394bde12bb
7
- data.tar.gz: b8a5612bda508251fc37474615c3a63a3b984e21da8490ba75b3bcf7ece591184e6742ee87020b0638d074582df8bb0371322588daf7d6bcbee96d9ef4ffac3b
6
+ metadata.gz: eb8d668fb57dcc01a0c7d2df3ead093af136576c3f2939c782e4bb9da44553b2ce2fd1efd4a206cdb1ba264556ea6c0d6e70660d3abf279a101055f388b0b6b4
7
+ data.tar.gz: 1acff14921f06afbf169d13207669acab7ca4c49057ce719b8cb95656803c3876a0bd6157f993d6de47d676e9bb212fa3e3ca3dc98d479a9cd4e94975705feb1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -216,6 +216,10 @@ module Aws::StorageGateway
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
  #
@@ -7254,7 +7258,7 @@ module Aws::StorageGateway
7254
7258
  params: params,
7255
7259
  config: config)
7256
7260
  context[:gem_name] = 'aws-sdk-storagegateway'
7257
- context[:gem_version] = '1.74.0'
7261
+ context[:gem_version] = '1.75.0'
7258
7262
  Seahorse::Client::Request.new(handlers, context)
7259
7263
  end
7260
7264
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
52
52
  # @!group service
53
53
  module Aws::StorageGateway
54
54
 
55
- GEM_VERSION = '1.74.0'
55
+ GEM_VERSION = '1.75.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-storagegateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.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