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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codecatalyst/client.rb +1 -1
- data/lib/aws-sdk-codecatalyst/client_api.rb +1 -1
- data/lib/aws-sdk-codecatalyst.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1674a6ec9416a9a8e226d2fbe2c8300848b7891e186c7999468661302edee30
|
4
|
+
data.tar.gz: 7721b62902f7b34c1b343449cd3345b083dd12b34740c71e3ee3026ce56ce1b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f707fa342c6d9feff80088e5b40acae2e09bdf60c9c92c96862884ce3a7ad3beac87cd8f177ca9ce9f95d1b028b3b1dc8fcceea66a19bc35e8d778022ded32ac
|
7
|
+
data.tar.gz: 2f66867ac602db9670e305dd28c1d0fdfe0a4b34ddd22fa6b2581e135788b6445a0efe356634563b05f24bdea34ed160c29a99252512fc8de547f7e68f04c781
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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"))
|
data/lib/aws-sdk-codecatalyst.rb
CHANGED
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.
|
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:
|
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.
|
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: []
|