aws-sdk-codeconnections 1.12.0 → 1.13.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: e7cf0731c4f33cd9785add13d5033c6e64e7ce38ddd0130e5141565f685e98d7
4
- data.tar.gz: 5dc99b40dd6fdb262572ade7f6dd00f13d63c021472a34ef1886385cdf5244ed
3
+ metadata.gz: 2e54e91c48e5df6f1e2e69adc8e510029a3ce9ceaedaffe3148bc1b354883c99
4
+ data.tar.gz: f6aff984d79308c3df4e88d18f2d835a0f9d404ca00fc97c671f969da2c77c5f
5
5
  SHA512:
6
- metadata.gz: a96682a5dabb9a4cc6383e2b9780da9b059823bcdfd85e5b81f77589a75ef2038ff5dfe56481220c5f152e47d8c4d53ce7846785fc00fd0b083d974fb154bc1b
7
- data.tar.gz: 76ddc3cde364ab5a2cb4091b098afcf137a03b65867b2f8366d4486e942de9a6d0427ef5deae8cf660b83421387d7e5067348eb9d625c18f99892b9316e8e4a1
6
+ metadata.gz: 76c6088d9f79f407e2fd6f02e906ea597844b62de8655c68ec2d2c9b8a16a1ca0440aa93dd5e3040fa9d3315f47e2e06c0814638bc79d3bbd4a1929d94ee9549
7
+ data.tar.gz: 4afc04ba3025d79dcbd614f3f797aedd8c95823da45e4540784c8e268e47f1c482e89bbd60d8e70b269f2011c08c47015519583f889488d6057fbf3a2719dfce
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.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.12.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -1739,7 +1739,7 @@ module Aws::CodeConnections
1739
1739
  tracer: tracer
1740
1740
  )
1741
1741
  context[:gem_name] = 'aws-sdk-codeconnections'
1742
- context[:gem_version] = '1.12.0'
1742
+ context[:gem_version] = '1.13.0'
1743
1743
  Seahorse::Client::Request.new(handlers, context)
1744
1744
  end
1745
1745
 
@@ -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,17 +11,6 @@
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'
24
-
25
14
  # This module provides support for AWS CodeConnections. This module is available in the
26
15
  # `aws-sdk-codeconnections` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-codeconnections/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::CodeConnections
43
+ autoload :Types, 'aws-sdk-codeconnections/types'
44
+ autoload :ClientApi, 'aws-sdk-codeconnections/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-codeconnections/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-codeconnections/client'
49
+ autoload :Errors, 'aws-sdk-codeconnections/errors'
50
+ autoload :Resource, 'aws-sdk-codeconnections/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-codeconnections/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-codeconnections/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-codeconnections/endpoints'
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.13.0'
56
56
 
57
57
  end
58
+
59
+ 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.13.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