aws-sdk-codepipeline 1.24.0 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-codepipeline.rb +1 -1
- data/lib/aws-sdk-codepipeline/client.rb +67 -69
- data/lib/aws-sdk-codepipeline/types.rb +111 -119
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae747ccbb6eb0d47866686845b41554ce825aa98
|
4
|
+
data.tar.gz: 164507f095c0ed60d800b63af5846111d10abfc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d06c2924dabfdaffe262145b985cde645d0c930f19bbdb4e63707fba3b1d6feab468dbb2db73fd1711fc75d690d9897bc6f3cd672c47c84a9bbf514f21714c9
|
7
|
+
data.tar.gz: ac748386cfc92d1f14e12974575a1c0aa6e96ab2796e7e67396b5b39799a08911e892aa9c65d1fe87a96dd0842d2712fc78906e41278da554c08bc3965461ab2
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
@@ -265,7 +265,7 @@ module Aws::CodePipeline
|
|
265
265
|
# @!group API Operations
|
266
266
|
|
267
267
|
# Returns information about a specified job and whether that job has
|
268
|
-
# been received by the job worker.
|
268
|
+
# been received by the job worker. Used for custom actions only.
|
269
269
|
#
|
270
270
|
# @option params [required, String] :job_id
|
271
271
|
# The unique system-generated ID of the job for which you want to
|
@@ -301,8 +301,8 @@ module Aws::CodePipeline
|
|
301
301
|
req.send_request(options)
|
302
302
|
end
|
303
303
|
|
304
|
-
# Confirms a job worker has received the specified job.
|
305
|
-
#
|
304
|
+
# Confirms a job worker has received the specified job. Used for partner
|
305
|
+
# actions only.
|
306
306
|
#
|
307
307
|
# @option params [required, String] :job_id
|
308
308
|
# The unique system-generated ID of the job.
|
@@ -610,8 +610,8 @@ module Aws::CodePipeline
|
|
610
610
|
end
|
611
611
|
|
612
612
|
# Marks a custom action as deleted. `PollForJobs` for the custom action
|
613
|
-
#
|
614
|
-
#
|
613
|
+
# fails after the action is marked for deletion. Used for custom actions
|
614
|
+
# only.
|
615
615
|
#
|
616
616
|
# To re-create a custom action after it has been deleted you must use a
|
617
617
|
# string in the version field that has never been used before. This
|
@@ -673,7 +673,7 @@ module Aws::CodePipeline
|
|
673
673
|
|
674
674
|
# Deletes a previously created webhook by name. Deleting the webhook
|
675
675
|
# stops AWS CodePipeline from starting a pipeline every time an external
|
676
|
-
# event occurs. The API
|
676
|
+
# event occurs. The API returns successfully when trying to delete a
|
677
677
|
# webhook that is already deleted. If a deleted webhook is re-created by
|
678
678
|
# calling PutWebhook with the same name, it will have a different URL.
|
679
679
|
#
|
@@ -699,7 +699,7 @@ module Aws::CodePipeline
|
|
699
699
|
|
700
700
|
# Removes the connection between the webhook that was created by
|
701
701
|
# CodePipeline and the external tool with events to be detected.
|
702
|
-
# Currently only
|
702
|
+
# Currently supported only for webhooks that target an action type of
|
703
703
|
# GitHub.
|
704
704
|
#
|
705
705
|
# @option params [String] :webhook_name
|
@@ -734,13 +734,13 @@ module Aws::CodePipeline
|
|
734
734
|
# outbound transition of artifacts.
|
735
735
|
#
|
736
736
|
# @option params [required, String] :transition_type
|
737
|
-
# Specifies whether artifacts
|
738
|
-
#
|
739
|
-
#
|
737
|
+
# Specifies whether artifacts are prevented from transitioning into the
|
738
|
+
# stage and being processed by the actions in that stage (inbound), or
|
739
|
+
# prevented from transitioning from the stage after they have been
|
740
740
|
# processed by the actions in that stage (outbound).
|
741
741
|
#
|
742
742
|
# @option params [required, String] :reason
|
743
|
-
# The reason given to the user
|
743
|
+
# The reason given to the user that a stage is disabled, such as waiting
|
744
744
|
# for manual approval or manual tests. This message is displayed in the
|
745
745
|
# pipeline console UI.
|
746
746
|
#
|
@@ -777,10 +777,10 @@ module Aws::CodePipeline
|
|
777
777
|
# next stage (outbound).
|
778
778
|
#
|
779
779
|
# @option params [required, String] :transition_type
|
780
|
-
# Specifies whether artifacts
|
781
|
-
# processed by the actions in that stage (inbound) or whether
|
782
|
-
#
|
783
|
-
#
|
780
|
+
# Specifies whether artifacts are allowed to enter the stage and be
|
781
|
+
# processed by the actions in that stage (inbound) or whether already
|
782
|
+
# processed artifacts are allowed to transition to the next stage
|
783
|
+
# (outbound).
|
784
784
|
#
|
785
785
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
786
786
|
#
|
@@ -801,13 +801,13 @@ module Aws::CodePipeline
|
|
801
801
|
req.send_request(options)
|
802
802
|
end
|
803
803
|
|
804
|
-
# Returns information about a job.
|
804
|
+
# Returns information about a job. Used for custom actions only.
|
805
805
|
#
|
806
806
|
# When this API is called, AWS CodePipeline returns temporary
|
807
807
|
# credentials for the Amazon S3 bucket used to store artifacts for the
|
808
808
|
# pipeline, if the action requires access to that Amazon S3 bucket for
|
809
|
-
# input or output artifacts.
|
810
|
-
#
|
809
|
+
# input or output artifacts. This API also returns any secret values
|
810
|
+
# defined for the action.
|
811
811
|
#
|
812
812
|
# @option params [required, String] :job_id
|
813
813
|
# The unique system-generated ID for the job.
|
@@ -873,12 +873,11 @@ module Aws::CodePipeline
|
|
873
873
|
#
|
874
874
|
# @option params [required, String] :name
|
875
875
|
# The name of the pipeline for which you want to get information.
|
876
|
-
# Pipeline names must be unique under an
|
877
|
-
# account.
|
876
|
+
# Pipeline names must be unique under an AWS user account.
|
878
877
|
#
|
879
878
|
# @option params [Integer] :version
|
880
879
|
# The version number of the pipeline. If you do not specify a version,
|
881
|
-
# defaults to the
|
880
|
+
# defaults to the current version.
|
882
881
|
#
|
883
882
|
# @return [Types::GetPipelineOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
884
883
|
#
|
@@ -1052,14 +1051,14 @@ module Aws::CodePipeline
|
|
1052
1051
|
req.send_request(options)
|
1053
1052
|
end
|
1054
1053
|
|
1055
|
-
# Requests the details of a job for a third party action.
|
1056
|
-
# partner actions.
|
1054
|
+
# Requests the details of a job for a third party action. Used for
|
1055
|
+
# partner actions only.
|
1057
1056
|
#
|
1058
1057
|
# When this API is called, AWS CodePipeline returns temporary
|
1059
1058
|
# credentials for the Amazon S3 bucket used to store artifacts for the
|
1060
1059
|
# pipeline, if the action requires access to that Amazon S3 bucket for
|
1061
|
-
# input or output artifacts.
|
1062
|
-
#
|
1060
|
+
# input or output artifacts. This API also returns any secret values
|
1061
|
+
# defined for the action.
|
1063
1062
|
#
|
1064
1063
|
# @option params [required, String] :job_id
|
1065
1064
|
# The unique system-generated ID used for identifying the job.
|
@@ -1322,8 +1321,8 @@ module Aws::CodePipeline
|
|
1322
1321
|
# Gets a summary of all of the pipelines associated with your account.
|
1323
1322
|
#
|
1324
1323
|
# @option params [String] :next_token
|
1325
|
-
# An identifier that was returned from the previous list pipelines call
|
1326
|
-
#
|
1324
|
+
# An identifier that was returned from the previous list pipelines call.
|
1325
|
+
# It can be used to return the next set of pipelines in the list.
|
1327
1326
|
#
|
1328
1327
|
# @return [Types::ListPipelinesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1329
1328
|
#
|
@@ -1354,7 +1353,7 @@ module Aws::CodePipeline
|
|
1354
1353
|
req.send_request(options)
|
1355
1354
|
end
|
1356
1355
|
|
1357
|
-
# Gets the set of key
|
1356
|
+
# Gets the set of key-value pairs (metadata) that are used to manage the
|
1358
1357
|
# resource.
|
1359
1358
|
#
|
1360
1359
|
# @option params [required, String] :resource_arn
|
@@ -1362,9 +1361,8 @@ module Aws::CodePipeline
|
|
1362
1361
|
#
|
1363
1362
|
# @option params [String] :next_token
|
1364
1363
|
# The token that was returned from the previous API call, which would be
|
1365
|
-
# used to return the next page of the list.
|
1366
|
-
#
|
1367
|
-
# not use pagination.
|
1364
|
+
# used to return the next page of the list. The ListTagsforResource call
|
1365
|
+
# lists all available tags in one call and does not use pagination.
|
1368
1366
|
#
|
1369
1367
|
# @option params [Integer] :max_results
|
1370
1368
|
# The maximum number of results to return in a single call.
|
@@ -1398,9 +1396,9 @@ module Aws::CodePipeline
|
|
1398
1396
|
req.send_request(options)
|
1399
1397
|
end
|
1400
1398
|
|
1401
|
-
# Gets a listing of all the webhooks in this
|
1402
|
-
# The output lists all webhooks and includes the webhook URL
|
1403
|
-
#
|
1399
|
+
# Gets a listing of all the webhooks in this AWS Region for this
|
1400
|
+
# account. The output lists all webhooks and includes the webhook URL
|
1401
|
+
# and ARN and the configuration for each webhook.
|
1404
1402
|
#
|
1405
1403
|
# @option params [String] :next_token
|
1406
1404
|
# The token that was returned from the previous ListWebhooks call, which
|
@@ -1454,16 +1452,16 @@ module Aws::CodePipeline
|
|
1454
1452
|
req.send_request(options)
|
1455
1453
|
end
|
1456
1454
|
|
1457
|
-
# Returns information about any jobs for AWS CodePipeline to act
|
1458
|
-
# `PollForJobs` is only
|
1455
|
+
# Returns information about any jobs for AWS CodePipeline to act on.
|
1456
|
+
# `PollForJobs` is valid only for action types with "Custom" in the
|
1459
1457
|
# owner field. If the action type contains "AWS" or "ThirdParty" in
|
1460
1458
|
# the owner field, the `PollForJobs` action returns an error.
|
1461
1459
|
#
|
1462
1460
|
# When this API is called, AWS CodePipeline returns temporary
|
1463
1461
|
# credentials for the Amazon S3 bucket used to store artifacts for the
|
1464
1462
|
# pipeline, if the action requires access to that Amazon S3 bucket for
|
1465
|
-
# input or output artifacts.
|
1466
|
-
#
|
1463
|
+
# input or output artifacts. This API also returns any secret values
|
1464
|
+
# defined for the action.
|
1467
1465
|
#
|
1468
1466
|
# @option params [required, Types::ActionTypeId] :action_type_id
|
1469
1467
|
# Represents information about an action type.
|
@@ -1476,7 +1474,7 @@ module Aws::CodePipeline
|
|
1476
1474
|
# queryable properties, this value must be null or an empty map. For an
|
1477
1475
|
# action type with a queryable property, you must supply that property
|
1478
1476
|
# as a key in the map. Only jobs whose action configuration matches the
|
1479
|
-
# mapped value
|
1477
|
+
# mapped value are returned.
|
1480
1478
|
#
|
1481
1479
|
# @return [Types::PollForJobsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1482
1480
|
#
|
@@ -1544,7 +1542,7 @@ module Aws::CodePipeline
|
|
1544
1542
|
end
|
1545
1543
|
|
1546
1544
|
# Determines whether there are any third party jobs for a job worker to
|
1547
|
-
# act on.
|
1545
|
+
# act on. Used for partner actions only.
|
1548
1546
|
#
|
1549
1547
|
# When this API is called, AWS CodePipeline returns temporary
|
1550
1548
|
# credentials for the Amazon S3 bucket used to store artifacts for the
|
@@ -1592,15 +1590,15 @@ module Aws::CodePipeline
|
|
1592
1590
|
# source.
|
1593
1591
|
#
|
1594
1592
|
# @option params [required, String] :pipeline_name
|
1595
|
-
# The name of the pipeline that
|
1596
|
-
#
|
1593
|
+
# The name of the pipeline that starts processing the revision to the
|
1594
|
+
# source.
|
1597
1595
|
#
|
1598
1596
|
# @option params [required, String] :stage_name
|
1599
|
-
# The name of the stage that contains the action that
|
1597
|
+
# The name of the stage that contains the action that acts on the
|
1600
1598
|
# revision.
|
1601
1599
|
#
|
1602
1600
|
# @option params [required, String] :action_name
|
1603
|
-
# The name of the action that
|
1601
|
+
# The name of the action that processes the revision.
|
1604
1602
|
#
|
1605
1603
|
# @option params [required, Types::ActionRevision] :action_revision
|
1606
1604
|
# Represents information about the version (or revision) of an action.
|
@@ -1655,7 +1653,7 @@ module Aws::CodePipeline
|
|
1655
1653
|
# @option params [required, String] :token
|
1656
1654
|
# The system-generated token used to identify a unique approval request.
|
1657
1655
|
# The token for each open approval request can be obtained using the
|
1658
|
-
# GetPipelineState action
|
1656
|
+
# GetPipelineState action. It is used to validate that the approval
|
1659
1657
|
# request corresponding to this token is still valid.
|
1660
1658
|
#
|
1661
1659
|
# @return [Types::PutApprovalResultOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1689,7 +1687,7 @@ module Aws::CodePipeline
|
|
1689
1687
|
end
|
1690
1688
|
|
1691
1689
|
# Represents the failure of a job as returned to the pipeline by a job
|
1692
|
-
# worker.
|
1690
|
+
# worker. Used for custom actions only.
|
1693
1691
|
#
|
1694
1692
|
# @option params [required, String] :job_id
|
1695
1693
|
# The unique system-generated ID of the job that failed. This is the
|
@@ -1721,23 +1719,23 @@ module Aws::CodePipeline
|
|
1721
1719
|
end
|
1722
1720
|
|
1723
1721
|
# Represents the success of a job as returned to the pipeline by a job
|
1724
|
-
# worker.
|
1722
|
+
# worker. Used for custom actions only.
|
1725
1723
|
#
|
1726
1724
|
# @option params [required, String] :job_id
|
1727
1725
|
# The unique system-generated ID of the job that succeeded. This is the
|
1728
1726
|
# same ID returned from `PollForJobs`.
|
1729
1727
|
#
|
1730
1728
|
# @option params [Types::CurrentRevision] :current_revision
|
1731
|
-
# The ID of the current revision of the artifact successfully worked
|
1732
|
-
#
|
1729
|
+
# The ID of the current revision of the artifact successfully worked on
|
1730
|
+
# by the job.
|
1733
1731
|
#
|
1734
1732
|
# @option params [String] :continuation_token
|
1735
1733
|
# A token generated by a job worker, such as an AWS CodeDeploy
|
1736
1734
|
# deployment ID, that a successful job provides to identify a custom
|
1737
|
-
# action in progress. Future jobs
|
1738
|
-
#
|
1739
|
-
#
|
1740
|
-
#
|
1735
|
+
# action in progress. Future jobs use this token to identify the running
|
1736
|
+
# instance of the action. It can be reused to return more information
|
1737
|
+
# about the progress of the custom action. When the action is complete,
|
1738
|
+
# no continuation token should be supplied.
|
1741
1739
|
#
|
1742
1740
|
# @option params [Types::ExecutionDetails] :execution_details
|
1743
1741
|
# The execution details of the successful job, such as the actions taken
|
@@ -1773,7 +1771,7 @@ module Aws::CodePipeline
|
|
1773
1771
|
end
|
1774
1772
|
|
1775
1773
|
# Represents the failure of a third party job as returned to the
|
1776
|
-
# pipeline by a job worker.
|
1774
|
+
# pipeline by a job worker. Used for partner actions only.
|
1777
1775
|
#
|
1778
1776
|
# @option params [required, String] :job_id
|
1779
1777
|
# The ID of the job that failed. This is the same ID returned from
|
@@ -1811,7 +1809,7 @@ module Aws::CodePipeline
|
|
1811
1809
|
end
|
1812
1810
|
|
1813
1811
|
# Represents the success of a third party job as returned to the
|
1814
|
-
# pipeline by a job worker.
|
1812
|
+
# pipeline by a job worker. Used for partner actions only.
|
1815
1813
|
#
|
1816
1814
|
# @option params [required, String] :job_id
|
1817
1815
|
# The ID of the job that successfully completed. This is the same ID
|
@@ -1828,11 +1826,10 @@ module Aws::CodePipeline
|
|
1828
1826
|
# @option params [String] :continuation_token
|
1829
1827
|
# A token generated by a job worker, such as an AWS CodeDeploy
|
1830
1828
|
# deployment ID, that a successful job provides to identify a partner
|
1831
|
-
# action in progress. Future jobs
|
1832
|
-
#
|
1833
|
-
#
|
1834
|
-
#
|
1835
|
-
# supplied.
|
1829
|
+
# action in progress. Future jobs use this token to identify the running
|
1830
|
+
# instance of the action. It can be reused to return more information
|
1831
|
+
# about the progress of the partner action. When the action is complete,
|
1832
|
+
# no continuation token should be supplied.
|
1836
1833
|
#
|
1837
1834
|
# @option params [Types::ExecutionDetails] :execution_details
|
1838
1835
|
# The details of the actions taken and results produced on an artifact
|
@@ -1881,9 +1878,9 @@ module Aws::CodePipeline
|
|
1881
1878
|
# @option params [required, Types::WebhookDefinition] :webhook
|
1882
1879
|
# The detail provided in an input file to create the webhook, such as
|
1883
1880
|
# the webhook name, the pipeline name, and the action name. Give the
|
1884
|
-
# webhook a unique name
|
1885
|
-
#
|
1886
|
-
#
|
1881
|
+
# webhook a unique name that helps you identify it. You might name the
|
1882
|
+
# webhook after the pipeline and action it targets so that you can
|
1883
|
+
# easily recognize what it's used for later.
|
1887
1884
|
#
|
1888
1885
|
# @option params [Array<Types::Tag>] :tags
|
1889
1886
|
# The tags for the webhook.
|
@@ -1973,7 +1970,9 @@ module Aws::CodePipeline
|
|
1973
1970
|
end
|
1974
1971
|
|
1975
1972
|
# Resumes the pipeline execution by retrying the last failed actions in
|
1976
|
-
# a stage.
|
1973
|
+
# a stage. You can retry a stage immediately if any of the actions in
|
1974
|
+
# the stage fail. When you retry, all actions that are still in progress
|
1975
|
+
# continue working, and failed actions are triggered again.
|
1977
1976
|
#
|
1978
1977
|
# @option params [required, String] :pipeline_name
|
1979
1978
|
# The name of the pipeline that contains the failed stage.
|
@@ -2114,10 +2113,9 @@ module Aws::CodePipeline
|
|
2114
2113
|
end
|
2115
2114
|
|
2116
2115
|
# Updates a specified pipeline with edits or changes to its structure.
|
2117
|
-
# Use a JSON file with the pipeline structure
|
2118
|
-
#
|
2119
|
-
#
|
2120
|
-
# 1.
|
2116
|
+
# Use a JSON file with the pipeline structure and `UpdatePipeline` to
|
2117
|
+
# provide the full structure of the pipeline. Updating the pipeline
|
2118
|
+
# increases the version number of the pipeline by 1.
|
2121
2119
|
#
|
2122
2120
|
# @option params [required, Types::PipelineDeclaration] :pipeline
|
2123
2121
|
# The name of the pipeline to be updated.
|
@@ -2249,7 +2247,7 @@ module Aws::CodePipeline
|
|
2249
2247
|
params: params,
|
2250
2248
|
config: config)
|
2251
2249
|
context[:gem_name] = 'aws-sdk-codepipeline'
|
2252
|
-
context[:gem_version] = '1.
|
2250
|
+
context[:gem_version] = '1.25.0'
|
2253
2251
|
Seahorse::Client::Request.new(handlers, context)
|
2254
2252
|
end
|
2255
2253
|
|
@@ -174,26 +174,25 @@ module Aws::CodePipeline
|
|
174
174
|
# `PollForThirdPartyJobs`.
|
175
175
|
#
|
176
176
|
# When updating a pipeline, passing * * * * * without changing
|
177
|
-
# any other values of the action
|
177
|
+
# any other values of the action preserves the previous value of the
|
178
178
|
# secret.
|
179
179
|
# @return [Boolean]
|
180
180
|
#
|
181
181
|
# @!attribute [rw] queryable
|
182
|
-
# Indicates that the property
|
183
|
-
#
|
184
|
-
#
|
185
|
-
#
|
182
|
+
# Indicates that the property is used with `PollForJobs`. When
|
183
|
+
# creating a custom action, an action can have up to one queryable
|
184
|
+
# property. If it has one, that property must be both required and not
|
185
|
+
# secret.
|
186
186
|
#
|
187
187
|
# If you create a pipeline with a custom action type, and that custom
|
188
188
|
# action contains a queryable property, the value for that
|
189
|
-
# configuration property is subject to
|
190
|
-
#
|
191
|
-
#
|
192
|
-
# hyphens.
|
189
|
+
# configuration property is subject to other restrictions. The value
|
190
|
+
# must be less than or equal to twenty (20) characters. The value can
|
191
|
+
# contain only alphanumeric characters, underscores, and hyphens.
|
193
192
|
# @return [Boolean]
|
194
193
|
#
|
195
194
|
# @!attribute [rw] description
|
196
|
-
# The description of the action configuration property that
|
195
|
+
# The description of the action configuration property that is
|
197
196
|
# displayed to users.
|
198
197
|
# @return [String]
|
199
198
|
#
|
@@ -214,11 +213,11 @@ module Aws::CodePipeline
|
|
214
213
|
include Aws::Structure
|
215
214
|
end
|
216
215
|
|
217
|
-
# Represents the context of an action
|
218
|
-
#
|
216
|
+
# Represents the context of an action in the stage of a pipeline to a
|
217
|
+
# job worker.
|
219
218
|
#
|
220
219
|
# @!attribute [rw] name
|
221
|
-
# The name of the action
|
220
|
+
# The name of the action in the context of a job.
|
222
221
|
# @return [String]
|
223
222
|
#
|
224
223
|
# @!attribute [rw] action_execution_id
|
@@ -312,8 +311,8 @@ module Aws::CodePipeline
|
|
312
311
|
# @return [Array<Types::InputArtifact>]
|
313
312
|
#
|
314
313
|
# @!attribute [rw] role_arn
|
315
|
-
# The ARN of the IAM service role that
|
316
|
-
#
|
314
|
+
# The ARN of the IAM service role that performs the declared action.
|
315
|
+
# This is assumed through the roleArn for the pipeline.
|
317
316
|
# @return [String]
|
318
317
|
#
|
319
318
|
# @!attribute [rw] region
|
@@ -352,7 +351,7 @@ module Aws::CodePipeline
|
|
352
351
|
# @!attribute [rw] token
|
353
352
|
# The system-generated token used to identify a unique approval
|
354
353
|
# request. The token for each open approval request can be obtained
|
355
|
-
# using the `GetPipelineState` command
|
354
|
+
# using the `GetPipelineState` command. It is used to validate that
|
356
355
|
# the approval request corresponding to this token is still valid.
|
357
356
|
# @return [String]
|
358
357
|
#
|
@@ -365,8 +364,8 @@ module Aws::CodePipeline
|
|
365
364
|
# @return [String]
|
366
365
|
#
|
367
366
|
# @!attribute [rw] external_execution_url
|
368
|
-
# The URL of a resource external to AWS that
|
369
|
-
#
|
367
|
+
# The URL of a resource external to AWS that is used when running the
|
368
|
+
# action (for example, an external repository URL).
|
370
369
|
# @return [String]
|
371
370
|
#
|
372
371
|
# @!attribute [rw] percent_complete
|
@@ -573,7 +572,7 @@ module Aws::CodePipeline
|
|
573
572
|
#
|
574
573
|
# @!attribute [rw] revision_change_id
|
575
574
|
# The unique identifier of the change that set the state to this
|
576
|
-
# revision
|
575
|
+
# revision (for example, a deployment ID or timestamp).
|
577
576
|
# @return [String]
|
578
577
|
#
|
579
578
|
# @!attribute [rw] created
|
@@ -675,7 +674,7 @@ module Aws::CodePipeline
|
|
675
674
|
# @!attribute [rw] category
|
676
675
|
# A category defines what kind of action can be taken in the stage,
|
677
676
|
# and constrains the provider type for the action. Valid categories
|
678
|
-
# are limited to one of the values
|
677
|
+
# are limited to one of the following values.
|
679
678
|
# @return [String]
|
680
679
|
#
|
681
680
|
# @!attribute [rw] owner
|
@@ -686,9 +685,9 @@ module Aws::CodePipeline
|
|
686
685
|
# The provider of the service being called by the action. Valid
|
687
686
|
# providers are determined by the action category. For example, an
|
688
687
|
# action in the Deploy category type might have a provider of AWS
|
689
|
-
# CodeDeploy, which would be specified as CodeDeploy.
|
690
|
-
#
|
691
|
-
#
|
688
|
+
# CodeDeploy, which would be specified as CodeDeploy. For more
|
689
|
+
# information, see [Valid Action Types and Providers in
|
690
|
+
# CodePipeline][1].
|
692
691
|
#
|
693
692
|
#
|
694
693
|
#
|
@@ -731,15 +730,15 @@ module Aws::CodePipeline
|
|
731
730
|
# The URL returned to the AWS CodePipeline console that provides a
|
732
731
|
# deep link to the resources of the external system, such as the
|
733
732
|
# configuration page for an AWS CodeDeploy deployment group. This link
|
734
|
-
# is provided as part of the action display
|
733
|
+
# is provided as part of the action display in the pipeline.
|
735
734
|
# @return [String]
|
736
735
|
#
|
737
736
|
# @!attribute [rw] execution_url_template
|
738
737
|
# The URL returned to the AWS CodePipeline console that contains a
|
739
738
|
# link to the top-level landing page for the external system, such as
|
740
|
-
# console page for AWS CodeDeploy. This link is shown on the
|
741
|
-
# view page in the AWS CodePipeline console and provides a
|
742
|
-
# execution entity of the external action.
|
739
|
+
# the console page for AWS CodeDeploy. This link is shown on the
|
740
|
+
# pipeline view page in the AWS CodePipeline console and provides a
|
741
|
+
# link to the execution entity of the external action.
|
743
742
|
# @return [String]
|
744
743
|
#
|
745
744
|
# @!attribute [rw] revision_url_template
|
@@ -785,8 +784,8 @@ module Aws::CodePipeline
|
|
785
784
|
include Aws::Structure
|
786
785
|
end
|
787
786
|
|
788
|
-
# Represents information about an artifact that
|
789
|
-
#
|
787
|
+
# Represents information about an artifact that is worked on by actions
|
788
|
+
# in the pipeline.
|
790
789
|
#
|
791
790
|
# @!attribute [rw] name
|
792
791
|
# The artifact's name.
|
@@ -877,8 +876,7 @@ module Aws::CodePipeline
|
|
877
876
|
#
|
878
877
|
# @!attribute [rw] name
|
879
878
|
# The name of an artifact. This name might be system-generated, such
|
880
|
-
# as "MyApp", or
|
881
|
-
# created.
|
879
|
+
# as "MyApp", or defined by the user when an action is created.
|
882
880
|
# @return [String]
|
883
881
|
#
|
884
882
|
# @!attribute [rw] revision_id
|
@@ -921,7 +919,7 @@ module Aws::CodePipeline
|
|
921
919
|
include Aws::Structure
|
922
920
|
end
|
923
921
|
|
924
|
-
# The Amazon S3 bucket where artifacts
|
922
|
+
# The Amazon S3 bucket where artifacts for the pipeline are stored.
|
925
923
|
#
|
926
924
|
# <note markdown="1"> You must include either `artifactStore` or `artifactStores` in your
|
927
925
|
# pipeline, but you cannot use both. If you create a cross-region action
|
@@ -947,7 +945,7 @@ module Aws::CodePipeline
|
|
947
945
|
#
|
948
946
|
# @!attribute [rw] location
|
949
947
|
# The Amazon S3 bucket used for storing the artifacts for a pipeline.
|
950
|
-
# You can specify the name of an S3 bucket but not a folder
|
948
|
+
# You can specify the name of an S3 bucket but not a folder in the
|
951
949
|
# bucket. A folder to contain the pipeline artifacts is created for
|
952
950
|
# you based on the name of the pipeline. You can use any Amazon S3
|
953
951
|
# bucket in the same AWS Region as the pipeline to store your pipeline
|
@@ -1407,14 +1405,14 @@ module Aws::CodePipeline
|
|
1407
1405
|
# @return [String]
|
1408
1406
|
#
|
1409
1407
|
# @!attribute [rw] transition_type
|
1410
|
-
# Specifies whether artifacts
|
1411
|
-
#
|
1408
|
+
# Specifies whether artifacts are prevented from transitioning into
|
1409
|
+
# the stage and being processed by the actions in that stage
|
1412
1410
|
# (inbound), or prevented from transitioning from the stage after they
|
1413
1411
|
# have been processed by the actions in that stage (outbound).
|
1414
1412
|
# @return [String]
|
1415
1413
|
#
|
1416
1414
|
# @!attribute [rw] reason
|
1417
|
-
# The reason given to the user
|
1415
|
+
# The reason given to the user that a stage is disabled, such as
|
1418
1416
|
# waiting for manual approval or manual tests. This message is
|
1419
1417
|
# displayed in the pipeline console UI.
|
1420
1418
|
# @return [String]
|
@@ -1452,10 +1450,10 @@ module Aws::CodePipeline
|
|
1452
1450
|
# @return [String]
|
1453
1451
|
#
|
1454
1452
|
# @!attribute [rw] transition_type
|
1455
|
-
# Specifies whether artifacts
|
1456
|
-
#
|
1457
|
-
#
|
1458
|
-
#
|
1453
|
+
# Specifies whether artifacts are allowed to enter the stage and be
|
1454
|
+
# processed by the actions in that stage (inbound) or whether already
|
1455
|
+
# processed artifacts are allowed to transition to the next stage
|
1456
|
+
# (outbound).
|
1459
1457
|
# @return [String]
|
1460
1458
|
#
|
1461
1459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/EnableStageTransitionInput AWS API Documentation
|
@@ -1506,7 +1504,7 @@ module Aws::CodePipeline
|
|
1506
1504
|
# Represents information about an error in AWS CodePipeline.
|
1507
1505
|
#
|
1508
1506
|
# @!attribute [rw] code
|
1509
|
-
# The system ID or
|
1507
|
+
# The system ID or number code of the error.
|
1510
1508
|
# @return [String]
|
1511
1509
|
#
|
1512
1510
|
# @!attribute [rw] message
|
@@ -1544,7 +1542,7 @@ module Aws::CodePipeline
|
|
1544
1542
|
#
|
1545
1543
|
# @!attribute [rw] percent_complete
|
1546
1544
|
# The percentage of work completed on the action, represented on a
|
1547
|
-
# scale of
|
1545
|
+
# scale of 0 to 100 percent.
|
1548
1546
|
# @return [Integer]
|
1549
1547
|
#
|
1550
1548
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ExecutionDetails AWS API Documentation
|
@@ -1701,13 +1699,12 @@ module Aws::CodePipeline
|
|
1701
1699
|
#
|
1702
1700
|
# @!attribute [rw] name
|
1703
1701
|
# The name of the pipeline for which you want to get information.
|
1704
|
-
# Pipeline names must be unique under an
|
1705
|
-
# user account.
|
1702
|
+
# Pipeline names must be unique under an AWS user account.
|
1706
1703
|
# @return [String]
|
1707
1704
|
#
|
1708
1705
|
# @!attribute [rw] version
|
1709
1706
|
# The version number of the pipeline. If you do not specify a version,
|
1710
|
-
# defaults to the
|
1707
|
+
# defaults to the current version.
|
1711
1708
|
# @return [Integer]
|
1712
1709
|
#
|
1713
1710
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetPipelineInput AWS API Documentation
|
@@ -1767,7 +1764,7 @@ module Aws::CodePipeline
|
|
1767
1764
|
# @!attribute [rw] pipeline_version
|
1768
1765
|
# The version number of the pipeline.
|
1769
1766
|
#
|
1770
|
-
# <note markdown="1"> A newly
|
1767
|
+
# <note markdown="1"> A newly created pipeline is always assigned a version number of `1`.
|
1771
1768
|
#
|
1772
1769
|
# </note>
|
1773
1770
|
# @return [Integer]
|
@@ -1851,7 +1848,7 @@ module Aws::CodePipeline
|
|
1851
1848
|
# }
|
1852
1849
|
#
|
1853
1850
|
# @!attribute [rw] name
|
1854
|
-
# The name of the artifact to be worked on
|
1851
|
+
# The name of the artifact to be worked on (for example, "My App").
|
1855
1852
|
#
|
1856
1853
|
# The input artifact of an action must exactly match the output
|
1857
1854
|
# artifact declared in a preceding action, but the input artifact does
|
@@ -1899,7 +1896,7 @@ module Aws::CodePipeline
|
|
1899
1896
|
# @return [String]
|
1900
1897
|
#
|
1901
1898
|
# @!attribute [rw] data
|
1902
|
-
#
|
1899
|
+
# Other data about a job.
|
1903
1900
|
# @return [Types::JobData]
|
1904
1901
|
#
|
1905
1902
|
# @!attribute [rw] nonce
|
@@ -1922,8 +1919,8 @@ module Aws::CodePipeline
|
|
1922
1919
|
include Aws::Structure
|
1923
1920
|
end
|
1924
1921
|
|
1925
|
-
# Represents
|
1926
|
-
#
|
1922
|
+
# Represents other information about a job required for a job worker to
|
1923
|
+
# complete the job.
|
1927
1924
|
#
|
1928
1925
|
# @!attribute [rw] action_type_id
|
1929
1926
|
# Represents information about an action type.
|
@@ -1936,7 +1933,7 @@ module Aws::CodePipeline
|
|
1936
1933
|
# @!attribute [rw] pipeline_context
|
1937
1934
|
# Represents information about a pipeline to a job worker.
|
1938
1935
|
#
|
1939
|
-
# <note markdown="1"> Includes `pipelineArn` and `pipelineExecutionId` for
|
1936
|
+
# <note markdown="1"> Includes `pipelineArn` and `pipelineExecutionId` for custom jobs.
|
1940
1937
|
#
|
1941
1938
|
# </note>
|
1942
1939
|
# @return [Types::PipelineContext]
|
@@ -1959,7 +1956,7 @@ module Aws::CodePipeline
|
|
1959
1956
|
#
|
1960
1957
|
# @!attribute [rw] continuation_token
|
1961
1958
|
# A system-generated token, such as a AWS CodeDeploy deployment ID,
|
1962
|
-
#
|
1959
|
+
# required by a job to continue the job asynchronously.
|
1963
1960
|
# @return [String]
|
1964
1961
|
#
|
1965
1962
|
# @!attribute [rw] encryption_key
|
@@ -1988,8 +1985,8 @@ module Aws::CodePipeline
|
|
1988
1985
|
# @return [String]
|
1989
1986
|
#
|
1990
1987
|
# @!attribute [rw] data
|
1991
|
-
# Represents
|
1992
|
-
#
|
1988
|
+
# Represents other information about a job required for a job worker
|
1989
|
+
# to complete the job.
|
1993
1990
|
# @return [Types::JobData]
|
1994
1991
|
#
|
1995
1992
|
# @!attribute [rw] account_id
|
@@ -2111,7 +2108,7 @@ module Aws::CodePipeline
|
|
2111
2108
|
#
|
2112
2109
|
# @!attribute [rw] next_token
|
2113
2110
|
# If the amount of returned information is significantly large, an
|
2114
|
-
# identifier is also returned
|
2111
|
+
# identifier is also returned. It can be used in a subsequent list
|
2115
2112
|
# action types call to return the next set of action types in the
|
2116
2113
|
# list.
|
2117
2114
|
# @return [String]
|
@@ -2194,7 +2191,7 @@ module Aws::CodePipeline
|
|
2194
2191
|
#
|
2195
2192
|
# @!attribute [rw] next_token
|
2196
2193
|
# An identifier that was returned from the previous list pipelines
|
2197
|
-
# call
|
2194
|
+
# call. It can be used to return the next set of pipelines in the
|
2198
2195
|
# list.
|
2199
2196
|
# @return [String]
|
2200
2197
|
#
|
@@ -2213,7 +2210,7 @@ module Aws::CodePipeline
|
|
2213
2210
|
#
|
2214
2211
|
# @!attribute [rw] next_token
|
2215
2212
|
# If the amount of returned information is significantly large, an
|
2216
|
-
# identifier is also returned
|
2213
|
+
# identifier is also returned. It can be used in a subsequent list
|
2217
2214
|
# pipelines call to return the next set of pipelines in the list.
|
2218
2215
|
# @return [String]
|
2219
2216
|
#
|
@@ -2240,9 +2237,9 @@ module Aws::CodePipeline
|
|
2240
2237
|
#
|
2241
2238
|
# @!attribute [rw] next_token
|
2242
2239
|
# The token that was returned from the previous API call, which would
|
2243
|
-
# be used to return the next page of the list.
|
2244
|
-
#
|
2245
|
-
#
|
2240
|
+
# be used to return the next page of the list. The ListTagsforResource
|
2241
|
+
# call lists all available tags in one call and does not use
|
2242
|
+
# pagination.
|
2246
2243
|
# @return [String]
|
2247
2244
|
#
|
2248
2245
|
# @!attribute [rw] max_results
|
@@ -2265,9 +2262,8 @@ module Aws::CodePipeline
|
|
2265
2262
|
# @!attribute [rw] next_token
|
2266
2263
|
# If the amount of returned information is significantly large, an
|
2267
2264
|
# identifier is also returned and can be used in a subsequent API call
|
2268
|
-
# to return the next page of the list.
|
2269
|
-
#
|
2270
|
-
# does not use pagination.
|
2265
|
+
# to return the next page of the list. The ListTagsforResource call
|
2266
|
+
# lists all available tags in one call and does not use pagination.
|
2271
2267
|
# @return [String]
|
2272
2268
|
#
|
2273
2269
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListTagsForResourceOutput AWS API Documentation
|
@@ -2290,8 +2286,8 @@ module Aws::CodePipeline
|
|
2290
2286
|
# A unique URL generated by CodePipeline. When a POST request is made
|
2291
2287
|
# to this URL, the defined pipeline is started as long as the body of
|
2292
2288
|
# the post request satisfies the defined authentication and filtering
|
2293
|
-
# conditions. Deleting and re-creating a webhook
|
2294
|
-
# invalid and
|
2289
|
+
# conditions. Deleting and re-creating a webhook makes the old URL
|
2290
|
+
# invalid and generates a new one.
|
2295
2291
|
# @return [String]
|
2296
2292
|
#
|
2297
2293
|
# @!attribute [rw] error_message
|
@@ -2422,8 +2418,7 @@ module Aws::CodePipeline
|
|
2422
2418
|
# @return [Types::StageContext]
|
2423
2419
|
#
|
2424
2420
|
# @!attribute [rw] action
|
2425
|
-
# The context of an action to a job worker
|
2426
|
-
# pipeline.
|
2421
|
+
# The context of an action to a job worker in the stage of a pipeline.
|
2427
2422
|
# @return [Types::ActionContext]
|
2428
2423
|
#
|
2429
2424
|
# @!attribute [rw] pipeline_arn
|
@@ -2535,9 +2530,9 @@ module Aws::CodePipeline
|
|
2535
2530
|
# @return [Types::ArtifactStore]
|
2536
2531
|
#
|
2537
2532
|
# @!attribute [rw] artifact_stores
|
2538
|
-
# A mapping of `artifactStore` objects and their corresponding
|
2539
|
-
#
|
2540
|
-
# for each cross-region action
|
2533
|
+
# A mapping of `artifactStore` objects and their corresponding AWS
|
2534
|
+
# Regions. There must be an artifact store for the pipeline Region and
|
2535
|
+
# for each cross-region action in the pipeline.
|
2541
2536
|
#
|
2542
2537
|
# <note markdown="1"> You must include either `artifactStore` or `artifactStores` in your
|
2543
2538
|
# pipeline, but you cannot use both. If you create a cross-region
|
@@ -2552,8 +2547,8 @@ module Aws::CodePipeline
|
|
2552
2547
|
#
|
2553
2548
|
# @!attribute [rw] version
|
2554
2549
|
# The version number of the pipeline. A new pipeline always has a
|
2555
|
-
# version number of 1. This number is
|
2556
|
-
#
|
2550
|
+
# version number of 1. This number is incremented when a pipeline is
|
2551
|
+
# updated.
|
2557
2552
|
# @return [Integer]
|
2558
2553
|
#
|
2559
2554
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PipelineDeclaration AWS API Documentation
|
@@ -2748,7 +2743,7 @@ module Aws::CodePipeline
|
|
2748
2743
|
# queryable properties, this value must be null or an empty map. For
|
2749
2744
|
# an action type with a queryable property, you must supply that
|
2750
2745
|
# property as a key in the map. Only jobs whose action configuration
|
2751
|
-
# matches the mapped value
|
2746
|
+
# matches the mapped value are returned.
|
2752
2747
|
# @return [Hash<String,String>]
|
2753
2748
|
#
|
2754
2749
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PollForJobsInput AWS API Documentation
|
@@ -2834,17 +2829,17 @@ module Aws::CodePipeline
|
|
2834
2829
|
# }
|
2835
2830
|
#
|
2836
2831
|
# @!attribute [rw] pipeline_name
|
2837
|
-
# The name of the pipeline that
|
2838
|
-
#
|
2832
|
+
# The name of the pipeline that starts processing the revision to the
|
2833
|
+
# source.
|
2839
2834
|
# @return [String]
|
2840
2835
|
#
|
2841
2836
|
# @!attribute [rw] stage_name
|
2842
|
-
# The name of the stage that contains the action that
|
2843
|
-
#
|
2837
|
+
# The name of the stage that contains the action that acts on the
|
2838
|
+
# revision.
|
2844
2839
|
# @return [String]
|
2845
2840
|
#
|
2846
2841
|
# @!attribute [rw] action_name
|
2847
|
-
# The name of the action that
|
2842
|
+
# The name of the action that processes the revision.
|
2848
2843
|
# @return [String]
|
2849
2844
|
#
|
2850
2845
|
# @!attribute [rw] action_revision
|
@@ -2915,7 +2910,7 @@ module Aws::CodePipeline
|
|
2915
2910
|
# @!attribute [rw] token
|
2916
2911
|
# The system-generated token used to identify a unique approval
|
2917
2912
|
# request. The token for each open approval request can be obtained
|
2918
|
-
# using the GetPipelineState action
|
2913
|
+
# using the GetPipelineState action. It is used to validate that the
|
2919
2914
|
# approval request corresponding to this token is still valid.
|
2920
2915
|
# @return [String]
|
2921
2916
|
#
|
@@ -3002,17 +2997,16 @@ module Aws::CodePipeline
|
|
3002
2997
|
#
|
3003
2998
|
# @!attribute [rw] current_revision
|
3004
2999
|
# The ID of the current revision of the artifact successfully worked
|
3005
|
-
#
|
3000
|
+
# on by the job.
|
3006
3001
|
# @return [Types::CurrentRevision]
|
3007
3002
|
#
|
3008
3003
|
# @!attribute [rw] continuation_token
|
3009
3004
|
# A token generated by a job worker, such as an AWS CodeDeploy
|
3010
3005
|
# deployment ID, that a successful job provides to identify a custom
|
3011
|
-
# action in progress. Future jobs
|
3012
|
-
#
|
3013
|
-
#
|
3014
|
-
#
|
3015
|
-
# supplied.
|
3006
|
+
# action in progress. Future jobs use this token to identify the
|
3007
|
+
# running instance of the action. It can be reused to return more
|
3008
|
+
# information about the progress of the custom action. When the action
|
3009
|
+
# is complete, no continuation token should be supplied.
|
3016
3010
|
# @return [String]
|
3017
3011
|
#
|
3018
3012
|
# @!attribute [rw] execution_details
|
@@ -3109,11 +3103,10 @@ module Aws::CodePipeline
|
|
3109
3103
|
# @!attribute [rw] continuation_token
|
3110
3104
|
# A token generated by a job worker, such as an AWS CodeDeploy
|
3111
3105
|
# deployment ID, that a successful job provides to identify a partner
|
3112
|
-
# action in progress. Future jobs
|
3113
|
-
#
|
3114
|
-
#
|
3115
|
-
# action
|
3116
|
-
# supplied.
|
3106
|
+
# action in progress. Future jobs use this token to identify the
|
3107
|
+
# running instance of the action. It can be reused to return more
|
3108
|
+
# information about the progress of the partner action. When the
|
3109
|
+
# action is complete, no continuation token should be supplied.
|
3117
3110
|
# @return [String]
|
3118
3111
|
#
|
3119
3112
|
# @!attribute [rw] execution_details
|
@@ -3163,9 +3156,9 @@ module Aws::CodePipeline
|
|
3163
3156
|
# @!attribute [rw] webhook
|
3164
3157
|
# The detail provided in an input file to create the webhook, such as
|
3165
3158
|
# the webhook name, the pipeline name, and the action name. Give the
|
3166
|
-
# webhook a unique name
|
3167
|
-
#
|
3168
|
-
#
|
3159
|
+
# webhook a unique name that helps you identify it. You might name the
|
3160
|
+
# webhook after the pipeline and action it targets so that you can
|
3161
|
+
# easily recognize what it's used for later.
|
3169
3162
|
# @return [Types::WebhookDefinition]
|
3170
3163
|
#
|
3171
3164
|
# @!attribute [rw] tags
|
@@ -3512,7 +3505,7 @@ module Aws::CodePipeline
|
|
3512
3505
|
include Aws::Structure
|
3513
3506
|
end
|
3514
3507
|
|
3515
|
-
# A tag is a key
|
3508
|
+
# A tag is a key-value pair that is used to manage the resource.
|
3516
3509
|
#
|
3517
3510
|
# @note When making an API call, you may pass Tag
|
3518
3511
|
# data as a hash:
|
@@ -3572,9 +3565,8 @@ module Aws::CodePipeline
|
|
3572
3565
|
#
|
3573
3566
|
class TagResourceOutput < Aws::EmptyStructure; end
|
3574
3567
|
|
3575
|
-
# A response to a `PollForThirdPartyJobs
|
3576
|
-
# CodePipeline when there is a job to be worked
|
3577
|
-
# action.
|
3568
|
+
# A response to a `PollForThirdPartyJobs` request returned by AWS
|
3569
|
+
# CodePipeline when there is a job to be worked on by a partner action.
|
3578
3570
|
#
|
3579
3571
|
# @!attribute [rw] client_id
|
3580
3572
|
# The `clientToken` portion of the `clientId` and `clientToken` pair
|
@@ -3614,16 +3606,16 @@ module Aws::CodePipeline
|
|
3614
3606
|
# @return [Types::PipelineContext]
|
3615
3607
|
#
|
3616
3608
|
# @!attribute [rw] input_artifacts
|
3617
|
-
# The name of the artifact that
|
3618
|
-
#
|
3619
|
-
#
|
3609
|
+
# The name of the artifact that is worked on by the action, if any.
|
3610
|
+
# This name might be system-generated, such as "MyApp", or it might
|
3611
|
+
# be defined by the user when the action is created. The input
|
3620
3612
|
# artifact name must match the name of an output artifact generated by
|
3621
3613
|
# an action in an earlier action or stage of the pipeline.
|
3622
3614
|
# @return [Array<Types::Artifact>]
|
3623
3615
|
#
|
3624
3616
|
# @!attribute [rw] output_artifacts
|
3625
|
-
# The name of the artifact that
|
3626
|
-
#
|
3617
|
+
# The name of the artifact that is the result of the action, if any.
|
3618
|
+
# This name might be system-generated, such as "MyBuiltApp", or it
|
3627
3619
|
# might be defined by the user when the action is created.
|
3628
3620
|
# @return [Array<Types::Artifact>]
|
3629
3621
|
#
|
@@ -3637,7 +3629,7 @@ module Aws::CodePipeline
|
|
3637
3629
|
#
|
3638
3630
|
# @!attribute [rw] continuation_token
|
3639
3631
|
# A system-generated token, such as a AWS CodeDeploy deployment ID,
|
3640
|
-
# that a job requires
|
3632
|
+
# that a job requires to continue the job asynchronously.
|
3641
3633
|
# @return [String]
|
3642
3634
|
#
|
3643
3635
|
# @!attribute [rw] encryption_key
|
@@ -3861,9 +3853,9 @@ module Aws::CodePipeline
|
|
3861
3853
|
# }
|
3862
3854
|
#
|
3863
3855
|
# @!attribute [rw] allowed_ip_range
|
3864
|
-
# The property used to configure acceptance of webhooks
|
3865
|
-
#
|
3866
|
-
#
|
3856
|
+
# The property used to configure acceptance of webhooks in an IP
|
3857
|
+
# address range. For IP, only the `AllowedIPRange` property must be
|
3858
|
+
# set. This property must be set to a valid CIDR range.
|
3867
3859
|
# @return [String]
|
3868
3860
|
#
|
3869
3861
|
# @!attribute [rw] secret_token
|
@@ -3922,18 +3914,18 @@ module Aws::CodePipeline
|
|
3922
3914
|
# @return [Array<Types::WebhookFilterRule>]
|
3923
3915
|
#
|
3924
3916
|
# @!attribute [rw] authentication
|
3925
|
-
# Supported options are GITHUB\_HMAC, IP and UNAUTHENTICATED.
|
3917
|
+
# Supported options are GITHUB\_HMAC, IP, and UNAUTHENTICATED.
|
3926
3918
|
#
|
3927
3919
|
# * For information about the authentication scheme implemented by
|
3928
3920
|
# GITHUB\_HMAC, see [Securing your webhooks][1] on the GitHub
|
3929
3921
|
# Developer website.
|
3930
3922
|
#
|
3931
|
-
# * IP
|
3932
|
-
#
|
3923
|
+
# * IP rejects webhooks trigger requests unless they originate from an
|
3924
|
+
# IP address in the IP range whitelisted in the authentication
|
3933
3925
|
# configuration.
|
3934
3926
|
#
|
3935
|
-
# * UNAUTHENTICATED
|
3936
|
-
#
|
3927
|
+
# * UNAUTHENTICATED accepts all webhook trigger requests regardless of
|
3928
|
+
# origin.
|
3937
3929
|
#
|
3938
3930
|
#
|
3939
3931
|
#
|
@@ -3973,11 +3965,11 @@ module Aws::CodePipeline
|
|
3973
3965
|
# }
|
3974
3966
|
#
|
3975
3967
|
# @!attribute [rw] json_path
|
3976
|
-
# A JsonPath expression that
|
3977
|
-
#
|
3978
|
-
#
|
3979
|
-
# request
|
3980
|
-
#
|
3968
|
+
# A JsonPath expression that is applied to the body/payload of the
|
3969
|
+
# webhook. The value selected by the JsonPath expression must match
|
3970
|
+
# the value specified in the `MatchEquals` field. Otherwise, the
|
3971
|
+
# request is ignored. For more information, see [Java JsonPath
|
3972
|
+
# implementation][1] in GitHub.
|
3981
3973
|
#
|
3982
3974
|
#
|
3983
3975
|
#
|
@@ -3986,13 +3978,13 @@ module Aws::CodePipeline
|
|
3986
3978
|
#
|
3987
3979
|
# @!attribute [rw] match_equals
|
3988
3980
|
# The value selected by the `JsonPath` expression must match what is
|
3989
|
-
# supplied in the `MatchEquals` field,
|
3981
|
+
# supplied in the `MatchEquals` field. Otherwise, the request is
|
3990
3982
|
# ignored. Properties from the target action configuration can be
|
3991
3983
|
# included as placeholders in this value by surrounding the action
|
3992
|
-
# configuration key with curly
|
3984
|
+
# configuration key with curly brackets. For example, if the value
|
3993
3985
|
# supplied here is "refs/heads/\\\{Branch\\}" and the target action
|
3994
3986
|
# has an action configuration property called "Branch" with a value
|
3995
|
-
# of "master", the `MatchEquals` value
|
3987
|
+
# of "master", the `MatchEquals` value is evaluated as
|
3996
3988
|
# "refs/heads/master". For a list of action configuration properties
|
3997
3989
|
# for built-in action types, see [Pipeline Structure Reference Action
|
3998
3990
|
# Requirements][1].
|
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.25.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: 2019-
|
11
|
+
date: 2019-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|