aws-sdk-accessanalyzer 1.70.0 → 1.71.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: 70d57910a00f4c2619747d10d5efd160106e4c317f8bbfacc7eb8b08d103f7c2
4
- data.tar.gz: ccee0ff04ad8a47edc309535b5287c02d4580a78936ff51005b6dd96e871a265
3
+ metadata.gz: bb77c94336862fdcbc17c04463fd1a70cfe349b3c87196d3431d38ab48ce7890
4
+ data.tar.gz: 103c9f4459571e59dad44be81498743909c3135c21e5f59f221e01dbe7b965d7
5
5
  SHA512:
6
- metadata.gz: 102776effcf7d3fc124950c4afcb9c333dd81309f730bedf764f20ed4bcd04893d4e2b935f3d5f9a8c022a7ef9ebdb7b03f44fd7a23c68bcb69fb56b22d51782
7
- data.tar.gz: f3c4c1f67c548afbe690a37a8b210154fca2dcbc218dabf699985b5d03928fe6fcd474ecf70775f3ba978c58046638278c2073ca19f2b72b41350ffb32bbc6f8
6
+ metadata.gz: 4b55ba5b4837df16daa9e283b6b58cf98db3878425472c14010a5a610b6cb328f99ac4ea4ffec18b56545f592028a6af06fd5caf1111c3b8e7648e02936f09c4
7
+ data.tar.gz: ea9ed55f3f66aa67f63ea769482158cf8b5c55df309a8a7feb96aeabb06f832b69b610be65e6f2faab37594b6341cfc800cf6db286c866f6128776c54e832eb4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -200,8 +200,7 @@ module Aws::AccessAnalyzer
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2841,7 +2840,7 @@ module Aws::AccessAnalyzer
2841
2840
  tracer: tracer
2842
2841
  )
2843
2842
  context[:gem_name] = 'aws-sdk-accessanalyzer'
2844
- context[:gem_version] = '1.70.0'
2843
+ context[:gem_version] = '1.71.0'
2845
2844
  Seahorse::Client::Request.new(handlers, context)
2846
2845
  end
2847
2846
 
@@ -54,7 +54,7 @@ module Aws::AccessAnalyzer
54
54
  autoload :EndpointProvider, 'aws-sdk-accessanalyzer/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-accessanalyzer/endpoints'
56
56
 
57
- GEM_VERSION = '1.70.0'
57
+ GEM_VERSION = '1.71.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-accessanalyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services