@aws-sdk/client-ec2 3.1058.0 → 3.1059.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 (194) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +41 -0
  3. package/dist-cjs/schemas/schemas_0.js +171 -68
  4. package/dist-es/EC2.js +4 -0
  5. package/dist-es/commands/CreateCapacityReservationCancellationQuoteCommand.js +16 -0
  6. package/dist-es/commands/DescribeCapacityReservationCancellationQuotesCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/enums.js +11 -0
  9. package/dist-es/schemas/schemas_0.js +110 -8
  10. package/dist-types/EC2.d.ts +15 -0
  11. package/dist-types/EC2Client.d.ts +4 -2
  12. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  13. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  14. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  15. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  16. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  17. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  18. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +16 -2
  20. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  21. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  22. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +117 -0
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  69. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteTableCommand.d.ts +3 -2
  77. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -2
  116. package/dist-types/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +119 -0
  117. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -2
  118. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  119. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  122. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -2
  125. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  126. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  127. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -1
  128. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  129. package/dist-types/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +1 -2
  130. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  134. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -1
  136. package/dist-types/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  139. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -4
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +3 -3
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  146. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  147. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  148. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  149. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  150. package/dist-types/commands/index.d.ts +2 -0
  151. package/dist-types/models/enums.d.ts +27 -0
  152. package/dist-types/models/models_0.d.ts +158 -184
  153. package/dist-types/models/models_1.d.ts +194 -230
  154. package/dist-types/models/models_2.d.ts +228 -94
  155. package/dist-types/models/models_3.d.ts +141 -274
  156. package/dist-types/models/models_4.d.ts +277 -375
  157. package/dist-types/models/models_5.d.ts +375 -226
  158. package/dist-types/models/models_6.d.ts +235 -208
  159. package/dist-types/models/models_7.d.ts +209 -7
  160. package/dist-types/schemas/schemas_0.d.ts +9 -0
  161. package/dist-types/ts3.4/EC2.d.ts +47 -0
  162. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  163. package/dist-types/ts3.4/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +53 -0
  164. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -4
  165. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +53 -0
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +4 -2
  176. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -4
  177. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  184. package/dist-types/ts3.4/models/enums.d.ts +15 -0
  185. package/dist-types/ts3.4/models/models_0.d.ts +36 -45
  186. package/dist-types/ts3.4/models/models_1.d.ts +47 -48
  187. package/dist-types/ts3.4/models/models_2.d.ts +50 -22
  188. package/dist-types/ts3.4/models/models_3.d.ts +36 -54
  189. package/dist-types/ts3.4/models/models_4.d.ts +52 -52
  190. package/dist-types/ts3.4/models/models_5.d.ts +50 -44
  191. package/dist-types/ts3.4/models/models_6.d.ts +45 -47
  192. package/dist-types/ts3.4/models/models_7.d.ts +49 -3
  193. package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
  194. package/package.json +10 -10
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetCapacityManagerMetricDataRequest,
10
- GetCapacityManagerMetricDataResult,
11
- } from "../models/models_5";
8
+ import { GetCapacityManagerMetricDataRequest } from "../models/models_5";
9
+ import { GetCapacityManagerMetricDataResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetCapacityManagerMetricDataCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCapacityManagerMetricDimensionsRequest,
10
10
  GetCapacityManagerMetricDimensionsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCapacityManagerMetricDimensionsCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetCapacityManagerMonitoredTagKeysRequest } from "../models/models_5";
9
- import { GetCapacityManagerMonitoredTagKeysResult } from "../models/models_6";
8
+ import {
9
+ GetCapacityManagerMonitoredTagKeysRequest,
10
+ GetCapacityManagerMonitoredTagKeysResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetCapacityManagerMonitoredTagKeysCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- ModifyManagedPrefixListRequest,
10
- ModifyManagedPrefixListResult,
11
- } from "../models/models_6";
8
+ import { ModifyManagedPrefixListRequest } from "../models/models_6";
9
+ import { ModifyManagedPrefixListResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ModifyManagedPrefixListCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyManagedResourceVisibilityRequest,
10
10
  ModifyManagedResourceVisibilityResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyManagedResourceVisibilityCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifyNetworkInterfaceAttributeRequest } from "../models/models_6";
8
+ import { ModifyNetworkInterfaceAttributeRequest } from "../models/models_7";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ModifyNetworkInterfaceAttributeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyPrivateDnsNameOptionsRequest,
10
10
  ModifyPrivateDnsNameOptionsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyPrivateDnsNameOptionsCommandInput
@@ -62,6 +62,7 @@ export * from "./CopySnapshotCommand";
62
62
  export * from "./CopyVolumesCommand";
63
63
  export * from "./CreateCapacityManagerDataExportCommand";
64
64
  export * from "./CreateCapacityReservationBySplittingCommand";
65
+ export * from "./CreateCapacityReservationCancellationQuoteCommand";
65
66
  export * from "./CreateCapacityReservationCommand";
66
67
  export * from "./CreateCapacityReservationFleetCommand";
67
68
  export * from "./CreateCarrierGatewayCommand";
@@ -281,6 +282,7 @@ export * from "./DescribeCapacityBlockStatusCommand";
281
282
  export * from "./DescribeCapacityBlocksCommand";
282
283
  export * from "./DescribeCapacityManagerDataExportsCommand";
283
284
  export * from "./DescribeCapacityReservationBillingRequestsCommand";
285
+ export * from "./DescribeCapacityReservationCancellationQuotesCommand";
284
286
  export * from "./DescribeCapacityReservationFleetsCommand";
285
287
  export * from "./DescribeCapacityReservationTopologyCommand";
286
288
  export * from "./DescribeCapacityReservationsCommand";
@@ -42,6 +42,7 @@ export declare const ResourceType: {
42
42
  readonly capacity_block: "capacity-block";
43
43
  readonly capacity_manager_data_export: "capacity-manager-data-export";
44
44
  readonly capacity_reservation: "capacity-reservation";
45
+ readonly capacity_reservation_cancellation_quote: "capacity-reservation-cancellation-quote";
45
46
  readonly capacity_reservation_fleet: "capacity-reservation-fleet";
46
47
  readonly carrier_gateway: "carrier-gateway";
47
48
  readonly client_vpn_endpoint: "client-vpn-endpoint";
@@ -390,6 +391,7 @@ export declare const AllocationStrategy: {
390
391
  export type AllocationStrategy =
391
392
  (typeof AllocationStrategy)[keyof typeof AllocationStrategy];
392
393
  export declare const AllocationType: {
394
+ readonly cancelling: "cancelling";
393
395
  readonly future: "future";
394
396
  readonly used: "used";
395
397
  };
@@ -603,6 +605,11 @@ export declare const BundleTaskState: {
603
605
  };
604
606
  export type BundleTaskState =
605
607
  (typeof BundleTaskState)[keyof typeof BundleTaskState];
608
+ export declare const ApplyCancellationCharges: {
609
+ readonly COMMITMENT_WIND_DOWN: "commitment-wind-down";
610
+ };
611
+ export type ApplyCancellationCharges =
612
+ (typeof ApplyCancellationCharges)[keyof typeof ApplyCancellationCharges];
606
613
  export declare const CapacityReservationFleetState: {
607
614
  readonly ACTIVE: "active";
608
615
  readonly CANCELLED: "cancelled";
@@ -766,6 +773,7 @@ export declare const CapacityReservationState: {
766
773
  readonly active: "active";
767
774
  readonly assessing: "assessing";
768
775
  readonly cancelled: "cancelled";
776
+ readonly cancelling: "cancelling";
769
777
  readonly delayed: "delayed";
770
778
  readonly expired: "expired";
771
779
  readonly failed: "failed";
@@ -778,6 +786,13 @@ export declare const CapacityReservationState: {
778
786
  };
779
787
  export type CapacityReservationState =
780
788
  (typeof CapacityReservationState)[keyof typeof CapacityReservationState];
789
+ export declare const CapacityReservationCancellationQuoteState: {
790
+ readonly active: "active";
791
+ readonly expired: "expired";
792
+ readonly pending: "pending";
793
+ };
794
+ export type CapacityReservationCancellationQuoteState =
795
+ (typeof CapacityReservationCancellationQuoteState)[keyof typeof CapacityReservationCancellationQuoteState];
781
796
  export declare const FleetInstanceMatchCriteria: {
782
797
  readonly open: "open";
783
798
  };
@@ -3,6 +3,7 @@ import {
3
3
  AddressTransferStatus,
4
4
  AllocationType,
5
5
  ApplianceModeSupportValue,
6
+ ApplyCancellationCharges,
6
7
  AsnAssociationState,
7
8
  AssociationStatusCode,
8
9
  AttachmentStatus,
@@ -13,6 +14,7 @@ import {
13
14
  ByoipCidrState,
14
15
  CancelBatchErrorCode,
15
16
  CancelSpotInstanceRequestState,
17
+ CapacityReservationCancellationQuoteState,
16
18
  CapacityReservationDeliveryPreference,
17
19
  CapacityReservationFleetState,
18
20
  CapacityReservationInstancePlatform,
@@ -67,7 +69,6 @@ import {
67
69
  SSEType,
68
70
  SubnetCidrBlockStateCode,
69
71
  SubnetState,
70
- Tenancy,
71
72
  TrafficIpAddressType,
72
73
  TransitGatewayAssociationState,
73
74
  TransitGatewayAttachmentResourceType,
@@ -81,11 +82,7 @@ import {
81
82
  VolumeState,
82
83
  VolumeType,
83
84
  VpcCidrBlockStateCode,
84
- VpcEncryptionControlExclusionState,
85
- VpcEncryptionControlMode,
86
- VpcEncryptionControlState,
87
85
  VpcPeeringConnectionStateReasonCode,
88
- VpcState,
89
86
  VpnTunnelProvisioningStatus,
90
87
  WeekDay,
91
88
  } from "./enums";
@@ -1357,6 +1354,8 @@ export interface CancelBundleTaskResult {
1357
1354
  export interface CancelCapacityReservationRequest {
1358
1355
  CapacityReservationId: string | undefined;
1359
1356
  DryRun?: boolean | undefined;
1357
+ ApplyCancellationCharges?: ApplyCancellationCharges | undefined;
1358
+ QuoteId?: string | undefined;
1360
1359
  }
1361
1360
  export interface CancelCapacityReservationResult {
1362
1361
  Return?: boolean | undefined;
@@ -1685,6 +1684,38 @@ export interface CreateCapacityReservationBySplittingResult {
1685
1684
  DestinationCapacityReservation?: CapacityReservation | undefined;
1686
1685
  InstanceCount?: number | undefined;
1687
1686
  }
1687
+ export interface CreateCapacityReservationCancellationQuoteRequest {
1688
+ CapacityReservationId: string | undefined;
1689
+ ClientToken?: string | undefined;
1690
+ TagSpecifications?: TagSpecification[] | undefined;
1691
+ DryRun?: boolean | undefined;
1692
+ }
1693
+ export interface CancellationTerms {
1694
+ CancellationType?: ApplyCancellationCharges | undefined;
1695
+ ReservationState?: string | undefined;
1696
+ CommittedInstanceCount?: number | undefined;
1697
+ ChargeCommitmentDurationHours?: number | undefined;
1698
+ ChargeEndDate?: Date | undefined;
1699
+ }
1700
+ export interface CapacityReservationConfiguration {
1701
+ InstanceCount?: number | undefined;
1702
+ ReservationState?: string | undefined;
1703
+ }
1704
+ export interface CapacityReservationCancellationQuote {
1705
+ CapacityReservationCancellationQuoteId?: string | undefined;
1706
+ CapacityReservationId?: string | undefined;
1707
+ CreateTime?: Date | undefined;
1708
+ ExpirationTime?: Date | undefined;
1709
+ QuoteState?: CapacityReservationCancellationQuoteState | undefined;
1710
+ CurrentConfiguration?: CapacityReservationConfiguration | undefined;
1711
+ CancellationTerms?: CancellationTerms[] | undefined;
1712
+ Tags?: Tag[] | undefined;
1713
+ }
1714
+ export interface CreateCapacityReservationCancellationQuoteResult {
1715
+ CapacityReservationCancellationQuote?:
1716
+ | CapacityReservationCancellationQuote
1717
+ | undefined;
1718
+ }
1688
1719
  export interface ReservationFleetInstanceSpecification {
1689
1720
  InstanceType?: _InstanceType | undefined;
1690
1721
  InstancePlatform?: CapacityReservationInstancePlatform | undefined;
@@ -1935,43 +1966,3 @@ export interface CreateDefaultSubnetResult {
1935
1966
  export interface CreateDefaultVpcRequest {
1936
1967
  DryRun?: boolean | undefined;
1937
1968
  }
1938
- export interface VpcEncryptionControlExclusion {
1939
- State?: VpcEncryptionControlExclusionState | undefined;
1940
- StateMessage?: string | undefined;
1941
- }
1942
- export interface VpcEncryptionControlExclusions {
1943
- InternetGateway?: VpcEncryptionControlExclusion | undefined;
1944
- EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
1945
- NatGateway?: VpcEncryptionControlExclusion | undefined;
1946
- VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
1947
- VpcPeering?: VpcEncryptionControlExclusion | undefined;
1948
- Lambda?: VpcEncryptionControlExclusion | undefined;
1949
- VpcLattice?: VpcEncryptionControlExclusion | undefined;
1950
- ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
1951
- }
1952
- export interface VpcEncryptionControl {
1953
- VpcId?: string | undefined;
1954
- VpcEncryptionControlId?: string | undefined;
1955
- Mode?: VpcEncryptionControlMode | undefined;
1956
- State?: VpcEncryptionControlState | undefined;
1957
- StateMessage?: string | undefined;
1958
- ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
1959
- Tags?: Tag[] | undefined;
1960
- }
1961
- export interface Vpc {
1962
- OwnerId?: string | undefined;
1963
- InstanceTenancy?: Tenancy | undefined;
1964
- Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[] | undefined;
1965
- CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
1966
- IsDefault?: boolean | undefined;
1967
- EncryptionControl?: VpcEncryptionControl | undefined;
1968
- Tags?: Tag[] | undefined;
1969
- BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
1970
- VpcId?: string | undefined;
1971
- State?: VpcState | undefined;
1972
- CidrBlock?: string | undefined;
1973
- DhcpOptionsId?: string | undefined;
1974
- }
1975
- export interface CreateDefaultVpcResult {
1976
- Vpc?: Vpc | undefined;
1977
- }
@@ -93,7 +93,6 @@ import {
93
93
  Protocol,
94
94
  ReplaceRootVolumeTaskState,
95
95
  ResourceType,
96
- RouteOrigin,
97
96
  RouteServerBfdState,
98
97
  RouteServerBgpState,
99
98
  RouteServerEndpointState,
@@ -102,7 +101,6 @@ import {
102
101
  RouteServerPersistRoutesAction,
103
102
  RouteServerPersistRoutesState,
104
103
  RouteServerState,
105
- RouteState,
106
104
  RuleAction,
107
105
  SecondaryInterfaceType,
108
106
  ShutdownBehavior,
@@ -116,6 +114,10 @@ import {
116
114
  TokenState,
117
115
  TrafficType,
118
116
  VolumeType,
117
+ VpcEncryptionControlExclusionState,
118
+ VpcEncryptionControlMode,
119
+ VpcEncryptionControlState,
120
+ VpcState,
119
121
  WeekDay,
120
122
  } from "./enums";
121
123
  import {
@@ -127,17 +129,59 @@ import {
127
129
  AccessScopePathRequest,
128
130
  AddIpamOperatingRegion,
129
131
  AddPrefixListEntry,
132
+ BlockPublicAccessStates,
130
133
  InstanceEventWindow,
131
134
  Ipv4PrefixSpecification,
132
135
  NatGatewayAddress,
133
136
  OperatorResponse,
134
137
  PortRange,
135
138
  ReservedInstancesListing,
136
- RouteTableAssociationState,
137
139
  Tag,
138
140
  TagSpecification,
139
141
  UnsuccessfulItem,
142
+ VpcCidrBlockAssociation,
143
+ VpcIpv6CidrBlockAssociation,
140
144
  } from "./models_0";
145
+ export interface VpcEncryptionControlExclusion {
146
+ State?: VpcEncryptionControlExclusionState | undefined;
147
+ StateMessage?: string | undefined;
148
+ }
149
+ export interface VpcEncryptionControlExclusions {
150
+ InternetGateway?: VpcEncryptionControlExclusion | undefined;
151
+ EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
152
+ NatGateway?: VpcEncryptionControlExclusion | undefined;
153
+ VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
154
+ VpcPeering?: VpcEncryptionControlExclusion | undefined;
155
+ Lambda?: VpcEncryptionControlExclusion | undefined;
156
+ VpcLattice?: VpcEncryptionControlExclusion | undefined;
157
+ ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
158
+ }
159
+ export interface VpcEncryptionControl {
160
+ VpcId?: string | undefined;
161
+ VpcEncryptionControlId?: string | undefined;
162
+ Mode?: VpcEncryptionControlMode | undefined;
163
+ State?: VpcEncryptionControlState | undefined;
164
+ StateMessage?: string | undefined;
165
+ ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
166
+ Tags?: Tag[] | undefined;
167
+ }
168
+ export interface Vpc {
169
+ OwnerId?: string | undefined;
170
+ InstanceTenancy?: Tenancy | undefined;
171
+ Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[] | undefined;
172
+ CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
173
+ IsDefault?: boolean | undefined;
174
+ EncryptionControl?: VpcEncryptionControl | undefined;
175
+ Tags?: Tag[] | undefined;
176
+ BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
177
+ VpcId?: string | undefined;
178
+ State?: VpcState | undefined;
179
+ CidrBlock?: string | undefined;
180
+ DhcpOptionsId?: string | undefined;
181
+ }
182
+ export interface CreateDefaultVpcResult {
183
+ Vpc?: Vpc | undefined;
184
+ }
141
185
  export interface CreateDelegateMacVolumeOwnershipTaskRequest {
142
186
  ClientToken?: string | undefined;
143
187
  DryRun?: boolean | undefined;
@@ -2228,48 +2272,3 @@ export interface CreateRouteTableRequest {
2228
2272
  DryRun?: boolean | undefined;
2229
2273
  VpcId: string | undefined;
2230
2274
  }
2231
- export interface RouteTableAssociation {
2232
- Main?: boolean | undefined;
2233
- RouteTableAssociationId?: string | undefined;
2234
- RouteTableId?: string | undefined;
2235
- SubnetId?: string | undefined;
2236
- GatewayId?: string | undefined;
2237
- PublicIpv4Pool?: string | undefined;
2238
- AssociationState?: RouteTableAssociationState | undefined;
2239
- }
2240
- export interface PropagatingVgw {
2241
- GatewayId?: string | undefined;
2242
- }
2243
- export interface Route {
2244
- DestinationCidrBlock?: string | undefined;
2245
- DestinationIpv6CidrBlock?: string | undefined;
2246
- DestinationPrefixListId?: string | undefined;
2247
- EgressOnlyInternetGatewayId?: string | undefined;
2248
- GatewayId?: string | undefined;
2249
- InstanceId?: string | undefined;
2250
- InstanceOwnerId?: string | undefined;
2251
- NatGatewayId?: string | undefined;
2252
- TransitGatewayId?: string | undefined;
2253
- LocalGatewayId?: string | undefined;
2254
- CarrierGatewayId?: string | undefined;
2255
- NetworkInterfaceId?: string | undefined;
2256
- Origin?: RouteOrigin | undefined;
2257
- State?: RouteState | undefined;
2258
- VpcPeeringConnectionId?: string | undefined;
2259
- CoreNetworkArn?: string | undefined;
2260
- OdbNetworkArn?: string | undefined;
2261
- IpAddress?: string | undefined;
2262
- }
2263
- export interface RouteTable {
2264
- Associations?: RouteTableAssociation[] | undefined;
2265
- PropagatingVgws?: PropagatingVgw[] | undefined;
2266
- RouteTableId?: string | undefined;
2267
- Routes?: Route[] | undefined;
2268
- Tags?: Tag[] | undefined;
2269
- VpcId?: string | undefined;
2270
- OwnerId?: string | undefined;
2271
- }
2272
- export interface CreateRouteTableResult {
2273
- RouteTable?: RouteTable | undefined;
2274
- ClientToken?: string | undefined;
2275
- }
@@ -29,6 +29,8 @@ import {
29
29
  MulticastSupportValue,
30
30
  PayerResponsibility,
31
31
  ProtocolValue,
32
+ RouteOrigin,
33
+ RouteState,
32
34
  SecondaryNetworkCidrBlockAssociationState,
33
35
  SecondaryNetworkState,
34
36
  SecondaryNetworkType,
@@ -91,6 +93,7 @@ import {
91
93
  ClientVpnRouteStatus,
92
94
  CoipCidr,
93
95
  CoipPool,
96
+ RouteTableAssociationState,
94
97
  Subnet,
95
98
  Tag,
96
99
  TagSpecification,
@@ -100,9 +103,7 @@ import {
100
103
  VerifiedAccessInstance,
101
104
  VerifiedAccessSseSpecificationResponse,
102
105
  VerifiedAccessTrustProvider,
103
- Vpc,
104
106
  VpcAttachment,
105
- VpcEncryptionControl,
106
107
  VpcPeeringConnection,
107
108
  } from "./models_0";
108
109
  import {
@@ -127,7 +128,54 @@ import {
127
128
  RouteServer,
128
129
  RouteServerEndpoint,
129
130
  RouteServerPeer,
131
+ Vpc,
132
+ VpcEncryptionControl,
130
133
  } from "./models_1";
134
+ export interface RouteTableAssociation {
135
+ Main?: boolean | undefined;
136
+ RouteTableAssociationId?: string | undefined;
137
+ RouteTableId?: string | undefined;
138
+ SubnetId?: string | undefined;
139
+ GatewayId?: string | undefined;
140
+ PublicIpv4Pool?: string | undefined;
141
+ AssociationState?: RouteTableAssociationState | undefined;
142
+ }
143
+ export interface PropagatingVgw {
144
+ GatewayId?: string | undefined;
145
+ }
146
+ export interface Route {
147
+ DestinationCidrBlock?: string | undefined;
148
+ DestinationIpv6CidrBlock?: string | undefined;
149
+ DestinationPrefixListId?: string | undefined;
150
+ EgressOnlyInternetGatewayId?: string | undefined;
151
+ GatewayId?: string | undefined;
152
+ InstanceId?: string | undefined;
153
+ InstanceOwnerId?: string | undefined;
154
+ NatGatewayId?: string | undefined;
155
+ TransitGatewayId?: string | undefined;
156
+ LocalGatewayId?: string | undefined;
157
+ CarrierGatewayId?: string | undefined;
158
+ NetworkInterfaceId?: string | undefined;
159
+ Origin?: RouteOrigin | undefined;
160
+ State?: RouteState | undefined;
161
+ VpcPeeringConnectionId?: string | undefined;
162
+ CoreNetworkArn?: string | undefined;
163
+ OdbNetworkArn?: string | undefined;
164
+ IpAddress?: string | undefined;
165
+ }
166
+ export interface RouteTable {
167
+ Associations?: RouteTableAssociation[] | undefined;
168
+ PropagatingVgws?: PropagatingVgw[] | undefined;
169
+ RouteTableId?: string | undefined;
170
+ Routes?: Route[] | undefined;
171
+ Tags?: Tag[] | undefined;
172
+ VpcId?: string | undefined;
173
+ OwnerId?: string | undefined;
174
+ }
175
+ export interface CreateRouteTableResult {
176
+ RouteTable?: RouteTable | undefined;
177
+ ClientToken?: string | undefined;
178
+ }
131
179
  export interface CreateSecondaryNetworkRequest {
132
180
  ClientToken?: string | undefined;
133
181
  DryRun?: boolean | undefined;
@@ -1921,23 +1969,3 @@ export interface DeleteSnapshotRequest {
1921
1969
  export interface DeleteSpotDatafeedSubscriptionRequest {
1922
1970
  DryRun?: boolean | undefined;
1923
1971
  }
1924
- export interface DeleteSubnetRequest {
1925
- SubnetId: string | undefined;
1926
- DryRun?: boolean | undefined;
1927
- }
1928
- export interface DeleteSubnetCidrReservationRequest {
1929
- SubnetCidrReservationId: string | undefined;
1930
- DryRun?: boolean | undefined;
1931
- }
1932
- export interface DeleteSubnetCidrReservationResult {
1933
- DeletedSubnetCidrReservation?: SubnetCidrReservation | undefined;
1934
- }
1935
- export interface DeleteTagsRequest {
1936
- DryRun?: boolean | undefined;
1937
- Resources: string[] | undefined;
1938
- Tags?: Tag[] | undefined;
1939
- }
1940
- export interface DeleteTrafficMirrorFilterRequest {
1941
- TrafficMirrorFilterId: string | undefined;
1942
- DryRun?: boolean | undefined;
1943
- }
@@ -7,7 +7,6 @@ import {
7
7
  ArchitectureValues,
8
8
  AsnState,
9
9
  AssociatedNetworkType,
10
- AttachmentStatus,
11
10
  AutoPlacement,
12
11
  AvailabilityZoneOptInStatus,
13
12
  AvailabilityZoneState,
@@ -94,6 +93,7 @@ import {
94
93
  BundleTask,
95
94
  ByoipCidr,
96
95
  CapacityReservation,
96
+ CapacityReservationCancellationQuote,
97
97
  CarrierGateway,
98
98
  ClientVpnAuthorizationRuleStatus,
99
99
  ClientVpnEndpointStatus,
@@ -102,7 +102,6 @@ import {
102
102
  CustomerGateway,
103
103
  FleetCapacityReservation,
104
104
  IamInstanceProfileAssociation,
105
- OperatorResponse,
106
105
  Tag,
107
106
  TransitGatewayClientVpnAttachment,
108
107
  TransitGatewayPeeringAttachment,
@@ -110,13 +109,11 @@ import {
110
109
  UnsuccessfulItem,
111
110
  VerifiedAccessInstance,
112
111
  VerifiedAccessTrustProvider,
113
- VpcEncryptionControl,
114
112
  } from "./models_0";
115
113
  import {
116
114
  AttributeValue,
117
115
  BlockDeviceMapping,
118
116
  DhcpOptions,
119
- Ec2InstanceConnectEndpoint,
120
117
  EgressOnlyInternetGateway,
121
118
  ExportTask,
122
119
  FleetLaunchTemplateOverrides,
@@ -124,8 +121,10 @@ import {
124
121
  GroupIdentifier,
125
122
  LaunchTemplateAndOverridesResponse,
126
123
  StateReason,
124
+ VpcEncryptionControl,
127
125
  } from "./models_1";
128
126
  import {
127
+ SubnetCidrReservation,
129
128
  TransitGateway,
130
129
  TransitGatewayConnect,
131
130
  TransitGatewayConnectPeer,
@@ -141,6 +140,26 @@ import {
141
140
  VerifiedAccessGroup,
142
141
  VpcBlockPublicAccessExclusion,
143
142
  } from "./models_2";
143
+ export interface DeleteSubnetRequest {
144
+ SubnetId: string | undefined;
145
+ DryRun?: boolean | undefined;
146
+ }
147
+ export interface DeleteSubnetCidrReservationRequest {
148
+ SubnetCidrReservationId: string | undefined;
149
+ DryRun?: boolean | undefined;
150
+ }
151
+ export interface DeleteSubnetCidrReservationResult {
152
+ DeletedSubnetCidrReservation?: SubnetCidrReservation | undefined;
153
+ }
154
+ export interface DeleteTagsRequest {
155
+ DryRun?: boolean | undefined;
156
+ Resources: string[] | undefined;
157
+ Tags?: Tag[] | undefined;
158
+ }
159
+ export interface DeleteTrafficMirrorFilterRequest {
160
+ TrafficMirrorFilterId: string | undefined;
161
+ DryRun?: boolean | undefined;
162
+ }
144
163
  export interface DeleteTrafficMirrorFilterResult {
145
164
  TrafficMirrorFilterId?: string | undefined;
146
165
  }
@@ -795,6 +814,19 @@ export interface DescribeCapacityReservationBillingRequestsResult {
795
814
  | CapacityReservationBillingRequest[]
796
815
  | undefined;
797
816
  }
817
+ export interface DescribeCapacityReservationCancellationQuotesRequest {
818
+ CapacityReservationCancellationQuoteIds?: string[] | undefined;
819
+ MaxResults?: number | undefined;
820
+ NextToken?: string | undefined;
821
+ DryRun?: boolean | undefined;
822
+ Filters?: Filter[] | undefined;
823
+ }
824
+ export interface DescribeCapacityReservationCancellationQuotesResult {
825
+ CapacityReservationCancellationQuotes?:
826
+ | CapacityReservationCancellationQuote[]
827
+ | undefined;
828
+ NextToken?: string | undefined;
829
+ }
798
830
  export interface DescribeCapacityReservationFleetsRequest {
799
831
  CapacityReservationFleetIds?: string[] | undefined;
800
832
  NextToken?: string | undefined;
@@ -1877,53 +1909,3 @@ export interface DescribeInstanceAttributeRequest {
1877
1909
  InstanceId: string | undefined;
1878
1910
  Attribute: InstanceAttributeName | undefined;
1879
1911
  }
1880
- export interface EbsInstanceBlockDevice {
1881
- AttachTime?: Date | undefined;
1882
- DeleteOnTermination?: boolean | undefined;
1883
- Status?: AttachmentStatus | undefined;
1884
- VolumeId?: string | undefined;
1885
- AssociatedResource?: string | undefined;
1886
- VolumeOwnerId?: string | undefined;
1887
- Operator?: OperatorResponse | undefined;
1888
- EbsCardIndex?: number | undefined;
1889
- }
1890
- export interface InstanceBlockDeviceMapping {
1891
- DeviceName?: string | undefined;
1892
- Ebs?: EbsInstanceBlockDevice | undefined;
1893
- }
1894
- export interface AttributeBooleanValue {
1895
- Value?: boolean | undefined;
1896
- }
1897
- export interface EnclaveOptions {
1898
- Enabled?: boolean | undefined;
1899
- }
1900
- export interface InstanceAttribute {
1901
- BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
1902
- DisableApiTermination?: AttributeBooleanValue | undefined;
1903
- EnaSupport?: AttributeBooleanValue | undefined;
1904
- EnclaveOptions?: EnclaveOptions | undefined;
1905
- EbsOptimized?: AttributeBooleanValue | undefined;
1906
- InstanceId?: string | undefined;
1907
- InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
1908
- InstanceType?: AttributeValue | undefined;
1909
- KernelId?: AttributeValue | undefined;
1910
- ProductCodes?: ProductCode[] | undefined;
1911
- RamdiskId?: AttributeValue | undefined;
1912
- RootDeviceName?: AttributeValue | undefined;
1913
- SourceDestCheck?: AttributeBooleanValue | undefined;
1914
- SriovNetSupport?: AttributeValue | undefined;
1915
- UserData?: AttributeValue | undefined;
1916
- DisableApiStop?: AttributeBooleanValue | undefined;
1917
- Groups?: GroupIdentifier[] | undefined;
1918
- }
1919
- export interface DescribeInstanceConnectEndpointsRequest {
1920
- DryRun?: boolean | undefined;
1921
- MaxResults?: number | undefined;
1922
- NextToken?: string | undefined;
1923
- Filters?: Filter[] | undefined;
1924
- InstanceConnectEndpointIds?: string[] | undefined;
1925
- }
1926
- export interface DescribeInstanceConnectEndpointsResult {
1927
- InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[] | undefined;
1928
- NextToken?: string | undefined;
1929
- }