aws-sdk-auditmanager 1.63.0 → 1.64.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: 0a3a39efa8da42074945088c9bc04dab3d2972281a18b5b9ec3a813ba569319f
4
- data.tar.gz: cf072d81b5c258401e04f2f9eb8822d38d2448e235768d1610944c3905626737
3
+ metadata.gz: 9f145bc2db61af57b5444025b0c3fa7d29e564b3d8fce5030233b5199124735f
4
+ data.tar.gz: 5a86162164ebca19d086ec28bf3c54588810d976339929d1b9efe4f8a9a44ced
5
5
  SHA512:
6
- metadata.gz: 75efd1839b209bc86a2b78a54fb1a0e6df1fd96a007342f2f5da3cc804dbd72a61b9c834585f420b3e92bd1986d89b385442dbf416b55386242342ffbaf9ac37
7
- data.tar.gz: 0d80b6aab62cfc30d4118562736dc810677d44fa7c332bc1e1b2a1fc2dfa7a3acc84b30147a4b017620bbf0b7b6ae5922de8066457305be70d7445843303b4c0
6
+ metadata.gz: 8e390f6a11b87299cfa941611ff5dad8e4216ed8fe23cec2820e9dce63840059d55dc9cc8574ca63592c7e6fc0ab41371232ba31d0ba159786d8c8f9693e2db8
7
+ data.tar.gz: f18e341844cbbd91ad79518c8dfb624b4b2bbb711d5260f06bdd20f0e4cc052207ea5a842fdec5194b5b89ddf957730e954eaac8cf9ae77ae4484e7ec6687bdc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.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.63.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -200,8 +200,7 @@ module Aws::AuditManager
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
@@ -4058,7 +4057,7 @@ module Aws::AuditManager
4058
4057
  tracer: tracer
4059
4058
  )
4060
4059
  context[:gem_name] = 'aws-sdk-auditmanager'
4061
- context[:gem_version] = '1.63.0'
4060
+ context[:gem_version] = '1.64.0'
4062
4061
  Seahorse::Client::Request.new(handlers, context)
4063
4062
  end
4064
4063
 
@@ -54,7 +54,7 @@ module Aws::AuditManager
54
54
  autoload :EndpointProvider, 'aws-sdk-auditmanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-auditmanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.64.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-auditmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services