aws-sdk-dataexchange 1.60.0 → 1.61.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: 1b7aa7db243dfaef170d8a925411c5fa906762efe3518ee814c620e3b03462e5
4
- data.tar.gz: ad60756f9eb9bb0f13d378c618e8ebffdaad250f22fc1ce8e963171eb73efa72
3
+ metadata.gz: 398e6cb0656a1506348473ba09336cb7c9f6e6db25196989b9b24695923004df
4
+ data.tar.gz: 83d79022a16fc4fb0214cf4d7b07ccfeef229950459bb3c2d406631200d46aa3
5
5
  SHA512:
6
- metadata.gz: d61f4d50fb065d021c2d197d8d15e9379e0247479c45a094d2578cba3d6d740a638d77444a1ada090b3f1611ea1ab56281d371f725cef53b72aa6ffa1cc44cf5
7
- data.tar.gz: bf332875af2be795c85c6708bb8ee3880082278fd115590331840f4c4fa9847ef46305fd95e21d48abc89f495869bbfa40dd48f8386d1d63334e53986e091529
6
+ metadata.gz: e13e9343a3f9f74d98f2217e03c0d2fde5058b792ecf023f130390415d2b7ea0b34efbdeb5393bbdedfc54892c611ab9a7227946820767643b1e7752c3ff5631
7
+ data.tar.gz: 3da7f644009d15e005950f6534c8922e6bbf1853e7ea897b5b3cb8af99034ec0f6f7092a28799d45663bcb8ce4d1d81395e9642466a59b9606545ba051a9fc19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.60.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -2220,7 +2220,7 @@ module Aws::DataExchange
2220
2220
  #
2221
2221
  # @option params [String] :path
2222
2222
  # URI path value for the API request. Alternatively, you can set the URI
2223
- # path directly by invoking /v1/\\\{pathValue\\}.
2223
+ # path directly by invoking /v1/\{pathValue}.
2224
2224
  #
2225
2225
  # @option params [required, String] :revision_id
2226
2226
  # Revision ID value for the API request.
@@ -2719,7 +2719,7 @@ module Aws::DataExchange
2719
2719
  tracer: tracer
2720
2720
  )
2721
2721
  context[:gem_name] = 'aws-sdk-dataexchange'
2722
- context[:gem_version] = '1.60.0'
2722
+ context[:gem_version] = '1.61.0'
2723
2723
  Seahorse::Client::Request.new(handlers, context)
2724
2724
  end
2725
2725
 
@@ -3758,7 +3758,7 @@ module Aws::DataExchange
3758
3758
  #
3759
3759
  # @!attribute [rw] path
3760
3760
  # URI path value for the API request. Alternatively, you can set the
3761
- # URI path directly by invoking /v1/\\\{pathValue\\}.
3761
+ # URI path directly by invoking /v1/\{pathValue}.
3762
3762
  # @return [String]
3763
3763
  #
3764
3764
  # @!attribute [rw] revision_id
@@ -55,7 +55,7 @@ module Aws::DataExchange
55
55
  autoload :EndpointProvider, 'aws-sdk-dataexchange/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-dataexchange/endpoints'
57
57
 
58
- GEM_VERSION = '1.60.0'
58
+ GEM_VERSION = '1.61.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core