Composer update
* updated Laravel to v5.6.38 * Added laravel tinker in dev dependencies
This commit is contained in:
committed by
Manish Verma
parent
be4b1231b6
commit
6742e13d81
10
vendor/aws/aws-sdk-php/src/Ssm/SsmClient.php
vendored
10
vendor/aws/aws-sdk-php/src/Ssm/SsmClient.php
vendored
@@ -104,10 +104,14 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise describePatchGroupStateAsync(array $args = [])
|
||||
* @method \Aws\Result describePatchGroups(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describePatchGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result describeSessions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeSessionsAsync(array $args = [])
|
||||
* @method \Aws\Result getAutomationExecution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getAutomationExecutionAsync(array $args = [])
|
||||
* @method \Aws\Result getCommandInvocation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getCommandInvocationAsync(array $args = [])
|
||||
* @method \Aws\Result getConnectionStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getConnectionStatusAsync(array $args = [])
|
||||
* @method \Aws\Result getDefaultPatchBaseline(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDefaultPatchBaselineAsync(array $args = [])
|
||||
* @method \Aws\Result getDeployablePatchSnapshotForInstance(array $args = [])
|
||||
@@ -184,6 +188,8 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise registerTaskWithMaintenanceWindowAsync(array $args = [])
|
||||
* @method \Aws\Result removeTagsFromResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
|
||||
* @method \Aws\Result resumeSession(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise resumeSessionAsync(array $args = [])
|
||||
* @method \Aws\Result sendAutomationSignal(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise sendAutomationSignalAsync(array $args = [])
|
||||
* @method \Aws\Result sendCommand(array $args = [])
|
||||
@@ -192,8 +198,12 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise startAssociationsOnceAsync(array $args = [])
|
||||
* @method \Aws\Result startAutomationExecution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startAutomationExecutionAsync(array $args = [])
|
||||
* @method \Aws\Result startSession(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startSessionAsync(array $args = [])
|
||||
* @method \Aws\Result stopAutomationExecution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise stopAutomationExecutionAsync(array $args = [])
|
||||
* @method \Aws\Result terminateSession(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise terminateSessionAsync(array $args = [])
|
||||
* @method \Aws\Result updateAssociation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateAssociationAsync(array $args = [])
|
||||
* @method \Aws\Result updateAssociationStatus(array $args = [])
|
||||
|
||||
Reference in New Issue
Block a user