Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8db04f9

Browse files
committed
Reverted removal of two Aws::EC2::Client waiters.
Fixesaws#818.
1 parent73ab978 commit8db04f9

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Unreleased Changes
22
------------------
33

4+
* Issue - Aws::EC2 - Two waiters were added in v2.0.39 and then lost in v2.0.40
5+
in this commit:https://github.com/aws/aws-sdk-ruby/commit/f0fad0a038a4f81b0a697f7c367fd2735d9dd698.
6+
The waiters did not get merged upstream and got squashed in the automated release.
7+
Reverting this loss. Actual changes have also been merged upstream now.
8+
9+
See[related GitHub issue#818](https://github.com/aws/aws-sdk-ruby/pull/818)
10+
411
* Feature - Aws::ElasticBeanstalk - Added resource names to
512
Aws::ElasticBeanstalk::Client configuration option settings.
613

‎aws-sdk-core/apis/ec2/2015-04-15/waiters-2.json‎

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,42 @@
252252
}
253253
]
254254
},
255+
"KeyPairExists": {
256+
"operation":"DescribeKeyPairs",
257+
"delay":5,
258+
"maxAttempts":6,
259+
"acceptors": [
260+
{
261+
"expected":true,
262+
"matcher":"pathAll",
263+
"state":"success",
264+
"argument":"length(KeyPairs[].KeyName) > `0`"
265+
},
266+
{
267+
"expected":"InvalidKeyPairNotFound",
268+
"matcher":"error",
269+
"state":"retry"
270+
}
271+
]
272+
},
273+
"NetworkInterfaceAvailable": {
274+
"operation":"DescribeNetworkInterfaces",
275+
"delay":20,
276+
"maxAttempts":10,
277+
"acceptors": [
278+
{
279+
"expected":"available",
280+
"matcher":"pathAll",
281+
"state":"success",
282+
"argument":"NetworkInterfaces[].Status"
283+
},
284+
{
285+
"expected":"InvalidNetworkInterfaceIDNotFound",
286+
"matcher":"error",
287+
"state":"failure"
288+
}
289+
]
290+
},
255291
"PasswordDataAvailable": {
256292
"operation":"GetPasswordData",
257293
"maxAttempts":40,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp