aws-sdk-datasync 1.101.0 → 1.102.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: 94688bb9b11cb5510dd7682a055e479a7f64ddc2672eece9ae68ab716751b0d8
4
- data.tar.gz: 713e980a2a38a3c553ab65e0cd970124e266710d5a1156e50ba8d43904834c65
3
+ metadata.gz: ea345fdd28b8598c54430adceeddb6b58f05407191dc4fda4e7d97e419228d24
4
+ data.tar.gz: e422776de09fbe4632ce1a2f3b277a0aa1a4a4602a15329f15412d3ca271589a
5
5
  SHA512:
6
- metadata.gz: e666a7f6f9e5e6dd5a371f762a18c45f77a78941e1eeddab117f48efc4d1cb4cc73bd8c00097ba7bf4be809f997d3fc2f53199569049dfb33c05fae3732d5018
7
- data.tar.gz: f8d716531d3616ad8f2ac042c8c32689adadbe360b62d1b2e465e634b14b55a3a19cd88cd5c879a99892580c90857b4c81c50d1235868a23ed7fb793a5f2478f
6
+ metadata.gz: b19bde5ffa01d24f9e7c13e7e95206cdb3429b5972d1bbd4450be21e17245a1d31b95d3f770b0b6ac5d75720d44f09639631ae5b389ee59653c3b24e16503926
7
+ data.tar.gz: d3e438acc9e1e0f53c7e90f6aae16b63e2fac0f01383a07891c14b396c2ffd553fa3a9d9ee8168a73d9e17f1d92c6acd7fa17a5e1d5ad8407cd5933cdb969e99
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.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.101.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.102.0
@@ -200,8 +200,7 @@ module Aws::DataSync
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
@@ -5367,7 +5366,7 @@ module Aws::DataSync
5367
5366
  tracer: tracer
5368
5367
  )
5369
5368
  context[:gem_name] = 'aws-sdk-datasync'
5370
- context[:gem_version] = '1.101.0'
5369
+ context[:gem_version] = '1.102.0'
5371
5370
  Seahorse::Client::Request.new(handlers, context)
5372
5371
  end
5373
5372
 
@@ -54,7 +54,7 @@ module Aws::DataSync
54
54
  autoload :EndpointProvider, 'aws-sdk-datasync/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-datasync/endpoints'
56
56
 
57
- GEM_VERSION = '1.101.0'
57
+ GEM_VERSION = '1.102.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-datasync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.101.0
4
+ version: 1.102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services