aws-sdk-codecommit 1.76.0 → 1.77.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: 6a6e137353434436f18c2477525033f684a8b96b2519d7c39517bfb1065b23a5
4
- data.tar.gz: ed6668b55e82492c1d63297076b3f2b0e6b95361031d61f9a81799a4fb0ef84f
3
+ metadata.gz: 34626395543141e66558962cc272d05471488f14da09487215581f13edc42f02
4
+ data.tar.gz: 3d2e35195e237764bd806fff2c75d13f41cc98f170fe14f557f77025a3d2fea8
5
5
  SHA512:
6
- metadata.gz: 01cd65d2eab6c48b202f7e365fd570f96e54c1b2103d9f1170268ef613e21a085040322ceafc9443ad150ec6f0bb65bb312a8dca2e8437b6551c7eaa6ed32712
7
- data.tar.gz: 8229cba73064f0406733e0e4c442e058dfc5970a9b4208dc1ea2ddc745dd4ab193dbbb5f9c990070d3f0d645e7369706bbc02a03d16bafed00b1a88a39c47fac
6
+ metadata.gz: 8b4a63017cd2801e76901864ce45b4a89bf1605601700b4b78558477dbd07486dc74965b03a05509a8b0e0c1487eca0f6c93174b23a53fd1295fb2994d92ee66
7
+ data.tar.gz: f7fa860f8c76af8200f92f9ec2ead282dd338cc674f693a8a4a42da3147b3bae10c0f0ca421a885e65ae500a4c0d3da70845be05c20fd078c36e539400117c6e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.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.76.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -5185,7 +5185,7 @@ module Aws::CodeCommit
5185
5185
  tracer: tracer
5186
5186
  )
5187
5187
  context[:gem_name] = 'aws-sdk-codecommit'
5188
- context[:gem_version] = '1.76.0'
5188
+ context[:gem_version] = '1.77.0'
5189
5189
  Seahorse::Client::Request.new(handlers, context)
5190
5190
  end
5191
5191
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CodeCommit
11
12
  # @api private
12
13
  module ClientApi
@@ -7235,3 +7235,4 @@ module Aws::CodeCommit
7235
7235
 
7236
7236
  end
7237
7237
  end
7238
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-codecommit/types'
15
- require_relative 'aws-sdk-codecommit/client_api'
16
- require_relative 'aws-sdk-codecommit/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-codecommit/client'
18
- require_relative 'aws-sdk-codecommit/errors'
19
- require_relative 'aws-sdk-codecommit/resource'
20
- require_relative 'aws-sdk-codecommit/endpoint_parameters'
21
- require_relative 'aws-sdk-codecommit/endpoint_provider'
22
- require_relative 'aws-sdk-codecommit/endpoints'
23
- require_relative 'aws-sdk-codecommit/customizations'
24
-
25
14
  # This module provides support for AWS CodeCommit. This module is available in the
26
15
  # `aws-sdk-codecommit` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-codecommit/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::CodeCommit
43
+ autoload :Types, 'aws-sdk-codecommit/types'
44
+ autoload :ClientApi, 'aws-sdk-codecommit/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-codecommit/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-codecommit/client'
49
+ autoload :Errors, 'aws-sdk-codecommit/errors'
50
+ autoload :Resource, 'aws-sdk-codecommit/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-codecommit/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-codecommit/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-codecommit/endpoints'
54
54
 
55
- GEM_VERSION = '1.76.0'
55
+ GEM_VERSION = '1.77.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-codecommit/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecommit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.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