aws-sdk-supplychain 1.13.0 → 1.15.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: 902e79cdac3544117e8b6142df36062aac28c1f3743f64ca1a2380b9e8938a6d
4
- data.tar.gz: 74cb478d8bcf1a2f20c6dba7fd6645ab2007f8ce7c52629f6fe5475155685df2
3
+ metadata.gz: 770fae7589c541dca32c84b7902fdf3c0c0ede6ecb3449ea54ae834baf1b0205
4
+ data.tar.gz: 7a0be621d12b814ff434c99de924a072df8118fe7dda9ccc4f5af07fef1a4011
5
5
  SHA512:
6
- metadata.gz: 31dbfed4f1ede8aeede9185c8228359b9d6e09d9f8fa4f8eccd55293d49e7c3e071e1072a65075762258fdea4d1376482d2296f07feb1e995e0bba0498c5483e
7
- data.tar.gz: bf490e7a799df3627789495aa1ec1e53a95e2753303488dcabf9731ce3a5a3ee8add1c7362e74ab34bae7fd68933f03a28e8a8bc2cc966a550bfb73aa6d7e9fb
6
+ metadata.gz: 4915ab22fb69075efa1416c788e72fc4045fcf70c38de2668aa88c8301de257f86980ce7bbc5fe7c46c62b75cdf980dbcfe4f6a0ba5505a8fe1b6eb5b33a7f93
7
+ data.tar.gz: 0ec5546166a32c4c8b5ff55463c4a56609ffa607d88373627f20a3a9a414863bba2515f11399f2cbe6c269d41736e2edfc808a26f2d360c75091676a8d9be57f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.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.14.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.13.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.15.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(:supplychain)
40
-
41
39
  module Aws::SupplyChain
42
40
  # An API client for SupplyChain. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -887,7 +885,7 @@ module Aws::SupplyChain
887
885
  tracer: tracer
888
886
  )
889
887
  context[:gem_name] = 'aws-sdk-supplychain'
890
- context[:gem_version] = '1.13.0'
888
+ context[:gem_version] = '1.15.0'
891
889
  Seahorse::Client::Request.new(handlers, context)
892
890
  end
893
891
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::SupplyChain
11
12
  # @api private
12
13
  module ClientApi
@@ -277,3 +277,4 @@ module Aws::SupplyChain
277
277
 
278
278
  end
279
279
  end
280
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-supplychain/types'
15
- require_relative 'aws-sdk-supplychain/client_api'
16
- require_relative 'aws-sdk-supplychain/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-supplychain/client'
18
- require_relative 'aws-sdk-supplychain/errors'
19
- require_relative 'aws-sdk-supplychain/resource'
20
- require_relative 'aws-sdk-supplychain/endpoint_parameters'
21
- require_relative 'aws-sdk-supplychain/endpoint_provider'
22
- require_relative 'aws-sdk-supplychain/endpoints'
23
- require_relative 'aws-sdk-supplychain/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:supplychain)
24
15
 
25
16
  # This module provides support for AWS Supply Chain. This module is available in the
26
17
  # `aws-sdk-supplychain` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-supplychain/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::SupplyChain
45
+ autoload :Types, 'aws-sdk-supplychain/types'
46
+ autoload :ClientApi, 'aws-sdk-supplychain/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-supplychain/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-supplychain/client'
51
+ autoload :Errors, 'aws-sdk-supplychain/errors'
52
+ autoload :Resource, 'aws-sdk-supplychain/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-supplychain/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-supplychain/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-supplychain/endpoints'
54
56
 
55
- GEM_VERSION = '1.13.0'
57
+ GEM_VERSION = '1.15.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-supplychain/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-supplychain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.15.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