aws-sdk-schemas 1.45.0 → 1.47.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: fc428918f5a2c79f38b1b756af45180a835aca963b21a4dd3432dfe2015950c4
4
- data.tar.gz: e7fed7851537ad6e5d915af9b4096fe6bfee4f442c6a76cb9450c04c0124190c
3
+ metadata.gz: ea440feff8507fb6cb0d46f16ca612c6dbc241b507dd2b9c4e4331bfdb2f717a
4
+ data.tar.gz: 4a1c03cb03ee3e293568ff4cd710678fc98eedbc9c4881ebf869141593e5d509
5
5
  SHA512:
6
- metadata.gz: a5c682f13a073c24b90b4decb2f43009433fa48af1f269e448f70fe0846d6c21961e71f04ea591cc0ac77703a150ae951c539d35645962eb644077c5708b4f0a
7
- data.tar.gz: 8f69cdd769c18169164b45d4ca9e5d495b0061e43c6439de83518d5a010727ff470986ebddd7b292ea375d65ae0a40f04afb7ef85158cdf59a133c2bfb177bad
6
+ metadata.gz: f8884933882c07d5337abab3a832c762284e852708a6c42b543b21a7c075d2cbc8dee1455c697373963a042ec401f7629e1054dc6ace3934741fc2c1921f6e94
7
+ data.tar.gz: eda5684dfb8aa4d02a125026cd65bb557e622f943a3522ebdd0c1280de46a5d71996fa961a326c8133e2bfb4a9909007f4034cc7d506809bcc2f9a0c36ac7319
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.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.46.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.45.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.47.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(:schemas)
40
-
41
39
  module Aws::Schemas
42
40
  # An API client for Schemas. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1641,7 +1639,7 @@ module Aws::Schemas
1641
1639
  tracer: tracer
1642
1640
  )
1643
1641
  context[:gem_name] = 'aws-sdk-schemas'
1644
- context[:gem_version] = '1.45.0'
1642
+ context[:gem_version] = '1.47.0'
1645
1643
  Seahorse::Client::Request.new(handlers, context)
1646
1644
  end
1647
1645
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Schemas
11
12
  # @api private
12
13
  module ClientApi
@@ -2047,3 +2047,4 @@ module Aws::Schemas
2047
2047
 
2048
2048
  end
2049
2049
  end
2050
+
@@ -11,17 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-schemas/types'
15
- require_relative 'aws-sdk-schemas/client_api'
16
- require_relative 'aws-sdk-schemas/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-schemas/client'
18
- require_relative 'aws-sdk-schemas/errors'
19
- require_relative 'aws-sdk-schemas/waiters'
20
- require_relative 'aws-sdk-schemas/resource'
21
- require_relative 'aws-sdk-schemas/endpoint_parameters'
22
- require_relative 'aws-sdk-schemas/endpoint_provider'
23
- require_relative 'aws-sdk-schemas/endpoints'
24
- require_relative 'aws-sdk-schemas/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:schemas)
25
15
 
26
16
  # This module provides support for Schemas. This module is available in the
27
17
  # `aws-sdk-schemas` gem.
@@ -52,7 +42,21 @@ require_relative 'aws-sdk-schemas/customizations'
52
42
  #
53
43
  # @!group service
54
44
  module Aws::Schemas
45
+ autoload :Types, 'aws-sdk-schemas/types'
46
+ autoload :ClientApi, 'aws-sdk-schemas/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-schemas/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-schemas/client'
51
+ autoload :Errors, 'aws-sdk-schemas/errors'
52
+ autoload :Waiters, 'aws-sdk-schemas/waiters'
53
+ autoload :Resource, 'aws-sdk-schemas/resource'
54
+ autoload :EndpointParameters, 'aws-sdk-schemas/endpoint_parameters'
55
+ autoload :EndpointProvider, 'aws-sdk-schemas/endpoint_provider'
56
+ autoload :Endpoints, 'aws-sdk-schemas/endpoints'
55
57
 
56
- GEM_VERSION = '1.45.0'
58
+ GEM_VERSION = '1.47.0'
57
59
 
58
60
  end
61
+
62
+ require_relative 'aws-sdk-schemas/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.47.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