PHP Classes

File: application/modules/extensions/aws/Aws/data/autoscaling/2011-01-01/waiters-2.json.php

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   application/modules/extensions/aws/Aws/data/autoscaling/2011-01-01/waiters-2.json.php   Download  
File: application/modules/extensions/aws/Aws/data/autoscaling/2011-01-01/waiters-2.json.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Pretty PHP S3 Files Manager
Web based interface to manage files in Amazon S3
Author: By
Last change:
Date: 8 years ago
Size: 1,338 bytes
 

Contents

Class file image Download
<?php
// This file was auto-generated from sdk-root/src/data/autoscaling/2011-01-01/waiters-2.json
return [ 'version' => 2, 'waiters' => [ 'GroupExists' => [ 'acceptors' => [ [ 'argument' => 'length(AutoScalingGroups)', 'expected' => 1, 'matcher' => 'pathAll', 'state' => 'success', ], [ 'argument' => 'length(AutoScalingGroups)', 'expected' => 0, 'matcher' => 'pathAll', 'state' => 'retry', ], ], 'delay' => 5, 'maxAttempts' => 10, 'operation' => 'DescribeAutoScalingGroups', ], 'GroupInService' => [ 'acceptors' => [ [ 'argument' => 'contains(AutoScalingGroups[].[length(Instances[?LifecycleState==\'InService\']) >= MinSize][], `false`)', 'expected' => false, 'matcher' => 'pathAll', 'state' => 'success', ], [ 'argument' => 'contains(AutoScalingGroups[].[length(Instances[?LifecycleState==\'InService\']) >= MinSize][], `false`)', 'expected' => true, 'matcher' => 'pathAll', 'state' => 'retry', ], ], 'delay' => 15, 'maxAttempts' => 40, 'operation' => 'DescribeAutoScalingGroups', ], 'GroupNotExists' => [ 'acceptors' => [ [ 'argument' => 'length(AutoScalingGroups)', 'expected' => 0, 'matcher' => 'pathAll', 'state' => 'success', ], [ 'argument' => 'length(AutoScalingGroups)', 'expected' => 1, 'matcher' => 'pathAll', 'state' => 'retry', ], ], 'delay' => 15, 'maxAttempts' => 40, 'operation' => 'DescribeAutoScalingGroups', ], ],];