aws-sdk-b2bi 1.18.0 → 1.19.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: 6a051a345423193f7d5e78ad1d7d8edaaa242f6e86eb25995cd2461427cae8f2
4
- data.tar.gz: 76e3f709dd707ed22fe4e767d32355ca2eee19437b4cc04d29c19553a48fcb1a
3
+ metadata.gz: d3da190f97176db9713b2c19c9d31cec532bb413459a74548b194e1d24786ce1
4
+ data.tar.gz: 03ca9fe7952e2fd7436f978f9e0ed8caa198a63822a70368da31eaacecc85e71
5
5
  SHA512:
6
- metadata.gz: bc9c89652330441a11207559823fada84c9f8540d78d026cbfb70871760b0520cbc9d54a222c2ad1d9795910b164bfeddf20ebf13cb840358f6a1a1e44452d44
7
- data.tar.gz: 63711fb8123037a993dc309646d207621a1f7207f5849a7870a2af613a7ef737ccf880a5727d72c4efbc53385d738462f9461a66cd1eec198ee3f999199858db
6
+ metadata.gz: 7b330a278e628b36e35d25dbf41d1e166d15bfa7fdeccbf9843c1912a9129fc9c1f76e2bd407cb1bcf7bb0fb9724299437ff9db2d77cd7f0a49c52692a7d196c
7
+ data.tar.gz: 3eba77b6421b546cdd607c14077c451d20be730240c99058adf79be800090d3153a78a15596452e6b8d0415704f4817f03909f0577a132d16c9a30171912c8ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.18.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -2617,7 +2617,7 @@ module Aws::B2bi
2617
2617
  tracer: tracer
2618
2618
  )
2619
2619
  context[:gem_name] = 'aws-sdk-b2bi'
2620
- context[:gem_version] = '1.18.0'
2620
+ context[:gem_version] = '1.19.0'
2621
2621
  Seahorse::Client::Request.new(handlers, context)
2622
2622
  end
2623
2623
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::B2bi
11
12
  # @api private
12
13
  module ClientApi
@@ -2047,3 +2047,4 @@ module Aws::B2bi
2047
2047
 
2048
2048
  end
2049
2049
  end
2050
+
data/lib/aws-sdk-b2bi.rb CHANGED
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-b2bi/types'
15
- require_relative 'aws-sdk-b2bi/client_api'
16
- require_relative 'aws-sdk-b2bi/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-b2bi/client'
18
- require_relative 'aws-sdk-b2bi/errors'
19
- require_relative 'aws-sdk-b2bi/resource'
20
- require_relative 'aws-sdk-b2bi/endpoint_parameters'
21
- require_relative 'aws-sdk-b2bi/endpoint_provider'
22
- require_relative 'aws-sdk-b2bi/endpoints'
23
- require_relative 'aws-sdk-b2bi/customizations'
24
-
25
14
  # This module provides support for AWS B2B Data Interchange. This module is available in the
26
15
  # `aws-sdk-b2bi` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-b2bi/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::B2bi
43
+ autoload :Types, 'aws-sdk-b2bi/types'
44
+ autoload :ClientApi, 'aws-sdk-b2bi/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-b2bi/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-b2bi/client'
49
+ autoload :Errors, 'aws-sdk-b2bi/errors'
50
+ autoload :Resource, 'aws-sdk-b2bi/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-b2bi/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-b2bi/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-b2bi/endpoints'
54
54
 
55
- GEM_VERSION = '1.18.0'
55
+ GEM_VERSION = '1.19.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-b2bi/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-b2bi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core