Initial commit - Mini CMS complet (PHP + Docker + MinIO)
This commit is contained in:
55
forum-project/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php
vendored
Normal file
55
forum-project/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
namespace Aws\AppIntegrationsService;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon AppIntegrations Service** service.
|
||||
* @method \Aws\Result createApplication(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
|
||||
* @method \Aws\Result createDataIntegration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDataIntegrationAsync(array $args = [])
|
||||
* @method \Aws\Result createDataIntegrationAssociation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDataIntegrationAssociationAsync(array $args = [])
|
||||
* @method \Aws\Result createEventIntegration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createEventIntegrationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteApplication(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDataIntegration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDataIntegrationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteEventIntegration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteEventIntegrationAsync(array $args = [])
|
||||
* @method \Aws\Result getApplication(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getApplicationAsync(array $args = [])
|
||||
* @method \Aws\Result getDataIntegration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDataIntegrationAsync(array $args = [])
|
||||
* @method \Aws\Result getEventIntegration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getEventIntegrationAsync(array $args = [])
|
||||
* @method \Aws\Result listApplicationAssociations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listApplicationAssociationsAsync(array $args = [])
|
||||
* @method \Aws\Result listApplications(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
|
||||
* @method \Aws\Result listDataIntegrationAssociations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDataIntegrationAssociationsAsync(array $args = [])
|
||||
* @method \Aws\Result listDataIntegrations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDataIntegrationsAsync(array $args = [])
|
||||
* @method \Aws\Result listEventIntegrationAssociations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listEventIntegrationAssociationsAsync(array $args = [])
|
||||
* @method \Aws\Result listEventIntegrations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listEventIntegrationsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result tagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result untagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result updateApplication(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
|
||||
* @method \Aws\Result updateDataIntegration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateDataIntegrationAsync(array $args = [])
|
||||
* @method \Aws\Result updateDataIntegrationAssociation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateDataIntegrationAssociationAsync(array $args = [])
|
||||
* @method \Aws\Result updateEventIntegration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateEventIntegrationAsync(array $args = [])
|
||||
*/
|
||||
class AppIntegrationsServiceClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user