aws-sdk-datasync 1.65.0 → 1.67.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f9f352fa22503339a8961f2b68bde03a8843a13fe70c4b256ca106a8f8bb1d0
4
- data.tar.gz: a43bb69777e189bccb2ef2acfb0dbad028eb943c78178637554e1f44d0be2114
3
+ metadata.gz: 99bd220f4b18457447917bd4508d22d96b3a1262b6e18e53c2819623fa2d256f
4
+ data.tar.gz: 0ac541cab0ff268f96f0442d7dd7e62c5556f0f9e2223d3b70df7a3c04b06dfd
5
5
  SHA512:
6
- metadata.gz: 928cbf6fe41e7079cd258a776890226a572f7542dbe9b46ede9e1a47ce17b0e493bcb33e800fb5dadb4f6603f157b47d4f4b9af819a297afbbdeac403ce8e838
7
- data.tar.gz: a3f02df725fce3d709ba9dbfe86923d79151a92ede7186c10c5ebf75a8c345dfc05f9353271c691f014a370407c0e2d3c38f742bf0ae4e895be9d8ba1e3a3271
6
+ metadata.gz: 0402540e2ba8143647e2e828ffe079dbdd9937dfbbca55c60239e6869d7b607fb2a13657ec357ef6874f712d5e5efe17c136a66ad3a177132f45f4f77a335ab7
7
+ data.tar.gz: 6c52f8e65fdad0ee829593540b9d1f5a2edb66804d28d3cb45c2e3cd746d46159620d38d0b5cb6d7caf40b8a9047c677f148941bfd8f199125678b546752e6fe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.66.0 (2023-09-15)
10
+ ------------------
11
+
12
+ * Feature - Documentation-only updates for AWS DataSync.
13
+
4
14
  1.65.0 (2023-08-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.67.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.67.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.67.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.67.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-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement