|
552 | 552 | "members":{
|
553 | 553 | "EndpointType":{
|
554 | 554 | "shape":"ApiGatewayEndpointType",
|
555 |
| - "documentation":"<p>The type of endpoint to use for the API Gateway proxy. If no value is specified in the request, the value is set to <code>REGIONAL</code> by default.</p> <p>If the value is set to <code>PRIVATE</code> in the request, this creates a private API endpoint that is isolated from the public internet. The private endpoint can only be accessed by using Amazon Virtual Private Cloud (Amazon VPC) endpoints for Amazon API Gateway that have been granted access. </p>" |
| 555 | + "documentation":"<p>The type of endpoint to use for the API Gateway proxy. If no value is specified in the request, the value is set to <code>REGIONAL</code> by default.</p> <p>If the value is set to <code>PRIVATE</code> in the request, this creates a private API endpoint that is isolated from the public internet. The private endpoint can only be accessed by using Amazon Virtual Private Cloud (Amazon VPC) interface endpoints for the Amazon API Gateway that has been granted access. For more information about creating a private connection with Refactor Spaces and interface endpoint (Amazon Web Services PrivateLink) availability, see <a href=\"https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/vpc-interface-endpoints.html\">Access Refactor Spaces using an interface endpoint (Amazon Web Services PrivateLink)</a>.</p>" |
556 | 556 | },
|
557 | 557 | "StageName":{
|
558 | 558 | "shape":"StageName",
|
|
1761 | 1761 | "GetRouteResponse":{
|
1762 | 1762 | "type":"structure",
|
1763 | 1763 | "members":{
|
| 1764 | + "AppendSourcePath":{ |
| 1765 | + "shape":"Boolean", |
| 1766 | + "documentation":"<p>If set to <code>true</code>, this option appends the source path to the service URL endpoint.</p>" |
| 1767 | + }, |
1764 | 1768 | "ApplicationId":{
|
1765 | 1769 | "shape":"ApplicationId",
|
1766 | 1770 | "documentation":"<p>The ID of the application that the route belongs to. </p>"
|
|
1819 | 1823 | },
|
1820 | 1824 | "SourcePath":{
|
1821 | 1825 | "shape":"UriPath",
|
1822 |
| - "documentation":"<p>The path to use to match traffic. Paths must start with <code>/</code> and are relative to the base of the application. </p>" |
| 1826 | + "documentation":"<p>This is the path that Refactor Spaces uses to match traffic. Paths must start with <code>/</code> and are relative to the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path {user} represents a path parameter called 'user'.</p>" |
1823 | 1827 | },
|
1824 | 1828 | "State":{
|
1825 | 1829 | "shape":"RouteState",
|
|
2380 | 2384 | "RouteSummary":{
|
2381 | 2385 | "type":"structure",
|
2382 | 2386 | "members":{
|
| 2387 | + "AppendSourcePath":{ |
| 2388 | + "shape":"Boolean", |
| 2389 | + "documentation":"<p>If set to <code>true</code>, this option appends the source path to the service URL endpoint.</p>" |
| 2390 | + }, |
2383 | 2391 | "ApplicationId":{
|
2384 | 2392 | "shape":"ApplicationId",
|
2385 | 2393 | "documentation":"<p>The unique identifier of the application. </p>"
|
|
2438 | 2446 | },
|
2439 | 2447 | "SourcePath":{
|
2440 | 2448 | "shape":"UriPath",
|
2441 |
| - "documentation":"<p>The path to use to match traffic. Paths must start with <code>/</code> and are relative to the base of the application.</p>" |
| 2449 | + "documentation":"<p>This is the path that Refactor Spaces uses to match traffic. Paths must start with <code>/</code> and are relative to the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path {user} represents a path parameter called 'user'.</p>" |
2442 | 2450 | },
|
2443 | 2451 | "State":{
|
2444 | 2452 | "shape":"RouteState",
|
|
2786 | 2794 | "type":"string",
|
2787 | 2795 | "max":2048,
|
2788 | 2796 | "min":1,
|
2789 |
| - "pattern":"^(/[a-zA-Z0-9._-]+)+$" |
| 2797 | + "pattern":"^(/([a-zA-Z0-9._:-]+|\\{[a-zA-Z0-9._:-]+\\}))+$" |
2790 | 2798 | },
|
2791 | 2799 | "UriPathRouteInput":{
|
2792 | 2800 | "type":"structure",
|
|
2799 | 2807 | "shape":"RouteActivationState",
|
2800 | 2808 | "documentation":"<p>If set to <code>ACTIVE</code>, traffic is forwarded to this route’s service after the route is created. </p>"
|
2801 | 2809 | },
|
| 2810 | + "AppendSourcePath":{ |
| 2811 | + "shape":"Boolean", |
| 2812 | + "documentation":"<p>If set to <code>true</code>, this option appends the source path to the service URL endpoint.</p>" |
| 2813 | + }, |
2802 | 2814 | "IncludeChildPaths":{
|
2803 | 2815 | "shape":"Boolean",
|
2804 | 2816 | "documentation":"<p>Indicates whether to match all subpaths of the given source path. If this value is <code>false</code>, requests must match the source path exactly before they are forwarded to this route's service. </p>"
|
|
2809 | 2821 | },
|
2810 | 2822 | "SourcePath":{
|
2811 | 2823 | "shape":"UriPath",
|
2812 |
| - "documentation":"<p>The path to use to match traffic. Paths must start with <code>/</code> and are relative to the base of the application.</p>" |
| 2824 | + "documentation":"<p>This is the path that Refactor Spaces uses to match traffic. Paths must start with <code>/</code> and are relative to the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path {user} represents a path parameter called 'user'.</p>" |
2813 | 2825 | }
|
2814 | 2826 | },
|
2815 | 2827 | "documentation":"<p>The configuration for the URI path route type. </p>"
|
|
0 commit comments