aws-sdk-codepipeline 1.89.0 → 1.90.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codepipeline/client.rb +4 -4
- data/lib/aws-sdk-codepipeline/types.rb +5 -5
- data/lib/aws-sdk-codepipeline.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3e9a59e6c63f0a81ab5c89ebc858b099056004194ac28fd9700faa64f46bd49
|
4
|
+
data.tar.gz: 95af157032846d912c0249755fb8590082b4f1e3adf104dad8a3c928a7c0dccf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 997e38d37a4e3788a6c6382bea43b73b0cdf183ece8b9c21cd4980bad8d94751652928ada07a10656f18e5a07f688afef77d2d1c6b2958ab7e0e1d0204588d41
|
7
|
+
data.tar.gz: f731102221db75553a217c815da72addc5a9526f9e26f033879e3c65eb901559812df45a54034f66c29fc775bed53312fe3b58795dd6a0dabc8520812af23ca7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.90.0
|
@@ -554,9 +554,9 @@ module Aws::CodePipeline
|
|
554
554
|
#
|
555
555
|
# <note markdown="1"> You can refer to a name in the configuration properties of the custom
|
556
556
|
# action within the URL templates by following the format of
|
557
|
-
#
|
558
|
-
#
|
559
|
-
#
|
557
|
+
# \{Config:name}, as long as the configuration property is both required
|
558
|
+
# and not secret. For more information, see [Create a Custom Action for
|
559
|
+
# a Pipeline][1].
|
560
560
|
#
|
561
561
|
# </note>
|
562
562
|
#
|
@@ -3600,7 +3600,7 @@ module Aws::CodePipeline
|
|
3600
3600
|
tracer: tracer
|
3601
3601
|
)
|
3602
3602
|
context[:gem_name] = 'aws-sdk-codepipeline'
|
3603
|
-
context[:gem_version] = '1.
|
3603
|
+
context[:gem_version] = '1.90.0'
|
3604
3604
|
Seahorse::Client::Request.new(handlers, context)
|
3605
3605
|
end
|
3606
3606
|
|
@@ -242,7 +242,7 @@ module Aws::CodePipeline
|
|
242
242
|
#
|
243
243
|
# *JSON:*
|
244
244
|
#
|
245
|
-
# `"Configuration" :
|
245
|
+
# `"Configuration" : { Key : Value },`
|
246
246
|
#
|
247
247
|
#
|
248
248
|
#
|
@@ -1457,7 +1457,7 @@ module Aws::CodePipeline
|
|
1457
1457
|
#
|
1458
1458
|
# <note markdown="1"> You can refer to a name in the configuration properties of the
|
1459
1459
|
# custom action within the URL templates by following the format of
|
1460
|
-
#
|
1460
|
+
# \{Config:name}, as long as the configuration property is both
|
1461
1461
|
# required and not secret. For more information, see [Create a Custom
|
1462
1462
|
# Action for a Pipeline][1].
|
1463
1463
|
#
|
@@ -5700,9 +5700,9 @@ module Aws::CodePipeline
|
|
5700
5700
|
# ignored. Properties from the target action configuration can be
|
5701
5701
|
# included as placeholders in this value by surrounding the action
|
5702
5702
|
# configuration key with curly brackets. For example, if the value
|
5703
|
-
# supplied here is "refs/heads
|
5704
|
-
#
|
5705
|
-
#
|
5703
|
+
# supplied here is "refs/heads/\{Branch}" and the target action has
|
5704
|
+
# an action configuration property called "Branch" with a value of
|
5705
|
+
# "main", the `MatchEquals` value is evaluated as
|
5706
5706
|
# "refs/heads/main". For a list of action configuration properties
|
5707
5707
|
# for built-in action types, see [Pipeline Structure Reference Action
|
5708
5708
|
# Requirements][1].
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codepipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.90.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-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|