@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
@@ -2,9 +2,211 @@ import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, Capac
2
2
  import { AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
3
  import { SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
4
4
  import { ArchitectureValues, BootModeValues, Byoasn, ClientVpnConnectionStatus, Filter, ImdsSupportValues, InstanceTagNotificationAttribute, IpamPoolCidr, TpmSupportValues } from "./models_3";
5
- import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
- import { Purchase } from "./models_5";
7
- import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_6";
5
+ import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotPlacement } from "./models_4";
6
+ import { Purchase, RunInstancesMonitoringEnabled, SpotInstanceRequest } from "./models_5";
7
+ import { CapacityReservationSpecification } from "./models_6";
8
+ /**
9
+ * <p>Describes the monitoring of an instance.</p>
10
+ * @public
11
+ */
12
+ export interface InstanceMonitoring {
13
+ /**
14
+ * <p>The ID of the instance.</p>
15
+ * @public
16
+ */
17
+ InstanceId?: string;
18
+ /**
19
+ * <p>The monitoring for the instance.</p>
20
+ * @public
21
+ */
22
+ Monitoring?: Monitoring;
23
+ }
24
+ /**
25
+ * @public
26
+ */
27
+ export interface MonitorInstancesResult {
28
+ /**
29
+ * <p>The monitoring information.</p>
30
+ * @public
31
+ */
32
+ InstanceMonitorings?: InstanceMonitoring[];
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface MoveAddressToVpcRequest {
38
+ /**
39
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
40
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
41
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
42
+ * @public
43
+ */
44
+ DryRun?: boolean;
45
+ /**
46
+ * <p>The Elastic IP address.</p>
47
+ * @public
48
+ */
49
+ PublicIp: string | undefined;
50
+ }
51
+ /**
52
+ * @public
53
+ * @enum
54
+ */
55
+ export declare const Status: {
56
+ readonly inClassic: "InClassic";
57
+ readonly inVpc: "InVpc";
58
+ readonly moveInProgress: "MoveInProgress";
59
+ };
60
+ /**
61
+ * @public
62
+ */
63
+ export type Status = (typeof Status)[keyof typeof Status];
64
+ /**
65
+ * @public
66
+ */
67
+ export interface MoveAddressToVpcResult {
68
+ /**
69
+ * <p>The allocation ID for the Elastic IP address.</p>
70
+ * @public
71
+ */
72
+ AllocationId?: string;
73
+ /**
74
+ * <p>The status of the move of the IP address.</p>
75
+ * @public
76
+ */
77
+ Status?: Status;
78
+ }
79
+ /**
80
+ * @public
81
+ */
82
+ export interface MoveByoipCidrToIpamRequest {
83
+ /**
84
+ * <p>A check for whether you have the required permissions for the action without actually making the request
85
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
86
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
87
+ * @public
88
+ */
89
+ DryRun?: boolean;
90
+ /**
91
+ * <p>The BYOIP CIDR.</p>
92
+ * @public
93
+ */
94
+ Cidr: string | undefined;
95
+ /**
96
+ * <p>The IPAM pool ID.</p>
97
+ * @public
98
+ */
99
+ IpamPoolId: string | undefined;
100
+ /**
101
+ * <p>The Amazon Web Services account ID of the owner of the IPAM pool.</p>
102
+ * @public
103
+ */
104
+ IpamPoolOwner: string | undefined;
105
+ }
106
+ /**
107
+ * @public
108
+ */
109
+ export interface MoveByoipCidrToIpamResult {
110
+ /**
111
+ * <p>The BYOIP CIDR.</p>
112
+ * @public
113
+ */
114
+ ByoipCidr?: ByoipCidr;
115
+ }
116
+ /**
117
+ * <p>Provides authorization for Amazon to bring a specific IP address range to a specific
118
+ * Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip">Configuring your BYOIP address range</a> in the <i>Amazon EC2 User Guide</i>.</p>
119
+ * @public
120
+ */
121
+ export interface CidrAuthorizationContext {
122
+ /**
123
+ * <p>The plain-text authorization message for the prefix and account.</p>
124
+ * @public
125
+ */
126
+ Message: string | undefined;
127
+ /**
128
+ * <p>The signed authorization message for the prefix and account.</p>
129
+ * @public
130
+ */
131
+ Signature: string | undefined;
132
+ }
133
+ /**
134
+ * @public
135
+ */
136
+ export interface ProvisionByoipCidrRequest {
137
+ /**
138
+ * <p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can
139
+ * specify is /24. The most specific IPv6 address range that you can bring is /48 for CIDRs that are publicly advertisable and /56 for CIDRs that are not publicly advertisable. The address range cannot overlap with another address range that you've
140
+ * brought to this or another Region.</p>
141
+ * @public
142
+ */
143
+ Cidr: string | undefined;
144
+ /**
145
+ * <p>A signed document that proves that you are authorized to bring the specified IP address
146
+ * range to Amazon using BYOIP.</p>
147
+ * @public
148
+ */
149
+ CidrAuthorizationContext?: CidrAuthorizationContext;
150
+ /**
151
+ * <p>(IPv6 only) Indicate whether the address range will be publicly advertised to the
152
+ * internet.</p>
153
+ * <p>Default: true</p>
154
+ * @public
155
+ */
156
+ PubliclyAdvertisable?: boolean;
157
+ /**
158
+ * <p>A description for the address range and the address pool.</p>
159
+ * @public
160
+ */
161
+ Description?: string;
162
+ /**
163
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
164
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
165
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
166
+ * @public
167
+ */
168
+ DryRun?: boolean;
169
+ /**
170
+ * <p>The tags to apply to the address pool.</p>
171
+ * @public
172
+ */
173
+ PoolTagSpecifications?: TagSpecification[];
174
+ /**
175
+ * <p>Reserved.</p>
176
+ * @public
177
+ */
178
+ MultiRegion?: boolean;
179
+ /**
180
+ * <p>If you have <a href="https://docs.aws.amazon.com/local-zones/latest/ug/how-local-zones-work.html">Local Zones</a> enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.</p>
181
+ * <p>You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:</p>
182
+ * <ul>
183
+ * <li>
184
+ * <p>us-east-1-dfw-2</p>
185
+ * </li>
186
+ * <li>
187
+ * <p>us-west-2-lax-1</p>
188
+ * </li>
189
+ * <li>
190
+ * <p>us-west-2-phx-2</p>
191
+ * </li>
192
+ * </ul>
193
+ * <note>
194
+ * <p>You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.</p>
195
+ * </note>
196
+ * @public
197
+ */
198
+ NetworkBorderGroup?: string;
199
+ }
200
+ /**
201
+ * @public
202
+ */
203
+ export interface ProvisionByoipCidrResult {
204
+ /**
205
+ * <p>Information about the address range.</p>
206
+ * @public
207
+ */
208
+ ByoipCidr?: ByoipCidr;
209
+ }
8
210
  /**
9
211
  * <p>Provides authorization for Amazon to bring an Autonomous System Number (ASN) to a specific Amazon Web Services account using bring your own ASN (BYOASN).
10
212
  * For details on the format of the message and signature, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>.</p>
@@ -75,6 +277,18 @@ export interface IpamCidrAuthorizationContext {
75
277
  */
76
278
  Signature?: string;
77
279
  }
280
+ /**
281
+ * @public
282
+ * @enum
283
+ */
284
+ export declare const VerificationMethod: {
285
+ readonly dns_token: "dns-token";
286
+ readonly remarks_x509: "remarks-x509";
287
+ };
288
+ /**
289
+ * @public
290
+ */
291
+ export type VerificationMethod = (typeof VerificationMethod)[keyof typeof VerificationMethod];
78
292
  /**
79
293
  * @public
80
294
  */
@@ -97,7 +311,7 @@ export interface ProvisionIpamPoolCidrRequest {
97
311
  */
98
312
  Cidr?: string;
99
313
  /**
100
- * <p>A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option applies to public pools only.</p>
314
+ * <p>A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option only applies to IPv4 and IPv6 pools in the public scope.</p>
101
315
  * @public
102
316
  */
103
317
  CidrAuthorizationContext?: IpamCidrAuthorizationContext;
@@ -111,6 +325,16 @@ export interface ProvisionIpamPoolCidrRequest {
111
325
  * @public
112
326
  */
113
327
  ClientToken?: string;
328
+ /**
329
+ * <p>The method for verifying control of a public IP address range. Defaults to <code>remarks-x509</code> if not specified. This option only applies to IPv4 and IPv6 pools in the public scope.</p>
330
+ * @public
331
+ */
332
+ VerificationMethod?: VerificationMethod;
333
+ /**
334
+ * <p>Verification token ID. This option only applies to IPv4 and IPv6 pools in the public scope.</p>
335
+ * @public
336
+ */
337
+ IpamExternalResourceVerificationTokenId?: string;
114
338
  }
115
339
  /**
116
340
  * @public
@@ -148,6 +372,11 @@ export interface ProvisionPublicIpv4PoolCidrRequest {
148
372
  * @public
149
373
  */
150
374
  NetmaskLength: number | undefined;
375
+ /**
376
+ * <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
377
+ * @public
378
+ */
379
+ NetworkBorderGroup?: string;
151
380
  }
152
381
  /**
153
382
  * @public
@@ -76,6 +76,7 @@ import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommand
76
76
  import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "../commands/CreateInstanceExportTaskCommand";
77
77
  import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "../commands/CreateInternetGatewayCommand";
78
78
  import { CreateIpamCommandInput, CreateIpamCommandOutput } from "../commands/CreateIpamCommand";
79
+ import { CreateIpamExternalResourceVerificationTokenCommandInput, CreateIpamExternalResourceVerificationTokenCommandOutput } from "../commands/CreateIpamExternalResourceVerificationTokenCommand";
79
80
  import { CreateIpamPoolCommandInput, CreateIpamPoolCommandOutput } from "../commands/CreateIpamPoolCommand";
80
81
  import { CreateIpamResourceDiscoveryCommandInput, CreateIpamResourceDiscoveryCommandOutput } from "../commands/CreateIpamResourceDiscoveryCommand";
81
82
  import { CreateIpamScopeCommandInput, CreateIpamScopeCommandOutput } from "../commands/CreateIpamScopeCommand";
@@ -152,6 +153,7 @@ import { DeleteInstanceConnectEndpointCommandInput, DeleteInstanceConnectEndpoin
152
153
  import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommandOutput } from "../commands/DeleteInstanceEventWindowCommand";
153
154
  import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "../commands/DeleteInternetGatewayCommand";
154
155
  import { DeleteIpamCommandInput, DeleteIpamCommandOutput } from "../commands/DeleteIpamCommand";
156
+ import { DeleteIpamExternalResourceVerificationTokenCommandInput, DeleteIpamExternalResourceVerificationTokenCommandOutput } from "../commands/DeleteIpamExternalResourceVerificationTokenCommand";
155
157
  import { DeleteIpamPoolCommandInput, DeleteIpamPoolCommandOutput } from "../commands/DeleteIpamPoolCommand";
156
158
  import { DeleteIpamResourceDiscoveryCommandInput, DeleteIpamResourceDiscoveryCommandOutput } from "../commands/DeleteIpamResourceDiscoveryCommand";
157
159
  import { DeleteIpamScopeCommandInput, DeleteIpamScopeCommandOutput } from "../commands/DeleteIpamScopeCommand";
@@ -276,6 +278,7 @@ import { DescribeInstanceTypeOfferingsCommandInput, DescribeInstanceTypeOffering
276
278
  import { DescribeInstanceTypesCommandInput, DescribeInstanceTypesCommandOutput } from "../commands/DescribeInstanceTypesCommand";
277
279
  import { DescribeInternetGatewaysCommandInput, DescribeInternetGatewaysCommandOutput } from "../commands/DescribeInternetGatewaysCommand";
278
280
  import { DescribeIpamByoasnCommandInput, DescribeIpamByoasnCommandOutput } from "../commands/DescribeIpamByoasnCommand";
281
+ import { DescribeIpamExternalResourceVerificationTokensCommandInput, DescribeIpamExternalResourceVerificationTokensCommandOutput } from "../commands/DescribeIpamExternalResourceVerificationTokensCommand";
279
282
  import { DescribeIpamPoolsCommandInput, DescribeIpamPoolsCommandOutput } from "../commands/DescribeIpamPoolsCommand";
280
283
  import { DescribeIpamResourceDiscoveriesCommandInput, DescribeIpamResourceDiscoveriesCommandOutput } from "../commands/DescribeIpamResourceDiscoveriesCommand";
281
284
  import { DescribeIpamResourceDiscoveryAssociationsCommandInput, DescribeIpamResourceDiscoveryAssociationsCommandOutput } from "../commands/DescribeIpamResourceDiscoveryAssociationsCommand";
@@ -926,6 +929,10 @@ export declare const se_CreateInternetGatewayCommand: (input: CreateInternetGate
926
929
  * serializeAws_ec2CreateIpamCommand
927
930
  */
928
931
  export declare const se_CreateIpamCommand: (input: CreateIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
932
+ /**
933
+ * serializeAws_ec2CreateIpamExternalResourceVerificationTokenCommand
934
+ */
935
+ export declare const se_CreateIpamExternalResourceVerificationTokenCommand: (input: CreateIpamExternalResourceVerificationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
929
936
  /**
930
937
  * serializeAws_ec2CreateIpamPoolCommand
931
938
  */
@@ -1230,6 +1237,10 @@ export declare const se_DeleteInternetGatewayCommand: (input: DeleteInternetGate
1230
1237
  * serializeAws_ec2DeleteIpamCommand
1231
1238
  */
1232
1239
  export declare const se_DeleteIpamCommand: (input: DeleteIpamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1240
+ /**
1241
+ * serializeAws_ec2DeleteIpamExternalResourceVerificationTokenCommand
1242
+ */
1243
+ export declare const se_DeleteIpamExternalResourceVerificationTokenCommand: (input: DeleteIpamExternalResourceVerificationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1233
1244
  /**
1234
1245
  * serializeAws_ec2DeleteIpamPoolCommand
1235
1246
  */
@@ -1726,6 +1737,10 @@ export declare const se_DescribeInternetGatewaysCommand: (input: DescribeInterne
1726
1737
  * serializeAws_ec2DescribeIpamByoasnCommand
1727
1738
  */
1728
1739
  export declare const se_DescribeIpamByoasnCommand: (input: DescribeIpamByoasnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1740
+ /**
1741
+ * serializeAws_ec2DescribeIpamExternalResourceVerificationTokensCommand
1742
+ */
1743
+ export declare const se_DescribeIpamExternalResourceVerificationTokensCommand: (input: DescribeIpamExternalResourceVerificationTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1729
1744
  /**
1730
1745
  * serializeAws_ec2DescribeIpamPoolsCommand
1731
1746
  */
@@ -3414,6 +3429,10 @@ export declare const de_CreateInternetGatewayCommand: (output: __HttpResponse, c
3414
3429
  * deserializeAws_ec2CreateIpamCommand
3415
3430
  */
3416
3431
  export declare const de_CreateIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamCommandOutput>;
3432
+ /**
3433
+ * deserializeAws_ec2CreateIpamExternalResourceVerificationTokenCommand
3434
+ */
3435
+ export declare const de_CreateIpamExternalResourceVerificationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpamExternalResourceVerificationTokenCommandOutput>;
3417
3436
  /**
3418
3437
  * deserializeAws_ec2CreateIpamPoolCommand
3419
3438
  */
@@ -3718,6 +3737,10 @@ export declare const de_DeleteInternetGatewayCommand: (output: __HttpResponse, c
3718
3737
  * deserializeAws_ec2DeleteIpamCommand
3719
3738
  */
3720
3739
  export declare const de_DeleteIpamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamCommandOutput>;
3740
+ /**
3741
+ * deserializeAws_ec2DeleteIpamExternalResourceVerificationTokenCommand
3742
+ */
3743
+ export declare const de_DeleteIpamExternalResourceVerificationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpamExternalResourceVerificationTokenCommandOutput>;
3721
3744
  /**
3722
3745
  * deserializeAws_ec2DeleteIpamPoolCommand
3723
3746
  */
@@ -4214,6 +4237,10 @@ export declare const de_DescribeInternetGatewaysCommand: (output: __HttpResponse
4214
4237
  * deserializeAws_ec2DescribeIpamByoasnCommand
4215
4238
  */
4216
4239
  export declare const de_DescribeIpamByoasnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamByoasnCommandOutput>;
4240
+ /**
4241
+ * deserializeAws_ec2DescribeIpamExternalResourceVerificationTokensCommand
4242
+ */
4243
+ export declare const de_DescribeIpamExternalResourceVerificationTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpamExternalResourceVerificationTokensCommandOutput>;
4217
4244
  /**
4218
4245
  * deserializeAws_ec2DescribeIpamPoolsCommand
4219
4246
  */
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
32
32
  logger?: import("@smithy/types").Logger | undefined;
33
33
  }) => import("@smithy/types").EndpointV2;
34
34
  tls?: boolean | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
35
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
37
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
38
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
39
39
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
32
32
  logger?: import("@smithy/types").Logger | undefined;
33
33
  }) => import("@smithy/types").EndpointV2;
34
34
  tls?: boolean | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
35
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
37
37
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
38
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
39
39
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -31,8 +31,8 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
31
31
  logger?: import("@smithy/types").Logger | undefined;
32
32
  }) => import("@smithy/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
34
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
36
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
37
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
38
38
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -303,6 +303,10 @@ import {
303
303
  CreateIpamCommandInput,
304
304
  CreateIpamCommandOutput,
305
305
  } from "./commands/CreateIpamCommand";
306
+ import {
307
+ CreateIpamExternalResourceVerificationTokenCommandInput,
308
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
309
+ } from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
306
310
  import {
307
311
  CreateIpamPoolCommandInput,
308
312
  CreateIpamPoolCommandOutput,
@@ -607,6 +611,10 @@ import {
607
611
  DeleteIpamCommandInput,
608
612
  DeleteIpamCommandOutput,
609
613
  } from "./commands/DeleteIpamCommand";
614
+ import {
615
+ DeleteIpamExternalResourceVerificationTokenCommandInput,
616
+ DeleteIpamExternalResourceVerificationTokenCommandOutput,
617
+ } from "./commands/DeleteIpamExternalResourceVerificationTokenCommand";
610
618
  import {
611
619
  DeleteIpamPoolCommandInput,
612
620
  DeleteIpamPoolCommandOutput,
@@ -1103,6 +1111,10 @@ import {
1103
1111
  DescribeIpamByoasnCommandInput,
1104
1112
  DescribeIpamByoasnCommandOutput,
1105
1113
  } from "./commands/DescribeIpamByoasnCommand";
1114
+ import {
1115
+ DescribeIpamExternalResourceVerificationTokensCommandInput,
1116
+ DescribeIpamExternalResourceVerificationTokensCommandOutput,
1117
+ } from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
1106
1118
  import {
1107
1119
  DescribeIpamPoolsCommandInput,
1108
1120
  DescribeIpamPoolsCommandOutput,
@@ -3546,6 +3558,25 @@ export interface EC2 {
3546
3558
  options: __HttpHandlerOptions,
3547
3559
  cb: (err: any, data?: CreateIpamCommandOutput) => void
3548
3560
  ): void;
3561
+ createIpamExternalResourceVerificationToken(
3562
+ args: CreateIpamExternalResourceVerificationTokenCommandInput,
3563
+ options?: __HttpHandlerOptions
3564
+ ): Promise<CreateIpamExternalResourceVerificationTokenCommandOutput>;
3565
+ createIpamExternalResourceVerificationToken(
3566
+ args: CreateIpamExternalResourceVerificationTokenCommandInput,
3567
+ cb: (
3568
+ err: any,
3569
+ data?: CreateIpamExternalResourceVerificationTokenCommandOutput
3570
+ ) => void
3571
+ ): void;
3572
+ createIpamExternalResourceVerificationToken(
3573
+ args: CreateIpamExternalResourceVerificationTokenCommandInput,
3574
+ options: __HttpHandlerOptions,
3575
+ cb: (
3576
+ err: any,
3577
+ data?: CreateIpamExternalResourceVerificationTokenCommandOutput
3578
+ ) => void
3579
+ ): void;
3549
3580
  createIpamPool(
3550
3581
  args: CreateIpamPoolCommandInput,
3551
3582
  options?: __HttpHandlerOptions
@@ -4603,6 +4634,25 @@ export interface EC2 {
4603
4634
  options: __HttpHandlerOptions,
4604
4635
  cb: (err: any, data?: DeleteIpamCommandOutput) => void
4605
4636
  ): void;
4637
+ deleteIpamExternalResourceVerificationToken(
4638
+ args: DeleteIpamExternalResourceVerificationTokenCommandInput,
4639
+ options?: __HttpHandlerOptions
4640
+ ): Promise<DeleteIpamExternalResourceVerificationTokenCommandOutput>;
4641
+ deleteIpamExternalResourceVerificationToken(
4642
+ args: DeleteIpamExternalResourceVerificationTokenCommandInput,
4643
+ cb: (
4644
+ err: any,
4645
+ data?: DeleteIpamExternalResourceVerificationTokenCommandOutput
4646
+ ) => void
4647
+ ): void;
4648
+ deleteIpamExternalResourceVerificationToken(
4649
+ args: DeleteIpamExternalResourceVerificationTokenCommandInput,
4650
+ options: __HttpHandlerOptions,
4651
+ cb: (
4652
+ err: any,
4653
+ data?: DeleteIpamExternalResourceVerificationTokenCommandOutput
4654
+ ) => void
4655
+ ): void;
4606
4656
  deleteIpamPool(
4607
4657
  args: DeleteIpamPoolCommandInput,
4608
4658
  options?: __HttpHandlerOptions
@@ -6392,6 +6442,26 @@ export interface EC2 {
6392
6442
  options: __HttpHandlerOptions,
6393
6443
  cb: (err: any, data?: DescribeIpamByoasnCommandOutput) => void
6394
6444
  ): void;
6445
+ describeIpamExternalResourceVerificationTokens(): Promise<DescribeIpamExternalResourceVerificationTokensCommandOutput>;
6446
+ describeIpamExternalResourceVerificationTokens(
6447
+ args: DescribeIpamExternalResourceVerificationTokensCommandInput,
6448
+ options?: __HttpHandlerOptions
6449
+ ): Promise<DescribeIpamExternalResourceVerificationTokensCommandOutput>;
6450
+ describeIpamExternalResourceVerificationTokens(
6451
+ args: DescribeIpamExternalResourceVerificationTokensCommandInput,
6452
+ cb: (
6453
+ err: any,
6454
+ data?: DescribeIpamExternalResourceVerificationTokensCommandOutput
6455
+ ) => void
6456
+ ): void;
6457
+ describeIpamExternalResourceVerificationTokens(
6458
+ args: DescribeIpamExternalResourceVerificationTokensCommandInput,
6459
+ options: __HttpHandlerOptions,
6460
+ cb: (
6461
+ err: any,
6462
+ data?: DescribeIpamExternalResourceVerificationTokensCommandOutput
6463
+ ) => void
6464
+ ): void;
6395
6465
  describeIpamPools(): Promise<DescribeIpamPoolsCommandOutput>;
6396
6466
  describeIpamPools(
6397
6467
  args: DescribeIpamPoolsCommandInput,
@@ -349,6 +349,10 @@ import {
349
349
  CreateIpamCommandInput,
350
350
  CreateIpamCommandOutput,
351
351
  } from "./commands/CreateIpamCommand";
352
+ import {
353
+ CreateIpamExternalResourceVerificationTokenCommandInput,
354
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
355
+ } from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
352
356
  import {
353
357
  CreateIpamPoolCommandInput,
354
358
  CreateIpamPoolCommandOutput,
@@ -653,6 +657,10 @@ import {
653
657
  DeleteIpamCommandInput,
654
658
  DeleteIpamCommandOutput,
655
659
  } from "./commands/DeleteIpamCommand";
660
+ import {
661
+ DeleteIpamExternalResourceVerificationTokenCommandInput,
662
+ DeleteIpamExternalResourceVerificationTokenCommandOutput,
663
+ } from "./commands/DeleteIpamExternalResourceVerificationTokenCommand";
656
664
  import {
657
665
  DeleteIpamPoolCommandInput,
658
666
  DeleteIpamPoolCommandOutput,
@@ -1149,6 +1157,10 @@ import {
1149
1157
  DescribeIpamByoasnCommandInput,
1150
1158
  DescribeIpamByoasnCommandOutput,
1151
1159
  } from "./commands/DescribeIpamByoasnCommand";
1160
+ import {
1161
+ DescribeIpamExternalResourceVerificationTokensCommandInput,
1162
+ DescribeIpamExternalResourceVerificationTokensCommandOutput,
1163
+ } from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
1152
1164
  import {
1153
1165
  DescribeIpamPoolsCommandInput,
1154
1166
  DescribeIpamPoolsCommandOutput,
@@ -2617,6 +2629,7 @@ export type ServiceInputTypes =
2617
2629
  | CreateInstanceExportTaskCommandInput
2618
2630
  | CreateInternetGatewayCommandInput
2619
2631
  | CreateIpamCommandInput
2632
+ | CreateIpamExternalResourceVerificationTokenCommandInput
2620
2633
  | CreateIpamPoolCommandInput
2621
2634
  | CreateIpamResourceDiscoveryCommandInput
2622
2635
  | CreateIpamScopeCommandInput
@@ -2693,6 +2706,7 @@ export type ServiceInputTypes =
2693
2706
  | DeleteInstanceEventWindowCommandInput
2694
2707
  | DeleteInternetGatewayCommandInput
2695
2708
  | DeleteIpamCommandInput
2709
+ | DeleteIpamExternalResourceVerificationTokenCommandInput
2696
2710
  | DeleteIpamPoolCommandInput
2697
2711
  | DeleteIpamResourceDiscoveryCommandInput
2698
2712
  | DeleteIpamScopeCommandInput
@@ -2817,6 +2831,7 @@ export type ServiceInputTypes =
2817
2831
  | DescribeInstancesCommandInput
2818
2832
  | DescribeInternetGatewaysCommandInput
2819
2833
  | DescribeIpamByoasnCommandInput
2834
+ | DescribeIpamExternalResourceVerificationTokensCommandInput
2820
2835
  | DescribeIpamPoolsCommandInput
2821
2836
  | DescribeIpamResourceDiscoveriesCommandInput
2822
2837
  | DescribeIpamResourceDiscoveryAssociationsCommandInput
@@ -3240,6 +3255,7 @@ export type ServiceOutputTypes =
3240
3255
  | CreateInstanceExportTaskCommandOutput
3241
3256
  | CreateInternetGatewayCommandOutput
3242
3257
  | CreateIpamCommandOutput
3258
+ | CreateIpamExternalResourceVerificationTokenCommandOutput
3243
3259
  | CreateIpamPoolCommandOutput
3244
3260
  | CreateIpamResourceDiscoveryCommandOutput
3245
3261
  | CreateIpamScopeCommandOutput
@@ -3316,6 +3332,7 @@ export type ServiceOutputTypes =
3316
3332
  | DeleteInstanceEventWindowCommandOutput
3317
3333
  | DeleteInternetGatewayCommandOutput
3318
3334
  | DeleteIpamCommandOutput
3335
+ | DeleteIpamExternalResourceVerificationTokenCommandOutput
3319
3336
  | DeleteIpamPoolCommandOutput
3320
3337
  | DeleteIpamResourceDiscoveryCommandOutput
3321
3338
  | DeleteIpamScopeCommandOutput
@@ -3440,6 +3457,7 @@ export type ServiceOutputTypes =
3440
3457
  | DescribeInstancesCommandOutput
3441
3458
  | DescribeInternetGatewaysCommandOutput
3442
3459
  | DescribeIpamByoasnCommandOutput
3460
+ | DescribeIpamExternalResourceVerificationTokensCommandOutput
3443
3461
  | DescribeIpamPoolsCommandOutput
3444
3462
  | DescribeIpamResourceDiscoveriesCommandOutput
3445
3463
  | DescribeIpamResourceDiscoveryAssociationsCommandOutput
@@ -3817,9 +3835,9 @@ export type EC2ClientConfigType = Partial<
3817
3835
  ClientDefaults &
3818
3836
  RegionInputConfig &
3819
3837
  EndpointInputConfig<EndpointParameters> &
3820
- RetryInputConfig &
3821
3838
  HostHeaderInputConfig &
3822
3839
  UserAgentInputConfig &
3840
+ RetryInputConfig &
3823
3841
  HttpAuthSchemeInputConfig &
3824
3842
  ClientInputEndpointParameters;
3825
3843
  export interface EC2ClientConfig extends EC2ClientConfigType {}
@@ -3829,9 +3847,9 @@ export type EC2ClientResolvedConfigType =
3829
3847
  RuntimeExtensionsConfig &
3830
3848
  RegionResolvedConfig &
3831
3849
  EndpointResolvedConfig<EndpointParameters> &
3832
- RetryResolvedConfig &
3833
3850
  HostHeaderResolvedConfig &
3834
3851
  UserAgentResolvedConfig &
3852
+ RetryResolvedConfig &
3835
3853
  HttpAuthSchemeResolvedConfig &
3836
3854
  ClientResolvedEndpointParameters;
3837
3855
  export interface EC2ClientResolvedConfig extends EC2ClientResolvedConfigType {}
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ CreateIpamExternalResourceVerificationTokenRequest,
10
+ CreateIpamExternalResourceVerificationTokenResult,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateIpamExternalResourceVerificationTokenCommandInput
15
+ extends CreateIpamExternalResourceVerificationTokenRequest {}
16
+ export interface CreateIpamExternalResourceVerificationTokenCommandOutput
17
+ extends CreateIpamExternalResourceVerificationTokenResult,
18
+ __MetadataBearer {}
19
+ declare const CreateIpamExternalResourceVerificationTokenCommand_base: {
20
+ new (
21
+ input: CreateIpamExternalResourceVerificationTokenCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateIpamExternalResourceVerificationTokenCommandInput,
24
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateIpamExternalResourceVerificationTokenCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateIpamExternalResourceVerificationTokenCommandInput,
33
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateIpamExternalResourceVerificationTokenCommand extends CreateIpamExternalResourceVerificationTokenCommand_base {}