PHP Classes

File: application/modules/extensions/aws/Aws/data/redshift/2012-12-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/redshift/2012-12-01/waiters-2.json.php   Download  
File: application/modules/extensions/aws/Aws/data/redshift/2012-12-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,841 bytes
 

Contents

Class file image Download
<?php
// This file was auto-generated from sdk-root/src/data/redshift/2012-12-01/waiters-2.json
return [ 'version' => 2, 'waiters' => [ 'ClusterAvailable' => [ 'acceptors' => [ [ 'argument' => 'Clusters[].ClusterStatus', 'expected' => 'available', 'matcher' => 'pathAll', 'state' => 'success', ], [ 'argument' => 'Clusters[].ClusterStatus', 'expected' => 'deleting', 'matcher' => 'pathAny', 'state' => 'failure', ], [ 'expected' => 'ClusterNotFound', 'matcher' => 'error', 'state' => 'retry', ], ], 'delay' => 60, 'maxAttempts' => 30, 'operation' => 'DescribeClusters', ], 'ClusterDeleted' => [ 'acceptors' => [ [ 'expected' => 'ClusterNotFound', 'matcher' => 'error', 'state' => 'success', ], [ 'argument' => 'Clusters[].ClusterStatus', 'expected' => 'creating', 'matcher' => 'pathAny', 'state' => 'failure', ], [ 'argument' => 'Clusters[].ClusterStatus', 'expected' => 'pathAny', 'matcher' => 'pathList', 'state' => 'failure', ], ], 'delay' => 60, 'maxAttempts' => 30, 'operation' => 'DescribeClusters', ], 'ClusterRestored' => [ 'acceptors' => [ [ 'argument' => 'Clusters[].RestoreStatus.Status', 'expected' => 'completed', 'matcher' => 'pathAll', 'state' => 'success', ], [ 'argument' => 'Clusters[].ClusterStatus', 'expected' => 'deleting', 'matcher' => 'pathAny', 'state' => 'failure', ], ], 'delay' => 60, 'maxAttempts' => 30, 'operation' => 'DescribeClusters', ], 'SnapshotAvailable' => [ 'acceptors' => [ [ 'argument' => 'Snapshots[].Status', 'expected' => 'available', 'matcher' => 'pathAll', 'state' => 'success', ], [ 'argument' => 'Snapshots[].Status', 'expected' => 'failed', 'matcher' => 'pathAny', 'state' => 'failure', ], [ 'argument' => 'Snapshots[].Status', 'expected' => 'deleted', 'matcher' => 'pathAny', 'state' => 'failure', ], ], 'delay' => 15, 'maxAttempts' => 20, 'operation' => 'DescribeClusterSnapshots', ], ],];