@@ -68,6 +68,16 @@ import {
6868 CreateIntegrationResponseCommandOutput ,
6969} from "./commands/CreateIntegrationResponseCommand" ;
7070import { CreateModelCommandInput , CreateModelCommandOutput } from "./commands/CreateModelCommand" ;
71+ import { CreatePortalCommandInput , CreatePortalCommandOutput } from "./commands/CreatePortalCommand" ;
72+ import {
73+ CreatePortalProductCommandInput ,
74+ CreatePortalProductCommandOutput ,
75+ } from "./commands/CreatePortalProductCommand" ;
76+ import { CreateProductPageCommandInput , CreateProductPageCommandOutput } from "./commands/CreateProductPageCommand" ;
77+ import {
78+ CreateProductRestEndpointPageCommandInput ,
79+ CreateProductRestEndpointPageCommandOutput ,
80+ } from "./commands/CreateProductRestEndpointPageCommand" ;
7181import { CreateRouteCommandInput , CreateRouteCommandOutput } from "./commands/CreateRouteCommand" ;
7282import {
7383 CreateRouteResponseCommandInput ,
@@ -95,6 +105,20 @@ import {
95105 DeleteIntegrationResponseCommandOutput ,
96106} from "./commands/DeleteIntegrationResponseCommand" ;
97107import { DeleteModelCommandInput , DeleteModelCommandOutput } from "./commands/DeleteModelCommand" ;
108+ import { DeletePortalCommandInput , DeletePortalCommandOutput } from "./commands/DeletePortalCommand" ;
109+ import {
110+ DeletePortalProductCommandInput ,
111+ DeletePortalProductCommandOutput ,
112+ } from "./commands/DeletePortalProductCommand" ;
113+ import {
114+ DeletePortalProductSharingPolicyCommandInput ,
115+ DeletePortalProductSharingPolicyCommandOutput ,
116+ } from "./commands/DeletePortalProductSharingPolicyCommand" ;
117+ import { DeleteProductPageCommandInput , DeleteProductPageCommandOutput } from "./commands/DeleteProductPageCommand" ;
118+ import {
119+ DeleteProductRestEndpointPageCommandInput ,
120+ DeleteProductRestEndpointPageCommandOutput ,
121+ } from "./commands/DeleteProductRestEndpointPageCommand" ;
98122import { DeleteRouteCommandInput , DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand" ;
99123import {
100124 DeleteRouteRequestParameterCommandInput ,
@@ -111,6 +135,7 @@ import {
111135import { DeleteRoutingRuleCommandInput , DeleteRoutingRuleCommandOutput } from "./commands/DeleteRoutingRuleCommand" ;
112136import { DeleteStageCommandInput , DeleteStageCommandOutput } from "./commands/DeleteStageCommand" ;
113137import { DeleteVpcLinkCommandInput , DeleteVpcLinkCommandOutput } from "./commands/DeleteVpcLinkCommand" ;
138+ import { DisablePortalCommandInput , DisablePortalCommandOutput } from "./commands/DisablePortalCommand" ;
114139import { ExportApiCommandInput , ExportApiCommandOutput } from "./commands/ExportApiCommand" ;
115140import { GetApiCommandInput , GetApiCommandOutput } from "./commands/GetApiCommand" ;
116141import { GetApiMappingCommandInput , GetApiMappingCommandOutput } from "./commands/GetApiMappingCommand" ;
@@ -135,6 +160,17 @@ import { GetIntegrationsCommandInput, GetIntegrationsCommandOutput } from "./com
135160import { GetModelCommandInput , GetModelCommandOutput } from "./commands/GetModelCommand" ;
136161import { GetModelsCommandInput , GetModelsCommandOutput } from "./commands/GetModelsCommand" ;
137162import { GetModelTemplateCommandInput , GetModelTemplateCommandOutput } from "./commands/GetModelTemplateCommand" ;
163+ import { GetPortalCommandInput , GetPortalCommandOutput } from "./commands/GetPortalCommand" ;
164+ import { GetPortalProductCommandInput , GetPortalProductCommandOutput } from "./commands/GetPortalProductCommand" ;
165+ import {
166+ GetPortalProductSharingPolicyCommandInput ,
167+ GetPortalProductSharingPolicyCommandOutput ,
168+ } from "./commands/GetPortalProductSharingPolicyCommand" ;
169+ import { GetProductPageCommandInput , GetProductPageCommandOutput } from "./commands/GetProductPageCommand" ;
170+ import {
171+ GetProductRestEndpointPageCommandInput ,
172+ GetProductRestEndpointPageCommandOutput ,
173+ } from "./commands/GetProductRestEndpointPageCommand" ;
138174import { GetRouteCommandInput , GetRouteCommandOutput } from "./commands/GetRouteCommand" ;
139175import { GetRouteResponseCommandInput , GetRouteResponseCommandOutput } from "./commands/GetRouteResponseCommand" ;
140176import { GetRouteResponsesCommandInput , GetRouteResponsesCommandOutput } from "./commands/GetRouteResponsesCommand" ;
@@ -146,7 +182,20 @@ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCom
146182import { GetVpcLinkCommandInput , GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand" ;
147183import { GetVpcLinksCommandInput , GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand" ;
148184import { ImportApiCommandInput , ImportApiCommandOutput } from "./commands/ImportApiCommand" ;
185+ import { ListPortalProductsCommandInput , ListPortalProductsCommandOutput } from "./commands/ListPortalProductsCommand" ;
186+ import { ListPortalsCommandInput , ListPortalsCommandOutput } from "./commands/ListPortalsCommand" ;
187+ import { ListProductPagesCommandInput , ListProductPagesCommandOutput } from "./commands/ListProductPagesCommand" ;
188+ import {
189+ ListProductRestEndpointPagesCommandInput ,
190+ ListProductRestEndpointPagesCommandOutput ,
191+ } from "./commands/ListProductRestEndpointPagesCommand" ;
149192import { ListRoutingRulesCommandInput , ListRoutingRulesCommandOutput } from "./commands/ListRoutingRulesCommand" ;
193+ import { PreviewPortalCommandInput , PreviewPortalCommandOutput } from "./commands/PreviewPortalCommand" ;
194+ import { PublishPortalCommandInput , PublishPortalCommandOutput } from "./commands/PublishPortalCommand" ;
195+ import {
196+ PutPortalProductSharingPolicyCommandInput ,
197+ PutPortalProductSharingPolicyCommandOutput ,
198+ } from "./commands/PutPortalProductSharingPolicyCommand" ;
150199import { PutRoutingRuleCommandInput , PutRoutingRuleCommandOutput } from "./commands/PutRoutingRuleCommand" ;
151200import { ReimportApiCommandInput , ReimportApiCommandOutput } from "./commands/ReimportApiCommand" ;
152201import {
@@ -166,6 +215,16 @@ import {
166215 UpdateIntegrationResponseCommandOutput ,
167216} from "./commands/UpdateIntegrationResponseCommand" ;
168217import { UpdateModelCommandInput , UpdateModelCommandOutput } from "./commands/UpdateModelCommand" ;
218+ import { UpdatePortalCommandInput , UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand" ;
219+ import {
220+ UpdatePortalProductCommandInput ,
221+ UpdatePortalProductCommandOutput ,
222+ } from "./commands/UpdatePortalProductCommand" ;
223+ import { UpdateProductPageCommandInput , UpdateProductPageCommandOutput } from "./commands/UpdateProductPageCommand" ;
224+ import {
225+ UpdateProductRestEndpointPageCommandInput ,
226+ UpdateProductRestEndpointPageCommandOutput ,
227+ } from "./commands/UpdateProductRestEndpointPageCommand" ;
169228import { UpdateRouteCommandInput , UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand" ;
170229import {
171230 UpdateRouteResponseCommandInput ,
@@ -196,6 +255,10 @@ export type ServiceInputTypes =
196255 | CreateIntegrationCommandInput
197256 | CreateIntegrationResponseCommandInput
198257 | CreateModelCommandInput
258+ | CreatePortalCommandInput
259+ | CreatePortalProductCommandInput
260+ | CreateProductPageCommandInput
261+ | CreateProductRestEndpointPageCommandInput
199262 | CreateRouteCommandInput
200263 | CreateRouteResponseCommandInput
201264 | CreateRoutingRuleCommandInput
@@ -211,13 +274,19 @@ export type ServiceInputTypes =
211274 | DeleteIntegrationCommandInput
212275 | DeleteIntegrationResponseCommandInput
213276 | DeleteModelCommandInput
277+ | DeletePortalCommandInput
278+ | DeletePortalProductCommandInput
279+ | DeletePortalProductSharingPolicyCommandInput
280+ | DeleteProductPageCommandInput
281+ | DeleteProductRestEndpointPageCommandInput
214282 | DeleteRouteCommandInput
215283 | DeleteRouteRequestParameterCommandInput
216284 | DeleteRouteResponseCommandInput
217285 | DeleteRouteSettingsCommandInput
218286 | DeleteRoutingRuleCommandInput
219287 | DeleteStageCommandInput
220288 | DeleteVpcLinkCommandInput
289+ | DisablePortalCommandInput
221290 | ExportApiCommandInput
222291 | GetApiCommandInput
223292 | GetApiMappingCommandInput
@@ -236,6 +305,11 @@ export type ServiceInputTypes =
236305 | GetModelCommandInput
237306 | GetModelTemplateCommandInput
238307 | GetModelsCommandInput
308+ | GetPortalCommandInput
309+ | GetPortalProductCommandInput
310+ | GetPortalProductSharingPolicyCommandInput
311+ | GetProductPageCommandInput
312+ | GetProductRestEndpointPageCommandInput
239313 | GetRouteCommandInput
240314 | GetRouteResponseCommandInput
241315 | GetRouteResponsesCommandInput
@@ -247,7 +321,14 @@ export type ServiceInputTypes =
247321 | GetVpcLinkCommandInput
248322 | GetVpcLinksCommandInput
249323 | ImportApiCommandInput
324+ | ListPortalProductsCommandInput
325+ | ListPortalsCommandInput
326+ | ListProductPagesCommandInput
327+ | ListProductRestEndpointPagesCommandInput
250328 | ListRoutingRulesCommandInput
329+ | PreviewPortalCommandInput
330+ | PublishPortalCommandInput
331+ | PutPortalProductSharingPolicyCommandInput
251332 | PutRoutingRuleCommandInput
252333 | ReimportApiCommandInput
253334 | ResetAuthorizersCacheCommandInput
@@ -261,6 +342,10 @@ export type ServiceInputTypes =
261342 | UpdateIntegrationCommandInput
262343 | UpdateIntegrationResponseCommandInput
263344 | UpdateModelCommandInput
345+ | UpdatePortalCommandInput
346+ | UpdatePortalProductCommandInput
347+ | UpdateProductPageCommandInput
348+ | UpdateProductRestEndpointPageCommandInput
264349 | UpdateRouteCommandInput
265350 | UpdateRouteResponseCommandInput
266351 | UpdateStageCommandInput
@@ -278,6 +363,10 @@ export type ServiceOutputTypes =
278363 | CreateIntegrationCommandOutput
279364 | CreateIntegrationResponseCommandOutput
280365 | CreateModelCommandOutput
366+ | CreatePortalCommandOutput
367+ | CreatePortalProductCommandOutput
368+ | CreateProductPageCommandOutput
369+ | CreateProductRestEndpointPageCommandOutput
281370 | CreateRouteCommandOutput
282371 | CreateRouteResponseCommandOutput
283372 | CreateRoutingRuleCommandOutput
@@ -293,13 +382,19 @@ export type ServiceOutputTypes =
293382 | DeleteIntegrationCommandOutput
294383 | DeleteIntegrationResponseCommandOutput
295384 | DeleteModelCommandOutput
385+ | DeletePortalCommandOutput
386+ | DeletePortalProductCommandOutput
387+ | DeletePortalProductSharingPolicyCommandOutput
388+ | DeleteProductPageCommandOutput
389+ | DeleteProductRestEndpointPageCommandOutput
296390 | DeleteRouteCommandOutput
297391 | DeleteRouteRequestParameterCommandOutput
298392 | DeleteRouteResponseCommandOutput
299393 | DeleteRouteSettingsCommandOutput
300394 | DeleteRoutingRuleCommandOutput
301395 | DeleteStageCommandOutput
302396 | DeleteVpcLinkCommandOutput
397+ | DisablePortalCommandOutput
303398 | ExportApiCommandOutput
304399 | GetApiCommandOutput
305400 | GetApiMappingCommandOutput
@@ -318,6 +413,11 @@ export type ServiceOutputTypes =
318413 | GetModelCommandOutput
319414 | GetModelTemplateCommandOutput
320415 | GetModelsCommandOutput
416+ | GetPortalCommandOutput
417+ | GetPortalProductCommandOutput
418+ | GetPortalProductSharingPolicyCommandOutput
419+ | GetProductPageCommandOutput
420+ | GetProductRestEndpointPageCommandOutput
321421 | GetRouteCommandOutput
322422 | GetRouteResponseCommandOutput
323423 | GetRouteResponsesCommandOutput
@@ -329,7 +429,14 @@ export type ServiceOutputTypes =
329429 | GetVpcLinkCommandOutput
330430 | GetVpcLinksCommandOutput
331431 | ImportApiCommandOutput
432+ | ListPortalProductsCommandOutput
433+ | ListPortalsCommandOutput
434+ | ListProductPagesCommandOutput
435+ | ListProductRestEndpointPagesCommandOutput
332436 | ListRoutingRulesCommandOutput
437+ | PreviewPortalCommandOutput
438+ | PublishPortalCommandOutput
439+ | PutPortalProductSharingPolicyCommandOutput
333440 | PutRoutingRuleCommandOutput
334441 | ReimportApiCommandOutput
335442 | ResetAuthorizersCacheCommandOutput
@@ -343,6 +450,10 @@ export type ServiceOutputTypes =
343450 | UpdateIntegrationCommandOutput
344451 | UpdateIntegrationResponseCommandOutput
345452 | UpdateModelCommandOutput
453+ | UpdatePortalCommandOutput
454+ | UpdatePortalProductCommandOutput
455+ | UpdateProductPageCommandOutput
456+ | UpdateProductRestEndpointPageCommandOutput
346457 | UpdateRouteCommandOutput
347458 | UpdateRouteResponseCommandOutput
348459 | UpdateStageCommandOutput
0 commit comments