aws-sdk-datasync 1.111.0 → 1.112.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: 5851d31d368807bc5ba820e7ded7d93b616a76aac96f9402b588677b7389265e
4
- data.tar.gz: '08594b9286a018d4046b783263b16aa5de8c3d8ca09d3aebe2a51cbe5ab6660b'
3
+ metadata.gz: 2359b88d840084d4641e69e5b32f175b35558bfa689d23e897643192d22db18e
4
+ data.tar.gz: 6cf442b6cb8bcb218c1629f7ac00dfee8ad3c67b1289af233b1949773496fec2
5
5
  SHA512:
6
- metadata.gz: d7391f4b1822d9995a6deb8eb46a641edc300d6fa18c31bf2191d2bb0158a2ed46c7b51041fdc0f5656eb2811195ffffb355d62d0a32fa07f6b56e6f55480bb3
7
- data.tar.gz: fcf1d95d5d0087bfcc232e057f6d18a74a9912c1e16c1a41b137a05c7cd418b1178f337f13ff423dbd7c0be03f14401cd19fe34340e4a3b5da10a586d8b4bcf4
6
+ metadata.gz: 56b8867cad0830aac78a1b797a0db93661fddb7881a3e0d7c762768c7da6b2880874390c28f352d6e8c7b2b8a36f1e843d08718218673be7e953c41a5c9fe34f
7
+ data.tar.gz: 06d785a1c297f4240fc10f236e55927087606dc60bf3e5ff68a918568dcdc8ac2b64e464c9877f1e9775b983f40e84aeae4ec0148487e2735c1eb4517fcf1adf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.111.0 (2025-09-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.112.0
@@ -4812,7 +4812,7 @@ module Aws::DataSync
4812
4812
  tracer: tracer
4813
4813
  )
4814
4814
  context[:gem_name] = 'aws-sdk-datasync'
4815
- context[:gem_version] = '1.111.0'
4815
+ context[:gem_version] = '1.112.0'
4816
4816
  Seahorse::Client::Request.new(handlers, context)
4817
4817
  end
4818
4818
 
@@ -13,22 +13,22 @@ module Aws::DataSync
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.111.0'
57
+ GEM_VERSION = '1.112.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.111.0
4
+ version: 1.112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services