aws-sdk-tnb 1.22.0 → 1.23.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: ff6a98a524fd617ac374d57207cc9437ccef356337486c40c86ab4837d17c675
4
- data.tar.gz: 0ba55fce32c55be13c57d379e741c1cf1cb0320bbbe547079a8c5e07949b14ce
3
+ metadata.gz: fe73810064d8bf429b22729d33107f1b775c5d83d3d51efa018782270b30c9ec
4
+ data.tar.gz: 1e3f02277784511665edadc1ecc6061eac72a2294c8306108f509519be73b4f5
5
5
  SHA512:
6
- metadata.gz: ba49ab4abddcb98bbf3a56988565998e00f2e0b1b97885c87817d43d33489b779aea959aa77b1a64b1fe5c79774d3ac272d003ea774026283299e12cce4c4adc
7
- data.tar.gz: 4b1ad7f3a1f030d80eeeb6fd090e357512fc8a988da3f8ababc37afb41855a5144be3ca750afa50e7a0747820c1570f5ccf668bed37b389733f0a64771347d5d
6
+ metadata.gz: f86da808a8d6ffadeeee03283d114f15c386fcd7acd047c2d12d935657e2a0c6d3c6fcb3fd367324020d39b12b23daa2cc8c21254c3255264129dd1d86326a2d
7
+ data.tar.gz: ab605d2aa667278780b39372c453e2df4c0d3121d9c127736d45d2f02b389052857cc85c24e62639af483a16c4c20044748edf3ebeb0804a8e189226d9261c1d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.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.22.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -2112,7 +2112,7 @@ module Aws::Tnb
2112
2112
  tracer: tracer
2113
2113
  )
2114
2114
  context[:gem_name] = 'aws-sdk-tnb'
2115
- context[:gem_version] = '1.22.0'
2115
+ context[:gem_version] = '1.23.0'
2116
2116
  Seahorse::Client::Request.new(handlers, context)
2117
2117
  end
2118
2118
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Tnb
11
12
  # @api private
12
13
  module ClientApi
@@ -2610,3 +2610,4 @@ module Aws::Tnb
2610
2610
 
2611
2611
  end
2612
2612
  end
2613
+
data/lib/aws-sdk-tnb.rb CHANGED
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-tnb/types'
15
- require_relative 'aws-sdk-tnb/client_api'
16
- require_relative 'aws-sdk-tnb/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-tnb/client'
18
- require_relative 'aws-sdk-tnb/errors'
19
- require_relative 'aws-sdk-tnb/resource'
20
- require_relative 'aws-sdk-tnb/endpoint_parameters'
21
- require_relative 'aws-sdk-tnb/endpoint_provider'
22
- require_relative 'aws-sdk-tnb/endpoints'
23
- require_relative 'aws-sdk-tnb/customizations'
24
-
25
14
  # This module provides support for AWS Telco Network Builder. This module is available in the
26
15
  # `aws-sdk-tnb` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-tnb/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::Tnb
43
+ autoload :Types, 'aws-sdk-tnb/types'
44
+ autoload :ClientApi, 'aws-sdk-tnb/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-tnb/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-tnb/client'
49
+ autoload :Errors, 'aws-sdk-tnb/errors'
50
+ autoload :Resource, 'aws-sdk-tnb/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-tnb/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-tnb/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-tnb/endpoints'
54
54
 
55
- GEM_VERSION = '1.22.0'
55
+ GEM_VERSION = '1.23.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-tnb/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-tnb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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