@aws-sdk/client-ec2 3.613.0 → 3.616.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 (188) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +773 -442
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/EC2Client.js +5 -5
  5. package/dist-es/commands/CreateIpamExternalResourceVerificationTokenCommand.js +24 -0
  6. package/dist-es/commands/DeleteIpamExternalResourceVerificationTokenCommand.js +24 -0
  7. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -1
  8. package/dist-es/commands/DescribeIpamExternalResourceVerificationTokensCommand.js +24 -0
  9. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +1 -1
  10. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +1 -1
  11. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +1 -0
  14. package/dist-es/models/models_1.js +12 -19
  15. package/dist-es/models/models_2.js +19 -0
  16. package/dist-es/models/models_3.js +0 -13
  17. package/dist-es/models/models_4.js +13 -33
  18. package/dist-es/models/models_5.js +34 -15
  19. package/dist-es/models/models_6.js +21 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +251 -5
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +7 -4
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +91 -0
  50. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -1
  67. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +79 -0
  100. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  104. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -0
  105. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  106. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  108. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  110. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  111. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  114. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  115. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  116. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  117. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  118. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  119. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  120. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -0
  121. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -0
  122. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  123. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  124. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  125. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  126. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -0
  127. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  128. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  129. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  130. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  131. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  132. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -0
  133. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  134. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  135. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  136. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  137. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  138. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  139. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  140. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  141. package/dist-types/commands/index.d.ts +3 -0
  142. package/dist-types/models/models_0.d.ts +1 -0
  143. package/dist-types/models/models_1.d.ts +161 -150
  144. package/dist-types/models/models_2.d.ts +179 -95
  145. package/dist-types/models/models_3.d.ts +100 -258
  146. package/dist-types/models/models_4.d.ts +400 -602
  147. package/dist-types/models/models_5.d.ts +576 -200
  148. package/dist-types/models/models_6.d.ts +232 -205
  149. package/dist-types/models/models_7.d.ts +233 -4
  150. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  151. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  152. package/dist-types/runtimeConfig.d.ts +1 -1
  153. package/dist-types/runtimeConfig.native.d.ts +1 -1
  154. package/dist-types/ts3.4/EC2.d.ts +70 -0
  155. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  156. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  157. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  158. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  159. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  171. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  177. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  178. package/dist-types/ts3.4/models/models_2.d.ts +56 -32
  179. package/dist-types/ts3.4/models/models_3.d.ts +30 -63
  180. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  181. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  182. package/dist-types/ts3.4/models/models_6.d.ts +70 -53
  183. package/dist-types/ts3.4/models/models_7.d.ts +62 -7
  184. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  185. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  186. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  187. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  188. package/package.json +25 -25
@@ -1,11 +1,9 @@
1
1
  import {
2
2
  _InstanceType,
3
3
  ActiveInstance,
4
- ActivityStatus,
5
4
  AllocationStrategy,
6
5
  AlternatePathHint,
7
6
  AttachmentStatus,
8
- BatchState,
9
7
  CurrencyCodeValues,
10
8
  Explanation,
11
9
  IamInstanceProfile,
@@ -31,13 +29,13 @@ import {
31
29
  EnaSrdSpecificationRequest,
32
30
  FleetLaunchTemplateSpecification,
33
31
  FleetType,
34
- GroupIdentifier,
35
32
  HostnameType,
36
33
  InstanceInterruptionBehavior,
37
34
  InstanceIpv6Address,
38
35
  InstanceRequirements,
39
36
  InternetGateway,
40
37
  Ipam,
38
+ IpamExternalResourceVerificationToken,
41
39
  IpamPool,
42
40
  IpamResourceDiscovery,
43
41
  IpamScope,
@@ -54,17 +52,17 @@ import {
54
52
  NetworkAcl,
55
53
  NetworkInsightsAccessScope,
56
54
  NetworkInsightsPath,
57
- NetworkInterfaceAttachment,
58
55
  Placement,
59
56
  PlatformValues,
60
57
  PrivateIpAddressSpecification,
61
- SpotInstanceType,
62
58
  StateReason,
63
59
  TargetCapacityUnitType,
64
60
  Tenancy,
65
61
  } from "./models_1";
66
62
  import {
63
+ GroupIdentifier,
67
64
  NetworkInterface,
65
+ NetworkInterfaceAttachment,
68
66
  NetworkInterfacePermission,
69
67
  NetworkInterfaceStatus,
70
68
  PlacementGroup,
@@ -73,7 +71,6 @@ import {
73
71
  Snapshot,
74
72
  SnapshotState,
75
73
  SpotDatafeedSubscription,
76
- SpotInstanceStateFault,
77
74
  StorageTier,
78
75
  } from "./models_2";
79
76
  import {
@@ -85,12 +82,65 @@ import {
85
82
  Filter,
86
83
  HypervisorType,
87
84
  IdFormat,
85
+ Image,
88
86
  InstanceTagNotificationAttribute,
89
87
  PermissionGroup,
90
88
  ProductCode,
91
- UserBucketDetails,
92
89
  VirtualizationType,
93
90
  } from "./models_3";
91
+ export interface DescribeImagesResult {
92
+ Images?: Image[];
93
+ NextToken?: string;
94
+ }
95
+ export interface DescribeImportImageTasksRequest {
96
+ DryRun?: boolean;
97
+ Filters?: Filter[];
98
+ ImportTaskIds?: string[];
99
+ MaxResults?: number;
100
+ NextToken?: string;
101
+ }
102
+ export interface ImportImageLicenseConfigurationResponse {
103
+ LicenseConfigurationArn?: string;
104
+ }
105
+ export interface UserBucketDetails {
106
+ S3Bucket?: string;
107
+ S3Key?: string;
108
+ }
109
+ export interface SnapshotDetail {
110
+ Description?: string;
111
+ DeviceName?: string;
112
+ DiskImageSize?: number;
113
+ Format?: string;
114
+ Progress?: string;
115
+ SnapshotId?: string;
116
+ Status?: string;
117
+ StatusMessage?: string;
118
+ Url?: string;
119
+ UserBucket?: UserBucketDetails;
120
+ }
121
+ export interface ImportImageTask {
122
+ Architecture?: string;
123
+ Description?: string;
124
+ Encrypted?: boolean;
125
+ Hypervisor?: string;
126
+ ImageId?: string;
127
+ ImportTaskId?: string;
128
+ KmsKeyId?: string;
129
+ LicenseType?: string;
130
+ Platform?: string;
131
+ Progress?: string;
132
+ SnapshotDetails?: SnapshotDetail[];
133
+ Status?: string;
134
+ StatusMessage?: string;
135
+ Tags?: Tag[];
136
+ LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
137
+ UsageOperation?: string;
138
+ BootMode?: BootModeValues;
139
+ }
140
+ export interface DescribeImportImageTasksResult {
141
+ ImportImageTasks?: ImportImageTask[];
142
+ NextToken?: string;
143
+ }
94
144
  export interface DescribeImportSnapshotTasksRequest {
95
145
  DryRun?: boolean;
96
146
  Filters?: Filter[];
@@ -899,6 +949,17 @@ export interface DescribeIpamByoasnResult {
899
949
  Byoasns?: Byoasn[];
900
950
  NextToken?: string;
901
951
  }
952
+ export interface DescribeIpamExternalResourceVerificationTokensRequest {
953
+ DryRun?: boolean;
954
+ Filters?: Filter[];
955
+ NextToken?: string;
956
+ MaxResults?: number;
957
+ IpamExternalResourceVerificationTokenIds?: string[];
958
+ }
959
+ export interface DescribeIpamExternalResourceVerificationTokensResult {
960
+ NextToken?: string;
961
+ IpamExternalResourceVerificationTokens?: IpamExternalResourceVerificationToken[];
962
+ }
902
963
  export interface DescribeIpamPoolsRequest {
903
964
  DryRun?: boolean;
904
965
  Filters?: Filter[];
@@ -1992,85 +2053,15 @@ export interface SpotFleetRequestConfigData {
1992
2053
  TargetCapacityUnitType?: TargetCapacityUnitType;
1993
2054
  TagSpecifications?: TagSpecification[];
1994
2055
  }
1995
- export interface SpotFleetRequestConfig {
1996
- ActivityStatus?: ActivityStatus;
1997
- CreateTime?: Date;
1998
- SpotFleetRequestConfig?: SpotFleetRequestConfigData;
1999
- SpotFleetRequestId?: string;
2000
- SpotFleetRequestState?: BatchState;
2001
- Tags?: Tag[];
2002
- }
2003
- export interface DescribeSpotFleetRequestsResponse {
2004
- NextToken?: string;
2005
- SpotFleetRequestConfigs?: SpotFleetRequestConfig[];
2006
- }
2007
- export interface DescribeSpotInstanceRequestsRequest {
2008
- Filters?: Filter[];
2009
- DryRun?: boolean;
2010
- SpotInstanceRequestIds?: string[];
2011
- NextToken?: string;
2012
- MaxResults?: number;
2013
- }
2014
- export interface RunInstancesMonitoringEnabled {
2015
- Enabled: boolean | undefined;
2016
- }
2017
- export interface LaunchSpecification {
2018
- UserData?: string;
2019
- SecurityGroups?: GroupIdentifier[];
2020
- AddressingType?: string;
2021
- BlockDeviceMappings?: BlockDeviceMapping[];
2022
- EbsOptimized?: boolean;
2023
- IamInstanceProfile?: IamInstanceProfileSpecification;
2024
- ImageId?: string;
2025
- InstanceType?: _InstanceType;
2026
- KernelId?: string;
2027
- KeyName?: string;
2028
- NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
2029
- Placement?: SpotPlacement;
2030
- RamdiskId?: string;
2031
- SubnetId?: string;
2032
- Monitoring?: RunInstancesMonitoringEnabled;
2033
- }
2034
- export declare const SpotInstanceState: {
2035
- readonly active: "active";
2036
- readonly cancelled: "cancelled";
2037
- readonly closed: "closed";
2038
- readonly disabled: "disabled";
2039
- readonly failed: "failed";
2040
- readonly open: "open";
2041
- };
2042
- export type SpotInstanceState =
2043
- (typeof SpotInstanceState)[keyof typeof SpotInstanceState];
2044
- export interface SpotInstanceStatus {
2045
- Code?: string;
2046
- Message?: string;
2047
- UpdateTime?: Date;
2048
- }
2049
- export interface SpotInstanceRequest {
2050
- ActualBlockHourlyPrice?: string;
2051
- AvailabilityZoneGroup?: string;
2052
- BlockDurationMinutes?: number;
2053
- CreateTime?: Date;
2054
- Fault?: SpotInstanceStateFault;
2055
- InstanceId?: string;
2056
- LaunchGroup?: string;
2057
- LaunchSpecification?: LaunchSpecification;
2058
- LaunchedAvailabilityZone?: string;
2059
- ProductDescription?: RIProductDescription;
2060
- SpotInstanceRequestId?: string;
2061
- SpotPrice?: string;
2062
- State?: SpotInstanceState;
2063
- Status?: SpotInstanceStatus;
2064
- Tags?: Tag[];
2065
- Type?: SpotInstanceType;
2066
- ValidFrom?: Date;
2067
- ValidUntil?: Date;
2068
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
2069
- }
2070
- export interface DescribeSpotInstanceRequestsResult {
2071
- SpotInstanceRequests?: SpotInstanceRequest[];
2072
- NextToken?: string;
2073
- }
2056
+ export declare const SnapshotDetailFilterSensitiveLog: (
2057
+ obj: SnapshotDetail
2058
+ ) => any;
2059
+ export declare const ImportImageTaskFilterSensitiveLog: (
2060
+ obj: ImportImageTask
2061
+ ) => any;
2062
+ export declare const DescribeImportImageTasksResultFilterSensitiveLog: (
2063
+ obj: DescribeImportImageTasksResult
2064
+ ) => any;
2074
2065
  export declare const SnapshotTaskDetailFilterSensitiveLog: (
2075
2066
  obj: SnapshotTaskDetail
2076
2067
  ) => any;
@@ -2089,18 +2080,3 @@ export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
2089
2080
  export declare const SpotFleetRequestConfigDataFilterSensitiveLog: (
2090
2081
  obj: SpotFleetRequestConfigData
2091
2082
  ) => any;
2092
- export declare const SpotFleetRequestConfigFilterSensitiveLog: (
2093
- obj: SpotFleetRequestConfig
2094
- ) => any;
2095
- export declare const DescribeSpotFleetRequestsResponseFilterSensitiveLog: (
2096
- obj: DescribeSpotFleetRequestsResponse
2097
- ) => any;
2098
- export declare const LaunchSpecificationFilterSensitiveLog: (
2099
- obj: LaunchSpecification
2100
- ) => any;
2101
- export declare const SpotInstanceRequestFilterSensitiveLog: (
2102
- obj: SpotInstanceRequest
2103
- ) => any;
2104
- export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
2105
- obj: DescribeSpotInstanceRequestsResult
2106
- ) => any;
@@ -1,12 +1,15 @@
1
1
  import {
2
2
  _InstanceType,
3
+ ActivityStatus,
3
4
  AddressTransfer,
4
5
  AllowedPrincipal,
5
6
  AsnAssociation,
6
7
  AssociationStatus,
8
+ BatchState,
7
9
  CapacityReservationState,
8
10
  CurrencyCodeValues,
9
11
  IamInstanceProfileAssociation,
12
+ IamInstanceProfileSpecification,
10
13
  InstanceEventWindow,
11
14
  IpamResourceDiscoveryAssociation,
12
15
  NatGatewayAddress,
@@ -31,8 +34,10 @@ import {
31
34
  VpcPeeringConnection,
32
35
  } from "./models_0";
33
36
  import {
37
+ BlockDeviceMapping,
34
38
  DiskImageFormat,
35
- InstanceRequirementsRequest,
39
+ InstanceInterruptionBehavior,
40
+ SpotInstanceType,
36
41
  Subnet,
37
42
  VolumeType,
38
43
  Vpc,
@@ -41,11 +46,13 @@ import {
41
46
  ConnectionNotification,
42
47
  DnsEntry,
43
48
  DnsNameState,
49
+ GroupIdentifier,
44
50
  IpAddressType,
45
51
  PayerResponsibility,
46
52
  ServiceConfiguration,
47
53
  ServiceConnectivityType,
48
54
  ServiceTypeDetail,
55
+ SpotInstanceStateFault,
49
56
  SSEType,
50
57
  State,
51
58
  TrafficMirrorFilter,
@@ -79,16 +86,96 @@ import {
79
86
  PeriodType,
80
87
  ProductCode,
81
88
  StatisticType,
82
- VirtualizationType,
83
89
  } from "./models_3";
84
90
  import {
85
- ArchitectureType,
86
91
  AttributeBooleanValue,
87
92
  HttpTokensState,
88
93
  InstanceMetadataEndpointState,
89
94
  InstanceMetadataTagsState,
95
+ InstanceNetworkInterfaceSpecification,
90
96
  RIProductDescription,
97
+ SpotFleetRequestConfigData,
98
+ SpotPlacement,
91
99
  } from "./models_4";
100
+ export interface SpotFleetRequestConfig {
101
+ ActivityStatus?: ActivityStatus;
102
+ CreateTime?: Date;
103
+ SpotFleetRequestConfig?: SpotFleetRequestConfigData;
104
+ SpotFleetRequestId?: string;
105
+ SpotFleetRequestState?: BatchState;
106
+ Tags?: Tag[];
107
+ }
108
+ export interface DescribeSpotFleetRequestsResponse {
109
+ NextToken?: string;
110
+ SpotFleetRequestConfigs?: SpotFleetRequestConfig[];
111
+ }
112
+ export interface DescribeSpotInstanceRequestsRequest {
113
+ Filters?: Filter[];
114
+ DryRun?: boolean;
115
+ SpotInstanceRequestIds?: string[];
116
+ NextToken?: string;
117
+ MaxResults?: number;
118
+ }
119
+ export interface RunInstancesMonitoringEnabled {
120
+ Enabled: boolean | undefined;
121
+ }
122
+ export interface LaunchSpecification {
123
+ UserData?: string;
124
+ SecurityGroups?: GroupIdentifier[];
125
+ AddressingType?: string;
126
+ BlockDeviceMappings?: BlockDeviceMapping[];
127
+ EbsOptimized?: boolean;
128
+ IamInstanceProfile?: IamInstanceProfileSpecification;
129
+ ImageId?: string;
130
+ InstanceType?: _InstanceType;
131
+ KernelId?: string;
132
+ KeyName?: string;
133
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
134
+ Placement?: SpotPlacement;
135
+ RamdiskId?: string;
136
+ SubnetId?: string;
137
+ Monitoring?: RunInstancesMonitoringEnabled;
138
+ }
139
+ export declare const SpotInstanceState: {
140
+ readonly active: "active";
141
+ readonly cancelled: "cancelled";
142
+ readonly closed: "closed";
143
+ readonly disabled: "disabled";
144
+ readonly failed: "failed";
145
+ readonly open: "open";
146
+ };
147
+ export type SpotInstanceState =
148
+ (typeof SpotInstanceState)[keyof typeof SpotInstanceState];
149
+ export interface SpotInstanceStatus {
150
+ Code?: string;
151
+ Message?: string;
152
+ UpdateTime?: Date;
153
+ }
154
+ export interface SpotInstanceRequest {
155
+ ActualBlockHourlyPrice?: string;
156
+ AvailabilityZoneGroup?: string;
157
+ BlockDurationMinutes?: number;
158
+ CreateTime?: Date;
159
+ Fault?: SpotInstanceStateFault;
160
+ InstanceId?: string;
161
+ LaunchGroup?: string;
162
+ LaunchSpecification?: LaunchSpecification;
163
+ LaunchedAvailabilityZone?: string;
164
+ ProductDescription?: RIProductDescription;
165
+ SpotInstanceRequestId?: string;
166
+ SpotPrice?: string;
167
+ State?: SpotInstanceState;
168
+ Status?: SpotInstanceStatus;
169
+ Tags?: Tag[];
170
+ Type?: SpotInstanceType;
171
+ ValidFrom?: Date;
172
+ ValidUntil?: Date;
173
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
174
+ }
175
+ export interface DescribeSpotInstanceRequestsResult {
176
+ SpotInstanceRequests?: SpotInstanceRequest[];
177
+ NextToken?: string;
178
+ }
92
179
  export interface DescribeSpotPriceHistoryRequest {
93
180
  Filters?: Filter[];
94
181
  AvailabilityZone?: string;
@@ -1582,60 +1669,21 @@ export interface GetInstanceTpmEkPubRequest {
1582
1669
  KeyFormat: EkPubKeyFormat | undefined;
1583
1670
  DryRun?: boolean;
1584
1671
  }
1585
- export interface GetInstanceTpmEkPubResult {
1586
- InstanceId?: string;
1587
- KeyType?: EkPubKeyType;
1588
- KeyFormat?: EkPubKeyFormat;
1589
- KeyValue?: string;
1590
- }
1591
- export interface GetInstanceTypesFromInstanceRequirementsRequest {
1592
- DryRun?: boolean;
1593
- ArchitectureTypes: ArchitectureType[] | undefined;
1594
- VirtualizationTypes: VirtualizationType[] | undefined;
1595
- InstanceRequirements: InstanceRequirementsRequest | undefined;
1596
- MaxResults?: number;
1597
- NextToken?: string;
1598
- }
1599
- export interface InstanceTypeInfoFromInstanceRequirements {
1600
- InstanceType?: string;
1601
- }
1602
- export interface GetInstanceTypesFromInstanceRequirementsResult {
1603
- InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
1604
- NextToken?: string;
1605
- }
1606
- export interface GetInstanceUefiDataRequest {
1607
- InstanceId: string | undefined;
1608
- DryRun?: boolean;
1609
- }
1610
- export interface GetInstanceUefiDataResult {
1611
- InstanceId?: string;
1612
- UefiData?: string;
1613
- }
1614
- export interface GetIpamAddressHistoryRequest {
1615
- DryRun?: boolean;
1616
- Cidr: string | undefined;
1617
- IpamScopeId: string | undefined;
1618
- VpcId?: string;
1619
- StartTime?: Date;
1620
- EndTime?: Date;
1621
- MaxResults?: number;
1622
- NextToken?: string;
1623
- }
1624
- export declare const IpamComplianceStatus: {
1625
- readonly compliant: "compliant";
1626
- readonly ignored: "ignored";
1627
- readonly noncompliant: "noncompliant";
1628
- readonly unmanaged: "unmanaged";
1629
- };
1630
- export type IpamComplianceStatus =
1631
- (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
1632
- export declare const IpamOverlapStatus: {
1633
- readonly ignored: "ignored";
1634
- readonly nonoverlapping: "nonoverlapping";
1635
- readonly overlapping: "overlapping";
1636
- };
1637
- export type IpamOverlapStatus =
1638
- (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
1672
+ export declare const SpotFleetRequestConfigFilterSensitiveLog: (
1673
+ obj: SpotFleetRequestConfig
1674
+ ) => any;
1675
+ export declare const DescribeSpotFleetRequestsResponseFilterSensitiveLog: (
1676
+ obj: DescribeSpotFleetRequestsResponse
1677
+ ) => any;
1678
+ export declare const LaunchSpecificationFilterSensitiveLog: (
1679
+ obj: LaunchSpecification
1680
+ ) => any;
1681
+ export declare const SpotInstanceRequestFilterSensitiveLog: (
1682
+ obj: SpotInstanceRequest
1683
+ ) => any;
1684
+ export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
1685
+ obj: DescribeSpotInstanceRequestsResult
1686
+ ) => any;
1639
1687
  export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
1640
1688
  obj: DescribeVerifiedAccessTrustProvidersResult
1641
1689
  ) => any;
@@ -1645,6 +1693,3 @@ export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
1645
1693
  export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1646
1694
  obj: DetachVerifiedAccessTrustProviderResult
1647
1695
  ) => any;
1648
- export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1649
- obj: GetInstanceTpmEkPubResult
1650
- ) => any;
@@ -8,7 +8,6 @@ import {
8
8
  Affinity,
9
9
  ApplianceModeSupportValue,
10
10
  AutoPlacement,
11
- ByoipCidr,
12
11
  DnsSupportValue,
13
12
  EnaSrdSpecification,
14
13
  EndDateType,
@@ -105,11 +104,9 @@ import {
105
104
  Filter,
106
105
  FpgaImageAttribute,
107
106
  FpgaImageAttributeName,
108
- ImportImageLicenseConfigurationResponse,
109
107
  IpamPoolCidr,
110
108
  LaunchPermission,
111
109
  PermissionGroup,
112
- SnapshotDetail,
113
110
  VirtualizationType,
114
111
  } from "./models_3";
115
112
  import {
@@ -119,6 +116,7 @@ import {
119
116
  CreateVolumePermission,
120
117
  ExcessCapacityTerminationPolicy,
121
118
  HttpTokensState,
119
+ ImportImageLicenseConfigurationResponse,
122
120
  InstanceAttributeName,
123
121
  InstanceAutoRecoveryState,
124
122
  InstanceMetadataEndpointState,
@@ -128,21 +126,75 @@ import {
128
126
  InstanceStatusEvent,
129
127
  LaunchTemplateConfig,
130
128
  LockState,
131
- Monitoring,
132
129
  ReservedInstancesConfiguration,
133
130
  SnapshotAttributeName,
131
+ SnapshotDetail,
134
132
  SnapshotTaskDetail,
135
133
  } from "./models_4";
136
134
  import {
135
+ EkPubKeyFormat,
136
+ EkPubKeyType,
137
137
  InstanceFamilyCreditSpecification,
138
- IpamComplianceStatus,
139
- IpamOverlapStatus,
140
138
  SnapshotBlockPublicAccessState,
141
139
  TransitGatewayPropagationState,
142
140
  UnlimitedSupportedInstanceFamily,
143
141
  VerifiedAccessInstanceLoggingConfiguration,
144
142
  VolumeModification,
145
143
  } from "./models_5";
144
+ export interface GetInstanceTpmEkPubResult {
145
+ InstanceId?: string;
146
+ KeyType?: EkPubKeyType;
147
+ KeyFormat?: EkPubKeyFormat;
148
+ KeyValue?: string;
149
+ }
150
+ export interface GetInstanceTypesFromInstanceRequirementsRequest {
151
+ DryRun?: boolean;
152
+ ArchitectureTypes: ArchitectureType[] | undefined;
153
+ VirtualizationTypes: VirtualizationType[] | undefined;
154
+ InstanceRequirements: InstanceRequirementsRequest | undefined;
155
+ MaxResults?: number;
156
+ NextToken?: string;
157
+ }
158
+ export interface InstanceTypeInfoFromInstanceRequirements {
159
+ InstanceType?: string;
160
+ }
161
+ export interface GetInstanceTypesFromInstanceRequirementsResult {
162
+ InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
163
+ NextToken?: string;
164
+ }
165
+ export interface GetInstanceUefiDataRequest {
166
+ InstanceId: string | undefined;
167
+ DryRun?: boolean;
168
+ }
169
+ export interface GetInstanceUefiDataResult {
170
+ InstanceId?: string;
171
+ UefiData?: string;
172
+ }
173
+ export interface GetIpamAddressHistoryRequest {
174
+ DryRun?: boolean;
175
+ Cidr: string | undefined;
176
+ IpamScopeId: string | undefined;
177
+ VpcId?: string;
178
+ StartTime?: Date;
179
+ EndTime?: Date;
180
+ MaxResults?: number;
181
+ NextToken?: string;
182
+ }
183
+ export declare const IpamComplianceStatus: {
184
+ readonly compliant: "compliant";
185
+ readonly ignored: "ignored";
186
+ readonly noncompliant: "noncompliant";
187
+ readonly unmanaged: "unmanaged";
188
+ };
189
+ export type IpamComplianceStatus =
190
+ (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
191
+ export declare const IpamOverlapStatus: {
192
+ readonly ignored: "ignored";
193
+ readonly nonoverlapping: "nonoverlapping";
194
+ readonly overlapping: "overlapping";
195
+ };
196
+ export type IpamOverlapStatus =
197
+ (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
146
198
  export declare const IpamAddressHistoryResourceType: {
147
199
  readonly eip: "eip";
148
200
  readonly instance: "instance";
@@ -280,6 +332,12 @@ export interface GetIpamDiscoveredResourceCidrsRequest {
280
332
  NextToken?: string;
281
333
  MaxResults?: number;
282
334
  }
335
+ export declare const IpamNetworkInterfaceAttachmentStatus: {
336
+ readonly available: "available";
337
+ readonly in_use: "in-use";
338
+ };
339
+ export type IpamNetworkInterfaceAttachmentStatus =
340
+ (typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
283
341
  export declare const IpamResourceType: {
284
342
  readonly eip: "eip";
285
343
  readonly eni: "eni";
@@ -300,7 +358,9 @@ export interface IpamDiscoveredResourceCidr {
300
358
  ResourceTags?: IpamResourceTag[];
301
359
  IpUsage?: number;
302
360
  VpcId?: string;
361
+ NetworkInterfaceAttachmentStatus?: IpamNetworkInterfaceAttachmentStatus;
303
362
  SampleTime?: Date;
363
+ AvailabilityZoneId?: string;
304
364
  }
305
365
  export interface GetIpamDiscoveredResourceCidrsResult {
306
366
  IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[];
@@ -364,6 +424,7 @@ export interface IpamResourceCidr {
364
424
  ManagementState?: IpamManagementState;
365
425
  OverlapStatus?: IpamOverlapStatus;
366
426
  VpcId?: string;
427
+ AvailabilityZoneId?: string;
367
428
  }
368
429
  export interface GetIpamResourceCidrsResult {
369
430
  NextToken?: string;
@@ -1854,53 +1915,9 @@ export interface MonitorInstancesRequest {
1854
1915
  InstanceIds: string[] | undefined;
1855
1916
  DryRun?: boolean;
1856
1917
  }
1857
- export interface InstanceMonitoring {
1858
- InstanceId?: string;
1859
- Monitoring?: Monitoring;
1860
- }
1861
- export interface MonitorInstancesResult {
1862
- InstanceMonitorings?: InstanceMonitoring[];
1863
- }
1864
- export interface MoveAddressToVpcRequest {
1865
- DryRun?: boolean;
1866
- PublicIp: string | undefined;
1867
- }
1868
- export declare const Status: {
1869
- readonly inClassic: "InClassic";
1870
- readonly inVpc: "InVpc";
1871
- readonly moveInProgress: "MoveInProgress";
1872
- };
1873
- export type Status = (typeof Status)[keyof typeof Status];
1874
- export interface MoveAddressToVpcResult {
1875
- AllocationId?: string;
1876
- Status?: Status;
1877
- }
1878
- export interface MoveByoipCidrToIpamRequest {
1879
- DryRun?: boolean;
1880
- Cidr: string | undefined;
1881
- IpamPoolId: string | undefined;
1882
- IpamPoolOwner: string | undefined;
1883
- }
1884
- export interface MoveByoipCidrToIpamResult {
1885
- ByoipCidr?: ByoipCidr;
1886
- }
1887
- export interface CidrAuthorizationContext {
1888
- Message: string | undefined;
1889
- Signature: string | undefined;
1890
- }
1891
- export interface ProvisionByoipCidrRequest {
1892
- Cidr: string | undefined;
1893
- CidrAuthorizationContext?: CidrAuthorizationContext;
1894
- PubliclyAdvertisable?: boolean;
1895
- Description?: string;
1896
- DryRun?: boolean;
1897
- PoolTagSpecifications?: TagSpecification[];
1898
- MultiRegion?: boolean;
1899
- NetworkBorderGroup?: string;
1900
- }
1901
- export interface ProvisionByoipCidrResult {
1902
- ByoipCidr?: ByoipCidr;
1903
- }
1918
+ export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1919
+ obj: GetInstanceTpmEkPubResult
1920
+ ) => any;
1904
1921
  export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
1905
1922
  obj: GetLaunchTemplateDataResult
1906
1923
  ) => any;