aws-sdk-codecatalyst 1.33.0 → 1.35.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: aea1b5b13438fb1f32413da3a688b02a9b9dac81ab26313b5832626b9f20f981
4
+ data.tar.gz: daf3980a5c1de477381522eaf2200694ef0efa32b42d281b1e0d531fa8a97181
5
5
  SHA512:
6
- metadata.gz: bd1f22f2e5a58733c80f390296ea2aaf9c4414fa984c7138c0f2b8396eec13a8694867dcf7816613d487a5045ebc127535aef0bf2f5ccdda2206f1b4518a30d0
7
- data.tar.gz: b2397e66d95bf90cf20538af44b05a5c9fd741b91f6bc72e5d509fd9a7f60e3995b9984a03635cb92e2df89a544ab2a4aa4e1de1ba1e774688e730871f9bc867
6
+ metadata.gz: c0531fcf47bbc58a512d72b569a94431b659acf7a23bd52ec980f9d254a585fbd7b29ef8577829a2027245f3160a1fd6b625fa019e340017e5d25903d1099197
7
+ data.tar.gz: 3e3f68346608c9118d6c5c3772100b25a4a74d3c38faae28efc9f051c4922ddd2569c380fbf8f395d80999967772c8c7644cd042af999a02b12dde6dbbb4fd5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.34.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.33.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -200,8 +200,7 @@ module Aws::CodeCatalyst
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2484,7 +2483,7 @@ module Aws::CodeCatalyst
2484
2483
  tracer: tracer
2485
2484
  )
2486
2485
  context[:gem_name] = 'aws-sdk-codecatalyst'
2487
- context[:gem_version] = '1.33.0'
2486
+ context[:gem_version] = '1.35.0'
2488
2487
  Seahorse::Client::Request.new(handlers, context)
2489
2488
  end
2490
2489
 
@@ -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.35.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.35.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: []