1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\ApiGatewayV2;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AmazonApiGatewayV2** service.
|
|
|
8 |
* @method \Aws\Result createApi(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createApiAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createApiMapping(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createApiMappingAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createAuthorizer(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createAuthorizerAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createDeployment(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createDomainName(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createDomainNameAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createIntegration(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createIntegrationAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createIntegrationResponse(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createIntegrationResponseAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createModel(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createModelAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createRoute(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createRouteAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createRouteResponse(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createRouteResponseAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result createStage(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise createStageAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result createVpcLink(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise createVpcLinkAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result deleteAccessLogSettings(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise deleteAccessLogSettingsAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deleteApi(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deleteApiAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteApiMapping(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteApiMappingAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result deleteAuthorizer(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise deleteAuthorizerAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result deleteCorsConfiguration(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise deleteCorsConfigurationAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result deleteDeployment(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise deleteDeploymentAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result deleteDomainName(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise deleteDomainNameAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result deleteIntegration(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise deleteIntegrationAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result deleteIntegrationResponse(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise deleteIntegrationResponseAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result deleteModel(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise deleteModelAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result deleteRoute(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise deleteRouteAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result deleteRouteRequestParameter(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise deleteRouteRequestParameterAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result deleteRouteResponse(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise deleteRouteResponseAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result deleteRouteSettings(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise deleteRouteSettingsAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result deleteStage(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise deleteStageAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result deleteVpcLink(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise deleteVpcLinkAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result exportApi(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise exportApiAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result resetAuthorizersCache(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise resetAuthorizersCacheAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result getApiResource(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise getApiResourceAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result getApiMapping(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise getApiMappingAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result getApiMappings(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise getApiMappingsAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result getApis(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise getApisAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result getAuthorizer(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise getAuthorizerAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result getAuthorizers(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise getAuthorizersAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result getDeployment(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result getDeployments(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise getDeploymentsAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result getDomainName(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise getDomainNameAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result getDomainNames(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise getDomainNamesAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result getIntegration(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise getIntegrationAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result getIntegrationResponse(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise getIntegrationResponseAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result getIntegrationResponses(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise getIntegrationResponsesAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result getIntegrations(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise getIntegrationsAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result getModel(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise getModelAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result getModelTemplate(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise getModelTemplateAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result getModels(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise getModelsAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result getRoute(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise getRouteAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result getRouteResponse(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise getRouteResponseAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result getRouteResponses(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise getRouteResponsesAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result getRoutes(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise getRoutesAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result getStage(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise getStageAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result getStages(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise getStagesAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result getTags(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise getTagsAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result getVpcLink(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise getVpcLinkAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result getVpcLinks(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise getVpcLinksAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result importApi(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise importApiAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result reimportApi(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise reimportApiAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result updateApi(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise updateApiAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result updateApiMapping(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise updateApiMappingAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result updateAuthorizer(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise updateAuthorizerAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result updateDeployment(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise updateDeploymentAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result updateDomainName(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise updateDomainNameAsync(array $args = [])
|
|
|
138 |
* @method \Aws\Result updateIntegration(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise updateIntegrationAsync(array $args = [])
|
|
|
140 |
* @method \Aws\Result updateIntegrationResponse(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise updateIntegrationResponseAsync(array $args = [])
|
|
|
142 |
* @method \Aws\Result updateModel(array $args = [])
|
|
|
143 |
* @method \GuzzleHttp\Promise\Promise updateModelAsync(array $args = [])
|
|
|
144 |
* @method \Aws\Result updateRoute(array $args = [])
|
|
|
145 |
* @method \GuzzleHttp\Promise\Promise updateRouteAsync(array $args = [])
|
|
|
146 |
* @method \Aws\Result updateRouteResponse(array $args = [])
|
|
|
147 |
* @method \GuzzleHttp\Promise\Promise updateRouteResponseAsync(array $args = [])
|
|
|
148 |
* @method \Aws\Result updateStage(array $args = [])
|
|
|
149 |
* @method \GuzzleHttp\Promise\Promise updateStageAsync(array $args = [])
|
|
|
150 |
* @method \Aws\Result updateVpcLink(array $args = [])
|
|
|
151 |
* @method \GuzzleHttp\Promise\Promise updateVpcLinkAsync(array $args = [])
|
|
|
152 |
*/
|
|
|
153 |
class ApiGatewayV2Client extends AwsClient {}
|