aws-sdk-codepipeline 1.16.0 → 1.17.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: e194fd621887767cba5ab9fb9a687540319f56e3
4
- data.tar.gz: '083b9a7afbe2db5fd0cb05d172c1542243921d29'
3
+ metadata.gz: 7d89b1def7cbfd0343e8a717ee4e0fabbd93394d
4
+ data.tar.gz: 8717519fc33aebcdd5571e345ec3554349bc55bb
5
5
  SHA512:
6
- metadata.gz: ba8a88cbb7c76071ec045d7855f9712725d8552ae0e3e213220d43d8cb782858864709e23b40e33451a45418083606a99dc0a96170209e73a6051a7b1713aac6
7
- data.tar.gz: 83af3740cbb5e4f8654ba6ec23ae3a9caaa9a85c1c10a544ceaeae2edbbf139d0a7cecf2400ce94ed972b58032910724018cd036c9d369779b72bf4564fe3648
6
+ metadata.gz: 558a80d8aa1c8fc6529c025d1e1333deee31fed6c4866b24986dd9c6888f682d3e9e18b5e68fab7c021646315f5db902ba93bf236642892cca55d1251a5e16c5
7
+ data.tar.gz: 93053487ab9ec29fd9351fc89bf43431a2e56303042c723e51befadb631dffeaf5d6dbc94c423974881216caecdc84e0893adf0a44cb09ab71c11ffcae92b5f2
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codepipeline/customizations'
42
42
  # @service
43
43
  module Aws::CodePipeline
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -343,8 +343,8 @@ module Aws::CodePipeline
343
343
  # The category of the custom action, such as a build action or a test
344
344
  # action.
345
345
  #
346
- # <note markdown="1"> Although Source and Approval are listed as valid values, they are not
347
- # currently functional. These values are reserved for future use.
346
+ # <note markdown="1"> Although `Source` and `Approval` are listed as valid values, they are
347
+ # not currently functional. These values are reserved for future use.
348
348
  #
349
349
  # </note>
350
350
  #
@@ -356,7 +356,7 @@ module Aws::CodePipeline
356
356
  # The version identifier of the custom action.
357
357
  #
358
358
  # @option params [Types::ActionTypeSettings] :settings
359
- # Returns information about the settings for an action type.
359
+ # URLs that provide users information about this custom action.
360
360
  #
361
361
  # @option params [Array<Types::ActionConfigurationProperty>] :configuration_properties
362
362
  # The configuration properties for the custom action.
@@ -570,7 +570,7 @@ module Aws::CodePipeline
570
570
  req.send_request(options)
571
571
  end
572
572
 
573
- # Marks a custom action as deleted. PollForJobs for the custom action
573
+ # Marks a custom action as deleted. `PollForJobs` for the custom action
574
574
  # will fail after the action is marked for deletion. Only used for
575
575
  # custom actions.
576
576
  #
@@ -949,9 +949,9 @@ module Aws::CodePipeline
949
949
  # Returns information about the state of a pipeline, including the
950
950
  # stages and actions.
951
951
  #
952
- # <note markdown="1"> Values returned in the revisionId and revisionUrl fields indicate the
953
- # source revision information, such as the commit ID, for the current
954
- # state.
952
+ # <note markdown="1"> Values returned in the `revisionId` and `revisionUrl` fields indicate
953
+ # the source revision information, such as the commit ID, for the
954
+ # current state.
955
955
  #
956
956
  # </note>
957
957
  #
@@ -1106,7 +1106,7 @@ module Aws::CodePipeline
1106
1106
  # </note>
1107
1107
  #
1108
1108
  # @option params [String] :next_token
1109
- # The token that was returned from the previous ListActionExecutions
1109
+ # The token that was returned from the previous `ListActionExecutions`
1110
1110
  # call, which can be used to return the next set of action executions in
1111
1111
  # the list.
1112
1112
  #
@@ -1238,7 +1238,7 @@ module Aws::CodePipeline
1238
1238
  # on pipeline execution start times. Default value is 100.
1239
1239
  #
1240
1240
  # @option params [String] :next_token
1241
- # The token that was returned from the previous ListPipelineExecutions
1241
+ # The token that was returned from the previous `ListPipelineExecutions`
1242
1242
  # call, which can be used to return the next set of pipeline executions
1243
1243
  # in the list.
1244
1244
  #
@@ -1367,9 +1367,9 @@ module Aws::CodePipeline
1367
1367
  end
1368
1368
 
1369
1369
  # Returns information about any jobs for AWS CodePipeline to act upon.
1370
- # PollForJobs is only valid for action types with "Custom" in the
1370
+ # `PollForJobs` is only valid for action types with "Custom" in the
1371
1371
  # owner field. If the action type contains "AWS" or "ThirdParty" in
1372
- # the owner field, the PollForJobs action returns an error.
1372
+ # the owner field, the `PollForJobs` action returns an error.
1373
1373
  #
1374
1374
  # When this API is called, AWS CodePipeline returns temporary
1375
1375
  # credentials for the Amazon S3 bucket used to store artifacts for the
@@ -1605,7 +1605,7 @@ module Aws::CodePipeline
1605
1605
  #
1606
1606
  # @option params [required, String] :job_id
1607
1607
  # The unique system-generated ID of the job that failed. This is the
1608
- # same ID returned from PollForJobs.
1608
+ # same ID returned from `PollForJobs`.
1609
1609
  #
1610
1610
  # @option params [required, Types::FailureDetails] :failure_details
1611
1611
  # The details about the failure of a job.
@@ -1637,7 +1637,7 @@ module Aws::CodePipeline
1637
1637
  #
1638
1638
  # @option params [required, String] :job_id
1639
1639
  # The unique system-generated ID of the job that succeeded. This is the
1640
- # same ID returned from PollForJobs.
1640
+ # same ID returned from `PollForJobs`.
1641
1641
  #
1642
1642
  # @option params [Types::CurrentRevision] :current_revision
1643
1643
  # The ID of the current revision of the artifact successfully worked
@@ -1689,7 +1689,7 @@ module Aws::CodePipeline
1689
1689
  #
1690
1690
  # @option params [required, String] :job_id
1691
1691
  # The ID of the job that failed. This is the same ID returned from
1692
- # PollForThirdPartyJobs.
1692
+ # `PollForThirdPartyJobs`.
1693
1693
  #
1694
1694
  # @option params [required, String] :client_token
1695
1695
  # The clientToken portion of the clientId and clientToken pair used to
@@ -1727,7 +1727,7 @@ module Aws::CodePipeline
1727
1727
  #
1728
1728
  # @option params [required, String] :job_id
1729
1729
  # The ID of the job that successfully completed. This is the same ID
1730
- # returned from PollForThirdPartyJobs.
1730
+ # returned from `PollForThirdPartyJobs`.
1731
1731
  #
1732
1732
  # @option params [required, String] :client_token
1733
1733
  # The clientToken portion of the clientId and clientToken pair used to
@@ -1956,8 +1956,9 @@ module Aws::CodePipeline
1956
1956
 
1957
1957
  # Updates a specified pipeline with edits or changes to its structure.
1958
1958
  # Use a JSON file with the pipeline structure in conjunction with
1959
- # UpdatePipeline to provide the full structure of the pipeline. Updating
1960
- # the pipeline increases the version number of the pipeline by 1.
1959
+ # `UpdatePipeline` to provide the full structure of the pipeline.
1960
+ # Updating the pipeline increases the version number of the pipeline by
1961
+ # 1.
1961
1962
  #
1962
1963
  # @option params [required, Types::PipelineDeclaration] :pipeline
1963
1964
  # The name of the pipeline to be updated.
@@ -2089,7 +2090,7 @@ module Aws::CodePipeline
2089
2090
  params: params,
2090
2091
  config: config)
2091
2092
  context[:gem_name] = 'aws-sdk-codepipeline'
2092
- context[:gem_version] = '1.16.0'
2093
+ context[:gem_version] = '1.17.0'
2093
2094
  Seahorse::Client::Request.new(handlers, context)
2094
2095
  end
2095
2096
 
@@ -169,8 +169,9 @@ module Aws::CodePipeline
169
169
  #
170
170
  # @!attribute [rw] secret
171
171
  # Whether the configuration property is secret. Secrets are hidden
172
- # from all calls except for GetJobDetails, GetThirdPartyJobDetails,
173
- # PollForJobs, and PollForThirdPartyJobs.
172
+ # from all calls except for `GetJobDetails`,
173
+ # `GetThirdPartyJobDetails`, `PollForJobs`, and
174
+ # `PollForThirdPartyJobs`.
174
175
  #
175
176
  # When updating a pipeline, passing * * * * * without changing
176
177
  # any other values of the action will preserve the prior value of the
@@ -179,8 +180,8 @@ module Aws::CodePipeline
179
180
  #
180
181
  # @!attribute [rw] queryable
181
182
  # Indicates that the property will be used in conjunction with
182
- # PollForJobs. When creating a custom action, an action can have up to
183
- # one queryable property. If it has one, that property must be both
183
+ # `PollForJobs`. When creating a custom action, an action can have up
184
+ # to one queryable property. If it has one, that property must be both
184
185
  # required and not secret.
185
186
  #
186
187
  # If you create a pipeline with a custom action type, and that custom
@@ -331,8 +332,8 @@ module Aws::CodePipeline
331
332
  # @!attribute [rw] token
332
333
  # The system-generated token used to identify a unique approval
333
334
  # request. The token for each open approval request can be obtained
334
- # using the GetPipelineState command and is used to validate that the
335
- # approval request corresponding to this token is still valid.
335
+ # using the `GetPipelineState` command and is used to validate that
336
+ # the approval request corresponding to this token is still valid.
336
337
  # @return [String]
337
338
  #
338
339
  # @!attribute [rw] last_updated_by
@@ -404,7 +405,7 @@ module Aws::CodePipeline
404
405
  #
405
406
  # @!attribute [rw] status
406
407
  # The status of the action execution. Status categories are
407
- # InProgress, Succeeded, and Failed.
408
+ # `InProgress`, `Succeeded`, and `Failed`.
408
409
  # @return [String]
409
410
  #
410
411
  # @!attribute [rw] input
@@ -1008,8 +1009,9 @@ module Aws::CodePipeline
1008
1009
  # The category of the custom action, such as a build action or a test
1009
1010
  # action.
1010
1011
  #
1011
- # <note markdown="1"> Although Source and Approval are listed as valid values, they are
1012
- # not currently functional. These values are reserved for future use.
1012
+ # <note markdown="1"> Although `Source` and `Approval` are listed as valid values, they
1013
+ # are not currently functional. These values are reserved for future
1014
+ # use.
1013
1015
  #
1014
1016
  # </note>
1015
1017
  # @return [String]
@@ -1024,7 +1026,7 @@ module Aws::CodePipeline
1024
1026
  # @return [String]
1025
1027
  #
1026
1028
  # @!attribute [rw] settings
1027
- # Returns information about the settings for an action type.
1029
+ # URLs that provide users information about this custom action.
1028
1030
  # @return [Types::ActionTypeSettings]
1029
1031
  #
1030
1032
  # @!attribute [rw] configuration_properties
@@ -1066,7 +1068,7 @@ module Aws::CodePipeline
1066
1068
  include Aws::Structure
1067
1069
  end
1068
1070
 
1069
- # Represents the output of a CreateCustomActionType operation.
1071
+ # Represents the output of a `CreateCustomActionType` operation.
1070
1072
  #
1071
1073
  # @!attribute [rw] action_type
1072
1074
  # Returns information about the details of an action type.
@@ -1079,7 +1081,7 @@ module Aws::CodePipeline
1079
1081
  include Aws::Structure
1080
1082
  end
1081
1083
 
1082
- # Represents the input of a CreatePipeline action.
1084
+ # Represents the input of a `CreatePipeline` action.
1083
1085
  #
1084
1086
  # @note When making an API call, you may pass CreatePipelineInput
1085
1087
  # data as a hash:
@@ -1160,7 +1162,7 @@ module Aws::CodePipeline
1160
1162
  include Aws::Structure
1161
1163
  end
1162
1164
 
1163
- # Represents the output of a CreatePipeline action.
1165
+ # Represents the output of a `CreatePipeline` action.
1164
1166
  #
1165
1167
  # @!attribute [rw] pipeline
1166
1168
  # Represents the structure of actions and stages to be performed in
@@ -1213,8 +1215,8 @@ module Aws::CodePipeline
1213
1215
  include Aws::Structure
1214
1216
  end
1215
1217
 
1216
- # Represents the input of a DeleteCustomActionType operation. The custom
1217
- # action will be marked as deleted.
1218
+ # Represents the input of a `DeleteCustomActionType` operation. The
1219
+ # custom action will be marked as deleted.
1218
1220
  #
1219
1221
  # @note When making an API call, you may pass DeleteCustomActionTypeInput
1220
1222
  # data as a hash:
@@ -1248,7 +1250,7 @@ module Aws::CodePipeline
1248
1250
  include Aws::Structure
1249
1251
  end
1250
1252
 
1251
- # Represents the input of a DeletePipeline action.
1253
+ # Represents the input of a `DeletePipeline` action.
1252
1254
  #
1253
1255
  # @note When making an API call, you may pass DeletePipelineInput
1254
1256
  # data as a hash:
@@ -1312,7 +1314,7 @@ module Aws::CodePipeline
1312
1314
  #
1313
1315
  class DeregisterWebhookWithThirdPartyOutput < Aws::EmptyStructure; end
1314
1316
 
1315
- # Represents the input of a DisableStageTransition action.
1317
+ # Represents the input of a `DisableStageTransition` action.
1316
1318
  #
1317
1319
  # @note When making an API call, you may pass DisableStageTransitionInput
1318
1320
  # data as a hash:
@@ -1357,7 +1359,7 @@ module Aws::CodePipeline
1357
1359
  include Aws::Structure
1358
1360
  end
1359
1361
 
1360
- # Represents the input of an EnableStageTransition action.
1362
+ # Represents the input of an `EnableStageTransition` action.
1361
1363
  #
1362
1364
  # @note When making an API call, you may pass EnableStageTransitionInput
1363
1365
  # data as a hash:
@@ -1510,7 +1512,7 @@ module Aws::CodePipeline
1510
1512
  include Aws::Structure
1511
1513
  end
1512
1514
 
1513
- # Represents the input of a GetJobDetails action.
1515
+ # Represents the input of a `GetJobDetails` action.
1514
1516
  #
1515
1517
  # @note When making an API call, you may pass GetJobDetailsInput
1516
1518
  # data as a hash:
@@ -1530,13 +1532,13 @@ module Aws::CodePipeline
1530
1532
  include Aws::Structure
1531
1533
  end
1532
1534
 
1533
- # Represents the output of a GetJobDetails action.
1535
+ # Represents the output of a `GetJobDetails` action.
1534
1536
  #
1535
1537
  # @!attribute [rw] job_details
1536
1538
  # The details of the job.
1537
1539
  #
1538
1540
  # <note markdown="1"> If AWSSessionCredentials is used, a long-running job can call
1539
- # GetJobDetails again to obtain new credentials.
1541
+ # `GetJobDetails` again to obtain new credentials.
1540
1542
  #
1541
1543
  # </note>
1542
1544
  # @return [Types::JobDetails]
@@ -1548,7 +1550,7 @@ module Aws::CodePipeline
1548
1550
  include Aws::Structure
1549
1551
  end
1550
1552
 
1551
- # Represents the input of a GetPipelineExecution action.
1553
+ # Represents the input of a `GetPipelineExecution` action.
1552
1554
  #
1553
1555
  # @note When making an API call, you may pass GetPipelineExecutionInput
1554
1556
  # data as a hash:
@@ -1576,7 +1578,7 @@ module Aws::CodePipeline
1576
1578
  include Aws::Structure
1577
1579
  end
1578
1580
 
1579
- # Represents the output of a GetPipelineExecution action.
1581
+ # Represents the output of a `GetPipelineExecution` action.
1580
1582
  #
1581
1583
  # @!attribute [rw] pipeline_execution
1582
1584
  # Represents information about the execution of a pipeline.
@@ -1589,7 +1591,7 @@ module Aws::CodePipeline
1589
1591
  include Aws::Structure
1590
1592
  end
1591
1593
 
1592
- # Represents the input of a GetPipeline action.
1594
+ # Represents the input of a `GetPipeline` action.
1593
1595
  #
1594
1596
  # @note When making an API call, you may pass GetPipelineInput
1595
1597
  # data as a hash:
@@ -1618,7 +1620,7 @@ module Aws::CodePipeline
1618
1620
  include Aws::Structure
1619
1621
  end
1620
1622
 
1621
- # Represents the output of a GetPipeline action.
1623
+ # Represents the output of a `GetPipeline` action.
1622
1624
  #
1623
1625
  # @!attribute [rw] pipeline
1624
1626
  # Represents the structure of actions and stages to be performed in
@@ -1627,7 +1629,7 @@ module Aws::CodePipeline
1627
1629
  #
1628
1630
  # @!attribute [rw] metadata
1629
1631
  # Represents the pipeline metadata information returned as part of the
1630
- # output of a GetPipeline action.
1632
+ # output of a `GetPipeline` action.
1631
1633
  # @return [Types::PipelineMetadata]
1632
1634
  #
1633
1635
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetPipelineOutput AWS API Documentation
@@ -1638,7 +1640,7 @@ module Aws::CodePipeline
1638
1640
  include Aws::Structure
1639
1641
  end
1640
1642
 
1641
- # Represents the input of a GetPipelineState action.
1643
+ # Represents the input of a `GetPipelineState` action.
1642
1644
  #
1643
1645
  # @note When making an API call, you may pass GetPipelineStateInput
1644
1646
  # data as a hash:
@@ -1658,7 +1660,7 @@ module Aws::CodePipeline
1658
1660
  include Aws::Structure
1659
1661
  end
1660
1662
 
1661
- # Represents the output of a GetPipelineState action.
1663
+ # Represents the output of a `GetPipelineState` action.
1662
1664
  #
1663
1665
  # @!attribute [rw] pipeline_name
1664
1666
  # The name of the pipeline for which you want to get the state.
@@ -1698,7 +1700,7 @@ module Aws::CodePipeline
1698
1700
  include Aws::Structure
1699
1701
  end
1700
1702
 
1701
- # Represents the input of a GetThirdPartyJobDetails action.
1703
+ # Represents the input of a `GetThirdPartyJobDetails` action.
1702
1704
  #
1703
1705
  # @note When making an API call, you may pass GetThirdPartyJobDetailsInput
1704
1706
  # data as a hash:
@@ -1726,7 +1728,7 @@ module Aws::CodePipeline
1726
1728
  include Aws::Structure
1727
1729
  end
1728
1730
 
1729
- # Represents the output of a GetThirdPartyJobDetails action.
1731
+ # Represents the output of a `GetThirdPartyJobDetails` action.
1730
1732
  #
1731
1733
  # @!attribute [rw] job_details
1732
1734
  # The details of the job, including any protected values defined for
@@ -1829,7 +1831,7 @@ module Aws::CodePipeline
1829
1831
  # Represents an AWS session credentials object. These credentials are
1830
1832
  # temporary credentials that are issued by AWS Secure Token Service
1831
1833
  # (STS). They can be used to access input and output artifacts in the
1832
- # Amazon S3 bucket used to store artifact for the pipeline in AWS
1834
+ # Amazon S3 bucket used to store artifacts for the pipeline in AWS
1833
1835
  # CodePipeline.
1834
1836
  # @return [Types::AWSSessionCredentials]
1835
1837
  #
@@ -1915,7 +1917,7 @@ module Aws::CodePipeline
1915
1917
  # @return [Integer]
1916
1918
  #
1917
1919
  # @!attribute [rw] next_token
1918
- # The token that was returned from the previous ListActionExecutions
1920
+ # The token that was returned from the previous `ListActionExecutions`
1919
1921
  # call, which can be used to return the next set of action executions
1920
1922
  # in the list.
1921
1923
  # @return [String]
@@ -1938,7 +1940,7 @@ module Aws::CodePipeline
1938
1940
  # @!attribute [rw] next_token
1939
1941
  # If the amount of returned information is significantly large, an
1940
1942
  # identifier is also returned and can be used in a subsequent
1941
- # ListActionExecutions call to return the next set of action
1943
+ # `ListActionExecutions` call to return the next set of action
1942
1944
  # executions in the list.
1943
1945
  # @return [String]
1944
1946
  #
@@ -1950,7 +1952,7 @@ module Aws::CodePipeline
1950
1952
  include Aws::Structure
1951
1953
  end
1952
1954
 
1953
- # Represents the input of a ListActionTypes action.
1955
+ # Represents the input of a `ListActionTypes` action.
1954
1956
  #
1955
1957
  # @note When making an API call, you may pass ListActionTypesInput
1956
1958
  # data as a hash:
@@ -1979,7 +1981,7 @@ module Aws::CodePipeline
1979
1981
  include Aws::Structure
1980
1982
  end
1981
1983
 
1982
- # Represents the output of a ListActionTypes action.
1984
+ # Represents the output of a `ListActionTypes` action.
1983
1985
  #
1984
1986
  # @!attribute [rw] action_types
1985
1987
  # Provides details of the action types.
@@ -2000,7 +2002,7 @@ module Aws::CodePipeline
2000
2002
  include Aws::Structure
2001
2003
  end
2002
2004
 
2003
- # Represents the input of a ListPipelineExecutions action.
2005
+ # Represents the input of a `ListPipelineExecutions` action.
2004
2006
  #
2005
2007
  # @note When making an API call, you may pass ListPipelineExecutionsInput
2006
2008
  # data as a hash:
@@ -2025,9 +2027,9 @@ module Aws::CodePipeline
2025
2027
  # @return [Integer]
2026
2028
  #
2027
2029
  # @!attribute [rw] next_token
2028
- # The token that was returned from the previous ListPipelineExecutions
2029
- # call, which can be used to return the next set of pipeline
2030
- # executions in the list.
2030
+ # The token that was returned from the previous
2031
+ # `ListPipelineExecutions` call, which can be used to return the next
2032
+ # set of pipeline executions in the list.
2031
2033
  # @return [String]
2032
2034
  #
2033
2035
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListPipelineExecutionsInput AWS API Documentation
@@ -2039,15 +2041,15 @@ module Aws::CodePipeline
2039
2041
  include Aws::Structure
2040
2042
  end
2041
2043
 
2042
- # Represents the output of a ListPipelineExecutions action.
2044
+ # Represents the output of a `ListPipelineExecutions` action.
2043
2045
  #
2044
2046
  # @!attribute [rw] pipeline_execution_summaries
2045
2047
  # A list of executions in the history of a pipeline.
2046
2048
  # @return [Array<Types::PipelineExecutionSummary>]
2047
2049
  #
2048
2050
  # @!attribute [rw] next_token
2049
- # A token that can be used in the next ListPipelineExecutions call. To
2050
- # view all items in the list, continue to call this operation with
2051
+ # A token that can be used in the next `ListPipelineExecutions` call.
2052
+ # To view all items in the list, continue to call this operation with
2051
2053
  # each subsequent token until no more nextToken values are returned.
2052
2054
  # @return [String]
2053
2055
  #
@@ -2059,7 +2061,7 @@ module Aws::CodePipeline
2059
2061
  include Aws::Structure
2060
2062
  end
2061
2063
 
2062
- # Represents the input of a ListPipelines action.
2064
+ # Represents the input of a `ListPipelines` action.
2063
2065
  #
2064
2066
  # @note When making an API call, you may pass ListPipelinesInput
2065
2067
  # data as a hash:
@@ -2081,7 +2083,7 @@ module Aws::CodePipeline
2081
2083
  include Aws::Structure
2082
2084
  end
2083
2085
 
2084
- # Represents the output of a ListPipelines action.
2086
+ # Represents the output of a `ListPipelines` action.
2085
2087
  #
2086
2088
  # @!attribute [rw] pipelines
2087
2089
  # The list of pipelines.
@@ -2245,11 +2247,11 @@ module Aws::CodePipeline
2245
2247
  # @return [Types::ActionContext]
2246
2248
  #
2247
2249
  # @!attribute [rw] pipeline_arn
2248
- # The pipeline execution ID provided to the job worker.
2250
+ # The Amazon Resource Name (ARN) of the pipeline.
2249
2251
  # @return [String]
2250
2252
  #
2251
2253
  # @!attribute [rw] pipeline_execution_id
2252
- # The pipeline Amazon Resource Name (ARN) provided to the job worker.
2254
+ # The execution ID of the pipeline.
2253
2255
  # @return [String]
2254
2256
  #
2255
2257
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PipelineContext AWS API Documentation
@@ -2337,8 +2339,8 @@ module Aws::CodePipeline
2337
2339
  #
2338
2340
  # @!attribute [rw] role_arn
2339
2341
  # The Amazon Resource Name (ARN) for AWS CodePipeline to use to either
2340
- # perform actions with no actionRoleArn, or to use to assume roles for
2341
- # actions with an actionRoleArn.
2342
+ # perform actions with no `actionRoleArn`, or to use to assume roles
2343
+ # for actions with an `actionRoleArn`.
2342
2344
  # @return [String]
2343
2345
  #
2344
2346
  # @!attribute [rw] artifact_store
@@ -2347,13 +2349,13 @@ module Aws::CodePipeline
2347
2349
  # @return [Types::ArtifactStore]
2348
2350
  #
2349
2351
  # @!attribute [rw] artifact_stores
2350
- # A mapping of artifactStore objects and their corresponding regions.
2351
- # There must be an artifact store for the pipeline region and for each
2352
- # cross-region action within the pipeline. You can only use either
2353
- # artifactStore or artifactStores, not both.
2352
+ # A mapping of `artifactStore` objects and their corresponding
2353
+ # regions. There must be an artifact store for the pipeline region and
2354
+ # for each cross-region action within the pipeline. You can only use
2355
+ # either `artifactStore` or `artifactStores`, not both.
2354
2356
  #
2355
2357
  # If you create a cross-region action in your pipeline, you must use
2356
- # artifactStores.
2358
+ # `artifactStores`.
2357
2359
  # @return [Hash<String,Types::ArtifactStore>]
2358
2360
  #
2359
2361
  # @!attribute [rw] stages
@@ -2407,7 +2409,8 @@ module Aws::CodePipeline
2407
2409
  # @return [String]
2408
2410
  #
2409
2411
  # @!attribute [rw] artifact_revisions
2410
- # A list of ArtifactRevision objects included in a pipeline execution.
2412
+ # A list of `ArtifactRevision` objects included in a pipeline
2413
+ # execution.
2411
2414
  # @return [Array<Types::ArtifactRevision>]
2412
2415
  #
2413
2416
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PipelineExecution AWS API Documentation
@@ -2520,7 +2523,7 @@ module Aws::CodePipeline
2520
2523
  include Aws::Structure
2521
2524
  end
2522
2525
 
2523
- # Represents the input of a PollForJobs action.
2526
+ # Represents the input of a `PollForJobs` action.
2524
2527
  #
2525
2528
  # @note When making an API call, you may pass PollForJobsInput
2526
2529
  # data as a hash:
@@ -2563,7 +2566,7 @@ module Aws::CodePipeline
2563
2566
  include Aws::Structure
2564
2567
  end
2565
2568
 
2566
- # Represents the output of a PollForJobs action.
2569
+ # Represents the output of a `PollForJobs` action.
2567
2570
  #
2568
2571
  # @!attribute [rw] jobs
2569
2572
  # Information about the jobs to take action on.
@@ -2576,7 +2579,7 @@ module Aws::CodePipeline
2576
2579
  include Aws::Structure
2577
2580
  end
2578
2581
 
2579
- # Represents the input of a PollForThirdPartyJobs action.
2582
+ # Represents the input of a `PollForThirdPartyJobs` action.
2580
2583
  #
2581
2584
  # @note When making an API call, you may pass PollForThirdPartyJobsInput
2582
2585
  # data as a hash:
@@ -2607,7 +2610,7 @@ module Aws::CodePipeline
2607
2610
  include Aws::Structure
2608
2611
  end
2609
2612
 
2610
- # Represents the output of a PollForThirdPartyJobs action.
2613
+ # Represents the output of a `PollForThirdPartyJobs` action.
2611
2614
  #
2612
2615
  # @!attribute [rw] jobs
2613
2616
  # Information about the jobs to take action on.
@@ -2620,7 +2623,7 @@ module Aws::CodePipeline
2620
2623
  include Aws::Structure
2621
2624
  end
2622
2625
 
2623
- # Represents the input of a PutActionRevision action.
2626
+ # Represents the input of a `PutActionRevision` action.
2624
2627
  #
2625
2628
  # @note When making an API call, you may pass PutActionRevisionInput
2626
2629
  # data as a hash:
@@ -2664,7 +2667,7 @@ module Aws::CodePipeline
2664
2667
  include Aws::Structure
2665
2668
  end
2666
2669
 
2667
- # Represents the output of a PutActionRevision action.
2670
+ # Represents the output of a `PutActionRevision` action.
2668
2671
  #
2669
2672
  # @!attribute [rw] new_revision
2670
2673
  # Indicates whether the artifact revision was previously used in an
@@ -2683,7 +2686,7 @@ module Aws::CodePipeline
2683
2686
  include Aws::Structure
2684
2687
  end
2685
2688
 
2686
- # Represents the input of a PutApprovalResult action.
2689
+ # Represents the input of a `PutApprovalResult` action.
2687
2690
  #
2688
2691
  # @note When making an API call, you may pass PutApprovalResultInput
2689
2692
  # data as a hash:
@@ -2733,7 +2736,7 @@ module Aws::CodePipeline
2733
2736
  include Aws::Structure
2734
2737
  end
2735
2738
 
2736
- # Represents the output of a PutApprovalResult action.
2739
+ # Represents the output of a `PutApprovalResult` action.
2737
2740
  #
2738
2741
  # @!attribute [rw] approved_at
2739
2742
  # The timestamp showing when the approval or rejection was submitted.
@@ -2746,7 +2749,7 @@ module Aws::CodePipeline
2746
2749
  include Aws::Structure
2747
2750
  end
2748
2751
 
2749
- # Represents the input of a PutJobFailureResult action.
2752
+ # Represents the input of a `PutJobFailureResult` action.
2750
2753
  #
2751
2754
  # @note When making an API call, you may pass PutJobFailureResultInput
2752
2755
  # data as a hash:
@@ -2762,7 +2765,7 @@ module Aws::CodePipeline
2762
2765
  #
2763
2766
  # @!attribute [rw] job_id
2764
2767
  # The unique system-generated ID of the job that failed. This is the
2765
- # same ID returned from PollForJobs.
2768
+ # same ID returned from `PollForJobs`.
2766
2769
  # @return [String]
2767
2770
  #
2768
2771
  # @!attribute [rw] failure_details
@@ -2777,7 +2780,7 @@ module Aws::CodePipeline
2777
2780
  include Aws::Structure
2778
2781
  end
2779
2782
 
2780
- # Represents the input of a PutJobSuccessResult action.
2783
+ # Represents the input of a `PutJobSuccessResult` action.
2781
2784
  #
2782
2785
  # @note When making an API call, you may pass PutJobSuccessResultInput
2783
2786
  # data as a hash:
@@ -2800,7 +2803,7 @@ module Aws::CodePipeline
2800
2803
  #
2801
2804
  # @!attribute [rw] job_id
2802
2805
  # The unique system-generated ID of the job that succeeded. This is
2803
- # the same ID returned from PollForJobs.
2806
+ # the same ID returned from `PollForJobs`.
2804
2807
  # @return [String]
2805
2808
  #
2806
2809
  # @!attribute [rw] current_revision
@@ -2833,7 +2836,7 @@ module Aws::CodePipeline
2833
2836
  include Aws::Structure
2834
2837
  end
2835
2838
 
2836
- # Represents the input of a PutThirdPartyJobFailureResult action.
2839
+ # Represents the input of a `PutThirdPartyJobFailureResult` action.
2837
2840
  #
2838
2841
  # @note When making an API call, you may pass PutThirdPartyJobFailureResultInput
2839
2842
  # data as a hash:
@@ -2850,7 +2853,7 @@ module Aws::CodePipeline
2850
2853
  #
2851
2854
  # @!attribute [rw] job_id
2852
2855
  # The ID of the job that failed. This is the same ID returned from
2853
- # PollForThirdPartyJobs.
2856
+ # `PollForThirdPartyJobs`.
2854
2857
  # @return [String]
2855
2858
  #
2856
2859
  # @!attribute [rw] client_token
@@ -2872,7 +2875,7 @@ module Aws::CodePipeline
2872
2875
  include Aws::Structure
2873
2876
  end
2874
2877
 
2875
- # Represents the input of a PutThirdPartyJobSuccessResult action.
2878
+ # Represents the input of a `PutThirdPartyJobSuccessResult` action.
2876
2879
  #
2877
2880
  # @note When making an API call, you may pass PutThirdPartyJobSuccessResultInput
2878
2881
  # data as a hash:
@@ -2896,7 +2899,7 @@ module Aws::CodePipeline
2896
2899
  #
2897
2900
  # @!attribute [rw] job_id
2898
2901
  # The ID of the job that successfully completed. This is the same ID
2899
- # returned from PollForThirdPartyJobs.
2902
+ # returned from `PollForThirdPartyJobs`.
2900
2903
  # @return [String]
2901
2904
  #
2902
2905
  # @!attribute [rw] client_token
@@ -3007,7 +3010,7 @@ module Aws::CodePipeline
3007
3010
  #
3008
3011
  class RegisterWebhookWithThirdPartyOutput < Aws::EmptyStructure; end
3009
3012
 
3010
- # Represents the input of a RetryStageExecution action.
3013
+ # Represents the input of a `RetryStageExecution` action.
3011
3014
  #
3012
3015
  # @note When making an API call, you may pass RetryStageExecutionInput
3013
3016
  # data as a hash:
@@ -3048,7 +3051,7 @@ module Aws::CodePipeline
3048
3051
  include Aws::Structure
3049
3052
  end
3050
3053
 
3051
- # Represents the output of a RetryStageExecution action.
3054
+ # Represents the output of a `RetryStageExecution` action.
3052
3055
  #
3053
3056
  # @!attribute [rw] pipeline_execution_id
3054
3057
  # The ID of the current workflow execution in the failed stage.
@@ -3260,7 +3263,7 @@ module Aws::CodePipeline
3260
3263
  include Aws::Structure
3261
3264
  end
3262
3265
 
3263
- # Represents the input of a StartPipelineExecution action.
3266
+ # Represents the input of a `StartPipelineExecution` action.
3264
3267
  #
3265
3268
  # @note When making an API call, you may pass StartPipelineExecutionInput
3266
3269
  # data as a hash:
@@ -3290,7 +3293,7 @@ module Aws::CodePipeline
3290
3293
  include Aws::Structure
3291
3294
  end
3292
3295
 
3293
- # Represents the output of a StartPipelineExecution action.
3296
+ # Represents the output of a `StartPipelineExecution` action.
3294
3297
  #
3295
3298
  # @!attribute [rw] pipeline_execution_id
3296
3299
  # The unique system-generated ID of the pipeline execution that was
@@ -3304,14 +3307,14 @@ module Aws::CodePipeline
3304
3307
  include Aws::Structure
3305
3308
  end
3306
3309
 
3307
- # A response to a PollForThirdPartyJobs request returned by AWS
3310
+ # A response to a `PollForThirdPartyJobs `request returned by AWS
3308
3311
  # CodePipeline when there is a job to be worked upon by a partner
3309
3312
  # action.
3310
3313
  #
3311
3314
  # @!attribute [rw] client_id
3312
- # The clientToken portion of the clientId and clientToken pair used to
3313
- # verify that the calling entity is allowed access to the job and its
3314
- # details.
3315
+ # The `clientToken` portion of the `clientId` and `clientToken` pair
3316
+ # used to verify that the calling entity is allowed access to the job
3317
+ # and its details.
3315
3318
  # @return [String]
3316
3319
  #
3317
3320
  # @!attribute [rw] job_id
@@ -3392,7 +3395,7 @@ module Aws::CodePipeline
3392
3395
  include Aws::Structure
3393
3396
  end
3394
3397
 
3395
- # The details of a job sent in response to a GetThirdPartyJobDetails
3398
+ # The details of a job sent in response to a `GetThirdPartyJobDetails`
3396
3399
  # request.
3397
3400
  #
3398
3401
  # @!attribute [rw] id
@@ -3449,7 +3452,7 @@ module Aws::CodePipeline
3449
3452
  include Aws::Structure
3450
3453
  end
3451
3454
 
3452
- # Represents the input of an UpdatePipeline action.
3455
+ # Represents the input of an `UpdatePipeline` action.
3453
3456
  #
3454
3457
  # @note When making an API call, you may pass UpdatePipelineInput
3455
3458
  # data as a hash:
@@ -3529,7 +3532,7 @@ module Aws::CodePipeline
3529
3532
  include Aws::Structure
3530
3533
  end
3531
3534
 
3532
- # Represents the output of an UpdatePipeline action.
3535
+ # Represents the output of an `UpdatePipeline` action.
3533
3536
  #
3534
3537
  # @!attribute [rw] pipeline
3535
3538
  # The structure of the updated pipeline.
@@ -3554,13 +3557,13 @@ module Aws::CodePipeline
3554
3557
  #
3555
3558
  # @!attribute [rw] allowed_ip_range
3556
3559
  # The property used to configure acceptance of webhooks within a
3557
- # specific IP range. For IP, only the AllowedIPRange property must be
3558
- # set, and this property must be set to a valid CIDR range.
3560
+ # specific IP range. For IP, only the `AllowedIPRange` property must
3561
+ # be set, and this property must be set to a valid CIDR range.
3559
3562
  # @return [String]
3560
3563
  #
3561
3564
  # @!attribute [rw] secret_token
3562
3565
  # The property used to configure GitHub authentication. For
3563
- # GITHUB\_HMAC, only the SecretToken property must be set.
3566
+ # GITHUB\_HMAC, only the `SecretToken` property must be set.
3564
3567
  # @return [String]
3565
3568
  #
3566
3569
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/WebhookAuthConfiguration AWS API Documentation
@@ -3616,8 +3619,9 @@ module Aws::CodePipeline
3616
3619
  # @!attribute [rw] authentication
3617
3620
  # Supported options are GITHUB\_HMAC, IP and UNAUTHENTICATED.
3618
3621
  #
3619
- # * GITHUB\_HMAC implements the authentication scheme described here:
3620
- # https://developer.github.com/webhooks/securing/
3622
+ # * For information about the authentication scheme implemented by
3623
+ # GITHUB\_HMAC, see [Securing your webhooks][1] on the GitHub
3624
+ # Developer website.
3621
3625
  #
3622
3626
  # * IP will reject webhooks trigger requests unless they originate
3623
3627
  # from an IP within the IP range whitelisted in the authentication
@@ -3625,14 +3629,19 @@ module Aws::CodePipeline
3625
3629
  #
3626
3630
  # * UNAUTHENTICATED will accept all webhook trigger requests
3627
3631
  # regardless of origin.
3632
+ #
3633
+ #
3634
+ #
3635
+ # [1]: https://developer.github.com/webhooks/securing/
3628
3636
  # @return [String]
3629
3637
  #
3630
3638
  # @!attribute [rw] authentication_configuration
3631
3639
  # Properties that configure the authentication applied to incoming
3632
3640
  # webhook trigger requests. The required properties depend on the
3633
- # authentication type. For GITHUB\_HMAC, only the SecretToken property
3634
- # must be set. For IP, only the AllowedIPRange property must be set to
3635
- # a valid CIDR range. For UNAUTHENTICATED, no properties can be set.
3641
+ # authentication type. For GITHUB\_HMAC, only the `SecretToken
3642
+ # `property must be set. For IP, only the `AllowedIPRange `property
3643
+ # must be set to a valid CIDR range. For UNAUTHENTICATED, no
3644
+ # properties can be set.
3636
3645
  # @return [Types::WebhookAuthConfiguration]
3637
3646
  #
3638
3647
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/WebhookDefinition AWS API Documentation
@@ -3660,24 +3669,28 @@ module Aws::CodePipeline
3660
3669
  #
3661
3670
  # @!attribute [rw] json_path
3662
3671
  # A JsonPath expression that will be applied to the body/payload of
3663
- # the webhook. The value selected by JsonPath expression must match
3664
- # the value specified in the matchEquals field, otherwise the request
3665
- # will be ignored. More information on JsonPath expressions can be
3666
- # found here: https://github.com/json-path/JsonPath.
3672
+ # the webhook. The value selected by the JsonPath expression must
3673
+ # match the value specified in the `MatchEquals` field, otherwise the
3674
+ # request will be ignored. For more information about JsonPath
3675
+ # expressions, see [Java JsonPath implementation][1] in GitHub.
3676
+ #
3677
+ #
3678
+ #
3679
+ # [1]: https://github.com/json-path/JsonPath
3667
3680
  # @return [String]
3668
3681
  #
3669
3682
  # @!attribute [rw] match_equals
3670
- # The value selected by the JsonPath expression must match what is
3671
- # supplied in the MatchEquals field, otherwise the request will be
3683
+ # The value selected by the `JsonPath` expression must match what is
3684
+ # supplied in the `MatchEquals` field, otherwise the request will be
3672
3685
  # ignored. Properties from the target action configuration can be
3673
3686
  # included as placeholders in this value by surrounding the action
3674
3687
  # configuration key with curly braces. For example, if the value
3675
3688
  # supplied here is "refs/heads/\\\{Branch\\}" and the target action
3676
3689
  # has an action configuration property called "Branch" with a value
3677
- # of "master", the MatchEquals value will be evaluated as
3678
- # "refs/heads/master". A list of action configuration properties for
3679
- # built-in action types can be found here: [Pipeline Structure
3680
- # Reference Action Requirements][1].
3690
+ # of "master", the `MatchEquals` value will be evaluated as
3691
+ # "refs/heads/master". For a list of action configuration properties
3692
+ # for built-in action types, see [Pipeline Structure Reference Action
3693
+ # Requirements][1].
3681
3694
  #
3682
3695
  #
3683
3696
  #
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.16.0
4
+ version: 1.17.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-04-30 00:00:00.000000000 Z
11
+ date: 2019-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core