cdk-comprehend-s3olap 2.0.33 → 2.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -188,6 +188,14 @@ declare class EC2 extends Service {
188
188
  * Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain. The transit gateway attachment must be in the available state before you can add a resource. Use DescribeTransitGatewayAttachments to see the state of the attachment.
189
189
  */
190
190
  associateTransitGatewayMulticastDomain(callback?: (err: AWSError, data: EC2.Types.AssociateTransitGatewayMulticastDomainResult) => void): Request<EC2.Types.AssociateTransitGatewayMulticastDomainResult, AWSError>;
191
+ /**
192
+ * Associates the specified transit gateway attachment with a transit gateway policy table.
193
+ */
194
+ associateTransitGatewayPolicyTable(params: EC2.Types.AssociateTransitGatewayPolicyTableRequest, callback?: (err: AWSError, data: EC2.Types.AssociateTransitGatewayPolicyTableResult) => void): Request<EC2.Types.AssociateTransitGatewayPolicyTableResult, AWSError>;
195
+ /**
196
+ * Associates the specified transit gateway attachment with a transit gateway policy table.
197
+ */
198
+ associateTransitGatewayPolicyTable(callback?: (err: AWSError, data: EC2.Types.AssociateTransitGatewayPolicyTableResult) => void): Request<EC2.Types.AssociateTransitGatewayPolicyTableResult, AWSError>;
191
199
  /**
192
200
  * Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.
193
201
  */
@@ -837,13 +845,21 @@ declare class EC2 extends Service {
837
845
  */
838
846
  createTransitGatewayMulticastDomain(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayMulticastDomainResult) => void): Request<EC2.Types.CreateTransitGatewayMulticastDomainResult, AWSError>;
839
847
  /**
840
- * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
848
+ * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
841
849
  */
842
850
  createTransitGatewayPeeringAttachment(params: EC2.Types.CreateTransitGatewayPeeringAttachmentRequest, callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
843
851
  /**
844
- * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
852
+ * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
845
853
  */
846
854
  createTransitGatewayPeeringAttachment(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
855
+ /**
856
+ * Creates a transit gateway policy table.
857
+ */
858
+ createTransitGatewayPolicyTable(params: EC2.Types.CreateTransitGatewayPolicyTableRequest, callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPolicyTableResult) => void): Request<EC2.Types.CreateTransitGatewayPolicyTableResult, AWSError>;
859
+ /**
860
+ * Creates a transit gateway policy table.
861
+ */
862
+ createTransitGatewayPolicyTable(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPolicyTableResult) => void): Request<EC2.Types.CreateTransitGatewayPolicyTableResult, AWSError>;
847
863
  /**
848
864
  * Creates a reference (route) to a prefix list in a specified transit gateway route table.
849
865
  */
@@ -868,6 +884,14 @@ declare class EC2 extends Service {
868
884
  * Creates a route table for the specified transit gateway.
869
885
  */
870
886
  createTransitGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayRouteTableResult) => void): Request<EC2.Types.CreateTransitGatewayRouteTableResult, AWSError>;
887
+ /**
888
+ * Advertises a new transit gateway route table.
889
+ */
890
+ createTransitGatewayRouteTableAnnouncement(params: EC2.Types.CreateTransitGatewayRouteTableAnnouncementRequest, callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayRouteTableAnnouncementResult) => void): Request<EC2.Types.CreateTransitGatewayRouteTableAnnouncementResult, AWSError>;
891
+ /**
892
+ * Advertises a new transit gateway route table.
893
+ */
894
+ createTransitGatewayRouteTableAnnouncement(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayRouteTableAnnouncementResult) => void): Request<EC2.Types.CreateTransitGatewayRouteTableAnnouncementResult, AWSError>;
871
895
  /**
872
896
  * Attaches the specified VPC to the specified transit gateway. If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table. To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.
873
897
  */
@@ -1340,6 +1364,14 @@ declare class EC2 extends Service {
1340
1364
  * Deletes a transit gateway peering attachment.
1341
1365
  */
1342
1366
  deleteTransitGatewayPeeringAttachment(callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.DeleteTransitGatewayPeeringAttachmentResult, AWSError>;
1367
+ /**
1368
+ * Deletes the specified transit gateway policy table.
1369
+ */
1370
+ deleteTransitGatewayPolicyTable(params: EC2.Types.DeleteTransitGatewayPolicyTableRequest, callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayPolicyTableResult) => void): Request<EC2.Types.DeleteTransitGatewayPolicyTableResult, AWSError>;
1371
+ /**
1372
+ * Deletes the specified transit gateway policy table.
1373
+ */
1374
+ deleteTransitGatewayPolicyTable(callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayPolicyTableResult) => void): Request<EC2.Types.DeleteTransitGatewayPolicyTableResult, AWSError>;
1343
1375
  /**
1344
1376
  * Deletes a reference (route) to a prefix list in a specified transit gateway route table.
1345
1377
  */
@@ -1364,6 +1396,14 @@ declare class EC2 extends Service {
1364
1396
  * Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.
1365
1397
  */
1366
1398
  deleteTransitGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayRouteTableResult) => void): Request<EC2.Types.DeleteTransitGatewayRouteTableResult, AWSError>;
1399
+ /**
1400
+ * Advertises to the transit gateway that a transit gateway route table is deleted.
1401
+ */
1402
+ deleteTransitGatewayRouteTableAnnouncement(params: EC2.Types.DeleteTransitGatewayRouteTableAnnouncementRequest, callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayRouteTableAnnouncementResult) => void): Request<EC2.Types.DeleteTransitGatewayRouteTableAnnouncementResult, AWSError>;
1403
+ /**
1404
+ * Advertises to the transit gateway that a transit gateway route table is deleted.
1405
+ */
1406
+ deleteTransitGatewayRouteTableAnnouncement(callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayRouteTableAnnouncementResult) => void): Request<EC2.Types.DeleteTransitGatewayRouteTableAnnouncementResult, AWSError>;
1367
1407
  /**
1368
1408
  * Deletes the specified VPC attachment.
1369
1409
  */
@@ -2396,6 +2436,22 @@ declare class EC2 extends Service {
2396
2436
  * Describes your transit gateway peering attachments.
2397
2437
  */
2398
2438
  describeTransitGatewayPeeringAttachments(callback?: (err: AWSError, data: EC2.Types.DescribeTransitGatewayPeeringAttachmentsResult) => void): Request<EC2.Types.DescribeTransitGatewayPeeringAttachmentsResult, AWSError>;
2439
+ /**
2440
+ * Describes one or more transit gateway route policy tables.
2441
+ */
2442
+ describeTransitGatewayPolicyTables(params: EC2.Types.DescribeTransitGatewayPolicyTablesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeTransitGatewayPolicyTablesResult) => void): Request<EC2.Types.DescribeTransitGatewayPolicyTablesResult, AWSError>;
2443
+ /**
2444
+ * Describes one or more transit gateway route policy tables.
2445
+ */
2446
+ describeTransitGatewayPolicyTables(callback?: (err: AWSError, data: EC2.Types.DescribeTransitGatewayPolicyTablesResult) => void): Request<EC2.Types.DescribeTransitGatewayPolicyTablesResult, AWSError>;
2447
+ /**
2448
+ * Describes one or more transit gateway route table advertisements.
2449
+ */
2450
+ describeTransitGatewayRouteTableAnnouncements(params: EC2.Types.DescribeTransitGatewayRouteTableAnnouncementsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeTransitGatewayRouteTableAnnouncementsResult) => void): Request<EC2.Types.DescribeTransitGatewayRouteTableAnnouncementsResult, AWSError>;
2451
+ /**
2452
+ * Describes one or more transit gateway route table advertisements.
2453
+ */
2454
+ describeTransitGatewayRouteTableAnnouncements(callback?: (err: AWSError, data: EC2.Types.DescribeTransitGatewayRouteTableAnnouncementsResult) => void): Request<EC2.Types.DescribeTransitGatewayRouteTableAnnouncementsResult, AWSError>;
2399
2455
  /**
2400
2456
  * Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.
2401
2457
  */
@@ -2748,6 +2804,14 @@ declare class EC2 extends Service {
2748
2804
  * Disassociates the specified subnets from the transit gateway multicast domain.
2749
2805
  */
2750
2806
  disassociateTransitGatewayMulticastDomain(callback?: (err: AWSError, data: EC2.Types.DisassociateTransitGatewayMulticastDomainResult) => void): Request<EC2.Types.DisassociateTransitGatewayMulticastDomainResult, AWSError>;
2807
+ /**
2808
+ * Removes the association between an an attachment and a policy table.
2809
+ */
2810
+ disassociateTransitGatewayPolicyTable(params: EC2.Types.DisassociateTransitGatewayPolicyTableRequest, callback?: (err: AWSError, data: EC2.Types.DisassociateTransitGatewayPolicyTableResult) => void): Request<EC2.Types.DisassociateTransitGatewayPolicyTableResult, AWSError>;
2811
+ /**
2812
+ * Removes the association between an an attachment and a policy table.
2813
+ */
2814
+ disassociateTransitGatewayPolicyTable(callback?: (err: AWSError, data: EC2.Types.DisassociateTransitGatewayPolicyTableResult) => void): Request<EC2.Types.DisassociateTransitGatewayPolicyTableResult, AWSError>;
2751
2815
  /**
2752
2816
  * Disassociates a resource attachment from a transit gateway route table.
2753
2817
  */
@@ -3132,6 +3196,22 @@ declare class EC2 extends Service {
3132
3196
  * Gets information about the associations for the transit gateway multicast domain.
3133
3197
  */
3134
3198
  getTransitGatewayMulticastDomainAssociations(callback?: (err: AWSError, data: EC2.Types.GetTransitGatewayMulticastDomainAssociationsResult) => void): Request<EC2.Types.GetTransitGatewayMulticastDomainAssociationsResult, AWSError>;
3199
+ /**
3200
+ * Gets a list of the transit gateway policy table associations.
3201
+ */
3202
+ getTransitGatewayPolicyTableAssociations(params: EC2.Types.GetTransitGatewayPolicyTableAssociationsRequest, callback?: (err: AWSError, data: EC2.Types.GetTransitGatewayPolicyTableAssociationsResult) => void): Request<EC2.Types.GetTransitGatewayPolicyTableAssociationsResult, AWSError>;
3203
+ /**
3204
+ * Gets a list of the transit gateway policy table associations.
3205
+ */
3206
+ getTransitGatewayPolicyTableAssociations(callback?: (err: AWSError, data: EC2.Types.GetTransitGatewayPolicyTableAssociationsResult) => void): Request<EC2.Types.GetTransitGatewayPolicyTableAssociationsResult, AWSError>;
3207
+ /**
3208
+ * Returns a list of transit gateway policy table entries.
3209
+ */
3210
+ getTransitGatewayPolicyTableEntries(params: EC2.Types.GetTransitGatewayPolicyTableEntriesRequest, callback?: (err: AWSError, data: EC2.Types.GetTransitGatewayPolicyTableEntriesResult) => void): Request<EC2.Types.GetTransitGatewayPolicyTableEntriesResult, AWSError>;
3211
+ /**
3212
+ * Returns a list of transit gateway policy table entries.
3213
+ */
3214
+ getTransitGatewayPolicyTableEntries(callback?: (err: AWSError, data: EC2.Types.GetTransitGatewayPolicyTableEntriesResult) => void): Request<EC2.Types.GetTransitGatewayPolicyTableEntriesResult, AWSError>;
3135
3215
  /**
3136
3216
  * Gets information about the prefix list references in a specified transit gateway route table.
3137
3217
  */
@@ -5504,6 +5584,26 @@ declare namespace EC2 {
5504
5584
  */
5505
5585
  Associations?: TransitGatewayMulticastDomainAssociations;
5506
5586
  }
5587
+ export interface AssociateTransitGatewayPolicyTableRequest {
5588
+ /**
5589
+ * The ID of the transit gateway policy table to associate with the transit gateway attachment.
5590
+ */
5591
+ TransitGatewayPolicyTableId: TransitGatewayPolicyTableId;
5592
+ /**
5593
+ * The ID of the transit gateway attachment to associate with the policy table.
5594
+ */
5595
+ TransitGatewayAttachmentId: TransitGatewayAttachmentId;
5596
+ /**
5597
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
5598
+ */
5599
+ DryRun?: Boolean;
5600
+ }
5601
+ export interface AssociateTransitGatewayPolicyTableResult {
5602
+ /**
5603
+ * Describes the association of a transit gateway and a transit gateway policy table.
5604
+ */
5605
+ Association?: TransitGatewayPolicyTableAssociation;
5606
+ }
5507
5607
  export interface AssociateTransitGatewayRouteTableRequest {
5508
5608
  /**
5509
5609
  * The ID of the transit gateway route table.
@@ -9478,6 +9578,7 @@ declare namespace EC2 {
9478
9578
  * The Region where the peer transit gateway is located.
9479
9579
  */
9480
9580
  PeerRegion: String;
9581
+ Options?: CreateTransitGatewayPeeringAttachmentRequestOptions;
9481
9582
  /**
9482
9583
  * The tags to apply to the transit gateway peering attachment.
9483
9584
  */
@@ -9487,12 +9588,35 @@ declare namespace EC2 {
9487
9588
  */
9488
9589
  DryRun?: Boolean;
9489
9590
  }
9591
+ export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
9592
+ DynamicRouting?: DynamicRoutingValue;
9593
+ }
9490
9594
  export interface CreateTransitGatewayPeeringAttachmentResult {
9491
9595
  /**
9492
9596
  * The transit gateway peering attachment.
9493
9597
  */
9494
9598
  TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
9495
9599
  }
9600
+ export interface CreateTransitGatewayPolicyTableRequest {
9601
+ /**
9602
+ * The ID of the transit gateway used for the policy table.
9603
+ */
9604
+ TransitGatewayId: TransitGatewayId;
9605
+ /**
9606
+ * The tags specification for the transit gateway policy table created during the request.
9607
+ */
9608
+ TagSpecifications?: TagSpecificationList;
9609
+ /**
9610
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
9611
+ */
9612
+ DryRun?: Boolean;
9613
+ }
9614
+ export interface CreateTransitGatewayPolicyTableResult {
9615
+ /**
9616
+ * Describes the created transit gateway policy table.
9617
+ */
9618
+ TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
9619
+ }
9496
9620
  export interface CreateTransitGatewayPrefixListReferenceRequest {
9497
9621
  /**
9498
9622
  * The ID of the transit gateway route table.
@@ -9573,6 +9697,30 @@ declare namespace EC2 {
9573
9697
  */
9574
9698
  Route?: TransitGatewayRoute;
9575
9699
  }
9700
+ export interface CreateTransitGatewayRouteTableAnnouncementRequest {
9701
+ /**
9702
+ * The ID of the transit gateway route table.
9703
+ */
9704
+ TransitGatewayRouteTableId: TransitGatewayRouteTableId;
9705
+ /**
9706
+ * The ID of the peering attachment.
9707
+ */
9708
+ PeeringAttachmentId: TransitGatewayAttachmentId;
9709
+ /**
9710
+ * The tags specifications applied to the transit gateway route table announcement.
9711
+ */
9712
+ TagSpecifications?: TagSpecificationList;
9713
+ /**
9714
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
9715
+ */
9716
+ DryRun?: Boolean;
9717
+ }
9718
+ export interface CreateTransitGatewayRouteTableAnnouncementResult {
9719
+ /**
9720
+ * Provides details about the transit gateway route table announcement.
9721
+ */
9722
+ TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
9723
+ }
9576
9724
  export interface CreateTransitGatewayRouteTableRequest {
9577
9725
  /**
9578
9726
  * The ID of the transit gateway.
@@ -10924,6 +11072,22 @@ declare namespace EC2 {
10924
11072
  */
10925
11073
  TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
10926
11074
  }
11075
+ export interface DeleteTransitGatewayPolicyTableRequest {
11076
+ /**
11077
+ * The transit gateway policy table to delete.
11078
+ */
11079
+ TransitGatewayPolicyTableId: TransitGatewayPolicyTableId;
11080
+ /**
11081
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
11082
+ */
11083
+ DryRun?: Boolean;
11084
+ }
11085
+ export interface DeleteTransitGatewayPolicyTableResult {
11086
+ /**
11087
+ * Provides details about the deleted transit gateway policy table.
11088
+ */
11089
+ TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
11090
+ }
10927
11091
  export interface DeleteTransitGatewayPrefixListReferenceRequest {
10928
11092
  /**
10929
11093
  * The ID of the route table.
@@ -10980,6 +11144,22 @@ declare namespace EC2 {
10980
11144
  */
10981
11145
  Route?: TransitGatewayRoute;
10982
11146
  }
11147
+ export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
11148
+ /**
11149
+ * The transit gateway route table ID that's being deleted.
11150
+ */
11151
+ TransitGatewayRouteTableAnnouncementId: TransitGatewayRouteTableAnnouncementId;
11152
+ /**
11153
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
11154
+ */
11155
+ DryRun?: Boolean;
11156
+ }
11157
+ export interface DeleteTransitGatewayRouteTableAnnouncementResult {
11158
+ /**
11159
+ * Provides details about a deleted transit gateway route table.
11160
+ */
11161
+ TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
11162
+ }
10983
11163
  export interface DeleteTransitGatewayRouteTableRequest {
10984
11164
  /**
10985
11165
  * The ID of the transit gateway route table.
@@ -14871,6 +15051,70 @@ declare namespace EC2 {
14871
15051
  */
14872
15052
  NextToken?: String;
14873
15053
  }
15054
+ export interface DescribeTransitGatewayPolicyTablesRequest {
15055
+ /**
15056
+ * The IDs of the transit gateway policy tables.
15057
+ */
15058
+ TransitGatewayPolicyTableIds?: TransitGatewayPolicyTableIdStringList;
15059
+ /**
15060
+ * The filters associated with the transit gateway policy table.
15061
+ */
15062
+ Filters?: FilterList;
15063
+ /**
15064
+ * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
15065
+ */
15066
+ MaxResults?: TransitGatewayMaxResults;
15067
+ /**
15068
+ * The token for the next page of results.
15069
+ */
15070
+ NextToken?: String;
15071
+ /**
15072
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
15073
+ */
15074
+ DryRun?: Boolean;
15075
+ }
15076
+ export interface DescribeTransitGatewayPolicyTablesResult {
15077
+ /**
15078
+ * Describes the transit gateway policy tables.
15079
+ */
15080
+ TransitGatewayPolicyTables?: TransitGatewayPolicyTableList;
15081
+ /**
15082
+ * The token for the next page of results.
15083
+ */
15084
+ NextToken?: String;
15085
+ }
15086
+ export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
15087
+ /**
15088
+ * The IDs of the transit gateway route tables that are being advertised.
15089
+ */
15090
+ TransitGatewayRouteTableAnnouncementIds?: TransitGatewayRouteTableAnnouncementIdStringList;
15091
+ /**
15092
+ * The filters associated with the transit gateway policy table.
15093
+ */
15094
+ Filters?: FilterList;
15095
+ /**
15096
+ * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
15097
+ */
15098
+ MaxResults?: TransitGatewayMaxResults;
15099
+ /**
15100
+ * The token for the next page of results.
15101
+ */
15102
+ NextToken?: String;
15103
+ /**
15104
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
15105
+ */
15106
+ DryRun?: Boolean;
15107
+ }
15108
+ export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
15109
+ /**
15110
+ * Describes the transit gateway route table announcement.
15111
+ */
15112
+ TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncementList;
15113
+ /**
15114
+ * The token for the next page of results.
15115
+ */
15116
+ NextToken?: String;
15117
+ }
14874
15118
  export interface DescribeTransitGatewayRouteTablesRequest {
14875
15119
  /**
14876
15120
  * The IDs of the transit gateway route tables.
@@ -15874,11 +16118,15 @@ declare namespace EC2 {
15874
16118
  /**
15875
16119
  * The ID of the attachment.
15876
16120
  */
15877
- TransitGatewayAttachmentId: TransitGatewayAttachmentId;
16121
+ TransitGatewayAttachmentId?: TransitGatewayAttachmentId;
15878
16122
  /**
15879
16123
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
15880
16124
  */
15881
16125
  DryRun?: Boolean;
16126
+ /**
16127
+ * The ID of the route table announcement.
16128
+ */
16129
+ TransitGatewayRouteTableAnnouncementId?: TransitGatewayRouteTableAnnouncementId;
15882
16130
  }
15883
16131
  export interface DisableTransitGatewayRouteTablePropagationResult {
15884
16132
  /**
@@ -16068,6 +16316,26 @@ declare namespace EC2 {
16068
16316
  */
16069
16317
  Associations?: TransitGatewayMulticastDomainAssociations;
16070
16318
  }
16319
+ export interface DisassociateTransitGatewayPolicyTableRequest {
16320
+ /**
16321
+ * The ID of the disassociated policy table.
16322
+ */
16323
+ TransitGatewayPolicyTableId: TransitGatewayPolicyTableId;
16324
+ /**
16325
+ * The ID of the transit gateway attachment to disassociate from the policy table.
16326
+ */
16327
+ TransitGatewayAttachmentId: TransitGatewayAttachmentId;
16328
+ /**
16329
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
16330
+ */
16331
+ DryRun?: Boolean;
16332
+ }
16333
+ export interface DisassociateTransitGatewayPolicyTableResult {
16334
+ /**
16335
+ * Returns details about the transit gateway policy table disassociation.
16336
+ */
16337
+ Association?: TransitGatewayPolicyTableAssociation;
16338
+ }
16071
16339
  export interface DisassociateTransitGatewayRouteTableRequest {
16072
16340
  /**
16073
16341
  * The ID of the transit gateway route table.
@@ -16247,6 +16515,7 @@ declare namespace EC2 {
16247
16515
  export type DomainType = "vpc"|"standard"|string;
16248
16516
  export type Double = number;
16249
16517
  export type DoubleWithConstraints = number;
16518
+ export type DynamicRoutingValue = "enable"|"disable"|string;
16250
16519
  export interface EbsBlockDevice {
16251
16520
  /**
16252
16521
  * Indicates whether the EBS volume is deleted on instance termination. For more information, see Preserving Amazon EBS volumes on instance termination in the Amazon EC2 User Guide.
@@ -16727,11 +16996,15 @@ declare namespace EC2 {
16727
16996
  /**
16728
16997
  * The ID of the attachment.
16729
16998
  */
16730
- TransitGatewayAttachmentId: TransitGatewayAttachmentId;
16999
+ TransitGatewayAttachmentId?: TransitGatewayAttachmentId;
16731
17000
  /**
16732
17001
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
16733
17002
  */
16734
17003
  DryRun?: Boolean;
17004
+ /**
17005
+ * The ID of the transit gateway route table announcement.
17006
+ */
17007
+ TransitGatewayRouteTableAnnouncementId?: TransitGatewayRouteTableAnnouncementId;
16735
17008
  }
16736
17009
  export interface EnableTransitGatewayRouteTablePropagationResult {
16737
17010
  /**
@@ -18784,6 +19057,66 @@ declare namespace EC2 {
18784
19057
  */
18785
19058
  NextToken?: String;
18786
19059
  }
19060
+ export interface GetTransitGatewayPolicyTableAssociationsRequest {
19061
+ /**
19062
+ * The ID of the transit gateway policy table.
19063
+ */
19064
+ TransitGatewayPolicyTableId: TransitGatewayPolicyTableId;
19065
+ /**
19066
+ * The filters associated with the transit gateway policy table.
19067
+ */
19068
+ Filters?: FilterList;
19069
+ /**
19070
+ * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
19071
+ */
19072
+ MaxResults?: TransitGatewayMaxResults;
19073
+ /**
19074
+ * The token for the next page of results.
19075
+ */
19076
+ NextToken?: String;
19077
+ /**
19078
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
19079
+ */
19080
+ DryRun?: Boolean;
19081
+ }
19082
+ export interface GetTransitGatewayPolicyTableAssociationsResult {
19083
+ /**
19084
+ * Returns details about the transit gateway policy table association.
19085
+ */
19086
+ Associations?: TransitGatewayPolicyTableAssociationList;
19087
+ /**
19088
+ * The token for the next page of results.
19089
+ */
19090
+ NextToken?: String;
19091
+ }
19092
+ export interface GetTransitGatewayPolicyTableEntriesRequest {
19093
+ /**
19094
+ * The ID of the transit gateway policy table.
19095
+ */
19096
+ TransitGatewayPolicyTableId: TransitGatewayPolicyTableId;
19097
+ /**
19098
+ * The filters associated with the transit gateway policy table.
19099
+ */
19100
+ Filters?: FilterList;
19101
+ /**
19102
+ * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
19103
+ */
19104
+ MaxResults?: TransitGatewayMaxResults;
19105
+ /**
19106
+ * The token for the next page of results.
19107
+ */
19108
+ NextToken?: String;
19109
+ /**
19110
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
19111
+ */
19112
+ DryRun?: Boolean;
19113
+ }
19114
+ export interface GetTransitGatewayPolicyTableEntriesResult {
19115
+ /**
19116
+ * The entries for the transit gateway policy table.
19117
+ */
19118
+ TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntryList;
19119
+ }
18787
19120
  export interface GetTransitGatewayPrefixListReferencesRequest {
18788
19121
  /**
18789
19122
  * The ID of the transit gateway route table.
@@ -24657,6 +24990,10 @@ declare namespace EC2 {
24657
24990
  * The ID of the default propagation route table.
24658
24991
  */
24659
24992
  PropagationDefaultRouteTableId?: TransitGatewayRouteTableId;
24993
+ /**
24994
+ * A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.
24995
+ */
24996
+ AmazonSideAsn?: Long;
24660
24997
  }
24661
24998
  export interface ModifyTransitGatewayPrefixListReferenceRequest {
24662
24999
  /**
@@ -26255,6 +26592,7 @@ declare namespace EC2 {
26255
26592
  * The ID of the transit gateway.
26256
26593
  */
26257
26594
  TransitGatewayId?: String;
26595
+ CoreNetworkId?: String;
26258
26596
  /**
26259
26597
  * The ID of the Amazon Web Services account that owns the transit gateway.
26260
26598
  */
@@ -28413,7 +28751,7 @@ declare namespace EC2 {
28413
28751
  */
28414
28752
  ResourceTypes?: ValueStringList;
28415
28753
  }
28416
- export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-route-table"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|string;
28754
+ export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|string;
28417
28755
  export interface ResponseError {
28418
28756
  /**
28419
28757
  * The error code.
@@ -32202,6 +32540,10 @@ declare namespace EC2 {
32202
32540
  * The ID of the transit gateway peering attachment.
32203
32541
  */
32204
32542
  TransitGatewayAttachmentId?: String;
32543
+ /**
32544
+ * The ID of the accepter transit gateway attachment.
32545
+ */
32546
+ AccepterTransitGatewayAttachmentId?: String;
32205
32547
  /**
32206
32548
  * Information about the requester transit gateway.
32207
32549
  */
@@ -32210,6 +32552,7 @@ declare namespace EC2 {
32210
32552
  * Information about the accepter transit gateway.
32211
32553
  */
32212
32554
  AccepterTgwInfo?: PeeringTgwInfo;
32555
+ Options?: TransitGatewayPeeringAttachmentOptions;
32213
32556
  /**
32214
32557
  * The status of the transit gateway peering attachment.
32215
32558
  */
@@ -32228,6 +32571,109 @@ declare namespace EC2 {
32228
32571
  Tags?: TagList;
32229
32572
  }
32230
32573
  export type TransitGatewayPeeringAttachmentList = TransitGatewayPeeringAttachment[];
32574
+ export interface TransitGatewayPeeringAttachmentOptions {
32575
+ DynamicRouting?: DynamicRoutingValue;
32576
+ }
32577
+ export interface TransitGatewayPolicyRule {
32578
+ /**
32579
+ * The source CIDR block for the transit gateway policy rule.
32580
+ */
32581
+ SourceCidrBlock?: String;
32582
+ /**
32583
+ * The port range for the transit gateway policy rule. Currently this is set to * (all).
32584
+ */
32585
+ SourcePortRange?: String;
32586
+ /**
32587
+ * The destination CIDR block for the transit gateway policy rule.
32588
+ */
32589
+ DestinationCidrBlock?: String;
32590
+ /**
32591
+ * The port range for the transit gateway policy rule. Currently this is set to * (all).
32592
+ */
32593
+ DestinationPortRange?: String;
32594
+ /**
32595
+ * The protocol used by the transit gateway policy rule.
32596
+ */
32597
+ Protocol?: String;
32598
+ /**
32599
+ * The meta data tags used for the transit gateway policy rule.
32600
+ */
32601
+ MetaData?: TransitGatewayPolicyRuleMetaData;
32602
+ }
32603
+ export interface TransitGatewayPolicyRuleMetaData {
32604
+ /**
32605
+ * The key name for the transit gateway policy rule meta data tag.
32606
+ */
32607
+ MetaDataKey?: String;
32608
+ /**
32609
+ * The value of the key for the transit gateway policy rule meta data tag.
32610
+ */
32611
+ MetaDataValue?: String;
32612
+ }
32613
+ export interface TransitGatewayPolicyTable {
32614
+ /**
32615
+ * The ID of the transit gateway policy table.
32616
+ */
32617
+ TransitGatewayPolicyTableId?: TransitGatewayPolicyTableId;
32618
+ /**
32619
+ * The ID of the transit gateway.
32620
+ */
32621
+ TransitGatewayId?: TransitGatewayId;
32622
+ /**
32623
+ * The state of the transit gateway policy table
32624
+ */
32625
+ State?: TransitGatewayPolicyTableState;
32626
+ /**
32627
+ * The timestamp when the transit gateway policy table was created.
32628
+ */
32629
+ CreationTime?: DateTime;
32630
+ /**
32631
+ * he key-value pairs associated with the transit gateway policy table.
32632
+ */
32633
+ Tags?: TagList;
32634
+ }
32635
+ export interface TransitGatewayPolicyTableAssociation {
32636
+ /**
32637
+ * The ID of the transit gateway policy table.
32638
+ */
32639
+ TransitGatewayPolicyTableId?: TransitGatewayPolicyTableId;
32640
+ /**
32641
+ * The ID of the transit gateway attachment.
32642
+ */
32643
+ TransitGatewayAttachmentId?: TransitGatewayAttachmentId;
32644
+ /**
32645
+ * The resource ID of the transit gateway attachment.
32646
+ */
32647
+ ResourceId?: String;
32648
+ /**
32649
+ * The resource type for the transit gateway policy table association.
32650
+ */
32651
+ ResourceType?: TransitGatewayAttachmentResourceType;
32652
+ /**
32653
+ * The state of the transit gateway policy table association.
32654
+ */
32655
+ State?: TransitGatewayAssociationState;
32656
+ }
32657
+ export type TransitGatewayPolicyTableAssociationList = TransitGatewayPolicyTableAssociation[];
32658
+ export interface TransitGatewayPolicyTableEntry {
32659
+ /**
32660
+ * The rule number for the transit gateway policy table entry.
32661
+ */
32662
+ PolicyRuleNumber?: String;
32663
+ /**
32664
+ * The policy rule associated with the transit gateway policy table.
32665
+ */
32666
+ PolicyRule?: TransitGatewayPolicyRule;
32667
+ /**
32668
+ * The ID of the target route table.
32669
+ */
32670
+ TargetRouteTableId?: TransitGatewayRouteTableId;
32671
+ }
32672
+ export type TransitGatewayPolicyTableEntryList = TransitGatewayPolicyTableEntry[];
32673
+ export type TransitGatewayPolicyTableId = string;
32674
+ export type TransitGatewayPolicyTableIdStringList = TransitGatewayPolicyTableId[];
32675
+ export type TransitGatewayPolicyTableList = TransitGatewayPolicyTable[];
32676
+ export type TransitGatewayPolicyTableState = "pending"|"available"|"deleting"|"deleted"|string;
32231
32677
  export interface TransitGatewayPrefixListAttachment {
32232
32678
  /**
32233
32679
  * The ID of the attachment.
@@ -32291,6 +32737,10 @@ declare namespace EC2 {
32291
32737
  * The state.
32292
32738
  */
32293
32739
  State?: TransitGatewayPropagationState;
32740
+ /**
32741
+ * The ID of the transit gateway route table announcement.
32742
+ */
32743
+ TransitGatewayRouteTableAnnouncementId?: TransitGatewayRouteTableAnnouncementId;
32294
32744
  }
32295
32745
  export type TransitGatewayPropagationState = "enabling"|"enabled"|"disabling"|"disabled"|string;
32296
32746
  export interface TransitGatewayRequestOptions {
@@ -32336,6 +32786,7 @@ declare namespace EC2 {
32336
32786
  * The ID of the prefix list used for destination matches.
32337
32787
  */
32338
32788
  PrefixListId?: PrefixListResourceId;
32789
+ TransitGatewayRouteTableAnnouncementId?: TransitGatewayRouteTableAnnouncementId;
32339
32790
  /**
32340
32791
  * The attachments.
32341
32792
  */
@@ -32396,6 +32847,51 @@ declare namespace EC2 {
32396
32847
  */
32397
32848
  Tags?: TagList;
32398
32849
  }
32850
+ export interface TransitGatewayRouteTableAnnouncement {
32851
+ /**
32852
+ * The ID of the transit gateway route table announcement.
32853
+ */
32854
+ TransitGatewayRouteTableAnnouncementId?: TransitGatewayRouteTableAnnouncementId;
32855
+ /**
32856
+ * The ID of the transit gateway.
32857
+ */
32858
+ TransitGatewayId?: TransitGatewayId;
32859
+ CoreNetworkId?: String;
32860
+ /**
32861
+ * The ID of the peer transit gateway.
32862
+ */
32863
+ PeerTransitGatewayId?: TransitGatewayId;
32864
+ PeerCoreNetworkId?: String;
32865
+ /**
32866
+ * The ID of the peering attachment.
32867
+ */
32868
+ PeeringAttachmentId?: TransitGatewayAttachmentId;
32869
+ /**
32870
+ * The direction for the route table announcement.
32871
+ */
32872
+ AnnouncementDirection?: TransitGatewayRouteTableAnnouncementDirection;
32873
+ /**
32874
+ * The ID of the transit gateway route table.
32875
+ */
32876
+ TransitGatewayRouteTableId?: TransitGatewayRouteTableId;
32877
+ /**
32878
+ * The state of the transit gateway announcement.
32879
+ */
32880
+ State?: TransitGatewayRouteTableAnnouncementState;
32881
+ /**
32882
+ * The timestamp when the transit gateway route table announcement was created.
32883
+ */
32884
+ CreationTime?: DateTime;
32885
+ /**
32886
+ * The key-value pairs associated with the route table announcement.
32887
+ */
32888
+ Tags?: TagList;
32889
+ }
32890
+ export type TransitGatewayRouteTableAnnouncementDirection = "outgoing"|"incoming"|string;
32891
+ export type TransitGatewayRouteTableAnnouncementId = string;
32892
+ export type TransitGatewayRouteTableAnnouncementIdStringList = TransitGatewayRouteTableAnnouncementId[];
32893
+ export type TransitGatewayRouteTableAnnouncementList = TransitGatewayRouteTableAnnouncement[];
32894
+ export type TransitGatewayRouteTableAnnouncementState = "available"|"pending"|"failing"|"failed"|"deleting"|"deleted"|string;
32399
32895
  export interface TransitGatewayRouteTableAssociation {
32400
32896
  /**
32401
32897
  * The ID of the attachment.
@@ -32435,6 +32931,10 @@ declare namespace EC2 {
32435
32931
  * The state of the resource.
32436
32932
  */
32437
32933
  State?: TransitGatewayPropagationState;
32934
+ /**
32935
+ * The ID of the transit gateway route table announcement.
32936
+ */
32937
+ TransitGatewayRouteTableAnnouncementId?: TransitGatewayRouteTableAnnouncementId;
32438
32938
  }
32439
32939
  export type TransitGatewayRouteTablePropagationList = TransitGatewayRouteTablePropagation[];
32440
32940
  export interface TransitGatewayRouteTableRoute {