You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages_generated/vpc/src/v2/api.gen.ts
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ import type {
39
39
DeleteSubnetsRequest,
40
40
DeleteSubnetsResponse,
41
41
DeleteVPCRequest,
42
+
EnableCustomRoutesPropagationRequest,
42
43
EnableDHCPRequest,
43
44
EnableRoutingRequest,
44
45
GetAclRequest,
@@ -312,6 +313,25 @@ export class API extends ParentAPI {
312
313
unmarshalVPC,
313
314
)
314
315
316
+
/**
317
+
* Enable custom routes propagation on a VPC. Enable custom routes propagation on an existing VPC. Note that you will not be able to deactivate it afterwards.
318
+
*
319
+
* @param request - The request {@link EnableCustomRoutesPropagationRequest}
0 commit comments