|
760 | 760 | "input":{"shape":"CreateTransitGatewayPeeringAttachmentRequest"}, |
761 | 761 | "output":{"shape":"CreateTransitGatewayPeeringAttachmentResult"} |
762 | 762 | }, |
| 763 | + "CreateTransitGatewayPrefixListReference":{ |
| 764 | + "name":"CreateTransitGatewayPrefixListReference", |
| 765 | + "http":{ |
| 766 | + "method":"POST", |
| 767 | + "requestUri":"/" |
| 768 | + }, |
| 769 | + "input":{"shape":"CreateTransitGatewayPrefixListReferenceRequest"}, |
| 770 | + "output":{"shape":"CreateTransitGatewayPrefixListReferenceResult"} |
| 771 | + }, |
763 | 772 | "CreateTransitGatewayRoute":{ |
764 | 773 | "name":"CreateTransitGatewayRoute", |
765 | 774 | "http":{ |
|
1185 | 1194 | "input":{"shape":"DeleteTransitGatewayPeeringAttachmentRequest"}, |
1186 | 1195 | "output":{"shape":"DeleteTransitGatewayPeeringAttachmentResult"} |
1187 | 1196 | }, |
| 1197 | + "DeleteTransitGatewayPrefixListReference":{ |
| 1198 | + "name":"DeleteTransitGatewayPrefixListReference", |
| 1199 | + "http":{ |
| 1200 | + "method":"POST", |
| 1201 | + "requestUri":"/" |
| 1202 | + }, |
| 1203 | + "input":{"shape":"DeleteTransitGatewayPrefixListReferenceRequest"}, |
| 1204 | + "output":{"shape":"DeleteTransitGatewayPrefixListReferenceResult"} |
| 1205 | + }, |
1188 | 1206 | "DeleteTransitGatewayRoute":{ |
1189 | 1207 | "name":"DeleteTransitGatewayRoute", |
1190 | 1208 | "http":{ |
|
2782 | 2800 | "input":{"shape":"GetTransitGatewayMulticastDomainAssociationsRequest"}, |
2783 | 2801 | "output":{"shape":"GetTransitGatewayMulticastDomainAssociationsResult"} |
2784 | 2802 | }, |
| 2803 | + "GetTransitGatewayPrefixListReferences":{ |
| 2804 | + "name":"GetTransitGatewayPrefixListReferences", |
| 2805 | + "http":{ |
| 2806 | + "method":"POST", |
| 2807 | + "requestUri":"/" |
| 2808 | + }, |
| 2809 | + "input":{"shape":"GetTransitGatewayPrefixListReferencesRequest"}, |
| 2810 | + "output":{"shape":"GetTransitGatewayPrefixListReferencesResult"} |
| 2811 | + }, |
2785 | 2812 | "GetTransitGatewayRouteTableAssociations":{ |
2786 | 2813 | "name":"GetTransitGatewayRouteTableAssociations", |
2787 | 2814 | "http":{ |
|
3090 | 3117 | "input":{"shape":"ModifyTrafficMirrorSessionRequest"}, |
3091 | 3118 | "output":{"shape":"ModifyTrafficMirrorSessionResult"} |
3092 | 3119 | }, |
| 3120 | + "ModifyTransitGateway":{ |
| 3121 | + "name":"ModifyTransitGateway", |
| 3122 | + "http":{ |
| 3123 | + "method":"POST", |
| 3124 | + "requestUri":"/" |
| 3125 | + }, |
| 3126 | + "input":{"shape":"ModifyTransitGatewayRequest"}, |
| 3127 | + "output":{"shape":"ModifyTransitGatewayResult"} |
| 3128 | + }, |
| 3129 | + "ModifyTransitGatewayPrefixListReference":{ |
| 3130 | + "name":"ModifyTransitGatewayPrefixListReference", |
| 3131 | + "http":{ |
| 3132 | + "method":"POST", |
| 3133 | + "requestUri":"/" |
| 3134 | + }, |
| 3135 | + "input":{"shape":"ModifyTransitGatewayPrefixListReferenceRequest"}, |
| 3136 | + "output":{"shape":"ModifyTransitGatewayPrefixListReferenceResult"} |
| 3137 | + }, |
3093 | 3138 | "ModifyTransitGatewayVpcAttachment":{ |
3094 | 3139 | "name":"ModifyTransitGatewayVpcAttachment", |
3095 | 3140 | "http":{ |
|
7924 | 7969 | } |
7925 | 7970 | } |
7926 | 7971 | }, |
| 7972 | + "CreateTransitGatewayPrefixListReferenceRequest":{ |
| 7973 | + "type":"structure", |
| 7974 | + "required":[ |
| 7975 | + "TransitGatewayRouteTableId", |
| 7976 | + "PrefixListId" |
| 7977 | + ], |
| 7978 | + "members":{ |
| 7979 | + "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"}, |
| 7980 | + "PrefixListId":{"shape":"PrefixListResourceId"}, |
| 7981 | + "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"}, |
| 7982 | + "Blackhole":{"shape":"Boolean"}, |
| 7983 | + "DryRun":{"shape":"Boolean"} |
| 7984 | + } |
| 7985 | + }, |
| 7986 | + "CreateTransitGatewayPrefixListReferenceResult":{ |
| 7987 | + "type":"structure", |
| 7988 | + "members":{ |
| 7989 | + "TransitGatewayPrefixListReference":{ |
| 7990 | + "shape":"TransitGatewayPrefixListReference", |
| 7991 | + "locationName":"transitGatewayPrefixListReference" |
| 7992 | + } |
| 7993 | + } |
| 7994 | + }, |
7927 | 7995 | "CreateTransitGatewayRequest":{ |
7928 | 7996 | "type":"structure", |
7929 | 7997 | "members":{ |
|
9188 | 9256 | } |
9189 | 9257 | } |
9190 | 9258 | }, |
| 9259 | + "DeleteTransitGatewayPrefixListReferenceRequest":{ |
| 9260 | + "type":"structure", |
| 9261 | + "required":[ |
| 9262 | + "TransitGatewayRouteTableId", |
| 9263 | + "PrefixListId" |
| 9264 | + ], |
| 9265 | + "members":{ |
| 9266 | + "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"}, |
| 9267 | + "PrefixListId":{"shape":"PrefixListResourceId"}, |
| 9268 | + "DryRun":{"shape":"Boolean"} |
| 9269 | + } |
| 9270 | + }, |
| 9271 | + "DeleteTransitGatewayPrefixListReferenceResult":{ |
| 9272 | + "type":"structure", |
| 9273 | + "members":{ |
| 9274 | + "TransitGatewayPrefixListReference":{ |
| 9275 | + "shape":"TransitGatewayPrefixListReference", |
| 9276 | + "locationName":"transitGatewayPrefixListReference" |
| 9277 | + } |
| 9278 | + } |
| 9279 | + }, |
9191 | 9280 | "DeleteTransitGatewayRequest":{ |
9192 | 9281 | "type":"structure", |
9193 | 9282 | "required":["TransitGatewayId"], |
|
15968 | 16057 | } |
15969 | 16058 | } |
15970 | 16059 | }, |
| 16060 | + "GetTransitGatewayPrefixListReferencesRequest":{ |
| 16061 | + "type":"structure", |
| 16062 | + "required":["TransitGatewayRouteTableId"], |
| 16063 | + "members":{ |
| 16064 | + "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"}, |
| 16065 | + "Filters":{ |
| 16066 | + "shape":"FilterList", |
| 16067 | + "locationName":"Filter" |
| 16068 | + }, |
| 16069 | + "MaxResults":{"shape":"TransitGatewayMaxResults"}, |
| 16070 | + "NextToken":{"shape":"String"}, |
| 16071 | + "DryRun":{"shape":"Boolean"} |
| 16072 | + } |
| 16073 | + }, |
| 16074 | + "GetTransitGatewayPrefixListReferencesResult":{ |
| 16075 | + "type":"structure", |
| 16076 | + "members":{ |
| 16077 | + "TransitGatewayPrefixListReferences":{ |
| 16078 | + "shape":"TransitGatewayPrefixListReferenceSet", |
| 16079 | + "locationName":"transitGatewayPrefixListReferenceSet" |
| 16080 | + }, |
| 16081 | + "NextToken":{ |
| 16082 | + "shape":"String", |
| 16083 | + "locationName":"nextToken" |
| 16084 | + } |
| 16085 | + } |
| 16086 | + }, |
15971 | 16087 | "GetTransitGatewayRouteTableAssociationsRequest":{ |
15972 | 16088 | "type":"structure", |
15973 | 16089 | "required":["TransitGatewayRouteTableId"], |
|
21275 | 21391 | } |
21276 | 21392 | } |
21277 | 21393 | }, |
| 21394 | + "ModifyTransitGatewayOptions":{ |
| 21395 | + "type":"structure", |
| 21396 | + "members":{ |
| 21397 | + "VpnEcmpSupport":{"shape":"VpnEcmpSupportValue"}, |
| 21398 | + "DnsSupport":{"shape":"DnsSupportValue"}, |
| 21399 | + "AutoAcceptSharedAttachments":{"shape":"AutoAcceptSharedAttachmentsValue"}, |
| 21400 | + "DefaultRouteTableAssociation":{"shape":"DefaultRouteTableAssociationValue"}, |
| 21401 | + "AssociationDefaultRouteTableId":{"shape":"TransitGatewayRouteTableId"}, |
| 21402 | + "DefaultRouteTablePropagation":{"shape":"DefaultRouteTablePropagationValue"}, |
| 21403 | + "PropagationDefaultRouteTableId":{"shape":"TransitGatewayRouteTableId"} |
| 21404 | + } |
| 21405 | + }, |
| 21406 | + "ModifyTransitGatewayPrefixListReferenceRequest":{ |
| 21407 | + "type":"structure", |
| 21408 | + "required":[ |
| 21409 | + "TransitGatewayRouteTableId", |
| 21410 | + "PrefixListId" |
| 21411 | + ], |
| 21412 | + "members":{ |
| 21413 | + "TransitGatewayRouteTableId":{"shape":"TransitGatewayRouteTableId"}, |
| 21414 | + "PrefixListId":{"shape":"PrefixListResourceId"}, |
| 21415 | + "TransitGatewayAttachmentId":{"shape":"TransitGatewayAttachmentId"}, |
| 21416 | + "Blackhole":{"shape":"Boolean"}, |
| 21417 | + "DryRun":{"shape":"Boolean"} |
| 21418 | + } |
| 21419 | + }, |
| 21420 | + "ModifyTransitGatewayPrefixListReferenceResult":{ |
| 21421 | + "type":"structure", |
| 21422 | + "members":{ |
| 21423 | + "TransitGatewayPrefixListReference":{ |
| 21424 | + "shape":"TransitGatewayPrefixListReference", |
| 21425 | + "locationName":"transitGatewayPrefixListReference" |
| 21426 | + } |
| 21427 | + } |
| 21428 | + }, |
| 21429 | + "ModifyTransitGatewayRequest":{ |
| 21430 | + "type":"structure", |
| 21431 | + "required":["TransitGatewayId"], |
| 21432 | + "members":{ |
| 21433 | + "TransitGatewayId":{"shape":"TransitGatewayId"}, |
| 21434 | + "Description":{"shape":"String"}, |
| 21435 | + "Options":{"shape":"ModifyTransitGatewayOptions"}, |
| 21436 | + "DryRun":{"shape":"Boolean"} |
| 21437 | + } |
| 21438 | + }, |
| 21439 | + "ModifyTransitGatewayResult":{ |
| 21440 | + "type":"structure", |
| 21441 | + "members":{ |
| 21442 | + "TransitGateway":{ |
| 21443 | + "shape":"TransitGateway", |
| 21444 | + "locationName":"transitGateway" |
| 21445 | + } |
| 21446 | + } |
| 21447 | + }, |
21278 | 21448 | "ModifyTransitGatewayVpcAttachmentRequest":{ |
21279 | 21449 | "type":"structure", |
21280 | 21450 | "required":["TransitGatewayAttachmentId"], |
|
28616 | 28786 | "locationName":"item" |
28617 | 28787 | } |
28618 | 28788 | }, |
| 28789 | + "TransitGatewayPrefixListAttachment":{ |
| 28790 | + "type":"structure", |
| 28791 | + "members":{ |
| 28792 | + "TransitGatewayAttachmentId":{ |
| 28793 | + "shape":"TransitGatewayAttachmentId", |
| 28794 | + "locationName":"transitGatewayAttachmentId" |
| 28795 | + }, |
| 28796 | + "ResourceType":{ |
| 28797 | + "shape":"TransitGatewayAttachmentResourceType", |
| 28798 | + "locationName":"resourceType" |
| 28799 | + }, |
| 28800 | + "ResourceId":{ |
| 28801 | + "shape":"String", |
| 28802 | + "locationName":"resourceId" |
| 28803 | + } |
| 28804 | + } |
| 28805 | + }, |
| 28806 | + "TransitGatewayPrefixListReference":{ |
| 28807 | + "type":"structure", |
| 28808 | + "members":{ |
| 28809 | + "TransitGatewayRouteTableId":{ |
| 28810 | + "shape":"TransitGatewayRouteTableId", |
| 28811 | + "locationName":"transitGatewayRouteTableId" |
| 28812 | + }, |
| 28813 | + "PrefixListId":{ |
| 28814 | + "shape":"PrefixListResourceId", |
| 28815 | + "locationName":"prefixListId" |
| 28816 | + }, |
| 28817 | + "PrefixListOwnerId":{ |
| 28818 | + "shape":"String", |
| 28819 | + "locationName":"prefixListOwnerId" |
| 28820 | + }, |
| 28821 | + "State":{ |
| 28822 | + "shape":"TransitGatewayPrefixListReferenceState", |
| 28823 | + "locationName":"state" |
| 28824 | + }, |
| 28825 | + "Blackhole":{ |
| 28826 | + "shape":"Boolean", |
| 28827 | + "locationName":"blackhole" |
| 28828 | + }, |
| 28829 | + "TransitGatewayAttachment":{ |
| 28830 | + "shape":"TransitGatewayPrefixListAttachment", |
| 28831 | + "locationName":"transitGatewayAttachment" |
| 28832 | + } |
| 28833 | + } |
| 28834 | + }, |
| 28835 | + "TransitGatewayPrefixListReferenceSet":{ |
| 28836 | + "type":"list", |
| 28837 | + "member":{ |
| 28838 | + "shape":"TransitGatewayPrefixListReference", |
| 28839 | + "locationName":"item" |
| 28840 | + } |
| 28841 | + }, |
| 28842 | + "TransitGatewayPrefixListReferenceState":{ |
| 28843 | + "type":"string", |
| 28844 | + "enum":[ |
| 28845 | + "pending", |
| 28846 | + "available", |
| 28847 | + "modifying", |
| 28848 | + "deleting" |
| 28849 | + ] |
| 28850 | + }, |
28619 | 28851 | "TransitGatewayPropagation":{ |
28620 | 28852 | "type":"structure", |
28621 | 28853 | "members":{ |
|
28669 | 28901 | "shape":"String", |
28670 | 28902 | "locationName":"destinationCidrBlock" |
28671 | 28903 | }, |
| 28904 | + "PrefixListId":{ |
| 28905 | + "shape":"PrefixListResourceId", |
| 28906 | + "locationName":"prefixListId" |
| 28907 | + }, |
28672 | 28908 | "TransitGatewayAttachments":{ |
28673 | 28909 | "shape":"TransitGatewayRouteAttachmentList", |
28674 | 28910 | "locationName":"transitGatewayAttachments" |
|
29835 | 30071 | "enum":[ |
29836 | 30072 | "standard", |
29837 | 30073 | "io1", |
| 30074 | + "io2", |
29838 | 30075 | "gp2", |
29839 | 30076 | "sc1", |
29840 | 30077 | "st1" |
|
0 commit comments