aws-sdk-dataexchange 1.8.0 → 1.9.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/lib/aws-sdk-dataexchange.rb +2 -1
- data/lib/aws-sdk-dataexchange/client.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: b3b5f6787347138b1934eefa34a37b96d956178b6dd4f468e8bd938ab487b623
|
|
4
|
+
data.tar.gz: 591283b6a59ce18d2ad6dcd1ed4f549700ff0b55f74d1439e0ff9e4857012a0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 070dadfe574337fd2b8a7aa80d866cfa29ab9922379b153855c1f440c00df75f33aa2f50edeba0183b08c638d162dc1684fa22710daa3225317f334875859472
|
|
7
|
+
data.tar.gz: d6dd32ca52cdc91bd190842a7fc4eeaa6f72aafc45eb569b82a7cebfcf5bb1fca0bbbc1630ae544bda5086730f0486cf0747b5fc9aaa67001765036c4e046aa1
|
data/lib/aws-sdk-dataexchange.rb
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
10
|
+
|
|
10
11
|
require 'aws-sdk-core'
|
|
11
12
|
require 'aws-sigv4'
|
|
12
13
|
|
|
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-dataexchange/customizations'
|
|
|
47
48
|
# @!group service
|
|
48
49
|
module Aws::DataExchange
|
|
49
50
|
|
|
50
|
-
GEM_VERSION = '1.
|
|
51
|
+
GEM_VERSION = '1.9.0'
|
|
51
52
|
|
|
52
53
|
end
|
|
@@ -1389,7 +1389,7 @@ module Aws::DataExchange
|
|
|
1389
1389
|
params: params,
|
|
1390
1390
|
config: config)
|
|
1391
1391
|
context[:gem_name] = 'aws-sdk-dataexchange'
|
|
1392
|
-
context[:gem_version] = '1.
|
|
1392
|
+
context[:gem_version] = '1.9.0'
|
|
1393
1393
|
Seahorse::Client::Request.new(handlers, context)
|
|
1394
1394
|
end
|
|
1395
1395
|
|
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.9.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: 2020-
|
|
11
|
+
date: 2020-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|