aws-sdk-codepipeline 1.73.0 → 1.74.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-codepipeline/client.rb +8 -7
- data/lib/aws-sdk-codepipeline/client_api.rb +1 -0
- data/lib/aws-sdk-codepipeline/types.rb +7 -5
- data/lib/aws-sdk-codepipeline.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +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: 20d74fcf77a6508c5521e9f696fcdaec7308322ad3166e71e2a008f1db0db3be
|
4
|
+
data.tar.gz: d6e4163432d1923a8f1b84c682641b05a0a92df717841989a204794956832d2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a96176d04f336d248f60ad5a5f0a406f8177002e06ddf99ef4906e22458fab62595c1d57a9cb377d14223fc9558ad281eee98ac03283e6020398d3cf3229b7b
|
7
|
+
data.tar.gz: edffb402e8a619315f3b90e3b576c954d19d89d5b29b6d7f64b5395fae938d649b38a8fac9c94a526ebc6c2a693be8dbbde9e839ce3f54c0b815bf7027ff3bec
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.74.0 (2024-06-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides.
|
8
|
+
|
4
9
|
1.73.0 (2024-06-05)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -1521,11 +1521,6 @@ module Aws::CodePipeline
|
|
1521
1521
|
# value. Action execution history is retained for up to 12 months, based
|
1522
1522
|
# on action execution start times. Default value is 100.
|
1523
1523
|
#
|
1524
|
-
# <note markdown="1"> Detailed execution history is available for executions run on or after
|
1525
|
-
# February 21, 2019.
|
1526
|
-
#
|
1527
|
-
# </note>
|
1528
|
-
#
|
1529
1524
|
# @option params [String] :next_token
|
1530
1525
|
# The token that was returned from the previous `ListActionExecutions`
|
1531
1526
|
# call, which can be used to return the next set of action executions in
|
@@ -1668,6 +1663,12 @@ module Aws::CodePipeline
|
|
1668
1663
|
|
1669
1664
|
# Gets a summary of the most recent executions for a pipeline.
|
1670
1665
|
#
|
1666
|
+
# <note markdown="1"> When applying the filter for pipeline executions that have succeeded
|
1667
|
+
# in the stage, the operation returns all executions in the current
|
1668
|
+
# pipeline version beginning on February 1, 2024.
|
1669
|
+
#
|
1670
|
+
# </note>
|
1671
|
+
#
|
1671
1672
|
# @option params [required, String] :pipeline_name
|
1672
1673
|
# The name of the pipeline for which you want to get execution summary
|
1673
1674
|
# information.
|
@@ -2538,7 +2539,7 @@ module Aws::CodePipeline
|
|
2538
2539
|
# source_revisions: [
|
2539
2540
|
# {
|
2540
2541
|
# action_name: "ActionName", # required
|
2541
|
-
# revision_type: "COMMIT_ID", # required, accepts COMMIT_ID, IMAGE_DIGEST, S3_OBJECT_VERSION_ID
|
2542
|
+
# revision_type: "COMMIT_ID", # required, accepts COMMIT_ID, IMAGE_DIGEST, S3_OBJECT_VERSION_ID, S3_OBJECT_KEY
|
2542
2543
|
# revision_value: "Revision", # required
|
2543
2544
|
# },
|
2544
2545
|
# ],
|
@@ -2965,7 +2966,7 @@ module Aws::CodePipeline
|
|
2965
2966
|
params: params,
|
2966
2967
|
config: config)
|
2967
2968
|
context[:gem_name] = 'aws-sdk-codepipeline'
|
2968
|
-
context[:gem_version] = '1.
|
2969
|
+
context[:gem_version] = '1.74.0'
|
2969
2970
|
Seahorse::Client::Request.new(handlers, context)
|
2970
2971
|
end
|
2971
2972
|
|
@@ -2552,11 +2552,6 @@ module Aws::CodePipeline
|
|
2552
2552
|
# retrieve the remaining results, make another call with the returned
|
2553
2553
|
# nextToken value. Action execution history is retained for up to 12
|
2554
2554
|
# months, based on action execution start times. Default value is 100.
|
2555
|
-
#
|
2556
|
-
# <note markdown="1"> Detailed execution history is available for executions run on or
|
2557
|
-
# after February 21, 2019.
|
2558
|
-
#
|
2559
|
-
# </note>
|
2560
2555
|
# @return [Integer]
|
2561
2556
|
#
|
2562
2557
|
# @!attribute [rw] next_token
|
@@ -4098,6 +4093,13 @@ module Aws::CodePipeline
|
|
4098
4093
|
# the version with all the changes to your application code, or source
|
4099
4094
|
# artifact, for the pipeline execution.
|
4100
4095
|
#
|
4096
|
+
# <note markdown="1"> For the `S3_OBJECT_VERSION_ID` and `S3_OBJECT_KEY` types of source
|
4097
|
+
# revisions, either of the types can be used independently, or they can
|
4098
|
+
# be used together to override the source with a specific ObjectKey and
|
4099
|
+
# VersionID.
|
4100
|
+
#
|
4101
|
+
# </note>
|
4102
|
+
#
|
4101
4103
|
# @!attribute [rw] action_name
|
4102
4104
|
# The name of the action where the override will be applied.
|
4103
4105
|
# @return [String]
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -683,7 +683,7 @@ module Aws
|
|
683
683
|
?source_revisions: Array[
|
684
684
|
{
|
685
685
|
action_name: ::String,
|
686
|
-
revision_type: ("COMMIT_ID" | "IMAGE_DIGEST" | "S3_OBJECT_VERSION_ID"),
|
686
|
+
revision_type: ("COMMIT_ID" | "IMAGE_DIGEST" | "S3_OBJECT_VERSION_ID" | "S3_OBJECT_KEY"),
|
687
687
|
revision_value: ::String
|
688
688
|
},
|
689
689
|
]
|
data/sig/types.rbs
CHANGED
@@ -1040,7 +1040,7 @@ module Aws::CodePipeline
|
|
1040
1040
|
|
1041
1041
|
class SourceRevisionOverride
|
1042
1042
|
attr_accessor action_name: ::String
|
1043
|
-
attr_accessor revision_type: ("COMMIT_ID" | "IMAGE_DIGEST" | "S3_OBJECT_VERSION_ID")
|
1043
|
+
attr_accessor revision_type: ("COMMIT_ID" | "IMAGE_DIGEST" | "S3_OBJECT_VERSION_ID" | "S3_OBJECT_KEY")
|
1044
1044
|
attr_accessor revision_value: ::String
|
1045
1045
|
SENSITIVE: []
|
1046
1046
|
end
|
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.74.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-06-
|
11
|
+
date: 2024-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|