aws-sdk-cleanrooms 1.31.0 → 1.33.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29deaa5560754923755783861d44f333d7da8a6bd2bdb2d7b48fd15f4971aa73
4
- data.tar.gz: ed191149dff87345643c7f983f812a35dfe7ff05480188a07c45362c51395d03
3
+ metadata.gz: c3a866eafb39422b533685b374c6415aed21e1f1a3e8c3f19981e5f4b993027b
4
+ data.tar.gz: 564d1cff8b97ffb561005b500d04d5f2faed8746b23521f863262a1782de5c80
5
5
  SHA512:
6
- metadata.gz: 9a794e0cae8158385f113be32ac153e2349be9b78eacf7ad29fb8c1186284592fbee63b8c656679ec7f1051555d87aac943185dfb87d458e633130510d1c77f6
7
- data.tar.gz: 95a1069dde9ec795283dd7bffa1efab9904277508ec5357518810a68690f11baec2db2f2776ea83ac0c6c38eaf7963f73fdf7d588b134c3bebcd22e98e776364
6
+ metadata.gz: 7ac3c3e67078f587f0904e0c2befef03d9dd07f499cff49ca18dd48bb58f9b13ced991aa06bc333a9775915d16edf104306b5e2f4fc8878caba4392f3cd610bb
7
+ data.tar.gz: 6158b1bcea83aa3a84379e30365649af78c73adca5f34613737efaa158f66d11ab614b92ff6d478dcb40be5e45f10eb63f257216db775d4b53aa689a9e3f8a12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.32.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.31.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.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.31.0'
4859
+ context[:gem_version] = '1.33.0'
4862
4860
  Seahorse::Client::Request.new(handlers, context)
4863
4861
  end
4864
4862
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CleanRooms
11
12
  # @api private
12
13
  module ClientApi
@@ -7423,3 +7423,4 @@ module Aws::CleanRooms
7423
7423
 
7424
7424
  end
7425
7425
  end
7426
+
@@ -11,17 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-cleanrooms/types'
15
- require_relative 'aws-sdk-cleanrooms/client_api'
16
- require_relative 'aws-sdk-cleanrooms/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-cleanrooms/client'
18
- require_relative 'aws-sdk-cleanrooms/errors'
19
- require_relative 'aws-sdk-cleanrooms/waiters'
20
- require_relative 'aws-sdk-cleanrooms/resource'
21
- require_relative 'aws-sdk-cleanrooms/endpoint_parameters'
22
- require_relative 'aws-sdk-cleanrooms/endpoint_provider'
23
- require_relative 'aws-sdk-cleanrooms/endpoints'
24
- require_relative 'aws-sdk-cleanrooms/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:cleanrooms)
25
15
 
26
16
  # This module provides support for AWS Clean Rooms Service. This module is available in the
27
17
  # `aws-sdk-cleanrooms` gem.
@@ -52,7 +42,21 @@ require_relative 'aws-sdk-cleanrooms/customizations'
52
42
  #
53
43
  # @!group service
54
44
  module Aws::CleanRooms
45
+ autoload :Types, 'aws-sdk-cleanrooms/types'
46
+ autoload :ClientApi, 'aws-sdk-cleanrooms/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-cleanrooms/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-cleanrooms/client'
51
+ autoload :Errors, 'aws-sdk-cleanrooms/errors'
52
+ autoload :Waiters, 'aws-sdk-cleanrooms/waiters'
53
+ autoload :Resource, 'aws-sdk-cleanrooms/resource'
54
+ autoload :EndpointParameters, 'aws-sdk-cleanrooms/endpoint_parameters'
55
+ autoload :EndpointProvider, 'aws-sdk-cleanrooms/endpoint_provider'
56
+ autoload :Endpoints, 'aws-sdk-cleanrooms/endpoints'
55
57
 
56
- GEM_VERSION = '1.31.0'
58
+ GEM_VERSION = '1.33.0'
57
59
 
58
60
  end
61
+
62
+ require_relative 'aws-sdk-cleanrooms/customizations'
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.31.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-20 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