@effect-aws/client-api-gateway-v2 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ApiGatewayV2ClientInstance/package.json +6 -0
- package/ApiGatewayV2Service/package.json +6 -0
- package/ApiGatewayV2ServiceConfig/package.json +6 -0
- package/Errors/package.json +6 -0
- package/LICENSE +19 -0
- package/README.md +58 -0
- package/dist/cjs/ApiGatewayV2ClientInstance.d.ts +24 -0
- package/dist/cjs/ApiGatewayV2ClientInstance.d.ts.map +1 -0
- package/dist/cjs/ApiGatewayV2ClientInstance.js +50 -0
- package/dist/cjs/ApiGatewayV2ClientInstance.js.map +1 -0
- package/dist/cjs/ApiGatewayV2Service.d.ts +330 -0
- package/dist/cjs/ApiGatewayV2Service.d.ts.map +1 -0
- package/dist/cjs/ApiGatewayV2Service.js +131 -0
- package/dist/cjs/ApiGatewayV2Service.js.map +1 -0
- package/dist/cjs/ApiGatewayV2ServiceConfig.d.ts +25 -0
- package/dist/cjs/ApiGatewayV2ServiceConfig.d.ts.map +1 -0
- package/dist/cjs/ApiGatewayV2ServiceConfig.js +35 -0
- package/dist/cjs/ApiGatewayV2ServiceConfig.js.map +1 -0
- package/dist/cjs/Errors.d.ts +12 -0
- package/dist/cjs/Errors.d.ts.map +1 -0
- package/dist/cjs/Errors.js +13 -0
- package/dist/cjs/Errors.js.map +1 -0
- package/dist/cjs/index.d.ts +39 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/index.js +56 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/dts/ApiGatewayV2ClientInstance.d.ts +24 -0
- package/dist/dts/ApiGatewayV2ClientInstance.d.ts.map +1 -0
- package/dist/dts/ApiGatewayV2Service.d.ts +330 -0
- package/dist/dts/ApiGatewayV2Service.d.ts.map +1 -0
- package/dist/dts/ApiGatewayV2ServiceConfig.d.ts +25 -0
- package/dist/dts/ApiGatewayV2ServiceConfig.d.ts.map +1 -0
- package/dist/dts/Errors.d.ts +12 -0
- package/dist/dts/Errors.d.ts.map +1 -0
- package/dist/dts/index.d.ts +39 -0
- package/dist/dts/index.d.ts.map +1 -0
- package/dist/esm/ApiGatewayV2ClientInstance.js +23 -0
- package/dist/esm/ApiGatewayV2ClientInstance.js.map +1 -0
- package/dist/esm/ApiGatewayV2Service.js +104 -0
- package/dist/esm/ApiGatewayV2Service.js.map +1 -0
- package/dist/esm/ApiGatewayV2ServiceConfig.js +31 -0
- package/dist/esm/ApiGatewayV2ServiceConfig.js.map +1 -0
- package/dist/esm/Errors.js +10 -0
- package/dist/esm/Errors.js.map +1 -0
- package/dist/esm/index.js +27 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/package.json +4 -0
- package/package.json +71 -0
- package/src/ApiGatewayV2ClientInstance.ts +33 -0
- package/src/ApiGatewayV2Service.ts +1170 -0
- package/src/ApiGatewayV2ServiceConfig.ts +52 -0
- package/src/Errors.ts +26 -0
- package/src/index.ts +44 -0
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import { type ApiGatewayV2Client, type ApiGatewayV2ClientConfig, type CreateApiCommandInput, type CreateApiCommandOutput, type CreateApiMappingCommandInput, type CreateApiMappingCommandOutput, type CreateAuthorizerCommandInput, type CreateAuthorizerCommandOutput, type CreateDeploymentCommandInput, type CreateDeploymentCommandOutput, type CreateDomainNameCommandInput, type CreateDomainNameCommandOutput, type CreateIntegrationCommandInput, type CreateIntegrationCommandOutput, type CreateIntegrationResponseCommandInput, type CreateIntegrationResponseCommandOutput, type CreateModelCommandInput, type CreateModelCommandOutput, type CreateRouteCommandInput, type CreateRouteCommandOutput, type CreateRouteResponseCommandInput, type CreateRouteResponseCommandOutput, type CreateStageCommandInput, type CreateStageCommandOutput, type CreateVpcLinkCommandInput, type CreateVpcLinkCommandOutput, type DeleteAccessLogSettingsCommandInput, type DeleteAccessLogSettingsCommandOutput, type DeleteApiCommandInput, type DeleteApiCommandOutput, type DeleteApiMappingCommandInput, type DeleteApiMappingCommandOutput, type DeleteAuthorizerCommandInput, type DeleteAuthorizerCommandOutput, type DeleteCorsConfigurationCommandInput, type DeleteCorsConfigurationCommandOutput, type DeleteDeploymentCommandInput, type DeleteDeploymentCommandOutput, type DeleteDomainNameCommandInput, type DeleteDomainNameCommandOutput, type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput, type DeleteIntegrationResponseCommandInput, type DeleteIntegrationResponseCommandOutput, type DeleteModelCommandInput, type DeleteModelCommandOutput, type DeleteRouteCommandInput, type DeleteRouteCommandOutput, type DeleteRouteRequestParameterCommandInput, type DeleteRouteRequestParameterCommandOutput, type DeleteRouteResponseCommandInput, type DeleteRouteResponseCommandOutput, type DeleteRouteSettingsCommandInput, type DeleteRouteSettingsCommandOutput, type DeleteStageCommandInput, type DeleteStageCommandOutput, type DeleteVpcLinkCommandInput, type DeleteVpcLinkCommandOutput, type ExportApiCommandInput, type ExportApiCommandOutput, type GetApiCommandInput, type GetApiCommandOutput, type GetApiMappingCommandInput, type GetApiMappingCommandOutput, type GetApiMappingsCommandInput, type GetApiMappingsCommandOutput, type GetApisCommandInput, type GetApisCommandOutput, type GetAuthorizerCommandInput, type GetAuthorizerCommandOutput, type GetAuthorizersCommandInput, type GetAuthorizersCommandOutput, type GetDeploymentCommandInput, type GetDeploymentCommandOutput, type GetDeploymentsCommandInput, type GetDeploymentsCommandOutput, type GetDomainNameCommandInput, type GetDomainNameCommandOutput, type GetDomainNamesCommandInput, type GetDomainNamesCommandOutput, type GetIntegrationCommandInput, type GetIntegrationCommandOutput, type GetIntegrationResponseCommandInput, type GetIntegrationResponseCommandOutput, type GetIntegrationResponsesCommandInput, type GetIntegrationResponsesCommandOutput, type GetIntegrationsCommandInput, type GetIntegrationsCommandOutput, type GetModelCommandInput, type GetModelCommandOutput, type GetModelsCommandInput, type GetModelsCommandOutput, type GetModelTemplateCommandInput, type GetModelTemplateCommandOutput, type GetRouteCommandInput, type GetRouteCommandOutput, type GetRouteResponseCommandInput, type GetRouteResponseCommandOutput, type GetRouteResponsesCommandInput, type GetRouteResponsesCommandOutput, type GetRoutesCommandInput, type GetRoutesCommandOutput, type GetStageCommandInput, type GetStageCommandOutput, type GetStagesCommandInput, type GetStagesCommandOutput, type GetTagsCommandInput, type GetTagsCommandOutput, type GetVpcLinkCommandInput, type GetVpcLinkCommandOutput, type GetVpcLinksCommandInput, type GetVpcLinksCommandOutput, type ImportApiCommandInput, type ImportApiCommandOutput, type ReimportApiCommandInput, type ReimportApiCommandOutput, type ResetAuthorizersCacheCommandInput, type ResetAuthorizersCacheCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateApiCommandInput, type UpdateApiCommandOutput, type UpdateApiMappingCommandInput, type UpdateApiMappingCommandOutput, type UpdateAuthorizerCommandInput, type UpdateAuthorizerCommandOutput, type UpdateDeploymentCommandInput, type UpdateDeploymentCommandOutput, type UpdateDomainNameCommandInput, type UpdateDomainNameCommandOutput, type UpdateIntegrationCommandInput, type UpdateIntegrationCommandOutput, type UpdateIntegrationResponseCommandInput, type UpdateIntegrationResponseCommandOutput, type UpdateModelCommandInput, type UpdateModelCommandOutput, type UpdateRouteCommandInput, type UpdateRouteCommandOutput, type UpdateRouteResponseCommandInput, type UpdateRouteResponseCommandOutput, type UpdateStageCommandInput, type UpdateStageCommandOutput, type UpdateVpcLinkCommandInput, type UpdateVpcLinkCommandOutput } from "@aws-sdk/client-apigatewayv2";
|
|
5
|
+
import type { HttpHandlerOptions, SdkError, ServiceLogger } from "@effect-aws/commons";
|
|
6
|
+
import type { Cause } from "effect";
|
|
7
|
+
import { Effect, Layer } from "effect";
|
|
8
|
+
import * as Instance from "./ApiGatewayV2ClientInstance.js";
|
|
9
|
+
import type { AccessDeniedError, BadRequestError, ConflictError, NotFoundError, TooManyRequestsError } from "./Errors.js";
|
|
10
|
+
interface ApiGatewayV2Service$ {
|
|
11
|
+
readonly _: unique symbol;
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link CreateApiCommand}
|
|
14
|
+
*/
|
|
15
|
+
createApi(args: CreateApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
16
|
+
/**
|
|
17
|
+
* @see {@link CreateApiMappingCommand}
|
|
18
|
+
*/
|
|
19
|
+
createApiMapping(args: CreateApiMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateApiMappingCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
20
|
+
/**
|
|
21
|
+
* @see {@link CreateAuthorizerCommand}
|
|
22
|
+
*/
|
|
23
|
+
createAuthorizer(args: CreateAuthorizerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAuthorizerCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
24
|
+
/**
|
|
25
|
+
* @see {@link CreateDeploymentCommand}
|
|
26
|
+
*/
|
|
27
|
+
createDeployment(args: CreateDeploymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDeploymentCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
28
|
+
/**
|
|
29
|
+
* @see {@link CreateDomainNameCommand}
|
|
30
|
+
*/
|
|
31
|
+
createDomainName(args: CreateDomainNameCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDomainNameCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
32
|
+
/**
|
|
33
|
+
* @see {@link CreateIntegrationCommand}
|
|
34
|
+
*/
|
|
35
|
+
createIntegration(args: CreateIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIntegrationCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
36
|
+
/**
|
|
37
|
+
* @see {@link CreateIntegrationResponseCommand}
|
|
38
|
+
*/
|
|
39
|
+
createIntegrationResponse(args: CreateIntegrationResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIntegrationResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
40
|
+
/**
|
|
41
|
+
* @see {@link CreateModelCommand}
|
|
42
|
+
*/
|
|
43
|
+
createModel(args: CreateModelCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateModelCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
44
|
+
/**
|
|
45
|
+
* @see {@link CreateRouteCommand}
|
|
46
|
+
*/
|
|
47
|
+
createRoute(args: CreateRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
48
|
+
/**
|
|
49
|
+
* @see {@link CreateRouteResponseCommand}
|
|
50
|
+
*/
|
|
51
|
+
createRouteResponse(args: CreateRouteResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRouteResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
52
|
+
/**
|
|
53
|
+
* @see {@link CreateStageCommand}
|
|
54
|
+
*/
|
|
55
|
+
createStage(args: CreateStageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateStageCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
56
|
+
/**
|
|
57
|
+
* @see {@link CreateVpcLinkCommand}
|
|
58
|
+
*/
|
|
59
|
+
createVpcLink(args: CreateVpcLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcLinkCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | TooManyRequestsError>;
|
|
60
|
+
/**
|
|
61
|
+
* @see {@link DeleteAccessLogSettingsCommand}
|
|
62
|
+
*/
|
|
63
|
+
deleteAccessLogSettings(args: DeleteAccessLogSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAccessLogSettingsCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
64
|
+
/**
|
|
65
|
+
* @see {@link DeleteApiCommand}
|
|
66
|
+
*/
|
|
67
|
+
deleteApi(args: DeleteApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteApiCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
68
|
+
/**
|
|
69
|
+
* @see {@link DeleteApiMappingCommand}
|
|
70
|
+
*/
|
|
71
|
+
deleteApiMapping(args: DeleteApiMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteApiMappingCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
72
|
+
/**
|
|
73
|
+
* @see {@link DeleteAuthorizerCommand}
|
|
74
|
+
*/
|
|
75
|
+
deleteAuthorizer(args: DeleteAuthorizerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAuthorizerCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
76
|
+
/**
|
|
77
|
+
* @see {@link DeleteCorsConfigurationCommand}
|
|
78
|
+
*/
|
|
79
|
+
deleteCorsConfiguration(args: DeleteCorsConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCorsConfigurationCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
80
|
+
/**
|
|
81
|
+
* @see {@link DeleteDeploymentCommand}
|
|
82
|
+
*/
|
|
83
|
+
deleteDeployment(args: DeleteDeploymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeploymentCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
84
|
+
/**
|
|
85
|
+
* @see {@link DeleteDomainNameCommand}
|
|
86
|
+
*/
|
|
87
|
+
deleteDomainName(args: DeleteDomainNameCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDomainNameCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
88
|
+
/**
|
|
89
|
+
* @see {@link DeleteIntegrationCommand}
|
|
90
|
+
*/
|
|
91
|
+
deleteIntegration(args: DeleteIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIntegrationCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
92
|
+
/**
|
|
93
|
+
* @see {@link DeleteIntegrationResponseCommand}
|
|
94
|
+
*/
|
|
95
|
+
deleteIntegrationResponse(args: DeleteIntegrationResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIntegrationResponseCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
96
|
+
/**
|
|
97
|
+
* @see {@link DeleteModelCommand}
|
|
98
|
+
*/
|
|
99
|
+
deleteModel(args: DeleteModelCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteModelCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
100
|
+
/**
|
|
101
|
+
* @see {@link DeleteRouteCommand}
|
|
102
|
+
*/
|
|
103
|
+
deleteRoute(args: DeleteRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
104
|
+
/**
|
|
105
|
+
* @see {@link DeleteRouteRequestParameterCommand}
|
|
106
|
+
*/
|
|
107
|
+
deleteRouteRequestParameter(args: DeleteRouteRequestParameterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteRequestParameterCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
108
|
+
/**
|
|
109
|
+
* @see {@link DeleteRouteResponseCommand}
|
|
110
|
+
*/
|
|
111
|
+
deleteRouteResponse(args: DeleteRouteResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteResponseCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
112
|
+
/**
|
|
113
|
+
* @see {@link DeleteRouteSettingsCommand}
|
|
114
|
+
*/
|
|
115
|
+
deleteRouteSettings(args: DeleteRouteSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRouteSettingsCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
116
|
+
/**
|
|
117
|
+
* @see {@link DeleteStageCommand}
|
|
118
|
+
*/
|
|
119
|
+
deleteStage(args: DeleteStageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteStageCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
120
|
+
/**
|
|
121
|
+
* @see {@link DeleteVpcLinkCommand}
|
|
122
|
+
*/
|
|
123
|
+
deleteVpcLink(args: DeleteVpcLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcLinkCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
124
|
+
/**
|
|
125
|
+
* @see {@link ExportApiCommand}
|
|
126
|
+
*/
|
|
127
|
+
exportApi(args: ExportApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<ExportApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
128
|
+
/**
|
|
129
|
+
* @see {@link GetApiCommand}
|
|
130
|
+
*/
|
|
131
|
+
getApi(args: GetApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApiCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
132
|
+
/**
|
|
133
|
+
* @see {@link GetApiMappingCommand}
|
|
134
|
+
*/
|
|
135
|
+
getApiMapping(args: GetApiMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApiMappingCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
136
|
+
/**
|
|
137
|
+
* @see {@link GetApiMappingsCommand}
|
|
138
|
+
*/
|
|
139
|
+
getApiMappings(args: GetApiMappingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApiMappingsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
140
|
+
/**
|
|
141
|
+
* @see {@link GetApisCommand}
|
|
142
|
+
*/
|
|
143
|
+
getApis(args: GetApisCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApisCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
144
|
+
/**
|
|
145
|
+
* @see {@link GetAuthorizerCommand}
|
|
146
|
+
*/
|
|
147
|
+
getAuthorizer(args: GetAuthorizerCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAuthorizerCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
148
|
+
/**
|
|
149
|
+
* @see {@link GetAuthorizersCommand}
|
|
150
|
+
*/
|
|
151
|
+
getAuthorizers(args: GetAuthorizersCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAuthorizersCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
152
|
+
/**
|
|
153
|
+
* @see {@link GetDeploymentCommand}
|
|
154
|
+
*/
|
|
155
|
+
getDeployment(args: GetDeploymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeploymentCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
156
|
+
/**
|
|
157
|
+
* @see {@link GetDeploymentsCommand}
|
|
158
|
+
*/
|
|
159
|
+
getDeployments(args: GetDeploymentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeploymentsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
160
|
+
/**
|
|
161
|
+
* @see {@link GetDomainNameCommand}
|
|
162
|
+
*/
|
|
163
|
+
getDomainName(args: GetDomainNameCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDomainNameCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
164
|
+
/**
|
|
165
|
+
* @see {@link GetDomainNamesCommand}
|
|
166
|
+
*/
|
|
167
|
+
getDomainNames(args: GetDomainNamesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDomainNamesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
168
|
+
/**
|
|
169
|
+
* @see {@link GetIntegrationCommand}
|
|
170
|
+
*/
|
|
171
|
+
getIntegration(args: GetIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIntegrationCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
172
|
+
/**
|
|
173
|
+
* @see {@link GetIntegrationResponseCommand}
|
|
174
|
+
*/
|
|
175
|
+
getIntegrationResponse(args: GetIntegrationResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIntegrationResponseCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
176
|
+
/**
|
|
177
|
+
* @see {@link GetIntegrationResponsesCommand}
|
|
178
|
+
*/
|
|
179
|
+
getIntegrationResponses(args: GetIntegrationResponsesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIntegrationResponsesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
180
|
+
/**
|
|
181
|
+
* @see {@link GetIntegrationsCommand}
|
|
182
|
+
*/
|
|
183
|
+
getIntegrations(args: GetIntegrationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIntegrationsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
184
|
+
/**
|
|
185
|
+
* @see {@link GetModelCommand}
|
|
186
|
+
*/
|
|
187
|
+
getModel(args: GetModelCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetModelCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
188
|
+
/**
|
|
189
|
+
* @see {@link GetModelTemplateCommand}
|
|
190
|
+
*/
|
|
191
|
+
getModelTemplate(args: GetModelTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetModelTemplateCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
192
|
+
/**
|
|
193
|
+
* @see {@link GetModelsCommand}
|
|
194
|
+
*/
|
|
195
|
+
getModels(args: GetModelsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetModelsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
196
|
+
/**
|
|
197
|
+
* @see {@link GetRouteCommand}
|
|
198
|
+
*/
|
|
199
|
+
getRoute(args: GetRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRouteCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
200
|
+
/**
|
|
201
|
+
* @see {@link GetRouteResponseCommand}
|
|
202
|
+
*/
|
|
203
|
+
getRouteResponse(args: GetRouteResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRouteResponseCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
204
|
+
/**
|
|
205
|
+
* @see {@link GetRouteResponsesCommand}
|
|
206
|
+
*/
|
|
207
|
+
getRouteResponses(args: GetRouteResponsesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRouteResponsesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
208
|
+
/**
|
|
209
|
+
* @see {@link GetRoutesCommand}
|
|
210
|
+
*/
|
|
211
|
+
getRoutes(args: GetRoutesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRoutesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
212
|
+
/**
|
|
213
|
+
* @see {@link GetStageCommand}
|
|
214
|
+
*/
|
|
215
|
+
getStage(args: GetStageCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetStageCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
216
|
+
/**
|
|
217
|
+
* @see {@link GetStagesCommand}
|
|
218
|
+
*/
|
|
219
|
+
getStages(args: GetStagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetStagesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
220
|
+
/**
|
|
221
|
+
* @see {@link GetTagsCommand}
|
|
222
|
+
*/
|
|
223
|
+
getTags(args: GetTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTagsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
224
|
+
/**
|
|
225
|
+
* @see {@link GetVpcLinkCommand}
|
|
226
|
+
*/
|
|
227
|
+
getVpcLink(args: GetVpcLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpcLinkCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
228
|
+
/**
|
|
229
|
+
* @see {@link GetVpcLinksCommand}
|
|
230
|
+
*/
|
|
231
|
+
getVpcLinks(args: GetVpcLinksCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpcLinksCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | TooManyRequestsError>;
|
|
232
|
+
/**
|
|
233
|
+
* @see {@link ImportApiCommand}
|
|
234
|
+
*/
|
|
235
|
+
importApi(args: ImportApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
236
|
+
/**
|
|
237
|
+
* @see {@link ReimportApiCommand}
|
|
238
|
+
*/
|
|
239
|
+
reimportApi(args: ReimportApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReimportApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
240
|
+
/**
|
|
241
|
+
* @see {@link ResetAuthorizersCacheCommand}
|
|
242
|
+
*/
|
|
243
|
+
resetAuthorizersCache(args: ResetAuthorizersCacheCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetAuthorizersCacheCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError>;
|
|
244
|
+
/**
|
|
245
|
+
* @see {@link TagResourceCommand}
|
|
246
|
+
*/
|
|
247
|
+
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
248
|
+
/**
|
|
249
|
+
* @see {@link UntagResourceCommand}
|
|
250
|
+
*/
|
|
251
|
+
untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
252
|
+
/**
|
|
253
|
+
* @see {@link UpdateApiCommand}
|
|
254
|
+
*/
|
|
255
|
+
updateApi(args: UpdateApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
256
|
+
/**
|
|
257
|
+
* @see {@link UpdateApiMappingCommand}
|
|
258
|
+
*/
|
|
259
|
+
updateApiMapping(args: UpdateApiMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateApiMappingCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
260
|
+
/**
|
|
261
|
+
* @see {@link UpdateAuthorizerCommand}
|
|
262
|
+
*/
|
|
263
|
+
updateAuthorizer(args: UpdateAuthorizerCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAuthorizerCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
264
|
+
/**
|
|
265
|
+
* @see {@link UpdateDeploymentCommand}
|
|
266
|
+
*/
|
|
267
|
+
updateDeployment(args: UpdateDeploymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDeploymentCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
268
|
+
/**
|
|
269
|
+
* @see {@link UpdateDomainNameCommand}
|
|
270
|
+
*/
|
|
271
|
+
updateDomainName(args: UpdateDomainNameCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDomainNameCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
272
|
+
/**
|
|
273
|
+
* @see {@link UpdateIntegrationCommand}
|
|
274
|
+
*/
|
|
275
|
+
updateIntegration(args: UpdateIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateIntegrationCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
276
|
+
/**
|
|
277
|
+
* @see {@link UpdateIntegrationResponseCommand}
|
|
278
|
+
*/
|
|
279
|
+
updateIntegrationResponse(args: UpdateIntegrationResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateIntegrationResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
280
|
+
/**
|
|
281
|
+
* @see {@link UpdateModelCommand}
|
|
282
|
+
*/
|
|
283
|
+
updateModel(args: UpdateModelCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateModelCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
284
|
+
/**
|
|
285
|
+
* @see {@link UpdateRouteCommand}
|
|
286
|
+
*/
|
|
287
|
+
updateRoute(args: UpdateRouteCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRouteCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
288
|
+
/**
|
|
289
|
+
* @see {@link UpdateRouteResponseCommand}
|
|
290
|
+
*/
|
|
291
|
+
updateRouteResponse(args: UpdateRouteResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRouteResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
292
|
+
/**
|
|
293
|
+
* @see {@link UpdateStageCommand}
|
|
294
|
+
*/
|
|
295
|
+
updateStage(args: UpdateStageCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateStageCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError>;
|
|
296
|
+
/**
|
|
297
|
+
* @see {@link UpdateVpcLinkCommand}
|
|
298
|
+
*/
|
|
299
|
+
updateVpcLink(args: UpdateVpcLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateVpcLinkCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError>;
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* @since 1.0.0
|
|
303
|
+
* @category constructors
|
|
304
|
+
*/
|
|
305
|
+
export declare const makeApiGatewayV2Service: Effect.Effect<ApiGatewayV2Service$, never, Instance.ApiGatewayV2ClientInstance>;
|
|
306
|
+
declare const ApiGatewayV2Service_base: import("effect/Context").TagClass<ApiGatewayV2Service, "@effect-aws/client-api-gateway-v2/ApiGatewayV2Service", ApiGatewayV2Service$> & Effect.Tag.Proxy<ApiGatewayV2Service, ApiGatewayV2Service$> & {
|
|
307
|
+
use: <X>(body: (_: ApiGatewayV2Service$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, ApiGatewayV2Service | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, ApiGatewayV2Service> : Effect.Effect<X, never, ApiGatewayV2Service>;
|
|
308
|
+
};
|
|
309
|
+
/**
|
|
310
|
+
* @since 1.0.0
|
|
311
|
+
* @category models
|
|
312
|
+
*/
|
|
313
|
+
export declare class ApiGatewayV2Service extends ApiGatewayV2Service_base {
|
|
314
|
+
static readonly defaultLayer: Layer.Layer<ApiGatewayV2Service, never, never>;
|
|
315
|
+
static readonly layer: (config: ApiGatewayV2Service.Config) => Layer.Layer<ApiGatewayV2Service, never, never>;
|
|
316
|
+
static readonly baseLayer: (evaluate: (defaultConfig: ApiGatewayV2ClientConfig) => ApiGatewayV2Client) => Layer.Layer<ApiGatewayV2Service, never, never>;
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* @since 1.0.0
|
|
320
|
+
*/
|
|
321
|
+
export declare namespace ApiGatewayV2Service {
|
|
322
|
+
/**
|
|
323
|
+
* @since 1.0.0
|
|
324
|
+
*/
|
|
325
|
+
interface Config extends Omit<ApiGatewayV2ClientConfig, "logger"> {
|
|
326
|
+
readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
export {};
|
|
330
|
+
//# sourceMappingURL=ApiGatewayV2Service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiGatewayV2Service.d.ts","sourceRoot":"","sources":["../../src/ApiGatewayV2Service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import type { ApiGatewayV2ClientConfig } from "@aws-sdk/client-apigatewayv2";
|
|
5
|
+
import { Effect, Layer } from "effect";
|
|
6
|
+
import type { ApiGatewayV2Service } from "./ApiGatewayV2Service.js";
|
|
7
|
+
/**
|
|
8
|
+
* @since 1.0.0
|
|
9
|
+
* @category api-gateway-v2 service config
|
|
10
|
+
*/
|
|
11
|
+
export declare const withApiGatewayV2ServiceConfig: {
|
|
12
|
+
(config: ApiGatewayV2Service.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
|
|
13
|
+
<A, E, R>(effect: Effect.Effect<A, E, R>, config: ApiGatewayV2Service.Config): Effect.Effect<A, E, R>;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* @since 1.0.0
|
|
17
|
+
* @category api-gateway-v2 service config
|
|
18
|
+
*/
|
|
19
|
+
export declare const setApiGatewayV2ServiceConfig: (config: ApiGatewayV2Service.Config) => Layer.Layer<never, never, never>;
|
|
20
|
+
/**
|
|
21
|
+
* @since 1.0.0
|
|
22
|
+
* @category adapters
|
|
23
|
+
*/
|
|
24
|
+
export declare const toApiGatewayV2ClientConfig: Effect.Effect<ApiGatewayV2ClientConfig>;
|
|
25
|
+
//# sourceMappingURL=ApiGatewayV2ServiceConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiGatewayV2ServiceConfig.d.ts","sourceRoot":"","sources":["../../src/ApiGatewayV2ServiceConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAE7E,OAAO,EAAE,MAAM,EAAY,KAAK,EAAE,MAAM,QAAQ,CAAC;AAGjD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAWpE;;;GAGG;AACH,eAAO,MAAM,6BAA6B,EAAE;IAC1C,CAAC,MAAM,EAAE,mBAAmB,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAC1G,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,mBAAmB,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CAKvG,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B,WAAY,oBAAoB,MAAM,qCAChB,CAAC;AAEhE;;;GAGG;AACH,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAQ7E,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AccessDeniedException, BadRequestException, ConflictException, NotFoundException, TooManyRequestsException } from "@aws-sdk/client-apigatewayv2";
|
|
2
|
+
import type { TaggedException } from "@effect-aws/commons";
|
|
3
|
+
import { SdkError as CommonSdkError } from "@effect-aws/commons";
|
|
4
|
+
export declare const AllServiceErrors: readonly ["AccessDeniedException", "BadRequestException", "ConflictException", "NotFoundException", "TooManyRequestsException"];
|
|
5
|
+
export type AccessDeniedError = TaggedException<AccessDeniedException>;
|
|
6
|
+
export type BadRequestError = TaggedException<BadRequestException>;
|
|
7
|
+
export type ConflictError = TaggedException<ConflictException>;
|
|
8
|
+
export type NotFoundError = TaggedException<NotFoundException>;
|
|
9
|
+
export type TooManyRequestsError = TaggedException<TooManyRequestsException>;
|
|
10
|
+
export type SdkError = CommonSdkError;
|
|
11
|
+
export declare const SdkError: import("effect/Data").Case.Constructor<CommonSdkError, "_tag">;
|
|
12
|
+
//# sourceMappingURL=Errors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,wBAAwB,EACzB,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,QAAQ,IAAI,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAEjE,eAAO,MAAM,gBAAgB,iIAMnB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,eAAe,CAAC,qBAAqB,CAAC,CAAC;AACvE,MAAM,MAAM,eAAe,GAAG,eAAe,CAAC,mBAAmB,CAAC,CAAC;AACnE,MAAM,MAAM,aAAa,GAAG,eAAe,CAAC,iBAAiB,CAAC,CAAC;AAC/D,MAAM,MAAM,aAAa,GAAG,eAAe,CAAC,iBAAiB,CAAC,CAAC;AAC/D,MAAM,MAAM,oBAAoB,GAAG,eAAe,CAAC,wBAAwB,CAAC,CAAC;AAE7E,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC;AACtC,eAAO,MAAM,QAAQ,gEAAiB,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import { ApiGatewayV2Service } from "./ApiGatewayV2Service.js";
|
|
5
|
+
/**
|
|
6
|
+
* @since 1.0.0
|
|
7
|
+
*/
|
|
8
|
+
export * from "./Errors.js";
|
|
9
|
+
/**
|
|
10
|
+
* @since 1.0.0
|
|
11
|
+
*/
|
|
12
|
+
export * as ApiGatewayV2ClientInstance from "./ApiGatewayV2ClientInstance.js";
|
|
13
|
+
/**
|
|
14
|
+
* @since 1.0.0
|
|
15
|
+
*/
|
|
16
|
+
export * as ApiGatewayV2ServiceConfig from "./ApiGatewayV2ServiceConfig.js";
|
|
17
|
+
/**
|
|
18
|
+
* @since 1.0.0
|
|
19
|
+
*/
|
|
20
|
+
export * from "./ApiGatewayV2Service.js";
|
|
21
|
+
/**
|
|
22
|
+
* @since 1.0.0
|
|
23
|
+
* @category exports
|
|
24
|
+
* @alias ApiGatewayV2Service
|
|
25
|
+
*/
|
|
26
|
+
export declare namespace ApiGatewayV2 {
|
|
27
|
+
/**
|
|
28
|
+
* @since 1.0.0
|
|
29
|
+
* @alias ApiGatewayV2Service.Config
|
|
30
|
+
*/
|
|
31
|
+
type Config = ApiGatewayV2Service.Config;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @since 1.0.0
|
|
35
|
+
* @category exports
|
|
36
|
+
* @alias ApiGatewayV2Service
|
|
37
|
+
*/
|
|
38
|
+
export declare const ApiGatewayV2: typeof ApiGatewayV2Service;
|
|
39
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D;;GAEG;AACH,cAAc,aAAa,CAAC;AAE5B;;GAEG;AACH,OAAO,KAAK,0BAA0B,MAAM,iCAAiC,CAAC;AAE9E;;GAEG;AACH,OAAO,KAAK,yBAAyB,MAAM,gCAAgC,CAAC;AAE5E;;GAEG;AACH,cAAc,0BAA0B,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC;;;OAGG;IACH,KAAY,MAAM,GAAG,mBAAmB,CAAC,MAAM,CAAC;CACjD;AAED;;;;GAIG;AACH,eAAO,MAAM,YAAY,4BAAsB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import { ApiGatewayV2Client } from "@aws-sdk/client-apigatewayv2";
|
|
5
|
+
import { Context, Effect, Layer } from "effect";
|
|
6
|
+
import * as ApiGatewayV2ServiceConfig from "./ApiGatewayV2ServiceConfig.js";
|
|
7
|
+
/**
|
|
8
|
+
* @since 1.0.0
|
|
9
|
+
* @category tags
|
|
10
|
+
*/
|
|
11
|
+
export class ApiGatewayV2ClientInstance extends Context.Tag("@effect-aws/client-api-gateway-v2/ApiGatewayV2ClientInstance")() {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @since 1.0.0
|
|
15
|
+
* @category constructors
|
|
16
|
+
*/
|
|
17
|
+
export const make = Effect.flatMap(ApiGatewayV2ServiceConfig.toApiGatewayV2ClientConfig, (config) => Effect.acquireRelease(Effect.sync(() => new ApiGatewayV2Client(config)), (client) => Effect.sync(() => client.destroy())));
|
|
18
|
+
/**
|
|
19
|
+
* @since 1.0.0
|
|
20
|
+
* @category layers
|
|
21
|
+
*/
|
|
22
|
+
export const layer = Layer.scoped(ApiGatewayV2ClientInstance, make);
|
|
23
|
+
//# sourceMappingURL=ApiGatewayV2ClientInstance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiGatewayV2ClientInstance.js","sourceRoot":"","sources":["../../src/ApiGatewayV2ClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAChD,OAAO,KAAK,yBAAyB,MAAM,gCAAgC,CAAC;AAE5E;;;GAGG;AACH,MAAM,OAAO,0BAA2B,SAAQ,OAAO,CAAC,GAAG,CACzD,8DAA8D,CAC/D,EAAkD;CAAG;AAEtD;;;GAGG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAChC,yBAAyB,CAAC,0BAA0B,EACpD,CAAC,MAAM,EAAE,EAAE,CACT,MAAM,CAAC,cAAc,CACnB,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,kBAAkB,CAAC,MAAM,CAAC,CAAC,EACjD,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAChD,CACJ,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,0BAA0B,EAAE,IAAI,CAAC,CAAC"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import { CreateApiCommand, CreateApiMappingCommand, CreateAuthorizerCommand, CreateDeploymentCommand, CreateDomainNameCommand, CreateIntegrationCommand, CreateIntegrationResponseCommand, CreateModelCommand, CreateRouteCommand, CreateRouteResponseCommand, CreateStageCommand, CreateVpcLinkCommand, DeleteAccessLogSettingsCommand, DeleteApiCommand, DeleteApiMappingCommand, DeleteAuthorizerCommand, DeleteCorsConfigurationCommand, DeleteDeploymentCommand, DeleteDomainNameCommand, DeleteIntegrationCommand, DeleteIntegrationResponseCommand, DeleteModelCommand, DeleteRouteCommand, DeleteRouteRequestParameterCommand, DeleteRouteResponseCommand, DeleteRouteSettingsCommand, DeleteStageCommand, DeleteVpcLinkCommand, ExportApiCommand, GetApiCommand, GetApiMappingCommand, GetApiMappingsCommand, GetApisCommand, GetAuthorizerCommand, GetAuthorizersCommand, GetDeploymentCommand, GetDeploymentsCommand, GetDomainNameCommand, GetDomainNamesCommand, GetIntegrationCommand, GetIntegrationResponseCommand, GetIntegrationResponsesCommand, GetIntegrationsCommand, GetModelCommand, GetModelsCommand, GetModelTemplateCommand, GetRouteCommand, GetRouteResponseCommand, GetRouteResponsesCommand, GetRoutesCommand, GetStageCommand, GetStagesCommand, GetTagsCommand, GetVpcLinkCommand, GetVpcLinksCommand, ImportApiCommand, ReimportApiCommand, ResetAuthorizersCacheCommand, TagResourceCommand, UntagResourceCommand, UpdateApiCommand, UpdateApiMappingCommand, UpdateAuthorizerCommand, UpdateDeploymentCommand, UpdateDomainNameCommand, UpdateIntegrationCommand, UpdateIntegrationResponseCommand, UpdateModelCommand, UpdateRouteCommand, UpdateRouteResponseCommand, UpdateStageCommand, UpdateVpcLinkCommand, } from "@aws-sdk/client-apigatewayv2";
|
|
5
|
+
import { Service } from "@effect-aws/commons";
|
|
6
|
+
import { Effect, Layer } from "effect";
|
|
7
|
+
import * as Instance from "./ApiGatewayV2ClientInstance.js";
|
|
8
|
+
import * as ApiGatewayV2ServiceConfig from "./ApiGatewayV2ServiceConfig.js";
|
|
9
|
+
import { AllServiceErrors } from "./Errors.js";
|
|
10
|
+
const commands = {
|
|
11
|
+
CreateApiCommand,
|
|
12
|
+
CreateApiMappingCommand,
|
|
13
|
+
CreateAuthorizerCommand,
|
|
14
|
+
CreateDeploymentCommand,
|
|
15
|
+
CreateDomainNameCommand,
|
|
16
|
+
CreateIntegrationCommand,
|
|
17
|
+
CreateIntegrationResponseCommand,
|
|
18
|
+
CreateModelCommand,
|
|
19
|
+
CreateRouteCommand,
|
|
20
|
+
CreateRouteResponseCommand,
|
|
21
|
+
CreateStageCommand,
|
|
22
|
+
CreateVpcLinkCommand,
|
|
23
|
+
DeleteAccessLogSettingsCommand,
|
|
24
|
+
DeleteApiCommand,
|
|
25
|
+
DeleteApiMappingCommand,
|
|
26
|
+
DeleteAuthorizerCommand,
|
|
27
|
+
DeleteCorsConfigurationCommand,
|
|
28
|
+
DeleteDeploymentCommand,
|
|
29
|
+
DeleteDomainNameCommand,
|
|
30
|
+
DeleteIntegrationCommand,
|
|
31
|
+
DeleteIntegrationResponseCommand,
|
|
32
|
+
DeleteModelCommand,
|
|
33
|
+
DeleteRouteCommand,
|
|
34
|
+
DeleteRouteRequestParameterCommand,
|
|
35
|
+
DeleteRouteResponseCommand,
|
|
36
|
+
DeleteRouteSettingsCommand,
|
|
37
|
+
DeleteStageCommand,
|
|
38
|
+
DeleteVpcLinkCommand,
|
|
39
|
+
ExportApiCommand,
|
|
40
|
+
GetApiCommand,
|
|
41
|
+
GetApiMappingCommand,
|
|
42
|
+
GetApiMappingsCommand,
|
|
43
|
+
GetApisCommand,
|
|
44
|
+
GetAuthorizerCommand,
|
|
45
|
+
GetAuthorizersCommand,
|
|
46
|
+
GetDeploymentCommand,
|
|
47
|
+
GetDeploymentsCommand,
|
|
48
|
+
GetDomainNameCommand,
|
|
49
|
+
GetDomainNamesCommand,
|
|
50
|
+
GetIntegrationCommand,
|
|
51
|
+
GetIntegrationResponseCommand,
|
|
52
|
+
GetIntegrationResponsesCommand,
|
|
53
|
+
GetIntegrationsCommand,
|
|
54
|
+
GetModelCommand,
|
|
55
|
+
GetModelTemplateCommand,
|
|
56
|
+
GetModelsCommand,
|
|
57
|
+
GetRouteCommand,
|
|
58
|
+
GetRouteResponseCommand,
|
|
59
|
+
GetRouteResponsesCommand,
|
|
60
|
+
GetRoutesCommand,
|
|
61
|
+
GetStageCommand,
|
|
62
|
+
GetStagesCommand,
|
|
63
|
+
GetTagsCommand,
|
|
64
|
+
GetVpcLinkCommand,
|
|
65
|
+
GetVpcLinksCommand,
|
|
66
|
+
ImportApiCommand,
|
|
67
|
+
ReimportApiCommand,
|
|
68
|
+
ResetAuthorizersCacheCommand,
|
|
69
|
+
TagResourceCommand,
|
|
70
|
+
UntagResourceCommand,
|
|
71
|
+
UpdateApiCommand,
|
|
72
|
+
UpdateApiMappingCommand,
|
|
73
|
+
UpdateAuthorizerCommand,
|
|
74
|
+
UpdateDeploymentCommand,
|
|
75
|
+
UpdateDomainNameCommand,
|
|
76
|
+
UpdateIntegrationCommand,
|
|
77
|
+
UpdateIntegrationResponseCommand,
|
|
78
|
+
UpdateModelCommand,
|
|
79
|
+
UpdateRouteCommand,
|
|
80
|
+
UpdateRouteResponseCommand,
|
|
81
|
+
UpdateStageCommand,
|
|
82
|
+
UpdateVpcLinkCommand,
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* @since 1.0.0
|
|
86
|
+
* @category constructors
|
|
87
|
+
*/
|
|
88
|
+
export const makeApiGatewayV2Service = Effect.gen(function* () {
|
|
89
|
+
const client = yield* Instance.ApiGatewayV2ClientInstance;
|
|
90
|
+
return yield* Service.fromClientAndCommands(client, commands, {
|
|
91
|
+
errorTags: AllServiceErrors,
|
|
92
|
+
resolveClientConfig: ApiGatewayV2ServiceConfig.toApiGatewayV2ClientConfig,
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
/**
|
|
96
|
+
* @since 1.0.0
|
|
97
|
+
* @category models
|
|
98
|
+
*/
|
|
99
|
+
export class ApiGatewayV2Service extends Effect.Tag("@effect-aws/client-api-gateway-v2/ApiGatewayV2Service")() {
|
|
100
|
+
static defaultLayer = Layer.effect(this, makeApiGatewayV2Service).pipe(Layer.provide(Instance.layer));
|
|
101
|
+
static layer = (config) => Layer.effect(this, makeApiGatewayV2Service).pipe(Layer.provide(Instance.layer), Layer.provide(ApiGatewayV2ServiceConfig.setApiGatewayV2ServiceConfig(config)));
|
|
102
|
+
static baseLayer = (evaluate) => Layer.effect(this, makeApiGatewayV2Service).pipe(Layer.provide(Layer.effect(Instance.ApiGatewayV2ClientInstance, Effect.map(ApiGatewayV2ServiceConfig.toApiGatewayV2ClientConfig, evaluate))));
|
|
103
|
+
}
|
|
104
|
+
//# sourceMappingURL=ApiGatewayV2Service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiGatewayV2Service.js","sourceRoot":"","sources":["../../src/ApiGatewayV2Service.ts"],"names":[],"mappings":"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"}
|