@aws-sdk/client-ec2 3.696.0 → 3.698.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 (160) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +741 -123
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
  5. package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
  6. package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +4 -14
  9. package/dist-es/models/models_1.js +19 -4
  10. package/dist-es/models/models_2.js +4 -0
  11. package/dist-es/models/models_3.js +5 -17
  12. package/dist-es/models/models_4.js +17 -0
  13. package/dist-es/models/models_5.js +0 -4
  14. package/dist-es/models/models_6.js +4 -11
  15. package/dist-es/models/models_7.js +11 -0
  16. package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
  17. package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +3 -1
  19. package/dist-es/protocols/Aws_ec2.js +614 -64
  20. package/dist-types/EC2.d.ts +22 -0
  21. package/dist-types/EC2Client.d.ts +5 -2
  22. package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
  23. package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
  24. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
  25. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
  26. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
  27. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
  28. package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
  29. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
  30. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
  31. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
  32. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
  36. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -2
  41. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
  42. package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
  43. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
  44. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
  45. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
  46. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
  47. package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
  48. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
  55. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
  56. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
  62. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  63. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
  64. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  65. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  66. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  67. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  68. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  69. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  70. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  71. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  72. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
  73. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
  74. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
  75. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
  76. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
  77. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
  78. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
  79. package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
  80. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +5 -4
  81. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
  82. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
  83. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  84. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  87. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  88. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  89. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  90. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
  91. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
  92. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
  93. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
  94. package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
  95. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  96. package/dist-types/commands/index.d.ts +3 -0
  97. package/dist-types/models/models_0.d.ts +163 -67
  98. package/dist-types/models/models_1.d.ts +480 -499
  99. package/dist-types/models/models_2.d.ts +384 -179
  100. package/dist-types/models/models_3.d.ts +693 -758
  101. package/dist-types/models/models_4.d.ts +6178 -6293
  102. package/dist-types/models/models_5.d.ts +2712 -2367
  103. package/dist-types/models/models_6.d.ts +4288 -4301
  104. package/dist-types/models/models_7.d.ts +533 -28
  105. package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
  106. package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
  107. package/dist-types/pagination/index.d.ts +3 -1
  108. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  109. package/dist-types/ts3.4/EC2.d.ts +64 -0
  110. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  111. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
  112. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +4 -2
  120. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
  123. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
  127. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
  147. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  148. package/dist-types/ts3.4/models/models_0.d.ts +12 -18
  149. package/dist-types/ts3.4/models/models_1.d.ts +54 -77
  150. package/dist-types/ts3.4/models/models_2.d.ts +78 -41
  151. package/dist-types/ts3.4/models/models_3.d.ts +102 -124
  152. package/dist-types/ts3.4/models/models_4.d.ts +127 -124
  153. package/dist-types/ts3.4/models/models_5.d.ts +126 -86
  154. package/dist-types/ts3.4/models/models_6.d.ts +97 -139
  155. package/dist-types/ts3.4/models/models_7.d.ts +149 -9
  156. package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
  157. package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +11 -0
  158. package/dist-types/ts3.4/pagination/index.d.ts +3 -1
  159. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  160. package/package.json +1 -1
@@ -1,10 +1,494 @@
1
- import { AddedPrincipal, AddressAttribute, AddressAttributeName, ByoipCidr, CapacityReservationInstancePlatform, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, OperatorRequest, Placement, RuleAction, ShutdownBehavior, SpotInstanceType, VolumeType } from "./models_1";
3
- import { DnsOptionsSpecification, IKEVersionsRequestListValue, InternetGatewayExclusionMode, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, SSEType, SubnetConfiguration, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
4
- import { Byoasn, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
5
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, TpmSupportValues } from "./models_4";
6
- import { InstanceNetworkInterfaceSpecification, InternetGatewayBlockMode, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
- import { CapacityReservationSpecification, ModifyVerifiedAccessEndpointEniOptions, ModifyVerifiedAccessEndpointLoadBalancerOptions, Purchase } from "./models_6";
1
+ import { AddedPrincipal, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, ByoipCidr, CapacityReservationInstancePlatform, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, Ipv6SupportValue, NatGatewayAddress, PortRange, RouteTableAssociationState, SecurityGroupReferencingSupportValue, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType, VolumeType } from "./models_1";
3
+ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IcmpTypeCode, IKEVersionsRequestListValue, InternetGatewayExclusionMode, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, RuleAction, SnapshotState, SSEType, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
+ import { Byoasn, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
5
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, TpmSupportValues } from "./models_4";
6
+ import { InstanceNetworkInterfaceSpecification, InternetGatewayBlockMode, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
+ import { CapacityReservationSpecification, Purchase } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
12
+ /**
13
+ * <p>The ID of the Traffic Mirror filter.</p>
14
+ * @public
15
+ */
16
+ TrafficMirrorFilterId: string | undefined;
17
+ /**
18
+ * <p>The network service, for example Amazon DNS, that you want to mirror.</p>
19
+ * @public
20
+ */
21
+ AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
22
+ /**
23
+ * <p>The network service, for example Amazon DNS, that you no longer want to mirror.</p>
24
+ * @public
25
+ */
26
+ RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
27
+ /**
28
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
29
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
30
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
31
+ * @public
32
+ */
33
+ DryRun?: boolean | undefined;
34
+ }
35
+ /**
36
+ * @public
37
+ */
38
+ export interface ModifyTrafficMirrorFilterNetworkServicesResult {
39
+ /**
40
+ * <p>The Traffic Mirror filter that the network service is associated with.</p>
41
+ * @public
42
+ */
43
+ TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
44
+ }
45
+ /**
46
+ * @public
47
+ * @enum
48
+ */
49
+ export declare const TrafficMirrorFilterRuleField: {
50
+ readonly description: "description";
51
+ readonly destination_port_range: "destination-port-range";
52
+ readonly protocol: "protocol";
53
+ readonly source_port_range: "source-port-range";
54
+ };
55
+ /**
56
+ * @public
57
+ */
58
+ export type TrafficMirrorFilterRuleField = (typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
59
+ /**
60
+ * @public
61
+ */
62
+ export interface ModifyTrafficMirrorFilterRuleRequest {
63
+ /**
64
+ * <p>The ID of the Traffic Mirror rule.</p>
65
+ * @public
66
+ */
67
+ TrafficMirrorFilterRuleId: string | undefined;
68
+ /**
69
+ * <p>The type of traffic to assign to the rule.</p>
70
+ * @public
71
+ */
72
+ TrafficDirection?: TrafficDirection | undefined;
73
+ /**
74
+ * <p>The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given
75
+ * direction. The rules are processed in ascending order by rule number.</p>
76
+ * @public
77
+ */
78
+ RuleNumber?: number | undefined;
79
+ /**
80
+ * <p>The action to assign to the rule.</p>
81
+ * @public
82
+ */
83
+ RuleAction?: TrafficMirrorRuleAction | undefined;
84
+ /**
85
+ * <p>The destination ports that are associated with the Traffic Mirror rule.</p>
86
+ * @public
87
+ */
88
+ DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
89
+ /**
90
+ * <p>The port range to assign to the Traffic Mirror rule.</p>
91
+ * @public
92
+ */
93
+ SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
94
+ /**
95
+ * <p>The protocol, for example TCP, to assign to the Traffic Mirror rule.</p>
96
+ * @public
97
+ */
98
+ Protocol?: number | undefined;
99
+ /**
100
+ * <p>The destination CIDR block to assign to the Traffic Mirror rule.</p>
101
+ * @public
102
+ */
103
+ DestinationCidrBlock?: string | undefined;
104
+ /**
105
+ * <p>The source CIDR block to assign to the Traffic Mirror rule.</p>
106
+ * @public
107
+ */
108
+ SourceCidrBlock?: string | undefined;
109
+ /**
110
+ * <p>The description to assign to the Traffic Mirror rule.</p>
111
+ * @public
112
+ */
113
+ Description?: string | undefined;
114
+ /**
115
+ * <p>The properties that you want to remove from the Traffic Mirror filter rule.</p>
116
+ * <p>When you remove a property from a Traffic Mirror filter rule, the property is set to the default.</p>
117
+ * @public
118
+ */
119
+ RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
120
+ /**
121
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
122
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
123
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
124
+ * @public
125
+ */
126
+ DryRun?: boolean | undefined;
127
+ }
128
+ /**
129
+ * @public
130
+ */
131
+ export interface ModifyTrafficMirrorFilterRuleResult {
132
+ /**
133
+ * <note>
134
+ * <p>Tags are not returned for ModifyTrafficMirrorFilterRule.</p>
135
+ * </note>
136
+ * <p>A Traffic Mirror rule.</p>
137
+ * @public
138
+ */
139
+ TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
140
+ }
141
+ /**
142
+ * @public
143
+ * @enum
144
+ */
145
+ export declare const TrafficMirrorSessionField: {
146
+ readonly description: "description";
147
+ readonly packet_length: "packet-length";
148
+ readonly virtual_network_id: "virtual-network-id";
149
+ };
150
+ /**
151
+ * @public
152
+ */
153
+ export type TrafficMirrorSessionField = (typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
154
+ /**
155
+ * @public
156
+ */
157
+ export interface ModifyTrafficMirrorSessionRequest {
158
+ /**
159
+ * <p>The ID of the Traffic Mirror session.</p>
160
+ * @public
161
+ */
162
+ TrafficMirrorSessionId: string | undefined;
163
+ /**
164
+ * <p>The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.</p>
165
+ * @public
166
+ */
167
+ TrafficMirrorTargetId?: string | undefined;
168
+ /**
169
+ * <p>The ID of the Traffic Mirror filter.</p>
170
+ * @public
171
+ */
172
+ TrafficMirrorFilterId?: string | undefined;
173
+ /**
174
+ * <p>The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.</p>
175
+ * <p>For sessions with Network Load Balancer (NLB) traffic mirror targets, the default <code>PacketLength</code> will be set to 8500. Valid values are 1-8500. Setting a <code>PacketLength</code> greater than 8500 will result in an error response.</p>
176
+ * @public
177
+ */
178
+ PacketLength?: number | undefined;
179
+ /**
180
+ * <p>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</p>
181
+ * <p>Valid values are 1-32766.</p>
182
+ * @public
183
+ */
184
+ SessionNumber?: number | undefined;
185
+ /**
186
+ * <p>The virtual network ID of the Traffic Mirror session.</p>
187
+ * @public
188
+ */
189
+ VirtualNetworkId?: number | undefined;
190
+ /**
191
+ * <p>The description to assign to the Traffic Mirror session.</p>
192
+ * @public
193
+ */
194
+ Description?: string | undefined;
195
+ /**
196
+ * <p>The properties that you want to remove from the Traffic Mirror session.</p>
197
+ * <p>When you remove a property from a Traffic Mirror session, the property is set to the default.</p>
198
+ * @public
199
+ */
200
+ RemoveFields?: TrafficMirrorSessionField[] | undefined;
201
+ /**
202
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
203
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
204
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
205
+ * @public
206
+ */
207
+ DryRun?: boolean | undefined;
208
+ }
209
+ /**
210
+ * @public
211
+ */
212
+ export interface ModifyTrafficMirrorSessionResult {
213
+ /**
214
+ * <p>Information about the Traffic Mirror session.</p>
215
+ * @public
216
+ */
217
+ TrafficMirrorSession?: TrafficMirrorSession | undefined;
218
+ }
219
+ /**
220
+ * <p>The transit gateway options.</p>
221
+ * @public
222
+ */
223
+ export interface ModifyTransitGatewayOptions {
224
+ /**
225
+ * <p>Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.</p>
226
+ * @public
227
+ */
228
+ AddTransitGatewayCidrBlocks?: string[] | undefined;
229
+ /**
230
+ * <p>Removes CIDR blocks for the transit gateway.</p>
231
+ * @public
232
+ */
233
+ RemoveTransitGatewayCidrBlocks?: string[] | undefined;
234
+ /**
235
+ * <p>Enable or disable Equal Cost Multipath Protocol support.</p>
236
+ * @public
237
+ */
238
+ VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
239
+ /**
240
+ * <p>Enable or disable DNS support.</p>
241
+ * @public
242
+ */
243
+ DnsSupport?: DnsSupportValue | undefined;
244
+ /**
245
+ * <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
246
+ *
247
+ * </p>
248
+ * <p>This option is disabled by default.</p>
249
+ * <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
250
+ * @public
251
+ */
252
+ SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue | undefined;
253
+ /**
254
+ * <p>Enable or disable automatic acceptance of attachment requests.</p>
255
+ * @public
256
+ */
257
+ AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
258
+ /**
259
+ * <p>Enable or disable automatic association with the default association route table.</p>
260
+ * @public
261
+ */
262
+ DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
263
+ /**
264
+ * <p>The ID of the default association route table.</p>
265
+ * @public
266
+ */
267
+ AssociationDefaultRouteTableId?: string | undefined;
268
+ /**
269
+ * <p>Enable or disable automatic propagation of routes to the default propagation route table.</p>
270
+ * @public
271
+ */
272
+ DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
273
+ /**
274
+ * <p>The ID of the default propagation route table.</p>
275
+ * @public
276
+ */
277
+ PropagationDefaultRouteTableId?: string | undefined;
278
+ /**
279
+ * <p>A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
280
+ * The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.</p>
281
+ * <p>The modify ASN operation is not allowed on a transit gateway if it has the following attachments:</p>
282
+ * <ul>
283
+ * <li>
284
+ * <p>Dynamic VPN</p>
285
+ * </li>
286
+ * <li>
287
+ * <p>Static VPN</p>
288
+ * </li>
289
+ * <li>
290
+ * <p>Direct Connect Gateway</p>
291
+ * </li>
292
+ * <li>
293
+ * <p>Connect</p>
294
+ * </li>
295
+ * </ul>
296
+ * <p>You must first delete all transit gateway attachments configured prior to modifying the ASN on
297
+ * the transit gateway.</p>
298
+ * @public
299
+ */
300
+ AmazonSideAsn?: number | undefined;
301
+ }
302
+ /**
303
+ * @public
304
+ */
305
+ export interface ModifyTransitGatewayRequest {
306
+ /**
307
+ * <p>The ID of the transit gateway.</p>
308
+ * @public
309
+ */
310
+ TransitGatewayId: string | undefined;
311
+ /**
312
+ * <p>The description for the transit gateway.</p>
313
+ * @public
314
+ */
315
+ Description?: string | undefined;
316
+ /**
317
+ * <p>The options to modify.</p>
318
+ * @public
319
+ */
320
+ Options?: ModifyTransitGatewayOptions | undefined;
321
+ /**
322
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
323
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
324
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
325
+ * @public
326
+ */
327
+ DryRun?: boolean | undefined;
328
+ }
329
+ /**
330
+ * @public
331
+ */
332
+ export interface ModifyTransitGatewayResult {
333
+ /**
334
+ * <p>Information about the transit gateway.</p>
335
+ * @public
336
+ */
337
+ TransitGateway?: TransitGateway | undefined;
338
+ }
339
+ /**
340
+ * @public
341
+ */
342
+ export interface ModifyTransitGatewayPrefixListReferenceRequest {
343
+ /**
344
+ * <p>The ID of the transit gateway route table.</p>
345
+ * @public
346
+ */
347
+ TransitGatewayRouteTableId: string | undefined;
348
+ /**
349
+ * <p>The ID of the prefix list.</p>
350
+ * @public
351
+ */
352
+ PrefixListId: string | undefined;
353
+ /**
354
+ * <p>The ID of the attachment to which traffic is routed.</p>
355
+ * @public
356
+ */
357
+ TransitGatewayAttachmentId?: string | undefined;
358
+ /**
359
+ * <p>Indicates whether to drop traffic that matches this route.</p>
360
+ * @public
361
+ */
362
+ Blackhole?: boolean | undefined;
363
+ /**
364
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
365
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
366
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
367
+ * @public
368
+ */
369
+ DryRun?: boolean | undefined;
370
+ }
371
+ /**
372
+ * @public
373
+ */
374
+ export interface ModifyTransitGatewayPrefixListReferenceResult {
375
+ /**
376
+ * <p>Information about the prefix list reference.</p>
377
+ * @public
378
+ */
379
+ TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference | undefined;
380
+ }
381
+ /**
382
+ * <p>Describes the options for a VPC attachment.</p>
383
+ * @public
384
+ */
385
+ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
386
+ /**
387
+ * <p>Enable or disable DNS support. The default is <code>enable</code>.</p>
388
+ * @public
389
+ */
390
+ DnsSupport?: DnsSupportValue | undefined;
391
+ /**
392
+ * <p>Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
393
+ *
394
+ * </p>
395
+ * <p>This option is disabled by default.</p>
396
+ * <p>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</p>
397
+ * @public
398
+ */
399
+ SecurityGroupReferencingSupport?: SecurityGroupReferencingSupportValue | undefined;
400
+ /**
401
+ * <p>Enable or disable IPv6 support. The default is <code>enable</code>.</p>
402
+ * @public
403
+ */
404
+ Ipv6Support?: Ipv6SupportValue | undefined;
405
+ /**
406
+ * <p>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <code>disable</code>.</p>
407
+ * @public
408
+ */
409
+ ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
410
+ }
411
+ /**
412
+ * @public
413
+ */
414
+ export interface ModifyTransitGatewayVpcAttachmentRequest {
415
+ /**
416
+ * <p>The ID of the attachment.</p>
417
+ * @public
418
+ */
419
+ TransitGatewayAttachmentId: string | undefined;
420
+ /**
421
+ * <p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>
422
+ * @public
423
+ */
424
+ AddSubnetIds?: string[] | undefined;
425
+ /**
426
+ * <p>The IDs of one or more subnets to remove.</p>
427
+ * @public
428
+ */
429
+ RemoveSubnetIds?: string[] | undefined;
430
+ /**
431
+ * <p>The new VPC attachment options.</p>
432
+ * @public
433
+ */
434
+ Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
435
+ /**
436
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
437
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
438
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
439
+ * @public
440
+ */
441
+ DryRun?: boolean | undefined;
442
+ }
443
+ /**
444
+ * @public
445
+ */
446
+ export interface ModifyTransitGatewayVpcAttachmentResult {
447
+ /**
448
+ * <p>Information about the modified attachment.</p>
449
+ * @public
450
+ */
451
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
452
+ }
453
+ /**
454
+ * <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
455
+ * <code>load-balancer</code> type.</p>
456
+ * @public
457
+ */
458
+ export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
459
+ /**
460
+ * <p>The IDs of the subnets.</p>
461
+ * @public
462
+ */
463
+ SubnetIds?: string[] | undefined;
464
+ /**
465
+ * <p>The IP protocol.</p>
466
+ * @public
467
+ */
468
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
469
+ /**
470
+ * <p>The IP port number.</p>
471
+ * @public
472
+ */
473
+ Port?: number | undefined;
474
+ }
475
+ /**
476
+ * <p>Describes the options when modifying a Verified Access endpoint with the
477
+ * <code>network-interface</code> type.</p>
478
+ * @public
479
+ */
480
+ export interface ModifyVerifiedAccessEndpointEniOptions {
481
+ /**
482
+ * <p>The IP protocol.</p>
483
+ * @public
484
+ */
485
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
486
+ /**
487
+ * <p>The IP port number.</p>
488
+ * @public
489
+ */
490
+ Port?: number | undefined;
491
+ }
8
492
  /**
9
493
  * @public
10
494
  */
@@ -672,11 +1156,11 @@ export interface ModifyVpcBlockPublicAccessExclusionRequest {
672
1156
  * <ul>
673
1157
  * <li>
674
1158
  * <p>
675
- * <code>bidirectional-access-allowed</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
1159
+ * <code>allow-bidirectional</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
676
1160
  * </li>
677
1161
  * <li>
678
1162
  * <p>
679
- * <code>egress-access-allowed</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
1163
+ * <code>allow-egress</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
680
1164
  * </li>
681
1165
  * </ul>
682
1166
  * @public
@@ -709,15 +1193,15 @@ export interface ModifyVpcBlockPublicAccessOptionsRequest {
709
1193
  * <ul>
710
1194
  * <li>
711
1195
  * <p>
712
- * <code>bidirectional-access-allowed</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
1196
+ * <code>off</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
713
1197
  * </li>
714
1198
  * <li>
715
1199
  * <p>
716
- * <code>bidirectional-access-blocked</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
1200
+ * <code>block-bidirectional</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
717
1201
  * </li>
718
1202
  * <li>
719
1203
  * <p>
720
- * <code>ingress-access-blocked</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
1204
+ * <code>block-ingress</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
721
1205
  * </li>
722
1206
  * </ul>
723
1207
  * @public
@@ -1678,16 +2162,12 @@ export interface MoveCapacityReservationInstancesRequest {
1678
2162
  */
1679
2163
  ClientToken?: string | undefined;
1680
2164
  /**
1681
- * <p>
1682
- * The ID of the Capacity Reservation from which you want to move capacity.
1683
- * </p>
2165
+ * <p> The ID of the Capacity Reservation from which you want to move capacity. </p>
1684
2166
  * @public
1685
2167
  */
1686
2168
  SourceCapacityReservationId: string | undefined;
1687
2169
  /**
1688
- * <p>
1689
- * The ID of the Capacity Reservation that you want to move capacity into.
1690
- * </p>
2170
+ * <p> The ID of the Capacity Reservation that you want to move capacity into. </p>
1691
2171
  * @public
1692
2172
  */
1693
2173
  DestinationCapacityReservationId: string | undefined;
@@ -1703,23 +2183,18 @@ export interface MoveCapacityReservationInstancesRequest {
1703
2183
  */
1704
2184
  export interface MoveCapacityReservationInstancesResult {
1705
2185
  /**
1706
- * <p>
1707
- * Information about the source Capacity Reservation.
1708
- * </p>
2186
+ * <p> Information about the source Capacity Reservation. </p>
1709
2187
  * @public
1710
2188
  */
1711
2189
  SourceCapacityReservation?: CapacityReservation | undefined;
1712
2190
  /**
1713
- * <p>
1714
- * Information about the destination Capacity Reservation.
1715
- * </p>
2191
+ * <p> Information about the destination Capacity Reservation. </p>
1716
2192
  * @public
1717
2193
  */
1718
2194
  DestinationCapacityReservation?: CapacityReservation | undefined;
1719
2195
  /**
1720
- * <p>
1721
- * The number of instances that were moved from the source Capacity Reservation to the destination Capacity Reservation.
1722
- * </p>
2196
+ * <p> The number of instances that were moved from the source Capacity Reservation to the
2197
+ * destination Capacity Reservation. </p>
1723
2198
  * @public
1724
2199
  */
1725
2200
  InstanceCount?: number | undefined;
@@ -2039,6 +2514,36 @@ export interface PurchaseCapacityBlockResult {
2039
2514
  */
2040
2515
  CapacityReservation?: CapacityReservation | undefined;
2041
2516
  }
2517
+ /**
2518
+ * @public
2519
+ */
2520
+ export interface PurchaseCapacityBlockExtensionRequest {
2521
+ /**
2522
+ * <p>The ID of the Capacity Block extension offering to purchase.</p>
2523
+ * @public
2524
+ */
2525
+ CapacityBlockExtensionOfferingId: string | undefined;
2526
+ /**
2527
+ * <p>The ID of the Capacity reservation to be extended.</p>
2528
+ * @public
2529
+ */
2530
+ CapacityReservationId: string | undefined;
2531
+ /**
2532
+ * <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>
2533
+ * @public
2534
+ */
2535
+ DryRun?: boolean | undefined;
2536
+ }
2537
+ /**
2538
+ * @public
2539
+ */
2540
+ export interface PurchaseCapacityBlockExtensionResult {
2541
+ /**
2542
+ * <p>The purchased Capacity Block extensions. </p>
2543
+ * @public
2544
+ */
2545
+ CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
2546
+ }
2042
2547
  /**
2043
2548
  * @public
2044
2549
  */
@@ -4792,7 +5297,7 @@ export interface RunInstancesRequest {
4792
5297
  * <p>Information about the Capacity Reservation targeting option. If you do not specify this parameter, the
4793
5298
  * instance's Capacity Reservation preference defaults to <code>open</code>, which enables
4794
5299
  * it to run in any open Capacity Reservation that has matching attributes (instance type,
4795
- * platform, Availability Zone).</p>
5300
+ * platform, Availability Zone, and tenancy).</p>
4796
5301
  * @public
4797
5302
  */
4798
5303
  CapacityReservationSpecification?: CapacityReservationSpecification | undefined;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeCapacityBlockExtensionHistoryCommandInput, DescribeCapacityBlockExtensionHistoryCommandOutput } from "../commands/DescribeCapacityBlockExtensionHistoryCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeCapacityBlockExtensionHistory: (config: EC2PaginationConfiguration, input: DescribeCapacityBlockExtensionHistoryCommandInput, ...rest: any[]) => Paginator<DescribeCapacityBlockExtensionHistoryCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeCapacityBlockExtensionOfferingsCommandInput, DescribeCapacityBlockExtensionOfferingsCommandOutput } from "../commands/DescribeCapacityBlockExtensionOfferingsCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeCapacityBlockExtensionOfferings: (config: EC2PaginationConfiguration, input: DescribeCapacityBlockExtensionOfferingsCommandInput, ...rest: any[]) => Paginator<DescribeCapacityBlockExtensionOfferingsCommandOutput>;
@@ -2,13 +2,15 @@ export * from "./DescribeAddressTransfersPaginator";
2
2
  export * from "./DescribeAddressesAttributePaginator";
3
3
  export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator";
4
4
  export * from "./DescribeByoipCidrsPaginator";
5
+ export * from "./DescribeCapacityBlockExtensionHistoryPaginator";
6
+ export * from "./DescribeCapacityBlockExtensionOfferingsPaginator";
5
7
  export * from "./DescribeCapacityBlockOfferingsPaginator";
6
8
  export * from "./DescribeCapacityReservationBillingRequestsPaginator";
7
9
  export * from "./DescribeCapacityReservationFleetsPaginator";
8
10
  export * from "./DescribeCapacityReservationsPaginator";
11
+ export * from "./Interfaces";
9
12
  export * from "./DescribeCarrierGatewaysPaginator";
10
13
  export * from "./DescribeClassicLinkInstancesPaginator";
11
- export * from "./Interfaces";
12
14
  export * from "./DescribeClientVpnAuthorizationRulesPaginator";
13
15
  export * from "./DescribeClientVpnConnectionsPaginator";
14
16
  export * from "./DescribeClientVpnEndpointsPaginator";