aws-sdk-tnb 1.22.0 → 1.24.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: ff6a98a524fd617ac374d57207cc9437ccef356337486c40c86ab4837d17c675
4
- data.tar.gz: 0ba55fce32c55be13c57d379e741c1cf1cb0320bbbe547079a8c5e07949b14ce
3
+ metadata.gz: 80fc1e1fe787bb69c303eb5f0ee2d3467e915765a72fb3b59e4c6cfd9103a2cc
4
+ data.tar.gz: 87f4265323c9c4804da9a646cc7589979470face819d8dea3e12e714d16629af
5
5
  SHA512:
6
- metadata.gz: ba49ab4abddcb98bbf3a56988565998e00f2e0b1b97885c87817d43d33489b779aea959aa77b1a64b1fe5c79774d3ac272d003ea774026283299e12cce4c4adc
7
- data.tar.gz: 4b1ad7f3a1f030d80eeeb6fd090e357512fc8a988da3f8ababc37afb41855a5144be3ca750afa50e7a0747820c1570f5ccf668bed37b389733f0a64771347d5d
6
+ metadata.gz: c3541e071e043d99024cc13b99492e4a5a7194cf98ed0a1bf836461cb649428ddc1849dbe068f2c6ffcb1dd12d60797b8627438764ac8477bd47b89e2ba198dd
7
+ data.tar.gz: 1715eb3f0f615797949aeea7e9d7b3827dd64807371edcee81fc7d334dd057781a51af84b48e313d81c8eb1f63bc6e915338af151dcf6e4440c14bbd98901c09
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.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.22.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.24.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(:tnb)
40
-
41
39
  module Aws::Tnb
42
40
  # An API client for Tnb. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2112,7 +2110,7 @@ module Aws::Tnb
2112
2110
  tracer: tracer
2113
2111
  )
2114
2112
  context[:gem_name] = 'aws-sdk-tnb'
2115
- context[:gem_version] = '1.22.0'
2113
+ context[:gem_version] = '1.24.0'
2116
2114
  Seahorse::Client::Request.new(handlers, context)
2117
2115
  end
2118
2116
 
@@ -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,16 +11,7 @@
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'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:tnb)
24
15
 
25
16
  # This module provides support for AWS Telco Network Builder. This module is available in the
26
17
  # `aws-sdk-tnb` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-tnb/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::Tnb
45
+ autoload :Types, 'aws-sdk-tnb/types'
46
+ autoload :ClientApi, 'aws-sdk-tnb/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-tnb/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-tnb/client'
51
+ autoload :Errors, 'aws-sdk-tnb/errors'
52
+ autoload :Resource, 'aws-sdk-tnb/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-tnb/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-tnb/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-tnb/endpoints'
54
56
 
55
- GEM_VERSION = '1.22.0'
57
+ GEM_VERSION = '1.24.0'
56
58
 
57
59
  end
60
+
61
+ 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.24.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