aws-sdk-codepipeline 1.41.0 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8719ecc224a4f703542fc59bc871137ad3939b1f80eb0d6c1fa6a7627bca5db
4
- data.tar.gz: 1adf806b54507be59362df0b4ac6fee1470e09485b9367de11611adf208b30ea
3
+ metadata.gz: 73446a07db39aec10dfd72d041f98ed952521ef76fe118e00c2b8e480de2f97e
4
+ data.tar.gz: e0bb4e32b6545b6aebb256203f3965bdbc23b6ad650ed4ef847d9c4f68e05997
5
5
  SHA512:
6
- metadata.gz: 7449a5d2eb3e2ccb78501b971da551d10e206dae44cf2af614d07bdefbc85a9be171dacd58fa59653c67c64d4bce2cc8ed292819e4a5222e4dc6e3ba2dd5474e
7
- data.tar.gz: a3d25d61192c4b871d51933b9b0f66898f625574562460944847a1928a56d5fba96f9a4324ae8ba3d9878bad2153755799a2cd789a0282a7e51925368f205942
6
+ metadata.gz: e474e7a11cf7ea3b641cc5c56b181a9d5e995a79138ec4dbf90407e381ce8cac9867e37be05c29c6cf2b9054794448034b9b559078def1ef0bb59d39c60b2924
7
+ data.tar.gz: 997b3bfe74ad44e531396386cbe7f6b25b71cd117d9017c0494b43a800b74219c64ddd20d62fab24dc59aa58b0525c3c85f16293d6394698a64afa79da687fea
data/CHANGELOG.md ADDED
@@ -0,0 +1,303 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.45.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.44.0 (2021-03-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.43.0 (2021-03-05)
15
+ ------------------
16
+
17
+ * Feature - Updated the parameters to make actionType required for UpdateActionType
18
+
19
+ 1.42.0 (2021-03-01)
20
+ ------------------
21
+
22
+ * Feature - Added a new field to the ListPipelines API to allow maximum search results of 1000
23
+
24
+ 1.41.0 (2021-02-12)
25
+ ------------------
26
+
27
+ * Feature - The release provides new GetActionType and UpdateActionType APIs for viewing and editing action types in CodePipeline.
28
+
29
+ 1.40.0 (2021-02-02)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.39.0 (2021-01-07)
35
+ ------------------
36
+
37
+ * Feature - Adding cancelled status and summary for executions aborted by pipeline updates.
38
+
39
+ 1.38.0 (2020-11-16)
40
+ ------------------
41
+
42
+ * Feature - We show details about inbound executions and id of action executions in GetPipelineState API. We also add ConflictException to StartPipelineExecution, RetryStageExecution, StopPipelineExecution APIs.
43
+
44
+ 1.37.0 (2020-09-30)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.36.0 (2020-09-15)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.35.0 (2020-08-25)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.34.0 (2020-07-02)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ 1.33.0 (2020-06-23)
65
+ ------------------
66
+
67
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
68
+
69
+ 1.32.1 (2020-06-11)
70
+ ------------------
71
+
72
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
73
+
74
+ 1.32.0 (2020-06-10)
75
+ ------------------
76
+
77
+ * Issue - This version has been yanked. (#2327).
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.31.0 (2020-05-28)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.30.0 (2020-05-07)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.29.0 (2020-03-09)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.28.0 (2020-01-21)
96
+ ------------------
97
+
98
+ * Feature - AWS CodePipeline enables an ability to stop pipeline executions.
99
+
100
+ 1.27.0 (2019-11-12)
101
+ ------------------
102
+
103
+ * Feature - AWS CodePipeline now supports the use of variables in action configuration.
104
+
105
+ 1.26.0 (2019-10-23)
106
+ ------------------
107
+
108
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
109
+
110
+ 1.25.0 (2019-09-26)
111
+ ------------------
112
+
113
+ * Feature - Documentation updates for CodePipeline
114
+
115
+ 1.24.0 (2019-08-29)
116
+ ------------------
117
+
118
+ * Feature - Introducing pipeline execution trigger details in ListPipelineExecutions API.
119
+
120
+ 1.23.0 (2019-07-25)
121
+ ------------------
122
+
123
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
124
+
125
+ 1.22.0 (2019-07-01)
126
+ ------------------
127
+
128
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
129
+
130
+ 1.21.0 (2019-06-17)
131
+ ------------------
132
+
133
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
134
+
135
+ 1.20.0 (2019-05-21)
136
+ ------------------
137
+
138
+ * Feature - API update.
139
+
140
+ 1.19.0 (2019-05-15)
141
+ ------------------
142
+
143
+ * Feature - API update.
144
+
145
+ 1.18.0 (2019-05-14)
146
+ ------------------
147
+
148
+ * Feature - API update.
149
+
150
+ 1.17.0 (2019-05-06)
151
+ ------------------
152
+
153
+ * Feature - API update.
154
+
155
+ 1.16.0 (2019-04-30)
156
+ ------------------
157
+
158
+ * Feature - API update.
159
+
160
+ 1.15.0 (2019-03-21)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.14.0 (2019-03-20)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.13.0 (2019-03-18)
171
+ ------------------
172
+
173
+ * Feature - API update.
174
+
175
+ 1.12.0 (2019-03-14)
176
+ ------------------
177
+
178
+ * Feature - API update.
179
+
180
+ 1.11.0 (2018-11-20)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.10.1 (2018-11-16)
186
+ ------------------
187
+
188
+ * Issue - Update version dependency on `aws-sdk-core` to support endpoint discovery.
189
+
190
+ 1.10.0 (2018-11-12)
191
+ ------------------
192
+
193
+ * Feature - API update.
194
+
195
+ 1.9.0 (2018-10-24)
196
+ ------------------
197
+
198
+ * Feature - API update.
199
+
200
+ 1.8.0 (2018-10-23)
201
+ ------------------
202
+
203
+ * Feature - API update.
204
+
205
+ 1.7.0 (2018-09-06)
206
+ ------------------
207
+
208
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
209
+
210
+ 1.6.0 (2018-09-05)
211
+ ------------------
212
+
213
+ * Feature - API update.
214
+
215
+ 1.5.0 (2018-06-27)
216
+ ------------------
217
+
218
+ * Feature - API update.
219
+
220
+ 1.4.0 (2018-06-26)
221
+ ------------------
222
+
223
+ * Feature - API update.
224
+
225
+ 1.3.0 (2018-05-02)
226
+ ------------------
227
+
228
+ * Feature - API update.
229
+
230
+ 1.2.0 (2018-04-19)
231
+ ------------------
232
+
233
+ * Feature - API update.
234
+
235
+ 1.1.0 (2017-09-20)
236
+ ------------------
237
+
238
+ * Feature - API update.
239
+
240
+ * Issue - Update `aws-sdk-codepipeline` gemspec metadata.
241
+
242
+ 1.0.0 (2017-08-29)
243
+ ------------------
244
+
245
+ 1.0.0.rc12 (2017-08-15)
246
+ ------------------
247
+
248
+ * Feature - API update.
249
+
250
+ 1.0.0.rc11 (2017-08-01)
251
+ ------------------
252
+
253
+ * Feature - API update.
254
+
255
+ 1.0.0.rc10 (2017-07-25)
256
+ ------------------
257
+
258
+ * Feature - API update.
259
+
260
+ 1.0.0.rc9 (2017-07-12)
261
+ ------------------
262
+
263
+ * Feature - API update.
264
+
265
+ 1.0.0.rc8 (2017-07-06)
266
+ ------------------
267
+
268
+ * Feature - API update.
269
+
270
+ 1.0.0.rc7 (2017-06-26)
271
+ ------------------
272
+
273
+ * Feature - API update.
274
+
275
+ 1.0.0.rc6 (2017-05-23)
276
+ ------------------
277
+
278
+ * Feature - API update.
279
+
280
+ 1.0.0.rc5 (2017-05-09)
281
+ ------------------
282
+
283
+ * Feature - API update.
284
+
285
+ 1.0.0.rc4 (2017-05-09)
286
+ ------------------
287
+
288
+ * Feature - API update.
289
+
290
+ 1.0.0.rc3 (2017-04-21)
291
+ ------------------
292
+
293
+ * Feature - API update.
294
+
295
+ 1.0.0.rc2 (2016-12-09)
296
+ ------------------
297
+
298
+ * Feature - API update.
299
+
300
+ 1.0.0.rc1 (2016-12-05)
301
+ ------------------
302
+
303
+ * Feature - Initial preview release of the `aws-sdk-codepipeline` gem.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.45.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-codepipeline/customizations'
48
48
  # @!group service
49
49
  module Aws::CodePipeline
50
50
 
51
- GEM_VERSION = '1.41.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -873,12 +873,12 @@ module Aws::CodePipeline
873
873
 
874
874
  # Returns information about an action type created for an external
875
875
  # provider, where the action is to be used by customers of the external
876
- # provider. The action can have been created with any supported
877
- # integration model.
876
+ # provider. The action can be created with any supported integration
877
+ # model.
878
878
  #
879
879
  # @option params [required, String] :category
880
- # A category defines what kind of action can be taken in the stage.
881
- # Valid categories are limited to one of the following values:
880
+ # Defines what kind of action can be taken in the stage. The following
881
+ # are the valid values:
882
882
  #
883
883
  # * `Source`
884
884
  #
@@ -893,9 +893,8 @@ module Aws::CodePipeline
893
893
  # * `Invoke`
894
894
  #
895
895
  # @option params [required, String] :owner
896
- # The creator of an action type that has been created with any supported
897
- # integration model. There are two valid values for the `owner` field in
898
- # the action type category: `AWS` and `ThirdParty`.
896
+ # The creator of an action type that was created with any supported
897
+ # integration model. There are two valid values: `AWS` and `ThirdParty`.
899
898
  #
900
899
  # @option params [required, String] :provider
901
900
  # The provider of the action type being called. The provider name is
@@ -1503,6 +1502,12 @@ module Aws::CodePipeline
1503
1502
  # An identifier that was returned from the previous list pipelines call.
1504
1503
  # It can be used to return the next set of pipelines in the list.
1505
1504
  #
1505
+ # @option params [Integer] :max_results
1506
+ # The maximum number of pipelines to return in a single call. To
1507
+ # retrieve the remaining pipelines, make another call with the returned
1508
+ # nextToken value. The minimum value you can specify is 1. The maximum
1509
+ # accepted value is 1000.
1510
+ #
1506
1511
  # @return [Types::ListPipelinesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1507
1512
  #
1508
1513
  # * {Types::ListPipelinesOutput#pipelines #pipelines} => Array<Types::PipelineSummary>
@@ -1514,6 +1519,7 @@ module Aws::CodePipeline
1514
1519
  #
1515
1520
  # resp = client.list_pipelines({
1516
1521
  # next_token: "NextToken",
1522
+ # max_results: 1,
1517
1523
  # })
1518
1524
  #
1519
1525
  # @example Response structure
@@ -2358,12 +2364,12 @@ module Aws::CodePipeline
2358
2364
  req.send_request(options)
2359
2365
  end
2360
2366
 
2361
- # Updates an action type that has been created with any supported
2362
- # integration model, where the action type is to be used by customers of
2363
- # the action type provider. Use a JSON file with the action definition
2364
- # and `UpdateActionType` to provide the full structure.
2367
+ # Updates an action type that was created with any supported integration
2368
+ # model, where the action type is to be used by customers of the action
2369
+ # type provider. Use a JSON file with the action definition and
2370
+ # `UpdateActionType` to provide the full structure.
2365
2371
  #
2366
- # @option params [Types::ActionTypeDeclaration] :action_type
2372
+ # @option params [required, Types::ActionTypeDeclaration] :action_type
2367
2373
  # The action type definition for the action type to be updated.
2368
2374
  #
2369
2375
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -2371,7 +2377,7 @@ module Aws::CodePipeline
2371
2377
  # @example Request syntax with placeholder values
2372
2378
  #
2373
2379
  # resp = client.update_action_type({
2374
- # action_type: {
2380
+ # action_type: { # required
2375
2381
  # description: "ActionTypeDescription",
2376
2382
  # executor: { # required
2377
2383
  # configuration: { # required
@@ -2569,7 +2575,7 @@ module Aws::CodePipeline
2569
2575
  params: params,
2570
2576
  config: config)
2571
2577
  context[:gem_name] = 'aws-sdk-codepipeline'
2572
- context[:gem_version] = '1.41.0'
2578
+ context[:gem_version] = '1.45.0'
2573
2579
  Seahorse::Client::Request.new(handlers, context)
2574
2580
  end
2575
2581
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -189,6 +189,7 @@ module Aws::CodePipeline
189
189
  ListWebhooksOutput = Shapes::StructureShape.new(name: 'ListWebhooksOutput')
190
190
  MatchEquals = Shapes::StringShape.new(name: 'MatchEquals')
191
191
  MaxBatchSize = Shapes::IntegerShape.new(name: 'MaxBatchSize')
192
+ MaxPipelines = Shapes::IntegerShape.new(name: 'MaxPipelines')
192
193
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
193
194
  MaximumActionTypeArtifactCount = Shapes::IntegerShape.new(name: 'MaximumActionTypeArtifactCount')
194
195
  MaximumArtifactCount = Shapes::IntegerShape.new(name: 'MaximumArtifactCount')
@@ -804,6 +805,7 @@ module Aws::CodePipeline
804
805
  ListPipelineExecutionsOutput.struct_class = Types::ListPipelineExecutionsOutput
805
806
 
806
807
  ListPipelinesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
808
+ ListPipelinesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPipelines, location_name: "maxResults"))
807
809
  ListPipelinesInput.struct_class = Types::ListPipelinesInput
808
810
 
809
811
  ListPipelinesOutput.add_member(:pipelines, Shapes::ShapeRef.new(shape: PipelineList, location_name: "pipelines"))
@@ -1117,7 +1119,7 @@ module Aws::CodePipeline
1117
1119
 
1118
1120
  UntagResourceOutput.struct_class = Types::UntagResourceOutput
1119
1121
 
1120
- UpdateActionTypeInput.add_member(:action_type, Shapes::ShapeRef.new(shape: ActionTypeDeclaration, location_name: "actionType"))
1122
+ UpdateActionTypeInput.add_member(:action_type, Shapes::ShapeRef.new(shape: ActionTypeDeclaration, required: true, location_name: "actionType"))
1121
1123
  UpdateActionTypeInput.struct_class = Types::UpdateActionTypeInput
1122
1124
 
1123
1125
  UpdatePipelineInput.add_member(:pipeline, Shapes::ShapeRef.new(shape: PipelineDeclaration, required: true, location_name: "pipeline"))
@@ -1408,6 +1410,7 @@ module Aws::CodePipeline
1408
1410
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1409
1411
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1410
1412
  o[:pager] = Aws::Pager.new(
1413
+ limit_key: "max_results",
1411
1414
  tokens: {
1412
1415
  "next_token" => "next_token"
1413
1416
  }
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -739,14 +739,13 @@ module Aws::CodePipeline
739
739
  # }
740
740
  #
741
741
  # @!attribute [rw] minimum_count
742
- # The minimum allowed number of artifacts that can be used with the
743
- # action type. For example, you should specify a minimum and maximum
744
- # of zero input artifacts for an action type with a category of
745
- # `source`.
742
+ # The minimum number of artifacts that can be used with the action
743
+ # type. For example, you should specify a minimum and maximum of zero
744
+ # input artifacts for an action type with a category of `source`.
746
745
  # @return [Integer]
747
746
  #
748
747
  # @!attribute [rw] maximum_count
749
- # The maximum allowed number of artifacts that can be used with the
748
+ # The maximum number of artifacts that can be used with the
750
749
  # actiontype. For example, you should specify a minimum and maximum of
751
750
  # zero input artifacts for an action type with a category of `source`.
752
751
  # @return [Integer]
@@ -827,8 +826,8 @@ module Aws::CodePipeline
827
826
  # @return [Types::ActionTypeExecutor]
828
827
  #
829
828
  # @!attribute [rw] id
830
- # The action ID is composed of the action category, owner, provider,
831
- # and version of the action type to be updated.
829
+ # The action category, owner, provider, and version of the action type
830
+ # to be updated.
832
831
  # @return [Types::ActionTypeIdentifier]
833
832
  #
834
833
  # @!attribute [rw] input_artifact_details
@@ -902,20 +901,17 @@ module Aws::CodePipeline
902
901
  #
903
902
  # @!attribute [rw] type
904
903
  # The integration model used to create and update the action type,
905
- # such as the Lambda integration model. Each integration type has a
906
- # related action engine, or executor. The available executor types are
907
- # `Lambda` and `JobWorker`.
904
+ # `Lambda` or `JobWorker`.
908
905
  # @return [String]
909
906
  #
910
907
  # @!attribute [rw] policy_statements_template
911
908
  # The policy statement that specifies the permissions in the
912
909
  # CodePipeline customer’s account that are needed to successfully run
913
- # an action execution.
910
+ # an action.
914
911
  #
915
912
  # To grant permission to another account, specify the account ID as
916
- # the Principal. For AWS services, the Principal is a domain-style
917
- # identifier defined by the service, like
918
- # `codepipeline.amazonaws.com`.
913
+ # the Principal, a domain-style identifier defined by the service, for
914
+ # example `codepipeline.amazonaws.com`.
919
915
  #
920
916
  # <note markdown="1"> The size of the passed JSON policy document cannot exceed 2048
921
917
  # characters.
@@ -924,9 +920,9 @@ module Aws::CodePipeline
924
920
  # @return [String]
925
921
  #
926
922
  # @!attribute [rw] job_timeout
927
- # The timeout in seconds for the job. An action execution can consist
928
- # of multiple jobs. This is the timeout for a single job, and not for
929
- # the entire action execution.
923
+ # The timeout in seconds for the job. An action execution can have
924
+ # multiple jobs. This is the timeout for a single job, not the entire
925
+ # action execution.
930
926
  # @return [Integer]
931
927
  #
932
928
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ActionTypeExecutor AWS API Documentation
@@ -1024,8 +1020,8 @@ module Aws::CodePipeline
1024
1020
  # }
1025
1021
  #
1026
1022
  # @!attribute [rw] category
1027
- # A category defines what kind of action can be taken in the stage.
1028
- # Valid categories are limited to one of the following values:
1023
+ # Defines what kind of action can be taken in the stage, one of the
1024
+ # following:
1029
1025
  #
1030
1026
  # * `Source`
1031
1027
  #
@@ -1041,8 +1037,7 @@ module Aws::CodePipeline
1041
1037
  # @return [String]
1042
1038
  #
1043
1039
  # @!attribute [rw] owner
1044
- # The creator of the action type being called. There are two valid
1045
- # values for the `owner` field: `AWS` and `ThirdParty`.
1040
+ # The creator of the action type being called: `AWS` or `ThirdParty`.
1046
1041
  # @return [String]
1047
1042
  #
1048
1043
  # @!attribute [rw] provider
@@ -1081,8 +1076,8 @@ module Aws::CodePipeline
1081
1076
  # }
1082
1077
  #
1083
1078
  # @!attribute [rw] allowed_accounts
1084
- # A list of AWS account IDs with allow access to use the action type
1085
- # in their pipelines.
1079
+ # A list of AWS account IDs with access to use the action type in
1080
+ # their pipelines.
1086
1081
  # @return [Array<String>]
1087
1082
  #
1088
1083
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ActionTypePermissions AWS API Documentation
@@ -1110,8 +1105,7 @@ module Aws::CodePipeline
1110
1105
  # }
1111
1106
  #
1112
1107
  # @!attribute [rw] name
1113
- # The property name. This represents a field name that is displayed to
1114
- # users.
1108
+ # The property name that is displayed to users.
1115
1109
  # @return [String]
1116
1110
  #
1117
1111
  # @!attribute [rw] optional
@@ -1123,9 +1117,9 @@ module Aws::CodePipeline
1123
1117
  # @return [Boolean]
1124
1118
  #
1125
1119
  # @!attribute [rw] no_echo
1126
- # Determines whether the field value entered by the customer is
1127
- # logged. If `noEcho` is `true`, the value is not shown in CloudTrail
1128
- # logs for the action execution.
1120
+ # Whether to omit the field value entered by the customer in the log.
1121
+ # If `true`, the value is not saved in CloudTrail logs for the action
1122
+ # execution.
1129
1123
  # @return [Boolean]
1130
1124
  #
1131
1125
  # @!attribute [rw] queryable
@@ -2202,8 +2196,8 @@ module Aws::CodePipeline
2202
2196
  # }
2203
2197
  #
2204
2198
  # @!attribute [rw] category
2205
- # A category defines what kind of action can be taken in the stage.
2206
- # Valid categories are limited to one of the following values:
2199
+ # Defines what kind of action can be taken in the stage. The following
2200
+ # are the valid values:
2207
2201
  #
2208
2202
  # * `Source`
2209
2203
  #
@@ -2219,9 +2213,9 @@ module Aws::CodePipeline
2219
2213
  # @return [String]
2220
2214
  #
2221
2215
  # @!attribute [rw] owner
2222
- # The creator of an action type that has been created with any
2223
- # supported integration model. There are two valid values for the
2224
- # `owner` field in the action type category: `AWS` and `ThirdParty`.
2216
+ # The creator of an action type that was created with any supported
2217
+ # integration model. There are two valid values: `AWS` and
2218
+ # `ThirdParty`.
2225
2219
  # @return [String]
2226
2220
  #
2227
2221
  # @!attribute [rw] provider
@@ -3002,6 +2996,7 @@ module Aws::CodePipeline
3002
2996
  #
3003
2997
  # {
3004
2998
  # next_token: "NextToken",
2999
+ # max_results: 1,
3005
3000
  # }
3006
3001
  #
3007
3002
  # @!attribute [rw] next_token
@@ -3010,10 +3005,18 @@ module Aws::CodePipeline
3010
3005
  # list.
3011
3006
  # @return [String]
3012
3007
  #
3008
+ # @!attribute [rw] max_results
3009
+ # The maximum number of pipelines to return in a single call. To
3010
+ # retrieve the remaining pipelines, make another call with the
3011
+ # returned nextToken value. The minimum value you can specify is 1.
3012
+ # The maximum accepted value is 1000.
3013
+ # @return [Integer]
3014
+ #
3013
3015
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListPipelinesInput AWS API Documentation
3014
3016
  #
3015
3017
  class ListPipelinesInput < Struct.new(
3016
- :next_token)
3018
+ :next_token,
3019
+ :max_results)
3017
3020
  SENSITIVE = []
3018
3021
  include Aws::Structure
3019
3022
  end
@@ -4167,8 +4170,7 @@ module Aws::CodePipeline
4167
4170
  #
4168
4171
  class RegisterWebhookWithThirdPartyOutput < Aws::EmptyStructure; end
4169
4172
 
4170
- # The request has failed because of an unknown error, exception, or
4171
- # failure.
4173
+ # The request failed because of an unknown error, exception, or failure.
4172
4174
  #
4173
4175
  # @!attribute [rw] message
4174
4176
  # @return [String]
@@ -4848,7 +4850,7 @@ module Aws::CodePipeline
4848
4850
  # data as a hash:
4849
4851
  #
4850
4852
  # {
4851
- # action_type: {
4853
+ # action_type: { # required
4852
4854
  # description: "ActionTypeDescription",
4853
4855
  # executor: { # required
4854
4856
  # configuration: { # required
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.41.0
4
+ version: 1.45.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: 2021-02-12 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.118.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for AWS CodePipeline (CodePipeline). This gem is
48
48
  part of the AWS SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-codepipeline.rb
56
59
  - lib/aws-sdk-codepipeline/client.rb
57
60
  - lib/aws-sdk-codepipeline/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codepipeline/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codepipeline
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codepipeline/CHANGELOG.md
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - CodePipeline