@aws-sdk/client-ec2 3.1097.0 → 3.1098.0

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.
Files changed (82) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/index.js +113 -11
  3. package/dist-es/EC2.js +8 -0
  4. package/dist-es/commands/CreateTransitGatewayPolicyTableEntryCommand.js +4 -0
  5. package/dist-es/commands/DeleteTransitGatewayPolicyTableEntryCommand.js +4 -0
  6. package/dist-es/commands/ModifyTransitGatewayPolicyTableEntryCommand.js +4 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/enums.js +4 -0
  9. package/dist-es/pagination/GetTransitGatewayPolicyTableEntriesPaginator.js +4 -0
  10. package/dist-es/pagination/index.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +77 -10
  12. package/dist-types/EC2.d.ts +28 -0
  13. package/dist-types/EC2Client.d.ts +5 -2
  14. package/dist-types/commands/CreateTransitGatewayPolicyTableEntryCommand.d.ts +100 -0
  15. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteTransitGatewayPolicyTableEntryCommand.d.ts +88 -0
  20. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +1 -2
  22. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -0
  24. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  25. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  26. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -2
  27. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
  28. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -1
  29. package/dist-types/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +1 -1
  30. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyTransitGatewayPolicyTableEntryCommand.d.ts +100 -0
  32. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  33. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +1 -1
  36. package/dist-types/commands/index.d.ts +3 -0
  37. package/dist-types/models/enums.d.ts +12 -0
  38. package/dist-types/models/models_2.d.ts +175 -116
  39. package/dist-types/models/models_3.d.ts +148 -802
  40. package/dist-types/models/models_4.d.ts +803 -350
  41. package/dist-types/models/models_5.d.ts +355 -262
  42. package/dist-types/models/models_6.d.ts +305 -227
  43. package/dist-types/models/models_7.d.ts +200 -150
  44. package/dist-types/models/models_8.d.ts +145 -1
  45. package/dist-types/pagination/GetTransitGatewayPolicyTableEntriesPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +11 -0
  48. package/dist-types/ts3.4/EC2.d.ts +58 -0
  49. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  50. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
  51. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
  56. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +4 -2
  62. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/ModifyIpamPolicyAllocationRulesCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ModifyTransitGatewayPolicyTableEntryCommand.d.ts +42 -0
  66. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateCapacityManagerMonitoredTagKeysCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  71. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  72. package/dist-types/ts3.4/models/models_2.d.ts +41 -30
  73. package/dist-types/ts3.4/models/models_3.d.ts +40 -105
  74. package/dist-types/ts3.4/models/models_4.d.ts +98 -61
  75. package/dist-types/ts3.4/models/models_5.d.ts +68 -46
  76. package/dist-types/ts3.4/models/models_6.d.ts +43 -50
  77. package/dist-types/ts3.4/models/models_7.d.ts +49 -36
  78. package/dist-types/ts3.4/models/models_8.d.ts +36 -1
  79. package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableEntriesPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  81. package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
  82. package/package.json +8 -8
@@ -572,6 +572,10 @@ import {
572
572
  CreateTransitGatewayPolicyTableCommandInput,
573
573
  CreateTransitGatewayPolicyTableCommandOutput,
574
574
  } from "./commands/CreateTransitGatewayPolicyTableCommand";
575
+ import {
576
+ CreateTransitGatewayPolicyTableEntryCommandInput,
577
+ CreateTransitGatewayPolicyTableEntryCommandOutput,
578
+ } from "./commands/CreateTransitGatewayPolicyTableEntryCommand";
575
579
  import {
576
580
  CreateTransitGatewayPrefixListReferenceCommandInput,
577
581
  CreateTransitGatewayPrefixListReferenceCommandOutput,
@@ -932,6 +936,10 @@ import {
932
936
  DeleteTransitGatewayPolicyTableCommandInput,
933
937
  DeleteTransitGatewayPolicyTableCommandOutput,
934
938
  } from "./commands/DeleteTransitGatewayPolicyTableCommand";
939
+ import {
940
+ DeleteTransitGatewayPolicyTableEntryCommandInput,
941
+ DeleteTransitGatewayPolicyTableEntryCommandOutput,
942
+ } from "./commands/DeleteTransitGatewayPolicyTableEntryCommand";
935
943
  import {
936
944
  DeleteTransitGatewayPrefixListReferenceCommandInput,
937
945
  DeleteTransitGatewayPrefixListReferenceCommandOutput,
@@ -2611,6 +2619,10 @@ import {
2611
2619
  ModifyTransitGatewayMeteringPolicyCommandInput,
2612
2620
  ModifyTransitGatewayMeteringPolicyCommandOutput,
2613
2621
  } from "./commands/ModifyTransitGatewayMeteringPolicyCommand";
2622
+ import {
2623
+ ModifyTransitGatewayPolicyTableEntryCommandInput,
2624
+ ModifyTransitGatewayPolicyTableEntryCommandOutput,
2625
+ } from "./commands/ModifyTransitGatewayPolicyTableEntryCommand";
2614
2626
  import {
2615
2627
  ModifyTransitGatewayPrefixListReferenceCommandInput,
2616
2628
  ModifyTransitGatewayPrefixListReferenceCommandOutput,
@@ -4977,6 +4989,19 @@ export interface EC2 {
4977
4989
  options: __HttpHandlerOptions,
4978
4990
  cb: (err: any, data?: CreateTransitGatewayPolicyTableCommandOutput) => void,
4979
4991
  ): void;
4992
+ createTransitGatewayPolicyTableEntry(
4993
+ args: CreateTransitGatewayPolicyTableEntryCommandInput,
4994
+ options?: __HttpHandlerOptions,
4995
+ ): Promise<CreateTransitGatewayPolicyTableEntryCommandOutput>;
4996
+ createTransitGatewayPolicyTableEntry(
4997
+ args: CreateTransitGatewayPolicyTableEntryCommandInput,
4998
+ cb: (err: any, data?: CreateTransitGatewayPolicyTableEntryCommandOutput) => void,
4999
+ ): void;
5000
+ createTransitGatewayPolicyTableEntry(
5001
+ args: CreateTransitGatewayPolicyTableEntryCommandInput,
5002
+ options: __HttpHandlerOptions,
5003
+ cb: (err: any, data?: CreateTransitGatewayPolicyTableEntryCommandOutput) => void,
5004
+ ): void;
4980
5005
  createTransitGatewayPrefixListReference(
4981
5006
  args: CreateTransitGatewayPrefixListReferenceCommandInput,
4982
5007
  options?: __HttpHandlerOptions,
@@ -6200,6 +6225,19 @@ export interface EC2 {
6200
6225
  options: __HttpHandlerOptions,
6201
6226
  cb: (err: any, data?: DeleteTransitGatewayPolicyTableCommandOutput) => void,
6202
6227
  ): void;
6228
+ deleteTransitGatewayPolicyTableEntry(
6229
+ args: DeleteTransitGatewayPolicyTableEntryCommandInput,
6230
+ options?: __HttpHandlerOptions,
6231
+ ): Promise<DeleteTransitGatewayPolicyTableEntryCommandOutput>;
6232
+ deleteTransitGatewayPolicyTableEntry(
6233
+ args: DeleteTransitGatewayPolicyTableEntryCommandInput,
6234
+ cb: (err: any, data?: DeleteTransitGatewayPolicyTableEntryCommandOutput) => void,
6235
+ ): void;
6236
+ deleteTransitGatewayPolicyTableEntry(
6237
+ args: DeleteTransitGatewayPolicyTableEntryCommandInput,
6238
+ options: __HttpHandlerOptions,
6239
+ cb: (err: any, data?: DeleteTransitGatewayPolicyTableEntryCommandOutput) => void,
6240
+ ): void;
6203
6241
  deleteTransitGatewayPrefixListReference(
6204
6242
  args: DeleteTransitGatewayPrefixListReferenceCommandInput,
6205
6243
  options?: __HttpHandlerOptions,
@@ -11932,6 +11970,19 @@ export interface EC2 {
11932
11970
  options: __HttpHandlerOptions,
11933
11971
  cb: (err: any, data?: ModifyTransitGatewayMeteringPolicyCommandOutput) => void,
11934
11972
  ): void;
11973
+ modifyTransitGatewayPolicyTableEntry(
11974
+ args: ModifyTransitGatewayPolicyTableEntryCommandInput,
11975
+ options?: __HttpHandlerOptions,
11976
+ ): Promise<ModifyTransitGatewayPolicyTableEntryCommandOutput>;
11977
+ modifyTransitGatewayPolicyTableEntry(
11978
+ args: ModifyTransitGatewayPolicyTableEntryCommandInput,
11979
+ cb: (err: any, data?: ModifyTransitGatewayPolicyTableEntryCommandOutput) => void,
11980
+ ): void;
11981
+ modifyTransitGatewayPolicyTableEntry(
11982
+ args: ModifyTransitGatewayPolicyTableEntryCommandInput,
11983
+ options: __HttpHandlerOptions,
11984
+ cb: (err: any, data?: ModifyTransitGatewayPolicyTableEntryCommandOutput) => void,
11985
+ ): void;
11935
11986
  modifyTransitGatewayPrefixListReference(
11936
11987
  args: ModifyTransitGatewayPrefixListReferenceCommandInput,
11937
11988
  options?: __HttpHandlerOptions,
@@ -14452,6 +14503,13 @@ export interface EC2 {
14452
14503
  Exclude<keyof PaginationConfiguration, "client">
14453
14504
  >,
14454
14505
  ): Paginator<GetTransitGatewayPolicyTableAssociationsCommandOutput>;
14506
+ paginateGetTransitGatewayPolicyTableEntries(
14507
+ args: GetTransitGatewayPolicyTableEntriesCommandInput,
14508
+ paginationConfig?: Pick<
14509
+ PaginationConfiguration,
14510
+ Exclude<keyof PaginationConfiguration, "client">
14511
+ >,
14512
+ ): Paginator<GetTransitGatewayPolicyTableEntriesCommandOutput>;
14455
14513
  paginateGetTransitGatewayPrefixListReferences(
14456
14514
  args: GetTransitGatewayPrefixListReferencesCommandInput,
14457
14515
  paginationConfig?: Pick<
@@ -600,6 +600,10 @@ import {
600
600
  CreateTransitGatewayPolicyTableCommandInput,
601
601
  CreateTransitGatewayPolicyTableCommandOutput,
602
602
  } from "./commands/CreateTransitGatewayPolicyTableCommand";
603
+ import {
604
+ CreateTransitGatewayPolicyTableEntryCommandInput,
605
+ CreateTransitGatewayPolicyTableEntryCommandOutput,
606
+ } from "./commands/CreateTransitGatewayPolicyTableEntryCommand";
603
607
  import {
604
608
  CreateTransitGatewayPrefixListReferenceCommandInput,
605
609
  CreateTransitGatewayPrefixListReferenceCommandOutput,
@@ -960,6 +964,10 @@ import {
960
964
  DeleteTransitGatewayPolicyTableCommandInput,
961
965
  DeleteTransitGatewayPolicyTableCommandOutput,
962
966
  } from "./commands/DeleteTransitGatewayPolicyTableCommand";
967
+ import {
968
+ DeleteTransitGatewayPolicyTableEntryCommandInput,
969
+ DeleteTransitGatewayPolicyTableEntryCommandOutput,
970
+ } from "./commands/DeleteTransitGatewayPolicyTableEntryCommand";
963
971
  import {
964
972
  DeleteTransitGatewayPrefixListReferenceCommandInput,
965
973
  DeleteTransitGatewayPrefixListReferenceCommandOutput,
@@ -2639,6 +2647,10 @@ import {
2639
2647
  ModifyTransitGatewayMeteringPolicyCommandInput,
2640
2648
  ModifyTransitGatewayMeteringPolicyCommandOutput,
2641
2649
  } from "./commands/ModifyTransitGatewayMeteringPolicyCommand";
2650
+ import {
2651
+ ModifyTransitGatewayPolicyTableEntryCommandInput,
2652
+ ModifyTransitGatewayPolicyTableEntryCommandOutput,
2653
+ } from "./commands/ModifyTransitGatewayPolicyTableEntryCommand";
2642
2654
  import {
2643
2655
  ModifyTransitGatewayPrefixListReferenceCommandInput,
2644
2656
  ModifyTransitGatewayPrefixListReferenceCommandOutput,
@@ -3222,6 +3234,7 @@ export type ServiceInputTypes =
3222
3234
  | CreateTransitGatewayMulticastDomainCommandInput
3223
3235
  | CreateTransitGatewayPeeringAttachmentCommandInput
3224
3236
  | CreateTransitGatewayPolicyTableCommandInput
3237
+ | CreateTransitGatewayPolicyTableEntryCommandInput
3225
3238
  | CreateTransitGatewayPrefixListReferenceCommandInput
3226
3239
  | CreateTransitGatewayRouteCommandInput
3227
3240
  | CreateTransitGatewayRouteTableAnnouncementCommandInput
@@ -3315,6 +3328,7 @@ export type ServiceInputTypes =
3315
3328
  | DeleteTransitGatewayMulticastDomainCommandInput
3316
3329
  | DeleteTransitGatewayPeeringAttachmentCommandInput
3317
3330
  | DeleteTransitGatewayPolicyTableCommandInput
3331
+ | DeleteTransitGatewayPolicyTableEntryCommandInput
3318
3332
  | DeleteTransitGatewayPrefixListReferenceCommandInput
3319
3333
  | DeleteTransitGatewayRouteCommandInput
3320
3334
  | DeleteTransitGatewayRouteTableAnnouncementCommandInput
@@ -3740,6 +3754,7 @@ export type ServiceInputTypes =
3740
3754
  | ModifyTrafficMirrorSessionCommandInput
3741
3755
  | ModifyTransitGatewayCommandInput
3742
3756
  | ModifyTransitGatewayMeteringPolicyCommandInput
3757
+ | ModifyTransitGatewayPolicyTableEntryCommandInput
3743
3758
  | ModifyTransitGatewayPrefixListReferenceCommandInput
3744
3759
  | ModifyTransitGatewayVpcAttachmentCommandInput
3745
3760
  | ModifyVerifiedAccessEndpointCommandInput
@@ -3995,6 +4010,7 @@ export type ServiceOutputTypes =
3995
4010
  | CreateTransitGatewayMulticastDomainCommandOutput
3996
4011
  | CreateTransitGatewayPeeringAttachmentCommandOutput
3997
4012
  | CreateTransitGatewayPolicyTableCommandOutput
4013
+ | CreateTransitGatewayPolicyTableEntryCommandOutput
3998
4014
  | CreateTransitGatewayPrefixListReferenceCommandOutput
3999
4015
  | CreateTransitGatewayRouteCommandOutput
4000
4016
  | CreateTransitGatewayRouteTableAnnouncementCommandOutput
@@ -4088,6 +4104,7 @@ export type ServiceOutputTypes =
4088
4104
  | DeleteTransitGatewayMulticastDomainCommandOutput
4089
4105
  | DeleteTransitGatewayPeeringAttachmentCommandOutput
4090
4106
  | DeleteTransitGatewayPolicyTableCommandOutput
4107
+ | DeleteTransitGatewayPolicyTableEntryCommandOutput
4091
4108
  | DeleteTransitGatewayPrefixListReferenceCommandOutput
4092
4109
  | DeleteTransitGatewayRouteCommandOutput
4093
4110
  | DeleteTransitGatewayRouteTableAnnouncementCommandOutput
@@ -4513,6 +4530,7 @@ export type ServiceOutputTypes =
4513
4530
  | ModifyTrafficMirrorSessionCommandOutput
4514
4531
  | ModifyTransitGatewayCommandOutput
4515
4532
  | ModifyTransitGatewayMeteringPolicyCommandOutput
4533
+ | ModifyTransitGatewayPolicyTableEntryCommandOutput
4516
4534
  | ModifyTransitGatewayPrefixListReferenceCommandOutput
4517
4535
  | ModifyTransitGatewayVpcAttachmentCommandOutput
4518
4536
  | ModifyVerifiedAccessEndpointCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ CreateTransitGatewayPolicyTableEntryRequest,
4
+ CreateTransitGatewayPolicyTableEntryResult,
5
+ } from "../models/models_2";
6
+ export { __MetadataBearer };
7
+ export interface CreateTransitGatewayPolicyTableEntryCommandInput extends CreateTransitGatewayPolicyTableEntryRequest {}
8
+ export interface CreateTransitGatewayPolicyTableEntryCommandOutput
9
+ extends CreateTransitGatewayPolicyTableEntryResult, __MetadataBearer {}
10
+ declare const CreateTransitGatewayPolicyTableEntryCommand_base: {
11
+ new (
12
+ input: CreateTransitGatewayPolicyTableEntryCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ CreateTransitGatewayPolicyTableEntryCommandInput,
15
+ CreateTransitGatewayPolicyTableEntryCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: CreateTransitGatewayPolicyTableEntryCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateTransitGatewayPolicyTableEntryCommandInput,
24
+ CreateTransitGatewayPolicyTableEntryCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class CreateTransitGatewayPolicyTableEntryCommand extends CreateTransitGatewayPolicyTableEntryCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: CreateTransitGatewayPolicyTableEntryRequest;
35
+ output: CreateTransitGatewayPolicyTableEntryResult;
36
+ };
37
+ sdk: {
38
+ input: CreateTransitGatewayPolicyTableEntryCommandInput;
39
+ output: CreateTransitGatewayPolicyTableEntryCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeleteRouteRequest } from "../models/models_2";
2
+ import { DeleteRouteRequest } from "../models/models_3";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteRouteCommandInput extends DeleteRouteRequest {}
5
5
  export interface DeleteRouteCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeleteRouteServerRequest, DeleteRouteServerResult } from "../models/models_2";
2
+ import { DeleteRouteServerRequest, DeleteRouteServerResult } from "../models/models_3";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteRouteServerCommandInput extends DeleteRouteServerRequest {}
5
5
  export interface DeleteRouteServerCommandOutput extends DeleteRouteServerResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DeleteRouteServerEndpointRequest,
4
4
  DeleteRouteServerEndpointResult,
5
- } from "../models/models_2";
5
+ } from "../models/models_3";
6
6
  export { __MetadataBearer };
7
7
  export interface DeleteRouteServerEndpointCommandInput extends DeleteRouteServerEndpointRequest {}
8
8
  export interface DeleteRouteServerEndpointCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeleteRouteServerPeerRequest, DeleteRouteServerPeerResult } from "../models/models_2";
2
+ import { DeleteRouteServerPeerRequest, DeleteRouteServerPeerResult } from "../models/models_3";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteRouteServerPeerCommandInput extends DeleteRouteServerPeerRequest {}
5
5
  export interface DeleteRouteServerPeerCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DeleteTransitGatewayPolicyTableEntryRequest,
4
+ DeleteTransitGatewayPolicyTableEntryResult,
5
+ } from "../models/models_3";
6
+ export { __MetadataBearer };
7
+ export interface DeleteTransitGatewayPolicyTableEntryCommandInput extends DeleteTransitGatewayPolicyTableEntryRequest {}
8
+ export interface DeleteTransitGatewayPolicyTableEntryCommandOutput
9
+ extends DeleteTransitGatewayPolicyTableEntryResult, __MetadataBearer {}
10
+ declare const DeleteTransitGatewayPolicyTableEntryCommand_base: {
11
+ new (
12
+ input: DeleteTransitGatewayPolicyTableEntryCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DeleteTransitGatewayPolicyTableEntryCommandInput,
15
+ DeleteTransitGatewayPolicyTableEntryCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DeleteTransitGatewayPolicyTableEntryCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteTransitGatewayPolicyTableEntryCommandInput,
24
+ DeleteTransitGatewayPolicyTableEntryCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DeleteTransitGatewayPolicyTableEntryCommand extends DeleteTransitGatewayPolicyTableEntryCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DeleteTransitGatewayPolicyTableEntryRequest;
35
+ output: DeleteTransitGatewayPolicyTableEntryResult;
36
+ };
37
+ sdk: {
38
+ input: DeleteTransitGatewayPolicyTableEntryCommandInput;
39
+ output: DeleteTransitGatewayPolicyTableEntryCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeImageUsageReportEntriesRequest,
4
4
  DescribeImageUsageReportEntriesResult,
5
- } from "../models/models_3";
5
+ } from "../models/models_4";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeImageUsageReportEntriesCommandInput extends DescribeImageUsageReportEntriesRequest {}
8
8
  export interface DescribeImageUsageReportEntriesCommandOutput
@@ -1,6 +1,8 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeImageUsageReportsRequest } from "../models/models_3";
3
- import { DescribeImageUsageReportsResult } from "../models/models_4";
2
+ import {
3
+ DescribeImageUsageReportsRequest,
4
+ DescribeImageUsageReportsResult,
5
+ } from "../models/models_4";
4
6
  export { __MetadataBearer };
5
7
  export interface DescribeImageUsageReportsCommandInput extends DescribeImageUsageReportsRequest {}
6
8
  export interface DescribeImageUsageReportsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeImagesRequest, DescribeImagesResult } from "../models/models_3";
2
+ import { DescribeImagesRequest, DescribeImagesResult } from "../models/models_4";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeImagesCommandInput extends DescribeImagesRequest {}
5
5
  export interface DescribeImagesCommandOutput extends DescribeImagesResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  GetActiveVpnTunnelStatusRequest,
4
4
  GetActiveVpnTunnelStatusResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface GetActiveVpnTunnelStatusCommandInput extends GetActiveVpnTunnelStatusRequest {}
8
8
  export interface GetActiveVpnTunnelStatusCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  GetAllowedImagesSettingsRequest,
4
4
  GetAllowedImagesSettingsResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface GetAllowedImagesSettingsCommandInput extends GetAllowedImagesSettingsRequest {}
8
8
  export interface GetAllowedImagesSettingsCommandOutput
@@ -1,6 +1,8 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetAssociatedEnclaveCertificateIamRolesRequest } from "../models/models_5";
3
- import { GetAssociatedEnclaveCertificateIamRolesResult } from "../models/models_6";
2
+ import {
3
+ GetAssociatedEnclaveCertificateIamRolesRequest,
4
+ GetAssociatedEnclaveCertificateIamRolesResult,
5
+ } from "../models/models_6";
4
6
  export { __MetadataBearer };
5
7
  export interface GetAssociatedEnclaveCertificateIamRolesCommandInput extends GetAssociatedEnclaveCertificateIamRolesRequest {}
6
8
  export interface GetAssociatedEnclaveCertificateIamRolesCommandOutput
@@ -1,5 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyIpamRequest, ModifyIpamResult } from "../models/models_6";
2
+ import { ModifyIpamRequest } from "../models/models_6";
3
+ import { ModifyIpamResult } from "../models/models_7";
3
4
  export { __MetadataBearer };
4
5
  export interface ModifyIpamCommandInput extends ModifyIpamRequest {}
5
6
  export interface ModifyIpamCommandOutput extends ModifyIpamResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyIpamPolicyAllocationRulesRequest,
4
4
  ModifyIpamPolicyAllocationRulesResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyIpamPolicyAllocationRulesCommandInput extends ModifyIpamPolicyAllocationRulesRequest {}
8
8
  export interface ModifyIpamPolicyAllocationRulesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyIpamPoolRequest, ModifyIpamPoolResult } from "../models/models_6";
2
+ import { ModifyIpamPoolRequest, ModifyIpamPoolResult } from "../models/models_7";
3
3
  export { __MetadataBearer };
4
4
  export interface ModifyIpamPoolCommandInput extends ModifyIpamPoolRequest {}
5
5
  export interface ModifyIpamPoolCommandOutput extends ModifyIpamPoolResult, __MetadataBearer {}
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ModifyTransitGatewayPolicyTableEntryRequest,
4
+ ModifyTransitGatewayPolicyTableEntryResult,
5
+ } from "../models/models_7";
6
+ export { __MetadataBearer };
7
+ export interface ModifyTransitGatewayPolicyTableEntryCommandInput extends ModifyTransitGatewayPolicyTableEntryRequest {}
8
+ export interface ModifyTransitGatewayPolicyTableEntryCommandOutput
9
+ extends ModifyTransitGatewayPolicyTableEntryResult, __MetadataBearer {}
10
+ declare const ModifyTransitGatewayPolicyTableEntryCommand_base: {
11
+ new (
12
+ input: ModifyTransitGatewayPolicyTableEntryCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ModifyTransitGatewayPolicyTableEntryCommandInput,
15
+ ModifyTransitGatewayPolicyTableEntryCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: ModifyTransitGatewayPolicyTableEntryCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ModifyTransitGatewayPolicyTableEntryCommandInput,
24
+ ModifyTransitGatewayPolicyTableEntryCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ModifyTransitGatewayPolicyTableEntryCommand extends ModifyTransitGatewayPolicyTableEntryCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ModifyTransitGatewayPolicyTableEntryRequest;
35
+ output: ModifyTransitGatewayPolicyTableEntryResult;
36
+ };
37
+ sdk: {
38
+ input: ModifyTransitGatewayPolicyTableEntryCommandInput;
39
+ output: ModifyTransitGatewayPolicyTableEntryCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  UnassignPrivateNatGatewayAddressRequest,
4
4
  UnassignPrivateNatGatewayAddressResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface UnassignPrivateNatGatewayAddressCommandInput extends UnassignPrivateNatGatewayAddressRequest {}
8
8
  export interface UnassignPrivateNatGatewayAddressCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { UnlockSnapshotRequest, UnlockSnapshotResult } from "../models/models_7";
2
+ import { UnlockSnapshotRequest, UnlockSnapshotResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface UnlockSnapshotCommandInput extends UnlockSnapshotRequest {}
5
5
  export interface UnlockSnapshotCommandOutput extends UnlockSnapshotResult, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { UnmonitorInstancesRequest, UnmonitorInstancesResult } from "../models/models_7";
2
+ import { UnmonitorInstancesRequest, UnmonitorInstancesResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface UnmonitorInstancesCommandInput extends UnmonitorInstancesRequest {}
5
5
  export interface UnmonitorInstancesCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  UpdateCapacityManagerMonitoredTagKeysRequest,
4
4
  UpdateCapacityManagerMonitoredTagKeysResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface UpdateCapacityManagerMonitoredTagKeysCommandInput extends UpdateCapacityManagerMonitoredTagKeysRequest {}
8
8
  export interface UpdateCapacityManagerMonitoredTagKeysCommandOutput
@@ -145,6 +145,7 @@ export * from "./CreateTransitGatewayMeteringPolicyEntryCommand";
145
145
  export * from "./CreateTransitGatewayMulticastDomainCommand";
146
146
  export * from "./CreateTransitGatewayPeeringAttachmentCommand";
147
147
  export * from "./CreateTransitGatewayPolicyTableCommand";
148
+ export * from "./CreateTransitGatewayPolicyTableEntryCommand";
148
149
  export * from "./CreateTransitGatewayPrefixListReferenceCommand";
149
150
  export * from "./CreateTransitGatewayRouteCommand";
150
151
  export * from "./CreateTransitGatewayRouteTableAnnouncementCommand";
@@ -238,6 +239,7 @@ export * from "./DeleteTransitGatewayMeteringPolicyEntryCommand";
238
239
  export * from "./DeleteTransitGatewayMulticastDomainCommand";
239
240
  export * from "./DeleteTransitGatewayPeeringAttachmentCommand";
240
241
  export * from "./DeleteTransitGatewayPolicyTableCommand";
242
+ export * from "./DeleteTransitGatewayPolicyTableEntryCommand";
241
243
  export * from "./DeleteTransitGatewayPrefixListReferenceCommand";
242
244
  export * from "./DeleteTransitGatewayRouteCommand";
243
245
  export * from "./DeleteTransitGatewayRouteTableAnnouncementCommand";
@@ -663,6 +665,7 @@ export * from "./ModifyTrafficMirrorFilterRuleCommand";
663
665
  export * from "./ModifyTrafficMirrorSessionCommand";
664
666
  export * from "./ModifyTransitGatewayCommand";
665
667
  export * from "./ModifyTransitGatewayMeteringPolicyCommand";
668
+ export * from "./ModifyTransitGatewayPolicyTableEntryCommand";
666
669
  export * from "./ModifyTransitGatewayPrefixListReferenceCommand";
667
670
  export * from "./ModifyTransitGatewayVpcAttachmentCommand";
668
671
  export * from "./ModifyVerifiedAccessEndpointCommand";
@@ -3324,6 +3324,12 @@ export declare const TransitGatewayPolicyTableState: {
3324
3324
  };
3325
3325
  export type TransitGatewayPolicyTableState =
3326
3326
  (typeof TransitGatewayPolicyTableState)[keyof typeof TransitGatewayPolicyTableState];
3327
+ export declare const TransitGatewayPolicyTableEntryState: {
3328
+ readonly active: "active";
3329
+ readonly deleted: "deleted";
3330
+ };
3331
+ export type TransitGatewayPolicyTableEntryState =
3332
+ (typeof TransitGatewayPolicyTableEntryState)[keyof typeof TransitGatewayPolicyTableEntryState];
3327
3333
  export declare const TransitGatewayPrefixListReferenceState: {
3328
3334
  readonly available: "available";
3329
3335
  readonly deleting: "deleting";
@@ -67,6 +67,7 @@ import {
67
67
  TransitGatewayMeteringPolicyEntryState,
68
68
  TransitGatewayMeteringPolicyState,
69
69
  TransitGatewayMulticastDomainState,
70
+ TransitGatewayPolicyTableEntryState,
70
71
  TransitGatewayPolicyTableState,
71
72
  TransitGatewayPrefixListReferenceState,
72
73
  TransitGatewayRouteState,
@@ -130,8 +131,6 @@ import {
130
131
  LocalGatewayVirtualInterfaceGroup,
131
132
  ManagedPrefixList,
132
133
  OperatorRequest,
133
- RouteServer,
134
- RouteServerEndpoint,
135
134
  Subnet,
136
135
  Vpc,
137
136
  VpcEncryptionControl,
@@ -770,6 +769,46 @@ export interface TransitGatewayPolicyTable {
770
769
  export interface CreateTransitGatewayPolicyTableResult {
771
770
  TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
772
771
  }
772
+ export interface TransitGatewayRequestPolicyRuleMetaData {
773
+ MetaDataKey?: string | undefined;
774
+ MetaDataValue?: string | undefined;
775
+ }
776
+ export interface TransitGatewayRequestPolicyRule {
777
+ SourceCidrBlock?: string | undefined;
778
+ SourcePortRange?: string | undefined;
779
+ DestinationCidrBlock?: string | undefined;
780
+ DestinationPortRange?: string | undefined;
781
+ Protocol?: string | undefined;
782
+ MetaData?: TransitGatewayRequestPolicyRuleMetaData | undefined;
783
+ }
784
+ export interface CreateTransitGatewayPolicyTableEntryRequest {
785
+ TransitGatewayPolicyTableId: string | undefined;
786
+ PolicyRuleNumber: string | undefined;
787
+ PolicyRule?: TransitGatewayRequestPolicyRule | undefined;
788
+ TargetRouteTableId: string | undefined;
789
+ DryRun?: boolean | undefined;
790
+ }
791
+ export interface TransitGatewayPolicyRuleMetaData {
792
+ MetaDataKey?: string | undefined;
793
+ MetaDataValue?: string | undefined;
794
+ }
795
+ export interface TransitGatewayPolicyRule {
796
+ SourceCidrBlock?: string | undefined;
797
+ SourcePortRange?: string | undefined;
798
+ DestinationCidrBlock?: string | undefined;
799
+ DestinationPortRange?: string | undefined;
800
+ Protocol?: string | undefined;
801
+ MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
802
+ }
803
+ export interface TransitGatewayPolicyTableEntry {
804
+ PolicyRuleNumber?: string | undefined;
805
+ PolicyRule?: TransitGatewayPolicyRule | undefined;
806
+ TargetRouteTableId?: string | undefined;
807
+ State?: TransitGatewayPolicyTableEntryState | undefined;
808
+ }
809
+ export interface CreateTransitGatewayPolicyTableEntryResult {
810
+ TransitGatewayPolicyTableEntry?: TransitGatewayPolicyTableEntry | undefined;
811
+ }
773
812
  export interface CreateTransitGatewayPrefixListReferenceRequest {
774
813
  TransitGatewayRouteTableId: string | undefined;
775
814
  PrefixListId: string | undefined;
@@ -1901,31 +1940,3 @@ export interface DeleteQueuedReservedInstancesResult {
1901
1940
  SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[] | undefined;
1902
1941
  FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[] | undefined;
1903
1942
  }
1904
- export interface DeleteRouteRequest {
1905
- DestinationPrefixListId?: string | undefined;
1906
- DryRun?: boolean | undefined;
1907
- RouteTableId: string | undefined;
1908
- DestinationCidrBlock?: string | undefined;
1909
- DestinationIpv6CidrBlock?: string | undefined;
1910
- }
1911
- export interface DeleteRouteServerRequest {
1912
- RouteServerId: string | undefined;
1913
- DryRun?: boolean | undefined;
1914
- }
1915
- export interface DeleteRouteServerResult {
1916
- RouteServer?: RouteServer | undefined;
1917
- }
1918
- export interface DeleteRouteServerEndpointRequest {
1919
- RouteServerEndpointId: string | undefined;
1920
- DryRun?: boolean | undefined;
1921
- }
1922
- export interface DeleteRouteServerEndpointResult {
1923
- RouteServerEndpoint?: RouteServerEndpoint | undefined;
1924
- }
1925
- export interface DeleteRouteServerPeerRequest {
1926
- RouteServerPeerId: string | undefined;
1927
- DryRun?: boolean | undefined;
1928
- }
1929
- export interface DeleteRouteServerPeerResult {
1930
- RouteServerPeer?: RouteServerPeer | undefined;
1931
- }