Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/ApiGatewayV2/ApiGatewayV2Client.php
Строк: 190
<?php
namespace AwsApiGatewayV2;

use 
AwsAwsClient;

/**
 * This client is used to interact with the **AmazonApiGatewayV2** service.
 * @method AwsResult createApi(array $args = [])
 * @method GuzzleHttpPromisePromise createApiAsync(array $args = [])
 * @method AwsResult createApiMapping(array $args = [])
 * @method GuzzleHttpPromisePromise createApiMappingAsync(array $args = [])
 * @method AwsResult createAuthorizer(array $args = [])
 * @method GuzzleHttpPromisePromise createAuthorizerAsync(array $args = [])
 * @method AwsResult createDeployment(array $args = [])
 * @method GuzzleHttpPromisePromise createDeploymentAsync(array $args = [])
 * @method AwsResult createDomainName(array $args = [])
 * @method GuzzleHttpPromisePromise createDomainNameAsync(array $args = [])
 * @method AwsResult createIntegration(array $args = [])
 * @method GuzzleHttpPromisePromise createIntegrationAsync(array $args = [])
 * @method AwsResult createIntegrationResponse(array $args = [])
 * @method GuzzleHttpPromisePromise createIntegrationResponseAsync(array $args = [])
 * @method AwsResult createModel(array $args = [])
 * @method GuzzleHttpPromisePromise createModelAsync(array $args = [])
 * @method AwsResult createRoute(array $args = [])
 * @method GuzzleHttpPromisePromise createRouteAsync(array $args = [])
 * @method AwsResult createRouteResponse(array $args = [])
 * @method GuzzleHttpPromisePromise createRouteResponseAsync(array $args = [])
 * @method AwsResult createStage(array $args = [])
 * @method GuzzleHttpPromisePromise createStageAsync(array $args = [])
 * @method AwsResult createVpcLink(array $args = [])
 * @method GuzzleHttpPromisePromise createVpcLinkAsync(array $args = [])
 * @method AwsResult deleteAccessLogSettings(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAccessLogSettingsAsync(array $args = [])
 * @method AwsResult deleteApi(array $args = [])
 * @method GuzzleHttpPromisePromise deleteApiAsync(array $args = [])
 * @method AwsResult deleteApiMapping(array $args = [])
 * @method GuzzleHttpPromisePromise deleteApiMappingAsync(array $args = [])
 * @method AwsResult deleteAuthorizer(array $args = [])
 * @method GuzzleHttpPromisePromise deleteAuthorizerAsync(array $args = [])
 * @method AwsResult deleteCorsConfiguration(array $args = [])
 * @method GuzzleHttpPromisePromise deleteCorsConfigurationAsync(array $args = [])
 * @method AwsResult deleteDeployment(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDeploymentAsync(array $args = [])
 * @method AwsResult deleteDomainName(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDomainNameAsync(array $args = [])
 * @method AwsResult deleteIntegration(array $args = [])
 * @method GuzzleHttpPromisePromise deleteIntegrationAsync(array $args = [])
 * @method AwsResult deleteIntegrationResponse(array $args = [])
 * @method GuzzleHttpPromisePromise deleteIntegrationResponseAsync(array $args = [])
 * @method AwsResult deleteModel(array $args = [])
 * @method GuzzleHttpPromisePromise deleteModelAsync(array $args = [])
 * @method AwsResult deleteRoute(array $args = [])
 * @method GuzzleHttpPromisePromise deleteRouteAsync(array $args = [])
 * @method AwsResult deleteRouteRequestParameter(array $args = [])
 * @method GuzzleHttpPromisePromise deleteRouteRequestParameterAsync(array $args = [])
 * @method AwsResult deleteRouteResponse(array $args = [])
 * @method GuzzleHttpPromisePromise deleteRouteResponseAsync(array $args = [])
 * @method AwsResult deleteRouteSettings(array $args = [])
 * @method GuzzleHttpPromisePromise deleteRouteSettingsAsync(array $args = [])
 * @method AwsResult deleteStage(array $args = [])
 * @method GuzzleHttpPromisePromise deleteStageAsync(array $args = [])
 * @method AwsResult deleteVpcLink(array $args = [])
 * @method GuzzleHttpPromisePromise deleteVpcLinkAsync(array $args = [])
 * @method AwsResult exportApi(array $args = [])
 * @method GuzzleHttpPromisePromise exportApiAsync(array $args = [])
 * @method AwsResult getApiResource(array $args = [])
 * @method GuzzleHttpPromisePromise getApiResourceAsync(array $args = [])
 * @method AwsResult getApiMapping(array $args = [])
 * @method GuzzleHttpPromisePromise getApiMappingAsync(array $args = [])
 * @method AwsResult getApiMappings(array $args = [])
 * @method GuzzleHttpPromisePromise getApiMappingsAsync(array $args = [])
 * @method AwsResult getApis(array $args = [])
 * @method GuzzleHttpPromisePromise getApisAsync(array $args = [])
 * @method AwsResult getAuthorizer(array $args = [])
 * @method GuzzleHttpPromisePromise getAuthorizerAsync(array $args = [])
 * @method AwsResult getAuthorizers(array $args = [])
 * @method GuzzleHttpPromisePromise getAuthorizersAsync(array $args = [])
 * @method AwsResult getDeployment(array $args = [])
 * @method GuzzleHttpPromisePromise getDeploymentAsync(array $args = [])
 * @method AwsResult getDeployments(array $args = [])
 * @method GuzzleHttpPromisePromise getDeploymentsAsync(array $args = [])
 * @method AwsResult getDomainName(array $args = [])
 * @method GuzzleHttpPromisePromise getDomainNameAsync(array $args = [])
 * @method AwsResult getDomainNames(array $args = [])
 * @method GuzzleHttpPromisePromise getDomainNamesAsync(array $args = [])
 * @method AwsResult getIntegration(array $args = [])
 * @method GuzzleHttpPromisePromise getIntegrationAsync(array $args = [])
 * @method AwsResult getIntegrationResponse(array $args = [])
 * @method GuzzleHttpPromisePromise getIntegrationResponseAsync(array $args = [])
 * @method AwsResult getIntegrationResponses(array $args = [])
 * @method GuzzleHttpPromisePromise getIntegrationResponsesAsync(array $args = [])
 * @method AwsResult getIntegrations(array $args = [])
 * @method GuzzleHttpPromisePromise getIntegrationsAsync(array $args = [])
 * @method AwsResult getModel(array $args = [])
 * @method GuzzleHttpPromisePromise getModelAsync(array $args = [])
 * @method AwsResult getModelTemplate(array $args = [])
 * @method GuzzleHttpPromisePromise getModelTemplateAsync(array $args = [])
 * @method AwsResult getModels(array $args = [])
 * @method GuzzleHttpPromisePromise getModelsAsync(array $args = [])
 * @method AwsResult getRoute(array $args = [])
 * @method GuzzleHttpPromisePromise getRouteAsync(array $args = [])
 * @method AwsResult getRouteResponse(array $args = [])
 * @method GuzzleHttpPromisePromise getRouteResponseAsync(array $args = [])
 * @method AwsResult getRouteResponses(array $args = [])
 * @method GuzzleHttpPromisePromise getRouteResponsesAsync(array $args = [])
 * @method AwsResult getRoutes(array $args = [])
 * @method GuzzleHttpPromisePromise getRoutesAsync(array $args = [])
 * @method AwsResult getStage(array $args = [])
 * @method GuzzleHttpPromisePromise getStageAsync(array $args = [])
 * @method AwsResult getStages(array $args = [])
 * @method GuzzleHttpPromisePromise getStagesAsync(array $args = [])
 * @method AwsResult getTags(array $args = [])
 * @method GuzzleHttpPromisePromise getTagsAsync(array $args = [])
 * @method AwsResult getVpcLink(array $args = [])
 * @method GuzzleHttpPromisePromise getVpcLinkAsync(array $args = [])
 * @method AwsResult getVpcLinks(array $args = [])
 * @method GuzzleHttpPromisePromise getVpcLinksAsync(array $args = [])
 * @method AwsResult importApi(array $args = [])
 * @method GuzzleHttpPromisePromise importApiAsync(array $args = [])
 * @method AwsResult reimportApi(array $args = [])
 * @method GuzzleHttpPromisePromise reimportApiAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateApi(array $args = [])
 * @method GuzzleHttpPromisePromise updateApiAsync(array $args = [])
 * @method AwsResult updateApiMapping(array $args = [])
 * @method GuzzleHttpPromisePromise updateApiMappingAsync(array $args = [])
 * @method AwsResult updateAuthorizer(array $args = [])
 * @method GuzzleHttpPromisePromise updateAuthorizerAsync(array $args = [])
 * @method AwsResult updateDeployment(array $args = [])
 * @method GuzzleHttpPromisePromise updateDeploymentAsync(array $args = [])
 * @method AwsResult updateDomainName(array $args = [])
 * @method GuzzleHttpPromisePromise updateDomainNameAsync(array $args = [])
 * @method AwsResult updateIntegration(array $args = [])
 * @method GuzzleHttpPromisePromise updateIntegrationAsync(array $args = [])
 * @method AwsResult updateIntegrationResponse(array $args = [])
 * @method GuzzleHttpPromisePromise updateIntegrationResponseAsync(array $args = [])
 * @method AwsResult updateModel(array $args = [])
 * @method GuzzleHttpPromisePromise updateModelAsync(array $args = [])
 * @method AwsResult updateRoute(array $args = [])
 * @method GuzzleHttpPromisePromise updateRouteAsync(array $args = [])
 * @method AwsResult updateRouteResponse(array $args = [])
 * @method GuzzleHttpPromisePromise updateRouteResponseAsync(array $args = [])
 * @method AwsResult updateStage(array $args = [])
 * @method GuzzleHttpPromisePromise updateStageAsync(array $args = [])
 * @method AwsResult updateVpcLink(array $args = [])
 * @method GuzzleHttpPromisePromise updateVpcLinkAsync(array $args = [])
 */
class ApiGatewayV2Client extends AwsClient {}
Онлайн: 0
Реклама