|
5666 | 5666 | },
|
5667 | 5667 | "documentation":"<p>An entry for a prefix list.</p>"
|
5668 | 5668 | },
|
| 5669 | + "AdditionalDetail":{ |
| 5670 | + "type":"structure", |
| 5671 | + "members":{ |
| 5672 | + "AdditionalDetailType":{ |
| 5673 | + "shape":"String", |
| 5674 | + "documentation":"<p>The information type.</p>", |
| 5675 | + "locationName":"additionalDetailType" |
| 5676 | + }, |
| 5677 | + "Component":{ |
| 5678 | + "shape":"AnalysisComponent", |
| 5679 | + "documentation":"<p>The path component.</p>", |
| 5680 | + "locationName":"component" |
| 5681 | + } |
| 5682 | + }, |
| 5683 | + "documentation":"<p>Describes an additional detail for a path analysis.</p>" |
| 5684 | + }, |
| 5685 | + "AdditionalDetailList":{ |
| 5686 | + "type":"list", |
| 5687 | + "member":{ |
| 5688 | + "shape":"AdditionalDetail", |
| 5689 | + "locationName":"item" |
| 5690 | + } |
| 5691 | + }, |
5669 | 5692 | "Address":{
|
5670 | 5693 | "type":"structure",
|
5671 | 5694 | "members":{
|
|
6282 | 6305 | },
|
6283 | 6306 | "Origin":{
|
6284 | 6307 | "shape":"String",
|
6285 |
| - "documentation":"<p>Describes how the route was created. The following are possible values:</p> <ul> <li> <p> <code>CreateRouteTable</code> - The route was automatically created when the route table was created.</p> </li> <li> <p> <code>CreateRoute</code> - The route was manually added to the route table.</p> </li> <li> <p> <code>EnableVgwRoutePropagation</code> - The route was propagated by route propagation.</p> </li> </ul>", |
| 6308 | + "documentation":"<p>Describes how the route was created. The following are the possible values:</p> <ul> <li> <p>CreateRouteTable - The route was automatically created when the route table was created.</p> </li> <li> <p>CreateRoute - The route was manually added to the route table.</p> </li> <li> <p>EnableVgwRoutePropagation - The route was propagated by route propagation.</p> </li> </ul>", |
6286 | 6309 | "locationName":"origin"
|
6287 | 6310 | },
|
6288 | 6311 | "TransitGatewayId":{
|
|
6308 | 6331 | },
|
6309 | 6332 | "Direction":{
|
6310 | 6333 | "shape":"String",
|
6311 |
| - "documentation":"<p>The direction. The following are possible values:</p> <ul> <li> <p>egress</p> </li> <li> <p>ingress</p> </li> </ul>", |
| 6334 | + "documentation":"<p>The direction. The following are the possible values:</p> <ul> <li> <p>egress</p> </li> <li> <p>ingress</p> </li> </ul>", |
6312 | 6335 | "locationName":"direction"
|
6313 | 6336 | },
|
6314 | 6337 | "SecurityGroupId":{
|
|
9627 | 9650 | "type":"structure",
|
9628 | 9651 | "members":{
|
9629 | 9652 | "PoolId":{
|
9630 |
| - "shape":"CoipPoolId", |
| 9653 | + "shape":"Ipv4PoolCoipId", |
9631 | 9654 | "documentation":"<p>The ID of the address pool.</p>",
|
9632 | 9655 | "locationName":"poolId"
|
9633 | 9656 | },
|
|
9658 | 9681 | "CoipPoolIdSet":{
|
9659 | 9682 | "type":"list",
|
9660 | 9683 | "member":{
|
9661 |
| - "shape":"CoipPoolId", |
| 9684 | + "shape":"Ipv4PoolCoipId", |
9662 | 9685 | "locationName":"item"
|
9663 | 9686 | }
|
9664 | 9687 | },
|
|
18727 | 18750 | },
|
18728 | 18751 | "Filters":{
|
18729 | 18752 | "shape":"FilterList",
|
18730 |
| - "documentation":"<p>The filters. The following are possible values:</p> <ul> <li> <p>PathFound - A Boolean value that indicates whether a feasible path is found.</p> </li> <li> <p>Status - The status of the analysis (running | succeeded | failed).</p> </li> </ul>", |
| 18753 | + "documentation":"<p>The filters. The following are the possible values:</p> <ul> <li> <p>PathFound - A Boolean value that indicates whether a feasible path is found.</p> </li> <li> <p>Status - The status of the analysis (running | succeeded | failed).</p> </li> </ul>", |
18731 | 18754 | "locationName":"Filter"
|
18732 | 18755 | },
|
18733 | 18756 | "MaxResults":{
|
|
18769 | 18792 | },
|
18770 | 18793 | "Filters":{
|
18771 | 18794 | "shape":"FilterList",
|
18772 |
| - "documentation":"<p>The filters. The following are possible values:</p> <ul> <li> <p>Destination - The ID of the resource.</p> </li> <li> <p>DestinationPort - The destination port.</p> </li> <li> <p>Name - The path name.</p> </li> <li> <p>Protocol - The protocol.</p> </li> <li> <p>Source - The ID of the resource.</p> </li> </ul>", |
| 18795 | + "documentation":"<p>The filters. The following are the possible values:</p> <ul> <li> <p>Destination - The ID of the resource.</p> </li> <li> <p>DestinationPort - The destination port.</p> </li> <li> <p>Name - The path name.</p> </li> <li> <p>Protocol - The protocol.</p> </li> <li> <p>Source - The ID of the resource.</p> </li> </ul>", |
18773 | 18796 | "locationName":"Filter"
|
18774 | 18797 | },
|
18775 | 18798 | "MaxResults":{
|
|
23773 | 23796 | },
|
23774 | 23797 | "Direction":{
|
23775 | 23798 | "shape":"String",
|
23776 |
| - "documentation":"<p>The direction. The following are possible values:</p> <ul> <li> <p>egress</p> </li> <li> <p>ingress</p> </li> </ul>", |
| 23799 | + "documentation":"<p>The direction. The following are the possible values:</p> <ul> <li> <p>egress</p> </li> <li> <p>ingress</p> </li> </ul>", |
23777 | 23800 | "locationName":"direction"
|
23778 | 23801 | },
|
23779 | 23802 | "ExplanationCode":{
|
|
23940 | 23963 | "shape":"AnalysisComponent",
|
23941 | 23964 | "documentation":"<p>The VPN gateway.</p>",
|
23942 | 23965 | "locationName":"vpnGateway"
|
| 23966 | + }, |
| 23967 | + "TransitGateway":{ |
| 23968 | + "shape":"AnalysisComponent", |
| 23969 | + "documentation":"<p>The transit gateway.</p>", |
| 23970 | + "locationName":"transitGateway" |
| 23971 | + }, |
| 23972 | + "TransitGatewayRouteTable":{ |
| 23973 | + "shape":"AnalysisComponent", |
| 23974 | + "documentation":"<p>The transit gateway route table.</p>", |
| 23975 | + "locationName":"transitGatewayRouteTable" |
| 23976 | + }, |
| 23977 | + "TransitGatewayRouteTableRoute":{ |
| 23978 | + "shape":"TransitGatewayRouteTableRoute", |
| 23979 | + "documentation":"<p>The transit gateway route table route.</p>", |
| 23980 | + "locationName":"transitGatewayRouteTableRoute" |
| 23981 | + }, |
| 23982 | + "TransitGatewayAttachment":{ |
| 23983 | + "shape":"AnalysisComponent", |
| 23984 | + "documentation":"<p>The transit gateway attachment.</p>", |
| 23985 | + "locationName":"transitGatewayAttachment" |
23943 | 23986 | }
|
23944 | 23987 | },
|
23945 | 23988 | "documentation":"<p>Describes an explanation code for an unreachable path. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html\">Reachability Analyzer explanation codes</a>.</p>"
|
|
25539 | 25582 | "required":["PoolId"],
|
25540 | 25583 | "members":{
|
25541 | 25584 | "PoolId":{
|
25542 |
| - "shape":"CoipPoolId", |
| 25585 | + "shape":"Ipv4PoolCoipId", |
25543 | 25586 | "documentation":"<p>The ID of the address pool.</p>"
|
25544 | 25587 | },
|
25545 | 25588 | "Filters":{
|
|
32065 | 32108 | "delete-failed"
|
32066 | 32109 | ]
|
32067 | 32110 | },
|
| 32111 | + "Ipv4PoolCoipId":{"type":"string"}, |
32068 | 32112 | "Ipv4PoolEc2Id":{"type":"string"},
|
32069 | 32113 | "Ipv4PrefixList":{
|
32070 | 32114 | "type":"list",
|
|
38428 | 38472 | "shape":"AnalysisComponent",
|
38429 | 38473 | "documentation":"<p>The component VPC.</p>",
|
38430 | 38474 | "locationName":"vpc"
|
| 38475 | + }, |
| 38476 | + "AdditionalDetails":{ |
| 38477 | + "shape":"AdditionalDetailList", |
| 38478 | + "documentation":"<p>The additional details.</p>", |
| 38479 | + "locationName":"additionalDetailSet" |
| 38480 | + }, |
| 38481 | + "TransitGateway":{ |
| 38482 | + "shape":"AnalysisComponent", |
| 38483 | + "locationName":"transitGateway" |
| 38484 | + }, |
| 38485 | + "TransitGatewayRouteTableRoute":{ |
| 38486 | + "shape":"TransitGatewayRouteTableRoute", |
| 38487 | + "documentation":"<p>The route in a transit gateway route table.</p>", |
| 38488 | + "locationName":"transitGatewayRouteTableRoute" |
38431 | 38489 | }
|
38432 | 38490 | },
|
38433 | 38491 | "documentation":"<p>Describes a path component.</p>"
|
|
48513 | 48571 | "locationName":"item"
|
48514 | 48572 | }
|
48515 | 48573 | },
|
| 48574 | + "TransitGatewayRouteTableRoute":{ |
| 48575 | + "type":"structure", |
| 48576 | + "members":{ |
| 48577 | + "DestinationCidr":{ |
| 48578 | + "shape":"String", |
| 48579 | + "documentation":"<p>The CIDR block used for destination matches.</p>", |
| 48580 | + "locationName":"destinationCidr" |
| 48581 | + }, |
| 48582 | + "State":{ |
| 48583 | + "shape":"String", |
| 48584 | + "documentation":"<p>The state of the route.</p>", |
| 48585 | + "locationName":"state" |
| 48586 | + }, |
| 48587 | + "RouteOrigin":{ |
| 48588 | + "shape":"String", |
| 48589 | + "documentation":"<p>The route origin. The following are the possible values:</p> <ul> <li> <p>static</p> </li> <li> <p>propagated</p> </li> </ul>", |
| 48590 | + "locationName":"routeOrigin" |
| 48591 | + }, |
| 48592 | + "PrefixListId":{ |
| 48593 | + "shape":"String", |
| 48594 | + "documentation":"<p>The ID of the prefix list.</p>", |
| 48595 | + "locationName":"prefixListId" |
| 48596 | + }, |
| 48597 | + "AttachmentId":{ |
| 48598 | + "shape":"String", |
| 48599 | + "documentation":"<p>The ID of the route attachment.</p>", |
| 48600 | + "locationName":"attachmentId" |
| 48601 | + }, |
| 48602 | + "ResourceId":{ |
| 48603 | + "shape":"String", |
| 48604 | + "documentation":"<p>The ID of the resource for the route attachment.</p>", |
| 48605 | + "locationName":"resourceId" |
| 48606 | + }, |
| 48607 | + "ResourceType":{ |
| 48608 | + "shape":"String", |
| 48609 | + "documentation":"<p>The resource type for the route attachment.</p>", |
| 48610 | + "locationName":"resourceType" |
| 48611 | + } |
| 48612 | + }, |
| 48613 | + "documentation":"<p>Describes a route in a transit gateway route table.</p>" |
| 48614 | + }, |
48516 | 48615 | "TransitGatewayRouteTableState":{
|
48517 | 48616 | "type":"string",
|
48518 | 48617 | "enum":[
|
|
0 commit comments