aws-sdk-codecatalyst 1.27.0 → 1.28.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: f792eea0c6de8610b8a59ea0cd898b9f4a4ec2d63b7b3ec226ae09e06bd49711
4
- data.tar.gz: 84b1de43bc000c1f8a7c3372599af253036c5f07430757d1c6f2cda1dff33eb9
3
+ metadata.gz: '01982ea5a520a4eef291479933a8da86232b791c336118b92ce492a4465851d4'
4
+ data.tar.gz: 48aaa3ca64fafc6cb1965575bdf9173f5048a3566a7845b9266f7f50d8b92b0b
5
5
  SHA512:
6
- metadata.gz: a6abdea1073c21a1834dddffafeec69fb6a1bf628ad3ce8a18f4df01b9ce169fc287cc26cec4715176c0cc8bd7fd48187b67e9ac696c29fb90f383a866ef0a0d
7
- data.tar.gz: 5710f1130a4439632dc93b59283b3c16f059cc5008d9c22f91da4358e2481f9f74abcfd4aab40c7cf9cfd2828b79a64705e5ecce5667a74b44ec41520725dc5c
6
+ metadata.gz: 9ef257e8507e0eacf9e561b782ffc89127341badaff697a6235ed28a04687eddf0c2a8998206c37dfc8303eaa1db3ee478490ae6940b5cd858d451ebb3f9c605
7
+ data.tar.gz: 7814c5f153f3f80ab3716e11a3ec31bc766726f17f40f625dc176ff9317e02fb11c92aec78cd7d0f0be913588faa0e56eb629189875cbcf89af66ce2a74a76de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.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.27.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -2463,7 +2463,7 @@ module Aws::CodeCatalyst
2463
2463
  tracer: tracer
2464
2464
  )
2465
2465
  context[:gem_name] = 'aws-sdk-codecatalyst'
2466
- context[:gem_version] = '1.27.0'
2466
+ context[:gem_version] = '1.28.0'
2467
2467
  Seahorse::Client::Request.new(handlers, context)
2468
2468
  end
2469
2469
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CodeCatalyst
11
12
  # @api private
12
13
  module ClientApi
@@ -3138,3 +3138,4 @@ module Aws::CodeCatalyst
3138
3138
 
3139
3139
  end
3140
3140
  end
3141
+
@@ -10,18 +10,6 @@
10
10
 
11
11
  require 'aws-sdk-core'
12
12
 
13
- require_relative 'aws-sdk-codecatalyst/types'
14
- require_relative 'aws-sdk-codecatalyst/client_api'
15
- require_relative 'aws-sdk-codecatalyst/plugins/endpoints.rb'
16
- require_relative 'aws-sdk-codecatalyst/client'
17
- require_relative 'aws-sdk-codecatalyst/errors'
18
- require_relative 'aws-sdk-codecatalyst/waiters'
19
- require_relative 'aws-sdk-codecatalyst/resource'
20
- require_relative 'aws-sdk-codecatalyst/endpoint_parameters'
21
- require_relative 'aws-sdk-codecatalyst/endpoint_provider'
22
- require_relative 'aws-sdk-codecatalyst/endpoints'
23
- require_relative 'aws-sdk-codecatalyst/customizations'
24
-
25
13
  # This module provides support for Amazon CodeCatalyst. This module is available in the
26
14
  # `aws-sdk-codecatalyst` gem.
27
15
  #
@@ -51,7 +39,21 @@ require_relative 'aws-sdk-codecatalyst/customizations'
51
39
  #
52
40
  # @!group service
53
41
  module Aws::CodeCatalyst
42
+ autoload :Types, 'aws-sdk-codecatalyst/types'
43
+ autoload :ClientApi, 'aws-sdk-codecatalyst/client_api'
44
+ module Plugins
45
+ autoload :Endpoints, 'aws-sdk-codecatalyst/plugins/endpoints.rb'
46
+ end
47
+ autoload :Client, 'aws-sdk-codecatalyst/client'
48
+ autoload :Errors, 'aws-sdk-codecatalyst/errors'
49
+ autoload :Waiters, 'aws-sdk-codecatalyst/waiters'
50
+ autoload :Resource, 'aws-sdk-codecatalyst/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-codecatalyst/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-codecatalyst/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-codecatalyst/endpoints'
54
54
 
55
- GEM_VERSION = '1.27.0'
55
+ GEM_VERSION = '1.28.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-codecatalyst/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecatalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.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