@aws-sdk/client-ec2 3.842.0 → 3.844.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 (211) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +679 -169
  3. package/dist-es/EC2.js +4 -0
  4. package/dist-es/commands/DescribeCapacityBlockStatusCommand.js +22 -0
  5. package/dist-es/commands/DescribeCapacityBlocksCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +1 -0
  8. package/dist-es/models/models_1.js +1 -0
  9. package/dist-es/models/models_3.js +15 -6
  10. package/dist-es/models/models_4.js +6 -0
  11. package/dist-es/pagination/DescribeCapacityBlockStatusPaginator.js +4 -0
  12. package/dist-es/pagination/DescribeCapacityBlocksPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +3 -1
  14. package/dist-es/protocols/Aws_ec2.js +359 -60
  15. package/dist-es/waiters/index.js +4 -2
  16. package/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +69 -0
  17. package/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +79 -0
  18. package/dist-types/EC2.d.ts +16 -0
  19. package/dist-types/EC2Client.d.ts +4 -2
  20. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  24. package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
  25. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  26. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  27. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  28. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -3
  30. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -2
  31. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  54. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  67. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  68. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  105. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +6 -2
  106. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +102 -0
  107. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +106 -0
  108. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
  109. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
  110. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -2
  113. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +14 -59
  114. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  115. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
  116. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -0
  121. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  122. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
  124. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  127. package/dist-types/commands/DetachVolumeCommand.d.ts +3 -3
  128. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  129. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  130. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  131. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -1
  132. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  133. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  134. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
  135. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  138. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -2
  139. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  140. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +24 -2
  141. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  142. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  143. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  144. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  145. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  146. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  147. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -2
  148. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  149. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  150. package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
  151. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  152. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  153. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  154. package/dist-types/commands/index.d.ts +2 -0
  155. package/dist-types/models/models_0.d.ts +7 -6
  156. package/dist-types/models/models_1.d.ts +14 -2
  157. package/dist-types/models/models_3.d.ts +329 -270
  158. package/dist-types/models/models_4.d.ts +288 -210
  159. package/dist-types/models/models_5.d.ts +217 -381
  160. package/dist-types/models/models_6.d.ts +381 -294
  161. package/dist-types/models/models_7.d.ts +301 -145
  162. package/dist-types/models/models_8.d.ts +141 -1
  163. package/dist-types/pagination/DescribeCapacityBlockStatusPaginator.d.ts +7 -0
  164. package/dist-types/pagination/DescribeCapacityBlocksPaginator.d.ts +7 -0
  165. package/dist-types/pagination/index.d.ts +3 -1
  166. package/dist-types/protocols/Aws_ec2.d.ts +18 -0
  167. package/dist-types/ts3.4/EC2.d.ts +36 -0
  168. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  169. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +51 -0
  170. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +51 -0
  171. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +4 -2
  175. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -4
  176. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
  187. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  193. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  194. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  195. package/dist-types/ts3.4/models/models_3.d.ts +71 -57
  196. package/dist-types/ts3.4/models/models_4.d.ts +59 -52
  197. package/dist-types/ts3.4/models/models_5.d.ts +53 -72
  198. package/dist-types/ts3.4/models/models_6.d.ts +67 -54
  199. package/dist-types/ts3.4/models/models_7.d.ts +56 -38
  200. package/dist-types/ts3.4/models/models_8.d.ts +38 -0
  201. package/dist-types/ts3.4/pagination/DescribeCapacityBlockStatusPaginator.d.ts +11 -0
  202. package/dist-types/ts3.4/pagination/DescribeCapacityBlocksPaginator.d.ts +11 -0
  203. package/dist-types/ts3.4/pagination/index.d.ts +3 -1
  204. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
  205. package/dist-types/ts3.4/waiters/index.d.ts +4 -2
  206. package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +11 -0
  207. package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +11 -0
  208. package/dist-types/waiters/index.d.ts +4 -2
  209. package/dist-types/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +14 -0
  210. package/dist-types/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +14 -0
  211. package/package.json +15 -15
@@ -1,8 +1,213 @@
1
- import { ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
2
- import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
1
+ import { ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, Ipam, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
3
3
  import { DnsEntry, GroupIdentifier, InstanceIpv6Address, IpAddressType, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
- import { ConnectionNotification, DnsNameState, Filter, IdFormat, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail } from "./models_3";
4
+ import { ConnectionNotification, Filter, IdFormat } from "./models_3";
5
5
  import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeIpamResourceDiscoveryAssociationsResult {
10
+ /**
11
+ * <p>The resource discovery associations.</p>
12
+ * @public
13
+ */
14
+ IpamResourceDiscoveryAssociations?: IpamResourceDiscoveryAssociation[] | undefined;
15
+ /**
16
+ * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
17
+ * @public
18
+ */
19
+ NextToken?: string | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DescribeIpamsRequest {
25
+ /**
26
+ * <p>A check for whether you have the required permissions for the action without actually making the request
27
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
28
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
29
+ * @public
30
+ */
31
+ DryRun?: boolean | undefined;
32
+ /**
33
+ * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
34
+ * @public
35
+ */
36
+ Filters?: Filter[] | undefined;
37
+ /**
38
+ * <p>The maximum number of results to return in the request.</p>
39
+ * @public
40
+ */
41
+ MaxResults?: number | undefined;
42
+ /**
43
+ * <p>The token for the next page of results.</p>
44
+ * @public
45
+ */
46
+ NextToken?: string | undefined;
47
+ /**
48
+ * <p>The IDs of the IPAMs you want information on.</p>
49
+ * @public
50
+ */
51
+ IpamIds?: string[] | undefined;
52
+ }
53
+ /**
54
+ * @public
55
+ */
56
+ export interface DescribeIpamsResult {
57
+ /**
58
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
59
+ * @public
60
+ */
61
+ NextToken?: string | undefined;
62
+ /**
63
+ * <p>Information about the IPAMs.</p>
64
+ * @public
65
+ */
66
+ Ipams?: Ipam[] | undefined;
67
+ }
68
+ /**
69
+ * @public
70
+ */
71
+ export interface DescribeIpamScopesRequest {
72
+ /**
73
+ * <p>A check for whether you have the required permissions for the action without actually making the request
74
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
75
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
76
+ * @public
77
+ */
78
+ DryRun?: boolean | undefined;
79
+ /**
80
+ * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
81
+ * @public
82
+ */
83
+ Filters?: Filter[] | undefined;
84
+ /**
85
+ * <p>The maximum number of results to return in the request.</p>
86
+ * @public
87
+ */
88
+ MaxResults?: number | undefined;
89
+ /**
90
+ * <p>The token for the next page of results.</p>
91
+ * @public
92
+ */
93
+ NextToken?: string | undefined;
94
+ /**
95
+ * <p>The IDs of the scopes you want information on.</p>
96
+ * @public
97
+ */
98
+ IpamScopeIds?: string[] | undefined;
99
+ }
100
+ /**
101
+ * @public
102
+ */
103
+ export interface DescribeIpamScopesResult {
104
+ /**
105
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
106
+ * @public
107
+ */
108
+ NextToken?: string | undefined;
109
+ /**
110
+ * <p>The scopes you want information on.</p>
111
+ * @public
112
+ */
113
+ IpamScopes?: IpamScope[] | undefined;
114
+ }
115
+ /**
116
+ * @public
117
+ */
118
+ export interface DescribeIpv6PoolsRequest {
119
+ /**
120
+ * <p>The IDs of the IPv6 address pools.</p>
121
+ * @public
122
+ */
123
+ PoolIds?: string[] | undefined;
124
+ /**
125
+ * <p>The token for the next page of results.</p>
126
+ * @public
127
+ */
128
+ NextToken?: string | undefined;
129
+ /**
130
+ * <p>The maximum number of results to return with a single call.
131
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
132
+ * @public
133
+ */
134
+ MaxResults?: number | undefined;
135
+ /**
136
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
137
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
138
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
139
+ * @public
140
+ */
141
+ DryRun?: boolean | undefined;
142
+ /**
143
+ * <p>One or more filters.</p>
144
+ * <ul>
145
+ * <li>
146
+ * <p>
147
+ * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
148
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
149
+ * </li>
150
+ * <li>
151
+ * <p>
152
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
153
+ * </li>
154
+ * </ul>
155
+ * @public
156
+ */
157
+ Filters?: Filter[] | undefined;
158
+ }
159
+ /**
160
+ * <p>Describes a CIDR block for an address pool.</p>
161
+ * @public
162
+ */
163
+ export interface PoolCidrBlock {
164
+ /**
165
+ * <p>The CIDR block.</p>
166
+ * @public
167
+ */
168
+ Cidr?: string | undefined;
169
+ }
170
+ /**
171
+ * <p>Describes an IPv6 address pool.</p>
172
+ * @public
173
+ */
174
+ export interface Ipv6Pool {
175
+ /**
176
+ * <p>The ID of the address pool.</p>
177
+ * @public
178
+ */
179
+ PoolId?: string | undefined;
180
+ /**
181
+ * <p>The description for the address pool.</p>
182
+ * @public
183
+ */
184
+ Description?: string | undefined;
185
+ /**
186
+ * <p>The CIDR blocks for the address pool.</p>
187
+ * @public
188
+ */
189
+ PoolCidrBlocks?: PoolCidrBlock[] | undefined;
190
+ /**
191
+ * <p>Any tags for the address pool.</p>
192
+ * @public
193
+ */
194
+ Tags?: Tag[] | undefined;
195
+ }
196
+ /**
197
+ * @public
198
+ */
199
+ export interface DescribeIpv6PoolsResult {
200
+ /**
201
+ * <p>Information about the IPv6 address pools.</p>
202
+ * @public
203
+ */
204
+ Ipv6Pools?: Ipv6Pool[] | undefined;
205
+ /**
206
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
207
+ * @public
208
+ */
209
+ NextToken?: string | undefined;
210
+ }
6
211
  /**
7
212
  * @public
8
213
  */
@@ -4947,6 +5152,10 @@ export interface DescribeSecurityGroupVpcAssociationsRequest {
4947
5152
  * </li>
4948
5153
  * <li>
4949
5154
  * <p>
5155
+ * <code>group-owner-id</code>: The group owner ID.</p>
5156
+ * </li>
5157
+ * <li>
5158
+ * <p>
4950
5159
  * <code>vpc-id</code>: The ID of the associated VPC.</p>
4951
5160
  * </li>
4952
5161
  * <li>
@@ -5023,6 +5232,11 @@ export interface SecurityGroupVpcAssociation {
5023
5232
  * @public
5024
5233
  */
5025
5234
  StateReason?: string | undefined;
5235
+ /**
5236
+ * <p>The Amazon Web Services account ID of the owner of the security group.</p>
5237
+ * @public
5238
+ */
5239
+ GroupOwnerId?: string | undefined;
5026
5240
  }
5027
5241
  /**
5028
5242
  * @public
@@ -11111,384 +11325,6 @@ export interface DescribeVpcEndpointServiceConfigurationsRequest {
11111
11325
  */
11112
11326
  NextToken?: string | undefined;
11113
11327
  }
11114
- /**
11115
- * @public
11116
- */
11117
- export interface DescribeVpcEndpointServiceConfigurationsResult {
11118
- /**
11119
- * <p>Information about the services.</p>
11120
- * @public
11121
- */
11122
- ServiceConfigurations?: ServiceConfiguration[] | undefined;
11123
- /**
11124
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
11125
- * @public
11126
- */
11127
- NextToken?: string | undefined;
11128
- }
11129
- /**
11130
- * @public
11131
- */
11132
- export interface DescribeVpcEndpointServicePermissionsRequest {
11133
- /**
11134
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11135
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11136
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11137
- * @public
11138
- */
11139
- DryRun?: boolean | undefined;
11140
- /**
11141
- * <p>The ID of the service.</p>
11142
- * @public
11143
- */
11144
- ServiceId: string | undefined;
11145
- /**
11146
- * <p>The filters.</p>
11147
- * <ul>
11148
- * <li>
11149
- * <p>
11150
- * <code>principal</code> - The ARN of the principal.</p>
11151
- * </li>
11152
- * <li>
11153
- * <p>
11154
- * <code>principal-type</code> - The principal type (<code>All</code> |
11155
- * <code>Service</code> | <code>OrganizationUnit</code> | <code>Account</code>
11156
- * | <code>User</code> | <code>Role</code>).</p>
11157
- * </li>
11158
- * </ul>
11159
- * @public
11160
- */
11161
- Filters?: Filter[] | undefined;
11162
- /**
11163
- * <p>The maximum number of results to return for the request in a single page. The remaining
11164
- * results of the initial request can be seen by sending another request with the returned
11165
- * <code>NextToken</code> value. This value can be between 5 and 1,000; if
11166
- * <code>MaxResults</code> is given a value larger than 1,000, only 1,000 results are
11167
- * returned.</p>
11168
- * @public
11169
- */
11170
- MaxResults?: number | undefined;
11171
- /**
11172
- * <p>The token to retrieve the next page of results.</p>
11173
- * @public
11174
- */
11175
- NextToken?: string | undefined;
11176
- }
11177
- /**
11178
- * @public
11179
- */
11180
- export interface DescribeVpcEndpointServicePermissionsResult {
11181
- /**
11182
- * <p>Information about the allowed principals.</p>
11183
- * @public
11184
- */
11185
- AllowedPrincipals?: AllowedPrincipal[] | undefined;
11186
- /**
11187
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
11188
- * @public
11189
- */
11190
- NextToken?: string | undefined;
11191
- }
11192
- /**
11193
- * @public
11194
- */
11195
- export interface DescribeVpcEndpointServicesRequest {
11196
- /**
11197
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11198
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11199
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11200
- * @public
11201
- */
11202
- DryRun?: boolean | undefined;
11203
- /**
11204
- * <p>The service names.</p>
11205
- * @public
11206
- */
11207
- ServiceNames?: string[] | undefined;
11208
- /**
11209
- * <p>The filters.</p>
11210
- * <ul>
11211
- * <li>
11212
- * <p>
11213
- * <code>owner</code> - The ID or alias of the Amazon Web Services account that owns
11214
- * the service.</p>
11215
- * </li>
11216
- * <li>
11217
- * <p>
11218
- * <code>service-name</code> - The name of the service.</p>
11219
- * </li>
11220
- * <li>
11221
- * <p>
11222
- * <code>service-region</code> - The Region of the service.</p>
11223
- * </li>
11224
- * <li>
11225
- * <p>
11226
- * <code>service-type</code> - The type of service (<code>Interface</code> |
11227
- * <code>Gateway</code> | <code>GatewayLoadBalancer</code>).</p>
11228
- * </li>
11229
- * <li>
11230
- * <p>
11231
- * <code>supported-ip-address-types</code> - The IP address type (<code>ipv4</code> | <code>ipv6</code>).</p>
11232
- * </li>
11233
- * <li>
11234
- * <p>
11235
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
11236
- * </li>
11237
- * <li>
11238
- * <p>
11239
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
11240
- * </li>
11241
- * </ul>
11242
- * @public
11243
- */
11244
- Filters?: Filter[] | undefined;
11245
- /**
11246
- * <p>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</p>
11247
- * <p>Constraint: If the value is greater than 1,000, we return only 1,000 items.</p>
11248
- * @public
11249
- */
11250
- MaxResults?: number | undefined;
11251
- /**
11252
- * <p>The token for the next set of items to return. (You received this token from a prior call.)</p>
11253
- * @public
11254
- */
11255
- NextToken?: string | undefined;
11256
- /**
11257
- * <p>The service Regions.</p>
11258
- * @public
11259
- */
11260
- ServiceRegions?: string[] | undefined;
11261
- }
11262
- /**
11263
- * <p>Information about the Private DNS name for interface endpoints.</p>
11264
- * @public
11265
- */
11266
- export interface PrivateDnsDetails {
11267
- /**
11268
- * <p>The private DNS name assigned to the VPC endpoint service.</p>
11269
- * @public
11270
- */
11271
- PrivateDnsName?: string | undefined;
11272
- }
11273
- /**
11274
- * <p>Describes a VPC endpoint service.</p>
11275
- * @public
11276
- */
11277
- export interface ServiceDetail {
11278
- /**
11279
- * <p>The name of the service.</p>
11280
- * @public
11281
- */
11282
- ServiceName?: string | undefined;
11283
- /**
11284
- * <p>The ID of the endpoint service.</p>
11285
- * @public
11286
- */
11287
- ServiceId?: string | undefined;
11288
- /**
11289
- * <p>The type of service.</p>
11290
- * @public
11291
- */
11292
- ServiceType?: ServiceTypeDetail[] | undefined;
11293
- /**
11294
- * <p>The Region where the service is hosted.</p>
11295
- * @public
11296
- */
11297
- ServiceRegion?: string | undefined;
11298
- /**
11299
- * <p>The Availability Zones in which the service is available.</p>
11300
- * @public
11301
- */
11302
- AvailabilityZones?: string[] | undefined;
11303
- /**
11304
- * <p>The Amazon Web Services account ID of the service owner.</p>
11305
- * @public
11306
- */
11307
- Owner?: string | undefined;
11308
- /**
11309
- * <p>The DNS names for the service.</p>
11310
- * @public
11311
- */
11312
- BaseEndpointDnsNames?: string[] | undefined;
11313
- /**
11314
- * <p>The private DNS name for the service.</p>
11315
- * @public
11316
- */
11317
- PrivateDnsName?: string | undefined;
11318
- /**
11319
- * <p>The private DNS names assigned to the VPC endpoint service.</p>
11320
- * @public
11321
- */
11322
- PrivateDnsNames?: PrivateDnsDetails[] | undefined;
11323
- /**
11324
- * <p>Indicates whether the service supports endpoint policies.</p>
11325
- * @public
11326
- */
11327
- VpcEndpointPolicySupported?: boolean | undefined;
11328
- /**
11329
- * <p>Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.</p>
11330
- * @public
11331
- */
11332
- AcceptanceRequired?: boolean | undefined;
11333
- /**
11334
- * <p>Indicates whether the service manages its VPC endpoints. Management of the service VPC
11335
- * endpoints using the VPC endpoint API is restricted.</p>
11336
- * @public
11337
- */
11338
- ManagesVpcEndpoints?: boolean | undefined;
11339
- /**
11340
- * <p>The payer responsibility.</p>
11341
- * @public
11342
- */
11343
- PayerResponsibility?: PayerResponsibility | undefined;
11344
- /**
11345
- * <p>The tags assigned to the service.</p>
11346
- * @public
11347
- */
11348
- Tags?: Tag[] | undefined;
11349
- /**
11350
- * <p>The verification state of the VPC endpoint service.</p>
11351
- * <p>Consumers of the endpoint service cannot use the private name when the state is not <code>verified</code>.</p>
11352
- * @public
11353
- */
11354
- PrivateDnsNameVerificationState?: DnsNameState | undefined;
11355
- /**
11356
- * <p>The supported IP address types.</p>
11357
- * @public
11358
- */
11359
- SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
11360
- }
11361
- /**
11362
- * @public
11363
- */
11364
- export interface DescribeVpcEndpointServicesResult {
11365
- /**
11366
- * <p>The supported services.</p>
11367
- * @public
11368
- */
11369
- ServiceNames?: string[] | undefined;
11370
- /**
11371
- * <p>Information about the service.</p>
11372
- * @public
11373
- */
11374
- ServiceDetails?: ServiceDetail[] | undefined;
11375
- /**
11376
- * <p>The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.</p>
11377
- * @public
11378
- */
11379
- NextToken?: string | undefined;
11380
- }
11381
- /**
11382
- * @public
11383
- */
11384
- export interface DescribeVpcPeeringConnectionsRequest {
11385
- /**
11386
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
11387
- * @public
11388
- */
11389
- NextToken?: string | undefined;
11390
- /**
11391
- * <p>The maximum number of items to return for this request.
11392
- * To get the next page of items, make another request with the token returned in the output.
11393
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
11394
- * @public
11395
- */
11396
- MaxResults?: number | undefined;
11397
- /**
11398
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11399
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11400
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11401
- * @public
11402
- */
11403
- DryRun?: boolean | undefined;
11404
- /**
11405
- * <p>The IDs of the VPC peering connections.</p>
11406
- * <p>Default: Describes all your VPC peering connections.</p>
11407
- * @public
11408
- */
11409
- VpcPeeringConnectionIds?: string[] | undefined;
11410
- /**
11411
- * <p>The filters.</p>
11412
- * <ul>
11413
- * <li>
11414
- * <p>
11415
- * <code>accepter-vpc-info.cidr-block</code> - The IPv4 CIDR block of the accepter
11416
- * VPC.</p>
11417
- * </li>
11418
- * <li>
11419
- * <p>
11420
- * <code>accepter-vpc-info.owner-id</code> - The ID of the Amazon Web Services account that owns the
11421
- * accepter VPC.</p>
11422
- * </li>
11423
- * <li>
11424
- * <p>
11425
- * <code>accepter-vpc-info.vpc-id</code> - The ID of the accepter VPC.</p>
11426
- * </li>
11427
- * <li>
11428
- * <p>
11429
- * <code>expiration-time</code> - The expiration date and time for the VPC peering
11430
- * connection.</p>
11431
- * </li>
11432
- * <li>
11433
- * <p>
11434
- * <code>requester-vpc-info.cidr-block</code> - The IPv4 CIDR block of the
11435
- * requester's VPC.</p>
11436
- * </li>
11437
- * <li>
11438
- * <p>
11439
- * <code>requester-vpc-info.owner-id</code> - The ID of the Amazon Web Services account that owns the
11440
- * requester VPC.</p>
11441
- * </li>
11442
- * <li>
11443
- * <p>
11444
- * <code>requester-vpc-info.vpc-id</code> - The ID of the requester VPC.</p>
11445
- * </li>
11446
- * <li>
11447
- * <p>
11448
- * <code>status-code</code> - The status of the VPC peering connection
11449
- * (<code>pending-acceptance</code> | <code>failed</code> |
11450
- * <code>expired</code> | <code>provisioning</code> | <code>active</code> |
11451
- * <code>deleting</code> | <code>deleted</code> |
11452
- * <code>rejected</code>).</p>
11453
- * </li>
11454
- * <li>
11455
- * <p>
11456
- * <code>status-message</code> - A message that provides more information about the status
11457
- * of the VPC peering connection, if applicable.</p>
11458
- * </li>
11459
- * <li>
11460
- * <p>
11461
- * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
11462
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
11463
- * </li>
11464
- * <li>
11465
- * <p>
11466
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
11467
- * </li>
11468
- * <li>
11469
- * <p>
11470
- * <code>vpc-peering-connection-id</code> - The ID of the VPC peering connection.</p>
11471
- * </li>
11472
- * </ul>
11473
- * @public
11474
- */
11475
- Filters?: Filter[] | undefined;
11476
- }
11477
- /**
11478
- * @public
11479
- */
11480
- export interface DescribeVpcPeeringConnectionsResult {
11481
- /**
11482
- * <p>Information about the VPC peering connections.</p>
11483
- * @public
11484
- */
11485
- VpcPeeringConnections?: VpcPeeringConnection[] | undefined;
11486
- /**
11487
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
11488
- * @public
11489
- */
11490
- NextToken?: string | undefined;
11491
- }
11492
11328
  /**
11493
11329
  * @internal
11494
11330
  */