aws-sdk-fsx 1.71.0 → 1.72.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: 126aabee4c42bcb2cf33d716ea0088fd1e6b5848fa39de9cdce9a2faf7c6e402
4
- data.tar.gz: '0182b98978164962d50c2a73fc0295fa868409aae83a0179586d64520cbd839a'
3
+ metadata.gz: 283924f98f149ebaf294e113b8836702f0b0529bd3634619a33c5d60c4a2be4c
4
+ data.tar.gz: 47608a9d6b4877a1e221452ed2575a0477235f5fd506876b7bf5a27cc7a992a3
5
5
  SHA512:
6
- metadata.gz: 4cfa4c07f91e4ea8682e93ab53ce4ce8b41d87fea1a1369f62bb7cf94ff26bae8a6242dc9de8fe7eede15eb856884ef655fbc698c670fcc59118de6e7bd30cba
7
- data.tar.gz: 89ee0ccfaba2f0849da1fafefd8a96b1746dde1115293dd871b95a2c9b27d9407e2da068ac6ea4594574487b9987d486c90c6a54033f75d594d4a68038a0be1b
6
+ metadata.gz: 89a8fa0ef9be1e43c0707d57da93e15646ece4303711e8605fa522ab4435401e3de380156f8dd8b2ae8814dda9d3656f96cbd084151c188d262c1e81c6cf4081
7
+ data.tar.gz: ceb57016653d7a30eaa0cc34fb845b2a14f683d72f35e09351437ad285b940650f207a4d2a6834b0c7d64783b765debe6ec84d7052c40cdfc12065e66d0b03dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.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.71.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -216,6 +216,10 @@ module Aws::FSx
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
  #
@@ -7775,7 +7779,7 @@ module Aws::FSx
7775
7779
  params: params,
7776
7780
  config: config)
7777
7781
  context[:gem_name] = 'aws-sdk-fsx'
7778
- context[:gem_version] = '1.71.0'
7782
+ context[:gem_version] = '1.72.0'
7779
7783
  Seahorse::Client::Request.new(handlers, context)
7780
7784
  end
7781
7785
 
data/lib/aws-sdk-fsx.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-fsx/customizations'
52
52
  # @!group service
53
53
  module Aws::FSx
54
54
 
55
- GEM_VERSION = '1.71.0'
55
+ GEM_VERSION = '1.72.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.72.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