aws-sdk-datasync 1.92.0 → 1.93.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: d4d3df19224bada3e62cfd541fbca79e0ceea9a3092fcdf7c5cd62154bc5351b
4
- data.tar.gz: 44c175fea85c78b93c93f992760c094f09b703c04912122a4440e2b69a556c10
3
+ metadata.gz: 26d18879cd796abec1900c72554c4c2ae39808cd4a9be37cfa893f62648c36bb
4
+ data.tar.gz: e07a38cd91ceac339cbf315f5c51028b022203a6b446c46615f5dc3e9ef56232
5
5
  SHA512:
6
- metadata.gz: 48b6ba4f9d5f7a6b8fb5b4140395c1949282f7aaeb2f5169182eba438f9efaa6de9fcb840c2cc27e90f48deda90149a7c0a72e937cb8c4d3a66e3a0f9b491d8b
7
- data.tar.gz: 285e3c24ab0d1b84b321edc4a967a5fb1dc02b3f3f2e0278be2d7469b6030476238a4d4c7ede3812868a14d4f40a90f46c46cd94e52d442cc0b621bf29aaa5ef
6
+ metadata.gz: 2ce9d026bd8f116b59e05c2afd94ef439386789acfe5c9cfae9437a6936f5f42314287689633b1af078566e48c1efd61644317c8bc8d7a7f96166d567f96f164
7
+ data.tar.gz: e0039463133d75baec2c3ba86b6179ced705947deef1c490afb26a74780f307c105c711d06c914825e9df4b4dd7120e3ab2d82469acefe4d238df671d452b29b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.92.0 (2024-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -4774,7 +4774,7 @@ module Aws::DataSync
4774
4774
  tracer: tracer
4775
4775
  )
4776
4776
  context[:gem_name] = 'aws-sdk-datasync'
4777
- context[:gem_version] = '1.92.0'
4777
+ context[:gem_version] = '1.93.0'
4778
4778
  Seahorse::Client::Request.new(handlers, context)
4779
4779
  end
4780
4780
 
@@ -2728,7 +2728,6 @@ module Aws::DataSync
2728
2728
  # * **(Basic task mode only)** The number of items that DataSync
2729
2729
  # expects to delete (if [PreserveDeletedFiles][4] is set to
2730
2730
  # `REMOVE`).
2731
- #
2732
2731
  # * If `TranserMode` is set to `ALL` - The calculation is based only
2733
2732
  # on the items that DataSync finds at the source location.
2734
2733
  #
@@ -4640,7 +4639,6 @@ module Aws::DataSync
4640
4639
  #
4641
4640
  # DataSync won't copy NTFS system access control lists (SACLs)
4642
4641
  # with this option.
4643
- #
4644
4642
  # * `OWNER_DACL_SACL` - For each copied object, DataSync copies the
4645
4643
  # following metadata:
4646
4644
  #
@@ -4658,7 +4656,6 @@ module Aws::DataSync
4658
4656
  # see required permissions for [SMB][2], [FSx for Windows File
4659
4657
  # Server][3], or [FSx for ONTAP][4] (depending on the type of
4660
4658
  # location in your transfer).
4661
- #
4662
4659
  # * `NONE` - None of the SMB security descriptor components are
4663
4660
  # copied. Destination objects are owned by the user that was
4664
4661
  # provided for accessing the destination location. DACLs and SACLs
@@ -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.92.0'
57
+ GEM_VERSION = '1.93.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datasync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.92.0
4
+ version: 1.93.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-15 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core