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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f9f352fa22503339a8961f2b68bde03a8843a13fe70c4b256ca106a8f8bb1d0
4
- data.tar.gz: a43bb69777e189bccb2ef2acfb0dbad028eb943c78178637554e1f44d0be2114
3
+ metadata.gz: 500986650a17cee914cf461d341c601891ffe719060e282729af743176f6618a
4
+ data.tar.gz: 99226e389e7422135db7159506f9f0fb93c623ede75cf04fe34e112495966944
5
5
  SHA512:
6
- metadata.gz: 928cbf6fe41e7079cd258a776890226a572f7542dbe9b46ede9e1a47ce17b0e493bcb33e800fb5dadb4f6603f157b47d4f4b9af819a297afbbdeac403ce8e838
7
- data.tar.gz: a3f02df725fce3d709ba9dbfe86923d79151a92ede7186c10c5ebf75a8c345dfc05f9353271c691f014a370407c0e2d3c38f742bf0ae4e895be9d8ba1e3a3271
6
+ metadata.gz: 45c4b3b5ab172d62013b3a7a753bd2bc6ba1df49ebbb49f0f55656ffa1d3fd9af172cd6a75294bae188bded7049b903e896dcf97541739d4a54fd1da7c5ca702
7
+ data.tar.gz: 825ed2e9fe2a63b7ba0d238cbdda2ba80ceec16937a6595211ca581319fc7225aefe74c2041b97380984e99f5fdfb3f13c84e2d7626b3727dacf167c86a64268
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2023-09-15)
5
+ ------------------
6
+
7
+ * Feature - Documentation-only updates for AWS DataSync.
8
+
4
9
  1.65.0 (2023-08-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
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.65.0'
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. This only applies if you [configure your task][1] to
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-datasync/customizations'
52
52
  # @!group service
53
53
  module Aws::DataSync
54
54
 
55
- GEM_VERSION = '1.65.0'
55
+ GEM_VERSION = '1.66.0'
56
56
 
57
57
  end
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.65.0
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-08-30 00:00:00.000000000 Z
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