Laravel version update
Laravel version update
This commit is contained in:
File diff suppressed because one or more lines are too long
3
vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php
vendored
Normal file
3
vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/codedeploy/2014-10-06/smoke.json
|
||||
return [ 'version' => 1, 'defaultRegion' => 'us-west-2', 'testCases' => [ [ 'operationName' => 'ListApplications', 'input' => [], 'errorExpectedFromService' => false, ], [ 'operationName' => 'GetDeployment', 'input' => [ 'deploymentId' => 'd-USUAELQEX', ], 'errorExpectedFromService' => true, ], ],];
|
||||
3
vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php
vendored
Normal file
3
vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// This file was auto-generated from sdk-root/src/data/codedeploy/2014-10-06/waiters-1.json
|
||||
return [ 'version' => 2, 'waiters' => [ 'DeploymentSuccessful' => [ 'delay' => 15, 'operation' => 'GetDeployment', 'maxAttempts' => 120, 'acceptors' => [ [ 'expected' => 'Succeeded', 'matcher' => 'path', 'state' => 'success', 'argument' => 'deploymentInfo.status', ], [ 'expected' => 'Failed', 'matcher' => 'path', 'state' => 'failure', 'argument' => 'deploymentInfo.status', ], [ 'expected' => 'Stopped', 'matcher' => 'path', 'state' => 'failure', 'argument' => 'deploymentInfo.status', ], ], ], ],];
|
||||
Reference in New Issue
Block a user