aws-sdk-codecatalyst 1.28.0 → 1.29.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: '01982ea5a520a4eef291479933a8da86232b791c336118b92ce492a4465851d4'
4
- data.tar.gz: 48aaa3ca64fafc6cb1965575bdf9173f5048a3566a7845b9266f7f50d8b92b0b
3
+ metadata.gz: 83221674b2a15574af642e4b9d3ff929ddb61c1acc7e4a47254b8e6249393ea5
4
+ data.tar.gz: 26361c32073f1c09551d29c862f8fd59e72dad357b62d81410de2e585088fbfa
5
5
  SHA512:
6
- metadata.gz: 9ef257e8507e0eacf9e561b782ffc89127341badaff697a6235ed28a04687eddf0c2a8998206c37dfc8303eaa1db3ee478490ae6940b5cd858d451ebb3f9c605
7
- data.tar.gz: 7814c5f153f3f80ab3716e11a3ec31bc766726f17f40f625dc176ff9317e02fb11c92aec78cd7d0f0be913588faa0e56eb629189875cbcf89af66ce2a74a76de
6
+ metadata.gz: fc785be51fdbd832672dd0da415be59705d8ef3722447eca84925a8f62a6230302f391f6c32a55eaed0643c505da41944ebfc8c9565243363e4275aab154aa14
7
+ data.tar.gz: 9547fb3a56bc498af137b9e4e7dc54b306d58d2d6669bd7f87d856ee712301c74c1dbafcc7452037cf12a3382b55c4a3bb47d415738544096e2e480651c7e896
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.28.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.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/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:codecatalyst)
40
-
41
39
  module Aws::CodeCatalyst
42
40
  # An API client for CodeCatalyst. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2463,7 +2461,7 @@ module Aws::CodeCatalyst
2463
2461
  tracer: tracer
2464
2462
  )
2465
2463
  context[:gem_name] = 'aws-sdk-codecatalyst'
2466
- context[:gem_version] = '1.28.0'
2464
+ context[:gem_version] = '1.29.0'
2467
2465
  Seahorse::Client::Request.new(handlers, context)
2468
2466
  end
2469
2467
 
@@ -10,6 +10,8 @@
10
10
 
11
11
  require 'aws-sdk-core'
12
12
 
13
+ Aws::Plugins::GlobalConfiguration.add_identifier(:codecatalyst)
14
+
13
15
  # This module provides support for Amazon CodeCatalyst. This module is available in the
14
16
  # `aws-sdk-codecatalyst` gem.
15
17
  #
@@ -52,7 +54,7 @@ module Aws::CodeCatalyst
52
54
  autoload :EndpointProvider, 'aws-sdk-codecatalyst/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-codecatalyst/endpoints'
54
56
 
55
- GEM_VERSION = '1.28.0'
57
+ GEM_VERSION = '1.29.0'
56
58
 
57
59
  end
58
60
 
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.28.0
4
+ version: 1.29.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-23 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