aws-sdk-codepipeline 1.0.0 → 1.1.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 545cf5ae4ff7edd0428b6ae20c0823d8825ddbb0
|
|
4
|
+
data.tar.gz: 6da6ee10f56064fed74934731cf0a44c45b1621e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 217f628603405ec1f202729f5c6d68959a61e352b6c3f1f2484310683db803bf658b67b6719b56374b86ac971eea6b0cc23f6cea2b4cd921899c1453b2e0458f
|
|
7
|
+
data.tar.gz: 6b9c7c913d8e1455ca697457a51dbe22039d908aa2398f0786d4d56aee66b499d21866869a36cff55010b4203c19d126bf6519e526f84715c00692621919568c
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
|
@@ -667,6 +667,7 @@ module Aws::CodePipeline
|
|
|
667
667
|
# @return [Types::GetPipelineOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
668
668
|
#
|
|
669
669
|
# * {Types::GetPipelineOutput#pipeline #pipeline} => Types::PipelineDeclaration
|
|
670
|
+
# * {Types::GetPipelineOutput#metadata #metadata} => Types::PipelineMetadata
|
|
670
671
|
#
|
|
671
672
|
# @example Request syntax with placeholder values
|
|
672
673
|
#
|
|
@@ -703,6 +704,9 @@ module Aws::CodePipeline
|
|
|
703
704
|
# resp.pipeline.stages[0].actions[0].input_artifacts[0].name #=> String
|
|
704
705
|
# resp.pipeline.stages[0].actions[0].role_arn #=> String
|
|
705
706
|
# resp.pipeline.version #=> Integer
|
|
707
|
+
# resp.metadata.pipeline_arn #=> String
|
|
708
|
+
# resp.metadata.created #=> Time
|
|
709
|
+
# resp.metadata.updated #=> Time
|
|
706
710
|
#
|
|
707
711
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetPipeline AWS API Documentation
|
|
708
712
|
#
|
|
@@ -961,7 +965,7 @@ module Aws::CodePipeline
|
|
|
961
965
|
# value is 100.
|
|
962
966
|
#
|
|
963
967
|
# @option params [String] :next_token
|
|
964
|
-
# The token that was returned from the previous
|
|
968
|
+
# The token that was returned from the previous ListPipelineExecutions
|
|
965
969
|
# call, which can be used to return the next set of pipeline executions
|
|
966
970
|
# in the list.
|
|
967
971
|
#
|
|
@@ -1631,7 +1635,7 @@ module Aws::CodePipeline
|
|
|
1631
1635
|
params: params,
|
|
1632
1636
|
config: config)
|
|
1633
1637
|
context[:gem_name] = 'aws-sdk-codepipeline'
|
|
1634
|
-
context[:gem_version] = '1.
|
|
1638
|
+
context[:gem_version] = '1.1.0'
|
|
1635
1639
|
Seahorse::Client::Request.new(handlers, context)
|
|
1636
1640
|
end
|
|
1637
1641
|
|
|
@@ -140,6 +140,7 @@ module Aws::CodePipeline
|
|
|
140
140
|
OutputArtifact = Shapes::StructureShape.new(name: 'OutputArtifact')
|
|
141
141
|
OutputArtifactList = Shapes::ListShape.new(name: 'OutputArtifactList')
|
|
142
142
|
Percentage = Shapes::IntegerShape.new(name: 'Percentage')
|
|
143
|
+
PipelineArn = Shapes::StringShape.new(name: 'PipelineArn')
|
|
143
144
|
PipelineContext = Shapes::StructureShape.new(name: 'PipelineContext')
|
|
144
145
|
PipelineDeclaration = Shapes::StructureShape.new(name: 'PipelineDeclaration')
|
|
145
146
|
PipelineExecution = Shapes::StructureShape.new(name: 'PipelineExecution')
|
|
@@ -149,6 +150,7 @@ module Aws::CodePipeline
|
|
|
149
150
|
PipelineExecutionSummary = Shapes::StructureShape.new(name: 'PipelineExecutionSummary')
|
|
150
151
|
PipelineExecutionSummaryList = Shapes::ListShape.new(name: 'PipelineExecutionSummaryList')
|
|
151
152
|
PipelineList = Shapes::ListShape.new(name: 'PipelineList')
|
|
153
|
+
PipelineMetadata = Shapes::StructureShape.new(name: 'PipelineMetadata')
|
|
152
154
|
PipelineName = Shapes::StringShape.new(name: 'PipelineName')
|
|
153
155
|
PipelineNameInUseException = Shapes::StructureShape.new(name: 'PipelineNameInUseException')
|
|
154
156
|
PipelineNotFoundException = Shapes::StructureShape.new(name: 'PipelineNotFoundException')
|
|
@@ -422,6 +424,7 @@ module Aws::CodePipeline
|
|
|
422
424
|
GetPipelineInput.struct_class = Types::GetPipelineInput
|
|
423
425
|
|
|
424
426
|
GetPipelineOutput.add_member(:pipeline, Shapes::ShapeRef.new(shape: PipelineDeclaration, location_name: "pipeline"))
|
|
427
|
+
GetPipelineOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: PipelineMetadata, location_name: "metadata"))
|
|
425
428
|
GetPipelineOutput.struct_class = Types::GetPipelineOutput
|
|
426
429
|
|
|
427
430
|
GetPipelineStateInput.add_member(:name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "name"))
|
|
@@ -527,6 +530,11 @@ module Aws::CodePipeline
|
|
|
527
530
|
|
|
528
531
|
PipelineList.member = Shapes::ShapeRef.new(shape: PipelineSummary)
|
|
529
532
|
|
|
533
|
+
PipelineMetadata.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "pipelineArn"))
|
|
534
|
+
PipelineMetadata.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "created"))
|
|
535
|
+
PipelineMetadata.add_member(:updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updated"))
|
|
536
|
+
PipelineMetadata.struct_class = Types::PipelineMetadata
|
|
537
|
+
|
|
530
538
|
PipelineStageDeclarationList.member = Shapes::ShapeRef.new(shape: StageDeclaration)
|
|
531
539
|
|
|
532
540
|
PipelineSummary.add_member(:name, Shapes::ShapeRef.new(shape: PipelineName, location_name: "name"))
|
|
@@ -35,7 +35,7 @@ module Aws::CodePipeline
|
|
|
35
35
|
include Aws::Structure
|
|
36
36
|
end
|
|
37
37
|
|
|
38
|
-
# Represents the input of an
|
|
38
|
+
# Represents the input of an AcknowledgeJob action.
|
|
39
39
|
#
|
|
40
40
|
# @note When making an API call, you may pass AcknowledgeJobInput
|
|
41
41
|
# data as a hash:
|
|
@@ -65,7 +65,7 @@ module Aws::CodePipeline
|
|
|
65
65
|
include Aws::Structure
|
|
66
66
|
end
|
|
67
67
|
|
|
68
|
-
# Represents the output of an
|
|
68
|
+
# Represents the output of an AcknowledgeJob action.
|
|
69
69
|
#
|
|
70
70
|
# @!attribute [rw] status
|
|
71
71
|
# Whether the job worker has received the specified job.
|
|
@@ -78,7 +78,7 @@ module Aws::CodePipeline
|
|
|
78
78
|
include Aws::Structure
|
|
79
79
|
end
|
|
80
80
|
|
|
81
|
-
# Represents the input of an
|
|
81
|
+
# Represents the input of an AcknowledgeThirdPartyJob action.
|
|
82
82
|
#
|
|
83
83
|
# @note When making an API call, you may pass AcknowledgeThirdPartyJobInput
|
|
84
84
|
# data as a hash:
|
|
@@ -114,7 +114,7 @@ module Aws::CodePipeline
|
|
|
114
114
|
include Aws::Structure
|
|
115
115
|
end
|
|
116
116
|
|
|
117
|
-
# Represents the output of an
|
|
117
|
+
# Represents the output of an AcknowledgeThirdPartyJob action.
|
|
118
118
|
#
|
|
119
119
|
# @!attribute [rw] status
|
|
120
120
|
# The status information for the third party job, if any.
|
|
@@ -178,7 +178,7 @@ module Aws::CodePipeline
|
|
|
178
178
|
# @return [Boolean]
|
|
179
179
|
#
|
|
180
180
|
# @!attribute [rw] queryable
|
|
181
|
-
# Indicates that the
|
|
181
|
+
# Indicates that the property will be used in conjunction with
|
|
182
182
|
# PollForJobs. When creating a custom action, an action can have up to
|
|
183
183
|
# one queryable property. If it has one, that property must be both
|
|
184
184
|
# required and not secret.
|
|
@@ -768,7 +768,7 @@ module Aws::CodePipeline
|
|
|
768
768
|
include Aws::Structure
|
|
769
769
|
end
|
|
770
770
|
|
|
771
|
-
# Represents the input of a
|
|
771
|
+
# Represents the input of a CreateCustomActionType operation.
|
|
772
772
|
#
|
|
773
773
|
# @note When making an API call, you may pass CreateCustomActionTypeInput
|
|
774
774
|
# data as a hash:
|
|
@@ -866,7 +866,7 @@ module Aws::CodePipeline
|
|
|
866
866
|
include Aws::Structure
|
|
867
867
|
end
|
|
868
868
|
|
|
869
|
-
# Represents the output of a
|
|
869
|
+
# Represents the output of a CreateCustomActionType operation.
|
|
870
870
|
#
|
|
871
871
|
# @!attribute [rw] action_type
|
|
872
872
|
# Returns information about the details of an action type.
|
|
@@ -879,7 +879,7 @@ module Aws::CodePipeline
|
|
|
879
879
|
include Aws::Structure
|
|
880
880
|
end
|
|
881
881
|
|
|
882
|
-
# Represents the input of a
|
|
882
|
+
# Represents the input of a CreatePipeline action.
|
|
883
883
|
#
|
|
884
884
|
# @note When making an API call, you may pass CreatePipelineInput
|
|
885
885
|
# data as a hash:
|
|
@@ -949,7 +949,7 @@ module Aws::CodePipeline
|
|
|
949
949
|
include Aws::Structure
|
|
950
950
|
end
|
|
951
951
|
|
|
952
|
-
# Represents the output of a
|
|
952
|
+
# Represents the output of a CreatePipeline action.
|
|
953
953
|
#
|
|
954
954
|
# @!attribute [rw] pipeline
|
|
955
955
|
# Represents the structure of actions and stages to be performed in
|
|
@@ -1002,7 +1002,7 @@ module Aws::CodePipeline
|
|
|
1002
1002
|
include Aws::Structure
|
|
1003
1003
|
end
|
|
1004
1004
|
|
|
1005
|
-
# Represents the input of a
|
|
1005
|
+
# Represents the input of a DeleteCustomActionType operation. The custom
|
|
1006
1006
|
# action will be marked as deleted.
|
|
1007
1007
|
#
|
|
1008
1008
|
# @note When making an API call, you may pass DeleteCustomActionTypeInput
|
|
@@ -1037,7 +1037,7 @@ module Aws::CodePipeline
|
|
|
1037
1037
|
include Aws::Structure
|
|
1038
1038
|
end
|
|
1039
1039
|
|
|
1040
|
-
# Represents the input of a
|
|
1040
|
+
# Represents the input of a DeletePipeline action.
|
|
1041
1041
|
#
|
|
1042
1042
|
# @note When making an API call, you may pass DeletePipelineInput
|
|
1043
1043
|
# data as a hash:
|
|
@@ -1057,7 +1057,7 @@ module Aws::CodePipeline
|
|
|
1057
1057
|
include Aws::Structure
|
|
1058
1058
|
end
|
|
1059
1059
|
|
|
1060
|
-
# Represents the input of a
|
|
1060
|
+
# Represents the input of a DisableStageTransition action.
|
|
1061
1061
|
#
|
|
1062
1062
|
# @note When making an API call, you may pass DisableStageTransitionInput
|
|
1063
1063
|
# data as a hash:
|
|
@@ -1102,7 +1102,7 @@ module Aws::CodePipeline
|
|
|
1102
1102
|
include Aws::Structure
|
|
1103
1103
|
end
|
|
1104
1104
|
|
|
1105
|
-
# Represents the input of an
|
|
1105
|
+
# Represents the input of an EnableStageTransition action.
|
|
1106
1106
|
#
|
|
1107
1107
|
# @note When making an API call, you may pass EnableStageTransitionInput
|
|
1108
1108
|
# data as a hash:
|
|
@@ -1255,7 +1255,7 @@ module Aws::CodePipeline
|
|
|
1255
1255
|
include Aws::Structure
|
|
1256
1256
|
end
|
|
1257
1257
|
|
|
1258
|
-
# Represents the input of a
|
|
1258
|
+
# Represents the input of a GetJobDetails action.
|
|
1259
1259
|
#
|
|
1260
1260
|
# @note When making an API call, you may pass GetJobDetailsInput
|
|
1261
1261
|
# data as a hash:
|
|
@@ -1275,7 +1275,7 @@ module Aws::CodePipeline
|
|
|
1275
1275
|
include Aws::Structure
|
|
1276
1276
|
end
|
|
1277
1277
|
|
|
1278
|
-
# Represents the output of a
|
|
1278
|
+
# Represents the output of a GetJobDetails action.
|
|
1279
1279
|
#
|
|
1280
1280
|
# @!attribute [rw] job_details
|
|
1281
1281
|
# The details of the job.
|
|
@@ -1293,7 +1293,7 @@ module Aws::CodePipeline
|
|
|
1293
1293
|
include Aws::Structure
|
|
1294
1294
|
end
|
|
1295
1295
|
|
|
1296
|
-
# Represents the input of a
|
|
1296
|
+
# Represents the input of a GetPipelineExecution action.
|
|
1297
1297
|
#
|
|
1298
1298
|
# @note When making an API call, you may pass GetPipelineExecutionInput
|
|
1299
1299
|
# data as a hash:
|
|
@@ -1321,7 +1321,7 @@ module Aws::CodePipeline
|
|
|
1321
1321
|
include Aws::Structure
|
|
1322
1322
|
end
|
|
1323
1323
|
|
|
1324
|
-
# Represents the output of a
|
|
1324
|
+
# Represents the output of a GetPipelineExecution action.
|
|
1325
1325
|
#
|
|
1326
1326
|
# @!attribute [rw] pipeline_execution
|
|
1327
1327
|
# Represents information about the execution of a pipeline.
|
|
@@ -1334,7 +1334,7 @@ module Aws::CodePipeline
|
|
|
1334
1334
|
include Aws::Structure
|
|
1335
1335
|
end
|
|
1336
1336
|
|
|
1337
|
-
# Represents the input of a
|
|
1337
|
+
# Represents the input of a GetPipeline action.
|
|
1338
1338
|
#
|
|
1339
1339
|
# @note When making an API call, you may pass GetPipelineInput
|
|
1340
1340
|
# data as a hash:
|
|
@@ -1363,21 +1363,27 @@ module Aws::CodePipeline
|
|
|
1363
1363
|
include Aws::Structure
|
|
1364
1364
|
end
|
|
1365
1365
|
|
|
1366
|
-
# Represents the output of a
|
|
1366
|
+
# Represents the output of a GetPipeline action.
|
|
1367
1367
|
#
|
|
1368
1368
|
# @!attribute [rw] pipeline
|
|
1369
1369
|
# Represents the structure of actions and stages to be performed in
|
|
1370
1370
|
# the pipeline.
|
|
1371
1371
|
# @return [Types::PipelineDeclaration]
|
|
1372
1372
|
#
|
|
1373
|
+
# @!attribute [rw] metadata
|
|
1374
|
+
# Represents the pipeline metadata information returned as part of the
|
|
1375
|
+
# output of a GetPipeline action.
|
|
1376
|
+
# @return [Types::PipelineMetadata]
|
|
1377
|
+
#
|
|
1373
1378
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetPipelineOutput AWS API Documentation
|
|
1374
1379
|
#
|
|
1375
1380
|
class GetPipelineOutput < Struct.new(
|
|
1376
|
-
:pipeline
|
|
1381
|
+
:pipeline,
|
|
1382
|
+
:metadata)
|
|
1377
1383
|
include Aws::Structure
|
|
1378
1384
|
end
|
|
1379
1385
|
|
|
1380
|
-
# Represents the input of a
|
|
1386
|
+
# Represents the input of a GetPipelineState action.
|
|
1381
1387
|
#
|
|
1382
1388
|
# @note When making an API call, you may pass GetPipelineStateInput
|
|
1383
1389
|
# data as a hash:
|
|
@@ -1397,7 +1403,7 @@ module Aws::CodePipeline
|
|
|
1397
1403
|
include Aws::Structure
|
|
1398
1404
|
end
|
|
1399
1405
|
|
|
1400
|
-
# Represents the output of a
|
|
1406
|
+
# Represents the output of a GetPipelineState action.
|
|
1401
1407
|
#
|
|
1402
1408
|
# @!attribute [rw] pipeline_name
|
|
1403
1409
|
# The name of the pipeline for which you want to get the state.
|
|
@@ -1437,7 +1443,7 @@ module Aws::CodePipeline
|
|
|
1437
1443
|
include Aws::Structure
|
|
1438
1444
|
end
|
|
1439
1445
|
|
|
1440
|
-
# Represents the input of a
|
|
1446
|
+
# Represents the input of a GetThirdPartyJobDetails action.
|
|
1441
1447
|
#
|
|
1442
1448
|
# @note When making an API call, you may pass GetThirdPartyJobDetailsInput
|
|
1443
1449
|
# data as a hash:
|
|
@@ -1465,7 +1471,7 @@ module Aws::CodePipeline
|
|
|
1465
1471
|
include Aws::Structure
|
|
1466
1472
|
end
|
|
1467
1473
|
|
|
1468
|
-
# Represents the output of a
|
|
1474
|
+
# Represents the output of a GetThirdPartyJobDetails action.
|
|
1469
1475
|
#
|
|
1470
1476
|
# @!attribute [rw] job_details
|
|
1471
1477
|
# The details of the job, including any protected values defined for
|
|
@@ -1616,7 +1622,7 @@ module Aws::CodePipeline
|
|
|
1616
1622
|
include Aws::Structure
|
|
1617
1623
|
end
|
|
1618
1624
|
|
|
1619
|
-
# Represents the input of a
|
|
1625
|
+
# Represents the input of a ListActionTypes action.
|
|
1620
1626
|
#
|
|
1621
1627
|
# @note When making an API call, you may pass ListActionTypesInput
|
|
1622
1628
|
# data as a hash:
|
|
@@ -1645,7 +1651,7 @@ module Aws::CodePipeline
|
|
|
1645
1651
|
include Aws::Structure
|
|
1646
1652
|
end
|
|
1647
1653
|
|
|
1648
|
-
# Represents the output of a
|
|
1654
|
+
# Represents the output of a ListActionTypes action.
|
|
1649
1655
|
#
|
|
1650
1656
|
# @!attribute [rw] action_types
|
|
1651
1657
|
# Provides details of the action types.
|
|
@@ -1666,7 +1672,7 @@ module Aws::CodePipeline
|
|
|
1666
1672
|
include Aws::Structure
|
|
1667
1673
|
end
|
|
1668
1674
|
|
|
1669
|
-
# Represents the input of a
|
|
1675
|
+
# Represents the input of a ListPipelineExecutions action.
|
|
1670
1676
|
#
|
|
1671
1677
|
# @note When making an API call, you may pass ListPipelineExecutionsInput
|
|
1672
1678
|
# data as a hash:
|
|
@@ -1691,9 +1697,9 @@ module Aws::CodePipeline
|
|
|
1691
1697
|
# @return [Integer]
|
|
1692
1698
|
#
|
|
1693
1699
|
# @!attribute [rw] next_token
|
|
1694
|
-
# The token that was returned from the previous
|
|
1695
|
-
#
|
|
1696
|
-
#
|
|
1700
|
+
# The token that was returned from the previous ListPipelineExecutions
|
|
1701
|
+
# call, which can be used to return the next set of pipeline
|
|
1702
|
+
# executions in the list.
|
|
1697
1703
|
# @return [String]
|
|
1698
1704
|
#
|
|
1699
1705
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListPipelineExecutionsInput AWS API Documentation
|
|
@@ -1705,17 +1711,16 @@ module Aws::CodePipeline
|
|
|
1705
1711
|
include Aws::Structure
|
|
1706
1712
|
end
|
|
1707
1713
|
|
|
1708
|
-
# Represents the output of a
|
|
1714
|
+
# Represents the output of a ListPipelineExecutions action.
|
|
1709
1715
|
#
|
|
1710
1716
|
# @!attribute [rw] pipeline_execution_summaries
|
|
1711
1717
|
# A list of executions in the history of a pipeline.
|
|
1712
1718
|
# @return [Array<Types::PipelineExecutionSummary>]
|
|
1713
1719
|
#
|
|
1714
1720
|
# @!attribute [rw] next_token
|
|
1715
|
-
# A token that can be used in the next
|
|
1716
|
-
#
|
|
1717
|
-
#
|
|
1718
|
-
# until no more nextToken values are returned.
|
|
1721
|
+
# A token that can be used in the next ListPipelineExecutions call. To
|
|
1722
|
+
# view all items in the list, continue to call this operation with
|
|
1723
|
+
# each subsequent token until no more nextToken values are returned.
|
|
1719
1724
|
# @return [String]
|
|
1720
1725
|
#
|
|
1721
1726
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListPipelineExecutionsOutput AWS API Documentation
|
|
@@ -1726,7 +1731,7 @@ module Aws::CodePipeline
|
|
|
1726
1731
|
include Aws::Structure
|
|
1727
1732
|
end
|
|
1728
1733
|
|
|
1729
|
-
# Represents the input of a
|
|
1734
|
+
# Represents the input of a ListPipelines action.
|
|
1730
1735
|
#
|
|
1731
1736
|
# @note When making an API call, you may pass ListPipelinesInput
|
|
1732
1737
|
# data as a hash:
|
|
@@ -1748,7 +1753,7 @@ module Aws::CodePipeline
|
|
|
1748
1753
|
include Aws::Structure
|
|
1749
1754
|
end
|
|
1750
1755
|
|
|
1751
|
-
# Represents the output of a
|
|
1756
|
+
# Represents the output of a ListPipelines action.
|
|
1752
1757
|
#
|
|
1753
1758
|
# @!attribute [rw] pipelines
|
|
1754
1759
|
# The list of pipelines.
|
|
@@ -1810,6 +1815,8 @@ module Aws::CodePipeline
|
|
|
1810
1815
|
# @return [Types::StageContext]
|
|
1811
1816
|
#
|
|
1812
1817
|
# @!attribute [rw] action
|
|
1818
|
+
# The context of an action to a job worker within the stage of a
|
|
1819
|
+
# pipeline.
|
|
1813
1820
|
# @return [Types::ActionContext]
|
|
1814
1821
|
#
|
|
1815
1822
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PipelineContext AWS API Documentation
|
|
@@ -1889,8 +1896,8 @@ module Aws::CodePipeline
|
|
|
1889
1896
|
# @return [String]
|
|
1890
1897
|
#
|
|
1891
1898
|
# @!attribute [rw] artifact_store
|
|
1892
|
-
# Represents
|
|
1893
|
-
#
|
|
1899
|
+
# Represents information about the Amazon S3 bucket where artifacts
|
|
1900
|
+
# are stored for the pipeline.
|
|
1894
1901
|
# @return [Types::ArtifactStore]
|
|
1895
1902
|
#
|
|
1896
1903
|
# @!attribute [rw] stages
|
|
@@ -1933,13 +1940,13 @@ module Aws::CodePipeline
|
|
|
1933
1940
|
#
|
|
1934
1941
|
# * InProgress: The pipeline execution is currently running.
|
|
1935
1942
|
#
|
|
1936
|
-
# * Succeeded: The pipeline execution completed successfully.
|
|
1943
|
+
# * Succeeded: The pipeline execution was completed successfully.
|
|
1937
1944
|
#
|
|
1938
1945
|
# * Superseded: While this pipeline execution was waiting for the next
|
|
1939
|
-
# stage to be completed, a newer pipeline execution
|
|
1946
|
+
# stage to be completed, a newer pipeline execution advanced and
|
|
1940
1947
|
# continued through the pipeline instead.
|
|
1941
1948
|
#
|
|
1942
|
-
# * Failed: The pipeline execution
|
|
1949
|
+
# * Failed: The pipeline execution was not completed successfully.
|
|
1943
1950
|
# @return [String]
|
|
1944
1951
|
#
|
|
1945
1952
|
# @!attribute [rw] artifact_revisions
|
|
@@ -1968,13 +1975,13 @@ module Aws::CodePipeline
|
|
|
1968
1975
|
#
|
|
1969
1976
|
# * InProgress: The pipeline execution is currently running.
|
|
1970
1977
|
#
|
|
1971
|
-
# * Succeeded: The pipeline execution completed successfully.
|
|
1978
|
+
# * Succeeded: The pipeline execution was completed successfully.
|
|
1972
1979
|
#
|
|
1973
1980
|
# * Superseded: While this pipeline execution was waiting for the next
|
|
1974
|
-
# stage to be completed, a newer pipeline execution
|
|
1981
|
+
# stage to be completed, a newer pipeline execution advanced and
|
|
1975
1982
|
# continued through the pipeline instead.
|
|
1976
1983
|
#
|
|
1977
|
-
# * Failed: The pipeline execution
|
|
1984
|
+
# * Failed: The pipeline execution was not completed successfully.
|
|
1978
1985
|
# @return [String]
|
|
1979
1986
|
#
|
|
1980
1987
|
# @!attribute [rw] start_time
|
|
@@ -1997,6 +2004,30 @@ module Aws::CodePipeline
|
|
|
1997
2004
|
include Aws::Structure
|
|
1998
2005
|
end
|
|
1999
2006
|
|
|
2007
|
+
# Information about a pipeline.
|
|
2008
|
+
#
|
|
2009
|
+
# @!attribute [rw] pipeline_arn
|
|
2010
|
+
# The Amazon Resource Name (ARN) of the pipeline.
|
|
2011
|
+
# @return [String]
|
|
2012
|
+
#
|
|
2013
|
+
# @!attribute [rw] created
|
|
2014
|
+
# The date and time the pipeline was created, in timestamp format.
|
|
2015
|
+
# @return [Time]
|
|
2016
|
+
#
|
|
2017
|
+
# @!attribute [rw] updated
|
|
2018
|
+
# The date and time the pipeline was last updated, in timestamp
|
|
2019
|
+
# format.
|
|
2020
|
+
# @return [Time]
|
|
2021
|
+
#
|
|
2022
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PipelineMetadata AWS API Documentation
|
|
2023
|
+
#
|
|
2024
|
+
class PipelineMetadata < Struct.new(
|
|
2025
|
+
:pipeline_arn,
|
|
2026
|
+
:created,
|
|
2027
|
+
:updated)
|
|
2028
|
+
include Aws::Structure
|
|
2029
|
+
end
|
|
2030
|
+
|
|
2000
2031
|
# Returns a summary of a pipeline.
|
|
2001
2032
|
#
|
|
2002
2033
|
# @!attribute [rw] name
|
|
@@ -2026,7 +2057,7 @@ module Aws::CodePipeline
|
|
|
2026
2057
|
include Aws::Structure
|
|
2027
2058
|
end
|
|
2028
2059
|
|
|
2029
|
-
# Represents the input of a
|
|
2060
|
+
# Represents the input of a PollForJobs action.
|
|
2030
2061
|
#
|
|
2031
2062
|
# @note When making an API call, you may pass PollForJobsInput
|
|
2032
2063
|
# data as a hash:
|
|
@@ -2069,7 +2100,7 @@ module Aws::CodePipeline
|
|
|
2069
2100
|
include Aws::Structure
|
|
2070
2101
|
end
|
|
2071
2102
|
|
|
2072
|
-
# Represents the output of a
|
|
2103
|
+
# Represents the output of a PollForJobs action.
|
|
2073
2104
|
#
|
|
2074
2105
|
# @!attribute [rw] jobs
|
|
2075
2106
|
# Information about the jobs to take action on.
|
|
@@ -2082,7 +2113,7 @@ module Aws::CodePipeline
|
|
|
2082
2113
|
include Aws::Structure
|
|
2083
2114
|
end
|
|
2084
2115
|
|
|
2085
|
-
# Represents the input of a
|
|
2116
|
+
# Represents the input of a PollForThirdPartyJobs action.
|
|
2086
2117
|
#
|
|
2087
2118
|
# @note When making an API call, you may pass PollForThirdPartyJobsInput
|
|
2088
2119
|
# data as a hash:
|
|
@@ -2113,7 +2144,7 @@ module Aws::CodePipeline
|
|
|
2113
2144
|
include Aws::Structure
|
|
2114
2145
|
end
|
|
2115
2146
|
|
|
2116
|
-
# Represents the output of a
|
|
2147
|
+
# Represents the output of a PollForThirdPartyJobs action.
|
|
2117
2148
|
#
|
|
2118
2149
|
# @!attribute [rw] jobs
|
|
2119
2150
|
# Information about the jobs to take action on.
|
|
@@ -2126,7 +2157,7 @@ module Aws::CodePipeline
|
|
|
2126
2157
|
include Aws::Structure
|
|
2127
2158
|
end
|
|
2128
2159
|
|
|
2129
|
-
# Represents the input of a
|
|
2160
|
+
# Represents the input of a PutActionRevision action.
|
|
2130
2161
|
#
|
|
2131
2162
|
# @note When making an API call, you may pass PutActionRevisionInput
|
|
2132
2163
|
# data as a hash:
|
|
@@ -2170,7 +2201,7 @@ module Aws::CodePipeline
|
|
|
2170
2201
|
include Aws::Structure
|
|
2171
2202
|
end
|
|
2172
2203
|
|
|
2173
|
-
# Represents the output of a
|
|
2204
|
+
# Represents the output of a PutActionRevision action.
|
|
2174
2205
|
#
|
|
2175
2206
|
# @!attribute [rw] new_revision
|
|
2176
2207
|
# Indicates whether the artifact revision was previously used in an
|
|
@@ -2189,7 +2220,7 @@ module Aws::CodePipeline
|
|
|
2189
2220
|
include Aws::Structure
|
|
2190
2221
|
end
|
|
2191
2222
|
|
|
2192
|
-
# Represents the input of a
|
|
2223
|
+
# Represents the input of a PutApprovalResult action.
|
|
2193
2224
|
#
|
|
2194
2225
|
# @note When making an API call, you may pass PutApprovalResultInput
|
|
2195
2226
|
# data as a hash:
|
|
@@ -2239,7 +2270,7 @@ module Aws::CodePipeline
|
|
|
2239
2270
|
include Aws::Structure
|
|
2240
2271
|
end
|
|
2241
2272
|
|
|
2242
|
-
# Represents the output of a
|
|
2273
|
+
# Represents the output of a PutApprovalResult action.
|
|
2243
2274
|
#
|
|
2244
2275
|
# @!attribute [rw] approved_at
|
|
2245
2276
|
# The timestamp showing when the approval or rejection was submitted.
|
|
@@ -2252,7 +2283,7 @@ module Aws::CodePipeline
|
|
|
2252
2283
|
include Aws::Structure
|
|
2253
2284
|
end
|
|
2254
2285
|
|
|
2255
|
-
# Represents the input of a
|
|
2286
|
+
# Represents the input of a PutJobFailureResult action.
|
|
2256
2287
|
#
|
|
2257
2288
|
# @note When making an API call, you may pass PutJobFailureResultInput
|
|
2258
2289
|
# data as a hash:
|
|
@@ -2283,7 +2314,7 @@ module Aws::CodePipeline
|
|
|
2283
2314
|
include Aws::Structure
|
|
2284
2315
|
end
|
|
2285
2316
|
|
|
2286
|
-
# Represents the input of a
|
|
2317
|
+
# Represents the input of a PutJobSuccessResult action.
|
|
2287
2318
|
#
|
|
2288
2319
|
# @note When making an API call, you may pass PutJobSuccessResultInput
|
|
2289
2320
|
# data as a hash:
|
|
@@ -2339,7 +2370,7 @@ module Aws::CodePipeline
|
|
|
2339
2370
|
include Aws::Structure
|
|
2340
2371
|
end
|
|
2341
2372
|
|
|
2342
|
-
# Represents the input of a
|
|
2373
|
+
# Represents the input of a PutThirdPartyJobFailureResult action.
|
|
2343
2374
|
#
|
|
2344
2375
|
# @note When making an API call, you may pass PutThirdPartyJobFailureResultInput
|
|
2345
2376
|
# data as a hash:
|
|
@@ -2378,7 +2409,7 @@ module Aws::CodePipeline
|
|
|
2378
2409
|
include Aws::Structure
|
|
2379
2410
|
end
|
|
2380
2411
|
|
|
2381
|
-
# Represents the input of a
|
|
2412
|
+
# Represents the input of a PutThirdPartyJobSuccessResult action.
|
|
2382
2413
|
#
|
|
2383
2414
|
# @note When making an API call, you may pass PutThirdPartyJobSuccessResultInput
|
|
2384
2415
|
# data as a hash:
|
|
@@ -2441,7 +2472,7 @@ module Aws::CodePipeline
|
|
|
2441
2472
|
include Aws::Structure
|
|
2442
2473
|
end
|
|
2443
2474
|
|
|
2444
|
-
# Represents the input of a
|
|
2475
|
+
# Represents the input of a RetryStageExecution action.
|
|
2445
2476
|
#
|
|
2446
2477
|
# @note When making an API call, you may pass RetryStageExecutionInput
|
|
2447
2478
|
# data as a hash:
|
|
@@ -2482,7 +2513,7 @@ module Aws::CodePipeline
|
|
|
2482
2513
|
include Aws::Structure
|
|
2483
2514
|
end
|
|
2484
2515
|
|
|
2485
|
-
# Represents the output of a
|
|
2516
|
+
# Represents the output of a RetryStageExecution action.
|
|
2486
2517
|
#
|
|
2487
2518
|
# @!attribute [rw] pipeline_execution_id
|
|
2488
2519
|
# The ID of the current workflow execution in the failed stage.
|
|
@@ -2638,7 +2669,7 @@ module Aws::CodePipeline
|
|
|
2638
2669
|
include Aws::Structure
|
|
2639
2670
|
end
|
|
2640
2671
|
|
|
2641
|
-
# Represents the input of a
|
|
2672
|
+
# Represents the input of a StartPipelineExecution action.
|
|
2642
2673
|
#
|
|
2643
2674
|
# @note When making an API call, you may pass StartPipelineExecutionInput
|
|
2644
2675
|
# data as a hash:
|
|
@@ -2658,7 +2689,7 @@ module Aws::CodePipeline
|
|
|
2658
2689
|
include Aws::Structure
|
|
2659
2690
|
end
|
|
2660
2691
|
|
|
2661
|
-
# Represents the output of a
|
|
2692
|
+
# Represents the output of a StartPipelineExecution action.
|
|
2662
2693
|
#
|
|
2663
2694
|
# @!attribute [rw] pipeline_execution_id
|
|
2664
2695
|
# The unique system-generated ID of the pipeline execution that was
|
|
@@ -2812,7 +2843,7 @@ module Aws::CodePipeline
|
|
|
2812
2843
|
include Aws::Structure
|
|
2813
2844
|
end
|
|
2814
2845
|
|
|
2815
|
-
# Represents the input of an
|
|
2846
|
+
# Represents the input of an UpdatePipeline action.
|
|
2816
2847
|
#
|
|
2817
2848
|
# @note When making an API call, you may pass UpdatePipelineInput
|
|
2818
2849
|
# data as a hash:
|
|
@@ -2881,7 +2912,7 @@ module Aws::CodePipeline
|
|
|
2881
2912
|
include Aws::Structure
|
|
2882
2913
|
end
|
|
2883
2914
|
|
|
2884
|
-
# Represents the output of an
|
|
2915
|
+
# Represents the output of an UpdatePipeline action.
|
|
2885
2916
|
#
|
|
2886
2917
|
# @!attribute [rw] pipeline
|
|
2887
2918
|
# The structure of the updated pipeline.
|
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.1.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: 2017-
|
|
11
|
+
date: 2017-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -56,7 +56,9 @@ files:
|
|
|
56
56
|
homepage: http://github.com/aws/aws-sdk-ruby
|
|
57
57
|
licenses:
|
|
58
58
|
- Apache-2.0
|
|
59
|
-
metadata:
|
|
59
|
+
metadata:
|
|
60
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline
|
|
61
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline/CHANGELOG.md
|
|
60
62
|
post_install_message:
|
|
61
63
|
rdoc_options: []
|
|
62
64
|
require_paths:
|