@@ -129,6 +129,10 @@ import {
129129 AssociateTransitGatewayMulticastDomainCommandInput ,
130130 AssociateTransitGatewayMulticastDomainCommandOutput ,
131131} from "./commands/AssociateTransitGatewayMulticastDomainCommand" ;
132+ import {
133+ AssociateTransitGatewayPolicyTableCommandInput ,
134+ AssociateTransitGatewayPolicyTableCommandOutput ,
135+ } from "./commands/AssociateTransitGatewayPolicyTableCommand" ;
132136import {
133137 AssociateTransitGatewayRouteTableCommandInput ,
134138 AssociateTransitGatewayRouteTableCommandOutput ,
@@ -376,6 +380,10 @@ import {
376380 CreateTransitGatewayPeeringAttachmentCommandInput ,
377381 CreateTransitGatewayPeeringAttachmentCommandOutput ,
378382} from "./commands/CreateTransitGatewayPeeringAttachmentCommand" ;
383+ import {
384+ CreateTransitGatewayPolicyTableCommandInput ,
385+ CreateTransitGatewayPolicyTableCommandOutput ,
386+ } from "./commands/CreateTransitGatewayPolicyTableCommand" ;
379387import {
380388 CreateTransitGatewayPrefixListReferenceCommandInput ,
381389 CreateTransitGatewayPrefixListReferenceCommandOutput ,
@@ -384,6 +392,10 @@ import {
384392 CreateTransitGatewayRouteCommandInput ,
385393 CreateTransitGatewayRouteCommandOutput ,
386394} from "./commands/CreateTransitGatewayRouteCommand" ;
395+ import {
396+ CreateTransitGatewayRouteTableAnnouncementCommandInput ,
397+ CreateTransitGatewayRouteTableAnnouncementCommandOutput ,
398+ } from "./commands/CreateTransitGatewayRouteTableAnnouncementCommand" ;
387399import {
388400 CreateTransitGatewayRouteTableCommandInput ,
389401 CreateTransitGatewayRouteTableCommandOutput ,
@@ -567,6 +579,10 @@ import {
567579 DeleteTransitGatewayPeeringAttachmentCommandInput ,
568580 DeleteTransitGatewayPeeringAttachmentCommandOutput ,
569581} from "./commands/DeleteTransitGatewayPeeringAttachmentCommand" ;
582+ import {
583+ DeleteTransitGatewayPolicyTableCommandInput ,
584+ DeleteTransitGatewayPolicyTableCommandOutput ,
585+ } from "./commands/DeleteTransitGatewayPolicyTableCommand" ;
570586import {
571587 DeleteTransitGatewayPrefixListReferenceCommandInput ,
572588 DeleteTransitGatewayPrefixListReferenceCommandOutput ,
@@ -575,6 +591,10 @@ import {
575591 DeleteTransitGatewayRouteCommandInput ,
576592 DeleteTransitGatewayRouteCommandOutput ,
577593} from "./commands/DeleteTransitGatewayRouteCommand" ;
594+ import {
595+ DeleteTransitGatewayRouteTableAnnouncementCommandInput ,
596+ DeleteTransitGatewayRouteTableAnnouncementCommandOutput ,
597+ } from "./commands/DeleteTransitGatewayRouteTableAnnouncementCommand" ;
578598import {
579599 DeleteTransitGatewayRouteTableCommandInput ,
580600 DeleteTransitGatewayRouteTableCommandOutput ,
@@ -1023,6 +1043,14 @@ import {
10231043 DescribeTransitGatewayPeeringAttachmentsCommandInput ,
10241044 DescribeTransitGatewayPeeringAttachmentsCommandOutput ,
10251045} from "./commands/DescribeTransitGatewayPeeringAttachmentsCommand" ;
1046+ import {
1047+ DescribeTransitGatewayPolicyTablesCommandInput ,
1048+ DescribeTransitGatewayPolicyTablesCommandOutput ,
1049+ } from "./commands/DescribeTransitGatewayPolicyTablesCommand" ;
1050+ import {
1051+ DescribeTransitGatewayRouteTableAnnouncementsCommandInput ,
1052+ DescribeTransitGatewayRouteTableAnnouncementsCommandOutput ,
1053+ } from "./commands/DescribeTransitGatewayRouteTableAnnouncementsCommand" ;
10261054import {
10271055 DescribeTransitGatewayRouteTablesCommandInput ,
10281056 DescribeTransitGatewayRouteTablesCommandOutput ,
@@ -1184,6 +1212,10 @@ import {
11841212 DisassociateTransitGatewayMulticastDomainCommandInput ,
11851213 DisassociateTransitGatewayMulticastDomainCommandOutput ,
11861214} from "./commands/DisassociateTransitGatewayMulticastDomainCommand" ;
1215+ import {
1216+ DisassociateTransitGatewayPolicyTableCommandInput ,
1217+ DisassociateTransitGatewayPolicyTableCommandOutput ,
1218+ } from "./commands/DisassociateTransitGatewayPolicyTableCommand" ;
11871219import {
11881220 DisassociateTransitGatewayRouteTableCommandInput ,
11891221 DisassociateTransitGatewayRouteTableCommandOutput ,
@@ -1355,6 +1387,14 @@ import {
13551387 GetTransitGatewayMulticastDomainAssociationsCommandInput ,
13561388 GetTransitGatewayMulticastDomainAssociationsCommandOutput ,
13571389} from "./commands/GetTransitGatewayMulticastDomainAssociationsCommand" ;
1390+ import {
1391+ GetTransitGatewayPolicyTableAssociationsCommandInput ,
1392+ GetTransitGatewayPolicyTableAssociationsCommandOutput ,
1393+ } from "./commands/GetTransitGatewayPolicyTableAssociationsCommand" ;
1394+ import {
1395+ GetTransitGatewayPolicyTableEntriesCommandInput ,
1396+ GetTransitGatewayPolicyTableEntriesCommandOutput ,
1397+ } from "./commands/GetTransitGatewayPolicyTableEntriesCommand" ;
13581398import {
13591399 GetTransitGatewayPrefixListReferencesCommandInput ,
13601400 GetTransitGatewayPrefixListReferencesCommandOutput ,
@@ -1819,6 +1859,7 @@ export type ServiceInputTypes =
18191859 | AssociateRouteTableCommandInput
18201860 | AssociateSubnetCidrBlockCommandInput
18211861 | AssociateTransitGatewayMulticastDomainCommandInput
1862+ | AssociateTransitGatewayPolicyTableCommandInput
18221863 | AssociateTransitGatewayRouteTableCommandInput
18231864 | AssociateTrunkInterfaceCommandInput
18241865 | AssociateVpcCidrBlockCommandInput
@@ -1901,8 +1942,10 @@ export type ServiceInputTypes =
19011942 | CreateTransitGatewayConnectPeerCommandInput
19021943 | CreateTransitGatewayMulticastDomainCommandInput
19031944 | CreateTransitGatewayPeeringAttachmentCommandInput
1945+ | CreateTransitGatewayPolicyTableCommandInput
19041946 | CreateTransitGatewayPrefixListReferenceCommandInput
19051947 | CreateTransitGatewayRouteCommandInput
1948+ | CreateTransitGatewayRouteTableAnnouncementCommandInput
19061949 | CreateTransitGatewayRouteTableCommandInput
19071950 | CreateTransitGatewayVpcAttachmentCommandInput
19081951 | CreateVolumeCommandInput
@@ -1963,8 +2006,10 @@ export type ServiceInputTypes =
19632006 | DeleteTransitGatewayConnectPeerCommandInput
19642007 | DeleteTransitGatewayMulticastDomainCommandInput
19652008 | DeleteTransitGatewayPeeringAttachmentCommandInput
2009+ | DeleteTransitGatewayPolicyTableCommandInput
19662010 | DeleteTransitGatewayPrefixListReferenceCommandInput
19672011 | DeleteTransitGatewayRouteCommandInput
2012+ | DeleteTransitGatewayRouteTableAnnouncementCommandInput
19682013 | DeleteTransitGatewayRouteTableCommandInput
19692014 | DeleteTransitGatewayVpcAttachmentCommandInput
19702015 | DeleteVolumeCommandInput
@@ -2095,6 +2140,8 @@ export type ServiceInputTypes =
20952140 | DescribeTransitGatewayConnectsCommandInput
20962141 | DescribeTransitGatewayMulticastDomainsCommandInput
20972142 | DescribeTransitGatewayPeeringAttachmentsCommandInput
2143+ | DescribeTransitGatewayPolicyTablesCommandInput
2144+ | DescribeTransitGatewayRouteTableAnnouncementsCommandInput
20982145 | DescribeTransitGatewayRouteTablesCommandInput
20992146 | DescribeTransitGatewayVpcAttachmentsCommandInput
21002147 | DescribeTransitGatewaysCommandInput
@@ -2139,6 +2186,7 @@ export type ServiceInputTypes =
21392186 | DisassociateRouteTableCommandInput
21402187 | DisassociateSubnetCidrBlockCommandInput
21412188 | DisassociateTransitGatewayMulticastDomainCommandInput
2189+ | DisassociateTransitGatewayPolicyTableCommandInput
21422190 | DisassociateTransitGatewayRouteTableCommandInput
21432191 | DisassociateTrunkInterfaceCommandInput
21442192 | DisassociateVpcCidrBlockCommandInput
@@ -2187,6 +2235,8 @@ export type ServiceInputTypes =
21872235 | GetSubnetCidrReservationsCommandInput
21882236 | GetTransitGatewayAttachmentPropagationsCommandInput
21892237 | GetTransitGatewayMulticastDomainAssociationsCommandInput
2238+ | GetTransitGatewayPolicyTableAssociationsCommandInput
2239+ | GetTransitGatewayPolicyTableEntriesCommandInput
21902240 | GetTransitGatewayPrefixListReferencesCommandInput
21912241 | GetTransitGatewayRouteTableAssociationsCommandInput
21922242 | GetTransitGatewayRouteTablePropagationsCommandInput
@@ -2344,6 +2394,7 @@ export type ServiceOutputTypes =
23442394 | AssociateRouteTableCommandOutput
23452395 | AssociateSubnetCidrBlockCommandOutput
23462396 | AssociateTransitGatewayMulticastDomainCommandOutput
2397+ | AssociateTransitGatewayPolicyTableCommandOutput
23472398 | AssociateTransitGatewayRouteTableCommandOutput
23482399 | AssociateTrunkInterfaceCommandOutput
23492400 | AssociateVpcCidrBlockCommandOutput
@@ -2426,8 +2477,10 @@ export type ServiceOutputTypes =
24262477 | CreateTransitGatewayConnectPeerCommandOutput
24272478 | CreateTransitGatewayMulticastDomainCommandOutput
24282479 | CreateTransitGatewayPeeringAttachmentCommandOutput
2480+ | CreateTransitGatewayPolicyTableCommandOutput
24292481 | CreateTransitGatewayPrefixListReferenceCommandOutput
24302482 | CreateTransitGatewayRouteCommandOutput
2483+ | CreateTransitGatewayRouteTableAnnouncementCommandOutput
24312484 | CreateTransitGatewayRouteTableCommandOutput
24322485 | CreateTransitGatewayVpcAttachmentCommandOutput
24332486 | CreateVolumeCommandOutput
@@ -2488,8 +2541,10 @@ export type ServiceOutputTypes =
24882541 | DeleteTransitGatewayConnectPeerCommandOutput
24892542 | DeleteTransitGatewayMulticastDomainCommandOutput
24902543 | DeleteTransitGatewayPeeringAttachmentCommandOutput
2544+ | DeleteTransitGatewayPolicyTableCommandOutput
24912545 | DeleteTransitGatewayPrefixListReferenceCommandOutput
24922546 | DeleteTransitGatewayRouteCommandOutput
2547+ | DeleteTransitGatewayRouteTableAnnouncementCommandOutput
24932548 | DeleteTransitGatewayRouteTableCommandOutput
24942549 | DeleteTransitGatewayVpcAttachmentCommandOutput
24952550 | DeleteVolumeCommandOutput
@@ -2620,6 +2675,8 @@ export type ServiceOutputTypes =
26202675 | DescribeTransitGatewayConnectsCommandOutput
26212676 | DescribeTransitGatewayMulticastDomainsCommandOutput
26222677 | DescribeTransitGatewayPeeringAttachmentsCommandOutput
2678+ | DescribeTransitGatewayPolicyTablesCommandOutput
2679+ | DescribeTransitGatewayRouteTableAnnouncementsCommandOutput
26232680 | DescribeTransitGatewayRouteTablesCommandOutput
26242681 | DescribeTransitGatewayVpcAttachmentsCommandOutput
26252682 | DescribeTransitGatewaysCommandOutput
@@ -2664,6 +2721,7 @@ export type ServiceOutputTypes =
26642721 | DisassociateRouteTableCommandOutput
26652722 | DisassociateSubnetCidrBlockCommandOutput
26662723 | DisassociateTransitGatewayMulticastDomainCommandOutput
2724+ | DisassociateTransitGatewayPolicyTableCommandOutput
26672725 | DisassociateTransitGatewayRouteTableCommandOutput
26682726 | DisassociateTrunkInterfaceCommandOutput
26692727 | DisassociateVpcCidrBlockCommandOutput
@@ -2712,6 +2770,8 @@ export type ServiceOutputTypes =
27122770 | GetSubnetCidrReservationsCommandOutput
27132771 | GetTransitGatewayAttachmentPropagationsCommandOutput
27142772 | GetTransitGatewayMulticastDomainAssociationsCommandOutput
2773+ | GetTransitGatewayPolicyTableAssociationsCommandOutput
2774+ | GetTransitGatewayPolicyTableEntriesCommandOutput
27152775 | GetTransitGatewayPrefixListReferencesCommandOutput
27162776 | GetTransitGatewayRouteTableAssociationsCommandOutput
27172777 | GetTransitGatewayRouteTablePropagationsCommandOutput
0 commit comments