aws-sdk-codecatalyst 1.33.0 → 1.34.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: 812332308fe1c7578b1339967387781bbd7c212ac625350c913525af75d9c41f
4
- data.tar.gz: ea996247df46ea5349ea8d35d651b9de8ed55bf3d12066212304ed50f8cb01d8
3
+ metadata.gz: a1674a6ec9416a9a8e226d2fbe2c8300848b7891e186c7999468661302edee30
4
+ data.tar.gz: 7721b62902f7b34c1b343449cd3345b083dd12b34740c71e3ee3026ce56ce1b7
5
5
  SHA512:
6
- metadata.gz: bd1f22f2e5a58733c80f390296ea2aaf9c4414fa984c7138c0f2b8396eec13a8694867dcf7816613d487a5045ebc127535aef0bf2f5ccdda2206f1b4518a30d0
7
- data.tar.gz: b2397e66d95bf90cf20538af44b05a5c9fd741b91f6bc72e5d509fd9a7f60e3995b9984a03635cb92e2df89a544ab2a4aa4e1de1ba1e774688e730871f9bc867
6
+ metadata.gz: f707fa342c6d9feff80088e5b40acae2e09bdf60c9c92c96862884ce3a7ad3beac87cd8f177ca9ce9f95d1b028b3b1dc8fcceea66a19bc35e8d778022ded32ac
7
+ data.tar.gz: 2f66867ac602db9670e305dd28c1d0fdfe0a4b34ddd22fa6b2581e135788b6445a0efe356634563b05f24bdea34ed160c29a99252512fc8de547f7e68f04c781
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.33.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -2484,7 +2484,7 @@ module Aws::CodeCatalyst
2484
2484
  tracer: tracer
2485
2485
  )
2486
2486
  context[:gem_name] = 'aws-sdk-codecatalyst'
2487
- context[:gem_version] = '1.33.0'
2487
+ context[:gem_version] = '1.34.0'
2488
2488
  Seahorse::Client::Request.new(handlers, context)
2489
2489
  end
2490
2490
 
@@ -747,7 +747,7 @@ module Aws::CodeCatalyst
747
747
  StartWorkflowRunRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: StartWorkflowRunRequestSpaceNameString, required: true, location: "uri", location_name: "spaceName"))
748
748
  StartWorkflowRunRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: StartWorkflowRunRequestProjectNameString, required: true, location: "uri", location_name: "projectName"))
749
749
  StartWorkflowRunRequest.add_member(:workflow_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "querystring", location_name: "workflowId"))
750
- StartWorkflowRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: StartWorkflowRunRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
750
+ StartWorkflowRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: StartWorkflowRunRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
751
751
  StartWorkflowRunRequest.struct_class = Types::StartWorkflowRunRequest
752
752
 
753
753
  StartWorkflowRunResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "spaceName"))
@@ -54,7 +54,7 @@ module Aws::CodeCatalyst
54
54
  autoload :EndpointProvider, 'aws-sdk-codecatalyst/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codecatalyst/endpoints'
56
56
 
57
- GEM_VERSION = '1.33.0'
57
+ GEM_VERSION = '1.34.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecatalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -64,7 +63,6 @@ licenses:
64
63
  metadata:
65
64
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecatalyst
66
65
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecatalyst/CHANGELOG.md
67
- post_install_message:
68
66
  rdoc_options: []
69
67
  require_paths:
70
68
  - lib
@@ -79,8 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
77
  - !ruby/object:Gem::Version
80
78
  version: '0'
81
79
  requirements: []
82
- rubygems_version: 3.4.10
83
- signing_key:
80
+ rubygems_version: 3.6.7
84
81
  specification_version: 4
85
82
  summary: AWS SDK for Ruby - Amazon CodeCatalyst
86
83
  test_files: []