PHP Classes

File: application/modules/extensions/aws/Aws/data/cloudformation/2010-05-15/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/cloudformation/2010-05-15/waiters-2.json.php   Download  
File: application/modules/extensions/aws/Aws/data/cloudformation/2010-05-15/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,503 bytes
 

Contents

Class file image Download
<?php
// This file was auto-generated from sdk-root/src/data/cloudformation/2010-05-15/waiters-2.json
return [ 'version' => 2, 'waiters' => [ 'StackCreateComplete' => [ 'acceptors' => [ [ 'argument' => 'Stacks[].StackStatus', 'expected' => 'CREATE_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success', ], [ 'argument' => 'Stacks[].StackStatus', 'expected' => 'CREATE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure', ], ], 'delay' => 30, 'description' => 'Wait until stack status is CREATE_COMPLETE.', 'maxAttempts' => 50, 'operation' => 'DescribeStacks', ], 'StackDeleteComplete' => [ 'acceptors' => [ [ 'argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success', ], [ 'expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'success', ], [ 'argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure', ], ], 'delay' => 30, 'description' => 'Wait until stack status is DELETE_COMPLETE.', 'maxAttempts' => 25, 'operation' => 'DescribeStacks', ], 'StackUpdateComplete' => [ 'acceptors' => [ [ 'argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success', ], [ 'argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure', ], ], 'delay' => 30, 'description' => 'Wait until stack status is UPDATE_COMPLETE.', 'maxAttempts' => 5, 'operation' => 'DescribeStacks', ], ],];