aws-sdk-codeconnections 1.12.0 → 1.14.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: e7cf0731c4f33cd9785add13d5033c6e64e7ce38ddd0130e5141565f685e98d7
4
- data.tar.gz: 5dc99b40dd6fdb262572ade7f6dd00f13d63c021472a34ef1886385cdf5244ed
3
+ metadata.gz: 18f5df0913bf48218209a92cf3229d874459cb1163908074f905ee2d3b6ae5b3
4
+ data.tar.gz: dfa7d8329b1a6414eac1c4fe78724b937fb4707486869a240ad4a1a86f9a41e7
5
5
  SHA512:
6
- metadata.gz: a96682a5dabb9a4cc6383e2b9780da9b059823bcdfd85e5b81f77589a75ef2038ff5dfe56481220c5f152e47d8c4d53ce7846785fc00fd0b083d974fb154bc1b
7
- data.tar.gz: 76ddc3cde364ab5a2cb4091b098afcf137a03b65867b2f8366d4486e942de9a6d0427ef5deae8cf660b83421387d7e5067348eb9d625c18f99892b9316e8e4a1
6
+ metadata.gz: 45431db5579c153f1c164b1afafda7649b2ab274964b81d3898e1343e409375290d4f6bd0c91fda3adf7ac5fb4b0f02340bcd9517b04186ff7b0638f86d71d54
7
+ data.tar.gz: eb6558b149cdb8e3d562009433398fd260c79208a1a7e95a742e9334ee08741ac8400a76a6a0e31e461422c274caf8798715c40f751e4409091962d709cf78be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.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.13.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.12.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.14.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/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:codeconnections)
40
-
41
39
  module Aws::CodeConnections
42
40
  # An API client for CodeConnections. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1739,7 +1737,7 @@ module Aws::CodeConnections
1739
1737
  tracer: tracer
1740
1738
  )
1741
1739
  context[:gem_name] = 'aws-sdk-codeconnections'
1742
- context[:gem_version] = '1.12.0'
1740
+ context[:gem_version] = '1.14.0'
1743
1741
  Seahorse::Client::Request.new(handlers, context)
1744
1742
  end
1745
1743
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CodeConnections
11
12
  # @api private
12
13
  module ClientApi
@@ -1872,3 +1872,4 @@ module Aws::CodeConnections
1872
1872
 
1873
1873
  end
1874
1874
  end
1875
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-codeconnections/types'
15
- require_relative 'aws-sdk-codeconnections/client_api'
16
- require_relative 'aws-sdk-codeconnections/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-codeconnections/client'
18
- require_relative 'aws-sdk-codeconnections/errors'
19
- require_relative 'aws-sdk-codeconnections/resource'
20
- require_relative 'aws-sdk-codeconnections/endpoint_parameters'
21
- require_relative 'aws-sdk-codeconnections/endpoint_provider'
22
- require_relative 'aws-sdk-codeconnections/endpoints'
23
- require_relative 'aws-sdk-codeconnections/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:codeconnections)
24
15
 
25
16
  # This module provides support for AWS CodeConnections. This module is available in the
26
17
  # `aws-sdk-codeconnections` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-codeconnections/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::CodeConnections
45
+ autoload :Types, 'aws-sdk-codeconnections/types'
46
+ autoload :ClientApi, 'aws-sdk-codeconnections/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-codeconnections/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-codeconnections/client'
51
+ autoload :Errors, 'aws-sdk-codeconnections/errors'
52
+ autoload :Resource, 'aws-sdk-codeconnections/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-codeconnections/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-codeconnections/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-codeconnections/endpoints'
54
56
 
55
- GEM_VERSION = '1.12.0'
57
+ GEM_VERSION = '1.14.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-codeconnections/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codeconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.14.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