@aws-sdk/client-ec2 3.777.0 → 3.782.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 +136 -0
- package/dist-cjs/index.js +3032 -1378
- package/dist-es/EC2.js +34 -0
- package/dist-es/commands/AssociateRouteServerCommand.js +22 -0
- package/dist-es/commands/CopySnapshotCommand.js +1 -1
- package/dist-es/commands/CreateRouteServerCommand.js +22 -0
- package/dist-es/commands/CreateRouteServerEndpointCommand.js +22 -0
- package/dist-es/commands/CreateRouteServerPeerCommand.js +22 -0
- package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-es/commands/DeleteRouteServerCommand.js +22 -0
- package/dist-es/commands/DeleteRouteServerEndpointCommand.js +22 -0
- package/dist-es/commands/DeleteRouteServerPeerCommand.js +22 -0
- package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
- package/dist-es/commands/DescribeRouteServerEndpointsCommand.js +22 -0
- package/dist-es/commands/DescribeRouteServerPeersCommand.js +22 -0
- package/dist-es/commands/DescribeRouteServersCommand.js +22 -0
- package/dist-es/commands/DisableRouteServerPropagationCommand.js +22 -0
- package/dist-es/commands/DisassociateRouteServerCommand.js +22 -0
- package/dist-es/commands/EnableRouteServerPropagationCommand.js +22 -0
- package/dist-es/commands/GetRouteServerAssociationsCommand.js +22 -0
- package/dist-es/commands/GetRouteServerPropagationsCommand.js +22 -0
- package/dist-es/commands/GetRouteServerRoutingDatabaseCommand.js +22 -0
- package/dist-es/commands/ImportInstanceCommand.js +1 -1
- package/dist-es/commands/ImportSnapshotCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ModifyRouteServerCommand.js +22 -0
- package/dist-es/commands/RunInstancesCommand.js +1 -1
- package/dist-es/commands/RunScheduledInstancesCommand.js +1 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/models_0.js +8 -4
- package/dist-es/models/models_1.js +6 -11
- package/dist-es/models/models_2.js +60 -41
- package/dist-es/models/models_3.js +41 -46
- package/dist-es/models/models_4.js +46 -17
- package/dist-es/models/models_5.js +17 -11
- package/dist-es/models/models_6.js +23 -50
- package/dist-es/models/models_7.js +52 -15
- package/dist-es/models/models_8.js +16 -1
- package/dist-es/pagination/DescribeRouteServerEndpointsPaginator.js +4 -0
- package/dist-es/pagination/DescribeRouteServerPeersPaginator.js +4 -0
- package/dist-es/pagination/DescribeRouteServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +1289 -33
- package/dist-types/EC2.d.ts +122 -0
- package/dist-types/EC2Client.d.ts +19 -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/AssociateRouteServerCommand.d.ts +80 -0
- 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 +2 -2
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
- 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/CreateDefaultVpcCommand.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/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/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.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 +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -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/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 +117 -0
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +102 -0
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +128 -0
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- 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/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 +2 -2
- 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/CreateVpnConnectionCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +102 -0
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +89 -0
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +112 -0
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
- package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +128 -0
- package/dist-types/commands/DescribeRouteServersCommand.d.ts +117 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +94 -0
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteServerCommand.d.ts +80 -0
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +81 -0
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +95 -0
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +118 -0
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -2
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +105 -0
- 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/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +70 -276
- package/dist-types/models/models_1.d.ts +280 -133
- package/dist-types/models/models_2.d.ts +3322 -3460
- package/dist-types/models/models_3.d.ts +3478 -3493
- package/dist-types/models/models_4.d.ts +6856 -7221
- package/dist-types/models/models_5.d.ts +6471 -5648
- package/dist-types/models/models_6.d.ts +3623 -4512
- package/dist-types/models/models_7.d.ts +4478 -4723
- package/dist-types/models/models_8.d.ts +2106 -3
- package/dist-types/pagination/DescribeRouteServerEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRouteServerPeersPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRouteServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +153 -0
- package/dist-types/ts3.4/EC2.d.ts +292 -0
- package/dist-types/ts3.4/EC2Client.d.ts +102 -0
- package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +23 -37
- package/dist-types/ts3.4/models/models_1.d.ts +39 -36
- package/dist-types/ts3.4/models/models_2.d.ts +184 -182
- package/dist-types/ts3.4/models/models_3.d.ts +209 -209
- package/dist-types/ts3.4/models/models_4.d.ts +204 -213
- package/dist-types/ts3.4/models/models_5.d.ts +251 -164
- package/dist-types/ts3.4/models/models_6.d.ts +258 -404
- package/dist-types/ts3.4/models/models_7.d.ts +412 -411
- package/dist-types/ts3.4/models/models_8.d.ts +438 -3
- package/dist-types/ts3.4/pagination/DescribeRouteServerEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRouteServerPeersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRouteServersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +204 -0
- package/package.json +5 -5
|
@@ -107,6 +107,10 @@ import {
|
|
|
107
107
|
AssociateNatGatewayAddressCommandInput,
|
|
108
108
|
AssociateNatGatewayAddressCommandOutput,
|
|
109
109
|
} from "../commands/AssociateNatGatewayAddressCommand";
|
|
110
|
+
import {
|
|
111
|
+
AssociateRouteServerCommandInput,
|
|
112
|
+
AssociateRouteServerCommandOutput,
|
|
113
|
+
} from "../commands/AssociateRouteServerCommand";
|
|
110
114
|
import {
|
|
111
115
|
AssociateRouteTableCommandInput,
|
|
112
116
|
AssociateRouteTableCommandOutput,
|
|
@@ -427,6 +431,18 @@ import {
|
|
|
427
431
|
CreateRouteCommandInput,
|
|
428
432
|
CreateRouteCommandOutput,
|
|
429
433
|
} from "../commands/CreateRouteCommand";
|
|
434
|
+
import {
|
|
435
|
+
CreateRouteServerCommandInput,
|
|
436
|
+
CreateRouteServerCommandOutput,
|
|
437
|
+
} from "../commands/CreateRouteServerCommand";
|
|
438
|
+
import {
|
|
439
|
+
CreateRouteServerEndpointCommandInput,
|
|
440
|
+
CreateRouteServerEndpointCommandOutput,
|
|
441
|
+
} from "../commands/CreateRouteServerEndpointCommand";
|
|
442
|
+
import {
|
|
443
|
+
CreateRouteServerPeerCommandInput,
|
|
444
|
+
CreateRouteServerPeerCommandOutput,
|
|
445
|
+
} from "../commands/CreateRouteServerPeerCommand";
|
|
430
446
|
import {
|
|
431
447
|
CreateRouteTableCommandInput,
|
|
432
448
|
CreateRouteTableCommandOutput,
|
|
@@ -739,6 +755,18 @@ import {
|
|
|
739
755
|
DeleteRouteCommandInput,
|
|
740
756
|
DeleteRouteCommandOutput,
|
|
741
757
|
} from "../commands/DeleteRouteCommand";
|
|
758
|
+
import {
|
|
759
|
+
DeleteRouteServerCommandInput,
|
|
760
|
+
DeleteRouteServerCommandOutput,
|
|
761
|
+
} from "../commands/DeleteRouteServerCommand";
|
|
762
|
+
import {
|
|
763
|
+
DeleteRouteServerEndpointCommandInput,
|
|
764
|
+
DeleteRouteServerEndpointCommandOutput,
|
|
765
|
+
} from "../commands/DeleteRouteServerEndpointCommand";
|
|
766
|
+
import {
|
|
767
|
+
DeleteRouteServerPeerCommandInput,
|
|
768
|
+
DeleteRouteServerPeerCommandOutput,
|
|
769
|
+
} from "../commands/DeleteRouteServerPeerCommand";
|
|
742
770
|
import {
|
|
743
771
|
DeleteRouteTableCommandInput,
|
|
744
772
|
DeleteRouteTableCommandOutput,
|
|
@@ -1319,6 +1347,18 @@ import {
|
|
|
1319
1347
|
DescribeReservedInstancesOfferingsCommandInput,
|
|
1320
1348
|
DescribeReservedInstancesOfferingsCommandOutput,
|
|
1321
1349
|
} from "../commands/DescribeReservedInstancesOfferingsCommand";
|
|
1350
|
+
import {
|
|
1351
|
+
DescribeRouteServerEndpointsCommandInput,
|
|
1352
|
+
DescribeRouteServerEndpointsCommandOutput,
|
|
1353
|
+
} from "../commands/DescribeRouteServerEndpointsCommand";
|
|
1354
|
+
import {
|
|
1355
|
+
DescribeRouteServerPeersCommandInput,
|
|
1356
|
+
DescribeRouteServerPeersCommandOutput,
|
|
1357
|
+
} from "../commands/DescribeRouteServerPeersCommand";
|
|
1358
|
+
import {
|
|
1359
|
+
DescribeRouteServersCommandInput,
|
|
1360
|
+
DescribeRouteServersCommandOutput,
|
|
1361
|
+
} from "../commands/DescribeRouteServersCommand";
|
|
1322
1362
|
import {
|
|
1323
1363
|
DescribeRouteTablesCommandInput,
|
|
1324
1364
|
DescribeRouteTablesCommandOutput,
|
|
@@ -1627,6 +1667,10 @@ import {
|
|
|
1627
1667
|
DisableIpamOrganizationAdminAccountCommandInput,
|
|
1628
1668
|
DisableIpamOrganizationAdminAccountCommandOutput,
|
|
1629
1669
|
} from "../commands/DisableIpamOrganizationAdminAccountCommand";
|
|
1670
|
+
import {
|
|
1671
|
+
DisableRouteServerPropagationCommandInput,
|
|
1672
|
+
DisableRouteServerPropagationCommandOutput,
|
|
1673
|
+
} from "../commands/DisableRouteServerPropagationCommand";
|
|
1630
1674
|
import {
|
|
1631
1675
|
DisableSerialConsoleAccessCommandInput,
|
|
1632
1676
|
DisableSerialConsoleAccessCommandOutput,
|
|
@@ -1687,6 +1731,10 @@ import {
|
|
|
1687
1731
|
DisassociateNatGatewayAddressCommandInput,
|
|
1688
1732
|
DisassociateNatGatewayAddressCommandOutput,
|
|
1689
1733
|
} from "../commands/DisassociateNatGatewayAddressCommand";
|
|
1734
|
+
import {
|
|
1735
|
+
DisassociateRouteServerCommandInput,
|
|
1736
|
+
DisassociateRouteServerCommandOutput,
|
|
1737
|
+
} from "../commands/DisassociateRouteServerCommand";
|
|
1690
1738
|
import {
|
|
1691
1739
|
DisassociateRouteTableCommandInput,
|
|
1692
1740
|
DisassociateRouteTableCommandOutput,
|
|
@@ -1767,6 +1815,10 @@ import {
|
|
|
1767
1815
|
EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
1768
1816
|
EnableReachabilityAnalyzerOrganizationSharingCommandOutput,
|
|
1769
1817
|
} from "../commands/EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
1818
|
+
import {
|
|
1819
|
+
EnableRouteServerPropagationCommandInput,
|
|
1820
|
+
EnableRouteServerPropagationCommandOutput,
|
|
1821
|
+
} from "../commands/EnableRouteServerPropagationCommand";
|
|
1770
1822
|
import {
|
|
1771
1823
|
EnableSerialConsoleAccessCommandInput,
|
|
1772
1824
|
EnableSerialConsoleAccessCommandOutput,
|
|
@@ -1951,6 +2003,18 @@ import {
|
|
|
1951
2003
|
GetReservedInstancesExchangeQuoteCommandInput,
|
|
1952
2004
|
GetReservedInstancesExchangeQuoteCommandOutput,
|
|
1953
2005
|
} from "../commands/GetReservedInstancesExchangeQuoteCommand";
|
|
2006
|
+
import {
|
|
2007
|
+
GetRouteServerAssociationsCommandInput,
|
|
2008
|
+
GetRouteServerAssociationsCommandOutput,
|
|
2009
|
+
} from "../commands/GetRouteServerAssociationsCommand";
|
|
2010
|
+
import {
|
|
2011
|
+
GetRouteServerPropagationsCommandInput,
|
|
2012
|
+
GetRouteServerPropagationsCommandOutput,
|
|
2013
|
+
} from "../commands/GetRouteServerPropagationsCommand";
|
|
2014
|
+
import {
|
|
2015
|
+
GetRouteServerRoutingDatabaseCommandInput,
|
|
2016
|
+
GetRouteServerRoutingDatabaseCommandOutput,
|
|
2017
|
+
} from "../commands/GetRouteServerRoutingDatabaseCommand";
|
|
1954
2018
|
import {
|
|
1955
2019
|
GetSecurityGroupsForVpcCommandInput,
|
|
1956
2020
|
GetSecurityGroupsForVpcCommandOutput,
|
|
@@ -2199,6 +2263,10 @@ import {
|
|
|
2199
2263
|
ModifyReservedInstancesCommandInput,
|
|
2200
2264
|
ModifyReservedInstancesCommandOutput,
|
|
2201
2265
|
} from "../commands/ModifyReservedInstancesCommand";
|
|
2266
|
+
import {
|
|
2267
|
+
ModifyRouteServerCommandInput,
|
|
2268
|
+
ModifyRouteServerCommandOutput,
|
|
2269
|
+
} from "../commands/ModifyRouteServerCommand";
|
|
2202
2270
|
import {
|
|
2203
2271
|
ModifySecurityGroupRulesCommandInput,
|
|
2204
2272
|
ModifySecurityGroupRulesCommandOutput,
|
|
@@ -2739,6 +2807,10 @@ export declare const se_AssociateNatGatewayAddressCommand: (
|
|
|
2739
2807
|
input: AssociateNatGatewayAddressCommandInput,
|
|
2740
2808
|
context: __SerdeContext
|
|
2741
2809
|
) => Promise<__HttpRequest>;
|
|
2810
|
+
export declare const se_AssociateRouteServerCommand: (
|
|
2811
|
+
input: AssociateRouteServerCommandInput,
|
|
2812
|
+
context: __SerdeContext
|
|
2813
|
+
) => Promise<__HttpRequest>;
|
|
2742
2814
|
export declare const se_AssociateRouteTableCommand: (
|
|
2743
2815
|
input: AssociateRouteTableCommandInput,
|
|
2744
2816
|
context: __SerdeContext
|
|
@@ -3059,6 +3131,18 @@ export declare const se_CreateRouteCommand: (
|
|
|
3059
3131
|
input: CreateRouteCommandInput,
|
|
3060
3132
|
context: __SerdeContext
|
|
3061
3133
|
) => Promise<__HttpRequest>;
|
|
3134
|
+
export declare const se_CreateRouteServerCommand: (
|
|
3135
|
+
input: CreateRouteServerCommandInput,
|
|
3136
|
+
context: __SerdeContext
|
|
3137
|
+
) => Promise<__HttpRequest>;
|
|
3138
|
+
export declare const se_CreateRouteServerEndpointCommand: (
|
|
3139
|
+
input: CreateRouteServerEndpointCommandInput,
|
|
3140
|
+
context: __SerdeContext
|
|
3141
|
+
) => Promise<__HttpRequest>;
|
|
3142
|
+
export declare const se_CreateRouteServerPeerCommand: (
|
|
3143
|
+
input: CreateRouteServerPeerCommandInput,
|
|
3144
|
+
context: __SerdeContext
|
|
3145
|
+
) => Promise<__HttpRequest>;
|
|
3062
3146
|
export declare const se_CreateRouteTableCommand: (
|
|
3063
3147
|
input: CreateRouteTableCommandInput,
|
|
3064
3148
|
context: __SerdeContext
|
|
@@ -3371,6 +3455,18 @@ export declare const se_DeleteRouteCommand: (
|
|
|
3371
3455
|
input: DeleteRouteCommandInput,
|
|
3372
3456
|
context: __SerdeContext
|
|
3373
3457
|
) => Promise<__HttpRequest>;
|
|
3458
|
+
export declare const se_DeleteRouteServerCommand: (
|
|
3459
|
+
input: DeleteRouteServerCommandInput,
|
|
3460
|
+
context: __SerdeContext
|
|
3461
|
+
) => Promise<__HttpRequest>;
|
|
3462
|
+
export declare const se_DeleteRouteServerEndpointCommand: (
|
|
3463
|
+
input: DeleteRouteServerEndpointCommandInput,
|
|
3464
|
+
context: __SerdeContext
|
|
3465
|
+
) => Promise<__HttpRequest>;
|
|
3466
|
+
export declare const se_DeleteRouteServerPeerCommand: (
|
|
3467
|
+
input: DeleteRouteServerPeerCommandInput,
|
|
3468
|
+
context: __SerdeContext
|
|
3469
|
+
) => Promise<__HttpRequest>;
|
|
3374
3470
|
export declare const se_DeleteRouteTableCommand: (
|
|
3375
3471
|
input: DeleteRouteTableCommandInput,
|
|
3376
3472
|
context: __SerdeContext
|
|
@@ -3951,6 +4047,18 @@ export declare const se_DescribeReservedInstancesOfferingsCommand: (
|
|
|
3951
4047
|
input: DescribeReservedInstancesOfferingsCommandInput,
|
|
3952
4048
|
context: __SerdeContext
|
|
3953
4049
|
) => Promise<__HttpRequest>;
|
|
4050
|
+
export declare const se_DescribeRouteServerEndpointsCommand: (
|
|
4051
|
+
input: DescribeRouteServerEndpointsCommandInput,
|
|
4052
|
+
context: __SerdeContext
|
|
4053
|
+
) => Promise<__HttpRequest>;
|
|
4054
|
+
export declare const se_DescribeRouteServerPeersCommand: (
|
|
4055
|
+
input: DescribeRouteServerPeersCommandInput,
|
|
4056
|
+
context: __SerdeContext
|
|
4057
|
+
) => Promise<__HttpRequest>;
|
|
4058
|
+
export declare const se_DescribeRouteServersCommand: (
|
|
4059
|
+
input: DescribeRouteServersCommandInput,
|
|
4060
|
+
context: __SerdeContext
|
|
4061
|
+
) => Promise<__HttpRequest>;
|
|
3954
4062
|
export declare const se_DescribeRouteTablesCommand: (
|
|
3955
4063
|
input: DescribeRouteTablesCommandInput,
|
|
3956
4064
|
context: __SerdeContext
|
|
@@ -4259,6 +4367,10 @@ export declare const se_DisableIpamOrganizationAdminAccountCommand: (
|
|
|
4259
4367
|
input: DisableIpamOrganizationAdminAccountCommandInput,
|
|
4260
4368
|
context: __SerdeContext
|
|
4261
4369
|
) => Promise<__HttpRequest>;
|
|
4370
|
+
export declare const se_DisableRouteServerPropagationCommand: (
|
|
4371
|
+
input: DisableRouteServerPropagationCommandInput,
|
|
4372
|
+
context: __SerdeContext
|
|
4373
|
+
) => Promise<__HttpRequest>;
|
|
4262
4374
|
export declare const se_DisableSerialConsoleAccessCommand: (
|
|
4263
4375
|
input: DisableSerialConsoleAccessCommandInput,
|
|
4264
4376
|
context: __SerdeContext
|
|
@@ -4319,6 +4431,10 @@ export declare const se_DisassociateNatGatewayAddressCommand: (
|
|
|
4319
4431
|
input: DisassociateNatGatewayAddressCommandInput,
|
|
4320
4432
|
context: __SerdeContext
|
|
4321
4433
|
) => Promise<__HttpRequest>;
|
|
4434
|
+
export declare const se_DisassociateRouteServerCommand: (
|
|
4435
|
+
input: DisassociateRouteServerCommandInput,
|
|
4436
|
+
context: __SerdeContext
|
|
4437
|
+
) => Promise<__HttpRequest>;
|
|
4322
4438
|
export declare const se_DisassociateRouteTableCommand: (
|
|
4323
4439
|
input: DisassociateRouteTableCommandInput,
|
|
4324
4440
|
context: __SerdeContext
|
|
@@ -4399,6 +4515,10 @@ export declare const se_EnableReachabilityAnalyzerOrganizationSharingCommand: (
|
|
|
4399
4515
|
input: EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
4400
4516
|
context: __SerdeContext
|
|
4401
4517
|
) => Promise<__HttpRequest>;
|
|
4518
|
+
export declare const se_EnableRouteServerPropagationCommand: (
|
|
4519
|
+
input: EnableRouteServerPropagationCommandInput,
|
|
4520
|
+
context: __SerdeContext
|
|
4521
|
+
) => Promise<__HttpRequest>;
|
|
4402
4522
|
export declare const se_EnableSerialConsoleAccessCommand: (
|
|
4403
4523
|
input: EnableSerialConsoleAccessCommandInput,
|
|
4404
4524
|
context: __SerdeContext
|
|
@@ -4583,6 +4703,18 @@ export declare const se_GetReservedInstancesExchangeQuoteCommand: (
|
|
|
4583
4703
|
input: GetReservedInstancesExchangeQuoteCommandInput,
|
|
4584
4704
|
context: __SerdeContext
|
|
4585
4705
|
) => Promise<__HttpRequest>;
|
|
4706
|
+
export declare const se_GetRouteServerAssociationsCommand: (
|
|
4707
|
+
input: GetRouteServerAssociationsCommandInput,
|
|
4708
|
+
context: __SerdeContext
|
|
4709
|
+
) => Promise<__HttpRequest>;
|
|
4710
|
+
export declare const se_GetRouteServerPropagationsCommand: (
|
|
4711
|
+
input: GetRouteServerPropagationsCommandInput,
|
|
4712
|
+
context: __SerdeContext
|
|
4713
|
+
) => Promise<__HttpRequest>;
|
|
4714
|
+
export declare const se_GetRouteServerRoutingDatabaseCommand: (
|
|
4715
|
+
input: GetRouteServerRoutingDatabaseCommandInput,
|
|
4716
|
+
context: __SerdeContext
|
|
4717
|
+
) => Promise<__HttpRequest>;
|
|
4586
4718
|
export declare const se_GetSecurityGroupsForVpcCommand: (
|
|
4587
4719
|
input: GetSecurityGroupsForVpcCommandInput,
|
|
4588
4720
|
context: __SerdeContext
|
|
@@ -4831,6 +4963,10 @@ export declare const se_ModifyReservedInstancesCommand: (
|
|
|
4831
4963
|
input: ModifyReservedInstancesCommandInput,
|
|
4832
4964
|
context: __SerdeContext
|
|
4833
4965
|
) => Promise<__HttpRequest>;
|
|
4966
|
+
export declare const se_ModifyRouteServerCommand: (
|
|
4967
|
+
input: ModifyRouteServerCommandInput,
|
|
4968
|
+
context: __SerdeContext
|
|
4969
|
+
) => Promise<__HttpRequest>;
|
|
4834
4970
|
export declare const se_ModifySecurityGroupRulesCommand: (
|
|
4835
4971
|
input: ModifySecurityGroupRulesCommandInput,
|
|
4836
4972
|
context: __SerdeContext
|
|
@@ -5371,6 +5507,10 @@ export declare const de_AssociateNatGatewayAddressCommand: (
|
|
|
5371
5507
|
output: __HttpResponse,
|
|
5372
5508
|
context: __SerdeContext
|
|
5373
5509
|
) => Promise<AssociateNatGatewayAddressCommandOutput>;
|
|
5510
|
+
export declare const de_AssociateRouteServerCommand: (
|
|
5511
|
+
output: __HttpResponse,
|
|
5512
|
+
context: __SerdeContext
|
|
5513
|
+
) => Promise<AssociateRouteServerCommandOutput>;
|
|
5374
5514
|
export declare const de_AssociateRouteTableCommand: (
|
|
5375
5515
|
output: __HttpResponse,
|
|
5376
5516
|
context: __SerdeContext
|
|
@@ -5691,6 +5831,18 @@ export declare const de_CreateRouteCommand: (
|
|
|
5691
5831
|
output: __HttpResponse,
|
|
5692
5832
|
context: __SerdeContext
|
|
5693
5833
|
) => Promise<CreateRouteCommandOutput>;
|
|
5834
|
+
export declare const de_CreateRouteServerCommand: (
|
|
5835
|
+
output: __HttpResponse,
|
|
5836
|
+
context: __SerdeContext
|
|
5837
|
+
) => Promise<CreateRouteServerCommandOutput>;
|
|
5838
|
+
export declare const de_CreateRouteServerEndpointCommand: (
|
|
5839
|
+
output: __HttpResponse,
|
|
5840
|
+
context: __SerdeContext
|
|
5841
|
+
) => Promise<CreateRouteServerEndpointCommandOutput>;
|
|
5842
|
+
export declare const de_CreateRouteServerPeerCommand: (
|
|
5843
|
+
output: __HttpResponse,
|
|
5844
|
+
context: __SerdeContext
|
|
5845
|
+
) => Promise<CreateRouteServerPeerCommandOutput>;
|
|
5694
5846
|
export declare const de_CreateRouteTableCommand: (
|
|
5695
5847
|
output: __HttpResponse,
|
|
5696
5848
|
context: __SerdeContext
|
|
@@ -6003,6 +6155,18 @@ export declare const de_DeleteRouteCommand: (
|
|
|
6003
6155
|
output: __HttpResponse,
|
|
6004
6156
|
context: __SerdeContext
|
|
6005
6157
|
) => Promise<DeleteRouteCommandOutput>;
|
|
6158
|
+
export declare const de_DeleteRouteServerCommand: (
|
|
6159
|
+
output: __HttpResponse,
|
|
6160
|
+
context: __SerdeContext
|
|
6161
|
+
) => Promise<DeleteRouteServerCommandOutput>;
|
|
6162
|
+
export declare const de_DeleteRouteServerEndpointCommand: (
|
|
6163
|
+
output: __HttpResponse,
|
|
6164
|
+
context: __SerdeContext
|
|
6165
|
+
) => Promise<DeleteRouteServerEndpointCommandOutput>;
|
|
6166
|
+
export declare const de_DeleteRouteServerPeerCommand: (
|
|
6167
|
+
output: __HttpResponse,
|
|
6168
|
+
context: __SerdeContext
|
|
6169
|
+
) => Promise<DeleteRouteServerPeerCommandOutput>;
|
|
6006
6170
|
export declare const de_DeleteRouteTableCommand: (
|
|
6007
6171
|
output: __HttpResponse,
|
|
6008
6172
|
context: __SerdeContext
|
|
@@ -6583,6 +6747,18 @@ export declare const de_DescribeReservedInstancesOfferingsCommand: (
|
|
|
6583
6747
|
output: __HttpResponse,
|
|
6584
6748
|
context: __SerdeContext
|
|
6585
6749
|
) => Promise<DescribeReservedInstancesOfferingsCommandOutput>;
|
|
6750
|
+
export declare const de_DescribeRouteServerEndpointsCommand: (
|
|
6751
|
+
output: __HttpResponse,
|
|
6752
|
+
context: __SerdeContext
|
|
6753
|
+
) => Promise<DescribeRouteServerEndpointsCommandOutput>;
|
|
6754
|
+
export declare const de_DescribeRouteServerPeersCommand: (
|
|
6755
|
+
output: __HttpResponse,
|
|
6756
|
+
context: __SerdeContext
|
|
6757
|
+
) => Promise<DescribeRouteServerPeersCommandOutput>;
|
|
6758
|
+
export declare const de_DescribeRouteServersCommand: (
|
|
6759
|
+
output: __HttpResponse,
|
|
6760
|
+
context: __SerdeContext
|
|
6761
|
+
) => Promise<DescribeRouteServersCommandOutput>;
|
|
6586
6762
|
export declare const de_DescribeRouteTablesCommand: (
|
|
6587
6763
|
output: __HttpResponse,
|
|
6588
6764
|
context: __SerdeContext
|
|
@@ -6891,6 +7067,10 @@ export declare const de_DisableIpamOrganizationAdminAccountCommand: (
|
|
|
6891
7067
|
output: __HttpResponse,
|
|
6892
7068
|
context: __SerdeContext
|
|
6893
7069
|
) => Promise<DisableIpamOrganizationAdminAccountCommandOutput>;
|
|
7070
|
+
export declare const de_DisableRouteServerPropagationCommand: (
|
|
7071
|
+
output: __HttpResponse,
|
|
7072
|
+
context: __SerdeContext
|
|
7073
|
+
) => Promise<DisableRouteServerPropagationCommandOutput>;
|
|
6894
7074
|
export declare const de_DisableSerialConsoleAccessCommand: (
|
|
6895
7075
|
output: __HttpResponse,
|
|
6896
7076
|
context: __SerdeContext
|
|
@@ -6951,6 +7131,10 @@ export declare const de_DisassociateNatGatewayAddressCommand: (
|
|
|
6951
7131
|
output: __HttpResponse,
|
|
6952
7132
|
context: __SerdeContext
|
|
6953
7133
|
) => Promise<DisassociateNatGatewayAddressCommandOutput>;
|
|
7134
|
+
export declare const de_DisassociateRouteServerCommand: (
|
|
7135
|
+
output: __HttpResponse,
|
|
7136
|
+
context: __SerdeContext
|
|
7137
|
+
) => Promise<DisassociateRouteServerCommandOutput>;
|
|
6954
7138
|
export declare const de_DisassociateRouteTableCommand: (
|
|
6955
7139
|
output: __HttpResponse,
|
|
6956
7140
|
context: __SerdeContext
|
|
@@ -7031,6 +7215,10 @@ export declare const de_EnableReachabilityAnalyzerOrganizationSharingCommand: (
|
|
|
7031
7215
|
output: __HttpResponse,
|
|
7032
7216
|
context: __SerdeContext
|
|
7033
7217
|
) => Promise<EnableReachabilityAnalyzerOrganizationSharingCommandOutput>;
|
|
7218
|
+
export declare const de_EnableRouteServerPropagationCommand: (
|
|
7219
|
+
output: __HttpResponse,
|
|
7220
|
+
context: __SerdeContext
|
|
7221
|
+
) => Promise<EnableRouteServerPropagationCommandOutput>;
|
|
7034
7222
|
export declare const de_EnableSerialConsoleAccessCommand: (
|
|
7035
7223
|
output: __HttpResponse,
|
|
7036
7224
|
context: __SerdeContext
|
|
@@ -7215,6 +7403,18 @@ export declare const de_GetReservedInstancesExchangeQuoteCommand: (
|
|
|
7215
7403
|
output: __HttpResponse,
|
|
7216
7404
|
context: __SerdeContext
|
|
7217
7405
|
) => Promise<GetReservedInstancesExchangeQuoteCommandOutput>;
|
|
7406
|
+
export declare const de_GetRouteServerAssociationsCommand: (
|
|
7407
|
+
output: __HttpResponse,
|
|
7408
|
+
context: __SerdeContext
|
|
7409
|
+
) => Promise<GetRouteServerAssociationsCommandOutput>;
|
|
7410
|
+
export declare const de_GetRouteServerPropagationsCommand: (
|
|
7411
|
+
output: __HttpResponse,
|
|
7412
|
+
context: __SerdeContext
|
|
7413
|
+
) => Promise<GetRouteServerPropagationsCommandOutput>;
|
|
7414
|
+
export declare const de_GetRouteServerRoutingDatabaseCommand: (
|
|
7415
|
+
output: __HttpResponse,
|
|
7416
|
+
context: __SerdeContext
|
|
7417
|
+
) => Promise<GetRouteServerRoutingDatabaseCommandOutput>;
|
|
7218
7418
|
export declare const de_GetSecurityGroupsForVpcCommand: (
|
|
7219
7419
|
output: __HttpResponse,
|
|
7220
7420
|
context: __SerdeContext
|
|
@@ -7463,6 +7663,10 @@ export declare const de_ModifyReservedInstancesCommand: (
|
|
|
7463
7663
|
output: __HttpResponse,
|
|
7464
7664
|
context: __SerdeContext
|
|
7465
7665
|
) => Promise<ModifyReservedInstancesCommandOutput>;
|
|
7666
|
+
export declare const de_ModifyRouteServerCommand: (
|
|
7667
|
+
output: __HttpResponse,
|
|
7668
|
+
context: __SerdeContext
|
|
7669
|
+
) => Promise<ModifyRouteServerCommandOutput>;
|
|
7466
7670
|
export declare const de_ModifySecurityGroupRulesCommand: (
|
|
7467
7671
|
output: __HttpResponse,
|
|
7468
7672
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-ec2": "3.775.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
31
31
|
"@aws-sdk/types": "3.775.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.0",
|
|
36
36
|
"@smithy/core": "^3.2.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.0.2",
|