aws-sdk-cleanrooms 1.32.0 → 1.33.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-cleanrooms/client.rb +1 -3
- data/lib/aws-sdk-cleanrooms.rb +3 -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: c3a866eafb39422b533685b374c6415aed21e1f1a3e8c3f19981e5f4b993027b
|
|
4
|
+
data.tar.gz: 564d1cff8b97ffb561005b500d04d5f2faed8746b23521f863262a1782de5c80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ac3c3e67078f587f0904e0c2befef03d9dd07f499cff49ca18dd48bb58f9b13ced991aa06bc333a9775915d16edf104306b5e2f4fc8878caba4392f3cd610bb
|
|
7
|
+
data.tar.gz: 6158b1bcea83aa3a84379e30365649af78c73adca5f34613737efaa158f66d11ab614b92ff6d478dcb40be5e45f10eb63f257216db775d4b53aa689a9e3f8a12
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.33.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/rest_json.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:cleanrooms)
|
|
40
|
-
|
|
41
39
|
module Aws::CleanRooms
|
|
42
40
|
# An API client for CleanRooms. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -4858,7 +4856,7 @@ module Aws::CleanRooms
|
|
|
4858
4856
|
tracer: tracer
|
|
4859
4857
|
)
|
|
4860
4858
|
context[:gem_name] = 'aws-sdk-cleanrooms'
|
|
4861
|
-
context[:gem_version] = '1.
|
|
4859
|
+
context[:gem_version] = '1.33.0'
|
|
4862
4860
|
Seahorse::Client::Request.new(handlers, context)
|
|
4863
4861
|
end
|
|
4864
4862
|
|
data/lib/aws-sdk-cleanrooms.rb
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:cleanrooms)
|
|
15
|
+
|
|
14
16
|
# This module provides support for AWS Clean Rooms Service. This module is available in the
|
|
15
17
|
# `aws-sdk-cleanrooms` gem.
|
|
16
18
|
#
|
|
@@ -53,7 +55,7 @@ module Aws::CleanRooms
|
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-cleanrooms/endpoint_provider'
|
|
54
56
|
autoload :Endpoints, 'aws-sdk-cleanrooms/endpoints'
|
|
55
57
|
|
|
56
|
-
GEM_VERSION = '1.
|
|
58
|
+
GEM_VERSION = '1.33.0'
|
|
57
59
|
|
|
58
60
|
end
|
|
59
61
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cleanrooms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.33.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-
|
|
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
|