@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { StartNetworkInsightsAnalysisRequest, StartNetworkInsightsAnalysisResult } from "../models/
|
|
4
|
+
import { StartNetworkInsightsAnalysisRequest, StartNetworkInsightsAnalysisResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -46,7 +46,7 @@ declare const StartNetworkInsightsAnalysisCommand_base: {
|
|
|
46
46
|
* DryRun: true || false,
|
|
47
47
|
* TagSpecifications: [ // TagSpecificationList
|
|
48
48
|
* { // TagSpecification
|
|
49
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token",
|
|
49
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token",
|
|
50
50
|
* Tags: [ // TagList
|
|
51
51
|
* { // Tag
|
|
52
52
|
* Key: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { StartVpcEndpointServicePrivateDnsVerificationRequest, StartVpcEndpointServicePrivateDnsVerificationResult } from "../models/
|
|
4
|
+
import { StartVpcEndpointServicePrivateDnsVerificationRequest, StartVpcEndpointServicePrivateDnsVerificationResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -24,6 +24,7 @@ export * from "./AssociateInstanceEventWindowCommand";
|
|
|
24
24
|
export * from "./AssociateIpamByoasnCommand";
|
|
25
25
|
export * from "./AssociateIpamResourceDiscoveryCommand";
|
|
26
26
|
export * from "./AssociateNatGatewayAddressCommand";
|
|
27
|
+
export * from "./AssociateRouteServerCommand";
|
|
27
28
|
export * from "./AssociateRouteTableCommand";
|
|
28
29
|
export * from "./AssociateSecurityGroupVpcCommand";
|
|
29
30
|
export * from "./AssociateSubnetCidrBlockCommand";
|
|
@@ -104,6 +105,9 @@ export * from "./CreateReplaceRootVolumeTaskCommand";
|
|
|
104
105
|
export * from "./CreateReservedInstancesListingCommand";
|
|
105
106
|
export * from "./CreateRestoreImageTaskCommand";
|
|
106
107
|
export * from "./CreateRouteCommand";
|
|
108
|
+
export * from "./CreateRouteServerCommand";
|
|
109
|
+
export * from "./CreateRouteServerEndpointCommand";
|
|
110
|
+
export * from "./CreateRouteServerPeerCommand";
|
|
107
111
|
export * from "./CreateRouteTableCommand";
|
|
108
112
|
export * from "./CreateSecurityGroupCommand";
|
|
109
113
|
export * from "./CreateSnapshotCommand";
|
|
@@ -182,6 +186,9 @@ export * from "./DeletePlacementGroupCommand";
|
|
|
182
186
|
export * from "./DeletePublicIpv4PoolCommand";
|
|
183
187
|
export * from "./DeleteQueuedReservedInstancesCommand";
|
|
184
188
|
export * from "./DeleteRouteCommand";
|
|
189
|
+
export * from "./DeleteRouteServerCommand";
|
|
190
|
+
export * from "./DeleteRouteServerEndpointCommand";
|
|
191
|
+
export * from "./DeleteRouteServerPeerCommand";
|
|
185
192
|
export * from "./DeleteRouteTableCommand";
|
|
186
193
|
export * from "./DeleteSecurityGroupCommand";
|
|
187
194
|
export * from "./DeleteSnapshotCommand";
|
|
@@ -327,6 +334,9 @@ export * from "./DescribeReservedInstancesCommand";
|
|
|
327
334
|
export * from "./DescribeReservedInstancesListingsCommand";
|
|
328
335
|
export * from "./DescribeReservedInstancesModificationsCommand";
|
|
329
336
|
export * from "./DescribeReservedInstancesOfferingsCommand";
|
|
337
|
+
export * from "./DescribeRouteServerEndpointsCommand";
|
|
338
|
+
export * from "./DescribeRouteServerPeersCommand";
|
|
339
|
+
export * from "./DescribeRouteServersCommand";
|
|
330
340
|
export * from "./DescribeRouteTablesCommand";
|
|
331
341
|
export * from "./DescribeScheduledInstanceAvailabilityCommand";
|
|
332
342
|
export * from "./DescribeScheduledInstancesCommand";
|
|
@@ -404,6 +414,7 @@ export * from "./DisableImageCommand";
|
|
|
404
414
|
export * from "./DisableImageDeprecationCommand";
|
|
405
415
|
export * from "./DisableImageDeregistrationProtectionCommand";
|
|
406
416
|
export * from "./DisableIpamOrganizationAdminAccountCommand";
|
|
417
|
+
export * from "./DisableRouteServerPropagationCommand";
|
|
407
418
|
export * from "./DisableSerialConsoleAccessCommand";
|
|
408
419
|
export * from "./DisableSnapshotBlockPublicAccessCommand";
|
|
409
420
|
export * from "./DisableTransitGatewayRouteTablePropagationCommand";
|
|
@@ -419,6 +430,7 @@ export * from "./DisassociateInstanceEventWindowCommand";
|
|
|
419
430
|
export * from "./DisassociateIpamByoasnCommand";
|
|
420
431
|
export * from "./DisassociateIpamResourceDiscoveryCommand";
|
|
421
432
|
export * from "./DisassociateNatGatewayAddressCommand";
|
|
433
|
+
export * from "./DisassociateRouteServerCommand";
|
|
422
434
|
export * from "./DisassociateRouteTableCommand";
|
|
423
435
|
export * from "./DisassociateSecurityGroupVpcCommand";
|
|
424
436
|
export * from "./DisassociateSubnetCidrBlockCommand";
|
|
@@ -439,6 +451,7 @@ export * from "./EnableImageDeprecationCommand";
|
|
|
439
451
|
export * from "./EnableImageDeregistrationProtectionCommand";
|
|
440
452
|
export * from "./EnableIpamOrganizationAdminAccountCommand";
|
|
441
453
|
export * from "./EnableReachabilityAnalyzerOrganizationSharingCommand";
|
|
454
|
+
export * from "./EnableRouteServerPropagationCommand";
|
|
442
455
|
export * from "./EnableSerialConsoleAccessCommand";
|
|
443
456
|
export * from "./EnableSnapshotBlockPublicAccessCommand";
|
|
444
457
|
export * from "./EnableTransitGatewayRouteTablePropagationCommand";
|
|
@@ -485,6 +498,9 @@ export * from "./GetNetworkInsightsAccessScopeAnalysisFindingsCommand";
|
|
|
485
498
|
export * from "./GetNetworkInsightsAccessScopeContentCommand";
|
|
486
499
|
export * from "./GetPasswordDataCommand";
|
|
487
500
|
export * from "./GetReservedInstancesExchangeQuoteCommand";
|
|
501
|
+
export * from "./GetRouteServerAssociationsCommand";
|
|
502
|
+
export * from "./GetRouteServerPropagationsCommand";
|
|
503
|
+
export * from "./GetRouteServerRoutingDatabaseCommand";
|
|
488
504
|
export * from "./GetSecurityGroupsForVpcCommand";
|
|
489
505
|
export * from "./GetSerialConsoleAccessStatusCommand";
|
|
490
506
|
export * from "./GetSnapshotBlockPublicAccessStateCommand";
|
|
@@ -547,6 +563,7 @@ export * from "./ModifyManagedPrefixListCommand";
|
|
|
547
563
|
export * from "./ModifyNetworkInterfaceAttributeCommand";
|
|
548
564
|
export * from "./ModifyPrivateDnsNameOptionsCommand";
|
|
549
565
|
export * from "./ModifyReservedInstancesCommand";
|
|
566
|
+
export * from "./ModifyRouteServerCommand";
|
|
550
567
|
export * from "./ModifySecurityGroupRulesCommand";
|
|
551
568
|
export * from "./ModifySnapshotAttributeCommand";
|
|
552
569
|
export * from "./ModifySnapshotTierCommand";
|
|
@@ -180,6 +180,9 @@ export declare const ResourceType: {
|
|
|
180
180
|
readonly prefix_list: "prefix-list";
|
|
181
181
|
readonly replace_root_volume_task: "replace-root-volume-task";
|
|
182
182
|
readonly reserved_instances: "reserved-instances";
|
|
183
|
+
readonly route_server: "route-server";
|
|
184
|
+
readonly route_server_endpoint: "route-server-endpoint";
|
|
185
|
+
readonly route_server_peer: "route-server-peer";
|
|
183
186
|
readonly route_table: "route-table";
|
|
184
187
|
readonly security_group: "security-group";
|
|
185
188
|
readonly security_group_rule: "security-group-rule";
|
|
@@ -4430,6 +4433,73 @@ export interface AssociateNatGatewayAddressResult {
|
|
|
4430
4433
|
*/
|
|
4431
4434
|
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
4432
4435
|
}
|
|
4436
|
+
/**
|
|
4437
|
+
* @public
|
|
4438
|
+
*/
|
|
4439
|
+
export interface AssociateRouteServerRequest {
|
|
4440
|
+
/**
|
|
4441
|
+
* <p>The unique identifier for the route server to be associated.</p>
|
|
4442
|
+
* @public
|
|
4443
|
+
*/
|
|
4444
|
+
RouteServerId: string | undefined;
|
|
4445
|
+
/**
|
|
4446
|
+
* <p>The ID of the VPC to associate with the route server.</p>
|
|
4447
|
+
* @public
|
|
4448
|
+
*/
|
|
4449
|
+
VpcId: string | undefined;
|
|
4450
|
+
/**
|
|
4451
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
4452
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4453
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4454
|
+
* @public
|
|
4455
|
+
*/
|
|
4456
|
+
DryRun?: boolean | undefined;
|
|
4457
|
+
}
|
|
4458
|
+
/**
|
|
4459
|
+
* @public
|
|
4460
|
+
* @enum
|
|
4461
|
+
*/
|
|
4462
|
+
export declare const RouteServerAssociationState: {
|
|
4463
|
+
readonly ASSOCIATED: "associated";
|
|
4464
|
+
readonly ASSOCIATING: "associating";
|
|
4465
|
+
readonly DISASSOCIATING: "disassociating";
|
|
4466
|
+
};
|
|
4467
|
+
/**
|
|
4468
|
+
* @public
|
|
4469
|
+
*/
|
|
4470
|
+
export type RouteServerAssociationState = (typeof RouteServerAssociationState)[keyof typeof RouteServerAssociationState];
|
|
4471
|
+
/**
|
|
4472
|
+
* <p>Describes the association between a route server and a VPC.</p>
|
|
4473
|
+
* <p>A route server association is the connection established between a route server and a VPC. This is a fundamental configuration step that enables the route server to work with appliances in your VPC.</p>
|
|
4474
|
+
* @public
|
|
4475
|
+
*/
|
|
4476
|
+
export interface RouteServerAssociation {
|
|
4477
|
+
/**
|
|
4478
|
+
* <p>The ID of the associated route server.</p>
|
|
4479
|
+
* @public
|
|
4480
|
+
*/
|
|
4481
|
+
RouteServerId?: string | undefined;
|
|
4482
|
+
/**
|
|
4483
|
+
* <p>The ID of the associated VPC.</p>
|
|
4484
|
+
* @public
|
|
4485
|
+
*/
|
|
4486
|
+
VpcId?: string | undefined;
|
|
4487
|
+
/**
|
|
4488
|
+
* <p>The current state of the association.</p>
|
|
4489
|
+
* @public
|
|
4490
|
+
*/
|
|
4491
|
+
State?: RouteServerAssociationState | undefined;
|
|
4492
|
+
}
|
|
4493
|
+
/**
|
|
4494
|
+
* @public
|
|
4495
|
+
*/
|
|
4496
|
+
export interface AssociateRouteServerResult {
|
|
4497
|
+
/**
|
|
4498
|
+
* <p>Information about the association between the route server and the VPC.</p>
|
|
4499
|
+
* @public
|
|
4500
|
+
*/
|
|
4501
|
+
RouteServerAssociation?: RouteServerAssociation | undefined;
|
|
4502
|
+
}
|
|
4433
4503
|
/**
|
|
4434
4504
|
* @public
|
|
4435
4505
|
*/
|
|
@@ -7252,278 +7322,6 @@ export interface CopyFpgaImageResult {
|
|
|
7252
7322
|
*/
|
|
7253
7323
|
FpgaImageId?: string | undefined;
|
|
7254
7324
|
}
|
|
7255
|
-
/**
|
|
7256
|
-
* <p>Contains the parameters for CopyImage.</p>
|
|
7257
|
-
* @public
|
|
7258
|
-
*/
|
|
7259
|
-
export interface CopyImageRequest {
|
|
7260
|
-
/**
|
|
7261
|
-
* <p>Unique, case-sensitive identifier you provide to ensure idempotency of the request. For
|
|
7262
|
-
* more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>
|
|
7263
|
-
* in the <i>Amazon EC2 API Reference</i>.</p>
|
|
7264
|
-
* @public
|
|
7265
|
-
*/
|
|
7266
|
-
ClientToken?: string | undefined;
|
|
7267
|
-
/**
|
|
7268
|
-
* <p>A description for the new AMI in the destination Region.</p>
|
|
7269
|
-
* @public
|
|
7270
|
-
*/
|
|
7271
|
-
Description?: string | undefined;
|
|
7272
|
-
/**
|
|
7273
|
-
* <p>Specifies whether the destination snapshots of the copied image should be encrypted. You
|
|
7274
|
-
* can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an
|
|
7275
|
-
* encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default
|
|
7276
|
-
* Key Management Service (KMS) KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html">Use encryption with
|
|
7277
|
-
* EBS-backed AMIs</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7278
|
-
* @public
|
|
7279
|
-
*/
|
|
7280
|
-
Encrypted?: boolean | undefined;
|
|
7281
|
-
/**
|
|
7282
|
-
* <p>The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes.
|
|
7283
|
-
* If this parameter is not specified, your Amazon Web Services managed KMS key for Amazon EBS is used. If you
|
|
7284
|
-
* specify a KMS key, you must also set the encrypted state to <code>true</code>.</p>
|
|
7285
|
-
* <p>You can specify a KMS key using any of the following:</p>
|
|
7286
|
-
* <ul>
|
|
7287
|
-
* <li>
|
|
7288
|
-
* <p>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
7289
|
-
* </li>
|
|
7290
|
-
* <li>
|
|
7291
|
-
* <p>Key alias. For example, alias/ExampleAlias.</p>
|
|
7292
|
-
* </li>
|
|
7293
|
-
* <li>
|
|
7294
|
-
* <p>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
7295
|
-
* </li>
|
|
7296
|
-
* <li>
|
|
7297
|
-
* <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p>
|
|
7298
|
-
* </li>
|
|
7299
|
-
* </ul>
|
|
7300
|
-
* <p>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier
|
|
7301
|
-
* that is not valid, the action can appear to complete, but eventually fails.</p>
|
|
7302
|
-
* <p>The specified KMS key must exist in the destination Region.</p>
|
|
7303
|
-
* <p>Amazon EBS does not support asymmetric KMS keys.</p>
|
|
7304
|
-
* @public
|
|
7305
|
-
*/
|
|
7306
|
-
KmsKeyId?: string | undefined;
|
|
7307
|
-
/**
|
|
7308
|
-
* <p>The name of the new AMI in the destination Region.</p>
|
|
7309
|
-
* @public
|
|
7310
|
-
*/
|
|
7311
|
-
Name: string | undefined;
|
|
7312
|
-
/**
|
|
7313
|
-
* <p>The ID of the AMI to copy.</p>
|
|
7314
|
-
* @public
|
|
7315
|
-
*/
|
|
7316
|
-
SourceImageId: string | undefined;
|
|
7317
|
-
/**
|
|
7318
|
-
* <p>The name of the Region that contains the AMI to copy.</p>
|
|
7319
|
-
* @public
|
|
7320
|
-
*/
|
|
7321
|
-
SourceRegion: string | undefined;
|
|
7322
|
-
/**
|
|
7323
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only specify this
|
|
7324
|
-
* parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The AMI must be in the
|
|
7325
|
-
* Region of the destination Outpost. You cannot copy an AMI from an Outpost to a Region, from
|
|
7326
|
-
* one Outpost to another, or within the same Outpost.</p>
|
|
7327
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-amis">Copy AMIs from an Amazon Web Services Region
|
|
7328
|
-
* to an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
7329
|
-
* @public
|
|
7330
|
-
*/
|
|
7331
|
-
DestinationOutpostArn?: string | undefined;
|
|
7332
|
-
/**
|
|
7333
|
-
* <p>Indicates whether to include your user-defined AMI tags when copying the AMI.</p>
|
|
7334
|
-
* <p>The following tags will not be copied:</p>
|
|
7335
|
-
* <ul>
|
|
7336
|
-
* <li>
|
|
7337
|
-
* <p>System tags (prefixed with <code>aws:</code>)</p>
|
|
7338
|
-
* </li>
|
|
7339
|
-
* <li>
|
|
7340
|
-
* <p>For public and shared AMIs, user-defined tags that are attached by other Amazon Web Services
|
|
7341
|
-
* accounts</p>
|
|
7342
|
-
* </li>
|
|
7343
|
-
* </ul>
|
|
7344
|
-
* <p>Default: Your user-defined AMI tags are not copied.</p>
|
|
7345
|
-
* @public
|
|
7346
|
-
*/
|
|
7347
|
-
CopyImageTags?: boolean | undefined;
|
|
7348
|
-
/**
|
|
7349
|
-
* <p>The tags to apply to the new AMI and new snapshots. You can tag the AMI, the snapshots, or
|
|
7350
|
-
* both.</p>
|
|
7351
|
-
* <ul>
|
|
7352
|
-
* <li>
|
|
7353
|
-
* <p>To tag the new AMI, the value for <code>ResourceType</code> must be
|
|
7354
|
-
* <code>image</code>.</p>
|
|
7355
|
-
* </li>
|
|
7356
|
-
* <li>
|
|
7357
|
-
* <p>To tag the new snapshots, the value for <code>ResourceType</code> must be
|
|
7358
|
-
* <code>snapshot</code>. The same tag is applied to all the new snapshots.</p>
|
|
7359
|
-
* </li>
|
|
7360
|
-
* </ul>
|
|
7361
|
-
* <p>If you specify other values for <code>ResourceType</code>, the request fails.</p>
|
|
7362
|
-
* <p>To tag an AMI or snapshot after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
|
|
7363
|
-
* @public
|
|
7364
|
-
*/
|
|
7365
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
7366
|
-
/**
|
|
7367
|
-
* <p>Specify a completion duration, in 15 minute increments, to initiate a time-based
|
|
7368
|
-
* AMI copy. The specified completion duration applies to each of the snapshots associated
|
|
7369
|
-
* with the AMI. Each snapshot associated with the AMI will be completed within the
|
|
7370
|
-
* specified completion duration, regardless of their size.</p>
|
|
7371
|
-
* <p>If you do not specify a value, the AMI copy operation is completed on a best-effort
|
|
7372
|
-
* basis.</p>
|
|
7373
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">
|
|
7374
|
-
* Time-based copies</a>.</p>
|
|
7375
|
-
* @public
|
|
7376
|
-
*/
|
|
7377
|
-
SnapshotCopyCompletionDurationMinutes?: number | undefined;
|
|
7378
|
-
/**
|
|
7379
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7380
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
7381
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7382
|
-
* @public
|
|
7383
|
-
*/
|
|
7384
|
-
DryRun?: boolean | undefined;
|
|
7385
|
-
}
|
|
7386
|
-
/**
|
|
7387
|
-
* <p>Contains the output of CopyImage.</p>
|
|
7388
|
-
* @public
|
|
7389
|
-
*/
|
|
7390
|
-
export interface CopyImageResult {
|
|
7391
|
-
/**
|
|
7392
|
-
* <p>The ID of the new AMI.</p>
|
|
7393
|
-
* @public
|
|
7394
|
-
*/
|
|
7395
|
-
ImageId?: string | undefined;
|
|
7396
|
-
}
|
|
7397
|
-
/**
|
|
7398
|
-
* @public
|
|
7399
|
-
*/
|
|
7400
|
-
export interface CopySnapshotRequest {
|
|
7401
|
-
/**
|
|
7402
|
-
* <p>A description for the EBS snapshot.</p>
|
|
7403
|
-
* @public
|
|
7404
|
-
*/
|
|
7405
|
-
Description?: string | undefined;
|
|
7406
|
-
/**
|
|
7407
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost to which to copy the snapshot. Only
|
|
7408
|
-
* specify this parameter when copying a snapshot from an Amazon Web Services Region to an Outpost.
|
|
7409
|
-
* The snapshot must be in the Region for the destination Outpost. You cannot copy a
|
|
7410
|
-
* snapshot from an Outpost to a Region, from one Outpost to another, or within the same
|
|
7411
|
-
* Outpost.</p>
|
|
7412
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-snapshots">
|
|
7413
|
-
* Copy snapshots from an Amazon Web Services Region to an Outpost</a> in the
|
|
7414
|
-
* <i>Amazon EBS User Guide</i>.</p>
|
|
7415
|
-
* @public
|
|
7416
|
-
*/
|
|
7417
|
-
DestinationOutpostArn?: string | undefined;
|
|
7418
|
-
/**
|
|
7419
|
-
* <p>The destination Region to use in the <code>PresignedUrl</code> parameter of a snapshot
|
|
7420
|
-
* copy operation. This parameter is only valid for specifying the destination Region in a
|
|
7421
|
-
* <code>PresignedUrl</code> parameter, where it is required.</p>
|
|
7422
|
-
* <p>The snapshot copy is sent to the regional endpoint that you sent the HTTP
|
|
7423
|
-
* request to (for example, <code>ec2.us-east-1.amazonaws.com</code>). With the CLI, this is
|
|
7424
|
-
* specified using the <code>--region</code> parameter or the default Region in your Amazon Web Services
|
|
7425
|
-
* configuration file.</p>
|
|
7426
|
-
* @public
|
|
7427
|
-
*/
|
|
7428
|
-
DestinationRegion?: string | undefined;
|
|
7429
|
-
/**
|
|
7430
|
-
* <p>To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled,
|
|
7431
|
-
* enable encryption using this parameter. Otherwise, omit this parameter. Encrypted snapshots
|
|
7432
|
-
* are encrypted, even if you omit this parameter and encryption by default is not enabled. You
|
|
7433
|
-
* cannot set this parameter to false. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
|
|
7434
|
-
* <i>Amazon EBS User Guide</i>.</p>
|
|
7435
|
-
* @public
|
|
7436
|
-
*/
|
|
7437
|
-
Encrypted?: boolean | undefined;
|
|
7438
|
-
/**
|
|
7439
|
-
* <p>The identifier of the KMS key to use for Amazon EBS encryption.
|
|
7440
|
-
* If this parameter is not specified, your KMS key for Amazon EBS is used. If <code>KmsKeyId</code> is
|
|
7441
|
-
* specified, the encrypted state must be <code>true</code>.</p>
|
|
7442
|
-
* <p>You can specify the KMS key using any of the following:</p>
|
|
7443
|
-
* <ul>
|
|
7444
|
-
* <li>
|
|
7445
|
-
* <p>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
7446
|
-
* </li>
|
|
7447
|
-
* <li>
|
|
7448
|
-
* <p>Key alias. For example, alias/ExampleAlias.</p>
|
|
7449
|
-
* </li>
|
|
7450
|
-
* <li>
|
|
7451
|
-
* <p>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</p>
|
|
7452
|
-
* </li>
|
|
7453
|
-
* <li>
|
|
7454
|
-
* <p>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</p>
|
|
7455
|
-
* </li>
|
|
7456
|
-
* </ul>
|
|
7457
|
-
* <p>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid,
|
|
7458
|
-
* the action can appear to complete, but eventually fails.</p>
|
|
7459
|
-
* @public
|
|
7460
|
-
*/
|
|
7461
|
-
KmsKeyId?: string | undefined;
|
|
7462
|
-
/**
|
|
7463
|
-
* <p>When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a
|
|
7464
|
-
* pre-signed URL. This parameter is optional for unencrypted snapshots. For more information,
|
|
7465
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html">Query
|
|
7466
|
-
* requests</a>.</p>
|
|
7467
|
-
* <p>The <code>PresignedUrl</code> should use the snapshot source endpoint, the
|
|
7468
|
-
* <code>CopySnapshot</code> action, and include the <code>SourceRegion</code>,
|
|
7469
|
-
* <code>SourceSnapshotId</code>, and <code>DestinationRegion</code> parameters. The
|
|
7470
|
-
* <code>PresignedUrl</code> must be signed using Amazon Web Services Signature Version 4. Because EBS
|
|
7471
|
-
* snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic
|
|
7472
|
-
* that is described in <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
|
|
7473
|
-
* Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> in the <i>Amazon S3 API Reference</i>. An
|
|
7474
|
-
* invalid or improperly signed <code>PresignedUrl</code> will cause the copy operation to fail
|
|
7475
|
-
* asynchronously, and the snapshot will move to an <code>error</code> state.</p>
|
|
7476
|
-
* @public
|
|
7477
|
-
*/
|
|
7478
|
-
PresignedUrl?: string | undefined;
|
|
7479
|
-
/**
|
|
7480
|
-
* <p>The ID of the Region that contains the snapshot to be copied.</p>
|
|
7481
|
-
* @public
|
|
7482
|
-
*/
|
|
7483
|
-
SourceRegion: string | undefined;
|
|
7484
|
-
/**
|
|
7485
|
-
* <p>The ID of the EBS snapshot to copy.</p>
|
|
7486
|
-
* @public
|
|
7487
|
-
*/
|
|
7488
|
-
SourceSnapshotId: string | undefined;
|
|
7489
|
-
/**
|
|
7490
|
-
* <p>The tags to apply to the new snapshot.</p>
|
|
7491
|
-
* @public
|
|
7492
|
-
*/
|
|
7493
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
7494
|
-
/**
|
|
7495
|
-
* <p>Specify a completion duration, in 15 minute increments, to initiate a time-based snapshot
|
|
7496
|
-
* copy. Time-based snapshot copy operations complete within the specified duration. For more
|
|
7497
|
-
* information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">
|
|
7498
|
-
* Time-based copies</a>.</p>
|
|
7499
|
-
* <p>If you do not specify a value, the snapshot copy operation is completed on a
|
|
7500
|
-
* best-effort basis.</p>
|
|
7501
|
-
* @public
|
|
7502
|
-
*/
|
|
7503
|
-
CompletionDurationMinutes?: number | undefined;
|
|
7504
|
-
/**
|
|
7505
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7506
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7507
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7508
|
-
* @public
|
|
7509
|
-
*/
|
|
7510
|
-
DryRun?: boolean | undefined;
|
|
7511
|
-
}
|
|
7512
|
-
/**
|
|
7513
|
-
* @public
|
|
7514
|
-
*/
|
|
7515
|
-
export interface CopySnapshotResult {
|
|
7516
|
-
/**
|
|
7517
|
-
* <p>Any tags applied to the new snapshot.</p>
|
|
7518
|
-
* @public
|
|
7519
|
-
*/
|
|
7520
|
-
Tags?: Tag[] | undefined;
|
|
7521
|
-
/**
|
|
7522
|
-
* <p>The ID of the new snapshot.</p>
|
|
7523
|
-
* @public
|
|
7524
|
-
*/
|
|
7525
|
-
SnapshotId?: string | undefined;
|
|
7526
|
-
}
|
|
7527
7325
|
/**
|
|
7528
7326
|
* @internal
|
|
7529
7327
|
*/
|
|
@@ -7560,7 +7358,3 @@ export declare const BundleInstanceResultFilterSensitiveLog: (obj: BundleInstanc
|
|
|
7560
7358
|
* @internal
|
|
7561
7359
|
*/
|
|
7562
7360
|
export declare const CancelBundleTaskResultFilterSensitiveLog: (obj: CancelBundleTaskResult) => any;
|
|
7563
|
-
/**
|
|
7564
|
-
* @internal
|
|
7565
|
-
*/
|
|
7566
|
-
export declare const CopySnapshotRequestFilterSensitiveLog: (obj: CopySnapshotRequest) => any;
|