aws-sdk-datasync 1.113.0 → 1.114.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: 462bcf5687aea87d498105b74c93d54905b1c9d641249fbe5ff4e30a034d0177
4
- data.tar.gz: bd6e057243e234c35cb5e413eccf51c068cc8c5c2bdf7ad9114a46793919729e
3
+ metadata.gz: 0ff6f4b462476522cedfa0567e37f0774bd632297c7d3e4641ed23dfaaa46070
4
+ data.tar.gz: 21d552fec5d5cb2f4c84d039a1ff09d87e92731c9846e01f08fcf7f040d5cd96
5
5
  SHA512:
6
- metadata.gz: bbd71ca52d0e3746a77f0d63f92c7afb17c2e0860bc1477640a01225c8d854c1da233a1ecdc5c0f98abe57c4727e3c9951f18e03afa77da367f5995b5c936ebd
7
- data.tar.gz: def15524ec6fc382737a0cce9b0bdf45907bd5a9902aa7103ece3f22f05122d142be40e44368d6e6a1a97fba0185110d23c905c7e8cde1526d668eb7d2dd5b4f
6
+ metadata.gz: 2caaa918a24c0ecf61e65eef730e06172d7b1613a365c04c9bfd04c596263c957e40863bc9a168a15dcc27db4c7aaeb6ac4a550d4881c5f6870947d61bfd8a7d
7
+ data.tar.gz: 5dbea1ae0f0eeb73517d050dd31d21dc9b71863de8cf8a62c9046a6e584f6dedb1ed64408eabcdfef85d65dd38eabfa619ff0ab55a02242904c8f252d67b94a8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2025-11-20)
5
+ ------------------
6
+
7
+ * Feature - The partition value "aws-eusc" is now permitted for ARN (Amazon Resource Name) fields.
8
+
4
9
  1.113.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.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.113.0'
4815
+ context[:gem_version] = '1.114.0'
4816
4816
  Seahorse::Client::Request.new(handlers, context)
4817
4817
  end
4818
4818
 
@@ -2858,7 +2858,7 @@ module Aws::DataSync
2858
2858
  #
2859
2859
  #
2860
2860
  #
2861
- # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/understand-task-statuses.html#understand-task-creation-statuses
2861
+ # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/create-task-how-to.html#understand-task-creation-statuses
2862
2862
  # @return [String]
2863
2863
  #
2864
2864
  # @!attribute [rw] name
@@ -4792,7 +4792,7 @@ module Aws::DataSync
4792
4792
  #
4793
4793
  #
4794
4794
  #
4795
- # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/understand-task-statuses.html#understand-task-execution-statuses
4795
+ # [1]: https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#understand-task-execution-statuses
4796
4796
  # @return [String]
4797
4797
  #
4798
4798
  # @!attribute [rw] task_mode
@@ -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.113.0'
57
+ GEM_VERSION = '1.114.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.113.0
4
+ version: 1.114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services