@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
@@ -58,22 +58,68 @@ import {
58
58
  InstanceMetadataTagsState,
59
59
  InstanceNetworkInterfaceSpecification,
60
60
  InstanceState,
61
+ Monitoring,
61
62
  NetworkInsightsAccessScopeAnalysis,
62
63
  NetworkInsightsAnalysis,
63
64
  PublicIpv4PoolRange,
64
- RunInstancesMonitoringEnabled,
65
65
  ScheduledInstance,
66
66
  SnapshotAttributeName,
67
67
  SpotFleetRequestConfigData,
68
- SpotInstanceRequest,
69
68
  SpotPlacement,
70
69
  } from "./models_4";
71
- import { Purchase } from "./models_5";
72
70
  import {
73
- CapacityReservationSpecification,
74
- InstanceMonitoring,
75
- Status,
76
- } from "./models_6";
71
+ Purchase,
72
+ RunInstancesMonitoringEnabled,
73
+ SpotInstanceRequest,
74
+ } from "./models_5";
75
+ import { CapacityReservationSpecification } from "./models_6";
76
+ export interface InstanceMonitoring {
77
+ InstanceId?: string;
78
+ Monitoring?: Monitoring;
79
+ }
80
+ export interface MonitorInstancesResult {
81
+ InstanceMonitorings?: InstanceMonitoring[];
82
+ }
83
+ export interface MoveAddressToVpcRequest {
84
+ DryRun?: boolean;
85
+ PublicIp: string | undefined;
86
+ }
87
+ export declare const Status: {
88
+ readonly inClassic: "InClassic";
89
+ readonly inVpc: "InVpc";
90
+ readonly moveInProgress: "MoveInProgress";
91
+ };
92
+ export type Status = (typeof Status)[keyof typeof Status];
93
+ export interface MoveAddressToVpcResult {
94
+ AllocationId?: string;
95
+ Status?: Status;
96
+ }
97
+ export interface MoveByoipCidrToIpamRequest {
98
+ DryRun?: boolean;
99
+ Cidr: string | undefined;
100
+ IpamPoolId: string | undefined;
101
+ IpamPoolOwner: string | undefined;
102
+ }
103
+ export interface MoveByoipCidrToIpamResult {
104
+ ByoipCidr?: ByoipCidr;
105
+ }
106
+ export interface CidrAuthorizationContext {
107
+ Message: string | undefined;
108
+ Signature: string | undefined;
109
+ }
110
+ export interface ProvisionByoipCidrRequest {
111
+ Cidr: string | undefined;
112
+ CidrAuthorizationContext?: CidrAuthorizationContext;
113
+ PubliclyAdvertisable?: boolean;
114
+ Description?: string;
115
+ DryRun?: boolean;
116
+ PoolTagSpecifications?: TagSpecification[];
117
+ MultiRegion?: boolean;
118
+ NetworkBorderGroup?: string;
119
+ }
120
+ export interface ProvisionByoipCidrResult {
121
+ ByoipCidr?: ByoipCidr;
122
+ }
77
123
  export interface AsnAuthorizationContext {
78
124
  Message: string | undefined;
79
125
  Signature: string | undefined;
@@ -91,6 +137,12 @@ export interface IpamCidrAuthorizationContext {
91
137
  Message?: string;
92
138
  Signature?: string;
93
139
  }
140
+ export declare const VerificationMethod: {
141
+ readonly dns_token: "dns-token";
142
+ readonly remarks_x509: "remarks-x509";
143
+ };
144
+ export type VerificationMethod =
145
+ (typeof VerificationMethod)[keyof typeof VerificationMethod];
94
146
  export interface ProvisionIpamPoolCidrRequest {
95
147
  DryRun?: boolean;
96
148
  IpamPoolId: string | undefined;
@@ -98,6 +150,8 @@ export interface ProvisionIpamPoolCidrRequest {
98
150
  CidrAuthorizationContext?: IpamCidrAuthorizationContext;
99
151
  NetmaskLength?: number;
100
152
  ClientToken?: string;
153
+ VerificationMethod?: VerificationMethod;
154
+ IpamExternalResourceVerificationTokenId?: string;
101
155
  }
102
156
  export interface ProvisionIpamPoolCidrResult {
103
157
  IpamPoolCidr?: IpamPoolCidr;
@@ -107,6 +161,7 @@ export interface ProvisionPublicIpv4PoolCidrRequest {
107
161
  IpamPoolId: string | undefined;
108
162
  PoolId: string | undefined;
109
163
  NetmaskLength: number | undefined;
164
+ NetworkBorderGroup?: string;
110
165
  }
111
166
  export interface ProvisionPublicIpv4PoolCidrResult {
112
167
  PoolId?: string;
@@ -307,6 +307,10 @@ import {
307
307
  CreateIpamCommandInput,
308
308
  CreateIpamCommandOutput,
309
309
  } from "../commands/CreateIpamCommand";
310
+ import {
311
+ CreateIpamExternalResourceVerificationTokenCommandInput,
312
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
313
+ } from "../commands/CreateIpamExternalResourceVerificationTokenCommand";
310
314
  import {
311
315
  CreateIpamPoolCommandInput,
312
316
  CreateIpamPoolCommandOutput,
@@ -611,6 +615,10 @@ import {
611
615
  DeleteIpamCommandInput,
612
616
  DeleteIpamCommandOutput,
613
617
  } from "../commands/DeleteIpamCommand";
618
+ import {
619
+ DeleteIpamExternalResourceVerificationTokenCommandInput,
620
+ DeleteIpamExternalResourceVerificationTokenCommandOutput,
621
+ } from "../commands/DeleteIpamExternalResourceVerificationTokenCommand";
614
622
  import {
615
623
  DeleteIpamPoolCommandInput,
616
624
  DeleteIpamPoolCommandOutput,
@@ -1107,6 +1115,10 @@ import {
1107
1115
  DescribeIpamByoasnCommandInput,
1108
1116
  DescribeIpamByoasnCommandOutput,
1109
1117
  } from "../commands/DescribeIpamByoasnCommand";
1118
+ import {
1119
+ DescribeIpamExternalResourceVerificationTokensCommandInput,
1120
+ DescribeIpamExternalResourceVerificationTokensCommandOutput,
1121
+ } from "../commands/DescribeIpamExternalResourceVerificationTokensCommand";
1110
1122
  import {
1111
1123
  DescribeIpamPoolsCommandInput,
1112
1124
  DescribeIpamPoolsCommandOutput,
@@ -2795,6 +2807,10 @@ export declare const se_CreateIpamCommand: (
2795
2807
  input: CreateIpamCommandInput,
2796
2808
  context: __SerdeContext
2797
2809
  ) => Promise<__HttpRequest>;
2810
+ export declare const se_CreateIpamExternalResourceVerificationTokenCommand: (
2811
+ input: CreateIpamExternalResourceVerificationTokenCommandInput,
2812
+ context: __SerdeContext
2813
+ ) => Promise<__HttpRequest>;
2798
2814
  export declare const se_CreateIpamPoolCommand: (
2799
2815
  input: CreateIpamPoolCommandInput,
2800
2816
  context: __SerdeContext
@@ -3099,6 +3115,10 @@ export declare const se_DeleteIpamCommand: (
3099
3115
  input: DeleteIpamCommandInput,
3100
3116
  context: __SerdeContext
3101
3117
  ) => Promise<__HttpRequest>;
3118
+ export declare const se_DeleteIpamExternalResourceVerificationTokenCommand: (
3119
+ input: DeleteIpamExternalResourceVerificationTokenCommandInput,
3120
+ context: __SerdeContext
3121
+ ) => Promise<__HttpRequest>;
3102
3122
  export declare const se_DeleteIpamPoolCommand: (
3103
3123
  input: DeleteIpamPoolCommandInput,
3104
3124
  context: __SerdeContext
@@ -3595,6 +3615,10 @@ export declare const se_DescribeIpamByoasnCommand: (
3595
3615
  input: DescribeIpamByoasnCommandInput,
3596
3616
  context: __SerdeContext
3597
3617
  ) => Promise<__HttpRequest>;
3618
+ export declare const se_DescribeIpamExternalResourceVerificationTokensCommand: (
3619
+ input: DescribeIpamExternalResourceVerificationTokensCommandInput,
3620
+ context: __SerdeContext
3621
+ ) => Promise<__HttpRequest>;
3598
3622
  export declare const se_DescribeIpamPoolsCommand: (
3599
3623
  input: DescribeIpamPoolsCommandInput,
3600
3624
  context: __SerdeContext
@@ -5283,6 +5307,10 @@ export declare const de_CreateIpamCommand: (
5283
5307
  output: __HttpResponse,
5284
5308
  context: __SerdeContext
5285
5309
  ) => Promise<CreateIpamCommandOutput>;
5310
+ export declare const de_CreateIpamExternalResourceVerificationTokenCommand: (
5311
+ output: __HttpResponse,
5312
+ context: __SerdeContext
5313
+ ) => Promise<CreateIpamExternalResourceVerificationTokenCommandOutput>;
5286
5314
  export declare const de_CreateIpamPoolCommand: (
5287
5315
  output: __HttpResponse,
5288
5316
  context: __SerdeContext
@@ -5587,6 +5615,10 @@ export declare const de_DeleteIpamCommand: (
5587
5615
  output: __HttpResponse,
5588
5616
  context: __SerdeContext
5589
5617
  ) => Promise<DeleteIpamCommandOutput>;
5618
+ export declare const de_DeleteIpamExternalResourceVerificationTokenCommand: (
5619
+ output: __HttpResponse,
5620
+ context: __SerdeContext
5621
+ ) => Promise<DeleteIpamExternalResourceVerificationTokenCommandOutput>;
5590
5622
  export declare const de_DeleteIpamPoolCommand: (
5591
5623
  output: __HttpResponse,
5592
5624
  context: __SerdeContext
@@ -6083,6 +6115,10 @@ export declare const de_DescribeIpamByoasnCommand: (
6083
6115
  output: __HttpResponse,
6084
6116
  context: __SerdeContext
6085
6117
  ) => Promise<DescribeIpamByoasnCommandOutput>;
6118
+ export declare const de_DescribeIpamExternalResourceVerificationTokensCommand: (
6119
+ output: __HttpResponse,
6120
+ context: __SerdeContext
6121
+ ) => Promise<DescribeIpamExternalResourceVerificationTokensCommandOutput>;
6086
6122
  export declare const de_DescribeIpamPoolsCommand: (
6087
6123
  output: __HttpResponse,
6088
6124
  context: __SerdeContext
@@ -56,11 +56,11 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
56
56
  }
57
57
  ) => import("@smithy/types").EndpointV2;
58
58
  tls?: boolean | undefined;
59
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
59
60
  retryStrategy?:
60
61
  | import("@smithy/types").RetryStrategy
61
62
  | import("@smithy/types").RetryStrategyV2
62
63
  | undefined;
63
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
64
64
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
65
65
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
66
66
  credentials?:
@@ -60,11 +60,11 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
60
60
  }
61
61
  ) => import("@smithy/types").EndpointV2;
62
62
  tls?: boolean | undefined;
63
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
63
64
  retryStrategy?:
64
65
  | import("@smithy/types").RetryStrategy
65
66
  | import("@smithy/types").RetryStrategyV2
66
67
  | undefined;
67
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
68
68
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
69
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
70
70
  credentials?:
@@ -50,11 +50,11 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
50
50
  }
51
51
  ) => import("@smithy/types").EndpointV2;
52
52
  tls?: boolean | undefined;
53
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
53
54
  retryStrategy?:
54
55
  | import("@smithy/types").RetryStrategy
55
56
  | import("@smithy/types").RetryStrategyV2
56
57
  | undefined;
57
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
58
58
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
59
59
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
60
60
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.613.0",
4
+ "version": "3.616.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -20,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.613.0",
24
- "@aws-sdk/client-sts": "3.613.0",
25
- "@aws-sdk/core": "3.609.0",
26
- "@aws-sdk/credential-provider-node": "3.613.0",
27
- "@aws-sdk/middleware-host-header": "3.609.0",
23
+ "@aws-sdk/client-sso-oidc": "3.616.0",
24
+ "@aws-sdk/client-sts": "3.616.0",
25
+ "@aws-sdk/core": "3.616.0",
26
+ "@aws-sdk/credential-provider-node": "3.616.0",
27
+ "@aws-sdk/middleware-host-header": "3.616.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
- "@aws-sdk/middleware-sdk-ec2": "3.609.0",
31
- "@aws-sdk/middleware-user-agent": "3.609.0",
32
- "@aws-sdk/region-config-resolver": "3.609.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.616.0",
30
+ "@aws-sdk/middleware-sdk-ec2": "3.616.0",
31
+ "@aws-sdk/middleware-user-agent": "3.616.0",
32
+ "@aws-sdk/region-config-resolver": "3.614.0",
33
33
  "@aws-sdk/types": "3.609.0",
34
- "@aws-sdk/util-endpoints": "3.609.0",
34
+ "@aws-sdk/util-endpoints": "3.614.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.609.0",
36
- "@aws-sdk/util-user-agent-node": "3.609.0",
37
- "@smithy/config-resolver": "^3.0.4",
38
- "@smithy/core": "^2.2.4",
39
- "@smithy/fetch-http-handler": "^3.2.0",
36
+ "@aws-sdk/util-user-agent-node": "3.614.0",
37
+ "@smithy/config-resolver": "^3.0.5",
38
+ "@smithy/core": "^2.2.7",
39
+ "@smithy/fetch-http-handler": "^3.2.2",
40
40
  "@smithy/hash-node": "^3.0.3",
41
41
  "@smithy/invalid-dependency": "^3.0.3",
42
- "@smithy/middleware-content-length": "^3.0.3",
43
- "@smithy/middleware-endpoint": "^3.0.4",
44
- "@smithy/middleware-retry": "^3.0.7",
42
+ "@smithy/middleware-content-length": "^3.0.4",
43
+ "@smithy/middleware-endpoint": "^3.0.5",
44
+ "@smithy/middleware-retry": "^3.0.10",
45
45
  "@smithy/middleware-serde": "^3.0.3",
46
46
  "@smithy/middleware-stack": "^3.0.3",
47
- "@smithy/node-config-provider": "^3.1.3",
48
- "@smithy/node-http-handler": "^3.1.1",
49
- "@smithy/protocol-http": "^4.0.3",
50
- "@smithy/smithy-client": "^3.1.5",
47
+ "@smithy/node-config-provider": "^3.1.4",
48
+ "@smithy/node-http-handler": "^3.1.3",
49
+ "@smithy/protocol-http": "^4.0.4",
50
+ "@smithy/smithy-client": "^3.1.8",
51
51
  "@smithy/types": "^3.3.0",
52
52
  "@smithy/url-parser": "^3.0.3",
53
53
  "@smithy/util-base64": "^3.0.0",
54
54
  "@smithy/util-body-length-browser": "^3.0.0",
55
55
  "@smithy/util-body-length-node": "^3.0.0",
56
- "@smithy/util-defaults-mode-browser": "^3.0.7",
57
- "@smithy/util-defaults-mode-node": "^3.0.7",
58
- "@smithy/util-endpoints": "^2.0.4",
56
+ "@smithy/util-defaults-mode-browser": "^3.0.10",
57
+ "@smithy/util-defaults-mode-node": "^3.0.10",
58
+ "@smithy/util-endpoints": "^2.0.5",
59
59
  "@smithy/util-middleware": "^3.0.3",
60
60
  "@smithy/util-retry": "^3.0.3",
61
61
  "@smithy/util-utf8": "^3.0.0",