|
994 | 994 | },
|
995 | 995 | "input":{"shape":"CreateTrafficMirrorTargetRequest"},
|
996 | 996 | "output":{"shape":"CreateTrafficMirrorTargetResult"},
|
997 |
| - "documentation":"<p>Creates a target for your Traffic Mirror session.</p> <p>A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.</p> <p>A Traffic Mirror target can be a network interface, or a Network Load Balancer.</p> <p>To use the target in a Traffic Mirror session, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm\">CreateTrafficMirrorSession</a>.</p>" |
| 997 | + "documentation":"<p>Creates a target for your Traffic Mirror session.</p> <p>A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.</p> <p>A Traffic Mirror target can be a network interface, a Network Load Balancer, or a Gateway Load Balancer endpoint.</p> <p>To use the target in a Traffic Mirror session, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm\">CreateTrafficMirrorSession</a>.</p>" |
998 | 998 | },
|
999 | 999 | "CreateTransitGateway":{
|
1000 | 1000 | "name":"CreateTransitGateway",
|
|
12775 | 12775 | "shape":"String",
|
12776 | 12776 | "documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p>",
|
12777 | 12777 | "idempotencyToken":true
|
| 12778 | + }, |
| 12779 | + "GatewayLoadBalancerEndpointId":{ |
| 12780 | + "shape":"VpcEndpointId", |
| 12781 | + "documentation":"<p>The ID of the Gateway Load Balancer endpoint.</p>" |
12778 | 12782 | }
|
12779 | 12783 | }
|
12780 | 12784 | },
|
|
47661 | 47665 | "shape":"TagList",
|
47662 | 47666 | "documentation":"<p>The tags assigned to the Traffic Mirror target.</p>",
|
47663 | 47667 | "locationName":"tagSet"
|
| 47668 | + }, |
| 47669 | + "GatewayLoadBalancerEndpointId":{ |
| 47670 | + "shape":"String", |
| 47671 | + "documentation":"<p>The ID of the Gateway Load Balancer endpoint.</p>", |
| 47672 | + "locationName":"gatewayLoadBalancerEndpointId" |
47664 | 47673 | }
|
47665 | 47674 | },
|
47666 | 47675 | "documentation":"<p>Describes a Traffic Mirror target.</p>"
|
|
47684 | 47693 | "type":"string",
|
47685 | 47694 | "enum":[
|
47686 | 47695 | "network-interface",
|
47687 |
| - "network-load-balancer" |
| 47696 | + "network-load-balancer", |
| 47697 | + "gateway-load-balancer-endpoint" |
47688 | 47698 | ]
|
47689 | 47699 | },
|
47690 | 47700 | "TrafficMirroringMaxResults":{
|
|
0 commit comments