@aws-sdk/client-ec2 3.1097.0 → 3.1099.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
@@ -1,10 +1,268 @@
1
1
  import type { _InstanceType, AccountVpcEncryptionControlMode, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoPlacement, BootModeValues, CapacityManagerMonitoredTagKeyStatus, CapacityManagerStatus, CapacityReservationPreference, CapacityReservationState, CapacityTenancy, Comparison, CurrencyCodeValues, DefaultHttpTokensEnforcedState, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DiskImageFormat, EkPubKeyFormat, EkPubKeyType, EndDateType, FilterByDimension, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, GroupBy, HostMaintenance, HostRecovery, HostTenancy, HttpTokensEnforcedState, HttpTokensState, IngestionStatus, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, ManagedResourceDefaultVisibility, MetadataDefaultHttpTokensState, Metric, MetricType, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PeriodType, PermissionGroup, PlatformValues, ReservationEndDateType, ReservationState, ReservationType, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SelfServicePortal, ShutdownBehavior, SnapshotBlockPublicAccessState, SSEType, StatisticType, TargetCapacityUnitType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType, VpcEncryptionControlExclusionStateInput } from "./enums";
2
- import type { AccessScopeAnalysisFinding, AccountVpcEncryptionControl, AddIpamOperatingRegion, AddressAttribute, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, InstanceEventWindow, InterruptibleCapacityAllocation, InterruptionInfo, IpamPoolAllocation, OperatorResponse, RouteServerAssociation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayConfigurationInputStructure, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
3
- import type { AttributeValue, CapacityReservationTarget, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, NetworkInsightsAccessScopeContent, Placement, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacitySpecificationRequest } from "./models_1";
4
- import type { SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
2
+ import type { AccessScopeAnalysisFinding, AccountVpcEncryptionControl, ActiveVpnTunnelStatus, AddIpamOperatingRegion, AddressAttribute, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, InstanceEventWindow, InterruptibleCapacityAllocation, InterruptionInfo, IpamPoolAllocation, OperatorResponse, RouteServerAssociation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayConfigurationInputStructure, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
3
+ import type { AttributeValue, CapacityReservationTarget, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent, Placement, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacitySpecificationRequest } from "./models_1";
4
+ import type { SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPolicyTableEntry, TransitGatewayPrefixListReference } from "./models_2";
5
5
  import type { ConversionTask, Filter, FpgaImageAttribute, IpamPoolCidr, LaunchPermission } from "./models_3";
6
6
  import type { AttributeBooleanValue, ImportImageLicenseConfigurationResponse, InstanceMetadataOptionsResponse, InstanceStatusEvent, SnapshotDetail, SnapshotTaskDetail } from "./models_4";
7
7
  import type { RouteServerPropagation } from "./models_5";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetActiveVpnTunnelStatusRequest {
12
+ /**
13
+ * <p>The ID of the VPN connection for which to retrieve the active tunnel status.</p>
14
+ * @public
15
+ */
16
+ VpnConnectionId: string | undefined;
17
+ /**
18
+ * <p>The external IP address of the VPN tunnel for which to retrieve the active status.</p>
19
+ * @public
20
+ */
21
+ VpnTunnelOutsideIpAddress: string | undefined;
22
+ /**
23
+ * <p>Checks whether you have the required permissions for the action, without actually making the request.</p>
24
+ * @public
25
+ */
26
+ DryRun?: boolean | undefined;
27
+ }
28
+ /**
29
+ * @public
30
+ */
31
+ export interface GetActiveVpnTunnelStatusResult {
32
+ /**
33
+ * <p>Information about the current security configuration of the VPN tunnel.</p>
34
+ * @public
35
+ */
36
+ ActiveVpnTunnelStatus?: ActiveVpnTunnelStatus | undefined;
37
+ }
38
+ /**
39
+ * @public
40
+ */
41
+ export interface GetAllowedImagesSettingsRequest {
42
+ /**
43
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
44
+ * and provides an error response. If you have the required permissions, the error response is
45
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
46
+ * @public
47
+ */
48
+ DryRun?: boolean | undefined;
49
+ }
50
+ /**
51
+ * <p>The maximum age for allowed images.</p>
52
+ * @public
53
+ */
54
+ export interface CreationDateCondition {
55
+ /**
56
+ * <p>The maximum number of days that have elapsed since the image was created. For example, a
57
+ * value of <code>300</code> allows images that were created within the last 300 days.</p>
58
+ * @public
59
+ */
60
+ MaximumDaysSinceCreated?: number | undefined;
61
+ }
62
+ /**
63
+ * <p>The maximum period since deprecation for allowed images.</p>
64
+ * @public
65
+ */
66
+ export interface DeprecationTimeCondition {
67
+ /**
68
+ * <p>The maximum number of days that have elapsed since the image was deprecated. When set to
69
+ * <code>0</code>, no deprecated images are allowed.</p>
70
+ * @public
71
+ */
72
+ MaximumDaysSinceDeprecated?: number | undefined;
73
+ }
74
+ /**
75
+ * <p>The watermark filter criteria for an allowed image. Each entry can specify one or more
76
+ * fields. All specified fields must match the same watermark on the image.</p>
77
+ * @public
78
+ */
79
+ export interface ImageWatermarkFilterResponse {
80
+ /**
81
+ * <p>The <code>accountId:name</code> of the watermark. Supports wildcards (<code>*</code>,
82
+ * <code>?</code>).</p>
83
+ * @public
84
+ */
85
+ WatermarkKey?: string | undefined;
86
+ /**
87
+ * <p>The Region where the watermark was originally created. Supports wildcards (<code>*</code>,
88
+ * <code>?</code>).</p>
89
+ * @public
90
+ */
91
+ SourceImageRegion?: string | undefined;
92
+ /**
93
+ * <p>The maximum number of days that have elapsed since the source image was
94
+ * created.</p>
95
+ * <p>Constraints: Minimum value of 0. Maximum value of 2147483647.</p>
96
+ * @public
97
+ */
98
+ MaximumDaysSinceSourceImageCreated?: number | undefined;
99
+ /**
100
+ * <p>The maximum number of days that have elapsed since the watermark was attached to the
101
+ * image.</p>
102
+ * <p>Constraints: Minimum value of 0. Maximum value of 2147483647.</p>
103
+ * @public
104
+ */
105
+ MaximumDaysSinceWatermarkCreated?: number | undefined;
106
+ }
107
+ /**
108
+ * <p>The criteria that are evaluated to determine which AMIs are discoverable and usable in
109
+ * your account for the specified Amazon Web Services Region.</p>
110
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#how-allowed-amis-works">How Allowed AMIs
111
+ * works</a> in the <i>Amazon EC2 User Guide</i>.</p>
112
+ * @public
113
+ */
114
+ export interface ImageCriterion {
115
+ /**
116
+ * <p>The image providers whose images are allowed.</p>
117
+ * <p>Possible values:</p>
118
+ * <ul>
119
+ * <li>
120
+ * <p>
121
+ * <code>amazon</code>: Allow AMIs created by Amazon or verified providers.</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>
125
+ * <code>aws-marketplace</code>: Allow AMIs created by verified providers in the Amazon Web Services
126
+ * Marketplace.</p>
127
+ * </li>
128
+ * <li>
129
+ * <p>
130
+ * <code>aws-backup-vault</code>: Allow AMIs created by Amazon Web Services Backup. </p>
131
+ * </li>
132
+ * <li>
133
+ * <p>12-digit account ID: Allow AMIs created by this account. One or more account IDs can be
134
+ * specified.</p>
135
+ * </li>
136
+ * <li>
137
+ * <p>
138
+ * <code>none</code>: Allow AMIs created by your own account only.</p>
139
+ * </li>
140
+ * </ul>
141
+ * <p>Maximum: 200 values</p>
142
+ * @public
143
+ */
144
+ ImageProviders?: string[] | undefined;
145
+ /**
146
+ * <p>The Amazon Web Services Marketplace product codes for allowed images.</p>
147
+ * <p>Length: 1-25 characters</p>
148
+ * <p>Valid characters: Letters (<code>A–Z, a–z</code>) and numbers (<code>0–9</code>)</p>
149
+ * <p>Maximum: 50 values</p>
150
+ * @public
151
+ */
152
+ MarketplaceProductCodes?: string[] | undefined;
153
+ /**
154
+ * <p>The names of allowed images. Names can include wildcards (<code>?</code> and
155
+ * <code>*</code>).</p>
156
+ * <p>Length: 1–128 characters. With <code>?</code>, the minimum is 3 characters.</p>
157
+ * <p>Valid characters:</p>
158
+ * <ul>
159
+ * <li>
160
+ * <p>Letters: <code>A–Z, a–z</code>
161
+ * </p>
162
+ * </li>
163
+ * <li>
164
+ * <p>Numbers: <code>0–9</code>
165
+ * </p>
166
+ * </li>
167
+ * <li>
168
+ * <p>Special characters: <code>( ) [ ] . / - ' @ _ * ?</code>
169
+ * </p>
170
+ * </li>
171
+ * <li>
172
+ * <p>Spaces</p>
173
+ * </li>
174
+ * </ul>
175
+ * <p>Maximum: 50 values</p>
176
+ * @public
177
+ */
178
+ ImageNames?: string[] | undefined;
179
+ /**
180
+ * <p>The maximum period since deprecation for allowed images.</p>
181
+ * @public
182
+ */
183
+ DeprecationTimeCondition?: DeprecationTimeCondition | undefined;
184
+ /**
185
+ * <p>The maximum age for allowed images.</p>
186
+ * @public
187
+ */
188
+ CreationDateCondition?: CreationDateCondition | undefined;
189
+ /**
190
+ * <p>The watermark criteria that an AMI must match to be allowed. An AMI is allowed if it
191
+ * carries at least one watermark that satisfies an ImageWatermarkFilter. A watermark satisfies a
192
+ * filter when all specified fields in the ImageWatermarkFilter match the corresponding values on
193
+ * the watermark of the AMI.</p>
194
+ * <p>Maximum: 50 values</p>
195
+ * @public
196
+ */
197
+ ImageWatermarks?: ImageWatermarkFilterResponse[] | undefined;
198
+ }
199
+ /**
200
+ * @public
201
+ */
202
+ export interface GetAllowedImagesSettingsResult {
203
+ /**
204
+ * <p>The current state of the Allowed AMIs setting at the account level in the specified Amazon Web Services
205
+ * Region.</p>
206
+ * <p>Possible values:</p>
207
+ * <ul>
208
+ * <li>
209
+ * <p>
210
+ * <code>disabled</code>: All AMIs are allowed.</p>
211
+ * </li>
212
+ * <li>
213
+ * <p>
214
+ * <code>audit-mode</code>: All AMIs are allowed, but the <code>ImageAllowed</code> field
215
+ * is set to <code>true</code> if the AMI would be allowed with the current list of criteria
216
+ * if allowed AMIs was enabled.</p>
217
+ * </li>
218
+ * <li>
219
+ * <p>
220
+ * <code>enabled</code>: Only AMIs matching the image criteria are discoverable and
221
+ * available for use.</p>
222
+ * </li>
223
+ * </ul>
224
+ * @public
225
+ */
226
+ State?: string | undefined;
227
+ /**
228
+ * <p>The list of criteria for images that are discoverable and usable in the account in the
229
+ * specified Amazon Web Services Region.</p>
230
+ * @public
231
+ */
232
+ ImageCriteria?: ImageCriterion[] | undefined;
233
+ /**
234
+ * <p>The entity that manages the Allowed AMIs settings. Possible values include:</p>
235
+ * <ul>
236
+ * <li>
237
+ * <p>
238
+ * <code>account</code> - The Allowed AMIs settings is managed by the account.</p>
239
+ * </li>
240
+ * <li>
241
+ * <p>
242
+ * <code>declarative-policy</code> - The Allowed AMIs settings is managed by a
243
+ * declarative policy and can't be modified by the account.</p>
244
+ * </li>
245
+ * </ul>
246
+ * @public
247
+ */
248
+ ManagedBy?: ManagedBy | undefined;
249
+ }
250
+ /**
251
+ * @public
252
+ */
253
+ export interface GetAssociatedEnclaveCertificateIamRolesRequest {
254
+ /**
255
+ * <p>The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon
256
+ * S3 object information.</p>
257
+ * @public
258
+ */
259
+ CertificateArn: string | undefined;
260
+ /**
261
+ * <p>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 <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
262
+ * @public
263
+ */
264
+ DryRun?: boolean | undefined;
265
+ }
8
266
  /**
9
267
  * <p>Information about the associated IAM roles.</p>
10
268
  * @public
@@ -4814,7 +5072,45 @@ export interface GetTransitGatewayPolicyTableEntriesRequest {
4814
5072
  */
4815
5073
  TransitGatewayPolicyTableId: string | undefined;
4816
5074
  /**
4817
- * <p>The filters associated with the transit gateway policy table.</p>
5075
+ * <p>One or more filters. The possible values are:</p>
5076
+ * <ul>
5077
+ * <li>
5078
+ * <p>
5079
+ * <code>policy-rule-number</code> - The rule number for the transit gateway policy table entry.</p>
5080
+ * </li>
5081
+ * <li>
5082
+ * <p>
5083
+ * <code>target-route-table-id</code> - The ID of the target route table.</p>
5084
+ * </li>
5085
+ * <li>
5086
+ * <p>
5087
+ * <code>policy-rule.source-ip</code> - The source CIDR block for the policy rule.</p>
5088
+ * </li>
5089
+ * <li>
5090
+ * <p>
5091
+ * <code>policy-rule.destination-ip</code> - The destination CIDR block for the policy rule.</p>
5092
+ * </li>
5093
+ * <li>
5094
+ * <p>
5095
+ * <code>policy-rule.source-port</code> - The source port or port range for the policy rule.</p>
5096
+ * </li>
5097
+ * <li>
5098
+ * <p>
5099
+ * <code>policy-rule.destination-port</code> - The destination port or port range for the policy rule.</p>
5100
+ * </li>
5101
+ * <li>
5102
+ * <p>
5103
+ * <code>policy-rule.protocol</code> - The protocol for the policy rule.</p>
5104
+ * </li>
5105
+ * <li>
5106
+ * <p>
5107
+ * <code>policy-rule.meta-data.key</code> - The metadata key for the policy rule.</p>
5108
+ * </li>
5109
+ * <li>
5110
+ * <p>
5111
+ * <code>policy-rule.meta-data.value</code> - The metadata value for the policy rule.</p>
5112
+ * </li>
5113
+ * </ul>
4818
5114
  * @public
4819
5115
  */
4820
5116
  Filters?: Filter[] | undefined;
@@ -4837,79 +5133,6 @@ export interface GetTransitGatewayPolicyTableEntriesRequest {
4837
5133
  */
4838
5134
  DryRun?: boolean | undefined;
4839
5135
  }
4840
- /**
4841
- * <p>Describes the meta data tags associated with a transit gateway policy rule.</p>
4842
- * @public
4843
- */
4844
- export interface TransitGatewayPolicyRuleMetaData {
4845
- /**
4846
- * <p>The key name for the transit gateway policy rule meta data tag.</p>
4847
- * @public
4848
- */
4849
- MetaDataKey?: string | undefined;
4850
- /**
4851
- * <p>The value of the key for the transit gateway policy rule meta data tag.</p>
4852
- * @public
4853
- */
4854
- MetaDataValue?: string | undefined;
4855
- }
4856
- /**
4857
- * <p>Describes a rule associated with a transit gateway policy.</p>
4858
- * @public
4859
- */
4860
- export interface TransitGatewayPolicyRule {
4861
- /**
4862
- * <p>The source CIDR block for the transit gateway policy rule.</p>
4863
- * @public
4864
- */
4865
- SourceCidrBlock?: string | undefined;
4866
- /**
4867
- * <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
4868
- * @public
4869
- */
4870
- SourcePortRange?: string | undefined;
4871
- /**
4872
- * <p>The destination CIDR block for the transit gateway policy rule.</p>
4873
- * @public
4874
- */
4875
- DestinationCidrBlock?: string | undefined;
4876
- /**
4877
- * <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
4878
- * @public
4879
- */
4880
- DestinationPortRange?: string | undefined;
4881
- /**
4882
- * <p>The protocol used by the transit gateway policy rule.</p>
4883
- * @public
4884
- */
4885
- Protocol?: string | undefined;
4886
- /**
4887
- * <p>The meta data tags used for the transit gateway policy rule.</p>
4888
- * @public
4889
- */
4890
- MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
4891
- }
4892
- /**
4893
- * <p>Describes a transit gateway policy table entry</p>
4894
- * @public
4895
- */
4896
- export interface TransitGatewayPolicyTableEntry {
4897
- /**
4898
- * <p>The rule number for the transit gateway policy table entry.</p>
4899
- * @public
4900
- */
4901
- PolicyRuleNumber?: string | undefined;
4902
- /**
4903
- * <p>The policy rule associated with the transit gateway policy table.</p>
4904
- * @public
4905
- */
4906
- PolicyRule?: TransitGatewayPolicyRule | undefined;
4907
- /**
4908
- * <p>The ID of the target route table.</p>
4909
- * @public
4910
- */
4911
- TargetRouteTableId?: string | undefined;
4912
- }
4913
5136
  /**
4914
5137
  * @public
4915
5138
  */
@@ -4919,6 +5142,11 @@ export interface GetTransitGatewayPolicyTableEntriesResult {
4919
5142
  * @public
4920
5143
  */
4921
5144
  TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntry[] | undefined;
5145
+ /**
5146
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
5147
+ * @public
5148
+ */
5149
+ NextToken?: string | undefined;
4922
5150
  }
4923
5151
  /**
4924
5152
  * @public
@@ -8768,153 +8996,3 @@ export interface ModifyIpamRequest {
8768
8996
  */
8769
8997
  MeteredAccount?: IpamMeteredAccount | undefined;
8770
8998
  }
8771
- /**
8772
- * @public
8773
- */
8774
- export interface ModifyIpamResult {
8775
- /**
8776
- * <p>The results of the modification.</p>
8777
- * @public
8778
- */
8779
- Ipam?: Ipam | undefined;
8780
- }
8781
- /**
8782
- * <p>Information about a requested IPAM policy allocation rule.</p>
8783
- * <p>Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.</p>
8784
- * @public
8785
- */
8786
- export interface IpamPolicyAllocationRuleRequest {
8787
- /**
8788
- * <p>The ID of the source IPAM pool for the requested allocation rule.</p>
8789
- * <p>An IPAM pool is a collection of IP addresses in IPAM that can be allocated to Amazon Web Services resources.</p>
8790
- * @public
8791
- */
8792
- SourceIpamPoolId?: string | undefined;
8793
- }
8794
- /**
8795
- * @public
8796
- */
8797
- export interface ModifyIpamPolicyAllocationRulesRequest {
8798
- /**
8799
- * <p>A check for whether you have the required permissions for the action without actually making the request
8800
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8801
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8802
- * @public
8803
- */
8804
- DryRun?: boolean | undefined;
8805
- /**
8806
- * <p>The ID of the IPAM policy whose allocation rules you want to modify.</p>
8807
- * @public
8808
- */
8809
- IpamPolicyId: string | undefined;
8810
- /**
8811
- * <p>The locale for which to modify the allocation rules.</p>
8812
- * @public
8813
- */
8814
- Locale: string | undefined;
8815
- /**
8816
- * <p>The resource type for which to modify the allocation rules.</p>
8817
- * <p>The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:</p>
8818
- * <ul>
8819
- * <li>
8820
- * <p>Elastic IP addresses</p>
8821
- * </li>
8822
- * </ul>
8823
- * @public
8824
- */
8825
- ResourceType: IpamPolicyResourceType | undefined;
8826
- /**
8827
- * <p>The new allocation rules to apply to the IPAM policy.</p>
8828
- * <p>Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.</p>
8829
- * @public
8830
- */
8831
- AllocationRules?: IpamPolicyAllocationRuleRequest[] | undefined;
8832
- }
8833
- /**
8834
- * @public
8835
- */
8836
- export interface ModifyIpamPolicyAllocationRulesResult {
8837
- /**
8838
- * <p>The modified IPAM policy containing the updated allocation rules.</p>
8839
- * @public
8840
- */
8841
- IpamPolicyDocument?: IpamPolicyDocument | undefined;
8842
- }
8843
- /**
8844
- * @public
8845
- */
8846
- export interface ModifyIpamPoolRequest {
8847
- /**
8848
- * <p>A check for whether you have the required permissions for the action without actually making the request
8849
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8850
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8851
- * @public
8852
- */
8853
- DryRun?: boolean | undefined;
8854
- /**
8855
- * <p>The ID of the IPAM pool you want to modify.</p>
8856
- * @public
8857
- */
8858
- IpamPoolId: string | undefined;
8859
- /**
8860
- * <p>The description of the IPAM pool you want to modify.</p>
8861
- * @public
8862
- */
8863
- Description?: string | undefined;
8864
- /**
8865
- * <p>If true, IPAM will continuously look for resources within the CIDR range of this pool
8866
- * and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for
8867
- * these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import
8868
- * a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently
8869
- * marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM
8870
- * discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.
8871
- * </p>
8872
- * <p>A locale must be set on the pool for this feature to work.</p>
8873
- * @public
8874
- */
8875
- AutoImport?: boolean | undefined;
8876
- /**
8877
- * <p>The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible
8878
- * netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask
8879
- * length must be less than the maximum netmask length.</p>
8880
- * @public
8881
- */
8882
- AllocationMinNetmaskLength?: number | undefined;
8883
- /**
8884
- * <p>The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible
8885
- * netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask
8886
- * length must be greater than the minimum netmask length.</p>
8887
- * @public
8888
- */
8889
- AllocationMaxNetmaskLength?: number | undefined;
8890
- /**
8891
- * <p>The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.</p>
8892
- * @public
8893
- */
8894
- AllocationDefaultNetmaskLength?: number | undefined;
8895
- /**
8896
- * <p>Clear the default netmask length allocation rule for this pool.</p>
8897
- * @public
8898
- */
8899
- ClearAllocationDefaultNetmaskLength?: boolean | undefined;
8900
- /**
8901
- * <p>Add tag allocation rules to a pool. For more information about allocation rules, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-top-ipam.html">Create a top-level pool</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
8902
- * @public
8903
- */
8904
- AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
8905
- /**
8906
- * <p>Remove tag allocation rules from a pool.</p>
8907
- * @public
8908
- */
8909
- RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
8910
- }
8911
- /**
8912
- * @public
8913
- */
8914
- export interface ModifyIpamPoolResult {
8915
- /**
8916
- * <p>The results of the modification.</p>
8917
- * @public
8918
- */
8919
- IpamPool?: IpamPool | undefined;
8920
- }