aws-sdk-codepipeline 1.38.0 → 1.39.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7076b7ffac73f110a92c645e3f12f200a7069962517b6bff8dd86f118a6a0bed
|
|
4
|
+
data.tar.gz: 5f3f24403925c5a13aaf66d9c8a7a58edec5c7f3c93010634c54b3351a6c5e88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7db608600f68adadf4cd468f7b69e8a0c932a1b87a0e7da36abaf34438d581b363f64a164e17706b3337b7fd9575b7d8a138a69c1c3dd114a2b1d8c8d5e3bf99
|
|
7
|
+
data.tar.gz: 841dd3a01a55c6a4b1d415ddb1552bbc20aaea9122eb51004a1e6d2ba957554faf5572bcec84bcac1d8020e20d34eab68b35dcf0e8345301220a9275f188b76b
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
|
@@ -1037,7 +1037,8 @@ module Aws::CodePipeline
|
|
|
1037
1037
|
# resp.pipeline_execution.pipeline_name #=> String
|
|
1038
1038
|
# resp.pipeline_execution.pipeline_version #=> Integer
|
|
1039
1039
|
# resp.pipeline_execution.pipeline_execution_id #=> String
|
|
1040
|
-
# resp.pipeline_execution.status #=> String, one of "InProgress", "Stopped", "Stopping", "Succeeded", "Superseded", "Failed"
|
|
1040
|
+
# resp.pipeline_execution.status #=> String, one of "Cancelled", "InProgress", "Stopped", "Stopping", "Succeeded", "Superseded", "Failed"
|
|
1041
|
+
# resp.pipeline_execution.status_summary #=> String
|
|
1041
1042
|
# resp.pipeline_execution.artifact_revisions #=> Array
|
|
1042
1043
|
# resp.pipeline_execution.artifact_revisions[0].name #=> String
|
|
1043
1044
|
# resp.pipeline_execution.artifact_revisions[0].revision_id #=> String
|
|
@@ -1088,7 +1089,7 @@ module Aws::CodePipeline
|
|
|
1088
1089
|
# resp.stage_states #=> Array
|
|
1089
1090
|
# resp.stage_states[0].stage_name #=> String
|
|
1090
1091
|
# resp.stage_states[0].inbound_execution.pipeline_execution_id #=> String
|
|
1091
|
-
# resp.stage_states[0].inbound_execution.status #=> String, one of "InProgress", "Failed", "Stopped", "Stopping", "Succeeded"
|
|
1092
|
+
# resp.stage_states[0].inbound_execution.status #=> String, one of "Cancelled", "InProgress", "Failed", "Stopped", "Stopping", "Succeeded"
|
|
1092
1093
|
# resp.stage_states[0].inbound_transition_state.enabled #=> Boolean
|
|
1093
1094
|
# resp.stage_states[0].inbound_transition_state.last_changed_by #=> String
|
|
1094
1095
|
# resp.stage_states[0].inbound_transition_state.last_changed_at #=> Time
|
|
@@ -1112,7 +1113,7 @@ module Aws::CodePipeline
|
|
|
1112
1113
|
# resp.stage_states[0].action_states[0].entity_url #=> String
|
|
1113
1114
|
# resp.stage_states[0].action_states[0].revision_url #=> String
|
|
1114
1115
|
# resp.stage_states[0].latest_execution.pipeline_execution_id #=> String
|
|
1115
|
-
# resp.stage_states[0].latest_execution.status #=> String, one of "InProgress", "Failed", "Stopped", "Stopping", "Succeeded"
|
|
1116
|
+
# resp.stage_states[0].latest_execution.status #=> String, one of "Cancelled", "InProgress", "Failed", "Stopped", "Stopping", "Succeeded"
|
|
1116
1117
|
# resp.created #=> Time
|
|
1117
1118
|
# resp.updated #=> Time
|
|
1118
1119
|
#
|
|
@@ -1382,7 +1383,7 @@ module Aws::CodePipeline
|
|
|
1382
1383
|
#
|
|
1383
1384
|
# resp.pipeline_execution_summaries #=> Array
|
|
1384
1385
|
# resp.pipeline_execution_summaries[0].pipeline_execution_id #=> String
|
|
1385
|
-
# resp.pipeline_execution_summaries[0].status #=> String, one of "InProgress", "Stopped", "Stopping", "Succeeded", "Superseded", "Failed"
|
|
1386
|
+
# resp.pipeline_execution_summaries[0].status #=> String, one of "Cancelled", "InProgress", "Stopped", "Stopping", "Succeeded", "Superseded", "Failed"
|
|
1386
1387
|
# resp.pipeline_execution_summaries[0].start_time #=> Time
|
|
1387
1388
|
# resp.pipeline_execution_summaries[0].last_update_time #=> Time
|
|
1388
1389
|
# resp.pipeline_execution_summaries[0].source_revisions #=> Array
|
|
@@ -2402,7 +2403,7 @@ module Aws::CodePipeline
|
|
|
2402
2403
|
params: params,
|
|
2403
2404
|
config: config)
|
|
2404
2405
|
context[:gem_name] = 'aws-sdk-codepipeline'
|
|
2405
|
-
context[:gem_version] = '1.
|
|
2406
|
+
context[:gem_version] = '1.39.0'
|
|
2406
2407
|
Seahorse::Client::Request.new(handlers, context)
|
|
2407
2408
|
end
|
|
2408
2409
|
|
|
@@ -190,6 +190,7 @@ module Aws::CodePipeline
|
|
|
190
190
|
PipelineExecutionNotFoundException = Shapes::StructureShape.new(name: 'PipelineExecutionNotFoundException')
|
|
191
191
|
PipelineExecutionNotStoppableException = Shapes::StructureShape.new(name: 'PipelineExecutionNotStoppableException')
|
|
192
192
|
PipelineExecutionStatus = Shapes::StringShape.new(name: 'PipelineExecutionStatus')
|
|
193
|
+
PipelineExecutionStatusSummary = Shapes::StringShape.new(name: 'PipelineExecutionStatusSummary')
|
|
193
194
|
PipelineExecutionSummary = Shapes::StructureShape.new(name: 'PipelineExecutionSummary')
|
|
194
195
|
PipelineExecutionSummaryList = Shapes::ListShape.new(name: 'PipelineExecutionSummaryList')
|
|
195
196
|
PipelineList = Shapes::ListShape.new(name: 'PipelineList')
|
|
@@ -767,6 +768,7 @@ module Aws::CodePipeline
|
|
|
767
768
|
PipelineExecution.add_member(:pipeline_version, Shapes::ShapeRef.new(shape: PipelineVersion, location_name: "pipelineVersion"))
|
|
768
769
|
PipelineExecution.add_member(:pipeline_execution_id, Shapes::ShapeRef.new(shape: PipelineExecutionId, location_name: "pipelineExecutionId"))
|
|
769
770
|
PipelineExecution.add_member(:status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "status"))
|
|
771
|
+
PipelineExecution.add_member(:status_summary, Shapes::ShapeRef.new(shape: PipelineExecutionStatusSummary, location_name: "statusSummary"))
|
|
770
772
|
PipelineExecution.add_member(:artifact_revisions, Shapes::ShapeRef.new(shape: ArtifactRevisionList, location_name: "artifactRevisions"))
|
|
771
773
|
PipelineExecution.struct_class = Types::PipelineExecution
|
|
772
774
|
|
|
@@ -2866,6 +2866,9 @@ module Aws::CodePipeline
|
|
|
2866
2866
|
# @!attribute [rw] status
|
|
2867
2867
|
# The status of the pipeline execution.
|
|
2868
2868
|
#
|
|
2869
|
+
# * Cancelled: The pipeline’s definition was updated before the
|
|
2870
|
+
# pipeline execution could be completed.
|
|
2871
|
+
#
|
|
2869
2872
|
# * InProgress: The pipeline execution is currently running.
|
|
2870
2873
|
#
|
|
2871
2874
|
# * Stopped: The pipeline execution was manually stopped. For more
|
|
@@ -2891,6 +2894,11 @@ module Aws::CodePipeline
|
|
|
2891
2894
|
# [2]: https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded
|
|
2892
2895
|
# @return [String]
|
|
2893
2896
|
#
|
|
2897
|
+
# @!attribute [rw] status_summary
|
|
2898
|
+
# A summary that contains a description of the pipeline execution
|
|
2899
|
+
# status.
|
|
2900
|
+
# @return [String]
|
|
2901
|
+
#
|
|
2894
2902
|
# @!attribute [rw] artifact_revisions
|
|
2895
2903
|
# A list of `ArtifactRevision` objects included in a pipeline
|
|
2896
2904
|
# execution.
|
|
@@ -2903,6 +2911,7 @@ module Aws::CodePipeline
|
|
|
2903
2911
|
:pipeline_version,
|
|
2904
2912
|
:pipeline_execution_id,
|
|
2905
2913
|
:status,
|
|
2914
|
+
:status_summary,
|
|
2906
2915
|
:artifact_revisions)
|
|
2907
2916
|
SENSITIVE = []
|
|
2908
2917
|
include Aws::Structure
|
|
@@ -3824,6 +3833,11 @@ module Aws::CodePipeline
|
|
|
3824
3833
|
# @!attribute [rw] status
|
|
3825
3834
|
# The status of the stage, or for a completed stage, the last status
|
|
3826
3835
|
# of the stage.
|
|
3836
|
+
#
|
|
3837
|
+
# <note markdown="1"> A status of cancelled means that the pipeline’s definition was
|
|
3838
|
+
# updated before the stage execution could be completed.
|
|
3839
|
+
#
|
|
3840
|
+
# </note>
|
|
3827
3841
|
# @return [String]
|
|
3828
3842
|
#
|
|
3829
3843
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/StageExecution AWS API Documentation
|
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.39.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:
|
|
11
|
+
date: 2021-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|