From 0c8af4992cb0f7589dcafaad65ada12753c64594 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Nov 2022 21:14:33 +0300 Subject: initial --- .../aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php (limited to 'vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php') diff --git a/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php b/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php new file mode 100644 index 0000000..db476be --- /dev/null +++ b/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php @@ -0,0 +1,3 @@ + 2, 'waiters' => [ 'DistributionDeployed' => [ 'delay' => 60, 'operation' => 'GetDistribution', 'maxAttempts' => 25, 'description' => 'Wait until a distribution is deployed.', 'acceptors' => [ [ 'expected' => 'Deployed', 'matcher' => 'path', 'state' => 'success', 'argument' => 'Distribution.Status', ], ], ], 'InvalidationCompleted' => [ 'delay' => 20, 'operation' => 'GetInvalidation', 'maxAttempts' => 30, 'description' => 'Wait until an invalidation has completed.', 'acceptors' => [ [ 'expected' => 'Completed', 'matcher' => 'path', 'state' => 'success', 'argument' => 'Invalidation.Status', ], ], ], 'StreamingDistributionDeployed' => [ 'delay' => 60, 'operation' => 'GetStreamingDistribution', 'maxAttempts' => 25, 'description' => 'Wait until a streaming distribution is deployed.', 'acceptors' => [ [ 'expected' => 'Deployed', 'matcher' => 'path', 'state' => 'success', 'argument' => 'StreamingDistribution.Status', ], ], ], ],]; -- cgit v1.2.3