@aws-sdk/client-ec2 3.984.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 +14 -14
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeSecondarySubnetsCommandInput,
|
|
4
|
+
DescribeSecondarySubnetsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeSecondarySubnetsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeSecondarySubnets: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeSecondarySubnetsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeSecondarySubnetsCommandOutput>;
|
|
@@ -88,6 +88,9 @@ export * from "./DescribeRouteServersPaginator";
|
|
|
88
88
|
export * from "./DescribeRouteTablesPaginator";
|
|
89
89
|
export * from "./DescribeScheduledInstanceAvailabilityPaginator";
|
|
90
90
|
export * from "./DescribeScheduledInstancesPaginator";
|
|
91
|
+
export * from "./DescribeSecondaryInterfacesPaginator";
|
|
92
|
+
export * from "./DescribeSecondaryNetworksPaginator";
|
|
93
|
+
export * from "./DescribeSecondarySubnetsPaginator";
|
|
91
94
|
export * from "./DescribeSecurityGroupRulesPaginator";
|
|
92
95
|
export * from "./DescribeSecurityGroupsPaginator";
|
|
93
96
|
export * from "./DescribeSecurityGroupVpcAssociationsPaginator";
|
|
@@ -372,6 +372,10 @@ export declare var CreateRouteServerRequest$: StaticStructureSchema;
|
|
|
372
372
|
export declare var CreateRouteServerResult$: StaticStructureSchema;
|
|
373
373
|
export declare var CreateRouteTableRequest$: StaticStructureSchema;
|
|
374
374
|
export declare var CreateRouteTableResult$: StaticStructureSchema;
|
|
375
|
+
export declare var CreateSecondaryNetworkRequest$: StaticStructureSchema;
|
|
376
|
+
export declare var CreateSecondaryNetworkResult$: StaticStructureSchema;
|
|
377
|
+
export declare var CreateSecondarySubnetRequest$: StaticStructureSchema;
|
|
378
|
+
export declare var CreateSecondarySubnetResult$: StaticStructureSchema;
|
|
375
379
|
export declare var CreateSecurityGroupRequest$: StaticStructureSchema;
|
|
376
380
|
export declare var CreateSecurityGroupResult$: StaticStructureSchema;
|
|
377
381
|
export declare var CreateSnapshotRequest$: StaticStructureSchema;
|
|
@@ -571,6 +575,10 @@ export declare var DeleteRouteServerPeerResult$: StaticStructureSchema;
|
|
|
571
575
|
export declare var DeleteRouteServerRequest$: StaticStructureSchema;
|
|
572
576
|
export declare var DeleteRouteServerResult$: StaticStructureSchema;
|
|
573
577
|
export declare var DeleteRouteTableRequest$: StaticStructureSchema;
|
|
578
|
+
export declare var DeleteSecondaryNetworkRequest$: StaticStructureSchema;
|
|
579
|
+
export declare var DeleteSecondaryNetworkResult$: StaticStructureSchema;
|
|
580
|
+
export declare var DeleteSecondarySubnetRequest$: StaticStructureSchema;
|
|
581
|
+
export declare var DeleteSecondarySubnetResult$: StaticStructureSchema;
|
|
574
582
|
export declare var DeleteSecurityGroupRequest$: StaticStructureSchema;
|
|
575
583
|
export declare var DeleteSecurityGroupResult$: StaticStructureSchema;
|
|
576
584
|
export declare var DeleteSnapshotRequest$: StaticStructureSchema;
|
|
@@ -904,6 +912,12 @@ export declare var DescribeScheduledInstanceAvailabilityRequest$: StaticStructur
|
|
|
904
912
|
export declare var DescribeScheduledInstanceAvailabilityResult$: StaticStructureSchema;
|
|
905
913
|
export declare var DescribeScheduledInstancesRequest$: StaticStructureSchema;
|
|
906
914
|
export declare var DescribeScheduledInstancesResult$: StaticStructureSchema;
|
|
915
|
+
export declare var DescribeSecondaryInterfacesRequest$: StaticStructureSchema;
|
|
916
|
+
export declare var DescribeSecondaryInterfacesResult$: StaticStructureSchema;
|
|
917
|
+
export declare var DescribeSecondaryNetworksRequest$: StaticStructureSchema;
|
|
918
|
+
export declare var DescribeSecondaryNetworksResult$: StaticStructureSchema;
|
|
919
|
+
export declare var DescribeSecondarySubnetsRequest$: StaticStructureSchema;
|
|
920
|
+
export declare var DescribeSecondarySubnetsResult$: StaticStructureSchema;
|
|
907
921
|
export declare var DescribeSecurityGroupReferencesRequest$: StaticStructureSchema;
|
|
908
922
|
export declare var DescribeSecurityGroupReferencesResult$: StaticStructureSchema;
|
|
909
923
|
export declare var DescribeSecurityGroupRulesRequest$: StaticStructureSchema;
|
|
@@ -1494,6 +1508,11 @@ export declare var InstancePrivateIpAddress$: StaticStructureSchema;
|
|
|
1494
1508
|
export declare var InstanceRequirements$: StaticStructureSchema;
|
|
1495
1509
|
export declare var InstanceRequirementsRequest$: StaticStructureSchema;
|
|
1496
1510
|
export declare var InstanceRequirementsWithMetadataRequest$: StaticStructureSchema;
|
|
1511
|
+
export declare var InstanceSecondaryInterface$: StaticStructureSchema;
|
|
1512
|
+
export declare var InstanceSecondaryInterfaceAttachment$: StaticStructureSchema;
|
|
1513
|
+
export declare var InstanceSecondaryInterfacePrivateIpAddress$: StaticStructureSchema;
|
|
1514
|
+
export declare var InstanceSecondaryInterfacePrivateIpAddressRequest$: StaticStructureSchema;
|
|
1515
|
+
export declare var InstanceSecondaryInterfaceSpecificationRequest$: StaticStructureSchema;
|
|
1497
1516
|
export declare var InstanceSpecification$: StaticStructureSchema;
|
|
1498
1517
|
export declare var InstanceState$: StaticStructureSchema;
|
|
1499
1518
|
export declare var InstanceStateChange$: StaticStructureSchema;
|
|
@@ -1598,6 +1617,8 @@ export declare var LaunchTemplateInstanceMetadataOptions$: StaticStructureSchema
|
|
|
1598
1617
|
export declare var LaunchTemplateInstanceMetadataOptionsRequest$: StaticStructureSchema;
|
|
1599
1618
|
export declare var LaunchTemplateInstanceNetworkInterfaceSpecification$: StaticStructureSchema;
|
|
1600
1619
|
export declare var LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$: StaticStructureSchema;
|
|
1620
|
+
export declare var LaunchTemplateInstanceSecondaryInterfaceSpecification$: StaticStructureSchema;
|
|
1621
|
+
export declare var LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$: StaticStructureSchema;
|
|
1601
1622
|
export declare var LaunchTemplateLicenseConfiguration$: StaticStructureSchema;
|
|
1602
1623
|
export declare var LaunchTemplateLicenseConfigurationRequest$: StaticStructureSchema;
|
|
1603
1624
|
export declare var LaunchTemplateNetworkPerformanceOptions$: StaticStructureSchema;
|
|
@@ -2081,6 +2102,15 @@ export declare var SearchTransitGatewayMulticastGroupsRequest$: StaticStructureS
|
|
|
2081
2102
|
export declare var SearchTransitGatewayMulticastGroupsResult$: StaticStructureSchema;
|
|
2082
2103
|
export declare var SearchTransitGatewayRoutesRequest$: StaticStructureSchema;
|
|
2083
2104
|
export declare var SearchTransitGatewayRoutesResult$: StaticStructureSchema;
|
|
2105
|
+
export declare var SecondaryInterface$: StaticStructureSchema;
|
|
2106
|
+
export declare var SecondaryInterfaceAttachment$: StaticStructureSchema;
|
|
2107
|
+
export declare var SecondaryInterfaceIpv4Address$: StaticStructureSchema;
|
|
2108
|
+
export declare var SecondaryInterfacePrivateIpAddressSpecification$: StaticStructureSchema;
|
|
2109
|
+
export declare var SecondaryInterfacePrivateIpAddressSpecificationRequest$: StaticStructureSchema;
|
|
2110
|
+
export declare var SecondaryNetwork$: StaticStructureSchema;
|
|
2111
|
+
export declare var SecondaryNetworkIpv4CidrBlockAssociation$: StaticStructureSchema;
|
|
2112
|
+
export declare var SecondarySubnet$: StaticStructureSchema;
|
|
2113
|
+
export declare var SecondarySubnetIpv4CidrBlockAssociation$: StaticStructureSchema;
|
|
2084
2114
|
export declare var SecurityGroup$: StaticStructureSchema;
|
|
2085
2115
|
export declare var SecurityGroupForVpc$: StaticStructureSchema;
|
|
2086
2116
|
export declare var SecurityGroupIdentifier$: StaticStructureSchema;
|
|
@@ -2447,6 +2477,8 @@ export declare var CreateRouteServer$: StaticOperationSchema;
|
|
|
2447
2477
|
export declare var CreateRouteServerEndpoint$: StaticOperationSchema;
|
|
2448
2478
|
export declare var CreateRouteServerPeer$: StaticOperationSchema;
|
|
2449
2479
|
export declare var CreateRouteTable$: StaticOperationSchema;
|
|
2480
|
+
export declare var CreateSecondaryNetwork$: StaticOperationSchema;
|
|
2481
|
+
export declare var CreateSecondarySubnet$: StaticOperationSchema;
|
|
2450
2482
|
export declare var CreateSecurityGroup$: StaticOperationSchema;
|
|
2451
2483
|
export declare var CreateSnapshot$: StaticOperationSchema;
|
|
2452
2484
|
export declare var CreateSnapshots$: StaticOperationSchema;
|
|
@@ -2539,6 +2571,8 @@ export declare var DeleteRouteServer$: StaticOperationSchema;
|
|
|
2539
2571
|
export declare var DeleteRouteServerEndpoint$: StaticOperationSchema;
|
|
2540
2572
|
export declare var DeleteRouteServerPeer$: StaticOperationSchema;
|
|
2541
2573
|
export declare var DeleteRouteTable$: StaticOperationSchema;
|
|
2574
|
+
export declare var DeleteSecondaryNetwork$: StaticOperationSchema;
|
|
2575
|
+
export declare var DeleteSecondarySubnet$: StaticOperationSchema;
|
|
2542
2576
|
export declare var DeleteSecurityGroup$: StaticOperationSchema;
|
|
2543
2577
|
export declare var DeleteSnapshot$: StaticOperationSchema;
|
|
2544
2578
|
export declare var DeleteSpotDatafeedSubscription$: StaticOperationSchema;
|
|
@@ -2707,6 +2741,9 @@ export declare var DescribeRouteServers$: StaticOperationSchema;
|
|
|
2707
2741
|
export declare var DescribeRouteTables$: StaticOperationSchema;
|
|
2708
2742
|
export declare var DescribeScheduledInstanceAvailability$: StaticOperationSchema;
|
|
2709
2743
|
export declare var DescribeScheduledInstances$: StaticOperationSchema;
|
|
2744
|
+
export declare var DescribeSecondaryInterfaces$: StaticOperationSchema;
|
|
2745
|
+
export declare var DescribeSecondaryNetworks$: StaticOperationSchema;
|
|
2746
|
+
export declare var DescribeSecondarySubnets$: StaticOperationSchema;
|
|
2710
2747
|
export declare var DescribeSecurityGroupReferences$: StaticOperationSchema;
|
|
2711
2748
|
export declare var DescribeSecurityGroupRules$: StaticOperationSchema;
|
|
2712
2749
|
export declare var DescribeSecurityGroups$: StaticOperationSchema;
|
|
@@ -20,6 +20,10 @@ export * from "./waitForKeyPairExists";
|
|
|
20
20
|
export * from "./waitForNatGatewayAvailable";
|
|
21
21
|
export * from "./waitForNatGatewayDeleted";
|
|
22
22
|
export * from "./waitForNetworkInterfaceAvailable";
|
|
23
|
+
export * from "./waitForSecondaryNetworkCreateComplete";
|
|
24
|
+
export * from "./waitForSecondaryNetworkDeleteComplete";
|
|
25
|
+
export * from "./waitForSecondarySubnetCreateComplete";
|
|
26
|
+
export * from "./waitForSecondarySubnetDeleteComplete";
|
|
23
27
|
export * from "./waitForSecurityGroupExists";
|
|
24
28
|
export * from "./waitForSecurityGroupVpcAssociationAssociated";
|
|
25
29
|
export * from "./waitForSecurityGroupVpcAssociationDisassociated";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeSecondaryNetworksCommandInput } from "../commands/DescribeSecondaryNetworksCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export declare const waitForSecondaryNetworkCreateComplete: (
|
|
5
|
+
params: WaiterConfiguration<EC2Client>,
|
|
6
|
+
input: DescribeSecondaryNetworksCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilSecondaryNetworkCreateComplete: (
|
|
9
|
+
params: WaiterConfiguration<EC2Client>,
|
|
10
|
+
input: DescribeSecondaryNetworksCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeSecondaryNetworksCommandInput } from "../commands/DescribeSecondaryNetworksCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export declare const waitForSecondaryNetworkDeleteComplete: (
|
|
5
|
+
params: WaiterConfiguration<EC2Client>,
|
|
6
|
+
input: DescribeSecondaryNetworksCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilSecondaryNetworkDeleteComplete: (
|
|
9
|
+
params: WaiterConfiguration<EC2Client>,
|
|
10
|
+
input: DescribeSecondaryNetworksCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeSecondarySubnetsCommandInput } from "../commands/DescribeSecondarySubnetsCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export declare const waitForSecondarySubnetCreateComplete: (
|
|
5
|
+
params: WaiterConfiguration<EC2Client>,
|
|
6
|
+
input: DescribeSecondarySubnetsCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilSecondarySubnetCreateComplete: (
|
|
9
|
+
params: WaiterConfiguration<EC2Client>,
|
|
10
|
+
input: DescribeSecondarySubnetsCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeSecondarySubnetsCommandInput } from "../commands/DescribeSecondarySubnetsCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export declare const waitForSecondarySubnetDeleteComplete: (
|
|
5
|
+
params: WaiterConfiguration<EC2Client>,
|
|
6
|
+
input: DescribeSecondarySubnetsCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilSecondarySubnetDeleteComplete: (
|
|
9
|
+
params: WaiterConfiguration<EC2Client>,
|
|
10
|
+
input: DescribeSecondarySubnetsCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -20,6 +20,10 @@ export * from "./waitForKeyPairExists";
|
|
|
20
20
|
export * from "./waitForNatGatewayAvailable";
|
|
21
21
|
export * from "./waitForNatGatewayDeleted";
|
|
22
22
|
export * from "./waitForNetworkInterfaceAvailable";
|
|
23
|
+
export * from "./waitForSecondaryNetworkCreateComplete";
|
|
24
|
+
export * from "./waitForSecondaryNetworkDeleteComplete";
|
|
25
|
+
export * from "./waitForSecondarySubnetCreateComplete";
|
|
26
|
+
export * from "./waitForSecondarySubnetDeleteComplete";
|
|
23
27
|
export * from "./waitForSecurityGroupExists";
|
|
24
28
|
export * from "./waitForSecurityGroupVpcAssociationAssociated";
|
|
25
29
|
export * from "./waitForSecurityGroupVpcAssociationDisassociated";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeSecondaryNetworksCommandInput } from "../commands/DescribeSecondaryNetworksCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilSecondaryNetworkCreateComplete instead. waitForSecondaryNetworkCreateComplete does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForSecondaryNetworkCreateComplete: (params: WaiterConfiguration<EC2Client>, input: DescribeSecondaryNetworksCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeSecondaryNetworksCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilSecondaryNetworkCreateComplete: (params: WaiterConfiguration<EC2Client>, input: DescribeSecondaryNetworksCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeSecondaryNetworksCommandInput } from "../commands/DescribeSecondaryNetworksCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilSecondaryNetworkDeleteComplete instead. waitForSecondaryNetworkDeleteComplete does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForSecondaryNetworkDeleteComplete: (params: WaiterConfiguration<EC2Client>, input: DescribeSecondaryNetworksCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeSecondaryNetworksCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilSecondaryNetworkDeleteComplete: (params: WaiterConfiguration<EC2Client>, input: DescribeSecondaryNetworksCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeSecondarySubnetsCommandInput } from "../commands/DescribeSecondarySubnetsCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilSecondarySubnetCreateComplete instead. waitForSecondarySubnetCreateComplete does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForSecondarySubnetCreateComplete: (params: WaiterConfiguration<EC2Client>, input: DescribeSecondarySubnetsCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeSecondarySubnetsCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilSecondarySubnetCreateComplete: (params: WaiterConfiguration<EC2Client>, input: DescribeSecondarySubnetsCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeSecondarySubnetsCommandInput } from "../commands/DescribeSecondarySubnetsCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilSecondarySubnetDeleteComplete instead. waitForSecondarySubnetDeleteComplete does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForSecondarySubnetDeleteComplete: (params: WaiterConfiguration<EC2Client>, input: DescribeSecondarySubnetsCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeSecondarySubnetsCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilSecondarySubnetDeleteComplete: (params: WaiterConfiguration<EC2Client>, input: DescribeSecondarySubnetsCommandInput) => Promise<WaiterResult>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.986.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.7",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.6",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-sdk-ec2": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-sdk-ec2": "^3.972.6",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "^3.972.7",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
32
32
|
"@aws-sdk/types": "^3.973.1",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.986.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "^3.972.5",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.6",
|
|
37
|
-
"@smithy/core": "^3.22.
|
|
37
|
+
"@smithy/core": "^3.22.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
39
39
|
"@smithy/hash-node": "^4.2.8",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.13",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.30",
|
|
44
44
|
"@smithy/middleware-serde": "^4.2.9",
|
|
45
45
|
"@smithy/middleware-stack": "^4.2.8",
|
|
46
46
|
"@smithy/node-config-provider": "^4.3.8",
|
|
47
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
+
"@smithy/node-http-handler": "^4.4.9",
|
|
48
48
|
"@smithy/protocol-http": "^5.3.8",
|
|
49
|
-
"@smithy/smithy-client": "^4.11.
|
|
49
|
+
"@smithy/smithy-client": "^4.11.2",
|
|
50
50
|
"@smithy/types": "^4.12.0",
|
|
51
51
|
"@smithy/url-parser": "^4.2.8",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.29",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.32",
|
|
57
57
|
"@smithy/util-endpoints": "^3.2.8",
|
|
58
58
|
"@smithy/util-middleware": "^4.2.8",
|
|
59
59
|
"@smithy/util-retry": "^4.2.8",
|