aws-sdk-datasync 1.126.0 → 1.127.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datasync/client.rb +17 -3
- data/lib/aws-sdk-datasync/types.rb +27 -4
- data/lib/aws-sdk-datasync.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65acc5a734716ee9db62772674fd188b885f4ca1c53485e333cd7fdddcd1d4d5
|
|
4
|
+
data.tar.gz: 6481115e0d5aa4e8195f71f5058fe85c1623a45f9d3ba5bbf8242118b05e7b2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 935d7c5a4a1cb662e569b8b53bf7aeb81862334d8940c84e534fe2e9aaa810a03ec1188b20c49a26222b6f6d0d814088601d8189681a389699087c617851e924
|
|
7
|
+
data.tar.gz: 36d5ab153242016a6bb112f2970288d504d5aa398cacaad7f3dd08cda7ab883cd86dedb99b8621d3ef15cb9b8d823dfa6af322770c98b038dde5244d2cbcbac2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.127.0 (2026-07-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds Enhanced mode support for EFS and FSx Lustre locations without an agent, and for HDFS (TDE), Azure Blob, and object storage locations with an agent. HDFS Enhanced mode supports multiple NameNodes for High Availability. Enhanced mode agents can now be deployed on Microsoft Hyper-V.
|
|
8
|
+
|
|
4
9
|
1.126.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.127.0
|
|
@@ -1338,7 +1338,14 @@ module Aws::DataSync
|
|
|
1338
1338
|
# The NameNode that manages the HDFS namespace. The NameNode performs
|
|
1339
1339
|
# operations such as opening, closing, and renaming files and
|
|
1340
1340
|
# directories. The NameNode contains the information to map blocks of
|
|
1341
|
-
# data to the DataNodes.
|
|
1341
|
+
# data to the DataNodes.
|
|
1342
|
+
#
|
|
1343
|
+
# The number of NameNodes you can specify depends on the task mode:
|
|
1344
|
+
#
|
|
1345
|
+
# * **Enhanced mode** – You can specify multiple NameNodes for HDFS High
|
|
1346
|
+
# Availability (HA) configurations.
|
|
1347
|
+
#
|
|
1348
|
+
# * **Basic mode** – You can specify only one NameNode.
|
|
1342
1349
|
#
|
|
1343
1350
|
# @option params [Integer] :block_size
|
|
1344
1351
|
# The size of data blocks to write into the HDFS cluster. The block size
|
|
@@ -4328,7 +4335,14 @@ module Aws::DataSync
|
|
|
4328
4335
|
# The NameNode that manages the HDFS namespace. The NameNode performs
|
|
4329
4336
|
# operations such as opening, closing, and renaming files and
|
|
4330
4337
|
# directories. The NameNode contains the information to map blocks of
|
|
4331
|
-
# data to the DataNodes.
|
|
4338
|
+
# data to the DataNodes.
|
|
4339
|
+
#
|
|
4340
|
+
# The number of NameNodes you can specify depends on the task mode:
|
|
4341
|
+
#
|
|
4342
|
+
# * Enhanced mode – You can specify multiple NameNodes for HDFS High
|
|
4343
|
+
# Availability (HA) configurations.
|
|
4344
|
+
#
|
|
4345
|
+
# * Basic mode – You can specify only one NameNode.
|
|
4332
4346
|
#
|
|
4333
4347
|
# @option params [Integer] :block_size
|
|
4334
4348
|
# The size of the data blocks to write into the HDFS cluster.
|
|
@@ -5152,7 +5166,7 @@ module Aws::DataSync
|
|
|
5152
5166
|
tracer: tracer
|
|
5153
5167
|
)
|
|
5154
5168
|
context[:gem_name] = 'aws-sdk-datasync'
|
|
5155
|
-
context[:gem_version] = '1.
|
|
5169
|
+
context[:gem_version] = '1.127.0'
|
|
5156
5170
|
Seahorse::Client::Request.new(handlers, context)
|
|
5157
5171
|
end
|
|
5158
5172
|
|
|
@@ -812,7 +812,14 @@ module Aws::DataSync
|
|
|
812
812
|
# The NameNode that manages the HDFS namespace. The NameNode performs
|
|
813
813
|
# operations such as opening, closing, and renaming files and
|
|
814
814
|
# directories. The NameNode contains the information to map blocks of
|
|
815
|
-
# data to the DataNodes.
|
|
815
|
+
# data to the DataNodes.
|
|
816
|
+
#
|
|
817
|
+
# The number of NameNodes you can specify depends on the task mode:
|
|
818
|
+
#
|
|
819
|
+
# * **Enhanced mode** – You can specify multiple NameNodes for HDFS
|
|
820
|
+
# High Availability (HA) configurations.
|
|
821
|
+
#
|
|
822
|
+
# * **Basic mode** – You can specify only one NameNode.
|
|
816
823
|
# @return [Array<Types::HdfsNameNode>]
|
|
817
824
|
#
|
|
818
825
|
# @!attribute [rw] block_size
|
|
@@ -4419,11 +4426,16 @@ module Aws::DataSync
|
|
|
4419
4426
|
#
|
|
4420
4427
|
# * `NONE` - Ignores `Atime`.
|
|
4421
4428
|
#
|
|
4422
|
-
# <note markdown="1">
|
|
4429
|
+
# <note markdown="1"> The following applies only to Basic mode tasks:
|
|
4430
|
+
#
|
|
4431
|
+
# If `Atime` is set to `BEST_EFFORT`, `Mtime` must be set to
|
|
4423
4432
|
# `PRESERVE`.
|
|
4424
4433
|
#
|
|
4425
4434
|
# If `Atime` is set to `NONE`, `Mtime` must also be `NONE`.
|
|
4426
4435
|
#
|
|
4436
|
+
# Enhanced mode tasks support configuring `Atime` independently of
|
|
4437
|
+
# `Mtime`.
|
|
4438
|
+
#
|
|
4427
4439
|
# </note>
|
|
4428
4440
|
# @return [String]
|
|
4429
4441
|
#
|
|
@@ -4438,11 +4450,15 @@ module Aws::DataSync
|
|
|
4438
4450
|
#
|
|
4439
4451
|
# * `NONE` - Ignores `Mtime`.
|
|
4440
4452
|
#
|
|
4441
|
-
# <note markdown="1">
|
|
4453
|
+
# <note markdown="1"> The following applies only to Basic mode tasks:
|
|
4454
|
+
#
|
|
4455
|
+
# If `Mtime` is set to `PRESERVE`, `Atime` must be set to
|
|
4442
4456
|
# `BEST_EFFORT`.
|
|
4443
4457
|
#
|
|
4444
4458
|
# If `Mtime` is set to `NONE`, `Atime` must also be set to `NONE`.
|
|
4445
4459
|
#
|
|
4460
|
+
# Enhanced mode tasks don't support `Mtime` set to `NONE`.
|
|
4461
|
+
#
|
|
4446
4462
|
# </note>
|
|
4447
4463
|
# @return [String]
|
|
4448
4464
|
#
|
|
@@ -6210,7 +6226,14 @@ module Aws::DataSync
|
|
|
6210
6226
|
# The NameNode that manages the HDFS namespace. The NameNode performs
|
|
6211
6227
|
# operations such as opening, closing, and renaming files and
|
|
6212
6228
|
# directories. The NameNode contains the information to map blocks of
|
|
6213
|
-
# data to the DataNodes.
|
|
6229
|
+
# data to the DataNodes.
|
|
6230
|
+
#
|
|
6231
|
+
# The number of NameNodes you can specify depends on the task mode:
|
|
6232
|
+
#
|
|
6233
|
+
# * Enhanced mode – You can specify multiple NameNodes for HDFS High
|
|
6234
|
+
# Availability (HA) configurations.
|
|
6235
|
+
#
|
|
6236
|
+
# * Basic mode – You can specify only one NameNode.
|
|
6214
6237
|
# @return [Array<Types::HdfsNameNode>]
|
|
6215
6238
|
#
|
|
6216
6239
|
# @!attribute [rw] block_size
|
data/lib/aws-sdk-datasync.rb
CHANGED