@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
@@ -12,7 +12,7 @@ import {
12
12
  CapacityReservationFleetState,
13
13
  CapacityReservationTenancy,
14
14
  ClientVpnAuthorizationRuleStatus,
15
- CurrencyCodeValues,
15
+ InstanceEventWindowState,
16
16
  Tag,
17
17
  TransitGatewayPeeringAttachment,
18
18
  TransitGatewayVpcAttachment,
@@ -33,6 +33,7 @@ import {
33
33
  DestinationFileFormat,
34
34
  DhcpOptions,
35
35
  DiskImageFormat,
36
+ Ec2InstanceConnectEndpoint,
36
37
  EgressOnlyInternetGateway,
37
38
  ExportTask,
38
39
  FleetCapacityReservation,
@@ -46,6 +47,7 @@ import {
46
47
  FleetReplacementStrategy,
47
48
  FleetType,
48
49
  InstanceLifecycle,
50
+ Ipam,
49
51
  IpamExternalResourceVerificationToken,
50
52
  IpamPool,
51
53
  IpamResourceDiscovery,
@@ -82,6 +84,44 @@ import {
82
84
  VerifiedAccessGroup,
83
85
  VpcBlockPublicAccessExclusion,
84
86
  } from "./models_2";
87
+ export interface DeleteFpgaImageResult {
88
+ Return?: boolean | undefined;
89
+ }
90
+ export interface DeleteInstanceConnectEndpointRequest {
91
+ DryRun?: boolean | undefined;
92
+ InstanceConnectEndpointId: string | undefined;
93
+ }
94
+ export interface DeleteInstanceConnectEndpointResult {
95
+ InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
96
+ }
97
+ export interface DeleteInstanceEventWindowRequest {
98
+ DryRun?: boolean | undefined;
99
+ ForceDelete?: boolean | undefined;
100
+ InstanceEventWindowId: string | undefined;
101
+ }
102
+ export interface InstanceEventWindowStateChange {
103
+ InstanceEventWindowId?: string | undefined;
104
+ State?: InstanceEventWindowState | undefined;
105
+ }
106
+ export interface DeleteInstanceEventWindowResult {
107
+ InstanceEventWindowState?: InstanceEventWindowStateChange | undefined;
108
+ }
109
+ export interface DeleteInternetGatewayRequest {
110
+ DryRun?: boolean | undefined;
111
+ InternetGatewayId: string | undefined;
112
+ }
113
+ export interface DeleteIpamRequest {
114
+ DryRun?: boolean | undefined;
115
+ IpamId: string | undefined;
116
+ Cascade?: boolean | undefined;
117
+ }
118
+ export interface DeleteIpamResult {
119
+ Ipam?: Ipam | undefined;
120
+ }
121
+ export interface DeleteIpamExternalResourceVerificationTokenRequest {
122
+ DryRun?: boolean | undefined;
123
+ IpamExternalResourceVerificationTokenId: string | undefined;
124
+ }
85
125
  export interface DeleteIpamExternalResourceVerificationTokenResult {
86
126
  IpamExternalResourceVerificationToken?:
87
127
  | IpamExternalResourceVerificationToken
@@ -813,6 +853,66 @@ export interface DescribeByoipCidrsResult {
813
853
  ByoipCidrs?: ByoipCidr[] | undefined;
814
854
  NextToken?: string | undefined;
815
855
  }
856
+ export interface DescribeCapacityBlockExtensionHistoryRequest {
857
+ CapacityReservationIds?: string[] | undefined;
858
+ NextToken?: string | undefined;
859
+ MaxResults?: number | undefined;
860
+ Filters?: Filter[] | undefined;
861
+ DryRun?: boolean | undefined;
862
+ }
863
+ export declare const CapacityBlockExtensionStatus: {
864
+ readonly PAYMENT_FAILED: "payment-failed";
865
+ readonly PAYMENT_PENDING: "payment-pending";
866
+ readonly PAYMENT_SUCCEEDED: "payment-succeeded";
867
+ };
868
+ export type CapacityBlockExtensionStatus =
869
+ (typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
870
+ export interface CapacityBlockExtension {
871
+ CapacityReservationId?: string | undefined;
872
+ InstanceType?: string | undefined;
873
+ InstanceCount?: number | undefined;
874
+ AvailabilityZone?: string | undefined;
875
+ AvailabilityZoneId?: string | undefined;
876
+ CapacityBlockExtensionOfferingId?: string | undefined;
877
+ CapacityBlockExtensionDurationHours?: number | undefined;
878
+ CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
879
+ CapacityBlockExtensionPurchaseDate?: Date | undefined;
880
+ CapacityBlockExtensionStartDate?: Date | undefined;
881
+ CapacityBlockExtensionEndDate?: Date | undefined;
882
+ UpfrontFee?: string | undefined;
883
+ CurrencyCode?: string | undefined;
884
+ }
885
+ export interface DescribeCapacityBlockExtensionHistoryResult {
886
+ CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
887
+ NextToken?: string | undefined;
888
+ }
889
+ export interface DescribeCapacityBlockExtensionOfferingsRequest {
890
+ DryRun?: boolean | undefined;
891
+ CapacityBlockExtensionDurationHours: number | undefined;
892
+ CapacityReservationId: string | undefined;
893
+ NextToken?: string | undefined;
894
+ MaxResults?: number | undefined;
895
+ }
896
+ export interface CapacityBlockExtensionOffering {
897
+ CapacityBlockExtensionOfferingId?: string | undefined;
898
+ InstanceType?: string | undefined;
899
+ InstanceCount?: number | undefined;
900
+ AvailabilityZone?: string | undefined;
901
+ AvailabilityZoneId?: string | undefined;
902
+ StartDate?: Date | undefined;
903
+ CapacityBlockExtensionStartDate?: Date | undefined;
904
+ CapacityBlockExtensionEndDate?: Date | undefined;
905
+ CapacityBlockExtensionDurationHours?: number | undefined;
906
+ UpfrontFee?: string | undefined;
907
+ CurrencyCode?: string | undefined;
908
+ Tenancy?: CapacityReservationTenancy | undefined;
909
+ }
910
+ export interface DescribeCapacityBlockExtensionOfferingsResult {
911
+ CapacityBlockExtensionOfferings?:
912
+ | CapacityBlockExtensionOffering[]
913
+ | undefined;
914
+ NextToken?: string | undefined;
915
+ }
816
916
  export interface DescribeCapacityBlockOfferingsRequest {
817
917
  DryRun?: boolean | undefined;
818
918
  InstanceType?: string | undefined;
@@ -834,6 +934,7 @@ export interface CapacityBlockOffering {
834
934
  UpfrontFee?: string | undefined;
835
935
  CurrencyCode?: string | undefined;
836
936
  Tenancy?: CapacityReservationTenancy | undefined;
937
+ CapacityBlockDurationMinutes?: number | undefined;
837
938
  }
838
939
  export interface DescribeCapacityBlockOfferingsResult {
839
940
  CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
@@ -1576,129 +1677,6 @@ export declare const ProductCodeValues: {
1576
1677
  };
1577
1678
  export type ProductCodeValues =
1578
1679
  (typeof ProductCodeValues)[keyof typeof ProductCodeValues];
1579
- export interface ProductCode {
1580
- ProductCodeId?: string | undefined;
1581
- ProductCodeType?: ProductCodeValues | undefined;
1582
- }
1583
- export interface FpgaImageAttribute {
1584
- FpgaImageId?: string | undefined;
1585
- Name?: string | undefined;
1586
- Description?: string | undefined;
1587
- LoadPermissions?: LoadPermission[] | undefined;
1588
- ProductCodes?: ProductCode[] | undefined;
1589
- }
1590
- export interface DescribeFpgaImageAttributeResult {
1591
- FpgaImageAttribute?: FpgaImageAttribute | undefined;
1592
- }
1593
- export interface DescribeFpgaImagesRequest {
1594
- DryRun?: boolean | undefined;
1595
- FpgaImageIds?: string[] | undefined;
1596
- Owners?: string[] | undefined;
1597
- Filters?: Filter[] | undefined;
1598
- NextToken?: string | undefined;
1599
- MaxResults?: number | undefined;
1600
- }
1601
- export interface PciId {
1602
- DeviceId?: string | undefined;
1603
- VendorId?: string | undefined;
1604
- SubsystemId?: string | undefined;
1605
- SubsystemVendorId?: string | undefined;
1606
- }
1607
- export declare const FpgaImageStateCode: {
1608
- readonly available: "available";
1609
- readonly failed: "failed";
1610
- readonly pending: "pending";
1611
- readonly unavailable: "unavailable";
1612
- };
1613
- export type FpgaImageStateCode =
1614
- (typeof FpgaImageStateCode)[keyof typeof FpgaImageStateCode];
1615
- export interface FpgaImageState {
1616
- Code?: FpgaImageStateCode | undefined;
1617
- Message?: string | undefined;
1618
- }
1619
- export interface FpgaImage {
1620
- FpgaImageId?: string | undefined;
1621
- FpgaImageGlobalId?: string | undefined;
1622
- Name?: string | undefined;
1623
- Description?: string | undefined;
1624
- ShellVersion?: string | undefined;
1625
- PciId?: PciId | undefined;
1626
- State?: FpgaImageState | undefined;
1627
- CreateTime?: Date | undefined;
1628
- UpdateTime?: Date | undefined;
1629
- OwnerId?: string | undefined;
1630
- OwnerAlias?: string | undefined;
1631
- ProductCodes?: ProductCode[] | undefined;
1632
- Tags?: Tag[] | undefined;
1633
- Public?: boolean | undefined;
1634
- DataRetentionSupport?: boolean | undefined;
1635
- InstanceTypes?: string[] | undefined;
1636
- }
1637
- export interface DescribeFpgaImagesResult {
1638
- FpgaImages?: FpgaImage[] | undefined;
1639
- NextToken?: string | undefined;
1640
- }
1641
- export interface DescribeHostReservationOfferingsRequest {
1642
- Filter?: Filter[] | undefined;
1643
- MaxDuration?: number | undefined;
1644
- MaxResults?: number | undefined;
1645
- MinDuration?: number | undefined;
1646
- NextToken?: string | undefined;
1647
- OfferingId?: string | undefined;
1648
- }
1649
- export declare const PaymentOption: {
1650
- readonly ALL_UPFRONT: "AllUpfront";
1651
- readonly NO_UPFRONT: "NoUpfront";
1652
- readonly PARTIAL_UPFRONT: "PartialUpfront";
1653
- };
1654
- export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
1655
- export interface HostOffering {
1656
- CurrencyCode?: CurrencyCodeValues | undefined;
1657
- Duration?: number | undefined;
1658
- HourlyPrice?: string | undefined;
1659
- InstanceFamily?: string | undefined;
1660
- OfferingId?: string | undefined;
1661
- PaymentOption?: PaymentOption | undefined;
1662
- UpfrontPrice?: string | undefined;
1663
- }
1664
- export interface DescribeHostReservationOfferingsResult {
1665
- NextToken?: string | undefined;
1666
- OfferingSet?: HostOffering[] | undefined;
1667
- }
1668
- export interface DescribeHostReservationsRequest {
1669
- Filter?: Filter[] | undefined;
1670
- HostReservationIdSet?: string[] | undefined;
1671
- MaxResults?: number | undefined;
1672
- NextToken?: string | undefined;
1673
- }
1674
- export declare const ReservationState: {
1675
- readonly ACTIVE: "active";
1676
- readonly PAYMENT_FAILED: "payment-failed";
1677
- readonly PAYMENT_PENDING: "payment-pending";
1678
- readonly RETIRED: "retired";
1679
- };
1680
- export type ReservationState =
1681
- (typeof ReservationState)[keyof typeof ReservationState];
1682
- export interface HostReservation {
1683
- Count?: number | undefined;
1684
- CurrencyCode?: CurrencyCodeValues | undefined;
1685
- Duration?: number | undefined;
1686
- End?: Date | undefined;
1687
- HostIdSet?: string[] | undefined;
1688
- HostReservationId?: string | undefined;
1689
- HourlyPrice?: string | undefined;
1690
- InstanceFamily?: string | undefined;
1691
- OfferingId?: string | undefined;
1692
- PaymentOption?: PaymentOption | undefined;
1693
- Start?: Date | undefined;
1694
- State?: ReservationState | undefined;
1695
- UpfrontPrice?: string | undefined;
1696
- Tags?: Tag[] | undefined;
1697
- }
1698
- export interface DescribeHostReservationsResult {
1699
- HostReservationSet?: HostReservation[] | undefined;
1700
- NextToken?: string | undefined;
1701
- }
1702
1680
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1703
1681
  obj: DeleteVerifiedAccessTrustProviderResult
1704
1682
  ) => any;
@@ -12,11 +12,8 @@ import {
12
12
  IamInstanceProfileAssociation,
13
13
  InstanceEventWindow,
14
14
  IpamResourceDiscoveryAssociation,
15
- IpPermission,
16
15
  PathComponent,
17
16
  ReservedInstancesListing,
18
- SecurityGroupRule,
19
- SecurityGroupVpcAssociationState,
20
17
  Tag,
21
18
  } from "./models_0";
22
19
  import {
@@ -42,8 +39,6 @@ import {
42
39
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
43
40
  LocalGatewayRouteTableVpcAssociation,
44
41
  ManagedPrefixList,
45
- NatGateway,
46
- NetworkAcl,
47
42
  OperatorResponse,
48
43
  Placement,
49
44
  PlatformValues,
@@ -52,6 +47,8 @@ import {
52
47
  } from "./models_1";
53
48
  import {
54
49
  GroupIdentifier,
50
+ NatGateway,
51
+ NetworkAcl,
55
52
  NetworkInsightsAccessScope,
56
53
  NetworkInsightsPath,
57
54
  NetworkInterface,
@@ -67,9 +64,133 @@ import {
67
64
  Filter,
68
65
  IdFormat,
69
66
  InstanceTagNotificationAttribute,
67
+ LoadPermission,
70
68
  PermissionGroup,
71
- ProductCode,
69
+ ProductCodeValues,
72
70
  } from "./models_3";
71
+ export interface ProductCode {
72
+ ProductCodeId?: string | undefined;
73
+ ProductCodeType?: ProductCodeValues | undefined;
74
+ }
75
+ export interface FpgaImageAttribute {
76
+ FpgaImageId?: string | undefined;
77
+ Name?: string | undefined;
78
+ Description?: string | undefined;
79
+ LoadPermissions?: LoadPermission[] | undefined;
80
+ ProductCodes?: ProductCode[] | undefined;
81
+ }
82
+ export interface DescribeFpgaImageAttributeResult {
83
+ FpgaImageAttribute?: FpgaImageAttribute | undefined;
84
+ }
85
+ export interface DescribeFpgaImagesRequest {
86
+ DryRun?: boolean | undefined;
87
+ FpgaImageIds?: string[] | undefined;
88
+ Owners?: string[] | undefined;
89
+ Filters?: Filter[] | undefined;
90
+ NextToken?: string | undefined;
91
+ MaxResults?: number | undefined;
92
+ }
93
+ export interface PciId {
94
+ DeviceId?: string | undefined;
95
+ VendorId?: string | undefined;
96
+ SubsystemId?: string | undefined;
97
+ SubsystemVendorId?: string | undefined;
98
+ }
99
+ export declare const FpgaImageStateCode: {
100
+ readonly available: "available";
101
+ readonly failed: "failed";
102
+ readonly pending: "pending";
103
+ readonly unavailable: "unavailable";
104
+ };
105
+ export type FpgaImageStateCode =
106
+ (typeof FpgaImageStateCode)[keyof typeof FpgaImageStateCode];
107
+ export interface FpgaImageState {
108
+ Code?: FpgaImageStateCode | undefined;
109
+ Message?: string | undefined;
110
+ }
111
+ export interface FpgaImage {
112
+ FpgaImageId?: string | undefined;
113
+ FpgaImageGlobalId?: string | undefined;
114
+ Name?: string | undefined;
115
+ Description?: string | undefined;
116
+ ShellVersion?: string | undefined;
117
+ PciId?: PciId | undefined;
118
+ State?: FpgaImageState | undefined;
119
+ CreateTime?: Date | undefined;
120
+ UpdateTime?: Date | undefined;
121
+ OwnerId?: string | undefined;
122
+ OwnerAlias?: string | undefined;
123
+ ProductCodes?: ProductCode[] | undefined;
124
+ Tags?: Tag[] | undefined;
125
+ Public?: boolean | undefined;
126
+ DataRetentionSupport?: boolean | undefined;
127
+ InstanceTypes?: string[] | undefined;
128
+ }
129
+ export interface DescribeFpgaImagesResult {
130
+ FpgaImages?: FpgaImage[] | undefined;
131
+ NextToken?: string | undefined;
132
+ }
133
+ export interface DescribeHostReservationOfferingsRequest {
134
+ Filter?: Filter[] | undefined;
135
+ MaxDuration?: number | undefined;
136
+ MaxResults?: number | undefined;
137
+ MinDuration?: number | undefined;
138
+ NextToken?: string | undefined;
139
+ OfferingId?: string | undefined;
140
+ }
141
+ export declare const PaymentOption: {
142
+ readonly ALL_UPFRONT: "AllUpfront";
143
+ readonly NO_UPFRONT: "NoUpfront";
144
+ readonly PARTIAL_UPFRONT: "PartialUpfront";
145
+ };
146
+ export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
147
+ export interface HostOffering {
148
+ CurrencyCode?: CurrencyCodeValues | undefined;
149
+ Duration?: number | undefined;
150
+ HourlyPrice?: string | undefined;
151
+ InstanceFamily?: string | undefined;
152
+ OfferingId?: string | undefined;
153
+ PaymentOption?: PaymentOption | undefined;
154
+ UpfrontPrice?: string | undefined;
155
+ }
156
+ export interface DescribeHostReservationOfferingsResult {
157
+ NextToken?: string | undefined;
158
+ OfferingSet?: HostOffering[] | undefined;
159
+ }
160
+ export interface DescribeHostReservationsRequest {
161
+ Filter?: Filter[] | undefined;
162
+ HostReservationIdSet?: string[] | undefined;
163
+ MaxResults?: number | undefined;
164
+ NextToken?: string | undefined;
165
+ }
166
+ export declare const ReservationState: {
167
+ readonly ACTIVE: "active";
168
+ readonly PAYMENT_FAILED: "payment-failed";
169
+ readonly PAYMENT_PENDING: "payment-pending";
170
+ readonly RETIRED: "retired";
171
+ };
172
+ export type ReservationState =
173
+ (typeof ReservationState)[keyof typeof ReservationState];
174
+ export interface HostReservation {
175
+ Count?: number | undefined;
176
+ CurrencyCode?: CurrencyCodeValues | undefined;
177
+ Duration?: number | undefined;
178
+ End?: Date | undefined;
179
+ HostIdSet?: string[] | undefined;
180
+ HostReservationId?: string | undefined;
181
+ HourlyPrice?: string | undefined;
182
+ InstanceFamily?: string | undefined;
183
+ OfferingId?: string | undefined;
184
+ PaymentOption?: PaymentOption | undefined;
185
+ Start?: Date | undefined;
186
+ State?: ReservationState | undefined;
187
+ UpfrontPrice?: string | undefined;
188
+ Tags?: Tag[] | undefined;
189
+ }
190
+ export interface DescribeHostReservationsResult {
191
+ HostReservationSet?: HostReservation[] | undefined;
192
+ NextToken?: string | undefined;
193
+ }
73
194
  export interface DescribeHostsRequest {
74
195
  HostIds?: string[] | undefined;
75
196
  NextToken?: string | undefined;
@@ -1974,124 +2095,6 @@ export interface ScheduledInstanceRecurrence {
1974
2095
  OccurrenceRelativeToEnd?: boolean | undefined;
1975
2096
  OccurrenceUnit?: string | undefined;
1976
2097
  }
1977
- export interface ScheduledInstanceAvailability {
1978
- AvailabilityZone?: string | undefined;
1979
- AvailableInstanceCount?: number | undefined;
1980
- FirstSlotStartTime?: Date | undefined;
1981
- HourlyPrice?: string | undefined;
1982
- InstanceType?: string | undefined;
1983
- MaxTermDurationInDays?: number | undefined;
1984
- MinTermDurationInDays?: number | undefined;
1985
- NetworkPlatform?: string | undefined;
1986
- Platform?: string | undefined;
1987
- PurchaseToken?: string | undefined;
1988
- Recurrence?: ScheduledInstanceRecurrence | undefined;
1989
- SlotDurationInHours?: number | undefined;
1990
- TotalScheduledInstanceHours?: number | undefined;
1991
- }
1992
- export interface DescribeScheduledInstanceAvailabilityResult {
1993
- NextToken?: string | undefined;
1994
- ScheduledInstanceAvailabilitySet?:
1995
- | ScheduledInstanceAvailability[]
1996
- | undefined;
1997
- }
1998
- export interface SlotStartTimeRangeRequest {
1999
- EarliestTime?: Date | undefined;
2000
- LatestTime?: Date | undefined;
2001
- }
2002
- export interface DescribeScheduledInstancesRequest {
2003
- DryRun?: boolean | undefined;
2004
- Filters?: Filter[] | undefined;
2005
- MaxResults?: number | undefined;
2006
- NextToken?: string | undefined;
2007
- ScheduledInstanceIds?: string[] | undefined;
2008
- SlotStartTimeRange?: SlotStartTimeRangeRequest | undefined;
2009
- }
2010
- export interface ScheduledInstance {
2011
- AvailabilityZone?: string | undefined;
2012
- CreateDate?: Date | undefined;
2013
- HourlyPrice?: string | undefined;
2014
- InstanceCount?: number | undefined;
2015
- InstanceType?: string | undefined;
2016
- NetworkPlatform?: string | undefined;
2017
- NextSlotStartTime?: Date | undefined;
2018
- Platform?: string | undefined;
2019
- PreviousSlotEndTime?: Date | undefined;
2020
- Recurrence?: ScheduledInstanceRecurrence | undefined;
2021
- ScheduledInstanceId?: string | undefined;
2022
- SlotDurationInHours?: number | undefined;
2023
- TermEndDate?: Date | undefined;
2024
- TermStartDate?: Date | undefined;
2025
- TotalScheduledInstanceHours?: number | undefined;
2026
- }
2027
- export interface DescribeScheduledInstancesResult {
2028
- NextToken?: string | undefined;
2029
- ScheduledInstanceSet?: ScheduledInstance[] | undefined;
2030
- }
2031
- export interface DescribeSecurityGroupReferencesRequest {
2032
- DryRun?: boolean | undefined;
2033
- GroupId: string[] | undefined;
2034
- }
2035
- export interface SecurityGroupReference {
2036
- GroupId?: string | undefined;
2037
- ReferencingVpcId?: string | undefined;
2038
- VpcPeeringConnectionId?: string | undefined;
2039
- TransitGatewayId?: string | undefined;
2040
- }
2041
- export interface DescribeSecurityGroupReferencesResult {
2042
- SecurityGroupReferenceSet?: SecurityGroupReference[] | undefined;
2043
- }
2044
- export interface DescribeSecurityGroupRulesRequest {
2045
- Filters?: Filter[] | undefined;
2046
- SecurityGroupRuleIds?: string[] | undefined;
2047
- DryRun?: boolean | undefined;
2048
- NextToken?: string | undefined;
2049
- MaxResults?: number | undefined;
2050
- }
2051
- export interface DescribeSecurityGroupRulesResult {
2052
- SecurityGroupRules?: SecurityGroupRule[] | undefined;
2053
- NextToken?: string | undefined;
2054
- }
2055
- export interface DescribeSecurityGroupsRequest {
2056
- GroupIds?: string[] | undefined;
2057
- GroupNames?: string[] | undefined;
2058
- NextToken?: string | undefined;
2059
- MaxResults?: number | undefined;
2060
- DryRun?: boolean | undefined;
2061
- Filters?: Filter[] | undefined;
2062
- }
2063
- export interface SecurityGroup {
2064
- GroupId?: string | undefined;
2065
- IpPermissionsEgress?: IpPermission[] | undefined;
2066
- Tags?: Tag[] | undefined;
2067
- VpcId?: string | undefined;
2068
- SecurityGroupArn?: string | undefined;
2069
- OwnerId?: string | undefined;
2070
- GroupName?: string | undefined;
2071
- Description?: string | undefined;
2072
- IpPermissions?: IpPermission[] | undefined;
2073
- }
2074
- export interface DescribeSecurityGroupsResult {
2075
- NextToken?: string | undefined;
2076
- SecurityGroups?: SecurityGroup[] | undefined;
2077
- }
2078
- export interface DescribeSecurityGroupVpcAssociationsRequest {
2079
- Filters?: Filter[] | undefined;
2080
- NextToken?: string | undefined;
2081
- MaxResults?: number | undefined;
2082
- DryRun?: boolean | undefined;
2083
- }
2084
- export interface SecurityGroupVpcAssociation {
2085
- GroupId?: string | undefined;
2086
- VpcId?: string | undefined;
2087
- VpcOwnerId?: string | undefined;
2088
- State?: SecurityGroupVpcAssociationState | undefined;
2089
- StateReason?: string | undefined;
2090
- }
2091
- export interface DescribeSecurityGroupVpcAssociationsResult {
2092
- SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
2093
- NextToken?: string | undefined;
2094
- }
2095
2098
  export declare const SnapshotDetailFilterSensitiveLog: (
2096
2099
  obj: SnapshotDetail
2097
2100
  ) => any;