@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
@@ -1,11 +1,161 @@
1
- import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, ManagedResourceDefaultVisibility, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, PublicIpDnsOption, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RouteServerPersistRoutesAction, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
2
- import type { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, EnaSrdSpecification, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpamPoolAllocation, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayClientVpnAttachment, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
3
- import type { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, ExternalAuthorityConfiguration, IcmpTypeCode, InstanceIpv6Address, IpamPrefixListResolver, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement, RouteServer, VpcEncryptionControl } from "./models_1";
4
- import type { DnsOptionsSpecification, IKEVersionsRequestListValue, PayerResponsibilityEntry, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayMeteringPolicy, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
1
+ import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, IpAddressType, IpamPolicyResourceType, Ipv6SupportValue, ManagedResourceDefaultVisibility, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, PublicIpDnsOption, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RouteServerPersistRoutesAction, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
2
+ import type { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, EnaSrdSpecification, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpamPoolAllocation, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayClientVpnAttachment, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
3
+ import type { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, ExternalAuthorityConfiguration, IcmpTypeCode, InstanceIpv6Address, Ipam, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement, RequestIpamResourceTag, RouteServer, VpcEncryptionControl } from "./models_1";
4
+ import type { DnsOptionsSpecification, IKEVersionsRequestListValue, PayerResponsibilityEntry, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayMeteringPolicy, TransitGatewayPolicyTableEntry, TransitGatewayPrefixListReference, TransitGatewayRequestPolicyRule, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
5
5
  import type { Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
6
- import type { AttributeBooleanValue, CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SpotPlacement } from "./models_4";
7
- import type { RunInstancesMonitoringEnabled, SpotFleetRequestConfigData, SpotInstanceRequest, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
8
- import type { CapacityManagerMonitoredTagKey, CapacityReservationSpecification, EnclaveOptionsRequest, IpamResourceCidr, ManagedResourceVisibilitySettings, Purchase, RemoveIpamOperatingRegion } from "./models_6";
6
+ import type { AttributeBooleanValue, CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SpotPlacement } from "./models_4";
7
+ import type { LaunchTemplateConfig, RunInstancesMonitoringEnabled, SpotFleetRequestConfigData, SpotInstanceRequest, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
8
+ import type { CapacityReservationSpecification, EnclaveOptionsRequest, IpamPolicyDocument, IpamResourceCidr, ManagedResourceVisibilitySettings, Purchase, RemoveIpamOperatingRegion } from "./models_6";
9
+ /**
10
+ * @public
11
+ */
12
+ export interface ModifyIpamResult {
13
+ /**
14
+ * <p>The results of the modification.</p>
15
+ * @public
16
+ */
17
+ Ipam?: Ipam | undefined;
18
+ }
19
+ /**
20
+ * <p>Information about a requested IPAM policy allocation rule.</p>
21
+ * <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>
22
+ * @public
23
+ */
24
+ export interface IpamPolicyAllocationRuleRequest {
25
+ /**
26
+ * <p>The ID of the source IPAM pool for the requested allocation rule.</p>
27
+ * <p>An IPAM pool is a collection of IP addresses in IPAM that can be allocated to Amazon Web Services resources.</p>
28
+ * @public
29
+ */
30
+ SourceIpamPoolId?: string | undefined;
31
+ }
32
+ /**
33
+ * @public
34
+ */
35
+ export interface ModifyIpamPolicyAllocationRulesRequest {
36
+ /**
37
+ * <p>A check for whether you have the required permissions for the action without actually making the request
38
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
39
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
40
+ * @public
41
+ */
42
+ DryRun?: boolean | undefined;
43
+ /**
44
+ * <p>The ID of the IPAM policy whose allocation rules you want to modify.</p>
45
+ * @public
46
+ */
47
+ IpamPolicyId: string | undefined;
48
+ /**
49
+ * <p>The locale for which to modify the allocation rules.</p>
50
+ * @public
51
+ */
52
+ Locale: string | undefined;
53
+ /**
54
+ * <p>The resource type for which to modify the allocation rules.</p>
55
+ * <p>The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:</p>
56
+ * <ul>
57
+ * <li>
58
+ * <p>Elastic IP addresses</p>
59
+ * </li>
60
+ * </ul>
61
+ * @public
62
+ */
63
+ ResourceType: IpamPolicyResourceType | undefined;
64
+ /**
65
+ * <p>The new allocation rules to apply to the IPAM policy.</p>
66
+ * <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>
67
+ * @public
68
+ */
69
+ AllocationRules?: IpamPolicyAllocationRuleRequest[] | undefined;
70
+ }
71
+ /**
72
+ * @public
73
+ */
74
+ export interface ModifyIpamPolicyAllocationRulesResult {
75
+ /**
76
+ * <p>The modified IPAM policy containing the updated allocation rules.</p>
77
+ * @public
78
+ */
79
+ IpamPolicyDocument?: IpamPolicyDocument | undefined;
80
+ }
81
+ /**
82
+ * @public
83
+ */
84
+ export interface ModifyIpamPoolRequest {
85
+ /**
86
+ * <p>A check for whether you have the required permissions for the action without actually making the request
87
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
88
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
89
+ * @public
90
+ */
91
+ DryRun?: boolean | undefined;
92
+ /**
93
+ * <p>The ID of the IPAM pool you want to modify.</p>
94
+ * @public
95
+ */
96
+ IpamPoolId: string | undefined;
97
+ /**
98
+ * <p>The description of the IPAM pool you want to modify.</p>
99
+ * @public
100
+ */
101
+ Description?: string | undefined;
102
+ /**
103
+ * <p>If true, IPAM will continuously look for resources within the CIDR range of this pool
104
+ * and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for
105
+ * these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import
106
+ * a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently
107
+ * marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM
108
+ * discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.
109
+ * </p>
110
+ * <p>A locale must be set on the pool for this feature to work.</p>
111
+ * @public
112
+ */
113
+ AutoImport?: boolean | undefined;
114
+ /**
115
+ * <p>The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible
116
+ * netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask
117
+ * length must be less than the maximum netmask length.</p>
118
+ * @public
119
+ */
120
+ AllocationMinNetmaskLength?: number | undefined;
121
+ /**
122
+ * <p>The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible
123
+ * netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask
124
+ * length must be greater than the minimum netmask length.</p>
125
+ * @public
126
+ */
127
+ AllocationMaxNetmaskLength?: number | undefined;
128
+ /**
129
+ * <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>
130
+ * @public
131
+ */
132
+ AllocationDefaultNetmaskLength?: number | undefined;
133
+ /**
134
+ * <p>Clear the default netmask length allocation rule for this pool.</p>
135
+ * @public
136
+ */
137
+ ClearAllocationDefaultNetmaskLength?: boolean | undefined;
138
+ /**
139
+ * <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>
140
+ * @public
141
+ */
142
+ AddAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
143
+ /**
144
+ * <p>Remove tag allocation rules from a pool.</p>
145
+ * @public
146
+ */
147
+ RemoveAllocationResourceTags?: RequestIpamResourceTag[] | undefined;
148
+ }
149
+ /**
150
+ * @public
151
+ */
152
+ export interface ModifyIpamPoolResult {
153
+ /**
154
+ * <p>The results of the modification.</p>
155
+ * @public
156
+ */
157
+ IpamPool?: IpamPool | undefined;
158
+ }
9
159
  /**
10
160
  * @public
11
161
  */
@@ -1534,6 +1684,48 @@ export interface ModifyTransitGatewayMeteringPolicyResult {
1534
1684
  */
1535
1685
  TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
1536
1686
  }
1687
+ /**
1688
+ * @public
1689
+ */
1690
+ export interface ModifyTransitGatewayPolicyTableEntryRequest {
1691
+ /**
1692
+ * <p>The ID of the transit gateway policy table.</p>
1693
+ * @public
1694
+ */
1695
+ TransitGatewayPolicyTableId: string | undefined;
1696
+ /**
1697
+ * <p>The rule number of the policy table entry to modify.</p>
1698
+ * @public
1699
+ */
1700
+ PolicyRuleNumber: string | undefined;
1701
+ /**
1702
+ * <p>The updated matching criteria for the policy table entry. Unspecified fields retain their current values.</p>
1703
+ * @public
1704
+ */
1705
+ PolicyRule?: TransitGatewayRequestPolicyRule | undefined;
1706
+ /**
1707
+ * <p>The ID of the transit gateway route table to use for traffic matching this rule.</p>
1708
+ * @public
1709
+ */
1710
+ TargetRouteTableId?: string | undefined;
1711
+ /**
1712
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1713
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1714
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1715
+ * @public
1716
+ */
1717
+ DryRun?: boolean | undefined;
1718
+ }
1719
+ /**
1720
+ * @public
1721
+ */
1722
+ export interface ModifyTransitGatewayPolicyTableEntryResult {
1723
+ /**
1724
+ * <p>Describes a transit gateway policy table entry</p>
1725
+ * @public
1726
+ */
1727
+ TransitGatewayPolicyTableEntry?: TransitGatewayPolicyTableEntry | undefined;
1728
+ }
1537
1729
  /**
1538
1730
  * @public
1539
1731
  */
@@ -1596,7 +1788,7 @@ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
1596
1788
  */
1597
1789
  SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue | undefined;
1598
1790
  /**
1599
- * <p>Enable or disable IPv6 support. The default is <code>enable</code>.</p>
1791
+ * <p>Specifies whether IPv6 support is enabled for the attachment. When enabled, the transit gateway network interface receives an IPv6 address. When you enable route propagation, IPv6 VPC CIDRs propagate to the transit gateway route tables. When disabled, the network interface does not receive an IPv6 address, and IPv6 routes do not propagate. The setting does not filter IPv6 traffic.</p>
1600
1792
  * @public
1601
1793
  */
1602
1794
  Ipv6Support?: Ipv6SupportValue | undefined;
@@ -8333,145 +8525,3 @@ export interface UnassignPrivateIpAddressesRequest {
8333
8525
  */
8334
8526
  PrivateIpAddresses?: string[] | undefined;
8335
8527
  }
8336
- /**
8337
- * @public
8338
- */
8339
- export interface UnassignPrivateNatGatewayAddressRequest {
8340
- /**
8341
- * <p>The ID of the NAT gateway.</p>
8342
- * @public
8343
- */
8344
- NatGatewayId: string | undefined;
8345
- /**
8346
- * <p>The private IPv4 addresses you want to unassign.</p>
8347
- * @public
8348
- */
8349
- PrivateIpAddresses: string[] | undefined;
8350
- /**
8351
- * <p>The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.</p>
8352
- * @public
8353
- */
8354
- MaxDrainDurationSeconds?: number | undefined;
8355
- /**
8356
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8357
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8358
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8359
- * @public
8360
- */
8361
- DryRun?: boolean | undefined;
8362
- }
8363
- /**
8364
- * @public
8365
- */
8366
- export interface UnassignPrivateNatGatewayAddressResult {
8367
- /**
8368
- * <p>The ID of the NAT gateway.</p>
8369
- * @public
8370
- */
8371
- NatGatewayId?: string | undefined;
8372
- /**
8373
- * <p>Information about the NAT gateway IP addresses.</p>
8374
- * @public
8375
- */
8376
- NatGatewayAddresses?: NatGatewayAddress[] | undefined;
8377
- }
8378
- /**
8379
- * @public
8380
- */
8381
- export interface UnlockSnapshotRequest {
8382
- /**
8383
- * <p>The ID of the snapshot to unlock.</p>
8384
- * @public
8385
- */
8386
- SnapshotId: string | undefined;
8387
- /**
8388
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8389
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8390
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8391
- * @public
8392
- */
8393
- DryRun?: boolean | undefined;
8394
- }
8395
- /**
8396
- * @public
8397
- */
8398
- export interface UnlockSnapshotResult {
8399
- /**
8400
- * <p>The ID of the snapshot.</p>
8401
- * @public
8402
- */
8403
- SnapshotId?: string | undefined;
8404
- }
8405
- /**
8406
- * @public
8407
- */
8408
- export interface UnmonitorInstancesRequest {
8409
- /**
8410
- * <p>The IDs of the instances.</p>
8411
- * @public
8412
- */
8413
- InstanceIds: string[] | undefined;
8414
- /**
8415
- * <p>Checks whether you have the required permissions for the operation, without actually making the
8416
- * request, and provides an error response. If you have the required permissions, the error response is
8417
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8418
- * @public
8419
- */
8420
- DryRun?: boolean | undefined;
8421
- }
8422
- /**
8423
- * @public
8424
- */
8425
- export interface UnmonitorInstancesResult {
8426
- /**
8427
- * <p>The monitoring information.</p>
8428
- * @public
8429
- */
8430
- InstanceMonitorings?: InstanceMonitoring[] | undefined;
8431
- }
8432
- /**
8433
- * @public
8434
- */
8435
- export interface UpdateCapacityManagerMonitoredTagKeysRequest {
8436
- /**
8437
- * <p>
8438
- * The tag keys to activate for monitoring. Once activated, these tag keys will be included as dimensions in capacity metric data.
8439
- * </p>
8440
- * @public
8441
- */
8442
- ActivateTagKeys?: string[] | undefined;
8443
- /**
8444
- * <p>
8445
- * The tag keys to deactivate. Deactivated tag keys will no longer be included as dimensions in capacity metric data.
8446
- * </p>
8447
- * @public
8448
- */
8449
- DeactivateTagKeys?: string[] | undefined;
8450
- /**
8451
- * <p>
8452
- * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
8453
- * If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
8454
- * </p>
8455
- * @public
8456
- */
8457
- DryRun?: boolean | undefined;
8458
- /**
8459
- * <p>
8460
- * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
8461
- * </p>
8462
- * @public
8463
- */
8464
- ClientToken?: string | undefined;
8465
- }
8466
- /**
8467
- * @public
8468
- */
8469
- export interface UpdateCapacityManagerMonitoredTagKeysResult {
8470
- /**
8471
- * <p>
8472
- * The list of tag keys affected by the update, including their current status and metadata.
8473
- * </p>
8474
- * @public
8475
- */
8476
- CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
8477
- }
@@ -1,5 +1,149 @@
1
1
  import type { CapacityManagerStatus, InterruptibleCapacityReservationAllocationStatus, InterruptionType } from "./enums";
2
- import type { ByoipCidr, IpPermission } from "./models_0";
2
+ import type { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
3
+ import type { CapacityManagerMonitoredTagKey } from "./models_6";
4
+ import type { InstanceMonitoring } from "./models_7";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface UnassignPrivateNatGatewayAddressRequest {
9
+ /**
10
+ * <p>The ID of the NAT gateway.</p>
11
+ * @public
12
+ */
13
+ NatGatewayId: string | undefined;
14
+ /**
15
+ * <p>The private IPv4 addresses you want to unassign.</p>
16
+ * @public
17
+ */
18
+ PrivateIpAddresses: string[] | undefined;
19
+ /**
20
+ * <p>The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.</p>
21
+ * @public
22
+ */
23
+ MaxDrainDurationSeconds?: number | undefined;
24
+ /**
25
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
26
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
27
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
28
+ * @public
29
+ */
30
+ DryRun?: boolean | undefined;
31
+ }
32
+ /**
33
+ * @public
34
+ */
35
+ export interface UnassignPrivateNatGatewayAddressResult {
36
+ /**
37
+ * <p>The ID of the NAT gateway.</p>
38
+ * @public
39
+ */
40
+ NatGatewayId?: string | undefined;
41
+ /**
42
+ * <p>Information about the NAT gateway IP addresses.</p>
43
+ * @public
44
+ */
45
+ NatGatewayAddresses?: NatGatewayAddress[] | undefined;
46
+ }
47
+ /**
48
+ * @public
49
+ */
50
+ export interface UnlockSnapshotRequest {
51
+ /**
52
+ * <p>The ID of the snapshot to unlock.</p>
53
+ * @public
54
+ */
55
+ SnapshotId: string | undefined;
56
+ /**
57
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
58
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
59
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
60
+ * @public
61
+ */
62
+ DryRun?: boolean | undefined;
63
+ }
64
+ /**
65
+ * @public
66
+ */
67
+ export interface UnlockSnapshotResult {
68
+ /**
69
+ * <p>The ID of the snapshot.</p>
70
+ * @public
71
+ */
72
+ SnapshotId?: string | undefined;
73
+ }
74
+ /**
75
+ * @public
76
+ */
77
+ export interface UnmonitorInstancesRequest {
78
+ /**
79
+ * <p>The IDs of the instances.</p>
80
+ * @public
81
+ */
82
+ InstanceIds: string[] | undefined;
83
+ /**
84
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
85
+ * request, and provides an error response. If you have the required permissions, the error response is
86
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
87
+ * @public
88
+ */
89
+ DryRun?: boolean | undefined;
90
+ }
91
+ /**
92
+ * @public
93
+ */
94
+ export interface UnmonitorInstancesResult {
95
+ /**
96
+ * <p>The monitoring information.</p>
97
+ * @public
98
+ */
99
+ InstanceMonitorings?: InstanceMonitoring[] | undefined;
100
+ }
101
+ /**
102
+ * @public
103
+ */
104
+ export interface UpdateCapacityManagerMonitoredTagKeysRequest {
105
+ /**
106
+ * <p>
107
+ * The tag keys to activate for monitoring. Once activated, these tag keys will be included as dimensions in capacity metric data.
108
+ * </p>
109
+ * @public
110
+ */
111
+ ActivateTagKeys?: string[] | undefined;
112
+ /**
113
+ * <p>
114
+ * The tag keys to deactivate. Deactivated tag keys will no longer be included as dimensions in capacity metric data.
115
+ * </p>
116
+ * @public
117
+ */
118
+ DeactivateTagKeys?: string[] | undefined;
119
+ /**
120
+ * <p>
121
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
122
+ * If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
123
+ * </p>
124
+ * @public
125
+ */
126
+ DryRun?: boolean | undefined;
127
+ /**
128
+ * <p>
129
+ * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
130
+ * </p>
131
+ * @public
132
+ */
133
+ ClientToken?: string | undefined;
134
+ }
135
+ /**
136
+ * @public
137
+ */
138
+ export interface UpdateCapacityManagerMonitoredTagKeysResult {
139
+ /**
140
+ * <p>
141
+ * The list of tag keys affected by the update, including their current status and metadata.
142
+ * </p>
143
+ * @public
144
+ */
145
+ CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
146
+ }
3
147
  /**
4
148
  * @public
5
149
  */
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { GetTransitGatewayPolicyTableEntriesCommandInput, GetTransitGatewayPolicyTableEntriesCommandOutput } from "../commands/GetTransitGatewayPolicyTableEntriesCommand";
3
+ import type { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateGetTransitGatewayPolicyTableEntries: (config: EC2PaginationConfiguration, input: GetTransitGatewayPolicyTableEntriesCommandInput, ...rest: any[]) => Paginator<GetTransitGatewayPolicyTableEntriesCommandOutput>;
@@ -159,6 +159,7 @@ export * from "./GetSpotPlacementScoresPaginator";
159
159
  export * from "./GetTransitGatewayAttachmentPropagationsPaginator";
160
160
  export * from "./GetTransitGatewayMulticastDomainAssociationsPaginator";
161
161
  export * from "./GetTransitGatewayPolicyTableAssociationsPaginator";
162
+ export * from "./GetTransitGatewayPolicyTableEntriesPaginator";
162
163
  export * from "./GetTransitGatewayPrefixListReferencesPaginator";
163
164
  export * from "./GetTransitGatewayRouteTableAssociationsPaginator";
164
165
  export * from "./GetTransitGatewayRouteTablePropagationsPaginator";
@@ -433,6 +433,8 @@ export declare var CreateTransitGatewayMulticastDomainResult$: StaticStructureSc
433
433
  export declare var CreateTransitGatewayPeeringAttachmentRequest$: StaticStructureSchema;
434
434
  export declare var CreateTransitGatewayPeeringAttachmentRequestOptions$: StaticStructureSchema;
435
435
  export declare var CreateTransitGatewayPeeringAttachmentResult$: StaticStructureSchema;
436
+ export declare var CreateTransitGatewayPolicyTableEntryRequest$: StaticStructureSchema;
437
+ export declare var CreateTransitGatewayPolicyTableEntryResult$: StaticStructureSchema;
436
438
  export declare var CreateTransitGatewayPolicyTableRequest$: StaticStructureSchema;
437
439
  export declare var CreateTransitGatewayPolicyTableResult$: StaticStructureSchema;
438
440
  export declare var CreateTransitGatewayPrefixListReferenceRequest$: StaticStructureSchema;
@@ -631,6 +633,8 @@ export declare var DeleteTransitGatewayMulticastDomainRequest$: StaticStructureS
631
633
  export declare var DeleteTransitGatewayMulticastDomainResult$: StaticStructureSchema;
632
634
  export declare var DeleteTransitGatewayPeeringAttachmentRequest$: StaticStructureSchema;
633
635
  export declare var DeleteTransitGatewayPeeringAttachmentResult$: StaticStructureSchema;
636
+ export declare var DeleteTransitGatewayPolicyTableEntryRequest$: StaticStructureSchema;
637
+ export declare var DeleteTransitGatewayPolicyTableEntryResult$: StaticStructureSchema;
634
638
  export declare var DeleteTransitGatewayPolicyTableRequest$: StaticStructureSchema;
635
639
  export declare var DeleteTransitGatewayPolicyTableResult$: StaticStructureSchema;
636
640
  export declare var DeleteTransitGatewayPrefixListReferenceRequest$: StaticStructureSchema;
@@ -1818,6 +1822,8 @@ export declare var ModifyTrafficMirrorSessionResult$: StaticStructureSchema;
1818
1822
  export declare var ModifyTransitGatewayMeteringPolicyRequest$: StaticStructureSchema;
1819
1823
  export declare var ModifyTransitGatewayMeteringPolicyResult$: StaticStructureSchema;
1820
1824
  export declare var ModifyTransitGatewayOptions$: StaticStructureSchema;
1825
+ export declare var ModifyTransitGatewayPolicyTableEntryRequest$: StaticStructureSchema;
1826
+ export declare var ModifyTransitGatewayPolicyTableEntryResult$: StaticStructureSchema;
1821
1827
  export declare var ModifyTransitGatewayPrefixListReferenceRequest$: StaticStructureSchema;
1822
1828
  export declare var ModifyTransitGatewayPrefixListReferenceResult$: StaticStructureSchema;
1823
1829
  export declare var ModifyTransitGatewayRequest$: StaticStructureSchema;
@@ -2303,6 +2309,8 @@ export declare var TransitGatewayPrefixListAttachment$: StaticStructureSchema;
2303
2309
  export declare var TransitGatewayPrefixListReference$: StaticStructureSchema;
2304
2310
  export declare var TransitGatewayPropagation$: StaticStructureSchema;
2305
2311
  export declare var TransitGatewayRequestOptions$: StaticStructureSchema;
2312
+ export declare var TransitGatewayRequestPolicyRule$: StaticStructureSchema;
2313
+ export declare var TransitGatewayRequestPolicyRuleMetaData$: StaticStructureSchema;
2306
2314
  export declare var TransitGatewayRoute$: StaticStructureSchema;
2307
2315
  export declare var TransitGatewayRouteAttachment$: StaticStructureSchema;
2308
2316
  export declare var TransitGatewayRouteTable$: StaticStructureSchema;
@@ -2565,6 +2573,7 @@ export declare var CreateTransitGatewayMeteringPolicyEntry$: StaticOperationSche
2565
2573
  export declare var CreateTransitGatewayMulticastDomain$: StaticOperationSchema;
2566
2574
  export declare var CreateTransitGatewayPeeringAttachment$: StaticOperationSchema;
2567
2575
  export declare var CreateTransitGatewayPolicyTable$: StaticOperationSchema;
2576
+ export declare var CreateTransitGatewayPolicyTableEntry$: StaticOperationSchema;
2568
2577
  export declare var CreateTransitGatewayPrefixListReference$: StaticOperationSchema;
2569
2578
  export declare var CreateTransitGatewayRoute$: StaticOperationSchema;
2570
2579
  export declare var CreateTransitGatewayRouteTable$: StaticOperationSchema;
@@ -2658,6 +2667,7 @@ export declare var DeleteTransitGatewayMeteringPolicyEntry$: StaticOperationSche
2658
2667
  export declare var DeleteTransitGatewayMulticastDomain$: StaticOperationSchema;
2659
2668
  export declare var DeleteTransitGatewayPeeringAttachment$: StaticOperationSchema;
2660
2669
  export declare var DeleteTransitGatewayPolicyTable$: StaticOperationSchema;
2670
+ export declare var DeleteTransitGatewayPolicyTableEntry$: StaticOperationSchema;
2661
2671
  export declare var DeleteTransitGatewayPrefixListReference$: StaticOperationSchema;
2662
2672
  export declare var DeleteTransitGatewayRoute$: StaticOperationSchema;
2663
2673
  export declare var DeleteTransitGatewayRouteTable$: StaticOperationSchema;
@@ -3083,6 +3093,7 @@ export declare var ModifyTrafficMirrorFilterRule$: StaticOperationSchema;
3083
3093
  export declare var ModifyTrafficMirrorSession$: StaticOperationSchema;
3084
3094
  export declare var ModifyTransitGateway$: StaticOperationSchema;
3085
3095
  export declare var ModifyTransitGatewayMeteringPolicy$: StaticOperationSchema;
3096
+ export declare var ModifyTransitGatewayPolicyTableEntry$: StaticOperationSchema;
3086
3097
  export declare var ModifyTransitGatewayPrefixListReference$: StaticOperationSchema;
3087
3098
  export declare var ModifyTransitGatewayVpcAttachment$: StaticOperationSchema;
3088
3099
  export declare var ModifyVerifiedAccessEndpoint$: StaticOperationSchema;