Skip to content

Commit

Permalink
Added support for 2015-03-01 Aws::EC2 api verison.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Apr 23, 2015
1 parent ef04d79 commit f0fad0a
Show file tree
Hide file tree
Showing 8 changed files with 18,695 additions and 41 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Feature - Aws::EC2 - Added support for the new 2015-03-01 API version.

* Feature - Aws::IAM - Added support for `Aws::IAM::Client#access_key_last_used`.

* Feature - Aws::CloudSearchDomain - Added support for response expressions.
Expand Down
36 changes: 0 additions & 36 deletions aws-sdk-core/apis/ec2/2014-10-01/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,42 +252,6 @@
}
]
},
"KeyPairExists": {
"operation": "DescribeKeyPairs",
"delay": 5,
"maxAttempts": 6,
"acceptors": [
{
"expected": true,
"matcher": "pathAll",
"state": "success",
"argument": "length(KeyPairs[].KeyName) > `0`"
},
{
"expected": "InvalidKeyPairNotFound",
"matcher": "error",
"state": "retry"
}
]
},
"NetworkInterfaceAvailable": {
"operation": "DescribeNetworkInterfaces",
"delay": 20,
"maxAttempts": 10,
"acceptors": [
{
"expected": "available",
"matcher": "pathAll",
"state": "success",
"argument": "NetworkInterfaces[].Status"
},
{
"expected": "InvalidNetworkInterfaceIDNotFound",
"matcher": "error",
"state": "failure"
}
]
},
"PasswordDataAvailable": {
"operation": "GetPasswordData",
"maxAttempts": 40,
Expand Down
Loading

0 comments on commit f0fad0a

Please sign in to comment.