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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8755b5650f6facaa64efcd80ce5c14a124e9cb27145f9d53ccb2a4c03248ddf2
4
- data.tar.gz: 8669b77f0beba097fa737cbde73dbdce5f004d433a2565d0fd2de7f9d4dc71ca
3
+ metadata.gz: a3e9a59e6c63f0a81ab5c89ebc858b099056004194ac28fd9700faa64f46bd49
4
+ data.tar.gz: 95af157032846d912c0249755fb8590082b4f1e3adf104dad8a3c928a7c0dccf
5
5
  SHA512:
6
- metadata.gz: f3f45a213ed82cfd3cdd017997ffdf9050b1ce7d056395db8b97aae1ba4fdc5cc2f0eec8139a4d95bf6286d6a3c78b9174b044bd1118930cb25690b34dd92cd2
7
- data.tar.gz: b9526037bed7b8f204a36442488dfee37cabb36562dd3b7eb97386c9ac134659157d2452f4711bd455222ae212517308baed55b7844383f541b3d4105acf2e1a
6
+ metadata.gz: 997e38d37a4e3788a6c6382bea43b73b0cdf183ece8b9c21cd4980bad8d94751652928ada07a10656f18e5a07f688afef77d2d1c6b2958ab7e0e1d0204588d41
7
+ data.tar.gz: f731102221db75553a217c815da72addc5a9526f9e26f033879e3c65eb901559812df45a54034f66c29fc775bed53312fe3b58795dd6a0dabc8520812af23ca7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.89.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
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
- # \\\{Config:name\\}, as long as the configuration property is both
558
- # required and not secret. For more information, see [Create a Custom
559
- # Action for a Pipeline][1].
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.89.0'
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" : \{ Key : Value \},`
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
- # \\\{Config:name\\}, as long as the configuration property is both
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/\\\{Branch\\}" and the target action
5704
- # has an action configuration property called "Branch" with a value
5705
- # of "main", the `MatchEquals` value is evaluated as
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].
@@ -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.89.0'
57
+ GEM_VERSION = '1.90.0'
58
58
 
59
59
  end
60
60
 
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.89.0
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-10-18 00:00:00.000000000 Z
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