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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 328f571a2129fa6221c99c4acdb9e8a8ca02aac9b7ffb39aa2b521cfd21f36e3
4
- data.tar.gz: 7132c929e625479ef7e2207d376faca9b264c4c03e05b6e6e632cf72a1f85e43
3
+ metadata.gz: c3a866eafb39422b533685b374c6415aed21e1f1a3e8c3f19981e5f4b993027b
4
+ data.tar.gz: 564d1cff8b97ffb561005b500d04d5f2faed8746b23521f863262a1782de5c80
5
5
  SHA512:
6
- metadata.gz: 73ee83c1335d20fccd2b16c2e46c15b6437f8c2e640a2e1a2d4d4ff57f3fb3780820f473a1ed89127664096c18b6a33877ac09b6b5dfe531c99894f24c20b94b
7
- data.tar.gz: a52e82c12bb4fa7660efeb8d83085801a780d4d01dffea2a6c211f645e2316d4d4d255ad1b5934ff4831c6505b201b31f9ff9cabee1d9a7fa1b016e2771558a8
6
+ metadata.gz: 7ac3c3e67078f587f0904e0c2befef03d9dd07f499cff49ca18dd48bb58f9b13ced991aa06bc333a9775915d16edf104306b5e2f4fc8878caba4392f3cd610bb
7
+ data.tar.gz: 6158b1bcea83aa3a84379e30365649af78c73adca5f34613737efaa158f66d11ab614b92ff6d478dcb40be5e45f10eb63f257216db775d4b53aa689a9e3f8a12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
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.32.0'
4859
+ context[:gem_version] = '1.33.0'
4862
4860
  Seahorse::Client::Request.new(handlers, context)
4863
4861
  end
4864
4862
 
@@ -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.32.0'
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.32.0
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-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