@aws-sdk/client-ec2 3.664.0 → 3.665.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 +5 -5
@@ -59,24 +59,24 @@ export declare const NetworkInterfaceCreationType: {
59
59
  export type NetworkInterfaceCreationType =
60
60
  (typeof NetworkInterfaceCreationType)[keyof typeof NetworkInterfaceCreationType];
61
61
  export interface CreateNetworkInterfaceRequest {
62
- Description?: string;
63
- DryRun?: boolean;
64
- Groups?: string[];
65
- Ipv6AddressCount?: number;
66
- Ipv6Addresses?: InstanceIpv6Address[];
67
- PrivateIpAddress?: string;
68
- PrivateIpAddresses?: PrivateIpAddressSpecification[];
69
- SecondaryPrivateIpAddressCount?: number;
70
62
  Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[];
71
63
  Ipv4PrefixCount?: number;
72
64
  Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[];
73
65
  Ipv6PrefixCount?: number;
74
66
  InterfaceType?: NetworkInterfaceCreationType;
75
- SubnetId: string | undefined;
76
67
  TagSpecifications?: TagSpecification[];
77
68
  ClientToken?: string;
78
69
  EnablePrimaryIpv6?: boolean;
79
70
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
71
+ SubnetId: string | undefined;
72
+ Description?: string;
73
+ PrivateIpAddress?: string;
74
+ Groups?: string[];
75
+ PrivateIpAddresses?: PrivateIpAddressSpecification[];
76
+ SecondaryPrivateIpAddressCount?: number;
77
+ Ipv6Addresses?: InstanceIpv6Address[];
78
+ Ipv6AddressCount?: number;
79
+ DryRun?: boolean;
80
80
  }
81
81
  export interface NetworkInterfaceAssociation {
82
82
  AllocationId?: string;
@@ -111,8 +111,8 @@ export interface ConnectionTrackingConfiguration {
111
111
  UdpTimeout?: number;
112
112
  }
113
113
  export interface GroupIdentifier {
114
- GroupName?: string;
115
114
  GroupId?: string;
115
+ GroupName?: string;
116
116
  }
117
117
  export declare const NetworkInterfaceType: {
118
118
  readonly api_gateway_managed: "api_gateway_managed";
@@ -239,12 +239,12 @@ export declare const PlacementStrategy: {
239
239
  export type PlacementStrategy =
240
240
  (typeof PlacementStrategy)[keyof typeof PlacementStrategy];
241
241
  export interface CreatePlacementGroupRequest {
242
- DryRun?: boolean;
243
- GroupName?: string;
244
- Strategy?: PlacementStrategy;
245
242
  PartitionCount?: number;
246
243
  TagSpecifications?: TagSpecification[];
247
244
  SpreadLevel?: SpreadLevel;
245
+ DryRun?: boolean;
246
+ GroupName?: string;
247
+ Strategy?: PlacementStrategy;
248
248
  }
249
249
  export declare const PlacementGroupState: {
250
250
  readonly available: "available";
@@ -309,15 +309,15 @@ export interface CreateReplaceRootVolumeTaskResult {
309
309
  ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
310
310
  }
311
311
  export interface PriceScheduleSpecification {
312
- CurrencyCode?: CurrencyCodeValues;
313
- Price?: number;
314
312
  Term?: number;
313
+ Price?: number;
314
+ CurrencyCode?: CurrencyCodeValues;
315
315
  }
316
316
  export interface CreateReservedInstancesListingRequest {
317
- ClientToken: string | undefined;
317
+ ReservedInstancesId: string | undefined;
318
318
  InstanceCount: number | undefined;
319
319
  PriceSchedules: PriceScheduleSpecification[] | undefined;
320
- ReservedInstancesId: string | undefined;
320
+ ClientToken: string | undefined;
321
321
  }
322
322
  export interface CreateReservedInstancesListingResult {
323
323
  ReservedInstancesListings?: ReservedInstancesListing[];
@@ -333,31 +333,31 @@ export interface CreateRestoreImageTaskResult {
333
333
  ImageId?: string;
334
334
  }
335
335
  export interface CreateRouteRequest {
336
- DestinationCidrBlock?: string;
337
- DestinationIpv6CidrBlock?: string;
338
336
  DestinationPrefixListId?: string;
339
- DryRun?: boolean;
340
337
  VpcEndpointId?: string;
341
- EgressOnlyInternetGatewayId?: string;
342
- GatewayId?: string;
343
- InstanceId?: string;
344
- NatGatewayId?: string;
345
338
  TransitGatewayId?: string;
346
339
  LocalGatewayId?: string;
347
340
  CarrierGatewayId?: string;
348
- NetworkInterfaceId?: string;
341
+ CoreNetworkArn?: string;
342
+ DryRun?: boolean;
349
343
  RouteTableId: string | undefined;
344
+ DestinationCidrBlock?: string;
345
+ GatewayId?: string;
346
+ DestinationIpv6CidrBlock?: string;
347
+ EgressOnlyInternetGatewayId?: string;
348
+ InstanceId?: string;
349
+ NetworkInterfaceId?: string;
350
350
  VpcPeeringConnectionId?: string;
351
- CoreNetworkArn?: string;
351
+ NatGatewayId?: string;
352
352
  }
353
353
  export interface CreateRouteResult {
354
354
  Return?: boolean;
355
355
  }
356
356
  export interface CreateRouteTableRequest {
357
- DryRun?: boolean;
358
- VpcId: string | undefined;
359
357
  TagSpecifications?: TagSpecification[];
360
358
  ClientToken?: string;
359
+ DryRun?: boolean;
360
+ VpcId: string | undefined;
361
361
  }
362
362
  export interface RouteTableAssociation {
363
363
  Main?: boolean;
@@ -450,24 +450,24 @@ export declare const StorageTier: {
450
450
  };
451
451
  export type StorageTier = (typeof StorageTier)[keyof typeof StorageTier];
452
452
  export interface Snapshot {
453
- DataEncryptionKeyId?: string;
454
- Description?: string;
455
- Encrypted?: boolean;
456
- KmsKeyId?: string;
457
- OwnerId?: string;
458
- Progress?: string;
459
- SnapshotId?: string;
460
- StartTime?: Date;
461
- State?: SnapshotState;
462
- StateMessage?: string;
463
- VolumeId?: string;
464
- VolumeSize?: number;
465
453
  OwnerAlias?: string;
466
454
  OutpostArn?: string;
467
455
  Tags?: Tag[];
468
456
  StorageTier?: StorageTier;
469
457
  RestoreExpiryTime?: Date;
470
458
  SseType?: SSEType;
459
+ SnapshotId?: string;
460
+ VolumeId?: string;
461
+ State?: SnapshotState;
462
+ StateMessage?: string;
463
+ StartTime?: Date;
464
+ Progress?: string;
465
+ OwnerId?: string;
466
+ Description?: string;
467
+ VolumeSize?: number;
468
+ Encrypted?: boolean;
469
+ KmsKeyId?: string;
470
+ DataEncryptionKeyId?: string;
471
471
  }
472
472
  export declare const CopyTagsFromSource: {
473
473
  readonly volume: "volume";
@@ -505,8 +505,8 @@ export interface CreateSnapshotsResult {
505
505
  Snapshots?: SnapshotInfo[];
506
506
  }
507
507
  export interface CreateSpotDatafeedSubscriptionRequest {
508
- Bucket: string | undefined;
509
508
  DryRun?: boolean;
509
+ Bucket: string | undefined;
510
510
  Prefix?: string;
511
511
  }
512
512
  export interface SpotInstanceStateFault {
@@ -550,12 +550,12 @@ export interface CreateSubnetRequest {
550
550
  Ipv6CidrBlock?: string;
551
551
  OutpostArn?: string;
552
552
  VpcId: string | undefined;
553
- DryRun?: boolean;
554
553
  Ipv6Native?: boolean;
555
554
  Ipv4IpamPoolId?: string;
556
555
  Ipv4NetmaskLength?: number;
557
556
  Ipv6IpamPoolId?: string;
558
557
  Ipv6NetmaskLength?: number;
558
+ DryRun?: boolean;
559
559
  }
560
560
  export interface CreateSubnetResult {
561
561
  Subnet?: Subnet;
@@ -1296,11 +1296,11 @@ export interface CreateVolumeRequest {
1296
1296
  Size?: number;
1297
1297
  SnapshotId?: string;
1298
1298
  VolumeType?: VolumeType;
1299
- DryRun?: boolean;
1300
1299
  TagSpecifications?: TagSpecification[];
1301
1300
  MultiAttachEnabled?: boolean;
1302
1301
  Throughput?: number;
1303
1302
  ClientToken?: string;
1303
+ DryRun?: boolean;
1304
1304
  }
1305
1305
  export declare const VolumeState: {
1306
1306
  readonly available: "available";
@@ -1312,16 +1312,7 @@ export declare const VolumeState: {
1312
1312
  };
1313
1313
  export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
1314
1314
  export interface Volume {
1315
- Attachments?: VolumeAttachment[];
1316
- AvailabilityZone?: string;
1317
- CreateTime?: Date;
1318
- Encrypted?: boolean;
1319
- KmsKeyId?: string;
1320
1315
  OutpostArn?: string;
1321
- Size?: number;
1322
- SnapshotId?: string;
1323
- State?: VolumeState;
1324
- VolumeId?: string;
1325
1316
  Iops?: number;
1326
1317
  Tags?: Tag[];
1327
1318
  VolumeType?: VolumeType;
@@ -1329,20 +1320,29 @@ export interface Volume {
1329
1320
  MultiAttachEnabled?: boolean;
1330
1321
  Throughput?: number;
1331
1322
  SseType?: SSEType;
1323
+ VolumeId?: string;
1324
+ Size?: number;
1325
+ SnapshotId?: string;
1326
+ AvailabilityZone?: string;
1327
+ State?: VolumeState;
1328
+ CreateTime?: Date;
1329
+ Attachments?: VolumeAttachment[];
1330
+ Encrypted?: boolean;
1331
+ KmsKeyId?: string;
1332
1332
  }
1333
1333
  export interface CreateVpcRequest {
1334
1334
  CidrBlock?: string;
1335
- AmazonProvidedIpv6CidrBlock?: boolean;
1336
1335
  Ipv6Pool?: string;
1337
1336
  Ipv6CidrBlock?: string;
1338
1337
  Ipv4IpamPoolId?: string;
1339
1338
  Ipv4NetmaskLength?: number;
1340
1339
  Ipv6IpamPoolId?: string;
1341
1340
  Ipv6NetmaskLength?: number;
1342
- DryRun?: boolean;
1343
- InstanceTenancy?: Tenancy;
1344
1341
  Ipv6CidrBlockNetworkBorderGroup?: string;
1345
1342
  TagSpecifications?: TagSpecification[];
1343
+ DryRun?: boolean;
1344
+ InstanceTenancy?: Tenancy;
1345
+ AmazonProvidedIpv6CidrBlock?: boolean;
1346
1346
  }
1347
1347
  export interface CreateVpcResult {
1348
1348
  Vpc?: Vpc;
@@ -1549,12 +1549,12 @@ export interface CreateVpcEndpointServiceConfigurationResult {
1549
1549
  ClientToken?: string;
1550
1550
  }
1551
1551
  export interface CreateVpcPeeringConnectionRequest {
1552
- DryRun?: boolean;
1553
- PeerOwnerId?: string;
1554
- PeerVpcId?: string;
1555
- VpcId: string | undefined;
1556
1552
  PeerRegion?: string;
1557
1553
  TagSpecifications?: TagSpecification[];
1554
+ DryRun?: boolean;
1555
+ VpcId: string | undefined;
1556
+ PeerVpcId?: string;
1557
+ PeerOwnerId?: string;
1558
1558
  }
1559
1559
  export interface CreateVpcPeeringConnectionResult {
1560
1560
  VpcPeeringConnection?: VpcPeeringConnection;
@@ -1618,7 +1618,6 @@ export interface VpnTunnelOptionsSpecification {
1618
1618
  }
1619
1619
  export interface VpnConnectionOptionsSpecification {
1620
1620
  EnableAcceleration?: boolean;
1621
- StaticRoutesOnly?: boolean;
1622
1621
  TunnelInsideIpVersion?: TunnelInsideIpVersion;
1623
1622
  TunnelOptions?: VpnTunnelOptionsSpecification[];
1624
1623
  LocalIpv4NetworkCidr?: string;
@@ -1627,15 +1626,16 @@ export interface VpnConnectionOptionsSpecification {
1627
1626
  RemoteIpv6NetworkCidr?: string;
1628
1627
  OutsideIpAddressType?: string;
1629
1628
  TransportTransitGatewayAttachmentId?: string;
1629
+ StaticRoutesOnly?: boolean;
1630
1630
  }
1631
1631
  export interface CreateVpnConnectionRequest {
1632
1632
  CustomerGatewayId: string | undefined;
1633
1633
  Type: string | undefined;
1634
1634
  VpnGatewayId?: string;
1635
1635
  TransitGatewayId?: string;
1636
+ TagSpecifications?: TagSpecification[];
1636
1637
  DryRun?: boolean;
1637
1638
  Options?: VpnConnectionOptionsSpecification;
1638
- TagSpecifications?: TagSpecification[];
1639
1639
  }
1640
1640
  export declare const GatewayAssociationState: {
1641
1641
  readonly associated: "associated";
@@ -1741,13 +1741,7 @@ export interface VgwTelemetry {
1741
1741
  CertificateArn?: string;
1742
1742
  }
1743
1743
  export interface VpnConnection {
1744
- CustomerGatewayConfiguration?: string;
1745
- CustomerGatewayId?: string;
1746
1744
  Category?: string;
1747
- State?: VpnState;
1748
- Type?: GatewayType;
1749
- VpnConnectionId?: string;
1750
- VpnGatewayId?: string;
1751
1745
  TransitGatewayId?: string;
1752
1746
  CoreNetworkArn?: string;
1753
1747
  CoreNetworkAttachmentArn?: string;
@@ -1756,6 +1750,12 @@ export interface VpnConnection {
1756
1750
  Routes?: VpnStaticRoute[];
1757
1751
  Tags?: Tag[];
1758
1752
  VgwTelemetry?: VgwTelemetry[];
1753
+ VpnConnectionId?: string;
1754
+ State?: VpnState;
1755
+ CustomerGatewayConfiguration?: string;
1756
+ Type?: GatewayType;
1757
+ CustomerGatewayId?: string;
1758
+ VpnGatewayId?: string;
1759
1759
  }
1760
1760
  export interface CreateVpnConnectionResult {
1761
1761
  VpnConnection?: VpnConnection;
@@ -1772,13 +1772,13 @@ export interface CreateVpnGatewayRequest {
1772
1772
  DryRun?: boolean;
1773
1773
  }
1774
1774
  export interface VpnGateway {
1775
- AvailabilityZone?: string;
1775
+ AmazonSideAsn?: number;
1776
+ Tags?: Tag[];
1777
+ VpnGatewayId?: string;
1776
1778
  State?: VpnState;
1777
1779
  Type?: GatewayType;
1780
+ AvailabilityZone?: string;
1778
1781
  VpcAttachments?: VpcAttachment[];
1779
- VpnGatewayId?: string;
1780
- AmazonSideAsn?: number;
1781
- Tags?: Tag[];
1782
1782
  }
1783
1783
  export interface CreateVpnGatewayResult {
1784
1784
  VpnGateway?: VpnGateway;
@@ -140,9 +140,9 @@ export interface DeleteNetworkAclRequest {
140
140
  }
141
141
  export interface DeleteNetworkAclEntryRequest {
142
142
  DryRun?: boolean;
143
- Egress: boolean | undefined;
144
143
  NetworkAclId: string | undefined;
145
144
  RuleNumber: number | undefined;
145
+ Egress: boolean | undefined;
146
146
  }
147
147
  export interface DeleteNetworkInsightsAccessScopeRequest {
148
148
  DryRun?: boolean;
@@ -223,11 +223,11 @@ export interface DeleteQueuedReservedInstancesResult {
223
223
  FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
224
224
  }
225
225
  export interface DeleteRouteRequest {
226
- DestinationCidrBlock?: string;
227
- DestinationIpv6CidrBlock?: string;
228
226
  DestinationPrefixListId?: string;
229
227
  DryRun?: boolean;
230
228
  RouteTableId: string | undefined;
229
+ DestinationCidrBlock?: string;
230
+ DestinationIpv6CidrBlock?: string;
231
231
  }
232
232
  export interface DeleteRouteTableRequest {
233
233
  DryRun?: boolean;
@@ -572,8 +572,8 @@ export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
572
572
  DeregisteredMulticastGroupSources?: TransitGatewayMulticastDeregisteredGroupSources;
573
573
  }
574
574
  export interface DescribeAccountAttributesRequest {
575
- AttributeNames?: AccountAttributeName[];
576
575
  DryRun?: boolean;
576
+ AttributeNames?: AccountAttributeName[];
577
577
  }
578
578
  export interface DescribeAccountAttributesResult {
579
579
  AccountAttributes?: AccountAttribute[];
@@ -583,10 +583,10 @@ export interface Filter {
583
583
  Values?: string[];
584
584
  }
585
585
  export interface DescribeAddressesRequest {
586
- Filters?: Filter[];
587
586
  PublicIps?: string[];
588
- AllocationIds?: string[];
589
587
  DryRun?: boolean;
588
+ Filters?: Filter[];
589
+ AllocationIds?: string[];
590
590
  }
591
591
  export interface DescribeAddressesResult {
592
592
  Addresses?: Address[];
@@ -625,11 +625,11 @@ export interface DescribeAggregateIdFormatResult {
625
625
  Statuses?: IdFormat[];
626
626
  }
627
627
  export interface DescribeAvailabilityZonesRequest {
628
- Filters?: Filter[];
629
628
  ZoneNames?: string[];
630
629
  ZoneIds?: string[];
631
630
  AllAvailabilityZones?: boolean;
632
631
  DryRun?: boolean;
632
+ Filters?: Filter[];
633
633
  }
634
634
  export interface AvailabilityZoneMessage {
635
635
  Message?: string;
@@ -651,7 +651,6 @@ export declare const AvailabilityZoneState: {
651
651
  export type AvailabilityZoneState =
652
652
  (typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
653
653
  export interface AvailabilityZone {
654
- State?: AvailabilityZoneState;
655
654
  OptInStatus?: AvailabilityZoneOptInStatus;
656
655
  Messages?: AvailabilityZoneMessage[];
657
656
  RegionName?: string;
@@ -662,6 +661,7 @@ export interface AvailabilityZone {
662
661
  ZoneType?: string;
663
662
  ParentZoneName?: string;
664
663
  ParentZoneId?: string;
664
+ State?: AvailabilityZoneState;
665
665
  }
666
666
  export interface DescribeAvailabilityZonesResult {
667
667
  AvailabilityZones?: AvailabilityZone[];
@@ -702,8 +702,8 @@ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
702
702
  }
703
703
  export interface DescribeBundleTasksRequest {
704
704
  BundleIds?: string[];
705
- Filters?: Filter[];
706
705
  DryRun?: boolean;
706
+ Filters?: Filter[];
707
707
  }
708
708
  export interface DescribeBundleTasksResult {
709
709
  BundleTasks?: BundleTask[];
@@ -791,11 +791,11 @@ export interface DescribeCarrierGatewaysResult {
791
791
  NextToken?: string;
792
792
  }
793
793
  export interface DescribeClassicLinkInstancesRequest {
794
- Filters?: Filter[];
795
794
  DryRun?: boolean;
796
795
  InstanceIds?: string[];
797
- MaxResults?: number;
796
+ Filters?: Filter[];
798
797
  NextToken?: string;
798
+ MaxResults?: number;
799
799
  }
800
800
  export interface ClassicLinkInstance {
801
801
  Groups?: GroupIdentifier[];
@@ -1006,8 +1006,8 @@ export interface DescribeCoipPoolsResult {
1006
1006
  NextToken?: string;
1007
1007
  }
1008
1008
  export interface DescribeConversionTasksRequest {
1009
- ConversionTaskIds?: string[];
1010
1009
  DryRun?: boolean;
1010
+ ConversionTaskIds?: string[];
1011
1011
  }
1012
1012
  export interface DiskImageDescription {
1013
1013
  Checksum?: string;
@@ -1071,14 +1071,14 @@ export interface DescribeCustomerGatewaysResult {
1071
1071
  }
1072
1072
  export interface DescribeDhcpOptionsRequest {
1073
1073
  DhcpOptionsIds?: string[];
1074
- Filters?: Filter[];
1075
- DryRun?: boolean;
1076
1074
  NextToken?: string;
1077
1075
  MaxResults?: number;
1076
+ DryRun?: boolean;
1077
+ Filters?: Filter[];
1078
1078
  }
1079
1079
  export interface DescribeDhcpOptionsResult {
1080
- DhcpOptions?: DhcpOptions[];
1081
1080
  NextToken?: string;
1081
+ DhcpOptions?: DhcpOptions[];
1082
1082
  }
1083
1083
  export interface DescribeEgressOnlyInternetGatewaysRequest {
1084
1084
  DryRun?: boolean;
@@ -1152,8 +1152,8 @@ export interface DescribeExportImageTasksResult {
1152
1152
  NextToken?: string;
1153
1153
  }
1154
1154
  export interface DescribeExportTasksRequest {
1155
- ExportTaskIds?: string[];
1156
1155
  Filters?: Filter[];
1156
+ ExportTaskIds?: string[];
1157
1157
  }
1158
1158
  export interface DescribeExportTasksResult {
1159
1159
  ExportTasks?: ExportTask[];
@@ -1559,10 +1559,10 @@ export interface DescribeHostReservationsResult {
1559
1559
  NextToken?: string;
1560
1560
  }
1561
1561
  export interface DescribeHostsRequest {
1562
- Filter?: Filter[];
1563
1562
  HostIds?: string[];
1564
- MaxResults?: number;
1565
1563
  NextToken?: string;
1564
+ MaxResults?: number;
1565
+ Filter?: Filter[];
1566
1566
  }
1567
1567
  export interface InstanceCapacity {
1568
1568
  AvailableCapacity?: number;
@@ -1622,8 +1622,8 @@ export interface DescribeIamInstanceProfileAssociationsResult {
1622
1622
  NextToken?: string;
1623
1623
  }
1624
1624
  export interface DescribeIdentityIdFormatRequest {
1625
- PrincipalArn: string | undefined;
1626
1625
  Resource?: string;
1626
+ PrincipalArn: string | undefined;
1627
1627
  }
1628
1628
  export interface DescribeIdentityIdFormatResult {
1629
1629
  Statuses?: IdFormat[];
@@ -1657,16 +1657,12 @@ export interface DescribeImageAttributeRequest {
1657
1657
  DryRun?: boolean;
1658
1658
  }
1659
1659
  export interface LaunchPermission {
1660
- Group?: PermissionGroup;
1661
- UserId?: string;
1662
1660
  OrganizationArn?: string;
1663
1661
  OrganizationalUnitArn?: string;
1662
+ UserId?: string;
1663
+ Group?: PermissionGroup;
1664
1664
  }
1665
1665
  export interface ImageAttribute {
1666
- BlockDeviceMappings?: BlockDeviceMapping[];
1667
- ImageId?: string;
1668
- LaunchPermissions?: LaunchPermission[];
1669
- ProductCodes?: ProductCode[];
1670
1666
  Description?: AttributeValue;
1671
1667
  KernelId?: AttributeValue;
1672
1668
  RamdiskId?: AttributeValue;
@@ -1677,17 +1673,21 @@ export interface ImageAttribute {
1677
1673
  LastLaunchedTime?: AttributeValue;
1678
1674
  ImdsSupport?: AttributeValue;
1679
1675
  DeregistrationProtection?: AttributeValue;
1676
+ ImageId?: string;
1677
+ LaunchPermissions?: LaunchPermission[];
1678
+ ProductCodes?: ProductCode[];
1679
+ BlockDeviceMappings?: BlockDeviceMapping[];
1680
1680
  }
1681
1681
  export interface DescribeImagesRequest {
1682
1682
  ExecutableUsers?: string[];
1683
- Filters?: Filter[];
1684
1683
  ImageIds?: string[];
1685
1684
  Owners?: string[];
1686
1685
  IncludeDeprecated?: boolean;
1687
1686
  IncludeDisabled?: boolean;
1688
- DryRun?: boolean;
1689
1687
  MaxResults?: number;
1690
1688
  NextToken?: string;
1689
+ DryRun?: boolean;
1690
+ Filters?: Filter[];
1691
1691
  }
1692
1692
  export declare const ArchitectureValues: {
1693
1693
  readonly arm64: "arm64";