aws-sdk-codepipeline 1.96.0 → 1.97.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: 7872601db8f8b1abc866bf84c0cbef4f58d34ea38e00759f6f6341243d171a5a
4
- data.tar.gz: 5273449510ed6adbe81615eb23769ecb5f995305ef64a36e2e1dbac8ca45d1f2
3
+ metadata.gz: 5ab60bf89a751c605afff2366c36ef8b6dc7240990a496b8940d678d12b7f9c3
4
+ data.tar.gz: df17f5b8d014ff672fd6e762acd260660c9ccbf4cc3421d8a0bcdd5086adb37d
5
5
  SHA512:
6
- metadata.gz: 95243854c90b6d24ddd71cdfc5183ec723477a9be9862dff35c13297ceebfefaba5588a2b9d982f757bb9e0a06664275bab8d0d017e46f2bc24eece4278ac8bf
7
- data.tar.gz: 87894a484c02dcbf09e053d262a57853bb0491bd58cb823732339bdc663e4c23a9b90d9c6e9eaed9f149029f835ce79918cf0913b19dcd6e3813a674cb7fca4c
6
+ metadata.gz: e057b0a2457d09ad9339217722807efc6a89aa711ae97f85f7519648a7d71b6c7e12bbb2c91623c22903111a9b603043129c67d689cde207df7b59182b9efe8a
7
+ data.tar.gz: 54b52b02ccd81ebfa7b929ebef1897af6f53291a281033a490482168d3a6c525c35885d3970347ea468eaa32a63b51b191211028d3282a378b13b9ad9438f3bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.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.96.0 (2025-02-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.97.0
@@ -3694,7 +3694,7 @@ module Aws::CodePipeline
3694
3694
  tracer: tracer
3695
3695
  )
3696
3696
  context[:gem_name] = 'aws-sdk-codepipeline'
3697
- context[:gem_version] = '1.96.0'
3697
+ context[:gem_version] = '1.97.0'
3698
3698
  Seahorse::Client::Request.new(handlers, context)
3699
3699
  end
3700
3700
 
@@ -1486,7 +1486,7 @@ module Aws::CodePipeline
1486
1486
 
1487
1487
  StartPipelineExecutionInput.add_member(:name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "name"))
1488
1488
  StartPipelineExecutionInput.add_member(:variables, Shapes::ShapeRef.new(shape: PipelineVariableList, location_name: "variables"))
1489
- StartPipelineExecutionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
1489
+ StartPipelineExecutionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
1490
1490
  StartPipelineExecutionInput.add_member(:source_revisions, Shapes::ShapeRef.new(shape: SourceRevisionOverrideList, location_name: "sourceRevisions"))
1491
1491
  StartPipelineExecutionInput.struct_class = Types::StartPipelineExecutionInput
1492
1492
 
@@ -54,7 +54,7 @@ module Aws::CodePipeline
54
54
  autoload :EndpointProvider, 'aws-sdk-codepipeline/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codepipeline/endpoints'
56
56
 
57
- GEM_VERSION = '1.96.0'
57
+ GEM_VERSION = '1.97.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-codepipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.96.0
4
+ version: 1.97.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-19 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
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codepipeline
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codepipeline/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - CodePipeline
99
96
  test_files: []