@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
@@ -2,16 +2,20 @@ import {
2
2
  AddedPrincipal,
3
3
  AddressAttribute,
4
4
  AddressAttributeName,
5
+ ApplianceModeSupportValue,
5
6
  ByoipCidr,
6
7
  CapacityReservationInstancePlatform,
7
8
  ClientVpnAuthorizationRuleStatus,
8
9
  CurrencyCodeValues,
10
+ DnsSupportValue,
9
11
  IamInstanceProfileAssociation,
10
12
  IamInstanceProfileSpecification,
11
13
  IpPermission,
14
+ Ipv6SupportValue,
12
15
  NatGatewayAddress,
13
16
  PortRange,
14
17
  RouteTableAssociationState,
18
+ SecurityGroupReferencingSupportValue,
15
19
  TagSpecification,
16
20
  TransitGatewayAttachmentResourceType,
17
21
  TransitGatewayMulticastDomainAssociations,
@@ -30,7 +34,6 @@ import {
30
34
  CreditSpecificationRequest,
31
35
  ElasticGpuSpecification,
32
36
  HostnameType,
33
- IcmpTypeCode,
34
37
  InstanceInterruptionBehavior,
35
38
  InstanceIpv6Address,
36
39
  LocalGatewayRoute,
@@ -38,13 +41,16 @@ import {
38
41
  MarketType,
39
42
  OperatorRequest,
40
43
  Placement,
41
- RuleAction,
42
44
  ShutdownBehavior,
43
45
  SpotInstanceType,
44
46
  VolumeType,
45
47
  } from "./models_1";
46
48
  import {
49
+ AutoAcceptSharedAttachmentsValue,
50
+ DefaultRouteTableAssociationValue,
51
+ DefaultRouteTablePropagationValue,
47
52
  DnsOptionsSpecification,
53
+ IcmpTypeCode,
48
54
  IKEVersionsRequestListValue,
49
55
  InternetGatewayExclusionMode,
50
56
  IpAddressType,
@@ -55,19 +61,32 @@ import {
55
61
  Phase2DHGroupNumbersRequestListValue,
56
62
  Phase2EncryptionAlgorithmsRequestListValue,
57
63
  Phase2IntegrityAlgorithmsRequestListValue,
64
+ RuleAction,
58
65
  SnapshotState,
59
66
  SSEType,
60
67
  SubnetConfiguration,
68
+ TrafficDirection,
69
+ TrafficMirrorFilter,
70
+ TrafficMirrorFilterRule,
71
+ TrafficMirrorNetworkService,
72
+ TrafficMirrorPortRangeRequest,
73
+ TrafficMirrorRuleAction,
74
+ TrafficMirrorSession,
75
+ TransitGateway,
76
+ TransitGatewayPrefixListReference,
61
77
  TransitGatewayRoute,
62
78
  VerifiedAccessEndpoint,
79
+ VerifiedAccessEndpointProtocol,
63
80
  VerifiedAccessGroup,
64
81
  VerifiedAccessSseSpecificationRequest,
65
82
  VpcBlockPublicAccessExclusion,
66
83
  VpnConnection,
84
+ VpnEcmpSupportValue,
67
85
  VpnTunnelLogOptionsSpecification,
68
86
  } from "./models_2";
69
87
  import {
70
88
  Byoasn,
89
+ CapacityBlockExtension,
71
90
  ClientVpnConnectionStatus,
72
91
  Filter,
73
92
  InstanceTagNotificationAttribute,
@@ -89,13 +108,13 @@ import {
89
108
  NetworkInsightsAccessScopeAnalysis,
90
109
  NetworkInsightsAnalysis,
91
110
  PublicIpv4PoolRange,
92
- ScheduledInstance,
93
111
  TpmSupportValues,
94
112
  } from "./models_4";
95
113
  import {
96
114
  InstanceNetworkInterfaceSpecification,
97
115
  InternetGatewayBlockMode,
98
116
  RunInstancesMonitoringEnabled,
117
+ ScheduledInstance,
99
118
  SnapshotAttributeName,
100
119
  SpotFleetRequestConfigData,
101
120
  SpotInstanceRequest,
@@ -104,12 +123,125 @@ import {
104
123
  VolumeModification,
105
124
  VpcBlockPublicAccessOptions,
106
125
  } from "./models_5";
107
- import {
108
- CapacityReservationSpecification,
109
- ModifyVerifiedAccessEndpointEniOptions,
110
- ModifyVerifiedAccessEndpointLoadBalancerOptions,
111
- Purchase,
112
- } from "./models_6";
126
+ import { CapacityReservationSpecification, Purchase } from "./models_6";
127
+ export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
128
+ TrafficMirrorFilterId: string | undefined;
129
+ AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
130
+ RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
131
+ DryRun?: boolean | undefined;
132
+ }
133
+ export interface ModifyTrafficMirrorFilterNetworkServicesResult {
134
+ TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
135
+ }
136
+ export declare const TrafficMirrorFilterRuleField: {
137
+ readonly description: "description";
138
+ readonly destination_port_range: "destination-port-range";
139
+ readonly protocol: "protocol";
140
+ readonly source_port_range: "source-port-range";
141
+ };
142
+ export type TrafficMirrorFilterRuleField =
143
+ (typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
144
+ export interface ModifyTrafficMirrorFilterRuleRequest {
145
+ TrafficMirrorFilterRuleId: string | undefined;
146
+ TrafficDirection?: TrafficDirection | undefined;
147
+ RuleNumber?: number | undefined;
148
+ RuleAction?: TrafficMirrorRuleAction | undefined;
149
+ DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
150
+ SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
151
+ Protocol?: number | undefined;
152
+ DestinationCidrBlock?: string | undefined;
153
+ SourceCidrBlock?: string | undefined;
154
+ Description?: string | undefined;
155
+ RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
156
+ DryRun?: boolean | undefined;
157
+ }
158
+ export interface ModifyTrafficMirrorFilterRuleResult {
159
+ TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
160
+ }
161
+ export declare const TrafficMirrorSessionField: {
162
+ readonly description: "description";
163
+ readonly packet_length: "packet-length";
164
+ readonly virtual_network_id: "virtual-network-id";
165
+ };
166
+ export type TrafficMirrorSessionField =
167
+ (typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
168
+ export interface ModifyTrafficMirrorSessionRequest {
169
+ TrafficMirrorSessionId: string | undefined;
170
+ TrafficMirrorTargetId?: string | undefined;
171
+ TrafficMirrorFilterId?: string | undefined;
172
+ PacketLength?: number | undefined;
173
+ SessionNumber?: number | undefined;
174
+ VirtualNetworkId?: number | undefined;
175
+ Description?: string | undefined;
176
+ RemoveFields?: TrafficMirrorSessionField[] | undefined;
177
+ DryRun?: boolean | undefined;
178
+ }
179
+ export interface ModifyTrafficMirrorSessionResult {
180
+ TrafficMirrorSession?: TrafficMirrorSession | undefined;
181
+ }
182
+ export interface ModifyTransitGatewayOptions {
183
+ AddTransitGatewayCidrBlocks?: string[] | undefined;
184
+ RemoveTransitGatewayCidrBlocks?: string[] | undefined;
185
+ VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
186
+ DnsSupport?: DnsSupportValue | undefined;
187
+ SecurityGroupReferencingSupport?:
188
+ | SecurityGroupReferencingSupportValue
189
+ | undefined;
190
+ AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
191
+ DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
192
+ AssociationDefaultRouteTableId?: string | undefined;
193
+ DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
194
+ PropagationDefaultRouteTableId?: string | undefined;
195
+ AmazonSideAsn?: number | undefined;
196
+ }
197
+ export interface ModifyTransitGatewayRequest {
198
+ TransitGatewayId: string | undefined;
199
+ Description?: string | undefined;
200
+ Options?: ModifyTransitGatewayOptions | undefined;
201
+ DryRun?: boolean | undefined;
202
+ }
203
+ export interface ModifyTransitGatewayResult {
204
+ TransitGateway?: TransitGateway | undefined;
205
+ }
206
+ export interface ModifyTransitGatewayPrefixListReferenceRequest {
207
+ TransitGatewayRouteTableId: string | undefined;
208
+ PrefixListId: string | undefined;
209
+ TransitGatewayAttachmentId?: string | undefined;
210
+ Blackhole?: boolean | undefined;
211
+ DryRun?: boolean | undefined;
212
+ }
213
+ export interface ModifyTransitGatewayPrefixListReferenceResult {
214
+ TransitGatewayPrefixListReference?:
215
+ | TransitGatewayPrefixListReference
216
+ | undefined;
217
+ }
218
+ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
219
+ DnsSupport?: DnsSupportValue | undefined;
220
+ SecurityGroupReferencingSupport?:
221
+ | SecurityGroupReferencingSupportValue
222
+ | undefined;
223
+ Ipv6Support?: Ipv6SupportValue | undefined;
224
+ ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
225
+ }
226
+ export interface ModifyTransitGatewayVpcAttachmentRequest {
227
+ TransitGatewayAttachmentId: string | undefined;
228
+ AddSubnetIds?: string[] | undefined;
229
+ RemoveSubnetIds?: string[] | undefined;
230
+ Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
231
+ DryRun?: boolean | undefined;
232
+ }
233
+ export interface ModifyTransitGatewayVpcAttachmentResult {
234
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
235
+ }
236
+ export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
237
+ SubnetIds?: string[] | undefined;
238
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
239
+ Port?: number | undefined;
240
+ }
241
+ export interface ModifyVerifiedAccessEndpointEniOptions {
242
+ Protocol?: VerifiedAccessEndpointProtocol | undefined;
243
+ Port?: number | undefined;
244
+ }
113
245
  export interface ModifyVerifiedAccessEndpointRequest {
114
246
  VerifiedAccessEndpointId: string | undefined;
115
247
  VerifiedAccessGroupId?: string | undefined;
@@ -551,6 +683,14 @@ export interface PurchaseCapacityBlockRequest {
551
683
  export interface PurchaseCapacityBlockResult {
552
684
  CapacityReservation?: CapacityReservation | undefined;
553
685
  }
686
+ export interface PurchaseCapacityBlockExtensionRequest {
687
+ CapacityBlockExtensionOfferingId: string | undefined;
688
+ CapacityReservationId: string | undefined;
689
+ DryRun?: boolean | undefined;
690
+ }
691
+ export interface PurchaseCapacityBlockExtensionResult {
692
+ CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
693
+ }
554
694
  export interface PurchaseHostReservationRequest {
555
695
  ClientToken?: string | undefined;
556
696
  CurrencyCode?: CurrencyCodeValues | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeCapacityBlockExtensionHistoryCommandInput,
4
+ DescribeCapacityBlockExtensionHistoryCommandOutput,
5
+ } from "../commands/DescribeCapacityBlockExtensionHistoryCommand";
6
+ import { EC2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeCapacityBlockExtensionHistory: (
8
+ config: EC2PaginationConfiguration,
9
+ input: DescribeCapacityBlockExtensionHistoryCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeCapacityBlockExtensionHistoryCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeCapacityBlockExtensionOfferingsCommandInput,
4
+ DescribeCapacityBlockExtensionOfferingsCommandOutput,
5
+ } from "../commands/DescribeCapacityBlockExtensionOfferingsCommand";
6
+ import { EC2PaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateDescribeCapacityBlockExtensionOfferings: (
8
+ config: EC2PaginationConfiguration,
9
+ input: DescribeCapacityBlockExtensionOfferingsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";
@@ -947,6 +947,14 @@ import {
947
947
  DescribeByoipCidrsCommandInput,
948
948
  DescribeByoipCidrsCommandOutput,
949
949
  } from "../commands/DescribeByoipCidrsCommand";
950
+ import {
951
+ DescribeCapacityBlockExtensionHistoryCommandInput,
952
+ DescribeCapacityBlockExtensionHistoryCommandOutput,
953
+ } from "../commands/DescribeCapacityBlockExtensionHistoryCommand";
954
+ import {
955
+ DescribeCapacityBlockExtensionOfferingsCommandInput,
956
+ DescribeCapacityBlockExtensionOfferingsCommandOutput,
957
+ } from "../commands/DescribeCapacityBlockExtensionOfferingsCommand";
950
958
  import {
951
959
  DescribeCapacityBlockOfferingsCommandInput,
952
960
  DescribeCapacityBlockOfferingsCommandOutput,
@@ -2323,6 +2331,10 @@ import {
2323
2331
  PurchaseCapacityBlockCommandInput,
2324
2332
  PurchaseCapacityBlockCommandOutput,
2325
2333
  } from "../commands/PurchaseCapacityBlockCommand";
2334
+ import {
2335
+ PurchaseCapacityBlockExtensionCommandInput,
2336
+ PurchaseCapacityBlockExtensionCommandOutput,
2337
+ } from "../commands/PurchaseCapacityBlockExtensionCommand";
2326
2338
  import {
2327
2339
  PurchaseHostReservationCommandInput,
2328
2340
  PurchaseHostReservationCommandOutput,
@@ -3519,6 +3531,14 @@ export declare const se_DescribeByoipCidrsCommand: (
3519
3531
  input: DescribeByoipCidrsCommandInput,
3520
3532
  context: __SerdeContext
3521
3533
  ) => Promise<__HttpRequest>;
3534
+ export declare const se_DescribeCapacityBlockExtensionHistoryCommand: (
3535
+ input: DescribeCapacityBlockExtensionHistoryCommandInput,
3536
+ context: __SerdeContext
3537
+ ) => Promise<__HttpRequest>;
3538
+ export declare const se_DescribeCapacityBlockExtensionOfferingsCommand: (
3539
+ input: DescribeCapacityBlockExtensionOfferingsCommandInput,
3540
+ context: __SerdeContext
3541
+ ) => Promise<__HttpRequest>;
3522
3542
  export declare const se_DescribeCapacityBlockOfferingsCommand: (
3523
3543
  input: DescribeCapacityBlockOfferingsCommandInput,
3524
3544
  context: __SerdeContext
@@ -4895,6 +4915,10 @@ export declare const se_PurchaseCapacityBlockCommand: (
4895
4915
  input: PurchaseCapacityBlockCommandInput,
4896
4916
  context: __SerdeContext
4897
4917
  ) => Promise<__HttpRequest>;
4918
+ export declare const se_PurchaseCapacityBlockExtensionCommand: (
4919
+ input: PurchaseCapacityBlockExtensionCommandInput,
4920
+ context: __SerdeContext
4921
+ ) => Promise<__HttpRequest>;
4898
4922
  export declare const se_PurchaseHostReservationCommand: (
4899
4923
  input: PurchaseHostReservationCommandInput,
4900
4924
  context: __SerdeContext
@@ -6091,6 +6115,14 @@ export declare const de_DescribeByoipCidrsCommand: (
6091
6115
  output: __HttpResponse,
6092
6116
  context: __SerdeContext
6093
6117
  ) => Promise<DescribeByoipCidrsCommandOutput>;
6118
+ export declare const de_DescribeCapacityBlockExtensionHistoryCommand: (
6119
+ output: __HttpResponse,
6120
+ context: __SerdeContext
6121
+ ) => Promise<DescribeCapacityBlockExtensionHistoryCommandOutput>;
6122
+ export declare const de_DescribeCapacityBlockExtensionOfferingsCommand: (
6123
+ output: __HttpResponse,
6124
+ context: __SerdeContext
6125
+ ) => Promise<DescribeCapacityBlockExtensionOfferingsCommandOutput>;
6094
6126
  export declare const de_DescribeCapacityBlockOfferingsCommand: (
6095
6127
  output: __HttpResponse,
6096
6128
  context: __SerdeContext
@@ -7467,6 +7499,10 @@ export declare const de_PurchaseCapacityBlockCommand: (
7467
7499
  output: __HttpResponse,
7468
7500
  context: __SerdeContext
7469
7501
  ) => Promise<PurchaseCapacityBlockCommandOutput>;
7502
+ export declare const de_PurchaseCapacityBlockExtensionCommand: (
7503
+ output: __HttpResponse,
7504
+ context: __SerdeContext
7505
+ ) => Promise<PurchaseCapacityBlockExtensionCommandOutput>;
7470
7506
  export declare const de_PurchaseHostReservationCommand: (
7471
7507
  output: __HttpResponse,
7472
7508
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.696.0",
4
+ "version": "3.698.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",