@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
package/dist-es/EC2.js
CHANGED
|
@@ -121,6 +121,8 @@ import { CreateRouteServerCommand, } from "./commands/CreateRouteServerCommand";
|
|
|
121
121
|
import { CreateRouteServerEndpointCommand, } from "./commands/CreateRouteServerEndpointCommand";
|
|
122
122
|
import { CreateRouteServerPeerCommand, } from "./commands/CreateRouteServerPeerCommand";
|
|
123
123
|
import { CreateRouteTableCommand, } from "./commands/CreateRouteTableCommand";
|
|
124
|
+
import { CreateSecondaryNetworkCommand, } from "./commands/CreateSecondaryNetworkCommand";
|
|
125
|
+
import { CreateSecondarySubnetCommand, } from "./commands/CreateSecondarySubnetCommand";
|
|
124
126
|
import { CreateSecurityGroupCommand, } from "./commands/CreateSecurityGroupCommand";
|
|
125
127
|
import { CreateSnapshotCommand, } from "./commands/CreateSnapshotCommand";
|
|
126
128
|
import { CreateSnapshotsCommand, } from "./commands/CreateSnapshotsCommand";
|
|
@@ -213,6 +215,8 @@ import { DeleteRouteServerCommand, } from "./commands/DeleteRouteServerCommand";
|
|
|
213
215
|
import { DeleteRouteServerEndpointCommand, } from "./commands/DeleteRouteServerEndpointCommand";
|
|
214
216
|
import { DeleteRouteServerPeerCommand, } from "./commands/DeleteRouteServerPeerCommand";
|
|
215
217
|
import { DeleteRouteTableCommand, } from "./commands/DeleteRouteTableCommand";
|
|
218
|
+
import { DeleteSecondaryNetworkCommand, } from "./commands/DeleteSecondaryNetworkCommand";
|
|
219
|
+
import { DeleteSecondarySubnetCommand, } from "./commands/DeleteSecondarySubnetCommand";
|
|
216
220
|
import { DeleteSecurityGroupCommand, } from "./commands/DeleteSecurityGroupCommand";
|
|
217
221
|
import { DeleteSnapshotCommand, } from "./commands/DeleteSnapshotCommand";
|
|
218
222
|
import { DeleteSpotDatafeedSubscriptionCommand, } from "./commands/DeleteSpotDatafeedSubscriptionCommand";
|
|
@@ -381,6 +385,9 @@ import { DescribeRouteServersCommand, } from "./commands/DescribeRouteServersCom
|
|
|
381
385
|
import { DescribeRouteTablesCommand, } from "./commands/DescribeRouteTablesCommand";
|
|
382
386
|
import { DescribeScheduledInstanceAvailabilityCommand, } from "./commands/DescribeScheduledInstanceAvailabilityCommand";
|
|
383
387
|
import { DescribeScheduledInstancesCommand, } from "./commands/DescribeScheduledInstancesCommand";
|
|
388
|
+
import { DescribeSecondaryInterfacesCommand, } from "./commands/DescribeSecondaryInterfacesCommand";
|
|
389
|
+
import { DescribeSecondaryNetworksCommand, } from "./commands/DescribeSecondaryNetworksCommand";
|
|
390
|
+
import { DescribeSecondarySubnetsCommand, } from "./commands/DescribeSecondarySubnetsCommand";
|
|
384
391
|
import { DescribeSecurityGroupReferencesCommand, } from "./commands/DescribeSecurityGroupReferencesCommand";
|
|
385
392
|
import { DescribeSecurityGroupRulesCommand, } from "./commands/DescribeSecurityGroupRulesCommand";
|
|
386
393
|
import { DescribeSecurityGroupsCommand, } from "./commands/DescribeSecurityGroupsCommand";
|
|
@@ -838,6 +845,9 @@ import { paginateDescribeRouteServers } from "./pagination/DescribeRouteServersP
|
|
|
838
845
|
import { paginateDescribeRouteTables } from "./pagination/DescribeRouteTablesPaginator";
|
|
839
846
|
import { paginateDescribeScheduledInstanceAvailability, } from "./pagination/DescribeScheduledInstanceAvailabilityPaginator";
|
|
840
847
|
import { paginateDescribeScheduledInstances } from "./pagination/DescribeScheduledInstancesPaginator";
|
|
848
|
+
import { paginateDescribeSecondaryInterfaces } from "./pagination/DescribeSecondaryInterfacesPaginator";
|
|
849
|
+
import { paginateDescribeSecondaryNetworks } from "./pagination/DescribeSecondaryNetworksPaginator";
|
|
850
|
+
import { paginateDescribeSecondarySubnets } from "./pagination/DescribeSecondarySubnetsPaginator";
|
|
841
851
|
import { paginateDescribeSecurityGroupRules } from "./pagination/DescribeSecurityGroupRulesPaginator";
|
|
842
852
|
import { paginateDescribeSecurityGroups } from "./pagination/DescribeSecurityGroupsPaginator";
|
|
843
853
|
import { paginateDescribeSecurityGroupVpcAssociations, } from "./pagination/DescribeSecurityGroupVpcAssociationsPaginator";
|
|
@@ -934,6 +944,10 @@ import { waitUntilNatGatewayAvailable } from "./waiters/waitForNatGatewayAvailab
|
|
|
934
944
|
import { waitUntilNatGatewayDeleted } from "./waiters/waitForNatGatewayDeleted";
|
|
935
945
|
import { waitUntilNetworkInterfaceAvailable } from "./waiters/waitForNetworkInterfaceAvailable";
|
|
936
946
|
import { waitUntilPasswordDataAvailable } from "./waiters/waitForPasswordDataAvailable";
|
|
947
|
+
import { waitUntilSecondaryNetworkCreateComplete } from "./waiters/waitForSecondaryNetworkCreateComplete";
|
|
948
|
+
import { waitUntilSecondaryNetworkDeleteComplete } from "./waiters/waitForSecondaryNetworkDeleteComplete";
|
|
949
|
+
import { waitUntilSecondarySubnetCreateComplete } from "./waiters/waitForSecondarySubnetCreateComplete";
|
|
950
|
+
import { waitUntilSecondarySubnetDeleteComplete } from "./waiters/waitForSecondarySubnetDeleteComplete";
|
|
937
951
|
import { waitUntilSecurityGroupExists } from "./waiters/waitForSecurityGroupExists";
|
|
938
952
|
import { waitUntilSecurityGroupVpcAssociationAssociated } from "./waiters/waitForSecurityGroupVpcAssociationAssociated";
|
|
939
953
|
import { waitUntilSecurityGroupVpcAssociationDisassociated, } from "./waiters/waitForSecurityGroupVpcAssociationDisassociated";
|
|
@@ -1075,6 +1089,8 @@ const commands = {
|
|
|
1075
1089
|
CreateRouteServerEndpointCommand,
|
|
1076
1090
|
CreateRouteServerPeerCommand,
|
|
1077
1091
|
CreateRouteTableCommand,
|
|
1092
|
+
CreateSecondaryNetworkCommand,
|
|
1093
|
+
CreateSecondarySubnetCommand,
|
|
1078
1094
|
CreateSecurityGroupCommand,
|
|
1079
1095
|
CreateSnapshotCommand,
|
|
1080
1096
|
CreateSnapshotsCommand,
|
|
@@ -1167,6 +1183,8 @@ const commands = {
|
|
|
1167
1183
|
DeleteRouteServerEndpointCommand,
|
|
1168
1184
|
DeleteRouteServerPeerCommand,
|
|
1169
1185
|
DeleteRouteTableCommand,
|
|
1186
|
+
DeleteSecondaryNetworkCommand,
|
|
1187
|
+
DeleteSecondarySubnetCommand,
|
|
1170
1188
|
DeleteSecurityGroupCommand,
|
|
1171
1189
|
DeleteSnapshotCommand,
|
|
1172
1190
|
DeleteSpotDatafeedSubscriptionCommand,
|
|
@@ -1335,6 +1353,9 @@ const commands = {
|
|
|
1335
1353
|
DescribeRouteTablesCommand,
|
|
1336
1354
|
DescribeScheduledInstanceAvailabilityCommand,
|
|
1337
1355
|
DescribeScheduledInstancesCommand,
|
|
1356
|
+
DescribeSecondaryInterfacesCommand,
|
|
1357
|
+
DescribeSecondaryNetworksCommand,
|
|
1358
|
+
DescribeSecondarySubnetsCommand,
|
|
1338
1359
|
DescribeSecurityGroupReferencesCommand,
|
|
1339
1360
|
DescribeSecurityGroupRulesCommand,
|
|
1340
1361
|
DescribeSecurityGroupsCommand,
|
|
@@ -1793,6 +1814,9 @@ const paginators = {
|
|
|
1793
1814
|
paginateDescribeRouteTables,
|
|
1794
1815
|
paginateDescribeScheduledInstanceAvailability,
|
|
1795
1816
|
paginateDescribeScheduledInstances,
|
|
1817
|
+
paginateDescribeSecondaryInterfaces,
|
|
1818
|
+
paginateDescribeSecondaryNetworks,
|
|
1819
|
+
paginateDescribeSecondarySubnets,
|
|
1796
1820
|
paginateDescribeSecurityGroupRules,
|
|
1797
1821
|
paginateDescribeSecurityGroups,
|
|
1798
1822
|
paginateDescribeSecurityGroupVpcAssociations,
|
|
@@ -1892,6 +1916,10 @@ const waiters = {
|
|
|
1892
1916
|
waitUntilNatGatewayAvailable,
|
|
1893
1917
|
waitUntilNatGatewayDeleted,
|
|
1894
1918
|
waitUntilNetworkInterfaceAvailable,
|
|
1919
|
+
waitUntilSecondaryNetworkCreateComplete,
|
|
1920
|
+
waitUntilSecondaryNetworkDeleteComplete,
|
|
1921
|
+
waitUntilSecondarySubnetCreateComplete,
|
|
1922
|
+
waitUntilSecondarySubnetDeleteComplete,
|
|
1895
1923
|
waitUntilSecurityGroupExists,
|
|
1896
1924
|
waitUntilSecurityGroupVpcAssociationAssociated,
|
|
1897
1925
|
waitUntilSecurityGroupVpcAssociationDisassociated,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateSecondaryNetwork$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateSecondaryNetworkCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "CreateSecondaryNetwork", {})
|
|
13
|
+
.n("EC2Client", "CreateSecondaryNetworkCommand")
|
|
14
|
+
.sc(CreateSecondaryNetwork$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateSecondarySubnet$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateSecondarySubnetCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "CreateSecondarySubnet", {})
|
|
13
|
+
.n("EC2Client", "CreateSecondarySubnetCommand")
|
|
14
|
+
.sc(CreateSecondarySubnet$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteSecondaryNetwork$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteSecondaryNetworkCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "DeleteSecondaryNetwork", {})
|
|
13
|
+
.n("EC2Client", "DeleteSecondaryNetworkCommand")
|
|
14
|
+
.sc(DeleteSecondaryNetwork$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteSecondarySubnet$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteSecondarySubnetCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "DeleteSecondarySubnet", {})
|
|
13
|
+
.n("EC2Client", "DeleteSecondarySubnetCommand")
|
|
14
|
+
.sc(DeleteSecondarySubnet$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeSecondaryInterfaces$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeSecondaryInterfacesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "DescribeSecondaryInterfaces", {})
|
|
13
|
+
.n("EC2Client", "DescribeSecondaryInterfacesCommand")
|
|
14
|
+
.sc(DescribeSecondaryInterfaces$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeSecondaryNetworks$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeSecondaryNetworksCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "DescribeSecondaryNetworks", {})
|
|
13
|
+
.n("EC2Client", "DescribeSecondaryNetworksCommand")
|
|
14
|
+
.sc(DescribeSecondaryNetworks$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeSecondarySubnets$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeSecondarySubnetsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonEC2", "DescribeSecondarySubnets", {})
|
|
13
|
+
.n("EC2Client", "DescribeSecondarySubnetsCommand")
|
|
14
|
+
.sc(DescribeSecondarySubnets$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -120,6 +120,8 @@ export * from "./CreateRouteServerCommand";
|
|
|
120
120
|
export * from "./CreateRouteServerEndpointCommand";
|
|
121
121
|
export * from "./CreateRouteServerPeerCommand";
|
|
122
122
|
export * from "./CreateRouteTableCommand";
|
|
123
|
+
export * from "./CreateSecondaryNetworkCommand";
|
|
124
|
+
export * from "./CreateSecondarySubnetCommand";
|
|
123
125
|
export * from "./CreateSecurityGroupCommand";
|
|
124
126
|
export * from "./CreateSnapshotCommand";
|
|
125
127
|
export * from "./CreateSnapshotsCommand";
|
|
@@ -212,6 +214,8 @@ export * from "./DeleteRouteServerCommand";
|
|
|
212
214
|
export * from "./DeleteRouteServerEndpointCommand";
|
|
213
215
|
export * from "./DeleteRouteServerPeerCommand";
|
|
214
216
|
export * from "./DeleteRouteTableCommand";
|
|
217
|
+
export * from "./DeleteSecondaryNetworkCommand";
|
|
218
|
+
export * from "./DeleteSecondarySubnetCommand";
|
|
215
219
|
export * from "./DeleteSecurityGroupCommand";
|
|
216
220
|
export * from "./DeleteSnapshotCommand";
|
|
217
221
|
export * from "./DeleteSpotDatafeedSubscriptionCommand";
|
|
@@ -380,6 +384,9 @@ export * from "./DescribeRouteServersCommand";
|
|
|
380
384
|
export * from "./DescribeRouteTablesCommand";
|
|
381
385
|
export * from "./DescribeScheduledInstanceAvailabilityCommand";
|
|
382
386
|
export * from "./DescribeScheduledInstancesCommand";
|
|
387
|
+
export * from "./DescribeSecondaryInterfacesCommand";
|
|
388
|
+
export * from "./DescribeSecondaryNetworksCommand";
|
|
389
|
+
export * from "./DescribeSecondarySubnetsCommand";
|
|
383
390
|
export * from "./DescribeSecurityGroupReferencesCommand";
|
|
384
391
|
export * from "./DescribeSecurityGroupRulesCommand";
|
|
385
392
|
export * from "./DescribeSecurityGroupVpcAssociationsCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -96,6 +96,9 @@ export const ResourceType = {
|
|
|
96
96
|
route_server_endpoint: "route-server-endpoint",
|
|
97
97
|
route_server_peer: "route-server-peer",
|
|
98
98
|
route_table: "route-table",
|
|
99
|
+
secondary_interface: "secondary-interface",
|
|
100
|
+
secondary_network: "secondary-network",
|
|
101
|
+
secondary_subnet: "secondary-subnet",
|
|
99
102
|
security_group: "security-group",
|
|
100
103
|
security_group_rule: "security-group-rule",
|
|
101
104
|
service_link_virtual_interface: "service-link-virtual-interface",
|
|
@@ -2266,6 +2269,9 @@ export const InstanceBandwidthWeighting = {
|
|
|
2266
2269
|
EBS_1: "ebs-1",
|
|
2267
2270
|
VPC_1: "vpc-1",
|
|
2268
2271
|
};
|
|
2272
|
+
export const SecondaryInterfaceType = {
|
|
2273
|
+
SECONDARY: "secondary",
|
|
2274
|
+
};
|
|
2269
2275
|
export const LaunchTemplateInstanceMetadataOptionsState = {
|
|
2270
2276
|
applied: "applied",
|
|
2271
2277
|
pending: "pending",
|
|
@@ -2481,6 +2487,41 @@ export const RouteState = {
|
|
|
2481
2487
|
blackhole: "blackhole",
|
|
2482
2488
|
filtered: "filtered",
|
|
2483
2489
|
};
|
|
2490
|
+
export const SecondaryNetworkType = {
|
|
2491
|
+
rdma: "rdma",
|
|
2492
|
+
};
|
|
2493
|
+
export const SecondaryNetworkCidrBlockAssociationState = {
|
|
2494
|
+
associated: "associated",
|
|
2495
|
+
associating: "associating",
|
|
2496
|
+
association_failed: "association-failed",
|
|
2497
|
+
disassociated: "disassociated",
|
|
2498
|
+
disassociating: "disassociating",
|
|
2499
|
+
disassociation_failed: "disassociation-failed",
|
|
2500
|
+
};
|
|
2501
|
+
export const SecondaryNetworkState = {
|
|
2502
|
+
create_complete: "create-complete",
|
|
2503
|
+
create_failed: "create-failed",
|
|
2504
|
+
create_in_progress: "create-in-progress",
|
|
2505
|
+
delete_complete: "delete-complete",
|
|
2506
|
+
delete_failed: "delete-failed",
|
|
2507
|
+
delete_in_progress: "delete-in-progress",
|
|
2508
|
+
};
|
|
2509
|
+
export const SecondarySubnetCidrBlockAssociationState = {
|
|
2510
|
+
associated: "associated",
|
|
2511
|
+
associating: "associating",
|
|
2512
|
+
association_failed: "association-failed",
|
|
2513
|
+
disassociated: "disassociated",
|
|
2514
|
+
disassociating: "disassociating",
|
|
2515
|
+
disassociation_failed: "disassociation-failed",
|
|
2516
|
+
};
|
|
2517
|
+
export const SecondarySubnetState = {
|
|
2518
|
+
create_complete: "create-complete",
|
|
2519
|
+
create_failed: "create-failed",
|
|
2520
|
+
create_in_progress: "create-in-progress",
|
|
2521
|
+
delete_complete: "delete-complete",
|
|
2522
|
+
delete_failed: "delete-failed",
|
|
2523
|
+
delete_in_progress: "delete-in-progress",
|
|
2524
|
+
};
|
|
2484
2525
|
export const SnapshotState = {
|
|
2485
2526
|
completed: "completed",
|
|
2486
2527
|
error: "error",
|
|
@@ -3133,6 +3174,10 @@ export const MonitoringState = {
|
|
|
3133
3174
|
enabled: "enabled",
|
|
3134
3175
|
pending: "pending",
|
|
3135
3176
|
};
|
|
3177
|
+
export const SecondaryInterfaceStatus = {
|
|
3178
|
+
available: "available",
|
|
3179
|
+
in_use: "in-use",
|
|
3180
|
+
};
|
|
3136
3181
|
export const HaStatus = {
|
|
3137
3182
|
active: "active",
|
|
3138
3183
|
invalid: "invalid",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { DescribeSecondaryInterfacesCommand, } from "../commands/DescribeSecondaryInterfacesCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export const paginateDescribeSecondaryInterfaces = createPaginator(EC2Client, DescribeSecondaryInterfacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { DescribeSecondaryNetworksCommand, } from "../commands/DescribeSecondaryNetworksCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export const paginateDescribeSecondaryNetworks = createPaginator(EC2Client, DescribeSecondaryNetworksCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { DescribeSecondarySubnetsCommand, } from "../commands/DescribeSecondarySubnetsCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export const paginateDescribeSecondarySubnets = createPaginator(EC2Client, DescribeSecondarySubnetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -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";
|