@aws-sdk/client-ec2 3.985.0 → 3.986.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.
- package/README.md +49 -0
- package/dist-cjs/index.js +973 -115
- package/dist-es/EC2.js +28 -0
- package/dist-es/commands/CreateSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/CreateSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DeleteSecondaryNetworkCommand.js +16 -0
- package/dist-es/commands/DeleteSecondarySubnetCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryInterfacesCommand.js +16 -0
- package/dist-es/commands/DescribeSecondaryNetworksCommand.js +16 -0
- package/dist-es/commands/DescribeSecondarySubnetsCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +45 -0
- package/dist-es/pagination/DescribeSecondaryInterfacesPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondaryNetworksPaginator.js +4 -0
- package/dist-es/pagination/DescribeSecondarySubnetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +482 -53
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForSecondaryNetworkCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondaryNetworkDeleteComplete.js +54 -0
- package/dist-es/waiters/waitForSecondarySubnetCreateComplete.js +57 -0
- package/dist-es/waiters/waitForSecondarySubnetDeleteComplete.js +54 -0
- package/dist-types/EC2.d.ts +97 -0
- package/dist-types/EC2Client.d.ts +9 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +17 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +32 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +159 -0
- package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +178 -0
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecondaryNetworkCommand.d.ts +134 -0
- package/dist-types/commands/DeleteSecondarySubnetCommand.d.ts +140 -0
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +26 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +233 -0
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +221 -0
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +179 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +41 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +101 -0
- package/dist-types/models/models_1.d.ts +187 -391
- package/dist-types/models/models_2.d.ts +655 -223
- package/dist-types/models/models_3.d.ts +225 -1176
- package/dist-types/models/models_4.d.ts +3939 -3103
- package/dist-types/models/models_5.d.ts +4263 -4009
- package/dist-types/models/models_6.d.ts +4721 -4755
- package/dist-types/models/models_7.d.ts +730 -9
- package/dist-types/pagination/DescribeSecondaryInterfacesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondaryNetworksPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeSecondarySubnetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/EC2.d.ts +179 -0
- package/dist-types/ts3.4/EC2Client.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSecondarySubnetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteSecondaryNetworkCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSecondarySubnetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledIpamPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageAncestryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -0
- package/dist-types/ts3.4/models/models_1.d.ts +73 -81
- package/dist-types/ts3.4/models/models_2.d.ts +133 -60
- package/dist-types/ts3.4/models/models_3.d.ts +66 -92
- package/dist-types/ts3.4/models/models_4.d.ts +190 -190
- package/dist-types/ts3.4/models/models_5.d.ts +176 -151
- package/dist-types/ts3.4/models/models_6.d.ts +142 -173
- package/dist-types/ts3.4/models/models_7.d.ts +193 -7
- package/dist-types/ts3.4/pagination/DescribeSecondaryInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondaryNetworksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSecondarySubnetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecondarySubnetDeleteComplete.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForSecondaryNetworkCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondaryNetworkDeleteComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForSecondarySubnetDeleteComplete.d.ts +14 -0
- package/package.json +2 -2
|
@@ -4,7 +4,6 @@ import {
|
|
|
4
4
|
AddressAttributeName,
|
|
5
5
|
AllocationState,
|
|
6
6
|
AllowsMultipleInstanceTypes,
|
|
7
|
-
AmdSevSnpSpecification,
|
|
8
7
|
ArchitectureValues,
|
|
9
8
|
AsnState,
|
|
10
9
|
AssociatedNetworkType,
|
|
@@ -20,7 +19,6 @@ import {
|
|
|
20
19
|
CapacityManagerDataExportStatus,
|
|
21
20
|
CapacityReservationBillingRequestStatus,
|
|
22
21
|
CapacityReservationFleetState,
|
|
23
|
-
CapacityReservationPreference,
|
|
24
22
|
CapacityReservationTenancy,
|
|
25
23
|
ClientVpnAuthenticationType,
|
|
26
24
|
ClientVpnConnectionStatusCode,
|
|
@@ -51,7 +49,6 @@ import {
|
|
|
51
49
|
FpgaImageStateCode,
|
|
52
50
|
HostMaintenance,
|
|
53
51
|
HostRecovery,
|
|
54
|
-
HttpTokensState,
|
|
55
52
|
HypervisorType,
|
|
56
53
|
ImageAttributeName,
|
|
57
54
|
ImageReferenceOptionName,
|
|
@@ -60,19 +57,12 @@ import {
|
|
|
60
57
|
ImageTypeValues,
|
|
61
58
|
ImdsSupportValues,
|
|
62
59
|
InstanceAttributeName,
|
|
63
|
-
InstanceAutoRecoveryState,
|
|
64
60
|
InstanceLifecycle,
|
|
65
|
-
InstanceMetadataEndpointState,
|
|
66
|
-
InstanceMetadataOptionsState,
|
|
67
|
-
InstanceMetadataProtocolState,
|
|
68
|
-
InstanceMetadataTagsState,
|
|
69
|
-
InstanceRebootMigrationState,
|
|
70
61
|
InstanceStateName,
|
|
71
62
|
IpamPoolCidrFailureCode,
|
|
72
63
|
IpamPoolCidrState,
|
|
73
64
|
LogDestinationType,
|
|
74
65
|
MetricType,
|
|
75
|
-
MonitoringState,
|
|
76
66
|
OutputFormat,
|
|
77
67
|
PaymentOption,
|
|
78
68
|
PeriodType,
|
|
@@ -100,6 +90,7 @@ import {
|
|
|
100
90
|
ClientVpnEndpointStatus,
|
|
101
91
|
ClientVpnRouteStatus,
|
|
102
92
|
OperatorResponse,
|
|
93
|
+
TransitGatewayPeeringAttachment,
|
|
103
94
|
TransitGatewayVpcAttachment,
|
|
104
95
|
VerifiedAccessInstance,
|
|
105
96
|
VerifiedAccessTrustProvider,
|
|
@@ -123,7 +114,6 @@ import {
|
|
|
123
114
|
} from "./models_0";
|
|
124
115
|
import {
|
|
125
116
|
AttributeValue,
|
|
126
|
-
CapacityReservationTargetResponse,
|
|
127
117
|
FleetLaunchTemplateSpecification,
|
|
128
118
|
LaunchTemplateAndOverridesResponse,
|
|
129
119
|
StateReason,
|
|
@@ -136,6 +126,12 @@ import {
|
|
|
136
126
|
GroupIdentifier,
|
|
137
127
|
} from "./models_1";
|
|
138
128
|
import {
|
|
129
|
+
TransitGateway,
|
|
130
|
+
TransitGatewayConnect,
|
|
131
|
+
TransitGatewayConnectPeer,
|
|
132
|
+
TransitGatewayMeteringPolicy,
|
|
133
|
+
TransitGatewayMeteringPolicyEntry,
|
|
134
|
+
TransitGatewayMulticastDomain,
|
|
139
135
|
TransitGatewayPolicyTable,
|
|
140
136
|
TransitGatewayPrefixListReference,
|
|
141
137
|
TransitGatewayRoute,
|
|
@@ -145,6 +141,65 @@ import {
|
|
|
145
141
|
VerifiedAccessGroup,
|
|
146
142
|
VpcBlockPublicAccessExclusion,
|
|
147
143
|
} from "./models_2";
|
|
144
|
+
export interface DeleteTrafficMirrorTargetResult {
|
|
145
|
+
TrafficMirrorTargetId?: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface DeleteTransitGatewayRequest {
|
|
148
|
+
TransitGatewayId: string | undefined;
|
|
149
|
+
DryRun?: boolean | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface DeleteTransitGatewayResult {
|
|
152
|
+
TransitGateway?: TransitGateway | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface DeleteTransitGatewayConnectRequest {
|
|
155
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
156
|
+
DryRun?: boolean | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface DeleteTransitGatewayConnectResult {
|
|
159
|
+
TransitGatewayConnect?: TransitGatewayConnect | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface DeleteTransitGatewayConnectPeerRequest {
|
|
162
|
+
TransitGatewayConnectPeerId: string | undefined;
|
|
163
|
+
DryRun?: boolean | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface DeleteTransitGatewayConnectPeerResult {
|
|
166
|
+
TransitGatewayConnectPeer?: TransitGatewayConnectPeer | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface DeleteTransitGatewayMeteringPolicyRequest {
|
|
169
|
+
TransitGatewayMeteringPolicyId: string | undefined;
|
|
170
|
+
DryRun?: boolean | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface DeleteTransitGatewayMeteringPolicyResult {
|
|
173
|
+
TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface DeleteTransitGatewayMeteringPolicyEntryRequest {
|
|
176
|
+
TransitGatewayMeteringPolicyId: string | undefined;
|
|
177
|
+
PolicyRuleNumber: number | undefined;
|
|
178
|
+
DryRun?: boolean | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface DeleteTransitGatewayMeteringPolicyEntryResult {
|
|
181
|
+
TransitGatewayMeteringPolicyEntry?:
|
|
182
|
+
| TransitGatewayMeteringPolicyEntry
|
|
183
|
+
| undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface DeleteTransitGatewayMulticastDomainRequest {
|
|
186
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
187
|
+
DryRun?: boolean | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface DeleteTransitGatewayMulticastDomainResult {
|
|
190
|
+
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface DeleteTransitGatewayPeeringAttachmentRequest {
|
|
193
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
194
|
+
DryRun?: boolean | undefined;
|
|
195
|
+
}
|
|
196
|
+
export interface DeleteTransitGatewayPeeringAttachmentResult {
|
|
197
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface DeleteTransitGatewayPolicyTableRequest {
|
|
200
|
+
TransitGatewayPolicyTableId: string | undefined;
|
|
201
|
+
DryRun?: boolean | undefined;
|
|
202
|
+
}
|
|
148
203
|
export interface DeleteTransitGatewayPolicyTableResult {
|
|
149
204
|
TransitGatewayPolicyTable?: TransitGatewayPolicyTable | undefined;
|
|
150
205
|
}
|
|
@@ -1884,84 +1939,3 @@ export interface DescribeInstanceImageMetadataResult {
|
|
|
1884
1939
|
InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
|
|
1885
1940
|
NextToken?: string | undefined;
|
|
1886
1941
|
}
|
|
1887
|
-
export interface DescribeInstancesRequest {
|
|
1888
|
-
InstanceIds?: string[] | undefined;
|
|
1889
|
-
DryRun?: boolean | undefined;
|
|
1890
|
-
Filters?: Filter[] | undefined;
|
|
1891
|
-
NextToken?: string | undefined;
|
|
1892
|
-
MaxResults?: number | undefined;
|
|
1893
|
-
}
|
|
1894
|
-
export interface CapacityReservationSpecificationResponse {
|
|
1895
|
-
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
1896
|
-
CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
|
|
1897
|
-
}
|
|
1898
|
-
export interface CpuOptions {
|
|
1899
|
-
CoreCount?: number | undefined;
|
|
1900
|
-
ThreadsPerCore?: number | undefined;
|
|
1901
|
-
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
1902
|
-
}
|
|
1903
|
-
export interface ElasticGpuAssociation {
|
|
1904
|
-
ElasticGpuId?: string | undefined;
|
|
1905
|
-
ElasticGpuAssociationId?: string | undefined;
|
|
1906
|
-
ElasticGpuAssociationState?: string | undefined;
|
|
1907
|
-
ElasticGpuAssociationTime?: string | undefined;
|
|
1908
|
-
}
|
|
1909
|
-
export interface ElasticInferenceAcceleratorAssociation {
|
|
1910
|
-
ElasticInferenceAcceleratorArn?: string | undefined;
|
|
1911
|
-
ElasticInferenceAcceleratorAssociationId?: string | undefined;
|
|
1912
|
-
ElasticInferenceAcceleratorAssociationState?: string | undefined;
|
|
1913
|
-
ElasticInferenceAcceleratorAssociationTime?: Date | undefined;
|
|
1914
|
-
}
|
|
1915
|
-
export interface HibernationOptions {
|
|
1916
|
-
Configured?: boolean | undefined;
|
|
1917
|
-
}
|
|
1918
|
-
export interface LicenseConfiguration {
|
|
1919
|
-
LicenseConfigurationArn?: string | undefined;
|
|
1920
|
-
}
|
|
1921
|
-
export interface InstanceMaintenanceOptions {
|
|
1922
|
-
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
1923
|
-
RebootMigration?: InstanceRebootMigrationState | undefined;
|
|
1924
|
-
}
|
|
1925
|
-
export interface InstanceMetadataOptionsResponse {
|
|
1926
|
-
State?: InstanceMetadataOptionsState | undefined;
|
|
1927
|
-
HttpTokens?: HttpTokensState | undefined;
|
|
1928
|
-
HttpPutResponseHopLimit?: number | undefined;
|
|
1929
|
-
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
1930
|
-
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
1931
|
-
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface Monitoring {
|
|
1934
|
-
State?: MonitoringState | undefined;
|
|
1935
|
-
}
|
|
1936
|
-
export interface InstanceNetworkInterfaceAssociation {
|
|
1937
|
-
CarrierIp?: string | undefined;
|
|
1938
|
-
CustomerOwnedIp?: string | undefined;
|
|
1939
|
-
IpOwnerId?: string | undefined;
|
|
1940
|
-
PublicDnsName?: string | undefined;
|
|
1941
|
-
PublicIp?: string | undefined;
|
|
1942
|
-
}
|
|
1943
|
-
export interface InstanceAttachmentEnaSrdUdpSpecification {
|
|
1944
|
-
EnaSrdUdpEnabled?: boolean | undefined;
|
|
1945
|
-
}
|
|
1946
|
-
export interface InstanceAttachmentEnaSrdSpecification {
|
|
1947
|
-
EnaSrdEnabled?: boolean | undefined;
|
|
1948
|
-
EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification | undefined;
|
|
1949
|
-
}
|
|
1950
|
-
export interface InstanceNetworkInterfaceAttachment {
|
|
1951
|
-
AttachTime?: Date | undefined;
|
|
1952
|
-
AttachmentId?: string | undefined;
|
|
1953
|
-
DeleteOnTermination?: boolean | undefined;
|
|
1954
|
-
DeviceIndex?: number | undefined;
|
|
1955
|
-
Status?: AttachmentStatus | undefined;
|
|
1956
|
-
NetworkCardIndex?: number | undefined;
|
|
1957
|
-
EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification | undefined;
|
|
1958
|
-
EnaQueueCount?: number | undefined;
|
|
1959
|
-
}
|
|
1960
|
-
export interface ConnectionTrackingSpecificationResponse {
|
|
1961
|
-
TcpEstablishedTimeout?: number | undefined;
|
|
1962
|
-
UdpStreamTimeout?: number | undefined;
|
|
1963
|
-
UdpTimeout?: number | undefined;
|
|
1964
|
-
}
|
|
1965
|
-
export interface InstanceIpv4Prefix {
|
|
1966
|
-
Ipv4Prefix?: string | undefined;
|
|
1967
|
-
}
|