aws-sdk-schemas 1.46.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: 73d784d1d5727ffaf9c4ecc68c48739872d3903d12b605c0aae1456e9dfb9058
4
- data.tar.gz: fb3e2e264eb5961dc4298e0c01cf9423fa224afba91e9bc34342222398f637e1
3
+ metadata.gz: ea440feff8507fb6cb0d46f16ca612c6dbc241b507dd2b9c4e4331bfdb2f717a
4
+ data.tar.gz: 4a1c03cb03ee3e293568ff4cd710678fc98eedbc9c4881ebf869141593e5d509
5
5
  SHA512:
6
- metadata.gz: 7b2b5cecf4a351f154252c9612490b2a211e1005951db1e895363b928cdc4bd4cadaf2c53bd138e87dd7501a17d3a2eec4ad436486abdcb1af58a6a56249c347
7
- data.tar.gz: d4b6288ec513972913f01d10cd79b69ce94432dd2c82f91dd20b216deadcd7bd36970277292a8d9ae6515ea0c5ef9537852c072617eda314342faade0d47ab2d
6
+ metadata.gz: f8884933882c07d5337abab3a832c762284e852708a6c42b543b21a7c075d2cbc8dee1455c697373963a042ec401f7629e1054dc6ace3934741fc2c1921f6e94
7
+ data.tar.gz: eda5684dfb8aa4d02a125026cd65bb557e622f943a3522ebdd0c1280de46a5d71996fa961a326c8133e2bfb4a9909007f4034cc7d506809bcc2f9a0c36ac7319
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.46.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.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.46.0'
1642
+ context[:gem_version] = '1.47.0'
1645
1643
  Seahorse::Client::Request.new(handlers, context)
1646
1644
  end
1647
1645
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:schemas)
15
+
14
16
  # This module provides support for Schemas. This module is available in the
15
17
  # `aws-sdk-schemas` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::Schemas
53
55
  autoload :EndpointProvider, 'aws-sdk-schemas/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-schemas/endpoints'
55
57
 
56
- GEM_VERSION = '1.46.0'
58
+ GEM_VERSION = '1.47.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-schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.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-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