@effect-aws/client-api-gateway-v2 1.10.6 → 1.10.9
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/dist/cjs/ApiGatewayV2Service.d.ts +105 -1
- package/dist/cjs/ApiGatewayV2Service.d.ts.map +1 -1
- package/dist/cjs/ApiGatewayV2Service.js +26 -0
- package/dist/cjs/ApiGatewayV2Service.js.map +1 -1
- package/dist/dts/ApiGatewayV2Service.d.ts +105 -1
- package/dist/dts/ApiGatewayV2Service.d.ts.map +1 -1
- package/dist/esm/ApiGatewayV2Service.js +27 -1
- package/dist/esm/ApiGatewayV2Service.js.map +1 -1
- package/package.json +2 -2
- package/src/ApiGatewayV2Service.ts +414 -0
|
@@ -28,6 +28,18 @@ import {
|
|
|
28
28
|
CreateModelCommand,
|
|
29
29
|
type CreateModelCommandInput,
|
|
30
30
|
type CreateModelCommandOutput,
|
|
31
|
+
CreatePortalCommand,
|
|
32
|
+
type CreatePortalCommandInput,
|
|
33
|
+
type CreatePortalCommandOutput,
|
|
34
|
+
CreatePortalProductCommand,
|
|
35
|
+
type CreatePortalProductCommandInput,
|
|
36
|
+
type CreatePortalProductCommandOutput,
|
|
37
|
+
CreateProductPageCommand,
|
|
38
|
+
type CreateProductPageCommandInput,
|
|
39
|
+
type CreateProductPageCommandOutput,
|
|
40
|
+
CreateProductRestEndpointPageCommand,
|
|
41
|
+
type CreateProductRestEndpointPageCommandInput,
|
|
42
|
+
type CreateProductRestEndpointPageCommandOutput,
|
|
31
43
|
CreateRouteCommand,
|
|
32
44
|
type CreateRouteCommandInput,
|
|
33
45
|
type CreateRouteCommandOutput,
|
|
@@ -73,6 +85,21 @@ import {
|
|
|
73
85
|
DeleteModelCommand,
|
|
74
86
|
type DeleteModelCommandInput,
|
|
75
87
|
type DeleteModelCommandOutput,
|
|
88
|
+
DeletePortalCommand,
|
|
89
|
+
type DeletePortalCommandInput,
|
|
90
|
+
type DeletePortalCommandOutput,
|
|
91
|
+
DeletePortalProductCommand,
|
|
92
|
+
type DeletePortalProductCommandInput,
|
|
93
|
+
type DeletePortalProductCommandOutput,
|
|
94
|
+
DeletePortalProductSharingPolicyCommand,
|
|
95
|
+
type DeletePortalProductSharingPolicyCommandInput,
|
|
96
|
+
type DeletePortalProductSharingPolicyCommandOutput,
|
|
97
|
+
DeleteProductPageCommand,
|
|
98
|
+
type DeleteProductPageCommandInput,
|
|
99
|
+
type DeleteProductPageCommandOutput,
|
|
100
|
+
DeleteProductRestEndpointPageCommand,
|
|
101
|
+
type DeleteProductRestEndpointPageCommandInput,
|
|
102
|
+
type DeleteProductRestEndpointPageCommandOutput,
|
|
76
103
|
DeleteRouteCommand,
|
|
77
104
|
type DeleteRouteCommandInput,
|
|
78
105
|
type DeleteRouteCommandOutput,
|
|
@@ -94,6 +121,9 @@ import {
|
|
|
94
121
|
DeleteVpcLinkCommand,
|
|
95
122
|
type DeleteVpcLinkCommandInput,
|
|
96
123
|
type DeleteVpcLinkCommandOutput,
|
|
124
|
+
DisablePortalCommand,
|
|
125
|
+
type DisablePortalCommandInput,
|
|
126
|
+
type DisablePortalCommandOutput,
|
|
97
127
|
ExportApiCommand,
|
|
98
128
|
type ExportApiCommandInput,
|
|
99
129
|
type ExportApiCommandOutput,
|
|
@@ -148,6 +178,21 @@ import {
|
|
|
148
178
|
GetModelTemplateCommand,
|
|
149
179
|
type GetModelTemplateCommandInput,
|
|
150
180
|
type GetModelTemplateCommandOutput,
|
|
181
|
+
GetPortalCommand,
|
|
182
|
+
type GetPortalCommandInput,
|
|
183
|
+
type GetPortalCommandOutput,
|
|
184
|
+
GetPortalProductCommand,
|
|
185
|
+
type GetPortalProductCommandInput,
|
|
186
|
+
type GetPortalProductCommandOutput,
|
|
187
|
+
GetPortalProductSharingPolicyCommand,
|
|
188
|
+
type GetPortalProductSharingPolicyCommandInput,
|
|
189
|
+
type GetPortalProductSharingPolicyCommandOutput,
|
|
190
|
+
GetProductPageCommand,
|
|
191
|
+
type GetProductPageCommandInput,
|
|
192
|
+
type GetProductPageCommandOutput,
|
|
193
|
+
GetProductRestEndpointPageCommand,
|
|
194
|
+
type GetProductRestEndpointPageCommandInput,
|
|
195
|
+
type GetProductRestEndpointPageCommandOutput,
|
|
151
196
|
GetRouteCommand,
|
|
152
197
|
type GetRouteCommandInput,
|
|
153
198
|
type GetRouteCommandOutput,
|
|
@@ -181,9 +226,30 @@ import {
|
|
|
181
226
|
ImportApiCommand,
|
|
182
227
|
type ImportApiCommandInput,
|
|
183
228
|
type ImportApiCommandOutput,
|
|
229
|
+
ListPortalProductsCommand,
|
|
230
|
+
type ListPortalProductsCommandInput,
|
|
231
|
+
type ListPortalProductsCommandOutput,
|
|
232
|
+
ListPortalsCommand,
|
|
233
|
+
type ListPortalsCommandInput,
|
|
234
|
+
type ListPortalsCommandOutput,
|
|
235
|
+
ListProductPagesCommand,
|
|
236
|
+
type ListProductPagesCommandInput,
|
|
237
|
+
type ListProductPagesCommandOutput,
|
|
238
|
+
ListProductRestEndpointPagesCommand,
|
|
239
|
+
type ListProductRestEndpointPagesCommandInput,
|
|
240
|
+
type ListProductRestEndpointPagesCommandOutput,
|
|
184
241
|
ListRoutingRulesCommand,
|
|
185
242
|
type ListRoutingRulesCommandInput,
|
|
186
243
|
type ListRoutingRulesCommandOutput,
|
|
244
|
+
PreviewPortalCommand,
|
|
245
|
+
type PreviewPortalCommandInput,
|
|
246
|
+
type PreviewPortalCommandOutput,
|
|
247
|
+
PublishPortalCommand,
|
|
248
|
+
type PublishPortalCommandInput,
|
|
249
|
+
type PublishPortalCommandOutput,
|
|
250
|
+
PutPortalProductSharingPolicyCommand,
|
|
251
|
+
type PutPortalProductSharingPolicyCommandInput,
|
|
252
|
+
type PutPortalProductSharingPolicyCommandOutput,
|
|
187
253
|
PutRoutingRuleCommand,
|
|
188
254
|
type PutRoutingRuleCommandInput,
|
|
189
255
|
type PutRoutingRuleCommandOutput,
|
|
@@ -223,6 +289,18 @@ import {
|
|
|
223
289
|
UpdateModelCommand,
|
|
224
290
|
type UpdateModelCommandInput,
|
|
225
291
|
type UpdateModelCommandOutput,
|
|
292
|
+
UpdatePortalCommand,
|
|
293
|
+
type UpdatePortalCommandInput,
|
|
294
|
+
type UpdatePortalCommandOutput,
|
|
295
|
+
UpdatePortalProductCommand,
|
|
296
|
+
type UpdatePortalProductCommandInput,
|
|
297
|
+
type UpdatePortalProductCommandOutput,
|
|
298
|
+
UpdateProductPageCommand,
|
|
299
|
+
type UpdateProductPageCommandInput,
|
|
300
|
+
type UpdateProductPageCommandOutput,
|
|
301
|
+
UpdateProductRestEndpointPageCommand,
|
|
302
|
+
type UpdateProductRestEndpointPageCommandInput,
|
|
303
|
+
type UpdateProductRestEndpointPageCommandOutput,
|
|
226
304
|
UpdateRouteCommand,
|
|
227
305
|
type UpdateRouteCommandInput,
|
|
228
306
|
type UpdateRouteCommandOutput,
|
|
@@ -261,6 +339,10 @@ const commands = {
|
|
|
261
339
|
CreateIntegrationCommand,
|
|
262
340
|
CreateIntegrationResponseCommand,
|
|
263
341
|
CreateModelCommand,
|
|
342
|
+
CreatePortalCommand,
|
|
343
|
+
CreatePortalProductCommand,
|
|
344
|
+
CreateProductPageCommand,
|
|
345
|
+
CreateProductRestEndpointPageCommand,
|
|
264
346
|
CreateRouteCommand,
|
|
265
347
|
CreateRouteResponseCommand,
|
|
266
348
|
CreateRoutingRuleCommand,
|
|
@@ -276,6 +358,11 @@ const commands = {
|
|
|
276
358
|
DeleteIntegrationCommand,
|
|
277
359
|
DeleteIntegrationResponseCommand,
|
|
278
360
|
DeleteModelCommand,
|
|
361
|
+
DeletePortalCommand,
|
|
362
|
+
DeletePortalProductCommand,
|
|
363
|
+
DeletePortalProductSharingPolicyCommand,
|
|
364
|
+
DeleteProductPageCommand,
|
|
365
|
+
DeleteProductRestEndpointPageCommand,
|
|
279
366
|
DeleteRouteCommand,
|
|
280
367
|
DeleteRouteRequestParameterCommand,
|
|
281
368
|
DeleteRouteResponseCommand,
|
|
@@ -283,6 +370,7 @@ const commands = {
|
|
|
283
370
|
DeleteRoutingRuleCommand,
|
|
284
371
|
DeleteStageCommand,
|
|
285
372
|
DeleteVpcLinkCommand,
|
|
373
|
+
DisablePortalCommand,
|
|
286
374
|
ExportApiCommand,
|
|
287
375
|
GetApiCommand,
|
|
288
376
|
GetApiMappingCommand,
|
|
@@ -301,6 +389,11 @@ const commands = {
|
|
|
301
389
|
GetModelCommand,
|
|
302
390
|
GetModelTemplateCommand,
|
|
303
391
|
GetModelsCommand,
|
|
392
|
+
GetPortalCommand,
|
|
393
|
+
GetPortalProductCommand,
|
|
394
|
+
GetPortalProductSharingPolicyCommand,
|
|
395
|
+
GetProductPageCommand,
|
|
396
|
+
GetProductRestEndpointPageCommand,
|
|
304
397
|
GetRouteCommand,
|
|
305
398
|
GetRouteResponseCommand,
|
|
306
399
|
GetRouteResponsesCommand,
|
|
@@ -312,7 +405,14 @@ const commands = {
|
|
|
312
405
|
GetVpcLinkCommand,
|
|
313
406
|
GetVpcLinksCommand,
|
|
314
407
|
ImportApiCommand,
|
|
408
|
+
ListPortalProductsCommand,
|
|
409
|
+
ListPortalsCommand,
|
|
410
|
+
ListProductPagesCommand,
|
|
411
|
+
ListProductRestEndpointPagesCommand,
|
|
315
412
|
ListRoutingRulesCommand,
|
|
413
|
+
PreviewPortalCommand,
|
|
414
|
+
PublishPortalCommand,
|
|
415
|
+
PutPortalProductSharingPolicyCommand,
|
|
316
416
|
PutRoutingRuleCommand,
|
|
317
417
|
ReimportApiCommand,
|
|
318
418
|
ResetAuthorizersCacheCommand,
|
|
@@ -326,6 +426,10 @@ const commands = {
|
|
|
326
426
|
UpdateIntegrationCommand,
|
|
327
427
|
UpdateIntegrationResponseCommand,
|
|
328
428
|
UpdateModelCommand,
|
|
429
|
+
UpdatePortalCommand,
|
|
430
|
+
UpdatePortalProductCommand,
|
|
431
|
+
UpdateProductPageCommand,
|
|
432
|
+
UpdateProductRestEndpointPageCommand,
|
|
329
433
|
UpdateRouteCommand,
|
|
330
434
|
UpdateRouteResponseCommand,
|
|
331
435
|
UpdateStageCommand,
|
|
@@ -429,6 +533,50 @@ interface ApiGatewayV2Service$ {
|
|
|
429
533
|
Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError
|
|
430
534
|
>;
|
|
431
535
|
|
|
536
|
+
/**
|
|
537
|
+
* @see {@link CreatePortalCommand}
|
|
538
|
+
*/
|
|
539
|
+
createPortal(
|
|
540
|
+
args: CreatePortalCommandInput,
|
|
541
|
+
options?: HttpHandlerOptions,
|
|
542
|
+
): Effect.Effect<
|
|
543
|
+
CreatePortalCommandOutput,
|
|
544
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | TooManyRequestsError
|
|
545
|
+
>;
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* @see {@link CreatePortalProductCommand}
|
|
549
|
+
*/
|
|
550
|
+
createPortalProduct(
|
|
551
|
+
args: CreatePortalProductCommandInput,
|
|
552
|
+
options?: HttpHandlerOptions,
|
|
553
|
+
): Effect.Effect<
|
|
554
|
+
CreatePortalProductCommandOutput,
|
|
555
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | TooManyRequestsError
|
|
556
|
+
>;
|
|
557
|
+
|
|
558
|
+
/**
|
|
559
|
+
* @see {@link CreateProductPageCommand}
|
|
560
|
+
*/
|
|
561
|
+
createProductPage(
|
|
562
|
+
args: CreateProductPageCommandInput,
|
|
563
|
+
options?: HttpHandlerOptions,
|
|
564
|
+
): Effect.Effect<
|
|
565
|
+
CreateProductPageCommandOutput,
|
|
566
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
567
|
+
>;
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* @see {@link CreateProductRestEndpointPageCommand}
|
|
571
|
+
*/
|
|
572
|
+
createProductRestEndpointPage(
|
|
573
|
+
args: CreateProductRestEndpointPageCommandInput,
|
|
574
|
+
options?: HttpHandlerOptions,
|
|
575
|
+
): Effect.Effect<
|
|
576
|
+
CreateProductRestEndpointPageCommandOutput,
|
|
577
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
578
|
+
>;
|
|
579
|
+
|
|
432
580
|
/**
|
|
433
581
|
* @see {@link CreateRouteCommand}
|
|
434
582
|
*/
|
|
@@ -594,6 +742,61 @@ interface ApiGatewayV2Service$ {
|
|
|
594
742
|
Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError
|
|
595
743
|
>;
|
|
596
744
|
|
|
745
|
+
/**
|
|
746
|
+
* @see {@link DeletePortalCommand}
|
|
747
|
+
*/
|
|
748
|
+
deletePortal(
|
|
749
|
+
args: DeletePortalCommandInput,
|
|
750
|
+
options?: HttpHandlerOptions,
|
|
751
|
+
): Effect.Effect<
|
|
752
|
+
DeletePortalCommandOutput,
|
|
753
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | TooManyRequestsError
|
|
754
|
+
>;
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* @see {@link DeletePortalProductCommand}
|
|
758
|
+
*/
|
|
759
|
+
deletePortalProduct(
|
|
760
|
+
args: DeletePortalProductCommandInput,
|
|
761
|
+
options?: HttpHandlerOptions,
|
|
762
|
+
): Effect.Effect<
|
|
763
|
+
DeletePortalProductCommandOutput,
|
|
764
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
765
|
+
>;
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* @see {@link DeletePortalProductSharingPolicyCommand}
|
|
769
|
+
*/
|
|
770
|
+
deletePortalProductSharingPolicy(
|
|
771
|
+
args: DeletePortalProductSharingPolicyCommandInput,
|
|
772
|
+
options?: HttpHandlerOptions,
|
|
773
|
+
): Effect.Effect<
|
|
774
|
+
DeletePortalProductSharingPolicyCommandOutput,
|
|
775
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
776
|
+
>;
|
|
777
|
+
|
|
778
|
+
/**
|
|
779
|
+
* @see {@link DeleteProductPageCommand}
|
|
780
|
+
*/
|
|
781
|
+
deleteProductPage(
|
|
782
|
+
args: DeleteProductPageCommandInput,
|
|
783
|
+
options?: HttpHandlerOptions,
|
|
784
|
+
): Effect.Effect<
|
|
785
|
+
DeleteProductPageCommandOutput,
|
|
786
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
787
|
+
>;
|
|
788
|
+
|
|
789
|
+
/**
|
|
790
|
+
* @see {@link DeleteProductRestEndpointPageCommand}
|
|
791
|
+
*/
|
|
792
|
+
deleteProductRestEndpointPage(
|
|
793
|
+
args: DeleteProductRestEndpointPageCommandInput,
|
|
794
|
+
options?: HttpHandlerOptions,
|
|
795
|
+
): Effect.Effect<
|
|
796
|
+
DeleteProductRestEndpointPageCommandOutput,
|
|
797
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
798
|
+
>;
|
|
799
|
+
|
|
597
800
|
/**
|
|
598
801
|
* @see {@link DeleteRouteCommand}
|
|
599
802
|
*/
|
|
@@ -671,6 +874,23 @@ interface ApiGatewayV2Service$ {
|
|
|
671
874
|
Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError
|
|
672
875
|
>;
|
|
673
876
|
|
|
877
|
+
/**
|
|
878
|
+
* @see {@link DisablePortalCommand}
|
|
879
|
+
*/
|
|
880
|
+
disablePortal(
|
|
881
|
+
args: DisablePortalCommandInput,
|
|
882
|
+
options?: HttpHandlerOptions,
|
|
883
|
+
): Effect.Effect<
|
|
884
|
+
DisablePortalCommandOutput,
|
|
885
|
+
| Cause.TimeoutException
|
|
886
|
+
| SdkError
|
|
887
|
+
| AccessDeniedError
|
|
888
|
+
| BadRequestError
|
|
889
|
+
| ConflictError
|
|
890
|
+
| NotFoundError
|
|
891
|
+
| TooManyRequestsError
|
|
892
|
+
>;
|
|
893
|
+
|
|
674
894
|
/**
|
|
675
895
|
* @see {@link ExportApiCommand}
|
|
676
896
|
*/
|
|
@@ -869,6 +1089,61 @@ interface ApiGatewayV2Service$ {
|
|
|
869
1089
|
Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
870
1090
|
>;
|
|
871
1091
|
|
|
1092
|
+
/**
|
|
1093
|
+
* @see {@link GetPortalCommand}
|
|
1094
|
+
*/
|
|
1095
|
+
getPortal(
|
|
1096
|
+
args: GetPortalCommandInput,
|
|
1097
|
+
options?: HttpHandlerOptions,
|
|
1098
|
+
): Effect.Effect<
|
|
1099
|
+
GetPortalCommandOutput,
|
|
1100
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1101
|
+
>;
|
|
1102
|
+
|
|
1103
|
+
/**
|
|
1104
|
+
* @see {@link GetPortalProductCommand}
|
|
1105
|
+
*/
|
|
1106
|
+
getPortalProduct(
|
|
1107
|
+
args: GetPortalProductCommandInput,
|
|
1108
|
+
options?: HttpHandlerOptions,
|
|
1109
|
+
): Effect.Effect<
|
|
1110
|
+
GetPortalProductCommandOutput,
|
|
1111
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1112
|
+
>;
|
|
1113
|
+
|
|
1114
|
+
/**
|
|
1115
|
+
* @see {@link GetPortalProductSharingPolicyCommand}
|
|
1116
|
+
*/
|
|
1117
|
+
getPortalProductSharingPolicy(
|
|
1118
|
+
args: GetPortalProductSharingPolicyCommandInput,
|
|
1119
|
+
options?: HttpHandlerOptions,
|
|
1120
|
+
): Effect.Effect<
|
|
1121
|
+
GetPortalProductSharingPolicyCommandOutput,
|
|
1122
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1123
|
+
>;
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* @see {@link GetProductPageCommand}
|
|
1127
|
+
*/
|
|
1128
|
+
getProductPage(
|
|
1129
|
+
args: GetProductPageCommandInput,
|
|
1130
|
+
options?: HttpHandlerOptions,
|
|
1131
|
+
): Effect.Effect<
|
|
1132
|
+
GetProductPageCommandOutput,
|
|
1133
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1134
|
+
>;
|
|
1135
|
+
|
|
1136
|
+
/**
|
|
1137
|
+
* @see {@link GetProductRestEndpointPageCommand}
|
|
1138
|
+
*/
|
|
1139
|
+
getProductRestEndpointPage(
|
|
1140
|
+
args: GetProductRestEndpointPageCommandInput,
|
|
1141
|
+
options?: HttpHandlerOptions,
|
|
1142
|
+
): Effect.Effect<
|
|
1143
|
+
GetProductRestEndpointPageCommandOutput,
|
|
1144
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1145
|
+
>;
|
|
1146
|
+
|
|
872
1147
|
/**
|
|
873
1148
|
* @see {@link GetRouteCommand}
|
|
874
1149
|
*/
|
|
@@ -990,6 +1265,50 @@ interface ApiGatewayV2Service$ {
|
|
|
990
1265
|
Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError
|
|
991
1266
|
>;
|
|
992
1267
|
|
|
1268
|
+
/**
|
|
1269
|
+
* @see {@link ListPortalProductsCommand}
|
|
1270
|
+
*/
|
|
1271
|
+
listPortalProducts(
|
|
1272
|
+
args: ListPortalProductsCommandInput,
|
|
1273
|
+
options?: HttpHandlerOptions,
|
|
1274
|
+
): Effect.Effect<
|
|
1275
|
+
ListPortalProductsCommandOutput,
|
|
1276
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | TooManyRequestsError
|
|
1277
|
+
>;
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* @see {@link ListPortalsCommand}
|
|
1281
|
+
*/
|
|
1282
|
+
listPortals(
|
|
1283
|
+
args: ListPortalsCommandInput,
|
|
1284
|
+
options?: HttpHandlerOptions,
|
|
1285
|
+
): Effect.Effect<
|
|
1286
|
+
ListPortalsCommandOutput,
|
|
1287
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | TooManyRequestsError
|
|
1288
|
+
>;
|
|
1289
|
+
|
|
1290
|
+
/**
|
|
1291
|
+
* @see {@link ListProductPagesCommand}
|
|
1292
|
+
*/
|
|
1293
|
+
listProductPages(
|
|
1294
|
+
args: ListProductPagesCommandInput,
|
|
1295
|
+
options?: HttpHandlerOptions,
|
|
1296
|
+
): Effect.Effect<
|
|
1297
|
+
ListProductPagesCommandOutput,
|
|
1298
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1299
|
+
>;
|
|
1300
|
+
|
|
1301
|
+
/**
|
|
1302
|
+
* @see {@link ListProductRestEndpointPagesCommand}
|
|
1303
|
+
*/
|
|
1304
|
+
listProductRestEndpointPages(
|
|
1305
|
+
args: ListProductRestEndpointPagesCommandInput,
|
|
1306
|
+
options?: HttpHandlerOptions,
|
|
1307
|
+
): Effect.Effect<
|
|
1308
|
+
ListProductRestEndpointPagesCommandOutput,
|
|
1309
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1310
|
+
>;
|
|
1311
|
+
|
|
993
1312
|
/**
|
|
994
1313
|
* @see {@link ListRoutingRulesCommand}
|
|
995
1314
|
*/
|
|
@@ -1001,6 +1320,51 @@ interface ApiGatewayV2Service$ {
|
|
|
1001
1320
|
Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1002
1321
|
>;
|
|
1003
1322
|
|
|
1323
|
+
/**
|
|
1324
|
+
* @see {@link PreviewPortalCommand}
|
|
1325
|
+
*/
|
|
1326
|
+
previewPortal(
|
|
1327
|
+
args: PreviewPortalCommandInput,
|
|
1328
|
+
options?: HttpHandlerOptions,
|
|
1329
|
+
): Effect.Effect<
|
|
1330
|
+
PreviewPortalCommandOutput,
|
|
1331
|
+
| Cause.TimeoutException
|
|
1332
|
+
| SdkError
|
|
1333
|
+
| AccessDeniedError
|
|
1334
|
+
| BadRequestError
|
|
1335
|
+
| ConflictError
|
|
1336
|
+
| NotFoundError
|
|
1337
|
+
| TooManyRequestsError
|
|
1338
|
+
>;
|
|
1339
|
+
|
|
1340
|
+
/**
|
|
1341
|
+
* @see {@link PublishPortalCommand}
|
|
1342
|
+
*/
|
|
1343
|
+
publishPortal(
|
|
1344
|
+
args: PublishPortalCommandInput,
|
|
1345
|
+
options?: HttpHandlerOptions,
|
|
1346
|
+
): Effect.Effect<
|
|
1347
|
+
PublishPortalCommandOutput,
|
|
1348
|
+
| Cause.TimeoutException
|
|
1349
|
+
| SdkError
|
|
1350
|
+
| AccessDeniedError
|
|
1351
|
+
| BadRequestError
|
|
1352
|
+
| ConflictError
|
|
1353
|
+
| NotFoundError
|
|
1354
|
+
| TooManyRequestsError
|
|
1355
|
+
>;
|
|
1356
|
+
|
|
1357
|
+
/**
|
|
1358
|
+
* @see {@link PutPortalProductSharingPolicyCommand}
|
|
1359
|
+
*/
|
|
1360
|
+
putPortalProductSharingPolicy(
|
|
1361
|
+
args: PutPortalProductSharingPolicyCommandInput,
|
|
1362
|
+
options?: HttpHandlerOptions,
|
|
1363
|
+
): Effect.Effect<
|
|
1364
|
+
PutPortalProductSharingPolicyCommandOutput,
|
|
1365
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1366
|
+
>;
|
|
1367
|
+
|
|
1004
1368
|
/**
|
|
1005
1369
|
* @see {@link PutRoutingRuleCommand}
|
|
1006
1370
|
*/
|
|
@@ -1144,6 +1508,56 @@ interface ApiGatewayV2Service$ {
|
|
|
1144
1508
|
Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError
|
|
1145
1509
|
>;
|
|
1146
1510
|
|
|
1511
|
+
/**
|
|
1512
|
+
* @see {@link UpdatePortalCommand}
|
|
1513
|
+
*/
|
|
1514
|
+
updatePortal(
|
|
1515
|
+
args: UpdatePortalCommandInput,
|
|
1516
|
+
options?: HttpHandlerOptions,
|
|
1517
|
+
): Effect.Effect<
|
|
1518
|
+
UpdatePortalCommandOutput,
|
|
1519
|
+
| Cause.TimeoutException
|
|
1520
|
+
| SdkError
|
|
1521
|
+
| AccessDeniedError
|
|
1522
|
+
| BadRequestError
|
|
1523
|
+
| ConflictError
|
|
1524
|
+
| NotFoundError
|
|
1525
|
+
| TooManyRequestsError
|
|
1526
|
+
>;
|
|
1527
|
+
|
|
1528
|
+
/**
|
|
1529
|
+
* @see {@link UpdatePortalProductCommand}
|
|
1530
|
+
*/
|
|
1531
|
+
updatePortalProduct(
|
|
1532
|
+
args: UpdatePortalProductCommandInput,
|
|
1533
|
+
options?: HttpHandlerOptions,
|
|
1534
|
+
): Effect.Effect<
|
|
1535
|
+
UpdatePortalProductCommandOutput,
|
|
1536
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1537
|
+
>;
|
|
1538
|
+
|
|
1539
|
+
/**
|
|
1540
|
+
* @see {@link UpdateProductPageCommand}
|
|
1541
|
+
*/
|
|
1542
|
+
updateProductPage(
|
|
1543
|
+
args: UpdateProductPageCommandInput,
|
|
1544
|
+
options?: HttpHandlerOptions,
|
|
1545
|
+
): Effect.Effect<
|
|
1546
|
+
UpdateProductPageCommandOutput,
|
|
1547
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1548
|
+
>;
|
|
1549
|
+
|
|
1550
|
+
/**
|
|
1551
|
+
* @see {@link UpdateProductRestEndpointPageCommand}
|
|
1552
|
+
*/
|
|
1553
|
+
updateProductRestEndpointPage(
|
|
1554
|
+
args: UpdateProductRestEndpointPageCommandInput,
|
|
1555
|
+
options?: HttpHandlerOptions,
|
|
1556
|
+
): Effect.Effect<
|
|
1557
|
+
UpdateProductRestEndpointPageCommandOutput,
|
|
1558
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | BadRequestError | NotFoundError | TooManyRequestsError
|
|
1559
|
+
>;
|
|
1560
|
+
|
|
1147
1561
|
/**
|
|
1148
1562
|
* @see {@link UpdateRouteCommand}
|
|
1149
1563
|
*/
|