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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dataexchange/client.rb +2 -2
- data/lib/aws-sdk-dataexchange/types.rb +1 -1
- data/lib/aws-sdk-dataexchange.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: 398e6cb0656a1506348473ba09336cb7c9f6e6db25196989b9b24695923004df
|
|
4
|
+
data.tar.gz: 83d79022a16fc4fb0214cf4d7b07ccfeef229950459bb3c2d406631200d46aa3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e13e9343a3f9f74d98f2217e03c0d2fde5058b792ecf023f130390415d2b7ea0b34efbdeb5393bbdedfc54892c611ab9a7227946820767643b1e7752c3ff5631
|
|
7
|
+
data.tar.gz: 3da7f644009d15e005950f6534c8922e6bbf1853e7ea897b5b3cb8af99034ec0f6f7092a28799d45663bcb8ce4d1d81395e9642466a59b9606545ba051a9fc19
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
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.
|
|
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
|
|
3761
|
+
# URI path directly by invoking /v1/\{pathValue}.
|
|
3762
3762
|
# @return [String]
|
|
3763
3763
|
#
|
|
3764
3764
|
# @!attribute [rw] revision_id
|
data/lib/aws-sdk-dataexchange.rb
CHANGED
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.
|
|
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-
|
|
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
|