@effect-aws/client-api-gateway 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.
Files changed (53) hide show
  1. package/APIGatewayClientInstance/package.json +6 -0
  2. package/APIGatewayService/package.json +6 -0
  3. package/APIGatewayServiceConfig/package.json +6 -0
  4. package/Errors/package.json +6 -0
  5. package/LICENSE +19 -0
  6. package/README.md +58 -0
  7. package/dist/cjs/APIGatewayClientInstance.d.ts +24 -0
  8. package/dist/cjs/APIGatewayClientInstance.d.ts.map +1 -0
  9. package/dist/cjs/APIGatewayClientInstance.js +50 -0
  10. package/dist/cjs/APIGatewayClientInstance.js.map +1 -0
  11. package/dist/cjs/APIGatewayService.d.ts +538 -0
  12. package/dist/cjs/APIGatewayService.d.ts.map +1 -0
  13. package/dist/cjs/APIGatewayService.js +183 -0
  14. package/dist/cjs/APIGatewayService.js.map +1 -0
  15. package/dist/cjs/APIGatewayServiceConfig.d.ts +25 -0
  16. package/dist/cjs/APIGatewayServiceConfig.d.ts.map +1 -0
  17. package/dist/cjs/APIGatewayServiceConfig.js +35 -0
  18. package/dist/cjs/APIGatewayServiceConfig.js.map +1 -0
  19. package/dist/cjs/Errors.d.ts +14 -0
  20. package/dist/cjs/Errors.d.ts.map +1 -0
  21. package/dist/cjs/Errors.js +15 -0
  22. package/dist/cjs/Errors.js.map +1 -0
  23. package/dist/cjs/index.d.ts +39 -0
  24. package/dist/cjs/index.d.ts.map +1 -0
  25. package/dist/cjs/index.js +56 -0
  26. package/dist/cjs/index.js.map +1 -0
  27. package/dist/dts/APIGatewayClientInstance.d.ts +24 -0
  28. package/dist/dts/APIGatewayClientInstance.d.ts.map +1 -0
  29. package/dist/dts/APIGatewayService.d.ts +538 -0
  30. package/dist/dts/APIGatewayService.d.ts.map +1 -0
  31. package/dist/dts/APIGatewayServiceConfig.d.ts +25 -0
  32. package/dist/dts/APIGatewayServiceConfig.d.ts.map +1 -0
  33. package/dist/dts/Errors.d.ts +14 -0
  34. package/dist/dts/Errors.d.ts.map +1 -0
  35. package/dist/dts/index.d.ts +39 -0
  36. package/dist/dts/index.d.ts.map +1 -0
  37. package/dist/esm/APIGatewayClientInstance.js +23 -0
  38. package/dist/esm/APIGatewayClientInstance.js.map +1 -0
  39. package/dist/esm/APIGatewayService.js +156 -0
  40. package/dist/esm/APIGatewayService.js.map +1 -0
  41. package/dist/esm/APIGatewayServiceConfig.js +31 -0
  42. package/dist/esm/APIGatewayServiceConfig.js.map +1 -0
  43. package/dist/esm/Errors.js +12 -0
  44. package/dist/esm/Errors.js.map +1 -0
  45. package/dist/esm/index.js +27 -0
  46. package/dist/esm/index.js.map +1 -0
  47. package/dist/esm/package.json +4 -0
  48. package/package.json +71 -0
  49. package/src/APIGatewayClientInstance.ts +33 -0
  50. package/src/APIGatewayService.ts +2479 -0
  51. package/src/APIGatewayServiceConfig.ts +52 -0
  52. package/src/Errors.ts +32 -0
  53. package/src/index.ts +44 -0
@@ -0,0 +1,2479 @@
1
+ /**
2
+ * @since 1.0.0
3
+ */
4
+ import {
5
+ type APIGatewayClient,
6
+ type APIGatewayClientConfig,
7
+ CreateApiKeyCommand,
8
+ type CreateApiKeyCommandInput,
9
+ type CreateApiKeyCommandOutput,
10
+ CreateAuthorizerCommand,
11
+ type CreateAuthorizerCommandInput,
12
+ type CreateAuthorizerCommandOutput,
13
+ CreateBasePathMappingCommand,
14
+ type CreateBasePathMappingCommandInput,
15
+ type CreateBasePathMappingCommandOutput,
16
+ CreateDeploymentCommand,
17
+ type CreateDeploymentCommandInput,
18
+ type CreateDeploymentCommandOutput,
19
+ CreateDocumentationPartCommand,
20
+ type CreateDocumentationPartCommandInput,
21
+ type CreateDocumentationPartCommandOutput,
22
+ CreateDocumentationVersionCommand,
23
+ type CreateDocumentationVersionCommandInput,
24
+ type CreateDocumentationVersionCommandOutput,
25
+ CreateDomainNameAccessAssociationCommand,
26
+ type CreateDomainNameAccessAssociationCommandInput,
27
+ type CreateDomainNameAccessAssociationCommandOutput,
28
+ CreateDomainNameCommand,
29
+ type CreateDomainNameCommandInput,
30
+ type CreateDomainNameCommandOutput,
31
+ CreateModelCommand,
32
+ type CreateModelCommandInput,
33
+ type CreateModelCommandOutput,
34
+ CreateRequestValidatorCommand,
35
+ type CreateRequestValidatorCommandInput,
36
+ type CreateRequestValidatorCommandOutput,
37
+ CreateResourceCommand,
38
+ type CreateResourceCommandInput,
39
+ type CreateResourceCommandOutput,
40
+ CreateRestApiCommand,
41
+ type CreateRestApiCommandInput,
42
+ type CreateRestApiCommandOutput,
43
+ CreateStageCommand,
44
+ type CreateStageCommandInput,
45
+ type CreateStageCommandOutput,
46
+ CreateUsagePlanCommand,
47
+ type CreateUsagePlanCommandInput,
48
+ type CreateUsagePlanCommandOutput,
49
+ CreateUsagePlanKeyCommand,
50
+ type CreateUsagePlanKeyCommandInput,
51
+ type CreateUsagePlanKeyCommandOutput,
52
+ CreateVpcLinkCommand,
53
+ type CreateVpcLinkCommandInput,
54
+ type CreateVpcLinkCommandOutput,
55
+ DeleteApiKeyCommand,
56
+ type DeleteApiKeyCommandInput,
57
+ type DeleteApiKeyCommandOutput,
58
+ DeleteAuthorizerCommand,
59
+ type DeleteAuthorizerCommandInput,
60
+ type DeleteAuthorizerCommandOutput,
61
+ DeleteBasePathMappingCommand,
62
+ type DeleteBasePathMappingCommandInput,
63
+ type DeleteBasePathMappingCommandOutput,
64
+ DeleteClientCertificateCommand,
65
+ type DeleteClientCertificateCommandInput,
66
+ type DeleteClientCertificateCommandOutput,
67
+ DeleteDeploymentCommand,
68
+ type DeleteDeploymentCommandInput,
69
+ type DeleteDeploymentCommandOutput,
70
+ DeleteDocumentationPartCommand,
71
+ type DeleteDocumentationPartCommandInput,
72
+ type DeleteDocumentationPartCommandOutput,
73
+ DeleteDocumentationVersionCommand,
74
+ type DeleteDocumentationVersionCommandInput,
75
+ type DeleteDocumentationVersionCommandOutput,
76
+ DeleteDomainNameAccessAssociationCommand,
77
+ type DeleteDomainNameAccessAssociationCommandInput,
78
+ type DeleteDomainNameAccessAssociationCommandOutput,
79
+ DeleteDomainNameCommand,
80
+ type DeleteDomainNameCommandInput,
81
+ type DeleteDomainNameCommandOutput,
82
+ DeleteGatewayResponseCommand,
83
+ type DeleteGatewayResponseCommandInput,
84
+ type DeleteGatewayResponseCommandOutput,
85
+ DeleteIntegrationCommand,
86
+ type DeleteIntegrationCommandInput,
87
+ type DeleteIntegrationCommandOutput,
88
+ DeleteIntegrationResponseCommand,
89
+ type DeleteIntegrationResponseCommandInput,
90
+ type DeleteIntegrationResponseCommandOutput,
91
+ DeleteMethodCommand,
92
+ type DeleteMethodCommandInput,
93
+ type DeleteMethodCommandOutput,
94
+ DeleteMethodResponseCommand,
95
+ type DeleteMethodResponseCommandInput,
96
+ type DeleteMethodResponseCommandOutput,
97
+ DeleteModelCommand,
98
+ type DeleteModelCommandInput,
99
+ type DeleteModelCommandOutput,
100
+ DeleteRequestValidatorCommand,
101
+ type DeleteRequestValidatorCommandInput,
102
+ type DeleteRequestValidatorCommandOutput,
103
+ DeleteResourceCommand,
104
+ type DeleteResourceCommandInput,
105
+ type DeleteResourceCommandOutput,
106
+ DeleteRestApiCommand,
107
+ type DeleteRestApiCommandInput,
108
+ type DeleteRestApiCommandOutput,
109
+ DeleteStageCommand,
110
+ type DeleteStageCommandInput,
111
+ type DeleteStageCommandOutput,
112
+ DeleteUsagePlanCommand,
113
+ type DeleteUsagePlanCommandInput,
114
+ type DeleteUsagePlanCommandOutput,
115
+ DeleteUsagePlanKeyCommand,
116
+ type DeleteUsagePlanKeyCommandInput,
117
+ type DeleteUsagePlanKeyCommandOutput,
118
+ DeleteVpcLinkCommand,
119
+ type DeleteVpcLinkCommandInput,
120
+ type DeleteVpcLinkCommandOutput,
121
+ FlushStageAuthorizersCacheCommand,
122
+ type FlushStageAuthorizersCacheCommandInput,
123
+ type FlushStageAuthorizersCacheCommandOutput,
124
+ FlushStageCacheCommand,
125
+ type FlushStageCacheCommandInput,
126
+ type FlushStageCacheCommandOutput,
127
+ GenerateClientCertificateCommand,
128
+ type GenerateClientCertificateCommandInput,
129
+ type GenerateClientCertificateCommandOutput,
130
+ GetAccountCommand,
131
+ type GetAccountCommandInput,
132
+ type GetAccountCommandOutput,
133
+ GetApiKeyCommand,
134
+ type GetApiKeyCommandInput,
135
+ type GetApiKeyCommandOutput,
136
+ GetApiKeysCommand,
137
+ type GetApiKeysCommandInput,
138
+ type GetApiKeysCommandOutput,
139
+ GetAuthorizerCommand,
140
+ type GetAuthorizerCommandInput,
141
+ type GetAuthorizerCommandOutput,
142
+ GetAuthorizersCommand,
143
+ type GetAuthorizersCommandInput,
144
+ type GetAuthorizersCommandOutput,
145
+ GetBasePathMappingCommand,
146
+ type GetBasePathMappingCommandInput,
147
+ type GetBasePathMappingCommandOutput,
148
+ GetBasePathMappingsCommand,
149
+ type GetBasePathMappingsCommandInput,
150
+ type GetBasePathMappingsCommandOutput,
151
+ GetClientCertificateCommand,
152
+ type GetClientCertificateCommandInput,
153
+ type GetClientCertificateCommandOutput,
154
+ GetClientCertificatesCommand,
155
+ type GetClientCertificatesCommandInput,
156
+ type GetClientCertificatesCommandOutput,
157
+ GetDeploymentCommand,
158
+ type GetDeploymentCommandInput,
159
+ type GetDeploymentCommandOutput,
160
+ GetDeploymentsCommand,
161
+ type GetDeploymentsCommandInput,
162
+ type GetDeploymentsCommandOutput,
163
+ GetDocumentationPartCommand,
164
+ type GetDocumentationPartCommandInput,
165
+ type GetDocumentationPartCommandOutput,
166
+ GetDocumentationPartsCommand,
167
+ type GetDocumentationPartsCommandInput,
168
+ type GetDocumentationPartsCommandOutput,
169
+ GetDocumentationVersionCommand,
170
+ type GetDocumentationVersionCommandInput,
171
+ type GetDocumentationVersionCommandOutput,
172
+ GetDocumentationVersionsCommand,
173
+ type GetDocumentationVersionsCommandInput,
174
+ type GetDocumentationVersionsCommandOutput,
175
+ GetDomainNameAccessAssociationsCommand,
176
+ type GetDomainNameAccessAssociationsCommandInput,
177
+ type GetDomainNameAccessAssociationsCommandOutput,
178
+ GetDomainNameCommand,
179
+ type GetDomainNameCommandInput,
180
+ type GetDomainNameCommandOutput,
181
+ GetDomainNamesCommand,
182
+ type GetDomainNamesCommandInput,
183
+ type GetDomainNamesCommandOutput,
184
+ GetExportCommand,
185
+ type GetExportCommandInput,
186
+ type GetExportCommandOutput,
187
+ GetGatewayResponseCommand,
188
+ type GetGatewayResponseCommandInput,
189
+ type GetGatewayResponseCommandOutput,
190
+ GetGatewayResponsesCommand,
191
+ type GetGatewayResponsesCommandInput,
192
+ type GetGatewayResponsesCommandOutput,
193
+ GetIntegrationCommand,
194
+ type GetIntegrationCommandInput,
195
+ type GetIntegrationCommandOutput,
196
+ GetIntegrationResponseCommand,
197
+ type GetIntegrationResponseCommandInput,
198
+ type GetIntegrationResponseCommandOutput,
199
+ GetMethodCommand,
200
+ type GetMethodCommandInput,
201
+ type GetMethodCommandOutput,
202
+ GetMethodResponseCommand,
203
+ type GetMethodResponseCommandInput,
204
+ type GetMethodResponseCommandOutput,
205
+ GetModelCommand,
206
+ type GetModelCommandInput,
207
+ type GetModelCommandOutput,
208
+ GetModelsCommand,
209
+ type GetModelsCommandInput,
210
+ type GetModelsCommandOutput,
211
+ GetModelTemplateCommand,
212
+ type GetModelTemplateCommandInput,
213
+ type GetModelTemplateCommandOutput,
214
+ GetRequestValidatorCommand,
215
+ type GetRequestValidatorCommandInput,
216
+ type GetRequestValidatorCommandOutput,
217
+ GetRequestValidatorsCommand,
218
+ type GetRequestValidatorsCommandInput,
219
+ type GetRequestValidatorsCommandOutput,
220
+ GetResourceCommand,
221
+ type GetResourceCommandInput,
222
+ type GetResourceCommandOutput,
223
+ GetResourcesCommand,
224
+ type GetResourcesCommandInput,
225
+ type GetResourcesCommandOutput,
226
+ GetRestApiCommand,
227
+ type GetRestApiCommandInput,
228
+ type GetRestApiCommandOutput,
229
+ GetRestApisCommand,
230
+ type GetRestApisCommandInput,
231
+ type GetRestApisCommandOutput,
232
+ GetSdkCommand,
233
+ type GetSdkCommandInput,
234
+ type GetSdkCommandOutput,
235
+ GetSdkTypeCommand,
236
+ type GetSdkTypeCommandInput,
237
+ type GetSdkTypeCommandOutput,
238
+ GetSdkTypesCommand,
239
+ type GetSdkTypesCommandInput,
240
+ type GetSdkTypesCommandOutput,
241
+ GetStageCommand,
242
+ type GetStageCommandInput,
243
+ type GetStageCommandOutput,
244
+ GetStagesCommand,
245
+ type GetStagesCommandInput,
246
+ type GetStagesCommandOutput,
247
+ GetTagsCommand,
248
+ type GetTagsCommandInput,
249
+ type GetTagsCommandOutput,
250
+ GetUsageCommand,
251
+ type GetUsageCommandInput,
252
+ type GetUsageCommandOutput,
253
+ GetUsagePlanCommand,
254
+ type GetUsagePlanCommandInput,
255
+ type GetUsagePlanCommandOutput,
256
+ GetUsagePlanKeyCommand,
257
+ type GetUsagePlanKeyCommandInput,
258
+ type GetUsagePlanKeyCommandOutput,
259
+ GetUsagePlanKeysCommand,
260
+ type GetUsagePlanKeysCommandInput,
261
+ type GetUsagePlanKeysCommandOutput,
262
+ GetUsagePlansCommand,
263
+ type GetUsagePlansCommandInput,
264
+ type GetUsagePlansCommandOutput,
265
+ GetVpcLinkCommand,
266
+ type GetVpcLinkCommandInput,
267
+ type GetVpcLinkCommandOutput,
268
+ GetVpcLinksCommand,
269
+ type GetVpcLinksCommandInput,
270
+ type GetVpcLinksCommandOutput,
271
+ ImportApiKeysCommand,
272
+ type ImportApiKeysCommandInput,
273
+ type ImportApiKeysCommandOutput,
274
+ ImportDocumentationPartsCommand,
275
+ type ImportDocumentationPartsCommandInput,
276
+ type ImportDocumentationPartsCommandOutput,
277
+ ImportRestApiCommand,
278
+ type ImportRestApiCommandInput,
279
+ type ImportRestApiCommandOutput,
280
+ PutGatewayResponseCommand,
281
+ type PutGatewayResponseCommandInput,
282
+ type PutGatewayResponseCommandOutput,
283
+ PutIntegrationCommand,
284
+ type PutIntegrationCommandInput,
285
+ type PutIntegrationCommandOutput,
286
+ PutIntegrationResponseCommand,
287
+ type PutIntegrationResponseCommandInput,
288
+ type PutIntegrationResponseCommandOutput,
289
+ PutMethodCommand,
290
+ type PutMethodCommandInput,
291
+ type PutMethodCommandOutput,
292
+ PutMethodResponseCommand,
293
+ type PutMethodResponseCommandInput,
294
+ type PutMethodResponseCommandOutput,
295
+ PutRestApiCommand,
296
+ type PutRestApiCommandInput,
297
+ type PutRestApiCommandOutput,
298
+ RejectDomainNameAccessAssociationCommand,
299
+ type RejectDomainNameAccessAssociationCommandInput,
300
+ type RejectDomainNameAccessAssociationCommandOutput,
301
+ TagResourceCommand,
302
+ type TagResourceCommandInput,
303
+ type TagResourceCommandOutput,
304
+ TestInvokeAuthorizerCommand,
305
+ type TestInvokeAuthorizerCommandInput,
306
+ type TestInvokeAuthorizerCommandOutput,
307
+ TestInvokeMethodCommand,
308
+ type TestInvokeMethodCommandInput,
309
+ type TestInvokeMethodCommandOutput,
310
+ UntagResourceCommand,
311
+ type UntagResourceCommandInput,
312
+ type UntagResourceCommandOutput,
313
+ UpdateAccountCommand,
314
+ type UpdateAccountCommandInput,
315
+ type UpdateAccountCommandOutput,
316
+ UpdateApiKeyCommand,
317
+ type UpdateApiKeyCommandInput,
318
+ type UpdateApiKeyCommandOutput,
319
+ UpdateAuthorizerCommand,
320
+ type UpdateAuthorizerCommandInput,
321
+ type UpdateAuthorizerCommandOutput,
322
+ UpdateBasePathMappingCommand,
323
+ type UpdateBasePathMappingCommandInput,
324
+ type UpdateBasePathMappingCommandOutput,
325
+ UpdateClientCertificateCommand,
326
+ type UpdateClientCertificateCommandInput,
327
+ type UpdateClientCertificateCommandOutput,
328
+ UpdateDeploymentCommand,
329
+ type UpdateDeploymentCommandInput,
330
+ type UpdateDeploymentCommandOutput,
331
+ UpdateDocumentationPartCommand,
332
+ type UpdateDocumentationPartCommandInput,
333
+ type UpdateDocumentationPartCommandOutput,
334
+ UpdateDocumentationVersionCommand,
335
+ type UpdateDocumentationVersionCommandInput,
336
+ type UpdateDocumentationVersionCommandOutput,
337
+ UpdateDomainNameCommand,
338
+ type UpdateDomainNameCommandInput,
339
+ type UpdateDomainNameCommandOutput,
340
+ UpdateGatewayResponseCommand,
341
+ type UpdateGatewayResponseCommandInput,
342
+ type UpdateGatewayResponseCommandOutput,
343
+ UpdateIntegrationCommand,
344
+ type UpdateIntegrationCommandInput,
345
+ type UpdateIntegrationCommandOutput,
346
+ UpdateIntegrationResponseCommand,
347
+ type UpdateIntegrationResponseCommandInput,
348
+ type UpdateIntegrationResponseCommandOutput,
349
+ UpdateMethodCommand,
350
+ type UpdateMethodCommandInput,
351
+ type UpdateMethodCommandOutput,
352
+ UpdateMethodResponseCommand,
353
+ type UpdateMethodResponseCommandInput,
354
+ type UpdateMethodResponseCommandOutput,
355
+ UpdateModelCommand,
356
+ type UpdateModelCommandInput,
357
+ type UpdateModelCommandOutput,
358
+ UpdateRequestValidatorCommand,
359
+ type UpdateRequestValidatorCommandInput,
360
+ type UpdateRequestValidatorCommandOutput,
361
+ UpdateResourceCommand,
362
+ type UpdateResourceCommandInput,
363
+ type UpdateResourceCommandOutput,
364
+ UpdateRestApiCommand,
365
+ type UpdateRestApiCommandInput,
366
+ type UpdateRestApiCommandOutput,
367
+ UpdateStageCommand,
368
+ type UpdateStageCommandInput,
369
+ type UpdateStageCommandOutput,
370
+ UpdateUsageCommand,
371
+ type UpdateUsageCommandInput,
372
+ type UpdateUsageCommandOutput,
373
+ UpdateUsagePlanCommand,
374
+ type UpdateUsagePlanCommandInput,
375
+ type UpdateUsagePlanCommandOutput,
376
+ UpdateVpcLinkCommand,
377
+ type UpdateVpcLinkCommandInput,
378
+ type UpdateVpcLinkCommandOutput,
379
+ } from "@aws-sdk/client-api-gateway";
380
+ import type { HttpHandlerOptions, SdkError, ServiceLogger } from "@effect-aws/commons";
381
+ import { Service } from "@effect-aws/commons";
382
+ import type { Cause } from "effect";
383
+ import { Effect, Layer } from "effect";
384
+ import * as Instance from "./APIGatewayClientInstance.js";
385
+ import * as APIGatewayServiceConfig from "./APIGatewayServiceConfig.js";
386
+ import type {
387
+ BadRequestError,
388
+ ConflictError,
389
+ LimitExceededError,
390
+ NotFoundError,
391
+ ServiceUnavailableError,
392
+ TooManyRequestsError,
393
+ UnauthorizedError,
394
+ } from "./Errors.js";
395
+ import { AllServiceErrors } from "./Errors.js";
396
+
397
+ const commands = {
398
+ CreateApiKeyCommand,
399
+ CreateAuthorizerCommand,
400
+ CreateBasePathMappingCommand,
401
+ CreateDeploymentCommand,
402
+ CreateDocumentationPartCommand,
403
+ CreateDocumentationVersionCommand,
404
+ CreateDomainNameCommand,
405
+ CreateDomainNameAccessAssociationCommand,
406
+ CreateModelCommand,
407
+ CreateRequestValidatorCommand,
408
+ CreateResourceCommand,
409
+ CreateRestApiCommand,
410
+ CreateStageCommand,
411
+ CreateUsagePlanCommand,
412
+ CreateUsagePlanKeyCommand,
413
+ CreateVpcLinkCommand,
414
+ DeleteApiKeyCommand,
415
+ DeleteAuthorizerCommand,
416
+ DeleteBasePathMappingCommand,
417
+ DeleteClientCertificateCommand,
418
+ DeleteDeploymentCommand,
419
+ DeleteDocumentationPartCommand,
420
+ DeleteDocumentationVersionCommand,
421
+ DeleteDomainNameCommand,
422
+ DeleteDomainNameAccessAssociationCommand,
423
+ DeleteGatewayResponseCommand,
424
+ DeleteIntegrationCommand,
425
+ DeleteIntegrationResponseCommand,
426
+ DeleteMethodCommand,
427
+ DeleteMethodResponseCommand,
428
+ DeleteModelCommand,
429
+ DeleteRequestValidatorCommand,
430
+ DeleteResourceCommand,
431
+ DeleteRestApiCommand,
432
+ DeleteStageCommand,
433
+ DeleteUsagePlanCommand,
434
+ DeleteUsagePlanKeyCommand,
435
+ DeleteVpcLinkCommand,
436
+ FlushStageAuthorizersCacheCommand,
437
+ FlushStageCacheCommand,
438
+ GenerateClientCertificateCommand,
439
+ GetAccountCommand,
440
+ GetApiKeyCommand,
441
+ GetApiKeysCommand,
442
+ GetAuthorizerCommand,
443
+ GetAuthorizersCommand,
444
+ GetBasePathMappingCommand,
445
+ GetBasePathMappingsCommand,
446
+ GetClientCertificateCommand,
447
+ GetClientCertificatesCommand,
448
+ GetDeploymentCommand,
449
+ GetDeploymentsCommand,
450
+ GetDocumentationPartCommand,
451
+ GetDocumentationPartsCommand,
452
+ GetDocumentationVersionCommand,
453
+ GetDocumentationVersionsCommand,
454
+ GetDomainNameCommand,
455
+ GetDomainNameAccessAssociationsCommand,
456
+ GetDomainNamesCommand,
457
+ GetExportCommand,
458
+ GetGatewayResponseCommand,
459
+ GetGatewayResponsesCommand,
460
+ GetIntegrationCommand,
461
+ GetIntegrationResponseCommand,
462
+ GetMethodCommand,
463
+ GetMethodResponseCommand,
464
+ GetModelCommand,
465
+ GetModelTemplateCommand,
466
+ GetModelsCommand,
467
+ GetRequestValidatorCommand,
468
+ GetRequestValidatorsCommand,
469
+ GetResourceCommand,
470
+ GetResourcesCommand,
471
+ GetRestApiCommand,
472
+ GetRestApisCommand,
473
+ GetSdkCommand,
474
+ GetSdkTypeCommand,
475
+ GetSdkTypesCommand,
476
+ GetStageCommand,
477
+ GetStagesCommand,
478
+ GetTagsCommand,
479
+ GetUsageCommand,
480
+ GetUsagePlanCommand,
481
+ GetUsagePlanKeyCommand,
482
+ GetUsagePlanKeysCommand,
483
+ GetUsagePlansCommand,
484
+ GetVpcLinkCommand,
485
+ GetVpcLinksCommand,
486
+ ImportApiKeysCommand,
487
+ ImportDocumentationPartsCommand,
488
+ ImportRestApiCommand,
489
+ PutGatewayResponseCommand,
490
+ PutIntegrationCommand,
491
+ PutIntegrationResponseCommand,
492
+ PutMethodCommand,
493
+ PutMethodResponseCommand,
494
+ PutRestApiCommand,
495
+ RejectDomainNameAccessAssociationCommand,
496
+ TagResourceCommand,
497
+ TestInvokeAuthorizerCommand,
498
+ TestInvokeMethodCommand,
499
+ UntagResourceCommand,
500
+ UpdateAccountCommand,
501
+ UpdateApiKeyCommand,
502
+ UpdateAuthorizerCommand,
503
+ UpdateBasePathMappingCommand,
504
+ UpdateClientCertificateCommand,
505
+ UpdateDeploymentCommand,
506
+ UpdateDocumentationPartCommand,
507
+ UpdateDocumentationVersionCommand,
508
+ UpdateDomainNameCommand,
509
+ UpdateGatewayResponseCommand,
510
+ UpdateIntegrationCommand,
511
+ UpdateIntegrationResponseCommand,
512
+ UpdateMethodCommand,
513
+ UpdateMethodResponseCommand,
514
+ UpdateModelCommand,
515
+ UpdateRequestValidatorCommand,
516
+ UpdateResourceCommand,
517
+ UpdateRestApiCommand,
518
+ UpdateStageCommand,
519
+ UpdateUsageCommand,
520
+ UpdateUsagePlanCommand,
521
+ UpdateVpcLinkCommand,
522
+ };
523
+
524
+ interface APIGatewayService$ {
525
+ readonly _: unique symbol;
526
+
527
+ /**
528
+ * @see {@link CreateApiKeyCommand}
529
+ */
530
+ createApiKey(
531
+ args: CreateApiKeyCommandInput,
532
+ options?: HttpHandlerOptions,
533
+ ): Effect.Effect<
534
+ CreateApiKeyCommandOutput,
535
+ | Cause.TimeoutException
536
+ | SdkError
537
+ | BadRequestError
538
+ | ConflictError
539
+ | LimitExceededError
540
+ | NotFoundError
541
+ | TooManyRequestsError
542
+ | UnauthorizedError
543
+ >;
544
+
545
+ /**
546
+ * @see {@link CreateAuthorizerCommand}
547
+ */
548
+ createAuthorizer(
549
+ args: CreateAuthorizerCommandInput,
550
+ options?: HttpHandlerOptions,
551
+ ): Effect.Effect<
552
+ CreateAuthorizerCommandOutput,
553
+ | Cause.TimeoutException
554
+ | SdkError
555
+ | BadRequestError
556
+ | ConflictError
557
+ | LimitExceededError
558
+ | NotFoundError
559
+ | TooManyRequestsError
560
+ | UnauthorizedError
561
+ >;
562
+
563
+ /**
564
+ * @see {@link CreateBasePathMappingCommand}
565
+ */
566
+ createBasePathMapping(
567
+ args: CreateBasePathMappingCommandInput,
568
+ options?: HttpHandlerOptions,
569
+ ): Effect.Effect<
570
+ CreateBasePathMappingCommandOutput,
571
+ | Cause.TimeoutException
572
+ | SdkError
573
+ | BadRequestError
574
+ | ConflictError
575
+ | LimitExceededError
576
+ | NotFoundError
577
+ | TooManyRequestsError
578
+ | UnauthorizedError
579
+ >;
580
+
581
+ /**
582
+ * @see {@link CreateDeploymentCommand}
583
+ */
584
+ createDeployment(
585
+ args: CreateDeploymentCommandInput,
586
+ options?: HttpHandlerOptions,
587
+ ): Effect.Effect<
588
+ CreateDeploymentCommandOutput,
589
+ | Cause.TimeoutException
590
+ | SdkError
591
+ | BadRequestError
592
+ | ConflictError
593
+ | LimitExceededError
594
+ | NotFoundError
595
+ | ServiceUnavailableError
596
+ | TooManyRequestsError
597
+ | UnauthorizedError
598
+ >;
599
+
600
+ /**
601
+ * @see {@link CreateDocumentationPartCommand}
602
+ */
603
+ createDocumentationPart(
604
+ args: CreateDocumentationPartCommandInput,
605
+ options?: HttpHandlerOptions,
606
+ ): Effect.Effect<
607
+ CreateDocumentationPartCommandOutput,
608
+ | Cause.TimeoutException
609
+ | SdkError
610
+ | BadRequestError
611
+ | ConflictError
612
+ | LimitExceededError
613
+ | NotFoundError
614
+ | TooManyRequestsError
615
+ | UnauthorizedError
616
+ >;
617
+
618
+ /**
619
+ * @see {@link CreateDocumentationVersionCommand}
620
+ */
621
+ createDocumentationVersion(
622
+ args: CreateDocumentationVersionCommandInput,
623
+ options?: HttpHandlerOptions,
624
+ ): Effect.Effect<
625
+ CreateDocumentationVersionCommandOutput,
626
+ | Cause.TimeoutException
627
+ | SdkError
628
+ | BadRequestError
629
+ | ConflictError
630
+ | LimitExceededError
631
+ | NotFoundError
632
+ | TooManyRequestsError
633
+ | UnauthorizedError
634
+ >;
635
+
636
+ /**
637
+ * @see {@link CreateDomainNameCommand}
638
+ */
639
+ createDomainName(
640
+ args: CreateDomainNameCommandInput,
641
+ options?: HttpHandlerOptions,
642
+ ): Effect.Effect<
643
+ CreateDomainNameCommandOutput,
644
+ | Cause.TimeoutException
645
+ | SdkError
646
+ | BadRequestError
647
+ | ConflictError
648
+ | LimitExceededError
649
+ | TooManyRequestsError
650
+ | UnauthorizedError
651
+ >;
652
+
653
+ /**
654
+ * @see {@link CreateDomainNameAccessAssociationCommand}
655
+ */
656
+ createDomainNameAccessAssociation(
657
+ args: CreateDomainNameAccessAssociationCommandInput,
658
+ options?: HttpHandlerOptions,
659
+ ): Effect.Effect<
660
+ CreateDomainNameAccessAssociationCommandOutput,
661
+ | Cause.TimeoutException
662
+ | SdkError
663
+ | BadRequestError
664
+ | ConflictError
665
+ | LimitExceededError
666
+ | TooManyRequestsError
667
+ | UnauthorizedError
668
+ >;
669
+
670
+ /**
671
+ * @see {@link CreateModelCommand}
672
+ */
673
+ createModel(
674
+ args: CreateModelCommandInput,
675
+ options?: HttpHandlerOptions,
676
+ ): Effect.Effect<
677
+ CreateModelCommandOutput,
678
+ | Cause.TimeoutException
679
+ | SdkError
680
+ | BadRequestError
681
+ | ConflictError
682
+ | LimitExceededError
683
+ | NotFoundError
684
+ | TooManyRequestsError
685
+ | UnauthorizedError
686
+ >;
687
+
688
+ /**
689
+ * @see {@link CreateRequestValidatorCommand}
690
+ */
691
+ createRequestValidator(
692
+ args: CreateRequestValidatorCommandInput,
693
+ options?: HttpHandlerOptions,
694
+ ): Effect.Effect<
695
+ CreateRequestValidatorCommandOutput,
696
+ | Cause.TimeoutException
697
+ | SdkError
698
+ | BadRequestError
699
+ | ConflictError
700
+ | LimitExceededError
701
+ | NotFoundError
702
+ | TooManyRequestsError
703
+ | UnauthorizedError
704
+ >;
705
+
706
+ /**
707
+ * @see {@link CreateResourceCommand}
708
+ */
709
+ createResource(
710
+ args: CreateResourceCommandInput,
711
+ options?: HttpHandlerOptions,
712
+ ): Effect.Effect<
713
+ CreateResourceCommandOutput,
714
+ | Cause.TimeoutException
715
+ | SdkError
716
+ | BadRequestError
717
+ | ConflictError
718
+ | LimitExceededError
719
+ | NotFoundError
720
+ | TooManyRequestsError
721
+ | UnauthorizedError
722
+ >;
723
+
724
+ /**
725
+ * @see {@link CreateRestApiCommand}
726
+ */
727
+ createRestApi(
728
+ args: CreateRestApiCommandInput,
729
+ options?: HttpHandlerOptions,
730
+ ): Effect.Effect<
731
+ CreateRestApiCommandOutput,
732
+ | Cause.TimeoutException
733
+ | SdkError
734
+ | BadRequestError
735
+ | ConflictError
736
+ | LimitExceededError
737
+ | TooManyRequestsError
738
+ | UnauthorizedError
739
+ >;
740
+
741
+ /**
742
+ * @see {@link CreateStageCommand}
743
+ */
744
+ createStage(
745
+ args: CreateStageCommandInput,
746
+ options?: HttpHandlerOptions,
747
+ ): Effect.Effect<
748
+ CreateStageCommandOutput,
749
+ | Cause.TimeoutException
750
+ | SdkError
751
+ | BadRequestError
752
+ | ConflictError
753
+ | LimitExceededError
754
+ | NotFoundError
755
+ | TooManyRequestsError
756
+ | UnauthorizedError
757
+ >;
758
+
759
+ /**
760
+ * @see {@link CreateUsagePlanCommand}
761
+ */
762
+ createUsagePlan(
763
+ args: CreateUsagePlanCommandInput,
764
+ options?: HttpHandlerOptions,
765
+ ): Effect.Effect<
766
+ CreateUsagePlanCommandOutput,
767
+ | Cause.TimeoutException
768
+ | SdkError
769
+ | BadRequestError
770
+ | ConflictError
771
+ | LimitExceededError
772
+ | NotFoundError
773
+ | TooManyRequestsError
774
+ | UnauthorizedError
775
+ >;
776
+
777
+ /**
778
+ * @see {@link CreateUsagePlanKeyCommand}
779
+ */
780
+ createUsagePlanKey(
781
+ args: CreateUsagePlanKeyCommandInput,
782
+ options?: HttpHandlerOptions,
783
+ ): Effect.Effect<
784
+ CreateUsagePlanKeyCommandOutput,
785
+ | Cause.TimeoutException
786
+ | SdkError
787
+ | BadRequestError
788
+ | ConflictError
789
+ | LimitExceededError
790
+ | NotFoundError
791
+ | TooManyRequestsError
792
+ | UnauthorizedError
793
+ >;
794
+
795
+ /**
796
+ * @see {@link CreateVpcLinkCommand}
797
+ */
798
+ createVpcLink(
799
+ args: CreateVpcLinkCommandInput,
800
+ options?: HttpHandlerOptions,
801
+ ): Effect.Effect<
802
+ CreateVpcLinkCommandOutput,
803
+ | Cause.TimeoutException
804
+ | SdkError
805
+ | BadRequestError
806
+ | ConflictError
807
+ | LimitExceededError
808
+ | TooManyRequestsError
809
+ | UnauthorizedError
810
+ >;
811
+
812
+ /**
813
+ * @see {@link DeleteApiKeyCommand}
814
+ */
815
+ deleteApiKey(
816
+ args: DeleteApiKeyCommandInput,
817
+ options?: HttpHandlerOptions,
818
+ ): Effect.Effect<
819
+ DeleteApiKeyCommandOutput,
820
+ | Cause.TimeoutException
821
+ | SdkError
822
+ | BadRequestError
823
+ | ConflictError
824
+ | NotFoundError
825
+ | TooManyRequestsError
826
+ | UnauthorizedError
827
+ >;
828
+
829
+ /**
830
+ * @see {@link DeleteAuthorizerCommand}
831
+ */
832
+ deleteAuthorizer(
833
+ args: DeleteAuthorizerCommandInput,
834
+ options?: HttpHandlerOptions,
835
+ ): Effect.Effect<
836
+ DeleteAuthorizerCommandOutput,
837
+ | Cause.TimeoutException
838
+ | SdkError
839
+ | BadRequestError
840
+ | ConflictError
841
+ | NotFoundError
842
+ | TooManyRequestsError
843
+ | UnauthorizedError
844
+ >;
845
+
846
+ /**
847
+ * @see {@link DeleteBasePathMappingCommand}
848
+ */
849
+ deleteBasePathMapping(
850
+ args: DeleteBasePathMappingCommandInput,
851
+ options?: HttpHandlerOptions,
852
+ ): Effect.Effect<
853
+ DeleteBasePathMappingCommandOutput,
854
+ | Cause.TimeoutException
855
+ | SdkError
856
+ | BadRequestError
857
+ | ConflictError
858
+ | NotFoundError
859
+ | TooManyRequestsError
860
+ | UnauthorizedError
861
+ >;
862
+
863
+ /**
864
+ * @see {@link DeleteClientCertificateCommand}
865
+ */
866
+ deleteClientCertificate(
867
+ args: DeleteClientCertificateCommandInput,
868
+ options?: HttpHandlerOptions,
869
+ ): Effect.Effect<
870
+ DeleteClientCertificateCommandOutput,
871
+ | Cause.TimeoutException
872
+ | SdkError
873
+ | BadRequestError
874
+ | ConflictError
875
+ | NotFoundError
876
+ | TooManyRequestsError
877
+ | UnauthorizedError
878
+ >;
879
+
880
+ /**
881
+ * @see {@link DeleteDeploymentCommand}
882
+ */
883
+ deleteDeployment(
884
+ args: DeleteDeploymentCommandInput,
885
+ options?: HttpHandlerOptions,
886
+ ): Effect.Effect<
887
+ DeleteDeploymentCommandOutput,
888
+ | Cause.TimeoutException
889
+ | SdkError
890
+ | BadRequestError
891
+ | ConflictError
892
+ | LimitExceededError
893
+ | NotFoundError
894
+ | TooManyRequestsError
895
+ | UnauthorizedError
896
+ >;
897
+
898
+ /**
899
+ * @see {@link DeleteDocumentationPartCommand}
900
+ */
901
+ deleteDocumentationPart(
902
+ args: DeleteDocumentationPartCommandInput,
903
+ options?: HttpHandlerOptions,
904
+ ): Effect.Effect<
905
+ DeleteDocumentationPartCommandOutput,
906
+ | Cause.TimeoutException
907
+ | SdkError
908
+ | BadRequestError
909
+ | ConflictError
910
+ | NotFoundError
911
+ | TooManyRequestsError
912
+ | UnauthorizedError
913
+ >;
914
+
915
+ /**
916
+ * @see {@link DeleteDocumentationVersionCommand}
917
+ */
918
+ deleteDocumentationVersion(
919
+ args: DeleteDocumentationVersionCommandInput,
920
+ options?: HttpHandlerOptions,
921
+ ): Effect.Effect<
922
+ DeleteDocumentationVersionCommandOutput,
923
+ | Cause.TimeoutException
924
+ | SdkError
925
+ | BadRequestError
926
+ | ConflictError
927
+ | NotFoundError
928
+ | TooManyRequestsError
929
+ | UnauthorizedError
930
+ >;
931
+
932
+ /**
933
+ * @see {@link DeleteDomainNameCommand}
934
+ */
935
+ deleteDomainName(
936
+ args: DeleteDomainNameCommandInput,
937
+ options?: HttpHandlerOptions,
938
+ ): Effect.Effect<
939
+ DeleteDomainNameCommandOutput,
940
+ | Cause.TimeoutException
941
+ | SdkError
942
+ | BadRequestError
943
+ | ConflictError
944
+ | NotFoundError
945
+ | TooManyRequestsError
946
+ | UnauthorizedError
947
+ >;
948
+
949
+ /**
950
+ * @see {@link DeleteDomainNameAccessAssociationCommand}
951
+ */
952
+ deleteDomainNameAccessAssociation(
953
+ args: DeleteDomainNameAccessAssociationCommandInput,
954
+ options?: HttpHandlerOptions,
955
+ ): Effect.Effect<
956
+ DeleteDomainNameAccessAssociationCommandOutput,
957
+ | Cause.TimeoutException
958
+ | SdkError
959
+ | BadRequestError
960
+ | ConflictError
961
+ | NotFoundError
962
+ | TooManyRequestsError
963
+ | UnauthorizedError
964
+ >;
965
+
966
+ /**
967
+ * @see {@link DeleteGatewayResponseCommand}
968
+ */
969
+ deleteGatewayResponse(
970
+ args: DeleteGatewayResponseCommandInput,
971
+ options?: HttpHandlerOptions,
972
+ ): Effect.Effect<
973
+ DeleteGatewayResponseCommandOutput,
974
+ | Cause.TimeoutException
975
+ | SdkError
976
+ | BadRequestError
977
+ | ConflictError
978
+ | NotFoundError
979
+ | TooManyRequestsError
980
+ | UnauthorizedError
981
+ >;
982
+
983
+ /**
984
+ * @see {@link DeleteIntegrationCommand}
985
+ */
986
+ deleteIntegration(
987
+ args: DeleteIntegrationCommandInput,
988
+ options?: HttpHandlerOptions,
989
+ ): Effect.Effect<
990
+ DeleteIntegrationCommandOutput,
991
+ | Cause.TimeoutException
992
+ | SdkError
993
+ | BadRequestError
994
+ | ConflictError
995
+ | NotFoundError
996
+ | TooManyRequestsError
997
+ | UnauthorizedError
998
+ >;
999
+
1000
+ /**
1001
+ * @see {@link DeleteIntegrationResponseCommand}
1002
+ */
1003
+ deleteIntegrationResponse(
1004
+ args: DeleteIntegrationResponseCommandInput,
1005
+ options?: HttpHandlerOptions,
1006
+ ): Effect.Effect<
1007
+ DeleteIntegrationResponseCommandOutput,
1008
+ | Cause.TimeoutException
1009
+ | SdkError
1010
+ | BadRequestError
1011
+ | ConflictError
1012
+ | NotFoundError
1013
+ | TooManyRequestsError
1014
+ | UnauthorizedError
1015
+ >;
1016
+
1017
+ /**
1018
+ * @see {@link DeleteMethodCommand}
1019
+ */
1020
+ deleteMethod(
1021
+ args: DeleteMethodCommandInput,
1022
+ options?: HttpHandlerOptions,
1023
+ ): Effect.Effect<
1024
+ DeleteMethodCommandOutput,
1025
+ Cause.TimeoutException | SdkError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError
1026
+ >;
1027
+
1028
+ /**
1029
+ * @see {@link DeleteMethodResponseCommand}
1030
+ */
1031
+ deleteMethodResponse(
1032
+ args: DeleteMethodResponseCommandInput,
1033
+ options?: HttpHandlerOptions,
1034
+ ): Effect.Effect<
1035
+ DeleteMethodResponseCommandOutput,
1036
+ | Cause.TimeoutException
1037
+ | SdkError
1038
+ | BadRequestError
1039
+ | ConflictError
1040
+ | NotFoundError
1041
+ | TooManyRequestsError
1042
+ | UnauthorizedError
1043
+ >;
1044
+
1045
+ /**
1046
+ * @see {@link DeleteModelCommand}
1047
+ */
1048
+ deleteModel(
1049
+ args: DeleteModelCommandInput,
1050
+ options?: HttpHandlerOptions,
1051
+ ): Effect.Effect<
1052
+ DeleteModelCommandOutput,
1053
+ | Cause.TimeoutException
1054
+ | SdkError
1055
+ | BadRequestError
1056
+ | ConflictError
1057
+ | NotFoundError
1058
+ | TooManyRequestsError
1059
+ | UnauthorizedError
1060
+ >;
1061
+
1062
+ /**
1063
+ * @see {@link DeleteRequestValidatorCommand}
1064
+ */
1065
+ deleteRequestValidator(
1066
+ args: DeleteRequestValidatorCommandInput,
1067
+ options?: HttpHandlerOptions,
1068
+ ): Effect.Effect<
1069
+ DeleteRequestValidatorCommandOutput,
1070
+ | Cause.TimeoutException
1071
+ | SdkError
1072
+ | BadRequestError
1073
+ | ConflictError
1074
+ | NotFoundError
1075
+ | TooManyRequestsError
1076
+ | UnauthorizedError
1077
+ >;
1078
+
1079
+ /**
1080
+ * @see {@link DeleteResourceCommand}
1081
+ */
1082
+ deleteResource(
1083
+ args: DeleteResourceCommandInput,
1084
+ options?: HttpHandlerOptions,
1085
+ ): Effect.Effect<
1086
+ DeleteResourceCommandOutput,
1087
+ | Cause.TimeoutException
1088
+ | SdkError
1089
+ | BadRequestError
1090
+ | ConflictError
1091
+ | NotFoundError
1092
+ | TooManyRequestsError
1093
+ | UnauthorizedError
1094
+ >;
1095
+
1096
+ /**
1097
+ * @see {@link DeleteRestApiCommand}
1098
+ */
1099
+ deleteRestApi(
1100
+ args: DeleteRestApiCommandInput,
1101
+ options?: HttpHandlerOptions,
1102
+ ): Effect.Effect<
1103
+ DeleteRestApiCommandOutput,
1104
+ | Cause.TimeoutException
1105
+ | SdkError
1106
+ | BadRequestError
1107
+ | ConflictError
1108
+ | NotFoundError
1109
+ | TooManyRequestsError
1110
+ | UnauthorizedError
1111
+ >;
1112
+
1113
+ /**
1114
+ * @see {@link DeleteStageCommand}
1115
+ */
1116
+ deleteStage(
1117
+ args: DeleteStageCommandInput,
1118
+ options?: HttpHandlerOptions,
1119
+ ): Effect.Effect<
1120
+ DeleteStageCommandOutput,
1121
+ | Cause.TimeoutException
1122
+ | SdkError
1123
+ | BadRequestError
1124
+ | ConflictError
1125
+ | LimitExceededError
1126
+ | NotFoundError
1127
+ | TooManyRequestsError
1128
+ | UnauthorizedError
1129
+ >;
1130
+
1131
+ /**
1132
+ * @see {@link DeleteUsagePlanCommand}
1133
+ */
1134
+ deleteUsagePlan(
1135
+ args: DeleteUsagePlanCommandInput,
1136
+ options?: HttpHandlerOptions,
1137
+ ): Effect.Effect<
1138
+ DeleteUsagePlanCommandOutput,
1139
+ | Cause.TimeoutException
1140
+ | SdkError
1141
+ | BadRequestError
1142
+ | ConflictError
1143
+ | NotFoundError
1144
+ | TooManyRequestsError
1145
+ | UnauthorizedError
1146
+ >;
1147
+
1148
+ /**
1149
+ * @see {@link DeleteUsagePlanKeyCommand}
1150
+ */
1151
+ deleteUsagePlanKey(
1152
+ args: DeleteUsagePlanKeyCommandInput,
1153
+ options?: HttpHandlerOptions,
1154
+ ): Effect.Effect<
1155
+ DeleteUsagePlanKeyCommandOutput,
1156
+ | Cause.TimeoutException
1157
+ | SdkError
1158
+ | BadRequestError
1159
+ | ConflictError
1160
+ | NotFoundError
1161
+ | TooManyRequestsError
1162
+ | UnauthorizedError
1163
+ >;
1164
+
1165
+ /**
1166
+ * @see {@link DeleteVpcLinkCommand}
1167
+ */
1168
+ deleteVpcLink(
1169
+ args: DeleteVpcLinkCommandInput,
1170
+ options?: HttpHandlerOptions,
1171
+ ): Effect.Effect<
1172
+ DeleteVpcLinkCommandOutput,
1173
+ | Cause.TimeoutException
1174
+ | SdkError
1175
+ | BadRequestError
1176
+ | ConflictError
1177
+ | NotFoundError
1178
+ | TooManyRequestsError
1179
+ | UnauthorizedError
1180
+ >;
1181
+
1182
+ /**
1183
+ * @see {@link FlushStageAuthorizersCacheCommand}
1184
+ */
1185
+ flushStageAuthorizersCache(
1186
+ args: FlushStageAuthorizersCacheCommandInput,
1187
+ options?: HttpHandlerOptions,
1188
+ ): Effect.Effect<
1189
+ FlushStageAuthorizersCacheCommandOutput,
1190
+ | Cause.TimeoutException
1191
+ | SdkError
1192
+ | BadRequestError
1193
+ | ConflictError
1194
+ | LimitExceededError
1195
+ | NotFoundError
1196
+ | TooManyRequestsError
1197
+ | UnauthorizedError
1198
+ >;
1199
+
1200
+ /**
1201
+ * @see {@link FlushStageCacheCommand}
1202
+ */
1203
+ flushStageCache(
1204
+ args: FlushStageCacheCommandInput,
1205
+ options?: HttpHandlerOptions,
1206
+ ): Effect.Effect<
1207
+ FlushStageCacheCommandOutput,
1208
+ | Cause.TimeoutException
1209
+ | SdkError
1210
+ | BadRequestError
1211
+ | ConflictError
1212
+ | LimitExceededError
1213
+ | NotFoundError
1214
+ | TooManyRequestsError
1215
+ | UnauthorizedError
1216
+ >;
1217
+
1218
+ /**
1219
+ * @see {@link GenerateClientCertificateCommand}
1220
+ */
1221
+ generateClientCertificate(
1222
+ args: GenerateClientCertificateCommandInput,
1223
+ options?: HttpHandlerOptions,
1224
+ ): Effect.Effect<
1225
+ GenerateClientCertificateCommandOutput,
1226
+ | Cause.TimeoutException
1227
+ | SdkError
1228
+ | BadRequestError
1229
+ | ConflictError
1230
+ | LimitExceededError
1231
+ | TooManyRequestsError
1232
+ | UnauthorizedError
1233
+ >;
1234
+
1235
+ /**
1236
+ * @see {@link GetAccountCommand}
1237
+ */
1238
+ getAccount(
1239
+ args: GetAccountCommandInput,
1240
+ options?: HttpHandlerOptions,
1241
+ ): Effect.Effect<
1242
+ GetAccountCommandOutput,
1243
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1244
+ >;
1245
+
1246
+ /**
1247
+ * @see {@link GetApiKeyCommand}
1248
+ */
1249
+ getApiKey(
1250
+ args: GetApiKeyCommandInput,
1251
+ options?: HttpHandlerOptions,
1252
+ ): Effect.Effect<
1253
+ GetApiKeyCommandOutput,
1254
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1255
+ >;
1256
+
1257
+ /**
1258
+ * @see {@link GetApiKeysCommand}
1259
+ */
1260
+ getApiKeys(
1261
+ args: GetApiKeysCommandInput,
1262
+ options?: HttpHandlerOptions,
1263
+ ): Effect.Effect<
1264
+ GetApiKeysCommandOutput,
1265
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1266
+ >;
1267
+
1268
+ /**
1269
+ * @see {@link GetAuthorizerCommand}
1270
+ */
1271
+ getAuthorizer(
1272
+ args: GetAuthorizerCommandInput,
1273
+ options?: HttpHandlerOptions,
1274
+ ): Effect.Effect<
1275
+ GetAuthorizerCommandOutput,
1276
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1277
+ >;
1278
+
1279
+ /**
1280
+ * @see {@link GetAuthorizersCommand}
1281
+ */
1282
+ getAuthorizers(
1283
+ args: GetAuthorizersCommandInput,
1284
+ options?: HttpHandlerOptions,
1285
+ ): Effect.Effect<
1286
+ GetAuthorizersCommandOutput,
1287
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1288
+ >;
1289
+
1290
+ /**
1291
+ * @see {@link GetBasePathMappingCommand}
1292
+ */
1293
+ getBasePathMapping(
1294
+ args: GetBasePathMappingCommandInput,
1295
+ options?: HttpHandlerOptions,
1296
+ ): Effect.Effect<
1297
+ GetBasePathMappingCommandOutput,
1298
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1299
+ >;
1300
+
1301
+ /**
1302
+ * @see {@link GetBasePathMappingsCommand}
1303
+ */
1304
+ getBasePathMappings(
1305
+ args: GetBasePathMappingsCommandInput,
1306
+ options?: HttpHandlerOptions,
1307
+ ): Effect.Effect<
1308
+ GetBasePathMappingsCommandOutput,
1309
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1310
+ >;
1311
+
1312
+ /**
1313
+ * @see {@link GetClientCertificateCommand}
1314
+ */
1315
+ getClientCertificate(
1316
+ args: GetClientCertificateCommandInput,
1317
+ options?: HttpHandlerOptions,
1318
+ ): Effect.Effect<
1319
+ GetClientCertificateCommandOutput,
1320
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1321
+ >;
1322
+
1323
+ /**
1324
+ * @see {@link GetClientCertificatesCommand}
1325
+ */
1326
+ getClientCertificates(
1327
+ args: GetClientCertificatesCommandInput,
1328
+ options?: HttpHandlerOptions,
1329
+ ): Effect.Effect<
1330
+ GetClientCertificatesCommandOutput,
1331
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1332
+ >;
1333
+
1334
+ /**
1335
+ * @see {@link GetDeploymentCommand}
1336
+ */
1337
+ getDeployment(
1338
+ args: GetDeploymentCommandInput,
1339
+ options?: HttpHandlerOptions,
1340
+ ): Effect.Effect<
1341
+ GetDeploymentCommandOutput,
1342
+ | Cause.TimeoutException
1343
+ | SdkError
1344
+ | BadRequestError
1345
+ | NotFoundError
1346
+ | ServiceUnavailableError
1347
+ | TooManyRequestsError
1348
+ | UnauthorizedError
1349
+ >;
1350
+
1351
+ /**
1352
+ * @see {@link GetDeploymentsCommand}
1353
+ */
1354
+ getDeployments(
1355
+ args: GetDeploymentsCommandInput,
1356
+ options?: HttpHandlerOptions,
1357
+ ): Effect.Effect<
1358
+ GetDeploymentsCommandOutput,
1359
+ | Cause.TimeoutException
1360
+ | SdkError
1361
+ | BadRequestError
1362
+ | NotFoundError
1363
+ | ServiceUnavailableError
1364
+ | TooManyRequestsError
1365
+ | UnauthorizedError
1366
+ >;
1367
+
1368
+ /**
1369
+ * @see {@link GetDocumentationPartCommand}
1370
+ */
1371
+ getDocumentationPart(
1372
+ args: GetDocumentationPartCommandInput,
1373
+ options?: HttpHandlerOptions,
1374
+ ): Effect.Effect<
1375
+ GetDocumentationPartCommandOutput,
1376
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1377
+ >;
1378
+
1379
+ /**
1380
+ * @see {@link GetDocumentationPartsCommand}
1381
+ */
1382
+ getDocumentationParts(
1383
+ args: GetDocumentationPartsCommandInput,
1384
+ options?: HttpHandlerOptions,
1385
+ ): Effect.Effect<
1386
+ GetDocumentationPartsCommandOutput,
1387
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1388
+ >;
1389
+
1390
+ /**
1391
+ * @see {@link GetDocumentationVersionCommand}
1392
+ */
1393
+ getDocumentationVersion(
1394
+ args: GetDocumentationVersionCommandInput,
1395
+ options?: HttpHandlerOptions,
1396
+ ): Effect.Effect<
1397
+ GetDocumentationVersionCommandOutput,
1398
+ Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError | UnauthorizedError
1399
+ >;
1400
+
1401
+ /**
1402
+ * @see {@link GetDocumentationVersionsCommand}
1403
+ */
1404
+ getDocumentationVersions(
1405
+ args: GetDocumentationVersionsCommandInput,
1406
+ options?: HttpHandlerOptions,
1407
+ ): Effect.Effect<
1408
+ GetDocumentationVersionsCommandOutput,
1409
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1410
+ >;
1411
+
1412
+ /**
1413
+ * @see {@link GetDomainNameCommand}
1414
+ */
1415
+ getDomainName(
1416
+ args: GetDomainNameCommandInput,
1417
+ options?: HttpHandlerOptions,
1418
+ ): Effect.Effect<
1419
+ GetDomainNameCommandOutput,
1420
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1421
+ >;
1422
+
1423
+ /**
1424
+ * @see {@link GetDomainNameAccessAssociationsCommand}
1425
+ */
1426
+ getDomainNameAccessAssociations(
1427
+ args: GetDomainNameAccessAssociationsCommandInput,
1428
+ options?: HttpHandlerOptions,
1429
+ ): Effect.Effect<
1430
+ GetDomainNameAccessAssociationsCommandOutput,
1431
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1432
+ >;
1433
+
1434
+ /**
1435
+ * @see {@link GetDomainNamesCommand}
1436
+ */
1437
+ getDomainNames(
1438
+ args: GetDomainNamesCommandInput,
1439
+ options?: HttpHandlerOptions,
1440
+ ): Effect.Effect<
1441
+ GetDomainNamesCommandOutput,
1442
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1443
+ >;
1444
+
1445
+ /**
1446
+ * @see {@link GetExportCommand}
1447
+ */
1448
+ getExport(
1449
+ args: GetExportCommandInput,
1450
+ options?: HttpHandlerOptions,
1451
+ ): Effect.Effect<
1452
+ GetExportCommandOutput,
1453
+ | Cause.TimeoutException
1454
+ | SdkError
1455
+ | BadRequestError
1456
+ | ConflictError
1457
+ | LimitExceededError
1458
+ | NotFoundError
1459
+ | TooManyRequestsError
1460
+ | UnauthorizedError
1461
+ >;
1462
+
1463
+ /**
1464
+ * @see {@link GetGatewayResponseCommand}
1465
+ */
1466
+ getGatewayResponse(
1467
+ args: GetGatewayResponseCommandInput,
1468
+ options?: HttpHandlerOptions,
1469
+ ): Effect.Effect<
1470
+ GetGatewayResponseCommandOutput,
1471
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1472
+ >;
1473
+
1474
+ /**
1475
+ * @see {@link GetGatewayResponsesCommand}
1476
+ */
1477
+ getGatewayResponses(
1478
+ args: GetGatewayResponsesCommandInput,
1479
+ options?: HttpHandlerOptions,
1480
+ ): Effect.Effect<
1481
+ GetGatewayResponsesCommandOutput,
1482
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1483
+ >;
1484
+
1485
+ /**
1486
+ * @see {@link GetIntegrationCommand}
1487
+ */
1488
+ getIntegration(
1489
+ args: GetIntegrationCommandInput,
1490
+ options?: HttpHandlerOptions,
1491
+ ): Effect.Effect<
1492
+ GetIntegrationCommandOutput,
1493
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1494
+ >;
1495
+
1496
+ /**
1497
+ * @see {@link GetIntegrationResponseCommand}
1498
+ */
1499
+ getIntegrationResponse(
1500
+ args: GetIntegrationResponseCommandInput,
1501
+ options?: HttpHandlerOptions,
1502
+ ): Effect.Effect<
1503
+ GetIntegrationResponseCommandOutput,
1504
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1505
+ >;
1506
+
1507
+ /**
1508
+ * @see {@link GetMethodCommand}
1509
+ */
1510
+ getMethod(
1511
+ args: GetMethodCommandInput,
1512
+ options?: HttpHandlerOptions,
1513
+ ): Effect.Effect<
1514
+ GetMethodCommandOutput,
1515
+ Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError | UnauthorizedError
1516
+ >;
1517
+
1518
+ /**
1519
+ * @see {@link GetMethodResponseCommand}
1520
+ */
1521
+ getMethodResponse(
1522
+ args: GetMethodResponseCommandInput,
1523
+ options?: HttpHandlerOptions,
1524
+ ): Effect.Effect<
1525
+ GetMethodResponseCommandOutput,
1526
+ Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError | UnauthorizedError
1527
+ >;
1528
+
1529
+ /**
1530
+ * @see {@link GetModelCommand}
1531
+ */
1532
+ getModel(
1533
+ args: GetModelCommandInput,
1534
+ options?: HttpHandlerOptions,
1535
+ ): Effect.Effect<
1536
+ GetModelCommandOutput,
1537
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1538
+ >;
1539
+
1540
+ /**
1541
+ * @see {@link GetModelTemplateCommand}
1542
+ */
1543
+ getModelTemplate(
1544
+ args: GetModelTemplateCommandInput,
1545
+ options?: HttpHandlerOptions,
1546
+ ): Effect.Effect<
1547
+ GetModelTemplateCommandOutput,
1548
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1549
+ >;
1550
+
1551
+ /**
1552
+ * @see {@link GetModelsCommand}
1553
+ */
1554
+ getModels(
1555
+ args: GetModelsCommandInput,
1556
+ options?: HttpHandlerOptions,
1557
+ ): Effect.Effect<
1558
+ GetModelsCommandOutput,
1559
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1560
+ >;
1561
+
1562
+ /**
1563
+ * @see {@link GetRequestValidatorCommand}
1564
+ */
1565
+ getRequestValidator(
1566
+ args: GetRequestValidatorCommandInput,
1567
+ options?: HttpHandlerOptions,
1568
+ ): Effect.Effect<
1569
+ GetRequestValidatorCommandOutput,
1570
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1571
+ >;
1572
+
1573
+ /**
1574
+ * @see {@link GetRequestValidatorsCommand}
1575
+ */
1576
+ getRequestValidators(
1577
+ args: GetRequestValidatorsCommandInput,
1578
+ options?: HttpHandlerOptions,
1579
+ ): Effect.Effect<
1580
+ GetRequestValidatorsCommandOutput,
1581
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1582
+ >;
1583
+
1584
+ /**
1585
+ * @see {@link GetResourceCommand}
1586
+ */
1587
+ getResource(
1588
+ args: GetResourceCommandInput,
1589
+ options?: HttpHandlerOptions,
1590
+ ): Effect.Effect<
1591
+ GetResourceCommandOutput,
1592
+ Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError | UnauthorizedError
1593
+ >;
1594
+
1595
+ /**
1596
+ * @see {@link GetResourcesCommand}
1597
+ */
1598
+ getResources(
1599
+ args: GetResourcesCommandInput,
1600
+ options?: HttpHandlerOptions,
1601
+ ): Effect.Effect<
1602
+ GetResourcesCommandOutput,
1603
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1604
+ >;
1605
+
1606
+ /**
1607
+ * @see {@link GetRestApiCommand}
1608
+ */
1609
+ getRestApi(
1610
+ args: GetRestApiCommandInput,
1611
+ options?: HttpHandlerOptions,
1612
+ ): Effect.Effect<
1613
+ GetRestApiCommandOutput,
1614
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1615
+ >;
1616
+
1617
+ /**
1618
+ * @see {@link GetRestApisCommand}
1619
+ */
1620
+ getRestApis(
1621
+ args: GetRestApisCommandInput,
1622
+ options?: HttpHandlerOptions,
1623
+ ): Effect.Effect<
1624
+ GetRestApisCommandOutput,
1625
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1626
+ >;
1627
+
1628
+ /**
1629
+ * @see {@link GetSdkCommand}
1630
+ */
1631
+ getSdk(
1632
+ args: GetSdkCommandInput,
1633
+ options?: HttpHandlerOptions,
1634
+ ): Effect.Effect<
1635
+ GetSdkCommandOutput,
1636
+ | Cause.TimeoutException
1637
+ | SdkError
1638
+ | BadRequestError
1639
+ | ConflictError
1640
+ | LimitExceededError
1641
+ | NotFoundError
1642
+ | TooManyRequestsError
1643
+ | UnauthorizedError
1644
+ >;
1645
+
1646
+ /**
1647
+ * @see {@link GetSdkTypeCommand}
1648
+ */
1649
+ getSdkType(
1650
+ args: GetSdkTypeCommandInput,
1651
+ options?: HttpHandlerOptions,
1652
+ ): Effect.Effect<
1653
+ GetSdkTypeCommandOutput,
1654
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1655
+ >;
1656
+
1657
+ /**
1658
+ * @see {@link GetSdkTypesCommand}
1659
+ */
1660
+ getSdkTypes(
1661
+ args: GetSdkTypesCommandInput,
1662
+ options?: HttpHandlerOptions,
1663
+ ): Effect.Effect<
1664
+ GetSdkTypesCommandOutput,
1665
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1666
+ >;
1667
+
1668
+ /**
1669
+ * @see {@link GetStageCommand}
1670
+ */
1671
+ getStage(
1672
+ args: GetStageCommandInput,
1673
+ options?: HttpHandlerOptions,
1674
+ ): Effect.Effect<
1675
+ GetStageCommandOutput,
1676
+ | Cause.TimeoutException
1677
+ | SdkError
1678
+ | BadRequestError
1679
+ | ConflictError
1680
+ | LimitExceededError
1681
+ | NotFoundError
1682
+ | TooManyRequestsError
1683
+ | UnauthorizedError
1684
+ >;
1685
+
1686
+ /**
1687
+ * @see {@link GetStagesCommand}
1688
+ */
1689
+ getStages(
1690
+ args: GetStagesCommandInput,
1691
+ options?: HttpHandlerOptions,
1692
+ ): Effect.Effect<
1693
+ GetStagesCommandOutput,
1694
+ | Cause.TimeoutException
1695
+ | SdkError
1696
+ | BadRequestError
1697
+ | ConflictError
1698
+ | LimitExceededError
1699
+ | NotFoundError
1700
+ | TooManyRequestsError
1701
+ | UnauthorizedError
1702
+ >;
1703
+
1704
+ /**
1705
+ * @see {@link GetTagsCommand}
1706
+ */
1707
+ getTags(
1708
+ args: GetTagsCommandInput,
1709
+ options?: HttpHandlerOptions,
1710
+ ): Effect.Effect<
1711
+ GetTagsCommandOutput,
1712
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1713
+ >;
1714
+
1715
+ /**
1716
+ * @see {@link GetUsageCommand}
1717
+ */
1718
+ getUsage(
1719
+ args: GetUsageCommandInput,
1720
+ options?: HttpHandlerOptions,
1721
+ ): Effect.Effect<
1722
+ GetUsageCommandOutput,
1723
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1724
+ >;
1725
+
1726
+ /**
1727
+ * @see {@link GetUsagePlanCommand}
1728
+ */
1729
+ getUsagePlan(
1730
+ args: GetUsagePlanCommandInput,
1731
+ options?: HttpHandlerOptions,
1732
+ ): Effect.Effect<
1733
+ GetUsagePlanCommandOutput,
1734
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1735
+ >;
1736
+
1737
+ /**
1738
+ * @see {@link GetUsagePlanKeyCommand}
1739
+ */
1740
+ getUsagePlanKey(
1741
+ args: GetUsagePlanKeyCommandInput,
1742
+ options?: HttpHandlerOptions,
1743
+ ): Effect.Effect<
1744
+ GetUsagePlanKeyCommandOutput,
1745
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1746
+ >;
1747
+
1748
+ /**
1749
+ * @see {@link GetUsagePlanKeysCommand}
1750
+ */
1751
+ getUsagePlanKeys(
1752
+ args: GetUsagePlanKeysCommandInput,
1753
+ options?: HttpHandlerOptions,
1754
+ ): Effect.Effect<
1755
+ GetUsagePlanKeysCommandOutput,
1756
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1757
+ >;
1758
+
1759
+ /**
1760
+ * @see {@link GetUsagePlansCommand}
1761
+ */
1762
+ getUsagePlans(
1763
+ args: GetUsagePlansCommandInput,
1764
+ options?: HttpHandlerOptions,
1765
+ ): Effect.Effect<
1766
+ GetUsagePlansCommandOutput,
1767
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1768
+ >;
1769
+
1770
+ /**
1771
+ * @see {@link GetVpcLinkCommand}
1772
+ */
1773
+ getVpcLink(
1774
+ args: GetVpcLinkCommandInput,
1775
+ options?: HttpHandlerOptions,
1776
+ ): Effect.Effect<
1777
+ GetVpcLinkCommandOutput,
1778
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1779
+ >;
1780
+
1781
+ /**
1782
+ * @see {@link GetVpcLinksCommand}
1783
+ */
1784
+ getVpcLinks(
1785
+ args: GetVpcLinksCommandInput,
1786
+ options?: HttpHandlerOptions,
1787
+ ): Effect.Effect<
1788
+ GetVpcLinksCommandOutput,
1789
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1790
+ >;
1791
+
1792
+ /**
1793
+ * @see {@link ImportApiKeysCommand}
1794
+ */
1795
+ importApiKeys(
1796
+ args: ImportApiKeysCommandInput,
1797
+ options?: HttpHandlerOptions,
1798
+ ): Effect.Effect<
1799
+ ImportApiKeysCommandOutput,
1800
+ | Cause.TimeoutException
1801
+ | SdkError
1802
+ | BadRequestError
1803
+ | ConflictError
1804
+ | LimitExceededError
1805
+ | NotFoundError
1806
+ | TooManyRequestsError
1807
+ | UnauthorizedError
1808
+ >;
1809
+
1810
+ /**
1811
+ * @see {@link ImportDocumentationPartsCommand}
1812
+ */
1813
+ importDocumentationParts(
1814
+ args: ImportDocumentationPartsCommandInput,
1815
+ options?: HttpHandlerOptions,
1816
+ ): Effect.Effect<
1817
+ ImportDocumentationPartsCommandOutput,
1818
+ | Cause.TimeoutException
1819
+ | SdkError
1820
+ | BadRequestError
1821
+ | ConflictError
1822
+ | LimitExceededError
1823
+ | NotFoundError
1824
+ | TooManyRequestsError
1825
+ | UnauthorizedError
1826
+ >;
1827
+
1828
+ /**
1829
+ * @see {@link ImportRestApiCommand}
1830
+ */
1831
+ importRestApi(
1832
+ args: ImportRestApiCommandInput,
1833
+ options?: HttpHandlerOptions,
1834
+ ): Effect.Effect<
1835
+ ImportRestApiCommandOutput,
1836
+ | Cause.TimeoutException
1837
+ | SdkError
1838
+ | BadRequestError
1839
+ | ConflictError
1840
+ | LimitExceededError
1841
+ | NotFoundError
1842
+ | TooManyRequestsError
1843
+ | UnauthorizedError
1844
+ >;
1845
+
1846
+ /**
1847
+ * @see {@link PutGatewayResponseCommand}
1848
+ */
1849
+ putGatewayResponse(
1850
+ args: PutGatewayResponseCommandInput,
1851
+ options?: HttpHandlerOptions,
1852
+ ): Effect.Effect<
1853
+ PutGatewayResponseCommandOutput,
1854
+ | Cause.TimeoutException
1855
+ | SdkError
1856
+ | BadRequestError
1857
+ | ConflictError
1858
+ | LimitExceededError
1859
+ | NotFoundError
1860
+ | TooManyRequestsError
1861
+ | UnauthorizedError
1862
+ >;
1863
+
1864
+ /**
1865
+ * @see {@link PutIntegrationCommand}
1866
+ */
1867
+ putIntegration(
1868
+ args: PutIntegrationCommandInput,
1869
+ options?: HttpHandlerOptions,
1870
+ ): Effect.Effect<
1871
+ PutIntegrationCommandOutput,
1872
+ | Cause.TimeoutException
1873
+ | SdkError
1874
+ | BadRequestError
1875
+ | ConflictError
1876
+ | LimitExceededError
1877
+ | NotFoundError
1878
+ | TooManyRequestsError
1879
+ | UnauthorizedError
1880
+ >;
1881
+
1882
+ /**
1883
+ * @see {@link PutIntegrationResponseCommand}
1884
+ */
1885
+ putIntegrationResponse(
1886
+ args: PutIntegrationResponseCommandInput,
1887
+ options?: HttpHandlerOptions,
1888
+ ): Effect.Effect<
1889
+ PutIntegrationResponseCommandOutput,
1890
+ | Cause.TimeoutException
1891
+ | SdkError
1892
+ | BadRequestError
1893
+ | ConflictError
1894
+ | LimitExceededError
1895
+ | NotFoundError
1896
+ | TooManyRequestsError
1897
+ | UnauthorizedError
1898
+ >;
1899
+
1900
+ /**
1901
+ * @see {@link PutMethodCommand}
1902
+ */
1903
+ putMethod(
1904
+ args: PutMethodCommandInput,
1905
+ options?: HttpHandlerOptions,
1906
+ ): Effect.Effect<
1907
+ PutMethodCommandOutput,
1908
+ | Cause.TimeoutException
1909
+ | SdkError
1910
+ | BadRequestError
1911
+ | ConflictError
1912
+ | LimitExceededError
1913
+ | NotFoundError
1914
+ | TooManyRequestsError
1915
+ | UnauthorizedError
1916
+ >;
1917
+
1918
+ /**
1919
+ * @see {@link PutMethodResponseCommand}
1920
+ */
1921
+ putMethodResponse(
1922
+ args: PutMethodResponseCommandInput,
1923
+ options?: HttpHandlerOptions,
1924
+ ): Effect.Effect<
1925
+ PutMethodResponseCommandOutput,
1926
+ | Cause.TimeoutException
1927
+ | SdkError
1928
+ | BadRequestError
1929
+ | ConflictError
1930
+ | LimitExceededError
1931
+ | NotFoundError
1932
+ | TooManyRequestsError
1933
+ | UnauthorizedError
1934
+ >;
1935
+
1936
+ /**
1937
+ * @see {@link PutRestApiCommand}
1938
+ */
1939
+ putRestApi(
1940
+ args: PutRestApiCommandInput,
1941
+ options?: HttpHandlerOptions,
1942
+ ): Effect.Effect<
1943
+ PutRestApiCommandOutput,
1944
+ | Cause.TimeoutException
1945
+ | SdkError
1946
+ | BadRequestError
1947
+ | ConflictError
1948
+ | LimitExceededError
1949
+ | NotFoundError
1950
+ | TooManyRequestsError
1951
+ | UnauthorizedError
1952
+ >;
1953
+
1954
+ /**
1955
+ * @see {@link RejectDomainNameAccessAssociationCommand}
1956
+ */
1957
+ rejectDomainNameAccessAssociation(
1958
+ args: RejectDomainNameAccessAssociationCommandInput,
1959
+ options?: HttpHandlerOptions,
1960
+ ): Effect.Effect<
1961
+ RejectDomainNameAccessAssociationCommandOutput,
1962
+ | Cause.TimeoutException
1963
+ | SdkError
1964
+ | BadRequestError
1965
+ | ConflictError
1966
+ | NotFoundError
1967
+ | TooManyRequestsError
1968
+ | UnauthorizedError
1969
+ >;
1970
+
1971
+ /**
1972
+ * @see {@link TagResourceCommand}
1973
+ */
1974
+ tagResource(
1975
+ args: TagResourceCommandInput,
1976
+ options?: HttpHandlerOptions,
1977
+ ): Effect.Effect<
1978
+ TagResourceCommandOutput,
1979
+ | Cause.TimeoutException
1980
+ | SdkError
1981
+ | BadRequestError
1982
+ | ConflictError
1983
+ | LimitExceededError
1984
+ | NotFoundError
1985
+ | TooManyRequestsError
1986
+ | UnauthorizedError
1987
+ >;
1988
+
1989
+ /**
1990
+ * @see {@link TestInvokeAuthorizerCommand}
1991
+ */
1992
+ testInvokeAuthorizer(
1993
+ args: TestInvokeAuthorizerCommandInput,
1994
+ options?: HttpHandlerOptions,
1995
+ ): Effect.Effect<
1996
+ TestInvokeAuthorizerCommandOutput,
1997
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
1998
+ >;
1999
+
2000
+ /**
2001
+ * @see {@link TestInvokeMethodCommand}
2002
+ */
2003
+ testInvokeMethod(
2004
+ args: TestInvokeMethodCommandInput,
2005
+ options?: HttpHandlerOptions,
2006
+ ): Effect.Effect<
2007
+ TestInvokeMethodCommandOutput,
2008
+ Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError
2009
+ >;
2010
+
2011
+ /**
2012
+ * @see {@link UntagResourceCommand}
2013
+ */
2014
+ untagResource(
2015
+ args: UntagResourceCommandInput,
2016
+ options?: HttpHandlerOptions,
2017
+ ): Effect.Effect<
2018
+ UntagResourceCommandOutput,
2019
+ | Cause.TimeoutException
2020
+ | SdkError
2021
+ | BadRequestError
2022
+ | ConflictError
2023
+ | LimitExceededError
2024
+ | NotFoundError
2025
+ | TooManyRequestsError
2026
+ | UnauthorizedError
2027
+ >;
2028
+
2029
+ /**
2030
+ * @see {@link UpdateAccountCommand}
2031
+ */
2032
+ updateAccount(
2033
+ args: UpdateAccountCommandInput,
2034
+ options?: HttpHandlerOptions,
2035
+ ): Effect.Effect<
2036
+ UpdateAccountCommandOutput,
2037
+ | Cause.TimeoutException
2038
+ | SdkError
2039
+ | BadRequestError
2040
+ | ConflictError
2041
+ | LimitExceededError
2042
+ | NotFoundError
2043
+ | TooManyRequestsError
2044
+ | UnauthorizedError
2045
+ >;
2046
+
2047
+ /**
2048
+ * @see {@link UpdateApiKeyCommand}
2049
+ */
2050
+ updateApiKey(
2051
+ args: UpdateApiKeyCommandInput,
2052
+ options?: HttpHandlerOptions,
2053
+ ): Effect.Effect<
2054
+ UpdateApiKeyCommandOutput,
2055
+ | Cause.TimeoutException
2056
+ | SdkError
2057
+ | BadRequestError
2058
+ | ConflictError
2059
+ | LimitExceededError
2060
+ | NotFoundError
2061
+ | TooManyRequestsError
2062
+ | UnauthorizedError
2063
+ >;
2064
+
2065
+ /**
2066
+ * @see {@link UpdateAuthorizerCommand}
2067
+ */
2068
+ updateAuthorizer(
2069
+ args: UpdateAuthorizerCommandInput,
2070
+ options?: HttpHandlerOptions,
2071
+ ): Effect.Effect<
2072
+ UpdateAuthorizerCommandOutput,
2073
+ | Cause.TimeoutException
2074
+ | SdkError
2075
+ | BadRequestError
2076
+ | ConflictError
2077
+ | LimitExceededError
2078
+ | NotFoundError
2079
+ | TooManyRequestsError
2080
+ | UnauthorizedError
2081
+ >;
2082
+
2083
+ /**
2084
+ * @see {@link UpdateBasePathMappingCommand}
2085
+ */
2086
+ updateBasePathMapping(
2087
+ args: UpdateBasePathMappingCommandInput,
2088
+ options?: HttpHandlerOptions,
2089
+ ): Effect.Effect<
2090
+ UpdateBasePathMappingCommandOutput,
2091
+ | Cause.TimeoutException
2092
+ | SdkError
2093
+ | BadRequestError
2094
+ | ConflictError
2095
+ | LimitExceededError
2096
+ | NotFoundError
2097
+ | TooManyRequestsError
2098
+ | UnauthorizedError
2099
+ >;
2100
+
2101
+ /**
2102
+ * @see {@link UpdateClientCertificateCommand}
2103
+ */
2104
+ updateClientCertificate(
2105
+ args: UpdateClientCertificateCommandInput,
2106
+ options?: HttpHandlerOptions,
2107
+ ): Effect.Effect<
2108
+ UpdateClientCertificateCommandOutput,
2109
+ | Cause.TimeoutException
2110
+ | SdkError
2111
+ | BadRequestError
2112
+ | ConflictError
2113
+ | LimitExceededError
2114
+ | NotFoundError
2115
+ | TooManyRequestsError
2116
+ | UnauthorizedError
2117
+ >;
2118
+
2119
+ /**
2120
+ * @see {@link UpdateDeploymentCommand}
2121
+ */
2122
+ updateDeployment(
2123
+ args: UpdateDeploymentCommandInput,
2124
+ options?: HttpHandlerOptions,
2125
+ ): Effect.Effect<
2126
+ UpdateDeploymentCommandOutput,
2127
+ | Cause.TimeoutException
2128
+ | SdkError
2129
+ | BadRequestError
2130
+ | ConflictError
2131
+ | LimitExceededError
2132
+ | NotFoundError
2133
+ | ServiceUnavailableError
2134
+ | TooManyRequestsError
2135
+ | UnauthorizedError
2136
+ >;
2137
+
2138
+ /**
2139
+ * @see {@link UpdateDocumentationPartCommand}
2140
+ */
2141
+ updateDocumentationPart(
2142
+ args: UpdateDocumentationPartCommandInput,
2143
+ options?: HttpHandlerOptions,
2144
+ ): Effect.Effect<
2145
+ UpdateDocumentationPartCommandOutput,
2146
+ | Cause.TimeoutException
2147
+ | SdkError
2148
+ | BadRequestError
2149
+ | ConflictError
2150
+ | LimitExceededError
2151
+ | NotFoundError
2152
+ | TooManyRequestsError
2153
+ | UnauthorizedError
2154
+ >;
2155
+
2156
+ /**
2157
+ * @see {@link UpdateDocumentationVersionCommand}
2158
+ */
2159
+ updateDocumentationVersion(
2160
+ args: UpdateDocumentationVersionCommandInput,
2161
+ options?: HttpHandlerOptions,
2162
+ ): Effect.Effect<
2163
+ UpdateDocumentationVersionCommandOutput,
2164
+ | Cause.TimeoutException
2165
+ | SdkError
2166
+ | BadRequestError
2167
+ | ConflictError
2168
+ | LimitExceededError
2169
+ | NotFoundError
2170
+ | TooManyRequestsError
2171
+ | UnauthorizedError
2172
+ >;
2173
+
2174
+ /**
2175
+ * @see {@link UpdateDomainNameCommand}
2176
+ */
2177
+ updateDomainName(
2178
+ args: UpdateDomainNameCommandInput,
2179
+ options?: HttpHandlerOptions,
2180
+ ): Effect.Effect<
2181
+ UpdateDomainNameCommandOutput,
2182
+ | Cause.TimeoutException
2183
+ | SdkError
2184
+ | BadRequestError
2185
+ | ConflictError
2186
+ | LimitExceededError
2187
+ | NotFoundError
2188
+ | TooManyRequestsError
2189
+ | UnauthorizedError
2190
+ >;
2191
+
2192
+ /**
2193
+ * @see {@link UpdateGatewayResponseCommand}
2194
+ */
2195
+ updateGatewayResponse(
2196
+ args: UpdateGatewayResponseCommandInput,
2197
+ options?: HttpHandlerOptions,
2198
+ ): Effect.Effect<
2199
+ UpdateGatewayResponseCommandOutput,
2200
+ | Cause.TimeoutException
2201
+ | SdkError
2202
+ | BadRequestError
2203
+ | ConflictError
2204
+ | LimitExceededError
2205
+ | NotFoundError
2206
+ | TooManyRequestsError
2207
+ | UnauthorizedError
2208
+ >;
2209
+
2210
+ /**
2211
+ * @see {@link UpdateIntegrationCommand}
2212
+ */
2213
+ updateIntegration(
2214
+ args: UpdateIntegrationCommandInput,
2215
+ options?: HttpHandlerOptions,
2216
+ ): Effect.Effect<
2217
+ UpdateIntegrationCommandOutput,
2218
+ | Cause.TimeoutException
2219
+ | SdkError
2220
+ | BadRequestError
2221
+ | ConflictError
2222
+ | LimitExceededError
2223
+ | NotFoundError
2224
+ | TooManyRequestsError
2225
+ | UnauthorizedError
2226
+ >;
2227
+
2228
+ /**
2229
+ * @see {@link UpdateIntegrationResponseCommand}
2230
+ */
2231
+ updateIntegrationResponse(
2232
+ args: UpdateIntegrationResponseCommandInput,
2233
+ options?: HttpHandlerOptions,
2234
+ ): Effect.Effect<
2235
+ UpdateIntegrationResponseCommandOutput,
2236
+ | Cause.TimeoutException
2237
+ | SdkError
2238
+ | BadRequestError
2239
+ | ConflictError
2240
+ | LimitExceededError
2241
+ | NotFoundError
2242
+ | TooManyRequestsError
2243
+ | UnauthorizedError
2244
+ >;
2245
+
2246
+ /**
2247
+ * @see {@link UpdateMethodCommand}
2248
+ */
2249
+ updateMethod(
2250
+ args: UpdateMethodCommandInput,
2251
+ options?: HttpHandlerOptions,
2252
+ ): Effect.Effect<
2253
+ UpdateMethodCommandOutput,
2254
+ | Cause.TimeoutException
2255
+ | SdkError
2256
+ | BadRequestError
2257
+ | ConflictError
2258
+ | NotFoundError
2259
+ | TooManyRequestsError
2260
+ | UnauthorizedError
2261
+ >;
2262
+
2263
+ /**
2264
+ * @see {@link UpdateMethodResponseCommand}
2265
+ */
2266
+ updateMethodResponse(
2267
+ args: UpdateMethodResponseCommandInput,
2268
+ options?: HttpHandlerOptions,
2269
+ ): Effect.Effect<
2270
+ UpdateMethodResponseCommandOutput,
2271
+ | Cause.TimeoutException
2272
+ | SdkError
2273
+ | BadRequestError
2274
+ | ConflictError
2275
+ | LimitExceededError
2276
+ | NotFoundError
2277
+ | TooManyRequestsError
2278
+ | UnauthorizedError
2279
+ >;
2280
+
2281
+ /**
2282
+ * @see {@link UpdateModelCommand}
2283
+ */
2284
+ updateModel(
2285
+ args: UpdateModelCommandInput,
2286
+ options?: HttpHandlerOptions,
2287
+ ): Effect.Effect<
2288
+ UpdateModelCommandOutput,
2289
+ | Cause.TimeoutException
2290
+ | SdkError
2291
+ | BadRequestError
2292
+ | ConflictError
2293
+ | LimitExceededError
2294
+ | NotFoundError
2295
+ | TooManyRequestsError
2296
+ | UnauthorizedError
2297
+ >;
2298
+
2299
+ /**
2300
+ * @see {@link UpdateRequestValidatorCommand}
2301
+ */
2302
+ updateRequestValidator(
2303
+ args: UpdateRequestValidatorCommandInput,
2304
+ options?: HttpHandlerOptions,
2305
+ ): Effect.Effect<
2306
+ UpdateRequestValidatorCommandOutput,
2307
+ | Cause.TimeoutException
2308
+ | SdkError
2309
+ | BadRequestError
2310
+ | ConflictError
2311
+ | LimitExceededError
2312
+ | NotFoundError
2313
+ | TooManyRequestsError
2314
+ | UnauthorizedError
2315
+ >;
2316
+
2317
+ /**
2318
+ * @see {@link UpdateResourceCommand}
2319
+ */
2320
+ updateResource(
2321
+ args: UpdateResourceCommandInput,
2322
+ options?: HttpHandlerOptions,
2323
+ ): Effect.Effect<
2324
+ UpdateResourceCommandOutput,
2325
+ | Cause.TimeoutException
2326
+ | SdkError
2327
+ | BadRequestError
2328
+ | ConflictError
2329
+ | NotFoundError
2330
+ | TooManyRequestsError
2331
+ | UnauthorizedError
2332
+ >;
2333
+
2334
+ /**
2335
+ * @see {@link UpdateRestApiCommand}
2336
+ */
2337
+ updateRestApi(
2338
+ args: UpdateRestApiCommandInput,
2339
+ options?: HttpHandlerOptions,
2340
+ ): Effect.Effect<
2341
+ UpdateRestApiCommandOutput,
2342
+ | Cause.TimeoutException
2343
+ | SdkError
2344
+ | BadRequestError
2345
+ | ConflictError
2346
+ | LimitExceededError
2347
+ | NotFoundError
2348
+ | TooManyRequestsError
2349
+ | UnauthorizedError
2350
+ >;
2351
+
2352
+ /**
2353
+ * @see {@link UpdateStageCommand}
2354
+ */
2355
+ updateStage(
2356
+ args: UpdateStageCommandInput,
2357
+ options?: HttpHandlerOptions,
2358
+ ): Effect.Effect<
2359
+ UpdateStageCommandOutput,
2360
+ | Cause.TimeoutException
2361
+ | SdkError
2362
+ | BadRequestError
2363
+ | ConflictError
2364
+ | LimitExceededError
2365
+ | NotFoundError
2366
+ | TooManyRequestsError
2367
+ | UnauthorizedError
2368
+ >;
2369
+
2370
+ /**
2371
+ * @see {@link UpdateUsageCommand}
2372
+ */
2373
+ updateUsage(
2374
+ args: UpdateUsageCommandInput,
2375
+ options?: HttpHandlerOptions,
2376
+ ): Effect.Effect<
2377
+ UpdateUsageCommandOutput,
2378
+ | Cause.TimeoutException
2379
+ | SdkError
2380
+ | BadRequestError
2381
+ | ConflictError
2382
+ | LimitExceededError
2383
+ | NotFoundError
2384
+ | TooManyRequestsError
2385
+ | UnauthorizedError
2386
+ >;
2387
+
2388
+ /**
2389
+ * @see {@link UpdateUsagePlanCommand}
2390
+ */
2391
+ updateUsagePlan(
2392
+ args: UpdateUsagePlanCommandInput,
2393
+ options?: HttpHandlerOptions,
2394
+ ): Effect.Effect<
2395
+ UpdateUsagePlanCommandOutput,
2396
+ | Cause.TimeoutException
2397
+ | SdkError
2398
+ | BadRequestError
2399
+ | ConflictError
2400
+ | LimitExceededError
2401
+ | NotFoundError
2402
+ | TooManyRequestsError
2403
+ | UnauthorizedError
2404
+ >;
2405
+
2406
+ /**
2407
+ * @see {@link UpdateVpcLinkCommand}
2408
+ */
2409
+ updateVpcLink(
2410
+ args: UpdateVpcLinkCommandInput,
2411
+ options?: HttpHandlerOptions,
2412
+ ): Effect.Effect<
2413
+ UpdateVpcLinkCommandOutput,
2414
+ | Cause.TimeoutException
2415
+ | SdkError
2416
+ | BadRequestError
2417
+ | ConflictError
2418
+ | LimitExceededError
2419
+ | NotFoundError
2420
+ | TooManyRequestsError
2421
+ | UnauthorizedError
2422
+ >;
2423
+ }
2424
+
2425
+ /**
2426
+ * @since 1.0.0
2427
+ * @category constructors
2428
+ */
2429
+ export const makeAPIGatewayService = Effect.gen(function*() {
2430
+ const client = yield* Instance.APIGatewayClientInstance;
2431
+
2432
+ return yield* Service.fromClientAndCommands<APIGatewayService$>(
2433
+ client,
2434
+ commands,
2435
+ {
2436
+ errorTags: AllServiceErrors,
2437
+ resolveClientConfig: APIGatewayServiceConfig.toAPIGatewayClientConfig,
2438
+ },
2439
+ );
2440
+ });
2441
+
2442
+ /**
2443
+ * @since 1.0.0
2444
+ * @category models
2445
+ */
2446
+ export class APIGatewayService extends Effect.Tag("@effect-aws/client-api-gateway/APIGatewayService")<
2447
+ APIGatewayService,
2448
+ APIGatewayService$
2449
+ >() {
2450
+ static readonly defaultLayer = Layer.effect(this, makeAPIGatewayService).pipe(Layer.provide(Instance.layer));
2451
+ static readonly layer = (config: APIGatewayService.Config) =>
2452
+ Layer.effect(this, makeAPIGatewayService).pipe(
2453
+ Layer.provide(Instance.layer),
2454
+ Layer.provide(APIGatewayServiceConfig.setAPIGatewayServiceConfig(config)),
2455
+ );
2456
+ static readonly baseLayer = (
2457
+ evaluate: (defaultConfig: APIGatewayClientConfig) => APIGatewayClient,
2458
+ ) =>
2459
+ Layer.effect(this, makeAPIGatewayService).pipe(
2460
+ Layer.provide(
2461
+ Layer.effect(
2462
+ Instance.APIGatewayClientInstance,
2463
+ Effect.map(APIGatewayServiceConfig.toAPIGatewayClientConfig, evaluate),
2464
+ ),
2465
+ ),
2466
+ );
2467
+ }
2468
+
2469
+ /**
2470
+ * @since 1.0.0
2471
+ */
2472
+ export declare namespace APIGatewayService {
2473
+ /**
2474
+ * @since 1.0.0
2475
+ */
2476
+ export interface Config extends Omit<APIGatewayClientConfig, "logger"> {
2477
+ readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
2478
+ }
2479
+ }