@aws-sdk/client-ec2 3.452.0 → 3.454.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 (223) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/EC2.js +12 -0
  3. package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
  4. package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
  8. package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
  9. package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
  10. package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
  11. package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
  12. package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
  13. package/dist-cjs/commands/index.js +6 -0
  14. package/dist-cjs/models/models_0.js +12 -8
  15. package/dist-cjs/models/models_1.js +15 -19
  16. package/dist-cjs/models/models_2.js +19 -2
  17. package/dist-cjs/models/models_3.js +9 -37
  18. package/dist-cjs/models/models_4.js +37 -2
  19. package/dist-cjs/models/models_5.js +24 -20
  20. package/dist-cjs/models/models_6.js +20 -29
  21. package/dist-cjs/models/models_7.js +29 -3
  22. package/dist-cjs/protocols/Aws_ec2.js +814 -25
  23. package/dist-es/EC2.js +12 -0
  24. package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
  25. package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
  26. package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
  27. package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
  28. package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
  29. package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
  30. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  31. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  32. package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
  33. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  34. package/dist-es/commands/index.js +6 -0
  35. package/dist-es/models/models_0.js +10 -6
  36. package/dist-es/models/models_1.js +13 -17
  37. package/dist-es/models/models_2.js +17 -0
  38. package/dist-es/models/models_3.js +8 -32
  39. package/dist-es/models/models_4.js +32 -0
  40. package/dist-es/models/models_5.js +23 -17
  41. package/dist-es/models/models_6.js +18 -27
  42. package/dist-es/models/models_7.js +26 -2
  43. package/dist-es/protocols/Aws_ec2.js +777 -0
  44. package/dist-types/EC2.d.ts +42 -0
  45. package/dist-types/EC2Client.d.ts +8 -2
  46. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
  47. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
  48. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
  49. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
  50. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
  51. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
  52. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  53. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
  54. package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
  56. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
  57. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
  58. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
  59. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
  61. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
  63. package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
  64. package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
  65. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
  66. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
  67. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
  75. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
  76. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
  77. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
  78. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
  79. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
  83. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
  84. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
  85. package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
  87. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
  88. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
  89. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
  90. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
  98. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
  99. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
  101. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
  102. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
  103. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
  104. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
  105. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  106. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  107. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
  108. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
  109. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  110. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  111. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  113. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  114. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  115. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  116. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
  118. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
  119. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
  121. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
  123. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
  124. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
  125. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
  126. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  127. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  128. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  129. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  130. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  131. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  132. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  133. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  134. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  135. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  136. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  137. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  138. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  139. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  140. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  141. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  142. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
  143. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
  144. package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
  145. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
  146. package/dist-types/commands/index.d.ts +6 -0
  147. package/dist-types/models/models_0.d.ts +113 -75
  148. package/dist-types/models/models_1.d.ts +267 -331
  149. package/dist-types/models/models_2.d.ts +374 -167
  150. package/dist-types/models/models_3.d.ts +243 -504
  151. package/dist-types/models/models_4.d.ts +1058 -1143
  152. package/dist-types/models/models_5.d.ts +4030 -3824
  153. package/dist-types/models/models_6.d.ts +4384 -4392
  154. package/dist-types/models/models_7.d.ts +826 -5
  155. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  156. package/dist-types/ts3.4/EC2.d.ts +102 -0
  157. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  158. package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
  159. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -4
  160. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
  175. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
  184. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
  185. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
  196. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +33 -22
  215. package/dist-types/ts3.4/models/models_1.d.ts +66 -88
  216. package/dist-types/ts3.4/models/models_2.d.ts +101 -42
  217. package/dist-types/ts3.4/models/models_3.d.ts +65 -121
  218. package/dist-types/ts3.4/models/models_4.d.ts +141 -119
  219. package/dist-types/ts3.4/models/models_5.d.ts +197 -175
  220. package/dist-types/ts3.4/models/models_6.d.ts +202 -210
  221. package/dist-types/ts3.4/models/models_7.d.ts +206 -6
  222. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  223. package/package.json +2 -2
@@ -44,7 +44,7 @@ export interface AttachVerifiedAccessTrustProviderCommandOutput extends AttachVe
44
44
  * // Description: "STRING_VALUE",
45
45
  * // TrustProviderType: "user" || "device",
46
46
  * // UserTrustProviderType: "iam-identity-center" || "oidc",
47
- * // DeviceTrustProviderType: "jamf" || "crowdstrike",
47
+ * // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
48
48
  * // OidcOptions: { // OidcOptions
49
49
  * // Issuer: "STRING_VALUE",
50
50
  * // AuthorizationEndpoint: "STRING_VALUE",
@@ -56,6 +56,7 @@ export interface AttachVerifiedAccessTrustProviderCommandOutput extends AttachVe
56
56
  * // },
57
57
  * // DeviceOptions: { // DeviceOptions
58
58
  * // TenantId: "STRING_VALUE",
59
+ * // PublicSigningKeyUrl: "STRING_VALUE",
59
60
  * // },
60
61
  * // PolicyReferenceName: "STRING_VALUE",
61
62
  * // CreationTime: "STRING_VALUE",
@@ -80,7 +81,7 @@ export interface AttachVerifiedAccessTrustProviderCommandOutput extends AttachVe
80
81
  * // Description: "STRING_VALUE",
81
82
  * // TrustProviderType: "user" || "device",
82
83
  * // UserTrustProviderType: "iam-identity-center" || "oidc",
83
- * // DeviceTrustProviderType: "jamf" || "crowdstrike",
84
+ * // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
84
85
  * // },
85
86
  * // ],
86
87
  * // CreationTime: "STRING_VALUE",
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { CreateCarrierGatewayRequest, CreateCarrierGatewayResult } from "../models/models_0";
5
+ import { CreateCarrierGatewayRequest } from "../models/models_0";
6
+ import { CreateCarrierGatewayResult } from "../models/models_1";
6
7
  /**
7
8
  * @public
8
9
  */
@@ -55,6 +55,7 @@ export interface CreateIpamCommandOutput extends CreateIpamResult, __MetadataBea
55
55
  * },
56
56
  * ],
57
57
  * ClientToken: "STRING_VALUE",
58
+ * Tier: "free" || "advanced",
58
59
  * };
59
60
  * const command = new CreateIpamCommand(input);
60
61
  * const response = await client.send(command);
@@ -83,6 +84,8 @@ export interface CreateIpamCommandOutput extends CreateIpamResult, __MetadataBea
83
84
  * // DefaultResourceDiscoveryId: "STRING_VALUE",
84
85
  * // DefaultResourceDiscoveryAssociationId: "STRING_VALUE",
85
86
  * // ResourceDiscoveryAssociationCount: Number("int"),
87
+ * // StateMessage: "STRING_VALUE",
88
+ * // Tier: "free" || "advanced",
86
89
  * // },
87
90
  * // };
88
91
  *
@@ -64,6 +64,12 @@ export interface CreateIpamPoolCommandOutput extends CreateIpamPoolResult, __Met
64
64
  * ClientToken: "STRING_VALUE",
65
65
  * AwsService: "ec2",
66
66
  * PublicIpSource: "amazon" || "byoip",
67
+ * SourceResource: { // IpamPoolSourceResourceRequest
68
+ * ResourceId: "STRING_VALUE",
69
+ * ResourceType: "vpc",
70
+ * ResourceRegion: "STRING_VALUE",
71
+ * ResourceOwner: "STRING_VALUE",
72
+ * },
67
73
  * };
68
74
  * const command = new CreateIpamPoolCommand(input);
69
75
  * const response = await client.send(command);
@@ -102,6 +108,12 @@ export interface CreateIpamPoolCommandOutput extends CreateIpamPoolResult, __Met
102
108
  * // ],
103
109
  * // AwsService: "ec2",
104
110
  * // PublicIpSource: "amazon" || "byoip",
111
+ * // SourceResource: { // IpamPoolSourceResource
112
+ * // ResourceId: "STRING_VALUE",
113
+ * // ResourceType: "vpc",
114
+ * // ResourceRegion: "STRING_VALUE",
115
+ * // ResourceOwner: "STRING_VALUE",
116
+ * // },
105
117
  * // },
106
118
  * // };
107
119
  *
@@ -115,6 +115,11 @@ export interface CreateLaunchTemplateCommandOutput extends CreateLaunchTemplateR
115
115
  * EnaSrdUdpEnabled: true || false,
116
116
  * },
117
117
  * },
118
+ * ConnectionTrackingSpecification: { // ConnectionTrackingSpecificationRequest
119
+ * TcpEstablishedTimeout: Number("int"),
120
+ * UdpStreamTimeout: Number("int"),
121
+ * UdpTimeout: Number("int"),
122
+ * },
118
123
  * },
119
124
  * ],
120
125
  * ImageId: "STRING_VALUE",
@@ -116,6 +116,11 @@ export interface CreateLaunchTemplateVersionCommandOutput extends CreateLaunchTe
116
116
  * EnaSrdUdpEnabled: true || false,
117
117
  * },
118
118
  * },
119
+ * ConnectionTrackingSpecification: { // ConnectionTrackingSpecificationRequest
120
+ * TcpEstablishedTimeout: Number("int"),
121
+ * UdpStreamTimeout: Number("int"),
122
+ * UdpTimeout: Number("int"),
123
+ * },
119
124
  * },
120
125
  * ],
121
126
  * ImageId: "STRING_VALUE",
@@ -373,6 +378,11 @@ export interface CreateLaunchTemplateVersionCommandOutput extends CreateLaunchTe
373
378
  * // EnaSrdUdpEnabled: true || false,
374
379
  * // },
375
380
  * // },
381
+ * // ConnectionTrackingSpecification: { // ConnectionTrackingSpecification
382
+ * // TcpEstablishedTimeout: Number("int"),
383
+ * // UdpTimeout: Number("int"),
384
+ * // UdpStreamTimeout: Number("int"),
385
+ * // },
376
386
  * // },
377
387
  * // ],
378
388
  * // ImageId: "STRING_VALUE",
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { CreateNetworkInterfaceRequest, CreateNetworkInterfaceResult } from "../models/models_1";
5
+ import { CreateNetworkInterfaceRequest } from "../models/models_1";
6
+ import { CreateNetworkInterfaceResult } from "../models/models_2";
6
7
  /**
7
8
  * @public
8
9
  */
@@ -83,6 +84,11 @@ export interface CreateNetworkInterfaceCommandOutput extends CreateNetworkInterf
83
84
  * ],
84
85
  * ClientToken: "STRING_VALUE",
85
86
  * EnablePrimaryIpv6: true || false,
87
+ * ConnectionTrackingSpecification: { // ConnectionTrackingSpecificationRequest
88
+ * TcpEstablishedTimeout: Number("int"),
89
+ * UdpStreamTimeout: Number("int"),
90
+ * UdpTimeout: Number("int"),
91
+ * },
86
92
  * };
87
93
  * const command = new CreateNetworkInterfaceCommand(input);
88
94
  * const response = await client.send(command);
@@ -114,6 +120,11 @@ export interface CreateNetworkInterfaceCommandOutput extends CreateNetworkInterf
114
120
  * // },
115
121
  * // },
116
122
  * // AvailabilityZone: "STRING_VALUE",
123
+ * // ConnectionTrackingConfiguration: { // ConnectionTrackingConfiguration
124
+ * // TcpEstablishedTimeout: Number("int"),
125
+ * // UdpStreamTimeout: Number("int"),
126
+ * // UdpTimeout: Number("int"),
127
+ * // },
117
128
  * // Description: "STRING_VALUE",
118
129
  * // Groups: [ // GroupIdentifierList
119
130
  * // { // GroupIdentifier
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { CreateNetworkInterfacePermissionRequest, CreateNetworkInterfacePermissionResult } from "../models/models_1";
5
+ import { CreateNetworkInterfacePermissionRequest, CreateNetworkInterfacePermissionResult } from "../models/models_2";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -32,8 +32,8 @@ export interface CreateSubnetCommandOutput extends CreateSubnetResult, __Metadat
32
32
  * <p>The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and
33
33
  * a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and
34
34
  * the last IPv4 address in each subnet's CIDR block. They're not available for your use.</p>
35
- * <p>If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block
36
- * with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask.</p>
35
+ * <p>If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR
36
+ * block with a subnet when you create it. </p>
37
37
  * <p>If you add more than one subnet to a VPC, they're set up in a star topology with a
38
38
  * logical router in the middle.</p>
39
39
  * <p>When you stop an instance in a subnet, it retains its private IPv4 address. It's
@@ -66,6 +66,10 @@ export interface CreateSubnetCommandOutput extends CreateSubnetResult, __Metadat
66
66
  * VpcId: "STRING_VALUE", // required
67
67
  * DryRun: true || false,
68
68
  * Ipv6Native: true || false,
69
+ * Ipv4IpamPoolId: "STRING_VALUE",
70
+ * Ipv4NetmaskLength: Number("int"),
71
+ * Ipv6IpamPoolId: "STRING_VALUE",
72
+ * Ipv6NetmaskLength: Number("int"),
69
73
  * };
70
74
  * const command = new CreateSubnetCommand(input);
71
75
  * const response = await client.send(command);
@@ -60,7 +60,7 @@ export interface CreateVerifiedAccessInstanceCommandOutput extends CreateVerifie
60
60
  * // Description: "STRING_VALUE",
61
61
  * // TrustProviderType: "user" || "device",
62
62
  * // UserTrustProviderType: "iam-identity-center" || "oidc",
63
- * // DeviceTrustProviderType: "jamf" || "crowdstrike",
63
+ * // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
64
64
  * // },
65
65
  * // ],
66
66
  * // CreationTime: "STRING_VALUE",
@@ -36,7 +36,7 @@ export interface CreateVerifiedAccessTrustProviderCommandOutput extends CreateVe
36
36
  * const input = { // CreateVerifiedAccessTrustProviderRequest
37
37
  * TrustProviderType: "user" || "device", // required
38
38
  * UserTrustProviderType: "iam-identity-center" || "oidc",
39
- * DeviceTrustProviderType: "jamf" || "crowdstrike",
39
+ * DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
40
40
  * OidcOptions: { // CreateVerifiedAccessTrustProviderOidcOptions
41
41
  * Issuer: "STRING_VALUE",
42
42
  * AuthorizationEndpoint: "STRING_VALUE",
@@ -48,6 +48,7 @@ export interface CreateVerifiedAccessTrustProviderCommandOutput extends CreateVe
48
48
  * },
49
49
  * DeviceOptions: { // CreateVerifiedAccessTrustProviderDeviceOptions
50
50
  * TenantId: "STRING_VALUE",
51
+ * PublicSigningKeyUrl: "STRING_VALUE",
51
52
  * },
52
53
  * PolicyReferenceName: "STRING_VALUE", // required
53
54
  * Description: "STRING_VALUE",
@@ -77,7 +78,7 @@ export interface CreateVerifiedAccessTrustProviderCommandOutput extends CreateVe
77
78
  * // Description: "STRING_VALUE",
78
79
  * // TrustProviderType: "user" || "device",
79
80
  * // UserTrustProviderType: "iam-identity-center" || "oidc",
80
- * // DeviceTrustProviderType: "jamf" || "crowdstrike",
81
+ * // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
81
82
  * // OidcOptions: { // OidcOptions
82
83
  * // Issuer: "STRING_VALUE",
83
84
  * // AuthorizationEndpoint: "STRING_VALUE",
@@ -89,6 +90,7 @@ export interface CreateVerifiedAccessTrustProviderCommandOutput extends CreateVe
89
90
  * // },
90
91
  * // DeviceOptions: { // DeviceOptions
91
92
  * // TenantId: "STRING_VALUE",
93
+ * // PublicSigningKeyUrl: "STRING_VALUE",
92
94
  * // },
93
95
  * // PolicyReferenceName: "STRING_VALUE",
94
96
  * // CreationTime: "STRING_VALUE",
@@ -25,9 +25,10 @@ export interface CreateVpcCommandOutput extends CreateVpcResult, __MetadataBeare
25
25
  * @public
26
26
  * <p>Creates a VPC with the specified CIDR blocks. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html">IP addressing for your VPCs and subnets</a> in the
27
27
  * <i>Amazon VPC User Guide</i>.</p>
28
- * <p>You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided
29
- * IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address
30
- * pool that you provisioned through bring your own IP addresses (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html">BYOIP</a>).</p>
28
+ * <p>You can optionally request an IPv6 CIDR block for the VPC. You can request an
29
+ * Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses or an IPv6 CIDR
30
+ * block from an IPv6 address pool that you provisioned through bring your own IP addresses
31
+ * (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html">BYOIP</a>).</p>
31
32
  * <p>By default, each instance that you launch in the VPC has the default DHCP options, which
32
33
  * include only a default DNS server that we provide (AmazonProvidedDNS). For more
33
34
  * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP option sets</a> in the <i>Amazon VPC User Guide</i>.</p>
@@ -64,6 +64,8 @@ export interface DeleteIpamCommandOutput extends DeleteIpamResult, __MetadataBea
64
64
  * // DefaultResourceDiscoveryId: "STRING_VALUE",
65
65
  * // DefaultResourceDiscoveryAssociationId: "STRING_VALUE",
66
66
  * // ResourceDiscoveryAssociationCount: Number("int"),
67
+ * // StateMessage: "STRING_VALUE",
68
+ * // Tier: "free" || "advanced",
67
69
  * // },
68
70
  * // };
69
71
  *
@@ -40,6 +40,7 @@ export interface DeleteIpamPoolCommandOutput extends DeleteIpamPoolResult, __Met
40
40
  * const input = { // DeleteIpamPoolRequest
41
41
  * DryRun: true || false,
42
42
  * IpamPoolId: "STRING_VALUE", // required
43
+ * Cascade: true || false,
43
44
  * };
44
45
  * const command = new DeleteIpamPoolCommand(input);
45
46
  * const response = await client.send(command);
@@ -78,6 +79,12 @@ export interface DeleteIpamPoolCommandOutput extends DeleteIpamPoolResult, __Met
78
79
  * // ],
79
80
  * // AwsService: "ec2",
80
81
  * // PublicIpSource: "amazon" || "byoip",
82
+ * // SourceResource: { // IpamPoolSourceResource
83
+ * // ResourceId: "STRING_VALUE",
84
+ * // ResourceType: "vpc",
85
+ * // ResourceRegion: "STRING_VALUE",
86
+ * // ResourceOwner: "STRING_VALUE",
87
+ * // },
81
88
  * // },
82
89
  * // };
83
90
  *
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DeleteNatGatewayRequest, DeleteNatGatewayResult } from "../models/models_2";
5
+ import { DeleteNatGatewayRequest } from "../models/models_2";
6
+ import { DeleteNatGatewayResult } from "../models/models_3";
6
7
  /**
7
8
  * @public
8
9
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DeleteNetworkAclRequest } from "../models/models_2";
5
+ import { DeleteNetworkAclRequest } from "../models/models_3";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DeleteNetworkAclEntryRequest } from "../models/models_2";
5
+ import { DeleteNetworkAclEntryRequest } from "../models/models_3";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DeleteNetworkInsightsAccessScopeAnalysisRequest, DeleteNetworkInsightsAccessScopeAnalysisResult } from "../models/models_2";
5
+ import { DeleteNetworkInsightsAccessScopeAnalysisRequest, DeleteNetworkInsightsAccessScopeAnalysisResult } from "../models/models_3";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DeleteNetworkInsightsAccessScopeRequest, DeleteNetworkInsightsAccessScopeResult } from "../models/models_2";
5
+ import { DeleteNetworkInsightsAccessScopeRequest, DeleteNetworkInsightsAccessScopeResult } from "../models/models_3";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DeleteNetworkInsightsAnalysisRequest, DeleteNetworkInsightsAnalysisResult } from "../models/models_2";
5
+ import { DeleteNetworkInsightsAnalysisRequest, DeleteNetworkInsightsAnalysisResult } from "../models/models_3";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DeleteNetworkInsightsPathRequest, DeleteNetworkInsightsPathResult } from "../models/models_2";
5
+ import { DeleteNetworkInsightsPathRequest, DeleteNetworkInsightsPathResult } from "../models/models_3";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -47,7 +47,7 @@ export interface DeleteVerifiedAccessInstanceCommandOutput extends DeleteVerifie
47
47
  * // Description: "STRING_VALUE",
48
48
  * // TrustProviderType: "user" || "device",
49
49
  * // UserTrustProviderType: "iam-identity-center" || "oidc",
50
- * // DeviceTrustProviderType: "jamf" || "crowdstrike",
50
+ * // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
51
51
  * // },
52
52
  * // ],
53
53
  * // CreationTime: "STRING_VALUE",
@@ -43,7 +43,7 @@ export interface DeleteVerifiedAccessTrustProviderCommandOutput extends DeleteVe
43
43
  * // Description: "STRING_VALUE",
44
44
  * // TrustProviderType: "user" || "device",
45
45
  * // UserTrustProviderType: "iam-identity-center" || "oidc",
46
- * // DeviceTrustProviderType: "jamf" || "crowdstrike",
46
+ * // DeviceTrustProviderType: "jamf" || "crowdstrike" || "jumpcloud",
47
47
  * // OidcOptions: { // OidcOptions
48
48
  * // Issuer: "STRING_VALUE",
49
49
  * // AuthorizationEndpoint: "STRING_VALUE",
@@ -55,6 +55,7 @@ export interface DeleteVerifiedAccessTrustProviderCommandOutput extends DeleteVe
55
55
  * // },
56
56
  * // DeviceOptions: { // DeviceOptions
57
57
  * // TenantId: "STRING_VALUE",
58
+ * // PublicSigningKeyUrl: "STRING_VALUE",
58
59
  * // },
59
60
  * // PolicyReferenceName: "STRING_VALUE",
60
61
  * // CreationTime: "STRING_VALUE",
@@ -43,6 +43,14 @@ export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrR
43
43
  * // ByoipCidr: { // ByoipCidr
44
44
  * // Cidr: "STRING_VALUE",
45
45
  * // Description: "STRING_VALUE",
46
+ * // AsnAssociations: [ // AsnAssociationSet
47
+ * // { // AsnAssociation
48
+ * // Asn: "STRING_VALUE",
49
+ * // Cidr: "STRING_VALUE",
50
+ * // StatusMessage: "STRING_VALUE",
51
+ * // State: "disassociated" || "failed-disassociation" || "failed-association" || "pending-disassociation" || "pending-association" || "associated",
52
+ * // },
53
+ * // ],
46
54
  * // StatusMessage: "STRING_VALUE",
47
55
  * // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-deprovision" || "pending-provision" || "provisioned" || "provisioned-not-publicly-advertisable",
48
56
  * // },
@@ -0,0 +1,81 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
+ import { DeprovisionIpamByoasnRequest, DeprovisionIpamByoasnResult } from "../models/models_3";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeprovisionIpamByoasnCommand}.
14
+ */
15
+ export interface DeprovisionIpamByoasnCommandInput extends DeprovisionIpamByoasnRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeprovisionIpamByoasnCommand}.
21
+ */
22
+ export interface DeprovisionIpamByoasnCommandOutput extends DeprovisionIpamByoasnResult, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Deprovisions your Autonomous System Number (ASN) from your Amazon Web Services account. This action can only be called after any BYOIP CIDR associations are removed from your Amazon Web Services account with <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DisassociateIpamByoasn.html">DisassociateIpamByoasn</a>.
27
+ * For more information, 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>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { EC2Client, DeprovisionIpamByoasnCommand } from "@aws-sdk/client-ec2"; // ES Modules import
32
+ * // const { EC2Client, DeprovisionIpamByoasnCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
33
+ * const client = new EC2Client(config);
34
+ * const input = { // DeprovisionIpamByoasnRequest
35
+ * DryRun: true || false,
36
+ * IpamId: "STRING_VALUE", // required
37
+ * Asn: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new DeprovisionIpamByoasnCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // DeprovisionIpamByoasnResult
42
+ * // Byoasn: { // Byoasn
43
+ * // Asn: "STRING_VALUE",
44
+ * // IpamId: "STRING_VALUE",
45
+ * // StatusMessage: "STRING_VALUE",
46
+ * // State: "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-deprovision" || "pending-provision" || "provisioned",
47
+ * // },
48
+ * // };
49
+ *
50
+ * ```
51
+ *
52
+ * @param DeprovisionIpamByoasnCommandInput - {@link DeprovisionIpamByoasnCommandInput}
53
+ * @returns {@link DeprovisionIpamByoasnCommandOutput}
54
+ * @see {@link DeprovisionIpamByoasnCommandInput} for command's `input` shape.
55
+ * @see {@link DeprovisionIpamByoasnCommandOutput} for command's `response` shape.
56
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
57
+ *
58
+ * @throws {@link EC2ServiceException}
59
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
60
+ *
61
+ */
62
+ export declare class DeprovisionIpamByoasnCommand extends $Command<DeprovisionIpamByoasnCommandInput, DeprovisionIpamByoasnCommandOutput, EC2ClientResolvedConfig> {
63
+ readonly input: DeprovisionIpamByoasnCommandInput;
64
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
68
+ constructor(input: DeprovisionIpamByoasnCommandInput);
69
+ /**
70
+ * @internal
71
+ */
72
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EC2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprovisionIpamByoasnCommandInput, DeprovisionIpamByoasnCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
76
+ private serialize;
77
+ /**
78
+ * @internal
79
+ */
80
+ private deserialize;
81
+ }
@@ -44,6 +44,14 @@ export interface DescribeByoipCidrsCommandOutput extends DescribeByoipCidrsResul
44
44
  * // { // ByoipCidr
45
45
  * // Cidr: "STRING_VALUE",
46
46
  * // Description: "STRING_VALUE",
47
+ * // AsnAssociations: [ // AsnAssociationSet
48
+ * // { // AsnAssociation
49
+ * // Asn: "STRING_VALUE",
50
+ * // Cidr: "STRING_VALUE",
51
+ * // StatusMessage: "STRING_VALUE",
52
+ * // State: "disassociated" || "failed-disassociation" || "failed-association" || "pending-disassociation" || "pending-association" || "associated",
53
+ * // },
54
+ * // ],
47
55
  * // StatusMessage: "STRING_VALUE",
48
56
  * // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-deprovision" || "pending-provision" || "provisioned" || "provisioned-not-publicly-advertisable",
49
57
  * // },
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult } from "../models/models_3";
5
+ import { DescribeImportSnapshotTasksRequest } from "../models/models_3";
6
+ import { DescribeImportSnapshotTasksResult } from "../models/models_4";
6
7
  /**
7
8
  * @public
8
9
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DescribeInstanceAttributeRequest, InstanceAttribute } from "../models/models_3";
5
+ import { DescribeInstanceAttributeRequest, InstanceAttribute } from "../models/models_4";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DescribeInstanceConnectEndpointsRequest, DescribeInstanceConnectEndpointsResult } from "../models/models_3";
5
+ import { DescribeInstanceConnectEndpointsRequest, DescribeInstanceConnectEndpointsResult } from "../models/models_4";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
5
- import { DescribeInstanceCreditSpecificationsRequest, DescribeInstanceCreditSpecificationsResult } from "../models/models_3";
5
+ import { DescribeInstanceCreditSpecificationsRequest, DescribeInstanceCreditSpecificationsResult } from "../models/models_4";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -221,6 +221,11 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesResult,
221
221
  * // Ipv6Prefix: "STRING_VALUE",
222
222
  * // },
223
223
  * // ],
224
+ * // ConnectionTrackingConfiguration: { // ConnectionTrackingSpecificationResponse
225
+ * // TcpEstablishedTimeout: Number("int"),
226
+ * // UdpStreamTimeout: Number("int"),
227
+ * // UdpTimeout: Number("int"),
228
+ * // },
224
229
  * // },
225
230
  * // ],
226
231
  * // OutpostArn: "STRING_VALUE",