diff --git a/aws-sdk-core/apis/iam/2010-05-08/waiters-2.json b/aws-sdk-core/apis/iam/2010-05-08/waiters-2.json index ce834bb69e5..d05dcd06451 100644 --- a/aws-sdk-core/apis/iam/2010-05-08/waiters-2.json +++ b/aws-sdk-core/apis/iam/2010-05-08/waiters-2.json @@ -1,6 +1,23 @@ { "version": 2, "waiters": { + "InstanceProfileAvailable": { + "delay": 15, + "operation": "GetInstanceProfile", + "maxAttempts": 40, + "acceptors": [ + { + "expected": 200, + "matcher": "status", + "state": "success" + }, + { + "state": "retry", + "matcher": "status", + "expected": 404 + } + ] + }, "UserExists": { "delay": 1, "operation": "GetUser", diff --git a/aws-sdk-core/apis/opsworks/2013-02-18/waiters-2.json b/aws-sdk-core/apis/opsworks/2013-02-18/waiters-2.json index 2b5bb44de6e..7a3fe1fbf99 100644 --- a/aws-sdk-core/apis/opsworks/2013-02-18/waiters-2.json +++ b/aws-sdk-core/apis/opsworks/2013-02-18/waiters-2.json @@ -1,6 +1,18 @@ { "version": 2, "waiters": { + "AppAvailable": { + "delay": 15, + "operation": "DescribeApps", + "maxAttempts": 40, + "acceptors": [ + { + "expected": 200, + "matcher": "status", + "state": "success" + } + ] + }, "InstanceOnline": { "delay": 15, "operation": "DescribeInstances",