aws-sdk-datasync 1.88.0 → 1.89.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: 332a674c4351ce896059437c71064b6c1b4c1e01db441532d2907188c275eb51
4
- data.tar.gz: 6223f50df2f32984ff1c5764de1d6dd36e1df63bec42663943ce5c55f377cc3d
3
+ metadata.gz: d528999d031a98263a0bb50d7c568372bbffdcf5fd0c6c12c818c9147f43ad42
4
+ data.tar.gz: 7f8f14e1a4b0617dae58667c1836a3a5a6d867bdcbd6be6fa117fc6e895cb1fa
5
5
  SHA512:
6
- metadata.gz: 81f533afca2c2261ccfe0ad06b09a64c4d7bb76db98f1c151bc735940ef380bb3f80c9e1dcd56aa3bcf8bdb0c6e9a3d27cef351d698d845f5871662c967c95cf
7
- data.tar.gz: cad3e6db8f3dc0d6874ab49f776001f8fed5dca47ba00f168abaedca49c886e19e94cbb8d20b37a1caa99dc8ebaeece0e27a0adbd8af3b7137ed513ea817894b
6
+ metadata.gz: 85c97f61dbe55407325e98425b06addcc49940eed2416e00a4329a0794bb2fb7580cb675fbaddc99fd055f0d858d6db160afbb259f7e2b9282ba6d803e3d4831
7
+ data.tar.gz: ca35918d1df48536e132b4ecd52ec42514dea0d60e2f30006448831f1fa1957040d76a239689b510ca2fd39ffa78ea8ea695acf528762a3a05ed4e5f953f1095
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.88.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:datasync)
40
-
41
39
  module Aws::DataSync
42
40
  # An API client for DataSync. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -4691,7 +4689,7 @@ module Aws::DataSync
4691
4689
  tracer: tracer
4692
4690
  )
4693
4691
  context[:gem_name] = 'aws-sdk-datasync'
4694
- context[:gem_version] = '1.88.0'
4692
+ context[:gem_version] = '1.89.0'
4695
4693
  Seahorse::Client::Request.new(handlers, context)
4696
4694
  end
4697
4695
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:datasync)
15
+
14
16
  # This module provides support for AWS DataSync. This module is available in the
15
17
  # `aws-sdk-datasync` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::DataSync
52
54
  autoload :EndpointProvider, 'aws-sdk-datasync/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-datasync/endpoints'
54
56
 
55
- GEM_VERSION = '1.88.0'
57
+ GEM_VERSION = '1.89.0'
56
58
 
57
59
  end
58
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.88.0
4
+ version: 1.89.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core