@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeSecondaryInterfacesCommandInput, DescribeSecondaryInterfacesCommandOutput } from "../commands/DescribeSecondaryInterfacesCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeSecondaryInterfaces: (config: EC2PaginationConfiguration, input: DescribeSecondaryInterfacesCommandInput, ...rest: any[]) => Paginator<DescribeSecondaryInterfacesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeSecondaryNetworksCommandInput, DescribeSecondaryNetworksCommandOutput } from "../commands/DescribeSecondaryNetworksCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeSecondaryNetworks: (config: EC2PaginationConfiguration, input: DescribeSecondaryNetworksCommandInput, ...rest: any[]) => Paginator<DescribeSecondaryNetworksCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeSecondarySubnetsCommandInput, DescribeSecondarySubnetsCommandOutput } from "../commands/DescribeSecondarySubnetsCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeSecondarySubnets: (config: EC2PaginationConfiguration, input: DescribeSecondarySubnetsCommandInput, ...rest: any[]) => 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";
|
|
@@ -368,6 +368,10 @@ export declare var CreateRouteServerRequest$: StaticStructureSchema;
|
|
|
368
368
|
export declare var CreateRouteServerResult$: StaticStructureSchema;
|
|
369
369
|
export declare var CreateRouteTableRequest$: StaticStructureSchema;
|
|
370
370
|
export declare var CreateRouteTableResult$: StaticStructureSchema;
|
|
371
|
+
export declare var CreateSecondaryNetworkRequest$: StaticStructureSchema;
|
|
372
|
+
export declare var CreateSecondaryNetworkResult$: StaticStructureSchema;
|
|
373
|
+
export declare var CreateSecondarySubnetRequest$: StaticStructureSchema;
|
|
374
|
+
export declare var CreateSecondarySubnetResult$: StaticStructureSchema;
|
|
371
375
|
export declare var CreateSecurityGroupRequest$: StaticStructureSchema;
|
|
372
376
|
export declare var CreateSecurityGroupResult$: StaticStructureSchema;
|
|
373
377
|
export declare var CreateSnapshotRequest$: StaticStructureSchema;
|
|
@@ -567,6 +571,10 @@ export declare var DeleteRouteServerPeerResult$: StaticStructureSchema;
|
|
|
567
571
|
export declare var DeleteRouteServerRequest$: StaticStructureSchema;
|
|
568
572
|
export declare var DeleteRouteServerResult$: StaticStructureSchema;
|
|
569
573
|
export declare var DeleteRouteTableRequest$: StaticStructureSchema;
|
|
574
|
+
export declare var DeleteSecondaryNetworkRequest$: StaticStructureSchema;
|
|
575
|
+
export declare var DeleteSecondaryNetworkResult$: StaticStructureSchema;
|
|
576
|
+
export declare var DeleteSecondarySubnetRequest$: StaticStructureSchema;
|
|
577
|
+
export declare var DeleteSecondarySubnetResult$: StaticStructureSchema;
|
|
570
578
|
export declare var DeleteSecurityGroupRequest$: StaticStructureSchema;
|
|
571
579
|
export declare var DeleteSecurityGroupResult$: StaticStructureSchema;
|
|
572
580
|
export declare var DeleteSnapshotRequest$: StaticStructureSchema;
|
|
@@ -900,6 +908,12 @@ export declare var DescribeScheduledInstanceAvailabilityRequest$: StaticStructur
|
|
|
900
908
|
export declare var DescribeScheduledInstanceAvailabilityResult$: StaticStructureSchema;
|
|
901
909
|
export declare var DescribeScheduledInstancesRequest$: StaticStructureSchema;
|
|
902
910
|
export declare var DescribeScheduledInstancesResult$: StaticStructureSchema;
|
|
911
|
+
export declare var DescribeSecondaryInterfacesRequest$: StaticStructureSchema;
|
|
912
|
+
export declare var DescribeSecondaryInterfacesResult$: StaticStructureSchema;
|
|
913
|
+
export declare var DescribeSecondaryNetworksRequest$: StaticStructureSchema;
|
|
914
|
+
export declare var DescribeSecondaryNetworksResult$: StaticStructureSchema;
|
|
915
|
+
export declare var DescribeSecondarySubnetsRequest$: StaticStructureSchema;
|
|
916
|
+
export declare var DescribeSecondarySubnetsResult$: StaticStructureSchema;
|
|
903
917
|
export declare var DescribeSecurityGroupReferencesRequest$: StaticStructureSchema;
|
|
904
918
|
export declare var DescribeSecurityGroupReferencesResult$: StaticStructureSchema;
|
|
905
919
|
export declare var DescribeSecurityGroupRulesRequest$: StaticStructureSchema;
|
|
@@ -1490,6 +1504,11 @@ export declare var InstancePrivateIpAddress$: StaticStructureSchema;
|
|
|
1490
1504
|
export declare var InstanceRequirements$: StaticStructureSchema;
|
|
1491
1505
|
export declare var InstanceRequirementsRequest$: StaticStructureSchema;
|
|
1492
1506
|
export declare var InstanceRequirementsWithMetadataRequest$: StaticStructureSchema;
|
|
1507
|
+
export declare var InstanceSecondaryInterface$: StaticStructureSchema;
|
|
1508
|
+
export declare var InstanceSecondaryInterfaceAttachment$: StaticStructureSchema;
|
|
1509
|
+
export declare var InstanceSecondaryInterfacePrivateIpAddress$: StaticStructureSchema;
|
|
1510
|
+
export declare var InstanceSecondaryInterfacePrivateIpAddressRequest$: StaticStructureSchema;
|
|
1511
|
+
export declare var InstanceSecondaryInterfaceSpecificationRequest$: StaticStructureSchema;
|
|
1493
1512
|
export declare var InstanceSpecification$: StaticStructureSchema;
|
|
1494
1513
|
export declare var InstanceState$: StaticStructureSchema;
|
|
1495
1514
|
export declare var InstanceStateChange$: StaticStructureSchema;
|
|
@@ -1594,6 +1613,8 @@ export declare var LaunchTemplateInstanceMetadataOptions$: StaticStructureSchema
|
|
|
1594
1613
|
export declare var LaunchTemplateInstanceMetadataOptionsRequest$: StaticStructureSchema;
|
|
1595
1614
|
export declare var LaunchTemplateInstanceNetworkInterfaceSpecification$: StaticStructureSchema;
|
|
1596
1615
|
export declare var LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$: StaticStructureSchema;
|
|
1616
|
+
export declare var LaunchTemplateInstanceSecondaryInterfaceSpecification$: StaticStructureSchema;
|
|
1617
|
+
export declare var LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest$: StaticStructureSchema;
|
|
1597
1618
|
export declare var LaunchTemplateLicenseConfiguration$: StaticStructureSchema;
|
|
1598
1619
|
export declare var LaunchTemplateLicenseConfigurationRequest$: StaticStructureSchema;
|
|
1599
1620
|
export declare var LaunchTemplateNetworkPerformanceOptions$: StaticStructureSchema;
|
|
@@ -2077,6 +2098,15 @@ export declare var SearchTransitGatewayMulticastGroupsRequest$: StaticStructureS
|
|
|
2077
2098
|
export declare var SearchTransitGatewayMulticastGroupsResult$: StaticStructureSchema;
|
|
2078
2099
|
export declare var SearchTransitGatewayRoutesRequest$: StaticStructureSchema;
|
|
2079
2100
|
export declare var SearchTransitGatewayRoutesResult$: StaticStructureSchema;
|
|
2101
|
+
export declare var SecondaryInterface$: StaticStructureSchema;
|
|
2102
|
+
export declare var SecondaryInterfaceAttachment$: StaticStructureSchema;
|
|
2103
|
+
export declare var SecondaryInterfaceIpv4Address$: StaticStructureSchema;
|
|
2104
|
+
export declare var SecondaryInterfacePrivateIpAddressSpecification$: StaticStructureSchema;
|
|
2105
|
+
export declare var SecondaryInterfacePrivateIpAddressSpecificationRequest$: StaticStructureSchema;
|
|
2106
|
+
export declare var SecondaryNetwork$: StaticStructureSchema;
|
|
2107
|
+
export declare var SecondaryNetworkIpv4CidrBlockAssociation$: StaticStructureSchema;
|
|
2108
|
+
export declare var SecondarySubnet$: StaticStructureSchema;
|
|
2109
|
+
export declare var SecondarySubnetIpv4CidrBlockAssociation$: StaticStructureSchema;
|
|
2080
2110
|
export declare var SecurityGroup$: StaticStructureSchema;
|
|
2081
2111
|
export declare var SecurityGroupForVpc$: StaticStructureSchema;
|
|
2082
2112
|
export declare var SecurityGroupIdentifier$: StaticStructureSchema;
|
|
@@ -2443,6 +2473,8 @@ export declare var CreateRouteServer$: StaticOperationSchema;
|
|
|
2443
2473
|
export declare var CreateRouteServerEndpoint$: StaticOperationSchema;
|
|
2444
2474
|
export declare var CreateRouteServerPeer$: StaticOperationSchema;
|
|
2445
2475
|
export declare var CreateRouteTable$: StaticOperationSchema;
|
|
2476
|
+
export declare var CreateSecondaryNetwork$: StaticOperationSchema;
|
|
2477
|
+
export declare var CreateSecondarySubnet$: StaticOperationSchema;
|
|
2446
2478
|
export declare var CreateSecurityGroup$: StaticOperationSchema;
|
|
2447
2479
|
export declare var CreateSnapshot$: StaticOperationSchema;
|
|
2448
2480
|
export declare var CreateSnapshots$: StaticOperationSchema;
|
|
@@ -2535,6 +2567,8 @@ export declare var DeleteRouteServer$: StaticOperationSchema;
|
|
|
2535
2567
|
export declare var DeleteRouteServerEndpoint$: StaticOperationSchema;
|
|
2536
2568
|
export declare var DeleteRouteServerPeer$: StaticOperationSchema;
|
|
2537
2569
|
export declare var DeleteRouteTable$: StaticOperationSchema;
|
|
2570
|
+
export declare var DeleteSecondaryNetwork$: StaticOperationSchema;
|
|
2571
|
+
export declare var DeleteSecondarySubnet$: StaticOperationSchema;
|
|
2538
2572
|
export declare var DeleteSecurityGroup$: StaticOperationSchema;
|
|
2539
2573
|
export declare var DeleteSnapshot$: StaticOperationSchema;
|
|
2540
2574
|
export declare var DeleteSpotDatafeedSubscription$: StaticOperationSchema;
|
|
@@ -2703,6 +2737,9 @@ export declare var DescribeRouteServers$: StaticOperationSchema;
|
|
|
2703
2737
|
export declare var DescribeRouteTables$: StaticOperationSchema;
|
|
2704
2738
|
export declare var DescribeScheduledInstanceAvailability$: StaticOperationSchema;
|
|
2705
2739
|
export declare var DescribeScheduledInstances$: StaticOperationSchema;
|
|
2740
|
+
export declare var DescribeSecondaryInterfaces$: StaticOperationSchema;
|
|
2741
|
+
export declare var DescribeSecondaryNetworks$: StaticOperationSchema;
|
|
2742
|
+
export declare var DescribeSecondarySubnets$: StaticOperationSchema;
|
|
2706
2743
|
export declare var DescribeSecurityGroupReferences$: StaticOperationSchema;
|
|
2707
2744
|
export declare var DescribeSecurityGroupRules$: StaticOperationSchema;
|
|
2708
2745
|
export declare var DescribeSecurityGroups$: StaticOperationSchema;
|
|
@@ -493,6 +493,14 @@ import {
|
|
|
493
493
|
CreateRouteTableCommandInput,
|
|
494
494
|
CreateRouteTableCommandOutput,
|
|
495
495
|
} from "./commands/CreateRouteTableCommand";
|
|
496
|
+
import {
|
|
497
|
+
CreateSecondaryNetworkCommandInput,
|
|
498
|
+
CreateSecondaryNetworkCommandOutput,
|
|
499
|
+
} from "./commands/CreateSecondaryNetworkCommand";
|
|
500
|
+
import {
|
|
501
|
+
CreateSecondarySubnetCommandInput,
|
|
502
|
+
CreateSecondarySubnetCommandOutput,
|
|
503
|
+
} from "./commands/CreateSecondarySubnetCommand";
|
|
496
504
|
import {
|
|
497
505
|
CreateSecurityGroupCommandInput,
|
|
498
506
|
CreateSecurityGroupCommandOutput,
|
|
@@ -861,6 +869,14 @@ import {
|
|
|
861
869
|
DeleteRouteTableCommandInput,
|
|
862
870
|
DeleteRouteTableCommandOutput,
|
|
863
871
|
} from "./commands/DeleteRouteTableCommand";
|
|
872
|
+
import {
|
|
873
|
+
DeleteSecondaryNetworkCommandInput,
|
|
874
|
+
DeleteSecondaryNetworkCommandOutput,
|
|
875
|
+
} from "./commands/DeleteSecondaryNetworkCommand";
|
|
876
|
+
import {
|
|
877
|
+
DeleteSecondarySubnetCommandInput,
|
|
878
|
+
DeleteSecondarySubnetCommandOutput,
|
|
879
|
+
} from "./commands/DeleteSecondarySubnetCommand";
|
|
864
880
|
import {
|
|
865
881
|
DeleteSecurityGroupCommandInput,
|
|
866
882
|
DeleteSecurityGroupCommandOutput,
|
|
@@ -1533,6 +1549,18 @@ import {
|
|
|
1533
1549
|
DescribeScheduledInstancesCommandInput,
|
|
1534
1550
|
DescribeScheduledInstancesCommandOutput,
|
|
1535
1551
|
} from "./commands/DescribeScheduledInstancesCommand";
|
|
1552
|
+
import {
|
|
1553
|
+
DescribeSecondaryInterfacesCommandInput,
|
|
1554
|
+
DescribeSecondaryInterfacesCommandOutput,
|
|
1555
|
+
} from "./commands/DescribeSecondaryInterfacesCommand";
|
|
1556
|
+
import {
|
|
1557
|
+
DescribeSecondaryNetworksCommandInput,
|
|
1558
|
+
DescribeSecondaryNetworksCommandOutput,
|
|
1559
|
+
} from "./commands/DescribeSecondaryNetworksCommand";
|
|
1560
|
+
import {
|
|
1561
|
+
DescribeSecondarySubnetsCommandInput,
|
|
1562
|
+
DescribeSecondarySubnetsCommandOutput,
|
|
1563
|
+
} from "./commands/DescribeSecondarySubnetsCommand";
|
|
1536
1564
|
import {
|
|
1537
1565
|
DescribeSecurityGroupReferencesCommandInput,
|
|
1538
1566
|
DescribeSecurityGroupReferencesCommandOutput,
|
|
@@ -4736,6 +4764,32 @@ export interface EC2 {
|
|
|
4736
4764
|
options: __HttpHandlerOptions,
|
|
4737
4765
|
cb: (err: any, data?: CreateRouteTableCommandOutput) => void
|
|
4738
4766
|
): void;
|
|
4767
|
+
createSecondaryNetwork(
|
|
4768
|
+
args: CreateSecondaryNetworkCommandInput,
|
|
4769
|
+
options?: __HttpHandlerOptions
|
|
4770
|
+
): Promise<CreateSecondaryNetworkCommandOutput>;
|
|
4771
|
+
createSecondaryNetwork(
|
|
4772
|
+
args: CreateSecondaryNetworkCommandInput,
|
|
4773
|
+
cb: (err: any, data?: CreateSecondaryNetworkCommandOutput) => void
|
|
4774
|
+
): void;
|
|
4775
|
+
createSecondaryNetwork(
|
|
4776
|
+
args: CreateSecondaryNetworkCommandInput,
|
|
4777
|
+
options: __HttpHandlerOptions,
|
|
4778
|
+
cb: (err: any, data?: CreateSecondaryNetworkCommandOutput) => void
|
|
4779
|
+
): void;
|
|
4780
|
+
createSecondarySubnet(
|
|
4781
|
+
args: CreateSecondarySubnetCommandInput,
|
|
4782
|
+
options?: __HttpHandlerOptions
|
|
4783
|
+
): Promise<CreateSecondarySubnetCommandOutput>;
|
|
4784
|
+
createSecondarySubnet(
|
|
4785
|
+
args: CreateSecondarySubnetCommandInput,
|
|
4786
|
+
cb: (err: any, data?: CreateSecondarySubnetCommandOutput) => void
|
|
4787
|
+
): void;
|
|
4788
|
+
createSecondarySubnet(
|
|
4789
|
+
args: CreateSecondarySubnetCommandInput,
|
|
4790
|
+
options: __HttpHandlerOptions,
|
|
4791
|
+
cb: (err: any, data?: CreateSecondarySubnetCommandOutput) => void
|
|
4792
|
+
): void;
|
|
4739
4793
|
createSecurityGroup(
|
|
4740
4794
|
args: CreateSecurityGroupCommandInput,
|
|
4741
4795
|
options?: __HttpHandlerOptions
|
|
@@ -6049,6 +6103,32 @@ export interface EC2 {
|
|
|
6049
6103
|
options: __HttpHandlerOptions,
|
|
6050
6104
|
cb: (err: any, data?: DeleteRouteTableCommandOutput) => void
|
|
6051
6105
|
): void;
|
|
6106
|
+
deleteSecondaryNetwork(
|
|
6107
|
+
args: DeleteSecondaryNetworkCommandInput,
|
|
6108
|
+
options?: __HttpHandlerOptions
|
|
6109
|
+
): Promise<DeleteSecondaryNetworkCommandOutput>;
|
|
6110
|
+
deleteSecondaryNetwork(
|
|
6111
|
+
args: DeleteSecondaryNetworkCommandInput,
|
|
6112
|
+
cb: (err: any, data?: DeleteSecondaryNetworkCommandOutput) => void
|
|
6113
|
+
): void;
|
|
6114
|
+
deleteSecondaryNetwork(
|
|
6115
|
+
args: DeleteSecondaryNetworkCommandInput,
|
|
6116
|
+
options: __HttpHandlerOptions,
|
|
6117
|
+
cb: (err: any, data?: DeleteSecondaryNetworkCommandOutput) => void
|
|
6118
|
+
): void;
|
|
6119
|
+
deleteSecondarySubnet(
|
|
6120
|
+
args: DeleteSecondarySubnetCommandInput,
|
|
6121
|
+
options?: __HttpHandlerOptions
|
|
6122
|
+
): Promise<DeleteSecondarySubnetCommandOutput>;
|
|
6123
|
+
deleteSecondarySubnet(
|
|
6124
|
+
args: DeleteSecondarySubnetCommandInput,
|
|
6125
|
+
cb: (err: any, data?: DeleteSecondarySubnetCommandOutput) => void
|
|
6126
|
+
): void;
|
|
6127
|
+
deleteSecondarySubnet(
|
|
6128
|
+
args: DeleteSecondarySubnetCommandInput,
|
|
6129
|
+
options: __HttpHandlerOptions,
|
|
6130
|
+
cb: (err: any, data?: DeleteSecondarySubnetCommandOutput) => void
|
|
6131
|
+
): void;
|
|
6052
6132
|
deleteSecurityGroup(): Promise<DeleteSecurityGroupCommandOutput>;
|
|
6053
6133
|
deleteSecurityGroup(
|
|
6054
6134
|
args: DeleteSecurityGroupCommandInput,
|
|
@@ -8599,6 +8679,48 @@ export interface EC2 {
|
|
|
8599
8679
|
options: __HttpHandlerOptions,
|
|
8600
8680
|
cb: (err: any, data?: DescribeScheduledInstancesCommandOutput) => void
|
|
8601
8681
|
): void;
|
|
8682
|
+
describeSecondaryInterfaces(): Promise<DescribeSecondaryInterfacesCommandOutput>;
|
|
8683
|
+
describeSecondaryInterfaces(
|
|
8684
|
+
args: DescribeSecondaryInterfacesCommandInput,
|
|
8685
|
+
options?: __HttpHandlerOptions
|
|
8686
|
+
): Promise<DescribeSecondaryInterfacesCommandOutput>;
|
|
8687
|
+
describeSecondaryInterfaces(
|
|
8688
|
+
args: DescribeSecondaryInterfacesCommandInput,
|
|
8689
|
+
cb: (err: any, data?: DescribeSecondaryInterfacesCommandOutput) => void
|
|
8690
|
+
): void;
|
|
8691
|
+
describeSecondaryInterfaces(
|
|
8692
|
+
args: DescribeSecondaryInterfacesCommandInput,
|
|
8693
|
+
options: __HttpHandlerOptions,
|
|
8694
|
+
cb: (err: any, data?: DescribeSecondaryInterfacesCommandOutput) => void
|
|
8695
|
+
): void;
|
|
8696
|
+
describeSecondaryNetworks(): Promise<DescribeSecondaryNetworksCommandOutput>;
|
|
8697
|
+
describeSecondaryNetworks(
|
|
8698
|
+
args: DescribeSecondaryNetworksCommandInput,
|
|
8699
|
+
options?: __HttpHandlerOptions
|
|
8700
|
+
): Promise<DescribeSecondaryNetworksCommandOutput>;
|
|
8701
|
+
describeSecondaryNetworks(
|
|
8702
|
+
args: DescribeSecondaryNetworksCommandInput,
|
|
8703
|
+
cb: (err: any, data?: DescribeSecondaryNetworksCommandOutput) => void
|
|
8704
|
+
): void;
|
|
8705
|
+
describeSecondaryNetworks(
|
|
8706
|
+
args: DescribeSecondaryNetworksCommandInput,
|
|
8707
|
+
options: __HttpHandlerOptions,
|
|
8708
|
+
cb: (err: any, data?: DescribeSecondaryNetworksCommandOutput) => void
|
|
8709
|
+
): void;
|
|
8710
|
+
describeSecondarySubnets(): Promise<DescribeSecondarySubnetsCommandOutput>;
|
|
8711
|
+
describeSecondarySubnets(
|
|
8712
|
+
args: DescribeSecondarySubnetsCommandInput,
|
|
8713
|
+
options?: __HttpHandlerOptions
|
|
8714
|
+
): Promise<DescribeSecondarySubnetsCommandOutput>;
|
|
8715
|
+
describeSecondarySubnets(
|
|
8716
|
+
args: DescribeSecondarySubnetsCommandInput,
|
|
8717
|
+
cb: (err: any, data?: DescribeSecondarySubnetsCommandOutput) => void
|
|
8718
|
+
): void;
|
|
8719
|
+
describeSecondarySubnets(
|
|
8720
|
+
args: DescribeSecondarySubnetsCommandInput,
|
|
8721
|
+
options: __HttpHandlerOptions,
|
|
8722
|
+
cb: (err: any, data?: DescribeSecondarySubnetsCommandOutput) => void
|
|
8723
|
+
): void;
|
|
8602
8724
|
describeSecurityGroupReferences(
|
|
8603
8725
|
args: DescribeSecurityGroupReferencesCommandInput,
|
|
8604
8726
|
options?: __HttpHandlerOptions
|
|
@@ -14675,6 +14797,27 @@ export interface EC2 {
|
|
|
14675
14797
|
Exclude<keyof PaginationConfiguration, "client">
|
|
14676
14798
|
>
|
|
14677
14799
|
): Paginator<DescribeScheduledInstancesCommandOutput>;
|
|
14800
|
+
paginateDescribeSecondaryInterfaces(
|
|
14801
|
+
args?: DescribeSecondaryInterfacesCommandInput,
|
|
14802
|
+
paginationConfig?: Pick<
|
|
14803
|
+
PaginationConfiguration,
|
|
14804
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
14805
|
+
>
|
|
14806
|
+
): Paginator<DescribeSecondaryInterfacesCommandOutput>;
|
|
14807
|
+
paginateDescribeSecondaryNetworks(
|
|
14808
|
+
args?: DescribeSecondaryNetworksCommandInput,
|
|
14809
|
+
paginationConfig?: Pick<
|
|
14810
|
+
PaginationConfiguration,
|
|
14811
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
14812
|
+
>
|
|
14813
|
+
): Paginator<DescribeSecondaryNetworksCommandOutput>;
|
|
14814
|
+
paginateDescribeSecondarySubnets(
|
|
14815
|
+
args?: DescribeSecondarySubnetsCommandInput,
|
|
14816
|
+
paginationConfig?: Pick<
|
|
14817
|
+
PaginationConfiguration,
|
|
14818
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
14819
|
+
>
|
|
14820
|
+
): Paginator<DescribeSecondarySubnetsCommandOutput>;
|
|
14678
14821
|
paginateDescribeSecurityGroupRules(
|
|
14679
14822
|
args?: DescribeSecurityGroupRulesCommandInput,
|
|
14680
14823
|
paginationConfig?: Pick<
|
|
@@ -15398,6 +15541,42 @@ export interface EC2 {
|
|
|
15398
15541
|
Exclude<keyof WaiterConfiguration<EC2>, "client">
|
|
15399
15542
|
>
|
|
15400
15543
|
): Promise<WaiterResult>;
|
|
15544
|
+
waitUntilSecondaryNetworkCreateComplete(
|
|
15545
|
+
args: DescribeSecondaryNetworksCommandInput,
|
|
15546
|
+
waiterConfig:
|
|
15547
|
+
| number
|
|
15548
|
+
| Pick<
|
|
15549
|
+
WaiterConfiguration<EC2>,
|
|
15550
|
+
Exclude<keyof WaiterConfiguration<EC2>, "client">
|
|
15551
|
+
>
|
|
15552
|
+
): Promise<WaiterResult>;
|
|
15553
|
+
waitUntilSecondaryNetworkDeleteComplete(
|
|
15554
|
+
args: DescribeSecondaryNetworksCommandInput,
|
|
15555
|
+
waiterConfig:
|
|
15556
|
+
| number
|
|
15557
|
+
| Pick<
|
|
15558
|
+
WaiterConfiguration<EC2>,
|
|
15559
|
+
Exclude<keyof WaiterConfiguration<EC2>, "client">
|
|
15560
|
+
>
|
|
15561
|
+
): Promise<WaiterResult>;
|
|
15562
|
+
waitUntilSecondarySubnetCreateComplete(
|
|
15563
|
+
args: DescribeSecondarySubnetsCommandInput,
|
|
15564
|
+
waiterConfig:
|
|
15565
|
+
| number
|
|
15566
|
+
| Pick<
|
|
15567
|
+
WaiterConfiguration<EC2>,
|
|
15568
|
+
Exclude<keyof WaiterConfiguration<EC2>, "client">
|
|
15569
|
+
>
|
|
15570
|
+
): Promise<WaiterResult>;
|
|
15571
|
+
waitUntilSecondarySubnetDeleteComplete(
|
|
15572
|
+
args: DescribeSecondarySubnetsCommandInput,
|
|
15573
|
+
waiterConfig:
|
|
15574
|
+
| number
|
|
15575
|
+
| Pick<
|
|
15576
|
+
WaiterConfiguration<EC2>,
|
|
15577
|
+
Exclude<keyof WaiterConfiguration<EC2>, "client">
|
|
15578
|
+
>
|
|
15579
|
+
): Promise<WaiterResult>;
|
|
15401
15580
|
waitUntilSecurityGroupExists(
|
|
15402
15581
|
args: DescribeSecurityGroupsCommandInput,
|
|
15403
15582
|
waiterConfig:
|
|
@@ -533,6 +533,14 @@ import {
|
|
|
533
533
|
CreateRouteTableCommandInput,
|
|
534
534
|
CreateRouteTableCommandOutput,
|
|
535
535
|
} from "./commands/CreateRouteTableCommand";
|
|
536
|
+
import {
|
|
537
|
+
CreateSecondaryNetworkCommandInput,
|
|
538
|
+
CreateSecondaryNetworkCommandOutput,
|
|
539
|
+
} from "./commands/CreateSecondaryNetworkCommand";
|
|
540
|
+
import {
|
|
541
|
+
CreateSecondarySubnetCommandInput,
|
|
542
|
+
CreateSecondarySubnetCommandOutput,
|
|
543
|
+
} from "./commands/CreateSecondarySubnetCommand";
|
|
536
544
|
import {
|
|
537
545
|
CreateSecurityGroupCommandInput,
|
|
538
546
|
CreateSecurityGroupCommandOutput,
|
|
@@ -901,6 +909,14 @@ import {
|
|
|
901
909
|
DeleteRouteTableCommandInput,
|
|
902
910
|
DeleteRouteTableCommandOutput,
|
|
903
911
|
} from "./commands/DeleteRouteTableCommand";
|
|
912
|
+
import {
|
|
913
|
+
DeleteSecondaryNetworkCommandInput,
|
|
914
|
+
DeleteSecondaryNetworkCommandOutput,
|
|
915
|
+
} from "./commands/DeleteSecondaryNetworkCommand";
|
|
916
|
+
import {
|
|
917
|
+
DeleteSecondarySubnetCommandInput,
|
|
918
|
+
DeleteSecondarySubnetCommandOutput,
|
|
919
|
+
} from "./commands/DeleteSecondarySubnetCommand";
|
|
904
920
|
import {
|
|
905
921
|
DeleteSecurityGroupCommandInput,
|
|
906
922
|
DeleteSecurityGroupCommandOutput,
|
|
@@ -1573,6 +1589,18 @@ import {
|
|
|
1573
1589
|
DescribeScheduledInstancesCommandInput,
|
|
1574
1590
|
DescribeScheduledInstancesCommandOutput,
|
|
1575
1591
|
} from "./commands/DescribeScheduledInstancesCommand";
|
|
1592
|
+
import {
|
|
1593
|
+
DescribeSecondaryInterfacesCommandInput,
|
|
1594
|
+
DescribeSecondaryInterfacesCommandOutput,
|
|
1595
|
+
} from "./commands/DescribeSecondaryInterfacesCommand";
|
|
1596
|
+
import {
|
|
1597
|
+
DescribeSecondaryNetworksCommandInput,
|
|
1598
|
+
DescribeSecondaryNetworksCommandOutput,
|
|
1599
|
+
} from "./commands/DescribeSecondaryNetworksCommand";
|
|
1600
|
+
import {
|
|
1601
|
+
DescribeSecondarySubnetsCommandInput,
|
|
1602
|
+
DescribeSecondarySubnetsCommandOutput,
|
|
1603
|
+
} from "./commands/DescribeSecondarySubnetsCommand";
|
|
1576
1604
|
import {
|
|
1577
1605
|
DescribeSecurityGroupReferencesCommandInput,
|
|
1578
1606
|
DescribeSecurityGroupReferencesCommandOutput,
|
|
@@ -3171,6 +3199,8 @@ export type ServiceInputTypes =
|
|
|
3171
3199
|
| CreateRouteServerEndpointCommandInput
|
|
3172
3200
|
| CreateRouteServerPeerCommandInput
|
|
3173
3201
|
| CreateRouteTableCommandInput
|
|
3202
|
+
| CreateSecondaryNetworkCommandInput
|
|
3203
|
+
| CreateSecondarySubnetCommandInput
|
|
3174
3204
|
| CreateSecurityGroupCommandInput
|
|
3175
3205
|
| CreateSnapshotCommandInput
|
|
3176
3206
|
| CreateSnapshotsCommandInput
|
|
@@ -3263,6 +3293,8 @@ export type ServiceInputTypes =
|
|
|
3263
3293
|
| DeleteRouteServerEndpointCommandInput
|
|
3264
3294
|
| DeleteRouteServerPeerCommandInput
|
|
3265
3295
|
| DeleteRouteTableCommandInput
|
|
3296
|
+
| DeleteSecondaryNetworkCommandInput
|
|
3297
|
+
| DeleteSecondarySubnetCommandInput
|
|
3266
3298
|
| DeleteSecurityGroupCommandInput
|
|
3267
3299
|
| DeleteSnapshotCommandInput
|
|
3268
3300
|
| DeleteSpotDatafeedSubscriptionCommandInput
|
|
@@ -3431,6 +3463,9 @@ export type ServiceInputTypes =
|
|
|
3431
3463
|
| DescribeRouteTablesCommandInput
|
|
3432
3464
|
| DescribeScheduledInstanceAvailabilityCommandInput
|
|
3433
3465
|
| DescribeScheduledInstancesCommandInput
|
|
3466
|
+
| DescribeSecondaryInterfacesCommandInput
|
|
3467
|
+
| DescribeSecondaryNetworksCommandInput
|
|
3468
|
+
| DescribeSecondarySubnetsCommandInput
|
|
3434
3469
|
| DescribeSecurityGroupReferencesCommandInput
|
|
3435
3470
|
| DescribeSecurityGroupRulesCommandInput
|
|
3436
3471
|
| DescribeSecurityGroupVpcAssociationsCommandInput
|
|
@@ -3921,6 +3956,8 @@ export type ServiceOutputTypes =
|
|
|
3921
3956
|
| CreateRouteServerEndpointCommandOutput
|
|
3922
3957
|
| CreateRouteServerPeerCommandOutput
|
|
3923
3958
|
| CreateRouteTableCommandOutput
|
|
3959
|
+
| CreateSecondaryNetworkCommandOutput
|
|
3960
|
+
| CreateSecondarySubnetCommandOutput
|
|
3924
3961
|
| CreateSecurityGroupCommandOutput
|
|
3925
3962
|
| CreateSnapshotCommandOutput
|
|
3926
3963
|
| CreateSnapshotsCommandOutput
|
|
@@ -4013,6 +4050,8 @@ export type ServiceOutputTypes =
|
|
|
4013
4050
|
| DeleteRouteServerEndpointCommandOutput
|
|
4014
4051
|
| DeleteRouteServerPeerCommandOutput
|
|
4015
4052
|
| DeleteRouteTableCommandOutput
|
|
4053
|
+
| DeleteSecondaryNetworkCommandOutput
|
|
4054
|
+
| DeleteSecondarySubnetCommandOutput
|
|
4016
4055
|
| DeleteSecurityGroupCommandOutput
|
|
4017
4056
|
| DeleteSnapshotCommandOutput
|
|
4018
4057
|
| DeleteSpotDatafeedSubscriptionCommandOutput
|
|
@@ -4181,6 +4220,9 @@ export type ServiceOutputTypes =
|
|
|
4181
4220
|
| DescribeRouteTablesCommandOutput
|
|
4182
4221
|
| DescribeScheduledInstanceAvailabilityCommandOutput
|
|
4183
4222
|
| DescribeScheduledInstancesCommandOutput
|
|
4223
|
+
| DescribeSecondaryInterfacesCommandOutput
|
|
4224
|
+
| DescribeSecondaryNetworksCommandOutput
|
|
4225
|
+
| DescribeSecondarySubnetsCommandOutput
|
|
4184
4226
|
| DescribeSecurityGroupReferencesCommandOutput
|
|
4185
4227
|
| DescribeSecurityGroupRulesCommandOutput
|
|
4186
4228
|
| DescribeSecurityGroupVpcAssociationsCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
CreateSecondaryNetworkRequest,
|
|
10
|
+
CreateSecondaryNetworkResult,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateSecondaryNetworkCommandInput
|
|
15
|
+
extends CreateSecondaryNetworkRequest {}
|
|
16
|
+
export interface CreateSecondaryNetworkCommandOutput
|
|
17
|
+
extends CreateSecondaryNetworkResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateSecondaryNetworkCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateSecondaryNetworkCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateSecondaryNetworkCommandInput,
|
|
24
|
+
CreateSecondaryNetworkCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateSecondaryNetworkCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateSecondaryNetworkCommandInput,
|
|
33
|
+
CreateSecondaryNetworkCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateSecondaryNetworkCommand extends CreateSecondaryNetworkCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSecondaryNetworkRequest;
|
|
44
|
+
output: CreateSecondaryNetworkResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSecondaryNetworkCommandInput;
|
|
48
|
+
output: CreateSecondaryNetworkCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import { CreateSecondarySubnetRequest } from "../models/models_1";
|
|
9
|
+
import { CreateSecondarySubnetResult } from "../models/models_2";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface CreateSecondarySubnetCommandInput
|
|
13
|
+
extends CreateSecondarySubnetRequest {}
|
|
14
|
+
export interface CreateSecondarySubnetCommandOutput
|
|
15
|
+
extends CreateSecondarySubnetResult,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const CreateSecondarySubnetCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateSecondarySubnetCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateSecondarySubnetCommandInput,
|
|
22
|
+
CreateSecondarySubnetCommandOutput,
|
|
23
|
+
EC2ClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
input: CreateSecondarySubnetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateSecondarySubnetCommandInput,
|
|
31
|
+
CreateSecondarySubnetCommandOutput,
|
|
32
|
+
EC2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class CreateSecondarySubnetCommand extends CreateSecondarySubnetCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: CreateSecondarySubnetRequest;
|
|
42
|
+
output: CreateSecondarySubnetResult;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: CreateSecondarySubnetCommandInput;
|
|
46
|
+
output: CreateSecondarySubnetCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import { CreateSnapshotRequest, Snapshot } from "../models/
|
|
8
|
+
import { CreateSnapshotRequest, Snapshot } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateSnapshotsRequest,
|
|
10
10
|
CreateSnapshotsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateSnapshotsCommandInput extends CreateSnapshotsRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
CreateSpotDatafeedSubscriptionRequest,
|
|
10
|
+
CreateSpotDatafeedSubscriptionResult,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface CreateSpotDatafeedSubscriptionCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
DeleteSecondaryNetworkRequest,
|
|
10
|
+
DeleteSecondaryNetworkResult,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteSecondaryNetworkCommandInput
|
|
15
|
+
extends DeleteSecondaryNetworkRequest {}
|
|
16
|
+
export interface DeleteSecondaryNetworkCommandOutput
|
|
17
|
+
extends DeleteSecondaryNetworkResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteSecondaryNetworkCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteSecondaryNetworkCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteSecondaryNetworkCommandInput,
|
|
24
|
+
DeleteSecondaryNetworkCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteSecondaryNetworkCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteSecondaryNetworkCommandInput,
|
|
33
|
+
DeleteSecondaryNetworkCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteSecondaryNetworkCommand extends DeleteSecondaryNetworkCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSecondaryNetworkRequest;
|
|
44
|
+
output: DeleteSecondaryNetworkResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSecondaryNetworkCommandInput;
|
|
48
|
+
output: DeleteSecondaryNetworkCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|