aws-sdk-codebuild 1.130.0 → 1.132.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: a64a30540ee5258e430e94b9707cef689ce98be92f9086a3d8d803749c55cf74
4
- data.tar.gz: a5a641739fcfc7c1e5070feebb163189be4a8cecacd9eaa18d0e4f04a7657c20
3
+ metadata.gz: 425ae1a9768958532996c5f3a105e91386f50d18931a82e02a1df6b7106d8262
4
+ data.tar.gz: b19fa2d9430a0a0737f0dde5c6224880f4c3607addbfa5d1498d8e7fd238443a
5
5
  SHA512:
6
- metadata.gz: e13b9675f43b5ba523b4649b3794bd3de8bebce0d7c4a1098ec84e4af6a0682f72fa1b4d0e0e663cce47cd2bd89555100b6a72fb0c48d0dc12a779df7de5c396
7
- data.tar.gz: 0054badba5775da34a6f0d6d11e7e57527ec6e2f3bbc02d5fac7f80da1080fd2d3a00f42e94c0dee8c0adc525dde7be33ba7897c2d335b9faf05dcf1b65bb711
6
+ metadata.gz: c0de8bf640cbf0f63c50d3545e7fc371e3f2cd2ad272d90b8ca1d19848117f49b1bbbc8af54e70de54595b53c95cb0ef9ea22ac685220028c2b86ea8c8219fa7
7
+ data.tar.gz: a23b73c0520db5fd8975d2af6042c6e0c90b800364a0f0abe730a4948f1c355f0f27a7e65f74ce05b937871e56e937b9db12e10dec22502cc29e32ea92bd39e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.132.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.131.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.130.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.130.0
1
+ 1.132.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(:codebuild)
40
-
41
39
  module Aws::CodeBuild
42
40
  # An API client for CodeBuild. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -5872,7 +5870,7 @@ module Aws::CodeBuild
5872
5870
  tracer: tracer
5873
5871
  )
5874
5872
  context[:gem_name] = 'aws-sdk-codebuild'
5875
- context[:gem_version] = '1.130.0'
5873
+ context[:gem_version] = '1.132.0'
5876
5874
  Seahorse::Client::Request.new(handlers, context)
5877
5875
  end
5878
5876
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CodeBuild
11
12
  # @api private
12
13
  module ClientApi
@@ -7204,3 +7204,4 @@ module Aws::CodeBuild
7204
7204
 
7205
7205
  end
7206
7206
  end
7207
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-codebuild/types'
15
- require_relative 'aws-sdk-codebuild/client_api'
16
- require_relative 'aws-sdk-codebuild/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-codebuild/client'
18
- require_relative 'aws-sdk-codebuild/errors'
19
- require_relative 'aws-sdk-codebuild/resource'
20
- require_relative 'aws-sdk-codebuild/endpoint_parameters'
21
- require_relative 'aws-sdk-codebuild/endpoint_provider'
22
- require_relative 'aws-sdk-codebuild/endpoints'
23
- require_relative 'aws-sdk-codebuild/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:codebuild)
24
15
 
25
16
  # This module provides support for AWS CodeBuild. This module is available in the
26
17
  # `aws-sdk-codebuild` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-codebuild/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::CodeBuild
45
+ autoload :Types, 'aws-sdk-codebuild/types'
46
+ autoload :ClientApi, 'aws-sdk-codebuild/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-codebuild/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-codebuild/client'
51
+ autoload :Errors, 'aws-sdk-codebuild/errors'
52
+ autoload :Resource, 'aws-sdk-codebuild/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-codebuild/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-codebuild/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-codebuild/endpoints'
54
56
 
55
- GEM_VERSION = '1.130.0'
57
+ GEM_VERSION = '1.132.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-codebuild/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.130.0
4
+ version: 1.132.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