aws-sdk-codedeploy 1.37.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +288 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-codedeploy.rb +2 -2
- data/lib/aws-sdk-codedeploy/client.rb +42 -7
- data/lib/aws-sdk-codedeploy/client_api.rb +12 -5
- data/lib/aws-sdk-codedeploy/customizations.rb +1 -1
- data/lib/aws-sdk-codedeploy/errors.rb +1 -12
- data/lib/aws-sdk-codedeploy/resource.rb +1 -1
- data/lib/aws-sdk-codedeploy/types.rb +85 -17
- data/lib/aws-sdk-codedeploy/waiters.rb +1 -1
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8ea5dd919604fd45b20ee252dacd6af40c29409095d8e03676a2e581921a1f2
|
4
|
+
data.tar.gz: cb1e20241acd580a867c18ca30de744c5fec0a0f4062e3e9ff058549fe10e86b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83bf3250c569006fc162d21872298374a927abd0bafcb5449cbe844f357fe415fd40541b5f1f1d0380bb12b5575d21b9f196185850ce162187517a58dfacb737
|
7
|
+
data.tar.gz: 230707b95cd38042c316089654cee4485763919e049b14c8371e8ee0045cf7a7c27aacc2b88fc91acd185be2a2859441735e59b1b401bbcc2a0df703273340d4
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,288 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.41.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.40.0 (2021-03-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS CodeDeploy can now detect instances running an outdated revision of your application and automatically update them with the latest revision.
|
13
|
+
|
14
|
+
1.39.0 (2021-03-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.38.0 (2021-02-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.37.0 (2020-09-30)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.36.0 (2020-09-15)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.35.0 (2020-08-25)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.34.0 (2020-07-02)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.33.0 (2020-06-23)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.32.1 (2020-06-11)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
53
|
+
|
54
|
+
1.32.0 (2020-06-10)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Issue - This version has been yanked. (#2327).
|
58
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
59
|
+
|
60
|
+
1.31.0 (2020-05-28)
|
61
|
+
------------------
|
62
|
+
|
63
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
64
|
+
|
65
|
+
1.30.0 (2020-05-20)
|
66
|
+
------------------
|
67
|
+
|
68
|
+
* Feature - Amazon ECS customers using application and network load balancers can use CodeDeploy BlueGreen hook to invoke a CloudFormation stack update. With this update you can view CloudFormation deployment and target details via existing APIs and use your stack Id to list or delete all deployments associated with the stack.
|
69
|
+
|
70
|
+
1.29.0 (2020-05-07)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.28.0 (2020-03-09)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.27.0 (2019-10-23)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
84
|
+
|
85
|
+
1.26.0 (2019-07-25)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
89
|
+
|
90
|
+
1.25.0 (2019-07-18)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Documentation updates for codedeploy
|
94
|
+
|
95
|
+
1.24.0 (2019-07-01)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.23.0 (2019-06-17)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.22.0 (2019-05-24)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - AWS CodeDeploy now supports tagging for the application and deployment group resources.
|
109
|
+
|
110
|
+
1.21.0 (2019-05-21)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - API update.
|
114
|
+
|
115
|
+
1.20.0 (2019-05-15)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.19.0 (2019-05-14)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.18.0 (2019-03-22)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.17.0 (2019-03-21)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.16.0 (2019-03-18)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.15.0 (2019-03-14)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.14.0 (2019-03-05)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.13.0 (2019-01-10)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.12.0 (2018-11-28)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.11.0 (2018-11-20)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.10.0 (2018-10-24)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.9.0 (2018-10-23)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.8.0 (2018-09-06)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
179
|
+
|
180
|
+
1.7.0 (2018-09-05)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.6.0 (2018-06-26)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.5.0 (2018-05-17)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - API update.
|
194
|
+
|
195
|
+
1.4.0 (2018-04-25)
|
196
|
+
------------------
|
197
|
+
|
198
|
+
* Feature - API update.
|
199
|
+
|
200
|
+
1.3.0 (2018-01-09)
|
201
|
+
------------------
|
202
|
+
|
203
|
+
* Feature - API update.
|
204
|
+
|
205
|
+
1.2.0 (2017-12-12)
|
206
|
+
------------------
|
207
|
+
|
208
|
+
* Feature - API update.
|
209
|
+
|
210
|
+
1.1.0 (2017-11-29)
|
211
|
+
------------------
|
212
|
+
|
213
|
+
* Feature - API update.
|
214
|
+
|
215
|
+
* Issue - Update `aws-sdk-codedeploy` gemspec metadata.
|
216
|
+
|
217
|
+
1.0.0 (2017-08-29)
|
218
|
+
------------------
|
219
|
+
|
220
|
+
1.0.0.rc14 (2017-08-15)
|
221
|
+
------------------
|
222
|
+
|
223
|
+
* Feature - API update.
|
224
|
+
|
225
|
+
1.0.0.rc13 (2017-08-11)
|
226
|
+
------------------
|
227
|
+
|
228
|
+
* Feature - API update.
|
229
|
+
|
230
|
+
1.0.0.rc12 (2017-08-01)
|
231
|
+
------------------
|
232
|
+
|
233
|
+
* Feature - API update.
|
234
|
+
|
235
|
+
1.0.0.rc11 (2017-07-25)
|
236
|
+
------------------
|
237
|
+
|
238
|
+
* Feature - API update.
|
239
|
+
|
240
|
+
1.0.0.rc10 (2017-07-12)
|
241
|
+
------------------
|
242
|
+
|
243
|
+
* Feature - API update.
|
244
|
+
|
245
|
+
1.0.0.rc9 (2017-07-06)
|
246
|
+
------------------
|
247
|
+
|
248
|
+
* Feature - API update.
|
249
|
+
|
250
|
+
1.0.0.rc8 (2017-06-26)
|
251
|
+
------------------
|
252
|
+
|
253
|
+
* Feature - API update.
|
254
|
+
|
255
|
+
1.0.0.rc7 (2017-05-23)
|
256
|
+
------------------
|
257
|
+
|
258
|
+
* Feature - API update.
|
259
|
+
|
260
|
+
1.0.0.rc6 (2017-05-09)
|
261
|
+
------------------
|
262
|
+
|
263
|
+
* Feature - API update.
|
264
|
+
|
265
|
+
1.0.0.rc5 (2017-05-09)
|
266
|
+
------------------
|
267
|
+
|
268
|
+
* Feature - API update.
|
269
|
+
|
270
|
+
1.0.0.rc4 (2017-04-21)
|
271
|
+
------------------
|
272
|
+
|
273
|
+
* Feature - API update.
|
274
|
+
|
275
|
+
1.0.0.rc3 (2017-03-07)
|
276
|
+
------------------
|
277
|
+
|
278
|
+
* Feature - API update.
|
279
|
+
|
280
|
+
1.0.0.rc2 (2017-01-24)
|
281
|
+
------------------
|
282
|
+
|
283
|
+
* Feature - API update.
|
284
|
+
|
285
|
+
1.0.0.rc1 (2016-12-05)
|
286
|
+
------------------
|
287
|
+
|
288
|
+
* Feature - Initial preview release of the `aws-sdk-codedeploy` 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.41.0
|
data/lib/aws-sdk-codedeploy.rb
CHANGED
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-codedeploy/customizations'
|
|
49
49
|
# @!group service
|
50
50
|
module Aws::CodeDeploy
|
51
51
|
|
52
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.41.0'
|
53
53
|
|
54
54
|
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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -554,6 +554,7 @@ module Aws::CodeDeploy
|
|
554
554
|
# resp.deployment_groups_info[0].auto_rollback_configuration.events[0] #=> String, one of "DEPLOYMENT_FAILURE", "DEPLOYMENT_STOP_ON_ALARM", "DEPLOYMENT_STOP_ON_REQUEST"
|
555
555
|
# resp.deployment_groups_info[0].deployment_style.deployment_type #=> String, one of "IN_PLACE", "BLUE_GREEN"
|
556
556
|
# resp.deployment_groups_info[0].deployment_style.deployment_option #=> String, one of "WITH_TRAFFIC_CONTROL", "WITHOUT_TRAFFIC_CONTROL"
|
557
|
+
# resp.deployment_groups_info[0].outdated_instances_strategy #=> String, one of "UPDATE", "IGNORE"
|
557
558
|
# resp.deployment_groups_info[0].blue_green_deployment_configuration.terminate_blue_instances_on_deployment_success.action #=> String, one of "TERMINATE", "KEEP_ALIVE"
|
558
559
|
# resp.deployment_groups_info[0].blue_green_deployment_configuration.terminate_blue_instances_on_deployment_success.termination_wait_time_in_minutes #=> Integer
|
559
560
|
# resp.deployment_groups_info[0].blue_green_deployment_configuration.deployment_ready_option.action_on_timeout #=> String, one of "CONTINUE_DEPLOYMENT", "STOP_DEPLOYMENT"
|
@@ -861,7 +862,7 @@ module Aws::CodeDeploy
|
|
861
862
|
# resp.deployments_info[0].deployment_overview.skipped #=> Integer
|
862
863
|
# resp.deployments_info[0].deployment_overview.ready #=> Integer
|
863
864
|
# resp.deployments_info[0].description #=> String
|
864
|
-
# resp.deployments_info[0].creator #=> String, one of "user", "autoscaling", "codeDeployRollback", "CodeDeploy", "CloudFormation", "CloudFormationRollback"
|
865
|
+
# resp.deployments_info[0].creator #=> String, one of "user", "autoscaling", "codeDeployRollback", "CodeDeploy", "CodeDeployAutoUpdate", "CloudFormation", "CloudFormationRollback"
|
865
866
|
# resp.deployments_info[0].ignore_application_stop_failures #=> Boolean
|
866
867
|
# resp.deployments_info[0].auto_rollback_configuration.enabled #=> Boolean
|
867
868
|
# resp.deployments_info[0].auto_rollback_configuration.events #=> Array
|
@@ -906,6 +907,9 @@ module Aws::CodeDeploy
|
|
906
907
|
# resp.deployments_info[0].deployment_status_messages[0] #=> String
|
907
908
|
# resp.deployments_info[0].compute_platform #=> String, one of "Server", "Lambda", "ECS"
|
908
909
|
# resp.deployments_info[0].external_id #=> String
|
910
|
+
# resp.deployments_info[0].related_deployments.auto_update_outdated_instances_root_deployment_id #=> String
|
911
|
+
# resp.deployments_info[0].related_deployments.auto_update_outdated_instances_deployment_ids #=> Array
|
912
|
+
# resp.deployments_info[0].related_deployments.auto_update_outdated_instances_deployment_ids[0] #=> String
|
909
913
|
#
|
910
914
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeployments AWS API Documentation
|
911
915
|
#
|
@@ -1235,8 +1239,8 @@ module Aws::CodeDeploy
|
|
1235
1239
|
# resp = client.create_deployment_config({
|
1236
1240
|
# deployment_config_name: "DeploymentConfigName", # required
|
1237
1241
|
# minimum_healthy_hosts: {
|
1238
|
-
# value: 1,
|
1239
1242
|
# type: "HOST_COUNT", # accepts HOST_COUNT, FLEET_PERCENT
|
1243
|
+
# value: 1,
|
1240
1244
|
# },
|
1241
1245
|
# traffic_routing_config: {
|
1242
1246
|
# type: "TimeBasedCanary", # accepts TimeBasedCanary, TimeBasedLinear, AllAtOnce
|
@@ -1327,6 +1331,18 @@ module Aws::CodeDeploy
|
|
1327
1331
|
# Configuration information for an automatic rollback that is added when
|
1328
1332
|
# a deployment group is created.
|
1329
1333
|
#
|
1334
|
+
# @option params [String] :outdated_instances_strategy
|
1335
|
+
# Indicates what happens when new EC2 instances are launched
|
1336
|
+
# mid-deployment and do not receive the deployed application revision.
|
1337
|
+
#
|
1338
|
+
# If this option is set to `UPDATE` or is unspecified, CodeDeploy
|
1339
|
+
# initiates one or more 'auto-update outdated instances' deployments
|
1340
|
+
# to apply the deployed application revision to the new EC2 instances.
|
1341
|
+
#
|
1342
|
+
# If this option is set to `IGNORE`, CodeDeploy does not initiate a
|
1343
|
+
# deployment to update the new EC2 instances. This may result in
|
1344
|
+
# instances having different revisions.
|
1345
|
+
#
|
1330
1346
|
# @option params [Types::DeploymentStyle] :deployment_style
|
1331
1347
|
# Information about the type of deployment, in-place or blue/green, that
|
1332
1348
|
# you want to run and whether to route deployment traffic behind a load
|
@@ -1407,6 +1423,7 @@ module Aws::CodeDeploy
|
|
1407
1423
|
# enabled: false,
|
1408
1424
|
# events: ["DEPLOYMENT_FAILURE"], # accepts DEPLOYMENT_FAILURE, DEPLOYMENT_STOP_ON_ALARM, DEPLOYMENT_STOP_ON_REQUEST
|
1409
1425
|
# },
|
1426
|
+
# outdated_instances_strategy: "UPDATE", # accepts UPDATE, IGNORE
|
1410
1427
|
# deployment_style: {
|
1411
1428
|
# deployment_type: "IN_PLACE", # accepts IN_PLACE, BLUE_GREEN
|
1412
1429
|
# deployment_option: "WITH_TRAFFIC_CONTROL", # accepts WITH_TRAFFIC_CONTROL, WITHOUT_TRAFFIC_CONTROL
|
@@ -1833,7 +1850,7 @@ module Aws::CodeDeploy
|
|
1833
1850
|
# resp.deployment_info.deployment_overview.skipped #=> Integer
|
1834
1851
|
# resp.deployment_info.deployment_overview.ready #=> Integer
|
1835
1852
|
# resp.deployment_info.description #=> String
|
1836
|
-
# resp.deployment_info.creator #=> String, one of "user", "autoscaling", "codeDeployRollback", "CodeDeploy", "CloudFormation", "CloudFormationRollback"
|
1853
|
+
# resp.deployment_info.creator #=> String, one of "user", "autoscaling", "codeDeployRollback", "CodeDeploy", "CodeDeployAutoUpdate", "CloudFormation", "CloudFormationRollback"
|
1837
1854
|
# resp.deployment_info.ignore_application_stop_failures #=> Boolean
|
1838
1855
|
# resp.deployment_info.auto_rollback_configuration.enabled #=> Boolean
|
1839
1856
|
# resp.deployment_info.auto_rollback_configuration.events #=> Array
|
@@ -1878,6 +1895,9 @@ module Aws::CodeDeploy
|
|
1878
1895
|
# resp.deployment_info.deployment_status_messages[0] #=> String
|
1879
1896
|
# resp.deployment_info.compute_platform #=> String, one of "Server", "Lambda", "ECS"
|
1880
1897
|
# resp.deployment_info.external_id #=> String
|
1898
|
+
# resp.deployment_info.related_deployments.auto_update_outdated_instances_root_deployment_id #=> String
|
1899
|
+
# resp.deployment_info.related_deployments.auto_update_outdated_instances_deployment_ids #=> Array
|
1900
|
+
# resp.deployment_info.related_deployments.auto_update_outdated_instances_deployment_ids[0] #=> String
|
1881
1901
|
#
|
1882
1902
|
#
|
1883
1903
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -1913,8 +1933,8 @@ module Aws::CodeDeploy
|
|
1913
1933
|
#
|
1914
1934
|
# resp.deployment_config_info.deployment_config_id #=> String
|
1915
1935
|
# resp.deployment_config_info.deployment_config_name #=> String
|
1916
|
-
# resp.deployment_config_info.minimum_healthy_hosts.value #=> Integer
|
1917
1936
|
# resp.deployment_config_info.minimum_healthy_hosts.type #=> String, one of "HOST_COUNT", "FLEET_PERCENT"
|
1937
|
+
# resp.deployment_config_info.minimum_healthy_hosts.value #=> Integer
|
1918
1938
|
# resp.deployment_config_info.create_time #=> Time
|
1919
1939
|
# resp.deployment_config_info.compute_platform #=> String, one of "Server", "Lambda", "ECS"
|
1920
1940
|
# resp.deployment_config_info.traffic_routing_config.type #=> String, one of "TimeBasedCanary", "TimeBasedLinear", "AllAtOnce"
|
@@ -1996,6 +2016,7 @@ module Aws::CodeDeploy
|
|
1996
2016
|
# resp.deployment_group_info.auto_rollback_configuration.events[0] #=> String, one of "DEPLOYMENT_FAILURE", "DEPLOYMENT_STOP_ON_ALARM", "DEPLOYMENT_STOP_ON_REQUEST"
|
1997
2017
|
# resp.deployment_group_info.deployment_style.deployment_type #=> String, one of "IN_PLACE", "BLUE_GREEN"
|
1998
2018
|
# resp.deployment_group_info.deployment_style.deployment_option #=> String, one of "WITH_TRAFFIC_CONTROL", "WITHOUT_TRAFFIC_CONTROL"
|
2019
|
+
# resp.deployment_group_info.outdated_instances_strategy #=> String, one of "UPDATE", "IGNORE"
|
1999
2020
|
# resp.deployment_group_info.blue_green_deployment_configuration.terminate_blue_instances_on_deployment_success.action #=> String, one of "TERMINATE", "KEEP_ALIVE"
|
2000
2021
|
# resp.deployment_group_info.blue_green_deployment_configuration.terminate_blue_instances_on_deployment_success.termination_wait_time_in_minutes #=> Integer
|
2001
2022
|
# resp.deployment_group_info.blue_green_deployment_configuration.deployment_ready_option.action_on_timeout #=> String, one of "CONTINUE_DEPLOYMENT", "STOP_DEPLOYMENT"
|
@@ -2812,7 +2833,8 @@ module Aws::CodeDeploy
|
|
2812
2833
|
#
|
2813
2834
|
# @option params [String] :status
|
2814
2835
|
# The result of a Lambda function that validates a deployment lifecycle
|
2815
|
-
# event
|
2836
|
+
# event. `Succeeded` and `Failed` are the only valid values for
|
2837
|
+
# `status`.
|
2816
2838
|
#
|
2817
2839
|
# @return [Types::PutLifecycleEventHookExecutionStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2818
2840
|
#
|
@@ -3163,6 +3185,18 @@ module Aws::CodeDeploy
|
|
3163
3185
|
# Information for an automatic rollback configuration that is added or
|
3164
3186
|
# changed when a deployment group is updated.
|
3165
3187
|
#
|
3188
|
+
# @option params [String] :outdated_instances_strategy
|
3189
|
+
# Indicates what happens when new EC2 instances are launched
|
3190
|
+
# mid-deployment and do not receive the deployed application revision.
|
3191
|
+
#
|
3192
|
+
# If this option is set to `UPDATE` or is unspecified, CodeDeploy
|
3193
|
+
# initiates one or more 'auto-update outdated instances' deployments
|
3194
|
+
# to apply the deployed application revision to the new EC2 instances.
|
3195
|
+
#
|
3196
|
+
# If this option is set to `IGNORE`, CodeDeploy does not initiate a
|
3197
|
+
# deployment to update the new EC2 instances. This may result in
|
3198
|
+
# instances having different revisions.
|
3199
|
+
#
|
3166
3200
|
# @option params [Types::DeploymentStyle] :deployment_style
|
3167
3201
|
# Information about the type of deployment, either in-place or
|
3168
3202
|
# blue/green, you want to run and whether to route deployment traffic
|
@@ -3238,6 +3272,7 @@ module Aws::CodeDeploy
|
|
3238
3272
|
# enabled: false,
|
3239
3273
|
# events: ["DEPLOYMENT_FAILURE"], # accepts DEPLOYMENT_FAILURE, DEPLOYMENT_STOP_ON_ALARM, DEPLOYMENT_STOP_ON_REQUEST
|
3240
3274
|
# },
|
3275
|
+
# outdated_instances_strategy: "UPDATE", # accepts UPDATE, IGNORE
|
3241
3276
|
# deployment_style: {
|
3242
3277
|
# deployment_type: "IN_PLACE", # accepts IN_PLACE, BLUE_GREEN
|
3243
3278
|
# deployment_option: "WITH_TRAFFIC_CONTROL", # accepts WITH_TRAFFIC_CONTROL, WITHOUT_TRAFFIC_CONTROL
|
@@ -3340,7 +3375,7 @@ module Aws::CodeDeploy
|
|
3340
3375
|
params: params,
|
3341
3376
|
config: config)
|
3342
3377
|
context[:gem_name] = 'aws-sdk-codedeploy'
|
3343
|
-
context[:gem_version] = '1.
|
3378
|
+
context[:gem_version] = '1.41.0'
|
3344
3379
|
Seahorse::Client::Request.new(handlers, context)
|
3345
3380
|
end
|
3346
3381
|
|
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -221,7 +221,6 @@ module Aws::CodeDeploy
|
|
221
221
|
InvalidBucketNameFilterException = Shapes::StructureShape.new(name: 'InvalidBucketNameFilterException')
|
222
222
|
InvalidComputePlatformException = Shapes::StructureShape.new(name: 'InvalidComputePlatformException')
|
223
223
|
InvalidDeployedStateFilterException = Shapes::StructureShape.new(name: 'InvalidDeployedStateFilterException')
|
224
|
-
InvalidDeploymentConfigIdException = Shapes::StructureShape.new(name: 'InvalidDeploymentConfigIdException')
|
225
224
|
InvalidDeploymentConfigNameException = Shapes::StructureShape.new(name: 'InvalidDeploymentConfigNameException')
|
226
225
|
InvalidDeploymentGroupNameException = Shapes::StructureShape.new(name: 'InvalidDeploymentGroupNameException')
|
227
226
|
InvalidDeploymentIdException = Shapes::StructureShape.new(name: 'InvalidDeploymentIdException')
|
@@ -319,6 +318,7 @@ module Aws::CodeDeploy
|
|
319
318
|
OnPremisesTagSet = Shapes::StructureShape.new(name: 'OnPremisesTagSet')
|
320
319
|
OnPremisesTagSetList = Shapes::ListShape.new(name: 'OnPremisesTagSetList')
|
321
320
|
OperationNotSupportedException = Shapes::StructureShape.new(name: 'OperationNotSupportedException')
|
321
|
+
OutdatedInstancesStrategy = Shapes::StringShape.new(name: 'OutdatedInstancesStrategy')
|
322
322
|
Percentage = Shapes::IntegerShape.new(name: 'Percentage')
|
323
323
|
PutLifecycleEventHookExecutionStatusInput = Shapes::StructureShape.new(name: 'PutLifecycleEventHookExecutionStatusInput')
|
324
324
|
PutLifecycleEventHookExecutionStatusOutput = Shapes::StructureShape.new(name: 'PutLifecycleEventHookExecutionStatusOutput')
|
@@ -328,6 +328,7 @@ module Aws::CodeDeploy
|
|
328
328
|
RegisterApplicationRevisionInput = Shapes::StructureShape.new(name: 'RegisterApplicationRevisionInput')
|
329
329
|
RegisterOnPremisesInstanceInput = Shapes::StructureShape.new(name: 'RegisterOnPremisesInstanceInput')
|
330
330
|
RegistrationStatus = Shapes::StringShape.new(name: 'RegistrationStatus')
|
331
|
+
RelatedDeployments = Shapes::StructureShape.new(name: 'RelatedDeployments')
|
331
332
|
RemoveTagsFromOnPremisesInstancesInput = Shapes::StructureShape.new(name: 'RemoveTagsFromOnPremisesInstancesInput')
|
332
333
|
Repository = Shapes::StringShape.new(name: 'Repository')
|
333
334
|
ResourceArnRequiredException = Shapes::StructureShape.new(name: 'ResourceArnRequiredException')
|
@@ -562,6 +563,7 @@ module Aws::CodeDeploy
|
|
562
563
|
CreateDeploymentGroupInput.add_member(:trigger_configurations, Shapes::ShapeRef.new(shape: TriggerConfigList, location_name: "triggerConfigurations"))
|
563
564
|
CreateDeploymentGroupInput.add_member(:alarm_configuration, Shapes::ShapeRef.new(shape: AlarmConfiguration, location_name: "alarmConfiguration"))
|
564
565
|
CreateDeploymentGroupInput.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfiguration, location_name: "autoRollbackConfiguration"))
|
566
|
+
CreateDeploymentGroupInput.add_member(:outdated_instances_strategy, Shapes::ShapeRef.new(shape: OutdatedInstancesStrategy, location_name: "outdatedInstancesStrategy"))
|
565
567
|
CreateDeploymentGroupInput.add_member(:deployment_style, Shapes::ShapeRef.new(shape: DeploymentStyle, location_name: "deploymentStyle"))
|
566
568
|
CreateDeploymentGroupInput.add_member(:blue_green_deployment_configuration, Shapes::ShapeRef.new(shape: BlueGreenDeploymentConfiguration, location_name: "blueGreenDeploymentConfiguration"))
|
567
569
|
CreateDeploymentGroupInput.add_member(:load_balancer_info, Shapes::ShapeRef.new(shape: LoadBalancerInfo, location_name: "loadBalancerInfo"))
|
@@ -656,6 +658,7 @@ module Aws::CodeDeploy
|
|
656
658
|
DeploymentGroupInfo.add_member(:alarm_configuration, Shapes::ShapeRef.new(shape: AlarmConfiguration, location_name: "alarmConfiguration"))
|
657
659
|
DeploymentGroupInfo.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfiguration, location_name: "autoRollbackConfiguration"))
|
658
660
|
DeploymentGroupInfo.add_member(:deployment_style, Shapes::ShapeRef.new(shape: DeploymentStyle, location_name: "deploymentStyle"))
|
661
|
+
DeploymentGroupInfo.add_member(:outdated_instances_strategy, Shapes::ShapeRef.new(shape: OutdatedInstancesStrategy, location_name: "outdatedInstancesStrategy"))
|
659
662
|
DeploymentGroupInfo.add_member(:blue_green_deployment_configuration, Shapes::ShapeRef.new(shape: BlueGreenDeploymentConfiguration, location_name: "blueGreenDeploymentConfiguration"))
|
660
663
|
DeploymentGroupInfo.add_member(:load_balancer_info, Shapes::ShapeRef.new(shape: LoadBalancerInfo, location_name: "loadBalancerInfo"))
|
661
664
|
DeploymentGroupInfo.add_member(:last_successful_deployment, Shapes::ShapeRef.new(shape: LastDeploymentInfo, location_name: "lastSuccessfulDeployment"))
|
@@ -704,6 +707,7 @@ module Aws::CodeDeploy
|
|
704
707
|
DeploymentInfo.add_member(:deployment_status_messages, Shapes::ShapeRef.new(shape: DeploymentStatusMessageList, location_name: "deploymentStatusMessages"))
|
705
708
|
DeploymentInfo.add_member(:compute_platform, Shapes::ShapeRef.new(shape: ComputePlatform, location_name: "computePlatform"))
|
706
709
|
DeploymentInfo.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
710
|
+
DeploymentInfo.add_member(:related_deployments, Shapes::ShapeRef.new(shape: RelatedDeployments, location_name: "relatedDeployments"))
|
707
711
|
DeploymentInfo.struct_class = Types::DeploymentInfo
|
708
712
|
|
709
713
|
DeploymentIsNotInReadyStateException.struct_class = Types::DeploymentIsNotInReadyStateException
|
@@ -964,8 +968,6 @@ module Aws::CodeDeploy
|
|
964
968
|
|
965
969
|
InvalidDeployedStateFilterException.struct_class = Types::InvalidDeployedStateFilterException
|
966
970
|
|
967
|
-
InvalidDeploymentConfigIdException.struct_class = Types::InvalidDeploymentConfigIdException
|
968
|
-
|
969
971
|
InvalidDeploymentConfigNameException.struct_class = Types::InvalidDeploymentConfigNameException
|
970
972
|
|
971
973
|
InvalidDeploymentGroupNameException.struct_class = Types::InvalidDeploymentGroupNameException
|
@@ -1193,8 +1195,8 @@ module Aws::CodeDeploy
|
|
1193
1195
|
LoadBalancerInfo.add_member(:target_group_pair_info_list, Shapes::ShapeRef.new(shape: TargetGroupPairInfoList, location_name: "targetGroupPairInfoList"))
|
1194
1196
|
LoadBalancerInfo.struct_class = Types::LoadBalancerInfo
|
1195
1197
|
|
1196
|
-
MinimumHealthyHosts.add_member(:value, Shapes::ShapeRef.new(shape: MinimumHealthyHostsValue, location_name: "value"))
|
1197
1198
|
MinimumHealthyHosts.add_member(:type, Shapes::ShapeRef.new(shape: MinimumHealthyHostsType, location_name: "type"))
|
1199
|
+
MinimumHealthyHosts.add_member(:value, Shapes::ShapeRef.new(shape: MinimumHealthyHostsValue, location_name: "value"))
|
1198
1200
|
MinimumHealthyHosts.struct_class = Types::MinimumHealthyHosts
|
1199
1201
|
|
1200
1202
|
MultipleIamArnsProvidedException.struct_class = Types::MultipleIamArnsProvidedException
|
@@ -1228,6 +1230,10 @@ module Aws::CodeDeploy
|
|
1228
1230
|
RegisterOnPremisesInstanceInput.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: IamUserArn, location_name: "iamUserArn"))
|
1229
1231
|
RegisterOnPremisesInstanceInput.struct_class = Types::RegisterOnPremisesInstanceInput
|
1230
1232
|
|
1233
|
+
RelatedDeployments.add_member(:auto_update_outdated_instances_root_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "autoUpdateOutdatedInstancesRootDeploymentId"))
|
1234
|
+
RelatedDeployments.add_member(:auto_update_outdated_instances_deployment_ids, Shapes::ShapeRef.new(shape: DeploymentsList, location_name: "autoUpdateOutdatedInstancesDeploymentIds"))
|
1235
|
+
RelatedDeployments.struct_class = Types::RelatedDeployments
|
1236
|
+
|
1231
1237
|
RemoveTagsFromOnPremisesInstancesInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
|
1232
1238
|
RemoveTagsFromOnPremisesInstancesInput.add_member(:instance_names, Shapes::ShapeRef.new(shape: InstanceNameList, required: true, location_name: "instanceNames"))
|
1233
1239
|
RemoveTagsFromOnPremisesInstancesInput.struct_class = Types::RemoveTagsFromOnPremisesInstancesInput
|
@@ -1385,6 +1391,7 @@ module Aws::CodeDeploy
|
|
1385
1391
|
UpdateDeploymentGroupInput.add_member(:trigger_configurations, Shapes::ShapeRef.new(shape: TriggerConfigList, location_name: "triggerConfigurations"))
|
1386
1392
|
UpdateDeploymentGroupInput.add_member(:alarm_configuration, Shapes::ShapeRef.new(shape: AlarmConfiguration, location_name: "alarmConfiguration"))
|
1387
1393
|
UpdateDeploymentGroupInput.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfiguration, location_name: "autoRollbackConfiguration"))
|
1394
|
+
UpdateDeploymentGroupInput.add_member(:outdated_instances_strategy, Shapes::ShapeRef.new(shape: OutdatedInstancesStrategy, location_name: "outdatedInstancesStrategy"))
|
1388
1395
|
UpdateDeploymentGroupInput.add_member(:deployment_style, Shapes::ShapeRef.new(shape: DeploymentStyle, location_name: "deploymentStyle"))
|
1389
1396
|
UpdateDeploymentGroupInput.add_member(:blue_green_deployment_configuration, Shapes::ShapeRef.new(shape: BlueGreenDeploymentConfiguration, location_name: "blueGreenDeploymentConfiguration"))
|
1390
1397
|
UpdateDeploymentGroupInput.add_member(:load_balancer_info, Shapes::ShapeRef.new(shape: LoadBalancerInfo, location_name: "loadBalancerInfo"))
|
@@ -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/
|
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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -77,7 +77,6 @@ module Aws::CodeDeploy
|
|
77
77
|
# * {InvalidBucketNameFilterException}
|
78
78
|
# * {InvalidComputePlatformException}
|
79
79
|
# * {InvalidDeployedStateFilterException}
|
80
|
-
# * {InvalidDeploymentConfigIdException}
|
81
80
|
# * {InvalidDeploymentConfigNameException}
|
82
81
|
# * {InvalidDeploymentGroupNameException}
|
83
82
|
# * {InvalidDeploymentIdException}
|
@@ -647,16 +646,6 @@ module Aws::CodeDeploy
|
|
647
646
|
end
|
648
647
|
end
|
649
648
|
|
650
|
-
class InvalidDeploymentConfigIdException < ServiceError
|
651
|
-
|
652
|
-
# @param [Seahorse::Client::RequestContext] context
|
653
|
-
# @param [String] message
|
654
|
-
# @param [Aws::CodeDeploy::Types::InvalidDeploymentConfigIdException] data
|
655
|
-
def initialize(context, message, data = Aws::EmptyStructure.new)
|
656
|
-
super(context, message, data)
|
657
|
-
end
|
658
|
-
end
|
659
|
-
|
660
649
|
class InvalidDeploymentConfigNameException < ServiceError
|
661
650
|
|
662
651
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -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/
|
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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -888,8 +888,8 @@ module Aws::CodeDeploy
|
|
888
888
|
# {
|
889
889
|
# deployment_config_name: "DeploymentConfigName", # required
|
890
890
|
# minimum_healthy_hosts: {
|
891
|
-
# value: 1,
|
892
891
|
# type: "HOST_COUNT", # accepts HOST_COUNT, FLEET_PERCENT
|
892
|
+
# value: 1,
|
893
893
|
# },
|
894
894
|
# traffic_routing_config: {
|
895
895
|
# type: "TimeBasedCanary", # accepts TimeBasedCanary, TimeBasedLinear, AllAtOnce
|
@@ -1012,6 +1012,7 @@ module Aws::CodeDeploy
|
|
1012
1012
|
# enabled: false,
|
1013
1013
|
# events: ["DEPLOYMENT_FAILURE"], # accepts DEPLOYMENT_FAILURE, DEPLOYMENT_STOP_ON_ALARM, DEPLOYMENT_STOP_ON_REQUEST
|
1014
1014
|
# },
|
1015
|
+
# outdated_instances_strategy: "UPDATE", # accepts UPDATE, IGNORE
|
1015
1016
|
# deployment_style: {
|
1016
1017
|
# deployment_type: "IN_PLACE", # accepts IN_PLACE, BLUE_GREEN
|
1017
1018
|
# deployment_option: "WITH_TRAFFIC_CONTROL", # accepts WITH_TRAFFIC_CONTROL, WITHOUT_TRAFFIC_CONTROL
|
@@ -1161,6 +1162,19 @@ module Aws::CodeDeploy
|
|
1161
1162
|
# when a deployment group is created.
|
1162
1163
|
# @return [Types::AutoRollbackConfiguration]
|
1163
1164
|
#
|
1165
|
+
# @!attribute [rw] outdated_instances_strategy
|
1166
|
+
# Indicates what happens when new EC2 instances are launched
|
1167
|
+
# mid-deployment and do not receive the deployed application revision.
|
1168
|
+
#
|
1169
|
+
# If this option is set to `UPDATE` or is unspecified, CodeDeploy
|
1170
|
+
# initiates one or more 'auto-update outdated instances' deployments
|
1171
|
+
# to apply the deployed application revision to the new EC2 instances.
|
1172
|
+
#
|
1173
|
+
# If this option is set to `IGNORE`, CodeDeploy does not initiate a
|
1174
|
+
# deployment to update the new EC2 instances. This may result in
|
1175
|
+
# instances having different revisions.
|
1176
|
+
# @return [String]
|
1177
|
+
#
|
1164
1178
|
# @!attribute [rw] deployment_style
|
1165
1179
|
# Information about the type of deployment, in-place or blue/green,
|
1166
1180
|
# that you want to run and whether to route deployment traffic behind
|
@@ -1216,6 +1230,7 @@ module Aws::CodeDeploy
|
|
1216
1230
|
:trigger_configurations,
|
1217
1231
|
:alarm_configuration,
|
1218
1232
|
:auto_rollback_configuration,
|
1233
|
+
:outdated_instances_strategy,
|
1219
1234
|
:deployment_style,
|
1220
1235
|
:blue_green_deployment_configuration,
|
1221
1236
|
:load_balancer_info,
|
@@ -1750,6 +1765,19 @@ module Aws::CodeDeploy
|
|
1750
1765
|
# behind a load balancer.
|
1751
1766
|
# @return [Types::DeploymentStyle]
|
1752
1767
|
#
|
1768
|
+
# @!attribute [rw] outdated_instances_strategy
|
1769
|
+
# Indicates what happens when new EC2 instances are launched
|
1770
|
+
# mid-deployment and do not receive the deployed application revision.
|
1771
|
+
#
|
1772
|
+
# If this option is set to `UPDATE` or is unspecified, CodeDeploy
|
1773
|
+
# initiates one or more 'auto-update outdated instances' deployments
|
1774
|
+
# to apply the deployed application revision to the new EC2 instances.
|
1775
|
+
#
|
1776
|
+
# If this option is set to `IGNORE`, CodeDeploy does not initiate a
|
1777
|
+
# deployment to update the new EC2 instances. This may result in
|
1778
|
+
# instances having different revisions.
|
1779
|
+
# @return [String]
|
1780
|
+
#
|
1753
1781
|
# @!attribute [rw] blue_green_deployment_configuration
|
1754
1782
|
# Information about blue/green deployment options for a deployment
|
1755
1783
|
# group.
|
@@ -1811,6 +1839,7 @@ module Aws::CodeDeploy
|
|
1811
1839
|
:alarm_configuration,
|
1812
1840
|
:auto_rollback_configuration,
|
1813
1841
|
:deployment_style,
|
1842
|
+
:outdated_instances_strategy,
|
1814
1843
|
:blue_green_deployment_configuration,
|
1815
1844
|
:load_balancer_info,
|
1816
1845
|
:last_successful_deployment,
|
@@ -1912,6 +1941,9 @@ module Aws::CodeDeploy
|
|
1912
1941
|
# * `autoscaling`\: Amazon EC2 Auto Scaling created the deployment.
|
1913
1942
|
#
|
1914
1943
|
# * `codeDeployRollback`\: A rollback process created the deployment.
|
1944
|
+
#
|
1945
|
+
# * `CodeDeployAutoUpdate`\: An auto-update process created the
|
1946
|
+
# deployment when it detected outdated EC2 instances.
|
1915
1947
|
# @return [String]
|
1916
1948
|
#
|
1917
1949
|
# @!attribute [rw] ignore_application_stop_failures
|
@@ -2019,6 +2051,10 @@ module Aws::CodeDeploy
|
|
2019
2051
|
# CloudFormation stack ID) that is linked to this deployment.
|
2020
2052
|
# @return [String]
|
2021
2053
|
#
|
2054
|
+
# @!attribute [rw] related_deployments
|
2055
|
+
# Information about deployments related to the specified deployment.
|
2056
|
+
# @return [Types::RelatedDeployments]
|
2057
|
+
#
|
2022
2058
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentInfo AWS API Documentation
|
2023
2059
|
#
|
2024
2060
|
class DeploymentInfo < Struct.new(
|
@@ -2049,7 +2085,8 @@ module Aws::CodeDeploy
|
|
2049
2085
|
:file_exists_behavior,
|
2050
2086
|
:deployment_status_messages,
|
2051
2087
|
:compute_platform,
|
2052
|
-
:external_id
|
2088
|
+
:external_id,
|
2089
|
+
:related_deployments)
|
2053
2090
|
SENSITIVE = []
|
2054
2091
|
include Aws::Structure
|
2055
2092
|
end
|
@@ -3385,12 +3422,6 @@ module Aws::CodeDeploy
|
|
3385
3422
|
#
|
3386
3423
|
class InvalidDeployedStateFilterException < Aws::EmptyStructure; end
|
3387
3424
|
|
3388
|
-
# The ID of the deployment configuration is invalid.
|
3389
|
-
#
|
3390
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentConfigIdException AWS API Documentation
|
3391
|
-
#
|
3392
|
-
class InvalidDeploymentConfigIdException < Aws::EmptyStructure; end
|
3393
|
-
|
3394
3425
|
# The deployment configuration name was specified in an invalid format.
|
3395
3426
|
#
|
3396
3427
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentConfigNameException AWS API Documentation
|
@@ -4632,14 +4663,10 @@ module Aws::CodeDeploy
|
|
4632
4663
|
# data as a hash:
|
4633
4664
|
#
|
4634
4665
|
# {
|
4635
|
-
# value: 1,
|
4636
4666
|
# type: "HOST_COUNT", # accepts HOST_COUNT, FLEET_PERCENT
|
4667
|
+
# value: 1,
|
4637
4668
|
# }
|
4638
4669
|
#
|
4639
|
-
# @!attribute [rw] value
|
4640
|
-
# The minimum healthy instance value.
|
4641
|
-
# @return [Integer]
|
4642
|
-
#
|
4643
4670
|
# @!attribute [rw] type
|
4644
4671
|
# The minimum healthy instance type:
|
4645
4672
|
#
|
@@ -4678,11 +4705,15 @@ module Aws::CodeDeploy
|
|
4678
4705
|
# [1]: https://docs.aws.amazon.com/codedeploy/latest/userguide/instances-health.html
|
4679
4706
|
# @return [String]
|
4680
4707
|
#
|
4708
|
+
# @!attribute [rw] value
|
4709
|
+
# The minimum healthy instance value.
|
4710
|
+
# @return [Integer]
|
4711
|
+
#
|
4681
4712
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/MinimumHealthyHosts AWS API Documentation
|
4682
4713
|
#
|
4683
4714
|
class MinimumHealthyHosts < Struct.new(
|
4684
|
-
:
|
4685
|
-
:
|
4715
|
+
:type,
|
4716
|
+
:value)
|
4686
4717
|
SENSITIVE = []
|
4687
4718
|
include Aws::Structure
|
4688
4719
|
end
|
@@ -4753,7 +4784,8 @@ module Aws::CodeDeploy
|
|
4753
4784
|
#
|
4754
4785
|
# @!attribute [rw] status
|
4755
4786
|
# The result of a Lambda function that validates a deployment
|
4756
|
-
# lifecycle event
|
4787
|
+
# lifecycle event. `Succeeded` and `Failed` are the only valid values
|
4788
|
+
# for `status`.
|
4757
4789
|
# @return [String]
|
4758
4790
|
#
|
4759
4791
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/PutLifecycleEventHookExecutionStatusInput AWS API Documentation
|
@@ -4900,6 +4932,27 @@ module Aws::CodeDeploy
|
|
4900
4932
|
include Aws::Structure
|
4901
4933
|
end
|
4902
4934
|
|
4935
|
+
# Information about deployments related to the specified deployment.
|
4936
|
+
#
|
4937
|
+
# @!attribute [rw] auto_update_outdated_instances_root_deployment_id
|
4938
|
+
# The deployment ID of the root deployment that triggered this
|
4939
|
+
# deployment.
|
4940
|
+
# @return [String]
|
4941
|
+
#
|
4942
|
+
# @!attribute [rw] auto_update_outdated_instances_deployment_ids
|
4943
|
+
# The deployment IDs of 'auto-update outdated instances' deployments
|
4944
|
+
# triggered by this deployment.
|
4945
|
+
# @return [Array<String>]
|
4946
|
+
#
|
4947
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RelatedDeployments AWS API Documentation
|
4948
|
+
#
|
4949
|
+
class RelatedDeployments < Struct.new(
|
4950
|
+
:auto_update_outdated_instances_root_deployment_id,
|
4951
|
+
:auto_update_outdated_instances_deployment_ids)
|
4952
|
+
SENSITIVE = []
|
4953
|
+
include Aws::Structure
|
4954
|
+
end
|
4955
|
+
|
4903
4956
|
# Represents the input of a `RemoveTagsFromOnPremisesInstances`
|
4904
4957
|
# operation.
|
4905
4958
|
#
|
@@ -5811,6 +5864,7 @@ module Aws::CodeDeploy
|
|
5811
5864
|
# enabled: false,
|
5812
5865
|
# events: ["DEPLOYMENT_FAILURE"], # accepts DEPLOYMENT_FAILURE, DEPLOYMENT_STOP_ON_ALARM, DEPLOYMENT_STOP_ON_REQUEST
|
5813
5866
|
# },
|
5867
|
+
# outdated_instances_strategy: "UPDATE", # accepts UPDATE, IGNORE
|
5814
5868
|
# deployment_style: {
|
5815
5869
|
# deployment_type: "IN_PLACE", # accepts IN_PLACE, BLUE_GREEN
|
5816
5870
|
# deployment_option: "WITH_TRAFFIC_CONTROL", # accepts WITH_TRAFFIC_CONTROL, WITHOUT_TRAFFIC_CONTROL
|
@@ -5946,6 +6000,19 @@ module Aws::CodeDeploy
|
|
5946
6000
|
# changed when a deployment group is updated.
|
5947
6001
|
# @return [Types::AutoRollbackConfiguration]
|
5948
6002
|
#
|
6003
|
+
# @!attribute [rw] outdated_instances_strategy
|
6004
|
+
# Indicates what happens when new EC2 instances are launched
|
6005
|
+
# mid-deployment and do not receive the deployed application revision.
|
6006
|
+
#
|
6007
|
+
# If this option is set to `UPDATE` or is unspecified, CodeDeploy
|
6008
|
+
# initiates one or more 'auto-update outdated instances' deployments
|
6009
|
+
# to apply the deployed application revision to the new EC2 instances.
|
6010
|
+
#
|
6011
|
+
# If this option is set to `IGNORE`, CodeDeploy does not initiate a
|
6012
|
+
# deployment to update the new EC2 instances. This may result in
|
6013
|
+
# instances having different revisions.
|
6014
|
+
# @return [String]
|
6015
|
+
#
|
5949
6016
|
# @!attribute [rw] deployment_style
|
5950
6017
|
# Information about the type of deployment, either in-place or
|
5951
6018
|
# blue/green, you want to run and whether to route deployment traffic
|
@@ -5995,6 +6062,7 @@ module Aws::CodeDeploy
|
|
5995
6062
|
:trigger_configurations,
|
5996
6063
|
:alarm_configuration,
|
5997
6064
|
:auto_rollback_configuration,
|
6065
|
+
:outdated_instances_strategy,
|
5998
6066
|
:deployment_style,
|
5999
6067
|
:blue_green_deployment_configuration,
|
6000
6068
|
:load_balancer_info,
|
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codedeploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.41.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-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.
|
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.
|
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 CodeDeploy (CodeDeploy). This gem is part
|
48
48
|
of the AWS SDK for Ruby.
|
49
49
|
email:
|
50
|
-
-
|
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-codedeploy.rb
|
56
59
|
- lib/aws-sdk-codedeploy/client.rb
|
57
60
|
- lib/aws-sdk-codedeploy/client_api.rb
|
@@ -64,8 +67,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
64
67
|
licenses:
|
65
68
|
- Apache-2.0
|
66
69
|
metadata:
|
67
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
68
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codedeploy
|
71
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codedeploy/CHANGELOG.md
|
69
72
|
post_install_message:
|
70
73
|
rdoc_options: []
|
71
74
|
require_paths:
|
@@ -81,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
84
|
- !ruby/object:Gem::Version
|
82
85
|
version: '0'
|
83
86
|
requirements: []
|
84
|
-
|
85
|
-
rubygems_version: 2.7.6.2
|
87
|
+
rubygems_version: 3.1.6
|
86
88
|
signing_key:
|
87
89
|
specification_version: 4
|
88
90
|
summary: AWS SDK for Ruby - CodeDeploy
|