@aws-sdk/client-ec2 3.614.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 (183) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +751 -446
  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 +17 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +231 -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 +1 -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/DescribeImagesCommand.d.ts +2 -1
  105. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  107. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  109. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  110. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  113. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  114. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  115. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  116. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  117. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  118. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  119. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  120. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  121. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  122. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  123. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  124. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  125. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  126. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -3
  127. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  128. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  129. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  130. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  131. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  132. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  133. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  134. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  135. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +3 -0
  137. package/dist-types/models/models_0.d.ts +1 -0
  138. package/dist-types/models/models_1.d.ts +161 -150
  139. package/dist-types/models/models_2.d.ts +174 -95
  140. package/dist-types/models/models_3.d.ts +95 -258
  141. package/dist-types/models/models_4.d.ts +400 -602
  142. package/dist-types/models/models_5.d.ts +576 -200
  143. package/dist-types/models/models_6.d.ts +205 -195
  144. package/dist-types/models/models_7.d.ts +218 -4
  145. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  146. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  147. package/dist-types/runtimeConfig.d.ts +1 -1
  148. package/dist-types/runtimeConfig.native.d.ts +1 -1
  149. package/dist-types/ts3.4/EC2.d.ts +70 -0
  150. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  151. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  152. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  153. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  154. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  158. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  166. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  167. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  171. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  172. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  173. package/dist-types/ts3.4/models/models_2.d.ts +55 -32
  174. package/dist-types/ts3.4/models/models_3.d.ts +29 -63
  175. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  176. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  177. package/dist-types/ts3.4/models/models_6.d.ts +61 -50
  178. package/dist-types/ts3.4/models/models_7.d.ts +58 -7
  179. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  180. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  181. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  182. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  183. package/package.json +18 -18
@@ -74,6 +74,7 @@ export * from "./CreateInstanceEventWindowCommand";
74
74
  export * from "./CreateInstanceExportTaskCommand";
75
75
  export * from "./CreateInternetGatewayCommand";
76
76
  export * from "./CreateIpamCommand";
77
+ export * from "./CreateIpamExternalResourceVerificationTokenCommand";
77
78
  export * from "./CreateIpamPoolCommand";
78
79
  export * from "./CreateIpamResourceDiscoveryCommand";
79
80
  export * from "./CreateIpamScopeCommand";
@@ -150,6 +151,7 @@ export * from "./DeleteInstanceConnectEndpointCommand";
150
151
  export * from "./DeleteInstanceEventWindowCommand";
151
152
  export * from "./DeleteInternetGatewayCommand";
152
153
  export * from "./DeleteIpamCommand";
154
+ export * from "./DeleteIpamExternalResourceVerificationTokenCommand";
153
155
  export * from "./DeleteIpamPoolCommand";
154
156
  export * from "./DeleteIpamResourceDiscoveryCommand";
155
157
  export * from "./DeleteIpamScopeCommand";
@@ -274,6 +276,7 @@ export * from "./DescribeInstanceTypesCommand";
274
276
  export * from "./DescribeInstancesCommand";
275
277
  export * from "./DescribeInternetGatewaysCommand";
276
278
  export * from "./DescribeIpamByoasnCommand";
279
+ export * from "./DescribeIpamExternalResourceVerificationTokensCommand";
277
280
  export * from "./DescribeIpamPoolsCommand";
278
281
  export * from "./DescribeIpamResourceDiscoveriesCommand";
279
282
  export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
@@ -71,6 +71,7 @@ export declare const ResourceType: {
71
71
  readonly instance_event_window: "instance-event-window";
72
72
  readonly internet_gateway: "internet-gateway";
73
73
  readonly ipam: "ipam";
74
+ readonly ipam_external_resource_verification_token: "ipam-external-resource-verification-token";
74
75
  readonly ipam_pool: "ipam-pool";
75
76
  readonly ipam_resource_discovery: "ipam-resource-discovery";
76
77
  readonly ipam_resource_discovery_association: "ipam-resource-discovery-association";
@@ -966,6 +966,43 @@ export interface Ipam {
966
966
  export interface CreateIpamResult {
967
967
  Ipam?: Ipam;
968
968
  }
969
+ export interface CreateIpamExternalResourceVerificationTokenRequest {
970
+ DryRun?: boolean;
971
+ IpamId: string | undefined;
972
+ TagSpecifications?: TagSpecification[];
973
+ ClientToken?: string;
974
+ }
975
+ export declare const IpamExternalResourceVerificationTokenState: {
976
+ readonly CREATE_COMPLETE: "create-complete";
977
+ readonly CREATE_FAILED: "create-failed";
978
+ readonly CREATE_IN_PROGRESS: "create-in-progress";
979
+ readonly DELETE_COMPLETE: "delete-complete";
980
+ readonly DELETE_FAILED: "delete-failed";
981
+ readonly DELETE_IN_PROGRESS: "delete-in-progress";
982
+ };
983
+ export type IpamExternalResourceVerificationTokenState =
984
+ (typeof IpamExternalResourceVerificationTokenState)[keyof typeof IpamExternalResourceVerificationTokenState];
985
+ export declare const TokenState: {
986
+ readonly expired: "expired";
987
+ readonly valid: "valid";
988
+ };
989
+ export type TokenState = (typeof TokenState)[keyof typeof TokenState];
990
+ export interface IpamExternalResourceVerificationToken {
991
+ IpamExternalResourceVerificationTokenId?: string;
992
+ IpamExternalResourceVerificationTokenArn?: string;
993
+ IpamId?: string;
994
+ IpamArn?: string;
995
+ IpamRegion?: string;
996
+ TokenValue?: string;
997
+ TokenName?: string;
998
+ NotAfter?: Date;
999
+ Status?: TokenState;
1000
+ Tags?: Tag[];
1001
+ State?: IpamExternalResourceVerificationTokenState;
1002
+ }
1003
+ export interface CreateIpamExternalResourceVerificationTokenResult {
1004
+ IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken;
1005
+ }
969
1006
  export interface RequestIpamResourceTag {
970
1007
  Key?: string;
971
1008
  Value?: string;
@@ -2016,51 +2053,6 @@ export interface NetworkInterfaceAssociation {
2016
2053
  export interface AttachmentEnaSrdUdpSpecification {
2017
2054
  EnaSrdUdpEnabled?: boolean;
2018
2055
  }
2019
- export interface AttachmentEnaSrdSpecification {
2020
- EnaSrdEnabled?: boolean;
2021
- EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
2022
- }
2023
- export interface NetworkInterfaceAttachment {
2024
- AttachTime?: Date;
2025
- AttachmentId?: string;
2026
- DeleteOnTermination?: boolean;
2027
- DeviceIndex?: number;
2028
- NetworkCardIndex?: number;
2029
- InstanceId?: string;
2030
- InstanceOwnerId?: string;
2031
- Status?: AttachmentStatus;
2032
- EnaSrdSpecification?: AttachmentEnaSrdSpecification;
2033
- }
2034
- export interface ConnectionTrackingConfiguration {
2035
- TcpEstablishedTimeout?: number;
2036
- UdpStreamTimeout?: number;
2037
- UdpTimeout?: number;
2038
- }
2039
- export interface GroupIdentifier {
2040
- GroupName?: string;
2041
- GroupId?: string;
2042
- }
2043
- export declare const NetworkInterfaceType: {
2044
- readonly api_gateway_managed: "api_gateway_managed";
2045
- readonly aws_codestar_connections_managed: "aws_codestar_connections_managed";
2046
- readonly branch: "branch";
2047
- readonly efa: "efa";
2048
- readonly gateway_load_balancer: "gateway_load_balancer";
2049
- readonly gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint";
2050
- readonly global_accelerator_managed: "global_accelerator_managed";
2051
- readonly interface: "interface";
2052
- readonly iot_rules_managed: "iot_rules_managed";
2053
- readonly lambda: "lambda";
2054
- readonly load_balancer: "load_balancer";
2055
- readonly natGateway: "natGateway";
2056
- readonly network_load_balancer: "network_load_balancer";
2057
- readonly quicksight: "quicksight";
2058
- readonly transit_gateway: "transit_gateway";
2059
- readonly trunk: "trunk";
2060
- readonly vpc_endpoint: "vpc_endpoint";
2061
- };
2062
- export type NetworkInterfaceType =
2063
- (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
2064
2056
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2065
2057
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2066
2058
  obj: RequestLaunchTemplateData
@@ -1,5 +1,6 @@
1
1
  import {
2
2
  ApplianceModeSupportValue,
3
+ AttachmentStatus,
3
4
  CurrencyCodeValues,
4
5
  DeviceTrustProviderType,
5
6
  DnsSupportValue,
@@ -27,33 +28,72 @@ import {
27
28
  VpcPeeringConnection,
28
29
  } from "./models_0";
29
30
  import {
31
+ AttachmentEnaSrdUdpSpecification,
30
32
  CarrierGateway,
31
33
  ClientVpnEndpointStatus,
32
34
  ClientVpnRouteStatus,
33
35
  CoipCidr,
34
36
  CoipPool,
35
- ConnectionTrackingConfiguration,
36
37
  Ec2InstanceConnectEndpoint,
37
38
  GatewayType,
38
- GroupIdentifier,
39
39
  Ipam,
40
+ IpamExternalResourceVerificationToken,
40
41
  IpamPool,
41
42
  IpamResourceDiscovery,
42
43
  IpamScope,
43
44
  LaunchTemplate,
44
45
  LocalGatewayRoute,
45
- LocalGatewayRouteTable,
46
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
47
- LocalGatewayRouteTableVpcAssociation,
48
- ManagedPrefixList,
49
46
  NetworkInterfaceAssociation,
50
- NetworkInterfaceAttachment,
51
- NetworkInterfaceType,
52
47
  Subnet,
53
48
  Tenancy,
54
49
  VolumeType,
55
50
  Vpc,
56
51
  } from "./models_1";
52
+ export interface AttachmentEnaSrdSpecification {
53
+ EnaSrdEnabled?: boolean;
54
+ EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
55
+ }
56
+ export interface NetworkInterfaceAttachment {
57
+ AttachTime?: Date;
58
+ AttachmentId?: string;
59
+ DeleteOnTermination?: boolean;
60
+ DeviceIndex?: number;
61
+ NetworkCardIndex?: number;
62
+ InstanceId?: string;
63
+ InstanceOwnerId?: string;
64
+ Status?: AttachmentStatus;
65
+ EnaSrdSpecification?: AttachmentEnaSrdSpecification;
66
+ }
67
+ export interface ConnectionTrackingConfiguration {
68
+ TcpEstablishedTimeout?: number;
69
+ UdpStreamTimeout?: number;
70
+ UdpTimeout?: number;
71
+ }
72
+ export interface GroupIdentifier {
73
+ GroupName?: string;
74
+ GroupId?: string;
75
+ }
76
+ export declare const NetworkInterfaceType: {
77
+ readonly api_gateway_managed: "api_gateway_managed";
78
+ readonly aws_codestar_connections_managed: "aws_codestar_connections_managed";
79
+ readonly branch: "branch";
80
+ readonly efa: "efa";
81
+ readonly gateway_load_balancer: "gateway_load_balancer";
82
+ readonly gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint";
83
+ readonly global_accelerator_managed: "global_accelerator_managed";
84
+ readonly interface: "interface";
85
+ readonly iot_rules_managed: "iot_rules_managed";
86
+ readonly lambda: "lambda";
87
+ readonly load_balancer: "load_balancer";
88
+ readonly natGateway: "natGateway";
89
+ readonly network_load_balancer: "network_load_balancer";
90
+ readonly quicksight: "quicksight";
91
+ readonly transit_gateway: "transit_gateway";
92
+ readonly trunk: "trunk";
93
+ readonly vpc_endpoint: "vpc_endpoint";
94
+ };
95
+ export type NetworkInterfaceType =
96
+ (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
57
97
  export interface NetworkInterfaceIpv6Address {
58
98
  Ipv6Address?: string;
59
99
  IsPrimaryIpv6?: boolean;
@@ -1841,6 +1881,13 @@ export interface DeleteIpamRequest {
1841
1881
  export interface DeleteIpamResult {
1842
1882
  Ipam?: Ipam;
1843
1883
  }
1884
+ export interface DeleteIpamExternalResourceVerificationTokenRequest {
1885
+ DryRun?: boolean;
1886
+ IpamExternalResourceVerificationTokenId: string | undefined;
1887
+ }
1888
+ export interface DeleteIpamExternalResourceVerificationTokenResult {
1889
+ IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken;
1890
+ }
1844
1891
  export interface DeleteIpamPoolRequest {
1845
1892
  DryRun?: boolean;
1846
1893
  IpamPoolId: string | undefined;
@@ -1928,30 +1975,6 @@ export interface DeleteLocalGatewayRouteTableRequest {
1928
1975
  LocalGatewayRouteTableId: string | undefined;
1929
1976
  DryRun?: boolean;
1930
1977
  }
1931
- export interface DeleteLocalGatewayRouteTableResult {
1932
- LocalGatewayRouteTable?: LocalGatewayRouteTable;
1933
- }
1934
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
1935
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
1936
- DryRun?: boolean;
1937
- }
1938
- export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
1939
- LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
1940
- }
1941
- export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
1942
- LocalGatewayRouteTableVpcAssociationId: string | undefined;
1943
- DryRun?: boolean;
1944
- }
1945
- export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
1946
- LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
1947
- }
1948
- export interface DeleteManagedPrefixListRequest {
1949
- DryRun?: boolean;
1950
- PrefixListId: string | undefined;
1951
- }
1952
- export interface DeleteManagedPrefixListResult {
1953
- PrefixList?: ManagedPrefixList;
1954
- }
1955
1978
  export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1956
1979
  obj: CreateVerifiedAccessTrustProviderOidcOptions
1957
1980
  ) => any;
@@ -53,10 +53,13 @@ import {
53
53
  FleetOnDemandAllocationStrategy,
54
54
  FleetReplacementStrategy,
55
55
  FleetType,
56
- GroupIdentifier,
57
56
  InstanceLifecycle,
58
57
  LaunchTemplateAndOverridesResponse,
58
+ LocalGatewayRouteTable,
59
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
60
+ LocalGatewayRouteTableVpcAssociation,
59
61
  LogDestinationType,
62
+ ManagedPrefixList,
60
63
  PlatformValues,
61
64
  SpotAllocationStrategy,
62
65
  SpotInstanceInterruptionBehavior,
@@ -67,6 +70,7 @@ import {
67
70
  } from "./models_1";
68
71
  import {
69
72
  FleetStateCode,
73
+ GroupIdentifier,
70
74
  SubnetCidrReservation,
71
75
  TransitGateway,
72
76
  TransitGatewayConnect,
@@ -80,6 +84,30 @@ import {
80
84
  VerifiedAccessEndpoint,
81
85
  VerifiedAccessGroup,
82
86
  } from "./models_2";
87
+ export interface DeleteLocalGatewayRouteTableResult {
88
+ LocalGatewayRouteTable?: LocalGatewayRouteTable;
89
+ }
90
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
91
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociationId: string | undefined;
92
+ DryRun?: boolean;
93
+ }
94
+ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
95
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
96
+ }
97
+ export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
98
+ LocalGatewayRouteTableVpcAssociationId: string | undefined;
99
+ DryRun?: boolean;
100
+ }
101
+ export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
102
+ LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
103
+ }
104
+ export interface DeleteManagedPrefixListRequest {
105
+ DryRun?: boolean;
106
+ PrefixListId: string | undefined;
107
+ }
108
+ export interface DeleteManagedPrefixListResult {
109
+ PrefixList?: ManagedPrefixList;
110
+ }
83
111
  export interface DeleteNatGatewayRequest {
84
112
  DryRun?: boolean;
85
113
  NatGatewayId: string | undefined;
@@ -1738,59 +1766,6 @@ export interface Image {
1738
1766
  DeregistrationProtection?: string;
1739
1767
  LastLaunchedTime?: string;
1740
1768
  }
1741
- export interface DescribeImagesResult {
1742
- Images?: Image[];
1743
- NextToken?: string;
1744
- }
1745
- export interface DescribeImportImageTasksRequest {
1746
- DryRun?: boolean;
1747
- Filters?: Filter[];
1748
- ImportTaskIds?: string[];
1749
- MaxResults?: number;
1750
- NextToken?: string;
1751
- }
1752
- export interface ImportImageLicenseConfigurationResponse {
1753
- LicenseConfigurationArn?: string;
1754
- }
1755
- export interface UserBucketDetails {
1756
- S3Bucket?: string;
1757
- S3Key?: string;
1758
- }
1759
- export interface SnapshotDetail {
1760
- Description?: string;
1761
- DeviceName?: string;
1762
- DiskImageSize?: number;
1763
- Format?: string;
1764
- Progress?: string;
1765
- SnapshotId?: string;
1766
- Status?: string;
1767
- StatusMessage?: string;
1768
- Url?: string;
1769
- UserBucket?: UserBucketDetails;
1770
- }
1771
- export interface ImportImageTask {
1772
- Architecture?: string;
1773
- Description?: string;
1774
- Encrypted?: boolean;
1775
- Hypervisor?: string;
1776
- ImageId?: string;
1777
- ImportTaskId?: string;
1778
- KmsKeyId?: string;
1779
- LicenseType?: string;
1780
- Platform?: string;
1781
- Progress?: string;
1782
- SnapshotDetails?: SnapshotDetail[];
1783
- Status?: string;
1784
- StatusMessage?: string;
1785
- Tags?: Tag[];
1786
- LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
1787
- UsageOperation?: string;
1788
- BootMode?: BootModeValues;
1789
- }
1790
- export interface DescribeImportImageTasksResult {
1791
- ImportImageTasks?: ImportImageTask[];
1792
- NextToken?: string;
1793
- }
1794
1769
  export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1795
1770
  obj: DeleteVerifiedAccessTrustProviderResult
1796
1771
  ) => any;
@@ -1815,12 +1790,3 @@ export declare const ConversionTaskFilterSensitiveLog: (
1815
1790
  export declare const DescribeConversionTasksResultFilterSensitiveLog: (
1816
1791
  obj: DescribeConversionTasksResult
1817
1792
  ) => any;
1818
- export declare const SnapshotDetailFilterSensitiveLog: (
1819
- obj: SnapshotDetail
1820
- ) => any;
1821
- export declare const ImportImageTaskFilterSensitiveLog: (
1822
- obj: ImportImageTask
1823
- ) => any;
1824
- export declare const DescribeImportImageTasksResultFilterSensitiveLog: (
1825
- obj: DescribeImportImageTasksResult
1826
- ) => any;
@@ -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;