@aws-sdk/client-ec2 3.664.0 → 3.666.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 (168) hide show
  1. package/dist-cjs/index.js +1546 -1537
  2. package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
  3. package/dist-es/models/models_2.js +1 -1
  4. package/dist-es/models/models_6.js +1 -1
  5. package/dist-es/models/models_7.js +4 -0
  6. package/dist-es/protocols/Aws_ec2.js +1548 -1545
  7. package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
  8. package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
  9. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
  10. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
  11. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  12. package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
  13. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
  14. package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
  15. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
  16. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
  17. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
  18. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
  19. package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
  20. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
  21. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
  22. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
  23. package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
  24. package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
  25. package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
  26. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  27. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  28. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
  30. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
  31. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
  32. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
  33. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateImageCommand.d.ts +18 -18
  36. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
  38. package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
  39. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  40. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
  41. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
  42. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
  44. package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
  45. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  46. package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
  47. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
  50. package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
  51. package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
  52. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
  53. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
  54. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
  55. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
  57. package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
  58. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
  60. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
  61. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
  62. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
  63. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
  65. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
  66. package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
  67. package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
  68. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
  70. package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
  71. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
  72. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
  73. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
  74. package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
  75. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
  76. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
  77. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
  78. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
  79. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
  80. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
  81. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
  82. package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
  83. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
  84. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
  85. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
  86. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
  87. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
  88. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
  89. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
  90. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
  91. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
  92. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
  93. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
  94. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
  95. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
  96. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
  97. package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
  98. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
  99. package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
  100. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
  103. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
  104. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
  105. package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
  106. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
  107. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
  108. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  109. package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
  110. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  111. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  112. package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
  113. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
  114. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  115. package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
  116. package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
  117. package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
  118. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  119. package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
  120. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  121. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
  122. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
  123. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
  124. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
  125. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
  126. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
  127. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +6 -6
  128. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
  129. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
  130. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
  131. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  132. package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
  133. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  134. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
  135. package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
  136. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  137. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
  138. package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
  139. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
  140. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  141. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
  142. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
  143. package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
  144. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  145. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  146. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  147. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
  148. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
  149. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
  150. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
  151. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
  152. package/dist-types/models/models_0.d.ts +264 -265
  153. package/dist-types/models/models_1.d.ts +230 -230
  154. package/dist-types/models/models_2.d.ts +378 -381
  155. package/dist-types/models/models_3.d.ts +217 -217
  156. package/dist-types/models/models_4.d.ts +851 -851
  157. package/dist-types/models/models_5.d.ts +203 -203
  158. package/dist-types/models/models_6.d.ts +228 -220
  159. package/dist-types/models/models_7.d.ts +340 -334
  160. package/dist-types/ts3.4/models/models_0.d.ts +56 -56
  161. package/dist-types/ts3.4/models/models_1.d.ts +41 -41
  162. package/dist-types/ts3.4/models/models_2.d.ts +71 -71
  163. package/dist-types/ts3.4/models/models_3.d.ts +27 -27
  164. package/dist-types/ts3.4/models/models_4.d.ts +112 -112
  165. package/dist-types/ts3.4/models/models_5.d.ts +27 -27
  166. package/dist-types/ts3.4/models/models_6.d.ts +42 -41
  167. package/dist-types/ts3.4/models/models_7.d.ts +64 -61
  168. package/package.json +13 -13
@@ -165,18 +165,17 @@ export interface DescribeSpotFleetRequestsResponse {
165
165
  SpotFleetRequestConfigs?: SpotFleetRequestConfig[];
166
166
  }
167
167
  export interface DescribeSpotInstanceRequestsRequest {
168
- Filters?: Filter[];
169
- DryRun?: boolean;
170
- SpotInstanceRequestIds?: string[];
171
168
  NextToken?: string;
172
169
  MaxResults?: number;
170
+ DryRun?: boolean;
171
+ SpotInstanceRequestIds?: string[];
172
+ Filters?: Filter[];
173
173
  }
174
174
  export interface RunInstancesMonitoringEnabled {
175
175
  Enabled: boolean | undefined;
176
176
  }
177
177
  export interface LaunchSpecification {
178
178
  UserData?: string;
179
- SecurityGroups?: GroupIdentifier[];
180
179
  AddressingType?: string;
181
180
  BlockDeviceMappings?: BlockDeviceMapping[];
182
181
  EbsOptimized?: boolean;
@@ -189,6 +188,7 @@ export interface LaunchSpecification {
189
188
  Placement?: SpotPlacement;
190
189
  RamdiskId?: string;
191
190
  SubnetId?: string;
191
+ SecurityGroups?: GroupIdentifier[];
192
192
  Monitoring?: RunInstancesMonitoringEnabled;
193
193
  }
194
194
  export declare const SpotInstanceState: {
@@ -232,15 +232,15 @@ export interface DescribeSpotInstanceRequestsResult {
232
232
  NextToken?: string;
233
233
  }
234
234
  export interface DescribeSpotPriceHistoryRequest {
235
- Filters?: Filter[];
236
- AvailabilityZone?: string;
237
235
  DryRun?: boolean;
236
+ StartTime?: Date;
238
237
  EndTime?: Date;
239
238
  InstanceTypes?: _InstanceType[];
239
+ ProductDescriptions?: string[];
240
+ Filters?: Filter[];
241
+ AvailabilityZone?: string;
240
242
  MaxResults?: number;
241
243
  NextToken?: string;
242
- ProductDescriptions?: string[];
243
- StartTime?: Date;
244
244
  }
245
245
  export interface SpotPrice {
246
246
  AvailabilityZone?: string;
@@ -302,13 +302,13 @@ export interface DescribeStoreImageTasksResult {
302
302
  export interface DescribeSubnetsRequest {
303
303
  Filters?: Filter[];
304
304
  SubnetIds?: string[];
305
- DryRun?: boolean;
306
305
  NextToken?: string;
307
306
  MaxResults?: number;
307
+ DryRun?: boolean;
308
308
  }
309
309
  export interface DescribeSubnetsResult {
310
- Subnets?: Subnet[];
311
310
  NextToken?: string;
311
+ Subnets?: Subnet[];
312
312
  }
313
313
  export interface DescribeTagsRequest {
314
314
  DryRun?: boolean;
@@ -621,15 +621,15 @@ export interface DescribeVolumeAttributeResult {
621
621
  VolumeId?: string;
622
622
  }
623
623
  export interface DescribeVolumesRequest {
624
- Filters?: Filter[];
625
624
  VolumeIds?: string[];
626
625
  DryRun?: boolean;
627
- MaxResults?: number;
626
+ Filters?: Filter[];
628
627
  NextToken?: string;
628
+ MaxResults?: number;
629
629
  }
630
630
  export interface DescribeVolumesResult {
631
- Volumes?: Volume[];
632
631
  NextToken?: string;
632
+ Volumes?: Volume[];
633
633
  }
634
634
  export interface DescribeVolumesModificationsRequest {
635
635
  DryRun?: boolean;
@@ -665,15 +665,15 @@ export interface VolumeModification {
665
665
  EndTime?: Date;
666
666
  }
667
667
  export interface DescribeVolumesModificationsResult {
668
- VolumesModifications?: VolumeModification[];
669
668
  NextToken?: string;
669
+ VolumesModifications?: VolumeModification[];
670
670
  }
671
671
  export interface DescribeVolumeStatusRequest {
672
- Filters?: Filter[];
673
672
  MaxResults?: number;
674
673
  NextToken?: string;
675
674
  VolumeIds?: string[];
676
675
  DryRun?: boolean;
676
+ Filters?: Filter[];
677
677
  }
678
678
  export interface VolumeStatusAction {
679
679
  Code?: string;
@@ -740,15 +740,15 @@ export interface DescribeVpcAttributeRequest {
740
740
  DryRun?: boolean;
741
741
  }
742
742
  export interface DescribeVpcAttributeResult {
743
- VpcId?: string;
744
743
  EnableDnsHostnames?: AttributeBooleanValue;
745
744
  EnableDnsSupport?: AttributeBooleanValue;
746
745
  EnableNetworkAddressUsageMetrics?: AttributeBooleanValue;
746
+ VpcId?: string;
747
747
  }
748
748
  export interface DescribeVpcClassicLinkRequest {
749
- Filters?: Filter[];
750
749
  DryRun?: boolean;
751
750
  VpcIds?: string[];
751
+ Filters?: Filter[];
752
752
  }
753
753
  export interface VpcClassicLink {
754
754
  ClassicLinkEnabled?: boolean;
@@ -759,9 +759,9 @@ export interface DescribeVpcClassicLinkResult {
759
759
  Vpcs?: VpcClassicLink[];
760
760
  }
761
761
  export interface DescribeVpcClassicLinkDnsSupportRequest {
762
+ VpcIds?: string[];
762
763
  MaxResults?: number;
763
764
  NextToken?: string;
764
- VpcIds?: string[];
765
765
  }
766
766
  export interface ClassicLinkDnsSupport {
767
767
  ClassicLinkDnsSupported?: boolean;
@@ -871,11 +871,11 @@ export interface DescribeVpcEndpointServicesResult {
871
871
  NextToken?: string;
872
872
  }
873
873
  export interface DescribeVpcPeeringConnectionsRequest {
874
- Filters?: Filter[];
875
- DryRun?: boolean;
876
- VpcPeeringConnectionIds?: string[];
877
874
  NextToken?: string;
878
875
  MaxResults?: number;
876
+ DryRun?: boolean;
877
+ VpcPeeringConnectionIds?: string[];
878
+ Filters?: Filter[];
879
879
  }
880
880
  export interface DescribeVpcPeeringConnectionsResult {
881
881
  VpcPeeringConnections?: VpcPeeringConnection[];
@@ -884,13 +884,13 @@ export interface DescribeVpcPeeringConnectionsResult {
884
884
  export interface DescribeVpcsRequest {
885
885
  Filters?: Filter[];
886
886
  VpcIds?: string[];
887
- DryRun?: boolean;
888
887
  NextToken?: string;
889
888
  MaxResults?: number;
889
+ DryRun?: boolean;
890
890
  }
891
891
  export interface DescribeVpcsResult {
892
- Vpcs?: Vpc[];
893
892
  NextToken?: string;
893
+ Vpcs?: Vpc[];
894
894
  }
895
895
  export interface DescribeVpnConnectionsRequest {
896
896
  Filters?: Filter[];
@@ -922,8 +922,8 @@ export interface DetachInternetGatewayRequest {
922
922
  VpcId: string | undefined;
923
923
  }
924
924
  export interface DetachNetworkInterfaceRequest {
925
- AttachmentId: string | undefined;
926
925
  DryRun?: boolean;
926
+ AttachmentId: string | undefined;
927
927
  Force?: boolean;
928
928
  }
929
929
  export interface DetachVerifiedAccessTrustProviderRequest {
@@ -1189,8 +1189,8 @@ export interface DisassociateNatGatewayAddressResult {
1189
1189
  NatGatewayAddresses?: NatGatewayAddress[];
1190
1190
  }
1191
1191
  export interface DisassociateRouteTableRequest {
1192
- AssociationId: string | undefined;
1193
1192
  DryRun?: boolean;
1193
+ AssociationId: string | undefined;
1194
1194
  }
1195
1195
  export interface DisassociateSubnetCidrBlockRequest {
1196
1196
  AssociationId: string | undefined;
@@ -1580,13 +1580,13 @@ export interface GetCoipPoolUsageResult {
1580
1580
  }
1581
1581
  export interface GetConsoleOutputRequest {
1582
1582
  InstanceId: string | undefined;
1583
- DryRun?: boolean;
1584
1583
  Latest?: boolean;
1584
+ DryRun?: boolean;
1585
1585
  }
1586
1586
  export interface GetConsoleOutputResult {
1587
1587
  InstanceId?: string;
1588
- Output?: string;
1589
1588
  Timestamp?: Date;
1589
+ Output?: string;
1590
1590
  }
1591
1591
  export interface GetConsoleScreenshotRequest {
1592
1592
  DryRun?: boolean;
@@ -386,6 +386,7 @@ export interface IpamDiscoveredResourceCidr {
386
386
  ResourceTags?: IpamResourceTag[];
387
387
  IpUsage?: number;
388
388
  VpcId?: string;
389
+ SubnetId?: string;
389
390
  NetworkInterfaceAttachmentStatus?: IpamNetworkInterfaceAttachmentStatus;
390
391
  SampleTime?: Date;
391
392
  AvailabilityZoneId?: string;
@@ -519,8 +520,8 @@ export interface GetPasswordDataRequest {
519
520
  }
520
521
  export interface GetPasswordDataResult {
521
522
  InstanceId?: string;
522
- PasswordData?: string;
523
523
  Timestamp?: Date;
524
+ PasswordData?: string;
524
525
  }
525
526
  export interface GetReservedInstancesExchangeQuoteRequest {
526
527
  DryRun?: boolean;
@@ -864,8 +865,8 @@ export interface ImportImageResult {
864
865
  UsageOperation?: string;
865
866
  }
866
867
  export interface DiskImageDetail {
867
- Bytes: number | undefined;
868
868
  Format: DiskImageFormat | undefined;
869
+ Bytes: number | undefined;
869
870
  ImportManifestUrl: string | undefined;
870
871
  }
871
872
  export interface VolumeDetail {
@@ -880,33 +881,33 @@ export interface UserData {
880
881
  Data?: string;
881
882
  }
882
883
  export interface ImportInstanceLaunchSpecification {
883
- AdditionalInfo?: string;
884
884
  Architecture?: ArchitectureValues;
885
- GroupIds?: string[];
886
885
  GroupNames?: string[];
887
- InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
886
+ GroupIds?: string[];
887
+ AdditionalInfo?: string;
888
+ UserData?: UserData;
888
889
  InstanceType?: _InstanceType;
889
- Monitoring?: boolean;
890
890
  Placement?: Placement;
891
- PrivateIpAddress?: string;
891
+ Monitoring?: boolean;
892
892
  SubnetId?: string;
893
- UserData?: UserData;
893
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
894
+ PrivateIpAddress?: string;
894
895
  }
895
896
  export interface ImportInstanceRequest {
896
- Description?: string;
897
- DiskImages?: DiskImage[];
898
897
  DryRun?: boolean;
898
+ Description?: string;
899
899
  LaunchSpecification?: ImportInstanceLaunchSpecification;
900
+ DiskImages?: DiskImage[];
900
901
  Platform: PlatformValues | undefined;
901
902
  }
902
903
  export interface ImportInstanceResult {
903
904
  ConversionTask?: ConversionTask;
904
905
  }
905
906
  export interface ImportKeyPairRequest {
907
+ TagSpecifications?: TagSpecification[];
906
908
  DryRun?: boolean;
907
909
  KeyName: string | undefined;
908
910
  PublicKeyMaterial: Uint8Array | undefined;
909
- TagSpecifications?: TagSpecification[];
910
911
  }
911
912
  export interface ImportKeyPairResult {
912
913
  KeyFingerprint?: string;
@@ -938,10 +939,10 @@ export interface ImportSnapshotResult {
938
939
  Tags?: Tag[];
939
940
  }
940
941
  export interface ImportVolumeRequest {
941
- AvailabilityZone: string | undefined;
942
- Description?: string;
943
942
  DryRun?: boolean;
943
+ AvailabilityZone: string | undefined;
944
944
  Image: DiskImageDetail | undefined;
945
+ Description?: string;
945
946
  Volume: VolumeDetail | undefined;
946
947
  }
947
948
  export interface ImportVolumeResult {
@@ -1127,21 +1128,21 @@ export interface ModifyFpgaImageAttributeResult {
1127
1128
  FpgaImageAttribute?: FpgaImageAttribute;
1128
1129
  }
1129
1130
  export interface ModifyHostsRequest {
1130
- AutoPlacement?: AutoPlacement;
1131
- HostIds: string[] | undefined;
1132
1131
  HostRecovery?: HostRecovery;
1133
1132
  InstanceType?: string;
1134
1133
  InstanceFamily?: string;
1135
1134
  HostMaintenance?: HostMaintenance;
1135
+ HostIds: string[] | undefined;
1136
+ AutoPlacement?: AutoPlacement;
1136
1137
  }
1137
1138
  export interface ModifyHostsResult {
1138
1139
  Successful?: string[];
1139
1140
  Unsuccessful?: UnsuccessfulItem[];
1140
1141
  }
1141
1142
  export interface ModifyIdentityIdFormatRequest {
1142
- PrincipalArn: string | undefined;
1143
1143
  Resource: string | undefined;
1144
1144
  UseLongIds: boolean | undefined;
1145
+ PrincipalArn: string | undefined;
1145
1146
  }
1146
1147
  export interface ModifyIdFormatRequest {
1147
1148
  Resource: string | undefined;
@@ -1161,42 +1162,42 @@ export interface ModifyImageAttributeRequest {
1161
1162
  UserGroups?: string[];
1162
1163
  UserIds?: string[];
1163
1164
  Value?: string;
1164
- DryRun?: boolean;
1165
1165
  OrganizationArns?: string[];
1166
1166
  OrganizationalUnitArns?: string[];
1167
1167
  ImdsSupport?: AttributeValue;
1168
+ DryRun?: boolean;
1168
1169
  }
1169
1170
  export interface EbsInstanceBlockDeviceSpecification {
1170
- DeleteOnTermination?: boolean;
1171
1171
  VolumeId?: string;
1172
+ DeleteOnTermination?: boolean;
1172
1173
  }
1173
1174
  export interface InstanceBlockDeviceMappingSpecification {
1174
1175
  DeviceName?: string;
1175
1176
  Ebs?: EbsInstanceBlockDeviceSpecification;
1176
- NoDevice?: string;
1177
1177
  VirtualName?: string;
1178
+ NoDevice?: string;
1178
1179
  }
1179
1180
  export interface BlobAttributeValue {
1180
1181
  Value?: Uint8Array;
1181
1182
  }
1182
1183
  export interface ModifyInstanceAttributeRequest {
1183
1184
  SourceDestCheck?: AttributeBooleanValue;
1185
+ DisableApiStop?: AttributeBooleanValue;
1186
+ DryRun?: boolean;
1187
+ InstanceId: string | undefined;
1184
1188
  Attribute?: InstanceAttributeName;
1189
+ Value?: string;
1185
1190
  BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[];
1186
1191
  DisableApiTermination?: AttributeBooleanValue;
1187
- DryRun?: boolean;
1188
- EbsOptimized?: AttributeBooleanValue;
1189
- EnaSupport?: AttributeBooleanValue;
1190
- Groups?: string[];
1191
- InstanceId: string | undefined;
1192
- InstanceInitiatedShutdownBehavior?: AttributeValue;
1193
1192
  InstanceType?: AttributeValue;
1194
1193
  Kernel?: AttributeValue;
1195
1194
  Ramdisk?: AttributeValue;
1196
- SriovNetSupport?: AttributeValue;
1197
1195
  UserData?: BlobAttributeValue;
1198
- Value?: string;
1199
- DisableApiStop?: AttributeBooleanValue;
1196
+ InstanceInitiatedShutdownBehavior?: AttributeValue;
1197
+ Groups?: string[];
1198
+ EbsOptimized?: AttributeBooleanValue;
1199
+ SriovNetSupport?: AttributeValue;
1200
+ EnaSupport?: AttributeBooleanValue;
1200
1201
  }
1201
1202
  export interface CapacityReservationSpecification {
1202
1203
  CapacityReservationPreference?: CapacityReservationPreference;
@@ -1336,14 +1337,14 @@ export declare const HostTenancy: {
1336
1337
  };
1337
1338
  export type HostTenancy = (typeof HostTenancy)[keyof typeof HostTenancy];
1338
1339
  export interface ModifyInstancePlacementRequest {
1339
- Affinity?: Affinity;
1340
1340
  GroupName?: string;
1341
- HostId?: string;
1342
- InstanceId: string | undefined;
1343
- Tenancy?: HostTenancy;
1344
1341
  PartitionNumber?: number;
1345
1342
  HostResourceGroupArn?: string;
1346
1343
  GroupId?: string;
1344
+ InstanceId: string | undefined;
1345
+ Tenancy?: HostTenancy;
1346
+ Affinity?: Affinity;
1347
+ HostId?: string;
1347
1348
  }
1348
1349
  export interface ModifyInstancePlacementResult {
1349
1350
  Return?: boolean;
@@ -1449,16 +1450,16 @@ export interface NetworkInterfaceAttachmentChanges {
1449
1450
  DeleteOnTermination?: boolean;
1450
1451
  }
1451
1452
  export interface ModifyNetworkInterfaceAttributeRequest {
1452
- Attachment?: NetworkInterfaceAttachmentChanges;
1453
- Description?: AttributeValue;
1454
- DryRun?: boolean;
1455
- Groups?: string[];
1456
- NetworkInterfaceId: string | undefined;
1457
- SourceDestCheck?: AttributeBooleanValue;
1458
1453
  EnaSrdSpecification?: EnaSrdSpecification;
1459
1454
  EnablePrimaryIpv6?: boolean;
1460
1455
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
1461
1456
  AssociatePublicIpAddress?: boolean;
1457
+ DryRun?: boolean;
1458
+ NetworkInterfaceId: string | undefined;
1459
+ Description?: AttributeValue;
1460
+ SourceDestCheck?: AttributeBooleanValue;
1461
+ Groups?: string[];
1462
+ Attachment?: NetworkInterfaceAttachmentChanges;
1462
1463
  }
1463
1464
  export interface ModifyPrivateDnsNameOptionsRequest {
1464
1465
  DryRun?: boolean;
@@ -1528,12 +1529,12 @@ export interface ModifySnapshotTierResult {
1528
1529
  TieringStartTime?: Date;
1529
1530
  }
1530
1531
  export interface ModifySpotFleetRequestRequest {
1531
- ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
1532
1532
  LaunchTemplateConfigs?: LaunchTemplateConfig[];
1533
- SpotFleetRequestId: string | undefined;
1534
- TargetCapacity?: number;
1535
1533
  OnDemandTargetCapacity?: number;
1536
1534
  Context?: string;
1535
+ SpotFleetRequestId: string | undefined;
1536
+ TargetCapacity?: number;
1537
+ ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy;
1537
1538
  }
1538
1539
  export interface ModifySpotFleetRequestResponse {
1539
1540
  Return?: boolean;
@@ -281,9 +281,9 @@ export interface ReservedInstanceLimitPrice {
281
281
  export interface PurchaseReservedInstancesOfferingRequest {
282
282
  InstanceCount: number | undefined;
283
283
  ReservedInstancesOfferingId: string | undefined;
284
+ PurchaseTime?: Date;
284
285
  DryRun?: boolean;
285
286
  LimitPrice?: ReservedInstanceLimitPrice;
286
- PurchaseTime?: Date;
287
287
  }
288
288
  export interface PurchaseReservedInstancesOfferingResult {
289
289
  ReservedInstancesId?: string;
@@ -306,23 +306,23 @@ export interface RebootInstancesRequest {
306
306
  }
307
307
  export interface RegisterImageRequest {
308
308
  ImageLocation?: string;
309
- Architecture?: ArchitectureValues;
310
- BlockDeviceMappings?: BlockDeviceMapping[];
311
- Description?: string;
312
- DryRun?: boolean;
313
- EnaSupport?: boolean;
314
- KernelId?: string;
315
- Name: string | undefined;
316
309
  BillingProducts?: string[];
317
- RamdiskId?: string;
318
- RootDeviceName?: string;
319
- SriovNetSupport?: string;
320
- VirtualizationType?: string;
321
310
  BootMode?: BootModeValues;
322
311
  TpmSupport?: TpmSupportValues;
323
312
  UefiData?: string;
324
313
  ImdsSupport?: ImdsSupportValues;
325
314
  TagSpecifications?: TagSpecification[];
315
+ DryRun?: boolean;
316
+ Name: string | undefined;
317
+ Description?: string;
318
+ Architecture?: ArchitectureValues;
319
+ KernelId?: string;
320
+ RamdiskId?: string;
321
+ RootDeviceName?: string;
322
+ BlockDeviceMappings?: BlockDeviceMapping[];
323
+ VirtualizationType?: string;
324
+ SriovNetSupport?: string;
325
+ EnaSupport?: boolean;
326
326
  }
327
327
  export interface RegisterImageResult {
328
328
  ImageId?: string;
@@ -434,47 +434,47 @@ export interface ReplaceIamInstanceProfileAssociationResult {
434
434
  IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
435
435
  }
436
436
  export interface ReplaceNetworkAclAssociationRequest {
437
- AssociationId: string | undefined;
438
437
  DryRun?: boolean;
438
+ AssociationId: string | undefined;
439
439
  NetworkAclId: string | undefined;
440
440
  }
441
441
  export interface ReplaceNetworkAclAssociationResult {
442
442
  NewAssociationId?: string;
443
443
  }
444
444
  export interface ReplaceNetworkAclEntryRequest {
445
- CidrBlock?: string;
446
445
  DryRun?: boolean;
447
- Egress: boolean | undefined;
448
- IcmpTypeCode?: IcmpTypeCode;
449
- Ipv6CidrBlock?: string;
450
446
  NetworkAclId: string | undefined;
451
- PortRange?: PortRange;
447
+ RuleNumber: number | undefined;
452
448
  Protocol: string | undefined;
453
449
  RuleAction: RuleAction | undefined;
454
- RuleNumber: number | undefined;
450
+ Egress: boolean | undefined;
451
+ CidrBlock?: string;
452
+ Ipv6CidrBlock?: string;
453
+ IcmpTypeCode?: IcmpTypeCode;
454
+ PortRange?: PortRange;
455
455
  }
456
456
  export interface ReplaceRouteRequest {
457
- DestinationCidrBlock?: string;
458
- DestinationIpv6CidrBlock?: string;
459
457
  DestinationPrefixListId?: string;
460
- DryRun?: boolean;
461
458
  VpcEndpointId?: string;
462
- EgressOnlyInternetGatewayId?: string;
463
- GatewayId?: string;
464
- InstanceId?: string;
465
459
  LocalTarget?: boolean;
466
- NatGatewayId?: string;
467
460
  TransitGatewayId?: string;
468
461
  LocalGatewayId?: string;
469
462
  CarrierGatewayId?: string;
470
- NetworkInterfaceId?: string;
463
+ CoreNetworkArn?: string;
464
+ DryRun?: boolean;
471
465
  RouteTableId: string | undefined;
466
+ DestinationCidrBlock?: string;
467
+ GatewayId?: string;
468
+ DestinationIpv6CidrBlock?: string;
469
+ EgressOnlyInternetGatewayId?: string;
470
+ InstanceId?: string;
471
+ NetworkInterfaceId?: string;
472
472
  VpcPeeringConnectionId?: string;
473
- CoreNetworkArn?: string;
473
+ NatGatewayId?: string;
474
474
  }
475
475
  export interface ReplaceRouteTableAssociationRequest {
476
- AssociationId: string | undefined;
477
476
  DryRun?: boolean;
477
+ AssociationId: string | undefined;
478
478
  RouteTableId: string | undefined;
479
479
  }
480
480
  export interface ReplaceRouteTableAssociationResult {
@@ -520,13 +520,13 @@ export declare const ReportStatusType: {
520
520
  export type ReportStatusType =
521
521
  (typeof ReportStatusType)[keyof typeof ReportStatusType];
522
522
  export interface ReportInstanceStatusRequest {
523
- Description?: string;
524
523
  DryRun?: boolean;
525
- EndTime?: Date;
526
524
  Instances: string[] | undefined;
527
- ReasonCodes: ReportInstanceReasonCodes[] | undefined;
528
- StartTime?: Date;
529
525
  Status: ReportStatusType | undefined;
526
+ StartTime?: Date;
527
+ EndTime?: Date;
528
+ ReasonCodes: ReportInstanceReasonCodes[] | undefined;
529
+ Description?: string;
530
530
  }
531
531
  export interface RequestSpotFleetRequest {
532
532
  DryRun?: boolean;
@@ -554,19 +554,19 @@ export interface RequestSpotLaunchSpecification {
554
554
  UserData?: string;
555
555
  }
556
556
  export interface RequestSpotInstancesRequest {
557
- AvailabilityZoneGroup?: string;
558
- BlockDurationMinutes?: number;
559
- ClientToken?: string;
560
- DryRun?: boolean;
561
- InstanceCount?: number;
562
- LaunchGroup?: string;
563
557
  LaunchSpecification?: RequestSpotLaunchSpecification;
558
+ TagSpecifications?: TagSpecification[];
559
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
560
+ DryRun?: boolean;
564
561
  SpotPrice?: string;
562
+ ClientToken?: string;
563
+ InstanceCount?: number;
565
564
  Type?: SpotInstanceType;
566
565
  ValidFrom?: Date;
567
566
  ValidUntil?: Date;
568
- TagSpecifications?: TagSpecification[];
569
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
567
+ LaunchGroup?: string;
568
+ AvailabilityZoneGroup?: string;
569
+ BlockDurationMinutes?: number;
570
570
  }
571
571
  export interface RequestSpotInstancesResult {
572
572
  SpotInstanceRequests?: SpotInstanceRequest[];
@@ -609,9 +609,9 @@ export interface ResetImageAttributeRequest {
609
609
  DryRun?: boolean;
610
610
  }
611
611
  export interface ResetInstanceAttributeRequest {
612
- Attribute: InstanceAttributeName | undefined;
613
612
  DryRun?: boolean;
614
613
  InstanceId: string | undefined;
614
+ Attribute: InstanceAttributeName | undefined;
615
615
  }
616
616
  export interface ResetNetworkInterfaceAttributeRequest {
617
617
  DryRun?: boolean;
@@ -687,16 +687,16 @@ export interface RevokeClientVpnIngressResult {
687
687
  Status?: ClientVpnAuthorizationRuleStatus;
688
688
  }
689
689
  export interface RevokeSecurityGroupEgressRequest {
690
+ SecurityGroupRuleIds?: string[];
690
691
  DryRun?: boolean;
691
692
  GroupId: string | undefined;
692
- IpPermissions?: IpPermission[];
693
- SecurityGroupRuleIds?: string[];
694
- CidrIp?: string;
695
- FromPort?: number;
696
- IpProtocol?: string;
697
- ToPort?: number;
698
693
  SourceSecurityGroupName?: string;
699
694
  SourceSecurityGroupOwnerId?: string;
695
+ IpProtocol?: string;
696
+ FromPort?: number;
697
+ ToPort?: number;
698
+ CidrIp?: string;
699
+ IpPermissions?: IpPermission[];
700
700
  }
701
701
  export interface RevokeSecurityGroupEgressResult {
702
702
  Return?: boolean;
@@ -712,8 +712,8 @@ export interface RevokeSecurityGroupIngressRequest {
712
712
  SourceSecurityGroupName?: string;
713
713
  SourceSecurityGroupOwnerId?: string;
714
714
  ToPort?: number;
715
- DryRun?: boolean;
716
715
  SecurityGroupRuleIds?: string[];
716
+ DryRun?: boolean;
717
717
  }
718
718
  export interface RevokeSecurityGroupIngressResult {
719
719
  Return?: boolean;
@@ -785,15 +785,6 @@ export interface RunInstancesRequest {
785
785
  SecurityGroups?: string[];
786
786
  SubnetId?: string;
787
787
  UserData?: string;
788
- AdditionalInfo?: string;
789
- ClientToken?: string;
790
- DisableApiTermination?: boolean;
791
- DryRun?: boolean;
792
- EbsOptimized?: boolean;
793
- IamInstanceProfile?: IamInstanceProfileSpecification;
794
- InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
795
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
796
- PrivateIpAddress?: string;
797
788
  ElasticGpuSpecification?: ElasticGpuSpecification[];
798
789
  ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
799
790
  TagSpecifications?: TagSpecification[];
@@ -810,6 +801,15 @@ export interface RunInstancesRequest {
810
801
  MaintenanceOptions?: InstanceMaintenanceOptionsRequest;
811
802
  DisableApiStop?: boolean;
812
803
  EnablePrimaryIpv6?: boolean;
804
+ DryRun?: boolean;
805
+ DisableApiTermination?: boolean;
806
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
807
+ PrivateIpAddress?: string;
808
+ ClientToken?: string;
809
+ AdditionalInfo?: string;
810
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
811
+ IamInstanceProfile?: IamInstanceProfileSpecification;
812
+ EbsOptimized?: boolean;
813
813
  }
814
814
  export interface ScheduledInstancesEbs {
815
815
  DeleteOnTermination?: boolean;
@@ -944,8 +944,8 @@ export interface StartInstancesRequest {
944
944
  DryRun?: boolean;
945
945
  }
946
946
  export interface InstanceStateChange {
947
- CurrentState?: InstanceState;
948
947
  InstanceId?: string;
948
+ CurrentState?: InstanceState;
949
949
  PreviousState?: InstanceState;
950
950
  }
951
951
  export interface StartInstancesResult {
@@ -1011,9 +1011,9 @@ export interface TerminateInstancesResult {
1011
1011
  TerminatingInstances?: InstanceStateChange[];
1012
1012
  }
1013
1013
  export interface UnassignIpv6AddressesRequest {
1014
- Ipv6Addresses?: string[];
1015
1014
  Ipv6Prefixes?: string[];
1016
1015
  NetworkInterfaceId: string | undefined;
1016
+ Ipv6Addresses?: string[];
1017
1017
  }
1018
1018
  export interface UnassignIpv6AddressesResult {
1019
1019
  NetworkInterfaceId?: string;
@@ -1021,9 +1021,9 @@ export interface UnassignIpv6AddressesResult {
1021
1021
  UnassignedIpv6Prefixes?: string[];
1022
1022
  }
1023
1023
  export interface UnassignPrivateIpAddressesRequest {
1024
+ Ipv4Prefixes?: string[];
1024
1025
  NetworkInterfaceId: string | undefined;
1025
1026
  PrivateIpAddresses?: string[];
1026
- Ipv4Prefixes?: string[];
1027
1027
  }
1028
1028
  export interface UnassignPrivateNatGatewayAddressRequest {
1029
1029
  NatGatewayId: string | undefined;
@@ -1098,6 +1098,9 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
1098
1098
  export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
1099
1099
  obj: ModifyVpnTunnelOptionsResult
1100
1100
  ) => any;
1101
+ export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
1102
+ obj: ReportInstanceStatusRequest
1103
+ ) => any;
1101
1104
  export declare const RequestSpotFleetRequestFilterSensitiveLog: (
1102
1105
  obj: RequestSpotFleetRequest
1103
1106
  ) => any;