aws-sdk-datasync 1.65.0 → 1.66.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 +1 -8
- data/lib/aws-sdk-datasync/types.rb +1 -7
- data/lib/aws-sdk-datasync.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 500986650a17cee914cf461d341c601891ffe719060e282729af743176f6618a
|
4
|
+
data.tar.gz: 99226e389e7422135db7159506f9f0fb93c623ede75cf04fe34e112495966944
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45c4b3b5ab172d62013b3a7a753bd2bc6ba1df49ebbb49f0f55656ffa1d3fd9af172cd6a75294bae188bded7049b903e896dcf97541739d4a54fd1da7c5ca702
|
7
|
+
data.tar.gz: 825ed2e9fe2a63b7ba0d238cbdda2ba80ceec16937a6595211ca581319fc7225aefe74c2041b97380984e99f5fdfb3f13c84e2d7626b3727dacf167c86a64268
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -2968,17 +2968,10 @@ module Aws::DataSync
|
|
2968
2968
|
# Once generated, you can view your recommendations by using the
|
2969
2969
|
# [DescribeStorageSystemResources][2] operation.
|
2970
2970
|
#
|
2971
|
-
# <note markdown="1"> If your [discovery job completes successfully][3], you don't need to
|
2972
|
-
# use this operation. DataSync Discovery generates the recommendations
|
2973
|
-
# for you automatically.
|
2974
|
-
#
|
2975
|
-
# </note>
|
2976
|
-
#
|
2977
2971
|
#
|
2978
2972
|
#
|
2979
2973
|
# [1]: https://docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html
|
2980
2974
|
# [2]: https://docs.aws.amazon.com/datasync/latest/userguide/API_DescribeStorageSystemResources.html
|
2981
|
-
# [3]: https://docs.aws.amazon.com/datasync/latest/userguide/discovery-job-statuses.html#discovery-job-statuses-table
|
2982
2975
|
#
|
2983
2976
|
# @option params [required, String] :discovery_job_arn
|
2984
2977
|
# Specifies the Amazon Resource Name (ARN) of the discovery job that
|
@@ -4376,7 +4369,7 @@ module Aws::DataSync
|
|
4376
4369
|
params: params,
|
4377
4370
|
config: config)
|
4378
4371
|
context[:gem_name] = 'aws-sdk-datasync'
|
4379
|
-
context[:gem_version] = '1.
|
4372
|
+
context[:gem_version] = '1.66.0'
|
4380
4373
|
Seahorse::Client::Request.new(handlers, context)
|
4381
4374
|
end
|
4382
4375
|
|
@@ -4542,13 +4542,7 @@ module Aws::DataSync
|
|
4542
4542
|
# @!attribute [rw] verified
|
4543
4543
|
# Specifies the level of reporting for the files, objects, and
|
4544
4544
|
# directories that DataSync attempted to verify at the end of your
|
4545
|
-
# transfer.
|
4546
|
-
# verify data during and after the transfer (which DataSync does by
|
4547
|
-
# default).
|
4548
|
-
#
|
4549
|
-
#
|
4550
|
-
#
|
4551
|
-
# [1]: https://docs.aws.amazon.com/datasync/latest/userguide/configure-data-verification-options.html
|
4545
|
+
# transfer.
|
4552
4546
|
# @return [Types::ReportOverride]
|
4553
4547
|
#
|
4554
4548
|
# @!attribute [rw] deleted
|
data/lib/aws-sdk-datasync.rb
CHANGED
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.
|
4
|
+
version: 1.66.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: 2023-
|
11
|
+
date: 2023-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|